{
  "version": 3,
  "sources": ["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/6SPClu354QJPCp6Xj5C0/padding.js", "ssg:https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/58OHv7BfCzgeBhiv1TYu/radius.js", "ssg:https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/UfMN9oeTJKQqVQHIwZ5z/LocaleSelector.js", "ssg:https://framerusercontent.com/modules/Pryw89XBHhpSpTPeNfps/4l377HbLknFN5Jdm5jOT/YT3mJXDs7.js", "ssg:https://framerusercontent.com/modules/3YFkq0wAivvwA23aVQVO/hPof6DOT1LkFELVmygAX/lrgF4au64-0.js", "ssg:https://framerusercontent.com/modules/3YFkq0wAivvwA23aVQVO/hPof6DOT1LkFELVmygAX/lrgF4au64.js", "ssg:https://framerusercontent.com/modules/UoIh1YQmBc66VubhEQ53/oBAmG8AlrS4We7xoADgR/PDr_PX1te.js", "ssg:https://framerusercontent.com/modules/ymEYTsiE5MemdNzD9f0M/u9uPSYymJ8aSfbFijNJl/YTQt0oSmH.js", "ssg:https://framerusercontent.com/modules/7AzQ06GqdjO2zraTmOJp/LgK9nbv1XYvwu64o72qc/lrgF4au64.js", "ssg:https://framerusercontent.com/modules/f11yteor5xsXipqb9SYP/kdJcrwVtI7Idg7S7K9SX/kdR11crwi.js", "ssg:https://framerusercontent.com/modules/G13hzNJarVwFSM9GQqlL/yQhgsXTudWL8vzI1YdTZ/oy1Y5gjRf-0.js", "ssg:https://framerusercontent.com/modules/G13hzNJarVwFSM9GQqlL/yQhgsXTudWL8vzI1YdTZ/oy1Y5gjRf.js", "ssg:https://framerusercontent.com/modules/g9zs1zJBp0ujE0o96xR8/k5nFCkP55SEUAnwtr4XF/oy1Y5gjRf.js"],
  "sourcesContent": ["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(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.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],defaultValue:10,min:0}};\nexport const __FramerMetadata__ = {\"exports\":{\"getPaddingStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControls\":{\"type\":\"variable\",\"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}={}){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.FusedNumber,toggleKey:\"radiusPerConrner\",toggleTitles:[\"Radius\",\"Radius per side\"],valueKeys:[\"radiusTopLeft\",\"radiusTopRight\",\"radiusBottomRight\",\"radiusBottomLeft\",],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],defaultValue:10,min:0}};\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,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/6SPClu354QJPCp6Xj5C0/padding.js\";import{getRadiusStyle,radiusControls}from\"https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/58OHv7BfCzgeBhiv1TYu/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();var _activeLocale_id;const activeLocaleId=(_activeLocale_id=activeLocale===null||activeLocale===void 0?void 0:activeLocale.id)!==null&&_activeLocale_id!==void 0?_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);}var _selectedLocale_name;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:locales.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=selectedLocale===null||selectedLocale===void 0?void 0:selectedLocale.name)!==null&&_selectedLocale_name!==void 0?_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        `]);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,displaySegmentedControl:true,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",allowedFileTypes:[\"jpg\",\"png\",\"svg\"],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,displaySegmentedControl:true,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",allowedFileTypes:[\"jpg\",\"png\",\"svg\"],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\":{\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerSupportedLayoutHeight\":\"any\",\"framerDisableUnlink\":\"* @framerIntrinsicWidth 120\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"34\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LocaleSelector.map", "// Generated by Framer (be619af)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-lY9xD .framer-styles-preset-xbcorh:not(.rich-text-wrapper), .framer-lY9xD .framer-styles-preset-xbcorh.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-decoration: none; --framer-link-text-decoration: none; }\"];export const className=\"framer-lY9xD\";\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\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\"},children:\"Servicios\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e0b76efe-af51-4349-a09e-289520a459f1, rgb(255, 255, 255)))\"},children:\"Servicios\"})});export const v2=\"Espacio\";export const v3=\"Equipo\";export const v4=\"Tecnolog\\xeda\";export const v5=\"\\xbfC\\xf3mo podemos ayudarte?\";export const v6=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f53ea2ff-e4c0-4286-ae9c-856a8fb69284, rgb(0, 0, 0)))\"},children:\"Espacio\"})});export const v7=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f53ea2ff-e4c0-4286-ae9c-856a8fb69284, rgb(0, 0, 0)))\"},children:\"Equipo\"})});export const v8=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f53ea2ff-e4c0-4286-ae9c-856a8fb69284, rgb(0, 0, 0)))\"},children:\"Tecnolog\\xeda\"})});export const v9=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35)))\"},children:\"Fisioterapia\"})});export const v10=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35)))\"},children:\"Clases grupales\"})});export const v11=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35)))\"},children:\"Rehabilitaci\\xf3n\"})});export const v12=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35)))\"},children:\"Nutrici\\xf3n y diet\\xe9tica\"})});export const v13=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f53ea2ff-e4c0-4286-ae9c-856a8fb69284, rgb(0, 0, 0)))\"},children:\"Servicios\"})});export const v14=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35)))\"},children:\"Idioma\"})});export const v15=\"Ll\\xe1manos por tel\\xe9fono\";export const v16=\"Escr\\xedbenos por Whatsapp\";export const v17=\"Fisioterapia\";export const v18=\"Rehabilitaci\\xf3n\";export const v19=\"Clases grupales\";export const v20=\"Nutrici\\xf3n y diet\\xe9tica\";\nexport const __FramerMetadata__ = {\"exports\":{\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v14\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v17\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v15\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v20\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v18\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v19\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v16\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (be619af)\nimport*as localizedValues from\"./lrgF4au64-0.js\";const valuesByLocaleId={SmZWCosFg: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 (01933e6)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={G5NyDwuWV:{hover:true},IahMIvQri:{hover:true},RukxaX2ud:{hover:true},vh5ClYTbr:{hover:true}};const cycleOrder=[\"vh5ClYTbr\",\"n43Bd43cP\",\"G5NyDwuWV\",\"IahMIvQri\",\"RukxaX2ud\",\"ueFHikGcQ\"];const serializationHash=\"framer-zdMhJ\";const variantClassNames={G5NyDwuWV:\"framer-v-u6zsvy\",IahMIvQri:\"framer-v-ggmxd6\",n43Bd43cP:\"framer-v-ulrabk\",RukxaX2ud:\"framer-v-lzuga9\",ueFHikGcQ:\"framer-v-1gw29bt\",vh5ClYTbr:\"framer-v-1tc4uqm\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:600,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.create(React.Fragment);const humanReadableVariantMap={\"Variant 4\":\"IahMIvQri\",\"Variant 5\":\"RukxaX2ud\",\"Variant 6\":\"ueFHikGcQ\",\"Without icon\":\"G5NyDwuWV\",Closed:\"vh5ClYTbr\",Open:\"n43Bd43cP\"};const getProps=({height,id,link,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,DApvjrdfG:(_ref=title!==null&&title!==void 0?title:props.DApvjrdfG)!==null&&_ref!==void 0?_ref:\"Product\",i8kWhyHir:link!==null&&link!==void 0?link:props.i8kWhyHir,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"vh5ClYTbr\"};};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,DApvjrdfG,i8kWhyHir,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"vh5ClYTbr\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"G5NyDwuWV-hover\",\"RukxaX2ud-hover\"].includes(gestureVariant))return false;if([\"G5NyDwuWV\",\"RukxaX2ud\"].includes(baseVariant))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:transition1,children:/*#__PURE__*/_jsx(Link,{href:i8kWhyHir,nodeId:\"vh5ClYTbr\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1tc4uqm\",className,classNames)} framer-4lfgf6`,\"data-framer-name\":\"Closed\",layoutDependency:layoutDependency,layoutId:\"vh5ClYTbr\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:300,borderBottomRightRadius:300,borderTopLeftRadius:300,borderTopRightRadius:300,...style},variants:{\"G5NyDwuWV-hover\":{backgroundColor:\"rgba(0, 0, 0, 0.04)\"},\"IahMIvQri-hover\":{backgroundColor:\"rgba(255, 255, 255, 0.16)\"},\"RukxaX2ud-hover\":{backgroundColor:\"rgba(255, 255, 255, 0.16)\"},\"vh5ClYTbr-hover\":{backgroundColor:\"rgba(0, 0, 0, 0.04)\"},IahMIvQri:{backgroundColor:\"rgba(0, 0, 0, 0)\"},n43Bd43cP:{backgroundColor:\"rgba(0, 0, 0, 0.04)\"},RukxaX2ud:{backgroundColor:\"rgba(0, 0, 0, 0)\"},ueFHikGcQ:{backgroundColor:\"rgba(255, 255, 255, 0.16)\"}},...addPropertyOverrides({\"G5NyDwuWV-hover\":{\"data-framer-name\":undefined},\"IahMIvQri-hover\":{\"data-framer-name\":undefined},\"RukxaX2ud-hover\":{\"data-framer-name\":undefined},\"vh5ClYTbr-hover\":{\"data-framer-name\":undefined},G5NyDwuWV:{\"data-framer-name\":\"Without icon\"},IahMIvQri:{\"data-framer-name\":\"Variant 4\"},n43Bd43cP:{\"data-framer-name\":\"Open\"},RukxaX2ud:{\"data-framer-name\":\"Variant 5\"},ueFHikGcQ:{\"data-framer-name\":\"Variant 6\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\"},children:\"Product\"})}),className:\"framer-10z7jr7\",fonts:[\"CUSTOM;Avenir Roman\"],layoutDependency:layoutDependency,layoutId:\"sJqvj18a5\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:DApvjrdfG,variants:{IahMIvQri:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},n43Bd43cP:{\"--extracted-r6o4lv\":\"var(--token-f53ea2ff-e4c0-4286-ae9c-856a8fb69284, rgb(0, 0, 0))\"},RukxaX2ud:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},ueFHikGcQ:{\"--extracted-r6o4lv\":\"var(--token-5ed20a85-dddc-49f8-af8f-b439a385d72f, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({IahMIvQri:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Product\"})})},n43Bd43cP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f53ea2ff-e4c0-4286-ae9c-856a8fb69284, rgb(0, 0, 0)))\"},children:\"Product\"})})},RukxaX2ud:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Product\"})})},ueFHikGcQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5ed20a85-dddc-49f8-af8f-b439a385d72f, rgb(255, 255, 255)))\"},children:\"Product\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xhyom3-container\",layoutDependency:layoutDependency,layoutId:\"iQl4dcfhl-container\",style:{rotate:0},variants:{n43Bd43cP:{rotate:-180},ueFHikGcQ:{rotate:-180}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-f53ea2ff-e4c0-4286-ae9c-856a8fb69284, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"arrow\",iconSelection:\"CaretDown\",id:\"iQl4dcfhl\",layoutId:\"iQl4dcfhl\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({IahMIvQri:{color:\"var(--token-5ed20a85-dddc-49f8-af8f-b439a385d72f, rgb(255, 255, 255))\"},ueFHikGcQ:{color:\"var(--token-5ed20a85-dddc-49f8-af8f-b439a385d72f, rgb(255, 255, 255))\"}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zdMhJ.framer-4lfgf6, .framer-zdMhJ .framer-4lfgf6 { display: block; }\",\".framer-zdMhJ.framer-1tc4uqm { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: 48px; justify-content: center; overflow: hidden; padding: 6px 16px 6px 16px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-zdMhJ .framer-10z7jr7 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-zdMhJ .framer-xhyom3-container { flex: none; height: 12px; position: relative; width: 12px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zdMhJ.framer-1tc4uqm { gap: 0px; } .framer-zdMhJ.framer-1tc4uqm > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-zdMhJ.framer-1tc4uqm > :first-child { margin-left: 0px; } .framer-zdMhJ.framer-1tc4uqm > :last-child { margin-right: 0px; } }\",\".framer-zdMhJ.framer-v-ulrabk.framer-1tc4uqm, .framer-zdMhJ.framer-v-1gw29bt.framer-1tc4uqm { cursor: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 105.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"n43Bd43cP\":{\"layout\":[\"auto\",\"fixed\"]},\"G5NyDwuWV\":{\"layout\":[\"auto\",\"fixed\"]},\"IahMIvQri\":{\"layout\":[\"auto\",\"fixed\"]},\"RukxaX2ud\":{\"layout\":[\"auto\",\"fixed\"]},\"ueFHikGcQ\":{\"layout\":[\"auto\",\"fixed\"]},\"ksOSGavU1\":{\"layout\":[\"auto\",\"fixed\"]},\"sHLJUmIuk\":{\"layout\":[\"auto\",\"fixed\"]},\"qB2Gfrq59\":{\"layout\":[\"auto\",\"fixed\"]},\"cP5sC9kzL\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"DApvjrdfG\":\"title\",\"i8kWhyHir\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerPDr_PX1te=withCSS(Component,css,\"framer-zdMhJ\");export default FramerPDr_PX1te;FramerPDr_PX1te.displayName=\"Trigger\";FramerPDr_PX1te.defaultProps={height:48,width:105.5};addPropertyControls(FramerPDr_PX1te,{variant:{options:[\"vh5ClYTbr\",\"n43Bd43cP\",\"G5NyDwuWV\",\"IahMIvQri\",\"RukxaX2ud\",\"ueFHikGcQ\"],optionTitles:[\"Closed\",\"Open\",\"Without icon\",\"Variant 4\",\"Variant 5\",\"Variant 6\"],title:\"Variant\",type:ControlType.Enum},DApvjrdfG:{defaultValue:\"Product\",displayTextArea:false,title:\"Title\",type:ControlType.String},i8kWhyHir:{title:\"Link\",type:ControlType.Link}});addFonts(FramerPDr_PX1te,[{explicitInter:true,fonts:[{family:\"Avenir Roman\",source:\"custom\",url:\"https://framerusercontent.com/assets/pMcYJ2iKAnutXgVyrOex8qnByw.woff2\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerPDr_PX1te\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"DApvjrdfG\\\":\\\"title\\\",\\\"i8kWhyHir\\\":\\\"link\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"105.5\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"n43Bd43cP\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"G5NyDwuWV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"IahMIvQri\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"RukxaX2ud\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"ueFHikGcQ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"ksOSGavU1\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"sHLJUmIuk\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"qB2Gfrq59\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"cP5sC9kzL\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"48\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./PDr_PX1te.map", "// Generated by Framer (be619af)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={ecDCJlFeh:{hover:true},gYgyPQkPJ:{hover:true}};const cycleOrder=[\"gYgyPQkPJ\",\"ecDCJlFeh\",\"sLQlYlw7C\",\"U7wU2loWX\"];const serializationHash=\"framer-XK2Hv\";const variantClassNames={ecDCJlFeh:\"framer-v-4ub3fk\",gYgyPQkPJ:\"framer-v-4tutxd\",sLQlYlw7C:\"framer-v-usd39a\",U7wU2loWX:\"framer-v-1xj1hyo\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping: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.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"gYgyPQkPJ\",\"Variant 2\":\"ecDCJlFeh\",\"Variant 3\":\"sLQlYlw7C\",\"Variant 4\":\"U7wU2loWX\"};const getProps=({height,id,link,title,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref,_ref1;return{...props,kZTY8P1fg:link!==null&&link!==void 0?link:props.kZTY8P1fg,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"gYgyPQkPJ\",wPrFjMfwY:(_ref1=title!==null&&title!==void 0?title:props.wPrFjMfwY)!==null&&_ref1!==void 0?_ref1:\"Item navbar\"};};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,wPrFjMfwY,kZTY8P1fg,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"gYgyPQkPJ\",enabledGestures,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__*/_jsx(Link,{href:kZTY8P1fg,nodeId:\"gYgyPQkPJ\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-4tutxd\",className,classNames)} framer-195700y`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"gYgyPQkPJ\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"ecDCJlFeh-hover\":{\"data-framer-name\":undefined},\"gYgyPQkPJ-hover\":{\"data-framer-name\":undefined},ecDCJlFeh:{\"data-framer-name\":\"Variant 2\"},sLQlYlw7C:{\"data-framer-name\":\"Variant 3\"},U7wU2loWX:{\"data-framer-name\":\"Variant 4\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-f53ea2ff-e4c0-4286-ae9c-856a8fb69284, rgb(0, 0, 0)))\"},children:\"Item navbar\"})}),className:\"framer-ks3uko\",fonts:[\"CUSTOM;Avenir Roman\"],layoutDependency:layoutDependency,layoutId:\"MhbfQGWKU\",style:{\"--extracted-gdpscs\":\"var(--token-f53ea2ff-e4c0-4286-ae9c-856a8fb69284, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:wPrFjMfwY,variants:{\"ecDCJlFeh-hover\":{\"--extracted-gdpscs\":\"rgba(255, 255, 255, 0.65)\"},\"gYgyPQkPJ-hover\":{\"--extracted-gdpscs\":\"var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35))\"},ecDCJlFeh:{\"--extracted-gdpscs\":\"var(--token-5ed20a85-dddc-49f8-af8f-b439a385d72f, rgb(255, 255, 255))\"},sLQlYlw7C:{\"--extracted-gdpscs\":\"rgba(0, 0, 0, 0.25)\"},U7wU2loWX:{\"--extracted-gdpscs\":\"rgba(255, 255, 255, 0.35)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"ecDCJlFeh-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgba(255, 255, 255, 0.65))\"},children:\"Item navbar\"})})},\"gYgyPQkPJ-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35)))\"},children:\"Item navbar\"})})},ecDCJlFeh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-5ed20a85-dddc-49f8-af8f-b439a385d72f, rgb(255, 255, 255)))\"},children:\"Item navbar\"})})},sLQlYlw7C:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgba(0, 0, 0, 0.25))\"},children:\"Item navbar\"})})},U7wU2loWX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgba(255, 255, 255, 0.35))\"},children:\"Item navbar\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-XK2Hv.framer-195700y, .framer-XK2Hv .framer-195700y { display: block; }\",\".framer-XK2Hv.framer-4tutxd { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-XK2Hv .framer-ks3uko { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-XK2Hv.framer-4tutxd { gap: 0px; } .framer-XK2Hv.framer-4tutxd > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-XK2Hv.framer-4tutxd > :first-child { margin-top: 0px; } .framer-XK2Hv.framer-4tutxd > :last-child { margin-bottom: 0px; } }\",\".framer-XK2Hv.framer-v-usd39a.framer-4tutxd, .framer-XK2Hv.framer-v-1xj1hyo.framer-4tutxd { cursor: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 19\n * @framerIntrinsicWidth 83\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"ecDCJlFeh\":{\"layout\":[\"auto\",\"auto\"]},\"sLQlYlw7C\":{\"layout\":[\"auto\",\"auto\"]},\"U7wU2loWX\":{\"layout\":[\"auto\",\"auto\"]},\"SFSekxUJo\":{\"layout\":[\"auto\",\"auto\"]},\"c9lIGRPGJ\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"wPrFjMfwY\":\"title\",\"kZTY8P1fg\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerYTQt0oSmH=withCSS(Component,css,\"framer-XK2Hv\");export default FramerYTQt0oSmH;FramerYTQt0oSmH.displayName=\"Item navbar\";FramerYTQt0oSmH.defaultProps={height:19,width:83};addPropertyControls(FramerYTQt0oSmH,{variant:{options:[\"gYgyPQkPJ\",\"ecDCJlFeh\",\"sLQlYlw7C\",\"U7wU2loWX\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum},wPrFjMfwY:{defaultValue:\"Item navbar\",displayTextArea:false,title:\"Title\",type:ControlType.String},kZTY8P1fg:{title:\"Link\",type:ControlType.Link}});addFonts(FramerYTQt0oSmH,[{explicitInter:true,fonts:[{family:\"Avenir Roman\",source:\"custom\",url:\"https://framerusercontent.com/assets/pMcYJ2iKAnutXgVyrOex8qnByw.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYTQt0oSmH\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"19\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"wPrFjMfwY\\\":\\\"title\\\",\\\"kZTY8P1fg\\\":\\\"link\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ecDCJlFeh\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"sLQlYlw7C\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"U7wU2loWX\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"SFSekxUJo\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"c9lIGRPGJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"83\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YTQt0oSmH.map", "// Generated by Framer (be619af)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import LocaleSelector from\"https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/UfMN9oeTJKQqVQHIwZ5z/LocaleSelector.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/Pryw89XBHhpSpTPeNfps/4l377HbLknFN5Jdm5jOT/YT3mJXDs7.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/3YFkq0wAivvwA23aVQVO/hPof6DOT1LkFELVmygAX/lrgF4au64.js\";import Button from\"https://framerusercontent.com/modules/HgnKabWrOg3tdiNPhkJM/5O13Bd4l6mv9ERQq7D0T/NTIPOgC2M.js\";import Trigger from\"https://framerusercontent.com/modules/UoIh1YQmBc66VubhEQ53/oBAmG8AlrS4We7xoADgR/PDr_PX1te.js\";import ItemNavbar from\"https://framerusercontent.com/modules/ymEYTsiE5MemdNzD9f0M/u9uPSYymJ8aSfbFijNJl/YTQt0oSmH.js\";const PhosphorFonts=getFonts(Phosphor);const TriggerFonts=getFonts(Trigger);const ButtonFonts=getFonts(Button);const LocaleSelectorFonts=getFonts(LocaleSelector);const ItemNavbarFonts=getFonts(ItemNavbar);const cycleOrder=[\"pPWz71ele\",\"GAwRpBd6l\",\"QStWktNVt\",\"x6RYfk97i\",\"dS1TkXtF8\",\"xIxT0Phes\"];const serializationHash=\"framer-uyct6\";const variantClassNames={dS1TkXtF8:\"framer-v-o4y0uz\",GAwRpBd6l:\"framer-v-xn5wte\",pPWz71ele:\"framer-v-1o3ri99\",QStWktNVt:\"framer-v-1xpifww\",x6RYfk97i:\"framer-v-1dhfm8u\",xIxT0Phes:\"framer-v-14zqea3\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping: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.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"pPWz71ele\",\"Variant 2\":\"GAwRpBd6l\",\"Variant 3\":\"QStWktNVt\",\"Variant 4\":\"x6RYfk97i\",\"Variant 5\":\"dS1TkXtF8\",\"Variant 6\":\"xIxT0Phes\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"pPWz71ele\"};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"pPWz71ele\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1c0ltj0=activeVariantCallback(async(...args)=>{setVariant(\"xIxT0Phes\");});const onTap1nni6oe=activeVariantCallback(async(...args)=>{setVariant(\"dS1TkXtF8\");});const onMouseEnterhhflmk=activeVariantCallback(async(...args)=>{setVariant(\"GAwRpBd6l\");});const onMouseEnter1hd6bvh=activeVariantCallback(async(...args)=>{setVariant(\"x6RYfk97i\");});const onMouseLeave1q2fy6l=activeVariantCallback(async(...args)=>{setVariant(\"pPWz71ele\");});const onMouseLeave5jfc4a=activeVariantCallback(async(...args)=>{setVariant(\"QStWktNVt\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"dS1TkXtF8\",\"xIxT0Phes\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"dS1TkXtF8\",\"xIxT0Phes\"].includes(baseVariant))return false;return true;};const router=useRouter();const isDisplayed2=()=>{if(baseVariant===\"xIxT0Phes\")return true;return false;};const isDisplayed3=()=>{if([\"GAwRpBd6l\",\"x6RYfk97i\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6,_getLocalizedValue7,_getLocalizedValue8,_getLocalizedValue9,_getLocalizedValue10,_getLocalizedValue11,_getLocalizedValue12,_getLocalizedValue13,_getLocalizedValue14,_getLocalizedValue15,_getLocalizedValue16,_getLocalizedValue17;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-1o3ri99\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"pPWz71ele\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(252, 248, 236, 0.65)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,WebkitBackdropFilter:\"blur(10px)\",...style},variants:{QStWktNVt:{backdropFilter:\"blur(0px)\",backgroundColor:\"rgba(0, 0, 0, 0)\",WebkitBackdropFilter:\"blur(0px)\"},x6RYfk97i:{backgroundColor:\"rgba(255, 255, 255, 0.01)\"},xIxT0Phes:{borderBottomLeftRadius:12,borderBottomRightRadius:12}},...addPropertyOverrides({dS1TkXtF8:{\"data-framer-name\":\"Variant 5\"},GAwRpBd6l:{\"data-framer-name\":\"Variant 2\"},QStWktNVt:{\"data-framer-name\":\"Variant 3\"},x6RYfk97i:{\"data-framer-name\":\"Variant 4\"},xIxT0Phes:{\"data-framer-name\":\"Variant 6\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-348nva\",layoutDependency:layoutDependency,layoutId:\"tLFG4_tVX\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-eo6r8j\",layoutDependency:layoutDependency,layoutId:\"DwvpmGldM\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h7gx9t\",\"data-framer-name\":\"Logo and Name\",layoutDependency:layoutDependency,layoutId:\"yPy6kLLP8\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-141d6s3\",layoutDependency:layoutDependency,layoutId:\"DWrXA2H2R\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-c7nr9t\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"GlbKZ9wWd\",opacity:1,style:{backgroundColor:\"rgba(143, 106, 106, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25 28\"><path d=\"M 14.511 28 C 14.475 27.952 14.433 27.907 14.402 27.855 C 14.049 27.25 13.703 26.642 13.343 26.041 C 13.099 25.633 12.846 25.23 12.582 24.834 C 12.408 24.575 12.206 24.333 12.019 24.082 C 11.928 23.96 11.846 23.83 11.751 23.711 C 11.544 23.453 11.333 23.198 11.119 22.945 C 10.889 22.676 10.66 22.406 10.418 22.147 C 9.896 21.588 9.319 21.09 8.692 20.649 C 8.367 20.419 8.05 20.177 7.715 19.964 C 7.162 19.613 6.601 19.274 6.035 18.944 C 5.466 18.613 4.889 18.294 4.311 17.978 C 3.833 17.716 3.344 17.473 2.869 17.207 C 2.345 16.914 1.825 16.61 1.312 16.297 C 1.142 16.192 0.977 16.063 0.846 15.914 C 0.671 15.716 0.603 15.473 0.662 15.202 C 0.768 14.708 1.154 14.525 1.573 14.374 C 2.461 14.053 3.385 14.122 4.299 14.148 C 4.777 14.162 5.251 14.26 5.724 14.351 C 6.13 14.428 6.526 14.53 6.909 14.668 C 7.417 14.853 7.918 15.063 8.404 15.301 C 8.998 15.591 9.565 15.931 10.081 16.346 C 10.387 16.592 10.701 16.833 10.982 17.106 C 11.493 17.603 11.971 18.132 12.359 18.731 C 12.57 19.056 12.798 19.374 12.971 19.719 C 13.23 20.238 13.458 20.773 13.68 21.309 C 13.825 21.66 13.946 22.023 14.06 22.385 C 14.128 22.599 14.166 22.823 14.213 23.043 C 14.262 23.267 14.306 23.493 14.351 23.718 C 14.383 23.881 14.425 24.044 14.444 24.208 C 14.494 24.628 14.549 25.048 14.572 25.469 C 14.605 26.079 14.619 26.69 14.625 27.301 C 14.627 27.529 14.585 27.756 14.563 27.984 C 14.546 27.989 14.528 27.994 14.511 28 Z\" fill=\"rgb(202, 101, 51)\"></path><path d=\"M 15.225 12.785 C 15.286 13.278 15.188 13.763 14.988 14.224 C 14.768 14.731 14.441 15.172 13.987 15.491 C 13.648 15.729 13.268 15.909 12.909 16.119 C 12.827 16.167 12.788 16.152 12.751 16.069 C 12.628 15.791 12.498 15.517 12.376 15.239 C 12.237 14.922 12.106 14.601 11.97 14.282 C 11.748 13.759 11.523 13.238 11.302 12.715 C 11.142 12.336 10.983 11.957 10.831 11.576 C 10.653 11.13 10.49 10.68 10.31 10.236 C 10.127 9.784 9.924 9.341 9.745 8.887 C 9.549 8.387 9.371 7.88 9.184 7.376 C 9.055 7.028 8.922 6.681 8.796 6.332 C 8.649 5.926 8.496 5.522 8.369 5.111 C 8.214 4.611 8.069 4.106 7.948 3.597 C 7.901 3.4 7.918 3.184 7.933 2.978 C 7.946 2.795 8.275 2.546 8.47 2.525 C 8.759 2.494 9.009 2.598 9.241 2.742 C 9.784 3.077 10.213 3.54 10.626 4.015 C 10.926 4.36 11.22 4.711 11.493 5.077 C 11.804 5.493 12.092 5.927 12.386 6.356 C 12.654 6.748 12.928 7.136 13.179 7.538 C 13.5 8.053 13.806 8.577 14.107 9.103 C 14.258 9.366 14.4 9.637 14.519 9.916 C 14.732 10.415 14.939 10.916 15.065 11.45 C 15.169 11.888 15.267 12.32 15.225 12.785 Z\" fill=\"rgb(202, 101, 51)\"></path><path d=\"M 18.461 14.781 C 18.362 14.62 18.256 14.462 18.164 14.296 C 17.889 13.8 17.61 13.306 17.351 12.802 C 17.069 12.254 16.8 11.7 16.541 11.141 C 16.361 10.751 16.196 10.352 16.046 9.949 C 15.932 9.644 15.845 9.327 15.756 9.013 C 15.677 8.735 15.607 8.455 15.541 8.174 C 15.488 7.95 15.45 7.723 15.402 7.499 C 15.327 7.145 15.244 6.793 15.174 6.438 C 15.121 6.169 15.085 5.897 15.039 5.627 C 14.991 5.342 14.938 5.058 14.892 4.774 C 14.859 4.576 14.827 4.377 14.806 4.177 C 14.777 3.904 14.751 3.63 14.739 3.355 C 14.715 2.78 14.683 2.205 14.69 1.629 C 14.694 1.264 14.765 0.899 14.922 0.56 C 15.037 0.311 15.184 0.101 15.485 0.023 C 15.757 -0.048 15.953 0.053 16.126 0.221 C 16.471 0.555 16.694 0.965 16.858 1.413 C 16.972 1.724 17.12 2.022 17.225 2.335 C 17.353 2.715 17.457 3.103 17.564 3.49 C 17.679 3.9 17.787 4.312 17.895 4.724 C 17.921 4.824 17.934 4.926 17.954 5.027 C 18.024 5.367 18.096 5.707 18.163 6.048 C 18.217 6.323 18.269 6.597 18.313 6.873 C 18.345 7.077 18.368 7.282 18.389 7.488 C 18.414 7.737 18.429 7.988 18.456 8.237 C 18.597 9.553 18.587 10.873 18.585 12.194 C 18.583 12.988 18.572 13.783 18.562 14.577 C 18.561 14.644 18.535 14.71 18.52 14.777 Z\" fill=\"rgb(202, 101, 51)\"></path><path d=\"M 19.839 6.937 C 19.839 6.473 19.824 6.009 19.842 5.546 C 19.865 4.966 19.901 4.386 19.958 3.809 C 19.987 3.529 20.054 3.248 20.145 2.981 C 20.269 2.617 20.679 2.43 21.034 2.811 C 21.287 3.082 21.442 3.413 21.559 3.759 C 21.654 4.036 21.738 4.317 21.816 4.6 C 21.933 5.028 22.054 5.456 22.148 5.89 C 22.212 6.182 22.229 6.484 22.276 6.78 C 22.423 7.699 22.443 8.624 22.394 9.55 C 22.375 9.905 22.296 10.258 22.239 10.611 C 22.197 10.867 22.156 11.124 22.098 11.377 C 22.026 11.691 21.938 12.002 21.855 12.313 C 21.803 12.507 21.75 12.701 21.693 12.893 C 21.605 13.184 21.519 13.474 21.421 13.761 C 21.297 14.128 21.167 14.493 21.03 14.855 C 20.912 15.165 20.782 15.471 20.655 15.778 C 20.565 15.995 20.472 16.21 20.376 16.424 C 20.363 16.454 20.328 16.475 20.303 16.5 C 20.285 16.468 20.254 16.438 20.25 16.405 C 20.226 16.196 20.2 15.986 20.189 15.775 C 20.161 15.249 20.141 14.722 20.116 14.196 C 20.101 13.891 20.079 13.587 20.062 13.282 C 20.04 12.894 20.016 12.507 20 12.119 C 19.975 11.519 19.956 10.919 19.935 10.319 C 19.916 9.763 19.897 9.207 19.877 8.651 C 19.857 8.08 19.834 7.509 19.812 6.939 Z\" fill=\"rgb(202, 101, 51)\"></path><path d=\"M 20.56 20.567 C 20.56 20.45 20.548 20.377 20.562 20.309 C 20.676 19.768 20.788 19.226 20.913 18.687 C 21.044 18.124 21.179 17.562 21.331 17.005 C 21.419 16.68 21.549 16.367 21.653 16.046 C 21.768 15.698 21.871 15.347 21.987 14.999 C 22.078 14.73 22.181 14.465 22.28 14.199 C 22.418 13.827 22.55 13.453 22.698 13.086 C 22.828 12.763 22.968 12.444 23.12 12.132 C 23.216 11.935 23.331 11.745 23.461 11.569 C 23.629 11.341 23.807 11.356 23.976 11.589 C 24.13 11.8 24.214 12.039 24.253 12.292 C 24.299 12.593 24.35 12.895 24.357 13.198 C 24.364 13.491 24.322 13.785 24.29 14.078 C 24.275 14.224 24.226 14.366 24.21 14.511 C 24.159 14.981 23.99 15.416 23.821 15.85 C 23.512 16.645 23.062 17.366 22.589 18.073 C 22.38 18.386 22.157 18.691 21.926 18.989 C 21.679 19.306 21.418 19.612 21.159 19.92 C 21.001 20.107 20.836 20.288 20.673 20.471 C 20.652 20.495 20.624 20.513 20.56 20.567 Z\" fill=\"rgb(202, 101, 51)\"></path></svg>',svgContentId:9801204759,withExternalLayout:true,...addPropertyOverrides({QStWktNVt:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25 28\"><path d=\"M 14.511 28 C 14.475 27.952 14.433 27.907 14.402 27.855 C 14.049 27.25 13.703 26.642 13.343 26.041 C 13.099 25.633 12.846 25.23 12.582 24.834 C 12.408 24.575 12.206 24.333 12.019 24.082 C 11.928 23.96 11.846 23.83 11.751 23.711 C 11.544 23.453 11.333 23.198 11.119 22.945 C 10.889 22.676 10.66 22.406 10.418 22.147 C 9.896 21.588 9.319 21.09 8.692 20.649 C 8.367 20.419 8.05 20.177 7.715 19.964 C 7.162 19.613 6.601 19.274 6.035 18.944 C 5.466 18.613 4.889 18.294 4.311 17.978 C 3.833 17.716 3.344 17.473 2.869 17.207 C 2.345 16.914 1.825 16.61 1.312 16.297 C 1.142 16.192 0.977 16.063 0.846 15.914 C 0.671 15.716 0.603 15.473 0.662 15.202 C 0.768 14.708 1.154 14.525 1.573 14.374 C 2.461 14.053 3.385 14.122 4.299 14.148 C 4.777 14.162 5.251 14.26 5.724 14.351 C 6.13 14.428 6.526 14.53 6.909 14.668 C 7.417 14.853 7.918 15.063 8.404 15.301 C 8.998 15.591 9.565 15.931 10.081 16.346 C 10.387 16.592 10.701 16.833 10.982 17.106 C 11.493 17.603 11.971 18.132 12.359 18.731 C 12.57 19.056 12.798 19.374 12.971 19.719 C 13.23 20.238 13.458 20.773 13.68 21.309 C 13.825 21.66 13.946 22.023 14.06 22.385 C 14.128 22.599 14.166 22.823 14.213 23.043 C 14.262 23.267 14.306 23.493 14.351 23.718 C 14.383 23.881 14.425 24.044 14.444 24.208 C 14.494 24.628 14.549 25.048 14.572 25.469 C 14.605 26.079 14.619 26.69 14.625 27.301 C 14.627 27.529 14.585 27.756 14.563 27.984 C 14.546 27.989 14.528 27.994 14.511 28 Z\" fill=\"var(--token-e0b76efe-af51-4349-a09e-289520a459f1, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Surface / White&quot;} */\"></path><path d=\"M 15.225 12.785 C 15.286 13.278 15.188 13.763 14.988 14.224 C 14.768 14.731 14.441 15.172 13.987 15.491 C 13.648 15.729 13.268 15.909 12.909 16.119 C 12.827 16.167 12.788 16.152 12.751 16.069 C 12.628 15.791 12.498 15.517 12.376 15.239 C 12.237 14.922 12.106 14.601 11.97 14.282 C 11.748 13.759 11.523 13.238 11.302 12.715 C 11.142 12.336 10.983 11.957 10.831 11.576 C 10.653 11.13 10.49 10.68 10.31 10.236 C 10.127 9.784 9.924 9.341 9.745 8.887 C 9.549 8.387 9.371 7.88 9.184 7.376 C 9.055 7.028 8.922 6.681 8.796 6.332 C 8.649 5.926 8.496 5.522 8.369 5.111 C 8.214 4.611 8.069 4.106 7.948 3.597 C 7.901 3.4 7.918 3.184 7.933 2.978 C 7.946 2.795 8.275 2.546 8.47 2.525 C 8.759 2.494 9.009 2.598 9.241 2.742 C 9.784 3.077 10.213 3.54 10.626 4.015 C 10.926 4.36 11.22 4.711 11.493 5.077 C 11.804 5.493 12.092 5.927 12.386 6.356 C 12.654 6.748 12.928 7.136 13.179 7.538 C 13.5 8.053 13.806 8.577 14.107 9.103 C 14.258 9.366 14.4 9.637 14.519 9.916 C 14.732 10.415 14.939 10.916 15.065 11.45 C 15.169 11.888 15.267 12.32 15.225 12.785 Z\" fill=\"var(--token-e0b76efe-af51-4349-a09e-289520a459f1, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Surface / White&quot;} */\"></path><path d=\"M 18.461 14.781 C 18.362 14.62 18.256 14.462 18.164 14.296 C 17.889 13.8 17.61 13.306 17.351 12.802 C 17.069 12.254 16.8 11.7 16.541 11.141 C 16.361 10.751 16.196 10.352 16.046 9.949 C 15.932 9.644 15.845 9.327 15.756 9.013 C 15.677 8.735 15.607 8.455 15.541 8.174 C 15.488 7.95 15.45 7.723 15.402 7.499 C 15.327 7.145 15.244 6.793 15.174 6.438 C 15.121 6.169 15.085 5.897 15.039 5.627 C 14.991 5.342 14.938 5.058 14.892 4.774 C 14.859 4.576 14.827 4.377 14.806 4.177 C 14.777 3.904 14.751 3.63 14.739 3.355 C 14.715 2.78 14.683 2.205 14.69 1.629 C 14.694 1.264 14.765 0.899 14.922 0.56 C 15.037 0.311 15.184 0.101 15.485 0.023 C 15.757 -0.048 15.953 0.053 16.126 0.221 C 16.471 0.555 16.694 0.965 16.858 1.413 C 16.972 1.724 17.12 2.022 17.225 2.335 C 17.353 2.715 17.457 3.103 17.564 3.49 C 17.679 3.9 17.787 4.312 17.895 4.724 C 17.921 4.824 17.934 4.926 17.954 5.027 C 18.024 5.367 18.096 5.707 18.163 6.048 C 18.217 6.323 18.269 6.597 18.313 6.873 C 18.345 7.077 18.368 7.282 18.389 7.488 C 18.414 7.737 18.429 7.988 18.456 8.237 C 18.597 9.553 18.587 10.873 18.585 12.194 C 18.583 12.988 18.572 13.783 18.562 14.577 C 18.561 14.644 18.535 14.71 18.52 14.777 Z\" fill=\"var(--token-e0b76efe-af51-4349-a09e-289520a459f1, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Surface / White&quot;} */\"></path><path d=\"M 19.839 6.937 C 19.839 6.473 19.824 6.009 19.842 5.546 C 19.865 4.966 19.901 4.386 19.958 3.809 C 19.987 3.529 20.054 3.248 20.145 2.981 C 20.269 2.617 20.679 2.43 21.034 2.811 C 21.287 3.082 21.442 3.413 21.559 3.759 C 21.654 4.036 21.738 4.317 21.816 4.6 C 21.933 5.028 22.054 5.456 22.148 5.89 C 22.212 6.182 22.229 6.484 22.276 6.78 C 22.423 7.699 22.443 8.624 22.394 9.55 C 22.375 9.905 22.296 10.258 22.239 10.611 C 22.197 10.867 22.156 11.124 22.098 11.377 C 22.026 11.691 21.938 12.002 21.855 12.313 C 21.803 12.507 21.75 12.701 21.693 12.893 C 21.605 13.184 21.519 13.474 21.421 13.761 C 21.297 14.128 21.167 14.493 21.03 14.855 C 20.912 15.165 20.782 15.471 20.655 15.778 C 20.565 15.995 20.472 16.21 20.376 16.424 C 20.363 16.454 20.328 16.475 20.303 16.5 C 20.285 16.468 20.254 16.438 20.25 16.405 C 20.226 16.196 20.2 15.986 20.189 15.775 C 20.161 15.249 20.141 14.722 20.116 14.196 C 20.101 13.891 20.079 13.587 20.062 13.282 C 20.04 12.894 20.016 12.507 20 12.119 C 19.975 11.519 19.956 10.919 19.935 10.319 C 19.916 9.763 19.897 9.207 19.877 8.651 C 19.857 8.08 19.834 7.509 19.812 6.939 Z\" fill=\"var(--token-e0b76efe-af51-4349-a09e-289520a459f1, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Surface / White&quot;} */\"></path><path d=\"M 20.56 20.567 C 20.56 20.45 20.548 20.377 20.562 20.309 C 20.676 19.768 20.788 19.226 20.913 18.687 C 21.044 18.124 21.179 17.562 21.331 17.005 C 21.419 16.68 21.549 16.367 21.653 16.046 C 21.768 15.698 21.871 15.347 21.987 14.999 C 22.078 14.73 22.181 14.465 22.28 14.199 C 22.418 13.827 22.55 13.453 22.698 13.086 C 22.828 12.763 22.968 12.444 23.12 12.132 C 23.216 11.935 23.331 11.745 23.461 11.569 C 23.629 11.341 23.807 11.356 23.976 11.589 C 24.13 11.8 24.214 12.039 24.253 12.292 C 24.299 12.593 24.35 12.895 24.357 13.198 C 24.364 13.491 24.322 13.785 24.29 14.078 C 24.275 14.224 24.226 14.366 24.21 14.511 C 24.159 14.981 23.99 15.416 23.821 15.85 C 23.512 16.645 23.062 17.366 22.589 18.073 C 22.38 18.386 22.157 18.691 21.926 18.989 C 21.679 19.306 21.418 19.612 21.159 19.92 C 21.001 20.107 20.836 20.288 20.673 20.471 C 20.652 20.495 20.624 20.513 20.56 20.567 Z\" fill=\"var(--token-e0b76efe-af51-4349-a09e-289520a459f1, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Surface / White&quot;} */\"></path></svg>',svgContentId:12759749882},x6RYfk97i:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25 28\"><path d=\"M 14.511 28 C 14.475 27.952 14.433 27.907 14.402 27.855 C 14.049 27.25 13.703 26.642 13.343 26.041 C 13.099 25.633 12.846 25.23 12.582 24.834 C 12.408 24.575 12.206 24.333 12.019 24.082 C 11.928 23.96 11.846 23.83 11.751 23.711 C 11.544 23.453 11.333 23.198 11.119 22.945 C 10.889 22.676 10.66 22.406 10.418 22.147 C 9.896 21.588 9.319 21.09 8.692 20.649 C 8.367 20.419 8.05 20.177 7.715 19.964 C 7.162 19.613 6.601 19.274 6.035 18.944 C 5.466 18.613 4.889 18.294 4.311 17.978 C 3.833 17.716 3.344 17.473 2.869 17.207 C 2.345 16.914 1.825 16.61 1.312 16.297 C 1.142 16.192 0.977 16.063 0.846 15.914 C 0.671 15.716 0.603 15.473 0.662 15.202 C 0.768 14.708 1.154 14.525 1.573 14.374 C 2.461 14.053 3.385 14.122 4.299 14.148 C 4.777 14.162 5.251 14.26 5.724 14.351 C 6.13 14.428 6.526 14.53 6.909 14.668 C 7.417 14.853 7.918 15.063 8.404 15.301 C 8.998 15.591 9.565 15.931 10.081 16.346 C 10.387 16.592 10.701 16.833 10.982 17.106 C 11.493 17.603 11.971 18.132 12.359 18.731 C 12.57 19.056 12.798 19.374 12.971 19.719 C 13.23 20.238 13.458 20.773 13.68 21.309 C 13.825 21.66 13.946 22.023 14.06 22.385 C 14.128 22.599 14.166 22.823 14.213 23.043 C 14.262 23.267 14.306 23.493 14.351 23.718 C 14.383 23.881 14.425 24.044 14.444 24.208 C 14.494 24.628 14.549 25.048 14.572 25.469 C 14.605 26.079 14.619 26.69 14.625 27.301 C 14.627 27.529 14.585 27.756 14.563 27.984 C 14.546 27.989 14.528 27.994 14.511 28 Z\" fill=\"var(--token-e0b76efe-af51-4349-a09e-289520a459f1, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Surface / White&quot;} */\"></path><path d=\"M 15.225 12.785 C 15.286 13.278 15.188 13.763 14.988 14.224 C 14.768 14.731 14.441 15.172 13.987 15.491 C 13.648 15.729 13.268 15.909 12.909 16.119 C 12.827 16.167 12.788 16.152 12.751 16.069 C 12.628 15.791 12.498 15.517 12.376 15.239 C 12.237 14.922 12.106 14.601 11.97 14.282 C 11.748 13.759 11.523 13.238 11.302 12.715 C 11.142 12.336 10.983 11.957 10.831 11.576 C 10.653 11.13 10.49 10.68 10.31 10.236 C 10.127 9.784 9.924 9.341 9.745 8.887 C 9.549 8.387 9.371 7.88 9.184 7.376 C 9.055 7.028 8.922 6.681 8.796 6.332 C 8.649 5.926 8.496 5.522 8.369 5.111 C 8.214 4.611 8.069 4.106 7.948 3.597 C 7.901 3.4 7.918 3.184 7.933 2.978 C 7.946 2.795 8.275 2.546 8.47 2.525 C 8.759 2.494 9.009 2.598 9.241 2.742 C 9.784 3.077 10.213 3.54 10.626 4.015 C 10.926 4.36 11.22 4.711 11.493 5.077 C 11.804 5.493 12.092 5.927 12.386 6.356 C 12.654 6.748 12.928 7.136 13.179 7.538 C 13.5 8.053 13.806 8.577 14.107 9.103 C 14.258 9.366 14.4 9.637 14.519 9.916 C 14.732 10.415 14.939 10.916 15.065 11.45 C 15.169 11.888 15.267 12.32 15.225 12.785 Z\" fill=\"var(--token-e0b76efe-af51-4349-a09e-289520a459f1, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Surface / White&quot;} */\"></path><path d=\"M 18.461 14.781 C 18.362 14.62 18.256 14.462 18.164 14.296 C 17.889 13.8 17.61 13.306 17.351 12.802 C 17.069 12.254 16.8 11.7 16.541 11.141 C 16.361 10.751 16.196 10.352 16.046 9.949 C 15.932 9.644 15.845 9.327 15.756 9.013 C 15.677 8.735 15.607 8.455 15.541 8.174 C 15.488 7.95 15.45 7.723 15.402 7.499 C 15.327 7.145 15.244 6.793 15.174 6.438 C 15.121 6.169 15.085 5.897 15.039 5.627 C 14.991 5.342 14.938 5.058 14.892 4.774 C 14.859 4.576 14.827 4.377 14.806 4.177 C 14.777 3.904 14.751 3.63 14.739 3.355 C 14.715 2.78 14.683 2.205 14.69 1.629 C 14.694 1.264 14.765 0.899 14.922 0.56 C 15.037 0.311 15.184 0.101 15.485 0.023 C 15.757 -0.048 15.953 0.053 16.126 0.221 C 16.471 0.555 16.694 0.965 16.858 1.413 C 16.972 1.724 17.12 2.022 17.225 2.335 C 17.353 2.715 17.457 3.103 17.564 3.49 C 17.679 3.9 17.787 4.312 17.895 4.724 C 17.921 4.824 17.934 4.926 17.954 5.027 C 18.024 5.367 18.096 5.707 18.163 6.048 C 18.217 6.323 18.269 6.597 18.313 6.873 C 18.345 7.077 18.368 7.282 18.389 7.488 C 18.414 7.737 18.429 7.988 18.456 8.237 C 18.597 9.553 18.587 10.873 18.585 12.194 C 18.583 12.988 18.572 13.783 18.562 14.577 C 18.561 14.644 18.535 14.71 18.52 14.777 Z\" fill=\"var(--token-e0b76efe-af51-4349-a09e-289520a459f1, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Surface / White&quot;} */\"></path><path d=\"M 19.839 6.937 C 19.839 6.473 19.824 6.009 19.842 5.546 C 19.865 4.966 19.901 4.386 19.958 3.809 C 19.987 3.529 20.054 3.248 20.145 2.981 C 20.269 2.617 20.679 2.43 21.034 2.811 C 21.287 3.082 21.442 3.413 21.559 3.759 C 21.654 4.036 21.738 4.317 21.816 4.6 C 21.933 5.028 22.054 5.456 22.148 5.89 C 22.212 6.182 22.229 6.484 22.276 6.78 C 22.423 7.699 22.443 8.624 22.394 9.55 C 22.375 9.905 22.296 10.258 22.239 10.611 C 22.197 10.867 22.156 11.124 22.098 11.377 C 22.026 11.691 21.938 12.002 21.855 12.313 C 21.803 12.507 21.75 12.701 21.693 12.893 C 21.605 13.184 21.519 13.474 21.421 13.761 C 21.297 14.128 21.167 14.493 21.03 14.855 C 20.912 15.165 20.782 15.471 20.655 15.778 C 20.565 15.995 20.472 16.21 20.376 16.424 C 20.363 16.454 20.328 16.475 20.303 16.5 C 20.285 16.468 20.254 16.438 20.25 16.405 C 20.226 16.196 20.2 15.986 20.189 15.775 C 20.161 15.249 20.141 14.722 20.116 14.196 C 20.101 13.891 20.079 13.587 20.062 13.282 C 20.04 12.894 20.016 12.507 20 12.119 C 19.975 11.519 19.956 10.919 19.935 10.319 C 19.916 9.763 19.897 9.207 19.877 8.651 C 19.857 8.08 19.834 7.509 19.812 6.939 Z\" fill=\"var(--token-e0b76efe-af51-4349-a09e-289520a459f1, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Surface / White&quot;} */\"></path><path d=\"M 20.56 20.567 C 20.56 20.45 20.548 20.377 20.562 20.309 C 20.676 19.768 20.788 19.226 20.913 18.687 C 21.044 18.124 21.179 17.562 21.331 17.005 C 21.419 16.68 21.549 16.367 21.653 16.046 C 21.768 15.698 21.871 15.347 21.987 14.999 C 22.078 14.73 22.181 14.465 22.28 14.199 C 22.418 13.827 22.55 13.453 22.698 13.086 C 22.828 12.763 22.968 12.444 23.12 12.132 C 23.216 11.935 23.331 11.745 23.461 11.569 C 23.629 11.341 23.807 11.356 23.976 11.589 C 24.13 11.8 24.214 12.039 24.253 12.292 C 24.299 12.593 24.35 12.895 24.357 13.198 C 24.364 13.491 24.322 13.785 24.29 14.078 C 24.275 14.224 24.226 14.366 24.21 14.511 C 24.159 14.981 23.99 15.416 23.821 15.85 C 23.512 16.645 23.062 17.366 22.589 18.073 C 22.38 18.386 22.157 18.691 21.926 18.989 C 21.679 19.306 21.418 19.612 21.159 19.92 C 21.001 20.107 20.836 20.288 20.673 20.471 C 20.652 20.495 20.624 20.513 20.56 20.567 Z\" fill=\"var(--token-e0b76efe-af51-4349-a09e-289520a459f1, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Surface / White&quot;} */\"></path></svg>',svgContentId:12759749882}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBIZWF2eQ==\",\"--framer-font-family\":'\"Avenir Heavy\", \"Avenir Heavy Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f53ea2ff-e4c0-4286-ae9c-856a8fb69284, rgb(0, 0, 0)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"CYIKwD_NL\"},nodeId:\"vJ0wDi9XF\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-styles-preset-xbcorh\",\"data-styles-preset\":\"YT3mJXDs7\",children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif'},children:\"Cl\\xednic\"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.075em\"},children:\"a\"}),\"Carlo\",/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-letter-spacing\":\"0.1em\"},children:\"s\"}),\"Revert\"]})})})}),className:\"framer-bu3131\",fonts:[\"CUSTOM;Avenir Heavy\",\"CUSTOM;Avenir Roman\"],layoutDependency:layoutDependency,layoutId:\"vJ0wDi9XF\",style:{\"--extracted-r6o4lv\":\"var(--token-f53ea2ff-e4c0-4286-ae9c-856a8fb69284, rgb(0, 0, 0))\"},variants:{QStWktNVt:{\"--extracted-r6o4lv\":\"var(--token-e0b76efe-af51-4349-a09e-289520a459f1, rgb(255, 255, 255))\"},x6RYfk97i:{\"--extracted-r6o4lv\":\"var(--token-e0b76efe-af51-4349-a09e-289520a459f1, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({QStWktNVt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBIZWF2eQ==\",\"--framer-font-family\":'\"Avenir Heavy\", \"Avenir Heavy Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e0b76efe-af51-4349-a09e-289520a459f1, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"CYIKwD_NL\"},nodeId:\"vJ0wDi9XF\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-styles-preset-xbcorh\",\"data-styles-preset\":\"YT3mJXDs7\",children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif'},children:\"Cl\\xednic\"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.075em\"},children:\"a\"}),\"Carlo\",/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-letter-spacing\":\"0.1em\"},children:\"s\"}),\"Revert\"]})})})})},x6RYfk97i:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBIZWF2eQ==\",\"--framer-font-family\":'\"Avenir Heavy\", \"Avenir Heavy Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e0b76efe-af51-4349-a09e-289520a459f1, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"CYIKwD_NL\"},nodeId:\"vJ0wDi9XF\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-styles-preset-xbcorh\",\"data-styles-preset\":\"YT3mJXDs7\",children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif'},children:\"Cl\\xednic\"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.075em\"},children:\"a\"}),\"Carlo\",/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-letter-spacing\":\"0.1em\"},children:\"s\"}),\"Revert\"]})})})})}},baseVariant,gestureVariant)})]})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-epddok\",layoutDependency:layoutDependency,layoutId:\"ZDLQaZdQW\",style:{backgroundColor:\"rgba(0, 0, 0, 0.04)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},variants:{dS1TkXtF8:{backgroundColor:\"rgba(0, 0, 0, 0.06)\"},xIxT0Phes:{backgroundColor:\"rgba(0, 0, 0, 0.06)\"}},...addPropertyOverrides({dS1TkXtF8:{\"data-highlight\":true,onTap:onTap1c0ltj0},xIxT0Phes:{\"data-highlight\":true,onTap:onTap1nni6oe}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-sa7r9s-container\",layoutDependency:layoutDependency,layoutId:\"Dg0XNgndO-container\",style:{rotate:0},variants:{xIxT0Phes:{rotate:45}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35))\",height:\"100%\",iconSearch:\"arrow\",iconSelection:\"Plus\",id:\"Dg0XNgndO\",layoutId:\"Dg0XNgndO\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1i34zry\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"Lq1SSOoXe\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ljqj6w\",\"data-framer-name\":\"Trigger 2\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"HPNHxDFnD\",onMouseEnter:onMouseEnterhhflmk,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:300,borderBottomRightRadius:300,borderTopLeftRadius:300,borderTopRightRadius:300},variants:{GAwRpBd6l:{backgroundColor:\"rgba(0, 0, 0, 0.04)\"},x6RYfk97i:{backgroundColor:\"rgba(255, 255, 255, 0.16)\"}},...addPropertyOverrides({QStWktNVt:{onMouseEnter:onMouseEnter1hd6bvh},x6RYfk97i:{\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\"},children:\"Serveis\"})}),className:\"framer-1mz6low\",fonts:[\"CUSTOM;Avenir Roman\"],layoutDependency:layoutDependency,layoutId:\"ZGgOWUipz\",style:{\"--framer-paragraph-spacing\":\"0px\"},variants:{QStWktNVt:{\"--extracted-r6o4lv\":\"var(--token-e0b76efe-af51-4349-a09e-289520a459f1, rgb(255, 255, 255))\"},x6RYfk97i:{\"--extracted-r6o4lv\":\"var(--token-e0b76efe-af51-4349-a09e-289520a459f1, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({QStWktNVt:{children:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e0b76efe-af51-4349-a09e-289520a459f1, rgb(255, 255, 255)))\"},children:\"Serveis\"})})},x6RYfk97i:{children:(_getLocalizedValue2=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e0b76efe-af51-4349-a09e-289520a459f1, rgb(255, 255, 255)))\"},children:\"Serveis\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1iwa9ae-container\",layoutDependency:layoutDependency,layoutId:\"lJNux3EcI-container\",style:{rotate:0},variants:{GAwRpBd6l:{rotate:-180},x6RYfk97i:{rotate:-180}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-f53ea2ff-e4c0-4286-ae9c-856a8fb69284, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"arrow\",iconSelection:\"CaretDown\",id:\"lJNux3EcI\",layoutId:\"lJNux3EcI\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({QStWktNVt:{color:\"var(--token-e0b76efe-af51-4349-a09e-289520a459f1, rgb(255, 255, 255))\"},x6RYfk97i:{color:\"var(--token-e0b76efe-af51-4349-a09e-289520a459f1, rgb(255, 255, 255))\"}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"fLRB8YN9S\"},implicitPathVariables:undefined},{href:{webPageId:\"fLRB8YN9S\"},implicitPathVariables:undefined},{href:{webPageId:\"fLRB8YN9S\"},implicitPathVariables:undefined},{href:{webPageId:\"fLRB8YN9S\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{height:48,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+0+0+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-evkjmh-container\",layoutDependency:layoutDependency,layoutId:\"q4rSgw99R-container\",children:/*#__PURE__*/_jsx(Trigger,{DApvjrdfG:(_getLocalizedValue=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Espai\",height:\"100%\",i8kWhyHir:resolvedLinks[0],id:\"q4rSgw99R\",layoutId:\"q4rSgw99R\",variant:\"G5NyDwuWV\",width:\"100%\",...addPropertyOverrides({GAwRpBd6l:{i8kWhyHir:resolvedLinks[1]},QStWktNVt:{i8kWhyHir:resolvedLinks[2],variant:\"RukxaX2ud\"},x6RYfk97i:{i8kWhyHir:resolvedLinks[3],variant:\"RukxaX2ud\"}},baseVariant,gestureVariant)})})});}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"PTax4uPza\"},implicitPathVariables:undefined},{href:{webPageId:\"PTax4uPza\"},implicitPathVariables:undefined},{href:{webPageId:\"PTax4uPza\"},implicitPathVariables:undefined},{href:{webPageId:\"PTax4uPza\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{height:48,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+0+0+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-9upxij-container\",layoutDependency:layoutDependency,layoutId:\"f4b_CSHsM-container\",children:/*#__PURE__*/_jsx(Trigger,{DApvjrdfG:(_getLocalizedValue=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Equip\",height:\"100%\",i8kWhyHir:resolvedLinks1[0],id:\"f4b_CSHsM\",layoutId:\"f4b_CSHsM\",variant:\"G5NyDwuWV\",width:\"100%\",...addPropertyOverrides({GAwRpBd6l:{i8kWhyHir:resolvedLinks1[1]},QStWktNVt:{i8kWhyHir:resolvedLinks1[2],variant:\"RukxaX2ud\"},x6RYfk97i:{i8kWhyHir:resolvedLinks1[3],variant:\"RukxaX2ud\"}},baseVariant,gestureVariant)})})});}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"wRD5P9fEp\"},implicitPathVariables:undefined},{href:{webPageId:\"wRD5P9fEp\"},implicitPathVariables:undefined},{href:{webPageId:\"wRD5P9fEp\"},implicitPathVariables:undefined},{href:{webPageId:\"wRD5P9fEp\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{height:48,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+0+0+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ar21gn-container\",layoutDependency:layoutDependency,layoutId:\"i7DsiRA03-container\",children:/*#__PURE__*/_jsx(Trigger,{DApvjrdfG:(_getLocalizedValue=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Tecnologia\",height:\"100%\",i8kWhyHir:resolvedLinks2[0],id:\"i7DsiRA03\",layoutId:\"i7DsiRA03\",variant:\"G5NyDwuWV\",width:\"100%\",...addPropertyOverrides({GAwRpBd6l:{i8kWhyHir:resolvedLinks2[1]},QStWktNVt:{i8kWhyHir:resolvedLinks2[2],variant:\"RukxaX2ud\"},x6RYfk97i:{i8kWhyHir:resolvedLinks2[3],variant:\"RukxaX2ud\"}},baseVariant,gestureVariant)})})});}})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sen6a4\",layoutDependency:layoutDependency,layoutId:\"StXqiTH6F\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+0+0+2,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-suim9p-container\",layoutDependency:layoutDependency,layoutId:\"NxmoidCtD-container\",children:/*#__PURE__*/_jsx(Button,{eZDdaUp3Y:(_getLocalizedValue3=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:\"Com podem ajudar-te?\",height:\"100%\",id:\"NxmoidCtD\",JcZSM_9EO:\"ChatCircleDots\",layoutId:\"NxmoidCtD\",nGGeNqwkB:\"regular\",variant:\"DHnY0REOt\",vRuMP81RN:\"ChatCircleDots\",width:\"100%\",ZysM9Qo06:\"https://wa.me/+34601981928\",...addPropertyOverrides({QStWktNVt:{variant:\"oGMuWvIrb\"},x6RYfk97i:{variant:\"oGMuWvIrb\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-s09fg-container\",layoutDependency:layoutDependency,layoutId:\"uAWAjLmk3-container\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"rgba(0, 0, 0, 0.35)\",size:8,type:\"default\"},font:{fontFamily:'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"0em\",lineHeight:\"1.2em\"},height:\"100%\",id:\"uAWAjLmk3\",layoutId:\"uAWAjLmk3\",options:{focus:{color:\"rgba(0, 153, 255, 0)\",offset:0,style:\"solid\",width:0},gap:5,hover:{textColor:\"rgb(0, 0, 0)\"},title:true},padding:0,paddingBottom:8,paddingLeft:8,paddingPerSide:false,paddingRight:8,paddingTop:8,radius:300,radiusBottomLeft:300,radiusBottomRight:300,radiusPerConrner:false,radiusTopLeft:300,radiusTopRight:300,style:{height:\"100%\"},textColor:\"rgba(0, 0, 0, 0.4)\",width:\"100%\",...addPropertyOverrides({QStWktNVt:{caret:{color:\"rgb(255, 255, 255)\",size:8,type:\"default\"},radius:0,radiusBottomLeft:0,radiusBottomRight:0,radiusTopLeft:0,radiusTopRight:0,textColor:\"rgb(255, 255, 255)\"},x6RYfk97i:{caret:{color:\"rgb(255, 255, 255)\",size:8,type:\"default\"},textColor:\"rgb(255, 255, 255)\"}},baseVariant,gestureVariant)})})})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-u6ouuv\",layoutDependency:layoutDependency,layoutId:\"IGmQj962l\",children:[isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yxpgb8\",layoutDependency:layoutDependency,layoutId:\"FAXoKMgu9\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oq35dc\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"EdTQ8Z1KA\",style:{backgroundColor:\"rgba(0, 0, 0, 0.12)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-7g8x51\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"DYIA3WAAo\",style:{backgroundColor:\"rgba(0, 0, 0, 0.12)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-176srpl\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"KF_55laSt\",style:{backgroundColor:\"rgba(0, 0, 0, 0.12)\"}}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"fLRB8YN9S\"},nodeId:\"NSyOKeb9C\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1hlp7q2 framer-4gx9fm\",layoutDependency:layoutDependency,layoutId:\"NSyOKeb9C\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue4=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f53ea2ff-e4c0-4286-ae9c-856a8fb69284, rgb(0, 0, 0)))\"},children:\"Espai\"})}),className:\"framer-mvaroo\",fonts:[\"CUSTOM;Avenir Roman\"],layoutDependency:layoutDependency,layoutId:\"ZxcA1AP6D\",style:{\"--extracted-r6o4lv\":\"var(--token-f53ea2ff-e4c0-4286-ae9c-856a8fb69284, rgb(0, 0, 0))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nblam9-container\",layoutDependency:layoutDependency,layoutId:\"niNiSPioq-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35))\",height:\"100%\",iconSearch:\"arrow\",iconSelection:\"CaretRight\",id:\"niNiSPioq\",layoutId:\"niNiSPioq\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"PTax4uPza\"},nodeId:\"F206UG3rQ\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1344zuj framer-4gx9fm\",layoutDependency:layoutDependency,layoutId:\"F206UG3rQ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue5=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f53ea2ff-e4c0-4286-ae9c-856a8fb69284, rgb(0, 0, 0)))\"},children:\"Equip\"})}),className:\"framer-nz3hhb\",fonts:[\"CUSTOM;Avenir Roman\"],layoutDependency:layoutDependency,layoutId:\"wJ4Z8kyne\",style:{\"--extracted-r6o4lv\":\"var(--token-f53ea2ff-e4c0-4286-ae9c-856a8fb69284, rgb(0, 0, 0))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-dtbno3-container\",layoutDependency:layoutDependency,layoutId:\"Uqmbk2JGp-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35))\",height:\"100%\",iconSearch:\"arrow\",iconSelection:\"CaretRight\",id:\"Uqmbk2JGp\",layoutId:\"Uqmbk2JGp\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"wRD5P9fEp\"},nodeId:\"UuZvYU2aM\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-m4mp7x framer-4gx9fm\",layoutDependency:layoutDependency,layoutId:\"UuZvYU2aM\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue6=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f53ea2ff-e4c0-4286-ae9c-856a8fb69284, rgb(0, 0, 0)))\"},children:\"Tecnologia\"})}),className:\"framer-19n7mwh\",fonts:[\"CUSTOM;Avenir Roman\"],layoutDependency:layoutDependency,layoutId:\"cdStt1OPW\",style:{\"--extracted-r6o4lv\":\"var(--token-f53ea2ff-e4c0-4286-ae9c-856a8fb69284, rgb(0, 0, 0))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1css5al-container\",layoutDependency:layoutDependency,layoutId:\"z4nTEhrsr-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35))\",height:\"100%\",iconSearch:\"arrow\",iconSelection:\"CaretRight\",id:\"z4nTEhrsr\",layoutId:\"z4nTEhrsr\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cyvm3y\",layoutDependency:layoutDependency,layoutId:\"T9kVgKwMy\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uryvtj\",layoutDependency:layoutDependency,layoutId:\"xlZKjscIV\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"KS4y4OJqo\"},nodeId:\"dS2x0FknF\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-vx46xt framer-4gx9fm\",layoutDependency:layoutDependency,layoutId:\"dS2x0FknF\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue7=getLocalizedValue(\"v9\",activeLocale))!==null&&_getLocalizedValue7!==void 0?_getLocalizedValue7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35)))\"},children:\"Fisioterapia\"})}),className:\"framer-1nbyt71\",fonts:[\"CUSTOM;Avenir Roman\"],layoutDependency:layoutDependency,layoutId:\"vzrMXmf2W\",style:{\"--extracted-r6o4lv\":\"var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jomo5j-container\",layoutDependency:layoutDependency,layoutId:\"g3a8AJjBn-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35))\",height:\"100%\",iconSearch:\"arrow\",iconSelection:\"CaretRight\",id:\"g3a8AJjBn\",layoutId:\"g3a8AJjBn\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rbx4an\",layoutDependency:layoutDependency,layoutId:\"Lf1boF5u6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue8=getLocalizedValue(\"v10\",activeLocale))!==null&&_getLocalizedValue8!==void 0?_getLocalizedValue8:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35)))\"},children:\"Classes grupals\"})}),className:\"framer-1jhbl81\",fonts:[\"CUSTOM;Avenir Roman\"],layoutDependency:layoutDependency,layoutId:\"QlcBwqAiI\",style:{\"--extracted-r6o4lv\":\"var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rnqgwk-container\",layoutDependency:layoutDependency,layoutId:\"XPRM2KhcV-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35))\",height:\"100%\",iconSearch:\"arrow\",iconSelection:\"CaretRight\",id:\"XPRM2KhcV\",layoutId:\"XPRM2KhcV\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1s6a4jc\",layoutDependency:layoutDependency,layoutId:\"RaTvV9rif\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue9=getLocalizedValue(\"v11\",activeLocale))!==null&&_getLocalizedValue9!==void 0?_getLocalizedValue9:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35)))\"},children:\"Rehabilitaci\\xf3\"})}),className:\"framer-eks16p\",fonts:[\"CUSTOM;Avenir Roman\"],layoutDependency:layoutDependency,layoutId:\"H5TMu2GHD\",style:{\"--extracted-r6o4lv\":\"var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6im3g5-container\",layoutDependency:layoutDependency,layoutId:\"qcebpL5EI-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35))\",height:\"100%\",iconSearch:\"arrow\",iconSelection:\"CaretRight\",id:\"qcebpL5EI\",layoutId:\"qcebpL5EI\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-f0z3mi\",layoutDependency:layoutDependency,layoutId:\"UqqeyyCvl\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue10=getLocalizedValue(\"v12\",activeLocale))!==null&&_getLocalizedValue10!==void 0?_getLocalizedValue10:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35)))\"},children:\"Nutrici\\xf3 i diet\\xe8tica\"})}),className:\"framer-cwhf2f\",fonts:[\"CUSTOM;Avenir Roman\"],layoutDependency:layoutDependency,layoutId:\"Q6SLqXQNI\",style:{\"--extracted-r6o4lv\":\"var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-13pawzu-container\",layoutDependency:layoutDependency,layoutId:\"LE6wwBAL4-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35))\",height:\"100%\",iconSearch:\"arrow\",iconSelection:\"CaretRight\",id:\"LE6wwBAL4\",layoutId:\"LE6wwBAL4\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue11=getLocalizedValue(\"v13\",activeLocale))!==null&&_getLocalizedValue11!==void 0?_getLocalizedValue11:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f53ea2ff-e4c0-4286-ae9c-856a8fb69284, rgb(0, 0, 0)))\"},children:\"Serveis\"})}),className:\"framer-15ahd5i\",fonts:[\"CUSTOM;Avenir Roman\"],layoutDependency:layoutDependency,layoutId:\"Grw9TYENy\",style:{\"--extracted-r6o4lv\":\"var(--token-f53ea2ff-e4c0-4286-ae9c-856a8fb69284, rgb(0, 0, 0))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kgeqay\",layoutDependency:layoutDependency,layoutId:\"hil7Kd7np\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xmqsxr\",layoutDependency:layoutDependency,layoutId:\"nGNlDdD4M\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue12=getLocalizedValue(\"v14\",activeLocale))!==null&&_getLocalizedValue12!==void 0?_getLocalizedValue12:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35)))\"},children:\"Idioma\"})}),className:\"framer-awzknm\",fonts:[\"CUSTOM;Avenir Roman\"],layoutDependency:layoutDependency,layoutId:\"vQZIRfyQq\",style:{\"--extracted-r6o4lv\":\"var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-aaw6ym-container\",layoutDependency:layoutDependency,layoutId:\"ufpHjBQi7-container\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"rgb(0, 0, 0)\",size:10,type:\"default\"},font:{fontFamily:'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"0em\",lineHeight:\"1.2em\"},height:\"100%\",id:\"ufpHjBQi7\",layoutId:\"ufpHjBQi7\",options:{focus:{color:\"rgba(0, 153, 255, 0)\",offset:0,style:\"solid\",width:0},gap:5,hover:{textColor:\"rgb(0, 0, 0)\"},title:true},padding:0,paddingBottom:8,paddingLeft:8,paddingPerSide:false,paddingRight:8,paddingTop:8,radius:300,radiusBottomLeft:300,radiusBottomRight:300,radiusPerConrner:false,radiusTopLeft:300,radiusTopRight:300,style:{height:\"100%\"},textColor:\"rgb(0, 0, 0)\",width:\"100%\"})})})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1o881uh\",layoutDependency:layoutDependency,layoutId:\"XzUesyffY\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({xIxT0Phes:{height:44,width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 48px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+16+0+0+64+0+332.59999999999997+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-o6eh1w-container\",layoutDependency:layoutDependency,layoutId:\"QiJS5SpQB-container\",children:/*#__PURE__*/_jsx(Button,{eZDdaUp3Y:(_getLocalizedValue13=getLocalizedValue(\"v15\",activeLocale))!==null&&_getLocalizedValue13!==void 0?_getLocalizedValue13:\"Cridan's per tel\\xe8fon\",height:\"100%\",id:\"QiJS5SpQB\",JcZSM_9EO:\"Phone\",layoutId:\"QiJS5SpQB\",nGGeNqwkB:\"regular\",style:{width:\"100%\"},variant:\"tmxXZoiJT\",vRuMP81RN:\"Phone\",width:\"100%\",ZysM9Qo06:\"https://g.co/kgs/CkqvaPJ\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,...addPropertyOverrides({xIxT0Phes:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 48px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+16+0+0+64+0+332.59999999999997+0+0+0+56}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ofb0nj-container\",layoutDependency:layoutDependency,layoutId:\"k7pAYxxOW-container\",children:/*#__PURE__*/_jsx(Button,{eZDdaUp3Y:(_getLocalizedValue14=getLocalizedValue(\"v16\",activeLocale))!==null&&_getLocalizedValue14!==void 0?_getLocalizedValue14:\"Escriu-nos per Whatsapp\",height:\"100%\",id:\"k7pAYxxOW\",JcZSM_9EO:\"ChatCircleDots\",layoutId:\"k7pAYxxOW\",nGGeNqwkB:\"regular\",style:{width:\"100%\"},variant:\"DHnY0REOt\",vRuMP81RN:\"ChatCircleDots\",width:\"100%\",ZysM9Qo06:\"https://wa.me/+34601981928\"})})})]})]})]})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-e2ee3s\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"n6QhcNde7\",onMouseLeave:onMouseLeave1q2fy6l,...addPropertyOverrides({x6RYfk97i:{onMouseLeave:onMouseLeave5jfc4a}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"KS4y4OJqo\"},implicitPathVariables:undefined},{href:{webPageId:\"KS4y4OJqo\"},implicitPathVariables:undefined},{href:{webPageId:\"KS4y4OJqo\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{height:19,...addPropertyOverrides({GAwRpBd6l:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+72+0},x6RYfk97i:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+72+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1djamrm-container\",layoutDependency:layoutDependency,layoutId:\"dqjAX_EmK-container\",children:/*#__PURE__*/_jsx(ItemNavbar,{height:\"100%\",id:\"dqjAX_EmK\",kZTY8P1fg:resolvedLinks3[0],layoutId:\"dqjAX_EmK\",variant:\"gYgyPQkPJ\",width:\"100%\",wPrFjMfwY:(_getLocalizedValue=getLocalizedValue(\"v17\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Fisioterapia\",...addPropertyOverrides({GAwRpBd6l:{kZTY8P1fg:resolvedLinks3[1]},x6RYfk97i:{kZTY8P1fg:resolvedLinks3[2],variant:\"ecDCJlFeh\"}},baseVariant,gestureVariant)})})});}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,...addPropertyOverrides({GAwRpBd6l:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+72+0},x6RYfk97i:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+72+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c718kq-container\",layoutDependency:layoutDependency,layoutId:\"L7IOaTV4P-container\",children:/*#__PURE__*/_jsx(ItemNavbar,{height:\"100%\",id:\"L7IOaTV4P\",layoutId:\"L7IOaTV4P\",variant:\"gYgyPQkPJ\",width:\"100%\",wPrFjMfwY:(_getLocalizedValue15=getLocalizedValue(\"v18\",activeLocale))!==null&&_getLocalizedValue15!==void 0?_getLocalizedValue15:\"Rehabilitaci\\xf3\",...addPropertyOverrides({GAwRpBd6l:{variant:\"sLQlYlw7C\"},x6RYfk97i:{variant:\"U7wU2loWX\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,...addPropertyOverrides({GAwRpBd6l:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+72+0},x6RYfk97i:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+72+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-48zznu-container\",layoutDependency:layoutDependency,layoutId:\"Bird3VKt5-container\",children:/*#__PURE__*/_jsx(ItemNavbar,{height:\"100%\",id:\"Bird3VKt5\",layoutId:\"Bird3VKt5\",variant:\"gYgyPQkPJ\",width:\"100%\",wPrFjMfwY:(_getLocalizedValue16=getLocalizedValue(\"v19\",activeLocale))!==null&&_getLocalizedValue16!==void 0?_getLocalizedValue16:\"Classes grupals\",...addPropertyOverrides({GAwRpBd6l:{variant:\"sLQlYlw7C\"},x6RYfk97i:{variant:\"U7wU2loWX\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:19,...addPropertyOverrides({GAwRpBd6l:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+72+0},x6RYfk97i:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+72+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-efbty1-container\",layoutDependency:layoutDependency,layoutId:\"RdF1wgvZB-container\",children:/*#__PURE__*/_jsx(ItemNavbar,{height:\"100%\",id:\"RdF1wgvZB\",layoutId:\"RdF1wgvZB\",variant:\"gYgyPQkPJ\",width:\"100%\",wPrFjMfwY:(_getLocalizedValue17=getLocalizedValue(\"v20\",activeLocale))!==null&&_getLocalizedValue17!==void 0?_getLocalizedValue17:\"Nutrici\\xf3 i diet\\xe8tica\",...addPropertyOverrides({GAwRpBd6l:{variant:\"sLQlYlw7C\"},x6RYfk97i:{variant:\"U7wU2loWX\"}},baseVariant,gestureVariant)})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-uyct6.framer-4gx9fm, .framer-uyct6 .framer-4gx9fm { display: block; }\",\".framer-uyct6.framer-1o3ri99 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px 40px 16px 40px; position: relative; width: 1223px; }\",\".framer-uyct6 .framer-348nva, .framer-uyct6 .framer-rbx4an, .framer-uyct6 .framer-1s6a4jc, .framer-uyct6 .framer-f0z3mi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-uyct6 .framer-eo6r8j { 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-uyct6 .framer-1h7gx9t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 200px; }\",\".framer-uyct6 .framer-141d6s3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-uyct6 .framer-c7nr9t { flex: none; height: 28px; position: relative; width: 25px; }\",\".framer-uyct6 .framer-bu3131 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-uyct6 .framer-epddok { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: hidden; position: relative; width: 32px; will-change: var(--framer-will-change-override, transform); }\",\".framer-uyct6 .framer-sa7r9s-container { flex: none; height: 18px; left: 7px; position: absolute; top: calc(50.00000000000002% - 18px / 2); width: 18px; }\",\".framer-uyct6 .framer-1i34zry { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-uyct6 .framer-ljqj6w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: 48px; justify-content: center; overflow: hidden; padding: 6px 16px 6px 16px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-uyct6 .framer-1mz6low, .framer-uyct6 .framer-mvaroo, .framer-uyct6 .framer-nz3hhb, .framer-uyct6 .framer-19n7mwh, .framer-uyct6 .framer-1nbyt71, .framer-uyct6 .framer-1jhbl81, .framer-uyct6 .framer-eks16p, .framer-uyct6 .framer-cwhf2f, .framer-uyct6 .framer-15ahd5i, .framer-uyct6 .framer-awzknm { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-uyct6 .framer-1iwa9ae-container { flex: none; height: 12px; position: relative; width: 12px; }\",\".framer-uyct6 .framer-evkjmh-container, .framer-uyct6 .framer-9upxij-container, .framer-uyct6 .framer-1ar21gn-container, .framer-uyct6 .framer-suim9p-container, .framer-uyct6 .framer-1djamrm-container, .framer-uyct6 .framer-1c718kq-container, .framer-uyct6 .framer-48zznu-container, .framer-uyct6 .framer-efbty1-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-uyct6 .framer-1sen6a4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 48px; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 200px; }\",\".framer-uyct6 .framer-s09fg-container { flex: none; height: 100%; position: relative; width: auto; }\",\".framer-uyct6 .framer-u6ouuv { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-uyct6 .framer-1yxpgb8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-uyct6 .framer-1oq35dc, .framer-uyct6 .framer-7g8x51, .framer-uyct6 .framer-176srpl { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-uyct6 .framer-1hlp7q2, .framer-uyct6 .framer-1344zuj, .framer-uyct6 .framer-m4mp7x, .framer-uyct6 .framer-vx46xt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-uyct6 .framer-nblam9-container, .framer-uyct6 .framer-dtbno3-container, .framer-uyct6 .framer-1css5al-container, .framer-uyct6 .framer-1jomo5j-container, .framer-uyct6 .framer-rnqgwk-container, .framer-uyct6 .framer-6im3g5-container, .framer-uyct6 .framer-13pawzu-container { flex: none; height: 14px; position: relative; width: 14px; }\",\".framer-uyct6 .framer-1cyvm3y { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-uyct6 .framer-1uryvtj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-uyct6 .framer-kgeqay { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-uyct6 .framer-1xmqsxr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-uyct6 .framer-aaw6ym-container { flex: none; height: 40px; position: relative; width: auto; }\",\".framer-uyct6 .framer-1o881uh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-uyct6 .framer-o6eh1w-container, .framer-uyct6 .framer-1ofb0nj-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-uyct6 .framer-e2ee3s { 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: visible; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uyct6.framer-1o3ri99, .framer-uyct6 .framer-eo6r8j, .framer-uyct6 .framer-1h7gx9t, .framer-uyct6 .framer-141d6s3, .framer-uyct6 .framer-1i34zry, .framer-uyct6 .framer-ljqj6w, .framer-uyct6 .framer-1sen6a4, .framer-uyct6 .framer-u6ouuv, .framer-uyct6 .framer-1yxpgb8, .framer-uyct6 .framer-1cyvm3y, .framer-uyct6 .framer-1uryvtj, .framer-uyct6 .framer-kgeqay, .framer-uyct6 .framer-1xmqsxr, .framer-uyct6 .framer-1o881uh, .framer-uyct6 .framer-e2ee3s { gap: 0px; } .framer-uyct6.framer-1o3ri99 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-uyct6.framer-1o3ri99 > :first-child, .framer-uyct6 .framer-u6ouuv > :first-child, .framer-uyct6 .framer-1yxpgb8 > :first-child, .framer-uyct6 .framer-1cyvm3y > :first-child, .framer-uyct6 .framer-1uryvtj > :first-child, .framer-uyct6 .framer-kgeqay > :first-child, .framer-uyct6 .framer-1o881uh > :first-child { margin-top: 0px; } .framer-uyct6.framer-1o3ri99 > :last-child, .framer-uyct6 .framer-u6ouuv > :last-child, .framer-uyct6 .framer-1yxpgb8 > :last-child, .framer-uyct6 .framer-1cyvm3y > :last-child, .framer-uyct6 .framer-1uryvtj > :last-child, .framer-uyct6 .framer-kgeqay > :last-child, .framer-uyct6 .framer-1o881uh > :last-child { margin-bottom: 0px; } .framer-uyct6 .framer-eo6r8j > *, .framer-uyct6 .framer-141d6s3 > *, .framer-uyct6 .framer-1xmqsxr > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-uyct6 .framer-eo6r8j > :first-child, .framer-uyct6 .framer-1h7gx9t > :first-child, .framer-uyct6 .framer-141d6s3 > :first-child, .framer-uyct6 .framer-1i34zry > :first-child, .framer-uyct6 .framer-ljqj6w > :first-child, .framer-uyct6 .framer-1sen6a4 > :first-child, .framer-uyct6 .framer-1xmqsxr > :first-child, .framer-uyct6 .framer-e2ee3s > :first-child { margin-left: 0px; } .framer-uyct6 .framer-eo6r8j > :last-child, .framer-uyct6 .framer-1h7gx9t > :last-child, .framer-uyct6 .framer-141d6s3 > :last-child, .framer-uyct6 .framer-1i34zry > :last-child, .framer-uyct6 .framer-ljqj6w > :last-child, .framer-uyct6 .framer-1sen6a4 > :last-child, .framer-uyct6 .framer-1xmqsxr > :last-child, .framer-uyct6 .framer-e2ee3s > :last-child { margin-right: 0px; } .framer-uyct6 .framer-1h7gx9t > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-uyct6 .framer-1i34zry > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-uyct6 .framer-ljqj6w > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-uyct6 .framer-1sen6a4 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-uyct6 .framer-u6ouuv > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-uyct6 .framer-1yxpgb8 > *, .framer-uyct6 .framer-1cyvm3y > *, .framer-uyct6 .framer-kgeqay > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-uyct6 .framer-1uryvtj > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-uyct6 .framer-1o881uh > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-uyct6 .framer-e2ee3s > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } }\",\".framer-uyct6.framer-v-xn5wte.framer-1o3ri99, .framer-uyct6.framer-v-1dhfm8u.framer-1o3ri99 { padding: 20px 40px 24px 40px; }\",\".framer-uyct6.framer-v-1xpifww .framer-suim9p-container, .framer-uyct6.framer-v-14zqea3 .framer-1cyvm3y, .framer-uyct6.framer-v-14zqea3 .framer-vx46xt, .framer-uyct6.framer-v-14zqea3 .framer-15ahd5i, .framer-uyct6.framer-v-14zqea3 .framer-1o881uh, .framer-uyct6.framer-v-14zqea3 .framer-o6eh1w-container { order: 0; }\",\".framer-uyct6.framer-v-1xpifww .framer-s09fg-container, .framer-uyct6.framer-v-14zqea3 .framer-1oq35dc, .framer-uyct6.framer-v-14zqea3 .framer-1uryvtj, .framer-uyct6.framer-v-14zqea3 .framer-rbx4an, .framer-uyct6.framer-v-14zqea3 .framer-1xmqsxr, .framer-uyct6.framer-v-14zqea3 .framer-1ofb0nj-container { order: 1; }\",\".framer-uyct6.framer-v-o4y0uz.framer-1o3ri99 { padding: 16px 24px 16px 24px; width: min-content; }\",\".framer-uyct6.framer-v-o4y0uz .framer-348nva, .framer-uyct6.framer-v-14zqea3 .framer-348nva { align-content: flex-start; align-items: flex-start; align-self: stretch; flex-direction: column; gap: 32px; justify-content: flex-start; width: auto; }\",\".framer-uyct6.framer-v-o4y0uz .framer-eo6r8j, .framer-uyct6.framer-v-14zqea3 .framer-eo6r8j { gap: unset; justify-content: space-between; order: 0; width: 100%; }\",\".framer-uyct6.framer-v-o4y0uz .framer-1h7gx9t, .framer-uyct6.framer-v-14zqea3 .framer-1h7gx9t { width: min-content; }\",\".framer-uyct6.framer-v-o4y0uz .framer-epddok, .framer-uyct6.framer-v-14zqea3 .framer-epddok { cursor: pointer; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uyct6.framer-v-o4y0uz .framer-348nva, .framer-uyct6.framer-v-o4y0uz .framer-eo6r8j { gap: 0px; } .framer-uyct6.framer-v-o4y0uz .framer-348nva > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-uyct6.framer-v-o4y0uz .framer-348nva > :first-child { margin-top: 0px; } .framer-uyct6.framer-v-o4y0uz .framer-348nva > :last-child { margin-bottom: 0px; } .framer-uyct6.framer-v-o4y0uz .framer-eo6r8j > *, .framer-uyct6.framer-v-o4y0uz .framer-eo6r8j > :first-child, .framer-uyct6.framer-v-o4y0uz .framer-eo6r8j > :last-child { margin: 0px; } }\",\".framer-uyct6.framer-v-14zqea3.framer-1o3ri99 { align-content: flex-start; align-items: flex-start; padding: 16px 24px 16px 24px; width: min-content; }\",\".framer-uyct6.framer-v-14zqea3 .framer-u6ouuv { flex: none; order: 3; width: 100%; }\",\".framer-uyct6.framer-v-14zqea3 .framer-7g8x51, .framer-uyct6.framer-v-14zqea3 .framer-f0z3mi { order: 3; }\",\".framer-uyct6.framer-v-14zqea3 .framer-176srpl { order: 5; }\",\".framer-uyct6.framer-v-14zqea3 .framer-1hlp7q2, .framer-uyct6.framer-v-14zqea3 .framer-1s6a4jc { order: 2; }\",\".framer-uyct6.framer-v-14zqea3 .framer-1344zuj { order: 4; }\",\".framer-uyct6.framer-v-14zqea3 .framer-m4mp7x { order: 6; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uyct6.framer-v-14zqea3 .framer-348nva, .framer-uyct6.framer-v-14zqea3 .framer-eo6r8j { gap: 0px; } .framer-uyct6.framer-v-14zqea3 .framer-348nva > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-uyct6.framer-v-14zqea3 .framer-348nva > :first-child { margin-top: 0px; } .framer-uyct6.framer-v-14zqea3 .framer-348nva > :last-child { margin-bottom: 0px; } .framer-uyct6.framer-v-14zqea3 .framer-eo6r8j > *, .framer-uyct6.framer-v-14zqea3 .framer-eo6r8j > :first-child, .framer-uyct6.framer-v-14zqea3 .framer-eo6r8j > :last-child { margin: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 84\n * @framerIntrinsicWidth 1223\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"GAwRpBd6l\":{\"layout\":[\"fixed\",\"auto\"]},\"QStWktNVt\":{\"layout\":[\"fixed\",\"auto\"]},\"x6RYfk97i\":{\"layout\":[\"fixed\",\"auto\"]},\"dS1TkXtF8\":{\"layout\":[\"auto\",\"auto\"]},\"xIxT0Phes\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerlrgF4au64=withCSS(Component,css,\"framer-uyct6\");export default FramerlrgF4au64;FramerlrgF4au64.displayName=\"Nav bar\";FramerlrgF4au64.defaultProps={height:84,width:1223};addPropertyControls(FramerlrgF4au64,{variant:{options:[\"pPWz71ele\",\"GAwRpBd6l\",\"QStWktNVt\",\"x6RYfk97i\",\"dS1TkXtF8\",\"xIxT0Phes\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Variant 6\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerlrgF4au64,[{explicitInter:true,fonts:[{family:\"Avenir Heavy\",source:\"custom\",url:\"https://framerusercontent.com/assets/A46YnB68tIjmzvOu7Hkwgak88Q.woff2\"},{family:\"Avenir Roman\",source:\"custom\",url:\"https://framerusercontent.com/assets/pMcYJ2iKAnutXgVyrOex8qnByw.woff2\"}]},...PhosphorFonts,...TriggerFonts,...ButtonFonts,...LocaleSelectorFonts,...ItemNavbarFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerlrgF4au64\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GAwRpBd6l\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QStWktNVt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"x6RYfk97i\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dS1TkXtF8\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xIxT0Phes\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"84\",\"framerIntrinsicWidth\":\"1223\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (be619af)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-jzuN7 .framer-styles-preset-1rlhiis:not(.rich-text-wrapper), .framer-jzuN7 .framer-styles-preset-1rlhiis.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-f53ea2ff-e4c0-4286-ae9c-856a8fb69284, #000000) /* {\"name\":\"Content / High\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-decoration: none; transition: color 0.4s cubic-bezier(0.44, 0, 0.56, 1) 0s; }'];export const className=\"framer-jzuN7\";\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{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Link}from\"framer\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"Q1VTVE9NO09ydGljYSBMaW5lYXIgTGlnaHQ=\",\"--framer-font-family\":'\"Ortica Linear Light\", \"Ortica Linear Light Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgba(0, 0, 0, 0.2))\"},children:\"Soluciones integrales de salud y bienestar\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"Q1VTVE9NO09ydGljYSBMaW5lYXIgTGlnaHQ=\",\"--framer-font-family\":'\"Ortica Linear Light\", \"Ortica Linear Light Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgba(0, 0, 0, 0.2))\"},children:\"Soluciones integrales de salud y bienestar\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f53ea2ff-e4c0-4286-ae9c-856a8fb69284, rgb(0, 0, 0)))\"},children:\"Vis\\xedtanos\"})});export const v3=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35)))\"},children:[/*#__PURE__*/_jsx(Link,{href:\"https://maps.app.goo.gl/LYjpDr5MhUiTNM5P8\",nodeId:\"ZWXglYtmi\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rlhiis\",\"data-styles-preset\":\"kdR11crwi\",children:\"Calle de Jos\\xe9 Iranzo, 73\"})}),/*#__PURE__*/_jsx(Link,{href:\"https://maps.app.goo.gl/LYjpDr5MhUiTNM5P8\",nodeId:\"ZWXglYtmi\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(motion.br,{})})}),/*#__PURE__*/_jsx(Link,{href:\"https://maps.app.goo.gl/LYjpDr5MhUiTNM5P8\",nodeId:\"ZWXglYtmi\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rlhiis\",\"data-styles-preset\":\"kdR11crwi\",children:\"46870 Ontinyent, Valencia\"})})]})});export const v4=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f53ea2ff-e4c0-4286-ae9c-856a8fb69284, rgb(0, 0, 0)))\"},children:\"Horario\"})});export const v5=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35)))\"},children:\"Lunes-jueves\"})});export const v6=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35)))\"},children:\"9:00-14:00, 16:00-20:30\"})});export const v7=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35)))\"},children:\"Viernes\"})});export const v8=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35)))\"},children:\"9:00-14:00, 16:00-19:00\"})});export const v9=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f53ea2ff-e4c0-4286-ae9c-856a8fb69284, rgb(0, 0, 0)))\"},children:\"Contacto\"})});export const v10=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://g.co/kgs/CkqvaPJ\",nodeId:\"IhfnxkUFK\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rlhiis\",\"data-styles-preset\":\"kdR11crwi\",children:\"Por tel\\xe9fono: 601 98 19 28\"})})})});export const v11=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://wa.me/+34601981928\",nodeId:\"jW005iPgx\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rlhiis\",\"data-styles-preset\":\"kdR11crwi\",children:\"A trav\\xe9s de Whatsapp\"})})})});export const v12=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f53ea2ff-e4c0-4286-ae9c-856a8fb69284, rgb(0, 0, 0)))\"},children:\"S\\xedguenos\"})});export const v13=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/clinica.carlosrevert/\",nodeId:\"alYOv80Cj\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rlhiis\",\"data-styles-preset\":\"kdR11crwi\",children:\"@clinica.carlosrevert\"})})})});export const v14=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBIZWF2eQ==\",\"--framer-font-family\":'\"Avenir Heavy\", \"Avenir Heavy Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.25))\"},children:\"Cl\\xednicaCarlosRevert\"})});export const v15=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.4)))\"},children:\"Pol\\xedtica de privacidad y cookies\"})});export const v16=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.4)))\"},children:\"Aviso legal\"})});export const v17=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.4)))\"},children:\"\\xa9 2024 - Todos los derechos reservados\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v17\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v14\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v16\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v15\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f074239)\nimport*as localizedValues from\"./oy1Y5gjRf-0.js\";const valuesByLocaleId={SmZWCosFg: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 (f074239)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/f11yteor5xsXipqb9SYP/kdJcrwVtI7Idg7S7K9SX/kdR11crwi.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/G13hzNJarVwFSM9GQqlL/yQhgsXTudWL8vzI1YdTZ/oy1Y5gjRf.js\";const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"YUzdnEiyh\",\"pHhQID810\"];const serializationHash=\"framer-MQX3Q\";const variantClassNames={pHhQID810:\"framer-v-14468sn\",YUzdnEiyh:\"framer-v-vpfeeo\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={filter:\"blur(4px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition2={bounce:0,delay:.05,duration:.7,type:\"spring\"};const textEffect={effect:animation,startDelay:1.5,tokenization:\"word\",transition:transition2,trigger:\"onMount\",type:\"appear\"};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 humanReadableVariantMap={\"Variant 1\":\"YUzdnEiyh\",Mobile:\"pHhQID810\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"YUzdnEiyh\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Variants=motion.create(React.Fragment);const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"YUzdnEiyh\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6,_getLocalizedValue7,_getLocalizedValue8,_getLocalizedValue9,_getLocalizedValue10,_getLocalizedValue11,_getLocalizedValue12,_getLocalizedValue13,_getLocalizedValue14,_getLocalizedValue15,_getLocalizedValue16,_getLocalizedValue17;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(scopingClassNames,\"framer-vpfeeo\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"YUzdnEiyh\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-f0c37957-3a4b-4cdf-b3b0-145edc822d37, rgb(240, 232, 209))\",borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({pHhQID810:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8k00wi\",layoutDependency:layoutDependency,layoutId:\"keMIE3dAY\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13go5k3\",layoutDependency:layoutDependency,layoutId:\"j8hRq9OWs\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-19sm761\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"PF0VcMpP6\",opacity:1,style:{backgroundColor:\"rgba(143, 106, 106, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 41 44\"><path d=\"M 23.799 44 C 23.738 43.924 23.669 43.853 23.619 43.772 C 23.04 42.822 22.472 41.866 21.883 40.921 C 21.483 40.28 21.068 39.647 20.634 39.025 C 20.349 38.617 20.018 38.238 19.71 37.843 C 19.561 37.651 19.428 37.447 19.271 37.26 C 18.931 36.855 18.587 36.453 18.235 36.057 C 17.858 35.634 17.483 35.209 17.086 34.803 C 16.23 33.925 15.283 33.142 14.255 32.448 C 13.722 32.088 13.202 31.707 12.652 31.372 C 11.745 30.821 10.826 30.288 9.898 29.77 C 8.964 29.249 8.018 28.748 7.07 28.25 C 6.286 27.839 5.485 27.458 4.705 27.04 C 3.845 26.579 2.993 26.101 2.152 25.609 C 1.872 25.445 1.602 25.242 1.387 25.008 C 1.101 24.696 0.989 24.315 1.085 23.888 C 1.259 23.113 1.893 22.825 2.58 22.588 C 4.036 22.084 5.551 22.192 7.051 22.233 C 7.834 22.254 8.612 22.408 9.388 22.551 C 10.053 22.673 10.703 22.832 11.331 23.05 C 12.165 23.34 12.986 23.671 13.782 24.044 C 14.756 24.5 15.687 25.035 16.533 25.687 C 17.035 26.074 17.55 26.451 18.01 26.88 C 18.848 27.661 19.632 28.492 20.27 29.435 C 20.615 29.946 20.989 30.446 21.272 30.988 C 21.698 31.802 22.071 32.644 22.435 33.486 C 22.673 34.038 22.871 34.607 23.059 35.176 C 23.17 35.513 23.233 35.864 23.31 36.21 C 23.389 36.563 23.461 36.918 23.535 37.272 C 23.589 37.528 23.657 37.783 23.689 38.042 C 23.77 38.701 23.861 39.361 23.898 40.023 C 23.952 40.981 23.975 41.942 23.985 42.902 C 23.989 43.259 23.919 43.617 23.883 43.975 C 23.855 43.983 23.827 43.991 23.799 44 Z\" fill=\"rgba(0, 0, 0, 0.16)\"></path><path d=\"M 24.969 20.091 C 25.069 20.865 24.908 21.627 24.58 22.353 C 24.22 23.149 23.684 23.842 22.939 24.344 C 22.383 24.718 21.76 25 21.17 25.33 C 21.036 25.406 20.972 25.382 20.912 25.251 C 20.711 24.814 20.496 24.384 20.297 23.948 C 20.069 23.448 19.853 22.944 19.631 22.443 C 19.266 21.622 18.897 20.803 18.535 19.981 C 18.273 19.386 18.012 18.79 17.762 18.19 C 17.471 17.491 17.203 16.783 16.908 16.085 C 16.609 15.375 16.275 14.678 15.983 13.966 C 15.66 13.18 15.368 12.382 15.061 11.59 C 14.85 11.043 14.631 10.498 14.425 9.95 C 14.185 9.312 13.934 8.678 13.725 8.032 C 13.471 7.245 13.233 6.453 13.035 5.652 C 12.958 5.343 12.985 5.003 13.01 4.68 C 13.032 4.392 13.571 4.002 13.89 3.968 C 14.364 3.919 14.775 4.083 15.156 4.308 C 16.046 4.836 16.75 5.563 17.427 6.309 C 17.919 6.851 18.4 7.403 18.849 7.978 C 19.359 8.632 19.831 9.314 20.313 9.988 C 20.753 10.603 21.202 11.214 21.613 11.846 C 22.14 12.654 22.641 13.477 23.136 14.304 C 23.383 14.718 23.617 15.144 23.811 15.582 C 24.16 16.367 24.499 17.154 24.707 17.993 C 24.877 18.681 25.039 19.359 24.969 20.091 Z\" fill=\"rgba(0, 0, 0, 0.16)\"></path><path d=\"M 30.276 23.227 C 30.113 22.974 29.939 22.725 29.789 22.465 C 29.338 21.686 28.88 20.909 28.455 20.117 C 27.994 19.256 27.551 18.385 27.128 17.507 C 26.832 16.894 26.562 16.268 26.315 15.635 C 26.128 15.155 25.987 14.657 25.84 14.164 C 25.71 13.727 25.595 13.286 25.487 12.844 C 25.401 12.493 25.338 12.137 25.26 11.784 C 25.136 11.228 25 10.675 24.885 10.117 C 24.799 9.695 24.739 9.267 24.664 8.842 C 24.585 8.395 24.499 7.949 24.422 7.502 C 24.369 7.19 24.316 6.878 24.282 6.564 C 24.235 6.135 24.191 5.704 24.172 5.273 C 24.132 4.369 24.08 3.464 24.091 2.56 C 24.098 1.986 24.215 1.412 24.472 0.881 C 24.661 0.488 24.901 0.159 25.396 0.035 C 25.841 -0.075 26.163 0.084 26.447 0.347 C 27.013 0.872 27.379 1.517 27.647 2.221 C 27.834 2.709 28.076 3.178 28.25 3.669 C 28.46 4.266 28.629 4.876 28.805 5.484 C 28.993 6.129 29.171 6.776 29.348 7.424 C 29.39 7.58 29.411 7.741 29.445 7.9 C 29.559 8.434 29.678 8.968 29.787 9.504 C 29.876 9.935 29.96 10.367 30.033 10.801 C 30.087 11.121 30.123 11.444 30.157 11.766 C 30.199 12.158 30.224 12.552 30.267 12.944 C 30.498 15.012 30.483 17.087 30.479 19.162 C 30.476 20.41 30.458 21.659 30.441 22.907 C 30.44 23.012 30.397 23.116 30.373 23.221 Z\" fill=\"rgba(0, 0, 0, 0.16)\"></path><path d=\"M 32.536 10.901 C 32.536 10.172 32.512 9.443 32.542 8.715 C 32.579 7.804 32.637 6.893 32.732 5.986 C 32.778 5.546 32.889 5.103 33.038 4.684 C 33.241 4.113 33.913 3.818 34.496 4.417 C 34.91 4.842 35.165 5.363 35.358 5.906 C 35.513 6.342 35.651 6.784 35.778 7.228 C 35.97 7.901 36.168 8.574 36.323 9.255 C 36.428 9.714 36.455 10.189 36.533 10.654 C 36.773 12.098 36.807 13.552 36.726 15.007 C 36.695 15.566 36.565 16.12 36.471 16.675 C 36.403 17.077 36.335 17.481 36.24 17.879 C 36.122 18.372 35.978 18.86 35.842 19.349 C 35.757 19.654 35.67 19.959 35.576 20.261 C 35.433 20.717 35.291 21.174 35.131 21.625 C 34.927 22.201 34.714 22.774 34.489 23.343 C 34.296 23.831 34.083 24.312 33.874 24.794 C 33.727 25.134 33.574 25.473 33.417 25.81 C 33.395 25.857 33.338 25.889 33.297 25.928 C 33.267 25.879 33.217 25.832 33.21 25.78 C 33.171 25.45 33.127 25.12 33.109 24.789 C 33.063 23.963 33.032 23.135 32.99 22.308 C 32.965 21.829 32.93 21.351 32.902 20.872 C 32.866 20.263 32.827 19.653 32.8 19.044 C 32.76 18.101 32.728 17.158 32.694 16.216 C 32.662 15.342 32.632 14.468 32.599 13.595 C 32.565 12.697 32.528 11.8 32.492 10.903 Z\" fill=\"rgba(0, 0, 0, 0.16)\"></path><path d=\"M 33.719 32.32 C 33.719 32.136 33.699 32.021 33.722 31.914 C 33.909 31.063 34.093 30.212 34.298 29.365 C 34.512 28.481 34.733 27.597 34.983 26.722 C 35.128 26.212 35.34 25.719 35.512 25.216 C 35.699 24.669 35.868 24.116 36.059 23.571 C 36.208 23.148 36.378 22.731 36.54 22.313 C 36.766 21.729 36.983 21.141 37.225 20.564 C 37.438 20.057 37.667 19.555 37.917 19.064 C 38.074 18.755 38.263 18.456 38.475 18.18 C 38.751 17.821 39.044 17.845 39.321 18.211 C 39.573 18.543 39.711 18.919 39.775 19.317 C 39.85 19.789 39.935 20.264 39.946 20.739 C 39.957 21.2 39.888 21.663 39.836 22.123 C 39.811 22.352 39.73 22.575 39.704 22.804 C 39.62 23.541 39.344 24.225 39.067 24.907 C 38.559 26.156 37.821 27.289 37.046 28.4 C 36.702 28.892 36.337 29.372 35.958 29.84 C 35.554 30.339 35.125 30.819 34.7 31.303 C 34.442 31.597 34.171 31.881 33.904 32.168 C 33.869 32.206 33.823 32.235 33.719 32.32 Z\" fill=\"rgba(0, 0, 0, 0.16)\"></path></svg>',svgContentId:11696448708,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"Q1VTVE9NO09ydGljYSBMaW5lYXIgTGlnaHQ=\",\"--framer-font-family\":'\"Ortica Linear Light\", \"Ortica Linear Light Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgba(0, 0, 0, 0.2))\"},children:\"Solucions integrals de salut i benestar\"})}),className:\"framer-1phun44\",effect:textEffect,fonts:[\"CUSTOM;Ortica Linear Light\"],layoutDependency:layoutDependency,layoutId:\"mI8Gpgli1\",style:{\"--extracted-gdpscs\":\"rgba(0, 0, 0, 0.2)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({pHhQID810:{children:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"Q1VTVE9NO09ydGljYSBMaW5lYXIgTGlnaHQ=\",\"--framer-font-family\":'\"Ortica Linear Light\", \"Ortica Linear Light Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgba(0, 0, 0, 0.2))\"},children:\"Solucions integrals de salut i benestar\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1e9ytpc\",layoutDependency:layoutDependency,layoutId:\"VEe0xUi0q\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-12npuhp\",layoutDependency:layoutDependency,layoutId:\"wSS3VSlAX\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-190fjj0\",layoutDependency:layoutDependency,layoutId:\"GQeGSgHMU\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-3ksexi\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"iB8g2YphX\",style:{backgroundColor:\"rgba(0, 0, 0, 0.12)\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10v1g7f\",layoutDependency:layoutDependency,layoutId:\"oL35XpUoE\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1odvo97\",layoutDependency:layoutDependency,layoutId:\"oWzrX__DP\",style:{backgroundColor:\"rgba(0, 0, 0, 0.04)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nsekhp-container\",layoutDependency:layoutDependency,layoutId:\"LfwgcvjwT-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgba(0, 0, 0, 0.25)\",height:\"100%\",iconSearch:\"arrow\",iconSelection:\"MapPin\",id:\"LfwgcvjwT\",layoutId:\"LfwgcvjwT\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"light\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue2=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f53ea2ff-e4c0-4286-ae9c-856a8fb69284, rgb(0, 0, 0)))\"},children:\"Visitan's\"})}),className:\"framer-91i4ao\",\"data-framer-name\":\"Koin es la mejor soluci\\xf3n de medios de pago y financiaci\\xf3n digitales que permite a empresas y consumidores conectarse y realizar transacciones de forma pr\\xe1ctica y segura.\",fonts:[\"CUSTOM;Avenir Roman\"],layoutDependency:layoutDependency,layoutId:\"zKZ81M8sK\",style:{\"--extracted-r6o4lv\":\"var(--token-f53ea2ff-e4c0-4286-ae9c-856a8fb69284, rgb(0, 0, 0))\",\"--framer-paragraph-spacing\":\"16px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue3=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35)))\"},children:[/*#__PURE__*/_jsx(Link,{href:\"https://maps.app.goo.gl/LYjpDr5MhUiTNM5P8\",nodeId:\"ZWXglYtmi\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rlhiis\",\"data-styles-preset\":\"kdR11crwi\",children:\"Carrer de Jos\\xe9 Iranzo, 73. \"})}),\"Ontinyent, 46870 Valencia\"]})}),className:\"framer-2ah86q\",fonts:[\"CUSTOM;Avenir Roman\"],layoutDependency:layoutDependency,layoutId:\"ZWXglYtmi\",style:{\"--extracted-r6o4lv\":\"var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35))\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-kydzib\",layoutDependency:layoutDependency,layoutId:\"NWZs1Z_af\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ekdqxy\",layoutDependency:layoutDependency,layoutId:\"HOElQT8_U\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-7ebz94\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"Dk84nLTQd\",style:{backgroundColor:\"rgba(0, 0, 0, 0.12)\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-l316q1\",layoutDependency:layoutDependency,layoutId:\"gBIA2W_mI\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1aarw8u\",layoutDependency:layoutDependency,layoutId:\"JpH5o9vJf\",style:{backgroundColor:\"rgba(0, 0, 0, 0.04)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1t6ydyb-container\",layoutDependency:layoutDependency,layoutId:\"aBiRF8vE8-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgba(0, 0, 0, 0.25)\",height:\"100%\",iconSearch:\"arrow\",iconSelection:\"Clock\",id:\"aBiRF8vE8\",layoutId:\"aBiRF8vE8\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"light\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue4=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f53ea2ff-e4c0-4286-ae9c-856a8fb69284, rgb(0, 0, 0)))\"},children:\"Horari\"})}),className:\"framer-7f35l0\",\"data-framer-name\":\"Koin es la mejor soluci\\xf3n de medios de pago y financiaci\\xf3n digitales que permite a empresas y consumidores conectarse y realizar transacciones de forma pr\\xe1ctica y segura.\",fonts:[\"CUSTOM;Avenir Roman\"],layoutDependency:layoutDependency,layoutId:\"qWi3eV5Tl\",style:{\"--extracted-r6o4lv\":\"var(--token-f53ea2ff-e4c0-4286-ae9c-856a8fb69284, rgb(0, 0, 0))\",\"--framer-paragraph-spacing\":\"16px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3vytaw\",layoutDependency:layoutDependency,layoutId:\"U7bG5bOe0\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5xrihr\",layoutDependency:layoutDependency,layoutId:\"DHo_a88Vd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue5=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35)))\"},children:\"Dilluns-dijous\"})}),className:\"framer-10mvprf\",fonts:[\"CUSTOM;Avenir Roman\"],layoutDependency:layoutDependency,layoutId:\"wIKUGOc0O\",style:{\"--extracted-r6o4lv\":\"var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue6=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35)))\"},children:\"9:00-14:00, 16:00-20:30\"})}),className:\"framer-1jvpm1p\",fonts:[\"CUSTOM;Avenir Roman\"],layoutDependency:layoutDependency,layoutId:\"nyC2gZznw\",style:{\"--extracted-r6o4lv\":\"var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xopfrn\",layoutDependency:layoutDependency,layoutId:\"mtDNAIZEx\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue7=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue7!==void 0?_getLocalizedValue7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35)))\"},children:\"Divendres\"})}),className:\"framer-1lxhexs\",fonts:[\"CUSTOM;Avenir Roman\"],layoutDependency:layoutDependency,layoutId:\"snSGmNbPd\",style:{\"--extracted-r6o4lv\":\"var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue8=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue8!==void 0?_getLocalizedValue8:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35)))\"},children:\"9:00-14:00, 16:00-19:00\"})}),className:\"framer-1rsdueu\",fonts:[\"CUSTOM;Avenir Roman\"],layoutDependency:layoutDependency,layoutId:\"DcLHVbJby\",style:{\"--extracted-r6o4lv\":\"var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lfkvcm\",layoutDependency:layoutDependency,layoutId:\"Rss7SyV3m\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nnybu7\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"DTFed8Tje\",style:{backgroundColor:\"rgba(0, 0, 0, 0.12)\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nwxdcq\",layoutDependency:layoutDependency,layoutId:\"HX06jgSoW\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-jy6cxx\",layoutDependency:layoutDependency,layoutId:\"Ec1Krq6KB\",style:{backgroundColor:\"rgba(0, 0, 0, 0.04)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-468srb-container\",layoutDependency:layoutDependency,layoutId:\"jZczIVCFY-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgba(0, 0, 0, 0.25)\",height:\"100%\",iconSearch:\"arrow\",iconSelection:\"Phone\",id:\"jZczIVCFY\",layoutId:\"jZczIVCFY\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"light\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue9=getLocalizedValue(\"v9\",activeLocale))!==null&&_getLocalizedValue9!==void 0?_getLocalizedValue9:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f53ea2ff-e4c0-4286-ae9c-856a8fb69284, rgb(0, 0, 0)))\"},children:\"Contacte\"})}),className:\"framer-9zy1p6\",\"data-framer-name\":\"Koin es la mejor soluci\\xf3n de medios de pago y financiaci\\xf3n digitales que permite a empresas y consumidores conectarse y realizar transacciones de forma pr\\xe1ctica y segura.\",fonts:[\"CUSTOM;Avenir Roman\"],layoutDependency:layoutDependency,layoutId:\"CzoEuWEGP\",style:{\"--extracted-r6o4lv\":\"var(--token-f53ea2ff-e4c0-4286-ae9c-856a8fb69284, rgb(0, 0, 0))\",\"--framer-paragraph-spacing\":\"16px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-m4tl6i\",layoutDependency:layoutDependency,layoutId:\"wVXTxA_cr\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue10=getLocalizedValue(\"v10\",activeLocale))!==null&&_getLocalizedValue10!==void 0?_getLocalizedValue10:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://g.co/kgs/CkqvaPJ\",nodeId:\"IhfnxkUFK\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rlhiis\",\"data-styles-preset\":\"kdR11crwi\",children:\"Per tel\\xe8fon: 601 98 19 28\"})})})}),className:\"framer-18z7ge8\",fonts:[\"CUSTOM;Avenir Roman\"],layoutDependency:layoutDependency,layoutId:\"IhfnxkUFK\",style:{\"--extracted-r6o4lv\":\"var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue11=getLocalizedValue(\"v11\",activeLocale))!==null&&_getLocalizedValue11!==void 0?_getLocalizedValue11:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://wa.me/+34601981928\",nodeId:\"jW005iPgx\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rlhiis\",\"data-styles-preset\":\"kdR11crwi\",children:\"Via Whatsapp\"})})})}),className:\"framer-iz870q\",fonts:[\"CUSTOM;Avenir Roman\"],layoutDependency:layoutDependency,layoutId:\"jW005iPgx\",style:{\"--extracted-r6o4lv\":\"var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35))\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vpo9gm\",layoutDependency:layoutDependency,layoutId:\"GtuWcG5DB\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-159jrxd\",layoutDependency:layoutDependency,layoutId:\"o0iQDOD3E\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-spnrlc\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"Sdkp88J1C\",style:{backgroundColor:\"rgba(0, 0, 0, 0.12)\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9lo1og\",layoutDependency:layoutDependency,layoutId:\"V9CmBDq_E\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-3ewl5c\",layoutDependency:layoutDependency,layoutId:\"Y3GMM0Brn\",style:{backgroundColor:\"rgba(0, 0, 0, 0.04)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-oxvlrf-container\",layoutDependency:layoutDependency,layoutId:\"ZfafP6Mrp-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgba(0, 0, 0, 0.25)\",height:\"100%\",iconSearch:\"arrow\",iconSelection:\"InstagramLogo\",id:\"ZfafP6Mrp\",layoutId:\"ZfafP6Mrp\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"light\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue12=getLocalizedValue(\"v12\",activeLocale))!==null&&_getLocalizedValue12!==void 0?_getLocalizedValue12:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f53ea2ff-e4c0-4286-ae9c-856a8fb69284, rgb(0, 0, 0)))\"},children:\"Segueix-nos\"})}),className:\"framer-10lwdcp\",\"data-framer-name\":\"Koin es la mejor soluci\\xf3n de medios de pago y financiaci\\xf3n digitales que permite a empresas y consumidores conectarse y realizar transacciones de forma pr\\xe1ctica y segura.\",fonts:[\"CUSTOM;Avenir Roman\"],layoutDependency:layoutDependency,layoutId:\"UgzkUrf5A\",style:{\"--extracted-r6o4lv\":\"var(--token-f53ea2ff-e4c0-4286-ae9c-856a8fb69284, rgb(0, 0, 0))\",\"--framer-paragraph-spacing\":\"16px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue13=getLocalizedValue(\"v13\",activeLocale))!==null&&_getLocalizedValue13!==void 0?_getLocalizedValue13:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/clinica.carlosrevert/\",nodeId:\"alYOv80Cj\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rlhiis\",\"data-styles-preset\":\"kdR11crwi\",children:\"@clinica.carlosrevert\"})})})}),className:\"framer-csmuhy\",fonts:[\"CUSTOM;Avenir Roman\"],layoutDependency:layoutDependency,layoutId:\"alYOv80Cj\",style:{\"--extracted-r6o4lv\":\"var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.35))\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jyu2po\",layoutDependency:layoutDependency,layoutId:\"lzMtNZ1Z6\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jpt9fq\",layoutDependency:layoutDependency,layoutId:\"woZztOQTb\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-af8tad\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"xTuFGbz6a\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-ej7tga\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"KIMGv9THC\",opacity:1,style:{backgroundColor:\"rgba(143, 106, 106, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 22 24\"><path d=\"M 12.77 24 C 12.738 23.959 12.701 23.92 12.674 23.876 C 12.363 23.358 12.058 22.836 11.742 22.321 C 11.527 21.971 11.305 21.625 11.072 21.286 C 10.919 21.064 10.741 20.857 10.576 20.642 C 10.496 20.537 10.425 20.426 10.341 20.324 C 10.158 20.103 9.973 19.884 9.785 19.668 C 9.583 19.437 9.381 19.205 9.168 18.983 C 8.709 18.504 8.201 18.077 7.649 17.699 C 7.363 17.502 7.084 17.294 6.789 17.112 C 6.302 16.811 5.809 16.521 5.311 16.238 C 4.81 15.954 4.302 15.681 3.794 15.409 C 3.373 15.185 2.943 14.977 2.525 14.749 C 2.063 14.497 1.606 14.237 1.155 13.969 C 1.005 13.879 0.86 13.768 0.744 13.641 C 0.591 13.471 0.531 13.263 0.582 13.03 C 0.676 12.607 1.016 12.45 1.384 12.32 C 2.166 12.046 2.978 12.105 3.783 12.127 C 4.204 12.139 4.621 12.223 5.037 12.3 C 5.394 12.367 5.743 12.454 6.08 12.573 C 6.527 12.731 6.968 12.912 7.395 13.115 C 7.918 13.363 8.417 13.655 8.871 14.011 C 9.141 14.222 9.417 14.428 9.664 14.662 C 10.113 15.088 10.534 15.541 10.876 16.055 C 11.062 16.334 11.262 16.607 11.414 16.902 C 11.643 17.347 11.843 17.806 12.038 18.265 C 12.166 18.566 12.272 18.877 12.373 19.187 C 12.433 19.371 12.466 19.562 12.508 19.751 C 12.55 19.944 12.589 20.137 12.629 20.33 C 12.657 20.47 12.694 20.609 12.711 20.75 C 12.755 21.11 12.803 21.469 12.823 21.831 C 12.852 22.354 12.865 22.877 12.87 23.401 C 12.872 23.596 12.835 23.791 12.815 23.986 C 12.8 23.991 12.785 23.995 12.77 24 Z\" fill=\"rgba(0, 0, 0, 0.2)\"></path><path d=\"M 13.398 10.958 C 13.452 11.381 13.365 11.797 13.189 12.192 C 12.996 12.627 12.708 13.005 12.309 13.278 C 12.011 13.482 11.676 13.636 11.36 13.816 C 11.287 13.858 11.253 13.845 11.221 13.773 C 11.113 13.535 10.998 13.3 10.891 13.062 C 10.769 12.79 10.653 12.515 10.534 12.241 C 10.338 11.794 10.14 11.347 9.946 10.899 C 9.805 10.574 9.665 10.249 9.531 9.922 C 9.375 9.54 9.231 9.154 9.073 8.774 C 8.912 8.387 8.733 8.006 8.576 7.618 C 8.403 7.189 8.246 6.754 8.082 6.322 C 7.968 6.024 7.851 5.726 7.74 5.427 C 7.611 5.079 7.477 4.733 7.365 4.381 C 7.228 3.952 7.101 3.52 6.994 3.083 C 6.953 2.914 6.968 2.729 6.981 2.553 C 6.993 2.396 7.282 2.183 7.453 2.165 C 7.708 2.138 7.928 2.227 8.133 2.35 C 8.61 2.638 8.988 3.034 9.351 3.441 C 9.615 3.737 9.873 4.038 10.114 4.352 C 10.388 4.709 10.641 5.08 10.9 5.448 C 11.136 5.784 11.377 6.117 11.597 6.461 C 11.88 6.902 12.149 7.351 12.414 7.802 C 12.547 8.028 12.672 8.26 12.777 8.499 C 12.964 8.928 13.146 9.357 13.257 9.814 C 13.348 10.19 13.435 10.56 13.398 10.958 Z\" fill=\"rgba(0, 0, 0, 0.2)\"></path><path d=\"M 16.246 12.669 C 16.158 12.531 16.065 12.396 15.984 12.254 C 15.742 11.829 15.497 11.405 15.269 10.973 C 15.021 10.503 14.784 10.028 14.556 9.549 C 14.397 9.215 14.253 8.873 14.12 8.528 C 14.02 8.266 13.944 7.995 13.865 7.726 C 13.796 7.488 13.734 7.247 13.676 7.006 C 13.63 6.814 13.596 6.62 13.554 6.427 C 13.488 6.124 13.415 5.823 13.353 5.519 C 13.307 5.288 13.275 5.055 13.234 4.823 C 13.192 4.579 13.146 4.336 13.105 4.092 C 13.076 3.922 13.048 3.752 13.029 3.581 C 13.004 3.346 12.981 3.111 12.97 2.876 C 12.949 2.383 12.921 1.89 12.927 1.397 C 12.931 1.083 12.993 0.77 13.131 0.48 C 13.233 0.266 13.362 0.087 13.627 0.019 C 13.866 -0.041 14.039 0.046 14.191 0.189 C 14.495 0.476 14.691 0.827 14.835 1.211 C 14.935 1.478 15.065 1.733 15.158 2.002 C 15.271 2.327 15.362 2.66 15.457 2.991 C 15.557 3.343 15.653 3.696 15.748 4.049 C 15.77 4.134 15.782 4.223 15.8 4.309 C 15.861 4.601 15.925 4.892 15.983 5.184 C 16.031 5.419 16.076 5.655 16.115 5.891 C 16.144 6.066 16.164 6.242 16.182 6.418 C 16.204 6.632 16.218 6.847 16.241 7.06 C 16.365 8.188 16.357 9.32 16.354 10.452 C 16.353 11.133 16.343 11.814 16.334 12.495 C 16.334 12.552 16.311 12.609 16.298 12.666 Z\" fill=\"rgba(0, 0, 0, 0.2)\"></path><path d=\"M 17.458 5.946 C 17.458 5.549 17.446 5.15 17.461 4.754 C 17.481 4.257 17.513 3.76 17.563 3.265 C 17.588 3.025 17.648 2.784 17.728 2.555 C 17.837 2.243 18.197 2.083 18.51 2.41 C 18.732 2.641 18.869 2.925 18.972 3.222 C 19.056 3.459 19.13 3.7 19.198 3.943 C 19.301 4.31 19.407 4.677 19.491 5.048 C 19.547 5.299 19.561 5.557 19.603 5.811 C 19.732 6.599 19.75 7.392 19.707 8.186 C 19.69 8.49 19.62 8.793 19.57 9.095 C 19.534 9.315 19.497 9.535 19.446 9.752 C 19.382 10.021 19.305 10.287 19.232 10.554 C 19.187 10.721 19.14 10.887 19.089 11.052 C 19.013 11.3 18.937 11.549 18.851 11.795 C 18.741 12.109 18.627 12.422 18.506 12.733 C 18.403 12.999 18.288 13.261 18.176 13.524 C 18.097 13.71 18.015 13.894 17.931 14.078 C 17.919 14.104 17.889 14.121 17.866 14.143 C 17.85 14.116 17.824 14.09 17.82 14.062 C 17.799 13.882 17.776 13.702 17.766 13.521 C 17.741 13.07 17.724 12.619 17.702 12.168 C 17.689 11.907 17.67 11.646 17.655 11.385 C 17.635 11.052 17.614 10.72 17.6 10.387 C 17.578 9.873 17.562 9.359 17.543 8.845 C 17.526 8.368 17.51 7.892 17.492 7.415 C 17.474 6.926 17.454 6.437 17.435 5.947 Z\" fill=\"rgba(0, 0, 0, 0.2)\"></path><path d=\"M 18.093 17.629 C 18.093 17.528 18.082 17.466 18.095 17.408 C 18.195 16.944 18.294 16.479 18.404 16.017 C 18.519 15.535 18.637 15.053 18.771 14.576 C 18.849 14.297 18.963 14.029 19.055 13.754 C 19.156 13.456 19.246 13.154 19.349 12.857 C 19.429 12.626 19.52 12.399 19.607 12.171 C 19.728 11.852 19.844 11.532 19.974 11.216 C 20.089 10.94 20.211 10.666 20.346 10.398 C 20.43 10.23 20.531 10.067 20.645 9.916 C 20.793 9.72 20.95 9.734 21.099 9.933 C 21.234 10.114 21.308 10.32 21.343 10.536 C 21.383 10.794 21.428 11.053 21.435 11.312 C 21.44 11.563 21.403 11.816 21.376 12.067 C 21.362 12.192 21.318 12.313 21.305 12.438 C 21.26 12.84 21.111 13.214 20.963 13.585 C 20.69 14.267 20.294 14.885 19.878 15.491 C 19.694 15.759 19.498 16.021 19.294 16.276 C 19.078 16.548 18.848 16.811 18.62 17.074 C 18.481 17.235 18.336 17.39 18.192 17.546 C 18.174 17.567 18.149 17.583 18.093 17.629 Z\" fill=\"rgba(0, 0, 0, 0.2)\"></path></svg>',svgContentId:8649395369,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue14=getLocalizedValue(\"v14\",activeLocale))!==null&&_getLocalizedValue14!==void 0?_getLocalizedValue14:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBIZWF2eQ==\",\"--framer-font-family\":'\"Avenir Heavy\", \"Avenir Heavy Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.25))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif'},children:\"Cl\\xednic\"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.05em\"},children:\"a\"}),\"Carlo\",/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-letter-spacing\":\"0.05em\"},children:\"s\"}),\"Revert\"]})}),className:\"framer-pc8yfa\",fonts:[\"CUSTOM;Avenir Heavy\",\"CUSTOM;Avenir Roman\"],layoutDependency:layoutDependency,layoutId:\"MUaJK_Ym0\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.25)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-w2093o\",layoutDependency:layoutDependency,layoutId:\"qUkfoR8d6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue15=getLocalizedValue(\"v15\",activeLocale))!==null&&_getLocalizedValue15!==void 0?_getLocalizedValue15:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.4)))\"},children:\"Pol\\xedtica de privacitat i cookies\"})}),className:\"framer-1k8505\",fonts:[\"CUSTOM;Avenir Roman\"],layoutDependency:layoutDependency,layoutId:\"nNWNFtRq6\",style:{\"--extracted-r6o4lv\":\"var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.4))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue16=getLocalizedValue(\"v16\",activeLocale))!==null&&_getLocalizedValue16!==void 0?_getLocalizedValue16:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.4)))\"},children:\"Av\\xeds legal\"})}),className:\"framer-hifakl\",fonts:[\"CUSTOM;Avenir Roman\"],layoutDependency:layoutDependency,layoutId:\"Tw60dPZbX\",style:{\"--extracted-r6o4lv\":\"var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.4))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue17=getLocalizedValue(\"v17\",activeLocale))!==null&&_getLocalizedValue17!==void 0?_getLocalizedValue17:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBSb21hbg==\",\"--framer-font-family\":'\"Avenir Roman\", \"Avenir Roman Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.4)))\"},children:\"\\xa9 2024 - Tots els drets reservats\"})}),className:\"framer-18zhsmz\",fonts:[\"CUSTOM;Avenir Roman\"],layoutDependency:layoutDependency,layoutId:\"V0DczndLo\",style:{\"--extracted-r6o4lv\":\"var(--token-d1cc764d-6763-4733-9507-97eeb1aeb589, rgba(0, 0, 0, 0.4))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-100e6op\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"SI_Gy_shB\",style:{backgroundColor:\"rgba(0, 0, 0, 0.12)\"}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:88.5,intrinsicWidth:949.5,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+48+437+0+73),pixelHeight:177,pixelWidth:1899,sizes:\"740px\",src:\"https://framerusercontent.com/images/HAIggDMbYiDewtQDwenVpKSVyAg.jpeg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/HAIggDMbYiDewtQDwenVpKSVyAg.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/HAIggDMbYiDewtQDwenVpKSVyAg.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/HAIggDMbYiDewtQDwenVpKSVyAg.jpeg 1899w\"},className:\"framer-g2l7g1\",\"data-framer-name\":\"WhatsApp Image 2025-01-08 at 11.22.21\",layoutDependency:layoutDependency,layoutId:\"pEnaFgmcM\",...addPropertyOverrides({pHhQID810:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:88.5,intrinsicWidth:949.5,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+32+733.6000000000001+0+163.4),pixelHeight:177,pixelWidth:1899,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 48px)`,src:\"https://framerusercontent.com/images/HAIggDMbYiDewtQDwenVpKSVyAg.jpeg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/HAIggDMbYiDewtQDwenVpKSVyAg.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/HAIggDMbYiDewtQDwenVpKSVyAg.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/HAIggDMbYiDewtQDwenVpKSVyAg.jpeg 1899w\"}}},baseVariant,gestureVariant)})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-MQX3Q.framer-17e9gjh, .framer-MQX3Q .framer-17e9gjh { display: block; }\",\".framer-MQX3Q.framer-vpfeeo { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 200px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 48px 32px 24px 32px; position: relative; width: 1200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-MQX3Q .framer-8k00wi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-MQX3Q .framer-13go5k3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-MQX3Q .framer-19sm761 { flex: none; height: 44px; position: relative; width: 41px; }\",\".framer-MQX3Q .framer-1phun44 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 80%; word-break: break-word; word-wrap: break-word; }\",\".framer-MQX3Q .framer-1e9ytpc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-MQX3Q .framer-12npuhp, .framer-MQX3Q .framer-vpo9gm { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-MQX3Q .framer-190fjj0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-MQX3Q .framer-3ksexi, .framer-MQX3Q .framer-7ebz94, .framer-MQX3Q .framer-1nnybu7, .framer-MQX3Q .framer-spnrlc, .framer-MQX3Q .framer-100e6op { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-MQX3Q .framer-10v1g7f, .framer-MQX3Q .framer-l316q1, .framer-MQX3Q .framer-nwxdcq, .framer-MQX3Q .framer-9lo1og { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-MQX3Q .framer-1odvo97, .framer-MQX3Q .framer-1aarw8u, .framer-MQX3Q .framer-jy6cxx, .framer-MQX3Q .framer-3ewl5c { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: hidden; position: relative; width: 32px; will-change: var(--framer-will-change-override, transform); }\",\".framer-MQX3Q .framer-nsekhp-container, .framer-MQX3Q .framer-1t6ydyb-container, .framer-MQX3Q .framer-468srb-container, .framer-MQX3Q .framer-oxvlrf-container { flex: none; height: 20px; left: calc(50.00000000000002% - 20px / 2); position: absolute; top: calc(50.00000000000002% - 20px / 2); width: 20px; }\",\".framer-MQX3Q .framer-91i4ao, .framer-MQX3Q .framer-7f35l0, .framer-MQX3Q .framer-10mvprf, .framer-MQX3Q .framer-1jvpm1p, .framer-MQX3Q .framer-1lxhexs, .framer-MQX3Q .framer-1rsdueu, .framer-MQX3Q .framer-9zy1p6, .framer-MQX3Q .framer-18z7ge8, .framer-MQX3Q .framer-iz870q, .framer-MQX3Q .framer-10lwdcp, .framer-MQX3Q .framer-csmuhy, .framer-MQX3Q .framer-pc8yfa, .framer-MQX3Q .framer-1k8505, .framer-MQX3Q .framer-hifakl, .framer-MQX3Q .framer-18zhsmz { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-MQX3Q .framer-2ah86q { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-MQX3Q .framer-kydzib, .framer-MQX3Q .framer-lfkvcm { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-MQX3Q .framer-1ekdqxy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-MQX3Q .framer-3vytaw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-MQX3Q .framer-5xrihr, .framer-MQX3Q .framer-xopfrn, .framer-MQX3Q .framer-m4tl6i { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-MQX3Q .framer-159jrxd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-MQX3Q .framer-jyu2po { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-MQX3Q .framer-1jpt9fq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-MQX3Q .framer-af8tad { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: min-content; }\",\".framer-MQX3Q .framer-ej7tga { flex: none; height: 24px; position: relative; width: 22px; }\",\".framer-MQX3Q .framer-w2093o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-MQX3Q .framer-g2l7g1 { aspect-ratio: 10.728813559322035 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 69px); overflow: visible; position: relative; width: 740px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MQX3Q.framer-vpfeeo, .framer-MQX3Q .framer-8k00wi, .framer-MQX3Q .framer-13go5k3, .framer-MQX3Q .framer-1e9ytpc, .framer-MQX3Q .framer-12npuhp, .framer-MQX3Q .framer-190fjj0, .framer-MQX3Q .framer-10v1g7f, .framer-MQX3Q .framer-kydzib, .framer-MQX3Q .framer-1ekdqxy, .framer-MQX3Q .framer-l316q1, .framer-MQX3Q .framer-3vytaw, .framer-MQX3Q .framer-5xrihr, .framer-MQX3Q .framer-xopfrn, .framer-MQX3Q .framer-lfkvcm, .framer-MQX3Q .framer-nwxdcq, .framer-MQX3Q .framer-m4tl6i, .framer-MQX3Q .framer-vpo9gm, .framer-MQX3Q .framer-159jrxd, .framer-MQX3Q .framer-9lo1og, .framer-MQX3Q .framer-jyu2po, .framer-MQX3Q .framer-af8tad, .framer-MQX3Q .framer-w2093o { gap: 0px; } .framer-MQX3Q.framer-vpfeeo > * { margin: 0px; margin-bottom: calc(200px / 2); margin-top: calc(200px / 2); } .framer-MQX3Q.framer-vpfeeo > :first-child, .framer-MQX3Q .framer-8k00wi > :first-child, .framer-MQX3Q .framer-12npuhp > :first-child, .framer-MQX3Q .framer-190fjj0 > :first-child, .framer-MQX3Q .framer-kydzib > :first-child, .framer-MQX3Q .framer-1ekdqxy > :first-child, .framer-MQX3Q .framer-3vytaw > :first-child, .framer-MQX3Q .framer-5xrihr > :first-child, .framer-MQX3Q .framer-xopfrn > :first-child, .framer-MQX3Q .framer-lfkvcm > :first-child, .framer-MQX3Q .framer-m4tl6i > :first-child, .framer-MQX3Q .framer-vpo9gm > :first-child, .framer-MQX3Q .framer-159jrxd > :first-child, .framer-MQX3Q .framer-jyu2po > :first-child { margin-top: 0px; } .framer-MQX3Q.framer-vpfeeo > :last-child, .framer-MQX3Q .framer-8k00wi > :last-child, .framer-MQX3Q .framer-12npuhp > :last-child, .framer-MQX3Q .framer-190fjj0 > :last-child, .framer-MQX3Q .framer-kydzib > :last-child, .framer-MQX3Q .framer-1ekdqxy > :last-child, .framer-MQX3Q .framer-3vytaw > :last-child, .framer-MQX3Q .framer-5xrihr > :last-child, .framer-MQX3Q .framer-xopfrn > :last-child, .framer-MQX3Q .framer-lfkvcm > :last-child, .framer-MQX3Q .framer-m4tl6i > :last-child, .framer-MQX3Q .framer-vpo9gm > :last-child, .framer-MQX3Q .framer-159jrxd > :last-child, .framer-MQX3Q .framer-jyu2po > :last-child { margin-bottom: 0px; } .framer-MQX3Q .framer-8k00wi > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-MQX3Q .framer-13go5k3 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-MQX3Q .framer-13go5k3 > :first-child, .framer-MQX3Q .framer-1e9ytpc > :first-child, .framer-MQX3Q .framer-10v1g7f > :first-child, .framer-MQX3Q .framer-l316q1 > :first-child, .framer-MQX3Q .framer-nwxdcq > :first-child, .framer-MQX3Q .framer-9lo1og > :first-child, .framer-MQX3Q .framer-af8tad > :first-child, .framer-MQX3Q .framer-w2093o > :first-child { margin-left: 0px; } .framer-MQX3Q .framer-13go5k3 > :last-child, .framer-MQX3Q .framer-1e9ytpc > :last-child, .framer-MQX3Q .framer-10v1g7f > :last-child, .framer-MQX3Q .framer-l316q1 > :last-child, .framer-MQX3Q .framer-nwxdcq > :last-child, .framer-MQX3Q .framer-9lo1og > :last-child, .framer-MQX3Q .framer-af8tad > :last-child, .framer-MQX3Q .framer-w2093o > :last-child { margin-right: 0px; } .framer-MQX3Q .framer-1e9ytpc > *, .framer-MQX3Q .framer-w2093o > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-MQX3Q .framer-12npuhp > *, .framer-MQX3Q .framer-kydzib > *, .framer-MQX3Q .framer-lfkvcm > *, .framer-MQX3Q .framer-vpo9gm > *, .framer-MQX3Q .framer-159jrxd > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-MQX3Q .framer-190fjj0 > *, .framer-MQX3Q .framer-1ekdqxy > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-MQX3Q .framer-10v1g7f > *, .framer-MQX3Q .framer-l316q1 > *, .framer-MQX3Q .framer-nwxdcq > *, .framer-MQX3Q .framer-9lo1og > *, .framer-MQX3Q .framer-af8tad > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-MQX3Q .framer-3vytaw > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-MQX3Q .framer-5xrihr > *, .framer-MQX3Q .framer-xopfrn > *, .framer-MQX3Q .framer-m4tl6i > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-MQX3Q .framer-jyu2po > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",\".framer-MQX3Q.framer-v-14468sn.framer-vpfeeo { gap: 80px; padding: 32px 24px 24px 24px; width: 390px; }\",\".framer-MQX3Q.framer-v-14468sn .framer-13go5k3 { flex-direction: column; gap: 8px; }\",\".framer-MQX3Q.framer-v-14468sn .framer-1phun44 { width: 100%; }\",\".framer-MQX3Q.framer-v-14468sn .framer-1e9ytpc { flex-direction: column; }\",\".framer-MQX3Q.framer-v-14468sn .framer-12npuhp { flex: none; order: 0; width: 100%; }\",\".framer-MQX3Q.framer-v-14468sn .framer-kydzib { flex: none; order: 1; width: 100%; }\",\".framer-MQX3Q.framer-v-14468sn .framer-3vytaw { width: min-content; }\",\".framer-MQX3Q.framer-v-14468sn .framer-lfkvcm { flex: none; order: 2; width: 100%; }\",\".framer-MQX3Q.framer-v-14468sn .framer-vpo9gm { flex: none; order: 3; width: 100%; }\",\".framer-MQX3Q.framer-v-14468sn .framer-1jpt9fq { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 24px; justify-content: flex-start; }\",\".framer-MQX3Q.framer-v-14468sn .framer-af8tad { order: 1; }\",\".framer-MQX3Q.framer-v-14468sn .framer-w2093o { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 8px; order: 0; }\",\".framer-MQX3Q.framer-v-14468sn .framer-g2l7g1 { height: var(--framer-aspect-ratio-supported, 32px); width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MQX3Q.framer-v-14468sn.framer-vpfeeo, .framer-MQX3Q.framer-v-14468sn .framer-13go5k3, .framer-MQX3Q.framer-v-14468sn .framer-1e9ytpc, .framer-MQX3Q.framer-v-14468sn .framer-1jpt9fq, .framer-MQX3Q.framer-v-14468sn .framer-w2093o { gap: 0px; } .framer-MQX3Q.framer-v-14468sn.framer-vpfeeo > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-MQX3Q.framer-v-14468sn.framer-vpfeeo > :first-child, .framer-MQX3Q.framer-v-14468sn .framer-13go5k3 > :first-child, .framer-MQX3Q.framer-v-14468sn .framer-1e9ytpc > :first-child, .framer-MQX3Q.framer-v-14468sn .framer-1jpt9fq > :first-child, .framer-MQX3Q.framer-v-14468sn .framer-w2093o > :first-child { margin-top: 0px; } .framer-MQX3Q.framer-v-14468sn.framer-vpfeeo > :last-child, .framer-MQX3Q.framer-v-14468sn .framer-13go5k3 > :last-child, .framer-MQX3Q.framer-v-14468sn .framer-1e9ytpc > :last-child, .framer-MQX3Q.framer-v-14468sn .framer-1jpt9fq > :last-child, .framer-MQX3Q.framer-v-14468sn .framer-w2093o > :last-child { margin-bottom: 0px; } .framer-MQX3Q.framer-v-14468sn .framer-13go5k3 > *, .framer-MQX3Q.framer-v-14468sn .framer-w2093o > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-MQX3Q.framer-v-14468sn .framer-1e9ytpc > *, .framer-MQX3Q.framer-v-14468sn .framer-1jpt9fq > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 642\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"pHhQID810\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Frameroy1Y5gjRf=withCSS(Component,css,\"framer-MQX3Q\");export default Frameroy1Y5gjRf;Frameroy1Y5gjRf.displayName=\"Footer\";Frameroy1Y5gjRf.defaultProps={height:642,width:1200};addPropertyControls(Frameroy1Y5gjRf,{variant:{options:[\"YUzdnEiyh\",\"pHhQID810\"],optionTitles:[\"Variant 1\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Frameroy1Y5gjRf,[{explicitInter:true,fonts:[{family:\"Ortica Linear Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/QO9YoHgUNwJHNKJ8jNQmXztLgE.woff2\"},{family:\"Avenir Roman\",source:\"custom\",url:\"https://framerusercontent.com/assets/pMcYJ2iKAnutXgVyrOex8qnByw.woff2\"},{family:\"Avenir Heavy\",source:\"custom\",url:\"https://framerusercontent.com/assets/A46YnB68tIjmzvOu7Hkwgak88Q.woff2\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameroy1Y5gjRf\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"642\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pHhQID810\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["getBorderStyle", "e", "t", "o", "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", "_activeLocale_id", "activeLocaleId", "lastActiveLocaleId", "setLastActiveLocaleId", "ye", "selectedLocaleId", "setSelectedLocaleId", "selectedLocale", "locale", "handleChange", "event", "localeId", "_selectedLocale_name", "u", "className", "getPaddingStyle", "getRadiusStyle", "getBorderStyle", "getHoverStyle", "getFocusStyle", "addPropertyControls", "ControlType", "paddingControls", "radiusControls", "borderControls", "hoverControls", "focusControls", "LocaleSelector_default", "fontStore", "fonts", "css", "className", "lrgF4au64_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v2", "v20", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "p", "x", "motion", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v20", "__FramerMetadata__", "valuesByLocaleId", "lrgF4au64_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "PhosphorFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "DApvjrdfG", "i8kWhyHir", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "FramerPDr_PX1te", "withCSS", "PDr_PX1te_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "title", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "wPrFjMfwY", "kZTY8P1fg", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText2", "css", "FramerYTQt0oSmH", "withCSS", "YTQt0oSmH_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFonts", "Icon", "TriggerFonts", "PDr_PX1te_default", "ButtonFonts", "NTIPOgC2M_default", "LocaleSelectorFonts", "LocaleSelector_default", "ItemNavbarFonts", "YTQt0oSmH_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1c0ltj0", "args", "onTap1nni6oe", "onMouseEnterhhflmk", "onMouseEnter1hd6bvh", "onMouseLeave1q2fy6l", "onMouseLeave5jfc4a", "ref1", "pe", "isDisplayed", "isDisplayed1", "router", "useRouter", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "_getLocalizedValue7", "_getLocalizedValue8", "_getLocalizedValue9", "_getLocalizedValue10", "_getLocalizedValue11", "_getLocalizedValue12", "_getLocalizedValue13", "_getLocalizedValue14", "_getLocalizedValue15", "_getLocalizedValue16", "_getLocalizedValue17", "LayoutGroup", "u", "cx", "SVG", "RichText2", "Link", "ComponentViewportProvider", "getLocalizedValue", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "css", "FramerlrgF4au64", "withCSS", "lrgF4au64_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "oy1Y5gjRf_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "p", "x", "motion", "v1", "v2", "v3", "u", "Link", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "__FramerMetadata__", "valuesByLocaleId", "oy1Y5gjRf_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "PhosphorFonts", "getFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "textEffect", "Transition", "value", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Variants", "motion", "x", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "_getLocalizedValue7", "_getLocalizedValue8", "_getLocalizedValue9", "_getLocalizedValue10", "_getLocalizedValue11", "_getLocalizedValue12", "_getLocalizedValue13", "_getLocalizedValue14", "_getLocalizedValue15", "_getLocalizedValue16", "_getLocalizedValue17", "LayoutGroup", "u", "SVG", "RichText2", "getLocalizedValue", "ComponentViewportProvider", "Link", "Image2", "getLoadingLazyAtYPosition", "css", "Frameroy1Y5gjRf", "withCSS", "oy1Y5gjRf_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
