{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/eLf9WHTSlVwvFLxTDPN6/mFpgQvKTOogpQoyQfZq3/pii3LJIB9.js", "ssg:https://framerusercontent.com/modules/jh4jxAJbuyvMLW1IlWKp/tNGZ48DFgY2PECubzVnL/pii3LJIB9.js"],
  "sourcesContent": ["// Generated by Framer (c07a8c1)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={OGrrGJMXs:new LazyValue(()=>import(\"./pii3LJIB9-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 (c07a8c1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import MainMenu from\"#framer/local/canvasComponent/KxO1h0SEn/KxO1h0SEn.js\";import MiniFooter from\"#framer/local/canvasComponent/ohzeiO7RA/ohzeiO7RA.js\";import CTA from\"#framer/local/canvasComponent/scM1vMNuv/scM1vMNuv.js\";import*as sharedStyle2 from\"#framer/local/css/awD01jL9I/awD01jL9I.js\";import*as sharedStyle from\"#framer/local/css/aZl8v01P_/aZl8v01P_.js\";import*as sharedStyle3 from\"#framer/local/css/QjHrANfuQ/QjHrANfuQ.js\";import*as sharedStyle1 from\"#framer/local/css/zsghBmVlH/zsghBmVlH.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/pii3LJIB9/pii3LJIB9.js\";import metadataProvider from\"#framer/local/webPageMetadata/pii3LJIB9/pii3LJIB9.js\";const MainMenuFonts=getFonts(MainMenu);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const RichTextWithFX=withFX(RichText);const MotionDivWithFX=withFX(motion.div);const CTAFonts=getFonts(CTA);const MiniFooterFonts=getFonts(MiniFooter);const breakpoints={c90d7hLzZ:\"(max-width: 767px)\",F7HCEPBZv:\"(min-width: 768px) and (max-width: 991px)\",gY5VVvBu4:\"(min-width: 1440px)\",qSC6u3jZz:\"(min-width: 992px) and (max-width: 1439px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-ux0ue\";const variantClassNames={c90d7hLzZ:\"framer-v-kfhkrk\",F7HCEPBZv:\"framer-v-lq521x\",gY5VVvBu4:\"framer-v-f6iyfk\",qSC6u3jZz:\"framer-v-x9rvh0\"};const transition1={bounce:.2,delay:.2,duration:1.1,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-150};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const transition2={damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"};const transition3={damping:60,delay:.2,mass:1,stiffness:400,type:\"spring\"};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop \":\"gY5VVvBu4\",Laptop:\"qSC6u3jZz\",Phone:\"c90d7hLzZ\",Tablet:\"F7HCEPBZv\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"gY5VVvBu4\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);usePreloadLocalizedValues(activeLocale);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"gY5VVvBu4\",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-f6iyfk\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c90d7hLzZ:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:20},F7HCEPBZv:{width:`calc(${componentViewport?.width||\"100vw\"} - 60px)`},qSC6u3jZz:{width:`calc(${componentViewport?.width||\"100vw\"} - 60px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"1320px\",y:30,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-1jzeq8g-container\",\"data-framer-appear-id\":\"1jzeq8g\",initial:animation1,layoutScroll:true,nodeId:\"nDSqI8ebr\",optimized:true,rendersWithMotion:true,scopeId:\"pii3LJIB9\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c90d7hLzZ:{style:{width:\"100%\"},variant:\"xssJavi8S\"},F7HCEPBZv:{style:{width:\"100%\"},variant:\"xssJavi8S\"},qSC6u3jZz:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(MainMenu,{height:\"100%\",id:\"nDSqI8ebr\",layoutId:\"nDSqI8ebr\",style:{height:\"100%\",width:\"100%\"},variant:\"E0PDlvXWX\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mxllk4\",\"data-framer-name\":\"Terms Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-exbex7\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qrv5sv\",\"data-framer-name\":\"Section Title\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-nyoi99\",\"data-styles-preset\":\"aZl8v01P_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-93d47b6c-1f50-4224-b5d6-ecdb9d585bab, rgb(32, 30, 28))\"},children:\"Terms & Conditions\"})}),className:\"framer-1u84yc\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1y0ugxh\",\"data-framer-name\":\"Content Area\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9hoonj\",\"data-framer-name\":\"Singel Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-2vjhva\",\"data-styles-preset\":\"zsghBmVlH\",style:{\"--framer-text-color\":\"rgb(27, 27, 27)\"},children:\"Acceptance of Terms.\"})}),className:\"framer-kaqzoy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tevzfu\",\"data-styles-preset\":\"awD01jL9I\",style:{\"--framer-text-color\":\"var(--token-01cd149b-6bf5-4180-9e60-edd2e605fe88, rgb(90, 88, 87))\"},children:\"By accessing or using the Uplyt platform (\u201CService\u201D), you agree to comply with and be bound by these Terms of Service. If you do not agree to these terms, you may not use the Service.\"})}),className:\"framer-1xarf8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xsagtw\",\"data-framer-name\":\"Singel Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1edzx1k\",\"data-styles-preset\":\"QjHrANfuQ\",style:{\"--framer-text-color\":\"rgb(27, 27, 27)\"},children:\"Description of Service.\"})}),className:\"framer-1ecf1zu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tevzfu\",\"data-styles-preset\":\"awD01jL9I\",style:{\"--framer-text-color\":\"var(--token-01cd149b-6bf5-4180-9e60-edd2e605fe88, rgb(90, 88, 87))\"},children:\"Uplyt provides a data analytics platform designed to simplify and enhance insights derived from Google Analytics and other integrated tools. The Service is offered as-is and is subject to updates and modifications at our discretion.\"})}),className:\"framer-1voq53u\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ozk9am\",\"data-framer-name\":\"Singel Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1edzx1k\",\"data-styles-preset\":\"QjHrANfuQ\",style:{\"--framer-text-color\":\"rgb(27, 27, 27)\"},children:\"User Accounts.\"})}),className:\"framer-1ninozv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15yod2c\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tevzfu\",\"data-styles-preset\":\"awD01jL9I\",style:{\"--framer-text-color\":\"var(--token-01cd149b-6bf5-4180-9e60-edd2e605fe88, rgb(90, 88, 87))\"},children:\"To use the Service, you must create an account. You are responsible for maintaining the confidentiality of your account credentials and for all activities conducted under your account.\"})}),className:\"framer-dc5l53\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tevzfu\",\"data-styles-preset\":\"awD01jL9I\",style:{\"--framer-text-color\":\"var(--token-01cd149b-6bf5-4180-9e60-edd2e605fe88, rgb(90, 88, 87))\"},children:\"You agree to provide accurate, current, and complete information during the registration process and to update such information as necessary.\"})}),className:\"framer-7ljlsc\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5ox656\",\"data-framer-name\":\"Singel Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1edzx1k\",\"data-styles-preset\":\"QjHrANfuQ\",style:{\"--framer-text-color\":\"rgb(27, 27, 27)\"},children:\"Subscription and Payment\"})}),className:\"framer-1uhgay4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8zfwsg\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tevzfu\",\"data-styles-preset\":\"awD01jL9I\",style:{\"--framer-text-color\":\"var(--token-01cd149b-6bf5-4180-9e60-edd2e605fe88, rgb(90, 88, 87))\"},children:\"The Service offers free and paid subscription plans. By selecting a paid plan, you agree to pay the associated fees. Payments are processed securely through third-party payment providers.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tevzfu\",\"data-styles-preset\":\"awD01jL9I\",style:{\"--framer-text-color\":\"var(--token-01cd149b-6bf5-4180-9e60-edd2e605fe88, rgb(90, 88, 87))\"},children:\"All fees are non-refundable unless otherwise specified. Uplyt reserves the right to change subscription fees with prior notice.\"})]}),className:\"framer-p2wmgv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cmt398\",\"data-framer-name\":\"Singel Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1edzx1k\",\"data-styles-preset\":\"QjHrANfuQ\",style:{\"--framer-text-color\":\"rgb(27, 27, 27)\"},children:\"Use of the Service\"})}),className:\"framer-coo8wk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ir7v6w\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tevzfu\",\"data-styles-preset\":\"awD01jL9I\",style:{\"--framer-text-color\":\"var(--token-01cd149b-6bf5-4180-9e60-edd2e605fe88, rgb(90, 88, 87))\"},children:\"You agree to use the Service solely for lawful purposes and in compliance with these terms. Prohibited activities include, but are not limited to:\"}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-tevzfu\",\"data-styles-preset\":\"awD01jL9I\",style:{\"--framer-text-color\":\"var(--token-01cd149b-6bf5-4180-9e60-edd2e605fe88, rgb(90, 88, 87))\"},children:[\"\u2013 Accessing or using the Service in a manner that violates applicable laws or regulations.\",/*#__PURE__*/_jsx(\"br\",{}),\"\u2013 Attempting to disrupt or compromise the security of the Service.\",/*#__PURE__*/_jsx(\"br\",{}),\"\u2013 Reverse engineering or attempting to derive the source code of any part of the Service.\"]})]}),className:\"framer-224tzh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qz0m7p\",\"data-framer-name\":\"Singel Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1edzx1k\",\"data-styles-preset\":\"QjHrANfuQ\",style:{\"--framer-text-color\":\"rgb(27, 27, 27)\"},children:\"Data Privacy\"})}),className:\"framer-1sne68m\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-mm81yf\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v13\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tevzfu\",\"data-styles-preset\":\"awD01jL9I\",style:{\"--framer-text-color\":\"var(--token-01cd149b-6bf5-4180-9e60-edd2e605fe88, rgb(90, 88, 87))\"},children:\"By using the Service, you consent to the collection and use of your data in accordance with our Privacy Policy. You retain ownership of your data, but Uplyt may use anonymized and aggregated data to improve the Service.\"})}),className:\"framer-ao3r9e\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-a1fsbu\",\"data-framer-name\":\"Singel Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1edzx1k\",\"data-styles-preset\":\"QjHrANfuQ\",style:{\"--framer-text-color\":\"rgb(27, 27, 27)\"},children:\"Third-Party Integrations\"})}),className:\"framer-1readp5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1r744zk\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v15\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tevzfu\",\"data-styles-preset\":\"awD01jL9I\",style:{\"--framer-text-color\":\"var(--token-01cd149b-6bf5-4180-9e60-edd2e605fe88, rgb(90, 88, 87))\"},children:\"The Service integrates with third-party platforms such as Google Analytics. Your use of these integrations is subject to the terms and conditions of the respective third-party providers.\"})}),className:\"framer-f8xaxn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t9eo20\",\"data-framer-name\":\"Singel Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v16\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1edzx1k\",\"data-styles-preset\":\"QjHrANfuQ\",style:{\"--framer-text-color\":\"rgb(27, 27, 27)\"},children:\"Intellectual Property\"})}),className:\"framer-o92xwb\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v17\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tevzfu\",\"data-styles-preset\":\"awD01jL9I\",style:{\"--framer-text-color\":\"var(--token-01cd149b-6bf5-4180-9e60-edd2e605fe88, rgb(90, 88, 87))\"},children:\"All intellectual property rights in the Service, including but not limited to software, logos, and designs, are owned by Uplyt. You may not use or reproduce any intellectual property without prior written consent.\"})}),className:\"framer-n3y0ar\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sb5jx9\",\"data-framer-name\":\"Singel Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v18\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1edzx1k\",\"data-styles-preset\":\"QjHrANfuQ\",style:{\"--framer-text-color\":\"rgb(27, 27, 27)\"},children:\"Limitation of Liability\"})}),className:\"framer-8hpk8b\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v19\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tevzfu\",\"data-styles-preset\":\"awD01jL9I\",style:{\"--framer-text-color\":\"var(--token-01cd149b-6bf5-4180-9e60-edd2e605fe88, rgb(90, 88, 87))\"},children:\"Uplyt is provided on an \u201Cas-is\u201D and \u201Cas-available\u201D basis. To the fullest extent permitted by law, Uplyt disclaims all warranties, express or implied, including but not limited to merchantability, fitness for a particular purpose, and non-infringement.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tevzfu\",\"data-styles-preset\":\"awD01jL9I\",style:{\"--framer-text-color\":\"var(--token-01cd149b-6bf5-4180-9e60-edd2e605fe88, rgb(90, 88, 87))\"},children:\"Uplyt shall not be liable for any indirect, incidental, or consequential damages arising out of your use of the Service.\"})]}),className:\"framer-1kurjve\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gmeewe\",\"data-framer-name\":\"Singel Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v20\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1edzx1k\",\"data-styles-preset\":\"QjHrANfuQ\",style:{\"--framer-text-color\":\"rgb(27, 27, 27)\"},children:\"Termination\"})}),className:\"framer-elv6zg\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v21\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tevzfu\",\"data-styles-preset\":\"awD01jL9I\",style:{\"--framer-text-color\":\"var(--token-01cd149b-6bf5-4180-9e60-edd2e605fe88, rgb(90, 88, 87))\"},children:\"We reserve the right to suspend or terminate your account at any time for any reason, including violation of these Terms of Service. Upon termination, your access to the Service will cease, and your data may be deleted.\"})}),className:\"framer-1bpvfla\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qa19rg\",\"data-framer-name\":\"Singel Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v22\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1edzx1k\",\"data-styles-preset\":\"QjHrANfuQ\",style:{\"--framer-text-color\":\"rgb(27, 27, 27)\"},children:\"Changes to Terms\"})}),className:\"framer-bdefs0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v23\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tevzfu\",\"data-styles-preset\":\"awD01jL9I\",style:{\"--framer-text-color\":\"var(--token-01cd149b-6bf5-4180-9e60-edd2e605fe88, rgb(90, 88, 87))\"},children:\"We may update these Terms of Service from time to time. Changes will be effective when posted on this page. Your continued use of the Service after such changes constitutes your acceptance of the new terms.\"})}),className:\"framer-cmvrce\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16z0fle\",\"data-framer-name\":\"Singel Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v24\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1edzx1k\",\"data-styles-preset\":\"QjHrANfuQ\",style:{\"--framer-text-color\":\"rgb(27, 27, 27)\"},children:\"Governing Law\"})}),className:\"framer-1yvcxjc\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v25\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tevzfu\",\"data-styles-preset\":\"awD01jL9I\",style:{\"--framer-text-color\":\"var(--token-01cd149b-6bf5-4180-9e60-edd2e605fe88, rgb(90, 88, 87))\"},children:\"These Terms of Service shall be governed by and construed in accordance with the laws of France, without regard to its conflict of law principles.\"})}),className:\"framer-1evefvg\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l71fep\",\"data-framer-name\":\"Singel Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v26\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1edzx1k\",\"data-styles-preset\":\"QjHrANfuQ\",style:{\"--framer-text-color\":\"rgb(27, 27, 27)\"},children:\"Contact Us\"})}),className:\"framer-gtm7i0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tevzfu\",\"data-styles-preset\":\"awD01jL9I\",style:{\"--framer-text-color\":\"var(--token-01cd149b-6bf5-4180-9e60-edd2e605fe88, rgb(90, 88, 87))\"},children:\"If you have any questions about these Terms of Service, please contact us at:\"}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-tevzfu\",\"data-styles-preset\":\"awD01jL9I\",style:{\"--framer-text-color\":\"var(--token-01cd149b-6bf5-4180-9e60-edd2e605fe88, rgb(90, 88, 87))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Email:\"}),\" contact@uplyt.io\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"strong\",{children:\"Address:\"}),\" 232 Rue de la Madeleine, 34070 Montpellier, France\"]})]}),className:\"framer-16hjlne\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-znkwp6\",\"data-framer-name\":\"Singel Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v28\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tevzfu\",\"data-styles-preset\":\"awD01jL9I\",style:{\"--framer-text-color\":\"var(--token-01cd149b-6bf5-4180-9e60-edd2e605fe88, rgb(90, 88, 87))\"},children:\"By using the Uplyt.io, you acknowledge that you have read, understood, and agree to be bound by these Terms and Conditions.\"})}),className:\"framer-srs00j\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-flelq9\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c90d7hLzZ:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+4535.4+0+0},F7HCEPBZv:{width:`calc(${componentViewport?.width||\"100vw\"} - 60px)`,y:(componentViewport?.y||0)+0+4570.4+0+0},qSC6u3jZz:{y:(componentViewport?.y||0)+0+4610.4+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:529,width:`calc(${componentViewport?.width||\"100vw\"} - 80px)`,y:(componentViewport?.y||0)+0+4657.4+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yr9rjd-container\",nodeId:\"OD6DTV6UB\",scopeId:\"pii3LJIB9\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c90d7hLzZ:{variant:\"XjLzTSCHn\"},F7HCEPBZv:{variant:\"R3wt6uwZr\"},qSC6u3jZz:{variant:\"a7AkqrIaw\"}},children:/*#__PURE__*/_jsx(CTA,{height:\"100%\",id:\"OD6DTV6UB\",layoutId:\"OD6DTV6UB\",style:{width:\"100%\"},variant:\"VnBn2raVe\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-t4i4qh\",\"data-framer-name\":\"Footer Section\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c90d7hLzZ:{y:(componentViewport?.y||0)+0+5064.4+0+0},F7HCEPBZv:{y:(componentViewport?.y||0)+0+5099.4+0+0},qSC6u3jZz:{y:(componentViewport?.y||0)+0+5139.4+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:483,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+5186.4+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-yze3p4-container\",nodeId:\"I8132wxm9\",scopeId:\"pii3LJIB9\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{c90d7hLzZ:{variant:\"aIP8dcwWT\"},F7HCEPBZv:{variant:\"fXR5WfQZo\"},qSC6u3jZz:{variant:\"tdsgh2yVx\"}},children:/*#__PURE__*/_jsx(MiniFooter,{height:\"100%\",id:\"I8132wxm9\",layoutId:\"I8132wxm9\",style:{width:\"100%\"},variant:\"dWxv5_ca8\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ux0ue.framer-1hcmv3o, .framer-ux0ue .framer-1hcmv3o { display: block; }\",\".framer-ux0ue.framer-f6iyfk { 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: 1440px; }\",\".framer-ux0ue .framer-1jzeq8g-container { flex: none; height: 80px; left: calc(50.00000000000002% - 1320px / 2); position: fixed; top: 30px; width: 1320px; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-ux0ue .framer-1mxllk4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 190px 30px 120px 30px; position: relative; width: 100%; }\",\".framer-ux0ue .framer-exbex7 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 62px; height: min-content; justify-content: center; max-width: 1135px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-ux0ue .framer-1qrv5sv { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ux0ue .framer-1u84yc { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ux0ue .framer-1y0ugxh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px 200px 0px 200px; position: relative; width: 100%; }\",\".framer-ux0ue .framer-9hoonj, .framer-ux0ue .framer-xsagtw, .framer-ux0ue .framer-ozk9am, .framer-ux0ue .framer-5ox656, .framer-ux0ue .framer-1cmt398, .framer-ux0ue .framer-qz0m7p, .framer-ux0ue .framer-mm81yf, .framer-ux0ue .framer-a1fsbu, .framer-ux0ue .framer-1r744zk, .framer-ux0ue .framer-1t9eo20, .framer-ux0ue .framer-1sb5jx9, .framer-ux0ue .framer-1gmeewe, .framer-ux0ue .framer-qa19rg, .framer-ux0ue .framer-16z0fle, .framer-ux0ue .framer-1l71fep, .framer-ux0ue .framer-znkwp6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ux0ue .framer-kaqzoy, .framer-ux0ue .framer-1xarf8, .framer-ux0ue .framer-1ecf1zu, .framer-ux0ue .framer-1voq53u, .framer-ux0ue .framer-1ninozv, .framer-ux0ue .framer-dc5l53, .framer-ux0ue .framer-7ljlsc, .framer-ux0ue .framer-1uhgay4, .framer-ux0ue .framer-p2wmgv, .framer-ux0ue .framer-coo8wk, .framer-ux0ue .framer-224tzh, .framer-ux0ue .framer-1sne68m, .framer-ux0ue .framer-ao3r9e, .framer-ux0ue .framer-1readp5, .framer-ux0ue .framer-f8xaxn, .framer-ux0ue .framer-o92xwb, .framer-ux0ue .framer-n3y0ar, .framer-ux0ue .framer-8hpk8b, .framer-ux0ue .framer-1kurjve, .framer-ux0ue .framer-elv6zg, .framer-ux0ue .framer-1bpvfla, .framer-ux0ue .framer-bdefs0, .framer-ux0ue .framer-cmvrce, .framer-ux0ue .framer-1yvcxjc, .framer-ux0ue .framer-1evefvg, .framer-ux0ue .framer-gtm7i0, .framer-ux0ue .framer-16hjlne, .framer-ux0ue .framer-srs00j { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ux0ue .framer-15yod2c, .framer-ux0ue .framer-8zfwsg, .framer-ux0ue .framer-ir7v6w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ux0ue .framer-flelq9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-ux0ue .framer-1yr9rjd-container, .framer-ux0ue .framer-yze3p4-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-ux0ue .framer-t4i4qh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,\"@media (min-width: 992px) and (max-width: 1439px) { .framer-ux0ue.framer-f6iyfk { width: 992px; } .framer-ux0ue .framer-1jzeq8g-container { height: auto; left: 30px; right: 30px; width: unset; } .framer-ux0ue .framer-1mxllk4 { padding: 180px 30px 90px 30px; } .framer-ux0ue .framer-exbex7 { gap: 55px; max-width: 1000px; } .framer-ux0ue .framer-1y0ugxh { padding: 0px 100px 0px 100px; }}\",\"@media (min-width: 768px) and (max-width: 991px) { .framer-ux0ue.framer-f6iyfk { width: 768px; } .framer-ux0ue .framer-1jzeq8g-container { height: auto; left: 30px; right: 30px; width: unset; } .framer-ux0ue .framer-1mxllk4 { padding: 170px 30px 70px 30px; } .framer-ux0ue .framer-exbex7 { gap: 45px; max-width: 768px; } .framer-ux0ue .framer-1y0ugxh { padding: 0px 40px 0px 40px; } .framer-ux0ue .framer-flelq9 { padding: 0px 30px 0px 30px; }}\",\"@media (max-width: 767px) { .framer-ux0ue.framer-f6iyfk { width: 390px; } .framer-ux0ue .framer-1jzeq8g-container { height: auto; left: 20px; right: 20px; top: 20px; width: unset; } .framer-ux0ue .framer-1mxllk4 { padding: 160px 20px 50px 20px; } .framer-ux0ue .framer-exbex7 { gap: 40px; max-width: 390px; } .framer-ux0ue .framer-1y0ugxh { padding: 0px 10px 0px 10px; } .framer-ux0ue .framer-flelq9 { padding: 0px 20px 0px 20px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4288.5\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"qSC6u3jZz\":{\"layout\":[\"fixed\",\"auto\"]},\"F7HCEPBZv\":{\"layout\":[\"fixed\",\"auto\"]},\"c90d7hLzZ\":{\"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 Framerpii3LJIB9=withCSS(Component,css,\"framer-ux0ue\");export default Framerpii3LJIB9;Framerpii3LJIB9.displayName=\"Home\";Framerpii3LJIB9.defaultProps={height:4288.5,width:1440};addFonts(Framerpii3LJIB9,[{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\"},{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\"}]},...MainMenuFonts,...CTAFonts,...MiniFooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerpii3LJIB9\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qSC6u3jZz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"F7HCEPBZv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"c90d7hLzZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"4288.5\",\"framerIntrinsicWidth\":\"1440\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerColorSyntax\":\"true\"}},\"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", "MainMenuFonts", "getFonts", "KxO1h0SEn_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "RichTextWithFX", "withFX", "RichText2", "MotionDivWithFX", "motion", "CTAFonts", "scM1vMNuv_default", "MiniFooterFonts", "ohzeiO7RA_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "animation2", "transition2", "transition3", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "usePreloadLocalizedValues", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "ContainerWithOptimizedAppearEffect", "KxO1h0SEn_default", "RichTextWithFX", "getLocalizedValue", "x", "MotionDivWithFX", "RichText2", "Container", "scM1vMNuv_default", "ohzeiO7RA_default", "css", "Framerpii3LJIB9", "withCSS", "pii3LJIB9_default", "addFonts", "MainMenuFonts", "CTAFonts", "MiniFooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
