{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/Nc0SjY7jo90sdI2L0H2m/tbRljwppdKnsAxCVL28A/d5xP9eYX8.js", "ssg:https://framerusercontent.com/modules/NimYDPS7WrVSmq5AqREi/30zAmX1WEnLpI46SQb1T/d5xP9eYX8.js"],
  "sourcesContent": ["// Generated by Framer (99f3353)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={GkECuANOv:new LazyValue(()=>import(\"./d5xP9eYX8-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 (99f3353)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,Floating,GeneratedComponentContext,getFonts,Link,PropertyOverrides,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,withCSS}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import Navigation from\"#framer/local/canvasComponent/Dlnf5is0d/Dlnf5is0d.js\";import Language2 from\"#framer/local/canvasComponent/nONcpossP/nONcpossP.js\";import MenuDesktop from\"#framer/local/canvasComponent/pPkNJCu_c/pPkNJCu_c.js\";import GlobalFooter from\"#framer/local/canvasComponent/RdcVgxcJB/RdcVgxcJB.js\";import MobileMenuContent from\"#framer/local/canvasComponent/ZxDZyBWnr/ZxDZyBWnr.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/d5xP9eYX8/d5xP9eYX8.js\";import metadataProvider from\"#framer/local/webPageMetadata/d5xP9eYX8/d5xP9eYX8.js\";const MenuDesktopFonts=getFonts(MenuDesktop);const NavigationFonts=getFonts(Navigation);const Language2Fonts=getFonts(Language2);const MobileMenuContentFonts=getFonts(MobileMenuContent);const GlobalFooterFonts=getFonts(GlobalFooter);const breakpoints={f2OjNpJAB:\"(min-width: 1024px) and (max-width: 1179px)\",hYG2YXn7Y:\"(min-width: 744px) and (max-width: 1023px)\",V77uQaMth:\"(min-width: 1180px)\",yZ5yzT4Ca:\"(max-width: 743px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-rdBMB\";const variantClassNames={f2OjNpJAB:\"framer-v-1y11qgk\",hYG2YXn7Y:\"framer-v-1g6hsrl\",V77uQaMth:\"framer-v-1wvppyh\",yZ5yzT4Ca:\"framer-v-19g9szp\"};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.05,skewX:0,skewY:0,transition:transition2,x:-6};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Tablet Large\":\"f2OjNpJAB\",Desktop:\"V77uQaMth\",Phone:\"yZ5yzT4Ca\",Tablet:\"hYG2YXn7Y\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"V77uQaMth\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const onMouseEntertxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const onTapyrblae=activeVariantCallback(async(...args)=>{setLocale(\"GkECuANOv\");});const onTap17b0nju=activeVariantCallback(async(...args)=>{setLocale(\"default\");});const gNlKqJWCF3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const CMku4igPByrblae=activeVariantCallback(async(...args)=>{setLocale(\"GkECuANOv\");});const FedLGJgGy17b0nju=activeVariantCallback(async(...args)=>{setLocale(\"default\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"yZ5yzT4Ca\")return false;return true;};const ref1=React.useRef(null);usePreloadLocalizedValues(activeLocale);const ref2=React.useRef(null);const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"yZ5yzT4Ca\")return true;return false;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"V77uQaMth\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1wvppyh\",className),ref:refBinding,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-coaaoc hidden-19g9szp\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-trupa4\",\"data-framer-name\":\"headingHeader\",children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14lpoac\",id:\"14lpoac\",onMouseEnter:onMouseEntertxyyif({overlay}),ref:ref1,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-k5oex8\",\"data-framer-name\":\"Frame 48096483\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-abdfs8\",\"data-framer-name\":\"Globe\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:14,intrinsicWidth:14,svg:'<svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.00521 1.16406C3.78928 1.16406 1.17188 3.78147 1.17188 6.9974C1.17188 10.2133 3.78928 12.8307 7.00521 12.8307C10.2211 12.8307 12.8385 10.2133 12.8385 6.9974C12.8385 3.78147 10.2211 1.16406 7.00521 1.16406ZM7.00521 2.03906C7.2194 2.03906 7.43511 2.12869 7.67361 2.34744C7.91211 2.56619 8.15365 2.91406 8.36024 3.36523C8.52734 3.72678 8.64887 4.1901 8.76128 4.66406H5.24913C5.36155 4.1901 5.48307 3.72678 5.65017 3.36523C5.85677 2.91406 6.09831 2.56619 6.33681 2.34744C6.5753 2.12869 6.79102 2.03906 7.00521 2.03906ZM5.18989 2.38542C5.06988 2.5753 4.95595 2.77734 4.85417 2.99913C4.63238 3.48221 4.4668 4.0549 4.33615 4.66406H2.62869C3.18012 3.62956 4.08854 2.81836 5.18989 2.38542ZM8.82053 2.38542C9.92188 2.81836 10.8303 3.62956 11.3817 4.66406H9.67426C9.54362 4.0549 9.37804 3.48221 9.15625 2.99913C9.05447 2.77734 8.94054 2.5753 8.82053 2.38542ZM2.26563 5.53906H4.22374C4.16298 6.01454 4.08854 6.48242 4.08854 6.9974C4.08854 7.51237 4.16298 7.98025 4.22374 8.45573H2.26563C2.12435 7.99544 2.04688 7.50477 2.04688 6.9974C2.04688 6.49002 2.12435 5.99935 2.26563 5.53906ZM5.10026 5.53906H8.91016C8.97548 6.00998 9.04688 6.47786 9.04688 6.9974C9.04688 7.51693 8.97548 7.98481 8.91016 8.45573H5.10026C5.03494 7.98481 4.96354 7.51693 4.96354 6.9974C4.96354 6.47786 5.03494 6.00998 5.10026 5.53906ZM9.78668 5.53906H11.7448C11.8861 5.99935 11.9635 6.49002 11.9635 6.9974C11.9635 7.50477 11.8861 7.99544 11.7448 8.45573H9.78668C9.84744 7.98025 9.92188 7.51237 9.92188 6.9974C9.92188 6.48242 9.84744 6.01454 9.78668 5.53906ZM2.62869 9.33073H4.33615C4.4668 9.93989 4.63238 10.5126 4.85417 10.9957C4.95595 11.2174 5.06988 11.4195 5.18989 11.6094C4.08854 11.1764 3.18012 10.3652 2.62869 9.33073ZM5.24913 9.33073H8.76128C8.64887 9.80469 8.52734 10.268 8.36024 10.6296C8.15365 11.0807 7.91211 11.4286 7.67361 11.6474C7.43511 11.8661 7.2194 11.9557 7.00521 11.9557C6.79102 11.9557 6.5753 11.8661 6.33681 11.6474C6.09831 11.4286 5.85677 11.0807 5.65017 10.6296C5.48307 10.268 5.36155 9.80469 5.24913 9.33073ZM9.67426 9.33073H11.3817C10.8303 10.3652 9.92188 11.1764 8.82053 11.6094C8.94054 11.4195 9.05447 11.2174 9.15625 10.9957C9.37804 10.5126 9.54362 9.93989 9.67426 9.33073Z\" fill=\"#212546\" fill-opacity=\"0.5\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(33, 37, 69)\"},children:[\"EN \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgba(33, 37, 69, 0.5)\"},children:\"|\"}),\" US\"]})}),className:\"framer-1an9lcp\",\"data-framer-name\":\"EN | US\",fonts:[\"GF;Figtree-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref1,className:cx(scopingClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":\"14lpoac\",offsetX:-69.14845563704148,offsetY:8.203122107355739,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsxs(motion.div,{animate:animation1,className:\"framer-18nifak\",exit:animation,initial:animation2,ref:ref2,role:\"dialog\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgba(25, 26, 34, 0.5)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(25, 26, 34)\"},children:\"France\"}),\" (Fran\\xe7ais)\"]})}),className:\"framer-hjv7w2\",fonts:[\"GF;Figtree-regular\",\"GF;Figtree-700\"],onTap:onTapyrblae,verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(25, 26, 34)\"},children:[\"United States\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-weight\":\"400\",\"--framer-text-color\":\"rgba(25, 26, 34, 0.5)\"},children:\" (English)\"})]})}),className:\"framer-fov2ke\",fonts:[\"GF;Figtree-700\",\"GF;Figtree-regular\"],onTap:onTap17b0nju,verticalAlignment:\"top\",whileHover:animation3,withExternalLayout:true})]})})})]})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-uud6l4 hidden-19g9szp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{f2OjNpJAB:{width:componentViewport?.width||\"100vw\"},hYG2YXn7Y:{width:componentViewport?.width||\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:86,width:`max(min(${componentViewport?.width||\"100vw\"}, 1450px), 1180px)`,y:(componentViewport?.y||0)+0+34+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-11gt8ve-container\",nodeId:\"RIPWNYVVX\",scopeId:\"d5xP9eYX8\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{f2OjNpJAB:{style:{height:\"100%\",width:\"100%\"}},hYG2YXn7Y:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(MenuDesktop,{height:\"100%\",id:\"RIPWNYVVX\",layoutId:\"RIPWNYVVX\",OrtjcgX9p:{borderBottomWidth:0,borderColor:\"rgba(0, 0, 0, 0.1)\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},variant:\"Ds68avHnl\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-11fgov0\",\"data-framer-name\":\"Separator\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-nvlze8\",\"data-framer-name\":\"Separator\",fill:\"rgba(33, 37, 70, 0.5)\",intrinsicHeight:4,intrinsicWidth:1182,svg:'<svg width=\"1182\" height=\"4\" viewBox=\"-1 -1 1182 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"1\" x2=\"1180\" y2=\"1\" stroke=\"#212546\" stroke-opacity=\"0.1\" stroke-width=\"2\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pgb4s5\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yZ5yzT4Ca:{children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"28px\",\"--framer-line-height\":\"1.9em\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Privacy\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"40px\",\"--framer-line-height\":\"1.9em\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Privacy\"})})}),className:\"framer-1vwzxd3\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.9em\"},children:\"ONEEX (\u201Cwe\u201D, \u201Cus\u201D, \u201Cour\u201D) respects your privacy and is committed to protecting your personal data. This Privacy Policy explains how we collect, use, disclose, transfer and store personal data on our website and in connection with our products and services. It also describes your rights under applicable data protection laws, including the EU General Data Protection Regulation (GDPR).\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.9em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-line-height\":\"1.9em\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"1. Data Controller\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"strong\",{children:\"Name:\"}),\" ONEEX (SAS)\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"strong\",{children:\"Registered office:\"}),\" 20, rue Auguste Audollent, 63000 Clermont\u2011Ferrand, France\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"strong\",{children:\"RCS number:\"}),\" 831\\xa0891\\xa0320\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"strong\",{children:\"VAT number:\"}),\" FR63\\xa0831891320\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"strong\",{children:\"Email:\"}),\" \",/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"IPlWpXnN1\",openInNewTab:false,scopeId:\"d5xP9eYX8\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"contact@oneex.fr\"})}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"strong\",{children:\"Data Protection Officer (DPO):\"}),\" \",/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"IPlWpXnN1\",openInNewTab:false,scopeId:\"d5xP9eYX8\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"dpo@oneex.fr\"})})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.9em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-line-height\":\"1.9em\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"2. Personal Data We Collect\"}),/*#__PURE__*/_jsx(\"br\",{}),\"We collect the following categories of personal data when you interact with our website or use our products/services:\"]}),/*#__PURE__*/_jsxs(\"ul\",{style:{\"--framer-line-height\":\"1.9em\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Identity & Contact Data:\"}),\" Name, company name, job title, email address, telephone number, postal address.\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Account Data:\"}),\" Login credentials, preferences, correspondence history.\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Technical Data:\"}),\" IP address, browser type and version, time zone, operating system, device identifiers, referral URLs, and usage data collected via cookies and similar technologies.\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Marketing & Communications Data:\"}),\" Your preferences for receiving marketing communications from us.\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Customer Usage Data:\"}),\" Any data you upload or provide when using our products (e.g., for identity document verification).\"]})})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-line-height\":\"1.9em\"},children:[\"We do \",/*#__PURE__*/_jsx(\"strong\",{children:\"not\"}),\" collect \u201Cspecial categories\u201D of sensitive personal data (e.g., race, religion, health).\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.9em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-line-height\":\"1.9em\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"3. Purposes of Processing & Legal Bases\"}),/*#__PURE__*/_jsx(\"br\",{}),\"We process your personal data for the following purposes, under the corresponding legal bases:\"]}),/*#__PURE__*/_jsxs(\"ol\",{style:{\"--framer-line-height\":\"1.9em\"},children:[/*#__PURE__*/_jsxs(\"li\",{children:[/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(\"strong\",{children:\"Responding to Requests and Managing Orders\"})}),/*#__PURE__*/_jsxs(\"ul\",{children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"em\",{children:\"Data used:\"}),\" Identity & Contact Data, Account Data\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"em\",{children:\"Legal basis:\"}),\" Performance of contract or pre\u2011contractual measures\"]})})]})]}),/*#__PURE__*/_jsxs(\"li\",{children:[/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(\"strong\",{children:\"Providing, Maintaining and Improving Products and Services\"})}),/*#__PURE__*/_jsxs(\"ul\",{children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"em\",{children:\"Data used:\"}),\" All categories of personal data collected\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"em\",{children:\"Legal basis:\"}),\" Performance of contract\"]})})]})]}),/*#__PURE__*/_jsxs(\"li\",{children:[/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(\"strong\",{children:\"Processing Payments and Billing\"})}),/*#__PURE__*/_jsxs(\"ul\",{children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"em\",{children:\"Data used:\"}),\" Identity & Contact Data, any financial details you provide\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"em\",{children:\"Legal basis:\"}),\" Performance of contract and compliance with legal obligations\"]})})]})]}),/*#__PURE__*/_jsxs(\"li\",{children:[/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(\"strong\",{children:\"Sending Administrative Communications\"})}),/*#__PURE__*/_jsxs(\"ul\",{children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"em\",{children:\"Data used:\"}),\" Identity & Contact Data\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"em\",{children:\"Legal basis:\"}),\" Legal obligation\"]})})]})]}),/*#__PURE__*/_jsxs(\"li\",{children:[/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(\"strong\",{children:\"Marketing Communications (with your consent)\"})}),/*#__PURE__*/_jsxs(\"ul\",{children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"em\",{children:\"Data used:\"}),\" Identity & Contact Data, Marketing & Communications Data\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"em\",{children:\"Legal basis:\"}),\" Consent\"]})})]})]}),/*#__PURE__*/_jsxs(\"li\",{children:[/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(\"strong\",{children:\"Personalizing Your Experience and Website Content\"})}),/*#__PURE__*/_jsxs(\"ul\",{children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"em\",{children:\"Data used:\"}),\" Technical Data, Account Data\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"em\",{children:\"Legal basis:\"}),\" Legitimate interests (to improve our service)\"]})})]})]}),/*#__PURE__*/_jsxs(\"li\",{children:[/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(\"strong\",{children:\"Compliance with Legal Obligations\"})}),/*#__PURE__*/_jsxs(\"ul\",{children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"em\",{children:\"Data used:\"}),\" All categories of collected data\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"em\",{children:\"Legal basis:\"}),\" Legal obligation\"]})})]})]}),/*#__PURE__*/_jsxs(\"li\",{children:[/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(\"strong\",{children:\"Protecting Our Rights and Investigating Fraud or Abuse\"})}),/*#__PURE__*/_jsxs(\"ul\",{children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"em\",{children:\"Data used:\"}),\" All categories of collected data\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"em\",{children:\"Legal basis:\"}),\" Legitimate interests and legal obligation\"]})})]})]})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.9em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-line-height\":\"1.9em\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"4. Cookies & Tracking Technologies\"}),/*#__PURE__*/_jsx(\"br\",{}),\"We use cookies and similar technologies to operate our website, analyze usage, and deliver targeted advertising. You may encounter:\"]}),/*#__PURE__*/_jsxs(\"ul\",{style:{\"--framer-line-height\":\"1.9em\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Strictly necessary cookies\"}),\" for core functionality (e.g., authentication).\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Performance cookies\"}),\" that collect anonymous usage data (e.g., Google Analytics).\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Functionality cookies\"}),\" to remember your preferences.\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Targeting/Advertising cookies\"}),\" to tailor ads based on your browsing habits.\"]})})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.9em\"},children:\"You can manage or disable cookies via our cookie banner or your browser settings. Note that disabling certain cookies may affect website functionality.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.9em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.9em\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"5. Data Recipients & International Transfers\"})}),/*#__PURE__*/_jsxs(\"ul\",{style:{\"--framer-line-height\":\"1.9em\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Internal Recipients:\"}),\" Our sales, support, finance and IT teams.\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"External Recipients:\"}),\" Service providers for hosting, maintenance, payment processing, analytics, and email delivery; legal and regulatory authorities when required by law.\"]})})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-line-height\":\"1.9em\"},children:[\"All service providers are bound by confidentiality and data protection obligations. We do \",/*#__PURE__*/_jsx(\"strong\",{children:\"not\"}),\" transfer personal data outside the European Economic Area (EEA). If a transfer becomes necessary, we will implement appropriate safeguards, such as Standard Contractual Clauses.\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.9em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-line-height\":\"1.9em\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"6. Data Retention\"}),/*#__PURE__*/_jsx(\"br\",{}),\"We retain personal data only as long as necessary for the purposes described and in accordance with applicable laws:\"]}),/*#__PURE__*/_jsxs(\"ul\",{style:{\"--framer-line-height\":\"1.9em\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Customer Data:\"}),\" Kept for the duration of our contractual relationship plus five (5) years thereafter (French commercial law requirement).\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Website Usage Data:\"}),\" Retained for up to two (2) years.\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Marketing Data:\"}),\" Retained until you withdraw consent or unsubscribe.\"]})})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.9em\"},children:\"After these periods, data are securely deleted or anonymized. Aggregated, anonymized data may be kept indefinitely for statistical purposes.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.9em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-line-height\":\"1.9em\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"7. Security Measures\"}),/*#__PURE__*/_jsx(\"br\",{}),\"We implement technical and organizational measures to protect your personal data against accidental or unlawful destruction, loss, alteration, unauthorized disclosure or access, including:\"]}),/*#__PURE__*/_jsxs(\"ul\",{style:{\"--framer-line-height\":\"1.9em\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Encryption in transit (HTTPS) and, where appropriate, at rest.\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Access controls and authentication procedures.\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Regular security assessments and staff training.\"})})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.9em\"},children:\"Although we use industry\u2011standard safeguards, no system can guarantee absolute security.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.9em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-line-height\":\"1.9em\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"8. Your Rights\"}),/*#__PURE__*/_jsx(\"br\",{}),\"Under the GDPR, you have the right to:\"]}),/*#__PURE__*/_jsxs(\"ul\",{style:{\"--framer-line-height\":\"1.9em\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Access\"}),\" the personal data we hold about you.\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Rectify\"}),\" inaccurate or incomplete data.\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Erase\"}),\" your data (\u201Cright to be forgotten\u201D), subject to legal obligations.\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Restrict\"}),\" or \",/*#__PURE__*/_jsx(\"strong\",{children:\"object\"}),\" to processing under certain conditions.\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Portability\"}),\" to receive your data in a structured, machine\u2011readable format.\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Withdraw consent\"}),\" at any time for marketing communications.\"]})})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-line-height\":\"1.9em\"},children:[\"To exercise these rights, please contact our DPO at \",/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"IPlWpXnN1\",openInNewTab:false,scopeId:\"d5xP9eYX8\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"dpo@oneex.fr\"})}),\". We will respond within one month.\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.9em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-line-height\":\"1.9em\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"9. Children\u2019s Privacy\"}),/*#__PURE__*/_jsx(\"br\",{}),\"Our website and services are not directed to children under 16. We do not knowingly collect personal data from minors. If you become aware of such data, please contact us to have it removed.\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.9em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-line-height\":\"1.9em\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"10. Updates to This Policy\"}),/*#__PURE__*/_jsx(\"br\",{}),\"We may update this Privacy Policy to reflect changes in our practices or applicable law. The \u201CLast updated\u201D date will be revised accordingly. Please review this policy periodically.\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.9em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-line-height\":\"1.9em\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"11. Contact Us\"}),/*#__PURE__*/_jsx(\"br\",{}),\"If you have questions or concerns about this Privacy Policy or our data practices, please contact:\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.9em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-line-height\":\"1.9em\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Data Protection Officer\"}),/*#__PURE__*/_jsx(\"br\",{}),\"ONEEX DPD\",/*#__PURE__*/_jsx(\"br\",{}),\"20, rue Auguste Audollent\",/*#__PURE__*/_jsx(\"br\",{}),\"63000 Clermont\u2011Ferrand, France\",/*#__PURE__*/_jsx(\"br\",{}),\"Email: \",/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"IPlWpXnN1\",openInNewTab:false,scopeId:\"d5xP9eYX8\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"dpo@oneex.fr\"})})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.9em\"},children:\"By using our website or services, you acknowledge that you have read and understood this Privacy Policy.\"})]}),className:\"framer-oxiele\",fonts:[\"Inter\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"],verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsx(Overlay,{children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yZ5yzT4Ca:{height:64,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1fqdg8d-container hidden-1wvppyh hidden-1y11qgk hidden-1g6hsrl\",\"data-framer-name\":\"MobileNavigation\",draggable:\"false\",id:\"1fqdg8d\",name:\"MobileNavigation\",nodeId:\"UX8RUbBMI\",scopeId:\"d5xP9eYX8\",children:[/*#__PURE__*/_jsx(Navigation,{gNlKqJWCF:gNlKqJWCF3bnx0g({overlay:overlay1}),height:\"100%\",id:\"UX8RUbBMI\",layoutId:\"UX8RUbBMI\",name:\"MobileNavigation\",style:{width:\"100%\"},variant:overlay1.visible?\"Wo1yd_yPe\":\"OgJfMmhS7\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1ommood\"),\"data-framer-portal-id\":\"1fqdg8d\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"b60V7kjvX\"),/*#__PURE__*/_jsxs(motion.nav,{className:cx(scopingClassNames,\"framer-ctmg1y\"),\"data-framer-name\":\"Phone Open\",\"data-framer-portal-id\":\"1fqdg8d\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-y634qm\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-6vnaij-container\",inComponentSlot:true,nodeId:\"v3LP64N36\",rendersWithMotion:true,scopeId:\"d5xP9eYX8\",children:/*#__PURE__*/_jsx(Language2,{height:\"100%\",id:\"v3LP64N36\",layoutId:\"v3LP64N36\",style:{width:\"100%\"},variant:\"x04zerHay\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-zfvglb-container\",inComponentSlot:true,nodeId:\"UUVTdFVSf\",rendersWithMotion:true,scopeId:\"d5xP9eYX8\",children:/*#__PURE__*/_jsx(MobileMenuContent,{height:\"100%\",id:\"UUVTdFVSf\",layoutId:\"UUVTdFVSf\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]}),getContainer())})})]})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{f2OjNpJAB:{y:(componentViewport?.y||0)+0+12639.78},hYG2YXn7Y:{y:(componentViewport?.y||0)+0+12639.4},yZ5yzT4Ca:{y:(componentViewport?.y||0)+0+12440.26}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:655,width:`min(${componentViewport?.width||\"100vw\"}, 1450px)`,y:(componentViewport?.y||0)+0+12640,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4535j9-container\",nodeId:\"jnpW5yfUS\",scopeId:\"d5xP9eYX8\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hYG2YXn7Y:{qhomuAD8o:0},yZ5yzT4Ca:{variant:\"Zdqs4_Tq8\"}},children:/*#__PURE__*/_jsx(GlobalFooter,{CMku4igPB:CMku4igPByrblae,FedLGJgGy:FedLGJgGy17b0nju,height:\"100%\",id:\"jnpW5yfUS\",layoutId:\"jnpW5yfUS\",qhomuAD8o:70,style:{maxWidth:\"100%\",width:\"100%\"},variant:\"l8ZJ9mD05\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-rdBMB.framer-1ckyd87, .framer-rdBMB .framer-1ckyd87 { display: block; }\",\".framer-rdBMB.framer-1wvppyh { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1180px; }\",\".framer-rdBMB .framer-coaaoc { align-content: center; align-items: center; background-color: #f4f5f6; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 34px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-rdBMB .framer-trupa4 { align-content: center; align-items: center; background-color: #f4f5f6; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: 34px; justify-content: flex-end; max-width: 1450px; overflow: visible; padding: 0px 46px 0px 46px; position: relative; width: 100%; z-index: 0; }\",\".framer-rdBMB .framer-14lpoac { cursor: default; flex: none; height: 24px; overflow: hidden; position: relative; width: 77px; }\",\".framer-rdBMB .framer-k5oex8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; left: 49%; overflow: visible; padding: 0px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: min-content; }\",\".framer-rdBMB .framer-abdfs8 { flex: none; height: 14px; position: relative; width: 14px; }\",\".framer-rdBMB .framer-1an9lcp { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-rdBMB .framer-18nifak { align-content: flex-end; align-items: flex-end; background-color: #ffffff; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 0px 5px 14px 7px rgba(0, 0, 0, 0.15); cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 18px 20px 18px 28px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-rdBMB .framer-hjv7w2, .framer-rdBMB .framer-fov2ke { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; cursor: pointer; flex: none; height: auto; position: relative; white-space: pre; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-rdBMB .framer-uud6l4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 86px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-rdBMB .framer-11gt8ve-container { flex: none; height: 86px; max-width: 1450px; min-width: 1180px; position: relative; width: 100%; z-index: 1; }\",\".framer-rdBMB .framer-11fgov0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-rdBMB .framer-nvlze8 { flex: 1 0 0px; height: 2px; position: relative; width: 1px; }\",\".framer-rdBMB .framer-pgb4s5 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; max-width: 1450px; overflow: hidden; padding: 40px 50px 40px 50px; position: relative; width: 100%; }\",\".framer-rdBMB .framer-1vwzxd3, .framer-rdBMB .framer-oxiele { --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-rdBMB .framer-1fqdg8d-container { flex: none; height: auto; position: relative; width: 100%; z-index: 4; }\",\".framer-rdBMB.framer-1ommood { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 3; }\",\".framer-rdBMB.framer-ctmg1y { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 100%; justify-content: flex-start; left: 0px; overflow: auto; overscroll-behavior: contain; padding: 64px 0px 16px 0px; position: fixed; top: 0px; width: 100%; z-index: 3; }\",\".framer-rdBMB .framer-y634qm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-rdBMB .framer-6vnaij-container { flex: none; height: auto; position: relative; width: 100%; z-index: 0; }\",\".framer-rdBMB .framer-zfvglb-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-rdBMB .framer-4535j9-container { flex: none; height: auto; max-width: 1450px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-rdBMB.framer-1wvppyh, .framer-rdBMB .framer-coaaoc, .framer-rdBMB .framer-trupa4, .framer-rdBMB .framer-k5oex8, .framer-rdBMB .framer-18nifak, .framer-rdBMB .framer-uud6l4, .framer-rdBMB .framer-11fgov0, .framer-rdBMB .framer-pgb4s5, .framer-rdBMB.framer-ctmg1y, .framer-rdBMB .framer-y634qm { gap: 0px; } .framer-rdBMB.framer-1wvppyh > *, .framer-rdBMB .framer-coaaoc > *, .framer-rdBMB .framer-uud6l4 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-rdBMB.framer-1wvppyh > :first-child, .framer-rdBMB .framer-coaaoc > :first-child, .framer-rdBMB .framer-18nifak > :first-child, .framer-rdBMB .framer-uud6l4 > :first-child, .framer-rdBMB .framer-pgb4s5 > :first-child, .framer-rdBMB.framer-ctmg1y > :first-child, .framer-rdBMB .framer-y634qm > :first-child { margin-top: 0px; } .framer-rdBMB.framer-1wvppyh > :last-child, .framer-rdBMB .framer-coaaoc > :last-child, .framer-rdBMB .framer-18nifak > :last-child, .framer-rdBMB .framer-uud6l4 > :last-child, .framer-rdBMB .framer-pgb4s5 > :last-child, .framer-rdBMB.framer-ctmg1y > :last-child, .framer-rdBMB .framer-y634qm > :last-child { margin-bottom: 0px; } .framer-rdBMB .framer-trupa4 > * { margin: 0px; margin-left: calc(7px / 2); margin-right: calc(7px / 2); } .framer-rdBMB .framer-trupa4 > :first-child, .framer-rdBMB .framer-k5oex8 > :first-child, .framer-rdBMB .framer-11fgov0 > :first-child { margin-left: 0px; } .framer-rdBMB .framer-trupa4 > :last-child, .framer-rdBMB .framer-k5oex8 > :last-child, .framer-rdBMB .framer-11fgov0 > :last-child { margin-right: 0px; } .framer-rdBMB .framer-k5oex8 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-rdBMB .framer-18nifak > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-rdBMB .framer-11fgov0 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-rdBMB .framer-pgb4s5 > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-rdBMB.framer-ctmg1y > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-rdBMB .framer-y634qm > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } }\",\"@media (min-width: 1024px) and (max-width: 1179px) { .framer-rdBMB.framer-1wvppyh { width: 1024px; } .framer-rdBMB .framer-trupa4 { max-width: unset; } .framer-rdBMB .framer-11gt8ve-container { max-width: unset; min-width: unset; } .framer-rdBMB .framer-nvlze8 { height: 2px; } .framer-rdBMB .framer-pgb4s5 { padding: 40px 90px 40px 90px; }}\",\"@media (min-width: 744px) and (max-width: 1023px) { .framer-rdBMB.framer-1wvppyh { width: 744px; } .framer-rdBMB .framer-trupa4 { max-width: unset; } .framer-rdBMB .framer-11gt8ve-container { max-width: unset; min-width: unset; } .framer-rdBMB .framer-nvlze8 { height: 1px; }}\",\"@media (max-width: 743px) { .framer-rdBMB.framer-1wvppyh { width: 375px; } .framer-rdBMB .framer-11fgov0 { order: 3; padding: 0px 24px 0px 24px; } .framer-rdBMB .framer-nvlze8 { height: 1px; } .framer-rdBMB .framer-pgb4s5 { gap: 21px; order: 4; padding: 40px 16px 40px 16px; } .framer-rdBMB .framer-1fqdg8d-container { order: 2; } .framer-rdBMB .framer-4535j9-container { order: 5; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-rdBMB .framer-pgb4s5 { gap: 0px; } .framer-rdBMB .framer-pgb4s5 > * { margin: 0px; margin-bottom: calc(21px / 2); margin-top: calc(21px / 2); } .framer-rdBMB .framer-pgb4s5 > :first-child { margin-top: 0px; } .framer-rdBMB .framer-pgb4s5 > :last-child { margin-bottom: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4235\n * @framerIntrinsicWidth 1180\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"f2OjNpJAB\":{\"layout\":[\"fixed\",\"auto\"]},\"hYG2YXn7Y\":{\"layout\":[\"fixed\",\"auto\"]},\"yZ5yzT4Ca\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const Framerd5xP9eYX8=withCSS(Component,css,\"framer-rdBMB\");export default Framerd5xP9eYX8;Framerd5xP9eYX8.displayName=\"Terms And Conditions\";Framerd5xP9eYX8.defaultProps={height:4235,width:1180};addFonts(Framerd5xP9eYX8,[{explicitInter:true,fonts:[{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v7/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_dNQF5bwkEU4HTy.woff2\",weight:\"500\"},{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v7/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QF5bwkEU4HTy.woff2\",weight:\"400\"},{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v7/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_eYR15bwkEU4HTy.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]},...MenuDesktopFonts,...NavigationFonts,...Language2Fonts,...MobileMenuContentFonts,...GlobalFooterFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerd5xP9eYX8\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"f2OjNpJAB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hYG2YXn7Y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yZ5yzT4Ca\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"4235\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerIntrinsicWidth\":\"1180\",\"framerAutoSizeImages\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "MenuDesktopFonts", "getFonts", "pPkNJCu_c_default", "NavigationFonts", "Dlnf5is0d_default", "Language2Fonts", "nONcpossP_default", "MobileMenuContentFonts", "ZxDZyBWnr_default", "GlobalFooterFonts", "RdcVgxcJB_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "animation2", "transition2", "animation3", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "getContainer", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEntertxyyif", "overlay", "loadMore", "args", "onTapyrblae", "onTap17b0nju", "gNlKqJWCF3bnx0g", "CMku4igPByrblae", "FedLGJgGy17b0nju", "scopingClassNames", "cx", "isDisplayed", "ref1", "usePreloadLocalizedValues", "ref2", "isDisplayed1", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "l", "SVG", "RichText2", "getLocalizedValue", "x", "AnimatePresence", "Floating", "PropertyOverrides2", "ComponentViewportProvider", "Container", "Link", "overlay1", "Ga", "css", "Framerd5xP9eYX8", "withCSS", "d5xP9eYX8_default", "addFonts", "__FramerMetadata__"]
}
