{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/3eQixFvJW8bQmi0w7CGQ/Wk2OHzQiy5hJpdTxZRMQ/LfaoXFNxK.js", "ssg:https://framerusercontent.com/modules/dcP5gtStHQw6qF6UH1us/CkmoLeh597UOiRmFjMkJ/LfaoXFNxK.js"],
  "sourcesContent": ["// Generated by Framer (d65f646)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={l0Qhz2Tpj:new LazyValue(()=>import(\"./LfaoXFNxK-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d65f646)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import AliciaNavigationCopy from\"#framer/local/canvasComponent/DfXgL8Bao/DfXgL8Bao.js\";import Footer from\"#framer/local/canvasComponent/eZIbrvPWr/eZIbrvPWr.js\";import InternalPageRef from\"#framer/local/canvasComponent/m7JFZx98e/m7JFZx98e.js\";import CTA from\"#framer/local/canvasComponent/T1Uz1JzsQ/T1Uz1JzsQ.js\";import HowWeWork from\"#framer/local/canvasComponent/VxJm0LeaX/VxJm0LeaX.js\";import*as sharedStyle2 from\"#framer/local/css/cA9ClpeSK/cA9ClpeSK.js\";import*as sharedStyle6 from\"#framer/local/css/dEo0nA5l1/dEo0nA5l1.js\";import*as sharedStyle3 from\"#framer/local/css/JscfKS2S1/JscfKS2S1.js\";import*as sharedStyle5 from\"#framer/local/css/KtNdc9CPv/KtNdc9CPv.js\";import*as sharedStyle7 from\"#framer/local/css/MoybGcRAs/MoybGcRAs.js\";import*as sharedStyle from\"#framer/local/css/QOoFqRx47/QOoFqRx47.js\";import*as sharedStyle1 from\"#framer/local/css/xHwLi3YtK/xHwLi3YtK.js\";import*as sharedStyle4 from\"#framer/local/css/zJAqeumkd/zJAqeumkd.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/LfaoXFNxK/LfaoXFNxK.js\";import metadataProvider from\"#framer/local/webPageMetadata/LfaoXFNxK/LfaoXFNxK.js\";const AliciaNavigationCopyFonts=getFonts(AliciaNavigationCopy);const MaterialFonts=getFonts(Material);const InternalPageRefFonts=getFonts(InternalPageRef);const HowWeWorkFonts=getFonts(HowWeWork);const CTAFonts=getFonts(CTA);const FooterFonts=getFonts(Footer);const breakpoints={ac12Bl2Zb:\"(min-width: 1445px)\",DoXEkZ1Hk:\"(min-width: 810px) and (max-width: 1199px)\",inDEzWzmu:\"(min-width: 1200px) and (max-width: 1444px)\",kvFGS2zFO:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-MHTYA\";const variantClassNames={ac12Bl2Zb:\"framer-v-1ggwwbb\",DoXEkZ1Hk:\"framer-v-xv3olp\",inDEzWzmu:\"framer-v-1d0tatl\",kvFGS2zFO:\"framer-v-i3hifm\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"2-Desktop\":\"inDEzWzmu\",\"3-Tablet\":\"DoXEkZ1Hk\",\"4-Phone\":\"kvFGS2zFO\",Desktop:\"ac12Bl2Zb\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"ac12Bl2Zb\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);usePreloadLocalizedValues(activeLocale);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"ac12Bl2Zb\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1ggwwbb\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:119,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-daa75e-container\",nodeId:\"lkBtCnBqZ\",scopeId:\"LfaoXFNxK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DoXEkZ1Hk:{variant:\"dBaAMHnSR\"},inDEzWzmu:{variant:\"g_YJcadgW\"},kvFGS2zFO:{variant:\"AimZdGZHi\"}},children:/*#__PURE__*/_jsx(AliciaNavigationCopy,{height:\"100%\",id:\"lkBtCnBqZ\",layoutId:\"lkBtCnBqZ\",style:{width:\"100%\"},variant:\"tYvIkdmt6\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-fpxz0f\",children:/*#__PURE__*/_jsxs(\"header\",{className:\"framer-14e9rl9\",\"data-framer-name\":\"hero\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ngr97g\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-139g8k3\",\"data-framer-name\":\"background white\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DoXEkZ1Hk:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1031,intrinsicWidth:1919,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+119+0+127.45+-128.0388),pixelHeight:1031,pixelWidth:1919,positionX:\"center\",positionY:\"center\",sizes:`calc(max(${componentViewport?.width||\"100vw\"}, 1px) / 2.459)`,src:\"https://framerusercontent.com/images/tzzzmiYIS8fXEJQrVL2wdgwDZk.png\",srcSet:\"https://framerusercontent.com/images/tzzzmiYIS8fXEJQrVL2wdgwDZk.png?scale-down-to=512 512w,https://framerusercontent.com/images/tzzzmiYIS8fXEJQrVL2wdgwDZk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tzzzmiYIS8fXEJQrVL2wdgwDZk.png 1919w\"}},kvFGS2zFO:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1031,intrinsicWidth:1919,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+119+0+40+560.4+-.5),pixelHeight:1031,pixelWidth:1919,positionX:\"center\",positionY:\"center\",sizes:`calc(max(${componentViewport?.width||\"100vw\"}, 1px) * 0.9)`,src:\"https://framerusercontent.com/images/tzzzmiYIS8fXEJQrVL2wdgwDZk.png\",srcSet:\"https://framerusercontent.com/images/tzzzmiYIS8fXEJQrVL2wdgwDZk.png?scale-down-to=512 512w,https://framerusercontent.com/images/tzzzmiYIS8fXEJQrVL2wdgwDZk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tzzzmiYIS8fXEJQrVL2wdgwDZk.png 1919w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1031,intrinsicWidth:1919,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+119+0+0+-.5),pixelHeight:1031,pixelWidth:1919,positionX:\"center\",positionY:\"center\",sizes:`calc(max(${componentViewport?.width||\"100vw\"}, 1px) * 0.405)`,src:\"https://framerusercontent.com/images/tzzzmiYIS8fXEJQrVL2wdgwDZk.png\",srcSet:\"https://framerusercontent.com/images/tzzzmiYIS8fXEJQrVL2wdgwDZk.png?scale-down-to=512 512w,https://framerusercontent.com/images/tzzzmiYIS8fXEJQrVL2wdgwDZk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tzzzmiYIS8fXEJQrVL2wdgwDZk.png 1919w\"},className:\"framer-xh36jf\",\"data-framer-name\":\"image\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1se1k6w\",\"data-framer-name\":\"block 1 - top\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-qz9zq8-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"EpqAktsBt\",scopeId:\"LfaoXFNxK\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(64, 74, 88)\",height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"Home\",iconSelection:\"PointOfSale\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"EpqAktsBt\",layoutId:\"EpqAktsBt\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19bsbst\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DoXEkZ1Hk:{children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-suv2wg\",\"data-styles-preset\":\"QOoFqRx47\",style:{\"--framer-text-color\":\"rgb(156, 156, 156)\"},children:\"Value addition\"})}),fonts:[\"Inter\"]},inDEzWzmu:{children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-suv2wg\",\"data-styles-preset\":\"QOoFqRx47\",style:{\"--framer-text-color\":\"rgb(156, 156, 156)\"},children:\"Value addition\"})}),fonts:[\"Inter\"]},kvFGS2zFO:{children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-suv2wg\",\"data-styles-preset\":\"QOoFqRx47\",style:{\"--framer-text-color\":\"rgb(156, 156, 156)\"},children:\"Value addition\"})}),fonts:[\"Inter\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1VudGl0bGVkIFNhbnMgUmVndWxhcg==\",\"--framer-font-family\":'\"Untitled Sans Regular\", \"Untitled Sans Regular Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(156, 156, 156)\"},children:\"Value addition\"})}),className:\"framer-1h0gzm1\",fonts:[\"CUSTOM;Untitled Sans Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-hakoug\",\"data-styles-preset\":\"xHwLi3YtK\",children:\"7 tailored products\"})}),className:\"framer-1oenhio\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gxwl0s\",\"data-framer-name\":\"block 2 - btm\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-pmahrl-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"QpYCJcPMx\",scopeId:\"LfaoXFNxK\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(64, 74, 88)\",height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"Home\",iconSelection:\"PhoneIphone\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"QpYCJcPMx\",layoutId:\"QpYCJcPMx\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10tg3l4\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DoXEkZ1Hk:{children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-suv2wg\",\"data-styles-preset\":\"QOoFqRx47\",style:{\"--framer-text-color\":\"rgb(156, 156, 156)\"},children:\"Modern customers' standards\"})}),fonts:[\"Inter\"]},inDEzWzmu:{children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-suv2wg\",\"data-styles-preset\":\"QOoFqRx47\",style:{\"--framer-text-color\":\"rgb(156, 156, 156)\"},children:\"Modern customers' standards\"})}),fonts:[\"Inter\"]},kvFGS2zFO:{children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-suv2wg\",\"data-styles-preset\":\"QOoFqRx47\",style:{\"--framer-text-color\":\"rgb(156, 156, 156)\"},children:\"Modern customers' standards\"})}),fonts:[\"Inter\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1VudGl0bGVkIFNhbnMgUmVndWxhcg==\",\"--framer-font-family\":'\"Untitled Sans Regular\", \"Untitled Sans Regular Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(156, 156, 156)\"},children:\"Modern customers' standards\"})}),className:\"framer-gb13ae\",fonts:[\"CUSTOM;Untitled Sans Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-hakoug\",\"data-styles-preset\":\"xHwLi3YtK\",children:\"Fully digital onboarding\"})}),className:\"framer-c2dhsu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vq111t\",\"data-framer-name\":\"hero\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wmsmpq\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-s34ndq\",\"data-styles-preset\":\"cA9ClpeSK\",children:\"Banking\"})}),className:\"framer-15gme74\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-37qaaw\",\"data-styles-preset\":\"JscfKS2S1\",style:{\"--framer-text-alignment\":\"left\"},children:\"Knab x Alicia\"})}),className:\"framer-1ll23i8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-klnvar\",\"data-styles-preset\":\"zJAqeumkd\",style:{\"--framer-text-alignment\":\"left\"},children:\"Improving Knab\u2019s customer satisfaction and loyalty through embedded insurance\"})}),className:\"framer-l5yubp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-1ypkuxr\",\"data-framer-name\":\"Numbers\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2d9hwn\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lkdyia\",\"data-framer-name\":\"European markets\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-klnvar\",\"data-styles-preset\":\"zJAqeumkd\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Active\",/*#__PURE__*/_jsx(\"br\",{}),\"policies\"]})}),className:\"framer-s6evg5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DoXEkZ1Hk:{children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1VudGl0bGVkIFNhbnMgUmVndWxhcg==\",\"--framer-font-family\":'\"Untitled Sans Regular\", \"Untitled Sans Regular Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-1.4px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-42738283-c4b4-451b-a1a3-00f8c504f187, rgb(19, 16, 13))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"20.000+\"})})})},kvFGS2zFO:{children:getLocalizedValue(\"v13\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1VudGl0bGVkIFNhbnMgUmVndWxhcg==\",\"--framer-font-family\":'\"Untitled Sans Regular\", \"Untitled Sans Regular Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-1.4px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-42738283-c4b4-451b-a1a3-00f8c504f187, rgb(19, 16, 13))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"20.000+\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1VudGl0bGVkIFNhbnMgUmVndWxhcg==\",\"--framer-font-family\":'\"Untitled Sans Regular\", \"Untitled Sans Regular Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-1.4px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-42738283-c4b4-451b-a1a3-00f8c504f187, rgb(19, 16, 13))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"20.000+\"})})}),className:\"framer-180xnzz\",fonts:[\"CUSTOM;Untitled Sans Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kh6l53\",\"data-framer-name\":\"insured ppl\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-klnvar\",\"data-styles-preset\":\"zJAqeumkd\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Fully STP\",/*#__PURE__*/_jsx(\"br\",{}),\"onboarding\"]})}),className:\"framer-h3azyh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DoXEkZ1Hk:{children:getLocalizedValue(\"v16\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1VudGl0bGVkIFNhbnMgUmVndWxhcg==\",\"--framer-font-family\":'\"Untitled Sans Regular\", \"Untitled Sans Regular Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-1.4px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-42738283-c4b4-451b-a1a3-00f8c504f187, rgb(19, 16, 13))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"> 93%\"})})})},kvFGS2zFO:{children:getLocalizedValue(\"v17\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1VudGl0bGVkIFNhbnMgUmVndWxhcg==\",\"--framer-font-family\":'\"Untitled Sans Regular\", \"Untitled Sans Regular Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-1.4px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-42738283-c4b4-451b-a1a3-00f8c504f187, rgb(19, 16, 13))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"> 93%\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v15\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1VudGl0bGVkIFNhbnMgUmVndWxhcg==\",\"--framer-font-family\":'\"Untitled Sans Regular\", \"Untitled Sans Regular Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-1.4px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-42738283-c4b4-451b-a1a3-00f8c504f187, rgb(19, 16, 13))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"> 93%\"})})}),className:\"framer-pe0j28\",fonts:[\"CUSTOM;Untitled Sans Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18cv8jd\",\"data-framer-name\":\"CSAT\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v18\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-klnvar\",\"data-styles-preset\":\"zJAqeumkd\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Partners \",/*#__PURE__*/_jsx(\"br\",{}),\"since\"]})}),className:\"framer-i4cvlq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DoXEkZ1Hk:{children:getLocalizedValue(\"v20\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1VudGl0bGVkIFNhbnMgUmVndWxhcg==\",\"--framer-font-family\":'\"Untitled Sans Regular\", \"Untitled Sans Regular Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-1.4px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-42738283-c4b4-451b-a1a3-00f8c504f187, rgb(19, 16, 13))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"2020\"})})})},kvFGS2zFO:{children:getLocalizedValue(\"v21\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1VudGl0bGVkIFNhbnMgUmVndWxhcg==\",\"--framer-font-family\":'\"Untitled Sans Regular\", \"Untitled Sans Regular Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-1.4px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-42738283-c4b4-451b-a1a3-00f8c504f187, rgb(19, 16, 13))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"2020\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v19\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1VudGl0bGVkIFNhbnMgUmVndWxhcg==\",\"--framer-font-family\":'\"Untitled Sans Regular\", \"Untitled Sans Regular Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-1.4px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-42738283-c4b4-451b-a1a3-00f8c504f187, rgb(19, 16, 13))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"2020\"})})}),className:\"framer-swvt5y\",fonts:[\"CUSTOM;Untitled Sans Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-frg0fl\",\"data-framer-name\":\"feature image\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-103nf0a\",\"data-framer-name\":\"hero\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rmp6k5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v22\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-5c7ry7\",\"data-styles-preset\":\"KtNdc9CPv\",style:{\"--framer-text-alignment\":\"left\"},children:\"The challenge\"})}),className:\"framer-1cmfk6e\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v23\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-s34ndq\",\"data-styles-preset\":\"cA9ClpeSK\",children:\"Knab is an online bank that specialises in a personal, fully digital customer experience. They serve over 300.000 clients, including some 170.000 freelancers. As other fintechs and digital neobanks are also challenging and realised the status quo for financial services, constant innovation is key. Always looking to add value for its customers, Knab wanted to broaden its offerings and become a financial one-stop shop for its freelance population. Insurance was a sensible first step.\"})}),className:\"framer-b0v0w1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-6cvxhx\",\"data-framer-name\":\"Data\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-px5ouo\",\"data-border\":true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v24\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1qpuh8a\",\"data-styles-preset\":\"dEo0nA5l1\",children:'\"We were looking for a way to better service our user base.  Insurance was a logical way to start.\"'})}),className:\"framer-134lwlw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v25\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-s34ndq\",\"data-styles-preset\":\"cA9ClpeSK\",children:\"\u2013\\xa0Myrthe Markslag, Commercial lead\"})}),className:\"framer-11i1ms5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1k77j6g\",\"data-framer-name\":\"image\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rni4vl\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ekhh04\",\"data-framer-name\":\"background\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DoXEkZ1Hk:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1971,intrinsicWidth:1108,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1063.4+74+0+-147.6353),pixelHeight:1576,pixelWidth:2258,positionX:\"center\",positionY:\"center\",sizes:`calc(min(${componentViewport?.width||\"100vw\"} * 0.9, 1445px) / 2.931)`,src:\"https://framerusercontent.com/images/ZK8kYQwMu67TsQFLfXTreeXpVA.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ZK8kYQwMu67TsQFLfXTreeXpVA.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZK8kYQwMu67TsQFLfXTreeXpVA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZK8kYQwMu67TsQFLfXTreeXpVA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZK8kYQwMu67TsQFLfXTreeXpVA.png 2258w\"}},inDEzWzmu:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1971,intrinsicWidth:1108,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1044+86+0+128.4526),pixelHeight:1576,pixelWidth:2258,positionX:\"center\",positionY:\"center\",sizes:`calc(min(${componentViewport?.width||\"100vw\"} * 0.9, 1445px) * 0.3406)`,src:\"https://framerusercontent.com/images/ZK8kYQwMu67TsQFLfXTreeXpVA.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ZK8kYQwMu67TsQFLfXTreeXpVA.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZK8kYQwMu67TsQFLfXTreeXpVA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZK8kYQwMu67TsQFLfXTreeXpVA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZK8kYQwMu67TsQFLfXTreeXpVA.png 2258w\"}},kvFGS2zFO:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1971,intrinsicWidth:1108,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1860.6+100+755+0+-1.1459),pixelHeight:1576,pixelWidth:2258,positionX:\"center\",positionY:\"center\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1445px) * 0.7171)`,src:\"https://framerusercontent.com/images/ZK8kYQwMu67TsQFLfXTreeXpVA.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ZK8kYQwMu67TsQFLfXTreeXpVA.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZK8kYQwMu67TsQFLfXTreeXpVA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZK8kYQwMu67TsQFLfXTreeXpVA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZK8kYQwMu67TsQFLfXTreeXpVA.png 2258w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1971,intrinsicWidth:1108,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1034+100+0+-1.1459),pixelHeight:1576,pixelWidth:2258,positionX:\"center\",positionY:\"center\",sizes:`calc(min(${componentViewport?.width||\"100vw\"} * 0.9, 1445px) * 0.3406)`,src:\"https://framerusercontent.com/images/ZK8kYQwMu67TsQFLfXTreeXpVA.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ZK8kYQwMu67TsQFLfXTreeXpVA.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZK8kYQwMu67TsQFLfXTreeXpVA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZK8kYQwMu67TsQFLfXTreeXpVA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZK8kYQwMu67TsQFLfXTreeXpVA.png 2258w\"},className:\"framer-3tsvn\",\"data-framer-name\":\"image\",transformTemplate:transformTemplate1})})]})})]}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-1tab3k5\",\"data-framer-name\":\"feature image\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-plu3x9\",\"data-framer-name\":\"image\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qi2bso\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qk050\",\"data-framer-name\":\"background\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DoXEkZ1Hk:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1700,intrinsicWidth:2550,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1893.4+72+0+-147.6353),pixelHeight:1700,pixelWidth:2550,sizes:`calc(min(${componentViewport?.width||\"100vw\"} * 0.9, 1445px) * 0.3791)`,src:\"https://framerusercontent.com/images/SOyR2i3A6hwnEBt3U9HWEpdEs.png\",srcSet:\"https://framerusercontent.com/images/SOyR2i3A6hwnEBt3U9HWEpdEs.png?scale-down-to=512 512w,https://framerusercontent.com/images/SOyR2i3A6hwnEBt3U9HWEpdEs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SOyR2i3A6hwnEBt3U9HWEpdEs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/SOyR2i3A6hwnEBt3U9HWEpdEs.png 2550w\"}},inDEzWzmu:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1700,intrinsicWidth:2550,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2015+83+0+128.4526),pixelHeight:1700,pixelWidth:2550,sizes:`calc(min(${componentViewport?.width||\"100vw\"} * 0.9, 1445px) * 0.3785)`,src:\"https://framerusercontent.com/images/SOyR2i3A6hwnEBt3U9HWEpdEs.png\",srcSet:\"https://framerusercontent.com/images/SOyR2i3A6hwnEBt3U9HWEpdEs.png?scale-down-to=512 512w,https://framerusercontent.com/images/SOyR2i3A6hwnEBt3U9HWEpdEs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SOyR2i3A6hwnEBt3U9HWEpdEs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/SOyR2i3A6hwnEBt3U9HWEpdEs.png 2550w\"}},kvFGS2zFO:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1700,intrinsicWidth:2550,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3614.6+60+1571+0+-1.1459),pixelHeight:1700,pixelWidth:2550,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1445px) * 0.7967)`,src:\"https://framerusercontent.com/images/SOyR2i3A6hwnEBt3U9HWEpdEs.png\",srcSet:\"https://framerusercontent.com/images/SOyR2i3A6hwnEBt3U9HWEpdEs.png?scale-down-to=512 512w,https://framerusercontent.com/images/SOyR2i3A6hwnEBt3U9HWEpdEs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SOyR2i3A6hwnEBt3U9HWEpdEs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/SOyR2i3A6hwnEBt3U9HWEpdEs.png 2550w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1700,intrinsicWidth:2550,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2033+109+0+-1.1459),pixelHeight:1700,pixelWidth:2550,sizes:`calc(min(${componentViewport?.width||\"100vw\"} * 0.9, 1445px) * 0.3785)`,src:\"https://framerusercontent.com/images/SOyR2i3A6hwnEBt3U9HWEpdEs.png\",srcSet:\"https://framerusercontent.com/images/SOyR2i3A6hwnEBt3U9HWEpdEs.png?scale-down-to=512 512w,https://framerusercontent.com/images/SOyR2i3A6hwnEBt3U9HWEpdEs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SOyR2i3A6hwnEBt3U9HWEpdEs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/SOyR2i3A6hwnEBt3U9HWEpdEs.png 2550w\"},className:\"framer-16j841i\",\"data-framer-name\":\"image\",transformTemplate:transformTemplate1})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1q1eelm\",\"data-framer-name\":\"hero\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cydd1i\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v26\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-5c7ry7\",\"data-styles-preset\":\"KtNdc9CPv\",style:{\"--framer-text-alignment\":\"left\"},children:\"The solution\"})}),className:\"framer-et6lst\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-s34ndq\",\"data-styles-preset\":\"cA9ClpeSK\",children:\"Knab and Alicia identified the types of insurance Knab customers typically need. To make these products accessible, we built an online funnel integrated into the Knab App. White label APIs make sure the customer experience is seamless and compliant with all rules and regulations.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-s34ndq\",\"data-styles-preset\":\"cA9ClpeSK\",children:\"Knab clients can now get insured in minutes, after going through a simple journey that starts at the \u2018Insurance\u2019 tab in the Knab App. Guided through the Knab-branded Alicia environment, they\u2019re presented with the available products based on their profession. These products can start as early as the next day, and can be cancelled on a daily basis. Fully flexible insurance products that fit the freelancers\u2019 needs.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-s34ndq\",\"data-styles-preset\":\"cA9ClpeSK\",children:\"Customer feedback made it clear \u2013 this was the right move. After a successful launch, Knab and Alicia are continuously looking for more ways to add value for Knab\u2019s customers and further strengthen Knab\u2019s position as the market leading digital bank for freelancers.\"})]}),className:\"framer-l8wsvq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mdpd3e\",\"data-framer-name\":\"Data\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m7484d\",\"data-border\":true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v28\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-48v4pt\",\"data-styles-preset\":\"MoybGcRAs\",children:\"> 90%\"})}),className:\"framer-dfh7i7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v29\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-s34ndq\",\"data-styles-preset\":\"cA9ClpeSK\",children:\"Customer satisfaction score\"})}),className:\"framer-6d81hm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1luj7qe\",\"data-border\":true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v30\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-48v4pt\",\"data-styles-preset\":\"MoybGcRAs\",children:\"2\"})}),className:\"framer-1yw9git\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v31\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-s34ndq\",\"data-styles-preset\":\"cA9ClpeSK\",children:\"impactful tech updates per week\"})}),className:\"framer-rqbl0y\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b0ud6m\",\"data-border\":true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v32\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-48v4pt\",\"data-styles-preset\":\"MoybGcRAs\",children:\"13.000 \"})}),className:\"framer-gjqwbq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v33\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-s34ndq\",\"data-styles-preset\":\"cA9ClpeSK\",children:\"monthly interactions \"})}),className:\"framer-fn3bcj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DoXEkZ1Hk:{y:(componentViewport?.y||0)+0+3535.4},inDEzWzmu:{y:(componentViewport?.y||0)+0+3679},kvFGS2zFO:{y:(componentViewport?.y||0)+0+6153.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:624,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+3749,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n20zfk-container\",nodeId:\"ZN_yQFQ9u\",scopeId:\"LfaoXFNxK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DoXEkZ1Hk:{variant:\"RvYVB99Ak\"},kvFGS2zFO:{variant:\"TRB10_dv2\"}},children:/*#__PURE__*/_jsx(InternalPageRef,{height:\"100%\",HS6EjOHvO:\"UFZzE4y9T\",id:\"ZN_yQFQ9u\",layoutId:\"ZN_yQFQ9u\",style:{width:\"100%\"},variant:\"iCZWHZmMu\",width:\"100%\",xjBL4VP_u:\"EgGQ_nIfK\",XP8Ykjco6:\"dQ11Xw2aa\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DoXEkZ1Hk:{y:(componentViewport?.y||0)+0+4159.4},inDEzWzmu:{y:(componentViewport?.y||0)+0+4303},kvFGS2zFO:{y:(componentViewport?.y||0)+0+6777.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:899,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+4373,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hykxck-container\",nodeId:\"D6dSDQt6b\",scopeId:\"LfaoXFNxK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kvFGS2zFO:{variant:\"f1n6fZE7n\"}},children:/*#__PURE__*/_jsx(HowWeWork,{height:\"100%\",id:\"D6dSDQt6b\",layoutId:\"D6dSDQt6b\",style:{width:\"100%\"},variant:\"k_yVvFQW1\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DoXEkZ1Hk:{y:(componentViewport?.y||0)+0+5058.4},inDEzWzmu:{y:(componentViewport?.y||0)+0+5202},kvFGS2zFO:{y:(componentViewport?.y||0)+0+7676.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:329,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+5272,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yql1ey-container\",nodeId:\"f3LLGxBP3\",scopeId:\"LfaoXFNxK\",children:/*#__PURE__*/_jsx(CTA,{height:\"100%\",id:\"f3LLGxBP3\",layoutId:\"f3LLGxBP3\",style:{width:\"100%\"},variant:\"ENmZWH7Sa\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DoXEkZ1Hk:{y:(componentViewport?.y||0)+0+5387.4},inDEzWzmu:{y:(componentViewport?.y||0)+0+5531},kvFGS2zFO:{y:(componentViewport?.y||0)+0+8005.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:455,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+5601,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hkg68j-container\",nodeId:\"RX2EwLNp2\",scopeId:\"LfaoXFNxK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DoXEkZ1Hk:{variant:\"YloSHCwOY\"},kvFGS2zFO:{variant:\"yfQxKSDmE\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"RX2EwLNp2\",layoutId:\"RX2EwLNp2\",style:{width:\"100%\"},variant:\"NGcsrsg20\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-MHTYA.framer-6lt04d, .framer-MHTYA .framer-6lt04d { display: block; }\",\".framer-MHTYA.framer-1ggwwbb { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1445px; }\",\".framer-MHTYA .framer-daa75e-container, .framer-MHTYA .framer-1n20zfk-container, .framer-MHTYA .framer-1hykxck-container, .framer-MHTYA .framer-1yql1ey-container, .framer-MHTYA .framer-1hkg68j-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-MHTYA .framer-fpxz0f { align-content: center; align-items: center; background-color: var(--token-1376dd33-c94d-4913-8be0-38d736afaabb, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-MHTYA .framer-14e9rl9 { align-content: center; align-items: center; background-color: var(--token-1376dd33-c94d-4913-8be0-38d736afaabb, #ffffff); display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-MHTYA .framer-ngr97g { aspect-ratio: 1.0710743801652893 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 607px); overflow: hidden; position: relative; width: 45%; }\",\".framer-MHTYA .framer-139g8k3 { background-color: var(--token-1376dd33-c94d-4913-8be0-38d736afaabb, #ffffff); box-shadow: 0px 1px 14px 10px var(--token-1376dd33-c94d-4913-8be0-38d736afaabb, #ffffff); flex: none; height: 95%; left: 0px; overflow: hidden; position: absolute; top: 15px; width: 95%; }\",\".framer-MHTYA .framer-xh36jf { aspect-ratio: 1.0710743801652893 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 547px); left: 50%; overflow: hidden; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 90%; }\",\".framer-MHTYA .framer-1se1k6w { align-content: center; align-items: center; background-color: var(--token-1376dd33-c94d-4913-8be0-38d736afaabb, #ffffff); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 0.5175247177903657px 0.3582863430856378px 3.147224718564266px -1.125px rgba(0, 0, 0, 0.22), 1.5694289930179366px 1.086527764397033px 9.544173545848414px -2.25px rgba(0, 0, 0, 0.2), 4.1487247889649px 2.8721940846680076px 25.229653304481683px -3.375px rgba(0, 0, 0, 0.16), 13px 9px 79.05694150420948px -4.5px rgba(0, 0, 0, 0.02); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: 66px; justify-content: center; overflow: hidden; padding: 8px 20px 8px 15px; position: absolute; right: 30px; top: 14%; transform: translateY(-50%); width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-MHTYA .framer-qz9zq8-container, .framer-MHTYA .framer-pmahrl-container { aspect-ratio: 1 / 1; flex: none; height: 77%; position: relative; width: var(--framer-aspect-ratio-supported, 39px); }\",\".framer-MHTYA .framer-19bsbst, .framer-MHTYA .framer-10tg3l4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-MHTYA .framer-1h0gzm1, .framer-MHTYA .framer-1oenhio, .framer-MHTYA .framer-gb13ae, .framer-MHTYA .framer-c2dhsu { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-MHTYA .framer-gxwl0s { align-content: center; align-items: center; background-color: var(--token-1376dd33-c94d-4913-8be0-38d736afaabb, #ffffff); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 0.5175247177903657px 0.3582863430856378px 3.147224718564266px -1.125px rgba(0, 0, 0, 0.22), 1.5694289930179366px 1.086527764397033px 9.544173545848414px -2.25px rgba(0, 0, 0, 0.2), 4.1487247889649px 2.8721940846680076px 25.229653304481683px -3.375px rgba(0, 0, 0, 0.16), 13px 9px 79.05694150420948px -4.5px rgba(0, 0, 0, 0.02); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: 66px; justify-content: center; left: 30px; overflow: hidden; padding: 8px 20px 8px 15px; position: absolute; top: 78%; transform: translateY(-50%); width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-MHTYA .framer-1vq111t { align-content: flex-start; align-items: flex-start; display: flex; flex: 0.8 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 40px 0px 0px; position: relative; width: 1px; }\",\".framer-MHTYA .framer-wmsmpq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 522px; }\",\".framer-MHTYA .framer-15gme74, .framer-MHTYA .framer-b0v0w1, .framer-MHTYA .framer-134lwlw, .framer-MHTYA .framer-11i1ms5, .framer-MHTYA .framer-l8wsvq { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-MHTYA .framer-1ll23i8 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-MHTYA .framer-l5yubp { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 95%; word-break: break-word; word-wrap: break-word; }\",\".framer-MHTYA .framer-1ypkuxr { align-content: center; align-items: center; background-color: var(--token-b1d925b0-fbc6-4bfd-ad3d-8603f392580d, #b5c9ff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-MHTYA .framer-2d9hwn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 150px; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 900px; }\",\".framer-MHTYA .framer-lkdyia { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 18px 0px 18px; position: relative; width: 30%; }\",\".framer-MHTYA .framer-s6evg5, .framer-MHTYA .framer-i4cvlq { flex: none; height: 80px; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-MHTYA .framer-180xnzz, .framer-MHTYA .framer-pe0j28, .framer-MHTYA .framer-swvt5y { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-MHTYA .framer-1kh6l53, .framer-MHTYA .framer-18cv8jd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 18px 0px 18px; position: relative; width: 30%; }\",\".framer-MHTYA .framer-h3azyh { flex: none; height: 80px; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-MHTYA .framer-frg0fl { align-content: flex-start; align-items: flex-start; background-color: var(--token-1376dd33-c94d-4913-8be0-38d736afaabb, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1445px; overflow: hidden; padding: 100px 0px 100px 0px; position: relative; width: 90%; }\",\".framer-MHTYA .framer-103nf0a, .framer-MHTYA .framer-1q1eelm { align-content: flex-start; align-items: flex-start; display: flex; flex: 0.9 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 66px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-MHTYA .framer-rmp6k5, .framer-MHTYA .framer-1cydd1i { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-MHTYA .framer-1cmfk6e, .framer-MHTYA .framer-et6lst { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 80%; word-break: break-word; word-wrap: break-word; }\",\".framer-MHTYA .framer-6cvxhx, .framer-MHTYA .framer-1mdpd3e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-MHTYA .framer-px5ouo { --border-bottom-width: 1px; --border-color: var(--token-1b6a6848-33c1-4b8d-ade0-019733edcb2a, #444951); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 10px 0px; position: relative; width: 100%; }\",\".framer-MHTYA .framer-1k77j6g, .framer-MHTYA .framer-plu3x9 { 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: hidden; padding: 0px; position: relative; width: 38%; }\",\".framer-MHTYA .framer-rni4vl, .framer-MHTYA .framer-qi2bso { aspect-ratio: 0.9198998748435544 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 535px); overflow: hidden; position: relative; width: 100%; }\",\".framer-MHTYA .framer-ekhh04 { aspect-ratio: 1.0329985652797704 / 1; background-color: var(--token-b1d925b0-fbc6-4bfd-ad3d-8603f392580d, #b5c9ff); border-bottom-left-radius: 34px; border-bottom-right-radius: 34px; border-top-left-radius: 34px; border-top-right-radius: 34px; flex: none; height: var(--framer-aspect-ratio-supported, 467px); left: 50%; overflow: hidden; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 98%; will-change: var(--framer-will-change-override, transform); }\",\".framer-MHTYA .framer-3tsvn { aspect-ratio: 0.9423076923076923 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 470px); left: 50%; overflow: hidden; position: absolute; top: 49%; transform: translate(-50%, -50%); width: 90%; }\",\".framer-MHTYA .framer-1tab3k5 { align-content: flex-start; align-items: flex-start; background-color: var(--token-1376dd33-c94d-4913-8be0-38d736afaabb, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1445px; overflow: hidden; padding: 109px 0px 109px 0px; position: relative; width: 90%; }\",\".framer-MHTYA .framer-1qk050 { aspect-ratio: 1.0329985652797704 / 1; background-color: var(--token-5774c937-6c21-4487-a2bf-f16ec15ea1f0, #effb00); border-bottom-left-radius: 34px; border-bottom-right-radius: 34px; border-top-left-radius: 34px; border-top-right-radius: 34px; flex: none; height: var(--framer-aspect-ratio-supported, 467px); left: 50%; overflow: hidden; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 98%; will-change: var(--framer-will-change-override, transform); }\",\".framer-MHTYA .framer-16j841i { aspect-ratio: 0.9423076923076923 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 523px); left: 50%; overflow: hidden; position: absolute; top: 49%; transform: translate(-50%, -50%); width: 100%; }\",\".framer-MHTYA .framer-m7484d, .framer-MHTYA .framer-1luj7qe, .framer-MHTYA .framer-1b0ud6m { --border-bottom-width: 1px; --border-color: var(--token-1b6a6848-33c1-4b8d-ade0-019733edcb2a, #444951); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 10px 0px; position: relative; width: 100%; }\",\".framer-MHTYA .framer-dfh7i7, .framer-MHTYA .framer-1yw9git, .framer-MHTYA .framer-gjqwbq { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 30%; word-break: break-word; word-wrap: break-word; }\",\".framer-MHTYA .framer-6d81hm, .framer-MHTYA .framer-rqbl0y, .framer-MHTYA .framer-fn3bcj { flex: 1 0 0px; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,'.framer-MHTYA[data-border=\"true\"]::after, .framer-MHTYA [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 1200px) and (max-width: 1444px) { .framer-MHTYA.framer-1ggwwbb { width: 1200px; } .framer-MHTYA .framer-14e9rl9 { padding: 0px 0px 10px 0px; } .framer-MHTYA .framer-ngr97g { height: var(--framer-aspect-ratio-supported, 504px); } .framer-MHTYA .framer-xh36jf { height: var(--framer-aspect-ratio-supported, 454px); } .framer-MHTYA .framer-1se1k6w { top: 14%; } .framer-MHTYA .framer-gxwl0s { top: 79%; } .framer-MHTYA .framer-frg0fl { padding: 86px 0px 86px 0px; } .framer-MHTYA .framer-rni4vl, .framer-MHTYA .framer-qi2bso { height: var(--framer-aspect-ratio-supported, 445px); } .framer-MHTYA .framer-ekhh04, .framer-MHTYA .framer-1qk050 { aspect-ratio: 1.005927180355631 / 1; height: var(--framer-aspect-ratio-supported, 394px); left: 50%; top: 50%; width: 97%; } .framer-MHTYA .framer-3tsvn { aspect-ratio: 0.9428571428571428 / 1; height: var(--framer-aspect-ratio-supported, 390px); left: 50%; top: 49%; } .framer-MHTYA .framer-1tab3k5 { padding: 83px 0px 83px 0px; } .framer-MHTYA .framer-16j841i { aspect-ratio: 0.9428571428571428 / 1; height: var(--framer-aspect-ratio-supported, 434px); left: 50%; top: 49%; }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-MHTYA.framer-1ggwwbb { width: 810px; } .framer-MHTYA .framer-fpxz0f { padding: 0px 0px 30px 0px; } .framer-MHTYA .framer-14e9rl9 { gap: 50px; padding: 25px 0px 25px 0px; } .framer-MHTYA .framer-ngr97g { aspect-ratio: 1.0472103004291846 / 1; height: var(--framer-aspect-ratio-supported, 191px); width: 45%; } .framer-MHTYA .framer-139g8k3 { height: 92%; left: -1px; top: 14px; width: 95%; } .framer-MHTYA .framer-xh36jf { height: var(--framer-aspect-ratio-supported, 187px); } .framer-MHTYA .framer-1se1k6w { gap: 11px; height: min-content; padding: 5px 10px 5px 10px; top: 14%; } .framer-MHTYA .framer-qz9zq8-container { aspect-ratio: unset; height: 8%; width: 25px; } .framer-MHTYA .framer-gxwl0s { gap: 11px; height: min-content; padding: 5px 10px 5px 10px; top: 81%; } .framer-MHTYA .framer-pmahrl-container { aspect-ratio: unset; height: 10%; width: 25px; } .framer-MHTYA .framer-1vq111t { flex: 0.9 0 0px; padding: 0px 0px 29px 0px; } .framer-MHTYA .framer-2d9hwn { width: 800px; } .framer-MHTYA .framer-s6evg5, .framer-MHTYA .framer-h3azyh, .framer-MHTYA .framer-i4cvlq { height: 64px; } .framer-MHTYA .framer-frg0fl { padding: 74px 0px 74px 0px; } .framer-MHTYA .framer-103nf0a { flex: 1 0 0px; order: 0; padding: 0px 0px 0px 20px; } .framer-MHTYA .framer-1k77j6g { order: 1; } .framer-MHTYA .framer-rni4vl, .framer-MHTYA .framer-qi2bso { height: var(--framer-aspect-ratio-supported, 217px); width: 100%; } .framer-MHTYA .framer-ekhh04, .framer-MHTYA .framer-1qk050 { height: var(--framer-aspect-ratio-supported, 194px); } .framer-MHTYA .framer-3tsvn, .framer-MHTYA .framer-16j841i { height: var(--framer-aspect-ratio-supported, 212px); } .framer-MHTYA .framer-1tab3k5 { padding: 72px 0px 72px 0px; } .framer-MHTYA .framer-plu3x9 { order: 0; } .framer-MHTYA .framer-1q1eelm { flex: 1 0 0px; order: 1; padding: 0px 0px 0px 20px; }}\",\"@media (max-width: 809px) { .framer-MHTYA.framer-1ggwwbb { width: 360px; } .framer-MHTYA .framer-14e9rl9 { flex-direction: column; gap: 35px; min-height: 500px; order: 0; padding: 40px 0px 0px 0px; } .framer-MHTYA .framer-ngr97g { height: var(--framer-aspect-ratio-supported, 187px); order: 1; width: 100%; } .framer-MHTYA .framer-xh36jf { height: var(--framer-aspect-ratio-supported, 187px); } .framer-MHTYA .framer-1se1k6w { height: min-content; padding: 8px 15px 8px 10px; top: 14%; } .framer-MHTYA .framer-qz9zq8-container, .framer-MHTYA .framer-pmahrl-container { aspect-ratio: unset; width: 20px; } .framer-MHTYA .framer-gxwl0s { bottom: 29px; height: min-content; left: 20px; padding: 8px 15px 8px 10px; top: unset; transform: unset; } .framer-MHTYA .framer-1vq111t { flex: none; order: 0; width: 80%; } .framer-MHTYA .framer-2d9hwn { align-content: center; align-items: center; flex-direction: column; gap: 48px; height: min-content; justify-content: center; width: 702px; } .framer-MHTYA .framer-lkdyia { gap: 5px; order: 0; } .framer-MHTYA .framer-s6evg5, .framer-MHTYA .framer-h3azyh, .framer-MHTYA .framer-i4cvlq { height: 50px; } .framer-MHTYA .framer-1kh6l53 { gap: 5px; order: 1; } .framer-MHTYA .framer-18cv8jd { gap: 5px; order: 2; } .framer-MHTYA .framer-frg0fl { align-content: center; align-items: center; flex-direction: column; gap: 73px; justify-content: center; width: 100%; } .framer-MHTYA .framer-103nf0a { align-content: center; align-items: center; flex: none; width: 80%; } .framer-MHTYA .framer-1k77j6g { width: 80%; } .framer-MHTYA .framer-rni4vl, .framer-MHTYA .framer-qi2bso { height: var(--framer-aspect-ratio-supported, 217px); } .framer-MHTYA .framer-ekhh04, .framer-MHTYA .framer-1qk050 { height: var(--framer-aspect-ratio-supported, 194px); } .framer-MHTYA .framer-3tsvn, .framer-MHTYA .framer-16j841i { height: var(--framer-aspect-ratio-supported, 212px); } .framer-MHTYA .framer-1tab3k5 { align-content: center; align-items: center; flex-direction: column; gap: 73px; justify-content: center; padding: 60px 0px 109px 0px; width: 100%; } .framer-MHTYA .framer-plu3x9 { order: 1; width: 80%; } .framer-MHTYA .framer-1q1eelm { align-content: center; align-items: center; flex: none; order: 0; width: 80%; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5296.5\n * @framerIntrinsicWidth 1445\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"inDEzWzmu\":{\"layout\":[\"fixed\",\"auto\"]},\"DoXEkZ1Hk\":{\"layout\":[\"fixed\",\"auto\"]},\"kvFGS2zFO\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerLfaoXFNxK=withCSS(Component,css,\"framer-MHTYA\");export default FramerLfaoXFNxK;FramerLfaoXFNxK.displayName=\"Industries / Banking\";FramerLfaoXFNxK.defaultProps={height:5296.5,width:1445};addFonts(FramerLfaoXFNxK,[{explicitInter:true,fonts:[{family:\"Untitled Sans Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/9TYOnYF7Vb6Cewz5qsvH2hOXJmU.woff2\"},{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\"}]},...AliciaNavigationCopyFonts,...MaterialFonts,...InternalPageRefFonts,...HowWeWorkFonts,...CTAFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerLfaoXFNxK\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1445\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"inDEzWzmu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DoXEkZ1Hk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kvFGS2zFO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"5296.5\",\"framerDisplayContentsDiv\":\"false\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "AliciaNavigationCopyFonts", "getFonts", "DfXgL8Bao_default", "MaterialFonts", "Icon", "InternalPageRefFonts", "m7JFZx98e_default", "HowWeWorkFonts", "VxJm0LeaX_default", "CTAFonts", "T1Uz1JzsQ_default", "FooterFonts", "eZIbrvPWr_default", "breakpoints", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "usePreloadLocalizedValues", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "DfXgL8Bao_default", "getLoadingLazyAtYPosition", "Image2", "Icon", "getLocalizedValue", "x", "RichText2", "m7JFZx98e_default", "VxJm0LeaX_default", "T1Uz1JzsQ_default", "eZIbrvPWr_default", "css", "FramerLfaoXFNxK", "withCSS", "LfaoXFNxK_default", "addFonts", "AliciaNavigationCopyFonts", "MaterialFonts", "InternalPageRefFonts", "HowWeWorkFonts", "CTAFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
