{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/UA0UrLHbF12MlnMSYYEL/NwtVoNGbiD9ylONv144C/MobRayVJf-0.js", "ssg:https://framerusercontent.com/modules/UA0UrLHbF12MlnMSYYEL/NwtVoNGbiD9ylONv144C/MobRayVJf.js", "ssg:https://framerusercontent.com/modules/GObMu4u81Bt4AB7a6zjz/fHSlJdPxv35m93iYZfMr/MobRayVJf.js"],
  "sourcesContent": ["export const v0=\"Casa\";export const v1=\"Platform\";export const v2=\"Content\";export const v3=\"Blog\";export const v4=\"Schedule Demo\";export const v5=\"Entrar\";\nexport const __FramerMetadata__ = {\"exports\":{\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (890879b)\nimport*as localizedValues from\"./MobRayVJf-0.js\";const valuesByLocaleId={dcxYmcgi5:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (890879b)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,Link,ResolveLinks,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import LocaleSelector from\"https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/UfMN9oeTJKQqVQHIwZ5z/LocaleSelector.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/UA0UrLHbF12MlnMSYYEL/NwtVoNGbiD9ylONv144C/MobRayVJf.js\";import AIKitButton from\"https://framerusercontent.com/modules/6qROkyus1e6T5fhH3e1R/nUGwpahs5xJJlhkOZYe8/djKqjDmsj.js\";import Trigger from\"https://framerusercontent.com/modules/ab0MLqJ7f3k8IycIWOJk/11yiQ4lS3Yq9pNZ2F31h/Epdr_TgLM.js\";import LinksProduct from\"https://framerusercontent.com/modules/GSI2duuSY8HEkw6sjj1p/H9RYJSX6RAC8ABwg9WoR/t0fx6a3Y8.js\";import LinksPlataforma from\"https://framerusercontent.com/modules/EczowZvs1EkjHLlDemHN/TAFKoeqDW0JP42byZUYy/u0483f28Y.js\";import Button from\"https://framerusercontent.com/modules/LiB2ffg9bdrFgmZcYsDA/dIDp1aXxfLI1tTZEs1N6/YV8A1mHuu.js\";const PhosphorFonts=getFonts(Phosphor);const TriggerFonts=getFonts(Trigger);const LinksPlataformaFonts=getFonts(LinksPlataforma);const SmartComponentScopedContainerWithFX=withFX(SmartComponentScopedContainer);const LinksProductFonts=getFonts(LinksProduct);const AIKitButtonFonts=getFonts(AIKitButton);const LocaleSelectorFonts=getFonts(LocaleSelector);const ButtonFonts=getFonts(Button);const cycleOrder=[\"jmIGxWQd2\",\"adpZz53Kp\",\"IJVQ9Zsqz\",\"K584cjbC7\"];const serializationHash=\"framer-dyjke\";const variantClassNames={adpZz53Kp:\"framer-v-6lmk80\",IJVQ9Zsqz:\"framer-v-1gw2lgc\",jmIGxWQd2:\"framer-v-17m6cl0\",K584cjbC7:\"framer-v-ex9ut4\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const transition2={damping:40,delay:0,mass:1,stiffness:600,type:\"spring\"};const transition3={damping:40,delay:0,mass:.5,stiffness:600,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Phone Open\":\"IJVQ9Zsqz\",\"Variant 4\":\"K584cjbC7\",Desktop:\"jmIGxWQd2\",Phone:\"adpZz53Kp\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"jmIGxWQd2\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"jmIGxWQd2\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1gyx5w=activeVariantCallback(async(...args)=>{setVariant(\"IJVQ9Zsqz\");});const onTap2onv7z=activeVariantCallback(async(...args)=>{setVariant(\"adpZz53Kp\");});const PWSlWeqS6txyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"adpZz53Kp\",\"IJVQ9Zsqz\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"adpZz53Kp\")return false;return true;};const ref1=React.useRef(null);const ref2=React.useRef(null);const ref3=React.useRef(null);const ref4=React.useRef(null);const router=useRouter();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-17m6cl0\",className,classNames),\"data-framer-name\":\"Desktop\",\"data-hide-scrollbars\":true,layoutDependency:layoutDependency,layoutId:\"jmIGxWQd2\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(11, 10, 48, 0.07), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(11, 10, 48, 0.06), 0px 10px 10px -3.75px rgba(11, 10, 48, 0.03)\",...style},variants:{IJVQ9Zsqz:{borderBottomLeftRadius:20,borderBottomRightRadius:20},K584cjbC7:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,boxShadow:\"none\"}},...addPropertyOverrides({adpZz53Kp:{\"data-framer-name\":\"Phone\"},IJVQ9Zsqz:{\"data-framer-name\":\"Phone Open\"},K584cjbC7:{\"data-framer-name\":\"Variant 4\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-k5i36g\",\"data-framer-name\":\"Name\",layoutDependency:layoutDependency,layoutId:\"csFhtZXzu\",...addPropertyOverrides({adpZz53Kp:{\"data-highlight\":true,onTap:onTap1gyx5w},IJVQ9Zsqz:{\"data-highlight\":true,onTap:onTap2onv7z}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"XdyKD21TA\",scopeId:\"MobRayVJf\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1170pjb framer-14xana9\",\"data-framer-name\":\"logo principal\",layoutDependency:layoutDependency,layoutId:\"XdyKD21TA\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-14va9fs\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:44,intrinsicWidth:30,layoutDependency:layoutDependency,layoutId:\"REC3q4Wrf\",svg:'<svg width=\"30\" height=\"44\" viewBox=\"0 0 30 44\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M29.5695 14.8041H15.2576V29.1936C23.1633 29.1936 29.5695 22.7505 29.5695 14.8041Z\" fill=\"#C3BABA\"/>\\n<path d=\"M0.943542 29.1957H15.2554V43.5853C7.35189 43.5853 0.943542 37.1422 0.943542 29.1957Z\" fill=\"#FB3CFB\"/>\\n<path d=\"M0.943542 0.414551V14.8041C0.943542 6.85766 7.35189 0.414551 15.2554 0.414551H0.943542Z\" fill=\"#D6FB03\"/>\\n<path d=\"M0.943542 14.8041H15.2554V0.414551C7.35189 0.414551 0.943542 6.85766 0.943542 14.8041Z\" fill=\"#C3BABA\"/>\\n<path d=\"M29.5057 14.8041H15.1938V0.414551C23.0994 0.414551 29.5057 6.85766 29.5057 14.8041Z\" fill=\"#08EFFB\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-idprwf\",\"data-framer-name\":\"Group 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:82,layoutDependency:layoutDependency,layoutId:\"QmkZXHNwM\",svg:'<svg width=\"82\" height=\"16\" viewBox=\"0 0 82 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M10.6112 6.44513C10.6112 7.24269 10.4293 7.9744 10.0642 8.64147C9.69908 9.29513 9.13991 9.8244 8.38544 10.2293C7.63098 10.6342 6.69336 10.8366 5.5738 10.8366H3.50448V15.7768H0.165192V2.01343H5.5738C6.66789 2.01343 7.59217 2.20245 8.34663 2.58172C9.10109 2.96099 9.66755 3.48416 10.046 4.15001C10.4232 4.81708 10.6124 5.58172 10.6124 6.44391L10.6112 6.44513ZM5.31907 8.16952C5.95709 8.16952 6.43257 8.01952 6.74431 7.7183C7.05725 7.41708 7.21251 6.9927 7.21251 6.44391C7.21251 5.89513 7.05604 5.46952 6.74431 5.16952C6.43136 4.8683 5.95709 4.7183 5.31907 4.7183H3.50327V8.16952H5.31907Z\" fill=\"#131B2A\"/>\\n<path d=\"M15.6887 1.26831V15.7768H12.3494V1.26831H15.6887Z\" fill=\"#131B2A\"/>\\n<path d=\"M28.8675 4.83667V15.7769H25.5283V14.2867C25.1898 14.7708 24.7277 15.1623 24.1418 15.4635C23.5693 15.7513 22.9313 15.8952 22.229 15.8952C21.3957 15.8952 20.6606 15.7123 20.0226 15.3464C19.3846 14.9672 18.8897 14.4245 18.538 13.7196C18.1862 13.0135 18.0103 12.1842 18.0103 11.2294V4.83789H21.3302V10.7781C21.3302 11.5098 21.5194 12.0781 21.8966 12.4842C22.2739 12.8891 22.7821 13.0915 23.4189 13.0915C24.0557 13.0915 24.5834 12.8891 24.9618 12.4842C25.339 12.0794 25.5283 11.5098 25.5283 10.7781V4.83789H28.8675V4.83667Z\" fill=\"#131B2A\"/>\\n<path d=\"M34.6061 6.66095C34.9966 6.05973 35.4843 5.589 36.0701 5.24875C36.656 4.89631 37.3073 4.71948 38.023 4.71948V8.26826H37.1048C36.2715 8.26826 35.6468 8.45119 35.2307 8.81704C34.8147 9.16948 34.6061 9.79753 34.6061 10.6988V15.7768H31.2668V4.83656H34.6061V6.65973V6.66095Z\" fill=\"#131B2A\"/>\\n<path d=\"M41.298 3.70007C40.7121 3.70007 40.2306 3.53056 39.8534 3.19032C39.4883 2.83788 39.3063 2.40617 39.3063 1.89641C39.3063 1.38666 39.4883 0.942754 39.8534 0.60251C40.2306 0.250071 40.7121 0.0732422 41.298 0.0732422C41.8838 0.0732422 42.3399 0.250071 42.7038 0.60251C43.081 0.942754 43.2703 1.37324 43.2703 1.89641C43.2703 2.41958 43.081 2.83788 42.7038 3.19032C42.3399 3.53056 41.8705 3.70007 41.298 3.70007ZM42.9585 4.83666V15.7769H39.6193V4.83666H42.9585Z\" fill=\"#131B2A\"/>\\n<path d=\"M55.6498 10.1307C55.6498 10.4441 55.6304 10.7709 55.5903 11.1111H48.0336C48.0857 11.7904 48.3004 12.3136 48.6777 12.6794C49.0682 13.0319 49.5437 13.2087 50.1029 13.2087C50.9362 13.2087 51.5148 12.8563 51.8411 12.1502H55.3951C55.2131 12.8685 54.8808 13.516 54.3992 14.0916C53.9298 14.6672 53.3379 15.1172 52.6222 15.4441C51.9066 15.7709 51.1048 15.9343 50.2206 15.9343C49.1532 15.9343 48.2022 15.7051 47.3689 15.2477C46.5356 14.7904 45.8842 14.1368 45.416 13.2868C44.9466 12.4368 44.7125 11.4441 44.7125 10.3063C44.7125 9.16847 44.9405 8.17578 45.3954 7.32578C45.8648 6.47578 46.515 5.82213 47.3483 5.36481C48.1816 4.90749 49.1386 4.67822 50.2181 4.67822C51.2977 4.67822 52.2098 4.90017 53.0298 5.3453C53.8497 5.7892 54.4878 6.42334 54.9438 7.24652C55.412 8.06969 55.6474 9.03066 55.6474 10.1282L55.6498 10.1307ZM52.2317 9.24896C52.2317 8.67335 52.0364 8.21603 51.6458 7.877C51.2552 7.53676 50.7676 7.36725 50.1805 7.36725C49.5935 7.36725 49.1459 7.53066 48.7553 7.85749C48.3781 8.18432 48.144 8.64773 48.053 9.25017H52.2317V9.24896Z\" fill=\"#131B2A\"/>\\n<path d=\"M65.7101 8.71953C66.5046 8.88904 67.1426 9.28782 67.6229 9.91587C68.1045 10.5305 68.3459 11.2366 68.3459 12.0329C68.3459 13.1829 67.9419 14.0976 67.1353 14.7781C66.3408 15.4451 65.2286 15.7781 63.796 15.7781H57.411V2.01465H63.5814C64.9738 2.01465 66.0619 2.33538 66.8418 2.97562C67.6363 3.61587 68.0329 4.48538 68.0329 5.58294C68.0329 6.39392 67.8182 7.06587 67.3888 7.60245C66.9716 8.13782 66.4124 8.51099 65.7101 8.71953ZM60.7503 7.58172H62.9373C63.4843 7.58172 63.9004 7.46465 64.1866 7.22928C64.4862 6.9805 64.6354 6.62196 64.6354 6.15123C64.6354 5.6805 64.485 5.32075 64.1866 5.07319C63.9004 4.8244 63.4831 4.70123 62.9373 4.70123H60.7503V7.58294V7.58172ZM63.2102 13.072C63.7694 13.072 64.2 12.9476 64.4996 12.7C64.8113 12.439 64.9678 12.0659 64.9678 11.5829C64.9678 11.1 64.8052 10.7207 64.4789 10.4464C64.166 10.172 63.7305 10.0342 63.1702 10.0342H60.7491V13.0732H63.2102V13.072Z\" fill=\"#131B2A\"/>\\n<path d=\"M77.2733 15.7768L74.4216 10.5817H73.621V15.7768H70.2817V2.01343H75.8856C76.9664 2.01343 77.8846 2.20245 78.6391 2.58172C79.4069 2.96099 79.9806 3.48416 80.3578 4.15001C80.7351 4.80367 80.9243 5.53538 80.9243 6.34635C80.9243 7.26099 80.6635 8.07806 80.1431 8.79757C79.6349 9.51708 78.8804 10.0256 77.8785 10.3268L81.0419 15.7768H77.2733ZM73.6222 8.20977H75.6928C76.3041 8.20977 76.7602 8.05977 77.0598 7.75855C77.3715 7.45733 77.528 7.03294 77.528 6.48416C77.528 5.93538 77.3715 5.55001 77.0598 5.24879C76.7602 4.94757 76.3041 4.79757 75.6928 4.79757H73.6222V8.20855V8.20977Z\" fill=\"#131B2A\"/>\\n</svg>\\n',withExternalLayout:true})]})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-rh1qws\",\"data-framer-name\":\"icon\",layoutDependency:layoutDependency,layoutId:\"SPnYqm5aO\",...addPropertyOverrides({adpZz53Kp:{\"data-highlight\":true,onTap:onTap1gyx5w},IJVQ9Zsqz:{\"data-highlight\":true,onTap:onTap2onv7z}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1m1o2u8-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Id8AHXPkf-container\",nodeId:\"Id8AHXPkf\",rendersWithMotion:true,scopeId:\"MobRayVJf\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-deab451e-043e-4239-b3e3-bcc61a6fdbb7, rgb(251, 60, 251))\",height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"House\",iconSelection:\"TextAlignRight\",id:\"Id8AHXPkf\",layoutId:\"Id8AHXPkf\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\",...addPropertyOverrides({adpZz53Kp:{weight:\"regular\"},IJVQ9Zsqz:{iconSelection:\"XCircle\",weight:\"duotone\"}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({adpZz53Kp:{value:transition2},IJVQ9Zsqz:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ym8p5m\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"M_Q9KtOMA\",style:{opacity:1},variants:{adpZz53Kp:{opacity:0},IJVQ9Zsqz:{opacity:1},K584cjbC7:{opacity:1}},children:[isDisplayed1()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:62,y:(componentViewport?.y||0)+(20+((componentViewport?.height||100)-40-62)/2)+0,...addPropertyOverrides({IJVQ9Zsqz:{y:(componentViewport?.y||0)+0+84+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-1mee0jj-container\",\"data-framer-name\":\"Trigger\",id:`${layoutId}-1mee0jj`,layoutDependency:layoutDependency,layoutId:\"akpnHugPn-container\",name:\"Trigger\",nodeId:\"akpnHugPn\",ref:ref1,rendersWithMotion:true,scopeId:\"MobRayVJf\",children:[/*#__PURE__*/_jsx(Trigger,{DApvjrdfG:getLocalizedValue(\"v1\",activeLocale)??\"Plataforma\",height:\"100%\",id:\"akpnHugPn\",layoutId:\"akpnHugPn\",name:\"Trigger\",PWSlWeqS6:PWSlWeqS6txyyif({overlay}),style:{height:\"100%\"},variant:overlay.visible?\"VLdeohsf9\":\"NDsxzJhmi\",width:\"100%\",...addPropertyOverrides({IJVQ9Zsqz:{variant:overlay.visible?\"NDsxzJhmi\":\"NDsxzJhmi\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-1mee0jj`,offsetX:0,offsetY:30,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:236,y:(componentViewport?.y||0)+(20+((componentViewport?.height||100)-40-62)/2)+0+-118,...addPropertyOverrides({IJVQ9Zsqz:{y:(componentViewport?.y||0)+0+84+0+0+-118}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1ua3h9t-container\",exit:animation,inComponentSlot:true,initial:animation2,layoutDependency:layoutDependency,layoutId:\"G2_fKB6HU-container\",nodeId:\"G2_fKB6HU\",ref:ref2,rendersWithMotion:true,role:\"dialog\",scopeId:\"MobRayVJf\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(LinksPlataforma,{height:\"100%\",id:\"G2_fKB6HU\",layoutId:\"G2_fKB6HU\",width:\"100%\"})})})})})]})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:62,y:(componentViewport?.y||0)+(20+((componentViewport?.height||100)-40-62)/2)+0,...addPropertyOverrides({IJVQ9Zsqz:{y:(componentViewport?.y||0)+0+84+0+62}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-xs33r2-container\",\"data-framer-name\":\"Trigger\",id:`${layoutId}-xs33r2`,layoutDependency:layoutDependency,layoutId:\"c9DqFoSHQ-container\",name:\"Trigger\",nodeId:\"c9DqFoSHQ\",ref:ref3,rendersWithMotion:true,scopeId:\"MobRayVJf\",children:[/*#__PURE__*/_jsx(Trigger,{DApvjrdfG:getLocalizedValue(\"v2\",activeLocale)??\"Conte\\xfado\",height:\"100%\",id:\"c9DqFoSHQ\",layoutId:\"c9DqFoSHQ\",name:\"Trigger\",PWSlWeqS6:PWSlWeqS6txyyif({overlay:overlay1}),style:{height:\"100%\"},variant:overlay1.visible?\"VLdeohsf9\":\"NDsxzJhmi\",width:\"100%\",...addPropertyOverrides({IJVQ9Zsqz:{variant:overlay1.visible?\"NDsxzJhmi\":\"NDsxzJhmi\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref3,className:cx(scopingClassNames,classNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-xs33r2`,offsetX:0,offsetY:30,onDismiss:overlay1.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:197,y:(componentViewport?.y||0)+(20+((componentViewport?.height||100)-40-62)/2)+0+-98.5,...addPropertyOverrides({IJVQ9Zsqz:{y:(componentViewport?.y||0)+0+84+0+62+-98.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1q6ivxi-container\",exit:animation,inComponentSlot:true,initial:animation2,layoutDependency:layoutDependency,layoutId:\"b5TxZfGiU-container\",nodeId:\"b5TxZfGiU\",ref:ref4,rendersWithMotion:true,role:\"dialog\",scopeId:\"MobRayVJf\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(LinksProduct,{height:\"100%\",id:\"b5TxZfGiU\",layoutId:\"b5TxZfGiU\",variant:\"iqFBfrEuj\",width:\"100%\",...addPropertyOverrides({IJVQ9Zsqz:{variant:\"T5CrrCLe7\"}},baseVariant,gestureVariant)})})})})})]})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"tisv11nl8\"},implicitPathVariables:undefined},{href:{webPageId:\"tisv11nl8\"},implicitPathVariables:undefined},{href:{webPageId:\"tisv11nl8\"},implicitPathVariables:undefined},{href:{webPageId:\"tisv11nl8\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:62,y:(componentViewport?.y||0)+(20+((componentViewport?.height||100)-40-62)/2)+0,...addPropertyOverrides({adpZz53Kp:{y:(componentViewport?.y||0)+0+64+0+0},IJVQ9Zsqz:{height:58,y:(componentViewport?.y||0)+0+84+0+124}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-11xv1w7-container\",layoutDependency:layoutDependency,layoutId:\"GYPfjarfR-container\",nodeId:\"GYPfjarfR\",rendersWithMotion:true,scopeId:\"MobRayVJf\",children:/*#__PURE__*/_jsx(AIKitButton,{cPx8dteCO:false,cthNIqroa:false,F0q3v5xxO:\"var(--token-deab451e-043e-4239-b3e3-bcc61a6fdbb7, rgb(251, 60, 251))\",height:\"100%\",id:\"GYPfjarfR\",j6t_4kA2p:true,jakO2hDPw:5,jcBXvG4Jw:getLocalizedValue(\"v3\",activeLocale)??\"Blog\",jKAV9vijo:\"WhatsappLogo\",KiZ54_7bf:\"rgba(255, 255, 255, 0)\",layoutId:\"GYPfjarfR\",NmI8VIMdB:true,PQJP1WnbR:\"var(--token-2779c6b0-29b8-40b7-9481-587679be1c54, rgb(243, 247, 251))\",qeG6HYgq5:{borderColor:\"var(--token-deab451e-043e-4239-b3e3-bcc61a6fdbb7, rgb(251, 60, 251))\",borderStyle:\"solid\",borderWidth:1},style:{height:\"100%\"},UDEEY8z8V:\"var(--token-2779c6b0-29b8-40b7-9481-587679be1c54, rgb(243, 247, 251))\",variant:\"wUOAEFbvl\",width:\"100%\",WIxL9YJdV:resolvedLinks[0],wYwoLym6J:\"var(--token-410867cd-ac36-4d3f-9447-c06c22553873, rgb(1, 0, 41))\",xdlGq7B9z:\"Monitor\",XhahqhK15:true,...addPropertyOverrides({adpZz53Kp:{WIxL9YJdV:resolvedLinks[1]},IJVQ9Zsqz:{WIxL9YJdV:resolvedLinks[2]},K584cjbC7:{WIxL9YJdV:resolvedLinks[3]}},baseVariant,gestureVariant)})})})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bq3zod\",layoutDependency:layoutDependency,layoutId:\"GlvkmnVz5\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-2xz20q-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"vy8gs0Gp9-container\",nodeId:\"vy8gs0Gp9\",rendersWithMotion:true,scopeId:\"MobRayVJf\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"var(--token-deab451e-043e-4239-b3e3-bcc61a6fdbb7, rgb(251, 60, 251))\",size:12,type:\"default\"},fillColor:\"var(--token-2779c6b0-29b8-40b7-9481-587679be1c54, rgb(243, 247, 251))\",font:{fontFamily:'\"Poppins\", \"Poppins Placeholder\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"var(--token-deab451e-043e-4239-b3e3-bcc61a6fdbb7, rgb(251, 60, 251))\",size:18,type:\"default\"},id:\"vy8gs0Gp9\",layoutId:\"vy8gs0Gp9\",options:{focus:{color:\"var(--token-deab451e-043e-4239-b3e3-bcc61a6fdbb7, rgb(251, 60, 251))\",offset:0,style:\"solid\",width:2},gap:5,hover:{borderColor:\"var(--token-deab451e-043e-4239-b3e3-bcc61a6fdbb7, rgb(251, 60, 251))\",fillColor:\"rgba(250, 60, 250, 0.16)\"},title:true},padding:10,paddingBottom:10,paddingLeft:15,paddingPerSide:true,paddingRight:15,paddingTop:10,radius:12,radiusBottomLeft:12,radiusBottomRight:12,radiusPerConrner:false,radiusTopLeft:12,radiusTopRight:12,style:{height:\"100%\"},textColor:\"var(--token-410867cd-ac36-4d3f-9447-c06c22553873, rgb(1, 0, 41))\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":ByiNpQIH4\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":ByiNpQIH4\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":ByiNpQIH4\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":ByiNpQIH4\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:62,y:(componentViewport?.y||0)+(20+((componentViewport?.height||100)-40-62)/2)+0,...addPropertyOverrides({adpZz53Kp:{y:(componentViewport?.y||0)+0+126+0},IJVQ9Zsqz:{y:(componentViewport?.y||0)+0+286+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-4hfp56-container\",layoutDependency:layoutDependency,layoutId:\"IeykjXIdY-container\",nodeId:\"IeykjXIdY\",rendersWithMotion:true,scopeId:\"MobRayVJf\",children:/*#__PURE__*/_jsx(Button,{b6rxqFVJC:{borderColor:\"var(--token-deab451e-043e-4239-b3e3-bcc61a6fdbb7, rgb(251, 60, 251))\",borderStyle:\"solid\",borderWidth:2},eszixBaDA:12,height:\"100%\",id:\"IeykjXIdY\",ik9I5qIGz:false,IniriBykK:\"rgb(255, 255, 255)\",K6pt488ss:\"rgb(255, 255, 255)\",kb6yCrhvJ:\"var(--token-2779c6b0-29b8-40b7-9481-587679be1c54, rgb(243, 247, 251))\",KJK1sV1GB:getLocalizedValue(\"v4\",activeLocale)??\"Entrar em Contato\",layoutId:\"IeykjXIdY\",Q1UN5Q6Q6:{borderColor:\"var(--token-deab451e-043e-4239-b3e3-bcc61a6fdbb7, rgb(251, 60, 251))\",borderStyle:\"solid\",borderWidth:2},QQexXV_U8:false,RmkZjgJwi:\"ArrowRight\",UsLusPFRg:\"var(--token-deab451e-043e-4239-b3e3-bcc61a6fdbb7, rgb(251, 60, 251))\",variant:\"wrfF9mqY_\",width:\"100%\",yp8vjSnd7:\"var(--token-deab451e-043e-4239-b3e3-bcc61a6fdbb7, rgb(251, 60, 251))\",ypn9iJWiI:\"var(--token-2779c6b0-29b8-40b7-9481-587679be1c54, rgb(243, 247, 251))\",yTZZaFOb3:resolvedLinks1[0],...addPropertyOverrides({adpZz53Kp:{yTZZaFOb3:resolvedLinks1[1]},IJVQ9Zsqz:{variant:\"w8cRzCbX_\",yTZZaFOb3:resolvedLinks1[2]},K584cjbC7:{yTZZaFOb3:resolvedLinks1[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:62,y:(componentViewport?.y||0)+(20+((componentViewport?.height||100)-40-62)/2)+0,...addPropertyOverrides({adpZz53Kp:{y:(componentViewport?.y||0)+0+126+0},IJVQ9Zsqz:{y:(componentViewport?.y||0)+0+286+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1fakxvl-container\",layoutDependency:layoutDependency,layoutId:\"bugRFxb9H-container\",nodeId:\"bugRFxb9H\",rendersWithMotion:true,scopeId:\"MobRayVJf\",children:/*#__PURE__*/_jsx(Button,{b6rxqFVJC:{borderColor:\"var(--token-deab451e-043e-4239-b3e3-bcc61a6fdbb7, rgb(251, 60, 251))\",borderStyle:\"solid\",borderWidth:2},eszixBaDA:12,height:\"100%\",id:\"bugRFxb9H\",ik9I5qIGz:true,IniriBykK:\"var(--token-deab451e-043e-4239-b3e3-bcc61a6fdbb7, rgb(251, 60, 251))\",K6pt488ss:\"var(--token-deab451e-043e-4239-b3e3-bcc61a6fdbb7, rgb(251, 60, 251))\",kb6yCrhvJ:\"var(--token-deab451e-043e-4239-b3e3-bcc61a6fdbb7, rgb(251, 60, 251))\",KJK1sV1GB:getLocalizedValue(\"v5\",activeLocale)??\"Login\",layoutId:\"bugRFxb9H\",Q1UN5Q6Q6:{borderColor:\"var(--token-deab451e-043e-4239-b3e3-bcc61a6fdbb7, rgb(251, 60, 251))\",borderStyle:\"solid\",borderWidth:2},QQexXV_U8:true,RmkZjgJwi:\"SignIn\",UsLusPFRg:\"rgba(250, 60, 250, 0)\",variant:\"wrfF9mqY_\",width:\"100%\",yp8vjSnd7:\"rgba(250, 60, 250, 0)\",ypn9iJWiI:\"var(--token-deab451e-043e-4239-b3e3-bcc61a6fdbb7, rgb(251, 60, 251))\",yTZZaFOb3:\"https://app.pluriebr.com/\",...addPropertyOverrides({IJVQ9Zsqz:{variant:\"w8cRzCbX_\"}},baseVariant,gestureVariant)})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-dyjke.framer-14xana9, .framer-dyjke .framer-14xana9 { display: block; }\",\".framer-dyjke.framer-17m6cl0 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 100px; justify-content: flex-start; overflow: visible; padding: 20px 60px 20px 60px; position: relative; width: 1200px; }\",\".framer-dyjke .framer-k5i36g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 100%; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-dyjke .framer-1170pjb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-dyjke .framer-14va9fs { flex: none; height: 60px; position: relative; width: 40px; }\",\".framer-dyjke .framer-idprwf { flex: none; height: 22px; position: relative; width: 114px; }\",\".framer-dyjke .framer-rh1qws { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-dyjke .framer-1m1o2u8-container { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-dyjke .framer-1ym8p5m { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 62px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-dyjke .framer-1mee0jj-container, .framer-dyjke .framer-xs33r2-container { flex: none; height: 100%; position: relative; width: auto; z-index: 10; }\",\".framer-dyjke .framer-1ua3h9t-container, .framer-dyjke .framer-1q6ivxi-container { height: auto; position: relative; width: auto; }\",\".framer-dyjke .framer-11xv1w7-container { flex: none; height: 100%; position: relative; width: auto; }\",\".framer-dyjke .framer-1bq3zod { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-dyjke .framer-2xz20q-container { align-self: stretch; flex: none; height: auto; position: relative; width: auto; }\",\".framer-dyjke .framer-4hfp56-container, .framer-dyjke .framer-1fakxvl-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-dyjke.framer-v-6lmk80.framer-17m6cl0 { flex-direction: column; gap: 0px; height: 64px; overflow: hidden; padding: 0px; width: 390px; }\",\".framer-dyjke.framer-v-6lmk80 .framer-k5i36g, .framer-dyjke.framer-v-1gw2lgc .framer-k5i36g { cursor: pointer; gap: unset; height: 64px; justify-content: space-between; order: 0; padding: 0px 20px 0px 30px; width: 100%; z-index: 2; }\",\".framer-dyjke.framer-v-6lmk80 .framer-1170pjb, .framer-dyjke.framer-v-1gw2lgc .framer-1170pjb { order: 0; }\",\".framer-dyjke.framer-v-6lmk80 .framer-14va9fs, .framer-dyjke.framer-v-1gw2lgc .framer-14va9fs { height: 38px; width: 25px; }\",\".framer-dyjke.framer-v-6lmk80 .framer-idprwf, .framer-dyjke.framer-v-1gw2lgc .framer-idprwf { height: 14px; width: 72px; }\",\".framer-dyjke.framer-v-6lmk80 .framer-rh1qws, .framer-dyjke.framer-v-1gw2lgc .framer-rh1qws { cursor: pointer; order: 1; }\",\".framer-dyjke.framer-v-6lmk80 .framer-1ym8p5m { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; justify-content: flex-start; order: 1; padding: 0px 20px 0px 20px; width: 100%; z-index: 2; }\",\".framer-dyjke.framer-v-6lmk80 .framer-11xv1w7-container { flex: 1 0 0px; height: 1px; order: 2; }\",\".framer-dyjke.framer-v-6lmk80 .framer-1bq3zod { order: 2; }\",\".framer-dyjke.framer-v-1gw2lgc.framer-17m6cl0 { align-content: flex-start; align-items: flex-start; flex-direction: column; height: min-content; max-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: auto; overscroll-behavior: contain; padding: 0px 0px 30px 0px; width: 390px; }\",\".framer-dyjke.framer-v-1gw2lgc .framer-1ym8p5m { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; height: min-content; justify-content: flex-start; order: 1; padding: 0px 20px 0px 20px; width: 100%; z-index: 2; }\",\".framer-dyjke.framer-v-1gw2lgc .framer-1mee0jj-container { height: auto; order: 0; }\",\".framer-dyjke.framer-v-1gw2lgc .framer-xs33r2-container { height: auto; order: 1; }\",\".framer-dyjke.framer-v-1gw2lgc .framer-11xv1w7-container { height: auto; order: 2; }\",\".framer-dyjke.framer-v-1gw2lgc .framer-1bq3zod { order: 2; padding: 0px 0px 0px 36px; }\",'.framer-dyjke[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-dyjke [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-dyjke[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-dyjke [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }','.framer-dyjke[data-hide-scrollbars=\"true\"], .framer-dyjke [data-hide-scrollbars=\"true\"] { scrollbar-width: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 100\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"adpZz53Kp\":{\"layout\":[\"fixed\",\"fixed\"]},\"IJVQ9Zsqz\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,null,\"100vh\"]},\"K584cjbC7\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerMobRayVJf=withCSS(Component,css,\"framer-dyjke\");export default FramerMobRayVJf;FramerMobRayVJf.displayName=\"Navigation Copy\";FramerMobRayVJf.defaultProps={height:100,width:1200};addPropertyControls(FramerMobRayVJf,{variant:{options:[\"jmIGxWQd2\",\"adpZz53Kp\",\"IJVQ9Zsqz\",\"K584cjbC7\"],optionTitles:[\"Desktop\",\"Phone\",\"Phone Open\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerMobRayVJf,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NC2MP33RO4WQTSTEEAWBJLAEXNCNEQVF/7F4U3COKLHQH4WUH3AXPC7N4UELEWJQN/JMWNCAGBH3TLANIVQPVABVAVNV5QERTH.woff2\",weight:\"400\"}]},...PhosphorFonts,...TriggerFonts,...LinksPlataformaFonts,...LinksProductFonts,...AIKitButtonFonts,...LocaleSelectorFonts,...ButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerMobRayVJf\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"adpZz53Kp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IJVQ9Zsqz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,null,\\\"100vh\\\"]},\\\"K584cjbC7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"100\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["MobRayVJf_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v3", "v4", "v5", "v0", "v1", "v2", "v3", "v4", "v5", "__FramerMetadata__", "valuesByLocaleId", "MobRayVJf_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "PhosphorFonts", "getFonts", "Icon", "TriggerFonts", "Epdr_TgLM_default", "LinksPlataformaFonts", "u0483f28Y_default", "SmartComponentScopedContainerWithFX", "withFX", "SmartComponentScopedContainer", "LinksProductFonts", "t0fx6a3Y8_default", "AIKitButtonFonts", "djKqjDmsj_default", "LocaleSelectorFonts", "LocaleSelector_default", "ButtonFonts", "YV8A1mHuu_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "animation", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1gyx5w", "args", "onTap2onv7z", "PWSlWeqS6txyyif", "overlay", "loadMore", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "ref1", "ref2", "ref3", "ref4", "router", "useRouter", "LayoutGroup", "u", "Link", "SVG", "ComponentViewportProvider", "getLocalizedValue", "l", "AnimatePresence", "Floating", "overlay1", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "css", "FramerMobRayVJf", "withCSS", "MobRayVJf_default", "addPropertyControls", "ControlType", "addFonts"]
}
