{"version":3,"file":"j-Jn7v9jg3kgJyXUqXxCHN_jzlFjQ4fzN4Iqpx8_VwM.C616IC74.mjs","names":["useState","_Fragment","Component","props","l","n","a","o","r","e","i","NavBreadCrumItem","ScrollProgressBar","ButtonStaking","ButtonText","BlogBlogItem","prefix","suffix","props","useRef","Blog","Protocols","metadata","metadataProvider","className","PropertyOverrides","Image","componentPresets.props[\"lkKDcahZB\"]","componentPresets.props[\"nJl0z6XM4\"]","_Fragment","EsbrHvHTgV9DIMXSPS","idV9DIMXSPS","LnfSqwLceV9DIMXSPS","AP53sz59riM5y5FezA","H0C0BcVw4iM5y5FezA","HUVPmCsQViM5y5FezA","idiM5y5FezA","LkxE3lFl5iM5y5FezA","wvwR_b6NViM5y5FezA","componentPresets.fonts?.[\"nJl0z6XM4\"]","componentPresets.fonts?.[\"lkKDcahZB\"]"],"sources":["https:/framerusercontent.com/modules/86N69fThhLUiOCMcYhLI/3E1tmebNFZrxUVgCU0bR/CMS_Image_Lightbox.js","https:/framerusercontent.com/modules/3bVWilGXnU5rSlYeJCmL/fD5xfqHFguQNPf4kBll2/ScrollProgress.js","https:/framerusercontent.com/modules/eROjiplrJxtw4fpiywrO/uwn0mYPB1x49IFMhypWt/TZTl4OZu0.js"],"sourcesContent":["import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useState,useEffect}from\"react\";export function CMSContentImageLightboxWithSmoothTransition(Component){return props=>{const[lightboxDisplay,setLightboxDisplay]=useState(false);const[selectedImage,setSelectedImage]=useState(\"\");const[opacity,setOpacity]=useState(0);const handleImageClick=src=>{setSelectedImage(src);setLightboxDisplay(true);};useEffect(()=>{if(lightboxDisplay){setTimeout(()=>setOpacity(1),10);}},[lightboxDisplay]);const closeLightbox=()=>{setOpacity(0);setTimeout(()=>setLightboxDisplay(false),300);};return /*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(Component,{...props,onClick:e=>{if(e.target.tagName===\"IMG\"){handleImageClick(e.target.src);}}}),/*#__PURE__*/_jsx(\"style\",{children:`\n                    .${props.className} img {\n                        cursor: zoom-in;\n                    }\n                    .lightbox-backdrop {\n                        position: fixed;\n                        top: 0;\n                        left: 0;\n                        width: 100vw;\n                        height: 100vh;\n                        background-color: rgba(0, 0, 0, 0.8);\n                        display: flex;\n                        align-items: center;\n                        justify-content: center;\n                        z-index: 1000;\n                        opacity: 0;\n                        transition: opacity 0.3s ease;\n                    }\n                    .lightbox-image {\n                        max-height: 90%;\n                        max-width: 90%;\n                    }\n                `}),lightboxDisplay&&/*#__PURE__*/_jsx(\"div\",{className:\"lightbox-backdrop\",onClick:closeLightbox,style:{opacity:opacity},children:/*#__PURE__*/_jsx(\"img\",{src:selectedImage,className:\"lightbox-image\",alt:\"Fullscreen\"})})]});};}\nexport const __FramerMetadata__ = {\"exports\":{\"CMSContentImageLightboxWithSmoothTransition\":{\"type\":\"reactHoc\",\"name\":\"CMSContentImageLightboxWithSmoothTransition\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CMS_Image_Lightbox.map","import{jsx as t}from\"react/jsx-runtime\";import{useEffect as e,useState as o}from\"react\";import{motion as i,useViewportScroll as n}from\"framer-motion\";import{addPropertyControls as r,ControlType as l}from\"framer\";export default function a(r){let{scrollY:l}=n(),[a,s]=o(0);e(()=>{let t=document.getElementById(\"start\"),e=document.getElementById(\"end\");if(t&&e){let o=e.offsetTop+e.offsetHeight/2// Middle of the end element\n,i=window.innerHeight;return l.onChange(e=>{let n=t.offsetTop,r=o-i/2// Adjust end for middle of the viewport\n,l=r-n;e<n?s(0):e>r?s(1):s((e-n)/l);});}},[l]);let h=\"width\"===r.orientation?a:1,d=\"height\"===r.orientation?a:1;return /*#__PURE__*/t(i.div,{style:{width:\"width\"===r.orientation?\"100%\":r.thickness,height:\"height\"===r.orientation?\"100%\":r.thickness,backgroundColor:r.color,scaleX:h,scaleY:d,originX:0,originY:1}});}a.defaultProps={thickness:5,color:\"#0055FF\",orientation:\"width\"},r(a,{thickness:{type:l.Number,title:\"Thickness\",min:1,max:20,defaultValue:a.defaultProps.thickness},color:{type:l.Color,title:\"Color\",defaultValue:a.defaultProps.color},orientation:{type:l.Enum,title:\"Orientation\",options:[\"width\",\"height\"],optionTitles:[\"Width\",\"Height\"],defaultValue:a.defaultProps.orientation}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ScrollProgressBar\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ScrollProgress.map","// Generated by Framer (bc39543)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,Fetcher,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Table_of_Content from\"https://framerusercontent.com/modules/q6TPcm1rVRPb4ymPsf0M/ozVL167hH9qRZk4f9yzV/TableOfContent.js\";import AnimatedNumberCounter from\"https://framerusercontent.com/modules/qpjhCcDm4G1NbFAlpMKV/OnyZiTlIjOBuSKcKQWFv/AnimatedNumberCounter_Prod.js\";import NavBreadCrumItem from\"#framer/local/canvasComponent/cKEIb90lj/cKEIb90lj.js\";import ButtonText from\"#framer/local/canvasComponent/HulbRalW0/HulbRalW0.js\";import ButtonStaking from\"#framer/local/canvasComponent/Tu2x5mHpu/Tu2x5mHpu.js\";import BlogBlogItem from\"#framer/local/canvasComponent/WyupnOE_3/WyupnOE_3.js\";import{CMSContentImageLightboxWithSmoothTransition}from\"#framer/local/codeFile/BP67m3s/CMS_Image_Lightbox.js\";import ScrollProgressBar from\"#framer/local/codeFile/rvz38_H/ScrollProgress.js\";import Blog,{enumToDisplayNameFunctions}from\"#framer/local/collection/S9Nq7WIB3/S9Nq7WIB3.js\";import Protocols from\"#framer/local/collection/scyuRfi65/scyuRfi65.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle2 from\"#framer/local/css/A23ppZjWB/A23ppZjWB.js\";import*as sharedStyle12 from\"#framer/local/css/GEyExxod8/GEyExxod8.js\";import*as sharedStyle13 from\"#framer/local/css/Jk7pGoOM5/Jk7pGoOM5.js\";import*as sharedStyle10 from\"#framer/local/css/kDgQ9qq82/kDgQ9qq82.js\";import*as sharedStyle from\"#framer/local/css/kPaxGJ310/kPaxGJ310.js\";import*as sharedStyle4 from\"#framer/local/css/sUws6XaOC/sUws6XaOC.js\";import*as sharedStyle9 from\"#framer/local/css/TrTnzl9HM/TrTnzl9HM.js\";import*as sharedStyle5 from\"#framer/local/css/UuknzRnQB/UuknzRnQB.js\";import*as sharedStyle11 from\"#framer/local/css/V9vVuQIze/V9vVuQIze.js\";import*as sharedStyle8 from\"#framer/local/css/XxfhhSXaQ/XxfhhSXaQ.js\";import*as sharedStyle3 from\"#framer/local/css/YmTtng5dY/YmTtng5dY.js\";import*as sharedStyle1 from\"#framer/local/css/yrKJ0qLqQ/yrKJ0qLqQ.js\";import*as sharedStyle6 from\"#framer/local/css/yXkFcmtIS/yXkFcmtIS.js\";import*as sharedStyle7 from\"#framer/local/css/zYz4RtOaU/zYz4RtOaU.js\";import metadataProvider from\"#framer/local/webPageMetadata/TZTl4OZu0/TZTl4OZu0.js\";const NavBreadCrumItemFonts=getFonts(NavBreadCrumItem);const ScrollProgressBarFonts=getFonts(ScrollProgressBar);const ButtonStakingFonts=getFonts(ButtonStaking);const Table_of_ContentFonts=getFonts(Table_of_Content);const AnimatedNumberCounterFonts=getFonts(AnimatedNumberCounter);const MotionDivCMSContentImageLightboxWithSmoothTransition16nwmwa=withCodeBoundaryForOverrides(motion.div,{nodeId:\"mRCgl6ZHs\",override:CMSContentImageLightboxWithSmoothTransition,scopeId:\"TZTl4OZu0\"});const ButtonTextFonts=getFonts(ButtonText);const BlogBlogItemFonts=getFonts(BlogBlogItem);const breakpoints={On8cOuILa:\"(min-width: 810px) and (max-width: 1199px)\",rCE7iAP77:\"(min-width: 1200px)\",ZGNI6ifVa:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-5Tjxo\";const variantClassNames={On8cOuILa:\"framer-v-ribkd9\",rCE7iAP77:\"framer-v-js2jk3\",ZGNI6ifVa:\"framer-v-1q57kk2\"};const convertFromEnum=(value,activeLocale)=>{switch(value){case\"GejBfdJKn\":return{webPageId:\"d77uEjNuv\"};case\"w6c1b2WjI\":return{webPageId:\"ouAvPT_Bx\"};case\"PlK3cP9Sf\":return{webPageId:\"Yzt_eDrV2\"};default:return undefined;}};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const prefix=(value,prefix)=>{if(typeof value===\"string\"&&typeof prefix===\"string\"){return prefix+value;}else if(typeof value===\"string\"){return value;}else if(typeof prefix===\"string\"){return prefix;}return\"\";};const suffix=(value,suffix)=>{if(typeof value===\"string\"&&typeof suffix===\"string\"){return value+suffix;}else if(typeof value===\"string\"){return value;}else if(typeof suffix===\"string\"){return suffix;}return\"\";};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const negate=value=>{return!value;};const toNumber=value=>{if(typeof value===\"number\"&&Number.isFinite(value))return value;if(typeof value!==\"string\")return 0;const parsedNumber=parseFloat(value);return typeof parsedNumber===\"number\"&&Number.isFinite(parsedNumber)?parsedNumber:0;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"rCE7iAP77\",Phone:\"ZGNI6ifVa\",Tablet:\"On8cOuILa\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"rCE7iAP77\"};};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 currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{constraint:{left:{collection:\"TZTl4OZu0\",name:\"sUw7dGgg7\",type:\"Identifier\"},operator:\"==\",right:{collection:\"sUw7dGgg7\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"TZTl4OZu0\",data:Blog,type:\"Collection\"},right:{alias:\"sUw7dGgg7\",data:Protocols,type:\"Collection\"},type:\"LeftJoin\"},select:[{collection:\"TZTl4OZu0\",name:\"AP53sz59r\",type:\"Identifier\"},{collection:\"TZTl4OZu0\",name:\"HUVPmCsQV\",type:\"Identifier\"},{collection:\"TZTl4OZu0\",name:\"H0C0BcVw4\",type:\"Identifier\"},{collection:\"TZTl4OZu0\",name:\"pesvAdwXG\",type:\"Identifier\"},{collection:\"TZTl4OZu0\",name:\"zMZnAGyUI\",type:\"Identifier\"},{collection:\"TZTl4OZu0\",name:\"PJ3s7maQA\",type:\"Identifier\"},{collection:\"TZTl4OZu0\",name:\"wvwR_b6NV\",type:\"Identifier\"},{collection:\"TZTl4OZu0\",name:\"LkxE3lFl5\",type:\"Identifier\"},{collection:\"TZTl4OZu0\",name:\"YKmiBYF8a\",type:\"Identifier\"},{collection:\"TZTl4OZu0\",name:\"DLqIntTE0\",type:\"Identifier\"},{collection:\"TZTl4OZu0\",name:\"RT0nsDIZF\",type:\"Identifier\"},{alias:\"sUw7dGgg7.EsbrHvHTg\",collection:\"sUw7dGgg7\",name:\"EsbrHvHTg\",type:\"Identifier\"},{alias:\"sUw7dGgg7.USHy9xWJB\",collection:\"sUw7dGgg7\",name:\"USHy9xWJB\",type:\"Identifier\"},{alias:\"sUw7dGgg7.DkgmyBpBv\",collection:\"sUw7dGgg7\",name:\"DkgmyBpBv\",type:\"Identifier\"},{alias:\"sUw7dGgg7.LnfSqwLce\",collection:\"sUw7dGgg7\",name:\"LnfSqwLce\",type:\"Identifier\"},{alias:\"sUw7dGgg7\",collection:\"sUw7dGgg7\",name:\"id\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"TZTl4OZu0\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,LkxE3lFl5=getFromCurrentRouteData(\"LkxE3lFl5\"),HUVPmCsQV=getFromCurrentRouteData(\"HUVPmCsQV\")??\"\",PJ3s7maQA=getFromCurrentRouteData(\"PJ3s7maQA\"),wvwR_b6NV=getFromCurrentRouteData(\"wvwR_b6NV\"),sUw7dGgg7=getFromCurrentRouteData(\"sUw7dGgg7\"),sUw7dGgg7_DkgmyBpBv=getFromCurrentRouteData(\"sUw7dGgg7.DkgmyBpBv\")??\"\",sUw7dGgg7_EsbrHvHTg=getFromCurrentRouteData(\"sUw7dGgg7.EsbrHvHTg\"),sUw7dGgg7_LnfSqwLce=getFromCurrentRouteData(\"sUw7dGgg7.LnfSqwLce\")??\"\",zMZnAGyUI=getFromCurrentRouteData(\"zMZnAGyUI\")??\"\",AP53sz59r=getFromCurrentRouteData(\"AP53sz59r\"),YKmiBYF8a=getFromCurrentRouteData(\"YKmiBYF8a\")??\"\",sUw7dGgg7_USHy9xWJB=getFromCurrentRouteData(\"sUw7dGgg7.USHy9xWJB\")??\"\",DLqIntTE0=getFromCurrentRouteData(\"DLqIntTE0\")??\"\",EsbrHvHTgV9DIMXSPS,LnfSqwLceV9DIMXSPS,idV9DIMXSPS,RT0nsDIZF=getFromCurrentRouteData(\"RT0nsDIZF\")??\"\",AP53sz59riM5y5FezA,HUVPmCsQViM5y5FezA,wvwR_b6NViM5y5FezA,H0C0BcVw4iM5y5FezA,LkxE3lFl5iM5y5FezA,idiM5y5FezA,H0C0BcVw4=getFromCurrentRouteData(\"H0C0BcVw4\")??\"\",...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,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);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className,sharedStyle12.className,sharedStyle13.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const elementId=useRouteElementId(\"JAPD7OL7T\");const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"ZGNI6ifVa\")return false;return true;};const textContent=enumToDisplayNameFunctions[\"PJ3s7maQA\"]?.(PJ3s7maQA,activeLocale);const activeLocaleCode=useLocaleCode();const textContent1=toDateString(wvwR_b6NV,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const visible=isSet(sUw7dGgg7);const textContent2=suffix(prefix(sUw7dGgg7_DkgmyBpBv,\"Interested in staking \"),\"?\");const textContent3=enumToDisplayNameFunctions[\"LkxE3lFl5\"]?.(LkxE3lFl5,activeLocale);const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"ZGNI6ifVa\")return true;return false;};const elementId1=useRouteElementId(\"mRCgl6ZHs\");const ref2=React.useRef(null);const textContent4=suffix(prefix(sUw7dGgg7_USHy9xWJB,\"Stake \"),\" with Imperator.co!\");const textContent5=suffix(prefix(sUw7dGgg7_DkgmyBpBv,\"Maximize your \"),\" staking rewards : earn more, start now.\");const visible1=negate(isSet(sUw7dGgg7));const elementId2=useRouteElementId(\"x5LFYCInj\");const ref3=React.useRef(null);const isDisplayed2=value=>{if(!isBrowser())return true;if(baseVariant===\"ZGNI6ifVa\")return value;return false;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"rCE7iAP77\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-8655b34d-eab9-4bb6-9760-6479d293f912, rgb(250, 250, 250)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-js2jk3\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tp6jle\",\"data-framer-name\":\"nav\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1krb4kh\",\"data-border\":true,\"data-framer-name\":\"Nav/breadcrum\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bco9ht\",\"data-framer-name\":\"max-width\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1oobk9l\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"KIVc1slMR\"},implicitPathVariables:undefined},{href:{webPageId:\"KIVc1slMR\"},implicitPathVariables:undefined},{href:{webPageId:\"KIVc1slMR\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,y:(componentViewport?.y||0)+0+0+0+0+12+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-h9g8kg-container\",nodeId:\"gFWl65qOu\",scopeId:\"TZTl4OZu0\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{On8cOuILa:{IX85GAYQQ:resolvedLinks[1]},ZGNI6ifVa:{IX85GAYQQ:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(NavBreadCrumItem,{height:\"100%\",id:\"gFWl65qOu\",IX85GAYQQ:resolvedLinks[0],kkpTzpPHV:\"Blog\",layoutId:\"gFWl65qOu\",variant:\"vL4cn6kjh\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"rgb(15, 118, 110)\"},children:\"/\"})}),className:\"framer-fx8sbl\",fonts:[\"GF;Manrope-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:convertFromEnum(LkxE3lFl5,activeLocale),implicitPathVariables:undefined},{href:convertFromEnum(LkxE3lFl5,activeLocale),implicitPathVariables:undefined},{href:convertFromEnum(LkxE3lFl5,activeLocale),implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,y:(componentViewport?.y||0)+0+0+0+0+12+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xsc9sk-container\",nodeId:\"zYUtSVOAu\",scopeId:\"TZTl4OZu0\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{On8cOuILa:{IX85GAYQQ:resolvedLinks1[1]},ZGNI6ifVa:{IX85GAYQQ:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(NavBreadCrumItem,{height:\"100%\",id:\"zYUtSVOAu\",IX85GAYQQ:resolvedLinks1[0],kkpTzpPHV:enumToDisplayNameFunctions[\"LkxE3lFl5\"]?.(LkxE3lFl5,activeLocale),layoutId:\"zYUtSVOAu\",variant:\"vL4cn6kjh\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"rgb(15, 118, 110)\"},children:\"/\"})}),className:\"framer-15xt7b3\",fonts:[\"GF;Manrope-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,y:(componentViewport?.y||0)+0+0+0+0+12+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vt8u92-container\",nodeId:\"BzSeSwThd\",scopeId:\"TZTl4OZu0\",children:/*#__PURE__*/_jsx(NavBreadCrumItem,{height:\"100%\",id:\"BzSeSwThd\",kkpTzpPHV:HUVPmCsQV,layoutId:\"BzSeSwThd\",variant:\"GUnbPXrJ2\",width:\"100%\"})})})]})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-9heyt9-container\",isAuthoredByUser:true,nodeId:\"jnggJRUVi\",scopeId:\"TZTl4OZu0\",children:/*#__PURE__*/_jsx(ScrollProgressBar,{color:\"rgb(15, 118, 110)\",height:\"100%\",id:\"jnggJRUVi\",layoutId:\"jnggJRUVi\",orientation:\"width\",style:{width:\"100%\"},thickness:2,width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-1mid0wt\",\"data-framer-name\":\"main\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tfrp2j\",\"data-framer-name\":\"Body\",id:elementId,ref:ref1,children:[isDisplayed()&&/*#__PURE__*/_jsxs(\"aside\",{className:\"framer-1dtsrlc hidden-1q57kk2\",\"data-framer-name\":\"side\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1grcffq\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l63jvk\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-o0bzmv\",\"data-styles-preset\":\"kPaxGJ310\",children:\"Author\"})}),className:\"framer-1gjpqx3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bbgdht\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{On8cOuILa:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+245+0+0+50+0+0+0+0+0+23+0),pixelHeight:61,pixelWidth:62,src:\"https://framerusercontent.com/images/Wdt74wSZXyjX6TJ2emqb4EnfnQ.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+245+0+0+80+0+0+0+0+23+0),pixelHeight:61,pixelWidth:62,src:\"https://framerusercontent.com/images/Wdt74wSZXyjX6TJ2emqb4EnfnQ.svg\"},className:\"framer-omdidv\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1rjd8dc\",\"data-styles-preset\":\"yrKJ0qLqQ\",children:\"Imperator.co\"})}),className:\"framer-jbt4k2\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hn7dm1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-o0bzmv\",\"data-styles-preset\":\"kPaxGJ310\",children:\"Date\"})}),className:\"framer-1prgjpx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1rjd8dc\",\"data-styles-preset\":\"yrKJ0qLqQ\",children:\"Jan 14, 2025\"})}),className:\"framer-1o3beuf\",\"data-framer-name\":\"date\",fonts:[\"Inter\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})]})]}),visible&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tu1z67\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17ilqsa\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-is17va\",\"data-styles-preset\":\"A23ppZjWB\",children:\"TON\"})}),className:\"framer-2e0rex\",\"data-framer-name\":\"project_name\",fonts:[\"Inter\"],text:textContent2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-pmqqjm\",\"data-styles-preset\":\"YmTtng5dY\",children:\"Stake now with Imperator.co and earn rewards.\"})}),className:\"framer-1o6w5gr\",\"data-framer-name\":\"project_name\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{LnfSqwLce:sUw7dGgg7_LnfSqwLce},webPageId:\"aY3Wt2Od6\"},implicitPathVariables:undefined},{href:{pathVariables:{LnfSqwLce:sUw7dGgg7_LnfSqwLce},webPageId:\"aY3Wt2Od6\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{On8cOuILa:{width:\"236px\",y:(componentViewport?.y||0)+0+245+0+0+50+0+306+12+298}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,y:(componentViewport?.y||0)+0+245+0+0+80+0+230+24+298,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dua4ds-container\",nodeId:\"HXAWWc6Dz\",scopeId:\"TZTl4OZu0\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{On8cOuILa:{OwtQsTfR0:resolvedLinks2[1],style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(ButtonStaking,{height:\"100%\",id:\"HXAWWc6Dz\",layoutId:\"HXAWWc6Dz\",lK97gyAps:toResponsiveImage(sUw7dGgg7_EsbrHvHTg),OwtQsTfR0:resolvedLinks2[0],width:\"100%\",YWrBzVTdl:\"Stake now\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ybpzrv\",\"data-border\":true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-gw2l3u-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"h0GgluObQ\",scopeId:\"TZTl4OZu0\",children:/*#__PURE__*/_jsx(Table_of_Content,{activeColor:\"rgb(2, 117, 111)\",activeFontWeight:\"500\",fontColor:\"rgba(0, 0, 0, 0.67)\",h1Font:{},h2Font:{fontFamily:'\"Manrope\", \"Manrope Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0.02em\",lineHeight:\"22px\"},h3Font:{},h4Font:{},h5Font:{},h6Font:{},height:\"100%\",id:\"h0GgluObQ\",indentation:0,layoutId:\"h0GgluObQ\",onHoverColor:\"rgb(2, 117, 111)\",section_id:\"content\",showH1:false,showH2:true,showH3:false,showH4:false,showH5:false,showH6:false,spacing:20,style:{width:\"100%\"},width:\"100%\",yOffset:200})})})})]}),/*#__PURE__*/_jsxs(\"article\",{className:\"framer-5ufqk0\",\"data-framer-name\":\"article\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e7geie\",\"data-framer-name\":\"header\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kw5j77\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b7ms1q\",\"data-framer-name\":\"category and date\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rk1hjf\",\"data-framer-name\":\"Badge/badge-outile\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-6f86c1db-adbf-4ca0-8f77-0e423c1fff0d, rgb(38, 38, 38))\"},children:\"Content\"})}),className:\"framer-1s1ww03\",fonts:[\"GF;Manrope-600\"],text:textContent3,verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-o0bzmv\",\"data-styles-preset\":\"kPaxGJ310\",children:\"Content\"})}),className:\"framer-1xp7z00 hidden-1q57kk2\",\"data-framer-name\":\"date\",fonts:[\"Inter\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZGNI6ifVa:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7T25lc3QtNTAw\",\"--framer-font-family\":'\"Onest\", \"Onest Placeholder\", sans-serif',\"--framer-font-size\":\"31px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-e83bafd6-5bcf-4c6f-bfa1-cf594e4227c5, rgb(4, 16, 16))\"},children:\"Guide to the Best Tron Wallets\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7T25lc3QtNTAw\",\"--framer-font-family\":'\"Onest\", \"Onest Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-e83bafd6-5bcf-4c6f-bfa1-cf594e4227c5, rgb(4, 16, 16))\"},children:\"Guide to the Best Tron Wallets\"})}),className:\"framer-s4zj5u\",\"data-framer-name\":\"Heading\",fonts:[\"GF;Onest-500\"],text:HUVPmCsQV,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-oxl85e\",\"data-border\":true,\"data-framer-name\":\"Description\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-pmqqjm\",\"data-styles-preset\":\"YmTtng5dY\",children:\"Text\"})}),className:\"framer-tt1si\",fonts:[\"Inter\"],text:zMZnAGyUI,verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vk1ed2 hidden-js2jk3 hidden-ribkd9\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ff5kjp\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-o0bzmv\",\"data-styles-preset\":\"kPaxGJ310\",children:\"Author\"})}),className:\"framer-26o3zy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y8vxgc\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZGNI6ifVa:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+245+0+0+50+0+0+0+0+103.4+0+0+23+0),pixelHeight:61,pixelWidth:62,src:\"https://framerusercontent.com/images/Wdt74wSZXyjX6TJ2emqb4EnfnQ.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:61,pixelWidth:62,src:\"https://framerusercontent.com/images/Wdt74wSZXyjX6TJ2emqb4EnfnQ.svg\"},className:\"framer-1h0c37h\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1rjd8dc\",\"data-styles-preset\":\"yrKJ0qLqQ\",children:\"Content\"})}),className:\"framer-186sdar\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ecb2uf\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-o0bzmv\",\"data-styles-preset\":\"kPaxGJ310\",children:\"Date\"})}),className:\"framer-1jm472w\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1rjd8dc\",\"data-styles-preset\":\"yrKJ0qLqQ\",children:\"Content\"})}),className:\"framer-u9bols\",\"data-framer-name\":\"date\",fonts:[\"Inter\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{On8cOuILa:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+245+0+0+50+0+338.8),sizes:`max(min(${componentViewport?.width||\"100vw\"}, 1400px) - 316px, 1px)`,...toResponsiveImage(AP53sz59r)}},ZGNI6ifVa:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+245+0+0+50+0+0+540.4),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1400px) - 24px)`,...toResponsiveImage(AP53sz59r)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+245+0+0+80+0+338.8),sizes:`max(min(${componentViewport?.width||\"100vw\"}, 1400px) - 404px, 1px)`,...toResponsiveImage(AP53sz59r)},className:\"framer-1t11lii\",\"data-border\":true})}),/*#__PURE__*/_jsxs(MotionDivCMSContentImageLightboxWithSmoothTransition16nwmwa,{className:\"framer-16nwmwa\",\"data-framer-name\":\"article-content\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/DDzyuYPF56TuI0bfUu2z/YouTube.js:Youtube\":componentPresets.props[\"lkKDcahZB\"],\"module:pVk4QsoHxASnVtUBp6jr/HTBsNkEMAb7TUGaO3DBy/CodeBlock.js:default\":componentPresets.props[\"nJl0z6XM4\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:YKmiBYF8a,className:\"framer-1u1lb1p\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-zzdquz\",code:\"framer-styles-preset-aiiiw7\",h1:\"framer-styles-preset-lpwrjf\",h2:\"framer-styles-preset-16qa43f\",h3:\"framer-styles-preset-ltk67l\",h4:\"framer-styles-preset-y03hwy\",h5:\"framer-styles-preset-1bphrb\",h6:\"framer-styles-preset-bs6q3b\",img:\"framer-styles-preset-1947336\",p:\"framer-styles-preset-pmqqjm\"},verticalAlignment:\"top\",withExternalLayout:true})}),visible&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sortkw\",\"data-border\":true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T25lc3QtNTAw\",\"--framer-font-family\":'\"Onest\", \"Onest Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Stake Seda with Imperator.co!\"})}),className:\"framer-78swuv\",\"data-framer-name\":\"project_name\",fonts:[\"GF;Onest-500\"],text:textContent4,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nyqzc\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-pmqqjm\",\"data-styles-preset\":\"YmTtng5dY\",style:{\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:\"Maximize your TON staking rewards : earn more, start now.\"})}),className:\"framer-evr7v2\",\"data-framer-name\":\"project_name\",fonts:[\"Inter\"],text:textContent5,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{LnfSqwLce:sUw7dGgg7_LnfSqwLce},webPageId:\"aY3Wt2Od6\"},implicitPathVariables:undefined},{href:{pathVariables:{LnfSqwLce:sUw7dGgg7_LnfSqwLce},webPageId:\"aY3Wt2Od6\"},implicitPathVariables:undefined},{href:{pathVariables:{LnfSqwLce:sUw7dGgg7_LnfSqwLce},webPageId:\"aY3Wt2Od6\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{On8cOuILa:{y:(componentViewport?.y||0)+0+245+0+0+50+0+883.8+0+-385+32+220+0+151},ZGNI6ifVa:{y:(componentViewport?.y||0)+0+245+0+0+50+0+0+1085.4+0+-385+32+220+0+151}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,y:(componentViewport?.y||0)+0+245+0+0+80+0+883.8+0+-168+32+0+151,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12z6ukp-container\",nodeId:\"dEFMLaCuS\",rendersWithMotion:true,scopeId:\"TZTl4OZu0\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{On8cOuILa:{OwtQsTfR0:resolvedLinks3[1]},ZGNI6ifVa:{OwtQsTfR0:resolvedLinks3[2]}},children:/*#__PURE__*/_jsx(ButtonStaking,{height:\"100%\",id:\"dEFMLaCuS\",layoutId:\"dEFMLaCuS\",lK97gyAps:toResponsiveImage(sUw7dGgg7_EsbrHvHTg),OwtQsTfR0:resolvedLinks3[0],width:\"100%\",YWrBzVTdl:\"Stake now\"})})})})})})]})]}),visible1&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wvp6qt\",\"data-border\":true,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-174mvxp\",children:/*#__PURE__*/_jsx(Fetcher,{requests:[{cacheDuration:3600,credentials:\"same-origin\",fallbackValue:0,resultKeyPath:\"delegator_number\",resultOutputType:\"number\",url:`https://api.imperator.co/overview`},{cacheDuration:3600,credentials:\"same-origin\",fallbackValue:401684534,resultKeyPath:\"total_asset_staked\",resultOutputType:\"number\",url:`https://api.imperator.co/overview`}],children:fetchResult=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xo4eu2-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"h75sNx4C3\",rendersWithMotion:true,scopeId:\"TZTl4OZu0\",children:/*#__PURE__*/_jsx(AnimatedNumberCounter,{animation:{replay:false,transition:{duration:0,type:\"tween\"},trigger:\"layerInView\"},balance:true,color:{angle:180,color:\"rgb(255, 255, 255)\",endColor:\"rgb(255, 255, 255)\",mode:\"solid\",startColor:\"rgb(0, 0, 0)\"},commas:true,decimals:0,decoration:\"none\",end:toNumber(fetchResult[1]),font:{fontFamily:'\"Onest\", \"Onest Placeholder\", sans-serif',fontFeatureSettings:\"'tnum' on\",fontSize:\"32px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.02em\",lineHeight:\"1.2em\",textAlign:\"left\"},height:\"100%\",id:\"h75sNx4C3\",layoutId:\"h75sNx4C3\",mode:\"variants\",monospace:false,prefix:\"\",start:0,style:{width:\"100%\"},suffix:\" clients stake with Imperator.co\",tag:\"p\",transition:{bounce:0,delay:0,duration:1,type:\"spring\"},userSelect:true,value:toNumber(fetchResult[0]),width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pa2km4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-pmqqjm\",\"data-styles-preset\":\"YmTtng5dY\",style:{\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:\"Start staking with Imperator and maximize your rewards.\"})}),className:\"framer-mkd4ji\",\"data-framer-name\":\"project_name\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":u6fUMqZwv\",webPageId:\"Ncwwoo5VJ\"},implicitPathVariables:undefined},{href:{hash:\":u6fUMqZwv\",webPageId:\"Ncwwoo5VJ\"},implicitPathVariables:undefined},{href:{hash:\":u6fUMqZwv\",webPageId:\"Ncwwoo5VJ\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{On8cOuILa:{y:(componentViewport?.y||0)+0+245+0+0+50+0+883.8+0+156+32+224+0+151},ZGNI6ifVa:{y:(componentViewport?.y||0)+0+245+0+0+50+0+0+1085.4+0+156+32+224+0+151}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,y:(componentViewport?.y||0)+0+245+0+0+80+0+883.8+0+156+32+0+151,children:/*#__PURE__*/_jsx(Container,{className:\"framer-epuuua-container\",nodeId:\"M9YRqkBxD\",rendersWithMotion:true,scopeId:\"TZTl4OZu0\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{On8cOuILa:{OwtQsTfR0:resolvedLinks4[1]},ZGNI6ifVa:{OwtQsTfR0:resolvedLinks4[2]}},children:/*#__PURE__*/_jsx(ButtonStaking,{height:\"100%\",id:\"M9YRqkBxD\",layoutId:\"M9YRqkBxD\",OwtQsTfR0:resolvedLinks4[0],width:\"100%\",YWrBzVTdl:\"Start Earning More\"})})})})})})]})]}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/DDzyuYPF56TuI0bfUu2z/YouTube.js:Youtube\":componentPresets.props[\"lkKDcahZB\"],\"module:pVk4QsoHxASnVtUBp6jr/HTBsNkEMAb7TUGaO3DBy/CodeBlock.js:default\":componentPresets.props[\"nJl0z6XM4\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:DLqIntTE0,className:\"framer-p1sokx\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-zzdquz\",code:\"framer-styles-preset-aiiiw7\",h1:\"framer-styles-preset-lpwrjf\",h2:\"framer-styles-preset-16qa43f\",h3:\"framer-styles-preset-ltk67l\",h4:\"framer-styles-preset-y03hwy\",h5:\"framer-styles-preset-1bphrb\",h6:\"framer-styles-preset-bs6q3b\",img:\"framer-styles-preset-1947336\",p:\"framer-styles-preset-pmqqjm\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9pt05u\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wmsuei\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-13xuvgh\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"V9DIMXSPS\",data:Protocols,type:\"Collection\"},limit:{type:\"LiteralValue\",value:5},select:[{collection:\"V9DIMXSPS\",name:\"EsbrHvHTg\",type:\"Identifier\"},{collection:\"V9DIMXSPS\",name:\"LnfSqwLce\",type:\"Identifier\"},{collection:\"V9DIMXSPS\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({EsbrHvHTg:EsbrHvHTgV9DIMXSPS,id:idV9DIMXSPS,LnfSqwLce:LnfSqwLceV9DIMXSPS},index)=>{LnfSqwLceV9DIMXSPS??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`V9DIMXSPS-${idV9DIMXSPS}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{LnfSqwLce:LnfSqwLceV9DIMXSPS},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ez6s67\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{On8cOuILa:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+245+0+0+50+0+883.8+0+861+32+0+0+0+0+-5),sizes:\"30px\",...toResponsiveImage(EsbrHvHTgV9DIMXSPS)}},ZGNI6ifVa:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+245+0+0+50+0+0+1085.4+0+861+32+0+0+0+0+-5),sizes:\"30px\",...toResponsiveImage(EsbrHvHTgV9DIMXSPS)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+245+0+0+80+0+883.8+0+644+32+0+0+0+-5),sizes:\"30px\",...toResponsiveImage(EsbrHvHTgV9DIMXSPS)},className:\"framer-27nn7k\"})})})})},idV9DIMXSPS);})})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T25lc3QtNTAw\",\"--framer-font-family\":'\"Onest\", \"Onest Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Discover all our Staking Opportunities\"})}),className:\"framer-pf7dyp\",\"data-framer-name\":\"project_name\",fonts:[\"GF;Onest-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7xhlkv\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-pmqqjm\",\"data-styles-preset\":\"YmTtng5dY\",style:{\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:\"Acces over 50+ protocols to maximize your staking returns\"})}),className:\"framer-qt4p2i\",\"data-framer-name\":\"project_name\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":u6fUMqZwv\",webPageId:\"Ncwwoo5VJ\"},implicitPathVariables:undefined},{href:{hash:\":u6fUMqZwv\",webPageId:\"Ncwwoo5VJ\"},implicitPathVariables:undefined},{href:{hash:\":u6fUMqZwv\",webPageId:\"Ncwwoo5VJ\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{On8cOuILa:{y:(componentViewport?.y||0)+0+245+0+0+50+0+883.8+0+861+32+256+0+151},ZGNI6ifVa:{y:(componentViewport?.y||0)+0+245+0+0+50+0+0+1085.4+0+861+32+256+0+151}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,y:(componentViewport?.y||0)+0+245+0+0+80+0+883.8+0+644+32+0+151,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17qvlsv-container\",nodeId:\"Xzn0hnSY4\",rendersWithMotion:true,scopeId:\"TZTl4OZu0\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{On8cOuILa:{OwtQsTfR0:resolvedLinks5[1]},ZGNI6ifVa:{OwtQsTfR0:resolvedLinks5[2]}},children:/*#__PURE__*/_jsx(ButtonStaking,{height:\"100%\",id:\"Xzn0hnSY4\",layoutId:\"Xzn0hnSY4\",OwtQsTfR0:resolvedLinks5[0],width:\"100%\",YWrBzVTdl:\"Start Earning More\"})})})})})})]})]}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/DDzyuYPF56TuI0bfUu2z/YouTube.js:Youtube\":componentPresets.props[\"lkKDcahZB\"],\"module:pVk4QsoHxASnVtUBp6jr/HTBsNkEMAb7TUGaO3DBy/CodeBlock.js:default\":componentPresets.props[\"nJl0z6XM4\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:RT0nsDIZF,className:\"framer-k6q1me\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-zzdquz\",code:\"framer-styles-preset-aiiiw7\",h1:\"framer-styles-preset-lpwrjf\",h2:\"framer-styles-preset-16qa43f\",h3:\"framer-styles-preset-ltk67l\",h4:\"framer-styles-preset-y03hwy\",h5:\"framer-styles-preset-1bphrb\",h6:\"framer-styles-preset-bs6q3b\",img:\"framer-styles-preset-1947336\",p:\"framer-styles-preset-pmqqjm\"},verticalAlignment:\"top\",withExternalLayout:true})}),visible1&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1o9ylh7\",\"data-border\":true,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-11edhd7\",children:/*#__PURE__*/_jsx(Fetcher,{requests:[{cacheDuration:3600,credentials:\"same-origin\",fallbackValue:0,resultKeyPath:\"total_asset_staked\",resultOutputType:\"number\",url:`https://api.imperator.co/overview`},{cacheDuration:3600,credentials:\"same-origin\",fallbackValue:401684534,resultKeyPath:\"total_asset_staked\",resultOutputType:\"number\",url:`https://api.imperator.co/overview`}],children:fetchResult1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hqehaq-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ropTpn8Be\",rendersWithMotion:true,scopeId:\"TZTl4OZu0\",children:/*#__PURE__*/_jsx(AnimatedNumberCounter,{animation:{replay:false,transition:{duration:0,type:\"tween\"},trigger:\"layerInView\"},balance:true,color:{angle:180,color:\"rgb(255, 255, 255)\",endColor:\"rgb(255, 255, 255)\",mode:\"solid\",startColor:\"rgb(0, 0, 0)\"},commas:true,decimals:0,decoration:\"none\",end:toNumber(fetchResult1[1]),font:{fontFamily:'\"Onest\", \"Onest Placeholder\", sans-serif',fontFeatureSettings:\"'tnum' on\",fontSize:\"32px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.02em\",lineHeight:\"1.2em\",textAlign:\"left\"},height:\"100%\",id:\"ropTpn8Be\",layoutId:\"ropTpn8Be\",mode:\"variants\",monospace:false,prefix:\"$\",start:0,style:{width:\"100%\"},suffix:\" assets under managment\",tag:\"p\",transition:{bounce:0,delay:0,duration:1,type:\"spring\"},userSelect:true,value:toNumber(fetchResult1[0]),width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-omtloo\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-pmqqjm\",\"data-styles-preset\":\"YmTtng5dY\",style:{\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:\"Join investors who trust Imperator to maximize their returns. Take the first step today.\"})}),className:\"framer-1ekg7ey\",\"data-framer-name\":\"project_name\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":u6fUMqZwv\",webPageId:\"Ncwwoo5VJ\"},implicitPathVariables:undefined},{href:{hash:\":u6fUMqZwv\",webPageId:\"Ncwwoo5VJ\"},implicitPathVariables:undefined},{href:{hash:\":u6fUMqZwv\",webPageId:\"Ncwwoo5VJ\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{On8cOuILa:{y:(componentViewport?.y||0)+0+245+0+0+50+0+883.8+0+1598+32+224+0+151},ZGNI6ifVa:{y:(componentViewport?.y||0)+0+245+0+0+50+0+0+1085.4+0+1598+32+224+0+151}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,y:(componentViewport?.y||0)+0+245+0+0+80+0+883.8+0+1164+32+0+151,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1t1yk3n-container\",nodeId:\"pKczo6o3o\",rendersWithMotion:true,scopeId:\"TZTl4OZu0\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{On8cOuILa:{OwtQsTfR0:resolvedLinks6[1]},ZGNI6ifVa:{OwtQsTfR0:resolvedLinks6[2]}},children:/*#__PURE__*/_jsx(ButtonStaking,{height:\"100%\",id:\"pKczo6o3o\",layoutId:\"pKczo6o3o\",OwtQsTfR0:resolvedLinks6[0],width:\"100%\",YWrBzVTdl:\"Start Earning More\"})})})})})})]})]}),visible&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mno6vu\",\"data-border\":true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{On8cOuILa:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7T25lc3QtNTAw\",\"--framer-font-family\":'\"Onest\", \"Onest Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Interested in staking TON?\"})})},ZGNI6ifVa:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7T25lc3QtNTAw\",\"--framer-font-family\":'\"Onest\", \"Onest Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Interested in staking TON?\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T25lc3QtNTAw\",\"--framer-font-family\":'\"Onest\", \"Onest Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Stake Seda with Imperator.co!\"})}),className:\"framer-tnd2tx\",\"data-framer-name\":\"project_name\",fonts:[\"GF;Onest-500\"],text:textContent4,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8k37nj\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-pmqqjm\",\"data-styles-preset\":\"YmTtng5dY\",style:{\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:\"Maximize your  staking rewards : earn more, start now.\"})}),className:\"framer-2esz44\",\"data-framer-name\":\"project_name\",fonts:[\"Inter\"],text:textContent5,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{LnfSqwLce:sUw7dGgg7_LnfSqwLce},webPageId:\"aY3Wt2Od6\"},implicitPathVariables:undefined},{href:{pathVariables:{LnfSqwLce:sUw7dGgg7_LnfSqwLce},webPageId:\"aY3Wt2Od6\"},implicitPathVariables:undefined},{href:{pathVariables:{LnfSqwLce:sUw7dGgg7_LnfSqwLce},webPageId:\"aY3Wt2Od6\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{On8cOuILa:{width:`calc(max(min(${componentViewport?.width||\"100vw\"}, 1400px) - 316px, 1px) - 64px)`,y:(componentViewport?.y||0)+0+245+0+0+50+0+883.8+0+2143+32+63.2+0+151},ZGNI6ifVa:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1400px) - 88px)`,y:(componentViewport?.y||0)+0+245+0+0+50+0+0+1085.4+0+2143+32+63.2+0+151}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,y:(componentViewport?.y||0)+0+245+0+0+80+0+883.8+0+1492+32+0+151,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15ukjda-container\",nodeId:\"oB24WjFXI\",rendersWithMotion:true,scopeId:\"TZTl4OZu0\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{On8cOuILa:{OwtQsTfR0:resolvedLinks7[1],style:{width:\"100%\"}},ZGNI6ifVa:{OwtQsTfR0:resolvedLinks7[2],style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(ButtonStaking,{height:\"100%\",id:\"oB24WjFXI\",layoutId:\"oB24WjFXI\",lK97gyAps:toResponsiveImage(sUw7dGgg7_EsbrHvHTg),OwtQsTfR0:resolvedLinks7[0],width:\"100%\",YWrBzVTdl:\"Stake now\"})})})})})})]})]})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vhxz6v\",\"data-framer-name\":\"Related articles\",id:elementId2,ref:ref3,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-134esd\",\"data-framer-name\":\"max-width\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x8egmf\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-nw7lis\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-17qxtsb\",\"data-styles-preset\":\"Jk7pGoOM5\",children:\"Related articles\"})}),className:\"framer-1lkjgll\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"KIVc1slMR\"},implicitPathVariables:undefined},{href:{webPageId:\"KIVc1slMR\"},implicitPathVariables:undefined},{href:{webPageId:\"KIVc1slMR\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{On8cOuILa:{y:(componentViewport?.y||0)+0+245+0+2942+0+100+0+0+37.6},ZGNI6ifVa:{y:(componentViewport?.y||0)+0+245+0+3143.6+0+100+0+18.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,y:(componentViewport?.y||0)+0+245+0+2477.8+0+100+0+0+37.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-euv8df-container\",nodeId:\"ABWkV6MDc\",scopeId:\"TZTl4OZu0\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{On8cOuILa:{AmbKoK7Tx:resolvedLinks8[1]},ZGNI6ifVa:{AmbKoK7Tx:resolvedLinks8[2]}},children:/*#__PURE__*/_jsx(ButtonText,{AmbKoK7Tx:resolvedLinks8[0],EQAA3a9ko:true,height:\"100%\",i_SSQgOEH:\"var(--token-e22b195f-60f0-4b7c-98be-d6d53f5c04d9, rgb(0, 122, 255))\",id:\"ABWkV6MDc\",layoutId:\"ABWkV6MDc\",variant:\"Fh7_BUPcq\",width:\"100%\",xh63_7Ira:\"All articles\",ZeUb5MBi6:false})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-156lm48\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"iM5y5FezA\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"iM5y5FezA\",name:\"AP53sz59r\",type:\"Identifier\"},{collection:\"iM5y5FezA\",name:\"HUVPmCsQV\",type:\"Identifier\"},{collection:\"iM5y5FezA\",name:\"wvwR_b6NV\",type:\"Identifier\"},{collection:\"iM5y5FezA\",name:\"H0C0BcVw4\",type:\"Identifier\"},{collection:\"iM5y5FezA\",name:\"LkxE3lFl5\",type:\"Identifier\"},{collection:\"iM5y5FezA\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{collection:\"iM5y5FezA\",name:\"LkxE3lFl5\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:LkxE3lFl5},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"iM5y5FezA\",name:\"H0C0BcVw4\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:H0C0BcVw4},type:\"BinaryOperation\"}},type:\"BinaryOperation\"},operator:\"and\",right:{collection:\"iM5y5FezA\",name:\"JVMKdb4L6\",type:\"Identifier\"},type:\"BinaryOperation\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({AP53sz59r:AP53sz59riM5y5FezA,H0C0BcVw4:H0C0BcVw4iM5y5FezA,HUVPmCsQV:HUVPmCsQViM5y5FezA,id:idiM5y5FezA,LkxE3lFl5:LkxE3lFl5iM5y5FezA,wvwR_b6NV:wvwR_b6NViM5y5FezA},index1)=>{HUVPmCsQViM5y5FezA??=\"\";H0C0BcVw4iM5y5FezA??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`iM5y5FezA-${idiM5y5FezA}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{H0C0BcVw4:H0C0BcVw4iM5y5FezA},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{H0C0BcVw4:H0C0BcVw4iM5y5FezA},webPageId:\"TZTl4OZu0\"},implicitPathVariables:undefined},{href:{pathVariables:{H0C0BcVw4:H0C0BcVw4iM5y5FezA},webPageId:\"TZTl4OZu0\"},implicitPathVariables:undefined},{href:{pathVariables:{H0C0BcVw4:H0C0BcVw4iM5y5FezA},webPageId:\"TZTl4OZu0\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{On8cOuILa:{y:(componentViewport?.y||0)+0+245+0+2942+0+100+81.6+0},ZGNI6ifVa:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1400px) - 24px)`,y:(componentViewport?.y||0)+0+245+0+3143.6+0+100+81.6+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:355,width:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1400px) - 24px, 1px)`,y:(componentViewport?.y||0)+0+245+0+2477.8+0+100+81.6+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1aj97a8-container\",nodeId:\"wwWXy2P6f\",scopeId:\"TZTl4OZu0\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{On8cOuILa:{M5tAdJeUW:resolvedLinks9[1]},ZGNI6ifVa:{M5tAdJeUW:resolvedLinks9[2]}},children:/*#__PURE__*/_jsx(BlogBlogItem,{c_T4BjKPC:HUVPmCsQViM5y5FezA,height:\"100%\",HSKdGsHut:enumToDisplayNameFunctions[\"LkxE3lFl5\"]?.(LkxE3lFl5iM5y5FezA,activeLocale),id:\"wwWXy2P6f\",layoutId:\"wwWXy2P6f\",M5tAdJeUW:resolvedLinks9[0],O4QDQqnYB:wvwR_b6NViM5y5FezA,style:{width:\"100%\"},variant:\"UqYa1uUhw\",width:\"100%\",yoM6r9Yby:toResponsiveImage(AP53sz59riM5y5FezA)})})})})})})})},idiM5y5FezA);})})})})})]})})]}),isDisplayed2(visible)&&/*#__PURE__*/_jsx(\"div\",{className:cx(\"framer-81171n\",\"hidden-js2jk3\",\"hidden-ribkd9\",!visible&&\"hidden-1q57kk2\"),\"data-border\":true,children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{LnfSqwLce:sUw7dGgg7_LnfSqwLce},webPageId:\"aY3Wt2Od6\"},implicitPathVariables:undefined},{href:{pathVariables:{LnfSqwLce:sUw7dGgg7_LnfSqwLce},webPageId:\"aY3Wt2Od6\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZGNI6ifVa:{width:`max(${componentViewport?.width||\"100vw\"} - 128px, 1px)`,y:930}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e2o1ih-container\",nodeId:\"PxRBOfu0v\",scopeId:\"TZTl4OZu0\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZGNI6ifVa:{OwtQsTfR0:resolvedLinks10[1]}},children:/*#__PURE__*/_jsx(ButtonStaking,{height:\"100%\",id:\"PxRBOfu0v\",layoutId:\"PxRBOfu0v\",lK97gyAps:toResponsiveImage(sUw7dGgg7_EsbrHvHTg),OwtQsTfR0:resolvedLinks10[0],style:{width:\"100%\"},width:\"100%\",YWrBzVTdl:suffix(prefix(sUw7dGgg7_DkgmyBpBv,\"Stake \"),\" now\")})})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5Tjxo.framer-15tl6f4, .framer-5Tjxo .framer-15tl6f4 { display: block; }\",\".framer-5Tjxo.framer-js2jk3 { align-content: center; align-items: center; background-color: var(--token-8655b34d-eab9-4bb6-9760-6479d293f912, #fafafa); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-5Tjxo .framer-1tp6jle { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: sticky; top: 100px; width: 100%; z-index: 10; }\",\".framer-5Tjxo .framer-1krb4kh { --border-bottom-width: 1px; --border-color: #e7e7e7; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; background-color: var(--token-8655b34d-eab9-4bb6-9760-6479d293f912, #fafafa); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; overflow-x: auto; padding: 12px 0px 12px 0px; position: relative; width: 100%; }\",\".framer-5Tjxo .framer-1bco9ht { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1400px; overflow: visible; padding: 0px 12px 0px 12px; position: relative; width: 1px; }\",\".framer-5Tjxo .framer-1oobk9l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-5Tjxo .framer-h9g8kg-container, .framer-5Tjxo .framer-1xsc9sk-container, .framer-5Tjxo .framer-vt8u92-container, .framer-5Tjxo .framer-dua4ds-container, .framer-5Tjxo .framer-12z6ukp-container, .framer-5Tjxo .framer-epuuua-container, .framer-5Tjxo .framer-17qvlsv-container, .framer-5Tjxo .framer-1t1yk3n-container, .framer-5Tjxo .framer-15ukjda-container, .framer-5Tjxo .framer-euv8df-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-5Tjxo .framer-fx8sbl, .framer-5Tjxo .framer-15xt7b3, .framer-5Tjxo .framer-1gjpqx3, .framer-5Tjxo .framer-jbt4k2, .framer-5Tjxo .framer-1s1ww03, .framer-5Tjxo .framer-1xp7z00, .framer-5Tjxo .framer-26o3zy, .framer-5Tjxo .framer-186sdar, .framer-5Tjxo .framer-1lkjgll { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-5Tjxo .framer-9heyt9-container, .framer-5Tjxo .framer-gw2l3u-container, .framer-5Tjxo .framer-1xo4eu2-container, .framer-5Tjxo .framer-1hqehaq-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-5Tjxo .framer-1mid0wt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-5Tjxo .framer-1tfrp2j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; max-width: 1400px; overflow: visible; padding: 80px 12px 80px 12px; position: relative; width: 100%; }\",\".framer-5Tjxo .framer-1dtsrlc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: sticky; top: 187px; width: 300px; z-index: 1; }\",\".framer-5Tjxo .framer-1grcffq, .framer-5Tjxo .framer-vk1ed2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-5Tjxo .framer-l63jvk, .framer-5Tjxo .framer-ff5kjp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-5Tjxo .framer-1bbgdht, .framer-5Tjxo .framer-y8vxgc { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: auto; }\",\".framer-5Tjxo .framer-omdidv { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: hidden; position: relative; width: 32px; }\",\".framer-5Tjxo .framer-1hn7dm1, .framer-5Tjxo .framer-1ecb2uf { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 13px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-5Tjxo .framer-1prgjpx, .framer-5Tjxo .framer-1o3beuf, .framer-5Tjxo .framer-s4zj5u, .framer-5Tjxo .framer-1jm472w, .framer-5Tjxo .framer-u9bols { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-5Tjxo .framer-1tu1z67 { --border-bottom-width: 1px; --border-color: rgba(0, 0, 0, 0.05); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background: radial-gradient(100% 61% at 98.9% 100%, #ebe9e2 0%, rgb(246, 244, 237) 100%); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-5Tjxo .framer-17ilqsa { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-5Tjxo .framer-2e0rex, .framer-5Tjxo .framer-1o6w5gr, .framer-5Tjxo .framer-evr7v2, .framer-5Tjxo .framer-mkd4ji, .framer-5Tjxo .framer-pf7dyp, .framer-5Tjxo .framer-qt4p2i, .framer-5Tjxo .framer-1ekg7ey, .framer-5Tjxo .framer-2esz44 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-5Tjxo .framer-1ybpzrv { --border-bottom-width: 1px; --border-color: rgba(0, 0, 0, 0.05); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #f6f4ed; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-5Tjxo .framer-5ufqk0 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-5Tjxo .framer-1e7geie { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-5Tjxo .framer-kw5j77 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-5Tjxo .framer-1b7ms1q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-5Tjxo .framer-1rk1hjf { align-content: center; align-items: center; background-color: #eceae3; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 4px 8px 4px 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-5Tjxo .framer-oxl85e { --border-bottom-width: 0px; --border-color: rgba(79, 79, 79, 0.5); --border-left-width: 2px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 16px 8px 16px; position: relative; width: 100%; }\",\".framer-5Tjxo .framer-tt1si { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-5Tjxo .framer-1h0c37h { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: hidden; position: relative; width: 32px; }\",\".framer-5Tjxo .framer-1t11lii { --border-bottom-width: 1px; --border-color: rgba(0, 0, 0, 0.05); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1.6174636174636174 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: var(--framer-aspect-ratio-supported, 492px); overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-5Tjxo .framer-16nwmwa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-5Tjxo .framer-1u1lb1p, .framer-5Tjxo .framer-p1sokx, .framer-5Tjxo .framer-k6q1me { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 32px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-5Tjxo .framer-1sortkw, .framer-5Tjxo .framer-1wvp6qt, .framer-5Tjxo .framer-9pt05u, .framer-5Tjxo .framer-1o9ylh7, .framer-5Tjxo .framer-1mno6vu { --border-bottom-width: 1px; --border-color: rgba(0, 0, 0, 0.05); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background: radial-gradient(100% 497.34% at 0% 0%, #262626 0%, rgb(0, 0, 0) 100%); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 32px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-5Tjxo .framer-78swuv, .framer-5Tjxo .framer-tnd2tx { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-5Tjxo .framer-nyqzc, .framer-5Tjxo .framer-1pa2km4, .framer-5Tjxo .framer-7xhlkv, .framer-5Tjxo .framer-omtloo, .framer-5Tjxo .framer-8k37nj { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-5Tjxo .framer-174mvxp, .framer-5Tjxo .framer-wmsuei, .framer-5Tjxo .framer-11edhd7 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-5Tjxo .framer-13xuvgh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-5Tjxo .framer-ez6s67 { -webkit-user-select: none; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 20px; justify-content: flex-start; padding: 0px; pointer-events: none; position: relative; user-select: none; width: 20px; }\",\".framer-5Tjxo .framer-27nn7k { -webkit-user-select: none; aspect-ratio: 1 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: var(--framer-aspect-ratio-supported, 30px); position: relative; user-select: none; width: 30px; }\",\".framer-5Tjxo .framer-vhxz6v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-5Tjxo .framer-134esd { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 1400px; overflow: hidden; padding: 100px 12px 100px 12px; position: relative; width: 1px; }\",\".framer-5Tjxo .framer-x8egmf { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-5Tjxo .framer-nw7lis { 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: min-content; }\",\".framer-5Tjxo .framer-156lm48 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-5Tjxo .framer-1aj97a8-container, .framer-5Tjxo .framer-1e2o1ih-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-5Tjxo .framer-81171n { --border-bottom-width: 1px; --border-color: rgba(0, 0, 0, 0.05); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background: radial-gradient(100% 61% at 98.9% 100%, #ebe9e2 0%, rgb(246, 244, 237) 100%); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; bottom: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; left: 12px; overflow: hidden; padding: 16px; position: fixed; right: 84px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-5Tjxo.framer-js2jk3, .framer-5Tjxo .framer-1tp6jle, .framer-5Tjxo .framer-1krb4kh, .framer-5Tjxo .framer-1oobk9l, .framer-5Tjxo .framer-1mid0wt, .framer-5Tjxo .framer-1tfrp2j, .framer-5Tjxo .framer-1dtsrlc, .framer-5Tjxo .framer-1grcffq, .framer-5Tjxo .framer-l63jvk, .framer-5Tjxo .framer-1bbgdht, .framer-5Tjxo .framer-1hn7dm1, .framer-5Tjxo .framer-1tu1z67, .framer-5Tjxo .framer-17ilqsa, .framer-5Tjxo .framer-1ybpzrv, .framer-5Tjxo .framer-5ufqk0, .framer-5Tjxo .framer-1e7geie, .framer-5Tjxo .framer-kw5j77, .framer-5Tjxo .framer-1b7ms1q, .framer-5Tjxo .framer-1rk1hjf, .framer-5Tjxo .framer-oxl85e, .framer-5Tjxo .framer-vk1ed2, .framer-5Tjxo .framer-ff5kjp, .framer-5Tjxo .framer-y8vxgc, .framer-5Tjxo .framer-1ecb2uf, .framer-5Tjxo .framer-16nwmwa, .framer-5Tjxo .framer-1sortkw, .framer-5Tjxo .framer-nyqzc, .framer-5Tjxo .framer-1wvp6qt, .framer-5Tjxo .framer-174mvxp, .framer-5Tjxo .framer-1pa2km4, .framer-5Tjxo .framer-9pt05u, .framer-5Tjxo .framer-wmsuei, .framer-5Tjxo .framer-13xuvgh, .framer-5Tjxo .framer-ez6s67, .framer-5Tjxo .framer-7xhlkv, .framer-5Tjxo .framer-1o9ylh7, .framer-5Tjxo .framer-11edhd7, .framer-5Tjxo .framer-omtloo, .framer-5Tjxo .framer-1mno6vu, .framer-5Tjxo .framer-8k37nj, .framer-5Tjxo .framer-vhxz6v, .framer-5Tjxo .framer-134esd, .framer-5Tjxo .framer-nw7lis, .framer-5Tjxo .framer-156lm48, .framer-5Tjxo .framer-81171n { gap: 0px; } .framer-5Tjxo.framer-js2jk3 > *, .framer-5Tjxo .framer-1tp6jle > *, .framer-5Tjxo .framer-1ybpzrv > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-5Tjxo.framer-js2jk3 > :first-child, .framer-5Tjxo .framer-1tp6jle > :first-child, .framer-5Tjxo .framer-1mid0wt > :first-child, .framer-5Tjxo .framer-1dtsrlc > :first-child, .framer-5Tjxo .framer-l63jvk > :first-child, .framer-5Tjxo .framer-1hn7dm1 > :first-child, .framer-5Tjxo .framer-1tu1z67 > :first-child, .framer-5Tjxo .framer-17ilqsa > :first-child, .framer-5Tjxo .framer-1ybpzrv > :first-child, .framer-5Tjxo .framer-5ufqk0 > :first-child, .framer-5Tjxo .framer-1e7geie > :first-child, .framer-5Tjxo .framer-kw5j77 > :first-child, .framer-5Tjxo .framer-ff5kjp > :first-child, .framer-5Tjxo .framer-1ecb2uf > :first-child, .framer-5Tjxo .framer-16nwmwa > :first-child, .framer-5Tjxo .framer-nyqzc > :first-child, .framer-5Tjxo .framer-174mvxp > :first-child, .framer-5Tjxo .framer-1pa2km4 > :first-child, .framer-5Tjxo .framer-wmsuei > :first-child, .framer-5Tjxo .framer-7xhlkv > :first-child, .framer-5Tjxo .framer-11edhd7 > :first-child, .framer-5Tjxo .framer-omtloo > :first-child, .framer-5Tjxo .framer-8k37nj > :first-child, .framer-5Tjxo .framer-134esd > :first-child, .framer-5Tjxo .framer-nw7lis > :first-child { margin-top: 0px; } .framer-5Tjxo.framer-js2jk3 > :last-child, .framer-5Tjxo .framer-1tp6jle > :last-child, .framer-5Tjxo .framer-1mid0wt > :last-child, .framer-5Tjxo .framer-1dtsrlc > :last-child, .framer-5Tjxo .framer-l63jvk > :last-child, .framer-5Tjxo .framer-1hn7dm1 > :last-child, .framer-5Tjxo .framer-1tu1z67 > :last-child, .framer-5Tjxo .framer-17ilqsa > :last-child, .framer-5Tjxo .framer-1ybpzrv > :last-child, .framer-5Tjxo .framer-5ufqk0 > :last-child, .framer-5Tjxo .framer-1e7geie > :last-child, .framer-5Tjxo .framer-kw5j77 > :last-child, .framer-5Tjxo .framer-ff5kjp > :last-child, .framer-5Tjxo .framer-1ecb2uf > :last-child, .framer-5Tjxo .framer-16nwmwa > :last-child, .framer-5Tjxo .framer-nyqzc > :last-child, .framer-5Tjxo .framer-174mvxp > :last-child, .framer-5Tjxo .framer-1pa2km4 > :last-child, .framer-5Tjxo .framer-wmsuei > :last-child, .framer-5Tjxo .framer-7xhlkv > :last-child, .framer-5Tjxo .framer-11edhd7 > :last-child, .framer-5Tjxo .framer-omtloo > :last-child, .framer-5Tjxo .framer-8k37nj > :last-child, .framer-5Tjxo .framer-134esd > :last-child, .framer-5Tjxo .framer-nw7lis > :last-child { margin-bottom: 0px; } .framer-5Tjxo .framer-1krb4kh > *, .framer-5Tjxo .framer-1oobk9l > *, .framer-5Tjxo .framer-1rk1hjf > *, .framer-5Tjxo .framer-ez6s67 > *, .framer-5Tjxo .framer-vhxz6v > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-5Tjxo .framer-1krb4kh > :first-child, .framer-5Tjxo .framer-1oobk9l > :first-child, .framer-5Tjxo .framer-1tfrp2j > :first-child, .framer-5Tjxo .framer-1grcffq > :first-child, .framer-5Tjxo .framer-1bbgdht > :first-child, .framer-5Tjxo .framer-1b7ms1q > :first-child, .framer-5Tjxo .framer-1rk1hjf > :first-child, .framer-5Tjxo .framer-oxl85e > :first-child, .framer-5Tjxo .framer-vk1ed2 > :first-child, .framer-5Tjxo .framer-y8vxgc > :first-child, .framer-5Tjxo .framer-1sortkw > :first-child, .framer-5Tjxo .framer-1wvp6qt > :first-child, .framer-5Tjxo .framer-9pt05u > :first-child, .framer-5Tjxo .framer-13xuvgh > :first-child, .framer-5Tjxo .framer-ez6s67 > :first-child, .framer-5Tjxo .framer-1o9ylh7 > :first-child, .framer-5Tjxo .framer-1mno6vu > :first-child, .framer-5Tjxo .framer-vhxz6v > :first-child, .framer-5Tjxo .framer-156lm48 > :first-child, .framer-5Tjxo .framer-81171n > :first-child { margin-left: 0px; } .framer-5Tjxo .framer-1krb4kh > :last-child, .framer-5Tjxo .framer-1oobk9l > :last-child, .framer-5Tjxo .framer-1tfrp2j > :last-child, .framer-5Tjxo .framer-1grcffq > :last-child, .framer-5Tjxo .framer-1bbgdht > :last-child, .framer-5Tjxo .framer-1b7ms1q > :last-child, .framer-5Tjxo .framer-1rk1hjf > :last-child, .framer-5Tjxo .framer-oxl85e > :last-child, .framer-5Tjxo .framer-vk1ed2 > :last-child, .framer-5Tjxo .framer-y8vxgc > :last-child, .framer-5Tjxo .framer-1sortkw > :last-child, .framer-5Tjxo .framer-1wvp6qt > :last-child, .framer-5Tjxo .framer-9pt05u > :last-child, .framer-5Tjxo .framer-13xuvgh > :last-child, .framer-5Tjxo .framer-ez6s67 > :last-child, .framer-5Tjxo .framer-1o9ylh7 > :last-child, .framer-5Tjxo .framer-1mno6vu > :last-child, .framer-5Tjxo .framer-vhxz6v > :last-child, .framer-5Tjxo .framer-156lm48 > :last-child, .framer-5Tjxo .framer-81171n > :last-child { margin-right: 0px; } .framer-5Tjxo .framer-1mid0wt > *, .framer-5Tjxo .framer-l63jvk > *, .framer-5Tjxo .framer-ff5kjp > *, .framer-5Tjxo .framer-nw7lis > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-5Tjxo .framer-1tfrp2j > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-5Tjxo .framer-1dtsrlc > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-5Tjxo .framer-1grcffq > *, .framer-5Tjxo .framer-vk1ed2 > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-5Tjxo .framer-1bbgdht > *, .framer-5Tjxo .framer-y8vxgc > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-5Tjxo .framer-1hn7dm1 > *, .framer-5Tjxo .framer-1ecb2uf > * { margin: 0px; margin-bottom: calc(13px / 2); margin-top: calc(13px / 2); } .framer-5Tjxo .framer-1tu1z67 > *, .framer-5Tjxo .framer-1e7geie > *, .framer-5Tjxo .framer-134esd > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-5Tjxo .framer-17ilqsa > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-5Tjxo .framer-5ufqk0 > *, .framer-5Tjxo .framer-16nwmwa > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-5Tjxo .framer-kw5j77 > *, .framer-5Tjxo .framer-nyqzc > *, .framer-5Tjxo .framer-174mvxp > *, .framer-5Tjxo .framer-1pa2km4 > *, .framer-5Tjxo .framer-wmsuei > *, .framer-5Tjxo .framer-7xhlkv > *, .framer-5Tjxo .framer-11edhd7 > *, .framer-5Tjxo .framer-omtloo > *, .framer-5Tjxo .framer-8k37nj > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-5Tjxo .framer-1b7ms1q > *, .framer-5Tjxo .framer-oxl85e > *, .framer-5Tjxo .framer-81171n > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-5Tjxo .framer-1sortkw > *, .framer-5Tjxo .framer-1wvp6qt > *, .framer-5Tjxo .framer-9pt05u > *, .framer-5Tjxo .framer-1o9ylh7 > *, .framer-5Tjxo .framer-1mno6vu > *, .framer-5Tjxo .framer-156lm48 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-5Tjxo .framer-13xuvgh > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css,...sharedStyle13.css,'.framer-5Tjxo[data-border=\"true\"]::after, .framer-5Tjxo [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-5Tjxo.framer-js2jk3 { width: 810px; } .framer-5Tjxo .framer-1tfrp2j { gap: 32px; padding: 50px 12px 80px 12px; } .framer-5Tjxo .framer-1dtsrlc { gap: 24px; max-height: 100vh; top: 157px; width: 260px; } .framer-5Tjxo .framer-1grcffq { flex-direction: column; gap: 24px; } .framer-5Tjxo .framer-1hn7dm1 { flex: none; gap: 10px; width: 100%; } .framer-5Tjxo .framer-1tu1z67, .framer-5Tjxo .framer-1ybpzrv { padding: 12px; } .framer-5Tjxo .framer-dua4ds-container, .framer-5Tjxo .framer-15ukjda-container { width: 100%; } .framer-5Tjxo .framer-1t11lii { height: var(--framer-aspect-ratio-supported, 306px); } .framer-5Tjxo .framer-1sortkw, .framer-5Tjxo .framer-1wvp6qt, .framer-5Tjxo .framer-9pt05u, .framer-5Tjxo .framer-1o9ylh7, .framer-5Tjxo .framer-1mno6vu { flex-direction: column; } .framer-5Tjxo .framer-78swuv, .framer-5Tjxo .framer-nyqzc, .framer-5Tjxo .framer-174mvxp, .framer-5Tjxo .framer-1pa2km4, .framer-5Tjxo .framer-wmsuei, .framer-5Tjxo .framer-7xhlkv, .framer-5Tjxo .framer-11edhd7, .framer-5Tjxo .framer-omtloo, .framer-5Tjxo .framer-tnd2tx, .framer-5Tjxo .framer-8k37nj { flex: none; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-5Tjxo .framer-1tfrp2j, .framer-5Tjxo .framer-1dtsrlc, .framer-5Tjxo .framer-1grcffq, .framer-5Tjxo .framer-1hn7dm1, .framer-5Tjxo .framer-1sortkw, .framer-5Tjxo .framer-1wvp6qt, .framer-5Tjxo .framer-9pt05u, .framer-5Tjxo .framer-1o9ylh7, .framer-5Tjxo .framer-1mno6vu { gap: 0px; } .framer-5Tjxo .framer-1tfrp2j > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-5Tjxo .framer-1tfrp2j > :first-child { margin-left: 0px; } .framer-5Tjxo .framer-1tfrp2j > :last-child { margin-right: 0px; } .framer-5Tjxo .framer-1dtsrlc > *, .framer-5Tjxo .framer-1grcffq > *, .framer-5Tjxo .framer-1sortkw > *, .framer-5Tjxo .framer-1wvp6qt > *, .framer-5Tjxo .framer-9pt05u > *, .framer-5Tjxo .framer-1o9ylh7 > *, .framer-5Tjxo .framer-1mno6vu > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-5Tjxo .framer-1dtsrlc > :first-child, .framer-5Tjxo .framer-1grcffq > :first-child, .framer-5Tjxo .framer-1hn7dm1 > :first-child, .framer-5Tjxo .framer-1sortkw > :first-child, .framer-5Tjxo .framer-1wvp6qt > :first-child, .framer-5Tjxo .framer-9pt05u > :first-child, .framer-5Tjxo .framer-1o9ylh7 > :first-child, .framer-5Tjxo .framer-1mno6vu > :first-child { margin-top: 0px; } .framer-5Tjxo .framer-1dtsrlc > :last-child, .framer-5Tjxo .framer-1grcffq > :last-child, .framer-5Tjxo .framer-1hn7dm1 > :last-child, .framer-5Tjxo .framer-1sortkw > :last-child, .framer-5Tjxo .framer-1wvp6qt > :last-child, .framer-5Tjxo .framer-9pt05u > :last-child, .framer-5Tjxo .framer-1o9ylh7 > :last-child, .framer-5Tjxo .framer-1mno6vu > :last-child { margin-bottom: 0px; } .framer-5Tjxo .framer-1hn7dm1 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }}\",\"@media (max-width: 809px) { .framer-5Tjxo.framer-js2jk3 { width: 390px; } .framer-5Tjxo .framer-1tp6jle, .framer-5Tjxo .framer-kw5j77, .framer-5Tjxo .framer-1b7ms1q { order: 0; } .framer-5Tjxo .framer-1mid0wt, .framer-5Tjxo .framer-oxl85e { order: 2; } .framer-5Tjxo .framer-1tfrp2j { flex-direction: column; gap: 32px; padding: 50px 12px 80px 12px; } .framer-5Tjxo .framer-5ufqk0 { flex: none; order: 1; width: 100%; } .framer-5Tjxo .framer-s4zj5u, .framer-5Tjxo .framer-vk1ed2, .framer-5Tjxo .framer-81171n { order: 1; } .framer-5Tjxo .framer-1t11lii { height: var(--framer-aspect-ratio-supported, 124px); } .framer-5Tjxo .framer-1sortkw, .framer-5Tjxo .framer-1wvp6qt, .framer-5Tjxo .framer-9pt05u, .framer-5Tjxo .framer-1o9ylh7, .framer-5Tjxo .framer-1mno6vu, .framer-5Tjxo .framer-156lm48 { flex-direction: column; } .framer-5Tjxo .framer-78swuv, .framer-5Tjxo .framer-nyqzc, .framer-5Tjxo .framer-174mvxp, .framer-5Tjxo .framer-1pa2km4, .framer-5Tjxo .framer-wmsuei, .framer-5Tjxo .framer-7xhlkv, .framer-5Tjxo .framer-11edhd7, .framer-5Tjxo .framer-omtloo, .framer-5Tjxo .framer-tnd2tx, .framer-5Tjxo .framer-8k37nj, .framer-5Tjxo .framer-1aj97a8-container { flex: none; width: 100%; } .framer-5Tjxo .framer-15ukjda-container { width: 100%; } .framer-5Tjxo .framer-x8egmf { align-content: center; align-items: center; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-5Tjxo .framer-1tfrp2j, .framer-5Tjxo .framer-1sortkw, .framer-5Tjxo .framer-1wvp6qt, .framer-5Tjxo .framer-9pt05u, .framer-5Tjxo .framer-1o9ylh7, .framer-5Tjxo .framer-1mno6vu, .framer-5Tjxo .framer-156lm48 { gap: 0px; } .framer-5Tjxo .framer-1tfrp2j > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-5Tjxo .framer-1tfrp2j > :first-child, .framer-5Tjxo .framer-1sortkw > :first-child, .framer-5Tjxo .framer-1wvp6qt > :first-child, .framer-5Tjxo .framer-9pt05u > :first-child, .framer-5Tjxo .framer-1o9ylh7 > :first-child, .framer-5Tjxo .framer-1mno6vu > :first-child, .framer-5Tjxo .framer-156lm48 > :first-child { margin-top: 0px; } .framer-5Tjxo .framer-1tfrp2j > :last-child, .framer-5Tjxo .framer-1sortkw > :last-child, .framer-5Tjxo .framer-1wvp6qt > :last-child, .framer-5Tjxo .framer-9pt05u > :last-child, .framer-5Tjxo .framer-1o9ylh7 > :last-child, .framer-5Tjxo .framer-1mno6vu > :last-child, .framer-5Tjxo .framer-156lm48 > :last-child { margin-bottom: 0px; } .framer-5Tjxo .framer-1sortkw > *, .framer-5Tjxo .framer-1wvp6qt > *, .framer-5Tjxo .framer-9pt05u > *, .framer-5Tjxo .framer-1o9ylh7 > *, .framer-5Tjxo .framer-1mno6vu > *, .framer-5Tjxo .framer-156lm48 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 8551\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"On8cOuILa\":{\"layout\":[\"fixed\",\"auto\"]},\"ZGNI6ifVa\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"JAPD7OL7T\":{\"pattern\":\":JAPD7OL7T\",\"name\":\"start\"},\"mRCgl6ZHs\":{\"pattern\":\":mRCgl6ZHs\",\"name\":\"content\"},\"x5LFYCInj\":{\"pattern\":\":x5LFYCInj\",\"name\":\"end\"}}\n * @framerResponsiveScreen\n */const FramerTZTl4OZu0=withCSS(Component,css,\"framer-5Tjxo\");export default FramerTZTl4OZu0;FramerTZTl4OZu0.displayName=\"Page\";FramerTZTl4OZu0.defaultProps={height:8551,width:1200};addFonts(FramerTZTl4OZu0,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_A87jxeN7B.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/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:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BNWG6MUI4RTC6WEND2VPDH4MHMIVU3XZ/R5YXY5FMVG6PXU36GNEEA24MIPMEPGSM/CIM4KQCLZSMMLWPVH25IDDSTY4ENPHEY.woff2\",weight:\"500\"},{family:\"Onest\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/onest/v8/gNMZW3F-SZuj7zOT0IfSjTS16cPhxx-ZtxFMQWXgSQ.woff2\",weight:\"500\"}]},...NavBreadCrumItemFonts,...ScrollProgressBarFonts,...ButtonStakingFonts,...Table_of_ContentFonts,...AnimatedNumberCounterFonts,...ButtonTextFonts,...BlogBlogItemFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...getFontsFromSharedStyle(sharedStyle12.fonts),...getFontsFromSharedStyle(sharedStyle13.fonts),...componentPresets.fonts?.[\"nJl0z6XM4\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"nJl0z6XM4\"]):[],...componentPresets.fonts?.[\"lkKDcahZB\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"lkKDcahZB\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerTZTl4OZu0\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"8551\",\"framerScrollSections\":\"{\\\"JAPD7OL7T\\\":{\\\"pattern\\\":\\\":JAPD7OL7T\\\",\\\"name\\\":\\\"start\\\"},\\\"mRCgl6ZHs\\\":{\\\"pattern\\\":\\\":mRCgl6ZHs\\\",\\\"name\\\":\\\"content\\\"},\\\"x5LFYCInj\\\":{\\\"pattern\\\":\\\":x5LFYCInj\\\",\\\"name\\\":\\\"end\\\"}}\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"On8cOuILa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZGNI6ifVa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerResponsiveScreen\":\"\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}