{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/jqQ4lAe8zzYBYx0pa8Ry/lw6Quq23la0Lc8PVHmn7/gn3mqdbhA.js"],
  "sourcesContent": ["// Generated by Framer (f5febb9)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,LazyValue,Link,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useOverlayState,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/qXQVWG1AZxpdrbBmhE1U/Video.js\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/9zLIz4fn80IR9zpOx18Q/Embed.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/soIAPuIiPtf4z0IwVYlq/SlideShow.js\";import Nik from\"#framer/local/canvasComponent/eBHuor3tO/eBHuor3tO.js\";import Footer from\"#framer/local/canvasComponent/kQdjQvCOL/kQdjQvCOL.js\";import VentajaColumna from\"#framer/local/canvasComponent/lxdFQ5zwa/lxdFQ5zwa.js\";import Cta from\"#framer/local/canvasComponent/SJ7GYq5D_/SJ7GYq5D_.js\";import Nav from\"#framer/local/canvasComponent/Zg50d3eL1/Zg50d3eL1.js\";import*as sharedStyle from\"#framer/local/css/MxxzKDd16/MxxzKDd16.js\";import metadataProvider from\"#framer/local/webPageMetadata/gn3mqdbhA/gn3mqdbhA.js\";const NavFonts=getFonts(Nav);const NikFonts=getFonts(Nik);const MotionHeaderWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.header);const VideoFonts=getFonts(Video);const MotionHeaderWithFX=withFX(motion.header);const SlideshowFonts=getFonts(Slideshow);const VentajaColumnaFonts=getFonts(VentajaColumna);const CtaFonts=getFonts(Cta);const CtaWithVariantAppearEffect=withVariantAppearEffect(Cta);const EmbedFonts=getFonts(Embed);const FooterFonts=getFonts(Footer);const breakpoints={f_A9WRt2a:\"(min-width: 768px) and (max-width: 1079px)\",hFRmW6doi:\"(min-width: 1200px)\",Jlc65TX_A:\"(max-width: 767px)\",ngH2O0Cts:\"(min-width: 1080px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-FbwfV\";const variantClassNames={f_A9WRt2a:\"framer-v-1ldfni2\",hFRmW6doi:\"framer-v-1lxcu89\",Jlc65TX_A:\"framer-v-17uexb5\",ngH2O0Cts:\"framer-v-r1l8a7\"};const valuesByLocaleId={C7ttYc5y0:new LazyValue(()=>import(\"./gn3mqdbhA-0.js\"))};const preloadLocalizedValues=locale=>{const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise){promises.push(promise);}}locale=locale.fallback;}if(promises.length>0){return Promise.all(promises);}};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value){return value;}}locale=locale.fallback;}};const transition1={delay:.1,duration:.5,ease:[.69,.02,.18,.98],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:40};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:60};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"hFRmW6doi\",Phone:\"Jlc65TX_A\",Tablet:\"ngH2O0Cts\",Tablet2:\"f_A9WRt2a\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"hFRmW6doi\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-FbwfV`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-FbwfV`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const a5C2luLnUwelu7j=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const onTap1wvko5h=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.hide();});const onTapwelu7j=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const EkJhraPU4welu7j=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const preloadPromise=preloadLocalizedValues(activeLocale);if(preloadPromise)throw preloadPromise;const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"Jlc65TX_A\")return false;return true;};const router=useRouter();const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"Jlc65TX_A\")return true;return false;};const elementId=useRouteElementId(\"yVDPNaukv\");const ref2=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];useCustomCursors({});var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6,_getLocalizedValue7,_getLocalizedValue8,_getLocalizedValue9,_getLocalizedValue10,_getLocalizedValue11,_getLocalizedValue12,_getLocalizedValue13,_getLocalizedValue14,_getLocalizedValue15,_getLocalizedValue16,_getLocalizedValue17,_getLocalizedValue18,_getLocalizedValue19,_getLocalizedValue20,_getLocalizedValue21,_getLocalizedValue22,_getLocalizedValue23,_getLocalizedValue24,_getLocalizedValue25,_getLocalizedValue26,_getLocalizedValue27,_getLocalizedValue28,_getLocalizedValue29,_getLocalizedValue30,_getLocalizedValue31,_getLocalizedValue32,_getLocalizedValue33,_getLocalizedValue34;return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"hFRmW6doi\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1lxcu89\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-114l16z-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{f_A9WRt2a:{variant:\"zrwXlgnwY\"},Jlc65TX_A:{variant:\"zrwXlgnwY\"}},children:/*#__PURE__*/_jsx(Nav,{height:\"100%\",id:\"eOMnsSNzU\",KOBbu5STx:\"Ah81Y46MU\",layoutId:\"eOMnsSNzU\",pBLIElftY:\"Ah81Y46MU\",pfMtJaEgA:\"Ah81Y46MU\",qNqLaWMW6:\"Ah81Y46MU\",style:{width:\"100%\"},variant:\"OWMlgs8jN\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(MotionHeaderWithOptimizedAppearEffect,{animate:animation,className:\"framer-1uk6rcy\",\"data-framer-appear-id\":\"1uk6rcy\",\"data-framer-name\":\"Hero\",initial:animation1,name:\"Hero\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n7nva2\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yar5l8\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-7lq5fk\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i8wup2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"30px\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"la51crhEM\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-15861ld\",\"data-styles-preset\":\"MxxzKDd16\",children:\"Content Hub \"})})})}),className:\"framer-1jpti56\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],name:\"Supporting text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"30px\"},children:\"> \"})}),className:\"framer-8zeutu\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],name:\"Supporting text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"30px\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"vloakrQN4\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-15861ld\",\"data-styles-preset\":\"MxxzKDd16\",children:\"Casos de estudio\"})})})}),className:\"framer-1khuhym\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],name:\"Supporting text\",verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-p03wth hidden-17uexb5\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":NfDu_Mh7V\",webPageId:\"A46qs31bm\"},implicitPathVariables:undefined},{href:{hash:\":NfDu_Mh7V\",webPageId:\"A46qs31bm\"},implicitPathVariables:undefined},{href:{hash:\":NfDu_Mh7V\",webPageId:\"A46qs31bm\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-7pyh76-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{f_A9WRt2a:{JpPgIIEaO:resolvedLinks[2]},ngH2O0Cts:{JpPgIIEaO:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Nik,{cci5EBsRx:\"Now in the kitchen\",height:\"100%\",id:\"KQd5njNP6\",JpPgIIEaO:resolvedLinks[0],layoutId:\"KQd5njNP6\",style:{height:\"100%\",width:\"100%\"},variant:\"Zv0Oq9iJU\",width:\"100%\"})})})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Jlc65TX_A:{children:(_getLocalizedValue1=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0xhdXNhbm5lIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Lausanne Regular\", \"Lausanne Regular Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"56px\"},children:\"Aiam: Inteligencia Artifical para reconectar con tu consciencia.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue2=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0xhdXNhbm5lIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Lausanne Regular\", \"Lausanne Regular Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"82px\"},children:\"Aiam: Inteligencia Artifical para reconectar con tu consciencia.\"})}),className:\"framer-16hilt9\",fonts:[\"CUSTOM;Lausanne Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue3=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:\"La IA con enfoque humanista que indexa y analiza Vital Data para potenciar el crecimiento personal.\"})}),className:\"framer-1w22hsd\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],name:\"Supporting text\",verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"P4fXlYr0I\"},implicitPathVariables:undefined},{href:{webPageId:\"P4fXlYr0I\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-108b4le-container hidden-1lxcu89 hidden-r1l8a7 hidden-1ldfni2\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Jlc65TX_A:{JpPgIIEaO:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(Nik,{cci5EBsRx:\"Now in the kitchen\",height:\"100%\",id:\"KzPuA9fVW\",JpPgIIEaO:resolvedLinks1[0],layoutId:\"KzPuA9fVW\",style:{height:\"100%\",width:\"100%\"},variant:\"Zv0Oq9iJU\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qo83je\"})]})}),/*#__PURE__*/_jsx(MotionHeaderWithOptimizedAppearEffect,{animate:animation,className:\"framer-9izbes\",\"data-framer-appear-id\":\"9izbes\",\"data-framer-name\":\"fotos\",initial:animation1,name:\"fotos\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fm6stq\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ohzu8b\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{f_A9WRt2a:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5874,intrinsicWidth:3916,loading:getLoadingLazyAtYPosition(610.5),pixelHeight:5874,pixelWidth:3916,sizes:\"345px\",src:\"https://framerusercontent.com/images/VTXEhhHPRX9BM13j639Fw1kMmbM.jpg\",srcSet:\"https://framerusercontent.com/images/VTXEhhHPRX9BM13j639Fw1kMmbM.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/VTXEhhHPRX9BM13j639Fw1kMmbM.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/VTXEhhHPRX9BM13j639Fw1kMmbM.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/VTXEhhHPRX9BM13j639Fw1kMmbM.jpg 3916w\"}},Jlc65TX_A:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5874,intrinsicWidth:3916,loading:getLoadingLazyAtYPosition(649.5),pixelHeight:5874,pixelWidth:3916,sizes:\"345px\",src:\"https://framerusercontent.com/images/VTXEhhHPRX9BM13j639Fw1kMmbM.jpg\",srcSet:\"https://framerusercontent.com/images/VTXEhhHPRX9BM13j639Fw1kMmbM.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/VTXEhhHPRX9BM13j639Fw1kMmbM.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/VTXEhhHPRX9BM13j639Fw1kMmbM.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/VTXEhhHPRX9BM13j639Fw1kMmbM.jpg 3916w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5874,intrinsicWidth:3916,loading:getLoadingLazyAtYPosition(660.5),pixelHeight:5874,pixelWidth:3916,sizes:\"345px\",src:\"https://framerusercontent.com/images/VTXEhhHPRX9BM13j639Fw1kMmbM.jpg\",srcSet:\"https://framerusercontent.com/images/VTXEhhHPRX9BM13j639Fw1kMmbM.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/VTXEhhHPRX9BM13j639Fw1kMmbM.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/VTXEhhHPRX9BM13j639Fw1kMmbM.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/VTXEhhHPRX9BM13j639Fw1kMmbM.jpg 3916w\"},className:\"framer-73ipwc\",\"data-framer-name\":\"Rectangle 30\",name:\"Rectangle 30\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-zsrpc8\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{f_A9WRt2a:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1688,intrinsicWidth:780,loading:getLoadingLazyAtYPosition(628),pixelHeight:2160,pixelWidth:3840,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/vvgY5NoGM4HmMnOip42LR9V8.png?scale-down-to=2048\"}},Jlc65TX_A:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1688,intrinsicWidth:780,loading:getLoadingLazyAtYPosition(667),pixelHeight:2160,pixelWidth:3840,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/vvgY5NoGM4HmMnOip42LR9V8.png?scale-down-to=2048\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1688,intrinsicWidth:780,loading:getLoadingLazyAtYPosition(678),pixelHeight:2160,pixelWidth:3840,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/vvgY5NoGM4HmMnOip42LR9V8.png?scale-down-to=2048\"},className:\"framer-ffhs2\",\"data-framer-name\":\"Rectangle 31\",name:\"Rectangle 31\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xaiqsf\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-10waaf2\",\"data-framer-name\":\"icono\",name:\"icono\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1u2guqs\",\"data-framer-name\":\"Rectangle 57\",name:\"Rectangle 57\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{f_A9WRt2a:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:260,intrinsicWidth:174,loading:getLoadingLazyAtYPosition(536),pixelHeight:80,pixelWidth:152,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/hrMrOoJ0f3xNhKQYkWQqnDUQmKw.svg\"}},Jlc65TX_A:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:260,intrinsicWidth:174,loading:getLoadingLazyAtYPosition(545),pixelHeight:80,pixelWidth:152,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/hrMrOoJ0f3xNhKQYkWQqnDUQmKw.svg\"}},ngH2O0Cts:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:260,intrinsicWidth:174,loading:getLoadingLazyAtYPosition(588.5),pixelHeight:80,pixelWidth:152,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/hrMrOoJ0f3xNhKQYkWQqnDUQmKw.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:260,intrinsicWidth:174,loading:getLoadingLazyAtYPosition(586),pixelHeight:80,pixelWidth:152,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/hrMrOoJ0f3xNhKQYkWQqnDUQmKw.svg\"},className:\"framer-1rj12k0\",\"data-framer-name\":\"image 2\",name:\"image 2\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{f_A9WRt2a:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:798,intrinsicWidth:622,loading:getLoadingLazyAtYPosition(574),pixelHeight:5304,pixelWidth:7952,sizes:\"345px\",src:\"https://framerusercontent.com/images/XWSgM12KgD4wYUSibRfIrUOE.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/XWSgM12KgD4wYUSibRfIrUOE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/XWSgM12KgD4wYUSibRfIrUOE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/XWSgM12KgD4wYUSibRfIrUOE.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/XWSgM12KgD4wYUSibRfIrUOE.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/XWSgM12KgD4wYUSibRfIrUOE.jpg 7952w\"}},Jlc65TX_A:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:798,intrinsicWidth:622,loading:getLoadingLazyAtYPosition(613),pixelHeight:5304,pixelWidth:7952,sizes:\"345px\",src:\"https://framerusercontent.com/images/XWSgM12KgD4wYUSibRfIrUOE.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/XWSgM12KgD4wYUSibRfIrUOE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/XWSgM12KgD4wYUSibRfIrUOE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/XWSgM12KgD4wYUSibRfIrUOE.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/XWSgM12KgD4wYUSibRfIrUOE.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/XWSgM12KgD4wYUSibRfIrUOE.jpg 7952w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:798,intrinsicWidth:622,loading:getLoadingLazyAtYPosition(624),pixelHeight:5304,pixelWidth:7952,sizes:\"345px\",src:\"https://framerusercontent.com/images/XWSgM12KgD4wYUSibRfIrUOE.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/XWSgM12KgD4wYUSibRfIrUOE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/XWSgM12KgD4wYUSibRfIrUOE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/XWSgM12KgD4wYUSibRfIrUOE.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/XWSgM12KgD4wYUSibRfIrUOE.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/XWSgM12KgD4wYUSibRfIrUOE.jpg 7952w\"},className:\"framer-1bbvrm3\",\"data-framer-name\":\"Rectangle 32\",name:\"Rectangle 32\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10u9y8a-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"ohN7dg7nK\",isMixedBorderRadius:false,layoutId:\"ohN7dg7nK\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/cimJ3CmLM3u6SAjkMhQIGSXamQ.mp4\",srcType:\"URL\",srcUrl:\"https://cdn.jekyll.com/cdn/aiam_front.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1k6rtue\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{f_A9WRt2a:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5801,intrinsicWidth:7734,loading:getLoadingLazyAtYPosition(610.5),pixelHeight:2160,pixelWidth:3840,src:\"https://framerusercontent.com/images/At44zFPqAAbKtJY5ihp5QZxsw.png?scale-down-to=2048\"}},Jlc65TX_A:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5801,intrinsicWidth:7734,loading:getLoadingLazyAtYPosition(649.5),pixelHeight:2160,pixelWidth:3840,src:\"https://framerusercontent.com/images/At44zFPqAAbKtJY5ihp5QZxsw.png?scale-down-to=2048\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5801,intrinsicWidth:7734,loading:getLoadingLazyAtYPosition(660.5),pixelHeight:2160,pixelWidth:3840,src:\"https://framerusercontent.com/images/At44zFPqAAbKtJY5ihp5QZxsw.png?scale-down-to=2048\"},className:\"framer-t4cw4x\",\"data-framer-name\":\"Rectangle 33\",name:\"Rectangle 33\"})})})]})}),/*#__PURE__*/_jsx(MotionHeaderWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1n3log1\",\"data-framer-name\":\"La gran verdad\",name:\"La gran verdad\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l63tvf\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9f7pbm\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue4=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:\"La gran verdad\"})}),className:\"framer-y927gu\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],name:\"Supporting text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{f_A9WRt2a:{children:(_getLocalizedValue5=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0xhdXNhbm5lIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Lausanne Regular\", \"Lausanne Regular Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"left\"},children:\"La hiperconexi\\xf3n a todo nos desconect\\xf3 de nuestra esencia.\"})})},Jlc65TX_A:{children:(_getLocalizedValue6=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0xhdXNhbm5lIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Lausanne Regular\", \"Lausanne Regular Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"left\"},children:\"La hiperconexi\\xf3n a todo nos desconect\\xf3 de nuestra esencia.\"})})},ngH2O0Cts:{children:(_getLocalizedValue7=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue7!==void 0?_getLocalizedValue7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0xhdXNhbm5lIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Lausanne Regular\", \"Lausanne Regular Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"left\"},children:\"La hiperconexi\\xf3n a todo nos desconect\\xf3 de nuestra esencia.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue8=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue8!==void 0?_getLocalizedValue8:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0xhdXNhbm5lIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Lausanne Regular\", \"Lausanne Regular Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"left\"},children:\"La hiperconexi\\xf3n a todo nos desconect\\xf3 de nuestra esencia.\"})}),className:\"framer-1a5iwcz\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;Lausanne Regular\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue9=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue9!==void 0?_getLocalizedValue9:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:[\"El \",/*#__PURE__*/_jsx(\"strong\",{children:\"mercado global del desarrollo personal\"}),\" ha crecido de forma impresionante, alcanzando los \",/*#__PURE__*/_jsx(\"strong\",{children:\"43.000 millones de d\\xf3lares\"}),\" en 2023, y se espera que contin\\xfae expandi\\xe9ndose a una tasa anual del 5,5%, llegando a los \",/*#__PURE__*/_jsx(\"strong\",{children:\"67.000 mil millones de d\\xf3lares para 2030\"}),\". \"]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:[\"Este crecimiento est\\xe1 impulsado en gran parte por las generaciones m\\xe1s j\\xf3venes, en particular las Generaciones Z y Alfa, quienes est\\xe1n adoptando\",/*#__PURE__*/_jsx(\"strong\",{children:\" nuevas tecnolog\\xedas para optimizar todos los aspectos de sus vidas\"}),\". Estas generaciones, nacidas en la era digital, han abrazado el uso de la inteligencia artificial, aplicaciones m\\xf3viles y datos biom\\xe9tricos para guiar su desarrollo personal y profesional. Y lo hacen a un ritmo trepidante.\"]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:[\"Otro fen\\xf3meno que surge es el biohacking, una pr\\xe1ctica que combina tecnolog\\xeda y biolog\\xeda para maximizar el rendimiento f\\xedsico y mental. Seg\\xfan un informe de Global Wellness Institute, el \",/*#__PURE__*/_jsx(\"strong\",{children:\"56% de los j\\xf3venes de 18 a 29 a\\xf1os\"}),\" ya utilizan alguna tecnolog\\xeda para \",/*#__PURE__*/_jsx(\"strong\",{children:\"rastrear y optimizar su salud\"}),\" \",/*#__PURE__*/_jsx(\"strong\",{children:\"mediante wearables\"}),\" u otros dispositivos cada vez m\\xe1s presentes.\"]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:[\"Esta tendencia hacia la \",/*#__PURE__*/_jsx(\"strong\",{children:\"optimizaci\\xf3n hol\\xedstica\"}),\" es visible en la creciente demanda de aplicaciones que no solo \",/*#__PURE__*/_jsx(\"strong\",{children:\"monitorizan h\\xe1bitos, sino que tambi\\xe9n proporcionan recomendaciones personalizadas\"}),\" basadas en el an\\xe1lisis de datos. De hecho, un estudio de McKinsey muestra que el \",/*#__PURE__*/_jsx(\"strong\",{children:\"70% de los j\\xf3venes de 18 a 34 a\\xf1os\"}),\" quieren soluciones tecnol\\xf3gicas para gestionar de manera m\\xe1s eficiente sus \",/*#__PURE__*/_jsx(\"strong\",{children:\"objetivos de vida.\"})]})]}),className:\"framer-1mley72\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Supporting text\",verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(MotionHeaderWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1c3strf\",\"data-framer-name\":\"foto\",name:\"foto\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-19lcfag\",\"data-framer-name\":\"Group 349\",name:\"Group 349\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-dtd4vt-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Jlc65TX_A:{dragControl:true}},children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:true,borderRadius:20,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"Mg4YnbHJX\",intervalControl:3,itemAmount:1,layoutId:\"Mg4YnbHJX\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3888,intrinsicWidth:5184,pixelHeight:2400,pixelWidth:3600,sizes:\"1020px\",src:\"https://framerusercontent.com/images/bqhpLWMEwdfMHNgMrBpwq4smE.png\",srcSet:\"https://framerusercontent.com/images/bqhpLWMEwdfMHNgMrBpwq4smE.png?scale-down-to=512 512w,https://framerusercontent.com/images/bqhpLWMEwdfMHNgMrBpwq4smE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bqhpLWMEwdfMHNgMrBpwq4smE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/bqhpLWMEwdfMHNgMrBpwq4smE.png 3600w\"},className:\"framer-gtmnlv\",\"data-framer-name\":\"Banner\",name:\"Banner\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2832,intrinsicWidth:4240,pixelHeight:6192,pixelWidth:8256,sizes:\"1020px\",src:\"https://framerusercontent.com/images/PGfzWvqNCMjluWVWrsQWYXAH794.jpeg\",srcSet:\"https://framerusercontent.com/images/PGfzWvqNCMjluWVWrsQWYXAH794.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/PGfzWvqNCMjluWVWrsQWYXAH794.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/PGfzWvqNCMjluWVWrsQWYXAH794.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/PGfzWvqNCMjluWVWrsQWYXAH794.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/PGfzWvqNCMjluWVWrsQWYXAH794.jpeg 8256w\"},className:\"framer-q4hk84\",\"data-framer-name\":\"Banner\",name:\"Banner\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5760,intrinsicWidth:3840,pixelHeight:6087,pixelWidth:8116,positionX:\"center\",positionY:\"top\",sizes:\"1020px\",src:\"https://framerusercontent.com/images/PeAWPTPaGT2aFr2vsIuDt3MIr2I.jpeg\",srcSet:\"https://framerusercontent.com/images/PeAWPTPaGT2aFr2vsIuDt3MIr2I.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/PeAWPTPaGT2aFr2vsIuDt3MIr2I.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/PeAWPTPaGT2aFr2vsIuDt3MIr2I.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/PeAWPTPaGT2aFr2vsIuDt3MIr2I.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/PeAWPTPaGT2aFr2vsIuDt3MIr2I.jpeg 8116w\"},className:\"framer-v7i279\",\"data-framer-name\":\"Banner\",name:\"Banner\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2832,intrinsicWidth:4240,pixelHeight:6192,pixelWidth:8256,sizes:\"1020px\",src:\"https://framerusercontent.com/images/64ki5GPHtLiqQ40wI3Me4VzM7Ac.jpeg\",srcSet:\"https://framerusercontent.com/images/64ki5GPHtLiqQ40wI3Me4VzM7Ac.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/64ki5GPHtLiqQ40wI3Me4VzM7Ac.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/64ki5GPHtLiqQ40wI3Me4VzM7Ac.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/64ki5GPHtLiqQ40wI3Me4VzM7Ac.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/64ki5GPHtLiqQ40wI3Me4VzM7Ac.jpeg 8256w\"},className:\"framer-udw07o\",\"data-framer-name\":\"Banner\",name:\"Banner\"})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(MotionHeaderWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-97dohs\",\"data-framer-name\":\"agita\",name:\"agita\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h8tv6u\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-shxkkv\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue10=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue10!==void 0?_getLocalizedValue10:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:\"Una app que agita el sector\"})}),className:\"framer-1kbnsle\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],name:\"Supporting text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{f_A9WRt2a:{children:(_getLocalizedValue11=getLocalizedValue(\"v10\",activeLocale))!==null&&_getLocalizedValue11!==void 0?_getLocalizedValue11:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0xhdXNhbm5lIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Lausanne Regular\", \"Lausanne Regular Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"left\"},children:\"Convierte datos en decisiones clave, analizando cada momento en segundo plano.\"})})},Jlc65TX_A:{children:(_getLocalizedValue12=getLocalizedValue(\"v10\",activeLocale))!==null&&_getLocalizedValue12!==void 0?_getLocalizedValue12:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0xhdXNhbm5lIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Lausanne Regular\", \"Lausanne Regular Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"left\"},children:\"Convierte datos en decisiones clave, analizando cada momento en segundo plano.\"})})},ngH2O0Cts:{children:(_getLocalizedValue13=getLocalizedValue(\"v10\",activeLocale))!==null&&_getLocalizedValue13!==void 0?_getLocalizedValue13:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0xhdXNhbm5lIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Lausanne Regular\", \"Lausanne Regular Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"left\"},children:\"Convierte datos en decisiones clave, analizando cada momento en segundo plano.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue14=getLocalizedValue(\"v9\",activeLocale))!==null&&_getLocalizedValue14!==void 0?_getLocalizedValue14:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0xhdXNhbm5lIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Lausanne Regular\", \"Lausanne Regular Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"left\"},children:\"Convierte datos en decisiones clave, analizando cada momento en segundo plano.\"})}),className:\"framer-rvpkj9\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;Lausanne Regular\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue15=getLocalizedValue(\"v11\",activeLocale))!==null&&_getLocalizedValue15!==void 0?_getLocalizedValue15:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:[\"AIAM nace con un prop\\xf3sito claro y poderoso: reconectar a las personas con su verdadera esencia. Todos tenemos deseos y metas, pero alcanzarlas no es tarea f\\xe1cil. Cada decisi\\xf3n, llamada, conversaci\\xf3n o acci\\xf3n nos acerca o nos aleja de esos sue\\xf1os. El verdadero reto est\\xe1 en \",/*#__PURE__*/_jsx(\"strong\",{children:\"identificar qu\\xe9 pasos nos impulsan\"}),\" hacia nuestras metas y cu\\xe1les nos desv\\xedan.\"]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:[\"Esta app revolucionaria indexa el Vital Data del usuario, \",/*#__PURE__*/_jsx(\"strong\",{children:\"capturando cada huella de nuestras acciones\"}),\", tanto en el mundo digital como en el f\\xedsico. AIAM procesa esa informaci\\xf3n de forma autom\\xe1tica en segundo plano, generando un \",/*#__PURE__*/_jsx(\"strong\",{children:\"diagn\\xf3stico preciso e imparcial\"}),\" que potencia lo que suma y minimiza lo que resta en nuestro camino hacia los objetivos.\"]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:[\"Una propuesta que va m\\xe1s all\\xe1 de los datos, ofreciendo una \",/*#__PURE__*/_jsx(\"strong\",{children:\"visi\\xf3n hol\\xedstica del impacto de cada interacci\\xf3n\"}),\" en la vida del usuario. En un mundo que avanza a gran velocidad, AIAM se centra en lo que realmente importa: \",/*#__PURE__*/_jsx(\"strong\",{children:\"vivir la vida deseada\"}),\".\"]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:[\"Sustentado por un modelo de negocio respetuoso con la privacidad, AIAM se basa en una \",/*#__PURE__*/_jsx(\"strong\",{children:\"estructura de monetizaci\\xf3n a trav\\xe9s de suscripciones y contenidos de calidad\"}),\", alej\\xe1ndose de la publicidad. Esto garantiza que el verdadero valor se enfoque en la transformaci\\xf3n vital del usuario.\"]})]}),className:\"framer-19i1r7z\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Supporting text\",verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Jlc65TX_A:{__framer__threshold:0}},children:/*#__PURE__*/_jsx(MotionHeaderWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-xl4o7b\",\"data-framer-name\":\"destacados\",name:\"destacados\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c5doy9\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e8yi4j-container\",children:/*#__PURE__*/_jsx(VentajaColumna,{height:\"100%\",id:\"TC_wrrFC2\",KjnNXY6ux:\"https://framerusercontent.com/assets/Dubzt8Je4KakVGdf2IM9yKGx8qA.json\",layoutId:\"TC_wrrFC2\",style:{width:\"100%\"},TOpa1zqFs:(_getLocalizedValue16=getLocalizedValue(\"v13\",activeLocale))!==null&&_getLocalizedValue16!==void 0?_getLocalizedValue16:\"La experiencia de usuario es natural y fluida, simplificada al extremo para que las interacciones con AIAM sean tan naturales como conversar con uno mismo.\",variant:\"yuvQ058lX\",width:\"100%\",zJFm8Gud0:(_getLocalizedValue17=getLocalizedValue(\"v12\",activeLocale))!==null&&_getLocalizedValue17!==void 0?_getLocalizedValue17:\"Una User Experience f\\xe1cil como una conversaci\\xf3n mental.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-6e0jyc-container\",children:/*#__PURE__*/_jsx(VentajaColumna,{height:\"100%\",id:\"RB2EvoDrS\",KjnNXY6ux:\"https://framerusercontent.com/assets/rbeOhqhFX7FSHMyAoHDMauNGARA.json\",layoutId:\"RB2EvoDrS\",style:{width:\"100%\"},TOpa1zqFs:(_getLocalizedValue18=getLocalizedValue(\"v15\",activeLocale))!==null&&_getLocalizedValue18!==void 0?_getLocalizedValue18:\"Gracias a las conexiones con los servicios digitales, podemos extraer Vital Data de forma autom\\xe1tica para guiar al usuario hacia sus objetivos de vida.\",variant:\"yuvQ058lX\",width:\"100%\",zJFm8Gud0:(_getLocalizedValue19=getLocalizedValue(\"v14\",activeLocale))!==null&&_getLocalizedValue19!==void 0?_getLocalizedValue19:\"El volcado inteligente de tus recuerdos y acciones.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-8g63yn-container\",children:/*#__PURE__*/_jsx(VentajaColumna,{height:\"100%\",id:\"OaDXHFycO\",KjnNXY6ux:\"https://framerusercontent.com/assets/VBuasupYIZfcRlO6kwtlM2GKTk.json\",layoutId:\"OaDXHFycO\",style:{width:\"100%\"},TOpa1zqFs:(_getLocalizedValue20=getLocalizedValue(\"v17\",activeLocale))!==null&&_getLocalizedValue20!==void 0?_getLocalizedValue20:\"Finanzas y amor, familia y profesi\\xf3n, espiritualidad y deporte. Solo un enfoque global puede armonizar cada \\xe1rea de tu vida, creando el equilibrio necesario para vivir plenamente.\",variant:\"yuvQ058lX\",width:\"100%\",zJFm8Gud0:(_getLocalizedValue21=getLocalizedValue(\"v16\",activeLocale))!==null&&_getLocalizedValue21!==void 0?_getLocalizedValue21:\"Una visi\\xf3n hol\\xedstica para una vida plena.\"})})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Jlc65TX_A:{__framer__threshold:0}},children:/*#__PURE__*/_jsx(MotionHeaderWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-d32zx6\",\"data-framer-name\":\"ventajade_derecha\",name:\"ventajade_derecha\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jflywk\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c4tp32\",\"data-framer-name\":\"derecha\",name:\"derecha\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{f_A9WRt2a:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:630,intrinsicWidth:303,loading:getLoadingLazyAtYPosition(5722),pixelHeight:790,pixelWidth:710,positionX:\"center\",positionY:\"center\",sizes:\"239px\",src:\"https://framerusercontent.com/images/JuURg1ugLCDluZbZ15upq5ZV58s.png\",srcSet:\"https://framerusercontent.com/images/JuURg1ugLCDluZbZ15upq5ZV58s.png 710w\"}},ngH2O0Cts:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:630,intrinsicWidth:303,loading:getLoadingLazyAtYPosition(5343),pixelHeight:790,pixelWidth:710,positionX:\"center\",positionY:\"center\",sizes:\"239px\",src:\"https://framerusercontent.com/images/JuURg1ugLCDluZbZ15upq5ZV58s.png\",srcSet:\"https://framerusercontent.com/images/JuURg1ugLCDluZbZ15upq5ZV58s.png 710w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:630,intrinsicWidth:303,loading:getLoadingLazyAtYPosition(5383),pixelHeight:790,pixelWidth:710,positionX:\"center\",positionY:\"center\",sizes:\"239px\",src:\"https://framerusercontent.com/images/JuURg1ugLCDluZbZ15upq5ZV58s.png\",srcSet:\"https://framerusercontent.com/images/JuURg1ugLCDluZbZ15upq5ZV58s.png 710w\"},className:\"framer-19sfcxe hidden-17uexb5\",\"data-framer-name\":\"Rectangle 31\",name:\"Rectangle 31\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-qkv814\",\"data-border\":true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-6etjli-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"XDtzu0kfW\",isMixedBorderRadius:false,layoutId:\"XDtzu0kfW\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/hf04TlaMDlYqeipeg6tcndKK3c.mp4\",srcType:\"URL\",srcUrl:\"https://cdn.jekyll.com/cdn/aiam_dash.mp4\",startTime:19.8,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14raepa\",\"data-framer-name\":\"izquierda\",name:\"izquierda\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:\"Key feature\"})}),className:\"framer-syt0k4\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],name:\"Supporting text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0xhdXNhbm5lIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Lausanne Regular\", \"Lausanne Regular Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"52px\"},children:\"Human Dashboard\"})}),className:\"framer-25cu4o\",fonts:[\"CUSTOM;Lausanne Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue22=getLocalizedValue(\"v18\",activeLocale))!==null&&_getLocalizedValue22!==void 0?_getLocalizedValue22:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:[\"El \",/*#__PURE__*/_jsx(\"strong\",{children:\"Human Dashboard\"}),\" es un panel de control que muestra el progreso del usuario en tiempo real. \"]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:[\"Incluye \",/*#__PURE__*/_jsx(\"strong\",{children:\"widgets personalizables\"}),\" que permiten ver las \\xe1reas de la vida donde se est\\xe1 avanzando. \"]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:[\"Tambi\\xe9n muestra las \",/*#__PURE__*/_jsx(\"strong\",{children:\"interacciones m\\xe1s significativas\"}),\" y d\\xf3nde tomar acci\\xf3n para alcanzar los objetivos vitales.\"]})]}),className:\"framer-1doem73\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Supporting text\",verticalAlignment:\"top\",withExternalLayout:true})]})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Jlc65TX_A:{__framer__threshold:0}},children:/*#__PURE__*/_jsx(MotionHeaderWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-hou6o6\",\"data-framer-name\":\"ventaja_izquierda\",name:\"ventaja_izquierda\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-h08lkz\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14w4ogq\",\"data-framer-name\":\"izquierda\",name:\"izquierda\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:\"Key feature\"})}),className:\"framer-kah1vx\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],name:\"Supporting text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0xhdXNhbm5lIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Lausanne Regular\", \"Lausanne Regular Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"52px\"},children:\"Focuses\"})}),className:\"framer-cwm022\",fonts:[\"CUSTOM;Lausanne Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue23=getLocalizedValue(\"v19\",activeLocale))!==null&&_getLocalizedValue23!==void 0?_getLocalizedValue23:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:[\"Organiza las conversaciones y acciones en \",/*#__PURE__*/_jsx(\"strong\",{children:\"Focuses\"}),\": temas espec\\xedficos o \\xe1reas de la vida que son importantes para el usuario. \"]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:[\"Gracias a la estructura granular de los Focuses, la \",/*#__PURE__*/_jsx(\"strong\",{children:\"informaci\\xf3n se divide\"}),\" en partes m\\xe1s peque\\xf1as y f\\xe1ciles de gestionar.\"]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:[\"Esto permite al usuario \",/*#__PURE__*/_jsx(\"strong\",{children:\"ver claramente su progreso\"}),\" en cada \\xe1rea y d\\xf3nde necesita mejorar y recibir recomendaciones 100% orientadas a ese Focus.\"]})]}),className:\"framer-xg6jpz\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Supporting text\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fw40x0\",\"data-framer-name\":\"derecha\",name:\"derecha\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{f_A9WRt2a:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:510,intrinsicWidth:798,loading:getLoadingLazyAtYPosition(7043),pixelHeight:436,pixelWidth:436,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/27tzwGSOdgM6YWfBuuo8MGktMdg.png\"}},Jlc65TX_A:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:510,intrinsicWidth:798,loading:getLoadingLazyAtYPosition(7686),pixelHeight:436,pixelWidth:436,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/27tzwGSOdgM6YWfBuuo8MGktMdg.png\"}},ngH2O0Cts:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:510,intrinsicWidth:798,loading:getLoadingLazyAtYPosition(6220),pixelHeight:436,pixelWidth:436,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/27tzwGSOdgM6YWfBuuo8MGktMdg.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:510,intrinsicWidth:798,loading:getLoadingLazyAtYPosition(6260),pixelHeight:436,pixelWidth:436,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/27tzwGSOdgM6YWfBuuo8MGktMdg.png\"},className:\"framer-1ox998k\",\"data-framer-name\":\"Rectangle 31\",name:\"Rectangle 31\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-us8k2i\",\"data-border\":true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-150qsov-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"xkzcEGDbu\",isMixedBorderRadius:false,layoutId:\"xkzcEGDbu\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/mrbpM8OLuO8F3xDmXh5LjydIg10.mp4\",srcType:\"URL\",srcUrl:\"https://cdn.jekyll.com/cdn/aiam_focus.mp4\",startTime:1,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})]})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Jlc65TX_A:{__framer__threshold:0}},children:/*#__PURE__*/_jsx(MotionHeaderWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1razda8\",\"data-framer-name\":\"ventajade_derecha\",name:\"ventajade_derecha\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wk478o\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2e8oko\",\"data-framer-name\":\"derecha\",name:\"derecha\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{f_A9WRt2a:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:384,intrinsicWidth:385,loading:getLoadingLazyAtYPosition(8166),pixelHeight:468,pixelWidth:503,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/p5Ezlhm0GT7F7VVnAMT0TKymCc.png\"}},Jlc65TX_A:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:384,intrinsicWidth:385,loading:getLoadingLazyAtYPosition(8542.5),pixelHeight:468,pixelWidth:503,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/p5Ezlhm0GT7F7VVnAMT0TKymCc.png\"}},ngH2O0Cts:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:384,intrinsicWidth:385,loading:getLoadingLazyAtYPosition(6831),pixelHeight:468,pixelWidth:503,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/p5Ezlhm0GT7F7VVnAMT0TKymCc.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:384,intrinsicWidth:385,loading:getLoadingLazyAtYPosition(6871),pixelHeight:468,pixelWidth:503,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/p5Ezlhm0GT7F7VVnAMT0TKymCc.png\"},className:\"framer-11svuyf\",\"data-framer-name\":\"Rectangle 31\",name:\"Rectangle 31\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hocndo\",\"data-border\":true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ds5aor-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"uJr6uqiLJ\",isMixedBorderRadius:false,layoutId:\"uJr6uqiLJ\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/8Tn2z4CCmVDfkziOd9S9YocMoA.mp4\",srcType:\"URL\",srcUrl:\"https://cdn.jekyll.com/cdn/aiam_cstore.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11mezzo\",\"data-framer-name\":\"izquierda\",name:\"izquierda\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:\"Key feature\"})}),className:\"framer-tbea5m\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],name:\"Supporting text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0xhdXNhbm5lIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Lausanne Regular\", \"Lausanne Regular Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"52px\"},children:\"Capsule Store\"})}),className:\"framer-1p2rs2u\",fonts:[\"CUSTOM;Lausanne Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue24=getLocalizedValue(\"v20\",activeLocale))!==null&&_getLocalizedValue24!==void 0?_getLocalizedValue24:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:[\"El marketplace donde los usuarios pueden adquirir \",/*#__PURE__*/_jsx(\"strong\",{children:\"Capsules\"}),\" de conocimiento especializado. \"]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:[\"Estas p\\xedldoras \",/*#__PURE__*/_jsx(\"strong\",{children:\"convierten a AIAM en un aliado experto\"}),\" en \\xe1reas como Fitness, Finanzas, Relaciones y todo lo que imagines. \"]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:[\"Un verdadero \",/*#__PURE__*/_jsx(\"strong\",{children:\"especialista trabajando con el usuario\"}),\" para alcanzar sus metas m\\xe1s deseadas.\"]})]}),className:\"framer-14ydalp\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Supporting text\",verticalAlignment:\"top\",withExternalLayout:true})]})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Jlc65TX_A:{__framer__threshold:0}},children:/*#__PURE__*/_jsx(MotionHeaderWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-10y2kk7\",\"data-framer-name\":\"ventaja_izquierda\",name:\"ventaja_izquierda\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nd14b\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p4b5sf\",\"data-framer-name\":\"izquierda\",name:\"izquierda\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:\"Key feature\"})}),className:\"framer-5k5035\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],name:\"Supporting text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0xhdXNhbm5lIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Lausanne Regular\", \"Lausanne Regular Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"52px\"},children:\"Past Assistant\"})}),className:\"framer-19ujh00\",fonts:[\"CUSTOM;Lausanne Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue25=getLocalizedValue(\"v21\",activeLocale))!==null&&_getLocalizedValue25!==void 0?_getLocalizedValue25:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:[\"El Past Assistant de AIAM permite a los usuarios \",/*#__PURE__*/_jsx(\"strong\",{children:\"digitalizar eventos clave\"}),\" de su vida que no est\\xe1n registrados en el mundo digital. \"]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:[\"Ayuda a \",/*#__PURE__*/_jsx(\"strong\",{children:\"reconstruir el pasado \"}),\"a\\xf1adiendo manualmente experiencias que son esenciales para entender la evoluci\\xf3n personal. \"]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:[\"Con esta informaci\\xf3n, AIAM ofrece recomendaciones m\\xe1s personalizadas, \",/*#__PURE__*/_jsx(\"strong\",{children:\"integrando pasado, presente y futuro\"}),\" en su an\\xe1lisis.\"]})]}),className:\"framer-1kzfe8u\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Supporting text\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e70zvc\",\"data-framer-name\":\"derecha\",name:\"derecha\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{f_A9WRt2a:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:510,intrinsicWidth:798,loading:getLoadingLazyAtYPosition(9508),pixelHeight:144,pixelWidth:153,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/SahPvxMWf5jkSOVUjng8GvXlW0.png\"},transformTemplate:undefined},Jlc65TX_A:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:510,intrinsicWidth:798,loading:getLoadingLazyAtYPosition(10112),pixelHeight:144,pixelWidth:153,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/SahPvxMWf5jkSOVUjng8GvXlW0.png\"},transformTemplate:undefined},ngH2O0Cts:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:510,intrinsicWidth:798,loading:getLoadingLazyAtYPosition(11327.740788346187),pixelHeight:144,pixelWidth:153,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/SahPvxMWf5jkSOVUjng8GvXlW0.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:510,intrinsicWidth:798,loading:getLoadingLazyAtYPosition(7713.7407883461865),pixelHeight:144,pixelWidth:153,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/SahPvxMWf5jkSOVUjng8GvXlW0.png\"},className:\"framer-1tg5app\",\"data-framer-name\":\"Rectangle 31\",name:\"Rectangle 31\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ihjgea\",\"data-border\":true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-z052jq-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"XI74sqkbV\",isMixedBorderRadius:false,layoutId:\"XI74sqkbV\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/mrbpM8OLuO8F3xDmXh5LjydIg10.mp4\",srcType:\"URL\",srcUrl:\"https://cdn.jekyll.com/cdn/aiam_past.mp4\",startTime:1,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})]})]})})}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-1ts7ddk\",\"data-framer-name\":\"browser\",name:\"browser\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{f_A9WRt2a:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:6e3,intrinsicWidth:4e3,loading:getLoadingLazyAtYPosition(10575),pixelHeight:6e3,pixelWidth:4e3,sizes:\"calc(min(100vw, 1200px) - 60px)\",src:\"https://framerusercontent.com/images/lq9sJ5TRxeDYt1dLHY7z34eA8.jpg\",srcSet:\"https://framerusercontent.com/images/lq9sJ5TRxeDYt1dLHY7z34eA8.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/lq9sJ5TRxeDYt1dLHY7z34eA8.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/lq9sJ5TRxeDYt1dLHY7z34eA8.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/lq9sJ5TRxeDYt1dLHY7z34eA8.jpg 4000w\"}},Jlc65TX_A:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:6e3,intrinsicWidth:4e3,loading:getLoadingLazyAtYPosition(10383),pixelHeight:6e3,pixelWidth:4e3,sizes:\"min(100vw, 1200px)\",src:\"https://framerusercontent.com/images/lq9sJ5TRxeDYt1dLHY7z34eA8.jpg\",srcSet:\"https://framerusercontent.com/images/lq9sJ5TRxeDYt1dLHY7z34eA8.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/lq9sJ5TRxeDYt1dLHY7z34eA8.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/lq9sJ5TRxeDYt1dLHY7z34eA8.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/lq9sJ5TRxeDYt1dLHY7z34eA8.jpg 4000w\"}},ngH2O0Cts:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:6e3,intrinsicWidth:4e3,loading:getLoadingLazyAtYPosition(7403),pixelHeight:6e3,pixelWidth:4e3,sizes:\"calc(min(100vw, 1200px) - 100px)\",src:\"https://framerusercontent.com/images/lq9sJ5TRxeDYt1dLHY7z34eA8.jpg\",srcSet:\"https://framerusercontent.com/images/lq9sJ5TRxeDYt1dLHY7z34eA8.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/lq9sJ5TRxeDYt1dLHY7z34eA8.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/lq9sJ5TRxeDYt1dLHY7z34eA8.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/lq9sJ5TRxeDYt1dLHY7z34eA8.jpg 4000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:6e3,intrinsicWidth:4e3,loading:getLoadingLazyAtYPosition(8299),pixelHeight:6e3,pixelWidth:4e3,sizes:\"calc(min(100vw, 1200px) - 180px)\",src:\"https://framerusercontent.com/images/lq9sJ5TRxeDYt1dLHY7z34eA8.jpg\",srcSet:\"https://framerusercontent.com/images/lq9sJ5TRxeDYt1dLHY7z34eA8.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/lq9sJ5TRxeDYt1dLHY7z34eA8.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/lq9sJ5TRxeDYt1dLHY7z34eA8.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/lq9sJ5TRxeDYt1dLHY7z34eA8.jpg 4000w\"},className:\"framer-1aohol1\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-12rumsv\",\"data-border\":true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-cs4646-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"GuJ7gIR4R\",isMixedBorderRadius:false,layoutId:\"GuJ7gIR4R\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/Ig7ViuMG43QRrp69QhXj04Vy1o.mp4\",srcType:\"URL\",srcUrl:\"https://cdn.jekyll.com/cdn/aiam.mp4\",startTime:1,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Jlc65TX_A:{__framer__threshold:0}},children:/*#__PURE__*/_jsx(MotionHeaderWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1almxgc\",\"data-framer-name\":\"destacados\",name:\"destacados\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ib7tzw\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-frdq44-container\",children:/*#__PURE__*/_jsx(VentajaColumna,{height:\"100%\",id:\"kQcVnXycQ\",KjnNXY6ux:\"https://framerusercontent.com/assets/jQZALg61rcxTiMlpJxQqP5noSJ4.json\",layoutId:\"kQcVnXycQ\",style:{width:\"100%\"},TOpa1zqFs:(_getLocalizedValue26=getLocalizedValue(\"v23\",activeLocale))!==null&&_getLocalizedValue26!==void 0?_getLocalizedValue26:\"Un desarrollo a medida y modular, sin plantillas, sin atajos, para dar forma a una experiencia que se ajusta como un guante a nuestro usuario.\\n\",variant:\"yuvQ058lX\",width:\"100%\",zJFm8Gud0:(_getLocalizedValue27=getLocalizedValue(\"v22\",activeLocale))!==null&&_getLocalizedValue27!==void 0?_getLocalizedValue27:\"100% a Medida.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-14fkggf-container\",children:/*#__PURE__*/_jsx(VentajaColumna,{height:\"100%\",id:\"X0ti_um1z\",KjnNXY6ux:\"https://framerusercontent.com/assets/h0EYY58fpWZXbfMv6DhmEwzJ7Vo.json\",layoutId:\"X0ti_um1z\",style:{width:\"100%\"},TOpa1zqFs:(_getLocalizedValue28=getLocalizedValue(\"v25\",activeLocale))!==null&&_getLocalizedValue28!==void 0?_getLocalizedValue28:\"Tecnolog\\xeda Api que garantiza la escalabilidad y la estandarizaci\\xf3n. Una garant\\xeda para poder crecer desde el momento cero.\",variant:\"yuvQ058lX\",width:\"100%\",zJFm8Gud0:(_getLocalizedValue29=getLocalizedValue(\"v24\",activeLocale))!==null&&_getLocalizedValue29!==void 0?_getLocalizedValue29:\"Api Rest.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r0t5lx-container\",children:/*#__PURE__*/_jsx(VentajaColumna,{height:\"100%\",id:\"t8yY45EDH\",KjnNXY6ux:\"https://framerusercontent.com/assets/VNGABYTLFui6zlDVDOUgc46MbU.json\",layoutId:\"t8yY45EDH\",style:{width:\"100%\"},TOpa1zqFs:(_getLocalizedValue30=getLocalizedValue(\"v27\",activeLocale))!==null&&_getLocalizedValue30!==void 0?_getLocalizedValue30:\"Sabemos que a nadie le gusta esperar. Por eso todas nuestras b\\xfasquedas son en tiempo real. Encuentra lo que quieres en un s\\xf3lo momento.\",variant:\"yuvQ058lX\",width:\"100%\",zJFm8Gud0:(_getLocalizedValue31=getLocalizedValue(\"v26\",activeLocale))!==null&&_getLocalizedValue31!==void 0?_getLocalizedValue31:\"Real Time.\"})})})]})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1yddy62-container\",id:\"1yddy62\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{f_A9WRt2a:{__framer__obscuredVariantId:\"U187A3DaX\",__framer__visibleVariantId:\"WyqUg7qjk\",variant:\"U187A3DaX\"},Jlc65TX_A:{__framer__obscuredVariantId:\"U187A3DaX\",__framer__visibleVariantId:\"WyqUg7qjk\",variant:\"U187A3DaX\"}},children:/*#__PURE__*/_jsx(CtaWithVariantAppearEffect,{__framer__animateOnce:false,__framer__obscuredVariantId:\"ivAybIer2\",__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"o5n5YCG36\",a5C2luLnU:a5C2luLnUwelu7j({overlay}),height:\"100%\",id:\"VDGYVpzt_\",layoutId:\"VDGYVpzt_\",style:{width:\"100%\"},TAqUhZm7u:(_getLocalizedValue=getLocalizedValue(\"v28\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"\\xbfPreparado para poner en marcha tu proyecto? Selecciona d\\xeda y hora para una llamada inicial con nuestro equipo de nuevo negocio.\",variant:\"ivAybIer2\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-1gpe8ov\",\"data-framer-portal-id\":\"1yddy62\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"M1mgjjLMp\"),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yt7ztg\",\"data-framer-portal-id\":\"1yddy62\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jo8ba2\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oensun\",\"data-border\":true,onTap:onTap1wvko5h({overlay}),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:18,intrinsicWidth:18,loading:getLoadingLazyAtYPosition(34.40816326530613),pixelHeight:18,pixelWidth:18,src:\"https://framerusercontent.com/images/qtroHUWXaUvkD4iwJOj6UNNFms.svg\"},className:\"framer-jj9i3x\",transformTemplate:transformTemplate2})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e2l32i-container\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<!-- Principio del widget integrado de Calendly -->\\n<div class=\"calendly-inline-widget\" data-url=\"https://calendly.com/jekyll/15min?hide_event_type_details=1&hide_gdpr_banner=1&primary_color=1a1a1a\" style=\"min-width:100%;height:100%;box-shadow:none !important;\"></div>\\n<script type=\"text/javascript\" src=\"https://assets.calendly.com/assets/external/widget.js\" async></script>\\n<!-- Final del widget integrado de Calendly -->',id:\"swwlmvnyH\",layoutId:\"swwlmvnyH\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})})]})]}),document.querySelector(\"#overlay\"))})})]})})});}}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-5cvdtj\",\"data-framer-name\":\"kit\",id:elementId,name:\"kit\",ref:ref2,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hkyxnc\",\"data-border\":true,\"data-framer-name\":\"Group 349\",name:\"Group 349\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sd358k\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1a28jgo-container\",children:/*#__PURE__*/_jsx(Nik,{cci5EBsRx:\"Now in the kitchen\",height:\"100%\",id:\"IyN7A9oYK\",layoutId:\"IyN7A9oYK\",style:{height:\"100%\",width:\"100%\"},variant:\"Zv0Oq9iJU\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue32=getLocalizedValue(\"v29\",activeLocale))!==null&&_getLocalizedValue32!==void 0?_getLocalizedValue32:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0xhdXNhbm5lIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Lausanne Regular\", \"Lausanne Regular Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"60px\",\"--framer-text-alignment\":\"center\"},children:\"\\xbfInteresado en AiAm?\"})}),className:\"framer-1q9zpcl\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;Lausanne Regular\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Jlc65TX_A:{children:(_getLocalizedValue33=getLocalizedValue(\"v31\",activeLocale))!==null&&_getLocalizedValue33!==void 0?_getLocalizedValue33:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\"},children:\"Los Now In the Kitchen, son proyectos que se encuentran actualmente en fase de desarrollo en nuestros labs. Puedes contactar con ellos si necesitas m\\xe1s info, est\\xe1s interesad@ en invertir o proponer un acuerdo comercial.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue34=getLocalizedValue(\"v30\",activeLocale))!==null&&_getLocalizedValue34!==void 0?_getLocalizedValue34:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\"},children:\"Los Now In the Kitchen, son proyectos que se encuentran actualmente en fase de desarrollo en nuestros labs. Puedes contactar con ellos si necesitas m\\xe1s info, est\\xe1s interesad@ en invertir o proponer un acuerdo comercial.\"})}),className:\"framer-m74kh2\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],name:\"Supporting text\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Overlay,{children:overlay1=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mr4vf8\",id:\"1mr4vf8\",onTap:onTapwelu7j({overlay:overlay1}),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v32\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Contacta con ellos\"})}),className:\"framer-13cryfl\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],name:\"Supporting text\",verticalAlignment:\"bottom\",withExternalLayout:true}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-1wxzsun\",\"data-framer-portal-id\":\"1mr4vf8\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"IGhsY3gc8\"),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ok059n\",\"data-framer-portal-id\":\"1mr4vf8\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1d0tvac\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19apzj6\",\"data-border\":true,onTap:onTap1wvko5h({overlay:overlay1}),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:18,intrinsicWidth:18,loading:getLoadingLazyAtYPosition(34.40816326530613),pixelHeight:18,pixelWidth:18,src:\"https://framerusercontent.com/images/qtroHUWXaUvkD4iwJOj6UNNFms.svg\"},className:\"framer-1b1rl0m\",transformTemplate:transformTemplate2})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-xnndk5-container\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<iframe data-tally-src=\"https://tally.so/embed/nP9dve?startup=AiAm&?hideTitle=0&transparentBackground=1&dynamicHeight=0\" loading=\"lazy\" width=\"100%\" height=\"100%\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" title=\"Contacta con @startup \"></iframe><script>var d=document,w=\"https://tally.so/widgets/embed.js\",v=function(){\"undefined\"!=typeof Tally?Tally.loadEmbeds():d.querySelectorAll(\"iframe[data-tally-src]:not([src])\").forEach((function(e){e.src=e.dataset.tallySrc}))};if(\"undefined\"!=typeof Tally)v();else if(d.querySelector(\\'script[src=\"\\'+w+\\'\"]\\')==null){var s=d.createElement(\"script\");s.src=w,s.onload=v,s.onerror=v,d.body.appendChild(s);}</script>\\n',id:\"oXqPEIRjO\",layoutId:\"oXqPEIRjO\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})})]})]}),document.querySelector(\"#overlay\"))})})]})});}})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{f_A9WRt2a:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:333,intrinsicWidth:1010,loading:getLoadingLazyAtYPosition(13470),pixelHeight:333,pixelWidth:1010,sizes:\"calc(min(100vw, 1200px) - 80px)\",src:\"https://framerusercontent.com/images/dSkXoZUwFb76LdlzfCwa0QITsOU.png\",srcSet:\"https://framerusercontent.com/images/dSkXoZUwFb76LdlzfCwa0QITsOU.png?scale-down-to=512 512w,https://framerusercontent.com/images/dSkXoZUwFb76LdlzfCwa0QITsOU.png 1010w\"}},Jlc65TX_A:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:333,intrinsicWidth:1010,loading:getLoadingLazyAtYPosition(13718),pixelHeight:333,pixelWidth:1010,sizes:\"calc(min(100vw, 1200px) - 40px)\",src:\"https://framerusercontent.com/images/dSkXoZUwFb76LdlzfCwa0QITsOU.png\",srcSet:\"https://framerusercontent.com/images/dSkXoZUwFb76LdlzfCwa0QITsOU.png?scale-down-to=512 512w,https://framerusercontent.com/images/dSkXoZUwFb76LdlzfCwa0QITsOU.png 1010w\"}},ngH2O0Cts:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:333,intrinsicWidth:1010,loading:getLoadingLazyAtYPosition(9089),pixelHeight:333,pixelWidth:1010,sizes:\"calc(min(100vw, 1200px) - 100px)\",src:\"https://framerusercontent.com/images/dSkXoZUwFb76LdlzfCwa0QITsOU.png\",srcSet:\"https://framerusercontent.com/images/dSkXoZUwFb76LdlzfCwa0QITsOU.png?scale-down-to=512 512w,https://framerusercontent.com/images/dSkXoZUwFb76LdlzfCwa0QITsOU.png 1010w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:333,intrinsicWidth:1010,loading:getLoadingLazyAtYPosition(10740),pixelHeight:333,pixelWidth:1010,sizes:\"calc(min(100vw, 1200px) - 180px)\",src:\"https://framerusercontent.com/images/dSkXoZUwFb76LdlzfCwa0QITsOU.png\",srcSet:\"https://framerusercontent.com/images/dSkXoZUwFb76LdlzfCwa0QITsOU.png?scale-down-to=512 512w,https://framerusercontent.com/images/dSkXoZUwFb76LdlzfCwa0QITsOU.png 1010w\"},className:\"framer-12tlbgp\"})})]})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:true,children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{f_A9WRt2a:{width:\"100vw\",y:13881},Jlc65TX_A:{width:\"100vw\",y:14129},ngH2O0Cts:{width:\"100vw\",y:10255}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:732,width:\"1200px\",y:11151,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-9p9xgx-container\",id:\"9p9xgx\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{f_A9WRt2a:{variant:\"vwwO3VO73\"},Jlc65TX_A:{variant:\"D7A3_mjmM\"},ngH2O0Cts:{variant:\"GHGkKB9FN\"}},children:/*#__PURE__*/_jsx(Footer,{EkJhraPU4:EkJhraPU4welu7j({overlay:overlay2}),height:\"100%\",id:\"xbKxLqHx6\",layoutId:\"xbKxLqHx6\",style:{width:\"100%\"},variant:\"he_MCav5D\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-13kgdjg\",\"data-framer-portal-id\":\"9p9xgx\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay2.hide()},\"cB2couPhN\"),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12oy5j9\",\"data-framer-portal-id\":\"9p9xgx\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-u8doq9\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-np25jt\",\"data-border\":true,onTap:onTap1wvko5h({overlay:overlay2}),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:18,intrinsicWidth:18,loading:getLoadingLazyAtYPosition(34.40816326530613),pixelHeight:18,pixelWidth:18,src:\"https://framerusercontent.com/images/qtroHUWXaUvkD4iwJOj6UNNFms.svg\"},className:\"framer-pl9qys\",transformTemplate:transformTemplate2})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nvnkzy-container\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<iframe data-tally-src=\"https://tally.so/embed/w2N10b?alignLeft=0&hideTitle=0&transparentBackground=1&dynamicHeight=0\" loading=\"lazy\" width=\"100%\" height=\"100%\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" title=\"Suscr\\xedbete\"></iframe><script>var d=document,w=\"https://tally.so/widgets/embed.js\",v=function(){\"undefined\"!=typeof Tally?Tally.loadEmbeds():d.querySelectorAll(\"iframe[data-tally-src]:not([src])\").forEach((function(e){e.src=e.dataset.tallySrc}))};if(\"undefined\"!=typeof Tally)v();else if(d.querySelector(\\'script[src=\"\\'+w+\\'\"]\\')==null){var s=d.createElement(\"script\");s.src=w,s.onload=v,s.onerror=v,d.body.appendChild(s);}</script>',id:\"dphntYfx5\",layoutId:\"dphntYfx5\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})})]})]}),document.querySelector(\"#overlay\"))})})]})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-FbwfV { background: white; }`,\".framer-FbwfV.framer-tir07l, .framer-FbwfV .framer-tir07l { display: block; }\",\".framer-FbwfV.framer-1lxcu89 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-FbwfV .framer-114l16z-container { flex: none; height: auto; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: 100%; z-index: 2; }\",\".framer-FbwfV .framer-1uk6rcy { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 32px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 180px 90px 60px 90px; position: relative; width: 100%; }\",\".framer-FbwfV .framer-n7nva2 { align-content: flex-end; align-items: flex-end; 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: 100%; }\",\".framer-FbwfV .framer-yar5l8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-FbwfV .framer-7lq5fk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-FbwfV .framer-1i8wup2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-FbwfV .framer-1jpti56, .framer-FbwfV .framer-8zeutu, .framer-FbwfV .framer-1khuhym, .framer-FbwfV .framer-y927gu, .framer-FbwfV .framer-1kbnsle, .framer-FbwfV .framer-syt0k4, .framer-FbwfV .framer-kah1vx, .framer-FbwfV .framer-tbea5m, .framer-FbwfV .framer-5k5035, .framer-FbwfV .framer-13cryfl { --framer-paragraph-spacing: 20px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-FbwfV .framer-p03wth { 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 0px 0px 10px; position: relative; width: min-content; }\",\".framer-FbwfV .framer-7pyh76-container, .framer-FbwfV .framer-108b4le-container { cursor: pointer; flex: none; height: 32px; position: relative; width: 160px; }\",\".framer-FbwfV .framer-16hilt9, .framer-FbwfV .framer-25cu4o, .framer-FbwfV .framer-cwm022, .framer-FbwfV .framer-1p2rs2u, .framer-FbwfV .framer-19ujh00 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-FbwfV .framer-1w22hsd { --framer-paragraph-spacing: 20px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 515px; word-break: break-word; word-wrap: break-word; }\",\".framer-FbwfV .framer-1qo83je { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; min-height: 120px; padding: 0px; position: relative; width: 50%; }\",\".framer-FbwfV .framer-9izbes { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 70px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-FbwfV .framer-1fm6stq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 17px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FbwfV .framer-ohzu8b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-FbwfV .framer-73ipwc, .framer-FbwfV .framer-t4cw4x { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: 443px; position: relative; width: 345px; }\",\".framer-FbwfV .framer-zsrpc8 { align-content: center; align-items: center; background-color: #000000; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 35px 0px 0px 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-FbwfV .framer-ffhs2 { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 443px; justify-content: center; overflow: hidden; padding: 10px 0px 0px 0px; position: relative; width: 345px; will-change: var(--framer-will-change-override, transform); }\",\".framer-FbwfV .framer-xaiqsf { 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 73px 0px; position: relative; width: min-content; }\",\".framer-FbwfV .framer-10waaf2 { flex: none; height: 291px; overflow: hidden; position: absolute; right: -118px; top: -86px; width: 217px; z-index: 2; }\",\".framer-FbwfV .framer-1u2guqs { aspect-ratio: 1 / 1; background-color: #000000; border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; border-top-left-radius: 50px; border-top-right-radius: 50px; flex: none; height: var(--framer-aspect-ratio-supported, 217px); left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-FbwfV .framer-1rj12k0 { flex: none; height: 104px; left: calc(51.15207373271892% - 139px / 2); position: absolute; top: calc(46.082949308755786% - 104px / 2); width: 139px; }\",\".framer-FbwfV .framer-1bbvrm3 { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 443px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 345px; will-change: var(--framer-will-change-override, transform); }\",\".framer-FbwfV .framer-10u9y8a-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: -1px; top: 0px; z-index: 1; }\",\".framer-FbwfV .framer-1k6rtue { align-content: center; align-items: center; background-color: #000000; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-FbwfV .framer-1n3log1 { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 32px; height: min-content; justify-content: center; max-width: 750px; overflow: visible; padding: 110px 20px 70px 20px; position: relative; width: 100%; }\",\".framer-FbwfV .framer-l63tvf, .framer-FbwfV .framer-1h8tv6u { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FbwfV .framer-9f7pbm, .framer-FbwfV .framer-shxkkv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-FbwfV .framer-1a5iwcz { --framer-paragraph-spacing: 60px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 98%; word-break: break-word; word-wrap: break-word; }\",\".framer-FbwfV .framer-1mley72 { --framer-paragraph-spacing: 20px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 96%; word-break: break-word; word-wrap: break-word; }\",\".framer-FbwfV .framer-1c3strf, .framer-FbwfV .framer-5cvdtj { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 70px 90px 70px 90px; position: relative; width: 100%; }\",\".framer-FbwfV .framer-19lcfag { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FbwfV .framer-dtd4vt-container { flex: none; height: 719px; position: relative; width: 100%; }\",\".framer-FbwfV .framer-gtmnlv, .framer-FbwfV .framer-q4hk84, .framer-FbwfV .framer-v7i279, .framer-FbwfV .framer-udw07o { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; height: 595px; position: relative; width: 1020px; }\",\".framer-FbwfV .framer-97dohs { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 32px; height: min-content; justify-content: center; max-width: 750px; overflow: visible; padding: 70px 20px 70px 20px; position: relative; width: 63%; }\",\".framer-FbwfV .framer-rvpkj9, .framer-FbwfV .framer-1q9zpcl { --framer-paragraph-spacing: 60px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-FbwfV .framer-19i1r7z { --framer-paragraph-spacing: 20px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 94%; word-break: break-word; word-wrap: break-word; }\",\".framer-FbwfV .framer-xl4o7b, .framer-FbwfV .framer-1almxgc { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 32px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 90px; position: relative; width: 100%; }\",\".framer-FbwfV .framer-c5doy9, .framer-FbwfV .framer-ib7tzw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-FbwfV .framer-1e8yi4j-container, .framer-FbwfV .framer-6e0jyc-container, .framer-FbwfV .framer-8g63yn-container, .framer-FbwfV .framer-frdq44-container, .framer-FbwfV .framer-14fkggf-container, .framer-FbwfV .framer-1r0t5lx-container { flex: none; height: auto; position: relative; width: 300px; }\",\".framer-FbwfV .framer-d32zx6, .framer-FbwfV .framer-1razda8 { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 32px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 70px 90px 60px 90px; position: relative; width: 100%; }\",\".framer-FbwfV .framer-1jflywk, .framer-FbwfV .framer-1wk478o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FbwfV .framer-c4tp32 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 572px; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-FbwfV .framer-19sfcxe { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; bottom: 31px; flex: none; height: 266px; position: absolute; right: -129px; width: 239px; z-index: 1; }\",\".framer-FbwfV .framer-qkv814, .framer-FbwfV .framer-us8k2i, .framer-FbwfV .framer-1hocndo, .framer-FbwfV .framer-1ihjgea, .framer-FbwfV .framer-12rumsv { --border-bottom-width: 6px; --border-color: #000000; --border-left-width: 6px; --border-right-width: 6px; --border-style: solid; --border-top-width: 6px; align-content: center; align-items: center; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; box-shadow: 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.72), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.63557), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.25); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 6px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-FbwfV .framer-6etjli-container, .framer-FbwfV .framer-150qsov-container, .framer-FbwfV .framer-1ds5aor-container, .framer-FbwfV .framer-z052jq-container { flex: none; height: auto; position: relative; width: 264px; }\",\".framer-FbwfV .framer-14raepa, .framer-FbwfV .framer-14w4ogq, .framer-FbwfV .framer-11mezzo, .framer-FbwfV .framer-p4b5sf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 525px; }\",\".framer-FbwfV .framer-1doem73 { --framer-paragraph-spacing: 20px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 485px; word-break: break-word; word-wrap: break-word; }\",\".framer-FbwfV .framer-hou6o6, .framer-FbwfV .framer-10y2kk7 { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 32px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 70px 90px 70px 90px; position: relative; width: 100%; }\",\".framer-FbwfV .framer-h08lkz, .framer-FbwfV .framer-1nd14b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 47px 0px 47px 0px; position: relative; width: 100%; }\",\".framer-FbwfV .framer-xg6jpz, .framer-FbwfV .framer-14ydalp, .framer-FbwfV .framer-1kzfe8u { --framer-paragraph-spacing: 20px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 495px; word-break: break-word; word-wrap: break-word; }\",\".framer-FbwfV .framer-1fw40x0, .framer-FbwfV .framer-e70zvc { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-FbwfV .framer-1ox998k { aspect-ratio: 1 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: var(--framer-aspect-ratio-supported, 181px); left: -108px; position: absolute; top: 129px; width: 181px; z-index: 1; }\",\".framer-FbwfV .framer-2e8oko { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 536px; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-FbwfV .framer-11svuyf { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: 205px; position: absolute; right: -92px; top: 137px; width: 161px; z-index: 1; }\",\".framer-FbwfV .framer-1tg5app { aspect-ratio: 1 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: var(--framer-aspect-ratio-supported, 181px); left: -108px; position: absolute; top: 53%; transform: translateY(-50%); width: 181px; z-index: 1; }\",\".framer-FbwfV .framer-1ts7ddk { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 70px 90px 70px 90px; position: relative; width: 100%; }\",\".framer-FbwfV .framer-1aohol1 { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 60px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-FbwfV .framer-cs4646-container { flex: none; height: auto; position: relative; width: 286px; }\",\".framer-FbwfV .framer-1yddy62-container, .framer-FbwfV .framer-9p9xgx-container { flex: none; height: auto; position: relative; width: 1200px; }\",\".framer-FbwfV .framer-1gpe8ov, .framer-FbwfV .framer-1wxzsun { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 2; }\",\".framer-FbwfV .framer-1yt7ztg, .framer-FbwfV .framer-1ok059n { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: center; left: 0px; overflow: hidden; padding: 0px 0px 104px 0px; position: fixed; right: 0px; top: 0px; z-index: 2; }\",\".framer-FbwfV .framer-1jo8ba2, .framer-FbwfV .framer-1d0tvac, .framer-FbwfV .framer-u8doq9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 20px; position: relative; width: 100%; }\",\".framer-FbwfV .framer-1oensun, .framer-FbwfV .framer-19apzj6, .framer-FbwfV .framer-np25jt { --border-bottom-width: 1px; --border-color: rgba(0, 0, 0, 0.06); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1 / 1; border-bottom-left-radius: 70px; border-bottom-right-radius: 70px; border-top-left-radius: 70px; border-top-right-radius: 70px; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: hidden; position: relative; width: 40px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-FbwfV .framer-jj9i3x, .framer-FbwfV .framer-1b1rl0m, .framer-FbwfV .framer-pl9qys { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 12px); left: 51%; position: absolute; top: 51%; transform: translate(-50%, -50%); width: 12px; }\",\".framer-FbwfV .framer-1e2l32i-container, .framer-FbwfV .framer-xnndk5-container, .framer-FbwfV .framer-1nvnkzy-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-FbwfV .framer-hkyxnc { --border-bottom-width: 1px; --border-color: rgba(0, 0, 0, 0.06); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-FbwfV .framer-1sd358k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 0px 14px 0px; position: relative; width: 666px; }\",\".framer-FbwfV .framer-1a28jgo-container { flex: none; height: 32px; position: relative; width: 160px; }\",\".framer-FbwfV .framer-m74kh2 { --framer-paragraph-spacing: 20px; flex: none; height: 124px; position: relative; white-space: pre-wrap; width: 667px; word-break: break-word; word-wrap: break-word; }\",\".framer-FbwfV .framer-1mr4vf8 { align-content: center; align-items: center; background-color: #000000; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 20px; position: relative; width: min-content; }\",\".framer-FbwfV .framer-12tlbgp { flex: none; height: 341px; overflow: hidden; position: relative; width: 100%; }\",\".framer-FbwfV .framer-13kgdjg { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 4; }\",\".framer-FbwfV .framer-12oy5j9 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: center; left: 0px; overflow: hidden; padding: 0px 0px 104px 0px; position: fixed; right: 0px; top: 0px; z-index: 4; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-FbwfV.framer-1lxcu89, .framer-FbwfV .framer-1uk6rcy, .framer-FbwfV .framer-n7nva2, .framer-FbwfV .framer-yar5l8, .framer-FbwfV .framer-1i8wup2, .framer-FbwfV .framer-p03wth, .framer-FbwfV .framer-1qo83je, .framer-FbwfV .framer-9izbes, .framer-FbwfV .framer-1fm6stq, .framer-FbwfV .framer-ohzu8b, .framer-FbwfV .framer-zsrpc8, .framer-FbwfV .framer-ffhs2, .framer-FbwfV .framer-xaiqsf, .framer-FbwfV .framer-1bbvrm3, .framer-FbwfV .framer-1k6rtue, .framer-FbwfV .framer-1n3log1, .framer-FbwfV .framer-l63tvf, .framer-FbwfV .framer-9f7pbm, .framer-FbwfV .framer-1c3strf, .framer-FbwfV .framer-19lcfag, .framer-FbwfV .framer-97dohs, .framer-FbwfV .framer-1h8tv6u, .framer-FbwfV .framer-shxkkv, .framer-FbwfV .framer-xl4o7b, .framer-FbwfV .framer-c5doy9, .framer-FbwfV .framer-d32zx6, .framer-FbwfV .framer-c4tp32, .framer-FbwfV .framer-qkv814, .framer-FbwfV .framer-14raepa, .framer-FbwfV .framer-hou6o6, .framer-FbwfV .framer-14w4ogq, .framer-FbwfV .framer-1fw40x0, .framer-FbwfV .framer-us8k2i, .framer-FbwfV .framer-1razda8, .framer-FbwfV .framer-2e8oko, .framer-FbwfV .framer-1hocndo, .framer-FbwfV .framer-11mezzo, .framer-FbwfV .framer-10y2kk7, .framer-FbwfV .framer-p4b5sf, .framer-FbwfV .framer-e70zvc, .framer-FbwfV .framer-1ihjgea, .framer-FbwfV .framer-1ts7ddk, .framer-FbwfV .framer-1aohol1, .framer-FbwfV .framer-12rumsv, .framer-FbwfV .framer-1almxgc, .framer-FbwfV .framer-ib7tzw, .framer-FbwfV .framer-1yt7ztg, .framer-FbwfV .framer-1jo8ba2, .framer-FbwfV .framer-5cvdtj, .framer-FbwfV .framer-hkyxnc, .framer-FbwfV .framer-1sd358k, .framer-FbwfV .framer-1mr4vf8, .framer-FbwfV .framer-1ok059n, .framer-FbwfV .framer-1d0tvac, .framer-FbwfV .framer-12oy5j9, .framer-FbwfV .framer-u8doq9 { gap: 0px; } .framer-FbwfV.framer-1lxcu89 > *, .framer-FbwfV .framer-1c3strf > *, .framer-FbwfV .framer-1ts7ddk > *, .framer-FbwfV .framer-1yt7ztg > *, .framer-FbwfV .framer-5cvdtj > *, .framer-FbwfV .framer-1ok059n > *, .framer-FbwfV .framer-12oy5j9 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-FbwfV.framer-1lxcu89 > :first-child, .framer-FbwfV .framer-1uk6rcy > :first-child, .framer-FbwfV .framer-yar5l8 > :first-child, .framer-FbwfV .framer-9izbes > :first-child, .framer-FbwfV .framer-ffhs2 > :first-child, .framer-FbwfV .framer-1bbvrm3 > :first-child, .framer-FbwfV .framer-1n3log1 > :first-child, .framer-FbwfV .framer-l63tvf > :first-child, .framer-FbwfV .framer-9f7pbm > :first-child, .framer-FbwfV .framer-1c3strf > :first-child, .framer-FbwfV .framer-97dohs > :first-child, .framer-FbwfV .framer-1h8tv6u > :first-child, .framer-FbwfV .framer-shxkkv > :first-child, .framer-FbwfV .framer-xl4o7b > :first-child, .framer-FbwfV .framer-d32zx6 > :first-child, .framer-FbwfV .framer-14raepa > :first-child, .framer-FbwfV .framer-hou6o6 > :first-child, .framer-FbwfV .framer-14w4ogq > :first-child, .framer-FbwfV .framer-1razda8 > :first-child, .framer-FbwfV .framer-11mezzo > :first-child, .framer-FbwfV .framer-10y2kk7 > :first-child, .framer-FbwfV .framer-p4b5sf > :first-child, .framer-FbwfV .framer-1ts7ddk > :first-child, .framer-FbwfV .framer-1almxgc > :first-child, .framer-FbwfV .framer-1yt7ztg > :first-child, .framer-FbwfV .framer-5cvdtj > :first-child, .framer-FbwfV .framer-hkyxnc > :first-child, .framer-FbwfV .framer-1sd358k > :first-child, .framer-FbwfV .framer-1mr4vf8 > :first-child, .framer-FbwfV .framer-1ok059n > :first-child, .framer-FbwfV .framer-12oy5j9 > :first-child { margin-top: 0px; } .framer-FbwfV.framer-1lxcu89 > :last-child, .framer-FbwfV .framer-1uk6rcy > :last-child, .framer-FbwfV .framer-yar5l8 > :last-child, .framer-FbwfV .framer-9izbes > :last-child, .framer-FbwfV .framer-ffhs2 > :last-child, .framer-FbwfV .framer-1bbvrm3 > :last-child, .framer-FbwfV .framer-1n3log1 > :last-child, .framer-FbwfV .framer-l63tvf > :last-child, .framer-FbwfV .framer-9f7pbm > :last-child, .framer-FbwfV .framer-1c3strf > :last-child, .framer-FbwfV .framer-97dohs > :last-child, .framer-FbwfV .framer-1h8tv6u > :last-child, .framer-FbwfV .framer-shxkkv > :last-child, .framer-FbwfV .framer-xl4o7b > :last-child, .framer-FbwfV .framer-d32zx6 > :last-child, .framer-FbwfV .framer-14raepa > :last-child, .framer-FbwfV .framer-hou6o6 > :last-child, .framer-FbwfV .framer-14w4ogq > :last-child, .framer-FbwfV .framer-1razda8 > :last-child, .framer-FbwfV .framer-11mezzo > :last-child, .framer-FbwfV .framer-10y2kk7 > :last-child, .framer-FbwfV .framer-p4b5sf > :last-child, .framer-FbwfV .framer-1ts7ddk > :last-child, .framer-FbwfV .framer-1almxgc > :last-child, .framer-FbwfV .framer-1yt7ztg > :last-child, .framer-FbwfV .framer-5cvdtj > :last-child, .framer-FbwfV .framer-hkyxnc > :last-child, .framer-FbwfV .framer-1sd358k > :last-child, .framer-FbwfV .framer-1mr4vf8 > :last-child, .framer-FbwfV .framer-1ok059n > :last-child, .framer-FbwfV .framer-12oy5j9 > :last-child { margin-bottom: 0px; } .framer-FbwfV .framer-1uk6rcy > *, .framer-FbwfV .framer-9izbes > *, .framer-FbwfV .framer-1n3log1 > *, .framer-FbwfV .framer-97dohs > *, .framer-FbwfV .framer-xl4o7b > *, .framer-FbwfV .framer-d32zx6 > *, .framer-FbwfV .framer-hou6o6 > *, .framer-FbwfV .framer-1razda8 > *, .framer-FbwfV .framer-10y2kk7 > *, .framer-FbwfV .framer-1almxgc > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-FbwfV .framer-n7nva2 > *, .framer-FbwfV .framer-p03wth > *, .framer-FbwfV .framer-ohzu8b > *, .framer-FbwfV .framer-zsrpc8 > *, .framer-FbwfV .framer-xaiqsf > *, .framer-FbwfV .framer-1k6rtue > *, .framer-FbwfV .framer-19lcfag > *, .framer-FbwfV .framer-c4tp32 > *, .framer-FbwfV .framer-qkv814 > *, .framer-FbwfV .framer-1fw40x0 > *, .framer-FbwfV .framer-us8k2i > *, .framer-FbwfV .framer-2e8oko > *, .framer-FbwfV .framer-1hocndo > *, .framer-FbwfV .framer-e70zvc > *, .framer-FbwfV .framer-1ihjgea > *, .framer-FbwfV .framer-1aohol1 > *, .framer-FbwfV .framer-12rumsv > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-FbwfV .framer-n7nva2 > :first-child, .framer-FbwfV .framer-1i8wup2 > :first-child, .framer-FbwfV .framer-p03wth > :first-child, .framer-FbwfV .framer-1qo83je > :first-child, .framer-FbwfV .framer-1fm6stq > :first-child, .framer-FbwfV .framer-ohzu8b > :first-child, .framer-FbwfV .framer-zsrpc8 > :first-child, .framer-FbwfV .framer-xaiqsf > :first-child, .framer-FbwfV .framer-1k6rtue > :first-child, .framer-FbwfV .framer-19lcfag > :first-child, .framer-FbwfV .framer-c5doy9 > :first-child, .framer-FbwfV .framer-c4tp32 > :first-child, .framer-FbwfV .framer-qkv814 > :first-child, .framer-FbwfV .framer-1fw40x0 > :first-child, .framer-FbwfV .framer-us8k2i > :first-child, .framer-FbwfV .framer-2e8oko > :first-child, .framer-FbwfV .framer-1hocndo > :first-child, .framer-FbwfV .framer-e70zvc > :first-child, .framer-FbwfV .framer-1ihjgea > :first-child, .framer-FbwfV .framer-1aohol1 > :first-child, .framer-FbwfV .framer-12rumsv > :first-child, .framer-FbwfV .framer-ib7tzw > :first-child, .framer-FbwfV .framer-1jo8ba2 > :first-child, .framer-FbwfV .framer-1d0tvac > :first-child, .framer-FbwfV .framer-u8doq9 > :first-child { margin-left: 0px; } .framer-FbwfV .framer-n7nva2 > :last-child, .framer-FbwfV .framer-1i8wup2 > :last-child, .framer-FbwfV .framer-p03wth > :last-child, .framer-FbwfV .framer-1qo83je > :last-child, .framer-FbwfV .framer-1fm6stq > :last-child, .framer-FbwfV .framer-ohzu8b > :last-child, .framer-FbwfV .framer-zsrpc8 > :last-child, .framer-FbwfV .framer-xaiqsf > :last-child, .framer-FbwfV .framer-1k6rtue > :last-child, .framer-FbwfV .framer-19lcfag > :last-child, .framer-FbwfV .framer-c5doy9 > :last-child, .framer-FbwfV .framer-c4tp32 > :last-child, .framer-FbwfV .framer-qkv814 > :last-child, .framer-FbwfV .framer-1fw40x0 > :last-child, .framer-FbwfV .framer-us8k2i > :last-child, .framer-FbwfV .framer-2e8oko > :last-child, .framer-FbwfV .framer-1hocndo > :last-child, .framer-FbwfV .framer-e70zvc > :last-child, .framer-FbwfV .framer-1ihjgea > :last-child, .framer-FbwfV .framer-1aohol1 > :last-child, .framer-FbwfV .framer-12rumsv > :last-child, .framer-FbwfV .framer-ib7tzw > :last-child, .framer-FbwfV .framer-1jo8ba2 > :last-child, .framer-FbwfV .framer-1d0tvac > :last-child, .framer-FbwfV .framer-u8doq9 > :last-child { margin-right: 0px; } .framer-FbwfV .framer-yar5l8 > *, .framer-FbwfV .framer-14raepa > *, .framer-FbwfV .framer-14w4ogq > *, .framer-FbwfV .framer-11mezzo > *, .framer-FbwfV .framer-p4b5sf > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-FbwfV .framer-1i8wup2 > *, .framer-FbwfV .framer-1qo83je > *, .framer-FbwfV .framer-1jo8ba2 > *, .framer-FbwfV .framer-1d0tvac > *, .framer-FbwfV .framer-u8doq9 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-FbwfV .framer-1fm6stq > * { margin: 0px; margin-left: calc(17px / 2); margin-right: calc(17px / 2); } .framer-FbwfV .framer-ffhs2 > *, .framer-FbwfV .framer-9f7pbm > *, .framer-FbwfV .framer-shxkkv > *, .framer-FbwfV .framer-hkyxnc > *, .framer-FbwfV .framer-1mr4vf8 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-FbwfV .framer-1bbvrm3 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-FbwfV .framer-l63tvf > *, .framer-FbwfV .framer-1h8tv6u > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-FbwfV .framer-c5doy9 > *, .framer-FbwfV .framer-ib7tzw > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-FbwfV .framer-1sd358k > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } }\",`@media (max-width: 767px) { .${metadata.bodyClassName}-framer-FbwfV { background: white; } .framer-FbwfV.framer-1lxcu89 { width: 390px; } .framer-FbwfV .framer-1uk6rcy { padding: 130px 20px 60px 20px; } .framer-FbwfV .framer-n7nva2 { flex-direction: column; max-width: 100%; } .framer-FbwfV .framer-7lq5fk, .framer-FbwfV .framer-2e8oko { order: 1; } .framer-FbwfV .framer-16hilt9 { order: 2; } .framer-FbwfV .framer-1w22hsd { order: 3; width: 100%; } .framer-FbwfV .framer-108b4le-container { order: 0; } .framer-FbwfV .framer-1qo83je, .framer-FbwfV .framer-97dohs, .framer-FbwfV .framer-1doem73, .framer-FbwfV .framer-14w4ogq, .framer-FbwfV .framer-xg6jpz, .framer-FbwfV .framer-14ydalp, .framer-FbwfV .framer-p4b5sf, .framer-FbwfV .framer-1kzfe8u, .framer-FbwfV .framer-1yddy62-container, .framer-FbwfV .framer-9p9xgx-container { width: 100%; } .framer-FbwfV .framer-1fm6stq, .framer-FbwfV .framer-l63tvf, .framer-FbwfV .framer-1h8tv6u { max-width: 100%; } .framer-FbwfV .framer-10waaf2 { left: -67px; right: unset; top: -116px; } .framer-FbwfV .framer-1c3strf, .framer-FbwfV .framer-5cvdtj { padding: 70px 20px 70px 20px; } .framer-FbwfV .framer-dtd4vt-container { height: 353px; } .framer-FbwfV .framer-xl4o7b, .framer-FbwfV .framer-1almxgc { padding: 90px 20px 90px 20px; } .framer-FbwfV .framer-c5doy9, .framer-FbwfV .framer-ib7tzw { flex-direction: column; } .framer-FbwfV .framer-d32zx6 { max-width: unset; padding: 70px 20px 60px 20px; } .framer-FbwfV .framer-1jflywk { flex-direction: column; gap: 40px; justify-content: flex-start; max-width: 100%; } .framer-FbwfV .framer-c4tp32 { justify-content: flex-start; order: 1; } .framer-FbwfV .framer-14raepa { justify-content: flex-start; order: 0; width: 100%; } .framer-FbwfV .framer-hou6o6, .framer-FbwfV .framer-10y2kk7 { justify-content: flex-start; max-width: unset; padding: 70px 20px 70px 20px; } .framer-FbwfV .framer-h08lkz, .framer-FbwfV .framer-1nd14b { flex-direction: column; gap: 39px; justify-content: flex-start; max-width: 100%; } .framer-FbwfV .framer-1ox998k { bottom: -97px; left: 0px; top: unset; } .framer-FbwfV .framer-1razda8 { justify-content: flex-start; max-width: unset; padding: 70px 20px 60px 20px; } .framer-FbwfV .framer-1wk478o { flex-direction: column; gap: 119px; justify-content: flex-start; max-width: 100%; } .framer-FbwfV .framer-11svuyf { right: -56px; top: -155px; } .framer-FbwfV .framer-11mezzo { order: 0; width: 100%; } .framer-FbwfV .framer-1tg5app { bottom: -97px; left: 0px; top: unset; transform: unset; } .framer-FbwfV .framer-1ts7ddk { padding: 70px 0px 70px 0px; } .framer-FbwfV .framer-1aohol1 { border-bottom-left-radius: unset; border-bottom-right-radius: unset; border-top-left-radius: unset; border-top-right-radius: unset; } .framer-FbwfV .framer-1sd358k { padding: 80px 20px 14px 20px; width: 100%; } .framer-FbwfV .framer-m74kh2 { height: auto; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-FbwfV .framer-n7nva2, .framer-FbwfV .framer-c5doy9, .framer-FbwfV .framer-1jflywk, .framer-FbwfV .framer-h08lkz, .framer-FbwfV .framer-1wk478o, .framer-FbwfV .framer-1nd14b, .framer-FbwfV .framer-ib7tzw { gap: 0px; } .framer-FbwfV .framer-n7nva2 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-FbwfV .framer-n7nva2 > :first-child, .framer-FbwfV .framer-c5doy9 > :first-child, .framer-FbwfV .framer-1jflywk > :first-child, .framer-FbwfV .framer-h08lkz > :first-child, .framer-FbwfV .framer-1wk478o > :first-child, .framer-FbwfV .framer-1nd14b > :first-child, .framer-FbwfV .framer-ib7tzw > :first-child { margin-top: 0px; } .framer-FbwfV .framer-n7nva2 > :last-child, .framer-FbwfV .framer-c5doy9 > :last-child, .framer-FbwfV .framer-1jflywk > :last-child, .framer-FbwfV .framer-h08lkz > :last-child, .framer-FbwfV .framer-1wk478o > :last-child, .framer-FbwfV .framer-1nd14b > :last-child, .framer-FbwfV .framer-ib7tzw > :last-child { margin-bottom: 0px; } .framer-FbwfV .framer-c5doy9 > *, .framer-FbwfV .framer-ib7tzw > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-FbwfV .framer-1jflywk > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-FbwfV .framer-h08lkz > *, .framer-FbwfV .framer-1nd14b > * { margin: 0px; margin-bottom: calc(39px / 2); margin-top: calc(39px / 2); } .framer-FbwfV .framer-1wk478o > * { margin: 0px; margin-bottom: calc(119px / 2); margin-top: calc(119px / 2); } }}`,`@media (min-width: 1080px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-FbwfV { background: white; } .framer-FbwfV.framer-1lxcu89 { width: 1080px; } .framer-FbwfV .framer-114l16z-container { order: 0; } .framer-FbwfV .framer-1uk6rcy { order: 1; } .framer-FbwfV .framer-9izbes { order: 2; } .framer-FbwfV .framer-10waaf2 { right: -101px; top: -122px; } .framer-FbwfV .framer-1u2guqs { top: 50%; transform: translateY(-50%); } .framer-FbwfV .framer-1rj12k0 { left: calc(50.23041474654381% - 139px / 2); top: calc(47.0046082949309% - 104px / 2); } .framer-FbwfV .framer-1n3log1 { order: 3; } .framer-FbwfV .framer-1c3strf { order: 4; padding: 70px 50px 70px 50px; } .framer-FbwfV .framer-97dohs { order: 5; } .framer-FbwfV .framer-xl4o7b { order: 6; } .framer-FbwfV .framer-d32zx6 { order: 7; padding: 70px 50px 60px 50px; } .framer-FbwfV .framer-hou6o6 { order: 8; padding: 70px 50px 70px 50px; } .framer-FbwfV .framer-1razda8 { order: 9; padding: 70px 50px 60px 50px; } .framer-FbwfV .framer-11svuyf { right: -102px; } .framer-FbwfV .framer-10y2kk7 { order: 15; padding: 70px 50px 70px 50px; } .framer-FbwfV .framer-1ts7ddk { order: 10; padding: 70px 50px 70px 50px; } .framer-FbwfV .framer-1almxgc { order: 11; } .framer-FbwfV .framer-1yddy62-container { order: 13; width: 100%; } .framer-FbwfV .framer-5cvdtj { order: 12; padding: 70px 50px 70px 50px; } .framer-FbwfV .framer-9p9xgx-container { order: 14; width: 100%; }}`,`@media (min-width: 768px) and (max-width: 1079px) { .${metadata.bodyClassName}-framer-FbwfV { background: white; } .framer-FbwfV.framer-1lxcu89 { width: 768px; } .framer-FbwfV .framer-1uk6rcy { padding: 130px 30px 60px 30px; } .framer-FbwfV .framer-10waaf2 { left: 103px; right: unset; } .framer-FbwfV .framer-1n3log1 { width: 90%; } .framer-FbwfV .framer-1c3strf, .framer-FbwfV .framer-1ts7ddk { padding: 70px 30px 70px 30px; } .framer-FbwfV .framer-97dohs { width: 689px; } .framer-FbwfV .framer-xl4o7b, .framer-FbwfV .framer-1almxgc { padding: 90px 40px 90px 40px; } .framer-FbwfV .framer-c5doy9, .framer-FbwfV .framer-ib7tzw { align-content: unset; align-items: unset; display: grid; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); } .framer-FbwfV .framer-1e8yi4j-container, .framer-FbwfV .framer-6e0jyc-container, .framer-FbwfV .framer-8g63yn-container, .framer-FbwfV .framer-frdq44-container, .framer-FbwfV .framer-14fkggf-container, .framer-FbwfV .framer-1r0t5lx-container { align-self: start; height: 100%; justify-self: start; width: 100%; } .framer-FbwfV .framer-d32zx6, .framer-FbwfV .framer-1razda8 { padding: 70px 40px 60px 40px; } .framer-FbwfV .framer-1jflywk, .framer-FbwfV .framer-1wk478o { flex-direction: column; gap: 92px; justify-content: flex-start; } .framer-FbwfV .framer-hou6o6, .framer-FbwfV .framer-10y2kk7, .framer-FbwfV .framer-5cvdtj { padding: 70px 40px 70px 40px; } .framer-FbwfV .framer-h08lkz, .framer-FbwfV .framer-1nd14b { flex-direction: column; padding: 51px 0px 51px 0px; } .framer-FbwfV .framer-14w4ogq, .framer-FbwfV .framer-p4b5sf { order: 1; } .framer-FbwfV .framer-1fw40x0, .framer-FbwfV .framer-e70zvc { order: 0; padding: 89px 0px 89px 0px; } .framer-FbwfV .framer-1ox998k { bottom: 73px; height: unset; left: -121px; width: var(--framer-aspect-ratio-supported, 181px); } .framer-FbwfV .framer-1tg5app { bottom: 73px; left: -121px; top: unset; transform: unset; } .framer-FbwfV .framer-1yddy62-container { width: 92%; } .framer-FbwfV .framer-9p9xgx-container { width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-FbwfV .framer-c5doy9, .framer-FbwfV .framer-1jflywk, .framer-FbwfV .framer-h08lkz, .framer-FbwfV .framer-1wk478o, .framer-FbwfV .framer-1nd14b, .framer-FbwfV .framer-ib7tzw { gap: 0px; } .framer-FbwfV .framer-c5doy9 > *, .framer-FbwfV .framer-c5doy9 > :first-child, .framer-FbwfV .framer-c5doy9 > :last-child, .framer-FbwfV .framer-h08lkz > *, .framer-FbwfV .framer-h08lkz > :first-child, .framer-FbwfV .framer-h08lkz > :last-child, .framer-FbwfV .framer-1nd14b > *, .framer-FbwfV .framer-1nd14b > :first-child, .framer-FbwfV .framer-1nd14b > :last-child, .framer-FbwfV .framer-ib7tzw > *, .framer-FbwfV .framer-ib7tzw > :first-child, .framer-FbwfV .framer-ib7tzw > :last-child { margin: 0px; } .framer-FbwfV .framer-1jflywk > *, .framer-FbwfV .framer-1wk478o > * { margin: 0px; margin-bottom: calc(92px / 2); margin-top: calc(92px / 2); } .framer-FbwfV .framer-1jflywk > :first-child, .framer-FbwfV .framer-1wk478o > :first-child { margin-top: 0px; } .framer-FbwfV .framer-1jflywk > :last-child, .framer-FbwfV .framer-1wk478o > :last-child { margin-bottom: 0px; } }}`,...sharedStyle.css,'.framer-FbwfV[data-border=\"true\"]::after, .framer-FbwfV [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 11830.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Jlc65TX_A\":{\"layout\":[\"fixed\",\"auto\"]},\"ngH2O0Cts\":{\"layout\":[\"fixed\",\"auto\"]},\"f_A9WRt2a\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const Framergn3mqdbhA=withCSS(Component,css,\"framer-FbwfV\");export default Framergn3mqdbhA;Framergn3mqdbhA.displayName=\"Casos / Studie\";Framergn3mqdbhA.defaultProps={height:11830.5,width:1200};addFonts(Framergn3mqdbhA,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Lausanne Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/HrLLrgJbTnt3go7AZq8dpyrZAI.otf\"},{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...NavFonts,...NikFonts,...VideoFonts,...SlideshowFonts,...VentajaColumnaFonts,...CtaFonts,...EmbedFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framergn3mqdbhA\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Jlc65TX_A\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ngH2O0Cts\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"f_A9WRt2a\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"11830.5\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "qlCAAAA,KACq7C,IAAMC,GAASC,EAASC,EAAG,EAAQC,GAASF,EAASG,CAAG,EAAQC,GAAsCC,GAA0BC,EAAO,MAAM,EAAQC,GAAWP,EAASQ,CAAK,EAAQC,EAAmBC,GAAOJ,EAAO,MAAM,EAAQK,GAAeX,EAASY,EAAS,EAAQC,GAAoBb,EAASc,CAAc,EAAQC,GAASf,EAASgB,EAAG,EAAQC,GAA2BC,GAAwBF,EAAG,EAAQG,GAAWnB,EAASoB,CAAK,EAAQC,GAAYrB,EAASsB,EAAM,EAAQC,GAAY,CAAC,UAAU,6CAA6C,UAAU,sBAAsB,UAAU,qBAAqB,UAAU,6CAA6C,EAAQC,GAAU,IAAI,OAAO,SAAW,IAAkBC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,iBAAiB,EAAQC,GAAiB,CAAC,UAAU,IAAIC,GAAU,IAAI,OAAO,4BAAkB,CAAC,CAAC,EAAQC,GAAuBC,GAAQ,CAAC,IAAMC,EAAS,CAAC,EAAE,KAAMD,GAAO,CAAC,IAAME,EAAOL,GAAiBG,EAAO,EAAE,EAAE,GAAGE,EAAO,CAAC,IAAMC,EAAQD,EAAO,QAAQ,EAAKC,GAASF,EAAS,KAAKE,CAAO,CAAG,CAACH,EAAOA,EAAO,QAAS,CAAC,GAAGC,EAAS,OAAO,EAAG,OAAO,QAAQ,IAAIA,CAAQ,CAAG,EAAQG,EAAkB,CAACC,EAAIL,IAAS,CAAC,KAAMA,GAAO,CAAC,IAAME,EAAOL,GAAiBG,EAAO,EAAE,EAAE,GAAGE,EAAO,CAAC,IAAMI,EAAMJ,EAAO,KAAK,EAAEG,CAAG,EAAE,GAAGC,EAAO,OAAOA,CAAO,CAACN,EAAOA,EAAO,QAAS,CAAC,EAAQO,EAAY,CAAC,MAAM,GAAG,SAAS,GAAG,KAAK,CAAC,IAAI,IAAI,IAAI,GAAG,EAAE,KAAK,OAAO,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,WAAWD,EAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,KAAK,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,EAAE,EAAE,EAAE,EAAE,EAAQC,EAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAmB,CAACC,EAAEC,IAAI,oBAAoBA,CAAC,GAASC,GAAmB,CAACF,EAAEC,IAAI,yBAAyBA,CAAC,GAASE,GAAQ,CAAC,CAAC,SAAAC,EAAS,uBAAAC,EAAuB,QAAAC,EAAQ,EAAI,IAAI,CAAC,GAAK,CAACC,EAAQC,CAAU,EAAEC,GAAgB,CAAC,uBAAAJ,CAAsB,CAAC,EAAE,OAAOD,EAAS,CAAC,KAAK,IAAII,EAAW,EAAK,EAAE,KAAK,IAAIA,EAAW,EAAI,EAAE,OAAO,IAAIA,EAAW,CAACD,CAAO,EAAE,QAAQD,GAASC,CAAO,CAAC,CAAE,EAAQG,EAASA,EAAiB,EAAQC,GAAwB,CAAC,QAAQ,YAAY,MAAM,YAAY,OAAO,YAAY,QAAQ,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAMD,EAAuCN,GAAwBK,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAA6BC,GAAW,SAASJ,EAAMK,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,GAAQ,GAAGC,EAAS,EAAEjB,GAASI,CAAK,EAAQc,GAAU,IAAI,CAAC,IAAMC,EAAUrB,EAAiB,OAAUY,CAAY,EAAE,GAAGS,EAAU,OAAO,CAAC,IAAIC,EAAU,SAAS,cAAc,qBAAqB,EAAKA,EAAWA,EAAU,aAAa,UAAUD,EAAU,MAAM,GAAQC,EAAU,SAAS,cAAc,MAAM,EAAEA,EAAU,aAAa,OAAO,QAAQ,EAAEA,EAAU,aAAa,UAAUD,EAAU,MAAM,EAAE,SAAS,KAAK,YAAYC,CAAS,EAAG,CAAC,EAAE,CAAC,OAAUV,CAAY,CAAC,EAAQW,GAAmB,IAAI,CAAC,IAAMF,EAAUrB,EAAiB,OAAUY,CAAY,EAAqC,GAAnC,SAAS,MAAMS,EAAU,OAAO,GAAMA,EAAU,SAAS,CAAC,IAAIG,GAAyBA,EAAwB,SAAS,cAAc,uBAAuB,KAAK,MAAMA,IAA0B,QAAcA,EAAwB,aAAa,UAAUH,EAAU,QAAQ,CAAE,CAAC,IAAMI,EAAQJ,EAAU,cAAc,GAAGI,EAAQ,CAAC,IAAMC,GAAK,SAAS,KAAKA,GAAK,UAAU,QAAQC,IAAGA,GAAE,WAAW,cAAc,GAAGD,GAAK,UAAU,OAAOC,EAAC,CAAC,EAAED,GAAK,UAAU,IAAI,GAAGL,EAAU,aAAa,eAAe,CAAE,CAAC,MAAM,IAAI,CAAII,GAAQ,SAAS,KAAK,UAAU,OAAO,GAAGJ,EAAU,aAAa,eAAe,CAAE,CAAE,EAAE,CAAC,OAAUT,CAAY,CAAC,EAAE,GAAK,CAACgB,EAAYC,EAAmB,EAAEC,GAA8BZ,GAAQ/C,GAAY,EAAK,EAAQ4D,GAAe,OAAe,CAAC,sBAAAC,EAAsB,MAAAC,EAAK,EAAEC,GAAyB,MAAS,EAAQC,GAAgB,CAAC,CAAC,QAAAC,EAAQ,eAAAC,CAAc,IAAIL,EAAsB,SAASM,IAAO,CAACF,EAAQ,OAAO,CAAE,CAAC,EAAQG,EAAa,CAAC,CAAC,QAAAH,EAAQ,eAAAC,CAAc,IAAIL,EAAsB,SAASM,IAAO,CAACF,EAAQ,KAAK,CAAE,CAAC,EAAQI,GAAY,CAAC,CAAC,QAAAJ,EAAQ,eAAAC,CAAc,IAAIL,EAAsB,SAASM,IAAO,CAACF,EAAQ,OAAO,CAAE,CAAC,EAAQK,GAAgB,CAAC,CAAC,QAAAL,EAAQ,eAAAC,CAAc,IAAIL,EAAsB,SAASM,IAAO,CAACF,EAAQ,OAAO,CAAE,CAAC,EAAQM,GAAejE,GAAuBmC,CAAY,EAAE,GAAG8B,GAAe,MAAMA,GAAe,IAAMC,GAAWC,GAAO,IAAI,EAAQC,GAAY,IAASzE,GAAU,EAAiBwD,IAAc,YAAtB,GAAmEkB,GAAOC,GAAU,EAAQC,GAAa,IAAQ,CAAC5E,GAAU,GAAiBwD,IAAc,YAA6CqB,GAAUC,GAAkB,WAAW,EAAQC,GAAWP,GAAO,IAAI,EAAQQ,GAAsBC,GAAM,EAAQC,GAAsB,CAAatC,EAAS,EAAEuC,GAAiB,CAAC,CAAC,EAAE,IAAIC,EAAmBC,EAAoBC,EAAoBC,EAAoBC,EAAoBC,EAAoBC,EAAoBC,EAAoBC,EAAoBC,EAAoBC,EAAqBC,EAAqBC,EAAqBC,EAAqBC,EAAqBC,EAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqBC,GAAqB,OAAoBC,EAAKC,GAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAAtH,EAAiB,EAAE,SAAsBuH,EAAMC,GAAY,CAAC,GAAG7E,GAA4CmC,GAAgB,SAAS,CAAcyC,EAAM3I,EAAO,IAAI,CAAC,GAAGiE,GAAU,UAAU4E,GAAG1H,GAAkB,GAAGiF,GAAsB,iBAAiBtC,CAAS,EAAE,IAAIL,GAA6BgC,GAAK,MAAM,CAAC,GAAG5B,CAAK,EAAE,SAAS,CAAc4E,EAAKK,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,EAAE,EAAE,SAAsBL,EAAKM,EAAU,CAAC,UAAU,2BAA2B,SAAsBN,EAAKO,EAAkB,CAAC,WAAWtE,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsB+D,EAAK9I,GAAI,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,YAAY,SAAS,YAAY,UAAU,YAAY,UAAU,YAAY,UAAU,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe8I,EAAK3I,GAAsC,CAAC,QAAQkC,GAAU,UAAU,iBAAiB,wBAAwB,UAAU,mBAAmB,OAAO,QAAQC,GAAW,KAAK,OAAO,UAAU,GAAK,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsB0G,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcF,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBE,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcF,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,SAAsBR,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,uBAAuB,MAAM,EAAE,SAAsBA,EAAKU,GAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBV,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,kBAAkB,MAAM,CAAC,OAAO,EAAE,KAAK,kBAAkB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,SAAsBR,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,uBAAuB,MAAM,EAAE,SAAS,IAAI,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,kBAAkB,MAAM,CAAC,OAAO,EAAE,KAAK,kBAAkB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,UAAU3C,EAAmB1E,EAAkB,KAAK8B,CAAY,KAAK,MAAM4C,IAAqB,OAAOA,EAAgCmC,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,uBAAuB,MAAM,EAAE,SAAsBA,EAAKU,GAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBV,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,kBAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,kBAAkB,MAAM,CAAC,OAAO,EAAE,KAAK,kBAAkB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAE9C,GAAY,GAAgB8C,EAAK,MAAM,CAAC,UAAU,+BAA+B,SAAsBA,EAAKW,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,KAAK,aAAa,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,KAAK,aAAa,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,KAAK,aAAa,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,GAA4BZ,EAAKK,EAA0B,CAAC,SAAsBL,EAAKM,EAAU,CAAC,UAAU,0BAA0B,SAAsBN,EAAKO,EAAkB,CAAC,WAAWtE,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU2E,EAAc,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,CAAC,CAAC,EAAE,SAAsBZ,EAAK5I,EAAI,CAAC,UAAU,qBAAqB,OAAO,OAAO,GAAG,YAAY,UAAUwJ,EAAc,CAAC,EAAE,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeZ,EAAKO,EAAkB,CAAC,WAAWtE,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU6B,EAAoB3E,EAAkB,KAAK8B,CAAY,KAAK,MAAM6C,IAAsB,OAAOA,EAAiCkC,EAAWS,EAAS,CAAC,SAAsBT,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,iEAAiE,qBAAqB,OAAO,0BAA0B,UAAU,uBAAuB,MAAM,EAAE,SAAS,kEAAkE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,UAAUzC,EAAoB5E,EAAkB,KAAK8B,CAAY,KAAK,MAAM8C,IAAsB,OAAOA,EAAiCiC,EAAWS,EAAS,CAAC,SAAsBT,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,iEAAiE,qBAAqB,OAAO,0BAA0B,UAAU,uBAAuB,MAAM,EAAE,SAAS,kEAAkE,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,yBAAyB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,UAAUxC,EAAoB7E,EAAkB,KAAK8B,CAAY,KAAK,MAAM+C,IAAsB,OAAOA,EAAiCgC,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,qGAAqG,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,kBAAkB,MAAM,CAAC,OAAO,EAAE,KAAK,kBAAkB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAE3C,GAAa,GAAgB2C,EAAKW,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASE,GAA6Bb,EAAKK,EAA0B,CAAC,SAAsBL,EAAKM,EAAU,CAAC,UAAU,uEAAuE,SAAsBN,EAAKO,EAAkB,CAAC,WAAWtE,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU4E,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsBb,EAAK5I,EAAI,CAAC,UAAU,qBAAqB,OAAO,OAAO,GAAG,YAAY,UAAUyJ,EAAe,CAAC,EAAE,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeb,EAAK,MAAM,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK3I,GAAsC,CAAC,QAAQkC,GAAU,UAAU,gBAAgB,wBAAwB,SAAS,mBAAmB,QAAQ,QAAQC,GAAW,KAAK,QAAQ,UAAU,GAAK,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsB0G,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcF,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKO,EAAkB,CAAC,WAAWtE,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ6E,EAA0B,KAAK,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,uEAAuE,OAAO,qWAAqW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQA,EAA0B,KAAK,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,uEAAuE,OAAO,qWAAqW,CAAC,CAAC,EAAE,SAAsBd,EAAKe,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQD,EAA0B,KAAK,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,uEAAuE,OAAO,qWAAqW,EAAE,UAAU,gBAAgB,mBAAmB,eAAe,KAAK,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,EAAed,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKO,EAAkB,CAAC,WAAWtE,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,IAAI,QAAQ6E,EAA0B,GAAG,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,MAAM,IAAI,sFAAsF,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,IAAI,QAAQA,EAA0B,GAAG,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,MAAM,IAAI,sFAAsF,CAAC,CAAC,EAAE,SAAsBd,EAAKe,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,IAAI,QAAQD,EAA0B,GAAG,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,MAAM,IAAI,sFAAsF,EAAE,UAAU,eAAe,mBAAmB,eAAe,KAAK,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeZ,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcF,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,KAAK,QAAQ,SAAsBA,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,KAAK,eAAe,SAAsBA,EAAKO,EAAkB,CAAC,WAAWtE,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQ6E,EAA0B,GAAG,EAAE,YAAY,GAAG,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,sEAAsE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQA,EAA0B,GAAG,EAAE,YAAY,GAAG,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,sEAAsE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQA,EAA0B,KAAK,EAAE,YAAY,GAAG,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,sEAAsE,CAAC,CAAC,EAAE,SAAsBd,EAAKe,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQD,EAA0B,GAAG,EAAE,YAAY,GAAG,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,sEAAsE,EAAE,UAAU,iBAAiB,mBAAmB,UAAU,KAAK,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAed,EAAKO,EAAkB,CAAC,WAAWtE,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQ6E,EAA0B,GAAG,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,uFAAuF,OAAO,mbAAmb,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQA,EAA0B,GAAG,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,uFAAuF,OAAO,mbAAmb,CAAC,CAAC,EAAE,SAAsBd,EAAKe,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQD,EAA0B,GAAG,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,uFAAuF,OAAO,mbAAmb,EAAE,UAAU,iBAAiB,mBAAmB,eAAe,KAAK,eAAe,SAAsBd,EAAKK,EAA0B,CAAC,SAAsBL,EAAKM,EAAU,CAAC,UAAU,2BAA2B,SAAsBN,EAAKvI,EAAM,CAAC,gBAAgB,mBAAmB,aAAa,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,SAAS,GAAM,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,SAAS,YAAY,KAAK,GAAK,MAAM,GAAK,UAAU,QAAQ,QAAQ,GAAK,cAAc,GAAM,QAAQ,sEAAsE,QAAQ,MAAM,OAAO,4CAA4C,UAAU,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,cAAc,EAAE,eAAe,EAAE,OAAO,GAAG,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuI,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKO,EAAkB,CAAC,WAAWtE,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQ6E,EAA0B,KAAK,EAAE,YAAY,KAAK,WAAW,KAAK,IAAI,uFAAuF,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQA,EAA0B,KAAK,EAAE,YAAY,KAAK,WAAW,KAAK,IAAI,uFAAuF,CAAC,CAAC,EAAE,SAAsBd,EAAKe,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQD,EAA0B,KAAK,EAAE,YAAY,KAAK,WAAW,KAAK,IAAI,uFAAuF,EAAE,UAAU,gBAAgB,mBAAmB,eAAe,KAAK,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAed,EAAKtI,EAAmB,CAAC,kBAAkB,CAAC,WAAW4B,CAAW,EAAE,sBAAsB,GAAK,gBAAgBG,EAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,iBAAiB,mBAAmB,iBAAiB,KAAK,iBAAiB,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsByG,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcF,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,UAAUvC,EAAoB9E,EAAkB,KAAK8B,CAAY,KAAK,MAAMgD,IAAsB,OAAOA,EAAiC+B,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,kBAAkB,MAAM,CAAC,OAAO,EAAE,KAAK,kBAAkB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKO,EAAkB,CAAC,WAAWtE,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUiC,EAAoB/E,EAAkB,KAAK8B,CAAY,KAAK,MAAMiD,IAAsB,OAAOA,EAAiC8B,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,iEAAiE,qBAAqB,OAAO,0BAA0B,UAAU,uBAAuB,OAAO,0BAA0B,MAAM,EAAE,SAAS,kEAAkE,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAU7B,EAAoBhF,EAAkB,KAAK8B,CAAY,KAAK,MAAMkD,IAAsB,OAAOA,EAAiC6B,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,iEAAiE,qBAAqB,OAAO,0BAA0B,UAAU,uBAAuB,OAAO,0BAA0B,MAAM,EAAE,SAAS,kEAAkE,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAU5B,EAAoBjF,EAAkB,KAAK8B,CAAY,KAAK,MAAMmD,IAAsB,OAAOA,EAAiC4B,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,iEAAiE,qBAAqB,OAAO,0BAA0B,UAAU,uBAAuB,OAAO,0BAA0B,MAAM,EAAE,SAAS,kEAAkE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,UAAUnC,EAAoBlF,EAAkB,KAAK8B,CAAY,KAAK,MAAMoD,IAAsB,OAAOA,EAAiC2B,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,iEAAiE,qBAAqB,OAAO,0BAA0B,UAAU,uBAAuB,OAAO,0BAA0B,MAAM,EAAE,SAAS,kEAAkE,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,UAAU,MAAM,CAAC,yBAAyB,EAAE,KAAK,UAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,UAAUlC,EAAoBnF,EAAkB,KAAK8B,CAAY,KAAK,MAAMqD,IAAsB,OAAOA,EAAiC4B,EAAYO,EAAS,CAAC,SAAS,CAAcP,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,MAAmBF,EAAK,SAAS,CAAC,SAAS,wCAAwC,CAAC,EAAE,sDAAmEA,EAAK,SAAS,CAAC,SAAS,+BAA+B,CAAC,EAAE,oGAAiHA,EAAK,SAAS,CAAC,SAAS,6CAA6C,CAAC,EAAE,IAAI,CAAC,CAAC,EAAeE,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,+JAA4KF,EAAK,SAAS,CAAC,SAAS,uEAAuE,CAAC,EAAE,uOAAuO,CAAC,CAAC,EAAeE,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,+MAA4NF,EAAK,SAAS,CAAC,SAAS,0CAA0C,CAAC,EAAE,0CAAuDA,EAAK,SAAS,CAAC,SAAS,+BAA+B,CAAC,EAAE,IAAiBA,EAAK,SAAS,CAAC,SAAS,oBAAoB,CAAC,EAAE,kDAAkD,CAAC,CAAC,EAAeE,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,2BAAwCF,EAAK,SAAS,CAAC,SAAS,8BAA8B,CAAC,EAAE,mEAAgFA,EAAK,SAAS,CAAC,SAAS,yFAAyF,CAAC,EAAE,wFAAqGA,EAAK,SAAS,CAAC,SAAS,0CAA0C,CAAC,EAAE,qFAAkGA,EAAK,SAAS,CAAC,SAAS,oBAAoB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,kBAAkB,MAAM,CAAC,QAAQ,YAAY,EAAE,KAAK,kBAAkB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKtI,EAAmB,CAAC,kBAAkB,CAAC,WAAW4B,CAAW,EAAE,sBAAsB,GAAK,gBAAgBG,EAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,KAAK,OAAO,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsBuG,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,KAAK,YAAY,SAAsBA,EAAKK,EAA0B,CAAC,SAAsBL,EAAKM,EAAU,CAAC,UAAU,0BAA0B,SAAsBN,EAAKO,EAAkB,CAAC,WAAWtE,EAAY,UAAU,CAAC,UAAU,CAAC,YAAY,EAAI,CAAC,EAAE,SAAsB+D,EAAKnI,GAAU,CAAC,UAAU,SAAS,aAAa,CAAC,UAAU,qBAAqB,SAAS,GAAG,aAAa,GAAG,mBAAmB,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,cAAc,OAAO,YAAY,GAAG,kBAAkB,GAAM,iBAAiB,GAAK,UAAU,GAAG,kBAAkB,EAAI,EAAE,gBAAgB,GAAK,aAAa,GAAG,UAAU,OAAO,YAAY,GAAM,eAAe,CAAC,aAAa,GAAK,eAAe,EAAE,mBAAmB,KAAK,cAAc,EAAE,aAAa,CAAC,EAAE,YAAY,CAAC,UAAU,EAAE,YAAY,GAAM,UAAU,EAAE,UAAU,GAAG,SAAS,EAAK,EAAE,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,gBAAgB,EAAE,WAAW,EAAE,SAAS,YAAY,QAAQ,EAAE,cAAc,EAAE,YAAY,EAAE,eAAe,GAAM,aAAa,EAAE,WAAW,EAAE,gBAAgB,CAAC,kBAAkB,EAAE,eAAe,qBAAqB,SAAS,EAAE,SAAS,qBAAqB,QAAQ,GAAG,UAAU,GAAG,QAAQ,GAAG,YAAY,GAAG,YAAY,GAAG,WAAW,GAAG,iBAAiB,EAAI,EAAE,MAAM,CAAcmI,EAAKe,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,MAAM,SAAS,IAAI,qEAAqE,OAAO,4VAA4V,EAAE,UAAU,gBAAgB,mBAAmB,SAAS,KAAK,QAAQ,CAAC,EAAef,EAAKe,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,MAAM,SAAS,IAAI,wEAAwE,OAAO,ucAAuc,EAAE,UAAU,gBAAgB,mBAAmB,SAAS,KAAK,QAAQ,CAAC,EAAef,EAAKe,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,MAAM,MAAM,SAAS,IAAI,wEAAwE,OAAO,ucAAuc,EAAE,UAAU,gBAAgB,mBAAmB,SAAS,KAAK,QAAQ,CAAC,EAAef,EAAKe,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,MAAM,SAAS,IAAI,wEAAwE,OAAO,ucAAuc,EAAE,UAAU,gBAAgB,mBAAmB,SAAS,KAAK,QAAQ,CAAC,CAAC,EAAE,UAAU,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,kBAAkB,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAef,EAAKtI,EAAmB,CAAC,kBAAkB,CAAC,WAAW4B,CAAW,EAAE,sBAAsB,GAAK,gBAAgBG,EAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,KAAK,QAAQ,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsByG,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcF,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,UAAUjC,EAAqBpF,EAAkB,KAAK8B,CAAY,KAAK,MAAMsD,IAAuB,OAAOA,EAAkCyB,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,6BAA6B,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,kBAAkB,MAAM,CAAC,OAAO,EAAE,KAAK,kBAAkB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKO,EAAkB,CAAC,WAAWtE,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUuC,EAAqBrF,EAAkB,MAAM8B,CAAY,KAAK,MAAMuD,IAAuB,OAAOA,EAAkCwB,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,iEAAiE,qBAAqB,OAAO,0BAA0B,UAAU,uBAAuB,OAAO,0BAA0B,MAAM,EAAE,SAAS,gFAAgF,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUvB,EAAqBtF,EAAkB,MAAM8B,CAAY,KAAK,MAAMwD,IAAuB,OAAOA,EAAkCuB,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,iEAAiE,qBAAqB,OAAO,0BAA0B,UAAU,uBAAuB,OAAO,0BAA0B,MAAM,EAAE,SAAS,gFAAgF,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUtB,EAAqBvF,EAAkB,MAAM8B,CAAY,KAAK,MAAMyD,IAAuB,OAAOA,EAAkCsB,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,iEAAiE,qBAAqB,OAAO,0BAA0B,UAAU,uBAAuB,OAAO,0BAA0B,MAAM,EAAE,SAAS,gFAAgF,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,UAAU7B,EAAqBxF,EAAkB,KAAK8B,CAAY,KAAK,MAAM0D,IAAuB,OAAOA,EAAkCqB,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,iEAAiE,qBAAqB,OAAO,0BAA0B,UAAU,uBAAuB,OAAO,0BAA0B,MAAM,EAAE,SAAS,gFAAgF,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,UAAU,MAAM,CAAC,yBAAyB,EAAE,KAAK,UAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,UAAU5B,EAAqBzF,EAAkB,MAAM8B,CAAY,KAAK,MAAM2D,IAAuB,OAAOA,EAAkCsB,EAAYO,EAAS,CAAC,SAAS,CAAcP,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,0SAAuTF,EAAK,SAAS,CAAC,SAAS,uCAAuC,CAAC,EAAE,mDAAmD,CAAC,CAAC,EAAeE,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,6DAA0EF,EAAK,SAAS,CAAC,SAAS,6CAA6C,CAAC,EAAE,2IAAwJA,EAAK,SAAS,CAAC,SAAS,oCAAoC,CAAC,EAAE,0FAA0F,CAAC,CAAC,EAAeE,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,oEAAiFF,EAAK,SAAS,CAAC,SAAS,2DAA2D,CAAC,EAAE,iHAA8HA,EAAK,SAAS,CAAC,SAAS,uBAAuB,CAAC,EAAE,GAAG,CAAC,CAAC,EAAeE,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,yFAAsGF,EAAK,SAAS,CAAC,SAAS,oFAAoF,CAAC,EAAE,+HAA+H,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,kBAAkB,MAAM,CAAC,QAAQ,YAAY,EAAE,KAAK,kBAAkB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKO,EAAkB,CAAC,WAAWtE,EAAY,UAAU,CAAC,UAAU,CAAC,oBAAoB,CAAC,CAAC,EAAE,SAAsB+D,EAAKtI,EAAmB,CAAC,kBAAkB,CAAC,WAAW4B,CAAW,EAAE,sBAAsB,GAAK,gBAAgBG,EAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,aAAa,KAAK,aAAa,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsByG,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcF,EAAKK,EAA0B,CAAC,SAAsBL,EAAKM,EAAU,CAAC,UAAU,2BAA2B,SAAsBN,EAAKjI,EAAe,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,wEAAwE,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,WAAW8G,GAAqB1F,EAAkB,MAAM8B,CAAY,KAAK,MAAM4D,KAAuB,OAAOA,GAAqB,8JAA8J,QAAQ,YAAY,MAAM,OAAO,WAAWC,GAAqB3F,EAAkB,MAAM8B,CAAY,KAAK,MAAM6D,KAAuB,OAAOA,GAAqB,+DAA+D,CAAC,CAAC,CAAC,CAAC,CAAC,EAAekB,EAAKK,EAA0B,CAAC,SAAsBL,EAAKM,EAAU,CAAC,UAAU,0BAA0B,SAAsBN,EAAKjI,EAAe,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,wEAAwE,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,WAAWgH,GAAqB5F,EAAkB,MAAM8B,CAAY,KAAK,MAAM8D,KAAuB,OAAOA,GAAqB,6JAA6J,QAAQ,YAAY,MAAM,OAAO,WAAWC,GAAqB7F,EAAkB,MAAM8B,CAAY,KAAK,MAAM+D,KAAuB,OAAOA,GAAqB,qDAAqD,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegB,EAAKK,EAA0B,CAAC,SAAsBL,EAAKM,EAAU,CAAC,UAAU,0BAA0B,SAAsBN,EAAKjI,EAAe,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,uEAAuE,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,WAAWkH,GAAqB9F,EAAkB,MAAM8B,CAAY,KAAK,MAAMgE,KAAuB,OAAOA,GAAqB,4LAA4L,QAAQ,YAAY,MAAM,OAAO,WAAWC,GAAqB/F,EAAkB,MAAM8B,CAAY,KAAK,MAAMiE,KAAuB,OAAOA,GAAqB,iDAAiD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAec,EAAKO,EAAkB,CAAC,WAAWtE,EAAY,UAAU,CAAC,UAAU,CAAC,oBAAoB,CAAC,CAAC,EAAE,SAAsB+D,EAAKtI,EAAmB,CAAC,kBAAkB,CAAC,WAAW4B,CAAW,EAAE,sBAAsB,GAAK,gBAAgBG,EAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,oBAAoB,KAAK,oBAAoB,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsByG,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,KAAK,UAAU,SAAS,CAAChD,GAAY,GAAgB8C,EAAKO,EAAkB,CAAC,WAAWtE,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQ6E,EAA0B,IAAI,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,uEAAuE,OAAO,2EAA2E,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQA,EAA0B,IAAI,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,uEAAuE,OAAO,2EAA2E,CAAC,CAAC,EAAE,SAAsBd,EAAKe,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQD,EAA0B,IAAI,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,uEAAuE,OAAO,2EAA2E,EAAE,UAAU,gCAAgC,mBAAmB,eAAe,KAAK,cAAc,CAAC,CAAC,CAAC,EAAed,EAAK,MAAM,CAAC,UAAU,gBAAgB,cAAc,GAAK,SAAsBA,EAAKK,EAA0B,CAAC,SAAsBL,EAAKM,EAAU,CAAC,UAAU,0BAA0B,SAAsBN,EAAKvI,EAAM,CAAC,gBAAgB,mBAAmB,aAAa,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,SAAS,GAAM,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,SAAS,YAAY,KAAK,GAAK,MAAM,GAAK,UAAU,QAAQ,QAAQ,GAAK,cAAc,GAAM,QAAQ,sEAAsE,QAAQ,MAAM,OAAO,2CAA2C,UAAU,KAAK,MAAM,CAAC,MAAM,MAAM,EAAE,cAAc,EAAE,eAAe,EAAE,OAAO,GAAG,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyI,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,KAAK,YAAY,SAAS,CAAcF,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,SAAsBR,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,kBAAkB,MAAM,CAAC,OAAO,EAAE,KAAK,kBAAkB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,SAAsBR,EAAWS,EAAS,CAAC,SAAsBT,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,iEAAiE,qBAAqB,OAAO,0BAA0B,UAAU,uBAAuB,MAAM,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,yBAAyB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,UAAUrB,GAAqBhG,EAAkB,MAAM8B,CAAY,KAAK,MAAMkE,KAAuB,OAAOA,GAAkCe,EAAYO,EAAS,CAAC,SAAS,CAAcP,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,MAAmBF,EAAK,SAAS,CAAC,SAAS,iBAAiB,CAAC,EAAE,8EAA8E,CAAC,CAAC,EAAeE,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,WAAwBF,EAAK,SAAS,CAAC,SAAS,yBAAyB,CAAC,EAAE,wEAAwE,CAAC,CAAC,EAAeE,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,0BAAuCF,EAAK,SAAS,CAAC,SAAS,qCAAqC,CAAC,EAAE,kEAAkE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,kBAAkB,MAAM,CAAC,QAAQ,YAAY,EAAE,KAAK,kBAAkB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKO,EAAkB,CAAC,WAAWtE,EAAY,UAAU,CAAC,UAAU,CAAC,oBAAoB,CAAC,CAAC,EAAE,SAAsB+D,EAAKtI,EAAmB,CAAC,kBAAkB,CAAC,WAAW4B,CAAW,EAAE,sBAAsB,GAAK,gBAAgBG,EAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,oBAAoB,KAAK,oBAAoB,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsByG,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,KAAK,YAAY,SAAS,CAAcF,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,SAAsBR,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,kBAAkB,MAAM,CAAC,OAAO,EAAE,KAAK,kBAAkB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,SAAsBR,EAAWS,EAAS,CAAC,SAAsBT,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,iEAAiE,qBAAqB,OAAO,0BAA0B,UAAU,uBAAuB,MAAM,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,yBAAyB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,UAAUpB,GAAqBjG,EAAkB,MAAM8B,CAAY,KAAK,MAAMmE,KAAuB,OAAOA,GAAkCc,EAAYO,EAAS,CAAC,SAAS,CAAcP,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,6CAA0DF,EAAK,SAAS,CAAC,SAAS,SAAS,CAAC,EAAE,oFAAoF,CAAC,CAAC,EAAeE,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,uDAAoEF,EAAK,SAAS,CAAC,SAAS,0BAA0B,CAAC,EAAE,0DAA0D,CAAC,CAAC,EAAeE,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,2BAAwCF,EAAK,SAAS,CAAC,SAAS,4BAA4B,CAAC,EAAE,qGAAqG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,kBAAkB,MAAM,CAAC,QAAQ,YAAY,EAAE,KAAK,kBAAkB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,KAAK,UAAU,SAAS,CAAcF,EAAKO,EAAkB,CAAC,WAAWtE,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQ6E,EAA0B,IAAI,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,sEAAsE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQA,EAA0B,IAAI,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,sEAAsE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQA,EAA0B,IAAI,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,sEAAsE,CAAC,CAAC,EAAE,SAAsBd,EAAKe,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQD,EAA0B,IAAI,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,sEAAsE,EAAE,UAAU,iBAAiB,mBAAmB,eAAe,KAAK,cAAc,CAAC,CAAC,CAAC,EAAed,EAAK,MAAM,CAAC,UAAU,gBAAgB,cAAc,GAAK,SAAsBA,EAAKK,EAA0B,CAAC,SAAsBL,EAAKM,EAAU,CAAC,UAAU,2BAA2B,SAAsBN,EAAKvI,EAAM,CAAC,gBAAgB,mBAAmB,aAAa,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,SAAS,GAAM,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,SAAS,YAAY,KAAK,GAAK,MAAM,GAAK,UAAU,QAAQ,QAAQ,GAAK,cAAc,GAAM,QAAQ,uEAAuE,QAAQ,MAAM,OAAO,4CAA4C,UAAU,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,cAAc,EAAE,eAAe,EAAE,OAAO,GAAG,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuI,EAAKO,EAAkB,CAAC,WAAWtE,EAAY,UAAU,CAAC,UAAU,CAAC,oBAAoB,CAAC,CAAC,EAAE,SAAsB+D,EAAKtI,EAAmB,CAAC,kBAAkB,CAAC,WAAW4B,CAAW,EAAE,sBAAsB,GAAK,gBAAgBG,EAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,iBAAiB,mBAAmB,oBAAoB,KAAK,oBAAoB,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsByG,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,KAAK,UAAU,SAAS,CAAcF,EAAKO,EAAkB,CAAC,WAAWtE,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQ6E,EAA0B,IAAI,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,qEAAqE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQA,EAA0B,MAAM,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,qEAAqE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQA,EAA0B,IAAI,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,qEAAqE,CAAC,CAAC,EAAE,SAAsBd,EAAKe,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQD,EAA0B,IAAI,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,qEAAqE,EAAE,UAAU,iBAAiB,mBAAmB,eAAe,KAAK,cAAc,CAAC,CAAC,CAAC,EAAed,EAAK,MAAM,CAAC,UAAU,iBAAiB,cAAc,GAAK,SAAsBA,EAAKK,EAA0B,CAAC,SAAsBL,EAAKM,EAAU,CAAC,UAAU,2BAA2B,SAAsBN,EAAKvI,EAAM,CAAC,gBAAgB,mBAAmB,aAAa,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,SAAS,GAAM,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,SAAS,YAAY,KAAK,GAAK,MAAM,GAAK,UAAU,QAAQ,QAAQ,GAAK,cAAc,GAAM,QAAQ,sEAAsE,QAAQ,MAAM,OAAO,6CAA6C,UAAU,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,cAAc,EAAE,eAAe,EAAE,OAAO,GAAG,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyI,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,KAAK,YAAY,SAAS,CAAcF,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,SAAsBR,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,kBAAkB,MAAM,CAAC,OAAO,EAAE,KAAK,kBAAkB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,SAAsBR,EAAWS,EAAS,CAAC,SAAsBT,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,iEAAiE,qBAAqB,OAAO,0BAA0B,UAAU,uBAAuB,MAAM,EAAE,SAAS,eAAe,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,yBAAyB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,UAAUnB,GAAqBlG,EAAkB,MAAM8B,CAAY,KAAK,MAAMoE,KAAuB,OAAOA,GAAkCa,EAAYO,EAAS,CAAC,SAAS,CAAcP,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,qDAAkEF,EAAK,SAAS,CAAC,SAAS,UAAU,CAAC,EAAE,kCAAkC,CAAC,CAAC,EAAeE,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,qBAAkCF,EAAK,SAAS,CAAC,SAAS,wCAAwC,CAAC,EAAE,0EAA0E,CAAC,CAAC,EAAeE,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,gBAA6BF,EAAK,SAAS,CAAC,SAAS,wCAAwC,CAAC,EAAE,2CAA2C,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,kBAAkB,MAAM,CAAC,QAAQ,YAAY,EAAE,KAAK,kBAAkB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKO,EAAkB,CAAC,WAAWtE,EAAY,UAAU,CAAC,UAAU,CAAC,oBAAoB,CAAC,CAAC,EAAE,SAAsB+D,EAAKtI,EAAmB,CAAC,kBAAkB,CAAC,WAAW4B,CAAW,EAAE,sBAAsB,GAAK,gBAAgBG,EAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,iBAAiB,mBAAmB,oBAAoB,KAAK,oBAAoB,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsByG,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,KAAK,YAAY,SAAS,CAAcF,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,SAAsBR,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,kBAAkB,MAAM,CAAC,OAAO,EAAE,KAAK,kBAAkB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,SAAsBR,EAAWS,EAAS,CAAC,SAAsBT,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,iEAAiE,qBAAqB,OAAO,0BAA0B,UAAU,uBAAuB,MAAM,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,yBAAyB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,UAAUlB,GAAqBnG,EAAkB,MAAM8B,CAAY,KAAK,MAAMqE,KAAuB,OAAOA,GAAkCY,EAAYO,EAAS,CAAC,SAAS,CAAcP,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,oDAAiEF,EAAK,SAAS,CAAC,SAAS,2BAA2B,CAAC,EAAE,+DAA+D,CAAC,CAAC,EAAeE,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,WAAwBF,EAAK,SAAS,CAAC,SAAS,wBAAwB,CAAC,EAAE,mGAAmG,CAAC,CAAC,EAAeE,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,+EAA4FF,EAAK,SAAS,CAAC,SAAS,sCAAsC,CAAC,EAAE,qBAAqB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,kBAAkB,MAAM,CAAC,QAAQ,YAAY,EAAE,KAAK,kBAAkB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,KAAK,UAAU,SAAS,CAAcF,EAAKO,EAAkB,CAAC,WAAWtE,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQ6E,EAA0B,IAAI,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,qEAAqE,EAAE,kBAAkB,MAAS,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQA,EAA0B,KAAK,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,qEAAqE,EAAE,kBAAkB,MAAS,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQA,EAA0B,kBAAkB,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,qEAAqE,CAAC,CAAC,EAAE,SAAsBd,EAAKe,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQD,EAA0B,kBAAkB,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,qEAAqE,EAAE,UAAU,iBAAiB,mBAAmB,eAAe,KAAK,eAAe,kBAAkBpH,EAAkB,CAAC,CAAC,CAAC,EAAesG,EAAK,MAAM,CAAC,UAAU,iBAAiB,cAAc,GAAK,SAAsBA,EAAKK,EAA0B,CAAC,SAAsBL,EAAKM,EAAU,CAAC,UAAU,0BAA0B,SAAsBN,EAAKvI,EAAM,CAAC,gBAAgB,mBAAmB,aAAa,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,SAAS,GAAM,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,SAAS,YAAY,KAAK,GAAK,MAAM,GAAK,UAAU,QAAQ,QAAQ,GAAK,cAAc,GAAM,QAAQ,uEAAuE,QAAQ,MAAM,OAAO,2CAA2C,UAAU,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,cAAc,EAAE,eAAe,EAAE,OAAO,GAAG,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuI,EAAK,SAAS,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,KAAK,UAAU,SAAsBA,EAAKO,EAAkB,CAAC,WAAWtE,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQ6E,EAA0B,KAAK,EAAE,YAAY,IAAI,WAAW,IAAI,MAAM,kCAAkC,IAAI,qEAAqE,OAAO,6VAA6V,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQA,EAA0B,KAAK,EAAE,YAAY,IAAI,WAAW,IAAI,MAAM,qBAAqB,IAAI,qEAAqE,OAAO,6VAA6V,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQA,EAA0B,IAAI,EAAE,YAAY,IAAI,WAAW,IAAI,MAAM,mCAAmC,IAAI,qEAAqE,OAAO,6VAA6V,CAAC,CAAC,EAAE,SAAsBd,EAAKe,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,QAAQD,EAA0B,IAAI,EAAE,YAAY,IAAI,WAAW,IAAI,MAAM,mCAAmC,IAAI,qEAAqE,OAAO,6VAA6V,EAAE,UAAU,iBAAiB,SAAsBd,EAAK,MAAM,CAAC,UAAU,iBAAiB,cAAc,GAAK,SAAsBA,EAAKK,EAA0B,CAAC,SAAsBL,EAAKM,EAAU,CAAC,UAAU,0BAA0B,SAAsBN,EAAKvI,EAAM,CAAC,gBAAgB,mBAAmB,aAAa,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,SAAS,GAAM,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,SAAS,YAAY,KAAK,GAAK,MAAM,GAAK,UAAU,QAAQ,QAAQ,GAAK,cAAc,GAAM,QAAQ,sEAAsE,QAAQ,MAAM,OAAO,sCAAsC,UAAU,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,cAAc,EAAE,eAAe,EAAE,OAAO,GAAG,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuI,EAAKO,EAAkB,CAAC,WAAWtE,EAAY,UAAU,CAAC,UAAU,CAAC,oBAAoB,CAAC,CAAC,EAAE,SAAsB+D,EAAKtI,EAAmB,CAAC,kBAAkB,CAAC,WAAW4B,CAAW,EAAE,sBAAsB,GAAK,gBAAgBG,EAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,iBAAiB,mBAAmB,aAAa,KAAK,aAAa,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsByG,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcF,EAAKK,EAA0B,CAAC,SAAsBL,EAAKM,EAAU,CAAC,UAAU,0BAA0B,SAAsBN,EAAKjI,EAAe,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,wEAAwE,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,WAAWwH,GAAqBpG,EAAkB,MAAM8B,CAAY,KAAK,MAAMsE,KAAuB,OAAOA,GAAqB;AAAA,EAAmJ,QAAQ,YAAY,MAAM,OAAO,WAAWC,GAAqBrG,EAAkB,MAAM8B,CAAY,KAAK,MAAMuE,KAAuB,OAAOA,GAAqB,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeQ,EAAKK,EAA0B,CAAC,SAAsBL,EAAKM,EAAU,CAAC,UAAU,2BAA2B,SAAsBN,EAAKjI,EAAe,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,wEAAwE,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,WAAW0H,GAAqBtG,EAAkB,MAAM8B,CAAY,KAAK,MAAMwE,KAAuB,OAAOA,GAAqB,qIAAqI,QAAQ,YAAY,MAAM,OAAO,WAAWC,GAAqBvG,EAAkB,MAAM8B,CAAY,KAAK,MAAMyE,KAAuB,OAAOA,GAAqB,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeM,EAAKK,EAA0B,CAAC,SAAsBL,EAAKM,EAAU,CAAC,UAAU,2BAA2B,SAAsBN,EAAKjI,EAAe,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,uEAAuE,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,WAAW4H,GAAqBxG,EAAkB,MAAM8B,CAAY,KAAK,MAAM0E,KAAuB,OAAOA,GAAqB,gJAAgJ,QAAQ,YAAY,MAAM,OAAO,WAAWC,GAAqBzG,EAAkB,MAAM8B,CAAY,KAAK,MAAM2E,KAAuB,OAAOA,GAAqB,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeI,EAAKlG,GAAQ,CAAC,SAAS2C,GAAsB,CAAC,IAAIoB,EAAmB,OAAOmC,EAAKgB,EAAU,CAAC,SAAsBhB,EAAKK,EAA0B,CAAC,SAAsBH,EAAMI,EAAU,CAAC,UAAU,2BAA2B,GAAG,UAAU,SAAS,CAAcN,EAAKO,EAAkB,CAAC,WAAWtE,EAAY,UAAU,CAAC,UAAU,CAAC,4BAA4B,YAAY,2BAA2B,YAAY,QAAQ,WAAW,EAAE,UAAU,CAAC,4BAA4B,YAAY,2BAA2B,YAAY,QAAQ,WAAW,CAAC,EAAE,SAAsB+D,EAAK9H,GAA2B,CAAC,sBAAsB,GAAM,4BAA4B,YAAY,oBAAoB,GAAG,qCAAqC,GAAK,2BAA2B,YAAY,UAAUsE,GAAgB,CAAC,QAAAC,CAAO,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,WAAWoB,EAAmB1E,EAAkB,MAAM8B,CAAY,KAAK,MAAM4C,IAAqB,OAAOA,EAAmB,yIAAyI,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,EAAemC,EAAKiB,EAAgB,CAAC,SAASxE,EAAQ,SAAsBuD,EAAKgB,EAAU,CAAC,SAA+BE,EAA0BhB,EAAYO,EAAS,CAAC,SAAS,CAAcT,EAAKzI,EAAO,IAAI,CAAC,QAAQ,CAAC,QAAQ,EAAE,WAAW,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,GAAG,EAAE,IAAI,GAAG,EAAE,KAAK,OAAO,CAAC,EAAE,UAAU,iBAAiB,wBAAwB,UAAU,KAAK,CAAC,QAAQ,EAAE,WAAW,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,IAAI,IAAI,GAAG,CAAC,EAAE,KAAK,OAAO,CAAC,EAAE,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,IAAIkF,EAAQ,KAAK,CAAC,EAAE,WAAW,EAAeyD,EAAM,MAAM,CAAC,UAAU,iBAAiB,wBAAwB,UAAU,SAAS,CAAcF,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKzI,EAAO,IAAI,CAAC,UAAU,iBAAiB,cAAc,GAAK,MAAMqF,EAAa,CAAC,QAAAH,CAAO,CAAC,EAAE,SAAsBuD,EAAKe,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,GAAG,eAAe,GAAG,QAAQD,EAA0B,iBAAiB,EAAE,YAAY,GAAG,WAAW,GAAG,IAAI,qEAAqE,EAAE,UAAU,gBAAgB,kBAAkBjH,EAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemG,EAAKK,EAA0B,CAAC,SAAsBL,EAAKM,EAAU,CAAC,UAAU,2BAA2B,SAAsBN,EAAK3H,EAAM,CAAC,OAAO,OAAO,KAAK;AAAA;AAAA;AAAA,iDAA6a,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,KAAK,OAAO,IAAI,GAAG,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAS,cAAc,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,EAAe2H,EAAK,SAAS,CAAC,UAAU,gBAAgB,mBAAmB,MAAM,GAAG1C,GAAU,KAAK,MAAM,IAAIE,GAAK,SAAsB0C,EAAM,MAAM,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,YAAY,KAAK,YAAY,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcF,EAAKK,EAA0B,CAAC,SAAsBL,EAAKM,EAAU,CAAC,UAAU,2BAA2B,SAAsBN,EAAK5I,EAAI,CAAC,UAAU,qBAAqB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4I,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,UAAUX,GAAqB1G,EAAkB,MAAM8B,CAAY,KAAK,MAAM4E,KAAuB,OAAOA,GAAkCG,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,iEAAiE,qBAAqB,OAAO,0BAA0B,UAAU,uBAAuB,OAAO,0BAA0B,QAAQ,EAAE,SAAS,yBAAyB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,UAAU,MAAM,CAAC,yBAAyB,EAAE,KAAK,UAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKO,EAAkB,CAAC,WAAWtE,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU6D,GAAqB3G,EAAkB,MAAM8B,CAAY,KAAK,MAAM6E,KAAuB,OAAOA,GAAkCE,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,uBAAuB,OAAO,0BAA0B,QAAQ,EAAE,SAAS,mOAAmO,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,UAAUT,GAAqB5G,EAAkB,MAAM8B,CAAY,KAAK,MAAM8E,KAAuB,OAAOA,GAAkCC,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,QAAQ,EAAE,SAAS,mOAAmO,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,kBAAkB,MAAM,CAAC,OAAO,EAAE,KAAK,kBAAkB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKlG,GAAQ,CAAC,SAASqH,GAAuB,CAAC,IAAItD,EAAmB,OAAOmC,EAAKgB,EAAU,CAAC,SAAsBd,EAAM3I,EAAO,IAAI,CAAC,UAAU,iBAAiB,GAAG,UAAU,MAAMsF,GAAY,CAAC,QAAQsE,CAAQ,CAAC,EAAE,SAAS,CAAcnB,EAAKQ,EAAS,CAAC,sBAAsB,GAAK,UAAU3C,EAAmB1E,EAAkB,MAAM8B,CAAY,KAAK,MAAM4C,IAAqB,OAAOA,EAAgCmC,EAAWS,EAAS,CAAC,SAAsBT,EAAK,IAAI,CAAC,MAAM,CAAC,uBAAuB,OAAO,sBAAsB,oBAAoB,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,kBAAkB,MAAM,CAAC,OAAO,EAAE,KAAK,kBAAkB,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,EAAeA,EAAKiB,EAAgB,CAAC,SAASE,EAAS,SAAsBnB,EAAKgB,EAAU,CAAC,SAA+BE,EAA0BhB,EAAYO,EAAS,CAAC,SAAS,CAAcT,EAAKzI,EAAO,IAAI,CAAC,QAAQ,CAAC,QAAQ,EAAE,WAAW,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,GAAG,EAAE,IAAI,GAAG,EAAE,KAAK,OAAO,CAAC,EAAE,UAAU,iBAAiB,wBAAwB,UAAU,KAAK,CAAC,QAAQ,EAAE,WAAW,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,IAAI,IAAI,GAAG,CAAC,EAAE,KAAK,OAAO,CAAC,EAAE,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,IAAI4J,EAAS,KAAK,CAAC,EAAE,WAAW,EAAejB,EAAM,MAAM,CAAC,UAAU,iBAAiB,wBAAwB,UAAU,SAAS,CAAcF,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKzI,EAAO,IAAI,CAAC,UAAU,iBAAiB,cAAc,GAAK,MAAMqF,EAAa,CAAC,QAAQuE,CAAQ,CAAC,EAAE,SAAsBnB,EAAKe,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,GAAG,eAAe,GAAG,QAAQD,EAA0B,iBAAiB,EAAE,YAAY,GAAG,WAAW,GAAG,IAAI,qEAAqE,EAAE,UAAU,iBAAiB,kBAAkBjH,EAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemG,EAAKK,EAA0B,CAAC,SAAsBL,EAAKM,EAAU,CAAC,UAAU,0BAA0B,SAAsBN,EAAK3H,EAAM,CAAC,OAAO,OAAO,KAAK;AAAA,EAA4pB,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,KAAK,OAAO,IAAI,GAAG,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAS,cAAc,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe2H,EAAKO,EAAkB,CAAC,WAAWtE,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,KAAK,QAAQ6E,EAA0B,KAAK,EAAE,YAAY,IAAI,WAAW,KAAK,MAAM,kCAAkC,IAAI,uEAAuE,OAAO,wKAAwK,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,KAAK,QAAQA,EAA0B,KAAK,EAAE,YAAY,IAAI,WAAW,KAAK,MAAM,kCAAkC,IAAI,uEAAuE,OAAO,wKAAwK,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,KAAK,QAAQA,EAA0B,IAAI,EAAE,YAAY,IAAI,WAAW,KAAK,MAAM,mCAAmC,IAAI,uEAAuE,OAAO,wKAAwK,CAAC,CAAC,EAAE,SAAsBd,EAAKe,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,KAAK,QAAQD,EAA0B,KAAK,EAAE,YAAY,IAAI,WAAW,KAAK,MAAM,mCAAmC,IAAI,uEAAuE,OAAO,wKAAwK,EAAE,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAed,EAAKlG,GAAQ,CAAC,uBAAuB,GAAK,SAASsH,GAAuBpB,EAAKgB,EAAU,CAAC,SAAsBhB,EAAKO,EAAkB,CAAC,WAAWtE,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,QAAQ,EAAE,KAAK,EAAE,UAAU,CAAC,MAAM,QAAQ,EAAE,KAAK,EAAE,UAAU,CAAC,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,SAAsB+D,EAAKK,EAA0B,CAAC,OAAO,IAAI,MAAM,SAAS,EAAE,MAAM,SAAsBH,EAAMI,EAAU,CAAC,UAAU,0BAA0B,GAAG,SAAS,SAAS,CAAcN,EAAKO,EAAkB,CAAC,WAAWtE,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsB+D,EAAKzH,GAAO,CAAC,UAAUuE,GAAgB,CAAC,QAAQsE,CAAQ,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,EAAepB,EAAKiB,EAAgB,CAAC,SAASG,EAAS,SAAsBpB,EAAKgB,EAAU,CAAC,SAA+BE,EAA0BhB,EAAYO,EAAS,CAAC,SAAS,CAAcT,EAAKzI,EAAO,IAAI,CAAC,QAAQ,CAAC,QAAQ,EAAE,WAAW,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,GAAG,EAAE,IAAI,GAAG,EAAE,KAAK,OAAO,CAAC,EAAE,UAAU,iBAAiB,wBAAwB,SAAS,KAAK,CAAC,QAAQ,EAAE,WAAW,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,IAAI,IAAI,GAAG,CAAC,EAAE,KAAK,OAAO,CAAC,EAAE,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,IAAI6J,EAAS,KAAK,CAAC,EAAE,WAAW,EAAelB,EAAM,MAAM,CAAC,UAAU,iBAAiB,wBAAwB,SAAS,SAAS,CAAcF,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKzI,EAAO,IAAI,CAAC,UAAU,gBAAgB,cAAc,GAAK,MAAMqF,EAAa,CAAC,QAAQwE,CAAQ,CAAC,EAAE,SAAsBpB,EAAKe,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,GAAG,eAAe,GAAG,QAAQD,EAA0B,iBAAiB,EAAE,YAAY,GAAG,WAAW,GAAG,IAAI,qEAAqE,EAAE,UAAU,gBAAgB,kBAAkBjH,EAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemG,EAAKK,EAA0B,CAAC,SAAsBL,EAAKM,EAAU,CAAC,UAAU,2BAA2B,SAAsBN,EAAK3H,EAAM,CAAC,OAAO,OAAO,KAAK,4oBAA+oB,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,KAAK,OAAO,IAAI,GAAG,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAS,cAAc,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe2H,EAAK,MAAM,CAAC,UAAUI,GAAG1H,GAAkB,GAAGiF,EAAqB,EAAE,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ0D,GAAI,CAAC,kFAAkF,IAAIhH,EAAS,aAAa,uCAAuC,gFAAgF,mSAAmS,uKAAuK,qVAAqV,oRAAoR,qQAAqQ,wQAAwQ,mRAAmR,oaAAoa,oSAAoS,mKAAmK,4WAA4W,wMAAwM,oRAAoR,8TAA8T,8QAA8Q,mRAAmR,8PAA8P,ufAAuf,kdAAkd,iSAAiS,0JAA0J,0UAA0U,yLAAyL,ucAAuc,yIAAyI,2eAA2e,qVAAqV,uTAAuT,qTAAqT,sMAAsM,sMAAsM,iXAAiX,8QAA8Q,yGAAyG,+SAA+S,kVAAkV,qOAAqO,sMAAsM,mWAAmW,kTAAkT,oTAAoT,mXAAmX,ySAAyS,+PAA+P,0QAA0Q,i7BAAi7B,mOAAmO,mWAAmW,wMAAwM,mXAAmX,qTAAqT,qQAAqQ,oSAAoS,kUAAkU,+PAA+P,uQAAuQ,6VAA6V,2UAA2U,0cAA0c,yGAAyG,mJAAmJ,qKAAqK,8WAA8W,4UAA4U,wmBAAwmB,6QAA6Q,4LAA4L,inBAAinB,+RAA+R,0GAA0G,wMAAwM,sbAAsb,kHAAkH,sIAAsI,+UAA+U,y8SAAy8S,gCAAgCA,EAAS,aAAa,yzIAAyzI,yDAAyDA,EAAS,aAAa,i1CAAi1C,wDAAwDA,EAAS,aAAa,wmGAAwmG,GAAegH,GAAI,+bAA+b,EASh8yHC,EAAgBC,GAAQzG,GAAUuG,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,iBAAiBA,EAAgB,aAAa,CAAC,OAAO,QAAQ,MAAM,IAAI,EAAEG,GAASH,EAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,mBAAmB,OAAO,SAAS,IAAI,qEAAqE,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,yEAAyE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGtK,GAAS,GAAGG,GAAS,GAAGK,GAAW,GAAGI,GAAe,GAAGE,GAAoB,GAAGE,GAAS,GAAGI,GAAW,GAAGE,GAAY,GAAGoJ,GAAoCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,EACnnH,IAAMC,GAAqB,CAAC,QAAU,CAAC,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,oCAAsC,oMAA0O,sBAAwB,IAAI,sBAAwB,UAAU,yBAA2B,OAAO,6BAA+B,OAAO,yBAA2B,QAAQ,uBAAyB,GAAG,qBAAuB,MAAM,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["init_ssg_sandbox_shims", "NavFonts", "getFonts", "Zg50d3eL1_default", "NikFonts", "eBHuor3tO_default", "MotionHeaderWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "VideoFonts", "Video", "MotionHeaderWithFX", "withFX", "SlideshowFonts", "Slideshow", "VentajaColumnaFonts", "lxdFQ5zwa_default", "CtaFonts", "SJ7GYq5D_default", "CtaWithVariantAppearEffect", "withVariantAppearEffect", "EmbedFonts", "Embed", "FooterFonts", "kQdjQvCOL_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "valuesByLocaleId", "LazyValue", "preloadLocalizedValues", "locale", "promises", "values", "promise", "getLocalizedValue", "key", "value", "transition1", "animation", "animation1", "animation2", "transformTemplate1", "_", "t", "transformTemplate2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "a5C2luLnUwelu7j", "overlay", "paginationInfo", "args", "onTap1wvko5h", "onTapwelu7j", "EkJhraPU4welu7j", "preloadPromise", "ref1", "pe", "isDisplayed", "router", "useRouter", "isDisplayed1", "elementId", "useRouteElementId", "ref2", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "_getLocalizedValue7", "_getLocalizedValue8", "_getLocalizedValue9", "_getLocalizedValue10", "_getLocalizedValue11", "_getLocalizedValue12", "_getLocalizedValue13", "_getLocalizedValue14", "_getLocalizedValue15", "_getLocalizedValue16", "_getLocalizedValue17", "_getLocalizedValue18", "_getLocalizedValue19", "_getLocalizedValue20", "_getLocalizedValue21", "_getLocalizedValue22", "_getLocalizedValue23", "_getLocalizedValue24", "_getLocalizedValue25", "_getLocalizedValue26", "_getLocalizedValue27", "_getLocalizedValue28", "_getLocalizedValue29", "_getLocalizedValue30", "_getLocalizedValue31", "_getLocalizedValue32", "_getLocalizedValue33", "_getLocalizedValue34", "p", "GeneratedComponentContext", "u", "LayoutGroup", "cx", "ComponentViewportProvider", "Container", "PropertyOverrides2", "RichText2", "x", "Link", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "getLoadingLazyAtYPosition", "Image2", "l", "AnimatePresence", "Ga", "overlay1", "overlay2", "css", "Framergn3mqdbhA", "withCSS", "gn3mqdbhA_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
