{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/Z07pZ4lF2IvzeqSnCVQK/hqYUu2f9qjtD5BzWDlrQ/mkohXR5Df.js", "ssg:https://framerusercontent.com/modules/HTBbUNGK9QDzZyW1yOOc/TCh2LT3zL1cgBg7OZu7i/mkohXR5Df.js"],
  "sourcesContent": ["// Generated by Framer (400c93f)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={hejoG_uUB:new LazyValue(()=>import(\"./mkohXR5Df-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (400c93f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Menu from\"#framer/local/canvasComponent/LsiZhPF43/LsiZhPF43.js\";import FOOTER from\"#framer/local/canvasComponent/Mg3QoT9tA/Mg3QoT9tA.js\";import*as sharedStyle from\"#framer/local/css/eJEDbTpPo/eJEDbTpPo.js\";import*as sharedStyle2 from\"#framer/local/css/Hp55OO5XX/Hp55OO5XX.js\";import*as sharedStyle1 from\"#framer/local/css/kHXIgfIvo/kHXIgfIvo.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/mkohXR5Df/mkohXR5Df.js\";import metadataProvider from\"#framer/local/webPageMetadata/mkohXR5Df/mkohXR5Df.js\";const MotionDivWithFX=withFX(motion.div);const MenuFonts=getFonts(Menu);const ContainerWithFX=withFX(Container);const FOOTERFonts=getFonts(FOOTER);const breakpoints={eFcf_cHya:\"(min-width: 1440px)\",jE5Yfj_dx:\"(min-width: 1200px) and (max-width: 1439px)\",SsETb1vbV:\"(max-width: 809px)\",w3dgMgeU4:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-aOODd\";const variantClassNames={eFcf_cHya:\"framer-v-bk08xc\",jE5Yfj_dx:\"framer-v-kmwazs\",SsETb1vbV:\"framer-v-c3zynt\",w3dgMgeU4:\"framer-v-6nxz5a\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const transition1={damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:50};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"jE5Yfj_dx\",GRANDE:\"eFcf_cHya\",Phone:\"SsETb1vbV\",Tablet:\"w3dgMgeU4\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"jE5Yfj_dx\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);usePreloadLocalizedValues(activeLocale);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"jE5Yfj_dx\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-kmwazs\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-s4tezv\",\"data-framer-name\":\"SERCCION 3\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-p71iyt\",\"data-framer-name\":\"First Secci\\xf3n\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ecmwrx\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-hnf73c\",\"data-styles-preset\":\"eJEDbTpPo\",children:\"JOURNEY DESIGNERS\"})}),className:\"framer-1ternos\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-o0z95d\",\"data-framer-name\":\"SERCCION 3\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-q33c55\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-rvc1ro\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eFcf_cHya:{background:{alt:getLocalizedValue(\"v1\",activeLocale)??\"Group of people discussing their spiritual yoga journey on the beach at Nomade Holbox in Holbox Mexico, with a serene and peaceful atmosphere\",fit:\"fill\",intrinsicHeight:876,intrinsicWidth:1313,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+196+0+0+0+0+0),pixelHeight:534,pixelWidth:800,sizes:`max((${componentViewport?.width||\"100vw\"} * 0.95 - 30px) / 2, 1px)`,src:\"https://framerusercontent.com/images/mwLgwLe1MrcrbjKV6GQmniimTg.webp\",srcSet:\"https://framerusercontent.com/images/mwLgwLe1MrcrbjKV6GQmniimTg.webp?scale-down-to=512 512w,https://framerusercontent.com/images/mwLgwLe1MrcrbjKV6GQmniimTg.webp 800w\"}},SsETb1vbV:{background:{alt:getLocalizedValue(\"v1\",activeLocale)??\"Group of people discussing their spiritual yoga journey on the beach at Nomade Holbox in Holbox Mexico, with a serene and peaceful atmosphere\",fit:\"fill\",intrinsicHeight:876,intrinsicWidth:1313,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+217+4+0+0+0+0+0),pixelHeight:534,pixelWidth:800,sizes:`calc((${componentViewport?.width||\"100vw\"} - 30px) * 0.95)`,src:\"https://framerusercontent.com/images/mwLgwLe1MrcrbjKV6GQmniimTg.webp\",srcSet:\"https://framerusercontent.com/images/mwLgwLe1MrcrbjKV6GQmniimTg.webp?scale-down-to=512 512w,https://framerusercontent.com/images/mwLgwLe1MrcrbjKV6GQmniimTg.webp 800w\"}},w3dgMgeU4:{background:{alt:getLocalizedValue(\"v1\",activeLocale)??\"Group of people discussing their spiritual yoga journey on the beach at Nomade Holbox in Holbox Mexico, with a serene and peaceful atmosphere\",fit:\"fill\",intrinsicHeight:876,intrinsicWidth:1313,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+184+0+0+0+0+0+0),pixelHeight:534,pixelWidth:800,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.95)`,src:\"https://framerusercontent.com/images/mwLgwLe1MrcrbjKV6GQmniimTg.webp\",srcSet:\"https://framerusercontent.com/images/mwLgwLe1MrcrbjKV6GQmniimTg.webp?scale-down-to=512 512w,https://framerusercontent.com/images/mwLgwLe1MrcrbjKV6GQmniimTg.webp 800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v1\",activeLocale)??\"Group of people discussing their spiritual yoga journey on the beach at Nomade Holbox in Holbox Mexico, with a serene and peaceful atmosphere\",fit:\"fill\",intrinsicHeight:876,intrinsicWidth:1313,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+194+0+0+0+0+0),pixelHeight:534,pixelWidth:800,sizes:`max((${componentViewport?.width||\"100vw\"} * 0.95 - 30px) / 2, 1px)`,src:\"https://framerusercontent.com/images/mwLgwLe1MrcrbjKV6GQmniimTg.webp\",srcSet:\"https://framerusercontent.com/images/mwLgwLe1MrcrbjKV6GQmniimTg.webp?scale-down-to=512 512w,https://framerusercontent.com/images/mwLgwLe1MrcrbjKV6GQmniimTg.webp 800w\"},className:\"framer-11tlspy\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19fc7bl\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v7gr3y\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ti31qi\",\"data-styles-preset\":\"kHXIgfIvo\",children:\"At N\\xf4made Wellness, personalization sits at the heart of our philosophy. We offer meticulously crafted, self-transformative programs tailored to meet your unique needs and personal intentions. We recognize that healing and transformation manifest differently for everyone, depending on the diverse stages and cycles of our lives. To cater to this individuality, our team of Journey Designers is equipped with empathy and creativity. They are dedicated to co-creating the most enriching experience during your stay.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ti31qi\",\"data-styles-preset\":\"kHXIgfIvo\",children:\"\\xa0\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ti31qi\",\"data-styles-preset\":\"kHXIgfIvo\",children:\"Your journey begins with a complimentary consultation with our Journey Designers. During this session, they will explore your needs and intentions in depth. Based on this understanding, they will recommend sessions and facilitators \\xa0that align perfectly with you, ensuring your time with us is not just a stay, but a deeply transformative opportunity.\"})]}),className:\"framer-2ym1sm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1aqzoku\",\"data-styles-preset\":\"Hp55OO5XX\",children:[\"Connect with us\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(Link,{href:\"mailto:Wellness@nomadeholbox.com\",motionChild:true,nodeId:\"RaRW0C7Hj\",openInNewTab:true,scopeId:\"mkohXR5Df\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"Wellness@nomadeholbox.com\"})}),\"\\xa0\\xa0\"]})}),className:\"framer-s4eii0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SsETb1vbV:{transformTemplate:transformTemplate1},w3dgMgeU4:{transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation2},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-m0tjhq-container\",layoutScroll:true,nodeId:\"JmVBa9sL2\",rendersWithMotion:true,scopeId:\"mkohXR5Df\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SsETb1vbV:{style:{width:\"100%\"},variant:\"i846ZOly3\"},w3dgMgeU4:{style:{width:\"100%\"},variant:\"i846ZOly3\"}},children:/*#__PURE__*/_jsx(Menu,{height:\"100%\",id:\"JmVBa9sL2\",layoutId:\"JmVBa9sL2\",style:{height:\"100%\",width:\"100%\"},variant:\"To3SAo2Rk\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eFcf_cHya:{y:(componentViewport?.y||0)+0+826},SsETb1vbV:{width:`calc((${componentViewport?.width||\"100vw\"} - 30px) * 1.075)`,y:(componentViewport?.y||0)+0+1172},w3dgMgeU4:{y:(componentViewport?.y||0)+0+1331}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:451,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+824,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xy6s16-container\",nodeId:\"UJwanNEwT\",scopeId:\"mkohXR5Df\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SsETb1vbV:{variant:\"oKxQKPAIF\"},w3dgMgeU4:{variant:\"bihMlCp_a\"}},children:/*#__PURE__*/_jsx(FOOTER,{height:\"100%\",id:\"UJwanNEwT\",layoutId:\"UJwanNEwT\",style:{width:\"100%\"},variant:\"WVUwLUS_F\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-aOODd.framer-1wz7vxt, .framer-aOODd .framer-1wz7vxt { display: block; }\",\".framer-aOODd.framer-kmwazs { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 38px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-aOODd .framer-s4tezv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 31px; height: 76px; justify-content: flex-start; overflow: hidden; padding: 50px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-aOODd .framer-p71iyt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 95%; }\",\".framer-aOODd .framer-1ecmwrx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aOODd .framer-1ternos { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 539px; word-break: break-word; word-wrap: break-word; }\",\".framer-aOODd .framer-o0z95d { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 30px 0px; position: relative; width: 95%; }\",\".framer-aOODd .framer-q33c55 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aOODd .framer-rvc1ro { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 562px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-aOODd .framer-11tlspy { flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-aOODd .framer-19fc7bl { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-aOODd .framer-1v7gr3y { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 57px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aOODd .framer-2ym1sm, .framer-aOODd .framer-s4eii0 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-aOODd .framer-m0tjhq-container { flex: none; height: 70px; left: calc(50.00000000000002% - 100% / 2); position: fixed; top: 0px; width: 100%; z-index: 5; }\",\".framer-aOODd .framer-xy6s16-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-aOODd.framer-kmwazs, .framer-aOODd .framer-s4tezv, .framer-aOODd .framer-p71iyt, .framer-aOODd .framer-1ecmwrx, .framer-aOODd .framer-o0z95d, .framer-aOODd .framer-q33c55, .framer-aOODd .framer-rvc1ro, .framer-aOODd .framer-19fc7bl, .framer-aOODd .framer-1v7gr3y { gap: 0px; } .framer-aOODd.framer-kmwazs > * { margin: 0px; margin-bottom: calc(38px / 2); margin-top: calc(38px / 2); } .framer-aOODd.framer-kmwazs > :first-child, .framer-aOODd .framer-s4tezv > :first-child, .framer-aOODd .framer-p71iyt > :first-child, .framer-aOODd .framer-1ecmwrx > :first-child, .framer-aOODd .framer-o0z95d > :first-child, .framer-aOODd .framer-rvc1ro > :first-child, .framer-aOODd .framer-19fc7bl > :first-child, .framer-aOODd .framer-1v7gr3y > :first-child { margin-top: 0px; } .framer-aOODd.framer-kmwazs > :last-child, .framer-aOODd .framer-s4tezv > :last-child, .framer-aOODd .framer-p71iyt > :last-child, .framer-aOODd .framer-1ecmwrx > :last-child, .framer-aOODd .framer-o0z95d > :last-child, .framer-aOODd .framer-rvc1ro > :last-child, .framer-aOODd .framer-19fc7bl > :last-child, .framer-aOODd .framer-1v7gr3y > :last-child { margin-bottom: 0px; } .framer-aOODd .framer-s4tezv > * { margin: 0px; margin-bottom: calc(31px / 2); margin-top: calc(31px / 2); } .framer-aOODd .framer-p71iyt > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } .framer-aOODd .framer-1ecmwrx > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-aOODd .framer-o0z95d > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-aOODd .framer-q33c55 > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-aOODd .framer-q33c55 > :first-child { margin-left: 0px; } .framer-aOODd .framer-q33c55 > :last-child { margin-right: 0px; } .framer-aOODd .framer-rvc1ro > *, .framer-aOODd .framer-19fc7bl > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-aOODd .framer-1v7gr3y > * { margin: 0px; margin-bottom: calc(57px / 2); margin-top: calc(57px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,\"@media (min-width: 1440px) { .framer-aOODd.framer-kmwazs { width: 1440px; } .framer-aOODd .framer-s4tezv { height: 78px; } .framer-aOODd .framer-o0z95d { gap: 40px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-aOODd .framer-o0z95d { gap: 0px; } .framer-aOODd .framer-o0z95d > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-aOODd .framer-o0z95d > :first-child { margin-top: 0px; } .framer-aOODd .framer-o0z95d > :last-child { margin-bottom: 0px; } }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-aOODd.framer-kmwazs { width: 810px; } .framer-aOODd .framer-s4tezv { height: 66px; } .framer-aOODd .framer-o0z95d { gap: 40px; } .framer-aOODd .framer-q33c55 { flex-direction: column; gap: 26px; } .framer-aOODd .framer-rvc1ro { flex: none; height: 600px; order: 0; width: 100%; } .framer-aOODd .framer-19fc7bl { flex: none; order: 1; width: 100%; } .framer-aOODd .framer-1v7gr3y { gap: 21px; justify-content: flex-start; } .framer-aOODd .framer-2ym1sm { width: 100%; } .framer-aOODd .framer-m0tjhq-container { height: auto; left: 50%; transform: translateX(-50%); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-aOODd .framer-o0z95d, .framer-aOODd .framer-q33c55, .framer-aOODd .framer-1v7gr3y { gap: 0px; } .framer-aOODd .framer-o0z95d > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-aOODd .framer-o0z95d > :first-child, .framer-aOODd .framer-q33c55 > :first-child, .framer-aOODd .framer-1v7gr3y > :first-child { margin-top: 0px; } .framer-aOODd .framer-o0z95d > :last-child, .framer-aOODd .framer-q33c55 > :last-child, .framer-aOODd .framer-1v7gr3y > :last-child { margin-bottom: 0px; } .framer-aOODd .framer-q33c55 > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } .framer-aOODd .framer-1v7gr3y > * { margin: 0px; margin-bottom: calc(21px / 2); margin-top: calc(21px / 2); } }}\",\"@media (max-width: 809px) { .framer-aOODd.framer-kmwazs { padding: 0px 15px 0px 15px; width: 390px; } .framer-aOODd .framer-s4tezv { height: 79px; } .framer-aOODd .framer-p71iyt { gap: 11px; } .framer-aOODd .framer-1ecmwrx { order: 0; padding: 20px 0px 0px 0px; } .framer-aOODd .framer-1ternos { width: 100%; } .framer-aOODd .framer-o0z95d { gap: 22px; padding: 4px 0px 30px 0px; } .framer-aOODd .framer-q33c55 { flex-direction: column; gap: 0px; } .framer-aOODd .framer-rvc1ro { flex: none; height: 386px; order: 0; width: 100%; } .framer-aOODd .framer-19fc7bl { flex: none; order: 1; padding: 20px 0px 0px 0px; width: 100%; } .framer-aOODd .framer-1v7gr3y { gap: 25px; justify-content: flex-end; padding: 0px 0px 20px 0px; } .framer-aOODd .framer-m0tjhq-container { height: auto; left: 50%; transform: translateX(-50%); } .framer-aOODd .framer-xy6s16-container { width: 108%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-aOODd .framer-p71iyt, .framer-aOODd .framer-o0z95d, .framer-aOODd .framer-q33c55, .framer-aOODd .framer-1v7gr3y { gap: 0px; } .framer-aOODd .framer-p71iyt > * { margin: 0px; margin-bottom: calc(11px / 2); margin-top: calc(11px / 2); } .framer-aOODd .framer-p71iyt > :first-child, .framer-aOODd .framer-o0z95d > :first-child, .framer-aOODd .framer-q33c55 > :first-child, .framer-aOODd .framer-1v7gr3y > :first-child { margin-top: 0px; } .framer-aOODd .framer-p71iyt > :last-child, .framer-aOODd .framer-o0z95d > :last-child, .framer-aOODd .framer-q33c55 > :last-child, .framer-aOODd .framer-1v7gr3y > :last-child { margin-bottom: 0px; } .framer-aOODd .framer-o0z95d > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } .framer-aOODd .framer-q33c55 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-aOODd .framer-1v7gr3y > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1275\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"eFcf_cHya\":{\"layout\":[\"fixed\",\"auto\"]},\"w3dgMgeU4\":{\"layout\":[\"fixed\",\"auto\"]},\"SsETb1vbV\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramermkohXR5Df=withCSS(Component,css,\"framer-aOODd\");export default FramermkohXR5Df;FramermkohXR5Df.displayName=\"Wellness / Wellness Residence\";FramermkohXR5Df.defaultProps={height:1275,width:1200};addFonts(FramermkohXR5Df,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...MenuFonts,...FOOTERFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermkohXR5Df\",\"slots\":[],\"annotations\":{\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"1275\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"eFcf_cHya\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"w3dgMgeU4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SsETb1vbV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerColorSyntax\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "MotionDivWithFX", "withFX", "motion", "MenuFonts", "getFonts", "LsiZhPF43_default", "ContainerWithFX", "Container", "FOOTERFonts", "Mg3QoT9tA_default", "breakpoints", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "transition2", "animation2", "transformTemplate1", "_", "t", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "usePreloadLocalizedValues", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "RichText2", "getLocalizedValue", "x", "MotionDivWithFX", "PropertyOverrides2", "getLoadingLazyAtYPosition", "Image2", "Link", "ComponentViewportProvider", "ContainerWithFX", "LsiZhPF43_default", "Container", "Mg3QoT9tA_default", "css", "FramermkohXR5Df", "withCSS", "mkohXR5Df_default", "addFonts", "MenuFonts", "FOOTERFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
