{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:mousetrap@1.6.5/mousetrap.js", "ssg:https://framerusercontent.com/modules/RqB4kgbP6vlpNZH8EaQ4/5wpUoVQH3DeelAxsLCJA/Comand.js", "ssg:https://framerusercontent.com/modules/LiEHgQhKezXh8EWwkswK/EMeomZUx7OBOg2T10h0T/icM0B01lE.js", "ssg:https://framerusercontent.com/modules/vX1hHvKVkEiWFfuqANfl/Gcwcy9UGmL1nGvLuwq2n/VpVJfczV3.js", "ssg:https://framerusercontent.com/modules/s1dZdzTrEJySh89cSTu9/xsqjCrAIJ1wYBetAMmlv/XUm21SRoB.js"],
  "sourcesContent": ["var e=\"undefined\"!==typeof globalThis?globalThis:\"undefined\"!==typeof self?self:global;var t={};(function(r,n,a){if(r){var o={8:\"backspace\",9:\"tab\",13:\"enter\",16:\"shift\",17:\"ctrl\",18:\"alt\",20:\"capslock\",27:\"esc\",32:\"space\",33:\"pageup\",34:\"pagedown\",35:\"end\",36:\"home\",37:\"left\",38:\"up\",39:\"right\",40:\"down\",45:\"ins\",46:\"del\",91:\"meta\",93:\"meta\",224:\"meta\"};var i={106:\"*\",107:\"+\",109:\"-\",110:\".\",111:\"/\",186:\";\",187:\"=\",188:\",\",189:\"-\",190:\".\",191:\"/\",192:\"`\",219:\"[\",220:\"\\\\\",221:\"]\",222:\"'\"};var s={\"~\":\"`\",\"!\":\"1\",\"@\":\"2\",\"#\":\"3\",$:\"4\",\"%\":\"5\",\"^\":\"6\",\"&\":\"7\",\"*\":\"8\",\"(\":\"9\",\")\":\"0\",_:\"-\",\"+\":\"=\",\":\":\";\",'\"':\"'\",\"<\":\",\",\">\":\".\",\"?\":\"/\",\"|\":\"\\\\\"};var c={option:\"alt\",command:\"meta\",return:\"enter\",escape:\"esc\",plus:\"+\",mod:/Mac|iPod|iPhone|iPad/.test(navigator.platform)?\"meta\":\"ctrl\"};var l;for(var u=1;u<20;++u)o[111+u]=\"f\"+u;for(u=0;u<=9;++u)o[u+96]=u.toString();Mousetrap.prototype.bind=function(t,r,n){var a=this||e;t=t instanceof Array?t:[t];a._bindMultiple.call(a,t,r,n);return a};Mousetrap.prototype.unbind=function(t,r){var n=this||e;return n.bind.call(n,t,(function(){}),r)};Mousetrap.prototype.trigger=function(t,r){var n=this||e;n._directMap[t+\":\"+r]&&n._directMap[t+\":\"+r]({},t);return n};Mousetrap.prototype.reset=function(){var t=this||e;t._callbacks={};t._directMap={};return t};Mousetrap.prototype.stopCallback=function(t,r){var n=this||e;if((\" \"+r.className+\" \").indexOf(\" mousetrap \")>-1)return false;if(_belongsTo(r,n.target))return false;if(\"composedPath\"in t&&\"function\"===typeof t.composedPath){var a=t.composedPath()[0];a!==t.target&&(r=a)}return\"INPUT\"==r.tagName||\"SELECT\"==r.tagName||\"TEXTAREA\"==r.tagName||r.isContentEditable};Mousetrap.prototype.handleKey=function(){var t=this||e;return t._handleKey.apply(t,arguments)};Mousetrap.addKeycodes=function(e){for(var t in e)e.hasOwnProperty(t)&&(o[t]=e[t]);l=null};Mousetrap.init=function(){var e=Mousetrap(n);for(var t in e)\"_\"!==t.charAt(0)&&(Mousetrap[t]=function(t){return function(){return e[t].apply(e,arguments)}}(t))};Mousetrap.init();r.Mousetrap=Mousetrap;t&&(t=Mousetrap)}function _addEvent(e,t,r){e.addEventListener?e.addEventListener(t,r,false):e.attachEvent(\"on\"+t,r)}function _characterFromEvent(e){if(\"keypress\"==e.type){var t=String.fromCharCode(e.which);e.shiftKey||(t=t.toLowerCase());return t}return o[e.which]?o[e.which]:i[e.which]?i[e.which]:String.fromCharCode(e.which).toLowerCase()}function _modifiersMatch(e,t){return e.sort().join(\",\")===t.sort().join(\",\")}function _eventModifiers(e){var t=[];e.shiftKey&&t.push(\"shift\");e.altKey&&t.push(\"alt\");e.ctrlKey&&t.push(\"ctrl\");e.metaKey&&t.push(\"meta\");return t}function _preventDefault(e){e.preventDefault?e.preventDefault():e.returnValue=false}function _stopPropagation(e){e.stopPropagation?e.stopPropagation():e.cancelBubble=true}function _isModifier(e){return\"shift\"==e||\"ctrl\"==e||\"alt\"==e||\"meta\"==e}function _getReverseMap(){if(!l){l={};for(var e in o)e>95&&e<112||o.hasOwnProperty(e)&&(l[o[e]]=e)}return l}function _pickBestAction(e,t,r){r||(r=_getReverseMap()[e]?\"keydown\":\"keypress\");\"keypress\"==r&&t.length&&(r=\"keydown\");return r}function _keysFromString(e){if(\"+\"===e)return[\"+\"];e=e.replace(/\\+{2}/g,\"+plus\");return e.split(\"+\")}function _getKeyInfo(e,t){var r;var n;var a;var o=[];r=_keysFromString(e);for(a=0;a<r.length;++a){n=r[a];c[n]&&(n=c[n]);if(t&&\"keypress\"!=t&&s[n]){n=s[n];o.push(\"shift\")}_isModifier(n)&&o.push(n)}t=_pickBestAction(n,o,t);return{key:n,modifiers:o,action:t}}function _belongsTo(e,t){return null!==e&&e!==n&&(e===t||_belongsTo(e.parentNode,t))}function Mousetrap(t){var r=this||e;t=t||n;if(!(r instanceof Mousetrap))return new Mousetrap(t);r.target=t;r._callbacks={};r._directMap={};var a={};var o;var i=false;var s=false;var c=false;function _resetSequences(e){e=e||{};var t=false,r;for(r in a)e[r]?t=true:a[r]=0;t||(c=false)}function _getMatches(e,t,n,o,i,s){var c;var l;var u=[];var f=n.type;if(!r._callbacks[e])return[];\"keyup\"==f&&_isModifier(e)&&(t=[e]);for(c=0;c<r._callbacks[e].length;++c){l=r._callbacks[e][c];if((o||!l.seq||a[l.seq]==l.level)&&(f==l.action&&(\"keypress\"==f&&!n.metaKey&&!n.ctrlKey||_modifiersMatch(t,l.modifiers)))){var p=!o&&l.combo==i;var d=o&&l.seq==o&&l.level==s;(p||d)&&r._callbacks[e].splice(c,1);u.push(l)}}return u}function _fireCallback(e,t,n,a){if(!r.stopCallback(t,t.target||t.srcElement,n,a)&&false===e(t,n)){_preventDefault(t);_stopPropagation(t)}}r._handleKey=function(e,t,r){var n=_getMatches(e,t,r);var a;var o={};var i=0;var l=false;for(a=0;a<n.length;++a)n[a].seq&&(i=Math.max(i,n[a].level));for(a=0;a<n.length;++a)if(n[a].seq){if(n[a].level!=i)continue;l=true;o[n[a].seq]=1;_fireCallback(n[a].callback,r,n[a].combo,n[a].seq)}else l||_fireCallback(n[a].callback,r,n[a].combo);var u=\"keypress\"==r.type&&s;r.type!=c||_isModifier(e)||u||_resetSequences(o);s=l&&\"keydown\"==r.type};function _handleKeyEvent(e){\"number\"!==typeof e.which&&(e.which=e.keyCode);var t=_characterFromEvent(e);t&&(\"keyup\"!=e.type||i!==t?r.handleKey(t,_eventModifiers(e),e):i=false)}function _resetSequenceTimer(){clearTimeout(o);o=setTimeout(_resetSequences,1e3)}function _bindSequence(e,t,r,n){a[e]=0;function _increaseSequence(t){return function(){c=t;++a[e];_resetSequenceTimer()}}function _callbackAndReset(t){_fireCallback(r,t,e);\"keyup\"!==n&&(i=_characterFromEvent(t));setTimeout(_resetSequences,10)}for(var o=0;o<t.length;++o){var s=o+1===t.length;var l=s?_callbackAndReset:_increaseSequence(n||_getKeyInfo(t[o+1]).action);_bindSingle(t[o],l,n,e,o)}}function _bindSingle(e,t,n,a,o){r._directMap[e+\":\"+n]=t;e=e.replace(/\\s+/g,\" \");var i=e.split(\" \");var s;if(i.length>1)_bindSequence(e,i,t,n);else{s=_getKeyInfo(e,n);r._callbacks[s.key]=r._callbacks[s.key]||[];_getMatches(s.key,s.modifiers,{type:s.action},a,e,o);r._callbacks[s.key][a?\"unshift\":\"push\"]({callback:t,modifiers:s.modifiers,action:s.action,seq:a,level:o,combo:e})}}r._bindMultiple=function(e,t,r){for(var n=0;n<e.length;++n)_bindSingle(e[n],t,r)};_addEvent(t,\"keypress\",_handleKeyEvent);_addEvent(t,\"keydown\",_handleKeyEvent);_addEvent(t,\"keyup\",_handleKeyEvent)}})(\"undefined\"!==typeof window?window:null,\"undefined\"!==typeof window?document:null);var r=t;export default r;\n\n//# sourceMappingURL=mousetrap.js.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useRef,forwardRef}from\"react\";import Mousetrap from\"mousetrap\";const TEXT_LAYER_TYPES=[\"p\",\"h1\",\"h2\",\"h3\",\"h4\",\"h5\",\"h6\",\"span\"];export function KeyboardShortcut(Component){return /*#__PURE__*/forwardRef((props,ref)=>{const{onTap}=props;var _props_dataframername;const name=(_props_dataframername=props[\"data-framer-name\"])!==null&&_props_dataframername!==void 0?_props_dataframername:props.name;const isCodeComponent=false;const shortcutRef=useRef(null);useEffect(()=>{if(name){const keys=name.toLowerCase().replace(\"ctrl\",\"mod\").replace(\"cmd\",\"mod\").replace(\"command\",\"mod\").replace(\"delete\",\"del\").replace(\"insert\",\"ins\");Mousetrap.bind(keys,event=>{if(!shortcutRef.current){return;}if(props.hasOwnProperty(\"backdropOptions\")&&props.hasOwnProperty(\"inputOptions\")&&props.hasOwnProperty(\"modalOptions\")&&props.hasOwnProperty(\"iconColor\")){var // Search component\n_shortcutRef_current_firstElementChild_firstElementChild,_shortcutRef_current_firstElementChild;(_shortcutRef_current_firstElementChild=shortcutRef.current.firstElementChild)===null||_shortcutRef_current_firstElementChild===void 0?void 0:(_shortcutRef_current_firstElementChild_firstElementChild=_shortcutRef_current_firstElementChild.firstElementChild)===null||_shortcutRef_current_firstElementChild_firstElementChild===void 0?void 0:_shortcutRef_current_firstElementChild_firstElementChild.click();}else{var _shortcutRef_current_firstElementChild_firstElementChild1,_shortcutRef_current_firstElementChild1,_props_children_props_children,_props_children_props,_props_children;// Other component or layer\nif(((_shortcutRef_current_firstElementChild1=shortcutRef.current.firstElementChild)===null||_shortcutRef_current_firstElementChild1===void 0?void 0:(_shortcutRef_current_firstElementChild_firstElementChild1=_shortcutRef_current_firstElementChild1.firstElementChild)===null||_shortcutRef_current_firstElementChild_firstElementChild1===void 0?void 0:_shortcutRef_current_firstElementChild_firstElementChild1.getAttribute(\"name\"))==name){var _shortcutRef_current_firstElementChild_firstElementChild2,_shortcutRef_current_firstElementChild2;(_shortcutRef_current_firstElementChild2=shortcutRef.current.firstElementChild)===null||_shortcutRef_current_firstElementChild2===void 0?void 0:(_shortcutRef_current_firstElementChild_firstElementChild2=_shortcutRef_current_firstElementChild2.firstElementChild)===null||_shortcutRef_current_firstElementChild_firstElementChild2===void 0?void 0:_shortcutRef_current_firstElementChild_firstElementChild2.click();}else if(TEXT_LAYER_TYPES.includes((_props_children=props.children)===null||_props_children===void 0?void 0:(_props_children_props=_props_children.props)===null||_props_children_props===void 0?void 0:(_props_children_props_children=_props_children_props.children)===null||_props_children_props_children===void 0?void 0:_props_children_props_children.type)){var // It is a text layer, so click the text link if it has one.\n_shortcutRef_current_querySelector;(_shortcutRef_current_querySelector=shortcutRef.current.querySelector(\"a\"))===null||_shortcutRef_current_querySelector===void 0?void 0:_shortcutRef_current_querySelector.click();}else{var _shortcutRef_current_firstElementChild3;(_shortcutRef_current_firstElementChild3=shortcutRef.current.firstElementChild)===null||_shortcutRef_current_firstElementChild3===void 0?void 0:_shortcutRef_current_firstElementChild3.click();}}// The onTap function switches variants inside components and opens overlays.\nif(typeof onTap==\"function\"){onTap();}event.preventDefault();});return()=>{Mousetrap.unbind(keys);};}},[onTap]);// The element is wrapped in an empty div so that the ref can be added properly in all cases.\n// Code components do not have ref forwarding, which causes the ref to be unset.\nreturn /*#__PURE__*/_jsx(\"div\",{ref:shortcutRef,style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Component,{...props,ref:ref})});});}\nexport const __FramerMetadata__ = {\"exports\":{\"KeyboardShortcut\":{\"type\":\"reactHoc\",\"name\":\"KeyboardShortcut\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Comand.map", "// Generated by Framer (b62c1c2)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/lLxOYNr4JcUokPcqbNgG/D8ITOgiiF6jIOYV8EfsC/FINTCzMg_.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={BOJRes37l:{hover:true},rWJPC1sQr:{hover:true}};const cycleOrder=[\"rWJPC1sQr\",\"BOJRes37l\",\"e_D_okw9W\"];const serializationHash=\"framer-upOfk\";const variantClassNames={BOJRes37l:\"framer-v-mi7d0y\",e_D_okw9W:\"framer-v-5vfa4p\",rWJPC1sQr:\"framer-v-cueqe3\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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={Active:\"BOJRes37l\",Default:\"rWJPC1sQr\",Mobile:\"e_D_okw9W\"};const getProps=({click,height,id,link,mouseEnter,t_tulo,thumb,width,...props})=>{return{...props,e3GC4lMwQ:mouseEnter??props.e3GC4lMwQ,Ft_ZKjR1k:t_tulo??props.Ft_ZKjR1k??\"Micro-ag\\xeancia\",m1UdlA8V2:click??props.m1UdlA8V2,P9pb0UUB5:link??props.P9pb0UUB5,shmZduHpF:thumb??props.shmZduHpF,variant:humanReadableVariantMap[props.variant]??props.variant??\"rWJPC1sQr\"};};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,e3GC4lMwQ,P9pb0UUB5,Ft_ZKjR1k,shmZduHpF,m1UdlA8V2,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"rWJPC1sQr\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1phk4mn=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(m1UdlA8V2){const res=await m1UdlA8V2(...args);if(res===false)return false;}});const onMouseEnter1dk96b5=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(e3GC4lMwQ){const res=await e3GC4lMwQ(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"rWJPC1sQr\",scopeId:\"icM0B01lE\",...addPropertyOverrides({\"BOJRes37l-hover\":{href:P9pb0UUB5,openInNewTab:false,smoothScroll:true},\"rWJPC1sQr-hover\":{href:P9pb0UUB5,openInNewTab:false,smoothScroll:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-cueqe3\",className,classNames)} framer-157vl3z`,\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"rWJPC1sQr\",onMouseEnter:onMouseEnter1dk96b5,onTap:onTap1phk4mn,ref:refBinding,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},variants:{\"rWJPC1sQr-hover\":{backgroundColor:\"rgba(15, 15, 15, 0.8)\"},BOJRes37l:{backgroundColor:\"rgba(15, 15, 15, 0.8)\"},e_D_okw9W:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({\"BOJRes37l-hover\":{\"data-framer-name\":undefined},\"rWJPC1sQr-hover\":{\"data-framer-name\":undefined},BOJRes37l:{\"data-framer-name\":\"Active\"},e_D_okw9W:{\"data-framer-name\":\"Mobile\",\"data-highlight\":undefined,onMouseEnter:undefined,onTap:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(8+((componentViewport?.height||200)-16-48)/2)),sizes:\"48px\",...toResponsiveImage(shmZduHpF),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1n1pmvk\",layoutDependency:layoutDependency,layoutId:\"RYe_yw6rM\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dn0jmr\",layoutDependency:layoutDependency,layoutId:\"wvOmHVDlK\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c6g3tg\",\"data-styles-preset\":\"FINTCzMg_\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(0, 0, 0)))\"},children:\"Micro-ag\\xeancia\"})}),className:\"framer-16nfsed\",\"data-framer-name\":\"Intro to Framer\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"in64sfWof\",style:{\"--extracted-r6o4lv\":\"var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(0, 0, 0))\"},text:Ft_ZKjR1k,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1340tr4-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Rryo5Fz6G-container\",nodeId:\"Rryo5Fz6G\",rendersWithMotion:true,scopeId:\"icM0B01lE\",style:{opacity:0},variants:{\"rWJPC1sQr-hover\":{opacity:1},BOJRes37l:{opacity:1}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-3ab2d8b6-b506-4374-a6e8-5ad0c59c1eff, rgb(102, 102, 102))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowRight\",id:\"Rryo5Fz6G\",layoutId:\"Rryo5Fz6G\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-upOfk.framer-157vl3z, .framer-upOfk .framer-157vl3z { display: block; }\",\".framer-upOfk.framer-cueqe3 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 8px 12px 8px 8px; position: relative; width: 244px; will-change: var(--framer-will-change-override, transform); }\",\".framer-upOfk .framer-1n1pmvk { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: hidden; position: relative; width: 48px; will-change: var(--framer-will-change-override, transform); }\",\".framer-upOfk .framer-dn0jmr { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-upOfk .framer-16nfsed { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; z-index: 2; }\",\".framer-upOfk .framer-1340tr4-container { flex: none; height: 20px; position: relative; width: 20px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-upOfk.framer-cueqe3, .framer-upOfk .framer-dn0jmr { gap: 0px; } .framer-upOfk.framer-cueqe3 > * { margin: 0px; margin-left: calc(14px / 2); margin-right: calc(14px / 2); } .framer-upOfk.framer-cueqe3 > :first-child, .framer-upOfk .framer-dn0jmr > :first-child { margin-left: 0px; } .framer-upOfk.framer-cueqe3 > :last-child, .framer-upOfk .framer-dn0jmr > :last-child { margin-right: 0px; } .framer-upOfk .framer-dn0jmr > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\",\".framer-upOfk.framer-v-5vfa4p.framer-cueqe3 { cursor: unset; }\",\".framer-upOfk.framer-v-cueqe3.hover.framer-cueqe3, .framer-upOfk.framer-v-mi7d0y.hover.framer-cueqe3 { text-decoration: none; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 64\n * @framerIntrinsicWidth 244\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"BOJRes37l\":{\"layout\":[\"fixed\",\"auto\"]},\"e_D_okw9W\":{\"layout\":[\"fixed\",\"auto\"]},\"TfLHpw4ot\":{\"layout\":[\"fixed\",\"auto\"]},\"JH9TTiDH_\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"e3GC4lMwQ\":\"mouseEnter\",\"P9pb0UUB5\":\"link\",\"Ft_ZKjR1k\":\"t_tulo\",\"shmZduHpF\":\"thumb\",\"m1UdlA8V2\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramericM0B01lE=withCSS(Component,css,\"framer-upOfk\");export default FramericM0B01lE;FramericM0B01lE.displayName=\"Mega Menu/Buttons\";FramericM0B01lE.defaultProps={height:64,width:244};addPropertyControls(FramericM0B01lE,{variant:{options:[\"rWJPC1sQr\",\"BOJRes37l\",\"e_D_okw9W\"],optionTitles:[\"Default\",\"Active\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},e3GC4lMwQ:{title:\"Mouse Enter\",type:ControlType.EventHandler},P9pb0UUB5:{title:\"Link\",type:ControlType.Link},Ft_ZKjR1k:{defaultValue:\"Micro-ag\\xeancia\",displayTextArea:false,title:\"T\\xedtulo\",type:ControlType.String},shmZduHpF:{title:\"Thumb\",type:ControlType.ResponsiveImage},m1UdlA8V2:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramericM0B01lE,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramericM0B01lE\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"64\",\"framerIntrinsicWidth\":\"244\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BOJRes37l\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"e_D_okw9W\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TfLHpw4ot\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JH9TTiDH_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"e3GC4lMwQ\\\":\\\"mouseEnter\\\",\\\"P9pb0UUB5\\\":\\\"link\\\",\\\"Ft_ZKjR1k\\\":\\\"t_tulo\\\",\\\"shmZduHpF\\\":\\\"thumb\\\",\\\"m1UdlA8V2\\\":\\\"click\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./icM0B01lE.map", "// Generated by Framer (9045c1a)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getPropertyControls,Image,Link,PathVariablesContext,ResolveLinks,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleCode,useLocaleInfo,useQueryData,useRouter,useVariantState,withCodeBoundaryForOverrides,withCSS,withMappedReactProps}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{KeyboardShortcut}from\"https://framerusercontent.com/modules/RqB4kgbP6vlpNZH8EaQ4/5wpUoVQH3DeelAxsLCJA/Comand.js\";import{hideWhenLoggedIn,showWhenLoggedIn,withLogout}from\"https://framerusercontent.com/modules/bC7UkfKF2zUatUVcYlxM/ylRmxApx5DvvYu6GhSDz/FramerAuth.js\";import{TruncatedText}from\"https://framerusercontent.com/modules/quiluspxxlpaUHoWDhIw/IN6lkqi54wEDY41GM89m/Truncar_Texto.js\";import NVel from\"https://framerusercontent.com/modules/5tp5VFv57ZoFXEIj6R7S/elR84uuyKTcUbCAAwXBg/bK1KsRWeC.js\";import Lives from\"https://framerusercontent.com/modules/MtdOUHiEkvUdnUFR12Ev/xOLRga2dWooUBnpIRSiq/DbJ5eB5E9.js\";import Links from\"https://framerusercontent.com/modules/Sl6FbQ5m7PrSGam0fKWM/NHeHH3S0fdMd0vZYMyq1/J1K8wsdne.js\";import Bibliotheka from\"https://framerusercontent.com/modules/TNFN2ziVIEipUlRWyYcx/hHngoaP5BUagJe1YgRPh/LYRDoyPEQ.js\";import MDulo from\"https://framerusercontent.com/modules/lZ3WVTGFLmhDbBQlKsbj/PIoZDLR3mTBbklrTH1VO/s_gLb5GXN.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/2yt3enYiuDddZK62Cj8t/yiqVS1vzqw5ogUoRhlw2/cbvC3heGD.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/HcAMXnuCEP24LTM3e2oy/uhw7668I0O0i57Pt1Zyo/d69Cf9Izs.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/lLxOYNr4JcUokPcqbNgG/D8ITOgiiF6jIOYV8EfsC/FINTCzMg_.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/hPTb3Au88dArVD1khkvA/pn3oxzSFlvaHYO6YZmWY/w7WsnhLcv.js\";import MegaMenuButtonMDulo from\"https://framerusercontent.com/modules/K0rvIYAYWvZ8ts3iC9ol/54TBvFdmfZ4BbIZcWdqL/deYBplICU.js\";import MegaMenuButtons from\"https://framerusercontent.com/modules/LiEHgQhKezXh8EWwkswK/EMeomZUx7OBOg2T10h0T/icM0B01lE.js\";import ComponentsButton,*as ComponentsButtonInfo from\"https://framerusercontent.com/modules/mH3WSZvzL5UHGEIWu4eP/Z3zU7s5JjhqfWccIKXZy/pNAoQDh_U.js\";import MegaMenuBuscaInput from\"https://framerusercontent.com/modules/iTJvk8b9RmZAyTPSa1xW/kO7j8qMFgnLx22VIYoT9/XY2EMKDGt.js\";const RichTextTruncatedText1m4wus7=withCodeBoundaryForOverrides(RichText,{nodeId:\"XsSgRP_Fg\",override:TruncatedText,scopeId:\"VpVJfczV3\"});const RichTextTruncatedTextsm3mc2=withCodeBoundaryForOverrides(RichText,{nodeId:\"kqIpcuPrR\",override:TruncatedText,scopeId:\"VpVJfczV3\"});const RichTextTruncatedText4uf7ro=withCodeBoundaryForOverrides(RichText,{nodeId:\"sAqhmNXT_\",override:TruncatedText,scopeId:\"VpVJfczV3\"});const MegaMenuButtonsFonts=getFonts(MegaMenuButtons);const MegaMenuButtonMDuloFonts=getFonts(MegaMenuButtonMDulo);const MegaMenuBuscaInputFonts=getFonts(MegaMenuBuscaInput);const MotionDivKeyboardShortcut1sg0uq2=withCodeBoundaryForOverrides(motion.div,{nodeId:\"sDj1EJ7Yy\",override:KeyboardShortcut,scopeId:\"VpVJfczV3\"});const ComponentsButtonFonts=getFonts(ComponentsButton);const MotionDivShowWhenLoggedInrekt22=withCodeBoundaryForOverrides(motion.div,{nodeId:\"zhX7e96G8\",override:showWhenLoggedIn,scopeId:\"VpVJfczV3\"});const ComponentsButtonWithLogout1uya6l5WithMappedReactPropsmredx0=withMappedReactProps(withCodeBoundaryForOverrides(ComponentsButton,{nodeId:\"ndFX6ntY1\",override:withLogout,scopeId:\"VpVJfczV3\"}),ComponentsButtonInfo);const MotionDivShowWhenLoggedIn10hrl7t=withCodeBoundaryForOverrides(motion.div,{nodeId:\"SMxtZTEuI\",override:showWhenLoggedIn,scopeId:\"VpVJfczV3\"});const ComponentsButtonHideWhenLoggedIn101zxp4WithMappedReactPropsmredx0=withMappedReactProps(withCodeBoundaryForOverrides(ComponentsButton,{nodeId:\"gTqMWcOpQ\",override:hideWhenLoggedIn,scopeId:\"VpVJfczV3\"}),ComponentsButtonInfo);const ComponentsButtonHideWhenLoggedIn9m3itzWithMappedReactPropsmredx0=withMappedReactProps(withCodeBoundaryForOverrides(ComponentsButton,{nodeId:\"BnWYZSsQt\",override:hideWhenLoggedIn,scopeId:\"VpVJfczV3\"}),ComponentsButtonInfo);const MegaMenuButtonsControls=getPropertyControls(MegaMenuButtons);const cycleOrder=[\"TVxzOLxsD\",\"aOt1pCGoY\",\"ZYatebGON\",\"JijZELDt4\",\"wKTQL_mYa\",\"oScZoQv_f\",\"SEEksENLf\"];const serializationHash=\"framer-EMQOT\";const variantClassNames={aOt1pCGoY:\"framer-v-sknlip\",JijZELDt4:\"framer-v-dvziwv\",oScZoQv_f:\"framer-v-xbzycp\",SEEksENLf:\"framer-v-12z4b9l\",TVxzOLxsD:\"framer-v-1m7bivj\",wKTQL_mYa:\"framer-v-zsxltt\",ZYatebGON:\"framer-v-1701ura\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.1,ease:[.44,0,.56,1],type:\"tween\"};const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:10};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}: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 query=prequery=>prequery({from:{alias:\"JuNhRDond\",data:Bibliotheka,type:\"Collection\"},limit:{type:\"LiteralValue\",value:4},select:[{collection:\"JuNhRDond\",name:\"AAcP0Ycsb\",type:\"Identifier\"},{collection:\"JuNhRDond\",name:\"kcBou_UqX\",type:\"Identifier\"},{collection:\"JuNhRDond\",name:\"sFTb1A9HU\",type:\"Identifier\"},{collection:\"JuNhRDond\",name:\"WfKX255NZ\",type:\"Identifier\"},{collection:\"JuNhRDond\",name:\"id\",type:\"Identifier\"}]});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,y:-5};const query1=prequery=>prequery({from:{alias:\"vYOE3kPhs\",data:Links,type:\"Collection\"},limit:{type:\"LiteralValue\",value:6},select:[{collection:\"vYOE3kPhs\",name:\"rLeXwrjej\",type:\"Identifier\"},{collection:\"vYOE3kPhs\",name:\"c2MIWFucC\",type:\"Identifier\"},{collection:\"vYOE3kPhs\",name:\"PVBIVN38H\",type:\"Identifier\"},{collection:\"vYOE3kPhs\",name:\"id\",type:\"Identifier\"}]});const query2=prequery=>prequery({from:{alias:\"uag5bYuq7\",data:Lives,type:\"Collection\"},limit:{type:\"LiteralValue\",value:4},select:[{collection:\"uag5bYuq7\",name:\"qpwJjPIKx\",type:\"Identifier\"},{collection:\"uag5bYuq7\",name:\"xw4LLNyxp\",type:\"Identifier\"},{collection:\"uag5bYuq7\",name:\"ppnenfoC6\",type:\"Identifier\"},{collection:\"uag5bYuq7\",name:\"id\",type:\"Identifier\"}]});const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const query3=prequery=>prequery({from:{constraint:{left:{collection:\"Cm321hoEY\",name:\"zCfuAiWst\",type:\"Identifier\"},operator:\"==\",right:{collection:\"zCfuAiWst\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"Cm321hoEY\",data:MDulo,type:\"Collection\"},right:{alias:\"zCfuAiWst\",data:NVel,type:\"Collection\"},type:\"LeftJoin\"},select:[{alias:\"zCfuAiWst.m_3obFBr0\",collection:\"zCfuAiWst\",name:\"m_3obFBr0\",type:\"Identifier\"},{collection:\"Cm321hoEY\",name:\"xkjJTItEF\",type:\"Identifier\"},{collection:\"Cm321hoEY\",name:\"KriQQphz7\",type:\"Identifier\"},{collection:\"Cm321hoEY\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"Cm321hoEY\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:[\"F9chHmNbg\",\"izdsa6l9u\",\"Sigbt3a3x\",\"Ax70c1zdw\"]},type:\"BinaryOperation\"}});const query4=prequery=>prequery({from:{constraint:{left:{collection:\"Cm321hoEY\",name:\"zCfuAiWst\",type:\"Identifier\"},operator:\"==\",right:{collection:\"zCfuAiWst\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"Cm321hoEY\",data:MDulo,type:\"Collection\"},right:{alias:\"zCfuAiWst\",data:NVel,type:\"Collection\"},type:\"LeftJoin\"},select:[{alias:\"zCfuAiWst.m_3obFBr0\",collection:\"zCfuAiWst\",name:\"m_3obFBr0\",type:\"Identifier\"},{collection:\"Cm321hoEY\",name:\"xkjJTItEF\",type:\"Identifier\"},{collection:\"Cm321hoEY\",name:\"KriQQphz7\",type:\"Identifier\"},{collection:\"Cm321hoEY\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"Cm321hoEY\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:[\"IBuUZBYJ8\",\"In96cmcJy\",\"hrjDDk6GA\",\"aAdxyDQod\",\"GRKwENi8c\"]},type:\"BinaryOperation\"}});const query5=prequery=>prequery({from:{constraint:{left:{collection:\"Cm321hoEY\",name:\"zCfuAiWst\",type:\"Identifier\"},operator:\"==\",right:{collection:\"zCfuAiWst\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"Cm321hoEY\",data:MDulo,type:\"Collection\"},right:{alias:\"zCfuAiWst\",data:NVel,type:\"Collection\"},type:\"LeftJoin\"},select:[{alias:\"zCfuAiWst.m_3obFBr0\",collection:\"zCfuAiWst\",name:\"m_3obFBr0\",type:\"Identifier\"},{collection:\"Cm321hoEY\",name:\"xkjJTItEF\",type:\"Identifier\"},{collection:\"Cm321hoEY\",name:\"KriQQphz7\",type:\"Identifier\"},{collection:\"Cm321hoEY\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"Cm321hoEY\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:[\"YOSasGhXN\",\"z1com4AWT\",\"nKHn7xjxk\"]},type:\"BinaryOperation\"}});const query6=prequery=>prequery({from:{constraint:{left:{collection:\"BImvgnamk\",name:\"zCfuAiWst\",type:\"Identifier\"},operator:\"==\",right:{collection:\"zCfuAiWst\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"BImvgnamk\",data:MDulo,type:\"Collection\"},right:{alias:\"zCfuAiWst\",data:NVel,type:\"Collection\"},type:\"LeftJoin\"},select:[{alias:\"zCfuAiWst.m_3obFBr0\",collection:\"zCfuAiWst\",name:\"m_3obFBr0\",type:\"Identifier\"},{collection:\"BImvgnamk\",name:\"xkjJTItEF\",type:\"Identifier\"},{collection:\"BImvgnamk\",name:\"KriQQphz7\",type:\"Identifier\"},{collection:\"BImvgnamk\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"BImvgnamk\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:[\"ww9IcLYdN\",\"J2fl3_NhK\",\"NMHA2e1Ey\",\"ofe_rlYr0\"]},type:\"BinaryOperation\"}});const query7=prequery=>prequery({from:{constraint:{left:{collection:\"BImvgnamk\",name:\"zCfuAiWst\",type:\"Identifier\"},operator:\"==\",right:{collection:\"zCfuAiWst\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"BImvgnamk\",data:MDulo,type:\"Collection\"},right:{alias:\"zCfuAiWst\",data:NVel,type:\"Collection\"},type:\"LeftJoin\"},select:[{alias:\"zCfuAiWst.m_3obFBr0\",collection:\"zCfuAiWst\",name:\"m_3obFBr0\",type:\"Identifier\"},{collection:\"BImvgnamk\",name:\"xkjJTItEF\",type:\"Identifier\"},{collection:\"BImvgnamk\",name:\"KriQQphz7\",type:\"Identifier\"},{collection:\"BImvgnamk\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"BImvgnamk\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:[\"P9JzuWLHy\",\"us2M3QOjA\",\"ODKMDvRSH\",\"i62q7UcZn\",\"dHjLw2dVh\",\"SWpdt8Nu0\"]},type:\"BinaryOperation\"}});const query8=prequery=>prequery({from:{constraint:{left:{collection:\"BImvgnamk\",name:\"zCfuAiWst\",type:\"Identifier\"},operator:\"==\",right:{collection:\"zCfuAiWst\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"BImvgnamk\",data:MDulo,type:\"Collection\"},right:{alias:\"zCfuAiWst\",data:NVel,type:\"Collection\"},type:\"LeftJoin\"},select:[{alias:\"zCfuAiWst.m_3obFBr0\",collection:\"zCfuAiWst\",name:\"m_3obFBr0\",type:\"Identifier\"},{collection:\"BImvgnamk\",name:\"xkjJTItEF\",type:\"Identifier\"},{collection:\"BImvgnamk\",name:\"KriQQphz7\",type:\"Identifier\"},{collection:\"BImvgnamk\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"BImvgnamk\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:[\"JGAfBtkdx\",\"PVABSUfHr\",\"fTje0lQ8P\",\"uIcsLax00\",\"YTEVyxerh\"]},type:\"BinaryOperation\"}});const query9=prequery=>prequery({from:{constraint:{left:{collection:\"cGpQrg5nR\",name:\"zCfuAiWst\",type:\"Identifier\"},operator:\"==\",right:{collection:\"zCfuAiWst\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"cGpQrg5nR\",data:MDulo,type:\"Collection\"},right:{alias:\"zCfuAiWst\",data:NVel,type:\"Collection\"},type:\"LeftJoin\"},select:[{alias:\"zCfuAiWst.m_3obFBr0\",collection:\"zCfuAiWst\",name:\"m_3obFBr0\",type:\"Identifier\"},{collection:\"cGpQrg5nR\",name:\"xkjJTItEF\",type:\"Identifier\"},{collection:\"cGpQrg5nR\",name:\"KriQQphz7\",type:\"Identifier\"},{collection:\"cGpQrg5nR\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"cGpQrg5nR\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:[\"eO1muQn0C\",\"jElv6mkgJ\",\"rRfSlzCNe\"]},type:\"BinaryOperation\"}});const query10=prequery=>prequery({from:{constraint:{left:{collection:\"cGpQrg5nR\",name:\"zCfuAiWst\",type:\"Identifier\"},operator:\"==\",right:{collection:\"zCfuAiWst\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"cGpQrg5nR\",data:MDulo,type:\"Collection\"},right:{alias:\"zCfuAiWst\",data:NVel,type:\"Collection\"},type:\"LeftJoin\"},select:[{alias:\"zCfuAiWst.m_3obFBr0\",collection:\"zCfuAiWst\",name:\"m_3obFBr0\",type:\"Identifier\"},{collection:\"cGpQrg5nR\",name:\"xkjJTItEF\",type:\"Identifier\"},{collection:\"cGpQrg5nR\",name:\"KriQQphz7\",type:\"Identifier\"},{collection:\"cGpQrg5nR\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"cGpQrg5nR\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:[\"PiJoJHHAM\",\"AYRprhFw4\",\"Mwpw4ZDnb\",\"NgdvBCwzZ\",\"wEjPaeHXj\",\"YLBrCQnyb\"]},type:\"BinaryOperation\"}});const query11=prequery=>prequery({from:{constraint:{left:{collection:\"cGpQrg5nR\",name:\"zCfuAiWst\",type:\"Identifier\"},operator:\"==\",right:{collection:\"zCfuAiWst\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"cGpQrg5nR\",data:MDulo,type:\"Collection\"},right:{alias:\"zCfuAiWst\",data:NVel,type:\"Collection\"},type:\"LeftJoin\"},select:[{alias:\"zCfuAiWst.m_3obFBr0\",collection:\"zCfuAiWst\",name:\"m_3obFBr0\",type:\"Identifier\"},{collection:\"cGpQrg5nR\",name:\"xkjJTItEF\",type:\"Identifier\"},{collection:\"cGpQrg5nR\",name:\"KriQQphz7\",type:\"Identifier\"},{collection:\"cGpQrg5nR\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"cGpQrg5nR\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:[\"fk9t6e0SL\",\"l03LuJFZj\",\"Y5yCWbd5O\",\"HE963YOtA\",\"YqN8eWF_p\",\"YbfBURCZK\"]},type:\"BinaryOperation\"}});const query12=prequery=>prequery({from:{constraint:{left:{collection:\"W0TCKsGJ8\",name:\"zCfuAiWst\",type:\"Identifier\"},operator:\"==\",right:{collection:\"zCfuAiWst\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"W0TCKsGJ8\",data:MDulo,type:\"Collection\"},right:{alias:\"zCfuAiWst\",data:NVel,type:\"Collection\"},type:\"LeftJoin\"},select:[{alias:\"zCfuAiWst.m_3obFBr0\",collection:\"zCfuAiWst\",name:\"m_3obFBr0\",type:\"Identifier\"},{collection:\"W0TCKsGJ8\",name:\"xkjJTItEF\",type:\"Identifier\"},{collection:\"W0TCKsGJ8\",name:\"KriQQphz7\",type:\"Identifier\"},{collection:\"W0TCKsGJ8\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"W0TCKsGJ8\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:[\"bzNGd3ZwY\",\"GDBsK7crD\",\"Ef6sO3sHC\",\"iQMW2JRCF\"]},type:\"BinaryOperation\"}});const query13=prequery=>prequery({from:{constraint:{left:{collection:\"W0TCKsGJ8\",name:\"zCfuAiWst\",type:\"Identifier\"},operator:\"==\",right:{collection:\"zCfuAiWst\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"W0TCKsGJ8\",data:MDulo,type:\"Collection\"},right:{alias:\"zCfuAiWst\",data:NVel,type:\"Collection\"},type:\"LeftJoin\"},select:[{alias:\"zCfuAiWst.m_3obFBr0\",collection:\"zCfuAiWst\",name:\"m_3obFBr0\",type:\"Identifier\"},{collection:\"W0TCKsGJ8\",name:\"xkjJTItEF\",type:\"Identifier\"},{collection:\"W0TCKsGJ8\",name:\"KriQQphz7\",type:\"Identifier\"},{collection:\"W0TCKsGJ8\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"W0TCKsGJ8\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:[\"lU2VdulaL\",\"LtXxkGwFR\",\"MlW2P4UL0\",\"yZgUh6EW6\"]},type:\"BinaryOperation\"}});const query14=prequery=>prequery({from:{constraint:{left:{collection:\"W0TCKsGJ8\",name:\"zCfuAiWst\",type:\"Identifier\"},operator:\"==\",right:{collection:\"zCfuAiWst\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"W0TCKsGJ8\",data:MDulo,type:\"Collection\"},right:{alias:\"zCfuAiWst\",data:NVel,type:\"Collection\"},type:\"LeftJoin\"},select:[{alias:\"zCfuAiWst.m_3obFBr0\",collection:\"zCfuAiWst\",name:\"m_3obFBr0\",type:\"Identifier\"},{collection:\"W0TCKsGJ8\",name:\"xkjJTItEF\",type:\"Identifier\"},{collection:\"W0TCKsGJ8\",name:\"KriQQphz7\",type:\"Identifier\"},{collection:\"W0TCKsGJ8\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"W0TCKsGJ8\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:[\"MtEd_YFcV\",\"TZGRkeHKP\",\"jUzB6IkTt\",\"rnBn5H7_w\",\"Ba7iJxBNJ\",\"fdSxyCRsj\"]},type:\"BinaryOperation\"}});const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;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 humanReadableEnumMap={Active:\"BOJRes37l\",Default:\"rWJPC1sQr\",Mobile:\"e_D_okw9W\"};const humanReadableVariantMap={\"Micro-ag\\xeancia\":\"TVxzOLxsD\",Bibliotheka:\"oScZoQv_f\",Eureka:\"wKTQL_mYa\",Figma:\"aOt1pCGoY\",Framer:\"ZYatebGON\",Lives:\"JijZELDt4\",Mobile:\"SEEksENLf\"};const getProps=({click,height,id,tipo,width,...props})=>{return{...props,CRaJu0A5Q:humanReadableEnumMap[tipo]??tipo??props.CRaJu0A5Q??\"rWJPC1sQr\",SbjwebRqG:click??props.SbjwebRqG,variant:humanReadableVariantMap[props.variant]??props.variant??\"TVxzOLxsD\"};};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,SbjwebRqG,CRaJu0A5Q,AAcP0YcsbJuNhRDond,kcBou_UqXJuNhRDond,sFTb1A9HUJuNhRDond,WfKX255NZJuNhRDond,idJuNhRDond,rLeXwrjejvYOE3kPhs,c2MIWFucCvYOE3kPhs,PVBIVN38HvYOE3kPhs,idvYOE3kPhs,qpwJjPIKxuag5bYuq7,xw4LLNyxpuag5bYuq7,ppnenfoC6uag5bYuq7,iduag5bYuq7,zCfuAiWst_m_3obFBr0Cm321hoEY,xkjJTItEFCm321hoEY,KriQQphz7Cm321hoEY,idCm321hoEY,zCfuAiWst_m_3obFBr0BImvgnamk,xkjJTItEFBImvgnamk,KriQQphz7BImvgnamk,idBImvgnamk,zCfuAiWst_m_3obFBr0cGpQrg5nR,xkjJTItEFcGpQrg5nR,KriQQphz7cGpQrg5nR,idcGpQrg5nR,zCfuAiWst_m_3obFBr0W0TCKsGJ8,xkjJTItEFW0TCKsGJ8,KriQQphz7W0TCKsGJ8,idW0TCKsGJ8,DN0MqHjZI,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"TVxzOLxsD\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapkzigmk=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(SbjwebRqG){const res=await SbjwebRqG(...args);if(res===false)return false;}});const e3GC4lMwQ8mzrdu=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"TVxzOLxsD\"),100);});const e3GC4lMwQieruck=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"aOt1pCGoY\"),100);});const e3GC4lMwQilon2w=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"ZYatebGON\"),100);});const e3GC4lMwQj949bo=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"JijZELDt4\"),100);});const e3GC4lMwQ6a2b84=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"wKTQL_mYa\"),100);});const e3GC4lMwQw5l630=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"oScZoQv_f\"),100);});const onTapdmsp61=activeVariantCallback(async(...args)=>{if(SbjwebRqG){const res=await SbjwebRqG(...args);if(res===false)return false;}});const onTap1y3h6ue=activeVariantCallback(async(...args)=>{if(DN0MqHjZI){const res=await DN0MqHjZI(...args);if(res===false)return false;}});const zGP0QolRR1y3h6ue=activeVariantCallback(async(...args)=>{if(DN0MqHjZI){const res=await DN0MqHjZI(...args);if(res===false)return false;}});const zGP0QolRRdmsp61=activeVariantCallback(async(...args)=>{if(SbjwebRqG){const res=await SbjwebRqG(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"oScZoQv_f\")return true;return false;};const activeLocaleCode=useLocaleCode();const isDisplayed1=()=>{if(baseVariant===\"wKTQL_mYa\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"JijZELDt4\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"SEEksENLf\")return false;return true;};const isDisplayed4=()=>{if([\"JijZELDt4\",\"wKTQL_mYa\",\"oScZoQv_f\"].includes(baseVariant))return false;return true;};const router=useRouter();const isDisplayed5=()=>{if([\"JijZELDt4\",\"wKTQL_mYa\",\"oScZoQv_f\",\"SEEksENLf\"].includes(baseVariant))return true;return false;};const isDisplayed6=()=>{if([\"JijZELDt4\",\"wKTQL_mYa\",\"oScZoQv_f\",\"SEEksENLf\"].includes(baseVariant))return false;return true;};const isDisplayed7=()=>{if(baseVariant===\"oScZoQv_f\")return false;return true;};const isDisplayed8=()=>{if(baseVariant===\"SEEksENLf\")return true;return false;};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.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1m7bivj\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Micro-ag\\xeancia\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"TVxzOLxsD\",onTap:onTapkzigmk,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(26, 25, 25, 0.7)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(8, 8, 10, 0.97)\",WebkitBackdropFilter:\"blur(10px)\",...style},...addPropertyOverrides({aOt1pCGoY:{\"data-framer-name\":\"Figma\"},JijZELDt4:{\"data-framer-name\":\"Lives\"},oScZoQv_f:{\"data-framer-name\":\"Bibliotheka\"},SEEksENLf:{\"data-framer-name\":\"Mobile\",\"data-highlight\":undefined,draggable:\"false\",onTap:undefined},wKTQL_mYa:{\"data-framer-name\":\"Eureka\"},ZYatebGON:{\"data-framer-name\":\"Framer\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xq6unt\",\"data-hide-scrollbars\":true,layoutDependency:layoutDependency,layoutId:\"vCK1sj2tv\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cp2a2x\",\"data-framer-name\":\"Bibliotheka\",layoutDependency:layoutDependency,layoutId:\"DjbgkbscP\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-grvvkh\",layoutDependency:layoutDependency,layoutId:\"k8tqXdkrW\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-164nl0z\",\"data-styles-preset\":\"d69Cf9Izs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255)))\"},children:\"Novidades\"})}),className:\"framer-1e4kapa\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mD5w2Xnid\",style:{\"--extracted-r6o4lv\":\"var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-rcx6ky\",\"data-styles-preset\":\"cbvC3heGD\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sImcGkwc1\"},motionChild:true,nodeId:\"EOIEG2zcW\",openInNewTab:false,scopeId:\"VpVJfczV3\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1tgkgfh\",\"data-styles-preset\":\"w7WsnhLcv\",children:\"Ver todos\"})})})}),className:\"framer-1kmnimu\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"EOIEG2zcW\",style:{\"--extracted-r6o4lv\":\"var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-stmsif\",layoutDependency:layoutDependency,layoutId:\"JuNhRDond\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"JuNhRDond\",data:Bibliotheka,type:\"Collection\"},limit:{type:\"LiteralValue\",value:4},select:[{collection:\"JuNhRDond\",name:\"AAcP0Ycsb\",type:\"Identifier\"},{collection:\"JuNhRDond\",name:\"kcBou_UqX\",type:\"Identifier\"},{collection:\"JuNhRDond\",name:\"sFTb1A9HU\",type:\"Identifier\"},{collection:\"JuNhRDond\",name:\"WfKX255NZ\",type:\"Identifier\"},{collection:\"JuNhRDond\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({AAcP0Ycsb:AAcP0YcsbJuNhRDond,id:idJuNhRDond,kcBou_UqX:kcBou_UqXJuNhRDond,sFTb1A9HU:sFTb1A9HUJuNhRDond,WfKX255NZ:WfKX255NZJuNhRDond},index)=>{AAcP0YcsbJuNhRDond??=\"\";sFTb1A9HUJuNhRDond??=\"\";const textContent=toDateString(WfKX255NZJuNhRDond,{dateStyle:\"short\",locale:\"pt-BR\"},activeLocaleCode);return /*#__PURE__*/_jsx(LayoutGroup,{id:`JuNhRDond-${idJuNhRDond}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{AAcP0Ycsb:AAcP0YcsbJuNhRDond},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{AAcP0Ycsb:AAcP0YcsbJuNhRDond},webPageId:\"MaFN9AERG\"},motionChild:true,nodeId:\"olA8iDI7d\",scopeId:\"VpVJfczV3\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-99b11h framer-ekm3ed\",layoutDependency:layoutDependency,layoutId:\"olA8iDI7d\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qieo1l\",layoutDependency:layoutDependency,layoutId:\"hSpWZMTu5\",whileHover:animation,children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"61.4634px\",...toResponsiveImage(kcBou_UqXJuNhRDond)},className:\"framer-kgkqp2\",layoutDependency:layoutDependency,layoutId:\"t11soWlVi\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},...addPropertyOverrides({oScZoQv_f:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+32+0+0+0+44+0+0+0+92.5),sizes:\"61.4634px\",...toResponsiveImage(kcBou_UqXJuNhRDond)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7ckl8l\",layoutDependency:layoutDependency,layoutId:\"dXDnCFKz_\",children:[/*#__PURE__*/_jsx(RichTextTruncatedText1m4wus7,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c6g3tg\",\"data-styles-preset\":\"FINTCzMg_\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(0, 0, 0)))\"},children:\"Content\"})}),className:\"framer-1m4wus7\",\"data-framer-name\":\"Lines: 1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"XsSgRP_Fg\",style:{\"--extracted-r6o4lv\":\"var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(0, 0, 0))\"},text:sFTb1A9HUJuNhRDond,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-rcx6ky\",\"data-styles-preset\":\"cbvC3heGD\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3ab2d8b6-b506-4374-a6e8-5ad0c59c1eff, rgb(102, 102, 102)))\"},children:\"Content\"})}),className:\"framer-lreidh\",\"data-framer-name\":\"Intro to Framer\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YXsbA2FKx\",style:{\"--extracted-r6o4lv\":\"var(--token-3ab2d8b6-b506-4374-a6e8-5ad0c59c1eff, rgb(102, 102, 102))\"},text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})},idJuNhRDond);})})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9xnixa\",\"data-framer-name\":\"EurekaLinks\",layoutDependency:layoutDependency,layoutId:\"Zve6iS0SD\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bud5nd\",layoutDependency:layoutDependency,layoutId:\"uufnzcNnm\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-164nl0z\",\"data-styles-preset\":\"d69Cf9Izs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255)))\"},children:\"Rec\\xe9m adicionados\"})}),className:\"framer-yq5lgy\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sAY_bKZgl\",style:{\"--extracted-r6o4lv\":\"var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-rcx6ky\",\"data-styles-preset\":\"cbvC3heGD\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Yx7RU6JLA\"},motionChild:true,nodeId:\"wKetRimId\",openInNewTab:false,scopeId:\"VpVJfczV3\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1tgkgfh\",\"data-styles-preset\":\"w7WsnhLcv\",children:\"Ver todos\"})})})}),className:\"framer-138fu5x\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wKetRimId\",style:{\"--extracted-r6o4lv\":\"var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-j5pxs2\",layoutDependency:layoutDependency,layoutId:\"vYOE3kPhs\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"vYOE3kPhs\",data:Links,type:\"Collection\"},limit:{type:\"LiteralValue\",value:6},select:[{collection:\"vYOE3kPhs\",name:\"rLeXwrjej\",type:\"Identifier\"},{collection:\"vYOE3kPhs\",name:\"c2MIWFucC\",type:\"Identifier\"},{collection:\"vYOE3kPhs\",name:\"PVBIVN38H\",type:\"Identifier\"},{collection:\"vYOE3kPhs\",name:\"id\",type:\"Identifier\"}]},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({c2MIWFucC:c2MIWFucCvYOE3kPhs,id:idvYOE3kPhs,PVBIVN38H:PVBIVN38HvYOE3kPhs,rLeXwrjej:rLeXwrjejvYOE3kPhs},index1)=>{c2MIWFucCvYOE3kPhs??=\"\";PVBIVN38HvYOE3kPhs??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`vYOE3kPhs-${idvYOE3kPhs}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{PVBIVN38H:PVBIVN38HvYOE3kPhs},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Yx7RU6JLA\"},motionChild:true,nodeId:\"LwuqP2cwt\",openInNewTab:false,scopeId:\"VpVJfczV3\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1w2oqe1 framer-ekm3ed\",layoutDependency:layoutDependency,layoutId:\"LwuqP2cwt\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rzf7bq\",layoutDependency:layoutDependency,layoutId:\"rZ5ZxJJan\",whileHover:animation1,children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",...toResponsiveImage(rLeXwrjejvYOE3kPhs)},className:\"framer-7eqvmy\",layoutDependency:layoutDependency,layoutId:\"NhF2NcTg4\",style:{borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},...addPropertyOverrides({wKTQL_mYa:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+32+0+0+0+44+0+0+0+0),sizes:`max(min((${componentViewport?.width||\"100vw\"} - 48px) * 0.92, 1320px) - 307px, 1px)`,...toResponsiveImage(rLeXwrjejvYOE3kPhs)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-138tn6t\",layoutDependency:layoutDependency,layoutId:\"ZmHZSFYcg\",children:/*#__PURE__*/_jsx(RichTextTruncatedTextsm3mc2,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-rcx6ky\",\"data-styles-preset\":\"cbvC3heGD\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(0, 0, 0)))\"},children:\"Content\"})}),className:\"framer-sm3mc2\",\"data-framer-name\":\"Lines: 1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"kqIpcuPrR\",style:{\"--extracted-r6o4lv\":\"var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(0, 0, 0))\"},text:c2MIWFucCvYOE3kPhs,verticalAlignment:\"top\",withExternalLayout:true})})]})})})})},idvYOE3kPhs);})})})})})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1eg976u\",\"data-framer-name\":\"Lives\",layoutDependency:layoutDependency,layoutId:\"jvero6Myp\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5npa7b\",layoutDependency:layoutDependency,layoutId:\"pFxFwc3GZ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-164nl0z\",\"data-styles-preset\":\"d69Cf9Izs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255)))\"},children:\"Rec\\xe9m adicionados\"})}),className:\"framer-15p5o6p\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"DHhlstAmP\",style:{\"--extracted-r6o4lv\":\"var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({JijZELDt4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-164nl0z\",\"data-styles-preset\":\"d69Cf9Izs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255)))\"},children:\"\\xdaltimas Lives\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-rcx6ky\",\"data-styles-preset\":\"cbvC3heGD\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jAhDFaUWD\"},motionChild:true,nodeId:\"Di_ITezSP\",openInNewTab:false,scopeId:\"VpVJfczV3\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1tgkgfh\",\"data-styles-preset\":\"w7WsnhLcv\",children:\"Ver todos\"})})})}),className:\"framer-qm3rw1\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Di_ITezSP\",style:{\"--extracted-r6o4lv\":\"var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-fh13kp\",layoutDependency:layoutDependency,layoutId:\"uag5bYuq7\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"uag5bYuq7\",data:Lives,type:\"Collection\"},limit:{type:\"LiteralValue\",value:4},select:[{collection:\"uag5bYuq7\",name:\"qpwJjPIKx\",type:\"Identifier\"},{collection:\"uag5bYuq7\",name:\"xw4LLNyxp\",type:\"Identifier\"},{collection:\"uag5bYuq7\",name:\"ppnenfoC6\",type:\"Identifier\"},{collection:\"uag5bYuq7\",name:\"id\",type:\"Identifier\"}]},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2?.map(({id:iduag5bYuq7,ppnenfoC6:ppnenfoC6uag5bYuq7,qpwJjPIKx:qpwJjPIKxuag5bYuq7,xw4LLNyxp:xw4LLNyxpuag5bYuq7},index2)=>{qpwJjPIKxuag5bYuq7??=\"\";ppnenfoC6uag5bYuq7??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`uag5bYuq7-${iduag5bYuq7}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{qpwJjPIKx:qpwJjPIKxuag5bYuq7},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{qpwJjPIKx:qpwJjPIKxuag5bYuq7},webPageId:\"RHpA5JNel\"},motionChild:true,nodeId:\"JLRCy3EXi\",openInNewTab:false,scopeId:\"VpVJfczV3\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-zx3ozx framer-ekm3ed\",layoutDependency:layoutDependency,layoutId:\"JLRCy3EXi\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qzvdx5\",layoutDependency:layoutDependency,layoutId:\"qEvN0vhbR\",whileHover:animation1,children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",...toResponsiveImage(xw4LLNyxpuag5bYuq7)},className:\"framer-gxdaip\",layoutDependency:layoutDependency,layoutId:\"Q4RMKGjp9\",style:{borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},...addPropertyOverrides({JijZELDt4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+32+0+0+0+44+0+0+0+0+0),sizes:`max(max((max(min((${componentViewport?.width||\"100vw\"} - 48px) * 0.92, 1320px) - 307px, 1px) - 72px) / 4, 50px), 1px)`,...toResponsiveImage(xw4LLNyxpuag5bYuq7)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-kme3s\",layoutDependency:layoutDependency,layoutId:\"ONeKzEH5r\",children:/*#__PURE__*/_jsx(RichTextTruncatedText4uf7ro,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-rcx6ky\",\"data-styles-preset\":\"cbvC3heGD\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(0, 0, 0)))\"},children:\"Content\"})}),className:\"framer-4uf7ro\",\"data-framer-name\":\"Lines: 1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sAqhmNXT_\",style:{\"--extracted-r6o4lv\":\"var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(0, 0, 0))\"},text:ppnenfoC6uag5bYuq7,verticalAlignment:\"top\",withExternalLayout:true})})]})})})})},iduag5bYuq7);})})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-a6bi6x\",\"data-framer-name\":\"Box N\\xedvel\",layoutDependency:layoutDependency,layoutId:\"vCK1sj2tvXrVjiJ92C\",children:[isDisplayed3()&&/*#__PURE__*/_jsx(Link,{href:{pathVariables:{m_3obFBr0:\"nivel-genesis\"},unresolvedPathSlugs:{m_3obFBr0:{collectionId:\"bK1KsRWeC\",collectionItemId:\"FgXChScGY\"}},webPageId:\"Dj0Q9jTWu\"},motionChild:true,nodeId:\"vCK1sj2tvFY_YJKAQD\",openInNewTab:false,scopeId:\"VpVJfczV3\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-rvr50x framer-ekm3ed\",layoutDependency:layoutDependency,layoutId:\"vCK1sj2tvFY_YJKAQD\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-164nl0z\",\"data-styles-preset\":\"d69Cf9Izs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255)))\"},children:\"Trilhas\"})}),className:\"framer-djz382\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vCK1sj2tvzQV9MQZ2P\",style:{\"--extracted-r6o4lv\":\"var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({JijZELDt4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-164nl0z\",\"data-styles-preset\":\"d69Cf9Izs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255)))\"},children:\"Explorar\"})})},oScZoQv_f:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-164nl0z\",\"data-styles-preset\":\"d69Cf9Izs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255)))\"},children:\"Explorar\"})})},wKTQL_mYa:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-164nl0z\",\"data-styles-preset\":\"d69Cf9Izs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255)))\"},children:\"Explorar\"})})}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jipgaz\",layoutDependency:layoutDependency,layoutId:\"vCK1sj2tvWzR_akeEK\",children:[isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"267px\",y:(componentViewport?.y||0)+32+0+0+0+140+0+0,...addPropertyOverrides({SEEksENLf:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+24+56+0+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1kj3wnw-container\",\"data-framer-name\":\"MA\",layoutDependency:layoutDependency,layoutId:\"HGVs_eR86-container\",name:\"MA\",nodeId:\"HGVs_eR86\",rendersWithMotion:true,scopeId:\"VpVJfczV3\",children:/*#__PURE__*/_jsx(MegaMenuButtons,{e3GC4lMwQ:e3GC4lMwQ8mzrdu,Ft_ZKjR1k:\"Micro-ag\\xeancia\",height:\"100%\",id:\"HGVs_eR86\",layoutId:\"HGVs_eR86\",name:\"MA\",P9pb0UUB5:\"/micro-agencia\",shmZduHpF:addImageAlt({src:\"https://framerusercontent.com/images/6VaFMYm3VDxWcDUBZVBvZPDvhYs.png\"},\"\"),style:{width:\"100%\"},variant:\"BOJRes37l\",width:\"100%\",...addPropertyOverrides({aOt1pCGoY:{variant:\"rWJPC1sQr\"},SEEksENLf:{e3GC4lMwQ:undefined,m1UdlA8V2:undefined,variant:CRaJu0A5Q},ZYatebGON:{variant:\"rWJPC1sQr\"}},baseVariant,gestureVariant)})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"267px\",y:(componentViewport?.y||0)+32+0+0+0+140+0+68,...addPropertyOverrides({SEEksENLf:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+24+56+0+0+0+0+0+64}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1iffb57-container\",\"data-framer-name\":\"FIG\",layoutDependency:layoutDependency,layoutId:\"TPOeWBk1g-container\",name:\"FIG\",nodeId:\"TPOeWBk1g\",rendersWithMotion:true,scopeId:\"VpVJfczV3\",children:/*#__PURE__*/_jsx(MegaMenuButtons,{e3GC4lMwQ:e3GC4lMwQieruck,Ft_ZKjR1k:\"Figma\",height:\"100%\",id:\"TPOeWBk1g\",layoutId:\"TPOeWBk1g\",name:\"FIG\",P9pb0UUB5:\"/figma\",shmZduHpF:addImageAlt({src:\"https://framerusercontent.com/images/owp0bMI0MBO1USCwwXgBkZPhQs.png\"},\"\"),style:{width:\"100%\"},variant:\"rWJPC1sQr\",width:\"100%\",...addPropertyOverrides({aOt1pCGoY:{variant:\"BOJRes37l\"},SEEksENLf:{e3GC4lMwQ:undefined,variant:CRaJu0A5Q}},baseVariant,gestureVariant)})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"l7juctwaz\"},implicitPathVariables:undefined},{href:{webPageId:\"l7juctwaz\"},implicitPathVariables:undefined},{href:{webPageId:\"l7juctwaz\"},implicitPathVariables:undefined},{href:{webPageId:\"l7juctwaz\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"267px\",y:(componentViewport?.y||0)+32+0+0+0+140+0+136,...addPropertyOverrides({SEEksENLf:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+24+56+0+0+0+0+0+128}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1bm0h8i-container\",\"data-framer-name\":\"FRA\",layoutDependency:layoutDependency,layoutId:\"lib2PWh8E-container\",name:\"FRA\",nodeId:\"lib2PWh8E\",rendersWithMotion:true,scopeId:\"VpVJfczV3\",children:/*#__PURE__*/_jsx(MegaMenuButtons,{e3GC4lMwQ:e3GC4lMwQilon2w,Ft_ZKjR1k:\"Framer\",height:\"100%\",id:\"lib2PWh8E\",layoutId:\"lib2PWh8E\",name:\"FRA\",P9pb0UUB5:resolvedLinks[0],shmZduHpF:addImageAlt({src:\"https://framerusercontent.com/images/fdS6I4zoEmVxztap4YRaOqW3Q.png\"},\"\"),style:{width:\"100%\"},variant:\"rWJPC1sQr\",width:\"100%\",...addPropertyOverrides({aOt1pCGoY:{P9pb0UUB5:resolvedLinks[1]},SEEksENLf:{e3GC4lMwQ:undefined,P9pb0UUB5:resolvedLinks[3],variant:CRaJu0A5Q},ZYatebGON:{P9pb0UUB5:resolvedLinks[2],variant:\"BOJRes37l\"}},baseVariant,gestureVariant)})})})}),isDisplayed5()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Yx7RU6JLA\"},implicitPathVariables:undefined},{href:{webPageId:\"jAhDFaUWD\"},implicitPathVariables:undefined},{href:{webPageId:\"jAhDFaUWD\"},implicitPathVariables:undefined},{href:{webPageId:\"jAhDFaUWD\"},implicitPathVariables:undefined},{href:{webPageId:\"Yx7RU6JLA\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({JijZELDt4:{height:64,width:\"267px\",y:(componentViewport?.y||0)+32+0+0+0+140+0+0},oScZoQv_f:{height:64,width:\"267px\",y:(componentViewport?.y||0)+32+0+0+0+140+0+0},SEEksENLf:{height:64,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+24+56+0+0+0+0+0+192},wKTQL_mYa:{height:64,width:\"267px\",y:(componentViewport?.y||0)+32+0+0+0+140+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1nglnm3-container\",\"data-framer-name\":\"LIVES\",layoutDependency:layoutDependency,layoutId:\"D7C1rGj1h-container\",name:\"LIVES\",nodeId:\"D7C1rGj1h\",rendersWithMotion:true,scopeId:\"VpVJfczV3\",children:/*#__PURE__*/_jsx(MegaMenuButtons,{Ft_ZKjR1k:\"Lives\",height:\"100%\",id:\"D7C1rGj1h\",layoutId:\"D7C1rGj1h\",name:\"LIVES\",P9pb0UUB5:resolvedLinks1[0],shmZduHpF:addImageAlt({src:\"https://framerusercontent.com/images/AMsIBBs3RoWy74wiDcLDBhiIvc.png\"},\"\"),style:{width:\"100%\"},variant:CRaJu0A5Q,width:\"100%\",...addPropertyOverrides({JijZELDt4:{e3GC4lMwQ:e3GC4lMwQj949bo,P9pb0UUB5:resolvedLinks1[1],variant:\"BOJRes37l\"},oScZoQv_f:{e3GC4lMwQ:e3GC4lMwQj949bo,P9pb0UUB5:resolvedLinks1[3],variant:\"rWJPC1sQr\"},SEEksENLf:{P9pb0UUB5:resolvedLinks1[4]},wKTQL_mYa:{e3GC4lMwQ:e3GC4lMwQj949bo,P9pb0UUB5:resolvedLinks1[2],variant:\"rWJPC1sQr\"}},baseVariant,gestureVariant)})})})}),isDisplayed5()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Yx7RU6JLA\"},implicitPathVariables:undefined},{href:{webPageId:\"Yx7RU6JLA\"},implicitPathVariables:undefined},{href:{webPageId:\"Yx7RU6JLA\"},implicitPathVariables:undefined},{href:{webPageId:\"Yx7RU6JLA\"},implicitPathVariables:undefined},{href:{webPageId:\"Yx7RU6JLA\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({JijZELDt4:{height:64,width:\"267px\",y:(componentViewport?.y||0)+32+0+0+0+140+0+68},oScZoQv_f:{height:64,width:\"267px\",y:(componentViewport?.y||0)+32+0+0+0+140+0+68},SEEksENLf:{height:64,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+24+56+0+0+0+0+0+256},wKTQL_mYa:{height:64,width:\"267px\",y:(componentViewport?.y||0)+32+0+0+0+140+0+68}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1b1vyal-container\",\"data-framer-name\":\"HEU\",layoutDependency:layoutDependency,layoutId:\"AZ5r6vNtu-container\",name:\"HEU\",nodeId:\"AZ5r6vNtu\",rendersWithMotion:true,scopeId:\"VpVJfczV3\",children:/*#__PURE__*/_jsx(MegaMenuButtons,{Ft_ZKjR1k:\"Eureka Links\",height:\"100%\",id:\"AZ5r6vNtu\",layoutId:\"AZ5r6vNtu\",name:\"HEU\",P9pb0UUB5:resolvedLinks2[0],shmZduHpF:addImageAlt({src:\"https://framerusercontent.com/images/yLKFKwhQk5pGfot1fIkPlDTtts.png\"},\"\"),style:{width:\"100%\"},variant:CRaJu0A5Q,width:\"100%\",...addPropertyOverrides({JijZELDt4:{e3GC4lMwQ:e3GC4lMwQ6a2b84,P9pb0UUB5:resolvedLinks2[1],variant:\"rWJPC1sQr\"},oScZoQv_f:{e3GC4lMwQ:e3GC4lMwQ6a2b84,P9pb0UUB5:resolvedLinks2[3],variant:\"rWJPC1sQr\"},SEEksENLf:{P9pb0UUB5:resolvedLinks2[4]},wKTQL_mYa:{e3GC4lMwQ:e3GC4lMwQ6a2b84,P9pb0UUB5:resolvedLinks2[2],variant:\"BOJRes37l\"}},baseVariant,gestureVariant)})})})}),isDisplayed5()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"sImcGkwc1\"},implicitPathVariables:undefined},{href:{webPageId:\"sImcGkwc1\"},implicitPathVariables:undefined},{href:{webPageId:\"sImcGkwc1\"},implicitPathVariables:undefined},{href:{webPageId:\"sImcGkwc1\"},implicitPathVariables:undefined},{href:{webPageId:\"sImcGkwc1\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({JijZELDt4:{height:64,width:\"267px\",y:(componentViewport?.y||0)+32+0+0+0+140+0+136},oScZoQv_f:{height:64,width:\"267px\",y:(componentViewport?.y||0)+32+0+0+0+140+0+136},SEEksENLf:{height:64,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+24+56+0+0+0+0+0+320},wKTQL_mYa:{height:64,width:\"267px\",y:(componentViewport?.y||0)+32+0+0+0+140+0+136}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1xnykam-container\",\"data-framer-name\":\"BIB\",layoutDependency:layoutDependency,layoutId:\"QlitAVYoC-container\",name:\"BIB\",nodeId:\"QlitAVYoC\",rendersWithMotion:true,scopeId:\"VpVJfczV3\",children:/*#__PURE__*/_jsx(MegaMenuButtons,{Ft_ZKjR1k:\"Bibliotheka\",height:\"100%\",id:\"QlitAVYoC\",layoutId:\"QlitAVYoC\",name:\"BIB\",P9pb0UUB5:resolvedLinks3[0],shmZduHpF:addImageAlt({src:\"https://framerusercontent.com/images/kMbf7RC81owvAtVibE7pBJQXrXw.png\"},\"\"),style:{width:\"100%\"},variant:CRaJu0A5Q,width:\"100%\",...addPropertyOverrides({JijZELDt4:{e3GC4lMwQ:e3GC4lMwQw5l630,P9pb0UUB5:resolvedLinks3[1],variant:\"rWJPC1sQr\"},oScZoQv_f:{e3GC4lMwQ:e3GC4lMwQw5l630,P9pb0UUB5:resolvedLinks3[3],variant:\"BOJRes37l\"},SEEksENLf:{P9pb0UUB5:resolvedLinks3[4]},wKTQL_mYa:{e3GC4lMwQ:e3GC4lMwQw5l630,P9pb0UUB5:resolvedLinks3[2],variant:\"rWJPC1sQr\"}},baseVariant,gestureVariant)})})})})]})]}),isDisplayed6()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-182bv4h\",layoutDependency:layoutDependency,layoutId:\"YkQoPkcPV\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-43vumi\",\"data-framer-name\":\"Box N\\xedvel\",layoutDependency:layoutDependency,layoutId:\"kZj_Z4Uwu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-164nl0z\",\"data-styles-preset\":\"d69Cf9Izs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e0a7c40b-b00d-4f42-bbb5-78acdcdaf477, rgb(240, 185, 69)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{m_3obFBr0:\"nivel-genesis\"},unresolvedPathSlugs:{m_3obFBr0:{collectionId:\"bK1KsRWeC\",collectionItemId:\"FgXChScGY\"}},webPageId:\"kQFIYdzP5\"},motionChild:true,nodeId:\"hKz5Rj4Lq\",openInNewTab:false,scopeId:\"VpVJfczV3\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1tgkgfh\",\"data-styles-preset\":\"w7WsnhLcv\",children:\"Genesis\"})})})}),className:\"framer-1ig5zv6\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hKz5Rj4Lq\",style:{\"--extracted-r6o4lv\":\"var(--token-e0a7c40b-b00d-4f42-bbb5-78acdcdaf477, rgb(240, 185, 69))\"},variants:{aOt1pCGoY:{\"--extracted-r6o4lv\":\"var(--token-6e64fb81-3de3-43de-8848-efa280ef2585, rgb(161, 89, 254))\"},ZYatebGON:{\"--extracted-r6o4lv\":\"var(--token-556a66a6-7f4b-4118-b327-ed374e4a0f03, rgb(44, 132, 250))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({aOt1pCGoY:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-164nl0z\",\"data-styles-preset\":\"d69Cf9Izs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6e64fb81-3de3-43de-8848-efa280ef2585, rgb(161, 89, 254)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{m_3obFBr0:\"nivel-glaukos\"},unresolvedPathSlugs:{m_3obFBr0:{collectionId:\"bK1KsRWeC\",collectionItemId:\"h56Mve2R_\"}},webPageId:\"FHePESqIO\"},motionChild:true,nodeId:\"hKz5Rj4Lq\",openInNewTab:false,scopeId:\"VpVJfczV3\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1tgkgfh\",\"data-styles-preset\":\"w7WsnhLcv\",children:\"Glaukos\"})})})})},ZYatebGON:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-164nl0z\",\"data-styles-preset\":\"d69Cf9Izs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-556a66a6-7f4b-4118-b327-ed374e4a0f03, rgb(44, 132, 250)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{m_3obFBr0:\"nivel-aion\"},unresolvedPathSlugs:{m_3obFBr0:{collectionId:\"bK1KsRWeC\",collectionItemId:\"tDlcvahO6\"}},webPageId:\"Hb_SPgEEo\"},motionChild:true,nodeId:\"hKz5Rj4Lq\",openInNewTab:false,scopeId:\"VpVJfczV3\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1tgkgfh\",\"data-styles-preset\":\"w7WsnhLcv\",children:\"Aion\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-y0nrhj\",layoutDependency:layoutDependency,layoutId:\"Cm321hoEY\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{constraint:{left:{collection:\"Cm321hoEY\",name:\"zCfuAiWst\",type:\"Identifier\"},operator:\"==\",right:{collection:\"zCfuAiWst\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"Cm321hoEY\",data:MDulo,type:\"Collection\"},right:{alias:\"zCfuAiWst\",data:NVel,type:\"Collection\"},type:\"LeftJoin\"},select:[{alias:\"zCfuAiWst.m_3obFBr0\",collection:\"zCfuAiWst\",name:\"m_3obFBr0\",type:\"Identifier\"},{collection:\"Cm321hoEY\",name:\"xkjJTItEF\",type:\"Identifier\"},{collection:\"Cm321hoEY\",name:\"KriQQphz7\",type:\"Identifier\"},{collection:\"Cm321hoEY\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"Cm321hoEY\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:[\"F9chHmNbg\",\"izdsa6l9u\",\"Sigbt3a3x\",\"Ax70c1zdw\"]},type:\"BinaryOperation\"}},...addPropertyOverrides({aOt1pCGoY:{query:{from:{constraint:{left:{collection:\"Cm321hoEY\",name:\"zCfuAiWst\",type:\"Identifier\"},operator:\"==\",right:{collection:\"zCfuAiWst\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"Cm321hoEY\",data:MDulo,type:\"Collection\"},right:{alias:\"zCfuAiWst\",data:NVel,type:\"Collection\"},type:\"LeftJoin\"},select:[{alias:\"zCfuAiWst.m_3obFBr0\",collection:\"zCfuAiWst\",name:\"m_3obFBr0\",type:\"Identifier\"},{collection:\"Cm321hoEY\",name:\"xkjJTItEF\",type:\"Identifier\"},{collection:\"Cm321hoEY\",name:\"KriQQphz7\",type:\"Identifier\"},{collection:\"Cm321hoEY\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"Cm321hoEY\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:[\"IBuUZBYJ8\",\"In96cmcJy\",\"hrjDDk6GA\",\"aAdxyDQod\",\"GRKwENi8c\"]},type:\"BinaryOperation\"}}},ZYatebGON:{query:{from:{constraint:{left:{collection:\"Cm321hoEY\",name:\"zCfuAiWst\",type:\"Identifier\"},operator:\"==\",right:{collection:\"zCfuAiWst\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"Cm321hoEY\",data:MDulo,type:\"Collection\"},right:{alias:\"zCfuAiWst\",data:NVel,type:\"Collection\"},type:\"LeftJoin\"},select:[{alias:\"zCfuAiWst.m_3obFBr0\",collection:\"zCfuAiWst\",name:\"m_3obFBr0\",type:\"Identifier\"},{collection:\"Cm321hoEY\",name:\"xkjJTItEF\",type:\"Identifier\"},{collection:\"Cm321hoEY\",name:\"KriQQphz7\",type:\"Identifier\"},{collection:\"Cm321hoEY\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"Cm321hoEY\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:[\"YOSasGhXN\",\"z1com4AWT\",\"nKHn7xjxk\"]},type:\"BinaryOperation\"}}}},baseVariant,gestureVariant),children:(collection3,paginationInfo3,loadMore3)=>/*#__PURE__*/_jsx(_Fragment,{children:collection3?.map(({\"zCfuAiWst.m_3obFBr0\":zCfuAiWst_m_3obFBr0Cm321hoEY,id:idCm321hoEY,KriQQphz7:KriQQphz7Cm321hoEY,xkjJTItEF:xkjJTItEFCm321hoEY},index3)=>{zCfuAiWst_m_3obFBr0Cm321hoEY??=\"\";xkjJTItEFCm321hoEY??=\"\";KriQQphz7Cm321hoEY??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`Cm321hoEY-${idCm321hoEY}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{xkjJTItEF:xkjJTItEFCm321hoEY},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j95bnd\",layoutDependency:layoutDependency,layoutId:\"WZdGmX2S3\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":xkjJTItEF-:IBKcuOOTB\",hashVariables:{xkjJTItEF:xkjJTItEFCm321hoEY},pathVariables:{m_3obFBr0:zCfuAiWst_m_3obFBr0Cm321hoEY},webPageId:\"kQFIYdzP5\"},implicitPathVariables:undefined},{href:{hash:\":xkjJTItEF-:yunQksB5L\",hashVariables:{xkjJTItEF:xkjJTItEFCm321hoEY},pathVariables:{m_3obFBr0:zCfuAiWst_m_3obFBr0Cm321hoEY},webPageId:\"FHePESqIO\"},implicitPathVariables:undefined},{href:{hash:\":xkjJTItEF-:G9Ew3JuJd\",hashVariables:{xkjJTItEF:xkjJTItEFCm321hoEY},pathVariables:{m_3obFBr0:zCfuAiWst_m_3obFBr0Cm321hoEY},webPageId:\"Hb_SPgEEo\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`max((max(min((${componentViewport?.width||\"100vw\"} - 48px) * 0.92, 1320px) - 307px, 1px) - 48px) / 4, 1px)`,y:(componentViewport?.y||0)+32+0+0+0+0+137+0+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-od8azv-container\",layoutDependency:layoutDependency,layoutId:\"PFzI9nVw6-container\",nodeId:\"PFzI9nVw6\",rendersWithMotion:true,scopeId:\"VpVJfczV3\",children:/*#__PURE__*/_jsx(MegaMenuButtonMDulo,{height:\"100%\",id:\"PFzI9nVw6\",Kgc32hjzo:KriQQphz7Cm321hoEY,layoutId:\"PFzI9nVw6\",style:{width:\"100%\"},variant:\"B3eKvSlrk\",width:\"100%\",YbWWZlJw6:resolvedLinks4[0],...addPropertyOverrides({aOt1pCGoY:{YbWWZlJw6:resolvedLinks4[1]},ZYatebGON:{YbWWZlJw6:resolvedLinks4[2]}},baseVariant,gestureVariant)})})})})})})},idCm321hoEY);})})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1on9y6f\",\"data-framer-name\":\"Box N\\xedvel\",layoutDependency:layoutDependency,layoutId:\"knlzyl2Oc\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-164nl0z\",\"data-styles-preset\":\"d69Cf9Izs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e0a7c40b-b00d-4f42-bbb5-78acdcdaf477, rgb(240, 185, 69)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{m_3obFBr0:\"nivel-metamorphosis\"},unresolvedPathSlugs:{m_3obFBr0:{collectionId:\"bK1KsRWeC\",collectionItemId:\"XrRgAj2mP\"}},webPageId:\"kQFIYdzP5\"},motionChild:true,nodeId:\"UBwVvNXpC\",openInNewTab:false,scopeId:\"VpVJfczV3\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1tgkgfh\",\"data-styles-preset\":\"w7WsnhLcv\",children:\"Metamorphosis\"})})})}),className:\"framer-dulwaf\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UBwVvNXpC\",style:{\"--extracted-r6o4lv\":\"var(--token-e0a7c40b-b00d-4f42-bbb5-78acdcdaf477, rgb(240, 185, 69))\"},variants:{aOt1pCGoY:{\"--extracted-r6o4lv\":\"var(--token-6e64fb81-3de3-43de-8848-efa280ef2585, rgb(161, 89, 254))\"},ZYatebGON:{\"--extracted-r6o4lv\":\"var(--token-556a66a6-7f4b-4118-b327-ed374e4a0f03, rgb(44, 132, 250))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({aOt1pCGoY:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-164nl0z\",\"data-styles-preset\":\"d69Cf9Izs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6e64fb81-3de3-43de-8848-efa280ef2585, rgb(161, 89, 254)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{m_3obFBr0:\"nivel-hebe\"},unresolvedPathSlugs:{m_3obFBr0:{collectionId:\"bK1KsRWeC\",collectionItemId:\"qF471sZ6L\"}},webPageId:\"FHePESqIO\"},motionChild:true,nodeId:\"UBwVvNXpC\",openInNewTab:false,scopeId:\"VpVJfczV3\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1tgkgfh\",\"data-styles-preset\":\"w7WsnhLcv\",children:\"Hebe\"})})})})},ZYatebGON:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-164nl0z\",\"data-styles-preset\":\"d69Cf9Izs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-556a66a6-7f4b-4118-b327-ed374e4a0f03, rgb(44, 132, 250)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{m_3obFBr0:\"nivel-physis\"},unresolvedPathSlugs:{m_3obFBr0:{collectionId:\"bK1KsRWeC\",collectionItemId:\"wcEfXr3HH\"}},webPageId:\"Hb_SPgEEo\"},motionChild:true,nodeId:\"UBwVvNXpC\",openInNewTab:false,scopeId:\"VpVJfczV3\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1tgkgfh\",\"data-styles-preset\":\"w7WsnhLcv\",children:\"Physis\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-i0xtjl\",layoutDependency:layoutDependency,layoutId:\"BImvgnamk\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{constraint:{left:{collection:\"BImvgnamk\",name:\"zCfuAiWst\",type:\"Identifier\"},operator:\"==\",right:{collection:\"zCfuAiWst\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"BImvgnamk\",data:MDulo,type:\"Collection\"},right:{alias:\"zCfuAiWst\",data:NVel,type:\"Collection\"},type:\"LeftJoin\"},select:[{alias:\"zCfuAiWst.m_3obFBr0\",collection:\"zCfuAiWst\",name:\"m_3obFBr0\",type:\"Identifier\"},{collection:\"BImvgnamk\",name:\"xkjJTItEF\",type:\"Identifier\"},{collection:\"BImvgnamk\",name:\"KriQQphz7\",type:\"Identifier\"},{collection:\"BImvgnamk\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"BImvgnamk\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:[\"ww9IcLYdN\",\"J2fl3_NhK\",\"NMHA2e1Ey\",\"ofe_rlYr0\"]},type:\"BinaryOperation\"}},...addPropertyOverrides({aOt1pCGoY:{query:{from:{constraint:{left:{collection:\"BImvgnamk\",name:\"zCfuAiWst\",type:\"Identifier\"},operator:\"==\",right:{collection:\"zCfuAiWst\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"BImvgnamk\",data:MDulo,type:\"Collection\"},right:{alias:\"zCfuAiWst\",data:NVel,type:\"Collection\"},type:\"LeftJoin\"},select:[{alias:\"zCfuAiWst.m_3obFBr0\",collection:\"zCfuAiWst\",name:\"m_3obFBr0\",type:\"Identifier\"},{collection:\"BImvgnamk\",name:\"xkjJTItEF\",type:\"Identifier\"},{collection:\"BImvgnamk\",name:\"KriQQphz7\",type:\"Identifier\"},{collection:\"BImvgnamk\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"BImvgnamk\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:[\"P9JzuWLHy\",\"us2M3QOjA\",\"ODKMDvRSH\",\"i62q7UcZn\",\"dHjLw2dVh\",\"SWpdt8Nu0\"]},type:\"BinaryOperation\"}}},ZYatebGON:{query:{from:{constraint:{left:{collection:\"BImvgnamk\",name:\"zCfuAiWst\",type:\"Identifier\"},operator:\"==\",right:{collection:\"zCfuAiWst\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"BImvgnamk\",data:MDulo,type:\"Collection\"},right:{alias:\"zCfuAiWst\",data:NVel,type:\"Collection\"},type:\"LeftJoin\"},select:[{alias:\"zCfuAiWst.m_3obFBr0\",collection:\"zCfuAiWst\",name:\"m_3obFBr0\",type:\"Identifier\"},{collection:\"BImvgnamk\",name:\"xkjJTItEF\",type:\"Identifier\"},{collection:\"BImvgnamk\",name:\"KriQQphz7\",type:\"Identifier\"},{collection:\"BImvgnamk\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"BImvgnamk\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:[\"JGAfBtkdx\",\"PVABSUfHr\",\"fTje0lQ8P\",\"uIcsLax00\",\"YTEVyxerh\"]},type:\"BinaryOperation\"}}}},baseVariant,gestureVariant),children:(collection4,paginationInfo4,loadMore4)=>/*#__PURE__*/_jsx(_Fragment,{children:collection4?.map(({\"zCfuAiWst.m_3obFBr0\":zCfuAiWst_m_3obFBr0BImvgnamk,id:idBImvgnamk,KriQQphz7:KriQQphz7BImvgnamk,xkjJTItEF:xkjJTItEFBImvgnamk},index4)=>{zCfuAiWst_m_3obFBr0BImvgnamk??=\"\";xkjJTItEFBImvgnamk??=\"\";KriQQphz7BImvgnamk??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`BImvgnamk-${idBImvgnamk}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{xkjJTItEF:xkjJTItEFBImvgnamk},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-tor8uh\",layoutDependency:layoutDependency,layoutId:\"cL_AuzBGG\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":xkjJTItEF-:IBKcuOOTB\",hashVariables:{xkjJTItEF:xkjJTItEFBImvgnamk},pathVariables:{m_3obFBr0:zCfuAiWst_m_3obFBr0BImvgnamk},webPageId:\"kQFIYdzP5\"},implicitPathVariables:undefined},{href:{hash:\":xkjJTItEF-:yunQksB5L\",hashVariables:{xkjJTItEF:xkjJTItEFBImvgnamk},pathVariables:{m_3obFBr0:zCfuAiWst_m_3obFBr0BImvgnamk},webPageId:\"FHePESqIO\"},implicitPathVariables:undefined},{href:{hash:\":xkjJTItEF-:G9Ew3JuJd\",hashVariables:{xkjJTItEF:xkjJTItEFBImvgnamk},pathVariables:{m_3obFBr0:zCfuAiWst_m_3obFBr0BImvgnamk},webPageId:\"Hb_SPgEEo\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`max((max(min((${componentViewport?.width||\"100vw\"} - 48px) * 0.92, 1320px) - 307px, 1px) - 48px) / 4, 1px)`,y:(componentViewport?.y||0)+32+0+0+0+0+137+0+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-algpqz-container\",layoutDependency:layoutDependency,layoutId:\"TwykCvoJu-container\",nodeId:\"TwykCvoJu\",rendersWithMotion:true,scopeId:\"VpVJfczV3\",children:/*#__PURE__*/_jsx(MegaMenuButtonMDulo,{height:\"100%\",id:\"TwykCvoJu\",Kgc32hjzo:KriQQphz7BImvgnamk,layoutId:\"TwykCvoJu\",style:{width:\"100%\"},variant:\"B3eKvSlrk\",width:\"100%\",YbWWZlJw6:resolvedLinks5[0],...addPropertyOverrides({aOt1pCGoY:{YbWWZlJw6:resolvedLinks5[1]},ZYatebGON:{YbWWZlJw6:resolvedLinks5[2]}},baseVariant,gestureVariant)})})})})})})},idBImvgnamk);})})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1965k9t\",\"data-framer-name\":\"Box N\\xedvel\",layoutDependency:layoutDependency,layoutId:\"vCK1sj2tvVuBNu__7x\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-164nl0z\",\"data-styles-preset\":\"d69Cf9Izs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e0a7c40b-b00d-4f42-bbb5-78acdcdaf477, rgb(240, 185, 69)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{m_3obFBr0:\"nivel-prometheus\"},unresolvedPathSlugs:{m_3obFBr0:{collectionId:\"bK1KsRWeC\",collectionItemId:\"UlhBcdZpc\"}},webPageId:\"kQFIYdzP5\"},motionChild:true,nodeId:\"vCK1sj2tvYrCbi69h5\",openInNewTab:false,scopeId:\"VpVJfczV3\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1tgkgfh\",\"data-styles-preset\":\"w7WsnhLcv\",children:\"Prometheus\"})})})}),className:\"framer-bgjexv\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vCK1sj2tvYrCbi69h5\",style:{\"--extracted-r6o4lv\":\"var(--token-e0a7c40b-b00d-4f42-bbb5-78acdcdaf477, rgb(240, 185, 69))\"},variants:{aOt1pCGoY:{\"--extracted-r6o4lv\":\"var(--token-6e64fb81-3de3-43de-8848-efa280ef2585, rgb(161, 89, 254))\"},ZYatebGON:{\"--extracted-r6o4lv\":\"var(--token-556a66a6-7f4b-4118-b327-ed374e4a0f03, rgb(44, 132, 250))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({aOt1pCGoY:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-164nl0z\",\"data-styles-preset\":\"d69Cf9Izs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6e64fb81-3de3-43de-8848-efa280ef2585, rgb(161, 89, 254)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{m_3obFBr0:\"nivel-icarus\"},unresolvedPathSlugs:{m_3obFBr0:{collectionId:\"bK1KsRWeC\",collectionItemId:\"SzqQxq4Sb\"}},webPageId:\"FHePESqIO\"},motionChild:true,nodeId:\"vCK1sj2tvYrCbi69h5\",openInNewTab:false,scopeId:\"VpVJfczV3\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1tgkgfh\",\"data-styles-preset\":\"w7WsnhLcv\",children:\"\\xcdcarus\"})})})})},ZYatebGON:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-164nl0z\",\"data-styles-preset\":\"d69Cf9Izs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-556a66a6-7f4b-4118-b327-ed374e4a0f03, rgb(44, 132, 250)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{m_3obFBr0:\"nivel-archimedes\"},unresolvedPathSlugs:{m_3obFBr0:{collectionId:\"bK1KsRWeC\",collectionItemId:\"I9G5iCQET\"}},webPageId:\"Hb_SPgEEo\"},motionChild:true,nodeId:\"vCK1sj2tvYrCbi69h5\",openInNewTab:false,scopeId:\"VpVJfczV3\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1tgkgfh\",\"data-styles-preset\":\"w7WsnhLcv\",children:\"Archimedes\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pnvee7\",layoutDependency:layoutDependency,layoutId:\"cGpQrg5nR\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{constraint:{left:{collection:\"cGpQrg5nR\",name:\"zCfuAiWst\",type:\"Identifier\"},operator:\"==\",right:{collection:\"zCfuAiWst\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"cGpQrg5nR\",data:MDulo,type:\"Collection\"},right:{alias:\"zCfuAiWst\",data:NVel,type:\"Collection\"},type:\"LeftJoin\"},select:[{alias:\"zCfuAiWst.m_3obFBr0\",collection:\"zCfuAiWst\",name:\"m_3obFBr0\",type:\"Identifier\"},{collection:\"cGpQrg5nR\",name:\"xkjJTItEF\",type:\"Identifier\"},{collection:\"cGpQrg5nR\",name:\"KriQQphz7\",type:\"Identifier\"},{collection:\"cGpQrg5nR\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"cGpQrg5nR\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:[\"eO1muQn0C\",\"jElv6mkgJ\",\"rRfSlzCNe\"]},type:\"BinaryOperation\"}},...addPropertyOverrides({aOt1pCGoY:{query:{from:{constraint:{left:{collection:\"cGpQrg5nR\",name:\"zCfuAiWst\",type:\"Identifier\"},operator:\"==\",right:{collection:\"zCfuAiWst\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"cGpQrg5nR\",data:MDulo,type:\"Collection\"},right:{alias:\"zCfuAiWst\",data:NVel,type:\"Collection\"},type:\"LeftJoin\"},select:[{alias:\"zCfuAiWst.m_3obFBr0\",collection:\"zCfuAiWst\",name:\"m_3obFBr0\",type:\"Identifier\"},{collection:\"cGpQrg5nR\",name:\"xkjJTItEF\",type:\"Identifier\"},{collection:\"cGpQrg5nR\",name:\"KriQQphz7\",type:\"Identifier\"},{collection:\"cGpQrg5nR\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"cGpQrg5nR\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:[\"PiJoJHHAM\",\"AYRprhFw4\",\"Mwpw4ZDnb\",\"NgdvBCwzZ\",\"wEjPaeHXj\",\"YLBrCQnyb\"]},type:\"BinaryOperation\"}}},ZYatebGON:{query:{from:{constraint:{left:{collection:\"cGpQrg5nR\",name:\"zCfuAiWst\",type:\"Identifier\"},operator:\"==\",right:{collection:\"zCfuAiWst\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"cGpQrg5nR\",data:MDulo,type:\"Collection\"},right:{alias:\"zCfuAiWst\",data:NVel,type:\"Collection\"},type:\"LeftJoin\"},select:[{alias:\"zCfuAiWst.m_3obFBr0\",collection:\"zCfuAiWst\",name:\"m_3obFBr0\",type:\"Identifier\"},{collection:\"cGpQrg5nR\",name:\"xkjJTItEF\",type:\"Identifier\"},{collection:\"cGpQrg5nR\",name:\"KriQQphz7\",type:\"Identifier\"},{collection:\"cGpQrg5nR\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"cGpQrg5nR\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:[\"fk9t6e0SL\",\"l03LuJFZj\",\"Y5yCWbd5O\",\"HE963YOtA\",\"YqN8eWF_p\",\"YbfBURCZK\"]},type:\"BinaryOperation\"}}}},baseVariant,gestureVariant),children:(collection5,paginationInfo5,loadMore5)=>/*#__PURE__*/_jsx(_Fragment,{children:collection5?.map(({\"zCfuAiWst.m_3obFBr0\":zCfuAiWst_m_3obFBr0cGpQrg5nR,id:idcGpQrg5nR,KriQQphz7:KriQQphz7cGpQrg5nR,xkjJTItEF:xkjJTItEFcGpQrg5nR},index5)=>{zCfuAiWst_m_3obFBr0cGpQrg5nR??=\"\";xkjJTItEFcGpQrg5nR??=\"\";KriQQphz7cGpQrg5nR??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`cGpQrg5nR-${idcGpQrg5nR}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{xkjJTItEF:xkjJTItEFcGpQrg5nR},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-bywplw\",layoutDependency:layoutDependency,layoutId:\"hXMsgn6By\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":xkjJTItEF-:IBKcuOOTB\",hashVariables:{xkjJTItEF:xkjJTItEFcGpQrg5nR},pathVariables:{m_3obFBr0:zCfuAiWst_m_3obFBr0cGpQrg5nR},webPageId:\"kQFIYdzP5\"},implicitPathVariables:undefined},{href:{hash:\":xkjJTItEF-:yunQksB5L\",hashVariables:{xkjJTItEF:xkjJTItEFcGpQrg5nR},pathVariables:{m_3obFBr0:zCfuAiWst_m_3obFBr0cGpQrg5nR},webPageId:\"FHePESqIO\"},implicitPathVariables:undefined},{href:{hash:\":xkjJTItEF-:G9Ew3JuJd\",hashVariables:{xkjJTItEF:xkjJTItEFcGpQrg5nR},pathVariables:{m_3obFBr0:zCfuAiWst_m_3obFBr0cGpQrg5nR},webPageId:\"Hb_SPgEEo\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`max((max(min((${componentViewport?.width||\"100vw\"} - 48px) * 0.92, 1320px) - 307px, 1px) - 48px) / 4, 1px)`,y:(componentViewport?.y||0)+32+0+0+0+0+137+0+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-29kc31-container\",layoutDependency:layoutDependency,layoutId:\"bXNs1tH5X-container\",nodeId:\"bXNs1tH5X\",rendersWithMotion:true,scopeId:\"VpVJfczV3\",children:/*#__PURE__*/_jsx(MegaMenuButtonMDulo,{height:\"100%\",id:\"bXNs1tH5X\",Kgc32hjzo:KriQQphz7cGpQrg5nR,layoutId:\"bXNs1tH5X\",style:{width:\"100%\"},variant:\"B3eKvSlrk\",width:\"100%\",YbWWZlJw6:resolvedLinks6[0],...addPropertyOverrides({aOt1pCGoY:{YbWWZlJw6:resolvedLinks6[1]},ZYatebGON:{YbWWZlJw6:resolvedLinks6[2]}},baseVariant,gestureVariant)})})})})})})},idcGpQrg5nR);})})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6woq9u\",\"data-framer-name\":\"Figma > Glaukos\",layoutDependency:layoutDependency,layoutId:\"vCK1sj2tvAma1WfGAj\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-164nl0z\",\"data-styles-preset\":\"d69Cf9Izs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e0a7c40b-b00d-4f42-bbb5-78acdcdaf477, rgb(240, 185, 69)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{m_3obFBr0:\"nivel-atlas\"},unresolvedPathSlugs:{m_3obFBr0:{collectionId:\"bK1KsRWeC\",collectionItemId:\"JS2tw70dj\"}},webPageId:\"kQFIYdzP5\"},motionChild:true,nodeId:\"vCK1sj2tvs8_aefxUO\",openInNewTab:false,scopeId:\"VpVJfczV3\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1tgkgfh\",\"data-styles-preset\":\"w7WsnhLcv\",children:\"Atlas\"})})})}),className:\"framer-1jk1thx\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vCK1sj2tvs8_aefxUO\",style:{\"--extracted-r6o4lv\":\"var(--token-e0a7c40b-b00d-4f42-bbb5-78acdcdaf477, rgb(240, 185, 69))\"},variants:{aOt1pCGoY:{\"--extracted-r6o4lv\":\"var(--token-6e64fb81-3de3-43de-8848-efa280ef2585, rgb(161, 89, 254))\"},ZYatebGON:{\"--extracted-r6o4lv\":\"var(--token-556a66a6-7f4b-4118-b327-ed374e4a0f03, rgb(44, 132, 250))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({aOt1pCGoY:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-164nl0z\",\"data-styles-preset\":\"d69Cf9Izs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6e64fb81-3de3-43de-8848-efa280ef2585, rgb(161, 89, 254)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{m_3obFBr0:\"nivel-kosmos\"},unresolvedPathSlugs:{m_3obFBr0:{collectionId:\"bK1KsRWeC\",collectionItemId:\"zR8Y9PK3E\"}},webPageId:\"FHePESqIO\"},motionChild:true,nodeId:\"vCK1sj2tvs8_aefxUO\",openInNewTab:false,scopeId:\"VpVJfczV3\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1tgkgfh\",\"data-styles-preset\":\"w7WsnhLcv\",children:\"Kosmos\"})})})})},ZYatebGON:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-164nl0z\",\"data-styles-preset\":\"d69Cf9Izs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-556a66a6-7f4b-4118-b327-ed374e4a0f03, rgb(44, 132, 250)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{m_3obFBr0:\"nivel-chiron\"},unresolvedPathSlugs:{m_3obFBr0:{collectionId:\"bK1KsRWeC\",collectionItemId:\"kcLs7rCmA\"}},webPageId:\"Hb_SPgEEo\"},motionChild:true,nodeId:\"vCK1sj2tvs8_aefxUO\",openInNewTab:false,scopeId:\"VpVJfczV3\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1tgkgfh\",\"data-styles-preset\":\"w7WsnhLcv\",children:\"Chiron\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-11wapeq\",layoutDependency:layoutDependency,layoutId:\"W0TCKsGJ8\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{constraint:{left:{collection:\"W0TCKsGJ8\",name:\"zCfuAiWst\",type:\"Identifier\"},operator:\"==\",right:{collection:\"zCfuAiWst\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"W0TCKsGJ8\",data:MDulo,type:\"Collection\"},right:{alias:\"zCfuAiWst\",data:NVel,type:\"Collection\"},type:\"LeftJoin\"},select:[{alias:\"zCfuAiWst.m_3obFBr0\",collection:\"zCfuAiWst\",name:\"m_3obFBr0\",type:\"Identifier\"},{collection:\"W0TCKsGJ8\",name:\"xkjJTItEF\",type:\"Identifier\"},{collection:\"W0TCKsGJ8\",name:\"KriQQphz7\",type:\"Identifier\"},{collection:\"W0TCKsGJ8\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"W0TCKsGJ8\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:[\"bzNGd3ZwY\",\"GDBsK7crD\",\"Ef6sO3sHC\",\"iQMW2JRCF\"]},type:\"BinaryOperation\"}},...addPropertyOverrides({aOt1pCGoY:{query:{from:{constraint:{left:{collection:\"W0TCKsGJ8\",name:\"zCfuAiWst\",type:\"Identifier\"},operator:\"==\",right:{collection:\"zCfuAiWst\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"W0TCKsGJ8\",data:MDulo,type:\"Collection\"},right:{alias:\"zCfuAiWst\",data:NVel,type:\"Collection\"},type:\"LeftJoin\"},select:[{alias:\"zCfuAiWst.m_3obFBr0\",collection:\"zCfuAiWst\",name:\"m_3obFBr0\",type:\"Identifier\"},{collection:\"W0TCKsGJ8\",name:\"xkjJTItEF\",type:\"Identifier\"},{collection:\"W0TCKsGJ8\",name:\"KriQQphz7\",type:\"Identifier\"},{collection:\"W0TCKsGJ8\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"W0TCKsGJ8\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:[\"lU2VdulaL\",\"LtXxkGwFR\",\"MlW2P4UL0\",\"yZgUh6EW6\"]},type:\"BinaryOperation\"}}},ZYatebGON:{query:{from:{constraint:{left:{collection:\"W0TCKsGJ8\",name:\"zCfuAiWst\",type:\"Identifier\"},operator:\"==\",right:{collection:\"zCfuAiWst\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"W0TCKsGJ8\",data:MDulo,type:\"Collection\"},right:{alias:\"zCfuAiWst\",data:NVel,type:\"Collection\"},type:\"LeftJoin\"},select:[{alias:\"zCfuAiWst.m_3obFBr0\",collection:\"zCfuAiWst\",name:\"m_3obFBr0\",type:\"Identifier\"},{collection:\"W0TCKsGJ8\",name:\"xkjJTItEF\",type:\"Identifier\"},{collection:\"W0TCKsGJ8\",name:\"KriQQphz7\",type:\"Identifier\"},{collection:\"W0TCKsGJ8\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"W0TCKsGJ8\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:[\"MtEd_YFcV\",\"TZGRkeHKP\",\"jUzB6IkTt\",\"rnBn5H7_w\",\"Ba7iJxBNJ\",\"fdSxyCRsj\"]},type:\"BinaryOperation\"}}}},baseVariant,gestureVariant),children:(collection6,paginationInfo6,loadMore6)=>/*#__PURE__*/_jsx(_Fragment,{children:collection6?.map(({\"zCfuAiWst.m_3obFBr0\":zCfuAiWst_m_3obFBr0W0TCKsGJ8,id:idW0TCKsGJ8,KriQQphz7:KriQQphz7W0TCKsGJ8,xkjJTItEF:xkjJTItEFW0TCKsGJ8},index6)=>{zCfuAiWst_m_3obFBr0W0TCKsGJ8??=\"\";xkjJTItEFW0TCKsGJ8??=\"\";KriQQphz7W0TCKsGJ8??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`W0TCKsGJ8-${idW0TCKsGJ8}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{xkjJTItEF:xkjJTItEFW0TCKsGJ8},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-yekeh5\",layoutDependency:layoutDependency,layoutId:\"lEioXd7pd\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":xkjJTItEF-:IBKcuOOTB\",hashVariables:{xkjJTItEF:xkjJTItEFW0TCKsGJ8},pathVariables:{m_3obFBr0:zCfuAiWst_m_3obFBr0W0TCKsGJ8},webPageId:\"kQFIYdzP5\"},implicitPathVariables:undefined},{href:{hash:\":xkjJTItEF-:yunQksB5L\",hashVariables:{xkjJTItEF:xkjJTItEFW0TCKsGJ8},pathVariables:{m_3obFBr0:zCfuAiWst_m_3obFBr0W0TCKsGJ8},webPageId:\"FHePESqIO\"},implicitPathVariables:undefined},{href:{hash:\":xkjJTItEF-:G9Ew3JuJd\",hashVariables:{xkjJTItEF:xkjJTItEFW0TCKsGJ8},pathVariables:{m_3obFBr0:zCfuAiWst_m_3obFBr0W0TCKsGJ8},webPageId:\"Hb_SPgEEo\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`max((max(min((${componentViewport?.width||\"100vw\"} - 48px) * 0.92, 1320px) - 307px, 1px) - 48px) / 4, 1px)`,y:(componentViewport?.y||0)+32+0+0+0+0+137+0+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-govmyy-container\",layoutDependency:layoutDependency,layoutId:\"IgyPuF_UZ-container\",nodeId:\"IgyPuF_UZ\",rendersWithMotion:true,scopeId:\"VpVJfczV3\",children:/*#__PURE__*/_jsx(MegaMenuButtonMDulo,{height:\"100%\",id:\"IgyPuF_UZ\",Kgc32hjzo:KriQQphz7W0TCKsGJ8,layoutId:\"IgyPuF_UZ\",style:{width:\"100%\"},variant:\"B3eKvSlrk\",width:\"100%\",YbWWZlJw6:resolvedLinks7[0],...addPropertyOverrides({aOt1pCGoY:{YbWWZlJw6:resolvedLinks7[1]},ZYatebGON:{YbWWZlJw6:resolvedLinks7[2]}},baseVariant,gestureVariant)})})})})})})},idW0TCKsGJ8);})})})})})]})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1y80mt0\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"uSHTb6zHh\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-58389c29-c015-4427-a57c-637e65cb6404, rgb(227, 227, 227))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-18jp3ss\",\"data-framer-name\":\"Sidebar / Button\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"CYSrTdzGN\",onTap:onTapdmsp61,style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-164nl0z\",\"data-styles-preset\":\"d69Cf9Izs\",children:\"Categorias\"})}),className:\"framer-up1jem\",\"data-framer-name\":\"Intro to Framer\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xGe3gtEiy\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"sImcGkwc1\"},implicitPathVariables:undefined},{href:{webPageId:\"sImcGkwc1\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,...addPropertyOverrides({oScZoQv_f:{width:\"116px\",y:(componentViewport?.y||0)+32+0+0+0+136}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-dr0a18-container\",layoutDependency:layoutDependency,layoutId:\"Ivr9m3Ztk-container\",nodeId:\"Ivr9m3Ztk\",rendersWithMotion:true,scopeId:\"VpVJfczV3\",children:/*#__PURE__*/_jsx(MegaMenuButtonMDulo,{height:\"100%\",id:\"Ivr9m3Ztk\",Kgc32hjzo:\"Framer\",layoutId:\"Ivr9m3Ztk\",style:{height:\"100%\",width:\"100%\"},variant:\"B3eKvSlrk\",width:\"100%\",YbWWZlJw6:resolvedLinks8[0],...addPropertyOverrides({oScZoQv_f:{YbWWZlJw6:resolvedLinks8[1]}},baseVariant,gestureVariant)})})})}),isDisplayed7()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"sImcGkwc1\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1510b5g-container\",layoutDependency:layoutDependency,layoutId:\"urZQcyLdp-container\",nodeId:\"urZQcyLdp\",rendersWithMotion:true,scopeId:\"VpVJfczV3\",children:/*#__PURE__*/_jsx(MegaMenuButtonMDulo,{height:\"100%\",id:\"urZQcyLdp\",Kgc32hjzo:\"Figma\",layoutId:\"urZQcyLdp\",style:{height:\"100%\",width:\"100%\"},variant:\"B3eKvSlrk\",width:\"100%\",YbWWZlJw6:resolvedLinks9[0]})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"sImcGkwc1\"},implicitPathVariables:undefined},{href:{webPageId:\"sImcGkwc1\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,...addPropertyOverrides({oScZoQv_f:{width:\"116px\",y:(componentViewport?.y||0)+32+0+0+0+164}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-mskapa-container\",layoutDependency:layoutDependency,layoutId:\"fiLxnZdMz-container\",nodeId:\"fiLxnZdMz\",rendersWithMotion:true,scopeId:\"VpVJfczV3\",children:/*#__PURE__*/_jsx(MegaMenuButtonMDulo,{height:\"100%\",id:\"fiLxnZdMz\",Kgc32hjzo:\"Micro-ag\\xeancia\",layoutId:\"fiLxnZdMz\",style:{height:\"100%\",width:\"100%\"},variant:\"B3eKvSlrk\",width:\"100%\",YbWWZlJw6:resolvedLinks10[0],...addPropertyOverrides({oScZoQv_f:{YbWWZlJw6:resolvedLinks10[1]}},baseVariant,gestureVariant)})})})})]})]}),isDisplayed8()&&/*#__PURE__*/_jsx(MotionDivKeyboardShortcut1sg0uq2,{className:\"framer-1sg0uq2\",\"data-framer-name\":\"Cmd+B\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"sDj1EJ7Yy\",onTap:onTap1y3h6ue,...addPropertyOverrides({SEEksENLf:{onTap:onTapdmsp61}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,...addPropertyOverrides({SEEksENLf:{height:44,width:`max(${componentViewport?.width||\"100vw\"} - 48px, 1px)`,y:(componentViewport?.y||0)+24+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1x8whko-container\",\"data-framer-name\":\"Busca\",layoutDependency:layoutDependency,layoutId:\"pHB3Hz948-container\",name:\"Busca\",nodeId:\"pHB3Hz948\",rendersWithMotion:true,scopeId:\"VpVJfczV3\",children:/*#__PURE__*/_jsx(MegaMenuBuscaInput,{height:\"100%\",id:\"pHB3Hz948\",layoutId:\"pHB3Hz948\",name:\"Busca\",variant:\"ftCXiiro_\",width:\"100%\",zGP0QolRR:zGP0QolRR1y3h6ue,...addPropertyOverrides({SEEksENLf:{style:{height:\"100%\",width:\"100%\"},zGP0QolRR:zGP0QolRRdmsp61}},baseVariant,gestureVariant)})})})}),isDisplayed8()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-g6i42h\",layoutDependency:layoutDependency,layoutId:\"WUWmg8gQl\",children:[/*#__PURE__*/_jsx(MotionDivShowWhenLoggedInrekt22,{className:\"framer-rekt22\",layoutDependency:layoutDependency,layoutId:\"zhX7e96G8\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"R2ekp_5XK\"},implicitPathVariables:undefined},{href:{webPageId:\"R2ekp_5XK\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,...addPropertyOverrides({SEEksENLf:{y:(componentViewport?.y||0)+24+(0+(44+Math.max(0,((componentViewport?.height||624)-88-214)/1)*1+44+44)+48)+8+-8}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1tlcr4x-container\",layoutDependency:layoutDependency,layoutId:\"e4lts18b9-container\",nodeId:\"e4lts18b9\",rendersWithMotion:true,scopeId:\"VpVJfczV3\",transformTemplate:transformTemplate1,...addPropertyOverrides({SEEksENLf:{transformTemplate:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentsButton,{eZx_7tajJ:\"rgba(161, 161, 161, 0)\",FsCeaV84W:true,fZeih9jQ8:\"var(--token-3ab2d8b6-b506-4374-a6e8-5ad0c59c1eff, rgb(102, 102, 102))\",height:\"100%\",id:\"e4lts18b9\",IfLrRvbX1:false,jK1DpWQs8:{borderColor:\"rgba(26, 22, 22, 0)\",borderStyle:\"solid\",borderWidth:1},kQwNP44PM:{borderColor:\"rgba(26, 22, 22, 0)\",borderStyle:\"solid\",borderWidth:1},l3i4PFWGn:\"center\",layoutId:\"e4lts18b9\",m3409aT0f:\"rgba(161, 161, 161, 0)\",maLbBaXzl:\"Minha conta\",mGDrdGKnM:false,N5mmWMdhp:\"0px\",pH_8_HrPH:\"var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255))\",QVT44Bmsv:resolvedLinks11[0],RhFPweFBU:true,u9aFLwEMF:\"4px\",variant:\"mduIKsXbu\",vRQMEouYo:8,width:\"100%\",xHdrSj5Jn:false,XPuU1Fasg:\"user circle\",...addPropertyOverrides({SEEksENLf:{QVT44Bmsv:resolvedLinks11[1]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(MotionDivShowWhenLoggedIn10hrl7t,{className:\"framer-10hrl7t\",layoutDependency:layoutDependency,layoutId:\"SMxtZTEuI\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,...addPropertyOverrides({SEEksENLf:{y:(componentViewport?.y||0)+24+(0+(44+Math.max(0,((componentViewport?.height||624)-88-214)/1)*1+44+44)+48)+0+7105427357601002e-30}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1uya6l5-container\",layoutDependency:layoutDependency,layoutId:\"ndFX6ntY1-container\",nodeId:\"ndFX6ntY1\",rendersWithMotion:true,scopeId:\"VpVJfczV3\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(ComponentsButtonWithLogout1uya6l5WithMappedReactPropsmredx0,{eZx_7tajJ:\"rgba(0, 0, 0, 0)\",FsCeaV84W:false,fZeih9jQ8:\"var(--token-3ab2d8b6-b506-4374-a6e8-5ad0c59c1eff, rgb(102, 102, 102))\",height:\"100%\",id:\"ndFX6ntY1\",IfLrRvbX1:false,jK1DpWQs8:{borderColor:'var(--token-e5f9a60d-53c6-45ec-a2b1-a78cc65fbcf0, rgb(227, 227, 227)) /* {\"name\":\"Disable\"} */',borderStyle:\"solid\",borderWidth:1},kQwNP44PM:{borderColor:'var(--token-58389c29-c015-4427-a57c-637e65cb6404, rgb(227, 227, 227)) /* {\"name\":\"Border\"} */',borderStyle:\"solid\",borderWidth:1},l3i4PFWGn:\"center\",layoutId:\"ndFX6ntY1\",m3409aT0f:\"var(--token-e5f9a60d-53c6-45ec-a2b1-a78cc65fbcf0, rgb(227, 227, 227))\",maLbBaXzl:\"\",mGDrdGKnM:false,N5mmWMdhp:\"8px\",pH_8_HrPH:\"var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255))\",RhFPweFBU:true,u9aFLwEMF:\"4px\",variant:\"mduIKsXbu\",vRQMEouYo:8,width:\"100%\",xHdrSj5Jn:false,XPuU1Fasg:\"sign-out\"})})})})]}),isDisplayed8()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"EAKqIaPjl\"},implicitPathVariables:undefined},{href:{webPageId:\"EAKqIaPjl\"},implicitPathVariables:undefined}],children:resolvedLinks12=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({SEEksENLf:{height:44,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+24+(0+(44+Math.max(0,((componentViewport?.height||624)-88-214)/1)*1)+24)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-101zxp4-container\",layoutDependency:layoutDependency,layoutId:\"gTqMWcOpQ-container\",nodeId:\"gTqMWcOpQ\",rendersWithMotion:true,scopeId:\"VpVJfczV3\",children:/*#__PURE__*/_jsx(ComponentsButtonHideWhenLoggedIn101zxp4WithMappedReactPropsmredx0,{eZx_7tajJ:\"rgba(0, 0, 0, 0)\",FsCeaV84W:true,fZeih9jQ8:\"var(--token-3ab2d8b6-b506-4374-a6e8-5ad0c59c1eff, rgb(102, 102, 102))\",height:\"100%\",id:\"gTqMWcOpQ\",IfLrRvbX1:false,jK1DpWQs8:{borderColor:'var(--token-e5f9a60d-53c6-45ec-a2b1-a78cc65fbcf0, rgb(227, 227, 227)) /* {\"name\":\"Disable\"} */',borderStyle:\"solid\",borderWidth:1},kQwNP44PM:{borderColor:'var(--token-58389c29-c015-4427-a57c-637e65cb6404, rgb(227, 227, 227)) /* {\"name\":\"Border\"} */',borderStyle:\"solid\",borderWidth:1},l3i4PFWGn:\"center\",layoutId:\"gTqMWcOpQ\",m3409aT0f:\"var(--token-58389c29-c015-4427-a57c-637e65cb6404, rgb(26, 25, 25))\",maLbBaXzl:\"Entrar\",mGDrdGKnM:false,N5mmWMdhp:\"8px 12px 8px 12px\",pH_8_HrPH:\"var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255))\",QVT44Bmsv:resolvedLinks12[0],RhFPweFBU:false,u9aFLwEMF:\"4px\",variant:\"mduIKsXbu\",vRQMEouYo:8,width:\"100%\",xHdrSj5Jn:false,XPuU1Fasg:\"\",...addPropertyOverrides({SEEksENLf:{QVT44Bmsv:resolvedLinks12[1],style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})}),isDisplayed8()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"AC5IC9weO\"},implicitPathVariables:undefined},{href:{webPageId:\"AC5IC9weO\"},implicitPathVariables:undefined}],children:resolvedLinks13=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({SEEksENLf:{height:44,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+24+(0+(44+Math.max(0,((componentViewport?.height||624)-88-214)/1)*1+44)+36)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-9m3itz-container\",layoutDependency:layoutDependency,layoutId:\"BnWYZSsQt-container\",nodeId:\"BnWYZSsQt\",rendersWithMotion:true,scopeId:\"VpVJfczV3\",children:/*#__PURE__*/_jsx(ComponentsButtonHideWhenLoggedIn9m3itzWithMappedReactPropsmredx0,{eZx_7tajJ:\"rgba(0, 0, 0, 0)\",FsCeaV84W:true,fZeih9jQ8:\"var(--token-e0a7c40b-b00d-4f42-bbb5-78acdcdaf477, rgb(240, 185, 69))\",height:\"100%\",id:\"BnWYZSsQt\",IfLrRvbX1:false,jK1DpWQs8:{borderColor:'var(--token-e0a7c40b-b00d-4f42-bbb5-78acdcdaf477, rgb(240, 185, 69)) /* {\"name\":\"Micro-ag\\xeancia 01\"} */',borderStyle:\"solid\",borderWidth:1},kQwNP44PM:{borderColor:'var(--token-e0a7c40b-b00d-4f42-bbb5-78acdcdaf477, rgb(240, 185, 69)) /* {\"name\":\"Micro-ag\\xeancia 01\"} */',borderStyle:\"solid\",borderWidth:1},l3i4PFWGn:\"center\",layoutId:\"BnWYZSsQt\",m3409aT0f:\"var(--token-e0a7c40b-b00d-4f42-bbb5-78acdcdaf477, rgb(240, 185, 69))\",maLbBaXzl:\"Inscreva-se\",mGDrdGKnM:false,N5mmWMdhp:\"8px 12px 8px 12px\",pH_8_HrPH:\"var(--token-db88a771-6701-4faa-b3c9-41f973b43aa0, rgb(255, 255, 255))\",QVT44Bmsv:resolvedLinks13[0],RhFPweFBU:true,u9aFLwEMF:\"4px\",variant:\"mduIKsXbu\",vRQMEouYo:8,width:\"100%\",xHdrSj5Jn:false,XPuU1Fasg:\"Crown\",...addPropertyOverrides({SEEksENLf:{QVT44Bmsv:resolvedLinks13[1],style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-EMQOT.framer-ekm3ed, .framer-EMQOT .framer-ekm3ed { display: block; }\",\".framer-EMQOT.framer-1m7bivj { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; padding: 32px 24px 32px 24px; position: relative; width: 1558px; }\",\".framer-EMQOT .framer-1xq6unt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1320px; overflow: visible; padding: 0px; position: relative; width: 92%; }\",\".framer-EMQOT .framer-cp2a2x { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-EMQOT .framer-grvvkh, .framer-EMQOT .framer-bud5nd, .framer-EMQOT .framer-5npa7b { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-EMQOT .framer-1e4kapa, .framer-EMQOT .framer-1kmnimu, .framer-EMQOT .framer-yq5lgy, .framer-EMQOT .framer-138fu5x, .framer-EMQOT .framer-15p5o6p, .framer-EMQOT .framer-qm3rw1 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-EMQOT .framer-stmsif { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-EMQOT .framer-99b11h { 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; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-EMQOT .framer-qieo1l { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-EMQOT .framer-kgkqp2 { aspect-ratio: 1.4634146341463414 / 1; flex: none; height: 42px; position: relative; width: var(--framer-aspect-ratio-supported, 61px); }\",\".framer-EMQOT .framer-7ckl8l { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-EMQOT .framer-1m4wus7, .framer-EMQOT .framer-lreidh { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 2; }\",\".framer-EMQOT .framer-9xnixa, .framer-EMQOT .framer-1eg976u { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: wrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-EMQOT .framer-j5pxs2 { 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-EMQOT .framer-1w2oqe1 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-EMQOT .framer-rzf7bq { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 11px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-EMQOT .framer-7eqvmy { aspect-ratio: 0.7664233576642335 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 261px); position: relative; width: 100%; }\",\".framer-EMQOT .framer-138tn6t { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-EMQOT .framer-sm3mc2, .framer-EMQOT .framer-4uf7ro { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 2; }\",\".framer-EMQOT .framer-fh13kp { display: grid; flex: none; gap: 24px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(4, minmax(50px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-EMQOT .framer-zx3ozx { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-EMQOT .framer-qzvdx5 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-EMQOT .framer-gxdaip { aspect-ratio: 1.7736842105263158 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 113px); position: relative; width: 100%; }\",\".framer-EMQOT .framer-kme3s { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-EMQOT .framer-a6bi6x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 267px; }\",\".framer-EMQOT .framer-rvr50x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 12px 4px 12px; position: relative; text-decoration: none; width: 100%; }\",\".framer-EMQOT .framer-djz382 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-EMQOT .framer-jipgaz { align-content: center; align-items: center; 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-EMQOT .framer-1kj3wnw-container { flex: none; height: auto; pointer-events: auto; position: relative; width: 100%; }\",\".framer-EMQOT .framer-1iffb57-container, .framer-EMQOT .framer-1bm0h8i-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-EMQOT .framer-1nglnm3-container, .framer-EMQOT .framer-1b1vyal-container, .framer-EMQOT .framer-1xnykam-container { flex: none; height: auto; position: relative; width: 100%; z-index: 3; }\",\".framer-EMQOT .framer-182bv4h { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-EMQOT .framer-43vumi, .framer-EMQOT .framer-1on9y6f, .framer-EMQOT .framer-1965k9t, .framer-EMQOT .framer-6woq9u { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 17px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-EMQOT .framer-1ig5zv6, .framer-EMQOT .framer-dulwaf, .framer-EMQOT .framer-bgjexv, .framer-EMQOT .framer-1jk1thx { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-EMQOT .framer-y0nrhj, .framer-EMQOT .framer-i0xtjl, .framer-EMQOT .framer-1pnvee7, .framer-EMQOT .framer-11wapeq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-EMQOT .framer-1j95bnd, .framer-EMQOT .framer-tor8uh, .framer-EMQOT .framer-bywplw, .framer-EMQOT .framer-yekeh5 { 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; padding: 0px; position: relative; width: 100%; }\",\".framer-EMQOT .framer-od8azv-container, .framer-EMQOT .framer-algpqz-container, .framer-EMQOT .framer-29kc31-container, .framer-EMQOT .framer-govmyy-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-EMQOT .framer-1y80mt0 { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px 32px 0px 32px; position: relative; width: 180px; }\",\".framer-EMQOT .framer-18jp3ss { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 12px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-EMQOT .framer-up1jem { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; z-index: 2; }\",\".framer-EMQOT .framer-dr0a18-container, .framer-EMQOT .framer-1510b5g-container, .framer-EMQOT .framer-mskapa-container { flex: none; height: 24px; position: relative; width: 100%; }\",\".framer-EMQOT .framer-1sg0uq2 { align-content: center; align-items: center; cursor: pointer; 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; z-index: 1; }\",\".framer-EMQOT .framer-1x8whko-container, .framer-EMQOT .framer-101zxp4-container, .framer-EMQOT .framer-9m3itz-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-EMQOT .framer-g6i42h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-EMQOT .framer-rekt22 { flex: none; height: 18px; overflow: visible; position: relative; width: 105px; }\",\".framer-EMQOT .framer-1tlcr4x-container, .framer-EMQOT .framer-1uya6l5-container { flex: none; height: auto; left: 50%; position: absolute; top: 50%; width: auto; }\",\".framer-EMQOT .framer-10hrl7t { flex: none; height: 34px; overflow: visible; position: relative; width: 34px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-EMQOT.framer-1m7bivj, .framer-EMQOT .framer-1xq6unt, .framer-EMQOT .framer-cp2a2x, .framer-EMQOT .framer-stmsif, .framer-EMQOT .framer-99b11h, .framer-EMQOT .framer-qieo1l, .framer-EMQOT .framer-7ckl8l, .framer-EMQOT .framer-9xnixa, .framer-EMQOT .framer-j5pxs2, .framer-EMQOT .framer-1w2oqe1, .framer-EMQOT .framer-rzf7bq, .framer-EMQOT .framer-138tn6t, .framer-EMQOT .framer-1eg976u, .framer-EMQOT .framer-zx3ozx, .framer-EMQOT .framer-qzvdx5, .framer-EMQOT .framer-kme3s, .framer-EMQOT .framer-a6bi6x, .framer-EMQOT .framer-rvr50x, .framer-EMQOT .framer-jipgaz, .framer-EMQOT .framer-182bv4h, .framer-EMQOT .framer-43vumi, .framer-EMQOT .framer-y0nrhj, .framer-EMQOT .framer-1j95bnd, .framer-EMQOT .framer-1on9y6f, .framer-EMQOT .framer-i0xtjl, .framer-EMQOT .framer-tor8uh, .framer-EMQOT .framer-1965k9t, .framer-EMQOT .framer-1pnvee7, .framer-EMQOT .framer-bywplw, .framer-EMQOT .framer-6woq9u, .framer-EMQOT .framer-11wapeq, .framer-EMQOT .framer-yekeh5, .framer-EMQOT .framer-1y80mt0, .framer-EMQOT .framer-18jp3ss, .framer-EMQOT .framer-1sg0uq2, .framer-EMQOT .framer-g6i42h { gap: 0px; } .framer-EMQOT.framer-1m7bivj > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-EMQOT.framer-1m7bivj > :first-child, .framer-EMQOT .framer-cp2a2x > :first-child, .framer-EMQOT .framer-stmsif > :first-child, .framer-EMQOT .framer-7ckl8l > :first-child, .framer-EMQOT .framer-9xnixa > :first-child, .framer-EMQOT .framer-rzf7bq > :first-child, .framer-EMQOT .framer-138tn6t > :first-child, .framer-EMQOT .framer-1eg976u > :first-child, .framer-EMQOT .framer-qzvdx5 > :first-child, .framer-EMQOT .framer-kme3s > :first-child, .framer-EMQOT .framer-a6bi6x > :first-child, .framer-EMQOT .framer-jipgaz > :first-child, .framer-EMQOT .framer-43vumi > :first-child, .framer-EMQOT .framer-y0nrhj > :first-child, .framer-EMQOT .framer-1on9y6f > :first-child, .framer-EMQOT .framer-i0xtjl > :first-child, .framer-EMQOT .framer-1965k9t > :first-child, .framer-EMQOT .framer-1pnvee7 > :first-child, .framer-EMQOT .framer-6woq9u > :first-child, .framer-EMQOT .framer-11wapeq > :first-child, .framer-EMQOT .framer-1y80mt0 > :first-child { margin-top: 0px; } .framer-EMQOT.framer-1m7bivj > :last-child, .framer-EMQOT .framer-cp2a2x > :last-child, .framer-EMQOT .framer-stmsif > :last-child, .framer-EMQOT .framer-7ckl8l > :last-child, .framer-EMQOT .framer-9xnixa > :last-child, .framer-EMQOT .framer-rzf7bq > :last-child, .framer-EMQOT .framer-138tn6t > :last-child, .framer-EMQOT .framer-1eg976u > :last-child, .framer-EMQOT .framer-qzvdx5 > :last-child, .framer-EMQOT .framer-kme3s > :last-child, .framer-EMQOT .framer-a6bi6x > :last-child, .framer-EMQOT .framer-jipgaz > :last-child, .framer-EMQOT .framer-43vumi > :last-child, .framer-EMQOT .framer-y0nrhj > :last-child, .framer-EMQOT .framer-1on9y6f > :last-child, .framer-EMQOT .framer-i0xtjl > :last-child, .framer-EMQOT .framer-1965k9t > :last-child, .framer-EMQOT .framer-1pnvee7 > :last-child, .framer-EMQOT .framer-6woq9u > :last-child, .framer-EMQOT .framer-11wapeq > :last-child, .framer-EMQOT .framer-1y80mt0 > :last-child { margin-bottom: 0px; } .framer-EMQOT .framer-1xq6unt > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-EMQOT .framer-1xq6unt > :first-child, .framer-EMQOT .framer-99b11h > :first-child, .framer-EMQOT .framer-qieo1l > :first-child, .framer-EMQOT .framer-j5pxs2 > :first-child, .framer-EMQOT .framer-1w2oqe1 > :first-child, .framer-EMQOT .framer-zx3ozx > :first-child, .framer-EMQOT .framer-rvr50x > :first-child, .framer-EMQOT .framer-182bv4h > :first-child, .framer-EMQOT .framer-1j95bnd > :first-child, .framer-EMQOT .framer-tor8uh > :first-child, .framer-EMQOT .framer-bywplw > :first-child, .framer-EMQOT .framer-yekeh5 > :first-child, .framer-EMQOT .framer-18jp3ss > :first-child, .framer-EMQOT .framer-1sg0uq2 > :first-child, .framer-EMQOT .framer-g6i42h > :first-child { margin-left: 0px; } .framer-EMQOT .framer-1xq6unt > :last-child, .framer-EMQOT .framer-99b11h > :last-child, .framer-EMQOT .framer-qieo1l > :last-child, .framer-EMQOT .framer-j5pxs2 > :last-child, .framer-EMQOT .framer-1w2oqe1 > :last-child, .framer-EMQOT .framer-zx3ozx > :last-child, .framer-EMQOT .framer-rvr50x > :last-child, .framer-EMQOT .framer-182bv4h > :last-child, .framer-EMQOT .framer-1j95bnd > :last-child, .framer-EMQOT .framer-tor8uh > :last-child, .framer-EMQOT .framer-bywplw > :last-child, .framer-EMQOT .framer-yekeh5 > :last-child, .framer-EMQOT .framer-18jp3ss > :last-child, .framer-EMQOT .framer-1sg0uq2 > :last-child, .framer-EMQOT .framer-g6i42h > :last-child { margin-right: 0px; } .framer-EMQOT .framer-cp2a2x > *, .framer-EMQOT .framer-9xnixa > *, .framer-EMQOT .framer-1eg976u > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-EMQOT .framer-stmsif > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-EMQOT .framer-99b11h > *, .framer-EMQOT .framer-1w2oqe1 > *, .framer-EMQOT .framer-zx3ozx > *, .framer-EMQOT .framer-1j95bnd > *, .framer-EMQOT .framer-tor8uh > *, .framer-EMQOT .framer-bywplw > *, .framer-EMQOT .framer-yekeh5 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-EMQOT .framer-qieo1l > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-EMQOT .framer-7ckl8l > *, .framer-EMQOT .framer-138tn6t > *, .framer-EMQOT .framer-kme3s > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-EMQOT .framer-j5pxs2 > *, .framer-EMQOT .framer-g6i42h > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-EMQOT .framer-rzf7bq > * { margin: 0px; margin-bottom: calc(11px / 2); margin-top: calc(11px / 2); } .framer-EMQOT .framer-qzvdx5 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-EMQOT .framer-a6bi6x > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-EMQOT .framer-rvr50x > *, .framer-EMQOT .framer-1sg0uq2 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-EMQOT .framer-jipgaz > *, .framer-EMQOT .framer-1y80mt0 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-EMQOT .framer-182bv4h > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-EMQOT .framer-43vumi > *, .framer-EMQOT .framer-1on9y6f > *, .framer-EMQOT .framer-1965k9t > *, .framer-EMQOT .framer-6woq9u > * { margin: 0px; margin-bottom: calc(17px / 2); margin-top: calc(17px / 2); } .framer-EMQOT .framer-y0nrhj > *, .framer-EMQOT .framer-i0xtjl > *, .framer-EMQOT .framer-1pnvee7 > *, .framer-EMQOT .framer-11wapeq > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-EMQOT .framer-18jp3ss > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-EMQOT.framer-v-dvziwv .framer-1eg976u, .framer-EMQOT.framer-v-dvziwv .framer-1xnykam-container, .framer-EMQOT.framer-v-zsxltt .framer-1xnykam-container, .framer-EMQOT.framer-v-xbzycp .framer-1xnykam-container { order: 5; }\",\".framer-EMQOT.framer-v-dvziwv .framer-a6bi6x, .framer-EMQOT.framer-v-zsxltt .framer-a6bi6x, .framer-EMQOT.framer-v-xbzycp .framer-a6bi6x { order: 1; }\",\".framer-EMQOT.framer-v-dvziwv .framer-1nglnm3-container, .framer-EMQOT.framer-v-zsxltt .framer-1nglnm3-container, .framer-EMQOT.framer-v-xbzycp .framer-cp2a2x, .framer-EMQOT.framer-v-xbzycp .framer-1nglnm3-container { order: 3; }\",\".framer-EMQOT.framer-v-dvziwv .framer-1b1vyal-container, .framer-EMQOT.framer-v-zsxltt .framer-9xnixa, .framer-EMQOT.framer-v-zsxltt .framer-1b1vyal-container, .framer-EMQOT.framer-v-xbzycp .framer-1b1vyal-container { order: 4; }\",\".framer-EMQOT.framer-v-xbzycp .framer-1y80mt0 { order: 6; }\",\".framer-EMQOT.framer-v-xbzycp .framer-up1jem { z-index: unset; }\",\".framer-EMQOT.framer-v-12z4b9l.framer-1m7bivj { cursor: unset; gap: 12px; height: 624px; overflow: hidden; padding: 24px 24px 64px 24px; width: 390px; }\",\".framer-EMQOT.framer-v-12z4b9l .framer-1xq6unt { flex: 1 0 0px; flex-direction: column; gap: 0px; height: 1px; max-width: unset; order: 1; width: 100%; z-index: 3; }\",\".framer-EMQOT.framer-v-12z4b9l .framer-a6bi6x { flex: 1 0 0px; height: 1px; justify-content: flex-start; width: 100%; z-index: 3; }\",\".framer-EMQOT.framer-v-12z4b9l .framer-jipgaz { align-content: flex-start; align-items: flex-start; flex: 1 0 0px; gap: 0px; height: 1px; overflow: hidden; }\",\".framer-EMQOT.framer-v-12z4b9l .framer-1kj3wnw-container { pointer-events: unset; z-index: 3; }\",\".framer-EMQOT.framer-v-12z4b9l .framer-1iffb57-container, .framer-EMQOT.framer-v-12z4b9l .framer-1bm0h8i-container { z-index: 3; }\",\".framer-EMQOT.framer-v-12z4b9l .framer-1sg0uq2 { order: 0; width: 100%; }\",\".framer-EMQOT.framer-v-12z4b9l .framer-1x8whko-container { flex: 1 0 0px; height: 44px; width: 1px; }\",\".framer-EMQOT.framer-v-12z4b9l .framer-g6i42h { gap: 12px; order: 4; }\",\".framer-EMQOT.framer-v-12z4b9l .framer-rekt22 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 24px; justify-content: center; padding: 0px; width: min-content; }\",\".framer-EMQOT.framer-v-12z4b9l .framer-1tlcr4x-container { left: unset; position: relative; top: unset; }\",\".framer-EMQOT.framer-v-12z4b9l .framer-101zxp4-container { height: 44px; order: 2; width: 100%; }\",\".framer-EMQOT.framer-v-12z4b9l .framer-9m3itz-container { height: 44px; order: 3; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-EMQOT.framer-v-12z4b9l.framer-1m7bivj, .framer-EMQOT.framer-v-12z4b9l .framer-1xq6unt, .framer-EMQOT.framer-v-12z4b9l .framer-jipgaz, .framer-EMQOT.framer-v-12z4b9l .framer-g6i42h, .framer-EMQOT.framer-v-12z4b9l .framer-rekt22 { gap: 0px; } .framer-EMQOT.framer-v-12z4b9l.framer-1m7bivj > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-EMQOT.framer-v-12z4b9l.framer-1m7bivj > :first-child, .framer-EMQOT.framer-v-12z4b9l .framer-1xq6unt > :first-child, .framer-EMQOT.framer-v-12z4b9l .framer-jipgaz > :first-child { margin-top: 0px; } .framer-EMQOT.framer-v-12z4b9l.framer-1m7bivj > :last-child, .framer-EMQOT.framer-v-12z4b9l .framer-1xq6unt > :last-child, .framer-EMQOT.framer-v-12z4b9l .framer-jipgaz > :last-child { margin-bottom: 0px; } .framer-EMQOT.framer-v-12z4b9l .framer-1xq6unt > *, .framer-EMQOT.framer-v-12z4b9l .framer-jipgaz > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-EMQOT.framer-v-12z4b9l .framer-g6i42h > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-EMQOT.framer-v-12z4b9l .framer-g6i42h > :first-child, .framer-EMQOT.framer-v-12z4b9l .framer-rekt22 > :first-child { margin-left: 0px; } .framer-EMQOT.framer-v-12z4b9l .framer-g6i42h > :last-child, .framer-EMQOT.framer-v-12z4b9l .framer-rekt22 > :last-child { margin-right: 0px; } .framer-EMQOT.framer-v-12z4b9l .framer-rekt22 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-EMQOT[data-border=\"true\"]::after, .framer-EMQOT [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; }','.framer-EMQOT[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-EMQOT [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-EMQOT[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-EMQOT [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }','.framer-EMQOT[data-hide-scrollbars=\"true\"], .framer-EMQOT [data-hide-scrollbars=\"true\"] { scrollbar-width: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 308\n * @framerIntrinsicWidth 1558\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"aOt1pCGoY\":{\"layout\":[\"fixed\",\"auto\"]},\"ZYatebGON\":{\"layout\":[\"fixed\",\"auto\"]},\"JijZELDt4\":{\"layout\":[\"fixed\",\"auto\"]},\"wKTQL_mYa\":{\"layout\":[\"fixed\",\"auto\"]},\"oScZoQv_f\":{\"layout\":[\"fixed\",\"auto\"]},\"SEEksENLf\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"SbjwebRqG\":\"click\",\"CRaJu0A5Q\":\"tipo\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerVpVJfczV3=withCSS(Component,css,\"framer-EMQOT\");export default FramerVpVJfczV3;FramerVpVJfczV3.displayName=\"Mega Menu/M\\xf3dulos\";FramerVpVJfczV3.defaultProps={height:308,width:1558};addPropertyControls(FramerVpVJfczV3,{variant:{options:[\"TVxzOLxsD\",\"aOt1pCGoY\",\"ZYatebGON\",\"JijZELDt4\",\"wKTQL_mYa\",\"oScZoQv_f\",\"SEEksENLf\"],optionTitles:[\"Micro-ag\\xeancia\",\"Figma\",\"Framer\",\"Lives\",\"Eureka\",\"Bibliotheka\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},SbjwebRqG:{title:\"Click\",type:ControlType.EventHandler},CRaJu0A5Q:MegaMenuButtonsControls?.[\"variant\"]&&{...MegaMenuButtonsControls[\"variant\"],defaultValue:\"rWJPC1sQr\",description:undefined,hidden:undefined,title:\"Tipo\"}});addFonts(FramerVpVJfczV3,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...MegaMenuButtonsFonts,...MegaMenuButtonMDuloFonts,...MegaMenuBuscaInputFonts,...ComponentsButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVpVJfczV3\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"SbjwebRqG\\\":\\\"click\\\",\\\"CRaJu0A5Q\\\":\\\"tipo\\\"}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1558\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"aOt1pCGoY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZYatebGON\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JijZELDt4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wKTQL_mYa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oScZoQv_f\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SEEksENLf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"308\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9045c1a)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useRouter,useVariantState,withCodeBoundaryForOverrides,withCSS,withFX,withMappedReactProps}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import{KeyboardShortcut}from\"https://framerusercontent.com/modules/RqB4kgbP6vlpNZH8EaQ4/5wpUoVQH3DeelAxsLCJA/Comand.js\";import{withDynamicViewportHeight}from\"https://framerusercontent.com/modules/FS4vonbSJJsi3DtrrlCY/qtIf7vrAs2ww0ufDFTPq/Centralizador.js\";import{hideWhenLoggedIn,showWhenLoggedIn,withLogout}from\"https://framerusercontent.com/modules/bC7UkfKF2zUatUVcYlxM/ylRmxApx5DvvYu6GhSDz/FramerAuth.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/4UOoIv0KnJy0Z8fbOlin/Eke3KaOOVu6dVeAaGRGs/p4a2ognTX.js\";import ComponentsButton,*as ComponentsButtonInfo from\"https://framerusercontent.com/modules/mH3WSZvzL5UHGEIWu4eP/Z3zU7s5JjhqfWccIKXZy/pNAoQDh_U.js\";import MegaMenuUserTagMenu from\"https://framerusercontent.com/modules/DqZuQaww9wEZl9loLRrd/BklTFSiv8sIPVZgPndBp/t_lMrqWsE.js\";import MegaMenuMDulos from\"https://framerusercontent.com/modules/vX1hHvKVkEiWFfuqANfl/Gcwcy9UGmL1nGvLuwq2n/VpVJfczV3.js\";import MegaMenuBuscaInput from\"https://framerusercontent.com/modules/iTJvk8b9RmZAyTPSa1xW/kO7j8qMFgnLx22VIYoT9/XY2EMKDGt.js\";const ComponentsButtonFonts=getFonts(ComponentsButton);const PhosphorFonts=getFonts(Phosphor);const MegaMenuBuscaInputFonts=getFonts(MegaMenuBuscaInput);const MotionDivKeyboardShortcut3gf9qj=withCodeBoundaryForOverrides(motion.div,{nodeId:\"srLC99yeM\",override:KeyboardShortcut,scopeId:\"XUm21SRoB\"});const MotionDivHideWhenLoggedIn1f08c2r=withCodeBoundaryForOverrides(motion.div,{nodeId:\"sgVy7bO1E\",override:hideWhenLoggedIn,scopeId:\"XUm21SRoB\"});const MotionDivShowWhenLoggedInbju8u5=withCodeBoundaryForOverrides(motion.div,{nodeId:\"RG2p3juHV\",override:showWhenLoggedIn,scopeId:\"XUm21SRoB\"});const ComponentsButtonWithLogout127h8ebWithMappedReactPropsmredx0=withMappedReactProps(withCodeBoundaryForOverrides(ComponentsButton,{nodeId:\"vX9UzXIRM\",override:withLogout,scopeId:\"XUm21SRoB\"}),ComponentsButtonInfo);const MotionDivWithFX=withFX(motion.div);const MegaMenuUserTagMenuFonts=getFonts(MegaMenuUserTagMenu);const MotionDivShowWhenLoggedIn1no6xy5=withCodeBoundaryForOverrides(motion.div,{nodeId:\"XMgSTbPpy\",override:showWhenLoggedIn,scopeId:\"XUm21SRoB\"});const MotionDivHideWhenLoggedIn1bmq7r2=withCodeBoundaryForOverrides(motion.div,{nodeId:\"d65weLs8Y\",override:hideWhenLoggedIn,scopeId:\"XUm21SRoB\"});const MotionDivHideWhenLoggedIndytelq=withCodeBoundaryForOverrides(motion.div,{nodeId:\"mFvzL497L\",override:hideWhenLoggedIn,scopeId:\"XUm21SRoB\"});const ComponentsButtonHideWhenLoggedInginzdrWithMappedReactPropsmredx0=withMappedReactProps(withCodeBoundaryForOverrides(ComponentsButton,{nodeId:\"gi0uFmAhH\",override:hideWhenLoggedIn,scopeId:\"XUm21SRoB\"}),ComponentsButtonInfo);const ComponentsButtonHideWhenLoggedIn1bmg3f5WithMappedReactPropsmredx0=withMappedReactProps(withCodeBoundaryForOverrides(ComponentsButton,{nodeId:\"eyrqZhFSh\",override:hideWhenLoggedIn,scopeId:\"XUm21SRoB\"}),ComponentsButtonInfo);const MotionDivHideWhenLoggedInke88b3=withCodeBoundaryForOverrides(motion.div,{nodeId:\"zZPF2Y2LE\",override:hideWhenLoggedIn,scopeId:\"XUm21SRoB\"});const MotionDivShowWhenLoggedIn1k7hpj4=withCodeBoundaryForOverrides(motion.div,{nodeId:\"cwLAa9wS8\",override:showWhenLoggedIn,scopeId:\"XUm21SRoB\"});const ComponentsButtonWithLogoutfqii1tWithMappedReactPropsmredx0=withMappedReactProps(withCodeBoundaryForOverrides(ComponentsButton,{nodeId:\"ucI4iG5Km\",override:withLogout,scopeId:\"XUm21SRoB\"}),ComponentsButtonInfo);const MotionDivShowWhenLoggedIn11n5for=withCodeBoundaryForOverrides(motion.div,{nodeId:\"A3O49edQy\",override:showWhenLoggedIn,scopeId:\"XUm21SRoB\"});const MotionDivShowWhenLoggedInz1n1xh=withCodeBoundaryForOverrides(motion.div,{nodeId:\"NldstK7fv\",override:showWhenLoggedIn,scopeId:\"XUm21SRoB\"});const MotionDivWithDynamicViewportHeight193erff=withCodeBoundaryForOverrides(motion.div,{nodeId:\"M9v6YRrEB\",override:withDynamicViewportHeight,scopeId:\"XUm21SRoB\"});const MegaMenuMDulosFonts=getFonts(MegaMenuMDulos);const cycleOrder=[\"itxW2BTZ7\",\"ItUNsoltH\",\"zItQOOLlD\",\"DoHMg0pRp\",\"ysS0L6xOg\"];const serializationHash=\"framer-nkvIW\";const variantClassNames={DoHMg0pRp:\"framer-v-1tekbzz\",ItUNsoltH:\"framer-v-hd04t0\",itxW2BTZ7:\"framer-v-19szhpc\",ysS0L6xOg:\"framer-v-z65tag\",zItQOOLlD:\"framer-v-tmh9lj\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const 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 transition3={delay:0,duration:.1,ease:[.44,0,.56,1],type:\"tween\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;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={\"Mega Nav\":\"itxW2BTZ7\",\"Mobile Open\":\"ysS0L6xOg\",Explorar:\"zItQOOLlD\",Produtos:\"ItUNsoltH\",Responsive:\"DoHMg0pRp\"};const getProps=({height,id,overlax,width,...props})=>{return{...props,DN0MqHjZI:overlax??props.DN0MqHjZI,variant:humanReadableVariantMap[props.variant]??props.variant??\"itxW2BTZ7\"};};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,DN0MqHjZI,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"itxW2BTZ7\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseLeave1gabezz=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"itxW2BTZ7\");});const haNE5mgNC1h2tq5q=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"itxW2BTZ7\"),100);});const haNE5mgNCaoci1k=activeVariantCallback(async(...args)=>{setVariant(\"ItUNsoltH\");});const haNE5mgNCipdt1d=activeVariantCallback(async(...args)=>{setVariant(\"zItQOOLlD\");});const onClick1gntf07=activeVariantCallback(async(...args)=>{setVariant(\"ysS0L6xOg\");});const onClick1gdoxa9=activeVariantCallback(async(...args)=>{setVariant(\"DoHMg0pRp\");});const onTap1y3h6ue=activeVariantCallback(async(...args)=>{if(DN0MqHjZI){const res=await DN0MqHjZI(...args);if(res===false)return false;}});const zGP0QolRR1y3h6ue=activeVariantCallback(async(...args)=>{if(DN0MqHjZI){const res=await DN0MqHjZI(...args);if(res===false)return false;}});const onMouseEntertxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const onTap1xu16n0=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"DoHMg0pRp\"),300);});const SbjwebRqG213kbe=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"itxW2BTZ7\"),300);});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"DoHMg0pRp\",\"ysS0L6xOg\"].includes(baseVariant))return false;return true;};const router=useRouter();const isDisplayed1=()=>{if([\"DoHMg0pRp\",\"ysS0L6xOg\"].includes(baseVariant))return true;return false;};const ref1=React.useRef(null);const ref2=React.useRef(null);const isDisplayed2=()=>{if(baseVariant===\"ysS0L6xOg\")return true;return false;};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-19szhpc\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Mega Nav\",\"data-hide-scrollbars\":true,layoutDependency:layoutDependency,layoutId:\"itxW2BTZ7\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(26, 22, 22, 0.2)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",...style},variants:{DoHMg0pRp:{\"--border-color\":\"rgba(26, 22, 22, 0.5)\"},ysS0L6xOg:{\"--border-bottom-width\":\"0px\"}},...addPropertyOverrides({DoHMg0pRp:{\"data-framer-name\":\"Responsive\"},ItUNsoltH:{\"data-framer-name\":\"Produtos\",\"data-highlight\":true,onMouseLeave:onMouseLeave1gabezz},ysS0L6xOg:{\"data-framer-name\":\"Mobile Open\",\"data-hide-scrollbars\":undefined},zItQOOLlD:{\"data-framer-name\":\"Explorar\",\"data-highlight\":true,onMouseLeave:onMouseLeave1gabezz}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1af3dj0\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"KCIe_dljP\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(26, 25, 25, 0.5)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backdropFilter:\"blur(10px)\",backgroundColor:\"var(--token-5011e7c3-f7f2-4c91-a3dd-c3b0fbe908e8, rgb(7, 7, 9))\",WebkitBackdropFilter:\"blur(10px)\"},variants:{DoHMg0pRp:{backgroundColor:\"rgba(10, 10, 10, 0.94)\"},ItUNsoltH:{\"--border-color\":\"rgba(26, 25, 25, 0.4)\"}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1otq2sa\",layoutDependency:layoutDependency,layoutId:\"DpyHLf5ML\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1e005z6\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"gXSC9hGnz\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"AId3dsIhI\"},motionChild:true,nodeId:\"EYPCGVl7L\",scopeId:\"XUm21SRoB\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"Harena Logo\",fit:\"fill\",intrinsicHeight:473.5,intrinsicWidth:2582.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+20+0+8),pixelHeight:947,pixelWidth:5165,sizes:\"98.1732px\",src:\"https://framerusercontent.com/images/L2UEgob1gihD5GiOFhvyg36pWsU.png?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/L2UEgob1gihD5GiOFhvyg36pWsU.png?scale-down-to=512 512w,https://framerusercontent.com/images/L2UEgob1gihD5GiOFhvyg36pWsU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/L2UEgob1gihD5GiOFhvyg36pWsU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/L2UEgob1gihD5GiOFhvyg36pWsU.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/L2UEgob1gihD5GiOFhvyg36pWsU.png 5165w\"},className:\"framer-mougxh framer-mj5n7c\",\"data-framer-name\":\"logo-harena\",layoutDependency:layoutDependency,layoutId:\"EYPCGVl7L\",...addPropertyOverrides({DoHMg0pRp:{background:{alt:\"Harena Logo\",fit:\"fill\",intrinsicHeight:473.5,intrinsicWidth:2582.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+20+7+0),pixelHeight:947,pixelWidth:5165,sizes:\"98.1732px\",src:\"https://framerusercontent.com/images/L2UEgob1gihD5GiOFhvyg36pWsU.png?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/L2UEgob1gihD5GiOFhvyg36pWsU.png?scale-down-to=512 512w,https://framerusercontent.com/images/L2UEgob1gihD5GiOFhvyg36pWsU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/L2UEgob1gihD5GiOFhvyg36pWsU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/L2UEgob1gihD5GiOFhvyg36pWsU.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/L2UEgob1gihD5GiOFhvyg36pWsU.png 5165w\"}},ysS0L6xOg:{background:{alt:\"Harena Logo\",fit:\"fill\",intrinsicHeight:473.5,intrinsicWidth:2582.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+20+7+0),pixelHeight:947,pixelWidth:5165,sizes:\"98.1732px\",src:\"https://framerusercontent.com/images/L2UEgob1gihD5GiOFhvyg36pWsU.png?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/L2UEgob1gihD5GiOFhvyg36pWsU.png?scale-down-to=512 512w,https://framerusercontent.com/images/L2UEgob1gihD5GiOFhvyg36pWsU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/L2UEgob1gihD5GiOFhvyg36pWsU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/L2UEgob1gihD5GiOFhvyg36pWsU.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/L2UEgob1gihD5GiOFhvyg36pWsU.png 5165w\"}}},baseVariant,gestureVariant)})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-msmmo7\",layoutDependency:layoutDependency,layoutId:\"KgXZG7gQb\",style:{backgroundColor:\"var(--token-58389c29-c015-4427-a57c-637e65cb6404, rgb(227, 227, 227))\"}}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"AId3dsIhI\"},implicitPathVariables:undefined},{href:{webPageId:\"AId3dsIhI\"},implicitPathVariables:undefined},{href:{webPageId:\"AId3dsIhI\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:(componentViewport?.y||0)+0+0+20+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1wmskgr-container\",layoutDependency:layoutDependency,layoutId:\"PipcMnPVp-container\",nodeId:\"PipcMnPVp\",rendersWithMotion:true,scopeId:\"XUm21SRoB\",children:/*#__PURE__*/_jsx(ComponentsButton,{eZx_7tajJ:\"rgba(0, 0, 0, 0)\",FsCeaV84W:true,fZeih9jQ8:\"var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255))\",height:\"100%\",id:\"PipcMnPVp\",IfLrRvbX1:false,jK1DpWQs8:{borderColor:\"rgba(0, 0, 0, 0)\",borderStyle:\"solid\",borderWidth:1},kQwNP44PM:{borderColor:\"rgba(0, 0, 0, 0)\",borderStyle:\"solid\",borderWidth:1},l3i4PFWGn:\"center\",layoutId:\"PipcMnPVp\",m3409aT0f:\"rgba(0, 0, 0, 0)\",maLbBaXzl:\"In\\xedcio\",mGDrdGKnM:false,N5mmWMdhp:\"0px\",pH_8_HrPH:\"var(--token-3ab2d8b6-b506-4374-a6e8-5ad0c59c1eff, rgb(102, 102, 102))\",QVT44Bmsv:resolvedLinks[0],RhFPweFBU:false,u9aFLwEMF:\"4px\",variant:\"mduIKsXbu\",vRQMEouYo:3,width:\"100%\",xHdrSj5Jn:false,XPuU1Fasg:\"House\",...addPropertyOverrides({ItUNsoltH:{haNE5mgNC:haNE5mgNC1h2tq5q,QVT44Bmsv:resolvedLinks[1]},zItQOOLlD:{haNE5mgNC:haNE5mgNC1h2tq5q,QVT44Bmsv:resolvedLinks[2]}},baseVariant,gestureVariant)})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:(componentViewport?.y||0)+0+0+20+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-14q0uvq-container\",layoutDependency:layoutDependency,layoutId:\"XA4TL7_3i-container\",nodeId:\"XA4TL7_3i\",rendersWithMotion:true,scopeId:\"XUm21SRoB\",style:{opacity:1},variants:{ItUNsoltH:{opacity:.3},zItQOOLlD:{opacity:1}},children:/*#__PURE__*/_jsx(ComponentsButton,{eZx_7tajJ:\"rgba(0, 0, 0, 0)\",FsCeaV84W:true,fZeih9jQ8:\"var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255))\",haNE5mgNC:haNE5mgNCaoci1k,height:\"100%\",id:\"XA4TL7_3i\",IfLrRvbX1:false,jK1DpWQs8:{borderColor:\"rgba(0, 0, 0, 0)\",borderStyle:\"solid\",borderWidth:1},kQwNP44PM:{borderColor:\"rgba(0, 0, 0, 0)\",borderStyle:\"solid\",borderWidth:1},l3i4PFWGn:\"center\",layoutId:\"XA4TL7_3i\",m3409aT0f:\"rgba(0, 0, 0, 0)\",maLbBaXzl:\"Trilhas\",mGDrdGKnM:false,N5mmWMdhp:\"0px\",pH_8_HrPH:\"var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255))\",RhFPweFBU:false,u9aFLwEMF:\"4px\",variant:\"k5GMfwszd\",vRQMEouYo:4,width:\"100%\",xHdrSj5Jn:true,XPuU1Fasg:\"caret down\",...addPropertyOverrides({ItUNsoltH:{XPuU1Fasg:\"caret up\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:(componentViewport?.y||0)+0+0+20+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18xgc1-container\",layoutDependency:layoutDependency,layoutId:\"uDZ7pcWxZ-container\",nodeId:\"uDZ7pcWxZ\",rendersWithMotion:true,scopeId:\"XUm21SRoB\",style:{opacity:1},variants:{zItQOOLlD:{opacity:.3}},children:/*#__PURE__*/_jsx(ComponentsButton,{eZx_7tajJ:\"rgba(0, 0, 0, 0)\",FsCeaV84W:true,fZeih9jQ8:\"var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255))\",haNE5mgNC:haNE5mgNCipdt1d,height:\"100%\",id:\"uDZ7pcWxZ\",IfLrRvbX1:false,jK1DpWQs8:{borderColor:\"rgba(0, 0, 0, 0)\",borderStyle:\"solid\",borderWidth:1},kQwNP44PM:{borderColor:\"rgba(0, 0, 0, 0)\",borderStyle:\"solid\",borderWidth:1},l3i4PFWGn:\"center\",layoutId:\"uDZ7pcWxZ\",m3409aT0f:\"rgba(0, 0, 0, 0)\",maLbBaXzl:\"Explorar\",mGDrdGKnM:false,N5mmWMdhp:\"0px\",pH_8_HrPH:\"var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255))\",RhFPweFBU:false,u9aFLwEMF:\"4px\",variant:\"k5GMfwszd\",vRQMEouYo:4,width:\"100%\",xHdrSj5Jn:true,XPuU1Fasg:\"caret down\",...addPropertyOverrides({zItQOOLlD:{XPuU1Fasg:\"caret up\"}},baseVariant,gestureVariant)})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-pr4gez-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"GC8z5M2k0-container\",nodeId:\"GC8z5M2k0\",rendersWithMotion:true,scopeId:\"XUm21SRoB\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"List\",id:\"GC8z5M2k0\",layoutId:\"GC8z5M2k0\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"light\",width:\"100%\",...addPropertyOverrides({DoHMg0pRp:{onClick:onClick1gntf07},ysS0L6xOg:{iconSelection:\"X\",onClick:onClick1gdoxa9}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ibtdzt\",layoutDependency:layoutDependency,layoutId:\"JnD6Is_2S\",children:[/*#__PURE__*/_jsx(MotionDivKeyboardShortcut3gf9qj,{className:\"framer-3gf9qj\",\"data-framer-name\":\"Cmd+B\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"srLC99yeM\",onTap:onTap1y3h6ue,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:(componentViewport?.y||0)+0+0+20+0+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-10sbsoa-container\",\"data-framer-name\":\"Cmd+B\",layoutDependency:layoutDependency,layoutId:\"eUQw078ID-container\",name:\"Cmd+B\",nodeId:\"eUQw078ID\",rendersWithMotion:true,scopeId:\"XUm21SRoB\",children:/*#__PURE__*/_jsx(MegaMenuBuscaInput,{height:\"100%\",id:\"eUQw078ID\",layoutId:\"eUQw078ID\",name:\"Cmd+B\",variant:\"ftCXiiro_\",width:\"100%\",zGP0QolRR:zGP0QolRR1y3h6ue})})})}),/*#__PURE__*/_jsx(MotionDivHideWhenLoggedIn1f08c2r,{className:\"framer-1f08c2r\",layoutDependency:layoutDependency,layoutId:\"sgVy7bO1E\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:(componentViewport?.y||0)+0+0+20+0+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-zpganc-container\",layoutDependency:layoutDependency,layoutId:\"MClYWn1cX-container\",nodeId:\"MClYWn1cX\",rendersWithMotion:true,scopeId:\"XUm21SRoB\",children:/*#__PURE__*/_jsx(ComponentsButton,{eZx_7tajJ:\"rgba(0, 0, 0, 0)\",FsCeaV84W:true,fZeih9jQ8:\"var(--token-2146163d-0a23-4c51-9b15-644a6db42812, rgb(26, 187, 154))\",height:\"100%\",id:\"MClYWn1cX\",IfLrRvbX1:true,jK1DpWQs8:{borderColor:\"rgba(43, 40, 40, 0)\",borderStyle:\"solid\",borderWidth:1},kQwNP44PM:{borderColor:'var(--token-2146163d-0a23-4c51-9b15-644a6db42812, rgb(26, 187, 154)) /* {\"name\":\"Success_Base\"} */',borderStyle:\"solid\",borderWidth:1},l3i4PFWGn:\"center\",layoutId:\"MClYWn1cX\",m3409aT0f:\"var(--token-2146163d-0a23-4c51-9b15-644a6db42812, rgb(26, 187, 154))\",maLbBaXzl:\"Grupo WhatsApp\",mGDrdGKnM:false,N5mmWMdhp:\"8px 12px 8px 12px\",pH_8_HrPH:\"var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255))\",QVT44Bmsv:\"https://chat.whatsapp.com/JA0Nt908nxI1BXkOOo9Sex\",RhFPweFBU:false,u9aFLwEMF:\"4px\",variant:\"mduIKsXbu\",vRQMEouYo:8,width:\"100%\",xHdrSj5Jn:false,XPuU1Fasg:\"\"})})})}),/*#__PURE__*/_jsx(MotionDivShowWhenLoggedInbju8u5,{className:\"framer-bju8u5\",layoutDependency:layoutDependency,layoutId:\"RG2p3juHV\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:(componentViewport?.y||0)+0+0+20+0+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1xfb3so-container\",layoutDependency:layoutDependency,layoutId:\"GGzHjy89T-container\",nodeId:\"GGzHjy89T\",rendersWithMotion:true,scopeId:\"XUm21SRoB\",children:/*#__PURE__*/_jsx(ComponentsButton,{eZx_7tajJ:\"rgba(0, 0, 0, 0)\",FsCeaV84W:true,fZeih9jQ8:\"rgb(255, 155, 112)\",height:\"100%\",id:\"GGzHjy89T\",IfLrRvbX1:true,jK1DpWQs8:{borderColor:\"rgba(43, 40, 40, 0)\",borderStyle:\"solid\",borderWidth:1},kQwNP44PM:{borderColor:\"rgba(255, 155, 112, 0.2)\",borderStyle:\"solid\",borderWidth:1},l3i4PFWGn:\"center\",layoutId:\"GGzHjy89T\",m3409aT0f:\"rgb(255, 155, 112)\",maLbBaXzl:\"Grupo Exclusivo\",mGDrdGKnM:false,N5mmWMdhp:\"8px 12px 8px 12px\",pH_8_HrPH:\"var(--token-db88a771-6701-4faa-b3c9-41f973b43aa0, rgb(0, 0, 0))\",QVT44Bmsv:\"https://chat.whatsapp.com/H4mllyGp47XHgi5udaiUMT\",RhFPweFBU:false,u9aFLwEMF:\"4px\",variant:\"mduIKsXbu\",vRQMEouYo:8,width:\"100%\",xHdrSj5Jn:false,XPuU1Fasg:\"\"})})})}),/*#__PURE__*/_jsx(MotionDivShowWhenLoggedIn1no6xy5,{className:\"framer-1no6xy5\",layoutDependency:layoutDependency,layoutId:\"XMgSTbPpy\",children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zuvpoh\",\"data-framer-name\":\"Perfil User\",\"data-highlight\":true,id:`${layoutId}-zuvpoh`,layoutDependency:layoutDependency,layoutId:\"otfRRA1tM\",onMouseEnter:onMouseEntertxyyif({overlay}),ref:ref1,children:[/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"end\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-zuvpoh`,offsetX:0,offsetY:4,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1ljqkqd\",\"data-border\":true,\"data-framer-name\":\"Menu Drop\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"lD_xKt6ZG\",ref:ref2,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-58389c29-c015-4427-a57c-637e65cb6404, rgb(227, 227, 227))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(10, 10, 10, 0.94)\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4,WebkitBackdropFilter:\"blur(10px)\"},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"R2ekp_5XK\"},implicitPathVariables:undefined},{href:{webPageId:\"R2ekp_5XK\"},implicitPathVariables:undefined},{href:{webPageId:\"R2ekp_5XK\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"134px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1niv1u9-container\",layoutDependency:layoutDependency,layoutId:\"vWYNqS8CJ-container\",nodeId:\"vWYNqS8CJ\",rendersWithMotion:true,scopeId:\"XUm21SRoB\",children:/*#__PURE__*/_jsx(ComponentsButton,{eZx_7tajJ:\"rgba(0, 0, 0, 0)\",FsCeaV84W:true,fZeih9jQ8:\"var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255))\",height:\"100%\",id:\"vWYNqS8CJ\",IfLrRvbX1:false,jK1DpWQs8:{borderColor:\"rgba(0, 0, 0, 0)\",borderStyle:\"solid\",borderWidth:1},kQwNP44PM:{borderColor:\"rgba(0, 0, 0, 0)\",borderStyle:\"solid\",borderWidth:1},l3i4PFWGn:\"space-between\",layoutId:\"vWYNqS8CJ\",m3409aT0f:\"rgba(0, 0, 0, 0)\",maLbBaXzl:\"Minha conta\",mGDrdGKnM:true,N5mmWMdhp:\"12px\",pH_8_HrPH:\"var(--token-3ab2d8b6-b506-4374-a6e8-5ad0c59c1eff, rgb(102, 102, 102))\",QVT44Bmsv:resolvedLinks1[0],RhFPweFBU:false,style:{height:\"100%\",width:\"100%\"},u9aFLwEMF:\"4px\",variant:\"mduIKsXbu\",vRQMEouYo:0,width:\"100%\",xHdrSj5Jn:false,XPuU1Fasg:\"gear\",...addPropertyOverrides({ItUNsoltH:{QVT44Bmsv:resolvedLinks1[1]},zItQOOLlD:{QVT44Bmsv:resolvedLinks1[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"134px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-127h8eb-container\",layoutDependency:layoutDependency,layoutId:\"vX9UzXIRM-container\",nodeId:\"vX9UzXIRM\",rendersWithMotion:true,scopeId:\"XUm21SRoB\",children:/*#__PURE__*/_jsx(ComponentsButtonWithLogout127h8ebWithMappedReactPropsmredx0,{eZx_7tajJ:\"rgba(0, 0, 0, 0)\",FsCeaV84W:true,fZeih9jQ8:\"var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255))\",height:\"100%\",id:\"vX9UzXIRM\",IfLrRvbX1:false,jK1DpWQs8:{borderColor:\"rgba(0, 0, 0, 0)\",borderStyle:\"solid\",borderWidth:1},kQwNP44PM:{borderColor:\"rgba(0, 0, 0, 0)\",borderStyle:\"solid\",borderWidth:1},l3i4PFWGn:\"space-between\",layoutId:\"vX9UzXIRM\",m3409aT0f:\"rgba(0, 0, 0, 0)\",maLbBaXzl:\"Sair\",mGDrdGKnM:true,N5mmWMdhp:\"12px\",pH_8_HrPH:\"rgb(133, 34, 52)\",RhFPweFBU:false,style:{height:\"100%\",width:\"100%\"},u9aFLwEMF:\"4px\",variant:\"mduIKsXbu\",vRQMEouYo:0,width:\"100%\",xHdrSj5Jn:false,XPuU1Fasg:\"sign out\"})})})]})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:(componentViewport?.y||0)+0+0+20+0+0+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-116793x-container\",\"data-framer-name\":\"Perfil User\",layoutDependency:layoutDependency,layoutId:\"Qkzw7RkmC-container\",name:\"Perfil User\",nodeId:\"Qkzw7RkmC\",rendersWithMotion:true,scopeId:\"XUm21SRoB\",children:/*#__PURE__*/_jsx(MegaMenuUserTagMenu,{height:\"100%\",id:\"Qkzw7RkmC\",layoutId:\"Qkzw7RkmC\",name:\"Perfil User\",width:\"100%\"})})})]})})})}),/*#__PURE__*/_jsx(MotionDivHideWhenLoggedIn1bmq7r2,{className:\"framer-1bmq7r2\",layoutDependency:layoutDependency,layoutId:\"d65weLs8Y\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"EAKqIaPjl\"},implicitPathVariables:undefined},{href:{webPageId:\"EAKqIaPjl\"},implicitPathVariables:undefined},{href:{webPageId:\"EAKqIaPjl\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:(componentViewport?.y||0)+0+0+20+0+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-11m0sss-container\",layoutDependency:layoutDependency,layoutId:\"sXv8OT7xZ-container\",nodeId:\"sXv8OT7xZ\",rendersWithMotion:true,scopeId:\"XUm21SRoB\",children:/*#__PURE__*/_jsx(ComponentsButton,{eZx_7tajJ:\"rgba(0, 0, 0, 0)\",FsCeaV84W:true,fZeih9jQ8:\"var(--token-3ab2d8b6-b506-4374-a6e8-5ad0c59c1eff, rgb(102, 102, 102))\",height:\"100%\",id:\"sXv8OT7xZ\",IfLrRvbX1:false,jK1DpWQs8:{borderColor:'var(--token-e5f9a60d-53c6-45ec-a2b1-a78cc65fbcf0, rgb(227, 227, 227)) /* {\"name\":\"Disable\"} */',borderStyle:\"solid\",borderWidth:1},kQwNP44PM:{borderColor:'var(--token-58389c29-c015-4427-a57c-637e65cb6404, rgb(227, 227, 227)) /* {\"name\":\"Border\"} */',borderStyle:\"solid\",borderWidth:1},l3i4PFWGn:\"center\",layoutId:\"sXv8OT7xZ\",m3409aT0f:\"var(--token-e5f9a60d-53c6-45ec-a2b1-a78cc65fbcf0, rgb(227, 227, 227))\",maLbBaXzl:\"Entrar\",mGDrdGKnM:false,N5mmWMdhp:\"8px 12px 8px 12px\",pH_8_HrPH:\"var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255))\",QVT44Bmsv:resolvedLinks2[0],RhFPweFBU:false,u9aFLwEMF:\"4px\",variant:\"mduIKsXbu\",vRQMEouYo:8,width:\"100%\",xHdrSj5Jn:false,XPuU1Fasg:\"\",...addPropertyOverrides({ItUNsoltH:{QVT44Bmsv:resolvedLinks2[1]},zItQOOLlD:{QVT44Bmsv:resolvedLinks2[2]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(MotionDivHideWhenLoggedIndytelq,{className:\"framer-dytelq\",layoutDependency:layoutDependency,layoutId:\"mFvzL497L\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"AC5IC9weO\"},implicitPathVariables:undefined},{href:{webPageId:\"AC5IC9weO\"},implicitPathVariables:undefined},{href:{webPageId:\"AC5IC9weO\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:(componentViewport?.y||0)+0+0+20+0+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-jnikq5-container\",layoutDependency:layoutDependency,layoutId:\"sFcEq2eay-container\",nodeId:\"sFcEq2eay\",rendersWithMotion:true,scopeId:\"XUm21SRoB\",children:/*#__PURE__*/_jsx(ComponentsButton,{eZx_7tajJ:\"var(--token-e0a7c40b-b00d-4f42-bbb5-78acdcdaf477, rgb(240, 185, 69))\",FsCeaV84W:true,fZeih9jQ8:\"var(--token-db88a771-6701-4faa-b3c9-41f973b43aa0, rgb(0, 0, 0))\",height:\"100%\",id:\"sFcEq2eay\",IfLrRvbX1:false,jK1DpWQs8:{borderColor:\"rgba(240, 186, 70, 0)\",borderStyle:\"solid\",borderWidth:0},kQwNP44PM:{borderColor:\"rgba(240, 186, 70, 0)\",borderStyle:\"solid\",borderWidth:0},l3i4PFWGn:\"center\",layoutId:\"sFcEq2eay\",m3409aT0f:\"rgb(201, 156, 58)\",maLbBaXzl:\"Inscreva-se\",mGDrdGKnM:false,N5mmWMdhp:\"8px 12px 8px 12px\",pH_8_HrPH:\"var(--token-db88a771-6701-4faa-b3c9-41f973b43aa0, rgb(255, 255, 255))\",QVT44Bmsv:resolvedLinks3[0],RhFPweFBU:true,u9aFLwEMF:\"4px\",variant:\"mduIKsXbu\",vRQMEouYo:8,width:\"100%\",xHdrSj5Jn:false,XPuU1Fasg:\"Crown\",...addPropertyOverrides({ItUNsoltH:{QVT44Bmsv:resolvedLinks3[1]},zItQOOLlD:{QVT44Bmsv:resolvedLinks3[2]}},baseVariant,gestureVariant)})})})})})]})]})}),isDisplayed2()&&/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsxs(MotionDivWithDynamicViewportHeight193erff,{className:\"framer-193erff\",\"data-framer-name\":\"Mega Menu/M\\xf3dulos\",layoutDependency:layoutDependency,layoutId:\"M9v6YRrEB\",style:{backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(10, 10, 10, 0.9)\",WebkitBackdropFilter:\"blur(10px)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cczxo5\",layoutDependency:layoutDependency,layoutId:\"jKn9pNy5f\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"S2VqHpCjP\"},motionChild:true,nodeId:\"azsWaeKwc\",openInNewTab:false,scopeId:\"XUm21SRoB\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-18x02gl framer-mj5n7c\",\"data-framer-name\":\"MA\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"azsWaeKwc\",onTap:onTap1xu16n0,style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Logo Micro-ag\\xeancia\",fit:\"fill\",pixelHeight:300,pixelWidth:301,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/6VaFMYm3VDxWcDUBZVBvZPDvhYs.png\"},className:\"framer-wfvzpe\",\"data-framer-name\":\"icone-micro-agencia\",layoutDependency:layoutDependency,layoutId:\"n8KYDtbfb\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},...addPropertyOverrides({ysS0L6xOg:{background:{alt:\"Logo Micro-ag\\xeancia\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+24+94.25+0+0+8),pixelHeight:300,pixelWidth:301,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/6VaFMYm3VDxWcDUBZVBvZPDvhYs.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-4me5lp\",\"data-styles-preset\":\"p4a2ognTX\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(0, 0, 0)))\"},children:\"Micro-ag\\xeancia\"})}),className:\"framer-my2me5\",\"data-framer-name\":\"Intro to Framer\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RW1H8IgB_\",style:{\"--extracted-1lwpl3i\":\"var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(0, 0, 0))\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"w7VScJk7q\"},motionChild:true,nodeId:\"RIk2yn19Z\",openInNewTab:false,scopeId:\"XUm21SRoB\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1gilxry framer-mj5n7c\",\"data-framer-name\":\"MA\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"RIk2yn19Z\",onTap:onTap1xu16n0,style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Icon Figma\",fit:\"fill\",pixelHeight:300,pixelWidth:301,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/owp0bMI0MBO1USCwwXgBkZPhQs.png\"},className:\"framer-5zpkjp\",\"data-framer-name\":\"logo-figma\",layoutDependency:layoutDependency,layoutId:\"ohxHRh2d4\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},...addPropertyOverrides({ysS0L6xOg:{background:{alt:\"Icon Figma\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+24+94.25+0+69+8),pixelHeight:300,pixelWidth:301,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/owp0bMI0MBO1USCwwXgBkZPhQs.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-4me5lp\",\"data-styles-preset\":\"p4a2ognTX\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(0, 0, 0)))\"},children:\"Figma\"})}),className:\"framer-1ebjckg\",\"data-framer-name\":\"Intro to Framer\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"AAPrAVeKQ\",style:{\"--extracted-1lwpl3i\":\"var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(0, 0, 0))\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"l7juctwaz\"},motionChild:true,nodeId:\"pTRWkuG9d\",openInNewTab:false,scopeId:\"XUm21SRoB\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-478dgd framer-mj5n7c\",\"data-framer-name\":\"MA\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"pTRWkuG9d\",onTap:onTap1xu16n0,style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Icon Framer\",fit:\"fill\",pixelHeight:300,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/fdS6I4zoEmVxztap4YRaOqW3Q.png\"},className:\"framer-wir3cm\",\"data-framer-name\":\"logo-framer\",layoutDependency:layoutDependency,layoutId:\"UvbQuTZom\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},...addPropertyOverrides({ysS0L6xOg:{background:{alt:\"Icon Framer\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+24+94.25+0+138+8),pixelHeight:300,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/fdS6I4zoEmVxztap4YRaOqW3Q.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-4me5lp\",\"data-styles-preset\":\"p4a2ognTX\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(0, 0, 0)))\"},children:\"Framer\"})}),className:\"framer-rx48j6\",\"data-framer-name\":\"Intro to Framer\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"p4jyRazxR\",style:{\"--extracted-1lwpl3i\":\"var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(0, 0, 0))\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sImcGkwc1\"},motionChild:true,nodeId:\"JIebhLb6d\",openInNewTab:false,scopeId:\"XUm21SRoB\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-eopluc framer-mj5n7c\",\"data-framer-name\":\"MA\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"JIebhLb6d\",onTap:onTap1xu16n0,style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Icon Bibliotheka\",fit:\"fill\",pixelHeight:300,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/kMbf7RC81owvAtVibE7pBJQXrXw.png\"},className:\"framer-p4psw0\",\"data-framer-name\":\"logo-bibliotheka\",layoutDependency:layoutDependency,layoutId:\"J5TFGgKJa\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},...addPropertyOverrides({ysS0L6xOg:{background:{alt:\"Icon Bibliotheka\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+24+94.25+0+207+8),pixelHeight:300,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/kMbf7RC81owvAtVibE7pBJQXrXw.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-4me5lp\",\"data-styles-preset\":\"p4a2ognTX\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(0, 0, 0)))\"},children:\"Bibliotheka\"})}),className:\"framer-1kg4cvl\",\"data-framer-name\":\"Intro to Framer\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vbjH0gYL6\",style:{\"--extracted-1lwpl3i\":\"var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(0, 0, 0))\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Yx7RU6JLA\"},motionChild:true,nodeId:\"iER_nj2an\",openInNewTab:false,scopeId:\"XUm21SRoB\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1mmouuk framer-mj5n7c\",\"data-framer-name\":\"MA\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"iER_nj2an\",onTap:onTap1xu16n0,style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Icon Eureka Links\",fit:\"fill\",pixelHeight:300,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/yLKFKwhQk5pGfot1fIkPlDTtts.png\"},className:\"framer-oeix1e\",\"data-framer-name\":\"logo-eureka\",layoutDependency:layoutDependency,layoutId:\"OFyP8MzMs\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},...addPropertyOverrides({ysS0L6xOg:{background:{alt:\"Icon Eureka Links\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+24+94.25+0+276+8),pixelHeight:300,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/yLKFKwhQk5pGfot1fIkPlDTtts.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-4me5lp\",\"data-styles-preset\":\"p4a2ognTX\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(0, 0, 0)))\"},children:\"Eureka Links\"})}),className:\"framer-1r5pz1m\",\"data-framer-name\":\"Intro to Framer\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"VTbxRO0z4\",style:{\"--extracted-1lwpl3i\":\"var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(0, 0, 0))\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jAhDFaUWD\"},motionChild:true,nodeId:\"OmDneVMkp\",openInNewTab:false,scopeId:\"XUm21SRoB\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-5x5kl1 framer-mj5n7c\",\"data-framer-name\":\"MA\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"OmDneVMkp\",onTap:onTap1xu16n0,style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Icon Eureka Links\",fit:\"fill\",pixelHeight:300,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/AMsIBBs3RoWy74wiDcLDBhiIvc.png\"},className:\"framer-1s7r3cw\",\"data-framer-name\":\"logo-eureka\",layoutDependency:layoutDependency,layoutId:\"JatcErlnJ\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},...addPropertyOverrides({ysS0L6xOg:{background:{alt:\"Icon Eureka Links\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+24+94.25+0+345+8),pixelHeight:300,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/AMsIBBs3RoWy74wiDcLDBhiIvc.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-4me5lp\",\"data-styles-preset\":\"p4a2ognTX\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(0, 0, 0)))\"},children:\"Lives\"})}),className:\"framer-p6z9s3\",\"data-framer-name\":\"Intro to Framer\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZdHEhScHX\",style:{\"--extracted-1lwpl3i\":\"var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(0, 0, 0))\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(MotionDivHideWhenLoggedInke88b3,{className:\"framer-ke88b3\",layoutDependency:layoutDependency,layoutId:\"zZPF2Y2LE\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"EAKqIaPjl\"},implicitPathVariables:undefined},{href:{webPageId:\"EAKqIaPjl\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,...addPropertyOverrides({ysS0L6xOg:{width:`max((${componentViewport?.width||\"100vw\"} - 60px) / 2, 1px)`,y:(componentViewport?.y||0)+0+72+24+597.5+24}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ginzdr-container\",layoutDependency:layoutDependency,layoutId:\"gi0uFmAhH-container\",nodeId:\"gi0uFmAhH\",rendersWithMotion:true,scopeId:\"XUm21SRoB\",children:/*#__PURE__*/_jsx(ComponentsButtonHideWhenLoggedInginzdrWithMappedReactPropsmredx0,{eZx_7tajJ:\"rgba(0, 0, 0, 0)\",FsCeaV84W:true,fZeih9jQ8:\"var(--token-3ab2d8b6-b506-4374-a6e8-5ad0c59c1eff, rgb(102, 102, 102))\",height:\"100%\",id:\"gi0uFmAhH\",IfLrRvbX1:false,jK1DpWQs8:{borderColor:'var(--token-e5f9a60d-53c6-45ec-a2b1-a78cc65fbcf0, rgb(227, 227, 227)) /* {\"name\":\"Disable\"} */',borderStyle:\"solid\",borderWidth:1},kQwNP44PM:{borderColor:'var(--token-58389c29-c015-4427-a57c-637e65cb6404, rgb(227, 227, 227)) /* {\"name\":\"Border\"} */',borderStyle:\"solid\",borderWidth:1},l3i4PFWGn:\"center\",layoutId:\"gi0uFmAhH\",m3409aT0f:\"var(--token-e5f9a60d-53c6-45ec-a2b1-a78cc65fbcf0, rgb(227, 227, 227))\",maLbBaXzl:\"Entrar\",mGDrdGKnM:false,N5mmWMdhp:\"8px 12px 8px 12px\",pH_8_HrPH:\"var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255))\",QVT44Bmsv:resolvedLinks4[0],RhFPweFBU:false,style:{height:\"100%\",width:\"100%\"},u9aFLwEMF:\"4px\",variant:\"mduIKsXbu\",vRQMEouYo:8,width:\"100%\",xHdrSj5Jn:false,XPuU1Fasg:\"\",...addPropertyOverrides({ysS0L6xOg:{QVT44Bmsv:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"AC5IC9weO\"},implicitPathVariables:undefined},{href:{webPageId:\"AC5IC9weO\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,...addPropertyOverrides({ysS0L6xOg:{width:`max((${componentViewport?.width||\"100vw\"} - 60px) / 2, 1px)`,y:(componentViewport?.y||0)+0+72+24+597.5+24}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1bmg3f5-container\",layoutDependency:layoutDependency,layoutId:\"eyrqZhFSh-container\",nodeId:\"eyrqZhFSh\",rendersWithMotion:true,scopeId:\"XUm21SRoB\",children:/*#__PURE__*/_jsx(ComponentsButtonHideWhenLoggedIn1bmg3f5WithMappedReactPropsmredx0,{eZx_7tajJ:\"rgba(0, 0, 0, 0)\",FsCeaV84W:true,fZeih9jQ8:\"var(--token-e0a7c40b-b00d-4f42-bbb5-78acdcdaf477, rgb(240, 185, 69))\",height:\"100%\",id:\"eyrqZhFSh\",IfLrRvbX1:false,jK1DpWQs8:{borderColor:'var(--token-e0a7c40b-b00d-4f42-bbb5-78acdcdaf477, rgb(240, 185, 69)) /* {\"name\":\"Micro-ag\\xeancia 01\"} */',borderStyle:\"solid\",borderWidth:1},kQwNP44PM:{borderColor:'var(--token-e0a7c40b-b00d-4f42-bbb5-78acdcdaf477, rgb(240, 185, 69)) /* {\"name\":\"Micro-ag\\xeancia 01\"} */',borderStyle:\"solid\",borderWidth:1},l3i4PFWGn:\"center\",layoutId:\"eyrqZhFSh\",m3409aT0f:\"var(--token-e0a7c40b-b00d-4f42-bbb5-78acdcdaf477, rgb(240, 185, 69))\",maLbBaXzl:\"Inscreva-se\",mGDrdGKnM:false,N5mmWMdhp:\"8px 12px 8px 12px\",pH_8_HrPH:\"var(--token-db88a771-6701-4faa-b3c9-41f973b43aa0, rgb(255, 255, 255))\",QVT44Bmsv:resolvedLinks5[0],RhFPweFBU:true,style:{height:\"100%\",width:\"100%\"},u9aFLwEMF:\"4px\",variant:\"mduIKsXbu\",vRQMEouYo:8,width:\"100%\",xHdrSj5Jn:false,XPuU1Fasg:\"Crown\",...addPropertyOverrides({ysS0L6xOg:{QVT44Bmsv:resolvedLinks5[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(MotionDivShowWhenLoggedInz1n1xh,{className:\"framer-z1n1xh\",layoutDependency:layoutDependency,layoutId:\"NldstK7fv\",children:[/*#__PURE__*/_jsx(MotionDivShowWhenLoggedIn1k7hpj4,{className:\"framer-1k7hpj4\",layoutDependency:layoutDependency,layoutId:\"cwLAa9wS8\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"R2ekp_5XK\"},implicitPathVariables:undefined},{href:{webPageId:\"R2ekp_5XK\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,...addPropertyOverrides({ysS0L6xOg:{y:(componentViewport?.y||0)+0+72+24+759.75+24+-8}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-14ffju7-container\",layoutDependency:layoutDependency,layoutId:\"rwkIL_Cg6-container\",nodeId:\"rwkIL_Cg6\",rendersWithMotion:true,scopeId:\"XUm21SRoB\",children:/*#__PURE__*/_jsx(ComponentsButton,{eZx_7tajJ:\"rgba(161, 161, 161, 0)\",FsCeaV84W:true,fZeih9jQ8:\"var(--token-3ab2d8b6-b506-4374-a6e8-5ad0c59c1eff, rgb(102, 102, 102))\",height:\"100%\",id:\"rwkIL_Cg6\",IfLrRvbX1:false,jK1DpWQs8:{borderColor:\"rgba(26, 22, 22, 0)\",borderStyle:\"solid\",borderWidth:1},kQwNP44PM:{borderColor:\"rgba(26, 22, 22, 0)\",borderStyle:\"solid\",borderWidth:1},l3i4PFWGn:\"center\",layoutId:\"rwkIL_Cg6\",m3409aT0f:\"rgba(161, 161, 161, 0)\",maLbBaXzl:\"Minha conta\",mGDrdGKnM:false,N5mmWMdhp:\"0px\",pH_8_HrPH:\"var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255))\",QVT44Bmsv:resolvedLinks6[0],RhFPweFBU:true,u9aFLwEMF:\"4px\",variant:\"mduIKsXbu\",vRQMEouYo:8,width:\"100%\",xHdrSj5Jn:false,XPuU1Fasg:\"user circle\",...addPropertyOverrides({ysS0L6xOg:{QVT44Bmsv:resolvedLinks6[1]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(MotionDivShowWhenLoggedIn11n5for,{className:\"framer-11n5for\",layoutDependency:layoutDependency,layoutId:\"A3O49edQy\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,...addPropertyOverrides({ysS0L6xOg:{y:(componentViewport?.y||0)+0+72+24+759.75+16+7105427357601002e-30}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-fqii1t-container\",layoutDependency:layoutDependency,layoutId:\"ucI4iG5Km-container\",nodeId:\"ucI4iG5Km\",rendersWithMotion:true,scopeId:\"XUm21SRoB\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(ComponentsButtonWithLogoutfqii1tWithMappedReactPropsmredx0,{eZx_7tajJ:\"rgba(0, 0, 0, 0)\",FsCeaV84W:false,fZeih9jQ8:\"var(--token-3ab2d8b6-b506-4374-a6e8-5ad0c59c1eff, rgb(102, 102, 102))\",height:\"100%\",id:\"ucI4iG5Km\",IfLrRvbX1:false,jK1DpWQs8:{borderColor:'var(--token-e5f9a60d-53c6-45ec-a2b1-a78cc65fbcf0, rgb(227, 227, 227)) /* {\"name\":\"Disable\"} */',borderStyle:\"solid\",borderWidth:1},kQwNP44PM:{borderColor:'var(--token-58389c29-c015-4427-a57c-637e65cb6404, rgb(227, 227, 227)) /* {\"name\":\"Border\"} */',borderStyle:\"solid\",borderWidth:1},l3i4PFWGn:\"center\",layoutId:\"ucI4iG5Km\",m3409aT0f:\"var(--token-e5f9a60d-53c6-45ec-a2b1-a78cc65fbcf0, rgb(227, 227, 227))\",maLbBaXzl:\"\",mGDrdGKnM:false,N5mmWMdhp:\"8px\",pH_8_HrPH:\"var(--token-e0da01bd-4e0f-4d83-9396-a2ca91f1ef19, rgb(255, 255, 255))\",RhFPweFBU:true,u9aFLwEMF:\"4px\",variant:\"mduIKsXbu\",vRQMEouYo:8,width:\"100%\",xHdrSj5Jn:false,XPuU1Fasg:\"sign-out\"})})})})]})]})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:305,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+(componentViewport?.height||77)-305,...addPropertyOverrides({ItUNsoltH:{y:(componentViewport?.y||0)+0+74},zItQOOLlD:{y:(componentViewport?.y||0)+0+74}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-yfa8f8-container\",layoutDependency:layoutDependency,layoutId:\"g0nIa6hBh-container\",nodeId:\"g0nIa6hBh\",rendersWithMotion:true,scopeId:\"XUm21SRoB\",style:{opacity:0},variants:{ItUNsoltH:{opacity:1},zItQOOLlD:{opacity:1}},children:/*#__PURE__*/_jsx(MegaMenuMDulos,{CRaJu0A5Q:\"rWJPC1sQr\",height:\"100%\",id:\"g0nIa6hBh\",layoutId:\"g0nIa6hBh\",SbjwebRqG:SbjwebRqG213kbe,style:{maxWidth:\"100%\",width:\"100%\"},variant:\"TVxzOLxsD\",width:\"100%\",...addPropertyOverrides({zItQOOLlD:{variant:\"JijZELDt4\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-nkvIW.framer-mj5n7c, .framer-nkvIW .framer-mj5n7c { display: block; }\",\".framer-nkvIW.framer-19szhpc { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1589px; }\",\".framer-nkvIW .framer-1af3dj0 { 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: visible; padding: 20px 0px 20px 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-nkvIW .framer-1otq2sa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1320px; overflow: visible; padding: 0px; position: relative; width: 92%; }\",\".framer-nkvIW .framer-1e005z6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-nkvIW .framer-mougxh { aspect-ratio: 5.454065469904963 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 18px); overflow: visible; position: relative; text-decoration: none; width: 98px; }\",\".framer-nkvIW .framer-msmmo7 { flex: none; height: 16px; overflow: hidden; position: relative; width: 1px; }\",\".framer-nkvIW .framer-1wmskgr-container, .framer-nkvIW .framer-14q0uvq-container, .framer-nkvIW .framer-18xgc1-container, .framer-nkvIW .framer-10sbsoa-container, .framer-nkvIW .framer-zpganc-container, .framer-nkvIW .framer-1xfb3so-container, .framer-nkvIW .framer-116793x-container, .framer-nkvIW .framer-11m0sss-container, .framer-nkvIW .framer-jnikq5-container, .framer-nkvIW .framer-14ffju7-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-nkvIW .framer-pr4gez-container { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-nkvIW .framer-ibtdzt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nkvIW .framer-3gf9qj { align-content: center; align-items: center; cursor: pointer; 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-nkvIW .framer-1f08c2r, .framer-nkvIW .framer-bju8u5, .framer-nkvIW .framer-1no6xy5, .framer-nkvIW .framer-1bmq7r2, .framer-nkvIW .framer-dytelq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nkvIW .framer-zuvpoh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 34px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nkvIW .framer-1ljqkqd { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 4px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-nkvIW .framer-1niv1u9-container, .framer-nkvIW .framer-127h8eb-container { flex: none; height: 36px; position: relative; width: 134px; }\",\".framer-nkvIW .framer-193erff { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: calc(var(--framer-viewport-height, 100vh) * 1); justify-content: space-evenly; overflow: hidden; padding: 24px 24px 72px 24px; position: relative; width: 100%; z-index: 4; }\",\".framer-nkvIW .framer-1cczxo5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nkvIW .framer-18x02gl, .framer-nkvIW .framer-1gilxry, .framer-nkvIW .framer-478dgd, .framer-nkvIW .framer-eopluc, .framer-nkvIW .framer-1mmouuk, .framer-nkvIW .framer-5x5kl1 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 8px 12px 8px 8px; pointer-events: auto; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 3; }\",\".framer-nkvIW .framer-wfvzpe, .framer-nkvIW .framer-5zpkjp, .framer-nkvIW .framer-wir3cm, .framer-nkvIW .framer-p4psw0, .framer-nkvIW .framer-oeix1e, .framer-nkvIW .framer-1s7r3cw { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: hidden; position: relative; width: 48px; will-change: var(--framer-will-change-override, transform); }\",\".framer-nkvIW .framer-my2me5, .framer-nkvIW .framer-1ebjckg, .framer-nkvIW .framer-rx48j6, .framer-nkvIW .framer-1kg4cvl, .framer-nkvIW .framer-1r5pz1m, .framer-nkvIW .framer-p6z9s3 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; z-index: 2; }\",\".framer-nkvIW .framer-ke88b3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 24px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-nkvIW .framer-ginzdr-container, .framer-nkvIW .framer-1bmg3f5-container { flex: 1 0 0px; height: 44px; position: relative; width: 1px; }\",\".framer-nkvIW .framer-z1n1xh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 16px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-nkvIW .framer-1k7hpj4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 18px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nkvIW .framer-11n5for { flex: none; height: 34px; overflow: visible; position: relative; width: 34px; }\",\".framer-nkvIW .framer-fqii1t-container { flex: none; height: auto; left: 50%; position: absolute; top: 50%; width: auto; }\",\".framer-nkvIW .framer-yfa8f8-container { bottom: 0px; flex: none; height: auto; left: 0px; max-width: 100%; position: absolute; right: 0px; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nkvIW.framer-19szhpc, .framer-nkvIW .framer-1af3dj0, .framer-nkvIW .framer-1e005z6, .framer-nkvIW .framer-ibtdzt, .framer-nkvIW .framer-3gf9qj, .framer-nkvIW .framer-1f08c2r, .framer-nkvIW .framer-bju8u5, .framer-nkvIW .framer-1no6xy5, .framer-nkvIW .framer-zuvpoh, .framer-nkvIW .framer-1ljqkqd, .framer-nkvIW .framer-1bmq7r2, .framer-nkvIW .framer-dytelq, .framer-nkvIW .framer-1cczxo5, .framer-nkvIW .framer-18x02gl, .framer-nkvIW .framer-1gilxry, .framer-nkvIW .framer-478dgd, .framer-nkvIW .framer-eopluc, .framer-nkvIW .framer-1mmouuk, .framer-nkvIW .framer-5x5kl1, .framer-nkvIW .framer-ke88b3, .framer-nkvIW .framer-z1n1xh, .framer-nkvIW .framer-1k7hpj4 { gap: 0px; } .framer-nkvIW.framer-19szhpc > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-nkvIW.framer-19szhpc > :first-child, .framer-nkvIW .framer-1ljqkqd > :first-child, .framer-nkvIW .framer-1cczxo5 > :first-child { margin-top: 0px; } .framer-nkvIW.framer-19szhpc > :last-child, .framer-nkvIW .framer-1ljqkqd > :last-child, .framer-nkvIW .framer-1cczxo5 > :last-child { margin-bottom: 0px; } .framer-nkvIW .framer-1af3dj0 > *, .framer-nkvIW .framer-ibtdzt > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-nkvIW .framer-1af3dj0 > :first-child, .framer-nkvIW .framer-1e005z6 > :first-child, .framer-nkvIW .framer-ibtdzt > :first-child, .framer-nkvIW .framer-3gf9qj > :first-child, .framer-nkvIW .framer-1f08c2r > :first-child, .framer-nkvIW .framer-bju8u5 > :first-child, .framer-nkvIW .framer-1no6xy5 > :first-child, .framer-nkvIW .framer-zuvpoh > :first-child, .framer-nkvIW .framer-1bmq7r2 > :first-child, .framer-nkvIW .framer-dytelq > :first-child, .framer-nkvIW .framer-18x02gl > :first-child, .framer-nkvIW .framer-1gilxry > :first-child, .framer-nkvIW .framer-478dgd > :first-child, .framer-nkvIW .framer-eopluc > :first-child, .framer-nkvIW .framer-1mmouuk > :first-child, .framer-nkvIW .framer-5x5kl1 > :first-child, .framer-nkvIW .framer-ke88b3 > :first-child, .framer-nkvIW .framer-z1n1xh > :first-child, .framer-nkvIW .framer-1k7hpj4 > :first-child { margin-left: 0px; } .framer-nkvIW .framer-1af3dj0 > :last-child, .framer-nkvIW .framer-1e005z6 > :last-child, .framer-nkvIW .framer-ibtdzt > :last-child, .framer-nkvIW .framer-3gf9qj > :last-child, .framer-nkvIW .framer-1f08c2r > :last-child, .framer-nkvIW .framer-bju8u5 > :last-child, .framer-nkvIW .framer-1no6xy5 > :last-child, .framer-nkvIW .framer-zuvpoh > :last-child, .framer-nkvIW .framer-1bmq7r2 > :last-child, .framer-nkvIW .framer-dytelq > :last-child, .framer-nkvIW .framer-18x02gl > :last-child, .framer-nkvIW .framer-1gilxry > :last-child, .framer-nkvIW .framer-478dgd > :last-child, .framer-nkvIW .framer-eopluc > :last-child, .framer-nkvIW .framer-1mmouuk > :last-child, .framer-nkvIW .framer-5x5kl1 > :last-child, .framer-nkvIW .framer-ke88b3 > :last-child, .framer-nkvIW .framer-z1n1xh > :last-child, .framer-nkvIW .framer-1k7hpj4 > :last-child { margin-right: 0px; } .framer-nkvIW .framer-1e005z6 > * { margin: 0px; margin-left: calc(28px / 2); margin-right: calc(28px / 2); } .framer-nkvIW .framer-3gf9qj > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-nkvIW .framer-1f08c2r > *, .framer-nkvIW .framer-bju8u5 > *, .framer-nkvIW .framer-1no6xy5 > *, .framer-nkvIW .framer-zuvpoh > *, .framer-nkvIW .framer-1bmq7r2 > *, .framer-nkvIW .framer-dytelq > *, .framer-nkvIW .framer-1k7hpj4 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-nkvIW .framer-1ljqkqd > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-nkvIW .framer-1cczxo5 > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-nkvIW .framer-18x02gl > *, .framer-nkvIW .framer-1gilxry > *, .framer-nkvIW .framer-478dgd > *, .framer-nkvIW .framer-eopluc > *, .framer-nkvIW .framer-1mmouuk > *, .framer-nkvIW .framer-5x5kl1 > * { margin: 0px; margin-left: calc(14px / 2); margin-right: calc(14px / 2); } .framer-nkvIW .framer-ke88b3 > *, .framer-nkvIW .framer-z1n1xh > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } }\",\".framer-nkvIW.framer-v-hd04t0 .framer-yfa8f8-container, .framer-nkvIW.framer-v-tmh9lj .framer-yfa8f8-container { bottom: unset; left: unset; position: relative; right: unset; width: 100%; }\",\".framer-nkvIW.framer-v-1tekbzz.framer-19szhpc { width: 800px; }\",\".framer-nkvIW.framer-v-z65tag.framer-19szhpc { overflow: hidden; width: 390px; }\",\".framer-nkvIW.framer-v-z65tag .framer-1cczxo5 { order: 6; }\",\".framer-nkvIW.framer-v-z65tag .framer-ke88b3 { order: 7; }\",\".framer-nkvIW.framer-v-z65tag .framer-z1n1xh { order: 8; }\",...sharedStyle.css,'.framer-nkvIW[data-border=\"true\"]::after, .framer-nkvIW [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; }','.framer-nkvIW[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-nkvIW [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-nkvIW[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-nkvIW [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }','.framer-nkvIW[data-hide-scrollbars=\"true\"], .framer-nkvIW [data-hide-scrollbars=\"true\"] { scrollbar-width: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 77\n * @framerIntrinsicWidth 1589\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ItUNsoltH\":{\"layout\":[\"fixed\",\"auto\"]},\"zItQOOLlD\":{\"layout\":[\"fixed\",\"auto\"]},\"DoHMg0pRp\":{\"layout\":[\"fixed\",\"auto\"]},\"ysS0L6xOg\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"DN0MqHjZI\":\"overlax\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerXUm21SRoB=withCSS(Component,css,\"framer-nkvIW\");export default FramerXUm21SRoB;FramerXUm21SRoB.displayName=\"Mega Menu/Navigation\";FramerXUm21SRoB.defaultProps={height:77,width:1589};addPropertyControls(FramerXUm21SRoB,{variant:{options:[\"itxW2BTZ7\",\"ItUNsoltH\",\"zItQOOLlD\",\"DoHMg0pRp\",\"ysS0L6xOg\"],optionTitles:[\"Mega Nav\",\"Produtos\",\"Explorar\",\"Responsive\",\"Mobile Open\"],title:\"Variant\",type:ControlType.Enum},DN0MqHjZI:{title:\"Overlax\",type:ControlType.EventHandler}});addFonts(FramerXUm21SRoB,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...ComponentsButtonFonts,...PhosphorFonts,...MegaMenuBuscaInputFonts,...MegaMenuUserTagMenuFonts,...MegaMenuMDulosFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXUm21SRoB\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"77\",\"framerVariables\":\"{\\\"DN0MqHjZI\\\":\\\"overlax\\\"}\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ItUNsoltH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zItQOOLlD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DoHMg0pRp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ysS0L6xOg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1589\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["e", "global", "t", "r", "n", "a", "o", "i", "s", "c", "navigator", "l", "u", "Mousetrap", "_belongsTo", "_addEvent", "_characterFromEvent", "_modifiersMatch", "_eventModifiers", "_preventDefault", "_stopPropagation", "_isModifier", "_getReverseMap", "_pickBestAction", "_keysFromString", "_getKeyInfo", "_resetSequences", "_getMatches", "f", "p", "d", "_fireCallback", "_handleKeyEvent", "_resetSequenceTimer", "_bindSequence", "_increaseSequence", "_callbackAndReset", "_bindSingle", "window", "mousetrap_default", "TEXT_LAYER_TYPES", "KeyboardShortcut", "Component", "Y", "props", "ref", "onTap", "_props_dataframername", "name", "isCodeComponent", "shortcutRef", "pe", "ue", "keys", "mousetrap_default", "event", "_shortcutRef_current_firstElementChild_firstElementChild", "_shortcutRef_current_firstElementChild", "_shortcutRef_current_firstElementChild_firstElementChild1", "_shortcutRef_current_firstElementChild1", "_props_children_props_children", "_props_children_props", "_props_children", "_shortcutRef_current_firstElementChild_firstElementChild2", "_shortcutRef_current_firstElementChild2", "_shortcutRef_current_querySelector", "_shortcutRef_current_firstElementChild3", "p", "PhosphorFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "link", "mouseEnter", "t_tulo", "thumb", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "e3GC4lMwQ", "P9pb0UUB5", "Ft_ZKjR1k", "shmZduHpF", "m1UdlA8V2", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1phk4mn", "args", "onMouseEnter1dk96b5", "scopingClassNames", "cx", "LayoutGroup", "Link", "Image2", "getLoadingLazyAtYPosition", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramericM0B01lE", "withCSS", "icM0B01lE_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "RichTextTruncatedText1m4wus7", "withCodeBoundaryForOverrides", "RichText2", "TruncatedText", "RichTextTruncatedTextsm3mc2", "RichTextTruncatedText4uf7ro", "MegaMenuButtonsFonts", "getFonts", "icM0B01lE_default", "MegaMenuButtonMDuloFonts", "deYBplICU_default", "MegaMenuBuscaInputFonts", "XY2EMKDGt_default", "MotionDivKeyboardShortcut1sg0uq2", "motion", "KeyboardShortcut", "ComponentsButtonFonts", "pNAoQDh_U_default", "MotionDivShowWhenLoggedInrekt22", "showWhenLoggedIn", "ComponentsButtonWithLogout1uya6l5WithMappedReactPropsmredx0", "withMappedReactProps", "withLogout", "pNAoQDh_U_exports", "MotionDivShowWhenLoggedIn10hrl7t", "ComponentsButtonHideWhenLoggedIn101zxp4WithMappedReactPropsmredx0", "hideWhenLoggedIn", "ComponentsButtonHideWhenLoggedIn9m3itzWithMappedReactPropsmredx0", "MegaMenuButtonsControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "toResponsiveImage", "value", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "animation1", "transition2", "addImageAlt", "image", "alt", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "click", "height", "id", "tipo", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "SbjwebRqG", "CRaJu0A5Q", "AAcP0YcsbJuNhRDond", "kcBou_UqXJuNhRDond", "sFTb1A9HUJuNhRDond", "WfKX255NZJuNhRDond", "idJuNhRDond", "rLeXwrjejvYOE3kPhs", "c2MIWFucCvYOE3kPhs", "PVBIVN38HvYOE3kPhs", "idvYOE3kPhs", "qpwJjPIKxuag5bYuq7", "xw4LLNyxpuag5bYuq7", "ppnenfoC6uag5bYuq7", "iduag5bYuq7", "zCfuAiWst_m_3obFBr0Cm321hoEY", "xkjJTItEFCm321hoEY", "KriQQphz7Cm321hoEY", "idCm321hoEY", "zCfuAiWst_m_3obFBr0BImvgnamk", "xkjJTItEFBImvgnamk", "KriQQphz7BImvgnamk", "idBImvgnamk", "zCfuAiWst_m_3obFBr0cGpQrg5nR", "xkjJTItEFcGpQrg5nR", "KriQQphz7cGpQrg5nR", "idcGpQrg5nR", "zCfuAiWst_m_3obFBr0W0TCKsGJ8", "xkjJTItEFW0TCKsGJ8", "KriQQphz7W0TCKsGJ8", "idW0TCKsGJ8", "DN0MqHjZI", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapkzigmk", "args", "e3GC4lMwQ8mzrdu", "e3GC4lMwQieruck", "e3GC4lMwQilon2w", "e3GC4lMwQj949bo", "e3GC4lMwQ6a2b84", "e3GC4lMwQw5l630", "onTapdmsp61", "onTap1y3h6ue", "zGP0QolRR1y3h6ue", "zGP0QolRRdmsp61", "scopingClassNames", "cx", "serializationHash", "isDisplayed", "activeLocaleCode", "useLocaleCode", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "router", "useRouter", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "LayoutGroup", "transition1", "addPropertyOverrides", "RichText2", "Link", "ChildrenCanSuspend", "QueryData", "LYRDoyPEQ_default", "collection", "paginationInfo", "loadMore", "l", "index", "textContent", "toDateString", "PathVariablesContext", "animation", "Image2", "toResponsiveImage", "getLoadingLazyAtYPosition", "RichTextTruncatedText1m4wus7", "J1K8wsdne_default", "collection1", "paginationInfo1", "loadMore1", "index1", "animation1", "RichTextTruncatedTextsm3mc2", "DbJ5eB5E9_default", "collection2", "paginationInfo2", "loadMore2", "index2", "RichTextTruncatedText4uf7ro", "ComponentViewportProvider", "SmartComponentScopedContainer", "icM0B01lE_default", "addImageAlt", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "s_gLb5GXN_default", "bK1KsRWeC_default", "collection3", "paginationInfo3", "loadMore3", "index3", "resolvedLinks4", "deYBplICU_default", "collection4", "paginationInfo4", "loadMore4", "index4", "resolvedLinks5", "collection5", "paginationInfo5", "loadMore5", "index5", "resolvedLinks6", "collection6", "paginationInfo6", "loadMore6", "index6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "MotionDivKeyboardShortcut1sg0uq2", "XY2EMKDGt_default", "MotionDivShowWhenLoggedInrekt22", "resolvedLinks11", "pNAoQDh_U_default", "MotionDivShowWhenLoggedIn10hrl7t", "ComponentsButtonWithLogout1uya6l5WithMappedReactPropsmredx0", "resolvedLinks12", "ComponentsButtonHideWhenLoggedIn101zxp4WithMappedReactPropsmredx0", "resolvedLinks13", "ComponentsButtonHideWhenLoggedIn9m3itzWithMappedReactPropsmredx0", "css", "FramerVpVJfczV3", "withCSS", "VpVJfczV3_default", "addPropertyControls", "ControlType", "MegaMenuButtonsControls", "addFonts", "MegaMenuButtonsFonts", "MegaMenuButtonMDuloFonts", "MegaMenuBuscaInputFonts", "ComponentsButtonFonts", "getFontsFromSharedStyle", "fonts", "ComponentsButtonFonts", "getFonts", "pNAoQDh_U_default", "PhosphorFonts", "Icon", "MegaMenuBuscaInputFonts", "XY2EMKDGt_default", "MotionDivKeyboardShortcut3gf9qj", "withCodeBoundaryForOverrides", "motion", "KeyboardShortcut", "MotionDivHideWhenLoggedIn1f08c2r", "hideWhenLoggedIn", "MotionDivShowWhenLoggedInbju8u5", "showWhenLoggedIn", "ComponentsButtonWithLogout127h8ebWithMappedReactPropsmredx0", "withMappedReactProps", "withLogout", "pNAoQDh_U_exports", "MotionDivWithFX", "withFX", "MegaMenuUserTagMenuFonts", "t_lMrqWsE_default", "MotionDivShowWhenLoggedIn1no6xy5", "MotionDivHideWhenLoggedIn1bmq7r2", "MotionDivHideWhenLoggedIndytelq", "ComponentsButtonHideWhenLoggedInginzdrWithMappedReactPropsmredx0", "ComponentsButtonHideWhenLoggedIn1bmg3f5WithMappedReactPropsmredx0", "MotionDivHideWhenLoggedInke88b3", "MotionDivShowWhenLoggedIn1k7hpj4", "ComponentsButtonWithLogoutfqii1tWithMappedReactPropsmredx0", "MotionDivShowWhenLoggedIn11n5for", "MotionDivShowWhenLoggedInz1n1xh", "MotionDivWithDynamicViewportHeight193erff", "withDynamicViewportHeight", "MegaMenuMDulosFonts", "VpVJfczV3_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition3", "transformTemplate1", "_", "t", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "overlax", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "DN0MqHjZI", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseLeave1gabezz", "args", "haNE5mgNC1h2tq5q", "haNE5mgNCaoci1k", "haNE5mgNCipdt1d", "onClick1gntf07", "onClick1gdoxa9", "onTap1y3h6ue", "zGP0QolRR1y3h6ue", "onMouseEntertxyyif", "overlay", "loadMore", "onTap1xu16n0", "SbjwebRqG213kbe", "scopingClassNames", "cx", "isDisplayed", "router", "useRouter", "isDisplayed1", "ref1", "ref2", "isDisplayed2", "LayoutGroup", "Link", "Image2", "getLoadingLazyAtYPosition", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "l", "AnimatePresence", "Floating", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "RichText2", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "css", "FramerXUm21SRoB", "withCSS", "XUm21SRoB_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
