{"version":3,"file":"wCEFiyUzieRXvMEWfVfrkL0J1_Za37tZf4emjvkjd5E.AcljmMRc.mjs","names":["Menu","Image","Social","Footer","metadata","PropertyOverrides"],"sources":["https:/framerusercontent.com/modules/viCx9u6goSyYRZlbDftf/ZxaXliwP0K8ZBD210VYM/XSHJdQtMM.js","https:/framerusercontent.com/modules/UkOH3ajXt6YU34v5PSw5/5xhktb56pmLnoYnTsDSn/XSHJdQtMM.js"],"sourcesContent":["// Generated by Framer (f73129a)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={uBlWHbhYy:new LazyValue(()=>import(\"./XSHJdQtMM-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 (f73129a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getLoadingLazyAtYPosition,Image,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCSS,withFX,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Footer from\"#framer/local/canvasComponent/jqsvzAOOQ/jqsvzAOOQ.js\";import Social from\"#framer/local/canvasComponent/lLOcyxjmU/lLOcyxjmU.js\";import Menu from\"#framer/local/canvasComponent/RVE9F09M6/RVE9F09M6.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/XSHJdQtMM/XSHJdQtMM.js\";import metadataProvider from\"#framer/local/webPageMetadata/XSHJdQtMM/XSHJdQtMM.js\";const MenuFonts=getFonts(Menu);const MenuWithVariantAppearEffect=withVariantAppearEffect(Menu);const MotionDivWithFX=withFX(motion.div);const ImageWithFX=withFX(Image);const SocialFonts=getFonts(Social);const FooterFonts=getFonts(Footer);const breakpoints={gZcalNlO5:\"(min-width: 768px) and (max-width: 1023px)\",Loe7bmn9r:\"(min-width: 1920px)\",OQ6QTI2aS:\"(max-width: 767px)\",usfQgyNlB:\"(min-width: 1024px) and (max-width: 1919px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-yz8eA\";const variantClassNames={gZcalNlO5:\"framer-v-xw5p4z\",Loe7bmn9r:\"framer-v-mllypq\",OQ6QTI2aS:\"framer-v-7697d\",usfQgyNlB:\"framer-v-lzjmc6\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition1={delay:0,duration:4,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:50};const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};const transition2={delay:0,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:150};const convertFromEnum=(value,activeLocale)=>{switch(value){case\"default\":return\"f6fIWiBCZ\";case\"uBlWHbhYy\":return\"PvFPkwuQf\";default:return\"f6fIWiBCZ\";}};const convertFromEnum1=(value,activeLocale)=>{switch(value){case\"default\":return\"oYSJZ5INg\";case\"uBlWHbhYy\":return\"oYSJZ5INg\";default:return\"oYSJZ5INg\";}};const convertFromEnum2=(value,activeLocale)=>{switch(value){case\"default\":return\"WIou0ivJ5\";case\"uBlWHbhYy\":return\"WIou0ivJ5\";default:return\"WIou0ivJ5\";}};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop 2\":\"Loe7bmn9r\",Desktop:\"usfQgyNlB\",Phone:\"OQ6QTI2aS\",Tablet:\"gZcalNlO5\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"usfQgyNlB\"};};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=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const elementId=useRouteElementId(\"eiwUe9sE5\");usePreloadLocalizedValues(activeLocale);const isDisplayed=()=>{if(!isBrowser())return true;if([\"gZcalNlO5\",\"OQ6QTI2aS\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if([\"gZcalNlO5\",\"OQ6QTI2aS\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"Loe7bmn9r\")return false;return true;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"Loe7bmn9r\")return true;return false;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"usfQgyNlB\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(18, 155, 106); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-lzjmc6\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:95,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1b8cblm-container\",layoutScroll:true,nodeId:\"DcN0UeAI1\",rendersWithMotion:true,scopeId:\"XSHJdQtMM\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OQ6QTI2aS:{__framer__variantAppearEffectEnabled:undefined,variant:\"L3wu689Wv\"}},children:/*#__PURE__*/_jsx(MenuWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{offset:-10,ref:ref1,target:\"gQqFFuk3p\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"DcN0UeAI1\",layoutId:\"DcN0UeAI1\",style:{width:\"100%\"},variant:\"aHF4gb4rQ\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cemwsk\",\"data-framer-name\":\"First Section\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition1,__perspectiveFX:false,__targetOpacity:.4,className:\"framer-1dlfrjj\",\"data-framer-name\":\"Ellipse 11\",transformTemplate:transformTemplate2}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7mta3w\",\"data-framer-name\":\"First First\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bmvj04\",\"data-framer-name\":\"Frame 104\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-xfiix4\",\"data-framer-name\":\"Frame 66\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OQ6QTI2aS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC03MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"67px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Tokenomics\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC03MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"72px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Tokenomics\"})}),className:\"framer-4hbb62\",\"data-framer-name\":\"Empowering Innovation\",fonts:[\"GF;Montserrat-700\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-spuzw4\",\"data-framer-name\":\"Section Two\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-zqbb5b\",\"data-framer-name\":\"White Element\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:257,intrinsicWidth:1924,style:{rotate:180},svg:'<svg width=\"1924\" height=\"257\" viewBox=\"-1 -1 1924 257\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1921.5 0L0 200.5V254.5H1921.5V0Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-19oix90\",\"data-framer-name\":\"White Element\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:257,intrinsicWidth:1924,svg:'<svg width=\"1924\" height=\"257\" viewBox=\"-1 -1 1924 257\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1921.5 0L0 200.5V254.5H1921.5V0Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-13n9yj8\",\"data-framer-name\":\"BG Zadej\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-iysh5s\",\"data-framer-name\":\"BG Zadej\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c7ftt6\",\"data-framer-name\":\"Frame 33\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-f3gopn\",\"data-framer-name\":\"Frame 13\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-176v6zi\",\"data-framer-name\":\"Frame 113\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9ggnq\",\"data-framer-name\":\"Frame 111\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18v3r6b\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC03MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"58px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(18, 155, 106)\"},children:[\"Green \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(22, 22, 22)\"},children:\"Energy\"})]})}),className:\"framer-r1esk9\",\"data-framer-name\":\"Join Upstarty\",fonts:[\"GF;Montserrat-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"div\",{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(22, 22, 22)\"},children:[\"Our token empowers the future of sustainable energy,\\xa0\",/*#__PURE__*/_jsx(\"strong\",{children:\"guaranteeing growth in a sector of increasing global importance\"}),\". Collaborating with industry veterans, we develop and manage solar power plants and advanced energy storage systems. With long-term contracts and steady revenue streams, investments in green energy deliver\\xa0\",/*#__PURE__*/_jsx(\"strong\",{children:\"security and profitability for decades to come\"}),\".\"]})}),className:\"framer-4nae5u\",\"data-framer-name\":\"Join Upstarty Token, an innovative ecosystem that offers a multifaceted approach to startup funding by harnessing the power of blockchain technology and cryptocurrency.\",fonts:[\"GF;Montserrat-regular\",\"GF;Montserrat-700\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OQ6QTI2aS:{background:{alt:\"\",fit:\"fit\",pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/mmkimf47ClnSthaY3dJuIcqCxfo.png\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+600+0+0+26+0+0+0+0+0+0+495),pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/mmkimf47ClnSthaY3dJuIcqCxfo.png\"},className:\"framer-11wd74x\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ngiszs\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC03MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"58px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(22, 22, 22)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(18, 155, 106)\"},children:\"Timber \"}),\"Industry\"]})}),className:\"framer-n416td\",\"data-framer-name\":\"Join Upstarty\",fonts:[\"GF;Montserrat-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"div\",{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(22, 22, 22)\"},children:[\"Investing in the timber industry supports\\xa0\",/*#__PURE__*/_jsx(\"strong\",{children:\"sustainable natural resource management\"}),\"\\xa0through carefully designed mid-to-long-term strategies. Our experts, backed by\\xa0\",/*#__PURE__*/_jsx(\"strong\",{children:\"decades of experience\"}),\"\\xa0\",/*#__PURE__*/_jsx(\"strong\",{children:\"and long-term contracts with national forestry agencies\"}),\", ensure a reliable supply of sawn timber and wooden semi-products—\",/*#__PURE__*/_jsx(\"strong\",{children:\"high-demand materials in today’s market\"}),\". These established agreements not only reflect the\\xa0\",/*#__PURE__*/_jsx(\"strong\",{children:\"trust and credibility of our operations\"}),\"\\xa0but also\\xa0\",/*#__PURE__*/_jsx(\"strong\",{children:\"guarantee resource stability\"}),\"\\xa0and responsible forestry practices.\"]})}),className:\"framer-1wwk6fm\",\"data-framer-name\":\"Join Upstarty Token, an innovative ecosystem that offers a multifaceted approach to startup funding by harnessing the power of blockchain technology and cryptocurrency.\",fonts:[\"GF;Montserrat-regular\",\"GF;Montserrat-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OQ6QTI2aS:{background:{alt:\"\",fit:\"fit\",pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/5wegRAHhLcLpCQSDOmkRMJMKji0.png\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+600+0+0+26+0+0+0+0+0+0+852+0+458),pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/5wegRAHhLcLpCQSDOmkRMJMKji0.png\"},className:\"framer-6apdvn\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jqy73h\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC03MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"58px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(18, 155, 106)\"},children:[\"Entertainment \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(22, 22, 22)\"},children:\"Industry\"})]})}),className:\"framer-grv706\",\"data-framer-name\":\"Join Upstarty\",fonts:[\"GF;Montserrat-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"div\",{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(22, 22, 22)\"},children:[\"We strategically invest in entertainment projects, such as festivals and large-scale events, offering continuous opportunities for\\xa0\",/*#__PURE__*/_jsx(\"strong\",{children:\"growth and expansion\"}),\", with each event contributing to\\xa0\",/*#__PURE__*/_jsx(\"strong\",{children:\"mid-term profitability and long-term development\"}),\".\"]})}),className:\"framer-8mzxpe\",\"data-framer-name\":\"Join Upstarty Token, an innovative ecosystem that offers a multifaceted approach to startup funding by harnessing the power of blockchain technology and cryptocurrency.\",fonts:[\"GF;Montserrat-regular\",\"GF;Montserrat-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OQ6QTI2aS:{background:{alt:\"\",fit:\"fit\",pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/72p0dqALNdyg3LiIkI1MdPuZGpM.png\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+600+0+0+26+0+0+0+0+0+0+1667+0+458),pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/72p0dqALNdyg3LiIkI1MdPuZGpM.png\"},className:\"framer-13vwabm\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lti6zf\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OQ6QTI2aS:{children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC03MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"58px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(18, 155, 106)\"},children:[\"Cryptocurrency Management \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(22, 22, 22)\"},children:\"and Trading\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC03MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"58px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(18, 155, 106)\"},children:[\"Cryptocurrency Management \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(22, 22, 22)\"},children:\"and Trading\"})]})}),className:\"framer-bqwqay\",\"data-framer-name\":\"Join Upstarty\",fonts:[\"GF;Montserrat-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"div\",{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(22, 22, 22)\"},children:[\"Our team of cryptocurrency experts implements\\xa0\",/*#__PURE__*/_jsx(\"strong\",{children:\"well-thought-out trading strategies\"}),\", focusing on long-term growth. Through a balanced portfolio of diverse crypto assets, we\\xa0\",/*#__PURE__*/_jsx(\"strong\",{children:\"maintain flexibility and profitability\"}),\"\\xa0even in rapidly changing markets.\"]})}),className:\"framer-12prhqe\",\"data-framer-name\":\"Join Upstarty Token, an innovative ecosystem that offers a multifaceted approach to startup funding by harnessing the power of blockchain technology and cryptocurrency.\",fonts:[\"GF;Montserrat-regular\",\"GF;Montserrat-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OQ6QTI2aS:{background:{alt:\"\",fit:\"fit\",pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/79KrmSS1WDH9GX7xZniKbUKkAT4.png\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+600+0+0+26+0+0+0+0+0+0+2482+0+488),pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/79KrmSS1WDH9GX7xZniKbUKkAT4.png\"},className:\"framer-k8kso2\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lilonl\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC03MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"58px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(18, 155, 106)\"},children:[\"Precious \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(22, 22, 22)\"},children:\"Metals\"})]})}),className:\"framer-4tguhf\",\"data-framer-name\":\"Join Upstarty\",fonts:[\"GF;Montserrat-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"div\",{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(22, 22, 22)\"},children:[\"Precious metals are integral to our investment portfolio, offering\\xa0\",/*#__PURE__*/_jsx(\"strong\",{children:\"enduring value and stability\"}),\". Investing in precious metals provides\\xa0\",/*#__PURE__*/_jsx(\"strong\",{children:\"protection through economic cycles\"}),\"\\xa0and ensures\\xa0\",/*#__PURE__*/_jsx(\"strong\",{children:\"long-term growth and security\"}),\".\"]})}),className:\"framer-14pd815\",\"data-framer-name\":\"Join Upstarty Token, an innovative ecosystem that offers a multifaceted approach to startup funding by harnessing the power of blockchain technology and cryptocurrency.\",fonts:[\"GF;Montserrat-regular\",\"GF;Montserrat-700\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OQ6QTI2aS:{background:{alt:\"\",fit:\"fit\",pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/R8K1urPIxXJx7xEbrOmsdNrgFBM.png\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+600+0+0+26+3825),pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/R8K1urPIxXJx7xEbrOmsdNrgFBM.png\"},className:\"framer-zdhgr4\"})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-107zayf\",\"data-framer-name\":\"Section Eleven\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gZcalNlO5:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4823+1579-548),pixelHeight:1729,pixelWidth:2127,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} + 1103px)`,src:\"https://framerusercontent.com/images/RZLKFS72yAO00JmYy259bN4BQ5Y.png\",srcSet:\"https://framerusercontent.com/images/RZLKFS72yAO00JmYy259bN4BQ5Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/RZLKFS72yAO00JmYy259bN4BQ5Y.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/RZLKFS72yAO00JmYy259bN4BQ5Y.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/RZLKFS72yAO00JmYy259bN4BQ5Y.png 2127w\"}},OQ6QTI2aS:{background:{alt:\"\",fit:\"fit\",pixelHeight:1729,pixelWidth:2127,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} + 1103px)`,src:\"https://framerusercontent.com/images/RZLKFS72yAO00JmYy259bN4BQ5Y.png\",srcSet:\"https://framerusercontent.com/images/RZLKFS72yAO00JmYy259bN4BQ5Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/RZLKFS72yAO00JmYy259bN4BQ5Y.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/RZLKFS72yAO00JmYy259bN4BQ5Y.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/RZLKFS72yAO00JmYy259bN4BQ5Y.png 2127w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4823+1475-548),pixelHeight:1729,pixelWidth:2127,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} + 1103px)`,src:\"https://framerusercontent.com/images/RZLKFS72yAO00JmYy259bN4BQ5Y.png\",srcSet:\"https://framerusercontent.com/images/RZLKFS72yAO00JmYy259bN4BQ5Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/RZLKFS72yAO00JmYy259bN4BQ5Y.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/RZLKFS72yAO00JmYy259bN4BQ5Y.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/RZLKFS72yAO00JmYy259bN4BQ5Y.png 2127w\"},className:\"framer-1kvkk1t\",\"data-framer-name\":\"image 9\"})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:.3,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-l0746z\",\"data-framer-name\":\"Ellipse 10\",style:{rotate:-45}}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i1297p\",\"data-framer-name\":\"Frame 64\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3euzph\",\"data-framer-name\":\"Frame 60\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ba6rgg\",\"data-framer-name\":\"Frame 134\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC03MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"58px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Follow\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(0, 66, 42)\"},children:\" Us\"})]})}),className:\"framer-xii4h4\",\"data-framer-name\":\"Follow Us\",fonts:[\"GF;Montserrat-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"29px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(220, 220, 220)\"},children:\"For upcoming news follow on social media.\"})}),className:\"framer-zdhi87\",\"data-framer-name\":\"For upcoming news follow on social media.\",fonts:[\"GF;Montserrat-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ihvcbd\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gZcalNlO5:{width:`max((min(${componentViewport?.width||\"100vw\"} - 32px, 1400px) - 52px) / 3, 200px)`,y:(componentViewport?.y||0)+0+4823+250+0+0+0+0+515+0+0},OQ6QTI2aS:{height:undefined,width:undefined,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"110px\",y:(componentViewport?.y||0)+0+4823+250+0+0+0+0+515+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-b0timu-container\",nodeId:\"x7NfoZNoQ\",scopeId:\"XSHJdQtMM\",children:/*#__PURE__*/_jsx(Social,{height:\"100%\",id:\"x7NfoZNoQ\",layoutId:\"x7NfoZNoQ\",nlfL19hEc:\"https://www.youtube.com/@UpsmartyToken\",style:{height:\"100%\",width:\"100%\"},variant:\"vGazept1w\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gZcalNlO5:{width:`max((min(${componentViewport?.width||\"100vw\"} - 32px, 1400px) - 52px) / 3, 200px)`,y:(componentViewport?.y||0)+0+4823+250+0+0+0+0+515+0+0},OQ6QTI2aS:{height:undefined,width:undefined,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"110px\",y:(componentViewport?.y||0)+0+4823+250+0+0+0+0+515+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rlq7x0-container\",nodeId:\"K2g66ORfK\",scopeId:\"XSHJdQtMM\",children:/*#__PURE__*/_jsx(Social,{height:\"100%\",id:\"K2g66ORfK\",layoutId:\"K2g66ORfK\",nlfL19hEc:\"https://x.com/UpsmartyToken\",style:{height:\"100%\",width:\"100%\"},variant:\"oYbmeluCh\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gZcalNlO5:{width:`max((min(${componentViewport?.width||\"100vw\"} - 32px, 1400px) - 52px) / 3, 200px)`,y:(componentViewport?.y||0)+0+4823+250+0+0+0+0+515+0+0},OQ6QTI2aS:{height:undefined,width:undefined,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"110px\",y:(componentViewport?.y||0)+0+4823+250+0+0+0+0+515+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1miq3hi-container\",nodeId:\"Vl18o6vAL\",scopeId:\"XSHJdQtMM\",children:/*#__PURE__*/_jsx(Social,{height:\"100%\",id:\"Vl18o6vAL\",layoutId:\"Vl18o6vAL\",nlfL19hEc:\"https://www.instagram.com/upsmarty_token/\",style:{height:\"100%\",width:\"100%\"},variant:\"o14CnctJA\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gZcalNlO5:{width:`max((min(${componentViewport?.width||\"100vw\"} - 32px, 1400px) - 52px) / 3, 200px)`,y:(componentViewport?.y||0)+0+4823+250+0+0+0+0+515+0+126},OQ6QTI2aS:{height:undefined,width:undefined,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"110px\",y:(componentViewport?.y||0)+0+4823+250+0+0+0+0+515+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qyl6rz-container\",nodeId:\"YbiMjZQVa\",scopeId:\"XSHJdQtMM\",children:/*#__PURE__*/_jsx(Social,{height:\"100%\",id:\"YbiMjZQVa\",layoutId:\"YbiMjZQVa\",nlfL19hEc:\"https://www.facebook.com/UpsmartyToken/\",style:{height:\"100%\",width:\"100%\"},variant:\"LcUaJ_GqJ\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gZcalNlO5:{height:100,width:`max((min(${componentViewport?.width||\"100vw\"} - 32px, 1400px) - 52px) / 3, 200px)`,y:(componentViewport?.y||0)+0+4823+250+0+0+0+0+515+0+126}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-9zpdtk-container hidden-lzjmc6 hidden-mllypq\",nodeId:\"NsIvFhIkR\",scopeId:\"XSHJdQtMM\",children:/*#__PURE__*/_jsx(Social,{height:\"100%\",id:\"NsIvFhIkR\",layoutId:\"NsIvFhIkR\",nlfL19hEc:\"https://www.tiktok.com/@upsmartytoken\",style:{height:\"100%\",width:\"100%\"},variant:\"oYSJZ5INg\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gZcalNlO5:{height:100,width:`max((min(${componentViewport?.width||\"100vw\"} - 32px, 1400px) - 52px) / 3, 200px)`,y:(componentViewport?.y||0)+0+4823+250+0+0+0+0+515+0+126}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-lmttde-container hidden-lzjmc6 hidden-mllypq\",nodeId:\"owb9lD78W\",scopeId:\"XSHJdQtMM\",children:/*#__PURE__*/_jsx(Social,{height:\"100%\",id:\"owb9lD78W\",layoutId:\"owb9lD78W\",nlfL19hEc:\"https://t.me/upsmartytoken\",style:{height:\"100%\",width:\"100%\"},variant:\"f6fIWiBCZ\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gZcalNlO5:{height:100,width:`max((min(${componentViewport?.width||\"100vw\"} - 32px, 1400px) - 52px) / 3, 200px)`,y:(componentViewport?.y||0)+0+4823+250+0+0+0+0+515+0+252}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10idhta-container hidden-lzjmc6 hidden-mllypq\",nodeId:\"xb_QD0l0R\",scopeId:\"XSHJdQtMM\",children:/*#__PURE__*/_jsx(Social,{height:\"100%\",id:\"xb_QD0l0R\",layoutId:\"xb_QD0l0R\",nlfL19hEc:\" https://discord.gg/v9jen2j7\",style:{height:\"100%\",width:\"100%\"},variant:\"Dz4j896Ur\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gZcalNlO5:{height:100,width:`max((min(${componentViewport?.width||\"100vw\"} - 32px, 1400px) - 52px) / 3, 200px)`,y:(componentViewport?.y||0)+0+4823+250+0+0+0+0+515+0+252}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-clb3pm-container hidden-lzjmc6 hidden-mllypq\",nodeId:\"HELtysVuX\",scopeId:\"XSHJdQtMM\",children:/*#__PURE__*/_jsx(Social,{height:\"100%\",id:\"HELtysVuX\",layoutId:\"HELtysVuX\",nlfL19hEc:\"https://www.coingecko.com/en/coins/upstarty\",style:{height:\"100%\",width:\"100%\"},variant:\"WIou0ivJ5\",width:\"100%\",ZNBjrA6ve:\"https://www.coingecko.com/en/coins/upstarty\"})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bldq1w hidden-xw5p4z hidden-7697d\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"110px\",y:(componentViewport?.y||0)+0+4823+250+0+0+0+0+663+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4hfiuf-container\",nodeId:\"c_8Pgaei0\",scopeId:\"XSHJdQtMM\",children:/*#__PURE__*/_jsx(Social,{height:\"100%\",id:\"c_8Pgaei0\",layoutId:\"c_8Pgaei0\",nlfL19hEc:\"https://discord.gg/v9jen2j7\",style:{height:\"100%\",width:\"100%\"},variant:\"Dz4j896Ur\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"110px\",y:(componentViewport?.y||0)+0+4823+250+0+0+0+0+663+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1021u49-container\",nodeId:\"YJy5CIuj0\",scopeId:\"XSHJdQtMM\",children:/*#__PURE__*/_jsx(Social,{height:\"100%\",id:\"YJy5CIuj0\",layoutId:\"YJy5CIuj0\",nlfL19hEc:\"https://t.me/upsmartytoken\",style:{height:\"100%\",width:\"100%\"},variant:convertFromEnum(activeLocale?.id,activeLocale),width:\"100%\",ZNBjrA6ve:\"https://t.me/upsmartytoken\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"110px\",y:(componentViewport?.y||0)+0+4823+250+0+0+0+0+663+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ocba6j-container\",nodeId:\"wVQsUuwHS\",scopeId:\"XSHJdQtMM\",children:/*#__PURE__*/_jsx(Social,{height:\"100%\",id:\"wVQsUuwHS\",layoutId:\"wVQsUuwHS\",nlfL19hEc:\"https://www.tiktok.com/@upsmartytoken\",style:{height:\"100%\",width:\"100%\"},variant:convertFromEnum1(activeLocale?.id,activeLocale),width:\"100%\",ZNBjrA6ve:\"https://www.tiktok.com/@upsmartytoken\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"110px\",y:(componentViewport?.y||0)+0+4823+250+0+0+0+0+663+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qyvf4z-container\",nodeId:\"DJiZla5VQ\",scopeId:\"XSHJdQtMM\",children:/*#__PURE__*/_jsx(Social,{height:\"100%\",id:\"DJiZla5VQ\",layoutId:\"DJiZla5VQ\",nlfL19hEc:\"https://www.coingecko.com/en/coins/upstarty\",style:{height:\"100%\",width:\"100%\"},variant:convertFromEnum2(activeLocale?.id,activeLocale),width:\"100%\",ZNBjrA6ve:\"https://www.coingecko.com/en/coins/upstarty\"})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-b87zrj\",\"data-framer-name\":\"Frame 61\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gZcalNlO5:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4823+250+0+0+987+0+0),pixelHeight:1368,pixelWidth:1904,positionX:\"center\",positionY:\"center\",sizes:\"476px\",src:\"https://framerusercontent.com/images/wwCdi94dEI7RDrJg7FWNzoH5c.png\",srcSet:\"https://framerusercontent.com/images/wwCdi94dEI7RDrJg7FWNzoH5c.png?scale-down-to=512 512w,https://framerusercontent.com/images/wwCdi94dEI7RDrJg7FWNzoH5c.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/wwCdi94dEI7RDrJg7FWNzoH5c.png 1904w\"}},OQ6QTI2aS:{background:{alt:\"\",fit:\"stretch\",pixelHeight:1368,pixelWidth:1904,positionX:\"center\",positionY:\"center\",sizes:\"330px\",src:\"https://framerusercontent.com/images/wwCdi94dEI7RDrJg7FWNzoH5c.png\",srcSet:\"https://framerusercontent.com/images/wwCdi94dEI7RDrJg7FWNzoH5c.png?scale-down-to=512 512w,https://framerusercontent.com/images/wwCdi94dEI7RDrJg7FWNzoH5c.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/wwCdi94dEI7RDrJg7FWNzoH5c.png 1904w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4823+250+0+0+883+0+0),pixelHeight:1368,pixelWidth:1904,positionX:\"center\",positionY:\"center\",sizes:\"476px\",src:\"https://framerusercontent.com/images/wwCdi94dEI7RDrJg7FWNzoH5c.png\",srcSet:\"https://framerusercontent.com/images/wwCdi94dEI7RDrJg7FWNzoH5c.png?scale-down-to=512 512w,https://framerusercontent.com/images/wwCdi94dEI7RDrJg7FWNzoH5c.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/wwCdi94dEI7RDrJg7FWNzoH5c.png 1904w\"},className:\"framer-1lh1gwn\",\"data-framer-name\":\"Image\"})})})]})]}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gZcalNlO5:{y:(componentViewport?.y||0)+0+6402},OQ6QTI2aS:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:71,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+6298,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ae6l8h-container hidden-mllypq\",nodeId:\"I95fY_hTy\",scopeId:\"XSHJdQtMM\",children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"I95fY_hTy\",layoutId:\"I95fY_hTy\",style:{width:\"100%\"},width:\"100%\"})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Loe7bmn9r:{height:71,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+6298}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-15vsen4-container hidden-lzjmc6 hidden-xw5p4z hidden-7697d\",nodeId:\"S6o61HwUe\",scopeId:\"XSHJdQtMM\",children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"S6o61HwUe\",layoutId:\"S6o61HwUe\",style:{width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-yz8eA.framer-7ifp95, .framer-yz8eA .framer-7ifp95 { display: block; }\",\".framer-yz8eA.framer-lzjmc6 { align-content: center; align-items: center; background-color: #129b6a; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1024px; }\",\".framer-yz8eA .framer-1b8cblm-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-yz8eA .framer-cemwsk { align-content: center; align-items: center; background: linear-gradient(185.58641395132068deg, #003824 0%, rgb(18, 155, 106) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 600px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-yz8eA .framer-1dlfrjj { aspect-ratio: 1 / 1; background: linear-gradient(180deg, #0a8f60 0%, rgba(10, 117, 79, 0.1) 100%); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 640px); opacity: 0.4; position: absolute; right: -447px; top: 52%; transform: translateY(-50%); width: 640px; z-index: 0; }\",\".framer-yz8eA .framer-7mta3w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1400px; overflow: visible; padding: 0px 16px 58px 16px; position: relative; width: 100%; }\",\".framer-yz8eA .framer-1bmvj04 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 120px; height: min-content; justify-content: flex-start; overflow: visible; padding: 220px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-yz8eA .framer-xfiix4 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 42px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-yz8eA .framer-4hbb62, .framer-yz8eA .framer-xii4h4, .framer-yz8eA .framer-zdhi87 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-yz8eA .framer-spuzw4 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 16px 40px 16px; position: relative; width: 100%; }\",\".framer-yz8eA .framer-zqbb5b { bottom: -225px; flex: none; height: 257px; left: -8px; position: absolute; right: -8px; z-index: 1; }\",\".framer-yz8eA .framer-19oix90 { flex: none; height: 257px; left: -8px; position: absolute; right: -8px; top: -239px; z-index: 1; }\",\".framer-yz8eA .framer-13n9yj8 { -webkit-filter: blur(150px); aspect-ratio: 1 / 1; background-color: #129b6a; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(150px); flex: none; height: var(--framer-aspect-ratio-supported, 387px); opacity: 0.2; position: absolute; right: -292px; top: -164px; width: 387px; z-index: 1; }\",\".framer-yz8eA .framer-iysh5s { -webkit-filter: blur(200px); aspect-ratio: 1 / 1; background-color: #129b6a; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: -19px; filter: blur(200px); flex: none; height: var(--framer-aspect-ratio-supported, 693px); left: -534px; opacity: 0.1; position: absolute; width: 693px; z-index: 1; }\",\".framer-yz8eA .framer-1c7ftt6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; max-width: 1400px; overflow: visible; padding: 26px 0px 32px 0px; position: relative; width: 100%; }\",\".framer-yz8eA .framer-f3gopn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 42px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-yz8eA .framer-176v6zi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-yz8eA .framer-9ggnq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 57px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-yz8eA .framer-18v3r6b, .framer-yz8eA .framer-lilonl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-yz8eA .framer-r1esk9, .framer-yz8eA .framer-4nae5u, .framer-yz8eA .framer-n416td, .framer-yz8eA .framer-1wwk6fm, .framer-yz8eA .framer-grv706, .framer-yz8eA .framer-8mzxpe, .framer-yz8eA .framer-bqwqay, .framer-yz8eA .framer-12prhqe, .framer-yz8eA .framer-4tguhf, .framer-yz8eA .framer-14pd815 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 731px; word-break: break-word; word-wrap: break-word; }\",\".framer-yz8eA .framer-11wd74x { flex: none; height: 300px; overflow: visible; position: relative; width: 400px; }\",\".framer-yz8eA .framer-ngiszs, .framer-yz8eA .framer-jqy73h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-yz8eA .framer-6apdvn, .framer-yz8eA .framer-13vwabm, .framer-yz8eA .framer-k8kso2, .framer-yz8eA .framer-zdhgr4 { flex: none; height: 300px; position: relative; width: 400px; }\",\".framer-yz8eA .framer-1lti6zf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-yz8eA .framer-107zayf { 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: 250px 16px 0px 16px; position: relative; width: 100%; }\",\".framer-yz8eA .framer-1kvkk1t { bottom: -1182px; flex: none; height: 1730px; left: -552px; position: absolute; right: -551px; z-index: 0; }\",\".framer-yz8eA .framer-l0746z { aspect-ratio: 1 / 1; background: linear-gradient(180deg, #0a8f60 0%, rgba(10, 117, 79, 0.1) 100%); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: 72px; flex: none; height: var(--framer-aspect-ratio-supported, 454px); position: absolute; right: -361px; width: 454px; z-index: 1; }\",\".framer-yz8eA .framer-1i1297p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 120px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-yz8eA .framer-3euzph { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; max-width: 1400px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-yz8eA .framer-1ba6rgg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-yz8eA .framer-1ihvcbd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-yz8eA .framer-b0timu-container, .framer-yz8eA .framer-1rlq7x0-container, .framer-yz8eA .framer-1miq3hi-container, .framer-yz8eA .framer-1qyl6rz-container, .framer-yz8eA .framer-9zpdtk-container, .framer-yz8eA .framer-lmttde-container, .framer-yz8eA .framer-10idhta-container, .framer-yz8eA .framer-clb3pm-container, .framer-yz8eA .framer-4hfiuf-container, .framer-yz8eA .framer-1021u49-container, .framer-yz8eA .framer-1ocba6j-container, .framer-yz8eA .framer-qyvf4z-container { flex: none; height: 100px; position: relative; width: 110px; }\",\".framer-yz8eA .framer-1bldq1w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 992px; }\",\".framer-yz8eA .framer-b87zrj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: 342px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-yz8eA .framer-1lh1gwn { aspect-ratio: 1.391812865497076 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 342px); position: relative; width: 476px; }\",\".framer-yz8eA .framer-1ae6l8h-container, .framer-yz8eA .framer-15vsen4-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@media (min-width: 768px) and (max-width: 1023px) { .framer-yz8eA.framer-lzjmc6 { width: 768px; } .framer-yz8eA .framer-1bmvj04 { flex-direction: column; gap: 70px; } .framer-yz8eA .framer-xfiix4 { flex: none; width: 100%; } .framer-yz8eA .framer-zqbb5b { bottom: -177px; left: -61px; right: unset; width: 1040px; } .framer-yz8eA .framer-19oix90 { left: 0px; right: -16px; top: -224px; } .framer-yz8eA .framer-f3gopn { order: 0; } .framer-yz8eA .framer-zdhgr4 { order: 1; } .framer-yz8eA .framer-1ihvcbd { align-content: unset; align-items: unset; display: grid; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(200px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); } .framer-yz8eA .framer-b0timu-container, .framer-yz8eA .framer-1rlq7x0-container, .framer-yz8eA .framer-1miq3hi-container, .framer-yz8eA .framer-1qyl6rz-container, .framer-yz8eA .framer-9zpdtk-container, .framer-yz8eA .framer-lmttde-container, .framer-yz8eA .framer-10idhta-container, .framer-yz8eA .framer-clb3pm-container { align-self: start; height: 100%; justify-self: start; width: 100%; }}\",\"@media (max-width: 767px) { .framer-yz8eA.framer-lzjmc6 { width: 390px; } .framer-yz8eA .framer-1bmvj04 { flex-direction: column; gap: 70px; } .framer-yz8eA .framer-xfiix4 { flex: none; width: 100%; } .framer-yz8eA .framer-zqbb5b { bottom: -217px; left: -528px; right: -122px; } .framer-yz8eA .framer-iysh5s { bottom: unset; left: -483px; top: -5px; } .framer-yz8eA .framer-1c7ftt6, .framer-yz8eA .framer-176v6zi { width: 358px; } .framer-yz8eA .framer-f3gopn { order: 0; width: min-content; } .framer-yz8eA .framer-r1esk9, .framer-yz8eA .framer-4nae5u, .framer-yz8eA .framer-n416td, .framer-yz8eA .framer-1wwk6fm, .framer-yz8eA .framer-grv706, .framer-yz8eA .framer-8mzxpe, .framer-yz8eA .framer-bqwqay, .framer-yz8eA .framer-12prhqe, .framer-yz8eA .framer-4tguhf, .framer-yz8eA .framer-14pd815 { width: 100%; } .framer-yz8eA .framer-zdhgr4 { order: 1; } .framer-yz8eA .framer-l0746z { z-index: 0; } .framer-yz8eA .framer-1ihvcbd { align-content: unset; align-items: unset; display: grid; gap: 17px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(auto-fill, minmax(158px, 1fr)); } .framer-yz8eA .framer-b0timu-container, .framer-yz8eA .framer-1rlq7x0-container, .framer-yz8eA .framer-1miq3hi-container, .framer-yz8eA .framer-1qyl6rz-container, .framer-yz8eA .framer-9zpdtk-container, .framer-yz8eA .framer-lmttde-container, .framer-yz8eA .framer-10idhta-container, .framer-yz8eA .framer-clb3pm-container { align-self: start; height: 100%; justify-self: start; width: 100%; } .framer-yz8eA .framer-b87zrj { height: min-content; } .framer-yz8eA .framer-1lh1gwn { height: var(--framer-aspect-ratio-supported, 237px); width: 330px; }}\",\"@media (min-width: 1920px) { .framer-yz8eA.framer-lzjmc6 { width: 1920px; } .framer-yz8eA .framer-k8kso2 { overflow: visible; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4816.5\n * @framerIntrinsicWidth 1024\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"gZcalNlO5\":{\"layout\":[\"fixed\",\"auto\"]},\"OQ6QTI2aS\":{\"layout\":[\"fixed\",\"auto\"]},\"Loe7bmn9r\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"eiwUe9sE5\":{\"pattern\":\":eiwUe9sE5\",\"name\":\"menu\"}}\n * @framerResponsiveScreen\n */const FramerXSHJdQtMM=withCSS(Component,css,\"framer-yz8eA\");export default FramerXSHJdQtMM;FramerXSHJdQtMM.displayName=\"Mission\";FramerXSHJdQtMM.defaultProps={height:4816.5,width:1024};addFonts(FramerXSHJdQtMM,[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w7Y3tcoqK5.woff2\",weight:\"700\"},{family:\"Montserrat\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew7Y3tcoqK5.woff2\",weight:\"400\"}]},...MenuFonts,...SocialFonts,...FooterFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXSHJdQtMM\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1024\",\"framerResponsiveScreen\":\"\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gZcalNlO5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OQ6QTI2aS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Loe7bmn9r\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerScrollSections\":\"{\\\"eiwUe9sE5\\\":{\\\"pattern\\\":\\\":eiwUe9sE5\\\",\\\"name\\\":\\\"menu\\\"}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"4816.5\",\"framerAutoSizeImages\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}