{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/CDLEbwhaBhgQMK3IfKG7/75b2UXKFl9talvEXHLc2/L3OVky2fA.js", "ssg:https://framerusercontent.com/modules/2mt7y8DNOQlarytpIHAl/vTFVl8YgfysnAkVQe5QG/L3OVky2fA.js"],
  "sourcesContent": ["// Generated by Framer (6807895)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={ngLntN0l1:new LazyValue(()=>import(\"./L3OVky2fA-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 (6807895)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getLoadingLazyAtYPosition,Image,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import CookieBanner from\"https://framerusercontent.com/modules/GbX8S6ghmyszcS2GLR2F/4g4iDkxkaJXTefaMdbq6/Cookies.js\";import Footer from\"#framer/local/canvasComponent/d9K6jQJ5G/d9K6jQJ5G.js\";import NewButton from\"#framer/local/canvasComponent/pRIyj9KP_/pRIyj9KP_.js\";import Navigation2 from\"#framer/local/canvasComponent/QlAzXSW3D/QlAzXSW3D.js\";import ContactUsForm from\"#framer/local/codeFile/NyOJVAw/ContactUsForm.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/L3OVky2fA/L3OVky2fA.js\";import metadataProvider from\"#framer/local/webPageMetadata/L3OVky2fA/L3OVky2fA.js\";const Navigation2Fonts=getFonts(Navigation2);const RichTextWithFX=withFX(RichText);const NewButtonFonts=getFonts(NewButton);const ContainerWithFX=withFX(Container);const MotionDivWithFX=withFX(motion.div);const ImageWithFX=withFX(Image);const ContactUsFormFonts=getFonts(ContactUsForm);const FooterFonts=getFonts(Footer);const CookieBannerFonts=getFonts(CookieBanner);const breakpoints={Fk__knkW3:\"(min-width: 1200px)\",OF3mCqUVP:\"(min-width: 810px) and (max-width: 1199px)\",qoJsTaoAV:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-O3Nrm\";const variantClassNames={Fk__knkW3:\"framer-v-1y9neii\",OF3mCqUVP:\"framer-v-occff0\",qoJsTaoAV:\"framer-v-7yqli6\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:24};const transition1={damping:45,delay:.2,mass:1,stiffness:202,type:\"spring\"};const transition2={damping:45,delay:.3,mass:1,stiffness:202,type:\"spring\"};const transition3={damping:45,delay:.4,mass:1,stiffness:202,type:\"spring\"};const transition4={damping:45,delay:.5,mass:1,stiffness:202,type:\"spring\"};const transition5={damping:45,delay:.6,mass:1,stiffness:202,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:32};const transition6={damping:40,delay:0,mass:1,stiffness:248,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:16};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:16};const transition7={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:16};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value}});};const humanReadableVariantMap={Desktop:\"Fk__knkW3\",Phone:\"qoJsTaoAV\",Tablet:\"OF3mCqUVP\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Fk__knkW3\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const elementId=useRouteElementId(\"rVCXz3fHw\");const ref2=React.useRef(null);const router=useRouter();usePreloadLocalizedValues(activeLocale);const elementId1=useRouteElementId(\"tPuLEEFX5\");const ref3=React.useRef(null);const elementId2=useRouteElementId(\"eZaIUl96C\");const ref4=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"qoJsTaoAV\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"OF3mCqUVP\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if([\"OF3mCqUVP\",\"qoJsTaoAV\"].includes(baseVariant))return false;return true;};const elementId3=useRouteElementId(\"XWYfJv1Z3\");const ref5=React.useRef(null);const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"qoJsTaoAV\")return false;return true;};const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"Fk__knkW3\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1y9neii\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{y:(componentViewport?.y||0)+0+0},qoJsTaoAV:{y:(componentViewport?.y||0)+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`min(${componentViewport?.width||\"100vw\"}, 1130px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-18s2wge-container\",id:elementId,ref:ref2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{variant:\"O3QgcPRX0\"},qoJsTaoAV:{variant:\"FubWU7t0W\"}},children:/*#__PURE__*/_jsx(Navigation2,{height:\"100%\",id:\"rVCXz3fHw\",layoutId:\"rVCXz3fHw\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"IItlKHTQP\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-73pget\",\"data-framer-name\":\"Intro\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+64+20+0),pixelHeight:685,pixelWidth:1200,src:\"https://framerusercontent.com/images/srxN8jjSBCLSWMDSWSZQih44.png\"}},qoJsTaoAV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+64+20+0),pixelHeight:685,pixelWidth:1200,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/cxzCtvXZfoAX8NKD7Z1iHrp9o.png\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:685,pixelWidth:1200,src:\"https://framerusercontent.com/images/srxN8jjSBCLSWMDSWSZQih44.png\"},className:\"framer-khrwu7\",\"data-border\":true,\"data-framer-name\":\"Hero Block\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-wqvxc2\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vlgnfi\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"1.02em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Generate more $$$ from your game\",/*#__PURE__*/_jsx(\"br\",{}),\"with Toffee\"]})})},qoJsTaoAV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"1.08em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Generate more $$$ from your game\",/*#__PURE__*/_jsx(\"br\",{}),\"with Toffee\"]})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"66px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"1.02em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Generate more $$$ from your game\",/*#__PURE__*/_jsx(\"br\",{}),\"with Toffee\"]})}),className:\"framer-1bkffua\",\"data-framer-name\":\"Title H1\",fonts:[\"GF;DM Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Our end-to-end fintech platform enables game developers to boost retention 3X\"})})},qoJsTaoAV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Our end-to-end fintech platform enables game developers to boost retention 3X\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"27px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Our end-to-end fintech platform enables game developers to boost retention 3X\"})}),className:\"framer-nyfkx7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":XWYfJv1Z3\",webPageId:\"L3OVky2fA\"},implicitPathVariables:undefined},{href:{hash:\":XWYfJv1Z3\",webPageId:\"L3OVky2fA\"},implicitPathVariables:undefined},{href:{hash:\":XWYfJv1Z3\",webPageId:\"L3OVky2fA\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{y:(componentViewport?.y||0)+0+64+20+0+50+0+0+0+0+210.8},qoJsTaoAV:{y:(componentViewport?.y||0)+0+64+20+0+40+0+0+0+0+210.24}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,width:\"152px\",children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-182xt6a-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{V8PKdmHLP:resolvedLinks[1]},qoJsTaoAV:{V8PKdmHLP:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(NewButton,{height:\"100%\",id:\"uZeioMS82\",layoutId:\"uZeioMS82\",style:{height:\"100%\",width:\"100%\"},V8PKdmHLP:resolvedLinks[0],width:\"100%\",ZkuMpxXky:\"Get in touch\"})})})})})})]})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-16czj0e\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kn74g4\",\"data-border\":true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"27px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.64)\"},children:\"Trusted by\"})})},qoJsTaoAV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"27px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.64)\"},children:\"Trusted by\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"27px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.64)\"},children:\"Trusted by\"})}),className:\"framer-k75h0v\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-aalu32\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-16brx8i\",\"data-framer-name\":\"partners\",fill:\"black\",intrinsicHeight:32,intrinsicWidth:295,svg:'<svg width=\"295\" height=\"32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><mask id=\"a\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"295\" height=\"32\"><path d=\"M294.9 0H.5v31.676h294.4V0Z\" fill=\"#fff\"/></mask><g mask=\"url(#a)\" fill=\"#fff\"><path d=\"M28.551 10.836h4.592l-4.293 9.399c.13-.567.205-1.173.205-1.816 0-1.21-.242-2.25-.746-3.139-.504-.889-1.195-1.588-2.09-2.061-.896-.473-1.923-.719-3.099-.719h-.186l3.303-5.446h-4.535l-2.968 5.125c-.578.983-1.026 1.834-1.343 2.553a11.112 11.112 0 0 0-.598 1.57V7.053h-5.655v3.782h1.624v12.046L9.608 7.054H3.859L.5 24.565h3.957l.373-2.288h3.789l.373 2.288h7.783v-3.744c.112.378.261.719.448 1.04a5.407 5.407 0 0 0 2.183 2.175c.933.51 2.016.756 3.248.756 1.232 0 2.389-.264 3.36-.794a5.556 5.556 0 0 0 2.127-2.042v2.61h9.76v-3.48h-4.758L37.939 9.53V7.054h-9.388v3.782Zm-23.18 8.15 1.344-8.188h.056l1.325 8.189H5.371Zm19.317.795a2.177 2.177 0 0 1-.784.946 2.05 2.05 0 0 1-1.176.34c-.672 0-1.213-.246-1.642-.756-.41-.511-.616-1.154-.616-1.948 0-.51.093-.984.299-1.38.205-.398.466-.72.802-.946.336-.227.728-.36 1.157-.36.43 0 .822.114 1.157.34.355.228.616.55.803.965.187.416.28.87.28 1.38 0 .55-.093 1.022-.28 1.419Zm72.658-2.364c-.317-.719-.877-1.513-1.643-2.402l-1.885-2.326a2.964 2.964 0 0 1-.43-.7 1.594 1.594 0 0 1-.13-.642c0-.34.112-.587.318-.776.205-.189.485-.283.82-.283.318 0 .673.075 1.065.208.392.151.82.34 1.306.586V7.243c-.933-.284-1.829-.435-2.688-.435-.951 0-1.791.19-2.519.548a3.882 3.882 0 0 0-1.94 2.118v-2.42h-7.504V22.9h-.018l-.784-15.847h-5.58l-1.718 11.082L72.3 7.054h-5.58l-.654 13.162L63.62 7.054h-5.748l-2.37 12.916.018-5.787h-6.55v3.556h3.247v3.006c-.075.02-.13.02-.205.038-.504.095-.97.133-1.437.133-.97 0-1.81-.208-2.52-.605a4.127 4.127 0 0 1-1.661-1.74c-.392-.757-.597-1.665-.597-2.705s.205-1.929.597-2.704a4.101 4.101 0 0 1 1.698-1.74c.728-.397 1.605-.586 2.595-.586a7.87 7.87 0 0 1 2.165.303c.56.15 1.082.34 1.605.586V7.47a16.42 16.42 0 0 0-1.661-.416 12.802 12.802 0 0 0-2.296-.208c-1.754 0-3.303.378-4.647 1.134a7.879 7.879 0 0 0-3.117 3.159c-.728 1.361-1.101 2.93-1.101 4.708s.354 3.329 1.082 4.69c.71 1.362 1.736 2.402 3.061 3.159 1.325.737 2.893 1.115 4.703 1.115.933 0 1.923-.113 2.93-.321.672-.151.99-.34 1.382-.586l-.112.643h3.938l.354-2.289h3.565l.355 2.289h6.85l.372-12.898.056-.113 2.221 13.01h3.285l2.221-13.01.056.113.373 12.898h11.348v-.284a9.34 9.34 0 0 0 3.08.53c1.026 0 1.922-.19 2.687-.587.765-.378 1.325-.945 1.754-1.702.43-.737.635-1.626.635-2.666 0-.89-.15-1.702-.485-2.42Zm-37.906 1.57 1.269-8.189h.056l1.232 8.189H59.44Zm34.08 1.437a.952.952 0 0 1-.467.397 1.928 1.928 0 0 1-.672.132c-.783 0-1.81-.434-3.042-1.323v1.229h-3.322v-3.366h2.949V14.05h-2.95v-3.29h3.286a5.829 5.829 0 0 0 .354 2.78 6.54 6.54 0 0 0 1.232 1.947l1.997 2.44c.261.321.467.624.597.889.13.283.206.567.206.87.018.302-.038.548-.168.737Zm12.187 10.042-3.154-.02 16.629-29.255 3.154.02-16.629 29.255ZM148.409 9.02h-17.115c-.336 0-.69.114-1.064.36-.372.246-.672.53-.858.87l-.485.85-1.904 3.386-.41.737c-.131.227-.206.435-.206.624 0 .417.243.624.71.624h8.566c.467 0 .709.209.709.625 0 .189-.074.397-.224.624l-1.399 2.477c-.206.34-.486.643-.859.889s-.728.36-1.064.36c-.466 0-.709-.209-.709-.625 0-.19.075-.397.205-.624l.691-1.248c.13-.227.205-.435.205-.624 0-.416-.243-.624-.709-.624h-6.103c-.336 0-.691.113-1.064.359-.075.038-.131.095-.205.151l-1.997 3.026-.094.17c-.112.227-.186.435-.186.624 0 .416.224.624.69.624h17.115c.336 0 .709-.113 1.082-.359.374-.246.672-.53.859-.87l2.837-4.954c.112-.228.187-.436.187-.625 0-.416-.224-.624-.691-.624h-8.567c-.466 0-.709-.208-.709-.624 0-.189.056-.397.168-.624l1.419-2.477c.186-.34.466-.643.858-.87.374-.246.728-.36 1.064-.36.466 0 .709.209.709.625 0 .189-.056.397-.187.624l-.708 1.248c-.112.227-.188.435-.188.624 0 .416.224.624.691.624h6.103c.336 0 .71-.114 1.082-.36.374-.245.672-.529.859-.87l1.4-2.476c.13-.228.205-.435.205-.625.019-.453-.224-.661-.709-.661Zm20.754 0c.467 0 .709.209.709.625 0 .189-.074.397-.205.624l-6.346 11.138c-.205.34-.485.643-.859.87-.372.246-.728.36-1.063.36h-8.567c-.336 0-.69.113-1.063.359a2.7 2.7 0 0 0-.859.87l-4.05 7.13c-.262.453-.522.68-.784.68-.168 0-.298-.095-.374-.265l-3.396-5.806a1.64 1.64 0 0 1-.149-.718c0-.435.093-.813.298-1.154l7.671-13.464c.205-.34.485-.643.859-.87.373-.246.728-.36 1.063-.36h17.115v-.018Zm-8.753 2.478c.13-.227.205-.435.205-.624 0-.416-.243-.624-.709-.624-.336 0-.691.113-1.064.36-.373.245-.672.529-.859.869l-4.927 8.68c-.13.227-.186.435-.186.624 0 .416.242.624.708.624.336 0 .692-.113 1.064-.36.374-.245.654-.529.84-.869l4.928-8.68Zm15.789 5.314c-.373.246-.653.53-.84.87l-1.437 2.477a1.688 1.688 0 0 0-.149.624c0 .416.224.624.69.624.336 0 .71-.113 1.083-.36.373-.245.672-.529.858-.869l.71-1.248c.186-.34.466-.643.858-.87.392-.246.746-.36 1.082-.36h6.104c.466 0 .69.209.69.625 0 .189-.056.397-.186.624l-1.419 2.477c-.187.34-.467.643-.858.87-.392.227-.728.36-1.064.36h-17.115c-.467 0-.709-.209-.709-.625 0-.189.056-.397.186-.624l6.365-11.138c.186-.34.466-.643.858-.87.374-.246.747-.36 1.083-.36h17.114c.467 0 .691.208.691.625 0 .189-.056.397-.187.624l-2.837 4.954c-.186.34-.466.643-.858.87-.392.246-.746.36-1.082.36h-8.568c-.335-.02-.69.094-1.063.34Zm1.269-2.856a1.427 1.427 0 0 0-.168.624c0 .416.242.624.71.624.336 0 .69-.113 1.063-.359a2.72 2.72 0 0 0 .859-.87l1.399-2.477c.112-.227.187-.435.187-.624 0-.416-.224-.624-.691-.624-.336 0-.69.113-1.063.36-.374.245-.672.529-.878.869l-1.418 2.477Zm19.485 2.856c-.373.246-.653.53-.84.87l-1.437 2.477c-.094.227-.15.435-.15.624 0 .416.224.624.692.624.335 0 .708-.113 1.082-.36.392-.245.672-.529.858-.869l.709-1.248a2.25 2.25 0 0 1 .859-.87c.373-.246.747-.36 1.083-.36h6.102c.467 0 .691.209.691.625 0 .189-.056.397-.187.624l-1.418 2.477a2.25 2.25 0 0 1-.859.87c-.392.246-.728.36-1.064.36h-17.096c-.466 0-.708-.209-.708-.625 0-.189.056-.397.186-.624l6.365-11.138c.186-.34.466-.643.858-.87.392-.246.747-.36 1.083-.36h17.114c.466 0 .69.208.69.625 0 .189-.056.397-.186.624l-2.837 4.954c-.186.34-.466.643-.858.87-.374.246-.747.36-1.083.36h-8.567c-.336-.02-.69.094-1.082.34Zm1.269-2.856a1.427 1.427 0 0 0-.168.624c0 .416.243.624.709.624.336 0 .691-.113 1.064-.359a2.71 2.71 0 0 0 .859-.87l1.4-2.477c.112-.227.186-.435.186-.624 0-.416-.224-.624-.69-.624-.336 0-.691.113-1.064.36-.373.245-.672.529-.877.869l-1.419 2.477Zm35.386-7.904c.094.17.15.397.15.7 0 .434-.094.831-.299 1.19l-7.689 13.465a2.25 2.25 0 0 1-.859.87c-.392.246-.728.36-1.064.36h-17.114c-.467 0-.71-.209-.71-.625 0-.189.056-.397.187-.624l6.364-11.138a2.25 2.25 0 0 1 .859-.87c.392-.246.746-.36 1.082-.36h8.567c.317 0 .672-.113 1.045-.359.374-.246.653-.53.84-.889l4.087-7.11c.262-.454.523-.662.784-.662.149 0 .28.076.373.227l3.397 5.825Zm-10.75 5.446c.112-.227.168-.435.168-.624 0-.416-.224-.624-.691-.624-.336 0-.69.113-1.063.359a2.58 2.58 0 0 0-.859.889l-4.946 8.661c-.112.227-.186.435-.186.624 0 .416.224.624.69.624.336 0 .709-.113 1.083-.36.392-.245.672-.529.858-.869l4.946-8.68Zm29.769-2.478c.467 0 .691.209.691.625 0 .189-.056.397-.188.624l-1.418 2.477c-.186.34-.466.643-.858.87-.392.246-.728.36-1.064.36h-6.103c-.466 0-.709-.209-.709-.625 0-.189.056-.397.187-.624l.709-1.248c.112-.227.186-.435.186-.624 0-.416-.224-.624-.69-.624-.336 0-.691.113-1.064.36-.373.245-.672.529-.859.87l-5.673 9.89a2.43 2.43 0 0 1-.859.889c-.373.245-.728.359-1.064.359h-6.103c-.466 0-.709-.208-.709-.624 0-.19.056-.398.187-.624l6.364-11.139a2.25 2.25 0 0 1 .859-.87c.373-.246.746-.36 1.082-.36h17.096v.039Zm20.623 0c.467 0 .691.209.691.625 0 .189-.056.397-.187.624l-6.364 11.138a2.25 2.25 0 0 1-.859.87c-.373.246-.728.36-1.064.36h-17.114c-.467 0-.71-.209-.71-.625 0-.189.056-.397.187-.624l6.364-11.138a2.25 2.25 0 0 1 .859-.87c.373-.246.746-.36 1.082-.36h6.122c.466 0 .69.209.69.625 0 .189-.056.397-.168.624l-5.654 9.909c-.112.227-.187.435-.187.624 0 .416.224.624.69.624.336 0 .71-.113 1.083-.36.392-.245.671-.529.859-.87l5.655-9.909c.186-.34.466-.642.858-.87.392-.245.747-.359 1.083-.359h6.084v-.037Zm20.96 0c.466 0 .69.209.69.625 0 .189-.056.397-.187.624l-6.364 11.138a2.25 2.25 0 0 1-.859.87c-.373.246-.728.36-1.064.36h-6.121c-.467 0-.709-.208-.709-.625 0-.189.056-.397.186-.624l5.656-9.909c.112-.227.186-.435.186-.624 0-.416-.224-.624-.69-.624-.336 0-.691.113-1.064.36-.374.245-.672.529-.859.87l-5.655 9.908c-.186.34-.466.643-.858.87-.392.246-.728.36-1.064.36h-6.122c-.466 0-.71-.208-.71-.624 0-.19.056-.398.188-.624l6.364-11.139c.186-.34.466-.643.858-.87.374-.246.746-.36 1.082-.36h17.116v.039Z\"/></g></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-kzq8h8\",\"data-framer-name\":\"Online_SVG_Code_Editor_2\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:180,svg:'<svg width=\"180\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g opacity=\".5\" clip-path=\"url(#a)\" fill=\"#fff\"><path d=\"M78.647 4.9 76.04.818h-2.918v10.781h2.817V5.596l2.5 3.692h.357l2.529-3.737V11.6h2.85V.818h-2.923L78.647 4.9ZM89.117.812h-2.868v10.781h2.868V.813Zm6.438 0h-4.372V11.6h4.371c3.397 0 5.859-2.272 5.859-5.424 0-3.152-2.462-5.363-5.858-5.363ZM94.05 3.424h1.504a2.695 2.695 0 0 1 2.884 2.784v.028a2.678 2.678 0 0 1-2.884 2.785H94.05V3.424ZM107.282.812h-4.371V11.6h4.371c3.397 0 5.859-2.272 5.859-5.424 0-3.152-2.462-5.363-5.859-5.363Zm-1.503 2.612h1.503a2.695 2.695 0 0 1 2.891 2.784v.028a2.678 2.678 0 0 1-.82 2.042 2.684 2.684 0 0 1-2.071.743h-1.503V3.424ZM117.506.818h-2.862v10.781h8.097V8.993h-5.235V.818Zm9.272 6.632h4.951V4.89h-4.951V3.374h5.624V.818h-8.475v10.781h8.548V9.037h-5.697V7.45Zm12.179.2h2.322v1.036a3.566 3.566 0 0 1-1.893.485 2.846 2.846 0 0 1-2.901-2.996 2.83 2.83 0 0 1 2.734-2.907 3.641 3.641 0 0 1 2.567.98l.212.167 1.815-2.105-.217-.184A6.126 6.126 0 0 0 139.319.64a5.62 5.62 0 0 0-4.072 1.58 5.637 5.637 0 0 0-1.714 4.017c-.022 3.208 2.445 5.541 5.786 5.541a7.145 7.145 0 0 0 4.661-1.67l.106-.084V5.15h-5.118l-.011 2.5ZM149.432.74l-4.739 10.859h2.98l.957-2.294h4.054l.958 2.294h3.03L151.927.739h-2.495Zm2.194 6.025h-1.954l.98-2.316.974 2.316ZM163.115 4.9 160.509.818h-2.918v10.781h2.818V5.596l2.5 3.692h.357l2.528-3.737V11.6h2.851V.818h-2.923L163.115 4.9Zm10.346 4.137V7.45h4.945V4.89h-4.945V3.374h5.619V.818h-8.47v10.781h8.548V9.037h-5.697Zm-99.992 5.675h1.069l3.03 7.334 3.045-7.334h1.03l-3.658 8.576h-.852l-3.664-8.576Zm10.279 0h6.126v.874h-5.196v2.907h4.65v.88h-4.65v2.985h5.257v.874h-6.187v-8.52Zm8.576 0h.897l5.368 6.827v-6.827h.936v8.515h-.764l-5.501-6.995v6.995h-.936v-8.515Zm12.285.885h-2.857v-.885h6.683v.885h-2.857v7.63h-.975l.006-7.63Zm5.925 4.066v-4.951h.941v4.89c0 1.837.974 2.873 2.606 2.873s2.567-.953 2.567-2.813v-4.95h.964v4.861c0 2.484-1.426 3.77-3.559 3.77s-3.519-1.27-3.519-3.68Zm9.79-4.951h3.665a3.368 3.368 0 0 1 2.422.852c.432.448.668 1.049.657 1.67v.028c0 1.41-.974 2.228-2.316 2.479l2.617 3.48h-1.181l-2.461-3.302h-2.434v3.308h-.963l-.006-8.515Zm3.576 4.344c1.28 0 2.194-.658 2.194-1.755 0-1.046-.808-1.67-2.178-1.67h-2.628v3.458l2.612-.033Zm5.646-4.344h6.153v.874h-5.195v2.907h4.65v.88h-4.65v2.985h5.257v.874h-6.215v-8.52Zm8.013 7.273.596-.702a4.075 4.075 0 0 0 2.924 1.203c1.141 0 1.893-.607 1.893-1.448 0-.79-.423-1.242-2.227-1.62-1.961-.424-2.863-1.059-2.863-2.456v-.028c0-1.337 1.181-2.322 2.785-2.322a4.42 4.42 0 0 1 2.99 1.046l-.557.741a3.736 3.736 0 0 0-2.461-.924c-1.114 0-1.81.607-1.81 1.375 0 .808.44 1.253 2.311 1.67 1.871.419 2.784 1.115 2.784 2.407v.027c0 1.46-1.214 2.406-2.907 2.406a5.013 5.013 0 0 1-3.458-1.375ZM8.173 16.89h-.128L.1 5.233v17.792h16.31V4.783L8.174 16.889Zm14.657-5.035v-.078A11.584 11.584 0 0 1 29.698.985H18.96v22.041h11.956c-5.067-1.375-8.085-5.825-8.085-11.171Z\"/><path d=\"M16.043.985H.244l7.902 11.839L16.043.984ZM64.73 5.122l-7.646 17.904h7.646V5.122ZM39.203.985A12.81 12.81 0 0 1 42.595 3.1l-1.671 1.938a9.628 9.628 0 0 0-6.855-2.584c-5.012 0-8.587 4.232-8.587 9.266v.056c0 5.39 3.452 9.395 8.943 9.395a10.58 10.58 0 0 0 6.521-2.261v-5.603H34.07v-2.294h9.333v9.01a13.74 13.74 0 0 1-5.619 3.002h16.852L45.206.985h-6.003Zm24.559 0H48.058l7.835 18.973L63.762.985Z\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" transform=\"translate(.099 .64)\" d=\"M0 0h179.06v22.721H0z\"/></clipPath></defs></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-nujzx3\",\"data-framer-name\":\"DraftKings_Logo_1\",fill:\"black\",intrinsicHeight:32,intrinsicWidth:112,svg:'<svg width=\"112\" height=\"32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M33.145 2.245c-.086.086-.098 1.422-.098 13.78 0 11.161.013 13.699.08 13.79.049.068.14.105.233.087l.147-.019.018-13.785c.007-10.138-.006-13.804-.055-13.865-.092-.11-.208-.11-.325.012Zm4.009 11.665v7.852h3.242c3.507 0 4.095-.037 5.284-.338 2.912-.729 4.702-2.604 5.333-5.559.16-.754.22-2.372.122-3.23-.373-3.212-2.292-5.425-5.4-6.228-1.103-.288-1.158-.288-4.946-.318l-3.635-.025v7.846Zm7.202-3.99c1.404.38 2.225 1.182 2.617 2.556.184.65.203 2.163.031 2.788-.184.705-.551 1.355-.968 1.741-.822.766-1.619 1-3.53 1.06l-1.306.037V9.736l1.336.024c1.115.025 1.41.05 1.82.16Zm9.777 3.996v7.846h4.045V17.01l.84.013c.551.006.852.036.876.08.025.042.748 1.103 1.6 2.365l1.557 2.287 2.47.006c1.355 0 2.464-.013 2.464-.031 0-.018-.852-1.263-1.894-2.77l-1.9-2.734.337-.203c1.428-.858 2.133-2.206 2.213-4.235.123-2.997-.993-4.72-3.488-5.382-1.103-.294-1.593-.325-5.486-.33l-3.634-.007v7.846Zm7.563-4.07c.705.214.957.637.957 1.606 0 1.17-.436 1.685-1.563 1.839-.24.037-.987.067-1.668.067l-1.244.012V9.674l1.581.031c1.288.024 1.643.049 1.937.141Zm8.496 4.07v7.846h4.045V6.07h-4.045v7.846Zm5.725-7.742c.024.062 1.416 3.592 3.09 7.846l3.045 7.742h3.31l3.047-7.742c1.673-4.254 3.064-7.784 3.089-7.846.037-.098-.08-.104-2.151-.092l-2.189.019-1.698 4.327c-.931 2.378-1.716 4.321-1.753 4.321-.03 0-.821-1.949-1.753-4.327l-1.697-4.321-2.189-.019c-2.072-.012-2.188-.006-2.151.092Zm17.26 7.742v7.846h11.585v-3.678h-7.54v-2.36h6.529v-3.616h-6.528V9.809h7.294V6.07h-11.34v7.846ZM7.696 6.64l.766 1.177c.306.466.558.87.558.901 0 .03-.288.552-.644 1.159-.355.606-.662 1.14-.68 1.189-.03.08.717.092 6.08.092 4.977 0 6.197.018 6.522.085 2.813.595 4.646 3.366 4.07 6.155-.35 1.704-1.57 3.175-3.163 3.806-.87.35-1.14.374-4.002.374-1.435 0-2.605-.012-2.605-.03 0-.068 1.562-3.157 1.6-3.157.024 0 .238.478.483 1.066.246.588.479 1.079.515 1.091.037.012.711.012 1.496 0 1.3-.024 1.428-.03 1.404-.122-.013-.062-.846-1.888-1.852-4.077-1.691-3.671-1.838-3.96-1.936-3.892-.062.043-.938.73-1.95 1.52l-1.832 1.44-2.489 5.462c-1.367 3.003-2.488 5.48-2.488 5.504 0 .019 2.776.037 6.178.031 6.657 0 6.828-.012 8.073-.331 3.242-.846 5.927-3.359 6.987-6.546.43-1.3.595-2.703.472-4.015-.233-2.5-1.158-4.48-2.917-6.24-1.478-1.477-3.077-2.341-5.174-2.801-.582-.123-.76-.129-7.14-.147l-6.54-.025.208.331ZM64.92 24.023c-.085.172-.858 2.458-.858 2.563 0 .085.405.116.527.03.037-.024.099-.177.148-.337l.08-.294.465.018.466.019.098.306c.092.307.098.307.38.325.245.018.288 0 .282-.092 0-.061-.202-.674-.441-1.367l-.442-1.256-.319-.019c-.263-.018-.324 0-.386.104Zm.521.877c.056.215.123.435.135.49.03.098-.012.11-.288.11-.276 0-.319-.012-.288-.11.012-.055.08-.276.135-.49.061-.208.129-.38.153-.38.025 0 .092.172.153.38Zm32.517-.92c-.306.105-.637.466-.729.803-.104.362-.061.987.08 1.288.067.128.214.306.33.398.197.153.264.166.773.166.306 0 .631-.019.73-.05l.165-.042v-1.41h-1.042v.49h.49v.552h-.282c-.337 0-.484-.074-.6-.294-.233-.46-.16-.975.183-1.294.233-.214.233-.214.969-.116.08.012.14-.043.196-.178.08-.184.074-.202-.043-.27-.184-.098-.968-.122-1.22-.043Zm5.517.037c-.276.135-.46.485-.405.773.056.288.246.502.595.686.313.153.545.35.545.448 0 .239-.496.324-.901.159a2.218 2.218 0 0 0-.239-.092c-.012 0-.024.123-.024.27 0 .245.018.276.19.337.294.104.852.08 1.097-.043.276-.135.46-.484.405-.772-.056-.3-.221-.479-.644-.705-.386-.203-.521-.356-.46-.521.055-.141.295-.184.607-.104.147.036.282.067.294.067.068 0 .178-.38.129-.423-.221-.196-.87-.245-1.189-.08Zm-66.309 1.281.019 1.337h.643c.705 0 .914-.068 1.122-.35.086-.11.123-.263.123-.453 0-.246-.025-.313-.19-.46-.184-.166-.19-.178-.074-.24.172-.091.257-.453.166-.722-.11-.35-.362-.442-1.165-.442h-.656l.012 1.33Zm1.196-.772c.042.037.08.123.08.184 0 .184-.172.3-.467.3h-.27v-.263c0-.147.013-.282.031-.3.05-.05.54.012.626.079Zm-.074 1c.276.067.27.483-.012.594a1.27 1.27 0 0 1-.362.055h-.208v-.325c0-.184.012-.343.03-.356.037-.036.35-.018.552.031Zm4.671-.779c.41.766.416.797.447 1.336l.03.552.264.018.258.018v-1.054l.429-.803c.239-.441.429-.815.429-.827 0-.013-.135-.019-.307-.019h-.3l-.251.534-.258.539-.27-.54-.27-.533h-.618l.417.779Zm9.715.551.018 1.337.386.018c.791.037 1.33-.178 1.588-.631.184-.331.196-1.085.024-1.428-.245-.485-.564-.626-1.416-.626h-.613l.013 1.33Zm1.262-.741c.423.276.411 1.189-.018 1.47a.874.874 0 0 1-.417.111l-.257.006-.019-.79c-.006-.442-.006-.828.013-.865.036-.098.514-.049.698.068Zm4.744.741.02 1.337h.489l.019-.51c.018-.477.024-.502.16-.502.116 0 .208.104.447.503l.3.509.288.018c.172.012.288-.006.288-.05 0-.03-.153-.293-.343-.581l-.343-.515.22-.209c.203-.19.221-.239.221-.54 0-.612-.27-.79-1.195-.79h-.582l.012 1.33Zm.92-.845c.147.006.294.177.294.343 0 .184-.214.337-.472.337h-.202v-.325c0-.362.019-.41.172-.38.055.012.153.024.208.024Zm10.543.845.018 1.337h.49l.031-.521.03-.521.448-.019.448-.018-.019-.227-.018-.227-.43-.006-.428-.006v-.65l.46-.006.46-.006.018-.233.018-.227H70.13l.013 1.33Zm5.014-1.085v.246h.735v2.211l.264-.018.257-.018.019-1.091.012-1.085h.735v-.491h-2.022v.245Zm5.7 1.11v1.348l.264-.018.257-.018.019-.51c.012-.275.042-.508.073-.514a.757.757 0 0 0 .123-.012c.036-.006.208.227.386.514l.325.521.288.019c.184.012.288-.006.288-.05 0-.036-.19-.385-.43-.765l-.422-.699.423-.552c.239-.306.429-.57.429-.588 0-.018-.135-.03-.3-.03h-.3l-.424.55-.416.553-.019-.552-.018-.552h-.546v1.355Zm5.7 0v1.348l.264-.018.257-.018.019-1.337.012-1.33h-.552v1.355Zm4.475 0v1.348l.233-.018.227-.018.03-.963.031-.956.546.975.545.98.343-.018.344-.018.018-1.337.012-1.33h-.57l.03.95c.02.521.025.95.013.95-.012 0-.257-.429-.552-.95l-.539-.95h-.711v1.355Z\" opacity=\".5\" fill=\"#fff\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ivlso6\",\"data-framer-name\":\"Sharp_Alpha_Advisors_Logo_1_1\",fill:\"black\",intrinsicHeight:30,intrinsicWidth:115,svg:'<svg width=\"115\" height=\"30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g opacity=\".5\" fill=\"#fff\"><path d=\"M54.081 4.225 50.474 6.31v8.35l3.588 2.074c1.974 1.135 3.607 2.07 3.631 2.07.029 0 1.653-.925 3.612-2.06l3.564-2.055.024-4.197c.02-3.32.01-4.187-.033-4.168-.034.01-.058 0-.048-.024.005-.033-5.413-3.2-6.889-4.024l-.24-.134-3.602 2.084Zm2.951 1.878c.963.297 1.638 1.231 2.04 2.807l.111.431.124-.402c.068-.225.235-.872.374-1.447l.25-1.044.244-.053c.129-.024.57-.13.967-.225.508-.124.748-.163.781-.13.034.034-.014.245-.172.695a32.825 32.825 0 0 1-1.687 3.957l-.383.757.115.398c.417 1.446 1.174 2.199 2.41 2.4.484.076.484.076.512.23.053.287.03.311-.436.43-.565.145-1.322.255-1.724.255-.786 0-1.064-.398-1.634-2.295-.01-.033-.153.125-.32.36-.37.526-1.06 1.23-1.471 1.508-.661.441-1.452.618-2.166.48-1.087-.216-1.935-1.203-2.347-2.726-.139-.527-.177-1.859-.067-2.549.307-1.93 1.461-3.449 2.913-3.832.474-.125 1.178-.125 1.566-.005Z\"/><path d=\"M55.969 7.133c-.762.206-1.308 1.178-1.466 2.635-.173 1.513.11 3.051.67 3.693.379.431.959.57 1.442.345.518-.235 1.002-.843 1.572-1.974.297-.589.311-.637.301-.934-.004-.36-.316-1.605-.531-2.165-.34-.886-.79-1.452-1.255-1.59-.302-.091-.422-.091-.733-.01ZM6.546 3.238a2 2 0 0 0-1.461 1.064c-.24.493-.273.761-.254 1.973.019.915.033 1.097.124 1.37.197.604.379.81 2.77 3.205l2.27 2.28-.01 1.361-.014 1.365H6.905l-.014-1.14-.01-1.135h-2.06v1.126c0 .632.024 1.23.053 1.374a2.071 2.071 0 0 0 1.576 1.62c.187.038.814.052 2.156.038 1.83-.015 1.901-.02 2.155-.12.537-.22.925-.623 1.16-1.202.105-.264.11-.316.11-1.806 0-2.324.215-1.945-2.812-4.987L6.88 7.277l.01-1.078.014-1.073 1.547-.015 1.543-.01v2.252h2.06V6.19c0-1.27-.034-1.523-.273-1.964a2.39 2.39 0 0 0-.408-.488c-.301-.278-.613-.422-1.101-.504-.37-.057-3.358-.052-3.727.005Zm6.898 7.239v7.248l1.015-.01 1.02-.01.015-3.358.01-3.353h3.114v6.731l1.03-.015 1.03-.014V3.234h-2.06v5.892h-3.114V3.234h-2.06v7.243Zm11.353-7.219c0 .01-.69 3.243-1.533 7.176a935.097 935.097 0 0 0-1.533 7.223c0 .058.168.068 1.073.053l1.074-.014.047-.225c.03-.125.13-.628.23-1.126l.178-.896h1.763c.972 0 1.767.005 1.767.01.005.01.106.517.23 1.13l.225 1.116 1.092.01 1.088.01-.029-.144c-.014-.081-.709-3.334-1.547-7.234l-1.519-7.09-1.303-.014c-.718-.005-1.303 0-1.303.015Zm2.055 7.257c.317 1.566.59 2.898.604 2.956l.024.11h-2.74l.019-.134c.014-.072.307-1.562.661-3.315l.661-3.306c.015-.076.053.053.105.36.048.263.346 1.763.666 3.329Zm4.7-.038v7.248l1.015-.01 1.02-.01.015-2.95.01-2.947h1.624l.052.178c.029.1.379 1.427.781 2.95l.728 2.77 1.088.009c.948.01 1.087 0 1.068-.062-.1-.35-1.758-5.763-1.777-5.816-.02-.048.033-.086.158-.124a2.008 2.008 0 0 0 1.403-1.63c.039-.205.048-1.134.039-2.754-.02-2.347-.024-2.452-.12-2.711-.235-.632-.623-1.02-1.25-1.255-.264-.1-.35-.105-3.061-.12l-2.793-.014v7.248Zm5.15-2.932v2.42l-1.543.013-1.547.01V5.102l1.547.01 1.543.014v2.419Zm3.568 2.922v7.234h2.06v-5.888l1.811-.014c1.749-.015 1.816-.02 2.07-.125a2.004 2.004 0 0 0 1.159-1.183c.105-.283.11-.326.124-2.812.015-2.707 0-2.889-.234-3.353-.264-.513-.843-.93-1.452-1.04-.182-.033-1.231-.052-2.913-.052H40.27v7.233Zm5.15-2.922v2.42l-1.542.013-1.548.01V5.102l1.548.01 1.542.014v2.419Zm25.054-4.254c-.02.053-3.09 14.39-3.09 14.42 0 .009.489.009 1.088.004l1.092-.01.225-1.116c.124-.613.225-1.12.23-1.13 0-.005.795-.01 1.768-.01h1.762l.22 1.112c.125.608.23 1.11.24 1.12.01.01.498.02 1.088.02.862.004 1.078-.005 1.068-.058-.01-.033-.704-3.281-1.547-7.219s-1.533-7.167-1.533-7.176c0-.005-.585-.014-1.294-.014-.996 0-1.303.014-1.317.057Zm1.365 3.684c0 .067.293 1.552.647 3.305.355 1.749.647 3.21.647 3.239 0 .047-.307.062-1.37.062-1.28 0-1.366-.005-1.342-.086.058-.192 1.28-6.3 1.308-6.525.029-.249.11-.249.11.005Zm5.375 3.492.014 7.234h6.18l.015-.91.01-.91h-4.17V3.233h-2.06l.01 7.233Zm7.368.01v7.248l1.015-.01 1.02-.01.015-2.946.01-2.946 1.81-.014c1.653-.014 1.826-.024 2.022-.105.594-.254.968-.633 1.193-1.222l.12-.316.019-2.386c.019-2.596 0-2.889-.225-3.363-.235-.503-.57-.81-1.13-1.035l-.288-.114-2.788-.015-2.793-.014v7.248Zm5.164-2.985c.005 1.706-.005 2.386-.043 2.429-.043.053-.345.067-1.557.067h-1.504V5.102l1.547.01 1.543.014.014 2.366Zm3.314 2.985v7.248l1.03-.015 1.03-.014v-6.702h3.114v6.707h2.06V3.234h-2.06v5.892h-3.113V3.234h-2.06v7.243Zm11.354-7.22c0 .015-.69 3.244-1.533 7.177a1003.06 1003.06 0 0 0-1.533 7.223c0 .058.173.068 1.073.053l1.073-.014.048-.225c.029-.125.13-.628.23-1.126l.177-.896h1.763c.973 0 1.768.005 1.768.01.005.01.105.517.23 1.13l.225 1.116 1.092.01c.7.005 1.088-.01 1.083-.038 0-.03-.695-3.282-1.543-7.234l-1.542-7.186-1.308-.014c-.714-.005-1.303 0-1.303.014Zm1.993 6.923c.35 1.753.651 3.233.666 3.29l.024.11h-1.365c-.753 0-1.366-.014-1.366-.037 0-.02.288-1.48.642-3.244.355-1.767.661-3.295.68-3.4.039-.183.039-.188.058-.049.009.077.306 1.576.661 3.33ZM39.288 22.022c-.076.33-1.221 5.71-1.221 5.743 0 .024.139.043.306.043h.302l.058-.301c.033-.163.081-.379.105-.48l.048-.177h.81c.804 0 .814 0 .838.106.038.167.168.81.168.833 0 .01.138.02.31.02.173 0 .312-.01.312-.024 0-.02-.814-3.843-1.197-5.62l-.058-.249h-.378c-.35 0-.379.01-.403.106Zm.762 2.553c.172.867.316 1.61.316 1.638 0 .048-.163.063-.66.063-.365 0-.676-.01-.686-.024-.014-.01.12-.729.302-1.59a51.75 51.75 0 0 0 .326-1.663c0-.288.115.158.402 1.576Zm3.861.287v2.946h1.006c1.255 0 1.427-.052 1.633-.503.082-.177.092-.359.092-2.443 0-2.083-.01-2.266-.092-2.443-.2-.445-.383-.498-1.643-.503h-.996v2.946Zm2.031-2.294c.067.067.077.34.077 2.318 0 2.175-.005 2.252-.091 2.3-.053.024-.388.048-.743.048h-.651V22.49h.666c.546 0 .685.014.742.077Zm3.238-.604c0 .053 1.189 5.624 1.227 5.758.024.072.086.086.407.086.206 0 .379-.014.379-.028 0-.03 1.178-5.538 1.23-5.758.025-.101.015-.106-.287-.106h-.311l-.048.225c-.029.13-.25 1.188-.489 2.362a83.96 83.96 0 0 1-.47 2.218c-.018.048-.234-.905-.53-2.362l-.504-2.443h-.302c-.167 0-.301.02-.301.048Zm5.845 2.898v2.946h.623v-5.892h-.623v2.946Zm3.794-2.845a.76.76 0 0 0-.321.306c-.11.182-.12.25-.12.762 0 .398.02.608.077.738.043.11.426.532 1.04 1.15l.967.972.014.527c.024.766.029.762-.723.762-.78 0-.771.004-.79-.618l-.02-.484h-.565v.536c0 .48.01.551.12.738.196.335.397.402 1.226.402.623 0 .714-.01.906-.11.364-.182.43-.36.43-1.15 0-.483-.019-.704-.071-.838-.048-.115-.422-.527-1.044-1.15l-.968-.967v-.484c0-.623-.005-.618.752-.618.742 0 .757.01.757.647v.455h.575v-.541c0-.647-.082-.844-.427-1.026-.191-.1-.273-.11-.91-.11-.618 0-.723.015-.905.1Zm5.432.009a.771.771 0 0 0-.412.542c-.024.1-.048 1.135-.048 2.3 0 2.274.02 2.476.25 2.687.249.225.378.253 1.125.253.642 0 .733-.01.925-.11a.644.644 0 0 0 .326-.32c.105-.212.105-.221.105-2.516 0-2.294 0-2.304-.106-2.515a.672.672 0 0 0-.325-.325c-.192-.096-.278-.106-.934-.106-.657 0-.733.01-.906.11Zm1.557.513c.086.048.091.124.091 2.323 0 2.2-.005 2.276-.09 2.324-.053.024-.35.048-.657.048-.455 0-.58-.015-.652-.082-.081-.072-.086-.206-.086-2.294V22.64l.105-.072c.125-.091 1.131-.11 1.29-.03Zm3.444 2.323v2.946h.623v-2.491h.896l.273 1.069c.149.589.292 1.15.321 1.245l.048.177h.306c.202 0 .312-.019.312-.052 0-.034-.139-.575-.312-1.203-.325-1.197-.34-1.284-.263-1.284.105 0 .431-.354.48-.517.061-.23.061-2.04 0-2.27-.063-.211-.317-.446-.561-.513-.101-.029-.618-.053-1.15-.053h-.973v2.946Zm2.017-2.323c.086.048.091.11.091 1.068 0 .728-.014 1.035-.057 1.078-.039.038-.273.058-.743.058h-.685V22.49h.652c.354 0 .69.024.742.048Zm3.947-.556c-.354.158-.502.48-.502 1.093 0 .737-.024.699 1.106 1.84l1.001 1.005v.585c0 .46-.014.593-.076.651-.058.062-.192.077-.647.077-.316 0-.618-.024-.67-.048-.082-.048-.092-.106-.092-.551v-.503h-.623v.488c0 .566.077.796.331 1.011.201.168.34.187 1.16.168.68-.014.704-.02.871-.149.278-.21.34-.368.36-.962a3.69 3.69 0 0 0-.039-.79c-.057-.264-.086-.298-1.058-1.28l-1.002-1.006V23.1c0-.456.01-.513.091-.561.053-.024.35-.048.666-.048.728 0 .728 0 .728.637v.465h.623v-.47c-.005-.675-.115-.924-.489-1.116-.153-.076-.282-.09-.886-.09-.484.004-.757.023-.853.066Z\"/></g></svg>',withExternalLayout:true})]})]})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-oxneky\",\"data-framer-name\":\"Loyalty program\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3cn4k4\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+506.8+80+0+0+866.5999999999999),pixelHeight:497,pixelWidth:745,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 72px)`,src:\"https://framerusercontent.com/images/Cr9nO4BjeFLOeK3KRcUTugLN10.svg\",srcSet:\"https://framerusercontent.com/images/Cr9nO4BjeFLOeK3KRcUTugLN10.svg?scale-down-to=512 512w,https://framerusercontent.com/images/Cr9nO4BjeFLOeK3KRcUTugLN10.svg 745w\"}},qoJsTaoAV:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+645.24+60+0+0+841.5999999999999),pixelHeight:497,pixelWidth:745,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,src:\"https://framerusercontent.com/images/Cr9nO4BjeFLOeK3KRcUTugLN10.svg\",srcSet:\"https://framerusercontent.com/images/Cr9nO4BjeFLOeK3KRcUTugLN10.svg?scale-down-to=512 512w,https://framerusercontent.com/images/Cr9nO4BjeFLOeK3KRcUTugLN10.svg 745w\"}}},children:/*#__PURE__*/_jsxs(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",pixelHeight:497,pixelWidth:745,positionX:\"center\",positionY:\"center\",sizes:\"520px\",src:\"https://framerusercontent.com/images/Cr9nO4BjeFLOeK3KRcUTugLN10.svg\",srcSet:\"https://framerusercontent.com/images/Cr9nO4BjeFLOeK3KRcUTugLN10.svg?scale-down-to=512 512w,https://framerusercontent.com/images/Cr9nO4BjeFLOeK3KRcUTugLN10.svg 745w\"},className:\"framer-1y5se8p\",\"data-framer-name\":\"Left\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+506.8+80+0+0+866.5999999999999+0+0),pixelHeight:155,pixelWidth:552,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 72px)`,src:\"https://framerusercontent.com/images/kCYKnPpAT7CZuEImb0negoEec.png\",srcSet:\"https://framerusercontent.com/images/kCYKnPpAT7CZuEImb0negoEec.png?scale-down-to=512 512w,https://framerusercontent.com/images/kCYKnPpAT7CZuEImb0negoEec.png 552w\"}},qoJsTaoAV:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+645.24+60+0+0+841.5999999999999+0+0),pixelHeight:155,pixelWidth:552,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,src:\"https://framerusercontent.com/images/kCYKnPpAT7CZuEImb0negoEec.png\",srcSet:\"https://framerusercontent.com/images/kCYKnPpAT7CZuEImb0negoEec.png?scale-down-to=512 512w,https://framerusercontent.com/images/kCYKnPpAT7CZuEImb0negoEec.png 552w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:155,pixelWidth:552,positionX:\"center\",positionY:\"center\",sizes:\"520px\",src:\"https://framerusercontent.com/images/kCYKnPpAT7CZuEImb0negoEec.png\",srcSet:\"https://framerusercontent.com/images/kCYKnPpAT7CZuEImb0negoEec.png?scale-down-to=512 512w,https://framerusercontent.com/images/kCYKnPpAT7CZuEImb0negoEec.png 552w\"},className:\"framer-p3ab8e\"})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":XWYfJv1Z3\",webPageId:\"L3OVky2fA\"},implicitPathVariables:undefined},{href:{hash:\":XWYfJv1Z3\",webPageId:\"L3OVky2fA\"},implicitPathVariables:undefined},{href:{hash:\":XWYfJv1Z3\",webPageId:\"L3OVky2fA\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{y:(componentViewport?.y||0)+0+506.8+80+0+0+866.5999999999999+0+310},qoJsTaoAV:{y:(componentViewport?.y||0)+0+645.24+60+0+0+841.5999999999999+0+158}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uc8pqm-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{V8PKdmHLP:resolvedLinks1[1]},qoJsTaoAV:{V8PKdmHLP:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(NewButton,{height:\"100%\",id:\"ZZkzq1gPs\",layoutId:\"ZZkzq1gPs\",style:{height:\"100%\"},V8PKdmHLP:resolvedLinks1[0],width:\"100%\",ZkuMpxXky:\"Discuss the next step!\"})})})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+506.8+80+0+0+0),pixelHeight:480,pixelWidth:616,sizes:`calc(${componentViewport?.width||\"100vw\"} - 72px)`,src:\"https://framerusercontent.com/images/xuucXkK0B9PRZiXgj7tG964B7lk.png\",srcSet:\"https://framerusercontent.com/images/xuucXkK0B9PRZiXgj7tG964B7lk.png?scale-down-to=512 512w,https://framerusercontent.com/images/xuucXkK0B9PRZiXgj7tG964B7lk.png 616w\"}},qoJsTaoAV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+645.24+60+0+0+0),pixelHeight:480,pixelWidth:616,sizes:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,src:\"https://framerusercontent.com/images/xuucXkK0B9PRZiXgj7tG964B7lk.png\",srcSet:\"https://framerusercontent.com/images/xuucXkK0B9PRZiXgj7tG964B7lk.png?scale-down-to=512 512w,https://framerusercontent.com/images/xuucXkK0B9PRZiXgj7tG964B7lk.png 616w\"}}},children:/*#__PURE__*/_jsxs(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",pixelHeight:480,pixelWidth:616,sizes:\"520px\",src:\"https://framerusercontent.com/images/xuucXkK0B9PRZiXgj7tG964B7lk.png\",srcSet:\"https://framerusercontent.com/images/xuucXkK0B9PRZiXgj7tG964B7lk.png?scale-down-to=512 512w,https://framerusercontent.com/images/xuucXkK0B9PRZiXgj7tG964B7lk.png 616w\"},className:\"framer-1v34hfo\",\"data-framer-name\":\"Right\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy02MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-line-height\":\"42px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Drive player engagement and revenue with our loyalty program\"})})},qoJsTaoAV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy02MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Drive player engagement and revenue with our loyalty program\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy02MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-line-height\":\"50px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Drive player engagement and revenue with our loyalty program\"})}),className:\"framer-1jiumzd\",fonts:[\"GF;DM Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"We help game developers monetize their non-paying players and retain them with rewards.\"})}),className:\"framer-1uta0kq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"How it works:\"})}),className:\"framer-11n0wma\",fonts:[\"GF;DM Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1umgfsw\",\"data-framer-name\":\"Frame 512865\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cghbrn\",\"data-framer-name\":\"Feature Cards\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-jvknep\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"1\"})}),className:\"framer-14quizm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yxa13k\",\"data-framer-name\":\"Frame 24\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"You share non-paying customers\\xa0\"})}),className:\"framer-14y8r07\",\"data-framer-name\":\"Integration\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"We offer them a welcome bonus for registration in the loyalty program\"})}),className:\"framer-reyaeo\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-92xir8\",\"data-framer-name\":\"Feature Cards\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-kzpwsl\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"2\"})}),className:\"framer-1q9e7wy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nnna4r\",\"data-framer-name\":\"Frame 24\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"We profile & activate them\\xa0\"})}),className:\"framer-zps5re\",\"data-framer-name\":\"Integration\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"We understand Players earn loyalty points for achieving specific in-game progress (e.g., completing challenges).\"})}),className:\"framer-kxp4oj\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14ev9n7\",\"data-framer-name\":\"Feature Cards\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-t6e6rw\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"3\"})}),className:\"framer-1tfm4b9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w2qfj1\",\"data-framer-name\":\"Frame 24\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"You earn more\\xa0\"})}),className:\"framer-1ul6r4s\",\"data-framer-name\":\"Integration\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Get revenue from in-app purchases users make, while completing their missions\"})}),className:\"framer-ds7zn6\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})})]})}),/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\",positionX:\"right\",positionY:\"center\"},className:\"framer-vab1f\",\"data-framer-name\":\"Brand awareness\",id:elementId1,ref:ref3,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zfdjfi\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\"},className:\"framer-eo5vtd\",\"data-framer-name\":\"left\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy02MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-line-height\":\"42px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Boost retention and brand awareness with a customized debit* card\"})})},qoJsTaoAV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy02MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Boost retention and brand awareness with a customized debit* card\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy02MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-line-height\":\"50px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Boost retention and brand awareness with a customized debit* card\"})}),className:\"framer-1k22m9v\",fonts:[\"GF;DM Sans-600\"],id:elementId2,ref:ref4,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Issue your first card within a month, hassle-free. Connect to our API and invite your players to join\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Each account is insured for up to $250,000 under the FDIC scheme through our trusted regulated banking partner.\"})]}),className:\"framer-jm4pja\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":XWYfJv1Z3\",webPageId:\"L3OVky2fA\"},implicitPathVariables:undefined},{href:{hash:\":XWYfJv1Z3\",webPageId:\"L3OVky2fA\"},implicitPathVariables:undefined},{href:{hash:\":XWYfJv1Z3\",webPageId:\"L3OVky2fA\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{y:(componentViewport?.y||0)+0+1852.3999999999999+40+0+0+0+0+482},qoJsTaoAV:{y:(componentViewport?.y||0)+0+1783.84+30+0+0+0+0+462}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xsy6w4-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{V8PKdmHLP:resolvedLinks2[1]},qoJsTaoAV:{V8PKdmHLP:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(NewButton,{height:\"100%\",id:\"PD4nN5GIH\",layoutId:\"PD4nN5GIH\",style:{height:\"100%\"},V8PKdmHLP:resolvedLinks2[0],width:\"100%\",ZkuMpxXky:\"Learn more\"})})})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"17px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.64)\"},children:\"*Toffee is a financial technology company, not a bank. Toffee Debit Cards are issued by a trusted regulated banking partner, Member FDIC. See our Privacy Policy, Card Program Terms, and Cardholder Agreement.\"})}),className:\"framer-y5rtti\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\"},className:\"framer-12o0y38\",\"data-framer-name\":\"Right\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1852.3999999999999+40+0+0+701+0+-9),pixelHeight:279,pixelWidth:378,src:\"https://framerusercontent.com/images/1nAUmwH8Dk4kpinqWtCTsDYWxU.png\"}},qoJsTaoAV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1783.84+30+0+0+656+0+0),pixelHeight:279,pixelWidth:378,src:\"https://framerusercontent.com/images/1nAUmwH8Dk4kpinqWtCTsDYWxU.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:279,pixelWidth:378,src:\"https://framerusercontent.com/images/1nAUmwH8Dk4kpinqWtCTsDYWxU.png\"},className:\"framer-1cgq92x\"})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":XWYfJv1Z3\",webPageId:\"L3OVky2fA\"},implicitPathVariables:undefined},{href:{hash:\":XWYfJv1Z3\",webPageId:\"L3OVky2fA\"},implicitPathVariables:undefined},{href:{hash:\":XWYfJv1Z3\",webPageId:\"L3OVky2fA\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{y:(componentViewport?.y||0)+0+1852.3999999999999+40+0+0+701+0+310},qoJsTaoAV:{y:(componentViewport?.y||0)+0+1783.84+30+0+0+656+0+299}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7z2f9q-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{V8PKdmHLP:resolvedLinks3[1]},qoJsTaoAV:{V8PKdmHLP:resolvedLinks3[2]}},children:/*#__PURE__*/_jsx(NewButton,{height:\"100%\",id:\"YOyfZpdRU\",layoutId:\"YOyfZpdRU\",style:{height:\"100%\"},V8PKdmHLP:resolvedLinks3[0],width:\"100%\",ZkuMpxXky:\"Toffee website (soon)\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1852.3999999999999+40+0+0+701+-158),pixelHeight:591,pixelWidth:789,sizes:`calc(${componentViewport?.width||\"100vw\"} + 197px)`,src:\"https://framerusercontent.com/images/4SzscmM2slfyXcZWbowCILQ6UL4.png\",srcSet:\"https://framerusercontent.com/images/4SzscmM2slfyXcZWbowCILQ6UL4.png?scale-down-to=512 512w,https://framerusercontent.com/images/4SzscmM2slfyXcZWbowCILQ6UL4.png 789w\"}},qoJsTaoAV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1783.84+30+0+0+656+-158),pixelHeight:591,pixelWidth:789,sizes:`calc(${componentViewport?.width||\"100vw\"} + 239px)`,src:\"https://framerusercontent.com/images/4SzscmM2slfyXcZWbowCILQ6UL4.png\",srcSet:\"https://framerusercontent.com/images/4SzscmM2slfyXcZWbowCILQ6UL4.png?scale-down-to=512 512w,https://framerusercontent.com/images/4SzscmM2slfyXcZWbowCILQ6UL4.png 789w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:591,pixelWidth:789,sizes:\"789px\",src:\"https://framerusercontent.com/images/4SzscmM2slfyXcZWbowCILQ6UL4.png\",srcSet:\"https://framerusercontent.com/images/4SzscmM2slfyXcZWbowCILQ6UL4.png?scale-down-to=512 512w,https://framerusercontent.com/images/4SzscmM2slfyXcZWbowCILQ6UL4.png 789w\"},className:\"framer-6lqngt\"})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-67fjl9\",\"data-framer-name\":\"Engagement loop\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18porik\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\"},className:\"framer-1rewywz\",\"data-framer-name\":\"Left\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2992.3999999999996+60+0+0+581+0+5.244680851063833),pixelHeight:468,pixelWidth:470,src:\"https://framerusercontent.com/images/m6gN9tJQ3YNU84H4Ja3d5o3TE.svg\"}},qoJsTaoAV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2847.84+60+0+0+551+0+0),pixelHeight:468,pixelWidth:470,src:\"https://framerusercontent.com/images/m6gN9tJQ3YNU84H4Ja3d5o3TE.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:468,pixelWidth:470,src:\"https://framerusercontent.com/images/m6gN9tJQ3YNU84H4Ja3d5o3TE.svg\"},className:\"framer-g64p5j\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2992.3999999999996+60+0+0+581+-151.99999999999991),pixelHeight:664,pixelWidth:540,sizes:\"540px\",src:\"https://framerusercontent.com/images/43dDMyoLvE61H2la3QkkOg5Fcko.png\",srcSet:\"https://framerusercontent.com/images/43dDMyoLvE61H2la3QkkOg5Fcko.png 540w\"}},qoJsTaoAV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2847.84+60+0+0+551+-162.25188170449823),pixelHeight:664,pixelWidth:540,sizes:\"540px\",src:\"https://framerusercontent.com/images/43dDMyoLvE61H2la3QkkOg5Fcko.png\",srcSet:\"https://framerusercontent.com/images/43dDMyoLvE61H2la3QkkOg5Fcko.png 540w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:664,pixelWidth:540,sizes:\"540px\",src:\"https://framerusercontent.com/images/43dDMyoLvE61H2la3QkkOg5Fcko.png\",srcSet:\"https://framerusercontent.com/images/43dDMyoLvE61H2la3QkkOg5Fcko.png 540w\"},className:\"framer-1177si4\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\"},className:\"framer-17dscrh\",\"data-framer-name\":\"Right\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy02MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-line-height\":\"42px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Convert your non-paying players into paying customers\"})})},qoJsTaoAV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy02MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Convert your non-paying players into paying customers\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy02MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-line-height\":\"50px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Convert your non-paying players into paying customers\"})}),className:\"framer-18vaf6g\",fonts:[\"GF;DM Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Our exclusive direct-to-consumer channel turns non-paying players into loyal customers by integrating rewards and incentives.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"We conduct a real-time profiling of each user to analyze whether they are high-spending customers.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"With Toffee, you gain access to personal and behavioral insights that boost player engagement and transform your LiveOps experience.\"]})]}),className:\"framer-1capd5x\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":XWYfJv1Z3\",webPageId:\"L3OVky2fA\"},implicitPathVariables:undefined},{href:{hash:\":XWYfJv1Z3\",webPageId:\"L3OVky2fA\"},implicitPathVariables:undefined},{href:{hash:\":XWYfJv1Z3\",webPageId:\"L3OVky2fA\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{y:(componentViewport?.y||0)+0+2992.3999999999996+60+0+0+0+0+482},qoJsTaoAV:{y:(componentViewport?.y||0)+0+2847.84+60+0+0+0+0+462}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(Container,{className:\"framer-rxwvku-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{V8PKdmHLP:resolvedLinks4[1]},qoJsTaoAV:{V8PKdmHLP:resolvedLinks4[2]}},children:/*#__PURE__*/_jsx(NewButton,{height:\"100%\",id:\"IcCGxH7kV\",layoutId:\"IcCGxH7kV\",style:{height:\"100%\"},V8PKdmHLP:resolvedLinks4[0],width:\"100%\",ZkuMpxXky:\"Learn more\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2992.3999999999996+60+0+0+0+531-345),pixelHeight:591,pixelWidth:828,sizes:`calc(${componentViewport?.width||\"100vw\"} + 236px)`,src:\"https://framerusercontent.com/images/c8NcaDB9Dj7GaSajGI1KefDrWhI.png\",srcSet:\"https://framerusercontent.com/images/c8NcaDB9Dj7GaSajGI1KefDrWhI.png?scale-down-to=512 512w,https://framerusercontent.com/images/c8NcaDB9Dj7GaSajGI1KefDrWhI.png 828w\"}},qoJsTaoAV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2847.84+60+0+0+0+511-345),pixelHeight:591,pixelWidth:828,sizes:`calc(${componentViewport?.width||\"100vw\"} + 278px)`,src:\"https://framerusercontent.com/images/c8NcaDB9Dj7GaSajGI1KefDrWhI.png\",srcSet:\"https://framerusercontent.com/images/c8NcaDB9Dj7GaSajGI1KefDrWhI.png?scale-down-to=512 512w,https://framerusercontent.com/images/c8NcaDB9Dj7GaSajGI1KefDrWhI.png 828w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:591,pixelWidth:828,sizes:\"828px\",src:\"https://framerusercontent.com/images/c8NcaDB9Dj7GaSajGI1KefDrWhI.png\",srcSet:\"https://framerusercontent.com/images/c8NcaDB9Dj7GaSajGI1KefDrWhI.png?scale-down-to=512 512w,https://framerusercontent.com/images/c8NcaDB9Dj7GaSajGI1KefDrWhI.png 828w\"},className:\"framer-1gjbzlf\"})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9ofjfz\",\"data-framer-name\":\"Why choose our card\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4022.3999999999996+80+0),pixelHeight:944,pixelWidth:1200,sizes:`calc(${componentViewport?.width||\"100vw\"} - 72px)`,src:\"https://framerusercontent.com/images/2o32XBDEiEQVPO2lcVJexb0vBrk.png\",srcSet:\"https://framerusercontent.com/images/2o32XBDEiEQVPO2lcVJexb0vBrk.png?scale-down-to=512 512w,https://framerusercontent.com/images/2o32XBDEiEQVPO2lcVJexb0vBrk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2o32XBDEiEQVPO2lcVJexb0vBrk.png 1200w\"}},qoJsTaoAV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3827.393191489362+80+0),pixelHeight:944,pixelWidth:1200,sizes:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,src:\"https://framerusercontent.com/images/2o32XBDEiEQVPO2lcVJexb0vBrk.png\",srcSet:\"https://framerusercontent.com/images/2o32XBDEiEQVPO2lcVJexb0vBrk.png?scale-down-to=512 512w,https://framerusercontent.com/images/2o32XBDEiEQVPO2lcVJexb0vBrk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2o32XBDEiEQVPO2lcVJexb0vBrk.png 1200w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:944,pixelWidth:1200,sizes:\"1130px\",src:\"https://framerusercontent.com/images/2o32XBDEiEQVPO2lcVJexb0vBrk.png\",srcSet:\"https://framerusercontent.com/images/2o32XBDEiEQVPO2lcVJexb0vBrk.png?scale-down-to=512 512w,https://framerusercontent.com/images/2o32XBDEiEQVPO2lcVJexb0vBrk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2o32XBDEiEQVPO2lcVJexb0vBrk.png 1200w\"},className:\"framer-mkgv54\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-8d7ke8\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy02MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-line-height\":\"42px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Why choose us?\"})})},qoJsTaoAV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy02MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Why choose us?\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy02MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-line-height\":\"50px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Why choose us?\"})}),className:\"framer-1f76o1m\",fonts:[\"GF;DM Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5rntcs\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1x9do30\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-easmgd\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-v9ywug\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4022.3999999999996+80+0+40+77+0+0+0+0+0),pixelHeight:40,pixelWidth:40,src:\"https://framerusercontent.com/images/NN7DB9qCJG9WBWjEw51dycRtg.svg\"}},qoJsTaoAV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3827.393191489362+80+0+25+87+0+0+0+0+0+0+0),pixelHeight:40,pixelWidth:40,src:\"https://framerusercontent.com/images/NN7DB9qCJG9WBWjEw51dycRtg.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:40,pixelWidth:40,src:\"https://framerusercontent.com/images/NN7DB9qCJG9WBWjEw51dycRtg.svg\"},className:\"framer-pzytqb\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Boost brand awareness\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"and engagement \"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Boost brand awareness\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"and engagement \"})]}),className:\"framer-59xmlb\",fonts:[\"GF;DM Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fvsub4\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jltcpv\",\"data-framer-name\":\"Feature Cards\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ykxjro\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4022.3999999999996+80+0+40+77+0+0+0+0+114+10+0+0+3),pixelHeight:16,pixelWidth:16,src:\"https://framerusercontent.com/images/F79zPz3dthu1cdSluB1ip4K8ZVk.svg\"}},qoJsTaoAV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3827.393191489362+80+0+25+87+0+0+0+0+0+0+130+23+0+0+3),pixelHeight:16,pixelWidth:16,src:\"https://framerusercontent.com/images/F79zPz3dthu1cdSluB1ip4K8ZVk.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:16,pixelWidth:16,src:\"https://framerusercontent.com/images/F79zPz3dthu1cdSluB1ip4K8ZVk.svg\"},className:\"framer-147w54d\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ks5mvw\",\"data-framer-name\":\"Frame 24\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"19px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Promote your brand with a swag Debit Card\"})}),className:\"framer-14ftkpz\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i0nd4n\",\"data-framer-name\":\"Feature Cards\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-bt8sg2\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4022.3999999999996+80+0+40+77+0+0+0+0+114+10+115+0+3),pixelHeight:16,pixelWidth:16,src:\"https://framerusercontent.com/images/F79zPz3dthu1cdSluB1ip4K8ZVk.svg\"}},qoJsTaoAV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3827.393191489362+80+0+25+87+0+0+0+0+0+0+130+23+110+0+3),pixelHeight:16,pixelWidth:16,src:\"https://framerusercontent.com/images/F79zPz3dthu1cdSluB1ip4K8ZVk.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:16,pixelWidth:16,src:\"https://framerusercontent.com/images/F79zPz3dthu1cdSluB1ip4K8ZVk.svg\"},className:\"framer-1kcwmla\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14r6keu\",\"data-framer-name\":\"Frame 24\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"19px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Keep your game top-of-mind with visible reminders on banking card (your logo, graphics)\"})}),className:\"framer-1ujil70\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ocpjwn\",\"data-framer-name\":\"Feature Cards\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wzsl17\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4022.3999999999996+80+0+40+77+0+0+0+0+114+10+230+0+3),pixelHeight:16,pixelWidth:16,src:\"https://framerusercontent.com/images/F79zPz3dthu1cdSluB1ip4K8ZVk.svg\"}},qoJsTaoAV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3827.393191489362+80+0+25+87+0+0+0+0+0+0+130+23+220+0+3),pixelHeight:16,pixelWidth:16,src:\"https://framerusercontent.com/images/F79zPz3dthu1cdSluB1ip4K8ZVk.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:16,pixelWidth:16,src:\"https://framerusercontent.com/images/F79zPz3dthu1cdSluB1ip4K8ZVk.svg\"},className:\"framer-7b8bow\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18381ry\",\"data-framer-name\":\"Frame 24\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"19px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Every purchase means cashback rewards\"})}),className:\"framer-1eenwq8\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-a82h8c\",\"data-framer-name\":\"Feature Cards\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1c7lrhg\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4022.3999999999996+80+0+40+77+0+0+0+0+114+10+345+0+3),pixelHeight:16,pixelWidth:16,src:\"https://framerusercontent.com/images/F79zPz3dthu1cdSluB1ip4K8ZVk.svg\"}},qoJsTaoAV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3827.393191489362+80+0+25+87+0+0+0+0+0+0+130+23+330+0+3),pixelHeight:16,pixelWidth:16,src:\"https://framerusercontent.com/images/F79zPz3dthu1cdSluB1ip4K8ZVk.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:16,pixelWidth:16,src:\"https://framerusercontent.com/images/F79zPz3dthu1cdSluB1ip4K8ZVk.svg\"},className:\"framer-1g1ore0\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-2l60n1\",\"data-framer-name\":\"Frame 24\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"19px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"New ambassadors spread the word about their great experiences\"})}),className:\"framer-dibos5\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x1n9tl\",\"data-framer-name\":\"Feature Cards\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-xm7aq0\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yy1zqm\",\"data-framer-name\":\"Frame 24\"})]})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-4mru9i\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4022.3999999999996+80+0+40+77+0+0+0+0+0),pixelHeight:40,pixelWidth:40,src:\"https://framerusercontent.com/images/iDmtqFVNjNHtWhzZBxp570V0gaU.svg\"}},qoJsTaoAV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3827.393191489362+80+0+25+87+0+0+0+0+649+0+0),pixelHeight:40,pixelWidth:40,src:\"https://framerusercontent.com/images/iDmtqFVNjNHtWhzZBxp570V0gaU.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:40,pixelWidth:40,src:\"https://framerusercontent.com/images/iDmtqFVNjNHtWhzZBxp570V0gaU.svg\"},className:\"framer-4hth14\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Unlock new \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"revenue stream\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Unlock new \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"revenue stream\"})]}),className:\"framer-ornvv2\",fonts:[\"GF;DM Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hnig02\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-2088ob\",\"data-framer-name\":\"Feature Cards\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lc02q5\",\"data-framer-name\":\"Frame 24\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Earn on every transaction your players make with your card - \",/*#__PURE__*/_jsx(\"strong\",{children:\"we share banking interchange fees with partners\"}),\".\"]})}),className:\"framer-11fnxwg\",\"data-framer-name\":\"Body\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"With Toffee, you can now profit not just from in-game purchases, but from the real-world spending habits of your users.\"})}),className:\"framer-18t8ndn\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-zb5daa\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4022.3999999999996+80+0+40+77+0+0+0+0+0),pixelHeight:40,pixelWidth:40,src:\"https://framerusercontent.com/images/1pou0emynqTUoN2Rg7pQeuu7kvE.svg\"}},qoJsTaoAV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3827.393191489362+80+0+25+87+0+0+0+0+1104+0+0),pixelHeight:40,pixelWidth:40,src:\"https://framerusercontent.com/images/1pou0emynqTUoN2Rg7pQeuu7kvE.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:40,pixelWidth:40,src:\"https://framerusercontent.com/images/1pou0emynqTUoN2Rg7pQeuu7kvE.svg\"},className:\"framer-7jy0lz\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Players love \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"these perks\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Players love \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"these perks\"})]}),className:\"framer-1se2q5t\",fonts:[\"GF;DM Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vpknma\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tc7yyh\",\"data-framer-name\":\"Feature Cards\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-g5v3j\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4022.3999999999996+80+0+40+77+0+0+0+0+114+10+0+0+3),pixelHeight:16,pixelWidth:16,src:\"https://framerusercontent.com/images/F79zPz3dthu1cdSluB1ip4K8ZVk.svg\"}},qoJsTaoAV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3827.393191489362+80+0+25+87+0+0+0+0+1104+0+130+10+0+0+3),pixelHeight:16,pixelWidth:16,src:\"https://framerusercontent.com/images/F79zPz3dthu1cdSluB1ip4K8ZVk.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:16,pixelWidth:16,src:\"https://framerusercontent.com/images/F79zPz3dthu1cdSluB1ip4K8ZVk.svg\"},className:\"framer-xpd9dj\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1slcbay\",\"data-framer-name\":\"Frame 24\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-line-height\":\"19px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Game currency cashback:\"}),\" \\u2028\\u2028\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"19px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"users are rewarded with in-game items for real-world purchases*\"})]}),className:\"framer-wuso5t\",\"data-framer-name\":\"Body\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vsqrso\",\"data-framer-name\":\"Feature Cards\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-z5rvql\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4022.3999999999996+80+0+40+77+0+0+0+0+114+10+210+0+3),pixelHeight:16,pixelWidth:16,src:\"https://framerusercontent.com/images/F79zPz3dthu1cdSluB1ip4K8ZVk.svg\"}},qoJsTaoAV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3827.393191489362+80+0+25+87+0+0+0+0+1104+0+130+10+205+0+3),pixelHeight:16,pixelWidth:16,src:\"https://framerusercontent.com/images/F79zPz3dthu1cdSluB1ip4K8ZVk.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:16,pixelWidth:16,src:\"https://framerusercontent.com/images/F79zPz3dthu1cdSluB1ip4K8ZVk.svg\"},className:\"framer-16fj0xh\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o981nh\",\"data-framer-name\":\"Frame 24\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"19px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Tipping and P2P transfers by game username\"})}),className:\"framer-1s4ilsw\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bxmudg\",\"data-framer-name\":\"Feature Cards\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-4fjha4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4022.3999999999996+80+0+40+77+0+0+0+0+114+10+325+0+3),pixelHeight:16,pixelWidth:16,src:\"https://framerusercontent.com/images/F79zPz3dthu1cdSluB1ip4K8ZVk.svg\"}},qoJsTaoAV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3827.393191489362+80+0+25+87+0+0+0+0+1104+0+130+10+315+0+3),pixelHeight:16,pixelWidth:16,src:\"https://framerusercontent.com/images/F79zPz3dthu1cdSluB1ip4K8ZVk.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:16,pixelWidth:16,src:\"https://framerusercontent.com/images/F79zPz3dthu1cdSluB1ip4K8ZVk.svg\"},className:\"framer-hf3c96\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nlkuom\",\"data-framer-name\":\"Frame 24\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"19px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Integrated item exchange and trading\"})}),className:\"framer-194d0b6\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-skwwn7\",\"data-framer-name\":\"Feature Cards\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ewqvs3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4022.3999999999996+80+0+40+77+0+0+0+0+114+10+440+0+3),pixelHeight:16,pixelWidth:16,src:\"https://framerusercontent.com/images/F79zPz3dthu1cdSluB1ip4K8ZVk.svg\"}},qoJsTaoAV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3827.393191489362+80+0+25+87+0+0+0+0+1104+0+130+10+425+0+3),pixelHeight:16,pixelWidth:16,src:\"https://framerusercontent.com/images/F79zPz3dthu1cdSluB1ip4K8ZVk.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:16,pixelWidth:16,src:\"https://framerusercontent.com/images/F79zPz3dthu1cdSluB1ip4K8ZVk.svg\"},className:\"framer-1rx7vip\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9019du\",\"data-framer-name\":\"Frame 24\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"19px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Security: a $250,000 FDIC-insured checking account* from a trusted U.S. bank!\"})}),className:\"framer-11y4diq\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})]})})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-21jykm\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":XWYfJv1Z3\",webPageId:\"L3OVky2fA\"},implicitPathVariables:undefined},{href:{hash:\":XWYfJv1Z3\",webPageId:\"L3OVky2fA\"},implicitPathVariables:undefined},{href:{hash:\":XWYfJv1Z3\",webPageId:\"L3OVky2fA\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{y:(componentViewport?.y||0)+0+4022.3999999999996+80+0+40+746+20+0},qoJsTaoAV:{y:(componentViewport?.y||0)+0+3827.393191489362+80+0+25+1861+40+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jag3bl-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{V8PKdmHLP:resolvedLinks5[1]},qoJsTaoAV:{V8PKdmHLP:resolvedLinks5[2]}},children:/*#__PURE__*/_jsx(NewButton,{height:\"100%\",id:\"ZMGlZ_AZK\",layoutId:\"ZMGlZ_AZK\",style:{height:\"100%\"},V8PKdmHLP:resolvedLinks5[0],width:\"100%\",ZkuMpxXky:\"Contact us for demo\"})})})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"17px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(123, 123, 123)\"},children:\"*LinQ is a financial technology company and not a bank. The Toffee Debit Card is issued by a trusted regulated banking partner, Member FDIC. LinQ Banking services are provided through an FDIC member institution. See Privacy Policy, Card Program Terms, and Cardholder Agreement.\"})}),className:\"framer-s70f86\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qoJsTaoAV:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6106.393191489362),positionX:\"center\",positionY:\"center\",sizes:\"351px\",src:\"https://framerusercontent.com/images/YrRsSKzLCwFiDHm4iDVOdb2ko.png\",srcSet:\"https://framerusercontent.com/images/YrRsSKzLCwFiDHm4iDVOdb2ko.png?scale-down-to=512 512w,https://framerusercontent.com/images/YrRsSKzLCwFiDHm4iDVOdb2ko.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/YrRsSKzLCwFiDHm4iDVOdb2ko.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/YrRsSKzLCwFiDHm4iDVOdb2ko.png 3360w\"}}},children:/*#__PURE__*/_jsxs(ImageWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/YrRsSKzLCwFiDHm4iDVOdb2ko.png\",srcSet:\"https://framerusercontent.com/images/YrRsSKzLCwFiDHm4iDVOdb2ko.png?scale-down-to=512 512w,https://framerusercontent.com/images/YrRsSKzLCwFiDHm4iDVOdb2ko.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/YrRsSKzLCwFiDHm4iDVOdb2ko.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/YrRsSKzLCwFiDHm4iDVOdb2ko.png 3360w\"},className:\"framer-22wo9q hidden-1y9neii hidden-occff0\",\"data-framer-name\":\"Headquarter\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rgrs6i\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.5)\"},children:\"Headquarters\"})}),className:\"framer-1e6dfns\",\"data-framer-name\":\"Headquarters\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-928fwc\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Dublin\"})}),className:\"framer-15x2vdk\",\"data-framer-name\":\"H2\",fonts:[\"GF;DM Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-pxu8gm\",\"data-framer-name\":\"twemoji:flag-ireland\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:36,intrinsicWidth:36,svg:'<svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_197_14108)\">\\n<path d=\"M4 5C2.93913 5 1.92172 5.42143 1.17157 6.17157C0.421427 6.92172 0 7.93913 0 9L0 27C0 28.0609 0.421427 29.0783 1.17157 29.8284C1.92172 30.5786 2.93913 31 4 31H12V5H4Z\" fill=\"#169B62\"/>\\n<path d=\"M12 5H24V31H12V5Z\" fill=\"#EEEEEE\"/>\\n<path d=\"M32 5H24V31H32C33.0609 31 34.0783 30.5786 34.8284 29.8284C35.5786 29.0783 36 28.0609 36 27V9C36 7.93913 35.5786 6.92172 34.8284 6.17157C34.0783 5.42143 33.0609 5 32 5Z\" fill=\"#FF883E\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_197_14108\">\\n<rect width=\"36\" height=\"36\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1nmsyxt\",\"data-framer-name\":\"Line\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:82,svg:'<svg width=\"82\" height=\"3\" viewBox=\"-1 -1 82 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"-4.37114e-08\" y1=\"0.5\" x2=\"80\" y2=\"0.499993\" stroke=\"white\" stroke-opacity=\"0.8\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1a2htoj\",\"data-framer-name\":\"Numbers\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-b9yewv\",\"data-framer-name\":\"10\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"15\"})}),className:\"framer-yxwp8j\",\"data-framer-name\":\"H2\",fonts:[\"GF;DM Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Team\"})}),className:\"framer-5c7djw\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l6loun\",\"data-framer-name\":\"2023\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"2023\"})}),className:\"framer-12dwdnh\",\"data-framer-name\":\"H2\",fonts:[\"GF;DM Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Founded\"})}),className:\"framer-1jnz07x\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1d3mmxu\",\"data-framer-name\":\"12\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"12\"})}),className:\"framer-h2kfdd\",\"data-framer-name\":\"H2\",fonts:[\"GF;DM Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"\u0421ountries we're\",/*#__PURE__*/_jsx(\"br\",{}),\"operating in\"]})}),className:\"framer-1loifzd\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qoJsTaoAV:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:666,intrinsicWidth:561,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6106.393191489362+-25.5),pixelHeight:2662,pixelWidth:2244,sizes:\"513px\",src:\"https://framerusercontent.com/images/Sa26WXzf7D5lAC1PYQeBy3pZ4.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/Sa26WXzf7D5lAC1PYQeBy3pZ4.png?scale-down-to=1024 863w,https://framerusercontent.com/images/Sa26WXzf7D5lAC1PYQeBy3pZ4.png?scale-down-to=2048 1726w,https://framerusercontent.com/images/Sa26WXzf7D5lAC1PYQeBy3pZ4.png 2244w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:true,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:115,__perspectiveFX:false,__targetOpacity:.4,background:{alt:\"\",fit:\"fill\",intrinsicHeight:666,intrinsicWidth:561,pixelHeight:2662,pixelWidth:2244,sizes:\"513px\",src:\"https://framerusercontent.com/images/Sa26WXzf7D5lAC1PYQeBy3pZ4.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/Sa26WXzf7D5lAC1PYQeBy3pZ4.png?scale-down-to=1024 863w,https://framerusercontent.com/images/Sa26WXzf7D5lAC1PYQeBy3pZ4.png?scale-down-to=2048 1726w,https://framerusercontent.com/images/Sa26WXzf7D5lAC1PYQeBy3pZ4.png 2244w\"},className:\"framer-3j6ufq\",\"data-framer-name\":\"Map\"})})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5196.4),positionX:\"center\",positionY:\"center\",sizes:\"729px\",src:\"https://framerusercontent.com/images/YrRsSKzLCwFiDHm4iDVOdb2ko.png\",srcSet:\"https://framerusercontent.com/images/YrRsSKzLCwFiDHm4iDVOdb2ko.png?scale-down-to=512 512w,https://framerusercontent.com/images/YrRsSKzLCwFiDHm4iDVOdb2ko.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/YrRsSKzLCwFiDHm4iDVOdb2ko.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/YrRsSKzLCwFiDHm4iDVOdb2ko.png 3360w\"}}},children:/*#__PURE__*/_jsxs(ImageWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/YrRsSKzLCwFiDHm4iDVOdb2ko.png\",srcSet:\"https://framerusercontent.com/images/YrRsSKzLCwFiDHm4iDVOdb2ko.png?scale-down-to=512 512w,https://framerusercontent.com/images/YrRsSKzLCwFiDHm4iDVOdb2ko.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/YrRsSKzLCwFiDHm4iDVOdb2ko.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/YrRsSKzLCwFiDHm4iDVOdb2ko.png 3360w\"},className:\"framer-kxlmx9 hidden-1y9neii hidden-7yqli6\",\"data-framer-name\":\"Headquarter\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rdj443\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.5)\"},children:\"Headquarters\"})}),className:\"framer-zy5vcd\",\"data-framer-name\":\"Headquarters\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t1d1gr\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Dublin\"})}),className:\"framer-gkysqj\",\"data-framer-name\":\"H2\",fonts:[\"GF;DM Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1c35w33\",\"data-framer-name\":\"twemoji:flag-ireland\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:36,intrinsicWidth:36,svg:'<svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_197_14108)\">\\n<path d=\"M4 5C2.93913 5 1.92172 5.42143 1.17157 6.17157C0.421427 6.92172 0 7.93913 0 9L0 27C0 28.0609 0.421427 29.0783 1.17157 29.8284C1.92172 30.5786 2.93913 31 4 31H12V5H4Z\" fill=\"#169B62\"/>\\n<path d=\"M12 5H24V31H12V5Z\" fill=\"#EEEEEE\"/>\\n<path d=\"M32 5H24V31H32C33.0609 31 34.0783 30.5786 34.8284 29.8284C35.5786 29.0783 36 28.0609 36 27V9C36 7.93913 35.5786 6.92172 34.8284 6.17157C34.0783 5.42143 33.0609 5 32 5Z\" fill=\"#FF883E\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_197_14108\">\\n<rect width=\"36\" height=\"36\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1jj9hey\",\"data-framer-name\":\"Line\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:82,svg:'<svg width=\"82\" height=\"3\" viewBox=\"-1 -1 82 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"-4.37114e-08\" y1=\"0.5\" x2=\"80\" y2=\"0.499993\" stroke=\"white\" stroke-opacity=\"0.8\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vr7k5h\",\"data-framer-name\":\"Numbers\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dnlouq\",\"data-framer-name\":\"10\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"15\"})}),className:\"framer-njaql8\",\"data-framer-name\":\"H2\",fonts:[\"GF;DM Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Team\"})}),className:\"framer-ughgpw\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4iycbh\",\"data-framer-name\":\"2023\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v13\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"2023\"})}),className:\"framer-19624hq\",\"data-framer-name\":\"H2\",fonts:[\"GF;DM Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Founded\"})}),className:\"framer-1pw7wao\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ljzftu\",\"data-framer-name\":\"12\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"12\"})}),className:\"framer-10ztvei\",\"data-framer-name\":\"H2\",fonts:[\"GF;DM Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"\u0421ountries we're\",/*#__PURE__*/_jsx(\"br\",{}),\"operating in\"]})}),className:\"framer-1myyyvf\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:666,intrinsicWidth:561,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5196.4+-55),pixelHeight:2662,pixelWidth:2244,sizes:\"504.4788px\",src:\"https://framerusercontent.com/images/Sa26WXzf7D5lAC1PYQeBy3pZ4.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/Sa26WXzf7D5lAC1PYQeBy3pZ4.png?scale-down-to=1024 863w,https://framerusercontent.com/images/Sa26WXzf7D5lAC1PYQeBy3pZ4.png?scale-down-to=2048 1726w,https://framerusercontent.com/images/Sa26WXzf7D5lAC1PYQeBy3pZ4.png 2244w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:true,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:115,__perspectiveFX:false,__targetOpacity:.4,background:{alt:\"\",fit:\"fill\",intrinsicHeight:666,intrinsicWidth:561,pixelHeight:2662,pixelWidth:2244,src:\"https://framerusercontent.com/images/Sa26WXzf7D5lAC1PYQeBy3pZ4.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/Sa26WXzf7D5lAC1PYQeBy3pZ4.png?scale-down-to=1024 863w,https://framerusercontent.com/images/Sa26WXzf7D5lAC1PYQeBy3pZ4.png?scale-down-to=2048 1726w,https://framerusercontent.com/images/Sa26WXzf7D5lAC1PYQeBy3pZ4.png 2244w\"},className:\"framer-5erzai\",\"data-framer-name\":\"Map\"})})]})}),isDisplayed2()&&/*#__PURE__*/_jsxs(ImageWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"1120px\",src:\"https://framerusercontent.com/images/YrRsSKzLCwFiDHm4iDVOdb2ko.png\",srcSet:\"https://framerusercontent.com/images/YrRsSKzLCwFiDHm4iDVOdb2ko.png?scale-down-to=512 512w,https://framerusercontent.com/images/YrRsSKzLCwFiDHm4iDVOdb2ko.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/YrRsSKzLCwFiDHm4iDVOdb2ko.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/YrRsSKzLCwFiDHm4iDVOdb2ko.png 3360w\"},className:\"framer-1glinl8 hidden-occff0 hidden-7yqli6\",\"data-framer-name\":\"Headquarter\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6oqzqk\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.5)\"},children:\"Headquarters\"})}),className:\"framer-x6j4u0\",\"data-framer-name\":\"Headquarters\",fonts:[\"Inter-Medium\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b6b4pf\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v15\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-line-height\":\"58px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Dublin\"})}),className:\"framer-m6zvpa\",\"data-framer-name\":\"H2\",fonts:[\"GF;DM Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1i0ijq1\",\"data-framer-name\":\"twemoji:flag-ireland\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:36,intrinsicWidth:36,svg:'<svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_197_14108)\">\\n<path d=\"M4 5C2.93913 5 1.92172 5.42143 1.17157 6.17157C0.421427 6.92172 0 7.93913 0 9L0 27C0 28.0609 0.421427 29.0783 1.17157 29.8284C1.92172 30.5786 2.93913 31 4 31H12V5H4Z\" fill=\"#169B62\"/>\\n<path d=\"M12 5H24V31H12V5Z\" fill=\"#EEEEEE\"/>\\n<path d=\"M32 5H24V31H32C33.0609 31 34.0783 30.5786 34.8284 29.8284C35.5786 29.0783 36 28.0609 36 27V9C36 7.93913 35.5786 6.92172 34.8284 6.17157C34.0783 5.42143 33.0609 5 32 5Z\" fill=\"#FF883E\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_197_14108\">\\n<rect width=\"36\" height=\"36\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1j6njxt\",\"data-framer-name\":\"Line\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:82,svg:'<svg width=\"82\" height=\"3\" viewBox=\"-1 -1 82 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"-4.37114e-08\" y1=\"0.5\" x2=\"80\" y2=\"0.499993\" stroke=\"white\" stroke-opacity=\"0.8\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f6yl6l\",\"data-framer-name\":\"Numbers\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2zmovy\",\"data-framer-name\":\"10\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v16\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-line-height\":\"58px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"15\"})}),className:\"framer-1px29d4\",\"data-framer-name\":\"H2\",fonts:[\"GF;DM Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v17\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Team\"})}),className:\"framer-sdt37k\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xuz0fd\",\"data-framer-name\":\"2023\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v18\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-line-height\":\"58px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"2023\"})}),className:\"framer-dlkoi6\",\"data-framer-name\":\"H2\",fonts:[\"GF;DM Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v19\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Founded\"})}),className:\"framer-1s5jvhz\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xgisez\",\"data-framer-name\":\"12\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v20\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-line-height\":\"58px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"12\"})}),className:\"framer-uxp8un\",\"data-framer-name\":\"H2\",fonts:[\"GF;DM Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v21\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"\u0421ountries we're\",/*#__PURE__*/_jsx(\"br\",{}),\"operating in\"]})}),className:\"framer-i2wmk7\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:true,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:115,__perspectiveFX:false,__targetOpacity:.4,background:{alt:\"\",fit:\"fill\",intrinsicHeight:666,intrinsicWidth:561,pixelHeight:2662,pixelWidth:2244,sizes:\"636.7266px\",src:\"https://framerusercontent.com/images/Sa26WXzf7D5lAC1PYQeBy3pZ4.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/Sa26WXzf7D5lAC1PYQeBy3pZ4.png?scale-down-to=1024 863w,https://framerusercontent.com/images/Sa26WXzf7D5lAC1PYQeBy3pZ4.png?scale-down-to=2048 1726w,https://framerusercontent.com/images/Sa26WXzf7D5lAC1PYQeBy3pZ4.png 2244w\"},className:\"framer-15tfebn\",\"data-framer-name\":\"Map\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qgvt7s\",\"data-framer-name\":\"Footer + CTA\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-i93zxe\",\"data-framer-name\":\"CTA\",id:elementId3,ref:ref5,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rejhqt\",\"data-framer-name\":\"Block\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:false,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1nuk1of\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qoJsTaoAV:{children:getLocalizedValue(\"v23\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-line-height\":\"58px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Contact us\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v22\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-line-height\":\"58px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Contact us\"})}),className:\"framer-1vk5st2\",\"data-framer-name\":\"H2\",fonts:[\"GF;DM Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qoJsTaoAV:{children:getLocalizedValue(\"v25\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Get in touch \u2013 we're here to help!\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v24\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Get in touch \u2013 we're here to help!\"})}),className:\"framer-xn6szd\",\"data-framer-name\":\"Body\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:false,__framer__enter:animation2,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-emtt6b-container\",children:/*#__PURE__*/_jsx(ContactUsForm,{borderRadius:60,bottomLeftRadius:60,bottomRightRadius:60,button:{color:\"rgb(255, 255, 255)\",fill:\"rgb(0, 0, 0)\",fontWeight:600,label:\"Contact us\"},email:{placeholder:\"Work email\",value:\"\"},font:false,fontFamily:\"Inter\",fontSize:16,fontWeight:400,formId:\"T8zdrQQjd\",gap:15,height:\"100%\",id:\"VUG01_4LR\",inputs:{color:\"rgb(255, 255, 255)\",error:\"rgb(238, 68, 68)\",fill:\"rgb(235, 235, 235)\",placeholderColor:\"var(--token-cd0d863e-edf8-4222-9084-2edf7f649d31, rgb(255, 255, 255))\"},isMixedBorderRadius:false,layout:\"horizontal\",layoutId:\"VUG01_4LR\",nameField:{placeholder:\"Your name\",value:\"\"},padding:15,paddingBottom:15,paddingLeft:15,paddingPerSide:false,paddingRight:15,paddingTop:15,style:{height:\"100%\",width:\"100%\"},topLeftRadius:60,topRightRadius:60,width:\"100%\"})})})]})}),isDisplayed3()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OF3mCqUVP:{y:(componentViewport?.y||0)+0+5729.799999999999+0+956}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:340,width:`min(${componentViewport?.width||\"100vw\"}, 1200px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-18abdlq-container hidden-7yqli6\",children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"ZDIUBd8XK\",layoutId:\"ZDIUBd8XK\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"kK7fYyIiV\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1v573kd-container\",children:/*#__PURE__*/_jsx(CookieBanner,{banner:{animation:{scale:1,transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},x:0,y:10},containerWidth:0,inset:12,insetBottom:12,insetLeft:12,insetPerSide:false,insetRight:12,insetTop:12,padding:12,paddingBottom:12,paddingLeft:12,paddingPerSide:false,paddingRight:12,paddingTop:12,position:\"bottom-right\",style:{backdrop:\"rgba(0, 0, 0, 0.1)\",border:{color:\"rgba(0, 0, 0, 0.05)\",radius:14,width:1},colorBody:\"rgb(68, 68, 68)\",colorTitle:\"rgb(0, 0, 0)\",fill:\"rgb(255, 255, 255)\",fontBody:{},fontTitle:{},link:\"var(--token-a6681b0e-8a07-425e-bf59-8d1a0c27b266, rgb(157, 79, 255))\"},width:360,zIndex:10},button:{borderRadius:8,direction:\"row\",fluid:true,font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1em\",textAlign:\"center\"},labels:{accept:getLocalizedValue(\"v27\",activeLocale)??\"Accept\",acceptAll:getLocalizedValue(\"v29\",activeLocale)??\"Accept all\",confirm:getLocalizedValue(\"v33\",activeLocale)??\"Okay\",customize:getLocalizedValue(\"v31\",activeLocale)??\"Manage cookies\",reject:getLocalizedValue(\"v28\",activeLocale)??\"Reject\",rejectAll:getLocalizedValue(\"v30\",activeLocale)??\"Reject all\",save:getLocalizedValue(\"v32\",activeLocale)??\"Save Preferences\"},padding:8,paddingBottom:8,paddingLeft:8,paddingPerSide:false,paddingRight:8,paddingTop:8,primary:{color:\"rgb(68, 68, 68)\",fill:\"rgb(238, 238, 238)\"},secondary:{color:\"rgb(68, 68, 68)\",fill:\"rgb(238, 238, 238)\"}},content:{euBlocking:false,euDefaults:{analytics:false,marketing:false,necessary:true,preferences:false},euDescription:getLocalizedValue(\"v34\",activeLocale)??\"We use cookies to improve website functionality, customize your experience, and gather analytics in accordance with our Privacy Policy.\",euPolicy:{label:getLocalizedValue(\"v35\",activeLocale)??\"Learn more\",link:\"https://linq.gg/privacy-policy\",prefix:\"\"},euShowReject:true,euTitle:getLocalizedValue(\"v26\",activeLocale)??\"Cookie Settings\",euType:\"advanced\",isEU:true,worldBlocking:false,worldDefaults:{analytics:true,marketing:true,necessary:true,preferences:true},worldDescription:getLocalizedValue(\"v36\",activeLocale)??\"We use cookies to improve website functionality, customize your experience, and gather analytics in accordance with our Privacy Policy. \",worldPolicy:{label:getLocalizedValue(\"v35\",activeLocale)??\"Learn more\",link:\"https://linq.gg/privacy-policy\",prefix:\"\"},worldShowReject:true,worldTitle:getLocalizedValue(\"v26\",activeLocale)??\"Cookie Settings\",worldType:\"simple\"},gtmId:\"\",height:\"100%\",id:\"MxYYP2YW1\",layoutId:\"MxYYP2YW1\",options:{analytics:{description:getLocalizedValue(\"v42\",activeLocale)??\"Enables tracking of performance.\",title:getLocalizedValue(\"v41\",activeLocale)??\"Analytics\"},marketing:{description:getLocalizedValue(\"v44\",activeLocale)??\"Enables ads personalization and tracking.\",title:getLocalizedValue(\"v43\",activeLocale)??\"Marketing\"},necessary:{description:getLocalizedValue(\"v38\",activeLocale)??\"Enables security and basic functionality.\",optional:true,title:getLocalizedValue(\"v37\",activeLocale)??\"Necessary\"},preferences:{description:getLocalizedValue(\"v40\",activeLocale)??\"Enables personalized content and settings.\",title:getLocalizedValue(\"v39\",activeLocale)??\"Preferences\"},preview:false,style:{background:\"rgba(0, 0, 0, 0.02)\",border:{color:\"rgba(0, 0, 0, 0.02)\",radius:8,width:0},fontBody:{},fontTitle:{},padding:12,paddingBottom:12,paddingLeft:12,paddingPerSide:false,paddingRight:12,paddingTop:12,toggleColor:\"rgb(0, 0, 0)\",toggleColorInactive:\"rgba(0, 0, 0, 0.1)\"}},preview:true,trigger:{color:\"rgb(92, 92, 92)\",iconSize:24,iconType:\"default\",text:getLocalizedValue(\"v26\",activeLocale)??\"Cookie Settings\",textFont:{},type:\"text\"},width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qoJsTaoAV:{height:340,width:`min(${componentViewport?.width||\"100vw\"}, 1200px)`,y:(componentViewport?.y||0)+0+6971.793191489362+0+796}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bsdnmi-container hidden-1y9neii hidden-occff0\",children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"xqMu3nbdG\",layoutId:\"xqMu3nbdG\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"M7mkLeQ9D\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(0, 0, 0); }\"}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-O3Nrm.framer-1lh9qg6, .framer-O3Nrm .framer-1lh9qg6 { display: block; }\",\".framer-O3Nrm.framer-1y9neii { align-content: center; align-items: center; background-color: #000000; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-O3Nrm .framer-18s2wge-container { flex: none; height: auto; max-width: 1130px; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 10; }\",\".framer-O3Nrm .framer-73pget { 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: 20px 0px 0px 0px; position: relative; width: 1130px; }\",\".framer-O3Nrm .framer-khrwu7 { --border-bottom-width: 1px; --border-color: rgba(158, 79, 255, 0.23); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 89px; height: min-content; justify-content: center; overflow: hidden; padding: 50px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-O3Nrm .framer-wqvxc2 { 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-O3Nrm .framer-1vlgnfi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 46px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 59%; }\",\".framer-O3Nrm .framer-1bkffua { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-O3Nrm .framer-nyfkx7, .framer-O3Nrm .framer-1jiumzd, .framer-O3Nrm .framer-1uta0kq, .framer-O3Nrm .framer-11n0wma, .framer-O3Nrm .framer-1k22m9v, .framer-O3Nrm .framer-jm4pja, .framer-O3Nrm .framer-y5rtti, .framer-O3Nrm .framer-s70f86 { --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-O3Nrm .framer-182xt6a-container { flex: none; height: 49px; position: relative; width: 152px; }\",\".framer-O3Nrm .framer-16czj0e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 29px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-O3Nrm .framer-1kn74g4 { --border-bottom-width: 0px; --border-color: rgba(255, 255, 255, 0.64); --border-left-width: 0px; --border-right-width: 1px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 33px; justify-content: center; padding: 0px 29px 0px 0px; position: relative; width: min-content; }\",\".framer-O3Nrm .framer-k75h0v, .framer-O3Nrm .framer-14quizm, .framer-O3Nrm .framer-1q9e7wy, .framer-O3Nrm .framer-1tfm4b9, .framer-O3Nrm .framer-59xmlb, .framer-O3Nrm .framer-ornvv2, .framer-O3Nrm .framer-1se2q5t { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-O3Nrm .framer-aalu32 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: 32px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-O3Nrm .framer-16brx8i { aspect-ratio: 9.21875 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); opacity: 0.5; position: relative; width: 295px; }\",\".framer-O3Nrm .framer-kzq8h8 { aspect-ratio: 7.5 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 21px); position: relative; width: 158px; }\",\".framer-O3Nrm .framer-nujzx3 { aspect-ratio: 3.5 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); position: relative; width: 105px; }\",\".framer-O3Nrm .framer-ivlso6 { aspect-ratio: 3.8333333333333335 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); position: relative; width: 115px; }\",\".framer-O3Nrm .framer-oxneky { 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: 130px 0px 80px 0px; position: relative; width: 1130px; }\",\".framer-O3Nrm .framer-3cn4k4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 90px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-O3Nrm .framer-1y5se8p { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 359px; justify-content: center; padding: 0px; position: relative; width: 1px; }\",\".framer-O3Nrm .framer-p3ab8e { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-O3Nrm .framer-1uc8pqm-container, .framer-O3Nrm .framer-1xsy6w4-container, .framer-O3Nrm .framer-jag3bl-container { flex: none; height: 49px; position: relative; width: auto; }\",\".framer-O3Nrm .framer-1v34hfo, .framer-O3Nrm .framer-eo5vtd { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 1px; }\",\".framer-O3Nrm .framer-1umgfsw { align-content: flex-start; align-items: flex-start; 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: 100%; }\",\".framer-O3Nrm .framer-cghbrn, .framer-O3Nrm .framer-92xir8, .framer-O3Nrm .framer-14ev9n7, .framer-O3Nrm .framer-1jltcpv, .framer-O3Nrm .framer-i0nd4n, .framer-O3Nrm .framer-1ocpjwn, .framer-O3Nrm .framer-a82h8c, .framer-O3Nrm .framer-x1n9tl, .framer-O3Nrm .framer-2088ob, .framer-O3Nrm .framer-1tc7yyh, .framer-O3Nrm .framer-1vsqrso, .framer-O3Nrm .framer-bxmudg, .framer-O3Nrm .framer-skwwn7 { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-O3Nrm .framer-jvknep, .framer-O3Nrm .framer-kzpwsl, .framer-O3Nrm .framer-t6e6rw { align-content: center; align-items: center; background-color: #9d4fff; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 30px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 30px; will-change: var(--framer-will-change-override, transform); }\",\".framer-O3Nrm .framer-1yxa13k, .framer-O3Nrm .framer-1nnna4r, .framer-O3Nrm .framer-w2qfj1, .framer-O3Nrm .framer-ks5mvw, .framer-O3Nrm .framer-14r6keu, .framer-O3Nrm .framer-18381ry, .framer-O3Nrm .framer-2l60n1, .framer-O3Nrm .framer-1slcbay, .framer-O3Nrm .framer-1o981nh, .framer-O3Nrm .framer-1nlkuom, .framer-O3Nrm .framer-9019du { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-O3Nrm .framer-14y8r07, .framer-O3Nrm .framer-reyaeo, .framer-O3Nrm .framer-zps5re, .framer-O3Nrm .framer-kxp4oj, .framer-O3Nrm .framer-1ul6r4s, .framer-O3Nrm .framer-ds7zn6, .framer-O3Nrm .framer-14ftkpz, .framer-O3Nrm .framer-1ujil70, .framer-O3Nrm .framer-1eenwq8, .framer-O3Nrm .framer-dibos5, .framer-O3Nrm .framer-11fnxwg, .framer-O3Nrm .framer-18t8ndn, .framer-O3Nrm .framer-wuso5t, .framer-O3Nrm .framer-1s4ilsw, .framer-O3Nrm .framer-194d0b6, .framer-O3Nrm .framer-11y4diq, .framer-O3Nrm .framer-yxwp8j, .framer-O3Nrm .framer-12dwdnh, .framer-O3Nrm .framer-h2kfdd { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-O3Nrm .framer-vab1f { 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: 80px 0px 80px 0px; position: relative; scroll-margin-top: 50px; width: 1130px; }\",\".framer-O3Nrm .framer-zfdjfi, .framer-O3Nrm .framer-18porik { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 90px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-O3Nrm .framer-12o0y38 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-O3Nrm .framer-1cgq92x { flex: none; height: 279px; position: relative; width: 378px; z-index: 2; }\",\".framer-O3Nrm .framer-7z2f9q-container, .framer-O3Nrm .framer-rxwvku-container { flex: none; height: 49px; position: relative; width: auto; z-index: 2; }\",\".framer-O3Nrm .framer-6lqngt { bottom: -74px; flex: none; left: -180px; position: absolute; right: -89px; top: -158px; z-index: 1; }\",\".framer-O3Nrm .framer-67fjl9 { 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: 80px 0px 80px 0px; position: relative; width: 1130px; }\",\".framer-O3Nrm .framer-1rewywz { 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; padding: 0px; position: relative; width: 1px; }\",\".framer-O3Nrm .framer-g64p5j { flex: none; height: 468px; position: relative; width: 470px; z-index: 2; }\",\".framer-O3Nrm .framer-1177si4 { flex: none; height: 664px; left: calc(50.00000000000002% - 540px / 2); position: absolute; top: calc(50.13927576601673% - 664px / 2); width: 540px; z-index: 1; }\",\".framer-O3Nrm .framer-17dscrh { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-O3Nrm .framer-18vaf6g, .framer-O3Nrm .framer-1capd5x, .framer-O3Nrm .framer-1f76o1m { --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; z-index: 2; }\",\".framer-O3Nrm .framer-1gjbzlf { bottom: -246px; flex: none; height: 591px; left: -273px; position: absolute; right: -35px; z-index: 1; }\",\".framer-O3Nrm .framer-9ofjfz { 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: 80px 0px 80px 0px; position: relative; width: 1130px; }\",\".framer-O3Nrm .framer-mkgv54 { --border-bottom-width: 1px; --border-color: #a07dcb; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 73px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-O3Nrm .framer-8d7ke8 { 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; padding: 0px 0px 45px 0px; position: relative; width: 100%; }\",\".framer-O3Nrm .framer-5rntcs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-O3Nrm .framer-1x9do30 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-O3Nrm .framer-easmgd { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 1px; }\",\".framer-O3Nrm .framer-v9ywug, .framer-O3Nrm .framer-4mru9i, .framer-O3Nrm .framer-zb5daa { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 17px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-O3Nrm .framer-pzytqb, .framer-O3Nrm .framer-4hth14, .framer-O3Nrm .framer-7jy0lz { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-O3Nrm .framer-fvsub4, .framer-O3Nrm .framer-1vpknma { 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: 23px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-O3Nrm .framer-1ykxjro, .framer-O3Nrm .framer-bt8sg2, .framer-O3Nrm .framer-1wzsl17, .framer-O3Nrm .framer-1c7lrhg, .framer-O3Nrm .framer-xm7aq0, .framer-O3Nrm .framer-g5v3j, .framer-O3Nrm .framer-z5rvql, .framer-O3Nrm .framer-4fjha4, .framer-O3Nrm .framer-ewqvs3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 16px; justify-content: center; overflow: hidden; padding: 6px 0px 0px 0px; position: relative; width: 16px; }\",\".framer-O3Nrm .framer-147w54d, .framer-O3Nrm .framer-1kcwmla, .framer-O3Nrm .framer-7b8bow, .framer-O3Nrm .framer-1g1ore0, .framer-O3Nrm .framer-xpd9dj, .framer-O3Nrm .framer-16fj0xh, .framer-O3Nrm .framer-hf3c96, .framer-O3Nrm .framer-1rx7vip { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-O3Nrm .framer-1yy1zqm { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; min-height: 57px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-O3Nrm .framer-hnig02 { 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: 19px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-O3Nrm .framer-lc02q5 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-O3Nrm .framer-21jykm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 34px; height: min-content; justify-content: center; padding: 40px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-O3Nrm .framer-22wo9q { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; max-width: 1120px; overflow: hidden; padding: 40px 0px 40px 0px; position: relative; width: 351px; will-change: var(--framer-will-change-override, transform); }\",\".framer-O3Nrm .framer-rgrs6i, .framer-O3Nrm .framer-1rdj443, .framer-O3Nrm .framer-6oqzqk { 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: min-content; }\",\".framer-O3Nrm .framer-1e6dfns, .framer-O3Nrm .framer-15x2vdk, .framer-O3Nrm .framer-zy5vcd, .framer-O3Nrm .framer-gkysqj, .framer-O3Nrm .framer-x6j4u0, .framer-O3Nrm .framer-m6zvpa { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-O3Nrm .framer-928fwc, .framer-O3Nrm .framer-t1d1gr, .framer-O3Nrm .framer-1b6b4pf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-O3Nrm .framer-pxu8gm, .framer-O3Nrm .framer-1c35w33, .framer-O3Nrm .framer-1i0ijq1 { flex: none; height: 36px; position: relative; width: 36px; }\",\".framer-O3Nrm .framer-1nmsyxt, .framer-O3Nrm .framer-1jj9hey, .framer-O3Nrm .framer-1j6njxt { flex: none; height: 3px; position: relative; width: 82px; }\",\".framer-O3Nrm .framer-1a2htoj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-O3Nrm .framer-b9yewv, .framer-O3Nrm .framer-1l6loun, .framer-O3Nrm .framer-1d3mmxu { 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-O3Nrm .framer-5c7djw, .framer-O3Nrm .framer-1jnz07x, .framer-O3Nrm .framer-1loifzd, .framer-O3Nrm .framer-ughgpw, .framer-O3Nrm .framer-1pw7wao, .framer-O3Nrm .framer-1myyyvf, .framer-O3Nrm .framer-sdt37k, .framer-O3Nrm .framer-1s5jvhz, .framer-O3Nrm .framer-i2wmk7 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 331px; word-break: break-word; word-wrap: break-word; }\",\".framer-O3Nrm .framer-3j6ufq { aspect-ratio: 0.8423423423423423 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 609px); left: -194px; opacity: 0.4; overflow: visible; position: absolute; top: -25px; width: 513px; z-index: 1; }\",\".framer-O3Nrm .framer-kxlmx9 { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; max-width: 1120px; overflow: hidden; padding: 64px 0px 64px 0px; position: relative; width: 729px; will-change: var(--framer-will-change-override, transform); }\",\".framer-O3Nrm .framer-vr7k5h { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-O3Nrm .framer-1dnlouq, .framer-O3Nrm .framer-4iycbh, .framer-O3Nrm .framer-1ljzftu, .framer-O3Nrm .framer-2zmovy, .framer-O3Nrm .framer-1xuz0fd, .framer-O3Nrm .framer-xgisez { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-O3Nrm .framer-njaql8, .framer-O3Nrm .framer-19624hq, .framer-O3Nrm .framer-10ztvei, .framer-O3Nrm .framer-1px29d4, .framer-O3Nrm .framer-dlkoi6, .framer-O3Nrm .framer-uxp8un { --framer-paragraph-spacing: 0px; flex: none; height: 62px; position: relative; white-space: pre-wrap; width: 331px; word-break: break-word; word-wrap: break-word; }\",\".framer-O3Nrm .framer-5erzai { aspect-ratio: 0.8423423423423423 / 1; bottom: -10px; flex: none; left: -119px; opacity: 0.4; overflow: visible; position: absolute; top: -55px; width: var(--framer-aspect-ratio-supported, 464px); z-index: 1; }\",\".framer-O3Nrm .framer-1glinl8 { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; max-width: 1120px; overflow: hidden; padding: 64px 0px 64px 0px; position: relative; width: 1120px; will-change: var(--framer-will-change-override, transform); }\",\".framer-O3Nrm .framer-f6yl6l { 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: flex-start; overflow: visible; padding: 0px 64px 0px 64px; position: relative; width: 1120px; }\",\".framer-O3Nrm .framer-15tfebn { aspect-ratio: 0.8423423423423423 / 1; bottom: -53px; flex: none; left: -109px; opacity: 0.4; overflow: visible; position: absolute; top: -125px; width: var(--framer-aspect-ratio-supported, 558px); z-index: 1; }\",\".framer-O3Nrm .framer-1qgvt7s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-O3Nrm .framer-i93zxe { align-content: center; align-items: center; background: linear-gradient(180.00000264693534deg, #000000 54.95495495495495%, rgba(157, 79, 255, 1) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 160px 330px 160px 330px; position: relative; width: 100%; }\",\".framer-O3Nrm .framer-1rejhqt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 61px; height: 636px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 540px; }\",\".framer-O3Nrm .framer-1nuk1of { 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: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-O3Nrm .framer-1vk5st2 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 540px; word-break: break-word; word-wrap: break-word; }\",\".framer-O3Nrm .framer-xn6szd { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 447px; word-break: break-word; word-wrap: break-word; }\",\".framer-O3Nrm .framer-emtt6b-container { flex: none; height: 456px; position: relative; width: 100%; }\",\".framer-O3Nrm .framer-18abdlq-container, .framer-O3Nrm .framer-1bsdnmi-container { flex: none; height: auto; max-width: 1200px; position: relative; width: 100%; }\",\".framer-O3Nrm .framer-1v573kd-container { bottom: 20px; flex: none; height: auto; position: absolute; right: 20px; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-O3Nrm.framer-1y9neii, .framer-O3Nrm .framer-73pget, .framer-O3Nrm .framer-khrwu7, .framer-O3Nrm .framer-wqvxc2, .framer-O3Nrm .framer-1vlgnfi, .framer-O3Nrm .framer-16czj0e, .framer-O3Nrm .framer-1kn74g4, .framer-O3Nrm .framer-aalu32, .framer-O3Nrm .framer-oxneky, .framer-O3Nrm .framer-3cn4k4, .framer-O3Nrm .framer-1y5se8p, .framer-O3Nrm .framer-1v34hfo, .framer-O3Nrm .framer-1umgfsw, .framer-O3Nrm .framer-cghbrn, .framer-O3Nrm .framer-jvknep, .framer-O3Nrm .framer-1yxa13k, .framer-O3Nrm .framer-92xir8, .framer-O3Nrm .framer-kzpwsl, .framer-O3Nrm .framer-1nnna4r, .framer-O3Nrm .framer-14ev9n7, .framer-O3Nrm .framer-t6e6rw, .framer-O3Nrm .framer-w2qfj1, .framer-O3Nrm .framer-vab1f, .framer-O3Nrm .framer-zfdjfi, .framer-O3Nrm .framer-eo5vtd, .framer-O3Nrm .framer-12o0y38, .framer-O3Nrm .framer-67fjl9, .framer-O3Nrm .framer-18porik, .framer-O3Nrm .framer-1rewywz, .framer-O3Nrm .framer-17dscrh, .framer-O3Nrm .framer-9ofjfz, .framer-O3Nrm .framer-mkgv54, .framer-O3Nrm .framer-8d7ke8, .framer-O3Nrm .framer-5rntcs, .framer-O3Nrm .framer-1x9do30, .framer-O3Nrm .framer-easmgd, .framer-O3Nrm .framer-v9ywug, .framer-O3Nrm .framer-fvsub4, .framer-O3Nrm .framer-1jltcpv, .framer-O3Nrm .framer-1ykxjro, .framer-O3Nrm .framer-ks5mvw, .framer-O3Nrm .framer-i0nd4n, .framer-O3Nrm .framer-bt8sg2, .framer-O3Nrm .framer-14r6keu, .framer-O3Nrm .framer-1ocpjwn, .framer-O3Nrm .framer-1wzsl17, .framer-O3Nrm .framer-18381ry, .framer-O3Nrm .framer-a82h8c, .framer-O3Nrm .framer-1c7lrhg, .framer-O3Nrm .framer-2l60n1, .framer-O3Nrm .framer-x1n9tl, .framer-O3Nrm .framer-xm7aq0, .framer-O3Nrm .framer-1yy1zqm, .framer-O3Nrm .framer-4mru9i, .framer-O3Nrm .framer-hnig02, .framer-O3Nrm .framer-2088ob, .framer-O3Nrm .framer-lc02q5, .framer-O3Nrm .framer-zb5daa, .framer-O3Nrm .framer-1vpknma, .framer-O3Nrm .framer-1tc7yyh, .framer-O3Nrm .framer-g5v3j, .framer-O3Nrm .framer-1slcbay, .framer-O3Nrm .framer-1vsqrso, .framer-O3Nrm .framer-z5rvql, .framer-O3Nrm .framer-1o981nh, .framer-O3Nrm .framer-bxmudg, .framer-O3Nrm .framer-4fjha4, .framer-O3Nrm .framer-1nlkuom, .framer-O3Nrm .framer-skwwn7, .framer-O3Nrm .framer-ewqvs3, .framer-O3Nrm .framer-9019du, .framer-O3Nrm .framer-21jykm, .framer-O3Nrm .framer-22wo9q, .framer-O3Nrm .framer-rgrs6i, .framer-O3Nrm .framer-928fwc, .framer-O3Nrm .framer-1a2htoj, .framer-O3Nrm .framer-b9yewv, .framer-O3Nrm .framer-1l6loun, .framer-O3Nrm .framer-1d3mmxu, .framer-O3Nrm .framer-kxlmx9, .framer-O3Nrm .framer-1rdj443, .framer-O3Nrm .framer-t1d1gr, .framer-O3Nrm .framer-1dnlouq, .framer-O3Nrm .framer-4iycbh, .framer-O3Nrm .framer-1ljzftu, .framer-O3Nrm .framer-1glinl8, .framer-O3Nrm .framer-6oqzqk, .framer-O3Nrm .framer-1b6b4pf, .framer-O3Nrm .framer-f6yl6l, .framer-O3Nrm .framer-2zmovy, .framer-O3Nrm .framer-1xuz0fd, .framer-O3Nrm .framer-xgisez, .framer-O3Nrm .framer-1qgvt7s, .framer-O3Nrm .framer-i93zxe, .framer-O3Nrm .framer-1rejhqt, .framer-O3Nrm .framer-1nuk1of { gap: 0px; } .framer-O3Nrm.framer-1y9neii > *, .framer-O3Nrm .framer-1qgvt7s > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-O3Nrm.framer-1y9neii > :first-child, .framer-O3Nrm .framer-73pget > :first-child, .framer-O3Nrm .framer-khrwu7 > :first-child, .framer-O3Nrm .framer-wqvxc2 > :first-child, .framer-O3Nrm .framer-1vlgnfi > :first-child, .framer-O3Nrm .framer-oxneky > :first-child, .framer-O3Nrm .framer-1y5se8p > :first-child, .framer-O3Nrm .framer-1v34hfo > :first-child, .framer-O3Nrm .framer-1umgfsw > :first-child, .framer-O3Nrm .framer-1yxa13k > :first-child, .framer-O3Nrm .framer-1nnna4r > :first-child, .framer-O3Nrm .framer-w2qfj1 > :first-child, .framer-O3Nrm .framer-vab1f > :first-child, .framer-O3Nrm .framer-eo5vtd > :first-child, .framer-O3Nrm .framer-12o0y38 > :first-child, .framer-O3Nrm .framer-67fjl9 > :first-child, .framer-O3Nrm .framer-1rewywz > :first-child, .framer-O3Nrm .framer-17dscrh > :first-child, .framer-O3Nrm .framer-9ofjfz > :first-child, .framer-O3Nrm .framer-mkgv54 > :first-child, .framer-O3Nrm .framer-8d7ke8 > :first-child, .framer-O3Nrm .framer-v9ywug > :first-child, .framer-O3Nrm .framer-fvsub4 > :first-child, .framer-O3Nrm .framer-ks5mvw > :first-child, .framer-O3Nrm .framer-14r6keu > :first-child, .framer-O3Nrm .framer-18381ry > :first-child, .framer-O3Nrm .framer-2l60n1 > :first-child, .framer-O3Nrm .framer-1yy1zqm > :first-child, .framer-O3Nrm .framer-4mru9i > :first-child, .framer-O3Nrm .framer-hnig02 > :first-child, .framer-O3Nrm .framer-lc02q5 > :first-child, .framer-O3Nrm .framer-zb5daa > :first-child, .framer-O3Nrm .framer-1vpknma > :first-child, .framer-O3Nrm .framer-1slcbay > :first-child, .framer-O3Nrm .framer-1o981nh > :first-child, .framer-O3Nrm .framer-1nlkuom > :first-child, .framer-O3Nrm .framer-9019du > :first-child, .framer-O3Nrm .framer-21jykm > :first-child, .framer-O3Nrm .framer-22wo9q > :first-child, .framer-O3Nrm .framer-rgrs6i > :first-child, .framer-O3Nrm .framer-1a2htoj > :first-child, .framer-O3Nrm .framer-b9yewv > :first-child, .framer-O3Nrm .framer-1l6loun > :first-child, .framer-O3Nrm .framer-1d3mmxu > :first-child, .framer-O3Nrm .framer-kxlmx9 > :first-child, .framer-O3Nrm .framer-1rdj443 > :first-child, .framer-O3Nrm .framer-1dnlouq > :first-child, .framer-O3Nrm .framer-4iycbh > :first-child, .framer-O3Nrm .framer-1ljzftu > :first-child, .framer-O3Nrm .framer-1glinl8 > :first-child, .framer-O3Nrm .framer-6oqzqk > :first-child, .framer-O3Nrm .framer-2zmovy > :first-child, .framer-O3Nrm .framer-1xuz0fd > :first-child, .framer-O3Nrm .framer-xgisez > :first-child, .framer-O3Nrm .framer-1qgvt7s > :first-child, .framer-O3Nrm .framer-i93zxe > :first-child, .framer-O3Nrm .framer-1rejhqt > :first-child, .framer-O3Nrm .framer-1nuk1of > :first-child { margin-top: 0px; } .framer-O3Nrm.framer-1y9neii > :last-child, .framer-O3Nrm .framer-73pget > :last-child, .framer-O3Nrm .framer-khrwu7 > :last-child, .framer-O3Nrm .framer-wqvxc2 > :last-child, .framer-O3Nrm .framer-1vlgnfi > :last-child, .framer-O3Nrm .framer-oxneky > :last-child, .framer-O3Nrm .framer-1y5se8p > :last-child, .framer-O3Nrm .framer-1v34hfo > :last-child, .framer-O3Nrm .framer-1umgfsw > :last-child, .framer-O3Nrm .framer-1yxa13k > :last-child, .framer-O3Nrm .framer-1nnna4r > :last-child, .framer-O3Nrm .framer-w2qfj1 > :last-child, .framer-O3Nrm .framer-vab1f > :last-child, .framer-O3Nrm .framer-eo5vtd > :last-child, .framer-O3Nrm .framer-12o0y38 > :last-child, .framer-O3Nrm .framer-67fjl9 > :last-child, .framer-O3Nrm .framer-1rewywz > :last-child, .framer-O3Nrm .framer-17dscrh > :last-child, .framer-O3Nrm .framer-9ofjfz > :last-child, .framer-O3Nrm .framer-mkgv54 > :last-child, .framer-O3Nrm .framer-8d7ke8 > :last-child, .framer-O3Nrm .framer-v9ywug > :last-child, .framer-O3Nrm .framer-fvsub4 > :last-child, .framer-O3Nrm .framer-ks5mvw > :last-child, .framer-O3Nrm .framer-14r6keu > :last-child, .framer-O3Nrm .framer-18381ry > :last-child, .framer-O3Nrm .framer-2l60n1 > :last-child, .framer-O3Nrm .framer-1yy1zqm > :last-child, .framer-O3Nrm .framer-4mru9i > :last-child, .framer-O3Nrm .framer-hnig02 > :last-child, .framer-O3Nrm .framer-lc02q5 > :last-child, .framer-O3Nrm .framer-zb5daa > :last-child, .framer-O3Nrm .framer-1vpknma > :last-child, .framer-O3Nrm .framer-1slcbay > :last-child, .framer-O3Nrm .framer-1o981nh > :last-child, .framer-O3Nrm .framer-1nlkuom > :last-child, .framer-O3Nrm .framer-9019du > :last-child, .framer-O3Nrm .framer-21jykm > :last-child, .framer-O3Nrm .framer-22wo9q > :last-child, .framer-O3Nrm .framer-rgrs6i > :last-child, .framer-O3Nrm .framer-1a2htoj > :last-child, .framer-O3Nrm .framer-b9yewv > :last-child, .framer-O3Nrm .framer-1l6loun > :last-child, .framer-O3Nrm .framer-1d3mmxu > :last-child, .framer-O3Nrm .framer-kxlmx9 > :last-child, .framer-O3Nrm .framer-1rdj443 > :last-child, .framer-O3Nrm .framer-1dnlouq > :last-child, .framer-O3Nrm .framer-4iycbh > :last-child, .framer-O3Nrm .framer-1ljzftu > :last-child, .framer-O3Nrm .framer-1glinl8 > :last-child, .framer-O3Nrm .framer-6oqzqk > :last-child, .framer-O3Nrm .framer-2zmovy > :last-child, .framer-O3Nrm .framer-1xuz0fd > :last-child, .framer-O3Nrm .framer-xgisez > :last-child, .framer-O3Nrm .framer-1qgvt7s > :last-child, .framer-O3Nrm .framer-i93zxe > :last-child, .framer-O3Nrm .framer-1rejhqt > :last-child, .framer-O3Nrm .framer-1nuk1of > :last-child { margin-bottom: 0px; } .framer-O3Nrm .framer-73pget > *, .framer-O3Nrm .framer-wqvxc2 > *, .framer-O3Nrm .framer-oxneky > *, .framer-O3Nrm .framer-1y5se8p > *, .framer-O3Nrm .framer-vab1f > *, .framer-O3Nrm .framer-67fjl9 > *, .framer-O3Nrm .framer-1rewywz > *, .framer-O3Nrm .framer-9ofjfz > *, .framer-O3Nrm .framer-mkgv54 > *, .framer-O3Nrm .framer-8d7ke8 > *, .framer-O3Nrm .framer-rgrs6i > *, .framer-O3Nrm .framer-1rdj443 > *, .framer-O3Nrm .framer-6oqzqk > *, .framer-O3Nrm .framer-i93zxe > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-O3Nrm .framer-khrwu7 > * { margin: 0px; margin-bottom: calc(89px / 2); margin-top: calc(89px / 2); } .framer-O3Nrm .framer-1vlgnfi > * { margin: 0px; margin-bottom: calc(46px / 2); margin-top: calc(46px / 2); } .framer-O3Nrm .framer-16czj0e > * { margin: 0px; margin-left: calc(29px / 2); margin-right: calc(29px / 2); } .framer-O3Nrm .framer-16czj0e > :first-child, .framer-O3Nrm .framer-1kn74g4 > :first-child, .framer-O3Nrm .framer-aalu32 > :first-child, .framer-O3Nrm .framer-3cn4k4 > :first-child, .framer-O3Nrm .framer-cghbrn > :first-child, .framer-O3Nrm .framer-jvknep > :first-child, .framer-O3Nrm .framer-92xir8 > :first-child, .framer-O3Nrm .framer-kzpwsl > :first-child, .framer-O3Nrm .framer-14ev9n7 > :first-child, .framer-O3Nrm .framer-t6e6rw > :first-child, .framer-O3Nrm .framer-zfdjfi > :first-child, .framer-O3Nrm .framer-18porik > :first-child, .framer-O3Nrm .framer-5rntcs > :first-child, .framer-O3Nrm .framer-1x9do30 > :first-child, .framer-O3Nrm .framer-easmgd > :first-child, .framer-O3Nrm .framer-1jltcpv > :first-child, .framer-O3Nrm .framer-1ykxjro > :first-child, .framer-O3Nrm .framer-i0nd4n > :first-child, .framer-O3Nrm .framer-bt8sg2 > :first-child, .framer-O3Nrm .framer-1ocpjwn > :first-child, .framer-O3Nrm .framer-1wzsl17 > :first-child, .framer-O3Nrm .framer-a82h8c > :first-child, .framer-O3Nrm .framer-1c7lrhg > :first-child, .framer-O3Nrm .framer-x1n9tl > :first-child, .framer-O3Nrm .framer-xm7aq0 > :first-child, .framer-O3Nrm .framer-2088ob > :first-child, .framer-O3Nrm .framer-1tc7yyh > :first-child, .framer-O3Nrm .framer-g5v3j > :first-child, .framer-O3Nrm .framer-1vsqrso > :first-child, .framer-O3Nrm .framer-z5rvql > :first-child, .framer-O3Nrm .framer-bxmudg > :first-child, .framer-O3Nrm .framer-4fjha4 > :first-child, .framer-O3Nrm .framer-skwwn7 > :first-child, .framer-O3Nrm .framer-ewqvs3 > :first-child, .framer-O3Nrm .framer-928fwc > :first-child, .framer-O3Nrm .framer-t1d1gr > :first-child, .framer-O3Nrm .framer-1b6b4pf > :first-child, .framer-O3Nrm .framer-f6yl6l > :first-child { margin-left: 0px; } .framer-O3Nrm .framer-16czj0e > :last-child, .framer-O3Nrm .framer-1kn74g4 > :last-child, .framer-O3Nrm .framer-aalu32 > :last-child, .framer-O3Nrm .framer-3cn4k4 > :last-child, .framer-O3Nrm .framer-cghbrn > :last-child, .framer-O3Nrm .framer-jvknep > :last-child, .framer-O3Nrm .framer-92xir8 > :last-child, .framer-O3Nrm .framer-kzpwsl > :last-child, .framer-O3Nrm .framer-14ev9n7 > :last-child, .framer-O3Nrm .framer-t6e6rw > :last-child, .framer-O3Nrm .framer-zfdjfi > :last-child, .framer-O3Nrm .framer-18porik > :last-child, .framer-O3Nrm .framer-5rntcs > :last-child, .framer-O3Nrm .framer-1x9do30 > :last-child, .framer-O3Nrm .framer-easmgd > :last-child, .framer-O3Nrm .framer-1jltcpv > :last-child, .framer-O3Nrm .framer-1ykxjro > :last-child, .framer-O3Nrm .framer-i0nd4n > :last-child, .framer-O3Nrm .framer-bt8sg2 > :last-child, .framer-O3Nrm .framer-1ocpjwn > :last-child, .framer-O3Nrm .framer-1wzsl17 > :last-child, .framer-O3Nrm .framer-a82h8c > :last-child, .framer-O3Nrm .framer-1c7lrhg > :last-child, .framer-O3Nrm .framer-x1n9tl > :last-child, .framer-O3Nrm .framer-xm7aq0 > :last-child, .framer-O3Nrm .framer-2088ob > :last-child, .framer-O3Nrm .framer-1tc7yyh > :last-child, .framer-O3Nrm .framer-g5v3j > :last-child, .framer-O3Nrm .framer-1vsqrso > :last-child, .framer-O3Nrm .framer-z5rvql > :last-child, .framer-O3Nrm .framer-bxmudg > :last-child, .framer-O3Nrm .framer-4fjha4 > :last-child, .framer-O3Nrm .framer-skwwn7 > :last-child, .framer-O3Nrm .framer-ewqvs3 > :last-child, .framer-O3Nrm .framer-928fwc > :last-child, .framer-O3Nrm .framer-t1d1gr > :last-child, .framer-O3Nrm .framer-1b6b4pf > :last-child, .framer-O3Nrm .framer-f6yl6l > :last-child { margin-right: 0px; } .framer-O3Nrm .framer-1kn74g4 > *, .framer-O3Nrm .framer-jvknep > *, .framer-O3Nrm .framer-kzpwsl > *, .framer-O3Nrm .framer-t6e6rw > *, .framer-O3Nrm .framer-5rntcs > *, .framer-O3Nrm .framer-1x9do30 > *, .framer-O3Nrm .framer-1ykxjro > *, .framer-O3Nrm .framer-bt8sg2 > *, .framer-O3Nrm .framer-1wzsl17 > *, .framer-O3Nrm .framer-1c7lrhg > *, .framer-O3Nrm .framer-xm7aq0 > *, .framer-O3Nrm .framer-g5v3j > *, .framer-O3Nrm .framer-z5rvql > *, .framer-O3Nrm .framer-4fjha4 > *, .framer-O3Nrm .framer-ewqvs3 > *, .framer-O3Nrm .framer-928fwc > *, .framer-O3Nrm .framer-t1d1gr > *, .framer-O3Nrm .framer-1b6b4pf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-O3Nrm .framer-aalu32 > * { margin: 0px; margin-left: calc(25px / 2); margin-right: calc(25px / 2); } .framer-O3Nrm .framer-3cn4k4 > *, .framer-O3Nrm .framer-zfdjfi > *, .framer-O3Nrm .framer-18porik > * { margin: 0px; margin-left: calc(90px / 2); margin-right: calc(90px / 2); } .framer-O3Nrm .framer-1v34hfo > *, .framer-O3Nrm .framer-eo5vtd > *, .framer-O3Nrm .framer-17dscrh > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-O3Nrm .framer-1umgfsw > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-O3Nrm .framer-cghbrn > *, .framer-O3Nrm .framer-92xir8 > *, .framer-O3Nrm .framer-14ev9n7 > *, .framer-O3Nrm .framer-1jltcpv > *, .framer-O3Nrm .framer-i0nd4n > *, .framer-O3Nrm .framer-1ocpjwn > *, .framer-O3Nrm .framer-a82h8c > *, .framer-O3Nrm .framer-x1n9tl > *, .framer-O3Nrm .framer-2088ob > *, .framer-O3Nrm .framer-1tc7yyh > *, .framer-O3Nrm .framer-1vsqrso > *, .framer-O3Nrm .framer-bxmudg > *, .framer-O3Nrm .framer-skwwn7 > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-O3Nrm .framer-1yxa13k > *, .framer-O3Nrm .framer-1nnna4r > *, .framer-O3Nrm .framer-w2qfj1 > *, .framer-O3Nrm .framer-ks5mvw > *, .framer-O3Nrm .framer-14r6keu > *, .framer-O3Nrm .framer-18381ry > *, .framer-O3Nrm .framer-2l60n1 > *, .framer-O3Nrm .framer-1yy1zqm > *, .framer-O3Nrm .framer-1slcbay > *, .framer-O3Nrm .framer-1o981nh > *, .framer-O3Nrm .framer-1nlkuom > *, .framer-O3Nrm .framer-9019du > *, .framer-O3Nrm .framer-b9yewv > *, .framer-O3Nrm .framer-1l6loun > *, .framer-O3Nrm .framer-1d3mmxu > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-O3Nrm .framer-12o0y38 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-O3Nrm .framer-easmgd > * { margin: 0px; margin-left: calc(70px / 2); margin-right: calc(70px / 2); } .framer-O3Nrm .framer-v9ywug > *, .framer-O3Nrm .framer-4mru9i > *, .framer-O3Nrm .framer-zb5daa > * { margin: 0px; margin-bottom: calc(17px / 2); margin-top: calc(17px / 2); } .framer-O3Nrm .framer-fvsub4 > *, .framer-O3Nrm .framer-hnig02 > *, .framer-O3Nrm .framer-1vpknma > *, .framer-O3Nrm .framer-1dnlouq > *, .framer-O3Nrm .framer-4iycbh > *, .framer-O3Nrm .framer-1ljzftu > *, .framer-O3Nrm .framer-2zmovy > *, .framer-O3Nrm .framer-1xuz0fd > *, .framer-O3Nrm .framer-xgisez > *, .framer-O3Nrm .framer-1nuk1of > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-O3Nrm .framer-lc02q5 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-O3Nrm .framer-21jykm > * { margin: 0px; margin-bottom: calc(34px / 2); margin-top: calc(34px / 2); } .framer-O3Nrm .framer-22wo9q > *, .framer-O3Nrm .framer-kxlmx9 > *, .framer-O3Nrm .framer-1glinl8 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-O3Nrm .framer-1a2htoj > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-O3Nrm .framer-f6yl6l > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-O3Nrm .framer-1rejhqt > * { margin: 0px; margin-bottom: calc(61px / 2); margin-top: calc(61px / 2); } }\",'.framer-O3Nrm[data-border=\"true\"]::after, .framer-O3Nrm [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-O3Nrm.framer-1y9neii { width: 810px; } .framer-O3Nrm .framer-73pget { padding: 20px 36px 0px 36px; width: 100%; } .framer-O3Nrm .framer-khrwu7 { gap: 30px; } .framer-O3Nrm .framer-1vlgnfi { gap: 25px; } .framer-O3Nrm .framer-16czj0e { align-content: flex-start; align-items: flex-start; flex-wrap: nowrap; gap: 0px; } .framer-O3Nrm .framer-1kn74g4 { align-content: flex-start; align-items: flex-start; flex-direction: column; padding: 0px 10px 0px 0px; } .framer-O3Nrm .framer-aalu32 { flex: 1 0 0px; width: 1px; } .framer-O3Nrm .framer-16brx8i { height: var(--framer-aspect-ratio-supported, 20px); width: 184px; } .framer-O3Nrm .framer-kzq8h8 { height: var(--framer-aspect-ratio-supported, 16px); width: 120px; } .framer-O3Nrm .framer-nujzx3 { height: var(--framer-aspect-ratio-supported, 22px); width: 77px; } .framer-O3Nrm .framer-ivlso6 { height: var(--framer-aspect-ratio-supported, 26px); width: 100px; } .framer-O3Nrm .framer-oxneky { padding: 80px 36px 40px 36px; width: 100%; } .framer-O3Nrm .framer-3cn4k4 { flex-direction: column; gap: 40px; } .framer-O3Nrm .framer-1y5se8p { flex: none; order: 1; width: 100%; } .framer-O3Nrm .framer-1v34hfo, .framer-O3Nrm .framer-eo5vtd, .framer-O3Nrm .framer-17dscrh { flex: none; gap: 25px; order: 0; width: 100%; } .framer-O3Nrm .framer-vab1f { overflow: hidden; padding: 40px 36px 40px 36px; width: 100%; } .framer-O3Nrm .framer-zfdjfi { flex-direction: column; gap: 60px; } .framer-O3Nrm .framer-12o0y38 { flex: none; gap: 40px; height: 359px; order: 1; width: 100%; } .framer-O3Nrm .framer-67fjl9 { overflow: hidden; padding: 60px 36px 30px 36px; width: 100%; } .framer-O3Nrm .framer-18porik { flex-direction: column; gap: 50px; } .framer-O3Nrm .framer-1rewywz { flex: none; height: 359px; order: 1; width: 100%; } .framer-O3Nrm .framer-g64p5j { aspect-ratio: 1.0042735042735043 / 1; height: var(--framer-aspect-ratio-supported, 349px); width: 350px; } .framer-O3Nrm .framer-9ofjfz { padding: 80px 36px 80px 36px; width: 100%; } .framer-O3Nrm .framer-mkgv54 { padding: 40px; } .framer-O3Nrm .framer-8d7ke8 { padding: 0px 0px 25px 0px; } .framer-O3Nrm .framer-easmgd { gap: 40px; } .framer-O3Nrm .framer-fvsub4, .framer-O3Nrm .framer-1vpknma { padding: 10px 0px 0px 0px; } .framer-O3Nrm .framer-hnig02 { padding: 8px 0px 0px 0px; } .framer-O3Nrm .framer-21jykm { padding: 20px 0px 0px 0px; } .framer-O3Nrm .framer-5erzai { width: var(--framer-aspect-ratio-supported, 439px); } .framer-O3Nrm .framer-1qgvt7s { overflow: hidden; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-O3Nrm .framer-khrwu7, .framer-O3Nrm .framer-1vlgnfi, .framer-O3Nrm .framer-16czj0e, .framer-O3Nrm .framer-1kn74g4, .framer-O3Nrm .framer-3cn4k4, .framer-O3Nrm .framer-1v34hfo, .framer-O3Nrm .framer-zfdjfi, .framer-O3Nrm .framer-eo5vtd, .framer-O3Nrm .framer-12o0y38, .framer-O3Nrm .framer-18porik, .framer-O3Nrm .framer-17dscrh, .framer-O3Nrm .framer-easmgd { gap: 0px; } .framer-O3Nrm .framer-khrwu7 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-O3Nrm .framer-khrwu7 > :first-child, .framer-O3Nrm .framer-1vlgnfi > :first-child, .framer-O3Nrm .framer-1kn74g4 > :first-child, .framer-O3Nrm .framer-3cn4k4 > :first-child, .framer-O3Nrm .framer-1v34hfo > :first-child, .framer-O3Nrm .framer-zfdjfi > :first-child, .framer-O3Nrm .framer-eo5vtd > :first-child, .framer-O3Nrm .framer-12o0y38 > :first-child, .framer-O3Nrm .framer-18porik > :first-child, .framer-O3Nrm .framer-17dscrh > :first-child { margin-top: 0px; } .framer-O3Nrm .framer-khrwu7 > :last-child, .framer-O3Nrm .framer-1vlgnfi > :last-child, .framer-O3Nrm .framer-1kn74g4 > :last-child, .framer-O3Nrm .framer-3cn4k4 > :last-child, .framer-O3Nrm .framer-1v34hfo > :last-child, .framer-O3Nrm .framer-zfdjfi > :last-child, .framer-O3Nrm .framer-eo5vtd > :last-child, .framer-O3Nrm .framer-12o0y38 > :last-child, .framer-O3Nrm .framer-18porik > :last-child, .framer-O3Nrm .framer-17dscrh > :last-child { margin-bottom: 0px; } .framer-O3Nrm .framer-1vlgnfi > *, .framer-O3Nrm .framer-1v34hfo > *, .framer-O3Nrm .framer-eo5vtd > *, .framer-O3Nrm .framer-17dscrh > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-O3Nrm .framer-16czj0e > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-O3Nrm .framer-16czj0e > :first-child, .framer-O3Nrm .framer-easmgd > :first-child { margin-left: 0px; } .framer-O3Nrm .framer-16czj0e > :last-child, .framer-O3Nrm .framer-easmgd > :last-child { margin-right: 0px; } .framer-O3Nrm .framer-1kn74g4 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-O3Nrm .framer-3cn4k4 > *, .framer-O3Nrm .framer-12o0y38 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-O3Nrm .framer-zfdjfi > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-O3Nrm .framer-18porik > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-O3Nrm .framer-easmgd > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }}\",\"@media (max-width: 809px) { .framer-O3Nrm.framer-1y9neii { width: 390px; } .framer-O3Nrm .framer-73pget { padding: 20px 15px 0px 15px; width: 100%; } .framer-O3Nrm .framer-khrwu7 { gap: 40px; padding: 40px; } .framer-O3Nrm .framer-wqvxc2 { align-content: center; align-items: center; } .framer-O3Nrm .framer-1vlgnfi { align-content: center; align-items: center; gap: 30px; width: 100%; } .framer-O3Nrm .framer-1bkffua { order: 0; } .framer-O3Nrm .framer-nyfkx7, .framer-O3Nrm .framer-1bsdnmi-container { order: 1; } .framer-O3Nrm .framer-182xt6a-container { order: 2; z-index: 10; } .framer-O3Nrm .framer-16czj0e { flex-direction: column; flex-wrap: nowrap; gap: 20px; } .framer-O3Nrm .framer-1kn74g4 { --border-right-width: 0px; align-content: flex-start; align-items: flex-start; flex-direction: column; padding: 0px; } .framer-O3Nrm .framer-aalu32 { flex-direction: column; gap: 15px; height: min-content; width: 100%; } .framer-O3Nrm .framer-16brx8i { height: var(--framer-aspect-ratio-supported, 20px); width: 184px; } .framer-O3Nrm .framer-kzq8h8 { height: var(--framer-aspect-ratio-supported, 16px); width: 120px; } .framer-O3Nrm .framer-nujzx3 { height: var(--framer-aspect-ratio-supported, 22px); width: 77px; } .framer-O3Nrm .framer-ivlso6 { height: var(--framer-aspect-ratio-supported, 26px); width: 100px; } .framer-O3Nrm .framer-oxneky { padding: 60px 15px 30px 15px; width: 100%; } .framer-O3Nrm .framer-3cn4k4, .framer-O3Nrm .framer-zfdjfi, .framer-O3Nrm .framer-18porik { flex-direction: column; gap: 40px; } .framer-O3Nrm .framer-1y5se8p { flex: none; gap: 20px; height: min-content; order: 1; width: 100%; } .framer-O3Nrm .framer-p3ab8e { flex: none; height: 138px; } .framer-O3Nrm .framer-1v34hfo, .framer-O3Nrm .framer-eo5vtd, .framer-O3Nrm .framer-17dscrh { flex: none; gap: 20px; order: 0; width: 100%; } .framer-O3Nrm .framer-vab1f { overflow: hidden; padding: 30px 15px 30px 15px; width: 100%; } .framer-O3Nrm .framer-12o0y38, .framer-O3Nrm .framer-1rewywz { flex: none; gap: 20px; order: 1; width: 100%; } .framer-O3Nrm .framer-67fjl9 { overflow: hidden; padding: 60px 15px 30px 15px; width: 100%; } .framer-O3Nrm .framer-g64p5j { aspect-ratio: 1.0042735042735043 / 1; height: var(--framer-aspect-ratio-supported, 339px); width: 340px; } .framer-O3Nrm .framer-9ofjfz { padding: 80px 15px 80px 15px; width: 100%; } .framer-O3Nrm .framer-mkgv54 { padding: 25px; } .framer-O3Nrm .framer-1x9do30 { flex-direction: column; } .framer-O3Nrm .framer-easmgd { flex: none; flex-direction: column; gap: 40px; width: 100%; } .framer-O3Nrm .framer-v9ywug, .framer-O3Nrm .framer-4mru9i, .framer-O3Nrm .framer-zb5daa { flex: none; width: 100%; } .framer-O3Nrm .framer-fvsub4, .framer-O3Nrm .framer-lc02q5 { gap: 15px; } .framer-O3Nrm .framer-hnig02 { padding: 10px 0px 0px 0px; } .framer-O3Nrm .framer-1vpknma { gap: 15px; padding: 10px 0px 0px 0px; } .framer-O3Nrm .framer-1qgvt7s { overflow: hidden; } .framer-O3Nrm .framer-i93zxe { order: 0; padding: 80px 15px 80px 15px; } .framer-O3Nrm .framer-1rejhqt, .framer-O3Nrm .framer-1nuk1of, .framer-O3Nrm .framer-1vk5st2, .framer-O3Nrm .framer-xn6szd { width: 100%; } .framer-O3Nrm .framer-emtt6b-container { z-index: 10; } .framer-O3Nrm .framer-1v573kd-container { order: 3; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-O3Nrm .framer-khrwu7, .framer-O3Nrm .framer-1vlgnfi, .framer-O3Nrm .framer-16czj0e, .framer-O3Nrm .framer-1kn74g4, .framer-O3Nrm .framer-aalu32, .framer-O3Nrm .framer-3cn4k4, .framer-O3Nrm .framer-1y5se8p, .framer-O3Nrm .framer-1v34hfo, .framer-O3Nrm .framer-zfdjfi, .framer-O3Nrm .framer-eo5vtd, .framer-O3Nrm .framer-12o0y38, .framer-O3Nrm .framer-18porik, .framer-O3Nrm .framer-1rewywz, .framer-O3Nrm .framer-17dscrh, .framer-O3Nrm .framer-1x9do30, .framer-O3Nrm .framer-easmgd, .framer-O3Nrm .framer-fvsub4, .framer-O3Nrm .framer-lc02q5, .framer-O3Nrm .framer-1vpknma { gap: 0px; } .framer-O3Nrm .framer-khrwu7 > *, .framer-O3Nrm .framer-3cn4k4 > *, .framer-O3Nrm .framer-zfdjfi > *, .framer-O3Nrm .framer-18porik > *, .framer-O3Nrm .framer-easmgd > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-O3Nrm .framer-khrwu7 > :first-child, .framer-O3Nrm .framer-1vlgnfi > :first-child, .framer-O3Nrm .framer-16czj0e > :first-child, .framer-O3Nrm .framer-1kn74g4 > :first-child, .framer-O3Nrm .framer-aalu32 > :first-child, .framer-O3Nrm .framer-3cn4k4 > :first-child, .framer-O3Nrm .framer-1y5se8p > :first-child, .framer-O3Nrm .framer-1v34hfo > :first-child, .framer-O3Nrm .framer-zfdjfi > :first-child, .framer-O3Nrm .framer-eo5vtd > :first-child, .framer-O3Nrm .framer-12o0y38 > :first-child, .framer-O3Nrm .framer-18porik > :first-child, .framer-O3Nrm .framer-1rewywz > :first-child, .framer-O3Nrm .framer-17dscrh > :first-child, .framer-O3Nrm .framer-1x9do30 > :first-child, .framer-O3Nrm .framer-easmgd > :first-child, .framer-O3Nrm .framer-fvsub4 > :first-child, .framer-O3Nrm .framer-lc02q5 > :first-child, .framer-O3Nrm .framer-1vpknma > :first-child { margin-top: 0px; } .framer-O3Nrm .framer-khrwu7 > :last-child, .framer-O3Nrm .framer-1vlgnfi > :last-child, .framer-O3Nrm .framer-16czj0e > :last-child, .framer-O3Nrm .framer-1kn74g4 > :last-child, .framer-O3Nrm .framer-aalu32 > :last-child, .framer-O3Nrm .framer-3cn4k4 > :last-child, .framer-O3Nrm .framer-1y5se8p > :last-child, .framer-O3Nrm .framer-1v34hfo > :last-child, .framer-O3Nrm .framer-zfdjfi > :last-child, .framer-O3Nrm .framer-eo5vtd > :last-child, .framer-O3Nrm .framer-12o0y38 > :last-child, .framer-O3Nrm .framer-18porik > :last-child, .framer-O3Nrm .framer-1rewywz > :last-child, .framer-O3Nrm .framer-17dscrh > :last-child, .framer-O3Nrm .framer-1x9do30 > :last-child, .framer-O3Nrm .framer-easmgd > :last-child, .framer-O3Nrm .framer-fvsub4 > :last-child, .framer-O3Nrm .framer-lc02q5 > :last-child, .framer-O3Nrm .framer-1vpknma > :last-child { margin-bottom: 0px; } .framer-O3Nrm .framer-1vlgnfi > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-O3Nrm .framer-16czj0e > *, .framer-O3Nrm .framer-1y5se8p > *, .framer-O3Nrm .framer-1v34hfo > *, .framer-O3Nrm .framer-eo5vtd > *, .framer-O3Nrm .framer-12o0y38 > *, .framer-O3Nrm .framer-1rewywz > *, .framer-O3Nrm .framer-17dscrh > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-O3Nrm .framer-1kn74g4 > *, .framer-O3Nrm .framer-1x9do30 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-O3Nrm .framer-aalu32 > *, .framer-O3Nrm .framer-fvsub4 > *, .framer-O3Nrm .framer-lc02q5 > *, .framer-O3Nrm .framer-1vpknma > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5640.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"OF3mCqUVP\":{\"layout\":[\"fixed\",\"auto\"]},\"qoJsTaoAV\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerResponsiveScreen\n */const FramerL3OVky2fA=withCSS(Component,css,\"framer-O3Nrm\");export default FramerL3OVky2fA;FramerL3OVky2fA.displayName=\"Page\";FramerL3OVky2fA.defaultProps={height:5640.5,width:1200};addFonts(FramerL3OVky2fA,[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwARZthS2f3ZGMZpg.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:\"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:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAfJthS2f3ZGMZpg.woff2\",weight:\"600\"},{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\"}]},...Navigation2Fonts,...NewButtonFonts,...ContactUsFormFonts,...FooterFonts,...CookieBannerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerL3OVky2fA\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicHeight\":\"5640.5\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OF3mCqUVP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qoJsTaoAV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"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", "Navigation2Fonts", "getFonts", "QlAzXSW3D_default", "RichTextWithFX", "withFX", "RichText2", "NewButtonFonts", "pRIyj9KP_default", "ContainerWithFX", "Container", "MotionDivWithFX", "motion", "ImageWithFX", "Image2", "ContactUsFormFonts", "ContactUsForm_default", "FooterFonts", "d9K6jQJ5G_default", "CookieBannerFonts", "CookieBanner", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "transition2", "transition3", "transition4", "transition5", "animation1", "transition6", "animation2", "animation3", "transition7", "animation4", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "elementId", "useRouteElementId", "ref2", "router", "useRouter", "usePreloadLocalizedValues", "elementId1", "ref3", "elementId2", "ref4", "isDisplayed", "isDisplayed1", "isDisplayed2", "elementId3", "ref5", "isDisplayed3", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "PropertyOverrides2", "ComponentViewportProvider", "getLoadingLazyAtYPosition", "x", "ResolveLinks", "resolvedLinks", "SVG", "resolvedLinks1", "getLocalizedValue", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "css", "FramerL3OVky2fA", "withCSS", "L3OVky2fA_default", "addFonts", "__FramerMetadata__"]
}
