{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/e1pKNiIIvONUyzgHvVKE/uLmAvE02onAjLkVjGDFM/a05PCxj5H.js"],
  "sourcesContent": ["// Generated by Framer (cf240c2)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,LazyValue,PropertyOverrides,ResolveLinks,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouter,withCSS,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/ALzPzo9ZL7qsyNt6jnNi/Smooth_Scroll.js\";import Architecture_Projects from\"#framer/local/canvasComponent/EN4ZjZ4ds/EN4ZjZ4ds.js\";import NavigationNav from\"#framer/local/canvasComponent/p_kEV6XRP/p_kEV6XRP.js\";import Footer from\"#framer/local/canvasComponent/VaYEcsm0H/VaYEcsm0H.js\";import*as sharedStyle from\"#framer/local/css/lRaZumYS_/lRaZumYS_.js\";import*as sharedStyle1 from\"#framer/local/css/MldPUJBX8/MldPUJBX8.js\";import*as sharedStyle2 from\"#framer/local/css/Z9Gyu7Q3I/Z9Gyu7Q3I.js\";import metadataProvider from\"#framer/local/webPageMetadata/a05PCxj5H/a05PCxj5H.js\";const SmoothScrollFonts=getFonts(SmoothScroll);const NavigationNavFonts=getFonts(NavigationNav);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const MotionSectionWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.section);const Architecture_ProjectsFonts=getFonts(Architecture_Projects);const FooterFonts=getFonts(Footer);const breakpoints={HGWVz2lPx:\"(min-width: 1200px)\",sapS9_Ruu:\"(min-width: 810px) and (max-width: 1199px)\",wYfturNKO:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-bGA7B\";const variantClassNames={HGWVz2lPx:\"framer-v-8a4d6u\",sapS9_Ruu:\"framer-v-e4z015\",wYfturNKO:\"framer-v-sdfruv\"};const valuesByLocaleId={LtC5SVrpt:new LazyValue(()=>import(\"./a05PCxj5H-0.js\"))};const preloadLocalizedValues=locale=>{const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise){promises.push(promise);}}locale=locale.fallback;}if(promises.length>0){return Promise.all(promises);}};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:28,delay:0,mass:.6,stiffness:154,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition2={damping:28,delay:.2,mass:.6,stiffness:154,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transition3={damping:28,delay:.1,mass:.6,stiffness:154,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"HGWVz2lPx\",Phone:\"wYfturNKO\",Tablet:\"sapS9_Ruu\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"HGWVz2lPx\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-bGA7B`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-bGA7B`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const preloadPromise=preloadLocalizedValues(activeLocale);if(preloadPromise)throw preloadPromise;const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"wYfturNKO\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"wYfturNKO\")return true;return false;};const router=useRouter();const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"sapS9_Ruu\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];useCustomCursors({});var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6,_getLocalizedValue7,_getLocalizedValue8,_getLocalizedValue9,_getLocalizedValue10,_getLocalizedValue11,_getLocalizedValue12,_getLocalizedValue13,_getLocalizedValue14,_getLocalizedValue15,_getLocalizedValue16,_getLocalizedValue17,_getLocalizedValue18,_getLocalizedValue19,_getLocalizedValue20,_getLocalizedValue21,_getLocalizedValue22,_getLocalizedValue23,_getLocalizedValue24,_getLocalizedValue25,_getLocalizedValue26,_getLocalizedValue27,_getLocalizedValue28,_getLocalizedValue29,_getLocalizedValue30,_getLocalizedValue31,_getLocalizedValue32,_getLocalizedValue33,_getLocalizedValue34,_getLocalizedValue35,_getLocalizedValue36,_getLocalizedValue37,_getLocalizedValue38,_getLocalizedValue39;return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"HGWVz2lPx\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-8a4d6u\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-s18eld-container\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"CIqvfImlw\",intensity:10,layoutId:\"CIqvfImlw\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:53,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19i7wcw-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sapS9_Ruu:{variant:\"yIKCL8y4Q\"},wYfturNKO:{variant:\"Fch9Lb0of\"}},children:/*#__PURE__*/_jsx(NavigationNav,{height:\"100%\",id:\"uB4ClzaLC\",layoutId:\"uB4ClzaLC\",style:{width:\"100%\"},variant:\"nwVa9VpwN\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uswpcj\",\"data-framer-name\":\"Wrapper\",name:\"Wrapper\",children:[/*#__PURE__*/_jsxs(\"main\",{className:\"framer-1sir23s\",\"data-framer-name\":\"Work\",name:\"Work\",children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ev074h hidden-sdfruv\",\"data-framer-name\":\"Intro\",name:\"Intro\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sapS9_Ruu:{children:(_getLocalizedValue=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"100px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"0.9em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-b8d32a70-d690-4040-94e4-6ad379800962, rgb(41, 39, 36))\"},children:[\"Thermal\",/*#__PURE__*/_jsx(\"br\",{}),\"Hydrotherapy Center\"]})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:(_getLocalizedValue1=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"160px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"0.9em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-b8d32a70-d690-4040-94e4-6ad379800962, rgb(41, 39, 36))\"},children:[\"Thermal\",/*#__PURE__*/_jsx(\"br\",{}),\"Hydrotherapy Center\"]})}),className:\"framer-1471302\",\"data-framer-appear-id\":\"1471302\",\"data-framer-name\":\"Title Project\",fonts:[\"CUSTOM;Neue Montreal Medium\"],initial:animation1,name:\"Title Project\",optimized:true,verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed()&&/*#__PURE__*/_jsx(\"section\",{className:\"framer-9n5ye2 hidden-sdfruv\",\"data-framer-name\":\"Wrapper Infos\",name:\"Wrapper Infos\",children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-170b18z\",\"data-framer-appear-id\":\"170b18z\",\"data-framer-name\":\"Infos\",initial:animation1,name:\"Infos\",optimized:true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1o59kyu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue2=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-151khim\",\"data-styles-preset\":\"lRaZumYS_\",style:{\"--framer-text-color\":\"var(--token-b8d32a70-d690-4040-94e4-6ad379800962, rgb(41, 39, 36))\"},children:\"Design of a thermal hydrotherapy center for the city of Gravatal, Santa Catarina in Brazil.\"})}),className:\"framer-1ou8vh7\",\"data-framer-name\":\"Headline\",fonts:[\"Inter\"],name:\"Headline\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue3=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1evts7d\",\"data-styles-preset\":\"MldPUJBX8\",style:{\"--framer-text-color\":\"var(--token-18bf5e35-422f-41e3-8127-58e616ae70b4, rgba(41, 39, 36, 0.6))\"},children:\"This project was designed to blend seamlessly with the natural surroundings of Gravatal, using natural elements and sensory experiences as tools for treatment and purification. The zoning plan was carefully developed to offer a therapeutic and revitalizing experience for visitors.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1evts7d\",\"data-styles-preset\":\"MldPUJBX8\",style:{\"--framer-text-color\":\"var(--token-18bf5e35-422f-41e3-8127-58e616ae70b4, rgba(41, 39, 36, 0.6))\"},children:\"The Thermal Hydrotherapy Center aims to both honor the region\u2019s historical significance and unlock its economic potential. Focused on thermomineral treatments, the center takes a holistic approach to natural medicine, combining it with an intuitive architectural design. The project integrates technical and environmental principles to ensure the sustainable use of the region\u2019s abundant water resources, providing a unique wellness experience in the heart of Gravatal, Santa Catarina.\"})]}),className:\"framer-fg020s\",\"data-framer-name\":\"Smaller Copy\",fonts:[\"Inter\"],name:\"Smaller Copy\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lculr5\",\"data-framer-name\":\"Technical\",name:\"Technical\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gqwxb9\",\"data-framer-name\":\"Role\",name:\"Role\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue4=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15s6kxj\",\"data-styles-preset\":\"Z9Gyu7Q3I\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-18bf5e35-422f-41e3-8127-58e616ae70b4, rgba(41, 39, 36, 0.6))\"},children:\"ROLE\"})}),className:\"framer-lsbtyk\",\"data-framer-name\":\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",fonts:[\"Inter\"],name:\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue5=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1evts7d\",\"data-styles-preset\":\"MldPUJBX8\",style:{\"--framer-text-color\":\"var(--token-b8d32a70-d690-4040-94e4-6ad379800962, rgb(41, 39, 36))\"},children:\"Architectural Design\"})}),className:\"framer-1uvxjb8\",\"data-framer-name\":\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",fonts:[\"Inter\"],name:\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-120oyuh\",\"data-framer-name\":\"Year\",name:\"Year\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue6=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15s6kxj\",\"data-styles-preset\":\"Z9Gyu7Q3I\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-18bf5e35-422f-41e3-8127-58e616ae70b4, rgba(41, 39, 36, 0.6))\"},children:\"LOCATION\"})}),className:\"framer-zvylcy\",\"data-framer-name\":\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",fonts:[\"Inter\"],name:\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kk3ekl\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue7=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue7!==void 0?_getLocalizedValue7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1evts7d\",\"data-styles-preset\":\"MldPUJBX8\",style:{\"--framer-text-color\":\"var(--token-b8d32a70-d690-4040-94e4-6ad379800962, rgb(41, 39, 36))\"},children:\"Gravatal, Brazil\"})}),className:\"framer-1ixbk1r\",\"data-framer-name\":\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",fonts:[\"Inter\"],name:\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-hgdmou\",\"data-framer-name\":\"Flag_of_Brazil\",fill:\"black\",intrinsicHeight:700,intrinsicWidth:1e3,name:\"Flag_of_Brazil\",svg:'<svg width=\"1000\" height=\"700\" viewBox=\"-2100 -1470 4200 2940\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><defs><path id=\"i\" d=\"M-31.5 0h33a30 30 0 0 0 30-30v-10a30 30 0 0 0-30-30h-33zm13-13h19a19 19 0 0 0 19-19v-6a19 19 0 0 0-19-19h-19z\" fill-rule=\"evenodd\"/><path id=\"j\" transform=\"translate(-31.5)\" d=\"M0 0h63v-13H12v-18h40v-12H12v-14h48v-13H0z\"/><path id=\"l\" d=\"M-26.25 0h52.5v-12h-40.5v-16h33v-12h-33v-11H25v-12h-51.25z\"/><path id=\"k\" d=\"M-31.5 0h12v-48l14 48h11l14-48V0h12v-70H14L0-22l-14-48h-17.5z\"/><path id=\"c\" d=\"M0 0a31.5 35 0 0 0 0-70A31.5 35 0 0 0 0 0m0-13a18.5 22 0 0 0 0-44 18.5 22 0 0 0 0 44\" fill-rule=\"evenodd\"/><path id=\"d\" d=\"M-31.5 0h13v-26h28a22 22 0 0 0 0-44h-40zm13-39h27a9 9 0 0 0 0-18h-27z\" fill-rule=\"evenodd\"/><path id=\"n\" d=\"M-15.75-22C-15.75-15-9-11.5 1-11.5s14.74-3.25 14.75-7.75c0-14.25-46.75-5.25-46.5-30.25C-30.5-71-6-70 3-70s26 4 25.75 21.25H13.5c0-7.5-7-10.25-15-10.25-7.75 0-13.25 1.25-13.25 8.5-.25 11.75 46.25 4 46.25 28.75C31.5-3.5 13.5 0 0 0c-11.5 0-31.55-4.5-31.5-22z\"/><use transform=\"scale(31.5)\" xlink:href=\"#a\" id=\"o\"/><use transform=\"scale(26.25)\" xlink:href=\"#a\" id=\"p\"/><use transform=\"scale(21)\" xlink:href=\"#a\" id=\"r\"/><use transform=\"scale(15)\" xlink:href=\"#a\" id=\"q\"/><use transform=\"scale(10.5)\" xlink:href=\"#a\" id=\"s\"/><g id=\"m\"><clipPath id=\"b\"><path d=\"M-31.5 0v-70h63V0zM0-47v12h31.5v-12z\"/></clipPath><use clip-path=\"url(#b)\" xlink:href=\"#c\"/><path d=\"M5-35h26.5v10H5z\"/><path d=\"M21.5-35h10V0h-10z\"/></g><g id=\"h\"><use xlink:href=\"#d\"/><path d=\"M28 0c0-10 0-32-15-32H-6c22 0 22 22 22 32\"/></g><g id=\"a\" fill=\"#fff\"><g id=\"f\"><path id=\"e\" transform=\"rotate(18 0 -1)\" d=\"M0-1v1h.5\"/><use transform=\"scale(-1 1)\" xlink:href=\"#e\"/></g><use transform=\"rotate(72)\" xlink:href=\"#f\"/><use transform=\"rotate(-72)\" xlink:href=\"#f\"/><use transform=\"rotate(144)\" xlink:href=\"#f\"/><use transform=\"rotate(216)\" xlink:href=\"#f\"/></g></defs><clipPath id=\"g\"><circle r=\"735\"/></clipPath><path d=\"M-2100-1470h4200v2940h-4200z\" fill=\"#009440\"/><path d=\"M-1743 0 0 1113 1743 0 0-1113Z\" fill=\"#ffcb00\"/><circle r=\"735\" fill=\"#302681\"/><path d=\"M-2205 1470a1785 1785 0 0 1 3570 0h-105a1680 1680 0 1 0-3360 0z\" clip-path=\"url(#g)\" fill=\"#fff\"/><g transform=\"translate(-420 1470)\" fill=\"#009440\"><use transform=\"rotate(-7)\" y=\"-1697.5\" xlink:href=\"#c\"/><use transform=\"rotate(-4)\" y=\"-1697.5\" xlink:href=\"#h\"/><use transform=\"rotate(-1)\" y=\"-1697.5\" xlink:href=\"#i\"/><use transform=\"rotate(2)\" y=\"-1697.5\" xlink:href=\"#j\"/><use transform=\"rotate(5)\" y=\"-1697.5\" xlink:href=\"#k\"/><use transform=\"rotate(9.75)\" y=\"-1697.5\" xlink:href=\"#l\"/><use transform=\"rotate(14.5)\" y=\"-1697.5\" xlink:href=\"#d\"/><use transform=\"rotate(17.5)\" y=\"-1697.5\" xlink:href=\"#h\"/><use transform=\"rotate(20.5)\" y=\"-1697.5\" xlink:href=\"#c\"/><use transform=\"rotate(23.5)\" y=\"-1697.5\" xlink:href=\"#m\"/><use transform=\"rotate(26.5)\" y=\"-1697.5\" xlink:href=\"#h\"/><use transform=\"rotate(29.5)\" y=\"-1697.5\" xlink:href=\"#j\"/><use transform=\"rotate(32.5)\" y=\"-1697.5\" xlink:href=\"#n\"/><use transform=\"rotate(35.5)\" y=\"-1697.5\" xlink:href=\"#n\"/><use transform=\"rotate(38.5)\" y=\"-1697.5\" xlink:href=\"#c\"/></g><use x=\"-600\" y=\"-132\" xlink:href=\"#o\"/><use x=\"-535\" y=\"177\" xlink:href=\"#o\"/><use x=\"-625\" y=\"243\" xlink:href=\"#p\"/><use x=\"-463\" y=\"132\" xlink:href=\"#q\"/><use x=\"-382\" y=\"250\" xlink:href=\"#p\"/><use x=\"-404\" y=\"323\" xlink:href=\"#r\"/><use x=\"228\" y=\"-228\" xlink:href=\"#o\"/><use x=\"515\" y=\"258\" xlink:href=\"#o\"/><use x=\"617\" y=\"265\" xlink:href=\"#r\"/><use x=\"545\" y=\"323\" xlink:href=\"#p\"/><use x=\"368\" y=\"477\" xlink:href=\"#p\"/><use x=\"367\" y=\"551\" xlink:href=\"#r\"/><use x=\"441\" y=\"419\" xlink:href=\"#r\"/><use x=\"500\" y=\"382\" xlink:href=\"#p\"/><use x=\"365\" y=\"405\" xlink:href=\"#r\"/><use x=\"-280\" y=\"30\" xlink:href=\"#p\"/><use x=\"200\" y=\"-37\" xlink:href=\"#r\"/><use y=\"330\" xlink:href=\"#o\"/><use x=\"85\" y=\"184\" xlink:href=\"#p\"/><use y=\"118\" xlink:href=\"#p\"/><use x=\"-74\" y=\"184\" xlink:href=\"#r\"/><use x=\"-37\" y=\"235\" xlink:href=\"#q\"/><use x=\"220\" y=\"495\" xlink:href=\"#p\"/><use x=\"283\" y=\"430\" xlink:href=\"#r\"/><use x=\"162\" y=\"412\" xlink:href=\"#r\"/><use x=\"-295\" y=\"390\" xlink:href=\"#o\"/><use y=\"575\" xlink:href=\"#s\"/></svg>',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e228dm\",\"data-framer-name\":\"Year\",name:\"Year\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue8=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue8!==void 0?_getLocalizedValue8:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15s6kxj\",\"data-styles-preset\":\"Z9Gyu7Q3I\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-18bf5e35-422f-41e3-8127-58e616ae70b4, rgba(41, 39, 36, 0.6))\"},children:\"DATE\"})}),className:\"framer-isg3ns\",\"data-framer-name\":\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",fonts:[\"Inter\"],name:\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue9=getLocalizedValue(\"v9\",activeLocale))!==null&&_getLocalizedValue9!==void 0?_getLocalizedValue9:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1evts7d\",\"data-styles-preset\":\"MldPUJBX8\",style:{\"--framer-text-color\":\"var(--token-b8d32a70-d690-4040-94e4-6ad379800962, rgb(41, 39, 36))\"},children:\"2014\"})}),className:\"framer-vmhqvl\",\"data-framer-name\":\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",fonts:[\"Inter\"],name:\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qvf73q\",\"data-framer-name\":\"Company\",name:\"Company\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue10=getLocalizedValue(\"v10\",activeLocale))!==null&&_getLocalizedValue10!==void 0?_getLocalizedValue10:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15s6kxj\",\"data-styles-preset\":\"Z9Gyu7Q3I\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-18bf5e35-422f-41e3-8127-58e616ae70b4, rgba(41, 39, 36, 0.6))\"},children:\"CLIENT/COMPANY\"})}),className:\"framer-18v7701\",\"data-framer-name\":\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",fonts:[\"Inter\"],name:\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue11=getLocalizedValue(\"v11\",activeLocale))!==null&&_getLocalizedValue11!==void 0?_getLocalizedValue11:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1evts7d\",\"data-styles-preset\":\"MldPUJBX8\",style:{\"--framer-text-color\":\"var(--token-b8d32a70-d690-4040-94e4-6ad379800962, rgb(41, 39, 36))\"},children:\"Final Graduation Project UNISUL\"})}),className:\"framer-1d6fr0\",\"data-framer-name\":\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",fonts:[\"Inter\"],name:\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bqbkp1\",\"data-framer-name\":\"Construction Area\",name:\"Construction Area\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue12=getLocalizedValue(\"v12\",activeLocale))!==null&&_getLocalizedValue12!==void 0?_getLocalizedValue12:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15s6kxj\",\"data-styles-preset\":\"Z9Gyu7Q3I\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-18bf5e35-422f-41e3-8127-58e616ae70b4, rgba(41, 39, 36, 0.6))\"},children:\"CONSTRUCTION AREA\"})}),className:\"framer-1xedfjk\",\"data-framer-name\":\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",fonts:[\"Inter\"],name:\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue13=getLocalizedValue(\"v13\",activeLocale))!==null&&_getLocalizedValue13!==void 0?_getLocalizedValue13:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1evts7d\",\"data-styles-preset\":\"MldPUJBX8\",style:{\"--framer-text-color\":\"var(--token-b8d32a70-d690-4040-94e4-6ad379800962, rgb(41, 39, 36))\"},children:\"2580,30 m\\xb2\"})}),className:\"framer-1e3o07\",\"data-framer-name\":\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",fonts:[\"Inter\"],name:\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",verticalAlignment:\"top\",withExternalLayout:true})]})]})]})}),/*#__PURE__*/_jsxs(MotionSectionWithOptimizedAppearEffect,{animate:animation2,className:\"framer-1sx0okv\",\"data-framer-appear-id\":\"1sx0okv\",\"data-framer-name\":\"Section Work \",initial:animation1,name:\"Section Work \",optimized:true,children:[isDisplayed()&&/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-zhrouk hidden-sdfruv\",\"data-framer-appear-id\":\"zhrouk\",\"data-framer-name\":\"Row 1\",initial:animation1,name:\"Row 1\",optimized:true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sapS9_Ruu:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1018),pixelHeight:985,pixelWidth:1337,sizes:\"max((100vw - 60px) / 2, 1px)\",src:\"https://framerusercontent.com/images/hBYiRWSTrkl8JrXgcLr9eQsgk.png\",srcSet:\"https://framerusercontent.com/images/hBYiRWSTrkl8JrXgcLr9eQsgk.png?scale-down-to=512 512w,https://framerusercontent.com/images/hBYiRWSTrkl8JrXgcLr9eQsgk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/hBYiRWSTrkl8JrXgcLr9eQsgk.png 1337w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1556.8),pixelHeight:985,pixelWidth:1337,sizes:\"max((100vw - 60px) / 2, 1px)\",src:\"https://framerusercontent.com/images/hBYiRWSTrkl8JrXgcLr9eQsgk.png\",srcSet:\"https://framerusercontent.com/images/hBYiRWSTrkl8JrXgcLr9eQsgk.png?scale-down-to=512 512w,https://framerusercontent.com/images/hBYiRWSTrkl8JrXgcLr9eQsgk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/hBYiRWSTrkl8JrXgcLr9eQsgk.png 1337w\"},className:\"framer-3fefzd\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sapS9_Ruu:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1018),pixelHeight:1125,pixelWidth:1500,sizes:\"max((100vw - 60px) / 2, 1px)\",src:\"https://framerusercontent.com/images/gs6IMUOprziwy1GpYSWjrOO9lQ.jpg\",srcSet:\"https://framerusercontent.com/images/gs6IMUOprziwy1GpYSWjrOO9lQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/gs6IMUOprziwy1GpYSWjrOO9lQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/gs6IMUOprziwy1GpYSWjrOO9lQ.jpg 1500w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1556.8),pixelHeight:1125,pixelWidth:1500,sizes:\"max((100vw - 60px) / 2, 1px)\",src:\"https://framerusercontent.com/images/gs6IMUOprziwy1GpYSWjrOO9lQ.jpg\",srcSet:\"https://framerusercontent.com/images/gs6IMUOprziwy1GpYSWjrOO9lQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/gs6IMUOprziwy1GpYSWjrOO9lQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/gs6IMUOprziwy1GpYSWjrOO9lQ.jpg 1500w\"},className:\"framer-o052h9\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-blabsi\",\"data-framer-appear-id\":\"blabsi\",\"data-framer-name\":\"Row 1\",initial:animation1,name:\"Row 1\",optimized:true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19uxsnh\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sapS9_Ruu:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1788),pixelHeight:722,pixelWidth:1500,sizes:\"max((max(100vw - 40px, 1px) - 10px) * 0.2727, 1px)\",src:\"https://framerusercontent.com/images/6JTM6XwnIKNe8F00CqeIcfJiTWk.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/6JTM6XwnIKNe8F00CqeIcfJiTWk.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/6JTM6XwnIKNe8F00CqeIcfJiTWk.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/6JTM6XwnIKNe8F00CqeIcfJiTWk.jpg?lossless=1 1500w\"}},wYfturNKO:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1437.6),pixelHeight:1125,pixelWidth:1500,sizes:\"calc(100vw - 20px)\",src:\"https://framerusercontent.com/images/gs6IMUOprziwy1GpYSWjrOO9lQ.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/gs6IMUOprziwy1GpYSWjrOO9lQ.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/gs6IMUOprziwy1GpYSWjrOO9lQ.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/gs6IMUOprziwy1GpYSWjrOO9lQ.jpg?lossless=1 1500w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2326.8),pixelHeight:722,pixelWidth:1500,sizes:\"max((max(100vw - 40px, 1px) - 10px) * 0.2727, 1px)\",src:\"https://framerusercontent.com/images/6JTM6XwnIKNe8F00CqeIcfJiTWk.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/6JTM6XwnIKNe8F00CqeIcfJiTWk.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/6JTM6XwnIKNe8F00CqeIcfJiTWk.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/6JTM6XwnIKNe8F00CqeIcfJiTWk.jpg?lossless=1 1500w\"},className:\"framer-17pgvna\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sapS9_Ruu:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1788),pixelHeight:1017,pixelWidth:1570,positionX:\"center\",positionY:\"top\",sizes:\"max((max(100vw - 40px, 1px) - 10px) / 1.375, 1px)\",src:\"https://framerusercontent.com/images/GPqpyCxEPgIQGJmqyQCzwNPLw8.png\",srcSet:\"https://framerusercontent.com/images/GPqpyCxEPgIQGJmqyQCzwNPLw8.png?scale-down-to=512 512w,https://framerusercontent.com/images/GPqpyCxEPgIQGJmqyQCzwNPLw8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/GPqpyCxEPgIQGJmqyQCzwNPLw8.png 1570w\"}},wYfturNKO:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1107.6),pixelHeight:985,pixelWidth:1337,positionX:\"center\",positionY:\"top\",sizes:\"calc(100vw - 20px)\",src:\"https://framerusercontent.com/images/hBYiRWSTrkl8JrXgcLr9eQsgk.png\",srcSet:\"https://framerusercontent.com/images/hBYiRWSTrkl8JrXgcLr9eQsgk.png?scale-down-to=512 512w,https://framerusercontent.com/images/hBYiRWSTrkl8JrXgcLr9eQsgk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/hBYiRWSTrkl8JrXgcLr9eQsgk.png 1337w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2326.8),pixelHeight:1017,pixelWidth:1570,positionX:\"center\",positionY:\"top\",sizes:\"max((max(100vw - 40px, 1px) - 10px) / 1.375, 1px)\",src:\"https://framerusercontent.com/images/GPqpyCxEPgIQGJmqyQCzwNPLw8.png\",srcSet:\"https://framerusercontent.com/images/GPqpyCxEPgIQGJmqyQCzwNPLw8.png?scale-down-to=512 512w,https://framerusercontent.com/images/GPqpyCxEPgIQGJmqyQCzwNPLw8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/GPqpyCxEPgIQGJmqyQCzwNPLw8.png 1570w\"},className:\"framer-190dchv\"})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-10objx7 hidden-8a4d6u hidden-e4z015\",children:isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wYfturNKO:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3317.6),pixelHeight:1364,pixelWidth:2177,sizes:\"calc(100vw - 20px)\",src:\"https://framerusercontent.com/images/Fgvj9VBUXYWDituxWzwu9dOShIQ.png\",srcSet:\"https://framerusercontent.com/images/Fgvj9VBUXYWDituxWzwu9dOShIQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/Fgvj9VBUXYWDituxWzwu9dOShIQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Fgvj9VBUXYWDituxWzwu9dOShIQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/Fgvj9VBUXYWDituxWzwu9dOShIQ.png 2177w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1364,pixelWidth:2177,src:\"https://framerusercontent.com/images/Fgvj9VBUXYWDituxWzwu9dOShIQ.png\",srcSet:\"https://framerusercontent.com/images/Fgvj9VBUXYWDituxWzwu9dOShIQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/Fgvj9VBUXYWDituxWzwu9dOShIQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Fgvj9VBUXYWDituxWzwu9dOShIQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/Fgvj9VBUXYWDituxWzwu9dOShIQ.png 2177w\"},className:\"framer-11xt20o hidden-8a4d6u\"})})}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g1wjm2 hidden-8a4d6u hidden-e4z015\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wYfturNKO:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1767.6),pixelHeight:722,pixelWidth:1500,sizes:\"calc(100vw - 20px)\",src:\"https://framerusercontent.com/images/6JTM6XwnIKNe8F00CqeIcfJiTWk.jpg\",srcSet:\"https://framerusercontent.com/images/6JTM6XwnIKNe8F00CqeIcfJiTWk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/6JTM6XwnIKNe8F00CqeIcfJiTWk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/6JTM6XwnIKNe8F00CqeIcfJiTWk.jpg 1500w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:722,pixelWidth:1500,src:\"https://framerusercontent.com/images/6JTM6XwnIKNe8F00CqeIcfJiTWk.jpg\",srcSet:\"https://framerusercontent.com/images/6JTM6XwnIKNe8F00CqeIcfJiTWk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/6JTM6XwnIKNe8F00CqeIcfJiTWk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/6JTM6XwnIKNe8F00CqeIcfJiTWk.jpg 1500w\"},className:\"framer-11wc8fx hidden-8a4d6u\"})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wYfturNKO:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2097.6),pixelHeight:1017,pixelWidth:1570,sizes:\"calc(100vw - 20px)\",src:\"https://framerusercontent.com/images/GPqpyCxEPgIQGJmqyQCzwNPLw8.png\",srcSet:\"https://framerusercontent.com/images/GPqpyCxEPgIQGJmqyQCzwNPLw8.png?scale-down-to=512 512w,https://framerusercontent.com/images/GPqpyCxEPgIQGJmqyQCzwNPLw8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/GPqpyCxEPgIQGJmqyQCzwNPLw8.png 1570w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1017,pixelWidth:1570,src:\"https://framerusercontent.com/images/GPqpyCxEPgIQGJmqyQCzwNPLw8.png\",srcSet:\"https://framerusercontent.com/images/GPqpyCxEPgIQGJmqyQCzwNPLw8.png?scale-down-to=512 512w,https://framerusercontent.com/images/GPqpyCxEPgIQGJmqyQCzwNPLw8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/GPqpyCxEPgIQGJmqyQCzwNPLw8.png 1570w\"},className:\"framer-h1zsyy hidden-8a4d6u\"})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hnnvzg hidden-8a4d6u hidden-e4z015\",children:isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wYfturNKO:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2707.6),pixelHeight:720,pixelWidth:1500,sizes:\"calc(100vw - 20px)\",src:\"https://framerusercontent.com/images/rvZfhVXf5aDXvV7T6qNdORJ6B8.jpg\",srcSet:\"https://framerusercontent.com/images/rvZfhVXf5aDXvV7T6qNdORJ6B8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/rvZfhVXf5aDXvV7T6qNdORJ6B8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/rvZfhVXf5aDXvV7T6qNdORJ6B8.jpg 1500w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:720,pixelWidth:1500,src:\"https://framerusercontent.com/images/rvZfhVXf5aDXvV7T6qNdORJ6B8.jpg\",srcSet:\"https://framerusercontent.com/images/rvZfhVXf5aDXvV7T6qNdORJ6B8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/rvZfhVXf5aDXvV7T6qNdORJ6B8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/rvZfhVXf5aDXvV7T6qNdORJ6B8.jpg 1500w\"},className:\"framer-cmcepy hidden-8a4d6u\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-twwi1a hidden-8a4d6u hidden-e4z015\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wYfturNKO:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3727.6),pixelHeight:481,pixelWidth:1e3,sizes:\"max(100vw - 20px, 1px)\",src:\"https://framerusercontent.com/images/Lnr64xj3xx0aVzUXfqUylc0.jpg\",srcSet:\"https://framerusercontent.com/images/Lnr64xj3xx0aVzUXfqUylc0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Lnr64xj3xx0aVzUXfqUylc0.jpg 1000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:481,pixelWidth:1e3,src:\"https://framerusercontent.com/images/Lnr64xj3xx0aVzUXfqUylc0.jpg\",srcSet:\"https://framerusercontent.com/images/Lnr64xj3xx0aVzUXfqUylc0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Lnr64xj3xx0aVzUXfqUylc0.jpg 1000w\"},className:\"framer-1n4c7rw\"})})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-3xxaz4 hidden-sdfruv\",\"data-framer-appear-id\":\"3xxaz4\",\"data-framer-name\":\"Row 1\",initial:animation1,name:\"Row 1\",optimized:true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sapS9_Ruu:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2583.5),pixelHeight:900,pixelWidth:1200,sizes:\"max((100vw - 80px) * 0.3158, 1px)\",src:\"https://framerusercontent.com/images/y43tFcEhP44DEmT2PqVMyz4ZId8.jpg\",srcSet:\"https://framerusercontent.com/images/y43tFcEhP44DEmT2PqVMyz4ZId8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/y43tFcEhP44DEmT2PqVMyz4ZId8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/y43tFcEhP44DEmT2PqVMyz4ZId8.jpg 1200w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3122.3),pixelHeight:900,pixelWidth:1200,sizes:\"max((100vw - 80px) * 0.3158, 1px)\",src:\"https://framerusercontent.com/images/y43tFcEhP44DEmT2PqVMyz4ZId8.jpg\",srcSet:\"https://framerusercontent.com/images/y43tFcEhP44DEmT2PqVMyz4ZId8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/y43tFcEhP44DEmT2PqVMyz4ZId8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/y43tFcEhP44DEmT2PqVMyz4ZId8.jpg 1200w\"},className:\"framer-1n57638\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sapS9_Ruu:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2583.5),pixelHeight:1220,pixelWidth:910,sizes:\"max((100vw - 80px) / 2.375, 1px)\",src:\"https://framerusercontent.com/images/nTDgE3JB8xB3ZVSeJetOX1kWdns.jpg\",srcSet:\"https://framerusercontent.com/images/nTDgE3JB8xB3ZVSeJetOX1kWdns.jpg?scale-down-to=1024 763w,https://framerusercontent.com/images/nTDgE3JB8xB3ZVSeJetOX1kWdns.jpg 910w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3122.3),pixelHeight:1220,pixelWidth:910,sizes:\"max((100vw - 80px) / 2.375, 1px)\",src:\"https://framerusercontent.com/images/nTDgE3JB8xB3ZVSeJetOX1kWdns.jpg\",srcSet:\"https://framerusercontent.com/images/nTDgE3JB8xB3ZVSeJetOX1kWdns.jpg?scale-down-to=1024 763w,https://framerusercontent.com/images/nTDgE3JB8xB3ZVSeJetOX1kWdns.jpg 910w\"},className:\"framer-1plw8d7\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sapS9_Ruu:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2583.5),pixelHeight:481,pixelWidth:1e3,sizes:\"max((100vw - 80px) / 3.8, 1px)\",src:\"https://framerusercontent.com/images/0kvkoIUdp8t3yr8T9Pe7hLEEVo.jpg\",srcSet:\"https://framerusercontent.com/images/0kvkoIUdp8t3yr8T9Pe7hLEEVo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/0kvkoIUdp8t3yr8T9Pe7hLEEVo.jpg 1000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3122.3),pixelHeight:481,pixelWidth:1e3,sizes:\"max((100vw - 80px) / 3.8, 1px)\",src:\"https://framerusercontent.com/images/0kvkoIUdp8t3yr8T9Pe7hLEEVo.jpg\",srcSet:\"https://framerusercontent.com/images/0kvkoIUdp8t3yr8T9Pe7hLEEVo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/0kvkoIUdp8t3yr8T9Pe7hLEEVo.jpg 1000w\"},className:\"framer-s0edr5\"})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1xgi4d8 hidden-sdfruv\",\"data-framer-appear-id\":\"1xgi4d8\",\"data-framer-name\":\"Row 1\",initial:animation1,name:\"Row 1\",optimized:true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sapS9_Ruu:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3477.5),pixelHeight:1364,pixelWidth:2177,sizes:\"max((100vw - 60px) / 1.5, 1px)\",src:\"https://framerusercontent.com/images/Fgvj9VBUXYWDituxWzwu9dOShIQ.png\",srcSet:\"https://framerusercontent.com/images/Fgvj9VBUXYWDituxWzwu9dOShIQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/Fgvj9VBUXYWDituxWzwu9dOShIQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Fgvj9VBUXYWDituxWzwu9dOShIQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/Fgvj9VBUXYWDituxWzwu9dOShIQ.png 2177w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(4016.3),pixelHeight:1364,pixelWidth:2177,sizes:\"max((100vw - 60px) / 1.5, 1px)\",src:\"https://framerusercontent.com/images/Fgvj9VBUXYWDituxWzwu9dOShIQ.png\",srcSet:\"https://framerusercontent.com/images/Fgvj9VBUXYWDituxWzwu9dOShIQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/Fgvj9VBUXYWDituxWzwu9dOShIQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Fgvj9VBUXYWDituxWzwu9dOShIQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/Fgvj9VBUXYWDituxWzwu9dOShIQ.png 2177w\"},className:\"framer-1v46f8\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sapS9_Ruu:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3477.5),pixelHeight:481,pixelWidth:1e3,sizes:\"max((100vw - 60px) / 3, 1px)\",src:\"https://framerusercontent.com/images/Lnr64xj3xx0aVzUXfqUylc0.jpg\",srcSet:\"https://framerusercontent.com/images/Lnr64xj3xx0aVzUXfqUylc0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Lnr64xj3xx0aVzUXfqUylc0.jpg 1000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(4016.3),pixelHeight:481,pixelWidth:1e3,sizes:\"max((100vw - 60px) / 3, 1px)\",src:\"https://framerusercontent.com/images/Lnr64xj3xx0aVzUXfqUylc0.jpg\",srcSet:\"https://framerusercontent.com/images/Lnr64xj3xx0aVzUXfqUylc0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Lnr64xj3xx0aVzUXfqUylc0.jpg 1000w\"},className:\"framer-mol3a6\"})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1y96dnr hidden-8a4d6u hidden-e4z015\",\"data-framer-name\":\"Intro\",name:\"Intro\",children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:(_getLocalizedValue14=getLocalizedValue(\"v14\",activeLocale))!==null&&_getLocalizedValue14!==void 0?_getLocalizedValue14:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"Neue Montreal Medium\", \"Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"0.9em\",\"--framer-text-alignment\":\"left\"},children:\"Thermal Hydrotherapy Center\"})}),className:\"framer-rp4wh3\",\"data-framer-appear-id\":\"rp4wh3\",\"data-framer-name\":\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",fonts:[\"CUSTOM;Neue Montreal Medium\"],initial:animation1,name:\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",optimized:true,verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsxs(MotionSectionWithOptimizedAppearEffect,{animate:animation3,className:\"framer-sgmzhc hidden-8a4d6u hidden-e4z015\",\"data-framer-appear-id\":\"sgmzhc\",\"data-framer-name\":\"Wrapper Infos\",initial:animation1,name:\"Wrapper Infos\",optimized:true,children:[isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jqgjy4 hidden-sdfruv\",\"data-framer-name\":\"Infos\",name:\"Infos\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fwz9x5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue15=getLocalizedValue(\"v15\",activeLocale))!==null&&_getLocalizedValue15!==void 0?_getLocalizedValue15:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-151khim\",\"data-styles-preset\":\"lRaZumYS_\",children:\"Design of a Hydrotherapeutic Thermal Center for the City of Gravatal, Santa Catarina\"})}),className:\"framer-10fd6uw\",\"data-framer-name\":\"Headline\",fonts:[\"Inter\"],name:\"Headline\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue16=getLocalizedValue(\"v16\",activeLocale))!==null&&_getLocalizedValue16!==void 0?_getLocalizedValue16:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1evts7d\",\"data-styles-preset\":\"MldPUJBX8\",style:{\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"The project is designed to harmonize with the natural aspects of the environment, using natural and sensory elements as means of treatment and purification. The zoning study aims to provide a therapeutic and revitalizing experience for visitors. \"}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1evts7d\",\"data-styles-preset\":\"MldPUJBX8\",style:{\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:[\"The Hydrotherapeutic Thermal Center \",/*#__PURE__*/_jsx(\"br\",{}),\"is intended to revive the historical value and explore the economic potential of the region. Focused on thermomineral treatments, \",/*#__PURE__*/_jsx(\"br\",{}),\"the center offers an alternative natural medicine approach, combined with intuitive architecture that incorporates technical and environmental principles for the sustainable use of water resources available in Gravatal, Santa Catarina.\"]})]}),className:\"framer-1mgxzjy\",\"data-framer-name\":\"Smaller Copy\",fonts:[\"Inter\"],name:\"Smaller Copy\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j34nw6\",\"data-framer-name\":\"Technical\",name:\"Technical\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1a1l89r\",\"data-framer-name\":\"Role\",name:\"Role\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue17=getLocalizedValue(\"v17\",activeLocale))!==null&&_getLocalizedValue17!==void 0?_getLocalizedValue17:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15s6kxj\",\"data-styles-preset\":\"Z9Gyu7Q3I\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"ROLE\"})}),className:\"framer-lybtqt\",\"data-framer-name\":\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",fonts:[\"Inter\"],name:\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue18=getLocalizedValue(\"v18\",activeLocale))!==null&&_getLocalizedValue18!==void 0?_getLocalizedValue18:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1evts7d\",\"data-styles-preset\":\"MldPUJBX8\",children:\"Architectural and Landscape Design\"})}),className:\"framer-ud3yxk\",\"data-framer-name\":\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",fonts:[\"Inter\"],name:\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cg8pdi\",\"data-framer-name\":\"Year\",name:\"Year\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue19=getLocalizedValue(\"v19\",activeLocale))!==null&&_getLocalizedValue19!==void 0?_getLocalizedValue19:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15s6kxj\",\"data-styles-preset\":\"Z9Gyu7Q3I\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"LOCATION\"})}),className:\"framer-1abw488\",\"data-framer-name\":\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",fonts:[\"Inter\"],name:\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lumlr1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue20=getLocalizedValue(\"v20\",activeLocale))!==null&&_getLocalizedValue20!==void 0?_getLocalizedValue20:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1evts7d\",\"data-styles-preset\":\"MldPUJBX8\",children:\"Gravatal, Brasil\"})}),className:\"framer-1io99xy\",\"data-framer-name\":\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",fonts:[\"Inter\"],name:\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-10kj9n8\",\"data-framer-name\":\"Flag_of_Brazil\",fill:\"black\",intrinsicHeight:700,intrinsicWidth:1e3,name:\"Flag_of_Brazil\",svg:'<svg width=\"1000\" height=\"700\" viewBox=\"-2100 -1470 4200 2940\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><defs><path id=\"i\" d=\"M-31.5 0h33a30 30 0 0 0 30-30v-10a30 30 0 0 0-30-30h-33zm13-13h19a19 19 0 0 0 19-19v-6a19 19 0 0 0-19-19h-19z\" fill-rule=\"evenodd\"/><path id=\"j\" transform=\"translate(-31.5)\" d=\"M0 0h63v-13H12v-18h40v-12H12v-14h48v-13H0z\"/><path id=\"l\" d=\"M-26.25 0h52.5v-12h-40.5v-16h33v-12h-33v-11H25v-12h-51.25z\"/><path id=\"k\" d=\"M-31.5 0h12v-48l14 48h11l14-48V0h12v-70H14L0-22l-14-48h-17.5z\"/><path id=\"c\" d=\"M0 0a31.5 35 0 0 0 0-70A31.5 35 0 0 0 0 0m0-13a18.5 22 0 0 0 0-44 18.5 22 0 0 0 0 44\" fill-rule=\"evenodd\"/><path id=\"d\" d=\"M-31.5 0h13v-26h28a22 22 0 0 0 0-44h-40zm13-39h27a9 9 0 0 0 0-18h-27z\" fill-rule=\"evenodd\"/><path id=\"n\" d=\"M-15.75-22C-15.75-15-9-11.5 1-11.5s14.74-3.25 14.75-7.75c0-14.25-46.75-5.25-46.5-30.25C-30.5-71-6-70 3-70s26 4 25.75 21.25H13.5c0-7.5-7-10.25-15-10.25-7.75 0-13.25 1.25-13.25 8.5-.25 11.75 46.25 4 46.25 28.75C31.5-3.5 13.5 0 0 0c-11.5 0-31.55-4.5-31.5-22z\"/><use transform=\"scale(31.5)\" xlink:href=\"#a\" id=\"o\"/><use transform=\"scale(26.25)\" xlink:href=\"#a\" id=\"p\"/><use transform=\"scale(21)\" xlink:href=\"#a\" id=\"r\"/><use transform=\"scale(15)\" xlink:href=\"#a\" id=\"q\"/><use transform=\"scale(10.5)\" xlink:href=\"#a\" id=\"s\"/><g id=\"m\"><clipPath id=\"b\"><path d=\"M-31.5 0v-70h63V0zM0-47v12h31.5v-12z\"/></clipPath><use clip-path=\"url(#b)\" xlink:href=\"#c\"/><path d=\"M5-35h26.5v10H5z\"/><path d=\"M21.5-35h10V0h-10z\"/></g><g id=\"h\"><use xlink:href=\"#d\"/><path d=\"M28 0c0-10 0-32-15-32H-6c22 0 22 22 22 32\"/></g><g id=\"a\" fill=\"#fff\"><g id=\"f\"><path id=\"e\" transform=\"rotate(18 0 -1)\" d=\"M0-1v1h.5\"/><use transform=\"scale(-1 1)\" xlink:href=\"#e\"/></g><use transform=\"rotate(72)\" xlink:href=\"#f\"/><use transform=\"rotate(-72)\" xlink:href=\"#f\"/><use transform=\"rotate(144)\" xlink:href=\"#f\"/><use transform=\"rotate(216)\" xlink:href=\"#f\"/></g></defs><clipPath id=\"g\"><circle r=\"735\"/></clipPath><path d=\"M-2100-1470h4200v2940h-4200z\" fill=\"#009440\"/><path d=\"M-1743 0 0 1113 1743 0 0-1113Z\" fill=\"#ffcb00\"/><circle r=\"735\" fill=\"#302681\"/><path d=\"M-2205 1470a1785 1785 0 0 1 3570 0h-105a1680 1680 0 1 0-3360 0z\" clip-path=\"url(#g)\" fill=\"#fff\"/><g transform=\"translate(-420 1470)\" fill=\"#009440\"><use transform=\"rotate(-7)\" y=\"-1697.5\" xlink:href=\"#c\"/><use transform=\"rotate(-4)\" y=\"-1697.5\" xlink:href=\"#h\"/><use transform=\"rotate(-1)\" y=\"-1697.5\" xlink:href=\"#i\"/><use transform=\"rotate(2)\" y=\"-1697.5\" xlink:href=\"#j\"/><use transform=\"rotate(5)\" y=\"-1697.5\" xlink:href=\"#k\"/><use transform=\"rotate(9.75)\" y=\"-1697.5\" xlink:href=\"#l\"/><use transform=\"rotate(14.5)\" y=\"-1697.5\" xlink:href=\"#d\"/><use transform=\"rotate(17.5)\" y=\"-1697.5\" xlink:href=\"#h\"/><use transform=\"rotate(20.5)\" y=\"-1697.5\" xlink:href=\"#c\"/><use transform=\"rotate(23.5)\" y=\"-1697.5\" xlink:href=\"#m\"/><use transform=\"rotate(26.5)\" y=\"-1697.5\" xlink:href=\"#h\"/><use transform=\"rotate(29.5)\" y=\"-1697.5\" xlink:href=\"#j\"/><use transform=\"rotate(32.5)\" y=\"-1697.5\" xlink:href=\"#n\"/><use transform=\"rotate(35.5)\" y=\"-1697.5\" xlink:href=\"#n\"/><use transform=\"rotate(38.5)\" y=\"-1697.5\" xlink:href=\"#c\"/></g><use x=\"-600\" y=\"-132\" xlink:href=\"#o\"/><use x=\"-535\" y=\"177\" xlink:href=\"#o\"/><use x=\"-625\" y=\"243\" xlink:href=\"#p\"/><use x=\"-463\" y=\"132\" xlink:href=\"#q\"/><use x=\"-382\" y=\"250\" xlink:href=\"#p\"/><use x=\"-404\" y=\"323\" xlink:href=\"#r\"/><use x=\"228\" y=\"-228\" xlink:href=\"#o\"/><use x=\"515\" y=\"258\" xlink:href=\"#o\"/><use x=\"617\" y=\"265\" xlink:href=\"#r\"/><use x=\"545\" y=\"323\" xlink:href=\"#p\"/><use x=\"368\" y=\"477\" xlink:href=\"#p\"/><use x=\"367\" y=\"551\" xlink:href=\"#r\"/><use x=\"441\" y=\"419\" xlink:href=\"#r\"/><use x=\"500\" y=\"382\" xlink:href=\"#p\"/><use x=\"365\" y=\"405\" xlink:href=\"#r\"/><use x=\"-280\" y=\"30\" xlink:href=\"#p\"/><use x=\"200\" y=\"-37\" xlink:href=\"#r\"/><use y=\"330\" xlink:href=\"#o\"/><use x=\"85\" y=\"184\" xlink:href=\"#p\"/><use y=\"118\" xlink:href=\"#p\"/><use x=\"-74\" y=\"184\" xlink:href=\"#r\"/><use x=\"-37\" y=\"235\" xlink:href=\"#q\"/><use x=\"220\" y=\"495\" xlink:href=\"#p\"/><use x=\"283\" y=\"430\" xlink:href=\"#r\"/><use x=\"162\" y=\"412\" xlink:href=\"#r\"/><use x=\"-295\" y=\"390\" xlink:href=\"#o\"/><use y=\"575\" xlink:href=\"#s\"/></svg>',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1843hh9\",\"data-framer-name\":\"Year\",name:\"Year\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue21=getLocalizedValue(\"v21\",activeLocale))!==null&&_getLocalizedValue21!==void 0?_getLocalizedValue21:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15s6kxj\",\"data-styles-preset\":\"Z9Gyu7Q3I\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"YEAR\"})}),className:\"framer-1ml4nu0\",\"data-framer-name\":\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",fonts:[\"Inter\"],name:\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue22=getLocalizedValue(\"v22\",activeLocale))!==null&&_getLocalizedValue22!==void 0?_getLocalizedValue22:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1evts7d\",\"data-styles-preset\":\"MldPUJBX8\",children:\"2014\"})}),className:\"framer-zee8y\",\"data-framer-name\":\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",fonts:[\"Inter\"],name:\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-150eeox\",\"data-framer-name\":\"Company\",name:\"Company\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue23=getLocalizedValue(\"v23\",activeLocale))!==null&&_getLocalizedValue23!==void 0?_getLocalizedValue23:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15s6kxj\",\"data-styles-preset\":\"Z9Gyu7Q3I\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Company\"})}),className:\"framer-97lza8\",\"data-framer-name\":\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",fonts:[\"Inter\"],name:\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue24=getLocalizedValue(\"v24\",activeLocale))!==null&&_getLocalizedValue24!==void 0?_getLocalizedValue24:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1evts7d\",\"data-styles-preset\":\"MldPUJBX8\",children:\"Final Graduation Project UNISUL\"})}),className:\"framer-1oarwcy\",\"data-framer-name\":\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",fonts:[\"Inter\"],name:\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-b0hm5p\",\"data-framer-name\":\"Construction Area\",name:\"Construction Area\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue25=getLocalizedValue(\"v25\",activeLocale))!==null&&_getLocalizedValue25!==void 0?_getLocalizedValue25:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15s6kxj\",\"data-styles-preset\":\"Z9Gyu7Q3I\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Construction Area\"})}),className:\"framer-1bl1mg1\",\"data-framer-name\":\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",fonts:[\"Inter\"],name:\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue26=getLocalizedValue(\"v26\",activeLocale))!==null&&_getLocalizedValue26!==void 0?_getLocalizedValue26:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1evts7d\",\"data-styles-preset\":\"MldPUJBX8\",children:\"2580,30 m\\xb2\"})}),className:\"framer-1oyo5k9\",\"data-framer-name\":\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",fonts:[\"Inter\"],name:\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue27=getLocalizedValue(\"v27\",activeLocale))!==null&&_getLocalizedValue27!==void 0?_getLocalizedValue27:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-151khim\",\"data-styles-preset\":\"lRaZumYS_\",style:{\"--framer-text-color\":\"var(--token-b8d32a70-d690-4040-94e4-6ad379800962, rgb(41, 39, 36))\"},children:\"Design of a thermal hydrotherapy center for the city of Gravatal, Santa Catarina in Brazil.\"})}),className:\"framer-1opd1sv hidden-8a4d6u\",\"data-framer-name\":\"Headline\",fonts:[\"Inter\"],name:\"Headline\",verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue28=getLocalizedValue(\"v28\",activeLocale))!==null&&_getLocalizedValue28!==void 0?_getLocalizedValue28:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1evts7d\",\"data-styles-preset\":\"MldPUJBX8\",style:{\"--framer-text-color\":\"var(--token-18bf5e35-422f-41e3-8127-58e616ae70b4, rgba(41, 39, 36, 0.6))\"},children:\"This project was designed to blend seamlessly with the natural surroundings of Gravatal, using natural elements and sensory experiences as tools for treatment and purification. The zoning plan was carefully developed to offer a therapeutic and revitalizing experience for visitors.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1evts7d\",\"data-styles-preset\":\"MldPUJBX8\",style:{\"--framer-text-color\":\"var(--token-18bf5e35-422f-41e3-8127-58e616ae70b4, rgba(41, 39, 36, 0.6))\"},children:\"The Thermal Hydrotherapy Center aims to both honor the region\u2019s historical significance and unlock its economic potential. Focused on thermomineral treatments, the center takes a holistic approach to natural medicine, combining it with an intuitive architectural design. The project integrates technical and environmental principles to ensure the sustainable use of the region\u2019s abundant water resources, providing a unique wellness experience in the heart of Gravatal, Santa Catarina.\"})]}),className:\"framer-gosvvh hidden-8a4d6u\",\"data-framer-name\":\"Smaller Copy\",fonts:[\"Inter\"],name:\"Smaller Copy\",verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y3690b hidden-8a4d6u\",\"data-framer-name\":\"Technical\",name:\"Technical\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f6wctz\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3amjm2\",\"data-framer-name\":\"Role\",name:\"Role\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue29=getLocalizedValue(\"v29\",activeLocale))!==null&&_getLocalizedValue29!==void 0?_getLocalizedValue29:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15s6kxj\",\"data-styles-preset\":\"Z9Gyu7Q3I\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-18bf5e35-422f-41e3-8127-58e616ae70b4, rgba(41, 39, 36, 0.6))\"},children:\"ROLE\"})}),className:\"framer-1o8zjth\",\"data-framer-name\":\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",fonts:[\"Inter\"],name:\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue30=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue30!==void 0?_getLocalizedValue30:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1evts7d\",\"data-styles-preset\":\"MldPUJBX8\",style:{\"--framer-text-color\":\"var(--token-b8d32a70-d690-4040-94e4-6ad379800962, rgb(41, 39, 36))\"},children:\"Architectural Design\"})}),className:\"framer-1jx7wxj\",\"data-framer-name\":\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",fonts:[\"Inter\"],name:\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vahh4n\",\"data-framer-name\":\"Year\",name:\"Year\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue31=getLocalizedValue(\"v30\",activeLocale))!==null&&_getLocalizedValue31!==void 0?_getLocalizedValue31:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15s6kxj\",\"data-styles-preset\":\"Z9Gyu7Q3I\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-18bf5e35-422f-41e3-8127-58e616ae70b4, rgba(41, 39, 36, 0.6))\"},children:\"LOCATION\"})}),className:\"framer-175esks\",\"data-framer-name\":\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",fonts:[\"Inter\"],name:\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11xcbpc\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue32=getLocalizedValue(\"v31\",activeLocale))!==null&&_getLocalizedValue32!==void 0?_getLocalizedValue32:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1evts7d\",\"data-styles-preset\":\"MldPUJBX8\",style:{\"--framer-text-color\":\"var(--token-b8d32a70-d690-4040-94e4-6ad379800962, rgb(41, 39, 36))\"},children:\"Gravatal, Brasil\"})}),className:\"framer-1sqqpww\",\"data-framer-name\":\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",fonts:[\"Inter\"],name:\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-5der3f\",\"data-framer-name\":\"Flag_of_Brazil\",fill:\"black\",intrinsicHeight:700,intrinsicWidth:1e3,name:\"Flag_of_Brazil\",svg:'<svg width=\"1000\" height=\"700\" viewBox=\"-2100 -1470 4200 2940\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><defs><path id=\"i\" d=\"M-31.5 0h33a30 30 0 0 0 30-30v-10a30 30 0 0 0-30-30h-33zm13-13h19a19 19 0 0 0 19-19v-6a19 19 0 0 0-19-19h-19z\" fill-rule=\"evenodd\"/><path id=\"j\" transform=\"translate(-31.5)\" d=\"M0 0h63v-13H12v-18h40v-12H12v-14h48v-13H0z\"/><path id=\"l\" d=\"M-26.25 0h52.5v-12h-40.5v-16h33v-12h-33v-11H25v-12h-51.25z\"/><path id=\"k\" d=\"M-31.5 0h12v-48l14 48h11l14-48V0h12v-70H14L0-22l-14-48h-17.5z\"/><path id=\"c\" d=\"M0 0a31.5 35 0 0 0 0-70A31.5 35 0 0 0 0 0m0-13a18.5 22 0 0 0 0-44 18.5 22 0 0 0 0 44\" fill-rule=\"evenodd\"/><path id=\"d\" d=\"M-31.5 0h13v-26h28a22 22 0 0 0 0-44h-40zm13-39h27a9 9 0 0 0 0-18h-27z\" fill-rule=\"evenodd\"/><path id=\"n\" d=\"M-15.75-22C-15.75-15-9-11.5 1-11.5s14.74-3.25 14.75-7.75c0-14.25-46.75-5.25-46.5-30.25C-30.5-71-6-70 3-70s26 4 25.75 21.25H13.5c0-7.5-7-10.25-15-10.25-7.75 0-13.25 1.25-13.25 8.5-.25 11.75 46.25 4 46.25 28.75C31.5-3.5 13.5 0 0 0c-11.5 0-31.55-4.5-31.5-22z\"/><use transform=\"scale(31.5)\" xlink:href=\"#a\" id=\"o\"/><use transform=\"scale(26.25)\" xlink:href=\"#a\" id=\"p\"/><use transform=\"scale(21)\" xlink:href=\"#a\" id=\"r\"/><use transform=\"scale(15)\" xlink:href=\"#a\" id=\"q\"/><use transform=\"scale(10.5)\" xlink:href=\"#a\" id=\"s\"/><g id=\"m\"><clipPath id=\"b\"><path d=\"M-31.5 0v-70h63V0zM0-47v12h31.5v-12z\"/></clipPath><use clip-path=\"url(#b)\" xlink:href=\"#c\"/><path d=\"M5-35h26.5v10H5z\"/><path d=\"M21.5-35h10V0h-10z\"/></g><g id=\"h\"><use xlink:href=\"#d\"/><path d=\"M28 0c0-10 0-32-15-32H-6c22 0 22 22 22 32\"/></g><g id=\"a\" fill=\"#fff\"><g id=\"f\"><path id=\"e\" transform=\"rotate(18 0 -1)\" d=\"M0-1v1h.5\"/><use transform=\"scale(-1 1)\" xlink:href=\"#e\"/></g><use transform=\"rotate(72)\" xlink:href=\"#f\"/><use transform=\"rotate(-72)\" xlink:href=\"#f\"/><use transform=\"rotate(144)\" xlink:href=\"#f\"/><use transform=\"rotate(216)\" xlink:href=\"#f\"/></g></defs><clipPath id=\"g\"><circle r=\"735\"/></clipPath><path d=\"M-2100-1470h4200v2940h-4200z\" fill=\"#009440\"/><path d=\"M-1743 0 0 1113 1743 0 0-1113Z\" fill=\"#ffcb00\"/><circle r=\"735\" fill=\"#302681\"/><path d=\"M-2205 1470a1785 1785 0 0 1 3570 0h-105a1680 1680 0 1 0-3360 0z\" clip-path=\"url(#g)\" fill=\"#fff\"/><g transform=\"translate(-420 1470)\" fill=\"#009440\"><use transform=\"rotate(-7)\" y=\"-1697.5\" xlink:href=\"#c\"/><use transform=\"rotate(-4)\" y=\"-1697.5\" xlink:href=\"#h\"/><use transform=\"rotate(-1)\" y=\"-1697.5\" xlink:href=\"#i\"/><use transform=\"rotate(2)\" y=\"-1697.5\" xlink:href=\"#j\"/><use transform=\"rotate(5)\" y=\"-1697.5\" xlink:href=\"#k\"/><use transform=\"rotate(9.75)\" y=\"-1697.5\" xlink:href=\"#l\"/><use transform=\"rotate(14.5)\" y=\"-1697.5\" xlink:href=\"#d\"/><use transform=\"rotate(17.5)\" y=\"-1697.5\" xlink:href=\"#h\"/><use transform=\"rotate(20.5)\" y=\"-1697.5\" xlink:href=\"#c\"/><use transform=\"rotate(23.5)\" y=\"-1697.5\" xlink:href=\"#m\"/><use transform=\"rotate(26.5)\" y=\"-1697.5\" xlink:href=\"#h\"/><use transform=\"rotate(29.5)\" y=\"-1697.5\" xlink:href=\"#j\"/><use transform=\"rotate(32.5)\" y=\"-1697.5\" xlink:href=\"#n\"/><use transform=\"rotate(35.5)\" y=\"-1697.5\" xlink:href=\"#n\"/><use transform=\"rotate(38.5)\" y=\"-1697.5\" xlink:href=\"#c\"/></g><use x=\"-600\" y=\"-132\" xlink:href=\"#o\"/><use x=\"-535\" y=\"177\" xlink:href=\"#o\"/><use x=\"-625\" y=\"243\" xlink:href=\"#p\"/><use x=\"-463\" y=\"132\" xlink:href=\"#q\"/><use x=\"-382\" y=\"250\" xlink:href=\"#p\"/><use x=\"-404\" y=\"323\" xlink:href=\"#r\"/><use x=\"228\" y=\"-228\" xlink:href=\"#o\"/><use x=\"515\" y=\"258\" xlink:href=\"#o\"/><use x=\"617\" y=\"265\" xlink:href=\"#r\"/><use x=\"545\" y=\"323\" xlink:href=\"#p\"/><use x=\"368\" y=\"477\" xlink:href=\"#p\"/><use x=\"367\" y=\"551\" xlink:href=\"#r\"/><use x=\"441\" y=\"419\" xlink:href=\"#r\"/><use x=\"500\" y=\"382\" xlink:href=\"#p\"/><use x=\"365\" y=\"405\" xlink:href=\"#r\"/><use x=\"-280\" y=\"30\" xlink:href=\"#p\"/><use x=\"200\" y=\"-37\" xlink:href=\"#r\"/><use y=\"330\" xlink:href=\"#o\"/><use x=\"85\" y=\"184\" xlink:href=\"#p\"/><use y=\"118\" xlink:href=\"#p\"/><use x=\"-74\" y=\"184\" xlink:href=\"#r\"/><use x=\"-37\" y=\"235\" xlink:href=\"#q\"/><use x=\"220\" y=\"495\" xlink:href=\"#p\"/><use x=\"283\" y=\"430\" xlink:href=\"#r\"/><use x=\"162\" y=\"412\" xlink:href=\"#r\"/><use x=\"-295\" y=\"390\" xlink:href=\"#o\"/><use y=\"575\" xlink:href=\"#s\"/></svg>',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wx28zw\",\"data-framer-name\":\"Year\",name:\"Year\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue33=getLocalizedValue(\"v32\",activeLocale))!==null&&_getLocalizedValue33!==void 0?_getLocalizedValue33:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15s6kxj\",\"data-styles-preset\":\"Z9Gyu7Q3I\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-18bf5e35-422f-41e3-8127-58e616ae70b4, rgba(41, 39, 36, 0.6))\"},children:\"DATE\"})}),className:\"framer-1wnjhzv\",\"data-framer-name\":\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",fonts:[\"Inter\"],name:\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue34=getLocalizedValue(\"v9\",activeLocale))!==null&&_getLocalizedValue34!==void 0?_getLocalizedValue34:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1evts7d\",\"data-styles-preset\":\"MldPUJBX8\",style:{\"--framer-text-color\":\"var(--token-b8d32a70-d690-4040-94e4-6ad379800962, rgb(41, 39, 36))\"},children:\"2014\"})}),className:\"framer-11um3bw\",\"data-framer-name\":\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",fonts:[\"Inter\"],name:\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vav2i3\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s9kfba\",\"data-framer-name\":\"Company\",name:\"Company\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue35=getLocalizedValue(\"v33\",activeLocale))!==null&&_getLocalizedValue35!==void 0?_getLocalizedValue35:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15s6kxj\",\"data-styles-preset\":\"Z9Gyu7Q3I\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-18bf5e35-422f-41e3-8127-58e616ae70b4, rgba(41, 39, 36, 0.6))\"},children:\"CLIENT/COMPANY\"})}),className:\"framer-1ozo57u\",\"data-framer-name\":\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",fonts:[\"Inter\"],name:\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue36=getLocalizedValue(\"v11\",activeLocale))!==null&&_getLocalizedValue36!==void 0?_getLocalizedValue36:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1evts7d\",\"data-styles-preset\":\"MldPUJBX8\",style:{\"--framer-text-color\":\"var(--token-b8d32a70-d690-4040-94e4-6ad379800962, rgb(41, 39, 36))\"},children:\"Final Graduation Project UNISUL\"})}),className:\"framer-jce98o\",\"data-framer-name\":\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",fonts:[\"Inter\"],name:\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-it0zv1\",\"data-framer-name\":\"Construction Area\",name:\"Construction Area\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue37=getLocalizedValue(\"v34\",activeLocale))!==null&&_getLocalizedValue37!==void 0?_getLocalizedValue37:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-15s6kxj\",\"data-styles-preset\":\"Z9Gyu7Q3I\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-18bf5e35-422f-41e3-8127-58e616ae70b4, rgba(41, 39, 36, 0.6))\"},children:\"CONSTRUCTION AREA\"})}),className:\"framer-1i7smzk\",\"data-framer-name\":\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",fonts:[\"Inter\"],name:\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue38=getLocalizedValue(\"v13\",activeLocale))!==null&&_getLocalizedValue38!==void 0?_getLocalizedValue38:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1evts7d\",\"data-styles-preset\":\"MldPUJBX8\",style:{\"--framer-text-color\":\"var(--token-b8d32a70-d690-4040-94e4-6ad379800962, rgb(41, 39, 36))\"},children:\"2580,30 m\\xb2\"})}),className:\"framer-1t3jg2f\",\"data-framer-name\":\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",fonts:[\"Inter\"],name:\"Multi-disciplinary Principal Visual Designer @Metalab crafting meaningful experiences, services and products for Google, Youtube, Lexus, The Atlantic and more.\",verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17hog4y\",\"data-framer-name\":\"Other Projects\",name:\"Other Projects\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-lpsg3b\",\"data-framer-name\":\"Title\",name:\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue39=getLocalizedValue(\"v35\",activeLocale))!==null&&_getLocalizedValue39!==void 0?_getLocalizedValue39:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N3aXR6ZXIgUmVndWxhcg==\",\"--framer-font-family\":'\"Switzer Regular\", \"Switzer Regular Placeholder\", sans-serif',\"--framer-text-color\":\"var(--token-b8d32a70-d690-4040-94e4-6ad379800962, rgb(41, 39, 36))\"},children:\"Other Projects\"})}),className:\"framer-130zo5g\",fonts:[\"CUSTOM;Switzer Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(MotionSectionWithOptimizedAppearEffect,{animate:animation2,className:\"framer-1dw0jws\",\"data-framer-appear-id\":\"1dw0jws\",\"data-framer-name\":\"Section Work \",initial:animation1,name:\"Section Work \",optimized:true,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cs0ll0\",\"data-framer-name\":\"Row 1\",name:\"Row 1\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"fi6c3hNgO\"},implicitPathVariables:undefined},{href:{webPageId:\"fi6c3hNgO\"},implicitPathVariables:undefined},{href:{webPageId:\"fi6c3hNgO\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/{var _getLocalizedValue,_getLocalizedValue1;return _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sapS9_Ruu:{height:400,width:\"max(50vw, 1px)\",y:4246.7},wYfturNKO:{height:406,width:\"100vw\",y:4186.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:500,width:\"max(33.3333vw, 1px)\",y:4872.3,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lhqig1-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sapS9_Ruu:{k70woXHYq:resolvedLinks[1],variant:\"a1oXCG4cQ\"},wYfturNKO:{k70woXHYq:resolvedLinks[2],variant:\"XRyq3t9V5\"}},children:/*#__PURE__*/_jsx(Architecture_Projects,{dRswgrjZd:\"rgb(255, 255, 255)\",height:\"100%\",id:\"Zb8oUfQ5E\",izdZ8D5jh:(_getLocalizedValue=getLocalizedValue(\"v36\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Hotel Brejo da Amada\",K2XZDod8W:\"var(--token-edbae4bf-4376-4eb0-9541-418e51d5d293, rgb(255, 255, 255))\",k70woXHYq:resolvedLinks[0],layoutId:\"Zb8oUfQ5E\",LGQLn6Aob:addImageAlt({src:\"https://framerusercontent.com/images/OnVepnoyVHhK8UBM4seBQ6YMWWQ.jpg\",srcSet:\"https://framerusercontent.com/images/OnVepnoyVHhK8UBM4seBQ6YMWWQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/OnVepnoyVHhK8UBM4seBQ6YMWWQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/OnVepnoyVHhK8UBM4seBQ6YMWWQ.jpg 2000w\"},\"\"),oKvUVD1uI:(_getLocalizedValue1=getLocalizedValue(\"v37\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"Interior Design\",onmWkRVG3:{borderColor:'var(--token-8fb00653-589d-472d-a1e6-f7a418e55ede, rgba(34, 34, 34, 0.1)) /* {\"name\":\"Dark - Borders\"} */',borderStyle:\"solid\",borderWidth:0},style:{height:\"100%\",width:\"100%\"},TX9_H9b2C:\"var(--token-edbae4bf-4376-4eb0-9541-418e51d5d293, rgb(255, 255, 255))\",variant:\"xa1vQHUi6\",width:\"100%\"})})})})});}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"nSdjbczQ7\"},implicitPathVariables:undefined},{href:{webPageId:\"nSdjbczQ7\"},implicitPathVariables:undefined},{href:{webPageId:\"nSdjbczQ7\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/{var _getLocalizedValue,_getLocalizedValue1;return _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sapS9_Ruu:{height:400,width:\"max(50vw, 1px)\",y:4246.7},wYfturNKO:{height:406,width:\"100vw\",y:4592.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:500,width:\"max(33.3333vw, 1px)\",y:4872.3,children:/*#__PURE__*/_jsx(Container,{className:\"framer-drzisz-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sapS9_Ruu:{k70woXHYq:resolvedLinks1[1],variant:\"a1oXCG4cQ\"},wYfturNKO:{k70woXHYq:resolvedLinks1[2],onmWkRVG3:{borderBottomWidth:1,borderColor:'var(--token-8fb00653-589d-472d-a1e6-f7a418e55ede, rgba(34, 34, 34, 0.1)) /* {\"name\":\"Dark - Borders\"} */',borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},variant:\"XRyq3t9V5\"}},children:/*#__PURE__*/_jsx(Architecture_Projects,{dRswgrjZd:\"var(--token-b8d32a70-d690-4040-94e4-6ad379800962, rgb(41, 39, 36))\",height:\"100%\",id:\"dU6EhrjgS\",izdZ8D5jh:(_getLocalizedValue=getLocalizedValue(\"v38\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Edifi\u0301cio Rua Bernardo Lima 5\",K2XZDod8W:\"var(--token-b8d32a70-d690-4040-94e4-6ad379800962, rgb(41, 39, 36))\",k70woXHYq:resolvedLinks1[0],layoutId:\"dU6EhrjgS\",LGQLn6Aob:addImageAlt({src:\"https://framerusercontent.com/images/w2vloBU1KTPwxHcsAFqU6f2K4Q.png\",srcSet:\"https://framerusercontent.com/images/w2vloBU1KTPwxHcsAFqU6f2K4Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/w2vloBU1KTPwxHcsAFqU6f2K4Q.png 1000w\"},\"\"),oKvUVD1uI:(_getLocalizedValue1=getLocalizedValue(\"v39\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"Construction Supervision\",onmWkRVG3:{borderBottomWidth:0,borderColor:'var(--token-8fb00653-589d-472d-a1e6-f7a418e55ede, rgba(34, 34, 34, 0.1)) /* {\"name\":\"Dark - Borders\"} */',borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:1},style:{height:\"100%\",width:\"100%\"},TX9_H9b2C:\"var(--token-b8d32a70-d690-4040-94e4-6ad379800962, rgb(41, 39, 36))\",variant:\"xa1vQHUi6\",width:\"100%\"})})})})});}}),isDisplayed2()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ycRexytVM\"},implicitPathVariables:undefined},{href:{webPageId:\"ycRexytVM\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/{var _getLocalizedValue,_getLocalizedValue1;return _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wYfturNKO:{height:406,width:\"100vw\",y:4998.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:500,width:\"max(33.3333vw, 1px)\",y:4872.3,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1cgwkl3-container hidden-e4z015\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wYfturNKO:{k70woXHYq:resolvedLinks2[1],variant:\"XRyq3t9V5\"}},children:/*#__PURE__*/_jsx(Architecture_Projects,{dRswgrjZd:\"rgb(255, 255, 255)\",height:\"100%\",id:\"Wb5ajZdlW\",izdZ8D5jh:(_getLocalizedValue=getLocalizedValue(\"v40\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Gon\\xe7alves Family Residence\",K2XZDod8W:\"var(--token-edbae4bf-4376-4eb0-9541-418e51d5d293, rgb(255, 255, 255))\",k70woXHYq:resolvedLinks2[0],layoutId:\"Wb5ajZdlW\",LGQLn6Aob:addImageAlt({src:\"https://framerusercontent.com/images/vYoF29SlnqBL5s66wyZLAye0TQ.jpg\",srcSet:\"https://framerusercontent.com/images/vYoF29SlnqBL5s66wyZLAye0TQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/vYoF29SlnqBL5s66wyZLAye0TQ.jpg 960w\"},\"\"),oKvUVD1uI:(_getLocalizedValue1=getLocalizedValue(\"v41\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"Architectural Design\",onmWkRVG3:{borderColor:'var(--token-8fb00653-589d-472d-a1e6-f7a418e55ede, rgba(34, 34, 34, 0.1)) /* {\"name\":\"Dark - Borders\"} */',borderStyle:\"solid\",borderWidth:0},style:{height:\"100%\",width:\"100%\"},TX9_H9b2C:\"var(--token-edbae4bf-4376-4eb0-9541-418e51d5d293, rgb(255, 255, 255))\",variant:\"xa1vQHUi6\",width:\"100%\"})})})})});}})]})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sapS9_Ruu:{y:4646.7},wYfturNKO:{y:5404.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:520,width:\"100vw\",y:5372.3,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jtz04a-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sapS9_Ruu:{variant:\"cJ8noLlT5\"},wYfturNKO:{variant:\"MpITq6FFN\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"Eyr8UYgF4\",layoutId:\"Eyr8UYgF4\",style:{width:\"100%\"},variant:\"ATl4Zsvxv\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-bGA7B { background: rgb(243, 242, 240); }`,\".framer-bGA7B.framer-nlzd6, .framer-bGA7B .framer-nlzd6 { display: block; }\",\".framer-bGA7B.framer-8a4d6u { align-content: center; align-items: center; background-color: #f3f2f0; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-bGA7B .framer-s18eld-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-bGA7B .framer-19i7wcw-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 5; }\",\".framer-bGA7B .framer-1uswpcj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bGA7B .framer-1sir23s { align-content: flex-start; align-items: flex-start; background-color: #f2f1ef; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; overflow: visible; padding: 300px 0px 0px 0px; position: relative; width: 100%; z-index: 4; }\",\".framer-bGA7B .framer-1ev074h { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 20px 0px 20px; position: relative; width: 99%; }\",\".framer-bGA7B .framer-1471302, .framer-bGA7B .framer-rp4wh3 { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-bGA7B .framer-9n5ye2, .framer-bGA7B .framer-sgmzhc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bGA7B .framer-170b18z, .framer-bGA7B .framer-jqgjy4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 300px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-bGA7B .framer-1o59kyu, .framer-bGA7B .framer-1fwz9x5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-bGA7B .framer-1ou8vh7, .framer-bGA7B .framer-fg020s, .framer-bGA7B .framer-10fd6uw, .framer-bGA7B .framer-1mgxzjy { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 520px; position: relative; white-space: pre-wrap; width: 320px; word-break: break-word; word-wrap: break-word; }\",\".framer-bGA7B .framer-lculr5, .framer-bGA7B .framer-j34nw6 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-bGA7B .framer-1gqwxb9, .framer-bGA7B .framer-120oyuh, .framer-bGA7B .framer-1e228dm, .framer-bGA7B .framer-1qvf73q, .framer-bGA7B .framer-1bqbkp1, .framer-bGA7B .framer-1cg8pdi, .framer-bGA7B .framer-1843hh9, .framer-bGA7B .framer-150eeox, .framer-bGA7B .framer-b0hm5p { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bGA7B .framer-lsbtyk, .framer-bGA7B .framer-1uvxjb8, .framer-bGA7B .framer-zvylcy, .framer-bGA7B .framer-isg3ns, .framer-bGA7B .framer-vmhqvl, .framer-bGA7B .framer-18v7701, .framer-bGA7B .framer-1d6fr0, .framer-bGA7B .framer-1xedfjk, .framer-bGA7B .framer-1e3o07 { --framer-paragraph-spacing: 10px; flex: none; height: auto; max-width: 520px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-bGA7B .framer-1kk3ekl, .framer-bGA7B .framer-lumlr1, .framer-bGA7B .framer-11xcbpc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bGA7B .framer-1ixbk1r, .framer-bGA7B .framer-1io99xy, .framer-bGA7B .framer-1o8zjth, .framer-bGA7B .framer-1jx7wxj, .framer-bGA7B .framer-175esks, .framer-bGA7B .framer-1sqqpww, .framer-bGA7B .framer-1wnjhzv, .framer-bGA7B .framer-11um3bw, .framer-bGA7B .framer-1ozo57u, .framer-bGA7B .framer-jce98o, .framer-bGA7B .framer-1i7smzk, .framer-bGA7B .framer-1t3jg2f { --framer-paragraph-spacing: 10px; flex: none; height: auto; max-width: 520px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-bGA7B .framer-hgdmou, .framer-bGA7B .framer-10kj9n8, .framer-bGA7B .framer-5der3f { aspect-ratio: 1.4285714285714286 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 11px); position: relative; width: 16px; }\",\".framer-bGA7B .framer-1sx0okv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 0px 50px 0px; position: relative; width: 100%; }\",\".framer-bGA7B .framer-zhrouk, .framer-bGA7B .framer-blabsi, .framer-bGA7B .framer-1xgi4d8 { 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 20px 20px 20px; position: relative; width: 100%; }\",\".framer-bGA7B .framer-3fefzd { aspect-ratio: 1.3609467455621302 / 1; flex: 6 0 0px; height: var(--framer-aspect-ratio-supported, 419px); overflow: hidden; position: relative; width: 1px; }\",\".framer-bGA7B .framer-o052h9 { aspect-ratio: 0.92 / 1; flex: 6 0 0px; height: var(--framer-aspect-ratio-supported, 620px); overflow: hidden; position: relative; width: 1px; }\",\".framer-bGA7B .framer-19uxsnh, .framer-bGA7B .framer-twwi1a { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-bGA7B .framer-17pgvna { aspect-ratio: 1.29375 / 1; flex: 3 0 0px; height: var(--framer-aspect-ratio-supported, 243px); overflow: hidden; position: relative; width: 1px; }\",\".framer-bGA7B .framer-190dchv { aspect-ratio: 1.29375 / 1; flex: 8 0 0px; height: var(--framer-aspect-ratio-supported, 647px); overflow: hidden; position: relative; width: 1px; }\",\".framer-bGA7B .framer-10objx7 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 225px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-bGA7B .framer-11xt20o { aspect-ratio: 0.925 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 216px); overflow: hidden; position: relative; width: 100%; }\",\".framer-bGA7B .framer-1g1wjm2, .framer-bGA7B .framer-1hnnvzg { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 301px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-bGA7B .framer-11wc8fx { aspect-ratio: 1.15625 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 173px); overflow: hidden; position: relative; width: 100%; }\",\".framer-bGA7B .framer-h1zsyy, .framer-bGA7B .framer-cmcepy { aspect-ratio: 0.6166666666666667 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 324px); overflow: hidden; position: relative; width: 100%; }\",\".framer-bGA7B .framer-1n4c7rw { aspect-ratio: 1.15625 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 173px); overflow: hidden; position: relative; width: 1px; }\",\".framer-bGA7B .framer-3xxaz4 { 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: flex-end; overflow: hidden; padding: 0px 20px 20px 20px; position: relative; width: 100%; }\",\".framer-bGA7B .framer-1n57638 { aspect-ratio: 1.29375 / 1; flex: 6 0 0px; height: var(--framer-aspect-ratio-supported, 274px); overflow: hidden; position: relative; width: 1px; }\",\".framer-bGA7B .framer-1plw8d7 { aspect-ratio: 0.6910755148741419 / 1; flex: 8 0 0px; height: var(--framer-aspect-ratio-supported, 683px); overflow: hidden; position: relative; width: 1px; }\",\".framer-bGA7B .framer-s0edr5 { aspect-ratio: 1.4916666666666667 / 1; flex: 5 0 0px; height: var(--framer-aspect-ratio-supported, 198px); overflow: hidden; position: relative; width: 1px; }\",\".framer-bGA7B .framer-1v46f8 { aspect-ratio: 1.6428571428571428 / 1; flex: 6 0 0px; height: var(--framer-aspect-ratio-supported, 463px); overflow: hidden; position: relative; width: 1px; }\",\".framer-bGA7B .framer-mol3a6 { aspect-ratio: 1.329479768786127 / 1; flex: 3 0 0px; height: var(--framer-aspect-ratio-supported, 286px); overflow: hidden; position: relative; width: 1px; }\",\".framer-bGA7B .framer-1y96dnr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 20px 0px 20px; position: relative; width: 97%; }\",\".framer-bGA7B .framer-1a1l89r { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-bGA7B .framer-lybtqt, .framer-bGA7B .framer-ud3yxk, .framer-bGA7B .framer-1abw488, .framer-bGA7B .framer-1ml4nu0, .framer-bGA7B .framer-zee8y, .framer-bGA7B .framer-97lza8, .framer-bGA7B .framer-1oarwcy, .framer-bGA7B .framer-1bl1mg1, .framer-bGA7B .framer-1oyo5k9 { --framer-paragraph-spacing: 10px; flex: none; height: auto; max-width: 520px; position: relative; white-space: pre-wrap; width: 320px; word-break: break-word; word-wrap: break-word; }\",\".framer-bGA7B .framer-1opd1sv, .framer-bGA7B .framer-gosvvh { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 520px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-bGA7B .framer-1y3690b { 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: flex-start; overflow: hidden; padding: 30px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-bGA7B .framer-f6wctz, .framer-bGA7B .framer-1vav2i3 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-bGA7B .framer-3amjm2, .framer-bGA7B .framer-vahh4n, .framer-bGA7B .framer-1wx28zw, .framer-bGA7B .framer-s9kfba, .framer-bGA7B .framer-it0zv1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bGA7B .framer-17hog4y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bGA7B .framer-lpsg3b { 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 20px 20px 20px; position: relative; width: 100%; }\",\".framer-bGA7B .framer-130zo5g { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-bGA7B .framer-1dw0jws { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bGA7B .framer-1cs0ll0 { align-content: flex-start; align-items: flex-start; 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: 100%; }\",\".framer-bGA7B .framer-1lhqig1-container, .framer-bGA7B .framer-drzisz-container, .framer-bGA7B .framer-1cgwkl3-container { aspect-ratio: 0.96 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 417px); position: relative; width: 1px; }\",\".framer-bGA7B .framer-1jtz04a-container { bottom: 0px; flex: none; height: auto; position: sticky; width: 100%; will-change: transform; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-bGA7B.framer-8a4d6u, .framer-bGA7B .framer-1uswpcj, .framer-bGA7B .framer-1sir23s, .framer-bGA7B .framer-1ev074h, .framer-bGA7B .framer-9n5ye2, .framer-bGA7B .framer-170b18z, .framer-bGA7B .framer-1o59kyu, .framer-bGA7B .framer-lculr5, .framer-bGA7B .framer-1gqwxb9, .framer-bGA7B .framer-120oyuh, .framer-bGA7B .framer-1kk3ekl, .framer-bGA7B .framer-1e228dm, .framer-bGA7B .framer-1qvf73q, .framer-bGA7B .framer-1bqbkp1, .framer-bGA7B .framer-zhrouk, .framer-bGA7B .framer-blabsi, .framer-bGA7B .framer-19uxsnh, .framer-bGA7B .framer-10objx7, .framer-bGA7B .framer-1g1wjm2, .framer-bGA7B .framer-1hnnvzg, .framer-bGA7B .framer-twwi1a, .framer-bGA7B .framer-3xxaz4, .framer-bGA7B .framer-1xgi4d8, .framer-bGA7B .framer-1y96dnr, .framer-bGA7B .framer-sgmzhc, .framer-bGA7B .framer-jqgjy4, .framer-bGA7B .framer-1fwz9x5, .framer-bGA7B .framer-j34nw6, .framer-bGA7B .framer-1a1l89r, .framer-bGA7B .framer-1cg8pdi, .framer-bGA7B .framer-lumlr1, .framer-bGA7B .framer-1843hh9, .framer-bGA7B .framer-150eeox, .framer-bGA7B .framer-b0hm5p, .framer-bGA7B .framer-1y3690b, .framer-bGA7B .framer-f6wctz, .framer-bGA7B .framer-3amjm2, .framer-bGA7B .framer-vahh4n, .framer-bGA7B .framer-11xcbpc, .framer-bGA7B .framer-1wx28zw, .framer-bGA7B .framer-1vav2i3, .framer-bGA7B .framer-s9kfba, .framer-bGA7B .framer-it0zv1, .framer-bGA7B .framer-17hog4y, .framer-bGA7B .framer-1cs0ll0 { gap: 0px; } .framer-bGA7B.framer-8a4d6u > *, .framer-bGA7B .framer-1uswpcj > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-bGA7B.framer-8a4d6u > :first-child, .framer-bGA7B .framer-1uswpcj > :first-child, .framer-bGA7B .framer-1sir23s > :first-child, .framer-bGA7B .framer-9n5ye2 > :first-child, .framer-bGA7B .framer-lculr5 > :first-child, .framer-bGA7B .framer-1gqwxb9 > :first-child, .framer-bGA7B .framer-120oyuh > :first-child, .framer-bGA7B .framer-1e228dm > :first-child, .framer-bGA7B .framer-1qvf73q > :first-child, .framer-bGA7B .framer-1bqbkp1 > :first-child, .framer-bGA7B .framer-10objx7 > :first-child, .framer-bGA7B .framer-1g1wjm2 > :first-child, .framer-bGA7B .framer-1hnnvzg > :first-child, .framer-bGA7B .framer-sgmzhc > :first-child, .framer-bGA7B .framer-j34nw6 > :first-child, .framer-bGA7B .framer-1a1l89r > :first-child, .framer-bGA7B .framer-1cg8pdi > :first-child, .framer-bGA7B .framer-1843hh9 > :first-child, .framer-bGA7B .framer-150eeox > :first-child, .framer-bGA7B .framer-b0hm5p > :first-child, .framer-bGA7B .framer-f6wctz > :first-child, .framer-bGA7B .framer-3amjm2 > :first-child, .framer-bGA7B .framer-vahh4n > :first-child, .framer-bGA7B .framer-1wx28zw > :first-child, .framer-bGA7B .framer-1vav2i3 > :first-child, .framer-bGA7B .framer-s9kfba > :first-child, .framer-bGA7B .framer-it0zv1 > :first-child, .framer-bGA7B .framer-17hog4y > :first-child { margin-top: 0px; } .framer-bGA7B.framer-8a4d6u > :last-child, .framer-bGA7B .framer-1uswpcj > :last-child, .framer-bGA7B .framer-1sir23s > :last-child, .framer-bGA7B .framer-9n5ye2 > :last-child, .framer-bGA7B .framer-lculr5 > :last-child, .framer-bGA7B .framer-1gqwxb9 > :last-child, .framer-bGA7B .framer-120oyuh > :last-child, .framer-bGA7B .framer-1e228dm > :last-child, .framer-bGA7B .framer-1qvf73q > :last-child, .framer-bGA7B .framer-1bqbkp1 > :last-child, .framer-bGA7B .framer-10objx7 > :last-child, .framer-bGA7B .framer-1g1wjm2 > :last-child, .framer-bGA7B .framer-1hnnvzg > :last-child, .framer-bGA7B .framer-sgmzhc > :last-child, .framer-bGA7B .framer-j34nw6 > :last-child, .framer-bGA7B .framer-1a1l89r > :last-child, .framer-bGA7B .framer-1cg8pdi > :last-child, .framer-bGA7B .framer-1843hh9 > :last-child, .framer-bGA7B .framer-150eeox > :last-child, .framer-bGA7B .framer-b0hm5p > :last-child, .framer-bGA7B .framer-f6wctz > :last-child, .framer-bGA7B .framer-3amjm2 > :last-child, .framer-bGA7B .framer-vahh4n > :last-child, .framer-bGA7B .framer-1wx28zw > :last-child, .framer-bGA7B .framer-1vav2i3 > :last-child, .framer-bGA7B .framer-s9kfba > :last-child, .framer-bGA7B .framer-it0zv1 > :last-child, .framer-bGA7B .framer-17hog4y > :last-child { margin-bottom: 0px; } .framer-bGA7B .framer-1sir23s > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-bGA7B .framer-1ev074h > *, .framer-bGA7B .framer-19uxsnh > *, .framer-bGA7B .framer-twwi1a > *, .framer-bGA7B .framer-1y96dnr > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-bGA7B .framer-1ev074h > :first-child, .framer-bGA7B .framer-170b18z > :first-child, .framer-bGA7B .framer-1o59kyu > :first-child, .framer-bGA7B .framer-1kk3ekl > :first-child, .framer-bGA7B .framer-zhrouk > :first-child, .framer-bGA7B .framer-blabsi > :first-child, .framer-bGA7B .framer-19uxsnh > :first-child, .framer-bGA7B .framer-twwi1a > :first-child, .framer-bGA7B .framer-3xxaz4 > :first-child, .framer-bGA7B .framer-1xgi4d8 > :first-child, .framer-bGA7B .framer-1y96dnr > :first-child, .framer-bGA7B .framer-jqgjy4 > :first-child, .framer-bGA7B .framer-1fwz9x5 > :first-child, .framer-bGA7B .framer-lumlr1 > :first-child, .framer-bGA7B .framer-1y3690b > :first-child, .framer-bGA7B .framer-11xcbpc > :first-child, .framer-bGA7B .framer-1cs0ll0 > :first-child { margin-left: 0px; } .framer-bGA7B .framer-1ev074h > :last-child, .framer-bGA7B .framer-170b18z > :last-child, .framer-bGA7B .framer-1o59kyu > :last-child, .framer-bGA7B .framer-1kk3ekl > :last-child, .framer-bGA7B .framer-zhrouk > :last-child, .framer-bGA7B .framer-blabsi > :last-child, .framer-bGA7B .framer-19uxsnh > :last-child, .framer-bGA7B .framer-twwi1a > :last-child, .framer-bGA7B .framer-3xxaz4 > :last-child, .framer-bGA7B .framer-1xgi4d8 > :last-child, .framer-bGA7B .framer-1y96dnr > :last-child, .framer-bGA7B .framer-jqgjy4 > :last-child, .framer-bGA7B .framer-1fwz9x5 > :last-child, .framer-bGA7B .framer-lumlr1 > :last-child, .framer-bGA7B .framer-1y3690b > :last-child, .framer-bGA7B .framer-11xcbpc > :last-child, .framer-bGA7B .framer-1cs0ll0 > :last-child { margin-right: 0px; } .framer-bGA7B .framer-9n5ye2 > *, .framer-bGA7B .framer-sgmzhc > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-bGA7B .framer-170b18z > *, .framer-bGA7B .framer-jqgjy4 > * { margin: 0px; margin-left: calc(300px / 2); margin-right: calc(300px / 2); } .framer-bGA7B .framer-1o59kyu > *, .framer-bGA7B .framer-1fwz9x5 > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-bGA7B .framer-lculr5 > *, .framer-bGA7B .framer-j34nw6 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-bGA7B .framer-1gqwxb9 > *, .framer-bGA7B .framer-120oyuh > *, .framer-bGA7B .framer-1e228dm > *, .framer-bGA7B .framer-1qvf73q > *, .framer-bGA7B .framer-1bqbkp1 > *, .framer-bGA7B .framer-1a1l89r > *, .framer-bGA7B .framer-1cg8pdi > *, .framer-bGA7B .framer-1843hh9 > *, .framer-bGA7B .framer-150eeox > *, .framer-bGA7B .framer-b0hm5p > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-bGA7B .framer-1kk3ekl > *, .framer-bGA7B .framer-lumlr1 > *, .framer-bGA7B .framer-11xcbpc > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-bGA7B .framer-zhrouk > *, .framer-bGA7B .framer-blabsi > *, .framer-bGA7B .framer-3xxaz4 > *, .framer-bGA7B .framer-1xgi4d8 > *, .framer-bGA7B .framer-1y3690b > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-bGA7B .framer-10objx7 > *, .framer-bGA7B .framer-1g1wjm2 > *, .framer-bGA7B .framer-1hnnvzg > *, .framer-bGA7B .framer-17hog4y > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-bGA7B .framer-f6wctz > *, .framer-bGA7B .framer-1vav2i3 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-bGA7B .framer-3amjm2 > *, .framer-bGA7B .framer-vahh4n > *, .framer-bGA7B .framer-1wx28zw > *, .framer-bGA7B .framer-s9kfba > *, .framer-bGA7B .framer-it0zv1 > * { margin: 0px; margin-bottom: calc(7px / 2); margin-top: calc(7px / 2); } .framer-bGA7B .framer-1cs0ll0 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-bGA7B { background: rgb(243, 242, 240); } .framer-bGA7B.framer-8a4d6u { width: 810px; } .framer-bGA7B .framer-1ev074h { width: 100%; } .framer-bGA7B .framer-170b18z { gap: 100px; } .framer-bGA7B .framer-1ou8vh7, .framer-bGA7B .framer-fg020s { width: 230px; } .framer-bGA7B .framer-lculr5 { flex: none; width: 150px; } .framer-bGA7B .framer-lsbtyk, .framer-bGA7B .framer-1uvxjb8, .framer-bGA7B .framer-zvylcy, .framer-bGA7B .framer-isg3ns, .framer-bGA7B .framer-vmhqvl, .framer-bGA7B .framer-18v7701, .framer-bGA7B .framer-1d6fr0, .framer-bGA7B .framer-1xedfjk, .framer-bGA7B .framer-1e3o07 { width: auto; } .framer-bGA7B .framer-3fefzd { height: var(--framer-aspect-ratio-supported, 276px); } .framer-bGA7B .framer-o052h9 { height: var(--framer-aspect-ratio-supported, 408px); } .framer-bGA7B .framer-17pgvna { height: var(--framer-aspect-ratio-supported, 160px); } .framer-bGA7B .framer-190dchv { height: var(--framer-aspect-ratio-supported, 427px); } .framer-bGA7B .framer-1n57638 { height: var(--framer-aspect-ratio-supported, 179px); } .framer-bGA7B .framer-1plw8d7 { height: var(--framer-aspect-ratio-supported, 445px); } .framer-bGA7B .framer-s0edr5 { height: var(--framer-aspect-ratio-supported, 129px); } .framer-bGA7B .framer-1v46f8 { height: var(--framer-aspect-ratio-supported, 304px); } .framer-bGA7B .framer-mol3a6 { height: var(--framer-aspect-ratio-supported, 188px); } .framer-bGA7B .framer-17hog4y { align-content: flex-start; align-items: flex-start; } .framer-bGA7B .framer-lpsg3b { gap: 0px; justify-content: center; padding: 0px 20px 10px 20px; width: min-content; } .framer-bGA7B .framer-130zo5g { flex: none; white-space: pre; width: auto; } .framer-bGA7B .framer-1cs0ll0 { justify-content: flex-start; } .framer-bGA7B .framer-1lhqig1-container, .framer-bGA7B .framer-drzisz-container { aspect-ratio: 1.0125 / 1; height: var(--framer-aspect-ratio-supported, 400px); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-bGA7B .framer-170b18z, .framer-bGA7B .framer-lpsg3b { gap: 0px; } .framer-bGA7B .framer-170b18z > * { margin: 0px; margin-left: calc(100px / 2); margin-right: calc(100px / 2); } .framer-bGA7B .framer-170b18z > :first-child, .framer-bGA7B .framer-lpsg3b > :first-child { margin-left: 0px; } .framer-bGA7B .framer-170b18z > :last-child, .framer-bGA7B .framer-lpsg3b > :last-child { margin-right: 0px; } .framer-bGA7B .framer-lpsg3b > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-bGA7B { background: rgb(243, 242, 240); } .framer-bGA7B.framer-8a4d6u { width: 390px; } .framer-bGA7B .framer-1sir23s { gap: 40px; } .framer-bGA7B .framer-1sx0okv { gap: 0px; justify-content: flex-start; order: 4; padding: 40px 0px 60px 0px; } .framer-bGA7B .framer-blabsi { flex-direction: column; gap: 10px; padding: 0px 10px 0px 10px; } .framer-bGA7B .framer-19uxsnh { flex: none; flex-direction: column; order: 0; width: 100%; } .framer-bGA7B .framer-17pgvna { aspect-ratio: 1.15625 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 320px); order: 1; width: 100%; } .framer-bGA7B .framer-190dchv { aspect-ratio: 1.15625 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 320px); order: 0; width: 100%; } .framer-bGA7B .framer-10objx7 { flex: none; min-height: unset; order: 3; width: 100%; } .framer-bGA7B .framer-11xt20o { height: var(--framer-aspect-ratio-supported, 400px); } .framer-bGA7B .framer-1g1wjm2 { flex: none; min-height: unset; order: 1; width: 100%; } .framer-bGA7B .framer-11wc8fx, .framer-bGA7B .framer-1n4c7rw { height: var(--framer-aspect-ratio-supported, 320px); } .framer-bGA7B .framer-h1zsyy, .framer-bGA7B .framer-cmcepy { height: var(--framer-aspect-ratio-supported, 600px); } .framer-bGA7B .framer-1hnnvzg { flex: none; min-height: unset; order: 2; width: 100%; } .framer-bGA7B .framer-twwi1a { flex: none; order: 4; width: 100%; } .framer-bGA7B .framer-1y96dnr { order: 0; padding: 0px 10px 0px 10px; width: 100%; } .framer-bGA7B .framer-sgmzhc { gap: 20px; order: 1; padding: 0px 10px 0px 10px; } .framer-bGA7B .framer-17hog4y { align-content: flex-start; align-items: flex-start; order: 5; } .framer-bGA7B .framer-lpsg3b { align-content: flex-start; align-items: flex-start; gap: 0px; justify-content: flex-start; padding: 0px 10px 10px 10px; } .framer-bGA7B .framer-130zo5g { flex: none; white-space: pre; width: auto; } .framer-bGA7B .framer-1cs0ll0 { flex-direction: column; justify-content: flex-start; } .framer-bGA7B .framer-1lhqig1-container { aspect-ratio: 0.9605911330049262 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 406px); order: 0; width: 100%; } .framer-bGA7B .framer-drzisz-container { aspect-ratio: 0.9605911330049262 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 407px); order: 1; width: 100%; } .framer-bGA7B .framer-1cgwkl3-container { aspect-ratio: 0.9605911330049262 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 406px); order: 2; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-bGA7B .framer-1sir23s, .framer-bGA7B .framer-1sx0okv, .framer-bGA7B .framer-blabsi, .framer-bGA7B .framer-19uxsnh, .framer-bGA7B .framer-sgmzhc, .framer-bGA7B .framer-lpsg3b, .framer-bGA7B .framer-1cs0ll0 { gap: 0px; } .framer-bGA7B .framer-1sir23s > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-bGA7B .framer-1sir23s > :first-child, .framer-bGA7B .framer-1sx0okv > :first-child, .framer-bGA7B .framer-blabsi > :first-child, .framer-bGA7B .framer-19uxsnh > :first-child, .framer-bGA7B .framer-sgmzhc > :first-child, .framer-bGA7B .framer-1cs0ll0 > :first-child { margin-top: 0px; } .framer-bGA7B .framer-1sir23s > :last-child, .framer-bGA7B .framer-1sx0okv > :last-child, .framer-bGA7B .framer-blabsi > :last-child, .framer-bGA7B .framer-19uxsnh > :last-child, .framer-bGA7B .framer-sgmzhc > :last-child, .framer-bGA7B .framer-1cs0ll0 > :last-child { margin-bottom: 0px; } .framer-bGA7B .framer-1sx0okv > *, .framer-bGA7B .framer-1cs0ll0 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-bGA7B .framer-blabsi > *, .framer-bGA7B .framer-19uxsnh > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-bGA7B .framer-sgmzhc > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-bGA7B .framer-lpsg3b > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-bGA7B .framer-lpsg3b > :first-child { margin-left: 0px; } .framer-bGA7B .framer-lpsg3b > :last-child { margin-right: 0px; } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4749.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"sapS9_Ruu\":{\"layout\":[\"fixed\",\"auto\"]},\"wYfturNKO\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const Framera05PCxj5H=withCSS(Component,css,\"framer-bGA7B\");export default Framera05PCxj5H;Framera05PCxj5H.displayName=\"Jose Agostinelli Residence\";Framera05PCxj5H.defaultProps={height:4749.5,width:1200};addFonts(Framera05PCxj5H,[{explicitInter:true,fonts:[{family:\"Neue Montreal Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/qNA4HSqBBBbAJeUrMXyF4QmPhVI.woff2\"},{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:\"Switzer Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/TFbCCMACTX44EWzG1gSMdiTrudc.woff2\"}]},...SmoothScrollFonts,...NavigationNavFonts,...Architecture_ProjectsFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framera05PCxj5H\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"4749.5\",\"framerResponsiveScreen\":\"\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sapS9_Ruu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wYfturNKO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["SmoothScrollFonts", "getFonts", "SmoothScroll", "NavigationNavFonts", "p_kEV6XRP_default", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "MotionDivWithOptimizedAppearEffect", "motion", "MotionSectionWithOptimizedAppearEffect", "Architecture_ProjectsFonts", "EN4ZjZ4ds_default", "FooterFonts", "VaYEcsm0H_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "valuesByLocaleId", "LazyValue", "preloadLocalizedValues", "locale", "promises", "values", "promise", "getLocalizedValue", "key", "value", "transition1", "animation", "animation1", "transition2", "animation2", "transition3", "animation3", "addImageAlt", "image", "alt", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "preloadPromise", "ref1", "pe", "isDisplayed", "isDisplayed1", "router", "useRouter", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "_getLocalizedValue7", "_getLocalizedValue8", "_getLocalizedValue9", "_getLocalizedValue10", "_getLocalizedValue11", "_getLocalizedValue12", "_getLocalizedValue13", "_getLocalizedValue14", "_getLocalizedValue15", "_getLocalizedValue16", "_getLocalizedValue17", "_getLocalizedValue18", "_getLocalizedValue19", "_getLocalizedValue20", "_getLocalizedValue21", "_getLocalizedValue22", "_getLocalizedValue23", "_getLocalizedValue24", "_getLocalizedValue25", "_getLocalizedValue26", "_getLocalizedValue27", "_getLocalizedValue28", "_getLocalizedValue29", "_getLocalizedValue30", "_getLocalizedValue31", "_getLocalizedValue32", "_getLocalizedValue33", "_getLocalizedValue34", "_getLocalizedValue35", "_getLocalizedValue36", "_getLocalizedValue37", "_getLocalizedValue38", "_getLocalizedValue39", "p", "GeneratedComponentContext", "u", "LayoutGroup", "cx", "ComponentViewportProvider", "Container", "PropertyOverrides2", "x", "SVG", "getLoadingLazyAtYPosition", "Image2", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "css", "Framera05PCxj5H", "withCSS", "a05PCxj5H_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
