{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/oWVHHLIj4Q7woeIlKzbt/q6QHBkUymdktnMQmdwdO/Input.js", "ssg:https://framerusercontent.com/modules/IZIQEY5rLikBh0pBWRqz/tPfDvg1zP1nK6KHILdCO/apIKYSvff.js", "ssg:https://framerusercontent.com/modules/AZkrTjRG3ciQT4jCQSI4/4yrCWjf9UPwCBMMGVPxB/wuiKK5Olr.js", "ssg:https://framerusercontent.com/modules/Tnh7vLvtkQ7HpzJqTYMh/u1grMQFoEchcRKl7wMkq/dN6_4MNys.js", "ssg:https://framerusercontent.com/modules/7EGo3CVYMHfRPsJkiYsn/tzLnT7WxMYNwgq5lD07e/SHPzadXSo.js", "ssg:https://framerusercontent.com/modules/JPuwYlU2WJb1haFpDvzi/ep01gGqP1UT6gxoYZFlf/jzgvRFCJT.js", "ssg:https://framerusercontent.com/modules/nf5CABPInSlxVgHDDTPw/SltbkTG1rSC9PiXKGYd6/z6q3Le9Gi.js", "ssg:https://framerusercontent.com/modules/vwPDPPG7tT5HeJhmYEnq/ej0IlIisCptQfp4hRYDc/AANIEx9Yb.js", "ssg:https://framerusercontent.com/modules/a2AvfARL6jO9iAqqm2lk/K7eZZxt6iMJk4dbnGrNA/SuG358n_A.js", "ssg:https://framerusercontent.com/modules/Zv2JjxsGAkH51flMwoTC/EQFvpczcRufh6P7thoRo/IKCzb76Ty.js", "ssg:https://framerusercontent.com/modules/50tfPmfssucVtjL8bkU0/F9Wcu8tvazAFA2BKmwHy/ddeBmEFTN.js", "ssg:https://framerusercontent.com/modules/0HAHAgigIa48iVqBfyli/KuxAg9M3ZUuiR7gW3Pbd/PcoD3Psns.js", "ssg:https://framerusercontent.com/modules/BXIf4fRUlo59InSPIc5z/FOY7ekKKVsp7nbpZ1dkc/lE8qoIJI0.js", "ssg:https://framerusercontent.com/modules/dLkbObzJnrLUZAsPDl4t/rtHNO4CJbU6E1rwKLBUK/S24vRVtsh.js", "ssg:https://framerusercontent.com/modules/neIjdAK2ufNK6dDX2A7k/xUAvDsn21cI6gbS43R7b/ZTs0YDfeQ.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useCallback,useState}from\"react\";import{addPropertyControls,ControlType,withCSS,useRouter,inferInitialRouteFromPath}from\"framer\";import{motion,useAnimationControls}from\"framer-motion\";const emailRegex=/^(([^<>()[\\]\\\\.,;:\\s@\"]+(\\.[^<>()[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/;const mailchimpRegex=/^https?:\\/\\/([^\\/]+)[^\\?]+\\??(.+)$/;const validateEmail=email=>{return emailRegex.test(String(email).toLowerCase());};const parseMailChimpUrl=url=>{var _url_replace_match;const[,domain,parameters]=(_url_replace_match=url.replace(\"&amp;\",\"&\").match(mailchimpRegex))!==null&&_url_replace_match!==void 0?_url_replace_match:[null,null,null];return[domain,parameters?new URLSearchParams(parameters):null];};function safeURL(url){console.log(url);try{new URL(url);return url;}catch{try{new URL(`https://${url}`);return`https://${url}`;}catch{}}return undefined;}function isInternalURL(href){if(href===undefined)return false;if(href.startsWith(\"#\")||href.startsWith(\"/\")||href.startsWith(\".\"))return true;return false;}/**\n * Increment the number whenever shipping a new version to customers.\n * This will ensure that multiple versions of this component can exist\n * in the same project without css rules overlapping. Only use valid css class characters.\n */const VERSION=\"v1\";/**\n * INPUT\n * By Benjamin den Boer\n *\n * @framerDisableUnlink\n *\n * @framerIntrinsicWidth 300\n * @framerIntrinsicHeight 40\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any\n */const Input=withCSS(function Input({service,redirectAs,mailchimpURL,loopsID,loopsUserGroup,loopsMailingList,formsparkID,getwaitlistAPI,convertkitAPI,convertkitFormID,input,button,font,layout,link,gap,style,onSubmit}){const[email,setEmail]=useState(\"\");const[isError,setError]=useState(false);const[isLoading,setLoading]=useState(false);const[isFocus,setFocus]=useState(false);// Padding\nconst{paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,padding,borderRadius,borderObject,focusObject,shadowObject,height,fixedHeight}=input;const{buttonPaddingPerSide,buttonPaddingTop,buttonPaddingRight,buttonPaddingBottom,buttonPaddingLeft,buttonPadding}=button;const paddingValue=paddingPerSide?`${paddingTop}px ${button.isDocked?paddingRight+button.widthWhenDocked:paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px ${button.isDocked?padding+button.widthWhenDocked:padding}px ${padding}px ${padding}px`;const buttonPaddingValue=buttonPaddingPerSide?`${button.isDocked?0:buttonPaddingTop}px ${buttonPaddingRight}px ${button.isDocked?0:buttonPaddingBottom}px ${buttonPaddingLeft}px`:`${button.isDocked?0:buttonPadding}px ${buttonPadding}px ${button.isDocked?0:buttonPadding}px ${buttonPadding}px`;const router=useRouter();const onSuccess=()=>{/* Reset */setLoading(false);setFocus(false);setEmail(\"\");if(redirectAs===\"link\"&&link&&!isError){const[path,hash]=link.split(\"#\");const{routeId,pathVariables}=inferInitialRouteFromPath(router.routes,path);if(routeId){router.navigate(routeId,hash,pathVariables);}if(!isInternalURL(link)){const url=safeURL(link);if(url)window.open(url,\"_blank\");}}};const validateForm=useCallback(email=>{if(email===\"\"||!validateEmail(email)){setError(true);formControls.start(\"error\");return false;}return true;},[validateEmail]);const handleChange=useCallback(event=>{setError(false);setEmail(event.target.value);},[]);const handleFocus=useCallback(event=>{setFocus(true);},[]);const handleBlur=useCallback(event=>{setFocus(false);setError(false);},[]);const handleSubmit=useCallback(event=>{event.preventDefault();// Prevent submitting while submitting\nif(isLoading)return;setLoading(true);if(service===\"mailchimp\"){const[domain,parameters]=parseMailChimpUrl(mailchimpURL);if(!validateForm(email)||!domain||!parameters){setLoading(false);return;}// MERGE0 is Mailchimp\u2019s email field name\nparameters.set(\"MERGE0\",email);fetch(`https://${domain}/subscribe/post`,{method:\"POST\",mode:\"no-cors\",headers:{\"Content-Type\":\"application/x-www-form-urlencoded;charset=UTF-8\"},body:parameters.toString()}).then(response=>{onSuccess();if(redirectAs===\"overlay\")onSubmit===null||onSubmit===void 0?void 0:onSubmit();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}if(service===\"loops\"){if(!validateForm(email)){setLoading(false);return;}const emailBody=`email=${encodeURIComponent(email)}`;const userGroupBody=`userGroup=${encodeURIComponent(loopsUserGroup)}`;const mailingListBody=`mailingLists=${encodeURIComponent(loopsMailingList)}`;const hasMailingList=!!loopsMailingList&&loopsMailingList!==\" \";const hasUserGroup=!!loopsUserGroup&&loopsUserGroup!==\" \";let formBody=emailBody;if(hasUserGroup){formBody+=`&${userGroupBody}`;}if(hasMailingList){formBody+=`&${mailingListBody}`;}fetch(`https://app.loops.so/api/newsletter-form/${loopsID}`,{method:\"POST\",mode:\"no-cors\",headers:{\"Content-Type\":\"application/x-www-form-urlencoded\"},body:formBody}).then(()=>{onSuccess();if(redirectAs===\"overlay\")onSubmit===null||onSubmit===void 0?void 0:onSubmit();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}if(service===\"formspark\"){if(!validateForm(email)){setLoading(false);return;}const data=new FormData(event.target);const entries=Object.fromEntries(data.entries());fetch(`https://api.formspark.io/${formsparkID}`,{method:\"POST\",headers:{\"Content-Type\":\"application/json\",Accept:\"application/json\"},body:JSON.stringify(entries)}).then(()=>{onSuccess();onSubmit===null||onSubmit===void 0?void 0:onSubmit();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}if(service===\"getwaitlist\"){if(!validateForm(email)){setLoading(false);return;}const formData=new FormData(event.target);const data=Object.fromEntries(formData.entries());data.referral_link=document.URL;fetch(`https://api.getwaitlist.com/api/v1\n/waiter/`,{method:\"POST\",headers:{\"Content-Type\":\"application/json\",Accept:\"application/json\"},body:JSON.stringify(data)}).then(()=>{onSuccess();if(redirectAs===\"overlay\")onSubmit===null||onSubmit===void 0?void 0:onSubmit();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}if(service===\"convertkit\"){if(!validateForm(email)){setLoading(false);return;}const formData=new FormData(event.target);const data=Object.fromEntries(formData.entries());data.referral_link=document.URL;data.api_key=convertkitAPI;fetch(`https://api.convertkit.com/v3/forms/${convertkitFormID}/subscribe`,{method:\"POST\",headers:{\"Content-Type\":\"application/json\",Accept:\"application/json\"},body:JSON.stringify(data)}).then(()=>{onSuccess();if(redirectAs===\"overlay\")onSubmit===null||onSubmit===void 0?void 0:onSubmit();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}},[mailchimpURL,formsparkID,convertkitFormID,email,onSubmit,validateForm,isLoading]);// Animation\nconst formControls=useAnimationControls();// Input Box Shadow Stylees\nconst focusStylesFrom=input.focusObject?`inset 0 0 0 ${focusObject.focusWidthFrom}px ${focusObject.focusColor}`:null;const focusStylesTo=input.focusObject?`inset 0 0 0 ${focusObject.focusWidthTo}px ${focusObject.focusColor}`:null;const shadowStyles=input.shadowObject?`${shadowObject.shadowX}px ${shadowObject.shadowY}px ${shadowObject.shadowBlur}px ${shadowObject.shadowColor}`:null;const borderStyles=input.borderObject?`inset 0 0 0 ${borderObject.borderWidth}px ${borderObject.borderColor}`:null;// Shake or wiggle as error\nconst formVariants={default:{x:0},error:{x:[0,-4,4,0],transition:{duration:.2}}};const inputVariants={default:{boxShadow:dynamicBoxShadow(focusStylesFrom,shadowStyles,borderStyles)},focused:{boxShadow:dynamicBoxShadow(focusStylesTo,shadowStyles,borderStyles)}};return /*#__PURE__*/_jsx(motion.div,{style:{...style,...containerStyles,\"--framer-custom-placeholder-color\":input.placeholderColor},variants:formVariants,animate:formControls,children:/*#__PURE__*/_jsxs(\"form\",{style:{width:\"100%\",height:\"auto\",display:\"flex\",position:\"relative\",flexDirection:layout===\"vertical\"?\"column\":\"row\",color:button.color,gap:button.isDocked?0:gap},onSubmit:handleSubmit,method:\"POST\",children:[service===\"getwaitlist\"&&/*#__PURE__*/_jsx(\"input\",{type:\"hidden\",name:\"api_key\",value:getwaitlistAPI}),service===\"convertkit\"&&/*#__PURE__*/_jsx(\"input\",{type:\"hidden\",name:\"api_key\",value:convertkitAPI}),/*#__PURE__*/_jsx(motion.input,{type:\"email\",name:\"email\",placeholder:input.placeholder,value:email,className:`${VERSION} framer-custom-input`,onChange:handleChange,onFocus:handleFocus,onBlur:handleBlur,autoComplete:\"off\",autoCapitalize:\"off\",autoCorrect:\"off\",spellCheck:\"false\",style:{...defaultStyle,padding:paddingValue,borderRadius,fontSize:16,...font,background:input.fill,height:height?\"auto\":fixedHeight,color:input.color,boxShadow:dynamicBoxShadow(focusStylesFrom,shadowStyles,borderStyles)},variants:inputVariants,initial:false,animate:isFocus?\"focused\":\"default\",transition:{duration:.3},\"data-1p-ignore\":true}),!button.shouldAppear&&isLoading&&/*#__PURE__*/_jsx(Spinner,{shouldAppear:button.shouldAppear,paddingPerSide:paddingPerSide,paddingTop:paddingTop,paddingRight:paddingRight,padding:padding,color:input.color}),button.shouldAppear&&/*#__PURE__*/_jsxs(\"div\",{style:{position:button.isDocked?\"absolute\":\"relative\",top:button.isDocked?button.insetWhenDocked:0,right:button.isDocked?button.insetWhenDocked:0,bottom:button.isDocked?button.insetWhenDocked:0},children:[/*#__PURE__*/_jsx(motion.input,{type:\"submit\",value:button.label,style:{...defaultStyle,width:button.isDocked?button.widthWhenDocked:\"100%\",height:height?\"100%\":fixedHeight,cursor:\"pointer\",padding:buttonPaddingValue,borderRadius:button.isDocked?borderRadius-button.insetWhenDocked:borderRadius,// fontWeight: button.fontWeight,\nfontSize:16,...button.buttonFont,background:button.fill,color:button.color,zIndex:1,boxShadow:getButtonShadow(button)}}),isLoading&&/*#__PURE__*/_jsx(\"div\",{style:{borderRadius:button.isDocked?borderRadius-button.insetWhenDocked:borderRadius,position:\"absolute\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",width:\"100%\",height:\"100%\",inset:0,zIndex:2,color:button.color,background:button.fill},children:/*#__PURE__*/_jsx(Spinner,{color:button.color})})]})]})});},[`.${VERSION}.framer-custom-input::placeholder { color: var(--framer-custom-placeholder-color) !important; }`]);const Spinner=props=>{const noButtonStyles=!props.shouldAppear?{position:\"absolute\",top:`calc(50% - 8px)`,right:props.paddingPerSide?props.paddingRight:props.padding}:{};return /*#__PURE__*/_jsx(motion.div,{style:{height:16,width:16,...noButtonStyles},initial:{rotate:0},animate:{rotate:360},transition:{duration:1,repeat:Infinity},children:/*#__PURE__*/_jsx(motion.div,{initial:{scale:0},animate:{scale:1},children:/*#__PURE__*/_jsxs(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"16\",height:\"16\",style:{fill:\"currentColor\",color:props.color},children:[/*#__PURE__*/_jsx(\"path\",{d:\"M 8 0 C 3.582 0 0 3.582 0 8 C 0 12.419 3.582 16 8 16 C 12.418 16 16 12.419 16 8 C 15.999 3.582 12.418 0 8 0 Z M 8 14 C 4.687 14 2 11.314 2 8 C 2 4.687 4.687 2 8 2 C 11.314 2 14 4.687 14 8 C 14 11.314 11.314 14 8 14 Z\",fill:\"currentColor\",opacity:\"0.2\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M 8 0 C 12.418 0 15.999 3.582 16 8 C 16 8 16 9 15 9 C 14 9 14 8 14 8 C 14 4.687 11.314 2 8 2 C 4.687 2 2 4.687 2 8 C 2 8 2 9 1 9 C 0 9 0 8 0 8 C 0 3.582 3.582 0 8 0 Z\",fill:\"currentColor\"})]})})});};addPropertyControls(Input,{service:{title:\"Service\",type:ControlType.Enum,options:[\"loops\",\"formspark\",\"mailchimp\",\"getwaitlist\",\"convertkit\"],optionTitles:[\"Loops\",\"FormSpark\",\"MailChimp\",\"Get Waitlist\",\"ConvertKit\"],defaultValue:\"loops\"},mailchimpURL:{title:\"URL\",placeholder:\"https://***.us6.list-manage.com/subscribe/post?u=***\",type:ControlType.String,hidden:props=>props.service!==\"mailchimp\"},loopsID:{title:\"ID\",placeholder:\"klm2jxy0i98abzr01pq7defg5\",type:ControlType.String,hidden:props=>props.service!==\"loops\"},loopsUserGroup:{title:\"User Group\",type:ControlType.String,placeholder:\"Title\",optional:true,hidden:props=>props.service!==\"loops\"},loopsMailingList:{title:\"Mailing List\",type:ControlType.String,placeholder:\"cm3q41c5v02ii1lml14om2wtr\",optional:true,hidden:props=>props.service!==\"loops\"},formsparkID:{title:\"ID\",placeholder:\"7PbPpGN3\",type:ControlType.String,hidden:props=>props.service!==\"formspark\"},getwaitlistAPI:{title:\"ID\",placeholder:\"9148\",type:ControlType.String,hidden:props=>props.service!==\"getwaitlist\"},convertkitAPI:{title:\"API Key\",placeholder:\"5opis1WK6xnVsBwrOINUpe\",type:ControlType.String,hidden:props=>props.service!==\"convertkit\"},convertkitFormID:{title:\"Form ID\",placeholder:\"1043389\",type:ControlType.String,hidden:props=>props.service!==\"convertkit\"},redirectAs:{title:\"Success\",type:ControlType.Enum,options:[\"link\",\"overlay\"],optionTitles:[\"Open Link\",\"Show Overlay\"],defaultValue:\"link\"},link:{title:\"Redirect\",type:ControlType.Link,hidden:props=>props.redirectAs===\"overlay\"},onSubmit:{title:\"Submit\",type:ControlType.EventHandler,hidden:props=>props.redirectAs===\"link\"},layout:{title:\"Layout\",type:ControlType.Enum,options:[\"horizontal\",\"vertical\"],displaySegmentedControl:true,hidden:props=>props.button.isDocked},font:{type:ControlType.Font,title:\"Font\",controls:\"extended\"},input:{title:\"Input\",type:ControlType.Object,controls:{placeholder:{title:\"Placeholder\",type:ControlType.String,defaultValue:\"name@email.com\"},placeholderColor:{title:\" \",type:ControlType.Color,defaultValue:\"rgba(0, 0, 0, 0.3)\"},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#EBEBEB\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#000\"},height:{title:\"Height\",type:ControlType.Boolean,enabledTitle:\"Auto\",disabledTitle:\"Fixed\"},fixedHeight:{title:\" \",type:ControlType.Number,displayStepper:true,min:0,defaultValue:50,hidden:props=>props.height},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:15,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:8},focusObject:{type:ControlType.Object,title:\"Focus\",optional:true,controls:{focusWidthFrom:{title:\"From\",type:ControlType.Number,displayStepper:true,defaultValue:0},focusWidthTo:{title:\"To\",type:ControlType.Number,displayStepper:true,defaultValue:2},focusColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"#09F\"}}},borderObject:{type:ControlType.Object,title:\"Border\",optional:true,controls:{borderWidth:{title:\"Width\",type:ControlType.Number,displayStepper:true,defaultValue:1},borderColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(200,200,200,0.5)\"}}},shadowObject:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"Shadow X\",type:ControlType.Number,min:-100,max:100,defaultValue:0},shadowY:{title:\"Shadow Y\",type:ControlType.Number,min:-100,max:100,defaultValue:2},shadowBlur:{title:\"Shadow B\",type:ControlType.Number,min:0,max:100,defaultValue:4}}}}},button:{title:\"Button\",type:ControlType.Object,controls:{shouldAppear:{title:\"Show\",type:ControlType.Boolean,defaultValue:true},label:{title:\"Label\",type:ControlType.String,defaultValue:\"Subscribe\"},buttonFont:{type:ControlType.Font,title:\"Font\",controls:\"extended\"},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#333\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#FFF\"},isDocked:{title:\"Docked\",type:ControlType.Boolean,defaultValue:false},widthWhenDocked:{title:\"Width\",type:ControlType.Number,min:0,defaultValue:100,displayStepper:true,hidden:props=>!props.isDocked},insetWhenDocked:{title:\"Inset\",type:ControlType.Number,min:0,defaultValue:5,displayStepper:true,hidden:props=>!props.isDocked},buttonPadding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"buttonPaddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:15,valueKeys:[\"buttonPaddingTop\",\"buttonPaddingRight\",\"buttonPaddingBottom\",\"buttonPaddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},buttonShadow:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"Shadow X\",type:ControlType.Number,min:-100,max:100,defaultValue:0},shadowY:{title:\"Shadow Y\",type:ControlType.Number,min:-100,max:100,defaultValue:2},shadowBlur:{title:\"Shadow B\",type:ControlType.Number,min:0,max:100,defaultValue:4}}}}},gap:{title:\"Gap\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:10,hidden:props=>props.button.isDocked}});const defaultStyle={WebkitAppearance:\"none\",appearance:\"none\",width:\"100%\",height:\"auto\",outline:\"none\",border:\"none\"};const containerStyles={position:\"relative\",width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};function getButtonShadow(button){if(button.buttonShadow){return`${button.buttonShadow.shadowX}px ${button.buttonShadow.shadowY}px ${button.buttonShadow.shadowBlur}px ${button.buttonShadow.shadowColor}`;}else return\"none\";}function dynamicBoxShadow(...shadows){const output=[];shadows.forEach(shadow=>shadow&&output.push(shadow));return output.join(\", \");}export default Input;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Input\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"40\",\"framerIntrinsicWidth\":\"300\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Input.map", "// Generated by Framer (7f988a2)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-VKgtU .framer-styles-preset-12if407:not(.rich-text-wrapper), .framer-VKgtU .framer-styles-preset-12if407.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-color: #c9fc00; --framer-link-hover-text-decoration: underline; --framer-link-text-color: #ffffff; --framer-link-text-decoration: none; }\"];export const className=\"framer-VKgtU\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ae47b7e)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-5Gqmf .framer-styles-preset-1xjxndp:not(.rich-text-wrapper), .framer-5Gqmf .framer-styles-preset-1xjxndp.rich-text-wrapper a { --framer-link-current-text-color: #a5b4dd; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: #a5b4dd; --framer-link-hover-text-decoration: none; --framer-link-text-color: #a5b4dd; --framer-link-text-decoration: none; }\"];export const className=\"framer-5Gqmf\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c07a8c1)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Input from\"https://framerusercontent.com/modules/oWVHHLIj4Q7woeIlKzbt/q6QHBkUymdktnMQmdwdO/Input.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/IZIQEY5rLikBh0pBWRqz/tPfDvg1zP1nK6KHILdCO/apIKYSvff.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/AZkrTjRG3ciQT4jCQSI4/4yrCWjf9UPwCBMMGVPxB/wuiKK5Olr.js\";const InputFonts=getFonts(Input);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"Uw8F_RBLA\",\"KNoFB2neY\",\"ZgQrjZ_eG\",\"GNKcMWG4r\",\"A6oMCgPm9\"];const serializationHash=\"framer-slQFp\";const variantClassNames={A6oMCgPm9:\"framer-v-1r831a9\",GNKcMWG4r:\"framer-v-c70pxw\",KNoFB2neY:\"framer-v-1jufykj\",Uw8F_RBLA:\"framer-v-vm32hh\",ZgQrjZ_eG:\"framer-v-wjizft\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition2};const transition3={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};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 Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Mobile V2\":\"A6oMCgPm9\",\"Tablet V2\":\"GNKcMWG4r\",Desktop:\"Uw8F_RBLA\",Mobile:\"ZgQrjZ_eG\",Tablet:\"KNoFB2neY\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Uw8F_RBLA\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Uw8F_RBLA\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onSubmittxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const onTap15c2ost=activeVariantCallback(async(...args)=>{setVariant(\"ZgQrjZ_eG\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"A6oMCgPm9\")return true;return false;};const ref1=React.useRef(null);const ref2=React.useRef(null);const isDisplayed1=()=>{if(baseVariant===\"KNoFB2neY\")return true;return false;};const ref3=React.useRef(null);const ref4=React.useRef(null);const ref5=React.useRef(null);const ref6=React.useRef(null);const isDisplayed2=()=>{if([\"KNoFB2neY\",\"ZgQrjZ_eG\",\"GNKcMWG4r\",\"A6oMCgPm9\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if([\"ZgQrjZ_eG\",\"GNKcMWG4r\",\"A6oMCgPm9\"].includes(baseVariant))return false;return true;};const ref7=React.useRef(null);const ref8=React.useRef(null);const isDisplayed4=()=>{if(baseVariant===\"KNoFB2neY\")return false;return true;};const isDisplayed5=()=>{if([\"GNKcMWG4r\",\"A6oMCgPm9\"].includes(baseVariant))return false;return true;};const isDisplayed6=()=>{if(baseVariant===\"ZgQrjZ_eG\")return true;return false;};const ref9=React.useRef(null);const ref10=React.useRef(null);const isDisplayed7=()=>{if(baseVariant===\"GNKcMWG4r\")return true;return false;};const isDisplayed8=()=>{if(baseVariant===\"GNKcMWG4r\")return false;return true;};const ref11=React.useRef(null);const ref12=React.useRef(null);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-vm32hh\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"Uw8F_RBLA\",ref:refBinding,style:{background:\"radial-gradient(64% 22% at 42.6% 111.5%, rgb(23, 74, 203) 0%, rgb(6, 19, 52) 100%)\",...style},...addPropertyOverrides({A6oMCgPm9:{\"data-framer-name\":\"Mobile V2\"},GNKcMWG4r:{\"data-framer-name\":\"Tablet V2\"},KNoFB2neY:{\"data-framer-name\":\"Tablet\"},ZgQrjZ_eG:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mnclid\",layoutDependency:layoutDependency,layoutId:\"UnCXlbkl3\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ku0dsl\",layoutDependency:layoutDependency,layoutId:\"OLiLt1oFe\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1168nb1\",layoutDependency:layoutDependency,layoutId:\"nH0uzkFF4\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-hae2bf\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:49,intrinsicWidth:174,layoutDependency:layoutDependency,layoutId:\"Rmhgmr6KL\",svg:'<svg width=\"174\" height=\"49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><mask id=\"a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"174\" height=\"49\"><path d=\"M0 0h174v48.72H0V0Z\" fill=\"#fff\"/></mask><g mask=\"url(#a)\"><path d=\"M39.073 0H9.768C4.374 0 0 4.363 0 9.744v29.232c0 5.382 4.374 9.744 9.77 9.744h29.303c5.396 0 9.77-4.362 9.77-9.744V9.744c0-5.381-4.374-9.744-9.77-9.744Z\" fill=\"url(#b)\"/><g filter=\"url(#c)\"><path d=\"M42.335 14.766h-17.65v-.27c0-1.1.448-2.162 1.22-2.937a4.24 4.24 0 0 1 2.962-1.225h13.468v4.432Z\" fill=\"url(#d)\"/><path d=\"M7.03 14.766h17.653v.272c0 1.1-.45 2.162-1.239 2.937a4.222 4.222 0 0 1-2.963 1.205H7.03v-4.412l-.001-.002Z\" fill=\"url(#e)\"/><path d=\"M42.335 32.477H7.03v4.432h35.304l.001-4.432Z\" fill=\"url(#f)\"/><path d=\"M42.335 23.613h-17.65v-.27c0-1.1.448-2.162 1.22-2.938a4.24 4.24 0 0 1 2.962-1.225h13.468v4.433Z\" fill=\"url(#g)\"/><path d=\"M7.03 23.613h17.653v.27c0 1.1-.45 2.163-1.239 2.937a4.222 4.222 0 0 1-2.963 1.207H7.03v-4.413l-.001-.002Z\" fill=\"url(#h)\"/></g><path d=\"M61.053 34.349h3.437v-2.102c.493 1.409 2.231 2.42 4.602 2.42 2.035 0 3.753-.715 5.115-2.161 1.404-1.467 2.094-3.25 2.094-5.391 0-2.16-.69-3.924-2.094-5.37-1.382-1.468-3.08-2.18-5.115-2.18-2.37 0-4.129 1.01-4.602 2.418v-7.631h-3.438l.001 19.997Zm7.585-2.815c-1.225 0-2.291-.435-3.14-1.268-.83-.832-1.266-1.903-1.266-3.151 0-1.267.436-2.318 1.266-3.152a4.363 4.363 0 0 1 3.14-1.266c1.225 0 2.231.435 3.042 1.266.83.834 1.225 1.903 1.225 3.152 0 1.268-.396 2.319-1.225 3.151-.81.852-1.797 1.268-3.042 1.268Zm21.728 2.814v-3.25h-8.533l5.788-6.084c1.58-1.645 2.35-3.33 2.35-5.035 0-1.664-.592-3.07-1.838-4.24-1.204-1.169-2.666-1.784-4.344-1.784-1.74 0-3.26.635-4.484 1.864-1.225 1.228-1.837 2.695-1.837 4.458h3.258c0-.89.279-1.645.89-2.24a2.963 2.963 0 0 1 2.152-.911c1.6 0 2.944 1.27 2.944 2.874 0 .951-.395 1.843-1.225 2.734l-8.849 9.296v2.318h13.728Zm5.828.001v-8.324c0-1.963 1.206-3.35 2.805-3.35 1.64 0 2.568 1.23 2.568 3.212v8.462h3.397v-8.324c0-1.963 1.166-3.35 2.785-3.35 1.601 0 2.509 1.23 2.509 3.212v4.816c0 2.516 1.106 3.785 3.378 3.785.651 0 1.146-.06 1.482-.18v-2.89c-.139.019-.317.06-.494.06-.771 0-.969-.397-.969-1.528v-4.557c0-3.587-1.797-5.808-4.918-5.808-2.252 0-3.812.833-4.642 2.517-.71-1.684-2.093-2.517-4.069-2.517-1.837 0-3.258.953-3.87 2.36v-2.062h-3.399V34.35l3.437-.001Zm20.266-7.114c0 2.259.712 4.08 2.115 5.428 1.401 1.35 3.257 2.042 5.53 2.042 2.429 0 4.445-.852 6.064-2.575l-2.055-2.003c-1.125 1.13-2.408 1.665-3.891 1.665-2.547 0-4.227-1.487-4.345-3.786h11.219c.02-.376.06-.771.06-1.209 0-2.06-.651-3.784-1.995-5.192-1.323-1.406-3.043-2.1-5.117-2.1-2.213 0-4.009.693-5.431 2.102-1.403 1.406-2.113 3.249-2.113 5.548v.08h-.041Zm3.497-1.665c.078-.891.514-1.646 1.283-2.24.77-.594 1.718-.912 2.786-.912 1.008 0 1.837.318 2.547.95.712.595 1.087 1.35 1.087 2.221h-7.703v-.02Zm14.339 4.28c0 3.27 1.541 4.914 4.662 4.914a7.69 7.69 0 0 0 1.777-.178v-3.071c-.375.08-.769.12-1.204.12-1.265 0-1.798-.575-1.798-2.16v-6.461h3.181v-3.132h-3.181v-5.549h-3.437v5.549h-1.797v3.132h1.797v6.836Zm12.11 4.499v-7.61c0-2.379 1.52-3.884 3.891-3.884.514 0 1.008.059 1.423.14v-3.332a5.152 5.152 0 0 0-1.028-.079c-2.033 0-3.615.912-4.286 2.439v-2.16h-3.397V34.33h3.397v.019Zm7.744-3.39c0 2.438 1.105 3.666 3.317 3.666.81 0 1.384-.078 1.719-.237v-2.894c-.139.02-.335.06-.593.06-.769 0-1.007-.397-1.007-1.526V19.861h-3.436v11.097Zm1.718-12.763c1.105 0 2.035-.89 2.035-2.04s-.909-2.042-2.035-2.042c-1.146 0-2.055.89-2.055 2.042 0 1.148.909 2.04 2.055 2.04Zm12.305 1.23c-2.212 0-4.069.753-5.569 2.22-1.522 1.465-2.253 3.27-2.253 5.45s.751 4.022 2.253 5.49c1.52 1.465 3.377 2.18 5.569 2.18 2.311 0 4.228-.833 5.788-2.498l-2.113-2.22c-1.008 1.07-2.233 1.587-3.655 1.587-1.264 0-2.311-.438-3.18-1.29-.829-.853-1.265-1.962-1.265-3.25 0-1.289.436-2.379 1.265-3.25.849-.852 1.916-1.288 3.18-1.288 1.422 0 2.667.515 3.655 1.586l2.113-2.22c-1.56-1.665-3.477-2.498-5.788-2.498Z\" fill=\"#FDFDFF\"/></g><defs><linearGradient id=\"b\" x1=\"45.511\" y1=\"2.952\" x2=\"-32.493\" y2=\"78.757\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#736CFF\"/><stop offset=\"1\" stop-color=\"#1C184D\"/></linearGradient><linearGradient id=\"d\" x1=\"41.809\" y1=\"10.454\" x2=\"36.66\" y2=\"22.461\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\"/><stop offset=\".29\" stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#5951FF\"/></linearGradient><linearGradient id=\"e\" x1=\"24.157\" y1=\"14.885\" x2=\"19.043\" y2=\"26.86\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\"/><stop offset=\".29\" stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#5951FF\"/></linearGradient><linearGradient id=\"f\" x1=\"41.283\" y1=\"32.596\" x2=\"38.368\" y2=\"46.188\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\"/><stop offset=\".29\" stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#5951FF\"/></linearGradient><linearGradient id=\"g\" x1=\"41.809\" y1=\"19.3\" x2=\"36.66\" y2=\"31.308\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\"/><stop offset=\".29\" stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#5951FF\"/></linearGradient><linearGradient id=\"h\" x1=\"24.157\" y1=\"23.731\" x2=\"19.043\" y2=\"35.706\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\"/><stop offset=\".29\" stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#5951FF\"/></linearGradient><filter id=\"c\" x=\"1.462\" y=\"10.334\" width=\"46.441\" height=\"37.711\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dy=\"5.568\"/><feGaussianBlur stdDeviation=\"2.784\"/><feComposite in2=\"hardAlpha\" operator=\"out\"/><feColorMatrix values=\"0 0 0 0 0.109804 0 0 0 0 0.0941176 0 0 0 0 0.301961 0 0 0 0.9 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_6_3891\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_dropShadow_6_3891\" result=\"shape\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dy=\"5.568\"/><feGaussianBlur stdDeviation=\"2.784\"/><feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/><feColorMatrix values=\"0 0 0 0 0.847059 0 0 0 0 0.870588 0 0 0 0 0.992157 0 0 0 1 0\"/><feBlend in2=\"shape\" result=\"effect2_innerShadow_6_3891\"/></filter></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-utomcx\",layoutDependency:layoutDependency,layoutId:\"KM0_anRMe\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jncjwv\",layoutDependency:layoutDependency,layoutId:\"nScJCfsTP\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fit\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:188,pixelWidth:167,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ek9DFKcm67mElOdsc1SMge1mo.svg\"},className:\"framer-tjqlqm\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"UsgUBFABq\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fit\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:217,pixelWidth:167,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/DGymUvw6UVPszzSMXASrn0LGXg.svg\"},className:\"framer-18xlcfs\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"jr2ShGgJQ\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fit\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:188,pixelWidth:167,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/h3eTxNSlP5G1zyfp2peZ0cPJHI.svg\"},className:\"framer-1mvzahg\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"j2OIW9uC7\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fit\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:217,pixelWidth:167,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/M2hvNFrw8EvbFS2vqrJ1PqT4Ao.svg\"},className:\"framer-v1fuvw\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"Mdu92FyEC\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fit\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:217,pixelWidth:167,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/lqbZZPjA6VyIAbBVDhD0lhMb9o.svg\"},className:\"framer-xw6wb1\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"b0GhNIl1U\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-khyn8f\",layoutDependency:layoutDependency,layoutId:\"qbTrNO2lN\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fit\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:65,pixelWidth:64,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/kmgG8Wb6KXEHOFiD2Tc73xfGyoo.svg\"},className:\"framer-47qa7n\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"UzXHe8tY8\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nlnlix\",layoutDependency:layoutDependency,layoutId:\"z2mN5wN9p\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fill\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:354,pixelWidth:354,src:\"https://framerusercontent.com/images/vrWF62Mg3a5Ba8xBP4qw81BOr0g.png\"},className:\"framer-1f9t4iy\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"v8iIIKi8c\"})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19lr180\",layoutDependency:layoutDependency,layoutId:\"X57Hr3wlI\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.capterra.com/p/212878/B2Metric/\",motionChild:true,nodeId:\"NHVHXoeFk\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-mgrqqc framer-1o75zom\",layoutDependency:layoutDependency,layoutId:\"NHVHXoeFk\",whileHover:animation,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-58o7qk\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:28,intrinsicWidth:123,layoutDependency:layoutDependency,layoutId:\"Mwtm4fE02\",svg:'<svg width=\"123\" height=\"28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 9.996h18.129V3.199L0 9.996Z\" fill=\"#FF9D28\"/><path d=\"M18.13 3.2v23.985L26.696 0l-8.568 3.2Z\" fill=\"#68C5ED\"/><path d=\"M18.13 9.995h-6.851l6.85 17.19V9.995Z\" fill=\"#fff\"/><path d=\"m0 9.995 13.032 4.41-1.753-4.41H0Z\" fill=\"#E54747\"/><path d=\"M41.517 20.877c-.09.09-.27.217-.488.38a8.35 8.35 0 0 1-.904.451 8.62 8.62 0 0 1-1.373.38 9.448 9.448 0 0 1-1.844.162c-1.337 0-2.494-.216-3.47-.65-.976-.434-1.79-1.03-2.423-1.808-.632-.777-1.102-1.68-1.41-2.73a13.01 13.01 0 0 1-.451-3.47c0-1.265.163-2.421.488-3.488.325-1.066.813-1.988 1.446-2.765a6.61 6.61 0 0 1 2.422-1.826c.976-.434 2.115-.65 3.416-.65.65 0 1.23.054 1.753.18.525.109.976.253 1.374.416.398.162.705.325.976.488.253.18.452.325.579.434.144.126.27.289.38.47.108.18.162.38.162.596 0 .325-.127.669-.38.994a9.875 9.875 0 0 1-.813.922 11.789 11.789 0 0 0-.669-.615 4.392 4.392 0 0 0-.831-.542 5.07 5.07 0 0 0-1.049-.397 4.935 4.935 0 0 0-1.301-.163c-.85 0-1.555.163-2.115.506a3.897 3.897 0 0 0-1.374 1.337 5.603 5.603 0 0 0-.74 1.88 10.72 10.72 0 0 0-.218 2.151c0 .777.073 1.519.217 2.242.145.704.398 1.337.777 1.88.362.541.832.993 1.428 1.319.579.325 1.32.488 2.206.488.47 0 .885-.055 1.283-.181a4.528 4.528 0 0 0 1.03-.416c.29-.162.56-.343.778-.524.216-.18.415-.343.56-.47.09.109.217.253.343.416.127.163.253.343.38.524.108.18.217.362.289.542.09.181.127.344.127.488 0 .217-.037.398-.127.543a4.71 4.71 0 0 1-.434.506Zm12.797-1.916c0 1.32.2 2.277.579 2.874a6.963 6.963 0 0 1-.832.253 3.894 3.894 0 0 1-.813.072c-.596 0-1.048-.108-1.356-.343-.307-.235-.506-.56-.578-.994-.362.379-.85.704-1.446.976-.597.27-1.338.397-2.205.397-.452 0-.904-.054-1.356-.18a3.572 3.572 0 0 1-1.229-.615 3.368 3.368 0 0 1-.904-1.139c-.235-.47-.343-1.048-.343-1.735 0-.85.199-1.536.614-2.06a4.549 4.549 0 0 1 1.537-1.266 6.68 6.68 0 0 1 2.006-.633c.723-.108 1.374-.198 1.97-.216.2-.018.398-.018.579-.018h.542v-.452c0-.633-.163-1.103-.506-1.356-.344-.271-.904-.398-1.663-.398-.723 0-1.356.109-1.916.344a19.72 19.72 0 0 0-1.645.795 3.805 3.805 0 0 1-.56-.94c-.145-.343-.217-.596-.217-.759 0-.235.126-.452.38-.669.253-.217.614-.415 1.066-.578.452-.18.958-.307 1.554-.416a9.999 9.999 0 0 1 1.844-.162c.904 0 1.663.09 2.278.27.632.181 1.138.47 1.518.85.397.38.669.868.831 1.428.163.579.253 1.247.253 2.006l.018 4.664Zm-3.199-2.892h-.343c-.109 0-.235 0-.344.018-.415.036-.831.09-1.229.144-.416.073-.777.181-1.084.344-.326.163-.579.38-.778.65-.199.272-.307.615-.307 1.03 0 .47.127.868.398 1.194.27.325.723.488 1.355.488.308 0 .615-.036.904-.127.29-.09.524-.199.741-.325.217-.127.38-.271.506-.434.127-.163.181-.307.181-.434V16.07Zm9.417-4.917c.271-.307.687-.632 1.247-.958.56-.325 1.284-.488 2.133-.488.615 0 1.193.109 1.753.308.56.217 1.049.542 1.483 1.012.434.47.777 1.084 1.03 1.844.253.759.38 1.699.38 2.82 0 1.3-.145 2.367-.452 3.217-.308.849-.687 1.5-1.157 2.006-.47.488-.994.831-1.573 1.03a5.323 5.323 0 0 1-1.735.307c-.488 0-.904-.054-1.265-.162a4.928 4.928 0 0 1-.904-.362 2.662 2.662 0 0 1-.578-.397 2.478 2.478 0 0 1-.253-.272v6.146h-3.398V10.068c.09-.018.18-.036.307-.054.108-.018.217-.036.361-.036.127 0 .29-.019.47-.019.56 0 1.03.09 1.41.272.398.18.65.488.741.921Zm4.5 4.61c0-.507-.035-.959-.126-1.392-.09-.434-.217-.814-.415-1.12a2.181 2.181 0 0 0-.778-.742c-.325-.18-.723-.271-1.175-.271-.686 0-1.174.126-1.445.397-.272.272-.416.56-.416.868v5.296c.126.127.361.29.705.47.343.18.74.271 1.175.271.85 0 1.464-.325 1.861-.994.416-.65.615-1.573.615-2.784Zm6.165 4.301a4.006 4.006 0 0 1-.217-1.048 11.273 11.273 0 0 1-.055-1.103V6.326a9.53 9.53 0 0 1 .38-.054c.108-.018.235-.036.38-.036.126 0 .27-.018.397-.018.271 0 .524.018.796.072.27.054.506.145.722.308.217.144.398.361.525.614.126.253.198.597.198 1.012v1.772h3.507v2.53h-3.507v5.332c0 1.157.47 1.735 1.428 1.735.235 0 .452-.036.67-.108a3.25 3.25 0 0 0 .56-.253c.162-.09.307-.18.433-.29.127-.108.217-.18.272-.216.252.361.433.687.578.958.126.27.199.524.199.759 0 .217-.09.434-.271.65-.181.218-.416.398-.741.579-.326.18-.705.325-1.157.434a6.34 6.34 0 0 1-1.483.162c-1.03 0-1.843-.198-2.404-.596-.56-.434-.975-.958-1.21-1.609Zm15.237-.325c.416 0 .777-.054 1.102-.145.326-.09.597-.198.85-.343a2.91 2.91 0 0 0 .65-.434c.181-.162.344-.307.507-.434.199.253.415.579.632.958.217.398.326.705.326.958 0 .362-.217.705-.633.994-.343.271-.85.488-1.482.687-.633.2-1.392.29-2.26.29a9.142 9.142 0 0 1-2.313-.308 5.048 5.048 0 0 1-2.025-1.048c-.596-.506-1.066-1.175-1.427-2.006-.362-.85-.543-1.898-.543-3.182 0-1.048.163-1.952.488-2.71.326-.76.76-1.393 1.302-1.88a5.07 5.07 0 0 1 1.843-1.103 6.375 6.375 0 0 1 2.097-.344c.94 0 1.717.145 2.368.434.65.29 1.175.687 1.59 1.175a4.41 4.41 0 0 1 .886 1.68c.181.634.271 1.302.271 2.007v.344c0 .126 0 .27-.018.415 0 .145-.018.29-.018.434 0 .145-.018.253-.036.344h-7.374c.072.921.343 1.68.849 2.277.488.633 1.283.94 2.368.94Zm1.139-5.061c0-.795-.163-1.446-.47-1.952-.308-.506-.868-.741-1.663-.741-.687 0-1.23.235-1.645.705-.416.47-.615 1.139-.615 1.988h4.393Zm8.983-3.47c.108-.145.235-.308.398-.488.162-.181.361-.344.614-.488.235-.145.506-.272.795-.38.29-.09.597-.145.94-.145.2 0 .416.018.633.055.217.036.434.09.633.18.198.09.343.217.47.38.108.163.18.343.18.578 0 .362-.09.778-.271 1.248-.181.47-.361.867-.542 1.21a3.708 3.708 0 0 0-.85-.542c-.289-.126-.614-.18-.994-.18-.524 0-.958.144-1.301.451-.344.308-.524.651-.524 1.085v8.08h-3.398V10.067c.09-.018.18-.036.307-.054.108-.018.217-.036.343-.036.127 0 .29-.019.47-.019.524 0 .994.109 1.392.308.362.199.596.506.705.94Zm9.652 0a6.64 6.64 0 0 1 .398-.488c.162-.181.361-.344.614-.488a4.55 4.55 0 0 1 .796-.38 3.1 3.1 0 0 1 .939-.145c.199 0 .416.018.633.055.217.036.434.09.633.18s.343.217.47.38c.108.163.18.343.18.578 0 .362-.09.778-.271 1.248-.18.47-.361.867-.542 1.21a3.693 3.693 0 0 0-.85-.542c-.289-.126-.614-.18-.994-.18-.524 0-.958.144-1.301.451-.343.308-.524.651-.524 1.085v8.08h-3.398V10.067c.09-.018.18-.036.307-.054.108-.018.217-.036.343-.036.127 0 .29-.019.47-.019.524 0 .994.109 1.392.308.362.199.615.506.705.94Zm16.213 7.754c0 1.32.199 2.277.579 2.874a6.957 6.957 0 0 1-.832.253 3.891 3.891 0 0 1-.813.072c-.597 0-1.048-.108-1.356-.343-.307-.235-.506-.56-.578-.994-.362.379-.85.704-1.446.976-.597.27-1.338.397-2.205.397-.452 0-.904-.054-1.356-.18a3.574 3.574 0 0 1-1.229-.615 3.362 3.362 0 0 1-.904-1.139c-.235-.47-.343-1.048-.343-1.735 0-.85.199-1.536.614-2.06a4.548 4.548 0 0 1 1.537-1.266 6.672 6.672 0 0 1 2.006-.633c.723-.108 1.374-.198 1.97-.216.199-.018.398-.018.579-.018h.542v-.452c0-.633-.163-1.103-.506-1.356-.344-.271-.904-.398-1.663-.398-.723 0-1.356.109-1.916.344a19.72 19.72 0 0 0-1.645.795 3.785 3.785 0 0 1-.56-.94c-.145-.343-.217-.596-.217-.759 0-.235.126-.452.379-.669.254-.217.615-.415 1.067-.578.452-.18.958-.307 1.554-.416a10.004 10.004 0 0 1 1.844-.162c.904 0 1.663.09 2.277.27.633.181 1.139.47 1.519.85.397.38.669.868.831 1.428.163.579.253 1.247.253 2.006l.018 4.664Zm-3.199-2.892h-.343c-.109 0-.235 0-.344.018-.416.036-.831.09-1.229.144-.416.073-.777.181-1.084.344-.326.163-.579.38-.778.65-.198.272-.307.615-.307 1.03 0 .47.127.868.398 1.194.271.325.723.488 1.355.488.308 0 .615-.036.904-.127a3.53 3.53 0 0 0 .741-.325 1.72 1.72 0 0 0 .506-.434c.127-.163.181-.307.181-.434V16.07Z\" fill=\"#fff\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"4,8/5\"})}),className:\"framer-1qs95my\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"IJFl9CdRV\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.producthunt.com/products/b2metric\",motionChild:true,nodeId:\"Ov_GBvkSn\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-38oz51 framer-1o75zom\",layoutDependency:layoutDependency,layoutId:\"Ov_GBvkSn\",whileHover:animation,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1nygcs8\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:29,intrinsicWidth:124,layoutDependency:layoutDependency,layoutId:\"T_5JQOlf5\",svg:'<svg width=\"124\" height=\"29\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path fill=\"#000F51\" d=\"M.5 0h123v29H.5z\"/><path d=\"M29.272 14.372c0 7.937-6.441 14.372-14.386 14.372C6.94 28.744.5 22.31.5 14.372S6.94 0 14.886 0c7.945 0 14.386 6.435 14.386 14.372Z\" fill=\"#FFFDFC\"/><path d=\"M16.804 14.372h-4.076v-4.311h4.076a2.16 2.16 0 0 1 2.158 2.155 2.155 2.155 0 0 1-2.158 2.156Zm0-7.186H9.851v14.372h2.877v-4.311h4.076a5.033 5.033 0 0 0 5.035-5.03 5.033 5.033 0 0 0-5.035-5.03Z\" fill=\"#000F51\"/><path d=\"M44.385 12.616c0-.791-.608-1.27-1.398-1.27h-2.118v2.525h2.118c.79 0 1.398-.48 1.398-1.255Zm-5.522 6.547V9.58h4.406c2.048 0 3.163 1.383 3.163 3.035 0 1.636-1.129 3.019-3.163 3.019h-2.4v3.528h-2.006Zm8.79 0v-6.986h1.793v.918c.494-.593 1.328-1.087 2.176-1.087v1.75a2.32 2.32 0 0 0-.495-.042c-.593 0-1.385.338-1.681.777v4.67h-1.793Zm10.003-3.585c0-1.058-.623-1.975-1.753-1.975-1.116 0-1.736.917-1.736 1.976 0 1.072.62 1.99 1.736 1.99 1.13 0 1.753-.918 1.753-1.99Zm-5.355 0c0-1.932 1.356-3.57 3.602-3.57 2.26 0 3.616 1.637 3.616 3.57 0 1.934-1.355 3.585-3.616 3.585-2.246 0-3.602-1.651-3.602-3.585Zm13.254 1.214v-2.413c-.296-.452-.946-.776-1.54-.776-1.03 0-1.736.804-1.736 1.976 0 1.184.706 1.99 1.736 1.99.594 0 1.244-.325 1.54-.777Zm0 2.37V18.12c-.537.676-1.27 1.044-2.105 1.044-1.708 0-3.022-1.298-3.022-3.585 0-2.214 1.286-3.57 3.023-3.57.804 0 1.567.34 2.104 1.045V9.58h1.808v9.582h-1.808Zm8.197 0v-1.03a3.242 3.242 0 0 1-2.401 1.03c-1.497 0-2.203-.818-2.203-2.144v-4.84h1.793v4.134c0 .946.495 1.256 1.257 1.256.692 0 1.244-.38 1.554-.777v-4.614h1.794v6.986h-1.794Zm3.14-3.584c0-2.088 1.526-3.57 3.617-3.57 1.398 0 2.246.608 2.698 1.228l-1.173 1.1c-.324-.48-.819-.733-1.44-.733-1.088 0-1.85.79-1.85 1.976 0 1.184.762 1.99 1.85 1.99.621 0 1.116-.283 1.44-.749l1.173 1.101c-.452.62-1.3 1.242-2.698 1.242-2.09 0-3.616-1.482-3.616-3.585Zm7.857 1.708v-3.542h-1.13v-1.566h1.13v-1.863h1.794v1.863h1.383v1.566h-1.383v3.062c0 .438.225.762.621.762.268 0 .524-.099.621-.211l.383 1.368c-.269.24-.75.438-1.498.438-1.257 0-1.92-.65-1.92-1.877Zm14.668 1.877v-4.135h-4.45v4.135h-2.004V9.58h2.004v3.697h4.45V9.582h2.019v9.58h-2.02Zm8.438 0v-1.03a3.242 3.242 0 0 1-2.401 1.03c-1.497 0-2.203-.819-2.203-2.145v-4.84h1.793v4.134c0 .946.495 1.256 1.258 1.256.691 0 1.243-.38 1.553-.777v-4.614h1.794v6.986h-1.794Zm8.181 0v-4.29c0-.945-.493-1.27-1.256-1.27-.706 0-1.242.396-1.554.79v4.77h-1.793v-6.986h1.793v.876c.438-.508 1.286-1.045 2.387-1.045 1.512 0 2.232.847 2.232 2.173v4.982h-1.809Zm3.946-1.877v-3.542h-1.128v-1.566h1.129v-1.863h1.794v1.863h1.384v1.566h-1.384v3.062c0 .438.225.762.621.762.268 0 .523-.099.622-.211l.381 1.368c-.268.24-.749.438-1.497.438-1.258 0-1.922-.65-1.922-1.877Z\" fill=\"#FFFDFC\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" transform=\"translate(.5)\" d=\"M0 0h123v29H0z\"/></clipPath></defs></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"4,9/5\"})}),className:\"framer-153g3b1\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"b8CogPeWt\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.g2.com/products/b2metric\",motionChild:true,nodeId:\"pXPLPMth8\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1tivdta framer-1o75zom\",layoutDependency:layoutDependency,layoutId:\"pXPLPMth8\",whileHover:animation,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1vdz8nf\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:34,intrinsicWidth:33,layoutDependency:layoutDependency,layoutId:\"LuhEZe7nU\",svg:'<svg width=\"33\" height=\"34\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m23.358 23.76 3.651 6.335c-5.367 4.11-13.718 4.606-19.9-.126A16.65 16.65 0 0 1 2.634 8.525C7.015.825 15.213-.877 20.491.371c-.143.31-3.304 6.869-3.304 6.869s-.25.016-.391.019c-1.56.066-2.723.429-3.968 1.073a9.437 9.437 0 0 0-5.009 7.285 9.199 9.199 0 0 0 .624 4.574c.501 1.223 1.211 2.31 2.162 3.226 1.46 1.409 3.196 2.28 5.21 2.57 1.905.273 3.739.002 5.457-.861.644-.324 1.192-.68 1.833-1.17.081-.053.154-.12.253-.197Z\" fill=\"#FF492C\"/><path d=\"m23.37 5.09-.888-.874c-.171-.17-.337-.346-.512-.512-.063-.06-.137-.141-.137-.141l.085-.179c.336-.674.863-1.167 1.488-1.56a4.134 4.134 0 0 1 2.313-.638c1.046.02 2.018.28 2.838.982.606.518.916 1.174.971 1.958.091 1.323-.456 2.336-1.543 3.042-.638.416-1.327.738-2.017 1.119-.38.21-.706.395-1.079.775-.327.382-.343.741-.343.741l4.947-.006V12h-7.636v-.213c-.029-1.082.097-2.101.593-3.084.456-.902 1.165-1.563 2.016-2.071.656-.392 1.346-.725 2.003-1.115.406-.24.692-.593.69-1.104 0-.44-.32-.829-.775-.95-1.076-.29-2.17.172-2.74 1.156-.082.144-.167.287-.275.47Zm9.568 16.328-4.169-7.2h-8.25l-4.195 7.274h8.31l4.1 7.165 4.204-7.24Z\" fill=\"#FF492C\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"4,6/5\"})}),className:\"framer-r3jr40\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"iqqkt2xXa\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.gartner.com/reviews/market/mobile-app-analytics/vendor/b2metric/product/b2metric\",motionChild:true,nodeId:\"USwtUjkTr\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-163k0xi framer-1o75zom\",layoutDependency:layoutDependency,layoutId:\"USwtUjkTr\",whileHover:animation,children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:36,intrinsicWidth:103,pixelHeight:36,pixelWidth:103,src:\"https://framerusercontent.com/images/gwcL0c57iNI3UQ73aubh46Hvs.svg\"},className:\"framer-1j2d6it\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"ovwXvQ8pJ\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"5.0/5\"})}),className:\"framer-n6kqy7\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"camXZ2u80\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]})]})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gfqssg\",layoutDependency:layoutDependency,layoutId:\"qaM5I5q84\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zvnu8i\",layoutDependency:layoutDependency,layoutId:\"Cf4x60xOq\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vsaoow\",layoutDependency:layoutDependency,layoutId:\"vwbfs_Z_x\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255)))\"},children:\"Product\"})}),className:\"framer-hn2xgo\",fonts:[\"GF;Figtree-700\"],layoutDependency:layoutDependency,layoutId:\"LhKpsgIvY\",style:{\"--extracted-1w1cjl5\":\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jqzyo6\",layoutDependency:layoutDependency,layoutId:\"OkyetQI7z\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TZgH7YADz\"},motionChild:true,nodeId:\"YIGwbuV9X\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Funnel\"})})})})}),className:\"framer-h0ydxm\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"YIGwbuV9X\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Vv8MRHWLO\"},motionChild:true,nodeId:\"xCXFhPKNF\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Retention Analysis\"})})})})}),className:\"framer-15290zk\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"xCXFhPKNF\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jMyqVphOv\"},motionChild:true,nodeId:\"VjJkQ_Kem\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Segmentation\"})})})})}),className:\"framer-1m0espr\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"VjJkQ_Kem\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"UZISSz7bS\"},motionChild:true,nodeId:\"DjJHaGQSS\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Adaptive Learning\"})})})})}),className:\"framer-1qojcnk\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"DjJHaGQSS\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"RJ6BPGcXx\"},motionChild:true,nodeId:\"l61p8OtnP\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Anomaly Detection\"})})})})}),className:\"framer-1lvdtoi\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"l61p8OtnP\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gcoB1vezA\"},motionChild:true,nodeId:\"cdK23ldOO\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Explainable AI\"})})})})}),className:\"framer-15dv2cm\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"cdK23ldOO\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"OHN9uWcuf\"},motionChild:true,nodeId:\"D1rd3Mxc8\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Embedded Analytics\"})})})})}),className:\"framer-ic015n\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"D1rd3Mxc8\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VGwyWKkal\"},motionChild:true,nodeId:\"EVdg9gjLk\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Integrations\"})})})})}),className:\"framer-1q5u5kf\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"EVdg9gjLk\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ji4zNXsh9\"},motionChild:true,nodeId:\"O6BCk25VD\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Cohort\"})})})})}),className:\"framer-3n0e3l\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"O6BCk25VD\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gH9zNJBBL\"},motionChild:true,nodeId:\"ffjY353sy\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Automated Marketing Actions\"})})})})}),className:\"framer-1fxysu5\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"ffjY353sy\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"eQdu4sGJf\"},motionChild:true,nodeId:\"eP5y6wqfl\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Fraud Detection\"})})})})}),className:\"framer-lo56u2\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"eP5y6wqfl\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"pukRu6ug9\"},motionChild:true,nodeId:\"MrBUOIe99\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Ecommerce\"})})})})}),className:\"framer-1u13tiw\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"MrBUOIe99\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-15qqsu5\",layoutDependency:layoutDependency,layoutId:\"Xkx5EjZTq\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ne55ty\",layoutDependency:layoutDependency,layoutId:\"yppW4pWhj\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bpz7u9\",layoutDependency:layoutDependency,layoutId:\"nnuUyMhIP\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19yfjkz\",layoutDependency:layoutDependency,layoutId:\"NcgQqpr_o\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255)))\"},children:\"Top Blogs\"})}),className:\"framer-1byawd0\",fonts:[\"GF;Figtree-700\"],layoutDependency:layoutDependency,layoutId:\"WddhdPbCD\",style:{\"--extracted-1w1cjl5\":\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-24h6vt\",layoutDependency:layoutDependency,layoutId:\"N0nBDYlqk\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/database-marketing-benefits-and-strategies\",motionChild:true,nodeId:\"aZ6SBZwBg\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Database Marketing:  Benefits and Strategies\"})})})})}),className:\"framer-hll3bk\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"aZ6SBZwBg\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/saas-customer-journey-mapping\",motionChild:true,nodeId:\"kgemBw6UT\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"SaaS Customer Journey Mapping\"})})})})}),className:\"framer-106gv0n\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"kgemBw6UT\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/insights-from-the-gartner-data-analytics-summit-2024-with-b2metric\",motionChild:true,nodeId:\"oEI61i12C\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Insights from the Gartner Data & Analytics Summit 2024 with B2Metric\"})})})})}),className:\"framer-19a4ce0\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"oEI61i12C\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/low-touch-vs-high-touch-engagement-models\",motionChild:true,nodeId:\"eBmBmmGq6\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Low Touch vs. High Touch Engagement Models\"})})})})}),className:\"framer-1mmdx29\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"eBmBmmGq6\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/what-is-cross-channel-campaign-management\",motionChild:true,nodeId:\"E2U5cewHC\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"What is Cross-Channel Campaign Management?\"})})})})}),className:\"framer-ahmtcq\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"E2U5cewHC\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gazom9\",layoutDependency:layoutDependency,layoutId:\"cVpT1d5Ti\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-pzbvki\",layoutDependency:layoutDependency,layoutId:\"xIawi3j6i\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-pz1w3m\",layoutDependency:layoutDependency,layoutId:\"AidEjeX0K\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hdoo5u\",layoutDependency:layoutDependency,layoutId:\"vRlRHpUyr\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-su8aqy\",layoutDependency:layoutDependency,layoutId:\"vIdfPk3UX\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-s08ivp\",layoutDependency:layoutDependency,layoutId:\"uX1loOA2q\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255)))\"},children:\"Company\"})}),className:\"framer-hokjlt\",fonts:[\"GF;Figtree-700\"],layoutDependency:layoutDependency,layoutId:\"imHS8DVvK\",style:{\"--extracted-1w1cjl5\":\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-uajvza\",layoutDependency:layoutDependency,layoutId:\"P8faU_udz\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-407b95d8-98fa-40d6-b3ba-8ae62cedcadf, rgb(245, 245, 250)))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"V7ZwQ_paf\"},motionChild:true,nodeId:\"U6YE53knP\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Become a Partner\"})})})})}),className:\"framer-7th2hd\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"U6YE53knP\",style:{\"--extracted-r6o4lv\":\"var(--token-407b95d8-98fa-40d6-b3ba-8ae62cedcadf, rgb(245, 245, 250))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-407b95d8-98fa-40d6-b3ba-8ae62cedcadf, rgb(245, 245, 250)))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Yt3XcrYqB\"},motionChild:true,nodeId:\"emMtitZwU\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Career\"})})})})}),className:\"framer-1suls6k\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"emMtitZwU\",style:{\"--extracted-r6o4lv\":\"var(--token-407b95d8-98fa-40d6-b3ba-8ae62cedcadf, rgb(245, 245, 250))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-407b95d8-98fa-40d6-b3ba-8ae62cedcadf, rgb(245, 245, 250)))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZWWf2I_oe\"},motionChild:true,nodeId:\"BEfDwRZVI\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"About B2Metric\"})})})})}),className:\"framer-1gpaijb\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"BEfDwRZVI\",style:{\"--extracted-r6o4lv\":\"var(--token-407b95d8-98fa-40d6-b3ba-8ae62cedcadf, rgb(245, 245, 250))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-407b95d8-98fa-40d6-b3ba-8ae62cedcadf, rgb(245, 245, 250)))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DbF8DaQZ1\"},motionChild:true,nodeId:\"V4lu6SbGL\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Contact Us\"})})})})}),className:\"framer-1eo5213\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"V4lu6SbGL\",style:{\"--extracted-r6o4lv\":\"var(--token-407b95d8-98fa-40d6-b3ba-8ae62cedcadf, rgb(245, 245, 250))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-407b95d8-98fa-40d6-b3ba-8ae62cedcadf, rgb(245, 245, 250)))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"wHA7ugSVj\"},motionChild:true,nodeId:\"as0E2FKRC\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"News & Updates\"})})})})}),className:\"framer-ok6805\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"as0E2FKRC\",style:{\"--extracted-r6o4lv\":\"var(--token-407b95d8-98fa-40d6-b3ba-8ae62cedcadf, rgb(245, 245, 250))\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18gp7be\",layoutDependency:layoutDependency,layoutId:\"xh99VrFFy\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gkmcpl\",layoutDependency:layoutDependency,layoutId:\"mJFd5u6Ci\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-8hhs7y\",layoutDependency:layoutDependency,layoutId:\"FyT0mAnYH\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1q8km4d\",layoutDependency:layoutDependency,layoutId:\"lV2EyEBIC\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255)))\"},children:\"Resources\"})}),className:\"framer-y9py48\",fonts:[\"GF;Figtree-700\"],layoutDependency:layoutDependency,layoutId:\"pjmB0O0Ax\",style:{\"--extracted-1w1cjl5\":\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ryrrf0\",layoutDependency:layoutDependency,layoutId:\"mlNTYiZ98\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"AQ3EnCJRG\"},motionChild:true,nodeId:\"r_nM1Q23T\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Blogs\"})})})})}),className:\"framer-1xbd0pp\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"r_nM1Q23T\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"GFtY2lfqb\"},motionChild:true,nodeId:\"MOMuPBAvt\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Newsletter\"})})})})}),className:\"framer-1xegd4f\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"MOMuPBAvt\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Lg2T6qzqo\"},motionChild:true,nodeId:\"tA7yCSbzJ\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Success Stories\"})})})})}),className:\"framer-1d0mgr5\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"tA7yCSbzJ\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Rc3lT47lW\"},motionChild:true,nodeId:\"LF4bGvh4T\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Use Cases\"})})})})}),className:\"framer-1edag23\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"LF4bGvh4T\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:\"/resources/integrations/resources/integrations\",motionChild:true,nodeId:\"oHdj3TvdZ\",openInNewTab:true,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Integrations\"})})})})}),className:\"framer-15t7vjb\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"oHdj3TvdZ\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"iB5wVchnL\"},motionChild:true,nodeId:\"isyTiCNcC\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Integrations Guide\"})})})})}),className:\"framer-11tcju9\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"isyTiCNcC\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"HmlU1pA1d\"},motionChild:true,nodeId:\"oUivOcDiD\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Privacy Policy\"})})})})}),className:\"framer-ke7n22\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"oUivOcDiD\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://academy.b2metric.com/\",motionChild:true,nodeId:\"pBaNAs_eL\",openInNewTab:true,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Academy\"})})})})}),className:\"framer-1txlsiy\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"pBaNAs_eL\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-w4wyyo\",layoutDependency:layoutDependency,layoutId:\"spVjCs9PU\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14vu4ya\",layoutDependency:layoutDependency,layoutId:\"y4EXOmzUu\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/b2metric/mycompany/\",motionChild:true,nodeId:\"ylsNTV7Zo\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1goswfd framer-1o75zom\",\"data-framer-name\":\"Vector\",fill:\"black\",intrinsicHeight:28,intrinsicWidth:28,layoutDependency:layoutDependency,layoutId:\"ylsNTV7Zo\",svg:'<svg width=\"28\" height=\"28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M24.835.668H3.168a2.507 2.507 0 0 0-2.5 2.5v21.667c0 1.375 1.125 2.5 2.5 2.5h21.667c1.375 0 2.5-1.125 2.5-2.5V3.168c0-1.375-1.125-2.5-2.5-2.5ZM10.668 22.335H7.335V10.668h3.333v11.667ZM9.001 9a1.665 1.665 0 0 1-1.666-1.666c0-.922.744-1.667 1.666-1.667.922 0 1.667.745 1.667 1.667S9.923 9 9.001 9Zm13.334 13.334H19v-6.667c0-.922-.745-1.667-1.666-1.667-.922 0-1.667.745-1.667 1.667v6.667h-3.333V10.668h3.333v2.068c.688-.943 1.74-2.068 2.917-2.068 2.073 0 3.75 1.865 3.75 4.167v7.5Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1yblhto\",\"data-framer-name\":\"Symbol\",fill:\"black\",intrinsicHeight:28,intrinsicWidth:28,layoutDependency:layoutDependency,layoutId:\"T4gpxVSc7\",svg:'<svg width=\"28\" height=\"28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.27 1.367a6.54 6.54 0 0 0-2.363 1.54 6.52 6.52 0 0 0-1.54 2.358c-.33.846-.553 1.816-.618 3.237-.065 1.42-.081 1.875-.081 5.497 0 3.62.016 4.076.081 5.497.065 1.42.293 2.39.618 3.236a6.54 6.54 0 0 0 1.54 2.364 6.539 6.539 0 0 0 2.364 1.54c.845.33 1.816.552 3.236.617 1.42.065 1.876.082 5.497.082s4.077-.017 5.497-.082 2.39-.292 3.236-.618a6.539 6.539 0 0 0 2.364-1.54 6.539 6.539 0 0 0 1.54-2.363c.33-.846.553-1.816.618-3.236.065-1.42.081-1.876.081-5.497 0-3.622-.016-4.077-.081-5.497s-.293-2.391-.618-3.237a6.575 6.575 0 0 0-1.534-2.358 6.54 6.54 0 0 0-2.364-1.54c-.846-.33-1.816-.553-3.236-.618-1.42-.065-1.876-.081-5.498-.081-3.62 0-4.076.016-5.497.081-1.425.06-2.396.288-3.241.618Zm14.123 1.778c1.3.06 2.005.277 2.477.461a4.154 4.154 0 0 1 1.534.998c.466.466.754.91.998 1.534.184.472.401 1.176.46 2.477.066 1.405.077 1.827.077 5.389 0 3.562-.017 3.985-.076 5.389-.06 1.3-.277 2.005-.461 2.477a4.155 4.155 0 0 1-.998 1.534c-.466.466-.91.754-1.534.998-.472.184-1.176.401-2.477.46-1.404.066-1.827.077-5.389.077-3.562 0-3.984-.017-5.389-.076-1.3-.06-2.005-.277-2.477-.461a4.155 4.155 0 0 1-1.534-.998 4.154 4.154 0 0 1-.998-1.534c-.184-.472-.4-1.176-.46-2.477-.066-1.404-.076-1.827-.076-5.389 0-3.562.016-3.984.075-5.389.06-1.3.277-2.005.461-2.477a4.154 4.154 0 0 1 .998-1.534c.466-.466.91-.754 1.534-.998.472-.184 1.176-.4 2.477-.46 1.405-.066 1.827-.076 5.389-.076 3.562 0 3.985.01 5.389.075Z\" fill=\"#fff\"/><path d=\"M7.156 14.003a6.847 6.847 0 1 0 13.695 0 6.847 6.847 0 0 0-13.695 0Zm11.293 0a4.444 4.444 0 0 1-4.446 4.445 4.444 4.444 0 0 1-4.445-4.445 4.445 4.445 0 0 1 4.445-4.445 4.444 4.444 0 0 1 4.445 4.445Zm2.678-5.517a1.6 1.6 0 1 0 0-3.199 1.6 1.6 0 0 0 0 3.199Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-otfry7\",layoutDependency:layoutDependency,layoutId:\"CKFEwxCX3\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/@b2metric\",motionChild:true,nodeId:\"hN_OqfrVf\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-120uh2x framer-1o75zom\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"hN_OqfrVf\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 29 22\"><path d=\"M 16.166 22.137 L 10.348 22.02 C 8.465 21.98 6.576 22.06 4.73 21.639 C 1.92 21.007 1.723 17.916 1.514 15.323 C 1.227 11.676 1.338 7.963 1.879 4.347 C 2.185 2.318 3.388 1.107 5.249 0.975 C 11.528 0.499 17.851 0.554 24.117 0.779 C 24.782 0.812 25.445 0.899 26.099 1.038 C 29.319 1.659 29.398 5.164 29.607 8.113 C 29.815 11.093 29.728 14.088 29.329 17.048 C 29.01 19.499 28.399 21.554 25.821 21.752 C 22.59 22.013 19.434 22.221 16.194 22.154 C 16.194 22.139 16.176 22.139 16.166 22.139 Z M 12.746 15.933 L 19.989 11.361 C 17.55 9.825 15.166 8.314 12.746 6.788 Z\" fill=\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;white&quot;} */\"></path></svg>',svgContentId:10230673481,withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://x.com/b2metric\",motionChild:true,nodeId:\"vzynHi3jS\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1oc8aeu framer-1o75zom\",\"data-framer-name\":\"Vector\",fill:\"black\",intrinsicHeight:28,intrinsicWidth:28,layoutDependency:layoutDependency,layoutId:\"vzynHi3jS\",svg:'<svg width=\"28\" height=\"28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.039.559a4.48 4.48 0 0 0-4.48 4.48v17.92a4.48 4.48 0 0 0 4.48 4.48h17.92a4.48 4.48 0 0 0 4.48-4.48V5.039a4.48 4.48 0 0 0-4.48-4.48H5.039Zm1.335 5.76h5.08l3.607 5.126 4.378-5.126h1.6l-5.255 6.152 6.48 9.208h-5.08L13 15.73l-5.08 5.948h-1.6l5.957-6.974-5.902-8.386Zm2.45 1.28 9.028 12.8h1.962l-9.03-12.8h-1.96Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})})]})]})]})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-kgvzq8\",layoutDependency:layoutDependency,layoutId:\"DBnP2hh7Y\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1f3rxnw\",layoutDependency:layoutDependency,layoutId:\"gVHzkqo0p\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255)))\"},children:\"Subscribe to our newsletter!\"})}),className:\"framer-1r2gcef\",fonts:[\"GF;Figtree-700\"],layoutDependency:layoutDependency,layoutId:\"e729TLoF6\",style:{\"--extracted-1w1cjl5\":\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-1tktc41-container\",\"data-framer-name\":\"Subscribe\",id:`${layoutId}-1tktc41`,isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"A9a_YdiAh-container\",name:\"Subscribe\",nodeId:\"A9a_YdiAh\",ref:ref1,rendersWithMotion:true,scopeId:\"dN6_4MNys\",children:[/*#__PURE__*/_jsx(Input,{button:{buttonFont:{fontFamily:'\"Figtree\", \"Figtree Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},buttonPadding:0,buttonPaddingBottom:0,buttonPaddingLeft:10,buttonPaddingPerSide:false,buttonPaddingRight:10,buttonPaddingTop:0,color:\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56))\",fill:\"var(--token-da3f52eb-c374-46e4-bdb3-1ed369e9a786, rgb(173, 255, 0))\",insetWhenDocked:5,isDocked:true,label:\"Subscribe\",shouldAppear:true,widthWhenDocked:120},convertkitAPI:\"\",convertkitFormID:\"\",font:{fontFamily:'\"Figtree\", \"Figtree Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},formsparkID:\"\",gap:10,getwaitlistAPI:\"\",height:\"100%\",id:\"A9a_YdiAh\",input:{borderObject:{borderColor:\"rgba(200, 200, 200, 0.5)\",borderWidth:1},borderRadius:35,color:\"rgb(0, 0, 0)\",fill:\"rgb(255, 255, 255)\",fixedHeight:50,focusObject:{focusColor:\"rgba(48, 48, 48, 0.5)\",focusWidthFrom:1,focusWidthTo:2},height:true,padding:15,paddingBottom:15,paddingLeft:15,paddingPerSide:false,paddingRight:15,paddingTop:15,placeholder:\"Enter your email adress\",placeholderColor:\"rgba(0, 0, 0, 0.5)\"},layout:\"horizontal\",layoutId:\"A9a_YdiAh\",loopsID:\"clr7l3qqo00dsfzd02pz42yb9\",loopsMailingList:\"\",loopsUserGroup:\"Subscribe\",mailchimpURL:\"\",name:\"Subscribe\",onSubmit:onSubmittxyyif({overlay}),redirectAs:\"overlay\",service:\"loops\",style:{width:\"100%\"},width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1tktc41`,offsetX:146.5,offsetY:-49,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,className:\"framer-171iz7o\",exit:animation1,initial:animation3,layoutDependency:layoutDependency,layoutId:\"xsS3j4gfY\",ref:ref2,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-text-alignment\":\"center\"},children:\"Thank you!\"})}),className:\"framer-1ch3jzp\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Ref7SMye1\",verticalAlignment:\"top\",withExternalLayout:true})})})})]})})})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2a4lfc\",layoutDependency:layoutDependency,layoutId:\"NQSO4w6ei\",style:{borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(165, 180, 221))\"},children:\"Copyright \\xa9 2025 B2Metric | All Rights Reserved\"})}),className:\"framer-1cxse8v\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"ZJb7svHYZ\",style:{\"--extracted-r6o4lv\":\"rgb(165, 180, 221)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-e9l6ui\",layoutDependency:layoutDependency,layoutId:\"T0gPDmRQp\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(165, 180, 221))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"HmlU1pA1d\"},motionChild:true,nodeId:\"VOHGc3Rnx\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1xjxndp\",\"data-styles-preset\":\"wuiKK5Olr\",children:\"Privacy Policy\"})})})}),className:\"framer-wp3pmr\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"VOHGc3Rnx\",style:{\"--extracted-r6o4lv\":\"rgb(165, 180, 221)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(165, 180, 221))\"},children:\"|\"})}),className:\"framer-43p74b\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"JMQtIL6FY\",style:{\"--extracted-r6o4lv\":\"rgb(165, 180, 221)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({A6oMCgPm9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(165, 180, 221))\"},children:\"|\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(165, 180, 221))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"b2KkZjysn\"},motionChild:true,nodeId:\"kitWoFqAZ\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1xjxndp\",\"data-styles-preset\":\"wuiKK5Olr\",children:\"Term of Use\"})})})}),className:\"framer-1ch9uej\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"kitWoFqAZ\",style:{\"--extracted-r6o4lv\":\"rgb(165, 180, 221)\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({A6oMCgPm9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(165, 180, 221))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"b2KkZjysn\"},motionChild:true,nodeId:\"kitWoFqAZ\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1xjxndp\",\"data-styles-preset\":\"wuiKK5Olr\",children:\"Term of Use\"})})})})}},baseVariant,gestureVariant)})]})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:305,pixelWidth:373,src:\"https://framerusercontent.com/images/oTGyc6aLQwJtp6uPJDmEJGto8.svg\"},className:\"framer-1ebxaf8\",layoutDependency:layoutDependency,layoutId:\"nak6TBnIQ\",...addPropertyOverrides({A6oMCgPm9:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+.5),pixelHeight:305,pixelWidth:373,src:\"https://framerusercontent.com/images/oTGyc6aLQwJtp6uPJDmEJGto8.svg\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-eadixe\",layoutDependency:layoutDependency,layoutId:\"FGX1X5TGv\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/8z31GfhhZZh1jmTYIT5av3r5c.svg\"},className:\"framer-1ui844f\",layoutDependency:layoutDependency,layoutId:\"s_cuHqXWc\",...addPropertyOverrides({A6oMCgPm9:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+.5+162.5234+0+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/8z31GfhhZZh1jmTYIT5av3r5c.svg\"}}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1o495a5\",layoutDependency:layoutDependency,layoutId:\"LcIhaPc_p\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cf4qoe\",layoutDependency:layoutDependency,layoutId:\"v4zK1WeAg\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1nqm11q\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:49,intrinsicWidth:174,layoutDependency:layoutDependency,layoutId:\"BwlVKkxei\",svg:'<svg width=\"174\" height=\"49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><mask id=\"a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"174\" height=\"49\"><path d=\"M0 0h174v48.72H0V0Z\" fill=\"#fff\"/></mask><g mask=\"url(#a)\"><path d=\"M39.073 0H9.768C4.374 0 0 4.363 0 9.744v29.232c0 5.382 4.374 9.744 9.77 9.744h29.303c5.396 0 9.77-4.362 9.77-9.744V9.744c0-5.381-4.374-9.744-9.77-9.744Z\" fill=\"url(#b)\"/><g filter=\"url(#c)\"><path d=\"M42.335 14.766h-17.65v-.27c0-1.1.448-2.162 1.22-2.937a4.24 4.24 0 0 1 2.962-1.225h13.468v4.432Z\" fill=\"url(#d)\"/><path d=\"M7.03 14.766h17.653v.272c0 1.1-.45 2.162-1.239 2.937a4.222 4.222 0 0 1-2.963 1.205H7.03v-4.412l-.001-.002Z\" fill=\"url(#e)\"/><path d=\"M42.335 32.477H7.03v4.432h35.304l.001-4.432Z\" fill=\"url(#f)\"/><path d=\"M42.335 23.613h-17.65v-.27c0-1.1.448-2.162 1.22-2.938a4.24 4.24 0 0 1 2.962-1.225h13.468v4.433Z\" fill=\"url(#g)\"/><path d=\"M7.03 23.613h17.653v.27c0 1.1-.45 2.163-1.239 2.937a4.222 4.222 0 0 1-2.963 1.207H7.03v-4.413l-.001-.002Z\" fill=\"url(#h)\"/></g><path d=\"M61.053 34.349h3.437v-2.102c.493 1.409 2.231 2.42 4.602 2.42 2.035 0 3.753-.715 5.115-2.161 1.404-1.467 2.094-3.25 2.094-5.391 0-2.16-.69-3.924-2.094-5.37-1.382-1.468-3.08-2.18-5.115-2.18-2.37 0-4.129 1.01-4.602 2.418v-7.631h-3.438l.001 19.997Zm7.585-2.815c-1.225 0-2.291-.435-3.14-1.268-.83-.832-1.266-1.903-1.266-3.151 0-1.267.436-2.318 1.266-3.152a4.363 4.363 0 0 1 3.14-1.266c1.225 0 2.231.435 3.042 1.266.83.834 1.225 1.903 1.225 3.152 0 1.268-.396 2.319-1.225 3.151-.81.852-1.797 1.268-3.042 1.268Zm21.728 2.814v-3.25h-8.533l5.788-6.084c1.58-1.645 2.35-3.33 2.35-5.035 0-1.664-.592-3.07-1.838-4.24-1.204-1.169-2.666-1.784-4.344-1.784-1.74 0-3.26.635-4.484 1.864-1.225 1.228-1.837 2.695-1.837 4.458h3.258c0-.89.279-1.645.89-2.24a2.963 2.963 0 0 1 2.152-.911c1.6 0 2.944 1.27 2.944 2.874 0 .951-.395 1.843-1.225 2.734l-8.849 9.296v2.318h13.728Zm5.828.001v-8.324c0-1.963 1.206-3.35 2.805-3.35 1.64 0 2.568 1.23 2.568 3.212v8.462h3.397v-8.324c0-1.963 1.166-3.35 2.785-3.35 1.601 0 2.509 1.23 2.509 3.212v4.816c0 2.516 1.106 3.785 3.378 3.785.651 0 1.146-.06 1.482-.18v-2.89c-.139.019-.317.06-.494.06-.771 0-.969-.397-.969-1.528v-4.557c0-3.587-1.797-5.808-4.918-5.808-2.252 0-3.812.833-4.642 2.517-.71-1.684-2.093-2.517-4.069-2.517-1.837 0-3.258.953-3.87 2.36v-2.062h-3.399V34.35l3.437-.001Zm20.266-7.114c0 2.259.712 4.08 2.115 5.428 1.401 1.35 3.257 2.042 5.53 2.042 2.429 0 4.445-.852 6.064-2.575l-2.055-2.003c-1.125 1.13-2.408 1.665-3.891 1.665-2.547 0-4.227-1.487-4.345-3.786h11.219c.02-.376.06-.771.06-1.209 0-2.06-.651-3.784-1.995-5.192-1.323-1.406-3.043-2.1-5.117-2.1-2.213 0-4.009.693-5.431 2.102-1.403 1.406-2.113 3.249-2.113 5.548v.08h-.041Zm3.497-1.665c.078-.891.514-1.646 1.283-2.24.77-.594 1.718-.912 2.786-.912 1.008 0 1.837.318 2.547.95.712.595 1.087 1.35 1.087 2.221h-7.703v-.02Zm14.339 4.28c0 3.27 1.541 4.914 4.662 4.914a7.69 7.69 0 0 0 1.777-.178v-3.071c-.375.08-.769.12-1.204.12-1.265 0-1.798-.575-1.798-2.16v-6.461h3.181v-3.132h-3.181v-5.549h-3.437v5.549h-1.797v3.132h1.797v6.836Zm12.11 4.499v-7.61c0-2.379 1.52-3.884 3.891-3.884.514 0 1.008.059 1.423.14v-3.332a5.152 5.152 0 0 0-1.028-.079c-2.033 0-3.615.912-4.286 2.439v-2.16h-3.397V34.33h3.397v.019Zm7.744-3.39c0 2.438 1.105 3.666 3.317 3.666.81 0 1.384-.078 1.719-.237v-2.894c-.139.02-.335.06-.593.06-.769 0-1.007-.397-1.007-1.526V19.861h-3.436v11.097Zm1.718-12.763c1.105 0 2.035-.89 2.035-2.04s-.909-2.042-2.035-2.042c-1.146 0-2.055.89-2.055 2.042 0 1.148.909 2.04 2.055 2.04Zm12.305 1.23c-2.212 0-4.069.753-5.569 2.22-1.522 1.465-2.253 3.27-2.253 5.45s.751 4.022 2.253 5.49c1.52 1.465 3.377 2.18 5.569 2.18 2.311 0 4.228-.833 5.788-2.498l-2.113-2.22c-1.008 1.07-2.233 1.587-3.655 1.587-1.264 0-2.311-.438-3.18-1.29-.829-.853-1.265-1.962-1.265-3.25 0-1.289.436-2.379 1.265-3.25.849-.852 1.916-1.288 3.18-1.288 1.422 0 2.667.515 3.655 1.586l2.113-2.22c-1.56-1.665-3.477-2.498-5.788-2.498Z\" fill=\"#FDFDFF\"/></g><defs><linearGradient id=\"b\" x1=\"45.511\" y1=\"2.952\" x2=\"-32.493\" y2=\"78.757\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#736CFF\"/><stop offset=\"1\" stop-color=\"#1C184D\"/></linearGradient><linearGradient id=\"d\" x1=\"41.809\" y1=\"10.454\" x2=\"36.66\" y2=\"22.461\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\"/><stop offset=\".29\" stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#5951FF\"/></linearGradient><linearGradient id=\"e\" x1=\"24.157\" y1=\"14.885\" x2=\"19.043\" y2=\"26.86\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\"/><stop offset=\".29\" stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#5951FF\"/></linearGradient><linearGradient id=\"f\" x1=\"41.283\" y1=\"32.596\" x2=\"38.368\" y2=\"46.188\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\"/><stop offset=\".29\" stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#5951FF\"/></linearGradient><linearGradient id=\"g\" x1=\"41.809\" y1=\"19.3\" x2=\"36.66\" y2=\"31.308\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\"/><stop offset=\".29\" stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#5951FF\"/></linearGradient><linearGradient id=\"h\" x1=\"24.157\" y1=\"23.731\" x2=\"19.043\" y2=\"35.706\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\"/><stop offset=\".29\" stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#5951FF\"/></linearGradient><filter id=\"c\" x=\"1.462\" y=\"10.334\" width=\"46.441\" height=\"37.711\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dy=\"5.568\"/><feGaussianBlur stdDeviation=\"2.784\"/><feComposite in2=\"hardAlpha\" operator=\"out\"/><feColorMatrix values=\"0 0 0 0 0.109804 0 0 0 0 0.0941176 0 0 0 0 0.301961 0 0 0 0.9 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_6_3891\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_dropShadow_6_3891\" result=\"shape\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dy=\"5.568\"/><feGaussianBlur stdDeviation=\"2.784\"/><feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/><feColorMatrix values=\"0 0 0 0 0.847059 0 0 0 0 0.870588 0 0 0 0 0.992157 0 0 0 1 0\"/><feBlend in2=\"shape\" result=\"effect2_innerShadow_6_3891\"/></filter></defs></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vm7qj2\",layoutDependency:layoutDependency,layoutId:\"DWlh_oMRf\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Customer intelligence data platform that helps brands analyze and predict user behavior across multi-channels.\"})}),className:\"framer-1mzeexo\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"Vna2vkjS5\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-v9lpq\",layoutDependency:layoutDependency,layoutId:\"K5g20nlgb\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ijfhog\",layoutDependency:layoutDependency,layoutId:\"U3siANyHS\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lzb6hx\",layoutDependency:layoutDependency,layoutId:\"dKsRY65P9\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8hxdfy\",layoutDependency:layoutDependency,layoutId:\"cbKHqktWn\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(114, 254, 173))\"},children:\"Product\"})}),className:\"framer-rbv18u\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"VEtHzUYeQ\",style:{\"--extracted-1w1cjl5\":\"rgb(114, 254, 173)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-53ohvf\",layoutDependency:layoutDependency,layoutId:\"JwujKnAVK\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TZgH7YADz\"},motionChild:true,nodeId:\"tQL5QqDhn\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Funnel\"})})})}),className:\"framer-6hi8eq\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"tQL5QqDhn\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Vv8MRHWLO\"},motionChild:true,nodeId:\"hqtuSX5UV\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Retention Analysis\"})})})}),className:\"framer-dptgrt\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"hqtuSX5UV\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jMyqVphOv\"},motionChild:true,nodeId:\"A1Jop4VxF\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Segmentation\"})})})}),className:\"framer-12xpgd0\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"A1Jop4VxF\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"UZISSz7bS\"},motionChild:true,nodeId:\"oG54K1wRu\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Adaptive Learning\"})})})}),className:\"framer-1ndev0o\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"oG54K1wRu\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"RJ6BPGcXx\"},motionChild:true,nodeId:\"OdBieO5Xh\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Anomaly Detection\"})})})}),className:\"framer-1odwfch\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"OdBieO5Xh\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gcoB1vezA\"},motionChild:true,nodeId:\"QKRUsylOH\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Explainable AI\"})})})}),className:\"framer-10nwogr\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"QKRUsylOH\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"OHN9uWcuf\"},motionChild:true,nodeId:\"mfo9H5ZlZ\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Embedded Analytics\"})})})}),className:\"framer-hmv5zf\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"mfo9H5ZlZ\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VGwyWKkal\"},motionChild:true,nodeId:\"o3r8KnLpS\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Integrations\"})})})}),className:\"framer-1h1vpv4\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"o3r8KnLpS\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ji4zNXsh9\"},motionChild:true,nodeId:\"qupoV04Fm\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Cohort\"})})})}),className:\"framer-1cjkusj\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"qupoV04Fm\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gH9zNJBBL\"},motionChild:true,nodeId:\"VSAWQqJjn\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Automated Marketing Actions\"})})})}),className:\"framer-lqrgzx\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"VSAWQqJjn\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"eQdu4sGJf\"},motionChild:true,nodeId:\"TLxd5_T5v\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Fraud Detection\"})})})}),className:\"framer-umbjt5\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"TLxd5_T5v\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kfim5h\",layoutDependency:layoutDependency,layoutId:\"KjEeywDw0\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(114, 254, 173))\"},children:\"Company\"})}),className:\"framer-16hf5a1\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"ojlFP8m39\",style:{\"--extracted-1w1cjl5\":\"rgb(114, 254, 173)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7oku8q\",layoutDependency:layoutDependency,layoutId:\"VzuTZDiTA\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"V7ZwQ_paf\"},motionChild:true,nodeId:\"tdPEqWsgV\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Become a Partner\"})})})}),className:\"framer-1n3my9x\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"tdPEqWsgV\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Yt3XcrYqB\"},motionChild:true,nodeId:\"T4FZdxMDI\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Career\"})})})}),className:\"framer-7cy9kn\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"T4FZdxMDI\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZWWf2I_oe\"},motionChild:true,nodeId:\"RwI6AE8hK\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"About B2Metric\"})})})}),className:\"framer-a5s8gq\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"RwI6AE8hK\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DbF8DaQZ1\"},motionChild:true,nodeId:\"J6DDPmfLw\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Contact Us\"})})})}),className:\"framer-1erg6cv\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"J6DDPmfLw\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"wHA7ugSVj\"},motionChild:true,nodeId:\"IW2DPVZVe\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"News & Updates\"})})})}),className:\"framer-171irpl\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"IW2DPVZVe\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1h64ig1\",layoutDependency:layoutDependency,layoutId:\"EP0UHtHSA\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(114, 254, 173))\"},children:\"Resources\"})}),className:\"framer-nj0m3g\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"MesL2GbA3\",style:{\"--extracted-1w1cjl5\":\"rgb(114, 254, 173)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qnool7\",layoutDependency:layoutDependency,layoutId:\"rB5Az2TvO\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"AQ3EnCJRG\"},motionChild:true,nodeId:\"tVmXFDx_Y\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Blogs\"})})})}),className:\"framer-iqxmcp\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"tVmXFDx_Y\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"GFtY2lfqb\"},motionChild:true,nodeId:\"Nz0OhUdSj\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Newsletter\"})})})}),className:\"framer-z6ty34\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"Nz0OhUdSj\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Lg2T6qzqo\"},motionChild:true,nodeId:\"M9DXpsxRm\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Success Stories\"})})})}),className:\"framer-1xmhzqv\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"M9DXpsxRm\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Rc3lT47lW\"},motionChild:true,nodeId:\"kIF4k22q5\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Use Cases\"})})})}),className:\"framer-todalv\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"kIF4k22q5\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VGwyWKkal\"},motionChild:true,nodeId:\"MKdFZZYoU\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Integrations\"})})})}),className:\"framer-102re6q\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"MKdFZZYoU\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"iB5wVchnL\"},motionChild:true,nodeId:\"g6QqFB6_O\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Integrations Guide\"})})})}),className:\"framer-1yymae4\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"g6QqFB6_O\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"HmlU1pA1d\"},motionChild:true,nodeId:\"xIGkXSnj3\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Privacy Policy\"})})})}),className:\"framer-rbng56\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"xIGkXSnj3\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://academy.b2metric.com/\",motionChild:true,nodeId:\"wG3ikcRm6\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Academy\"})})})}),className:\"framer-7urgcn\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"wG3ikcRm6\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rjnp5d\",layoutDependency:layoutDependency,layoutId:\"fU3QquFwo\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(114, 254, 173))\"},children:\"Top Blogs\"})}),className:\"framer-1fg099h\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"B6u5Gua6K\",style:{\"--extracted-1w1cjl5\":\"rgb(114, 254, 173)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ehwcdt\",layoutDependency:layoutDependency,layoutId:\"Fuxsf_s0l\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/database-marketing-benefits-and-strategies\",motionChild:true,nodeId:\"Qos_RMEQk\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Database Marketing:  Benefits and Strategies\"})})})}),className:\"framer-vuarvt\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"Qos_RMEQk\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/saas-customer-journey-mapping\",motionChild:true,nodeId:\"aoBwcY0zF\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"SaaS Customer Journey Mapping\"})})})}),className:\"framer-dsp2pk\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"aoBwcY0zF\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/insights-from-the-gartner-data-analytics-summit-2024-with-b2metric\",motionChild:true,nodeId:\"a3YykChKg\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Insights from the Gartner Data & Analytics Summit 2024 with B2Metric\"})})})}),className:\"framer-yr9cyy\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"a3YykChKg\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/low-touch-vs-high-touch-engagement-models\",motionChild:true,nodeId:\"dyqAOWS_s\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Low Touch vs. High Touch Engagement Models\"})})})}),className:\"framer-1482wax\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"dyqAOWS_s\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/what-is-cross-channel-campaign-management\",motionChild:true,nodeId:\"t1847q11B\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"What is Cross-Channel Campaign Management?\"})})})}),className:\"framer-198pflf\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"t1847q11B\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vor41s\",layoutDependency:layoutDependency,layoutId:\"V68RxBr6L\",style:{borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(114, 254, 173))\"},children:\"Subscribe to our newsletter\"})}),className:\"framer-1mnxwad\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"DLT8K3Tkc\",style:{\"--extracted-1w1cjl5\":\"rgb(114, 254, 173)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Get the latest from B2Metric! \uD83D\uDC40\"})}),className:\"framer-yc6wed\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"GvwxiFLKX\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-57pizw-container\",\"data-framer-name\":\"Subscribe\",id:`${layoutId}-57pizw`,isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"fmCmKrqPG-container\",name:\"Subscribe\",nodeId:\"fmCmKrqPG\",ref:ref3,rendersWithMotion:true,scopeId:\"dN6_4MNys\",children:[/*#__PURE__*/_jsx(Input,{button:{buttonFont:{fontFamily:'\"Figtree\", \"Figtree Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},buttonPadding:0,buttonPaddingBottom:0,buttonPaddingLeft:10,buttonPaddingPerSide:false,buttonPaddingRight:10,buttonPaddingTop:0,color:\"rgb(0, 0, 0)\",fill:\"rgb(114, 254, 173)\",insetWhenDocked:5,isDocked:true,label:\"Subscribe\",shouldAppear:true,widthWhenDocked:120},convertkitAPI:\"\",convertkitFormID:\"\",font:{fontFamily:'\"Figtree\", \"Figtree Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},formsparkID:\"\",gap:10,getwaitlistAPI:\"\",height:\"100%\",id:\"fmCmKrqPG\",input:{borderObject:{borderColor:\"rgba(200, 200, 200, 0.5)\",borderWidth:1},borderRadius:35,color:\"rgb(0, 0, 0)\",fill:\"rgb(255, 255, 255)\",fixedHeight:50,focusObject:{focusColor:\"rgba(48, 48, 48, 0.5)\",focusWidthFrom:1,focusWidthTo:2},height:true,padding:15,paddingBottom:15,paddingLeft:15,paddingPerSide:false,paddingRight:15,paddingTop:15,placeholder:\"Enter your email\",placeholderColor:\"rgba(0, 0, 0, 0.5)\"},layout:\"horizontal\",layoutId:\"fmCmKrqPG\",loopsID:\"clr7l3qqo00dsfzd02pz42yb9\",loopsMailingList:\"\",loopsUserGroup:\"Subscribe\",mailchimpURL:\"\",name:\"Subscribe\",onSubmit:onSubmittxyyif({overlay:overlay1}),redirectAs:\"overlay\",service:\"loops\",style:{width:\"100%\"},width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref3,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-57pizw`,offsetX:146.5,offsetY:-49,onDismiss:overlay1.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,className:\"framer-4ym9sx\",exit:animation1,initial:animation3,layoutDependency:layoutDependency,layoutId:\"lVFBawV6y\",ref:ref4,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-text-alignment\":\"center\"},children:\"Thank you!\"})}),className:\"framer-14ppv2v\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"E7_QiqhvO\",verticalAlignment:\"top\",withExternalLayout:true})})})})]})})})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1aosvbw\",layoutDependency:layoutDependency,layoutId:\"enIOqYuiZ\",style:{borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(201, 252, 0))\"},children:\"Subscribe to our newsletter\"})}),className:\"framer-af4p2l\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"f5E06udeR\",style:{\"--extracted-1w1cjl5\":\"rgb(201, 252, 0)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Lorem ipsum dolor sit amet consectetur adipiscing elit aliquam mauris sed ma\"})}),className:\"framer-1x7lnyd\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qZSd_7ZBs\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-1wu8809-container\",\"data-framer-name\":\"Subscribe\",id:`${layoutId}-1wu8809`,isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"srXPXfreZ-container\",name:\"Subscribe\",nodeId:\"srXPXfreZ\",ref:ref5,rendersWithMotion:true,scopeId:\"dN6_4MNys\",children:[/*#__PURE__*/_jsx(Input,{button:{buttonFont:{fontFamily:'\"Figtree\", \"Figtree Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},buttonPadding:0,buttonPaddingBottom:0,buttonPaddingLeft:10,buttonPaddingPerSide:false,buttonPaddingRight:10,buttonPaddingTop:0,color:\"rgb(0, 0, 0)\",fill:\"rgb(201, 252, 0)\",insetWhenDocked:5,isDocked:true,label:\"Subscribe\",shouldAppear:true,widthWhenDocked:120},convertkitAPI:\"\",convertkitFormID:\"\",font:{fontFamily:'\"Figtree\", \"Figtree Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},formsparkID:\"\",gap:10,getwaitlistAPI:\"\",height:\"100%\",id:\"srXPXfreZ\",input:{borderObject:{borderColor:\"rgba(200, 200, 200, 0.5)\",borderWidth:1},borderRadius:20,color:\"rgb(0, 0, 0)\",fill:\"rgb(255, 255, 255)\",fixedHeight:50,focusObject:{focusColor:\"rgba(48, 48, 48, 0.5)\",focusWidthFrom:1,focusWidthTo:2},height:true,padding:15,paddingBottom:15,paddingLeft:15,paddingPerSide:false,paddingRight:15,paddingTop:15,placeholder:\"Enter your email\",placeholderColor:\"rgba(0, 0, 0, 0.5)\"},layout:\"horizontal\",layoutId:\"srXPXfreZ\",loopsID:\"clr7l3qqo00dsfzd02pz42yb9\",loopsMailingList:\"\",loopsUserGroup:\"Subscribe\",mailchimpURL:\"\",name:\"Subscribe\",onSubmit:onSubmittxyyif({overlay:overlay2}),redirectAs:\"overlay\",service:\"loops\",style:{width:\"100%\"},width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref5,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1wu8809`,offsetX:146.5,offsetY:-49,onDismiss:overlay2.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,className:\"framer-nmvh2z\",exit:animation1,initial:animation3,layoutDependency:layoutDependency,layoutId:\"bkThjX2HM\",ref:ref6,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-text-alignment\":\"center\"},children:\"Thank you!\"})}),className:\"framer-1rffxkk\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vlkLc0kdD\",verticalAlignment:\"top\",withExternalLayout:true})})})})]})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1q20jdh\",layoutDependency:layoutDependency,layoutId:\"k047Mlsd0\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dbzx86\",layoutDependency:layoutDependency,layoutId:\"reaaGL7e_\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.capterra.com/p/212878/B2Metric/\",motionChild:true,nodeId:\"c1ZBz5fjK\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1zia83 framer-1o75zom\",layoutDependency:layoutDependency,layoutId:\"c1ZBz5fjK\",whileHover:animation,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-7uvo9u\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:28,intrinsicWidth:123,layoutDependency:layoutDependency,layoutId:\"jzB_j4LPB\",svg:'<svg width=\"123\" height=\"28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 9.996h18.129V3.199L0 9.996Z\" fill=\"#FF9D28\"/><path d=\"M18.13 3.2v23.985L26.696 0l-8.568 3.2Z\" fill=\"#68C5ED\"/><path d=\"M18.13 9.995h-6.851l6.85 17.19V9.995Z\" fill=\"#fff\"/><path d=\"m0 9.995 13.032 4.41-1.753-4.41H0Z\" fill=\"#E54747\"/><path d=\"M41.517 20.877c-.09.09-.27.217-.488.38a8.35 8.35 0 0 1-.904.451 8.62 8.62 0 0 1-1.373.38 9.448 9.448 0 0 1-1.844.162c-1.337 0-2.494-.216-3.47-.65-.976-.434-1.79-1.03-2.423-1.808-.632-.777-1.102-1.68-1.41-2.73a13.01 13.01 0 0 1-.451-3.47c0-1.265.163-2.421.488-3.488.325-1.066.813-1.988 1.446-2.765a6.61 6.61 0 0 1 2.422-1.826c.976-.434 2.115-.65 3.416-.65.65 0 1.23.054 1.753.18.525.109.976.253 1.374.416.398.162.705.325.976.488.253.18.452.325.579.434.144.126.27.289.38.47.108.18.162.38.162.596 0 .325-.127.669-.38.994a9.875 9.875 0 0 1-.813.922 11.789 11.789 0 0 0-.669-.615 4.392 4.392 0 0 0-.831-.542 5.07 5.07 0 0 0-1.049-.397 4.935 4.935 0 0 0-1.301-.163c-.85 0-1.555.163-2.115.506a3.897 3.897 0 0 0-1.374 1.337 5.603 5.603 0 0 0-.74 1.88 10.72 10.72 0 0 0-.218 2.151c0 .777.073 1.519.217 2.242.145.704.398 1.337.777 1.88.362.541.832.993 1.428 1.319.579.325 1.32.488 2.206.488.47 0 .885-.055 1.283-.181a4.528 4.528 0 0 0 1.03-.416c.29-.162.56-.343.778-.524.216-.18.415-.343.56-.47.09.109.217.253.343.416.127.163.253.343.38.524.108.18.217.362.289.542.09.181.127.344.127.488 0 .217-.037.398-.127.543a4.71 4.71 0 0 1-.434.506Zm12.797-1.916c0 1.32.2 2.277.579 2.874a6.963 6.963 0 0 1-.832.253 3.894 3.894 0 0 1-.813.072c-.596 0-1.048-.108-1.356-.343-.307-.235-.506-.56-.578-.994-.362.379-.85.704-1.446.976-.597.27-1.338.397-2.205.397-.452 0-.904-.054-1.356-.18a3.572 3.572 0 0 1-1.229-.615 3.368 3.368 0 0 1-.904-1.139c-.235-.47-.343-1.048-.343-1.735 0-.85.199-1.536.614-2.06a4.549 4.549 0 0 1 1.537-1.266 6.68 6.68 0 0 1 2.006-.633c.723-.108 1.374-.198 1.97-.216.2-.018.398-.018.579-.018h.542v-.452c0-.633-.163-1.103-.506-1.356-.344-.271-.904-.398-1.663-.398-.723 0-1.356.109-1.916.344a19.72 19.72 0 0 0-1.645.795 3.805 3.805 0 0 1-.56-.94c-.145-.343-.217-.596-.217-.759 0-.235.126-.452.38-.669.253-.217.614-.415 1.066-.578.452-.18.958-.307 1.554-.416a9.999 9.999 0 0 1 1.844-.162c.904 0 1.663.09 2.278.27.632.181 1.138.47 1.518.85.397.38.669.868.831 1.428.163.579.253 1.247.253 2.006l.018 4.664Zm-3.199-2.892h-.343c-.109 0-.235 0-.344.018-.415.036-.831.09-1.229.144-.416.073-.777.181-1.084.344-.326.163-.579.38-.778.65-.199.272-.307.615-.307 1.03 0 .47.127.868.398 1.194.27.325.723.488 1.355.488.308 0 .615-.036.904-.127.29-.09.524-.199.741-.325.217-.127.38-.271.506-.434.127-.163.181-.307.181-.434V16.07Zm9.417-4.917c.271-.307.687-.632 1.247-.958.56-.325 1.284-.488 2.133-.488.615 0 1.193.109 1.753.308.56.217 1.049.542 1.483 1.012.434.47.777 1.084 1.03 1.844.253.759.38 1.699.38 2.82 0 1.3-.145 2.367-.452 3.217-.308.849-.687 1.5-1.157 2.006-.47.488-.994.831-1.573 1.03a5.323 5.323 0 0 1-1.735.307c-.488 0-.904-.054-1.265-.162a4.928 4.928 0 0 1-.904-.362 2.662 2.662 0 0 1-.578-.397 2.478 2.478 0 0 1-.253-.272v6.146h-3.398V10.068c.09-.018.18-.036.307-.054.108-.018.217-.036.361-.036.127 0 .29-.019.47-.019.56 0 1.03.09 1.41.272.398.18.65.488.741.921Zm4.5 4.61c0-.507-.035-.959-.126-1.392-.09-.434-.217-.814-.415-1.12a2.181 2.181 0 0 0-.778-.742c-.325-.18-.723-.271-1.175-.271-.686 0-1.174.126-1.445.397-.272.272-.416.56-.416.868v5.296c.126.127.361.29.705.47.343.18.74.271 1.175.271.85 0 1.464-.325 1.861-.994.416-.65.615-1.573.615-2.784Zm6.165 4.301a4.006 4.006 0 0 1-.217-1.048 11.273 11.273 0 0 1-.055-1.103V6.326a9.53 9.53 0 0 1 .38-.054c.108-.018.235-.036.38-.036.126 0 .27-.018.397-.018.271 0 .524.018.796.072.27.054.506.145.722.308.217.144.398.361.525.614.126.253.198.597.198 1.012v1.772h3.507v2.53h-3.507v5.332c0 1.157.47 1.735 1.428 1.735.235 0 .452-.036.67-.108a3.25 3.25 0 0 0 .56-.253c.162-.09.307-.18.433-.29.127-.108.217-.18.272-.216.252.361.433.687.578.958.126.27.199.524.199.759 0 .217-.09.434-.271.65-.181.218-.416.398-.741.579-.326.18-.705.325-1.157.434a6.34 6.34 0 0 1-1.483.162c-1.03 0-1.843-.198-2.404-.596-.56-.434-.975-.958-1.21-1.609Zm15.237-.325c.416 0 .777-.054 1.102-.145.326-.09.597-.198.85-.343a2.91 2.91 0 0 0 .65-.434c.181-.162.344-.307.507-.434.199.253.415.579.632.958.217.398.326.705.326.958 0 .362-.217.705-.633.994-.343.271-.85.488-1.482.687-.633.2-1.392.29-2.26.29a9.142 9.142 0 0 1-2.313-.308 5.048 5.048 0 0 1-2.025-1.048c-.596-.506-1.066-1.175-1.427-2.006-.362-.85-.543-1.898-.543-3.182 0-1.048.163-1.952.488-2.71.326-.76.76-1.393 1.302-1.88a5.07 5.07 0 0 1 1.843-1.103 6.375 6.375 0 0 1 2.097-.344c.94 0 1.717.145 2.368.434.65.29 1.175.687 1.59 1.175a4.41 4.41 0 0 1 .886 1.68c.181.634.271 1.302.271 2.007v.344c0 .126 0 .27-.018.415 0 .145-.018.29-.018.434 0 .145-.018.253-.036.344h-7.374c.072.921.343 1.68.849 2.277.488.633 1.283.94 2.368.94Zm1.139-5.061c0-.795-.163-1.446-.47-1.952-.308-.506-.868-.741-1.663-.741-.687 0-1.23.235-1.645.705-.416.47-.615 1.139-.615 1.988h4.393Zm8.983-3.47c.108-.145.235-.308.398-.488.162-.181.361-.344.614-.488.235-.145.506-.272.795-.38.29-.09.597-.145.94-.145.2 0 .416.018.633.055.217.036.434.09.633.18.198.09.343.217.47.38.108.163.18.343.18.578 0 .362-.09.778-.271 1.248-.181.47-.361.867-.542 1.21a3.708 3.708 0 0 0-.85-.542c-.289-.126-.614-.18-.994-.18-.524 0-.958.144-1.301.451-.344.308-.524.651-.524 1.085v8.08h-3.398V10.067c.09-.018.18-.036.307-.054.108-.018.217-.036.343-.036.127 0 .29-.019.47-.019.524 0 .994.109 1.392.308.362.199.596.506.705.94Zm9.652 0a6.64 6.64 0 0 1 .398-.488c.162-.181.361-.344.614-.488a4.55 4.55 0 0 1 .796-.38 3.1 3.1 0 0 1 .939-.145c.199 0 .416.018.633.055.217.036.434.09.633.18s.343.217.47.38c.108.163.18.343.18.578 0 .362-.09.778-.271 1.248-.18.47-.361.867-.542 1.21a3.693 3.693 0 0 0-.85-.542c-.289-.126-.614-.18-.994-.18-.524 0-.958.144-1.301.451-.343.308-.524.651-.524 1.085v8.08h-3.398V10.067c.09-.018.18-.036.307-.054.108-.018.217-.036.343-.036.127 0 .29-.019.47-.019.524 0 .994.109 1.392.308.362.199.615.506.705.94Zm16.213 7.754c0 1.32.199 2.277.579 2.874a6.957 6.957 0 0 1-.832.253 3.891 3.891 0 0 1-.813.072c-.597 0-1.048-.108-1.356-.343-.307-.235-.506-.56-.578-.994-.362.379-.85.704-1.446.976-.597.27-1.338.397-2.205.397-.452 0-.904-.054-1.356-.18a3.574 3.574 0 0 1-1.229-.615 3.362 3.362 0 0 1-.904-1.139c-.235-.47-.343-1.048-.343-1.735 0-.85.199-1.536.614-2.06a4.548 4.548 0 0 1 1.537-1.266 6.672 6.672 0 0 1 2.006-.633c.723-.108 1.374-.198 1.97-.216.199-.018.398-.018.579-.018h.542v-.452c0-.633-.163-1.103-.506-1.356-.344-.271-.904-.398-1.663-.398-.723 0-1.356.109-1.916.344a19.72 19.72 0 0 0-1.645.795 3.785 3.785 0 0 1-.56-.94c-.145-.343-.217-.596-.217-.759 0-.235.126-.452.379-.669.254-.217.615-.415 1.067-.578.452-.18.958-.307 1.554-.416a10.004 10.004 0 0 1 1.844-.162c.904 0 1.663.09 2.277.27.633.181 1.139.47 1.519.85.397.38.669.868.831 1.428.163.579.253 1.247.253 2.006l.018 4.664Zm-3.199-2.892h-.343c-.109 0-.235 0-.344.018-.416.036-.831.09-1.229.144-.416.073-.777.181-1.084.344-.326.163-.579.38-.778.65-.198.272-.307.615-.307 1.03 0 .47.127.868.398 1.194.271.325.723.488 1.355.488.308 0 .615-.036.904-.127a3.53 3.53 0 0 0 .741-.325 1.72 1.72 0 0 0 .506-.434c.127-.163.181-.307.181-.434V16.07Z\" fill=\"#fff\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"4,8/5\"})}),className:\"framer-1l4w262\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"gkrVPrhaP\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.producthunt.com/products/b2metric\",motionChild:true,nodeId:\"cLKaBdaDg\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-bl0st5 framer-1o75zom\",layoutDependency:layoutDependency,layoutId:\"cLKaBdaDg\",whileHover:animation,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1j6htnc\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:29,intrinsicWidth:124,layoutDependency:layoutDependency,layoutId:\"QjCGck9PJ\",svg:'<svg width=\"124\" height=\"29\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path fill=\"#000F51\" d=\"M.5 0h123v29H.5z\"/><path d=\"M29.272 14.372c0 7.937-6.441 14.372-14.386 14.372C6.94 28.744.5 22.31.5 14.372S6.94 0 14.886 0c7.945 0 14.386 6.435 14.386 14.372Z\" fill=\"#FFFDFC\"/><path d=\"M16.804 14.372h-4.076v-4.311h4.076a2.16 2.16 0 0 1 2.158 2.155 2.155 2.155 0 0 1-2.158 2.156Zm0-7.186H9.851v14.372h2.877v-4.311h4.076a5.033 5.033 0 0 0 5.035-5.03 5.033 5.033 0 0 0-5.035-5.03Z\" fill=\"#000F51\"/><path d=\"M44.385 12.616c0-.791-.608-1.27-1.398-1.27h-2.118v2.525h2.118c.79 0 1.398-.48 1.398-1.255Zm-5.522 6.547V9.58h4.406c2.048 0 3.163 1.383 3.163 3.035 0 1.636-1.129 3.019-3.163 3.019h-2.4v3.528h-2.006Zm8.79 0v-6.986h1.793v.918c.494-.593 1.328-1.087 2.176-1.087v1.75a2.32 2.32 0 0 0-.495-.042c-.593 0-1.385.338-1.681.777v4.67h-1.793Zm10.003-3.585c0-1.058-.623-1.975-1.753-1.975-1.116 0-1.736.917-1.736 1.976 0 1.072.62 1.99 1.736 1.99 1.13 0 1.753-.918 1.753-1.99Zm-5.355 0c0-1.932 1.356-3.57 3.602-3.57 2.26 0 3.616 1.637 3.616 3.57 0 1.934-1.355 3.585-3.616 3.585-2.246 0-3.602-1.651-3.602-3.585Zm13.254 1.214v-2.413c-.296-.452-.946-.776-1.54-.776-1.03 0-1.736.804-1.736 1.976 0 1.184.706 1.99 1.736 1.99.594 0 1.244-.325 1.54-.777Zm0 2.37V18.12c-.537.676-1.27 1.044-2.105 1.044-1.708 0-3.022-1.298-3.022-3.585 0-2.214 1.286-3.57 3.023-3.57.804 0 1.567.34 2.104 1.045V9.58h1.808v9.582h-1.808Zm8.197 0v-1.03a3.242 3.242 0 0 1-2.401 1.03c-1.497 0-2.203-.818-2.203-2.144v-4.84h1.793v4.134c0 .946.495 1.256 1.257 1.256.692 0 1.244-.38 1.554-.777v-4.614h1.794v6.986h-1.794Zm3.14-3.584c0-2.088 1.526-3.57 3.617-3.57 1.398 0 2.246.608 2.698 1.228l-1.173 1.1c-.324-.48-.819-.733-1.44-.733-1.088 0-1.85.79-1.85 1.976 0 1.184.762 1.99 1.85 1.99.621 0 1.116-.283 1.44-.749l1.173 1.101c-.452.62-1.3 1.242-2.698 1.242-2.09 0-3.616-1.482-3.616-3.585Zm7.857 1.708v-3.542h-1.13v-1.566h1.13v-1.863h1.794v1.863h1.383v1.566h-1.383v3.062c0 .438.225.762.621.762.268 0 .524-.099.621-.211l.383 1.368c-.269.24-.75.438-1.498.438-1.257 0-1.92-.65-1.92-1.877Zm14.668 1.877v-4.135h-4.45v4.135h-2.004V9.58h2.004v3.697h4.45V9.582h2.019v9.58h-2.02Zm8.438 0v-1.03a3.242 3.242 0 0 1-2.401 1.03c-1.497 0-2.203-.819-2.203-2.145v-4.84h1.793v4.134c0 .946.495 1.256 1.258 1.256.691 0 1.243-.38 1.553-.777v-4.614h1.794v6.986h-1.794Zm8.181 0v-4.29c0-.945-.493-1.27-1.256-1.27-.706 0-1.242.396-1.554.79v4.77h-1.793v-6.986h1.793v.876c.438-.508 1.286-1.045 2.387-1.045 1.512 0 2.232.847 2.232 2.173v4.982h-1.809Zm3.946-1.877v-3.542h-1.128v-1.566h1.129v-1.863h1.794v1.863h1.384v1.566h-1.384v3.062c0 .438.225.762.621.762.268 0 .523-.099.622-.211l.381 1.368c-.268.24-.749.438-1.497.438-1.258 0-1.922-.65-1.922-1.877Z\" fill=\"#FFFDFC\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" transform=\"translate(.5)\" d=\"M0 0h123v29H0z\"/></clipPath></defs></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"4,9/5\"})}),className:\"framer-1uocm0z\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"XEgxxyfs3\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.g2.com/products/b2metric\",motionChild:true,nodeId:\"FRjLoNq_K\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1ydasqa framer-1o75zom\",layoutDependency:layoutDependency,layoutId:\"FRjLoNq_K\",whileHover:animation,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-yg9jkm\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:34,intrinsicWidth:33,layoutDependency:layoutDependency,layoutId:\"qAC0Xvbns\",svg:'<svg width=\"33\" height=\"34\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m23.358 23.76 3.651 6.335c-5.367 4.11-13.718 4.606-19.9-.126A16.65 16.65 0 0 1 2.634 8.525C7.015.825 15.213-.877 20.491.371c-.143.31-3.304 6.869-3.304 6.869s-.25.016-.391.019c-1.56.066-2.723.429-3.968 1.073a9.437 9.437 0 0 0-5.009 7.285 9.199 9.199 0 0 0 .624 4.574c.501 1.223 1.211 2.31 2.162 3.226 1.46 1.409 3.196 2.28 5.21 2.57 1.905.273 3.739.002 5.457-.861.644-.324 1.192-.68 1.833-1.17.081-.053.154-.12.253-.197Z\" fill=\"#FF492C\"/><path d=\"m23.37 5.09-.888-.874c-.171-.17-.337-.346-.512-.512-.063-.06-.137-.141-.137-.141l.085-.179c.336-.674.863-1.167 1.488-1.56a4.134 4.134 0 0 1 2.313-.638c1.046.02 2.018.28 2.838.982.606.518.916 1.174.971 1.958.091 1.323-.456 2.336-1.543 3.042-.638.416-1.327.738-2.017 1.119-.38.21-.706.395-1.079.775-.327.382-.343.741-.343.741l4.947-.006V12h-7.636v-.213c-.029-1.082.097-2.101.593-3.084.456-.902 1.165-1.563 2.016-2.071.656-.392 1.346-.725 2.003-1.115.406-.24.692-.593.69-1.104 0-.44-.32-.829-.775-.95-1.076-.29-2.17.172-2.74 1.156-.082.144-.167.287-.275.47Zm9.568 16.328-4.169-7.2h-8.25l-4.195 7.274h8.31l4.1 7.165 4.204-7.24Z\" fill=\"#FF492C\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"4,6/5\"})}),className:\"framer-1hq1zs9\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"bOw_yIulu\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.gartner.com/reviews/market/mobile-app-analytics/vendor/b2metric/product/b2metric\",motionChild:true,nodeId:\"U9QdpWFLQ\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-mj0118 framer-1o75zom\",layoutDependency:layoutDependency,layoutId:\"U9QdpWFLQ\",whileHover:animation,children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:36,intrinsicWidth:103,pixelHeight:36,pixelWidth:103,src:\"https://framerusercontent.com/images/gwcL0c57iNI3UQ73aubh46Hvs.svg\"},className:\"framer-uvf55v\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"mmeFjM4hi\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"5.0/5\"})}),className:\"framer-isejw0\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"oWBioIwQC\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4aqetd\",layoutDependency:layoutDependency,layoutId:\"fTUIGZJ2k\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-195i2b2\",layoutDependency:layoutDependency,layoutId:\"j7gipYSqT\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fit\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:217,pixelWidth:167,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/DGymUvw6UVPszzSMXASrn0LGXg.svg\"},className:\"framer-iw3agt\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"SZqLvmCIr\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xbrfim\",layoutDependency:layoutDependency,layoutId:\"BjvW_TXum\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fit\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:188,pixelWidth:167,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/h3eTxNSlP5G1zyfp2peZ0cPJHI.svg\"},className:\"framer-fff8l6\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"z4NyFdcwQ\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-d1efpc\",layoutDependency:layoutDependency,layoutId:\"amaADyKDT\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fit\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:188,pixelWidth:167,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ek9DFKcm67mElOdsc1SMge1mo.svg\"},className:\"framer-169f812\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"kU6FZwkkP\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-dtumly\",layoutDependency:layoutDependency,layoutId:\"Yz1gTRbsS\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fit\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:217,pixelWidth:167,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/M2hvNFrw8EvbFS2vqrJ1PqT4Ao.svg\"},className:\"framer-xqd2cs\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"tXy8od9ZH\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-mg83p9\",layoutDependency:layoutDependency,layoutId:\"TsOnvw2mX\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fit\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:217,pixelWidth:167,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/lqbZZPjA6VyIAbBVDhD0lhMb9o.svg\"},className:\"framer-1oru1t6\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"PpMAU921B\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-7u3d3m\",layoutDependency:layoutDependency,layoutId:\"wl5k9E1ob\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fill\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:354,pixelWidth:354,src:\"https://framerusercontent.com/images/vrWF62Mg3a5Ba8xBP4qw81BOr0g.png\"},className:\"framer-3e2vq7\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"A71bUCiCK\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fqrr2b\",layoutDependency:layoutDependency,layoutId:\"qUYNTOeXE\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fit\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:65,pixelWidth:64,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/kmgG8Wb6KXEHOFiD2Tc73xfGyoo.svg\"},className:\"framer-1r508ck\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"rIKgcAHj4\"})})]})]})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-b33t5r\",layoutDependency:layoutDependency,layoutId:\"cizxjfLBc\",style:{borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Copyright \\xa9 2024 B2Metric | All Rights Reserved\"})}),className:\"framer-1pzodsi\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"PAetDpm3k\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10ngmo5\",layoutDependency:layoutDependency,layoutId:\"JdDZeLzPd\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/b2metric/mycompany/\",motionChild:true,nodeId:\"J0566GvC6\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-nvfl1y framer-1o75zom\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"J0566GvC6\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 23 23\"><path d=\"M 1.029 4.013 C 1.029 3.314 1.273 2.738 1.765 2.283 C 2.255 1.829 2.893 1.603 3.678 1.603 C 4.45 1.603 5.073 1.825 5.55 2.273 C 6.042 2.733 6.286 3.335 6.286 4.076 C 6.301 4.712 6.041 5.323 5.572 5.752 C 5.081 6.214 4.435 6.445 3.636 6.445 L 3.616 6.445 C 2.845 6.445 2.22 6.215 1.743 5.752 C 1.267 5.292 1.029 4.711 1.029 4.013 Z M 1.301 22.355 L 1.301 8.351 L 5.972 8.351 L 5.972 22.354 L 1.301 22.354 Z M 8.558 22.355 L 13.227 22.355 L 13.227 14.535 C 13.227 14.047 13.283 13.669 13.396 13.404 C 13.592 12.928 13.89 12.527 14.289 12.198 C 14.689 11.87 15.19 11.706 15.793 11.706 C 17.364 11.706 18.149 12.76 18.149 14.871 L 18.149 22.354 L 22.818 22.354 L 22.818 14.325 C 22.818 12.258 22.327 10.689 21.345 9.62 C 20.365 8.551 19.067 8.016 17.455 8.016 C 15.646 8.016 14.237 8.792 13.227 10.343 L 13.227 10.385 L 13.206 10.385 L 13.227 10.343 L 13.227 8.353 L 8.558 8.353 C 8.586 8.801 8.6 10.19 8.6 12.524 C 8.6 14.858 8.586 18.135 8.558 22.355 Z\" fill=\"rgb(114, 254, 173)\"></path></svg>',svgContentId:11845415082,withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/b2metric/\",motionChild:true,nodeId:\"IBM_e4Hoh\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1q2t2yj framer-1o75zom\",\"data-framer-name\":\"Instagram\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:19,intrinsicWidth:19,layoutDependency:layoutDependency,layoutId:\"IBM_e4Hoh\",svg:'<svg width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.849609 9.39502C0.849609 5.79988 0.849609 4.00231 1.7063 2.70757C2.08886 2.12941 2.584 1.63427 3.16216 1.25171C4.4569 0.39502 6.25447 0.39502 9.84961 0.39502C13.4447 0.39502 15.2423 0.39502 16.5371 1.25171C17.1152 1.63427 17.6104 2.12941 17.9929 2.70757C18.8496 4.00231 18.8496 5.79988 18.8496 9.39502C18.8496 12.9902 18.8496 14.7877 17.9929 16.0825C17.6104 16.6606 17.1152 17.1558 16.5371 17.5383C15.2423 18.395 13.4447 18.395 9.84961 18.395C6.25447 18.395 4.4569 18.395 3.16216 17.5383C2.584 17.1558 2.08886 16.6606 1.7063 16.0825C0.849609 14.7877 0.849609 12.9902 0.849609 9.39502ZM14.5089 9.39525C14.5089 11.9686 12.4228 14.0547 9.84945 14.0547C7.27613 14.0547 5.19004 11.9686 5.19004 9.39525C5.19004 6.82193 7.27613 4.73584 9.84945 4.73584C12.4228 4.73584 14.5089 6.82193 14.5089 9.39525ZM9.84945 12.4782C11.5521 12.4782 12.9325 11.0979 12.9325 9.39525C12.9325 7.69255 11.5521 6.31224 9.84945 6.31224C8.14675 6.31224 6.76645 7.69255 6.76645 9.39525C6.76645 11.0979 8.14675 12.4782 9.84945 12.4782ZM14.6929 5.59657C15.2975 5.59657 15.7877 5.1064 15.7877 4.50174C15.7877 3.89709 15.2975 3.40692 14.6929 3.40692C14.0882 3.40692 13.5981 3.89709 13.5981 4.50174C13.5981 5.1064 14.0882 5.59657 14.6929 5.59657Z\" fill=\"#72FEAD\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/@b2metric\",motionChild:true,nodeId:\"X_SSrEViV\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-2ng9wr framer-1o75zom\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"X_SSrEViV\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25 18\"><path d=\"M 13.438 17.25 L 8.602 17.159 C 7.037 17.128 5.467 17.19 3.932 16.861 C 1.596 16.369 1.432 13.961 1.258 11.94 C 1.02 9.098 1.112 6.205 1.562 3.388 C 1.817 1.806 2.817 0.863 4.363 0.76 C 9.583 0.389 14.839 0.432 20.048 0.607 C 20.601 0.633 21.152 0.7 21.695 0.809 C 24.373 1.292 24.438 4.024 24.612 6.322 C 24.785 8.644 24.712 10.978 24.381 13.284 C 24.115 15.194 23.607 16.795 21.464 16.95 C 18.779 17.153 16.155 17.315 13.462 17.263 C 13.462 17.251 13.446 17.251 13.438 17.251 Z M 10.595 12.415 L 16.617 8.852 C 14.589 7.656 12.607 6.479 10.595 5.29 Z\" fill=\"rgb(114, 254, 173)\"></path></svg>',svgContentId:11126428639,withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://x.com/b2metric\",motionChild:true,nodeId:\"gvwF3XE4Q\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-3pg5b3 framer-1o75zom\",\"data-framer-name\":\"X_logo_2023 1\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"gvwF3XE4Q\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19 17\"><g transform=\"translate(-0.07 0)\"><path d=\"M 0.07 17 L 0.07 0 L 19.07 0 L 19.07 17 Z\" fill=\"transparent\"></path><path d=\"M 15.016 0 L 17.93 0 L 11.533 7.214 L 19.006 17 L 13.142 17 L 8.55 11.053 L 3.293 17 L 0.38 17 L 7.157 9.284 L 0 0 L 6.01 0 L 10.159 5.432 Z M 13.997 15.306 L 15.612 15.306 L 5.162 1.631 L 3.426 1.631 Z\" fill=\"rgb(114, 254, 173)\"></path></g></svg>',svgContentId:9068852620,withExternalLayout:true})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-npdwe9\",layoutDependency:layoutDependency,layoutId:\"zKpBMDCBT\",style:{backgroundColor:\"rgb(255, 255, 255)\"}}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-pvg9bp\",layoutDependency:layoutDependency,layoutId:\"M5IwpPtjA\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14v8xxs\",layoutDependency:layoutDependency,layoutId:\"HvpMR3Ejx\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xk5jw6\",layoutDependency:layoutDependency,layoutId:\"SqMMjc3gU\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-y4er2l\",layoutDependency:layoutDependency,layoutId:\"RS4vCKZnb\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+20+(((componentViewport?.height||815)-40-935.2)/2+0+0)+0+0+0+0+756-68+0),pixelHeight:125,pixelWidth:160,src:\"https://framerusercontent.com/images/g5dkSFNjJ3sJfstx11eCO48KSs.svg\"},className:\"framer-is84ew\",layoutDependency:layoutDependency,layoutId:\"fLWMMyJHL\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nuvuuk\",layoutDependency:layoutDependency,layoutId:\"CHD_jhxur\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18zl0hx\",layoutDependency:layoutDependency,layoutId:\"swrWbcHgp\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-eem2qz\",layoutDependency:layoutDependency,layoutId:\"eV5cQlMXr\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-n5zqe9\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:49,intrinsicWidth:174,layoutDependency:layoutDependency,layoutId:\"exxGaU_5P\",svg:'<svg width=\"174\" height=\"49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><mask id=\"a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"174\" height=\"49\"><path d=\"M0 0h174v48.72H0V0Z\" fill=\"#fff\"/></mask><g mask=\"url(#a)\"><path d=\"M39.073 0H9.768C4.374 0 0 4.363 0 9.744v29.232c0 5.382 4.374 9.744 9.77 9.744h29.303c5.396 0 9.77-4.362 9.77-9.744V9.744c0-5.381-4.374-9.744-9.77-9.744Z\" fill=\"url(#b)\"/><g filter=\"url(#c)\"><path d=\"M42.335 14.766h-17.65v-.27c0-1.1.448-2.162 1.22-2.937a4.24 4.24 0 0 1 2.962-1.225h13.468v4.432Z\" fill=\"url(#d)\"/><path d=\"M7.03 14.766h17.653v.272c0 1.1-.45 2.162-1.239 2.937a4.222 4.222 0 0 1-2.963 1.205H7.03v-4.412l-.001-.002Z\" fill=\"url(#e)\"/><path d=\"M42.335 32.477H7.03v4.432h35.304l.001-4.432Z\" fill=\"url(#f)\"/><path d=\"M42.335 23.613h-17.65v-.27c0-1.1.448-2.162 1.22-2.938a4.24 4.24 0 0 1 2.962-1.225h13.468v4.433Z\" fill=\"url(#g)\"/><path d=\"M7.03 23.613h17.653v.27c0 1.1-.45 2.163-1.239 2.937a4.222 4.222 0 0 1-2.963 1.207H7.03v-4.413l-.001-.002Z\" fill=\"url(#h)\"/></g><path d=\"M61.053 34.349h3.437v-2.102c.493 1.409 2.231 2.42 4.602 2.42 2.035 0 3.753-.715 5.115-2.161 1.404-1.467 2.094-3.25 2.094-5.391 0-2.16-.69-3.924-2.094-5.37-1.382-1.468-3.08-2.18-5.115-2.18-2.37 0-4.129 1.01-4.602 2.418v-7.631h-3.438l.001 19.997Zm7.585-2.815c-1.225 0-2.291-.435-3.14-1.268-.83-.832-1.266-1.903-1.266-3.151 0-1.267.436-2.318 1.266-3.152a4.363 4.363 0 0 1 3.14-1.266c1.225 0 2.231.435 3.042 1.266.83.834 1.225 1.903 1.225 3.152 0 1.268-.396 2.319-1.225 3.151-.81.852-1.797 1.268-3.042 1.268Zm21.728 2.814v-3.25h-8.533l5.788-6.084c1.58-1.645 2.35-3.33 2.35-5.035 0-1.664-.592-3.07-1.838-4.24-1.204-1.169-2.666-1.784-4.344-1.784-1.74 0-3.26.635-4.484 1.864-1.225 1.228-1.837 2.695-1.837 4.458h3.258c0-.89.279-1.645.89-2.24a2.963 2.963 0 0 1 2.152-.911c1.6 0 2.944 1.27 2.944 2.874 0 .951-.395 1.843-1.225 2.734l-8.849 9.296v2.318h13.728Zm5.828.001v-8.324c0-1.963 1.206-3.35 2.805-3.35 1.64 0 2.568 1.23 2.568 3.212v8.462h3.397v-8.324c0-1.963 1.166-3.35 2.785-3.35 1.601 0 2.509 1.23 2.509 3.212v4.816c0 2.516 1.106 3.785 3.378 3.785.651 0 1.146-.06 1.482-.18v-2.89c-.139.019-.317.06-.494.06-.771 0-.969-.397-.969-1.528v-4.557c0-3.587-1.797-5.808-4.918-5.808-2.252 0-3.812.833-4.642 2.517-.71-1.684-2.093-2.517-4.069-2.517-1.837 0-3.258.953-3.87 2.36v-2.062h-3.399V34.35l3.437-.001Zm20.266-7.114c0 2.259.712 4.08 2.115 5.428 1.401 1.35 3.257 2.042 5.53 2.042 2.429 0 4.445-.852 6.064-2.575l-2.055-2.003c-1.125 1.13-2.408 1.665-3.891 1.665-2.547 0-4.227-1.487-4.345-3.786h11.219c.02-.376.06-.771.06-1.209 0-2.06-.651-3.784-1.995-5.192-1.323-1.406-3.043-2.1-5.117-2.1-2.213 0-4.009.693-5.431 2.102-1.403 1.406-2.113 3.249-2.113 5.548v.08h-.041Zm3.497-1.665c.078-.891.514-1.646 1.283-2.24.77-.594 1.718-.912 2.786-.912 1.008 0 1.837.318 2.547.95.712.595 1.087 1.35 1.087 2.221h-7.703v-.02Zm14.339 4.28c0 3.27 1.541 4.914 4.662 4.914a7.69 7.69 0 0 0 1.777-.178v-3.071c-.375.08-.769.12-1.204.12-1.265 0-1.798-.575-1.798-2.16v-6.461h3.181v-3.132h-3.181v-5.549h-3.437v5.549h-1.797v3.132h1.797v6.836Zm12.11 4.499v-7.61c0-2.379 1.52-3.884 3.891-3.884.514 0 1.008.059 1.423.14v-3.332a5.152 5.152 0 0 0-1.028-.079c-2.033 0-3.615.912-4.286 2.439v-2.16h-3.397V34.33h3.397v.019Zm7.744-3.39c0 2.438 1.105 3.666 3.317 3.666.81 0 1.384-.078 1.719-.237v-2.894c-.139.02-.335.06-.593.06-.769 0-1.007-.397-1.007-1.526V19.861h-3.436v11.097Zm1.718-12.763c1.105 0 2.035-.89 2.035-2.04s-.909-2.042-2.035-2.042c-1.146 0-2.055.89-2.055 2.042 0 1.148.909 2.04 2.055 2.04Zm12.305 1.23c-2.212 0-4.069.753-5.569 2.22-1.522 1.465-2.253 3.27-2.253 5.45s.751 4.022 2.253 5.49c1.52 1.465 3.377 2.18 5.569 2.18 2.311 0 4.228-.833 5.788-2.498l-2.113-2.22c-1.008 1.07-2.233 1.587-3.655 1.587-1.264 0-2.311-.438-3.18-1.29-.829-.853-1.265-1.962-1.265-3.25 0-1.289.436-2.379 1.265-3.25.849-.852 1.916-1.288 3.18-1.288 1.422 0 2.667.515 3.655 1.586l2.113-2.22c-1.56-1.665-3.477-2.498-5.788-2.498Z\" fill=\"#FDFDFF\"/></g><defs><linearGradient id=\"b\" x1=\"45.511\" y1=\"2.952\" x2=\"-32.493\" y2=\"78.757\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#736CFF\"/><stop offset=\"1\" stop-color=\"#1C184D\"/></linearGradient><linearGradient id=\"d\" x1=\"41.809\" y1=\"10.454\" x2=\"36.66\" y2=\"22.461\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\"/><stop offset=\".29\" stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#5951FF\"/></linearGradient><linearGradient id=\"e\" x1=\"24.157\" y1=\"14.885\" x2=\"19.043\" y2=\"26.86\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\"/><stop offset=\".29\" stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#5951FF\"/></linearGradient><linearGradient id=\"f\" x1=\"41.283\" y1=\"32.596\" x2=\"38.368\" y2=\"46.188\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\"/><stop offset=\".29\" stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#5951FF\"/></linearGradient><linearGradient id=\"g\" x1=\"41.809\" y1=\"19.3\" x2=\"36.66\" y2=\"31.308\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\"/><stop offset=\".29\" stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#5951FF\"/></linearGradient><linearGradient id=\"h\" x1=\"24.157\" y1=\"23.731\" x2=\"19.043\" y2=\"35.706\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\"/><stop offset=\".29\" stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#5951FF\"/></linearGradient><filter id=\"c\" x=\"1.462\" y=\"10.334\" width=\"46.441\" height=\"37.711\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dy=\"5.568\"/><feGaussianBlur stdDeviation=\"2.784\"/><feComposite in2=\"hardAlpha\" operator=\"out\"/><feColorMatrix values=\"0 0 0 0 0.109804 0 0 0 0 0.0941176 0 0 0 0 0.301961 0 0 0 0.9 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_6_3891\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_dropShadow_6_3891\" result=\"shape\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dy=\"5.568\"/><feGaussianBlur stdDeviation=\"2.784\"/><feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/><feColorMatrix values=\"0 0 0 0 0.847059 0 0 0 0 0.870588 0 0 0 0 0.992157 0 0 0 1 0\"/><feBlend in2=\"shape\" result=\"effect2_innerShadow_6_3891\"/></filter></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-10v6fdx\",layoutDependency:layoutDependency,layoutId:\"r2M1sSPtS\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x5da1a\",layoutDependency:layoutDependency,layoutId:\"vnmdYDgCl\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fit\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:217,pixelWidth:167,positionX:\"left\",positionY:\"center\",src:\"https://framerusercontent.com/images/DGymUvw6UVPszzSMXASrn0LGXg.svg\"},className:\"framer-1ns5zbk\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"Up44Nj5GA\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fit\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:188,pixelWidth:167,positionX:\"left\",positionY:\"center\",src:\"https://framerusercontent.com/images/h3eTxNSlP5G1zyfp2peZ0cPJHI.svg\"},className:\"framer-16h2su5\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"EbOuNxvL2\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fit\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:188,pixelWidth:167,positionX:\"left\",positionY:\"center\",src:\"https://framerusercontent.com/images/ek9DFKcm67mElOdsc1SMge1mo.svg\"},className:\"framer-165gp69\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"MHzVXt6WC\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fit\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:217,pixelWidth:167,positionX:\"left\",positionY:\"center\",src:\"https://framerusercontent.com/images/M2hvNFrw8EvbFS2vqrJ1PqT4Ao.svg\"},className:\"framer-17dyj9b\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"dr3uww3ZB\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fit\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:217,pixelWidth:167,positionX:\"left\",positionY:\"center\",src:\"https://framerusercontent.com/images/lqbZZPjA6VyIAbBVDhD0lhMb9o.svg\"},className:\"framer-1e73rvd\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"sKwQFqdKw\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zhnpw5\",layoutDependency:layoutDependency,layoutId:\"UkCRIarvj\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fit\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:65,pixelWidth:64,positionX:\"left\",positionY:\"center\",src:\"https://framerusercontent.com/images/kmgG8Wb6KXEHOFiD2Tc73xfGyoo.svg\"},className:\"framer-s54mkq\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"TtOQnBvW7\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cuuhoo\",layoutDependency:layoutDependency,layoutId:\"VkNPjos6D\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fill\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:354,pixelWidth:354,src:\"https://framerusercontent.com/images/vrWF62Mg3a5Ba8xBP4qw81BOr0g.png\"},className:\"framer-1kbd2y3\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"SDOesatrr\"})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yrewvw\",layoutDependency:layoutDependency,layoutId:\"Om8KUCXkM\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.capterra.com/p/212878/B2Metric/\",motionChild:true,nodeId:\"odJUIdS0F\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-16ar9m framer-1o75zom\",layoutDependency:layoutDependency,layoutId:\"odJUIdS0F\",whileHover:animation,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-w47xkl\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:28,intrinsicWidth:123,layoutDependency:layoutDependency,layoutId:\"Rnuo6E2kv\",svg:'<svg width=\"123\" height=\"28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 9.996h18.129V3.199L0 9.996Z\" fill=\"#FF9D28\"/><path d=\"M18.13 3.2v23.985L26.696 0l-8.568 3.2Z\" fill=\"#68C5ED\"/><path d=\"M18.13 9.995h-6.851l6.85 17.19V9.995Z\" fill=\"#fff\"/><path d=\"m0 9.995 13.032 4.41-1.753-4.41H0Z\" fill=\"#E54747\"/><path d=\"M41.517 20.877c-.09.09-.27.217-.488.38a8.35 8.35 0 0 1-.904.451 8.62 8.62 0 0 1-1.373.38 9.448 9.448 0 0 1-1.844.162c-1.337 0-2.494-.216-3.47-.65-.976-.434-1.79-1.03-2.423-1.808-.632-.777-1.102-1.68-1.41-2.73a13.01 13.01 0 0 1-.451-3.47c0-1.265.163-2.421.488-3.488.325-1.066.813-1.988 1.446-2.765a6.61 6.61 0 0 1 2.422-1.826c.976-.434 2.115-.65 3.416-.65.65 0 1.23.054 1.753.18.525.109.976.253 1.374.416.398.162.705.325.976.488.253.18.452.325.579.434.144.126.27.289.38.47.108.18.162.38.162.596 0 .325-.127.669-.38.994a9.875 9.875 0 0 1-.813.922 11.789 11.789 0 0 0-.669-.615 4.392 4.392 0 0 0-.831-.542 5.07 5.07 0 0 0-1.049-.397 4.935 4.935 0 0 0-1.301-.163c-.85 0-1.555.163-2.115.506a3.897 3.897 0 0 0-1.374 1.337 5.603 5.603 0 0 0-.74 1.88 10.72 10.72 0 0 0-.218 2.151c0 .777.073 1.519.217 2.242.145.704.398 1.337.777 1.88.362.541.832.993 1.428 1.319.579.325 1.32.488 2.206.488.47 0 .885-.055 1.283-.181a4.528 4.528 0 0 0 1.03-.416c.29-.162.56-.343.778-.524.216-.18.415-.343.56-.47.09.109.217.253.343.416.127.163.253.343.38.524.108.18.217.362.289.542.09.181.127.344.127.488 0 .217-.037.398-.127.543a4.71 4.71 0 0 1-.434.506Zm12.797-1.916c0 1.32.2 2.277.579 2.874a6.963 6.963 0 0 1-.832.253 3.894 3.894 0 0 1-.813.072c-.596 0-1.048-.108-1.356-.343-.307-.235-.506-.56-.578-.994-.362.379-.85.704-1.446.976-.597.27-1.338.397-2.205.397-.452 0-.904-.054-1.356-.18a3.572 3.572 0 0 1-1.229-.615 3.368 3.368 0 0 1-.904-1.139c-.235-.47-.343-1.048-.343-1.735 0-.85.199-1.536.614-2.06a4.549 4.549 0 0 1 1.537-1.266 6.68 6.68 0 0 1 2.006-.633c.723-.108 1.374-.198 1.97-.216.2-.018.398-.018.579-.018h.542v-.452c0-.633-.163-1.103-.506-1.356-.344-.271-.904-.398-1.663-.398-.723 0-1.356.109-1.916.344a19.72 19.72 0 0 0-1.645.795 3.805 3.805 0 0 1-.56-.94c-.145-.343-.217-.596-.217-.759 0-.235.126-.452.38-.669.253-.217.614-.415 1.066-.578.452-.18.958-.307 1.554-.416a9.999 9.999 0 0 1 1.844-.162c.904 0 1.663.09 2.278.27.632.181 1.138.47 1.518.85.397.38.669.868.831 1.428.163.579.253 1.247.253 2.006l.018 4.664Zm-3.199-2.892h-.343c-.109 0-.235 0-.344.018-.415.036-.831.09-1.229.144-.416.073-.777.181-1.084.344-.326.163-.579.38-.778.65-.199.272-.307.615-.307 1.03 0 .47.127.868.398 1.194.27.325.723.488 1.355.488.308 0 .615-.036.904-.127.29-.09.524-.199.741-.325.217-.127.38-.271.506-.434.127-.163.181-.307.181-.434V16.07Zm9.417-4.917c.271-.307.687-.632 1.247-.958.56-.325 1.284-.488 2.133-.488.615 0 1.193.109 1.753.308.56.217 1.049.542 1.483 1.012.434.47.777 1.084 1.03 1.844.253.759.38 1.699.38 2.82 0 1.3-.145 2.367-.452 3.217-.308.849-.687 1.5-1.157 2.006-.47.488-.994.831-1.573 1.03a5.323 5.323 0 0 1-1.735.307c-.488 0-.904-.054-1.265-.162a4.928 4.928 0 0 1-.904-.362 2.662 2.662 0 0 1-.578-.397 2.478 2.478 0 0 1-.253-.272v6.146h-3.398V10.068c.09-.018.18-.036.307-.054.108-.018.217-.036.361-.036.127 0 .29-.019.47-.019.56 0 1.03.09 1.41.272.398.18.65.488.741.921Zm4.5 4.61c0-.507-.035-.959-.126-1.392-.09-.434-.217-.814-.415-1.12a2.181 2.181 0 0 0-.778-.742c-.325-.18-.723-.271-1.175-.271-.686 0-1.174.126-1.445.397-.272.272-.416.56-.416.868v5.296c.126.127.361.29.705.47.343.18.74.271 1.175.271.85 0 1.464-.325 1.861-.994.416-.65.615-1.573.615-2.784Zm6.165 4.301a4.006 4.006 0 0 1-.217-1.048 11.273 11.273 0 0 1-.055-1.103V6.326a9.53 9.53 0 0 1 .38-.054c.108-.018.235-.036.38-.036.126 0 .27-.018.397-.018.271 0 .524.018.796.072.27.054.506.145.722.308.217.144.398.361.525.614.126.253.198.597.198 1.012v1.772h3.507v2.53h-3.507v5.332c0 1.157.47 1.735 1.428 1.735.235 0 .452-.036.67-.108a3.25 3.25 0 0 0 .56-.253c.162-.09.307-.18.433-.29.127-.108.217-.18.272-.216.252.361.433.687.578.958.126.27.199.524.199.759 0 .217-.09.434-.271.65-.181.218-.416.398-.741.579-.326.18-.705.325-1.157.434a6.34 6.34 0 0 1-1.483.162c-1.03 0-1.843-.198-2.404-.596-.56-.434-.975-.958-1.21-1.609Zm15.237-.325c.416 0 .777-.054 1.102-.145.326-.09.597-.198.85-.343a2.91 2.91 0 0 0 .65-.434c.181-.162.344-.307.507-.434.199.253.415.579.632.958.217.398.326.705.326.958 0 .362-.217.705-.633.994-.343.271-.85.488-1.482.687-.633.2-1.392.29-2.26.29a9.142 9.142 0 0 1-2.313-.308 5.048 5.048 0 0 1-2.025-1.048c-.596-.506-1.066-1.175-1.427-2.006-.362-.85-.543-1.898-.543-3.182 0-1.048.163-1.952.488-2.71.326-.76.76-1.393 1.302-1.88a5.07 5.07 0 0 1 1.843-1.103 6.375 6.375 0 0 1 2.097-.344c.94 0 1.717.145 2.368.434.65.29 1.175.687 1.59 1.175a4.41 4.41 0 0 1 .886 1.68c.181.634.271 1.302.271 2.007v.344c0 .126 0 .27-.018.415 0 .145-.018.29-.018.434 0 .145-.018.253-.036.344h-7.374c.072.921.343 1.68.849 2.277.488.633 1.283.94 2.368.94Zm1.139-5.061c0-.795-.163-1.446-.47-1.952-.308-.506-.868-.741-1.663-.741-.687 0-1.23.235-1.645.705-.416.47-.615 1.139-.615 1.988h4.393Zm8.983-3.47c.108-.145.235-.308.398-.488.162-.181.361-.344.614-.488.235-.145.506-.272.795-.38.29-.09.597-.145.94-.145.2 0 .416.018.633.055.217.036.434.09.633.18.198.09.343.217.47.38.108.163.18.343.18.578 0 .362-.09.778-.271 1.248-.181.47-.361.867-.542 1.21a3.708 3.708 0 0 0-.85-.542c-.289-.126-.614-.18-.994-.18-.524 0-.958.144-1.301.451-.344.308-.524.651-.524 1.085v8.08h-3.398V10.067c.09-.018.18-.036.307-.054.108-.018.217-.036.343-.036.127 0 .29-.019.47-.019.524 0 .994.109 1.392.308.362.199.596.506.705.94Zm9.652 0a6.64 6.64 0 0 1 .398-.488c.162-.181.361-.344.614-.488a4.55 4.55 0 0 1 .796-.38 3.1 3.1 0 0 1 .939-.145c.199 0 .416.018.633.055.217.036.434.09.633.18s.343.217.47.38c.108.163.18.343.18.578 0 .362-.09.778-.271 1.248-.18.47-.361.867-.542 1.21a3.693 3.693 0 0 0-.85-.542c-.289-.126-.614-.18-.994-.18-.524 0-.958.144-1.301.451-.343.308-.524.651-.524 1.085v8.08h-3.398V10.067c.09-.018.18-.036.307-.054.108-.018.217-.036.343-.036.127 0 .29-.019.47-.019.524 0 .994.109 1.392.308.362.199.615.506.705.94Zm16.213 7.754c0 1.32.199 2.277.579 2.874a6.957 6.957 0 0 1-.832.253 3.891 3.891 0 0 1-.813.072c-.597 0-1.048-.108-1.356-.343-.307-.235-.506-.56-.578-.994-.362.379-.85.704-1.446.976-.597.27-1.338.397-2.205.397-.452 0-.904-.054-1.356-.18a3.574 3.574 0 0 1-1.229-.615 3.362 3.362 0 0 1-.904-1.139c-.235-.47-.343-1.048-.343-1.735 0-.85.199-1.536.614-2.06a4.548 4.548 0 0 1 1.537-1.266 6.672 6.672 0 0 1 2.006-.633c.723-.108 1.374-.198 1.97-.216.199-.018.398-.018.579-.018h.542v-.452c0-.633-.163-1.103-.506-1.356-.344-.271-.904-.398-1.663-.398-.723 0-1.356.109-1.916.344a19.72 19.72 0 0 0-1.645.795 3.785 3.785 0 0 1-.56-.94c-.145-.343-.217-.596-.217-.759 0-.235.126-.452.379-.669.254-.217.615-.415 1.067-.578.452-.18.958-.307 1.554-.416a10.004 10.004 0 0 1 1.844-.162c.904 0 1.663.09 2.277.27.633.181 1.139.47 1.519.85.397.38.669.868.831 1.428.163.579.253 1.247.253 2.006l.018 4.664Zm-3.199-2.892h-.343c-.109 0-.235 0-.344.018-.416.036-.831.09-1.229.144-.416.073-.777.181-1.084.344-.326.163-.579.38-.778.65-.198.272-.307.615-.307 1.03 0 .47.127.868.398 1.194.271.325.723.488 1.355.488.308 0 .615-.036.904-.127a3.53 3.53 0 0 0 .741-.325 1.72 1.72 0 0 0 .506-.434c.127-.163.181-.307.181-.434V16.07Z\" fill=\"#fff\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"4,8/5\"})}),className:\"framer-1ir33y9\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"sxfJK7MIc\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.producthunt.com/products/b2metric\",motionChild:true,nodeId:\"rpKIeWMvA\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1pj01t0 framer-1o75zom\",layoutDependency:layoutDependency,layoutId:\"rpKIeWMvA\",whileHover:animation,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1dew0it\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:29,intrinsicWidth:124,layoutDependency:layoutDependency,layoutId:\"SRdrcparr\",svg:'<svg width=\"124\" height=\"29\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path fill=\"#000F51\" d=\"M.5 0h123v29H.5z\"/><path d=\"M29.272 14.372c0 7.937-6.441 14.372-14.386 14.372C6.94 28.744.5 22.31.5 14.372S6.94 0 14.886 0c7.945 0 14.386 6.435 14.386 14.372Z\" fill=\"#FFFDFC\"/><path d=\"M16.804 14.372h-4.076v-4.311h4.076a2.16 2.16 0 0 1 2.158 2.155 2.155 2.155 0 0 1-2.158 2.156Zm0-7.186H9.851v14.372h2.877v-4.311h4.076a5.033 5.033 0 0 0 5.035-5.03 5.033 5.033 0 0 0-5.035-5.03Z\" fill=\"#000F51\"/><path d=\"M44.385 12.616c0-.791-.608-1.27-1.398-1.27h-2.118v2.525h2.118c.79 0 1.398-.48 1.398-1.255Zm-5.522 6.547V9.58h4.406c2.048 0 3.163 1.383 3.163 3.035 0 1.636-1.129 3.019-3.163 3.019h-2.4v3.528h-2.006Zm8.79 0v-6.986h1.793v.918c.494-.593 1.328-1.087 2.176-1.087v1.75a2.32 2.32 0 0 0-.495-.042c-.593 0-1.385.338-1.681.777v4.67h-1.793Zm10.003-3.585c0-1.058-.623-1.975-1.753-1.975-1.116 0-1.736.917-1.736 1.976 0 1.072.62 1.99 1.736 1.99 1.13 0 1.753-.918 1.753-1.99Zm-5.355 0c0-1.932 1.356-3.57 3.602-3.57 2.26 0 3.616 1.637 3.616 3.57 0 1.934-1.355 3.585-3.616 3.585-2.246 0-3.602-1.651-3.602-3.585Zm13.254 1.214v-2.413c-.296-.452-.946-.776-1.54-.776-1.03 0-1.736.804-1.736 1.976 0 1.184.706 1.99 1.736 1.99.594 0 1.244-.325 1.54-.777Zm0 2.37V18.12c-.537.676-1.27 1.044-2.105 1.044-1.708 0-3.022-1.298-3.022-3.585 0-2.214 1.286-3.57 3.023-3.57.804 0 1.567.34 2.104 1.045V9.58h1.808v9.582h-1.808Zm8.197 0v-1.03a3.242 3.242 0 0 1-2.401 1.03c-1.497 0-2.203-.818-2.203-2.144v-4.84h1.793v4.134c0 .946.495 1.256 1.257 1.256.692 0 1.244-.38 1.554-.777v-4.614h1.794v6.986h-1.794Zm3.14-3.584c0-2.088 1.526-3.57 3.617-3.57 1.398 0 2.246.608 2.698 1.228l-1.173 1.1c-.324-.48-.819-.733-1.44-.733-1.088 0-1.85.79-1.85 1.976 0 1.184.762 1.99 1.85 1.99.621 0 1.116-.283 1.44-.749l1.173 1.101c-.452.62-1.3 1.242-2.698 1.242-2.09 0-3.616-1.482-3.616-3.585Zm7.857 1.708v-3.542h-1.13v-1.566h1.13v-1.863h1.794v1.863h1.383v1.566h-1.383v3.062c0 .438.225.762.621.762.268 0 .524-.099.621-.211l.383 1.368c-.269.24-.75.438-1.498.438-1.257 0-1.92-.65-1.92-1.877Zm14.668 1.877v-4.135h-4.45v4.135h-2.004V9.58h2.004v3.697h4.45V9.582h2.019v9.58h-2.02Zm8.438 0v-1.03a3.242 3.242 0 0 1-2.401 1.03c-1.497 0-2.203-.819-2.203-2.145v-4.84h1.793v4.134c0 .946.495 1.256 1.258 1.256.691 0 1.243-.38 1.553-.777v-4.614h1.794v6.986h-1.794Zm8.181 0v-4.29c0-.945-.493-1.27-1.256-1.27-.706 0-1.242.396-1.554.79v4.77h-1.793v-6.986h1.793v.876c.438-.508 1.286-1.045 2.387-1.045 1.512 0 2.232.847 2.232 2.173v4.982h-1.809Zm3.946-1.877v-3.542h-1.128v-1.566h1.129v-1.863h1.794v1.863h1.384v1.566h-1.384v3.062c0 .438.225.762.621.762.268 0 .523-.099.622-.211l.381 1.368c-.268.24-.749.438-1.497.438-1.258 0-1.922-.65-1.922-1.877Z\" fill=\"#FFFDFC\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" transform=\"translate(.5)\" d=\"M0 0h123v29H0z\"/></clipPath></defs></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"4,9/5\"})}),className:\"framer-1x3vnty\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"vhMWDpS3T\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.g2.com/products/b2metric\",motionChild:true,nodeId:\"hR1dTyR3X\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-dprgom framer-1o75zom\",layoutDependency:layoutDependency,layoutId:\"hR1dTyR3X\",whileHover:animation,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1mb1156\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:34,intrinsicWidth:33,layoutDependency:layoutDependency,layoutId:\"gmxrAE0CS\",svg:'<svg width=\"33\" height=\"34\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m23.358 23.76 3.651 6.335c-5.367 4.11-13.718 4.606-19.9-.126A16.65 16.65 0 0 1 2.634 8.525C7.015.825 15.213-.877 20.491.371c-.143.31-3.304 6.869-3.304 6.869s-.25.016-.391.019c-1.56.066-2.723.429-3.968 1.073a9.437 9.437 0 0 0-5.009 7.285 9.199 9.199 0 0 0 .624 4.574c.501 1.223 1.211 2.31 2.162 3.226 1.46 1.409 3.196 2.28 5.21 2.57 1.905.273 3.739.002 5.457-.861.644-.324 1.192-.68 1.833-1.17.081-.053.154-.12.253-.197Z\" fill=\"#FF492C\"/><path d=\"m23.37 5.09-.888-.874c-.171-.17-.337-.346-.512-.512-.063-.06-.137-.141-.137-.141l.085-.179c.336-.674.863-1.167 1.488-1.56a4.134 4.134 0 0 1 2.313-.638c1.046.02 2.018.28 2.838.982.606.518.916 1.174.971 1.958.091 1.323-.456 2.336-1.543 3.042-.638.416-1.327.738-2.017 1.119-.38.21-.706.395-1.079.775-.327.382-.343.741-.343.741l4.947-.006V12h-7.636v-.213c-.029-1.082.097-2.101.593-3.084.456-.902 1.165-1.563 2.016-2.071.656-.392 1.346-.725 2.003-1.115.406-.24.692-.593.69-1.104 0-.44-.32-.829-.775-.95-1.076-.29-2.17.172-2.74 1.156-.082.144-.167.287-.275.47Zm9.568 16.328-4.169-7.2h-8.25l-4.195 7.274h8.31l4.1 7.165 4.204-7.24Z\" fill=\"#FF492C\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"4,6/5\"})}),className:\"framer-14i44gu\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"pf56PaPwx\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.gartner.com/reviews/market/mobile-app-analytics/vendor/b2metric/product/b2metric\",motionChild:true,nodeId:\"h3zI5cpgG\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1qypp06 framer-1o75zom\",layoutDependency:layoutDependency,layoutId:\"h3zI5cpgG\",whileHover:animation,children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:36,intrinsicWidth:103,pixelHeight:36,pixelWidth:103,src:\"https://framerusercontent.com/images/gwcL0c57iNI3UQ73aubh46Hvs.svg\"},className:\"framer-x2h848\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"WU_sJMkVw\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"5.0/5\"})}),className:\"framer-ocirzc\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"AgMGlkYC0\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-l3a6p6\",layoutDependency:layoutDependency,layoutId:\"wXIQVEwU3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255)))\"},children:\"Product\"})}),className:\"framer-1xiafsl\",fonts:[\"GF;Figtree-700\"],layoutDependency:layoutDependency,layoutId:\"q01eVeEXv\",style:{\"--extracted-1w1cjl5\":\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hiohn4\",layoutDependency:layoutDependency,layoutId:\"q7rfw3xmE\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TZgH7YADz\"},motionChild:true,nodeId:\"NrkppvUx7\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Funnel\"})})})})}),className:\"framer-t1k24i\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"NrkppvUx7\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Vv8MRHWLO\"},motionChild:true,nodeId:\"VkNq3HgxI\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Retention Analysis\"})})})})}),className:\"framer-4hnzjn\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"VkNq3HgxI\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jMyqVphOv\"},motionChild:true,nodeId:\"lWXJ8Xa1n\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Segmentation\"})})})})}),className:\"framer-1ilv9df\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"lWXJ8Xa1n\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"UZISSz7bS\"},motionChild:true,nodeId:\"QntAlpcJZ\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Adaptive Learning\"})})})})}),className:\"framer-9olg8x\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"QntAlpcJZ\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"RJ6BPGcXx\"},motionChild:true,nodeId:\"Di_Caiztt\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Anomaly Detection\"})})})})}),className:\"framer-djbvvr\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"Di_Caiztt\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gcoB1vezA\"},motionChild:true,nodeId:\"DAMkcL_ze\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Explainable AI\"})})})})}),className:\"framer-471e1z\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"DAMkcL_ze\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"OHN9uWcuf\"},motionChild:true,nodeId:\"ZN97tUCTq\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Embedded Analytics\"})})})})}),className:\"framer-1ld96yr\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"ZN97tUCTq\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VGwyWKkal\"},motionChild:true,nodeId:\"THgYEFFcj\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Integrations\"})})})})}),className:\"framer-1xz3hiz\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"THgYEFFcj\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ji4zNXsh9\"},motionChild:true,nodeId:\"Asfz0fpHE\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Cohort\"})})})})}),className:\"framer-1n3rif4\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"Asfz0fpHE\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gH9zNJBBL\"},motionChild:true,nodeId:\"gSAE45pDL\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Automated Marketing Actions\"})})})})}),className:\"framer-1o4456r\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"gSAE45pDL\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"eQdu4sGJf\"},motionChild:true,nodeId:\"gUFE0g54h\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Fraud Detection\"})})})})}),className:\"framer-1r1skl0\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"gUFE0g54h\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"pukRu6ug9\"},motionChild:true,nodeId:\"rLILWOvbs\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Ecommerce\"})})})})}),className:\"framer-1fb656p\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"rLILWOvbs\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-i0056q\",layoutDependency:layoutDependency,layoutId:\"ZsZGxigJK\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255)))\"},children:\"Company\"})}),className:\"framer-1n4l8yd\",fonts:[\"GF;Figtree-700\"],layoutDependency:layoutDependency,layoutId:\"SyfoWUUMT\",style:{\"--extracted-1w1cjl5\":\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-956iju\",layoutDependency:layoutDependency,layoutId:\"hgHI4FUhN\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-407b95d8-98fa-40d6-b3ba-8ae62cedcadf, rgb(245, 245, 250)))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"V7ZwQ_paf\"},motionChild:true,nodeId:\"JGsFBcSTU\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Become a Partner\"})})})})}),className:\"framer-1kx3wsb\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"JGsFBcSTU\",style:{\"--extracted-r6o4lv\":\"var(--token-407b95d8-98fa-40d6-b3ba-8ae62cedcadf, rgb(245, 245, 250))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-407b95d8-98fa-40d6-b3ba-8ae62cedcadf, rgb(245, 245, 250)))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Yt3XcrYqB\"},motionChild:true,nodeId:\"oO4fyWmq5\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Career\"})})})})}),className:\"framer-h9cvrd\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"oO4fyWmq5\",style:{\"--extracted-r6o4lv\":\"var(--token-407b95d8-98fa-40d6-b3ba-8ae62cedcadf, rgb(245, 245, 250))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-407b95d8-98fa-40d6-b3ba-8ae62cedcadf, rgb(245, 245, 250)))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZWWf2I_oe\"},motionChild:true,nodeId:\"MM5FzN4yv\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"About B2Metric\"})})})})}),className:\"framer-t47klr\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"MM5FzN4yv\",style:{\"--extracted-r6o4lv\":\"var(--token-407b95d8-98fa-40d6-b3ba-8ae62cedcadf, rgb(245, 245, 250))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-407b95d8-98fa-40d6-b3ba-8ae62cedcadf, rgb(245, 245, 250)))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DbF8DaQZ1\"},motionChild:true,nodeId:\"DbrLiak2T\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Contact Us\"})})})})}),className:\"framer-1dm6sm5\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"DbrLiak2T\",style:{\"--extracted-r6o4lv\":\"var(--token-407b95d8-98fa-40d6-b3ba-8ae62cedcadf, rgb(245, 245, 250))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-407b95d8-98fa-40d6-b3ba-8ae62cedcadf, rgb(245, 245, 250)))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"wHA7ugSVj\"},motionChild:true,nodeId:\"AxZsEnHTP\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"News & Updates\"})})})})}),className:\"framer-1o83oq6\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"AxZsEnHTP\",style:{\"--extracted-r6o4lv\":\"var(--token-407b95d8-98fa-40d6-b3ba-8ae62cedcadf, rgb(245, 245, 250))\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lg9dog\",layoutDependency:layoutDependency,layoutId:\"I2b1MSIOe\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255)))\"},children:\"Resources\"})}),className:\"framer-txt8t2\",fonts:[\"GF;Figtree-700\"],layoutDependency:layoutDependency,layoutId:\"t6X73I387\",style:{\"--extracted-1w1cjl5\":\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11ws668\",layoutDependency:layoutDependency,layoutId:\"t8J6FSxQq\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"AQ3EnCJRG\"},motionChild:true,nodeId:\"EKFdJpx3P\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Blogs\"})})})})}),className:\"framer-ca96tv\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"EKFdJpx3P\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"GFtY2lfqb\"},motionChild:true,nodeId:\"HmhoNvqtL\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Newsletter\"})})})})}),className:\"framer-w0gmht\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"HmhoNvqtL\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Lg2T6qzqo\"},motionChild:true,nodeId:\"NtFLskTUB\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Success Stories\"})})})})}),className:\"framer-1e1h56k\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"NtFLskTUB\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Rc3lT47lW\"},motionChild:true,nodeId:\"alGW9CuUv\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Use Cases\"})})})})}),className:\"framer-w4mmsh\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"alGW9CuUv\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"iB5wVchnL\"},motionChild:true,nodeId:\"bEOzn8LME\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Integrations Guide\"})})})})}),className:\"framer-zspv7r\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"bEOzn8LME\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VGwyWKkal\"},motionChild:true,nodeId:\"Vs7Vjj7TJ\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Integrations\"})})})})}),className:\"framer-1a42mqd\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"Vs7Vjj7TJ\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"HmlU1pA1d\"},motionChild:true,nodeId:\"hUwYOvZNS\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Privacy Policy\"})})})})}),className:\"framer-1h0ci72\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"hUwYOvZNS\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"mXTcXU7v8\"},motionChild:true,nodeId:\"lwSiRTpEf\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Information Security Policy\"})})})})}),className:\"framer-a9rafx\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"lwSiRTpEf\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://academy.b2metric.com/\",motionChild:true,nodeId:\"RIUhB1dT2\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Academy\"})})})})}),className:\"framer-1h7j7xj\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"RIUhB1dT2\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fcqgoh\",layoutDependency:layoutDependency,layoutId:\"iYdidmHXz\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255)))\"},children:\"Top Blogs\"})}),className:\"framer-1ng7jeo\",fonts:[\"GF;Figtree-700\"],layoutDependency:layoutDependency,layoutId:\"EwFH_uZT9\",style:{\"--extracted-1w1cjl5\":\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10rv7iu\",layoutDependency:layoutDependency,layoutId:\"R26umnpME\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/what-is-a-customer-data-platform-and-why-it-matters\",motionChild:true,nodeId:\"jPDIXpAu5\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"What Is a Customer Data Platform and Why It Matters? \"})})})})}),className:\"framer-1fjtrq9\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"jPDIXpAu5\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/what-are-ai-agents-really-doing-and-why-should-you-care\",motionChild:true,nodeId:\"M8FuE0UcO\",openInNewTab:true,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"What Are AI Agents Really Doing And Why Should You Care?\"})})})})}),className:\"framer-1pxgztm\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"M8FuE0UcO\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/how-predictive-analytics-is-revolutionizing-the-food-beverage-industry-(and-why-it-s-just-the-beginning\",motionChild:true,nodeId:\"zSvqkb04W\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"How Predictive Analytics Is Revolutionizing the Food & Beverage Industry (And Why It's Just the Beginning\"})})})})}),className:\"framer-8zi5f\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"zSvqkb04W\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/the-beginner-s-guide-to-startup-analytics\",motionChild:true,nodeId:\"hGX0yrI1w\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"The Beginner's Guide to Startup Analytics\"})})})})}),className:\"framer-1kw2e3q\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"hGX0yrI1w\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/product-metrics-you-should-track-to-drive-business-success\",motionChild:true,nodeId:\"vPeuvdLLY\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Product Metrics You Should Track to Drive Business Success\"})})})})}),className:\"framer-4jlw6w\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"vPeuvdLLY\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})})}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1haio24\",layoutDependency:layoutDependency,layoutId:\"RNSKl0v8_\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gql2r1\",layoutDependency:layoutDependency,layoutId:\"jWXmGs8A3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255)))\"},children:\"Subscribe to our newsletter!\"})}),className:\"framer-11mhfd1\",fonts:[\"GF;Figtree-700\"],layoutDependency:layoutDependency,layoutId:\"D2HPPEipI\",style:{\"--extracted-1w1cjl5\":\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay3=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-1b5ss01-container\",\"data-framer-name\":\"Subscribe\",id:`${layoutId}-1b5ss01`,isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"AeGEufX8V-container\",name:\"Subscribe\",nodeId:\"AeGEufX8V\",ref:ref7,rendersWithMotion:true,scopeId:\"dN6_4MNys\",children:[/*#__PURE__*/_jsx(Input,{button:{buttonFont:{fontFamily:'\"Figtree\", \"Figtree Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},buttonPadding:0,buttonPaddingBottom:0,buttonPaddingLeft:10,buttonPaddingPerSide:false,buttonPaddingRight:10,buttonPaddingTop:0,color:\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56))\",fill:\"rgb(174, 255, 0)\",insetWhenDocked:5,isDocked:true,label:\"Subscribe\",shouldAppear:true,widthWhenDocked:120},convertkitAPI:\"\",convertkitFormID:\"\",font:{fontFamily:'\"Figtree\", \"Figtree Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},formsparkID:\"\",gap:10,getwaitlistAPI:\"\",height:\"100%\",id:\"AeGEufX8V\",input:{borderObject:{borderColor:\"rgba(200, 200, 200, 0.5)\",borderWidth:1},borderRadius:35,color:\"rgb(0, 0, 0)\",fill:\"rgb(255, 255, 255)\",fixedHeight:50,focusObject:{focusColor:\"rgba(48, 48, 48, 0.5)\",focusWidthFrom:1,focusWidthTo:2},height:true,padding:15,paddingBottom:15,paddingLeft:15,paddingPerSide:false,paddingRight:15,paddingTop:15,placeholder:\"Enter your email adress\",placeholderColor:\"rgba(0, 0, 0, 0.5)\"},layout:\"horizontal\",layoutId:\"AeGEufX8V\",loopsID:\"clr7l3qqo00dsfzd02pz42yb9\",loopsMailingList:\"\",loopsUserGroup:\"Subscribe\",mailchimpURL:\"\",name:\"Subscribe\",onSubmit:onSubmittxyyif({overlay:overlay3}),redirectAs:\"overlay\",service:\"loops\",style:{width:\"100%\"},width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay3.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref7,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1b5ss01`,offsetX:146.5,offsetY:-49,onDismiss:overlay3.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,className:\"framer-1u5v6g\",exit:animation1,initial:animation3,layoutDependency:layoutDependency,layoutId:\"KkFyOLyGR\",ref:ref8,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-text-alignment\":\"center\"},children:\"Thank you!\"})}),className:\"framer-14c0lpg\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"D0dv_Enpv\",verticalAlignment:\"top\",withExternalLayout:true})})})})]})})})})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-eahn2k\",layoutDependency:layoutDependency,layoutId:\"g7VM7mGsO\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/b2metric/mycompany/\",motionChild:true,nodeId:\"N9iH4Zpyo\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1ng8ady framer-1o75zom\",\"data-framer-name\":\"Vector\",fill:\"black\",intrinsicHeight:28,intrinsicWidth:28,layoutDependency:layoutDependency,layoutId:\"N9iH4Zpyo\",svg:'<svg width=\"28\" height=\"28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M24.835.668H3.168a2.507 2.507 0 0 0-2.5 2.5v21.667c0 1.375 1.125 2.5 2.5 2.5h21.667c1.375 0 2.5-1.125 2.5-2.5V3.168c0-1.375-1.125-2.5-2.5-2.5ZM10.668 22.335H7.335V10.668h3.333v11.667ZM9.001 9a1.665 1.665 0 0 1-1.666-1.666c0-.922.744-1.667 1.666-1.667.922 0 1.667.745 1.667 1.667S9.923 9 9.001 9Zm13.334 13.334H19v-6.667c0-.922-.745-1.667-1.666-1.667-.922 0-1.667.745-1.667 1.667v6.667h-3.333V10.668h3.333v2.068c.688-.943 1.74-2.068 2.917-2.068 2.073 0 3.75 1.865 3.75 4.167v7.5Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-12rsmpf\",\"data-framer-name\":\"Symbol\",fill:\"black\",intrinsicHeight:28,intrinsicWidth:28,layoutDependency:layoutDependency,layoutId:\"aWlr_KoJf\",svg:'<svg width=\"28\" height=\"28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.27 1.367a6.54 6.54 0 0 0-2.363 1.54 6.52 6.52 0 0 0-1.54 2.358c-.33.846-.553 1.816-.618 3.237-.065 1.42-.081 1.875-.081 5.497 0 3.62.016 4.076.081 5.497.065 1.42.293 2.39.618 3.236a6.54 6.54 0 0 0 1.54 2.364 6.539 6.539 0 0 0 2.364 1.54c.845.33 1.816.552 3.236.617 1.42.065 1.876.082 5.497.082s4.077-.017 5.497-.082 2.39-.292 3.236-.618a6.539 6.539 0 0 0 2.364-1.54 6.539 6.539 0 0 0 1.54-2.363c.33-.846.553-1.816.618-3.236.065-1.42.081-1.876.081-5.497 0-3.622-.016-4.077-.081-5.497s-.293-2.391-.618-3.237a6.575 6.575 0 0 0-1.534-2.358 6.54 6.54 0 0 0-2.364-1.54c-.846-.33-1.816-.553-3.236-.618-1.42-.065-1.876-.081-5.498-.081-3.62 0-4.076.016-5.497.081-1.425.06-2.396.288-3.241.618Zm14.123 1.778c1.3.06 2.005.277 2.477.461a4.154 4.154 0 0 1 1.534.998c.466.466.754.91.998 1.534.184.472.401 1.176.46 2.477.066 1.405.077 1.827.077 5.389 0 3.562-.017 3.985-.076 5.389-.06 1.3-.277 2.005-.461 2.477a4.155 4.155 0 0 1-.998 1.534c-.466.466-.91.754-1.534.998-.472.184-1.176.401-2.477.46-1.404.066-1.827.077-5.389.077-3.562 0-3.984-.017-5.389-.076-1.3-.06-2.005-.277-2.477-.461a4.155 4.155 0 0 1-1.534-.998 4.154 4.154 0 0 1-.998-1.534c-.184-.472-.4-1.176-.46-2.477-.066-1.404-.076-1.827-.076-5.389 0-3.562.016-3.984.075-5.389.06-1.3.277-2.005.461-2.477a4.154 4.154 0 0 1 .998-1.534c.466-.466.91-.754 1.534-.998.472-.184 1.176-.4 2.477-.46 1.405-.066 1.827-.076 5.389-.076 3.562 0 3.985.01 5.389.075Z\" fill=\"#fff\"/><path d=\"M7.156 14.003a6.847 6.847 0 1 0 13.695 0 6.847 6.847 0 0 0-13.695 0Zm11.293 0a4.444 4.444 0 0 1-4.446 4.445 4.444 4.444 0 0 1-4.445-4.445 4.445 4.445 0 0 1 4.445-4.445 4.444 4.444 0 0 1 4.445 4.445Zm2.678-5.517a1.6 1.6 0 1 0 0-3.199 1.6 1.6 0 0 0 0 3.199Z\" fill=\"#fff\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/@b2metric\",motionChild:true,nodeId:\"O9LSNk4KE\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1qotnq5 framer-1o75zom\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"O9LSNk4KE\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25 18\"><path d=\"M 13.438 17.25 L 8.602 17.159 C 7.037 17.128 5.467 17.19 3.932 16.861 C 1.596 16.369 1.432 13.961 1.258 11.94 C 1.02 9.098 1.112 6.205 1.562 3.388 C 1.817 1.806 2.817 0.863 4.363 0.76 C 9.583 0.389 14.839 0.432 20.048 0.607 C 20.601 0.633 21.152 0.7 21.695 0.809 C 24.373 1.292 24.438 4.024 24.612 6.322 C 24.785 8.644 24.712 10.978 24.381 13.284 C 24.115 15.194 23.607 16.795 21.464 16.95 C 18.779 17.153 16.155 17.315 13.462 17.263 C 13.462 17.251 13.446 17.251 13.438 17.251 Z M 10.595 12.415 L 16.617 8.852 C 14.589 7.656 12.607 6.479 10.595 5.29 Z\" fill=\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;white&quot;} */\"></path></svg>',svgContentId:10056614598,withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://x.com/b2metric\",motionChild:true,nodeId:\"iMZR7Afw6\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1lraa26 framer-1o75zom\",\"data-framer-name\":\"Vector\",fill:\"black\",intrinsicHeight:28,intrinsicWidth:28,layoutDependency:layoutDependency,layoutId:\"iMZR7Afw6\",svg:'<svg width=\"28\" height=\"28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.039.559a4.48 4.48 0 0 0-4.48 4.48v17.92a4.48 4.48 0 0 0 4.48 4.48h17.92a4.48 4.48 0 0 0 4.48-4.48V5.039a4.48 4.48 0 0 0-4.48-4.48H5.039Zm1.335 5.76h5.08l3.607 5.126 4.378-5.126h1.6l-5.255 6.152 6.48 9.208h-5.08L13 15.73l-5.08 5.948h-1.6l5.957-6.974-5.902-8.386Zm2.45 1.28 9.028 12.8h1.962l-9.03-12.8h-1.96Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})})]})]}),isDisplayed5()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jh2edb\",layoutDependency:layoutDependency,layoutId:\"Hg8ZLc1yC\"}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-8f0zir\",layoutDependency:layoutDependency,layoutId:\"khjwGdhfA\",style:{backgroundColor:\"rgba(165, 180, 221, 0.2)\"}}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1aimy0v\",layoutDependency:layoutDependency,layoutId:\"ssrVQnBnl\",style:{borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(165, 180, 221))\"},children:\"Copyright \\xa9 2025 B2Metric | All Rights Reserved\"})}),className:\"framer-1qfpvf6\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"aylIberpX\",style:{\"--extracted-r6o4lv\":\"rgb(165, 180, 221)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hdt6lb\",layoutDependency:layoutDependency,layoutId:\"nKrsghonG\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(165, 180, 221))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"HmlU1pA1d\"},motionChild:true,nodeId:\"p4pImdifW\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1xjxndp\",\"data-styles-preset\":\"wuiKK5Olr\",children:\"Privacy Policy\"})})})}),className:\"framer-9h4y09\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"p4pImdifW\",style:{\"--extracted-r6o4lv\":\"rgb(165, 180, 221)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(165, 180, 221))\"},children:\"|\"})}),className:\"framer-1tq60ve\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"JDy4SNeSy\",style:{\"--extracted-r6o4lv\":\"rgb(165, 180, 221)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(165, 180, 221))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"b2KkZjysn\"},motionChild:true,nodeId:\"UKEnvaMM2\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1xjxndp\",\"data-styles-preset\":\"wuiKK5Olr\",children:\"Term of Use\"})})})}),className:\"framer-1bjkmrv\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"UKEnvaMM2\",style:{\"--extracted-r6o4lv\":\"rgb(165, 180, 221)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed6()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1r5gn2z\",layoutDependency:layoutDependency,layoutId:\"yk3KgtdQu\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mtcnh2\",layoutDependency:layoutDependency,layoutId:\"xTEgj1zTy\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-9y2jyu\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:49,intrinsicWidth:174,layoutDependency:layoutDependency,layoutId:\"Ufn7y2Cm3\",svg:'<svg width=\"174\" height=\"49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><mask id=\"a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"174\" height=\"49\"><path d=\"M0 0h174v48.72H0V0Z\" fill=\"#fff\"/></mask><g mask=\"url(#a)\"><path d=\"M39.073 0H9.768C4.374 0 0 4.363 0 9.744v29.232c0 5.382 4.374 9.744 9.77 9.744h29.303c5.396 0 9.77-4.362 9.77-9.744V9.744c0-5.381-4.374-9.744-9.77-9.744Z\" fill=\"url(#b)\"/><g filter=\"url(#c)\"><path d=\"M42.335 14.766h-17.65v-.27c0-1.1.448-2.162 1.22-2.937a4.24 4.24 0 0 1 2.962-1.225h13.468v4.432Z\" fill=\"url(#d)\"/><path d=\"M7.03 14.766h17.653v.272c0 1.1-.45 2.162-1.239 2.937a4.222 4.222 0 0 1-2.963 1.205H7.03v-4.412l-.001-.002Z\" fill=\"url(#e)\"/><path d=\"M42.335 32.477H7.03v4.432h35.304l.001-4.432Z\" fill=\"url(#f)\"/><path d=\"M42.335 23.613h-17.65v-.27c0-1.1.448-2.162 1.22-2.938a4.24 4.24 0 0 1 2.962-1.225h13.468v4.433Z\" fill=\"url(#g)\"/><path d=\"M7.03 23.613h17.653v.27c0 1.1-.45 2.163-1.239 2.937a4.222 4.222 0 0 1-2.963 1.207H7.03v-4.413l-.001-.002Z\" fill=\"url(#h)\"/></g><path d=\"M61.053 34.349h3.437v-2.102c.493 1.409 2.231 2.42 4.602 2.42 2.035 0 3.753-.715 5.115-2.161 1.404-1.467 2.094-3.25 2.094-5.391 0-2.16-.69-3.924-2.094-5.37-1.382-1.468-3.08-2.18-5.115-2.18-2.37 0-4.129 1.01-4.602 2.418v-7.631h-3.438l.001 19.997Zm7.585-2.815c-1.225 0-2.291-.435-3.14-1.268-.83-.832-1.266-1.903-1.266-3.151 0-1.267.436-2.318 1.266-3.152a4.363 4.363 0 0 1 3.14-1.266c1.225 0 2.231.435 3.042 1.266.83.834 1.225 1.903 1.225 3.152 0 1.268-.396 2.319-1.225 3.151-.81.852-1.797 1.268-3.042 1.268Zm21.728 2.814v-3.25h-8.533l5.788-6.084c1.58-1.645 2.35-3.33 2.35-5.035 0-1.664-.592-3.07-1.838-4.24-1.204-1.169-2.666-1.784-4.344-1.784-1.74 0-3.26.635-4.484 1.864-1.225 1.228-1.837 2.695-1.837 4.458h3.258c0-.89.279-1.645.89-2.24a2.963 2.963 0 0 1 2.152-.911c1.6 0 2.944 1.27 2.944 2.874 0 .951-.395 1.843-1.225 2.734l-8.849 9.296v2.318h13.728Zm5.828.001v-8.324c0-1.963 1.206-3.35 2.805-3.35 1.64 0 2.568 1.23 2.568 3.212v8.462h3.397v-8.324c0-1.963 1.166-3.35 2.785-3.35 1.601 0 2.509 1.23 2.509 3.212v4.816c0 2.516 1.106 3.785 3.378 3.785.651 0 1.146-.06 1.482-.18v-2.89c-.139.019-.317.06-.494.06-.771 0-.969-.397-.969-1.528v-4.557c0-3.587-1.797-5.808-4.918-5.808-2.252 0-3.812.833-4.642 2.517-.71-1.684-2.093-2.517-4.069-2.517-1.837 0-3.258.953-3.87 2.36v-2.062h-3.399V34.35l3.437-.001Zm20.266-7.114c0 2.259.712 4.08 2.115 5.428 1.401 1.35 3.257 2.042 5.53 2.042 2.429 0 4.445-.852 6.064-2.575l-2.055-2.003c-1.125 1.13-2.408 1.665-3.891 1.665-2.547 0-4.227-1.487-4.345-3.786h11.219c.02-.376.06-.771.06-1.209 0-2.06-.651-3.784-1.995-5.192-1.323-1.406-3.043-2.1-5.117-2.1-2.213 0-4.009.693-5.431 2.102-1.403 1.406-2.113 3.249-2.113 5.548v.08h-.041Zm3.497-1.665c.078-.891.514-1.646 1.283-2.24.77-.594 1.718-.912 2.786-.912 1.008 0 1.837.318 2.547.95.712.595 1.087 1.35 1.087 2.221h-7.703v-.02Zm14.339 4.28c0 3.27 1.541 4.914 4.662 4.914a7.69 7.69 0 0 0 1.777-.178v-3.071c-.375.08-.769.12-1.204.12-1.265 0-1.798-.575-1.798-2.16v-6.461h3.181v-3.132h-3.181v-5.549h-3.437v5.549h-1.797v3.132h1.797v6.836Zm12.11 4.499v-7.61c0-2.379 1.52-3.884 3.891-3.884.514 0 1.008.059 1.423.14v-3.332a5.152 5.152 0 0 0-1.028-.079c-2.033 0-3.615.912-4.286 2.439v-2.16h-3.397V34.33h3.397v.019Zm7.744-3.39c0 2.438 1.105 3.666 3.317 3.666.81 0 1.384-.078 1.719-.237v-2.894c-.139.02-.335.06-.593.06-.769 0-1.007-.397-1.007-1.526V19.861h-3.436v11.097Zm1.718-12.763c1.105 0 2.035-.89 2.035-2.04s-.909-2.042-2.035-2.042c-1.146 0-2.055.89-2.055 2.042 0 1.148.909 2.04 2.055 2.04Zm12.305 1.23c-2.212 0-4.069.753-5.569 2.22-1.522 1.465-2.253 3.27-2.253 5.45s.751 4.022 2.253 5.49c1.52 1.465 3.377 2.18 5.569 2.18 2.311 0 4.228-.833 5.788-2.498l-2.113-2.22c-1.008 1.07-2.233 1.587-3.655 1.587-1.264 0-2.311-.438-3.18-1.29-.829-.853-1.265-1.962-1.265-3.25 0-1.289.436-2.379 1.265-3.25.849-.852 1.916-1.288 3.18-1.288 1.422 0 2.667.515 3.655 1.586l2.113-2.22c-1.56-1.665-3.477-2.498-5.788-2.498Z\" fill=\"#FDFDFF\"/></g><defs><linearGradient id=\"b\" x1=\"45.511\" y1=\"2.952\" x2=\"-32.493\" y2=\"78.757\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#736CFF\"/><stop offset=\"1\" stop-color=\"#1C184D\"/></linearGradient><linearGradient id=\"d\" x1=\"41.809\" y1=\"10.454\" x2=\"36.66\" y2=\"22.461\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\"/><stop offset=\".29\" stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#5951FF\"/></linearGradient><linearGradient id=\"e\" x1=\"24.157\" y1=\"14.885\" x2=\"19.043\" y2=\"26.86\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\"/><stop offset=\".29\" stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#5951FF\"/></linearGradient><linearGradient id=\"f\" x1=\"41.283\" y1=\"32.596\" x2=\"38.368\" y2=\"46.188\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\"/><stop offset=\".29\" stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#5951FF\"/></linearGradient><linearGradient id=\"g\" x1=\"41.809\" y1=\"19.3\" x2=\"36.66\" y2=\"31.308\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\"/><stop offset=\".29\" stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#5951FF\"/></linearGradient><linearGradient id=\"h\" x1=\"24.157\" y1=\"23.731\" x2=\"19.043\" y2=\"35.706\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\"/><stop offset=\".29\" stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#5951FF\"/></linearGradient><filter id=\"c\" x=\"1.462\" y=\"10.334\" width=\"46.441\" height=\"37.711\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dy=\"5.568\"/><feGaussianBlur stdDeviation=\"2.784\"/><feComposite in2=\"hardAlpha\" operator=\"out\"/><feColorMatrix values=\"0 0 0 0 0.109804 0 0 0 0 0.0941176 0 0 0 0 0.301961 0 0 0 0.9 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_6_3891\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_dropShadow_6_3891\" result=\"shape\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dy=\"5.568\"/><feGaussianBlur stdDeviation=\"2.784\"/><feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/><feColorMatrix values=\"0 0 0 0 0.847059 0 0 0 0 0.870588 0 0 0 0 0.992157 0 0 0 1 0\"/><feBlend in2=\"shape\" result=\"effect2_innerShadow_6_3891\"/></filter></defs></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-nsas9x\",layoutDependency:layoutDependency,layoutId:\"t9seGp1be\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Customer intelligence data platform that helps brands analyze and predict user behavior across multi-channels.\"})}),className:\"framer-ef5hsi\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"owgCJylPa\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wpb8km\",layoutDependency:layoutDependency,layoutId:\"MINQW8L7b\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-mpnx5z\",layoutDependency:layoutDependency,layoutId:\"BMrfroBsn\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1o18qhh\",layoutDependency:layoutDependency,layoutId:\"XhaR5l5YM\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1p0dc0g\",layoutDependency:layoutDependency,layoutId:\"YdOLWVQQq\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(114, 254, 173))\"},children:\"Product\"})}),className:\"framer-1vdqe79\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"k4zIjcZqe\",style:{\"--extracted-1w1cjl5\":\"rgb(114, 254, 173)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6m6jb2\",layoutDependency:layoutDependency,layoutId:\"RQflb1wNU\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TZgH7YADz\"},motionChild:true,nodeId:\"uqSkojvXy\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Funnel\"})})})}),className:\"framer-1ul3inl\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"uqSkojvXy\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Vv8MRHWLO\"},motionChild:true,nodeId:\"PzIOExpoE\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Retention Analysis\"})})})}),className:\"framer-1e4puya\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"PzIOExpoE\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jMyqVphOv\"},motionChild:true,nodeId:\"kupG_YLhX\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Segmentation\"})})})}),className:\"framer-1wc1kp6\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"kupG_YLhX\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"UZISSz7bS\"},motionChild:true,nodeId:\"gAyDgrlvR\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Adaptive Learning\"})})})}),className:\"framer-1oc43dt\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"gAyDgrlvR\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"RJ6BPGcXx\"},motionChild:true,nodeId:\"dzppB50TK\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Anomaly Detection\"})})})}),className:\"framer-1ttephk\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"dzppB50TK\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gcoB1vezA\"},motionChild:true,nodeId:\"zuZ84Dgpd\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Explainable AI\"})})})}),className:\"framer-p8gbrf\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"zuZ84Dgpd\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"OHN9uWcuf\"},motionChild:true,nodeId:\"KihWWBrwE\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Embedded Analytics\"})})})}),className:\"framer-1to7x8q\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"KihWWBrwE\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VGwyWKkal\"},motionChild:true,nodeId:\"YXx_NZGfN\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Integrations\"})})})}),className:\"framer-rav7ta\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"YXx_NZGfN\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ji4zNXsh9\"},motionChild:true,nodeId:\"GoVDAu12N\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Cohort\"})})})}),className:\"framer-1jy9e83\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"GoVDAu12N\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gH9zNJBBL\"},motionChild:true,nodeId:\"qf9BHBeUX\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Automated Marketing Actions\"})})})}),className:\"framer-1yf16zd\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"qf9BHBeUX\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"eQdu4sGJf\"},motionChild:true,nodeId:\"rHwJzgkIq\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Fraud Detection\"})})})}),className:\"framer-vz2438\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"rHwJzgkIq\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1v7chpt\",layoutDependency:layoutDependency,layoutId:\"yF4PWvgCy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(114, 254, 173))\"},children:\"Company\"})}),className:\"framer-mc9zo6\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"SL29adNA2\",style:{\"--extracted-1w1cjl5\":\"rgb(114, 254, 173)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1prbek4\",layoutDependency:layoutDependency,layoutId:\"Xdtpd_v3H\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"V7ZwQ_paf\"},motionChild:true,nodeId:\"aZcTZmx86\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Become a Partner\"})})})}),className:\"framer-1suxg0t\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"aZcTZmx86\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Yt3XcrYqB\"},motionChild:true,nodeId:\"eMhGQW9ue\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Career\"})})})}),className:\"framer-jowvt0\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"eMhGQW9ue\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZWWf2I_oe\"},motionChild:true,nodeId:\"Ps0WAHEei\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"About B2Metric\"})})})}),className:\"framer-mi5g1i\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"Ps0WAHEei\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DbF8DaQZ1\"},motionChild:true,nodeId:\"s4Yy5bike\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Contact Us\"})})})}),className:\"framer-vdja5n\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"s4Yy5bike\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"wHA7ugSVj\"},motionChild:true,nodeId:\"iPcT1sKUd\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"News & Updates\"})})})}),className:\"framer-15gc9w9\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"iPcT1sKUd\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pu4fuj\",layoutDependency:layoutDependency,layoutId:\"C2LHpIleY\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(114, 254, 173))\"},children:\"Resources\"})}),className:\"framer-135j42b\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"pAYER9L5o\",style:{\"--extracted-1w1cjl5\":\"rgb(114, 254, 173)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dm2eev\",layoutDependency:layoutDependency,layoutId:\"tH8uZcQGo\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"AQ3EnCJRG\"},motionChild:true,nodeId:\"xhr_9Y5R1\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Blogs\"})})})}),className:\"framer-1cjanqe\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"xhr_9Y5R1\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"GFtY2lfqb\"},motionChild:true,nodeId:\"hQBSwOaxA\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Newsletter\"})})})}),className:\"framer-lkn2i4\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"hQBSwOaxA\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Lg2T6qzqo\"},motionChild:true,nodeId:\"lSCMOu91P\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Success Stories\"})})})}),className:\"framer-e93qvr\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"lSCMOu91P\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Rc3lT47lW\"},motionChild:true,nodeId:\"U2DqIFDOd\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Use Cases\"})})})}),className:\"framer-1bgd6ra\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"U2DqIFDOd\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VGwyWKkal\"},motionChild:true,nodeId:\"e8LFJYBwM\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Integrations\"})})})}),className:\"framer-o6evb1\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"e8LFJYBwM\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"iB5wVchnL\"},motionChild:true,nodeId:\"kV9icgaI_\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Integrations Guide\"})})})}),className:\"framer-gyy39e\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"kV9icgaI_\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"HmlU1pA1d\"},motionChild:true,nodeId:\"l_w_bBBkz\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Privacy Policy\"})})})}),className:\"framer-1alvheo\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"l_w_bBBkz\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://academy.b2metric.com/\",motionChild:true,nodeId:\"yYfoKxm3m\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Academy\"})})})}),className:\"framer-1jy4p40\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"yYfoKxm3m\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17xk4e2\",layoutDependency:layoutDependency,layoutId:\"po9pD85ld\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(114, 254, 173))\"},children:\"Top Blogs\"})}),className:\"framer-1tm52gk\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"WP1G3ehcL\",style:{\"--extracted-1w1cjl5\":\"rgb(114, 254, 173)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ebh730\",layoutDependency:layoutDependency,layoutId:\"BTJ5n8PG6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/database-marketing-benefits-and-strategies\",motionChild:true,nodeId:\"Jgkq3Yheh\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Database Marketing:  Benefits and Strategies\"})})})}),className:\"framer-uxf1p3\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"Jgkq3Yheh\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/saas-customer-journey-mapping\",motionChild:true,nodeId:\"f1HgtG6av\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"SaaS Customer Journey Mapping\"})})})}),className:\"framer-1iy29xq\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"f1HgtG6av\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/insights-from-the-gartner-data-analytics-summit-2024-with-b2metric\",motionChild:true,nodeId:\"nLtxwOrAH\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Insights from the Gartner Data & Analytics Summit\"})})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/insights-from-the-gartner-data-analytics-summit-2024-with-b2metric\",motionChild:true,nodeId:\"nLtxwOrAH\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"2024 with B2Metric\"})})})]}),className:\"framer-onjv87\",\"data-highlight\":true,fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"nLtxwOrAH\",onTap:onTap15c2ost,style:{\"--extracted-2gxw0f\":\"rgb(62, 76, 91)\",\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/low-touch-vs-high-touch-engagement-models\",motionChild:true,nodeId:\"fOlQRO6SM\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Low Touch vs. High Touch Engagement Models\"})})})}),className:\"framer-ytqtpv\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"fOlQRO6SM\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/what-is-cross-channel-campaign-management\",motionChild:true,nodeId:\"nFr7yHNSM\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"What is Cross-Channel Campaign Management?\"})})})}),className:\"framer-1dkv7nq\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"nFr7yHNSM\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed6()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xsnoi6\",layoutDependency:layoutDependency,layoutId:\"kgr8YnzPm\",style:{borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kexuyr\",layoutDependency:layoutDependency,layoutId:\"RAVtVkYLX\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(114, 254, 173))\"},children:\"Subscribe to our newsletter\"})}),className:\"framer-d004be\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"XCDfmpkrr\",style:{\"--extracted-1w1cjl5\":\"rgb(114, 254, 173)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Get the latest from B2Metric! \uD83D\uDC40\"})}),className:\"framer-1p8ktmk\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zMPL07Ekn\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay4=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-1jf2ypk-container\",\"data-framer-name\":\"Subscribe\",id:`${layoutId}-1jf2ypk`,isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"lYIbTFwLh-container\",name:\"Subscribe\",nodeId:\"lYIbTFwLh\",ref:ref9,rendersWithMotion:true,scopeId:\"dN6_4MNys\",children:[/*#__PURE__*/_jsx(Input,{button:{buttonFont:{fontFamily:'\"Figtree\", \"Figtree Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},buttonPadding:0,buttonPaddingBottom:0,buttonPaddingLeft:10,buttonPaddingPerSide:false,buttonPaddingRight:10,buttonPaddingTop:0,color:\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\",fill:\"var(--token-6dc525e5-1ec9-4a8c-ab67-151994ea633e, rgb(140, 0, 255))\",insetWhenDocked:5,isDocked:true,label:\"Subscribe\",shouldAppear:true,widthWhenDocked:120},convertkitAPI:\"\",convertkitFormID:\"\",font:{fontFamily:'\"Figtree\", \"Figtree Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},formsparkID:\"\",gap:10,getwaitlistAPI:\"\",height:\"100%\",id:\"lYIbTFwLh\",input:{borderObject:{borderColor:\"rgba(200, 200, 200, 0.5)\",borderWidth:1},borderRadius:35,color:\"rgb(0, 0, 0)\",fill:\"rgb(255, 255, 255)\",fixedHeight:50,focusObject:{focusColor:\"rgba(48, 48, 48, 0.5)\",focusWidthFrom:1,focusWidthTo:2},height:true,padding:15,paddingBottom:15,paddingLeft:15,paddingPerSide:true,paddingRight:15,paddingTop:18,placeholder:\"Enter your email\",placeholderColor:\"rgba(0, 0, 0, 0.5)\"},layout:\"horizontal\",layoutId:\"lYIbTFwLh\",loopsID:\"clr7l3qqo00dsfzd02pz42yb9\",loopsMailingList:\"\",loopsUserGroup:\"Subscribe\",mailchimpURL:\"\",name:\"Subscribe\",onSubmit:onSubmittxyyif({overlay:overlay4}),redirectAs:\"overlay\",service:\"loops\",style:{width:\"100%\"},width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay4.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref9,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1jf2ypk`,offsetX:146.5,offsetY:-49,onDismiss:overlay4.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,className:\"framer-10xe4zy\",exit:animation1,initial:animation3,layoutDependency:layoutDependency,layoutId:\"v8zMKpI0T\",ref:ref10,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-text-alignment\":\"center\"},children:\"Thank you!\"})}),className:\"framer-1murcb2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"h2PNk4POC\",verticalAlignment:\"top\",withExternalLayout:true})})})})]})})})})]})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12rm80w\",layoutDependency:layoutDependency,layoutId:\"vzDdnSIVG\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3u9417\",layoutDependency:layoutDependency,layoutId:\"OEHvLEo2O\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.capterra.com/p/212878/B2Metric/\",motionChild:true,nodeId:\"ckNNZ3z6A\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-ubgcrm framer-1o75zom\",layoutDependency:layoutDependency,layoutId:\"ckNNZ3z6A\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-rl5ii7\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:28,intrinsicWidth:123,layoutDependency:layoutDependency,layoutId:\"nMi7VpaUt\",svg:'<svg width=\"123\" height=\"28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 9.996h18.129V3.199L0 9.996Z\" fill=\"#FF9D28\"/><path d=\"M18.13 3.2v23.985L26.696 0l-8.568 3.2Z\" fill=\"#68C5ED\"/><path d=\"M18.13 9.995h-6.851l6.85 17.19V9.995Z\" fill=\"#fff\"/><path d=\"m0 9.995 13.032 4.41-1.753-4.41H0Z\" fill=\"#E54747\"/><path d=\"M41.517 20.877c-.09.09-.27.217-.488.38a8.35 8.35 0 0 1-.904.451 8.62 8.62 0 0 1-1.373.38 9.448 9.448 0 0 1-1.844.162c-1.337 0-2.494-.216-3.47-.65-.976-.434-1.79-1.03-2.423-1.808-.632-.777-1.102-1.68-1.41-2.73a13.01 13.01 0 0 1-.451-3.47c0-1.265.163-2.421.488-3.488.325-1.066.813-1.988 1.446-2.765a6.61 6.61 0 0 1 2.422-1.826c.976-.434 2.115-.65 3.416-.65.65 0 1.23.054 1.753.18.525.109.976.253 1.374.416.398.162.705.325.976.488.253.18.452.325.579.434.144.126.27.289.38.47.108.18.162.38.162.596 0 .325-.127.669-.38.994a9.875 9.875 0 0 1-.813.922 11.789 11.789 0 0 0-.669-.615 4.392 4.392 0 0 0-.831-.542 5.07 5.07 0 0 0-1.049-.397 4.935 4.935 0 0 0-1.301-.163c-.85 0-1.555.163-2.115.506a3.897 3.897 0 0 0-1.374 1.337 5.603 5.603 0 0 0-.74 1.88 10.72 10.72 0 0 0-.218 2.151c0 .777.073 1.519.217 2.242.145.704.398 1.337.777 1.88.362.541.832.993 1.428 1.319.579.325 1.32.488 2.206.488.47 0 .885-.055 1.283-.181a4.528 4.528 0 0 0 1.03-.416c.29-.162.56-.343.778-.524.216-.18.415-.343.56-.47.09.109.217.253.343.416.127.163.253.343.38.524.108.18.217.362.289.542.09.181.127.344.127.488 0 .217-.037.398-.127.543a4.71 4.71 0 0 1-.434.506Zm12.797-1.916c0 1.32.2 2.277.579 2.874a6.963 6.963 0 0 1-.832.253 3.894 3.894 0 0 1-.813.072c-.596 0-1.048-.108-1.356-.343-.307-.235-.506-.56-.578-.994-.362.379-.85.704-1.446.976-.597.27-1.338.397-2.205.397-.452 0-.904-.054-1.356-.18a3.572 3.572 0 0 1-1.229-.615 3.368 3.368 0 0 1-.904-1.139c-.235-.47-.343-1.048-.343-1.735 0-.85.199-1.536.614-2.06a4.549 4.549 0 0 1 1.537-1.266 6.68 6.68 0 0 1 2.006-.633c.723-.108 1.374-.198 1.97-.216.2-.018.398-.018.579-.018h.542v-.452c0-.633-.163-1.103-.506-1.356-.344-.271-.904-.398-1.663-.398-.723 0-1.356.109-1.916.344a19.72 19.72 0 0 0-1.645.795 3.805 3.805 0 0 1-.56-.94c-.145-.343-.217-.596-.217-.759 0-.235.126-.452.38-.669.253-.217.614-.415 1.066-.578.452-.18.958-.307 1.554-.416a9.999 9.999 0 0 1 1.844-.162c.904 0 1.663.09 2.278.27.632.181 1.138.47 1.518.85.397.38.669.868.831 1.428.163.579.253 1.247.253 2.006l.018 4.664Zm-3.199-2.892h-.343c-.109 0-.235 0-.344.018-.415.036-.831.09-1.229.144-.416.073-.777.181-1.084.344-.326.163-.579.38-.778.65-.199.272-.307.615-.307 1.03 0 .47.127.868.398 1.194.27.325.723.488 1.355.488.308 0 .615-.036.904-.127.29-.09.524-.199.741-.325.217-.127.38-.271.506-.434.127-.163.181-.307.181-.434V16.07Zm9.417-4.917c.271-.307.687-.632 1.247-.958.56-.325 1.284-.488 2.133-.488.615 0 1.193.109 1.753.308.56.217 1.049.542 1.483 1.012.434.47.777 1.084 1.03 1.844.253.759.38 1.699.38 2.82 0 1.3-.145 2.367-.452 3.217-.308.849-.687 1.5-1.157 2.006-.47.488-.994.831-1.573 1.03a5.323 5.323 0 0 1-1.735.307c-.488 0-.904-.054-1.265-.162a4.928 4.928 0 0 1-.904-.362 2.662 2.662 0 0 1-.578-.397 2.478 2.478 0 0 1-.253-.272v6.146h-3.398V10.068c.09-.018.18-.036.307-.054.108-.018.217-.036.361-.036.127 0 .29-.019.47-.019.56 0 1.03.09 1.41.272.398.18.65.488.741.921Zm4.5 4.61c0-.507-.035-.959-.126-1.392-.09-.434-.217-.814-.415-1.12a2.181 2.181 0 0 0-.778-.742c-.325-.18-.723-.271-1.175-.271-.686 0-1.174.126-1.445.397-.272.272-.416.56-.416.868v5.296c.126.127.361.29.705.47.343.18.74.271 1.175.271.85 0 1.464-.325 1.861-.994.416-.65.615-1.573.615-2.784Zm6.165 4.301a4.006 4.006 0 0 1-.217-1.048 11.273 11.273 0 0 1-.055-1.103V6.326a9.53 9.53 0 0 1 .38-.054c.108-.018.235-.036.38-.036.126 0 .27-.018.397-.018.271 0 .524.018.796.072.27.054.506.145.722.308.217.144.398.361.525.614.126.253.198.597.198 1.012v1.772h3.507v2.53h-3.507v5.332c0 1.157.47 1.735 1.428 1.735.235 0 .452-.036.67-.108a3.25 3.25 0 0 0 .56-.253c.162-.09.307-.18.433-.29.127-.108.217-.18.272-.216.252.361.433.687.578.958.126.27.199.524.199.759 0 .217-.09.434-.271.65-.181.218-.416.398-.741.579-.326.18-.705.325-1.157.434a6.34 6.34 0 0 1-1.483.162c-1.03 0-1.843-.198-2.404-.596-.56-.434-.975-.958-1.21-1.609Zm15.237-.325c.416 0 .777-.054 1.102-.145.326-.09.597-.198.85-.343a2.91 2.91 0 0 0 .65-.434c.181-.162.344-.307.507-.434.199.253.415.579.632.958.217.398.326.705.326.958 0 .362-.217.705-.633.994-.343.271-.85.488-1.482.687-.633.2-1.392.29-2.26.29a9.142 9.142 0 0 1-2.313-.308 5.048 5.048 0 0 1-2.025-1.048c-.596-.506-1.066-1.175-1.427-2.006-.362-.85-.543-1.898-.543-3.182 0-1.048.163-1.952.488-2.71.326-.76.76-1.393 1.302-1.88a5.07 5.07 0 0 1 1.843-1.103 6.375 6.375 0 0 1 2.097-.344c.94 0 1.717.145 2.368.434.65.29 1.175.687 1.59 1.175a4.41 4.41 0 0 1 .886 1.68c.181.634.271 1.302.271 2.007v.344c0 .126 0 .27-.018.415 0 .145-.018.29-.018.434 0 .145-.018.253-.036.344h-7.374c.072.921.343 1.68.849 2.277.488.633 1.283.94 2.368.94Zm1.139-5.061c0-.795-.163-1.446-.47-1.952-.308-.506-.868-.741-1.663-.741-.687 0-1.23.235-1.645.705-.416.47-.615 1.139-.615 1.988h4.393Zm8.983-3.47c.108-.145.235-.308.398-.488.162-.181.361-.344.614-.488.235-.145.506-.272.795-.38.29-.09.597-.145.94-.145.2 0 .416.018.633.055.217.036.434.09.633.18.198.09.343.217.47.38.108.163.18.343.18.578 0 .362-.09.778-.271 1.248-.181.47-.361.867-.542 1.21a3.708 3.708 0 0 0-.85-.542c-.289-.126-.614-.18-.994-.18-.524 0-.958.144-1.301.451-.344.308-.524.651-.524 1.085v8.08h-3.398V10.067c.09-.018.18-.036.307-.054.108-.018.217-.036.343-.036.127 0 .29-.019.47-.019.524 0 .994.109 1.392.308.362.199.596.506.705.94Zm9.652 0a6.64 6.64 0 0 1 .398-.488c.162-.181.361-.344.614-.488a4.55 4.55 0 0 1 .796-.38 3.1 3.1 0 0 1 .939-.145c.199 0 .416.018.633.055.217.036.434.09.633.18s.343.217.47.38c.108.163.18.343.18.578 0 .362-.09.778-.271 1.248-.18.47-.361.867-.542 1.21a3.693 3.693 0 0 0-.85-.542c-.289-.126-.614-.18-.994-.18-.524 0-.958.144-1.301.451-.343.308-.524.651-.524 1.085v8.08h-3.398V10.067c.09-.018.18-.036.307-.054.108-.018.217-.036.343-.036.127 0 .29-.019.47-.019.524 0 .994.109 1.392.308.362.199.615.506.705.94Zm16.213 7.754c0 1.32.199 2.277.579 2.874a6.957 6.957 0 0 1-.832.253 3.891 3.891 0 0 1-.813.072c-.597 0-1.048-.108-1.356-.343-.307-.235-.506-.56-.578-.994-.362.379-.85.704-1.446.976-.597.27-1.338.397-2.205.397-.452 0-.904-.054-1.356-.18a3.574 3.574 0 0 1-1.229-.615 3.362 3.362 0 0 1-.904-1.139c-.235-.47-.343-1.048-.343-1.735 0-.85.199-1.536.614-2.06a4.548 4.548 0 0 1 1.537-1.266 6.672 6.672 0 0 1 2.006-.633c.723-.108 1.374-.198 1.97-.216.199-.018.398-.018.579-.018h.542v-.452c0-.633-.163-1.103-.506-1.356-.344-.271-.904-.398-1.663-.398-.723 0-1.356.109-1.916.344a19.72 19.72 0 0 0-1.645.795 3.785 3.785 0 0 1-.56-.94c-.145-.343-.217-.596-.217-.759 0-.235.126-.452.379-.669.254-.217.615-.415 1.067-.578.452-.18.958-.307 1.554-.416a10.004 10.004 0 0 1 1.844-.162c.904 0 1.663.09 2.277.27.633.181 1.139.47 1.519.85.397.38.669.868.831 1.428.163.579.253 1.247.253 2.006l.018 4.664Zm-3.199-2.892h-.343c-.109 0-.235 0-.344.018-.416.036-.831.09-1.229.144-.416.073-.777.181-1.084.344-.326.163-.579.38-.778.65-.198.272-.307.615-.307 1.03 0 .47.127.868.398 1.194.271.325.723.488 1.355.488.308 0 .615-.036.904-.127a3.53 3.53 0 0 0 .741-.325 1.72 1.72 0 0 0 .506-.434c.127-.163.181-.307.181-.434V16.07Z\" fill=\"#fff\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"4,8/5\"})}),className:\"framer-1w20lmd\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"Lv_DqHoP3\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.producthunt.com/products/b2metric\",motionChild:true,nodeId:\"IlYnPSc5C\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-94jfyd framer-1o75zom\",layoutDependency:layoutDependency,layoutId:\"IlYnPSc5C\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1s1l4fx\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:29,intrinsicWidth:124,layoutDependency:layoutDependency,layoutId:\"CiTsSGuf9\",svg:'<svg width=\"124\" height=\"29\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path fill=\"#000F51\" d=\"M.5 0h123v29H.5z\"/><path d=\"M29.272 14.372c0 7.937-6.441 14.372-14.386 14.372C6.94 28.744.5 22.31.5 14.372S6.94 0 14.886 0c7.945 0 14.386 6.435 14.386 14.372Z\" fill=\"#FFFDFC\"/><path d=\"M16.804 14.372h-4.076v-4.311h4.076a2.16 2.16 0 0 1 2.158 2.155 2.155 2.155 0 0 1-2.158 2.156Zm0-7.186H9.851v14.372h2.877v-4.311h4.076a5.033 5.033 0 0 0 5.035-5.03 5.033 5.033 0 0 0-5.035-5.03Z\" fill=\"#000F51\"/><path d=\"M44.385 12.616c0-.791-.608-1.27-1.398-1.27h-2.118v2.525h2.118c.79 0 1.398-.48 1.398-1.255Zm-5.522 6.547V9.58h4.406c2.048 0 3.163 1.383 3.163 3.035 0 1.636-1.129 3.019-3.163 3.019h-2.4v3.528h-2.006Zm8.79 0v-6.986h1.793v.918c.494-.593 1.328-1.087 2.176-1.087v1.75a2.32 2.32 0 0 0-.495-.042c-.593 0-1.385.338-1.681.777v4.67h-1.793Zm10.003-3.585c0-1.058-.623-1.975-1.753-1.975-1.116 0-1.736.917-1.736 1.976 0 1.072.62 1.99 1.736 1.99 1.13 0 1.753-.918 1.753-1.99Zm-5.355 0c0-1.932 1.356-3.57 3.602-3.57 2.26 0 3.616 1.637 3.616 3.57 0 1.934-1.355 3.585-3.616 3.585-2.246 0-3.602-1.651-3.602-3.585Zm13.254 1.214v-2.413c-.296-.452-.946-.776-1.54-.776-1.03 0-1.736.804-1.736 1.976 0 1.184.706 1.99 1.736 1.99.594 0 1.244-.325 1.54-.777Zm0 2.37V18.12c-.537.676-1.27 1.044-2.105 1.044-1.708 0-3.022-1.298-3.022-3.585 0-2.214 1.286-3.57 3.023-3.57.804 0 1.567.34 2.104 1.045V9.58h1.808v9.582h-1.808Zm8.197 0v-1.03a3.242 3.242 0 0 1-2.401 1.03c-1.497 0-2.203-.818-2.203-2.144v-4.84h1.793v4.134c0 .946.495 1.256 1.257 1.256.692 0 1.244-.38 1.554-.777v-4.614h1.794v6.986h-1.794Zm3.14-3.584c0-2.088 1.526-3.57 3.617-3.57 1.398 0 2.246.608 2.698 1.228l-1.173 1.1c-.324-.48-.819-.733-1.44-.733-1.088 0-1.85.79-1.85 1.976 0 1.184.762 1.99 1.85 1.99.621 0 1.116-.283 1.44-.749l1.173 1.101c-.452.62-1.3 1.242-2.698 1.242-2.09 0-3.616-1.482-3.616-3.585Zm7.857 1.708v-3.542h-1.13v-1.566h1.13v-1.863h1.794v1.863h1.383v1.566h-1.383v3.062c0 .438.225.762.621.762.268 0 .524-.099.621-.211l.383 1.368c-.269.24-.75.438-1.498.438-1.257 0-1.92-.65-1.92-1.877Zm14.668 1.877v-4.135h-4.45v4.135h-2.004V9.58h2.004v3.697h4.45V9.582h2.019v9.58h-2.02Zm8.438 0v-1.03a3.242 3.242 0 0 1-2.401 1.03c-1.497 0-2.203-.819-2.203-2.145v-4.84h1.793v4.134c0 .946.495 1.256 1.258 1.256.691 0 1.243-.38 1.553-.777v-4.614h1.794v6.986h-1.794Zm8.181 0v-4.29c0-.945-.493-1.27-1.256-1.27-.706 0-1.242.396-1.554.79v4.77h-1.793v-6.986h1.793v.876c.438-.508 1.286-1.045 2.387-1.045 1.512 0 2.232.847 2.232 2.173v4.982h-1.809Zm3.946-1.877v-3.542h-1.128v-1.566h1.129v-1.863h1.794v1.863h1.384v1.566h-1.384v3.062c0 .438.225.762.621.762.268 0 .523-.099.622-.211l.381 1.368c-.268.24-.749.438-1.497.438-1.258 0-1.922-.65-1.922-1.877Z\" fill=\"#FFFDFC\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" transform=\"translate(.5)\" d=\"M0 0h123v29H0z\"/></clipPath></defs></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"4,9/5\"})}),className:\"framer-973htn\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"Kt8Q5xlue\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.g2.com/products/b2metric/\",motionChild:true,nodeId:\"PVKljGqEO\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-kjziw5 framer-1o75zom\",layoutDependency:layoutDependency,layoutId:\"PVKljGqEO\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-13bciin\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:34,intrinsicWidth:33,layoutDependency:layoutDependency,layoutId:\"zjbVF66an\",svg:'<svg width=\"33\" height=\"34\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m23.358 23.76 3.651 6.335c-5.367 4.11-13.718 4.606-19.9-.126A16.65 16.65 0 0 1 2.634 8.525C7.015.825 15.213-.877 20.491.371c-.143.31-3.304 6.869-3.304 6.869s-.25.016-.391.019c-1.56.066-2.723.429-3.968 1.073a9.437 9.437 0 0 0-5.009 7.285 9.199 9.199 0 0 0 .624 4.574c.501 1.223 1.211 2.31 2.162 3.226 1.46 1.409 3.196 2.28 5.21 2.57 1.905.273 3.739.002 5.457-.861.644-.324 1.192-.68 1.833-1.17.081-.053.154-.12.253-.197Z\" fill=\"#FF492C\"/><path d=\"m23.37 5.09-.888-.874c-.171-.17-.337-.346-.512-.512-.063-.06-.137-.141-.137-.141l.085-.179c.336-.674.863-1.167 1.488-1.56a4.134 4.134 0 0 1 2.313-.638c1.046.02 2.018.28 2.838.982.606.518.916 1.174.971 1.958.091 1.323-.456 2.336-1.543 3.042-.638.416-1.327.738-2.017 1.119-.38.21-.706.395-1.079.775-.327.382-.343.741-.343.741l4.947-.006V12h-7.636v-.213c-.029-1.082.097-2.101.593-3.084.456-.902 1.165-1.563 2.016-2.071.656-.392 1.346-.725 2.003-1.115.406-.24.692-.593.69-1.104 0-.44-.32-.829-.775-.95-1.076-.29-2.17.172-2.74 1.156-.082.144-.167.287-.275.47Zm9.568 16.328-4.169-7.2h-8.25l-4.195 7.274h8.31l4.1 7.165 4.204-7.24Z\" fill=\"#FF492C\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"4,6/5\"})}),className:\"framer-13kabd9\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"SQN9Tfe7Y\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.gartner.com/reviews/market/mobile-app-analytics/vendor/b2metric/product/b2metric\",motionChild:true,nodeId:\"Upw0khISq\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1jvzite framer-1o75zom\",layoutDependency:layoutDependency,layoutId:\"Upw0khISq\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:36,intrinsicWidth:103,pixelHeight:36,pixelWidth:103,src:\"https://framerusercontent.com/images/gwcL0c57iNI3UQ73aubh46Hvs.svg\"},className:\"framer-1smic5v\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"mYrj_iEYn\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"5.0/5\"})}),className:\"framer-xp5g6x\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"E0sRzK8He\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hejcjm\",layoutDependency:layoutDependency,layoutId:\"eFfChHARG\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-15ec0jh\",layoutDependency:layoutDependency,layoutId:\"tv2wWbhzc\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fit\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:217,pixelWidth:167,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/DGymUvw6UVPszzSMXASrn0LGXg.svg\"},className:\"framer-1qcx42t\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"VyG8hKa6G\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-nmn9s0\",layoutDependency:layoutDependency,layoutId:\"qRNSCZFwh\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fit\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:188,pixelWidth:167,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/h3eTxNSlP5G1zyfp2peZ0cPJHI.svg\"},className:\"framer-1c4tmq3\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"CD8CEw1Bp\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-13zddj7\",layoutDependency:layoutDependency,layoutId:\"Lg2OP2EzH\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fit\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:188,pixelWidth:167,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ek9DFKcm67mElOdsc1SMge1mo.svg\"},className:\"framer-mixqtq\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"ZuJC641nG\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-u9bqx5\",layoutDependency:layoutDependency,layoutId:\"LyOBiTLFA\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fit\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:217,pixelWidth:167,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/M2hvNFrw8EvbFS2vqrJ1PqT4Ao.svg\"},className:\"framer-1onhqmc\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"PeZi4EXel\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a10kzg\",layoutDependency:layoutDependency,layoutId:\"HZi1KFRuh\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fit\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:217,pixelWidth:167,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/lqbZZPjA6VyIAbBVDhD0lhMb9o.svg\"},className:\"framer-hvx00f\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"vcg_ET1wj\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e4lw12\",layoutDependency:layoutDependency,layoutId:\"V1DzGArrD\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fill\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:354,pixelWidth:354,src:\"https://framerusercontent.com/images/vrWF62Mg3a5Ba8xBP4qw81BOr0g.png\"},className:\"framer-1mc3bhe\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"qoLlgx_YC\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vyjbof\",layoutDependency:layoutDependency,layoutId:\"KrH9OEPVR\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fit\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:65,pixelWidth:64,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/kmgG8Wb6KXEHOFiD2Tc73xfGyoo.svg\"},className:\"framer-1ktat1m\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"pfxCDKIFW\"})})]})]})]})]}),isDisplayed6()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uni5n1\",layoutDependency:layoutDependency,layoutId:\"n6hx6H_o5\",style:{borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Copyright \\xa9 2024 B2Metric | All Rights Reserved\"})}),className:\"framer-r1x4m5\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"nmND_oTeh\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19y377m\",layoutDependency:layoutDependency,layoutId:\"vQ_0fcMYH\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/b2metric/mycompany/\",motionChild:true,nodeId:\"CwIiTDT6h\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-l4jmpf framer-1o75zom\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"CwIiTDT6h\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 23 23\"><path d=\"M 1.029 4.013 C 1.029 3.314 1.273 2.738 1.765 2.283 C 2.255 1.829 2.893 1.603 3.678 1.603 C 4.45 1.603 5.073 1.825 5.55 2.273 C 6.042 2.733 6.286 3.335 6.286 4.076 C 6.301 4.712 6.041 5.323 5.572 5.752 C 5.081 6.214 4.435 6.445 3.636 6.445 L 3.616 6.445 C 2.845 6.445 2.22 6.215 1.743 5.752 C 1.267 5.292 1.029 4.711 1.029 4.013 Z M 1.301 22.355 L 1.301 8.351 L 5.972 8.351 L 5.972 22.354 L 1.301 22.354 Z M 8.558 22.355 L 13.227 22.355 L 13.227 14.535 C 13.227 14.047 13.283 13.669 13.396 13.404 C 13.592 12.928 13.89 12.527 14.289 12.198 C 14.689 11.87 15.19 11.706 15.793 11.706 C 17.364 11.706 18.149 12.76 18.149 14.871 L 18.149 22.354 L 22.818 22.354 L 22.818 14.325 C 22.818 12.258 22.327 10.689 21.345 9.62 C 20.365 8.551 19.067 8.016 17.455 8.016 C 15.646 8.016 14.237 8.792 13.227 10.343 L 13.227 10.385 L 13.206 10.385 L 13.227 10.343 L 13.227 8.353 L 8.558 8.353 C 8.586 8.801 8.6 10.19 8.6 12.524 C 8.6 14.858 8.586 18.135 8.558 22.355 Z\" fill=\"rgb(114, 254, 173)\"></path></svg>',svgContentId:11845415082,withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/b2metric/\",motionChild:true,nodeId:\"i5P9Sqm1_\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-16go8pe framer-1o75zom\",\"data-framer-name\":\"Instagram\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:19,intrinsicWidth:19,layoutDependency:layoutDependency,layoutId:\"i5P9Sqm1_\",svg:'<svg width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.849609 9.39502C0.849609 5.79988 0.849609 4.00231 1.7063 2.70757C2.08886 2.12941 2.584 1.63427 3.16216 1.25171C4.4569 0.39502 6.25447 0.39502 9.84961 0.39502C13.4447 0.39502 15.2423 0.39502 16.5371 1.25171C17.1152 1.63427 17.6104 2.12941 17.9929 2.70757C18.8496 4.00231 18.8496 5.79988 18.8496 9.39502C18.8496 12.9902 18.8496 14.7877 17.9929 16.0825C17.6104 16.6606 17.1152 17.1558 16.5371 17.5383C15.2423 18.395 13.4447 18.395 9.84961 18.395C6.25447 18.395 4.4569 18.395 3.16216 17.5383C2.584 17.1558 2.08886 16.6606 1.7063 16.0825C0.849609 14.7877 0.849609 12.9902 0.849609 9.39502ZM14.5089 9.39525C14.5089 11.9686 12.4228 14.0547 9.84945 14.0547C7.27613 14.0547 5.19004 11.9686 5.19004 9.39525C5.19004 6.82193 7.27613 4.73584 9.84945 4.73584C12.4228 4.73584 14.5089 6.82193 14.5089 9.39525ZM9.84945 12.4782C11.5521 12.4782 12.9325 11.0979 12.9325 9.39525C12.9325 7.69255 11.5521 6.31224 9.84945 6.31224C8.14675 6.31224 6.76645 7.69255 6.76645 9.39525C6.76645 11.0979 8.14675 12.4782 9.84945 12.4782ZM14.6929 5.59657C15.2975 5.59657 15.7877 5.1064 15.7877 4.50174C15.7877 3.89709 15.2975 3.40692 14.6929 3.40692C14.0882 3.40692 13.5981 3.89709 13.5981 4.50174C13.5981 5.1064 14.0882 5.59657 14.6929 5.59657Z\" fill=\"#72FEAD\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/@b2metric\",motionChild:true,nodeId:\"E49i3bkkH\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1lpoc9x framer-1o75zom\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"E49i3bkkH\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25 18\"><path d=\"M 13.438 17.25 L 8.602 17.159 C 7.037 17.128 5.467 17.19 3.932 16.861 C 1.596 16.369 1.432 13.961 1.258 11.94 C 1.02 9.098 1.112 6.205 1.562 3.388 C 1.817 1.806 2.817 0.863 4.363 0.76 C 9.583 0.389 14.839 0.432 20.048 0.607 C 20.601 0.633 21.152 0.7 21.695 0.809 C 24.373 1.292 24.438 4.024 24.612 6.322 C 24.785 8.644 24.712 10.978 24.381 13.284 C 24.115 15.194 23.607 16.795 21.464 16.95 C 18.779 17.153 16.155 17.315 13.462 17.263 C 13.462 17.251 13.446 17.251 13.438 17.251 Z M 10.595 12.415 L 16.617 8.852 C 14.589 7.656 12.607 6.479 10.595 5.29 Z\" fill=\"rgb(114, 254, 173)\"></path></svg>',svgContentId:11126428639,withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://x.com/b2metric\",motionChild:true,nodeId:\"zCbaIuGBV\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-djgp3j framer-1o75zom\",\"data-framer-name\":\"X_logo_2023 1\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"zCbaIuGBV\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19 17\"><g transform=\"translate(-0.07 0)\"><path d=\"M 0.07 17 L 0.07 0 L 19.07 0 L 19.07 17 Z\" fill=\"transparent\"></path><path d=\"M 15.016 0 L 17.93 0 L 11.533 7.214 L 19.006 17 L 13.142 17 L 8.55 11.053 L 3.293 17 L 0.38 17 L 7.157 9.284 L 0 0 L 6.01 0 L 10.159 5.432 Z M 13.997 15.306 L 15.612 15.306 L 5.162 1.631 L 3.426 1.631 Z\" fill=\"rgb(114, 254, 173)\"></path></g></svg>',svgContentId:9068852620,withExternalLayout:true})})]})]}),isDisplayed6()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1eko9ed\",layoutDependency:layoutDependency,layoutId:\"yFiu5sYKM\",style:{backgroundColor:\"rgb(255, 255, 255)\"}}),isDisplayed7()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1go9l64\",layoutDependency:layoutDependency,layoutId:\"ba70UCoZN\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1x6t7wu\",layoutDependency:layoutDependency,layoutId:\"QfUf0Ob4M\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:125,pixelWidth:160,src:\"https://framerusercontent.com/images/g5dkSFNjJ3sJfstx11eCO48KSs.svg\"},className:\"framer-1cp6vmq\",layoutDependency:layoutDependency,layoutId:\"z4bK07b3x\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tvmnri\",layoutDependency:layoutDependency,layoutId:\"X8bPz8Keu\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-vsj7dp\",layoutDependency:layoutDependency,layoutId:\"zlX6bPZ9N\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-uolv6e\",layoutDependency:layoutDependency,layoutId:\"gB2ZlEDZA\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13xt1e5\",layoutDependency:layoutDependency,layoutId:\"YN3LaAQcW\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jd3vhn\",layoutDependency:layoutDependency,layoutId:\"xKozOXa94\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-15xw0c2\",layoutDependency:layoutDependency,layoutId:\"i2ws3P3Cc\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1jp9kf4\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:49,intrinsicWidth:174,layoutDependency:layoutDependency,layoutId:\"tB3Di5pKm\",svg:'<svg width=\"174\" height=\"49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><mask id=\"a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"174\" height=\"49\"><path d=\"M0 0h174v48.72H0V0Z\" fill=\"#fff\"/></mask><g mask=\"url(#a)\"><path d=\"M39.073 0H9.768C4.374 0 0 4.363 0 9.744v29.232c0 5.382 4.374 9.744 9.77 9.744h29.303c5.396 0 9.77-4.362 9.77-9.744V9.744c0-5.381-4.374-9.744-9.77-9.744Z\" fill=\"url(#b)\"/><g filter=\"url(#c)\"><path d=\"M42.335 14.766h-17.65v-.27c0-1.1.448-2.162 1.22-2.937a4.24 4.24 0 0 1 2.962-1.225h13.468v4.432Z\" fill=\"url(#d)\"/><path d=\"M7.03 14.766h17.653v.272c0 1.1-.45 2.162-1.239 2.937a4.222 4.222 0 0 1-2.963 1.205H7.03v-4.412l-.001-.002Z\" fill=\"url(#e)\"/><path d=\"M42.335 32.477H7.03v4.432h35.304l.001-4.432Z\" fill=\"url(#f)\"/><path d=\"M42.335 23.613h-17.65v-.27c0-1.1.448-2.162 1.22-2.938a4.24 4.24 0 0 1 2.962-1.225h13.468v4.433Z\" fill=\"url(#g)\"/><path d=\"M7.03 23.613h17.653v.27c0 1.1-.45 2.163-1.239 2.937a4.222 4.222 0 0 1-2.963 1.207H7.03v-4.413l-.001-.002Z\" fill=\"url(#h)\"/></g><path d=\"M61.053 34.349h3.437v-2.102c.493 1.409 2.231 2.42 4.602 2.42 2.035 0 3.753-.715 5.115-2.161 1.404-1.467 2.094-3.25 2.094-5.391 0-2.16-.69-3.924-2.094-5.37-1.382-1.468-3.08-2.18-5.115-2.18-2.37 0-4.129 1.01-4.602 2.418v-7.631h-3.438l.001 19.997Zm7.585-2.815c-1.225 0-2.291-.435-3.14-1.268-.83-.832-1.266-1.903-1.266-3.151 0-1.267.436-2.318 1.266-3.152a4.363 4.363 0 0 1 3.14-1.266c1.225 0 2.231.435 3.042 1.266.83.834 1.225 1.903 1.225 3.152 0 1.268-.396 2.319-1.225 3.151-.81.852-1.797 1.268-3.042 1.268Zm21.728 2.814v-3.25h-8.533l5.788-6.084c1.58-1.645 2.35-3.33 2.35-5.035 0-1.664-.592-3.07-1.838-4.24-1.204-1.169-2.666-1.784-4.344-1.784-1.74 0-3.26.635-4.484 1.864-1.225 1.228-1.837 2.695-1.837 4.458h3.258c0-.89.279-1.645.89-2.24a2.963 2.963 0 0 1 2.152-.911c1.6 0 2.944 1.27 2.944 2.874 0 .951-.395 1.843-1.225 2.734l-8.849 9.296v2.318h13.728Zm5.828.001v-8.324c0-1.963 1.206-3.35 2.805-3.35 1.64 0 2.568 1.23 2.568 3.212v8.462h3.397v-8.324c0-1.963 1.166-3.35 2.785-3.35 1.601 0 2.509 1.23 2.509 3.212v4.816c0 2.516 1.106 3.785 3.378 3.785.651 0 1.146-.06 1.482-.18v-2.89c-.139.019-.317.06-.494.06-.771 0-.969-.397-.969-1.528v-4.557c0-3.587-1.797-5.808-4.918-5.808-2.252 0-3.812.833-4.642 2.517-.71-1.684-2.093-2.517-4.069-2.517-1.837 0-3.258.953-3.87 2.36v-2.062h-3.399V34.35l3.437-.001Zm20.266-7.114c0 2.259.712 4.08 2.115 5.428 1.401 1.35 3.257 2.042 5.53 2.042 2.429 0 4.445-.852 6.064-2.575l-2.055-2.003c-1.125 1.13-2.408 1.665-3.891 1.665-2.547 0-4.227-1.487-4.345-3.786h11.219c.02-.376.06-.771.06-1.209 0-2.06-.651-3.784-1.995-5.192-1.323-1.406-3.043-2.1-5.117-2.1-2.213 0-4.009.693-5.431 2.102-1.403 1.406-2.113 3.249-2.113 5.548v.08h-.041Zm3.497-1.665c.078-.891.514-1.646 1.283-2.24.77-.594 1.718-.912 2.786-.912 1.008 0 1.837.318 2.547.95.712.595 1.087 1.35 1.087 2.221h-7.703v-.02Zm14.339 4.28c0 3.27 1.541 4.914 4.662 4.914a7.69 7.69 0 0 0 1.777-.178v-3.071c-.375.08-.769.12-1.204.12-1.265 0-1.798-.575-1.798-2.16v-6.461h3.181v-3.132h-3.181v-5.549h-3.437v5.549h-1.797v3.132h1.797v6.836Zm12.11 4.499v-7.61c0-2.379 1.52-3.884 3.891-3.884.514 0 1.008.059 1.423.14v-3.332a5.152 5.152 0 0 0-1.028-.079c-2.033 0-3.615.912-4.286 2.439v-2.16h-3.397V34.33h3.397v.019Zm7.744-3.39c0 2.438 1.105 3.666 3.317 3.666.81 0 1.384-.078 1.719-.237v-2.894c-.139.02-.335.06-.593.06-.769 0-1.007-.397-1.007-1.526V19.861h-3.436v11.097Zm1.718-12.763c1.105 0 2.035-.89 2.035-2.04s-.909-2.042-2.035-2.042c-1.146 0-2.055.89-2.055 2.042 0 1.148.909 2.04 2.055 2.04Zm12.305 1.23c-2.212 0-4.069.753-5.569 2.22-1.522 1.465-2.253 3.27-2.253 5.45s.751 4.022 2.253 5.49c1.52 1.465 3.377 2.18 5.569 2.18 2.311 0 4.228-.833 5.788-2.498l-2.113-2.22c-1.008 1.07-2.233 1.587-3.655 1.587-1.264 0-2.311-.438-3.18-1.29-.829-.853-1.265-1.962-1.265-3.25 0-1.289.436-2.379 1.265-3.25.849-.852 1.916-1.288 3.18-1.288 1.422 0 2.667.515 3.655 1.586l2.113-2.22c-1.56-1.665-3.477-2.498-5.788-2.498Z\" fill=\"#FDFDFF\"/></g><defs><linearGradient id=\"b\" x1=\"45.511\" y1=\"2.952\" x2=\"-32.493\" y2=\"78.757\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#736CFF\"/><stop offset=\"1\" stop-color=\"#1C184D\"/></linearGradient><linearGradient id=\"d\" x1=\"41.809\" y1=\"10.454\" x2=\"36.66\" y2=\"22.461\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\"/><stop offset=\".29\" stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#5951FF\"/></linearGradient><linearGradient id=\"e\" x1=\"24.157\" y1=\"14.885\" x2=\"19.043\" y2=\"26.86\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\"/><stop offset=\".29\" stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#5951FF\"/></linearGradient><linearGradient id=\"f\" x1=\"41.283\" y1=\"32.596\" x2=\"38.368\" y2=\"46.188\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\"/><stop offset=\".29\" stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#5951FF\"/></linearGradient><linearGradient id=\"g\" x1=\"41.809\" y1=\"19.3\" x2=\"36.66\" y2=\"31.308\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\"/><stop offset=\".29\" stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#5951FF\"/></linearGradient><linearGradient id=\"h\" x1=\"24.157\" y1=\"23.731\" x2=\"19.043\" y2=\"35.706\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\"/><stop offset=\".29\" stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#5951FF\"/></linearGradient><filter id=\"c\" x=\"1.462\" y=\"10.334\" width=\"46.441\" height=\"37.711\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dy=\"5.568\"/><feGaussianBlur stdDeviation=\"2.784\"/><feComposite in2=\"hardAlpha\" operator=\"out\"/><feColorMatrix values=\"0 0 0 0 0.109804 0 0 0 0 0.0941176 0 0 0 0 0.301961 0 0 0 0.9 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_6_3891\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_dropShadow_6_3891\" result=\"shape\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dy=\"5.568\"/><feGaussianBlur stdDeviation=\"2.784\"/><feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/><feColorMatrix values=\"0 0 0 0 0.847059 0 0 0 0 0.870588 0 0 0 0 0.992157 0 0 0 1 0\"/><feBlend in2=\"shape\" result=\"effect2_innerShadow_6_3891\"/></filter></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-b2lp4d\",layoutDependency:layoutDependency,layoutId:\"GnVakzRUw\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-129hzkb\",layoutDependency:layoutDependency,layoutId:\"aLpt1i7Gj\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.capterra.com/p/212878/B2Metric/\",motionChild:true,nodeId:\"kLWw4xSoW\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1d5urmc framer-1o75zom\",layoutDependency:layoutDependency,layoutId:\"kLWw4xSoW\",whileHover:animation,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-aujolv\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:28,intrinsicWidth:123,layoutDependency:layoutDependency,layoutId:\"KQMgzg9J4\",svg:'<svg width=\"123\" height=\"28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 9.996h18.129V3.199L0 9.996Z\" fill=\"#FF9D28\"/><path d=\"M18.13 3.2v23.985L26.696 0l-8.568 3.2Z\" fill=\"#68C5ED\"/><path d=\"M18.13 9.995h-6.851l6.85 17.19V9.995Z\" fill=\"#fff\"/><path d=\"m0 9.995 13.032 4.41-1.753-4.41H0Z\" fill=\"#E54747\"/><path d=\"M41.517 20.877c-.09.09-.27.217-.488.38a8.35 8.35 0 0 1-.904.451 8.62 8.62 0 0 1-1.373.38 9.448 9.448 0 0 1-1.844.162c-1.337 0-2.494-.216-3.47-.65-.976-.434-1.79-1.03-2.423-1.808-.632-.777-1.102-1.68-1.41-2.73a13.01 13.01 0 0 1-.451-3.47c0-1.265.163-2.421.488-3.488.325-1.066.813-1.988 1.446-2.765a6.61 6.61 0 0 1 2.422-1.826c.976-.434 2.115-.65 3.416-.65.65 0 1.23.054 1.753.18.525.109.976.253 1.374.416.398.162.705.325.976.488.253.18.452.325.579.434.144.126.27.289.38.47.108.18.162.38.162.596 0 .325-.127.669-.38.994a9.875 9.875 0 0 1-.813.922 11.789 11.789 0 0 0-.669-.615 4.392 4.392 0 0 0-.831-.542 5.07 5.07 0 0 0-1.049-.397 4.935 4.935 0 0 0-1.301-.163c-.85 0-1.555.163-2.115.506a3.897 3.897 0 0 0-1.374 1.337 5.603 5.603 0 0 0-.74 1.88 10.72 10.72 0 0 0-.218 2.151c0 .777.073 1.519.217 2.242.145.704.398 1.337.777 1.88.362.541.832.993 1.428 1.319.579.325 1.32.488 2.206.488.47 0 .885-.055 1.283-.181a4.528 4.528 0 0 0 1.03-.416c.29-.162.56-.343.778-.524.216-.18.415-.343.56-.47.09.109.217.253.343.416.127.163.253.343.38.524.108.18.217.362.289.542.09.181.127.344.127.488 0 .217-.037.398-.127.543a4.71 4.71 0 0 1-.434.506Zm12.797-1.916c0 1.32.2 2.277.579 2.874a6.963 6.963 0 0 1-.832.253 3.894 3.894 0 0 1-.813.072c-.596 0-1.048-.108-1.356-.343-.307-.235-.506-.56-.578-.994-.362.379-.85.704-1.446.976-.597.27-1.338.397-2.205.397-.452 0-.904-.054-1.356-.18a3.572 3.572 0 0 1-1.229-.615 3.368 3.368 0 0 1-.904-1.139c-.235-.47-.343-1.048-.343-1.735 0-.85.199-1.536.614-2.06a4.549 4.549 0 0 1 1.537-1.266 6.68 6.68 0 0 1 2.006-.633c.723-.108 1.374-.198 1.97-.216.2-.018.398-.018.579-.018h.542v-.452c0-.633-.163-1.103-.506-1.356-.344-.271-.904-.398-1.663-.398-.723 0-1.356.109-1.916.344a19.72 19.72 0 0 0-1.645.795 3.805 3.805 0 0 1-.56-.94c-.145-.343-.217-.596-.217-.759 0-.235.126-.452.38-.669.253-.217.614-.415 1.066-.578.452-.18.958-.307 1.554-.416a9.999 9.999 0 0 1 1.844-.162c.904 0 1.663.09 2.278.27.632.181 1.138.47 1.518.85.397.38.669.868.831 1.428.163.579.253 1.247.253 2.006l.018 4.664Zm-3.199-2.892h-.343c-.109 0-.235 0-.344.018-.415.036-.831.09-1.229.144-.416.073-.777.181-1.084.344-.326.163-.579.38-.778.65-.199.272-.307.615-.307 1.03 0 .47.127.868.398 1.194.27.325.723.488 1.355.488.308 0 .615-.036.904-.127.29-.09.524-.199.741-.325.217-.127.38-.271.506-.434.127-.163.181-.307.181-.434V16.07Zm9.417-4.917c.271-.307.687-.632 1.247-.958.56-.325 1.284-.488 2.133-.488.615 0 1.193.109 1.753.308.56.217 1.049.542 1.483 1.012.434.47.777 1.084 1.03 1.844.253.759.38 1.699.38 2.82 0 1.3-.145 2.367-.452 3.217-.308.849-.687 1.5-1.157 2.006-.47.488-.994.831-1.573 1.03a5.323 5.323 0 0 1-1.735.307c-.488 0-.904-.054-1.265-.162a4.928 4.928 0 0 1-.904-.362 2.662 2.662 0 0 1-.578-.397 2.478 2.478 0 0 1-.253-.272v6.146h-3.398V10.068c.09-.018.18-.036.307-.054.108-.018.217-.036.361-.036.127 0 .29-.019.47-.019.56 0 1.03.09 1.41.272.398.18.65.488.741.921Zm4.5 4.61c0-.507-.035-.959-.126-1.392-.09-.434-.217-.814-.415-1.12a2.181 2.181 0 0 0-.778-.742c-.325-.18-.723-.271-1.175-.271-.686 0-1.174.126-1.445.397-.272.272-.416.56-.416.868v5.296c.126.127.361.29.705.47.343.18.74.271 1.175.271.85 0 1.464-.325 1.861-.994.416-.65.615-1.573.615-2.784Zm6.165 4.301a4.006 4.006 0 0 1-.217-1.048 11.273 11.273 0 0 1-.055-1.103V6.326a9.53 9.53 0 0 1 .38-.054c.108-.018.235-.036.38-.036.126 0 .27-.018.397-.018.271 0 .524.018.796.072.27.054.506.145.722.308.217.144.398.361.525.614.126.253.198.597.198 1.012v1.772h3.507v2.53h-3.507v5.332c0 1.157.47 1.735 1.428 1.735.235 0 .452-.036.67-.108a3.25 3.25 0 0 0 .56-.253c.162-.09.307-.18.433-.29.127-.108.217-.18.272-.216.252.361.433.687.578.958.126.27.199.524.199.759 0 .217-.09.434-.271.65-.181.218-.416.398-.741.579-.326.18-.705.325-1.157.434a6.34 6.34 0 0 1-1.483.162c-1.03 0-1.843-.198-2.404-.596-.56-.434-.975-.958-1.21-1.609Zm15.237-.325c.416 0 .777-.054 1.102-.145.326-.09.597-.198.85-.343a2.91 2.91 0 0 0 .65-.434c.181-.162.344-.307.507-.434.199.253.415.579.632.958.217.398.326.705.326.958 0 .362-.217.705-.633.994-.343.271-.85.488-1.482.687-.633.2-1.392.29-2.26.29a9.142 9.142 0 0 1-2.313-.308 5.048 5.048 0 0 1-2.025-1.048c-.596-.506-1.066-1.175-1.427-2.006-.362-.85-.543-1.898-.543-3.182 0-1.048.163-1.952.488-2.71.326-.76.76-1.393 1.302-1.88a5.07 5.07 0 0 1 1.843-1.103 6.375 6.375 0 0 1 2.097-.344c.94 0 1.717.145 2.368.434.65.29 1.175.687 1.59 1.175a4.41 4.41 0 0 1 .886 1.68c.181.634.271 1.302.271 2.007v.344c0 .126 0 .27-.018.415 0 .145-.018.29-.018.434 0 .145-.018.253-.036.344h-7.374c.072.921.343 1.68.849 2.277.488.633 1.283.94 2.368.94Zm1.139-5.061c0-.795-.163-1.446-.47-1.952-.308-.506-.868-.741-1.663-.741-.687 0-1.23.235-1.645.705-.416.47-.615 1.139-.615 1.988h4.393Zm8.983-3.47c.108-.145.235-.308.398-.488.162-.181.361-.344.614-.488.235-.145.506-.272.795-.38.29-.09.597-.145.94-.145.2 0 .416.018.633.055.217.036.434.09.633.18.198.09.343.217.47.38.108.163.18.343.18.578 0 .362-.09.778-.271 1.248-.181.47-.361.867-.542 1.21a3.708 3.708 0 0 0-.85-.542c-.289-.126-.614-.18-.994-.18-.524 0-.958.144-1.301.451-.344.308-.524.651-.524 1.085v8.08h-3.398V10.067c.09-.018.18-.036.307-.054.108-.018.217-.036.343-.036.127 0 .29-.019.47-.019.524 0 .994.109 1.392.308.362.199.596.506.705.94Zm9.652 0a6.64 6.64 0 0 1 .398-.488c.162-.181.361-.344.614-.488a4.55 4.55 0 0 1 .796-.38 3.1 3.1 0 0 1 .939-.145c.199 0 .416.018.633.055.217.036.434.09.633.18s.343.217.47.38c.108.163.18.343.18.578 0 .362-.09.778-.271 1.248-.18.47-.361.867-.542 1.21a3.693 3.693 0 0 0-.85-.542c-.289-.126-.614-.18-.994-.18-.524 0-.958.144-1.301.451-.343.308-.524.651-.524 1.085v8.08h-3.398V10.067c.09-.018.18-.036.307-.054.108-.018.217-.036.343-.036.127 0 .29-.019.47-.019.524 0 .994.109 1.392.308.362.199.615.506.705.94Zm16.213 7.754c0 1.32.199 2.277.579 2.874a6.957 6.957 0 0 1-.832.253 3.891 3.891 0 0 1-.813.072c-.597 0-1.048-.108-1.356-.343-.307-.235-.506-.56-.578-.994-.362.379-.85.704-1.446.976-.597.27-1.338.397-2.205.397-.452 0-.904-.054-1.356-.18a3.574 3.574 0 0 1-1.229-.615 3.362 3.362 0 0 1-.904-1.139c-.235-.47-.343-1.048-.343-1.735 0-.85.199-1.536.614-2.06a4.548 4.548 0 0 1 1.537-1.266 6.672 6.672 0 0 1 2.006-.633c.723-.108 1.374-.198 1.97-.216.199-.018.398-.018.579-.018h.542v-.452c0-.633-.163-1.103-.506-1.356-.344-.271-.904-.398-1.663-.398-.723 0-1.356.109-1.916.344a19.72 19.72 0 0 0-1.645.795 3.785 3.785 0 0 1-.56-.94c-.145-.343-.217-.596-.217-.759 0-.235.126-.452.379-.669.254-.217.615-.415 1.067-.578.452-.18.958-.307 1.554-.416a10.004 10.004 0 0 1 1.844-.162c.904 0 1.663.09 2.277.27.633.181 1.139.47 1.519.85.397.38.669.868.831 1.428.163.579.253 1.247.253 2.006l.018 4.664Zm-3.199-2.892h-.343c-.109 0-.235 0-.344.018-.416.036-.831.09-1.229.144-.416.073-.777.181-1.084.344-.326.163-.579.38-.778.65-.198.272-.307.615-.307 1.03 0 .47.127.868.398 1.194.271.325.723.488 1.355.488.308 0 .615-.036.904-.127a3.53 3.53 0 0 0 .741-.325 1.72 1.72 0 0 0 .506-.434c.127-.163.181-.307.181-.434V16.07Z\" fill=\"#fff\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"4,8/5\"})}),className:\"framer-171pin0\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"lxhEGMRKe\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.producthunt.com/products/b2metric\",motionChild:true,nodeId:\"cb6R1JmFe\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-17xmv9y framer-1o75zom\",layoutDependency:layoutDependency,layoutId:\"cb6R1JmFe\",whileHover:animation,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1nn4gcp\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:29,intrinsicWidth:124,layoutDependency:layoutDependency,layoutId:\"Q0rVqL5WI\",svg:'<svg width=\"124\" height=\"29\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path fill=\"#000F51\" d=\"M.5 0h123v29H.5z\"/><path d=\"M29.272 14.372c0 7.937-6.441 14.372-14.386 14.372C6.94 28.744.5 22.31.5 14.372S6.94 0 14.886 0c7.945 0 14.386 6.435 14.386 14.372Z\" fill=\"#FFFDFC\"/><path d=\"M16.804 14.372h-4.076v-4.311h4.076a2.16 2.16 0 0 1 2.158 2.155 2.155 2.155 0 0 1-2.158 2.156Zm0-7.186H9.851v14.372h2.877v-4.311h4.076a5.033 5.033 0 0 0 5.035-5.03 5.033 5.033 0 0 0-5.035-5.03Z\" fill=\"#000F51\"/><path d=\"M44.385 12.616c0-.791-.608-1.27-1.398-1.27h-2.118v2.525h2.118c.79 0 1.398-.48 1.398-1.255Zm-5.522 6.547V9.58h4.406c2.048 0 3.163 1.383 3.163 3.035 0 1.636-1.129 3.019-3.163 3.019h-2.4v3.528h-2.006Zm8.79 0v-6.986h1.793v.918c.494-.593 1.328-1.087 2.176-1.087v1.75a2.32 2.32 0 0 0-.495-.042c-.593 0-1.385.338-1.681.777v4.67h-1.793Zm10.003-3.585c0-1.058-.623-1.975-1.753-1.975-1.116 0-1.736.917-1.736 1.976 0 1.072.62 1.99 1.736 1.99 1.13 0 1.753-.918 1.753-1.99Zm-5.355 0c0-1.932 1.356-3.57 3.602-3.57 2.26 0 3.616 1.637 3.616 3.57 0 1.934-1.355 3.585-3.616 3.585-2.246 0-3.602-1.651-3.602-3.585Zm13.254 1.214v-2.413c-.296-.452-.946-.776-1.54-.776-1.03 0-1.736.804-1.736 1.976 0 1.184.706 1.99 1.736 1.99.594 0 1.244-.325 1.54-.777Zm0 2.37V18.12c-.537.676-1.27 1.044-2.105 1.044-1.708 0-3.022-1.298-3.022-3.585 0-2.214 1.286-3.57 3.023-3.57.804 0 1.567.34 2.104 1.045V9.58h1.808v9.582h-1.808Zm8.197 0v-1.03a3.242 3.242 0 0 1-2.401 1.03c-1.497 0-2.203-.818-2.203-2.144v-4.84h1.793v4.134c0 .946.495 1.256 1.257 1.256.692 0 1.244-.38 1.554-.777v-4.614h1.794v6.986h-1.794Zm3.14-3.584c0-2.088 1.526-3.57 3.617-3.57 1.398 0 2.246.608 2.698 1.228l-1.173 1.1c-.324-.48-.819-.733-1.44-.733-1.088 0-1.85.79-1.85 1.976 0 1.184.762 1.99 1.85 1.99.621 0 1.116-.283 1.44-.749l1.173 1.101c-.452.62-1.3 1.242-2.698 1.242-2.09 0-3.616-1.482-3.616-3.585Zm7.857 1.708v-3.542h-1.13v-1.566h1.13v-1.863h1.794v1.863h1.383v1.566h-1.383v3.062c0 .438.225.762.621.762.268 0 .524-.099.621-.211l.383 1.368c-.269.24-.75.438-1.498.438-1.257 0-1.92-.65-1.92-1.877Zm14.668 1.877v-4.135h-4.45v4.135h-2.004V9.58h2.004v3.697h4.45V9.582h2.019v9.58h-2.02Zm8.438 0v-1.03a3.242 3.242 0 0 1-2.401 1.03c-1.497 0-2.203-.819-2.203-2.145v-4.84h1.793v4.134c0 .946.495 1.256 1.258 1.256.691 0 1.243-.38 1.553-.777v-4.614h1.794v6.986h-1.794Zm8.181 0v-4.29c0-.945-.493-1.27-1.256-1.27-.706 0-1.242.396-1.554.79v4.77h-1.793v-6.986h1.793v.876c.438-.508 1.286-1.045 2.387-1.045 1.512 0 2.232.847 2.232 2.173v4.982h-1.809Zm3.946-1.877v-3.542h-1.128v-1.566h1.129v-1.863h1.794v1.863h1.384v1.566h-1.384v3.062c0 .438.225.762.621.762.268 0 .523-.099.622-.211l.381 1.368c-.268.24-.749.438-1.497.438-1.258 0-1.922-.65-1.922-1.877Z\" fill=\"#FFFDFC\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" transform=\"translate(.5)\" d=\"M0 0h123v29H0z\"/></clipPath></defs></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"4,9/5\"})}),className:\"framer-myors5\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"M8nHpzYZm\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.g2.com/products/b2metric\",motionChild:true,nodeId:\"UXVkHo77G\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-rnauza framer-1o75zom\",layoutDependency:layoutDependency,layoutId:\"UXVkHo77G\",whileHover:animation,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-jwp7vc\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:34,intrinsicWidth:33,layoutDependency:layoutDependency,layoutId:\"aMaFUydg3\",svg:'<svg width=\"33\" height=\"34\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m23.358 23.76 3.651 6.335c-5.367 4.11-13.718 4.606-19.9-.126A16.65 16.65 0 0 1 2.634 8.525C7.015.825 15.213-.877 20.491.371c-.143.31-3.304 6.869-3.304 6.869s-.25.016-.391.019c-1.56.066-2.723.429-3.968 1.073a9.437 9.437 0 0 0-5.009 7.285 9.199 9.199 0 0 0 .624 4.574c.501 1.223 1.211 2.31 2.162 3.226 1.46 1.409 3.196 2.28 5.21 2.57 1.905.273 3.739.002 5.457-.861.644-.324 1.192-.68 1.833-1.17.081-.053.154-.12.253-.197Z\" fill=\"#FF492C\"/><path d=\"m23.37 5.09-.888-.874c-.171-.17-.337-.346-.512-.512-.063-.06-.137-.141-.137-.141l.085-.179c.336-.674.863-1.167 1.488-1.56a4.134 4.134 0 0 1 2.313-.638c1.046.02 2.018.28 2.838.982.606.518.916 1.174.971 1.958.091 1.323-.456 2.336-1.543 3.042-.638.416-1.327.738-2.017 1.119-.38.21-.706.395-1.079.775-.327.382-.343.741-.343.741l4.947-.006V12h-7.636v-.213c-.029-1.082.097-2.101.593-3.084.456-.902 1.165-1.563 2.016-2.071.656-.392 1.346-.725 2.003-1.115.406-.24.692-.593.69-1.104 0-.44-.32-.829-.775-.95-1.076-.29-2.17.172-2.74 1.156-.082.144-.167.287-.275.47Zm9.568 16.328-4.169-7.2h-8.25l-4.195 7.274h8.31l4.1 7.165 4.204-7.24Z\" fill=\"#FF492C\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"4,6/5\"})}),className:\"framer-1aj6u04\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"c5GhRuTqs\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.gartner.com/reviews/market/mobile-app-analytics/vendor/b2metric/product/b2metric\",motionChild:true,nodeId:\"onMvOI0ib\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-10d3jgh framer-1o75zom\",layoutDependency:layoutDependency,layoutId:\"onMvOI0ib\",whileHover:animation,children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:36,intrinsicWidth:103,pixelHeight:36,pixelWidth:103,src:\"https://framerusercontent.com/images/gwcL0c57iNI3UQ73aubh46Hvs.svg\"},className:\"framer-18pbcee\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"BQGTrxVdo\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"5.0/5\"})}),className:\"framer-xps65n\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"Kb32T20Oi\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-w5zuk1\",layoutDependency:layoutDependency,layoutId:\"MlTsweNBM\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fit\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:217,pixelWidth:167,positionX:\"left\",positionY:\"center\",src:\"https://framerusercontent.com/images/DGymUvw6UVPszzSMXASrn0LGXg.svg\"},className:\"framer-1ibp4w1\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"lN3KXxvwQ\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fit\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:188,pixelWidth:167,positionX:\"left\",positionY:\"center\",src:\"https://framerusercontent.com/images/h3eTxNSlP5G1zyfp2peZ0cPJHI.svg\"},className:\"framer-nmytpx\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"pS6aU3HGA\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fit\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:188,pixelWidth:167,positionX:\"left\",positionY:\"center\",src:\"https://framerusercontent.com/images/ek9DFKcm67mElOdsc1SMge1mo.svg\"},className:\"framer-141g1i3\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"C99T7761j\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fit\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:217,pixelWidth:167,positionX:\"left\",positionY:\"center\",src:\"https://framerusercontent.com/images/M2hvNFrw8EvbFS2vqrJ1PqT4Ao.svg\"},className:\"framer-1lzuqm8\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"MfBCrQLWP\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fit\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:217,pixelWidth:167,positionX:\"left\",positionY:\"center\",src:\"https://framerusercontent.com/images/lqbZZPjA6VyIAbBVDhD0lhMb9o.svg\"},className:\"framer-ejwe2q\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"mZyqLnkL2\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-q9tu9k\",layoutDependency:layoutDependency,layoutId:\"rQCEY64t7\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fit\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:65,pixelWidth:64,positionX:\"left\",positionY:\"center\",src:\"https://framerusercontent.com/images/kmgG8Wb6KXEHOFiD2Tc73xfGyoo.svg\"},className:\"framer-15u7yxu\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"PkJfluw8Z\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-f22qou\",layoutDependency:layoutDependency,layoutId:\"omlsr29_K\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"badge\",fit:\"fill\",intrinsicHeight:123,intrinsicWidth:95,pixelHeight:354,pixelWidth:354,positionX:\"left\",positionY:\"center\",src:\"https://framerusercontent.com/images/vrWF62Mg3a5Ba8xBP4qw81BOr0g.png\"},className:\"framer-vhdv40\",\"data-framer-name\":\"graphic\",layoutDependency:layoutDependency,layoutId:\"sKjHMcRa8\"})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-488vx8\",layoutDependency:layoutDependency,layoutId:\"PJrtXi4mP\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255)))\"},children:\"Product\"})}),className:\"framer-yr7xs1\",fonts:[\"GF;Figtree-700\"],layoutDependency:layoutDependency,layoutId:\"a5G7zVd4M\",style:{\"--extracted-1w1cjl5\":\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ltz7fy\",layoutDependency:layoutDependency,layoutId:\"SHgegPv8D\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TZgH7YADz\"},motionChild:true,nodeId:\"Mb8afcARw\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Funnel\"})})})})}),className:\"framer-1ed6xb0\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"Mb8afcARw\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Vv8MRHWLO\"},motionChild:true,nodeId:\"rFB3dVvt3\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Retention Analysis\"})})})})}),className:\"framer-16di83p\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"rFB3dVvt3\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jMyqVphOv\"},motionChild:true,nodeId:\"WLNkHAcVN\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Segmentation\"})})})})}),className:\"framer-1r7kfj1\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"WLNkHAcVN\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"UZISSz7bS\"},motionChild:true,nodeId:\"TvEhi70NF\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Adaptive Learning\"})})})})}),className:\"framer-rfc5sb\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"TvEhi70NF\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"RJ6BPGcXx\"},motionChild:true,nodeId:\"gHCmtU72b\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Anomaly Detection\"})})})})}),className:\"framer-1o787pv\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"gHCmtU72b\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gcoB1vezA\"},motionChild:true,nodeId:\"yRNhBcF_n\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Explainable AI\"})})})})}),className:\"framer-1lag4v2\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"yRNhBcF_n\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"OHN9uWcuf\"},motionChild:true,nodeId:\"Z8_pyKptw\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Embedded Analytics\"})})})})}),className:\"framer-1qc3cnm\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"Z8_pyKptw\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VGwyWKkal\"},motionChild:true,nodeId:\"tMxpc5_7O\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Integrations\"})})})})}),className:\"framer-1d6tgsz\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"tMxpc5_7O\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ji4zNXsh9\"},motionChild:true,nodeId:\"jdKwpQVKy\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Cohort\"})})})})}),className:\"framer-1kmad2t\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"jdKwpQVKy\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gH9zNJBBL\"},motionChild:true,nodeId:\"AUHXd3gB0\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Automated Marketing Actions\"})})})})}),className:\"framer-1aod6cz\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"AUHXd3gB0\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"eQdu4sGJf\"},motionChild:true,nodeId:\"dWlPX4zDm\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Fraud Detection\"})})})})}),className:\"framer-16b0tt7\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"dWlPX4zDm\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(255, 255, 255, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"pukRu6ug9\"},motionChild:true,nodeId:\"mM4yfNFSP\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Ecommerce\"})})})})}),className:\"framer-1i2oeyt\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"mM4yfNFSP\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vmni9x\",layoutDependency:layoutDependency,layoutId:\"mTZ900ij9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255)))\"},children:\"Company\"})}),className:\"framer-x5q73s\",fonts:[\"GF;Figtree-700\"],layoutDependency:layoutDependency,layoutId:\"kEEy10l33\",style:{\"--extracted-1w1cjl5\":\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-aydeo\",layoutDependency:layoutDependency,layoutId:\"iBErasmMO\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-407b95d8-98fa-40d6-b3ba-8ae62cedcadf, rgb(245, 245, 250)))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"V7ZwQ_paf\"},motionChild:true,nodeId:\"vysTTHx_l\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Become a Partner\"})})})})}),className:\"framer-19871yx\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"vysTTHx_l\",style:{\"--extracted-r6o4lv\":\"var(--token-407b95d8-98fa-40d6-b3ba-8ae62cedcadf, rgb(245, 245, 250))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-407b95d8-98fa-40d6-b3ba-8ae62cedcadf, rgb(245, 245, 250)))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Yt3XcrYqB\"},motionChild:true,nodeId:\"S05GPYt7q\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Career\"})})})})}),className:\"framer-8xixrz\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"S05GPYt7q\",style:{\"--extracted-r6o4lv\":\"var(--token-407b95d8-98fa-40d6-b3ba-8ae62cedcadf, rgb(245, 245, 250))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-407b95d8-98fa-40d6-b3ba-8ae62cedcadf, rgb(245, 245, 250)))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZWWf2I_oe\"},motionChild:true,nodeId:\"q8ilgz0OY\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"About B2Metric\"})})})})}),className:\"framer-18xck5x\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"q8ilgz0OY\",style:{\"--extracted-r6o4lv\":\"var(--token-407b95d8-98fa-40d6-b3ba-8ae62cedcadf, rgb(245, 245, 250))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-407b95d8-98fa-40d6-b3ba-8ae62cedcadf, rgb(245, 245, 250)))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DbF8DaQZ1\"},motionChild:true,nodeId:\"D1JU6CwmQ\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Contact Us\"})})})})}),className:\"framer-1wyncsl\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"D1JU6CwmQ\",style:{\"--extracted-r6o4lv\":\"var(--token-407b95d8-98fa-40d6-b3ba-8ae62cedcadf, rgb(245, 245, 250))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-407b95d8-98fa-40d6-b3ba-8ae62cedcadf, rgb(245, 245, 250)))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"wHA7ugSVj\"},motionChild:true,nodeId:\"D6DVeK8hB\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"News & Updates\"})})})})}),className:\"framer-iw5xdy\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"D6DVeK8hB\",style:{\"--extracted-r6o4lv\":\"var(--token-407b95d8-98fa-40d6-b3ba-8ae62cedcadf, rgb(245, 245, 250))\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11xwayp\",layoutDependency:layoutDependency,layoutId:\"yvB1fYMhY\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255)))\"},children:\"Resources\"})}),className:\"framer-1uiosit\",fonts:[\"GF;Figtree-700\"],layoutDependency:layoutDependency,layoutId:\"sGoZRhtrk\",style:{\"--extracted-1w1cjl5\":\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fz78aw\",layoutDependency:layoutDependency,layoutId:\"hN8NDmwbW\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"AQ3EnCJRG\"},motionChild:true,nodeId:\"vpNH76GUG\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Blogs\"})})})})}),className:\"framer-10wksqh\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"vpNH76GUG\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"GFtY2lfqb\"},motionChild:true,nodeId:\"JgkOIkmfH\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Newsletter\"})})})})}),className:\"framer-1ro7ok4\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"JgkOIkmfH\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Lg2T6qzqo\"},motionChild:true,nodeId:\"hJ8OtXfpJ\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Success Stories\"})})})})}),className:\"framer-m03qjq\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"hJ8OtXfpJ\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Rc3lT47lW\"},motionChild:true,nodeId:\"jNzAddDqn\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Use Cases\"})})})})}),className:\"framer-1dz2080\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"jNzAddDqn\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"iB5wVchnL\"},motionChild:true,nodeId:\"pWQOgtpNR\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Integrations Guide\"})})})})}),className:\"framer-tux0qd\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"pWQOgtpNR\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VGwyWKkal\"},motionChild:true,nodeId:\"v0C6b1U5N\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Integrations\"})})})})}),className:\"framer-ady3n9\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"v0C6b1U5N\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"HmlU1pA1d\"},motionChild:true,nodeId:\"wXT1tEiwd\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Privacy Policy\"})})})})}),className:\"framer-1tlc8g7\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"wXT1tEiwd\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"mXTcXU7v8\"},motionChild:true,nodeId:\"gCfIf98II\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Information Security Policy\"})})})})}),className:\"framer-v265k\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"gCfIf98II\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://academy.b2metric.com/\",motionChild:true,nodeId:\"FdnTGDR5v\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Academy\"})})})})}),className:\"framer-1mlrjgi\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"FdnTGDR5v\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed7()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rszgnl\",layoutDependency:layoutDependency,layoutId:\"INr3GmdJ4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255)))\"},children:\"Top Blogs\"})}),className:\"framer-4893ow\",fonts:[\"GF;Figtree-700\"],layoutDependency:layoutDependency,layoutId:\"brUetoC2t\",style:{\"--extracted-1w1cjl5\":\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-395xny\",layoutDependency:layoutDependency,layoutId:\"vgXio7ZSo\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/database-marketing-benefits-and-strategies\",motionChild:true,nodeId:\"zeVtcZBEU\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Database Marketing:  \"})})})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/database-marketing-benefits-and-strategies\",motionChild:true,nodeId:\"zeVtcZBEU\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Benefits and Strategies\"})})})})]}),className:\"framer-11wsdgf\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"zeVtcZBEU\",style:{\"--extracted-2gxw0f\":\"rgb(62, 76, 91)\",\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/saas-customer-journey-mapping\",motionChild:true,nodeId:\"JKRq0qPio\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"SaaS Customer Journey Mapping\"})})})})}),className:\"framer-1u325dz\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"JKRq0qPio\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/insights-from-the-gartner-data-analytics-summit-2024-with-b2metric\",motionChild:true,nodeId:\"Ez876FFFm\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Insights from the Gartner Data & \"})})})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/insights-from-the-gartner-data-analytics-summit-2024-with-b2metric\",motionChild:true,nodeId:\"Ez876FFFm\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Analytics Summit 2024 with B2Metric\"})})})})]}),className:\"framer-8sw5qg\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"Ez876FFFm\",style:{\"--extracted-2gxw0f\":\"rgb(62, 76, 91)\",\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/low-touch-vs-high-touch-engagement-models\",motionChild:true,nodeId:\"wUaxyCmIw\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Low Touch vs. High Touch \"})})})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/low-touch-vs-high-touch-engagement-models\",motionChild:true,nodeId:\"wUaxyCmIw\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Engagement Models\"})})})})]}),className:\"framer-jjxsgv\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"wUaxyCmIw\",style:{\"--extracted-2gxw0f\":\"rgb(62, 76, 91)\",\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/what-is-cross-channel-campaign-management\",motionChild:true,nodeId:\"YxSpeVLL0\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"What is Cross-Channel \"})})})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/what-is-cross-channel-campaign-management\",motionChild:true,nodeId:\"YxSpeVLL0\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Campaign Management?\"})})})})]}),className:\"framer-forsei\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"YxSpeVLL0\",style:{\"--extracted-2gxw0f\":\"rgb(62, 76, 91)\",\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed8()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1l03xlg\",layoutDependency:layoutDependency,layoutId:\"D79oVdJqj\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ki986n\",layoutDependency:layoutDependency,layoutId:\"tMSTpNlzx\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zs3qcn\",layoutDependency:layoutDependency,layoutId:\"SgUnMuQFP\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255)))\"},children:\"Top Blogs\"})}),className:\"framer-1tz8cxn\",fonts:[\"GF;Figtree-700\"],layoutDependency:layoutDependency,layoutId:\"Igx4vBqdR\",style:{\"--extracted-1w1cjl5\":\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kax7fc\",layoutDependency:layoutDependency,layoutId:\"yrnTusD5k\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/database-marketing-benefits-and-strategies\",motionChild:true,nodeId:\"s4bOc8mNh\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Database Marketing:  Benefits and Strategies\"})})})})}),className:\"framer-1tjm15k\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"s4bOc8mNh\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/saas-customer-journey-mapping\",motionChild:true,nodeId:\"UuIQ6c_7x\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"SaaS Customer Journey Mapping\"})})})})}),className:\"framer-nmkz6f\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"UuIQ6c_7x\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/insights-from-the-gartner-data-analytics-summit-2024-with-b2metric\",motionChild:true,nodeId:\"u43YCA67X\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Insights from the Gartner Data & Analytics Summit 2024 with B2Metric\"})})})})}),className:\"framer-198si2g\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"u43YCA67X\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/low-touch-vs-high-touch-engagement-models\",motionChild:true,nodeId:\"tV9FWNiI1\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Low Touch vs. High Touch Engagement Models\"})})})})}),className:\"framer-1xg3kp7\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"tV9FWNiI1\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(62, 76, 91))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(165, 180, 221) 100%, rgba(62, 76, 91, 0) 100%)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://b2metric.com/blog/what-is-cross-channel-campaign-management\",motionChild:true,nodeId:\"Wm22TibHB\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"What is Cross-Channel Campaign Management?\"})})})})}),className:\"framer-1gt800h\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"Wm22TibHB\",style:{\"--extracted-r6o4lv\":\"rgb(62, 76, 91)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})})]})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10t1agn\",layoutDependency:layoutDependency,layoutId:\"HOs3_kg44\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hzmnzs\",layoutDependency:layoutDependency,layoutId:\"Sxmn4MUTp\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255)))\"},children:\"Subscribe to our newsletter!\"})}),className:\"framer-1lwtc72\",fonts:[\"GF;Figtree-700\"],layoutDependency:layoutDependency,layoutId:\"qQW0KTELh\",style:{\"--extracted-1w1cjl5\":\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay5=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-ckfr6r-container\",\"data-framer-name\":\"Subscribe\",id:`${layoutId}-ckfr6r`,isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"ISh7ukdjg-container\",name:\"Subscribe\",nodeId:\"ISh7ukdjg\",ref:ref11,rendersWithMotion:true,scopeId:\"dN6_4MNys\",children:[/*#__PURE__*/_jsx(Input,{button:{buttonFont:{fontFamily:'\"Figtree\", \"Figtree Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},buttonPadding:0,buttonPaddingBottom:0,buttonPaddingLeft:10,buttonPaddingPerSide:false,buttonPaddingRight:10,buttonPaddingTop:0,color:\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56))\",fill:\"var(--token-da3f52eb-c374-46e4-bdb3-1ed369e9a786, rgb(173, 255, 0))\",insetWhenDocked:5,isDocked:true,label:\"Subscribe\",shouldAppear:true,widthWhenDocked:120},convertkitAPI:\"\",convertkitFormID:\"\",font:{fontFamily:'\"Figtree\", \"Figtree Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},formsparkID:\"\",gap:10,getwaitlistAPI:\"\",height:\"100%\",id:\"ISh7ukdjg\",input:{borderObject:{borderColor:\"rgba(200, 200, 200, 0.5)\",borderWidth:1},borderRadius:35,color:\"rgb(0, 0, 0)\",fill:\"rgb(255, 255, 255)\",fixedHeight:50,focusObject:{focusColor:\"rgba(48, 48, 48, 0.5)\",focusWidthFrom:1,focusWidthTo:2},height:true,padding:15,paddingBottom:15,paddingLeft:15,paddingPerSide:false,paddingRight:15,paddingTop:15,placeholder:\"Enter your email adress\",placeholderColor:\"rgba(0, 0, 0, 0.5)\"},layout:\"horizontal\",layoutId:\"ISh7ukdjg\",loopsID:\"clr7l3qqo00dsfzd02pz42yb9\",loopsMailingList:\"\",loopsUserGroup:\"Subscribe\",mailchimpURL:\"\",name:\"Subscribe\",onSubmit:onSubmittxyyif({overlay:overlay5}),redirectAs:\"overlay\",service:\"loops\",style:{width:\"100%\"},width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay5.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref11,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-ckfr6r`,offsetX:146.5,offsetY:-49,onDismiss:overlay5.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,className:\"framer-1ir24nn\",exit:animation1,initial:animation3,layoutDependency:layoutDependency,layoutId:\"xbhBQyP6O\",ref:ref12,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"},variants:{GNKcMWG4r:{backgroundColor:\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56))\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-text-alignment\":\"center\"},children:\"Thank you!\"})}),className:\"framer-1td10q9\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UnNrxaHbk\",verticalAlignment:\"top\",withExternalLayout:true})})})})]})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1co95l0\",layoutDependency:layoutDependency,layoutId:\"G02QY6whd\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/b2metric/mycompany/\",motionChild:true,nodeId:\"Rt9D7dXHa\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-t615jq framer-1o75zom\",\"data-framer-name\":\"Vector\",fill:\"black\",intrinsicHeight:28,intrinsicWidth:28,layoutDependency:layoutDependency,layoutId:\"Rt9D7dXHa\",svg:'<svg width=\"28\" height=\"28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M24.835.668H3.168a2.507 2.507 0 0 0-2.5 2.5v21.667c0 1.375 1.125 2.5 2.5 2.5h21.667c1.375 0 2.5-1.125 2.5-2.5V3.168c0-1.375-1.125-2.5-2.5-2.5ZM10.668 22.335H7.335V10.668h3.333v11.667ZM9.001 9a1.665 1.665 0 0 1-1.666-1.666c0-.922.744-1.667 1.666-1.667.922 0 1.667.745 1.667 1.667S9.923 9 9.001 9Zm13.334 13.334H19v-6.667c0-.922-.745-1.667-1.666-1.667-.922 0-1.667.745-1.667 1.667v6.667h-3.333V10.668h3.333v2.068c.688-.943 1.74-2.068 2.917-2.068 2.073 0 3.75 1.865 3.75 4.167v7.5Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-145t73k\",\"data-framer-name\":\"Symbol\",fill:\"black\",intrinsicHeight:28,intrinsicWidth:28,layoutDependency:layoutDependency,layoutId:\"KObcxbX8j\",svg:'<svg width=\"28\" height=\"28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.27 1.367a6.54 6.54 0 0 0-2.363 1.54 6.52 6.52 0 0 0-1.54 2.358c-.33.846-.553 1.816-.618 3.237-.065 1.42-.081 1.875-.081 5.497 0 3.62.016 4.076.081 5.497.065 1.42.293 2.39.618 3.236a6.54 6.54 0 0 0 1.54 2.364 6.539 6.539 0 0 0 2.364 1.54c.845.33 1.816.552 3.236.617 1.42.065 1.876.082 5.497.082s4.077-.017 5.497-.082 2.39-.292 3.236-.618a6.539 6.539 0 0 0 2.364-1.54 6.539 6.539 0 0 0 1.54-2.363c.33-.846.553-1.816.618-3.236.065-1.42.081-1.876.081-5.497 0-3.622-.016-4.077-.081-5.497s-.293-2.391-.618-3.237a6.575 6.575 0 0 0-1.534-2.358 6.54 6.54 0 0 0-2.364-1.54c-.846-.33-1.816-.553-3.236-.618-1.42-.065-1.876-.081-5.498-.081-3.62 0-4.076.016-5.497.081-1.425.06-2.396.288-3.241.618Zm14.123 1.778c1.3.06 2.005.277 2.477.461a4.154 4.154 0 0 1 1.534.998c.466.466.754.91.998 1.534.184.472.401 1.176.46 2.477.066 1.405.077 1.827.077 5.389 0 3.562-.017 3.985-.076 5.389-.06 1.3-.277 2.005-.461 2.477a4.155 4.155 0 0 1-.998 1.534c-.466.466-.91.754-1.534.998-.472.184-1.176.401-2.477.46-1.404.066-1.827.077-5.389.077-3.562 0-3.984-.017-5.389-.076-1.3-.06-2.005-.277-2.477-.461a4.155 4.155 0 0 1-1.534-.998 4.154 4.154 0 0 1-.998-1.534c-.184-.472-.4-1.176-.46-2.477-.066-1.404-.076-1.827-.076-5.389 0-3.562.016-3.984.075-5.389.06-1.3.277-2.005.461-2.477a4.154 4.154 0 0 1 .998-1.534c.466-.466.91-.754 1.534-.998.472-.184 1.176-.4 2.477-.46 1.405-.066 1.827-.076 5.389-.076 3.562 0 3.985.01 5.389.075Z\" fill=\"#fff\"/><path d=\"M7.156 14.003a6.847 6.847 0 1 0 13.695 0 6.847 6.847 0 0 0-13.695 0Zm11.293 0a4.444 4.444 0 0 1-4.446 4.445 4.444 4.444 0 0 1-4.445-4.445 4.445 4.445 0 0 1 4.445-4.445 4.444 4.444 0 0 1 4.445 4.445Zm2.678-5.517a1.6 1.6 0 1 0 0-3.199 1.6 1.6 0 0 0 0 3.199Z\" fill=\"#fff\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/@b2metric\",motionChild:true,nodeId:\"un6StzkYj\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-189q51y framer-1o75zom\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"un6StzkYj\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25 18\"><path d=\"M 13.438 17.25 L 8.602 17.159 C 7.037 17.128 5.467 17.19 3.932 16.861 C 1.596 16.369 1.432 13.961 1.258 11.94 C 1.02 9.098 1.112 6.205 1.562 3.388 C 1.817 1.806 2.817 0.863 4.363 0.76 C 9.583 0.389 14.839 0.432 20.048 0.607 C 20.601 0.633 21.152 0.7 21.695 0.809 C 24.373 1.292 24.438 4.024 24.612 6.322 C 24.785 8.644 24.712 10.978 24.381 13.284 C 24.115 15.194 23.607 16.795 21.464 16.95 C 18.779 17.153 16.155 17.315 13.462 17.263 C 13.462 17.251 13.446 17.251 13.438 17.251 Z M 10.595 12.415 L 16.617 8.852 C 14.589 7.656 12.607 6.479 10.595 5.29 Z\" fill=\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;white&quot;} */\"></path></svg>',svgContentId:10056614598,withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://x.com/b2metric\",motionChild:true,nodeId:\"Z1KLc_H3i\",scopeId:\"dN6_4MNys\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1w8m9ru framer-1o75zom\",\"data-framer-name\":\"Vector\",fill:\"black\",intrinsicHeight:28,intrinsicWidth:28,layoutDependency:layoutDependency,layoutId:\"Z1KLc_H3i\",svg:'<svg width=\"28\" height=\"28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.039.559a4.48 4.48 0 0 0-4.48 4.48v17.92a4.48 4.48 0 0 0 4.48 4.48h17.92a4.48 4.48 0 0 0 4.48-4.48V5.039a4.48 4.48 0 0 0-4.48-4.48H5.039Zm1.335 5.76h5.08l3.607 5.126 4.378-5.126h1.6l-5.255 6.152 6.48 9.208h-5.08L13 15.73l-5.08 5.948h-1.6l5.957-6.974-5.902-8.386Zm2.45 1.28 9.028 12.8h1.962l-9.03-12.8h-1.96Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-130n2e\",layoutDependency:layoutDependency,layoutId:\"kt52NrP_z\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-owc3id\",layoutDependency:layoutDependency,layoutId:\"YaSlvzwIr\",style:{backgroundColor:\"rgba(165, 180, 221, 0.2)\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fd73dx\",layoutDependency:layoutDependency,layoutId:\"xVcu4zocX\",style:{borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(165, 180, 221))\"},children:\"Copyright \\xa9 2025 B2Metric | All Rights Reserved\"})}),className:\"framer-etu31t\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"peZwZgiUD\",style:{\"--extracted-r6o4lv\":\"rgb(165, 180, 221)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ftk5zb\",layoutDependency:layoutDependency,layoutId:\"tiMirunF3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(165, 180, 221))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"HmlU1pA1d\"},motionChild:true,nodeId:\"jO3ei6cyT\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1xjxndp\",\"data-styles-preset\":\"wuiKK5Olr\",children:\"Privacy Policy\"})})})}),className:\"framer-146fxrl\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"jO3ei6cyT\",style:{\"--extracted-r6o4lv\":\"rgb(165, 180, 221)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(165, 180, 221))\"},children:\"|\"})}),className:\"framer-16t36pw\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"qZOvICdnI\",style:{\"--extracted-r6o4lv\":\"rgb(165, 180, 221)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(165, 180, 221))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"b2KkZjysn\"},motionChild:true,nodeId:\"oUsVWcxJt\",openInNewTab:false,scopeId:\"dN6_4MNys\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1xjxndp\",\"data-styles-preset\":\"wuiKK5Olr\",children:\"Term of Use\"})})})}),className:\"framer-msrrx0\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"oUsVWcxJt\",style:{\"--extracted-r6o4lv\":\"rgb(165, 180, 221)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-slQFp.framer-1o75zom, .framer-slQFp .framer-1o75zom { display: block; }\",\".framer-slQFp.framer-vm32hh { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 20px; position: relative; width: 1200px; }\",\".framer-slQFp .framer-1mnclid { 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-slQFp .framer-1ku0dsl { 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: visible; padding: 30px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-slQFp .framer-1168nb1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 50px; justify-content: center; overflow: visible; padding: 0px 0px 0px 20px; position: relative; width: 175px; }\",\".framer-slQFp .framer-hae2bf, .framer-slQFp .framer-n5zqe9, .framer-slQFp .framer-1jp9kf4 { aspect-ratio: 3.5510204081632653 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 49px); position: relative; width: 174px; z-index: 2; }\",\".framer-slQFp .framer-utomcx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-slQFp .framer-jncjwv { display: grid; flex: none; gap: 10px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: visible; padding: 25px 0px 0px 0px; position: relative; width: 240px; }\",\".framer-slQFp .framer-tjqlqm, .framer-slQFp .framer-1nlnlix { align-self: start; flex: none; height: 80px; justify-self: start; overflow: visible; position: relative; width: 80px; }\",\".framer-slQFp .framer-18xlcfs { align-self: start; flex: none; height: 80px; justify-self: center; overflow: visible; position: relative; width: 80px; }\",\".framer-slQFp .framer-1mvzahg { align-self: start; flex: none; height: 80px; justify-self: end; overflow: visible; position: relative; width: 80px; }\",\".framer-slQFp .framer-v1fuvw { align-self: center; flex: none; height: 80px; justify-self: start; overflow: visible; position: relative; width: 80px; }\",\".framer-slQFp .framer-xw6wb1 { align-self: center; flex: none; height: 80px; justify-self: center; overflow: visible; position: relative; width: 80px; }\",\".framer-slQFp .framer-khyn8f { align-self: center; flex: none; height: 80px; justify-self: end; overflow: visible; position: relative; width: 100%; }\",\".framer-slQFp .framer-47qa7n { bottom: 0px; flex: none; overflow: visible; position: absolute; right: 0px; top: 0px; width: 85px; }\",\".framer-slQFp .framer-1f9t4iy, .framer-slQFp .framer-3e2vq7, .framer-slQFp .framer-1r508ck, .framer-slQFp .framer-s54mkq, .framer-slQFp .framer-1kbd2y3, .framer-slQFp .framer-1mc3bhe, .framer-slQFp .framer-1ktat1m, .framer-slQFp .framer-15u7yxu, .framer-slQFp .framer-vhdv40 { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-slQFp .framer-19lr180 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px 0px 20px 0px; position: relative; width: 270px; }\",\".framer-slQFp .framer-mgrqqc, .framer-slQFp .framer-16ar9m, .framer-slQFp .framer-1d5urmc { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 23px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 163px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-slQFp .framer-58o7qk, .framer-slQFp .framer-7uvo9u, .framer-slQFp .framer-w47xkl, .framer-slQFp .framer-rl5ii7, .framer-slQFp .framer-aujolv { aspect-ratio: 4.392857142857143 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 23px); position: relative; width: 100px; }\",\".framer-slQFp .framer-1qs95my, .framer-slQFp .framer-153g3b1, .framer-slQFp .framer-r3jr40, .framer-slQFp .framer-n6kqy7, .framer-slQFp .framer-1ch3jzp, .framer-slQFp .framer-43p74b, .framer-slQFp .framer-14ppv2v, .framer-slQFp .framer-1rffxkk, .framer-slQFp .framer-1l4w262, .framer-slQFp .framer-1uocm0z, .framer-slQFp .framer-1hq1zs9, .framer-slQFp .framer-isejw0, .framer-slQFp .framer-1ir33y9, .framer-slQFp .framer-1x3vnty, .framer-slQFp .framer-14i44gu, .framer-slQFp .framer-ocirzc, .framer-slQFp .framer-14c0lpg, .framer-slQFp .framer-1qfpvf6, .framer-slQFp .framer-9h4y09, .framer-slQFp .framer-1tq60ve, .framer-slQFp .framer-1bjkmrv, .framer-slQFp .framer-1murcb2, .framer-slQFp .framer-1w20lmd, .framer-slQFp .framer-973htn, .framer-slQFp .framer-13kabd9, .framer-slQFp .framer-xp5g6x, .framer-slQFp .framer-171pin0, .framer-slQFp .framer-myors5, .framer-slQFp .framer-1aj6u04, .framer-slQFp .framer-xps65n, .framer-slQFp .framer-1td10q9, .framer-slQFp .framer-etu31t, .framer-slQFp .framer-146fxrl, .framer-slQFp .framer-16t36pw, .framer-slQFp .framer-msrrx0 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-slQFp .framer-38oz51, .framer-slQFp .framer-1pj01t0, .framer-slQFp .framer-17xmv9y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 163px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-slQFp .framer-1nygcs8, .framer-slQFp .framer-1j6htnc, .framer-slQFp .framer-1dew0it, .framer-slQFp .framer-1nn4gcp { aspect-ratio: 4.275862068965517 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 25px); position: relative; width: 107px; }\",\".framer-slQFp .framer-1tivdta, .framer-slQFp .framer-dprgom, .framer-slQFp .framer-rnauza { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 89px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-slQFp .framer-1vdz8nf, .framer-slQFp .framer-yg9jkm, .framer-slQFp .framer-1mb1156, .framer-slQFp .framer-jwp7vc { aspect-ratio: 0.9705882352941176 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 28px); position: relative; width: 27px; }\",\".framer-slQFp .framer-163k0xi, .framer-slQFp .framer-1qypp06, .framer-slQFp .framer-10d3jgh { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 163px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-slQFp .framer-1j2d6it, .framer-slQFp .framer-uvf55v, .framer-slQFp .framer-x2h848, .framer-slQFp .framer-18pbcee { aspect-ratio: 2.861111111111111 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 27px); overflow: visible; position: relative; width: 77px; }\",\".framer-slQFp .framer-1gfqssg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 10px 0px; position: relative; width: 100%; }\",\".framer-slQFp .framer-zvnu8i { 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: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-slQFp .framer-1vsaoow { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-slQFp .framer-hn2xgo, .framer-slQFp .framer-1byawd0, .framer-slQFp .framer-hll3bk, .framer-slQFp .framer-106gv0n, .framer-slQFp .framer-19a4ce0, .framer-slQFp .framer-1mmdx29, .framer-slQFp .framer-ahmtcq, .framer-slQFp .framer-hokjlt, .framer-slQFp .framer-7th2hd, .framer-slQFp .framer-1suls6k, .framer-slQFp .framer-1gpaijb, .framer-slQFp .framer-1eo5213, .framer-slQFp .framer-ok6805, .framer-slQFp .framer-y9py48, .framer-slQFp .framer-1xbd0pp, .framer-slQFp .framer-1xegd4f, .framer-slQFp .framer-1d0mgr5, .framer-slQFp .framer-1edag23, .framer-slQFp .framer-15t7vjb, .framer-slQFp .framer-11tcju9, .framer-slQFp .framer-ke7n22, .framer-slQFp .framer-1txlsiy, .framer-slQFp .framer-1r2gcef, .framer-slQFp .framer-171irpl, .framer-slQFp .framer-vuarvt, .framer-slQFp .framer-dsp2pk, .framer-slQFp .framer-yr9cyy, .framer-slQFp .framer-1482wax, .framer-slQFp .framer-198pflf, .framer-slQFp .framer-1xiafsl, .framer-slQFp .framer-1kx3wsb, .framer-slQFp .framer-1o83oq6, .framer-slQFp .framer-ca96tv, .framer-slQFp .framer-1h7j7xj, .framer-slQFp .framer-1fjtrq9, .framer-slQFp .framer-1pxgztm, .framer-slQFp .framer-8zi5f, .framer-slQFp .framer-1kw2e3q, .framer-slQFp .framer-mi5g1i, .framer-slQFp .framer-vdja5n, .framer-slQFp .framer-15gc9w9, .framer-slQFp .framer-uxf1p3, .framer-slQFp .framer-1iy29xq, .framer-slQFp .framer-ytqtpv, .framer-slQFp .framer-1dkv7nq, .framer-slQFp .framer-1tz8cxn, .framer-slQFp .framer-1tjm15k, .framer-slQFp .framer-nmkz6f, .framer-slQFp .framer-198si2g, .framer-slQFp .framer-1xg3kp7, .framer-slQFp .framer-1gt800h { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-slQFp .framer-1jqzyo6, .framer-slQFp .framer-24h6vt, .framer-slQFp .framer-1ryrrf0, .framer-slQFp .framer-kgvzq8 { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-slQFp .framer-h0ydxm, .framer-slQFp .framer-15290zk, .framer-slQFp .framer-1m0espr, .framer-slQFp .framer-1qojcnk, .framer-slQFp .framer-1lvdtoi, .framer-slQFp .framer-15dv2cm, .framer-slQFp .framer-ic015n, .framer-slQFp .framer-1q5u5kf, .framer-slQFp .framer-3n0e3l, .framer-slQFp .framer-1fxysu5, .framer-slQFp .framer-lo56u2, .framer-slQFp .framer-1u13tiw, .framer-slQFp .framer-12xpgd0, .framer-slQFp .framer-1r1skl0, .framer-slQFp .framer-1fb656p, .framer-slQFp .framer-1ul3inl, .framer-slQFp .framer-1e4puya, .framer-slQFp .framer-1wc1kp6, .framer-slQFp .framer-1oc43dt, .framer-slQFp .framer-1ttephk, .framer-slQFp .framer-p8gbrf, .framer-slQFp .framer-1to7x8q, .framer-slQFp .framer-rav7ta { -webkit-user-select: auto; flex: none; height: auto; pointer-events: auto; position: relative; user-select: auto; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-slQFp .framer-15qqsu5, .framer-slQFp .framer-18gp7be, .framer-slQFp .framer-17xk4e2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-slQFp .framer-ne55ty { 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-start; overflow: visible; padding: 0px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-slQFp .framer-1bpz7u9 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-slQFp .framer-19yfjkz, .framer-slQFp .framer-1rjnp5d, .framer-slQFp .framer-l3a6p6, .framer-slQFp .framer-i0056q, .framer-slQFp .framer-lg9dog, .framer-slQFp .framer-1fcqgoh { 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: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-slQFp .framer-1gazom9 { 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: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-slQFp .framer-pzbvki { 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-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-slQFp .framer-pz1w3m, .framer-slQFp .framer-w4wyyo, .framer-slQFp .framer-1tvmnri { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-slQFp .framer-1hdoo5u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 30px 0px; position: relative; width: 100%; }\",\".framer-slQFp .framer-su8aqy { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-slQFp .framer-s08ivp, .framer-slQFp .framer-1q8km4d { 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: visible; padding: 0px 0px 0px 30px; position: relative; width: 1px; }\",\".framer-slQFp .framer-uajvza { 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: visible; padding: 0px 20px 0px 0px; position: relative; width: 100%; }\",\".framer-slQFp .framer-1gkmcpl { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 406px; justify-content: flex-start; overflow: visible; padding: 0px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-slQFp .framer-8hhs7y { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-slQFp .framer-14vu4ya { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 62px; }\",\".framer-slQFp .framer-1goswfd { aspect-ratio: 1 / 1; flex: none; height: 26px; position: relative; text-decoration: none; width: var(--framer-aspect-ratio-supported, 26px); }\",\".framer-slQFp .framer-1yblhto { aspect-ratio: 1 / 1; flex: none; height: 26px; position: relative; width: var(--framer-aspect-ratio-supported, 26px); }\",\".framer-slQFp .framer-otfry7, .framer-slQFp .framer-4aqetd, .framer-slQFp .framer-195i2b2, .framer-slQFp .framer-1xbrfim, .framer-slQFp .framer-d1efpc, .framer-slQFp .framer-dtumly, .framer-slQFp .framer-mg83p9, .framer-slQFp .framer-15ec0jh, .framer-slQFp .framer-nmn9s0, .framer-slQFp .framer-13zddj7, .framer-slQFp .framer-u9bqx5, .framer-slQFp .framer-1a10kzg { 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: min-content; }\",\".framer-slQFp .framer-120uh2x { flex: none; height: 22px; position: relative; text-decoration: none; width: 29px; }\",\".framer-slQFp .framer-1oc8aeu { flex: none; height: 26px; position: relative; text-decoration: none; width: 26px; }\",\".framer-slQFp .framer-1f3rxnw { 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: visible; padding: 10px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-slQFp .framer-1tktc41-container, .framer-slQFp .framer-1wu8809-container, .framer-slQFp .framer-1jf2ypk-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-slQFp .framer-171iz7o, .framer-slQFp .framer-4ym9sx, .framer-slQFp .framer-nmvh2z, .framer-slQFp .framer-1u5v6g, .framer-slQFp .framer-10xe4zy, .framer-slQFp .framer-1ir24nn { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 50px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 131px; will-change: var(--framer-will-change-override, transform); }\",\".framer-slQFp .framer-2a4lfc { 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: 20px 27px 0px 27px; position: relative; width: 100%; }\",\".framer-slQFp .framer-1cxse8v, .framer-slQFp .framer-wp3pmr, .framer-slQFp .framer-1ch9uej, .framer-slQFp .framer-1pzodsi, .framer-slQFp .framer-r1x4m5 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-slQFp .framer-e9l6ui { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-slQFp .framer-1ebxaf8 { flex: none; height: 383px; overflow: hidden; position: absolute; right: -1px; top: 1px; width: 390px; z-index: 1; }\",\".framer-slQFp .framer-eadixe { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: 42px; top: calc(47.65625000000002% - 40px / 2); width: 52px; }\",\".framer-slQFp .framer-1ui844f { flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-slQFp .framer-1o495a5 { 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: visible; padding: 0px; position: relative; width: 89%; }\",\".framer-slQFp .framer-cf4qoe { 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: 0px; position: relative; width: 100%; }\",\".framer-slQFp .framer-1nqm11q, .framer-slQFp .framer-9y2jyu { aspect-ratio: 3.5510204081632653 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 49px); position: relative; width: 174px; }\",\".framer-slQFp .framer-1vm7qj2 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: wrap; gap: 20px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px 10px 0px 10px; position: relative; width: 1px; }\",\".framer-slQFp .framer-1mzeexo { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 470px; word-break: break-word; word-wrap: break-word; }\",\".framer-slQFp .framer-v9lpq, .framer-slQFp .framer-1wpb8km, .framer-slQFp .framer-vsj7dp { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-slQFp .framer-ijfhog { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-slQFp .framer-1lzb6hx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 50px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-slQFp .framer-8hxdfy { 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; min-width: 100px; overflow: visible; padding: 0px 0px 30px 0px; position: relative; width: 1px; }\",\".framer-slQFp .framer-rbv18u { -webkit-user-select: none; flex: none; height: auto; min-width: 100px; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-slQFp .framer-53ohvf, .framer-slQFp .framer-1hiohn4, .framer-slQFp .framer-10rv7iu, .framer-slQFp .framer-6m6jb2, .framer-slQFp .framer-1prbek4, .framer-slQFp .framer-1ebh730, .framer-slQFp .framer-kax7fc { 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: visible; padding: 10px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-slQFp .framer-6hi8eq, .framer-slQFp .framer-dptgrt, .framer-slQFp .framer-1ndev0o, .framer-slQFp .framer-1odwfch, .framer-slQFp .framer-10nwogr, .framer-slQFp .framer-hmv5zf, .framer-slQFp .framer-1h1vpv4, .framer-slQFp .framer-1cjkusj, .framer-slQFp .framer-lqrgzx, .framer-slQFp .framer-umbjt5, .framer-slQFp .framer-t1k24i, .framer-slQFp .framer-4hnzjn, .framer-slQFp .framer-1ilv9df, .framer-slQFp .framer-9olg8x, .framer-slQFp .framer-djbvvr, .framer-slQFp .framer-471e1z, .framer-slQFp .framer-1ld96yr, .framer-slQFp .framer-1xz3hiz, .framer-slQFp .framer-1n3rif4, .framer-slQFp .framer-1o4456r, .framer-slQFp .framer-1jy9e83, .framer-slQFp .framer-1yf16zd, .framer-slQFp .framer-vz2438, .framer-slQFp .framer-1ed6xb0, .framer-slQFp .framer-16di83p, .framer-slQFp .framer-1r7kfj1, .framer-slQFp .framer-rfc5sb, .framer-slQFp .framer-1o787pv, .framer-slQFp .framer-1lag4v2, .framer-slQFp .framer-1qc3cnm, .framer-slQFp .framer-1d6tgsz, .framer-slQFp .framer-1kmad2t, .framer-slQFp .framer-1aod6cz, .framer-slQFp .framer-16b0tt7, .framer-slQFp .framer-1i2oeyt { -webkit-user-select: auto; flex: none; height: auto; pointer-events: auto; position: relative; user-select: auto; white-space: pre; width: auto; }\",\".framer-slQFp .framer-1kfim5h, .framer-slQFp .framer-1h64ig1 { 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: visible; padding: 0px 0px 30px 0px; position: relative; width: 1px; }\",\".framer-slQFp .framer-16hf5a1, .framer-slQFp .framer-1n3my9x, .framer-slQFp .framer-7cy9kn, .framer-slQFp .framer-a5s8gq, .framer-slQFp .framer-1erg6cv, .framer-slQFp .framer-nj0m3g, .framer-slQFp .framer-iqxmcp, .framer-slQFp .framer-z6ty34, .framer-slQFp .framer-1xmhzqv, .framer-slQFp .framer-todalv, .framer-slQFp .framer-102re6q, .framer-slQFp .framer-1yymae4, .framer-slQFp .framer-rbng56, .framer-slQFp .framer-7urgcn, .framer-slQFp .framer-1fg099h, .framer-slQFp .framer-1mnxwad, .framer-slQFp .framer-af4p2l, .framer-slQFp .framer-1n4l8yd, .framer-slQFp .framer-h9cvrd, .framer-slQFp .framer-t47klr, .framer-slQFp .framer-1dm6sm5, .framer-slQFp .framer-txt8t2, .framer-slQFp .framer-w0gmht, .framer-slQFp .framer-1e1h56k, .framer-slQFp .framer-w4mmsh, .framer-slQFp .framer-zspv7r, .framer-slQFp .framer-1a42mqd, .framer-slQFp .framer-1h0ci72, .framer-slQFp .framer-a9rafx, .framer-slQFp .framer-1ng7jeo, .framer-slQFp .framer-11mhfd1, .framer-slQFp .framer-1suxg0t, .framer-slQFp .framer-jowvt0, .framer-slQFp .framer-135j42b, .framer-slQFp .framer-1cjanqe, .framer-slQFp .framer-lkn2i4, .framer-slQFp .framer-e93qvr, .framer-slQFp .framer-1bgd6ra, .framer-slQFp .framer-o6evb1, .framer-slQFp .framer-gyy39e, .framer-slQFp .framer-1alvheo, .framer-slQFp .framer-1jy4p40, .framer-slQFp .framer-1tm52gk, .framer-slQFp .framer-d004be, .framer-slQFp .framer-yr7xs1, .framer-slQFp .framer-x5q73s, .framer-slQFp .framer-19871yx, .framer-slQFp .framer-8xixrz, .framer-slQFp .framer-18xck5x, .framer-slQFp .framer-1wyncsl, .framer-slQFp .framer-iw5xdy, .framer-slQFp .framer-1uiosit, .framer-slQFp .framer-10wksqh, .framer-slQFp .framer-1ro7ok4, .framer-slQFp .framer-m03qjq, .framer-slQFp .framer-1dz2080, .framer-slQFp .framer-tux0qd, .framer-slQFp .framer-ady3n9, .framer-slQFp .framer-1tlc8g7, .framer-slQFp .framer-v265k, .framer-slQFp .framer-1mlrjgi, .framer-slQFp .framer-4893ow, .framer-slQFp .framer-11wsdgf, .framer-slQFp .framer-1u325dz, .framer-slQFp .framer-8sw5qg, .framer-slQFp .framer-jjxsgv, .framer-slQFp .framer-forsei, .framer-slQFp .framer-1lwtc72 { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-slQFp .framer-7oku8q, .framer-slQFp .framer-qnool7, .framer-slQFp .framer-1ehwcdt, .framer-slQFp .framer-956iju, .framer-slQFp .framer-11ws668, .framer-slQFp .framer-1dm2eev { 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: visible; padding: 10px 0px 0px 0px; position: relative; width: 138px; }\",\".framer-slQFp .framer-vor41s { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 12px 0px 0px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-slQFp .framer-yc6wed, .framer-slQFp .framer-1x7lnyd, .framer-slQFp .framer-ef5hsi, .framer-slQFp .framer-1p8ktmk { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-slQFp .framer-57pizw-container { flex: none; height: auto; position: relative; width: 480px; }\",\".framer-slQFp .framer-1aosvbw { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 15px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-slQFp .framer-1q20jdh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-slQFp .framer-1dbzx86 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-slQFp .framer-1zia83 { align-content: flex-end; align-items: flex-end; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 23px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 163px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-slQFp .framer-bl0st5, .framer-slQFp .framer-mj0118 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 163px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-slQFp .framer-1ydasqa { align-content: flex-end; align-items: flex-end; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 89px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-slQFp .framer-iw3agt, .framer-slQFp .framer-1qcx42t { flex: none; height: 100px; overflow: visible; position: relative; width: 90px; }\",\".framer-slQFp .framer-fff8l6, .framer-slQFp .framer-169f812, .framer-slQFp .framer-xqd2cs, .framer-slQFp .framer-1oru1t6, .framer-slQFp .framer-1c4tmq3, .framer-slQFp .framer-mixqtq, .framer-slQFp .framer-1onhqmc, .framer-slQFp .framer-hvx00f { flex: none; height: 90px; overflow: visible; position: relative; width: 90px; }\",\".framer-slQFp .framer-7u3d3m, .framer-slQFp .framer-1fqrr2b, .framer-slQFp .framer-1ns5zbk, .framer-slQFp .framer-16h2su5, .framer-slQFp .framer-165gp69, .framer-slQFp .framer-17dyj9b, .framer-slQFp .framer-1e73rvd, .framer-slQFp .framer-zhnpw5, .framer-slQFp .framer-1cuuhoo, .framer-slQFp .framer-1e4lw12, .framer-slQFp .framer-1vyjbof, .framer-slQFp .framer-1ibp4w1, .framer-slQFp .framer-nmytpx, .framer-slQFp .framer-141g1i3, .framer-slQFp .framer-1lzuqm8, .framer-slQFp .framer-ejwe2q, .framer-slQFp .framer-q9tu9k, .framer-slQFp .framer-f22qou { flex: none; height: 80px; overflow: visible; position: relative; width: 80px; }\",\".framer-slQFp .framer-b33t5r { 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: 0px 61px 0px 27px; position: relative; width: 93%; }\",\".framer-slQFp .framer-10ngmo5, .framer-slQFp .framer-eahn2k, .framer-slQFp .framer-19y377m, .framer-slQFp .framer-1co95l0 { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-slQFp .framer-nvfl1y, .framer-slQFp .framer-l4jmpf { flex: none; height: 23px; position: relative; text-decoration: none; width: 23px; }\",\".framer-slQFp .framer-1q2t2yj, .framer-slQFp .framer-16go8pe { flex: none; height: 19px; position: relative; text-decoration: none; width: 19px; }\",\".framer-slQFp .framer-2ng9wr, .framer-slQFp .framer-1qotnq5, .framer-slQFp .framer-1lpoc9x, .framer-slQFp .framer-189q51y { flex: none; height: 18px; position: relative; text-decoration: none; width: 25px; }\",\".framer-slQFp .framer-3pg5b3, .framer-slQFp .framer-djgp3j { flex: none; height: 17px; position: relative; text-decoration: none; width: 19px; }\",\".framer-slQFp .framer-npdwe9 { flex: none; height: 2px; left: calc(50.00000000000002% - 96.66666666666667% / 2); overflow: visible; position: absolute; top: 111px; width: 97%; z-index: 1; }\",\".framer-slQFp .framer-pvg9bp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-slQFp .framer-14v8xxs { 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: visible; padding: 0px; position: relative; width: 1102px; }\",\".framer-slQFp .framer-1xk5jw6, .framer-slQFp .framer-uolv6e { 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-slQFp .framer-y4er2l { align-content: center; align-items: center; bottom: -23px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: absolute; right: 0px; width: min-content; z-index: 1; }\",\".framer-slQFp .framer-is84ew { flex: none; gap: 10px; height: 91px; overflow: visible; position: relative; width: 140px; z-index: -1; }\",\".framer-slQFp .framer-nuvuuk { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 50px 0px 20px 0px; position: relative; width: 1px; }\",\".framer-slQFp .framer-18zl0hx { align-content: flex-start; align-items: flex-start; aspect-ratio: 6.818181818181818 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: var(--framer-aspect-ratio-supported, 479px); justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 270px; }\",\".framer-slQFp .framer-eem2qz, .framer-slQFp .framer-15xw0c2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 49px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 174px; }\",\".framer-slQFp .framer-10v6fdx, .framer-slQFp .framer-b2lp4d { flex: none; height: 20px; overflow: visible; position: relative; width: 258px; }\",\".framer-slQFp .framer-x5da1a, .framer-slQFp .framer-w5zuk1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 270px; z-index: 2; }\",\".framer-slQFp .framer-yrewvw { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-slQFp .framer-4jlw6w { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 2; }\",\".framer-slQFp .framer-1haio24 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 73px; justify-content: center; max-width: 1200px; overflow: visible; padding: 70px 0px 50px 0px; position: relative; width: 100%; }\",\".framer-slQFp .framer-1gql2r1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 714px; }\",\".framer-slQFp .framer-1b5ss01-container, .framer-slQFp .framer-ckfr6r-container { flex: none; height: auto; position: relative; width: 500px; }\",\".framer-slQFp .framer-1ng8ady, .framer-slQFp .framer-1lraa26, .framer-slQFp .framer-t615jq, .framer-slQFp .framer-1w8m9ru { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 18px); position: relative; text-decoration: none; width: 18px; }\",\".framer-slQFp .framer-12rsmpf, .framer-slQFp .framer-145t73k { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 18px); position: relative; width: 18px; }\",\".framer-slQFp .framer-1jh2edb { flex: none; height: 16px; overflow: visible; position: relative; width: 100%; }\",\".framer-slQFp .framer-8f0zir { flex: none; height: 1px; max-width: 1200px; overflow: visible; position: relative; width: 1200px; }\",\".framer-slQFp .framer-1aimy0v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1200px; overflow: visible; padding: 20px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-slQFp .framer-hdt6lb, .framer-slQFp .framer-1ftk5zb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 10px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-slQFp .framer-1r5gn2z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 30px 0px 30px 0px; position: relative; width: 98%; }\",\".framer-slQFp .framer-1mtcnh2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-slQFp .framer-nsas9x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 12px 0px 0px 0px; position: relative; width: 96%; }\",\".framer-slQFp .framer-mpnx5z { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 90%; }\",\".framer-slQFp .framer-1o18qhh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 50px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-slQFp .framer-1p0dc0g, .framer-slQFp .framer-1v7chpt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-width: 100px; overflow: visible; padding: 0px 0px 30px 0px; position: relative; width: 100%; }\",\".framer-slQFp .framer-1vdqe79, .framer-slQFp .framer-mc9zo6 { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 343px; word-break: break-word; word-wrap: break-word; }\",\".framer-slQFp .framer-pu4fuj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 30px 0px; position: relative; width: 100%; }\",\".framer-slQFp .framer-onjv87 { -webkit-user-select: none; cursor: pointer; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-slQFp .framer-1xsnoi6 { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; overflow: hidden; padding: 28px 0px 0px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-slQFp .framer-1kexuyr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 14px 0px; position: relative; width: 100%; }\",\".framer-slQFp .framer-12rm80w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 90%; }\",\".framer-slQFp .framer-3u9417 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 33px 0px 4px; position: relative; width: 100%; }\",\".framer-slQFp .framer-ubgcrm, .framer-slQFp .framer-kjziw5, .framer-slQFp .framer-1jvzite { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-slQFp .framer-94jfyd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-slQFp .framer-1s1l4fx { aspect-ratio: 4.275862068965517 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 23px); position: relative; width: 100px; }\",\".framer-slQFp .framer-13bciin { aspect-ratio: 0.9705882352941176 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 36px); position: relative; width: 35px; }\",\".framer-slQFp .framer-1smic5v { aspect-ratio: 2.861111111111111 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 35px); overflow: visible; position: relative; width: 100px; }\",\".framer-slQFp .framer-hejcjm { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-slQFp .framer-1uni5n1 { 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: 0px; position: relative; width: 90%; }\",\".framer-slQFp .framer-1eko9ed { flex: none; height: 2px; left: calc(50.00000000000002% - 100% / 2); overflow: visible; position: absolute; top: 194px; width: 100%; z-index: 1; }\",\".framer-slQFp .framer-1go9l64 { 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: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-slQFp .framer-1x6t7wu { align-content: center; align-items: center; bottom: 176px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: absolute; right: 0px; width: 140px; z-index: 1; }\",\".framer-slQFp .framer-1cp6vmq { flex: 1 0 0px; height: 91px; overflow: visible; position: relative; width: 1px; }\",\".framer-slQFp .framer-13xt1e5 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: wrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 100%; min-width: 100%; overflow: visible; padding: 50px 0px 50px 0px; position: relative; width: 1px; }\",\".framer-slQFp .framer-jd3vhn { 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: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-slQFp .framer-129hzkb { align-content: flex-end; align-items: flex-end; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px 0px 20px 0px; position: relative; width: auto; }\",\".framer-slQFp .framer-488vx8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 0px 0px 20px; position: relative; width: min-content; }\",\".framer-slQFp .framer-ltz7fy, .framer-slQFp .framer-1fz78aw, .framer-slQFp .framer-395xny { 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: visible; padding: 10px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-slQFp .framer-1vmni9x, .framer-slQFp .framer-11xwayp, .framer-slQFp .framer-rszgnl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-slQFp .framer-aydeo { 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: visible; padding: 10px 20px 0px 0px; position: relative; width: min-content; }\",\".framer-slQFp .framer-1l03xlg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-slQFp .framer-ki986n { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; max-width: 100%; overflow: visible; padding: 0px 0px 100px 0px; position: relative; width: 213px; }\",\".framer-slQFp .framer-zs3qcn { 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-end; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-slQFp .framer-10t1agn { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 73px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-slQFp .framer-hzmnzs { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-slQFp .framer-130n2e { flex: none; height: 16px; overflow: visible; position: relative; width: 786px; }\",\".framer-slQFp .framer-owc3id { flex: none; height: 1px; overflow: visible; position: relative; width: 100%; }\",\".framer-slQFp .framer-fd73dx { 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: 20px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-slQFp.framer-v-1jufykj.framer-vm32hh { gap: 0px; width: 826px; }\",\".framer-slQFp.framer-v-1jufykj .framer-1o495a5, .framer-slQFp.framer-v-wjizft .framer-pu4fuj, .framer-slQFp.framer-v-wjizft .framer-13zddj7, .framer-slQFp.framer-v-c70pxw .framer-w5zuk1 { order: 2; }\",\".framer-slQFp.framer-v-1jufykj .framer-1dbzx86, .framer-slQFp.framer-v-wjizft .framer-1v7chpt, .framer-slQFp.framer-v-wjizft .framer-1jf2ypk-container, .framer-slQFp.framer-v-wjizft .framer-3u9417, .framer-slQFp.framer-v-wjizft .framer-nmn9s0, .framer-slQFp.framer-v-c70pxw .framer-b2lp4d, .framer-slQFp.framer-v-1r831a9 .framer-1gazom9, .framer-slQFp.framer-v-1r831a9 .framer-1ebxaf8 { order: 1; }\",\".framer-slQFp.framer-v-1jufykj .framer-4aqetd, .framer-slQFp.framer-v-wjizft .framer-1p0dc0g, .framer-slQFp.framer-v-wjizft .framer-1kexuyr, .framer-slQFp.framer-v-wjizft .framer-hejcjm, .framer-slQFp.framer-v-wjizft .framer-15ec0jh, .framer-slQFp.framer-v-c70pxw .framer-15xw0c2, .framer-slQFp.framer-v-1r831a9 .framer-1mnclid, .framer-slQFp.framer-v-1r831a9 .framer-zvnu8i, .framer-slQFp.framer-v-1r831a9 .framer-ne55ty, .framer-slQFp.framer-v-1r831a9 .framer-1bpz7u9 { order: 0; }\",\".framer-slQFp.framer-v-1jufykj .framer-b33t5r, .framer-slQFp.framer-v-wjizft .framer-17xk4e2, .framer-slQFp.framer-v-wjizft .framer-u9bqx5, .framer-slQFp.framer-v-c70pxw .framer-129hzkb { order: 3; }\",\".framer-slQFp.framer-v-1jufykj .framer-npdwe9, .framer-slQFp.framer-v-wjizft .framer-1xsnoi6, .framer-slQFp.framer-v-wjizft .framer-1a10kzg { order: 4; }\",\".framer-slQFp.framer-v-1jufykj .framer-1haio24, .framer-slQFp.framer-v-wjizft .framer-1e4lw12 { order: 6; }\",\".framer-slQFp.framer-v-1jufykj .framer-1jh2edb { order: 7; }\",\".framer-slQFp.framer-v-1jufykj .framer-1aimy0v { order: 9; }\",\".framer-slQFp.framer-v-wjizft.framer-vm32hh, .framer-slQFp.framer-v-1r831a9.framer-vm32hh { width: 390px; }\",\".framer-slQFp.framer-v-wjizft .framer-1vyjbof { order: 5; }\",\".framer-slQFp.framer-v-c70pxw.framer-vm32hh { width: 826px; }\",\".framer-slQFp.framer-v-c70pxw .framer-1go9l64 { order: 13; }\",\".framer-slQFp.framer-v-1r831a9 .framer-1168nb1 { height: 49px; width: 174px; }\",\".framer-slQFp.framer-v-1r831a9 .framer-2a4lfc { flex-direction: column; padding: 20px 0px 0px 0px; }\",\".framer-slQFp.framer-v-1r831a9 .framer-1cxse8v { flex: none; width: 100%; }\",\".framer-slQFp.framer-v-1r831a9 .framer-e9l6ui { flex: none; padding: 10px 0px 0px 0px; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 815\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"KNoFB2neY\":{\"layout\":[\"fixed\",\"auto\"]},\"ZgQrjZ_eG\":{\"layout\":[\"fixed\",\"auto\"]},\"GNKcMWG4r\":{\"layout\":[\"fixed\",\"auto\"]},\"A6oMCgPm9\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerdN6_4MNys=withCSS(Component,css,\"framer-slQFp\");export default FramerdN6_4MNys;FramerdN6_4MNys.displayName=\"Footer v2\";FramerdN6_4MNys.defaultProps={height:815,width:1200};addPropertyControls(FramerdN6_4MNys,{variant:{options:[\"Uw8F_RBLA\",\"KNoFB2neY\",\"ZgQrjZ_eG\",\"GNKcMWG4r\",\"A6oMCgPm9\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile\",\"Tablet V2\",\"Mobile V2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerdN6_4MNys,[{explicitInter:true,fonts:[{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v7/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QF5bwkEU4HTy.woff2\",weight:\"400\"},{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v7/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_eYR15bwkEU4HTy.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v7/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_dNQF5bwkEU4HTy.woff2\",weight:\"500\"}]},...InputFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdN6_4MNys\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KNoFB2neY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZgQrjZ_eG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GNKcMWG4r\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"A6oMCgPm9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"815\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./dN6_4MNys.map", "// Generated by Framer (3d3d426)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={b_11NjYWo:{hover:true},efickLc7j:{hover:true}};const cycleOrder=[\"efickLc7j\",\"b_11NjYWo\",\"W43BZLMKc\",\"ytF1Nd6RK\",\"M1p7TNk0W\",\"YE0t7OWFg\",\"aexEOZzkW\",\"mgVr09FRA\",\"G9q72nSue\",\"P7P_teyXI\",\"fiGwYtFLp\",\"ua2i_ASNx\",\"wi4qG262Y\"];const serializationHash=\"framer-V1qtX\";const variantClassNames={aexEOZzkW:\"framer-v-1v64vb2\",b_11NjYWo:\"framer-v-1nycbct\",efickLc7j:\"framer-v-18ffh1t\",fiGwYtFLp:\"framer-v-1p874fb\",G9q72nSue:\"framer-v-2nhuzg\",M1p7TNk0W:\"framer-v-1lswroa\",mgVr09FRA:\"framer-v-1qxq2op\",P7P_teyXI:\"framer-v-12nd71t\",ua2i_ASNx:\"framer-v-1ujilpj\",W43BZLMKc:\"framer-v-19eklrl\",wi4qG262Y:\"framer-v-um0kxm\",YE0t7OWFg:\"framer-v-kmztn\",ytF1Nd6RK:\"framer-v-ybjtvo\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"CDP Banner Button Blue\":\"G9q72nSue\",\"CDP Banner Button Light\":\"mgVr09FRA\",\"CDP Banner Button\":\"aexEOZzkW\",\"CDP Buttons Cyan Color\":\"YE0t7OWFg\",\"Home2-primary\":\"ytF1Nd6RK\",\"Home2-secondary\":\"M1p7TNk0W\",\"New Button Primary\":\"ua2i_ASNx\",\"New Button Secondary\":\"wi4qG262Y\",\"Storylane Guide Button\":\"P7P_teyXI\",\"Storylane Guide Secondary Button\":\"fiGwYtFLp\",primary:\"efickLc7j\",secondary:\"b_11NjYWo\",tertiary:\"W43BZLMKc\"};const getProps=({background,background3,border2,height,iconColor,id,isBlank,link,shadow,tap,text,textColor,textcolor2,width,...props})=>{return{...props,c7s06RYL0:iconColor??props.c7s06RYL0??\"var(--token-25a214e9-cbf1-4af0-a399-acd9f28a6322, rgb(12, 12, 74))\",exhNPs3Ud:border2??props.exhNPs3Ud??{borderColor:\"rgba(0, 0, 0, 0)\",borderStyle:\"solid\",borderWidth:1},gP7Gumk_8:shadow??props.gP7Gumk_8,KpOGiak6F:textcolor2??props.KpOGiak6F??\"rgb(255, 255, 255)\",Ks6KX6DPS:background3??props.Ks6KX6DPS??\"var(--token-6dc525e5-1ec9-4a8c-ab67-151994ea633e, rgb(140, 0, 255))\",LXvvHehoc:tap??props.LXvvHehoc,nD0NOQaTa:textColor??props.nD0NOQaTa??\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56))\",variant:humanReadableVariantMap[props.variant]??props.variant??\"efickLc7j\",WAPokJyKt:background??props.WAPokJyKt??\"rgba(35, 210, 231, 0.2)\",XFKMs5xxS:isBlank??props.XFKMs5xxS,YIREqjclu:text??props.YIREqjclu??\"button\",YvwU7lwtq:link??props.YvwU7lwtq};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,YIREqjclu,YvwU7lwtq,XFKMs5xxS,WAPokJyKt,LXvvHehoc,nD0NOQaTa,c7s06RYL0,exhNPs3Ud,gP7Gumk_8,Ks6KX6DPS,KpOGiak6F,ERvNMjl_m,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"efickLc7j\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapooipe7=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(LXvvHehoc){const res=await LXvvHehoc(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"ytF1Nd6RK\",\"YE0t7OWFg\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"aexEOZzkW\",\"mgVr09FRA\",\"G9q72nSue\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"aexEOZzkW\",\"mgVr09FRA\",\"G9q72nSue\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:YvwU7lwtq,motionChild:true,nodeId:\"efickLc7j\",openInNewTab:XFKMs5xxS,scopeId:\"SHPzadXSo\",smoothScroll:false,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-18ffh1t\",className,classNames)} framer-o92r0t`,\"data-border\":true,\"data-framer-name\":\"primary\",layoutDependency:layoutDependency,layoutId:\"efickLc7j\",ref:refBinding,style:{\"--1t4m1iv\":gP7Gumk_8,\"--border-bottom-width\":(exhNPs3Ud.borderBottomWidth??exhNPs3Ud.borderWidth)+\"px\",\"--border-color\":exhNPs3Ud.borderColor,\"--border-left-width\":(exhNPs3Ud.borderLeftWidth??exhNPs3Ud.borderWidth)+\"px\",\"--border-right-width\":(exhNPs3Ud.borderRightWidth??exhNPs3Ud.borderWidth)+\"px\",\"--border-style\":exhNPs3Ud.borderStyle,\"--border-top-width\":(exhNPs3Ud.borderTopWidth??exhNPs3Ud.borderWidth)+\"px\",background:`linear-gradient(90deg, ${Ks6KX6DPS} 0%, ${Ks6KX6DPS} 100%)`,backgroundColor:Ks6KX6DPS,borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,boxShadow:\"var(--1t4m1iv)\",...style},variants:{\"b_11NjYWo-hover\":{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},\"efickLc7j-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 0px 6px 0px rgb(255, 255, 255)\"},aexEOZzkW:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",background:`linear-gradient(90deg, ${WAPokJyKt} 0%, ${WAPokJyKt} 100%)`,backgroundColor:WAPokJyKt,borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},b_11NjYWo:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"linear-gradient(90deg, rgba(221, 219, 255, 0.1) 0%, rgba(221, 219, 255, 0.1) 100%)\",backgroundColor:\"rgba(221, 219, 255, 0.1)\"},fiGwYtFLp:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgba(255, 255, 255, 0.4)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",background:`linear-gradient(90deg, ${ERvNMjl_m} 0%, ${ERvNMjl_m} 100%)`,backgroundColor:ERvNMjl_m},G9q72nSue:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",background:`linear-gradient(90deg, ${WAPokJyKt} 0%, ${WAPokJyKt} 100%)`,backgroundColor:WAPokJyKt,borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},M1p7TNk0W:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-f4c97e34-2bf3-4751-915d-c2e6359d478b, rgb(72, 63, 236))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",background:`linear-gradient(90deg, ${ERvNMjl_m} 0%, ${ERvNMjl_m} 100%)`,backgroundColor:ERvNMjl_m},mgVr09FRA:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",background:`linear-gradient(90deg, ${WAPokJyKt} 0%, ${WAPokJyKt} 100%)`,backgroundColor:WAPokJyKt,borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},P7P_teyXI:{background:\"linear-gradient(90deg, var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255)) 0%, var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255)) 100%)\",backgroundColor:\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\",boxShadow:\"0px 0px 6px 0px rgb(255, 255, 255)\"},ua2i_ASNx:{background:\"linear-gradient(90deg, var(--token-da3f52eb-c374-46e4-bdb3-1ed369e9a786, rgb(173, 255, 0)) 0%, var(--token-bdeb037e-5426-449d-b8b0-a8f6344b0a82, rgb(50, 205, 50)) 100%)\",backgroundColor:\"rgba(0, 0, 0, 0)\",boxShadow:\"none\"},W43BZLMKc:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},wi4qG262Y:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"linear-gradient(90deg, var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255)) 0%, var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255)) 100%)\",backgroundColor:\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\",boxShadow:\"0px 1px 3px 0px rgba(18, 18, 18, 0.1), 0px 0px 0px 1px rgba(18, 18, 18, 0.07), 0px 1px 1px 0px rgba(18, 18, 18, 0.07)\"},YE0t7OWFg:{background:\"linear-gradient(90deg, rgb(35, 210, 231) 0%, rgb(35, 210, 231) 100%)\",backgroundColor:\"rgb(35, 210, 231)\"}},...addPropertyOverrides({\"b_11NjYWo-hover\":{\"data-framer-name\":undefined},\"efickLc7j-hover\":{\"data-framer-name\":undefined},aexEOZzkW:{\"data-framer-name\":\"CDP Banner Button\",\"data-highlight\":true,onTap:onTapooipe7},b_11NjYWo:{\"data-framer-name\":\"secondary\"},fiGwYtFLp:{\"data-framer-name\":\"Storylane Guide Secondary Button\"},G9q72nSue:{\"data-framer-name\":\"CDP Banner Button Blue\",\"data-highlight\":true,onTap:onTapooipe7},M1p7TNk0W:{\"data-framer-name\":\"Home2-secondary\"},mgVr09FRA:{\"data-framer-name\":\"CDP Banner Button Light\",\"data-highlight\":true,onTap:onTapooipe7},P7P_teyXI:{\"data-framer-name\":\"Storylane Guide Button\"},ua2i_ASNx:{\"data-framer-name\":\"New Button Primary\"},W43BZLMKc:{\"data-framer-name\":\"tertiary\"},wi4qG262Y:{\"data-framer-name\":\"New Button Secondary\"},YE0t7OWFg:{\"data-framer-name\":\"CDP Buttons Cyan Color\"},ytF1Nd6RK:{\"data-framer-name\":\"Home2-primary\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.button,{className:\"framer-gzq0t\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"AIG1OtFWE\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},variants:{\"b_11NjYWo-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\"},\"efickLc7j-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\"},fiGwYtFLp:{backgroundColor:\"rgba(0, 0, 0, 0)\"},P7P_teyXI:{backgroundColor:\"rgb(255, 255, 255)\"},ua2i_ASNx:{backgroundColor:\"rgba(0, 0, 0, 0)\"},wi4qG262Y:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-ax5a00\",\"data-framer-name\":\"login\",fill:\"black\",intrinsicHeight:20,intrinsicWidth:21,layoutDependency:layoutDependency,layoutId:\"nR1GXs5Ky\",svg:'<svg width=\"21\" height=\"20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9.084 6.417a.82.82 0 0 0 0 1.166l1.583 1.584H3a.836.836 0 0 0-.833.833c0 .458.375.833.833.833h7.667l-1.583 1.584a.82.82 0 0 0 0 1.166.82.82 0 0 0 1.166 0l2.992-2.991a.83.83 0 0 0 0-1.175l-2.992-3a.82.82 0 0 0-1.166 0Zm8.083 9.416h-5.833a.836.836 0 0 0-.834.834c0 .458.375.833.834.833h5.833c.917 0 1.667-.75 1.667-1.667V4.167c0-.917-.75-1.667-1.667-1.667h-5.833a.836.836 0 0 0-.834.833c0 .459.375.834.834.834h5.833v11.666Z\" fill=\"#fff\"/></svg>',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-nD0NOQaTa-SHPzadXSo))\"},children:\"button\"})}),className:\"framer-oy9orp\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"fGmY89BSf\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-nD0NOQaTa-SHPzadXSo)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-KpOGiak6F-SHPzadXSo\":KpOGiak6F,\"--variable-reference-nD0NOQaTa-SHPzadXSo\":nD0NOQaTa},text:YIREqjclu,variants:{b_11NjYWo:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},M1p7TNk0W:{\"--extracted-r6o4lv\":\"var(--token-f4c97e34-2bf3-4751-915d-c2e6359d478b, rgb(72, 63, 236))\"},W43BZLMKc:{\"--extracted-r6o4lv\":\"var(--variable-reference-KpOGiak6F-SHPzadXSo)\",\"--variable-reference-KpOGiak6F-SHPzadXSo\":KpOGiak6F}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({b_11NjYWo:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"button\"})})},fiGwYtFLp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-nD0NOQaTa-SHPzadXSo))\"},children:\"button\"})}),fonts:[\"GF;Figtree-600\"]},M1p7TNk0W:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f4c97e34-2bf3-4751-915d-c2e6359d478b, rgb(72, 63, 236)))\"},children:\"button\"})}),fonts:[\"GF;Figtree-600\"]},W43BZLMKc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-KpOGiak6F-SHPzadXSo))\"},children:\"button\"})})},ytF1Nd6RK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-nD0NOQaTa-SHPzadXSo))\"},children:\"button\"})}),fonts:[\"GF;Figtree-600\"]}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-nD0NOQaTa-SHPzadXSo))\"},children:\"button\"})}),className:\"framer-z4i49o\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"W23OsAmt1\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-nD0NOQaTa-SHPzadXSo)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-nD0NOQaTa-SHPzadXSo\":nD0NOQaTa},variants:{aexEOZzkW:{\"--extracted-r6o4lv\":\"var(--token-25a214e9-cbf1-4af0-a399-acd9f28a6322, rgb(12, 12, 74))\"},G9q72nSue:{\"--extracted-r6o4lv\":\"rgb(58, 135, 255)\"},mgVr09FRA:{\"--extracted-r6o4lv\":\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({aexEOZzkW:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-25a214e9-cbf1-4af0-a399-acd9f28a6322, rgb(12, 12, 74)))\"},children:\"button\"})}),text:YIREqjclu},G9q72nSue:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(58, 135, 255))\"},children:\"button\"})}),text:YIREqjclu},mgVr09FRA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255)))\"},children:\"button\"})}),text:YIREqjclu}},baseVariant,gestureVariant)})]}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-775iyo\",layoutDependency:layoutDependency,layoutId:\"xoGkYB709\",children:isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-rwg7d0\",\"data-framer-name\":\"graphic\",fill:c7s06RYL0,intrinsicHeight:32,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"hDx07U6TA\",svg:'<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M22 9a1 1 0 0 0 0 1.42l4.6 4.6H3.06a1 1 0 1 0 0 2h23.52L22 21.59A1 1 0 0 0 22 23a1 1 0 0 0 1.41 0l6.36-6.36a.88.88 0 0 0 0-1.27L23.42 9A1 1 0 0 0 22 9Z\" data-name=\"Layer 2\"/></svg>',withExternalLayout:true,...addPropertyOverrides({G9q72nSue:{fill:\"rgb(58, 135, 255)\"},mgVr09FRA:{fill:'var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255)) /* {\"name\":\"white\"} */'}},baseVariant,gestureVariant)})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-V1qtX.framer-o92r0t, .framer-V1qtX .framer-o92r0t { display: block; }\",\".framer-V1qtX.framer-18ffh1t { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; padding: 8px 12px 8px 12px; position: relative; text-decoration: none; width: min-content; }\",\".framer-V1qtX .framer-gzq0t { align-content: center; align-items: center; cursor: pointer; 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: min-content; }\",\".framer-V1qtX .framer-ax5a00 { aspect-ratio: 1.05 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); position: relative; width: 21px; }\",\".framer-V1qtX .framer-oy9orp, .framer-V1qtX .framer-z4i49o { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-V1qtX .framer-775iyo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 28px; min-width: 8px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-V1qtX .framer-rwg7d0 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 21px); position: relative; width: 21px; }\",\".framer-V1qtX.framer-v-ybjtvo .framer-gzq0t, .framer-V1qtX.framer-v-1lswroa .framer-gzq0t, .framer-V1qtX.framer-v-1p874fb .framer-gzq0t { padding: 0px 8px 0px 8px; }\",\".framer-V1qtX.framer-v-ybjtvo .framer-ax5a00, .framer-V1qtX.framer-v-kmztn .framer-ax5a00 { order: 1; }\",\".framer-V1qtX.framer-v-ybjtvo .framer-oy9orp, .framer-V1qtX.framer-v-kmztn .framer-oy9orp, .framer-V1qtX.framer-v-1v64vb2 .framer-gzq0t, .framer-V1qtX.framer-v-1qxq2op .framer-gzq0t, .framer-V1qtX.framer-v-2nhuzg .framer-gzq0t { order: 0; }\",\".framer-V1qtX.framer-v-kmztn.framer-18ffh1t { padding: 8px 24px 8px 24px; }\",\".framer-V1qtX.framer-v-1v64vb2.framer-18ffh1t, .framer-V1qtX.framer-v-1qxq2op.framer-18ffh1t, .framer-V1qtX.framer-v-2nhuzg.framer-18ffh1t { gap: 7px; padding: 8px 24px 8px 24px; width: 104px; }\",\".framer-V1qtX.framer-v-1v64vb2 .framer-z4i49o, .framer-V1qtX.framer-v-1qxq2op .framer-z4i49o, .framer-V1qtX.framer-v-2nhuzg .framer-z4i49o { order: 2; }\",\".framer-V1qtX.framer-v-1v64vb2 .framer-775iyo, .framer-V1qtX.framer-v-1qxq2op .framer-775iyo, .framer-V1qtX.framer-v-2nhuzg .framer-775iyo { min-height: unset; min-width: unset; order: 1; }\",\".framer-V1qtX.framer-v-12nd71t.framer-18ffh1t, .framer-V1qtX.framer-v-1ujilpj.framer-18ffh1t, .framer-V1qtX.framer-v-um0kxm.framer-18ffh1t { padding: 10px 32px 10px 32px; }\",'.framer-V1qtX[data-border=\"true\"]::after, .framer-V1qtX [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 44\n * @framerIntrinsicWidth 73\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"b_11NjYWo\":{\"layout\":[\"auto\",\"auto\"]},\"W43BZLMKc\":{\"layout\":[\"auto\",\"auto\"]},\"ytF1Nd6RK\":{\"layout\":[\"auto\",\"auto\"]},\"M1p7TNk0W\":{\"layout\":[\"auto\",\"auto\"]},\"YE0t7OWFg\":{\"layout\":[\"auto\",\"auto\"]},\"aexEOZzkW\":{\"layout\":[\"fixed\",\"auto\"]},\"mgVr09FRA\":{\"layout\":[\"fixed\",\"auto\"]},\"G9q72nSue\":{\"layout\":[\"fixed\",\"auto\"]},\"P7P_teyXI\":{\"layout\":[\"auto\",\"auto\"]},\"fiGwYtFLp\":{\"layout\":[\"auto\",\"auto\"]},\"ua2i_ASNx\":{\"layout\":[\"auto\",\"auto\"]},\"wi4qG262Y\":{\"layout\":[\"auto\",\"auto\"]},\"BZHahS1NI\":{\"layout\":[\"auto\",\"auto\"]},\"uf_kTX3w5\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"YIREqjclu\":\"text\",\"YvwU7lwtq\":\"link\",\"XFKMs5xxS\":\"isBlank\",\"WAPokJyKt\":\"background\",\"LXvvHehoc\":\"tap\",\"nD0NOQaTa\":\"textColor\",\"c7s06RYL0\":\"iconColor\",\"exhNPs3Ud\":\"border2\",\"gP7Gumk_8\":\"shadow\",\"Ks6KX6DPS\":\"background3\",\"KpOGiak6F\":\"textcolor2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerSHPzadXSo=withCSS(Component,css,\"framer-V1qtX\");export default FramerSHPzadXSo;FramerSHPzadXSo.displayName=\"Button\";FramerSHPzadXSo.defaultProps={height:44,width:73};addPropertyControls(FramerSHPzadXSo,{variant:{options:[\"efickLc7j\",\"b_11NjYWo\",\"W43BZLMKc\",\"ytF1Nd6RK\",\"M1p7TNk0W\",\"YE0t7OWFg\",\"aexEOZzkW\",\"mgVr09FRA\",\"G9q72nSue\",\"P7P_teyXI\",\"fiGwYtFLp\",\"ua2i_ASNx\",\"wi4qG262Y\"],optionTitles:[\"primary\",\"secondary\",\"tertiary\",\"Home2-primary\",\"Home2-secondary\",\"CDP Buttons Cyan Color\",\"CDP Banner Button\",\"CDP Banner Button Light\",\"CDP Banner Button Blue\",\"Storylane Guide Button\",\"Storylane Guide Secondary Button\",\"New Button Primary\",\"New Button Secondary\"],title:\"Variant\",type:ControlType.Enum},YIREqjclu:{defaultValue:\"button\",displayTextArea:false,title:\"text\",type:ControlType.String},YvwU7lwtq:{description:\"\",title:\"Link\",type:ControlType.Link},XFKMs5xxS:{defaultValue:false,title:\"isBlank\",type:ControlType.Boolean},WAPokJyKt:{defaultValue:\"rgba(35, 210, 231, 0.2)\",title:\"Background\",type:ControlType.Color},LXvvHehoc:{title:\"Tap\",type:ControlType.EventHandler},nD0NOQaTa:{defaultValue:'var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56)) /* {\"name\":\"new text color\"} */',description:\"\",title:\"TextColor\",type:ControlType.Color},c7s06RYL0:{defaultValue:'var(--token-25a214e9-cbf1-4af0-a399-acd9f28a6322, rgb(12, 12, 74)) /* {\"name\":\"navy\"} */',title:\"iconColor\",type:ControlType.Color},exhNPs3Ud:{defaultValue:{borderColor:\"rgba(0, 0, 0, 0)\",borderStyle:\"solid\",borderWidth:1},title:\"Border 2\",type:ControlType.Border},gP7Gumk_8:{defaultValue:[],description:\"\",title:\"Shadow\",type:ControlType.BoxShadow},Ks6KX6DPS:{defaultValue:'var(--token-6dc525e5-1ec9-4a8c-ab67-151994ea633e, rgb(140, 0, 255)) /* {\"name\":\"new pink linear\"} */',title:\"Background 3\",type:ControlType.Color},KpOGiak6F:{defaultValue:\"rgb(255, 255, 255)\",title:\"textcolor2\",type:ControlType.Color}});addFonts(FramerSHPzadXSo,[{explicitInter:true,fonts:[{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v7/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_dNQF5bwkEU4HTy.woff2\",weight:\"500\"},{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v7/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_ehR15bwkEU4HTy.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSHPzadXSo\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"44\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"YIREqjclu\\\":\\\"text\\\",\\\"YvwU7lwtq\\\":\\\"link\\\",\\\"XFKMs5xxS\\\":\\\"isBlank\\\",\\\"WAPokJyKt\\\":\\\"background\\\",\\\"LXvvHehoc\\\":\\\"tap\\\",\\\"nD0NOQaTa\\\":\\\"textColor\\\",\\\"c7s06RYL0\\\":\\\"iconColor\\\",\\\"exhNPs3Ud\\\":\\\"border2\\\",\\\"gP7Gumk_8\\\":\\\"shadow\\\",\\\"Ks6KX6DPS\\\":\\\"background3\\\",\\\"KpOGiak6F\\\":\\\"textcolor2\\\"}\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"b_11NjYWo\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"W43BZLMKc\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ytF1Nd6RK\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"M1p7TNk0W\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"YE0t7OWFg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"aexEOZzkW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mgVr09FRA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"G9q72nSue\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"P7P_teyXI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"fiGwYtFLp\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ua2i_ASNx\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"wi4qG262Y\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"BZHahS1NI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"uf_kTX3w5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"73\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SHPzadXSo.map", "// Generated by Framer (b0998f3)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-WYCnH .framer-styles-preset-15lawfh:not(.rich-text-wrapper), .framer-WYCnH .framer-styles-preset-15lawfh.rich-text-wrapper a { --framer-link-current-text-color: #111b29; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: #111b29; --framer-link-hover-text-decoration: none; --framer-link-text-color: #111b29; --framer-link-text-decoration: none; }\"];export const className=\"framer-WYCnH\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b0164a3)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-QKtMJ .framer-styles-preset-1utbb69:not(.rich-text-wrapper), .framer-QKtMJ .framer-styles-preset-1utbb69.rich-text-wrapper a { --framer-link-current-text-color: #061334; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: #061334; --framer-link-hover-text-decoration: none; --framer-link-text-color: #061334; --framer-link-text-decoration: none; }\"];export const className=\"framer-QKtMJ\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (3d3d426)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={PBdblwHbY:{hover:true}};const serializationHash=\"framer-TT6eZ\";const variantClassNames={PBdblwHbY:\"framer-v-jg2bta\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({color,desc,height,hover,id,image,link,title,width,...props})=>{return{...props,D1M3sHvr8:desc??props.D1M3sHvr8??\"Learn about your users\",E_jZRIPq2:link??props.E_jZRIPq2,EcP1hXN67:image??props.EcP1hXN67??{pixelHeight:19,pixelWidth:24,src:\"https://framerusercontent.com/images/lXwwIZuczGRl1frt5tTZyrQsNU.svg\"},NtCZKUjVI:color??props.NtCZKUjVI??\"rgb(17, 27, 41)\",q0inEYjSi:hover??props.q0inEYjSi,ypxNhB4_C:title??props.ypxNhB4_C??\"B2ML Explainable AI\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,ypxNhB4_C,EcP1hXN67,E_jZRIPq2,D1M3sHvr8,NtCZKUjVI,q0inEYjSi,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"PBdblwHbY\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1j9zhs0=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(q0inEYjSi){const res=await q0inEYjSi(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:E_jZRIPq2,motionChild:true,nodeId:\"PBdblwHbY\",scopeId:\"AANIEx9Yb\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-jg2bta\",className,classNames)} framer-1usqqn8`,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"PBdblwHbY\",onMouseEnter:onMouseEnter1j9zhs0,ref:refBinding,style:{...style},...addPropertyOverrides({\"PBdblwHbY-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:19,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0),pixelHeight:19,pixelWidth:24,sizes:\"20px\",...toResponsiveImage(EcP1hXN67),...{positionX:\"left\",positionY:\"center\"}},className:\"framer-7r5yfu\",layoutDependency:layoutDependency,layoutId:\"HgowgyPu7\",style:{filter:\"hue-rotate(275deg)\",WebkitFilter:\"hue-rotate(275deg)\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1f84mvx\",layoutDependency:layoutDependency,layoutId:\"Ijp_bqICX\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"11px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-NtCZKUjVI-AANIEx9Yb))\"},children:\"B2ML Explainable AI\"})}),className:\"framer-1gipf7z\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"fv2npvIjc\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-NtCZKUjVI-AANIEx9Yb)\",\"--variable-reference-NtCZKUjVI-AANIEx9Yb\":NtCZKUjVI},text:ypxNhB4_C,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 119, 119))\"},children:\"Learn about your users\"})}),className:\"framer-1ncoxcl\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"iiflxSzAI\",style:{\"--extracted-r6o4lv\":\"rgb(102, 119, 119)\"},text:D1M3sHvr8,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-TT6eZ.framer-1usqqn8, .framer-TT6eZ .framer-1usqqn8 { display: block; }\",\".framer-TT6eZ.framer-jg2bta { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-TT6eZ .framer-7r5yfu { aspect-ratio: 1.263157894736842 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 20px; }\",\".framer-TT6eZ .framer-1f84mvx { 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: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-TT6eZ .framer-1gipf7z, .framer-TT6eZ .framer-1ncoxcl { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 39\n * @framerIntrinsicWidth 162\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"FSoxM_eNN\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"ypxNhB4_C\":\"title\",\"EcP1hXN67\":\"image\",\"E_jZRIPq2\":\"link\",\"D1M3sHvr8\":\"desc\",\"NtCZKUjVI\":\"color\",\"q0inEYjSi\":\"hover\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerAANIEx9Yb=withCSS(Component,css,\"framer-TT6eZ\");export default FramerAANIEx9Yb;FramerAANIEx9Yb.displayName=\"HeaderMenuItem\";FramerAANIEx9Yb.defaultProps={height:39,width:162};addPropertyControls(FramerAANIEx9Yb,{ypxNhB4_C:{defaultValue:\"B2ML Explainable AI\",displayTextArea:false,title:\"Title\",type:ControlType.String},EcP1hXN67:{__defaultAssetReference:\"data:framer/asset-reference,lXwwIZuczGRl1frt5tTZyrQsNU.svg?originalFilename=image%3Furl%3D%252Fheader%252Ficons%252Fexplainable-ai.svg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},E_jZRIPq2:{title:\"Link\",type:ControlType.Link},D1M3sHvr8:{defaultValue:\"Learn about your users\",displayTextArea:false,title:\"Desc\",type:ControlType.String},NtCZKUjVI:{defaultValue:\"rgb(17, 27, 41)\",title:\"Color\",type:ControlType.Color},q0inEYjSi:{title:\"Hover\",type:ControlType.EventHandler}});addFonts(FramerAANIEx9Yb,[{explicitInter:true,fonts:[{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v7/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QF5bwkEU4HTy.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerAANIEx9Yb\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"ypxNhB4_C\\\":\\\"title\\\",\\\"EcP1hXN67\\\":\\\"image\\\",\\\"E_jZRIPq2\\\":\\\"link\\\",\\\"D1M3sHvr8\\\":\\\"desc\\\",\\\"NtCZKUjVI\\\":\\\"color\\\",\\\"q0inEYjSi\\\":\\\"hover\\\"}\",\"framerIntrinsicWidth\":\"162\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"FSoxM_eNN\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"39\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./AANIEx9Yb.map", "// Generated by Framer (915daba)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-7Mvr8\";const variantClassNames={sDlNtZ4RR:\"framer-v-c08urn\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:600,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({fontSize,height,id,tap,textColor,title,width,...props})=>{return{...props,AEJGHHZBg:fontSize??props.AEJGHHZBg??13,DApvjrdfG:title??props.DApvjrdfG??\"Product\",gvoGVZ3jK:tap??props.gvoGVZ3jK,Pf3Z5jFiE:textColor??props.Pf3Z5jFiE??\"rgb(17, 27, 41)\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,DApvjrdfG,gvoGVZ3jK,AEJGHHZBg,Pf3Z5jFiE,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"sDlNtZ4RR\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapqneira=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(gvoGVZ3jK){const res=await gvoGVZ3jK(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-c08urn\",className,classNames),\"data-framer-name\":\"Closed\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"sDlNtZ4RR\",onTap:onTapqneira,ref:ref??ref1,style:{backgroundColor:\"rgba(12, 12, 74, 0)\",...style},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-AEJGHHZBg-SuG358n_A) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-Pf3Z5jFiE-SuG358n_A))\"},children:\"Product\"})}),className:\"framer-vs73am\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"j5rPo6lQH\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-Pf3Z5jFiE-SuG358n_A)\",\"--variable-reference-AEJGHHZBg-SuG358n_A\":AEJGHHZBg,\"--variable-reference-Pf3Z5jFiE-SuG358n_A\":Pf3Z5jFiE},text:DApvjrdfG,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-m8qpib\",\"data-framer-name\":\"icon/line/chevron-down\",layoutDependency:layoutDependency,layoutId:\"MmdIeChLD\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1uomo8n\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:14,layoutDependency:layoutDependency,layoutId:\"I571:14766;51:22122\",style:{rotate:-180},svg:'<svg width=\"14\" height=\"8\" viewBox=\"0 0 14 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.99928 2.82734L2.04928 7.77734L0.635281 6.36335L6.99928 -0.000654618L13.3633 6.36334L11.9493 7.77734L6.99928 2.82734Z\" fill=\"#061334\"/>\\n</svg>\\n',withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-7Mvr8.framer-1n17t54, .framer-7Mvr8 .framer-1n17t54 { display: block; }\",\".framer-7Mvr8.framer-c08urn { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-7Mvr8 .framer-vs73am { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-7Mvr8 .framer-m8qpib { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: hidden; position: relative; width: 24px; }\",\".framer-7Mvr8 .framer-1uomo8n { bottom: 8px; flex: none; left: 5px; position: absolute; right: 6px; top: 8px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 26\n * @framerIntrinsicWidth 70\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"DApvjrdfG\":\"title\",\"gvoGVZ3jK\":\"tap\",\"AEJGHHZBg\":\"fontSize\",\"Pf3Z5jFiE\":\"textColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerSuG358n_A=withCSS(Component,css,\"framer-7Mvr8\");export default FramerSuG358n_A;FramerSuG358n_A.displayName=\"Trigger Copy\";FramerSuG358n_A.defaultProps={height:26,width:70};addPropertyControls(FramerSuG358n_A,{DApvjrdfG:{defaultValue:\"Product\",displayTextArea:false,title:\"Title\",type:ControlType.String},gvoGVZ3jK:{title:\"Tap\",type:ControlType.EventHandler},AEJGHHZBg:{defaultValue:13,title:\"Font Size\",type:ControlType.Number},Pf3Z5jFiE:{defaultValue:\"rgb(17, 27, 41)\",title:\"Text Color\",type:ControlType.Color}});addFonts(FramerSuG358n_A,[{explicitInter:true,fonts:[{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v6/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_dNQF5bwkEU4HTy.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSuG358n_A\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"DApvjrdfG\\\":\\\"title\\\",\\\"gvoGVZ3jK\\\":\\\"tap\\\",\\\"AEJGHHZBg\\\":\\\"fontSize\\\",\\\"Pf3Z5jFiE\\\":\\\"textColor\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"26\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"70\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SuG358n_A.map", "// Generated by Framer (915daba)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,ResolveLinks,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import HeaderMenuItem from\"https://framerusercontent.com/modules/vwPDPPG7tT5HeJhmYEnq/ej0IlIisCptQfp4hRYDc/AANIEx9Yb.js\";import TriggerCopy from\"https://framerusercontent.com/modules/a2AvfARL6jO9iAqqm2lk/K7eZZxt6iMJk4dbnGrNA/SuG358n_A.js\";const TriggerCopyFonts=getFonts(TriggerCopy);const HeaderMenuItemFonts=getFonts(HeaderMenuItem);const cycleOrder=[\"zfQIBh3Eh\",\"lVFad7h7h\",\"bdvhxxpvy\",\"SDRF1ptM2\"];const serializationHash=\"framer-YHOBS\";const variantClassNames={bdvhxxpvy:\"framer-v-3emr3v\",lVFad7h7h:\"framer-v-fvz2fq\",SDRF1ptM2:\"framer-v-akzsw7\",zfQIBh3Eh:\"framer-v-ua4bjq\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Mobile | Closed\":\"bdvhxxpvy\",\"Mobile | Opened\":\"SDRF1ptM2\",Desktop:\"zfQIBh3Eh\",Tablet:\"lVFad7h7h\"};const getProps=({click,height,id,textColor,width,...props})=>{return{...props,I_vAGsdC6:textColor??props.I_vAGsdC6??\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\",variant:humanReadableVariantMap[props.variant]??props.variant??\"zfQIBh3Eh\",VuQnvrrzG:click??props.VuQnvrrzG};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,VuQnvrrzG,I_vAGsdC6,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"zfQIBh3Eh\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap3t73en=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(VuQnvrrzG){const res=await VuQnvrrzG(...args);if(res===false)return false;}});const gvoGVZ3jK1c0uaen=activeVariantCallback(async(...args)=>{setVariant(\"SDRF1ptM2\");});const gvoGVZ3jK1yw8n9p=activeVariantCallback(async(...args)=>{setVariant(\"bdvhxxpvy\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"SDRF1ptM2\")return true;return false;};const router=useRouter();const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-ua4bjq\",className,classNames),\"data-framer-name\":\"Desktop\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"zfQIBh3Eh\",onTap:onTap3t73en,ref:ref??ref1,style:{...style},...addPropertyOverrides({bdvhxxpvy:{\"data-framer-name\":\"Mobile | Closed\"},lVFad7h7h:{\"data-framer-name\":\"Tablet\"},SDRF1ptM2:{\"data-framer-name\":\"Mobile | Opened\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-26)/2+0+0),...addPropertyOverrides({bdvhxxpvy:{width:componentViewport?.width||\"100vw\"},SDRF1ptM2:{width:\"350px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-539)/2+0+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-sv82im-container\",layoutDependency:layoutDependency,layoutId:\"xjiy3i874-container\",nodeId:\"xjiy3i874\",rendersWithMotion:true,scopeId:\"IKCzb76Ty\",children:/*#__PURE__*/_jsx(TriggerCopy,{AEJGHHZBg:13,DApvjrdfG:\"Product\",height:\"100%\",id:\"xjiy3i874\",layoutId:\"xjiy3i874\",Pf3Z5jFiE:I_vAGsdC6,width:\"100%\",...addPropertyOverrides({bdvhxxpvy:{gvoGVZ3jK:gvoGVZ3jK1c0uaen,style:{width:\"100%\"}},lVFad7h7h:{AEJGHHZBg:11},SDRF1ptM2:{gvoGVZ3jK:gvoGVZ3jK1yw8n9p,style:{width:\"100%\"}}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-a7d80x\",layoutDependency:layoutDependency,layoutId:\"rKkv5GuRq\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-g65cuv\",\"data-framer-name\":\"1stColumn\",layoutDependency:layoutDependency,layoutId:\"vHIxswaZw\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vAbW2f6VZ\"},implicitPathVariables:undefined},{href:{webPageId:\"vAbW2f6VZ\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({SDRF1ptM2:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-539)/2+116+20)+0+0+0+49}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-2aiuxa-container\",layoutDependency:layoutDependency,layoutId:\"WxMV54cKN-container\",nodeId:\"WxMV54cKN\",rendersWithMotion:true,scopeId:\"IKCzb76Ty\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Predict user attrition early\",E_jZRIPq2:resolvedLinks[0],EcP1hXN67:addImageAlt({src:\"https://framerusercontent.com/images/ifCoj6NHNSWwR4NhfmulTu2YZ4.svg\"},\"\"),height:\"100%\",id:\"WxMV54cKN\",layoutId:\"WxMV54cKN\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Churn Prediction\",...addPropertyOverrides({SDRF1ptM2:{E_jZRIPq2:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ynTkLSnqq\"},implicitPathVariables:undefined},{href:{webPageId:\"ynTkLSnqq\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({SDRF1ptM2:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-539)/2+116+20)+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-c9e62n-container\",layoutDependency:layoutDependency,layoutId:\"c0VnQYwTB-container\",nodeId:\"c0VnQYwTB\",rendersWithMotion:true,scopeId:\"IKCzb76Ty\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Learn about your users\",E_jZRIPq2:resolvedLinks1[0],EcP1hXN67:addImageAlt({src:\"https://framerusercontent.com/images/M5geDwkN69pCSJMjfVv5bnOYAw.svg\"},\"brain\"),height:\"100%\",id:\"c0VnQYwTB\",layoutId:\"c0VnQYwTB\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Customer Data Platform\",...addPropertyOverrides({SDRF1ptM2:{E_jZRIPq2:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"TZgH7YADz\"},implicitPathVariables:undefined},{href:{webPageId:\"TZgH7YADz\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({SDRF1ptM2:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-539)/2+116+20)+0+0+0+98}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-c3s2vt-container\",layoutDependency:layoutDependency,layoutId:\"X0EwXopzN-container\",nodeId:\"X0EwXopzN\",rendersWithMotion:true,scopeId:\"IKCzb76Ty\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Optimize conversation paths\",E_jZRIPq2:resolvedLinks2[0],EcP1hXN67:addImageAlt({src:\"https://framerusercontent.com/images/KvTykfoP76ePfcTUS6qRXiCds.svg\"},\"\"),height:\"100%\",id:\"X0EwXopzN\",layoutId:\"X0EwXopzN\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Funnel\",...addPropertyOverrides({SDRF1ptM2:{E_jZRIPq2:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ji4zNXsh9\"},implicitPathVariables:undefined},{href:{webPageId:\"ji4zNXsh9\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({SDRF1ptM2:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-539)/2+116+20)+0+0+0+147}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-h1hblp-container\",layoutDependency:layoutDependency,layoutId:\"zN9Ffrr98-container\",nodeId:\"zN9Ffrr98\",rendersWithMotion:true,scopeId:\"IKCzb76Ty\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Analyze user behaviour trends\",E_jZRIPq2:resolvedLinks3[0],EcP1hXN67:addImageAlt({src:\"https://framerusercontent.com/images/l3mYXCQRee1s9UBrPcV3a7Sb2JM.svg\"},\"\"),height:\"100%\",id:\"zN9Ffrr98\",layoutId:\"zN9Ffrr98\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Cohort\",...addPropertyOverrides({SDRF1ptM2:{E_jZRIPq2:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Vv8MRHWLO\"},implicitPathVariables:undefined},{href:{webPageId:\"Vv8MRHWLO\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({SDRF1ptM2:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-539)/2+116+20)+0+0+0+196}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ij8l1i-container\",layoutDependency:layoutDependency,layoutId:\"NJZCvhHbK-container\",nodeId:\"NJZCvhHbK\",rendersWithMotion:true,scopeId:\"IKCzb76Ty\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Understand user loyalty\",E_jZRIPq2:resolvedLinks4[0],EcP1hXN67:addImageAlt({src:\"https://framerusercontent.com/images/3vo1eLwZGPt5Stt77hUXvUfqKhM.svg\"},\"\"),height:\"100%\",id:\"NJZCvhHbK\",layoutId:\"NJZCvhHbK\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Retention Analysis\",...addPropertyOverrides({SDRF1ptM2:{E_jZRIPq2:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"RJ6BPGcXx\"},implicitPathVariables:undefined},{href:{webPageId:\"RJ6BPGcXx\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({SDRF1ptM2:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-539)/2+116+20)+0+0+0+245}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-whvmj3-container\",layoutDependency:layoutDependency,layoutId:\"QJ78Zch4x-container\",nodeId:\"QJ78Zch4x\",rendersWithMotion:true,scopeId:\"IKCzb76Ty\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Spot irregular patterns\",E_jZRIPq2:resolvedLinks5[0],EcP1hXN67:addImageAlt({src:\"https://framerusercontent.com/images/vpw9KowL3XFT87kpjnfJnPCvFI.svg\"},\"\"),height:\"100%\",id:\"QJ78Zch4x\",layoutId:\"QJ78Zch4x\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Anomaly Detection\",...addPropertyOverrides({SDRF1ptM2:{E_jZRIPq2:resolvedLinks5[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"OHN9uWcuf\"},implicitPathVariables:undefined},{href:{webPageId:\"OHN9uWcuf\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({SDRF1ptM2:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-539)/2+116+20)+0+0+0+294}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-k0mzpz-container\",layoutDependency:layoutDependency,layoutId:\"rCdwPCLwP-container\",nodeId:\"rCdwPCLwP\",rendersWithMotion:true,scopeId:\"IKCzb76Ty\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Analytics within your platform\",E_jZRIPq2:resolvedLinks6[0],EcP1hXN67:addImageAlt({src:\"https://framerusercontent.com/images/SE9yM6PrOfs5C39933HKXsy8fk.svg\"},\"\"),height:\"100%\",id:\"rCdwPCLwP\",layoutId:\"rCdwPCLwP\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Embedded Analytics\",...addPropertyOverrides({SDRF1ptM2:{E_jZRIPq2:resolvedLinks6[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZkZHyhmjU\"},motionChild:true,nodeId:\"xUs413TaY\",openInNewTab:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-dau0e2 framer-1vuchtk\",layoutDependency:layoutDependency,layoutId:\"xUs413TaY\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fc445f90-14f9-45e7-a347-f4811154371d, rgb(17, 27, 41)))\"},children:\"See all\"})}),className:\"framer-f4f4ho\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"I8oM8E1o7\",style:{\"--extracted-r6o4lv\":\"var(--token-fc445f90-14f9-45e7-a347-f4811154371d, rgb(17, 27, 41))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-j0agbj\",\"data-framer-name\":\"Icon/Outline/arrow-sm-right\",layoutDependency:layoutDependency,layoutId:\"p2lSYh5V3\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-yvy9an\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:9,intrinsicWidth:10,layoutDependency:layoutDependency,layoutId:\"I665:18576;3:2011\",svg:'<svg width=\"10\" height=\"9\" viewBox=\"-1 -1 10 9\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M4.66667 0.166016L8 3.49935M8 3.49935L4.66667 6.83268M8 3.49935L0 3.49935\" stroke=\"#111B29\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})]})})]})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(151, 163, 183))\"},children:\"KEY FEATURES FOR Powerfull and Simple Analytics\"})}),className:\"framer-h6m6n0\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"beaJlT_nE\",style:{\"--extracted-r6o4lv\":\"rgb(151, 163, 183)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-YHOBS.framer-1vuchtk, .framer-YHOBS .framer-1vuchtk { display: block; }\",\".framer-YHOBS.framer-ua4bjq { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-YHOBS .framer-sv82im-container, .framer-YHOBS .framer-2aiuxa-container, .framer-YHOBS .framer-c9e62n-container, .framer-YHOBS .framer-c3s2vt-container, .framer-YHOBS .framer-h1hblp-container, .framer-YHOBS .framer-1ij8l1i-container, .framer-YHOBS .framer-whvmj3-container, .framer-YHOBS .framer-k0mzpz-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-YHOBS .framer-a7d80x { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 30px 0px; position: relative; width: 350px; }\",\".framer-YHOBS .framer-g65cuv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-YHOBS .framer-dau0e2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 30px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-YHOBS .framer-f4f4ho { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-YHOBS .framer-j0agbj { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 16px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 16px; }\",\".framer-YHOBS .framer-yvy9an { flex: none; height: 9px; position: relative; width: 10px; }\",\".framer-YHOBS .framer-h6m6n0 { align-self: stretch; flex: none; height: auto; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YHOBS.framer-ua4bjq, .framer-YHOBS .framer-a7d80x, .framer-YHOBS .framer-g65cuv, .framer-YHOBS .framer-dau0e2, .framer-YHOBS .framer-j0agbj { gap: 0px; } .framer-YHOBS.framer-ua4bjq > *, .framer-YHOBS .framer-a7d80x > *, .framer-YHOBS .framer-g65cuv > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-YHOBS.framer-ua4bjq > :first-child, .framer-YHOBS .framer-a7d80x > :first-child, .framer-YHOBS .framer-g65cuv > :first-child, .framer-YHOBS .framer-j0agbj > :first-child { margin-top: 0px; } .framer-YHOBS.framer-ua4bjq > :last-child, .framer-YHOBS .framer-a7d80x > :last-child, .framer-YHOBS .framer-g65cuv > :last-child, .framer-YHOBS .framer-j0agbj > :last-child { margin-bottom: 0px; } .framer-YHOBS .framer-dau0e2 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-YHOBS .framer-dau0e2 > :first-child { margin-left: 0px; } .framer-YHOBS .framer-dau0e2 > :last-child { margin-right: 0px; } .framer-YHOBS .framer-j0agbj > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",\".framer-YHOBS.framer-v-3emr3v.framer-ua4bjq, .framer-YHOBS.framer-v-akzsw7.framer-ua4bjq { width: 350px; }\",\".framer-YHOBS.framer-v-3emr3v .framer-sv82im-container { width: 100%; }\",\".framer-YHOBS.framer-v-akzsw7 .framer-sv82im-container { order: 0; width: 350px; }\",\".framer-YHOBS.framer-v-akzsw7 .framer-a7d80x, .framer-YHOBS.framer-v-akzsw7 .framer-c3s2vt-container { order: 2; }\",\".framer-YHOBS.framer-v-akzsw7 .framer-2aiuxa-container { order: 1; }\",\".framer-YHOBS.framer-v-akzsw7 .framer-c9e62n-container { order: 0; }\",\".framer-YHOBS.framer-v-akzsw7 .framer-h1hblp-container { order: 3; }\",\".framer-YHOBS.framer-v-akzsw7 .framer-1ij8l1i-container { order: 4; }\",\".framer-YHOBS.framer-v-akzsw7 .framer-whvmj3-container { order: 5; }\",\".framer-YHOBS.framer-v-akzsw7 .framer-k0mzpz-container { order: 6; }\",\".framer-YHOBS.framer-v-akzsw7 .framer-dau0e2 { order: 7; }\",\".framer-YHOBS.framer-v-akzsw7 .framer-h6m6n0 { align-self: unset; order: 1; width: 100%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 26\n * @framerIntrinsicWidth 70\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"lVFad7h7h\":{\"layout\":[\"auto\",\"auto\"]},\"bdvhxxpvy\":{\"layout\":[\"fixed\",\"auto\"]},\"SDRF1ptM2\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"VuQnvrrzG\":\"click\",\"I_vAGsdC6\":\"textColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerIKCzb76Ty=withCSS(Component,css,\"framer-YHOBS\");export default FramerIKCzb76Ty;FramerIKCzb76Ty.displayName=\"Product Menu\";FramerIKCzb76Ty.defaultProps={height:26,width:70};addPropertyControls(FramerIKCzb76Ty,{variant:{options:[\"zfQIBh3Eh\",\"lVFad7h7h\",\"bdvhxxpvy\",\"SDRF1ptM2\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile | Closed\",\"Mobile | Opened\"],title:\"Variant\",type:ControlType.Enum},VuQnvrrzG:{title:\"Click\",type:ControlType.EventHandler},I_vAGsdC6:{defaultValue:'var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255)) /* {\"name\":\"white\"} */',title:\"Text Color\",type:ControlType.Color}});addFonts(FramerIKCzb76Ty,[{explicitInter:true,fonts:[{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v6/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QF5bwkEU4HTy.woff2\",weight:\"400\"}]},...TriggerCopyFonts,...HeaderMenuItemFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIKCzb76Ty\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"VuQnvrrzG\\\":\\\"click\\\",\\\"I_vAGsdC6\\\":\\\"textColor\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"26\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"lVFad7h7h\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"bdvhxxpvy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SDRF1ptM2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"70\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (915daba)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={SyhJZ7kcs:{hover:true},Sz_sWylhK:{hover:true}};const cycleOrder=[\"Sz_sWylhK\",\"SyhJZ7kcs\"];const serializationHash=\"framer-we3w0\";const variantClassNames={SyhJZ7kcs:\"framer-v-wh4rnv\",Sz_sWylhK:\"framer-v-1hvchuh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"Sz_sWylhK\",LongTitle:\"SyhJZ7kcs\"};const getProps=({color,height,hover,id,image,link,tap,title,width,...props})=>{return{...props,E_jZRIPq2:link??props.E_jZRIPq2,EcP1hXN67:image??props.EcP1hXN67??{src:\"https://framerusercontent.com/images/nCfYk2f651JMNfkn0KQ3OMqz8Y.svg\"},MabMPok6h:hover??props.MabMPok6h,mGFkCi8qx:tap??props.mGFkCi8qx,qpq066tWw:color??props.qpq066tWw??\"rgb(17, 27, 41)\",variant:humanReadableVariantMap[props.variant]??props.variant??\"Sz_sWylhK\",ypxNhB4_C:title??props.ypxNhB4_C??\"Customer Behavior and Journey Analysis\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,ypxNhB4_C,EcP1hXN67,E_jZRIPq2,mGFkCi8qx,MabMPok6h,qpq066tWw,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Sz_sWylhK\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap16fs4iz=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(mGFkCi8qx){const res=await mGFkCi8qx(...args);if(res===false)return false;}});const onMouseEnter1qj4ybb=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(MabMPok6h){const res=await MabMPok6h(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:E_jZRIPq2,motionChild:true,nodeId:\"Sz_sWylhK\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1hvchuh\",className,classNames)} framer-l9mu5y`,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"Sz_sWylhK\",onMouseEnter:onMouseEnter1qj4ybb,onTap:onTap16fs4iz,ref:ref??ref1,style:{...style},...addPropertyOverrides({\"SyhJZ7kcs-hover\":{\"data-framer-name\":undefined},\"Sz_sWylhK-hover\":{\"data-framer-name\":undefined},SyhJZ7kcs:{\"data-framer-name\":\"LongTitle\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g1nkry\",layoutDependency:layoutDependency,layoutId:\"aC9Mwp9sQ\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:19,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||28)-0-16)/2)+0),pixelHeight:19,pixelWidth:24,sizes:\"20px\",...toResponsiveImage(EcP1hXN67),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1lbl9d\",layoutDependency:layoutDependency,layoutId:\"C9lINPt9Q\",style:{filter:\"hue-rotate(0deg)\",WebkitFilter:\"hue-rotate(0deg)\"},...addPropertyOverrides({SyhJZ7kcs:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:19,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6),pixelHeight:19,pixelWidth:24,sizes:\"20px\",...toResponsiveImage(EcP1hXN67),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-qpq066tWw-ddeBmEFTN))\"},children:\"Customer Behavior and Journey Analysis\"})}),className:\"framer-6d2bu9\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"DiLjHy_c0\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-qpq066tWw-ddeBmEFTN)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-qpq066tWw-ddeBmEFTN\":qpq066tWw},text:ypxNhB4_C,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({SyhJZ7kcs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-qpq066tWw-ddeBmEFTN))\"},children:\"Customer Behavior and Journey Analysis\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-we3w0.framer-l9mu5y, .framer-we3w0 .framer-l9mu5y { display: block; }\",\".framer-we3w0.framer-1hvchuh { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 28px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-we3w0 .framer-1g1nkry { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 16px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 20px; }\",\".framer-we3w0 .framer-1lbl9d { aspect-ratio: 1.263157894736842 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 20px; }\",\".framer-we3w0 .framer-6d2bu9 { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-we3w0.framer-1hvchuh, .framer-we3w0 .framer-1g1nkry { gap: 0px; } .framer-we3w0.framer-1hvchuh > *, .framer-we3w0 .framer-1g1nkry > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-we3w0.framer-1hvchuh > :first-child, .framer-we3w0 .framer-1g1nkry > :first-child { margin-left: 0px; } .framer-we3w0.framer-1hvchuh > :last-child, .framer-we3w0 .framer-1g1nkry > :last-child { margin-right: 0px; } }\",\".framer-we3w0.framer-v-wh4rnv.framer-1hvchuh { align-content: flex-start; align-items: flex-start; gap: 0px; height: min-content; }\",\".framer-we3w0.framer-v-wh4rnv .framer-1g1nkry { align-content: flex-start; align-items: flex-start; align-self: stretch; gap: 0px; height: auto; justify-content: flex-start; order: 0; padding: 6px 0px 0px 0px; width: 30px; }\",\".framer-we3w0.framer-v-wh4rnv .framer-6d2bu9 { order: 1; white-space: pre-wrap; width: 135px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-we3w0.framer-v-wh4rnv.framer-1hvchuh, .framer-we3w0.framer-v-wh4rnv .framer-1g1nkry { gap: 0px; } .framer-we3w0.framer-v-wh4rnv.framer-1hvchuh > *, .framer-we3w0.framer-v-wh4rnv .framer-1g1nkry > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-we3w0.framer-v-wh4rnv.framer-1hvchuh > :first-child, .framer-we3w0.framer-v-wh4rnv .framer-1g1nkry > :first-child { margin-left: 0px; } .framer-we3w0.framer-v-wh4rnv.framer-1hvchuh > :last-child, .framer-we3w0.framer-v-wh4rnv .framer-1g1nkry > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 28\n * @framerIntrinsicWidth 283\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"SyhJZ7kcs\":{\"layout\":[\"auto\",\"auto\"]},\"W9_GhhTMZ\":{\"layout\":[\"auto\",\"fixed\"]},\"fyAww_G4Q\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"ypxNhB4_C\":\"title\",\"EcP1hXN67\":\"image\",\"E_jZRIPq2\":\"link\",\"mGFkCi8qx\":\"tap\",\"MabMPok6h\":\"hover\",\"qpq066tWw\":\"color\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerddeBmEFTN=withCSS(Component,css,\"framer-we3w0\");export default FramerddeBmEFTN;FramerddeBmEFTN.displayName=\"HeaderMenuItem 2\";FramerddeBmEFTN.defaultProps={height:28,width:283};addPropertyControls(FramerddeBmEFTN,{variant:{options:[\"Sz_sWylhK\",\"SyhJZ7kcs\"],optionTitles:[\"Variant 1\",\"LongTitle\"],title:\"Variant\",type:ControlType.Enum},ypxNhB4_C:{defaultValue:\"Customer Behavior and Journey Analysis\",displayTextArea:false,title:\"Title\",type:ControlType.String},EcP1hXN67:{__defaultAssetReference:\"data:framer/asset-reference,nCfYk2f651JMNfkn0KQ3OMqz8Y.svg?originalFilename=customer.svg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},E_jZRIPq2:{title:\"Link\",type:ControlType.Link},mGFkCi8qx:{title:\"Tap\",type:ControlType.EventHandler},MabMPok6h:{title:\"Hover\",type:ControlType.EventHandler},qpq066tWw:{defaultValue:\"rgb(17, 27, 41)\",title:\"Color\",type:ControlType.Color}});addFonts(FramerddeBmEFTN,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerddeBmEFTN\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"28\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"ypxNhB4_C\\\":\\\"title\\\",\\\"EcP1hXN67\\\":\\\"image\\\",\\\"E_jZRIPq2\\\":\\\"link\\\",\\\"mGFkCi8qx\\\":\\\"tap\\\",\\\"MabMPok6h\\\":\\\"hover\\\",\\\"qpq066tWw\\\":\\\"color\\\"}\",\"framerIntrinsicWidth\":\"283\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"SyhJZ7kcs\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"W9_GhhTMZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"fyAww_G4Q\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ddeBmEFTN.map", "// Generated by Framer (915daba)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import HeaderMenuItem2 from\"https://framerusercontent.com/modules/50tfPmfssucVtjL8bkU0/F9Wcu8tvazAFA2BKmwHy/ddeBmEFTN.js\";import TriggerCopy from\"https://framerusercontent.com/modules/a2AvfARL6jO9iAqqm2lk/K7eZZxt6iMJk4dbnGrNA/SuG358n_A.js\";const TriggerCopyFonts=getFonts(TriggerCopy);const HeaderMenuItem2Fonts=getFonts(HeaderMenuItem2);const cycleOrder=[\"pVFEvwTTX\",\"Vnp2Bxu9i\",\"b7MiZkqFF\",\"SAeSBYOON\"];const serializationHash=\"framer-3tfx1\";const variantClassNames={b7MiZkqFF:\"framer-v-17d2jm8\",pVFEvwTTX:\"framer-v-1r0p9h6\",SAeSBYOON:\"framer-v-1fz4owh\",Vnp2Bxu9i:\"framer-v-zt149s\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Mobile | Closed\":\"b7MiZkqFF\",\"Mobile | Opened\":\"SAeSBYOON\",Desktop:\"pVFEvwTTX\",Tablet:\"Vnp2Bxu9i\"};const getProps=({click,height,id,textColor,width,...props})=>{return{...props,Rf1ogf0DU:textColor??props.Rf1ogf0DU??\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\",UaZGMWTiP:click??props.UaZGMWTiP,variant:humanReadableVariantMap[props.variant]??props.variant??\"pVFEvwTTX\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,UaZGMWTiP,Rf1ogf0DU,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"pVFEvwTTX\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1cccqco=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(UaZGMWTiP){const res=await UaZGMWTiP(...args);if(res===false)return false;}});const onTap19vcm0c=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"SAeSBYOON\");});const gvoGVZ3jK15x4gaj=activeVariantCallback(async(...args)=>{setVariant(\"SAeSBYOON\");});const gvoGVZ3jKqc0tge=activeVariantCallback(async(...args)=>{setVariant(\"b7MiZkqFF\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"SAeSBYOON\")return true;return false;};const router=useRouter();const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1r0p9h6\",className,classNames),\"data-framer-name\":\"Desktop\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"pVFEvwTTX\",onTap:onTap1cccqco,ref:ref??ref1,style:{...style},...addPropertyOverrides({b7MiZkqFF:{\"data-framer-name\":\"Mobile | Closed\",onTap:onTap19vcm0c},SAeSBYOON:{\"data-framer-name\":\"Mobile | Opened\"},Vnp2Bxu9i:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-26)/2+0+0),...addPropertyOverrides({b7MiZkqFF:{width:componentViewport?.width||\"100vw\"},SAeSBYOON:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-358)/2+0+0)},Vnp2Bxu9i:{width:componentViewport?.width||\"100vw\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1x00d7d-container\",layoutDependency:layoutDependency,layoutId:\"q6mcQJV0E-container\",nodeId:\"q6mcQJV0E\",rendersWithMotion:true,scopeId:\"PcoD3Psns\",children:/*#__PURE__*/_jsx(TriggerCopy,{AEJGHHZBg:13,DApvjrdfG:\"Resources\",height:\"100%\",id:\"q6mcQJV0E\",layoutId:\"q6mcQJV0E\",Pf3Z5jFiE:Rf1ogf0DU,width:\"100%\",...addPropertyOverrides({b7MiZkqFF:{gvoGVZ3jK:gvoGVZ3jK15x4gaj,style:{width:\"100%\"}},SAeSBYOON:{gvoGVZ3jK:gvoGVZ3jKqc0tge,style:{width:\"100%\"}},Vnp2Bxu9i:{AEJGHHZBg:11,style:{width:\"100%\"}}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItVmFyaWFibGVWRj1JbTl3YzNvaUlERTBMQ0FpZDJkb2RDSWdOekF3\",\"--framer-font-family\":'\"Inter Variable\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 14, \"wght\" 700)',\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(151, 163, 183))\"},children:\"RESOURCES\"})}),className:\"framer-oh98a8\",fonts:[\"Inter-Variable\"],layoutDependency:layoutDependency,layoutId:\"AuS9cB4X2\",style:{\"--extracted-2gg91v\":'\"opsz\" 14, \"wght\" 700',\"--extracted-r6o4lv\":\"rgb(151, 163, 183)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vbijr1\",layoutDependency:layoutDependency,layoutId:\"I0ElKmCoZ\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"AQ3EnCJRG\"},implicitPathVariables:undefined},{href:{webPageId:\"AQ3EnCJRG\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,...addPropertyOverrides({SAeSBYOON:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-358)/2+44+20)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1lm06qn-container\",layoutDependency:layoutDependency,layoutId:\"SbeiyjGKV-container\",nodeId:\"SbeiyjGKV\",rendersWithMotion:true,scopeId:\"PcoD3Psns\",children:/*#__PURE__*/_jsx(HeaderMenuItem2,{E_jZRIPq2:resolvedLinks[0],height:\"100%\",id:\"SbeiyjGKV\",layoutId:\"SbeiyjGKV\",qpq066tWw:\"rgb(17, 27, 41)\",style:{height:\"100%\"},variant:\"Sz_sWylhK\",width:\"100%\",ypxNhB4_C:\"Blog\",...addPropertyOverrides({SAeSBYOON:{E_jZRIPq2:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"GFtY2lfqb\"},implicitPathVariables:undefined},{href:{webPageId:\"GFtY2lfqb\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,...addPropertyOverrides({SAeSBYOON:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-358)/2+44+20)+0+38}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-z9cuir-container\",layoutDependency:layoutDependency,layoutId:\"jiRt9imT5-container\",nodeId:\"jiRt9imT5\",rendersWithMotion:true,scopeId:\"PcoD3Psns\",children:/*#__PURE__*/_jsx(HeaderMenuItem2,{E_jZRIPq2:resolvedLinks1[0],height:\"100%\",id:\"jiRt9imT5\",layoutId:\"jiRt9imT5\",qpq066tWw:\"rgb(17, 27, 41)\",style:{height:\"100%\"},variant:\"Sz_sWylhK\",width:\"100%\",ypxNhB4_C:\"Newsletter\",...addPropertyOverrides({SAeSBYOON:{E_jZRIPq2:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Lg2T6qzqo\"},implicitPathVariables:undefined},{href:{webPageId:\"Lg2T6qzqo\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,...addPropertyOverrides({SAeSBYOON:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-358)/2+44+20)+0+76}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1612z6g-container\",layoutDependency:layoutDependency,layoutId:\"IOzy0v2ZL-container\",nodeId:\"IOzy0v2ZL\",rendersWithMotion:true,scopeId:\"PcoD3Psns\",children:/*#__PURE__*/_jsx(HeaderMenuItem2,{E_jZRIPq2:resolvedLinks2[0],height:\"100%\",id:\"IOzy0v2ZL\",layoutId:\"IOzy0v2ZL\",qpq066tWw:\"rgb(17, 27, 41)\",style:{height:\"100%\"},variant:\"Sz_sWylhK\",width:\"100%\",ypxNhB4_C:\"Success Stories\",...addPropertyOverrides({SAeSBYOON:{E_jZRIPq2:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Rc3lT47lW\"},implicitPathVariables:undefined},{href:{webPageId:\"Rc3lT47lW\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,...addPropertyOverrides({SAeSBYOON:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-358)/2+44+20)+0+114}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-st9r43-container\",layoutDependency:layoutDependency,layoutId:\"OtsUkZKsv-container\",nodeId:\"OtsUkZKsv\",rendersWithMotion:true,scopeId:\"PcoD3Psns\",children:/*#__PURE__*/_jsx(HeaderMenuItem2,{E_jZRIPq2:resolvedLinks3[0],height:\"100%\",id:\"OtsUkZKsv\",layoutId:\"OtsUkZKsv\",qpq066tWw:\"rgb(17, 27, 41)\",style:{height:\"100%\"},variant:\"Sz_sWylhK\",width:\"100%\",ypxNhB4_C:\"Use Cases\",...addPropertyOverrides({SAeSBYOON:{E_jZRIPq2:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"iB5wVchnL\"},implicitPathVariables:undefined},{href:{webPageId:\"iB5wVchnL\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,...addPropertyOverrides({SAeSBYOON:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-358)/2+44+20)+0+152}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-laau96-container\",layoutDependency:layoutDependency,layoutId:\"raAGgA4Ha-container\",nodeId:\"raAGgA4Ha\",rendersWithMotion:true,scopeId:\"PcoD3Psns\",children:/*#__PURE__*/_jsx(HeaderMenuItem2,{E_jZRIPq2:resolvedLinks4[0],height:\"100%\",id:\"raAGgA4Ha\",layoutId:\"raAGgA4Ha\",qpq066tWw:\"rgb(17, 27, 41)\",style:{height:\"100%\"},variant:\"Sz_sWylhK\",width:\"100%\",ypxNhB4_C:\"Integrations Guide\",...addPropertyOverrides({SAeSBYOON:{E_jZRIPq2:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"VGwyWKkal\"},implicitPathVariables:undefined},{href:{webPageId:\"VGwyWKkal\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,...addPropertyOverrides({SAeSBYOON:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-358)/2+44+20)+0+190}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-d2yynq-container\",layoutDependency:layoutDependency,layoutId:\"PGfd8XfTJ-container\",nodeId:\"PGfd8XfTJ\",rendersWithMotion:true,scopeId:\"PcoD3Psns\",children:/*#__PURE__*/_jsx(HeaderMenuItem2,{E_jZRIPq2:resolvedLinks5[0],height:\"100%\",id:\"PGfd8XfTJ\",layoutId:\"PGfd8XfTJ\",qpq066tWw:\"rgb(17, 27, 41)\",style:{height:\"100%\"},variant:\"Sz_sWylhK\",width:\"100%\",ypxNhB4_C:\"Integrations\",...addPropertyOverrides({SAeSBYOON:{E_jZRIPq2:resolvedLinks5[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"HmlU1pA1d\"},implicitPathVariables:undefined},{href:{webPageId:\"HmlU1pA1d\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,...addPropertyOverrides({SAeSBYOON:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-358)/2+44+20)+0+228}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1qoui8j-container\",layoutDependency:layoutDependency,layoutId:\"OFODNiB16-container\",nodeId:\"OFODNiB16\",rendersWithMotion:true,scopeId:\"PcoD3Psns\",children:/*#__PURE__*/_jsx(HeaderMenuItem2,{E_jZRIPq2:resolvedLinks6[0],height:\"100%\",id:\"OFODNiB16\",layoutId:\"OFODNiB16\",qpq066tWw:\"rgb(17, 27, 41)\",style:{height:\"100%\"},variant:\"Sz_sWylhK\",width:\"100%\",ypxNhB4_C:\"Privacy Policy\",...addPropertyOverrides({SAeSBYOON:{E_jZRIPq2:resolvedLinks6[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,...addPropertyOverrides({SAeSBYOON:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-358)/2+44+20)+0+266}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-q5drdb-container\",layoutDependency:layoutDependency,layoutId:\"POKBE2ntE-container\",nodeId:\"POKBE2ntE\",rendersWithMotion:true,scopeId:\"PcoD3Psns\",children:/*#__PURE__*/_jsx(HeaderMenuItem2,{E_jZRIPq2:\"https://academy.b2metric.com/\",height:\"100%\",id:\"POKBE2ntE\",layoutId:\"POKBE2ntE\",qpq066tWw:\"rgb(17, 27, 41)\",style:{height:\"100%\"},variant:\"Sz_sWylhK\",width:\"100%\",ypxNhB4_C:\"Academy\"})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3tfx1.framer-1wutvy8, .framer-3tfx1 .framer-1wutvy8 { display: block; }\",\".framer-3tfx1.framer-1r0p9h6 { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-3tfx1 .framer-1x00d7d-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-3tfx1 .framer-oh98a8 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-3tfx1 .framer-1vbijr1 { align-content: flex-start; align-items: flex-start; align-self: stretch; 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: auto; }\",\".framer-3tfx1 .framer-1lm06qn-container, .framer-3tfx1 .framer-z9cuir-container, .framer-3tfx1 .framer-1612z6g-container, .framer-3tfx1 .framer-st9r43-container, .framer-3tfx1 .framer-laau96-container, .framer-3tfx1 .framer-d2yynq-container, .framer-3tfx1 .framer-1qoui8j-container, .framer-3tfx1 .framer-q5drdb-container { flex: none; height: 28px; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3tfx1.framer-1r0p9h6, .framer-3tfx1 .framer-1vbijr1 { gap: 0px; } .framer-3tfx1.framer-1r0p9h6 > *, .framer-3tfx1 .framer-1vbijr1 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-3tfx1.framer-1r0p9h6 > :first-child, .framer-3tfx1 .framer-1vbijr1 > :first-child { margin-top: 0px; } .framer-3tfx1.framer-1r0p9h6 > :last-child, .framer-3tfx1 .framer-1vbijr1 > :last-child { margin-bottom: 0px; } }\",\".framer-3tfx1.framer-v-zt149s.framer-1r0p9h6 { width: 83px; }\",\".framer-3tfx1.framer-v-zt149s .framer-1x00d7d-container, .framer-3tfx1.framer-v-17d2jm8 .framer-1x00d7d-container, .framer-3tfx1.framer-v-1fz4owh .framer-1x00d7d-container { width: 100%; }\",\".framer-3tfx1.framer-v-17d2jm8.framer-1r0p9h6 { width: 350px; }\",\".framer-3tfx1.framer-v-1fz4owh.framer-1r0p9h6 { min-width: 390px; width: 390px; }\",\".framer-3tfx1.framer-v-1fz4owh .framer-1vbijr1 { align-self: unset; width: 100%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 26\n * @framerIntrinsicWidth 84\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Vnp2Bxu9i\":{\"layout\":[\"fixed\",\"auto\"]},\"b7MiZkqFF\":{\"layout\":[\"fixed\",\"auto\"]},\"SAeSBYOON\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[\"390px\",null,null,null]}}}\n * @framerVariables {\"UaZGMWTiP\":\"click\",\"Rf1ogf0DU\":\"textColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerPcoD3Psns=withCSS(Component,css,\"framer-3tfx1\");export default FramerPcoD3Psns;FramerPcoD3Psns.displayName=\"Resources Menu\";FramerPcoD3Psns.defaultProps={height:26,width:84};addPropertyControls(FramerPcoD3Psns,{variant:{options:[\"pVFEvwTTX\",\"Vnp2Bxu9i\",\"b7MiZkqFF\",\"SAeSBYOON\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile | Closed\",\"Mobile | Opened\"],title:\"Variant\",type:ControlType.Enum},UaZGMWTiP:{title:\"Click\",type:ControlType.EventHandler},Rf1ogf0DU:{defaultValue:'var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255)) /* {\"name\":\"white\"} */',title:\"Text Color\",type:ControlType.Color}});const variationAxes=[{defaultValue:14,maxValue:32,minValue:14,name:\"Optical size\",tag:\"opsz\"},{defaultValue:400,maxValue:900,minValue:100,name:\"Weight\",tag:\"wght\"}];addFonts(FramerPcoD3Psns,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/mYcqTSergLb16PdbJJQMl9ebYm4.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/ZRl8AlxwsX1m7xS1eJCiSPbztg.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/nhSQpBRqFmXNUBY2p5SENQ8NplQ.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/DYHjxG0qXjopUuruoacfl5SA.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/s7NH6sl7w4NU984r5hcmo1tPSYo.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/7lw0VWkeXrGYJT05oB3DsFy8BaY.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/wx5nfqEgOXnxuFaxB0Mn9OhmcZA.woff2\",variationAxes,weight:\"400\"}]},...TriggerCopyFonts,...HeaderMenuItem2Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerPcoD3Psns\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"26\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Vnp2Bxu9i\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"b7MiZkqFF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SAeSBYOON\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"390px\\\",null,null,null]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"84\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"UaZGMWTiP\\\":\\\"click\\\",\\\"Rf1ogf0DU\\\":\\\"textColor\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (bd0055f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import HeaderMenuItem2 from\"https://framerusercontent.com/modules/50tfPmfssucVtjL8bkU0/F9Wcu8tvazAFA2BKmwHy/ddeBmEFTN.js\";const HeaderMenuItem2Fonts=getFonts(HeaderMenuItem2);const cycleOrder=[\"KqNK1IV2Q\",\"TQur4lUHJ\"];const serializationHash=\"framer-p21iE\";const variantClassNames={KqNK1IV2Q:\"framer-v-sxr6e5\",TQur4lUHJ:\"framer-v-8vraeg\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"KqNK1IV2Q\",Mobile:\"TQur4lUHJ\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"KqNK1IV2Q\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"KqNK1IV2Q\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"TQur4lUHJ\")return false;return true;};const router=useRouter();const isDisplayed1=()=>{if(baseVariant===\"TQur4lUHJ\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-sxr6e5\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"KqNK1IV2Q\",ref:ref??ref1,style:{...style},...addPropertyOverrides({TQur4lUHJ:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-bthlj6\",layoutDependency:layoutDependency,layoutId:\"EFiiKJ78H\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nv46s\",layoutDependency:layoutDependency,layoutId:\"csEQc_ULb\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bjmvm1\",layoutDependency:layoutDependency,layoutId:\"u2owiGB0x\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ZWWf2I_oe\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-mrpbae-container\",layoutDependency:layoutDependency,layoutId:\"X7vshBSOt-container\",children:/*#__PURE__*/_jsx(HeaderMenuItem2,{E_jZRIPq2:resolvedLinks[0],height:\"100%\",id:\"X7vshBSOt\",layoutId:\"X7vshBSOt\",style:{height:\"100%\"},variant:\"Sz_sWylhK\",width:\"100%\",ypxNhB4_C:\"About B2Metric\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"V7ZwQ_paf\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+0+0+0+0+38,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-d3e05p-container\",layoutDependency:layoutDependency,layoutId:\"fiK_Re2ll-container\",children:/*#__PURE__*/_jsx(HeaderMenuItem2,{E_jZRIPq2:resolvedLinks1[0],height:\"100%\",id:\"fiK_Re2ll\",layoutId:\"fiK_Re2ll\",style:{height:\"100%\"},variant:\"Sz_sWylhK\",width:\"100%\",ypxNhB4_C:\"Partnership\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"DbF8DaQZ1\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+0+0+0+0+76,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ymgdzr-container\",layoutDependency:layoutDependency,layoutId:\"ZKnA10hav-container\",children:/*#__PURE__*/_jsx(HeaderMenuItem2,{E_jZRIPq2:resolvedLinks2[0],height:\"100%\",id:\"ZKnA10hav\",layoutId:\"ZKnA10hav\",style:{height:\"100%\"},variant:\"Sz_sWylhK\",width:\"100%\",ypxNhB4_C:\"Contact Us\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"V7ZwQ_paf\"},implicitPathVariables:undefined},{href:{webPageId:\"V7ZwQ_paf\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({TQur4lUHJ:{height:28,y:(componentViewport?.y||0)+0+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vry8jx-container\",layoutDependency:layoutDependency,layoutId:\"eWGHsfw5O-container\",children:/*#__PURE__*/_jsx(HeaderMenuItem2,{E_jZRIPq2:resolvedLinks3[0],height:\"100%\",id:\"eWGHsfw5O\",layoutId:\"eWGHsfw5O\",style:{height:\"100%\"},variant:\"Sz_sWylhK\",width:\"100%\",ypxNhB4_C:\"Partnership\",...addPropertyOverrides({TQur4lUHJ:{E_jZRIPq2:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Yt3XcrYqB\"},implicitPathVariables:undefined},{href:{webPageId:\"Yt3XcrYqB\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({TQur4lUHJ:{height:28,y:(componentViewport?.y||0)+0+0+0+0+0+38}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-12vcdpb-container\",layoutDependency:layoutDependency,layoutId:\"jhqPMK2cq-container\",children:/*#__PURE__*/_jsx(HeaderMenuItem2,{E_jZRIPq2:resolvedLinks4[0],height:\"100%\",id:\"jhqPMK2cq\",layoutId:\"jhqPMK2cq\",style:{height:\"100%\"},variant:\"Sz_sWylhK\",width:\"100%\",ypxNhB4_C:\"Career\",...addPropertyOverrides({TQur4lUHJ:{E_jZRIPq2:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ZWWf2I_oe\"},implicitPathVariables:undefined},{href:{webPageId:\"ZWWf2I_oe\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({TQur4lUHJ:{height:28,y:(componentViewport?.y||0)+0+0+0+0+0+76}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-kkhvxa-container\",layoutDependency:layoutDependency,layoutId:\"HJ5Q6DlDh-container\",children:/*#__PURE__*/_jsx(HeaderMenuItem2,{E_jZRIPq2:resolvedLinks5[0],height:\"100%\",id:\"HJ5Q6DlDh\",layoutId:\"HJ5Q6DlDh\",style:{height:\"100%\"},variant:\"Sz_sWylhK\",width:\"100%\",ypxNhB4_C:\"About B2Metric\",...addPropertyOverrides({TQur4lUHJ:{E_jZRIPq2:resolvedLinks5[1]}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"DbF8DaQZ1\"},implicitPathVariables:undefined},{href:{webPageId:\"DbF8DaQZ1\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({TQur4lUHJ:{height:28,y:(componentViewport?.y||0)+0+0+0+0+0+114}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-139ksn1-container\",layoutDependency:layoutDependency,layoutId:\"f5nEa226X-container\",children:/*#__PURE__*/_jsx(HeaderMenuItem2,{E_jZRIPq2:resolvedLinks6[0],height:\"100%\",id:\"f5nEa226X\",layoutId:\"f5nEa226X\",style:{height:\"100%\"},variant:\"Sz_sWylhK\",width:\"100%\",ypxNhB4_C:\"Contact Us\",...addPropertyOverrides({TQur4lUHJ:{E_jZRIPq2:resolvedLinks6[1]}},baseVariant,gestureVariant)})})})})]})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-p21iE.framer-1h8mtph, .framer-p21iE .framer-1h8mtph { display: block; }\",\".framer-p21iE.framer-sxr6e5 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; max-width: 1400px; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-p21iE .framer-bthlj6, .framer-p21iE .framer-bjmvm1 { align-content: flex-start; align-items: flex-start; 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: min-content; }\",\".framer-p21iE .framer-1nv46s { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-p21iE .framer-mrpbae-container, .framer-p21iE .framer-d3e05p-container, .framer-p21iE .framer-1ymgdzr-container, .framer-p21iE .framer-1vry8jx-container, .framer-p21iE .framer-12vcdpb-container, .framer-p21iE .framer-kkhvxa-container, .framer-p21iE .framer-139ksn1-container { flex: none; height: 28px; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-p21iE.framer-sxr6e5, .framer-p21iE .framer-bthlj6, .framer-p21iE .framer-1nv46s, .framer-p21iE .framer-bjmvm1 { gap: 0px; } .framer-p21iE.framer-sxr6e5 > * { margin: 0px; margin-left: calc(100px / 2); margin-right: calc(100px / 2); } .framer-p21iE.framer-sxr6e5 > :first-child, .framer-p21iE .framer-1nv46s > :first-child { margin-left: 0px; } .framer-p21iE.framer-sxr6e5 > :last-child, .framer-p21iE .framer-1nv46s > :last-child { margin-right: 0px; } .framer-p21iE .framer-bthlj6 > *, .framer-p21iE .framer-bjmvm1 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-p21iE .framer-bthlj6 > :first-child, .framer-p21iE .framer-bjmvm1 > :first-child { margin-top: 0px; } .framer-p21iE .framer-bthlj6 > :last-child, .framer-p21iE .framer-bjmvm1 > :last-child { margin-bottom: 0px; } .framer-p21iE .framer-1nv46s > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } }\",\".framer-p21iE.framer-v-8vraeg.framer-sxr6e5 { gap: 10px; justify-content: flex-start; min-width: 390px; }\",\".framer-p21iE.framer-v-8vraeg .framer-bthlj6 { gap: 0px; order: 0; }\",\".framer-p21iE.framer-v-8vraeg .framer-bjmvm1 { padding: 0px 0px 10px 10px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-p21iE.framer-v-8vraeg.framer-sxr6e5, .framer-p21iE.framer-v-8vraeg .framer-bthlj6 { gap: 0px; } .framer-p21iE.framer-v-8vraeg.framer-sxr6e5 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-p21iE.framer-v-8vraeg.framer-sxr6e5 > :first-child { margin-left: 0px; } .framer-p21iE.framer-v-8vraeg.framer-sxr6e5 > :last-child { margin-right: 0px; } .framer-p21iE.framer-v-8vraeg .framer-bthlj6 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-p21iE.framer-v-8vraeg .framer-bthlj6 > :first-child { margin-top: 0px; } .framer-p21iE.framer-v-8vraeg .framer-bthlj6 > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 104\n * @framerIntrinsicWidth 126\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[null,\"1400px\",null,null]},\"TQur4lUHJ\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"390px\",\"1400px\",null,null]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerlE8qoIJI0=withCSS(Component,css,\"framer-p21iE\");export default FramerlE8qoIJI0;FramerlE8qoIJI0.displayName=\"CompanyMenuItemsContainer\";FramerlE8qoIJI0.defaultProps={height:104,width:126};addPropertyControls(FramerlE8qoIJI0,{variant:{options:[\"KqNK1IV2Q\",\"TQur4lUHJ\"],optionTitles:[\"Variant 1\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerlE8qoIJI0,[{explicitInter:true,fonts:[]},...HeaderMenuItem2Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerlE8qoIJI0\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1400px\\\",null,null]},\\\"TQur4lUHJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"390px\\\",\\\"1400px\\\",null,null]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"126\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"104\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (915daba)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import CompanyMenuItemsContainer from\"https://framerusercontent.com/modules/BXIf4fRUlo59InSPIc5z/FOY7ekKKVsp7nbpZ1dkc/lE8qoIJI0.js\";import TriggerCopy from\"https://framerusercontent.com/modules/a2AvfARL6jO9iAqqm2lk/K7eZZxt6iMJk4dbnGrNA/SuG358n_A.js\";const TriggerCopyFonts=getFonts(TriggerCopy);const CompanyMenuItemsContainerFonts=getFonts(CompanyMenuItemsContainer);const cycleOrder=[\"srPOtURL9\",\"xC12Jquiz\",\"CxqwMNiHL\",\"xWmXnprLq\"];const serializationHash=\"framer-ncEoH\";const variantClassNames={CxqwMNiHL:\"framer-v-uddl9z\",srPOtURL9:\"framer-v-1oa40ih\",xC12Jquiz:\"framer-v-1p2dphe\",xWmXnprLq:\"framer-v-15iq4zy\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Mobile | Closed\":\"CxqwMNiHL\",\"Mobile | Opened\":\"xWmXnprLq\",Desktop:\"srPOtURL9\",Tablet:\"xC12Jquiz\"};const getProps=({height,id,mouseEnter,textColor,width,...props})=>{return{...props,B1Awo6SVH:textColor??props.B1Awo6SVH??\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\",DFDNy5RUy:mouseEnter??props.DFDNy5RUy,variant:humanReadableVariantMap[props.variant]??props.variant??\"srPOtURL9\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,B1Awo6SVH,DFDNy5RUy,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"srPOtURL9\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter5csm45=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(DFDNy5RUy){const res=await DFDNy5RUy(...args);if(res===false)return false;}});const gvoGVZ3jKu0s8gt=activeVariantCallback(async(...args)=>{setVariant(\"xWmXnprLq\");});const gvoGVZ3jKlso4qw=activeVariantCallback(async(...args)=>{setVariant(\"CxqwMNiHL\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"xWmXnprLq\")return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1oa40ih\",className,classNames),\"data-framer-name\":\"Desktop\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"srPOtURL9\",onMouseEnter:onMouseEnter5csm45,ref:ref??ref1,style:{...style},...addPropertyOverrides({CxqwMNiHL:{\"data-framer-name\":\"Mobile | Closed\"},xC12Jquiz:{\"data-framer-name\":\"Tablet\"},xWmXnprLq:{\"data-framer-name\":\"Mobile | Opened\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-26)/2+0+0),...addPropertyOverrides({CxqwMNiHL:{width:componentViewport?.width||\"100vw\"},xC12Jquiz:{width:componentViewport?.width||\"100vw\"},xWmXnprLq:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-168)/2+0+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1h9wbnp-container\",layoutDependency:layoutDependency,layoutId:\"wSLGR0KXE-container\",nodeId:\"wSLGR0KXE\",rendersWithMotion:true,scopeId:\"S24vRVtsh\",children:/*#__PURE__*/_jsx(TriggerCopy,{AEJGHHZBg:13,DApvjrdfG:\"Company\",height:\"100%\",id:\"wSLGR0KXE\",layoutId:\"wSLGR0KXE\",Pf3Z5jFiE:B1Awo6SVH,width:\"100%\",...addPropertyOverrides({CxqwMNiHL:{gvoGVZ3jK:gvoGVZ3jKu0s8gt,style:{width:\"100%\"}},xC12Jquiz:{AEJGHHZBg:11,style:{width:\"100%\"}},xWmXnprLq:{gvoGVZ3jK:gvoGVZ3jKlso4qw,style:{width:\"100%\"}}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItVmFyaWFibGVWRj1JbTl3YzNvaUlERTBMQ0FpZDJkb2RDSWdOekF3\",\"--framer-font-family\":'\"Inter Variable\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 14, \"wght\" 700)',\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(151, 163, 183))\"},children:\"About Us\"})}),className:\"framer-8fnadm\",fonts:[\"Inter-Variable\"],layoutDependency:layoutDependency,layoutId:\"S6KI53oEN\",style:{\"--extracted-2gg91v\":'\"opsz\" 14, \"wght\" 700',\"--extracted-r6o4lv\":\"rgb(151, 163, 183)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({xWmXnprLq:{height:104,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-168)/2+44+20)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1no7vmf-container\",layoutDependency:layoutDependency,layoutId:\"GIqqtVwy5-container\",nodeId:\"GIqqtVwy5\",rendersWithMotion:true,scopeId:\"S24vRVtsh\",children:/*#__PURE__*/_jsx(CompanyMenuItemsContainer,{height:\"100%\",id:\"GIqqtVwy5\",layoutId:\"GIqqtVwy5\",variant:\"TQur4lUHJ\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ncEoH.framer-143lv5s, .framer-ncEoH .framer-143lv5s { display: block; }\",\".framer-ncEoH.framer-1oa40ih { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-ncEoH .framer-1h9wbnp-container, .framer-ncEoH .framer-1no7vmf-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-ncEoH .framer-8fnadm { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ncEoH.framer-1oa40ih { gap: 0px; } .framer-ncEoH.framer-1oa40ih > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-ncEoH.framer-1oa40ih > :first-child { margin-top: 0px; } .framer-ncEoH.framer-1oa40ih > :last-child { margin-bottom: 0px; } }\",\".framer-ncEoH.framer-v-1p2dphe .framer-1h9wbnp-container { align-self: stretch; }\",\".framer-ncEoH.framer-v-uddl9z.framer-1oa40ih, .framer-ncEoH.framer-v-15iq4zy.framer-1oa40ih { width: 350px; }\",\".framer-ncEoH.framer-v-uddl9z .framer-1h9wbnp-container, .framer-ncEoH.framer-v-15iq4zy .framer-1h9wbnp-container { width: 100%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 26\n * @framerIntrinsicWidth 80\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"xC12Jquiz\":{\"layout\":[\"auto\",\"auto\"]},\"CxqwMNiHL\":{\"layout\":[\"fixed\",\"auto\"]},\"xWmXnprLq\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"B1Awo6SVH\":\"textColor\",\"DFDNy5RUy\":\"mouseEnter\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerS24vRVtsh=withCSS(Component,css,\"framer-ncEoH\");export default FramerS24vRVtsh;FramerS24vRVtsh.displayName=\"Company Menu\";FramerS24vRVtsh.defaultProps={height:26,width:80};addPropertyControls(FramerS24vRVtsh,{variant:{options:[\"srPOtURL9\",\"xC12Jquiz\",\"CxqwMNiHL\",\"xWmXnprLq\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile | Closed\",\"Mobile | Opened\"],title:\"Variant\",type:ControlType.Enum},B1Awo6SVH:{defaultValue:'var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255)) /* {\"name\":\"white\"} */',title:\"Text Color\",type:ControlType.Color},DFDNy5RUy:{title:\"Mouse Enter\",type:ControlType.EventHandler}});const variationAxes=[{defaultValue:14,maxValue:32,minValue:14,name:\"Optical size\",tag:\"opsz\"},{defaultValue:400,maxValue:900,minValue:100,name:\"Weight\",tag:\"wght\"}];addFonts(FramerS24vRVtsh,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/mYcqTSergLb16PdbJJQMl9ebYm4.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/ZRl8AlxwsX1m7xS1eJCiSPbztg.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/nhSQpBRqFmXNUBY2p5SENQ8NplQ.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/DYHjxG0qXjopUuruoacfl5SA.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/s7NH6sl7w4NU984r5hcmo1tPSYo.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/7lw0VWkeXrGYJT05oB3DsFy8BaY.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/wx5nfqEgOXnxuFaxB0Mn9OhmcZA.woff2\",variationAxes,weight:\"400\"}]},...TriggerCopyFonts,...CompanyMenuItemsContainerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerS24vRVtsh\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"B1Awo6SVH\\\":\\\"textColor\\\",\\\"DFDNy5RUy\\\":\\\"mouseEnter\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"26\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"80\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xC12Jquiz\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"CxqwMNiHL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xWmXnprLq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c07a8c1)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useRouter,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/IZIQEY5rLikBh0pBWRqz/tPfDvg1zP1nK6KHILdCO/apIKYSvff.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/JPuwYlU2WJb1haFpDvzi/ep01gGqP1UT6gxoYZFlf/jzgvRFCJT.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/nf5CABPInSlxVgHDDTPw/SltbkTG1rSC9PiXKGYd6/z6q3Le9Gi.js\";import HeaderMenuItem from\"https://framerusercontent.com/modules/vwPDPPG7tT5HeJhmYEnq/ej0IlIisCptQfp4hRYDc/AANIEx9Yb.js\";import ProductMenu from\"https://framerusercontent.com/modules/Zv2JjxsGAkH51flMwoTC/EQFvpczcRufh6P7thoRo/IKCzb76Ty.js\";import ResourcesMenu from\"https://framerusercontent.com/modules/0HAHAgigIa48iVqBfyli/KuxAg9M3ZUuiR7gW3Pbd/PcoD3Psns.js\";import CompanyMenu from\"https://framerusercontent.com/modules/dLkbObzJnrLUZAsPDl4t/rtHNO4CJbU6E1rwKLBUK/S24vRVtsh.js\";import Button from\"https://framerusercontent.com/modules/7EGo3CVYMHfRPsJkiYsn/tzLnT7WxMYNwgq5lD07e/SHPzadXSo.js\";const ProductMenuFonts=getFonts(ProductMenu);const CompanyMenuFonts=getFonts(CompanyMenu);const ResourcesMenuFonts=getFonts(ResourcesMenu);const HeaderMenuItemFonts=getFonts(HeaderMenuItem);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const ButtonFonts=getFonts(Button);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"GXtKSYnak\",\"F_88rQX1u\",\"wkrto0gPY\",\"TzkpJmRxq\",\"Ewy9zczPF\",\"UtQ1TmqzP\",\"WW007Q4ua\",\"vZFG93HxU\",\"KuK8_1zAi\",\"Gswil1ttE\",\"C_KDskRfi\",\"QjljTvtb3\"];const serializationHash=\"framer-DVkrl\";const variantClassNames={C_KDskRfi:\"framer-v-1n4zmt9\",Ewy9zczPF:\"framer-v-lag2z2\",F_88rQX1u:\"framer-v-15snkq0\",Gswil1ttE:\"framer-v-1177r9z\",GXtKSYnak:\"framer-v-15uvvr4\",KuK8_1zAi:\"framer-v-78e163\",QjljTvtb3:\"framer-v-13fzko8\",TzkpJmRxq:\"framer-v-azgub8\",UtQ1TmqzP:\"framer-v-10uslw1\",vZFG93HxU:\"framer-v-qipcf2\",wkrto0gPY:\"framer-v-p9vbce\",WW007Q4ua:\"framer-v-od2khu\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const transition2={bounce:.2,delay:0,duration:.3,type:\"spring\"};const transition3={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:150,y:0};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-150,y:0};const transition4={damping:40,delay:0,mass:1,stiffness:600,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};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 transition5={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.05,skewX:0,skewY:0,transition:transition5};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const animation6={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-74};const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop V2 Product | Open\":\"Gswil1ttE\",\"Desktop V2 Resources | Open\":\"QjljTvtb3\",\"Desktop V2 Solutions | Open\":\"C_KDskRfi\",\"Desktop V2\":\"KuK8_1zAi\",\"Phone v2 Company Open\":\"WW007Q4ua\",\"Phone v2 Open\":\"Ewy9zczPF\",\"Phone v2 Product Open\":\"UtQ1TmqzP\",\"Phone v2 Resources Open\":\"vZFG93HxU\",\"Phone v2\":\"TzkpJmRxq\",Desktop:\"GXtKSYnak\",Tablet:\"F_88rQX1u\",tv:\"wkrto0gPY\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"GXtKSYnak\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"GXtKSYnak\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1tu3coe=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"Gswil1ttE\");});const onMouseLeavejt119n=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"KuK8_1zAi\");});const onTap11wc9nh=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"C_KDskRfi\");});const onMouseEnterig07o4=activeVariantCallback(async(...args)=>{setVariant(\"C_KDskRfi\");});const onMouseEnter1y9f6v7=activeVariantCallback(async(...args)=>{setVariant(\"QjljTvtb3\");});const onMouseEnterinzw69=activeVariantCallback(async(...args)=>{setVariant(\"Gswil1ttE\");});const onTapzf8iph=activeVariantCallback(async(...args)=>{setVariant(\"Ewy9zczPF\");});const onTap1nsakc8=activeVariantCallback(async(...args)=>{setVariant(\"WW007Q4ua\");});const onTap1cj83y3=activeVariantCallback(async(...args)=>{setVariant(\"vZFG93HxU\");});const onTapi87r6h=activeVariantCallback(async(...args)=>{setVariant(\"UtQ1TmqzP\");});const onTap8domsl=activeVariantCallback(async(...args)=>{setVariant(\"TzkpJmRxq\");});const LXvvHehoctxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const q0inEYjSitxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"TzkpJmRxq\",\"Ewy9zczPF\",\"UtQ1TmqzP\",\"WW007Q4ua\",\"vZFG93HxU\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"F_88rQX1u\",\"KuK8_1zAi\",\"Gswil1ttE\",\"C_KDskRfi\",\"QjljTvtb3\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"F_88rQX1u\")return true;return false;};const isDisplayed3=()=>{if([\"KuK8_1zAi\",\"Gswil1ttE\",\"C_KDskRfi\",\"QjljTvtb3\"].includes(baseVariant))return false;return true;};const isDisplayed4=()=>{if(baseVariant===\"KuK8_1zAi\")return true;return false;};const isDisplayed5=()=>{if(baseVariant===\"QjljTvtb3\")return true;return false;};const isDisplayed6=()=>{if(baseVariant===\"Gswil1ttE\")return true;return false;};const isDisplayed7=()=>{if(baseVariant===\"C_KDskRfi\")return true;return false;};const isDisplayed8=()=>{if([\"KuK8_1zAi\",\"Gswil1ttE\",\"C_KDskRfi\",\"QjljTvtb3\"].includes(baseVariant))return true;return false;};const isDisplayed9=()=>{if(baseVariant===\"TzkpJmRxq\")return true;return false;};const isDisplayed10=()=>{if([\"Ewy9zczPF\",\"UtQ1TmqzP\",\"WW007Q4ua\",\"vZFG93HxU\"].includes(baseVariant))return true;return false;};const isDisplayed11=()=>{if([\"UtQ1TmqzP\",\"WW007Q4ua\",\"vZFG93HxU\"].includes(baseVariant))return true;return false;};const router=useRouter();const isDisplayed12=()=>{if([\"UtQ1TmqzP\",\"WW007Q4ua\"].includes(baseVariant))return false;return true;};const isDisplayed13=()=>{if(baseVariant===\"WW007Q4ua\")return false;return true;};const isDisplayed14=()=>{if([\"WW007Q4ua\",\"vZFG93HxU\"].includes(baseVariant))return false;return true;};const isDisplayed15=()=>{if([\"UtQ1TmqzP\",\"vZFG93HxU\"].includes(baseVariant))return false;return true;};const isDisplayed16=()=>{if(baseVariant===\"UtQ1TmqzP\")return true;return false;};const isDisplayed17=()=>{if(baseVariant===\"WW007Q4ua\")return true;return false;};const isDisplayed18=()=>{if([\"UtQ1TmqzP\",\"WW007Q4ua\",\"vZFG93HxU\"].includes(baseVariant))return false;return true;};const isDisplayed19=()=>{if(baseVariant===\"Ewy9zczPF\")return false;return true;};const isDisplayed20=()=>{if(baseVariant===\"Ewy9zczPF\")return true;return false;};const ref1=React.useRef(null);const ref2=React.useRef(null);const isDisplayed21=()=>{if([\"wkrto0gPY\",\"TzkpJmRxq\",\"Ewy9zczPF\",\"UtQ1TmqzP\",\"WW007Q4ua\",\"vZFG93HxU\",\"KuK8_1zAi\",\"Gswil1ttE\",\"C_KDskRfi\",\"QjljTvtb3\"].includes(baseVariant))return false;return true;};const isDisplayed22=()=>{if([\"wkrto0gPY\",\"TzkpJmRxq\",\"Ewy9zczPF\",\"UtQ1TmqzP\",\"WW007Q4ua\",\"vZFG93HxU\"].includes(baseVariant))return false;return true;};const isDisplayed23=()=>{if(baseVariant===\"F_88rQX1u\")return false;return true;};const isDisplayed24=()=>{if(baseVariant===\"wkrto0gPY\")return true;return false;};const isDisplayed25=()=>{if([\"Gswil1ttE\",\"QjljTvtb3\"].includes(baseVariant))return true;return false;};const isDisplayed26=()=>{if([\"Gswil1ttE\",\"QjljTvtb3\"].includes(baseVariant))return false;return true;};const isDisplayed27=()=>{if(baseVariant===\"QjljTvtb3\")return false;return true;};const isDisplayed28=()=>{if(baseVariant===\"Gswil1ttE\")return false;return true;};const ref3=React.useRef(null);const ref4=React.useRef(null);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({Ewy9zczPF:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-15uvvr4\",className,classNames),\"data-framer-name\":\"Desktop\",\"data-hide-scrollbars\":true,layoutDependency:layoutDependency,layoutId:\"GXtKSYnak\",ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-3b584ff0-daa4-4d1b-af57-84508084c07c, rgb(6, 19, 52))\",...style},variants:{C_KDskRfi:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(46, 57, 126, 0.1)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(255, 255, 255)\"},Ewy9zczPF:{backgroundColor:\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\"},Gswil1ttE:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(46, 57, 126, 0.1)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(255, 255, 255)\"},KuK8_1zAi:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(46, 57, 126, 0.1)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(255, 255, 255)\"},QjljTvtb3:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(46, 57, 126, 0.1)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(255, 255, 255)\"},UtQ1TmqzP:{backgroundColor:\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\"},vZFG93HxU:{backgroundColor:\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\"},WW007Q4ua:{backgroundColor:\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\"}},...addPropertyOverrides({C_KDskRfi:{\"data-border\":true,\"data-framer-name\":\"Desktop V2 Solutions | Open\",\"data-highlight\":true,onMouseLeave:onMouseLeavejt119n,onTap:onTap11wc9nh},Ewy9zczPF:{\"data-framer-name\":\"Phone v2 Open\"},F_88rQX1u:{\"data-framer-name\":\"Tablet\"},Gswil1ttE:{\"data-border\":true,\"data-framer-name\":\"Desktop V2 Product | Open\",\"data-highlight\":true,onMouseLeave:onMouseLeavejt119n,onTap:onTap1tu3coe},KuK8_1zAi:{\"data-border\":true,\"data-framer-name\":\"Desktop V2\"},QjljTvtb3:{\"data-border\":true,\"data-framer-name\":\"Desktop V2 Resources | Open\",\"data-highlight\":true,onMouseLeave:onMouseLeavejt119n,onTap:onTap11wc9nh},TzkpJmRxq:{\"data-framer-name\":\"Phone v2\"},UtQ1TmqzP:{\"data-framer-name\":\"Phone v2 Product Open\"},vZFG93HxU:{\"data-framer-name\":\"Phone v2 Resources Open\"},wkrto0gPY:{\"data-framer-name\":\"tv\"},WW007Q4ua:{\"data-framer-name\":\"Phone v2 Company Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jqxm5b\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"r2s6nTms4\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gurt7x\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"YeRTXpMAT\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZkZHyhmjU\"},motionChild:true,nodeId:\"oDhH1GTiW\",openInNewTab:false,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-3ez8co framer-12jril4\",\"data-framer-name\":\"B2Metric Logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"oDhH1GTiW\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 176 50\"><g><path d=\"M 0 0 L 176 0 L 176 50 L 0 50 Z\" fill=\"transparent\"></path><g><defs><linearGradient id=\"idss11905545613_3g352117910\" x1=\"1\" x2=\"0\" y1=\"0.008681966931519514\" y2=\"0.9913180330684805\"><stop offset=\"0\" stop-color=\"rgb(115,108,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(28,24,77)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 9.644 0.581 L 38.614 0.581 C 43.941 0.581 48.258 4.949 48.258 10.341 L 48.258 39.639 C 48.258 45.03 43.941 49.399 38.614 49.399 L 9.644 49.399 C 4.317 49.419 0 45.049 0 39.639 L 0 10.341 C 0 4.95 4.317 0.581 9.644 0.581 Z\" fill=\"url(#idss11905545613_3g352117910)\"></path></g><g><defs><linearGradient id=\"idss11905545613_4g-1534144650\" x1=\"0.7112109056848069\" x2=\"0.28878909431519306\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 41.822 15.391 L 24.376 15.391 L 24.376 15.11 C 24.376 14.008 24.812 12.946 25.584 12.164 C 26.362 11.379 27.416 10.939 28.515 10.942 L 41.822 10.942 Z\" fill=\"url(#idss11905545613_4g-1534144650)\"></path></g><g><defs><linearGradient id=\"idss11905545613_5g-1534144650\" x1=\"0.7103302553435653\" x2=\"0.28966974465643475\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 6.95 15.391 L 24.396 15.391 L 24.396 15.671 C 24.396 16.78 23.953 17.843 23.168 18.617 C 22.395 19.399 21.346 19.82 20.237 19.82 L 6.95 19.82 L 6.95 15.391 Z\" fill=\"url(#idss11905545613_5g-1534144650)\"></path></g><g><defs><linearGradient id=\"idss11905545613_6g-1534144643\" x1=\"0.6044476758894056\" x2=\"0.3955523241105944\" y1=\"5.551115123125783e-17\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 41.822 33.126 L 6.95 33.126 L 6.95 37.575 L 41.841 37.575 L 41.841 33.126 Z\" fill=\"url(#idss11905545613_6g-1534144643)\"></path></g><g><defs><linearGradient id=\"idss11905545613_7g-1534144650\" x1=\"0.7112109056848069\" x2=\"0.28878909431519306\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 41.822 24.248 L 24.376 24.248 L 24.376 23.968 C 24.376 22.865 24.812 21.803 25.584 21.022 C 26.362 20.237 27.416 19.797 28.515 19.799 L 41.822 19.799 Z\" fill=\"url(#idss11905545613_7g-1534144650)\"></path></g><g><defs><linearGradient id=\"idss11905545613_8g-1534144650\" x1=\"0.7103399891064814\" x2=\"0.28966001089351856\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 6.95 24.248 L 24.396 24.248 L 24.396 24.529 C 24.396 25.638 23.953 26.701 23.168 27.475 C 22.395 28.257 21.346 28.677 20.237 28.677 L 6.95 28.677 L 6.95 24.249 Z\" fill=\"url(#idss11905545613_8g-1534144650)\"></path></g><path d=\"M 60.317 35.01 L 63.723 35.01 L 63.723 32.905 C 64.218 34.308 65.921 35.331 68.277 35.331 C 70.297 35.331 71.98 34.609 73.327 33.166 C 74.713 31.703 75.386 29.899 75.386 27.755 C 75.386 25.591 74.713 23.827 73.327 22.365 C 71.961 20.902 70.277 20.18 68.277 20.18 C 65.941 20.18 64.198 21.202 63.723 22.605 L 63.723 14.97 L 60.317 14.97 Z M 67.822 32.184 C 66.614 32.184 65.564 31.743 64.713 30.922 C 63.901 30.08 63.465 29.018 63.465 27.755 C 63.465 26.493 63.901 25.431 64.713 24.589 C 65.545 23.747 66.614 23.326 67.822 23.326 C 69.03 23.326 70.02 23.768 70.832 24.589 C 71.644 25.431 72.04 26.493 72.04 27.755 C 72.04 29.018 71.644 30.08 70.832 30.922 C 70.02 31.763 69.05 32.184 67.822 32.184 Z M 89.287 35.01 L 89.287 31.743 L 80.852 31.743 L 86.575 25.651 C 88.139 24.008 88.891 22.305 88.891 20.601 C 88.891 18.938 88.297 17.515 87.069 16.353 C 85.881 15.19 84.436 14.569 82.773 14.569 C 81.05 14.569 79.545 15.21 78.337 16.433 C 77.129 17.655 76.515 19.138 76.515 20.902 L 79.743 20.902 C 79.743 20 80.02 19.259 80.614 18.657 C 81.208 18.056 81.921 17.735 82.733 17.735 C 84.317 17.735 85.644 18.998 85.644 20.621 C 85.644 21.583 85.248 22.465 84.436 23.366 L 75.683 32.685 L 75.683 35.01 Z M 95.05 35.01 L 95.05 26.674 C 95.05 24.709 96.238 23.307 97.822 23.307 C 99.445 23.307 100.356 24.529 100.356 26.533 L 100.356 35.01 L 103.723 35.01 L 103.723 26.674 C 103.723 24.709 104.872 23.307 106.475 23.307 C 108.06 23.307 108.951 24.529 108.951 26.533 L 108.951 31.363 C 108.951 33.888 110.04 35.151 112.297 35.151 C 112.951 35.151 113.426 35.09 113.762 34.97 L 113.762 32.064 C 113.624 32.084 113.446 32.125 113.267 32.125 C 112.515 32.125 112.317 31.724 112.317 30.601 L 112.317 26.032 C 112.317 22.445 110.535 20.22 107.465 20.22 C 105.247 20.22 103.703 21.062 102.871 22.746 C 102.178 21.062 100.812 20.22 98.852 20.22 C 97.03 20.22 95.624 21.182 95.03 22.585 L 95.03 20.521 L 91.663 20.521 L 91.663 35.03 L 95.05 35.03 Z M 115.069 27.876 C 115.069 30.14 115.762 31.964 117.149 33.326 C 118.534 34.669 120.376 35.37 122.614 35.37 C 125.01 35.37 127.01 34.509 128.614 32.786 L 126.574 30.781 C 125.465 31.924 124.198 32.445 122.733 32.445 C 120.218 32.445 118.554 30.962 118.436 28.657 L 129.525 28.657 C 129.545 28.276 129.584 27.876 129.584 27.455 C 129.584 25.391 128.931 23.667 127.604 22.245 C 126.297 20.842 124.594 20.14 122.555 20.14 C 120.376 20.14 118.594 20.842 117.188 22.245 C 115.802 23.647 115.109 25.511 115.109 27.816 L 115.109 27.896 L 115.069 27.896 Z M 118.515 26.213 C 118.594 25.31 119.03 24.569 119.782 23.968 C 120.534 23.366 121.485 23.046 122.535 23.046 C 123.525 23.046 124.356 23.366 125.05 24.008 C 125.743 24.609 126.119 25.351 126.119 26.232 Z M 132.693 30.501 C 132.693 33.787 134.218 35.431 137.307 35.431 C 138 35.431 138.574 35.37 139.069 35.251 L 139.069 32.164 C 138.693 32.245 138.316 32.285 137.881 32.285 C 136.634 32.285 136.099 31.703 136.099 30.12 L 136.099 23.647 L 139.248 23.647 L 139.248 20.501 L 136.099 20.501 L 136.099 14.95 L 132.713 14.95 L 132.713 20.521 L 130.93 20.521 L 130.93 23.647 L 132.713 23.647 L 132.713 30.501 L 132.693 30.501 Z M 144.654 35.01 L 144.654 27.375 C 144.654 24.99 146.158 23.487 148.495 23.487 C 149.01 23.487 149.485 23.547 149.901 23.627 L 149.901 20.281 C 149.624 20.22 149.268 20.201 148.891 20.201 C 146.871 20.201 145.327 21.122 144.654 22.646 L 144.654 20.481 L 141.287 20.481 L 141.287 34.99 Z M 152.296 31.603 C 152.296 34.048 153.386 35.27 155.584 35.27 C 156.376 35.27 156.95 35.191 157.287 35.03 L 157.287 32.124 C 157.148 32.145 156.95 32.185 156.693 32.185 C 155.94 32.185 155.703 31.784 155.703 30.662 L 155.703 20.461 L 152.317 20.461 L 152.317 31.603 Z M 154 18.818 C 155.089 18.818 156.02 17.916 156.02 16.774 C 156.024 16.23 155.813 15.708 155.433 15.324 C 155.053 14.939 154.537 14.725 154 14.73 C 153.463 14.725 152.946 14.939 152.567 15.324 C 152.187 15.708 151.975 16.23 151.98 16.774 C 151.975 17.317 152.187 17.839 152.567 18.224 C 152.946 18.608 153.463 18.822 154 18.818 Z M 166.159 20.06 C 163.98 20.06 162.139 20.821 160.654 22.285 C 159.149 23.747 158.436 25.571 158.436 27.755 C 158.436 29.94 159.169 31.783 160.654 33.266 C 162.158 34.73 164 35.451 166.159 35.451 C 168.436 35.451 170.337 34.609 171.881 32.946 L 169.802 30.721 C 168.812 31.804 167.604 32.304 166.198 32.304 C 164.951 32.304 163.921 31.864 163.05 31.022 C 162.238 30.16 161.802 29.058 161.802 27.755 C 161.802 26.473 162.238 25.371 163.05 24.489 C 163.882 23.627 164.951 23.207 166.198 23.207 C 167.604 23.207 168.832 23.727 169.802 24.789 L 171.881 22.565 C 170.337 20.882 168.436 20.06 166.159 20.06 Z\" fill=\"rgb(255, 255, 255)\"></path></g></svg>',svgContentId:11905545613,withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1236lk4\",layoutDependency:layoutDependency,layoutId:\"cUu7ypNvE\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZkZHyhmjU\"},motionChild:true,nodeId:\"aqzShQhbt\",openInNewTab:false,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-25b80s framer-12jril4\",\"data-framer-name\":\"B2Metric Logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"aqzShQhbt\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 128 36\"><g><path d=\"M 0 0 L 128 0 L 128 36 L 0 36 Z\" fill=\"transparent\"></path><g><defs><linearGradient id=\"idss12472366300_3g352117910\" x1=\"1\" x2=\"0\" y1=\"0.008681966931519514\" y2=\"0.9913180330684805\"><stop offset=\"0\" stop-color=\"rgb(115,108,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(28,24,77)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 7.014 0.419 L 28.083 0.419 C 31.957 0.419 35.096 3.564 35.096 7.445 L 35.096 28.54 C 35.096 32.422 31.957 35.567 28.083 35.567 L 7.014 35.567 C 3.14 35.581 0 32.436 0 28.54 L 0 7.445 C 0 3.564 3.14 0.419 7.014 0.419 Z\" fill=\"url(#idss12472366300_3g352117910)\"></path></g><g><defs><linearGradient id=\"idss12472366300_4g-1534144650\" x1=\"0.7112109056848069\" x2=\"0.28878909431519306\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 30.416 11.081 L 17.728 11.081 L 17.728 10.88 C 17.728 10.086 18.045 9.321 18.607 8.758 C 19.172 8.193 19.939 7.876 20.738 7.878 L 30.416 7.878 Z\" fill=\"url(#idss12472366300_4g-1534144650)\"></path></g><g><defs><linearGradient id=\"idss12472366300_5g-1534144650\" x1=\"0.7103302553435653\" x2=\"0.28966974465643475\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 5.055 11.081 L 17.742 11.081 L 17.742 11.283 C 17.743 12.082 17.421 12.847 16.849 13.404 C 16.288 13.967 15.524 14.27 14.718 14.27 L 5.054 14.27 L 5.054 11.082 Z\" fill=\"url(#idss12472366300_5g-1534144650)\"></path></g><g><defs><linearGradient id=\"idss12472366300_6g-1534144643\" x1=\"0.6044476758894056\" x2=\"0.3955523241105944\" y1=\"5.551115123125783e-17\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 30.416 23.851 L 5.055 23.851 L 5.055 27.054 L 30.43 27.054 L 30.43 23.851 Z\" fill=\"url(#idss12472366300_6g-1534144643)\"></path></g><g><defs><linearGradient id=\"idss12472366300_7g-1534144650\" x1=\"0.7112109056848069\" x2=\"0.28878909431519306\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 30.416 17.459 L 17.728 17.459 L 17.728 17.257 C 17.728 16.463 18.045 15.698 18.607 15.136 C 19.172 14.57 19.939 14.254 20.738 14.256 L 30.416 14.256 Z\" fill=\"url(#idss12472366300_7g-1534144650)\"></path></g><g><defs><linearGradient id=\"idss12472366300_8g-1534144650\" x1=\"0.7103399891064814\" x2=\"0.28966001089351856\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 5.055 17.459 L 17.742 17.459 L 17.742 17.661 C 17.743 18.459 17.421 19.224 16.849 19.782 C 16.288 20.345 15.524 20.648 14.718 20.648 L 5.054 20.648 L 5.054 17.459 Z\" fill=\"url(#idss12472366300_8g-1534144650)\"></path></g><path d=\"M 35.023 22.841 L 37.5 22.841 L 37.5 21.326 C 37.86 22.336 39.099 23.072 40.812 23.072 C 42.282 23.072 43.505 22.552 44.485 21.513 C 45.493 20.46 45.983 19.161 45.983 17.618 C 45.983 16.059 45.493 14.789 44.485 13.736 C 43.491 12.683 42.267 12.163 40.812 12.163 C 39.113 12.163 37.846 12.899 37.5 13.909 L 37.5 8.412 L 35.023 8.412 Z M 40.192 20.624 C 39.313 20.624 38.55 20.307 37.931 19.715 C 37.34 19.109 37.023 18.344 37.023 17.435 C 37.023 16.526 37.34 15.762 37.931 15.155 C 38.535 14.549 39.313 14.246 40.192 14.246 C 41.07 14.246 41.79 14.564 42.381 15.155 C 42.971 15.762 43.259 16.526 43.259 17.435 C 43.259 18.344 42.971 19.109 42.381 19.715 C 41.79 20.321 41.084 20.624 40.192 20.624 Z M 54.678 22.85 L 54.678 20.498 L 48.544 20.498 L 52.706 16.111 C 53.843 14.928 54.39 13.702 54.39 12.475 C 54.39 11.278 53.958 10.253 53.065 9.416 C 52.201 8.579 51.15 8.132 49.94 8.132 C 48.687 8.132 47.593 8.594 46.714 9.474 C 45.836 10.354 45.389 11.422 45.389 12.692 L 47.737 12.692 C 47.737 12.042 47.939 11.509 48.371 11.076 C 48.803 10.643 49.321 10.412 49.912 10.412 C 51.064 10.412 52.028 11.321 52.028 12.49 C 52.028 13.182 51.74 13.817 51.15 14.466 L 44.785 21.176 L 44.785 22.85 Z M 57.399 22.726 L 57.399 16.724 C 57.399 15.31 58.263 14.3 59.415 14.3 C 60.596 14.3 61.258 15.18 61.258 16.623 L 61.258 22.726 L 63.706 22.726 L 63.706 16.724 C 63.706 15.31 64.542 14.3 65.708 14.3 C 66.86 14.3 67.508 15.18 67.508 16.623 L 67.508 20.1 C 67.508 21.918 68.3 22.828 69.942 22.828 C 70.418 22.828 70.763 22.784 71.008 22.697 L 71.008 20.605 C 70.907 20.62 70.777 20.649 70.648 20.649 C 70.101 20.649 69.957 20.36 69.957 19.552 L 69.957 16.262 C 69.957 13.68 68.66 12.078 66.428 12.078 C 64.815 12.078 63.692 12.684 63.087 13.896 C 62.583 12.684 61.59 12.078 60.164 12.078 C 58.839 12.078 57.816 12.77 57.384 13.78 L 57.384 12.294 L 54.936 12.294 L 54.936 22.741 L 57.399 22.741 Z M 69.804 17.591 C 69.804 19.222 70.308 20.535 71.317 21.516 C 72.324 22.483 73.664 22.988 75.291 22.988 C 77.034 22.988 78.489 22.367 79.655 21.127 L 78.172 19.683 C 77.365 20.506 76.443 20.881 75.378 20.881 C 73.549 20.881 72.339 19.813 72.253 18.154 L 80.317 18.154 C 80.332 17.88 80.361 17.591 80.361 17.288 C 80.361 15.802 79.886 14.561 78.92 13.537 C 77.97 12.527 76.731 12.022 75.248 12.022 C 73.664 12.022 72.368 12.527 71.346 13.537 C 70.337 14.547 69.833 15.889 69.833 17.548 L 69.833 17.606 L 69.804 17.606 Z M 71.993 16.331 C 72.051 15.681 72.368 15.147 72.915 14.715 C 73.462 14.281 74.153 14.051 74.917 14.051 C 75.637 14.051 76.242 14.281 76.746 14.743 C 77.25 15.176 77.523 15.71 77.523 16.345 Z M 81.162 19.595 C 81.162 21.961 82.271 23.144 84.517 23.144 C 85.021 23.144 85.439 23.101 85.799 23.015 L 85.799 20.792 C 85.526 20.85 85.252 20.879 84.935 20.879 C 84.028 20.879 83.639 20.46 83.639 19.32 L 83.639 14.66 L 85.929 14.66 L 85.929 12.395 L 83.639 12.395 L 83.639 8.398 L 81.176 8.398 L 81.176 12.409 L 79.88 12.409 L 79.88 14.66 L 81.176 14.66 L 81.176 19.595 L 81.162 19.595 Z M 88.908 22.727 L 88.908 17.229 C 88.908 15.512 90.002 14.43 91.701 14.43 C 92.076 14.43 92.421 14.474 92.724 14.531 L 92.724 12.122 C 92.522 12.078 92.263 12.064 91.989 12.064 C 90.521 12.064 89.397 12.727 88.908 13.824 L 88.908 12.266 L 86.459 12.266 L 86.459 22.712 Z M 93.453 20.268 C 93.453 22.029 94.245 22.909 95.844 22.909 C 96.42 22.909 96.837 22.851 97.082 22.736 L 97.082 20.643 C 96.982 20.658 96.837 20.687 96.65 20.687 C 96.103 20.687 95.93 20.398 95.93 19.59 L 95.93 12.246 L 93.468 12.246 L 93.468 20.268 Z M 94.721 11.188 C 95.513 11.188 96.19 10.538 96.19 9.716 C 96.193 9.325 96.039 8.949 95.763 8.672 C 95.487 8.395 95.112 8.241 94.721 8.244 C 94.33 8.241 93.955 8.395 93.679 8.672 C 93.402 8.949 93.249 9.325 93.252 9.716 C 93.249 10.107 93.402 10.483 93.679 10.76 C 93.955 11.037 94.33 11.191 94.721 11.188 Z M 102.97 11.966 C 101.385 11.966 100.046 12.514 98.966 13.568 C 97.871 14.621 97.353 15.934 97.353 17.507 C 97.353 19.079 97.886 20.406 98.966 21.475 C 100.06 22.528 101.4 23.047 102.97 23.047 C 104.626 23.047 106.008 22.441 107.132 21.243 L 105.619 19.642 C 104.899 20.421 104.021 20.782 102.998 20.782 C 102.091 20.782 101.342 20.465 100.709 19.858 C 100.118 19.238 99.801 18.445 99.801 17.507 C 99.801 16.583 100.118 15.79 100.709 15.155 C 101.313 14.534 102.091 14.231 102.998 14.231 C 104.021 14.231 104.914 14.606 105.619 15.371 L 107.132 13.769 C 106.008 12.558 104.626 11.966 102.97 11.966 Z\" fill=\"rgb(255, 255, 255)\"></path></g></svg>',svgContentId:12472366300,withExternalLayout:true,...addPropertyOverrides({F_88rQX1u:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 128 36\"><g><path d=\"M 0 0 L 128 0 L 128 36 L 0 36 Z\" fill=\"transparent\"></path><g><defs><linearGradient id=\"idss8819051295_3g352117910\" x1=\"1\" x2=\"0\" y1=\"0.008681966931519514\" y2=\"0.9913180330684805\"><stop offset=\"0\" stop-color=\"rgb(115,108,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(28,24,77)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 7.014 0.419 L 28.083 0.419 C 31.957 0.419 35.096 3.564 35.096 7.445 L 35.096 28.54 C 35.096 32.422 31.957 35.567 28.083 35.567 L 7.014 35.567 C 3.14 35.581 0 32.436 0 28.54 L 0 7.445 C 0 3.564 3.14 0.419 7.014 0.419 Z\" fill=\"url(#idss8819051295_3g352117910)\"></path></g><g><defs><linearGradient id=\"idss8819051295_4g-1534144650\" x1=\"0.7112109056848069\" x2=\"0.28878909431519306\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 30.416 11.081 L 17.728 11.081 L 17.728 10.88 C 17.728 10.086 18.045 9.321 18.607 8.758 C 19.172 8.193 19.939 7.876 20.738 7.878 L 30.416 7.878 Z\" fill=\"url(#idss8819051295_4g-1534144650)\"></path></g><g><defs><linearGradient id=\"idss8819051295_5g-1534144650\" x1=\"0.7103302553435653\" x2=\"0.28966974465643475\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 5.055 11.081 L 17.742 11.081 L 17.742 11.283 C 17.743 12.082 17.421 12.847 16.849 13.404 C 16.288 13.967 15.524 14.27 14.718 14.27 L 5.054 14.27 L 5.054 11.082 Z\" fill=\"url(#idss8819051295_5g-1534144650)\"></path></g><g><defs><linearGradient id=\"idss8819051295_6g-1534144643\" x1=\"0.6044476758894056\" x2=\"0.3955523241105944\" y1=\"5.551115123125783e-17\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 30.416 23.851 L 5.055 23.851 L 5.055 27.054 L 30.43 27.054 L 30.43 23.851 Z\" fill=\"url(#idss8819051295_6g-1534144643)\"></path></g><g><defs><linearGradient id=\"idss8819051295_7g-1534144650\" x1=\"0.7112109056848069\" x2=\"0.28878909431519306\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 30.416 17.459 L 17.728 17.459 L 17.728 17.257 C 17.728 16.463 18.045 15.698 18.607 15.136 C 19.172 14.57 19.939 14.254 20.738 14.256 L 30.416 14.256 Z\" fill=\"url(#idss8819051295_7g-1534144650)\"></path></g><g><defs><linearGradient id=\"idss8819051295_8g-1534144650\" x1=\"0.7103399891064814\" x2=\"0.28966001089351856\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 5.055 17.459 L 17.742 17.459 L 17.742 17.661 C 17.743 18.459 17.421 19.224 16.849 19.782 C 16.288 20.345 15.524 20.648 14.718 20.648 L 5.054 20.648 L 5.054 17.459 Z\" fill=\"url(#idss8819051295_8g-1534144650)\"></path></g><path d=\"M 38.838 24.881 L 41.315 24.881 L 41.315 23.365 C 41.674 24.375 42.913 25.112 44.627 25.112 C 46.096 25.112 47.32 24.592 48.299 23.553 C 49.307 22.5 49.797 21.201 49.797 19.657 C 49.797 18.099 49.307 16.829 48.299 15.776 C 47.306 14.723 46.081 14.203 44.627 14.203 C 42.928 14.203 41.66 14.939 41.315 15.949 L 41.315 10.452 L 38.838 10.452 Z M 44.006 22.664 C 43.127 22.664 42.364 22.346 41.745 21.755 C 41.154 21.149 40.838 20.384 40.838 19.475 C 40.838 18.566 41.154 17.801 41.745 17.195 C 42.35 16.589 43.127 16.286 44.006 16.286 C 44.885 16.286 45.604 16.604 46.195 17.195 C 46.786 17.801 47.074 18.566 47.074 19.475 C 47.074 20.384 46.786 21.148 46.195 21.755 C 45.604 22.361 44.899 22.664 44.006 22.664 Z M 58.493 24.889 L 58.493 22.537 L 52.358 22.537 L 56.52 18.151 C 57.658 16.968 58.205 15.742 58.205 14.515 C 58.205 13.317 57.773 12.293 56.88 11.456 C 56.016 10.619 54.965 10.172 53.755 10.172 C 52.502 10.172 51.407 10.634 50.529 11.514 C 49.65 12.394 49.204 13.461 49.204 14.731 L 51.551 14.731 C 51.551 14.082 51.753 13.548 52.185 13.115 C 52.617 12.682 53.135 12.451 53.726 12.451 C 54.878 12.451 55.843 13.361 55.843 14.53 C 55.843 15.222 55.555 15.857 54.965 16.506 L 48.599 23.215 L 48.599 24.889 Z M 61.213 24.766 L 61.213 18.764 C 61.213 17.35 62.077 16.34 63.229 16.34 C 64.41 16.34 65.072 17.22 65.072 18.663 L 65.072 24.766 L 67.521 24.766 L 67.521 18.764 C 67.521 17.35 68.356 16.34 69.522 16.34 C 70.675 16.34 71.323 17.22 71.323 18.663 L 71.323 22.14 C 71.323 23.958 72.115 24.867 73.757 24.867 C 74.232 24.867 74.578 24.824 74.822 24.737 L 74.822 22.645 C 74.721 22.659 74.592 22.689 74.462 22.689 C 73.915 22.689 73.771 22.4 73.771 21.592 L 73.771 18.302 C 73.771 15.719 72.475 14.117 70.243 14.117 C 68.63 14.117 67.506 14.724 66.902 15.936 C 66.398 14.724 65.404 14.117 63.978 14.117 C 62.653 14.117 61.631 14.81 61.198 15.82 L 61.198 14.334 L 58.75 14.334 L 58.75 24.781 L 61.213 24.781 Z M 73.619 19.631 C 73.619 21.261 74.123 22.574 75.131 23.556 C 76.139 24.522 77.479 25.027 79.106 25.027 C 80.848 25.027 82.303 24.407 83.469 23.166 L 81.986 21.723 C 81.179 22.546 80.258 22.921 79.192 22.921 C 77.363 22.921 76.154 21.853 76.067 20.194 L 84.132 20.194 C 84.146 19.92 84.175 19.631 84.175 19.328 C 84.175 17.842 83.7 16.601 82.735 15.577 C 81.784 14.567 80.546 14.061 79.063 14.061 C 77.479 14.061 76.182 14.567 75.16 15.577 C 74.152 16.587 73.648 17.928 73.648 19.588 L 73.648 19.645 L 73.619 19.645 Z M 75.808 18.37 C 75.865 17.721 76.182 17.187 76.729 16.754 C 77.276 16.321 77.968 16.09 78.731 16.09 C 79.451 16.09 80.056 16.321 80.56 16.783 C 81.064 17.216 81.338 17.75 81.338 18.385 Z M 84.977 21.634 C 84.977 24.001 86.085 25.184 88.332 25.184 C 88.836 25.184 89.253 25.14 89.614 25.054 L 89.614 22.832 C 89.34 22.89 89.066 22.919 88.749 22.919 C 87.842 22.919 87.454 22.5 87.454 21.36 L 87.454 16.7 L 89.743 16.7 L 89.743 14.435 L 87.454 14.435 L 87.454 10.438 L 84.991 10.438 L 84.991 14.449 L 83.695 14.449 L 83.695 16.7 L 84.991 16.7 L 84.991 21.635 L 84.977 21.635 Z M 92.722 24.766 L 92.722 19.269 C 92.722 17.552 93.816 16.47 95.516 16.47 C 95.89 16.47 96.236 16.513 96.538 16.571 L 96.538 14.161 C 96.337 14.118 96.078 14.104 95.804 14.104 C 94.335 14.104 93.211 14.767 92.722 15.864 L 92.722 14.305 L 90.274 14.305 L 90.274 24.752 Z M 97.267 22.308 C 97.267 24.068 98.059 24.948 99.658 24.948 C 100.234 24.948 100.652 24.891 100.897 24.775 L 100.897 22.683 C 100.796 22.698 100.652 22.727 100.465 22.727 C 99.917 22.727 99.745 22.438 99.745 21.63 L 99.745 14.285 L 97.282 14.285 L 97.282 22.308 Z M 98.535 13.227 C 99.327 13.227 100.004 12.578 100.004 11.756 C 100.008 11.364 99.854 10.988 99.578 10.712 C 99.302 10.435 98.926 10.281 98.535 10.284 C 98.145 10.281 97.769 10.435 97.493 10.712 C 97.217 10.988 97.063 11.364 97.066 11.756 C 97.063 12.147 97.217 12.523 97.493 12.8 C 97.769 13.076 98.145 13.23 98.535 13.227 Z M 106.784 14.006 C 105.2 14.006 103.86 14.554 102.78 15.607 C 101.686 16.66 101.167 17.973 101.167 19.546 C 101.167 21.119 101.7 22.446 102.78 23.514 C 103.875 24.568 105.214 25.087 106.784 25.087 C 108.44 25.087 109.823 24.481 110.946 23.283 L 109.434 21.682 C 108.714 22.461 107.835 22.821 106.813 22.821 C 105.905 22.821 105.157 22.504 104.523 21.898 C 103.932 21.278 103.616 20.484 103.616 19.546 C 103.616 18.623 103.932 17.829 104.523 17.194 C 105.128 16.574 105.905 16.271 106.813 16.271 C 107.835 16.271 108.728 16.646 109.434 17.41 L 110.946 15.809 C 109.823 14.597 108.44 14.005 106.784 14.005 Z\" fill=\"rgb(255, 255, 255)\"></path></g></svg>',svgContentId:8819051295}},baseVariant,gestureVariant)})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,y:(componentViewport?.y||0)+(15+((componentViewport?.height||80)-30-50)/2)+0+12+0,...addPropertyOverrides({F_88rQX1u:{y:(componentViewport?.y||0)+(10+((componentViewport?.height||64)-20-130)/2)+0+0+52}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1heq41r-container\",layoutDependency:layoutDependency,layoutId:\"Q2kzjCvgz-container\",nodeId:\"Q2kzjCvgz\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(ProductMenu,{height:\"100%\",I_vAGsdC6:\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\",id:\"Q2kzjCvgz\",layoutId:\"Q2kzjCvgz\",variant:\"zfQIBh3Eh\",width:\"100%\",...addPropertyOverrides({F_88rQX1u:{variant:\"lVFad7h7h\"}},baseVariant,gestureVariant)})})}),isDisplayed4()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1orx7qr\",\"data-framer-name\":\"Solutions Menu v2\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"aeX73LPTV\",onMouseEnter:onMouseEnterig07o4,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1au69jc\",\"data-framer-name\":\"icon/line/chevron-down\",layoutDependency:layoutDependency,layoutId:\"NlRzgWb9q\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1at5o7o\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:14,layoutDependency:layoutDependency,layoutId:\"guj5oneoC\",style:{rotate:180},svg:'<svg width=\"14\" height=\"8\" viewBox=\"0 0 14 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.99928 2.82734L2.04928 7.77734L0.635281 6.36335L6.99928 -0.000654618L13.3633 6.36334L11.9493 7.77734L6.99928 2.82734Z\" fill=\"#061334\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 27, 41))\"},children:\"Solutions\"})}),className:\"framer-61nmta\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"WC6lZaVr0\",style:{\"--extracted-r6o4lv\":\"rgb(17, 27, 41)\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-erbuqf\",\"data-framer-name\":\"Resources Menu v2\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ciwmcF510\",onMouseEnter:onMouseEnter1y9f6v7,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-38c5dy\",\"data-framer-name\":\"icon/line/chevron-down\",layoutDependency:layoutDependency,layoutId:\"Wb8ab8Aye\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-197ev00\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:14,layoutDependency:layoutDependency,layoutId:\"oJ70SUntH\",style:{rotate:-180},svg:'<svg width=\"14\" height=\"8\" viewBox=\"0 0 14 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.99928 2.82734L2.04928 7.77734L0.635281 6.36335L6.99928 -0.000654618L13.3633 6.36334L11.9493 7.77734L6.99928 2.82734Z\" fill=\"#061334\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 27, 41))\"},children:\"Resources\"})}),className:\"framer-1qhnzgq\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"Zzn_zjZKx\",style:{\"--extracted-r6o4lv\":\"rgb(17, 27, 41)\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1iijdoq\",\"data-framer-name\":\"Product Menu v2\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"BjKS2ji2w\",onMouseEnter:onMouseEnterinzw69,children:[isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kdt8ea\",\"data-framer-name\":\"icon/line/chevron-down\",layoutDependency:layoutDependency,layoutId:\"H3fOyFmCL\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-jrcpnq\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:14,layoutDependency:layoutDependency,layoutId:\"QL5LfGT2K\",style:{rotate:180},svg:'<svg width=\"14\" height=\"8\" viewBox=\"0 0 14 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.99928 2.82734L2.04928 7.77734L0.635281 6.36335L6.99928 -0.000654618L13.3633 6.36334L11.9493 7.77734L6.99928 2.82734Z\" fill=\"#061334\"/>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed4()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 27, 41))\"},children:\"Product\"})}),className:\"framer-2ej94h\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"ldxZbCiZZ\",style:{\"--extracted-r6o4lv\":\"rgb(17, 27, 41)\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,y:(componentViewport?.y||0)+(15+((componentViewport?.height||80)-30-50)/2)+0+12+0,...addPropertyOverrides({F_88rQX1u:{y:(componentViewport?.y||0)+(10+((componentViewport?.height||64)-20-130)/2)+0+0+52}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-c8komy-container\",layoutDependency:layoutDependency,layoutId:\"FCsF4ZN8C-container\",nodeId:\"FCsF4ZN8C\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(CompanyMenu,{B1Awo6SVH:\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\",height:\"100%\",id:\"FCsF4ZN8C\",layoutId:\"FCsF4ZN8C\",variant:\"srPOtURL9\",width:\"100%\",...addPropertyOverrides({F_88rQX1u:{variant:\"xC12Jquiz\"}},baseVariant,gestureVariant)})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,y:(componentViewport?.y||0)+(15+((componentViewport?.height||80)-30-50)/2)+0+12+0,...addPropertyOverrides({F_88rQX1u:{y:(componentViewport?.y||0)+(10+((componentViewport?.height||64)-20-130)/2)+0+0+52}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-to31am-container\",layoutDependency:layoutDependency,layoutId:\"uyUmFFCw_-container\",nodeId:\"uyUmFFCw_\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(ResourcesMenu,{height:\"100%\",id:\"uyUmFFCw_\",layoutId:\"uyUmFFCw_\",Rf1ogf0DU:\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\",variant:\"pVFEvwTTX\",width:\"100%\",...addPropertyOverrides({F_88rQX1u:{variant:\"Vnp2Bxu9i\"}},baseVariant,gestureVariant)})})}),isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n1f9lg\",layoutDependency:layoutDependency,layoutId:\"bnFfmcz_6\",children:isDisplayed4()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"S3tH8yEIu\"},motionChild:true,nodeId:\"ppO3eVPJJ\",openInNewTab:false,scopeId:\"ZTs0YDfeQ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1utbb69\",\"data-styles-preset\":\"z6q3Le9Gi\",children:\"Pricing\"})})})}),className:\"framer-35nhs5\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ppO3eVPJJ\",style:{\"--extracted-r6o4lv\":\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56))\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-198v858\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"AkbCpH9pb\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"C2xVvWZLG\"},motionChild:true,nodeId:\"znL8Clzl1\",openInNewTab:false,scopeId:\"ZTs0YDfeQ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Customers\"})})})}),className:\"framer-y1321p\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"znL8Clzl1\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},variants:{C_KDskRfi:{\"--extracted-r6o4lv\":\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 19, 52))\"},Gswil1ttE:{\"--extracted-r6o4lv\":\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 19, 52))\"},KuK8_1zAi:{\"--extracted-r6o4lv\":\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 19, 52))\"},QjljTvtb3:{\"--extracted-r6o4lv\":\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 19, 52))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({C_KDskRfi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 19, 52)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"C2xVvWZLG\"},motionChild:true,nodeId:\"znL8Clzl1\",openInNewTab:false,scopeId:\"ZTs0YDfeQ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1utbb69\",\"data-styles-preset\":\"z6q3Le9Gi\",children:\"Customers\"})})})}),fonts:[\"GF;Figtree-500\"]},Gswil1ttE:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 19, 52)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"C2xVvWZLG\"},motionChild:true,nodeId:\"znL8Clzl1\",openInNewTab:false,scopeId:\"ZTs0YDfeQ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1utbb69\",\"data-styles-preset\":\"z6q3Le9Gi\",children:\"Customers\"})})})}),fonts:[\"GF;Figtree-500\"]},KuK8_1zAi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 19, 52)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"C2xVvWZLG\"},motionChild:true,nodeId:\"znL8Clzl1\",openInNewTab:false,scopeId:\"ZTs0YDfeQ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1utbb69\",\"data-styles-preset\":\"z6q3Le9Gi\",children:\"Customers\"})})})}),fonts:[\"GF;Figtree-500\"]},QjljTvtb3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 19, 52)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"C2xVvWZLG\"},motionChild:true,nodeId:\"znL8Clzl1\",openInNewTab:false,scopeId:\"ZTs0YDfeQ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1utbb69\",\"data-styles-preset\":\"z6q3Le9Gi\",children:\"Customers\"})})})}),fonts:[\"GF;Figtree-500\"]}},baseVariant,gestureVariant)})}),isDisplayed5()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vx17yn\",\"data-framer-name\":\"Resources Menu v2\",layoutDependency:layoutDependency,layoutId:\"tPlbCKDzb\",...addPropertyOverrides({QjljTvtb3:{\"data-highlight\":true,onMouseEnter:onMouseEnterig07o4}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-9esw7e\",\"data-framer-name\":\"icon/line/chevron-down\",layoutDependency:layoutDependency,layoutId:\"BiBdZTcE7\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-zgg2fo\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:14,layoutDependency:layoutDependency,layoutId:\"XNK1pYR2T\",style:{rotate:-180},svg:'<svg width=\"14\" height=\"8\" viewBox=\"0 0 14 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.99928 2.82734L2.04928 7.77734L0.635281 6.36335L6.99928 -0.000654618L13.3633 6.36334L11.9493 7.77734L6.99928 2.82734Z\" fill=\"#061334\"/>\\n</svg>\\n',variants:{QjljTvtb3:{rotate:180}},withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 27, 41))\"},children:\"Resources\"})}),className:\"framer-18kywn4\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"dUE7VN8dp\",style:{\"--extracted-r6o4lv\":\"rgb(17, 27, 41)\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({QjljTvtb3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 27, 41))\"},children:\"Solutions\"})})}},baseVariant,gestureVariant)})]}),isDisplayed6()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pbynrr\",\"data-framer-name\":\"Solutions Menu v2\",layoutDependency:layoutDependency,layoutId:\"TbnDFiSPQ\",...addPropertyOverrides({Gswil1ttE:{\"data-highlight\":true,onMouseEnter:onMouseEnterig07o4}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h9hf1h\",\"data-framer-name\":\"icon/line/chevron-down\",layoutDependency:layoutDependency,layoutId:\"wbdTIETd1\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1dih2nk\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:14,layoutDependency:layoutDependency,layoutId:\"Ur9yO130s\",style:{rotate:-180},svg:'<svg width=\"14\" height=\"8\" viewBox=\"0 0 14 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.99928 2.82734L2.04928 7.77734L0.635281 6.36335L6.99928 -0.000654618L13.3633 6.36334L11.9493 7.77734L6.99928 2.82734Z\" fill=\"#061334\"/>\\n</svg>\\n',variants:{Gswil1ttE:{rotate:180}},withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 27, 41))\"},children:\"Company\"})}),className:\"framer-17worqg\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"MeFG6yIlV\",style:{\"--extracted-r6o4lv\":\"rgb(17, 27, 41)\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Gswil1ttE:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 27, 41))\"},children:\"Solutions\"})})}},baseVariant,gestureVariant)})]}),isDisplayed6()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wv2iel\",\"data-framer-name\":\"Product Menu v2\",layoutDependency:layoutDependency,layoutId:\"bIvLIredV\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-jif5k5\",\"data-framer-name\":\"icon/line/chevron-down\",layoutDependency:layoutDependency,layoutId:\"PMweBUwFV\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1unwh4j\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:14,layoutDependency:layoutDependency,layoutId:\"v3rnM3_ar\",svg:'<svg width=\"14\" height=\"8\" viewBox=\"0 0 14 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.99928 2.82734L2.04928 7.77734L0.635281 6.36335L6.99928 -0.000654618L13.3633 6.36334L11.9493 7.77734L6.99928 2.82734Z\" fill=\"#061334\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 27, 41))\"},children:\"Product\"})}),className:\"framer-16mqtg4\",\"data-framer-name\":\"Product\",fonts:[\"GF;Figtree-700\"],layoutDependency:layoutDependency,layoutId:\"HvQ20bPF8\",style:{\"--extracted-r6o4lv\":\"rgb(17, 27, 41)\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(12, 12, 74))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"S3tH8yEIu\"},motionChild:true,nodeId:\"YjLyhznAD\",openInNewTab:false,scopeId:\"ZTs0YDfeQ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Pricing\"})})})}),className:\"framer-xstj2y\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"YjLyhznAD\",style:{\"--extracted-r6o4lv\":\"rgb(12, 12, 74)\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({F_88rQX1u:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(12, 12, 74))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"S3tH8yEIu\"},motionChild:true,nodeId:\"YjLyhznAD\",openInNewTab:false,scopeId:\"ZTs0YDfeQ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12if407\",\"data-styles-preset\":\"apIKYSvff\",children:\"Pricing\"})})})})}},baseVariant,gestureVariant)}),isDisplayed7()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mpymva\",\"data-framer-name\":\"Product Menu v2\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Ps76OIymA\",onMouseEnter:onMouseEnterinzw69,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-11hsi5g\",\"data-framer-name\":\"icon/line/chevron-down\",layoutDependency:layoutDependency,layoutId:\"fw2KHsCyp\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1jxxg2c\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:14,layoutDependency:layoutDependency,layoutId:\"QCrVryDqB\",style:{rotate:180},svg:'<svg width=\"14\" height=\"8\" viewBox=\"0 0 14 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.99928 2.82734L2.04928 7.77734L0.635281 6.36335L6.99928 -0.000654618L13.3633 6.36334L11.9493 7.77734L6.99928 2.82734Z\" fill=\"#061334\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 27, 41))\"},children:\"Product\"})}),className:\"framer-1htva2b\",\"data-framer-name\":\"Product\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"g9yiTNX7M\",style:{\"--extracted-r6o4lv\":\"rgb(17, 27, 41)\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed7()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hpmwhw\",\"data-framer-name\":\"Solutions Menu v2\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"p40Y3FaaN\",onMouseEnter:onMouseEnterig07o4,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ey8yme\",\"data-framer-name\":\"icon/line/chevron-down\",layoutDependency:layoutDependency,layoutId:\"ocZiZi6Nt\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1bzo0fg\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:14,layoutDependency:layoutDependency,layoutId:\"T1iEGKGLV\",svg:'<svg width=\"14\" height=\"8\" viewBox=\"0 0 14 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.99928 2.82734L2.04928 7.77734L0.635281 6.36335L6.99928 -0.000654618L13.3633 6.36334L11.9493 7.77734L6.99928 2.82734Z\" fill=\"#061334\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 27, 41))\"},children:\"Solutions\"})}),className:\"framer-w69590\",fonts:[\"GF;Figtree-700\"],layoutDependency:layoutDependency,layoutId:\"jjPXer0w0\",style:{\"--extracted-r6o4lv\":\"rgb(17, 27, 41)\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed7()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1k9ehvo\",\"data-framer-name\":\"Resources Menu v2\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"TG_LtpNIp\",onMouseEnter:onMouseEnter1y9f6v7,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a0y37h\",\"data-framer-name\":\"icon/line/chevron-down\",layoutDependency:layoutDependency,layoutId:\"Z6EtznjIk\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-8pcvcw\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:14,layoutDependency:layoutDependency,layoutId:\"UKejSB1SV\",style:{rotate:180},svg:'<svg width=\"14\" height=\"8\" viewBox=\"0 0 14 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.99928 2.82734L2.04928 7.77734L0.635281 6.36335L6.99928 -0.000654618L13.3633 6.36334L11.9493 7.77734L6.99928 2.82734Z\" fill=\"#061334\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 27, 41))\"},children:\"Resources\"})}),className:\"framer-mlw53y\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"iezTf8bv7\",style:{\"--extracted-r6o4lv\":\"rgb(17, 27, 41)\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed5()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ow9fq7\",\"data-framer-name\":\"Product Menu v2\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"COENzetxb\",onMouseEnter:onMouseEnterinzw69,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-xmql9j\",\"data-framer-name\":\"icon/line/chevron-down\",layoutDependency:layoutDependency,layoutId:\"S1Ii9Ltvm\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1jgvpk6\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:14,layoutDependency:layoutDependency,layoutId:\"RoYpHIz0u\",style:{rotate:180},svg:'<svg width=\"14\" height=\"8\" viewBox=\"0 0 14 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.99928 2.82734L2.04928 7.77734L0.635281 6.36335L6.99928 -0.000654618L13.3633 6.36334L11.9493 7.77734L6.99928 2.82734Z\" fill=\"#061334\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 27, 41))\"},children:\"Product\"})}),className:\"framer-2in4x2\",\"data-framer-name\":\"Product\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"Ez43HXjwu\",style:{\"--extracted-r6o4lv\":\"rgb(17, 27, 41)\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed5()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hibgxx\",\"data-framer-name\":\"Resources Menu v2\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"T9zLangUb\",onMouseEnter:onMouseEnter1y9f6v7,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1iymibt\",\"data-framer-name\":\"icon/line/chevron-down\",layoutDependency:layoutDependency,layoutId:\"eSnKwc5NZ\",style:{rotate:180},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1brwfak\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:14,layoutDependency:layoutDependency,layoutId:\"a1ACL8Tdj\",style:{rotate:180},svg:'<svg width=\"14\" height=\"8\" viewBox=\"0 0 14 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.99928 2.82734L2.04928 7.77734L0.635281 6.36335L6.99928 -0.000654618L13.3633 6.36334L11.9493 7.77734L6.99928 2.82734Z\" fill=\"#061334\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 27, 41))\"},children:\"Resources\"})}),className:\"framer-1hz0c59\",fonts:[\"GF;Figtree-700\"],layoutDependency:layoutDependency,layoutId:\"ddlJwV0EY\",style:{\"--extracted-r6o4lv\":\"rgb(17, 27, 41)\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed6()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1n0j4ae\",\"data-framer-name\":\"Resources Menu v2\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"VzJ5YAzhi\",onMouseEnter:onMouseEnter1y9f6v7,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pziu48\",\"data-framer-name\":\"icon/line/chevron-down\",layoutDependency:layoutDependency,layoutId:\"MFLUy5hl4\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-eezxuc\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:14,layoutDependency:layoutDependency,layoutId:\"uBhqWHIQ1\",style:{rotate:180},svg:'<svg width=\"14\" height=\"8\" viewBox=\"0 0 14 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.99928 2.82734L2.04928 7.77734L0.635281 6.36335L6.99928 -0.000654618L13.3633 6.36334L11.9493 7.77734L6.99928 2.82734Z\" fill=\"#061334\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 27, 41))\"},children:\"Resources\"})}),className:\"framer-1i1eybi\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"dp6K_GMEP\",style:{\"--extracted-r6o4lv\":\"rgb(17, 27, 41)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed8()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZkZHyhmjU\"},motionChild:true,nodeId:\"xgp3iB2rK\",scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-s2gfev framer-12jril4\",\"data-framer-name\":\"LogoBlack 4\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:44,intrinsicWidth:156,layoutDependency:layoutDependency,layoutId:\"xgp3iB2rK\",svg:'<svg width=\"156\" height=\"44\" viewBox=\"0 0 156 44\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_571_14746)\">\\n<path d=\"M35.0316 0H8.75789C3.92104 0 0 3.93989 0 8.8V35.2C0 40.0601 3.92104 44 8.75789 44H35.0316C39.8684 44 43.7894 40.0601 43.7894 35.2V8.8C43.7894 3.93989 39.8684 0 35.0316 0Z\" fill=\"url(#paint0_linear_571_14746)\"/>\\n<g filter=\"url(#filter0_di_571_14746)\">\\n<path d=\"M37.9588 13.3327H22.1328V13.0887C22.1328 12.0961 22.5353 11.1362 23.2276 10.4365C23.936 9.73686 24.8859 9.33008 25.884 9.33008H37.9588V13.3327Z\" fill=\"url(#paint1_linear_571_14746)\"/>\\n<path d=\"M6.30469 13.332H22.1306V13.5761C22.1306 14.5687 21.7282 15.5286 21.0198 16.2283C20.3114 16.9279 19.3615 17.3184 18.3633 17.3184H6.30469V13.332Z\" fill=\"url(#paint2_linear_571_14746)\"/>\\n<path d=\"M37.9566 29.3281H6.30469V33.3307H37.9566V29.3281Z\" fill=\"url(#paint3_linear_571_14746)\"/>\\n<path d=\"M37.9588 21.321H22.1328V21.0769C22.1328 20.0844 22.5353 19.1244 23.2276 18.4248C23.936 17.7251 24.8859 17.3184 25.884 17.3184H37.9588V21.321Z\" fill=\"url(#paint4_linear_571_14746)\"/>\\n<path d=\"M6.30469 21.3203H22.1306V21.5643C22.1306 22.5569 21.7282 23.5168 21.0198 24.2165C20.3114 24.9162 19.3615 25.3067 18.3633 25.3067H6.30469V21.3203Z\" fill=\"url(#paint5_linear_571_14746)\"/>\\n</g>\\n<path d=\"M54.7383 31.02H57.82V29.1228C58.2622 30.3936 59.8211 31.3064 61.946 31.3064C63.7704 31.3064 65.3107 30.6621 66.533 29.3555C67.7903 28.031 68.4099 26.4203 68.4099 24.4873C68.4099 22.5364 67.7903 20.9435 66.533 19.6369C65.2932 18.3124 63.7704 17.6681 61.946 17.6681C59.8211 17.6681 58.2447 18.5809 57.82 19.8517V12.9609H54.7383V31.02ZM61.5388 28.4785C60.4408 28.4785 59.4845 28.0848 58.7231 27.333C57.9793 26.5814 57.5895 25.6148 57.5895 24.4873C57.5895 23.3418 57.9793 22.3932 58.7231 21.6415C59.4845 20.8897 60.4408 20.496 61.5388 20.496C62.6368 20.496 63.54 20.8897 64.2663 21.6415C65.0097 22.3932 65.3638 23.3597 65.3638 24.4873C65.3638 25.6327 65.0097 26.5814 64.2663 27.333C63.54 28.1027 62.6543 28.4785 61.5388 28.4785Z\" fill=\"#061334\"/>\\n<path d=\"M81.0191 31.0206V28.0853H73.3685L78.5576 22.5906C79.9747 21.1051 80.6649 19.5837 80.6649 18.0445C80.6649 16.5411 80.134 15.2703 79.0179 14.2143C77.9379 13.1584 76.6275 12.6035 75.1223 12.6035C73.5634 12.6035 72.1999 13.1762 71.1018 14.2859C70.0038 15.3956 69.4548 16.72 69.4548 18.313H72.3772C72.3772 17.5075 72.6252 16.8274 73.1742 16.2905C73.7051 15.7535 74.3603 15.4672 75.1042 15.4672C76.5389 15.4672 77.7431 16.6126 77.7431 18.0624C77.7431 18.9215 77.3889 19.7269 76.645 20.5323L68.7109 28.9265V31.0206H81.0191Z\" fill=\"#061334\"/>\\n<path d=\"M86.2413 31.0196V23.5024C86.2413 21.7305 87.3218 20.4776 88.7565 20.4776C90.2261 20.4776 91.0587 21.5873 91.0587 23.3771V31.0196H94.1048V23.5024C94.1048 21.7305 95.1492 20.4776 96.6013 20.4776C98.036 20.4776 98.8505 21.5873 98.8505 23.3771V27.7263C98.8505 29.9994 99.8423 31.1449 101.879 31.1449C102.464 31.1449 102.906 31.0912 103.208 30.9838V28.3707C103.083 28.3885 102.924 28.4243 102.765 28.4243C102.074 28.4243 101.897 28.0664 101.897 27.0462V22.9297C101.897 19.6901 100.285 17.6855 97.487 17.6855C95.4683 17.6855 94.0692 18.4372 93.3253 19.9586C92.6877 18.4372 91.4479 17.6855 89.6771 17.6855C88.0301 17.6855 86.7553 18.5446 86.2063 19.8154V17.954H83.1602V31.0196H86.2413Z\" fill=\"#061334\"/>\\n<path d=\"M104.414 24.5935C104.414 26.6339 105.052 28.2805 106.309 29.4976C107.566 30.7146 109.231 31.3411 111.268 31.3411C113.446 31.3411 115.253 30.5714 116.705 29.0143L114.863 27.2066C113.853 28.2268 112.702 28.71 111.374 28.71C109.089 28.71 107.584 27.3677 107.478 25.2915H117.537C117.555 24.9514 117.59 24.5935 117.59 24.1997C117.59 22.3383 117.006 20.7812 115.802 19.5104C114.615 18.2397 113.074 17.6133 111.215 17.6133C109.231 17.6133 107.619 18.2397 106.344 19.5104C105.087 20.7812 104.45 22.4457 104.45 24.5219V24.5935H104.414ZM107.549 23.0901C107.619 22.2846 108.009 21.6045 108.7 21.0676C109.39 20.5306 110.24 20.2443 111.197 20.2443C112.1 20.2443 112.844 20.5306 113.481 21.1034C114.119 21.6403 114.456 22.3205 114.456 23.1079H107.549V23.0901Z\" fill=\"#061334\"/>\\n<path d=\"M120.401 26.9575C120.401 29.9107 121.782 31.3962 124.58 31.3962C125.2 31.3962 125.731 31.3426 126.174 31.2351V28.4609C125.838 28.5326 125.483 28.5684 125.094 28.5684C123.961 28.5684 123.482 28.0493 123.482 26.6175V20.7827H126.333V17.9548H123.482V12.9434H120.401V17.9548H118.789V20.7827H120.401V26.9575Z\" fill=\"#061334\"/>\\n<path d=\"M131.261 31.0196V24.1467C131.261 21.999 132.624 20.6387 134.75 20.6387C135.21 20.6387 135.653 20.6924 136.025 20.764V17.7572C135.777 17.7034 135.458 17.6855 135.104 17.6855C133.28 17.6855 131.863 18.5088 131.261 19.887V17.9361H128.215V31.0017H131.261V31.0196Z\" fill=\"#061334\"/>\\n<path d=\"M138.203 27.9614C138.203 30.1628 139.195 31.2725 141.178 31.2725C141.905 31.2725 142.418 31.2009 142.719 31.0577V28.4446C142.595 28.4625 142.418 28.4983 142.188 28.4983C141.497 28.4983 141.285 28.1403 141.285 27.1202V17.9385H138.203V27.9614ZM139.744 16.435C140.736 16.435 141.568 15.6296 141.568 14.5915C141.568 13.5534 140.754 12.748 139.744 12.748C138.717 12.748 137.902 13.5534 137.902 14.5915C137.902 15.6296 138.717 16.435 139.744 16.435Z\" fill=\"#061334\"/>\\n<path d=\"M150.775 17.543C148.791 17.543 147.126 18.2231 145.78 19.5476C144.417 20.872 143.762 22.5007 143.762 24.4695C143.762 26.4383 144.434 28.1028 145.78 29.4273C147.144 30.7517 148.808 31.396 150.775 31.396C152.846 31.396 154.565 30.6443 155.964 29.1409L154.069 27.1363C153.166 28.1028 152.067 28.5682 150.792 28.5682C149.659 28.5682 148.72 28.1744 147.941 27.4048C147.197 26.6352 146.807 25.6329 146.807 24.4695C146.807 23.3061 147.197 22.3218 147.941 21.5342C148.702 20.7646 149.659 20.3708 150.792 20.3708C152.067 20.3708 153.183 20.8362 154.069 21.8027L155.964 19.7981C154.565 18.2947 152.846 17.543 150.775 17.543Z\" fill=\"#061334\"/>\\n</g>\\n<defs>\\n<filter id=\"filter0_di_571_14746\" x=\"4.92191\" y=\"9.33008\" width=\"34.4199\" height=\"26.7656\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"1.38278\"/>\\n<feGaussianBlur stdDeviation=\"0.69139\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.109804 0 0 0 0 0.0941176 0 0 0 0 0.301961 0 0 0 0.9 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_571_14746\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_571_14746\" result=\"shape\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"1.38278\"/>\\n<feGaussianBlur stdDeviation=\"0.69139\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.847059 0 0 0 0 0.870588 0 0 0 0 0.992157 0 0 0 1 0\"/>\\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect2_innerShadow_571_14746\"/>\\n</filter>\\n<linearGradient id=\"paint0_linear_571_14746\" x1=\"40.8038\" y1=\"2.66667\" x2=\"-29.6276\" y2=\"70.6123\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#5F45FF\"/>\\n<stop offset=\"1\" stop-color=\"#1C184D\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_571_14746\" x1=\"37.4871\" y1=\"9.43727\" x2=\"32.8128\" y2=\"20.2575\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\"/>\\n<stop offset=\"0.290445\" stop-color=\"white\"/>\\n<stop offset=\"1\" stop-color=\"#5951FF\"/>\\n</linearGradient>\\n<linearGradient id=\"paint2_linear_571_14746\" x1=\"21.659\" y1=\"13.4388\" x2=\"17.0167\" y2=\"24.2288\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\"/>\\n<stop offset=\"0.290445\" stop-color=\"white\"/>\\n<stop offset=\"1\" stop-color=\"#5951FF\"/>\\n</linearGradient>\\n<linearGradient id=\"paint3_linear_571_14746\" x1=\"37.0133\" y1=\"29.4353\" x2=\"34.3636\" y2=\"41.7025\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\"/>\\n<stop offset=\"0.290445\" stop-color=\"white\"/>\\n<stop offset=\"1\" stop-color=\"#5951FF\"/>\\n</linearGradient>\\n<linearGradient id=\"paint4_linear_571_14746\" x1=\"37.4871\" y1=\"17.4256\" x2=\"32.8128\" y2=\"28.2458\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\"/>\\n<stop offset=\"0.290445\" stop-color=\"white\"/>\\n<stop offset=\"1\" stop-color=\"#5951FF\"/>\\n</linearGradient>\\n<linearGradient id=\"paint5_linear_571_14746\" x1=\"21.659\" y1=\"21.4271\" x2=\"17.0167\" y2=\"32.217\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\"/>\\n<stop offset=\"0.290445\" stop-color=\"white\"/>\\n<stop offset=\"1\" stop-color=\"#5951FF\"/>\\n</linearGradient>\\n<clipPath id=\"clip0_571_14746\">\\n<rect width=\"156\" height=\"44\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed6()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1boe4kh\",layoutDependency:layoutDependency,layoutId:\"iGwM0w3Nn\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"S3tH8yEIu\"},motionChild:true,nodeId:\"zaIOpDnYF\",openInNewTab:false,scopeId:\"ZTs0YDfeQ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1utbb69\",\"data-styles-preset\":\"z6q3Le9Gi\",children:\"Pricing\"})})})}),className:\"framer-trs0u7\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zaIOpDnYF\",style:{\"--extracted-r6o4lv\":\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56))\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed7()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b1jsp6\",layoutDependency:layoutDependency,layoutId:\"BsHtzHOcI\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"S3tH8yEIu\"},motionChild:true,nodeId:\"xsw4Hb6xJ\",openInNewTab:false,scopeId:\"ZTs0YDfeQ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1utbb69\",\"data-styles-preset\":\"z6q3Le9Gi\",children:\"Pricing\"})})})}),className:\"framer-uraws1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xsw4Hb6xJ\",style:{\"--extracted-r6o4lv\":\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56))\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed5()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-y7zxcc\",layoutDependency:layoutDependency,layoutId:\"czSIjmbAa\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"S3tH8yEIu\"},motionChild:true,nodeId:\"PphHn6J9N\",openInNewTab:false,scopeId:\"ZTs0YDfeQ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1utbb69\",\"data-styles-preset\":\"z6q3Le9Gi\",children:\"Pricing\"})})})}),className:\"framer-1s4a0qo\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PphHn6J9N\",style:{\"--extracted-r6o4lv\":\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56))\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed9()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x4gked\",layoutDependency:layoutDependency,layoutId:\"eYaxng0Tl\",children:[/*#__PURE__*/_jsx(Link,{href:\"/\",motionChild:true,nodeId:\"PUYC6OtO8\",openInNewTab:false,scopeId:\"ZTs0YDfeQ\",...addPropertyOverrides({TzkpJmRxq:{href:{webPageId:\"ZkZHyhmjU\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1p0shcy framer-12jril4\",\"data-framer-name\":\"Name\",layoutDependency:layoutDependency,layoutId:\"PUYC6OtO8\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-8nqtte\",\"data-framer-name\":\"Logo and Name\",layoutDependency:layoutDependency,layoutId:\"dbXkZa0e2\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-16uxp9a\",\"data-framer-name\":\"B2Metric Logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"vkt1xFbSr\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 106 30\"><g><path d=\"M 0 0 L 106 0 L 106 30 L 0 30 Z\" fill=\"transparent\"></path><g><defs><linearGradient id=\"idss12286133322_3g352117910\" x1=\"1\" x2=\"0\" y1=\"0.008681966931519514\" y2=\"0.9913180330684805\"><stop offset=\"0\" stop-color=\"rgb(115,108,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(28,24,77)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 5.808 0.349 L 23.256 0.349 C 26.464 0.349 29.064 2.97 29.064 6.204 L 29.064 23.783 C 29.064 27.018 26.464 29.639 23.256 29.639 L 5.808 29.639 C 2.6 29.651 0 27.03 0 23.783 L 0 6.204 C 0 2.97 2.6 0.349 5.808 0.349 Z\" fill=\"url(#idss12286133322_3g352117910)\"></path></g><g><defs><linearGradient id=\"idss12286133322_4g-1534144650\" x1=\"0.7112109056848069\" x2=\"0.28878909431519306\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 25.188 9.234 L 14.681 9.234 L 14.681 9.066 C 14.681 8.405 14.943 7.767 15.409 7.299 C 15.877 6.827 16.512 6.563 17.174 6.565 L 25.188 6.565 Z\" fill=\"url(#idss12286133322_4g-1534144650)\"></path></g><g><defs><linearGradient id=\"idss12286133322_5g-1534144650\" x1=\"0.7103302553435653\" x2=\"0.28966974465643475\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 4.186 9.234 L 14.693 9.234 L 14.693 9.403 C 14.693 10.068 14.427 10.706 13.953 11.17 C 13.488 11.639 12.856 11.892 12.188 11.892 L 4.186 11.892 L 4.186 9.235 Z\" fill=\"url(#idss12286133322_5g-1534144650)\"></path></g><g><defs><linearGradient id=\"idss12286133322_6g-1534144643\" x1=\"0.6044476758894056\" x2=\"0.3955523241105944\" y1=\"5.551115123125783e-17\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 25.188 19.876 L 4.186 19.876 L 4.186 22.545 L 25.2 22.545 L 25.2 19.876 Z\" fill=\"url(#idss12286133322_6g-1534144643)\"></path></g><g><defs><linearGradient id=\"idss12286133322_7g-1534144650\" x1=\"0.7112109056848069\" x2=\"0.28878909431519306\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 25.188 14.549 L 14.681 14.549 L 14.681 14.381 C 14.681 13.719 14.943 13.082 15.409 12.613 C 15.877 12.142 16.512 11.878 17.174 11.88 L 25.188 11.88 Z\" fill=\"url(#idss12286133322_7g-1534144650)\"></path></g><g><defs><linearGradient id=\"idss12286133322_8g-1534144650\" x1=\"0.7103399891064814\" x2=\"0.28966001089351856\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 4.186 14.549 L 14.693 14.549 L 14.693 14.717 C 14.693 15.383 14.427 16.02 13.953 16.485 C 13.488 16.954 12.856 17.206 12.188 17.206 L 4.186 17.206 L 4.186 14.549 Z\" fill=\"url(#idss12286133322_8g-1534144650)\"></path></g><path d=\"M 36.327 21.006 L 38.379 21.006 L 38.379 19.743 C 38.677 20.585 39.702 21.198 41.121 21.198 C 42.338 21.198 43.352 20.766 44.163 19.9 C 44.998 19.022 45.403 17.94 45.403 16.653 C 45.403 15.354 44.998 14.296 44.163 13.419 C 43.34 12.541 42.326 12.108 41.121 12.108 C 39.714 12.108 38.665 12.721 38.379 13.563 L 38.379 8.982 L 36.327 8.982 Z M 40.847 19.31 C 40.12 19.31 39.488 19.046 38.975 18.553 C 38.486 18.048 38.223 17.411 38.223 16.653 C 38.223 15.896 38.486 15.258 38.975 14.753 C 39.476 14.248 40.12 13.996 40.847 13.996 C 41.575 13.996 42.171 14.261 42.66 14.753 C 43.149 15.258 43.388 15.896 43.388 16.653 C 43.388 17.411 43.149 18.048 42.66 18.553 C 42.171 19.058 41.587 19.31 40.847 19.31 Z M 53.775 21.006 L 53.775 19.046 L 48.695 19.046 L 52.142 15.391 C 53.084 14.405 53.537 13.383 53.537 12.361 C 53.537 11.363 53.179 10.509 52.44 9.812 C 51.724 9.114 50.853 8.742 49.852 8.742 C 48.814 8.742 47.908 9.126 47.18 9.86 C 46.453 10.593 46.083 11.483 46.083 12.541 L 48.027 12.541 C 48.027 12 48.194 11.555 48.552 11.194 C 48.91 10.834 49.339 10.641 49.828 10.641 C 50.782 10.641 51.581 11.399 51.581 12.373 C 51.581 12.95 51.342 13.479 50.853 14.02 L 45.582 19.611 L 45.582 21.006 Z M 57.246 21.006 L 57.246 16.004 C 57.246 14.826 57.961 13.984 58.915 13.984 C 59.893 13.984 60.442 14.717 60.442 15.92 L 60.442 21.006 L 62.469 21.006 L 62.469 16.004 C 62.469 14.826 63.161 13.984 64.127 13.984 C 65.081 13.984 65.618 14.717 65.618 15.92 L 65.618 18.818 C 65.618 20.333 66.274 21.09 67.634 21.09 C 68.027 21.09 68.313 21.054 68.516 20.982 L 68.516 19.239 C 68.432 19.25 68.325 19.275 68.218 19.275 C 67.765 19.275 67.645 19.034 67.645 18.361 L 67.645 15.619 C 67.645 13.467 66.572 12.132 64.723 12.132 C 63.388 12.132 62.458 12.637 61.957 13.647 C 61.539 12.637 60.716 12.132 59.536 12.132 C 58.438 12.132 57.592 12.709 57.234 13.551 L 57.234 12.313 L 55.206 12.313 L 55.206 21.018 L 57.246 21.018 Z M 69.303 16.725 C 69.303 18.084 69.721 19.178 70.555 19.996 C 71.39 20.802 72.499 21.222 73.847 21.222 C 75.29 21.222 76.495 20.705 77.46 19.671 L 76.232 18.469 C 75.564 19.155 74.801 19.467 73.919 19.467 C 72.404 19.467 71.402 18.577 71.33 17.194 L 78.009 17.194 C 78.021 16.966 78.045 16.725 78.045 16.473 C 78.045 15.234 77.652 14.2 76.852 13.347 C 76.065 12.505 75.039 12.084 73.811 12.084 C 72.499 12.084 71.426 12.505 70.579 13.347 C 69.744 14.188 69.327 15.307 69.327 16.69 L 69.327 16.737 L 69.303 16.737 Z M 71.378 15.728 C 71.426 15.186 71.688 14.742 72.142 14.381 C 72.595 14.02 73.167 13.828 73.799 13.828 C 74.396 13.828 74.897 14.02 75.314 14.405 C 75.731 14.766 75.958 15.21 75.958 15.739 Z M 79.917 18.3 C 79.917 20.272 80.836 21.258 82.696 21.258 C 83.113 21.258 83.459 21.222 83.758 21.15 L 83.758 19.299 C 83.531 19.347 83.304 19.371 83.042 19.371 C 82.291 19.371 81.969 19.022 81.969 18.072 L 81.969 14.188 L 83.865 14.188 L 83.865 12.301 L 81.969 12.301 L 81.969 8.97 L 79.929 8.97 L 79.929 12.313 L 78.856 12.313 L 78.856 14.188 L 79.929 14.188 L 79.929 18.301 L 79.917 18.301 Z M 87.121 21.006 L 87.121 16.425 C 87.121 14.994 88.027 14.092 89.435 14.092 C 89.745 14.092 90.031 14.128 90.281 14.176 L 90.281 12.168 C 90.114 12.132 89.9 12.12 89.673 12.12 C 88.457 12.12 87.526 12.673 87.121 13.587 L 87.121 12.288 L 85.093 12.288 L 85.093 20.994 Z M 91.724 18.962 C 91.724 20.429 92.38 21.162 93.704 21.162 C 94.181 21.162 94.527 21.114 94.73 21.018 L 94.73 19.275 C 94.646 19.287 94.527 19.311 94.372 19.311 C 93.919 19.311 93.776 19.07 93.776 18.397 L 93.776 12.277 L 91.736 12.277 L 91.736 18.962 Z M 92.75 11.291 C 93.406 11.291 93.966 10.75 93.966 10.064 C 93.969 9.738 93.842 9.425 93.613 9.194 C 93.384 8.964 93.073 8.835 92.75 8.838 C 92.426 8.835 92.115 8.964 91.887 9.194 C 91.658 9.425 91.531 9.738 91.533 10.064 C 91.531 10.39 91.658 10.704 91.887 10.934 C 92.115 11.165 92.426 11.293 92.75 11.291 Z M 100.073 12.036 C 98.761 12.036 97.652 12.493 96.757 13.371 C 95.851 14.248 95.422 15.343 95.422 16.653 C 95.422 17.964 95.863 19.07 96.757 19.96 C 97.664 20.838 98.773 21.27 100.073 21.27 C 101.444 21.27 102.589 20.766 103.519 19.767 L 102.267 18.433 C 101.671 19.082 100.943 19.383 100.097 19.383 C 99.345 19.383 98.725 19.118 98.2 18.613 C 97.711 18.096 97.449 17.435 97.449 16.653 C 97.449 15.884 97.711 15.223 98.2 14.693 C 98.701 14.176 99.345 13.924 100.097 13.924 C 100.943 13.924 101.683 14.236 102.267 14.873 L 103.519 13.539 C 102.589 12.529 101.444 12.036 100.073 12.036 Z\" fill=\"rgb(255, 255, 255)\"></path></g></svg>',svgContentId:12286133322,withExternalLayout:true,...addPropertyOverrides({TzkpJmRxq:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 106 30\"><g><path d=\"M 0 0 L 106 0 L 106 30 L 0 30 Z\" fill=\"transparent\"></path><g><defs><linearGradient id=\"idss11476943365_3g352117910\" x1=\"1\" x2=\"0\" y1=\"0.008681966931519514\" y2=\"0.9913180330684805\"><stop offset=\"0\" stop-color=\"rgb(115,108,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(28,24,77)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 5.808 0.349 L 23.256 0.349 C 26.464 0.349 29.064 2.97 29.064 6.204 L 29.064 23.783 C 29.064 27.018 26.464 29.639 23.256 29.639 L 5.808 29.639 C 2.6 29.651 0 27.03 0 23.783 L 0 6.204 C 0 2.97 2.6 0.349 5.808 0.349 Z\" fill=\"url(#idss11476943365_3g352117910)\"></path></g><g><defs><linearGradient id=\"idss11476943365_4g-1534144650\" x1=\"0.7112109056848069\" x2=\"0.28878909431519306\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 25.188 9.234 L 14.681 9.234 L 14.681 9.066 C 14.681 8.405 14.943 7.767 15.409 7.299 C 15.877 6.827 16.512 6.563 17.174 6.565 L 25.188 6.565 Z\" fill=\"url(#idss11476943365_4g-1534144650)\"></path></g><g><defs><linearGradient id=\"idss11476943365_5g-1534144650\" x1=\"0.7103302553435653\" x2=\"0.28966974465643475\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 4.186 9.234 L 14.693 9.234 L 14.693 9.403 C 14.693 10.068 14.427 10.706 13.953 11.17 C 13.488 11.639 12.856 11.892 12.188 11.892 L 4.186 11.892 L 4.186 9.235 Z\" fill=\"url(#idss11476943365_5g-1534144650)\"></path></g><g><defs><linearGradient id=\"idss11476943365_6g-1534144643\" x1=\"0.6044476758894056\" x2=\"0.3955523241105944\" y1=\"5.551115123125783e-17\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 25.188 19.876 L 4.186 19.876 L 4.186 22.545 L 25.2 22.545 L 25.2 19.876 Z\" fill=\"url(#idss11476943365_6g-1534144643)\"></path></g><g><defs><linearGradient id=\"idss11476943365_7g-1534144650\" x1=\"0.7112109056848069\" x2=\"0.28878909431519306\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 25.188 14.549 L 14.681 14.549 L 14.681 14.381 C 14.681 13.719 14.943 13.082 15.409 12.613 C 15.877 12.142 16.512 11.878 17.174 11.88 L 25.188 11.88 Z\" fill=\"url(#idss11476943365_7g-1534144650)\"></path></g><g><defs><linearGradient id=\"idss11476943365_8g-1534144650\" x1=\"0.7103399891064814\" x2=\"0.28966001089351856\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 4.186 14.549 L 14.693 14.549 L 14.693 14.717 C 14.693 15.383 14.427 16.02 13.953 16.485 C 13.488 16.954 12.856 17.206 12.188 17.206 L 4.186 17.206 L 4.186 14.549 Z\" fill=\"url(#idss11476943365_8g-1534144650)\"></path></g><path d=\"M 33.928 20.407 L 35.98 20.407 L 35.98 19.145 C 36.278 19.986 37.303 20.6 38.722 20.6 C 39.939 20.6 40.953 20.167 41.764 19.301 C 42.599 18.423 43.004 17.341 43.004 16.055 C 43.004 14.756 42.599 13.698 41.764 12.82 C 40.941 11.942 39.927 11.509 38.722 11.509 C 37.315 11.509 36.266 12.123 35.98 12.964 L 35.98 8.383 L 33.928 8.383 Z M 38.323 18.377 C 37.595 18.377 36.963 18.113 36.451 17.62 C 35.962 17.115 35.699 16.478 35.699 15.72 C 35.699 14.963 35.962 14.325 36.451 13.82 C 36.952 13.315 37.595 13.063 38.323 13.063 C 39.051 13.063 39.647 13.327 40.136 13.82 C 40.625 14.325 40.864 14.963 40.864 15.72 C 40.864 16.478 40.625 17.115 40.136 17.62 C 39.647 18.125 39.062 18.377 38.323 18.377 Z M 50.765 20.423 L 50.765 18.463 L 45.685 18.463 L 49.131 14.808 C 50.074 13.822 50.527 12.8 50.527 11.778 C 50.527 10.78 50.169 9.926 49.429 9.229 C 48.714 8.531 47.843 8.159 46.842 8.159 C 45.804 8.159 44.898 8.543 44.17 9.277 C 43.442 10.01 43.073 10.9 43.073 11.958 L 45.017 11.958 C 45.017 11.417 45.184 10.973 45.541 10.612 C 45.899 10.251 46.329 10.058 46.818 10.058 C 47.772 10.058 48.571 10.816 48.571 11.79 C 48.571 12.367 48.332 12.896 47.843 13.437 L 42.572 19.028 L 42.572 20.423 Z M 53.6 20.197 L 53.6 15.195 C 53.6 14.017 54.316 13.175 55.27 13.175 C 56.248 13.175 56.796 13.909 56.796 15.111 L 56.796 20.197 L 58.824 20.197 L 58.824 15.195 C 58.824 14.017 59.516 13.175 60.481 13.175 C 61.436 13.175 61.972 13.909 61.972 15.111 L 61.972 18.009 C 61.972 19.524 62.628 20.282 63.988 20.282 C 64.381 20.282 64.668 20.245 64.87 20.173 L 64.87 18.43 C 64.787 18.442 64.679 18.466 64.572 18.466 C 64.119 18.466 64 18.225 64 17.552 L 64 14.81 C 64 12.658 62.926 11.323 61.078 11.323 C 59.742 11.323 58.812 11.828 58.311 12.839 C 57.894 11.828 57.071 11.323 55.89 11.323 C 54.793 11.323 53.946 11.901 53.588 12.742 L 53.588 11.504 L 51.561 11.504 L 51.561 20.209 L 53.6 20.209 Z M 64.726 15.92 C 64.726 17.278 65.144 18.373 65.979 19.19 C 66.813 19.996 67.923 20.417 69.27 20.417 C 70.713 20.417 71.918 19.9 72.884 18.866 L 71.656 17.663 C 70.988 18.349 70.224 18.661 69.342 18.661 C 67.827 18.661 66.826 17.771 66.754 16.389 L 73.433 16.389 C 73.445 16.16 73.469 15.92 73.469 15.667 C 73.469 14.429 73.075 13.395 72.276 12.541 C 71.489 11.699 70.463 11.278 69.235 11.278 C 67.923 11.278 66.849 11.699 66.003 12.541 C 65.168 13.383 64.75 14.501 64.75 15.884 L 64.75 15.932 L 64.726 15.932 Z M 66.665 14.806 C 66.712 14.264 66.975 13.82 67.428 13.459 C 67.881 13.098 68.453 12.906 69.086 12.906 C 69.682 12.906 70.183 13.098 70.6 13.483 C 71.018 13.844 71.244 14.288 71.244 14.818 Z M 74.71 17.702 C 74.71 19.674 75.628 20.66 77.489 20.66 C 77.906 20.66 78.252 20.624 78.55 20.552 L 78.55 18.701 C 78.323 18.749 78.097 18.773 77.834 18.773 C 77.083 18.773 76.761 18.424 76.761 17.474 L 76.761 13.59 L 78.658 13.59 L 78.658 11.703 L 76.761 11.703 L 76.761 8.372 L 74.722 8.372 L 74.722 11.715 L 73.648 11.715 L 73.648 13.59 L 74.722 13.59 L 74.722 17.703 L 74.71 17.703 Z M 81.501 20.198 L 81.501 15.617 C 81.501 14.186 82.408 13.284 83.815 13.284 C 84.125 13.284 84.411 13.32 84.662 13.368 L 84.662 11.36 C 84.495 11.324 84.28 11.312 84.054 11.312 C 82.837 11.312 81.907 11.865 81.501 12.779 L 81.501 11.48 L 79.474 11.48 L 79.474 20.186 Z M 85.667 18.144 C 85.667 19.611 86.323 20.344 87.647 20.344 C 88.124 20.344 88.47 20.296 88.672 20.2 L 88.672 18.456 C 88.589 18.468 88.47 18.492 88.314 18.492 C 87.861 18.492 87.718 18.252 87.718 17.578 L 87.718 11.458 L 85.679 11.458 L 85.679 18.144 Z M 86.705 10.701 C 87.361 10.701 87.922 10.16 87.922 9.475 C 87.924 9.149 87.797 8.836 87.569 8.605 C 87.34 8.374 87.029 8.246 86.705 8.249 C 86.382 8.246 86.071 8.374 85.842 8.605 C 85.613 8.836 85.486 9.149 85.489 9.475 C 85.486 9.801 85.613 10.114 85.842 10.345 C 86.071 10.576 86.382 10.704 86.705 10.701 Z M 93.771 11.234 C 92.459 11.234 91.35 11.69 90.456 12.568 C 89.549 13.446 89.12 14.54 89.12 15.851 C 89.12 17.161 89.562 18.267 90.456 19.157 C 91.362 20.035 92.471 20.468 93.771 20.468 C 95.143 20.468 96.288 19.963 97.218 18.965 L 95.966 17.63 C 95.37 18.28 94.642 18.58 93.795 18.58 C 93.044 18.58 92.424 18.316 91.899 17.811 C 91.41 17.294 91.148 16.633 91.148 15.851 C 91.148 15.081 91.41 14.42 91.899 13.891 C 92.4 13.374 93.044 13.122 93.795 13.122 C 94.642 13.122 95.381 13.434 95.966 14.071 L 97.218 12.737 C 96.288 11.727 95.143 11.234 93.771 11.234 Z\" fill=\"rgb(255, 255, 255)\"></path></g></svg>',svgContentId:11476943365}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vsrmc4\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"Wk1FDPRA5\",...addPropertyOverrides({TzkpJmRxq:{\"data-highlight\":true,onTap:onTapzf8iph}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lr5stt\",layoutDependency:layoutDependency,layoutId:\"fqS_0Gj8N\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-mbobsx\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"qtDVlVy3Q\",style:{backgroundColor:\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vz0ngk\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"AOntldH2C\",style:{backgroundColor:\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ugbyx7\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"EqdCj1wyc\",style:{backgroundColor:\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\"}})]})})]}),isDisplayed10()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-o0e9uy\",layoutDependency:layoutDependency,layoutId:\"kN0DAQLe7\",children:[isDisplayed10()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mdhhhm\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"GFflkh90W\",children:[isDisplayed11()&&/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-eulexz\",\"data-framer-appear-id\":\"eulexz\",\"data-framer-name\":\"Menu Body\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"InKf1Hwaf\",optimized:true,children:[isDisplayed11()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cuiwui\",layoutDependency:layoutDependency,layoutId:\"MGUSaoacy\",...addPropertyOverrides({UtQ1TmqzP:{\"data-highlight\":true,onTap:onTapzf8iph},vZFG93HxU:{\"data-highlight\":true,onTap:onTapzf8iph},WW007Q4ua:{\"data-highlight\":true,onTap:onTapzf8iph}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 27, 41))\"},children:\"Product\"})}),className:\"framer-1whdgo5\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"M1ySkIxjT\",style:{\"--extracted-r6o4lv\":\"rgb(17, 27, 41)\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({vZFG93HxU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 27, 41))\"},children:\"Resources\"})})},WW007Q4ua:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 27, 41))\"},children:\"Solutions\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-49z8gl\",\"data-framer-name\":\"icon/line/chevron-down\",layoutDependency:layoutDependency,layoutId:\"ShjXYcoVu\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ntf52q\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:14,layoutDependency:layoutDependency,layoutId:\"natllkpzf\",style:{rotate:-180},svg:'<svg width=\"14\" height=\"8\" viewBox=\"0 0 14 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.99928 2.82734L2.04928 7.77734L0.635281 6.36335L6.99928 -0.000654618L13.3633 6.36334L11.9493 7.77734L6.99928 2.82734Z\" fill=\"#061334\"/>\\n</svg>\\n',withExternalLayout:true})})]}),isDisplayed11()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s906p6\",layoutDependency:layoutDependency,layoutId:\"BGptZBHiw\",children:isDisplayed11()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(151, 163, 183))\"},children:\"KEY FEATURES FOR Powerfull and Simple Analytics\"})}),className:\"framer-ap2vfk\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"O3XDtiVG3\",style:{\"--extracted-r6o4lv\":\"rgb(151, 163, 183)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({UtQ1TmqzP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(151, 163, 183))\"},children:\"KEY FEATURES FOR POWERFULL AND SIMPLE ANALYTICS\"})})},vZFG93HxU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(151, 163, 183))\"},children:\"RESOURCES\"})})},WW007Q4ua:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(151, 163, 183))\"},children:\"SECTOR SOLUTIONS\"})}),fonts:[\"GF;Figtree-500\"]}},baseVariant,gestureVariant)})}),isDisplayed11()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fnnhcz\",layoutDependency:layoutDependency,layoutId:\"goxQvXcXU\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wuzilq\",\"data-framer-name\":\"1stColumn\",layoutDependency:layoutDependency,layoutId:\"Rbw96SwAR\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vAbW2f6VZ\"},implicitPathVariables:undefined},{href:{webPageId:\"zP5uFniG8\"},implicitPathVariables:undefined},{href:{webPageId:\"V7ZwQ_paf\"},implicitPathVariables:undefined},{href:{webPageId:\"AQ3EnCJRG\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({UtQ1TmqzP:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+64+20+141+0+0+0+0},vZFG93HxU:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+64+20+141+0+0+0+0},WW007Q4ua:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+64+20+141+0+414+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1yycv9j-container\",layoutDependency:layoutDependency,layoutId:\"Nd63D4dWt-container\",nodeId:\"Nd63D4dWt\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Predict user attrition early\",E_jZRIPq2:resolvedLinks[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/ifCoj6NHNSWwR4NhfmulTu2YZ4.svg\"},\"\"),height:\"100%\",id:\"Nd63D4dWt\",layoutId:\"Nd63D4dWt\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Churn Prediction\",...addPropertyOverrides({UtQ1TmqzP:{E_jZRIPq2:resolvedLinks[1],style:{width:\"100%\"}},vZFG93HxU:{D1M3sHvr8:\"Learn about your users\",E_jZRIPq2:resolvedLinks[3],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/A3CMIqDTm470T7mb8firc8AIBQs.svg\"},\"\"),style:{width:\"100%\"},ypxNhB4_C:\"Blog\"},WW007Q4ua:{D1M3sHvr8:\"Learn about your users\",E_jZRIPq2:resolvedLinks[2],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/M5geDwkN69pCSJMjfVv5bnOYAw.svg\"},\"\"),style:{width:\"100%\"},ypxNhB4_C:\"Become a Partner\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ynTkLSnqq\"},implicitPathVariables:undefined},{href:{webPageId:\"ynTkLSnqq\"},implicitPathVariables:undefined},{href:{webPageId:\"ZWWf2I_oe\"},implicitPathVariables:undefined},{href:{webPageId:\"GFtY2lfqb\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({UtQ1TmqzP:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+64+20+141+0+0+0+49},vZFG93HxU:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+64+20+141+0+0+0+49},WW007Q4ua:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+64+20+141+0+414+0+49}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ypmrv1-container\",layoutDependency:layoutDependency,layoutId:\"zM1Vb_vKN-container\",nodeId:\"zM1Vb_vKN\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Learn about your users\",E_jZRIPq2:resolvedLinks1[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/M5geDwkN69pCSJMjfVv5bnOYAw.svg\"},\"brain\"),height:\"100%\",id:\"zM1Vb_vKN\",layoutId:\"zM1Vb_vKN\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Customer Data Platform\",...addPropertyOverrides({UtQ1TmqzP:{E_jZRIPq2:resolvedLinks1[1],style:{width:\"100%\"}},vZFG93HxU:{D1M3sHvr8:\"Predict user attrition early\",E_jZRIPq2:resolvedLinks1[3],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/TalUQXftLO0xm1cNsUYMp4KjL9E.svg\"},\"brain\"),style:{width:\"100%\"},ypxNhB4_C:\"Newsletter\"},WW007Q4ua:{D1M3sHvr8:\"Predict user attrition early\",E_jZRIPq2:resolvedLinks1[2],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/ifCoj6NHNSWwR4NhfmulTu2YZ4.svg\"},\"brain\"),style:{width:\"100%\"},ypxNhB4_C:\"About Us\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"TZgH7YADz\"},implicitPathVariables:undefined},{href:{webPageId:\"TZgH7YADz\"},implicitPathVariables:undefined},{href:{webPageId:\"GFtY2lfqb\"},implicitPathVariables:undefined},{href:{webPageId:\"Lg2T6qzqo\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({UtQ1TmqzP:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+64+20+141+0+0+0+98},vZFG93HxU:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+64+20+141+0+0+0+98},WW007Q4ua:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+64+20+141+0+414+0+147}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16ctqzt-container\",layoutDependency:layoutDependency,layoutId:\"HkBmxfzka-container\",nodeId:\"HkBmxfzka\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Optimize conversation paths\",E_jZRIPq2:resolvedLinks2[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/KvTykfoP76ePfcTUS6qRXiCds.svg\"},\"\"),height:\"100%\",id:\"HkBmxfzka\",layoutId:\"HkBmxfzka\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Funnel\",...addPropertyOverrides({UtQ1TmqzP:{E_jZRIPq2:resolvedLinks2[1],style:{width:\"100%\"}},vZFG93HxU:{D1M3sHvr8:\"Analyze user behavior trends\",E_jZRIPq2:resolvedLinks2[3],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/tsXdgGL1DZ5g9537RXUeA3bMOo.svg\"},\"\"),style:{width:\"100%\"},ypxNhB4_C:\"Success Stories\"},WW007Q4ua:{D1M3sHvr8:\"Analyze user behavior trends\",E_jZRIPq2:resolvedLinks2[2],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/l3mYXCQRee1s9UBrPcV3a7Sb2JM.svg\"},\"\"),style:{width:\"100%\"},ypxNhB4_C:\"Events\"}},baseVariant,gestureVariant)})})})}),isDisplayed12()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ji4zNXsh9\"},implicitPathVariables:undefined},{href:{webPageId:\"Rc3lT47lW\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({vZFG93HxU:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+64+20+141+0+0+0+147}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1dtgeei-container\",layoutDependency:layoutDependency,layoutId:\"XWXBfQwon-container\",nodeId:\"XWXBfQwon\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Analyze user behaviour trends\",E_jZRIPq2:resolvedLinks3[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/l3mYXCQRee1s9UBrPcV3a7Sb2JM.svg\"},\"\"),height:\"100%\",id:\"XWXBfQwon\",layoutId:\"XWXBfQwon\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Cohort\",...addPropertyOverrides({vZFG93HxU:{D1M3sHvr8:\"Understand user loyalty\",E_jZRIPq2:resolvedLinks3[1],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/Bn8mZaNIiyqY6Bg1ohjs6RP2Efs.svg\"},\"\"),style:{width:\"100%\"},ypxNhB4_C:\"Use Cases\"}},baseVariant,gestureVariant)})})})}),isDisplayed13()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Vv8MRHWLO\"},implicitPathVariables:undefined},{href:{webPageId:\"NEtX8lqv1\"},implicitPathVariables:undefined},{href:{webPageId:\"HmlU1pA1d\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({UtQ1TmqzP:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+64+20+141+0+0+0+147},vZFG93HxU:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+64+20+141+0+0+0+196}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1c2davp-container\",layoutDependency:layoutDependency,layoutId:\"otZbTEMUB-container\",nodeId:\"otZbTEMUB\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Understand user loyalty\",E_jZRIPq2:resolvedLinks4[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/3vo1eLwZGPt5Stt77hUXvUfqKhM.svg\"},\"\"),height:\"100%\",id:\"otZbTEMUB\",layoutId:\"otZbTEMUB\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Retention Analysis\",...addPropertyOverrides({UtQ1TmqzP:{E_jZRIPq2:resolvedLinks4[1],style:{width:\"100%\"}},vZFG93HxU:{D1M3sHvr8:\"Analyze user behavior trends\",E_jZRIPq2:resolvedLinks4[2],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/9g0I1Y7YfApPpE5DMibUSRi3E4.svg\"},\"\"),style:{width:\"100%\"},ypxNhB4_C:\"Privacy Policy\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"RJ6BPGcXx\"},implicitPathVariables:undefined},{href:{webPageId:\"XF9plEHq4\"},implicitPathVariables:undefined},{href:{webPageId:\"Yt3XcrYqB\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({UtQ1TmqzP:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+64+20+141+0+0+0+196},vZFG93HxU:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+64+20+141+0+0+0+245},WW007Q4ua:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+64+20+141+0+414+0+98}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-3w43dz-container\",layoutDependency:layoutDependency,layoutId:\"hpNFFoDM7-container\",nodeId:\"hpNFFoDM7\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Spot irregular patterns\",E_jZRIPq2:resolvedLinks5[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/vpw9KowL3XFT87kpjnfJnPCvFI.svg\"},\"\"),height:\"100%\",id:\"hpNFFoDM7\",layoutId:\"hpNFFoDM7\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Anomaly Detection\",...addPropertyOverrides({UtQ1TmqzP:{E_jZRIPq2:resolvedLinks5[1],style:{width:\"100%\"}},vZFG93HxU:{D1M3sHvr8:\"Understand user loyalty\",E_jZRIPq2:\"https://academy.b2metric.com/\",EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/Ti4pSSvpwv7TpuOMwpHPNGo9O4U.svg\"},\"\"),style:{width:\"100%\"},ypxNhB4_C:\"Academy\"},WW007Q4ua:{E_jZRIPq2:resolvedLinks5[2],style:{width:\"100%\"},ypxNhB4_C:\"Career\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"OHN9uWcuf\"},implicitPathVariables:undefined},{href:{webPageId:\"nbwIatcAB\"},implicitPathVariables:undefined},{href:{webPageId:\"DbF8DaQZ1\"},implicitPathVariables:undefined},{href:{webPageId:\"VGwyWKkal\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({UtQ1TmqzP:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+64+20+141+0+0+0+245},vZFG93HxU:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+64+20+141+0+0+0+294},WW007Q4ua:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+64+20+141+0+414+0+196}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19mvfu4-container\",layoutDependency:layoutDependency,layoutId:\"caI51OFwJ-container\",nodeId:\"caI51OFwJ\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Analytics within your platform\",E_jZRIPq2:resolvedLinks6[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/SE9yM6PrOfs5C39933HKXsy8fk.svg\"},\"\"),height:\"100%\",id:\"caI51OFwJ\",layoutId:\"caI51OFwJ\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Embedded Analytics\",...addPropertyOverrides({UtQ1TmqzP:{E_jZRIPq2:resolvedLinks6[1],style:{width:\"100%\"}},vZFG93HxU:{D1M3sHvr8:\"Spot irregular patterns\",E_jZRIPq2:resolvedLinks6[3],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/ZXDZVh602UXsVkPxzJgLBeZ1bSk.svg\"},\"\"),style:{width:\"100%\"},ypxNhB4_C:\"Integrations\"},WW007Q4ua:{D1M3sHvr8:\"Optimize conversion paths\",E_jZRIPq2:resolvedLinks6[2],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/KvTykfoP76ePfcTUS6qRXiCds.svg\"},\"\"),style:{width:\"100%\"},ypxNhB4_C:\"Contact Us\"}},baseVariant,gestureVariant)})})})}),isDisplayed13()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"GFtY2lfqb\"},implicitPathVariables:undefined},{href:{webPageId:\"Vwbehibgh\"},implicitPathVariables:undefined},{href:{webPageId:\"GFtY2lfqb\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({UtQ1TmqzP:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+64+20+141+0+0+0+294},vZFG93HxU:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+64+20+141+0+0+0+343}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-mb09it-container\",layoutDependency:layoutDependency,layoutId:\"kpjhQKGWf-container\",nodeId:\"kpjhQKGWf\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Analyze user behavior trends\",E_jZRIPq2:resolvedLinks7[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/l3mYXCQRee1s9UBrPcV3a7Sb2JM.svg\"},\"\"),height:\"100%\",id:\"kpjhQKGWf\",layoutId:\"kpjhQKGWf\",NtCZKUjVI:\"rgb(17, 27, 41)\",style:{width:\"100%\"},width:\"100%\",ypxNhB4_C:\"Events\",...addPropertyOverrides({UtQ1TmqzP:{E_jZRIPq2:resolvedLinks7[1],ypxNhB4_C:\"Cohort\"},vZFG93HxU:{E_jZRIPq2:resolvedLinks7[2]}},baseVariant,gestureVariant)})})})}),isDisplayed14()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"IqIDiTmd7\"},implicitPathVariables:undefined},{href:{webPageId:\"IqIDiTmd7\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({UtQ1TmqzP:{y:(componentViewport?.y||0)+0+0+0+0+0+0+64+20+141+0+0+0+343}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1tw0eyk-container\",layoutDependency:layoutDependency,layoutId:\"fiB8ugVAe-container\",nodeId:\"fiB8ugVAe\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Discover All Features\",E_jZRIPq2:resolvedLinks8[0],EcP1hXN67:addImageAlt({pixelHeight:43,pixelWidth:43,src:\"https://framerusercontent.com/images/wK5o5G3IK2D9cOROaqJ1ikS88j8.svg\"},\"\"),height:\"100%\",id:\"fiB8ugVAe\",layoutId:\"fiB8ugVAe\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"All Features\",...addPropertyOverrides({UtQ1TmqzP:{E_jZRIPq2:resolvedLinks8[1]}},baseVariant,gestureVariant)})})})}),isDisplayed12()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"OHN9uWcuf\"},implicitPathVariables:undefined},{href:{webPageId:\"OHN9uWcuf\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({vZFG93HxU:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+64+20+141+0+0+0+392}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-8503m-container\",layoutDependency:layoutDependency,layoutId:\"FzJRzVnI9-container\",nodeId:\"FzJRzVnI9\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Analytics within your platform\",E_jZRIPq2:resolvedLinks9[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/SE9yM6PrOfs5C39933HKXsy8fk.svg\"},\"\"),height:\"100%\",id:\"FzJRzVnI9\",layoutId:\"FzJRzVnI9\",NtCZKUjVI:\"rgb(17, 27, 41)\",style:{width:\"100%\"},width:\"100%\",ypxNhB4_C:\"Embedded Analytics\",...addPropertyOverrides({vZFG93HxU:{E_jZRIPq2:resolvedLinks9[1]}},baseVariant,gestureVariant)})})})}),isDisplayed12()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vRlbn1l6b\"},implicitPathVariables:undefined},{href:{webPageId:\"vRlbn1l6b\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({vZFG93HxU:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+64+20+141+0+0+0+441}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-rirdcn-container\",layoutDependency:layoutDependency,layoutId:\"IDG16dwjB-container\",nodeId:\"IDG16dwjB\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Spot irregular patterns\",E_jZRIPq2:resolvedLinks10[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/SE9yM6PrOfs5C39933HKXsy8fk.svg\"},\"\"),height:\"100%\",id:\"IDG16dwjB\",layoutId:\"IDG16dwjB\",NtCZKUjVI:\"rgb(17, 27, 41)\",style:{width:\"100%\"},width:\"100%\",ypxNhB4_C:\"Integrations\",...addPropertyOverrides({vZFG93HxU:{D1M3sHvr8:\"Optimize conversion paths\",E_jZRIPq2:resolvedLinks10[1],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/LCsbQHUV6PioLqbcZX3FK6F3VOc.svg\"},\"\"),ypxNhB4_C:\"Comparison\"}},baseVariant,gestureVariant)})})})})]}),isDisplayed15()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-omn8cc\",layoutDependency:layoutDependency,layoutId:\"FA_eaP0pR\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(151, 163, 183))\"},children:\"ABOUT US\"})}),className:\"framer-1gqcvgz\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"R0qCTpad2\",style:{\"--extracted-r6o4lv\":\"rgb(151, 163, 183)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed16()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(151, 163, 183))\"},children:\"ALWAYS IMPROVING\"})}),className:\"framer-xu4mq1\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"W7ksbXado\",style:{\"--extracted-r6o4lv\":\"rgb(151, 163, 183)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed15()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ez03xg\",\"data-framer-name\":\"1stColumn\",layoutDependency:layoutDependency,layoutId:\"HOZUfyMyv\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pukRu6ug9\"},implicitPathVariables:undefined},{href:{webPageId:\"pukRu6ug9\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({WW007Q4ua:{y:(componentViewport?.y||0)+0+0+0+0+0+0+64+20+141+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-lp9sll-container\",layoutDependency:layoutDependency,layoutId:\"yJZgmkv2h-container\",nodeId:\"yJZgmkv2h\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Understand user actions\",E_jZRIPq2:resolvedLinks11[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/drR3x72e6ZOe66ECYEzqdmhFKE.svg\"},\"\"),height:\"100%\",id:\"yJZgmkv2h\",layoutId:\"yJZgmkv2h\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Ecommerce\",...addPropertyOverrides({WW007Q4ua:{E_jZRIPq2:resolvedLinks11[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"fgrydetz1\"},implicitPathVariables:undefined},{href:{webPageId:\"fgrydetz1\"},implicitPathVariables:undefined}],children:resolvedLinks12=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({WW007Q4ua:{y:(componentViewport?.y||0)+0+0+0+0+0+0+64+20+141+0+0+0+49}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-mu4fkw-container\",layoutDependency:layoutDependency,layoutId:\"JEfqrmtpn-container\",nodeId:\"JEfqrmtpn\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"B2Metric for airlines\",E_jZRIPq2:resolvedLinks12[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:21,src:\"https://framerusercontent.com/images/bCNdmAKuPXMxayhykBQZbcIcVFk.svg\"},\"\"),height:\"100%\",id:\"JEfqrmtpn\",layoutId:\"JEfqrmtpn\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Airlines\",...addPropertyOverrides({WW007Q4ua:{E_jZRIPq2:resolvedLinks12[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"LmVwQvN_u\"},implicitPathVariables:undefined},{href:{webPageId:\"LmVwQvN_u\"},implicitPathVariables:undefined}],children:resolvedLinks13=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({WW007Q4ua:{y:(componentViewport?.y||0)+0+0+0+0+0+0+64+20+141+0+0+0+98}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-zqma0x-container\",layoutDependency:layoutDependency,layoutId:\"hHgy3OuFU-container\",nodeId:\"hHgy3OuFU\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"B2Metric for Ecommerce\",E_jZRIPq2:resolvedLinks13[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/388Oo0kFI1XTGrHcW48Ju7As3X0.svg\"},\"\"),height:\"100%\",id:\"hHgy3OuFU\",layoutId:\"hHgy3OuFU\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Retail & Ecommerce\",...addPropertyOverrides({WW007Q4ua:{E_jZRIPq2:resolvedLinks13[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"qY2dcZQyn\"},implicitPathVariables:undefined},{href:{webPageId:\"qY2dcZQyn\"},implicitPathVariables:undefined}],children:resolvedLinks14=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({WW007Q4ua:{y:(componentViewport?.y||0)+0+0+0+0+0+0+64+20+141+0+0+0+147}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ykxhmd-container\",layoutDependency:layoutDependency,layoutId:\"vpDxekT0e-container\",nodeId:\"vpDxekT0e\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"B2Metric for banking\",E_jZRIPq2:resolvedLinks14[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:21,src:\"https://framerusercontent.com/images/IdJvQrZdR0zYEriAMp9UVNQiU.svg\"},\"\"),height:\"100%\",id:\"vpDxekT0e\",layoutId:\"vpDxekT0e\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Banking\",...addPropertyOverrides({WW007Q4ua:{E_jZRIPq2:resolvedLinks14[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"KbVV1VxhY\"},implicitPathVariables:undefined},{href:{webPageId:\"KbVV1VxhY\"},implicitPathVariables:undefined}],children:resolvedLinks15=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({WW007Q4ua:{y:(componentViewport?.y||0)+0+0+0+0+0+0+64+20+141+0+0+0+196}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7j5es7-container\",layoutDependency:layoutDependency,layoutId:\"FAS9DJMt4-container\",nodeId:\"FAS9DJMt4\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"B2Metric for automative\",E_jZRIPq2:resolvedLinks15[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:21,src:\"https://framerusercontent.com/images/j37H8moGS4ED7sOF51BMdbRIQg.svg\"},\"\"),height:\"100%\",id:\"FAS9DJMt4\",layoutId:\"FAS9DJMt4\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Automative\",...addPropertyOverrides({WW007Q4ua:{E_jZRIPq2:resolvedLinks15[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"eFNbMv3IV\"},implicitPathVariables:undefined},{href:{webPageId:\"eFNbMv3IV\"},implicitPathVariables:undefined}],children:resolvedLinks16=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({WW007Q4ua:{y:(componentViewport?.y||0)+0+0+0+0+0+0+64+20+141+0+0+0+245}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1garaet-container\",layoutDependency:layoutDependency,layoutId:\"Ts6liEgZe-container\",nodeId:\"Ts6liEgZe\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"B2Metric for insurance\",E_jZRIPq2:resolvedLinks16[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:21,src:\"https://framerusercontent.com/images/p3IH2gbbQ87V1nZGeRAHJneIZU.svg\"},\"brain\"),height:\"100%\",id:\"Ts6liEgZe\",layoutId:\"Ts6liEgZe\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Insurance\",...addPropertyOverrides({WW007Q4ua:{E_jZRIPq2:resolvedLinks16[1]}},baseVariant,gestureVariant)})})})})]}),isDisplayed16()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wc1221\",layoutDependency:layoutDependency,layoutId:\"aMaB26HDp\",style:{backgroundColor:\"rgb(231, 237, 255)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nyusmv\",layoutDependency:layoutDependency,layoutId:\"bBAcqZ8rn\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(39, 62, 129))\"},children:\"Signup B2Metric Today\"})}),className:\"framer-grskum\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"f46E3SonF\",style:{\"--extracted-r6o4lv\":\"rgb(39, 62, 129)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(39, 62, 129, 0.8))\"},children:\"B2Metric: Behavioral AI platform delivering self-service customer journey marketing insights.\"})}),className:\"framer-3000rk\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"tjALvJALT\",style:{\"--extracted-r6o4lv\":\"rgba(39, 62, 129, 0.8)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),isDisplayed15()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(151, 163, 183))\"},children:\"OUR OFFICES\"})}),className:\"framer-fa8p9a\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"HR9jKhR_y\",style:{\"--extracted-r6o4lv\":\"rgb(151, 163, 183)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed15()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1160,pixelWidth:774,src:\"https://framerusercontent.com/images/3ZeURjuIfZOS1dhGVPnzudOdC4.png\",srcSet:\"https://framerusercontent.com/images/3ZeURjuIfZOS1dhGVPnzudOdC4.png?scale-down-to=1024 683w,https://framerusercontent.com/images/3ZeURjuIfZOS1dhGVPnzudOdC4.png 774w\"},className:\"framer-1e6ysez\",layoutDependency:layoutDependency,layoutId:\"Lab4zOOXD\",style:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},variants:{WW007Q4ua:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12}},...addPropertyOverrides({WW007Q4ua:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0+0+64+20+141+0+759),pixelHeight:1160,pixelWidth:774,sizes:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 40px)`,src:\"https://framerusercontent.com/images/3ZeURjuIfZOS1dhGVPnzudOdC4.png\",srcSet:\"https://framerusercontent.com/images/3ZeURjuIfZOS1dhGVPnzudOdC4.png?scale-down-to=1024 683w,https://framerusercontent.com/images/3ZeURjuIfZOS1dhGVPnzudOdC4.png 774w\"}}},baseVariant,gestureVariant)}),isDisplayed15()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(151, 163, 183))\"},children:\"ALWAYS IMPROVING\"})}),className:\"framer-12zgsxu\",fonts:[\"GF;Figtree-regular\"],layoutDependency:layoutDependency,layoutId:\"NbdXuh9jI\",style:{\"--extracted-r6o4lv\":\"rgb(151, 163, 183)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{WW007Q4ua:{\"--extracted-r6o4lv\":\"rgb(17, 27, 41)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({WW007Q4ua:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS04MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 27, 41))\"},children:\"Serving customers from across the globe\"})}),fonts:[\"GF;Figtree-800\"]}},baseVariant,gestureVariant)}),isDisplayed17()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-n9e3b0\",layoutDependency:layoutDependency,layoutId:\"AhDf85_fC\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(103, 116, 137))\"},children:\"Santa Clara, America\"})}),className:\"framer-1swrksy\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"FJ83qpYze\",style:{\"--extracted-r6o4lv\":\"rgb(103, 116, 137)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-8zam57\",\"data-framer-name\":\"Location-marker\",fill:\"black\",intrinsicHeight:17,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"pXm3eFZXE\",svg:'<svg width=\"16\" height=\"17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m11.772 11.605-2.358 2.357a1.999 1.999 0 0 1-2.827 0l-2.358-2.357a5.333 5.333 0 1 1 7.543 0Z\" stroke=\"#111B29\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10 7.833a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\" stroke=\"#111B29\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true})]}),isDisplayed15()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-oi1wxk\",layoutDependency:layoutDependency,layoutId:\"IoI9TYRiu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(103, 116, 137))\"},children:\"Santa Clara, America\"})}),className:\"framer-t49f4o\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"uW_GZZ5xo\",style:{\"--extracted-r6o4lv\":\"rgb(103, 116, 137)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({WW007Q4ua:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(103, 116, 137))\"},children:\"London, United Kingdom\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-iiapqm\",\"data-framer-name\":\"Location-marker\",fill:\"black\",intrinsicHeight:17,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"HhDuE6wYb\",svg:'<svg width=\"16\" height=\"17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m11.772 11.605-2.358 2.357a1.999 1.999 0 0 1-2.827 0l-2.358-2.357a5.333 5.333 0 1 1 7.543 0Z\" stroke=\"#111B29\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10 7.833a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\" stroke=\"#111B29\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true})]}),isDisplayed15()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1n223dh\",layoutDependency:layoutDependency,layoutId:\"JgZyHSAws\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(103, 116, 137))\"},children:\"Santa Clara, America\"})}),className:\"framer-17ra4sd\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"rsUc_awrL\",style:{\"--extracted-r6o4lv\":\"rgb(103, 116, 137)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({WW007Q4ua:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(103, 116, 137))\"},children:\"Istanbul, Turkey\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-wlub61\",\"data-framer-name\":\"Location-marker\",fill:\"black\",intrinsicHeight:17,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"itJeE7OZ5\",svg:'<svg width=\"16\" height=\"17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m11.772 11.605-2.358 2.357a1.999 1.999 0 0 1-2.827 0l-2.358-2.357a5.333 5.333 0 1 1 7.543 0Z\" stroke=\"#111B29\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10 7.833a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\" stroke=\"#111B29\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true})]})]})]}),isDisplayed18()&&/*#__PURE__*/_jsx(Transition,{value:transition4,children:/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1tq7okh\",\"data-framer-appear-id\":\"1tq7okh\",\"data-framer-name\":\"Links\",initial:animation2,layoutDependency:layoutDependency,layoutId:\"BZarYxKtV\",optimized:true,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-v4cod1\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"AOOlk9QI6\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItVmFyaWFibGVWRj1JbTl3YzNvaUlERTBMQ0FpZDJkb2RDSWdOekF3\",\"--framer-font-family\":'\"Inter Variable\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 14, \"wght\" 700)',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"S3tH8yEIu\"},motionChild:true,nodeId:\"Ka3N8rEpE\",openInNewTab:false,scopeId:\"ZTs0YDfeQ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-15lawfh\",\"data-styles-preset\":\"jzgvRFCJT\",children:\"Pricing\"})})})}),className:\"framer-1psltl2\",fonts:[\"Inter-Variable\"],layoutDependency:layoutDependency,layoutId:\"Ka3N8rEpE\",style:{\"--extracted-2gg91v\":'\"opsz\" 14, \"wght\" 700',\"--extracted-r6o4lv\":\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\"},verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"C2xVvWZLG\"},motionChild:true,nodeId:\"AV9q6ZFaX\",openInNewTab:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1gu22ru framer-12jril4\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"AV9q6ZFaX\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItVmFyaWFibGVWRj1JbTl3YzNvaUlERTBMQ0FpZDJkb2RDSWdOekF3\",\"--framer-font-family\":'\"Inter Variable\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 14, \"wght\" 700)',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56)))\"},children:\"Customers\"})}),className:\"framer-1a0vkra\",fonts:[\"Inter-Variable\"],layoutDependency:layoutDependency,layoutId:\"W45emTHTI\",style:{\"--extracted-2gg91v\":'\"opsz\" 14, \"wght\" 700',\"--extracted-r6o4lv\":\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56))\"},verticalAlignment:\"center\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2olfdn\",\"data-framer-name\":\"Product Menu v2\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"uYcAJcZ3J\",onTap:onTap1nsakc8,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-d2tfmb\",\"data-framer-name\":\"Caret Copy\",layoutDependency:layoutDependency,layoutId:\"yKFqNobuE\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-bwfgv4\",\"data-framer-name\":\"Frame\",layoutDependency:layoutDependency,layoutId:\"GMgAW5HBG\",style:{rotate:-90},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1njpr9k\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"iNHHnHNK_\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 2 5.5 L 7.5 11.5 L 13 5.5\" fill=\"transparent\" stroke-width=\"2\" stroke=\"rgb(17, 27, 41)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:11354326547,withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItVmFyaWFibGVWRj1JbTl3YzNvaUlERTBMQ0FpZDJkb2RDSWdOekF3\",\"--framer-font-family\":'\"Inter Variable\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 14, \"wght\" 700)',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 27, 41))\"},children:\"Solutions\"})}),className:\"framer-4iubze\",fonts:[\"Inter-Variable\"],layoutDependency:layoutDependency,layoutId:\"asZX6t_if\",style:{\"--extracted-2gg91v\":'\"opsz\" 14, \"wght\" 700',\"--extracted-r6o4lv\":\"rgb(17, 27, 41)\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1miitgb\",\"data-framer-name\":\"Product Menu v2\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"zzI8bRWHA\",onTap:onTap1cj83y3,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-17vmvzd\",\"data-framer-name\":\"Caret Copy\",layoutDependency:layoutDependency,layoutId:\"auTwEa42X\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19wv8q\",\"data-framer-name\":\"Frame\",layoutDependency:layoutDependency,layoutId:\"V51RgJUGR\",style:{rotate:-90},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ova051\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"EimvrYrNH\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 2 5.5 L 7.5 11.5 L 13 5.5\" fill=\"transparent\" stroke-width=\"2\" stroke=\"rgb(17, 27, 41)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:11354326547,withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItVmFyaWFibGVWRj1JbTl3YzNvaUlERTBMQ0FpZDJkb2RDSWdOekF3\",\"--framer-font-family\":'\"Inter Variable\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 14, \"wght\" 700)',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 27, 41))\"},children:\"Resources\"})}),className:\"framer-zuxnee\",fonts:[\"Inter-Variable\"],layoutDependency:layoutDependency,layoutId:\"F3SJCF_uH\",style:{\"--extracted-2gg91v\":'\"opsz\" 14, \"wght\" 700',\"--extracted-r6o4lv\":\"rgb(17, 27, 41)\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed19()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItVmFyaWFibGVWRj1JbTl3YzNvaUlERTBMQ0FpZDJkb2RDSWdOekF3\",\"--framer-font-family\":'\"Inter Variable\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 14, \"wght\" 700)',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f4c97e34-2bf3-4751-915d-c2e6359d478b, rgb(72, 63, 236)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"S3tH8yEIu\"},motionChild:true,nodeId:\"D5BG4TW1o\",openInNewTab:false,scopeId:\"ZTs0YDfeQ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-15lawfh\",\"data-styles-preset\":\"jzgvRFCJT\",children:\"Pricing\"})})})}),className:\"framer-1rfc5kv\",fonts:[\"Inter-Variable\"],layoutDependency:layoutDependency,layoutId:\"D5BG4TW1o\",style:{\"--extracted-2gg91v\":'\"opsz\" 14, \"wght\" 700',\"--extracted-r6o4lv\":\"var(--token-f4c97e34-2bf3-4751-915d-c2e6359d478b, rgb(72, 63, 236))\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed19()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y4oh21\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"y0wJcShKS\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItVmFyaWFibGVWRj1JbTl3YzNvaUlERTBMQ0FpZDJkb2RDSWdOekF3\",\"--framer-font-family\":'\"Inter Variable\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 14, \"wght\" 700)',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f4c97e34-2bf3-4751-915d-c2e6359d478b, rgb(72, 63, 236)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"wHA7ugSVj\"},motionChild:true,nodeId:\"BZoEaWEIw\",openInNewTab:false,scopeId:\"ZTs0YDfeQ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-15lawfh\",\"data-styles-preset\":\"jzgvRFCJT\",children:\"News\"})})})}),className:\"framer-5yh02b\",fonts:[\"Inter-Variable\"],layoutDependency:layoutDependency,layoutId:\"BZoEaWEIw\",style:{\"--extracted-2gg91v\":'\"opsz\" 14, \"wght\" 700',\"--extracted-r6o4lv\":\"var(--token-f4c97e34-2bf3-4751-915d-c2e6359d478b, rgb(72, 63, 236))\"},verticalAlignment:\"center\",withExternalLayout:true})}),isDisplayed19()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nw20bu\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"G6ujHbb68\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItVmFyaWFibGVWRj1JbTl3YzNvaUlERTBMQ0FpZDJkb2RDSWdOekF3\",\"--framer-font-family\":'\"Inter Variable\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 14, \"wght\" 700)',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f4c97e34-2bf3-4751-915d-c2e6359d478b, rgb(72, 63, 236)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DbF8DaQZ1\"},motionChild:true,nodeId:\"gynHbJSVx\",openInNewTab:false,scopeId:\"ZTs0YDfeQ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-15lawfh\",\"data-styles-preset\":\"jzgvRFCJT\",children:\"Contact\"})})})}),className:\"framer-1euek7n\",fonts:[\"Inter-Variable\"],layoutDependency:layoutDependency,layoutId:\"gynHbJSVx\",style:{\"--extracted-2gg91v\":'\"opsz\" 14, \"wght\" 700',\"--extracted-r6o4lv\":\"var(--token-f4c97e34-2bf3-4751-915d-c2e6359d478b, rgb(72, 63, 236))\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed20()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2w52se\",\"data-framer-name\":\"Product Menu v2\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"DkwCPFDKe\",onTap:onTapi87r6h,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-jfdngt\",\"data-framer-name\":\"Caret Copy\",layoutDependency:layoutDependency,layoutId:\"KyUlhzAny\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-127653u\",\"data-framer-name\":\"Frame\",layoutDependency:layoutDependency,layoutId:\"xRNJqs2yP\",style:{rotate:-90},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1as6ujj\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"X0D4l3BGE\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 2 5.5 L 7.5 11.5 L 13 5.5\" fill=\"transparent\" stroke-width=\"2\" stroke=\"rgb(17, 27, 41)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:11354326547,withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItVmFyaWFibGVWRj1JbTl3YzNvaUlERTBMQ0FpZDJkb2RDSWdOekF3\",\"--framer-font-family\":'\"Inter Variable\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 14, \"wght\" 700)',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 27, 41))\"},children:\"Product\"})}),className:\"framer-1xt4irx\",fonts:[\"Inter-Variable\"],layoutDependency:layoutDependency,layoutId:\"MHEvlTFD7\",style:{\"--extracted-2gg91v\":'\"opsz\" 14, \"wght\" 700',\"--extracted-r6o4lv\":\"rgb(17, 27, 41)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rbrop1\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"BlVyb38_t\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(227, 231, 239)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:[/*#__PURE__*/_jsx(Link,{href:\"/\",motionChild:true,nodeId:\"pKXKgXiEM\",openInNewTab:false,scopeId:\"ZTs0YDfeQ\",...addPropertyOverrides({Ewy9zczPF:{href:{webPageId:\"ZkZHyhmjU\"}},UtQ1TmqzP:{href:{webPageId:\"ZkZHyhmjU\"}},vZFG93HxU:{href:{webPageId:\"ZkZHyhmjU\"}},WW007Q4ua:{href:{webPageId:\"ZkZHyhmjU\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-sant8v framer-12jril4\",\"data-framer-name\":\"Name\",layoutDependency:layoutDependency,layoutId:\"pKXKgXiEM\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-edpqoq\",\"data-framer-name\":\"Logo and Name\",layoutDependency:layoutDependency,layoutId:\"Vxm2xh0KF\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-s5hm70\",\"data-framer-name\":\"B2Metric Logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ctHfK_FGR\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 99 28\"><g><path d=\"M 0 0 L 98.771 0 L 98.771 28 L 0 28 Z\" fill=\"transparent\"></path><g><defs><linearGradient id=\"idss11861176093_3g352117910\" x1=\"1\" x2=\"0\" y1=\"0.008681966931519514\" y2=\"0.9913180330684805\"><stop offset=\"0\" stop-color=\"rgb(115,108,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(28,24,77)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 5.412 0.326 L 21.67 0.326 C 24.66 0.326 27.082 2.772 27.082 5.791 L 27.082 22.198 C 27.082 25.217 24.66 27.663 21.67 27.663 L 5.412 27.663 C 2.423 27.674 0 25.228 0 22.198 L 0 5.791 C 0 2.772 2.423 0.326 5.412 0.326 Z\" fill=\"url(#idss11861176093_3g352117910)\"></path></g><g><defs><linearGradient id=\"idss11861176093_4g-1534144650\" x1=\"0.7112109056848069\" x2=\"0.28878909431519306\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 23.47 8.619 L 13.68 8.619 L 13.68 8.462 C 13.68 7.844 13.924 7.25 14.358 6.812 C 14.794 6.372 15.386 6.126 16.002 6.127 L 23.47 6.127 Z\" fill=\"url(#idss11861176093_4g-1534144650)\"></path></g><g><defs><linearGradient id=\"idss11861176093_5g-1534144650\" x1=\"0.7103302553435653\" x2=\"0.28966974465643475\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 3.901 8.619 L 13.691 8.619 L 13.691 8.776 C 13.691 9.397 13.443 9.992 13.002 10.426 C 12.568 10.863 11.979 11.099 11.357 11.099 L 3.9 11.099 L 3.9 8.619 Z\" fill=\"url(#idss11861176093_5g-1534144650)\"></path></g><g><defs><linearGradient id=\"idss11861176093_6g-1534144643\" x1=\"0.6044476758894056\" x2=\"0.3955523241105944\" y1=\"5.551115123125783e-17\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 23.47 18.551 L 3.901 18.551 L 3.901 21.042 L 23.481 21.042 L 23.481 18.551 Z\" fill=\"url(#idss11861176093_6g-1534144643)\"></path></g><g><defs><linearGradient id=\"idss11861176093_7g-1534144650\" x1=\"0.7112109056848069\" x2=\"0.28878909431519306\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 23.47 13.579 L 13.68 13.579 L 13.68 13.422 C 13.68 12.805 13.924 12.21 14.358 11.772 C 14.794 11.333 15.386 11.086 16.002 11.088 L 23.47 11.088 Z\" fill=\"url(#idss11861176093_7g-1534144650)\"></path></g><g><defs><linearGradient id=\"idss11861176093_8g-1534144650\" x1=\"0.7103399891064814\" x2=\"0.28966001089351856\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 3.901 13.579 L 13.691 13.579 L 13.691 13.736 C 13.691 14.357 13.443 14.952 13.002 15.386 C 12.568 15.824 11.979 16.059 11.357 16.059 L 3.9 16.059 L 3.9 13.579 Z\" fill=\"url(#idss11861176093_8g-1534144650)\"></path></g><path d=\"M 33.85 19.606 L 35.762 19.606 L 35.762 18.427 C 36.039 19.213 36.995 19.785 38.318 19.785 C 39.451 19.785 40.396 19.381 41.151 18.573 C 41.929 17.754 42.307 16.744 42.307 15.543 C 42.307 14.331 41.929 13.343 41.151 12.524 C 40.385 11.705 39.44 11.301 38.318 11.301 C 37.006 11.301 36.028 11.873 35.762 12.659 L 35.762 8.383 L 33.85 8.383 Z M 38.057 18.023 C 37.379 18.023 36.79 17.776 36.313 17.316 C 35.857 16.845 35.612 16.25 35.612 15.543 C 35.612 14.836 35.857 14.241 36.313 13.77 C 36.779 13.298 37.379 13.063 38.057 13.063 C 38.735 13.063 39.291 13.31 39.746 13.77 C 40.202 14.241 40.424 14.836 40.424 15.543 C 40.424 16.25 40.202 16.845 39.746 17.316 C 39.291 17.787 38.746 18.023 38.057 18.023 Z M 50.085 19.606 L 50.085 17.776 L 45.351 17.776 L 48.563 14.365 C 49.441 13.445 49.863 12.491 49.863 11.537 C 49.863 10.605 49.529 9.808 48.84 9.158 C 48.174 8.506 47.362 8.159 46.429 8.159 C 45.462 8.159 44.618 8.518 43.94 9.202 C 43.262 9.887 42.917 10.717 42.917 11.705 L 44.729 11.705 C 44.729 11.2 44.884 10.785 45.218 10.448 C 45.551 10.111 45.951 9.932 46.407 9.932 C 47.296 9.932 48.04 10.639 48.04 11.548 C 48.04 12.086 47.818 12.58 47.362 13.085 L 42.45 18.304 L 42.45 19.606 Z M 53.295 19.606 L 53.295 14.937 C 53.295 13.837 53.961 13.052 54.85 13.052 C 55.761 13.052 56.273 13.736 56.273 14.858 L 56.273 19.606 L 58.162 19.606 L 58.162 14.937 C 58.162 13.837 58.807 13.052 59.706 13.052 C 60.596 13.052 61.096 13.736 61.096 14.858 L 61.096 17.563 C 61.096 18.977 61.707 19.684 62.974 19.684 C 63.341 19.684 63.607 19.65 63.796 19.583 L 63.796 17.956 C 63.718 17.967 63.618 17.99 63.518 17.99 C 63.096 17.99 62.985 17.765 62.985 17.137 L 62.985 14.578 C 62.985 12.569 61.985 11.323 60.262 11.323 C 59.017 11.323 58.151 11.795 57.684 12.738 C 57.295 11.795 56.528 11.323 55.428 11.323 C 54.406 11.323 53.617 11.862 53.283 12.648 L 53.283 11.492 L 51.394 11.492 L 51.394 19.617 L 53.295 19.617 Z M 64.494 15.61 C 64.494 16.878 64.883 17.9 65.661 18.663 C 66.438 19.415 67.472 19.807 68.728 19.807 C 70.072 19.807 71.195 19.325 72.095 18.36 L 70.95 17.238 C 70.328 17.878 69.617 18.169 68.795 18.169 C 67.383 18.169 66.45 17.338 66.383 16.048 L 72.606 16.048 C 72.617 15.835 72.64 15.61 72.64 15.375 C 72.64 14.219 72.273 13.254 71.528 12.457 C 70.795 11.671 69.839 11.278 68.695 11.278 C 67.472 11.278 66.472 11.671 65.683 12.457 C 64.905 13.242 64.516 14.286 64.516 15.577 L 64.516 15.622 L 64.494 15.622 Z M 66.422 14.679 C 66.467 14.174 66.711 13.759 67.133 13.422 C 67.556 13.085 68.089 12.906 68.678 12.906 C 69.234 12.906 69.7 13.085 70.089 13.444 C 70.478 13.781 70.689 14.196 70.689 14.69 Z M 74.36 17.08 C 74.36 18.921 75.216 19.841 76.949 19.841 C 77.338 19.841 77.66 19.807 77.938 19.74 L 77.938 18.012 C 77.727 18.057 77.516 18.079 77.271 18.079 C 76.571 18.079 76.271 17.754 76.271 16.867 L 76.271 13.242 L 78.038 13.242 L 78.038 11.481 L 76.271 11.481 L 76.271 8.372 L 74.371 8.372 L 74.371 11.492 L 73.371 11.492 L 73.371 13.242 L 74.371 13.242 L 74.371 17.081 L 74.36 17.081 Z M 81.056 19.606 L 81.056 15.33 C 81.056 13.994 81.901 13.153 83.212 13.153 C 83.501 13.153 83.768 13.186 84.001 13.231 L 84.001 11.357 C 83.846 11.323 83.646 11.312 83.435 11.312 C 82.301 11.312 81.434 11.828 81.056 12.682 L 81.056 11.469 L 79.167 11.469 L 79.167 19.594 Z M 85.329 17.698 C 85.329 19.067 85.94 19.751 87.174 19.751 C 87.618 19.751 87.94 19.707 88.129 19.617 L 88.129 17.99 C 88.052 18.001 87.94 18.023 87.796 18.023 C 87.374 18.023 87.241 17.799 87.241 17.17 L 87.241 11.458 L 85.34 11.458 L 85.34 17.698 Z M 86.285 10.538 C 86.896 10.538 87.419 10.033 87.419 9.393 C 87.421 9.089 87.303 8.796 87.09 8.581 C 86.877 8.366 86.587 8.246 86.285 8.249 C 85.984 8.246 85.694 8.366 85.481 8.581 C 85.268 8.796 85.149 9.089 85.152 9.393 C 85.149 9.698 85.268 9.99 85.481 10.205 C 85.694 10.42 85.984 10.54 86.285 10.538 Z M 93.099 11.234 C 91.876 11.234 90.843 11.66 90.01 12.479 C 89.165 13.298 88.765 14.32 88.765 15.543 C 88.765 16.766 89.176 17.798 90.01 18.629 C 90.854 19.449 91.887 19.852 93.099 19.852 C 94.377 19.852 95.444 19.381 96.31 18.45 L 95.144 17.204 C 94.588 17.81 93.91 18.09 93.121 18.09 C 92.421 18.09 91.843 17.844 91.354 17.372 C 90.898 16.89 90.654 16.273 90.654 15.543 C 90.654 14.825 90.898 14.208 91.354 13.714 C 91.821 13.231 92.421 12.996 93.121 12.996 C 93.91 12.996 94.599 13.287 95.144 13.882 L 96.31 12.636 C 95.444 11.694 94.377 11.234 93.099 11.234 Z\" fill=\"rgb(6, 19, 52)\"></path></g></svg>',svgContentId:11861176093,withExternalLayout:true,...addPropertyOverrides({Ewy9zczPF:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 99 28\"><g><path d=\"M 0 0 L 98.771 0 L 98.771 28 L 0 28 Z\" fill=\"transparent\"></path><g><defs><linearGradient id=\"idss9058750956_3g352117910\" x1=\"1\" x2=\"0\" y1=\"0.008681966931519514\" y2=\"0.9913180330684805\"><stop offset=\"0\" stop-color=\"rgb(115,108,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(28,24,77)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 5.412 0.326 L 21.67 0.326 C 24.66 0.326 27.082 2.772 27.082 5.791 L 27.082 22.198 C 27.082 25.217 24.66 27.663 21.67 27.663 L 5.412 27.663 C 2.423 27.674 0 25.228 0 22.198 L 0 5.791 C 0 2.772 2.423 0.326 5.412 0.326 Z\" fill=\"url(#idss9058750956_3g352117910)\"></path></g><g><defs><linearGradient id=\"idss9058750956_4g-1534144650\" x1=\"0.7112109056848069\" x2=\"0.28878909431519306\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 23.47 8.619 L 13.68 8.619 L 13.68 8.462 C 13.68 7.844 13.924 7.25 14.358 6.812 C 14.794 6.372 15.386 6.126 16.002 6.127 L 23.47 6.127 Z\" fill=\"url(#idss9058750956_4g-1534144650)\"></path></g><g><defs><linearGradient id=\"idss9058750956_5g-1534144650\" x1=\"0.7103302553435653\" x2=\"0.28966974465643475\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 3.901 8.619 L 13.691 8.619 L 13.691 8.776 C 13.691 9.397 13.443 9.992 13.002 10.426 C 12.568 10.863 11.979 11.099 11.357 11.099 L 3.9 11.099 L 3.9 8.619 Z\" fill=\"url(#idss9058750956_5g-1534144650)\"></path></g><g><defs><linearGradient id=\"idss9058750956_6g-1534144643\" x1=\"0.6044476758894056\" x2=\"0.3955523241105944\" y1=\"5.551115123125783e-17\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 23.47 18.551 L 3.901 18.551 L 3.901 21.042 L 23.481 21.042 L 23.481 18.551 Z\" fill=\"url(#idss9058750956_6g-1534144643)\"></path></g><g><defs><linearGradient id=\"idss9058750956_7g-1534144650\" x1=\"0.7112109056848069\" x2=\"0.28878909431519306\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 23.47 13.579 L 13.68 13.579 L 13.68 13.422 C 13.68 12.805 13.924 12.21 14.358 11.772 C 14.794 11.333 15.386 11.086 16.002 11.088 L 23.47 11.088 Z\" fill=\"url(#idss9058750956_7g-1534144650)\"></path></g><g><defs><linearGradient id=\"idss9058750956_8g-1534144650\" x1=\"0.7103399891064814\" x2=\"0.28966001089351856\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 3.901 13.579 L 13.691 13.579 L 13.691 13.736 C 13.691 14.357 13.443 14.952 13.002 15.386 C 12.568 15.824 11.979 16.059 11.357 16.059 L 3.9 16.059 L 3.9 13.579 Z\" fill=\"url(#idss9058750956_8g-1534144650)\"></path></g><path d=\"M 33.758 19.606 L 35.669 19.606 L 35.669 18.427 C 35.947 19.213 36.903 19.785 38.225 19.785 C 39.359 19.785 40.303 19.381 41.059 18.573 C 41.837 17.754 42.215 16.744 42.215 15.543 C 42.215 14.331 41.837 13.343 41.059 12.524 C 40.292 11.705 39.347 11.301 38.225 11.301 C 36.914 11.301 35.936 11.873 35.669 12.659 L 35.669 8.383 L 33.758 8.383 Z M 37.965 18.023 C 37.287 18.023 36.698 17.776 36.22 17.316 C 35.764 16.845 35.52 16.25 35.52 15.543 C 35.52 14.836 35.764 14.241 36.22 13.77 C 36.687 13.298 37.287 13.063 37.965 13.063 C 38.643 13.063 39.198 13.31 39.654 13.77 C 40.11 14.241 40.332 14.836 40.332 15.543 C 40.332 16.25 40.11 16.845 39.654 17.316 C 39.198 17.787 38.654 18.023 37.965 18.023 Z M 49.993 19.606 L 49.993 17.776 L 45.259 17.776 L 48.47 14.365 C 49.348 13.445 49.77 12.491 49.77 11.537 C 49.77 10.605 49.437 9.808 48.748 9.158 C 48.081 8.506 47.27 8.159 46.336 8.159 C 45.37 8.159 44.525 8.518 43.847 9.202 C 43.169 9.887 42.825 10.717 42.825 11.705 L 44.636 11.705 C 44.636 11.2 44.792 10.785 45.125 10.448 C 45.459 10.111 45.858 9.932 46.314 9.932 C 47.203 9.932 47.948 10.639 47.948 11.548 C 47.948 12.086 47.725 12.58 47.27 13.085 L 42.358 18.304 L 42.358 19.606 Z M 53.202 19.606 L 53.202 14.937 C 53.202 13.837 53.869 13.052 54.758 13.052 C 55.669 13.052 56.18 13.736 56.18 14.858 L 56.18 19.606 L 58.069 19.606 L 58.069 14.937 C 58.069 13.837 58.714 13.052 59.614 13.052 C 60.503 13.052 61.003 13.736 61.003 14.858 L 61.003 17.563 C 61.003 18.977 61.614 19.684 62.881 19.684 C 63.248 19.684 63.515 19.65 63.703 19.583 L 63.703 17.956 C 63.626 17.967 63.526 17.99 63.426 17.99 C 63.004 17.99 62.892 17.765 62.892 17.137 L 62.892 14.578 C 62.892 12.569 61.892 11.323 60.17 11.323 C 58.925 11.323 58.058 11.795 57.592 12.738 C 57.203 11.795 56.436 11.323 55.336 11.323 C 54.313 11.323 53.524 11.862 53.191 12.648 L 53.191 11.492 L 51.302 11.492 L 51.302 19.617 L 53.202 19.617 Z M 64.401 15.61 C 64.401 16.878 64.79 17.9 65.568 18.663 C 66.346 19.415 67.38 19.807 68.635 19.807 C 69.98 19.807 71.102 19.325 72.002 18.36 L 70.858 17.238 C 70.235 17.878 69.524 18.169 68.702 18.169 C 67.291 18.169 66.357 17.338 66.29 16.048 L 72.514 16.048 C 72.525 15.835 72.547 15.61 72.547 15.375 C 72.547 14.219 72.18 13.254 71.436 12.457 C 70.702 11.671 69.746 11.278 68.602 11.278 C 67.38 11.278 66.379 11.671 65.59 12.457 C 64.812 13.242 64.423 14.286 64.423 15.577 L 64.423 15.622 L 64.401 15.622 Z M 66.33 14.679 C 66.374 14.174 66.619 13.759 67.041 13.422 C 67.463 13.085 67.996 12.906 68.585 12.906 C 69.141 12.906 69.608 13.085 69.997 13.444 C 70.386 13.781 70.597 14.196 70.597 14.69 Z M 74.268 17.08 C 74.268 18.921 75.123 19.841 76.857 19.841 C 77.246 19.841 77.568 19.807 77.846 19.74 L 77.846 18.012 C 77.635 18.057 77.423 18.079 77.179 18.079 C 76.479 18.079 76.179 17.754 76.179 16.867 L 76.179 13.242 L 77.946 13.242 L 77.946 11.481 L 76.179 11.481 L 76.179 8.372 L 74.278 8.372 L 74.278 11.492 L 73.278 11.492 L 73.278 13.242 L 74.278 13.242 L 74.278 17.081 L 74.268 17.081 Z M 80.964 19.606 L 80.964 15.33 C 80.964 13.994 81.808 13.153 83.12 13.153 C 83.409 13.153 83.675 13.186 83.909 13.231 L 83.909 11.357 C 83.753 11.323 83.553 11.312 83.342 11.312 C 82.209 11.312 81.342 11.828 80.964 12.682 L 80.964 11.469 L 79.075 11.469 L 79.075 19.594 Z M 85.236 17.698 C 85.236 19.067 85.848 19.751 87.081 19.751 C 87.526 19.751 87.848 19.707 88.037 19.617 L 88.037 17.99 C 87.959 18.001 87.848 18.023 87.703 18.023 C 87.281 18.023 87.148 17.799 87.148 17.17 L 87.148 11.458 L 85.248 11.458 L 85.248 17.698 Z M 86.193 10.538 C 86.804 10.538 87.326 10.033 87.326 9.393 C 87.329 9.089 87.21 8.796 86.997 8.581 C 86.784 8.366 86.494 8.246 86.193 8.249 C 85.891 8.246 85.602 8.366 85.388 8.581 C 85.175 8.796 85.057 9.089 85.059 9.393 C 85.057 9.698 85.175 9.99 85.388 10.205 C 85.602 10.42 85.891 10.54 86.193 10.538 Z M 93.006 11.234 C 91.784 11.234 90.75 11.66 89.917 12.479 C 89.072 13.298 88.672 14.32 88.672 15.543 C 88.672 16.766 89.084 17.798 89.917 18.629 C 90.761 19.449 91.795 19.852 93.006 19.852 C 94.284 19.852 95.351 19.381 96.218 18.45 L 95.051 17.204 C 94.496 17.81 93.818 18.09 93.029 18.09 C 92.328 18.09 91.751 17.844 91.262 17.372 C 90.806 16.89 90.561 16.273 90.561 15.543 C 90.561 14.825 90.806 14.208 91.262 13.714 C 91.728 13.231 92.328 12.996 93.029 12.996 C 93.818 12.996 94.507 13.287 95.051 13.882 L 96.218 12.636 C 95.351 11.694 94.284 11.234 93.006 11.234 Z\" fill=\"rgb(6, 19, 52)\"></path></g></svg>',svgContentId:9058750956},UtQ1TmqzP:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 99 28\"><g><path d=\"M 0 0 L 98.771 0 L 98.771 28 L 0 28 Z\" fill=\"transparent\"></path><g><defs><linearGradient id=\"idss9058750956_3g352117910\" x1=\"1\" x2=\"0\" y1=\"0.008681966931519514\" y2=\"0.9913180330684805\"><stop offset=\"0\" stop-color=\"rgb(115,108,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(28,24,77)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 5.412 0.326 L 21.67 0.326 C 24.66 0.326 27.082 2.772 27.082 5.791 L 27.082 22.198 C 27.082 25.217 24.66 27.663 21.67 27.663 L 5.412 27.663 C 2.423 27.674 0 25.228 0 22.198 L 0 5.791 C 0 2.772 2.423 0.326 5.412 0.326 Z\" fill=\"url(#idss9058750956_3g352117910)\"></path></g><g><defs><linearGradient id=\"idss9058750956_4g-1534144650\" x1=\"0.7112109056848069\" x2=\"0.28878909431519306\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 23.47 8.619 L 13.68 8.619 L 13.68 8.462 C 13.68 7.844 13.924 7.25 14.358 6.812 C 14.794 6.372 15.386 6.126 16.002 6.127 L 23.47 6.127 Z\" fill=\"url(#idss9058750956_4g-1534144650)\"></path></g><g><defs><linearGradient id=\"idss9058750956_5g-1534144650\" x1=\"0.7103302553435653\" x2=\"0.28966974465643475\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 3.901 8.619 L 13.691 8.619 L 13.691 8.776 C 13.691 9.397 13.443 9.992 13.002 10.426 C 12.568 10.863 11.979 11.099 11.357 11.099 L 3.9 11.099 L 3.9 8.619 Z\" fill=\"url(#idss9058750956_5g-1534144650)\"></path></g><g><defs><linearGradient id=\"idss9058750956_6g-1534144643\" x1=\"0.6044476758894056\" x2=\"0.3955523241105944\" y1=\"5.551115123125783e-17\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 23.47 18.551 L 3.901 18.551 L 3.901 21.042 L 23.481 21.042 L 23.481 18.551 Z\" fill=\"url(#idss9058750956_6g-1534144643)\"></path></g><g><defs><linearGradient id=\"idss9058750956_7g-1534144650\" x1=\"0.7112109056848069\" x2=\"0.28878909431519306\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 23.47 13.579 L 13.68 13.579 L 13.68 13.422 C 13.68 12.805 13.924 12.21 14.358 11.772 C 14.794 11.333 15.386 11.086 16.002 11.088 L 23.47 11.088 Z\" fill=\"url(#idss9058750956_7g-1534144650)\"></path></g><g><defs><linearGradient id=\"idss9058750956_8g-1534144650\" x1=\"0.7103399891064814\" x2=\"0.28966001089351856\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 3.901 13.579 L 13.691 13.579 L 13.691 13.736 C 13.691 14.357 13.443 14.952 13.002 15.386 C 12.568 15.824 11.979 16.059 11.357 16.059 L 3.9 16.059 L 3.9 13.579 Z\" fill=\"url(#idss9058750956_8g-1534144650)\"></path></g><path d=\"M 33.758 19.606 L 35.669 19.606 L 35.669 18.427 C 35.947 19.213 36.903 19.785 38.225 19.785 C 39.359 19.785 40.303 19.381 41.059 18.573 C 41.837 17.754 42.215 16.744 42.215 15.543 C 42.215 14.331 41.837 13.343 41.059 12.524 C 40.292 11.705 39.347 11.301 38.225 11.301 C 36.914 11.301 35.936 11.873 35.669 12.659 L 35.669 8.383 L 33.758 8.383 Z M 37.965 18.023 C 37.287 18.023 36.698 17.776 36.22 17.316 C 35.764 16.845 35.52 16.25 35.52 15.543 C 35.52 14.836 35.764 14.241 36.22 13.77 C 36.687 13.298 37.287 13.063 37.965 13.063 C 38.643 13.063 39.198 13.31 39.654 13.77 C 40.11 14.241 40.332 14.836 40.332 15.543 C 40.332 16.25 40.11 16.845 39.654 17.316 C 39.198 17.787 38.654 18.023 37.965 18.023 Z M 49.993 19.606 L 49.993 17.776 L 45.259 17.776 L 48.47 14.365 C 49.348 13.445 49.77 12.491 49.77 11.537 C 49.77 10.605 49.437 9.808 48.748 9.158 C 48.081 8.506 47.27 8.159 46.336 8.159 C 45.37 8.159 44.525 8.518 43.847 9.202 C 43.169 9.887 42.825 10.717 42.825 11.705 L 44.636 11.705 C 44.636 11.2 44.792 10.785 45.125 10.448 C 45.459 10.111 45.858 9.932 46.314 9.932 C 47.203 9.932 47.948 10.639 47.948 11.548 C 47.948 12.086 47.725 12.58 47.27 13.085 L 42.358 18.304 L 42.358 19.606 Z M 53.202 19.606 L 53.202 14.937 C 53.202 13.837 53.869 13.052 54.758 13.052 C 55.669 13.052 56.18 13.736 56.18 14.858 L 56.18 19.606 L 58.069 19.606 L 58.069 14.937 C 58.069 13.837 58.714 13.052 59.614 13.052 C 60.503 13.052 61.003 13.736 61.003 14.858 L 61.003 17.563 C 61.003 18.977 61.614 19.684 62.881 19.684 C 63.248 19.684 63.515 19.65 63.703 19.583 L 63.703 17.956 C 63.626 17.967 63.526 17.99 63.426 17.99 C 63.004 17.99 62.892 17.765 62.892 17.137 L 62.892 14.578 C 62.892 12.569 61.892 11.323 60.17 11.323 C 58.925 11.323 58.058 11.795 57.592 12.738 C 57.203 11.795 56.436 11.323 55.336 11.323 C 54.313 11.323 53.524 11.862 53.191 12.648 L 53.191 11.492 L 51.302 11.492 L 51.302 19.617 L 53.202 19.617 Z M 64.401 15.61 C 64.401 16.878 64.79 17.9 65.568 18.663 C 66.346 19.415 67.38 19.807 68.635 19.807 C 69.98 19.807 71.102 19.325 72.002 18.36 L 70.858 17.238 C 70.235 17.878 69.524 18.169 68.702 18.169 C 67.291 18.169 66.357 17.338 66.29 16.048 L 72.514 16.048 C 72.525 15.835 72.547 15.61 72.547 15.375 C 72.547 14.219 72.18 13.254 71.436 12.457 C 70.702 11.671 69.746 11.278 68.602 11.278 C 67.38 11.278 66.379 11.671 65.59 12.457 C 64.812 13.242 64.423 14.286 64.423 15.577 L 64.423 15.622 L 64.401 15.622 Z M 66.33 14.679 C 66.374 14.174 66.619 13.759 67.041 13.422 C 67.463 13.085 67.996 12.906 68.585 12.906 C 69.141 12.906 69.608 13.085 69.997 13.444 C 70.386 13.781 70.597 14.196 70.597 14.69 Z M 74.268 17.08 C 74.268 18.921 75.123 19.841 76.857 19.841 C 77.246 19.841 77.568 19.807 77.846 19.74 L 77.846 18.012 C 77.635 18.057 77.423 18.079 77.179 18.079 C 76.479 18.079 76.179 17.754 76.179 16.867 L 76.179 13.242 L 77.946 13.242 L 77.946 11.481 L 76.179 11.481 L 76.179 8.372 L 74.278 8.372 L 74.278 11.492 L 73.278 11.492 L 73.278 13.242 L 74.278 13.242 L 74.278 17.081 L 74.268 17.081 Z M 80.964 19.606 L 80.964 15.33 C 80.964 13.994 81.808 13.153 83.12 13.153 C 83.409 13.153 83.675 13.186 83.909 13.231 L 83.909 11.357 C 83.753 11.323 83.553 11.312 83.342 11.312 C 82.209 11.312 81.342 11.828 80.964 12.682 L 80.964 11.469 L 79.075 11.469 L 79.075 19.594 Z M 85.236 17.698 C 85.236 19.067 85.848 19.751 87.081 19.751 C 87.526 19.751 87.848 19.707 88.037 19.617 L 88.037 17.99 C 87.959 18.001 87.848 18.023 87.703 18.023 C 87.281 18.023 87.148 17.799 87.148 17.17 L 87.148 11.458 L 85.248 11.458 L 85.248 17.698 Z M 86.193 10.538 C 86.804 10.538 87.326 10.033 87.326 9.393 C 87.329 9.089 87.21 8.796 86.997 8.581 C 86.784 8.366 86.494 8.246 86.193 8.249 C 85.891 8.246 85.602 8.366 85.388 8.581 C 85.175 8.796 85.057 9.089 85.059 9.393 C 85.057 9.698 85.175 9.99 85.388 10.205 C 85.602 10.42 85.891 10.54 86.193 10.538 Z M 93.006 11.234 C 91.784 11.234 90.75 11.66 89.917 12.479 C 89.072 13.298 88.672 14.32 88.672 15.543 C 88.672 16.766 89.084 17.798 89.917 18.629 C 90.761 19.449 91.795 19.852 93.006 19.852 C 94.284 19.852 95.351 19.381 96.218 18.45 L 95.051 17.204 C 94.496 17.81 93.818 18.09 93.029 18.09 C 92.328 18.09 91.751 17.844 91.262 17.372 C 90.806 16.89 90.561 16.273 90.561 15.543 C 90.561 14.825 90.806 14.208 91.262 13.714 C 91.728 13.231 92.328 12.996 93.029 12.996 C 93.818 12.996 94.507 13.287 95.051 13.882 L 96.218 12.636 C 95.351 11.694 94.284 11.234 93.006 11.234 Z\" fill=\"rgb(6, 19, 52)\"></path></g></svg>',svgContentId:9058750956},vZFG93HxU:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 99 28\"><g><path d=\"M 0 0 L 98.771 0 L 98.771 28 L 0 28 Z\" fill=\"transparent\"></path><g><defs><linearGradient id=\"idss9058750956_3g352117910\" x1=\"1\" x2=\"0\" y1=\"0.008681966931519514\" y2=\"0.9913180330684805\"><stop offset=\"0\" stop-color=\"rgb(115,108,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(28,24,77)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 5.412 0.326 L 21.67 0.326 C 24.66 0.326 27.082 2.772 27.082 5.791 L 27.082 22.198 C 27.082 25.217 24.66 27.663 21.67 27.663 L 5.412 27.663 C 2.423 27.674 0 25.228 0 22.198 L 0 5.791 C 0 2.772 2.423 0.326 5.412 0.326 Z\" fill=\"url(#idss9058750956_3g352117910)\"></path></g><g><defs><linearGradient id=\"idss9058750956_4g-1534144650\" x1=\"0.7112109056848069\" x2=\"0.28878909431519306\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 23.47 8.619 L 13.68 8.619 L 13.68 8.462 C 13.68 7.844 13.924 7.25 14.358 6.812 C 14.794 6.372 15.386 6.126 16.002 6.127 L 23.47 6.127 Z\" fill=\"url(#idss9058750956_4g-1534144650)\"></path></g><g><defs><linearGradient id=\"idss9058750956_5g-1534144650\" x1=\"0.7103302553435653\" x2=\"0.28966974465643475\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 3.901 8.619 L 13.691 8.619 L 13.691 8.776 C 13.691 9.397 13.443 9.992 13.002 10.426 C 12.568 10.863 11.979 11.099 11.357 11.099 L 3.9 11.099 L 3.9 8.619 Z\" fill=\"url(#idss9058750956_5g-1534144650)\"></path></g><g><defs><linearGradient id=\"idss9058750956_6g-1534144643\" x1=\"0.6044476758894056\" x2=\"0.3955523241105944\" y1=\"5.551115123125783e-17\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 23.47 18.551 L 3.901 18.551 L 3.901 21.042 L 23.481 21.042 L 23.481 18.551 Z\" fill=\"url(#idss9058750956_6g-1534144643)\"></path></g><g><defs><linearGradient id=\"idss9058750956_7g-1534144650\" x1=\"0.7112109056848069\" x2=\"0.28878909431519306\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 23.47 13.579 L 13.68 13.579 L 13.68 13.422 C 13.68 12.805 13.924 12.21 14.358 11.772 C 14.794 11.333 15.386 11.086 16.002 11.088 L 23.47 11.088 Z\" fill=\"url(#idss9058750956_7g-1534144650)\"></path></g><g><defs><linearGradient id=\"idss9058750956_8g-1534144650\" x1=\"0.7103399891064814\" x2=\"0.28966001089351856\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 3.901 13.579 L 13.691 13.579 L 13.691 13.736 C 13.691 14.357 13.443 14.952 13.002 15.386 C 12.568 15.824 11.979 16.059 11.357 16.059 L 3.9 16.059 L 3.9 13.579 Z\" fill=\"url(#idss9058750956_8g-1534144650)\"></path></g><path d=\"M 33.758 19.606 L 35.669 19.606 L 35.669 18.427 C 35.947 19.213 36.903 19.785 38.225 19.785 C 39.359 19.785 40.303 19.381 41.059 18.573 C 41.837 17.754 42.215 16.744 42.215 15.543 C 42.215 14.331 41.837 13.343 41.059 12.524 C 40.292 11.705 39.347 11.301 38.225 11.301 C 36.914 11.301 35.936 11.873 35.669 12.659 L 35.669 8.383 L 33.758 8.383 Z M 37.965 18.023 C 37.287 18.023 36.698 17.776 36.22 17.316 C 35.764 16.845 35.52 16.25 35.52 15.543 C 35.52 14.836 35.764 14.241 36.22 13.77 C 36.687 13.298 37.287 13.063 37.965 13.063 C 38.643 13.063 39.198 13.31 39.654 13.77 C 40.11 14.241 40.332 14.836 40.332 15.543 C 40.332 16.25 40.11 16.845 39.654 17.316 C 39.198 17.787 38.654 18.023 37.965 18.023 Z M 49.993 19.606 L 49.993 17.776 L 45.259 17.776 L 48.47 14.365 C 49.348 13.445 49.77 12.491 49.77 11.537 C 49.77 10.605 49.437 9.808 48.748 9.158 C 48.081 8.506 47.27 8.159 46.336 8.159 C 45.37 8.159 44.525 8.518 43.847 9.202 C 43.169 9.887 42.825 10.717 42.825 11.705 L 44.636 11.705 C 44.636 11.2 44.792 10.785 45.125 10.448 C 45.459 10.111 45.858 9.932 46.314 9.932 C 47.203 9.932 47.948 10.639 47.948 11.548 C 47.948 12.086 47.725 12.58 47.27 13.085 L 42.358 18.304 L 42.358 19.606 Z M 53.202 19.606 L 53.202 14.937 C 53.202 13.837 53.869 13.052 54.758 13.052 C 55.669 13.052 56.18 13.736 56.18 14.858 L 56.18 19.606 L 58.069 19.606 L 58.069 14.937 C 58.069 13.837 58.714 13.052 59.614 13.052 C 60.503 13.052 61.003 13.736 61.003 14.858 L 61.003 17.563 C 61.003 18.977 61.614 19.684 62.881 19.684 C 63.248 19.684 63.515 19.65 63.703 19.583 L 63.703 17.956 C 63.626 17.967 63.526 17.99 63.426 17.99 C 63.004 17.99 62.892 17.765 62.892 17.137 L 62.892 14.578 C 62.892 12.569 61.892 11.323 60.17 11.323 C 58.925 11.323 58.058 11.795 57.592 12.738 C 57.203 11.795 56.436 11.323 55.336 11.323 C 54.313 11.323 53.524 11.862 53.191 12.648 L 53.191 11.492 L 51.302 11.492 L 51.302 19.617 L 53.202 19.617 Z M 64.401 15.61 C 64.401 16.878 64.79 17.9 65.568 18.663 C 66.346 19.415 67.38 19.807 68.635 19.807 C 69.98 19.807 71.102 19.325 72.002 18.36 L 70.858 17.238 C 70.235 17.878 69.524 18.169 68.702 18.169 C 67.291 18.169 66.357 17.338 66.29 16.048 L 72.514 16.048 C 72.525 15.835 72.547 15.61 72.547 15.375 C 72.547 14.219 72.18 13.254 71.436 12.457 C 70.702 11.671 69.746 11.278 68.602 11.278 C 67.38 11.278 66.379 11.671 65.59 12.457 C 64.812 13.242 64.423 14.286 64.423 15.577 L 64.423 15.622 L 64.401 15.622 Z M 66.33 14.679 C 66.374 14.174 66.619 13.759 67.041 13.422 C 67.463 13.085 67.996 12.906 68.585 12.906 C 69.141 12.906 69.608 13.085 69.997 13.444 C 70.386 13.781 70.597 14.196 70.597 14.69 Z M 74.268 17.08 C 74.268 18.921 75.123 19.841 76.857 19.841 C 77.246 19.841 77.568 19.807 77.846 19.74 L 77.846 18.012 C 77.635 18.057 77.423 18.079 77.179 18.079 C 76.479 18.079 76.179 17.754 76.179 16.867 L 76.179 13.242 L 77.946 13.242 L 77.946 11.481 L 76.179 11.481 L 76.179 8.372 L 74.278 8.372 L 74.278 11.492 L 73.278 11.492 L 73.278 13.242 L 74.278 13.242 L 74.278 17.081 L 74.268 17.081 Z M 80.964 19.606 L 80.964 15.33 C 80.964 13.994 81.808 13.153 83.12 13.153 C 83.409 13.153 83.675 13.186 83.909 13.231 L 83.909 11.357 C 83.753 11.323 83.553 11.312 83.342 11.312 C 82.209 11.312 81.342 11.828 80.964 12.682 L 80.964 11.469 L 79.075 11.469 L 79.075 19.594 Z M 85.236 17.698 C 85.236 19.067 85.848 19.751 87.081 19.751 C 87.526 19.751 87.848 19.707 88.037 19.617 L 88.037 17.99 C 87.959 18.001 87.848 18.023 87.703 18.023 C 87.281 18.023 87.148 17.799 87.148 17.17 L 87.148 11.458 L 85.248 11.458 L 85.248 17.698 Z M 86.193 10.538 C 86.804 10.538 87.326 10.033 87.326 9.393 C 87.329 9.089 87.21 8.796 86.997 8.581 C 86.784 8.366 86.494 8.246 86.193 8.249 C 85.891 8.246 85.602 8.366 85.388 8.581 C 85.175 8.796 85.057 9.089 85.059 9.393 C 85.057 9.698 85.175 9.99 85.388 10.205 C 85.602 10.42 85.891 10.54 86.193 10.538 Z M 93.006 11.234 C 91.784 11.234 90.75 11.66 89.917 12.479 C 89.072 13.298 88.672 14.32 88.672 15.543 C 88.672 16.766 89.084 17.798 89.917 18.629 C 90.761 19.449 91.795 19.852 93.006 19.852 C 94.284 19.852 95.351 19.381 96.218 18.45 L 95.051 17.204 C 94.496 17.81 93.818 18.09 93.029 18.09 C 92.328 18.09 91.751 17.844 91.262 17.372 C 90.806 16.89 90.561 16.273 90.561 15.543 C 90.561 14.825 90.806 14.208 91.262 13.714 C 91.728 13.231 92.328 12.996 93.029 12.996 C 93.818 12.996 94.507 13.287 95.051 13.882 L 96.218 12.636 C 95.351 11.694 94.284 11.234 93.006 11.234 Z\" fill=\"rgb(6, 19, 52)\"></path></g></svg>',svgContentId:9058750956},WW007Q4ua:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 99 28\"><g><path d=\"M 0 0 L 98.771 0 L 98.771 28 L 0 28 Z\" fill=\"transparent\"></path><g><defs><linearGradient id=\"idss9058750956_3g352117910\" x1=\"1\" x2=\"0\" y1=\"0.008681966931519514\" y2=\"0.9913180330684805\"><stop offset=\"0\" stop-color=\"rgb(115,108,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(28,24,77)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 5.412 0.326 L 21.67 0.326 C 24.66 0.326 27.082 2.772 27.082 5.791 L 27.082 22.198 C 27.082 25.217 24.66 27.663 21.67 27.663 L 5.412 27.663 C 2.423 27.674 0 25.228 0 22.198 L 0 5.791 C 0 2.772 2.423 0.326 5.412 0.326 Z\" fill=\"url(#idss9058750956_3g352117910)\"></path></g><g><defs><linearGradient id=\"idss9058750956_4g-1534144650\" x1=\"0.7112109056848069\" x2=\"0.28878909431519306\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 23.47 8.619 L 13.68 8.619 L 13.68 8.462 C 13.68 7.844 13.924 7.25 14.358 6.812 C 14.794 6.372 15.386 6.126 16.002 6.127 L 23.47 6.127 Z\" fill=\"url(#idss9058750956_4g-1534144650)\"></path></g><g><defs><linearGradient id=\"idss9058750956_5g-1534144650\" x1=\"0.7103302553435653\" x2=\"0.28966974465643475\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 3.901 8.619 L 13.691 8.619 L 13.691 8.776 C 13.691 9.397 13.443 9.992 13.002 10.426 C 12.568 10.863 11.979 11.099 11.357 11.099 L 3.9 11.099 L 3.9 8.619 Z\" fill=\"url(#idss9058750956_5g-1534144650)\"></path></g><g><defs><linearGradient id=\"idss9058750956_6g-1534144643\" x1=\"0.6044476758894056\" x2=\"0.3955523241105944\" y1=\"5.551115123125783e-17\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 23.47 18.551 L 3.901 18.551 L 3.901 21.042 L 23.481 21.042 L 23.481 18.551 Z\" fill=\"url(#idss9058750956_6g-1534144643)\"></path></g><g><defs><linearGradient id=\"idss9058750956_7g-1534144650\" x1=\"0.7112109056848069\" x2=\"0.28878909431519306\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 23.47 13.579 L 13.68 13.579 L 13.68 13.422 C 13.68 12.805 13.924 12.21 14.358 11.772 C 14.794 11.333 15.386 11.086 16.002 11.088 L 23.47 11.088 Z\" fill=\"url(#idss9058750956_7g-1534144650)\"></path></g><g><defs><linearGradient id=\"idss9058750956_8g-1534144650\" x1=\"0.7103399891064814\" x2=\"0.28966001089351856\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(89,81,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 3.901 13.579 L 13.691 13.579 L 13.691 13.736 C 13.691 14.357 13.443 14.952 13.002 15.386 C 12.568 15.824 11.979 16.059 11.357 16.059 L 3.9 16.059 L 3.9 13.579 Z\" fill=\"url(#idss9058750956_8g-1534144650)\"></path></g><path d=\"M 33.758 19.606 L 35.669 19.606 L 35.669 18.427 C 35.947 19.213 36.903 19.785 38.225 19.785 C 39.359 19.785 40.303 19.381 41.059 18.573 C 41.837 17.754 42.215 16.744 42.215 15.543 C 42.215 14.331 41.837 13.343 41.059 12.524 C 40.292 11.705 39.347 11.301 38.225 11.301 C 36.914 11.301 35.936 11.873 35.669 12.659 L 35.669 8.383 L 33.758 8.383 Z M 37.965 18.023 C 37.287 18.023 36.698 17.776 36.22 17.316 C 35.764 16.845 35.52 16.25 35.52 15.543 C 35.52 14.836 35.764 14.241 36.22 13.77 C 36.687 13.298 37.287 13.063 37.965 13.063 C 38.643 13.063 39.198 13.31 39.654 13.77 C 40.11 14.241 40.332 14.836 40.332 15.543 C 40.332 16.25 40.11 16.845 39.654 17.316 C 39.198 17.787 38.654 18.023 37.965 18.023 Z M 49.993 19.606 L 49.993 17.776 L 45.259 17.776 L 48.47 14.365 C 49.348 13.445 49.77 12.491 49.77 11.537 C 49.77 10.605 49.437 9.808 48.748 9.158 C 48.081 8.506 47.27 8.159 46.336 8.159 C 45.37 8.159 44.525 8.518 43.847 9.202 C 43.169 9.887 42.825 10.717 42.825 11.705 L 44.636 11.705 C 44.636 11.2 44.792 10.785 45.125 10.448 C 45.459 10.111 45.858 9.932 46.314 9.932 C 47.203 9.932 47.948 10.639 47.948 11.548 C 47.948 12.086 47.725 12.58 47.27 13.085 L 42.358 18.304 L 42.358 19.606 Z M 53.202 19.606 L 53.202 14.937 C 53.202 13.837 53.869 13.052 54.758 13.052 C 55.669 13.052 56.18 13.736 56.18 14.858 L 56.18 19.606 L 58.069 19.606 L 58.069 14.937 C 58.069 13.837 58.714 13.052 59.614 13.052 C 60.503 13.052 61.003 13.736 61.003 14.858 L 61.003 17.563 C 61.003 18.977 61.614 19.684 62.881 19.684 C 63.248 19.684 63.515 19.65 63.703 19.583 L 63.703 17.956 C 63.626 17.967 63.526 17.99 63.426 17.99 C 63.004 17.99 62.892 17.765 62.892 17.137 L 62.892 14.578 C 62.892 12.569 61.892 11.323 60.17 11.323 C 58.925 11.323 58.058 11.795 57.592 12.738 C 57.203 11.795 56.436 11.323 55.336 11.323 C 54.313 11.323 53.524 11.862 53.191 12.648 L 53.191 11.492 L 51.302 11.492 L 51.302 19.617 L 53.202 19.617 Z M 64.401 15.61 C 64.401 16.878 64.79 17.9 65.568 18.663 C 66.346 19.415 67.38 19.807 68.635 19.807 C 69.98 19.807 71.102 19.325 72.002 18.36 L 70.858 17.238 C 70.235 17.878 69.524 18.169 68.702 18.169 C 67.291 18.169 66.357 17.338 66.29 16.048 L 72.514 16.048 C 72.525 15.835 72.547 15.61 72.547 15.375 C 72.547 14.219 72.18 13.254 71.436 12.457 C 70.702 11.671 69.746 11.278 68.602 11.278 C 67.38 11.278 66.379 11.671 65.59 12.457 C 64.812 13.242 64.423 14.286 64.423 15.577 L 64.423 15.622 L 64.401 15.622 Z M 66.33 14.679 C 66.374 14.174 66.619 13.759 67.041 13.422 C 67.463 13.085 67.996 12.906 68.585 12.906 C 69.141 12.906 69.608 13.085 69.997 13.444 C 70.386 13.781 70.597 14.196 70.597 14.69 Z M 74.268 17.08 C 74.268 18.921 75.123 19.841 76.857 19.841 C 77.246 19.841 77.568 19.807 77.846 19.74 L 77.846 18.012 C 77.635 18.057 77.423 18.079 77.179 18.079 C 76.479 18.079 76.179 17.754 76.179 16.867 L 76.179 13.242 L 77.946 13.242 L 77.946 11.481 L 76.179 11.481 L 76.179 8.372 L 74.278 8.372 L 74.278 11.492 L 73.278 11.492 L 73.278 13.242 L 74.278 13.242 L 74.278 17.081 L 74.268 17.081 Z M 80.964 19.606 L 80.964 15.33 C 80.964 13.994 81.808 13.153 83.12 13.153 C 83.409 13.153 83.675 13.186 83.909 13.231 L 83.909 11.357 C 83.753 11.323 83.553 11.312 83.342 11.312 C 82.209 11.312 81.342 11.828 80.964 12.682 L 80.964 11.469 L 79.075 11.469 L 79.075 19.594 Z M 85.236 17.698 C 85.236 19.067 85.848 19.751 87.081 19.751 C 87.526 19.751 87.848 19.707 88.037 19.617 L 88.037 17.99 C 87.959 18.001 87.848 18.023 87.703 18.023 C 87.281 18.023 87.148 17.799 87.148 17.17 L 87.148 11.458 L 85.248 11.458 L 85.248 17.698 Z M 86.193 10.538 C 86.804 10.538 87.326 10.033 87.326 9.393 C 87.329 9.089 87.21 8.796 86.997 8.581 C 86.784 8.366 86.494 8.246 86.193 8.249 C 85.891 8.246 85.602 8.366 85.388 8.581 C 85.175 8.796 85.057 9.089 85.059 9.393 C 85.057 9.698 85.175 9.99 85.388 10.205 C 85.602 10.42 85.891 10.54 86.193 10.538 Z M 93.006 11.234 C 91.784 11.234 90.75 11.66 89.917 12.479 C 89.072 13.298 88.672 14.32 88.672 15.543 C 88.672 16.766 89.084 17.798 89.917 18.629 C 90.761 19.449 91.795 19.852 93.006 19.852 C 94.284 19.852 95.351 19.381 96.218 18.45 L 95.051 17.204 C 94.496 17.81 93.818 18.09 93.029 18.09 C 92.328 18.09 91.751 17.844 91.262 17.372 C 90.806 16.89 90.561 16.273 90.561 15.543 C 90.561 14.825 90.806 14.208 91.262 13.714 C 91.728 13.231 92.328 12.996 93.029 12.996 C 93.818 12.996 94.507 13.287 95.051 13.882 L 96.218 12.636 C 95.351 11.694 94.284 11.234 93.006 11.234 Z\" fill=\"rgb(6, 19, 52)\"></path></g></svg>',svgContentId:9058750956}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-b88w72\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"J9xDepPo2\",...addPropertyOverrides({Ewy9zczPF:{\"data-highlight\":true,onTap:onTap8domsl},UtQ1TmqzP:{\"data-highlight\":true,onTap:onTap8domsl},vZFG93HxU:{\"data-highlight\":true,onTap:onTap8domsl},WW007Q4ua:{\"data-highlight\":true,onTap:onTap8domsl}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-r8gqgf\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"mLyOxV12k\",style:{backgroundColor:\"rgb(17, 27, 41)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:315}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-12ampga\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"XIEWB9iAu\",style:{backgroundColor:\"rgb(17, 27, 41)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:45}})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pbvyy0\",layoutDependency:layoutDependency,layoutId:\"PCLI3sz6z\",children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,...addPropertyOverrides({Ewy9zczPF:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 30px)`,y:(componentViewport?.y||0)+0+0+0+0+-212+30+0},UtQ1TmqzP:{width:`calc(min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px), 390px) - 30px)`,y:(componentViewport?.y||0)+0+0+0+0+860+30+0},vZFG93HxU:{width:`calc(min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px), 390px) - 30px)`,y:(componentViewport?.y||0)+0+0+0+0+735+30+0},WW007Q4ua:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 30px)`,y:(componentViewport?.y||0)+0+0+0+0+1394+30+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-8216wp-container\",id:`${layoutId}-8216wp`,layoutDependency:layoutDependency,layoutId:\"UDQP1Za17-container\",nodeId:\"UDQP1Za17\",ref:ref1,rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:[/*#__PURE__*/_jsx(Button,{c7s06RYL0:\"var(--token-25a214e9-cbf1-4af0-a399-acd9f28a6322, rgb(12, 12, 74))\",exhNPs3Ud:{borderColor:\"var(--token-40418040-6381-47a4-823f-7fd125c40055, rgb(255, 255, 255))\",borderStyle:\"solid\",borderWidth:1},gP7Gumk_8:\"0px 0px 0px 1px rgba(10, 99, 10, 0.5)\",height:\"100%\",id:\"UDQP1Za17\",KpOGiak6F:\"rgb(255, 255, 255)\",Ks6KX6DPS:\"var(--token-6dc525e5-1ec9-4a8c-ab67-151994ea633e, rgb(140, 0, 255))\",layoutId:\"UDQP1Za17\",LXvvHehoc:LXvvHehoctxyyif({overlay}),nD0NOQaTa:\"rgb(12, 12, 74)\",style:{width:\"100%\"},variant:\"efickLc7j\",WAPokJyKt:\"rgba(50, 205, 50, 0.2)\",width:\"100%\",XFKMs5xxS:false,YIREqjclu:\"Get started Free\",YvwU7lwtq:\"https://analytics.b2metric.com/auth/signup\",...addPropertyOverrides({Ewy9zczPF:{gP7Gumk_8:\"0px 0px 0px 1px rgba(255, 225, 0, 0.5)\",nD0NOQaTa:\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56))\",variant:\"ua2i_ASNx\",WAPokJyKt:\"rgba(204, 142, 49, 0.2)\"},UtQ1TmqzP:{gP7Gumk_8:\"0px 0px 0px 1px rgba(255, 225, 0, 0.5)\",nD0NOQaTa:\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56))\",variant:\"ua2i_ASNx\",WAPokJyKt:\"rgba(204, 142, 49, 0.2)\"},vZFG93HxU:{gP7Gumk_8:\"0px 0px 0px 1px rgba(255, 225, 0, 0.5)\",nD0NOQaTa:\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56))\",variant:\"ua2i_ASNx\",WAPokJyKt:\"rgba(204, 142, 49, 0.2)\"},WW007Q4ua:{gP7Gumk_8:\"0px 0px 0px 1px rgba(255, 225, 0, 0.5)\",nD0NOQaTa:\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56))\",variant:\"ua2i_ASNx\",WAPokJyKt:\"rgba(204, 142, 49, 0.2)\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-8216wp`,offsetX:0,offsetY:10,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-f0f3ib\",exit:animation3,initial:animation4,layoutDependency:layoutDependency,layoutId:\"MW79YsP6l\",ref:ref2,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"}})})})]})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,...addPropertyOverrides({Ewy9zczPF:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 30px)`,y:(componentViewport?.y||0)+0+0+0+0+-212+30+54},UtQ1TmqzP:{width:`calc(min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px), 390px) - 30px)`,y:(componentViewport?.y||0)+0+0+0+0+860+30+54},vZFG93HxU:{width:`calc(min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px), 390px) - 30px)`,y:(componentViewport?.y||0)+0+0+0+0+735+30+54},WW007Q4ua:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 30px)`,y:(componentViewport?.y||0)+0+0+0+0+1394+30+54}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1tzn2a0-container\",layoutDependency:layoutDependency,layoutId:\"yLpgKPbNo-container\",nodeId:\"yLpgKPbNo\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(Button,{c7s06RYL0:\"var(--token-25a214e9-cbf1-4af0-a399-acd9f28a6322, rgb(12, 12, 74))\",exhNPs3Ud:{borderColor:\"rgb(255, 255, 255)\",borderStyle:\"solid\",borderWidth:1},gP7Gumk_8:\"0px 2px 5px 0px rgba(0, 0, 0, 0.25)\",height:\"100%\",id:\"yLpgKPbNo\",KpOGiak6F:\"rgb(255, 255, 255)\",Ks6KX6DPS:\"var(--token-6dc525e5-1ec9-4a8c-ab67-151994ea633e, rgb(140, 0, 255))\",layoutId:\"yLpgKPbNo\",nD0NOQaTa:\"rgb(255, 255, 255)\",style:{width:\"100%\"},variant:\"efickLc7j\",WAPokJyKt:\"rgba(35, 210, 231, 0.2)\",width:\"100%\",XFKMs5xxS:false,YIREqjclu:\"Login\",YvwU7lwtq:\"analytics.b2metric.com\",...addPropertyOverrides({Ewy9zczPF:{nD0NOQaTa:\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56))\",variant:\"wi4qG262Y\"},UtQ1TmqzP:{nD0NOQaTa:\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56))\",variant:\"wi4qG262Y\"},vZFG93HxU:{nD0NOQaTa:\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56))\",variant:\"wi4qG262Y\"},WW007Q4ua:{nD0NOQaTa:\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56))\",variant:\"wi4qG262Y\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,width:\"350px\",...addPropertyOverrides({Ewy9zczPF:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 390px) - 30px)`,y:(componentViewport?.y||0)+0+0+0+0+-212+30+108},UtQ1TmqzP:{width:`calc(min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px), 390px) - 30px)`,y:(componentViewport?.y||0)+0+0+0+0+860+30+108},vZFG93HxU:{width:`calc(min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px), 390px) - 30px)`,y:(componentViewport?.y||0)+0+0+0+0+735+30+108},WW007Q4ua:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1300px) - 30px)`,y:(componentViewport?.y||0)+0+0+0+0+1394+30+108}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18hm0ct-container\",layoutDependency:layoutDependency,layoutId:\"CY_OJxOOf-container\",nodeId:\"CY_OJxOOf\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(Button,{c7s06RYL0:\"var(--token-25a214e9-cbf1-4af0-a399-acd9f28a6322, rgb(12, 12, 74))\",exhNPs3Ud:{borderColor:\"rgb(255, 255, 255)\",borderStyle:\"solid\",borderWidth:1},gP7Gumk_8:\"\",height:\"100%\",id:\"CY_OJxOOf\",KpOGiak6F:\"rgb(255, 255, 255)\",Ks6KX6DPS:\"var(--token-6dc525e5-1ec9-4a8c-ab67-151994ea633e, rgb(140, 0, 255))\",layoutId:\"CY_OJxOOf\",nD0NOQaTa:\"rgb(255, 255, 255)\",style:{width:\"100%\"},variant:\"efickLc7j\",WAPokJyKt:\"rgba(35, 210, 231, 0.2)\",width:\"100%\",XFKMs5xxS:false,YIREqjclu:\"Contact Sales\",YvwU7lwtq:\"analytics.b2metric.com\",...addPropertyOverrides({Ewy9zczPF:{KpOGiak6F:\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56))\",Ks6KX6DPS:\"rgba(255, 255, 255, 0)\",nD0NOQaTa:\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56))\",variant:\"W43BZLMKc\"},UtQ1TmqzP:{KpOGiak6F:\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56))\",Ks6KX6DPS:\"rgba(255, 255, 255, 0)\",nD0NOQaTa:\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56))\",variant:\"W43BZLMKc\"},vZFG93HxU:{KpOGiak6F:\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56))\",Ks6KX6DPS:\"rgba(255, 255, 255, 0)\",nD0NOQaTa:\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56))\",variant:\"W43BZLMKc\"},WW007Q4ua:{KpOGiak6F:\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56))\",Ks6KX6DPS:\"rgba(255, 255, 255, 0)\",nD0NOQaTa:\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 19, 52))\",variant:\"W43BZLMKc\"}},baseVariant,gestureVariant)})})})]})]}),isDisplayed21()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-b0oof9\",layoutDependency:layoutDependency,layoutId:\"PsB0ENt5x\"}),isDisplayed22()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-noa2fz\",layoutDependency:layoutDependency,layoutId:\"BjG6FlS5J\",children:[isDisplayed23()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"hGvSfasE1\"},motionChild:true,nodeId:\"HRWMPdfjW\",openInNewTab:false,scopeId:\"ZTs0YDfeQ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-l3pyb2 framer-12jril4\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"HRWMPdfjW\",style:{backgroundColor:\"rgba(255, 255, 255, 0)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},...addPropertyOverrides({C_KDskRfi:{whileHover:animation5},Gswil1ttE:{whileHover:animation5},KuK8_1zAi:{whileHover:animation5},QjljTvtb3:{whileHover:animation5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.button,{className:\"framer-ecatxd\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"dIgx8v12i\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Contact Sales\"})}),className:\"framer-1iq151u\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"SzEvQOak_\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{C_KDskRfi:{\"--extracted-r6o4lv\":\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 19, 52))\"},Gswil1ttE:{\"--extracted-r6o4lv\":\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 19, 52))\"},KuK8_1zAi:{\"--extracted-r6o4lv\":\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 19, 52))\"},QjljTvtb3:{\"--extracted-r6o4lv\":\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 19, 52))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({C_KDskRfi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 19, 52)))\"},children:\"Contact Sales\"})})},Gswil1ttE:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 19, 52)))\"},children:\"Contact Sales\"})})},KuK8_1zAi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 19, 52)))\"},children:\"Contact Sales\"})})},QjljTvtb3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 19, 52)))\"},children:\"Contact Sales\"})})}},baseVariant,gestureVariant)})})})}),isDisplayed23()&&/*#__PURE__*/_jsx(Link,{href:\"analytics.b2metric.com\",motionChild:true,nodeId:\"nrLiiHcGk\",openInNewTab:false,scopeId:\"ZTs0YDfeQ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ozg9k9 framer-12jril4\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"nrLiiHcGk\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,boxShadow:\"none\"},variants:{C_KDskRfi:{boxShadow:\"0px 1px 4px -1px rgba(6, 19, 52, 0.29)\"},Gswil1ttE:{boxShadow:\"0px 1px 4px -1px rgba(6, 19, 52, 0.29)\"},KuK8_1zAi:{boxShadow:\"0px 1px 4px -1px rgba(6, 19, 52, 0.29)\"},QjljTvtb3:{boxShadow:\"0px 1px 4px -1px rgba(6, 19, 52, 0.29)\"}},...addPropertyOverrides({C_KDskRfi:{whileHover:animation5},Gswil1ttE:{whileHover:animation5},KuK8_1zAi:{whileHover:animation5},QjljTvtb3:{whileHover:animation5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.button,{className:\"framer-1lzstsj\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"JKzWGUZYN\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3b584ff0-daa4-4d1b-af57-84508084c07c, rgb(6, 19, 52)))\"},children:\"Login\"})}),className:\"framer-gsi0b2\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"AXtn9vM8u\",style:{\"--extracted-r6o4lv\":\"var(--token-3b584ff0-daa4-4d1b-af57-84508084c07c, rgb(6, 19, 52))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://analytics.b2metric.com/auth/signup\",motionChild:true,nodeId:\"ZBh70cgML\",openInNewTab:false,scopeId:\"ZTs0YDfeQ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1c3lf4y framer-12jril4\",\"data-border\":true,\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"ZBh70cgML\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"linear-gradient(90deg, rgb(173, 255, 0) 0%, rgb(50, 205, 50) 100%)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},variants:{C_KDskRfi:{\"--border-color\":\"rgba(6, 20, 56, 0.21)\",background:\"linear-gradient(90deg, var(--token-da3f52eb-c374-46e4-bdb3-1ed369e9a786, rgb(173, 255, 0)) 0%, var(--token-bdeb037e-5426-449d-b8b0-a8f6344b0a82, rgb(50, 205, 50)) 100%)\"},Gswil1ttE:{\"--border-color\":\"rgba(6, 20, 56, 0.21)\",background:\"linear-gradient(90deg, var(--token-da3f52eb-c374-46e4-bdb3-1ed369e9a786, rgb(173, 255, 0)) 0%, var(--token-bdeb037e-5426-449d-b8b0-a8f6344b0a82, rgb(50, 205, 50)) 100%)\"},KuK8_1zAi:{\"--border-color\":\"rgba(6, 20, 56, 0.21)\",background:\"linear-gradient(90deg, var(--token-da3f52eb-c374-46e4-bdb3-1ed369e9a786, rgb(173, 255, 0)) 0%, var(--token-9d1eaa57-af31-49d5-888f-a6faa4f6ac7f, rgb(50, 205, 50)) 100%)\"},QjljTvtb3:{\"--border-color\":\"rgba(6, 20, 56, 0.21)\",background:\"linear-gradient(90deg, var(--token-da3f52eb-c374-46e4-bdb3-1ed369e9a786, rgb(173, 255, 0)) 0%, var(--token-bdeb037e-5426-449d-b8b0-a8f6344b0a82, rgb(50, 205, 50)) 100%)\"}},...addPropertyOverrides({C_KDskRfi:{whileHover:animation5},Gswil1ttE:{whileHover:animation5},KuK8_1zAi:{\"aria-label\":\"get-started-free\",whileHover:animation5},QjljTvtb3:{whileHover:animation5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.button,{className:\"framer-1ysr46\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"TRL1UB2kY\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3b584ff0-daa4-4d1b-af57-84508084c07c, rgb(6, 19, 52)))\"},children:\"Get Started Free\"})}),className:\"framer-1bbiibm\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"zCmpHIbTc\",style:{\"--extracted-r6o4lv\":\"var(--token-3b584ff0-daa4-4d1b-af57-84508084c07c, rgb(6, 19, 52))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{C_KDskRfi:{\"--extracted-r6o4lv\":\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56))\"},Gswil1ttE:{\"--extracted-r6o4lv\":\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56))\"},KuK8_1zAi:{\"--extracted-r6o4lv\":\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56))\"},QjljTvtb3:{\"--extracted-r6o4lv\":\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({C_KDskRfi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56)))\"},children:\"Get Started Free\"})})},Gswil1ttE:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56)))\"},children:\"Get Started Free\"})})},KuK8_1zAi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56)))\"},children:\"Get Started Free\"})})},QjljTvtb3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56)))\"},children:\"Get Started Free\"})})}},baseVariant,gestureVariant)})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"hGvSfasE1\"},motionChild:true,nodeId:\"fqoCRl4y7\",openInNewTab:false,scopeId:\"ZTs0YDfeQ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1uho2dy framer-12jril4\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"fqoCRl4y7\",style:{backgroundColor:\"rgba(255, 255, 255, 0)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:/*#__PURE__*/_jsx(motion.button,{className:\"framer-wzgdyb\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"DgjufVbqT\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Contact Sales\"})}),className:\"framer-167vxpt\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"WN7tn0Co6\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(Link,{href:\"analytics.b2metric.com\",motionChild:true,nodeId:\"nqQVgvhtK\",openInNewTab:false,scopeId:\"ZTs0YDfeQ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-7md4c9 framer-12jril4\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"nqQVgvhtK\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:/*#__PURE__*/_jsx(motion.button,{className:\"framer-nn2bdo\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"YN5JaJ9aX\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3b584ff0-daa4-4d1b-af57-84508084c07c, rgb(6, 19, 52)))\"},children:\"Login\"})}),className:\"framer-1bsc7ci\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"slv7APx3V\",style:{\"--extracted-r6o4lv\":\"var(--token-3b584ff0-daa4-4d1b-af57-84508084c07c, rgb(6, 19, 52))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})})})]}),isDisplayed24()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-t0a0ji\",layoutDependency:layoutDependency,layoutId:\"ns6XoY84U\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"hGvSfasE1\"},motionChild:true,nodeId:\"lp2Wm0Iki\",openInNewTab:false,scopeId:\"ZTs0YDfeQ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1m5a9p0 framer-12jril4\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"lp2Wm0Iki\",style:{backgroundColor:\"rgba(255, 255, 255, 0)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:/*#__PURE__*/_jsx(motion.button,{className:\"framer-3imp5e\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"uurCdKzqP\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Contact Sales\"})}),className:\"framer-s7wj8c\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"azQTwF1ra\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(Link,{href:\"analytics.b2metric.com\",motionChild:true,nodeId:\"osqOWcoWo\",openInNewTab:false,scopeId:\"ZTs0YDfeQ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-19gw55p framer-12jril4\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"osqOWcoWo\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:/*#__PURE__*/_jsx(motion.button,{className:\"framer-10rbfb9\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"X3Nq6Pcbt\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3b584ff0-daa4-4d1b-af57-84508084c07c, rgb(6, 19, 52)))\"},children:\"Login\"})}),className:\"framer-vzbia9\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"zlgyVriL8\",style:{\"--extracted-r6o4lv\":\"var(--token-3b584ff0-daa4-4d1b-af57-84508084c07c, rgb(6, 19, 52))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://analytics.b2metric.com/auth/signup\",motionChild:true,nodeId:\"sC5YMQUF6\",openInNewTab:false,scopeId:\"ZTs0YDfeQ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-pye54m framer-12jril4\",\"data-border\":true,\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"sC5YMQUF6\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"linear-gradient(90deg, var(--token-da3f52eb-c374-46e4-bdb3-1ed369e9a786, rgb(173, 255, 0)) 0%, rgb(50, 205, 50) 100%)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:/*#__PURE__*/_jsx(motion.button,{className:\"framer-1f25snw\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"F2lcsuSLp\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3b584ff0-daa4-4d1b-af57-84508084c07c, rgb(6, 19, 52)))\"},children:\"Get Started Free\"})}),className:\"framer-emhamy\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"B6XJxAkhy\",style:{\"--extracted-r6o4lv\":\"var(--token-3b584ff0-daa4-4d1b-af57-84508084c07c, rgb(6, 19, 52))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})})})]})]}),isDisplayed25()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{className:\"framer-t3jhnn\",\"data-framer-appear-id\":\"t3jhnn\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"fbNjoq6Z3\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0},variants:{Gswil1ttE:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(46, 57, 126, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:30,borderBottomRightRadius:30},QjljTvtb3:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(46, 57, 126, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:30,borderBottomRightRadius:30}},...addPropertyOverrides({Gswil1ttE:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,\"data-border\":true,animate:animation,initial:animation6,optimized:true,transformTemplate:transformTemplate1},QjljTvtb3:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,\"data-border\":true,animate:animation,initial:animation6,optimized:true,transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:isDisplayed25()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tkp3t1\",layoutDependency:layoutDependency,layoutId:\"oFJTyYxy5\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pqtvt\",layoutDependency:layoutDependency,layoutId:\"fWFYICaJ3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(151, 163, 183))\"},children:\"KEY FEATURES FOR POWERFULL AND SIMPLE ANALYTICS\"})}),className:\"framer-1b7sxro\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"Qp3n5V1IA\",style:{\"--extracted-r6o4lv\":\"rgb(151, 163, 183)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({QjljTvtb3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(151, 163, 183))\"},children:\"RESOURCES\"})})}},baseVariant,gestureVariant)}),isDisplayed26()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(151, 163, 183))\"},children:\"ABOUT US\"})}),className:\"framer-psoc58\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"fLEIwWa9J\",style:{\"--extracted-r6o4lv\":\"rgb(151, 163, 183)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed26()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(151, 163, 183))\"},children:\"SECTOR SOLUTIONS\"})}),className:\"framer-1ugd71r\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"tm8PfHccQ\",style:{\"--extracted-r6o4lv\":\"rgb(151, 163, 183)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5km17l\",layoutDependency:layoutDependency,layoutId:\"i8Nq_tLPs\",children:[isDisplayed27()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"TZgH7YADz\"},implicitPathVariables:undefined},{href:{webPageId:\"TZgH7YADz\"},implicitPathVariables:undefined}],children:resolvedLinks17=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"281.3333px\",...addPropertyOverrides({Gswil1ttE:{width:undefined,y:(componentViewport?.y||0)+74+0+32.3+0+24.4+10+128}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1lof58h-container\",layoutDependency:layoutDependency,layoutId:\"XR33V3g5J-container\",nodeId:\"XR33V3g5J\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Optimize conversation paths\",E_jZRIPq2:resolvedLinks17[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/KvTykfoP76ePfcTUS6qRXiCds.svg\"},\"\"),height:\"100%\",id:\"XR33V3g5J\",layoutId:\"XR33V3g5J\",NtCZKUjVI:\"rgb(17, 27, 41)\",style:{width:\"100%\"},width:\"100%\",ypxNhB4_C:\"Funnel\",...addPropertyOverrides({Gswil1ttE:{E_jZRIPq2:resolvedLinks17[1]}},baseVariant,gestureVariant)})})})}),isDisplayed27()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"NEtX8lqv1\"},implicitPathVariables:undefined},{href:{webPageId:\"NEtX8lqv1\"},implicitPathVariables:undefined}],children:resolvedLinks18=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"281.3333px\",...addPropertyOverrides({Gswil1ttE:{width:undefined,y:(componentViewport?.y||0)+74+0+32.3+0+24.4+10+64}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ghdh1y-container\",layoutDependency:layoutDependency,layoutId:\"i85u5kPu_-container\",nodeId:\"i85u5kPu_\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Understand user loyalty\",E_jZRIPq2:resolvedLinks18[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/3vo1eLwZGPt5Stt77hUXvUfqKhM.svg\"},\"\"),height:\"100%\",id:\"i85u5kPu_\",layoutId:\"i85u5kPu_\",NtCZKUjVI:\"rgb(17, 27, 41)\",style:{width:\"100%\"},width:\"100%\",ypxNhB4_C:\"Retention Analysis\",...addPropertyOverrides({Gswil1ttE:{E_jZRIPq2:resolvedLinks18[1]}},baseVariant,gestureVariant)})})})}),isDisplayed27()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"XF9plEHq4\"},implicitPathVariables:undefined},{href:{webPageId:\"XF9plEHq4\"},implicitPathVariables:undefined}],children:resolvedLinks19=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({Gswil1ttE:{y:(componentViewport?.y||0)+74+0+32.3+0+24.4+10+128}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-cfeu4a-container\",layoutDependency:layoutDependency,layoutId:\"pbSdRbtDt-container\",nodeId:\"pbSdRbtDt\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Spot irregular patterns\",E_jZRIPq2:resolvedLinks19[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/vpw9KowL3XFT87kpjnfJnPCvFI.svg\"},\"\"),height:\"100%\",id:\"pbSdRbtDt\",layoutId:\"pbSdRbtDt\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Banking\",...addPropertyOverrides({Gswil1ttE:{E_jZRIPq2:resolvedLinks19[1],ypxNhB4_C:\"Anomaly Detection\"}},baseVariant,gestureVariant)})})})}),isDisplayed26()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"RJ6BPGcXx\"},implicitPathVariables:undefined}],children:resolvedLinks20=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"281.3333px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1rvqwvl-container\",layoutDependency:layoutDependency,layoutId:\"e1v5XUeMm-container\",nodeId:\"e1v5XUeMm\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Spot irregular patterns\",E_jZRIPq2:resolvedLinks20[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/vpw9KowL3XFT87kpjnfJnPCvFI.svg\"},\"\"),height:\"100%\",id:\"e1v5XUeMm\",layoutId:\"e1v5XUeMm\",NtCZKUjVI:\"rgb(17, 27, 41)\",style:{width:\"100%\"},width:\"100%\",ypxNhB4_C:\"Anomaly Detection\"})})})}),isDisplayed27()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Vwbehibgh\"},implicitPathVariables:undefined},{href:{webPageId:\"Vwbehibgh\"},implicitPathVariables:undefined}],children:resolvedLinks21=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"281.3333px\",...addPropertyOverrides({Gswil1ttE:{width:undefined,y:(componentViewport?.y||0)+74+0+32.3+0+24.4+10+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-11j4mes-container\",layoutDependency:layoutDependency,layoutId:\"De6TIRGmH-container\",nodeId:\"De6TIRGmH\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Analytics within your platform\",E_jZRIPq2:resolvedLinks21[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/SE9yM6PrOfs5C39933HKXsy8fk.svg\"},\"\"),height:\"100%\",id:\"De6TIRGmH\",layoutId:\"De6TIRGmH\",NtCZKUjVI:\"rgb(17, 27, 41)\",style:{width:\"100%\"},width:\"100%\",ypxNhB4_C:\"Embedded Analytics\",...addPropertyOverrides({Gswil1ttE:{D1M3sHvr8:\"Analyze user behavior trends\",E_jZRIPq2:resolvedLinks21[1],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:21,src:\"https://framerusercontent.com/images/TgnBoWejy9xNgnA24ZyBCrODE.svg\"},\"\"),ypxNhB4_C:\"Cohort\"}},baseVariant,gestureVariant)})})})}),isDisplayed27()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"zP5uFniG8\"},implicitPathVariables:undefined},{href:{webPageId:\"zP5uFniG8\"},implicitPathVariables:undefined}],children:resolvedLinks22=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"281.3333px\",...addPropertyOverrides({Gswil1ttE:{width:undefined,y:(componentViewport?.y||0)+74+0+32.3+0+24.4+10+64}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-syggfa-container\",layoutDependency:layoutDependency,layoutId:\"ENa3JbmgC-container\",nodeId:\"ENa3JbmgC\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Predict user attrition early\",E_jZRIPq2:resolvedLinks22[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/ifCoj6NHNSWwR4NhfmulTu2YZ4.svg\"},\"\"),height:\"100%\",id:\"ENa3JbmgC\",layoutId:\"ENa3JbmgC\",NtCZKUjVI:\"rgb(17, 27, 41)\",style:{width:\"100%\"},width:\"100%\",ypxNhB4_C:\"Churn Prediction\",...addPropertyOverrides({Gswil1ttE:{E_jZRIPq2:resolvedLinks22[1]}},baseVariant,gestureVariant)})})})}),isDisplayed27()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"nbwIatcAB\"},implicitPathVariables:undefined},{href:{webPageId:\"nbwIatcAB\"},implicitPathVariables:undefined}],children:resolvedLinks23=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({Gswil1ttE:{y:(componentViewport?.y||0)+74+0+32.3+0+24.4+10+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1jyafrd-container\",layoutDependency:layoutDependency,layoutId:\"skA8qopS8-container\",nodeId:\"skA8qopS8\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Analytics within your platform\",E_jZRIPq2:resolvedLinks23[0],EcP1hXN67:addImageAlt({pixelHeight:17,pixelWidth:17,src:\"https://framerusercontent.com/images/2NAE5d6wx6ScqpHJqKn5RiEtE.svg\"},\"\"),height:\"100%\",id:\"skA8qopS8\",layoutId:\"skA8qopS8\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Embedded Analytics\",...addPropertyOverrides({Gswil1ttE:{E_jZRIPq2:resolvedLinks23[1]}},baseVariant,gestureVariant)})})})}),isDisplayed27()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ynTkLSnqq\"},implicitPathVariables:undefined},{href:{webPageId:\"ynTkLSnqq\"},implicitPathVariables:undefined}],children:resolvedLinks24=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"281.3333px\",...addPropertyOverrides({Gswil1ttE:{width:undefined,y:(componentViewport?.y||0)+74+0+32.3+0+24.4+10+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1q09ues-container\",layoutDependency:layoutDependency,layoutId:\"q8v7ycMxO-container\",nodeId:\"q8v7ycMxO\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Learn about your users\",E_jZRIPq2:resolvedLinks24[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/M5geDwkN69pCSJMjfVv5bnOYAw.svg\"},\"brain\"),height:\"100%\",id:\"q8v7ycMxO\",layoutId:\"q8v7ycMxO\",NtCZKUjVI:\"rgb(17, 27, 41)\",style:{width:\"100%\"},width:\"100%\",ypxNhB4_C:\"Customer Data Platform\",...addPropertyOverrides({Gswil1ttE:{E_jZRIPq2:resolvedLinks24[1]}},baseVariant,gestureVariant)})})})}),isDisplayed26()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"281.3333px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1g3nkzq-container\",layoutDependency:layoutDependency,layoutId:\"z3ItUUU9I-container\",nodeId:\"z3ItUUU9I\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Discover All Features\",E_jZRIPq2:\"https://b2metric.com/product/features\",EcP1hXN67:addImageAlt({pixelHeight:43,pixelWidth:42,src:\"https://framerusercontent.com/images/inTbFScwa3MSI2JghFBJpgl2A.png\"},\"ecommerce\"),height:\"100%\",id:\"z3ItUUU9I\",layoutId:\"z3ItUUU9I\",NtCZKUjVI:\"rgb(17, 27, 41)\",style:{width:\"100%\"},width:\"100%\",ypxNhB4_C:\"Ecommerce\"})})}),isDisplayed26()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"V7ZwQ_paf\"},implicitPathVariables:undefined}],children:resolvedLinks25=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"281.3333px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-fyiob2-container\",layoutDependency:layoutDependency,layoutId:\"yxXawQrwB-container\",nodeId:\"yxXawQrwB\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Learn about your users\",E_jZRIPq2:resolvedLinks25[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/M5geDwkN69pCSJMjfVv5bnOYAw.svg\"},\"\"),height:\"100%\",id:\"yxXawQrwB\",layoutId:\"yxXawQrwB\",NtCZKUjVI:\"rgb(17, 27, 41)\",style:{width:\"100%\"},width:\"100%\",ypxNhB4_C:\"Become a Partner\"})})})}),isDisplayed26()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ZWWf2I_oe\"},implicitPathVariables:undefined}],children:resolvedLinks26=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"281.3333px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-moubmr-container\",layoutDependency:layoutDependency,layoutId:\"Mqp7VKPYy-container\",nodeId:\"Mqp7VKPYy\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Predict user attrition early\",E_jZRIPq2:resolvedLinks26[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/ifCoj6NHNSWwR4NhfmulTu2YZ4.svg\"},\"brain\"),height:\"100%\",id:\"Mqp7VKPYy\",layoutId:\"Mqp7VKPYy\",NtCZKUjVI:\"rgb(17, 27, 41)\",style:{width:\"100%\"},width:\"100%\",ypxNhB4_C:\"About Us\"})})})}),isDisplayed26()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"GFtY2lfqb\"},implicitPathVariables:undefined}],children:resolvedLinks27=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"281.3333px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-s9b981-container\",layoutDependency:layoutDependency,layoutId:\"TJcCkjLQS-container\",nodeId:\"TJcCkjLQS\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Analyze user behavior trends\",E_jZRIPq2:resolvedLinks27[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/l3mYXCQRee1s9UBrPcV3a7Sb2JM.svg\"},\"\"),height:\"100%\",id:\"TJcCkjLQS\",layoutId:\"TJcCkjLQS\",NtCZKUjVI:\"rgb(17, 27, 41)\",style:{width:\"100%\"},width:\"100%\",ypxNhB4_C:\"Events\"})})})}),isDisplayed26()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"281.3333px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-pqtoeb-container\",layoutDependency:layoutDependency,layoutId:\"Zr9mt_fWl-container\",nodeId:\"Zr9mt_fWl\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Understand user loyalty\",E_jZRIPq2:\"hel\",EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/3vo1eLwZGPt5Stt77hUXvUfqKhM.svg\"},\"\"),height:\"100%\",id:\"Zr9mt_fWl\",layoutId:\"Zr9mt_fWl\",NtCZKUjVI:\"rgb(17, 27, 41)\",style:{width:\"100%\"},width:\"100%\",ypxNhB4_C:\"Help & Support\"})})}),isDisplayed26()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Yt3XcrYqB\"},implicitPathVariables:undefined}],children:resolvedLinks28=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"281.3333px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-qakmh7-container\",layoutDependency:layoutDependency,layoutId:\"mR8HomLu6-container\",nodeId:\"mR8HomLu6\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Spot irregular patterns\",E_jZRIPq2:resolvedLinks28[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/vpw9KowL3XFT87kpjnfJnPCvFI.svg\"},\"\"),height:\"100%\",id:\"mR8HomLu6\",layoutId:\"mR8HomLu6\",NtCZKUjVI:\"rgb(17, 27, 41)\",style:{width:\"100%\"},width:\"100%\",ypxNhB4_C:\"Career\"})})})}),isDisplayed26()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"DbF8DaQZ1\"},implicitPathVariables:undefined}],children:resolvedLinks29=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"281.3333px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19686d-container\",layoutDependency:layoutDependency,layoutId:\"SxuNJfgV6-container\",nodeId:\"SxuNJfgV6\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Optimize conversion paths\",E_jZRIPq2:resolvedLinks29[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/KvTykfoP76ePfcTUS6qRXiCds.svg\"},\"\"),height:\"100%\",id:\"SxuNJfgV6\",layoutId:\"SxuNJfgV6\",NtCZKUjVI:\"rgb(17, 27, 41)\",style:{width:\"100%\"},width:\"100%\",ypxNhB4_C:\"Contact Us\"})})})}),isDisplayed26()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"AQ3EnCJRG\"},implicitPathVariables:undefined}],children:resolvedLinks30=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"100px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1itkhr5-container\",layoutDependency:layoutDependency,layoutId:\"ZrSailfZZ-container\",nodeId:\"ZrSailfZZ\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Learn about your users\",E_jZRIPq2:resolvedLinks30[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/A3CMIqDTm470T7mb8firc8AIBQs.svg\"},\"\"),height:\"100%\",id:\"ZrSailfZZ\",layoutId:\"ZrSailfZZ\",NtCZKUjVI:\"rgb(17, 27, 41)\",style:{width:\"100%\"},width:\"100%\",ypxNhB4_C:\"Blog\"})})})}),isDisplayed26()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"GFtY2lfqb\"},implicitPathVariables:undefined}],children:resolvedLinks31=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"100px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-dzm8wd-container\",layoutDependency:layoutDependency,layoutId:\"lxyImhylS-container\",nodeId:\"lxyImhylS\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Predict user attrition early\",E_jZRIPq2:resolvedLinks31[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/TalUQXftLO0xm1cNsUYMp4KjL9E.svg\"},\"brain\"),height:\"100%\",id:\"lxyImhylS\",layoutId:\"lxyImhylS\",NtCZKUjVI:\"rgb(17, 27, 41)\",style:{width:\"100%\"},width:\"100%\",ypxNhB4_C:\"Newsletter\"})})})}),isDisplayed26()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Lg2T6qzqo\"},implicitPathVariables:undefined}],children:resolvedLinks32=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"100px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-69uop5-container\",layoutDependency:layoutDependency,layoutId:\"feK_s_ALy-container\",nodeId:\"feK_s_ALy\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Analyze user behavior trends\",E_jZRIPq2:resolvedLinks32[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/tsXdgGL1DZ5g9537RXUeA3bMOo.svg\"},\"\"),height:\"100%\",id:\"feK_s_ALy\",layoutId:\"feK_s_ALy\",NtCZKUjVI:\"rgb(17, 27, 41)\",style:{width:\"100%\"},width:\"100%\",ypxNhB4_C:\"Success Stories\"})})})}),isDisplayed26()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Rc3lT47lW\"},implicitPathVariables:undefined}],children:resolvedLinks33=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"100px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1oidfk4-container\",layoutDependency:layoutDependency,layoutId:\"UNxo67uuu-container\",nodeId:\"UNxo67uuu\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Understand user loyalty\",E_jZRIPq2:resolvedLinks33[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/Bn8mZaNIiyqY6Bg1ohjs6RP2Efs.svg\"},\"\"),height:\"100%\",id:\"UNxo67uuu\",layoutId:\"UNxo67uuu\",NtCZKUjVI:\"rgb(17, 27, 41)\",style:{width:\"100%\"},width:\"100%\",ypxNhB4_C:\"Use Cases\"})})})}),isDisplayed26()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"HmlU1pA1d\"},implicitPathVariables:undefined}],children:resolvedLinks34=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"100px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1lm75ou-container\",layoutDependency:layoutDependency,layoutId:\"gIHQu4Uzs-container\",nodeId:\"gIHQu4Uzs\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Analyze user behavior trends\",E_jZRIPq2:resolvedLinks34[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/9g0I1Y7YfApPpE5DMibUSRi3E4.svg\"},\"\"),height:\"100%\",id:\"gIHQu4Uzs\",layoutId:\"gIHQu4Uzs\",NtCZKUjVI:\"rgb(17, 27, 41)\",style:{width:\"100%\"},width:\"100%\",ypxNhB4_C:\"Privacy Policy\"})})})}),isDisplayed26()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"100px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1c33pao-container\",layoutDependency:layoutDependency,layoutId:\"Pt6g4ANK8-container\",nodeId:\"Pt6g4ANK8\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Understand user loyalty\",E_jZRIPq2:\"https://academy.b2metric.com/\",EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/Ti4pSSvpwv7TpuOMwpHPNGo9O4U.svg\"},\"\"),height:\"100%\",id:\"Pt6g4ANK8\",layoutId:\"Pt6g4ANK8\",NtCZKUjVI:\"rgb(17, 27, 41)\",style:{width:\"100%\"},width:\"100%\",ypxNhB4_C:\"Academy\"})})}),isDisplayed26()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"VGwyWKkal\"},implicitPathVariables:undefined}],children:resolvedLinks35=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"100px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-t26h0w-container\",layoutDependency:layoutDependency,layoutId:\"L7XFu4DTv-container\",nodeId:\"L7XFu4DTv\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Spot irregular patterns\",E_jZRIPq2:resolvedLinks35[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/ZXDZVh602UXsVkPxzJgLBeZ1bSk.svg\"},\"\"),height:\"100%\",id:\"L7XFu4DTv\",layoutId:\"L7XFu4DTv\",NtCZKUjVI:\"rgb(17, 27, 41)\",style:{width:\"100%\"},width:\"100%\",ypxNhB4_C:\"Integrations\"})})})}),isDisplayed26()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vRlbn1l6b\"},implicitPathVariables:undefined}],children:resolvedLinks36=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"100px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-kvgazn-container\",layoutDependency:layoutDependency,layoutId:\"WeXe8KrHw-container\",nodeId:\"WeXe8KrHw\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Optimize conversion paths\",E_jZRIPq2:resolvedLinks36[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/LCsbQHUV6PioLqbcZX3FK6F3VOc.svg\"},\"\"),height:\"100%\",id:\"WeXe8KrHw\",layoutId:\"WeXe8KrHw\",NtCZKUjVI:\"rgb(17, 27, 41)\",style:{width:\"100%\"},width:\"100%\",ypxNhB4_C:\"Comparison\"})})})}),isDisplayed26()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vRlbn1l6b\"},implicitPathVariables:undefined}],children:resolvedLinks37=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"281.3333px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ntbxom-container\",layoutDependency:layoutDependency,layoutId:\"bSFMPOuii-container\",nodeId:\"bSFMPOuii\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Optimize conversion paths\",E_jZRIPq2:resolvedLinks37[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/LCsbQHUV6PioLqbcZX3FK6F3VOc.svg\"},\"\"),height:\"100%\",id:\"bSFMPOuii\",layoutId:\"bSFMPOuii\",NtCZKUjVI:\"rgb(17, 27, 41)\",style:{width:\"100%\"},width:\"100%\",ypxNhB4_C:\"Comparison\"})})})}),isDisplayed26()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vRlbn1l6b\"},implicitPathVariables:undefined}],children:resolvedLinks38=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"281.3333px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ae65yt-container\",layoutDependency:layoutDependency,layoutId:\"SRqgqXiFB-container\",nodeId:\"SRqgqXiFB\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Optimize conversion paths\",E_jZRIPq2:resolvedLinks38[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/LCsbQHUV6PioLqbcZX3FK6F3VOc.svg\"},\"\"),height:\"100%\",id:\"SRqgqXiFB\",layoutId:\"SRqgqXiFB\",NtCZKUjVI:\"rgb(17, 27, 41)\",style:{width:\"100%\"},width:\"100%\",ypxNhB4_C:\"Comparison\"})})})}),isDisplayed28()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"AQ3EnCJRG\"},implicitPathVariables:undefined},{href:{webPageId:\"AQ3EnCJRG\"},implicitPathVariables:undefined}],children:resolvedLinks39=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({QjljTvtb3:{y:(componentViewport?.y||0)+74+0+30+0+82+10+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-15z4qrn-container\",layoutDependency:layoutDependency,layoutId:\"wrtQS6ION-container\",nodeId:\"wrtQS6ION\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Learn about your users\",E_jZRIPq2:resolvedLinks39[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:21,src:\"https://framerusercontent.com/images/hArDa77SqZg7SzyObs2ZDKK8I8.svg\"},\"\"),height:\"100%\",id:\"wrtQS6ION\",layoutId:\"wrtQS6ION\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Blog\",...addPropertyOverrides({QjljTvtb3:{E_jZRIPq2:resolvedLinks39[1]}},baseVariant,gestureVariant)})})})}),isDisplayed28()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Lg2T6qzqo\"},implicitPathVariables:undefined},{href:{webPageId:\"Lg2T6qzqo\"},implicitPathVariables:undefined}],children:resolvedLinks40=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({QjljTvtb3:{y:(componentViewport?.y||0)+74+0+30+0+82+10+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1i9sm8m-container\",layoutDependency:layoutDependency,layoutId:\"ANVrk9Cmh-container\",nodeId:\"ANVrk9Cmh\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Analyze user behavior trends\",E_jZRIPq2:resolvedLinks40[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:21,src:\"https://framerusercontent.com/images/9gD5YoR9vEODecj0KqehZwb98.svg\"},\"\"),height:\"100%\",id:\"ANVrk9Cmh\",layoutId:\"ANVrk9Cmh\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Success Stories\",...addPropertyOverrides({QjljTvtb3:{E_jZRIPq2:resolvedLinks40[1]}},baseVariant,gestureVariant)})})})}),isDisplayed28()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"HmlU1pA1d\"},implicitPathVariables:undefined},{href:{webPageId:\"HmlU1pA1d\"},implicitPathVariables:undefined}],children:resolvedLinks41=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({QjljTvtb3:{y:(componentViewport?.y||0)+74+0+30+0+82+10+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-cbl8ol-container\",layoutDependency:layoutDependency,layoutId:\"OcVFL1OCF-container\",nodeId:\"OcVFL1OCF\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Analyze user behavior trends\",E_jZRIPq2:resolvedLinks41[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/9g0I1Y7YfApPpE5DMibUSRi3E4.svg\"},\"\"),height:\"100%\",id:\"OcVFL1OCF\",layoutId:\"OcVFL1OCF\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Privacy Policy\",...addPropertyOverrides({QjljTvtb3:{E_jZRIPq2:resolvedLinks41[1]}},baseVariant,gestureVariant)})})})}),isDisplayed28()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"VGwyWKkal\"},implicitPathVariables:undefined},{href:{webPageId:\"VGwyWKkal\"},implicitPathVariables:undefined}],children:resolvedLinks42=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({QjljTvtb3:{y:(componentViewport?.y||0)+74+0+30+0+82+10+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-10uu0ns-container\",layoutDependency:layoutDependency,layoutId:\"xoXx475pr-container\",nodeId:\"xoXx475pr\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Spot irregular patterns\",E_jZRIPq2:resolvedLinks42[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:21,src:\"https://framerusercontent.com/images/7G97xWeZ4hiBkn2L3FpWcDtC7ag.svg\"},\"\"),height:\"100%\",id:\"xoXx475pr\",layoutId:\"xoXx475pr\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Integrations\",...addPropertyOverrides({QjljTvtb3:{E_jZRIPq2:resolvedLinks42[1]}},baseVariant,gestureVariant)})})})}),isDisplayed28()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"GFtY2lfqb\"},implicitPathVariables:undefined},{href:{webPageId:\"GFtY2lfqb\"},implicitPathVariables:undefined}],children:resolvedLinks43=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({QjljTvtb3:{y:(componentViewport?.y||0)+74+0+30+0+82+10+63.3333}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-o5pws7-container\",layoutDependency:layoutDependency,layoutId:\"PjUWfjlY4-container\",nodeId:\"PjUWfjlY4\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Predict user attrition early\",E_jZRIPq2:resolvedLinks43[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:21,src:\"https://framerusercontent.com/images/NwwS1VPFav0rIaiGUmrPuQQWPzc.svg\"},\"\"),height:\"100%\",id:\"PjUWfjlY4\",layoutId:\"PjUWfjlY4\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Newsletter\",...addPropertyOverrides({QjljTvtb3:{E_jZRIPq2:resolvedLinks43[1]}},baseVariant,gestureVariant)})})})}),isDisplayed28()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Rc3lT47lW\"},implicitPathVariables:undefined},{href:{webPageId:\"Rc3lT47lW\"},implicitPathVariables:undefined}],children:resolvedLinks44=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({QjljTvtb3:{y:(componentViewport?.y||0)+74+0+30+0+82+10+63.3333}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-2i73z4-container\",layoutDependency:layoutDependency,layoutId:\"qePbVU3sW-container\",nodeId:\"qePbVU3sW\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Understand user loyalty\",E_jZRIPq2:resolvedLinks44[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:21,src:\"https://framerusercontent.com/images/yYqCpEf61Fyvht61sC5PwUyGQ.svg\"},\"\"),height:\"100%\",id:\"qePbVU3sW\",layoutId:\"qePbVU3sW\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Use Cases\",...addPropertyOverrides({QjljTvtb3:{E_jZRIPq2:resolvedLinks44[1]}},baseVariant,gestureVariant)})})})}),isDisplayed28()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({QjljTvtb3:{y:(componentViewport?.y||0)+74+0+30+0+82+10+63.3333}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-166swv5-container\",layoutDependency:layoutDependency,layoutId:\"lvyOqRF5s-container\",nodeId:\"lvyOqRF5s\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Understand user loyalty\",E_jZRIPq2:\"https://academy.b2metric.com/\",EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/Ti4pSSvpwv7TpuOMwpHPNGo9O4U.svg\"},\"\"),height:\"100%\",id:\"lvyOqRF5s\",layoutId:\"lvyOqRF5s\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Academy\"})})}),isDisplayed28()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vRlbn1l6b\"},implicitPathVariables:undefined},{href:{webPageId:\"vRlbn1l6b\"},implicitPathVariables:undefined}],children:resolvedLinks45=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({QjljTvtb3:{y:(componentViewport?.y||0)+74+0+30+0+82+10+63.3333}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vd17j2-container\",layoutDependency:layoutDependency,layoutId:\"MrQQ6IXoi-container\",nodeId:\"MrQQ6IXoi\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Optimize conversion paths\",E_jZRIPq2:resolvedLinks45[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:21,src:\"https://framerusercontent.com/images/gjjdO9VtU2mGh98nbHqN0fv210.svg\"},\"\"),height:\"100%\",id:\"MrQQ6IXoi\",layoutId:\"MrQQ6IXoi\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Comparison\",...addPropertyOverrides({QjljTvtb3:{E_jZRIPq2:resolvedLinks45[1]}},baseVariant,gestureVariant)})})})})]}),isDisplayed26()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-udyui4\",layoutDependency:layoutDependency,layoutId:\"qzzrmycAd\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"TZgH7YADz\"},implicitPathVariables:undefined}],children:resolvedLinks46=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-jcaj15-container\",layoutDependency:layoutDependency,layoutId:\"PvIViwWmq-container\",nodeId:\"PvIViwWmq\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Optimize conversation paths\",E_jZRIPq2:resolvedLinks46[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/KvTykfoP76ePfcTUS6qRXiCds.svg\"},\"\"),height:\"100%\",id:\"PvIViwWmq\",layoutId:\"PvIViwWmq\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Become a Partner\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"RJ6BPGcXx\"},implicitPathVariables:undefined}],children:resolvedLinks47=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ah3y17-container\",layoutDependency:layoutDependency,layoutId:\"yhZxBtVjb-container\",nodeId:\"yhZxBtVjb\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Spot irregular patterns\",E_jZRIPq2:resolvedLinks47[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/vpw9KowL3XFT87kpjnfJnPCvFI.svg\"},\"\"),height:\"100%\",id:\"yhZxBtVjb\",layoutId:\"yhZxBtVjb\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Events\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"RJ6BPGcXx\"},implicitPathVariables:undefined}],children:resolvedLinks48=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1jetmiy-container\",layoutDependency:layoutDependency,layoutId:\"yUbvGsgWb-container\",nodeId:\"yUbvGsgWb\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Spot irregular patterns\",E_jZRIPq2:resolvedLinks48[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/vpw9KowL3XFT87kpjnfJnPCvFI.svg\"},\"\"),height:\"100%\",id:\"yUbvGsgWb\",layoutId:\"yUbvGsgWb\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Career\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"OHN9uWcuf\"},implicitPathVariables:undefined}],children:resolvedLinks49=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1fh4v3z-container\",layoutDependency:layoutDependency,layoutId:\"dGf1xwLmV-container\",nodeId:\"dGf1xwLmV\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Analytics within your platform\",E_jZRIPq2:resolvedLinks49[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/SE9yM6PrOfs5C39933HKXsy8fk.svg\"},\"\"),height:\"100%\",id:\"dGf1xwLmV\",layoutId:\"dGf1xwLmV\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"About Us\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vAbW2f6VZ\"},implicitPathVariables:undefined}],children:resolvedLinks50=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1u3jflq-container\",layoutDependency:layoutDependency,layoutId:\"mIkl737fw-container\",nodeId:\"mIkl737fw\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Predict user attrition early\",E_jZRIPq2:resolvedLinks50[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/ifCoj6NHNSWwR4NhfmulTu2YZ4.svg\"},\"\"),height:\"100%\",id:\"mIkl737fw\",layoutId:\"mIkl737fw\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Help & Support\"})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ynTkLSnqq\"},implicitPathVariables:undefined}],children:resolvedLinks51=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-1stjgua-container\",id:`${layoutId}-1stjgua`,layoutDependency:layoutDependency,layoutId:\"kEJqTD74U-container\",nodeId:\"kEJqTD74U\",ref:ref3,rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:[/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Learn about your users\",E_jZRIPq2:resolvedLinks51[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/M5geDwkN69pCSJMjfVv5bnOYAw.svg\"},\"brain\"),height:\"100%\",id:\"kEJqTD74U\",layoutId:\"kEJqTD74U\",NtCZKUjVI:\"rgb(17, 27, 41)\",q0inEYjSi:q0inEYjSitxyyif({overlay:overlay1}),width:\"100%\",ypxNhB4_C:\"Contact Us\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref3,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1stjgua`,offsetX:0,offsetY:10,onDismiss:overlay1.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-blbk3b\",exit:animation3,initial:animation4,layoutDependency:layoutDependency,layoutId:\"eTILFafzr\",ref:ref4,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"}})})})]})})})})})]}),isDisplayed27()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"IqIDiTmd7\"},motionChild:true,nodeId:\"Vlf8pGiTm\",openInNewTab:false,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1gdaxe1 framer-12jril4\",layoutDependency:layoutDependency,layoutId:\"Vlf8pGiTm\",transformTemplate:transformTemplate2,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 27, 41))\"},children:\"See all\"})}),className:\"framer-kh040g\",fonts:[\"GF;Figtree-700\"],layoutDependency:layoutDependency,layoutId:\"ZNQ1lybCe\",style:{\"--extracted-r6o4lv\":\"rgb(17, 27, 41)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:16,pixelWidth:16,src:\"https://framerusercontent.com/images/21Zu06LCyJXfnnXGcooiNxxGts.svg\"},className:\"framer-iivm9h\",layoutDependency:layoutDependency,layoutId:\"I8B5N935x\",...addPropertyOverrides({Gswil1ttE:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+74+0+32.3+88.7102+0),pixelHeight:16,pixelWidth:16,src:\"https://framerusercontent.com/images/21Zu06LCyJXfnnXGcooiNxxGts.svg\"}}},baseVariant,gestureVariant)})]})}),isDisplayed26()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-eh6nsv\",layoutDependency:layoutDependency,layoutId:\"u3efPT3qr\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"TZgH7YADz\"},implicitPathVariables:undefined}],children:resolvedLinks52=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-khmwh2-container\",layoutDependency:layoutDependency,layoutId:\"eG7ZLRx_Q-container\",nodeId:\"eG7ZLRx_Q\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Understand user actions\",E_jZRIPq2:resolvedLinks52[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/KvTykfoP76ePfcTUS6qRXiCds.svg\"},\"\"),height:\"100%\",id:\"eG7ZLRx_Q\",layoutId:\"eG7ZLRx_Q\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Ecommerce\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Vv8MRHWLO\"},implicitPathVariables:undefined}],children:resolvedLinks53=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7mends-container\",layoutDependency:layoutDependency,layoutId:\"K0KRXt9et-container\",nodeId:\"K0KRXt9et\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"B2Metric for Ecommerce\",E_jZRIPq2:resolvedLinks53[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/3vo1eLwZGPt5Stt77hUXvUfqKhM.svg\"},\"\"),height:\"100%\",id:\"K0KRXt9et\",layoutId:\"K0KRXt9et\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Retail & Ecommerce\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"RJ6BPGcXx\"},implicitPathVariables:undefined}],children:resolvedLinks54=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ac1flj-container\",layoutDependency:layoutDependency,layoutId:\"at3PaQd7w-container\",nodeId:\"at3PaQd7w\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"B2Metric for automative\",E_jZRIPq2:resolvedLinks54[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/vpw9KowL3XFT87kpjnfJnPCvFI.svg\"},\"\"),height:\"100%\",id:\"at3PaQd7w\",layoutId:\"at3PaQd7w\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Automative\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"OHN9uWcuf\"},implicitPathVariables:undefined}],children:resolvedLinks55=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1gqshs-container\",layoutDependency:layoutDependency,layoutId:\"jJt47_sLk-container\",nodeId:\"jJt47_sLk\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"B2Metric for airlines\",E_jZRIPq2:resolvedLinks55[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/SE9yM6PrOfs5C39933HKXsy8fk.svg\"},\"\"),height:\"100%\",id:\"jJt47_sLk\",layoutId:\"jJt47_sLk\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Airlines\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vAbW2f6VZ\"},implicitPathVariables:undefined}],children:resolvedLinks56=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17sfolr-container\",layoutDependency:layoutDependency,layoutId:\"SanIEe3nc-container\",nodeId:\"SanIEe3nc\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"B2Metric for banking\",E_jZRIPq2:resolvedLinks56[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/ifCoj6NHNSWwR4NhfmulTu2YZ4.svg\"},\"\"),height:\"100%\",id:\"SanIEe3nc\",layoutId:\"SanIEe3nc\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Banking\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vAbW2f6VZ\"},implicitPathVariables:undefined}],children:resolvedLinks57=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1nufqtk-container\",layoutDependency:layoutDependency,layoutId:\"bnaL_MoKU-container\",nodeId:\"bnaL_MoKU\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"B2Metric for insurance\",E_jZRIPq2:resolvedLinks57[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/ifCoj6NHNSWwR4NhfmulTu2YZ4.svg\"},\"\"),height:\"100%\",id:\"bnaL_MoKU\",layoutId:\"bnaL_MoKU\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Insurance\"})})})})]}),isDisplayed26()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1d89fs0\",layoutDependency:layoutDependency,layoutId:\"j23QNEp2O\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"TZgH7YADz\"},implicitPathVariables:undefined}],children:resolvedLinks58=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-12gp309-container\",layoutDependency:layoutDependency,layoutId:\"hQNZ57J3V-container\",nodeId:\"hQNZ57J3V\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Learn about your users\",E_jZRIPq2:resolvedLinks58[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/KvTykfoP76ePfcTUS6qRXiCds.svg\"},\"\"),height:\"100%\",id:\"hQNZ57J3V\",layoutId:\"hQNZ57J3V\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Become a Partner\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Vv8MRHWLO\"},implicitPathVariables:undefined}],children:resolvedLinks59=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-3dff4e-container\",layoutDependency:layoutDependency,layoutId:\"zUlsI6dCe-container\",nodeId:\"zUlsI6dCe\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Predict user attrition early\",E_jZRIPq2:resolvedLinks59[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/3vo1eLwZGPt5Stt77hUXvUfqKhM.svg\"},\"\"),height:\"100%\",id:\"zUlsI6dCe\",layoutId:\"zUlsI6dCe\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"About Us\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"RJ6BPGcXx\"},implicitPathVariables:undefined}],children:resolvedLinks60=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-148hb1f-container\",layoutDependency:layoutDependency,layoutId:\"mHmGEXvtG-container\",nodeId:\"mHmGEXvtG\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Analyze user behavior trends\",E_jZRIPq2:resolvedLinks60[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/vpw9KowL3XFT87kpjnfJnPCvFI.svg\"},\"\"),height:\"100%\",id:\"mHmGEXvtG\",layoutId:\"mHmGEXvtG\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Events\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"OHN9uWcuf\"},implicitPathVariables:undefined}],children:resolvedLinks61=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1q2x6uy-container\",layoutDependency:layoutDependency,layoutId:\"J5MJIp2No-container\",nodeId:\"J5MJIp2No\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Understand user loyalty\",E_jZRIPq2:resolvedLinks61[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/SE9yM6PrOfs5C39933HKXsy8fk.svg\"},\"\"),height:\"100%\",id:\"J5MJIp2No\",layoutId:\"J5MJIp2No\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Help & Support\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vAbW2f6VZ\"},implicitPathVariables:undefined}],children:resolvedLinks62=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-15j4841-container\",layoutDependency:layoutDependency,layoutId:\"wv_EqVIsg-container\",nodeId:\"wv_EqVIsg\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Spot irregular patterns\",E_jZRIPq2:resolvedLinks62[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/ifCoj6NHNSWwR4NhfmulTu2YZ4.svg\"},\"\"),height:\"100%\",id:\"wv_EqVIsg\",layoutId:\"wv_EqVIsg\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Career\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vAbW2f6VZ\"},implicitPathVariables:undefined}],children:resolvedLinks63=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-j8adfi-container\",layoutDependency:layoutDependency,layoutId:\"hxvpXRfVP-container\",nodeId:\"hxvpXRfVP\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Optimize conversion paths\",E_jZRIPq2:resolvedLinks63[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/ifCoj6NHNSWwR4NhfmulTu2YZ4.svg\"},\"\"),height:\"100%\",id:\"hxvpXRfVP\",layoutId:\"hxvpXRfVP\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Contact Us\"})})})})]})]}),isDisplayed27()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1npspi3\",layoutDependency:layoutDependency,layoutId:\"E2GPKtm6v\",style:{backgroundColor:\"rgb(250, 251, 253)\",borderBottomRightRadius:35},children:[isDisplayed28()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yqw8n9\",layoutDependency:layoutDependency,layoutId:\"EBtXPqPg9\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qtf2jt\",layoutDependency:layoutDependency,layoutId:\"qhWcV4ed9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(103, 116, 137))\"},children:\"Santa Clara, America\"})}),className:\"framer-tp838y\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"nv_67IjgF\",style:{\"--extracted-r6o4lv\":\"rgb(103, 116, 137)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:15,pixelWidth:14,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/O9yIBGrnPYoIcGAsGT7Hu0fLRs.svg\"},className:\"framer-10catse\",layoutDependency:layoutDependency,layoutId:\"Og8pw2j4F\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-27y33r\",layoutDependency:layoutDependency,layoutId:\"vEPfemoqK\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(103, 116, 137))\"},children:\"Santa Clara, America\"})}),className:\"framer-1bqsurt\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"MKDyjUraI\",style:{\"--extracted-r6o4lv\":\"rgb(103, 116, 137)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:15,pixelWidth:14,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/O9yIBGrnPYoIcGAsGT7Hu0fLRs.svg\"},className:\"framer-1kuxj1r\",layoutDependency:layoutDependency,layoutId:\"moSFjXGRJ\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-is8sfz\",layoutDependency:layoutDependency,layoutId:\"y5O6Kmr1d\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(103, 116, 137))\"},children:\"Santa Clara, America\"})}),className:\"framer-1sb0efs\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"cOl4XUzcO\",style:{\"--extracted-r6o4lv\":\"rgb(103, 116, 137)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:15,pixelWidth:14,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/O9yIBGrnPYoIcGAsGT7Hu0fLRs.svg\"},className:\"framer-j89gfy\",layoutDependency:layoutDependency,layoutId:\"vVqHGR1Tq\"})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-m7w9iz\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"I_7c4YscB\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r1wpo4\",\"data-framer-name\":\"Frame 1000002325\",layoutDependency:layoutDependency,layoutId:\"N9RgvztKq\",style:{backgroundColor:\"rgb(230, 237, 255)\",borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:24,borderTopRightRadius:24},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-392u3h\",\"data-framer-name\":\"Frame 1000002398\",layoutDependency:layoutDependency,layoutId:\"Tv0XCziXq\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-k7706x\",\"data-framer-name\":\"Frame 1000002399\",layoutDependency:layoutDependency,layoutId:\"kQDXbcts8\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(38, 62, 129))\"},children:\"Signup B2Metric Today\"})}),className:\"framer-1rgeu99\",\"data-framer-name\":\"Signup B2Metric Today\",fonts:[\"GF;Figtree-700\"],layoutDependency:layoutDependency,layoutId:\"zLG7QJ47J\",style:{\"--extracted-r6o4lv\":\"rgb(38, 62, 129)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(39, 62, 129, 0.8))\"},children:\"B2Metric: Behavioral AI platform delivering self-service customer journey marketing insights.\"})}),className:\"framer-67s32j\",\"data-framer-name\":\"B2Metric: Behavioral AI platform delivering self-service customer journey marketing insights.\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"zs1ZtR2t4\",style:{\"--extracted-r6o4lv\":\"rgba(39, 62, 129, 0.8)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Link,{href:\"https://analytics.b2metric.com/auth/signup\",motionChild:true,nodeId:\"e2D9GEX4l\",openInNewTab:false,scopeId:\"ZTs0YDfeQ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-p3pg9x framer-12jril4\",\"data-border\":true,\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"e2D9GEX4l\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(6, 20, 56, 0.21)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"linear-gradient(90deg, var(--token-da3f52eb-c374-46e4-bdb3-1ed369e9a786, rgb(173, 255, 0)) 0%, var(--token-bdeb037e-5426-449d-b8b0-a8f6344b0a82, rgb(50, 205, 50)) 100%)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:/*#__PURE__*/_jsx(motion.button,{className:\"framer-16p8vn9\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"kfbgxY03W\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56)))\"},children:\"Get Started Free\"})}),className:\"framer-155er3b\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"YEo98XdBt\",style:{\"--extracted-r6o4lv\":\"var(--token-8fdcd59b-704d-4a83-ae4f-094efe8f2d26, rgb(6, 20, 56))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})})})]})})})]})]})}),isDisplayed7()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-104ccbh\",\"data-border\":true,\"data-framer-appear-id\":\"104ccbh\",\"data-framer-name\":\"Bottom\",initial:animation6,layoutDependency:layoutDependency,layoutId:\"Zd9tnn7tS\",optimized:true,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(46, 57, 126, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:30,borderBottomRightRadius:30},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cglsf6\",layoutDependency:layoutDependency,layoutId:\"rs9miDpOV\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nglf4u\",layoutDependency:layoutDependency,layoutId:\"LEKOuAz9d\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-944h9q\",layoutDependency:layoutDependency,layoutId:\"T3oep2Fr8\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(151, 163, 183))\"},children:\"SECTOR SOLUTIONS\"})}),className:\"framer-1leen30\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"urofojN0Y\",style:{\"--extracted-r6o4lv\":\"rgb(151, 163, 183)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1d5rcuk\",layoutDependency:layoutDependency,layoutId:\"YyS0VIbcY\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pukRu6ug9\"},implicitPathVariables:undefined},{href:{webPageId:\"pukRu6ug9\"},implicitPathVariables:undefined}],children:resolvedLinks64=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({C_KDskRfi:{y:(componentViewport?.y||0)+((componentViewport?.height||74)*3.3108108108108114-171)+0+0+0+0+30+24.4+10+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1w5myta-container\",layoutDependency:layoutDependency,layoutId:\"V_d4R8MGY-container\",nodeId:\"V_d4R8MGY\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Understand user actions\",E_jZRIPq2:resolvedLinks64[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/drR3x72e6ZOe66ECYEzqdmhFKE.svg\"},\"\"),height:\"100%\",id:\"V_d4R8MGY\",layoutId:\"V_d4R8MGY\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Ecommerce\",...addPropertyOverrides({C_KDskRfi:{E_jZRIPq2:resolvedLinks64[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"LmVwQvN_u\"},implicitPathVariables:undefined},{href:{webPageId:\"LmVwQvN_u\"},implicitPathVariables:undefined}],children:resolvedLinks65=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({C_KDskRfi:{y:(componentViewport?.y||0)+((componentViewport?.height||74)*3.3108108108108114-171)+0+0+0+0+30+24.4+10+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1gft3e3-container\",layoutDependency:layoutDependency,layoutId:\"yz1Xf78Ed-container\",nodeId:\"yz1Xf78Ed\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"B2Metric for Ecommerce\",E_jZRIPq2:resolvedLinks65[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/388Oo0kFI1XTGrHcW48Ju7As3X0.svg\"},\"\"),height:\"100%\",id:\"yz1Xf78Ed\",layoutId:\"yz1Xf78Ed\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Retail & Ecommerce\",...addPropertyOverrides({C_KDskRfi:{E_jZRIPq2:resolvedLinks65[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"KbVV1VxhY\"},implicitPathVariables:undefined},{href:{webPageId:\"KbVV1VxhY\"},implicitPathVariables:undefined}],children:resolvedLinks66=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({C_KDskRfi:{y:(componentViewport?.y||0)+((componentViewport?.height||74)*3.3108108108108114-171)+0+0+0+0+30+24.4+10+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-iokl36-container\",layoutDependency:layoutDependency,layoutId:\"LkmemzAny-container\",nodeId:\"LkmemzAny\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"B2Metric for automative\",E_jZRIPq2:resolvedLinks66[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:21,src:\"https://framerusercontent.com/images/j37H8moGS4ED7sOF51BMdbRIQg.svg\"},\"\"),height:\"100%\",id:\"LkmemzAny\",layoutId:\"LkmemzAny\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Automative\",...addPropertyOverrides({C_KDskRfi:{E_jZRIPq2:resolvedLinks66[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"fgrydetz1\"},implicitPathVariables:undefined},{href:{webPageId:\"fgrydetz1\"},implicitPathVariables:undefined}],children:resolvedLinks67=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({C_KDskRfi:{y:(componentViewport?.y||0)+((componentViewport?.height||74)*3.3108108108108114-171)+0+0+0+0+30+24.4+10+53.6667}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-70qbn5-container\",layoutDependency:layoutDependency,layoutId:\"sbjwAvx8Z-container\",nodeId:\"sbjwAvx8Z\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"B2Metric for airlines\",E_jZRIPq2:resolvedLinks67[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:21,src:\"https://framerusercontent.com/images/bCNdmAKuPXMxayhykBQZbcIcVFk.svg\"},\"\"),height:\"100%\",id:\"sbjwAvx8Z\",layoutId:\"sbjwAvx8Z\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Airlines\",...addPropertyOverrides({C_KDskRfi:{E_jZRIPq2:resolvedLinks67[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"qY2dcZQyn\"},implicitPathVariables:undefined},{href:{webPageId:\"qY2dcZQyn\"},implicitPathVariables:undefined}],children:resolvedLinks68=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({C_KDskRfi:{y:(componentViewport?.y||0)+((componentViewport?.height||74)*3.3108108108108114-171)+0+0+0+0+30+24.4+10+53.6667}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ej6xx1-container\",layoutDependency:layoutDependency,layoutId:\"nHTof6XkR-container\",nodeId:\"nHTof6XkR\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"B2Metric for banking\",E_jZRIPq2:resolvedLinks68[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:21,src:\"https://framerusercontent.com/images/IdJvQrZdR0zYEriAMp9UVNQiU.svg\"},\"\"),height:\"100%\",id:\"nHTof6XkR\",layoutId:\"nHTof6XkR\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Banking\",...addPropertyOverrides({C_KDskRfi:{E_jZRIPq2:resolvedLinks68[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"eFNbMv3IV\"},implicitPathVariables:undefined},{href:{webPageId:\"eFNbMv3IV\"},implicitPathVariables:undefined}],children:resolvedLinks69=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({C_KDskRfi:{y:(componentViewport?.y||0)+((componentViewport?.height||74)*3.3108108108108114-171)+0+0+0+0+30+24.4+10+53.6667}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-9dcn3x-container\",layoutDependency:layoutDependency,layoutId:\"g4t7MSxnc-container\",nodeId:\"g4t7MSxnc\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"B2Metric for insurance\",E_jZRIPq2:resolvedLinks69[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:21,src:\"https://framerusercontent.com/images/p3IH2gbbQ87V1nZGeRAHJneIZU.svg\"},\"brain\"),height:\"100%\",id:\"g4t7MSxnc\",layoutId:\"g4t7MSxnc\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Insurance\",...addPropertyOverrides({C_KDskRfi:{E_jZRIPq2:resolvedLinks69[1]}},baseVariant,gestureVariant)})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ekw6wh\",layoutDependency:layoutDependency,layoutId:\"YdbT4vltw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(151, 163, 183))\"},children:\"ABOUT US\"})}),className:\"framer-1g2w04k\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"INfaSsTPf\",style:{\"--extracted-r6o4lv\":\"rgb(151, 163, 183)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-181phvx\",layoutDependency:layoutDependency,layoutId:\"x5AN_0mbG\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"V7ZwQ_paf\"},implicitPathVariables:undefined},{href:{webPageId:\"V7ZwQ_paf\"},implicitPathVariables:undefined}],children:resolvedLinks70=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({C_KDskRfi:{y:(componentViewport?.y||0)+((componentViewport?.height||74)*3.3108108108108114-171)+0+0+0+184.4+0+24.4+10+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1m4lbpl-container\",layoutDependency:layoutDependency,layoutId:\"oJqBmlpv1-container\",nodeId:\"oJqBmlpv1\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Learn about your users\",E_jZRIPq2:resolvedLinks70[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/nFmbgJvzvxq4bL9mXZR1VN3g3s.svg\"},\"\"),height:\"100%\",id:\"oJqBmlpv1\",layoutId:\"oJqBmlpv1\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Become a Partner\",...addPropertyOverrides({C_KDskRfi:{E_jZRIPq2:resolvedLinks70[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ZWWf2I_oe\"},implicitPathVariables:undefined},{href:{webPageId:\"ZWWf2I_oe\"},implicitPathVariables:undefined}],children:resolvedLinks71=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({C_KDskRfi:{y:(componentViewport?.y||0)+((componentViewport?.height||74)*3.3108108108108114-171)+0+0+0+184.4+0+24.4+10+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-nguyb3-container\",layoutDependency:layoutDependency,layoutId:\"isX2jkHy_-container\",nodeId:\"isX2jkHy_\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Predict user attrition early\",E_jZRIPq2:resolvedLinks71[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/ZWeESkC94yaUFeNRYzV3N68wDg.svg\"},\"\"),height:\"100%\",id:\"isX2jkHy_\",layoutId:\"isX2jkHy_\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"About Us\",...addPropertyOverrides({C_KDskRfi:{E_jZRIPq2:resolvedLinks71[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"GFtY2lfqb\"},implicitPathVariables:undefined},{href:{webPageId:\"GFtY2lfqb\"},implicitPathVariables:undefined}],children:resolvedLinks72=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({C_KDskRfi:{y:(componentViewport?.y||0)+((componentViewport?.height||74)*3.3108108108108114-171)+0+0+0+184.4+0+24.4+10+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-12vzugm-container\",layoutDependency:layoutDependency,layoutId:\"ERD6N685u-container\",nodeId:\"ERD6N685u\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Analyze user behavior trends\",E_jZRIPq2:resolvedLinks72[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:21,src:\"https://framerusercontent.com/images/TgnBoWejy9xNgnA24ZyBCrODE.svg\"},\"\"),height:\"100%\",id:\"ERD6N685u\",layoutId:\"ERD6N685u\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Events\",...addPropertyOverrides({C_KDskRfi:{E_jZRIPq2:resolvedLinks72[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Yt3XcrYqB\"},implicitPathVariables:undefined},{href:{webPageId:\"Yt3XcrYqB\"},implicitPathVariables:undefined}],children:resolvedLinks73=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({C_KDskRfi:{y:(componentViewport?.y||0)+((componentViewport?.height||74)*3.3108108108108114-171)+0+0+0+184.4+0+24.4+10+53.5333}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1iu18gx-container\",layoutDependency:layoutDependency,layoutId:\"JYV0xiIKk-container\",nodeId:\"JYV0xiIKk\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Spot irregular patterns\",E_jZRIPq2:resolvedLinks73[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:21,src:\"https://framerusercontent.com/images/9BFrR1Um5Toio47SaVDpHWDYDcI.svg\"},\"\"),height:\"100%\",id:\"JYV0xiIKk\",layoutId:\"JYV0xiIKk\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Career\",...addPropertyOverrides({C_KDskRfi:{E_jZRIPq2:resolvedLinks73[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"DbF8DaQZ1\"},implicitPathVariables:undefined},{href:{webPageId:\"DbF8DaQZ1\"},implicitPathVariables:undefined}],children:resolvedLinks74=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({C_KDskRfi:{y:(componentViewport?.y||0)+((componentViewport?.height||74)*3.3108108108108114-171)+0+0+0+184.4+0+24.4+10+53.5333}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1wgtq70-container\",layoutDependency:layoutDependency,layoutId:\"Vd3NzB6wq-container\",nodeId:\"Vd3NzB6wq\",rendersWithMotion:true,scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsx(HeaderMenuItem,{D1M3sHvr8:\"Optimize conversion paths\",E_jZRIPq2:resolvedLinks74[0],EcP1hXN67:addImageAlt({pixelHeight:20,pixelWidth:21,src:\"https://framerusercontent.com/images/2rnBtejgAvMpafyeCOBSGd2xs34.svg\"},\"brain\"),height:\"100%\",id:\"Vd3NzB6wq\",layoutId:\"Vd3NzB6wq\",NtCZKUjVI:\"rgb(17, 27, 41)\",width:\"100%\",ypxNhB4_C:\"Contact Us\",...addPropertyOverrides({C_KDskRfi:{E_jZRIPq2:resolvedLinks74[1]}},baseVariant,gestureVariant)})})})})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xwk4q9\",layoutDependency:layoutDependency,layoutId:\"PESfQTV_p\",style:{backgroundColor:\"rgb(250, 251, 253)\",borderBottomRightRadius:35},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-72lfq\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"jpzycH5rk\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(151, 163, 183))\"},children:\"OUR OFFICE\"})}),className:\"framer-18elrn3\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"GRsz0ATdD\",style:{\"--extracted-r6o4lv\":\"rgb(151, 163, 183)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-brylpt\",layoutDependency:layoutDependency,layoutId:\"WEFdRwKR8\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:181,pixelWidth:280,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/iNNWhSA4TvnpFOIaxXgGERCAbP4.svg\"},className:\"framer-5azz55\",layoutDependency:layoutDependency,layoutId:\"vz9A3xtyM\",...addPropertyOverrides({C_KDskRfi:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||74)*3.3108108108108114-171)+0+0+10+64.4+0),pixelHeight:181,pixelWidth:280,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/iNNWhSA4TvnpFOIaxXgGERCAbP4.svg\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pz2t3i\",layoutDependency:layoutDependency,layoutId:\"Ksd181bO3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItRXh0cmFCb2xk\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"800\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 27, 41))\"},children:\"Serving customers from \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItRXh0cmFCb2xk\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"800\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(17, 27, 41))\"},children:\"cross the globe\"})]}),className:\"framer-1rg91be\",fonts:[\"Inter-ExtraBold\"],layoutDependency:layoutDependency,layoutId:\"VzUusGCD9\",style:{\"--extracted-2gxw0f\":\"rgb(17, 27, 41)\",\"--extracted-r6o4lv\":\"rgb(17, 27, 41)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tqaemf\",layoutDependency:layoutDependency,layoutId:\"v_wDDhShJ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(103, 116, 137))\"},children:\"Santa Clara, America\"})}),className:\"framer-1myffsq\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"ETAmcCbYC\",style:{\"--extracted-r6o4lv\":\"rgb(103, 116, 137)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-cdijbu\",\"data-framer-name\":\"Location-marker\",fill:\"black\",intrinsicHeight:17,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"OqJA5BpKu\",svg:'<svg width=\"16\" height=\"17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m11.772 11.605-2.358 2.357a1.999 1.999 0 0 1-2.827 0l-2.358-2.357a5.333 5.333 0 1 1 7.543 0Z\" stroke=\"#111B29\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10 7.833a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\" stroke=\"#111B29\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lcbfr4\",layoutDependency:layoutDependency,layoutId:\"ArOK7zReZ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(103, 116, 137))\"},children:\"London, United Kingdom\"})}),className:\"framer-16djfcv\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"uPfe_bchf\",style:{\"--extracted-r6o4lv\":\"rgb(103, 116, 137)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ojq9mb\",\"data-framer-name\":\"Location-marker\",fill:\"black\",intrinsicHeight:17,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"RLCeKVbLp\",svg:'<svg width=\"16\" height=\"17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m11.772 11.605-2.358 2.357a1.999 1.999 0 0 1-2.827 0l-2.358-2.357a5.333 5.333 0 1 1 7.543 0Z\" stroke=\"#111B29\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10 7.833a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\" stroke=\"#111B29\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vqd597\",layoutDependency:layoutDependency,layoutId:\"CjjWis1qa\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(103, 116, 137))\"},children:\"Istanbul, Turkey\"})}),className:\"framer-fg1e55\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"KHSUJyxZt\",style:{\"--extracted-r6o4lv\":\"rgb(103, 116, 137)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ronve2\",\"data-framer-name\":\"Location-marker\",fill:\"black\",intrinsicHeight:17,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"xUEUNTUYb\",svg:'<svg width=\"16\" height=\"17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m11.772 11.605-2.358 2.357a1.999 1.999 0 0 1-2.827 0l-2.358-2.357a5.333 5.333 0 1 1 7.543 0Z\" stroke=\"#111B29\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10 7.833a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\" stroke=\"#111B29\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZWWf2I_oe\"},motionChild:true,nodeId:\"hfTLEXKo6\",scopeId:\"ZTs0YDfeQ\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1wahe90 framer-12jril4\",layoutDependency:layoutDependency,layoutId:\"hfTLEXKo6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 27, 41))\"},children:\"See all\"})}),className:\"framer-7ame49\",fonts:[\"GF;Figtree-700\"],layoutDependency:layoutDependency,layoutId:\"E8MwdKzbx\",style:{\"--extracted-r6o4lv\":\"rgb(17, 27, 41)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:16,pixelWidth:16,src:\"https://framerusercontent.com/images/21Zu06LCyJXfnnXGcooiNxxGts.svg\"},className:\"framer-1m190bg\",layoutDependency:layoutDependency,layoutId:\"jQ95JW4MA\",...addPropertyOverrides({C_KDskRfi:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||74)*3.3108108108108114-171)+0+0+10+64.4+0+0+522+0),pixelHeight:16,pixelWidth:16,src:\"https://framerusercontent.com/images/21Zu06LCyJXfnnXGcooiNxxGts.svg\"}}},baseVariant,gestureVariant)})]})})]})]})]})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-DVkrl.framer-12jril4, .framer-DVkrl .framer-12jril4 { display: block; }\",\".framer-DVkrl.framer-15uvvr4 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 33px; height: min-content; justify-content: center; overflow: visible; padding: 15px; position: relative; width: 1200px; }\",\".framer-DVkrl .framer-jqxm5b { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-DVkrl .framer-gurt7x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 20px; position: relative; width: min-content; }\",\".framer-DVkrl .framer-3ez8co { flex: none; height: 50px; position: relative; text-decoration: none; width: 176px; }\",\".framer-DVkrl .framer-1236lk4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 27px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-DVkrl .framer-25b80s { flex: none; height: 36px; position: relative; text-decoration: none; width: 128px; }\",\".framer-DVkrl .framer-1heq41r-container, .framer-DVkrl .framer-c8komy-container, .framer-DVkrl .framer-to31am-container, .framer-DVkrl .framer-1yycv9j-container, .framer-DVkrl .framer-1ypmrv1-container, .framer-DVkrl .framer-16ctqzt-container, .framer-DVkrl .framer-1dtgeei-container, .framer-DVkrl .framer-1c2davp-container, .framer-DVkrl .framer-3w43dz-container, .framer-DVkrl .framer-19mvfu4-container, .framer-DVkrl .framer-1tw0eyk-container, .framer-DVkrl .framer-lp9sll-container, .framer-DVkrl .framer-mu4fkw-container, .framer-DVkrl .framer-zqma0x-container, .framer-DVkrl .framer-1ykxhmd-container, .framer-DVkrl .framer-7j5es7-container, .framer-DVkrl .framer-1garaet-container, .framer-DVkrl .framer-khmwh2-container, .framer-DVkrl .framer-7mends-container, .framer-DVkrl .framer-1ac1flj-container, .framer-DVkrl .framer-1gqshs-container, .framer-DVkrl .framer-17sfolr-container, .framer-DVkrl .framer-1nufqtk-container, .framer-DVkrl .framer-12gp309-container, .framer-DVkrl .framer-3dff4e-container, .framer-DVkrl .framer-148hb1f-container, .framer-DVkrl .framer-1q2x6uy-container, .framer-DVkrl .framer-15j4841-container, .framer-DVkrl .framer-j8adfi-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-DVkrl .framer-1orx7qr, .framer-DVkrl .framer-erbuqf, .framer-DVkrl .framer-1vx17yn, .framer-DVkrl .framer-pbynrr, .framer-DVkrl .framer-1wv2iel, .framer-DVkrl .framer-1mpymva, .framer-DVkrl .framer-hpmwhw, .framer-DVkrl .framer-1k9ehvo, .framer-DVkrl .framer-1ow9fq7, .framer-DVkrl .framer-hibgxx, .framer-DVkrl .framer-1n0j4ae, .framer-DVkrl .framer-ecatxd, .framer-DVkrl .framer-1lzstsj, .framer-DVkrl .framer-1ysr46, .framer-DVkrl .framer-wzgdyb, .framer-DVkrl .framer-nn2bdo, .framer-DVkrl .framer-3imp5e, .framer-DVkrl .framer-10rbfb9, .framer-DVkrl .framer-1f25snw, .framer-DVkrl .framer-16p8vn9 { align-content: center; align-items: center; cursor: pointer; 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: min-content; }\",\".framer-DVkrl .framer-1au69jc, .framer-DVkrl .framer-38c5dy, .framer-DVkrl .framer-1kdt8ea, .framer-DVkrl .framer-9esw7e, .framer-DVkrl .framer-1h9hf1h, .framer-DVkrl .framer-jif5k5, .framer-DVkrl .framer-11hsi5g, .framer-DVkrl .framer-ey8yme, .framer-DVkrl .framer-1a0y37h, .framer-DVkrl .framer-xmql9j, .framer-DVkrl .framer-1iymibt, .framer-DVkrl .framer-1pziu48 { aspect-ratio: 1 / 1; cursor: pointer; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 24px); overflow: hidden; position: relative; width: 24px; }\",\".framer-DVkrl .framer-1at5o7o, .framer-DVkrl .framer-197ev00, .framer-DVkrl .framer-jrcpnq, .framer-DVkrl .framer-zgg2fo, .framer-DVkrl .framer-1dih2nk, .framer-DVkrl .framer-1unwh4j, .framer-DVkrl .framer-1jxxg2c, .framer-DVkrl .framer-1bzo0fg, .framer-DVkrl .framer-8pcvcw, .framer-DVkrl .framer-1jgvpk6, .framer-DVkrl .framer-1brwfak, .framer-DVkrl .framer-eezxuc, .framer-DVkrl .framer-1ntf52q { bottom: 8px; flex: none; left: 5px; position: absolute; right: 6px; top: 8px; }\",\".framer-DVkrl .framer-61nmta, .framer-DVkrl .framer-1qhnzgq, .framer-DVkrl .framer-2ej94h, .framer-DVkrl .framer-18kywn4, .framer-DVkrl .framer-17worqg, .framer-DVkrl .framer-16mqtg4, .framer-DVkrl .framer-1htva2b, .framer-DVkrl .framer-w69590, .framer-DVkrl .framer-mlw53y, .framer-DVkrl .framer-2in4x2, .framer-DVkrl .framer-1hz0c59, .framer-DVkrl .framer-1i1eybi { -webkit-user-select: none; cursor: pointer; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-DVkrl .framer-1iijdoq { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 200px; min-width: 1px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-DVkrl .framer-1n1f9lg, .framer-DVkrl .framer-1boe4kh, .framer-DVkrl .framer-1b1jsp6, .framer-DVkrl .framer-y7zxcc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 20px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 53px; }\",\".framer-DVkrl .framer-35nhs5, .framer-DVkrl .framer-trs0u7, .framer-DVkrl .framer-uraws1, .framer-DVkrl .framer-1s4a0qo, .framer-DVkrl .framer-1iq151u, .framer-DVkrl .framer-gsi0b2, .framer-DVkrl .framer-1bbiibm, .framer-DVkrl .framer-167vxpt, .framer-DVkrl .framer-1bsc7ci, .framer-DVkrl .framer-s7wj8c, .framer-DVkrl .framer-vzbia9, .framer-DVkrl .framer-emhamy, .framer-DVkrl .framer-kh040g, .framer-DVkrl .framer-tp838y, .framer-DVkrl .framer-1bqsurt, .framer-DVkrl .framer-1sb0efs, .framer-DVkrl .framer-1rgeu99, .framer-DVkrl .framer-155er3b, .framer-DVkrl .framer-1leen30, .framer-DVkrl .framer-1g2w04k, .framer-DVkrl .framer-18elrn3, .framer-DVkrl .framer-7ame49 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-DVkrl .framer-198v858, .framer-DVkrl .framer-8nqtte, .framer-DVkrl .framer-edpqoq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-DVkrl .framer-y1321p, .framer-DVkrl .framer-xstj2y, .framer-DVkrl .framer-1whdgo5 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-DVkrl .framer-s2gfev { flex: none; height: 44px; position: relative; text-decoration: none; width: 156px; }\",\".framer-DVkrl .framer-x4gked { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 10px 0px 20px; position: relative; width: 1px; }\",\".framer-DVkrl .framer-1p0shcy { 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: 0px; position: relative; text-decoration: none; width: min-content; z-index: 2; }\",\".framer-DVkrl .framer-16uxp9a { flex: none; height: 30px; position: relative; width: 106px; }\",\".framer-DVkrl .framer-1vsrmc4, .framer-DVkrl .framer-b88w72 { flex: none; height: 44px; overflow: hidden; position: relative; width: 44px; }\",\".framer-DVkrl .framer-lr5stt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: 16px; justify-content: center; left: calc(50.00000000000002% - 24px / 2); overflow: visible; padding: 0px; position: absolute; top: calc(50.00000000000002% - 16px / 2); width: 24px; }\",\".framer-DVkrl .framer-mbobsx, .framer-DVkrl .framer-1vz0ngk, .framer-DVkrl .framer-1ugbyx7 { flex: none; height: 2px; overflow: hidden; position: relative; width: 24px; }\",\".framer-DVkrl .framer-o0e9uy { 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: 1300px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-DVkrl .framer-mdhhhm { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DVkrl .framer-eulexz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DVkrl .framer-1cuiwui { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 20px 0px 20px; position: relative; width: 1px; }\",\".framer-DVkrl .framer-49z8gl { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 24px); overflow: hidden; position: relative; width: 24px; }\",\".framer-DVkrl .framer-1s906p6 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-height: 43px; overflow: visible; padding: 10px 20px 15px 20px; position: relative; width: 1px; }\",\".framer-DVkrl .framer-ap2vfk, .framer-DVkrl .framer-1gqcvgz, .framer-DVkrl .framer-1swrksy, .framer-DVkrl .framer-t49f4o, .framer-DVkrl .framer-17ra4sd, .framer-DVkrl .framer-1myffsq, .framer-DVkrl .framer-16djfcv, .framer-DVkrl .framer-fg1e55 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-DVkrl .framer-1fnnhcz { 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: visible; padding: 0px 20px 30px 20px; position: relative; width: 1px; }\",\".framer-DVkrl .framer-wuzilq, .framer-DVkrl .framer-1ez03xg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DVkrl .framer-mb09it-container, .framer-DVkrl .framer-8503m-container, .framer-DVkrl .framer-rirdcn-container, .framer-DVkrl .framer-8216wp-container, .framer-DVkrl .framer-1tzn2a0-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-DVkrl .framer-omn8cc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px 0px 10px 0px; position: relative; width: 100%; }\",\".framer-DVkrl .framer-xu4mq1, .framer-DVkrl .framer-grskum, .framer-DVkrl .framer-3000rk, .framer-DVkrl .framer-12zgsxu, .framer-DVkrl .framer-67s32j { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-DVkrl .framer-1wc1221 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 113px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DVkrl .framer-nyusmv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DVkrl .framer-fa8p9a { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 335px; word-break: break-word; word-wrap: break-word; }\",\".framer-DVkrl .framer-1e6ysez { flex: none; height: 113px; overflow: visible; position: relative; width: 100%; }\",\".framer-DVkrl .framer-n9e3b0, .framer-DVkrl .framer-oi1wxk, .framer-DVkrl .framer-1n223dh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 23px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DVkrl .framer-8zam57, .framer-DVkrl .framer-iiapqm, .framer-DVkrl .framer-wlub61, .framer-DVkrl .framer-cdijbu, .framer-DVkrl .framer-1ojq9mb, .framer-DVkrl .framer-1ronve2 { aspect-ratio: 0.9411764705882353 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 17px); position: relative; width: 16px; }\",\".framer-DVkrl .framer-1tq7okh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px 10px 0px 20px; position: relative; width: 100%; z-index: 2; }\",\".framer-DVkrl .framer-v4cod1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: 29px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-DVkrl .framer-1psltl2, .framer-DVkrl .framer-1a0vkra, .framer-DVkrl .framer-4iubze, .framer-DVkrl .framer-zuxnee, .framer-DVkrl .framer-5yh02b, .framer-DVkrl .framer-1euek7n, .framer-DVkrl .framer-1xt4irx { -webkit-user-select: none; flex: 1 0 0px; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-DVkrl .framer-1gu22ru { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: 29px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-DVkrl .framer-2olfdn { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-DVkrl .framer-d2tfmb, .framer-DVkrl .framer-17vmvzd, .framer-DVkrl .framer-jfdngt { flex: none; gap: 2px; height: 14px; overflow: visible; position: relative; width: 14px; }\",\".framer-DVkrl .framer-bwfgv4, .framer-DVkrl .framer-19wv8q, .framer-DVkrl .framer-127653u { flex: none; height: 14px; left: calc(50.00000000000002% - 14px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 14px / 2); width: 14px; }\",\".framer-DVkrl .framer-1njpr9k, .framer-DVkrl .framer-ova051, .framer-DVkrl .framer-1as6ujj { flex: none; height: 14px; left: calc(50.00000000000002% - 14px / 2); position: absolute; top: calc(50.00000000000002% - 14px / 2); width: 14px; }\",\".framer-DVkrl .framer-1miitgb, .framer-DVkrl .framer-2w52se { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DVkrl .framer-1rfc5kv { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-DVkrl .framer-1y4oh21 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-DVkrl .framer-1nw20bu { 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-DVkrl .framer-rbrop1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 64px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DVkrl .framer-sant8v { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: 64px; justify-content: space-between; overflow: visible; padding: 0px 10px 0px 20px; position: relative; text-decoration: none; width: 1px; z-index: 2; }\",\".framer-DVkrl .framer-s5hm70 { flex: none; height: 28px; position: relative; width: 99px; }\",\".framer-DVkrl .framer-r8gqgf, .framer-DVkrl .framer-12ampga { flex: none; height: 2px; left: calc(50.00000000000002% - 12px / 2); overflow: hidden; position: absolute; top: calc(52.272727272727295% - 2px / 2); width: 12px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DVkrl .framer-pbvyy0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: center; max-width: 390px; overflow: visible; padding: 30px 20px 30px 20px; position: relative; width: 100%; }\",\".framer-DVkrl .framer-f0f3ib, .framer-DVkrl .framer-blbk3b { height: 150px; overflow: hidden; position: relative; width: 200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DVkrl .framer-18hm0ct-container { flex: none; height: auto; position: relative; width: 350px; }\",\".framer-DVkrl .framer-b0oof9 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 44px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-DVkrl .framer-noa2fz, .framer-DVkrl .framer-t0a0ji { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: 44px; justify-content: center; overflow: visible; padding: 0px 20px 0px 0px; position: relative; width: min-content; }\",\".framer-DVkrl .framer-l3pyb2, .framer-DVkrl .framer-1c3lf4y, .framer-DVkrl .framer-1uho2dy, .framer-DVkrl .framer-1m5a9p0, .framer-DVkrl .framer-pye54m, .framer-DVkrl .framer-p3pg9x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; padding: 8px 12px 8px 12px; position: relative; text-decoration: none; width: min-content; }\",\".framer-DVkrl .framer-ozg9k9, .framer-DVkrl .framer-7md4c9, .framer-DVkrl .framer-19gw55p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; padding: 8px 12px 8px 12px; position: relative; text-decoration: none; width: 79px; }\",\".framer-DVkrl .framer-t3jhnn { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 275px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-DVkrl .framer-1tkp3t1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 215px; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-DVkrl .framer-pqtvt { align-content: flex-start; align-items: flex-start; 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: min-content; }\",\".framer-DVkrl .framer-1b7sxro, .framer-DVkrl .framer-psoc58 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 864px; word-break: break-word; word-wrap: break-word; }\",\".framer-DVkrl .framer-1ugd71r { align-self: stretch; flex: none; height: auto; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-DVkrl .framer-5km17l { display: grid; flex: none; gap: 10px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: 180px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 864px; }\",\".framer-DVkrl .framer-1lof58h-container, .framer-DVkrl .framer-1ghdh1y-container, .framer-DVkrl .framer-1rvqwvl-container, .framer-DVkrl .framer-11j4mes-container, .framer-DVkrl .framer-syggfa-container, .framer-DVkrl .framer-1q09ues-container, .framer-DVkrl .framer-1g3nkzq-container, .framer-DVkrl .framer-fyiob2-container, .framer-DVkrl .framer-moubmr-container, .framer-DVkrl .framer-s9b981-container, .framer-DVkrl .framer-pqtoeb-container, .framer-DVkrl .framer-qakmh7-container, .framer-DVkrl .framer-19686d-container, .framer-DVkrl .framer-ntbxom-container, .framer-DVkrl .framer-1ae65yt-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-DVkrl .framer-cfeu4a-container, .framer-DVkrl .framer-1jyafrd-container, .framer-DVkrl .framer-15z4qrn-container, .framer-DVkrl .framer-1i9sm8m-container, .framer-DVkrl .framer-cbl8ol-container, .framer-DVkrl .framer-10uu0ns-container, .framer-DVkrl .framer-o5pws7-container, .framer-DVkrl .framer-2i73z4-container, .framer-DVkrl .framer-166swv5-container, .framer-DVkrl .framer-1vd17j2-container, .framer-DVkrl .framer-jcaj15-container, .framer-DVkrl .framer-ah3y17-container, .framer-DVkrl .framer-1jetmiy-container, .framer-DVkrl .framer-1fh4v3z-container, .framer-DVkrl .framer-1u3jflq-container, .framer-DVkrl .framer-1stjgua-container, .framer-DVkrl .framer-1w5myta-container, .framer-DVkrl .framer-1gft3e3-container, .framer-DVkrl .framer-iokl36-container, .framer-DVkrl .framer-70qbn5-container, .framer-DVkrl .framer-1ej6xx1-container, .framer-DVkrl .framer-9dcn3x-container, .framer-DVkrl .framer-1m4lbpl-container, .framer-DVkrl .framer-nguyb3-container, .framer-DVkrl .framer-12vzugm-container, .framer-DVkrl .framer-1iu18gx-container, .framer-DVkrl .framer-1wgtq70-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: fit-content; }\",\".framer-DVkrl .framer-1itkhr5-container, .framer-DVkrl .framer-dzm8wd-container, .framer-DVkrl .framer-69uop5-container, .framer-DVkrl .framer-1oidfk4-container, .framer-DVkrl .framer-1lm75ou-container, .framer-DVkrl .framer-1c33pao-container, .framer-DVkrl .framer-t26h0w-container, .framer-DVkrl .framer-kvgazn-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100px; }\",\".framer-DVkrl .framer-udyui4 { display: grid; flex: none; gap: 10px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(3, min-content); height: min-content; justify-content: center; overflow: visible; padding: 10px 0px 0px 0px; position: relative; width: 100px; }\",\".framer-DVkrl .framer-1gdaxe1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: absolute; right: 349px; text-decoration: none; top: 48%; width: min-content; }\",\".framer-DVkrl .framer-iivm9h, .framer-DVkrl .framer-1m190bg { flex: none; height: 20px; overflow: visible; position: relative; width: 20px; }\",\".framer-DVkrl .framer-eh6nsv, .framer-DVkrl .framer-1d89fs0 { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 20px; height: 120px; justify-content: flex-start; overflow: visible; padding: 10px 0px 0px 0px; position: relative; width: auto; }\",\".framer-DVkrl .framer-1npspi3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 100%; justify-content: center; overflow: hidden; padding: 1px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-DVkrl .framer-yqw8n9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 410px; }\",\".framer-DVkrl .framer-1qtf2jt, .framer-DVkrl .framer-27y33r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 14px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-DVkrl .framer-10catse, .framer-DVkrl .framer-1kuxj1r, .framer-DVkrl .framer-j89gfy { flex: none; height: 13px; overflow: visible; position: relative; width: 10px; }\",\".framer-DVkrl .framer-is8sfz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 14px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DVkrl .framer-m7w9iz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 11px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 10px; position: relative; width: 337px; }\",\".framer-DVkrl .framer-1r1wpo4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 15px; position: relative; width: min-content; }\",\".framer-DVkrl .framer-392u3h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 294px; }\",\".framer-DVkrl .framer-k7706x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DVkrl .framer-104ccbh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 342px; justify-content: center; left: calc(50.00000000000002% - min(1440px, 1440px) / 2); max-width: 1440px; overflow: hidden; padding: 0px; position: absolute; top: calc(331.08108108108115% - 342px / 2); width: 1440px; will-change: var(--framer-will-change-override, transform); z-index: 10; }\",\".framer-DVkrl .framer-1cglsf6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-DVkrl .framer-nglf4u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 773px; }\",\".framer-DVkrl .framer-944h9q { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 30px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-DVkrl .framer-1d5rcuk { display: grid; flex: none; gap: 61px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(3, minmax(0, 1fr)); height: 110px; justify-content: center; overflow: visible; padding: 10px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-DVkrl .framer-1ekw6wh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 155px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-DVkrl .framer-181phvx { display: grid; flex: 1 0 0px; gap: 60px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(3, minmax(0, 1fr)); height: 1px; justify-content: center; overflow: visible; padding: 10px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-DVkrl .framer-xwk4q9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 100%; justify-content: flex-start; overflow: hidden; padding: 10px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-DVkrl .framer-72lfq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 11px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 30px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-DVkrl .framer-brylpt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 211px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-DVkrl .framer-5azz55 { flex: none; gap: 10px; height: 181px; overflow: visible; position: relative; width: 280px; }\",\".framer-DVkrl .framer-pz2t3i { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: 200px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 192px; }\",\".framer-DVkrl .framer-1rg91be { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 192px; word-break: break-word; word-wrap: break-word; }\",\".framer-DVkrl .framer-1tqaemf, .framer-DVkrl .framer-lcbfr4, .framer-DVkrl .framer-vqd597 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DVkrl .framer-1wahe90 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-DVkrl.framer-v-15snkq0.framer-15uvvr4 { gap: unset; justify-content: space-between; padding: 10px; width: min-content; }\",\".framer-DVkrl.framer-v-15snkq0 .framer-gurt7x { gap: 6px; padding: 0px 10px 0px 10px; }\",\".framer-DVkrl.framer-v-15snkq0 .framer-1236lk4 { gap: 9px; order: 1; }\",\".framer-DVkrl.framer-v-15snkq0 .framer-198v858 { justify-content: flex-end; width: 60px; }\",\".framer-DVkrl.framer-v-15snkq0 .framer-xstj2y { white-space: pre-wrap; width: 60px; word-break: break-word; word-wrap: break-word; }\",\".framer-DVkrl.framer-v-15snkq0 .framer-b0oof9 { flex: none; width: 0px; }\",\".framer-DVkrl.framer-v-15snkq0 .framer-noa2fz { padding: 0px; }\",\".framer-DVkrl.framer-v-15snkq0 .framer-1c3lf4y, .framer-DVkrl.framer-v-lag2z2 .framer-v4cod1, .framer-DVkrl.framer-v-od2khu .framer-zqma0x-container, .framer-DVkrl.framer-v-78e163 .framer-erbuqf, .framer-DVkrl.framer-v-1177r9z .framer-1boe4kh { order: 3; }\",\".framer-DVkrl.framer-v-15snkq0 .framer-1uho2dy, .framer-DVkrl.framer-v-lag2z2 .framer-2olfdn, .framer-DVkrl.framer-v-lag2z2 .framer-d2tfmb, .framer-DVkrl.framer-v-lag2z2 .framer-17vmvzd, .framer-DVkrl.framer-v-lag2z2 .framer-jfdngt, .framer-DVkrl.framer-v-lag2z2 .framer-rbrop1, .framer-DVkrl.framer-v-lag2z2 .framer-1tzn2a0-container, .framer-DVkrl.framer-v-10uslw1 .framer-3000rk, .framer-DVkrl.framer-v-10uslw1 .framer-1tzn2a0-container, .framer-DVkrl.framer-v-od2khu .framer-omn8cc, .framer-DVkrl.framer-v-od2khu .framer-lp9sll-container, .framer-DVkrl.framer-v-od2khu .framer-1swrksy, .framer-DVkrl.framer-v-od2khu .framer-t49f4o, .framer-DVkrl.framer-v-od2khu .framer-17ra4sd, .framer-DVkrl.framer-v-od2khu .framer-1tzn2a0-container, .framer-DVkrl.framer-v-qipcf2 .framer-1tzn2a0-container, .framer-DVkrl.framer-v-78e163 .framer-1au69jc, .framer-DVkrl.framer-v-78e163 .framer-38c5dy, .framer-DVkrl.framer-v-78e163 .framer-1kdt8ea, .framer-DVkrl.framer-v-78e163 .framer-s2gfev, .framer-DVkrl.framer-v-1177r9z .framer-1h9hf1h, .framer-DVkrl.framer-v-1177r9z .framer-jif5k5, .framer-DVkrl.framer-v-1177r9z .framer-1pziu48, .framer-DVkrl.framer-v-1177r9z .framer-s2gfev, .framer-DVkrl.framer-v-1n4zmt9 .framer-11hsi5g, .framer-DVkrl.framer-v-1n4zmt9 .framer-ey8yme, .framer-DVkrl.framer-v-1n4zmt9 .framer-1a0y37h, .framer-DVkrl.framer-v-1n4zmt9 .framer-s2gfev, .framer-DVkrl.framer-v-1n4zmt9 .framer-1myffsq, .framer-DVkrl.framer-v-1n4zmt9 .framer-16djfcv, .framer-DVkrl.framer-v-1n4zmt9 .framer-fg1e55, .framer-DVkrl.framer-v-1n4zmt9 .framer-1m190bg, .framer-DVkrl.framer-v-13fzko8 .framer-9esw7e, .framer-DVkrl.framer-v-13fzko8 .framer-xmql9j, .framer-DVkrl.framer-v-13fzko8 .framer-1iymibt, .framer-DVkrl.framer-v-13fzko8 .framer-s2gfev { order: 1; }\",\".framer-DVkrl.framer-v-15snkq0 .framer-7md4c9, .framer-DVkrl.framer-v-lag2z2 .framer-1tq7okh, .framer-DVkrl.framer-v-lag2z2 .framer-1miitgb, .framer-DVkrl.framer-v-10uslw1 .framer-xu4mq1, .framer-DVkrl.framer-v-od2khu .framer-wuzilq, .framer-DVkrl.framer-v-od2khu .framer-mu4fkw-container, .framer-DVkrl.framer-v-78e163 .framer-1orx7qr, .framer-DVkrl.framer-v-1177r9z .framer-1236lk4, .framer-DVkrl.framer-v-1n4zmt9 .framer-1236lk4, .framer-DVkrl.framer-v-13fzko8 .framer-1236lk4 { order: 2; }\",\".framer-DVkrl.framer-v-p9vbce.framer-15uvvr4 { gap: unset; justify-content: space-between; width: 3840px; }\",\".framer-DVkrl.framer-v-p9vbce .framer-jqxm5b, .framer-DVkrl.framer-v-p9vbce .framer-3ez8co, .framer-DVkrl.framer-v-azgub8 .framer-16uxp9a, .framer-DVkrl.framer-v-lag2z2 .framer-1psltl2, .framer-DVkrl.framer-v-lag2z2 .framer-4iubze, .framer-DVkrl.framer-v-lag2z2 .framer-zuxnee, .framer-DVkrl.framer-v-lag2z2 .framer-2w52se, .framer-DVkrl.framer-v-lag2z2 .framer-1xt4irx, .framer-DVkrl.framer-v-lag2z2 .framer-8216wp-container, .framer-DVkrl.framer-v-10uslw1 .framer-wuzilq, .framer-DVkrl.framer-v-10uslw1 .framer-grskum, .framer-DVkrl.framer-v-10uslw1 .framer-rbrop1, .framer-DVkrl.framer-v-10uslw1 .framer-8216wp-container, .framer-DVkrl.framer-v-od2khu .framer-1ez03xg, .framer-DVkrl.framer-v-od2khu .framer-8zam57, .framer-DVkrl.framer-v-od2khu .framer-iiapqm, .framer-DVkrl.framer-v-od2khu .framer-wlub61, .framer-DVkrl.framer-v-od2khu .framer-rbrop1, .framer-DVkrl.framer-v-od2khu .framer-8216wp-container, .framer-DVkrl.framer-v-qipcf2 .framer-rbrop1, .framer-DVkrl.framer-v-qipcf2 .framer-8216wp-container, .framer-DVkrl.framer-v-78e163 .framer-61nmta, .framer-DVkrl.framer-v-78e163 .framer-1qhnzgq, .framer-DVkrl.framer-v-78e163 .framer-2ej94h, .framer-DVkrl.framer-v-78e163 .framer-1bbiibm, .framer-DVkrl.framer-v-1177r9z .framer-17worqg, .framer-DVkrl.framer-v-1177r9z .framer-16mqtg4, .framer-DVkrl.framer-v-1177r9z .framer-1i1eybi, .framer-DVkrl.framer-v-1n4zmt9 .framer-1htva2b, .framer-DVkrl.framer-v-1n4zmt9 .framer-w69590, .framer-DVkrl.framer-v-1n4zmt9 .framer-mlw53y, .framer-DVkrl.framer-v-1n4zmt9 .framer-1cglsf6, .framer-DVkrl.framer-v-1n4zmt9 .framer-cdijbu, .framer-DVkrl.framer-v-1n4zmt9 .framer-1ojq9mb, .framer-DVkrl.framer-v-1n4zmt9 .framer-1ronve2, .framer-DVkrl.framer-v-1n4zmt9 .framer-7ame49, .framer-DVkrl.framer-v-13fzko8 .framer-18kywn4, .framer-DVkrl.framer-v-13fzko8 .framer-2in4x2, .framer-DVkrl.framer-v-13fzko8 .framer-1hz0c59 { order: 0; }\",\".framer-DVkrl.framer-v-p9vbce .framer-gurt7x { gap: unset; justify-content: space-between; width: 66%; }\",\".framer-DVkrl.framer-v-p9vbce .framer-1236lk4 { gap: 172px; order: 1; }\",\".framer-DVkrl.framer-v-azgub8.framer-15uvvr4 { flex-direction: column; gap: 0px; height: 64px; padding: 0px; width: 390px; }\",\".framer-DVkrl.framer-v-azgub8 .framer-jqxm5b, .framer-DVkrl.framer-v-lag2z2 .framer-jqxm5b, .framer-DVkrl.framer-v-10uslw1 .framer-jqxm5b, .framer-DVkrl.framer-v-od2khu .framer-jqxm5b, .framer-DVkrl.framer-v-qipcf2 .framer-jqxm5b { flex: none; order: 0; width: 100%; }\",\".framer-DVkrl.framer-v-azgub8 .framer-1vsrmc4, .framer-DVkrl.framer-v-lag2z2 .framer-b88w72, .framer-DVkrl.framer-v-10uslw1 .framer-b88w72, .framer-DVkrl.framer-v-od2khu .framer-b88w72, .framer-DVkrl.framer-v-qipcf2 .framer-b88w72 { cursor: pointer; }\",\".framer-DVkrl.framer-v-lag2z2.framer-15uvvr4 { flex-direction: column; gap: 0px; height: 732px; justify-content: flex-start; min-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: hidden; padding: 0px; width: 390px; }\",\".framer-DVkrl.framer-v-lag2z2 .framer-o0e9uy { align-self: stretch; gap: unset; height: auto; justify-content: space-between; max-width: unset; }\",\".framer-DVkrl.framer-v-lag2z2 .framer-mdhhhm, .framer-DVkrl.framer-v-10uslw1 .framer-mdhhhm, .framer-DVkrl.framer-v-od2khu .framer-mdhhhm, .framer-DVkrl.framer-v-qipcf2 .framer-mdhhhm { gap: 0px; }\",\".framer-DVkrl.framer-v-lag2z2 .framer-1gu22ru, .framer-DVkrl.framer-v-10uslw1 .framer-1wc1221, .framer-DVkrl.framer-v-od2khu .framer-1ykxhmd-container, .framer-DVkrl.framer-v-1n4zmt9 .framer-1b1jsp6 { order: 4; }\",\".framer-DVkrl.framer-v-lag2z2 .framer-pbvyy0, .framer-DVkrl.framer-v-10uslw1 .framer-pbvyy0, .framer-DVkrl.framer-v-qipcf2 .framer-pbvyy0 { padding: 30px 10px 30px 20px; }\",\".framer-DVkrl.framer-v-lag2z2 .framer-18hm0ct-container, .framer-DVkrl.framer-v-10uslw1 .framer-18hm0ct-container, .framer-DVkrl.framer-v-od2khu .framer-1ypmrv1-container, .framer-DVkrl.framer-v-od2khu .framer-18hm0ct-container, .framer-DVkrl.framer-v-qipcf2 .framer-18hm0ct-container { order: 2; width: 100%; }\",\".framer-DVkrl.framer-v-10uslw1.framer-15uvvr4, .framer-DVkrl.framer-v-od2khu.framer-15uvvr4, .framer-DVkrl.framer-v-qipcf2.framer-15uvvr4 { flex-direction: column; gap: 0px; justify-content: flex-start; min-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: hidden; padding: 0px; width: 390px; }\",\".framer-DVkrl.framer-v-10uslw1 .framer-eulexz, .framer-DVkrl.framer-v-od2khu .framer-eulexz, .framer-DVkrl.framer-v-qipcf2 .framer-eulexz { flex-direction: column; min-height: unset; order: 1; padding: 20px 0px 0px 0px; }\",\".framer-DVkrl.framer-v-10uslw1 .framer-1cuiwui, .framer-DVkrl.framer-v-qipcf2 .framer-1cuiwui { cursor: pointer; flex: none; gap: unset; justify-content: space-between; padding: 0px 10px 0px 20px; width: 100%; }\",\".framer-DVkrl.framer-v-10uslw1 .framer-1s906p6, .framer-DVkrl.framer-v-qipcf2 .framer-1s906p6 { flex: none; min-height: unset; padding: 10px 10px 15px 20px; width: 100%; }\",\".framer-DVkrl.framer-v-10uslw1 .framer-1fnnhcz, .framer-DVkrl.framer-v-qipcf2 .framer-1fnnhcz { flex: none; width: 100%; }\",\".framer-DVkrl.framer-v-10uslw1 .framer-1yycv9j-container, .framer-DVkrl.framer-v-10uslw1 .framer-1ypmrv1-container, .framer-DVkrl.framer-v-10uslw1 .framer-16ctqzt-container, .framer-DVkrl.framer-v-10uslw1 .framer-1c2davp-container, .framer-DVkrl.framer-v-10uslw1 .framer-3w43dz-container, .framer-DVkrl.framer-v-10uslw1 .framer-19mvfu4-container, .framer-DVkrl.framer-v-qipcf2 .framer-1yycv9j-container, .framer-DVkrl.framer-v-qipcf2 .framer-1ypmrv1-container, .framer-DVkrl.framer-v-qipcf2 .framer-16ctqzt-container, .framer-DVkrl.framer-v-qipcf2 .framer-1dtgeei-container, .framer-DVkrl.framer-v-qipcf2 .framer-1c2davp-container, .framer-DVkrl.framer-v-qipcf2 .framer-3w43dz-container, .framer-DVkrl.framer-v-qipcf2 .framer-19mvfu4-container { width: 100%; }\",\".framer-DVkrl.framer-v-od2khu .framer-1cuiwui { cursor: pointer; flex: none; gap: unset; justify-content: space-between; order: 0; padding: 0px 10px 0px 20px; width: 100%; }\",\".framer-DVkrl.framer-v-od2khu .framer-1s906p6 { flex: none; min-height: unset; order: 1; padding: 10px 10px 15px 20px; width: 100%; }\",\".framer-DVkrl.framer-v-od2khu .framer-1fnnhcz { flex: none; order: 2; width: 100%; }\",\".framer-DVkrl.framer-v-od2khu .framer-1yycv9j-container { order: 0; width: 100%; }\",\".framer-DVkrl.framer-v-od2khu .framer-16ctqzt-container { order: 4; width: 100%; }\",\".framer-DVkrl.framer-v-od2khu .framer-3w43dz-container { order: 3; width: 100%; }\",\".framer-DVkrl.framer-v-od2khu .framer-19mvfu4-container { order: 6; width: 100%; }\",\".framer-DVkrl.framer-v-od2khu .framer-7j5es7-container, .framer-DVkrl.framer-v-od2khu .framer-fa8p9a, .framer-DVkrl.framer-v-13fzko8 .framer-y7zxcc { order: 5; }\",\".framer-DVkrl.framer-v-od2khu .framer-1garaet-container { order: 6; }\",\".framer-DVkrl.framer-v-od2khu .framer-1e6ysez { height: 181px; order: 6; }\",\".framer-DVkrl.framer-v-od2khu .framer-12zgsxu, .framer-DVkrl.framer-v-78e163 .framer-198v858 { order: 7; }\",\".framer-DVkrl.framer-v-od2khu .framer-n9e3b0, .framer-DVkrl.framer-v-78e163 .framer-1n1f9lg { order: 8; }\",\".framer-DVkrl.framer-v-od2khu .framer-oi1wxk { order: 9; }\",\".framer-DVkrl.framer-v-od2khu .framer-1n223dh, .framer-DVkrl.framer-v-1177r9z .framer-1wv2iel { order: 10; }\",\".framer-DVkrl.framer-v-od2khu .framer-pbvyy0 { max-width: unset; padding: 30px 10px 30px 20px; }\",\".framer-DVkrl.framer-v-78e163.framer-15uvvr4 { gap: 0px; height: 74px; padding: 0px; width: 1440px; }\",\".framer-DVkrl.framer-v-78e163 .framer-jqxm5b, .framer-DVkrl.framer-v-1n4zmt9 .framer-jqxm5b, .framer-DVkrl.framer-v-13fzko8 .framer-jqxm5b { flex: none; gap: unset; justify-content: space-between; max-width: 1440px; width: 1200px; }\",\".framer-DVkrl.framer-v-78e163 .framer-gurt7x, .framer-DVkrl.framer-v-1177r9z .framer-gurt7x, .framer-DVkrl.framer-v-1n4zmt9 .framer-gurt7x, .framer-DVkrl.framer-v-13fzko8 .framer-gurt7x { flex: 1 0 0px; justify-content: flex-start; padding: 0px; width: 1px; }\",\".framer-DVkrl.framer-v-78e163 .framer-1236lk4 { cursor: pointer; order: 2; }\",\".framer-DVkrl.framer-v-78e163 .framer-1iijdoq { min-height: unset; min-width: unset; order: 1; }\",\".framer-DVkrl.framer-v-78e163 .framer-noa2fz, .framer-DVkrl.framer-v-1177r9z .framer-noa2fz, .framer-DVkrl.framer-v-1n4zmt9 .framer-noa2fz, .framer-DVkrl.framer-v-13fzko8 .framer-noa2fz { justify-content: flex-end; padding: 0px; }\",\".framer-DVkrl.framer-v-78e163 .framer-l3pyb2 { cursor: pointer; order: 0; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-DVkrl.framer-v-78e163 .framer-ozg9k9 { cursor: pointer; order: 1; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-DVkrl.framer-v-78e163 .framer-1c3lf4y { cursor: pointer; order: 2; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-DVkrl.framer-v-1177r9z.framer-15uvvr4, .framer-DVkrl.framer-v-1n4zmt9.framer-15uvvr4, .framer-DVkrl.framer-v-13fzko8.framer-15uvvr4 { cursor: pointer; flex-direction: column; gap: 0px; height: 74px; padding: 0px; width: 1440px; }\",\".framer-DVkrl.framer-v-1177r9z .framer-jqxm5b { flex: none; gap: unset; justify-content: space-between; max-width: 1440px; order: 0; width: 1200px; }\",\".framer-DVkrl.framer-v-1177r9z .framer-198v858, .framer-DVkrl.framer-v-1n4zmt9 .framer-hpmwhw { order: 14; }\",\".framer-DVkrl.framer-v-1177r9z .framer-pbynrr, .framer-DVkrl.framer-v-13fzko8 .framer-1ow9fq7 { order: 11; }\",\".framer-DVkrl.framer-v-1177r9z .framer-1n0j4ae, .framer-DVkrl.framer-v-1n4zmt9 .framer-1mpymva, .framer-DVkrl.framer-v-13fzko8 .framer-hibgxx { order: 13; }\",\".framer-DVkrl.framer-v-1177r9z .framer-l3pyb2, .framer-DVkrl.framer-v-1177r9z .framer-ozg9k9, .framer-DVkrl.framer-v-1177r9z .framer-1c3lf4y, .framer-DVkrl.framer-v-1n4zmt9 .framer-l3pyb2, .framer-DVkrl.framer-v-1n4zmt9 .framer-ozg9k9, .framer-DVkrl.framer-v-1n4zmt9 .framer-1c3lf4y, .framer-DVkrl.framer-v-13fzko8 .framer-l3pyb2, .framer-DVkrl.framer-v-13fzko8 .framer-ozg9k9, .framer-DVkrl.framer-v-13fzko8 .framer-1c3lf4y { cursor: pointer; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-DVkrl.framer-v-1177r9z .framer-t3jhnn { flex: none; left: 50%; max-width: 1440px; min-height: unset; order: 1; position: absolute; top: 74px; width: 1440px; will-change: var(--framer-will-change-override, transform); z-index: 10; }\",\".framer-DVkrl.framer-v-1177r9z .framer-1tkp3t1 { gap: unset; height: 269px; justify-content: space-between; max-width: 1200px; order: 0; }\",\".framer-DVkrl.framer-v-1177r9z .framer-pqtvt, .framer-DVkrl.framer-v-13fzko8 .framer-pqtvt { flex: 1 0 0px; width: 1px; }\",\".framer-DVkrl.framer-v-1177r9z .framer-1b7sxro { white-space: pre; width: auto; }\",\".framer-DVkrl.framer-v-1177r9z .framer-5km17l { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: wrap; gap: 25px; justify-content: flex-start; padding: 10px 0px 0px 0px; }\",\".framer-DVkrl.framer-v-1177r9z .framer-1lof58h-container { align-self: unset; order: 2; width: auto; }\",\".framer-DVkrl.framer-v-1177r9z .framer-1ghdh1y-container { align-self: unset; order: 5; width: auto; }\",\".framer-DVkrl.framer-v-1177r9z .framer-cfeu4a-container { align-self: unset; order: 6; width: auto; }\",\".framer-DVkrl.framer-v-1177r9z .framer-11j4mes-container { align-self: unset; order: 4; width: auto; }\",\".framer-DVkrl.framer-v-1177r9z .framer-syggfa-container { align-self: unset; order: 1; width: auto; }\",\".framer-DVkrl.framer-v-1177r9z .framer-1jyafrd-container { align-self: unset; order: 7; width: auto; }\",\".framer-DVkrl.framer-v-1177r9z .framer-1q09ues-container { align-self: unset; order: 0; width: auto; }\",\".framer-DVkrl.framer-v-1177r9z .framer-1gdaxe1 { z-index: 1; }\",\".framer-DVkrl.framer-v-1n4zmt9 .framer-198v858 { order: 16; }\",\".framer-DVkrl.framer-v-1n4zmt9 .framer-1k9ehvo, .framer-DVkrl.framer-v-13fzko8 .framer-198v858 { order: 15; }\",\".framer-DVkrl.framer-v-1n4zmt9 .framer-pz2t3i { height: 39px; }\",\".framer-DVkrl.framer-v-13fzko8 .framer-1vx17yn { order: 12; }\",\".framer-DVkrl.framer-v-13fzko8 .framer-t3jhnn { flex: none; left: 50%; max-width: 1440px; min-height: unset; position: absolute; top: 74px; width: 1440px; will-change: var(--framer-will-change-override, transform); z-index: 10; }\",\".framer-DVkrl.framer-v-13fzko8 .framer-1tkp3t1 { height: min-content; justify-content: flex-start; order: 0; padding: 30px 0px 0px 0px; }\",\".framer-DVkrl.framer-v-13fzko8 .framer-5km17l { gap: 50px; grid-template-columns: repeat(4, minmax(50px, 1fr)); grid-template-rows: repeat(3, minmax(0, 1fr)); height: 150px; padding: 10px 0px 0px 0px; width: 100%; }\",\".framer-DVkrl.framer-v-13fzko8 .framer-15z4qrn-container { order: 31; }\",\".framer-DVkrl.framer-v-13fzko8 .framer-1i9sm8m-container { order: 32; }\",\".framer-DVkrl.framer-v-13fzko8 .framer-cbl8ol-container { order: 33; }\",\".framer-DVkrl.framer-v-13fzko8 .framer-10uu0ns-container { order: 34; }\",\".framer-DVkrl.framer-v-13fzko8 .framer-o5pws7-container { order: 35; }\",\".framer-DVkrl.framer-v-13fzko8 .framer-2i73z4-container { order: 36; }\",\".framer-DVkrl.framer-v-13fzko8 .framer-166swv5-container { order: 37; }\",\".framer-DVkrl.framer-v-13fzko8 .framer-1vd17j2-container { order: 38; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-DVkrl[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-DVkrl [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-DVkrl[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-DVkrl [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }','.framer-DVkrl[data-hide-scrollbars=\"true\"], .framer-DVkrl [data-hide-scrollbars=\"true\"] { scrollbar-width: none; }','.framer-DVkrl[data-border=\"true\"]::after, .framer-DVkrl [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 80\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"F_88rQX1u\":{\"layout\":[\"auto\",\"auto\"]},\"wkrto0gPY\":{\"layout\":[\"fixed\",\"auto\"]},\"TzkpJmRxq\":{\"layout\":[\"fixed\",\"fixed\"]},\"Ewy9zczPF\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]},\"UtQ1TmqzP\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"100vh\",null]},\"WW007Q4ua\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"100vh\",null]},\"vZFG93HxU\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"100vh\",null]},\"KuK8_1zAi\":{\"layout\":[\"fixed\",\"fixed\"]},\"Gswil1ttE\":{\"layout\":[\"fixed\",\"fixed\"]},\"C_KDskRfi\":{\"layout\":[\"fixed\",\"fixed\"]},\"QjljTvtb3\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerZTs0YDfeQ=withCSS(Component,css,\"framer-DVkrl\");export default FramerZTs0YDfeQ;FramerZTs0YDfeQ.displayName=\"Navigation V2 2025\";FramerZTs0YDfeQ.defaultProps={height:80,width:1200};addPropertyControls(FramerZTs0YDfeQ,{variant:{options:[\"GXtKSYnak\",\"F_88rQX1u\",\"wkrto0gPY\",\"TzkpJmRxq\",\"Ewy9zczPF\",\"UtQ1TmqzP\",\"WW007Q4ua\",\"vZFG93HxU\",\"KuK8_1zAi\",\"Gswil1ttE\",\"C_KDskRfi\",\"QjljTvtb3\"],optionTitles:[\"Desktop\",\"Tablet\",\"tv\",\"Phone v2\",\"Phone v2 Open\",\"Phone v2 Product Open\",\"Phone v2 Company Open\",\"Phone v2 Resources Open\",\"Desktop V2\",\"Desktop V2 Product | Open\",\"Desktop V2 Solutions | Open\",\"Desktop V2 Resources | Open\"],title:\"Variant\",type:ControlType.Enum}});const variationAxes=[{defaultValue:14,maxValue:32,minValue:14,name:\"Optical size\",tag:\"opsz\"},{defaultValue:400,maxValue:900,minValue:100,name:\"Weight\",tag:\"wght\"}];addFonts(FramerZTs0YDfeQ,[{explicitInter:true,fonts:[{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v7/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_dNQF5bwkEU4HTy.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v7/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_eYR15bwkEU4HTy.woff2\",weight:\"700\"},{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v7/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QF5bwkEU4HTy.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v7/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_f_R15bwkEU4HTy.woff2\",weight:\"800\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/mYcqTSergLb16PdbJJQMl9ebYm4.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/ZRl8AlxwsX1m7xS1eJCiSPbztg.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/nhSQpBRqFmXNUBY2p5SENQ8NplQ.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/DYHjxG0qXjopUuruoacfl5SA.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/s7NH6sl7w4NU984r5hcmo1tPSYo.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/7lw0VWkeXrGYJT05oB3DsFy8BaY.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/wx5nfqEgOXnxuFaxB0Mn9OhmcZA.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/PONfPc6h4EPYwJliXQBmjVx7QxI.woff2\",weight:\"800\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/zsnJN7Z1wdzUvepJniD3rbvJIyU.woff2\",weight:\"800\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/UrzZBOy7RyJEWAZGduzOeHiHuY.woff2\",weight:\"800\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/996sR9SfSDuYELz8oHhDOcErkY.woff2\",weight:\"800\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/ftN1HpyPVJEoEb4q36SOrNdLXU.woff2\",weight:\"800\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/jN39PDxZWEwjG7Csryx3JN2r2Y.woff2\",weight:\"800\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/JAur4lGGSGRGyrFi59JSIKqVgU.woff2\",weight:\"800\"}]},...ProductMenuFonts,...CompanyMenuFonts,...ResourcesMenuFonts,...HeaderMenuItemFonts,...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZTs0YDfeQ\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"F_88rQX1u\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"wkrto0gPY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TzkpJmRxq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Ewy9zczPF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"UtQ1TmqzP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"WW007Q4ua\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"vZFG93HxU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"KuK8_1zAi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Gswil1ttE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"C_KDskRfi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"QjljTvtb3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"80\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ZTs0YDfeQ.map"],
  "mappings": "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",
  "names": ["emailRegex", "mailchimpRegex", "validateEmail", "email", "parseMailChimpUrl", "url", "_url_replace_match", "domain", "parameters", "safeURL", "isInternalURL", "href", "VERSION", "Input", "withCSS", "service", "redirectAs", "mailchimpURL", "loopsID", "loopsUserGroup", "loopsMailingList", "formsparkID", "getwaitlistAPI", "convertkitAPI", "convertkitFormID", "input", "button", "font", "layout", "link", "gap", "style", "onSubmit", "setEmail", "ye", "isError", "setError", "isLoading", "setLoading", "isFocus", "setFocus", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "padding", "borderRadius", "borderObject", "focusObject", "shadowObject", "height", "fixedHeight", "buttonPaddingPerSide", "buttonPaddingTop", "buttonPaddingRight", "buttonPaddingBottom", "buttonPaddingLeft", "buttonPadding", "paddingValue", "buttonPaddingValue", "router", "useRouter", "onSuccess", "path", "hash", "routeId", "pathVariables", "inferInitialRouteFromPath", "window", "validateForm", "te", "formControls", "handleChange", "event", "handleFocus", "handleBlur", "handleSubmit", "response", "error", "emailBody", "userGroupBody", "mailingListBody", "hasMailingList", "hasUserGroup", "formBody", "data", "entries", "formData", "useAnimationControls", "focusStylesFrom", "focusStylesTo", "shadowStyles", "borderStyles", "formVariants", "inputVariants", "dynamicBoxShadow", "p", "motion", "containerStyles", "u", "defaultStyle", "Spinner", "getButtonShadow", "props", "noButtonStyles", "addPropertyControls", "ControlType", "shadows", "output", "shadow", "Input_default", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "InputFonts", "getFonts", "Input_default", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "transition3", "animation1", "animation2", "animation3", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onSubmittxyyif", "overlay", "loadMore", "args", "onTap15c2ost", "scopingClassNames", "cx", "isDisplayed", "ref1", "ref2", "isDisplayed1", "ref3", "ref4", "ref5", "ref6", "isDisplayed2", "isDisplayed3", "ref7", "ref8", "isDisplayed4", "isDisplayed5", "isDisplayed6", "ref9", "ref10", "isDisplayed7", "isDisplayed8", "ref11", "ref12", "LayoutGroup", "u", "SVG", "Image2", "Link", "RichText2", "l", "ComponentViewportProvider", "SmartComponentScopedContainer", "AnimatePresence", "Floating", "getLoadingLazyAtYPosition", "overlay1", "overlay2", "overlay3", "overlay4", "overlay5", "css", "FramerdN6_4MNys", "withCSS", "dN6_4MNys_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "background3", "border2", "height", "iconColor", "id", "isBlank", "link", "shadow", "tap", "text", "textColor", "textcolor2", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "YIREqjclu", "YvwU7lwtq", "XFKMs5xxS", "WAPokJyKt", "LXvvHehoc", "nD0NOQaTa", "c7s06RYL0", "exhNPs3Ud", "gP7Gumk_8", "Ks6KX6DPS", "KpOGiak6F", "ERvNMjl_m", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapooipe7", "args", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "LayoutGroup", "Link", "u", "SVG", "RichText2", "css", "FramerSHPzadXSo", "withCSS", "SHPzadXSo_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "color", "desc", "height", "hover", "id", "image", "link", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "ypxNhB4_C", "EcP1hXN67", "E_jZRIPq2", "D1M3sHvr8", "NtCZKUjVI", "q0inEYjSi", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1j9zhs0", "args", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerAANIEx9Yb", "withCSS", "AANIEx9Yb_default", "addPropertyControls", "ControlType", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "fontSize", "height", "id", "tap", "textColor", "title", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "DApvjrdfG", "gvoGVZ3jK", "AEJGHHZBg", "Pf3Z5jFiE", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapqneira", "args", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "defaultLayoutId", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText2", "SVG", "css", "FramerSuG358n_A", "withCSS", "SuG358n_A_default", "addPropertyControls", "ControlType", "addFonts", "TriggerCopyFonts", "getFonts", "SuG358n_A_default", "HeaderMenuItemFonts", "AANIEx9Yb_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "addImageAlt", "image", "alt", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "textColor", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "VuQnvrrzG", "I_vAGsdC6", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap3t73en", "args", "gvoGVZ3jK1c0uaen", "gvoGVZ3jK1yw8n9p", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "router", "useRouter", "defaultLayoutId", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "Link", "RichText2", "SVG", "css", "FramerIKCzb76Ty", "withCSS", "IKCzb76Ty_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "color", "height", "hover", "id", "image", "link", "tap", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "ypxNhB4_C", "EcP1hXN67", "E_jZRIPq2", "mGFkCi8qx", "MabMPok6h", "qpq066tWw", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap16fs4iz", "args", "onMouseEnter1qj4ybb", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerddeBmEFTN", "withCSS", "ddeBmEFTN_default", "addPropertyControls", "ControlType", "addFonts", "TriggerCopyFonts", "getFonts", "SuG358n_A_default", "HeaderMenuItem2Fonts", "ddeBmEFTN_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "textColor", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "UaZGMWTiP", "Rf1ogf0DU", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1cccqco", "args", "onTap19vcm0c", "gvoGVZ3jK15x4gaj", "gvoGVZ3jKqc0tge", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "router", "useRouter", "defaultLayoutId", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "css", "FramerPcoD3Psns", "withCSS", "PcoD3Psns_default", "addPropertyControls", "ControlType", "variationAxes", "addFonts", "HeaderMenuItem2Fonts", "getFonts", "ddeBmEFTN_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "router", "useRouter", "isDisplayed1", "defaultLayoutId", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "css", "FramerlE8qoIJI0", "withCSS", "lE8qoIJI0_default", "addPropertyControls", "ControlType", "addFonts", "TriggerCopyFonts", "getFonts", "SuG358n_A_default", "CompanyMenuItemsContainerFonts", "lE8qoIJI0_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "mouseEnter", "textColor", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "B1Awo6SVH", "DFDNy5RUy", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter5csm45", "args", "gvoGVZ3jKu0s8gt", "gvoGVZ3jKlso4qw", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "defaultLayoutId", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "css", "FramerS24vRVtsh", "withCSS", "S24vRVtsh_default", "addPropertyControls", "ControlType", "variationAxes", "addFonts", "ProductMenuFonts", "getFonts", "IKCzb76Ty_default", "CompanyMenuFonts", "S24vRVtsh_default", "ResourcesMenuFonts", "PcoD3Psns_default", "HeaderMenuItemFonts", "AANIEx9Yb_default", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "ButtonFonts", "SHPzadXSo_default", "MotionDivWithFX", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "animation", "animation1", "addImageAlt", "image", "alt", "animation2", "transition4", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "animation3", "animation4", "Overlay", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition5", "animation5", "transformTemplate1", "_", "t", "animation6", "transformTemplate2", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1tu3coe", "args", "onMouseLeavejt119n", "onTap11wc9nh", "onMouseEnterig07o4", "onMouseEnter1y9f6v7", "onMouseEnterinzw69", "onTapzf8iph", "onTap1nsakc8", "onTap1cj83y3", "onTapi87r6h", "onTap8domsl", "LXvvHehoctxyyif", "overlay", "loadMore", "q0inEYjSitxyyif", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "isDisplayed10", "isDisplayed11", "router", "useRouter", "isDisplayed12", "isDisplayed13", "isDisplayed14", "isDisplayed15", "isDisplayed16", "isDisplayed17", "isDisplayed18", "isDisplayed19", "isDisplayed20", "ref1", "ref2", "isDisplayed21", "isDisplayed22", "isDisplayed23", "isDisplayed24", "isDisplayed25", "isDisplayed26", "isDisplayed27", "isDisplayed28", "ref3", "ref4", "LayoutGroup", "u", "Link", "SVG", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "resolvedLinks11", "resolvedLinks12", "resolvedLinks13", "resolvedLinks14", "resolvedLinks15", "resolvedLinks16", "Image2", "getLoadingLazyAtYPosition", "l", "AnimatePresence", "Floating", "resolvedLinks17", "resolvedLinks18", "resolvedLinks19", "resolvedLinks20", "resolvedLinks21", "resolvedLinks22", "resolvedLinks23", "resolvedLinks24", "resolvedLinks25", "resolvedLinks26", "resolvedLinks27", "resolvedLinks28", "resolvedLinks29", "resolvedLinks30", "resolvedLinks31", "resolvedLinks32", "resolvedLinks33", "resolvedLinks34", "resolvedLinks35", "resolvedLinks36", "resolvedLinks37", "resolvedLinks38", "resolvedLinks39", "resolvedLinks40", "resolvedLinks41", "resolvedLinks42", "resolvedLinks43", "resolvedLinks44", "resolvedLinks45", "resolvedLinks46", "resolvedLinks47", "resolvedLinks48", "resolvedLinks49", "resolvedLinks50", "overlay1", "resolvedLinks51", "resolvedLinks52", "resolvedLinks53", "resolvedLinks54", "resolvedLinks55", "resolvedLinks56", "resolvedLinks57", "resolvedLinks58", "resolvedLinks59", "resolvedLinks60", "resolvedLinks61", "resolvedLinks62", "resolvedLinks63", "resolvedLinks64", "resolvedLinks65", "resolvedLinks66", "resolvedLinks67", "resolvedLinks68", "resolvedLinks69", "resolvedLinks70", "resolvedLinks71", "resolvedLinks72", "resolvedLinks73", "resolvedLinks74", "css", "FramerZTs0YDfeQ", "withCSS", "ZTs0YDfeQ_default", "addPropertyControls", "ControlType", "variationAxes", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
