{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VXBe8EJJsam2DqL3uRhs/vAXgQoGnDcUpvloGEbQo/A46qs31bm.js", "ssg:https://framerusercontent.com/modules/msKBmDQdUFrVSRepZ98i/ZSzRHZRxUB4jK7lvFkIs/A46qs31bm.js"],
  "sourcesContent": ["// Generated by Framer (0c5492c)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}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 getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/A46qs31bm/A46qs31bm.js\";import metadataProvider from\"#framer/local/webPageMetadata/A46qs31bm/A46qs31bm.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={bW3rg7O5Y:\"(min-width: 768px) and (max-width: 1079px)\",DZgHraNVt:\"(min-width: 1080px) and (max-width: 1199px)\",pjpzh7aMd:\"(max-width: 767px)\",X8sXinlGD:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-i52Ej\";const variantClassNames={bW3rg7O5Y:\"framer-v-1hk1sfa\",DZgHraNVt:\"framer-v-hovfdd\",pjpzh7aMd:\"framer-v-1hkuya6\",X8sXinlGD:\"framer-v-1gikh7x\"};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)=>`translate(-50%, -50%) ${t}`;const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};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 HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"X8sXinlGD\",Phone:\"pjpzh7aMd\",Tablet:\"DZgHraNVt\",Tablet2:\"bW3rg7O5Y\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"X8sXinlGD\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const onTap3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const onTap1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const EkJhraPU43bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);usePreloadLocalizedValues(activeLocale);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"pjpzh7aMd\")return false;return true;};const router=useRouter();const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"pjpzh7aMd\")return true;return false;};const elementId=useRouteElementId(\"NfDu_Mh7V\");const ref1=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"X8sXinlGD\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1gikh7x\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n2htav-container\",nodeId:\"sWgXZjgRf\",scopeId:\"A46qs31bm\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bW3rg7O5Y:{variant:\"zrwXlgnwY\"},pjpzh7aMd:{variant:\"zrwXlgnwY\"}},children:/*#__PURE__*/_jsx(Nav,{height:\"100%\",id:\"sWgXZjgRf\",KOBbu5STx:\"Ah81Y46MU\",layoutId:\"sWgXZjgRf\",pBLIElftY:\"Ah81Y46MU\",pfMtJaEgA:\"Ah81Y46MU\",qNqLaWMW6:\"Ah81Y46MU\",style:{width:\"100%\"},variant:\"OWMlgs8jN\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(MotionHeaderWithOptimizedAppearEffect,{animate:animation,className:\"framer-1nbhpx5\",\"data-framer-appear-id\":\"1nbhpx5\",\"data-framer-name\":\"Hero\",initial:animation1,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1a2ajoj\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ejsxuc\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-les17\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dzx4ul\",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\"},motionChild:true,nodeId:\"pB1YZz1QP\",openInNewTab:false,scopeId:\"A46qs31bm\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-15861ld\",\"data-styles-preset\":\"MxxzKDd16\",children:\"Content Hub \"})})})}),className:\"framer-1h6lpkp\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],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-12kyd2e\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"30px\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"vloakrQN4\"},motionChild:true,nodeId:\"Vl66GAArh\",openInNewTab:false,scopeId:\"A46qs31bm\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-15861ld\",\"data-styles-preset\":\"MxxzKDd16\",children:\"Casos de estudio\"})})})}),className:\"framer-1q7eov6\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vkt1cu hidden-1hkuya6\",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-1r9qf3-container\",nodeId:\"PqGt5s40g\",scopeId:\"A46qs31bm\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bW3rg7O5Y:{JpPgIIEaO:resolvedLinks[2]},DZgHraNVt:{JpPgIIEaO:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Nik,{cci5EBsRx:\"Now in the kitchen\",height:\"100%\",id:\"PqGt5s40g\",JpPgIIEaO:resolvedLinks[0],layoutId:\"PqGt5s40g\",style:{height:\"100%\",width:\"100%\"},variant:\"Zv0Oq9iJU\",width:\"100%\"})})})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pjpzh7aMd:{children:getLocalizedValue(\"v2\",activeLocale)??/*#__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:\"Studie: el twitch de la formaci\\xf3n inteligente.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__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:\"Studie: el twitch de la formaci\\xf3n inteligente.\"})}),className:\"framer-w88bn1\",fonts:[\"CUSTOM;Lausanne Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:\"La primera EdTech que ofrece clases de apoyo con profesores emitiendo en streaming en tiempo real.\"})}),className:\"framer-j9nay7\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],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-18djq53-container hidden-1gikh7x hidden-hovfdd hidden-1hk1sfa\",nodeId:\"KUUBJTkiM\",scopeId:\"A46qs31bm\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pjpzh7aMd:{JpPgIIEaO:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(Nik,{cci5EBsRx:\"Now in the kitchen\",height:\"100%\",id:\"KUUBJTkiM\",JpPgIIEaO:resolvedLinks1[0],layoutId:\"KUUBJTkiM\",style:{height:\"100%\",width:\"100%\"},variant:\"Zv0Oq9iJU\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jrxjqq\"})]})}),/*#__PURE__*/_jsx(MotionHeaderWithOptimizedAppearEffect,{animate:animation,className:\"framer-1uxhnds\",\"data-framer-appear-id\":\"1uxhnds\",\"data-framer-name\":\"fotos\",initial:animation1,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-99t5bj\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ytovdi\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bW3rg7O5Y:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5874,intrinsicWidth:3916,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+504+70+0+36.5+0),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\"}},pjpzh7aMd:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5874,intrinsicWidth:3916,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+543+70+0+36.5+0),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((componentViewport?.y||0)+0+554+70+0+36.5+0),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-1jfdsic\",\"data-framer-name\":\"Rectangle 30\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1w1b9wo\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bW3rg7O5Y:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1688,intrinsicWidth:780,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+504+70+0+19+35),pixelHeight:1688,pixelWidth:780,positionX:\"center\",positionY:\"top\",sizes:\"345px\",src:\"https://framerusercontent.com/images/zCGjZcCe80bswIarf9tO5AUIQz8.jpg\",srcSet:\"https://framerusercontent.com/images/zCGjZcCe80bswIarf9tO5AUIQz8.jpg 780w\"}},pjpzh7aMd:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1688,intrinsicWidth:780,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+543+70+0+19+35),pixelHeight:1688,pixelWidth:780,positionX:\"center\",positionY:\"top\",sizes:\"345px\",src:\"https://framerusercontent.com/images/zCGjZcCe80bswIarf9tO5AUIQz8.jpg\",srcSet:\"https://framerusercontent.com/images/zCGjZcCe80bswIarf9tO5AUIQz8.jpg 780w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1688,intrinsicWidth:780,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+554+70+0+19+35),pixelHeight:1688,pixelWidth:780,positionX:\"center\",positionY:\"top\",sizes:\"345px\",src:\"https://framerusercontent.com/images/zCGjZcCe80bswIarf9tO5AUIQz8.jpg\",srcSet:\"https://framerusercontent.com/images/zCGjZcCe80bswIarf9tO5AUIQz8.jpg 780w\"},className:\"framer-jstdww\",\"data-framer-name\":\"Rectangle 31\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s7ly33\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-10k6r2d\",\"data-framer-name\":\"icono\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-16564eo\",\"data-framer-name\":\"Rectangle 57\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bW3rg7O5Y:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:260,intrinsicWidth:174,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+504+70+0+0+-86+0+50),pixelHeight:260,pixelWidth:174,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ORzQw6HpQIYi5qAJnqhffTQKJ0.png\"}},DZgHraNVt:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:260,intrinsicWidth:174,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+554+70+0+0+-122+36.5+47),pixelHeight:260,pixelWidth:174,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ORzQw6HpQIYi5qAJnqhffTQKJ0.png\"}},pjpzh7aMd:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:260,intrinsicWidth:174,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+543+70+0+0+-116+0+50),pixelHeight:260,pixelWidth:174,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ORzQw6HpQIYi5qAJnqhffTQKJ0.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:260,intrinsicWidth:174,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+554+70+0+0+-86+0+50),pixelHeight:260,pixelWidth:174,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ORzQw6HpQIYi5qAJnqhffTQKJ0.png\"},className:\"framer-zpx151\",\"data-framer-name\":\"image 2\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bW3rg7O5Y:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:798,intrinsicWidth:622,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+504+70+0+0+0),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\"}},pjpzh7aMd:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:798,intrinsicWidth:622,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+543+70+0+0+0),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((componentViewport?.y||0)+0+554+70+0+0+0),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-zlck1d\",\"data-framer-name\":\"Rectangle 32\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1iz5jjo-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Y_YZYK99g\",scopeId:\"A46qs31bm\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"Y_YZYK99g\",isMixedBorderRadius:false,layoutId:\"Y_YZYK99g\",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/streamer.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-urqshr\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bW3rg7O5Y:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5801,intrinsicWidth:7734,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+504+70+0+36.5+0),pixelHeight:5801,pixelWidth:7734,sizes:\"345px\",src:\"https://framerusercontent.com/images/IAibcgKcTeQXveRTTmt7Z838QMA.jpg\",srcSet:\"https://framerusercontent.com/images/IAibcgKcTeQXveRTTmt7Z838QMA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/IAibcgKcTeQXveRTTmt7Z838QMA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/IAibcgKcTeQXveRTTmt7Z838QMA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/IAibcgKcTeQXveRTTmt7Z838QMA.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/IAibcgKcTeQXveRTTmt7Z838QMA.jpg 7734w\"}},pjpzh7aMd:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5801,intrinsicWidth:7734,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+543+70+0+36.5+0),pixelHeight:5801,pixelWidth:7734,sizes:\"345px\",src:\"https://framerusercontent.com/images/IAibcgKcTeQXveRTTmt7Z838QMA.jpg\",srcSet:\"https://framerusercontent.com/images/IAibcgKcTeQXveRTTmt7Z838QMA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/IAibcgKcTeQXveRTTmt7Z838QMA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/IAibcgKcTeQXveRTTmt7Z838QMA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/IAibcgKcTeQXveRTTmt7Z838QMA.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/IAibcgKcTeQXveRTTmt7Z838QMA.jpg 7734w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5801,intrinsicWidth:7734,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+554+70+0+36.5+0),pixelHeight:5801,pixelWidth:7734,sizes:\"345px\",src:\"https://framerusercontent.com/images/IAibcgKcTeQXveRTTmt7Z838QMA.jpg\",srcSet:\"https://framerusercontent.com/images/IAibcgKcTeQXveRTTmt7Z838QMA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/IAibcgKcTeQXveRTTmt7Z838QMA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/IAibcgKcTeQXveRTTmt7Z838QMA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/IAibcgKcTeQXveRTTmt7Z838QMA.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/IAibcgKcTeQXveRTTmt7Z838QMA.jpg 7734w\"},className:\"framer-pjax90\",\"data-framer-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-ewih8n\",\"data-framer-name\":\"La gran verdad\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i9xxup\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vnfwb6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:\"La gran verdad\"})}),className:\"framer-1nq1lwv\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bW3rg7O5Y:{children:getLocalizedValue(\"v6\",activeLocale)??/*#__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:\"Una nueva generaci\\xf3n que reclama un formato innovador para su formaci\\xf3n.\"})})},DZgHraNVt:{children:getLocalizedValue(\"v6\",activeLocale)??/*#__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:\"Una nueva generaci\\xf3n que reclama un formato innovador para su formaci\\xf3n.\"})})},pjpzh7aMd:{children:getLocalizedValue(\"v6\",activeLocale)??/*#__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:\"Una nueva generaci\\xf3n que reclama un formato innovador para su formaci\\xf3n.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__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:\"Una nueva generaci\\xf3n que reclama un formato innovador para su formaci\\xf3n.\"})}),className:\"framer-1otcj0m\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;Lausanne Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:\"La Generaci\\xf3n Z, nacidos entre 1997 y 2012, cuenta con 65 millones de personas solo en USA. Es la primera generaci\\xf3n 100% nativa digital, con todo tipo de dispositivos a su alcance y acceso ilimitado a conexi\\xf3n a internet desde su nacimiento.\\xa0\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:\"Hasta la fecha, es la generaci\\xf3n en edad estudiantil m\\xe1s cr\\xedtica con el sistema educativo tradicional. Existe un enorme salto entre la forma en que se relacionan y entretienen (con un tiempo de pantalla de hasta 9 horas) y el formato de las clases lectivas, similares a las de sus padres y abuelos.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:\"Las EdTech actuales ofrecen clases particulares cl\\xe1sicas a trav\\xe9s de videoconferencia o recursos en v\\xeddeo sin interacci\\xf3n.\"})]}),className:\"framer-utni8p\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],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-16jbucm\",\"data-framer-name\":\"foto\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-4kk13h\",\"data-framer-name\":\"Group 349\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1welyyz-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"sH_DDzaWr\",scopeId:\"A46qs31bm\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pjpzh7aMd:{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:\"sH_DDzaWr\",intervalControl:3,itemAmount:1,layoutId:\"sH_DDzaWr\",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:3888,pixelWidth:5184,sizes:\"1020px\",src:\"https://framerusercontent.com/images/sWJG8gCtQM96iReZhzlQ8oLmkxg.jpeg\",srcSet:\"https://framerusercontent.com/images/sWJG8gCtQM96iReZhzlQ8oLmkxg.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/sWJG8gCtQM96iReZhzlQ8oLmkxg.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/sWJG8gCtQM96iReZhzlQ8oLmkxg.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/sWJG8gCtQM96iReZhzlQ8oLmkxg.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/sWJG8gCtQM96iReZhzlQ8oLmkxg.jpeg 5184w\"},className:\"framer-u1eb7u\",\"data-framer-name\":\"Banner\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2832,intrinsicWidth:4240,pixelHeight:2832,pixelWidth:4240,sizes:\"1020px\",src:\"https://framerusercontent.com/images/tIpIZss7fd5iFkId7dtBQkaT8.jpeg\",srcSet:\"https://framerusercontent.com/images/tIpIZss7fd5iFkId7dtBQkaT8.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/tIpIZss7fd5iFkId7dtBQkaT8.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/tIpIZss7fd5iFkId7dtBQkaT8.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/tIpIZss7fd5iFkId7dtBQkaT8.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/tIpIZss7fd5iFkId7dtBQkaT8.jpeg 4240w\"},className:\"framer-1vh9n5i\",\"data-framer-name\":\"Banner\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5760,intrinsicWidth:3840,pixelHeight:5760,pixelWidth:3840,positionX:\"center\",positionY:\"top\",sizes:\"1020px\",src:\"https://framerusercontent.com/images/zGN1k61nkV7bQNPjlUG1EooSgF4.jpeg\",srcSet:\"https://framerusercontent.com/images/zGN1k61nkV7bQNPjlUG1EooSgF4.jpeg?scale-down-to=1024 682w,https://framerusercontent.com/images/zGN1k61nkV7bQNPjlUG1EooSgF4.jpeg?scale-down-to=2048 1365w,https://framerusercontent.com/images/zGN1k61nkV7bQNPjlUG1EooSgF4.jpeg?scale-down-to=4096 2730w,https://framerusercontent.com/images/zGN1k61nkV7bQNPjlUG1EooSgF4.jpeg 3840w\"},className:\"framer-1bs0cw7\",\"data-framer-name\":\"Banner\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2832,intrinsicWidth:4240,pixelHeight:2832,pixelWidth:4240,sizes:\"1020px\",src:\"https://framerusercontent.com/images/DRanlj8WyexSnzG8vgAp91SZ0IM.jpeg\",srcSet:\"https://framerusercontent.com/images/DRanlj8WyexSnzG8vgAp91SZ0IM.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/DRanlj8WyexSnzG8vgAp91SZ0IM.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/DRanlj8WyexSnzG8vgAp91SZ0IM.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/DRanlj8WyexSnzG8vgAp91SZ0IM.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/DRanlj8WyexSnzG8vgAp91SZ0IM.jpeg 4240w\"},className:\"framer-1nq9hs2\",\"data-framer-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-19sgry2\",\"data-framer-name\":\"agita\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vxsdb6\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1o5gzlz\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__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-1stdnfp\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bW3rg7O5Y:{children:getLocalizedValue(\"v10\",activeLocale)??/*#__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:\"Creadores de una nueva categor\\xeda: EdStreaming.\"})})},DZgHraNVt:{children:getLocalizedValue(\"v10\",activeLocale)??/*#__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:\"Creadores de una nueva categor\\xeda: EdStreaming.\"})})},pjpzh7aMd:{children:getLocalizedValue(\"v10\",activeLocale)??/*#__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:\"Creadores de una nueva categor\\xeda: EdStreaming.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v9\",activeLocale)??/*#__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:\"Creadores de una nueva categor\\xeda: EdStreaming.\"})}),className:\"framer-wql8cx\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;Lausanne Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:\"Studie nace para cambiar el paradigma en EdTech: ofrece clases de apoyo, repaso y preparaci\\xf3n de ex\\xe1menes en Live Streaming en abierto para la comunidad.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:\"Se centra en aportar lo que el usuario estudiante necesita (clases extra) en el formato que el usuario adolescente adora (live streaming) y lo complementa con contenido LifeStyle que ayuda a generar una comunidad con mayor interacci\\xf3n y relaciones sociales.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:\"Un modelo de negocio que no para de crecer en valor y adopci\\xf3n de usuarios aplicado a la faceta m\\xe1s importante de las familias: la educaci\\xf3n.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:\"Nace as\\xed una nueva categor\\xeda de negocio: EdStreaming, la educaci\\xf3n en v\\xeddeo, en tiempo real y con capacidad de interacci\\xf3n a medida para los alumnos.\"})]}),className:\"framer-1s0sly1\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pjpzh7aMd:{__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-h2rf2z\",\"data-framer-name\":\"destacados\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19my7fh\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-14np2h2-container\",nodeId:\"PFaBHi9t2\",scopeId:\"A46qs31bm\",children:/*#__PURE__*/_jsx(VentajaColumna,{height:\"100%\",id:\"PFaBHi9t2\",KjnNXY6ux:\"https://framerusercontent.com/assets/Dubzt8Je4KakVGdf2IM9yKGx8qA.json\",layoutId:\"PFaBHi9t2\",style:{width:\"100%\"},TOpa1zqFs:getLocalizedValue(\"v13\",activeLocale)??\"La UX de la app recuerda a las plataformas de entretenimiento que usan a diario pero con todo el potencial necesario para el estudio.\",variant:\"yuvQ058lX\",width:\"100%\",zJFm8Gud0:getLocalizedValue(\"v12\",activeLocale)??\"Una UX creada por y para los j\\xf3venes.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-k5r59h-container\",nodeId:\"x1p3Mda5W\",scopeId:\"A46qs31bm\",children:/*#__PURE__*/_jsx(VentajaColumna,{height:\"100%\",id:\"x1p3Mda5W\",KjnNXY6ux:\"https://framerusercontent.com/assets/h6pdWJKyI2LpUTqQiO0faNFhLw.json\",layoutId:\"x1p3Mda5W\",style:{width:\"100%\"},TOpa1zqFs:getLocalizedValue(\"v15\",activeLocale)??\"Una moneda propia (bolts) es el medio perfecto para que los usuarios puedan acceder a funcionalidades premium sin la permanencia de las suscripciones.\",variant:\"yuvQ058lX\",width:\"100%\",zJFm8Gud0:getLocalizedValue(\"v14\",activeLocale)??\"Gesti\\xf3n de consumo a medida.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1osnjsd-container\",nodeId:\"S4T97jHFa\",scopeId:\"A46qs31bm\",children:/*#__PURE__*/_jsx(VentajaColumna,{height:\"100%\",id:\"S4T97jHFa\",KjnNXY6ux:\"https://framerusercontent.com/assets/TDn7h60rBD3BGnJij6GMf9R8GE.json\",layoutId:\"S4T97jHFa\",style:{width:\"100%\"},TOpa1zqFs:getLocalizedValue(\"v17\",activeLocale)??\"La buena categorizaci\\xf3n del contenido es clave para poder encontrarlo f\\xe1cilmente. Studie ofrece dos grandes categor\\xedas: studie y experiences.\",variant:\"yuvQ058lX\",width:\"100%\",zJFm8Gud0:getLocalizedValue(\"v16\",activeLocale)??\"Conocimiento bajo demanda.\"})})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pjpzh7aMd:{__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-q258x0\",\"data-framer-name\":\"ventajade_derecha\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nny1ys\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3f8d8z\",\"data-framer-name\":\"derecha\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bW3rg7O5Y:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:630,intrinsicWidth:303,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5207+70+0+0+0+35.5),pixelHeight:630,pixelWidth:303,positionX:\"center\",positionY:\"center\",sizes:\"182px\",src:\"https://framerusercontent.com/images/Pqu2t2R8F4ZogEvpNNJIxLcvKI.png\",srcSet:\"https://framerusercontent.com/images/Pqu2t2R8F4ZogEvpNNJIxLcvKI.png 303w\"}},DZgHraNVt:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:630,intrinsicWidth:303,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4803+70+0+0+35.5),pixelHeight:630,pixelWidth:303,positionX:\"center\",positionY:\"center\",sizes:\"182px\",src:\"https://framerusercontent.com/images/Pqu2t2R8F4ZogEvpNNJIxLcvKI.png\",srcSet:\"https://framerusercontent.com/images/Pqu2t2R8F4ZogEvpNNJIxLcvKI.png 303w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:630,intrinsicWidth:303,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4843+70+0+0+35.5),pixelHeight:630,pixelWidth:303,positionX:\"center\",positionY:\"center\",sizes:\"182px\",src:\"https://framerusercontent.com/images/Pqu2t2R8F4ZogEvpNNJIxLcvKI.png\",srcSet:\"https://framerusercontent.com/images/Pqu2t2R8F4ZogEvpNNJIxLcvKI.png 303w\"},className:\"framer-1pmuyat hidden-1hkuya6\",\"data-framer-name\":\"Rectangle 31\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-arstov\",\"data-border\":true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ujo8id-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ZbBC9pJ83\",scopeId:\"A46qs31bm\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"ZbBC9pJ83\",isMixedBorderRadius:false,layoutId:\"ZbBC9pJ83\",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/studie_f1.mp4\",startTime:19.8,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1thedtb\",\"data-framer-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-jbk6v1\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v18\",activeLocale)??/*#__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:\"EmoRanking: adios chat, hola comunidad.\"})}),className:\"framer-q1npvj\",fonts:[\"CUSTOM;Lausanne Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v19\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:\"Un sistema super simplificado para mejorar la calidad del contenido en tiempo real seg\\xfan el criterio y el estado de \\xe1nimo de los usuarios, segundo a segundo.\"})}),className:\"framer-s8jrjc\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pjpzh7aMd:{__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-p6hk4a\",\"data-framer-name\":\"ventaja_izquierda\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7nsm2v\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11ge2wv\",\"data-framer-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-u9fi49\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v20\",activeLocale)??/*#__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:\"Cloud Questions: orden en el caos del directo.\"})}),className:\"framer-lacdx9\",fonts:[\"CUSTOM;Lausanne Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v21\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:\"El turno de preguntas por votaci\\xf3n que prioriza las dudas m\\xe1s compartidas por la comunidad y que ayuda al streamer a resolverlas por orden de importancia sin perder el foco y sin distracciones innecesarias.\"})}),className:\"framer-swbmk6\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sg9zve\",\"data-framer-name\":\"derecha\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bW3rg7O5Y:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:510,intrinsicWidth:798,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6283+70+0+51+0+129),pixelHeight:510,pixelWidth:798,positionX:\"center\",positionY:\"center\",sizes:\"257px\",src:\"https://framerusercontent.com/images/irHgUIT5cxThcaLlchtwfd7rqg.png\",srcSet:\"https://framerusercontent.com/images/irHgUIT5cxThcaLlchtwfd7rqg.png?scale-down-to=512 512w,https://framerusercontent.com/images/irHgUIT5cxThcaLlchtwfd7rqg.png 798w\"}},DZgHraNVt:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:510,intrinsicWidth:798,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5505+70+0+126+129),pixelHeight:510,pixelWidth:798,positionX:\"center\",positionY:\"center\",sizes:\"257px\",src:\"https://framerusercontent.com/images/irHgUIT5cxThcaLlchtwfd7rqg.png\",srcSet:\"https://framerusercontent.com/images/irHgUIT5cxThcaLlchtwfd7rqg.png?scale-down-to=512 512w,https://framerusercontent.com/images/irHgUIT5cxThcaLlchtwfd7rqg.png 798w\"}},pjpzh7aMd:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:510,intrinsicWidth:798,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6358+70+0+47+321+124-73),pixelHeight:510,pixelWidth:798,positionX:\"center\",positionY:\"center\",sizes:\"257px\",src:\"https://framerusercontent.com/images/irHgUIT5cxThcaLlchtwfd7rqg.png\",srcSet:\"https://framerusercontent.com/images/irHgUIT5cxThcaLlchtwfd7rqg.png?scale-down-to=512 512w,https://framerusercontent.com/images/irHgUIT5cxThcaLlchtwfd7rqg.png 798w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:510,intrinsicWidth:798,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5545+70+0+126+129),pixelHeight:510,pixelWidth:798,positionX:\"center\",positionY:\"center\",sizes:\"257px\",src:\"https://framerusercontent.com/images/irHgUIT5cxThcaLlchtwfd7rqg.png\",srcSet:\"https://framerusercontent.com/images/irHgUIT5cxThcaLlchtwfd7rqg.png?scale-down-to=512 512w,https://framerusercontent.com/images/irHgUIT5cxThcaLlchtwfd7rqg.png 798w\"},className:\"framer-ozne96\",\"data-framer-name\":\"Rectangle 31\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-al2tum\",\"data-border\":true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kppwjw-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"nASvBx5Aa\",scopeId:\"A46qs31bm\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"nASvBx5Aa\",isMixedBorderRadius:false,layoutId:\"nASvBx5Aa\",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/studie_f2.mp4\",startTime:1,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})]})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pjpzh7aMd:{__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-f3p93y\",\"data-framer-name\":\"ventajade_derecha\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14lxlc3\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p27nyg\",\"data-framer-name\":\"derecha\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bW3rg7O5Y:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:384,intrinsicWidth:385,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7109+70+0+0+0+137.5),pixelHeight:384,pixelWidth:385,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Tsv1DXqm1jgnO7C9VkzJn99BU8.png\"}},DZgHraNVt:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:384,intrinsicWidth:385,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6021+70+0+0+137.5),pixelHeight:384,pixelWidth:385,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Tsv1DXqm1jgnO7C9VkzJn99BU8.png\"}},pjpzh7aMd:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:384,intrinsicWidth:385,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7037+70+0+0+401+-155.5),pixelHeight:384,pixelWidth:385,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Tsv1DXqm1jgnO7C9VkzJn99BU8.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:384,intrinsicWidth:385,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6061+70+0+0+137.5),pixelHeight:384,pixelWidth:385,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Tsv1DXqm1jgnO7C9VkzJn99BU8.png\"},className:\"framer-1fkpy9d\",\"data-framer-name\":\"Rectangle 31\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18xgsvb\",\"data-border\":true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-15856hj-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ZrAwqg5VV\",scopeId:\"A46qs31bm\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"ZrAwqg5VV\",isMixedBorderRadius:false,layoutId:\"ZrAwqg5VV\",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/studie_f3.mp4\",startTime:19.8,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19wau45\",\"data-framer-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-1vzg9tu\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v22\",activeLocale)??/*#__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:\"Custom Widgets: interacci\\xf3n a medida.\"})}),className:\"framer-5drf0z\",fonts:[\"CUSTOM;Lausanne Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v23\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"30px\"},children:\"Las micro-interacciones que dan vida a la plataforma y permiten al usuario expresarse durante las clases. Una funcionalidad super implantada en este tipo de usuario, creando una asociaci\\xf3n r\\xe1pida con el entretenimiento y el gaming. Una forma \\xf3ptima y natural de gamificar el aprendizaje.\\xa0\"})}),className:\"framer-16zkfq1\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-c4e968\",\"data-framer-name\":\"browser\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bW3rg7O5Y:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:6e3,intrinsicWidth:4e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8149+70+0),pixelHeight:6e3,pixelWidth:4e3,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 60px)`,src:\"https://framerusercontent.com/images/3sGiJtjVdUmd4n1vxGxdDqcBkGc.jpg\",srcSet:\"https://framerusercontent.com/images/3sGiJtjVdUmd4n1vxGxdDqcBkGc.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/3sGiJtjVdUmd4n1vxGxdDqcBkGc.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/3sGiJtjVdUmd4n1vxGxdDqcBkGc.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/3sGiJtjVdUmd4n1vxGxdDqcBkGc.jpg 4000w\"}},DZgHraNVt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:6e3,intrinsicWidth:4e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6687+70+0),pixelHeight:6e3,pixelWidth:4e3,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 100px)`,src:\"https://framerusercontent.com/images/3sGiJtjVdUmd4n1vxGxdDqcBkGc.jpg\",srcSet:\"https://framerusercontent.com/images/3sGiJtjVdUmd4n1vxGxdDqcBkGc.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/3sGiJtjVdUmd4n1vxGxdDqcBkGc.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/3sGiJtjVdUmd4n1vxGxdDqcBkGc.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/3sGiJtjVdUmd4n1vxGxdDqcBkGc.jpg 4000w\"}},pjpzh7aMd:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:6e3,intrinsicWidth:4e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8104+70+0),pixelHeight:6e3,pixelWidth:4e3,sizes:`min(${componentViewport?.width||\"100vw\"}, 1200px)`,src:\"https://framerusercontent.com/images/3sGiJtjVdUmd4n1vxGxdDqcBkGc.jpg\",srcSet:\"https://framerusercontent.com/images/3sGiJtjVdUmd4n1vxGxdDqcBkGc.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/3sGiJtjVdUmd4n1vxGxdDqcBkGc.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/3sGiJtjVdUmd4n1vxGxdDqcBkGc.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/3sGiJtjVdUmd4n1vxGxdDqcBkGc.jpg 4000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:6e3,intrinsicWidth:4e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6727+70+0),pixelHeight:6e3,pixelWidth:4e3,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 180px)`,src:\"https://framerusercontent.com/images/3sGiJtjVdUmd4n1vxGxdDqcBkGc.jpg\",srcSet:\"https://framerusercontent.com/images/3sGiJtjVdUmd4n1vxGxdDqcBkGc.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/3sGiJtjVdUmd4n1vxGxdDqcBkGc.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/3sGiJtjVdUmd4n1vxGxdDqcBkGc.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/3sGiJtjVdUmd4n1vxGxdDqcBkGc.jpg 4000w\"},className:\"framer-17ka9a2\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-gz0rli\",\"data-border\":true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nt7hg6-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Oiyrd4XsO\",scopeId:\"A46qs31bm\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"Oiyrd4XsO\",isMixedBorderRadius:false,layoutId:\"Oiyrd4XsO\",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/studie_total.mp4\",startTime:1,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pjpzh7aMd:{__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-8ziwt5\",\"data-framer-name\":\"destacados\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fm24pj\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1inphz2-container\",nodeId:\"sIsIug5wy\",scopeId:\"A46qs31bm\",children:/*#__PURE__*/_jsx(VentajaColumna,{height:\"100%\",id:\"sIsIug5wy\",KjnNXY6ux:\"https://framerusercontent.com/assets/jQZALg61rcxTiMlpJxQqP5noSJ4.json\",layoutId:\"sIsIug5wy\",style:{width:\"100%\"},TOpa1zqFs:getLocalizedValue(\"v25\",activeLocale)??\"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:getLocalizedValue(\"v24\",activeLocale)??\"100% a Medida.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-i7b8va-container\",nodeId:\"Wy7syEKF2\",scopeId:\"A46qs31bm\",children:/*#__PURE__*/_jsx(VentajaColumna,{height:\"100%\",id:\"Wy7syEKF2\",KjnNXY6ux:\"https://framerusercontent.com/assets/h0EYY58fpWZXbfMv6DhmEwzJ7Vo.json\",layoutId:\"Wy7syEKF2\",style:{width:\"100%\"},TOpa1zqFs:getLocalizedValue(\"v27\",activeLocale)??\"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:getLocalizedValue(\"v26\",activeLocale)??\"Api Rest.\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1u5zwsr-container\",nodeId:\"ejZLUW4Pa\",scopeId:\"A46qs31bm\",children:/*#__PURE__*/_jsx(VentajaColumna,{height:\"100%\",id:\"ejZLUW4Pa\",KjnNXY6ux:\"https://framerusercontent.com/assets/VNGABYTLFui6zlDVDOUgc46MbU.json\",layoutId:\"ejZLUW4Pa\",style:{width:\"100%\"},TOpa1zqFs:getLocalizedValue(\"v29\",activeLocale)??\"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:getLocalizedValue(\"v28\",activeLocale)??\"Real Time.\"})})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bW3rg7O5Y:{width:`calc(${componentViewport?.width||\"100vw\"} * 0.9219)`,y:(componentViewport?.y||0)+0+9601},DZgHraNVt:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+8854},pjpzh7aMd:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+10010}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:755,width:\"1200px\",y:(componentViewport?.y||0)+0+7725,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6twnhh-container\",nodeId:\"WZlCFawGI\",rendersWithMotion:true,scopeId:\"A46qs31bm\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bW3rg7O5Y:{__framer__obscuredVariantId:\"U187A3DaX\",__framer__visibleVariantId:\"WyqUg7qjk\",variant:\"U187A3DaX\"},pjpzh7aMd:{__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\",height:\"100%\",id:\"WZlCFawGI\",layoutId:\"WZlCFawGI\",style:{width:\"100%\"},TAqUhZm7u:getLocalizedValue(\"v30\",activeLocale)??\"\\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(\"header\",{className:\"framer-1bt1crs\",\"data-framer-name\":\"kit\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ltv9ut\",\"data-border\":true,\"data-framer-name\":\"Group 349\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tcwyw\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-b2t983-container\",nodeId:\"x22JnToL4\",scopeId:\"A46qs31bm\",children:/*#__PURE__*/_jsx(Nik,{cci5EBsRx:\"Now in the kitchen\",height:\"100%\",id:\"x22JnToL4\",layoutId:\"x22JnToL4\",style:{height:\"100%\",width:\"100%\"},variant:\"Zv0Oq9iJU\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v31\",activeLocale)??/*#__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 Studie?\"})}),className:\"framer-1i7byuq\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;Lausanne Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pjpzh7aMd:{children:getLocalizedValue(\"v33\",activeLocale)??/*#__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:getLocalizedValue(\"v32\",activeLocale)??/*#__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-z8v37o\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-g4zpk0\",id:\"g4zpk0\",onTap:onTap3bnx0g({overlay}),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v34\",activeLocale)??/*#__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-uo1qrj\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],verticalAlignment:\"bottom\",withExternalLayout:true}),/*#__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:cx(scopingClassNames,\"framer-1r716ok\"),\"data-framer-portal-id\":\"g4zpk0\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"BFFDXPyzz\"),/*#__PURE__*/_jsxs(\"div\",{className:cx(scopingClassNames,\"framer-1ciwi9d\"),\"data-framer-portal-id\":\"g4zpk0\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1c6uhpt\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fxbmbp\",\"data-border\":true,onTap:onTap1wnntms({overlay}),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:18,intrinsicWidth:18,pixelHeight:18,pixelWidth:18,src:\"https://framerusercontent.com/images/qtroHUWXaUvkD4iwJOj6UNNFms.svg\"},className:\"framer-n1v0a\",transformTemplate:transformTemplate1})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nx3i4r-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"jE7BaMByp\",scopeId:\"A46qs31bm\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<iframe data-tally-src=\"https://tally.so/embed/nP9dve?startup=Studie&?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:\"jE7BaMByp\",layoutId:\"jE7BaMByp\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})})]})]}),getContainer())})})]})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bW3rg7O5Y:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:333,intrinsicWidth:1010,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10356+70+0+0+688),pixelHeight:333,pixelWidth:1010,sizes:`calc(min(${componentViewport?.width||\"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\"}},DZgHraNVt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:333,intrinsicWidth:1010,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7685+70+0+0+688),pixelHeight:333,pixelWidth:1010,sizes:`calc(min(${componentViewport?.width||\"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\"}},pjpzh7aMd:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:333,intrinsicWidth:1010,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10765+70+0+0+674),pixelHeight:333,pixelWidth:1010,sizes:`calc(min(${componentViewport?.width||\"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\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:333,intrinsicWidth:1010,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8480+70+0+0+688),pixelHeight:333,pixelWidth:1010,sizes:`calc(min(${componentViewport?.width||\"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-qxq9b5\"})})]})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:true,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bW3rg7O5Y:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+11525},DZgHraNVt:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+9609},pjpzh7aMd:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+11920}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:743,width:\"1200px\",y:(componentViewport?.y||0)+0+9649,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1pt0rvt-container\",id:\"1pt0rvt\",nodeId:\"IJSK6iRof\",scopeId:\"A46qs31bm\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bW3rg7O5Y:{variant:\"vwwO3VO73\"},DZgHraNVt:{variant:\"GHGkKB9FN\"},pjpzh7aMd:{variant:\"D7A3_mjmM\"}},children:/*#__PURE__*/_jsx(Footer,{EkJhraPU4:EkJhraPU43bnx0g({overlay:overlay1}),height:\"100%\",id:\"IJSK6iRof\",layoutId:\"IJSK6iRof\",style:{width:\"100%\"},variant:\"he_MCav5D\",width:\"100%\"})}),/*#__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:cx(scopingClassNames,\"framer-1oopw9p\"),\"data-framer-portal-id\":\"1pt0rvt\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"s8QfAkzB_\"),/*#__PURE__*/_jsxs(motion.div,{className:cx(scopingClassNames,\"framer-r32dv9\"),\"data-framer-portal-id\":\"1pt0rvt\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xlwlin\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-jihc9q\",\"data-border\":true,onTap:onTap1wnntms({overlay:overlay1}),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:18,intrinsicWidth:18,pixelHeight:18,pixelWidth:18,src:\"https://framerusercontent.com/images/qtroHUWXaUvkD4iwJOj6UNNFms.svg\"},className:\"framer-2xyqx0\",transformTemplate:transformTemplate1})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-8fdsib-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"wHkbudpTO\",rendersWithMotion:true,scopeId:\"A46qs31bm\",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:\"wHkbudpTO\",layoutId:\"wHkbudpTO\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})})]})]}),getContainer())})})]})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-i52Ej.framer-1s1g0i3, .framer-i52Ej .framer-1s1g0i3 { display: block; }\",\".framer-i52Ej.framer-1gikh7x { 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-i52Ej .framer-1n2htav-container { flex: none; height: auto; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: 100%; z-index: 2; }\",\".framer-i52Ej .framer-1nbhpx5 { 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%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-i52Ej .framer-1a2ajoj { 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-i52Ej .framer-1ejsxuc { 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-i52Ej .framer-les17 { 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-i52Ej .framer-dzx4ul { 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-i52Ej .framer-1h6lpkp, .framer-i52Ej .framer-12kyd2e, .framer-i52Ej .framer-1q7eov6, .framer-i52Ej .framer-1nq1lwv, .framer-i52Ej .framer-1stdnfp, .framer-i52Ej .framer-jbk6v1, .framer-i52Ej .framer-u9fi49, .framer-i52Ej .framer-1vzg9tu, .framer-i52Ej .framer-uo1qrj { --framer-paragraph-spacing: 20px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-i52Ej .framer-1vkt1cu { 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-i52Ej .framer-1r9qf3-container, .framer-i52Ej .framer-18djq53-container { cursor: pointer; flex: none; height: 32px; position: relative; width: 160px; }\",\".framer-i52Ej .framer-w88bn1, .framer-i52Ej .framer-q1npvj, .framer-i52Ej .framer-lacdx9, .framer-i52Ej .framer-5drf0z { --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-i52Ej .framer-j9nay7 { --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-i52Ej .framer-1jrxjqq { 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-i52Ej .framer-1uxhnds { 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%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-i52Ej .framer-99t5bj { 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-i52Ej .framer-1ytovdi, .framer-i52Ej .framer-urqshr { 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-i52Ej .framer-1jfdsic, .framer-i52Ej .framer-pjax90 { 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-i52Ej .framer-1w1b9wo { 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: 35px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-i52Ej .framer-jstdww { 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-i52Ej .framer-s7ly33 { 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-i52Ej .framer-10k6r2d { flex: none; height: 291px; overflow: hidden; position: absolute; right: -118px; top: -86px; width: 217px; z-index: 2; }\",\".framer-i52Ej .framer-16564eo { aspect-ratio: 1 / 1; background-color: #00112c; 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-i52Ej .framer-zpx151 { flex: none; height: 110px; left: calc(53.456221198156705% - 75px / 2); position: absolute; top: calc(48.38709677419357% - 110px / 2); width: 75px; }\",\".framer-i52Ej .framer-zlck1d { 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-i52Ej .framer-1iz5jjo-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: -1px; top: 0px; z-index: 1; }\",\".framer-i52Ej .framer-ewih8n { 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-i52Ej .framer-1i9xxup, .framer-i52Ej .framer-vxsdb6 { 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-i52Ej .framer-vnfwb6, .framer-i52Ej .framer-1o5gzlz { 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-i52Ej .framer-1otcj0m { --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-i52Ej .framer-utni8p { --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-i52Ej .framer-16jbucm, .framer-i52Ej .framer-1bt1crs { 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-i52Ej .framer-4kk13h { 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-i52Ej .framer-1welyyz-container { flex: none; height: 719px; position: relative; width: 100%; }\",\".framer-i52Ej .framer-u1eb7u, .framer-i52Ej .framer-1vh9n5i, .framer-i52Ej .framer-1bs0cw7, .framer-i52Ej .framer-1nq9hs2 { 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-i52Ej .framer-19sgry2 { 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-i52Ej .framer-wql8cx, .framer-i52Ej .framer-1i7byuq { --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-i52Ej .framer-1s0sly1 { --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-i52Ej .framer-h2rf2z, .framer-i52Ej .framer-8ziwt5 { 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-i52Ej .framer-19my7fh, .framer-i52Ej .framer-1fm24pj { 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-i52Ej .framer-14np2h2-container, .framer-i52Ej .framer-k5r59h-container, .framer-i52Ej .framer-1osnjsd-container, .framer-i52Ej .framer-1inphz2-container, .framer-i52Ej .framer-i7b8va-container, .framer-i52Ej .framer-1u5zwsr-container { flex: none; height: auto; position: relative; width: 300px; }\",\".framer-i52Ej .framer-q258x0, .framer-i52Ej .framer-f3p93y { 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-i52Ej .framer-nny1ys, .framer-i52Ej .framer-14lxlc3 { 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-i52Ej .framer-3f8d8z { 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-i52Ej .framer-1pmuyat { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: 273px; position: absolute; right: -96px; top: 36px; width: 182px; z-index: 1; }\",\".framer-i52Ej .framer-arstov, .framer-i52Ej .framer-al2tum, .framer-i52Ej .framer-18xgsvb, .framer-i52Ej .framer-gz0rli { --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.64), 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-i52Ej .framer-ujo8id-container, .framer-i52Ej .framer-1kppwjw-container, .framer-i52Ej .framer-15856hj-container { flex: none; height: auto; position: relative; width: 264px; }\",\".framer-i52Ej .framer-1thedtb, .framer-i52Ej .framer-11ge2wv, .framer-i52Ej .framer-19wau45 { 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-i52Ej .framer-s8jrjc { --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-i52Ej .framer-p6hk4a { 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-i52Ej .framer-7nsm2v { 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-i52Ej .framer-swbmk6, .framer-i52Ej .framer-16zkfq1 { --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-i52Ej .framer-1sg9zve { 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-i52Ej .framer-ozne96 { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: 170px; left: -119px; position: absolute; top: 129px; width: 257px; z-index: 1; }\",\".framer-i52Ej .framer-p27nyg { 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-i52Ej .framer-1fkpy9d { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: 261px; position: absolute; right: -136px; top: calc(50.00000000000002% - 261px / 2); width: 205px; z-index: 1; }\",\".framer-i52Ej .framer-c4e968 { 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-i52Ej .framer-17ka9a2 { 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-i52Ej .framer-1nt7hg6-container { flex: none; height: auto; position: relative; width: 286px; }\",\".framer-i52Ej .framer-6twnhh-container, .framer-i52Ej .framer-1pt0rvt-container { flex: none; height: auto; position: relative; width: 1200px; }\",\".framer-i52Ej .framer-ltv9ut { --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-i52Ej .framer-tcwyw { 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-i52Ej .framer-b2t983-container { flex: none; height: 32px; position: relative; width: 160px; }\",\".framer-i52Ej .framer-z8v37o { --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-i52Ej .framer-g4zpk0 { 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-i52Ej.framer-1r716ok { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 2; }\",\".framer-i52Ej.framer-1ciwi9d { 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-i52Ej .framer-1c6uhpt, .framer-i52Ej .framer-1xlwlin { 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-i52Ej .framer-fxbmbp, .framer-i52Ej .framer-jihc9q { --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-i52Ej .framer-n1v0a, .framer-i52Ej .framer-2xyqx0 { 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-i52Ej .framer-1nx3i4r-container, .framer-i52Ej .framer-8fdsib-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-i52Ej .framer-qxq9b5 { flex: none; height: 341px; overflow: hidden; position: relative; width: 100%; }\",\".framer-i52Ej.framer-1oopw9p { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 4; }\",\".framer-i52Ej.framer-r32dv9 { 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-i52Ej.framer-1gikh7x, .framer-i52Ej .framer-1nbhpx5, .framer-i52Ej .framer-1a2ajoj, .framer-i52Ej .framer-1ejsxuc, .framer-i52Ej .framer-dzx4ul, .framer-i52Ej .framer-1vkt1cu, .framer-i52Ej .framer-1jrxjqq, .framer-i52Ej .framer-1uxhnds, .framer-i52Ej .framer-99t5bj, .framer-i52Ej .framer-1ytovdi, .framer-i52Ej .framer-1w1b9wo, .framer-i52Ej .framer-jstdww, .framer-i52Ej .framer-s7ly33, .framer-i52Ej .framer-zlck1d, .framer-i52Ej .framer-urqshr, .framer-i52Ej .framer-ewih8n, .framer-i52Ej .framer-1i9xxup, .framer-i52Ej .framer-vnfwb6, .framer-i52Ej .framer-16jbucm, .framer-i52Ej .framer-4kk13h, .framer-i52Ej .framer-19sgry2, .framer-i52Ej .framer-vxsdb6, .framer-i52Ej .framer-1o5gzlz, .framer-i52Ej .framer-h2rf2z, .framer-i52Ej .framer-19my7fh, .framer-i52Ej .framer-q258x0, .framer-i52Ej .framer-3f8d8z, .framer-i52Ej .framer-arstov, .framer-i52Ej .framer-1thedtb, .framer-i52Ej .framer-p6hk4a, .framer-i52Ej .framer-11ge2wv, .framer-i52Ej .framer-1sg9zve, .framer-i52Ej .framer-al2tum, .framer-i52Ej .framer-f3p93y, .framer-i52Ej .framer-p27nyg, .framer-i52Ej .framer-18xgsvb, .framer-i52Ej .framer-19wau45, .framer-i52Ej .framer-c4e968, .framer-i52Ej .framer-17ka9a2, .framer-i52Ej .framer-gz0rli, .framer-i52Ej .framer-8ziwt5, .framer-i52Ej .framer-1fm24pj, .framer-i52Ej .framer-1bt1crs, .framer-i52Ej .framer-ltv9ut, .framer-i52Ej .framer-tcwyw, .framer-i52Ej .framer-g4zpk0, .framer-i52Ej.framer-1ciwi9d, .framer-i52Ej .framer-1c6uhpt, .framer-i52Ej.framer-r32dv9, .framer-i52Ej .framer-1xlwlin { gap: 0px; } .framer-i52Ej.framer-1gikh7x > *, .framer-i52Ej .framer-16jbucm > *, .framer-i52Ej .framer-c4e968 > *, .framer-i52Ej .framer-1bt1crs > *, .framer-i52Ej.framer-1ciwi9d > *, .framer-i52Ej.framer-r32dv9 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-i52Ej.framer-1gikh7x > :first-child, .framer-i52Ej .framer-1nbhpx5 > :first-child, .framer-i52Ej .framer-1ejsxuc > :first-child, .framer-i52Ej .framer-1uxhnds > :first-child, .framer-i52Ej .framer-jstdww > :first-child, .framer-i52Ej .framer-zlck1d > :first-child, .framer-i52Ej .framer-ewih8n > :first-child, .framer-i52Ej .framer-1i9xxup > :first-child, .framer-i52Ej .framer-vnfwb6 > :first-child, .framer-i52Ej .framer-16jbucm > :first-child, .framer-i52Ej .framer-19sgry2 > :first-child, .framer-i52Ej .framer-vxsdb6 > :first-child, .framer-i52Ej .framer-1o5gzlz > :first-child, .framer-i52Ej .framer-h2rf2z > :first-child, .framer-i52Ej .framer-q258x0 > :first-child, .framer-i52Ej .framer-1thedtb > :first-child, .framer-i52Ej .framer-p6hk4a > :first-child, .framer-i52Ej .framer-11ge2wv > :first-child, .framer-i52Ej .framer-f3p93y > :first-child, .framer-i52Ej .framer-19wau45 > :first-child, .framer-i52Ej .framer-c4e968 > :first-child, .framer-i52Ej .framer-8ziwt5 > :first-child, .framer-i52Ej .framer-1bt1crs > :first-child, .framer-i52Ej .framer-ltv9ut > :first-child, .framer-i52Ej .framer-tcwyw > :first-child, .framer-i52Ej .framer-g4zpk0 > :first-child, .framer-i52Ej.framer-1ciwi9d > :first-child, .framer-i52Ej.framer-r32dv9 > :first-child { margin-top: 0px; } .framer-i52Ej.framer-1gikh7x > :last-child, .framer-i52Ej .framer-1nbhpx5 > :last-child, .framer-i52Ej .framer-1ejsxuc > :last-child, .framer-i52Ej .framer-1uxhnds > :last-child, .framer-i52Ej .framer-jstdww > :last-child, .framer-i52Ej .framer-zlck1d > :last-child, .framer-i52Ej .framer-ewih8n > :last-child, .framer-i52Ej .framer-1i9xxup > :last-child, .framer-i52Ej .framer-vnfwb6 > :last-child, .framer-i52Ej .framer-16jbucm > :last-child, .framer-i52Ej .framer-19sgry2 > :last-child, .framer-i52Ej .framer-vxsdb6 > :last-child, .framer-i52Ej .framer-1o5gzlz > :last-child, .framer-i52Ej .framer-h2rf2z > :last-child, .framer-i52Ej .framer-q258x0 > :last-child, .framer-i52Ej .framer-1thedtb > :last-child, .framer-i52Ej .framer-p6hk4a > :last-child, .framer-i52Ej .framer-11ge2wv > :last-child, .framer-i52Ej .framer-f3p93y > :last-child, .framer-i52Ej .framer-19wau45 > :last-child, .framer-i52Ej .framer-c4e968 > :last-child, .framer-i52Ej .framer-8ziwt5 > :last-child, .framer-i52Ej .framer-1bt1crs > :last-child, .framer-i52Ej .framer-ltv9ut > :last-child, .framer-i52Ej .framer-tcwyw > :last-child, .framer-i52Ej .framer-g4zpk0 > :last-child, .framer-i52Ej.framer-1ciwi9d > :last-child, .framer-i52Ej.framer-r32dv9 > :last-child { margin-bottom: 0px; } .framer-i52Ej .framer-1nbhpx5 > *, .framer-i52Ej .framer-1uxhnds > *, .framer-i52Ej .framer-ewih8n > *, .framer-i52Ej .framer-19sgry2 > *, .framer-i52Ej .framer-h2rf2z > *, .framer-i52Ej .framer-q258x0 > *, .framer-i52Ej .framer-p6hk4a > *, .framer-i52Ej .framer-f3p93y > *, .framer-i52Ej .framer-8ziwt5 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-i52Ej .framer-1a2ajoj > *, .framer-i52Ej .framer-1vkt1cu > *, .framer-i52Ej .framer-1ytovdi > *, .framer-i52Ej .framer-1w1b9wo > *, .framer-i52Ej .framer-s7ly33 > *, .framer-i52Ej .framer-urqshr > *, .framer-i52Ej .framer-4kk13h > *, .framer-i52Ej .framer-3f8d8z > *, .framer-i52Ej .framer-arstov > *, .framer-i52Ej .framer-1sg9zve > *, .framer-i52Ej .framer-al2tum > *, .framer-i52Ej .framer-p27nyg > *, .framer-i52Ej .framer-18xgsvb > *, .framer-i52Ej .framer-17ka9a2 > *, .framer-i52Ej .framer-gz0rli > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-i52Ej .framer-1a2ajoj > :first-child, .framer-i52Ej .framer-dzx4ul > :first-child, .framer-i52Ej .framer-1vkt1cu > :first-child, .framer-i52Ej .framer-1jrxjqq > :first-child, .framer-i52Ej .framer-99t5bj > :first-child, .framer-i52Ej .framer-1ytovdi > :first-child, .framer-i52Ej .framer-1w1b9wo > :first-child, .framer-i52Ej .framer-s7ly33 > :first-child, .framer-i52Ej .framer-urqshr > :first-child, .framer-i52Ej .framer-4kk13h > :first-child, .framer-i52Ej .framer-19my7fh > :first-child, .framer-i52Ej .framer-3f8d8z > :first-child, .framer-i52Ej .framer-arstov > :first-child, .framer-i52Ej .framer-1sg9zve > :first-child, .framer-i52Ej .framer-al2tum > :first-child, .framer-i52Ej .framer-p27nyg > :first-child, .framer-i52Ej .framer-18xgsvb > :first-child, .framer-i52Ej .framer-17ka9a2 > :first-child, .framer-i52Ej .framer-gz0rli > :first-child, .framer-i52Ej .framer-1fm24pj > :first-child, .framer-i52Ej .framer-1c6uhpt > :first-child, .framer-i52Ej .framer-1xlwlin > :first-child { margin-left: 0px; } .framer-i52Ej .framer-1a2ajoj > :last-child, .framer-i52Ej .framer-dzx4ul > :last-child, .framer-i52Ej .framer-1vkt1cu > :last-child, .framer-i52Ej .framer-1jrxjqq > :last-child, .framer-i52Ej .framer-99t5bj > :last-child, .framer-i52Ej .framer-1ytovdi > :last-child, .framer-i52Ej .framer-1w1b9wo > :last-child, .framer-i52Ej .framer-s7ly33 > :last-child, .framer-i52Ej .framer-urqshr > :last-child, .framer-i52Ej .framer-4kk13h > :last-child, .framer-i52Ej .framer-19my7fh > :last-child, .framer-i52Ej .framer-3f8d8z > :last-child, .framer-i52Ej .framer-arstov > :last-child, .framer-i52Ej .framer-1sg9zve > :last-child, .framer-i52Ej .framer-al2tum > :last-child, .framer-i52Ej .framer-p27nyg > :last-child, .framer-i52Ej .framer-18xgsvb > :last-child, .framer-i52Ej .framer-17ka9a2 > :last-child, .framer-i52Ej .framer-gz0rli > :last-child, .framer-i52Ej .framer-1fm24pj > :last-child, .framer-i52Ej .framer-1c6uhpt > :last-child, .framer-i52Ej .framer-1xlwlin > :last-child { margin-right: 0px; } .framer-i52Ej .framer-1ejsxuc > *, .framer-i52Ej .framer-1thedtb > *, .framer-i52Ej .framer-11ge2wv > *, .framer-i52Ej .framer-19wau45 > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-i52Ej .framer-dzx4ul > *, .framer-i52Ej .framer-1jrxjqq > *, .framer-i52Ej .framer-1c6uhpt > *, .framer-i52Ej .framer-1xlwlin > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-i52Ej .framer-99t5bj > * { margin: 0px; margin-left: calc(17px / 2); margin-right: calc(17px / 2); } .framer-i52Ej .framer-jstdww > *, .framer-i52Ej .framer-vnfwb6 > *, .framer-i52Ej .framer-1o5gzlz > *, .framer-i52Ej .framer-ltv9ut > *, .framer-i52Ej .framer-g4zpk0 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-i52Ej .framer-zlck1d > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-i52Ej .framer-1i9xxup > *, .framer-i52Ej .framer-vxsdb6 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-i52Ej .framer-19my7fh > *, .framer-i52Ej .framer-1fm24pj > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-i52Ej .framer-tcwyw > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } }\",...sharedStyle.css,'.framer-i52Ej[data-border=\"true\"]::after, .framer-i52Ej [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; }',\"@media (max-width: 767px) { .framer-i52Ej.framer-1gikh7x { width: 390px; } .framer-i52Ej .framer-1nbhpx5 { padding: 130px 20px 60px 20px; } .framer-i52Ej .framer-1a2ajoj { flex-direction: column; max-width: 100%; } .framer-i52Ej .framer-les17, .framer-i52Ej .framer-p27nyg { order: 1; } .framer-i52Ej .framer-w88bn1 { order: 2; } .framer-i52Ej .framer-j9nay7 { order: 3; width: 100%; } .framer-i52Ej .framer-18djq53-container { order: 0; } .framer-i52Ej .framer-1jrxjqq, .framer-i52Ej .framer-19sgry2, .framer-i52Ej .framer-s8jrjc, .framer-i52Ej .framer-11ge2wv, .framer-i52Ej .framer-swbmk6, .framer-i52Ej .framer-16zkfq1, .framer-i52Ej .framer-6twnhh-container, .framer-i52Ej .framer-1pt0rvt-container { width: 100%; } .framer-i52Ej .framer-99t5bj, .framer-i52Ej .framer-1i9xxup, .framer-i52Ej .framer-vxsdb6 { max-width: 100%; } .framer-i52Ej .framer-10k6r2d { left: -67px; right: unset; top: -116px; } .framer-i52Ej .framer-16jbucm, .framer-i52Ej .framer-1bt1crs { padding: 70px 20px 70px 20px; } .framer-i52Ej .framer-1welyyz-container { height: 353px; } .framer-i52Ej .framer-h2rf2z, .framer-i52Ej .framer-8ziwt5 { padding: 90px 20px 90px 20px; } .framer-i52Ej .framer-19my7fh, .framer-i52Ej .framer-1fm24pj { flex-direction: column; } .framer-i52Ej .framer-q258x0 { max-width: unset; padding: 70px 20px 60px 20px; } .framer-i52Ej .framer-nny1ys { flex-direction: column; gap: 40px; justify-content: flex-start; max-width: 100%; } .framer-i52Ej .framer-3f8d8z { justify-content: flex-start; order: 1; } .framer-i52Ej .framer-1thedtb { justify-content: flex-start; order: 0; width: 100%; } .framer-i52Ej .framer-p6hk4a { justify-content: flex-start; max-width: unset; padding: 70px 20px 70px 20px; } .framer-i52Ej .framer-7nsm2v { flex-direction: column; gap: 39px; justify-content: flex-start; max-width: 100%; } .framer-i52Ej .framer-ozne96 { bottom: -97px; left: 0px; top: unset; } .framer-i52Ej .framer-f3p93y { justify-content: flex-start; max-width: unset; padding: 70px 20px 60px 20px; } .framer-i52Ej .framer-14lxlc3 { flex-direction: column; gap: 119px; justify-content: flex-start; max-width: 100%; } .framer-i52Ej .framer-1fkpy9d { right: -56px; top: -155px; } .framer-i52Ej .framer-19wau45 { order: 0; width: 100%; } .framer-i52Ej .framer-c4e968 { padding: 70px 0px 70px 0px; } .framer-i52Ej .framer-17ka9a2 { border-bottom-left-radius: unset; border-bottom-right-radius: unset; border-top-left-radius: unset; border-top-right-radius: unset; will-change: unset; } .framer-i52Ej .framer-tcwyw { padding: 80px 20px 14px 20px; width: 100%; } .framer-i52Ej .framer-z8v37o { height: auto; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-i52Ej .framer-1a2ajoj, .framer-i52Ej .framer-19my7fh, .framer-i52Ej .framer-nny1ys, .framer-i52Ej .framer-7nsm2v, .framer-i52Ej .framer-14lxlc3, .framer-i52Ej .framer-1fm24pj { gap: 0px; } .framer-i52Ej .framer-1a2ajoj > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-i52Ej .framer-1a2ajoj > :first-child, .framer-i52Ej .framer-19my7fh > :first-child, .framer-i52Ej .framer-nny1ys > :first-child, .framer-i52Ej .framer-7nsm2v > :first-child, .framer-i52Ej .framer-14lxlc3 > :first-child, .framer-i52Ej .framer-1fm24pj > :first-child { margin-top: 0px; } .framer-i52Ej .framer-1a2ajoj > :last-child, .framer-i52Ej .framer-19my7fh > :last-child, .framer-i52Ej .framer-nny1ys > :last-child, .framer-i52Ej .framer-7nsm2v > :last-child, .framer-i52Ej .framer-14lxlc3 > :last-child, .framer-i52Ej .framer-1fm24pj > :last-child { margin-bottom: 0px; } .framer-i52Ej .framer-19my7fh > *, .framer-i52Ej .framer-1fm24pj > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-i52Ej .framer-nny1ys > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-i52Ej .framer-7nsm2v > * { margin: 0px; margin-bottom: calc(39px / 2); margin-top: calc(39px / 2); } .framer-i52Ej .framer-14lxlc3 > * { margin: 0px; margin-bottom: calc(119px / 2); margin-top: calc(119px / 2); } }}\",\"@media (min-width: 1080px) and (max-width: 1199px) { .framer-i52Ej.framer-1gikh7x { width: 1080px; } .framer-i52Ej .framer-1n2htav-container { order: 0; } .framer-i52Ej .framer-1nbhpx5 { order: 1; } .framer-i52Ej .framer-1uxhnds { order: 2; } .framer-i52Ej .framer-10k6r2d { right: -101px; top: -122px; } .framer-i52Ej .framer-16564eo { top: 50%; transform: translateY(-50%); } .framer-i52Ej .framer-zpx151 { left: calc(50.23041474654381% - 75px / 2); top: calc(47.0046082949309% - 110px / 2); } .framer-i52Ej .framer-ewih8n { order: 3; } .framer-i52Ej .framer-16jbucm { order: 4; padding: 70px 50px 70px 50px; } .framer-i52Ej .framer-19sgry2 { order: 5; } .framer-i52Ej .framer-h2rf2z { order: 6; } .framer-i52Ej .framer-q258x0 { order: 7; padding: 70px 50px 60px 50px; } .framer-i52Ej .framer-p6hk4a { order: 8; padding: 70px 50px 70px 50px; } .framer-i52Ej .framer-f3p93y { order: 9; padding: 70px 50px 60px 50px; } .framer-i52Ej .framer-1fkpy9d { right: -102px; } .framer-i52Ej .framer-c4e968 { order: 10; padding: 70px 50px 70px 50px; } .framer-i52Ej .framer-8ziwt5 { order: 11; } .framer-i52Ej .framer-6twnhh-container { order: 13; width: 100%; } .framer-i52Ej .framer-1bt1crs { order: 12; padding: 70px 50px 70px 50px; } .framer-i52Ej .framer-1pt0rvt-container { order: 14; width: 100%; }}\",\"@media (min-width: 768px) and (max-width: 1079px) { .framer-i52Ej.framer-1gikh7x { width: 768px; } .framer-i52Ej .framer-1nbhpx5 { padding: 130px 30px 60px 30px; } .framer-i52Ej .framer-10k6r2d { left: 103px; right: unset; } .framer-i52Ej .framer-ewih8n { width: 90%; } .framer-i52Ej .framer-16jbucm, .framer-i52Ej .framer-c4e968 { padding: 70px 30px 70px 30px; } .framer-i52Ej .framer-19sgry2 { width: 689px; } .framer-i52Ej .framer-h2rf2z, .framer-i52Ej .framer-8ziwt5 { padding: 90px 40px 90px 40px; } .framer-i52Ej .framer-19my7fh, .framer-i52Ej .framer-1fm24pj { 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-i52Ej .framer-14np2h2-container, .framer-i52Ej .framer-k5r59h-container, .framer-i52Ej .framer-1osnjsd-container, .framer-i52Ej .framer-1inphz2-container, .framer-i52Ej .framer-i7b8va-container, .framer-i52Ej .framer-1u5zwsr-container { align-self: start; height: 100%; justify-self: start; width: 100%; } .framer-i52Ej .framer-q258x0, .framer-i52Ej .framer-f3p93y { padding: 70px 40px 60px 40px; } .framer-i52Ej .framer-nny1ys, .framer-i52Ej .framer-14lxlc3 { flex-direction: column; gap: 92px; justify-content: flex-start; } .framer-i52Ej .framer-p6hk4a, .framer-i52Ej .framer-1bt1crs { padding: 70px 40px 70px 40px; } .framer-i52Ej .framer-7nsm2v { flex-direction: column; padding: 51px 0px 51px 0px; } .framer-i52Ej .framer-11ge2wv { order: 1; } .framer-i52Ej .framer-1sg9zve { order: 0; padding: 89px 0px 89px 0px; } .framer-i52Ej .framer-ozne96 { bottom: 73px; height: unset; left: -121px; } .framer-i52Ej .framer-6twnhh-container { width: 92%; } .framer-i52Ej .framer-1pt0rvt-container { width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-i52Ej .framer-19my7fh, .framer-i52Ej .framer-nny1ys, .framer-i52Ej .framer-7nsm2v, .framer-i52Ej .framer-14lxlc3, .framer-i52Ej .framer-1fm24pj { gap: 0px; } .framer-i52Ej .framer-19my7fh > *, .framer-i52Ej .framer-19my7fh > :first-child, .framer-i52Ej .framer-19my7fh > :last-child, .framer-i52Ej .framer-7nsm2v > *, .framer-i52Ej .framer-7nsm2v > :first-child, .framer-i52Ej .framer-7nsm2v > :last-child, .framer-i52Ej .framer-1fm24pj > *, .framer-i52Ej .framer-1fm24pj > :first-child, .framer-i52Ej .framer-1fm24pj > :last-child { margin: 0px; } .framer-i52Ej .framer-nny1ys > *, .framer-i52Ej .framer-14lxlc3 > * { margin: 0px; margin-bottom: calc(92px / 2); margin-top: calc(92px / 2); } .framer-i52Ej .framer-nny1ys > :first-child, .framer-i52Ej .framer-14lxlc3 > :first-child { margin-top: 0px; } .framer-i52Ej .framer-nny1ys > :last-child, .framer-i52Ej .framer-14lxlc3 > :last-child { margin-bottom: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 10294\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"pjpzh7aMd\":{\"layout\":[\"fixed\",\"auto\"]},\"DZgHraNVt\":{\"layout\":[\"fixed\",\"auto\"]},\"bW3rg7O5Y\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"NfDu_Mh7V\":{\"pattern\":\":NfDu_Mh7V\",\"name\":\"kit\"}}\n * @framerResponsiveScreen\n */const FramerA46qs31bm=withCSS(Component,css,\"framer-i52Ej\");export default FramerA46qs31bm;FramerA46qs31bm.displayName=\"Casos / Studie\";FramerA46qs31bm.defaultProps={height:10294,width:1200};addFonts(FramerA46qs31bm,[{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\"}]},...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\":\"FramerA46qs31bm\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"{\\\"NfDu_Mh7V\\\":{\\\"pattern\\\":\\\":NfDu_Mh7V\\\",\\\"name\\\":\\\"kit\\\"}}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pjpzh7aMd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DZgHraNVt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bW3rg7O5Y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"10294\",\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (0c5492c)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={C7ttYc5y0:new LazyValue(()=>import(\"./A46qs31bm-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(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);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["init_ssg_sandbox_shims", "init_ssg_sandbox_shims", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "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", "transition1", "animation", "animation1", "animation2", "transformTemplate1", "_", "t", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap3bnx0g", "overlay", "loadMore", "args", "onTap1wnntms", "EkJhraPU43bnx0g", "scopingClassNames", "cx", "usePreloadLocalizedValues", "isDisplayed", "router", "useRouter", "isDisplayed1", "elementId", "useRouteElementId", "ref1", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "Container", "PropertyOverrides2", "RichText2", "x", "Link", "getLocalizedValue", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "getLoadingLazyAtYPosition", "Image2", "l", "AnimatePresence", "Ga", "overlay1", "css", "FramerA46qs31bm", "withCSS", "A46qs31bm_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
