{"version":3,"file":"oUWyjqz78.B98LuXDx.mjs","names":["useMemo","lowercaseIconKeyPairs","iconKeys","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","className","css","fonts","css","className","useRef","useState","HomeFactory","React","addPropertyOverrides","IconoirFonts","Iconoir","enabledGestures","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","useRef","className","css","addPropertyOverrides","MenuItemMenuItem3Fonts","MenuItemMenuItem3","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","useRef","className","css","addPropertyOverrides","enabledGestures","cycleOrder","serializationHash","variantClassNames","transition1","transition2","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","useRef","className","Image","css","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","className","Image","css","addPropertyOverrides","Iconoir","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","useRef","className","css","MenuItemLogo","MenuItemMenuItem2","MenuItemMenuItem3","MenuItemDropdown2","ButtonsButton","ElementsMenuIcon","useRef","className","_Fragment","css"],"sources":["https:/framer.com/m/framer/icon-nullstate.js@0.7.0","https:/framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js","https:/framerusercontent.com/modules/l7Hx6r4HTrFZmSmMu8Rp/h7tpVaO6yzU71gfqOSFI/pJZZkMUm1.js","https:/framerusercontent.com/modules/y1bAvmys9jU8dKP0lOPl/389Zrsz5GBgMVPyRGhvY/flmSH5NTS.js","https:/framer.com/m/iconoir-icons/Home.js@0.0.11","https:/framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js","https:/framerusercontent.com/modules/ZKRzUuzS6Qv1Q0LtSuOm/pPE5rx0FyudiTY4jtvRa/rFM8FwS97.js","https:/framerusercontent.com/modules/Zuy4KiVCC24021IooIAJ/AtGlHH9CRPLRFsBkIE9r/dzqn3G7NP.js","https:/framerusercontent.com/modules/i4T8eApMuSmXUOg9Bo6B/BAhEtkuOhMvtPDidcB1S/Ikq7GQny3.js","https:/framerusercontent.com/modules/hry7RbBpGmznxDiG9h6B/wdfy0ZFRVqBzdknD8w9G/ShltSl_co.js","https:/framerusercontent.com/modules/dtOJ4Gv6bYV3m3dKobE7/VhblgEV2a92bI3XumRIe/uaEznr8SJ.js","https:/framerusercontent.com/modules/H5gmyHQJedHvRXP1zQQV/LtsuJEfR2R38VCylF2E4/b8PJvur03.js","https:/framerusercontent.com/modules/3IlY2xRe8AAdBx58KMMV/SyySWFkwlAJMhUEnNcXj/oUWyjqz78.js"],"sourcesContent":["import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map","import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map","// Generated by Framer (508aa67)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"blA77e4aM\",\"ifT4UOqDg\"];const serializationHash=\"framer-B91Kk\";const variantClassNames={blA77e4aM:\"framer-v-1i2hope\",ifT4UOqDg:\"framer-v-1b9yc9d\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Burger:\"blA77e4aM\",X:\"ifT4UOqDg\"};const getProps=({color,height,id,tap,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,iWF8EWIN1:(_ref=color!==null&&color!==void 0?color:props.iWF8EWIN1)!==null&&_ref!==void 0?_ref:\"var(--token-7338f997-3db2-4065-98e4-6bcba8c753f4, rgb(255, 255, 255))\",TBgHLr7MW:tap!==null&&tap!==void 0?tap:props.TBgHLr7MW,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"blA77e4aM\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,TBgHLr7MW,iWF8EWIN1,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"blA77e4aM\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1c9afn6=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(TBgHLr7MW){const res=await TBgHLr7MW(...args);if(res===false)return false;}setVariant(\"ifT4UOqDg\");});const onTap1kac9us=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(TBgHLr7MW){const res=await TBgHLr7MW(...args);if(res===false)return false;}setVariant(\"blA77e4aM\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1i2hope\",className,classNames),\"data-framer-name\":\"Burger\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"blA77e4aM\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:onTap1c9afn6,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({ifT4UOqDg:{\"data-framer-name\":\"X\",onTap:onTap1kac9us}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hxpvvp\",layoutDependency:layoutDependency,layoutId:\"eD4BM2CHM\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-y4adui\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"WwvDXlqJ1\",style:{backgroundColor:iWF8EWIN1,rotate:0},variants:{ifT4UOqDg:{rotate:-45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ktulgj\",\"data-framer-name\":\"Mid\",layoutDependency:layoutDependency,layoutId:\"iskklX5gR\",style:{backgroundColor:iWF8EWIN1,opacity:1},variants:{ifT4UOqDg:{opacity:0}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1w1caap\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"LCNYwRRwe\",style:{backgroundColor:iWF8EWIN1,rotate:0},variants:{ifT4UOqDg:{rotate:45}}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-B91Kk.framer-1rb029j, .framer-B91Kk .framer-1rb029j { display: block; }\",\".framer-B91Kk.framer-1i2hope { cursor: pointer; height: 32px; overflow: hidden; position: relative; width: 32px; }\",\".framer-B91Kk .framer-hxpvvp { flex: none; height: 18px; left: calc(50.00000000000002% - 18px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 18px / 2); width: 18px; }\",\".framer-B91Kk .framer-y4adui { bottom: 0px; flex: none; height: 2px; left: 0px; overflow: hidden; position: absolute; right: 0px; }\",\".framer-B91Kk .framer-ktulgj { flex: none; height: 2px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: calc(50.00000000000002% - 2px / 2); }\",\".framer-B91Kk .framer-1w1caap { flex: none; height: 2px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-B91Kk.framer-v-1b9yc9d .framer-y4adui { bottom: unset; left: -4px; right: -4px; top: calc(50.00000000000002% - 2px / 2); }\",\".framer-B91Kk.framer-v-1b9yc9d .framer-ktulgj { left: unset; right: -10px; width: 2px; }\",\".framer-B91Kk.framer-v-1b9yc9d .framer-1w1caap { left: unset; right: -4px; top: calc(50.00000000000002% - 2px / 2); width: 26px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 32\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ifT4UOqDg\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"TBgHLr7MW\":\"tap\",\"iWF8EWIN1\":\"color\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerpJZZkMUm1=withCSS(Component,css,\"framer-B91Kk\");export default FramerpJZZkMUm1;FramerpJZZkMUm1.displayName=\"Elements/Menu Icon\";FramerpJZZkMUm1.defaultProps={height:32,width:32};addPropertyControls(FramerpJZZkMUm1,{variant:{options:[\"blA77e4aM\",\"ifT4UOqDg\"],optionTitles:[\"Burger\",\"X\"],title:\"Variant\",type:ControlType.Enum},TBgHLr7MW:{title:\"Tap\",type:ControlType.EventHandler},iWF8EWIN1:{defaultValue:'var(--token-7338f997-3db2-4065-98e4-6bcba8c753f4, rgb(255, 255, 255)) /* {\"name\":\"Neutral 01\"} */',title:\"Color\",type:ControlType.Color}});addFonts(FramerpJZZkMUm1,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerpJZZkMUm1\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"32\",\"framerVariables\":\"{\\\"TBgHLr7MW\\\":\\\"tap\\\",\\\"iWF8EWIN1\\\":\\\"color\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ifT4UOqDg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"32\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./pJZZkMUm1.map","// Generated by Framer (f318921)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Urbanist-semibold\",\"FS;Urbanist-black\",\"FS;Urbanist-black italic\",\"FS;Urbanist-semibold italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Urbanist\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NWFQAWEPGN3FR4FYMX6PY5M2HVOQSZWU/IIWY67X24KIURE4HBNGWYFMHSEMIVC2G/QAJFELFQRETRXRXDQOALZZUXNPM2U5VX.woff2\",weight:\"600\"},{family:\"Urbanist\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/UCII5D3SSDQUKDNFBIKBIAPMR2IJ6L7T/XL3KCUFJ73GTWVQOSF66RCIM4V7NJIVX/44WTW5QSGOU5UEWRO4NHIW5D4FZHB7PL.woff2\",weight:\"900\"},{family:\"Urbanist\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/URJEJW6YFG7I3BVQS3KBTQF47HFGENUC/DQNPW7ZXRDGSWN5TI26SKURYG6YRZBKR/PKMLYTWGUJTDR35VNBVHWHHGCCA6CPK4.woff2\",weight:\"900\"},{family:\"Urbanist\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/WVMQPRJAMTBZTG3EYEW2BMDRQFQWVIKT/VVJ4EQ6W4ABQOK4JARCSOTWC64FWMKFX/WEZSSPVJ7W5EAH7ZJ47W5KFCVI7UWUIX.woff2\",weight:\"600\"}]}];export const css=['.framer-wowMV .framer-styles-preset-1fdufm6:not(.rich-text-wrapper), .framer-wowMV .framer-styles-preset-1fdufm6.rich-text-wrapper p { --framer-font-family: \"Urbanist\", \"Urbanist Placeholder\", sans-serif; --framer-font-family-bold: \"Urbanist\", sans-serif; --framer-font-family-bold-italic: \"Urbanist\", sans-serif; --framer-font-family-italic: \"Urbanist\", \"Urbanist Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.7em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #666666; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-wowMV\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","let e;var f=r=>{if(!e){let o=function(t,n){return r.createElement(\"svg\",{width:\"100%\",height:\"1.5em\",strokeWidth:1.5,viewBox:\"0 0 24 24\",fill:\"none\",xmlns:\"http://www.w3.org/2000/svg\",color:\"currentColor\",ref:n,...t},r.createElement(\"path\",{d:\"M3 9.5L12 4l9 5.5M19 13v6.4a.6.6 0 01-.6.6H5.6a.6.6 0 01-.6-.6V13\",stroke:\"currentColor\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}))};e=r.forwardRef(o)}return e};export{f as default};\n","import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/iconoir-icons/Home.js@0.0.11\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"Accessibility\",\"AccessibilitySign\",\"AccessibilityTech\",\"Activity\",\"AddCircledOutline\",\"AddDatabaseScript\",\"AddFolder\",\"AddFrame\",\"AddHexagon\",\"AddKeyframe\",\"AddKeyframeAlt\",\"AddKeyframes\",\"AddLens\",\"AddPage\",\"AddPinAlt\",\"AddSelection\",\"AddSquare\",\"AddToCart\",\"AddUser\",\"Airplane\",\"AirplaneHelix\",\"AirplaneHelix45Deg\",\"AirplaneOff\",\"AirplaneRotation\",\"Airplay\",\"Alarm\",\"Album\",\"AlbumCarousel\",\"AlbumList\",\"AlbumOpen\",\"AlignBottomBox\",\"AlignCenter\",\"AlignJustify\",\"AlignLeft\",\"AlignLeftBox\",\"AlignRight\",\"AlignRightBox\",\"AlignTopBox\",\"Antenna\",\"AntennaOff\",\"AntennaSignal\",\"AppNotification\",\"Apple\",\"AppleHalf\",\"AppleHalfAlt\",\"AppleImac2021\",\"AppleImac2021Side\",\"AppleSwift\",\"ArSymbol\",\"Archery\",\"Archive\",\"AreaSearch\",\"ArrowArchery\",\"ArrowDown\",\"ArrowDownCircled\",\"ArrowLeft\",\"ArrowLeftCircled\",\"ArrowRight\",\"ArrowRightCircled\",\"ArrowSeparate\",\"ArrowUnion\",\"ArrowUnionVertical\",\"ArrowUp\",\"ArrowUpCircled\",\"Asana\",\"Attachment\",\"AutoFlash\",\"Bag\",\"BasketBall\",\"BasketBallAlt\",\"BasketballField\",\"Battery25\",\"Battery50\",\"Battery75\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryIndicator\",\"BatteryWarning\",\"BeachBag\",\"BeachBagBig\",\"Bell\",\"BellNotification\",\"BellOff\",\"Bicycle\",\"Bin\",\"BinAdd\",\"BinFull\",\"BinHalf\",\"BinMinus\",\"Bluetooth\",\"Bold\",\"BoldSquareOutline\",\"BookmarkCircled\",\"BookmarkEmpty\",\"BorderBl\",\"BorderBottom\",\"BorderBr\",\"BorderInner\",\"BorderLeft\",\"BorderOut\",\"BorderRight\",\"BorderTl\",\"BorderTop\",\"BorderTr\",\"BounceLeft\",\"BounceRight\",\"BowlingBall\",\"Box\",\"BoxIso\",\"BoxingGlove\",\"BubbleDownload\",\"BubbleError\",\"BubbleIncome\",\"BubbleOutcome\",\"BubbleSearch\",\"BubbleStar\",\"BubbleUpload\",\"BubbleWarning\",\"Building\",\"BusOutline\",\"BusStop\",\"Calculator\",\"Calendar\",\"Camera\",\"Cancel\",\"CarOutline\",\"Cart\",\"CartAlt\",\"Cash\",\"Cell4X4\",\"CenterAlign\",\"ChatAdd\",\"ChatBubble\",\"ChatBubbleCheck\",\"ChatBubbleCheck1\",\"ChatBubbleEmpty\",\"ChatBubbleError\",\"ChatBubbleQuestion\",\"ChatBubbleTranslate\",\"ChatBubbleWarning\",\"ChatLines\",\"ChatRemove\",\"Check\",\"CheckCircledOutline\",\"Chocolate\",\"Chromecast\",\"ChromecastActive\",\"Church\",\"ChurchAlt\",\"CinemaOld\",\"Circle\",\"City\",\"ClockOutline\",\"Closet\",\"Cloud\",\"CloudBookAlt\",\"CloudCheck\",\"CloudDesync\",\"CloudDownload\",\"CloudError\",\"CloudSunny\",\"CloudSync\",\"CloudUpload\",\"Code\",\"Codepen\",\"Coin\",\"CollageFrame\",\"Collapse\",\"ColorFilter\",\"ColorPicker\",\"ColorPickerEmpty\",\"Combine\",\"CompactDisc\",\"Compress\",\"CompressLines\",\"Computer\",\"ControlSlider\",\"Copy\",\"Copyright\",\"CornerBottomLeft\",\"CornerBottomRight\",\"CornerTopLeft\",\"CornerTopRight\",\"Cpu\",\"CpuWarning\",\"CrackedEgg\",\"CreativeCommons\",\"CreditCard\",\"CreditCard2\",\"Crop\",\"CropRotateBl\",\"CropRotateBr\",\"CropRotateTl\",\"CropRotateTr\",\"Css3\",\"CursorPointer\",\"Cut\",\"CutAlt\",\"Cycling\",\"DashFlag\",\"Dashboard\",\"DashboardDots\",\"DashboardSpeed\",\"DataTransferBoth\",\"DataTransferCheck\",\"DataTransferDown\",\"DataTransferUp\",\"DataTransferWarning\",\"DatabaseBackup\",\"DatabaseExport\",\"DatabaseMonitor\",\"DatabaseRestore\",\"DatabaseScript\",\"DatabaseSettings\",\"DatabaseStar\",\"DatabaseStats\",\"Db\",\"DbCheck\",\"DbError\",\"DbSearch\",\"DbStar\",\"DbWarning\",\"DeCompress\",\"DeleteCircledOutline\",\"DesignPencil\",\"Dialpad\",\"Display4K\",\"DivideSelection1\",\"DivideSelection2\",\"DocSearch\",\"DocSearchAlt\",\"DocStar\",\"DocStarAlt\",\"Dollar\",\"DomoticIssue\",\"Donate\",\"DoubleCheck\",\"DownRoundArrow\",\"Download\",\"DragHandGesture\",\"Drawer\",\"Dribbble\",\"Droplet\",\"DropletHalf\",\"EaseIn\",\"EaseInControlPoint\",\"EaseInOut\",\"EaseOut\",\"EaseOutControlPoint\",\"Edit\",\"EditPencil\",\"Egg\",\"Eject\",\"ElectronicsChip\",\"Emoji\",\"EmojiBall\",\"EmojiBlinkLeft\",\"EmojiBlinkRight\",\"EmojiLookBottom\",\"EmojiLookLeft\",\"EmojiLookRight\",\"EmojiLookTop\",\"EmojiQuite\",\"EmojiReally\",\"EmojiSad\",\"EmojiSatisfied\",\"EmojiSingLeft\",\"EmojiSingLeftNote\",\"EmojiSingRight\",\"EmojiSingRightNote\",\"EmojiSurprise\",\"EmojiSurpriseAlt\",\"EmojiTalkingAngry\",\"EmojiTalkingHappy\",\"EmojiThinkLeft\",\"EmojiThinkRight\",\"EmptyPage\",\"Enlarge\",\"EnlargeRoundArrow\",\"Euro\",\"EuroSquare\",\"EvCharge\",\"EvChargeAlt\",\"EvPlug\",\"EvPlugCharging\",\"EvPlugError\",\"EvStation\",\"Exclude\",\"Expand\",\"ExpandLines\",\"EyeAlt\",\"EyeClose\",\"EyeEmpty\",\"EyeOff\",\"FaceId\",\"Facebook\",\"FacebookSquared\",\"Farm\",\"FastArrowDown\",\"FastArrowDownBox\",\"FastArrowLeft\",\"FastArrowLeftBox\",\"FastArrowRight\",\"FastArrowRightBox\",\"FastArrowTop\",\"FastArrowUpBox\",\"FastBottomCircle\",\"FastLeftCircle\",\"FastRightCircle\",\"FastTopCircle\",\"Female\",\"Figma\",\"FileNotFound\",\"Filter\",\"FilterAlt\",\"Finder\",\"Fingerprint\",\"FingerprintCircled\",\"FingerprintCircledOk\",\"FingerprintPhone\",\"FingerprintScan\",\"FingerprintSquared\",\"Fishing\",\"Flare\",\"Flash\",\"FlashOff\",\"Flip\",\"FlipReverse\",\"Flower\",\"Fog\",\"Folder\",\"FolderAlert\",\"FontSize\",\"Football\",\"FootballBall\",\"ForwardOutline\",\"Frame\",\"FrameAlt\",\"FrameAltEmpty\",\"FrameSelect\",\"FrameSimple\",\"FrameTool\",\"Fridge\",\"Fx\",\"Garage\",\"Gas\",\"GasTank\",\"GasTankDrop\",\"Gift\",\"GitBranch\",\"GitCommit\",\"GitHub\",\"GitHubOutline\",\"GitLabFull\",\"GitMerge\",\"GlassEmpty\",\"GlassHalf\",\"GlassHalfAlt\",\"Glasses\",\"Golf\",\"Google\",\"GoogleCircled\",\"GoogleDocs\",\"GoogleDrive\",\"GoogleDriveCheck\",\"GoogleDriveSync\",\"GoogleDriveWarning\",\"GoogleHome\",\"GoogleOne\",\"Gps\",\"GraphDown\",\"GraphUp\",\"GridAdd\",\"GridMinus\",\"GridRemove\",\"Group\",\"Gym\",\"HalfMoon\",\"HandBrake\",\"Handbag\",\"HardDrive\",\"Hat\",\"Hd\",\"Hdr\",\"Headset\",\"HeadsetCharge\",\"HeadsetHelp\",\"HeadsetIssue\",\"HealthShield\",\"Healthcare\",\"Heart\",\"HeavyRain\",\"Heptagon\",\"HerSlips\",\"HesaWarningOutline\",\"Hexagon\",\"HexagonAlt\",\"HighPriority\",\"HistoricShield\",\"HistoricShieldAlt\",\"Home\",\"HomeAlt\",\"HomeAltSlim\",\"HomeAltSlimHoriz\",\"HomeHospital\",\"HomeSimple\",\"HomeSimpleDoor\",\"HomeUser\",\"Hospital\",\"HospitalSign\",\"Hourglass\",\"Html5\",\"Iconoir\",\"Import\",\"Industry\",\"InfoEmpty\",\"InputField\",\"InputSearch\",\"Instagram\",\"Intersect\",\"IntersectAlt\",\"IosSettings\",\"IrisScan\",\"Italic\",\"ItalicSquareOutline\",\"Journal\",\"JournalPage\",\"KeyAlt\",\"KeyAltBack\",\"KeyAltMinus\",\"KeyAltPlus\",\"KeyAltRemove\",\"Keyframe\",\"KeyframeAlignCenter\",\"KeyframePosition\",\"Keyframes\",\"KeyframesCouple\",\"LabelOutline\",\"Lamp\",\"Language\",\"Laptop\",\"LaptopCharging\",\"LaptopFix\",\"LaptopIssue\",\"LargeSuitcase\",\"LayoutLeft\",\"LayoutRight\",\"Leaderboard\",\"LeaderboardStar\",\"LeftRoundArrow\",\"Lens\",\"Lifebelt\",\"LightBulb\",\"LightBulbOff\",\"LightBulbOn\",\"LineSpace\",\"Linear\",\"Link\",\"LinkedIn\",\"List\",\"LoadActionFloppy\",\"Lock\",\"LockKey\",\"LogDenied\",\"LogIn\",\"LogOut\",\"LongArrowDownLeft\",\"LongArrowDownRight\",\"LongArrowLeftDown\",\"LongArrowLeftUp\",\"LongArrowRightDown\",\"LongArrowRightUp\",\"LongArrowRightUp1\",\"LongArrowUpLeft\",\"LongArrowUpRight\",\"LotOfCash\",\"MacControlKey\",\"MacDock\",\"MacOptionKey\",\"MacOsWindow\",\"Mail\",\"MailOpened\",\"Male\",\"Map\",\"MapIssue\",\"MapsArrow\",\"MapsArrowDiagonal\",\"MapsArrowIssue\",\"MapsGoStraight\",\"MapsTurnBack\",\"MapsTurnLeft\",\"MapsTurnRight\",\"MaskSquare\",\"Maximize\",\"Medal\",\"Medal1St\",\"Medium\",\"Megaphone\",\"Menu\",\"MenuScale\",\"Message\",\"MessageAlert\",\"MessageText\",\"Metro\",\"Mic\",\"MicAdd\",\"MicCheck\",\"MicMute\",\"MicRemove\",\"MicSpeaking\",\"MicWarning\",\"Minus\",\"Minus1\",\"MinusHexagon\",\"MinusPinAlt\",\"MinusSquare\",\"MissingFont\",\"ModernTv\",\"ModernTv4K\",\"MoneySquare\",\"MoonSat\",\"MoreHoriz\",\"MoreVert\",\"MouseButtonLeft\",\"MouseButtonRight\",\"MouseScrollWheel\",\"MoveDown\",\"MoveLeft\",\"MoveRight\",\"MoveRuler\",\"MoveUp\",\"Movie\",\"MultiBubble\",\"MultiMacOsWindow\",\"MultiWindow\",\"MultiplePages\",\"MultiplePagesAdd\",\"MultiplePagesDelete\",\"MultiplePagesEmpty\",\"MultiplePagesRemove\",\"Music1\",\"Music1Add\",\"Music2\",\"Music2Add\",\"NavArrowDown\",\"NavArrowLeft\",\"NavArrowRight\",\"NavArrowUp\",\"Navigator\",\"NavigatorAlt\",\"Network\",\"NetworkAlt\",\"NetworkLeft\",\"NetworkRight\",\"NoBattery\",\"NoCoin\",\"NoCreditCard\",\"NoLock\",\"NoSmoking\",\"Notes\",\"Octagon\",\"OilIndustry\",\"OpenInBrowser\",\"OpenInWindow\",\"OpenVpn\",\"OrangeHalf\",\"OrangeSlice\",\"OrangeSliceAlt\",\"Page\",\"PageFlip\",\"PageSearch\",\"PageStar\",\"Palette\",\"PanoramaEnlarge\",\"PanoramaReduce\",\"Pants\",\"PantsAlt\",\"PasswordCursor\",\"PasswordError\",\"PasswordPass\",\"PauseOutline\",\"PcMouse\",\"PenConnectBluetooth\",\"PenConnectWifi\",\"PenTablet\",\"PenTabletConnectUsb\",\"PenTabletConnectWifi\",\"Pentagon\",\"Percentage\",\"PercentageRound\",\"PercentageSquare\",\"PharmacyCircledCross\",\"PharmacySquaredCross\",\"Phone\",\"PhoneAdd\",\"PhoneDelete\",\"PhoneDisabled\",\"PhoneIncome\",\"PhoneOutcome\",\"PhonePaused\",\"PhoneRemove\",\"Pin\",\"PinAlt\",\"PizzaSlice\",\"Planet\",\"PlanetAlt\",\"PlanetSat\",\"PlayOutline\",\"Playlist\",\"PlaylistAdd\",\"PlaylistPlay\",\"PlugTypeA\",\"PlugTypeC\",\"PlugTypeG\",\"PlugTypeL\",\"Plus\",\"Pocket\",\"Position\",\"PositionAlign\",\"Pound\",\"PrecisionTool\",\"Printer\",\"PrinterAlt\",\"PrintingPage\",\"PriorityDown\",\"PriorityUp\",\"ProfileCircled\",\"Prohibition\",\"QuestionMark\",\"QuestionMarkCircle\",\"Rain\",\"ReceiveDollars\",\"ReceiveEuros\",\"ReceivePounds\",\"ReceiveYens\",\"Redo\",\"RedoAction\",\"RedoCircle\",\"Reduce\",\"ReduceRoundArrow\",\"Refresh\",\"RefreshCircular\",\"RefreshDouble\",\"ReminderHandGesture\",\"RemoveDatabaseScript\",\"RemoveEmpty\",\"RemoveFolder\",\"RemoveFrame\",\"RemoveFromCart\",\"RemoveKeyframe\",\"RemoveKeyframeAlt\",\"RemoveKeyframes\",\"RemovePage\",\"RemovePinAlt\",\"RemoveSelection\",\"RemoveSquare\",\"RemoveUser\",\"Repeat\",\"RepeatOnce\",\"ReportColumns\",\"Reports\",\"RewindOutline\",\"Rhombus\",\"RightRoundArrow\",\"Rings\",\"RotateCameraLeft\",\"RotateCameraRight\",\"RssFeed\",\"RssFeedSquared\",\"Ruler\",\"RulerAdd\",\"RulerCombine\",\"RulerRemove\",\"Running\",\"Sandals\",\"SaveActionFloppy\",\"SaveFloppyDisk\",\"ScaleFrameEnlarge\",\"ScaleFrameReduce\",\"Scanning\",\"Scarf\",\"Scissor\",\"ScissorAlt\",\"SeaAndSun\",\"SeaWaves\",\"Search\",\"SearchFont\",\"SecurityPass\",\"Selection\",\"SelectiveTool\",\"SendDollars\",\"SendEuros\",\"SendPounds\",\"SendYens\",\"Server\",\"ServerConnection\",\"Settings\",\"SettingsCloud\",\"SettingsProfiles\",\"ShareAndroid\",\"ShareIos\",\"Shield\",\"ShieldAdd\",\"ShieldAlert\",\"ShieldAlt\",\"ShieldBroken\",\"ShieldCheck\",\"ShieldCross\",\"ShieldDownload\",\"ShieldEye\",\"ShieldLoading\",\"ShieldMinus\",\"ShieldQuestion\",\"ShieldSearch\",\"ShieldUpload\",\"Shop\",\"ShopAlt\",\"ShoppingBag\",\"ShoppingBagAdd\",\"ShoppingBagAlt\",\"ShoppingBagArrowDown\",\"ShoppingBagArrowUp\",\"ShoppingBagCheck\",\"ShoppingBagIssue\",\"ShoppingBagRemove\",\"ShoppingCode\",\"ShoppingCodeCheck\",\"ShoppingCodeError\",\"ShortPants\",\"ShortPantsAlt\",\"Shuffle\",\"SimpleCart\",\"SingleTapGesture\",\"Skateboard\",\"Skateboarding\",\"SkipNextOutline\",\"SkipPrevOutline\",\"SmallShop\",\"SmallShopAlt\",\"SmartphoneDevice\",\"Smoking\",\"Snow\",\"SnowFlake\",\"Soap\",\"SoccerBall\",\"SortDown\",\"SortUp\",\"SoundHigh\",\"SoundLow\",\"SoundMin\",\"SoundOff\",\"SpockHandGesture\",\"Square\",\"StarDashed\",\"StarHalfDashed\",\"StarOutline\",\"StatDown\",\"StatUp\",\"StatsReport\",\"StatsSquareDown\",\"StatsSquareUp\",\"Stretching\",\"StyleBorder\",\"Substract\",\"Suggestion\",\"SunLight\",\"Swimming\",\"SwipeDownGesture\",\"SwipeLeftGesture\",\"SwipeRightGesture\",\"SwipeUpGesture\",\"SwitchOffOutline\",\"SwitchOnOutline\",\"SystemRestart\",\"SystemShut\",\"Table\",\"Table2Columns\",\"TableRows\",\"Telegram\",\"TelegramCircled\",\"TennisBall\",\"TennisBallAlt\",\"TerminalOutline\",\"TerminalSimple\",\"Text\",\"TextAlt\",\"TextSize\",\"ThreeStars\",\"Thunderstorm\",\"TikTok\",\"Timer\",\"TimerOff\",\"Tower\",\"TowerCheck\",\"TowerNoAccess\",\"TowerWarning\",\"Trademark\",\"TrainOutline\",\"Tram\",\"TransitionBottom\",\"TransitionLeft\",\"TransitionRight\",\"TransitionTop\",\"Translate\",\"Trash\",\"Treadmill\",\"Trekking\",\"Trello\",\"Triangle\",\"TriangleFlag\",\"TriangleFlagCircle\",\"TriangleFlagFull\",\"Trophy\",\"Tunnel\",\"Tv\",\"TvFix\",\"TvIssue\",\"Twitter\",\"TwitterVerifiedBadge\",\"Type\",\"UmbrellaFull\",\"Underline\",\"Undo\",\"UndoAction\",\"UndoCircle\",\"Union\",\"UnionAlt\",\"UnionHorizAlt\",\"Unity\",\"Unity5\",\"UpRoundArrow\",\"Upload\",\"UploadSquareOutline\",\"Usb\",\"User\",\"UserBag\",\"UserCart\",\"UserCircleAlt\",\"UserScan\",\"UserSquareAlt\",\"VerifiedBadge\",\"VerifiedUser\",\"VideoCamera\",\"VideoCameraOff\",\"ViewColumns2\",\"ViewColumns3\",\"ViewGrid\",\"ViewStructureDown\",\"ViewStructureUp\",\"Voice\",\"VoiceCircled\",\"VoiceCircledLock\",\"VoiceError\",\"VoiceOk\",\"VoicePhone\",\"VoiceScan\",\"VoiceSquared\",\"VrSymbol\",\"Waist\",\"Walking\",\"WarningSquareOutline\",\"WebWindow\",\"WebWindowClose\",\"Weight\",\"WeightAlt\",\"WhiteFlag\",\"Wifi\",\"WifiIssue\",\"WifiOff\",\"WifiSignalNone\",\"Wind\",\"WrapText\",\"Wristwatch\",\"Yen\",\"YenSquare\",\"Yoga\",\"YouTube\",\"ZoomIn\",\"ZoomOut\",];const moduleBaseUrl=\"https://framer.com/m/iconoir-icons/\";const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * ICONOIR\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.11`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch{if(isMounted.current)setSelectedIcon(null);}}// Import module when new style or icon is selected\nuseEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(SelectedIcon,{size:\"100$%\",style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Iconoir\";Icon.defaultProps={width:24,height:24,iconSelection:\"Home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Iconoir site](https://iconoir.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box…\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Iconoir.map","// Generated by Framer (4d21961)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,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 Iconoir}from\"https://framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js\";const IconoirFonts=getFonts(Iconoir);const enabledGestures={Dnfmpzn4i:{hover:true},OYde6UmtF:{hover:true},Sj4aq9M6e:{hover:true},tLUgTyJmH:{hover:true}};const cycleOrder=[\"OYde6UmtF\",\"Dnfmpzn4i\",\"tLUgTyJmH\",\"Sj4aq9M6e\"];const serializationHash=\"framer-Fa17V\";const variantClassNames={Dnfmpzn4i:\"framer-v-el1jxd\",OYde6UmtF:\"framer-v-vlv4n2\",Sj4aq9M6e:\"framer-v-13wj2cg\",tLUgTyJmH:\"framer-v-1uwotwt\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};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={\"Dropdown \":\"Sj4aq9M6e\",Dropdown:\"tLUgTyJmH\",Footer:\"Dnfmpzn4i\",Header:\"OYde6UmtF\"};const getProps=({height,hover,iconVisible,id,link,tap,title,width,...props})=>{return{...props,akEaMP2V_:title??props.akEaMP2V_??\"Home\",dpKtLgXs9:link??props.dpKtLgXs9,IejEVkrjL:iconVisible??props.IejEVkrjL??true,StjX81xm6:hover??props.StjX81xm6,variant:humanReadableVariantMap[props.variant]??props.variant??\"OYde6UmtF\",YbSPhQ7QA:tap??props.YbSPhQ7QA};};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,akEaMP2V_,StjX81xm6,IejEVkrjL,dpKtLgXs9,YbSPhQ7QA,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"OYde6UmtF\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapfjimme=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(YbSPhQ7QA){const res=await YbSPhQ7QA(...args);if(res===false)return false;}});const onMouseEnter1rzn7lf=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(StjX81xm6){const res=await StjX81xm6(...args);if(res===false)return false;}});const sharedStyleClassNames=[];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,{href:dpKtLgXs9,motionChild:true,nodeId:\"OYde6UmtF\",openInNewTab:false,scopeId:\"rFM8FwS97\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-vlv4n2\",className,classNames)} framer-1ldne26`,\"data-framer-name\":\"Header\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"OYde6UmtF\",onMouseEnter:onMouseEnter1rzn7lf,onTap:onTapfjimme,ref:refBinding,style:{backgroundColor:\"var(--token-96b06de6-276f-47e3-a541-f01772f9ea0a, rgb(255, 255, 255))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,...style},variants:{Dnfmpzn4i:{backgroundColor:\"rgba(0, 0, 0, 0)\"},tLUgTyJmH:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({\"Dnfmpzn4i-hover\":{\"data-framer-name\":undefined},\"OYde6UmtF-hover\":{\"data-framer-name\":undefined},\"Sj4aq9M6e-hover\":{\"data-framer-name\":undefined},\"tLUgTyJmH-hover\":{\"data-framer-name\":undefined},Dnfmpzn4i:{\"data-framer-name\":\"Footer\"},Sj4aq9M6e:{\"data-framer-name\":\"Dropdown \"},tLUgTyJmH:{\"data-framer-name\":\"Dropdown\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7VXJiYW5pc3QtbWVkaXVt\",\"--framer-font-family\":'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-46f3b392-d383-42bf-b1d7-1baf378dae55, rgb(3, 3, 3)))\"},children:\"Home\"})}),className:\"framer-gpfzqp\",fonts:[\"FS;Urbanist-medium\"],layoutDependency:layoutDependency,layoutId:\"A6bV4HR9z\",style:{\"--extracted-r6o4lv\":\"var(--token-46f3b392-d383-42bf-b1d7-1baf378dae55, rgb(3, 3, 3))\",\"--framer-paragraph-spacing\":\"0px\"},text:akEaMP2V_,variants:{\"Dnfmpzn4i-hover\":{\"--extracted-r6o4lv\":\"var(--token-e22edf02-5e02-45f8-a07e-e6318256fc74, rgb(255, 142, 108))\"},\"OYde6UmtF-hover\":{\"--extracted-r6o4lv\":\"var(--token-e22edf02-5e02-45f8-a07e-e6318256fc74, rgb(255, 142, 108))\"},\"Sj4aq9M6e-hover\":{\"--extracted-r6o4lv\":\"var(--token-e22edf02-5e02-45f8-a07e-e6318256fc74, rgb(255, 142, 108))\"},\"tLUgTyJmH-hover\":{\"--extracted-r6o4lv\":\"var(--token-e22edf02-5e02-45f8-a07e-e6318256fc74, rgb(255, 142, 108))\"},Dnfmpzn4i:{\"--extracted-r6o4lv\":\"var(--token-42eb5644-f375-4ec7-9f33-8ce4e4de06bc, rgb(80, 80, 80))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"Dnfmpzn4i-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7VXJiYW5pc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e22edf02-5e02-45f8-a07e-e6318256fc74, rgb(255, 142, 108)))\"},children:\"Home\"})})},\"OYde6UmtF-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7VXJiYW5pc3QtbWVkaXVt\",\"--framer-font-family\":'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e22edf02-5e02-45f8-a07e-e6318256fc74, rgb(255, 142, 108)))\"},children:\"Home\"})})},\"Sj4aq9M6e-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7VXJiYW5pc3QtbWVkaXVt\",\"--framer-font-family\":'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e22edf02-5e02-45f8-a07e-e6318256fc74, rgb(255, 142, 108)))\"},children:\"Home\"})})},\"tLUgTyJmH-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7VXJiYW5pc3QtbWVkaXVt\",\"--framer-font-family\":'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e22edf02-5e02-45f8-a07e-e6318256fc74, rgb(255, 142, 108)))\"},children:\"Home\"})})},Dnfmpzn4i:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7VXJiYW5pc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-42eb5644-f375-4ec7-9f33-8ce4e4de06bc, rgb(80, 80, 80)))\"},children:\"Home\"})}),fonts:[\"FS;Urbanist-regular\"]}},baseVariant,gestureVariant)}),IejEVkrjL&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-i9kcxe-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"WJboklD4_-container\",nodeId:\"WJboklD4_\",rendersWithMotion:true,scopeId:\"rFM8FwS97\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-46f3b392-d383-42bf-b1d7-1baf378dae55, rgb(3, 3, 3))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"NavArrowDown\",id:\"WJboklD4_\",layoutId:\"WJboklD4_\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"Dnfmpzn4i-hover\":{color:\"var(--token-e22edf02-5e02-45f8-a07e-e6318256fc74, rgb(255, 142, 108))\",iconSelection:\"NavArrowUp\"},\"OYde6UmtF-hover\":{color:\"var(--token-e22edf02-5e02-45f8-a07e-e6318256fc74, rgb(255, 142, 108))\",iconSelection:\"NavArrowUp\"},\"Sj4aq9M6e-hover\":{color:\"var(--token-e22edf02-5e02-45f8-a07e-e6318256fc74, rgb(255, 142, 108))\",iconSelection:\"NavArrowUp\"},\"tLUgTyJmH-hover\":{color:\"var(--token-e22edf02-5e02-45f8-a07e-e6318256fc74, rgb(255, 142, 108))\",iconSelection:\"NavArrowUp\"},Dnfmpzn4i:{color:\"var(--token-85c5b053-0a6f-4767-8025-881a43145064, rgb(10, 9, 21))\"},tLUgTyJmH:{color:\"var(--token-2ad69017-7786-4da0-a878-b828641c8be2, rgb(6, 8, 31))\"}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Fa17V.framer-1ldne26, .framer-Fa17V .framer-1ldne26 { display: block; }\",\".framer-Fa17V.framer-vlv4n2 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 4px 12px 4px 12px; position: relative; text-decoration: none; width: min-content; }\",\".framer-Fa17V .framer-gpfzqp { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Fa17V .framer-i9kcxe-container { flex: none; height: 18px; position: relative; width: 18px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Fa17V.framer-vlv4n2 { gap: 0px; } .framer-Fa17V.framer-vlv4n2 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-Fa17V.framer-vlv4n2 > :first-child { margin-left: 0px; } .framer-Fa17V.framer-vlv4n2 > :last-child { margin-right: 0px; } }\",\".framer-Fa17V.framer-v-el1jxd.framer-vlv4n2, .framer-Fa17V.framer-v-1uwotwt.framer-vlv4n2 { padding: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 35\n * @framerIntrinsicWidth 88\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Dnfmpzn4i\":{\"layout\":[\"auto\",\"auto\"]},\"tLUgTyJmH\":{\"layout\":[\"auto\",\"auto\"]},\"Sj4aq9M6e\":{\"layout\":[\"auto\",\"auto\"]},\"VVlsf3tYl\":{\"layout\":[\"auto\",\"auto\"]},\"iEnNxAiC0\":{\"layout\":[\"auto\",\"auto\"]},\"Eid9_KidJ\":{\"layout\":[\"auto\",\"auto\"]},\"wh3whv5dw\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"akEaMP2V_\":\"title\",\"StjX81xm6\":\"hover\",\"IejEVkrjL\":\"iconVisible\",\"dpKtLgXs9\":\"link\",\"YbSPhQ7QA\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerrFM8FwS97=withCSS(Component,css,\"framer-Fa17V\");export default FramerrFM8FwS97;FramerrFM8FwS97.displayName=\"Menu Item/Menu Item 3\";FramerrFM8FwS97.defaultProps={height:35,width:88};addPropertyControls(FramerrFM8FwS97,{variant:{options:[\"OYde6UmtF\",\"Dnfmpzn4i\",\"tLUgTyJmH\",\"Sj4aq9M6e\"],optionTitles:[\"Header\",\"Footer\",\"Dropdown\",\"Dropdown \"],title:\"Variant\",type:ControlType.Enum},akEaMP2V_:{defaultValue:\"Home\",displayTextArea:false,title:\"Title\",type:ControlType.String},StjX81xm6:{title:\"Hover\",type:ControlType.EventHandler},IejEVkrjL:{defaultValue:true,title:\"Icon Visible\",type:ControlType.Boolean},dpKtLgXs9:{title:\"Link\",type:ControlType.Link},YbSPhQ7QA:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerrFM8FwS97,[{explicitInter:true,fonts:[{family:\"Urbanist\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/RFRIJEFDDNYP2G3SPLVDDAM6LQXTHLSW/F4KOPAGTNOYCQKYEBAKSIKS536ETV6GN/AEP5JZTJJB3JMLBFSBTZLRSVGYD73SDZ.woff2\",weight:\"500\"},{family:\"Urbanist\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/QVSEREMQIHTDJ6PBN6SDKDQRKHAIJM4G/5FQFK3HFEC5ZJORN7EUWWXKPUKR4HDO2/S3LPGNCYQN366TZLSH3ASTPTKANFMFDS.woff2\",weight:\"400\"}]},...IconoirFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerrFM8FwS97\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"88\",\"framerVariables\":\"{\\\"akEaMP2V_\\\":\\\"title\\\",\\\"StjX81xm6\\\":\\\"hover\\\",\\\"IejEVkrjL\\\":\\\"iconVisible\\\",\\\"dpKtLgXs9\\\":\\\"link\\\",\\\"YbSPhQ7QA\\\":\\\"tap\\\"}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"35\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Dnfmpzn4i\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"tLUgTyJmH\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Sj4aq9M6e\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"VVlsf3tYl\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"iEnNxAiC0\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Eid9_KidJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"wh3whv5dw\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./rFM8FwS97.map","// Generated by Framer (4d21961)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import MenuItemMenuItem3 from\"https://framerusercontent.com/modules/ZKRzUuzS6Qv1Q0LtSuOm/pPE5rx0FyudiTY4jtvRa/rFM8FwS97.js\";const MenuItemMenuItem3Fonts=getFonts(MenuItemMenuItem3);const cycleOrder=[\"fxIcluxd5\",\"Tn5EwwuaK\"];const serializationHash=\"framer-JRIUH\";const variantClassNames={fxIcluxd5:\"framer-v-hrihly\",Tn5EwwuaK:\"framer-v-1eoedqr\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};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={\"Main Dropdown\":\"fxIcluxd5\",\"Phone On Scroll\":\"Tn5EwwuaK\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"fxIcluxd5\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"fxIcluxd5\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-hrihly\",className,classNames),\"data-framer-name\":\"Main Dropdown\",layoutDependency:layoutDependency,layoutId:\"fxIcluxd5\",ref:refBinding,style:{backgroundColor:\"var(--token-6c3ed4eb-180b-405d-958f-35e789b29aa9, rgb(255, 255, 255))\",boxShadow:\"0px 16px 60px 0px rgba(0, 0, 0, 0.18)\",...style},variants:{Tn5EwwuaK:{backgroundColor:\"rgba(0, 0, 0, 0)\",boxShadow:\"none\"}},...addPropertyOverrides({Tn5EwwuaK:{\"data-framer-name\":\"Phone On Scroll\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j05i0q\",\"data-framer-name\":\"All Menu\",layoutDependency:layoutDependency,layoutId:\"VQjqJ8wCa\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-25s15z\",\"data-framer-name\":\"List\",layoutDependency:layoutDependency,layoutId:\"nM8dElCBB\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-158twto\",\"data-framer-name\":\"List 01\",layoutDependency:layoutDependency,layoutId:\"bdj_RfQy7\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"R6VeHMKSI\"},implicitPathVariables:undefined},{href:{webPageId:\"R6VeHMKSI\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,y:(componentViewport?.y||0)+24+0+0+0+0+0,...addPropertyOverrides({Tn5EwwuaK:{y:(componentViewport?.y||0)+0+0+0+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1hsv0c1-container\",layoutDependency:layoutDependency,layoutId:\"RcCNbW8I8-container\",nodeId:\"RcCNbW8I8\",rendersWithMotion:true,scopeId:\"dzqn3G7NP\",children:/*#__PURE__*/_jsx(MenuItemMenuItem3,{akEaMP2V_:\"Actu Bruxelles\",dpKtLgXs9:resolvedLinks[0],height:\"100%\",id:\"RcCNbW8I8\",IejEVkrjL:false,layoutId:\"RcCNbW8I8\",variant:\"OYde6UmtF\",width:\"100%\",...addPropertyOverrides({Tn5EwwuaK:{dpKtLgXs9:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,y:(componentViewport?.y||0)+24+0+0+0+0+43,...addPropertyOverrides({Tn5EwwuaK:{y:(componentViewport?.y||0)+0+0+0+0+0+0+0+43}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1u6uydd-container\",layoutDependency:layoutDependency,layoutId:\"GJSPovH73-container\",nodeId:\"GJSPovH73\",rendersWithMotion:true,scopeId:\"dzqn3G7NP\",children:/*#__PURE__*/_jsx(MenuItemMenuItem3,{akEaMP2V_:\"Actu Charleroi\",height:\"100%\",id:\"GJSPovH73\",IejEVkrjL:false,layoutId:\"GJSPovH73\",variant:\"OYde6UmtF\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"jxUQEWIh6\"},implicitPathVariables:undefined},{href:{webPageId:\"jxUQEWIh6\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,y:(componentViewport?.y||0)+24+0+0+0+0+86,...addPropertyOverrides({Tn5EwwuaK:{y:(componentViewport?.y||0)+0+0+0+0+0+0+0+86}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1jgei1d-container\",layoutDependency:layoutDependency,layoutId:\"QH8gL0fSL-container\",nodeId:\"QH8gL0fSL\",rendersWithMotion:true,scopeId:\"dzqn3G7NP\",children:/*#__PURE__*/_jsx(MenuItemMenuItem3,{akEaMP2V_:\"Actu Li\\xe8ge\",dpKtLgXs9:resolvedLinks1[0],height:\"100%\",id:\"QH8gL0fSL\",IejEVkrjL:false,layoutId:\"QH8gL0fSL\",variant:\"OYde6UmtF\",width:\"100%\",...addPropertyOverrides({Tn5EwwuaK:{dpKtLgXs9:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1usklve\",\"data-framer-name\":\"List 03\",layoutDependency:layoutDependency,layoutId:\"IBgIQc4IP\"})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-JRIUH.framer-zo6npy, .framer-JRIUH .framer-zo6npy { display: block; }\",\".framer-JRIUH.framer-hrihly { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: min-content; }\",\".framer-JRIUH .framer-1j05i0q { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-JRIUH .framer-25s15z { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-JRIUH .framer-158twto { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-JRIUH .framer-1hsv0c1-container, .framer-JRIUH .framer-1u6uydd-container, .framer-JRIUH .framer-1jgei1d-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-JRIUH .framer-1usklve { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; min-height: 35px; min-width: 51px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-JRIUH.framer-hrihly, .framer-JRIUH .framer-1j05i0q, .framer-JRIUH .framer-25s15z, .framer-JRIUH .framer-158twto, .framer-JRIUH .framer-1usklve { gap: 0px; } .framer-JRIUH.framer-hrihly > *, .framer-JRIUH .framer-158twto > *, .framer-JRIUH .framer-1usklve > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-JRIUH.framer-hrihly > :first-child, .framer-JRIUH .framer-158twto > :first-child, .framer-JRIUH .framer-1usklve > :first-child { margin-top: 0px; } .framer-JRIUH.framer-hrihly > :last-child, .framer-JRIUH .framer-158twto > :last-child, .framer-JRIUH .framer-1usklve > :last-child { margin-bottom: 0px; } .framer-JRIUH .framer-1j05i0q > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-JRIUH .framer-1j05i0q > :first-child, .framer-JRIUH .framer-25s15z > :first-child { margin-left: 0px; } .framer-JRIUH .framer-1j05i0q > :last-child, .framer-JRIUH .framer-25s15z > :last-child { margin-right: 0px; } .framer-JRIUH .framer-25s15z > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-JRIUH.framer-v-1eoedqr.framer-hrihly { gap: 16px; padding: 0px; }\",\".framer-JRIUH.framer-v-1eoedqr .framer-1j05i0q { flex-direction: column; gap: 10px; }\",\".framer-JRIUH.framer-v-1eoedqr .framer-25s15z { flex-direction: column; gap: 10px; order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-JRIUH.framer-v-1eoedqr.framer-hrihly, .framer-JRIUH.framer-v-1eoedqr .framer-1j05i0q, .framer-JRIUH.framer-v-1eoedqr .framer-25s15z { gap: 0px; } .framer-JRIUH.framer-v-1eoedqr.framer-hrihly > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-JRIUH.framer-v-1eoedqr.framer-hrihly > :first-child, .framer-JRIUH.framer-v-1eoedqr .framer-1j05i0q > :first-child, .framer-JRIUH.framer-v-1eoedqr .framer-25s15z > :first-child { margin-top: 0px; } .framer-JRIUH.framer-v-1eoedqr.framer-hrihly > :last-child, .framer-JRIUH.framer-v-1eoedqr .framer-1j05i0q > :last-child, .framer-JRIUH.framer-v-1eoedqr .framer-25s15z > :last-child { margin-bottom: 0px; } .framer-JRIUH.framer-v-1eoedqr .framer-1j05i0q > *, .framer-JRIUH.framer-v-1eoedqr .framer-25s15z > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 169\n * @framerIntrinsicWidth 222\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Tn5EwwuaK\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerdzqn3G7NP=withCSS(Component,css,\"framer-JRIUH\");export default Framerdzqn3G7NP;Framerdzqn3G7NP.displayName=\"Menu Item/Dropdown 2\";Framerdzqn3G7NP.defaultProps={height:169,width:222};addPropertyControls(Framerdzqn3G7NP,{variant:{options:[\"fxIcluxd5\",\"Tn5EwwuaK\"],optionTitles:[\"Main Dropdown\",\"Phone On Scroll\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerdzqn3G7NP,[{explicitInter:true,fonts:[]},...MenuItemMenuItem3Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerdzqn3G7NP\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"169\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Tn5EwwuaK\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"222\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./dzqn3G7NP.map","// Generated by Framer (7d51cf8)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/y1bAvmys9jU8dKP0lOPl/389Zrsz5GBgMVPyRGhvY/flmSH5NTS.js\";const enabledGestures={LXl3zXwxB:{hover:true},qm6kZFksG:{hover:true},RkHxoODkY:{hover:true},xDWClzuDc:{hover:true}};const cycleOrder=[\"xDWClzuDc\",\"RkHxoODkY\",\"LXl3zXwxB\",\"qm6kZFksG\"];const serializationHash=\"framer-lwkEP\";const variantClassNames={LXl3zXwxB:\"framer-v-175slf2\",qm6kZFksG:\"framer-v-kdz6li\",RkHxoODkY:\"framer-v-152sibp\",xDWClzuDc:\"framer-v-1aq7wk8\"};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 transition2={bounce:.2,delay:0,duration:1,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={\"About Hero Button\":\"xDWClzuDc\",\"Button Icon\":\"RkHxoODkY\",\"Cta Button\":\"LXl3zXwxB\",\"White Button\":\"qm6kZFksG\"};const getProps=({height,icon,id,link,title,width,...props})=>{return{...props,BkNQ4HRGB:link??props.BkNQ4HRGB,N_iJWQdqY:title??props.N_iJWQdqY??\"Investir\",s7w0JLmOu:icon??props.s7w0JLmOu??{pixelHeight:25,pixelWidth:24,src:\"https://framerusercontent.com/images/fgzyhD7vnl42yATHCXhyPpSEcY.svg\"},variant:humanReadableVariantMap[props.variant]??props.variant??\"xDWClzuDc\"};};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,N_iJWQdqY,BkNQ4HRGB,s7w0JLmOu,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"xDWClzuDc\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(gestureVariant===\"RkHxoODkY-hover\")return false;if(baseVariant===\"RkHxoODkY\")return false;return true;};const isDisplayed1=()=>{if(gestureVariant===\"RkHxoODkY-hover\")return true;if(baseVariant===\"RkHxoODkY\")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,...addPropertyOverrides({RkHxoODkY:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:BkNQ4HRGB,motionChild:true,nodeId:\"xDWClzuDc\",openInNewTab:false,scopeId:\"Ikq7GQny3\",...addPropertyOverrides({LXl3zXwxB:{openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1aq7wk8\",className,classNames)} framer-1le9d7j`,\"data-border\":true,\"data-framer-name\":\"About Hero Button\",layoutDependency:layoutDependency,layoutId:\"xDWClzuDc\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(80, 80, 80, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(42, 66, 57)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,opacity:1,...style},variants:{\"LXl3zXwxB-hover\":{\"--border-color\":\"rgba(230, 230, 230, 0)\",backgroundColor:\"var(--token-a06d83b4-d5b5-4207-9f35-db685116ca3a, rgb(82, 219, 130))\",opacity:1},\"qm6kZFksG-hover\":{opacity:1},\"RkHxoODkY-hover\":{\"--border-color\":\"var(--token-817125d9-1adf-413c-a82d-90eac0caff3a, rgb(254, 229, 129))\",backgroundColor:\"var(--token-817125d9-1adf-413c-a82d-90eac0caff3a, rgb(254, 229, 129))\"},\"xDWClzuDc-hover\":{backgroundColor:\"rgb(160, 232, 172)\",opacity:.9},LXl3zXwxB:{\"--border-color\":\"var(--token-838f2938-1a37-48dd-ac42-9f49192f64f1, rgb(230, 230, 230))\"},qm6kZFksG:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},RkHxoODkY:{\"--border-color\":\"var(--token-96b06de6-276f-47e3-a541-f01772f9ea0a, rgb(255, 255, 255))\",backgroundColor:\"var(--token-96b06de6-276f-47e3-a541-f01772f9ea0a, rgb(255, 255, 255))\"}},...addPropertyOverrides({\"LXl3zXwxB-hover\":{\"data-framer-name\":undefined},\"qm6kZFksG-hover\":{\"data-framer-name\":undefined},\"RkHxoODkY-hover\":{\"data-framer-name\":undefined},\"xDWClzuDc-hover\":{\"data-framer-name\":undefined},LXl3zXwxB:{\"data-framer-name\":\"Cta Button\"},qm6kZFksG:{\"data-framer-name\":\"White Button\"},RkHxoODkY:{\"data-framer-name\":\"Button Icon\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x5urx\",\"data-framer-name\":\"Button Content\",layoutDependency:layoutDependency,layoutId:\"zFD1anGR8\",children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1fdufm6\",\"data-styles-preset\":\"flmSH5NTS\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-96b06de6-276f-47e3-a541-f01772f9ea0a, rgb(255, 255, 255)))\"},children:\"Learn More\"})}),className:\"framer-1pi8lr2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QEmf3tI5n\",style:{\"--extracted-r6o4lv\":\"var(--token-96b06de6-276f-47e3-a541-f01772f9ea0a, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},text:N_iJWQdqY,variants:{\"LXl3zXwxB-hover\":{\"--extracted-r6o4lv\":\"var(--token-96b06de6-276f-47e3-a541-f01772f9ea0a, rgb(255, 255, 255))\"},\"qm6kZFksG-hover\":{opacity:.8},LXl3zXwxB:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},qm6kZFksG:{\"--extracted-r6o4lv\":\"var(--token-46f3b392-d383-42bf-b1d7-1baf378dae55, rgb(3, 3, 3))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"LXl3zXwxB-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1fdufm6\",\"data-styles-preset\":\"flmSH5NTS\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-96b06de6-276f-47e3-a541-f01772f9ea0a, rgb(255, 255, 255)))\"},children:\"Learn More\"})})},LXl3zXwxB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1fdufm6\",\"data-styles-preset\":\"flmSH5NTS\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Investir\"})})},qm6kZFksG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1fdufm6\",\"data-styles-preset\":\"flmSH5NTS\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-46f3b392-d383-42bf-b1d7-1baf378dae55, rgb(3, 3, 3)))\"},children:\"Learn More\"})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:25,pixelWidth:24,src:\"https://framerusercontent.com/images/fgzyhD7vnl42yATHCXhyPpSEcY.svg\"},className:\"framer-16qt7no\",layoutDependency:layoutDependency,layoutId:\"OqJ0qebmk\",...addPropertyOverrides({RkHxoODkY:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(16+((componentViewport?.height||56)-32-24)/2)+0),pixelHeight:25,pixelWidth:24,src:\"https://framerusercontent.com/images/fgzyhD7vnl42yATHCXhyPpSEcY.svg\"}}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:25,pixelWidth:24,...toResponsiveImage(s7w0JLmOu),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-kmvhby\",layoutDependency:layoutDependency,layoutId:\"Dk2qS5MwK\",...addPropertyOverrides({RkHxoODkY:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(16+((componentViewport?.height||56)-32-24)/2)+0),pixelHeight:25,pixelWidth:24,sizes:\"24px\",...toResponsiveImage(s7w0JLmOu),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-lwkEP.framer-1le9d7j, .framer-lwkEP .framer-1le9d7j { display: block; }\",\".framer-lwkEP.framer-1aq7wk8 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 20px 10px 20px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-lwkEP .framer-x5urx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-lwkEP .framer-1pi8lr2 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-lwkEP .framer-16qt7no { flex: none; height: 24px; position: relative; width: 24px; z-index: 1; }\",\".framer-lwkEP .framer-kmvhby { bottom: 0px; flex: none; left: -50px; position: absolute; top: 0px; width: 24px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-lwkEP.framer-1aq7wk8, .framer-lwkEP .framer-x5urx { gap: 0px; } .framer-lwkEP.framer-1aq7wk8 > *, .framer-lwkEP .framer-x5urx > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-lwkEP.framer-1aq7wk8 > :first-child, .framer-lwkEP .framer-x5urx > :first-child { margin-left: 0px; } .framer-lwkEP.framer-1aq7wk8 > :last-child, .framer-lwkEP .framer-x5urx > :last-child { margin-right: 0px; } }\",\".framer-lwkEP.framer-v-152sibp.framer-1aq7wk8 { padding: 16px; }\",\".framer-lwkEP.framer-v-kdz6li.framer-1aq7wk8 { padding: 15px 24px 15px 24px; will-change: unset; }\",\".framer-lwkEP.framer-v-152sibp.hover .framer-16qt7no { bottom: 0px; height: unset; left: 50px; position: absolute; top: 0px; }\",\".framer-lwkEP.framer-v-152sibp.hover .framer-kmvhby { bottom: unset; height: 24px; left: unset; position: relative; top: unset; }\",\".framer-lwkEP.framer-v-kdz6li.hover.framer-1aq7wk8 { will-change: unset; }\",...sharedStyle.css,'.framer-lwkEP[data-border=\"true\"]::after, .framer-lwkEP [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 47\n * @framerIntrinsicWidth 92\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"RkHxoODkY\":{\"layout\":[\"auto\",\"auto\"]},\"LXl3zXwxB\":{\"layout\":[\"auto\",\"auto\"]},\"qm6kZFksG\":{\"layout\":[\"auto\",\"auto\"]},\"AMoqxQkSQ\":{\"layout\":[\"auto\",\"auto\"]},\"WyIGt7fZU\":{\"layout\":[\"auto\",\"auto\"]},\"kt3WiyfMJ\":{\"layout\":[\"auto\",\"auto\"]},\"Xs0wst5CU\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"N_iJWQdqY\":\"title\",\"BkNQ4HRGB\":\"link\",\"s7w0JLmOu\":\"icon\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerIkq7GQny3=withCSS(Component,css,\"framer-lwkEP\");export default FramerIkq7GQny3;FramerIkq7GQny3.displayName=\"Buttons/Button\";FramerIkq7GQny3.defaultProps={height:47,width:92};addPropertyControls(FramerIkq7GQny3,{variant:{options:[\"xDWClzuDc\",\"RkHxoODkY\",\"LXl3zXwxB\",\"qm6kZFksG\"],optionTitles:[\"About Hero Button\",\"Button Icon\",\"Cta Button\",\"White Button\"],title:\"Variant\",type:ControlType.Enum},N_iJWQdqY:{defaultValue:\"Investir\",displayTextArea:false,title:\"Title\",type:ControlType.String},BkNQ4HRGB:{title:\"Link\",type:ControlType.Link},s7w0JLmOu:{__defaultAssetReference:\"data:framer/asset-reference,fgzyhD7vnl42yATHCXhyPpSEcY.svg?originalFilename=right+1.svg&preferredSize=auto\",title:\"Icon\",type:ControlType.ResponsiveImage}});addFonts(FramerIkq7GQny3,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIkq7GQny3\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"47\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"RkHxoODkY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"LXl3zXwxB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"qm6kZFksG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"AMoqxQkSQ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"WyIGt7fZU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kt3WiyfMJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Xs0wst5CU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"N_iJWQdqY\\\":\\\"title\\\",\\\"BkNQ4HRGB\\\":\\\"link\\\",\\\"s7w0JLmOu\\\":\\\"icon\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"92\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ikq7GQny3.map","// Generated by Framer (915daba)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"jh7GMcsro\",\"tRkKqam2J\"];const serializationHash=\"framer-2lFOt\";const variantClassNames={jh7GMcsro:\"framer-v-14uo3aq\",tRkKqam2J:\"framer-v-1doced8\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};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={\"Footer Logo\":\"tRkKqam2J\",Desktop:\"jh7GMcsro\"};const getProps=({height,id,link,width,...props})=>{return{...props,JXrTtZTBK:link??props.JXrTtZTBK,variant:humanReadableVariantMap[props.variant]??props.variant??\"jh7GMcsro\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,JXrTtZTBK,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"jh7GMcsro\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();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,{href:JXrTtZTBK,motionChild:true,nodeId:\"jh7GMcsro\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-14uo3aq\",className,classNames)} framer-1r4ouu4`,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"jh7GMcsro\",ref:ref??ref1,style:{...style},...addPropertyOverrides({tRkKqam2J:{\"data-framer-name\":\"Footer Logo\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Logo \",fit:\"fill\",intrinsicHeight:43,intrinsicWidth:149,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||38)-0-38)/2)),pixelHeight:566,pixelWidth:1905,sizes:\"128px\",src:\"https://framerusercontent.com/images/HtfEuMCbR67SeKPz6IaOaTp1Q.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/HtfEuMCbR67SeKPz6IaOaTp1Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/HtfEuMCbR67SeKPz6IaOaTp1Q.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HtfEuMCbR67SeKPz6IaOaTp1Q.png 1905w\"},className:\"framer-1gdm3dh\",\"data-framer-name\":\"Logo Image \",layoutDependency:layoutDependency,layoutId:\"I0p5gV0MH\",...addPropertyOverrides({tRkKqam2J:{background:{alt:\"Logo \",fit:\"fill\",intrinsicHeight:43,intrinsicWidth:149,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||63)-0-63)/2)),pixelHeight:566,pixelWidth:1905,sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,src:\"https://framerusercontent.com/images/HtfEuMCbR67SeKPz6IaOaTp1Q.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/HtfEuMCbR67SeKPz6IaOaTp1Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/HtfEuMCbR67SeKPz6IaOaTp1Q.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HtfEuMCbR67SeKPz6IaOaTp1Q.png 1905w\"}}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2lFOt.framer-1r4ouu4, .framer-2lFOt .framer-1r4ouu4 { display: block; }\",\".framer-2lFOt.framer-14uo3aq { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-2lFOt .framer-1gdm3dh { flex: none; height: 38px; overflow: visible; position: relative; width: 128px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2lFOt.framer-14uo3aq { gap: 0px; } .framer-2lFOt.framer-14uo3aq > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-2lFOt.framer-14uo3aq > :first-child { margin-left: 0px; } .framer-2lFOt.framer-14uo3aq > :last-child { margin-right: 0px; } }\",\".framer-2lFOt.framer-v-1doced8.framer-14uo3aq { width: 216px; }\",\".framer-2lFOt.framer-v-1doced8 .framer-1gdm3dh { flex: 1 0 0px; height: 63px; width: 1px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 38\n * @framerIntrinsicWidth 128\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"tRkKqam2J\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"JXrTtZTBK\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerShltSl_co=withCSS(Component,css,\"framer-2lFOt\");export default FramerShltSl_co;FramerShltSl_co.displayName=\"Menu Item/Logo\";FramerShltSl_co.defaultProps={height:38,width:128};addPropertyControls(FramerShltSl_co,{variant:{options:[\"jh7GMcsro\",\"tRkKqam2J\"],optionTitles:[\"Desktop\",\"Footer Logo\"],title:\"Variant\",type:ControlType.Enum},JXrTtZTBK:{title:\"Link\",type:ControlType.Link}});addFonts(FramerShltSl_co,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerShltSl_co\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"tRkKqam2J\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"38\",\"framerVariables\":\"{\\\"JXrTtZTBK\\\":\\\"link\\\"}\",\"framerIntrinsicWidth\":\"128\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ShltSl_co.map","// Generated by Framer (013b13c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,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 Iconoir}from\"https://framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js\";const IconoirFonts=getFonts(Iconoir);const enabledGestures={cDcplOuP0:{hover:true,pressed:true},DlZcRqbak:{hover:true},jmmioqncI:{hover:true},PtZa6Yp9E:{hover:true}};const cycleOrder=[\"cDcplOuP0\",\"PtZa6Yp9E\",\"DlZcRqbak\",\"jmmioqncI\"];const serializationHash=\"framer-poCFJ\";const variantClassNames={cDcplOuP0:\"framer-v-10hlvw6\",DlZcRqbak:\"framer-v-hijnt8\",jmmioqncI:\"framer-v-tsurgn\",PtZa6Yp9E:\"framer-v-y69wi\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};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={\"Dropdown \":\"jmmioqncI\",Dropdown:\"DlZcRqbak\",Footer:\"PtZa6Yp9E\",Header:\"cDcplOuP0\"};const getProps=({height,hover,iconVisible,id,link,tap,title,width,...props})=>{return{...props,akEaMP2V_:title??props.akEaMP2V_??\"Home\",dpKtLgXs9:link??props.dpKtLgXs9,IejEVkrjL:iconVisible??props.IejEVkrjL??true,StjX81xm6:hover??props.StjX81xm6,variant:humanReadableVariantMap[props.variant]??props.variant??\"cDcplOuP0\",YbSPhQ7QA:tap??props.YbSPhQ7QA};};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,akEaMP2V_,StjX81xm6,IejEVkrjL,dpKtLgXs9,YbSPhQ7QA,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"cDcplOuP0\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapfjimme=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(YbSPhQ7QA){const res=await YbSPhQ7QA(...args);if(res===false)return false;}});const onMouseEnter1rzn7lf=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(StjX81xm6){const res=await StjX81xm6(...args);if(res===false)return false;}});const sharedStyleClassNames=[];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,{href:dpKtLgXs9,motionChild:true,nodeId:\"cDcplOuP0\",openInNewTab:false,scopeId:\"uaEznr8SJ\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-10hlvw6\",className,classNames)} framer-1ykrg1t`,\"data-framer-name\":\"Header\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"cDcplOuP0\",onMouseEnter:onMouseEnter1rzn7lf,onTap:onTapfjimme,ref:refBinding,style:{backgroundColor:\"var(--token-96b06de6-276f-47e3-a541-f01772f9ea0a, rgb(255, 255, 255))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,...style},variants:{DlZcRqbak:{backgroundColor:\"rgba(0, 0, 0, 0)\"},PtZa6Yp9E:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({\"cDcplOuP0-hover\":{\"data-framer-name\":undefined},\"cDcplOuP0-pressed\":{\"data-framer-name\":undefined},\"DlZcRqbak-hover\":{\"data-framer-name\":undefined},\"jmmioqncI-hover\":{\"data-framer-name\":undefined},\"PtZa6Yp9E-hover\":{\"data-framer-name\":undefined},DlZcRqbak:{\"data-framer-name\":\"Dropdown\"},jmmioqncI:{\"data-framer-name\":\"Dropdown \"},PtZa6Yp9E:{\"data-framer-name\":\"Footer\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7VXJiYW5pc3QtbWVkaXVt\",\"--framer-font-family\":'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-46f3b392-d383-42bf-b1d7-1baf378dae55, rgb(3, 3, 3)))\"},children:\"Home\"})}),className:\"framer-da3dhr\",fonts:[\"FS;Urbanist-medium\"],layoutDependency:layoutDependency,layoutId:\"TEMfUJiGd\",style:{\"--extracted-r6o4lv\":\"var(--token-46f3b392-d383-42bf-b1d7-1baf378dae55, rgb(3, 3, 3))\",\"--framer-paragraph-spacing\":\"0px\"},text:akEaMP2V_,variants:{\"cDcplOuP0-hover\":{\"--extracted-r6o4lv\":\"var(--token-e22edf02-5e02-45f8-a07e-e6318256fc74, rgb(255, 142, 108))\"},\"DlZcRqbak-hover\":{\"--extracted-r6o4lv\":\"var(--token-e22edf02-5e02-45f8-a07e-e6318256fc74, rgb(255, 142, 108))\"},\"jmmioqncI-hover\":{\"--extracted-r6o4lv\":\"var(--token-e22edf02-5e02-45f8-a07e-e6318256fc74, rgb(255, 142, 108))\"},\"PtZa6Yp9E-hover\":{\"--extracted-r6o4lv\":\"var(--token-e22edf02-5e02-45f8-a07e-e6318256fc74, rgb(255, 142, 108))\"},PtZa6Yp9E:{\"--extracted-r6o4lv\":\"var(--token-42eb5644-f375-4ec7-9f33-8ce4e4de06bc, rgb(80, 80, 80))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"cDcplOuP0-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7VXJiYW5pc3QtbWVkaXVt\",\"--framer-font-family\":'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e22edf02-5e02-45f8-a07e-e6318256fc74, rgb(255, 142, 108)))\"},children:\"Home\"})})},\"DlZcRqbak-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7VXJiYW5pc3QtbWVkaXVt\",\"--framer-font-family\":'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e22edf02-5e02-45f8-a07e-e6318256fc74, rgb(255, 142, 108)))\"},children:\"Home\"})})},\"jmmioqncI-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7VXJiYW5pc3QtbWVkaXVt\",\"--framer-font-family\":'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e22edf02-5e02-45f8-a07e-e6318256fc74, rgb(255, 142, 108)))\"},children:\"Home\"})})},\"PtZa6Yp9E-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7VXJiYW5pc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e22edf02-5e02-45f8-a07e-e6318256fc74, rgb(255, 142, 108)))\"},children:\"Home\"})})},PtZa6Yp9E:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7VXJiYW5pc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-42eb5644-f375-4ec7-9f33-8ce4e4de06bc, rgb(80, 80, 80)))\"},children:\"Home\"})}),fonts:[\"FS;Urbanist-regular\"]}},baseVariant,gestureVariant)}),IejEVkrjL&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1135lhv-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"PNIwQUZzQ-container\",nodeId:\"PNIwQUZzQ\",rendersWithMotion:true,scopeId:\"uaEznr8SJ\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-46f3b392-d383-42bf-b1d7-1baf378dae55, rgb(3, 3, 3))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"NavArrowDown\",id:\"PNIwQUZzQ\",layoutId:\"PNIwQUZzQ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"cDcplOuP0-hover\":{color:\"var(--token-e22edf02-5e02-45f8-a07e-e6318256fc74, rgb(255, 142, 108))\",iconSelection:\"NavArrowUp\"},\"DlZcRqbak-hover\":{color:\"var(--token-e22edf02-5e02-45f8-a07e-e6318256fc74, rgb(255, 142, 108))\",iconSelection:\"NavArrowUp\"},\"jmmioqncI-hover\":{color:\"var(--token-e22edf02-5e02-45f8-a07e-e6318256fc74, rgb(255, 142, 108))\",iconSelection:\"NavArrowUp\"},\"PtZa6Yp9E-hover\":{color:\"var(--token-e22edf02-5e02-45f8-a07e-e6318256fc74, rgb(255, 142, 108))\",iconSelection:\"NavArrowUp\"},DlZcRqbak:{color:\"var(--token-2ad69017-7786-4da0-a878-b828641c8be2, rgb(6, 8, 31))\"},PtZa6Yp9E:{color:\"var(--token-85c5b053-0a6f-4767-8025-881a43145064, rgb(10, 9, 21))\"}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-poCFJ.framer-1ykrg1t, .framer-poCFJ .framer-1ykrg1t { display: block; }\",\".framer-poCFJ.framer-10hlvw6 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 4px 12px 4px 12px; position: relative; text-decoration: none; width: min-content; }\",\".framer-poCFJ .framer-da3dhr { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-poCFJ .framer-1135lhv-container { flex: none; height: 18px; position: relative; width: 18px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-poCFJ.framer-10hlvw6 { gap: 0px; } .framer-poCFJ.framer-10hlvw6 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-poCFJ.framer-10hlvw6 > :first-child { margin-left: 0px; } .framer-poCFJ.framer-10hlvw6 > :last-child { margin-right: 0px; } }\",\".framer-poCFJ.framer-v-y69wi.framer-10hlvw6, .framer-poCFJ.framer-v-hijnt8.framer-10hlvw6 { padding: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 35\n * @framerIntrinsicWidth 88\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"PtZa6Yp9E\":{\"layout\":[\"auto\",\"auto\"]},\"DlZcRqbak\":{\"layout\":[\"auto\",\"auto\"]},\"jmmioqncI\":{\"layout\":[\"auto\",\"auto\"]},\"P21Yxduix\":{\"layout\":[\"auto\",\"auto\"]},\"sNWh3UDXN\":{\"layout\":[\"auto\",\"auto\"]},\"KQ5nVsc8l\":{\"layout\":[\"auto\",\"auto\"]},\"KCwkvG0qu\":{\"layout\":[\"auto\",\"auto\"]},\"Wkga3C9Yv\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"akEaMP2V_\":\"title\",\"StjX81xm6\":\"hover\",\"IejEVkrjL\":\"iconVisible\",\"dpKtLgXs9\":\"link\",\"YbSPhQ7QA\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameruaEznr8SJ=withCSS(Component,css,\"framer-poCFJ\");export default FrameruaEznr8SJ;FrameruaEznr8SJ.displayName=\"Menu Item/Menu Item 2\";FrameruaEznr8SJ.defaultProps={height:35,width:88};addPropertyControls(FrameruaEznr8SJ,{variant:{options:[\"cDcplOuP0\",\"PtZa6Yp9E\",\"DlZcRqbak\",\"jmmioqncI\"],optionTitles:[\"Header\",\"Footer\",\"Dropdown\",\"Dropdown \"],title:\"Variant\",type:ControlType.Enum},akEaMP2V_:{defaultValue:\"Home\",displayTextArea:false,title:\"Title\",type:ControlType.String},StjX81xm6:{title:\"Hover\",type:ControlType.EventHandler},IejEVkrjL:{defaultValue:true,title:\"Icon Visible\",type:ControlType.Boolean},dpKtLgXs9:{title:\"Link\",type:ControlType.Link},YbSPhQ7QA:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FrameruaEznr8SJ,[{explicitInter:true,fonts:[{family:\"Urbanist\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/RFRIJEFDDNYP2G3SPLVDDAM6LQXTHLSW/F4KOPAGTNOYCQKYEBAKSIKS536ETV6GN/AEP5JZTJJB3JMLBFSBTZLRSVGYD73SDZ.woff2\",weight:\"500\"},{family:\"Urbanist\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/QVSEREMQIHTDJ6PBN6SDKDQRKHAIJM4G/5FQFK3HFEC5ZJORN7EUWWXKPUKR4HDO2/S3LPGNCYQN366TZLSH3ASTPTKANFMFDS.woff2\",weight:\"400\"}]},...IconoirFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameruaEznr8SJ\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"PtZa6Yp9E\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"DlZcRqbak\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"jmmioqncI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"P21Yxduix\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"sNWh3UDXN\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"KQ5nVsc8l\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"KCwkvG0qu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Wkga3C9Yv\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"88\",\"framerVariables\":\"{\\\"akEaMP2V_\\\":\\\"title\\\",\\\"StjX81xm6\\\":\\\"hover\\\",\\\"IejEVkrjL\\\":\\\"iconVisible\\\",\\\"dpKtLgXs9\\\":\\\"link\\\",\\\"YbSPhQ7QA\\\":\\\"tap\\\"}\",\"framerIntrinsicHeight\":\"35\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./uaEznr8SJ.map","// Generated by Framer (f76946f)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,Link,ResolveLinks,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ElementsMenuIcon from\"https://framerusercontent.com/modules/l7Hx6r4HTrFZmSmMu8Rp/h7tpVaO6yzU71gfqOSFI/pJZZkMUm1.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/y1bAvmys9jU8dKP0lOPl/389Zrsz5GBgMVPyRGhvY/flmSH5NTS.js\";import MenuItemDropdown2 from\"https://framerusercontent.com/modules/Zuy4KiVCC24021IooIAJ/AtGlHH9CRPLRFsBkIE9r/dzqn3G7NP.js\";import ButtonsButton from\"https://framerusercontent.com/modules/i4T8eApMuSmXUOg9Bo6B/BAhEtkuOhMvtPDidcB1S/Ikq7GQny3.js\";import MenuItemMenuItem3 from\"https://framerusercontent.com/modules/ZKRzUuzS6Qv1Q0LtSuOm/pPE5rx0FyudiTY4jtvRa/rFM8FwS97.js\";import MenuItemLogo from\"https://framerusercontent.com/modules/hry7RbBpGmznxDiG9h6B/wdfy0ZFRVqBzdknD8w9G/ShltSl_co.js\";import MenuItemMenuItem2 from\"https://framerusercontent.com/modules/dtOJ4Gv6bYV3m3dKobE7/VhblgEV2a92bI3XumRIe/uaEznr8SJ.js\";const MenuItemLogoFonts=getFonts(MenuItemLogo);const MenuItemMenuItem2Fonts=getFonts(MenuItemMenuItem2);const MenuItemMenuItem3Fonts=getFonts(MenuItemMenuItem3);const MotionDivWithFX=withFX(motion.div);const MenuItemDropdown2Fonts=getFonts(MenuItemDropdown2);const ButtonsButtonFonts=getFonts(ButtonsButton);const ElementsMenuIconFonts=getFonts(ElementsMenuIcon);const cycleOrder=[\"jwzpkIrfI\",\"OSby_V9jn\",\"LNyJKZDGX\",\"BznzaErcq\",\"ArPnqklQT\",\"AXwKIxOAL\"];const serializationHash=\"framer-L7hwK\";const variantClassNames={ArPnqklQT:\"framer-v-1d6kbgw\",AXwKIxOAL:\"framer-v-1fcml1t\",BznzaErcq:\"framer-v-1bjlvdf\",jwzpkIrfI:\"framer-v-aybudg\",LNyJKZDGX:\"framer-v-1sa2t6d\",OSby_V9jn:\"framer-v-118aib1\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};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 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 Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Phone - Open\":\"BznzaErcq\",\"Phone On Scroll  Open\":\"AXwKIxOAL\",\"Phone On Scroll\":\"ArPnqklQT\",Desktop:\"jwzpkIrfI\",Phone:\"LNyJKZDGX\",Tablet:\"OSby_V9jn\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"jwzpkIrfI\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"jwzpkIrfI\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const StjX81xm6txyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const onTap1sdoh90=activeVariantCallback(async(...args)=>{setVariant(\"DKKcrR5Br\");});const onTap164bsee=activeVariantCallback(async(...args)=>{setVariant(\"BznzaErcq\");});const onTap98w87q=activeVariantCallback(async(...args)=>{setVariant(\"LNyJKZDGX\");});const onTap1oq4a9p=activeVariantCallback(async(...args)=>{setVariant(\"AXwKIxOAL\");});const onTapozekyd=activeVariantCallback(async(...args)=>{setVariant(\"ArPnqklQT\");});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const isDisplayed=()=>{if(baseVariant===\"AXwKIxOAL\")return true;return false;};const ref1=React.useRef(null);const ref2=React.useRef(null);const ref3=React.useRef(null);const ref4=React.useRef(null);const ref5=React.useRef(null);const ref6=React.useRef(null);const ref7=React.useRef(null);const ref8=React.useRef(null);const ref9=React.useRef(null);const ref10=React.useRef(null);const ref11=React.useRef(null);const isDisplayed1=()=>{if([\"LNyJKZDGX\",\"ArPnqklQT\",\"AXwKIxOAL\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"BznzaErcq\")return false;return true;};const ref12=React.useRef(null);const ref13=React.useRef(null);const ref14=React.useRef(null);const ref15=React.useRef(null);const ref16=React.useRef(null);const ref17=React.useRef(null);const ref18=React.useRef(null);const ref19=React.useRef(null);const isDisplayed3=()=>{if(baseVariant===\"BznzaErcq\")return true;return false;};const ref20=React.useRef(null);const ref21=React.useRef(null);const ref22=React.useRef(null);const ref23=React.useRef(null);const ref24=React.useRef(null);const ref25=React.useRef(null);const ref26=React.useRef(null);const ref27=React.useRef(null);const ref28=React.useRef(null);const ref29=React.useRef(null);const ref30=React.useRef(null);const isDisplayed4=()=>{if([\"LNyJKZDGX\",\"BznzaErcq\",\"ArPnqklQT\",\"AXwKIxOAL\"].includes(baseVariant))return false;return true;};const isDisplayed5=()=>{if([\"OSby_V9jn\",\"LNyJKZDGX\",\"BznzaErcq\",\"ArPnqklQT\",\"AXwKIxOAL\"].includes(baseVariant))return false;return true;};const isDisplayed6=()=>{if([\"LNyJKZDGX\",\"BznzaErcq\",\"ArPnqklQT\",\"AXwKIxOAL\"].includes(baseVariant))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__*/_jsx(motion.header,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-aybudg\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"jwzpkIrfI\",ref:refBinding,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",boxShadow:\"none\",...style},variants:{ArPnqklQT:{backgroundColor:\"var(--token-9857d680-c46f-47bc-9efa-c0daccac7b8d, rgb(249, 250, 253))\",boxShadow:\"0px 0.5573343114665477px 0.5573343114665477px -0.75px rgba(0, 0, 0, 0.06), 0px 1.6901543001731625px 1.6901543001731625px -1.5px rgba(0, 0, 0, 0.06), 0px 4.467857465039123px 4.467857465039123px -2.25px rgba(0, 0, 0, 0.05), 0px 14px 14px -3px rgba(0, 0, 0, 0.04)\"},AXwKIxOAL:{backgroundColor:\"var(--token-9857d680-c46f-47bc-9efa-c0daccac7b8d, rgb(249, 250, 253))\",boxShadow:\"0px 0.5573343114665477px 0.5573343114665477px -0.75px rgba(0, 0, 0, 0.06), 0px 1.6901543001731625px 1.6901543001731625px -1.5px rgba(0, 0, 0, 0.06), 0px 4.467857465039123px 4.467857465039123px -2.25px rgba(0, 0, 0, 0.05), 0px 14px 14px -3px rgba(0, 0, 0, 0.04)\"}},...addPropertyOverrides({ArPnqklQT:{\"data-framer-name\":\"Phone On Scroll\"},AXwKIxOAL:{\"data-framer-name\":\"Phone On Scroll  Open\"},BznzaErcq:{\"data-framer-name\":\"Phone - Open\"},LNyJKZDGX:{\"data-framer-name\":\"Phone\"},OSby_V9jn:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ilx1cl\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"tM9AzPrOD\",children:/*#__PURE__*/_jsxs(motion.nav,{className:\"framer-1yu2vxg\",\"data-framer-name\":\"Nav Bar\",layoutDependency:layoutDependency,layoutId:\"yqJoPKRu4\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pbby4v\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"zfiVZbHu9\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,y:(componentViewport?.y||0)+20+(((componentViewport?.height||91)-44-47.2)/2+0+0)+0+0+4.6+0+0,...addPropertyOverrides({ArPnqklQT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||62)-0-62)/2+0+0)+10+0+2+0+0},AXwKIxOAL:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||62)-0-62)/2+0+0)+10+0+2+0+0},BznzaErcq:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||62)-0-62)/2+0+0)+10+0+2+0+0},LNyJKZDGX:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||62)-0-62)/2+0+0)+10+0+2+0+0},OSby_V9jn:{y:(componentViewport?.y||0)+24+(((componentViewport?.height||95)-48-47)/2+0+0)+0+0+4.5+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1x1bbkw-container\",layoutDependency:layoutDependency,layoutId:\"GULAc0LF3-container\",nodeId:\"GULAc0LF3\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemLogo,{height:\"100%\",id:\"GULAc0LF3\",JXrTtZTBK:resolvedLinks[0],layoutId:\"GULAc0LF3\",variant:\"jh7GMcsro\",width:\"100%\",...addPropertyOverrides({ArPnqklQT:{JXrTtZTBK:resolvedLinks[4]},AXwKIxOAL:{JXrTtZTBK:resolvedLinks[5]},BznzaErcq:{JXrTtZTBK:resolvedLinks[3]},LNyJKZDGX:{JXrTtZTBK:resolvedLinks[2]},OSby_V9jn:{JXrTtZTBK:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ub1tr7\",\"data-framer-name\":\"Main Menu mobile\",layoutDependency:layoutDependency,layoutId:\"I1iKgL_Ls\",style:{backgroundColor:\"var(--token-85bb05d6-4f6d-478e-8c64-dcf5a050699d, rgb(255, 255, 255))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 10px 60px 0px rgba(0, 0, 0, 0.25)\"},children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,...addPropertyOverrides({AXwKIxOAL:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||62)-0-62)/2+0+0)+10+0+42- -56+20+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-hh3lis-container\",id:`${layoutId}-hh3lis`,layoutDependency:layoutDependency,layoutId:\"rTu87WOop-container\",nodeId:\"rTu87WOop\",ref:ref1,rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem2,{akEaMP2V_:\"Notre Approche\",height:\"100%\",id:\"rTu87WOop\",IejEVkrjL:false,layoutId:\"rTu87WOop\",StjX81xm6:StjX81xm6txyyif({overlay}),variant:overlay.visible?\"jmmioqncI\":\"cDcplOuP0\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,...addPropertyOverrides({AXwKIxOAL:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||62)-0-62)/2+0+0)+10+0+42- -56+20+47}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1tljzcu-container\",id:`${layoutId}-1tljzcu`,layoutDependency:layoutDependency,layoutId:\"rNLbqJN9E-container\",nodeId:\"rNLbqJN9E\",ref:ref2,rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem2,{akEaMP2V_:\"Timeline\",height:\"100%\",id:\"rNLbqJN9E\",IejEVkrjL:false,layoutId:\"rNLbqJN9E\",StjX81xm6:StjX81xm6txyyif({overlay:overlay1}),variant:overlay1.visible?\"jmmioqncI\":\"cDcplOuP0\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,...addPropertyOverrides({AXwKIxOAL:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||62)-0-62)/2+0+0)+10+0+42- -56+20+94}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1gwsd3p-container\",id:`${layoutId}-1gwsd3p`,layoutDependency:layoutDependency,layoutId:\"Z21xWoPlV-container\",nodeId:\"Z21xWoPlV\",ref:ref3,rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem2,{akEaMP2V_:\"Projets Bruxelles\",height:\"100%\",id:\"Z21xWoPlV\",IejEVkrjL:false,layoutId:\"Z21xWoPlV\",StjX81xm6:StjX81xm6txyyif({overlay:overlay2}),variant:overlay2.visible?\"jmmioqncI\":\"cDcplOuP0\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay3=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,...addPropertyOverrides({AXwKIxOAL:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||62)-0-62)/2+0+0)+10+0+42- -56+20+141}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1flzrhl-container\",id:`${layoutId}-1flzrhl`,layoutDependency:layoutDependency,layoutId:\"aFbuOmV8K-container\",nodeId:\"aFbuOmV8K\",ref:ref4,rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem2,{akEaMP2V_:\"Projets Charleroi\",height:\"100%\",id:\"aFbuOmV8K\",IejEVkrjL:false,layoutId:\"aFbuOmV8K\",StjX81xm6:StjX81xm6txyyif({overlay:overlay3}),variant:overlay3.visible?\"jmmioqncI\":\"cDcplOuP0\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay4=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,...addPropertyOverrides({AXwKIxOAL:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||62)-0-62)/2+0+0)+10+0+42- -56+20+188}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-12pu1fq-container\",id:`${layoutId}-12pu1fq`,layoutDependency:layoutDependency,layoutId:\"RSfNfXuwK-container\",nodeId:\"RSfNfXuwK\",ref:ref5,rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem2,{akEaMP2V_:\"Projets Li\\xe8ge\",height:\"100%\",id:\"RSfNfXuwK\",IejEVkrjL:false,layoutId:\"RSfNfXuwK\",StjX81xm6:StjX81xm6txyyif({overlay:overlay4}),variant:overlay4.visible?\"jmmioqncI\":\"cDcplOuP0\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay5=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,...addPropertyOverrides({AXwKIxOAL:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||62)-0-62)/2+0+0)+10+0+42- -56+20+235}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-dzish6-container\",id:`${layoutId}-dzish6`,layoutDependency:layoutDependency,layoutId:\"um0PmGQoC-container\",nodeId:\"um0PmGQoC\",ref:ref6,rendersWithMotion:true,scopeId:\"b8PJvur03\",children:[/*#__PURE__*/_jsx(MenuItemMenuItem2,{akEaMP2V_:\"\\xc9quipe Bruxelles\",height:\"100%\",id:\"um0PmGQoC\",IejEVkrjL:false,layoutId:\"um0PmGQoC\",StjX81xm6:StjX81xm6txyyif({overlay:overlay5}),variant:overlay5.visible?\"jmmioqncI\":\"cDcplOuP0\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay5.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref6,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-dzish6`,offsetX:0,offsetY:20,onDismiss:overlay5.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-7za0ob\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"Iu17tsMwm\",ref:ref7,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-bouchx\",\"data-framer-name\":\"Menu Item/Dropdown 2\",layoutDependency:layoutDependency,layoutId:\"dtBhGfVG7\",style:{backgroundColor:\"var(--token-6c3ed4eb-180b-405d-958f-35e789b29aa9, rgb(255, 255, 255))\",boxShadow:\"0px 16px 60px 0px rgba(0, 0, 0, 0.18)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-n67nxa\",\"data-framer-name\":\"All Menu\",layoutDependency:layoutDependency,layoutId:\"V0ftlP_Ek\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7xlpgr\",\"data-framer-name\":\"List\",layoutDependency:layoutDependency,layoutId:\"i3n1zNb03\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-he2fzl\",\"data-framer-name\":\"List 01\",layoutDependency:layoutDependency,layoutId:\"ujQt8YL8C\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"R6VeHMKSI\"},implicitPathVariables:undefined},{href:{webPageId:\"R6VeHMKSI\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1r0bxh0-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"nVyPyxJJR-container\",nodeId:\"nVyPyxJJR\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem3,{akEaMP2V_:\"\\xc9quipe Bruxelles\",dpKtLgXs9:resolvedLinks1[0],height:\"100%\",id:\"nVyPyxJJR\",IejEVkrjL:false,layoutId:\"nVyPyxJJR\",variant:\"OYde6UmtF\",width:\"100%\",...addPropertyOverrides({AXwKIxOAL:{dpKtLgXs9:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"emaBbzGBA\"},implicitPathVariables:undefined},{href:{webPageId:\"emaBbzGBA\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-12l9qk8-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"hABkTPm6g-container\",nodeId:\"hABkTPm6g\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem3,{akEaMP2V_:\"\\xc9quipe Charleroi\",dpKtLgXs9:resolvedLinks2[0],height:\"100%\",id:\"hABkTPm6g\",IejEVkrjL:false,layoutId:\"hABkTPm6g\",variant:\"OYde6UmtF\",width:\"100%\",...addPropertyOverrides({AXwKIxOAL:{dpKtLgXs9:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"JbT_M0Jnu\"},implicitPathVariables:undefined},{href:{webPageId:\"JbT_M0Jnu\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-rygu88-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"oGg9lduZ8-container\",nodeId:\"oGg9lduZ8\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem3,{akEaMP2V_:\"\\xc9quipe Li\\xe8ge\",dpKtLgXs9:resolvedLinks3[0],height:\"100%\",id:\"oGg9lduZ8\",IejEVkrjL:false,layoutId:\"oGg9lduZ8\",variant:\"OYde6UmtF\",width:\"100%\",...addPropertyOverrides({AXwKIxOAL:{dpKtLgXs9:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f0pnjw\",\"data-framer-name\":\"List 03\",layoutDependency:layoutDependency,layoutId:\"qtEXpRb21\"})]})})})})})})]})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay6=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,...addPropertyOverrides({AXwKIxOAL:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||62)-0-62)/2+0+0)+10+0+42- -56+20+282}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-hrns86-container\",id:`${layoutId}-hrns86`,layoutDependency:layoutDependency,layoutId:\"S7Imwq5g_-container\",nodeId:\"S7Imwq5g_\",ref:ref8,rendersWithMotion:true,scopeId:\"b8PJvur03\",children:[/*#__PURE__*/_jsx(MenuItemMenuItem2,{akEaMP2V_:\"\\xc9quipe Charleroi\",height:\"100%\",id:\"S7Imwq5g_\",IejEVkrjL:false,layoutId:\"S7Imwq5g_\",StjX81xm6:StjX81xm6txyyif({overlay:overlay6}),variant:overlay6.visible?\"jmmioqncI\":\"cDcplOuP0\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay6.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref8,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-hrns86`,offsetX:0,offsetY:20,onDismiss:overlay6.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-134qyrb\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"h4jT4DGru\",ref:ref9,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dhkz65\",\"data-framer-name\":\"Menu Item/Dropdown 2\",layoutDependency:layoutDependency,layoutId:\"uYiihtuiR\",style:{backgroundColor:\"var(--token-6c3ed4eb-180b-405d-958f-35e789b29aa9, rgb(255, 255, 255))\",boxShadow:\"0px 16px 60px 0px rgba(0, 0, 0, 0.18)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-p8xpzu\",\"data-framer-name\":\"All Menu\",layoutDependency:layoutDependency,layoutId:\"LJfurnwTX\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-955aet\",\"data-framer-name\":\"List\",layoutDependency:layoutDependency,layoutId:\"xP9HLR8D8\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1npdgaf\",\"data-framer-name\":\"List 01\",layoutDependency:layoutDependency,layoutId:\"mHABjbkTf\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"R6VeHMKSI\"},implicitPathVariables:undefined},{href:{webPageId:\"R6VeHMKSI\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1layeu8-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"ez2GvqquY-container\",nodeId:\"ez2GvqquY\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem3,{akEaMP2V_:\"\\xc9quipe Bruxelles\",dpKtLgXs9:resolvedLinks4[0],height:\"100%\",id:\"ez2GvqquY\",IejEVkrjL:false,layoutId:\"ez2GvqquY\",variant:\"OYde6UmtF\",width:\"100%\",...addPropertyOverrides({AXwKIxOAL:{dpKtLgXs9:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"emaBbzGBA\"},implicitPathVariables:undefined},{href:{webPageId:\"emaBbzGBA\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-m2u7k4-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"OaRxqST_Z-container\",nodeId:\"OaRxqST_Z\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem3,{akEaMP2V_:\"\\xc9quipe Charleroi\",dpKtLgXs9:resolvedLinks5[0],height:\"100%\",id:\"OaRxqST_Z\",IejEVkrjL:false,layoutId:\"OaRxqST_Z\",variant:\"OYde6UmtF\",width:\"100%\",...addPropertyOverrides({AXwKIxOAL:{dpKtLgXs9:resolvedLinks5[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"JbT_M0Jnu\"},implicitPathVariables:undefined},{href:{webPageId:\"JbT_M0Jnu\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-3m1rib-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"N8EnPsAMX-container\",nodeId:\"N8EnPsAMX\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem3,{akEaMP2V_:\"\\xc9quipe Li\\xe8ge\",dpKtLgXs9:resolvedLinks6[0],height:\"100%\",id:\"N8EnPsAMX\",IejEVkrjL:false,layoutId:\"N8EnPsAMX\",variant:\"OYde6UmtF\",width:\"100%\",...addPropertyOverrides({AXwKIxOAL:{dpKtLgXs9:resolvedLinks6[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ou4p6q\",\"data-framer-name\":\"List 03\",layoutDependency:layoutDependency,layoutId:\"cWuKBeDDf\"})]})})})})})})]})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay7=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,...addPropertyOverrides({AXwKIxOAL:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||62)-0-62)/2+0+0)+10+0+42- -56+20+329}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-hbz69k-container\",id:`${layoutId}-hbz69k`,layoutDependency:layoutDependency,layoutId:\"iBFEsTKwx-container\",nodeId:\"iBFEsTKwx\",ref:ref10,rendersWithMotion:true,scopeId:\"b8PJvur03\",children:[/*#__PURE__*/_jsx(MenuItemMenuItem2,{akEaMP2V_:\"\\xc9quipe Li\\xe8ge\",height:\"100%\",id:\"iBFEsTKwx\",IejEVkrjL:false,layoutId:\"iBFEsTKwx\",StjX81xm6:StjX81xm6txyyif({overlay:overlay7}),variant:overlay7.visible?\"jmmioqncI\":\"cDcplOuP0\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay7.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref10,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-hbz69k`,offsetX:0,offsetY:20,onDismiss:overlay7.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-crp6xt\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"lWjQjHYIF\",ref:ref11,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wpppzc\",\"data-framer-name\":\"Menu Item/Dropdown 2\",layoutDependency:layoutDependency,layoutId:\"dlQNtAVeA\",style:{backgroundColor:\"var(--token-6c3ed4eb-180b-405d-958f-35e789b29aa9, rgb(255, 255, 255))\",boxShadow:\"0px 16px 60px 0px rgba(0, 0, 0, 0.18)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kia0no\",\"data-framer-name\":\"All Menu\",layoutDependency:layoutDependency,layoutId:\"SV1KouOYr\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1h2p3ff\",\"data-framer-name\":\"List\",layoutDependency:layoutDependency,layoutId:\"hnhZTA1Wi\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pzhmo0\",\"data-framer-name\":\"List 01\",layoutDependency:layoutDependency,layoutId:\"G8iiBQkAo\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"R6VeHMKSI\"},implicitPathVariables:undefined},{href:{webPageId:\"R6VeHMKSI\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1273jc3-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"O0cYLgM_f-container\",nodeId:\"O0cYLgM_f\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem3,{akEaMP2V_:\"\\xc9quipe Bruxelles\",dpKtLgXs9:resolvedLinks7[0],height:\"100%\",id:\"O0cYLgM_f\",IejEVkrjL:false,layoutId:\"O0cYLgM_f\",variant:\"OYde6UmtF\",width:\"100%\",...addPropertyOverrides({AXwKIxOAL:{dpKtLgXs9:resolvedLinks7[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"emaBbzGBA\"},implicitPathVariables:undefined},{href:{webPageId:\"emaBbzGBA\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1etwxh4-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"YlqjgR0SN-container\",nodeId:\"YlqjgR0SN\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem3,{akEaMP2V_:\"\\xc9quipe Charleroi\",dpKtLgXs9:resolvedLinks8[0],height:\"100%\",id:\"YlqjgR0SN\",IejEVkrjL:false,layoutId:\"YlqjgR0SN\",variant:\"OYde6UmtF\",width:\"100%\",...addPropertyOverrides({AXwKIxOAL:{dpKtLgXs9:resolvedLinks8[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"JbT_M0Jnu\"},implicitPathVariables:undefined},{href:{webPageId:\"JbT_M0Jnu\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-k8azv8-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"OQTaFnF6P-container\",nodeId:\"OQTaFnF6P\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem3,{akEaMP2V_:\"\\xc9quipe Li\\xe8ge\",dpKtLgXs9:resolvedLinks9[0],height:\"100%\",id:\"OQTaFnF6P\",IejEVkrjL:false,layoutId:\"OQTaFnF6P\",variant:\"OYde6UmtF\",width:\"100%\",...addPropertyOverrides({AXwKIxOAL:{dpKtLgXs9:resolvedLinks9[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-iocj5n\",\"data-framer-name\":\"List 03\",layoutDependency:layoutDependency,layoutId:\"sy0sl4juB\"})]})})})})})})]})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:169,...addPropertyOverrides({AXwKIxOAL:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 30px, 390px) - 80px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||62)-0-62)/2+0+0)+10+0+42- -56+20+376}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1rlss73-container\",layoutDependency:layoutDependency,layoutId:\"yNq6mAjEx-container\",nodeId:\"yNq6mAjEx\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemDropdown2,{height:\"100%\",id:\"yNq6mAjEx\",layoutId:\"yNq6mAjEx\",style:{width:\"100%\"},variant:\"Tn5EwwuaK\",width:\"100%\"})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-n91cvg\",\"data-framer-name\":\"Main Menu desktop\",layoutDependency:layoutDependency,layoutId:\"pIJxbqY_8\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"none\"},variants:{BznzaErcq:{backgroundColor:\"var(--token-85bb05d6-4f6d-478e-8c64-dcf5a050699d, rgb(255, 255, 255))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 10px 60px 0px rgba(0, 0, 0, 0.25)\"}},children:[isDisplayed2()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay8=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,y:(componentViewport?.y||0)+20+(((componentViewport?.height||91)-44-47.2)/2+0+0)+0+0+6.1+0,...addPropertyOverrides({OSby_V9jn:{y:(componentViewport?.y||0)+24+(((componentViewport?.height||95)-48-47)/2+0+0)+0+0+6+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-nt8r6j-container\",id:`${layoutId}-nt8r6j`,layoutDependency:layoutDependency,layoutId:\"NICOm4Sah-container\",nodeId:\"NICOm4Sah\",ref:ref12,rendersWithMotion:true,scopeId:\"b8PJvur03\",children:[/*#__PURE__*/_jsx(MenuItemMenuItem2,{akEaMP2V_:\"A propos\",height:\"100%\",id:\"NICOm4Sah\",IejEVkrjL:true,layoutId:\"NICOm4Sah\",StjX81xm6:StjX81xm6txyyif({overlay:overlay8}),variant:overlay8.visible?\"jmmioqncI\":\"cDcplOuP0\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay8.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref12,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-nt8r6j`,offsetX:0,offsetY:20,onDismiss:overlay8.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-shf077\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"P4mlee1jt\",ref:ref13,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ai2qxr\",\"data-framer-name\":\"Menu Item/Dropdown 2\",layoutDependency:layoutDependency,layoutId:\"i5pAWUtqJ\",style:{backgroundColor:\"var(--token-6c3ed4eb-180b-405d-958f-35e789b29aa9, rgb(255, 255, 255))\",boxShadow:\"0px 16px 60px 0px rgba(0, 0, 0, 0.18)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3r2xj3\",\"data-framer-name\":\"All Menu\",layoutDependency:layoutDependency,layoutId:\"ggquIWmRb\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rmfkyw\",\"data-framer-name\":\"List\",layoutDependency:layoutDependency,layoutId:\"NbzskM6ks\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x4e0bh\",\"data-framer-name\":\"List 01\",layoutDependency:layoutDependency,layoutId:\"IUGY2oyf2\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ra610VefX\"},implicitPathVariables:undefined},{href:{webPageId:\"ra610VefX\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1hxchxs-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"SK_cRNRPw-container\",nodeId:\"SK_cRNRPw\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem3,{akEaMP2V_:\"Notre approche\",dpKtLgXs9:resolvedLinks10[0],height:\"100%\",id:\"SK_cRNRPw\",IejEVkrjL:false,layoutId:\"SK_cRNRPw\",variant:\"OYde6UmtF\",width:\"100%\",...addPropertyOverrides({OSby_V9jn:{dpKtLgXs9:resolvedLinks10[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"zvhdfBvBL\"},implicitPathVariables:undefined},{href:{webPageId:\"zvhdfBvBL\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-l4n9t5-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"p18LJAVAU-container\",nodeId:\"p18LJAVAU\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem3,{akEaMP2V_:\"Timeline\",dpKtLgXs9:resolvedLinks11[0],height:\"100%\",id:\"p18LJAVAU\",IejEVkrjL:false,layoutId:\"p18LJAVAU\",variant:\"OYde6UmtF\",width:\"100%\",...addPropertyOverrides({OSby_V9jn:{dpKtLgXs9:resolvedLinks11[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"jxUQEWIh6\"},implicitPathVariables:undefined},{href:{webPageId:\"jxUQEWIh6\"},implicitPathVariables:undefined}],children:resolvedLinks12=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1rrks5g-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"EYsnf0PvN-container\",nodeId:\"EYsnf0PvN\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem3,{akEaMP2V_:\"\",dpKtLgXs9:resolvedLinks12[0],height:\"100%\",id:\"EYsnf0PvN\",IejEVkrjL:false,layoutId:\"EYsnf0PvN\",variant:\"OYde6UmtF\",width:\"100%\",...addPropertyOverrides({OSby_V9jn:{dpKtLgXs9:resolvedLinks12[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nwc8h4\",\"data-framer-name\":\"List 03\",layoutDependency:layoutDependency,layoutId:\"tQcar6Yj2\"})]})})})})})})]})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay9=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,y:(componentViewport?.y||0)+20+(((componentViewport?.height||91)-44-47.2)/2+0+0)+0+0+6.1+0,...addPropertyOverrides({OSby_V9jn:{y:(componentViewport?.y||0)+24+(((componentViewport?.height||95)-48-47)/2+0+0)+0+0+6+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-1bizsrg-container\",id:`${layoutId}-1bizsrg`,layoutDependency:layoutDependency,layoutId:\"emeoV5x03-container\",nodeId:\"emeoV5x03\",ref:ref14,rendersWithMotion:true,scopeId:\"b8PJvur03\",children:[/*#__PURE__*/_jsx(MenuItemMenuItem2,{akEaMP2V_:\"Projets\",height:\"100%\",id:\"emeoV5x03\",IejEVkrjL:true,layoutId:\"emeoV5x03\",StjX81xm6:StjX81xm6txyyif({overlay:overlay9}),variant:overlay9.visible?\"jmmioqncI\":\"cDcplOuP0\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay9.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref14,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1bizsrg`,offsetX:0,offsetY:20,onDismiss:overlay9.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-17572qz\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"mxlekNcxx\",ref:ref15,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xiwuoq\",\"data-framer-name\":\"Menu Item/Dropdown 2\",layoutDependency:layoutDependency,layoutId:\"ky9yONw0y\",style:{backgroundColor:\"var(--token-6c3ed4eb-180b-405d-958f-35e789b29aa9, rgb(255, 255, 255))\",boxShadow:\"0px 16px 60px 0px rgba(0, 0, 0, 0.18)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-191g6d3\",\"data-framer-name\":\"All Menu\",layoutDependency:layoutDependency,layoutId:\"zegG8GjVL\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13hpqf2\",\"data-framer-name\":\"List\",layoutDependency:layoutDependency,layoutId:\"gZdTJ8bpn\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2cv5y5\",\"data-framer-name\":\"List 01\",layoutDependency:layoutDependency,layoutId:\"h9YMp7hjD\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"tfyHAFLM_\"},implicitPathVariables:undefined},{href:{webPageId:\"tfyHAFLM_\"},implicitPathVariables:undefined}],children:resolvedLinks13=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1rbpsh-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"VrEi4HBFP-container\",nodeId:\"VrEi4HBFP\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem3,{akEaMP2V_:\"Projets Bruxelles\",dpKtLgXs9:resolvedLinks13[0],height:\"100%\",id:\"VrEi4HBFP\",IejEVkrjL:false,layoutId:\"VrEi4HBFP\",variant:\"OYde6UmtF\",width:\"100%\",...addPropertyOverrides({OSby_V9jn:{dpKtLgXs9:resolvedLinks13[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Oy0UTDnsc\"},implicitPathVariables:undefined},{href:{webPageId:\"Oy0UTDnsc\"},implicitPathVariables:undefined}],children:resolvedLinks14=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-fhm39x-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"MLUCrxyUD-container\",nodeId:\"MLUCrxyUD\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem3,{akEaMP2V_:\"Projets Charleroi\",dpKtLgXs9:resolvedLinks14[0],height:\"100%\",id:\"MLUCrxyUD\",IejEVkrjL:false,layoutId:\"MLUCrxyUD\",variant:\"OYde6UmtF\",width:\"100%\",...addPropertyOverrides({OSby_V9jn:{dpKtLgXs9:resolvedLinks14[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"jxUQEWIh6\"},implicitPathVariables:undefined},{href:{webPageId:\"jxUQEWIh6\"},implicitPathVariables:undefined}],children:resolvedLinks15=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ngxran-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"HK_B9JZBX-container\",nodeId:\"HK_B9JZBX\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem3,{akEaMP2V_:\"Projets Li\\xe8ge\",dpKtLgXs9:resolvedLinks15[0],height:\"100%\",id:\"HK_B9JZBX\",IejEVkrjL:false,layoutId:\"HK_B9JZBX\",variant:\"OYde6UmtF\",width:\"100%\",...addPropertyOverrides({OSby_V9jn:{dpKtLgXs9:resolvedLinks15[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-8qjklg\",\"data-framer-name\":\"List 03\",layoutDependency:layoutDependency,layoutId:\"xswYnjz6N\"})]})})})})})})]})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay10=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,y:(componentViewport?.y||0)+20+(((componentViewport?.height||91)-44-47.2)/2+0+0)+0+0+6.1+0,...addPropertyOverrides({OSby_V9jn:{y:(componentViewport?.y||0)+24+(((componentViewport?.height||95)-48-47)/2+0+0)+0+0+6+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-tfdaqw-container\",id:`${layoutId}-tfdaqw`,layoutDependency:layoutDependency,layoutId:\"f0xHiGd8H-container\",nodeId:\"f0xHiGd8H\",ref:ref16,rendersWithMotion:true,scopeId:\"b8PJvur03\",children:[/*#__PURE__*/_jsx(MenuItemMenuItem2,{akEaMP2V_:\"\\xc9quipe\",height:\"100%\",id:\"f0xHiGd8H\",IejEVkrjL:true,layoutId:\"f0xHiGd8H\",StjX81xm6:StjX81xm6txyyif({overlay:overlay10}),variant:overlay10.visible?\"jmmioqncI\":\"cDcplOuP0\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay10.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref16,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-tfdaqw`,offsetX:0,offsetY:20,onDismiss:overlay10.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1wq0oe8\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"Ra0IGWNf1\",ref:ref17,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1i8vsia\",\"data-framer-name\":\"Menu Item/Dropdown 2\",layoutDependency:layoutDependency,layoutId:\"Kcs_Dk4zN\",style:{backgroundColor:\"var(--token-6c3ed4eb-180b-405d-958f-35e789b29aa9, rgb(255, 255, 255))\",boxShadow:\"0px 16px 60px 0px rgba(0, 0, 0, 0.18)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14adro7\",\"data-framer-name\":\"All Menu\",layoutDependency:layoutDependency,layoutId:\"Fnqgykph6\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-owerr7\",\"data-framer-name\":\"List\",layoutDependency:layoutDependency,layoutId:\"DWIFjtbLT\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-i79rvn\",\"data-framer-name\":\"List 01\",layoutDependency:layoutDependency,layoutId:\"Vr2YeGnQb\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"R6VeHMKSI\"},implicitPathVariables:undefined},{href:{webPageId:\"R6VeHMKSI\"},implicitPathVariables:undefined}],children:resolvedLinks16=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16dni4l-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"QqVzCXush-container\",nodeId:\"QqVzCXush\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem3,{akEaMP2V_:\"\\xc9quipe Bruxelles\",dpKtLgXs9:resolvedLinks16[0],height:\"100%\",id:\"QqVzCXush\",IejEVkrjL:false,layoutId:\"QqVzCXush\",variant:\"OYde6UmtF\",width:\"100%\",...addPropertyOverrides({OSby_V9jn:{dpKtLgXs9:resolvedLinks16[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"emaBbzGBA\"},implicitPathVariables:undefined},{href:{webPageId:\"emaBbzGBA\"},implicitPathVariables:undefined}],children:resolvedLinks17=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-4yhow4-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"dQ3zftQld-container\",nodeId:\"dQ3zftQld\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem3,{akEaMP2V_:\"\\xc9quipe Charleroi\",dpKtLgXs9:resolvedLinks17[0],height:\"100%\",id:\"dQ3zftQld\",IejEVkrjL:false,layoutId:\"dQ3zftQld\",variant:\"OYde6UmtF\",width:\"100%\",...addPropertyOverrides({OSby_V9jn:{dpKtLgXs9:resolvedLinks17[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"JbT_M0Jnu\"},implicitPathVariables:undefined},{href:{webPageId:\"JbT_M0Jnu\"},implicitPathVariables:undefined}],children:resolvedLinks18=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ph8gic-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"jD3pk86S1-container\",nodeId:\"jD3pk86S1\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem3,{akEaMP2V_:\"\\xc9quipe Li\\xe8ge\",dpKtLgXs9:resolvedLinks18[0],height:\"100%\",id:\"jD3pk86S1\",IejEVkrjL:false,layoutId:\"jD3pk86S1\",variant:\"OYde6UmtF\",width:\"100%\",...addPropertyOverrides({OSby_V9jn:{dpKtLgXs9:resolvedLinks18[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-87hyd9\",\"data-framer-name\":\"List 03\",layoutDependency:layoutDependency,layoutId:\"By2UycN8U\"})]})})})})})})]})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay11=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,y:(componentViewport?.y||0)+20+(((componentViewport?.height||91)-44-47.2)/2+0+0)+0+0+6.1+0,...addPropertyOverrides({OSby_V9jn:{y:(componentViewport?.y||0)+24+(((componentViewport?.height||95)-48-47)/2+0+0)+0+0+6+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-1qv6i0z-container\",id:`${layoutId}-1qv6i0z`,layoutDependency:layoutDependency,layoutId:\"FznC6xu7r-container\",nodeId:\"FznC6xu7r\",ref:ref18,rendersWithMotion:true,scopeId:\"b8PJvur03\",children:[/*#__PURE__*/_jsx(MenuItemMenuItem2,{akEaMP2V_:\"Actualit\\xe9s\",height:\"100%\",id:\"FznC6xu7r\",IejEVkrjL:true,layoutId:\"FznC6xu7r\",StjX81xm6:StjX81xm6txyyif({overlay:overlay11}),variant:overlay11.visible?\"jmmioqncI\":\"cDcplOuP0\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay11.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref18,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1qv6i0z`,offsetX:0,offsetY:20,onDismiss:overlay11.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-ylfke3\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"b06ytsD5E\",ref:ref19,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-11d2fdz\",\"data-framer-name\":\"Menu Item/Dropdown 2\",layoutDependency:layoutDependency,layoutId:\"w1miFMgsC\",style:{backgroundColor:\"var(--token-6c3ed4eb-180b-405d-958f-35e789b29aa9, rgb(255, 255, 255))\",boxShadow:\"0px 16px 60px 0px rgba(0, 0, 0, 0.18)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-htxg8n\",\"data-framer-name\":\"All Menu\",layoutDependency:layoutDependency,layoutId:\"KrmI577zy\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-l423fn\",\"data-framer-name\":\"List\",layoutDependency:layoutDependency,layoutId:\"x6apyTB3I\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yld98m\",\"data-framer-name\":\"List 01\",layoutDependency:layoutDependency,layoutId:\"WyuZ8HofX\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"kbvSVvbHw\"},implicitPathVariables:undefined},{href:{webPageId:\"kbvSVvbHw\"},implicitPathVariables:undefined}],children:resolvedLinks19=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-gzp8u9-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"s06jeCo0C-container\",nodeId:\"s06jeCo0C\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem3,{akEaMP2V_:\"Actu Bruxelles\",dpKtLgXs9:resolvedLinks19[0],height:\"100%\",id:\"s06jeCo0C\",IejEVkrjL:false,layoutId:\"s06jeCo0C\",variant:\"OYde6UmtF\",width:\"100%\",...addPropertyOverrides({OSby_V9jn:{dpKtLgXs9:resolvedLinks19[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Oy0UTDnsc\"},implicitPathVariables:undefined},{href:{webPageId:\"Oy0UTDnsc\"},implicitPathVariables:undefined}],children:resolvedLinks20=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7jcmwd-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"YGzLrX6ht-container\",nodeId:\"YGzLrX6ht\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem3,{akEaMP2V_:\"Actu Charleroi\",dpKtLgXs9:resolvedLinks20[0],height:\"100%\",id:\"YGzLrX6ht\",IejEVkrjL:false,layoutId:\"YGzLrX6ht\",variant:\"OYde6UmtF\",width:\"100%\",...addPropertyOverrides({OSby_V9jn:{dpKtLgXs9:resolvedLinks20[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"jxUQEWIh6\"},implicitPathVariables:undefined},{href:{webPageId:\"jxUQEWIh6\"},implicitPathVariables:undefined}],children:resolvedLinks21=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-nf5inn-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"qmnCXlQ8E-container\",nodeId:\"qmnCXlQ8E\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem3,{akEaMP2V_:\"Actu Li\\xe8ge\",dpKtLgXs9:resolvedLinks21[0],height:\"100%\",id:\"qmnCXlQ8E\",IejEVkrjL:false,layoutId:\"qmnCXlQ8E\",variant:\"OYde6UmtF\",width:\"100%\",...addPropertyOverrides({OSby_V9jn:{dpKtLgXs9:resolvedLinks21[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oktndq\",\"data-framer-name\":\"List 03\",layoutDependency:layoutDependency,layoutId:\"TXkD7NTAq\"})]})})})})})})]})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay12=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({BznzaErcq:{height:35,y:(componentViewport?.y||0)+0+(((componentViewport?.height||62)-0-62)/2+0+0)+10+0+70+20+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ikn165-container\",id:`${layoutId}-ikn165`,layoutDependency:layoutDependency,layoutId:\"lqR1dUTPw-container\",nodeId:\"lqR1dUTPw\",ref:ref20,rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem2,{akEaMP2V_:\"Notre Approche\",height:\"100%\",id:\"lqR1dUTPw\",IejEVkrjL:false,layoutId:\"lqR1dUTPw\",StjX81xm6:StjX81xm6txyyif({overlay:overlay12}),variant:overlay12.visible?\"jmmioqncI\":\"cDcplOuP0\",width:\"100%\"})})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay13=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({BznzaErcq:{height:35,y:(componentViewport?.y||0)+0+(((componentViewport?.height||62)-0-62)/2+0+0)+10+0+70+20+47}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-o6jhtg-container\",id:`${layoutId}-o6jhtg`,layoutDependency:layoutDependency,layoutId:\"WlDmuNGx5-container\",nodeId:\"WlDmuNGx5\",ref:ref21,rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem2,{akEaMP2V_:\"Timeline\",height:\"100%\",id:\"WlDmuNGx5\",IejEVkrjL:false,layoutId:\"WlDmuNGx5\",StjX81xm6:StjX81xm6txyyif({overlay:overlay13}),variant:overlay13.visible?\"jmmioqncI\":\"cDcplOuP0\",width:\"100%\"})})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay14=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({BznzaErcq:{height:35,y:(componentViewport?.y||0)+0+(((componentViewport?.height||62)-0-62)/2+0+0)+10+0+70+20+94}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1y7js0x-container\",id:`${layoutId}-1y7js0x`,layoutDependency:layoutDependency,layoutId:\"nirBoBUyT-container\",nodeId:\"nirBoBUyT\",ref:ref22,rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem2,{akEaMP2V_:\"Projets Bruxelles\",height:\"100%\",id:\"nirBoBUyT\",IejEVkrjL:false,layoutId:\"nirBoBUyT\",StjX81xm6:StjX81xm6txyyif({overlay:overlay14}),variant:overlay14.visible?\"jmmioqncI\":\"cDcplOuP0\",width:\"100%\"})})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay15=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({BznzaErcq:{height:35,y:(componentViewport?.y||0)+0+(((componentViewport?.height||62)-0-62)/2+0+0)+10+0+70+20+141}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vzbwvm-container\",id:`${layoutId}-1vzbwvm`,layoutDependency:layoutDependency,layoutId:\"glY_TAOhl-container\",nodeId:\"glY_TAOhl\",ref:ref23,rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem2,{akEaMP2V_:\"Projets Charleroi\",height:\"100%\",id:\"glY_TAOhl\",IejEVkrjL:false,layoutId:\"glY_TAOhl\",StjX81xm6:StjX81xm6txyyif({overlay:overlay15}),variant:overlay15.visible?\"jmmioqncI\":\"cDcplOuP0\",width:\"100%\"})})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay16=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({BznzaErcq:{height:35,y:(componentViewport?.y||0)+0+(((componentViewport?.height||62)-0-62)/2+0+0)+10+0+70+20+188}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-xmh994-container\",id:`${layoutId}-xmh994`,layoutDependency:layoutDependency,layoutId:\"Sw6EXI7nG-container\",nodeId:\"Sw6EXI7nG\",ref:ref24,rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem2,{akEaMP2V_:\"Projets Li\\xe8ge\",height:\"100%\",id:\"Sw6EXI7nG\",IejEVkrjL:false,layoutId:\"Sw6EXI7nG\",StjX81xm6:StjX81xm6txyyif({overlay:overlay16}),variant:overlay16.visible?\"jmmioqncI\":\"cDcplOuP0\",width:\"100%\"})})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay17=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({BznzaErcq:{height:35,y:(componentViewport?.y||0)+0+(((componentViewport?.height||62)-0-62)/2+0+0)+10+0+70+20+235}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-v69ok9-container\",id:`${layoutId}-v69ok9`,layoutDependency:layoutDependency,layoutId:\"pu8irASC7-container\",nodeId:\"pu8irASC7\",ref:ref25,rendersWithMotion:true,scopeId:\"b8PJvur03\",children:[/*#__PURE__*/_jsx(MenuItemMenuItem2,{akEaMP2V_:\"\\xc9quipe Bruxelles\",height:\"100%\",id:\"pu8irASC7\",IejEVkrjL:false,layoutId:\"pu8irASC7\",StjX81xm6:StjX81xm6txyyif({overlay:overlay17}),variant:overlay17.visible?\"jmmioqncI\":\"cDcplOuP0\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay17.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref25,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-v69ok9`,offsetX:0,offsetY:20,onDismiss:overlay17.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-19srpfm\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"J8O_w3ZJe\",ref:ref26,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m65sul\",\"data-framer-name\":\"Menu Item/Dropdown 2\",layoutDependency:layoutDependency,layoutId:\"sRzp6XrAX\",style:{backgroundColor:\"var(--token-6c3ed4eb-180b-405d-958f-35e789b29aa9, rgb(255, 255, 255))\",boxShadow:\"0px 16px 60px 0px rgba(0, 0, 0, 0.18)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ljnhol\",\"data-framer-name\":\"All Menu\",layoutDependency:layoutDependency,layoutId:\"MzOF7xwR6\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nq74zj\",\"data-framer-name\":\"List\",layoutDependency:layoutDependency,layoutId:\"BuNeAfoNd\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11v4z3v\",\"data-framer-name\":\"List 01\",layoutDependency:layoutDependency,layoutId:\"VUUxPjMuA\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"R6VeHMKSI\"},implicitPathVariables:undefined},{href:{webPageId:\"R6VeHMKSI\"},implicitPathVariables:undefined}],children:resolvedLinks22=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ajlwou-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"SkO9z2vNb-container\",nodeId:\"SkO9z2vNb\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem3,{akEaMP2V_:\"\\xc9quipe Bruxelles\",dpKtLgXs9:resolvedLinks22[0],height:\"100%\",id:\"SkO9z2vNb\",IejEVkrjL:false,layoutId:\"SkO9z2vNb\",variant:\"OYde6UmtF\",width:\"100%\",...addPropertyOverrides({BznzaErcq:{dpKtLgXs9:resolvedLinks22[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"emaBbzGBA\"},implicitPathVariables:undefined},{href:{webPageId:\"emaBbzGBA\"},implicitPathVariables:undefined}],children:resolvedLinks23=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-mlnxdy-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"raMO2I7zd-container\",nodeId:\"raMO2I7zd\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem3,{akEaMP2V_:\"\\xc9quipe Charleroi\",dpKtLgXs9:resolvedLinks23[0],height:\"100%\",id:\"raMO2I7zd\",IejEVkrjL:false,layoutId:\"raMO2I7zd\",variant:\"OYde6UmtF\",width:\"100%\",...addPropertyOverrides({BznzaErcq:{dpKtLgXs9:resolvedLinks23[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"JbT_M0Jnu\"},implicitPathVariables:undefined},{href:{webPageId:\"JbT_M0Jnu\"},implicitPathVariables:undefined}],children:resolvedLinks24=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-6798z-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"yS6kxwKXH-container\",nodeId:\"yS6kxwKXH\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem3,{akEaMP2V_:\"\\xc9quipe Li\\xe8ge\",dpKtLgXs9:resolvedLinks24[0],height:\"100%\",id:\"yS6kxwKXH\",IejEVkrjL:false,layoutId:\"yS6kxwKXH\",variant:\"OYde6UmtF\",width:\"100%\",...addPropertyOverrides({BznzaErcq:{dpKtLgXs9:resolvedLinks24[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wrva43\",\"data-framer-name\":\"List 03\",layoutDependency:layoutDependency,layoutId:\"hALxZ8OlW\"})]})})})})})})]})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay18=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({BznzaErcq:{height:35,y:(componentViewport?.y||0)+0+(((componentViewport?.height||62)-0-62)/2+0+0)+10+0+70+20+282}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-iv316u-container\",id:`${layoutId}-iv316u`,layoutDependency:layoutDependency,layoutId:\"yuGeinIG2-container\",nodeId:\"yuGeinIG2\",ref:ref27,rendersWithMotion:true,scopeId:\"b8PJvur03\",children:[/*#__PURE__*/_jsx(MenuItemMenuItem2,{akEaMP2V_:\"\\xc9quipe Charleroi\",height:\"100%\",id:\"yuGeinIG2\",IejEVkrjL:false,layoutId:\"yuGeinIG2\",StjX81xm6:StjX81xm6txyyif({overlay:overlay18}),variant:overlay18.visible?\"jmmioqncI\":\"cDcplOuP0\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay18.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref27,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-iv316u`,offsetX:0,offsetY:20,onDismiss:overlay18.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-ww8i2c\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"U3Mopg8Co\",ref:ref28,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ngcoty\",\"data-framer-name\":\"Menu Item/Dropdown 2\",layoutDependency:layoutDependency,layoutId:\"jrsI5S7Q7\",style:{backgroundColor:\"var(--token-6c3ed4eb-180b-405d-958f-35e789b29aa9, rgb(255, 255, 255))\",boxShadow:\"0px 16px 60px 0px rgba(0, 0, 0, 0.18)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y7a5h\",\"data-framer-name\":\"All Menu\",layoutDependency:layoutDependency,layoutId:\"Nv3T9TDQ2\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2ldbu2\",\"data-framer-name\":\"List\",layoutDependency:layoutDependency,layoutId:\"lPNLiWFPn\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1k50i07\",\"data-framer-name\":\"List 01\",layoutDependency:layoutDependency,layoutId:\"Z6Ys3bBv2\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"R6VeHMKSI\"},implicitPathVariables:undefined},{href:{webPageId:\"R6VeHMKSI\"},implicitPathVariables:undefined}],children:resolvedLinks25=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19bm3xn-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Z63N0HYO0-container\",nodeId:\"Z63N0HYO0\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem3,{akEaMP2V_:\"\\xc9quipe Bruxelles\",dpKtLgXs9:resolvedLinks25[0],height:\"100%\",id:\"Z63N0HYO0\",IejEVkrjL:false,layoutId:\"Z63N0HYO0\",variant:\"OYde6UmtF\",width:\"100%\",...addPropertyOverrides({BznzaErcq:{dpKtLgXs9:resolvedLinks25[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"emaBbzGBA\"},implicitPathVariables:undefined},{href:{webPageId:\"emaBbzGBA\"},implicitPathVariables:undefined}],children:resolvedLinks26=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-rm03so-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"ILUS4UrtU-container\",nodeId:\"ILUS4UrtU\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem3,{akEaMP2V_:\"\\xc9quipe Charleroi\",dpKtLgXs9:resolvedLinks26[0],height:\"100%\",id:\"ILUS4UrtU\",IejEVkrjL:false,layoutId:\"ILUS4UrtU\",variant:\"OYde6UmtF\",width:\"100%\",...addPropertyOverrides({BznzaErcq:{dpKtLgXs9:resolvedLinks26[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"JbT_M0Jnu\"},implicitPathVariables:undefined},{href:{webPageId:\"JbT_M0Jnu\"},implicitPathVariables:undefined}],children:resolvedLinks27=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-15q6wdc-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"tRSpHyMFY-container\",nodeId:\"tRSpHyMFY\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem3,{akEaMP2V_:\"\\xc9quipe Li\\xe8ge\",dpKtLgXs9:resolvedLinks27[0],height:\"100%\",id:\"tRSpHyMFY\",IejEVkrjL:false,layoutId:\"tRSpHyMFY\",variant:\"OYde6UmtF\",width:\"100%\",...addPropertyOverrides({BznzaErcq:{dpKtLgXs9:resolvedLinks27[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9r35l7\",\"data-framer-name\":\"List 03\",layoutDependency:layoutDependency,layoutId:\"t6aSOed4r\"})]})})})})})})]})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay19=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({BznzaErcq:{height:35,y:(componentViewport?.y||0)+0+(((componentViewport?.height||62)-0-62)/2+0+0)+10+0+70+20+329}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-1t2iiy9-container\",id:`${layoutId}-1t2iiy9`,layoutDependency:layoutDependency,layoutId:\"UwYJBO6Pg-container\",nodeId:\"UwYJBO6Pg\",ref:ref29,rendersWithMotion:true,scopeId:\"b8PJvur03\",children:[/*#__PURE__*/_jsx(MenuItemMenuItem2,{akEaMP2V_:\"\\xc9quipe Li\\xe8ge\",height:\"100%\",id:\"UwYJBO6Pg\",IejEVkrjL:false,layoutId:\"UwYJBO6Pg\",StjX81xm6:StjX81xm6txyyif({overlay:overlay19}),variant:overlay19.visible?\"jmmioqncI\":\"cDcplOuP0\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay19.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref29,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1t2iiy9`,offsetX:0,offsetY:20,onDismiss:overlay19.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-y9w6ve\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"PLgSkZXkj\",ref:ref30,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g9bhgy\",\"data-framer-name\":\"Menu Item/Dropdown 2\",layoutDependency:layoutDependency,layoutId:\"Cq0E2F72q\",style:{backgroundColor:\"var(--token-6c3ed4eb-180b-405d-958f-35e789b29aa9, rgb(255, 255, 255))\",boxShadow:\"0px 16px 60px 0px rgba(0, 0, 0, 0.18)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-o9pfxh\",\"data-framer-name\":\"All Menu\",layoutDependency:layoutDependency,layoutId:\"Yqm20PZzf\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jpekvv\",\"data-framer-name\":\"List\",layoutDependency:layoutDependency,layoutId:\"ah9oJSUoy\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7oy4ko\",\"data-framer-name\":\"List 01\",layoutDependency:layoutDependency,layoutId:\"vtdwUou8Y\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"R6VeHMKSI\"},implicitPathVariables:undefined},{href:{webPageId:\"R6VeHMKSI\"},implicitPathVariables:undefined}],children:resolvedLinks28=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17udz2p-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"fUxHxD83W-container\",nodeId:\"fUxHxD83W\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem3,{akEaMP2V_:\"\\xc9quipe Bruxelles\",dpKtLgXs9:resolvedLinks28[0],height:\"100%\",id:\"fUxHxD83W\",IejEVkrjL:false,layoutId:\"fUxHxD83W\",variant:\"OYde6UmtF\",width:\"100%\",...addPropertyOverrides({BznzaErcq:{dpKtLgXs9:resolvedLinks28[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"emaBbzGBA\"},implicitPathVariables:undefined},{href:{webPageId:\"emaBbzGBA\"},implicitPathVariables:undefined}],children:resolvedLinks29=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-13cy8si-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"TeZPtxuVt-container\",nodeId:\"TeZPtxuVt\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem3,{akEaMP2V_:\"\\xc9quipe Charleroi\",dpKtLgXs9:resolvedLinks29[0],height:\"100%\",id:\"TeZPtxuVt\",IejEVkrjL:false,layoutId:\"TeZPtxuVt\",variant:\"OYde6UmtF\",width:\"100%\",...addPropertyOverrides({BznzaErcq:{dpKtLgXs9:resolvedLinks29[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"JbT_M0Jnu\"},implicitPathVariables:undefined},{href:{webPageId:\"JbT_M0Jnu\"},implicitPathVariables:undefined}],children:resolvedLinks30=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-2hbi7q-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"yDs0GrEOG-container\",nodeId:\"yDs0GrEOG\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemMenuItem3,{akEaMP2V_:\"\\xc9quipe Li\\xe8ge\",dpKtLgXs9:resolvedLinks30[0],height:\"100%\",id:\"yDs0GrEOG\",IejEVkrjL:false,layoutId:\"yDs0GrEOG\",variant:\"OYde6UmtF\",width:\"100%\",...addPropertyOverrides({BznzaErcq:{dpKtLgXs9:resolvedLinks30[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-5qwatu\",\"data-framer-name\":\"List 03\",layoutDependency:layoutDependency,layoutId:\"tg0ClMYiP\"})]})})})})})})]})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({BznzaErcq:{height:169,width:`calc(min(${componentViewport?.width||\"100vw\"} - 30px, 390px) - 80px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||62)-0-62)/2+0+0)+10+0+70+20+376}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1dglrxs-container\",layoutDependency:layoutDependency,layoutId:\"n3gzunH4e-container\",nodeId:\"n3gzunH4e\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(MenuItemDropdown2,{height:\"100%\",id:\"n3gzunH4e\",layoutId:\"n3gzunH4e\",style:{width:\"100%\"},variant:\"Tn5EwwuaK\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cy83m1\",\"data-framer-name\":\"Header Button\",layoutDependency:layoutDependency,layoutId:\"pwkyyiNjy\",children:[isDisplayed4()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"zoXlaty1q\"},implicitPathVariables:undefined},{href:{webPageId:\"zoXlaty1q\"},implicitPathVariables:undefined}],children:resolvedLinks31=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:47,y:(componentViewport?.y||0)+20+(((componentViewport?.height||91)-44-47.2)/2+0+0)+0+0+0+.1,...addPropertyOverrides({OSby_V9jn:{y:(componentViewport?.y||0)+24+(((componentViewport?.height||95)-48-47)/2+0+0)+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-osr9rd-container\",layoutDependency:layoutDependency,layoutId:\"Aj3ZqO4R0-container\",nodeId:\"Aj3ZqO4R0\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(ButtonsButton,{BkNQ4HRGB:resolvedLinks31[0],height:\"100%\",id:\"Aj3ZqO4R0\",layoutId:\"Aj3ZqO4R0\",N_iJWQdqY:\"Investir\",variant:\"xDWClzuDc\",width:\"100%\",...addPropertyOverrides({OSby_V9jn:{BkNQ4HRGB:resolvedLinks31[1]}},baseVariant,gestureVariant)})})})}),isDisplayed5()&&/*#__PURE__*/_jsx(Link,{href:\"https://members.citizenfund.coop/account/?noheader=1\",motionChild:true,nodeId:\"LZfiNch5I\",openInNewTab:false,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1l86zff framer-17zmt0y\",\"data-border\":true,\"data-framer-name\":\"Buttons/Button\",layoutDependency:layoutDependency,layoutId:\"LZfiNch5I\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(80, 80, 80, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 190, 94)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-az0kbn\",\"data-framer-name\":\"Button Content\",layoutDependency:layoutDependency,layoutId:\"KeK1z_Cv5\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1fdufm6\",\"data-styles-preset\":\"flmSH5NTS\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-96b06de6-276f-47e3-a541-f01772f9ea0a, rgb(255, 255, 255)))\"},children:\"Mon espace\"})}),className:\"framer-1bprg3l\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"u_wS_G8zg\",style:{\"--extracted-r6o4lv\":\"var(--token-96b06de6-276f-47e3-a541-f01772f9ea0a, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),isDisplayed6()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-kn989t\",\"data-framer-name\":\"Hamburger\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"EXN9kUBEb\",onTap:onTap1sdoh90,style:{borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},...addPropertyOverrides({ArPnqklQT:{onTap:onTap1oq4a9p},AXwKIxOAL:{onTap:onTapozekyd},BznzaErcq:{onTap:onTap98w87q},LNyJKZDGX:{onTap:onTap164bsee}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:\"32px\",...addPropertyOverrides({ArPnqklQT:{height:25,width:\"25px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||62)-0-62)/2+0+0)+10+0+0+0+0+8.5},AXwKIxOAL:{height:25,width:\"25px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||62)-0-62)/2+0+0)+10+0+0+0+0+8.5},BznzaErcq:{height:25,width:\"25px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||62)-0-62)/2+0+0)+10+0+0+0+0+8.5},LNyJKZDGX:{height:25,width:\"25px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||62)-0-62)/2+0+0)+10+0+0+0+0+8.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-101agou-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"P32ks_9jM-container\",nodeId:\"P32ks_9jM\",rendersWithMotion:true,scopeId:\"b8PJvur03\",children:/*#__PURE__*/_jsx(ElementsMenuIcon,{height:\"100%\",id:\"P32ks_9jM\",iWF8EWIN1:\"var(--token-ed04bdae-2ad1-4ddb-bf95-6762fd74efff, rgb(11, 41, 54))\",layoutId:\"P32ks_9jM\",style:{height:\"100%\",width:\"100%\"},variant:\"blA77e4aM\",width:\"100%\",...addPropertyOverrides({ArPnqklQT:{iWF8EWIN1:\"var(--token-c856ad5a-de30-4eca-bfab-6bb89a48ba78, rgb(6, 14, 31))\"},AXwKIxOAL:{iWF8EWIN1:\"var(--token-c856ad5a-de30-4eca-bfab-6bb89a48ba78, rgb(6, 14, 31))\",variant:\"ifT4UOqDg\"},BznzaErcq:{iWF8EWIN1:\"var(--token-0f914ae1-7205-43e8-a012-ea7609e0445b, rgb(3, 31, 11))\",variant:\"ifT4UOqDg\"},LNyJKZDGX:{iWF8EWIN1:\"var(--token-0f914ae1-7205-43e8-a012-ea7609e0445b, rgb(3, 31, 11))\"}},baseVariant,gestureVariant)})})})})]})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-L7hwK.framer-17zmt0y, .framer-L7hwK .framer-17zmt0y { display: block; }\",\".framer-L7hwK.framer-aybudg { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 20px 30px 24px 30px; position: relative; width: 1440px; }\",\".framer-L7hwK .framer-1ilx1cl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1290px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-L7hwK .framer-1yu2vxg { 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: 0px; position: relative; width: 100%; }\",\".framer-L7hwK .framer-1pbby4v { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-L7hwK .framer-1x1bbkw-container, .framer-L7hwK .framer-hh3lis-container, .framer-L7hwK .framer-1tljzcu-container, .framer-L7hwK .framer-1gwsd3p-container, .framer-L7hwK .framer-1flzrhl-container, .framer-L7hwK .framer-12pu1fq-container, .framer-L7hwK .framer-dzish6-container, .framer-L7hwK .framer-1r0bxh0-container, .framer-L7hwK .framer-12l9qk8-container, .framer-L7hwK .framer-rygu88-container, .framer-L7hwK .framer-hrns86-container, .framer-L7hwK .framer-1layeu8-container, .framer-L7hwK .framer-m2u7k4-container, .framer-L7hwK .framer-3m1rib-container, .framer-L7hwK .framer-hbz69k-container, .framer-L7hwK .framer-1273jc3-container, .framer-L7hwK .framer-1etwxh4-container, .framer-L7hwK .framer-k8azv8-container, .framer-L7hwK .framer-nt8r6j-container, .framer-L7hwK .framer-1hxchxs-container, .framer-L7hwK .framer-l4n9t5-container, .framer-L7hwK .framer-1rrks5g-container, .framer-L7hwK .framer-1bizsrg-container, .framer-L7hwK .framer-1rbpsh-container, .framer-L7hwK .framer-fhm39x-container, .framer-L7hwK .framer-1ngxran-container, .framer-L7hwK .framer-tfdaqw-container, .framer-L7hwK .framer-16dni4l-container, .framer-L7hwK .framer-4yhow4-container, .framer-L7hwK .framer-1ph8gic-container, .framer-L7hwK .framer-1qv6i0z-container, .framer-L7hwK .framer-gzp8u9-container, .framer-L7hwK .framer-7jcmwd-container, .framer-L7hwK .framer-nf5inn-container, .framer-L7hwK .framer-ikn165-container, .framer-L7hwK .framer-o6jhtg-container, .framer-L7hwK .framer-1y7js0x-container, .framer-L7hwK .framer-1vzbwvm-container, .framer-L7hwK .framer-xmh994-container, .framer-L7hwK .framer-v69ok9-container, .framer-L7hwK .framer-1ajlwou-container, .framer-L7hwK .framer-mlnxdy-container, .framer-L7hwK .framer-6798z-container, .framer-L7hwK .framer-iv316u-container, .framer-L7hwK .framer-19bm3xn-container, .framer-L7hwK .framer-rm03so-container, .framer-L7hwK .framer-15q6wdc-container, .framer-L7hwK .framer-1t2iiy9-container, .framer-L7hwK .framer-17udz2p-container, .framer-L7hwK .framer-13cy8si-container, .framer-L7hwK .framer-2hbi7q-container, .framer-L7hwK .framer-osr9rd-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-L7hwK .framer-1ub1tr7 { align-content: flex-start; align-items: flex-start; bottom: -641px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-end; left: -30px; overflow: visible; padding: 20px 30px 20px 30px; position: absolute; width: 100%; z-index: 5; }\",\".framer-L7hwK .framer-7za0ob, .framer-L7hwK .framer-134qyrb, .framer-L7hwK .framer-crp6xt, .framer-L7hwK .framer-shf077, .framer-L7hwK .framer-17572qz, .framer-L7hwK .framer-1wq0oe8, .framer-L7hwK .framer-ylfke3, .framer-L7hwK .framer-19srpfm, .framer-L7hwK .framer-ww8i2c, .framer-L7hwK .framer-y9w6ve { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-L7hwK .framer-bouchx, .framer-L7hwK .framer-1dhkz65, .framer-L7hwK .framer-1wpppzc, .framer-L7hwK .framer-1ai2qxr, .framer-L7hwK .framer-xiwuoq, .framer-L7hwK .framer-1i8vsia, .framer-L7hwK .framer-11d2fdz, .framer-L7hwK .framer-1m65sul, .framer-L7hwK .framer-ngcoty, .framer-L7hwK .framer-1g9bhgy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: min-content; }\",\".framer-L7hwK .framer-n67nxa, .framer-L7hwK .framer-p8xpzu, .framer-L7hwK .framer-1kia0no, .framer-L7hwK .framer-3r2xj3, .framer-L7hwK .framer-191g6d3, .framer-L7hwK .framer-14adro7, .framer-L7hwK .framer-htxg8n, .framer-L7hwK .framer-1ljnhol, .framer-L7hwK .framer-1y7a5h, .framer-L7hwK .framer-o9pfxh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-L7hwK .framer-7xlpgr, .framer-L7hwK .framer-955aet, .framer-L7hwK .framer-1h2p3ff, .framer-L7hwK .framer-rmfkyw, .framer-L7hwK .framer-13hpqf2, .framer-L7hwK .framer-owerr7, .framer-L7hwK .framer-l423fn, .framer-L7hwK .framer-1nq74zj, .framer-L7hwK .framer-2ldbu2, .framer-L7hwK .framer-jpekvv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-L7hwK .framer-he2fzl, .framer-L7hwK .framer-1npdgaf, .framer-L7hwK .framer-pzhmo0, .framer-L7hwK .framer-x4e0bh, .framer-L7hwK .framer-2cv5y5, .framer-L7hwK .framer-i79rvn, .framer-L7hwK .framer-1yld98m, .framer-L7hwK .framer-11v4z3v, .framer-L7hwK .framer-1k50i07, .framer-L7hwK .framer-7oy4ko { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-L7hwK .framer-1f0pnjw, .framer-L7hwK .framer-ou4p6q, .framer-L7hwK .framer-iocj5n, .framer-L7hwK .framer-1nwc8h4, .framer-L7hwK .framer-8qjklg, .framer-L7hwK .framer-87hyd9, .framer-L7hwK .framer-1oktndq, .framer-L7hwK .framer-wrva43, .framer-L7hwK .framer-9r35l7, .framer-L7hwK .framer-5qwatu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; min-height: 35px; min-width: 51px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-L7hwK .framer-1rlss73-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-L7hwK .framer-n91cvg { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-L7hwK .framer-1dglrxs-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-L7hwK .framer-cy83m1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 3; }\",\".framer-L7hwK .framer-1l86zff { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 20px 10px 20px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-L7hwK .framer-az0kbn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-L7hwK .framer-1bprg3l { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-L7hwK .framer-kn989t { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 42px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 42px; }\",\".framer-L7hwK .framer-101agou-container { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-L7hwK.framer-v-118aib1.framer-aybudg { padding: 24px 8px 24px 8px; width: 768px; }\",\".framer-L7hwK.framer-v-118aib1 .framer-1ilx1cl { max-width: 768px; padding: 0px 10px 0px 10px; }\",\".framer-L7hwK.framer-v-118aib1 .framer-1yu2vxg, .framer-L7hwK.framer-v-1sa2t6d .framer-1yu2vxg, .framer-L7hwK.framer-v-1bjlvdf .framer-1yu2vxg, .framer-L7hwK.framer-v-1d6kbgw .framer-1yu2vxg, .framer-L7hwK.framer-v-1fcml1t .framer-1yu2vxg { gap: unset; justify-content: space-between; }\",\".framer-L7hwK.framer-v-118aib1 .framer-1pbby4v { order: 0; }\",\".framer-L7hwK.framer-v-118aib1 .framer-n91cvg { flex: none; gap: 20px; justify-content: center; order: 2; width: min-content; }\",\".framer-L7hwK.framer-v-118aib1 .framer-cy83m1, .framer-L7hwK.framer-v-1fcml1t .framer-1gwsd3p-container { order: 3; }\",\".framer-L7hwK.framer-v-1sa2t6d.framer-aybudg, .framer-L7hwK.framer-v-1bjlvdf.framer-aybudg, .framer-L7hwK.framer-v-1d6kbgw.framer-aybudg, .framer-L7hwK.framer-v-1fcml1t.framer-aybudg { padding: 0px 10px 0px 20px; width: 390px; }\",\".framer-L7hwK.framer-v-1sa2t6d .framer-1ilx1cl, .framer-L7hwK.framer-v-1bjlvdf .framer-1ilx1cl, .framer-L7hwK.framer-v-1d6kbgw .framer-1ilx1cl, .framer-L7hwK.framer-v-1fcml1t .framer-1ilx1cl { max-width: 390px; padding: 10px; }\",\".framer-L7hwK.framer-v-1sa2t6d .framer-101agou-container, .framer-L7hwK.framer-v-1bjlvdf .framer-101agou-container, .framer-L7hwK.framer-v-1d6kbgw .framer-101agou-container, .framer-L7hwK.framer-v-1fcml1t .framer-101agou-container { height: 25px; width: 25px; }\",\".framer-L7hwK.framer-v-1bjlvdf .framer-n91cvg { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; gap: 12px; left: 0px; padding: 20px 30px 0px 30px; position: absolute; top: 70px; width: 100%; z-index: 5; }\",\".framer-L7hwK.framer-v-1bjlvdf .framer-1dglrxs-container { flex: none; width: 100%; }\",\".framer-L7hwK.framer-v-1fcml1t .framer-hh3lis-container { order: 1; }\",\".framer-L7hwK.framer-v-1fcml1t .framer-1tljzcu-container { order: 2; }\",\".framer-L7hwK.framer-v-1fcml1t .framer-1flzrhl-container { order: 4; }\",\".framer-L7hwK.framer-v-1fcml1t .framer-12pu1fq-container { order: 5; }\",\".framer-L7hwK.framer-v-1fcml1t .framer-dzish6-container { order: 6; }\",\".framer-L7hwK.framer-v-1fcml1t .framer-hrns86-container { order: 7; }\",\".framer-L7hwK.framer-v-1fcml1t .framer-hbz69k-container { order: 8; }\",\".framer-L7hwK.framer-v-1fcml1t .framer-1rlss73-container { order: 9; }\",...sharedStyle.css,'.framer-L7hwK[data-border=\"true\"]::after, .framer-L7hwK [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 91\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"OSby_V9jn\":{\"layout\":[\"fixed\",\"auto\"]},\"LNyJKZDGX\":{\"layout\":[\"fixed\",\"auto\"]},\"BznzaErcq\":{\"layout\":[\"fixed\",\"auto\"]},\"ArPnqklQT\":{\"layout\":[\"fixed\",\"auto\"]},\"AXwKIxOAL\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerb8PJvur03=withCSS(Component,css,\"framer-L7hwK\");export default Framerb8PJvur03;Framerb8PJvur03.displayName=\"Menu Item/Header 2\";Framerb8PJvur03.defaultProps={height:91,width:1440};addPropertyControls(Framerb8PJvur03,{variant:{options:[\"jwzpkIrfI\",\"OSby_V9jn\",\"LNyJKZDGX\",\"BznzaErcq\",\"ArPnqklQT\",\"AXwKIxOAL\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\",\"Phone - Open\",\"Phone On Scroll\",\"Phone On Scroll  Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerb8PJvur03,[{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\"}]},...MenuItemLogoFonts,...MenuItemMenuItem2Fonts,...MenuItemMenuItem3Fonts,...MenuItemDropdown2Fonts,...ButtonsButtonFonts,...ElementsMenuIconFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerb8PJvur03\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"91\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OSby_V9jn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LNyJKZDGX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BznzaErcq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ArPnqklQT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AXwKIxOAL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./b8PJvur03.map","// Generated by Framer (3bc9980)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Urbanist-regular\",\"FS;Urbanist-bold\",\"FS;Urbanist-bold italic\",\"FS;Urbanist-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Urbanist\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/QVSEREMQIHTDJ6PBN6SDKDQRKHAIJM4G/5FQFK3HFEC5ZJORN7EUWWXKPUKR4HDO2/S3LPGNCYQN366TZLSH3ASTPTKANFMFDS.woff2\",weight:\"400\"},{family:\"Urbanist\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/Y3L2ZYYP26QQ73LRHQEGMGHU7HLMLCIE/5WHYQ3VUOWNEN3Y7DIOEXY5R4W6MYIPF/SS2LIWIFT3QZUKOLJ7TGBEFWHF3TFYQD.woff2\",weight:\"700\"},{family:\"Urbanist\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/GDORYCYP3U3MKIKHZNDJGHDYDPVQPHAS/ORR4EYQENJF7RBGXI4RRRWUEDXEIEFZQ/6Y6VR6UQPVF2GIANVIG5ITQRQM2CLQ3A.woff2\",weight:\"700\"},{family:\"Urbanist\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/QV67EU3XJ5BTJALJXKWL4BK7C3GFGCFP/D7A4U7UFR3LMCTIYWZP4QFWGMT5X6IEF/GQ5MR5RSGVSEH6S242MNYCORRMV5LOZ3.woff2\",weight:\"400\"}]}];export const css=['.framer-iC53B .framer-styles-preset-1rhqrrz:not(.rich-text-wrapper), .framer-iC53B .framer-styles-preset-1rhqrrz.rich-text-wrapper p { --framer-font-family: \"Urbanist\", \"Urbanist Placeholder\", sans-serif; --framer-font-family-bold: \"Urbanist\", \"Urbanist Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Urbanist\", \"Urbanist Placeholder\", sans-serif; --framer-font-family-italic: \"Urbanist\", \"Urbanist Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.7em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-42eb5644-f375-4ec7-9f33-8ce4e4de06bc, #505050); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-iC53B\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}