{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/gKGdCHGt1Fcwgj3qXqxm/1sIcS3tgwCG3b2lvnb4V/kOmV5HZlL.js", "ssg:https://framerusercontent.com/modules/4RUIgCDeinTdZULcl6oo/zJB4QRPY0uhaJbiWnvkK/kOmV5HZlL.js"],
  "sourcesContent": ["// Generated by Framer (ddd30d5)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={jkQKPnGqy:new LazyValue(()=>import(\"./kOmV5HZlL-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\":{\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ddd30d5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,PropertyOverrides,ResolveLinks,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouter,withCSS,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import PrimaryButton from\"#framer/local/canvasComponent/BjS9usGHS/BjS9usGHS.js\";import Navbar from\"#framer/local/canvasComponent/iyYOkokpi/iyYOkokpi.js\";import Footer from\"#framer/local/canvasComponent/NRUWp3aCo/NRUWp3aCo.js\";import*as sharedStyle2 from\"#framer/local/css/bshAVwZPg/bshAVwZPg.js\";import*as sharedStyle from\"#framer/local/css/eLnqWn3SI/eLnqWn3SI.js\";import*as sharedStyle1 from\"#framer/local/css/nTBBp3IHU/nTBBp3IHU.js\";import*as sharedStyle4 from\"#framer/local/css/p8IWXZx51/p8IWXZx51.js\";import*as sharedStyle3 from\"#framer/local/css/RkYAkrE6f/RkYAkrE6f.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/kOmV5HZlL/kOmV5HZlL.js\";import metadataProvider from\"#framer/local/webPageMetadata/kOmV5HZlL/kOmV5HZlL.js\";const NavbarFonts=getFonts(Navbar);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const PrimaryButtonFonts=getFonts(PrimaryButton);const FooterFonts=getFonts(Footer);const breakpoints={h3HsdgjJN:\"(min-width: 810px) and (max-width: 1299px)\",o2K84a_UN:\"(max-width: 809px)\",UOrPAOAWX:\"(min-width: 1300px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-aAk7G\";const variantClassNames={h3HsdgjJN:\"framer-v-joe7rc\",o2K84a_UN:\"framer-v-zfrxk1\",UOrPAOAWX:\"framer-v-16z2e36\"};const transition1={damping:40,delay:.6,mass:1,stiffness:150,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:24};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.02,skewX:0,skewY:0,transition:transition2};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.97,skewX:0,skewY:0,transition:transition2};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"UOrPAOAWX\",Phone:\"o2K84a_UN\",Tablet:\"h3HsdgjJN\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"UOrPAOAWX\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-aAk7G`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-aAk7G`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);usePreloadLocalizedValues(activeLocale);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];useCustomCursors({});var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6,_getLocalizedValue7,_getLocalizedValue8,_getLocalizedValue9,_getLocalizedValue10,_getLocalizedValue11,_getLocalizedValue12,_getLocalizedValue13,_getLocalizedValue14,_getLocalizedValue15,_getLocalizedValue16;return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"UOrPAOAWX\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-16z2e36\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h3HsdgjJN:{width:\"810px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o2K84a_UN:{layoutScroll:true}},children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uvegrm-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h3HsdgjJN:{variant:\"BzJH82JTj\"},o2K84a_UN:{variant:\"AxY2Tbe6Z\"}},children:/*#__PURE__*/_jsx(Navbar,{height:\"100%\",id:\"KhB7679ig\",layoutId:\"KhB7679ig\",style:{width:\"100%\"},variant:\"tPGcKzQG2\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p7eyx2\",\"data-framer-name\":\"Hero Section\",name:\"Hero Section\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1t8lu7r\",\"data-framer-appear-id\":\"1t8lu7r\",initial:animation1,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{o2K84a_UN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1xtntcs\",\"data-styles-preset\":\"nTBBp3IHU\",children:\"Privacy Policy\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-13pjvst\",\"data-styles-preset\":\"eLnqWn3SI\",children:\"Privacy Policy\"})}),className:\"framer-1cubtxh\",\"data-framer-name\":\"Revolutionizing retail with a modernized point of sale customer experience\",fonts:[\"Inter\"],name:\"Revolutionizing retail with a modernized point of sale customer experience\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12lgv7u\",\"data-framer-name\":\"Timeline\",name:\"Timeline\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1m8v0l6\",\"data-styles-preset\":\"bshAVwZPg\",children:\"Last update\"})}),className:\"framer-89scb8\",\"data-framer-name\":\"timeline\",fonts:[\"Inter\"],name:\"timeline\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1fq2utu\",\"data-styles-preset\":\"RkYAkrE6f\",style:{\"--framer-text-alignment\":\"right\"},children:\"22.05.2024\"})}),className:\"framer-1hypk6t\",\"data-framer-name\":\"May 2021 \u2013 Jun 2022\",fonts:[\"Inter\"],name:\"May 2021 \u2013 Jun 2022\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18l9osg\",\"data-framer-name\":\"About Section\",name:\"About Section\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-m864ob\",\"data-framer-appear-id\":\"m864ob\",\"data-framer-name\":\"01\",initial:animation1,name:\"01\",optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1m8v0l6\",\"data-styles-preset\":\"bshAVwZPg\",children:\"1. Introduction\"})}),className:\"framer-1slyhdb\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dgrt8z\",\"data-framer-name\":\"Body and Context Copy\",name:\"Body and Context Copy\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue2=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-18l7jg8\",\"data-styles-preset\":\"p8IWXZx51\",children:\"Welcome to leomoschen.com. Your privacy is important to me. This Privacy Policy describes how I collect, use and protect your personal information.\"})}),className:\"framer-n53t78\",\"data-framer-name\":\"Crosby, a trailblazing commerce company, is revolutionizing the way businesses manage transactions and engage with their customers. With a strong focus on simplicity and reliability, Crosby offers a suite of cutting-edge payment solutions tailored to meet the diverse needs of modern businesses. By combining the expertise of professionals from both the technology and finance sectors, Crosby has crafted a powerful suite of tools that not only streamline payment processes but also enhance customer experiences, ensuring businesses can thrive in the competitive world of commerce.\",fonts:[\"Inter\"],name:\"Crosby, a trailblazing commerce company, is revolutionizing the way businesses manage transactions and engage with their customers. With a strong focus on simplicity and reliability, Crosby offers a suite of cutting-edge payment solutions tailored to meet the diverse needs of modern businesses. By combining the expertise of professionals from both the technology and finance sectors, Crosby has crafted a powerful suite of tools that not only streamline payment processes but also enhance customer experiences, ensuring businesses can thrive in the competitive world of commerce.\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1pba32f\",\"data-framer-appear-id\":\"1pba32f\",\"data-framer-name\":\"02\",initial:animation1,name:\"02\",optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue3=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1m8v0l6\",\"data-styles-preset\":\"bshAVwZPg\",children:\"2. Information I collect\"})}),className:\"framer-mgqak\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-eplk4j\",\"data-framer-name\":\"Body and Context Copy\",name:\"Body and Context Copy\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue4=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-18l7jg8\",\"data-styles-preset\":\"p8IWXZx51\",children:\"Basically I do not collect information, I have no trackers on the site or third-party cookies: it is a personal site and its purpose is to make people understand who I am. The only information I retain is my name and email once I am contacted via email for any reason.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-18l7jg8\",\"data-styles-preset\":\"p8IWXZx51\",children:\"In summary, the information taken into consideration is:\"}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-18l7jg8\",\"data-styles-preset\":\"p8IWXZx51\",children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"First name\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Email address\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Phone number (if you contact me by phone)\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Any other information you choose to provide\"})})]})]}),className:\"framer-y1m48u\",\"data-framer-name\":\"Crosby, a trailblazing commerce company, is revolutionizing the way businesses manage transactions and engage with their customers. With a strong focus on simplicity and reliability, Crosby offers a suite of cutting-edge payment solutions tailored to meet the diverse needs of modern businesses. By combining the expertise of professionals from both the technology and finance sectors, Crosby has crafted a powerful suite of tools that not only streamline payment processes but also enhance customer experiences, ensuring businesses can thrive in the competitive world of commerce.\",fonts:[\"Inter\"],name:\"Crosby, a trailblazing commerce company, is revolutionizing the way businesses manage transactions and engage with their customers. With a strong focus on simplicity and reliability, Crosby offers a suite of cutting-edge payment solutions tailored to meet the diverse needs of modern businesses. By combining the expertise of professionals from both the technology and finance sectors, Crosby has crafted a powerful suite of tools that not only streamline payment processes but also enhance customer experiences, ensuring businesses can thrive in the competitive world of commerce.\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-8kqlkt\",\"data-framer-appear-id\":\"8kqlkt\",\"data-framer-name\":\"02\",initial:animation1,name:\"02\",optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue5=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1m8v0l6\",\"data-styles-preset\":\"bshAVwZPg\",children:\"3. Use of Information\"})}),className:\"framer-12hanpy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1l4m8ij\",\"data-framer-name\":\"Body and Context Copy\",name:\"Body and Context Copy\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue6=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-18l7jg8\",\"data-styles-preset\":\"p8IWXZx51\",children:\"I use the information collected for a few purposes actually:  \"}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-18l7jg8\",\"data-styles-preset\":\"p8IWXZx51\",children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"To provide you with the requested services \"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"To contact you and respond to your requests \"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"To improve my site and the services I offer\"})})]})]}),className:\"framer-1wbmy3t\",\"data-framer-name\":\"Crosby, a trailblazing commerce company, is revolutionizing the way businesses manage transactions and engage with their customers. With a strong focus on simplicity and reliability, Crosby offers a suite of cutting-edge payment solutions tailored to meet the diverse needs of modern businesses. By combining the expertise of professionals from both the technology and finance sectors, Crosby has crafted a powerful suite of tools that not only streamline payment processes but also enhance customer experiences, ensuring businesses can thrive in the competitive world of commerce.\",fonts:[\"Inter\"],name:\"Crosby, a trailblazing commerce company, is revolutionizing the way businesses manage transactions and engage with their customers. With a strong focus on simplicity and reliability, Crosby offers a suite of cutting-edge payment solutions tailored to meet the diverse needs of modern businesses. By combining the expertise of professionals from both the technology and finance sectors, Crosby has crafted a powerful suite of tools that not only streamline payment processes but also enhance customer experiences, ensuring businesses can thrive in the competitive world of commerce.\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1csvahp\",\"data-framer-appear-id\":\"1csvahp\",\"data-framer-name\":\"02\",initial:animation1,name:\"02\",optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue7=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue7!==void 0?_getLocalizedValue7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1m8v0l6\",\"data-styles-preset\":\"bshAVwZPg\",children:\"4. Sharing of Information\"})}),className:\"framer-1rjmc9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uy9rft\",\"data-framer-name\":\"Body and Context Copy\",name:\"Body and Context Copy\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue8=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue8!==void 0?_getLocalizedValue8:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-18l7jg8\",\"data-styles-preset\":\"p8IWXZx51\",children:\"I do not share your personal information with third parties, except in the following cases:  \"}),/*#__PURE__*/_jsx(\"ul\",{className:\"framer-styles-preset-18l7jg8\",\"data-styles-preset\":\"p8IWXZx51\",children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"With your explicit consent\"})})})]}),className:\"framer-1rqw1w\",\"data-framer-name\":\"Crosby, a trailblazing commerce company, is revolutionizing the way businesses manage transactions and engage with their customers. With a strong focus on simplicity and reliability, Crosby offers a suite of cutting-edge payment solutions tailored to meet the diverse needs of modern businesses. By combining the expertise of professionals from both the technology and finance sectors, Crosby has crafted a powerful suite of tools that not only streamline payment processes but also enhance customer experiences, ensuring businesses can thrive in the competitive world of commerce.\",fonts:[\"Inter\"],name:\"Crosby, a trailblazing commerce company, is revolutionizing the way businesses manage transactions and engage with their customers. With a strong focus on simplicity and reliability, Crosby offers a suite of cutting-edge payment solutions tailored to meet the diverse needs of modern businesses. By combining the expertise of professionals from both the technology and finance sectors, Crosby has crafted a powerful suite of tools that not only streamline payment processes but also enhance customer experiences, ensuring businesses can thrive in the competitive world of commerce.\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-uphfu1\",\"data-framer-appear-id\":\"uphfu1\",\"data-framer-name\":\"02\",initial:animation1,name:\"02\",optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue9=getLocalizedValue(\"v9\",activeLocale))!==null&&_getLocalizedValue9!==void 0?_getLocalizedValue9:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1m8v0l6\",\"data-styles-preset\":\"bshAVwZPg\",children:\"5. Link to Third Party Sites\"})}),className:\"framer-1yntgwr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1flhqit\",\"data-framer-name\":\"Body and Context Copy\",name:\"Body and Context Copy\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue10=getLocalizedValue(\"v10\",activeLocale))!==null&&_getLocalizedValue10!==void 0?_getLocalizedValue10:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-18l7jg8\",\"data-styles-preset\":\"p8IWXZx51\",children:\"The site may contain links to third-party sites, such as WhatsApp, Behance, Medium, LinkedIn and Instagram. I am not responsible for the content or privacy practices of these sites. I recommend you read their privacy policy.\"})}),className:\"framer-1lciwqj\",\"data-framer-name\":\"Crosby, a trailblazing commerce company, is revolutionizing the way businesses manage transactions and engage with their customers. With a strong focus on simplicity and reliability, Crosby offers a suite of cutting-edge payment solutions tailored to meet the diverse needs of modern businesses. By combining the expertise of professionals from both the technology and finance sectors, Crosby has crafted a powerful suite of tools that not only streamline payment processes but also enhance customer experiences, ensuring businesses can thrive in the competitive world of commerce.\",fonts:[\"Inter\"],name:\"Crosby, a trailblazing commerce company, is revolutionizing the way businesses manage transactions and engage with their customers. With a strong focus on simplicity and reliability, Crosby offers a suite of cutting-edge payment solutions tailored to meet the diverse needs of modern businesses. By combining the expertise of professionals from both the technology and finance sectors, Crosby has crafted a powerful suite of tools that not only streamline payment processes but also enhance customer experiences, ensuring businesses can thrive in the competitive world of commerce.\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-cuu6db\",\"data-framer-appear-id\":\"cuu6db\",\"data-framer-name\":\"02\",initial:animation1,name:\"02\",optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue11=getLocalizedValue(\"v11\",activeLocale))!==null&&_getLocalizedValue11!==void 0?_getLocalizedValue11:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1m8v0l6\",\"data-styles-preset\":\"bshAVwZPg\",children:\"6. Data security\"})}),className:\"framer-1rpy76b\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17ofpe3\",\"data-framer-name\":\"Body and Context Copy\",name:\"Body and Context Copy\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue12=getLocalizedValue(\"v12\",activeLocale))!==null&&_getLocalizedValue12!==void 0?_getLocalizedValue12:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-18l7jg8\",\"data-styles-preset\":\"p8IWXZx51\",children:\"The security of your information is important to me, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure. I use commercially acceptable measures to protect your personal information, but I cannot guarantee its absolute security (even if in the end we are talking about your email at most, I am not a bad broker, it just remains with me).\"})}),className:\"framer-1aivrhy\",\"data-framer-name\":\"Crosby, a trailblazing commerce company, is revolutionizing the way businesses manage transactions and engage with their customers. With a strong focus on simplicity and reliability, Crosby offers a suite of cutting-edge payment solutions tailored to meet the diverse needs of modern businesses. By combining the expertise of professionals from both the technology and finance sectors, Crosby has crafted a powerful suite of tools that not only streamline payment processes but also enhance customer experiences, ensuring businesses can thrive in the competitive world of commerce.\",fonts:[\"Inter\"],name:\"Crosby, a trailblazing commerce company, is revolutionizing the way businesses manage transactions and engage with their customers. With a strong focus on simplicity and reliability, Crosby offers a suite of cutting-edge payment solutions tailored to meet the diverse needs of modern businesses. By combining the expertise of professionals from both the technology and finance sectors, Crosby has crafted a powerful suite of tools that not only streamline payment processes but also enhance customer experiences, ensuring businesses can thrive in the competitive world of commerce.\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-c7qbky\",\"data-framer-appear-id\":\"c7qbky\",\"data-framer-name\":\"02\",initial:animation1,name:\"02\",optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue13=getLocalizedValue(\"v13\",activeLocale))!==null&&_getLocalizedValue13!==void 0?_getLocalizedValue13:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1m8v0l6\",\"data-styles-preset\":\"bshAVwZPg\",children:\"7. Changes to this Privacy Policy\"})}),className:\"framer-yxsdk0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14d0d0x\",\"data-framer-name\":\"Body and Context Copy\",name:\"Body and Context Copy\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue14=getLocalizedValue(\"v14\",activeLocale))!==null&&_getLocalizedValue14!==void 0?_getLocalizedValue14:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-18l7jg8\",\"data-styles-preset\":\"p8IWXZx51\",children:\"I may update the Privacy Policy from time to time. I doubt I will inform you of the changes but I will make sure to publish the new Privacy Policy on this page. I advise you to periodically review this Privacy Policy for any changes (but if you want you can also read a good book which is perhaps better).\"})}),className:\"framer-s0zkxu\",\"data-framer-name\":\"Crosby, a trailblazing commerce company, is revolutionizing the way businesses manage transactions and engage with their customers. With a strong focus on simplicity and reliability, Crosby offers a suite of cutting-edge payment solutions tailored to meet the diverse needs of modern businesses. By combining the expertise of professionals from both the technology and finance sectors, Crosby has crafted a powerful suite of tools that not only streamline payment processes but also enhance customer experiences, ensuring businesses can thrive in the competitive world of commerce.\",fonts:[\"Inter\"],name:\"Crosby, a trailblazing commerce company, is revolutionizing the way businesses manage transactions and engage with their customers. With a strong focus on simplicity and reliability, Crosby offers a suite of cutting-edge payment solutions tailored to meet the diverse needs of modern businesses. By combining the expertise of professionals from both the technology and finance sectors, Crosby has crafted a powerful suite of tools that not only streamline payment processes but also enhance customer experiences, ensuring businesses can thrive in the competitive world of commerce.\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1jk9ns1\",\"data-framer-appear-id\":\"1jk9ns1\",\"data-framer-name\":\"02\",initial:animation1,name:\"02\",optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue15=getLocalizedValue(\"v15\",activeLocale))!==null&&_getLocalizedValue15!==void 0?_getLocalizedValue15:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1m8v0l6\",\"data-styles-preset\":\"bshAVwZPg\",children:\"8. Contact me\"})}),className:\"framer-fzyd56\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9qe7d6\",\"data-framer-name\":\"Body and Context Copy\",name:\"Body and Context Copy\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue16=getLocalizedValue(\"v16\",activeLocale))!==null&&_getLocalizedValue16!==void 0?_getLocalizedValue16:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-18l7jg8\",\"data-styles-preset\":\"p8IWXZx51\",children:\"If you have any questions about this Privacy Policy, please contact me:  \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-18l7jg8\",\"data-styles-preset\":\"p8IWXZx51\",children:\"Email: ciao@leomoschen.com\"})]}),className:\"framer-lk7czj\",\"data-framer-name\":\"Crosby, a trailblazing commerce company, is revolutionizing the way businesses manage transactions and engage with their customers. With a strong focus on simplicity and reliability, Crosby offers a suite of cutting-edge payment solutions tailored to meet the diverse needs of modern businesses. By combining the expertise of professionals from both the technology and finance sectors, Crosby has crafted a powerful suite of tools that not only streamline payment processes but also enhance customer experiences, ensuring businesses can thrive in the competitive world of commerce.\",fonts:[\"Inter\"],name:\"Crosby, a trailblazing commerce company, is revolutionizing the way businesses manage transactions and engage with their customers. With a strong focus on simplicity and reliability, Crosby offers a suite of cutting-edge payment solutions tailored to meet the diverse needs of modern businesses. By combining the expertise of professionals from both the technology and finance sectors, Crosby has crafted a powerful suite of tools that not only streamline payment processes but also enhance customer experiences, ensuring businesses can thrive in the competitive world of commerce.\",verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h3HsdgjJN:{y:3746},o2K84a_UN:{y:3819}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:3454,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zjv9w0-container\",whileHover:animation2,whileTap:animation3,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h3HsdgjJN:{FYUjgBmlk:resolvedLinks[1]},o2K84a_UN:{FYUjgBmlk:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(PrimaryButton,{btp_knji1:true,FYUjgBmlk:resolvedLinks[0],height:\"100%\",id:\"TUgLIWsWO\",layoutId:\"TUgLIWsWO\",UxzYiQGhy:(_getLocalizedValue=getLocalizedValue(\"v17\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"go back home\",variant:\"ECTPe1C_u\",width:\"100%\"})})})})});}})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h3HsdgjJN:{y:3848},o2K84a_UN:{y:3921}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:605,width:\"100vw\",y:3556,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zbsynm-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h3HsdgjJN:{variant:\"FOCOgd13u\"},o2K84a_UN:{variant:\"mVSvhZOxW\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"GO3Gv_hSZ\",layoutId:\"GO3Gv_hSZ\",style:{width:\"100%\"},variant:\"EkZ98MmqV\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-aAk7G { background: var(--token-91046826-b395-475a-a623-78be4df1fbd2, rgb(239, 239, 239)); }`,\".framer-aAk7G.framer-1ujjwy9, .framer-aAk7G .framer-1ujjwy9 { display: block; }\",\".framer-aAk7G.framer-16z2e36 { align-content: center; align-items: center; background-color: var(--token-91046826-b395-475a-a623-78be4df1fbd2, #efefef); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1300px; }\",\".framer-aAk7G .framer-1uvegrm-container { flex: none; height: auto; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 5; }\",\".framer-aAk7G .framer-p7eyx2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 100px 0px 50px 0px; position: relative; width: 1200px; }\",\".framer-aAk7G .framer-1t8lu7r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 98px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-aAk7G .framer-1cubtxh { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-aAk7G .framer-12lgv7u { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-aAk7G .framer-89scb8, .framer-aAk7G .framer-1hypk6t, .framer-aAk7G .framer-1slyhdb, .framer-aAk7G .framer-mgqak, .framer-aAk7G .framer-12hanpy, .framer-aAk7G .framer-1rjmc9, .framer-aAk7G .framer-1yntgwr, .framer-aAk7G .framer-1rpy76b, .framer-aAk7G .framer-yxsdk0, .framer-aAk7G .framer-fzyd56 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-aAk7G .framer-18l9osg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-aAk7G .framer-m864ob { 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: hidden; padding: 56px 0px 30px 0px; position: relative; width: 100%; }\",\".framer-aAk7G .framer-1dgrt8z, .framer-aAk7G .framer-eplk4j, .framer-aAk7G .framer-1l4m8ij, .framer-aAk7G .framer-1uy9rft, .framer-aAk7G .framer-1flhqit, .framer-aAk7G .framer-17ofpe3, .framer-aAk7G .framer-14d0d0x, .framer-aAk7G .framer-9qe7d6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 620px; }\",\".framer-aAk7G .framer-n53t78, .framer-aAk7G .framer-y1m48u, .framer-aAk7G .framer-1wbmy3t, .framer-aAk7G .framer-1rqw1w, .framer-aAk7G .framer-1lciwqj, .framer-aAk7G .framer-1aivrhy, .framer-aAk7G .framer-s0zkxu, .framer-aAk7G .framer-lk7czj { --framer-paragraph-spacing: 24px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 620px; word-break: break-word; word-wrap: break-word; }\",\".framer-aAk7G .framer-1pba32f, .framer-aAk7G .framer-8kqlkt, .framer-aAk7G .framer-1csvahp, .framer-aAk7G .framer-uphfu1, .framer-aAk7G .framer-cuu6db, .framer-aAk7G .framer-c7qbky { 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: hidden; padding: 30px 0px 30px 0px; position: relative; width: 100%; }\",\".framer-aAk7G .framer-1jk9ns1 { 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: hidden; padding: 30px 0px 60px 0px; position: relative; width: 100%; }\",\".framer-aAk7G .framer-zjv9w0-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\".framer-aAk7G .framer-zbsynm-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-aAk7G.framer-16z2e36, .framer-aAk7G .framer-p7eyx2, .framer-aAk7G .framer-1t8lu7r, .framer-aAk7G .framer-12lgv7u, .framer-aAk7G .framer-18l9osg, .framer-aAk7G .framer-1dgrt8z, .framer-aAk7G .framer-eplk4j, .framer-aAk7G .framer-1l4m8ij, .framer-aAk7G .framer-1uy9rft, .framer-aAk7G .framer-1flhqit, .framer-aAk7G .framer-17ofpe3, .framer-aAk7G .framer-14d0d0x, .framer-aAk7G .framer-9qe7d6 { gap: 0px; } .framer-aAk7G.framer-16z2e36 > *, .framer-aAk7G .framer-p7eyx2 > *, .framer-aAk7G .framer-18l9osg > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-aAk7G.framer-16z2e36 > :first-child, .framer-aAk7G .framer-p7eyx2 > :first-child, .framer-aAk7G .framer-12lgv7u > :first-child, .framer-aAk7G .framer-18l9osg > :first-child, .framer-aAk7G .framer-1dgrt8z > :first-child, .framer-aAk7G .framer-eplk4j > :first-child, .framer-aAk7G .framer-1l4m8ij > :first-child, .framer-aAk7G .framer-1uy9rft > :first-child, .framer-aAk7G .framer-1flhqit > :first-child, .framer-aAk7G .framer-17ofpe3 > :first-child, .framer-aAk7G .framer-14d0d0x > :first-child, .framer-aAk7G .framer-9qe7d6 > :first-child { margin-top: 0px; } .framer-aAk7G.framer-16z2e36 > :last-child, .framer-aAk7G .framer-p7eyx2 > :last-child, .framer-aAk7G .framer-12lgv7u > :last-child, .framer-aAk7G .framer-18l9osg > :last-child, .framer-aAk7G .framer-1dgrt8z > :last-child, .framer-aAk7G .framer-eplk4j > :last-child, .framer-aAk7G .framer-1l4m8ij > :last-child, .framer-aAk7G .framer-1uy9rft > :last-child, .framer-aAk7G .framer-1flhqit > :last-child, .framer-aAk7G .framer-17ofpe3 > :last-child, .framer-aAk7G .framer-14d0d0x > :last-child, .framer-aAk7G .framer-9qe7d6 > :last-child { margin-bottom: 0px; } .framer-aAk7G .framer-1t8lu7r > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-aAk7G .framer-1t8lu7r > :first-child { margin-left: 0px; } .framer-aAk7G .framer-1t8lu7r > :last-child { margin-right: 0px; } .framer-aAk7G .framer-12lgv7u > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-aAk7G .framer-1dgrt8z > *, .framer-aAk7G .framer-eplk4j > *, .framer-aAk7G .framer-1l4m8ij > *, .framer-aAk7G .framer-1uy9rft > *, .framer-aAk7G .framer-1flhqit > *, .framer-aAk7G .framer-17ofpe3 > *, .framer-aAk7G .framer-14d0d0x > *, .framer-aAk7G .framer-9qe7d6 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } }\",`@media (min-width: 810px) and (max-width: 1299px) { .${metadata.bodyClassName}-framer-aAk7G { background: var(--token-91046826-b395-475a-a623-78be4df1fbd2, rgb(239, 239, 239)); } .framer-aAk7G.framer-16z2e36 { width: 810px; } .framer-aAk7G .framer-1uvegrm-container { left: unset; position: relative; right: unset; top: unset; width: 810px; z-index: 2; } .framer-aAk7G .framer-p7eyx2 { padding: 0px 0px 50px 0px; width: 762px; } .framer-aAk7G .framer-1t8lu7r, .framer-aAk7G .framer-n53t78, .framer-aAk7G .framer-y1m48u, .framer-aAk7G .framer-1wbmy3t, .framer-aAk7G .framer-1rqw1w, .framer-aAk7G .framer-1lciwqj, .framer-aAk7G .framer-1aivrhy, .framer-aAk7G .framer-s0zkxu, .framer-aAk7G .framer-lk7czj { width: 100%; } .framer-aAk7G .framer-18l9osg { width: 762px; } .framer-aAk7G .framer-m864ob { flex-direction: column; gap: 32px; justify-content: flex-start; padding: 30px 0px 30px 0px; } .framer-aAk7G .framer-1dgrt8z, .framer-aAk7G .framer-eplk4j, .framer-aAk7G .framer-1l4m8ij, .framer-aAk7G .framer-1uy9rft, .framer-aAk7G .framer-1flhqit, .framer-aAk7G .framer-17ofpe3, .framer-aAk7G .framer-14d0d0x, .framer-aAk7G .framer-9qe7d6 { align-content: flex-start; align-items: flex-start; justify-content: flex-start; width: 100%; } .framer-aAk7G .framer-1pba32f, .framer-aAk7G .framer-8kqlkt, .framer-aAk7G .framer-1csvahp, .framer-aAk7G .framer-uphfu1, .framer-aAk7G .framer-cuu6db, .framer-aAk7G .framer-c7qbky { flex-direction: column; gap: 32px; justify-content: flex-start; padding: 20px 0px 30px 0px; } .framer-aAk7G .framer-1jk9ns1 { flex-direction: column; gap: 32px; justify-content: flex-start; padding: 20px 0px 60px 0px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-aAk7G .framer-m864ob, .framer-aAk7G .framer-1pba32f, .framer-aAk7G .framer-8kqlkt, .framer-aAk7G .framer-1csvahp, .framer-aAk7G .framer-uphfu1, .framer-aAk7G .framer-cuu6db, .framer-aAk7G .framer-c7qbky, .framer-aAk7G .framer-1jk9ns1 { gap: 0px; } .framer-aAk7G .framer-m864ob > *, .framer-aAk7G .framer-1pba32f > *, .framer-aAk7G .framer-8kqlkt > *, .framer-aAk7G .framer-1csvahp > *, .framer-aAk7G .framer-uphfu1 > *, .framer-aAk7G .framer-cuu6db > *, .framer-aAk7G .framer-c7qbky > *, .framer-aAk7G .framer-1jk9ns1 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-aAk7G .framer-m864ob > :first-child, .framer-aAk7G .framer-1pba32f > :first-child, .framer-aAk7G .framer-8kqlkt > :first-child, .framer-aAk7G .framer-1csvahp > :first-child, .framer-aAk7G .framer-uphfu1 > :first-child, .framer-aAk7G .framer-cuu6db > :first-child, .framer-aAk7G .framer-c7qbky > :first-child, .framer-aAk7G .framer-1jk9ns1 > :first-child { margin-top: 0px; } .framer-aAk7G .framer-m864ob > :last-child, .framer-aAk7G .framer-1pba32f > :last-child, .framer-aAk7G .framer-8kqlkt > :last-child, .framer-aAk7G .framer-1csvahp > :last-child, .framer-aAk7G .framer-uphfu1 > :last-child, .framer-aAk7G .framer-cuu6db > :last-child, .framer-aAk7G .framer-c7qbky > :last-child, .framer-aAk7G .framer-1jk9ns1 > :last-child { margin-bottom: 0px; } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-aAk7G { background: var(--token-91046826-b395-475a-a623-78be4df1fbd2, rgb(239, 239, 239)); } .framer-aAk7G.framer-16z2e36 { width: 390px; } .framer-aAk7G .framer-1uvegrm-container { position: fixed; z-index: 2; } .framer-aAk7G .framer-p7eyx2 { padding: 100px 24px 50px 24px; width: 100%; } .framer-aAk7G .framer-1t8lu7r { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 30px; height: min-content; width: 100%; } .framer-aAk7G .framer-1cubtxh { flex: none; width: 100%; } .framer-aAk7G .framer-12lgv7u { align-content: flex-start; align-items: flex-start; } .framer-aAk7G .framer-18l9osg, .framer-aAk7G .framer-n53t78, .framer-aAk7G .framer-y1m48u, .framer-aAk7G .framer-1wbmy3t, .framer-aAk7G .framer-1rqw1w, .framer-aAk7G .framer-1lciwqj, .framer-aAk7G .framer-1aivrhy, .framer-aAk7G .framer-s0zkxu, .framer-aAk7G .framer-lk7czj { width: 100%; } .framer-aAk7G .framer-m864ob { flex-direction: column; gap: 32px; justify-content: flex-start; padding: 56px 0px 24px 0px; } .framer-aAk7G .framer-1dgrt8z, .framer-aAk7G .framer-eplk4j, .framer-aAk7G .framer-1l4m8ij, .framer-aAk7G .framer-1uy9rft, .framer-aAk7G .framer-1flhqit, .framer-aAk7G .framer-17ofpe3, .framer-aAk7G .framer-14d0d0x, .framer-aAk7G .framer-9qe7d6 { align-content: flex-start; align-items: flex-start; justify-content: flex-start; width: 100%; } .framer-aAk7G .framer-1pba32f, .framer-aAk7G .framer-8kqlkt, .framer-aAk7G .framer-1csvahp, .framer-aAk7G .framer-uphfu1, .framer-aAk7G .framer-cuu6db, .framer-aAk7G .framer-c7qbky { flex-direction: column; gap: 32px; justify-content: flex-start; padding: 24px 0px 24px 0px; } .framer-aAk7G .framer-1jk9ns1 { flex-direction: column; gap: 32px; justify-content: flex-start; padding: 24px 0px 56px 0px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-aAk7G .framer-1t8lu7r, .framer-aAk7G .framer-m864ob, .framer-aAk7G .framer-1pba32f, .framer-aAk7G .framer-8kqlkt, .framer-aAk7G .framer-1csvahp, .framer-aAk7G .framer-uphfu1, .framer-aAk7G .framer-cuu6db, .framer-aAk7G .framer-c7qbky, .framer-aAk7G .framer-1jk9ns1 { gap: 0px; } .framer-aAk7G .framer-1t8lu7r > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-aAk7G .framer-1t8lu7r > :first-child, .framer-aAk7G .framer-m864ob > :first-child, .framer-aAk7G .framer-1pba32f > :first-child, .framer-aAk7G .framer-8kqlkt > :first-child, .framer-aAk7G .framer-1csvahp > :first-child, .framer-aAk7G .framer-uphfu1 > :first-child, .framer-aAk7G .framer-cuu6db > :first-child, .framer-aAk7G .framer-c7qbky > :first-child, .framer-aAk7G .framer-1jk9ns1 > :first-child { margin-top: 0px; } .framer-aAk7G .framer-1t8lu7r > :last-child, .framer-aAk7G .framer-m864ob > :last-child, .framer-aAk7G .framer-1pba32f > :last-child, .framer-aAk7G .framer-8kqlkt > :last-child, .framer-aAk7G .framer-1csvahp > :last-child, .framer-aAk7G .framer-uphfu1 > :last-child, .framer-aAk7G .framer-cuu6db > :last-child, .framer-aAk7G .framer-c7qbky > :last-child, .framer-aAk7G .framer-1jk9ns1 > :last-child { margin-bottom: 0px; } .framer-aAk7G .framer-m864ob > *, .framer-aAk7G .framer-1pba32f > *, .framer-aAk7G .framer-8kqlkt > *, .framer-aAk7G .framer-1csvahp > *, .framer-aAk7G .framer-uphfu1 > *, .framer-aAk7G .framer-cuu6db > *, .framer-aAk7G .framer-c7qbky > *, .framer-aAk7G .framer-1jk9ns1 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2633.5\n * @framerIntrinsicWidth 1300\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"h3HsdgjJN\":{\"layout\":[\"fixed\",\"auto\"]},\"o2K84a_UN\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerkOmV5HZlL=withCSS(Component,css,\"framer-aAk7G\");export default FramerkOmV5HZlL;FramerkOmV5HZlL.displayName=\"404\";FramerkOmV5HZlL.defaultProps={height:2633.5,width:1300};addFonts(FramerkOmV5HZlL,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/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\"}]},...NavbarFonts,...PrimaryButtonFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerkOmV5HZlL\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1300\",\"framerIntrinsicHeight\":\"2633.5\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"h3HsdgjJN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"o2K84a_UN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"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", "NavbarFonts", "getFonts", "iyYOkokpi_default", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "PrimaryButtonFonts", "BjS9usGHS_default", "FooterFonts", "NRUWp3aCo_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "animation3", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "ref1", "pe", "usePreloadLocalizedValues", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "_getLocalizedValue7", "_getLocalizedValue8", "_getLocalizedValue9", "_getLocalizedValue10", "_getLocalizedValue11", "_getLocalizedValue12", "_getLocalizedValue13", "_getLocalizedValue14", "_getLocalizedValue15", "_getLocalizedValue16", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "PropertyOverrides2", "ComponentViewportProvider", "Container", "iyYOkokpi_default", "MotionDivWithOptimizedAppearEffect", "x", "RichText2", "getLocalizedValue", "ResolveLinks", "resolvedLinks", "BjS9usGHS_default", "NRUWp3aCo_default", "css", "FramerkOmV5HZlL", "withCSS", "kOmV5HZlL_default", "addFonts", "NavbarFonts", "PrimaryButtonFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
