{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/Hbc0lxqGSRzFG6uMT9yO/OPmIEDVRw3amYB3GBzWp/GoogleMaps.js", "ssg:https://framerusercontent.com/modules/OrefmvDoJFcBwAAqzT4p/eT1mcXAnhcTOs8shRNXX/pU48VAb7O.js", "ssg:https://framer.com/m/feather-icons/home.js@0.0.29", "ssg:https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js", "ssg:https://framerusercontent.com/modules/a9yvNWtaTwHDTammb4ID/5OC9UNk7Uki1KDKTUOXI/KjEL69wIH.js", "ssg:https://framerusercontent.com/modules/KCtI0Vbwb28dJA8w0Ruq/lgu0fmlsqiuX0piZGJmw/JGntlQWXB.js", "ssg:https://framerusercontent.com/modules/zK2NjKx20XkAGOdmKh3v/Yp77eoIVOyzmuktbe44u/rBO0R_k1t.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,motion}from\"framer\";import{containerStyles,useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{useMemo}from\"react\";const coordinatesRegex=/^((?:\\-?|\\+?)?\\d+(?:\\.\\d+)?),\\s*((?:\\-?|\\+?)?\\d+(?:\\.\\d+)?)$/;/**\n * GOOGLE MAPS\n *\n * @framerIntrinsicWidth 600\n * @framerIntrinsicHeight 400\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function GoogleMaps({coordinates,zoom,style,...props}){const borderRadius=useRadius(props);const[latitude1,longitude1]=useMemo(()=>{var ref;const[,latitude,longitude]=(ref=coordinates.match(coordinatesRegex))!==null&&ref!==void 0?ref:[null,\"\",\"\",];return[latitude,longitude];},[coordinates]);return(/*#__PURE__*/ _jsx(motion.div,{style:{...style,...containerStyles,overflow:\"hidden\",borderRadius},...props,children:/*#__PURE__*/ _jsx(\"iframe\",{style:{height:\"100%\",width:\"100%\",border:0},src:`https://maps.google.com/maps?q=${latitude1},${longitude1}&z=${zoom}&output=embed`})}));};addPropertyControls(GoogleMaps,{coordinates:{type:ControlType.String,title:\"Coordinates\",placeholder:\"52.37588, 4.891295\",defaultValue:\"52.37588, 4.891295\",description:\"GPS coordinates can be found directly in [Google Maps](https://maps.google.com).\"},zoom:{type:ControlType.Number,step:1,min:0,max:25,title:\"Zoom\",defaultValue:15},...borderRadiusControl});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"GoogleMaps\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"600\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./GoogleMaps.map", "// Generated by Framer (e22b717)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import GoogleMaps from\"https://framerusercontent.com/modules/Hbc0lxqGSRzFG6uMT9yO/OPmIEDVRw3amYB3GBzWp/GoogleMaps.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/1JMiMdTRZISlpJ53qn3W/G1ONKztwFTJze7d56ojZ/jR7jJGjNG.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/tRn4iYdoG3LwZI3EB6wD/xNl27AEXymRuXnd8qqln/p2OppBZR1.js\";import FooterLink from\"https://framerusercontent.com/modules/m0LxC9ADbmTNKEGeN9sH/Id3v6Nprn31RdA8GBohM/ePPtr2FNL.js\";const FooterLinkFonts=getFonts(FooterLink);const GoogleMapsFonts=getFonts(GoogleMaps);const cycleOrder=[\"s0Rk7qn34\",\"BomVcLY61\",\"pt39Ud7NS\"];const serializationHash=\"framer-h9rTI\";const variantClassNames={BomVcLY61:\"framer-v-osjkfx\",pt39Ud7NS:\"framer-v-c9wk5\",s0Rk7qn34:\"framer-v-5kgy7u\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"s0Rk7qn34\",Mobile:\"pt39Ud7NS\",Tablet:\"BomVcLY61\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"s0Rk7qn34\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"s0Rk7qn34\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.footer,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-5kgy7u\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"s0Rk7qn34\",ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgb(1, 113, 187)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backdropFilter:\"blur(50px)\",backgroundColor:\"rgb(64, 64, 64)\",WebkitBackdropFilter:\"blur(50px)\",...style},...addPropertyOverrides({BomVcLY61:{\"data-framer-name\":\"Tablet\"},pt39Ud7NS:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qnptd9\",layoutDependency:layoutDependency,layoutId:\"LwZXdEc52\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ewk9bp\",\"data-framer-name\":\"Frame 31\",layoutDependency:layoutDependency,layoutId:\"b62NHDQM4\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"altotech-logo\",fit:\"fill\",intrinsicHeight:132.222225724915,intrinsicWidth:510.55556908065927,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+(((componentViewport?.height||364)-64-313)/2+0+0)+0+0+0),pixelHeight:1e3,pixelWidth:1e3,sizes:\"64px\",src:\"https://framerusercontent.com/images/8IUQIqcLli4ZYgmvVoBEhKycaGM.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/8IUQIqcLli4ZYgmvVoBEhKycaGM.png?scale-down-to=512 512w,https://framerusercontent.com/images/8IUQIqcLli4ZYgmvVoBEhKycaGM.png 1000w\"},className:\"framer-1abdx66\",\"data-framer-name\":\"logo_white_hor\",layoutDependency:layoutDependency,layoutId:\"NZt21cyQ8\",...addPropertyOverrides({BomVcLY61:{background:{alt:\"altotech-logo\",fit:\"fill\",intrinsicHeight:132.222225724915,intrinsicWidth:510.55556908065927,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+(((componentViewport?.height||346)-64-313)/2+0+0)+0+0+0),pixelHeight:1e3,pixelWidth:1e3,sizes:\"64px\",src:\"https://framerusercontent.com/images/8IUQIqcLli4ZYgmvVoBEhKycaGM.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/8IUQIqcLli4ZYgmvVoBEhKycaGM.png?scale-down-to=512 512w,https://framerusercontent.com/images/8IUQIqcLli4ZYgmvVoBEhKycaGM.png 1000w\"}},pt39Ud7NS:{background:{alt:\"altotech-logo\",fit:\"fill\",intrinsicHeight:132.222225724915,intrinsicWidth:510.55556908065927,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+(((componentViewport?.height||1239)-64-1308)/2+0+0)+0+0+0+0),pixelHeight:1e3,pixelWidth:1e3,sizes:\"64px\",src:\"https://framerusercontent.com/images/8IUQIqcLli4ZYgmvVoBEhKycaGM.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/8IUQIqcLli4ZYgmvVoBEhKycaGM.png?scale-down-to=512 512w,https://framerusercontent.com/images/8IUQIqcLli4ZYgmvVoBEhKycaGM.png 1000w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-50rsxc\",\"data-styles-preset\":\"jR7jJGjNG\",children:\"Drive sustainability & create net-zero economy\"})}),className:\"framer-n798cs\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TsPFtt1xC\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({pt39Ud7NS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-50rsxc\",\"data-styles-preset\":\"jR7jJGjNG\",style:{\"--framer-text-alignment\":\"center\"},children:\"Drive sustainability & create net-zero economy\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1soobfm\",layoutDependency:layoutDependency,layoutId:\"N1ZFcYIFj\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.holoniq.com/\",motionChild:true,nodeId:\"cxDHqLR4V\",openInNewTab:true,scopeId:\"pU48VAb7O\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"e-27-top-startup-badge\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+(((componentViewport?.height||364)-64-313)/2+0+0)+0+0+207+0),pixelHeight:504,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/GSA0raATj62opx3shGcx7QyBXgE.jpg\"},className:\"framer-1sbskeg framer-qdgmjd\",layoutDependency:layoutDependency,layoutId:\"cxDHqLR4V\",...addPropertyOverrides({BomVcLY61:{background:{alt:\"e-27-top-startup-badge\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+(((componentViewport?.height||346)-64-313)/2+0+0)+0+0+183+0),pixelHeight:504,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/GSA0raATj62opx3shGcx7QyBXgE.jpg\"}},pt39Ud7NS:{background:{alt:\"e-27-top-startup-badge\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+(((componentViewport?.height||1239)-64-1308)/2+0+0)+0+0+0+207+0),pixelHeight:504,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/GSA0raATj62opx3shGcx7QyBXgE.jpg\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(Link,{href:\"https://e27.co/\",motionChild:true,nodeId:\"BBTpEZ9iA\",scopeId:\"pU48VAb7O\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"e-27-top-startup-badge\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+(((componentViewport?.height||364)-64-313)/2+0+0)+0+0+207+0),pixelHeight:623,pixelWidth:491,positionX:\"center\",positionY:\"center\",sizes:\"60px\",src:\"https://framerusercontent.com/images/lzVSzyc5ovDkWdhZUDw8mwJaeiM.png\",srcSet:\"https://framerusercontent.com/images/lzVSzyc5ovDkWdhZUDw8mwJaeiM.png 491w\"},className:\"framer-1cd12d8 framer-qdgmjd\",layoutDependency:layoutDependency,layoutId:\"BBTpEZ9iA\",...addPropertyOverrides({BomVcLY61:{background:{alt:\"e-27-top-startup-badge\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+(((componentViewport?.height||346)-64-313)/2+0+0)+0+0+183+0),pixelHeight:623,pixelWidth:491,positionX:\"center\",positionY:\"center\",sizes:\"60px\",src:\"https://framerusercontent.com/images/lzVSzyc5ovDkWdhZUDw8mwJaeiM.png\",srcSet:\"https://framerusercontent.com/images/lzVSzyc5ovDkWdhZUDw8mwJaeiM.png 491w\"}},pt39Ud7NS:{background:{alt:\"e-27-top-startup-badge\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+(((componentViewport?.height||1239)-64-1308)/2+0+0)+0+0+0+207+0),pixelHeight:623,pixelWidth:491,positionX:\"center\",positionY:\"center\",sizes:\"60px\",src:\"https://framerusercontent.com/images/lzVSzyc5ovDkWdhZUDw8mwJaeiM.png\",srcSet:\"https://framerusercontent.com/images/lzVSzyc5ovDkWdhZUDw8mwJaeiM.png 491w\"}}},baseVariant,gestureVariant)})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uxc7wo\",\"data-framer-name\":\"About links\",layoutDependency:layoutDependency,layoutId:\"C0gRGz6fY\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15u2qjw\",\"data-styles-preset\":\"p2OppBZR1\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-958f4f2a-4b1f-40f8-82dc-0922c05b0ab3, rgb(255, 255, 255)))\"},children:\"Industries\"})}),className:\"framer-10p1jxg\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZxWnCy30R\",style:{\"--extracted-r6o4lv\":\"var(--token-958f4f2a-4b1f-40f8-82dc-0922c05b0ab3, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Ffs6c5jYk\"},implicitPathVariables:undefined},{href:{webPageId:\"Ffs6c5jYk\"},implicitPathVariables:undefined},{href:{webPageId:\"Ffs6c5jYk\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+40+(((componentViewport?.height||364)-64-313)/2+0+0)+0+0+42,...addPropertyOverrides({BomVcLY61:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||346)-64-313)/2+0+0)+0+0+40},pt39Ud7NS:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1239)-64-1308)/2+0+0)+0+625+0+40}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-t0c3j9-container\",layoutDependency:layoutDependency,layoutId:\"Muh3mUWtC-container\",nodeId:\"Muh3mUWtC\",rendersWithMotion:true,scopeId:\"pU48VAb7O\",children:/*#__PURE__*/_jsx(FooterLink,{height:\"100%\",id:\"Muh3mUWtC\",layoutId:\"Muh3mUWtC\",lBjUCWUiH:\"Hotel\",style:{height:\"100%\"},txkC8Eg66:resolvedLinks[0],width:\"100%\",...addPropertyOverrides({BomVcLY61:{txkC8Eg66:resolvedLinks[1]},pt39Ud7NS:{txkC8Eg66:resolvedLinks[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"zvhClRDGj\"},implicitPathVariables:undefined},{href:{webPageId:\"zvhClRDGj\"},implicitPathVariables:undefined},{href:{webPageId:\"zvhClRDGj\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+40+(((componentViewport?.height||364)-64-313)/2+0+0)+0+0+77,...addPropertyOverrides({BomVcLY61:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||346)-64-313)/2+0+0)+0+0+73},pt39Ud7NS:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1239)-64-1308)/2+0+0)+0+625+0+73}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1don5m9-container\",layoutDependency:layoutDependency,layoutId:\"LNWS1fCo9-container\",nodeId:\"LNWS1fCo9\",rendersWithMotion:true,scopeId:\"pU48VAb7O\",children:/*#__PURE__*/_jsx(FooterLink,{height:\"100%\",id:\"LNWS1fCo9\",layoutId:\"LNWS1fCo9\",lBjUCWUiH:\"Building\",style:{height:\"100%\"},txkC8Eg66:resolvedLinks1[0],width:\"100%\",...addPropertyOverrides({BomVcLY61:{txkC8Eg66:resolvedLinks1[1]},pt39Ud7NS:{txkC8Eg66:resolvedLinks1[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"XR2UIk18j\"},implicitPathVariables:undefined},{href:{webPageId:\"XR2UIk18j\"},implicitPathVariables:undefined},{href:{webPageId:\"XR2UIk18j\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+40+(((componentViewport?.height||364)-64-313)/2+0+0)+0+0+112,...addPropertyOverrides({BomVcLY61:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||346)-64-313)/2+0+0)+0+0+106},pt39Ud7NS:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1239)-64-1308)/2+0+0)+0+625+0+106}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-8cp944-container\",layoutDependency:layoutDependency,layoutId:\"KyeoncVRx-container\",nodeId:\"KyeoncVRx\",rendersWithMotion:true,scopeId:\"pU48VAb7O\",children:/*#__PURE__*/_jsx(FooterLink,{height:\"100%\",id:\"KyeoncVRx\",layoutId:\"KyeoncVRx\",lBjUCWUiH:\"Factory\",style:{height:\"100%\"},txkC8Eg66:resolvedLinks2[0],width:\"100%\",...addPropertyOverrides({BomVcLY61:{txkC8Eg66:resolvedLinks2[1]},pt39Ud7NS:{txkC8Eg66:resolvedLinks2[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"N5BZrccIG\"},implicitPathVariables:undefined},{href:{webPageId:\"N5BZrccIG\"},implicitPathVariables:undefined},{href:{webPageId:\"N5BZrccIG\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+40+(((componentViewport?.height||364)-64-313)/2+0+0)+0+0+147,...addPropertyOverrides({BomVcLY61:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||346)-64-313)/2+0+0)+0+0+139},pt39Ud7NS:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1239)-64-1308)/2+0+0)+0+625+0+139}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1jp6ez9-container\",layoutDependency:layoutDependency,layoutId:\"Z82pStP8g-container\",nodeId:\"Z82pStP8g\",rendersWithMotion:true,scopeId:\"pU48VAb7O\",children:/*#__PURE__*/_jsx(FooterLink,{height:\"100%\",id:\"Z82pStP8g\",layoutId:\"Z82pStP8g\",lBjUCWUiH:\"Hospital\",style:{height:\"100%\"},txkC8Eg66:resolvedLinks3[0],width:\"100%\",...addPropertyOverrides({BomVcLY61:{txkC8Eg66:resolvedLinks3[1]},pt39Ud7NS:{txkC8Eg66:resolvedLinks3[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ixx23Ae75\"},implicitPathVariables:undefined},{href:{webPageId:\"ixx23Ae75\"},implicitPathVariables:undefined},{href:{webPageId:\"ixx23Ae75\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+40+(((componentViewport?.height||364)-64-313)/2+0+0)+0+0+182,...addPropertyOverrides({BomVcLY61:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||346)-64-313)/2+0+0)+0+0+172},pt39Ud7NS:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1239)-64-1308)/2+0+0)+0+625+0+172}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-3cbkjm-container\",layoutDependency:layoutDependency,layoutId:\"myV04BVKf-container\",nodeId:\"myV04BVKf\",rendersWithMotion:true,scopeId:\"pU48VAb7O\",children:/*#__PURE__*/_jsx(FooterLink,{height:\"100%\",id:\"myV04BVKf\",layoutId:\"myV04BVKf\",lBjUCWUiH:\"Retail\",style:{height:\"100%\"},txkC8Eg66:resolvedLinks4[0],width:\"100%\",...addPropertyOverrides({BomVcLY61:{txkC8Eg66:resolvedLinks4[1]},pt39Ud7NS:{txkC8Eg66:resolvedLinks4[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ZQSBGMlQs\"},implicitPathVariables:undefined},{href:{webPageId:\"ZQSBGMlQs\"},implicitPathVariables:undefined},{href:{webPageId:\"ZQSBGMlQs\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+40+(((componentViewport?.height||364)-64-313)/2+0+0)+0+0+217,...addPropertyOverrides({BomVcLY61:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||346)-64-313)/2+0+0)+0+0+205},pt39Ud7NS:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1239)-64-1308)/2+0+0)+0+625+0+205}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-5yoyg2-container\",layoutDependency:layoutDependency,layoutId:\"xXymRX6KA-container\",nodeId:\"xXymRX6KA\",rendersWithMotion:true,scopeId:\"pU48VAb7O\",children:/*#__PURE__*/_jsx(FooterLink,{height:\"100%\",id:\"xXymRX6KA\",layoutId:\"xXymRX6KA\",lBjUCWUiH:\"Educational\",style:{height:\"100%\"},txkC8Eg66:resolvedLinks5[0],width:\"100%\",...addPropertyOverrides({BomVcLY61:{txkC8Eg66:resolvedLinks5[1]},pt39Ud7NS:{txkC8Eg66:resolvedLinks5[2]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yweveg\",\"data-framer-name\":\"About links\",layoutDependency:layoutDependency,layoutId:\"nbfpmmS_O\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15u2qjw\",\"data-styles-preset\":\"p2OppBZR1\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-958f4f2a-4b1f-40f8-82dc-0922c05b0ab3, rgb(255, 255, 255)))\"},children:\"Company\"})}),className:\"framer-1o7owmr\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ud6Vjh9nO\",style:{\"--extracted-r6o4lv\":\"var(--token-958f4f2a-4b1f-40f8-82dc-0922c05b0ab3, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Tn8pV9j7L\"},implicitPathVariables:undefined},{href:{webPageId:\"Tn8pV9j7L\"},implicitPathVariables:undefined},{href:{webPageId:\"Tn8pV9j7L\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+40+(((componentViewport?.height||364)-64-313)/2+0+0)+0+0+42,...addPropertyOverrides({BomVcLY61:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||346)-64-313)/2+0+0)+0+0+40},pt39Ud7NS:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1239)-64-1308)/2+0+0)+0+445+0+40}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-22gm2n-container\",layoutDependency:layoutDependency,layoutId:\"IPlSC5fg0-container\",nodeId:\"IPlSC5fg0\",rendersWithMotion:true,scopeId:\"pU48VAb7O\",children:/*#__PURE__*/_jsx(FooterLink,{height:\"100%\",id:\"IPlSC5fg0\",layoutId:\"IPlSC5fg0\",lBjUCWUiH:\"About Us\",style:{height:\"100%\"},txkC8Eg66:resolvedLinks6[0],width:\"100%\",...addPropertyOverrides({BomVcLY61:{txkC8Eg66:resolvedLinks6[1]},pt39Ud7NS:{txkC8Eg66:resolvedLinks6[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"f0fw4W_w0\"},implicitPathVariables:undefined},{href:{webPageId:\"f0fw4W_w0\"},implicitPathVariables:undefined},{href:{webPageId:\"f0fw4W_w0\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+40+(((componentViewport?.height||364)-64-313)/2+0+0)+0+0+77,...addPropertyOverrides({BomVcLY61:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||346)-64-313)/2+0+0)+0+0+73},pt39Ud7NS:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1239)-64-1308)/2+0+0)+0+445+0+73}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-6za526-container\",layoutDependency:layoutDependency,layoutId:\"lODz9j8_P-container\",nodeId:\"lODz9j8_P\",rendersWithMotion:true,scopeId:\"pU48VAb7O\",children:/*#__PURE__*/_jsx(FooterLink,{height:\"100%\",id:\"lODz9j8_P\",layoutId:\"lODz9j8_P\",lBjUCWUiH:\"Press & Media\",style:{height:\"100%\"},txkC8Eg66:resolvedLinks7[0],width:\"100%\",...addPropertyOverrides({BomVcLY61:{txkC8Eg66:resolvedLinks7[1]},pt39Ud7NS:{txkC8Eg66:resolvedLinks7[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"zHxh_oEMB\"},implicitPathVariables:undefined},{href:{webPageId:\"zHxh_oEMB\"},implicitPathVariables:undefined},{href:{webPageId:\"zHxh_oEMB\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+40+(((componentViewport?.height||364)-64-313)/2+0+0)+0+0+112,...addPropertyOverrides({BomVcLY61:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||346)-64-313)/2+0+0)+0+0+106},pt39Ud7NS:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1239)-64-1308)/2+0+0)+0+445+0+106}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17ylzcv-container\",layoutDependency:layoutDependency,layoutId:\"BkrJv1S1A-container\",nodeId:\"BkrJv1S1A\",rendersWithMotion:true,scopeId:\"pU48VAb7O\",children:/*#__PURE__*/_jsx(FooterLink,{height:\"100%\",id:\"BkrJv1S1A\",layoutId:\"BkrJv1S1A\",lBjUCWUiH:\"Our Products & Services\",style:{height:\"100%\"},txkC8Eg66:resolvedLinks8[0],width:\"100%\",...addPropertyOverrides({BomVcLY61:{lBjUCWUiH:\"Our Products\",txkC8Eg66:resolvedLinks8[1]},pt39Ud7NS:{txkC8Eg66:resolvedLinks8[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"UuKukS1Vy\"},implicitPathVariables:undefined},{href:{webPageId:\"UuKukS1Vy\"},implicitPathVariables:undefined},{href:{webPageId:\"UuKukS1Vy\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+40+(((componentViewport?.height||364)-64-313)/2+0+0)+0+0+147,...addPropertyOverrides({BomVcLY61:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||346)-64-313)/2+0+0)+0+0+139},pt39Ud7NS:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1239)-64-1308)/2+0+0)+0+445+0+139}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-gmxcxw-container\",layoutDependency:layoutDependency,layoutId:\"ZQCKRf73W-container\",nodeId:\"ZQCKRf73W\",rendersWithMotion:true,scopeId:\"pU48VAb7O\",children:/*#__PURE__*/_jsx(FooterLink,{height:\"100%\",id:\"ZQCKRf73W\",layoutId:\"ZQCKRf73W\",lBjUCWUiH:\"Alto Store\",style:{height:\"100%\"},txkC8Eg66:resolvedLinks9[0],width:\"100%\",...addPropertyOverrides({BomVcLY61:{txkC8Eg66:resolvedLinks9[1]},pt39Ud7NS:{txkC8Eg66:resolvedLinks9[2]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1h9i41x\",\"data-framer-name\":\"About links\",layoutDependency:layoutDependency,layoutId:\"hgphIG9iM\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-15u2qjw\",\"data-styles-preset\":\"p2OppBZR1\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-958f4f2a-4b1f-40f8-82dc-0922c05b0ab3, rgb(255, 255, 255)))\"},children:\"Contact Us\"})}),className:\"framer-1ymmxll\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PFa1Tl7ly\",style:{\"--extracted-r6o4lv\":\"var(--token-958f4f2a-4b1f-40f8-82dc-0922c05b0ab3, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+40+(((componentViewport?.height||364)-64-313)/2+0+0)+0+0+42,...addPropertyOverrides({BomVcLY61:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||346)-64-313)/2+0+0)+0+0+40},pt39Ud7NS:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1239)-64-1308)/2+0+0)+0+291+0+40}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-174ul89-container\",layoutDependency:layoutDependency,layoutId:\"lnwVtq4dM-container\",nodeId:\"lnwVtq4dM\",rendersWithMotion:true,scopeId:\"pU48VAb7O\",children:/*#__PURE__*/_jsx(FooterLink,{height:\"100%\",id:\"lnwVtq4dM\",layoutId:\"lnwVtq4dM\",lBjUCWUiH:\"sales@altotech.ai\",style:{height:\"100%\"},txkC8Eg66:\"mailto:sales@altotech.ai\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+40+(((componentViewport?.height||364)-64-313)/2+0+0)+0+0+77,...addPropertyOverrides({BomVcLY61:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||346)-64-313)/2+0+0)+0+0+73},pt39Ud7NS:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1239)-64-1308)/2+0+0)+0+291+0+73}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-163rp4u-container\",layoutDependency:layoutDependency,layoutId:\"uxEpeFcDh-container\",nodeId:\"uxEpeFcDh\",rendersWithMotion:true,scopeId:\"pU48VAb7O\",children:/*#__PURE__*/_jsx(FooterLink,{height:\"100%\",id:\"uxEpeFcDh\",layoutId:\"uxEpeFcDh\",lBjUCWUiH:\"+66 (0) 95 968 5970\",style:{height:\"100%\"},txkC8Eg66:\"tel:+660959685970\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-b0ph1k\",\"data-framer-name\":\"Socials\",layoutDependency:layoutDependency,layoutId:\"o_etUto45\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://liff.line.me/1645278921-kWRPP32q/?accountId=altotechglobal\",motionChild:true,nodeId:\"CfKNuhYOO\",openInNewTab:true,scopeId:\"pU48VAb7O\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"icon-line\",fit:\"fit\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+(((componentViewport?.height||364)-64-313)/2+0+0)+0+0+112+0),pixelHeight:24,pixelWidth:24,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/PxhWBLxPZGMzjIG6wFoP64bjBvs.png\"},className:\"framer-1f3u7le framer-qdgmjd\",\"data-framer-name\":\"facebook\",layoutDependency:layoutDependency,layoutId:\"CfKNuhYOO\",...addPropertyOverrides({BomVcLY61:{background:{alt:\"icon-line\",fit:\"fit\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+(((componentViewport?.height||346)-64-313)/2+0+0)+0+0+106+0),pixelHeight:24,pixelWidth:24,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/PxhWBLxPZGMzjIG6wFoP64bjBvs.png\"}},pt39Ud7NS:{background:{alt:\"icon-line\",fit:\"fit\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+(((componentViewport?.height||1239)-64-1308)/2+0+0)+0+291+0+106+0),pixelHeight:24,pixelWidth:24,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/PxhWBLxPZGMzjIG6wFoP64bjBvs.png\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.facebook.com/altotechAI/\",motionChild:true,nodeId:\"vLbaUBQoz\",scopeId:\"pU48VAb7O\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"icon-facebook\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+(((componentViewport?.height||364)-64-313)/2+0+0)+0+0+112+0),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/0Yi6vq9SE22m4neTsPfdmdFHoj0.svg\"},className:\"framer-rlnw0y framer-qdgmjd\",\"data-framer-name\":\"facebook\",layoutDependency:layoutDependency,layoutId:\"vLbaUBQoz\",...addPropertyOverrides({BomVcLY61:{background:{alt:\"icon-facebook\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+(((componentViewport?.height||346)-64-313)/2+0+0)+0+0+106+0),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/0Yi6vq9SE22m4neTsPfdmdFHoj0.svg\"}},pt39Ud7NS:{background:{alt:\"icon-facebook\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+(((componentViewport?.height||1239)-64-1308)/2+0+0)+0+291+0+106+0),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/0Yi6vq9SE22m4neTsPfdmdFHoj0.svg\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(Link,{href:\"https://th.linkedin.com/company/altotechai\",motionChild:true,nodeId:\"eFwShhtjI\",scopeId:\"pU48VAb7O\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"icon-linkedin\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+(((componentViewport?.height||364)-64-313)/2+0+0)+0+0+112+0),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/omnNcmTNtVP4pmBqihwhn1yWyZo.svg\"},className:\"framer-l0coxa framer-qdgmjd\",\"data-framer-name\":\"linkedin\",layoutDependency:layoutDependency,layoutId:\"eFwShhtjI\",...addPropertyOverrides({BomVcLY61:{background:{alt:\"icon-linkedin\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+(((componentViewport?.height||346)-64-313)/2+0+0)+0+0+106+0),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/omnNcmTNtVP4pmBqihwhn1yWyZo.svg\"}},pt39Ud7NS:{background:{alt:\"icon-linkedin\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+(((componentViewport?.height||1239)-64-1308)/2+0+0)+0+291+0+106+0),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/omnNcmTNtVP4pmBqihwhn1yWyZo.svg\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/channel/UChd0S1qH1IuBJ8YwSPRRG_g?app=desktop\",motionChild:true,nodeId:\"wA80ugvzg\",scopeId:\"pU48VAb7O\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"icon-youtube\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+(((componentViewport?.height||364)-64-313)/2+0+0)+0+0+112+0),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/cw1OtKw0BHxv4T9b3l7gJuFSOeo.svg\"},className:\"framer-2jmvv6 framer-qdgmjd\",\"data-framer-name\":\"youtube\",layoutDependency:layoutDependency,layoutId:\"wA80ugvzg\",...addPropertyOverrides({BomVcLY61:{background:{alt:\"icon-youtube\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+(((componentViewport?.height||346)-64-313)/2+0+0)+0+0+106+0),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/cw1OtKw0BHxv4T9b3l7gJuFSOeo.svg\"}},pt39Ud7NS:{background:{alt:\"icon-youtube\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+(((componentViewport?.height||1239)-64-1308)/2+0+0)+0+291+0+106+0),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/cw1OtKw0BHxv4T9b3l7gJuFSOeo.svg\"}}},baseVariant,gestureVariant)})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1546nay\",\"data-framer-name\":\"Address\",layoutDependency:layoutDependency,layoutId:\"zjZl9PDqW\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-rj7ek1-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"z06t3w9EY-container\",nodeId:\"z06t3w9EY\",rendersWithMotion:true,scopeId:\"pU48VAb7O\",children:/*#__PURE__*/_jsx(GoogleMaps,{borderRadius:5,bottomLeftRadius:5,bottomRightRadius:5,coordinates:\"13.743573329580439, 100.53351887480495\",height:\"100%\",id:\"z06t3w9EY\",isMixedBorderRadius:false,layoutId:\"z06t3w9EY\",style:{height:\"100%\",width:\"100%\"},topLeftRadius:5,topRightRadius:5,width:\"100%\",zoom:15})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-50rsxc\",\"data-styles-preset\":\"jR7jJGjNG\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-958f4f2a-4b1f-40f8-82dc-0922c05b0ab3, rgb(255, 255, 255)))\"},children:\"Ban Tad Thong, Wang Mai, Pathum Wan, Bangkok 10330\"})}),className:\"framer-g5vitb\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OoEA7nyok\",style:{\"--extracted-r6o4lv\":\"var(--token-958f4f2a-4b1f-40f8-82dc-0922c05b0ab3, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BomVcLY61:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-50rsxc\",\"data-styles-preset\":\"jR7jJGjNG\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-958f4f2a-4b1f-40f8-82dc-0922c05b0ab3, rgb(255, 255, 255)))\"},children:\"Ban Tad Thong, Wang Mai, Pathum Wan, Bangkok 10330\"})})},pt39Ud7NS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-50rsxc\",\"data-styles-preset\":\"jR7jJGjNG\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-958f4f2a-4b1f-40f8-82dc-0922c05b0ab3, rgb(255, 255, 255)))\"},children:\"Ban Tad Thong, Wang Mai, Pathum Wan, Bangkok 10330\"})})}},baseVariant,gestureVariant)})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pszd6\",\"data-framer-name\":\"About links\",layoutDependency:layoutDependency,layoutId:\"mRRMddlPw\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+40+(((componentViewport?.height||364)-64-313)/2+270+10)+16,...addPropertyOverrides({BomVcLY61:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||346)-64-313)/2+270+10)+16},pt39Ud7NS:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1239)-64-1308)/2+1191+10)+16+74}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-56htxe-container\",layoutDependency:layoutDependency,layoutId:\"tKfOeuuPC-container\",nodeId:\"tKfOeuuPC\",rendersWithMotion:true,scopeId:\"pU48VAb7O\",children:/*#__PURE__*/_jsx(FooterLink,{height:\"100%\",id:\"tKfOeuuPC\",layoutId:\"tKfOeuuPC\",lBjUCWUiH:\"Copyright \\xa9 2024 AltoTech (Thailand) Co.,Ltd.\",style:{height:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1oo1dbj\",layoutDependency:layoutDependency,layoutId:\"ntreP1aRH\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"zGZZfuZBY\"},implicitPathVariables:undefined},{href:{webPageId:\"zGZZfuZBY\"},implicitPathVariables:undefined},{href:{webPageId:\"zGZZfuZBY\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+40+(((componentViewport?.height||364)-64-313)/2+270+10)+16+0,...addPropertyOverrides({BomVcLY61:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||346)-64-313)/2+270+10)+16+0},pt39Ud7NS:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1239)-64-1308)/2+1191+10)+16+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16d89tq-container\",layoutDependency:layoutDependency,layoutId:\"fojrYfiAC-container\",nodeId:\"fojrYfiAC\",rendersWithMotion:true,scopeId:\"pU48VAb7O\",children:/*#__PURE__*/_jsx(FooterLink,{height:\"100%\",id:\"fojrYfiAC\",layoutId:\"fojrYfiAC\",lBjUCWUiH:\"Terms & Conditions\",style:{height:\"100%\"},txkC8Eg66:resolvedLinks10[0],width:\"100%\",...addPropertyOverrides({BomVcLY61:{txkC8Eg66:resolvedLinks10[1]},pt39Ud7NS:{txkC8Eg66:resolvedLinks10[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"mv6a0lqsv\"},implicitPathVariables:undefined},{href:{webPageId:\"mv6a0lqsv\"},implicitPathVariables:undefined},{href:{webPageId:\"mv6a0lqsv\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+40+(((componentViewport?.height||364)-64-313)/2+270+10)+16+0,...addPropertyOverrides({BomVcLY61:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||346)-64-313)/2+270+10)+16+0},pt39Ud7NS:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1239)-64-1308)/2+1191+10)+16+0+0+33}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-8il7fp-container\",layoutDependency:layoutDependency,layoutId:\"MoRZHNlt6-container\",nodeId:\"MoRZHNlt6\",rendersWithMotion:true,scopeId:\"pU48VAb7O\",children:/*#__PURE__*/_jsx(FooterLink,{height:\"100%\",id:\"MoRZHNlt6\",layoutId:\"MoRZHNlt6\",lBjUCWUiH:\"Privacy Policy\",style:{height:\"100%\"},txkC8Eg66:resolvedLinks11[0],width:\"100%\",...addPropertyOverrides({BomVcLY61:{txkC8Eg66:resolvedLinks11[1]},pt39Ud7NS:{txkC8Eg66:resolvedLinks11[2]}},baseVariant,gestureVariant)})})})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-h9rTI.framer-qdgmjd, .framer-h9rTI .framer-qdgmjd { display: block; }\",\".framer-h9rTI.framer-5kgy7u { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 0px 24px 0px; position: relative; width: 1200px; }\",\".framer-h9rTI .framer-1qnptd9 { align-content: flex-start; align-items: flex-start; aspect-ratio: 4.888888888888889 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: var(--framer-aspect-ratio-supported, 257px); justify-content: space-between; max-width: 1400px; overflow: visible; padding: 0px 0px 16px 0px; position: relative; width: 95%; }\",\".framer-h9rTI .framer-1ewk9bp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 100%; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-h9rTI .framer-1abdx66 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); overflow: visible; position: relative; width: 64px; }\",\".framer-h9rTI .framer-n798cs { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 193px; word-break: break-word; word-wrap: break-word; }\",\".framer-h9rTI .framer-1soobfm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-h9rTI .framer-1sbskeg, .framer-h9rTI .framer-1cd12d8 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 60px); position: relative; text-decoration: none; width: 60px; }\",\".framer-h9rTI .framer-1uxc7wo, .framer-h9rTI .framer-1yweveg, .framer-h9rTI .framer-1h9i41x { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-h9rTI .framer-10p1jxg, .framer-h9rTI .framer-1o7owmr, .framer-h9rTI .framer-1ymmxll { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-h9rTI .framer-t0c3j9-container, .framer-h9rTI .framer-1don5m9-container, .framer-h9rTI .framer-8cp944-container, .framer-h9rTI .framer-1jp6ez9-container, .framer-h9rTI .framer-3cbkjm-container, .framer-h9rTI .framer-5yoyg2-container, .framer-h9rTI .framer-22gm2n-container, .framer-h9rTI .framer-6za526-container, .framer-h9rTI .framer-17ylzcv-container, .framer-h9rTI .framer-gmxcxw-container, .framer-h9rTI .framer-174ul89-container, .framer-h9rTI .framer-163rp4u-container, .framer-h9rTI .framer-56htxe-container, .framer-h9rTI .framer-16d89tq-container, .framer-h9rTI .framer-8il7fp-container { flex: none; height: 17px; position: relative; width: auto; }\",\".framer-h9rTI .framer-b0ph1k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-h9rTI .framer-1f3u7le, .framer-h9rTI .framer-rlnw0y, .framer-h9rTI .framer-l0coxa, .framer-h9rTI .framer-2jmvv6 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; text-decoration: none; width: 24px; }\",\".framer-h9rTI .framer-1546nay { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-h9rTI .framer-rj7ek1-container { aspect-ratio: 1.5 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 193px); position: relative; width: 289px; }\",\".framer-h9rTI .framer-g5vitb { align-self: stretch; flex: none; height: auto; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-h9rTI .framer-1pszd6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1400px; overflow: visible; padding: 16px 0px 0px 0px; position: relative; width: 95%; }\",\".framer-h9rTI .framer-1oo1dbj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 34px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-h9rTI.framer-5kgy7u, .framer-h9rTI .framer-1ewk9bp, .framer-h9rTI .framer-1soobfm, .framer-h9rTI .framer-1uxc7wo, .framer-h9rTI .framer-1yweveg, .framer-h9rTI .framer-1h9i41x, .framer-h9rTI .framer-b0ph1k, .framer-h9rTI .framer-1546nay, .framer-h9rTI .framer-1oo1dbj { gap: 0px; } .framer-h9rTI.framer-5kgy7u > *, .framer-h9rTI .framer-1546nay > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-h9rTI.framer-5kgy7u > :first-child, .framer-h9rTI .framer-1ewk9bp > :first-child, .framer-h9rTI .framer-1uxc7wo > :first-child, .framer-h9rTI .framer-1yweveg > :first-child, .framer-h9rTI .framer-1h9i41x > :first-child, .framer-h9rTI .framer-1546nay > :first-child { margin-top: 0px; } .framer-h9rTI.framer-5kgy7u > :last-child, .framer-h9rTI .framer-1ewk9bp > :last-child, .framer-h9rTI .framer-1uxc7wo > :last-child, .framer-h9rTI .framer-1yweveg > :last-child, .framer-h9rTI .framer-1h9i41x > :last-child, .framer-h9rTI .framer-1546nay > :last-child { margin-bottom: 0px; } .framer-h9rTI .framer-1ewk9bp > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-h9rTI .framer-1soobfm > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-h9rTI .framer-1soobfm > :first-child, .framer-h9rTI .framer-b0ph1k > :first-child, .framer-h9rTI .framer-1oo1dbj > :first-child { margin-left: 0px; } .framer-h9rTI .framer-1soobfm > :last-child, .framer-h9rTI .framer-b0ph1k > :last-child, .framer-h9rTI .framer-1oo1dbj > :last-child { margin-right: 0px; } .framer-h9rTI .framer-1uxc7wo > *, .framer-h9rTI .framer-1yweveg > *, .framer-h9rTI .framer-1h9i41x > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-h9rTI .framer-b0ph1k > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-h9rTI .framer-1oo1dbj > * { margin: 0px; margin-left: calc(34px / 2); margin-right: calc(34px / 2); } }\",\".framer-h9rTI.framer-v-osjkfx.framer-5kgy7u { width: 810px; }\",\".framer-h9rTI.framer-v-osjkfx .framer-1qnptd9 { height: var(--framer-aspect-ratio-supported, 239px); order: 0; }\",\".framer-h9rTI.framer-v-osjkfx .framer-1ewk9bp { gap: 12px; order: 0; }\",\".framer-h9rTI.framer-v-osjkfx .framer-n798cs { align-self: stretch; width: auto; }\",\".framer-h9rTI.framer-v-osjkfx .framer-1uxc7wo { gap: 16px; order: 3; }\",\".framer-h9rTI.framer-v-osjkfx .framer-1yweveg { gap: 16px; order: 2; }\",\".framer-h9rTI.framer-v-osjkfx .framer-1h9i41x { gap: 16px; order: 1; }\",\".framer-h9rTI.framer-v-osjkfx .framer-1546nay { gap: 16px; order: 4; }\",\".framer-h9rTI.framer-v-osjkfx .framer-rj7ek1-container { height: var(--framer-aspect-ratio-supported, 150px); width: 160px; }\",\".framer-h9rTI.framer-v-osjkfx .framer-1pszd6 { align-content: center; align-items: center; order: 1; }\",\".framer-h9rTI.framer-v-osjkfx .framer-56htxe-container, .framer-h9rTI.framer-v-c9wk5 .framer-56htxe-container { order: 1; }\",\".framer-h9rTI.framer-v-osjkfx .framer-1oo1dbj { gap: 16px; order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-h9rTI.framer-v-osjkfx .framer-1ewk9bp, .framer-h9rTI.framer-v-osjkfx .framer-1uxc7wo, .framer-h9rTI.framer-v-osjkfx .framer-1yweveg, .framer-h9rTI.framer-v-osjkfx .framer-1h9i41x, .framer-h9rTI.framer-v-osjkfx .framer-1546nay, .framer-h9rTI.framer-v-osjkfx .framer-1oo1dbj { gap: 0px; } .framer-h9rTI.framer-v-osjkfx .framer-1ewk9bp > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-h9rTI.framer-v-osjkfx .framer-1ewk9bp > :first-child, .framer-h9rTI.framer-v-osjkfx .framer-1uxc7wo > :first-child, .framer-h9rTI.framer-v-osjkfx .framer-1yweveg > :first-child, .framer-h9rTI.framer-v-osjkfx .framer-1h9i41x > :first-child, .framer-h9rTI.framer-v-osjkfx .framer-1546nay > :first-child { margin-top: 0px; } .framer-h9rTI.framer-v-osjkfx .framer-1ewk9bp > :last-child, .framer-h9rTI.framer-v-osjkfx .framer-1uxc7wo > :last-child, .framer-h9rTI.framer-v-osjkfx .framer-1yweveg > :last-child, .framer-h9rTI.framer-v-osjkfx .framer-1h9i41x > :last-child, .framer-h9rTI.framer-v-osjkfx .framer-1546nay > :last-child { margin-bottom: 0px; } .framer-h9rTI.framer-v-osjkfx .framer-1uxc7wo > *, .framer-h9rTI.framer-v-osjkfx .framer-1yweveg > *, .framer-h9rTI.framer-v-osjkfx .framer-1h9i41x > *, .framer-h9rTI.framer-v-osjkfx .framer-1546nay > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-h9rTI.framer-v-osjkfx .framer-1oo1dbj > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-h9rTI.framer-v-osjkfx .framer-1oo1dbj > :first-child { margin-left: 0px; } .framer-h9rTI.framer-v-osjkfx .framer-1oo1dbj > :last-child { margin-right: 0px; } }\",\".framer-h9rTI.framer-v-c9wk5.framer-5kgy7u { padding: 40px 16px 24px 16px; width: 390px; }\",\".framer-h9rTI.framer-v-c9wk5 .framer-1qnptd9 { aspect-ratio: unset; flex-direction: column; gap: 24px; height: min-content; justify-content: flex-start; order: 0; width: 100%; }\",\".framer-h9rTI.framer-v-c9wk5 .framer-1ewk9bp { align-content: center; align-items: center; height: min-content; justify-content: center; order: 0; width: 100%; }\",\".framer-h9rTI.framer-v-c9wk5 .framer-n798cs { width: 100%; }\",\".framer-h9rTI.framer-v-c9wk5 .framer-1uxc7wo { align-content: center; align-items: center; gap: 16px; order: 3; width: 100%; }\",\".framer-h9rTI.framer-v-c9wk5 .framer-1yweveg { align-content: center; align-items: center; gap: 16px; order: 2; width: 100%; }\",\".framer-h9rTI.framer-v-c9wk5 .framer-1h9i41x { align-content: center; align-items: center; gap: 16px; order: 1; width: 100%; }\",\".framer-h9rTI.framer-v-c9wk5 .framer-1546nay { gap: 16px; order: 4; width: 100%; }\",\".framer-h9rTI.framer-v-c9wk5 .framer-g5vitb { align-self: unset; width: 100%; }\",\".framer-h9rTI.framer-v-c9wk5 .framer-1pszd6 { align-content: center; align-items: center; flex-direction: column; gap: 24px; justify-content: flex-start; order: 1; }\",\".framer-h9rTI.framer-v-c9wk5 .framer-1oo1dbj { flex-direction: column; gap: 16px; order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-h9rTI.framer-v-c9wk5 .framer-1qnptd9, .framer-h9rTI.framer-v-c9wk5 .framer-1uxc7wo, .framer-h9rTI.framer-v-c9wk5 .framer-1yweveg, .framer-h9rTI.framer-v-c9wk5 .framer-1h9i41x, .framer-h9rTI.framer-v-c9wk5 .framer-1546nay, .framer-h9rTI.framer-v-c9wk5 .framer-1pszd6, .framer-h9rTI.framer-v-c9wk5 .framer-1oo1dbj { gap: 0px; } .framer-h9rTI.framer-v-c9wk5 .framer-1qnptd9 > *, .framer-h9rTI.framer-v-c9wk5 .framer-1pszd6 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-h9rTI.framer-v-c9wk5 .framer-1qnptd9 > :first-child, .framer-h9rTI.framer-v-c9wk5 .framer-1uxc7wo > :first-child, .framer-h9rTI.framer-v-c9wk5 .framer-1yweveg > :first-child, .framer-h9rTI.framer-v-c9wk5 .framer-1h9i41x > :first-child, .framer-h9rTI.framer-v-c9wk5 .framer-1546nay > :first-child, .framer-h9rTI.framer-v-c9wk5 .framer-1pszd6 > :first-child, .framer-h9rTI.framer-v-c9wk5 .framer-1oo1dbj > :first-child { margin-top: 0px; } .framer-h9rTI.framer-v-c9wk5 .framer-1qnptd9 > :last-child, .framer-h9rTI.framer-v-c9wk5 .framer-1uxc7wo > :last-child, .framer-h9rTI.framer-v-c9wk5 .framer-1yweveg > :last-child, .framer-h9rTI.framer-v-c9wk5 .framer-1h9i41x > :last-child, .framer-h9rTI.framer-v-c9wk5 .framer-1546nay > :last-child, .framer-h9rTI.framer-v-c9wk5 .framer-1pszd6 > :last-child, .framer-h9rTI.framer-v-c9wk5 .framer-1oo1dbj > :last-child { margin-bottom: 0px; } .framer-h9rTI.framer-v-c9wk5 .framer-1uxc7wo > *, .framer-h9rTI.framer-v-c9wk5 .framer-1yweveg > *, .framer-h9rTI.framer-v-c9wk5 .framer-1h9i41x > *, .framer-h9rTI.framer-v-c9wk5 .framer-1546nay > *, .framer-h9rTI.framer-v-c9wk5 .framer-1oo1dbj > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-h9rTI[data-border=\"true\"]::after, .framer-h9rTI [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 364\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"BomVcLY61\":{\"layout\":[\"fixed\",\"auto\"]},\"pt39Ud7NS\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerpU48VAb7O=withCSS(Component,css,\"framer-h9rTI\");export default FramerpU48VAb7O;FramerpU48VAb7O.displayName=\"Footer\";FramerpU48VAb7O.defaultProps={height:364,width:1200};addPropertyControls(FramerpU48VAb7O,{variant:{options:[\"s0Rk7qn34\",\"BomVcLY61\",\"pt39Ud7NS\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerpU48VAb7O,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...FooterLinkFonts,...GoogleMapsFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerpU48VAb7O\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"364\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BomVcLY61\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pt39Ud7NS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "let r;var s=o=>{if(!r){const n=o.forwardRef(({color:t=\"currentColor\",size:e=24,...i},l)=>o.createElement(\"svg\",{ref:l,xmlns:\"http://www.w3.org/2000/svg\",width:e,height:e,viewBox:\"0 0 24 24\",fill:\"none\",stroke:t,strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\",...i},o.createElement(\"path\",{d:\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"}),o.createElement(\"polyline\",{points:\"9 22 9 12 15 12 15 22\"})));n.displayName=\"Home\",r=n}return r};export{s as default};\n", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/feather-icons/home.js@0.0.29\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"activity\",\"airplay\",\"alert-circle\",\"alert-octagon\",\"alert-triangle\",\"align-center\",\"align-justify\",\"align-left\",\"align-right\",\"anchor\",\"aperture\",\"archive\",\"arrow-down\",\"arrow-down-circle\",\"arrow-down-left\",\"arrow-down-right\",\"arrow-left\",\"arrow-left-circle\",\"arrow-right\",\"arrow-right-circle\",\"arrow-up\",\"arrow-up-circle\",\"arrow-up-left\",\"arrow-up-right\",\"at-sign\",\"award\",\"bar-chart\",\"bar-chart-2\",\"battery\",\"battery-charging\",\"bell\",\"bell-off\",\"bluetooth\",\"bold\",\"book\",\"book-open\",\"bookmark\",\"box\",\"briefcase\",\"calendar\",\"camera\",\"camera-off\",\"cast\",\"check\",\"check-circle\",\"check-square\",\"chevron-down\",\"chevron-left\",\"chevron-right\",\"chevron-up\",\"chevrons-down\",\"chevrons-left\",\"chevrons-right\",\"chevrons-up\",\"chrome\",\"circle\",\"clipboard\",\"clock\",\"cloud\",\"cloud-drizzle\",\"cloud-lightning\",\"cloud-off\",\"cloud-rain\",\"cloud-snow\",\"code\",\"codepen\",\"codesandbox\",\"coffee\",\"columns\",\"command\",\"compass\",\"copy\",\"corner-down-left\",\"corner-down-right\",\"corner-left-down\",\"corner-left-up\",\"corner-right-down\",\"corner-right-up\",\"corner-up-left\",\"corner-up-right\",\"cpu\",\"credit-card\",\"crop\",\"crosshair\",\"database\",\"delete\",\"disc\",\"divide\",\"divide-circle\",\"divide-square\",\"dollar-sign\",\"download\",\"download-cloud\",\"dribbble\",\"droplet\",\"edit\",\"edit-2\",\"edit-3\",\"external-link\",\"eye\",\"eye-off\",\"facebook\",\"fast-forward\",\"feather\",\"figma\",\"file\",\"file-minus\",\"file-plus\",\"file-text\",\"film\",\"filter\",\"flag\",\"folder\",\"folder-minus\",\"folder-plus\",\"framer\",\"frown\",\"gift\",\"git-branch\",\"git-commit\",\"git-merge\",\"git-pull-request\",\"github\",\"gitlab\",\"globe\",\"grid\",\"hard-drive\",\"hash\",\"headphones\",\"heart\",\"help-circle\",\"hexagon\",\"home\",\"image\",\"inbox\",\"info\",\"instagram\",\"italic\",\"key\",\"layers\",\"layout\",\"life-buoy\",\"link\",\"link-2\",\"linkedin\",\"list\",\"loader\",\"lock\",\"log-in\",\"log-out\",\"mail\",\"map\",\"map-pin\",\"maximize\",\"maximize-2\",\"meh\",\"menu\",\"message-circle\",\"message-square\",\"mic\",\"mic-off\",\"minimize\",\"minimize-2\",\"minus\",\"minus-circle\",\"minus-square\",\"monitor\",\"moon\",\"more-horizontal\",\"more-vertical\",\"mouse-pointer\",\"move\",\"music\",\"navigation\",\"navigation-2\",\"octagon\",\"package\",\"paperclip\",\"pause\",\"pause-circle\",\"pen-tool\",\"percent\",\"phone\",\"phone-call\",\"phone-forwarded\",\"phone-incoming\",\"phone-missed\",\"phone-off\",\"phone-outgoing\",\"pie-chart\",\"play\",\"play-circle\",\"plus\",\"plus-circle\",\"plus-square\",\"pocket\",\"power\",\"printer\",\"radio\",\"refresh-ccw\",\"refresh-cw\",\"repeat\",\"rewind\",\"rotate-ccw\",\"rotate-cw\",\"rss\",\"save\",\"scissors\",\"search\",\"send\",\"server\",\"settings\",\"share\",\"share-2\",\"shield\",\"shield-off\",\"shopping-bag\",\"shopping-cart\",\"shuffle\",\"sidebar\",\"skip-back\",\"skip-forward\",\"slack\",\"slash\",\"sliders\",\"smartphone\",\"smile\",\"speaker\",\"square\",\"star\",\"stop-circle\",\"sun\",\"sunrise\",\"sunset\",\"tablet\",\"tag\",\"target\",\"terminal\",\"thermometer\",\"thumbs-down\",\"thumbs-up\",\"toggle-left\",\"toggle-right\",\"tool\",\"trash\",\"trash-2\",\"trello\",\"trending-down\",\"trending-up\",\"triangle\",\"truck\",\"tv\",\"twitch\",\"twitter\",\"type\",\"umbrella\",\"underline\",\"unlock\",\"upload\",\"upload-cloud\",\"user\",\"user-check\",\"user-minus\",\"user-plus\",\"user-x\",\"users\",\"video\",\"video-off\",\"voicemail\",\"volume\",\"volume-1\",\"volume-2\",\"volume-x\",\"watch\",\"wifi\",\"wifi-off\",\"wind\",\"x\",\"x-circle\",\"x-octagon\",\"x-square\",\"youtube\",\"zap\",\"zap-off\",\"zoom-in\",\"zoom-out\",];const moduleBaseUrl=\"https://framer.com/m/feather-icons/\";const uppercaseIconKeys=iconKeys.map(name=>name.charAt(0).toUpperCase()+name.slice(1));const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * FEATHER\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){let active=true;// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.29`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);// console.log(module.default)\nif(active)setSelectedIcon(module.default(React));}catch(e){console.log(e);if(active)setSelectedIcon(null);}return()=>{active=false;};}// Import module when new style or icon is selected\nuseEffect(()=>{importModule();},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(SelectedIcon,{style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Feather\";Icon.defaultProps={width:24,height:24,iconSelection:\"home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,optionTitles:uppercaseIconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Feather site](https://feathericons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Feather.map", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-BeIIt .framer-styles-preset-1y6hx4h:not(.rich-text-wrapper), .framer-BeIIt .framer-styles-preset-1y6hx4h.rich-text-wrapper a { --framer-link-current-text-color: var(--token-f5435302-47bd-4cdc-9a32-77e8d7abb5b5, #fced22) /* {\"name\":\"Yellow Alto\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-9ae07a58-09c2-4d0f-b7ae-c65e8018b097, #28a9e0) /* {\"name\":\"Light Blue Alto\"} */; --framer-link-text-color: #ffffff; --framer-link-text-decoration: none; }'];export const className=\"framer-BeIIt\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b0998f3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={h4r5s3gPQ:{hover:true,pressed:true},zqGoEXRDU:{hover:true,pressed:true}};const cycleOrder=[\"h4r5s3gPQ\",\"zqGoEXRDU\"];const serializationHash=\"framer-pZKNp\";const variantClassNames={h4r5s3gPQ:\"framer-v-i0euch\",zqGoEXRDU:\"framer-v-3kto73\"};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\":\"h4r5s3gPQ\",\"Variant 2\":\"zqGoEXRDU\"};const getProps=({description,height,id,link,title,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,crXWZiOOR:link!==null&&link!==void 0?link:props.crXWZiOOR,gRbkbOJzG:(_ref=description!==null&&description!==void 0?description:props.gRbkbOJzG)!==null&&_ref!==void 0?_ref:\"Description\",szkc3tgvD:(_ref1=title!==null&&title!==void 0?title:props.szkc3tgvD)!==null&&_ref1!==void 0?_ref1:\"Tab Name\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"h4r5s3gPQ\"};};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,crXWZiOOR,szkc3tgvD,gRbkbOJzG,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"h4r5s3gPQ\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"zqGoEXRDU-hover\",\"zqGoEXRDU-pressed\"].includes(gestureVariant))return true;if(baseVariant===\"zqGoEXRDU\")return true;return false;};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:crXWZiOOR,nodeId:\"h4r5s3gPQ\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-i0euch\",className,classNames)} framer-mo2arf`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"h4r5s3gPQ\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4,...style},variants:{\"h4r5s3gPQ-hover\":{backgroundColor:\"var(--token-f44ebec0-d4cf-46c3-a142-dd8bb6eccb5d, rgba(1, 113, 187, 0.2))\"},\"h4r5s3gPQ-pressed\":{backgroundColor:\"var(--token-f44ebec0-d4cf-46c3-a142-dd8bb6eccb5d, rgba(1, 113, 187, 0.2))\"},\"zqGoEXRDU-hover\":{backgroundColor:\"var(--token-f44ebec0-d4cf-46c3-a142-dd8bb6eccb5d, rgba(1, 113, 187, 0.2))\"},\"zqGoEXRDU-pressed\":{backgroundColor:\"var(--token-f44ebec0-d4cf-46c3-a142-dd8bb6eccb5d, rgba(1, 113, 187, 0.2))\"}},...addPropertyOverrides({\"h4r5s3gPQ-hover\":{\"data-framer-name\":undefined},\"h4r5s3gPQ-pressed\":{\"data-framer-name\":undefined},\"zqGoEXRDU-hover\":{\"data-framer-name\":undefined},\"zqGoEXRDU-pressed\":{\"data-framer-name\":undefined},zqGoEXRDU:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-iawzwk\",layoutDependency:layoutDependency,layoutId:\"urP7Fdh9W\",children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-958f4f2a-4b1f-40f8-82dc-0922c05b0ab3, rgb(255, 255, 255)))\"},children:\"Description\"})}),className:\"framer-j1450v\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"Sj29cXZ2c\",style:{\"--extracted-r6o4lv\":\"var(--token-958f4f2a-4b1f-40f8-82dc-0922c05b0ab3, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:gRbkbOJzG,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-958f4f2a-4b1f-40f8-82dc-0922c05b0ab3, rgb(255, 255, 255)))\"},children:\"Tab Name\"})}),className:\"framer-11023a7\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"aCVrtcW2r\",style:{\"--extracted-r6o4lv\":\"var(--token-958f4f2a-4b1f-40f8-82dc-0922c05b0ab3, rgb(255, 255, 255))\"},text:szkc3tgvD,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({zqGoEXRDU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-958f4f2a-4b1f-40f8-82dc-0922c05b0ab3, rgb(255, 255, 255)))\"},children:\"Tab Name\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-18kpc9k\",layoutDependency:layoutDependency,layoutId:\"ftKyno2md\",style:{backgroundColor:\"var(--token-bf680d2f-0dc7-4bae-9031-915b6fbed922, rgba(40, 169, 224, 0.3))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},variants:{\"h4r5s3gPQ-hover\":{backgroundColor:\"var(--token-9ae07a58-09c2-4d0f-b7ae-c65e8018b097, rgb(40, 169, 224))\"},\"h4r5s3gPQ-pressed\":{backgroundColor:\"var(--token-9ae07a58-09c2-4d0f-b7ae-c65e8018b097, rgb(40, 169, 224))\"}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(3+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||26)-6-20)/2)+4),src:\"https://framerusercontent.com/images/T3Mi2YXQ436A7Fc6wBhVPBtTA.png\"},className:\"framer-13xofpq\",layoutDependency:layoutDependency,layoutId:\"O2XE1sT8h\",...addPropertyOverrides({zqGoEXRDU:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+3+4),src:\"https://framerusercontent.com/images/T3Mi2YXQ436A7Fc6wBhVPBtTA.png\"}}},baseVariant,gestureVariant)})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pZKNp.framer-mo2arf, .framer-pZKNp .framer-mo2arf { display: block; }\",\".framer-pZKNp.framer-i0euch { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; min-width: 120px; overflow: visible; padding: 3px 4px 3px 4px; position: relative; text-decoration: none; width: min-content; }\",\".framer-pZKNp .framer-iawzwk { 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-pZKNp .framer-j1450v { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-pZKNp .framer-11023a7 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-pZKNp .framer-18kpc9k { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 20px); justify-content: center; overflow: visible; padding: 4px; position: relative; width: 20px; }\",\".framer-pZKNp .framer-13xofpq { aspect-ratio: 1 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 12px); overflow: visible; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pZKNp .framer-iawzwk, .framer-pZKNp .framer-18kpc9k { gap: 0px; } .framer-pZKNp .framer-iawzwk > *, .framer-pZKNp .framer-18kpc9k > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-pZKNp .framer-iawzwk > :first-child, .framer-pZKNp .framer-18kpc9k > :first-child { margin-left: 0px; } .framer-pZKNp .framer-iawzwk > :last-child, .framer-pZKNp .framer-18kpc9k > :last-child { margin-right: 0px; } }\",\".framer-pZKNp.framer-v-3kto73.framer-i0euch { align-content: flex-start; align-items: flex-start; }\",\".framer-pZKNp.framer-v-3kto73 .framer-iawzwk { align-content: flex-start; align-items: flex-start; flex: 1 0 0px; flex-direction: column; gap: 4px; width: 1px; }\",\".framer-pZKNp.framer-v-3kto73 .framer-j1450v { flex: none; order: 1; width: 100%; }\",\".framer-pZKNp.framer-v-3kto73 .framer-11023a7 { order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pZKNp.framer-v-3kto73 .framer-iawzwk { gap: 0px; } .framer-pZKNp.framer-v-3kto73 .framer-iawzwk > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-pZKNp.framer-v-3kto73 .framer-iawzwk > :first-child { margin-top: 0px; } .framer-pZKNp.framer-v-3kto73 .framer-iawzwk > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 26\n * @framerIntrinsicWidth 120\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"120px\",null,null,null]},\"zqGoEXRDU\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"120px\",null,null,null]},\"Pq9OdxGqt\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"120px\",null,null,null]},\"FBbzvDlNs\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"120px\",null,null,null]},\"rOsMudE8x\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"120px\",null,null,null]},\"qtRWAUPQ3\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"120px\",null,null,null]}}}\n * @framerVariables {\"crXWZiOOR\":\"link\",\"szkc3tgvD\":\"title\",\"gRbkbOJzG\":\"description\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerJGntlQWXB=withCSS(Component,css,\"framer-pZKNp\");export default FramerJGntlQWXB;FramerJGntlQWXB.displayName=\"Nav Bar Dropdown - Menu Item\";FramerJGntlQWXB.defaultProps={height:26,width:120};addPropertyControls(FramerJGntlQWXB,{variant:{options:[\"h4r5s3gPQ\",\"zqGoEXRDU\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},crXWZiOOR:{title:\"Link\",type:ControlType.Link},szkc3tgvD:{defaultValue:\"Tab Name\",displayTextArea:false,title:\"Title\",type:ControlType.String},gRbkbOJzG:{defaultValue:\"Description\",placeholder:\"Description\",title:\"Description\",type:ControlType.String}});addFonts(FramerJGntlQWXB,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJGntlQWXB\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"120px\\\",null,null,null]},\\\"zqGoEXRDU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"120px\\\",null,null,null]},\\\"Pq9OdxGqt\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"120px\\\",null,null,null]},\\\"FBbzvDlNs\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"120px\\\",null,null,null]},\\\"rOsMudE8x\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"120px\\\",null,null,null]},\\\"qtRWAUPQ3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"120px\\\",null,null,null]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"26\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"120\",\"framerVariables\":\"{\\\"crXWZiOOR\\\":\\\"link\\\",\\\"szkc3tgvD\\\":\\\"title\\\",\\\"gRbkbOJzG\\\":\\\"description\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./JGntlQWXB.map", "// Generated by Framer (013b13c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/a9yvNWtaTwHDTammb4ID/5OC9UNk7Uki1KDKTUOXI/KjEL69wIH.js\";import NavBarDropdownMenuItem from\"https://framerusercontent.com/modules/KCtI0Vbwb28dJA8w0Ruq/lgu0fmlsqiuX0piZGJmw/JGntlQWXB.js\";import Button from\"https://framerusercontent.com/modules/tOyS37EUUKBiXNfLYRAo/368ZjrfEsrBQk3GM7BrM/ne0JdPEd6.js\";const FeatherFonts=getFonts(Feather);const NavBarDropdownMenuItemFonts=getFonts(NavBarDropdownMenuItem);const ButtonFonts=getFonts(Button);const cycleOrder=[\"rKKLUtGBL\",\"GmKiAtzQH\",\"peAB7QmD9\",\"YevCpwGm8\",\"E0r3FqikN\",\"tSKEezAay\",\"lmjyx8QTj\",\"icblux8DY\",\"dDHNISj5V\"];const serializationHash=\"framer-gAQmt\";const variantClassNames={dDHNISj5V:\"framer-v-m827uy\",E0r3FqikN:\"framer-v-nlktez\",GmKiAtzQH:\"framer-v-1wsjqtr\",icblux8DY:\"framer-v-shq6ry\",lmjyx8QTj:\"framer-v-21w71j\",peAB7QmD9:\"framer-v-1bsuikn\",rKKLUtGBL:\"framer-v-ypn7ej\",tSKEezAay:\"framer-v-15qix80\",YevCpwGm8:\"framer-v-17h3d5t\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={duration:0,type:\"tween\"};const transition3={delay:0,duration:.4,ease:[.02,-.43,1,.29],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={\"Desktop (Industries Open)\":\"dDHNISj5V\",\"Desktop (Resources Open)\":\"lmjyx8QTj\",\"Desktop (Solutions Open)\":\"E0r3FqikN\",\"Mobile (Closed)\":\"GmKiAtzQH\",\"Mobile (Features Open)\":\"peAB7QmD9\",\"Mobile (Open)\":\"YevCpwGm8\",\"Mobile (Resources Open)\":\"icblux8DY\",\"Mobile (Solutions Open)\":\"tSKEezAay\",Desktop:\"rKKLUtGBL\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"rKKLUtGBL\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"rKKLUtGBL\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onClick1aqvvx2=activeVariantCallback(async(...args)=>{setVariant(\"GmKiAtzQH\");});const onTap1ansza0=activeVariantCallback(async(...args)=>{setVariant(\"E0r3FqikN\");});const onTap1fummex=activeVariantCallback(async(...args)=>{setVariant(\"tSKEezAay\");});const onTap1md290u=activeVariantCallback(async(...args)=>{setVariant(\"rKKLUtGBL\");});const onTap5c016q=activeVariantCallback(async(...args)=>{setVariant(\"YevCpwGm8\");});const onTapduhpoq=activeVariantCallback(async(...args)=>{setVariant(\"dDHNISj5V\");});const onTap16rgom0=activeVariantCallback(async(...args)=>{setVariant(\"peAB7QmD9\");});const onTapy2eugx=activeVariantCallback(async(...args)=>{setVariant(\"lmjyx8QTj\");});const onTapf045zh=activeVariantCallback(async(...args)=>{setVariant(\"icblux8DY\");});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"peAB7QmD9\",\"YevCpwGm8\",\"tSKEezAay\",\"icblux8DY\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"GmKiAtzQH\")return false;return true;};const isDisplayed2=()=>{if([\"E0r3FqikN\",\"tSKEezAay\"].includes(baseVariant))return true;return false;};const router=useRouter();const isDisplayed3=()=>{if([\"peAB7QmD9\",\"dDHNISj5V\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if([\"lmjyx8QTj\",\"icblux8DY\"].includes(baseVariant))return true;return false;};const isDisplayed5=()=>{if([\"peAB7QmD9\",\"YevCpwGm8\",\"tSKEezAay\",\"icblux8DY\"].includes(baseVariant))return false;return true;};const isDisplayed6=()=>{if(baseVariant===\"GmKiAtzQH\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({GmKiAtzQH:{value:transition2},icblux8DY:{value:transition2},peAB7QmD9:{value:transition2},tSKEezAay:{value:transition2},YevCpwGm8:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-ypn7ej\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"rKKLUtGBL\",ref:refBinding,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{dDHNISj5V:{backgroundColor:\"rgba(0, 0, 0, 0)\"},E0r3FqikN:{backgroundColor:\"rgba(0, 0, 0, 0)\"},icblux8DY:{backgroundColor:\"var(--token-60bac499-a432-4c59-b925-954a207daa2c, rgb(31, 34, 37))\"},lmjyx8QTj:{backgroundColor:\"rgba(0, 0, 0, 0)\"},peAB7QmD9:{backgroundColor:\"var(--token-60bac499-a432-4c59-b925-954a207daa2c, rgb(31, 34, 37))\"},tSKEezAay:{backgroundColor:\"var(--token-60bac499-a432-4c59-b925-954a207daa2c, rgb(31, 34, 37))\"},YevCpwGm8:{backgroundColor:\"var(--token-60bac499-a432-4c59-b925-954a207daa2c, rgb(31, 34, 37))\"}},...addPropertyOverrides({dDHNISj5V:{\"data-framer-name\":\"Desktop (Industries Open)\"},E0r3FqikN:{\"data-framer-name\":\"Desktop (Solutions Open)\"},GmKiAtzQH:{\"data-framer-name\":\"Mobile (Closed)\"},icblux8DY:{\"data-framer-name\":\"Mobile (Resources Open)\"},lmjyx8QTj:{\"data-framer-name\":\"Desktop (Resources Open)\"},peAB7QmD9:{\"data-framer-name\":\"Mobile (Features Open)\"},tSKEezAay:{\"data-framer-name\":\"Mobile (Solutions Open)\"},YevCpwGm8:{\"data-framer-name\":\"Mobile (Open)\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1n1u4lj\",\"data-framer-name\":\"Nab Bar\",layoutDependency:layoutDependency,layoutId:\"DXy7VhnSy\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-eh7ld3\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"XdMDEMvrS\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-12p5crd\",layoutDependency:layoutDependency,layoutId:\"AD5jDFxJC\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"zHxh_oEMB\"},motionChild:true,nodeId:\"TzIs0RCNB\",scopeId:\"rBO0R_k1t\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(34+((componentViewport?.height||106)-34-64)/2)+0+0+0+0),pixelHeight:1e3,pixelWidth:1e3,sizes:\"64px\",src:\"https://framerusercontent.com/images/K2L8Zylp1YJQqwGE3P5j2SHSsX8.png\",srcSet:\"https://framerusercontent.com/images/K2L8Zylp1YJQqwGE3P5j2SHSsX8.png?scale-down-to=512 512w,https://framerusercontent.com/images/K2L8Zylp1YJQqwGE3P5j2SHSsX8.png 1000w\"},className:\"framer-jhn0gg framer-wbgjyh\",layoutDependency:layoutDependency,layoutId:\"TzIs0RCNB\",...addPropertyOverrides({GmKiAtzQH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+34+0+0+0+0+0),pixelHeight:1e3,pixelWidth:1e3,sizes:\"64px\",src:\"https://framerusercontent.com/images/K2L8Zylp1YJQqwGE3P5j2SHSsX8.png\",srcSet:\"https://framerusercontent.com/images/K2L8Zylp1YJQqwGE3P5j2SHSsX8.png?scale-down-to=512 512w,https://framerusercontent.com/images/K2L8Zylp1YJQqwGE3P5j2SHSsX8.png 1000w\"}},icblux8DY:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+34+0+0+0+0+0),pixelHeight:1e3,pixelWidth:1e3,sizes:\"64px\",src:\"https://framerusercontent.com/images/K2L8Zylp1YJQqwGE3P5j2SHSsX8.png\",srcSet:\"https://framerusercontent.com/images/K2L8Zylp1YJQqwGE3P5j2SHSsX8.png?scale-down-to=512 512w,https://framerusercontent.com/images/K2L8Zylp1YJQqwGE3P5j2SHSsX8.png 1000w\"}},peAB7QmD9:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+34+0+0+0+0+0),pixelHeight:1e3,pixelWidth:1e3,sizes:\"64px\",src:\"https://framerusercontent.com/images/K2L8Zylp1YJQqwGE3P5j2SHSsX8.png\",srcSet:\"https://framerusercontent.com/images/K2L8Zylp1YJQqwGE3P5j2SHSsX8.png?scale-down-to=512 512w,https://framerusercontent.com/images/K2L8Zylp1YJQqwGE3P5j2SHSsX8.png 1000w\"}},tSKEezAay:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+34+0+0+0+0+0),pixelHeight:1e3,pixelWidth:1e3,sizes:\"64px\",src:\"https://framerusercontent.com/images/K2L8Zylp1YJQqwGE3P5j2SHSsX8.png\",srcSet:\"https://framerusercontent.com/images/K2L8Zylp1YJQqwGE3P5j2SHSsX8.png?scale-down-to=512 512w,https://framerusercontent.com/images/K2L8Zylp1YJQqwGE3P5j2SHSsX8.png 1000w\"}},YevCpwGm8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+34+0+0+0+0+0),pixelHeight:1e3,pixelWidth:1e3,sizes:\"64px\",src:\"https://framerusercontent.com/images/K2L8Zylp1YJQqwGE3P5j2SHSsX8.png\",srcSet:\"https://framerusercontent.com/images/K2L8Zylp1YJQqwGE3P5j2SHSsX8.png?scale-down-to=512 512w,https://framerusercontent.com/images/K2L8Zylp1YJQqwGE3P5j2SHSsX8.png 1000w\"}}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(Transition,{value:transition3,...addPropertyOverrides({icblux8DY:{value:transition2},peAB7QmD9:{value:transition2},tSKEezAay:{value:transition2},YevCpwGm8:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1kn047i-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"kp97Qd4ml-container\",nodeId:\"kp97Qd4ml\",rendersWithMotion:true,scopeId:\"rBO0R_k1t\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-958f4f2a-4b1f-40f8-82dc-0922c05b0ab3, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"x\",id:\"kp97Qd4ml\",layoutId:\"kp97Qd4ml\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({icblux8DY:{onClick:onClick1aqvvx2},peAB7QmD9:{onClick:onClick1aqvvx2},tSKEezAay:{onClick:onClick1aqvvx2},YevCpwGm8:{onClick:onClick1aqvvx2}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-uucgrb\",\"data-framer-name\":\"Tabs\",layoutDependency:layoutDependency,layoutId:\"zI1eo6bMm\",children:[isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-j57r7v\",\"data-framer-name\":\"Solutions\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"IeSQkKWVJ\",onTap:onTap1ansza0,...addPropertyOverrides({dDHNISj5V:{onTap:onTap1md290u},E0r3FqikN:{onTap:onTap1md290u},icblux8DY:{onTap:onTap1fummex},peAB7QmD9:{onTap:onTap1fummex},tSKEezAay:{\"data-highlight\":undefined,onTap:undefined},YevCpwGm8:{onTap:onTap1fummex}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-kt8gkt\",\"data-framer-name\":\"Tab\",layoutDependency:layoutDependency,layoutId:\"qVl1o9VFh\",...addPropertyOverrides({tSKEezAay:{\"data-highlight\":true,onTap:onTap5c016q}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ugzbvy\",layoutDependency:layoutDependency,layoutId:\"IMgS2YMpr\",...addPropertyOverrides({E0r3FqikN:{\"data-highlight\":true,onTap:onTap1ansza0}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(249, 250, 255))\"},children:\"Solutions\"})}),className:\"framer-1xqb42t\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"Qo1NfpraP\",style:{\"--extracted-r6o4lv\":\"rgb(249, 250, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-mmv0ql\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ZIFAd_cjB\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 8\"><path d=\"M 1.036 3.555 C 0.593 2.89 1.07 2 1.869 2 L 6.131 2 C 6.93 2 7.407 2.89 6.964 3.555 L 4.832 6.752 C 4.436 7.346 3.564 7.346 3.168 6.752 Z\" fill=\"var(--token-22c83278-9ba8-4647-a554-f7d3220dd023, rgb(249, 250, 255))\"></path></svg>',svgContentId:10187441835,withExternalLayout:true,...addPropertyOverrides({tSKEezAay:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 8\"><path d=\"M 1.036 3.555 C 0.593 2.89 1.07 2 1.869 2 L 6.131 2 C 6.93 2 7.407 2.89 6.964 3.555 L 4.832 6.752 C 4.436 7.346 3.564 7.346 3.168 6.752 Z\" fill=\"var(--token-9ae07a58-09c2-4d0f-b7ae-c65e8018b097, rgb(40, 169, 224)) /* {&quot;name&quot;:&quot;Light Blue Alto&quot;} */\"></path></svg>',svgContentId:11548846251}},baseVariant,gestureVariant)})]})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tscg5l\",\"data-framer-name\":\"Expanded\",layoutDependency:layoutDependency,layoutId:\"dHFluX3k3\",style:{backgroundColor:\"var(--token-60bac499-a432-4c59-b925-954a207daa2c, rgb(31, 34, 37))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 11px 19px 0px rgba(0, 0, 0, 0.3)\"},variants:{tSKEezAay:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"none\"}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-upz4me\",layoutDependency:layoutDependency,layoutId:\"YaFUsf5AG\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hozp6c\",layoutDependency:layoutDependency,layoutId:\"XmORPjyJL\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-fyru9r\",layoutDependency:layoutDependency,layoutId:\"ln5CYmjwY\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Ffs6c5jYk\"},implicitPathVariables:undefined},{href:{webPageId:\"s5ZKteT0c\"},implicitPathVariables:undefined},{href:{webPageId:\"s5ZKteT0c\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:\"180px\",...addPropertyOverrides({tSKEezAay:{width:`max(${componentViewport?.width||\"100vw\"} - 41px, 1px)`,y:(componentViewport?.y||0)+34+0+0+88+18+0+0+29.2+0+0+0+0+12+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-kz92ht-container\",layoutDependency:layoutDependency,layoutId:\"UkT4_97FM-container\",nodeId:\"UkT4_97FM\",rendersWithMotion:true,scopeId:\"rBO0R_k1t\",children:/*#__PURE__*/_jsx(NavBarDropdownMenuItem,{crXWZiOOR:resolvedLinks[0],gRbkbOJzG:\"Description\",height:\"100%\",id:\"UkT4_97FM\",layoutId:\"UkT4_97FM\",style:{width:\"100%\"},szkc3tgvD:\"Energy Savings\",variant:\"zqGoEXRDU\",width:\"100%\",...addPropertyOverrides({E0r3FqikN:{crXWZiOOR:resolvedLinks[1],gRbkbOJzG:\"Smart Energy Management Solutions\"},tSKEezAay:{crXWZiOOR:resolvedLinks[2]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-dsnm3y\",layoutDependency:layoutDependency,layoutId:\"bjOXWaPKs\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"zvhClRDGj\"},implicitPathVariables:undefined},{href:{webPageId:\"IyDMpcU01\"},implicitPathVariables:undefined},{href:{webPageId:\"IyDMpcU01\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:\"180px\",...addPropertyOverrides({tSKEezAay:{width:`max(${componentViewport?.width||\"100vw\"} - 41px, 1px)`,y:(componentViewport?.y||0)+34+0+0+88+18+0+0+29.2+0+0+0+0+12+38+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1d0urz4-container\",layoutDependency:layoutDependency,layoutId:\"ZvSyBDblX-container\",nodeId:\"ZvSyBDblX\",rendersWithMotion:true,scopeId:\"rBO0R_k1t\",children:/*#__PURE__*/_jsx(NavBarDropdownMenuItem,{crXWZiOOR:resolvedLinks1[0],gRbkbOJzG:\"Description\",height:\"100%\",id:\"ZvSyBDblX\",layoutId:\"ZvSyBDblX\",style:{width:\"100%\"},szkc3tgvD:\"Carbon Reduction\",variant:\"zqGoEXRDU\",width:\"100%\",...addPropertyOverrides({E0r3FqikN:{crXWZiOOR:resolvedLinks1[1],gRbkbOJzG:\"Decarbonization Journey for Sustainable Buildings\"},tSKEezAay:{crXWZiOOR:resolvedLinks1[2]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-11x5bhy\",layoutDependency:layoutDependency,layoutId:\"TggiyeWF0\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ixx23Ae75\"},implicitPathVariables:undefined},{href:{webPageId:\"BiU_n5EPn\"},implicitPathVariables:undefined},{href:{webPageId:\"BiU_n5EPn\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:\"180px\",...addPropertyOverrides({tSKEezAay:{width:`max(${componentViewport?.width||\"100vw\"} - 41px, 1px)`,y:(componentViewport?.y||0)+34+0+0+88+18+0+0+29.2+0+0+0+0+12+76+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1f5ia1y-container\",layoutDependency:layoutDependency,layoutId:\"yLwhSoSot-container\",nodeId:\"yLwhSoSot\",rendersWithMotion:true,scopeId:\"rBO0R_k1t\",children:/*#__PURE__*/_jsx(NavBarDropdownMenuItem,{crXWZiOOR:resolvedLinks2[0],gRbkbOJzG:\"Description\",height:\"100%\",id:\"yLwhSoSot\",layoutId:\"yLwhSoSot\",style:{width:\"100%\"},szkc3tgvD:\"Property Certification\",variant:\"zqGoEXRDU\",width:\"100%\",...addPropertyOverrides({E0r3FqikN:{crXWZiOOR:resolvedLinks2[1],gRbkbOJzG:\"Achieve Sustainability Goals with Alto Solutions\"},tSKEezAay:{crXWZiOOR:resolvedLinks2[2]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-oderq5\",layoutDependency:layoutDependency,layoutId:\"YALgNAM_n\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ZQSBGMlQs\"},implicitPathVariables:undefined},{href:{webPageId:\"alQEtcdMe\"},implicitPathVariables:undefined},{href:{webPageId:\"alQEtcdMe\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:\"180px\",...addPropertyOverrides({tSKEezAay:{width:`max(${componentViewport?.width||\"100vw\"} - 41px, 1px)`,y:(componentViewport?.y||0)+34+0+0+88+18+0+0+29.2+0+0+0+0+12+114+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-h2p8iq-container\",layoutDependency:layoutDependency,layoutId:\"JvEAwtYhW-container\",nodeId:\"JvEAwtYhW\",rendersWithMotion:true,scopeId:\"rBO0R_k1t\",children:/*#__PURE__*/_jsx(NavBarDropdownMenuItem,{crXWZiOOR:resolvedLinks3[0],gRbkbOJzG:\"Description\",height:\"100%\",id:\"JvEAwtYhW\",layoutId:\"JvEAwtYhW\",style:{width:\"100%\"},szkc3tgvD:\"Facility Operations\",variant:\"zqGoEXRDU\",width:\"100%\",...addPropertyOverrides({E0r3FqikN:{crXWZiOOR:resolvedLinks3[1],gRbkbOJzG:\"Intelligent Facility Operations Solutions\"},tSKEezAay:{crXWZiOOR:resolvedLinks3[2]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rs63jb\",layoutDependency:layoutDependency,layoutId:\"VP5Z62t3L\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"N5BZrccIG\"},implicitPathVariables:undefined},{href:{webPageId:\"FZ7o0qdMp\"},implicitPathVariables:undefined},{href:{webPageId:\"FZ7o0qdMp\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:\"180px\",...addPropertyOverrides({tSKEezAay:{width:`max(${componentViewport?.width||\"100vw\"} - 41px, 1px)`,y:(componentViewport?.y||0)+34+0+0+88+18+0+0+29.2+0+0+0+0+12+152+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1sg96mh-container\",layoutDependency:layoutDependency,layoutId:\"GMGcH6Wcs-container\",nodeId:\"GMGcH6Wcs\",rendersWithMotion:true,scopeId:\"rBO0R_k1t\",children:/*#__PURE__*/_jsx(NavBarDropdownMenuItem,{crXWZiOOR:resolvedLinks4[0],gRbkbOJzG:\"Description\",height:\"100%\",id:\"GMGcH6Wcs\",layoutId:\"GMGcH6Wcs\",style:{width:\"100%\"},szkc3tgvD:\"Tenant Comfort\",variant:\"zqGoEXRDU\",width:\"100%\",...addPropertyOverrides({E0r3FqikN:{crXWZiOOR:resolvedLinks4[1],gRbkbOJzG:\"Intelligent Comfort Solutions for Office Buildings & Hotels\"},tSKEezAay:{crXWZiOOR:resolvedLinks4[2]}},baseVariant,gestureVariant)})})})})})]})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-olg4s0\",\"data-framer-name\":\"Industries\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"sK2XGeien\",onTap:onTapduhpoq,...addPropertyOverrides({dDHNISj5V:{onTap:onTap1md290u},icblux8DY:{onTap:onTap16rgom0},peAB7QmD9:{\"data-highlight\":undefined,onTap:undefined},tSKEezAay:{onTap:onTap16rgom0},YevCpwGm8:{onTap:onTap16rgom0}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1khhczq\",\"data-framer-name\":\"Tab\",layoutDependency:layoutDependency,layoutId:\"pJY1UwZg_\",...addPropertyOverrides({peAB7QmD9:{\"data-highlight\":true,onTap:onTap5c016q}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1m09mja\",layoutDependency:layoutDependency,layoutId:\"DVSjngC28\",...addPropertyOverrides({tSKEezAay:{\"data-highlight\":true,onTap:onTap5c016q}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(249, 250, 255))\"},children:\"Industries\"})}),className:\"framer-14l32zm\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"ayi20W2uD\",style:{\"--extracted-r6o4lv\":\"rgb(249, 250, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1qp9xr4\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"l_A1WSbJz\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 8\"><path d=\"M 1.036 3.555 C 0.593 2.89 1.07 2 1.869 2 L 6.131 2 C 6.93 2 7.407 2.89 6.964 3.555 L 4.832 6.752 C 4.436 7.346 3.564 7.346 3.168 6.752 Z\" fill=\"var(--token-22c83278-9ba8-4647-a554-f7d3220dd023, rgb(249, 250, 255))\"></path></svg>',svgContentId:10187441835,withExternalLayout:true,...addPropertyOverrides({peAB7QmD9:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 8\"><path d=\"M 1.036 3.555 C 0.593 2.89 1.07 2 1.869 2 L 6.131 2 C 6.93 2 7.407 2.89 6.964 3.555 L 4.832 6.752 C 4.436 7.346 3.564 7.346 3.168 6.752 Z\" fill=\"var(--token-9ae07a58-09c2-4d0f-b7ae-c65e8018b097, rgb(40, 169, 224)) /* {&quot;name&quot;:&quot;Light Blue Alto&quot;} */\"></path></svg>',svgContentId:11548846251}},baseVariant,gestureVariant)})]})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-18bqhcw\",\"data-framer-name\":\"Expanded\",layoutDependency:layoutDependency,layoutId:\"owBx9vRmU\",style:{backgroundColor:\"var(--token-60bac499-a432-4c59-b925-954a207daa2c, rgb(31, 34, 37))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 11px 19px 0px rgba(0, 0, 0, 0.3)\"},variants:{peAB7QmD9:{backgroundColor:\"rgba(0, 0, 0, 0)\",boxShadow:\"none\"}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-h14iue\",layoutDependency:layoutDependency,layoutId:\"vfOLwl0Qi\",style:{borderBottomLeftRadius:8,borderTopLeftRadius:8},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10jcwps\",layoutDependency:layoutDependency,layoutId:\"OqVTbQCbB\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yhcyt0\",layoutDependency:layoutDependency,layoutId:\"HVrExVTZc\",children:[isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-70d6f9\",layoutDependency:layoutDependency,layoutId:\"IvtN6OWK2\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Ffs6c5jYk\"},implicitPathVariables:undefined},{href:{webPageId:\"Ffs6c5jYk\"},implicitPathVariables:undefined},{href:{webPageId:\"Ffs6c5jYk\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,...addPropertyOverrides({dDHNISj5V:{width:\"220px\",y:(componentViewport?.y||0)+(34+((componentViewport?.height||106)-34-64)/2)+12+10.4+30+10+0+0+0+0+0+0+0},peAB7QmD9:{width:`max(${componentViewport?.width||\"100vw\"} - 56px, 1px)`,y:(componentViewport?.y||0)+34+0+0+88+18+43.2+0+29.2+10+0+0+0+0+0+0+4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-13m2zm0-container\",layoutDependency:layoutDependency,layoutId:\"kuiU52xPZ-container\",nodeId:\"kuiU52xPZ\",rendersWithMotion:true,scopeId:\"rBO0R_k1t\",children:/*#__PURE__*/_jsx(NavBarDropdownMenuItem,{crXWZiOOR:resolvedLinks5[0],gRbkbOJzG:\"Description\",height:\"100%\",id:\"kuiU52xPZ\",layoutId:\"kuiU52xPZ\",style:{width:\"100%\"},szkc3tgvD:\"Hotel\",variant:\"h4r5s3gPQ\",width:\"100%\",...addPropertyOverrides({dDHNISj5V:{crXWZiOOR:resolvedLinks5[2]},peAB7QmD9:{crXWZiOOR:resolvedLinks5[1]}},baseVariant,gestureVariant)})})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-11pfrwh\",layoutDependency:layoutDependency,layoutId:\"r6v7Kg7FC\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"zvhClRDGj\"},implicitPathVariables:undefined},{href:{webPageId:\"zvhClRDGj\"},implicitPathVariables:undefined},{href:{webPageId:\"zvhClRDGj\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,...addPropertyOverrides({dDHNISj5V:{width:\"220px\",y:(componentViewport?.y||0)+(34+((componentViewport?.height||106)-34-64)/2)+12+10.4+30+10+0+0+0+0+0+30+0},peAB7QmD9:{width:`max(${componentViewport?.width||\"100vw\"} - 56px, 1px)`,y:(componentViewport?.y||0)+34+0+0+88+18+43.2+0+29.2+10+0+0+0+0+0+38+4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1i734bo-container\",layoutDependency:layoutDependency,layoutId:\"Dh2P9P64f-container\",nodeId:\"Dh2P9P64f\",rendersWithMotion:true,scopeId:\"rBO0R_k1t\",children:/*#__PURE__*/_jsx(NavBarDropdownMenuItem,{crXWZiOOR:resolvedLinks6[0],gRbkbOJzG:\"Description\",height:\"100%\",id:\"Dh2P9P64f\",layoutId:\"Dh2P9P64f\",style:{width:\"100%\"},szkc3tgvD:\"Building\",variant:\"h4r5s3gPQ\",width:\"100%\",...addPropertyOverrides({dDHNISj5V:{crXWZiOOR:resolvedLinks6[2]},peAB7QmD9:{crXWZiOOR:resolvedLinks6[1]}},baseVariant,gestureVariant)})})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-190y5wa\",layoutDependency:layoutDependency,layoutId:\"aw7DJR97N\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ixx23Ae75\"},implicitPathVariables:undefined},{href:{webPageId:\"ixx23Ae75\"},implicitPathVariables:undefined},{href:{webPageId:\"ixx23Ae75\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,...addPropertyOverrides({dDHNISj5V:{width:\"220px\",y:(componentViewport?.y||0)+(34+((componentViewport?.height||106)-34-64)/2)+12+10.4+30+10+0+0+0+0+0+60+0},peAB7QmD9:{width:`max(${componentViewport?.width||\"100vw\"} - 56px, 1px)`,y:(componentViewport?.y||0)+34+0+0+88+18+43.2+0+29.2+10+0+0+0+0+0+76+4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-qcaljv-container\",layoutDependency:layoutDependency,layoutId:\"RfElrnx2K-container\",nodeId:\"RfElrnx2K\",rendersWithMotion:true,scopeId:\"rBO0R_k1t\",children:/*#__PURE__*/_jsx(NavBarDropdownMenuItem,{crXWZiOOR:resolvedLinks7[0],gRbkbOJzG:\"Description\",height:\"100%\",id:\"RfElrnx2K\",layoutId:\"RfElrnx2K\",style:{width:\"100%\"},szkc3tgvD:\"Retail\",variant:\"h4r5s3gPQ\",width:\"100%\",...addPropertyOverrides({dDHNISj5V:{crXWZiOOR:resolvedLinks7[2]},peAB7QmD9:{crXWZiOOR:resolvedLinks7[1]}},baseVariant,gestureVariant)})})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ry5rdr\",layoutDependency:layoutDependency,layoutId:\"JzysVxCpx\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ZQSBGMlQs\"},implicitPathVariables:undefined},{href:{webPageId:\"ZQSBGMlQs\"},implicitPathVariables:undefined},{href:{webPageId:\"ZQSBGMlQs\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,...addPropertyOverrides({dDHNISj5V:{width:\"220px\",y:(componentViewport?.y||0)+(34+((componentViewport?.height||106)-34-64)/2)+12+10.4+30+10+0+0+0+0+0+90+0},peAB7QmD9:{width:`max(${componentViewport?.width||\"100vw\"} - 56px, 1px)`,y:(componentViewport?.y||0)+34+0+0+88+18+43.2+0+29.2+10+0+0+0+0+0+114+4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7hw27y-container\",layoutDependency:layoutDependency,layoutId:\"C8r14c6pD-container\",nodeId:\"C8r14c6pD\",rendersWithMotion:true,scopeId:\"rBO0R_k1t\",children:/*#__PURE__*/_jsx(NavBarDropdownMenuItem,{crXWZiOOR:resolvedLinks8[0],gRbkbOJzG:\"Description\",height:\"100%\",id:\"C8r14c6pD\",layoutId:\"C8r14c6pD\",style:{width:\"100%\"},szkc3tgvD:\"Educational\",variant:\"h4r5s3gPQ\",width:\"100%\",...addPropertyOverrides({dDHNISj5V:{crXWZiOOR:resolvedLinks8[2]},peAB7QmD9:{crXWZiOOR:resolvedLinks8[1]}},baseVariant,gestureVariant)})})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-12h3fea\",layoutDependency:layoutDependency,layoutId:\"D6s_WAsFQ\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"N5BZrccIG\"},implicitPathVariables:undefined},{href:{webPageId:\"N5BZrccIG\"},implicitPathVariables:undefined},{href:{webPageId:\"N5BZrccIG\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,...addPropertyOverrides({dDHNISj5V:{width:\"220px\",y:(componentViewport?.y||0)+(34+((componentViewport?.height||106)-34-64)/2)+12+10.4+30+10+0+0+0+0+0+120+0},peAB7QmD9:{width:`max(${componentViewport?.width||\"100vw\"} - 56px, 1px)`,y:(componentViewport?.y||0)+34+0+0+88+18+43.2+0+29.2+10+0+0+0+0+0+152+4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-trajs9-container\",layoutDependency:layoutDependency,layoutId:\"jQL_VadQn-container\",nodeId:\"jQL_VadQn\",rendersWithMotion:true,scopeId:\"rBO0R_k1t\",children:/*#__PURE__*/_jsx(NavBarDropdownMenuItem,{crXWZiOOR:resolvedLinks9[0],gRbkbOJzG:\"Description\",height:\"100%\",id:\"jQL_VadQn\",layoutId:\"jQL_VadQn\",style:{width:\"100%\"},szkc3tgvD:\"Hospital\",variant:\"h4r5s3gPQ\",width:\"100%\",...addPropertyOverrides({dDHNISj5V:{crXWZiOOR:resolvedLinks9[2]},peAB7QmD9:{crXWZiOOR:resolvedLinks9[1]}},baseVariant,gestureVariant)})})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qltr6y\",layoutDependency:layoutDependency,layoutId:\"UVTwqc2xD\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"XR2UIk18j\"},implicitPathVariables:undefined},{href:{webPageId:\"XR2UIk18j\"},implicitPathVariables:undefined},{href:{webPageId:\"XR2UIk18j\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,...addPropertyOverrides({dDHNISj5V:{width:\"220px\",y:(componentViewport?.y||0)+(34+((componentViewport?.height||106)-34-64)/2)+12+10.4+30+10+0+0+0+0+0+150+0},peAB7QmD9:{width:`max(${componentViewport?.width||\"100vw\"} - 56px, 1px)`,y:(componentViewport?.y||0)+34+0+0+88+18+43.2+0+29.2+10+0+0+0+0+0+190+4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1qy3tq-container\",layoutDependency:layoutDependency,layoutId:\"WygpATO_q-container\",nodeId:\"WygpATO_q\",rendersWithMotion:true,scopeId:\"rBO0R_k1t\",children:/*#__PURE__*/_jsx(NavBarDropdownMenuItem,{crXWZiOOR:resolvedLinks10[0],gRbkbOJzG:\"Description\",height:\"100%\",id:\"WygpATO_q\",layoutId:\"WygpATO_q\",style:{width:\"100%\"},szkc3tgvD:\"Factory\",variant:\"h4r5s3gPQ\",width:\"100%\",...addPropertyOverrides({dDHNISj5V:{crXWZiOOR:resolvedLinks10[2]},peAB7QmD9:{crXWZiOOR:resolvedLinks10[1]}},baseVariant,gestureVariant)})})})})})]})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(249, 250, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Z8P5xqwME\"},motionChild:true,nodeId:\"Ff8b4g6dI\",openInNewTab:false,scopeId:\"rBO0R_k1t\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1y6hx4h\",\"data-styles-preset\":\"KjEL69wIH\",children:\"Alto CERO Apps\"})})})}),className:\"framer-191ubws\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"Ff8b4g6dI\",style:{\"--extracted-r6o4lv\":\"rgb(249, 250, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1oqpwv\",\"data-framer-name\":\"Resources\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"crgtpxyZb\",onTap:onTapy2eugx,...addPropertyOverrides({icblux8DY:{\"data-highlight\":undefined,onTap:undefined},lmjyx8QTj:{onTap:onTap1md290u},peAB7QmD9:{onTap:onTapf045zh},tSKEezAay:{onTap:onTapf045zh},YevCpwGm8:{onTap:onTapf045zh}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-wgipea\",\"data-framer-name\":\"Tab\",layoutDependency:layoutDependency,layoutId:\"Vmvp_P_aj\",...addPropertyOverrides({icblux8DY:{\"data-highlight\":true,onTap:onTap5c016q}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1v6w15w\",layoutDependency:layoutDependency,layoutId:\"J4NuXEtkQ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(249, 250, 255))\"},children:\"Resources\"})}),className:\"framer-1b8bict\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"afi4jqvLX\",style:{\"--extracted-r6o4lv\":\"rgb(249, 250, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-10qtpao\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"TxT0stMNm\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 8\"><path d=\"M 1.036 3.555 C 0.593 2.89 1.07 2 1.869 2 L 6.131 2 C 6.93 2 7.407 2.89 6.964 3.555 L 4.832 6.752 C 4.436 7.346 3.564 7.346 3.168 6.752 Z\" fill=\"var(--token-22c83278-9ba8-4647-a554-f7d3220dd023, rgb(249, 250, 255))\"></path></svg>',svgContentId:10187441835,withExternalLayout:true,...addPropertyOverrides({icblux8DY:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 8\"><path d=\"M 1.036 3.555 C 0.593 2.89 1.07 2 1.869 2 L 6.131 2 C 6.93 2 7.407 2.89 6.964 3.555 L 4.832 6.752 C 4.436 7.346 3.564 7.346 3.168 6.752 Z\" fill=\"var(--token-9ae07a58-09c2-4d0f-b7ae-c65e8018b097, rgb(40, 169, 224)) /* {&quot;name&quot;:&quot;Light Blue Alto&quot;} */\"></path></svg>',svgContentId:11548846251},lmjyx8QTj:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 8\"><path d=\"M 1.036 3.555 C 0.593 2.89 1.07 2 1.869 2 L 6.131 2 C 6.93 2 7.407 2.89 6.964 3.555 L 4.832 6.752 C 4.436 7.346 3.564 7.346 3.168 6.752 Z\" fill=\"var(--token-9ae07a58-09c2-4d0f-b7ae-c65e8018b097, rgb(40, 169, 224)) /* {&quot;name&quot;:&quot;Light Blue Alto&quot;} */\"></path></svg>',svgContentId:11548846251}},baseVariant,gestureVariant)})]})}),isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-9vrix9\",\"data-framer-name\":\"Expanded\",layoutDependency:layoutDependency,layoutId:\"oJGdPbqOJ\",style:{backgroundColor:\"var(--token-60bac499-a432-4c59-b925-954a207daa2c, rgb(31, 34, 37))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 11px 19px 0px rgba(0, 0, 0, 0.3)\"},variants:{icblux8DY:{boxShadow:\"none\"}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-96apw6\",layoutDependency:layoutDependency,layoutId:\"Zv21WpObe\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-12gh9db\",layoutDependency:layoutDependency,layoutId:\"CjG6c4kqs\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-133njnu\",layoutDependency:layoutDependency,layoutId:\"XmtH6jLLm\",children:[isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-dj3qez\",layoutDependency:layoutDependency,layoutId:\"cykSxlaQe\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Tn8pV9j7L\"},implicitPathVariables:undefined},{href:{webPageId:\"Tn8pV9j7L\"},implicitPathVariables:undefined},{href:{webPageId:\"Tn8pV9j7L\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,...addPropertyOverrides({icblux8DY:{width:`max(${componentViewport?.width||\"100vw\"} - 36px, 1px)`,y:(componentViewport?.y||0)+34+0+0+88+18+129.6+0+29.2+0+0+0+0+0+12+0+4},lmjyx8QTj:{y:(componentViewport?.y||0)+(34+((componentViewport?.height||106)-34-64)/2)+12+10.4+30+10+0+0+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-gcp186-container\",layoutDependency:layoutDependency,layoutId:\"QKPsR9YM0-container\",nodeId:\"QKPsR9YM0\",rendersWithMotion:true,scopeId:\"rBO0R_k1t\",children:/*#__PURE__*/_jsx(NavBarDropdownMenuItem,{crXWZiOOR:resolvedLinks11[0],gRbkbOJzG:\"Description\",height:\"100%\",id:\"QKPsR9YM0\",layoutId:\"QKPsR9YM0\",szkc3tgvD:\"About Us\",variant:\"h4r5s3gPQ\",width:\"100%\",...addPropertyOverrides({icblux8DY:{crXWZiOOR:resolvedLinks11[2],style:{width:\"100%\"}},lmjyx8QTj:{crXWZiOOR:resolvedLinks11[1],style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-728ghc\",layoutDependency:layoutDependency,layoutId:\"sKWbtamPR\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"w8NYnQ0MB\"},implicitPathVariables:undefined},{href:{webPageId:\"GT9Akmwdh\"},implicitPathVariables:undefined},{href:{webPageId:\"GT9Akmwdh\"},implicitPathVariables:undefined}],children:resolvedLinks12=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,...addPropertyOverrides({icblux8DY:{width:`max(${componentViewport?.width||\"100vw\"} - 36px, 1px)`,y:(componentViewport?.y||0)+34+0+0+88+18+129.6+0+29.2+0+0+0+0+0+12+38+4},lmjyx8QTj:{y:(componentViewport?.y||0)+(34+((componentViewport?.height||106)-34-64)/2)+12+10.4+30+10+0+0+0+0+0+30+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-gsj5av-container\",layoutDependency:layoutDependency,layoutId:\"ZOdp9piBG-container\",nodeId:\"ZOdp9piBG\",rendersWithMotion:true,scopeId:\"rBO0R_k1t\",children:/*#__PURE__*/_jsx(NavBarDropdownMenuItem,{crXWZiOOR:resolvedLinks12[0],gRbkbOJzG:\"Description\",height:\"100%\",id:\"ZOdp9piBG\",layoutId:\"ZOdp9piBG\",szkc3tgvD:\"Career\",variant:\"h4r5s3gPQ\",width:\"100%\",...addPropertyOverrides({icblux8DY:{crXWZiOOR:resolvedLinks12[2],style:{width:\"100%\"}},lmjyx8QTj:{crXWZiOOR:resolvedLinks12[1],style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lqll0v\",layoutDependency:layoutDependency,layoutId:\"x7lK9OBCU\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"rS6ox02WB\"},implicitPathVariables:undefined},{href:{webPageId:\"rS6ox02WB\"},implicitPathVariables:undefined},{href:{webPageId:\"rS6ox02WB\"},implicitPathVariables:undefined}],children:resolvedLinks13=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,...addPropertyOverrides({icblux8DY:{width:`max(${componentViewport?.width||\"100vw\"} - 36px, 1px)`,y:(componentViewport?.y||0)+34+0+0+88+18+129.6+0+29.2+0+0+0+0+0+12+76+4},lmjyx8QTj:{y:(componentViewport?.y||0)+(34+((componentViewport?.height||106)-34-64)/2)+12+10.4+30+10+0+0+0+0+0+60+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-hh2720-container\",layoutDependency:layoutDependency,layoutId:\"TjkV_owQF-container\",nodeId:\"TjkV_owQF\",rendersWithMotion:true,scopeId:\"rBO0R_k1t\",children:/*#__PURE__*/_jsx(NavBarDropdownMenuItem,{crXWZiOOR:resolvedLinks13[0],gRbkbOJzG:\"Description\",height:\"100%\",id:\"TjkV_owQF\",layoutId:\"TjkV_owQF\",szkc3tgvD:\"Blog\",variant:\"h4r5s3gPQ\",width:\"100%\",...addPropertyOverrides({icblux8DY:{crXWZiOOR:resolvedLinks13[2],style:{width:\"100%\"}},lmjyx8QTj:{crXWZiOOR:resolvedLinks13[1],style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jumdxt\",layoutDependency:layoutDependency,layoutId:\"RA3nY3ZY9\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,...addPropertyOverrides({icblux8DY:{width:`max(${componentViewport?.width||\"100vw\"} - 36px, 1px)`,y:(componentViewport?.y||0)+34+0+0+88+18+129.6+0+29.2+0+0+0+0+0+12+114+4},lmjyx8QTj:{y:(componentViewport?.y||0)+(34+((componentViewport?.height||106)-34-64)/2)+12+10.4+30+10+0+0+0+0+0+90+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-i3337i-container\",layoutDependency:layoutDependency,layoutId:\"WvdEl27w_-container\",nodeId:\"WvdEl27w_\",rendersWithMotion:true,scopeId:\"rBO0R_k1t\",children:/*#__PURE__*/_jsx(NavBarDropdownMenuItem,{crXWZiOOR:\"https://www.facebook.com/altoaiotacademy\",gRbkbOJzG:\"Description\",height:\"100%\",id:\"WvdEl27w_\",layoutId:\"WvdEl27w_\",szkc3tgvD:\"Alto Academy\",variant:\"h4r5s3gPQ\",width:\"100%\",...addPropertyOverrides({icblux8DY:{style:{width:\"100%\"}},lmjyx8QTj:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-b1s3kq\",layoutDependency:layoutDependency,layoutId:\"x6DyMTId6\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"f0fw4W_w0\"},implicitPathVariables:undefined},{href:{webPageId:\"f0fw4W_w0\"},implicitPathVariables:undefined},{href:{webPageId:\"f0fw4W_w0\"},implicitPathVariables:undefined}],children:resolvedLinks14=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,...addPropertyOverrides({icblux8DY:{width:`max(${componentViewport?.width||\"100vw\"} - 36px, 1px)`,y:(componentViewport?.y||0)+34+0+0+88+18+129.6+0+29.2+0+0+0+0+0+12+152+4},lmjyx8QTj:{y:(componentViewport?.y||0)+(34+((componentViewport?.height||106)-34-64)/2)+12+10.4+30+10+0+0+0+0+0+120+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ru5e3j-container\",layoutDependency:layoutDependency,layoutId:\"QRnnnIBFU-container\",nodeId:\"QRnnnIBFU\",rendersWithMotion:true,scopeId:\"rBO0R_k1t\",children:/*#__PURE__*/_jsx(NavBarDropdownMenuItem,{crXWZiOOR:resolvedLinks14[0],gRbkbOJzG:\"Description\",height:\"100%\",id:\"QRnnnIBFU\",layoutId:\"QRnnnIBFU\",szkc3tgvD:\"Press & Media\",variant:\"h4r5s3gPQ\",width:\"100%\",...addPropertyOverrides({icblux8DY:{crXWZiOOR:resolvedLinks14[2],style:{width:\"100%\"}},lmjyx8QTj:{crXWZiOOR:resolvedLinks14[1],style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-uq01s6\",layoutDependency:layoutDependency,layoutId:\"ljxx938Lu\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"xv5vZE5Z4\"},implicitPathVariables:undefined},{href:{webPageId:\"xv5vZE5Z4\"},implicitPathVariables:undefined},{href:{webPageId:\"xv5vZE5Z4\"},implicitPathVariables:undefined}],children:resolvedLinks15=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,...addPropertyOverrides({icblux8DY:{width:`max(${componentViewport?.width||\"100vw\"} - 36px, 1px)`,y:(componentViewport?.y||0)+34+0+0+88+18+129.6+0+29.2+0+0+0+0+0+12+190+4},lmjyx8QTj:{width:\"250px\",y:(componentViewport?.y||0)+(34+((componentViewport?.height||106)-34-64)/2)+12+10.4+30+10+0+0+0+0+0+150+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1pn480e-container\",layoutDependency:layoutDependency,layoutId:\"p0AR3Fkch-container\",nodeId:\"p0AR3Fkch\",rendersWithMotion:true,scopeId:\"rBO0R_k1t\",children:/*#__PURE__*/_jsx(NavBarDropdownMenuItem,{crXWZiOOR:resolvedLinks15[0],gRbkbOJzG:\"Description\",height:\"100%\",id:\"p0AR3Fkch\",layoutId:\"p0AR3Fkch\",szkc3tgvD:\"Customer Success Stories\",variant:\"h4r5s3gPQ\",width:\"100%\",...addPropertyOverrides({icblux8DY:{crXWZiOOR:resolvedLinks15[2],style:{width:\"100%\"}},lmjyx8QTj:{crXWZiOOR:resolvedLinks15[1],style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})})})]})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11ugzw0\",\"data-framer-name\":\"Buttons\",layoutDependency:layoutDependency,layoutId:\"iofmE3Qwk\",children:[isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vtlvun\",\"data-framer-name\":\"Socials\",layoutDependency:layoutDependency,layoutId:\"FBZXUv7hm\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.facebook.com/altotechAI/\",motionChild:true,nodeId:\"FYhG2xjtd\",scopeId:\"rBO0R_k1t\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"facebook-icon\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(34+((componentViewport?.height||106)-34-64)/2)+12+0+8+0),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/0Yi6vq9SE22m4neTsPfdmdFHoj0.svg\"},className:\"framer-1ijtyrm framer-wbgjyh\",\"data-framer-name\":\"facebook\",layoutDependency:layoutDependency,layoutId:\"FYhG2xjtd\",...addPropertyOverrides({icblux8DY:{background:{alt:\"facebook-icon\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+34+0+0+88+18+442.8+0+0+14),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/0Yi6vq9SE22m4neTsPfdmdFHoj0.svg\"}},peAB7QmD9:{background:{alt:\"facebook-icon\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+34+0+0+88+18+426.8+0+0+14),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/0Yi6vq9SE22m4neTsPfdmdFHoj0.svg\"}},tSKEezAay:{background:{alt:\"facebook-icon\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+34+0+0+88+18+400.8+0+0+14),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/0Yi6vq9SE22m4neTsPfdmdFHoj0.svg\"}},YevCpwGm8:{background:{alt:\"facebook-icon\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+34+0+0+88+18+172.8+0+0+14),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/0Yi6vq9SE22m4neTsPfdmdFHoj0.svg\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(Link,{href:\"https://th.linkedin.com/company/altotechai\",motionChild:true,nodeId:\"RPd0YS5yy\",scopeId:\"rBO0R_k1t\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"linkedin-icon\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(34+((componentViewport?.height||106)-34-64)/2)+12+0+8+0),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/omnNcmTNtVP4pmBqihwhn1yWyZo.svg\"},className:\"framer-1o06ymv framer-wbgjyh\",\"data-framer-name\":\"linkedin\",layoutDependency:layoutDependency,layoutId:\"RPd0YS5yy\",...addPropertyOverrides({icblux8DY:{background:{alt:\"linkedin-icon\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+34+0+0+88+18+442.8+0+0+14),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/omnNcmTNtVP4pmBqihwhn1yWyZo.svg\"}},peAB7QmD9:{background:{alt:\"linkedin-icon\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+34+0+0+88+18+426.8+0+0+14),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/omnNcmTNtVP4pmBqihwhn1yWyZo.svg\"}},tSKEezAay:{background:{alt:\"linkedin-icon\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+34+0+0+88+18+400.8+0+0+14),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/omnNcmTNtVP4pmBqihwhn1yWyZo.svg\"}},YevCpwGm8:{background:{alt:\"linkedin-icon\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+34+0+0+88+18+172.8+0+0+14),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/omnNcmTNtVP4pmBqihwhn1yWyZo.svg\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/channel/UChd0S1qH1IuBJ8YwSPRRG_g?app=desktop\",motionChild:true,nodeId:\"X8yDkS4n5\",scopeId:\"rBO0R_k1t\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"youtube-icon\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(34+((componentViewport?.height||106)-34-64)/2)+12+0+8+0),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/cw1OtKw0BHxv4T9b3l7gJuFSOeo.svg\"},className:\"framer-vp4uw6 framer-wbgjyh\",\"data-framer-name\":\"youtube\",layoutDependency:layoutDependency,layoutId:\"X8yDkS4n5\",...addPropertyOverrides({icblux8DY:{background:{alt:\"youtube-icon\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+34+0+0+88+18+442.8+0+0+14),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/cw1OtKw0BHxv4T9b3l7gJuFSOeo.svg\"}},peAB7QmD9:{background:{alt:\"youtube-icon\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+34+0+0+88+18+426.8+0+0+14),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/cw1OtKw0BHxv4T9b3l7gJuFSOeo.svg\"}},tSKEezAay:{background:{alt:\"youtube-icon\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+34+0+0+88+18+400.8+0+0+14),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/cw1OtKw0BHxv4T9b3l7gJuFSOeo.svg\"}},YevCpwGm8:{background:{alt:\"youtube-icon\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+34+0+0+88+18+172.8+0+0+14),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/cw1OtKw0BHxv4T9b3l7gJuFSOeo.svg\"}}},baseVariant,gestureVariant)})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3njhtl\",\"data-framer-name\":\"Buttons\",layoutDependency:layoutDependency,layoutId:\"FJgykeIye\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"VZGhbFp5j\"},implicitPathVariables:undefined},{href:{webPageId:\"VZGhbFp5j\"},implicitPathVariables:undefined},{href:{webPageId:\"VZGhbFp5j\"},implicitPathVariables:undefined},{href:{webPageId:\"VZGhbFp5j\"},implicitPathVariables:undefined},{href:{webPageId:\"VZGhbFp5j\"},implicitPathVariables:undefined},{href:{webPageId:\"VZGhbFp5j\"},implicitPathVariables:undefined},{href:{webPageId:\"VZGhbFp5j\"},implicitPathVariables:undefined},{href:{webPageId:\"VZGhbFp5j\"},implicitPathVariables:undefined}],children:resolvedLinks16=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+(34+((componentViewport?.height||106)-34-64)/2)+12+0+0+0,...addPropertyOverrides({icblux8DY:{width:`calc(${componentViewport?.width||\"100vw\"} - 36px)`,y:(componentViewport?.y||0)+34+0+0+88+18+442.8+0+62+0+0},peAB7QmD9:{width:`calc(${componentViewport?.width||\"100vw\"} - 36px)`,y:(componentViewport?.y||0)+34+0+0+88+18+426.8+0+62+0+0},tSKEezAay:{width:`calc(${componentViewport?.width||\"100vw\"} - 36px)`,y:(componentViewport?.y||0)+34+0+0+88+18+400.8+0+62+0+0},YevCpwGm8:{width:`calc(${componentViewport?.width||\"100vw\"} - 36px)`,y:(componentViewport?.y||0)+34+0+0+88+18+172.8+0+62+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-uo7b71-container\",\"data-framer-name\":\"App Store\",layoutDependency:layoutDependency,layoutId:\"RfTz3ITnk-container\",name:\"App Store\",nodeId:\"RfTz3ITnk\",rendersWithMotion:true,scopeId:\"rBO0R_k1t\",children:/*#__PURE__*/_jsx(Button,{dG5bv8c6J:resolvedLinks16[0],FGOUdcala:\"Sign In\",height:\"100%\",id:\"RfTz3ITnk\",layoutId:\"RfTz3ITnk\",name:\"App Store\",style:{height:\"100%\"},variant:\"dRGj6PXfQ\",width:\"100%\",YENr_u36e:14,...addPropertyOverrides({dDHNISj5V:{dG5bv8c6J:resolvedLinks16[7]},E0r3FqikN:{dG5bv8c6J:resolvedLinks16[3]},icblux8DY:{dG5bv8c6J:resolvedLinks16[6],style:{height:\"100%\",width:\"100%\"},YENr_u36e:13},lmjyx8QTj:{dG5bv8c6J:resolvedLinks16[5]},peAB7QmD9:{dG5bv8c6J:resolvedLinks16[1],style:{height:\"100%\",width:\"100%\"},YENr_u36e:13},tSKEezAay:{dG5bv8c6J:resolvedLinks16[4],style:{height:\"100%\",width:\"100%\"},YENr_u36e:13},YevCpwGm8:{dG5bv8c6J:resolvedLinks16[2],style:{height:\"100%\",width:\"100%\"},YENr_u36e:13}},baseVariant,gestureVariant)})})})}),isDisplayed5()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"KPwaCg6lL\"},implicitPathVariables:undefined},{href:{webPageId:\"KPwaCg6lL\"},implicitPathVariables:undefined},{href:{webPageId:\"KPwaCg6lL\"},implicitPathVariables:undefined},{href:{webPageId:\"KPwaCg6lL\"},implicitPathVariables:undefined},{href:{webPageId:\"KPwaCg6lL\"},implicitPathVariables:undefined}],children:resolvedLinks17=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+(34+((componentViewport?.height||106)-34-64)/2)+12+0+0+0,...addPropertyOverrides({GmKiAtzQH:{height:36,y:(componentViewport?.y||0)+34+0+14+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-pre6pe-container\",\"data-framer-name\":\"Contact (Desktop)\",layoutDependency:layoutDependency,layoutId:\"nQBLsVUQE-container\",name:\"Contact (Desktop)\",nodeId:\"nQBLsVUQE\",rendersWithMotion:true,scopeId:\"rBO0R_k1t\",children:/*#__PURE__*/_jsx(Button,{dG5bv8c6J:resolvedLinks17[0],FGOUdcala:\"Request Demo\",height:\"100%\",id:\"nQBLsVUQE\",layoutId:\"nQBLsVUQE\",name:\"Contact (Desktop)\",style:{height:\"100%\"},variant:\"fUk4HZI4R\",width:\"100%\",YENr_u36e:14,...addPropertyOverrides({dDHNISj5V:{dG5bv8c6J:resolvedLinks17[4]},E0r3FqikN:{dG5bv8c6J:resolvedLinks17[2]},GmKiAtzQH:{dG5bv8c6J:resolvedLinks17[1],YENr_u36e:12},lmjyx8QTj:{dG5bv8c6J:resolvedLinks17[3]}},baseVariant,gestureVariant)})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"KPwaCg6lL\"},implicitPathVariables:undefined},{href:{webPageId:\"KPwaCg6lL\"},implicitPathVariables:undefined},{href:{webPageId:\"KPwaCg6lL\"},implicitPathVariables:undefined},{href:{webPageId:\"KPwaCg6lL\"},implicitPathVariables:undefined},{href:{webPageId:\"KPwaCg6lL\"},implicitPathVariables:undefined}],children:resolvedLinks18=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({icblux8DY:{height:40,width:`calc(${componentViewport?.width||\"100vw\"} - 36px)`,y:(componentViewport?.y||0)+34+0+0+88+18+442.8+0+62+0+52},peAB7QmD9:{height:40,width:`calc(${componentViewport?.width||\"100vw\"} - 36px)`,y:(componentViewport?.y||0)+34+0+0+88+18+426.8+0+62+0+52},tSKEezAay:{height:40,width:`calc(${componentViewport?.width||\"100vw\"} - 36px)`,y:(componentViewport?.y||0)+34+0+0+88+18+400.8+0+62+0+52},YevCpwGm8:{height:40,width:`calc(${componentViewport?.width||\"100vw\"} - 36px)`,y:(componentViewport?.y||0)+34+0+0+88+18+172.8+0+62+0+52}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-184jwff-container\",\"data-framer-name\":\"Contact (Mobile)\",layoutDependency:layoutDependency,layoutId:\"tLTf4xoKp-container\",name:\"Contact (Mobile)\",nodeId:\"tLTf4xoKp\",rendersWithMotion:true,scopeId:\"rBO0R_k1t\",children:/*#__PURE__*/_jsx(Button,{dG5bv8c6J:resolvedLinks18[0],FGOUdcala:\"Contact Us\",height:\"100%\",id:\"tLTf4xoKp\",layoutId:\"tLTf4xoKp\",name:\"Contact (Mobile)\",style:{height:\"100%\",width:\"100%\"},variant:\"fUk4HZI4R\",width:\"100%\",YENr_u36e:14,...addPropertyOverrides({icblux8DY:{dG5bv8c6J:resolvedLinks18[4],YENr_u36e:13},peAB7QmD9:{dG5bv8c6J:resolvedLinks18[1],YENr_u36e:13},tSKEezAay:{dG5bv8c6J:resolvedLinks18[3],YENr_u36e:13},YevCpwGm8:{dG5bv8c6J:resolvedLinks18[2],FGOUdcala:\"Request Demo\",YENr_u36e:13}},baseVariant,gestureVariant)})})})}),isDisplayed6()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cdamxj\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"iLP2YOqh9\",onTap:onTap5c016q,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-pn0z11\",layoutDependency:layoutDependency,layoutId:\"gh0ZwzLid\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1l8iqm\",layoutDependency:layoutDependency,layoutId:\"bdYRWkA4B\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-bspfl8\",layoutDependency:layoutDependency,layoutId:\"ikghDjXGv\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3}})]})]})]})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-gAQmt.framer-wbgjyh, .framer-gAQmt .framer-wbgjyh { display: block; }\",\".framer-gAQmt.framer-ypn7ej { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 34px; height: 106px; justify-content: center; overflow: visible; padding: 34px 0px 0px 0px; position: relative; width: 1100px; }\",\".framer-gAQmt .framer-1n1u4lj { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 10; }\",\".framer-gAQmt .framer-eh7ld3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-gAQmt .framer-12p5crd, .framer-gAQmt .framer-ugzbvy, .framer-gAQmt .framer-1m09mja, .framer-gAQmt .framer-1v6w15w { 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-gAQmt .framer-jhn0gg { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); overflow: visible; position: relative; text-decoration: none; width: 64px; }\",\".framer-gAQmt .framer-1kn047i-container { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-gAQmt .framer-uucgrb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-gAQmt .framer-j57r7v, .framer-gAQmt .framer-olg4s0, .framer-gAQmt .framer-1oqpwv { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-gAQmt .framer-kt8gkt, .framer-gAQmt .framer-1khhczq, .framer-gAQmt .framer-wgipea { 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: hidden; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-gAQmt .framer-1xqb42t, .framer-gAQmt .framer-14l32zm, .framer-gAQmt .framer-191ubws, .framer-gAQmt .framer-1b8bict { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-gAQmt .framer-mmv0ql, .framer-gAQmt .framer-1qp9xr4, .framer-gAQmt .framer-10qtpao { flex: none; height: 8px; position: relative; width: 8px; }\",\".framer-gAQmt .framer-1tscg5l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; left: -17px; overflow: hidden; padding: 12px 12px 12px 8px; position: absolute; top: 30px; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-gAQmt .framer-upz4me, .framer-gAQmt .framer-12gh9db { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-gAQmt .framer-hozp6c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 378px; }\",\".framer-gAQmt .framer-fyru9r, .framer-gAQmt .framer-dsnm3y, .framer-gAQmt .framer-11x5bhy, .framer-gAQmt .framer-oderq5, .framer-gAQmt .framer-1rs63jb { 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 0px 0px 5px; position: relative; width: min-content; }\",\".framer-gAQmt .framer-kz92ht-container, .framer-gAQmt .framer-1d0urz4-container, .framer-gAQmt .framer-1f5ia1y-container, .framer-gAQmt .framer-h2p8iq-container, .framer-gAQmt .framer-1sg96mh-container { flex: none; height: auto; position: relative; width: 180px; }\",\".framer-gAQmt .framer-18bqhcw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; left: -16px; overflow: hidden; padding: 10px; position: absolute; top: 30px; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-gAQmt .framer-h14iue { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 220px; }\",\".framer-gAQmt .framer-10jcwps { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-gAQmt .framer-yhcyt0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; min-height: 176px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-gAQmt .framer-70d6f9, .framer-gAQmt .framer-11pfrwh, .framer-gAQmt .framer-190y5wa, .framer-gAQmt .framer-1ry5rdr, .framer-gAQmt .framer-12h3fea, .framer-gAQmt .framer-1qltr6y { 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: 4px 0px 4px 0px; position: relative; width: 100%; }\",\".framer-gAQmt .framer-13m2zm0-container, .framer-gAQmt .framer-1i734bo-container, .framer-gAQmt .framer-qcaljv-container, .framer-gAQmt .framer-7hw27y-container, .framer-gAQmt .framer-trajs9-container, .framer-gAQmt .framer-1qy3tq-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-gAQmt .framer-9vrix9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; left: -50px; overflow: hidden; padding: 12px; position: absolute; top: 40px; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-gAQmt .framer-96apw6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-gAQmt .framer-133njnu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; min-height: 144px; min-width: 290px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-gAQmt .framer-dj3qez, .framer-gAQmt .framer-728ghc, .framer-gAQmt .framer-1lqll0v, .framer-gAQmt .framer-1jumdxt, .framer-gAQmt .framer-b1s3kq, .framer-gAQmt .framer-uq01s6 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 4px 0px 4px 0px; position: relative; width: auto; }\",\".framer-gAQmt .framer-gcp186-container, .framer-gAQmt .framer-gsj5av-container, .framer-gAQmt .framer-hh2720-container, .framer-gAQmt .framer-i3337i-container, .framer-gAQmt .framer-ru5e3j-container, .framer-gAQmt .framer-1pn480e-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-gAQmt .framer-11ugzw0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-gAQmt .framer-vtlvun { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-gAQmt .framer-1ijtyrm, .framer-gAQmt .framer-1o06ymv, .framer-gAQmt .framer-vp4uw6 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; text-decoration: none; width: 24px; }\",\".framer-gAQmt .framer-3njhtl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-gAQmt .framer-uo7b71-container, .framer-gAQmt .framer-pre6pe-container { flex: none; height: 40px; position: relative; width: auto; }\",\".framer-gAQmt .framer-184jwff-container { flex: 1 0 0px; height: 40px; position: relative; width: 1px; }\",\".framer-gAQmt .framer-cdamxj { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 6px; position: relative; width: min-content; }\",\".framer-gAQmt .framer-pn0z11, .framer-gAQmt .framer-1l8iqm, .framer-gAQmt .framer-bspfl8 { flex: none; height: 2px; overflow: hidden; position: relative; width: 24px; will-change: var(--framer-will-change-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gAQmt.framer-ypn7ej, .framer-gAQmt .framer-eh7ld3, .framer-gAQmt .framer-12p5crd, .framer-gAQmt .framer-uucgrb, .framer-gAQmt .framer-j57r7v, .framer-gAQmt .framer-kt8gkt, .framer-gAQmt .framer-ugzbvy, .framer-gAQmt .framer-1tscg5l, .framer-gAQmt .framer-upz4me, .framer-gAQmt .framer-hozp6c, .framer-gAQmt .framer-fyru9r, .framer-gAQmt .framer-dsnm3y, .framer-gAQmt .framer-11x5bhy, .framer-gAQmt .framer-oderq5, .framer-gAQmt .framer-1rs63jb, .framer-gAQmt .framer-olg4s0, .framer-gAQmt .framer-1khhczq, .framer-gAQmt .framer-1m09mja, .framer-gAQmt .framer-18bqhcw, .framer-gAQmt .framer-h14iue, .framer-gAQmt .framer-10jcwps, .framer-gAQmt .framer-yhcyt0, .framer-gAQmt .framer-70d6f9, .framer-gAQmt .framer-11pfrwh, .framer-gAQmt .framer-190y5wa, .framer-gAQmt .framer-1ry5rdr, .framer-gAQmt .framer-12h3fea, .framer-gAQmt .framer-1qltr6y, .framer-gAQmt .framer-1oqpwv, .framer-gAQmt .framer-wgipea, .framer-gAQmt .framer-1v6w15w, .framer-gAQmt .framer-9vrix9, .framer-gAQmt .framer-96apw6, .framer-gAQmt .framer-12gh9db, .framer-gAQmt .framer-133njnu, .framer-gAQmt .framer-dj3qez, .framer-gAQmt .framer-728ghc, .framer-gAQmt .framer-1lqll0v, .framer-gAQmt .framer-1jumdxt, .framer-gAQmt .framer-b1s3kq, .framer-gAQmt .framer-uq01s6, .framer-gAQmt .framer-11ugzw0, .framer-gAQmt .framer-vtlvun, .framer-gAQmt .framer-3njhtl, .framer-gAQmt .framer-cdamxj { gap: 0px; } .framer-gAQmt.framer-ypn7ej > * { margin: 0px; margin-left: calc(34px / 2); margin-right: calc(34px / 2); } .framer-gAQmt.framer-ypn7ej > :first-child, .framer-gAQmt .framer-12p5crd > :first-child, .framer-gAQmt .framer-uucgrb > :first-child, .framer-gAQmt .framer-kt8gkt > :first-child, .framer-gAQmt .framer-ugzbvy > :first-child, .framer-gAQmt .framer-1tscg5l > :first-child, .framer-gAQmt .framer-hozp6c > :first-child, .framer-gAQmt .framer-fyru9r > :first-child, .framer-gAQmt .framer-dsnm3y > :first-child, .framer-gAQmt .framer-11x5bhy > :first-child, .framer-gAQmt .framer-oderq5 > :first-child, .framer-gAQmt .framer-1rs63jb > :first-child, .framer-gAQmt .framer-1khhczq > :first-child, .framer-gAQmt .framer-1m09mja > :first-child, .framer-gAQmt .framer-18bqhcw > :first-child, .framer-gAQmt .framer-70d6f9 > :first-child, .framer-gAQmt .framer-11pfrwh > :first-child, .framer-gAQmt .framer-190y5wa > :first-child, .framer-gAQmt .framer-1ry5rdr > :first-child, .framer-gAQmt .framer-12h3fea > :first-child, .framer-gAQmt .framer-1qltr6y > :first-child, .framer-gAQmt .framer-wgipea > :first-child, .framer-gAQmt .framer-1v6w15w > :first-child, .framer-gAQmt .framer-9vrix9 > :first-child, .framer-gAQmt .framer-dj3qez > :first-child, .framer-gAQmt .framer-728ghc > :first-child, .framer-gAQmt .framer-1lqll0v > :first-child, .framer-gAQmt .framer-1jumdxt > :first-child, .framer-gAQmt .framer-b1s3kq > :first-child, .framer-gAQmt .framer-uq01s6 > :first-child, .framer-gAQmt .framer-11ugzw0 > :first-child, .framer-gAQmt .framer-vtlvun > :first-child, .framer-gAQmt .framer-3njhtl > :first-child { margin-left: 0px; } .framer-gAQmt.framer-ypn7ej > :last-child, .framer-gAQmt .framer-12p5crd > :last-child, .framer-gAQmt .framer-uucgrb > :last-child, .framer-gAQmt .framer-kt8gkt > :last-child, .framer-gAQmt .framer-ugzbvy > :last-child, .framer-gAQmt .framer-1tscg5l > :last-child, .framer-gAQmt .framer-hozp6c > :last-child, .framer-gAQmt .framer-fyru9r > :last-child, .framer-gAQmt .framer-dsnm3y > :last-child, .framer-gAQmt .framer-11x5bhy > :last-child, .framer-gAQmt .framer-oderq5 > :last-child, .framer-gAQmt .framer-1rs63jb > :last-child, .framer-gAQmt .framer-1khhczq > :last-child, .framer-gAQmt .framer-1m09mja > :last-child, .framer-gAQmt .framer-18bqhcw > :last-child, .framer-gAQmt .framer-70d6f9 > :last-child, .framer-gAQmt .framer-11pfrwh > :last-child, .framer-gAQmt .framer-190y5wa > :last-child, .framer-gAQmt .framer-1ry5rdr > :last-child, .framer-gAQmt .framer-12h3fea > :last-child, .framer-gAQmt .framer-1qltr6y > :last-child, .framer-gAQmt .framer-wgipea > :last-child, .framer-gAQmt .framer-1v6w15w > :last-child, .framer-gAQmt .framer-9vrix9 > :last-child, .framer-gAQmt .framer-dj3qez > :last-child, .framer-gAQmt .framer-728ghc > :last-child, .framer-gAQmt .framer-1lqll0v > :last-child, .framer-gAQmt .framer-1jumdxt > :last-child, .framer-gAQmt .framer-b1s3kq > :last-child, .framer-gAQmt .framer-uq01s6 > :last-child, .framer-gAQmt .framer-11ugzw0 > :last-child, .framer-gAQmt .framer-vtlvun > :last-child, .framer-gAQmt .framer-3njhtl > :last-child { margin-right: 0px; } .framer-gAQmt .framer-eh7ld3 > *, .framer-gAQmt .framer-j57r7v > *, .framer-gAQmt .framer-olg4s0 > *, .framer-gAQmt .framer-1oqpwv > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-gAQmt .framer-eh7ld3 > :first-child, .framer-gAQmt .framer-j57r7v > :first-child, .framer-gAQmt .framer-upz4me > :first-child, .framer-gAQmt .framer-olg4s0 > :first-child, .framer-gAQmt .framer-h14iue > :first-child, .framer-gAQmt .framer-10jcwps > :first-child, .framer-gAQmt .framer-yhcyt0 > :first-child, .framer-gAQmt .framer-1oqpwv > :first-child, .framer-gAQmt .framer-96apw6 > :first-child, .framer-gAQmt .framer-12gh9db > :first-child, .framer-gAQmt .framer-133njnu > :first-child, .framer-gAQmt .framer-cdamxj > :first-child { margin-top: 0px; } .framer-gAQmt .framer-eh7ld3 > :last-child, .framer-gAQmt .framer-j57r7v > :last-child, .framer-gAQmt .framer-upz4me > :last-child, .framer-gAQmt .framer-olg4s0 > :last-child, .framer-gAQmt .framer-h14iue > :last-child, .framer-gAQmt .framer-10jcwps > :last-child, .framer-gAQmt .framer-yhcyt0 > :last-child, .framer-gAQmt .framer-1oqpwv > :last-child, .framer-gAQmt .framer-96apw6 > :last-child, .framer-gAQmt .framer-12gh9db > :last-child, .framer-gAQmt .framer-133njnu > :last-child, .framer-gAQmt .framer-cdamxj > :last-child { margin-bottom: 0px; } .framer-gAQmt .framer-12p5crd > *, .framer-gAQmt .framer-kt8gkt > *, .framer-gAQmt .framer-ugzbvy > *, .framer-gAQmt .framer-fyru9r > *, .framer-gAQmt .framer-dsnm3y > *, .framer-gAQmt .framer-11x5bhy > *, .framer-gAQmt .framer-oderq5 > *, .framer-gAQmt .framer-1rs63jb > *, .framer-gAQmt .framer-1khhczq > *, .framer-gAQmt .framer-1m09mja > *, .framer-gAQmt .framer-70d6f9 > *, .framer-gAQmt .framer-11pfrwh > *, .framer-gAQmt .framer-190y5wa > *, .framer-gAQmt .framer-1ry5rdr > *, .framer-gAQmt .framer-12h3fea > *, .framer-gAQmt .framer-1qltr6y > *, .framer-gAQmt .framer-wgipea > *, .framer-gAQmt .framer-1v6w15w > *, .framer-gAQmt .framer-dj3qez > *, .framer-gAQmt .framer-728ghc > *, .framer-gAQmt .framer-1lqll0v > *, .framer-gAQmt .framer-1jumdxt > *, .framer-gAQmt .framer-b1s3kq > *, .framer-gAQmt .framer-uq01s6 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-gAQmt .framer-uucgrb > * { margin: 0px; margin-left: calc(22px / 2); margin-right: calc(22px / 2); } .framer-gAQmt .framer-1tscg5l > *, .framer-gAQmt .framer-3njhtl > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-gAQmt .framer-upz4me > *, .framer-gAQmt .framer-10jcwps > *, .framer-gAQmt .framer-12gh9db > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-gAQmt .framer-hozp6c > *, .framer-gAQmt .framer-18bqhcw > *, .framer-gAQmt .framer-vtlvun > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-gAQmt .framer-h14iue > *, .framer-gAQmt .framer-96apw6 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-gAQmt .framer-yhcyt0 > *, .framer-gAQmt .framer-133njnu > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-gAQmt .framer-9vrix9 > *, .framer-gAQmt .framer-11ugzw0 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-gAQmt .framer-cdamxj > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } }\",\".framer-gAQmt.framer-v-1wsjqtr.framer-ypn7ej, .framer-gAQmt.framer-v-17h3d5t.framer-ypn7ej, .framer-gAQmt.framer-v-shq6ry.framer-ypn7ej { flex-direction: column; height: min-content; justify-content: flex-start; max-width: 1099px; min-width: 300px; padding: 34px 18px 0px 18px; width: 390px; }\",\".framer-gAQmt.framer-v-1wsjqtr .framer-1n1u4lj, .framer-gAQmt.framer-v-1bsuikn .framer-184jwff-container, .framer-gAQmt.framer-v-17h3d5t .framer-184jwff-container, .framer-gAQmt.framer-v-15qix80 .framer-184jwff-container, .framer-gAQmt.framer-v-shq6ry .framer-184jwff-container { flex: none; width: 100%; }\",\".framer-gAQmt.framer-v-1wsjqtr .framer-11ugzw0 { gap: 10px; }\",\".framer-gAQmt.framer-v-1wsjqtr .framer-pre6pe-container { height: 36px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gAQmt.framer-v-1wsjqtr.framer-ypn7ej, .framer-gAQmt.framer-v-1wsjqtr .framer-11ugzw0 { gap: 0px; } .framer-gAQmt.framer-v-1wsjqtr.framer-ypn7ej > * { margin: 0px; margin-bottom: calc(34px / 2); margin-top: calc(34px / 2); } .framer-gAQmt.framer-v-1wsjqtr.framer-ypn7ej > :first-child { margin-top: 0px; } .framer-gAQmt.framer-v-1wsjqtr.framer-ypn7ej > :last-child { margin-bottom: 0px; } .framer-gAQmt.framer-v-1wsjqtr .framer-11ugzw0 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-gAQmt.framer-v-1wsjqtr .framer-11ugzw0 > :first-child { margin-left: 0px; } .framer-gAQmt.framer-v-1wsjqtr .framer-11ugzw0 > :last-child { margin-right: 0px; } }\",\".framer-gAQmt.framer-v-1bsuikn.framer-ypn7ej, .framer-gAQmt.framer-v-15qix80.framer-ypn7ej { flex-direction: column; flex-wrap: wrap; height: min-content; justify-content: flex-start; max-width: 1099px; min-width: 300px; padding: 34px 18px 0px 18px; width: 390px; }\",\".framer-gAQmt.framer-v-1bsuikn .framer-1n1u4lj, .framer-gAQmt.framer-v-17h3d5t .framer-1n1u4lj, .framer-gAQmt.framer-v-15qix80 .framer-1n1u4lj, .framer-gAQmt.framer-v-shq6ry .framer-1n1u4lj { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; gap: 24px; justify-content: flex-start; order: 0; padding: 0px 0px 32px 0px; width: 100%; }\",\".framer-gAQmt.framer-v-1bsuikn .framer-eh7ld3, .framer-gAQmt.framer-v-17h3d5t .framer-eh7ld3, .framer-gAQmt.framer-v-15qix80 .framer-eh7ld3, .framer-gAQmt.framer-v-shq6ry .framer-eh7ld3 { flex-direction: row; gap: unset; justify-content: space-between; width: 100%; }\",\".framer-gAQmt.framer-v-1bsuikn .framer-12p5crd, .framer-gAQmt.framer-v-17h3d5t .framer-12p5crd, .framer-gAQmt.framer-v-15qix80 .framer-12p5crd, .framer-gAQmt.framer-v-shq6ry .framer-12p5crd { order: 0; }\",\".framer-gAQmt.framer-v-1bsuikn .framer-1kn047i-container, .framer-gAQmt.framer-v-17h3d5t .framer-1kn047i-container, .framer-gAQmt.framer-v-15qix80 .framer-1kn047i-container, .framer-gAQmt.framer-v-shq6ry .framer-1kn047i-container { order: 1; }\",\".framer-gAQmt.framer-v-1bsuikn .framer-uucgrb, .framer-gAQmt.framer-v-17h3d5t .framer-uucgrb, .framer-gAQmt.framer-v-15qix80 .framer-uucgrb, .framer-gAQmt.framer-v-shq6ry .framer-uucgrb { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 24px; justify-content: flex-start; padding: 18px 0px 0px 0px; width: 100%; }\",\".framer-gAQmt.framer-v-1bsuikn .framer-olg4s0, .framer-gAQmt.framer-v-15qix80 .framer-j57r7v, .framer-gAQmt.framer-v-shq6ry .framer-1oqpwv { cursor: unset; width: 100%; }\",\".framer-gAQmt.framer-v-1bsuikn .framer-1khhczq, .framer-gAQmt.framer-v-nlktez .framer-ugzbvy, .framer-gAQmt.framer-v-15qix80 .framer-kt8gkt, .framer-gAQmt.framer-v-15qix80 .framer-1m09mja, .framer-gAQmt.framer-v-shq6ry .framer-wgipea { cursor: pointer; }\",\".framer-gAQmt.framer-v-1bsuikn .framer-18bqhcw { left: unset; position: relative; top: unset; width: 100%; }\",\".framer-gAQmt.framer-v-1bsuikn .framer-h14iue, .framer-gAQmt.framer-v-15qix80 .framer-kz92ht-container, .framer-gAQmt.framer-v-15qix80 .framer-1d0urz4-container, .framer-gAQmt.framer-v-15qix80 .framer-1f5ia1y-container, .framer-gAQmt.framer-v-15qix80 .framer-h2p8iq-container, .framer-gAQmt.framer-v-15qix80 .framer-1sg96mh-container, .framer-gAQmt.framer-v-21w71j .framer-gcp186-container, .framer-gAQmt.framer-v-21w71j .framer-gsj5av-container, .framer-gAQmt.framer-v-21w71j .framer-hh2720-container, .framer-gAQmt.framer-v-21w71j .framer-i3337i-container, .framer-gAQmt.framer-v-21w71j .framer-ru5e3j-container, .framer-gAQmt.framer-v-shq6ry .framer-96apw6, .framer-gAQmt.framer-v-shq6ry .framer-gcp186-container, .framer-gAQmt.framer-v-shq6ry .framer-gsj5av-container, .framer-gAQmt.framer-v-shq6ry .framer-hh2720-container, .framer-gAQmt.framer-v-shq6ry .framer-i3337i-container, .framer-gAQmt.framer-v-shq6ry .framer-ru5e3j-container, .framer-gAQmt.framer-v-shq6ry .framer-1pn480e-container { flex: 1 0 0px; width: 1px; }\",\".framer-gAQmt.framer-v-1bsuikn .framer-yhcyt0, .framer-gAQmt.framer-v-m827uy .framer-yhcyt0 { min-height: unset; }\",\".framer-gAQmt.framer-v-1bsuikn .framer-11ugzw0, .framer-gAQmt.framer-v-17h3d5t .framer-11ugzw0, .framer-gAQmt.framer-v-15qix80 .framer-11ugzw0, .framer-gAQmt.framer-v-shq6ry .framer-11ugzw0 { align-content: flex-start; align-items: flex-start; flex-direction: column; justify-content: flex-start; width: 100%; }\",\".framer-gAQmt.framer-v-1bsuikn .framer-vtlvun, .framer-gAQmt.framer-v-17h3d5t .framer-vtlvun, .framer-gAQmt.framer-v-15qix80 .framer-vtlvun, .framer-gAQmt.framer-v-shq6ry .framer-vtlvun { gap: 14px; padding: 14px 0px 0px 0px; }\",\".framer-gAQmt.framer-v-1bsuikn .framer-3njhtl, .framer-gAQmt.framer-v-17h3d5t .framer-3njhtl, .framer-gAQmt.framer-v-15qix80 .framer-3njhtl, .framer-gAQmt.framer-v-shq6ry .framer-3njhtl { flex-direction: column; width: 100%; }\",\".framer-gAQmt.framer-v-1bsuikn .framer-uo7b71-container, .framer-gAQmt.framer-v-17h3d5t .framer-olg4s0, .framer-gAQmt.framer-v-17h3d5t .framer-uo7b71-container, .framer-gAQmt.framer-v-15qix80 .framer-olg4s0, .framer-gAQmt.framer-v-15qix80 .framer-uo7b71-container, .framer-gAQmt.framer-v-shq6ry .framer-olg4s0, .framer-gAQmt.framer-v-shq6ry .framer-12gh9db, .framer-gAQmt.framer-v-shq6ry .framer-uo7b71-container { width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gAQmt.framer-v-1bsuikn.framer-ypn7ej, .framer-gAQmt.framer-v-1bsuikn .framer-1n1u4lj, .framer-gAQmt.framer-v-1bsuikn .framer-eh7ld3, .framer-gAQmt.framer-v-1bsuikn .framer-uucgrb, .framer-gAQmt.framer-v-1bsuikn .framer-11ugzw0, .framer-gAQmt.framer-v-1bsuikn .framer-vtlvun, .framer-gAQmt.framer-v-1bsuikn .framer-3njhtl { gap: 0px; } .framer-gAQmt.framer-v-1bsuikn.framer-ypn7ej > * { margin: 0px; margin-bottom: calc(34px / 2); margin-top: calc(34px / 2); } .framer-gAQmt.framer-v-1bsuikn.framer-ypn7ej > :first-child, .framer-gAQmt.framer-v-1bsuikn .framer-1n1u4lj > :first-child, .framer-gAQmt.framer-v-1bsuikn .framer-uucgrb > :first-child, .framer-gAQmt.framer-v-1bsuikn .framer-11ugzw0 > :first-child, .framer-gAQmt.framer-v-1bsuikn .framer-3njhtl > :first-child { margin-top: 0px; } .framer-gAQmt.framer-v-1bsuikn.framer-ypn7ej > :last-child, .framer-gAQmt.framer-v-1bsuikn .framer-1n1u4lj > :last-child, .framer-gAQmt.framer-v-1bsuikn .framer-uucgrb > :last-child, .framer-gAQmt.framer-v-1bsuikn .framer-11ugzw0 > :last-child, .framer-gAQmt.framer-v-1bsuikn .framer-3njhtl > :last-child { margin-bottom: 0px; } .framer-gAQmt.framer-v-1bsuikn .framer-1n1u4lj > *, .framer-gAQmt.framer-v-1bsuikn .framer-uucgrb > *, .framer-gAQmt.framer-v-1bsuikn .framer-11ugzw0 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-gAQmt.framer-v-1bsuikn .framer-eh7ld3 > *, .framer-gAQmt.framer-v-1bsuikn .framer-eh7ld3 > :first-child, .framer-gAQmt.framer-v-1bsuikn .framer-eh7ld3 > :last-child { margin: 0px; } .framer-gAQmt.framer-v-1bsuikn .framer-vtlvun > * { margin: 0px; margin-left: calc(14px / 2); margin-right: calc(14px / 2); } .framer-gAQmt.framer-v-1bsuikn .framer-vtlvun > :first-child { margin-left: 0px; } .framer-gAQmt.framer-v-1bsuikn .framer-vtlvun > :last-child { margin-right: 0px; } .framer-gAQmt.framer-v-1bsuikn .framer-3njhtl > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gAQmt.framer-v-17h3d5t.framer-ypn7ej, .framer-gAQmt.framer-v-17h3d5t .framer-1n1u4lj, .framer-gAQmt.framer-v-17h3d5t .framer-eh7ld3, .framer-gAQmt.framer-v-17h3d5t .framer-uucgrb, .framer-gAQmt.framer-v-17h3d5t .framer-11ugzw0, .framer-gAQmt.framer-v-17h3d5t .framer-vtlvun, .framer-gAQmt.framer-v-17h3d5t .framer-3njhtl { gap: 0px; } .framer-gAQmt.framer-v-17h3d5t.framer-ypn7ej > * { margin: 0px; margin-bottom: calc(34px / 2); margin-top: calc(34px / 2); } .framer-gAQmt.framer-v-17h3d5t.framer-ypn7ej > :first-child, .framer-gAQmt.framer-v-17h3d5t .framer-1n1u4lj > :first-child, .framer-gAQmt.framer-v-17h3d5t .framer-uucgrb > :first-child, .framer-gAQmt.framer-v-17h3d5t .framer-11ugzw0 > :first-child, .framer-gAQmt.framer-v-17h3d5t .framer-3njhtl > :first-child { margin-top: 0px; } .framer-gAQmt.framer-v-17h3d5t.framer-ypn7ej > :last-child, .framer-gAQmt.framer-v-17h3d5t .framer-1n1u4lj > :last-child, .framer-gAQmt.framer-v-17h3d5t .framer-uucgrb > :last-child, .framer-gAQmt.framer-v-17h3d5t .framer-11ugzw0 > :last-child, .framer-gAQmt.framer-v-17h3d5t .framer-3njhtl > :last-child { margin-bottom: 0px; } .framer-gAQmt.framer-v-17h3d5t .framer-1n1u4lj > *, .framer-gAQmt.framer-v-17h3d5t .framer-uucgrb > *, .framer-gAQmt.framer-v-17h3d5t .framer-11ugzw0 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-gAQmt.framer-v-17h3d5t .framer-eh7ld3 > *, .framer-gAQmt.framer-v-17h3d5t .framer-eh7ld3 > :first-child, .framer-gAQmt.framer-v-17h3d5t .framer-eh7ld3 > :last-child { margin: 0px; } .framer-gAQmt.framer-v-17h3d5t .framer-vtlvun > * { margin: 0px; margin-left: calc(14px / 2); margin-right: calc(14px / 2); } .framer-gAQmt.framer-v-17h3d5t .framer-vtlvun > :first-child { margin-left: 0px; } .framer-gAQmt.framer-v-17h3d5t .framer-vtlvun > :last-child { margin-right: 0px; } .framer-gAQmt.framer-v-17h3d5t .framer-3njhtl > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",\".framer-gAQmt.framer-v-nlktez .framer-1tscg5l { gap: 8px; left: -16px; padding: 10px; }\",\".framer-gAQmt.framer-v-nlktez .framer-hozp6c { align-content: flex-start; align-items: flex-start; gap: 4px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gAQmt.framer-v-nlktez .framer-1tscg5l, .framer-gAQmt.framer-v-nlktez .framer-hozp6c { gap: 0px; } .framer-gAQmt.framer-v-nlktez .framer-1tscg5l > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-gAQmt.framer-v-nlktez .framer-1tscg5l > :first-child, .framer-gAQmt.framer-v-nlktez .framer-hozp6c > :first-child { margin-left: 0px; } .framer-gAQmt.framer-v-nlktez .framer-1tscg5l > :last-child, .framer-gAQmt.framer-v-nlktez .framer-hozp6c > :last-child { margin-right: 0px; } .framer-gAQmt.framer-v-nlktez .framer-hozp6c > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } }\",\".framer-gAQmt.framer-v-15qix80 .framer-1tscg5l { align-content: flex-start; align-items: flex-start; flex-direction: column; left: unset; padding: 0px; position: relative; top: unset; width: 100%; will-change: unset; }\",\".framer-gAQmt.framer-v-15qix80 .framer-upz4me { gap: 18px; width: 100%; }\",\".framer-gAQmt.framer-v-15qix80 .framer-hozp6c { flex-direction: column; padding: 12px 0px 24px 0px; width: 100%; }\",\".framer-gAQmt.framer-v-15qix80 .framer-fyru9r, .framer-gAQmt.framer-v-15qix80 .framer-dsnm3y, .framer-gAQmt.framer-v-15qix80 .framer-11x5bhy, .framer-gAQmt.framer-v-15qix80 .framer-oderq5, .framer-gAQmt.framer-v-15qix80 .framer-1rs63jb { padding: 0px 0px 4px 5px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gAQmt.framer-v-15qix80.framer-ypn7ej, .framer-gAQmt.framer-v-15qix80 .framer-1n1u4lj, .framer-gAQmt.framer-v-15qix80 .framer-eh7ld3, .framer-gAQmt.framer-v-15qix80 .framer-uucgrb, .framer-gAQmt.framer-v-15qix80 .framer-1tscg5l, .framer-gAQmt.framer-v-15qix80 .framer-upz4me, .framer-gAQmt.framer-v-15qix80 .framer-hozp6c, .framer-gAQmt.framer-v-15qix80 .framer-11ugzw0, .framer-gAQmt.framer-v-15qix80 .framer-vtlvun, .framer-gAQmt.framer-v-15qix80 .framer-3njhtl { gap: 0px; } .framer-gAQmt.framer-v-15qix80.framer-ypn7ej > * { margin: 0px; margin-bottom: calc(34px / 2); margin-top: calc(34px / 2); } .framer-gAQmt.framer-v-15qix80.framer-ypn7ej > :first-child, .framer-gAQmt.framer-v-15qix80 .framer-1n1u4lj > :first-child, .framer-gAQmt.framer-v-15qix80 .framer-uucgrb > :first-child, .framer-gAQmt.framer-v-15qix80 .framer-1tscg5l > :first-child, .framer-gAQmt.framer-v-15qix80 .framer-upz4me > :first-child, .framer-gAQmt.framer-v-15qix80 .framer-hozp6c > :first-child, .framer-gAQmt.framer-v-15qix80 .framer-11ugzw0 > :first-child, .framer-gAQmt.framer-v-15qix80 .framer-3njhtl > :first-child { margin-top: 0px; } .framer-gAQmt.framer-v-15qix80.framer-ypn7ej > :last-child, .framer-gAQmt.framer-v-15qix80 .framer-1n1u4lj > :last-child, .framer-gAQmt.framer-v-15qix80 .framer-uucgrb > :last-child, .framer-gAQmt.framer-v-15qix80 .framer-1tscg5l > :last-child, .framer-gAQmt.framer-v-15qix80 .framer-upz4me > :last-child, .framer-gAQmt.framer-v-15qix80 .framer-hozp6c > :last-child, .framer-gAQmt.framer-v-15qix80 .framer-11ugzw0 > :last-child, .framer-gAQmt.framer-v-15qix80 .framer-3njhtl > :last-child { margin-bottom: 0px; } .framer-gAQmt.framer-v-15qix80 .framer-1n1u4lj > *, .framer-gAQmt.framer-v-15qix80 .framer-uucgrb > *, .framer-gAQmt.framer-v-15qix80 .framer-11ugzw0 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-gAQmt.framer-v-15qix80 .framer-eh7ld3 > *, .framer-gAQmt.framer-v-15qix80 .framer-eh7ld3 > :first-child, .framer-gAQmt.framer-v-15qix80 .framer-eh7ld3 > :last-child { margin: 0px; } .framer-gAQmt.framer-v-15qix80 .framer-1tscg5l > *, .framer-gAQmt.framer-v-15qix80 .framer-3njhtl > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-gAQmt.framer-v-15qix80 .framer-upz4me > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-gAQmt.framer-v-15qix80 .framer-hozp6c > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-gAQmt.framer-v-15qix80 .framer-vtlvun > * { margin: 0px; margin-left: calc(14px / 2); margin-right: calc(14px / 2); } .framer-gAQmt.framer-v-15qix80 .framer-vtlvun > :first-child { margin-left: 0px; } .framer-gAQmt.framer-v-15qix80 .framer-vtlvun > :last-child { margin-right: 0px; } }\",\".framer-gAQmt.framer-v-21w71j .framer-9vrix9 { left: -13px; padding: 10px; top: 30px; }\",\".framer-gAQmt.framer-v-21w71j .framer-133njnu { min-height: unset; min-width: unset; }\",\".framer-gAQmt.framer-v-21w71j .framer-dj3qez, .framer-gAQmt.framer-v-21w71j .framer-728ghc, .framer-gAQmt.framer-v-21w71j .framer-1lqll0v, .framer-gAQmt.framer-v-21w71j .framer-1jumdxt, .framer-gAQmt.framer-v-21w71j .framer-b1s3kq, .framer-gAQmt.framer-v-21w71j .framer-uq01s6, .framer-gAQmt.framer-v-m827uy .framer-70d6f9, .framer-gAQmt.framer-v-m827uy .framer-11pfrwh, .framer-gAQmt.framer-v-m827uy .framer-190y5wa, .framer-gAQmt.framer-v-m827uy .framer-1ry5rdr, .framer-gAQmt.framer-v-m827uy .framer-12h3fea, .framer-gAQmt.framer-v-m827uy .framer-1qltr6y { padding: 0px; }\",\".framer-gAQmt.framer-v-21w71j .framer-1pn480e-container { width: 250px; }\",\".framer-gAQmt.framer-v-shq6ry .framer-9vrix9 { left: unset; padding: 0px; position: relative; top: unset; width: 100%; }\",\".framer-gAQmt.framer-v-shq6ry .framer-133njnu { min-height: unset; min-width: unset; padding: 12px 0px 24px 0px; width: 100%; }\",\".framer-gAQmt.framer-v-shq6ry .framer-dj3qez, .framer-gAQmt.framer-v-shq6ry .framer-728ghc, .framer-gAQmt.framer-v-shq6ry .framer-1lqll0v, .framer-gAQmt.framer-v-shq6ry .framer-1jumdxt, .framer-gAQmt.framer-v-shq6ry .framer-b1s3kq, .framer-gAQmt.framer-v-shq6ry .framer-uq01s6 { align-self: unset; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gAQmt.framer-v-shq6ry.framer-ypn7ej, .framer-gAQmt.framer-v-shq6ry .framer-1n1u4lj, .framer-gAQmt.framer-v-shq6ry .framer-eh7ld3, .framer-gAQmt.framer-v-shq6ry .framer-uucgrb, .framer-gAQmt.framer-v-shq6ry .framer-11ugzw0, .framer-gAQmt.framer-v-shq6ry .framer-vtlvun, .framer-gAQmt.framer-v-shq6ry .framer-3njhtl { gap: 0px; } .framer-gAQmt.framer-v-shq6ry.framer-ypn7ej > * { margin: 0px; margin-bottom: calc(34px / 2); margin-top: calc(34px / 2); } .framer-gAQmt.framer-v-shq6ry.framer-ypn7ej > :first-child, .framer-gAQmt.framer-v-shq6ry .framer-1n1u4lj > :first-child, .framer-gAQmt.framer-v-shq6ry .framer-uucgrb > :first-child, .framer-gAQmt.framer-v-shq6ry .framer-11ugzw0 > :first-child, .framer-gAQmt.framer-v-shq6ry .framer-3njhtl > :first-child { margin-top: 0px; } .framer-gAQmt.framer-v-shq6ry.framer-ypn7ej > :last-child, .framer-gAQmt.framer-v-shq6ry .framer-1n1u4lj > :last-child, .framer-gAQmt.framer-v-shq6ry .framer-uucgrb > :last-child, .framer-gAQmt.framer-v-shq6ry .framer-11ugzw0 > :last-child, .framer-gAQmt.framer-v-shq6ry .framer-3njhtl > :last-child { margin-bottom: 0px; } .framer-gAQmt.framer-v-shq6ry .framer-1n1u4lj > *, .framer-gAQmt.framer-v-shq6ry .framer-uucgrb > *, .framer-gAQmt.framer-v-shq6ry .framer-11ugzw0 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-gAQmt.framer-v-shq6ry .framer-eh7ld3 > *, .framer-gAQmt.framer-v-shq6ry .framer-eh7ld3 > :first-child, .framer-gAQmt.framer-v-shq6ry .framer-eh7ld3 > :last-child { margin: 0px; } .framer-gAQmt.framer-v-shq6ry .framer-vtlvun > * { margin: 0px; margin-left: calc(14px / 2); margin-right: calc(14px / 2); } .framer-gAQmt.framer-v-shq6ry .framer-vtlvun > :first-child { margin-left: 0px; } .framer-gAQmt.framer-v-shq6ry .framer-vtlvun > :last-child { margin-right: 0px; } .framer-gAQmt.framer-v-shq6ry .framer-3njhtl > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 106\n * @framerIntrinsicWidth 1100\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"GmKiAtzQH\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[\"300px\",\"1099px\",null,null]},\"peAB7QmD9\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[\"300px\",\"1099px\",null,null]},\"YevCpwGm8\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[\"300px\",\"1099px\",null,null]},\"E0r3FqikN\":{\"layout\":[\"fixed\",\"fixed\"]},\"tSKEezAay\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[\"300px\",\"1099px\",null,null]},\"lmjyx8QTj\":{\"layout\":[\"fixed\",\"fixed\"]},\"icblux8DY\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[\"300px\",\"1099px\",null,null]},\"dDHNISj5V\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerrBO0R_k1t=withCSS(Component,css,\"framer-gAQmt\");export default FramerrBO0R_k1t;FramerrBO0R_k1t.displayName=\"Nav Bar\";FramerrBO0R_k1t.defaultProps={height:106,width:1100};addPropertyControls(FramerrBO0R_k1t,{variant:{options:[\"rKKLUtGBL\",\"GmKiAtzQH\",\"peAB7QmD9\",\"YevCpwGm8\",\"E0r3FqikN\",\"tSKEezAay\",\"lmjyx8QTj\",\"icblux8DY\",\"dDHNISj5V\"],optionTitles:[\"Desktop\",\"Mobile (Closed)\",\"Mobile (Features Open)\",\"Mobile (Open)\",\"Desktop (Solutions Open)\",\"Mobile (Solutions Open)\",\"Desktop (Resources Open)\",\"Mobile (Resources Open)\",\"Desktop (Industries Open)\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerrBO0R_k1t,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"}]},...FeatherFonts,...NavBarDropdownMenuItemFonts,...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerrBO0R_k1t\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GmKiAtzQH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"300px\\\",\\\"1099px\\\",null,null]},\\\"peAB7QmD9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"300px\\\",\\\"1099px\\\",null,null]},\\\"YevCpwGm8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"300px\\\",\\\"1099px\\\",null,null]},\\\"E0r3FqikN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tSKEezAay\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"300px\\\",\\\"1099px\\\",null,null]},\\\"lmjyx8QTj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"icblux8DY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"300px\\\",\\\"1099px\\\",null,null]},\\\"dDHNISj5V\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"106\",\"framerIntrinsicWidth\":\"1100\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./rBO0R_k1t.map"],
  "mappings": "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",
  "names": ["coordinatesRegex", "GoogleMaps", "coordinates", "zoom", "style", "props", "borderRadius", "useRadius", "latitude1", "longitude1", "se", "ref", "latitude", "longitude", "p", "motion", "containerStyles", "addPropertyControls", "ControlType", "borderRadiusControl", "FooterLinkFonts", "getFonts", "ePPtr2FNL_default", "GoogleMapsFonts", "GoogleMaps", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "router", "useRouter", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "Link", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "resolvedLinks11", "css", "FramerpU48VAb7O", "withCSS", "pU48VAb7O_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "r", "s", "o", "n", "t", "e", "i", "l", "iconKeys", "moduleBaseUrl", "uppercaseIconKeys", "name", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "s", "npm_react_18_2_exports", "importModule", "active", "module", "e", "ue", "emptyState", "RenderTarget", "p", "NullState", "addPropertyControls", "ControlType", "defaultEvents", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "description", "height", "id", "link", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "crXWZiOOR", "szkc3tgvD", "gRbkbOJzG", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramerJGntlQWXB", "withCSS", "JGntlQWXB_default", "addPropertyControls", "ControlType", "addFonts", "FeatherFonts", "getFonts", "Icon", "NavBarDropdownMenuItemFonts", "JGntlQWXB_default", "ButtonFonts", "ne0JdPEd6_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onClick1aqvvx2", "args", "onTap1ansza0", "onTap1fummex", "onTap1md290u", "onTap5c016q", "onTapduhpoq", "onTap16rgom0", "onTapy2eugx", "onTapf045zh", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "router", "useRouter", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "LayoutGroup", "u", "Link", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "SVG", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "resolvedLinks11", "resolvedLinks12", "resolvedLinks13", "resolvedLinks14", "resolvedLinks15", "resolvedLinks16", "resolvedLinks17", "resolvedLinks18", "css", "FramerrBO0R_k1t", "withCSS", "rBO0R_k1t_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
