{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/fVNDa01LyzuJJkWECfaO/seBGzmmmCkUDGKND9xdK/u4at4fwRv.js", "ssg:https://framerusercontent.com/modules/cuKUFdzXlhvw8OVOBeAc/T08RxQJ4qrs7LLc8wx4E/border.js", "ssg:https://framerusercontent.com/modules/9muYaW1MvHoRQJ0P7dkP/V2GVvLqiMxXRSxszkCSa/focus.js", "ssg:https://framerusercontent.com/modules/YfmtnpWjJrP37sQ18QUZ/9Y2P24U2SBIbf2fPVsOX/hover.js", "ssg:https://framerusercontent.com/modules/wjZLfSMaP1TvJDu5PCwr/XQ1GMXuIqYrEN1c0R6E5/padding.js", "ssg:https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/ZEWmVGYDUhL44tluQO5y/radius.js", "ssg:https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/fW26mCIOTpHHBOBnf7GZ/LocaleSelector.js", "ssg:https://framerusercontent.com/modules/FTRO27ufHxmxNAA9Ioe0/PAocrezKotfEykQ9JPiB/qUvM_d2ij-0.js", "ssg:https://framerusercontent.com/modules/FTRO27ufHxmxNAA9Ioe0/PAocrezKotfEykQ9JPiB/qUvM_d2ij.js", "ssg:https://framerusercontent.com/modules/bqycFbcGPdvxyFbUXMDS/5jKpNfqdrwDpljCgpgId/eqRGfVL8O.js", "ssg:https://framerusercontent.com/modules/ArnBJkDuUKBblNFk1Ght/aZivdr5W0OVZ6ods0Ena/qUvM_d2ij.js"],
  "sourcesContent": ["// Generated by Framer (f73129a)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;MEAN 26 Sans Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"MEAN 26 Sans Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/eSFEws2Nmtg89vmEunvplGp3o.woff2\"}]}];export const css=['.framer-gw3jY .framer-styles-preset-16nuw08:not(.rich-text-wrapper), .framer-gw3jY .framer-styles-preset-16nuw08.rich-text-wrapper h4 { --framer-font-family: \"MEAN 26 Sans Regular\", \"MEAN 26 Sans Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.03em; --framer-line-height: 2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-192e39d1-58b5-456f-ab81-e060b61918e8, #111111); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; }'];export const className=\"framer-gw3jY\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{ControlType as e}from\"framer\";export function getBorderStyle({color:e,width:t=0,widthPerSide:o=!1,widthTop:d=0,widthRight:r=0,widthBottom:i=0,widthLeft:l=0,style:h=\"none\"}={}){let b={};return e?(b[\"--framer-border-color\"]=e,b.borderStyle=h,o?(b.borderTopWidth=d,b.borderRightWidth=r,b.borderBottomWidth=i,b.borderLeftWidth=l):(b.borderTopWidth=t,b.borderRightWidth=t,b.borderBottomWidth=t,b.borderLeftWidth=t)):b.border=\"none\",b;}export const borderControls={color:{type:e.Color,defaultValue:\"#444\"},width:{type:e.FusedNumber,toggleKey:\"widthPerSide\",toggleTitles:[\"Width\",\"Width per side\"],valueKeys:[\"widthTop\",\"widthRight\",\"widthBottom\",\"widthLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],defaultValue:1,min:0},style:{type:e.Enum,options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"double\"],defaultValue:\"solid\"}};\nexport const __FramerMetadata__ = {\"exports\":{\"borderControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getBorderStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"BorderOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./border.map", "import{ControlType}from\"framer\";export function getFocusStyle({color,width,style,offset}={}){const result={};if(color){result[\"--framer-focus-outline\"]=`${width}px ${style} ${color}`;result[\"--framer-focus-outline-offset\"]=`${offset}px`;}return result;}export const focusControls={color:{type:ControlType.Color,defaultValue:\"#09f\"},width:{type:ControlType.Number,displayStepper:true,defaultValue:1,min:0},style:{type:ControlType.Enum,options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"double\"],defaultValue:\"solid\"},offset:{type:ControlType.Number,displayStepper:true}};\nexport const __FramerMetadata__ = {\"exports\":{\"focusControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getFocusStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"FocusOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./focus.map", "import{ControlType}from\"framer\";export function getHoverStyle({fillColor,textColor,borderColor}={}){return{\"--framer-hover-background-color\":fillColor,\"--framer-hover-color\":textColor,\"--framer-hover-border-color\":borderColor};}export const hoverControls={fillColor:{type:ControlType.Color,title:\"Fill\",optional:true},textColor:{type:ControlType.Color,title:\"Text\",optional:true},borderColor:{type:ControlType.Color,title:\"Border\",optional:true}};\nexport const __FramerMetadata__ = {\"exports\":{\"HoverOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getHoverStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"hoverControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hover.map", "import{ControlType}from\"framer\";export function getPaddingStyle({padding=0,paddingPerSide=false,paddingTop=0,paddingRight=0,paddingBottom=0,paddingLeft=0}={}){if(typeof padding===\"string\"){return{padding};}if(paddingPerSide){return{paddingTop:paddingTop,paddingRight:paddingRight,paddingBottom:paddingBottom,paddingLeft:paddingLeft};}else{return{paddingTop:padding,paddingRight:padding,paddingBottom:padding,paddingLeft:padding};}}export const paddingControls={padding:{type:ControlType.Padding,defaultValue:\"10px\"}};\nexport const __FramerMetadata__ = {\"exports\":{\"paddingControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getPaddingStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./padding.map", "import{ControlType}from\"framer\";export function getRadiusStyle({radius=0,radiusPerCorner=false,radiusTopLeft=0,radiusTopRight=0,radiusBottomRight=0,radiusBottomLeft=0}={}){if(typeof radius===\"string\"){return{borderRadius:radius};}const result={};if(radiusPerCorner){result.borderTopLeftRadius=radiusTopLeft;result.borderTopRightRadius=radiusTopRight;result.borderBottomRightRadius=radiusBottomRight;result.borderBottomLeftRadius=radiusBottomLeft;}else{result.borderTopLeftRadius=radius;result.borderTopRightRadius=radius;result.borderBottomRightRadius=radius;result.borderBottomLeftRadius=radius;}return result;}export const radiusControls={radius:{type:ControlType.BorderRadius,defaultValue:\"10px\"}};\nexport const __FramerMetadata__ = {\"exports\":{\"getRadiusStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"radiusControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./radius.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,// @ts-ignore Internal function\nuseLocaleInfo,// @ts-ignore Internal function\nuseLocalesForCurrentRoute,withCSS}from\"framer\";import{useId,useState}from\"react\";import{getBorderStyle,borderControls}from\"https://framerusercontent.com/modules/cuKUFdzXlhvw8OVOBeAc/T08RxQJ4qrs7LLc8wx4E/border.js\";import{getFocusStyle,focusControls}from\"https://framerusercontent.com/modules/9muYaW1MvHoRQJ0P7dkP/V2GVvLqiMxXRSxszkCSa/focus.js\";import{getHoverStyle,hoverControls}from\"https://framerusercontent.com/modules/YfmtnpWjJrP37sQ18QUZ/9Y2P24U2SBIbf2fPVsOX/hover.js\";import{getPaddingStyle,paddingControls}from\"https://framerusercontent.com/modules/wjZLfSMaP1TvJDu5PCwr/XQ1GMXuIqYrEN1c0R6E5/padding.js\";import{getRadiusStyle,radiusControls}from\"https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/ZEWmVGYDUhL44tluQO5y/radius.js\";const className=\"framer-locale-picker\";function addPixel(value){if(typeof value===\"number\"){return`${value}px`;}return value;}var IconType;(function(IconType){IconType[\"Default\"]=\"default\";IconType[\"Custom\"]=\"custom\";})(IconType||(IconType={}));function Icon({type,color,image,size}){if(type===\"custom\"&&image){return /*#__PURE__*/_jsx(\"img\",{...image,width:size,height:size});}return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",width:size,height:size,fill:color,children:/*#__PURE__*/_jsx(\"path\",{d:\"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm87.63,96H175.8c-1.41-28.46-10.27-55.47-25.12-77A88.2,88.2,0,0,1,215.63,120ZM128,215.89c-18.73-20.27-30.09-49-31.77-79.89h63.54C158.09,166.87,146.73,195.62,128,215.89ZM96.23,120c1.68-30.87,13-59.62,31.77-79.89,18.73,20.27,30.09,49,31.77,79.89Zm9.09-77C90.47,64.53,81.61,91.54,80.2,120H40.37A88.2,88.2,0,0,1,105.32,43ZM40.37,136H80.2c1.41,28.46,10.27,55.47,25.12,77A88.2,88.2,0,0,1,40.37,136Zm110.31,77c14.85-21.56,23.71-48.57,25.12-77h39.83A88.2,88.2,0,0,1,150.68,213Z\"})});}var CaretType;(function(CaretType){CaretType[\"Default\"]=\"default\";CaretType[\"Custom\"]=\"custom\";})(CaretType||(CaretType={}));function Caret({type,color,image,size}){if(type===\"custom\"&&image){return /*#__PURE__*/_jsx(\"img\",{...image,width:size,height:size});}return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 12 12\",width:size,height:size,children:/*#__PURE__*/_jsx(\"path\",{d:\"M 2 4.5 L 6 8.5 L 10 4.5\",fill:\"none\",stroke:color,strokeWidth:1.5,strokeLinecap:\"round\",strokeLinejoin:\"round\"})});}/**\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any\n * @framerDisableUnlink\n * @framerIntrinsicWidth 120\n * @framerIntrinsicHeight 34\n */const LocaleSelector=withCSS(({font,fillColor,textColor,icon,caret,options:{title,gap,border,hover,focus},style,...props})=>{const id=useId();const{activeLocale,locales,setLocale}=useLocaleInfo();const localesForCurrentRoute=useLocalesForCurrentRoute();const activeLocaleId=activeLocale?.id??\"default\";const[lastActiveLocaleId,setLastActiveLocaleId]=useState(activeLocaleId);// The useLocaleInfo hook updates the activeLocale variable inside\n// a startTransition to load the translations with Suspense. To make\n// the component feel responsive we update our own state without Suspense.\nconst[selectedLocaleId,setSelectedLocaleId]=useState(activeLocaleId);const selectedLocale=locales.find(locale=>locale.id===selectedLocaleId);// The active locale was updated. Ensure we update our internal state as well.\nif(lastActiveLocaleId!==activeLocaleId){setLastActiveLocaleId(activeLocaleId);if(selectedLocaleId!==activeLocaleId){setSelectedLocaleId(activeLocaleId);}}function handleChange(event){const localeId=event.target.value;setSelectedLocaleId(localeId);const locale=locales.find(locale=>locale.id===localeId);setLocale(locale);}return /*#__PURE__*/_jsxs(\"div\",{className:className,style:style,children:[/*#__PURE__*/_jsx(\"label\",{htmlFor:id,children:\"Select Language\"}),/*#__PURE__*/_jsx(\"select\",{id:id,value:selectedLocaleId,onChange:handleChange,// If a navigation occurs from switching locales\n// the browser can attempt to autofill the select to the last value\n// when you use browser back navigation. We don't want that.\nautoComplete:\"off\",children:localesForCurrentRoute.map(locale=>/*#__PURE__*/_jsx(\"option\",{value:locale.id,children:locale.name},locale.id))}),/*#__PURE__*/_jsxs(\"div\",{className:\"input\",style:{...font,\"--framer-background-color\":fillColor,\"--framer-color\":textColor,...getPaddingStyle(props),...getRadiusStyle(props),...getBorderStyle(border),...getHoverStyle(hover),...getFocusStyle(focus),gap},children:[icon&&/*#__PURE__*/_jsx(\"div\",{className:\"icon\",children:/*#__PURE__*/_jsx(Icon,{...icon})}),title&&/*#__PURE__*/_jsx(\"div\",{className:\"title\",children:selectedLocale?.name??\"English\"}),caret&&/*#__PURE__*/_jsx(\"div\",{className:\"caret\",children:/*#__PURE__*/_jsx(Caret,{...caret})})]})]});},[`\n            .${className} {\n                position: relative;\n            }\n        `,`\n            .${className} label {\n                position: absolute;\n                width: 1px;\n                height: 1px;\n                margin: -1px;\n                overflow: hidden;\n                white-space: nowrap;\n                clip: rect(0 0 0 0);\n                clip-path: inset(50%);\n            }\n        `,`\n            .${className} select {\n                appearance: none;\n                position: absolute;\n                opacity: 0;\n                top: 0;\n                right: 0;\n                bottom: 0;\n                left: 0;\n                cursor: inherit;\n                width: 100%;\n            }\n        `,`\n            .${className} .input {\n                display: flex;\n                justify-content: center;\n                align-items: center;\n                height: 100%;\n                pointer-events: none;\n                overflow: hidden;\n                background-color: var(--framer-background-color);\n                color: var(--framer-color);\n                border-color: var(--framer-border-color);\n            }\n        `,`\n            .${className} select:focus-visible + .input  {\n                outline: var(--framer-focus-outline, none);\n                outline-offset: var(--framer-focus-outline-offset);\n            }\n        `,`\n            .${className}:hover .input {\n                background-color: var(--framer-hover-background-color, var(--framer-background-color));\n                color: var(--framer-hover-color, var(--framer-color));\n                border-color: var(--framer-hover-border-color, var(--framer-border-color));\n            }\n        `,`\n            .${className} .title {\n                flex: 1 1 auto;\n                white-space: nowrap;\n                text-overflow: ellipsis;\n                overflow: hidden;\n            }\n        `,`\n            .${className} .icon, .${className} .caret {\n                display: flex;\n                align-items: center;\n            }\n        `],\"framer-library-LocalePicker\");LocaleSelector.displayName=\"Locale Selector\";addPropertyControls(LocaleSelector,{font:{// @ts-ignore\ntype:ControlType.Font,controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:14,lineHeight:\"1.5em\"}},fillColor:{type:ControlType.Color,title:\"Fill\",optional:true,defaultValue:\"#eee\"},textColor:{type:ControlType.Color,title:\"Text\",defaultValue:\"#000\"},...paddingControls,...radiusControls,icon:{type:ControlType.Object,buttonTitle:\"Size, Color\",optional:true,controls:{type:{type:ControlType.Enum,title:\"Icon\",options:Object.values(IconType),optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,defaultValue:\"default\"},color:{type:ControlType.Color,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",hidden:props=>props.type!==\"custom\"},size:{type:ControlType.Number,displayStepper:true,defaultValue:18}}},caret:{type:ControlType.Object,buttonTitle:\"Size, Color\",optional:true,controls:{type:{type:ControlType.Enum,title:\"Icon\",options:Object.values(CaretType),optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,defaultValue:\"default\"},color:{type:ControlType.Color,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",hidden:props=>props.type!==\"custom\"},size:{type:ControlType.Number,displayStepper:true,defaultValue:12}},defaultValue:{}},options:{type:ControlType.Object,title:\"Options\",buttonTitle:\"Border, Hover\",controls:{title:{type:ControlType.Boolean,defaultValue:true},gap:{type:ControlType.Number,displayStepper:true,defaultValue:5},border:{type:ControlType.Object,buttonTitle:\"Color, Width\",optional:true,controls:borderControls},hover:{type:ControlType.Object,buttonTitle:\"Fill, Border\",optional:true,controls:hoverControls},focus:{type:ControlType.Object,buttonTitle:\"Color, Width\",controls:focusControls}}}});export default LocaleSelector;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"LocaleSelector\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"* @framerIntrinsicWidth 120\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerSupportedLayoutHeight\":\"any\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"34\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LocaleSelector.map", "import{jsx as _jsx}from\"react/jsx-runtime\";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\":\"R0Y7QXRraW5zb24gSHlwZXJsZWdpYmxlIE1vbm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Atkinson Hyperlegible Mono\", \"Atkinson Hyperlegible Mono Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-text-alignment\":\"justify\"},children:\"IG @masi.earth \"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-16nuw08\",\"data-styles-preset\":\"u4at4fwRv\",children:\"about\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-16nuw08\",\"data-styles-preset\":\"u4at4fwRv\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-9b23f57b-c5e0-4629-835e-851e46cd4ac5, rgb(255, 255, 255)))\"},children:\"about\"})});export const v3=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-16nuw08\",\"data-styles-preset\":\"u4at4fwRv\",style:{\"--framer-text-alignment\":\"left\"},children:\"experiences\"})});export const v4=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-16nuw08\",\"data-styles-preset\":\"u4at4fwRv\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-9b23f57b-c5e0-4629-835e-851e46cd4ac5, rgb(255, 255, 255)))\"},children:\"experiences\"})});export const v5=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-16nuw08\",\"data-styles-preset\":\"u4at4fwRv\",children:\"PRODUCTS\"})});export const v6=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-16nuw08\",\"data-styles-preset\":\"u4at4fwRv\",style:{\"--framer-text-alignment\":\"left\"},children:\"PRODUCTS\"})});export const v7=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-16nuw08\",\"data-styles-preset\":\"u4at4fwRv\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-9b23f57b-c5e0-4629-835e-851e46cd4ac5, rgb(255, 255, 255)))\"},children:\"PRODUCTS\"})});export const v8=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-16nuw08\",\"data-styles-preset\":\"u4at4fwRv\",children:\"volumes\"})});export const v9=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-16nuw08\",\"data-styles-preset\":\"u4at4fwRv\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-9b23f57b-c5e0-4629-835e-851e46cd4ac5, rgb(255, 255, 255)))\"},children:\"volumes\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (5351ffe)\nimport*as localizedValues from\"./qUvM_d2ij-0.js\";const valuesByLocaleId={utTPlnhtt: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 (fed3180)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"AtzeduC2g\",\"C2bZvSTin\"];const serializationHash=\"framer-Rmgar\";const variantClassNames={AtzeduC2g:\"framer-v-1sao6ta\",C2bZvSTin:\"framer-v-1bmdf3j\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Cross:\"C2bZvSTin\",Menu:\"AtzeduC2g\"};const getProps=({background,click,height,id,width,...props})=>{return{...props,HiLJXlTOY:background??props.HiLJXlTOY??\"var(--token-192e39d1-58b5-456f-ab81-e060b61918e8, rgb(17, 17, 17))\",t2hC7nI2l:click??props.t2hC7nI2l,variant:humanReadableVariantMap[props.variant]??props.variant??\"AtzeduC2g\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,t2hC7nI2l,HiLJXlTOY,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"AtzeduC2g\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapnfjbq9=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(t2hC7nI2l){const res=await t2hC7nI2l(...args);if(res===false)return false;}setVariant(\"C2bZvSTin\");});const onTap1mujg1m=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(t2hC7nI2l){const res=await t2hC7nI2l(...args);if(res===false)return false;}setVariant(\"AtzeduC2g\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1sao6ta\",className,classNames),\"data-framer-name\":\"Menu\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"AtzeduC2g\",onTap:onTapnfjbq9,ref:refBinding,style:{...style},...addPropertyOverrides({C2bZvSTin:{\"data-framer-name\":\"Cross\",onTap:onTap1mujg1m}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-12xqbg8\",layoutDependency:layoutDependency,layoutId:\"y9fwAWQRr\",style:{backgroundColor:HiLJXlTOY,rotate:0},variants:{C2bZvSTin:{rotate:45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qfzuc3\",layoutDependency:layoutDependency,layoutId:\"qcVZEhBvL\",style:{backgroundColor:HiLJXlTOY,rotate:0},variants:{C2bZvSTin:{rotate:-45}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Rmgar.framer-ez8mka, .framer-Rmgar .framer-ez8mka { display: block; }\",\".framer-Rmgar.framer-1sao6ta { cursor: pointer; height: 32px; overflow: hidden; position: relative; width: 32px; }\",\".framer-Rmgar .framer-12xqbg8 { flex: none; height: 3px; left: calc(50.00000000000002% - 21.33px / 2); overflow: visible; position: absolute; top: 10px; width: 21px; }\",\".framer-Rmgar .framer-1qfzuc3 { bottom: 11px; flex: none; height: 3px; left: calc(50.00000000000002% - 21.33px / 2); overflow: visible; position: absolute; width: 21px; }\",\".framer-Rmgar.framer-v-1bmdf3j .framer-12xqbg8 { top: calc(50.00000000000002% - 3.2px / 2); }\",\".framer-Rmgar.framer-v-1bmdf3j .framer-1qfzuc3 { bottom: unset; top: calc(50.00000000000002% - 3.2px / 2); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 32\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"C2bZvSTin\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"t2hC7nI2l\":\"click\",\"HiLJXlTOY\":\"background\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramereqRGfVL8O=withCSS(Component,css,\"framer-Rmgar\");export default FramereqRGfVL8O;FramereqRGfVL8O.displayName=\"Menu\";FramereqRGfVL8O.defaultProps={height:32,width:32};addPropertyControls(FramereqRGfVL8O,{variant:{options:[\"AtzeduC2g\",\"C2bZvSTin\"],optionTitles:[\"Menu\",\"Cross\"],title:\"Variant\",type:ControlType.Enum},t2hC7nI2l:{title:\"Click\",type:ControlType.EventHandler},HiLJXlTOY:{defaultValue:'var(--token-192e39d1-58b5-456f-ab81-e060b61918e8, rgb(17, 17, 17)) /* {\"name\":\"black\"} */',title:\"Background\",type:ControlType.Color}});addFonts(FramereqRGfVL8O,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramereqRGfVL8O\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"C2bZvSTin\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"32\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"32\",\"framerVariables\":\"{\\\"t2hC7nI2l\\\":\\\"click\\\",\\\"HiLJXlTOY\\\":\\\"background\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./eqRGfVL8O.map", "// Generated by Framer (5351ffe)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import LocaleSelector from\"https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/fW26mCIOTpHHBOBnf7GZ/LocaleSelector.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/fVNDa01LyzuJJkWECfaO/seBGzmmmCkUDGKND9xdK/u4at4fwRv.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/FTRO27ufHxmxNAA9Ioe0/PAocrezKotfEykQ9JPiB/qUvM_d2ij.js\";import Menu from\"https://framerusercontent.com/modules/bqycFbcGPdvxyFbUXMDS/5jKpNfqdrwDpljCgpgId/eqRGfVL8O.js\";const MenuFonts=getFonts(Menu);const LocaleSelectorFonts=getFonts(LocaleSelector);const cycleOrder=[\"IJRxqUcOu\",\"WnmMMEF9M\",\"IvI9OhFC7\",\"HEVHmBf1x\",\"LX_eUhfyN\",\"QSpoq__HP\",\"UKliWsVOj\"];const serializationHash=\"framer-CAx2x\";const variantClassNames={HEVHmBf1x:\"framer-v-1lp17q0\",IJRxqUcOu:\"framer-v-1rdaz0c\",IvI9OhFC7:\"framer-v-qg95ga\",LX_eUhfyN:\"framer-v-1kbvn0r\",QSpoq__HP:\"framer-v-ytvu99\",UKliWsVOj:\"framer-v-zfgk8s\",WnmMMEF9M:\"framer-v-d2ydr3\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Nav White\":\"HEVHmBf1x\",\"Phone Open\":\"IvI9OhFC7\",\"Variant 5\":\"LX_eUhfyN\",\"Variant 6\":\"QSpoq__HP\",\"Variant 7\":\"UKliWsVOj\",Desktop:\"IJRxqUcOu\",Phone:\"WnmMMEF9M\"};const getProps=({background3,height,id,openModal,width,...props})=>{return{...props,AyK93DCxp:background3??props.AyK93DCxp??\"rgb(255, 255, 255)\",lKAfvOYuW:openModal??props.lKAfvOYuW,variant:humanReadableVariantMap[props.variant]??props.variant??\"IJRxqUcOu\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,lKAfvOYuW,AyK93DCxp,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"IJRxqUcOu\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const t2hC7nI2l1wgay9d=activeVariantCallback(async(...args)=>{if(lKAfvOYuW){const res=await lKAfvOYuW(...args);if(res===false)return false;}setVariant(\"IvI9OhFC7\");});const t2hC7nI2lsp6ndi=activeVariantCallback(async(...args)=>{setVariant(\"WnmMMEF9M\");});const t2hC7nI2ln4pszw=activeVariantCallback(async(...args)=>{setVariant(\"QSpoq__HP\");});const t2hC7nI2ld14c3g=activeVariantCallback(async(...args)=>{setVariant(\"LX_eUhfyN\");});const onTap120vfod=activeVariantCallback(async(...args)=>{setVariant(\"IvI9OhFC7\");});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"WnmMMEF9M\",\"IvI9OhFC7\",\"LX_eUhfyN\",\"QSpoq__HP\",\"UKliWsVOj\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"WnmMMEF9M\",\"LX_eUhfyN\",\"UKliWsVOj\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"IvI9OhFC7\",\"QSpoq__HP\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1rdaz0c\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"IJRxqUcOu\",ref:refBinding,style:{backgroundColor:AyK93DCxp,...style},variants:{HEVHmBf1x:{backgroundColor:\"rgba(0, 0, 0, 0)\"},LX_eUhfyN:{backgroundColor:\"rgba(0, 0, 0, 0)\"},UKliWsVOj:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({HEVHmBf1x:{\"data-framer-name\":\"Nav White\"},IvI9OhFC7:{\"data-framer-name\":\"Phone Open\"},LX_eUhfyN:{\"data-framer-name\":\"Variant 5\"},QSpoq__HP:{\"data-framer-name\":\"Variant 6\"},UKliWsVOj:{\"data-framer-name\":\"Variant 7\"},WnmMMEF9M:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1p9kupg\",layoutDependency:layoutDependency,layoutId:\"wN3z2e8ow\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({IvI9OhFC7:{height:32,width:\"32px\",y:(componentViewport?.y||0)+16+(0+0+((componentViewport?.height||720)-56-(32+((componentViewport?.height||720)-56)*.4))/1*0)+0},LX_eUhfyN:{height:32,width:\"32px\",y:(componentViewport?.y||0)+(16+((componentViewport?.height||64)-32-32)/2)+0},QSpoq__HP:{height:32,width:\"32px\",y:(componentViewport?.y||0)+16+(0+0+((componentViewport?.height||720)-56-(32+((componentViewport?.height||720)-56)*.4))/1*0)+0},UKliWsVOj:{height:32,width:\"32px\",y:(componentViewport?.y||0)+(16+((componentViewport?.height||64)-32-32)/2)+0},WnmMMEF9M:{height:32,width:\"32px\",y:(componentViewport?.y||0)+(16+((componentViewport?.height||64)-32-32)/2)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vn33k9-container\",layoutDependency:layoutDependency,layoutId:\"C64fWFSdF-container\",nodeId:\"C64fWFSdF\",rendersWithMotion:true,scopeId:\"qUvM_d2ij\",children:/*#__PURE__*/_jsx(Menu,{height:\"100%\",HiLJXlTOY:\"var(--token-192e39d1-58b5-456f-ab81-e060b61918e8, rgb(17, 17, 17))\",id:\"C64fWFSdF\",layoutId:\"C64fWFSdF\",style:{height:\"100%\",width:\"100%\"},variant:\"AtzeduC2g\",width:\"100%\",...addPropertyOverrides({IvI9OhFC7:{t2hC7nI2l:t2hC7nI2lsp6ndi,variant:\"C2bZvSTin\"},LX_eUhfyN:{HiLJXlTOY:\"var(--token-9b23f57b-c5e0-4629-835e-851e46cd4ac5, rgb(255, 255, 255))\",t2hC7nI2l:t2hC7nI2ln4pszw},QSpoq__HP:{t2hC7nI2l:t2hC7nI2ld14c3g,variant:\"C2bZvSTin\"},UKliWsVOj:{t2hC7nI2l:t2hC7nI2l1wgay9d},WnmMMEF9M:{t2hC7nI2l:t2hC7nI2l1wgay9d}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"j2Q0gfCL8\",scopeId:\"qUvM_d2ij\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-izrggi framer-is2ygm\",layoutDependency:layoutDependency,layoutId:\"j2Q0gfCL8\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-w8q622\",\"data-framer-name\":\"MASI Logo Black\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"zCli3U936\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 55 16\"><path d=\"M 13.611 15.634 L 13.611 14.98 C 14.933 14.846 15.096 14.746 15.096 13.137 L 15.096 9.283 C 15.096 7.641 14.558 6.602 13.171 6.602 C 11.783 6.602 11.522 7.088 10.674 7.808 C 10.69 8.093 10.739 8.361 10.739 8.797 L 10.739 13.271 C 10.739 14.729 10.935 14.846 12.175 14.98 L 12.175 15.634 L 7.361 15.634 L 7.361 14.98 C 8.748 14.846 8.96 14.746 8.96 13.221 L 8.96 9.25 C 8.96 7.54 8.438 6.602 7.067 6.602 C 5.696 6.602 5.288 7.222 4.602 7.808 L 4.602 13.238 C 4.602 14.762 4.766 14.846 6.039 14.997 L 6.039 15.65 L 1.208 15.65 L 1.208 14.997 C 2.693 14.863 2.823 14.762 2.823 13.238 L 2.823 8.462 C 2.823 6.987 2.742 6.887 1.469 6.669 L 1.469 6.099 C 2.53 5.932 3.591 5.63 4.586 5.178 L 4.586 7.054 C 5.059 6.686 5.533 6.3 6.251 5.848 C 6.806 5.479 7.312 5.245 8.03 5.245 C 9.107 5.245 10.037 5.932 10.478 7.138 C 11.114 6.636 11.685 6.233 12.257 5.848 C 12.746 5.53 13.383 5.245 14.036 5.245 C 15.782 5.245 16.875 6.535 16.875 8.797 L 16.875 13.254 C 16.875 14.796 17.006 14.863 18.295 15.014 L 18.295 15.667 L 13.611 15.667 Z M 29.099 15.902 C 28.757 15.902 28.267 15.717 28.039 15.466 C 27.745 15.165 27.614 14.846 27.5 14.427 C 26.602 15.047 25.493 15.902 24.807 15.902 C 23.208 15.902 22.065 14.545 22.065 13.07 C 22.065 11.595 22.669 11.193 23.909 10.758 C 25.28 10.272 26.961 9.668 27.467 9.25 L 27.467 8.78 C 27.467 7.138 26.651 6.2 25.493 6.2 C 24.334 6.2 24.66 6.451 24.432 6.736 C 24.187 7.054 24.024 7.574 23.828 8.244 C 23.714 8.613 23.518 8.78 23.175 8.78 C 22.832 8.78 22.18 8.311 22.18 7.758 C 22.18 7.205 22.473 7.155 22.93 6.837 C 23.583 6.351 24.889 5.496 26.162 5.228 C 26.831 5.228 27.533 5.429 28.055 5.848 C 28.838 6.535 29.197 7.323 29.197 8.529 L 29.197 12.986 C 29.197 14.042 29.573 14.377 29.981 14.377 C 30.389 14.377 30.536 14.26 30.797 14.126 L 31.025 14.779 L 29.116 15.935 Z M 27.467 10.071 C 26.978 10.322 25.901 10.808 25.378 11.042 C 24.53 11.428 24.007 11.88 24.007 12.735 C 24.007 13.958 24.905 14.511 25.623 14.511 C 26.341 14.511 27.01 14.142 27.467 13.673 Z M 39.887 8.244 C 39.479 6.904 38.892 5.982 37.521 5.982 C 36.15 5.982 36.134 6.552 36.134 7.49 C 36.134 8.428 36.786 8.948 38.043 9.551 C 39.969 10.506 40.948 11.193 40.948 12.718 C 40.948 14.243 39.055 15.935 37.292 15.935 C 35.53 15.935 35.089 15.567 34.616 15.282 C 34.501 14.612 34.306 13.338 34.208 12.584 L 34.861 12.467 C 35.269 13.941 36.052 15.148 37.619 15.148 C 39.185 15.148 39.185 14.545 39.185 13.573 C 39.185 12.601 38.582 11.998 37.39 11.411 C 35.823 10.624 34.534 9.886 34.534 8.227 C 34.534 6.568 35.921 5.245 38.043 5.245 C 40.165 5.245 39.757 5.479 40.197 5.546 C 40.263 6.099 40.426 7.557 40.54 8.11 L 39.887 8.278 Z M 44.473 14.93 C 47.77 14.813 48.455 14.628 48.455 13.422 L 48.455 7.792 C 48.455 6.887 48.194 6.602 47.493 6.585 L 45.012 6.552 L 45.012 5.898 L 50.202 5.194 L 50.202 14.746 L 53.645 14.813 L 53.645 15.667 L 44.473 15.667 L 44.473 14.947 Z M 47.982 2.044 C 47.982 1.357 48.504 0.821 49.174 0.821 C 49.843 0.821 50.365 1.374 50.365 2.044 C 50.365 2.715 49.826 3.267 49.174 3.267 C 48.521 3.267 47.982 2.765 47.982 2.044 Z\" fill=\"rgb(0,0,0)\"></path></svg>',svgContentId:12400469328,withExternalLayout:true,...addPropertyOverrides({HEVHmBf1x:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 55 16\"><path d=\"M 13.611 15.634 L 13.611 14.98 C 14.933 14.846 15.096 14.746 15.096 13.137 L 15.096 9.283 C 15.096 7.641 14.558 6.602 13.171 6.602 C 11.783 6.602 11.522 7.088 10.674 7.808 C 10.69 8.093 10.739 8.361 10.739 8.797 L 10.739 13.271 C 10.739 14.729 10.935 14.846 12.175 14.98 L 12.175 15.634 L 7.361 15.634 L 7.361 14.98 C 8.748 14.846 8.96 14.746 8.96 13.221 L 8.96 9.25 C 8.96 7.54 8.438 6.602 7.067 6.602 C 5.696 6.602 5.288 7.222 4.602 7.808 L 4.602 13.238 C 4.602 14.762 4.766 14.846 6.039 14.997 L 6.039 15.65 L 1.208 15.65 L 1.208 14.997 C 2.693 14.863 2.823 14.762 2.823 13.238 L 2.823 8.462 C 2.823 6.987 2.742 6.887 1.469 6.669 L 1.469 6.099 C 2.53 5.932 3.591 5.63 4.586 5.178 L 4.586 7.054 C 5.059 6.686 5.533 6.3 6.251 5.848 C 6.806 5.479 7.312 5.245 8.03 5.245 C 9.107 5.245 10.037 5.932 10.478 7.138 C 11.114 6.636 11.685 6.233 12.257 5.848 C 12.746 5.53 13.383 5.245 14.036 5.245 C 15.782 5.245 16.875 6.535 16.875 8.797 L 16.875 13.254 C 16.875 14.796 17.006 14.863 18.295 15.014 L 18.295 15.667 L 13.611 15.667 Z M 29.099 15.902 C 28.757 15.902 28.267 15.717 28.039 15.466 C 27.745 15.165 27.614 14.846 27.5 14.427 C 26.602 15.047 25.493 15.902 24.807 15.902 C 23.208 15.902 22.065 14.545 22.065 13.07 C 22.065 11.595 22.669 11.193 23.909 10.758 C 25.28 10.272 26.961 9.668 27.467 9.25 L 27.467 8.78 C 27.467 7.138 26.651 6.2 25.493 6.2 C 24.334 6.2 24.66 6.451 24.432 6.736 C 24.187 7.054 24.024 7.574 23.828 8.244 C 23.714 8.613 23.518 8.78 23.175 8.78 C 22.832 8.78 22.18 8.311 22.18 7.758 C 22.18 7.205 22.473 7.155 22.93 6.837 C 23.583 6.351 24.889 5.496 26.162 5.228 C 26.831 5.228 27.533 5.429 28.055 5.848 C 28.838 6.535 29.197 7.323 29.197 8.529 L 29.197 12.986 C 29.197 14.042 29.573 14.377 29.981 14.377 C 30.389 14.377 30.536 14.26 30.797 14.126 L 31.025 14.779 L 29.116 15.935 Z M 27.467 10.071 C 26.978 10.322 25.901 10.808 25.378 11.042 C 24.53 11.428 24.007 11.88 24.007 12.735 C 24.007 13.958 24.905 14.511 25.623 14.511 C 26.341 14.511 27.01 14.142 27.467 13.673 Z M 39.887 8.244 C 39.479 6.904 38.892 5.982 37.521 5.982 C 36.15 5.982 36.134 6.552 36.134 7.49 C 36.134 8.428 36.786 8.948 38.043 9.551 C 39.969 10.506 40.948 11.193 40.948 12.718 C 40.948 14.243 39.055 15.935 37.292 15.935 C 35.53 15.935 35.089 15.567 34.616 15.282 C 34.501 14.612 34.306 13.338 34.208 12.584 L 34.861 12.467 C 35.269 13.941 36.052 15.148 37.619 15.148 C 39.185 15.148 39.185 14.545 39.185 13.573 C 39.185 12.601 38.582 11.998 37.39 11.411 C 35.823 10.624 34.534 9.886 34.534 8.227 C 34.534 6.568 35.921 5.245 38.043 5.245 C 40.165 5.245 39.757 5.479 40.197 5.546 C 40.263 6.099 40.426 7.557 40.54 8.11 L 39.887 8.278 Z M 44.473 14.93 C 47.77 14.813 48.455 14.628 48.455 13.422 L 48.455 7.792 C 48.455 6.887 48.194 6.602 47.493 6.585 L 45.012 6.552 L 45.012 5.898 L 50.202 5.194 L 50.202 14.746 L 53.645 14.813 L 53.645 15.667 L 44.473 15.667 L 44.473 14.947 Z M 47.982 2.044 C 47.982 1.357 48.504 0.821 49.174 0.821 C 49.843 0.821 50.365 1.374 50.365 2.044 C 50.365 2.715 49.826 3.267 49.174 3.267 C 48.521 3.267 47.982 2.765 47.982 2.044 Z\" fill=\"var(--token-9b23f57b-c5e0-4629-835e-851e46cd4ac5, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;white&quot;} */\"></path></svg>',svgContentId:12859520590},LX_eUhfyN:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 55 16\"><path d=\"M 13.611 15.634 L 13.611 14.98 C 14.933 14.846 15.096 14.746 15.096 13.137 L 15.096 9.283 C 15.096 7.641 14.558 6.602 13.171 6.602 C 11.783 6.602 11.522 7.088 10.674 7.808 C 10.69 8.093 10.739 8.361 10.739 8.797 L 10.739 13.271 C 10.739 14.729 10.935 14.846 12.175 14.98 L 12.175 15.634 L 7.361 15.634 L 7.361 14.98 C 8.748 14.846 8.96 14.746 8.96 13.221 L 8.96 9.25 C 8.96 7.54 8.438 6.602 7.067 6.602 C 5.696 6.602 5.288 7.222 4.602 7.808 L 4.602 13.238 C 4.602 14.762 4.766 14.846 6.039 14.997 L 6.039 15.65 L 1.208 15.65 L 1.208 14.997 C 2.693 14.863 2.823 14.762 2.823 13.238 L 2.823 8.462 C 2.823 6.987 2.742 6.887 1.469 6.669 L 1.469 6.099 C 2.53 5.932 3.591 5.63 4.586 5.178 L 4.586 7.054 C 5.059 6.686 5.533 6.3 6.251 5.848 C 6.806 5.479 7.312 5.245 8.03 5.245 C 9.107 5.245 10.037 5.932 10.478 7.138 C 11.114 6.636 11.685 6.233 12.257 5.848 C 12.746 5.53 13.383 5.245 14.036 5.245 C 15.782 5.245 16.875 6.535 16.875 8.797 L 16.875 13.254 C 16.875 14.796 17.006 14.863 18.295 15.014 L 18.295 15.667 L 13.611 15.667 Z M 29.099 15.902 C 28.757 15.902 28.267 15.717 28.039 15.466 C 27.745 15.165 27.614 14.846 27.5 14.427 C 26.602 15.047 25.493 15.902 24.807 15.902 C 23.208 15.902 22.065 14.545 22.065 13.07 C 22.065 11.595 22.669 11.193 23.909 10.758 C 25.28 10.272 26.961 9.668 27.467 9.25 L 27.467 8.78 C 27.467 7.138 26.651 6.2 25.493 6.2 C 24.334 6.2 24.66 6.451 24.432 6.736 C 24.187 7.054 24.024 7.574 23.828 8.244 C 23.714 8.613 23.518 8.78 23.175 8.78 C 22.832 8.78 22.18 8.311 22.18 7.758 C 22.18 7.205 22.473 7.155 22.93 6.837 C 23.583 6.351 24.889 5.496 26.162 5.228 C 26.831 5.228 27.533 5.429 28.055 5.848 C 28.838 6.535 29.197 7.323 29.197 8.529 L 29.197 12.986 C 29.197 14.042 29.573 14.377 29.981 14.377 C 30.389 14.377 30.536 14.26 30.797 14.126 L 31.025 14.779 L 29.116 15.935 Z M 27.467 10.071 C 26.978 10.322 25.901 10.808 25.378 11.042 C 24.53 11.428 24.007 11.88 24.007 12.735 C 24.007 13.958 24.905 14.511 25.623 14.511 C 26.341 14.511 27.01 14.142 27.467 13.673 Z M 39.887 8.244 C 39.479 6.904 38.892 5.982 37.521 5.982 C 36.15 5.982 36.134 6.552 36.134 7.49 C 36.134 8.428 36.786 8.948 38.043 9.551 C 39.969 10.506 40.948 11.193 40.948 12.718 C 40.948 14.243 39.055 15.935 37.292 15.935 C 35.53 15.935 35.089 15.567 34.616 15.282 C 34.501 14.612 34.306 13.338 34.208 12.584 L 34.861 12.467 C 35.269 13.941 36.052 15.148 37.619 15.148 C 39.185 15.148 39.185 14.545 39.185 13.573 C 39.185 12.601 38.582 11.998 37.39 11.411 C 35.823 10.624 34.534 9.886 34.534 8.227 C 34.534 6.568 35.921 5.245 38.043 5.245 C 40.165 5.245 39.757 5.479 40.197 5.546 C 40.263 6.099 40.426 7.557 40.54 8.11 L 39.887 8.278 Z M 44.473 14.93 C 47.77 14.813 48.455 14.628 48.455 13.422 L 48.455 7.792 C 48.455 6.887 48.194 6.602 47.493 6.585 L 45.012 6.552 L 45.012 5.898 L 50.202 5.194 L 50.202 14.746 L 53.645 14.813 L 53.645 15.667 L 44.473 15.667 L 44.473 14.947 Z M 47.982 2.044 C 47.982 1.357 48.504 0.821 49.174 0.821 C 49.843 0.821 50.365 1.374 50.365 2.044 C 50.365 2.715 49.826 3.267 49.174 3.267 C 48.521 3.267 47.982 2.765 47.982 2.044 Z\" fill=\"var(--token-9b23f57b-c5e0-4629-835e-851e46cd4ac5, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;white&quot;} */\"></path></svg>',svgContentId:11902247120},UKliWsVOj:{svgContentId:9744325452},WnmMMEF9M:{svgContentId:9744325452}},baseVariant,gestureVariant)})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16tx2wn\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"gullRSnJb\",children:[isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6gzu77\",layoutDependency:layoutDependency,layoutId:\"F_gnSU1qL\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QXRraW5zb24gSHlwZXJsZWdpYmxlIE1vbm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Atkinson Hyperlegible Mono\", \"Atkinson Hyperlegible Mono Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-text-alignment\":\"justify\"},children:\"IG @masi.earth \"})}),className:\"framer-1u8fkrz\",fonts:[\"GF;Atkinson Hyperlegible Mono-regular\"],layoutDependency:layoutDependency,layoutId:\"C3qrIL0VX\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QXRraW5zb24gSHlwZXJsZWdpYmxlIE1vbm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Atkinson Hyperlegible Mono\", \"Atkinson Hyperlegible Mono Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-text-alignment\":\"right\"},children:\"Privacy Policy\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QXRraW5zb24gSHlwZXJsZWdpYmxlIE1vbm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Atkinson Hyperlegible Mono\", \"Atkinson Hyperlegible Mono Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-text-alignment\":\"right\"},children:\"and Terms and Conditions\"})]}),className:\"framer-zddg9x\",fonts:[\"GF;Atkinson Hyperlegible Mono-regular\"],layoutDependency:layoutDependency,layoutId:\"xUU9TEbbl\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Link,{href:{hash:\":zJVVEjVng\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"JaAJeW8hb\",openInNewTab:false,scopeId:\"qUvM_d2ij\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-42qorl framer-is2ygm\",layoutDependency:layoutDependency,layoutId:\"JaAJeW8hb\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-16nuw08\",\"data-styles-preset\":\"u4at4fwRv\",children:\"nOSOTROS\"})}),className:\"framer-1okrwdc\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NVbNz_9ph\",style:{\"--framer-paragraph-spacing\":\"0px\"},variants:{HEVHmBf1x:{\"--extracted-1eung3n\":\"var(--token-9b23f57b-c5e0-4629-835e-851e46cd4ac5, rgb(255, 255, 255))\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({HEVHmBf1x:{children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-16nuw08\",\"data-styles-preset\":\"u4at4fwRv\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-9b23f57b-c5e0-4629-835e-851e46cd4ac5, rgb(255, 255, 255)))\"},children:\"nOSOTROS\"})})}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"KerasUCbD\"},motionChild:true,nodeId:\"YNLDrOEIg\",scopeId:\"qUvM_d2ij\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1bqnq24 framer-is2ygm\",layoutDependency:layoutDependency,layoutId:\"YNLDrOEIg\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-16nuw08\",\"data-styles-preset\":\"u4at4fwRv\",style:{\"--framer-text-alignment\":\"left\"},children:\"eXPeRIenCIas\"})}),className:\"framer-1fp00xv\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"c2T2lP2X_\",style:{\"--framer-paragraph-spacing\":\"0px\"},variants:{HEVHmBf1x:{\"--extracted-1eung3n\":\"var(--token-9b23f57b-c5e0-4629-835e-851e46cd4ac5, rgb(255, 255, 255))\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({HEVHmBf1x:{children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-16nuw08\",\"data-styles-preset\":\"u4at4fwRv\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-9b23f57b-c5e0-4629-835e-851e46cd4ac5, rgb(255, 255, 255)))\"},children:\"eXPeRIenCIas\"})})}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"P2O47y3Gx\"},motionChild:true,nodeId:\"ga0Iglj91\",scopeId:\"qUvM_d2ij\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-qh7j3f framer-is2ygm\",layoutDependency:layoutDependency,layoutId:\"ga0Iglj91\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-16nuw08\",\"data-styles-preset\":\"u4at4fwRv\",children:\"PRODUCTOS\"})}),className:\"framer-yrff9t\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"XL0MpaVQg\",style:{\"--framer-paragraph-spacing\":\"0px\"},variants:{HEVHmBf1x:{\"--extracted-1eung3n\":\"var(--token-9b23f57b-c5e0-4629-835e-851e46cd4ac5, rgb(255, 255, 255))\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({HEVHmBf1x:{children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-16nuw08\",\"data-styles-preset\":\"u4at4fwRv\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-9b23f57b-c5e0-4629-835e-851e46cd4ac5, rgb(255, 255, 255)))\"},children:\"PRODUCTOS\"})})},IvI9OhFC7:{children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-16nuw08\",\"data-styles-preset\":\"u4at4fwRv\",style:{\"--framer-text-alignment\":\"left\"},children:\"PRODUCTOS\"})})},QSpoq__HP:{children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-16nuw08\",\"data-styles-preset\":\"u4at4fwRv\",style:{\"--framer-text-alignment\":\"left\"},children:\"PRODUCTOS\"})})}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"BoVyXjKLR\"},motionChild:true,nodeId:\"PgACg80ZU\",scopeId:\"qUvM_d2ij\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-88todk framer-is2ygm\",layoutDependency:layoutDependency,layoutId:\"PgACg80ZU\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-16nuw08\",\"data-styles-preset\":\"u4at4fwRv\",children:\"VOL\\xdameneS\"})}),className:\"framer-ayq7b1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xpn9PvwFo\",style:{\"--framer-paragraph-spacing\":\"0px\"},variants:{HEVHmBf1x:{\"--extracted-1eung3n\":\"var(--token-9b23f57b-c5e0-4629-835e-851e46cd4ac5, rgb(255, 255, 255))\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({HEVHmBf1x:{children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-16nuw08\",\"data-styles-preset\":\"u4at4fwRv\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-9b23f57b-c5e0-4629-835e-851e46cd4ac5, rgb(255, 255, 255)))\"},children:\"VOL\\xdameneS\"})})},IvI9OhFC7:{\"data-highlight\":true,onTap:onTap120vfod},QSpoq__HP:{\"data-highlight\":true,onTap:onTap120vfod}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-h40ocm-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"iO0xLbTbo-container\",nodeId:\"iO0xLbTbo\",rendersWithMotion:true,scopeId:\"qUvM_d2ij\",children:/*#__PURE__*/_jsx(LocaleSelector,{font:{fontFamily:'\"MEAN 26 Sans Regular\", \"MEAN 26 Sans Regular Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"-0.01em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"var(--token-192e39d1-58b5-456f-ab81-e060b61918e8, rgb(34, 34, 34))\",size:18,type:\"custom\"},id:\"iO0xLbTbo\",layoutId:\"iO0xLbTbo\",options:{focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:5,title:true},padding:\"0px\",radius:\"0px\",textColor:\"var(--token-192e39d1-58b5-456f-ab81-e060b61918e8, rgb(34, 34, 34))\",width:\"100%\",...addPropertyOverrides({HEVHmBf1x:{icon:{color:\"var(--token-9b23f57b-c5e0-4629-835e-851e46cd4ac5, rgb(255, 255, 255))\",size:18,type:\"default\"},textColor:\"var(--token-9b23f57b-c5e0-4629-835e-851e46cd4ac5, rgb(255, 255, 255))\"}},baseVariant,gestureVariant)})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CAx2x.framer-is2ygm, .framer-CAx2x .framer-is2ygm { display: block; }\",\".framer-CAx2x.framer-1rdaz0c { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 16px 40px 16px 40px; position: relative; width: 1200px; }\",\".framer-CAx2x .framer-1p9kupg { 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-CAx2x .framer-1vn33k9-container { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-CAx2x .framer-izrggi { flex: none; height: 20px; overflow: visible; position: relative; text-decoration: none; width: 60px; }\",\".framer-CAx2x .framer-w8q622 { bottom: 3px; flex: none; height: 16px; left: 0px; position: absolute; width: 55px; }\",\".framer-CAx2x .framer-16tx2wn { 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: min-content; }\",\".framer-CAx2x .framer-6gzu77 { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; min-height: 29px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-CAx2x .framer-1u8fkrz, .framer-CAx2x .framer-zddg9x { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-CAx2x .framer-42qorl, .framer-CAx2x .framer-1bqnq24, .framer-CAx2x .framer-88todk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 16px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-CAx2x .framer-1okrwdc, .framer-CAx2x .framer-1fp00xv, .framer-CAx2x .framer-yrff9t, .framer-CAx2x .framer-ayq7b1 { -webkit-user-select: none; flex: none; height: 16px; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-CAx2x .framer-qh7j3f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 16px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-CAx2x .framer-h40ocm-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-CAx2x.framer-v-d2ydr3.framer-1rdaz0c, .framer-CAx2x.framer-v-1kbvn0r.framer-1rdaz0c, .framer-CAx2x.framer-v-zfgk8s.framer-1rdaz0c { gap: unset; justify-content: space-between; padding: 16px 24px 16px 24px; width: 390px; }\",\".framer-CAx2x.framer-v-d2ydr3 .framer-1p9kupg, .framer-CAx2x.framer-v-1kbvn0r .framer-1p9kupg, .framer-CAx2x.framer-v-zfgk8s .framer-1p9kupg { gap: unset; justify-content: space-between; width: 100%; }\",\".framer-CAx2x.framer-v-d2ydr3 .framer-1vn33k9-container, .framer-CAx2x.framer-v-qg95ga .framer-1vn33k9-container, .framer-CAx2x.framer-v-qg95ga .framer-1bqnq24, .framer-CAx2x.framer-v-1kbvn0r .framer-1vn33k9-container, .framer-CAx2x.framer-v-ytvu99 .framer-1vn33k9-container, .framer-CAx2x.framer-v-ytvu99 .framer-1bqnq24, .framer-CAx2x.framer-v-zfgk8s .framer-1vn33k9-container { order: 1; }\",\".framer-CAx2x.framer-v-d2ydr3 .framer-izrggi, .framer-CAx2x.framer-v-1kbvn0r .framer-izrggi, .framer-CAx2x.framer-v-zfgk8s .framer-izrggi { height: 16px; order: 0; }\",\".framer-CAx2x.framer-v-d2ydr3 .framer-w8q622, .framer-CAx2x.framer-v-1kbvn0r .framer-w8q622, .framer-CAx2x.framer-v-zfgk8s .framer-w8q622 { bottom: 2px; }\",\".framer-CAx2x.framer-v-qg95ga.framer-1rdaz0c, .framer-CAx2x.framer-v-ytvu99.framer-1rdaz0c { flex-direction: column; gap: unset; height: 720px; justify-content: space-between; max-height: calc(var(--framer-viewport-height, 100vh) * 1); min-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: auto; overscroll-behavior: contain; padding: 16px 24px 40px 24px; width: 390px; }\",\".framer-CAx2x.framer-v-qg95ga .framer-1p9kupg, .framer-CAx2x.framer-v-ytvu99 .framer-1p9kupg { gap: unset; justify-content: space-around; width: 100%; }\",\".framer-CAx2x.framer-v-qg95ga .framer-izrggi, .framer-CAx2x.framer-v-ytvu99 .framer-izrggi { flex: 1 0 0px; order: 0; width: 1px; }\",\".framer-CAx2x.framer-v-qg95ga .framer-16tx2wn, .framer-CAx2x.framer-v-ytvu99 .framer-16tx2wn { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: unset; height: 40%; justify-content: space-between; width: 100%; }\",\".framer-CAx2x.framer-v-qg95ga .framer-6gzu77, .framer-CAx2x.framer-v-ytvu99 .framer-6gzu77 { flex: none; min-height: unset; order: 5; width: 100%; }\",\".framer-CAx2x.framer-v-qg95ga .framer-42qorl, .framer-CAx2x.framer-v-ytvu99 .framer-42qorl { order: 0; }\",\".framer-CAx2x.framer-v-qg95ga .framer-qh7j3f, .framer-CAx2x.framer-v-ytvu99 .framer-qh7j3f { order: 2; }\",\".framer-CAx2x.framer-v-qg95ga .framer-88todk, .framer-CAx2x.framer-v-ytvu99 .framer-88todk { order: 3; }\",\".framer-CAx2x.framer-v-qg95ga .framer-ayq7b1, .framer-CAx2x.framer-v-ytvu99 .framer-ayq7b1 { cursor: pointer; }\",\".framer-CAx2x.framer-v-qg95ga .framer-h40ocm-container, .framer-CAx2x.framer-v-ytvu99 .framer-h40ocm-container { order: 4; }\",\".framer-CAx2x.framer-v-1lp17q0 .framer-42qorl { width: 80px; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 56\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"WnmMMEF9M\":{\"layout\":[\"fixed\",\"auto\"]},\"IvI9OhFC7\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",\"100vh\"]},\"HEVHmBf1x\":{\"layout\":[\"fixed\",\"auto\"]},\"LX_eUhfyN\":{\"layout\":[\"fixed\",\"auto\"]},\"QSpoq__HP\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",\"100vh\"]},\"UKliWsVOj\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"lKAfvOYuW\":\"openModal\",\"AyK93DCxp\":\"background3\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerqUvM_d2ij=withCSS(Component,css,\"framer-CAx2x\");export default FramerqUvM_d2ij;FramerqUvM_d2ij.displayName=\"Navigation\";FramerqUvM_d2ij.defaultProps={height:56,width:1200};addPropertyControls(FramerqUvM_d2ij,{variant:{options:[\"IJRxqUcOu\",\"WnmMMEF9M\",\"IvI9OhFC7\",\"HEVHmBf1x\",\"LX_eUhfyN\",\"QSpoq__HP\",\"UKliWsVOj\"],optionTitles:[\"Desktop\",\"Phone\",\"Phone Open\",\"Nav White\",\"Variant 5\",\"Variant 6\",\"Variant 7\"],title:\"Variant\",type:ControlType.Enum},lKAfvOYuW:{title:\"Open Modal\",type:ControlType.EventHandler},AyK93DCxp:{defaultValue:\"rgb(255, 255, 255)\",title:\"Background 3\",type:ControlType.Color}});addFonts(FramerqUvM_d2ij,[{explicitInter:true,fonts:[{family:\"Atkinson Hyperlegible Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/atkinsonhyperlegiblemono/v5/tssNAoFBci4C4gvhPXrt3wjT1MqSzhA4t7IIcncBiyihrK15gZ4k_SaZHNeiCCkb2qzelw.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"MEAN 26 Sans Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/eSFEws2Nmtg89vmEunvplGp3o.woff2\"}]},...MenuFonts,...LocaleSelectorFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerqUvM_d2ij\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerVariables\":\"{\\\"lKAfvOYuW\\\":\\\"openModal\\\",\\\"AyK93DCxp\\\":\\\"background3\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WnmMMEF9M\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IvI9OhFC7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",\\\"100vh\\\"]},\\\"HEVHmBf1x\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LX_eUhfyN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QSpoq__HP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",\\\"100vh\\\"]},\\\"UKliWsVOj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"56\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["fontStore", "fonts", "css", "className", "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", "localesForCurrentRoute", "useLocalesForCurrentRoute", "activeLocaleId", "lastActiveLocaleId", "setLastActiveLocaleId", "ye", "selectedLocaleId", "setSelectedLocaleId", "selectedLocale", "locale", "handleChange", "event", "localeId", "u", "className", "getPaddingStyle", "getRadiusStyle", "getBorderStyle", "getHoverStyle", "getFocusStyle", "addPropertyControls", "ControlType", "paddingControls", "radiusControls", "borderControls", "hoverControls", "focusControls", "LocaleSelector_default", "qUvM_d2ij_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "p", "x", "motion", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "__FramerMetadata__", "valuesByLocaleId", "qUvM_d2ij_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "click", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "t2hC7nI2l", "HiLJXlTOY", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapnfjbq9", "args", "onTap1mujg1m", "scopingClassNames", "cx", "LayoutGroup", "u", "css", "FramereqRGfVL8O", "withCSS", "eqRGfVL8O_default", "addPropertyControls", "ControlType", "addFonts", "MenuFonts", "getFonts", "eqRGfVL8O_default", "LocaleSelectorFonts", "LocaleSelector_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background3", "height", "id", "openModal", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "lKAfvOYuW", "AyK93DCxp", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "t2hC7nI2l1wgay9d", "args", "t2hC7nI2lsp6ndi", "t2hC7nI2ln4pszw", "t2hC7nI2ld14c3g", "onTap120vfod", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "Link", "SVG", "RichText2", "getLocalizedValue", "css", "FramerqUvM_d2ij", "withCSS", "qUvM_d2ij_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
