{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/gh5xmpM9GHT9MXnnMpPc/YOcbb3cyk0md6ytVCE3R/Animator.js", "ssg:https://framerusercontent.com/modules/SInf37vzg51iP5jTUEGu/JnkzJ9PU7Xrviu11VjF9/D5TnUU1Hv.js", "ssg:https://framerusercontent.com/modules/Doc5oe8nURzNdvb3wnvh/1hS0DTbgYGlpHA5TRV1Z/r8vvvmYtm.js", "ssg:https://framerusercontent.com/modules/wJTCRHgATezuoKD8wDzY/MgVAnovqKeNKXrNZPwkN/kePbQSegy.js", "ssg:https://framerusercontent.com/modules/cuKUFdzXlhvw8OVOBeAc/T08RxQJ4qrs7LLc8wx4E/border.js", "ssg:https://framerusercontent.com/modules/9muYaW1MvHoRQJ0P7dkP/V2GVvLqiMxXRSxszkCSa/focus.js", "ssg:https://framerusercontent.com/modules/YfmtnpWjJrP37sQ18QUZ/9Y2P24U2SBIbf2fPVsOX/hover.js", "ssg:https://framerusercontent.com/modules/wjZLfSMaP1TvJDu5PCwr/XQ1GMXuIqYrEN1c0R6E5/padding.js", "ssg:https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/ZEWmVGYDUhL44tluQO5y/radius.js", "ssg:https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/fW26mCIOTpHHBOBnf7GZ/LocaleSelector.js", "ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/material-icons/Home.js@0.0.32", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js", "ssg:https://framerusercontent.com/modules/ITz9Y9JNd4uOiRNlgvrC/isC6Cm8vFfGvIpcSDoL9/fmMEV71Xr-0.js", "ssg:https://framerusercontent.com/modules/ITz9Y9JNd4uOiRNlgvrC/isC6Cm8vFfGvIpcSDoL9/fmMEV71Xr.js", "ssg:https://framerusercontent.com/modules/QnwzKtw5d2BqgFz4miEh/uboc1Kmp9Enknh5RnfxA/fmMEV71Xr.js", "ssg:https://framerusercontent.com/modules/GltopgTHwuXfTxnUl2Uf/LVl7QyCQ5Oagl7cVGzON/fVNoTjAwI.js", "ssg:https://framerusercontent.com/modules/MTlj9YoWRZG8hX5XipzC/dLtkP4S4ICYqrAQH8cdZ/Iah_A2jtv.js", "ssg:https://framer.com/m/feather-icons/home.js@0.0.29", "ssg:https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js", "ssg:https://framerusercontent.com/modules/UHMS0GYYAgFwCr3sD8yo/FqcRk8tgmGkyC9nBFyhd/vaM02qv3u-0.js", "ssg:https://framerusercontent.com/modules/UHMS0GYYAgFwCr3sD8yo/FqcRk8tgmGkyC9nBFyhd/vaM02qv3u.js", "ssg:https://ga.jspm.io/npm:react-intersection-observer@9.4.3/react-intersection-observer.modern.mjs", "ssg:https://framerusercontent.com/modules/gP88omfbIAsdWOhW9Sr0/n7GhEgRxNGVXPO9kadAf/Fixed_menu.js", "ssg:https://framerusercontent.com/modules/TdNU7Cc4EGx05Y5QffbN/6sQO2l496Ee3MvH1jc6b/Scale_SVG.js", "ssg:https://framerusercontent.com/modules/UNq9w3NialC0xREHw4Wp/TLlS4rkEIl6gbvTM9qQL/cRizTRHUN.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion,useMotionValue,useTransform}from\"framer-motion\";/**\n * ANIMATOR\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 200\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Animator(props){/* Properties */const{pathAnimation,from,to,animate,shouldLoop,loopOptions,slots=[],endCircle}=props;/* State */const hasChildren=Children.count(slots)>0;/* Empty State */let customShape=/*#__PURE__*/_jsxs(\"div\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u270D\uFE0F\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Graphic\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Animates single or joined paths on Web Pages only.\"})]});if(hasChildren){/* Grab the SVG from the Graphic */const firstChild=getFirstChild(slots);const svgChild=getFirstChild(firstChild.props.svg);const isSpring=pathAnimation.type===\"spring\";/* Shape transition properties *//* Dividing stiffness and damping by 1000 is a trick I got from Matt \n        which helps with pathLength animations, which otherwise are so fast \n        you never even see them happen in the preview. */const shapeTransition={pathLength:{...pathAnimation,repeat:shouldLoop?Infinity:0,repeatType:loopOptions,stiffness:isSpring?pathAnimation.stiffness/1e3:pathAnimation.stiffness,damping:isSpring?pathAnimation.damping/1e3:pathAnimation.damping}};/* Add our own properties to the Path */const pathLength=useMotionValue(0);const opacity=useTransform(pathLength,[0,.025],[0,1]);const shapeProps={variants:{start:{pathLength:from/100},end:{pathLength:to/100}},transition:shapeTransition};/* Prevent animating or adjusting pathLength on the Canvas */const isCanvas=RenderTarget.current()===RenderTarget.canvas;/* Just render the full connected Graphic on Canvas, when connected */if(isCanvas){customShape=firstChild;}/* If on a web page */if(!isCanvas&&svgChild){/* Pass Attributes */let attributes=svgChild.match(/[\\w-]+=\"[^\"]*\"/g);let pathD;let stroke;let strokeWidth;let strokeLinecap;let strokeLinejoin;for(const element of attributes){if(element.includes(\"d=\")){pathD=splitAndReplace(element);}if(element.includes(\"stroke=\")){stroke=splitAndReplace(element);}if(element.includes(\"stroke-width=\")){strokeWidth=splitAndReplace(element);}if(element.includes(\"stroke-linecap=\")){strokeLinecap=splitAndReplace(element);}if(element.includes(\"stroke-linejoin=\")){strokeLinejoin=splitAndReplace(element);}}/* Grab viewbox */let svgViewbox;svgViewbox=svgChild.split(\"viewBox=\")[1];svgViewbox=svgViewbox.split(\">\")[0];svgViewbox=svgViewbox.replace(/^\"(.+(?=\"$))\"$/,\"$1\");customShape=/*#__PURE__*/_jsx(motion.div,{initial:isCanvas||animate===false?false:\"start\",animate:isCanvas||animate===false?false:\"end\",style:{width:\"100%\",height:\"100%\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",backgroundColor:\"transparent\",overflow:\"hidden\"},children:/*#__PURE__*/_jsx(motion.svg,{xmlns:\"http://www.w3.org/2000/svg\",width:\"100%\",height:\"100%\",viewBox:svgViewbox,children:/*#__PURE__*/_jsx(motion.path,{...shapeProps,d:pathD,stroke:stroke,strokeWidth:strokeWidth,strokeLinejoin:strokeLinejoin,strokeLinecap:strokeLinecap,fill:\"transparent\",style:!endCircle&&{pathLength,opacity},initial:isCanvas||animate===false?false:\"start\",animate:isCanvas||animate===false?false:\"end\"})})});}}return customShape;}/* Default Properties */Animator.defaultProps={animate:true,shouldLoop:false,loopOptions:\"reverse\",from:0,to:100,pathAnimation:{type:\"tween\",duration:2},endCircle:true};/* Property Controls */addPropertyControls(Animator,{slots:{type:ControlType.ComponentInstance,title:\"Children\"},animate:{title:\"Animate\",type:ControlType.Boolean,defaultValue:Animator.defaultProps.animate,enabledTitle:\"True\",disabledTitle:\"False\"},shouldLoop:{title:\"Loop\",type:ControlType.Boolean,defaultValue:Animator.defaultProps.shouldLoop,enabledTitle:\"True\",disabledTitle:\"False\",hidden(props){return props.animate===false;}},loopOptions:{type:ControlType.Enum,title:\"Type\",defaultValue:Animator.defaultProps.loopOptions,options:[\"loop\",\"reverse\",\"mirror\"],optionTitles:[\"Loop\",\"Reverse\",\"Mirror\"],hidden(props){return props.shouldLoop===false;}},endCircle:{title:\"End Circle\",type:ControlType.Boolean,defaultValue:Animator.defaultProps.endCircle,enabledTitle:\"Show\",disabledTitle:\"Hide\",hidden(props){return props.animate===false;}},from:{title:\"From\",type:ControlType.Number,min:0,max:100,displayStepper:true,step:1,defaultValue:Animator.defaultProps.from,unit:\"%\",hidden(props){return props.animate===false;}},to:{title:\"To\",type:ControlType.Number,min:0,max:100,displayStepper:true,step:1,defaultValue:Animator.defaultProps.to,unit:\"%\",hidden(props){return props.animate===false;}},pathAnimation:{title:\" \",type:ControlType.Transition,defaultValue:Animator.defaultProps.pathAnimation,hidden(props){return props.animate===false;}}});/* Method to get stringless attributes */const splitAndReplace=string=>{return string.split(\"=\")[1].replace(/['\"]+/g,\"\");};/* Method to get the first child */function getFirstChild(slots){let firstChild;Children.map(slots,child=>{if(firstChild===undefined){firstChild=child;}});return firstChild;}/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Animator\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"200\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Animator.map", "// Generated by Framer (e39ee10)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Light\",\"Inter\",\"Inter-Italic\",\"Inter-LightItalic\"]);export const fonts=[{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/BkDpl4ghaqvMi1btKFyG2tdbec.woff2\",weight:\"300\"},{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/zAMK70AQRFSShJgUiaR5IiIhgzk.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/IETjvc5qzUaRoaruDpPSwCUM8.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/oLCoaT3ioA0fHdJnWR9W6k7NY.woff2\",weight:\"300\"},{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/Sj0PCHQSBjFmEp6NBWg6FNaKc.woff2\",weight:\"300\"},{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/v2q8JTTTs7McDMSEhnxAIBqd0.woff2\",weight:\"300\"},{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/H4TfENUY1rh8R9UaSD6vngjJP3M.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/YYB6GZmCWnZq3RWZOghuZIOxQY.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/miJTzODdiyIr3tRo9KEoqXXk2PM.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6ZMhcggRFfEfbf7lncCpaUbA.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/8sCN6PGUr4I8q5hC5twAXfcwqV0.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/aUYDUTztS7anQw5JuwCncXeLOBY.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/5mDAOkC5Wpzo7NkuE9oYfqlY2u4.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/yDiPvYxioBHsicnYxpPW35WQmx8.woff2\",weight:\"300\"}]}];export const css=['.framer-HzqDo .framer-styles-preset-1ej83hv:not(.rich-text-wrapper), .framer-HzqDo .framer-styles-preset-1ej83hv.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --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-weight: 300; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 300; --framer-letter-spacing: 0em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 7px; --framer-text-alignment: start; --framer-text-color: var(--token-31ddeda0-db9f-40b5-a3dc-2e3033c2a0eb, #3c5e39); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 1024px) { .framer-HzqDo .framer-styles-preset-1ej83hv:not(.rich-text-wrapper), .framer-HzqDo .framer-styles-preset-1ej83hv.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --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-weight: 300; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 300; --framer-letter-spacing: 0em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 7px; --framer-text-alignment: start; --framer-text-color: var(--token-31ddeda0-db9f-40b5-a3dc-2e3033c2a0eb, #3c5e39); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1023px) and (min-width: 810px) { .framer-HzqDo .framer-styles-preset-1ej83hv:not(.rich-text-wrapper), .framer-HzqDo .framer-styles-preset-1ej83hv.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --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-weight: 300; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 300; --framer-letter-spacing: 0em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 7px; --framer-text-alignment: start; --framer-text-color: var(--token-31ddeda0-db9f-40b5-a3dc-2e3033c2a0eb, #3c5e39); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-HzqDo .framer-styles-preset-1ej83hv:not(.rich-text-wrapper), .framer-HzqDo .framer-styles-preset-1ej83hv.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 300; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 300; --framer-letter-spacing: 0em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 7px; --framer-text-alignment: start; --framer-text-color: var(--token-31ddeda0-db9f-40b5-a3dc-2e3033c2a0eb, #3c5e39); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-HzqDo\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Light\",\"Inter\",\"Inter-Italic\",\"Inter-LightItalic\"]);export const fonts=[];export const css=['.framer-H2BzG .framer-styles-preset-1gg6qjr:not(.rich-text-wrapper), .framer-H2BzG .framer-styles-preset-1gg6qjr.rich-text-wrapper p { --framer-font-family: \"Inter-Light\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter-Italic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-LightItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 300; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 300; --framer-letter-spacing: 0em; --framer-line-height: 160%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-31ddeda0-db9f-40b5-a3dc-2e3033c2a0eb, #3c5e39); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 810px) { .framer-H2BzG .framer-styles-preset-1gg6qjr:not(.rich-text-wrapper), .framer-H2BzG .framer-styles-preset-1gg6qjr.rich-text-wrapper p { --framer-font-family: \"Inter-Light\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter-Italic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-LightItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 300; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 300; --framer-letter-spacing: 0em; --framer-line-height: 160%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-31ddeda0-db9f-40b5-a3dc-2e3033c2a0eb, #3c5e39); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-H2BzG .framer-styles-preset-1gg6qjr:not(.rich-text-wrapper), .framer-H2BzG .framer-styles-preset-1gg6qjr.rich-text-wrapper p { --framer-font-family: \"Inter-Light\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter-Italic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-LightItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --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-weight: 300; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 300; --framer-letter-spacing: 0em; --framer-line-height: 160%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-31ddeda0-db9f-40b5-a3dc-2e3033c2a0eb, #3c5e39); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-H2BzG\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (5951dd1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as localizedValues from\"./kePbQSegy-0.js\";const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const enabledGestures={A1N6hzIqZ:{hover:true},ATwbxr34b:{hover:true},C7UPgEgFf:{hover:true},JtrBW2aFR:{hover:true}};const cycleOrder=[\"C7UPgEgFf\",\"A1N6hzIqZ\",\"ATwbxr34b\",\"JtrBW2aFR\"];const serializationHash=\"framer-ts5Ed\";const variantClassNames={A1N6hzIqZ:\"framer-v-irrj2u\",ATwbxr34b:\"framer-v-rfzegm\",C7UPgEgFf:\"framer-v-17ea0j6\",JtrBW2aFR:\"framer-v-13s49wx\"};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 valuesByLocaleId={UUSKxe03d:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:30,delay:0,mass:1,stiffness:350,type:\"spring\"};const transition2={damping:30,delay:.1,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:45,rotateX:0,rotateY:0,scale:.2,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};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={\"Fill - arrow\":\"A1N6hzIqZ\",Fill:\"C7UPgEgFf\",Stroke:\"JtrBW2aFR\",Text:\"ATwbxr34b\"};const getProps=({background,backgroundHover,border,height,id,link,newTab,text,textColor,textColorHover,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_humanReadableVariantMap_props_variant,_ref6;return{...props,FDCX2pCXK:(_ref=backgroundHover!==null&&backgroundHover!==void 0?backgroundHover:props.FDCX2pCXK)!==null&&_ref!==void 0?_ref:\"rgb(193, 105, 16)\",JQYCfmqza:(_ref1=border!==null&&border!==void 0?border:props.JQYCfmqza)!==null&&_ref1!==void 0?_ref1:{borderColor:'var(--token-35b69123-b0b8-4585-96fd-77f273f23b6e, rgb(219, 213, 199)) /* {\"name\":\"Bone\"} */',borderStyle:\"solid\",borderWidth:2},O9TkxEGXu:link!==null&&link!==void 0?link:props.O9TkxEGXu,T1ZcP8a2e:(_ref2=text!==null&&text!==void 0?text:props.T1ZcP8a2e)!==null&&_ref2!==void 0?_ref2:\"Button\",tFO6383qU:(_ref3=background!==null&&background!==void 0?background:props.tFO6383qU)!==null&&_ref3!==void 0?_ref3:\"rgb(212, 113, 17)\",TVn6vwsTh:(_ref4=textColorHover!==null&&textColorHover!==void 0?textColorHover:props.TVn6vwsTh)!==null&&_ref4!==void 0?_ref4:\"rgb(0, 0, 0)\",UnPX2bU2F:(_ref5=textColor!==null&&textColor!==void 0?textColor:props.UnPX2bU2F)!==null&&_ref5!==void 0?_ref5:\"var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241))\",variant:(_ref6=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref6!==void 0?_ref6:\"C7UPgEgFf\",YrAuDyvlG:newTab!==null&&newTab!==void 0?newTab:props.YrAuDyvlG};};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,T1ZcP8a2e,O9TkxEGXu,tFO6383qU,FDCX2pCXK,UnPX2bU2F,YrAuDyvlG,JQYCfmqza,TVn6vwsTh,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"C7UPgEgFf\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"A1N6hzIqZ-hover\")return false;if(baseVariant===\"A1N6hzIqZ\")return false;return true;};const isDisplayed1=()=>{if(gestureVariant===\"A1N6hzIqZ-hover\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _JQYCfmqza_borderBottomWidth,_JQYCfmqza_borderLeftWidth,_JQYCfmqza_borderRightWidth,_JQYCfmqza_borderTopWidth;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(Link,{href:O9TkxEGXu,openInNewTab:YrAuDyvlG,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-17ea0j6\",className,classNames)} framer-15p9mv4`,\"data-framer-name\":\"Fill\",layoutDependency:layoutDependency,layoutId:\"C7UPgEgFf\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50,...style},variants:{\"C7UPgEgFf-hover\":{borderBottomLeftRadius:51,borderBottomRightRadius:51,borderTopLeftRadius:51,borderTopRightRadius:51}},...addPropertyOverrides({\"A1N6hzIqZ-hover\":{\"data-framer-name\":undefined},\"ATwbxr34b-hover\":{\"data-framer-name\":undefined},\"C7UPgEgFf-hover\":{\"data-framer-name\":undefined},\"JtrBW2aFR-hover\":{\"data-framer-name\":undefined},A1N6hzIqZ:{\"data-framer-name\":\"Fill - arrow\"},ATwbxr34b:{\"data-framer-name\":\"Text\"},JtrBW2aFR:{\"data-framer-name\":\"Stroke\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-UnPX2bU2F-kePbQSegy))\"},children:\"Button\"})}),className:\"framer-1xxkjm8\",\"data-framer-name\":\"Contactez-nous\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"kSIYRqd5f\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-UnPX2bU2F-kePbQSegy)\",\"--variable-reference-TVn6vwsTh-kePbQSegy\":TVn6vwsTh,\"--variable-reference-UnPX2bU2F-kePbQSegy\":UnPX2bU2F},text:T1ZcP8a2e,variants:{\"ATwbxr34b-hover\":{\"--extracted-r6o4lv\":\"var(--token-d4bd01af-aec1-43ea-ad24-0fa501f2d82a, rgb(255, 255, 255))\"},\"JtrBW2aFR-hover\":{\"--extracted-r6o4lv\":\"var(--variable-reference-TVn6vwsTh-kePbQSegy)\",\"--variable-reference-TVn6vwsTh-kePbQSegy\":TVn6vwsTh}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({\"ATwbxr34b-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4bd01af-aec1-43ea-ad24-0fa501f2d82a, rgb(255, 255, 255)))\"},children:\"Button\"})})},\"JtrBW2aFR-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-TVn6vwsTh-kePbQSegy))\"},children:\"Button\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1aa5w0k\",\"data-framer-name\":\"BG\",layoutDependency:layoutDependency,layoutId:\"FX2A26FfX\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:tFO6383qU,borderBottomLeftRadius:80,borderBottomRightRadius:80,borderTopLeftRadius:80,borderTopRightRadius:80},variants:{\"ATwbxr34b-hover\":{backgroundColor:FDCX2pCXK},\"C7UPgEgFf-hover\":{backgroundColor:FDCX2pCXK},\"JtrBW2aFR-hover\":{backgroundColor:FDCX2pCXK},ATwbxr34b:{backgroundColor:\"rgba(219, 213, 200, 0)\"},JtrBW2aFR:{\"--border-bottom-width\":`${(_JQYCfmqza_borderBottomWidth=JQYCfmqza.borderBottomWidth)!==null&&_JQYCfmqza_borderBottomWidth!==void 0?_JQYCfmqza_borderBottomWidth:JQYCfmqza.borderWidth}px`,\"--border-color\":JQYCfmqza.borderColor,\"--border-left-width\":`${(_JQYCfmqza_borderLeftWidth=JQYCfmqza.borderLeftWidth)!==null&&_JQYCfmqza_borderLeftWidth!==void 0?_JQYCfmqza_borderLeftWidth:JQYCfmqza.borderWidth}px`,\"--border-right-width\":`${(_JQYCfmqza_borderRightWidth=JQYCfmqza.borderRightWidth)!==null&&_JQYCfmqza_borderRightWidth!==void 0?_JQYCfmqza_borderRightWidth:JQYCfmqza.borderWidth}px`,\"--border-style\":JQYCfmqza.borderStyle,\"--border-top-width\":`${(_JQYCfmqza_borderTopWidth=JQYCfmqza.borderTopWidth)!==null&&_JQYCfmqza_borderTopWidth!==void 0?_JQYCfmqza_borderTopWidth:JQYCfmqza.borderWidth}px`,backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({JtrBW2aFR:{\"data-border\":true}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-4rhvcq\",\"data-framer-appear-id\":\"4rhvcq\",\"data-framer-name\":\"arrow\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"wdLwWRuyK\",optimized:true,style:{backgroundColor:\"var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241))\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,transformPerspective:1200},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1wbd6m0\",\"data-framer-name\":\"north_east\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:15,intrinsicWidth:15,layoutDependency:layoutDependency,layoutId:\"Wwr9nFmya\",svg:'<svg width=\"15\" height=\"15\" viewBox=\"0 0 15 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M12.575 3.4L1.675 14.3C1.49167 14.4833 1.25833 14.575 0.975 14.575C0.691667 14.575 0.458333 14.4833 0.275 14.3C0.0916667 14.1167 0 13.8833 0 13.6C0 13.3167 0.0916667 13.0833 0.275 12.9L11.175 2H5.575C5.29167 2 5.05417 1.90417 4.8625 1.7125C4.67083 1.52083 4.575 1.28333 4.575 1C4.575 0.716667 4.67083 0.479167 4.8625 0.2875C5.05417 0.0958333 5.29167 0 5.575 0H13.575C13.8583 0 14.0958 0.0958333 14.2875 0.2875C14.4792 0.479167 14.575 0.716667 14.575 1V9C14.575 9.28333 14.4792 9.52083 14.2875 9.7125C14.0958 9.90417 13.8583 10 13.575 10C13.2917 10 13.0542 9.90417 12.8625 9.7125C12.6708 9.52083 12.575 9.28333 12.575 9V3.4Z\" fill=\"#D47111\"/>\\n</svg>\\n',withExternalLayout:true})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ts5Ed.framer-15p9mv4, .framer-ts5Ed .framer-15p9mv4 { display: block; }\",\".framer-ts5Ed.framer-17ea0j6 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 48px; justify-content: center; overflow: visible; padding: 6px 18px 6px 18px; position: relative; text-decoration: none; width: min-content; }\",\".framer-ts5Ed .framer-1xxkjm8 { flex: none; height: auto; pointer-events: none; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-ts5Ed .framer-1aa5w0k { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-ts5Ed .framer-4rhvcq { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 32px); justify-content: center; overflow: visible; padding: 0px; position: relative; width: 32px; }\",\".framer-ts5Ed .framer-1wbd6m0 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 14px); position: relative; width: 14px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ts5Ed.framer-17ea0j6, .framer-ts5Ed .framer-4rhvcq { gap: 0px; } .framer-ts5Ed.framer-17ea0j6 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ts5Ed.framer-17ea0j6 > :first-child, .framer-ts5Ed .framer-4rhvcq > :first-child { margin-left: 0px; } .framer-ts5Ed.framer-17ea0j6 > :last-child, .framer-ts5Ed .framer-4rhvcq > :last-child { margin-right: 0px; } .framer-ts5Ed .framer-4rhvcq > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-ts5Ed.framer-v-17ea0j6.hover .framer-1aa5w0k, .framer-ts5Ed.framer-v-rfzegm.hover .framer-1aa5w0k, .framer-ts5Ed.framer-v-13s49wx.hover .framer-1aa5w0k { bottom: -4px; left: -4px; right: -4px; top: -4px; }\",\".framer-ts5Ed.framer-v-irrj2u.hover.framer-17ea0j6 { padding: 6px 6px 6px 18px; }\",'.framer-ts5Ed[data-border=\"true\"]::after, .framer-ts5Ed [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 48\n * @framerIntrinsicWidth 85\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"A1N6hzIqZ\":{\"layout\":[\"auto\",\"fixed\"]},\"ATwbxr34b\":{\"layout\":[\"auto\",\"fixed\"]},\"JtrBW2aFR\":{\"layout\":[\"auto\",\"fixed\"]},\"lsicwGNjM\":{\"layout\":[\"auto\",\"fixed\"]},\"eyNt4kFnS\":{\"layout\":[\"auto\",\"fixed\"]},\"f6UCJhcgX\":{\"layout\":[\"auto\",\"fixed\"]},\"s6rG5qPHq\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"T1ZcP8a2e\":\"text\",\"O9TkxEGXu\":\"link\",\"tFO6383qU\":\"background\",\"FDCX2pCXK\":\"backgroundHover\",\"UnPX2bU2F\":\"textColor\",\"YrAuDyvlG\":\"newTab\",\"JQYCfmqza\":\"border\",\"TVn6vwsTh\":\"textColorHover\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerkePbQSegy=withCSS(Component,css,\"framer-ts5Ed\");export default FramerkePbQSegy;FramerkePbQSegy.displayName=\"Button\";FramerkePbQSegy.defaultProps={height:48,width:85};addPropertyControls(FramerkePbQSegy,{variant:{options:[\"C7UPgEgFf\",\"A1N6hzIqZ\",\"ATwbxr34b\",\"JtrBW2aFR\"],optionTitles:[\"Fill\",\"Fill - arrow\",\"Text\",\"Stroke\"],title:\"Variant\",type:ControlType.Enum},T1ZcP8a2e:{defaultValue:\"Button\",displayTextArea:false,title:\"Text\",type:ControlType.String},O9TkxEGXu:{title:\"Link\",type:ControlType.Link},tFO6383qU:{defaultValue:\"rgb(212, 113, 17)\",title:\"Background\",type:ControlType.Color},FDCX2pCXK:{defaultValue:\"rgb(193, 105, 16)\",title:\"Background hover\",type:ControlType.Color},UnPX2bU2F:{defaultValue:\"var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241))\",title:\"Text Color\",type:ControlType.Color},YrAuDyvlG:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},JQYCfmqza:{defaultValue:{borderColor:'var(--token-35b69123-b0b8-4585-96fd-77f273f23b6e, rgb(219, 213, 199)) /* {\"name\":\"Bone\"} */',borderStyle:\"solid\",borderWidth:2},title:\"Border\",type:ControlType.Border},TVn6vwsTh:{defaultValue:\"rgb(0, 0, 0)\",title:\"Text Color hover\",type:ControlType.Color}});addFonts(FramerkePbQSegy,[{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\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerkePbQSegy\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"85\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"48\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"T1ZcP8a2e\\\":\\\"text\\\",\\\"O9TkxEGXu\\\":\\\"link\\\",\\\"tFO6383qU\\\":\\\"background\\\",\\\"FDCX2pCXK\\\":\\\"backgroundHover\\\",\\\"UnPX2bU2F\\\":\\\"textColor\\\",\\\"YrAuDyvlG\\\":\\\"newTab\\\",\\\"JQYCfmqza\\\":\\\"border\\\",\\\"TVn6vwsTh\\\":\\\"textColorHover\\\"}\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"A1N6hzIqZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"ATwbxr34b\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"JtrBW2aFR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"lsicwGNjM\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"eyNt4kFnS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"f6UCJhcgX\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"s6rG5qPHq\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./kePbQSegy.map", "import{ControlType as e}from\"framer\";export function getBorderStyle({color:e,width:t=0,widthPerSide:o=!1,widthTop:d=0,widthRight:r=0,widthBottom:i=0,widthLeft:l=0,style:h=\"none\"}={}){let b={};return e?(b[\"--framer-border-color\"]=e,b.borderStyle=h,o?(b.borderTopWidth=d,b.borderRightWidth=r,b.borderBottomWidth=i,b.borderLeftWidth=l):(b.borderTopWidth=t,b.borderRightWidth=t,b.borderBottomWidth=t,b.borderLeftWidth=t)):b.border=\"none\",b;}export const borderControls={color:{type:e.Color,defaultValue:\"#444\"},width:{type:e.FusedNumber,toggleKey:\"widthPerSide\",toggleTitles:[\"Width\",\"Width per side\"],valueKeys:[\"widthTop\",\"widthRight\",\"widthBottom\",\"widthLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],defaultValue:1,min:0},style:{type:e.Enum,options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"double\"],defaultValue:\"solid\"}};\nexport const __FramerMetadata__ = {\"exports\":{\"borderControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getBorderStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"BorderOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./border.map", "import{ControlType}from\"framer\";export function getFocusStyle({color,width,style,offset}={}){const result={};if(color){result[\"--framer-focus-outline\"]=`${width}px ${style} ${color}`;result[\"--framer-focus-outline-offset\"]=`${offset}px`;}return result;}export const focusControls={color:{type:ControlType.Color,defaultValue:\"#09f\"},width:{type:ControlType.Number,displayStepper:true,defaultValue:1,min:0},style:{type:ControlType.Enum,options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"double\"],defaultValue:\"solid\"},offset:{type:ControlType.Number,displayStepper:true}};\nexport const __FramerMetadata__ = {\"exports\":{\"focusControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getFocusStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"FocusOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./focus.map", "import{ControlType}from\"framer\";export function getHoverStyle({fillColor,textColor,borderColor}={}){return{\"--framer-hover-background-color\":fillColor,\"--framer-hover-color\":textColor,\"--framer-hover-border-color\":borderColor};}export const hoverControls={fillColor:{type:ControlType.Color,title:\"Fill\",optional:true},textColor:{type:ControlType.Color,title:\"Text\",optional:true},borderColor:{type:ControlType.Color,title:\"Border\",optional:true}};\nexport const __FramerMetadata__ = {\"exports\":{\"HoverOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getHoverStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"hoverControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hover.map", "import{ControlType}from\"framer\";export function getPaddingStyle({padding=0,paddingPerSide=false,paddingTop=0,paddingRight=0,paddingBottom=0,paddingLeft=0}={}){if(typeof padding===\"string\"){return{padding};}if(paddingPerSide){return{paddingTop:paddingTop,paddingRight:paddingRight,paddingBottom:paddingBottom,paddingLeft:paddingLeft};}else{return{paddingTop:padding,paddingRight:padding,paddingBottom:padding,paddingLeft:padding};}}export const paddingControls={padding:{type:ControlType.Padding,defaultValue:\"10px\"}};\nexport const __FramerMetadata__ = {\"exports\":{\"paddingControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getPaddingStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./padding.map", "import{ControlType}from\"framer\";export function getRadiusStyle({radius=0,radiusPerCorner=false,radiusTopLeft=0,radiusTopRight=0,radiusBottomRight=0,radiusBottomLeft=0}={}){if(typeof radius===\"string\"){return{borderRadius:radius};}const result={};if(radiusPerCorner){result.borderTopLeftRadius=radiusTopLeft;result.borderTopRightRadius=radiusTopRight;result.borderBottomRightRadius=radiusBottomRight;result.borderBottomLeftRadius=radiusBottomLeft;}else{result.borderTopLeftRadius=radius;result.borderTopRightRadius=radius;result.borderBottomRightRadius=radius;result.borderBottomLeftRadius=radius;}return result;}export const radiusControls={radius:{type:ControlType.BorderRadius,defaultValue:\"10px\"}};\nexport const __FramerMetadata__ = {\"exports\":{\"getRadiusStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"radiusControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./radius.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,// @ts-ignore Internal function\nuseLocaleInfo,// @ts-ignore Internal function\nuseLocalesForCurrentRoute,withCSS}from\"framer\";import{useId,useState}from\"react\";import{getBorderStyle,borderControls}from\"https://framerusercontent.com/modules/cuKUFdzXlhvw8OVOBeAc/T08RxQJ4qrs7LLc8wx4E/border.js\";import{getFocusStyle,focusControls}from\"https://framerusercontent.com/modules/9muYaW1MvHoRQJ0P7dkP/V2GVvLqiMxXRSxszkCSa/focus.js\";import{getHoverStyle,hoverControls}from\"https://framerusercontent.com/modules/YfmtnpWjJrP37sQ18QUZ/9Y2P24U2SBIbf2fPVsOX/hover.js\";import{getPaddingStyle,paddingControls}from\"https://framerusercontent.com/modules/wjZLfSMaP1TvJDu5PCwr/XQ1GMXuIqYrEN1c0R6E5/padding.js\";import{getRadiusStyle,radiusControls}from\"https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/ZEWmVGYDUhL44tluQO5y/radius.js\";const className=\"framer-locale-picker\";function addPixel(value){if(typeof value===\"number\"){return`${value}px`;}return value;}var IconType;(function(IconType){IconType[\"Default\"]=\"default\";IconType[\"Custom\"]=\"custom\";})(IconType||(IconType={}));function Icon({type,color,image,size}){if(type===\"custom\"&&image){return /*#__PURE__*/_jsx(\"img\",{...image,width:size,height:size});}return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",width:size,height:size,fill:color,children:/*#__PURE__*/_jsx(\"path\",{d:\"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm87.63,96H175.8c-1.41-28.46-10.27-55.47-25.12-77A88.2,88.2,0,0,1,215.63,120ZM128,215.89c-18.73-20.27-30.09-49-31.77-79.89h63.54C158.09,166.87,146.73,195.62,128,215.89ZM96.23,120c1.68-30.87,13-59.62,31.77-79.89,18.73,20.27,30.09,49,31.77,79.89Zm9.09-77C90.47,64.53,81.61,91.54,80.2,120H40.37A88.2,88.2,0,0,1,105.32,43ZM40.37,136H80.2c1.41,28.46,10.27,55.47,25.12,77A88.2,88.2,0,0,1,40.37,136Zm110.31,77c14.85-21.56,23.71-48.57,25.12-77h39.83A88.2,88.2,0,0,1,150.68,213Z\"})});}var CaretType;(function(CaretType){CaretType[\"Default\"]=\"default\";CaretType[\"Custom\"]=\"custom\";})(CaretType||(CaretType={}));function Caret({type,color,image,size}){if(type===\"custom\"&&image){return /*#__PURE__*/_jsx(\"img\",{...image,width:size,height:size});}return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 12 12\",width:size,height:size,children:/*#__PURE__*/_jsx(\"path\",{d:\"M 2 4.5 L 6 8.5 L 10 4.5\",fill:\"none\",stroke:color,strokeWidth:1.5,strokeLinecap:\"round\",strokeLinejoin:\"round\"})});}/**\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any\n * @framerDisableUnlink\n * @framerIntrinsicWidth 120\n * @framerIntrinsicHeight 34\n */const LocaleSelector=withCSS(({font,fillColor,textColor,icon,caret,options:{title,gap,border,hover,focus},style,...props})=>{const id=useId();const{activeLocale,locales,setLocale}=useLocaleInfo();const localesForCurrentRoute=useLocalesForCurrentRoute();const activeLocaleId=activeLocale?.id??\"default\";const[lastActiveLocaleId,setLastActiveLocaleId]=useState(activeLocaleId);// The useLocaleInfo hook updates the activeLocale variable inside\n// a startTransition to load the translations with Suspense. To make\n// the component feel responsive we update our own state without Suspense.\nconst[selectedLocaleId,setSelectedLocaleId]=useState(activeLocaleId);const selectedLocale=locales.find(locale=>locale.id===selectedLocaleId);// The active locale was updated. Ensure we update our internal state as well.\nif(lastActiveLocaleId!==activeLocaleId){setLastActiveLocaleId(activeLocaleId);if(selectedLocaleId!==activeLocaleId){setSelectedLocaleId(activeLocaleId);}}function handleChange(event){const localeId=event.target.value;setSelectedLocaleId(localeId);const locale=locales.find(locale=>locale.id===localeId);setLocale(locale);}return /*#__PURE__*/_jsxs(\"div\",{className:className,style:style,children:[/*#__PURE__*/_jsx(\"label\",{htmlFor:id,children:\"Select Language\"}),/*#__PURE__*/_jsx(\"select\",{id:id,value:selectedLocaleId,onChange:handleChange,// If a navigation occurs from switching locales\n// the browser can attempt to autofill the select to the last value\n// when you use browser back navigation. We don't want that.\nautoComplete:\"off\",children:localesForCurrentRoute.map(locale=>/*#__PURE__*/_jsx(\"option\",{value:locale.id,children:locale.name},locale.id))}),/*#__PURE__*/_jsxs(\"div\",{className:\"input\",style:{...font,\"--framer-background-color\":fillColor,\"--framer-color\":textColor,...getPaddingStyle(props),...getRadiusStyle(props),...getBorderStyle(border),...getHoverStyle(hover),...getFocusStyle(focus),gap},children:[icon&&/*#__PURE__*/_jsx(\"div\",{className:\"icon\",children:/*#__PURE__*/_jsx(Icon,{...icon})}),title&&/*#__PURE__*/_jsx(\"div\",{className:\"title\",children:selectedLocale?.name??\"English\"}),caret&&/*#__PURE__*/_jsx(\"div\",{className:\"caret\",children:/*#__PURE__*/_jsx(Caret,{...caret})})]})]});},[`\n            .${className} {\n                position: relative;\n            }\n        `,`\n            .${className} label {\n                position: absolute;\n                width: 1px;\n                height: 1px;\n                margin: -1px;\n                overflow: hidden;\n                white-space: nowrap;\n                clip: rect(0 0 0 0);\n                clip-path: inset(50%);\n            }\n        `,`\n            .${className} select {\n                appearance: none;\n                position: absolute;\n                opacity: 0;\n                top: 0;\n                right: 0;\n                bottom: 0;\n                left: 0;\n                cursor: inherit;\n                width: 100%;\n            }\n        `,`\n            .${className} .input {\n                display: flex;\n                justify-content: center;\n                align-items: center;\n                height: 100%;\n                pointer-events: none;\n                overflow: hidden;\n                background-color: var(--framer-background-color);\n                color: var(--framer-color);\n                border-color: var(--framer-border-color);\n            }\n        `,`\n            .${className} select:focus-visible + .input  {\n                outline: var(--framer-focus-outline, none);\n                outline-offset: var(--framer-focus-outline-offset);\n            }\n        `,`\n            .${className}:hover .input {\n                background-color: var(--framer-hover-background-color, var(--framer-background-color));\n                color: var(--framer-hover-color, var(--framer-color));\n                border-color: var(--framer-hover-border-color, var(--framer-border-color));\n            }\n        `,`\n            .${className} .title {\n                flex: 1 1 auto;\n                white-space: nowrap;\n                text-overflow: ellipsis;\n                overflow: hidden;\n            }\n        `,`\n            .${className} .icon, .${className} .caret {\n                display: flex;\n                align-items: center;\n            }\n        `],\"framer-library-LocalePicker\");LocaleSelector.displayName=\"Locale Selector\";addPropertyControls(LocaleSelector,{font:{// @ts-ignore\ntype:ControlType.Font,controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:14,lineHeight:\"1.5em\"}},fillColor:{type:ControlType.Color,title:\"Fill\",optional:true,defaultValue:\"#eee\"},textColor:{type:ControlType.Color,title:\"Text\",defaultValue:\"#000\"},...paddingControls,...radiusControls,icon:{type:ControlType.Object,buttonTitle:\"Size, Color\",optional:true,controls:{type:{type:ControlType.Enum,title:\"Icon\",options:Object.values(IconType),optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,defaultValue:\"default\"},color:{type:ControlType.Color,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",hidden:props=>props.type!==\"custom\"},size:{type:ControlType.Number,displayStepper:true,defaultValue:18}}},caret:{type:ControlType.Object,buttonTitle:\"Size, Color\",optional:true,controls:{type:{type:ControlType.Enum,title:\"Icon\",options:Object.values(CaretType),optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,defaultValue:\"default\"},color:{type:ControlType.Color,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",hidden:props=>props.type!==\"custom\"},size:{type:ControlType.Number,displayStepper:true,defaultValue:12}},defaultValue:{}},options:{type:ControlType.Object,title:\"Options\",buttonTitle:\"Border, Hover\",controls:{title:{type:ControlType.Boolean,defaultValue:true},gap:{type:ControlType.Number,displayStepper:true,defaultValue:5},border:{type:ControlType.Object,buttonTitle:\"Color, Width\",optional:true,controls:borderControls},hover:{type:ControlType.Object,buttonTitle:\"Fill, Border\",optional:true,controls:hoverControls},focus:{type:ControlType.Object,buttonTitle:\"Color, Width\",controls:focusControls}}}});export default LocaleSelector;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"LocaleSelector\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"* @framerIntrinsicWidth 120\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerSupportedLayoutHeight\":\"any\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"34\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LocaleSelector.map", "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", "const o=e=>e;let t;var h=e=>(t||(t=o(e.createElement(\"path\",{d:\"M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z\"}),\"Home\")),t);export{h as default};\n", "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", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useMemo,useRef}from\"react\";import{addPropertyControls,ControlType,motion,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/material-icons/Home.js@0.0.32\";import{defaultEvents,useIconSelection,getIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const moduleBaseUrl=\"https://framer.com/m/material-icons/\";const icons={AcUnit:15,AccessAlarm:15,AccessAlarms:15,AccessTime:15,AccessTimeFilled:0,Accessibility:7,AccessibilityNew:0,Accessible:15,AccessibleForward:0,AccountBalance:2,AccountBalanceWallet:0,AccountBox:15,AccountCircle:7,AccountTree:15,AdUnits:15,Adb:15,Add:15,AddAPhoto:15,AddAlarm:15,AddAlert:15,AddBox:15,AddBusiness:15,AddCircle:15,AddCircleOutline:0,AddComment:15,AddIcCall:15,AddLink:15,AddLocation:15,AddLocationAlt:2,AddModerator:15,AddPhotoAlternate:0,AddReaction:15,AddRoad:15,AddShoppingCart:2,AddTask:15,AddToDrive:15,AddToHomeScreen:2,AddToPhotos:15,AddToQueue:15,Addchart:15,Adjust:15,AdminPanelSettings:0,Agriculture:15,Air:15,AirlineSeatFlat:2,AirplaneTicket:2,AirplanemodeActive:0,AirplanemodeInactive:0,Airplay:15,AirportShuttle:2,Alarm:15,AlarmAdd:15,AlarmOff:15,AlarmOn:15,Album:15,AlignHorizontalLeft:0,AlignHorizontalRight:0,AlignVerticalBottom:0,AlignVerticalCenter:0,AlignVerticalTop:0,AllInbox:15,AllInclusive:15,AllOut:15,AltRoute:15,AlternateEmail:2,Analytics:15,Anchor:15,Android:15,Animation:15,Announcement:15,Aod:15,Apartment:15,Api:15,AppBlocking:15,AppRegistration:2,AppSettingsAlt:2,Apple:0,Approval:15,Apps:15,Architecture:15,Archive:15,ArrowBack:15,ArrowBackIos:15,ArrowBackIosNew:2,ArrowCircleDown:2,ArrowCircleUp:7,ArrowDownward:7,ArrowDropDown:7,ArrowDropDownCircle:0,ArrowDropUp:15,ArrowForward:15,ArrowForwardIos:2,ArrowLeft:15,ArrowRight:15,ArrowRightAlt:7,ArrowUpward:15,ArtTrack:15,Article:15,AspectRatio:15,Assessment:15,Assignment:15,AssignmentInd:7,AssignmentLate:2,AssignmentReturn:0,AssignmentReturned:0,AssignmentTurnedIn:0,Assistant:15,AssistantDirection:0,AssistantPhoto:2,Atm:15,AttachEmail:15,AttachFile:15,AttachMoney:15,Attachment:15,Attractions:15,Attribution:15,Audiotrack:15,AutoAwesome:15,AutoAwesomeMosaic:0,AutoAwesomeMotion:0,AutoDelete:15,AutoFixHigh:15,AutoFixNormal:7,AutoFixOff:15,AutoGraph:15,AutoStories:15,AutofpsSelect:7,Autorenew:15,AvTimer:15,BabyChangingStation:0,Backpack:15,Backspace:15,Backup:15,BackupTable:15,Badge:15,BakeryDining:15,Balcony:15,Ballot:15,BarChart:15,BatchPrediction:2,Bathroom:15,Bathtub:15,Battery20:15,Battery30:15,Battery50:15,Battery60:15,Battery80:15,Battery90:15,BatteryAlert:15,BatteryCharging20:0,BatteryCharging30:0,BatteryCharging50:0,BatteryCharging60:0,BatteryCharging80:0,BatteryCharging90:0,BatteryChargingFull:0,BatteryFull:15,BatterySaver:15,BatteryStd:15,BatteryUnknown:2,BeachAccess:15,Bed:15,BedroomBaby:15,BedroomChild:15,BedroomParent:7,Bedtime:15,Beenhere:15,Bento:15,BikeScooter:15,Biotech:15,Blender:15,Block:15,Bloodtype:15,Bluetooth:15,BluetoothAudio:2,BluetoothConnected:0,BluetoothDisabled:0,BluetoothDrive:2,BluetoothSearching:0,BlurCircular:15,BlurLinear:15,BlurOff:15,BlurOn:15,Bolt:15,Book:15,BookOnline:15,Bookmark:15,BookmarkAdd:15,BookmarkAdded:7,BookmarkBorder:2,BookmarkRemove:2,Bookmarks:15,BorderAll:15,BorderBottom:15,BorderClear:15,BorderColor:15,BorderHorizontal:0,BorderInner:15,BorderLeft:15,BorderOuter:15,BorderRight:15,BorderStyle:15,BorderTop:15,BorderVertical:2,BrandingWatermark:0,BreakfastDining:2,Brightness1:15,Brightness2:15,Brightness3:15,Brightness4:15,Brightness5:15,Brightness6:15,Brightness7:15,BrightnessAuto:2,BrightnessHigh:2,BrightnessLow:7,BrightnessMedium:0,BrokenImage:15,BrowserNotSupported:0,BrunchDining:15,Brush:15,BubbleChart:15,BugReport:15,Build:15,BuildCircle:15,Bungalow:15,BurstMode:15,BusAlert:15,Business:15,BusinessCenter:2,Cabin:15,Cable:15,Cached:15,Cake:15,Calculate:15,CalendarToday:7,CalendarViewDay:2,CalendarViewMonth:0,CalendarViewWeek:0,Call:15,CallEnd:15,CallMade:15,CallMerge:15,CallMissed:15,CallMissedOutgoing:0,CallReceived:15,CallSplit:15,CallToAction:15,Camera:15,CameraAlt:15,CameraEnhance:7,CameraFront:15,CameraIndoor:15,CameraOutdoor:7,CameraRear:15,CameraRoll:15,Cameraswitch:15,Campaign:15,Cancel:15,CancelPresentation:0,CancelScheduleSend:0,CarRental:15,CarRepair:15,CardGiftcard:15,CardMembership:2,CardTravel:15,Carpenter:15,Cases:15,Casino:15,Cast:15,CastConnected:7,CastForEducation:0,CatchingPokemon:2,Category:15,Celebration:15,CellWifi:15,CenterFocusStrong:0,CenterFocusWeak:2,Chair:15,ChairAlt:15,Chalet:15,ChangeCircle:15,ChangeHistory:7,ChargingStation:2,Chat:15,ChatBubble:15,ChatBubbleOutline:0,Check:15,CheckBox:15,CheckBoxOutlineBlank:0,CheckCircle:15,CheckCircleOutline:0,Checkroom:15,ChevronLeft:15,ChevronRight:15,ChildCare:15,ChildFriendly:7,ChromeReaderMode:0,Circle:15,CircleNotifications:0,Class:15,CleanHands:15,CleaningServices:0,Clear:15,ClearAll:15,Close:15,CloseFullscreen:2,ClosedCaption:7,ClosedCaptionOff:0,Cloud:15,CloudCircle:15,CloudDone:15,CloudDownload:7,CloudOff:15,CloudQueue:15,CloudUpload:15,Code:15,CodeOff:15,Coffee:15,CoffeeMaker:15,Collections:15,CollectionsBookmark:0,ColorLens:15,Colorize:15,Comment:15,CommentBank:15,Commute:15,Compare:15,CompareArrows:7,CompassCalibration:0,Compress:15,Computer:15,ConfirmationNumber:0,ConnectedTv:15,Construction:15,ContactMail:15,ContactPage:15,ContactPhone:15,ContactSupport:2,Contactless:15,Contacts:15,ContentCopy:15,ContentCut:15,ContentPaste:15,ContentPasteOff:2,ControlCamera:7,ControlPoint:15,CopyAll:15,Copyright:15,Coronavirus:15,CorporateFare:7,Cottage:15,Countertops:15,Create:15,CreateNewFolder:2,CreditCard:15,CreditCardOff:7,CreditScore:15,Crib:15,Crop:15,Crop169:15,Crop32:15,Crop54:15,Crop75:15,CropDin:15,CropFree:15,CropLandscape:7,CropOriginal:15,CropPortrait:15,CropRotate:15,CropSquare:15,Dangerous:15,DarkMode:15,Dashboard:15,DashboardCustomize:0,DataSaverOff:15,DataSaverOn:15,DataUsage:15,DateRange:15,Deck:15,Dehaze:15,Delete:15,DeleteForever:7,DeleteOutline:7,DeleteSweep:15,DeliveryDining:2,DepartureBoard:2,Description:15,DesignServices:2,DesktopMac:15,DesktopWindows:2,Details:15,DeveloperBoard:2,DeveloperBoardOff:0,DeveloperMode:7,DeviceHub:15,DeviceThermostat:0,DeviceUnknown:7,Devices:15,DevicesOther:15,DialerSip:15,Dialpad:15,Dining:15,DinnerDining:15,Directions:15,DirectionsBike:2,DirectionsBoat:2,DirectionsBoatFilled:0,DirectionsBus:7,DirectionsBusFilled:0,DirectionsCar:7,DirectionsCarFilled:0,DirectionsOff:7,DirectionsRailway:0,DirectionsRun:7,DirectionsSubway:0,DirectionsTransit:0,DirectionsWalk:2,DirtyLens:15,DisabledByDefault:0,DiscFull:15,Dns:15,DoDisturb:15,DoDisturbAlt:15,DoDisturbOff:15,DoDisturbOn:15,DoNotDisturb:15,DoNotDisturbAlt:2,DoNotDisturbOff:2,DoNotDisturbOn:2,DoNotStep:15,DoNotTouch:15,Dock:15,DocumentScanner:2,Domain:15,DomainDisabled:2,DomainVerification:0,Done:15,DoneAll:15,DoneOutline:15,DonutLarge:15,DonutSmall:15,DoorBack:15,DoorFront:15,DoorSliding:15,Doorbell:15,DoubleArrow:15,DownhillSkiing:2,Download:15,DownloadDone:15,DownloadForOffline:0,Downloading:15,Drafts:15,DragHandle:15,DragIndicator:7,DriveEta:15,DriveFileMove:7,DriveFolderUpload:0,Dry:15,DryCleaning:15,Duo:15,Dvr:15,DynamicFeed:15,DynamicForm:15,EMobiledata:15,Earbuds:15,EarbudsBattery:2,East:15,Eco:15,EdgesensorHigh:2,EdgesensorLow:7,Edit:15,EditAttributes:2,EditLocation:15,EditLocationAlt:2,EditNotifications:0,EditOff:15,EditRoad:15,EightK:15,EightKPlus:15,EightMp:15,EightteenMp:15,Eject:15,Elderly:15,ElectricBike:15,ElectricCar:15,ElectricMoped:7,ElectricRickshaw:0,ElectricScooter:2,ElectricalServices:0,Elevator:15,ElevenMp:15,Email:15,EmojiEmotions:7,EmojiEvents:15,EmojiFlags:15,EmojiFoodBeverage:0,EmojiNature:15,EmojiObjects:15,EmojiPeople:15,EmojiSymbols:15,EmojiTransportation:0,Engineering:15,EnhancedEncryption:0,Equalizer:15,Error:15,ErrorOutline:15,Escalator:15,EscalatorWarning:0,Euro:15,EuroSymbol:15,EvStation:15,Event:15,EventAvailable:2,EventBusy:15,EventNote:15,EventSeat:15,ExitToApp:15,Expand:15,ExpandLess:15,ExpandMore:15,Explicit:15,Explore:15,ExploreOff:15,Exposure:15,Extension:15,ExtensionOff:15,Face:15,FaceRetouchingOff:0,Facebook:15,FactCheck:15,FamilyRestroom:2,FastForward:15,FastRewind:15,Fastfood:15,Favorite:15,FavoriteBorder:2,FeaturedPlayList:0,FeaturedVideo:7,Feed:15,Feedback:15,Female:15,Fence:15,Festival:15,FiberDvr:15,FiberManualRecord:0,FiberNew:15,FiberPin:15,FiberSmartRecord:0,FileCopy:15,FileDownload:15,FileDownloadDone:0,FileDownloadOff:2,FilePresent:15,FileUpload:15,Filter:15,Filter1:15,Filter2:15,Filter3:15,Filter4:15,Filter5:15,Filter6:15,Filter7:15,Filter8:15,Filter9:15,Filter9Plus:15,FilterAlt:15,FilterBAndW:15,FilterCenterFocus:0,FilterDrama:15,FilterFrames:15,FilterHdr:15,FilterList:15,FilterNone:15,FilterTiltShift:2,FilterVintage:7,FindInPage:15,FindReplace:15,Fingerprint:15,FireExtinguisher:0,Fireplace:15,FirstPage:15,FitScreen:15,FitnessCenter:7,FiveG:15,FiveK:15,FiveKPlus:15,FiveMp:15,FivteenMp:15,Flag:15,Flaky:15,Flare:15,FlashAuto:15,FlashOff:15,FlashOn:15,FlashlightOff:7,FlashlightOn:15,Flatware:15,Flight:15,FlightLand:15,FlightTakeoff:7,Flip:15,FlipCameraAndroid:0,FlipCameraIos:7,FlipToBack:15,FlipToFront:15,Flourescent:15,FlutterDash:15,FmdBad:15,FmdGood:15,Folder:15,FolderOpen:15,FolderShared:15,FolderSpecial:7,FollowTheSigns:2,FontDownload:15,FontDownloadOff:2,FoodBank:15,FormatAlignCenter:0,FormatAlignJustify:0,FormatAlignLeft:2,FormatAlignRight:0,FormatBold:15,FormatClear:15,FormatColorFill:2,FormatColorReset:0,FormatColorText:2,FormatIndentDecrease:0,FormatIndentIncrease:0,FormatItalic:15,FormatLineSpacing:0,FormatListBulleted:0,FormatListNumbered:0,FormatPaint:15,FormatQuote:15,FormatShapes:15,FormatSize:15,FormatStrikethrough:0,FormatUnderlined:0,Forum:15,Forward:15,Forward10:15,Forward30:15,Forward5:15,ForwardToInbox:2,Foundation:15,FourGMobiledata:2,FourGPlusMobiledata:0,FourK:15,FourKPlus:15,FourMp:15,FourteenMp:15,FreeBreakfast:7,Fullscreen:15,FullscreenExit:2,Functions:15,GMobiledata:15,GTranslate:15,Gamepad:15,Games:15,Garage:15,Gavel:15,Gesture:15,GetApp:15,Gif:15,GitHub:0,Gite:15,GolfCourse:15,Google:0,GppBad:15,GppGood:15,GppMaybe:15,GpsFixed:15,GpsNotFixed:15,GpsOff:15,Grade:15,Gradient:15,Grading:15,Grain:15,GraphicEq:15,Grass:15,Grid3x3:15,Grid4x4:15,GridGoldenratio:2,GridOff:15,GridOn:15,GridView:15,Group:15,GroupAdd:15,GroupWork:15,Groups:15,HMobiledata:15,HPlusMobiledata:2,Hail:15,Handyman:15,Hardware:15,Hd:15,HdrAuto:15,HdrAutoSelect:7,HdrEnhancedSelect:0,HdrOff:15,HdrOffSelect:15,HdrOn:15,HdrOnSelect:15,HdrPlus:15,HdrStrong:15,HdrWeak:15,Headphones:15,HeadphonesBattery:0,Headset:15,HeadsetMic:15,HeadsetOff:15,Healing:15,HealthAndSafety:2,Hearing:15,HearingDisabled:2,Height:15,Help:15,HelpCenter:15,HelpOutline:15,Hevc:15,HideImage:15,HideSource:15,HighQuality:15,Highlight:15,HighlightAlt:15,HighlightOff:15,Hiking:15,History:15,HistoryEdu:15,HistoryToggleOff:0,HolidayVillage:2,Home:15,HomeMax:15,HomeMini:15,HomeRepairService:0,HomeWork:15,HorizontalRule:2,HorizontalSplit:2,HotTub:15,Hotel:15,HourglassBottom:2,HourglassDisabled:0,HourglassEmpty:2,HourglassFull:7,HourglassTop:15,House:15,HouseSiding:15,Houseboat:15,HowToReg:15,HowToVote:15,Http:15,Https:15,Hvac:15,IceSkating:15,Icecream:15,Image:15,ImageAspectRatio:0,ImageNotSupported:0,ImageSearch:15,ImagesearchRoller:0,ImportContacts:2,ImportExport:15,ImportantDevices:0,Inbox:15,Info:15,Input:15,InsertChart:15,InsertComment:7,InsertDriveFile:2,InsertEmoticon:2,InsertInvitation:0,InsertLink:15,InsertPhoto:15,Insights:15,Instagram:0,Inventory:15,Inventory2:15,InvertColors:15,InvertColorsOff:2,IosShare:15,Iron:15,Iso:15,Kayaking:15,Keyboard:15,KeyboardAlt:15,KeyboardArrowDown:0,KeyboardArrowLeft:0,KeyboardArrowRight:0,KeyboardArrowUp:2,KeyboardBackspace:0,KeyboardCapslock:0,KeyboardHide:15,KeyboardReturn:2,KeyboardTab:15,KeyboardVoice:7,KingBed:15,Kitchen:15,Kitesurfing:15,Label:15,LabelImportant:2,LabelOff:15,Landscape:15,Language:15,Laptop:15,LaptopChromebook:0,LaptopMac:15,LaptopWindows:7,LastPage:15,Launch:15,Layers:15,LayersClear:15,Leaderboard:15,LeakAdd:15,LeakRemove:15,LegendToggle:15,Lens:15,LensBlur:15,LibraryAdd:15,LibraryAddCheck:2,LibraryBooks:15,LibraryMusic:15,Light:15,LightMode:15,Lightbulb:15,LineStyle:15,LineWeight:15,LinearScale:15,Link:15,LinkOff:15,LinkedCamera:15,LinkedIn:0,Liquor:15,List:15,ListAlt:15,LiveHelp:15,LiveTv:15,Living:15,LocalActivity:7,LocalAirport:15,LocalAtm:15,LocalBar:15,LocalCafe:15,LocalCarWash:15,LocalDining:15,LocalDrink:15,LocalFireDepartment:0,LocalFlorist:15,LocalGasStation:2,LocalGroceryStore:0,LocalHospital:7,LocalHotel:15,LocalLaundryService:0,LocalLibrary:15,LocalMall:15,LocalMovies:15,LocalOffer:15,LocalParking:15,LocalPharmacy:7,LocalPhone:15,LocalPizza:15,LocalPlay:15,LocalPolice:15,LocalPostOffice:2,LocalPrintshop:2,LocalSee:15,LocalShipping:7,LocalTaxi:15,LocationCity:15,LocationDisabled:0,LocationOff:15,LocationOn:15,LocationSearching:0,Lock:15,LockClock:15,LockOpen:15,Login:15,Logout:15,Looks:15,Looks3:15,Looks4:15,Looks5:15,Looks6:15,LooksOne:15,LooksTwo:15,Loop:15,Loupe:15,LowPriority:15,Loyalty:15,LteMobiledata:7,LtePlusMobiledata:0,Luggage:15,LunchDining:15,Mail:15,MailOutline:15,Male:15,ManageAccounts:2,ManageSearch:15,Map:15,MapsHomeWork:15,MapsUgc:15,Margin:15,MarkAsUnread:15,MarkChatRead:15,MarkChatUnread:2,MarkEmailRead:7,MarkEmailUnread:2,Markunread:15,MarkunreadMailbox:0,Masks:15,Maximize:15,MediaBluetoothOff:0,MediaBluetoothOn:0,Mediation:15,MedicalServices:2,Medication:15,MeetingRoom:15,Memory:15,Menu:15,MenuBook:15,MenuOpen:15,MergeType:15,Message:15,Mic:15,MicExternalOff:2,MicExternalOn:7,MicNone:15,MicOff:15,Microwave:15,MilitaryTech:15,Minimize:15,MissedVideoCall:2,Mms:15,MobileFriendly:2,MobileOff:15,MobileScreenShare:0,MobiledataOff:7,Mode:15,ModeComment:15,ModeEdit:15,ModeEditOutline:2,ModeNight:15,ModeStandby:15,ModelTraining:7,MonetizationOn:2,Money:15,MoneyOff:15,MoneyOffCsred:7,Monitor:15,MonitorWeight:7,MonochromePhotos:0,Mood:15,MoodBad:15,Moped:15,More:15,MoreHoriz:15,MoreTime:15,MoreVert:15,MotionPhotosAuto:0,MotionPhotosOff:2,Mouse:15,MoveToInbox:15,Movie:15,MovieCreation:7,MovieFilter:15,Moving:15,Mp:15,MultilineChart:2,MultipleStop:15,Museum:15,MusicNote:15,MusicOff:15,MusicVideo:15,MyLocation:15,Nat:15,Nature:15,NaturePeople:15,NavigateBefore:2,NavigateNext:15,Navigation:15,NearMe:15,NearMeDisabled:2,NearbyError:15,NearbyOff:15,NetworkCell:15,NetworkCheck:15,NetworkLocked:7,NetworkWifi:15,NewReleases:15,NextPlan:15,NextWeek:15,Nfc:15,NightShelter:15,Nightlife:15,Nightlight:15,NightlightRound:2,NightsStay:15,NineK:15,NineKPlus:15,NineMp:15,NineteenMp:15,NoAccounts:15,NoBackpack:15,NoCell:15,NoDrinks:15,NoEncryption:15,NoFlash:15,NoFood:15,NoLuggage:15,NoMeals:15,NoMeetingRoom:7,NoPhotography:7,NoSim:15,NoStroller:15,NoTransfer:15,NordicWalking:7,North:15,NorthEast:15,NorthWest:15,NotAccessible:7,NotInterested:7,NotListedLocation:0,NotStarted:15,Note:15,NoteAdd:15,NoteAlt:15,Notes:15,NotificationAdd:2,Notifications:7,NotificationsActive:0,NotificationsNone:0,NotificationsOff:0,NotificationsPaused:0,OfflineBolt:15,OfflinePin:15,OfflineShare:15,OndemandVideo:7,OneK:15,OneKPlus:15,OneKk:15,OnlinePrediction:0,Opacity:15,OpenInBrowser:7,OpenInFull:15,OpenInNew:15,OpenInNewOff:15,OpenWith:15,OtherHouses:15,Outbound:15,Outbox:15,OutdoorGrill:15,Outlet:15,Padding:15,Pages:15,Pageview:15,Paid:15,Palette:15,PanTool:15,Panorama:15,PanoramaFishEye:2,PanoramaHorizontal:0,PanoramaPhotosphere:0,PanoramaVertical:0,PanoramaWideAngle:0,Paragliding:15,Park:15,PartyMode:15,Password:15,Pattern:15,Pause:15,PauseCircle:15,PauseCircleFilled:0,PauseCircleOutline:0,PausePresentation:0,Payment:15,Payments:15,PedalBike:15,Pending:15,PendingActions:2,People:15,PeopleAlt:15,PeopleOutline:7,PermCameraMic:7,PermContactCalendar:0,PermDataSetting:2,PermIdentity:15,PermMedia:15,PermPhoneMsg:15,PermScanWifi:15,Person:15,PersonAdd:15,PersonAddAlt:15,PersonAddAlt1:7,PersonAddDisabled:0,PersonOff:15,PersonOutline:7,PersonPin:15,PersonPinCircle:2,PersonRemove:15,PersonRemoveAlt1:0,PersonSearch:15,PersonalVideo:7,PestControl:15,PestControlRodent:0,Pets:15,Phone:15,PhoneAndroid:15,PhoneCallback:7,PhoneDisabled:7,PhoneEnabled:15,PhoneForwarded:2,PhoneInTalk:15,PhoneIphone:15,PhoneLocked:15,PhoneMissed:15,PhonePaused:15,Phonelink:15,PhonelinkErase:2,PhonelinkLock:7,PhonelinkOff:15,PhonelinkRing:7,PhonelinkSetup:2,Photo:15,PhotoAlbum:15,PhotoCamera:15,PhotoCameraBack:2,PhotoCameraFront:0,PhotoFilter:15,PhotoLibrary:15,PhotoSizeSelectLarge:0,PhotoSizeSelectSmall:0,Piano:15,PianoOff:15,PictureAsPdf:15,PictureInPicture:0,PictureInPictureAlt:0,PieChart:15,PieChartOutline:2,Pin:15,PinDrop:15,Pinterest:0,PivotTableChart:2,Place:15,Plagiarism:15,PlayArrow:15,PlayCircle:15,PlayCircleFilled:0,PlayCircleOutline:0,PlayDisabled:15,PlayForWork:15,PlayLesson:15,PlaylistAdd:15,PlaylistAddCheck:0,PlaylistPlay:15,Plumbing:15,PlusOne:15,Podcasts:15,PointOfSale:15,Policy:15,Poll:15,Pool:15,PortableWifiOff:2,Portrait:15,PostAdd:15,Power:15,PowerInput:15,PowerOff:15,PowerSettingsNew:0,PregnantWoman:7,PresentToAll:15,Preview:15,PriceChange:15,PriceCheck:15,Print:15,PrintDisabled:7,PriorityHigh:15,PrivacyTip:15,Psychology:15,Public:15,PublicOff:15,Publish:15,PublishedWithChanges:0,PushPin:15,QrCode:15,QrCode2:15,QrCodeScanner:7,QueryBuilder:15,QueryStats:15,QuestionAnswer:2,Queue:15,QueueMusic:15,QueuePlayNext:7,Quickreply:15,Quiz:15,RMobiledata:15,Radar:15,Radio:15,RadioButtonChecked:0,RadioButtonUnchecked:0,RailwayAlert:15,RamenDining:15,RateReview:15,RawOff:15,RawOn:15,ReadMore:15,Receipt:15,ReceiptLong:15,RecentActors:15,Recommend:15,RecordVoiceOver:2,Reddit:0,Redeem:15,Redo:15,ReduceCapacity:2,Refresh:15,RememberMe:15,Remove:15,RemoveCircle:15,RemoveCircleOutline:0,RemoveDone:15,RemoveFromQueue:2,RemoveModerator:2,RemoveRedEye:15,RemoveShoppingCart:0,Reorder:15,Repeat:15,RepeatOn:15,RepeatOne:15,RepeatOneOn:15,Replay:15,Replay10:15,Replay30:15,Replay5:15,ReplayCircleFilled:0,Reply:15,ReplyAll:15,Report:15,ReportGmailerrorred:0,ReportOff:15,ReportProblem:7,RequestPage:15,RequestQuote:15,ResetTv:15,RestartAlt:15,Restaurant:15,RestaurantMenu:2,Restore:15,RestoreFromTrash:0,RestorePage:15,Reviews:15,RiceBowl:15,RingVolume:15,Roofing:15,Room:15,RoomPreferences:2,RoomService:15,Rotate90DegreesCcw:0,RotateLeft:15,RotateRight:15,Router:15,Rowing:15,RssFeed:15,Rsvp:15,Rtt:15,Rule:15,RuleFolder:15,RunCircle:15,RunningWithErrors:0,RvHookup:15,SafetyDivider:7,Sailing:15,Sanitizer:15,Satellite:15,Save:15,SaveAlt:15,SavedSearch:15,Savings:15,Scanner:15,ScatterPlot:15,Schedule:15,ScheduleSend:15,Schema:15,School:15,Science:15,Score:15,ScreenLockLandscape:0,ScreenLockPortrait:0,ScreenLockRotation:0,ScreenRotation:2,ScreenSearchDesktop:0,ScreenShare:15,Screenshot:15,Sd:15,SdCard:15,SdCardAlert:15,SdStorage:15,Search:15,SearchOff:15,Security:15,SecurityUpdate:2,SecurityUpdateGood:0,Segment:15,SelectAll:15,SelfImprovement:2,Sell:15,Send:15,SendAndArchive:2,SendToMobile:15,SensorDoor:15,SensorWindow:15,Sensors:15,SensorsOff:15,SentimentNeutral:0,SentimentSatisfied:0,SetMeal:15,Settings:15,SettingsApplications:0,SettingsBluetooth:0,SettingsBrightness:0,SettingsCell:15,SettingsEthernet:0,SettingsInputAntenna:0,SettingsInputHdmi:0,SettingsInputSvideo:0,SettingsOverscan:0,SettingsPhone:7,SettingsPower:7,SettingsRemote:2,SettingsSuggest:2,SettingsVoice:7,SevenK:15,SevenKPlus:15,SevenMp:15,SeventeenMp:15,Share:15,ShareLocation:7,Shield:15,Shop:15,Shop2:15,ShopTwo:15,ShoppingBag:15,ShoppingBasket:2,ShoppingCart:15,ShortText:15,Shortcut:15,ShowChart:15,Shower:15,Shuffle:15,ShuffleOn:15,ShutterSpeed:15,Sick:15,SignalCellular0Bar:0,SignalCellular1Bar:0,SignalCellular2Bar:0,SignalCellular3Bar:0,SignalCellular4Bar:0,SignalCellularAlt:0,SignalCellularNoSim:0,SignalCellularNodata:0,SignalCellularNull:0,SignalCellularOff:0,SignalWifi0Bar:2,SignalWifi1Bar:2,SignalWifi1BarLock:0,SignalWifi2Bar:2,SignalWifi2BarLock:0,SignalWifi3Bar:2,SignalWifi3BarLock:0,SignalWifi4Bar:2,SignalWifi4BarLock:0,SignalWifiBad:7,SignalWifiOff:7,SimCard:15,SimCardAlert:15,SimCardDownload:2,SingleBed:15,Sip:15,SixK:15,SixKPlus:15,SixMp:15,SixteenMp:15,SixtyFps:15,SixtyFpsSelect:2,Skateboarding:7,SkipNext:15,SkipPrevious:15,Sledding:15,Slideshow:15,SlowMotionVideo:2,SmartButton:15,SmartDisplay:15,SmartScreen:15,SmartToy:15,Smartphone:15,SmokeFree:15,SmokingRooms:15,Sms:15,SmsFailed:15,SnippetFolder:7,Snooze:15,Snowboarding:15,Snowmobile:15,Snowshoeing:15,Soap:15,SocialDistance:2,Sort:15,SortByAlpha:15,Source:15,South:15,SouthEast:15,SouthWest:15,Spa:15,SpaceBar:15,Speaker:15,SpeakerGroup:15,SpeakerNotes:15,SpeakerNotesOff:2,SpeakerPhone:15,Speed:15,Spellcheck:15,Splitscreen:15,Sports:15,SportsBar:15,SportsBaseball:2,SportsBasketball:0,SportsCricket:7,SportsEsports:7,SportsFootball:2,SportsGolf:15,SportsHandball:2,SportsHockey:15,SportsKabaddi:7,SportsMma:15,SportsMotorsports:0,SportsRugby:15,SportsScore:15,SportsSoccer:15,SportsTennis:15,SportsVolleyball:0,SquareFoot:15,StackedBarChart:2,StackedLineChart:0,Stairs:15,Star:15,StarBorder:15,StarBorderPurple500:0,StarHalf:15,StarOutline:15,StarPurple500:7,StarRate:15,Stars:15,StayCurrentLandscape:0,StayCurrentPortrait:0,StayPrimaryLandscape:0,StayPrimaryPortrait:0,StickyNote2:15,Stop:15,StopCircle:15,StopScreenShare:2,Storage:15,Store:15,StoreMallDirectory:0,Storefront:15,Storm:15,Straighten:15,Stream:15,Streetview:15,StrikethroughS:2,Stroller:15,Style:15,Subject:15,Subscript:15,Subscriptions:7,Subtitles:15,SubtitlesOff:15,Subway:15,Summarize:15,Superscript:15,SupervisedUserCircle:0,SupervisorAccount:0,Support:15,SupportAgent:15,Surfing:15,SurroundSound:7,SwapCalls:15,SwapHoriz:15,SwapHorizontalCircle:0,SwapVert:15,SwapVerticalCircle:0,Swipe:15,SwitchAccount:7,SwitchCamera:15,SwitchLeft:15,SwitchRight:15,SwitchVideo:15,Sync:15,SyncAlt:15,SyncDisabled:15,SyncProblem:15,SystemSecurityUpdate:0,SystemUpdate:15,SystemUpdateAlt:2,Tab:15,TabUnselected:7,TableChart:15,TableRows:15,TableView:15,Tablet:15,TabletAndroid:7,TabletMac:15,Tag:15,TagFaces:15,TakeoutDining:7,TapAndPlay:15,Tapas:15,Task:15,TaskAlt:15,TaxiAlert:15,Telegram:0,TenMp:15,Terrain:15,TextFields:15,TextFormat:15,TextRotateUp:15,TextRotateVertical:0,TextRotationAngleup:0,TextRotationDown:0,TextRotationNone:0,TextSnippet:15,Textsms:15,Texture:15,TheaterComedy:7,Theaters:15,Thermostat:15,ThermostatAuto:2,ThirteenMp:15,ThirtyFps:15,ThirtyFpsSelect:2,ThreeDRotation:2,ThreeGMobiledata:0,ThreeK:15,ThreeKPlus:15,ThreeMp:15,ThreeP:15,ThreeSixty:15,ThumbDown:15,ThumbDownAlt:15,ThumbDownOffAlt:2,ThumbUp:15,ThumbUpAlt:15,ThumbUpOffAlt:7,ThumbsUpDown:15,TimeToLeave:15,Timelapse:15,Timeline:15,Timer:15,Timer10:15,Timer10Select:7,Timer3:15,Timer3Select:15,TimerOff:15,TimesOneMobiledata:0,Title:15,Toc:15,Today:15,ToggleOff:15,ToggleOn:15,Toll:15,Tonality:15,Topic:15,TouchApp:15,Tour:15,Toys:15,TrackChanges:15,Traffic:15,Train:15,Tram:15,Transform:15,Transgender:15,TransitEnterexit:0,Translate:15,TravelExplore:7,TrendingDown:15,TrendingFlat:15,TrendingUp:15,TripOrigin:15,Try:15,Tty:15,Tune:15,Tungsten:15,TurnedIn:15,TurnedInNot:15,Tv:15,TvOff:15,TwelveMp:15,TwentyFourMp:15,TwentyOneMp:15,TwentyThreeMp:7,TwentyTwoMp:15,TwentyZeroMp:15,Twitter:0,TwoK:15,TwoKPlus:15,TwoMp:15,TwoWheeler:15,Umbrella:15,Unarchive:15,Undo:15,UnfoldLess:15,UnfoldMore:15,Unpublished:15,Unsubscribe:15,Upcoming:15,Update:15,UpdateDisabled:2,Upgrade:15,Upload:15,UploadFile:15,Usb:15,UsbOff:15,Verified:15,VerifiedUser:15,VerticalAlignBottom:0,VerticalAlignCenter:0,VerticalAlignTop:0,VerticalSplit:7,Vibration:15,VideoCall:15,VideoCameraBack:2,VideoCameraFront:0,VideoLabel:15,VideoLibrary:15,VideoSettings:7,VideoStable:15,Videocam:15,VideocamOff:15,VideogameAsset:2,VideogameAssetOff:0,ViewAgenda:15,ViewArray:15,ViewCarousel:15,ViewColumn:15,ViewComfy:15,ViewCompact:15,ViewDay:15,ViewHeadline:15,ViewInAr:15,ViewList:15,ViewModule:15,ViewQuilt:15,ViewSidebar:15,ViewStream:15,ViewWeek:15,Vignette:15,Villa:15,Visibility:15,VisibilityOff:7,VoiceChat:15,VoiceOverOff:15,Voicemail:15,VolumeDown:15,VolumeMute:15,VolumeOff:15,VolumeUp:15,VolunteerActivism:0,VpnKey:15,VpnLock:15,Vrpano:15,Wallpaper:15,Warning:15,WarningAmber:15,Wash:15,Watch:15,WatchLater:15,Water:15,WaterDamage:15,WaterfallChart:2,Waves:15,WbAuto:15,WbCloudy:15,WbIncandescent:2,WbIridescent:15,WbShade:15,WbSunny:15,WbTwilight:15,Wc:15,Web:15,WebAsset:15,WebAssetOff:15,Weekend:15,West:15,WhatsApp:0,Whatshot:15,WheelchairPickup:0,WhereToVote:15,Widgets:15,Wifi:15,WifiCalling:15,WifiCalling3:15,WifiLock:15,WifiOff:15,WifiProtectedSetup:0,WifiTethering:7,WifiTetheringOff:0,Window:15,WineBar:15,Work:15,WorkOff:15,WorkOutline:15,Workspaces:15,WrapText:15,WrongLocation:7,Wysiwyg:15,Yard:15,YouTube:0,YoutubeSearchedFor:0,ZoomIn:15,ZoomOut:15,ZoomOutMap:15};const iconKeys=Object.keys(icons);const weightOptions=[\"Filled\",\"TwoTone\",\"Sharp\",\"Rounded\",\"Outlined\",];const styleKeyOptions={15:[...weightOptions],7:[\"Filled\",\"TwoTone\",\"Sharp\",\"Rounded\"],2:[\"Filled\",\"Sharp\"]};const styleOptionPropKeys=Object.keys(styleKeyOptions).map(optionKey=>`iconStyle${optionKey}`);const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * MATERIAL\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,style}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Get props to use for deps array\nconst styleOptionProps=styleOptionPropKeys.map(prop=>props[prop]);// Get style of icon\nconst iconStyle=useMemo(()=>{const iconStyleKey=icons[iconKey];if(!iconStyleKey)return;const activeStyle=props[`iconStyle${iconStyleKey}`];if(activeStyle===\"Filled\")return;return activeStyle;},[...styleOptionProps]);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){// If bad search or doesn't exist, show null state\nif(typeof icons[iconKey]!==\"number\"){setSelectedIcon(null);return;}// Get the selected module\ntry{const style=iconStyle?iconStyle:\"\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}${style}.js@0.0.32`;// console.log(iconModuleUrl)\nconst 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,...styleOptionProps]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(motion.div,{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined,...style},focusable:\"false\",viewBox:\"0 0 24 24\",color:color,children:SelectedIcon}):emptyState});}Icon.displayName=\"Material\";Icon.defaultProps={width:24,height:24,iconSelection:\"Home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,weight:\"Filled\",mirrored:false};function hideStyleOptions(props,styleOptions){const{selectByList,iconSearch,iconSelection}=props;const styleOptionsNumber=parseInt(styleOptions);const name=getIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);const icon=icons[name];if(!icon||styleOptionsNumber===0)return true;if(icon===styleOptionsNumber)return false;else return true;}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 [Material site](https://fonts.google.com/icons)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",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},...Object.keys(styleKeyOptions).reduce((result,optionKey)=>{result[`iconStyle${optionKey}`]={type:ControlType.Enum,title:\"Style\",defaultValue:\"Filled\",options:styleKeyOptions[optionKey],hidden:props=>hideStyleOptions(props,optionKey)};return result;},{}),...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerIntrinsicWidth\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Material.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-1gg6qjr\",\"data-styles-preset\":\"r8vvvmYtm\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241)))\"},children:[\"Ready to launch your project with style? \",/*#__PURE__*/_jsx(motion.br,{}),\"Together, let's make it happen!\"]})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-1gg6qjr\",\"data-styles-preset\":\"r8vvvmYtm\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241)))\"},children:[\"Ready to launch your project with style?\",/*#__PURE__*/_jsx(motion.br,{}),\"Together, let's make it happen!\"]})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gg6qjr\",\"data-styles-preset\":\"r8vvvmYtm\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241)))\"},children:\"Ready to launch your project with style? Together, let's make it happen!\"})});export const v3=\"Contact us\";export const v4=\"Book a call\";export const v5=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ej83hv\",\"data-styles-preset\":\"D5TnUU1Hv\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241)))\"},children:\"\\xa9 Studio Allora 2024. All rights reserved.\"})});export const v6=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gg6qjr\",\"data-styles-preset\":\"r8vvvmYtm\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241)))\"},children:\"Connections\"})});export const v7=\"insta\";export const v8=\"facebo\";export const v9=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gg6qjr\",\"data-styles-preset\":\"r8vvvmYtm\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241)))\"},children:\"Address\"})});export const v10=/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ej83hv\",\"data-styles-preset\":\"D5TnUU1Hv\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241)))\"},children:\"Chemin de Binche, 16B\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ej83hv\",\"data-styles-preset\":\"D5TnUU1Hv\",style:{\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241)))\"},children:\"6150 Anderlues\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ej83hv\",\"data-styles-preset\":\"D5TnUU1Hv\",style:{\"--framer-text-color\":\"var(--extracted-1iakedh, var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241)))\"},children:\"Belgium\"})]});export const v11=/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241)))\"},children:\"Chemin de Binche, 16B\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241)))\"},children:\"6150 Anderlues\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-1iakedh, var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241)))\"},children:\"Belgium\"})]});export const v12=/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ej83hv\",\"data-styles-preset\":\"D5TnUU1Hv\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241)))\"},children:\"VAT No: BE-0715.580.579\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ej83hv\",\"data-styles-preset\":\"D5TnUU1Hv\",style:{\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241)))\"},children:\"Phone: +32 475 73 66 99\"})]});export const v13=/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241)))\"},children:\"VAT No: BE-0715.580.579\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241)))\"},children:\"Phone: +32 475 73 66 99\"})]});\nexport const __FramerMetadata__ = {\"exports\":{\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (47ebf4a)\nimport*as localizedValues from\"./fmMEV71Xr-0.js\";const valuesByLocaleId={UUSKxe03d:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import LocaleSelector from\"https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/fW26mCIOTpHHBOBnf7GZ/LocaleSelector.js\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/SInf37vzg51iP5jTUEGu/JnkzJ9PU7Xrviu11VjF9/D5TnUU1Hv.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/Doc5oe8nURzNdvb3wnvh/1hS0DTbgYGlpHA5TRV1Z/r8vvvmYtm.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/ITz9Y9JNd4uOiRNlgvrC/isC6Cm8vFfGvIpcSDoL9/fmMEV71Xr.js\";import Button from\"https://framerusercontent.com/modules/wJTCRHgATezuoKD8wDzY/MgVAnovqKeNKXrNZPwkN/kePbQSegy.js\";const ButtonFonts=getFonts(Button);const LocaleSelectorFonts=getFonts(LocaleSelector);const MaterialFonts=getFonts(Material);const cycleOrder=[\"CnkWqCMuk\",\"gEutbYlF3\",\"K1YCUouay\",\"nynSubvlU\"];const serializationHash=\"framer-ROx3H\";const variantClassNames={CnkWqCMuk:\"framer-v-24vto2\",gEutbYlF3:\"framer-v-oe7nct\",K1YCUouay:\"framer-v-13k901n\",nynSubvlU:\"framer-v-1x5bvrw\"};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 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={\"1024\":\"gEutbYlF3\",\"1440\":\"CnkWqCMuk\",\"390\":\"nynSubvlU\",\"810\":\"K1YCUouay\"};const getProps=({height,id,image,link,link2,link3,width,...props})=>{return{...props,ByjJaPCVb:link??props.ByjJaPCVb,k1yAmkNQS:link2??props.k1yAmkNQS,Q_HEMMXW5:image??props.Q_HEMMXW5??{src:\"https://framerusercontent.com/images/cK4mE8H7EcgJJeqVarQ4x7Iyknw.png\"},variant:humanReadableVariantMap[props.variant]??props.variant??\"CnkWqCMuk\",Zx0MrjoKN:link3??props.Zx0MrjoKN};};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,ByjJaPCVb,k1yAmkNQS,Zx0MrjoKN,Q_HEMMXW5,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"CnkWqCMuk\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"nynSubvlU\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"nynSubvlU\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-24vto2\",className,classNames),\"data-framer-name\":\"1440\",layoutDependency:layoutDependency,layoutId:\"CnkWqCMuk\",ref:refBinding,style:{backgroundColor:\"var(--token-c5732f4a-c88d-4c2a-aa38-13a288e4cefd, rgb(212, 113, 17))\",...style},...addPropertyOverrides({gEutbYlF3:{\"data-framer-name\":\"1024\"},K1YCUouay:{\"data-framer-name\":\"810\"},nynSubvlU:{\"data-framer-name\":\"390\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:1,fit:\"tile\",intrinsicHeight:147,intrinsicWidth:150,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0),pixelHeight:147,pixelWidth:150,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(Q_HEMMXW5),...{positionX:\"left\",positionY:\"top\"}},className:\"framer-1ceg3u4\",\"data-framer-name\":\"Texture\",layoutDependency:layoutDependency,layoutId:\"M6LbdaDJ8\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-f7ndr6\",\"data-framer-name\":\"wrapper\",layoutDependency:layoutDependency,layoutId:\"l_CUqrC_E\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6zwi9w\",\"data-framer-name\":\"Column 1\",layoutDependency:layoutDependency,layoutId:\"O73CIlupc\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1s461fu\",layoutDependency:layoutDependency,layoutId:\"jNLIc5jp0\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"u0TSkKxCA\",scopeId:\"fmMEV71Xr\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-7ibuxu framer-wprpar\",\"data-framer-name\":\"Logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"u0TSkKxCA\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 314 46\"><path d=\"M 21.207 22.391 L 18.093 23.27 C 17.787 22.391 17.354 21.595 16.794 20.882 C 16.233 20.169 15.501 19.602 14.597 19.181 C 13.705 18.761 12.597 18.551 11.272 18.551 C 9.285 18.551 7.655 19.022 6.381 19.965 C 5.107 20.907 4.471 22.124 4.471 23.614 C 4.471 24.875 4.904 25.901 5.77 26.69 C 6.649 27.467 7.999 28.085 9.82 28.543 L 14.253 29.633 C 16.711 30.231 18.552 31.18 19.774 32.479 C 21.01 33.779 21.628 35.409 21.628 37.37 C 21.628 39.026 21.169 40.497 20.252 41.784 C 19.335 43.07 18.055 44.083 16.412 44.822 C 14.781 45.548 12.89 45.911 10.737 45.911 C 7.871 45.911 5.509 45.267 3.649 43.981 C 1.789 42.682 0.598 40.809 0.076 38.364 L 3.343 37.561 C 3.764 39.306 4.585 40.625 5.808 41.516 C 7.043 42.408 8.667 42.854 10.68 42.854 C 12.934 42.854 14.737 42.351 16.087 41.344 C 17.437 40.325 18.112 39.052 18.112 37.523 C 18.112 36.339 17.717 35.345 16.928 34.543 C 16.138 33.727 14.941 33.129 13.336 32.747 L 8.54 31.6 C 5.993 30.989 4.108 30.021 2.885 28.696 C 1.662 27.372 1.051 25.729 1.051 23.767 C 1.051 22.149 1.49 20.729 2.369 19.506 C 3.248 18.271 4.458 17.303 5.999 16.602 C 7.54 15.902 9.298 15.551 11.272 15.551 C 13.96 15.551 16.106 16.163 17.711 17.386 C 19.329 18.596 20.494 20.264 21.207 22.391 Z\" fill=\"rgb(252,247,241)\"></path><path d=\"M 40.633 15.953 L 40.633 18.914 L 26.629 18.914 L 26.629 15.953 Z M 31.004 8.922 L 34.424 8.922 L 34.424 37.638 C 34.424 38.861 34.634 39.822 35.054 40.523 C 35.475 41.211 36.022 41.701 36.697 41.994 C 37.372 42.274 38.092 42.414 38.856 42.414 C 39.302 42.414 39.684 42.389 40.003 42.338 C 40.321 42.274 40.601 42.211 40.843 42.147 L 41.569 45.223 C 41.238 45.35 40.831 45.465 40.347 45.567 C 39.863 45.681 39.264 45.739 38.551 45.739 C 37.302 45.739 36.099 45.465 34.94 44.917 C 33.793 44.37 32.851 43.554 32.112 42.472 C 31.373 41.389 31.004 40.045 31.004 38.44 Z\" fill=\"rgb(252,247,241)\"></path><path d=\"M 67.004 34.084 L 67.004 15.953 L 70.405 15.953 L 70.405 45.299 L 67.004 45.299 L 67.004 40.427 L 66.737 40.427 C 66.049 41.93 64.96 43.185 63.47 44.191 C 61.979 45.185 60.158 45.681 58.005 45.681 C 56.133 45.681 54.471 45.274 53.019 44.459 C 51.567 43.631 50.427 42.421 49.599 40.828 C 48.771 39.236 48.357 37.281 48.357 34.963 L 48.357 15.953 L 51.758 15.953 L 51.758 34.753 C 51.758 37.046 52.433 38.892 53.783 40.294 C 55.133 41.682 56.865 42.376 58.98 42.376 C 60.304 42.376 61.578 42.058 62.801 41.421 C 64.024 40.784 65.03 39.854 65.82 38.631 C 66.609 37.396 67.004 35.88 67.004 34.084 Z\" fill=\"rgb(252,247,241)\"></path><path d=\"M 89.974 45.911 C 87.567 45.911 85.459 45.274 83.65 44 C 81.841 42.726 80.428 40.95 79.409 38.67 C 78.402 36.39 77.899 33.734 77.899 30.702 C 77.899 27.684 78.402 25.041 79.409 22.773 C 80.428 20.494 81.848 18.723 83.669 17.462 C 85.491 16.188 87.612 15.551 90.031 15.551 C 91.815 15.551 93.299 15.87 94.483 16.507 C 95.668 17.131 96.617 17.908 97.33 18.838 C 98.043 19.767 98.597 20.672 98.992 21.551 L 99.298 21.551 L 99.298 6.17 L 102.718 6.17 L 102.718 45.299 L 99.393 45.299 L 99.393 39.854 L 98.992 39.854 C 98.597 40.746 98.037 41.663 97.311 42.605 C 96.585 43.535 95.623 44.319 94.426 44.955 C 93.241 45.592 91.757 45.911 89.974 45.911 Z M 90.375 42.796 C 92.273 42.796 93.891 42.281 95.228 41.249 C 96.566 40.204 97.585 38.771 98.285 36.95 C 98.999 35.116 99.355 33.014 99.355 30.645 C 99.355 28.301 99.005 26.232 98.304 24.436 C 97.604 22.627 96.585 21.213 95.247 20.194 C 93.91 19.162 92.286 18.647 90.375 18.647 C 88.414 18.647 86.758 19.181 85.408 20.251 C 84.07 21.309 83.051 22.742 82.351 24.55 C 81.663 26.359 81.319 28.391 81.319 30.645 C 81.319 32.925 81.669 34.982 82.37 36.816 C 83.071 38.65 84.09 40.109 85.427 41.191 C 86.777 42.261 88.427 42.796 90.375 42.796 Z\" fill=\"rgb(252,247,241)\"></path><path d=\"M 112.443 45.299 L 112.443 15.953 L 115.863 15.953 L 115.863 45.299 Z M 114.181 10.909 C 113.481 10.909 112.882 10.673 112.385 10.202 C 111.889 9.718 111.64 9.138 111.64 8.463 C 111.64 7.788 111.889 7.215 112.385 6.744 C 112.882 6.26 113.481 6.018 114.181 6.018 C 114.882 6.018 115.481 6.26 115.977 6.744 C 116.474 7.215 116.722 7.788 116.722 8.463 C 116.722 9.138 116.474 9.718 115.977 10.202 C 115.481 10.673 114.882 10.909 114.181 10.909 Z\" fill=\"rgb(252,247,241)\"></path><path d=\"M 199.274 41.939 L 198.45 45 L 183.206 45 L 182.735 41.939 L 188.091 39.997 L 186.384 31.933 L 180.321 31.756 L 173.258 31.933 L 171.845 35.347 L 170.668 40.527 L 176.201 41.939 L 175.73 45 L 161.604 45 L 161.133 41.939 L 164.9 40.233 L 177.143 12.627 L 179.615 3.798 L 187.208 3.327 L 195.978 40.527 Z M 181.969 9.743 L 174.73 28.048 L 180.733 28.166 L 185.619 28.048 Z\" fill=\"rgb(252,247,241)\"></path><path d=\"M 214.025 44.824 L 203.43 45.589 C 203.352 45 203.293 44.392 203.254 43.764 C 203.214 43.097 203.195 42.391 203.195 41.645 C 203.195 40.9 203.234 40.095 203.312 39.232 C 203.391 38.369 203.567 36.995 203.842 35.112 L 206.962 14.687 L 207.55 5.858 L 204.195 4.269 L 204.96 1.09 L 216.615 0.148 L 214.319 9.154 L 211.317 30.344 L 210.964 40.586 L 214.437 41.645 Z\" fill=\"rgb(252,247,241)\"></path><path d=\"M 230.292 44.824 L 219.697 45.589 C 219.619 45 219.56 44.392 219.521 43.764 C 219.481 43.097 219.462 42.391 219.462 41.645 C 219.462 40.9 219.501 40.095 219.579 39.232 C 219.658 38.369 219.835 36.995 220.109 35.112 L 223.229 14.687 L 223.817 5.858 L 220.462 4.269 L 221.228 1.09 L 232.882 0.148 L 230.586 9.154 L 227.585 30.344 L 227.231 40.586 L 230.704 41.645 Z\" fill=\"rgb(252,247,241)\"></path><path d=\"M 260.921 26.518 C 260.921 28.912 260.568 31.246 259.862 33.522 C 259.195 35.798 258.214 37.858 256.919 39.703 C 255.624 41.508 253.995 42.94 252.033 43.999 C 250.071 45.059 247.835 45.589 245.323 45.589 C 241.87 45.589 239.202 44.588 237.318 42.587 C 235.474 40.546 234.552 37.741 234.552 34.17 C 234.552 31.855 234.905 29.579 235.611 27.342 C 236.317 25.066 237.338 23.026 238.672 21.221 C 240.045 19.376 241.713 17.905 243.675 16.806 C 245.676 15.707 247.992 15.158 250.621 15.158 C 253.917 15.158 256.448 16.159 258.214 18.16 C 260.019 20.161 260.921 22.947 260.921 26.518 Z M 242.204 33.052 C 242.204 35.995 242.576 38.114 243.322 39.408 C 244.067 40.703 245.225 41.351 246.795 41.351 C 248.011 41.351 249.031 40.978 249.855 40.233 C 250.679 39.487 251.347 38.486 251.857 37.231 C 252.367 35.936 252.72 34.484 252.916 32.875 C 253.152 31.266 253.269 29.618 253.269 27.931 C 253.269 25.066 252.955 22.928 252.328 21.515 C 251.7 20.063 250.562 19.337 248.914 19.337 C 247.658 19.337 246.598 19.749 245.735 20.573 C 244.911 21.358 244.224 22.417 243.675 23.752 C 243.165 25.086 242.792 26.557 242.557 28.166 C 242.321 29.775 242.204 31.403 242.204 33.052 Z\" fill=\"rgb(252,247,241)\"></path><path d=\"M 273.096 45 L 265.856 45.53 L 268.681 20.926 L 264.855 18.925 L 265.62 15.805 L 275.332 15.217 C 275.411 15.609 275.47 16.08 275.509 16.629 C 275.587 17.179 275.627 17.709 275.627 18.219 C 275.627 19.121 275.529 20.279 275.332 21.691 C 275.175 23.104 274.96 24.674 274.685 26.4 C 274.449 28.088 274.136 29.814 273.743 31.58 C 274.881 28.088 275.901 25.262 276.804 23.104 C 277.746 20.907 278.648 19.219 279.511 18.042 C 280.375 16.865 281.258 16.06 282.16 15.629 C 283.102 15.158 284.122 14.922 285.221 14.922 L 286.516 22.398 L 280.689 23.693 C 279.433 25.066 278.197 26.793 276.98 28.872 C 275.803 30.952 274.548 33.777 273.213 37.348 Z\" fill=\"rgb(252,247,241)\"></path><path d=\"M 313.414 44.824 L 303.29 45.589 C 303.211 45 303.152 44.412 303.113 43.823 C 303.074 43.352 303.054 42.842 303.054 42.293 C 303.054 41.743 303.074 41.174 303.113 40.586 C 303.152 39.801 303.192 38.977 303.231 38.114 C 303.309 37.211 303.427 36.23 303.584 35.17 C 302.485 37.564 301.367 39.526 300.229 41.056 C 299.091 42.587 297.933 43.725 296.756 44.47 C 295.579 45.216 294.402 45.589 293.225 45.589 C 291.42 45.589 289.889 44.922 288.633 43.587 C 287.378 42.214 286.652 40.134 286.456 37.348 C 286.416 36.681 286.397 35.995 286.397 35.288 C 286.475 32.424 286.946 29.775 287.809 27.342 C 288.712 24.87 289.968 22.731 291.577 20.926 C 293.185 19.121 295.089 17.728 297.286 16.747 C 299.483 15.727 301.916 15.217 304.585 15.217 C 306.351 15.217 308.077 15.413 309.764 15.805 C 311.452 16.198 312.845 16.61 313.944 17.041 L 311.236 29.049 L 311.059 30.579 L 310.176 40.527 L 313.885 41.645 Z M 293.754 33.758 C 293.754 35.602 294.009 36.976 294.52 37.878 C 295.03 38.741 295.756 39.173 296.697 39.173 C 297.718 39.173 298.875 38.388 300.17 36.819 C 301.465 35.21 302.897 32.502 304.467 28.696 C 304.506 28.343 304.565 27.99 304.644 27.636 C 304.722 27.244 304.801 26.871 304.879 26.518 L 305.585 20.809 C 304.565 20.063 303.29 19.69 301.759 19.69 C 300.7 19.69 299.68 20.024 298.699 20.691 C 297.757 21.358 296.913 22.319 296.168 23.575 C 295.422 24.791 294.833 26.263 294.402 27.99 C 293.97 29.716 293.754 31.639 293.754 33.758 Z\" fill=\"rgb(252,247,241)\"></path><path d=\"M 122.998 30.441 C 122.998 22.187 129.689 15.496 137.943 15.496 C 146.197 15.496 152.888 22.187 152.888 30.441 C 152.888 38.695 146.197 45.386 137.943 45.386 C 129.689 45.386 122.998 38.695 122.998 30.441 Z\" fill=\"rgb(60,94,57)\"></path></svg>',svgContentId:12062361967,withExternalLayout:true,...addPropertyOverrides({nynSubvlU:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 290 42\"><path d=\"M 19.586 20.444 L 16.71 21.247 C 16.428 20.444 16.028 19.717 15.51 19.066 C 14.993 18.415 14.316 17.897 13.481 17.514 C 12.657 17.13 11.634 16.938 10.411 16.938 C 8.576 16.938 7.07 17.368 5.893 18.229 C 4.717 19.089 4.129 20.2 4.129 21.561 C 4.129 22.712 4.529 23.648 5.329 24.369 C 6.14 25.079 7.387 25.643 9.07 26.061 L 13.163 27.056 C 15.434 27.602 17.134 28.469 18.263 29.655 C 19.404 30.841 19.975 32.33 19.975 34.121 C 19.975 35.633 19.551 36.976 18.704 38.15 C 17.857 39.325 16.675 40.25 15.157 40.924 C 13.652 41.587 11.905 41.918 9.917 41.918 C 7.27 41.918 5.088 41.331 3.37 40.157 C 1.653 38.97 0.553 37.261 0.07 35.028 L 3.088 34.295 C 3.476 35.888 4.235 37.092 5.364 37.906 C 6.505 38.72 8.005 39.127 9.864 39.127 C 11.946 39.127 13.61 38.668 14.857 37.749 C 16.104 36.819 16.728 35.656 16.728 34.26 C 16.728 33.179 16.363 32.272 15.634 31.539 C 14.904 30.795 13.799 30.248 12.316 29.899 L 7.887 28.853 C 5.535 28.294 3.794 27.41 2.664 26.201 C 1.535 24.991 0.97 23.491 0.97 21.7 C 0.97 20.223 1.376 18.927 2.188 17.81 C 3 16.682 4.117 15.798 5.54 15.159 C 6.964 14.519 8.587 14.199 10.411 14.199 C 12.893 14.199 14.875 14.757 16.357 15.874 C 17.851 16.979 18.928 18.502 19.586 20.444 Z\" fill=\"rgb(252,247,241)\"></path><path d=\"M 37.527 14.565 L 37.527 17.269 L 24.593 17.269 L 24.593 14.565 Z M 28.634 8.146 L 31.793 8.146 L 31.793 34.365 C 31.793 35.481 31.987 36.359 32.375 36.999 C 32.763 37.627 33.269 38.075 33.893 38.342 C 34.516 38.598 35.181 38.726 35.886 38.726 C 36.298 38.726 36.651 38.703 36.945 38.656 C 37.239 38.598 37.498 38.54 37.722 38.482 L 38.392 41.29 C 38.086 41.407 37.71 41.511 37.263 41.604 C 36.816 41.709 36.263 41.761 35.604 41.761 C 34.451 41.761 33.34 41.511 32.269 41.011 C 31.21 40.511 30.34 39.767 29.658 38.778 C 28.975 37.79 28.634 36.563 28.634 35.098 Z\" fill=\"rgb(252,247,241)\"></path><path d=\"M 61.883 31.12 L 61.883 14.565 L 65.024 14.565 L 65.024 41.36 L 61.883 41.36 L 61.883 36.912 L 61.636 36.912 C 61.001 38.284 59.995 39.43 58.618 40.348 C 57.242 41.256 55.56 41.709 53.572 41.709 C 51.842 41.709 50.307 41.337 48.966 40.593 C 47.625 39.837 46.572 38.732 45.808 37.278 C 45.043 35.825 44.661 34.039 44.661 31.923 L 44.661 14.565 L 47.802 14.565 L 47.802 31.731 C 47.802 33.824 48.425 35.511 49.672 36.79 C 50.919 38.057 52.519 38.691 54.472 38.691 C 55.695 38.691 56.871 38.401 58.001 37.819 C 59.13 37.238 60.059 36.389 60.789 35.272 C 61.518 34.144 61.883 32.76 61.883 31.12 Z\" fill=\"rgb(252,247,241)\"></path><path d=\"M 83.097 41.918 C 80.874 41.918 78.927 41.337 77.257 40.174 C 75.586 39.011 74.28 37.389 73.339 35.307 C 72.41 33.225 71.945 30.801 71.945 28.033 C 71.945 25.276 72.41 22.863 73.339 20.793 C 74.28 18.711 75.592 17.095 77.274 15.944 C 78.956 14.781 80.915 14.199 83.15 14.199 C 84.797 14.199 86.167 14.49 87.262 15.071 C 88.356 15.641 89.232 16.351 89.891 17.2 C 90.55 18.049 91.061 18.874 91.426 19.677 L 91.708 19.677 L 91.708 5.634 L 94.867 5.634 L 94.867 41.36 L 91.796 41.36 L 91.796 36.389 L 91.426 36.389 C 91.061 37.203 90.544 38.04 89.873 38.901 C 89.203 39.75 88.314 40.465 87.209 41.046 C 86.115 41.628 84.744 41.918 83.097 41.918 Z M 83.468 39.075 C 85.221 39.075 86.715 38.604 87.95 37.662 C 89.185 36.708 90.126 35.4 90.773 33.737 C 91.432 32.062 91.761 30.143 91.761 27.98 C 91.761 25.84 91.438 23.951 90.791 22.311 C 90.144 20.659 89.203 19.368 87.967 18.438 C 86.732 17.496 85.232 17.025 83.468 17.025 C 81.656 17.025 80.127 17.514 78.88 18.49 C 77.645 19.456 76.704 20.764 76.057 22.415 C 75.421 24.067 75.104 25.922 75.104 27.98 C 75.104 30.062 75.427 31.94 76.074 33.615 C 76.721 35.29 77.662 36.621 78.898 37.61 C 80.145 38.587 81.668 39.075 83.468 39.075 Z\" fill=\"rgb(252,247,241)\"></path><path d=\"M 103.849 41.36 L 103.849 14.565 L 107.007 14.565 L 107.007 41.36 Z M 105.454 9.96 C 104.807 9.96 104.254 9.745 103.795 9.315 C 103.337 8.873 103.107 8.344 103.107 7.727 C 103.107 7.111 103.337 6.587 103.795 6.157 C 104.254 5.715 104.807 5.494 105.454 5.494 C 106.101 5.494 106.654 5.715 107.113 6.157 C 107.572 6.587 107.801 7.111 107.801 7.727 C 107.801 8.344 107.572 8.873 107.113 9.315 C 106.654 9.745 106.101 9.96 105.454 9.96 Z\" fill=\"rgb(252,247,241)\"></path><path d=\"M 184.043 38.292 L 183.282 41.087 L 169.203 41.087 L 168.768 38.292 L 173.715 36.519 L 172.138 29.156 L 166.538 28.995 L 160.015 29.156 L 158.71 32.273 L 157.623 37.003 L 162.733 38.292 L 162.298 41.087 L 149.252 41.087 L 148.817 38.292 L 152.296 36.734 L 163.603 11.529 L 165.886 3.468 L 172.899 3.038 L 180.999 37.003 Z M 168.061 8.896 L 161.375 25.609 L 166.919 25.717 L 171.432 25.609 Z\" fill=\"rgb(252,247,241)\"></path><path d=\"M 197.666 40.926 L 187.881 41.625 C 187.809 41.087 187.755 40.532 187.719 39.959 C 187.682 39.349 187.664 38.705 187.664 38.024 C 187.664 37.343 187.7 36.609 187.772 35.82 C 187.845 35.032 188.008 33.778 188.262 32.058 L 191.143 13.41 L 191.686 5.349 L 188.588 3.897 L 189.294 0.995 L 200.058 0.136 L 197.938 8.358 L 195.165 27.705 L 194.839 37.056 L 198.047 38.024 Z\" fill=\"rgb(252,247,241)\"></path><path d=\"M 212.69 40.926 L 202.905 41.625 C 202.833 41.087 202.778 40.532 202.742 39.959 C 202.705 39.349 202.688 38.705 202.688 38.024 C 202.688 37.343 202.724 36.609 202.796 35.82 C 202.869 35.032 203.032 33.778 203.285 32.058 L 206.167 13.41 L 206.71 5.349 L 203.611 3.897 L 204.319 0.995 L 215.082 0.136 L 212.962 8.358 L 210.19 27.705 L 209.863 37.056 L 213.071 38.024 Z\" fill=\"rgb(252,247,241)\"></path><path d=\"M 240.978 24.212 C 240.978 26.398 240.652 28.529 240 30.607 C 239.384 32.685 238.478 34.566 237.282 36.25 C 236.086 37.898 234.581 39.206 232.769 40.173 C 230.957 41.141 228.892 41.625 226.572 41.625 C 223.383 41.625 220.919 40.711 219.179 38.884 C 217.476 37.021 216.624 34.459 216.624 31.199 C 216.624 29.085 216.95 27.007 217.603 24.964 C 218.255 22.886 219.198 21.023 220.43 19.375 C 221.698 17.691 223.238 16.348 225.05 15.345 C 226.898 14.341 229.037 13.84 231.465 13.84 C 234.509 13.84 236.847 14.753 238.478 16.581 C 240.145 18.408 240.978 20.952 240.978 24.212 Z M 223.692 30.177 C 223.692 32.865 224.035 34.799 224.724 35.982 C 225.412 37.164 226.482 37.755 227.932 37.755 C 229.055 37.755 229.997 37.415 230.758 36.734 C 231.519 36.053 232.136 35.14 232.607 33.993 C 233.078 32.811 233.404 31.485 233.585 30.016 C 233.803 28.547 233.911 27.043 233.911 25.502 C 233.911 22.886 233.621 20.934 233.042 19.644 C 232.462 18.318 231.411 17.656 229.889 17.656 C 228.729 17.656 227.75 18.032 226.953 18.784 C 226.192 19.501 225.557 20.468 225.05 21.686 C 224.579 22.904 224.235 24.248 224.018 25.717 C 223.8 27.186 223.692 28.673 223.692 30.177 Z\" fill=\"rgb(252,247,241)\"></path><path d=\"M 252.222 41.087 L 245.536 41.571 L 248.145 19.107 L 244.611 17.279 L 245.318 14.431 L 254.288 13.894 C 254.36 14.252 254.415 14.682 254.451 15.183 C 254.523 15.685 254.56 16.169 254.56 16.634 C 254.56 17.458 254.469 18.515 254.288 19.805 C 254.143 21.095 253.944 22.528 253.69 24.105 C 253.472 25.645 253.183 27.222 252.82 28.834 C 253.871 25.645 254.813 23.066 255.647 21.095 C 256.517 19.089 257.35 17.548 258.147 16.473 C 258.945 15.398 259.761 14.664 260.594 14.27 C 261.464 13.84 262.406 13.625 263.421 13.625 L 264.617 20.45 L 259.235 21.632 C 258.075 22.886 256.934 24.463 255.81 26.362 C 254.723 28.261 253.563 30.84 252.33 34.101 Z\" fill=\"rgb(252,247,241)\"></path><path d=\"M 289.459 40.926 L 280.109 41.625 C 280.036 41.087 279.981 40.55 279.945 40.012 C 279.909 39.582 279.891 39.117 279.891 38.615 C 279.891 38.113 279.909 37.594 279.945 37.056 C 279.981 36.34 280.018 35.588 280.054 34.799 C 280.126 33.975 280.235 33.079 280.38 32.112 C 279.365 34.298 278.333 36.089 277.282 37.486 C 276.231 38.884 275.161 39.923 274.074 40.603 C 272.987 41.284 271.9 41.625 270.813 41.625 C 269.146 41.625 267.732 41.015 266.572 39.797 C 265.413 38.543 264.742 36.644 264.561 34.101 C 264.524 33.492 264.507 32.865 264.507 32.22 C 264.579 29.604 265.014 27.186 265.811 24.964 C 266.645 22.707 267.805 20.755 269.291 19.107 C 270.776 17.458 272.534 16.187 274.564 15.291 C 276.593 14.359 278.84 13.894 281.305 13.894 C 282.936 13.894 284.53 14.073 286.088 14.431 C 287.647 14.789 288.933 15.165 289.948 15.56 L 287.447 26.523 L 287.284 27.92 L 286.468 37.003 L 289.894 38.024 Z M 271.301 30.822 C 271.301 32.506 271.537 33.76 272.009 34.584 C 272.48 35.372 273.15 35.767 274.02 35.767 C 274.962 35.767 276.031 35.05 277.227 33.617 C 278.423 32.148 279.746 29.676 281.196 26.201 C 281.232 25.878 281.286 25.556 281.359 25.233 C 281.431 24.875 281.504 24.534 281.576 24.212 L 282.228 18.999 C 281.286 18.318 280.109 17.978 278.695 17.978 C 277.717 17.978 276.775 18.283 275.869 18.892 C 274.999 19.501 274.219 20.378 273.531 21.525 C 272.842 22.636 272.298 23.979 271.9 25.556 C 271.501 27.132 271.301 28.888 271.301 30.822 Z\" fill=\"rgb(252,247,241)\"></path><path d=\"M 113.597 27.794 C 113.597 20.258 119.777 14.149 127.4 14.149 C 135.023 14.149 141.202 20.258 141.202 27.794 C 141.202 35.33 135.023 41.44 127.4 41.44 C 119.777 41.44 113.597 35.33 113.597 27.794 Z\" fill=\"rgb(60,94,57)\"></path></svg>',svgContentId:8654356389}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-1gg6qjr\",\"data-styles-preset\":\"r8vvvmYtm\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241)))\"},children:[\"Pr\\xeat \\xe0 lancer votre projet avec style ? \",/*#__PURE__*/_jsx(motion.br,{}),\"Ensemble, faisons-le devenir r\\xe9alit\\xe9 !\"]})}),className:\"framer-oy1b38\",\"data-framer-name\":\"Chez Studio Allora, c'est notre passion commune qui prend vie. Forts de plus de 11 ans d'exp\\xe9rience, nous fusionnons l'art et la technologie pour cr\\xe9er des exp\\xe9riences m\\xe9morables. Chez Studio Allora, chaque client devient un collaborateur. Chaque projet, une aventure. Bienvenue dans notre monde, o\\xf9 l'innovation et la cr\\xe9ativit\\xe9 se rencontrent pour donner naissance \\xe0 des solutions qui d\\xe9passent vos attentes.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZBMlFT3A4\",style:{\"--extracted-r6o4lv\":\"var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({K1YCUouay:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-1gg6qjr\",\"data-styles-preset\":\"r8vvvmYtm\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241)))\"},children:[\"Pr\\xeat \\xe0 lancer votre projet avec style ?\",/*#__PURE__*/_jsx(motion.br,{}),\"Ensemble, faisons-le devenir r\\xe9alit\\xe9 !\"]})})},nynSubvlU:{children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gg6qjr\",\"data-styles-preset\":\"r8vvvmYtm\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241)))\"},children:\"Pr\\xeat \\xe0 lancer votre projet avec style ? Ensemble, faisons-le devenir r\\xe9alit\\xe9 !\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1g1jdic\",\"data-framer-name\":\"buttons\",layoutDependency:layoutDependency,layoutId:\"L4Lg95ryc\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+160+0+0+0+0+286+0,...addPropertyOverrides({nynSubvlU:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-vrlrmt-container\",layoutDependency:layoutDependency,layoutId:\"SkJ42X2k6-container\",nodeId:\"SkJ42X2k6\",rendersWithMotion:true,scopeId:\"fmMEV71Xr\",children:/*#__PURE__*/_jsx(Button,{FDCX2pCXK:\"var(--token-35b69123-b0b8-4585-96fd-77f273f23b6e, rgb(219, 213, 199))\",height:\"100%\",id:\"SkJ42X2k6\",JQYCfmqza:{borderColor:'var(--token-35b69123-b0b8-4585-96fd-77f273f23b6e, rgb(219, 213, 199)) /* {\"name\":\"Bone\"} */',borderStyle:\"solid\",borderWidth:2},layoutId:\"SkJ42X2k6\",O9TkxEGXu:\"mailto:studio.allora@hotmail.com\",style:{height:\"100%\"},T1ZcP8a2e:getLocalizedValue(\"v3\",activeLocale)??\"Contactez-nous\",tFO6383qU:\"rgb(212, 113, 17)\",TVn6vwsTh:\"var(--token-d4bd01af-aec1-43ea-ad24-0fa501f2d82a, rgb(255, 255, 255))\",UnPX2bU2F:\"var(--token-d4bd01af-aec1-43ea-ad24-0fa501f2d82a, rgb(255, 255, 255))\",variant:\"JtrBW2aFR\",width:\"100%\",YrAuDyvlG:false})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+160+0+0+0+0+286+0,...addPropertyOverrides({nynSubvlU:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-uovyei-container\",layoutDependency:layoutDependency,layoutId:\"zUIOYCMSJ-container\",nodeId:\"zUIOYCMSJ\",rendersWithMotion:true,scopeId:\"fmMEV71Xr\",children:/*#__PURE__*/_jsx(Button,{FDCX2pCXK:\"rgb(40, 64, 38)\",height:\"100%\",id:\"zUIOYCMSJ\",JQYCfmqza:{borderColor:'var(--token-35b69123-b0b8-4585-96fd-77f273f23b6e, rgb(219, 213, 199)) /* {\"name\":\"Bone\"} */',borderStyle:\"solid\",borderWidth:2},layoutId:\"zUIOYCMSJ\",O9TkxEGXu:\"https://calendar.app.google/UyFieMFF8sgq47cT8\",style:{height:\"100%\"},T1ZcP8a2e:getLocalizedValue(\"v4\",activeLocale)??\"Prenez rendez-vous\",tFO6383qU:\"var(--token-31ddeda0-db9f-40b5-a3dc-2e3033c2a0eb, rgb(60, 94, 57))\",TVn6vwsTh:\"rgb(0, 0, 0)\",UnPX2bU2F:\"var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241))\",variant:\"C7UPgEgFf\",width:\"100%\",YrAuDyvlG:true})})})]})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1b9h6et\",layoutDependency:layoutDependency,layoutId:\"ndEGyUCHM\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ej83hv\",\"data-styles-preset\":\"D5TnUU1Hv\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241)))\"},children:\"\\xa9 Studio Allora 2024. Tous droits r\\xe9serv\\xe9s.\"})}),className:\"framer-1guvm76\",\"data-framer-name\":\"\\xa9 Studio Allora 2023. Tous droits r\\xe9serv\\xe9s.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"EWMIB1VrZ\",style:{\"--extracted-r6o4lv\":\"var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241))\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-tdbs9k-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"G1TCIRar0-container\",nodeId:\"G1TCIRar0\",rendersWithMotion:true,scopeId:\"fmMEV71Xr\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"var(--token-35b69123-b0b8-4585-96fd-77f273f23b6e, rgb(219, 213, 199))\",size:12,type:\"default\"},font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"var(--token-35b69123-b0b8-4585-96fd-77f273f23b6e, rgb(219, 213, 199))\",size:17,type:\"default\"},id:\"G1TCIRar0\",layoutId:\"G1TCIRar0\",options:{border:{color:\"var(--token-35b69123-b0b8-4585-96fd-77f273f23b6e, rgb(219, 213, 199))\",style:\"solid\",width:2,widthBottom:2,widthLeft:2,widthPerSide:false,widthRight:2,widthTop:2},focus:{color:\"rgba(0, 153, 255, 0)\",offset:0,style:\"solid\",width:0},gap:5,title:true},padding:\"10px 14px 10px 14px\",radius:\"40px\",style:{height:\"100%\"},textColor:\"var(--token-35b69123-b0b8-4585-96fd-77f273f23b6e, rgb(219, 213, 199))\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-smmw56\",\"data-framer-name\":\"Column 3\",layoutDependency:layoutDependency,layoutId:\"lF3tgeZos\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sx5l2q\",\"data-framer-name\":\"Frame 34\",layoutDependency:layoutDependency,layoutId:\"Qgz8YtsDn\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gg6qjr\",\"data-styles-preset\":\"r8vvvmYtm\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241)))\"},children:\"Connexions\"})}),className:\"framer-1vor6zb\",\"data-framer-name\":\"Adresse.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Ty0hkPwxw\",style:{\"--extracted-r6o4lv\":\"var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11wu44e\",\"data-framer-name\":\"Socials\",layoutDependency:layoutDependency,layoutId:\"RS7pSpKok\",children:[/*#__PURE__*/_jsx(Link,{href:ByjJaPCVb,motionChild:true,nodeId:\"vCbrz2Mw7\",scopeId:\"fmMEV71Xr\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-n0cito framer-wprpar\",\"data-framer-name\":\"Insta\",layoutDependency:layoutDependency,layoutId:\"vCbrz2Mw7\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1k4zn47-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"kg6mmtlrW-container\",nodeId:\"kg6mmtlrW\",rendersWithMotion:true,scopeId:\"fmMEV71Xr\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241))\",height:\"100%\",iconSearch:getLocalizedValue(\"v7\",activeLocale)??\"insta\",iconSelection:\"Home\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"kg6mmtlrW\",layoutId:\"kg6mmtlrW\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:k1yAmkNQS,motionChild:true,nodeId:\"qDHlmBD0K\",scopeId:\"fmMEV71Xr\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1b5jgjr framer-wprpar\",\"data-framer-name\":\"Facebook\",layoutDependency:layoutDependency,layoutId:\"qDHlmBD0K\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-8id1nd-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"coDxL10gZ-container\",nodeId:\"coDxL10gZ\",rendersWithMotion:true,scopeId:\"fmMEV71Xr\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241))\",height:\"100%\",iconSearch:getLocalizedValue(\"v8\",activeLocale)??\"facebo\",iconSelection:\"Facebook\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"coDxL10gZ\",layoutId:\"coDxL10gZ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:Zx0MrjoKN,motionChild:true,nodeId:\"oncTUBd4r\",openInNewTab:true,scopeId:\"fmMEV71Xr\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-wixj5s framer-wprpar\",\"data-framer-name\":\"Linkedin\",layoutDependency:layoutDependency,layoutId:\"oncTUBd4r\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1s6ow9s-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Z39LQC24Z-container\",nodeId:\"Z39LQC24Z\",rendersWithMotion:true,scopeId:\"fmMEV71Xr\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241))\",height:\"100%\",iconSearch:getLocalizedValue(\"v8\",activeLocale)??\"facebo\",iconSelection:\"LinkedIn\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"Z39LQC24Z\",layoutId:\"Z39LQC24Z\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ut981k\",\"data-framer-name\":\"Frame 34\",layoutDependency:layoutDependency,layoutId:\"UlYnjZWaG\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gg6qjr\",\"data-styles-preset\":\"r8vvvmYtm\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241)))\"},children:\"Adresse\"})}),className:\"framer-1ilr76m\",\"data-framer-name\":\"Adresse.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BNyZ9rx9M\",style:{\"--extracted-r6o4lv\":\"var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7rk2cs\",layoutDependency:layoutDependency,layoutId:\"xbFhETW2W\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ej83hv\",\"data-styles-preset\":\"D5TnUU1Hv\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241)))\"},children:\"Chemin de Binche, 16B\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ej83hv\",\"data-styles-preset\":\"D5TnUU1Hv\",style:{\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241)))\"},children:\"6150 Anderlues\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ej83hv\",\"data-styles-preset\":\"D5TnUU1Hv\",style:{\"--framer-text-color\":\"var(--extracted-1iakedh, var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241)))\"},children:\"Belgique\"})]}),className:\"framer-l6xipx\",\"data-framer-name\":\"Chemin de Binche, 16B 6150 Anderlues Belgique N\\xb0TVA: BE-0715.580.579\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Z2m0LxzPu\",style:{\"--extracted-1iakedh\":\"var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241))\",\"--extracted-2gxw0f\":\"var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241))\",\"--extracted-r6o4lv\":\"var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241))\",opacity:.7},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({nynSubvlU:{children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241)))\"},children:\"Chemin de Binche, 16B\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241)))\"},children:\"6150 Anderlues\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-1iakedh, var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241)))\"},children:\"Belgique\"})]}),fonts:[\"Inter-Light\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ej83hv\",\"data-styles-preset\":\"D5TnUU1Hv\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241)))\"},children:\"N\\xb0TVA: BE-0715.580.579\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ej83hv\",\"data-styles-preset\":\"D5TnUU1Hv\",style:{\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241)))\"},children:\"Tel: +32 475 73 66 99\"})]}),className:\"framer-1xpi2y2\",\"data-framer-name\":\"Chemin de Binche, 16B 6150 Anderlues Belgique N\\xb0TVA: BE-0715.580.579\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"EHu5GqCr5\",style:{\"--extracted-2gxw0f\":\"var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241))\",\"--extracted-r6o4lv\":\"var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241))\",opacity:.7},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({nynSubvlU:{children:getLocalizedValue(\"v13\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241)))\"},children:\"N\\xb0TVA: BE-0715.580.579\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241)))\"},children:\"Tel: +32 475 73 66 99\"})]}),fonts:[\"Inter-Light\"]}},baseVariant,gestureVariant)})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qt3yrm\",layoutDependency:layoutDependency,layoutId:\"nuEsoAO8H\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ej83hv\",\"data-styles-preset\":\"D5TnUU1Hv\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241)))\"},children:\"\\xa9 Studio Allora 2024. Tous droits r\\xe9serv\\xe9s.\"})}),className:\"framer-ik67yw\",\"data-framer-name\":\"\\xa9 Studio Allora 2023. Tous droits r\\xe9serv\\xe9s.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"cLWna2e1q\",style:{\"--extracted-r6o4lv\":\"var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241))\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1w9d6mg-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"USc5Qx2lQ-container\",nodeId:\"USc5Qx2lQ\",rendersWithMotion:true,scopeId:\"fmMEV71Xr\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"var(--token-35b69123-b0b8-4585-96fd-77f273f23b6e, rgb(219, 213, 199))\",size:12,type:\"default\"},font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"var(--token-35b69123-b0b8-4585-96fd-77f273f23b6e, rgb(219, 213, 199))\",size:17,type:\"default\"},id:\"USc5Qx2lQ\",layoutId:\"USc5Qx2lQ\",options:{border:{color:\"var(--token-35b69123-b0b8-4585-96fd-77f273f23b6e, rgb(219, 213, 199))\",style:\"solid\",width:2,widthBottom:2,widthLeft:2,widthPerSide:false,widthRight:2,widthTop:2},focus:{color:\"rgba(0, 153, 255, 0)\",offset:0,style:\"solid\",width:0},gap:5,title:true},padding:\"10px 14px 10px 14px\",radius:\"40px\",style:{height:\"100%\"},textColor:\"var(--token-35b69123-b0b8-4585-96fd-77f273f23b6e, rgb(219, 213, 199))\",width:\"100%\"})})})]})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ROx3H.framer-wprpar, .framer-ROx3H .framer-wprpar { display: block; }\",\".framer-ROx3H.framer-24vto2 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 610px; justify-content: center; overflow: hidden; padding: 160px 48px 0px 48px; position: relative; width: 1440px; }\",\".framer-ROx3H .framer-1ceg3u4 { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-ROx3H .framer-f7ndr6 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 140px; height: min-content; justify-content: center; max-width: 1352px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-ROx3H .framer-6zwi9w { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-ROx3H .framer-1s461fu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ROx3H .framer-7ibuxu { flex: none; height: 46px; position: relative; text-decoration: none; width: 314px; }\",\".framer-ROx3H .framer-oy1b38, .framer-ROx3H .framer-l6xipx, .framer-ROx3H .framer-1xpi2y2 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ROx3H .framer-1g1jdic { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 48px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ROx3H .framer-vrlrmt-container, .framer-ROx3H .framer-uovyei-container, .framer-ROx3H .framer-tdbs9k-container, .framer-ROx3H .framer-1w9d6mg-container { flex: none; height: 48px; position: relative; width: auto; }\",\".framer-ROx3H .framer-1b9h6et { 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-ROx3H .framer-1guvm76, .framer-ROx3H .framer-1vor6zb, .framer-ROx3H .framer-1ilr76m { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ROx3H .framer-smmw56 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 18px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-ROx3H .framer-1sx5l2q, .framer-ROx3H .framer-1ut981k { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ROx3H .framer-11wu44e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-ROx3H .framer-n0cito, .framer-ROx3H .framer-1b5jgjr, .framer-ROx3H .framer-wixj5s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-ROx3H .framer-1k4zn47-container, .framer-ROx3H .framer-8id1nd-container, .framer-ROx3H .framer-1s6ow9s-container { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-ROx3H .framer-7rk2cs { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ROx3H .framer-1qt3yrm { 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: 100%; }\",\".framer-ROx3H .framer-ik67yw { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ROx3H.framer-24vto2, .framer-ROx3H .framer-f7ndr6, .framer-ROx3H .framer-1s461fu, .framer-ROx3H .framer-1g1jdic, .framer-ROx3H .framer-1b9h6et, .framer-ROx3H .framer-smmw56, .framer-ROx3H .framer-1sx5l2q, .framer-ROx3H .framer-11wu44e, .framer-ROx3H .framer-n0cito, .framer-ROx3H .framer-1b5jgjr, .framer-ROx3H .framer-wixj5s, .framer-ROx3H .framer-1ut981k, .framer-ROx3H .framer-7rk2cs, .framer-ROx3H .framer-1qt3yrm { gap: 0px; } .framer-ROx3H.framer-24vto2 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-ROx3H.framer-24vto2 > :first-child, .framer-ROx3H .framer-f7ndr6 > :first-child, .framer-ROx3H .framer-1g1jdic > :first-child, .framer-ROx3H .framer-1b9h6et > :first-child, .framer-ROx3H .framer-11wu44e > :first-child, .framer-ROx3H .framer-n0cito > :first-child, .framer-ROx3H .framer-1b5jgjr > :first-child, .framer-ROx3H .framer-wixj5s > :first-child, .framer-ROx3H .framer-1qt3yrm > :first-child { margin-left: 0px; } .framer-ROx3H.framer-24vto2 > :last-child, .framer-ROx3H .framer-f7ndr6 > :last-child, .framer-ROx3H .framer-1g1jdic > :last-child, .framer-ROx3H .framer-1b9h6et > :last-child, .framer-ROx3H .framer-11wu44e > :last-child, .framer-ROx3H .framer-n0cito > :last-child, .framer-ROx3H .framer-1b5jgjr > :last-child, .framer-ROx3H .framer-wixj5s > :last-child, .framer-ROx3H .framer-1qt3yrm > :last-child { margin-right: 0px; } .framer-ROx3H .framer-f7ndr6 > * { margin: 0px; margin-left: calc(140px / 2); margin-right: calc(140px / 2); } .framer-ROx3H .framer-1s461fu > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-ROx3H .framer-1s461fu > :first-child, .framer-ROx3H .framer-smmw56 > :first-child, .framer-ROx3H .framer-1sx5l2q > :first-child, .framer-ROx3H .framer-1ut981k > :first-child, .framer-ROx3H .framer-7rk2cs > :first-child { margin-top: 0px; } .framer-ROx3H .framer-1s461fu > :last-child, .framer-ROx3H .framer-smmw56 > :last-child, .framer-ROx3H .framer-1sx5l2q > :last-child, .framer-ROx3H .framer-1ut981k > :last-child, .framer-ROx3H .framer-7rk2cs > :last-child { margin-bottom: 0px; } .framer-ROx3H .framer-1g1jdic > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-ROx3H .framer-1b9h6et > *, .framer-ROx3H .framer-n0cito > *, .framer-ROx3H .framer-1b5jgjr > *, .framer-ROx3H .framer-wixj5s > *, .framer-ROx3H .framer-1qt3yrm > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ROx3H .framer-smmw56 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-ROx3H .framer-1sx5l2q > *, .framer-ROx3H .framer-1ut981k > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-ROx3H .framer-11wu44e > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-ROx3H .framer-7rk2cs > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-ROx3H.framer-v-oe7nct.framer-24vto2 { width: 1024px; }\",\".framer-ROx3H.framer-v-oe7nct .framer-smmw56 { flex: 0.7 0 0px; }\",\".framer-ROx3H.framer-v-oe7nct .framer-1sx5l2q, .framer-ROx3H.framer-v-13k901n .framer-1sx5l2q, .framer-ROx3H.framer-v-13k901n .framer-1ut981k, .framer-ROx3H.framer-v-13k901n .framer-7rk2cs { width: min-content; }\",\".framer-ROx3H.framer-v-13k901n.framer-24vto2 { width: 810px; }\",\".framer-ROx3H.framer-v-13k901n .framer-f7ndr6 { gap: 40px; }\",\".framer-ROx3H.framer-v-13k901n .framer-smmw56 { flex: none; width: min-content; }\",\".framer-ROx3H.framer-v-13k901n .framer-l6xipx, .framer-ROx3H.framer-v-13k901n .framer-1xpi2y2 { white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ROx3H.framer-v-13k901n .framer-f7ndr6 { gap: 0px; } .framer-ROx3H.framer-v-13k901n .framer-f7ndr6 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-ROx3H.framer-v-13k901n .framer-f7ndr6 > :first-child { margin-left: 0px; } .framer-ROx3H.framer-v-13k901n .framer-f7ndr6 > :last-child { margin-right: 0px; } }\",\".framer-ROx3H.framer-v-1x5bvrw.framer-24vto2 { flex-direction: column; height: min-content; justify-content: flex-start; padding: 120px 24px 80px 24px; width: 390px; }\",\".framer-ROx3H.framer-v-1x5bvrw .framer-f7ndr6 { flex: none; flex-direction: column; gap: 24px; justify-content: flex-start; width: 100%; }\",\".framer-ROx3H.framer-v-1x5bvrw .framer-6zwi9w { align-self: unset; flex: none; gap: 0px; height: min-content; justify-content: center; width: 100%; }\",\".framer-ROx3H.framer-v-1x5bvrw .framer-7ibuxu { height: 42px; width: 290px; }\",\".framer-ROx3H.framer-v-1x5bvrw .framer-1g1jdic { flex-wrap: wrap; gap: 16px; height: min-content; justify-content: flex-start; }\",\".framer-ROx3H.framer-v-1x5bvrw .framer-smmw56 { flex: none; gap: 24px; padding: 0px; width: 100%; }\",\".framer-ROx3H.framer-v-1x5bvrw .framer-7rk2cs { flex-direction: row; gap: 3px; }\",\".framer-ROx3H.framer-v-1x5bvrw .framer-l6xipx, .framer-ROx3H.framer-v-1x5bvrw .framer-1xpi2y2 { flex: 1 0 0px; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ROx3H.framer-v-1x5bvrw.framer-24vto2, .framer-ROx3H.framer-v-1x5bvrw .framer-f7ndr6, .framer-ROx3H.framer-v-1x5bvrw .framer-6zwi9w, .framer-ROx3H.framer-v-1x5bvrw .framer-1g1jdic, .framer-ROx3H.framer-v-1x5bvrw .framer-smmw56, .framer-ROx3H.framer-v-1x5bvrw .framer-7rk2cs { gap: 0px; } .framer-ROx3H.framer-v-1x5bvrw.framer-24vto2 > *, .framer-ROx3H.framer-v-1x5bvrw .framer-6zwi9w > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-ROx3H.framer-v-1x5bvrw.framer-24vto2 > :first-child, .framer-ROx3H.framer-v-1x5bvrw .framer-f7ndr6 > :first-child, .framer-ROx3H.framer-v-1x5bvrw .framer-6zwi9w > :first-child, .framer-ROx3H.framer-v-1x5bvrw .framer-smmw56 > :first-child { margin-top: 0px; } .framer-ROx3H.framer-v-1x5bvrw.framer-24vto2 > :last-child, .framer-ROx3H.framer-v-1x5bvrw .framer-f7ndr6 > :last-child, .framer-ROx3H.framer-v-1x5bvrw .framer-6zwi9w > :last-child, .framer-ROx3H.framer-v-1x5bvrw .framer-smmw56 > :last-child { margin-bottom: 0px; } .framer-ROx3H.framer-v-1x5bvrw .framer-f7ndr6 > *, .framer-ROx3H.framer-v-1x5bvrw .framer-smmw56 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-ROx3H.framer-v-1x5bvrw .framer-1g1jdic > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-ROx3H.framer-v-1x5bvrw .framer-1g1jdic > :first-child, .framer-ROx3H.framer-v-1x5bvrw .framer-7rk2cs > :first-child { margin-left: 0px; } .framer-ROx3H.framer-v-1x5bvrw .framer-1g1jdic > :last-child, .framer-ROx3H.framer-v-1x5bvrw .framer-7rk2cs > :last-child { margin-right: 0px; } .framer-ROx3H.framer-v-1x5bvrw .framer-7rk2cs > * { margin: 0px; margin-left: calc(3px / 2); margin-right: calc(3px / 2); } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 610\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"gEutbYlF3\":{\"layout\":[\"fixed\",\"fixed\"]},\"K1YCUouay\":{\"layout\":[\"fixed\",\"fixed\"]},\"nynSubvlU\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"ByjJaPCVb\":\"link\",\"k1yAmkNQS\":\"link2\",\"Zx0MrjoKN\":\"link3\",\"Q_HEMMXW5\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerfmMEV71Xr=withCSS(Component,css,\"framer-ROx3H\");export default FramerfmMEV71Xr;FramerfmMEV71Xr.displayName=\"Footer\";FramerfmMEV71Xr.defaultProps={height:610,width:1440};addPropertyControls(FramerfmMEV71Xr,{variant:{options:[\"CnkWqCMuk\",\"gEutbYlF3\",\"K1YCUouay\",\"nynSubvlU\"],optionTitles:[\"1440\",\"1024\",\"810\",\"390\"],title:\"Variant\",type:ControlType.Enum},ByjJaPCVb:{title:\"Link\",type:ControlType.Link},k1yAmkNQS:{title:\"Link 2\",type:ControlType.Link},Zx0MrjoKN:{title:\"Link 3\",type:ControlType.Link},Q_HEMMXW5:{__defaultAssetReference:\"data:framer/asset-reference,cK4mE8H7EcgJJeqVarQ4x7Iyknw.png?originalFilename=texture_white.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramerfmMEV71Xr,[{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\"},{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/BkDpl4ghaqvMi1btKFyG2tdbec.woff2\",weight:\"300\"},{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/zAMK70AQRFSShJgUiaR5IiIhgzk.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/IETjvc5qzUaRoaruDpPSwCUM8.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/oLCoaT3ioA0fHdJnWR9W6k7NY.woff2\",weight:\"300\"},{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/Sj0PCHQSBjFmEp6NBWg6FNaKc.woff2\",weight:\"300\"},{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/v2q8JTTTs7McDMSEhnxAIBqd0.woff2\",weight:\"300\"},{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/H4TfENUY1rh8R9UaSD6vngjJP3M.woff2\",weight:\"300\"}]},...ButtonFonts,...LocaleSelectorFonts,...MaterialFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfmMEV71Xr\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"610\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"ByjJaPCVb\\\":\\\"link\\\",\\\"k1yAmkNQS\\\":\\\"link2\\\",\\\"Zx0MrjoKN\\\":\\\"link3\\\",\\\"Q_HEMMXW5\\\":\\\"image\\\"}\",\"framerIntrinsicWidth\":\"1440\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gEutbYlF3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"K1YCUouay\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nynSubvlU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (0b5b7f5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as localizedValues from\"./fVNoTjAwI-0.js\";import Button from\"https://framerusercontent.com/modules/wJTCRHgATezuoKD8wDzY/MgVAnovqKeNKXrNZPwkN/kePbQSegy.js\";const ButtonFonts=getFonts(Button);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const ButtonControls=getPropertyControls(Button);const cycleOrder=[\"Ez5A9DCwe\",\"vvo_Q66a0\"];const serializationHash=\"framer-KvkKv\";const variantClassNames={Ez5A9DCwe:\"framer-v-p2yk4t\",vvo_Q66a0:\"framer-v-ild9j6\"};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 valuesByLocaleId={UUSKxe03d:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:50,delay:.6,mass:1,stiffness:200,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-20};const transition2={damping:60,delay:0,mass:1,stiffness:500,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 humanReadableEnumMap={\"Fill - arrow\":\"A1N6hzIqZ\",Fill:\"C7UPgEgFf\",Stroke:\"JtrBW2aFR\",Text:\"ATwbxr34b\"};const humanReadableVariantMap={Desktop:\"Ez5A9DCwe\",Mobile:\"vvo_Q66a0\"};const getProps=({_1Link,_1Text,_1Visible,_2Link,_2Text,_2Visible,_3Link,_3Text,_3Visible,_4Link,_4Text,_4Visible,_5Background,_5BackgroundHover,_5Border,_5Link,_5Text,_5TextColor,_5TextColorHover,_5Variant,_5Visible,height,id,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_ref6,_ref7,_ref8,_ref9,_ref10,_ref11,_humanReadableEnumMap__5Variant,_ref12,_ref13,_humanReadableVariantMap_props_variant,_ref14,_ref15,_ref16,_ref17;return{...props,aLW_ydxrm:(_ref=_2Text!==null&&_2Text!==void 0?_2Text:props.aLW_ydxrm)!==null&&_ref!==void 0?_ref:\"\\xc0 propos\",EJGtqCu88:(_ref1=_1Text!==null&&_1Text!==void 0?_1Text:props.EJGtqCu88)!==null&&_ref1!==void 0?_ref1:\"Projets\",fK01VA3ZO:(_ref2=_5Border!==null&&_5Border!==void 0?_5Border:props.fK01VA3ZO)!==null&&_ref2!==void 0?_ref2:{borderColor:'var(--token-35b69123-b0b8-4585-96fd-77f273f23b6e, rgb(219, 213, 199)) /* {\"name\":\"Bone\"} */',borderStyle:\"solid\",borderWidth:2},Ghmnnj9ii:(_ref3=_4Text!==null&&_4Text!==void 0?_4Text:props.Ghmnnj9ii)!==null&&_ref3!==void 0?_ref3:\"Contactez-nous\",hJI_ZdN3X:(_ref4=_4Visible!==null&&_4Visible!==void 0?_4Visible:props.hJI_ZdN3X)!==null&&_ref4!==void 0?_ref4:true,JwueQfOlI:(_ref5=_5TextColorHover!==null&&_5TextColorHover!==void 0?_5TextColorHover:props.JwueQfOlI)!==null&&_ref5!==void 0?_ref5:\"rgb(0, 0, 0)\",LhOXMDyq3:(_ref6=_3Text!==null&&_3Text!==void 0?_3Text:props.LhOXMDyq3)!==null&&_ref6!==void 0?_ref6:\"Services\",MbVfGzMJb:(_ref7=_5Text!==null&&_5Text!==void 0?_5Text:props.MbVfGzMJb)!==null&&_ref7!==void 0?_ref7:\"Prenez rendez-vous\",n5XzIxr1N:(_ref8=_5TextColor!==null&&_5TextColor!==void 0?_5TextColor:props.n5XzIxr1N)!==null&&_ref8!==void 0?_ref8:\"var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241))\",nB5a1woKL:_2Link!==null&&_2Link!==void 0?_2Link:props.nB5a1woKL,P88PgRDHd:(_ref9=_5Visible!==null&&_5Visible!==void 0?_5Visible:props.P88PgRDHd)!==null&&_ref9!==void 0?_ref9:true,Q5p_iLGVe:(_ref10=_3Visible!==null&&_3Visible!==void 0?_3Visible:props.Q5p_iLGVe)!==null&&_ref10!==void 0?_ref10:true,qIkbMdOOa:_5Link!==null&&_5Link!==void 0?_5Link:props.qIkbMdOOa,R3KpJDDKU:(_ref11=_1Visible!==null&&_1Visible!==void 0?_1Visible:props.R3KpJDDKU)!==null&&_ref11!==void 0?_ref11:true,TSGMaywYE:_3Link!==null&&_3Link!==void 0?_3Link:props.TSGMaywYE,UmQ8iavrq:(_ref13=(_ref12=(_humanReadableEnumMap__5Variant=humanReadableEnumMap[_5Variant])!==null&&_humanReadableEnumMap__5Variant!==void 0?_humanReadableEnumMap__5Variant:_5Variant)!==null&&_ref12!==void 0?_ref12:props.UmQ8iavrq)!==null&&_ref13!==void 0?_ref13:\"C7UPgEgFf\",variant:(_ref14=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref14!==void 0?_ref14:\"Ez5A9DCwe\",vRsIuuCRH:_1Link!==null&&_1Link!==void 0?_1Link:props.vRsIuuCRH,vXD425vod:(_ref15=_5Background!==null&&_5Background!==void 0?_5Background:props.vXD425vod)!==null&&_ref15!==void 0?_ref15:\"rgb(212, 113, 17)\",VxrABwWot:_4Link!==null&&_4Link!==void 0?_4Link:props.VxrABwWot,ysl6LVq8o:(_ref16=_5BackgroundHover!==null&&_5BackgroundHover!==void 0?_5BackgroundHover:props.ysl6LVq8o)!==null&&_ref16!==void 0?_ref16:\"rgb(193, 105, 16)\",zwqgS8rJZ:(_ref17=_2Visible!==null&&_2Visible!==void 0?_2Visible:props.zwqgS8rJZ)!==null&&_ref17!==void 0?_ref17:true};};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,R3KpJDDKU,EJGtqCu88,vRsIuuCRH,zwqgS8rJZ,aLW_ydxrm,nB5a1woKL,Q5p_iLGVe,LhOXMDyq3,TSGMaywYE,hJI_ZdN3X,Ghmnnj9ii,VxrABwWot,P88PgRDHd,MbVfGzMJb,UmQ8iavrq,vXD425vod,ysl6LVq8o,n5XzIxr1N,fK01VA3ZO,JwueQfOlI,qIkbMdOOa,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Ez5A9DCwe\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"vvo_Q66a0\")return false;return true;};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:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{...restProps,...gestureHandlers,__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(serializationHash,...sharedStyleClassNames,\"framer-p2yk4t\",className,classNames),\"data-framer-appear-id\":\"p2yk4t\",\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"Ez5A9DCwe\",optimized:true,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({vvo_Q66a0:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-f0w8sc framer-118hc4o\",\"data-framer-name\":\"Logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"KLfy62nqA\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 199 30\"><path d=\"M 14.207 15.053 L 12.25 15.605 C 12.058 15.053 11.786 14.553 11.434 14.105 C 11.082 13.657 10.622 13.301 10.054 13.037 C 9.494 12.773 8.797 12.64 7.965 12.64 C 6.717 12.64 5.693 12.937 4.893 13.529 C 4.092 14.121 3.692 14.885 3.692 15.821 C 3.692 16.613 3.964 17.258 4.508 17.754 C 5.061 18.242 5.909 18.63 7.053 18.918 L 9.838 19.602 C 11.382 19.978 12.538 20.574 13.307 21.39 C 14.083 22.207 14.471 23.231 14.471 24.463 C 14.471 25.503 14.183 26.428 13.607 27.236 C 13.03 28.044 12.226 28.68 11.194 29.144 C 10.17 29.601 8.982 29.828 7.629 29.828 C 5.829 29.828 4.344 29.424 3.176 28.616 C 2.008 27.8 1.26 26.624 0.932 25.087 L 2.984 24.583 C 3.248 25.68 3.764 26.508 4.532 27.068 C 5.309 27.628 6.329 27.908 7.593 27.908 C 9.01 27.908 10.142 27.592 10.99 26.96 C 11.838 26.32 12.262 25.52 12.262 24.559 C 12.262 23.815 12.014 23.191 11.518 22.687 C 11.022 22.175 10.27 21.799 9.262 21.559 L 6.249 20.838 C 4.649 20.454 3.464 19.846 2.696 19.014 C 1.928 18.182 1.544 17.149 1.544 15.917 C 1.544 14.901 1.82 14.009 2.372 13.241 C 2.924 12.464 3.684 11.856 4.653 11.416 C 5.621 10.976 6.725 10.756 7.965 10.756 C 9.654 10.756 11.002 11.14 12.01 11.908 C 13.027 12.668 13.759 13.717 14.207 15.053 Z\" fill=\"rgb(60,94,57)\"></path><path d=\"M 26.411 11.008 L 26.411 12.868 L 17.613 12.868 L 17.613 11.008 Z M 20.361 6.591 L 22.51 6.591 L 22.51 24.631 C 22.51 25.399 22.642 26.004 22.906 26.444 C 23.17 26.876 23.514 27.184 23.938 27.368 C 24.362 27.544 24.814 27.632 25.294 27.632 C 25.575 27.632 25.815 27.616 26.015 27.584 C 26.215 27.544 26.391 27.504 26.543 27.464 L 26.999 29.396 C 26.791 29.477 26.535 29.549 26.231 29.613 C 25.927 29.684 25.551 29.721 25.102 29.721 C 24.318 29.721 23.562 29.549 22.834 29.204 C 22.114 28.86 21.522 28.348 21.057 27.668 C 20.593 26.988 20.361 26.144 20.361 25.135 Z\" fill=\"rgb(60,94,57)\"></path><path d=\"M 42.978 22.399 L 42.978 11.008 L 45.114 11.008 L 45.114 29.444 L 42.978 29.444 L 42.978 26.384 L 42.81 26.384 C 42.377 27.328 41.693 28.116 40.757 28.748 C 39.821 29.372 38.677 29.684 37.324 29.684 C 36.148 29.684 35.104 29.428 34.191 28.916 C 33.279 28.396 32.563 27.636 32.043 26.636 C 31.523 25.636 31.263 24.407 31.263 22.951 L 31.263 11.008 L 33.399 11.008 L 33.399 22.819 C 33.399 24.259 33.823 25.419 34.672 26.3 C 35.52 27.172 36.608 27.608 37.936 27.608 C 38.769 27.608 39.569 27.408 40.337 27.008 C 41.105 26.608 41.737 26.024 42.233 25.256 C 42.73 24.479 42.978 23.527 42.978 22.399 Z\" fill=\"rgb(60,94,57)\"></path><path d=\"M 57.408 29.828 C 55.896 29.828 54.571 29.428 53.435 28.628 C 52.299 27.828 51.411 26.712 50.77 25.279 C 50.138 23.847 49.822 22.179 49.822 20.274 C 49.822 18.378 50.138 16.717 50.77 15.293 C 51.411 13.861 52.303 12.748 53.447 11.956 C 54.591 11.156 55.924 10.756 57.444 10.756 C 58.564 10.756 59.496 10.956 60.241 11.356 C 60.985 11.748 61.581 12.236 62.029 12.82 C 62.477 13.405 62.825 13.973 63.073 14.525 L 63.265 14.525 L 63.265 4.863 L 65.414 4.863 L 65.414 29.444 L 63.325 29.444 L 63.325 26.024 L 63.073 26.024 C 62.825 26.584 62.473 27.16 62.017 27.752 C 61.561 28.336 60.957 28.828 60.205 29.228 C 59.461 29.628 58.528 29.828 57.408 29.828 Z M 57.66 27.872 C 58.852 27.872 59.869 27.548 60.709 26.9 C 61.549 26.244 62.189 25.344 62.629 24.199 C 63.077 23.047 63.301 21.727 63.301 20.238 C 63.301 18.766 63.081 17.466 62.641 16.337 C 62.201 15.201 61.561 14.313 60.721 13.673 C 59.881 13.025 58.86 12.701 57.66 12.701 C 56.428 12.701 55.387 13.037 54.539 13.709 C 53.699 14.373 53.059 15.273 52.619 16.409 C 52.187 17.546 51.971 18.822 51.971 20.238 C 51.971 21.671 52.191 22.963 52.631 24.115 C 53.071 25.268 53.711 26.184 54.551 26.864 C 55.399 27.536 56.436 27.872 57.66 27.872 Z\" fill=\"rgb(60,94,57)\"></path><path d=\"M 71.523 29.444 L 71.523 11.008 L 73.672 11.008 L 73.672 29.444 Z M 72.616 7.839 C 72.175 7.839 71.799 7.691 71.487 7.395 C 71.175 7.091 71.019 6.727 71.019 6.303 C 71.019 5.879 71.175 5.519 71.487 5.223 C 71.799 4.919 72.175 4.767 72.616 4.767 C 73.056 4.767 73.432 4.919 73.744 5.223 C 74.056 5.519 74.212 5.879 74.212 6.303 C 74.212 6.727 74.056 7.091 73.744 7.395 C 73.432 7.691 73.056 7.839 72.616 7.839 Z\" fill=\"rgb(60,94,57)\"></path><path d=\"M 126.075 27.077 L 125.557 29 L 115.98 29 L 115.684 27.077 L 119.049 25.857 L 117.977 20.791 L 114.168 20.68 L 109.731 20.791 L 108.843 22.936 L 108.104 26.19 L 111.58 27.077 L 111.284 29 L 102.409 29 L 102.113 27.077 L 104.48 26.005 L 112.171 8.662 L 113.724 3.115 L 118.494 2.82 L 124.004 26.19 Z M 115.203 6.85 L 110.655 18.35 L 114.427 18.424 L 117.496 18.35 Z\" fill=\"rgb(60,94,57)\"></path><path d=\"M 135.342 28.889 L 128.686 29.37 C 128.636 29 128.599 28.618 128.575 28.223 C 128.55 27.804 128.538 27.361 128.538 26.892 C 128.538 26.424 128.562 25.919 128.612 25.376 C 128.661 24.834 128.772 23.971 128.944 22.788 L 130.904 9.956 L 131.274 4.41 L 129.166 3.411 L 129.647 1.415 L 136.969 0.823 L 135.526 6.48 L 133.641 19.793 L 133.419 26.227 L 135.6 26.892 Z\" fill=\"rgb(60,94,57)\"></path><path d=\"M 145.561 28.889 L 138.905 29.37 C 138.856 29 138.819 28.618 138.794 28.223 C 138.769 27.804 138.757 27.361 138.757 26.892 C 138.757 26.424 138.782 25.919 138.831 25.376 C 138.88 24.834 138.991 23.971 139.164 22.788 L 141.124 9.956 L 141.493 4.41 L 139.386 3.411 L 139.866 1.415 L 147.188 0.823 L 145.746 6.48 L 143.86 19.793 L 143.638 26.227 L 145.82 26.892 Z\" fill=\"rgb(60,94,57)\"></path><path d=\"M 164.803 17.389 C 164.803 18.893 164.581 20.36 164.137 21.789 C 163.718 23.219 163.102 24.513 162.289 25.672 C 161.475 26.806 160.452 27.706 159.219 28.371 C 157.987 29.037 156.582 29.37 155.004 29.37 C 152.835 29.37 151.158 28.741 149.975 27.484 C 148.816 26.202 148.237 24.439 148.237 22.196 C 148.237 20.742 148.459 19.312 148.903 17.907 C 149.346 16.477 149.987 15.195 150.825 14.061 C 151.688 12.902 152.736 11.978 153.969 11.288 C 155.226 10.597 156.68 10.252 158.332 10.252 C 160.403 10.252 161.993 10.881 163.102 12.138 C 164.236 13.395 164.803 15.146 164.803 17.389 Z M 153.044 21.494 C 153.044 23.342 153.278 24.674 153.747 25.487 C 154.215 26.301 154.942 26.707 155.928 26.707 C 156.693 26.707 157.334 26.473 157.851 26.005 C 158.369 25.536 158.788 24.908 159.108 24.119 C 159.429 23.305 159.651 22.393 159.774 21.383 C 159.922 20.372 159.996 19.336 159.996 18.276 C 159.996 16.477 159.799 15.133 159.404 14.246 C 159.01 13.334 158.295 12.878 157.26 12.878 C 156.471 12.878 155.805 13.137 155.263 13.654 C 154.745 14.147 154.314 14.813 153.969 15.651 C 153.648 16.489 153.414 17.414 153.266 18.424 C 153.118 19.435 153.044 20.458 153.044 21.494 Z\" fill=\"rgb(60,94,57)\"></path><path d=\"M 172.451 29 L 167.903 29.333 L 169.678 13.876 L 167.274 12.619 L 167.755 10.659 L 173.857 10.289 C 173.906 10.536 173.943 10.832 173.967 11.177 C 174.017 11.522 174.041 11.855 174.041 12.175 C 174.041 12.742 173.98 13.469 173.857 14.357 C 173.758 15.244 173.622 16.23 173.45 17.315 C 173.302 18.375 173.105 19.46 172.858 20.569 C 173.573 18.375 174.214 16.6 174.781 15.244 C 175.373 13.864 175.94 12.804 176.482 12.064 C 177.024 11.325 177.579 10.819 178.146 10.548 C 178.738 10.252 179.379 10.104 180.069 10.104 L 180.882 14.8 L 177.222 15.614 C 176.433 16.477 175.656 17.561 174.892 18.868 C 174.152 20.175 173.363 21.95 172.525 24.193 Z\" fill=\"rgb(60,94,57)\"></path><path d=\"M 197.78 28.889 L 191.42 29.37 C 191.371 29 191.334 28.63 191.309 28.26 C 191.285 27.965 191.272 27.644 191.272 27.299 C 191.272 26.954 191.285 26.596 191.309 26.227 C 191.334 25.734 191.358 25.216 191.383 24.674 C 191.432 24.107 191.506 23.49 191.605 22.825 C 190.915 24.328 190.212 25.561 189.497 26.522 C 188.782 27.484 188.055 28.199 187.316 28.667 C 186.576 29.136 185.836 29.37 185.097 29.37 C 183.963 29.37 183.001 28.951 182.213 28.113 C 181.424 27.25 180.968 25.943 180.844 24.193 C 180.82 23.774 180.807 23.342 180.807 22.899 C 180.857 21.099 181.153 19.435 181.695 17.907 C 182.262 16.354 183.051 15.01 184.062 13.876 C 185.072 12.742 186.268 11.867 187.648 11.251 C 189.029 10.61 190.557 10.289 192.234 10.289 C 193.343 10.289 194.428 10.412 195.488 10.659 C 196.548 10.905 197.423 11.164 198.113 11.435 L 196.412 18.979 L 196.301 19.94 L 195.747 26.19 L 198.076 26.892 Z M 185.43 21.937 C 185.43 23.096 185.59 23.959 185.91 24.526 C 186.231 25.068 186.687 25.339 187.279 25.339 C 187.92 25.339 188.647 24.846 189.46 23.86 C 190.274 22.849 191.174 21.148 192.16 18.757 C 192.184 18.535 192.221 18.313 192.271 18.092 C 192.32 17.845 192.369 17.611 192.419 17.389 L 192.862 13.802 C 192.221 13.334 191.42 13.1 190.459 13.1 C 189.793 13.1 189.152 13.309 188.536 13.728 C 187.944 14.147 187.414 14.751 186.946 15.54 C 186.477 16.304 186.108 17.229 185.836 18.313 C 185.565 19.398 185.43 20.606 185.43 21.937 Z\" fill=\"rgb(60,94,57)\"></path><path d=\"M 78.156 19.611 C 78.156 14.426 82.36 10.222 87.545 10.222 C 92.73 10.222 96.934 14.426 96.934 19.611 C 96.934 24.796 92.73 29 87.545 29 C 82.36 29 78.156 24.796 78.156 19.611 Z\" fill=\"rgb(212,113,17)\"></path></svg>',svgContentId:9970249354,withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-m1qr3f\",\"data-framer-name\":\"Navigation\",layoutDependency:layoutDependency,layoutId:\"XjyJOxUAK\",children:[R3KpJDDKU&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4ro5v8-container\",layoutDependency:layoutDependency,layoutId:\"ke70sPjXu-container\",children:/*#__PURE__*/_jsx(Button,{FDCX2pCXK:\"var(--token-35b69123-b0b8-4585-96fd-77f273f23b6e, rgb(219, 213, 199))\",height:\"100%\",id:\"ke70sPjXu\",JQYCfmqza:{borderColor:'var(--token-35b69123-b0b8-4585-96fd-77f273f23b6e, rgb(219, 213, 199)) /* {\"name\":\"Bone\"} */',borderStyle:\"solid\",borderWidth:2},layoutId:\"ke70sPjXu\",O9TkxEGXu:vRsIuuCRH,style:{height:\"100%\"},T1ZcP8a2e:EJGtqCu88,tFO6383qU:\"rgb(212, 113, 17)\",TVn6vwsTh:\"rgb(0, 0, 0)\",UnPX2bU2F:\"var(--token-31ddeda0-db9f-40b5-a3dc-2e3033c2a0eb, rgb(60, 94, 57))\",variant:\"ATwbxr34b\",width:\"100%\",YrAuDyvlG:false})})}),zwqgS8rJZ&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d725ah-container\",layoutDependency:layoutDependency,layoutId:\"mv67SnxA_-container\",children:/*#__PURE__*/_jsx(Button,{FDCX2pCXK:\"var(--token-35b69123-b0b8-4585-96fd-77f273f23b6e, rgb(219, 213, 199))\",height:\"100%\",id:\"mv67SnxA_\",JQYCfmqza:{borderColor:'var(--token-35b69123-b0b8-4585-96fd-77f273f23b6e, rgb(219, 213, 199)) /* {\"name\":\"Bone\"} */',borderStyle:\"solid\",borderWidth:2},layoutId:\"mv67SnxA_\",O9TkxEGXu:nB5a1woKL,style:{height:\"100%\"},T1ZcP8a2e:aLW_ydxrm,tFO6383qU:\"rgb(212, 113, 17)\",TVn6vwsTh:\"rgb(0, 0, 0)\",UnPX2bU2F:\"var(--token-31ddeda0-db9f-40b5-a3dc-2e3033c2a0eb, rgb(60, 94, 57))\",variant:\"ATwbxr34b\",width:\"100%\",YrAuDyvlG:false})})}),Q5p_iLGVe&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ar6jw6-container\",layoutDependency:layoutDependency,layoutId:\"q4VdQX9VN-container\",children:/*#__PURE__*/_jsx(Button,{FDCX2pCXK:\"var(--token-35b69123-b0b8-4585-96fd-77f273f23b6e, rgb(219, 213, 199))\",height:\"100%\",id:\"q4VdQX9VN\",JQYCfmqza:{borderColor:'var(--token-35b69123-b0b8-4585-96fd-77f273f23b6e, rgb(219, 213, 199)) /* {\"name\":\"Bone\"} */',borderStyle:\"solid\",borderWidth:2},layoutId:\"q4VdQX9VN\",O9TkxEGXu:TSGMaywYE,style:{height:\"100%\"},T1ZcP8a2e:LhOXMDyq3,tFO6383qU:\"rgb(212, 113, 17)\",TVn6vwsTh:\"rgb(0, 0, 0)\",UnPX2bU2F:\"var(--token-31ddeda0-db9f-40b5-a3dc-2e3033c2a0eb, rgb(60, 94, 57))\",variant:\"ATwbxr34b\",width:\"100%\",YrAuDyvlG:false})})}),hJI_ZdN3X&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19qolir-container\",layoutDependency:layoutDependency,layoutId:\"PnW8khej2-container\",children:/*#__PURE__*/_jsx(Button,{FDCX2pCXK:\"var(--token-35b69123-b0b8-4585-96fd-77f273f23b6e, rgb(219, 213, 199))\",height:\"100%\",id:\"PnW8khej2\",JQYCfmqza:{borderColor:'var(--token-35b69123-b0b8-4585-96fd-77f273f23b6e, rgb(219, 213, 199)) /* {\"name\":\"Bone\"} */',borderStyle:\"solid\",borderWidth:2},layoutId:\"PnW8khej2\",O9TkxEGXu:VxrABwWot,style:{height:\"100%\"},T1ZcP8a2e:Ghmnnj9ii,tFO6383qU:\"rgb(212, 113, 17)\",TVn6vwsTh:\"rgb(0, 0, 0)\",UnPX2bU2F:\"var(--token-31ddeda0-db9f-40b5-a3dc-2e3033c2a0eb, rgb(60, 94, 57))\",variant:\"ATwbxr34b\",width:\"100%\",YrAuDyvlG:false})})}),P88PgRDHd&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xr5l7p-container\",layoutDependency:layoutDependency,layoutId:\"Qq3rkilhW-container\",children:/*#__PURE__*/_jsx(Button,{FDCX2pCXK:ysl6LVq8o,height:\"100%\",id:\"Qq3rkilhW\",JQYCfmqza:fK01VA3ZO,layoutId:\"Qq3rkilhW\",O9TkxEGXu:qIkbMdOOa,style:{height:\"100%\"},T1ZcP8a2e:MbVfGzMJb,tFO6383qU:vXD425vod,TVn6vwsTh:JwueQfOlI,UnPX2bU2F:n5XzIxr1N,variant:UmQ8iavrq,width:\"100%\",YrAuDyvlG:true})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-KvkKv.framer-118hc4o, .framer-KvkKv .framer-118hc4o { display: block; }\",\".framer-KvkKv.framer-p2yk4t { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1344px; }\",\".framer-KvkKv .framer-f0w8sc { flex: none; height: 30px; position: relative; text-decoration: none; width: 199px; }\",\".framer-KvkKv .framer-m1qr3f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 48px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-KvkKv .framer-4ro5v8-container, .framer-KvkKv .framer-1d725ah-container, .framer-KvkKv .framer-1ar6jw6-container, .framer-KvkKv .framer-19qolir-container, .framer-KvkKv .framer-xr5l7p-container { flex: none; height: 48px; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-KvkKv .framer-m1qr3f { gap: 0px; } .framer-KvkKv .framer-m1qr3f > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-KvkKv .framer-m1qr3f > :first-child { margin-left: 0px; } .framer-KvkKv .framer-m1qr3f > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 1344\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"vvo_Q66a0\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"R3KpJDDKU\":\"_1Visible\",\"EJGtqCu88\":\"_1Text\",\"vRsIuuCRH\":\"_1Link\",\"zwqgS8rJZ\":\"_2Visible\",\"aLW_ydxrm\":\"_2Text\",\"nB5a1woKL\":\"_2Link\",\"Q5p_iLGVe\":\"_3Visible\",\"LhOXMDyq3\":\"_3Text\",\"TSGMaywYE\":\"_3Link\",\"hJI_ZdN3X\":\"_4Visible\",\"Ghmnnj9ii\":\"_4Text\",\"VxrABwWot\":\"_4Link\",\"P88PgRDHd\":\"_5Visible\",\"MbVfGzMJb\":\"_5Text\",\"UmQ8iavrq\":\"_5Variant\",\"vXD425vod\":\"_5Background\",\"ysl6LVq8o\":\"_5BackgroundHover\",\"n5XzIxr1N\":\"_5TextColor\",\"fK01VA3ZO\":\"_5Border\",\"JwueQfOlI\":\"_5TextColorHover\",\"qIkbMdOOa\":\"_5Link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerfVNoTjAwI=withCSS(Component,css,\"framer-KvkKv\");export default FramerfVNoTjAwI;FramerfVNoTjAwI.displayName=\"Menu\";FramerfVNoTjAwI.defaultProps={height:48,width:1344};addPropertyControls(FramerfVNoTjAwI,{variant:{options:[\"Ez5A9DCwe\",\"vvo_Q66a0\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},R3KpJDDKU:{defaultValue:true,title:\"1 - Visible\",type:ControlType.Boolean},EJGtqCu88:{defaultValue:\"Projets\",displayTextArea:false,title:\"1 - Text\",type:ControlType.String},vRsIuuCRH:{title:\"1 - Link\",type:ControlType.Link},zwqgS8rJZ:{defaultValue:true,title:\"2 - Visible\",type:ControlType.Boolean},aLW_ydxrm:{defaultValue:\"\\xc0 propos\",displayTextArea:false,title:\"2 - Text\",type:ControlType.String},nB5a1woKL:{title:\"2 - Link\",type:ControlType.Link},Q5p_iLGVe:{defaultValue:true,title:\"3 - Visible\",type:ControlType.Boolean},LhOXMDyq3:{defaultValue:\"Services\",displayTextArea:false,title:\"3 - Text\",type:ControlType.String},TSGMaywYE:{title:\"3 - Link\",type:ControlType.Link},hJI_ZdN3X:{defaultValue:true,title:\"4 - Visible\",type:ControlType.Boolean},Ghmnnj9ii:{defaultValue:\"Contactez-nous\",displayTextArea:false,title:\"4 - Text\",type:ControlType.String},VxrABwWot:{title:\"4 - Link\",type:ControlType.Link},P88PgRDHd:{defaultValue:true,title:\"5 - Visible\",type:ControlType.Boolean},MbVfGzMJb:{defaultValue:\"Prenez rendez-vous\",displayTextArea:false,title:\"5 - Text\",type:ControlType.String},UmQ8iavrq:(ButtonControls===null||ButtonControls===void 0?void 0:ButtonControls[\"variant\"])&&{...ButtonControls[\"variant\"],defaultValue:\"C7UPgEgFf\",description:undefined,hidden:undefined,title:\"5 - Variant\"},vXD425vod:{defaultValue:\"rgb(212, 113, 17)\",title:\"5 - Background\",type:ControlType.Color},ysl6LVq8o:{defaultValue:\"rgb(193, 105, 16)\",title:\"5 - Background Hover\",type:ControlType.Color},n5XzIxr1N:{defaultValue:\"var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241))\",title:\"5 - Text Color\",type:ControlType.Color},fK01VA3ZO:{defaultValue:{borderColor:'var(--token-35b69123-b0b8-4585-96fd-77f273f23b6e, rgb(219, 213, 199)) /* {\"name\":\"Bone\"} */',borderStyle:\"solid\",borderWidth:2},title:\"5 - Border\",type:ControlType.Border},JwueQfOlI:{defaultValue:\"rgb(0, 0, 0)\",title:\"5 - Text Color Hover\",type:ControlType.Color},qIkbMdOOa:{title:\"5 - Link\",type:ControlType.Link}});addFonts(FramerfVNoTjAwI,[{explicitInter:true,fonts:[]},...ButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfVNoTjAwI\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"R3KpJDDKU\\\":\\\"_1Visible\\\",\\\"EJGtqCu88\\\":\\\"_1Text\\\",\\\"vRsIuuCRH\\\":\\\"_1Link\\\",\\\"zwqgS8rJZ\\\":\\\"_2Visible\\\",\\\"aLW_ydxrm\\\":\\\"_2Text\\\",\\\"nB5a1woKL\\\":\\\"_2Link\\\",\\\"Q5p_iLGVe\\\":\\\"_3Visible\\\",\\\"LhOXMDyq3\\\":\\\"_3Text\\\",\\\"TSGMaywYE\\\":\\\"_3Link\\\",\\\"hJI_ZdN3X\\\":\\\"_4Visible\\\",\\\"Ghmnnj9ii\\\":\\\"_4Text\\\",\\\"VxrABwWot\\\":\\\"_4Link\\\",\\\"P88PgRDHd\\\":\\\"_5Visible\\\",\\\"MbVfGzMJb\\\":\\\"_5Text\\\",\\\"UmQ8iavrq\\\":\\\"_5Variant\\\",\\\"vXD425vod\\\":\\\"_5Background\\\",\\\"ysl6LVq8o\\\":\\\"_5BackgroundHover\\\",\\\"n5XzIxr1N\\\":\\\"_5TextColor\\\",\\\"fK01VA3ZO\\\":\\\"_5Border\\\",\\\"JwueQfOlI\\\":\\\"_5TextColorHover\\\",\\\"qIkbMdOOa\\\":\\\"_5Link\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vvo_Q66a0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"48\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1344\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./fVNoTjAwI.map", "// Generated by Framer (1d71865)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as localizedValues from\"./Iah_A2jtv-0.js\";import Button from\"https://framerusercontent.com/modules/wJTCRHgATezuoKD8wDzY/MgVAnovqKeNKXrNZPwkN/kePbQSegy.js\";const ButtonFonts=getFonts(Button);const ButtonControls=getPropertyControls(Button);const cycleOrder=[\"fyK7Noczm\"];const serializationHash=\"framer-7cMhS\";const variantClassNames={fyK7Noczm:\"framer-v-u5e4s5\"};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 valuesByLocaleId={UUSKxe03d:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={delay:0,duration:.6,ease:[0,.36,.23,1.17],type:\"tween\"};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 humanReadableEnumMap={\"Fill - arrow\":\"A1N6hzIqZ\",Fill:\"C7UPgEgFf\",Stroke:\"JtrBW2aFR\",Text:\"ATwbxr34b\"};const getProps=({_1Link,_1Text,_1Visible,_2Link,_2Text,_2Visible,_3Link,_3Text,_3Visible,_4Link,_4Text,_4Visible,_5Background,_5BackgroundHover,_5Border,_5Link,_5NewTab,_5Text,_5TextColor,_5TextColorHover,_5Variant,_5Visible,height,id,width,...props})=>{var _ref,_ref1,_humanReadableEnumMap__5Variant,_ref2,_ref3,_ref4,_ref5,_ref6,_ref7,_ref8,_ref9,_ref10,_ref11,_ref12,_ref13,_ref14,_ref15,_ref16;return{...props,a5ry7NIlM:(_ref=_1Visible!==null&&_1Visible!==void 0?_1Visible:props.a5ry7NIlM)!==null&&_ref!==void 0?_ref:true,ApA1u4sN_:_5Link!==null&&_5Link!==void 0?_5Link:props.ApA1u4sN_,C_7PhNpSI:_3Link!==null&&_3Link!==void 0?_3Link:props.C_7PhNpSI,eLJ0xyolP:(_ref1=_5Visible!==null&&_5Visible!==void 0?_5Visible:props.eLJ0xyolP)!==null&&_ref1!==void 0?_ref1:true,ePzjIgKv6:_4Link!==null&&_4Link!==void 0?_4Link:props.ePzjIgKv6,fEK50Cblq:(_ref3=(_ref2=(_humanReadableEnumMap__5Variant=humanReadableEnumMap[_5Variant])!==null&&_humanReadableEnumMap__5Variant!==void 0?_humanReadableEnumMap__5Variant:_5Variant)!==null&&_ref2!==void 0?_ref2:props.fEK50Cblq)!==null&&_ref3!==void 0?_ref3:\"C7UPgEgFf\",h8xQTvxoB:(_ref4=_5BackgroundHover!==null&&_5BackgroundHover!==void 0?_5BackgroundHover:props.h8xQTvxoB)!==null&&_ref4!==void 0?_ref4:\"rgb(193, 105, 16)\",hC6HpzaGu:_1Link!==null&&_1Link!==void 0?_1Link:props.hC6HpzaGu,LkpJ6DxBY:(_ref5=_5TextColor!==null&&_5TextColor!==void 0?_5TextColor:props.LkpJ6DxBY)!==null&&_ref5!==void 0?_ref5:\"var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241))\",M7XbHt4zt:(_ref6=_3Text!==null&&_3Text!==void 0?_3Text:props.M7XbHt4zt)!==null&&_ref6!==void 0?_ref6:\"Services\",MfR91hzRz:(_ref7=_5Text!==null&&_5Text!==void 0?_5Text:props.MfR91hzRz)!==null&&_ref7!==void 0?_ref7:\"Prenez rendez-vous\",nkWOye8gW:(_ref8=_4Visible!==null&&_4Visible!==void 0?_4Visible:props.nkWOye8gW)!==null&&_ref8!==void 0?_ref8:true,OtBOmwe60:(_ref9=_5Border!==null&&_5Border!==void 0?_5Border:props.OtBOmwe60)!==null&&_ref9!==void 0?_ref9:{borderColor:'var(--token-35b69123-b0b8-4585-96fd-77f273f23b6e, rgb(219, 213, 199)) /* {\"name\":\"Bone\"} */',borderStyle:\"solid\",borderWidth:2},oUG20Vj9k:(_ref10=_3Visible!==null&&_3Visible!==void 0?_3Visible:props.oUG20Vj9k)!==null&&_ref10!==void 0?_ref10:true,PrR6pt8qA:(_ref11=_2Visible!==null&&_2Visible!==void 0?_2Visible:props.PrR6pt8qA)!==null&&_ref11!==void 0?_ref11:true,RZb1ng0x_:_2Link!==null&&_2Link!==void 0?_2Link:props.RZb1ng0x_,sQK1O0NlK:(_ref12=_5TextColorHover!==null&&_5TextColorHover!==void 0?_5TextColorHover:props.sQK1O0NlK)!==null&&_ref12!==void 0?_ref12:\"rgb(0, 0, 0)\",uGIjqgBca:_5NewTab!==null&&_5NewTab!==void 0?_5NewTab:props.uGIjqgBca,UYSmDnPBP:(_ref13=_1Text!==null&&_1Text!==void 0?_1Text:props.UYSmDnPBP)!==null&&_ref13!==void 0?_ref13:\"Projets\",y1gB3EeFH:(_ref14=_5Background!==null&&_5Background!==void 0?_5Background:props.y1gB3EeFH)!==null&&_ref14!==void 0?_ref14:\"rgb(212, 113, 17)\",ZiRMn21WA:(_ref15=_2Text!==null&&_2Text!==void 0?_2Text:props.ZiRMn21WA)!==null&&_ref15!==void 0?_ref15:\"\\xc0 propos\",zyDj4uo0K:(_ref16=_4Text!==null&&_4Text!==void 0?_4Text:props.zyDj4uo0K)!==null&&_ref16!==void 0?_ref16:\"Contactez-nous\"};};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,a5ry7NIlM,UYSmDnPBP,hC6HpzaGu,PrR6pt8qA,ZiRMn21WA,RZb1ng0x_,oUG20Vj9k,M7XbHt4zt,C_7PhNpSI,nkWOye8gW,zyDj4uo0K,ePzjIgKv6,eLJ0xyolP,MfR91hzRz,ApA1u4sN_,fEK50Cblq,y1gB3EeFH,h8xQTvxoB,LkpJ6DxBY,OtBOmwe60,sQK1O0NlK,uGIjqgBca,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"fyK7Noczm\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-u5e4s5\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"fyK7Noczm\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241))\",borderBottomLeftRadius:80,borderBottomRightRadius:80,borderTopLeftRadius:80,borderTopRightRadius:80,boxShadow:\"0px 0px 4px 0px rgba(0, 0, 0, 0.07000000029802322), 1px 2px 4px 0px rgba(0, 0, 0, 0.07000000029802322), 3px 7px 7px 0px rgba(0, 0, 0, 0.05999999865889549), 6px 15px 10px 0px rgba(0, 0, 0, 0.03999999910593033), 10px 27px 11px 0px rgba(0, 0, 0, 0.009999999776482582), 16px 42px 13px 0px rgba(0, 0, 0, 0)\",...style},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:1,fit:\"tile\",intrinsicHeight:148,intrinsicWidth:150,pixelHeight:148,pixelWidth:150,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/pjCPzcida0Z3BkJsqpcT9snw.png\"},className:\"framer-wpq8oz\",\"data-framer-name\":\"texture\",layoutDependency:layoutDependency,layoutId:\"GpJsMRhln\",style:{borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40}}),a5ry7NIlM&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1onqjbn-container\",layoutDependency:layoutDependency,layoutId:\"S8fflLABF-container\",children:/*#__PURE__*/_jsx(Button,{FDCX2pCXK:\"var(--token-35b69123-b0b8-4585-96fd-77f273f23b6e, rgb(219, 213, 199))\",height:\"100%\",id:\"S8fflLABF\",JQYCfmqza:{borderColor:'var(--token-35b69123-b0b8-4585-96fd-77f273f23b6e, rgb(219, 213, 199)) /* {\"name\":\"Bone\"} */',borderStyle:\"solid\",borderWidth:2},layoutId:\"S8fflLABF\",O9TkxEGXu:hC6HpzaGu,style:{height:\"100%\"},T1ZcP8a2e:UYSmDnPBP,tFO6383qU:\"rgb(212, 113, 17)\",TVn6vwsTh:\"rgb(0, 0, 0)\",UnPX2bU2F:\"var(--token-31ddeda0-db9f-40b5-a3dc-2e3033c2a0eb, rgb(60, 94, 57))\",variant:\"ATwbxr34b\",width:\"100%\",YrAuDyvlG:false})})}),PrR6pt8qA&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-39a4i1-container\",layoutDependency:layoutDependency,layoutId:\"V8tu10aze-container\",children:/*#__PURE__*/_jsx(Button,{FDCX2pCXK:\"var(--token-35b69123-b0b8-4585-96fd-77f273f23b6e, rgb(219, 213, 199))\",height:\"100%\",id:\"V8tu10aze\",JQYCfmqza:{borderColor:'var(--token-35b69123-b0b8-4585-96fd-77f273f23b6e, rgb(219, 213, 199)) /* {\"name\":\"Bone\"} */',borderStyle:\"solid\",borderWidth:2},layoutId:\"V8tu10aze\",O9TkxEGXu:RZb1ng0x_,style:{height:\"100%\"},T1ZcP8a2e:ZiRMn21WA,tFO6383qU:\"rgb(212, 113, 17)\",TVn6vwsTh:\"rgb(0, 0, 0)\",UnPX2bU2F:\"var(--token-31ddeda0-db9f-40b5-a3dc-2e3033c2a0eb, rgb(60, 94, 57))\",variant:\"ATwbxr34b\",width:\"100%\",YrAuDyvlG:false})})}),oUG20Vj9k&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-18ok6fw-container\",layoutDependency:layoutDependency,layoutId:\"dfF7NXDK9-container\",children:/*#__PURE__*/_jsx(Button,{FDCX2pCXK:\"var(--token-35b69123-b0b8-4585-96fd-77f273f23b6e, rgb(219, 213, 199))\",height:\"100%\",id:\"dfF7NXDK9\",JQYCfmqza:{borderColor:'var(--token-35b69123-b0b8-4585-96fd-77f273f23b6e, rgb(219, 213, 199)) /* {\"name\":\"Bone\"} */',borderStyle:\"solid\",borderWidth:2},layoutId:\"dfF7NXDK9\",O9TkxEGXu:C_7PhNpSI,style:{height:\"100%\"},T1ZcP8a2e:M7XbHt4zt,tFO6383qU:\"rgb(212, 113, 17)\",TVn6vwsTh:\"rgb(0, 0, 0)\",UnPX2bU2F:\"var(--token-31ddeda0-db9f-40b5-a3dc-2e3033c2a0eb, rgb(60, 94, 57))\",variant:\"ATwbxr34b\",width:\"100%\",YrAuDyvlG:false})})}),nkWOye8gW&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6yrry4-container\",layoutDependency:layoutDependency,layoutId:\"SymOJfji2-container\",children:/*#__PURE__*/_jsx(Button,{FDCX2pCXK:\"var(--token-35b69123-b0b8-4585-96fd-77f273f23b6e, rgb(219, 213, 199))\",height:\"100%\",id:\"SymOJfji2\",JQYCfmqza:{borderColor:'var(--token-35b69123-b0b8-4585-96fd-77f273f23b6e, rgb(219, 213, 199)) /* {\"name\":\"Bone\"} */',borderStyle:\"solid\",borderWidth:2},layoutId:\"SymOJfji2\",O9TkxEGXu:ePzjIgKv6,style:{height:\"100%\"},T1ZcP8a2e:zyDj4uo0K,tFO6383qU:\"rgb(212, 113, 17)\",TVn6vwsTh:\"rgb(0, 0, 0)\",UnPX2bU2F:\"var(--token-31ddeda0-db9f-40b5-a3dc-2e3033c2a0eb, rgb(60, 94, 57))\",variant:\"ATwbxr34b\",width:\"100%\",YrAuDyvlG:false})})}),eLJ0xyolP&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-12vj0sz-container\",layoutDependency:layoutDependency,layoutId:\"Wo_XAHV_U-container\",children:/*#__PURE__*/_jsx(Button,{FDCX2pCXK:h8xQTvxoB,height:\"100%\",id:\"Wo_XAHV_U\",JQYCfmqza:OtBOmwe60,layoutId:\"Wo_XAHV_U\",O9TkxEGXu:ApA1u4sN_,style:{height:\"100%\"},T1ZcP8a2e:MfR91hzRz,tFO6383qU:y1gB3EeFH,TVn6vwsTh:sQK1O0NlK,UnPX2bU2F:LkpJ6DxBY,variant:fEK50Cblq,width:\"100%\",YrAuDyvlG:uGIjqgBca})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-7cMhS.framer-hbsb7i, .framer-7cMhS .framer-hbsb7i { display: block; }\",\".framer-7cMhS.framer-u5e4s5 { -webkit-user-select: auto; align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 8px; position: relative; user-select: auto; width: min-content; }\",\".framer-7cMhS .framer-wpq8oz { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-7cMhS .framer-1onqjbn-container, .framer-7cMhS .framer-39a4i1-container, .framer-7cMhS .framer-18ok6fw-container, .framer-7cMhS .framer-6yrry4-container, .framer-7cMhS .framer-12vj0sz-container { flex: none; height: 48px; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7cMhS.framer-u5e4s5 { gap: 0px; } .framer-7cMhS.framer-u5e4s5 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-7cMhS.framer-u5e4s5 > :first-child { margin-left: 0px; } .framer-7cMhS.framer-u5e4s5 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 64\n * @framerIntrinsicWidth 689\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"a5ry7NIlM\":\"_1Visible\",\"UYSmDnPBP\":\"_1Text\",\"hC6HpzaGu\":\"_1Link\",\"PrR6pt8qA\":\"_2Visible\",\"ZiRMn21WA\":\"_2Text\",\"RZb1ng0x_\":\"_2Link\",\"oUG20Vj9k\":\"_3Visible\",\"M7XbHt4zt\":\"_3Text\",\"C_7PhNpSI\":\"_3Link\",\"nkWOye8gW\":\"_4Visible\",\"zyDj4uo0K\":\"_4Text\",\"ePzjIgKv6\":\"_4Link\",\"eLJ0xyolP\":\"_5Visible\",\"MfR91hzRz\":\"_5Text\",\"ApA1u4sN_\":\"_5Link\",\"fEK50Cblq\":\"_5Variant\",\"y1gB3EeFH\":\"_5Background\",\"h8xQTvxoB\":\"_5BackgroundHover\",\"LkpJ6DxBY\":\"_5TextColor\",\"OtBOmwe60\":\"_5Border\",\"sQK1O0NlK\":\"_5TextColorHover\",\"uGIjqgBca\":\"_5NewTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerIah_A2jtv=withCSS(Component,css,\"framer-7cMhS\");export default FramerIah_A2jtv;FramerIah_A2jtv.displayName=\"Fixed menu\";FramerIah_A2jtv.defaultProps={height:64,width:689};addPropertyControls(FramerIah_A2jtv,{a5ry7NIlM:{defaultValue:true,title:\"1 - Visible\",type:ControlType.Boolean},UYSmDnPBP:{defaultValue:\"Projets\",displayTextArea:false,title:\"1 - Text\",type:ControlType.String},hC6HpzaGu:{title:\"1 - Link\",type:ControlType.Link},PrR6pt8qA:{defaultValue:true,title:\"2 - Visible\",type:ControlType.Boolean},ZiRMn21WA:{defaultValue:\"\\xc0 propos\",displayTextArea:false,title:\"2 - Text\",type:ControlType.String},RZb1ng0x_:{title:\"2 - Link\",type:ControlType.Link},oUG20Vj9k:{defaultValue:true,title:\"3 - Visible\",type:ControlType.Boolean},M7XbHt4zt:{defaultValue:\"Services\",displayTextArea:false,title:\"3 - Text\",type:ControlType.String},C_7PhNpSI:{title:\"3 - Link\",type:ControlType.Link},nkWOye8gW:{defaultValue:true,title:\"4 - Visible\",type:ControlType.Boolean},zyDj4uo0K:{defaultValue:\"Contactez-nous\",displayTextArea:false,title:\"4 - Text\",type:ControlType.String},ePzjIgKv6:{title:\"4 - Link\",type:ControlType.Link},eLJ0xyolP:{defaultValue:true,title:\"5 - Visible\",type:ControlType.Boolean},MfR91hzRz:{defaultValue:\"Prenez rendez-vous\",displayTextArea:false,title:\"5 - Text\",type:ControlType.String},ApA1u4sN_:{title:\"5 - Link\",type:ControlType.Link},fEK50Cblq:(ButtonControls===null||ButtonControls===void 0?void 0:ButtonControls[\"variant\"])&&{...ButtonControls[\"variant\"],defaultValue:\"C7UPgEgFf\",description:undefined,hidden:undefined,title:\"5 - Variant\"},y1gB3EeFH:{defaultValue:\"rgb(212, 113, 17)\",title:\"5 - Background\",type:ControlType.Color},h8xQTvxoB:{defaultValue:\"rgb(193, 105, 16)\",title:\"5 - Background Hover\",type:ControlType.Color},LkpJ6DxBY:{defaultValue:\"var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241))\",title:\"5 - Text Color\",type:ControlType.Color},OtBOmwe60:{defaultValue:{borderColor:'var(--token-35b69123-b0b8-4585-96fd-77f273f23b6e, rgb(219, 213, 199)) /* {\"name\":\"Bone\"} */',borderStyle:\"solid\",borderWidth:2},title:\"5 - Border\",type:ControlType.Border},sQK1O0NlK:{defaultValue:\"rgb(0, 0, 0)\",title:\"5 - Text Color Hover\",type:ControlType.Color},uGIjqgBca:{defaultValue:false,title:\"5 - New Tab\",type:ControlType.Boolean}});addFonts(FramerIah_A2jtv,[{explicitInter:true,fonts:[]},...ButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIah_A2jtv\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"a5ry7NIlM\\\":\\\"_1Visible\\\",\\\"UYSmDnPBP\\\":\\\"_1Text\\\",\\\"hC6HpzaGu\\\":\\\"_1Link\\\",\\\"PrR6pt8qA\\\":\\\"_2Visible\\\",\\\"ZiRMn21WA\\\":\\\"_2Text\\\",\\\"RZb1ng0x_\\\":\\\"_2Link\\\",\\\"oUG20Vj9k\\\":\\\"_3Visible\\\",\\\"M7XbHt4zt\\\":\\\"_3Text\\\",\\\"C_7PhNpSI\\\":\\\"_3Link\\\",\\\"nkWOye8gW\\\":\\\"_4Visible\\\",\\\"zyDj4uo0K\\\":\\\"_4Text\\\",\\\"ePzjIgKv6\\\":\\\"_4Link\\\",\\\"eLJ0xyolP\\\":\\\"_5Visible\\\",\\\"MfR91hzRz\\\":\\\"_5Text\\\",\\\"ApA1u4sN_\\\":\\\"_5Link\\\",\\\"fEK50Cblq\\\":\\\"_5Variant\\\",\\\"y1gB3EeFH\\\":\\\"_5Background\\\",\\\"h8xQTvxoB\\\":\\\"_5BackgroundHover\\\",\\\"LkpJ6DxBY\\\":\\\"_5TextColor\\\",\\\"OtBOmwe60\\\":\\\"_5Border\\\",\\\"sQK1O0NlK\\\":\\\"_5TextColorHover\\\",\\\"uGIjqgBca\\\":\\\"_5NewTab\\\"}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"64\",\"framerIntrinsicWidth\":\"689\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Iah_A2jtv.map", "let r;var s=o=>{if(!r){const n=o.forwardRef(({color:t=\"currentColor\",size:e=24,...i},l)=>o.createElement(\"svg\",{ref:l,xmlns:\"http://www.w3.org/2000/svg\",width:e,height:e,viewBox:\"0 0 24 24\",fill:\"none\",stroke:t,strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\",...i},o.createElement(\"path\",{d:\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"}),o.createElement(\"polyline\",{points:\"9 22 9 12 15 12 15 22\"})));n.displayName=\"Home\",r=n}return r};export{s 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/feather-icons/home.js@0.0.29\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"activity\",\"airplay\",\"alert-circle\",\"alert-octagon\",\"alert-triangle\",\"align-center\",\"align-justify\",\"align-left\",\"align-right\",\"anchor\",\"aperture\",\"archive\",\"arrow-down\",\"arrow-down-circle\",\"arrow-down-left\",\"arrow-down-right\",\"arrow-left\",\"arrow-left-circle\",\"arrow-right\",\"arrow-right-circle\",\"arrow-up\",\"arrow-up-circle\",\"arrow-up-left\",\"arrow-up-right\",\"at-sign\",\"award\",\"bar-chart\",\"bar-chart-2\",\"battery\",\"battery-charging\",\"bell\",\"bell-off\",\"bluetooth\",\"bold\",\"book\",\"book-open\",\"bookmark\",\"box\",\"briefcase\",\"calendar\",\"camera\",\"camera-off\",\"cast\",\"check\",\"check-circle\",\"check-square\",\"chevron-down\",\"chevron-left\",\"chevron-right\",\"chevron-up\",\"chevrons-down\",\"chevrons-left\",\"chevrons-right\",\"chevrons-up\",\"chrome\",\"circle\",\"clipboard\",\"clock\",\"cloud\",\"cloud-drizzle\",\"cloud-lightning\",\"cloud-off\",\"cloud-rain\",\"cloud-snow\",\"code\",\"codepen\",\"codesandbox\",\"coffee\",\"columns\",\"command\",\"compass\",\"copy\",\"corner-down-left\",\"corner-down-right\",\"corner-left-down\",\"corner-left-up\",\"corner-right-down\",\"corner-right-up\",\"corner-up-left\",\"corner-up-right\",\"cpu\",\"credit-card\",\"crop\",\"crosshair\",\"database\",\"delete\",\"disc\",\"divide\",\"divide-circle\",\"divide-square\",\"dollar-sign\",\"download\",\"download-cloud\",\"dribbble\",\"droplet\",\"edit\",\"edit-2\",\"edit-3\",\"external-link\",\"eye\",\"eye-off\",\"facebook\",\"fast-forward\",\"feather\",\"figma\",\"file\",\"file-minus\",\"file-plus\",\"file-text\",\"film\",\"filter\",\"flag\",\"folder\",\"folder-minus\",\"folder-plus\",\"framer\",\"frown\",\"gift\",\"git-branch\",\"git-commit\",\"git-merge\",\"git-pull-request\",\"github\",\"gitlab\",\"globe\",\"grid\",\"hard-drive\",\"hash\",\"headphones\",\"heart\",\"help-circle\",\"hexagon\",\"home\",\"image\",\"inbox\",\"info\",\"instagram\",\"italic\",\"key\",\"layers\",\"layout\",\"life-buoy\",\"link\",\"link-2\",\"linkedin\",\"list\",\"loader\",\"lock\",\"log-in\",\"log-out\",\"mail\",\"map\",\"map-pin\",\"maximize\",\"maximize-2\",\"meh\",\"menu\",\"message-circle\",\"message-square\",\"mic\",\"mic-off\",\"minimize\",\"minimize-2\",\"minus\",\"minus-circle\",\"minus-square\",\"monitor\",\"moon\",\"more-horizontal\",\"more-vertical\",\"mouse-pointer\",\"move\",\"music\",\"navigation\",\"navigation-2\",\"octagon\",\"package\",\"paperclip\",\"pause\",\"pause-circle\",\"pen-tool\",\"percent\",\"phone\",\"phone-call\",\"phone-forwarded\",\"phone-incoming\",\"phone-missed\",\"phone-off\",\"phone-outgoing\",\"pie-chart\",\"play\",\"play-circle\",\"plus\",\"plus-circle\",\"plus-square\",\"pocket\",\"power\",\"printer\",\"radio\",\"refresh-ccw\",\"refresh-cw\",\"repeat\",\"rewind\",\"rotate-ccw\",\"rotate-cw\",\"rss\",\"save\",\"scissors\",\"search\",\"send\",\"server\",\"settings\",\"share\",\"share-2\",\"shield\",\"shield-off\",\"shopping-bag\",\"shopping-cart\",\"shuffle\",\"sidebar\",\"skip-back\",\"skip-forward\",\"slack\",\"slash\",\"sliders\",\"smartphone\",\"smile\",\"speaker\",\"square\",\"star\",\"stop-circle\",\"sun\",\"sunrise\",\"sunset\",\"tablet\",\"tag\",\"target\",\"terminal\",\"thermometer\",\"thumbs-down\",\"thumbs-up\",\"toggle-left\",\"toggle-right\",\"tool\",\"trash\",\"trash-2\",\"trello\",\"trending-down\",\"trending-up\",\"triangle\",\"truck\",\"tv\",\"twitch\",\"twitter\",\"type\",\"umbrella\",\"underline\",\"unlock\",\"upload\",\"upload-cloud\",\"user\",\"user-check\",\"user-minus\",\"user-plus\",\"user-x\",\"users\",\"video\",\"video-off\",\"voicemail\",\"volume\",\"volume-1\",\"volume-2\",\"volume-x\",\"watch\",\"wifi\",\"wifi-off\",\"wind\",\"x\",\"x-circle\",\"x-octagon\",\"x-square\",\"youtube\",\"zap\",\"zap-off\",\"zoom-in\",\"zoom-out\",];const moduleBaseUrl=\"https://framer.com/m/feather-icons/\";const uppercaseIconKeys=iconKeys.map(name=>name.charAt(0).toUpperCase()+name.slice(1));const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * FEATHER\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(){let active=true;// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.29`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);// console.log(module.default)\nif(active)setSelectedIcon(module.default(React));}catch(e){console.log(e);if(active)setSelectedIcon(null);}return()=>{active=false;};}// Import module when new style or icon is selected\nuseEffect(()=>{importModule();},[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,{style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Feather\";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,optionTitles:uppercaseIconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Feather site](https://feathericons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",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\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Feather.map", "export const v0=\"Home\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (0b5b7f5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as localizedValues from\"./vaM02qv3u-0.js\";const FeatherFonts=getFonts(Feather);const FeatherControls=getPropertyControls(Feather);const cycleOrder=[\"UNA54mRqn\"];const serializationHash=\"framer-lF0mC\";const variantClassNames={UNA54mRqn:\"framer-v-1aidrvt\"};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 valuesByLocaleId={UUSKxe03d:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,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 humanReadableEnumMap={\"Alert-circle\":\"alert-circle\",\"Alert-octagon\":\"alert-octagon\",\"Alert-triangle\":\"alert-triangle\",\"Align-center\":\"align-center\",\"Align-justify\":\"align-justify\",\"Align-left\":\"align-left\",\"Align-right\":\"align-right\",\"Arrow-down-circle\":\"arrow-down-circle\",\"Arrow-down-left\":\"arrow-down-left\",\"Arrow-down-right\":\"arrow-down-right\",\"Arrow-down\":\"arrow-down\",\"Arrow-left-circle\":\"arrow-left-circle\",\"Arrow-left\":\"arrow-left\",\"Arrow-right-circle\":\"arrow-right-circle\",\"Arrow-right\":\"arrow-right\",\"Arrow-up-circle\":\"arrow-up-circle\",\"Arrow-up-left\":\"arrow-up-left\",\"Arrow-up-right\":\"arrow-up-right\",\"Arrow-up\":\"arrow-up\",\"At-sign\":\"at-sign\",\"Bar-chart-2\":\"bar-chart-2\",\"Bar-chart\":\"bar-chart\",\"Battery-charging\":\"battery-charging\",\"Bell-off\":\"bell-off\",\"Book-open\":\"book-open\",\"Camera-off\":\"camera-off\",\"Check-circle\":\"check-circle\",\"Check-square\":\"check-square\",\"Chevron-down\":\"chevron-down\",\"Chevron-left\":\"chevron-left\",\"Chevron-right\":\"chevron-right\",\"Chevron-up\":\"chevron-up\",\"Chevrons-down\":\"chevrons-down\",\"Chevrons-left\":\"chevrons-left\",\"Chevrons-right\":\"chevrons-right\",\"Chevrons-up\":\"chevrons-up\",\"Cloud-drizzle\":\"cloud-drizzle\",\"Cloud-lightning\":\"cloud-lightning\",\"Cloud-off\":\"cloud-off\",\"Cloud-rain\":\"cloud-rain\",\"Cloud-snow\":\"cloud-snow\",\"Corner-down-left\":\"corner-down-left\",\"Corner-down-right\":\"corner-down-right\",\"Corner-left-down\":\"corner-left-down\",\"Corner-left-up\":\"corner-left-up\",\"Corner-right-down\":\"corner-right-down\",\"Corner-right-up\":\"corner-right-up\",\"Corner-up-left\":\"corner-up-left\",\"Corner-up-right\":\"corner-up-right\",\"Credit-card\":\"credit-card\",\"Divide-circle\":\"divide-circle\",\"Divide-square\":\"divide-square\",\"Dollar-sign\":\"dollar-sign\",\"Download-cloud\":\"download-cloud\",\"Edit-2\":\"edit-2\",\"Edit-3\":\"edit-3\",\"External-link\":\"external-link\",\"Eye-off\":\"eye-off\",\"Fast-forward\":\"fast-forward\",\"File-minus\":\"file-minus\",\"File-plus\":\"file-plus\",\"File-text\":\"file-text\",\"Folder-minus\":\"folder-minus\",\"Folder-plus\":\"folder-plus\",\"Git-branch\":\"git-branch\",\"Git-commit\":\"git-commit\",\"Git-merge\":\"git-merge\",\"Git-pull-request\":\"git-pull-request\",\"Hard-drive\":\"hard-drive\",\"Help-circle\":\"help-circle\",\"Life-buoy\":\"life-buoy\",\"Link-2\":\"link-2\",\"Log-in\":\"log-in\",\"Log-out\":\"log-out\",\"Map-pin\":\"map-pin\",\"Maximize-2\":\"maximize-2\",\"Message-circle\":\"message-circle\",\"Message-square\":\"message-square\",\"Mic-off\":\"mic-off\",\"Minimize-2\":\"minimize-2\",\"Minus-circle\":\"minus-circle\",\"Minus-square\":\"minus-square\",\"More-horizontal\":\"more-horizontal\",\"More-vertical\":\"more-vertical\",\"Mouse-pointer\":\"mouse-pointer\",\"Navigation-2\":\"navigation-2\",\"Pause-circle\":\"pause-circle\",\"Pen-tool\":\"pen-tool\",\"Phone-call\":\"phone-call\",\"Phone-forwarded\":\"phone-forwarded\",\"Phone-incoming\":\"phone-incoming\",\"Phone-missed\":\"phone-missed\",\"Phone-off\":\"phone-off\",\"Phone-outgoing\":\"phone-outgoing\",\"Pie-chart\":\"pie-chart\",\"Play-circle\":\"play-circle\",\"Plus-circle\":\"plus-circle\",\"Plus-square\":\"plus-square\",\"Refresh-ccw\":\"refresh-ccw\",\"Refresh-cw\":\"refresh-cw\",\"Rotate-ccw\":\"rotate-ccw\",\"Rotate-cw\":\"rotate-cw\",\"Share-2\":\"share-2\",\"Shield-off\":\"shield-off\",\"Shopping-bag\":\"shopping-bag\",\"Shopping-cart\":\"shopping-cart\",\"Skip-back\":\"skip-back\",\"Skip-forward\":\"skip-forward\",\"Stop-circle\":\"stop-circle\",\"Thumbs-down\":\"thumbs-down\",\"Thumbs-up\":\"thumbs-up\",\"Toggle-left\":\"toggle-left\",\"Toggle-right\":\"toggle-right\",\"Trash-2\":\"trash-2\",\"Trending-down\":\"trending-down\",\"Trending-up\":\"trending-up\",\"Upload-cloud\":\"upload-cloud\",\"User-check\":\"user-check\",\"User-minus\":\"user-minus\",\"User-plus\":\"user-plus\",\"User-x\":\"user-x\",\"Video-off\":\"video-off\",\"Volume-1\":\"volume-1\",\"Volume-2\":\"volume-2\",\"Volume-x\":\"volume-x\",\"Wifi-off\":\"wifi-off\",\"X-circle\":\"x-circle\",\"X-octagon\":\"x-octagon\",\"X-square\":\"x-square\",\"Zap-off\":\"zap-off\",\"Zoom-in\":\"zoom-in\",\"Zoom-out\":\"zoom-out\",Activity:\"activity\",Airplay:\"airplay\",Anchor:\"anchor\",Aperture:\"aperture\",Archive:\"archive\",Award:\"award\",Battery:\"battery\",Bell:\"bell\",Bluetooth:\"bluetooth\",Bold:\"bold\",Book:\"book\",Bookmark:\"bookmark\",Box:\"box\",Briefcase:\"briefcase\",Calendar:\"calendar\",Camera:\"camera\",Cast:\"cast\",Check:\"check\",Chrome:\"chrome\",Circle:\"circle\",Clipboard:\"clipboard\",Clock:\"clock\",Cloud:\"cloud\",Code:\"code\",Codepen:\"codepen\",Codesandbox:\"codesandbox\",Coffee:\"coffee\",Columns:\"columns\",Command:\"command\",Compass:\"compass\",Copy:\"copy\",Cpu:\"cpu\",Crop:\"crop\",Crosshair:\"crosshair\",Database:\"database\",Delete:\"delete\",Disc:\"disc\",Divide:\"divide\",Download:\"download\",Dribbble:\"dribbble\",Droplet:\"droplet\",Edit:\"edit\",Eye:\"eye\",Facebook:\"facebook\",Feather:\"feather\",Figma:\"figma\",File:\"file\",Film:\"film\",Filter:\"filter\",Flag:\"flag\",Folder:\"folder\",Framer:\"framer\",Frown:\"frown\",Gift:\"gift\",Github:\"github\",Gitlab:\"gitlab\",Globe:\"globe\",Grid:\"grid\",Hash:\"hash\",Headphones:\"headphones\",Heart:\"heart\",Hexagon:\"hexagon\",Home:\"home\",Image:\"image\",Inbox:\"inbox\",Info:\"info\",Instagram:\"instagram\",Italic:\"italic\",Key:\"key\",Layers:\"layers\",Layout:\"layout\",Link:\"link\",Linkedin:\"linkedin\",List:\"list\",Loader:\"loader\",Lock:\"lock\",Mail:\"mail\",Map:\"map\",Maximize:\"maximize\",Meh:\"meh\",Menu:\"menu\",Mic:\"mic\",Minimize:\"minimize\",Minus:\"minus\",Monitor:\"monitor\",Moon:\"moon\",Move:\"move\",Music:\"music\",Navigation:\"navigation\",Octagon:\"octagon\",Package:\"package\",Paperclip:\"paperclip\",Pause:\"pause\",Percent:\"percent\",Phone:\"phone\",Play:\"play\",Plus:\"plus\",Pocket:\"pocket\",Power:\"power\",Printer:\"printer\",Radio:\"radio\",Repeat:\"repeat\",Rewind:\"rewind\",Rss:\"rss\",Save:\"save\",Scissors:\"scissors\",Search:\"search\",Send:\"send\",Server:\"server\",Settings:\"settings\",Share:\"share\",Shield:\"shield\",Shuffle:\"shuffle\",Sidebar:\"sidebar\",Slack:\"slack\",Slash:\"slash\",Sliders:\"sliders\",Smartphone:\"smartphone\",Smile:\"smile\",Speaker:\"speaker\",Square:\"square\",Star:\"star\",Sun:\"sun\",Sunrise:\"sunrise\",Sunset:\"sunset\",Tablet:\"tablet\",Tag:\"tag\",Target:\"target\",Terminal:\"terminal\",Thermometer:\"thermometer\",Tool:\"tool\",Trash:\"trash\",Trello:\"trello\",Triangle:\"triangle\",Truck:\"truck\",Tv:\"tv\",Twitch:\"twitch\",Twitter:\"twitter\",Type:\"type\",Umbrella:\"umbrella\",Underline:\"underline\",Unlock:\"unlock\",Upload:\"upload\",User:\"user\",Users:\"users\",Video:\"video\",Voicemail:\"voicemail\",Volume:\"volume\",Watch:\"watch\",Wifi:\"wifi\",Wind:\"wind\",X:\"x\",Youtube:\"youtube\",Zap:\"zap\"};const getProps=({_1Icon,_1Link,_1Text,_1Visible,_2Icon,_2Link,_2Text,_2Visible,_3Icon,_3Link,_3Text,_3Visible,_4Icon,_4Link,_4Text,_4Visible,_5Icon,_5Link,_5Text,_5Visible,height,id,width,...props})=>{var _humanReadableEnumMap__4Icon,_ref,_ref1,_humanReadableEnumMap__1Icon,_ref2,_ref3,_ref4,_ref5,_humanReadableEnumMap__5Icon,_ref6,_ref7,_ref8,_ref9,_ref10,_ref11,_humanReadableEnumMap__3Icon,_ref12,_ref13,_ref14,_ref15,_ref16,_ref17,_humanReadableEnumMap__2Icon,_ref18,_ref19;return{...props,CM1FACs1Z:_1Link!==null&&_1Link!==void 0?_1Link:props.CM1FACs1Z,erK06HTkF:(_ref1=(_ref=(_humanReadableEnumMap__4Icon=humanReadableEnumMap[_4Icon])!==null&&_humanReadableEnumMap__4Icon!==void 0?_humanReadableEnumMap__4Icon:_4Icon)!==null&&_ref!==void 0?_ref:props.erK06HTkF)!==null&&_ref1!==void 0?_ref1:\"home\",htvHI9Dg_:(_ref3=(_ref2=(_humanReadableEnumMap__1Icon=humanReadableEnumMap[_1Icon])!==null&&_humanReadableEnumMap__1Icon!==void 0?_humanReadableEnumMap__1Icon:_1Icon)!==null&&_ref2!==void 0?_ref2:props.htvHI9Dg_)!==null&&_ref3!==void 0?_ref3:\"home\",HUvqaQdqe:(_ref4=_2Text!==null&&_2Text!==void 0?_2Text:props.HUvqaQdqe)!==null&&_ref4!==void 0?_ref4:\"Menu\",J21exh7Ai:_4Link!==null&&_4Link!==void 0?_4Link:props.J21exh7Ai,K542D7rdL:(_ref5=_4Visible!==null&&_4Visible!==void 0?_4Visible:props.K542D7rdL)!==null&&_ref5!==void 0?_ref5:true,l57_U3Bpl:(_ref7=(_ref6=(_humanReadableEnumMap__5Icon=humanReadableEnumMap[_5Icon])!==null&&_humanReadableEnumMap__5Icon!==void 0?_humanReadableEnumMap__5Icon:_5Icon)!==null&&_ref6!==void 0?_ref6:props.l57_U3Bpl)!==null&&_ref7!==void 0?_ref7:\"home\",MLo62BEAI:_2Link!==null&&_2Link!==void 0?_2Link:props.MLo62BEAI,Q7SUNh_QI:(_ref8=_3Visible!==null&&_3Visible!==void 0?_3Visible:props.Q7SUNh_QI)!==null&&_ref8!==void 0?_ref8:true,r_SkCHIKR:(_ref9=_3Text!==null&&_3Text!==void 0?_3Text:props.r_SkCHIKR)!==null&&_ref9!==void 0?_ref9:\"Menu\",rUzTkDtb_:(_ref10=_2Visible!==null&&_2Visible!==void 0?_2Visible:props.rUzTkDtb_)!==null&&_ref10!==void 0?_ref10:true,Rvy5iVVlv:(_ref11=_1Text!==null&&_1Text!==void 0?_1Text:props.Rvy5iVVlv)!==null&&_ref11!==void 0?_ref11:\"Menu\",rZe3Gv3Gu:_3Link!==null&&_3Link!==void 0?_3Link:props.rZe3Gv3Gu,TmIhL_1b4:(_ref13=(_ref12=(_humanReadableEnumMap__3Icon=humanReadableEnumMap[_3Icon])!==null&&_humanReadableEnumMap__3Icon!==void 0?_humanReadableEnumMap__3Icon:_3Icon)!==null&&_ref12!==void 0?_ref12:props.TmIhL_1b4)!==null&&_ref13!==void 0?_ref13:\"home\",VGOc3Hfhg:(_ref14=_4Text!==null&&_4Text!==void 0?_4Text:props.VGOc3Hfhg)!==null&&_ref14!==void 0?_ref14:\"Menu\",ViVJLaj2B:_5Link!==null&&_5Link!==void 0?_5Link:props.ViVJLaj2B,wFlhI6XWv:(_ref15=_1Visible!==null&&_1Visible!==void 0?_1Visible:props.wFlhI6XWv)!==null&&_ref15!==void 0?_ref15:true,WMzDInje_:(_ref16=_5Text!==null&&_5Text!==void 0?_5Text:props.WMzDInje_)!==null&&_ref16!==void 0?_ref16:\"Menu\",wYtRA2g4N:(_ref17=_5Visible!==null&&_5Visible!==void 0?_5Visible:props.wYtRA2g4N)!==null&&_ref17!==void 0?_ref17:true,XC75EEgZa:(_ref19=(_ref18=(_humanReadableEnumMap__2Icon=humanReadableEnumMap[_2Icon])!==null&&_humanReadableEnumMap__2Icon!==void 0?_humanReadableEnumMap__2Icon:_2Icon)!==null&&_ref18!==void 0?_ref18:props.XC75EEgZa)!==null&&_ref19!==void 0?_ref19:\"home\"};};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,wFlhI6XWv,htvHI9Dg_,Rvy5iVVlv,CM1FACs1Z,rUzTkDtb_,XC75EEgZa,HUvqaQdqe,MLo62BEAI,Q7SUNh_QI,r_SkCHIKR,TmIhL_1b4,rZe3Gv3Gu,K542D7rdL,erK06HTkF,VGOc3Hfhg,J21exh7Ai,wYtRA2g4N,l57_U3Bpl,WMzDInje_,ViVJLaj2B,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"UNA54mRqn\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4;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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1aidrvt\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"UNA54mRqn\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241))\",boxShadow:\"0px -0.24145061431045178px 1.207253071552259px -2px rgba(0, 0, 0, 0.61843), 0px -2px 10px -4px rgba(0, 0, 0, 0.17)\",...style},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:1,fit:\"tile\",intrinsicHeight:148,intrinsicWidth:150,pixelHeight:148,pixelWidth:150,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/pjCPzcida0Z3BkJsqpcT9snw.png\"},className:\"framer-1spi5z4\",\"data-framer-name\":\"texture\",layoutDependency:layoutDependency,layoutId:\"CmNURiVHh\",style:{borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40}}),wFlhI6XWv&&/*#__PURE__*/_jsx(Link,{href:CM1FACs1Z,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1fx5j4o framer-bqfh8i\",\"data-framer-name\":\"Frame 50\",layoutDependency:layoutDependency,layoutId:\"e_d6ED7A7\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-152mfeg-container\",layoutDependency:layoutDependency,layoutId:\"K6cZSlc9h-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-31ddeda0-db9f-40b5-a3dc-2e3033c2a0eb, rgb(60, 94, 57))\",height:\"100%\",iconSearch:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Home\",iconSelection:htvHI9Dg_,id:\"K6cZSlc9h\",layoutId:\"K6cZSlc9h\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"10px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(60, 94, 57))\"},children:\"Projets\"})}),className:\"framer-1f9w9pf\",\"data-framer-name\":\"Projets\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Njo3lEnNC\",style:{\"--extracted-r6o4lv\":\"rgb(60, 94, 57)\",\"--framer-paragraph-spacing\":\"0px\"},text:Rvy5iVVlv,verticalAlignment:\"center\",withExternalLayout:true})]})}),rUzTkDtb_&&/*#__PURE__*/_jsx(Link,{href:MLo62BEAI,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-hux61 framer-bqfh8i\",\"data-framer-name\":\"Frame 51\",layoutDependency:layoutDependency,layoutId:\"r1OHszH1Y\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ny6xlb-container\",layoutDependency:layoutDependency,layoutId:\"EyLdIvx0F-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-31ddeda0-db9f-40b5-a3dc-2e3033c2a0eb, rgb(60, 94, 57))\",height:\"100%\",iconSearch:(_getLocalizedValue1=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"Home\",iconSelection:XC75EEgZa,id:\"EyLdIvx0F\",layoutId:\"EyLdIvx0F\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"10px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(60, 94, 57))\"},children:\"\\xc0 propos\"})}),className:\"framer-g3tjqn\",\"data-framer-name\":\"\\xc0 propos\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"pJMePodm2\",style:{\"--extracted-r6o4lv\":\"rgb(60, 94, 57)\",\"--framer-paragraph-spacing\":\"0px\"},text:HUvqaQdqe,verticalAlignment:\"center\",withExternalLayout:true})]})}),Q7SUNh_QI&&/*#__PURE__*/_jsx(Link,{href:rZe3Gv3Gu,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1xkt2us framer-bqfh8i\",\"data-framer-name\":\"Frame 52\",layoutDependency:layoutDependency,layoutId:\"E6vWGyXvY\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r0jjtw-container\",layoutDependency:layoutDependency,layoutId:\"rA_yOendR-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-31ddeda0-db9f-40b5-a3dc-2e3033c2a0eb, rgb(60, 94, 57))\",height:\"100%\",iconSearch:(_getLocalizedValue2=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"Home\",iconSelection:TmIhL_1b4,id:\"rA_yOendR\",layoutId:\"rA_yOendR\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"10px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(60, 94, 57))\"},children:\"Services\"})}),className:\"framer-1lbz6nh\",\"data-framer-name\":\"Services\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fBE6Az1qc\",style:{\"--extracted-r6o4lv\":\"rgb(60, 94, 57)\",\"--framer-paragraph-spacing\":\"0px\"},text:r_SkCHIKR,verticalAlignment:\"center\",withExternalLayout:true})]})}),K542D7rdL&&/*#__PURE__*/_jsx(Link,{href:J21exh7Ai,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-9y4gc5 framer-bqfh8i\",\"data-framer-name\":\"Frame 54\",layoutDependency:layoutDependency,layoutId:\"SmqDuvfbd\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-m0lg6-container\",layoutDependency:layoutDependency,layoutId:\"y38XaYbpk-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-31ddeda0-db9f-40b5-a3dc-2e3033c2a0eb, rgb(60, 94, 57))\",height:\"100%\",iconSearch:(_getLocalizedValue3=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:\"Home\",iconSelection:erK06HTkF,id:\"y38XaYbpk\",layoutId:\"y38XaYbpk\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"10px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(60, 94, 57))\"},children:\"Contact\"})}),className:\"framer-ck6ni6\",\"data-framer-name\":\"Contact\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BFuDJsox3\",style:{\"--extracted-r6o4lv\":\"rgb(60, 94, 57)\",\"--framer-paragraph-spacing\":\"0px\"},text:VGOc3Hfhg,verticalAlignment:\"center\",withExternalLayout:true})]})}),wYtRA2g4N&&/*#__PURE__*/_jsx(Link,{href:ViVJLaj2B,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-131w8y5 framer-bqfh8i\",\"data-framer-name\":\"Frame 53\",layoutDependency:layoutDependency,layoutId:\"TcRtN39cT\",style:{backgroundColor:\"rgb(212, 113, 17)\",borderBottomLeftRadius:60,borderBottomRightRadius:60,borderTopLeftRadius:60,borderTopRightRadius:60},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-pt9jio-container\",layoutDependency:layoutDependency,layoutId:\"vC8mtyqvo-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-4c848869-367c-4730-a1d6-9c89b577b667, rgb(252, 247, 241))\",height:\"100%\",iconSearch:(_getLocalizedValue4=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:\"Home\",iconSelection:l57_U3Bpl,id:\"vC8mtyqvo\",layoutId:\"vC8mtyqvo\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"10px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(252, 247, 241))\"},children:\"Visio\"})}),className:\"framer-1ezhdwl\",\"data-framer-name\":\"Visio\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NzEjeqiXp\",style:{\"--extracted-r6o4lv\":\"rgb(252, 247, 241)\",\"--framer-paragraph-spacing\":\"0px\"},text:WMzDInje_,verticalAlignment:\"center\",withExternalLayout:true})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-lF0mC.framer-bqfh8i, .framer-lF0mC .framer-bqfh8i { display: block; }\",\".framer-lF0mC.framer-1aidrvt { -webkit-user-select: auto; align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 65px; justify-content: center; overflow: hidden; padding: 4px 6px 4px 6px; position: relative; user-select: auto; width: 390px; }\",\".framer-lF0mC .framer-1spi5z4 { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-lF0mC .framer-1fx5j4o { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 3px; height: min-content; justify-content: flex-start; max-width: 70px; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-lF0mC .framer-152mfeg-container, .framer-lF0mC .framer-ny6xlb-container, .framer-lF0mC .framer-1r0jjtw-container, .framer-lF0mC .framer-m0lg6-container, .framer-lF0mC .framer-pt9jio-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 25px); position: relative; width: 22px; }\",\".framer-lF0mC .framer-1f9w9pf, .framer-lF0mC .framer-g3tjqn, .framer-lF0mC .framer-1lbz6nh, .framer-lF0mC .framer-ck6ni6, .framer-lF0mC .framer-1ezhdwl { flex: none; height: auto; max-width: 70px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-lF0mC .framer-hux61, .framer-lF0mC .framer-1xkt2us, .framer-lF0mC .framer-9y4gc5 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; max-width: 70px; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-lF0mC .framer-131w8y5 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; max-width: 70px; overflow: visible; padding: 8px 0px 8px 0px; position: relative; text-decoration: none; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-lF0mC.framer-1aidrvt, .framer-lF0mC .framer-1fx5j4o, .framer-lF0mC .framer-hux61, .framer-lF0mC .framer-1xkt2us, .framer-lF0mC .framer-9y4gc5, .framer-lF0mC .framer-131w8y5 { gap: 0px; } .framer-lF0mC.framer-1aidrvt > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-lF0mC.framer-1aidrvt > :first-child { margin-left: 0px; } .framer-lF0mC.framer-1aidrvt > :last-child { margin-right: 0px; } .framer-lF0mC .framer-1fx5j4o > * { margin: 0px; margin-bottom: calc(3px / 2); margin-top: calc(3px / 2); } .framer-lF0mC .framer-1fx5j4o > :first-child, .framer-lF0mC .framer-hux61 > :first-child, .framer-lF0mC .framer-1xkt2us > :first-child, .framer-lF0mC .framer-9y4gc5 > :first-child, .framer-lF0mC .framer-131w8y5 > :first-child { margin-top: 0px; } .framer-lF0mC .framer-1fx5j4o > :last-child, .framer-lF0mC .framer-hux61 > :last-child, .framer-lF0mC .framer-1xkt2us > :last-child, .framer-lF0mC .framer-9y4gc5 > :last-child, .framer-lF0mC .framer-131w8y5 > :last-child { margin-bottom: 0px; } .framer-lF0mC .framer-hux61 > *, .framer-lF0mC .framer-1xkt2us > *, .framer-lF0mC .framer-9y4gc5 > *, .framer-lF0mC .framer-131w8y5 > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 65\n * @framerIntrinsicWidth 390\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"wFlhI6XWv\":\"_1Visible\",\"htvHI9Dg_\":\"_1Icon\",\"Rvy5iVVlv\":\"_1Text\",\"CM1FACs1Z\":\"_1Link\",\"rUzTkDtb_\":\"_2Visible\",\"XC75EEgZa\":\"_2Icon\",\"HUvqaQdqe\":\"_2Text\",\"MLo62BEAI\":\"_2Link\",\"Q7SUNh_QI\":\"_3Visible\",\"r_SkCHIKR\":\"_3Text\",\"TmIhL_1b4\":\"_3Icon\",\"rZe3Gv3Gu\":\"_3Link\",\"K542D7rdL\":\"_4Visible\",\"erK06HTkF\":\"_4Icon\",\"VGOc3Hfhg\":\"_4Text\",\"J21exh7Ai\":\"_4Link\",\"wYtRA2g4N\":\"_5Visible\",\"l57_U3Bpl\":\"_5Icon\",\"WMzDInje_\":\"_5Text\",\"ViVJLaj2B\":\"_5Link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramervaM02qv3u=withCSS(Component,css,\"framer-lF0mC\");export default FramervaM02qv3u;FramervaM02qv3u.displayName=\"Fixed Mobile 2\";FramervaM02qv3u.defaultProps={height:65,width:390};addPropertyControls(FramervaM02qv3u,{wFlhI6XWv:{defaultValue:true,title:\"1 - Visible\",type:ControlType.Boolean},htvHI9Dg_:(FeatherControls===null||FeatherControls===void 0?void 0:FeatherControls[\"iconSelection\"])&&{...FeatherControls[\"iconSelection\"],defaultValue:\"home\",description:undefined,hidden:undefined,title:\"1 - Icon\"},Rvy5iVVlv:{defaultValue:\"Menu\",displayTextArea:false,title:\"1 - Text\",type:ControlType.String},CM1FACs1Z:{title:\"1 - Link\",type:ControlType.Link},rUzTkDtb_:{defaultValue:true,title:\"2 - Visible\",type:ControlType.Boolean},XC75EEgZa:(FeatherControls===null||FeatherControls===void 0?void 0:FeatherControls[\"iconSelection\"])&&{...FeatherControls[\"iconSelection\"],defaultValue:\"home\",description:undefined,hidden:undefined,title:\"2 - Icon\"},HUvqaQdqe:{defaultValue:\"Menu\",displayTextArea:false,title:\"2 - Text\",type:ControlType.String},MLo62BEAI:{title:\"2 - Link\",type:ControlType.Link},Q7SUNh_QI:{defaultValue:true,title:\"3 - Visible\",type:ControlType.Boolean},r_SkCHIKR:{defaultValue:\"Menu\",displayTextArea:false,title:\"3 - Text\",type:ControlType.String},TmIhL_1b4:(FeatherControls===null||FeatherControls===void 0?void 0:FeatherControls[\"iconSelection\"])&&{...FeatherControls[\"iconSelection\"],defaultValue:\"home\",description:undefined,hidden:undefined,title:\"3 - Icon\"},rZe3Gv3Gu:{title:\"3 - Link\",type:ControlType.Link},K542D7rdL:{defaultValue:true,title:\"4 - Visible\",type:ControlType.Boolean},erK06HTkF:(FeatherControls===null||FeatherControls===void 0?void 0:FeatherControls[\"iconSelection\"])&&{...FeatherControls[\"iconSelection\"],defaultValue:\"home\",description:undefined,hidden:undefined,title:\"4 - Icon\"},VGOc3Hfhg:{defaultValue:\"Menu\",displayTextArea:false,title:\"4 - Text\",type:ControlType.String},J21exh7Ai:{title:\"4 - Link\",type:ControlType.Link},wYtRA2g4N:{defaultValue:true,title:\"5 - Visible\",type:ControlType.Boolean},l57_U3Bpl:(FeatherControls===null||FeatherControls===void 0?void 0:FeatherControls[\"iconSelection\"])&&{...FeatherControls[\"iconSelection\"],defaultValue:\"home\",description:undefined,hidden:undefined,title:\"5 - Icon\"},WMzDInje_:{defaultValue:\"Menu\",displayTextArea:false,title:\"5 - Text\",type:ControlType.String},ViVJLaj2B:{title:\"5 - Link\",type:ControlType.Link}});addFonts(FramervaM02qv3u,[{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\"}]},...FeatherFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramervaM02qv3u\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"390\",\"framerVariables\":\"{\\\"wFlhI6XWv\\\":\\\"_1Visible\\\",\\\"htvHI9Dg_\\\":\\\"_1Icon\\\",\\\"Rvy5iVVlv\\\":\\\"_1Text\\\",\\\"CM1FACs1Z\\\":\\\"_1Link\\\",\\\"rUzTkDtb_\\\":\\\"_2Visible\\\",\\\"XC75EEgZa\\\":\\\"_2Icon\\\",\\\"HUvqaQdqe\\\":\\\"_2Text\\\",\\\"MLo62BEAI\\\":\\\"_2Link\\\",\\\"Q7SUNh_QI\\\":\\\"_3Visible\\\",\\\"r_SkCHIKR\\\":\\\"_3Text\\\",\\\"TmIhL_1b4\\\":\\\"_3Icon\\\",\\\"rZe3Gv3Gu\\\":\\\"_3Link\\\",\\\"K542D7rdL\\\":\\\"_4Visible\\\",\\\"erK06HTkF\\\":\\\"_4Icon\\\",\\\"VGOc3Hfhg\\\":\\\"_4Text\\\",\\\"J21exh7Ai\\\":\\\"_4Link\\\",\\\"wYtRA2g4N\\\":\\\"_5Visible\\\",\\\"l57_U3Bpl\\\":\\\"_5Icon\\\",\\\"WMzDInje_\\\":\\\"_5Text\\\",\\\"ViVJLaj2B\\\":\\\"_5Link\\\"}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"65\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./vaM02qv3u.map", "import*as e from\"react\";function _extends(){_extends=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)Object.prototype.hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e};return _extends.apply(this,arguments)}function _objectWithoutPropertiesLoose(e,t){if(null==e)return{};var i={};var n=Object.keys(e);var r,o;for(o=0;o<n.length;o++){r=n[o];t.indexOf(r)>=0||(i[r]=e[r])}return i}const t=new Map;const i=new WeakMap;let n=0;let r;function defaultFallbackInView(e){r=e}\n/**\n * Generate a unique ID for the root element\n * @param root\n */function getRootId(e){if(!e)return\"0\";if(i.has(e))return i.get(e);n+=1;i.set(e,n.toString());return i.get(e)}\n/**\n * Convert the options to a string Id, based on the values.\n * Ensures we can reuse the same observer when observing elements with the same options.\n * @param options\n */function optionsToId(e){return Object.keys(e).sort().filter((t=>void 0!==e[t])).map((t=>`${t}_${\"root\"===t?getRootId(e.root):e[t]}`)).toString()}function createObserver(e){let i=optionsToId(e);let n=t.get(i);if(!n){const r=new Map;let o;const s=new IntersectionObserver((t=>{t.forEach((t=>{var i;const n=t.isIntersecting&&o.some((e=>t.intersectionRatio>=e));e.trackVisibility&&\"undefined\"===typeof t.isVisible&&(t.isVisible=n);null==(i=r.get(t.target))?void 0:i.forEach((e=>{e(n,t)}))}))}),e);o=s.thresholds||(Array.isArray(e.threshold)?e.threshold:[e.threshold||0]);n={id:i,observer:s,elements:r};t.set(i,n)}return n}\n/**\n * @param element - DOM Element to observe\n * @param callback - Callback function to trigger when intersection status changes\n * @param options - Intersection Observer options\n * @param fallbackInView - Fallback inView value.\n * @return Function - Cleanup function that should be triggered to unregister the observer\n */function observe(e,i,n={},o=r){if(\"undefined\"===typeof window.IntersectionObserver&&void 0!==o){const t=e.getBoundingClientRect();i(o,{isIntersecting:o,target:e,intersectionRatio:\"number\"===typeof n.threshold?n.threshold:0,time:0,boundingClientRect:t,intersectionRect:t,rootBounds:t});return()=>{}}const{id:s,observer:l,elements:h}=createObserver(n);let a=h.get(e)||[];h.has(e)||h.set(e,a);a.push(i);l.observe(e);return function unobserve(){a.splice(a.indexOf(i),1);if(0===a.length){h.delete(e);l.unobserve(e)}if(0===h.size){l.disconnect();t.delete(s)}}}const o=[\"children\",\"as\",\"triggerOnce\",\"threshold\",\"root\",\"rootMargin\",\"onChange\",\"skip\",\"trackVisibility\",\"delay\",\"initialInView\",\"fallbackInView\"];function isPlainChildren(e){return\"function\"!==typeof e.children}class InView extends e.Component{constructor(e){super(e);this.node=null;this._unobserveCb=null;this.handleNode=e=>{if(this.node){this.unobserve();e||this.props.triggerOnce||this.props.skip||this.setState({inView:!!this.props.initialInView,entry:void 0})}this.node=e||null;this.observeNode()};this.handleChange=(e,t)=>{e&&this.props.triggerOnce&&this.unobserve();isPlainChildren(this.props)||this.setState({inView:e,entry:t});this.props.onChange&&this.props.onChange(e,t)};this.state={inView:!!e.initialInView,entry:void 0}}componentDidUpdate(e){if(e.rootMargin!==this.props.rootMargin||e.root!==this.props.root||e.threshold!==this.props.threshold||e.skip!==this.props.skip||e.trackVisibility!==this.props.trackVisibility||e.delay!==this.props.delay){this.unobserve();this.observeNode()}}componentWillUnmount(){this.unobserve();this.node=null}observeNode(){if(!this.node||this.props.skip)return;const{threshold:e,root:t,rootMargin:i,trackVisibility:n,delay:r,fallbackInView:o}=this.props;this._unobserveCb=observe(this.node,this.handleChange,{threshold:e,root:t,rootMargin:i,trackVisibility:n,delay:r},o)}unobserve(){if(this._unobserveCb){this._unobserveCb();this._unobserveCb=null}}render(){if(!isPlainChildren(this.props)){const{inView:e,entry:t}=this.state;return this.props.children({inView:e,entry:t,ref:this.handleNode})}const t=this.props,{children:i,as:n}=t,r=_objectWithoutPropertiesLoose(t,o);return e.createElement(n||\"div\",_extends({ref:this.handleNode},r),i)}}function useInView({threshold:t,delay:i,trackVisibility:n,rootMargin:r,root:o,triggerOnce:s,skip:l,initialInView:h,fallbackInView:a,onChange:c}={}){var d;const[u,p]=e.useState(null);const b=e.useRef();const[f,g]=e.useState({inView:!!h,entry:void 0});b.current=c;e.useEffect((()=>{if(l||!u)return;let e;e=observe(u,((t,i)=>{g({inView:t,entry:i});b.current&&b.current(t,i);if(i.isIntersecting&&s&&e){e();e=void 0}}),{root:o,rootMargin:r,threshold:t,trackVisibility:n,delay:i},a);return()=>{e&&e()}}),[Array.isArray(t)?t.toString():t,u,o,r,s,l,n,a,i]);const v=null==(d=f.entry)?void 0:d.target;const y=e.useRef();if(!u&&v&&!s&&!l&&y.current!==v){y.current=v;g({inView:!!h,entry:void 0})}const V=[p,f.inView,f.entry];V.ref=V[0];V.inView=V[1];V.entry=V[2];return V}export{InView,defaultFallbackInView,observe,useInView};\n\n//# sourceMappingURL=react-intersection-observer.modern.mjs.map", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useRef,useEffect,useState}from\"react\";import{motion}from\"framer-motion\";import{useInView}from\"react-intersection-observer\";export function FixedMenuAppear(Component){return props=>{const ref=useRef(null);const helperRef=useRef(null);const[menuInViewRef,menuInView]=useInView({triggerOnce:true,threshold:0});const[helperInViewRef,helperInView]=useInView({triggerOnce:true,threshold:.2});const[scrollPosition,setScrollPosition]=useState(0);useEffect(()=>{const handleScroll=()=>{setScrollPosition(window.scrollY);};window.addEventListener(\"scroll\",handleScroll);return()=>{window.removeEventListener(\"scroll\",handleScroll);};},[]);useEffect(()=>{if(scrollPosition>=100||helperInView){ref.current.style.transform=\"translateY(-100px)\";}else{ref.current.style.transform=\"translateY(0)\";}},[scrollPosition,helperInView]);useEffect(()=>{if(helperInView){ref.current.style.transform=\"translateY(-100px)\";}},[helperInView]);return /*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"div\",{ref:helperRef,id:\"helper\",style:{height:\"100px\"}}),/*#__PURE__*/_jsx(\"div\",{ref:menuInViewRef,children:/*#__PURE__*/_jsx(motion.div,{ref:ref,style:{transition:\"transform 0.6s cubic-bezier(0, 0.36, 0.23, 1.17)\"},children:/*#__PURE__*/_jsx(Component,{...props})})})]});};}\nexport const __FramerMetadata__ = {\"exports\":{\"FixedMenuAppear\":{\"type\":\"reactHoc\",\"name\":\"FixedMenuAppear\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Fixed_menu.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useRef,useState,useEffect}from\"react\";import{motion}from\"framer-motion\";import{useInView}from\"react-intersection-observer\";export function ScaleSvg(Component){return props=>{const ref=useRef(null);const[inViewRef,inView]=useInView({triggerOnce:true,threshold:.2});const[windowWidth,setWindowWidth]=useState(null);useEffect(()=>{// Mettre \u00E0 jour la largeur de la fen\u00EAtre uniquement si nous sommes c\u00F4t\u00E9 client\nif(typeof window!==\"undefined\"){const updateWindowWidth=()=>setWindowWidth(window.innerWidth);updateWindowWidth()// Mettre \u00E0 jour au montage\n;window.addEventListener(\"resize\",updateWindowWidth);return()=>window.removeEventListener(\"resize\",updateWindowWidth);}},[]);const getScale=()=>{if(windowWidth===null)return 1// Valeur par d\u00E9faut pendant le rendu c\u00F4t\u00E9 serveur\n;if(windowWidth>=1440)return inView?1:.75;if(windowWidth>=809)return inView?.75:.45;return .45;};return /*#__PURE__*/_jsx(motion.div,{ref:node=>{ref.current=node;inViewRef(node);},style:{...props.style,opacity:inView?1:0,transform:`scale(${getScale()})`,transition:\"opacity 0.4s cubic-bezier(0.44, 0, 0, 0.98), transform 0.6s cubic-bezier(0.44, 0, 0, 0.98)\"},children:/*#__PURE__*/_jsx(Component,{...props})});};}\nexport const __FramerMetadata__ = {\"exports\":{\"ScaleSvg\":{\"type\":\"reactHoc\",\"name\":\"ScaleSvg\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Scale_SVG.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Rowan-medium italic\",\"FS;Rowan-bold italic\",\"FS;Rowan-bold italic\",\"FS;Rowan-medium italic\"]);export const fonts=[{family:\"Rowan\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/E5BMIQBQOFTNZAIEAZ22JT6ZEKRDWHNL/WHJSWGIACIHABS3S2LBAUQOL3XI4OQUD/E7XHDWG3ZOP43ZDMLJKZ5OGAWYM6H7CX.woff2\",weight:\"500\"},{family:\"Rowan\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/WQ2Y7RG5BJHR4D22KCDIVS3TZZAVW7YZ/O6DHFSBRG3MZSJA5FGJKALSVF5TL65ZX/TFOFDALP3XKIHGVRC6YDONPGN6PWKE6G.woff2\",weight:\"700\"}];export const css=['.framer-lPraG .framer-styles-preset-17tkuis:not(.rich-text-wrapper), .framer-lPraG .framer-styles-preset-17tkuis.rich-text-wrapper h1 { --framer-font-family: \"Rowan\", \"Rowan Placeholder\", serif; --framer-font-family-bold: \"Rowan\", \"Rowan Placeholder\", serif; --framer-font-family-bold-italic: \"Rowan\", \"Rowan Placeholder\", serif; --framer-font-family-italic: \"Rowan\", \"Rowan Placeholder\", serif; --framer-font-size: 128px; --framer-font-style: italic; --framer-font-style-bold: italic; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-31ddeda0-db9f-40b5-a3dc-2e3033c2a0eb, #3c5e39); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 810px) { .framer-lPraG .framer-styles-preset-17tkuis:not(.rich-text-wrapper), .framer-lPraG .framer-styles-preset-17tkuis.rich-text-wrapper h1 { --framer-font-family: \"Rowan\", \"Rowan Placeholder\", serif; --framer-font-family-bold: \"Rowan\", \"Rowan Placeholder\", serif; --framer-font-family-bold-italic: \"Rowan\", \"Rowan Placeholder\", serif; --framer-font-family-italic: \"Rowan\", \"Rowan Placeholder\", serif; --framer-font-size: 102px; --framer-font-style: italic; --framer-font-style-bold: italic; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-31ddeda0-db9f-40b5-a3dc-2e3033c2a0eb, #3c5e39); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-lPraG .framer-styles-preset-17tkuis:not(.rich-text-wrapper), .framer-lPraG .framer-styles-preset-17tkuis.rich-text-wrapper h1 { --framer-font-family: \"Rowan\", \"Rowan Placeholder\", serif; --framer-font-family-bold: \"Rowan\", \"Rowan Placeholder\", serif; --framer-font-family-bold-italic: \"Rowan\", \"Rowan Placeholder\", serif; --framer-font-family-italic: \"Rowan\", \"Rowan Placeholder\", serif; --framer-font-size: 60px; --framer-font-style: italic; --framer-font-style-bold: italic; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-31ddeda0-db9f-40b5-a3dc-2e3033c2a0eb, #3c5e39); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-lPraG\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["Animator", "props", "pathAnimation", "from", "to", "animate", "shouldLoop", "loopOptions", "slots", "endCircle", "hasChildren", "j", "customShape", "u", "placeholderStyles", "p", "emojiStyles", "titleStyles", "subtitleStyles", "firstChild", "getFirstChild", "svgChild", "isSpring", "shapeTransition", "pathLength", "useMotionValue", "opacity", "useTransform", "shapeProps", "isCanvas", "RenderTarget", "attributes", "pathD", "stroke", "strokeWidth", "strokeLinecap", "strokeLinejoin", "element", "splitAndReplace", "svgViewbox", "motion", "addPropertyControls", "ControlType", "string", "child", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "backgroundHover", "border", "height", "id", "link", "newTab", "text", "textColor", "textColorHover", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_humanReadableVariantMap_props_variant", "_ref6", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "T1ZcP8a2e", "O9TkxEGXu", "tFO6383qU", "FDCX2pCXK", "UnPX2bU2F", "YrAuDyvlG", "JQYCfmqza", "TVn6vwsTh", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "enabledGestures", "variantClassNames", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_JQYCfmqza_borderBottomWidth", "_JQYCfmqza_borderLeftWidth", "_JQYCfmqza_borderRightWidth", "_JQYCfmqza_borderTopWidth", "LayoutGroup", "Link", "u", "cx", "serializationHash", "addPropertyOverrides", "RichText2", "MotionDivWithFXWithOptimizedAppearEffect", "SVG", "css", "FramerkePbQSegy", "withCSS", "kePbQSegy_default", "addPropertyControls", "ControlType", "addFonts", "getBorderStyle", "e", "d", "r", "i", "l", "h", "b", "borderControls", "ControlType", "getFocusStyle", "color", "width", "style", "offset", "result", "focusControls", "ControlType", "getHoverStyle", "fillColor", "textColor", "borderColor", "hoverControls", "ControlType", "getPaddingStyle", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingControls", "ControlType", "getRadiusStyle", "radius", "radiusPerCorner", "radiusTopLeft", "radiusTopRight", "radiusBottomRight", "radiusBottomLeft", "result", "radiusControls", "ControlType", "className", "IconType", "Icon", "type", "color", "image", "size", "p", "CaretType", "Caret", "LocaleSelector", "withCSS", "font", "fillColor", "textColor", "icon", "caret", "title", "gap", "border", "hover", "focus", "style", "props", "id", "ae", "activeLocale", "locales", "setLocale", "useLocaleInfo", "localesForCurrentRoute", "useLocalesForCurrentRoute", "activeLocaleId", "lastActiveLocaleId", "setLastActiveLocaleId", "ye", "selectedLocaleId", "setSelectedLocaleId", "selectedLocale", "locale", "handleChange", "event", "localeId", "u", "className", "getPaddingStyle", "getRadiusStyle", "getBorderStyle", "getHoverStyle", "getFocusStyle", "addPropertyControls", "ControlType", "paddingControls", "radiusControls", "borderControls", "hoverControls", "focusControls", "LocaleSelector_default", "containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "o", "e", "t", "h", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "getIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchTerm", "_iconSearchTerm", "useIconSelection", "iconSearchResult", "moduleBaseUrl", "icons", "iconKeys", "weightOptions", "styleKeyOptions", "styleOptionPropKeys", "optionKey", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "style", "isMounted", "pe", "iconKey", "useIconSelection", "styleOptionProps", "prop", "iconStyle", "iconStyleKey", "activeStyle", "SelectedIcon", "setSelectedIcon", "ye", "h", "npm_react_18_2_exports", "importModule", "module", "emptyState", "RenderTarget", "p", "NullState", "motion", "hideStyleOptions", "styleOptions", "styleOptionsNumber", "name", "getIconSelection", "icon", "addPropertyControls", "ControlType", "result", "defaultEvents", "fmMEV71Xr_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "p", "x", "u", "motion", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "v12", "v13", "__FramerMetadata__", "valuesByLocaleId", "fmMEV71Xr_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "ButtonFonts", "getFonts", "kePbQSegy_default", "LocaleSelectorFonts", "LocaleSelector_default", "MaterialFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image", "link", "link2", "link3", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "ByjJaPCVb", "k1yAmkNQS", "Zx0MrjoKN", "Q_HEMMXW5", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "Link", "SVG", "RichText2", "getLocalizedValue", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerfmMEV71Xr", "withCSS", "fmMEV71Xr_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ButtonFonts", "getFonts", "kePbQSegy_default", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "ButtonControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "_1Link", "_1Text", "_1Visible", "_2Link", "_2Text", "_2Visible", "_3Link", "_3Text", "_3Visible", "_4Link", "_4Text", "_4Visible", "_5Background", "_5BackgroundHover", "_5Border", "_5Link", "_5Text", "_5TextColor", "_5TextColorHover", "_5Variant", "_5Visible", "height", "id", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_ref6", "_ref7", "_ref8", "_ref9", "_ref10", "_ref11", "_humanReadableEnumMap__5Variant", "_ref12", "_ref13", "_humanReadableVariantMap_props_variant", "_ref14", "_ref15", "_ref16", "_ref17", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "R3KpJDDKU", "EJGtqCu88", "vRsIuuCRH", "zwqgS8rJZ", "aLW_ydxrm", "nB5a1woKL", "Q5p_iLGVe", "LhOXMDyq3", "TSGMaywYE", "hJI_ZdN3X", "Ghmnnj9ii", "VxrABwWot", "P88PgRDHd", "MbVfGzMJb", "UmQ8iavrq", "vXD425vod", "ysl6LVq8o", "n5XzIxr1N", "fK01VA3ZO", "JwueQfOlI", "qIkbMdOOa", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "MotionDivWithFXWithOptimizedAppearEffect", "cx", "serializationHash", "addPropertyOverrides", "Link", "SVG", "ComponentViewportProvider", "kePbQSegy_default", "css", "FramerfVNoTjAwI", "withCSS", "fVNoTjAwI_default", "addPropertyControls", "ControlType", "ButtonControls", "addFonts", "ButtonFonts", "Iah_A2jtv_exports", "__export", "__FramerMetadata__", "Iah_A2jtv_default", "ButtonFonts", "getFonts", "kePbQSegy_default", "ButtonControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "p", "Variants", "motion", "x", "humanReadableEnumMap", "getProps", "_1Link", "_1Text", "_1Visible", "_2Link", "_2Text", "_2Visible", "_3Link", "_3Text", "_3Visible", "_4Link", "_4Text", "_4Visible", "_5Background", "_5BackgroundHover", "_5Border", "_5Link", "_5NewTab", "_5Text", "_5TextColor", "_5TextColorHover", "_5Variant", "_5Visible", "height", "id", "width", "props", "_ref", "_ref1", "_humanReadableEnumMap__5Variant", "_ref2", "_ref3", "_ref4", "_ref5", "_ref6", "_ref7", "_ref8", "_ref9", "_ref10", "_ref11", "_ref12", "_ref13", "_ref14", "_ref15", "_ref16", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "a5ry7NIlM", "UYSmDnPBP", "hC6HpzaGu", "PrR6pt8qA", "ZiRMn21WA", "RZb1ng0x_", "oUG20Vj9k", "M7XbHt4zt", "C_7PhNpSI", "nkWOye8gW", "zyDj4uo0K", "ePzjIgKv6", "eLJ0xyolP", "MfR91hzRz", "ApA1u4sN_", "fEK50Cblq", "y1gB3EeFH", "h8xQTvxoB", "LkpJ6DxBY", "OtBOmwe60", "sQK1O0NlK", "uGIjqgBca", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "Image2", "ComponentViewportProvider", "kePbQSegy_default", "css", "FramerIah_A2jtv", "withCSS", "Iah_A2jtv_default", "addPropertyControls", "ControlType", "ButtonControls", "addFonts", "ButtonFonts", "__FramerMetadata__", "r", "s", "o", "n", "t", "e", "i", "iconKeys", "moduleBaseUrl", "uppercaseIconKeys", "name", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "s", "npm_react_18_2_exports", "importModule", "active", "module", "e", "emptyState", "RenderTarget", "p", "NullState", "addPropertyControls", "ControlType", "defaultEvents", "vaM02qv3u_0_exports", "__export", "__FramerMetadata__", "v0", "v0", "__FramerMetadata__", "FeatherFonts", "getFonts", "Icon", "FeatherControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "valuesByLocaleId", "vaM02qv3u_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "p", "Variants", "motion", "x", "humanReadableEnumMap", "getProps", "_1Icon", "_1Link", "_1Text", "_1Visible", "_2Icon", "_2Link", "_2Text", "_2Visible", "_3Icon", "_3Link", "_3Text", "_3Visible", "_4Icon", "_4Link", "_4Text", "_4Visible", "_5Icon", "_5Link", "_5Text", "_5Visible", "height", "id", "width", "props", "_humanReadableEnumMap__4Icon", "_ref", "_ref1", "_humanReadableEnumMap__1Icon", "_ref2", "_ref3", "_ref4", "_ref5", "_humanReadableEnumMap__5Icon", "_ref6", "_ref7", "_ref8", "_ref9", "_ref10", "_ref11", "_humanReadableEnumMap__3Icon", "_ref12", "_ref13", "_ref14", "_ref15", "_ref16", "_ref17", "_humanReadableEnumMap__2Icon", "_ref18", "_ref19", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "wFlhI6XWv", "htvHI9Dg_", "Rvy5iVVlv", "CM1FACs1Z", "rUzTkDtb_", "XC75EEgZa", "HUvqaQdqe", "MLo62BEAI", "Q7SUNh_QI", "r_SkCHIKR", "TmIhL_1b4", "rZe3Gv3Gu", "K542D7rdL", "erK06HTkF", "VGOc3Hfhg", "J21exh7Ai", "wYtRA2g4N", "l57_U3Bpl", "WMzDInje_", "ViVJLaj2B", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "LayoutGroup", "u", "cx", "serializationHash", "Image2", "Link", "ComponentViewportProvider", "Icon", "RichText2", "css", "FramervaM02qv3u", "withCSS", "vaM02qv3u_default", "addPropertyControls", "ControlType", "FeatherControls", "addFonts", "FeatherFonts", "t", "i", "n", "r", "getRootId", "e", "i", "n", "optionsToId", "createObserver", "t", "r", "o", "s", "observe", "window", "h", "a", "useInView", "t", "i", "n", "r", "o", "s", "l", "h", "a", "c", "d", "u", "p", "ye", "b", "pe", "f", "g", "e", "observe", "v", "y", "V", "FixedMenuAppear", "Component", "props", "ref", "pe", "helperRef", "menuInViewRef", "menuInView", "useInView", "helperInViewRef", "helperInView", "scrollPosition", "setScrollPosition", "ye", "handleScroll", "window", "u", "l", "p", "motion", "ScaleSvg", "Component", "props", "ref", "pe", "inViewRef", "inView", "useInView", "windowWidth", "setWindowWidth", "ye", "window", "updateWindowWidth", "getScale", "p", "motion", "node", "fontStore", "fonts", "css", "className"]
}
