{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/6qz9PX74617n1BEVv2qa/1jSbXHhdZF387K7AOCFi/SvgScrollable.js", "ssg:https://framerusercontent.com/modules/69WG9CvN9hiORLoIxCtj/Bq3Ms7vSNX5qiyL3ppnW/deESAfOmo.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useRef,useEffect,useState}from\"react\";import{addPropertyControls,ControlType}from\"framer\";export default function SvgScrollable({pathData,svgWidth,svgHeight,speedFactor}){const ref=useRef(null);const[pathLength,setPathLength]=useState(0);const[dashOffset,setDashOffset]=useState(0);useEffect(()=>{if(ref.current){const length=ref.current.getTotalLength();setPathLength(length);setDashOffset(length);}},[ref]);useEffect(()=>{const handleScroll=()=>{if(ref.current){const rect=ref.current.getBoundingClientRect();const viewportHeight=window.innerHeight;const triggerPoint=.2*viewportHeight // 20% of viewport height\n;if(rect.bottom<triggerPoint){setDashOffset(0) // Fully draw the stroke\n;}else{const scrollPercentage=window.scrollY/(document.documentElement.scrollHeight-viewportHeight);const offset=pathLength-scrollPercentage*speedFactor*pathLength;setDashOffset(Math.max(0,offset)) // Ensure offset doesn't go negative\n;}}};window.addEventListener(\"scroll\",handleScroll);return()=>window.removeEventListener(\"scroll\",handleScroll);},[pathLength,speedFactor]);return /*#__PURE__*/ _jsx(\"div\",{children:/*#__PURE__*/ _jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:svgWidth,height:svgHeight,children:/*#__PURE__*/ _jsx(\"path\",{ref:ref,d:pathData,fill:\"transparent\",stroke:\"rgb(111,156,137)\",strokeMiterlimit:\"10\",strokeDasharray:pathLength,strokeDashoffset:dashOffset})})});};addPropertyControls(SvgScrollable,{pathData:{title:\"Path Data\",type:ControlType.String,defaultValue:\"M 176.6 47 ... 176.6 47 Z\",placeholder:\"Enter SVG path data\"},svgWidth:{title:\"SVG Width\",type:ControlType.Number,defaultValue:221,min:50,max:1e3,step:1,displayStepper:true},svgHeight:{title:\"SVG Height\",type:ControlType.Number,defaultValue:246,min:50,max:1e3,step:1,displayStepper:true},speedFactor:{title:\"Speed Factor\",type:ControlType.Number,defaultValue:2,min:.1,max:10,step:.1,displayStepper:true}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SvgScrollable\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SvgScrollable.map", "// Generated by Framer (4d5c76d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,Container,cx,GeneratedComponentContext,getFonts,Image,LazyValue,optimizeAppear,optimizeAppearTransformTemplate,PropertyOverrides,removeHiddenBreakpointLayers,RichText,useHydratedBreakpointVariants,useLocaleInfo,useRouteElementId,withCSS,withFX,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import LocaleSelector from\"https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/MaCiz8nzfVQ2yBstuToQ/LocaleSelector.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/soIAPuIiPtf4z0IwVYlq/SlideShow.js\";import AYCYANav from\"https://framerusercontent.com/modules/mE18LFAcgfGyojTmZn4m/xE3dfI9J39nGjpckBr2J/CBEJ_pYwS.js\";import AyCYAFooter from\"https://framerusercontent.com/modules/apPhQTAkBcot9042hEcd/rhTIiLwRh8IQntAhEhau/iJP1kSasw.js\";import SvgScrollable from\"https://framerusercontent.com/modules/6qz9PX74617n1BEVv2qa/1jSbXHhdZF387K7AOCFi/SvgScrollable.js\";import metadataProvider from\"https://framerusercontent.com/modules/qH0abYrp4DEbU7JGA949/KHK39DC95yLXCP0EyPLA/deESAfOmo.js\";const AYCYANavFonts=getFonts(AYCYANav);const AYCYANavWithVariantAppearEffect=withVariantAppearEffect(AYCYANav);const LocaleSelectorFonts=getFonts(LocaleSelector);const SvgScrollableFonts=getFonts(SvgScrollable);const MotionDivWithFX=withFX(motion.div);const SlideshowFonts=getFonts(Slideshow);const AyCYAFooterFonts=getFonts(AyCYAFooter);const cycleOrder=[\"GT3naxuuX\",\"lEYalmLEc\",\"PwJhBQFZx\",\"w_xICIZoY\",\"ucwaihONv\",\"Yon1FRlPs\"];const breakpoints={GT3naxuuX:\"(min-width: 1440px) and (max-width: 1872px)\",lEYalmLEc:\"(min-width: 810px) and (max-width: 1439px)\",PwJhBQFZx:\"(max-width: 809px)\",ucwaihONv:\"(min-width: 1920px) and (max-width: 2559px)\",w_xICIZoY:\"(min-width: 1873px) and (max-width: 1919px)\",Yon1FRlPs:\"(min-width: 2560px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-bI4Qs\";const variantClassNames={GT3naxuuX:\"framer-v-1ad6e83\",lEYalmLEc:\"framer-v-1y1ysxd\",PwJhBQFZx:\"framer-v-1xsazsf\",ucwaihONv:\"framer-v-1igc3am\",w_xICIZoY:\"framer-v-pkj8uz\",Yon1FRlPs:\"framer-v-1dednj\"};if(isBrowser()){removeHiddenBreakpointLayers(\"GT3naxuuX\",breakpoints,variantClassNames);}const transitions={default:{duration:0}};const valuesByLocaleId={ROSlMS9nf:new LazyValue(()=>import(\"./deESAfOmo-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:30,delay:.8,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:0,rotate:0,scale:1,transition:transition1,x:0,y:150};const transformTemplate1=(_,t)=>`perspective(1200px) ${t}`;const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition1,x:0,y:0};const animation2={opacity:.001,rotate:0,scale:1,x:0,y:150};const animation3={opacity:0,rotate:0,scale:1,x:0,y:150};const transition2={delay:0,duration:.8,ease:[.44,0,.56,1],type:\"tween\"};const metadata=metadataProvider();const humanReadableVariantMap={\"Antonio's Screen\":\"w_xICIZoY\",BigAss:\"Yon1FRlPs\",Desktop:\"GT3naxuuX\",Large:\"ucwaihONv\",Phone:\"PwJhBQFZx\",Tablet:\"lEYalmLEc\"};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:\"GT3naxuuX\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useLayoutEffect(()=>{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);}if(metadata1.bodyClassName){Array.from(document.body.classList).filter(c=>c.startsWith(\"framer-body-\")).map(c=>document.body.classList.remove(c));document.body.classList.add(`${metadata1.bodyClassName}-framer-bI4Qs`);return()=>{document.body.classList.remove(`${metadata1.bodyClassName}-framer-bI4Qs`);};}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const transition=transitions.default;const preloadPromise=preloadLocalizedValues(activeLocale);if(preloadPromise)throw preloadPromise;const ref1=React.useRef(null);const isDisplayed=()=>{if([\"lEYalmLEc\",\"PwJhBQFZx\"].includes(baseVariant))return true;return!isBrowser();};const isDisplayed1=()=>{if([\"lEYalmLEc\",\"PwJhBQFZx\"].includes(baseVariant))return!isBrowser();return true;};const id=useRouteElementId(\"ttrEe3FqE\");const ref2=React.useRef(null);const id1=useRouteElementId(\"lTFdpe4Wq\");const ref3=React.useRef(null);const id2=useRouteElementId(\"tKTKbPfPT\");const ref4=React.useRef(null);const id3=useRouteElementId(\"efoHtGY5J\");const ref5=React.useRef(null);const id4=useRouteElementId(\"gWkq8kbIZ\");const ref6=React.useRef(null);const id5=useRouteElementId(\"WO0XU1GqZ\");const ref7=React.useRef(null);const id6=useRouteElementId(\"MdLKPHEcJ\");const ref8=React.useRef(null);const id7=useRouteElementId(\"f8fxEkL7_\");const ref9=React.useRef(null);const id8=useRouteElementId(\"xP0MGVga5\");const ref10=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];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,_getLocalizedValue40,_getLocalizedValue41,_getLocalizedValue42,_getLocalizedValue43,_getLocalizedValue44,_getLocalizedValue45,_getLocalizedValue46,_getLocalizedValue47,_getLocalizedValue48,_getLocalizedValue49,_getLocalizedValue50,_getLocalizedValue51,_getLocalizedValue52,_getLocalizedValue53,_getLocalizedValue54,_getLocalizedValue55,_getLocalizedValue56,_getLocalizedValue57,_getLocalizedValue58,_getLocalizedValue59,_getLocalizedValue60,_getLocalizedValue61,_getLocalizedValue62,_getLocalizedValue63,_getLocalizedValue64,_getLocalizedValue65,_getLocalizedValue66,_getLocalizedValue67,_getLocalizedValue68,_getLocalizedValue69;return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"GT3naxuuX\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1ad6e83\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(Container,{className:\"framer-10e1x4x-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lEYalmLEc:{__framer__variantAppearEffectEnabled:undefined,style:{height:\"100%\",width:\"100%\"},variant:\"WQq5Q8Ery\"},PwJhBQFZx:{__framer__variantAppearEffectEnabled:undefined,style:{height:\"100%\",width:\"100%\"},variant:\"WQq5Q8Ery\"},Yon1FRlPs:{variant:\"MPfYEfzjM\"}},children:/*#__PURE__*/_jsx(AYCYANavWithVariantAppearEffect,{__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:\"MPYN41mIU\"},__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"gujlKi4ZY\",layoutId:\"gujlKi4ZY\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},variant:\"ujtkq5_ym\",width:\"100%\"})})}),/*#__PURE__*/_jsx(Container,{className:\"framer-54ir8h-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"rgb(255, 255, 255)\",size:12,type:\"default\"},fillColor:'var(--token-46b9809c-9385-4284-85d6-d12c4ecf528f, rgb(111, 156, 137)) /* {\"name\":\"AYCYA Green\"} */',font:{fontFamily:'\"AkzidenzGrotesk Regular\", \"AkzidenzGrotesk Regular Placeholder\", sans-serif',fontSize:\"14px\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"rgb(255, 255, 255)\",size:18,type:\"default\"},id:\"MGH3bLyBZ\",layoutId:\"MGH3bLyBZ\",options:{focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:5,title:true},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,radius:10,radiusBottomLeft:10,radiusBottomRight:10,radiusPerConrner:false,radiusTopLeft:10,radiusTopRight:10,textColor:\"rgb(255, 255, 255)\",width:\"100%\"})}),isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:146,intrinsicWidth:205,pixelHeight:146,pixelWidth:205,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/zXT3vCNkVLBUbAJzEq4zvvJ3lkk.svg\"},className:\"framer-1bi5xhz hidden-1ad6e83 hidden-pkj8uz hidden-1igc3am hidden-1dednj\"}),isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:10,intrinsicWidth:338,pixelHeight:10,pixelWidth:338,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/amcMlLFxyJTZReZBLQXj5FMMQB4.svg\"},className:\"framer-1ud6jzj hidden-1ad6e83 hidden-pkj8uz hidden-1igc3am hidden-1dednj\"}),isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:10,intrinsicWidth:338,pixelHeight:10,pixelWidth:338,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/amcMlLFxyJTZReZBLQXj5FMMQB4.svg\"},className:\"framer-19n1n17 hidden-1ad6e83 hidden-pkj8uz hidden-1igc3am hidden-1dednj\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1oek5p0\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lEYalmLEc:{\"data-framer-appear-id\":\"1dh7sdl\",animate:optimizeAppear(\"animate\",\"1dh7sdl\",animation1,\"1y1ysxd\"),initial:optimizeAppear(\"initial\",\"1dh7sdl\",animation2,\"1y1ysxd\"),transformTemplate:optimizeAppearTransformTemplate(\"1dh7sdl\",transformTemplate1)},PwJhBQFZx:{\"data-framer-appear-id\":\"1wcedlh\",animate:optimizeAppear(\"animate\",\"1wcedlh\",animation1,\"1xsazsf\"),initial:optimizeAppear(\"initial\",\"1wcedlh\",animation2,\"1xsazsf\"),transformTemplate:optimizeAppearTransformTemplate(\"1wcedlh\",transformTemplate1)},ucwaihONv:{\"data-framer-appear-id\":\"m2swta\",animate:optimizeAppear(\"animate\",\"m2swta\",animation1,\"1igc3am\"),initial:optimizeAppear(\"initial\",\"m2swta\",animation2,\"1igc3am\"),transformTemplate:optimizeAppearTransformTemplate(\"m2swta\",transformTemplate1)},w_xICIZoY:{\"data-framer-appear-id\":\"17prafl\",animate:optimizeAppear(\"animate\",\"17prafl\",animation1,\"pkj8uz\"),initial:optimizeAppear(\"initial\",\"17prafl\",animation2,\"pkj8uz\"),transformTemplate:optimizeAppearTransformTemplate(\"17prafl\",transformTemplate1)},Yon1FRlPs:{\"data-framer-appear-id\":\"oa9c9b\",animate:optimizeAppear(\"animate\",\"oa9c9b\",animation1,\"1dednj\"),initial:optimizeAppear(\"initial\",\"oa9c9b\",animation2,\"1dednj\"),transformTemplate:optimizeAppearTransformTemplate(\"oa9c9b\",transformTemplate1)}},children:/*#__PURE__*/_jsxs(motion.div,{animate:optimizeAppear(\"animate\",\"g3p5vq\",animation1,\"1ad6e83\"),className:\"framer-g3p5vq\",\"data-framer-appear-id\":\"g3p5vq\",\"data-framer-name\":\"hero\",exit:animation,initial:optimizeAppear(\"initial\",\"g3p5vq\",animation2,\"1ad6e83\"),name:\"hero\",transformTemplate:optimizeAppearTransformTemplate(\"g3p5vq\",transformTemplate1),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1078,intrinsicWidth:752,pixelHeight:1078,pixelWidth:752,src:\"https://framerusercontent.com/images/uaHFI8J0okKFoZZuYzfAucJ2Z8.jpeg\"},className:\"framer-10e7ncm\",\"data-border\":true}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:866,intrinsicWidth:235,pixelHeight:866,pixelWidth:235,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/8VoKJU3QCOuzdQUqo9CDH5ENvs.svg\"},className:\"framer-1f1og3v hidden-1y1ysxd hidden-1xsazsf\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1600,intrinsicWidth:1066,pixelHeight:1600,pixelWidth:1066,src:\"https://framerusercontent.com/images/dPM07LlpzVAUhNqAidWWAZ7cA.jpeg\"},className:\"framer-xhlsft\",\"data-border\":true})]})})}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-br55bm hidden-1y1ysxd hidden-1xsazsf\",\"data-framer-name\":\"Timeline\",id:id,name:\"Timeline\",ref:ref2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cmcnxu\",id:id1,ref:ref3,children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:98,intrinsicWidth:101,pixelHeight:98,pixelWidth:101,src:\"https://framerusercontent.com/images/ArLqaf8togot7WrUfIa0TeAoI.svg\"},className:\"framer-uvbjkw\"}),/*#__PURE__*/_jsx(Container,{className:\"framer-3hbkhe-container\",children:/*#__PURE__*/_jsx(SvgScrollable,{height:\"100%\",id:\"lor5m98ap\",layoutId:\"lor5m98ap\",pathData:\"M 176.6 47 C 174.7 45.8 172.7 44.7 170.6 43.8 C 184.2 42.4 198.7 40.3 211.4 46 C 201.2 36.5 182.2 38.4 169.7 43.3 C 163.4 40.4 156.7 38.2 150.2 36.3 C 141.2 33.5 132.3 30.5 123.8 26.7 C 118.6 24.2 113.2 21.7 109.2 17.6 C 109.2 17.5 109.1 17.5 109.1 17.4 C 109.2 16.7 109.3 16.1 109.4 15.4 C 110 11.4 110.5 7.3 111.1 3.3 L 106.8 14.6 C 106 16.6 104.5 18.5 103.1 20.2 C 94.2 30 82.7 36.8 70.8 42.7 C 69.2 42.2 67.5 41.8 65.9 41.4 C 56.3 39.5 46 39.6 36.8 43.2 C 31.8 45.3 26.8 48.4 23.9 53.1 C 35.3 43.2 51.3 42.6 65.8 42.9 C 67.2 43 68.6 43 70 43.1 C 67.1 44.5 64.1 45.9 61.2 47.2 C 58.9 48.3 53.5 50.8 51.4 52.1 C 47.2 54.4 43 57.4 39.4 60.5 C 38.5 61.2 37.4 62.2 36.7 63 C 36 63.8 34.8 64.9 34.2 65.7 C 28.8 72.1 24.7 80.7 26.7 89.2 C 25.1 80.7 29.4 72.4 35 66.3 C 35.6 65.5 36.8 64.5 37.5 63.8 C 38.3 63.1 39.3 62 40.2 61.4 C 44.8 57.5 50.1 54.5 55.4 51.8 C 70.8 44.8 86.8 38.2 99.8 27.1 C 102 25.1 104.1 23.1 106 20.9 C 102.3 47.3 98.1 74 99 100.7 C 98.6 101.2 98.3 101.7 97.9 102.2 C 94.9 106 91.6 109.4 88.3 112.8 C 83.8 117.4 79.4 121.9 74.8 126.3 C 72 129.1 69.1 132 66.7 135.3 C 61.5 142.4 57.9 152.1 61.2 160.7 C 59.5 150.4 65.2 140.6 71.9 133.4 C 80.3 124.9 89 116.5 96 106.7 C 97 105.1 98.3 103.5 99.1 101.7 C 99.7 106.7 101.1 112.3 102.1 117.1 C 103.2 121.9 104.2 126.7 105.8 131.4 C 107.1 136.2 110.2 140.4 112.7 144.6 C 118.7 154.9 125 165.6 127.3 177.5 C 128.2 184.7 126.6 191.9 124.6 198.8 C 120.4 212.8 113.5 225.8 106.1 238.4 C 116.7 221.4 128.6 201.5 129.4 181 C 129.3 172.3 125.5 164.1 121.9 156.3 C 118.7 149.6 115 143.2 111.1 137 C 108.3 132 107 126.3 105.7 120.6 C 111.4 128.4 118.1 135.7 126.4 140.8 C 133.8 144.8 142.2 146.7 149.5 151 C 157.9 155.4 165 161.9 170.6 169.5 C 176.1 177.2 180.1 186.1 183.2 195.2 C 178.1 169.3 162.9 150.8 137.5 142.5 C 133 140.9 128.5 139.5 124.6 136.8 C 117.5 132.1 111.3 126 105.5 119.7 C 105.3 118.6 105 117.6 104.8 116.5 C 104 112.3 102.6 106.3 102.1 102.2 C 101.8 99.9 101.8 97.4 101.7 95.1 C 102.1 69.7 105.3 44.2 108.9 19 C 109.5 19.7 110.2 20.3 110.8 20.9 C 114.4 24.1 118.6 26.5 122.8 28.7 C 131.3 33 140.3 36.2 149.3 39.1 C 160.5 42.5 171.7 45.8 181.2 52.8 C 186.6 56.8 191.9 62.8 191.5 69.9 C 193.2 59.9 184.3 51.8 176.6 47 Z\",speedFactor:2,svgHeight:246,svgWidth:221,width:\"100%\"})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref3,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-b3k7h0\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ucwaihONv:{children:(_getLocalizedValue=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\"},children:\"WHAT IS RAICILLA?\"})})},w_xICIZoY:{children:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\"},children:\"WHAT IS RAICILLA?\"})})},Yon1FRlPs:{children:(_getLocalizedValue2=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\"},children:\"WHAT IS RAICILLA?\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue3=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\"},children:\"WHAT IS RAICILLA?\"})}),className:\"framer-q8d4ca\",fonts:[\"CUSTOM;Berthold Akzidenz Grotesk Medium Condensed\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ucwaihONv:{children:(_getLocalizedValue4=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"RAICILLA IS A LEGENDARY AGAVE SPIRIT THAT DATES BACK TO MEXICO\u2019S COLONIAL TIMES.\"})})},w_xICIZoY:{children:(_getLocalizedValue5=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"RAICILLA IS A LEGENDARY AGAVE SPIRIT THAT DATES BACK TO MEXICO\u2019S COLONIAL TIMES.\"})})},Yon1FRlPs:{children:(_getLocalizedValue6=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"RAICILLA IS A LEGENDARY AGAVE SPIRIT THAT DATES BACK TO MEXICO\u2019S COLONIAL TIMES.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue7=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue7!==void 0?_getLocalizedValue7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"RAICILLA IS A LEGENDARY AGAVE SPIRIT THAT DATES BACK TO MEXICO\u2019S COLONIAL TIMES.\"})}),className:\"framer-1sztb98\",fonts:[\"GF;Courier Prime-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b2gio2\",id:id2,ref:ref4,children:[/*#__PURE__*/_jsx(Container,{className:\"framer-1kbbajl-container\",children:/*#__PURE__*/_jsx(SvgScrollable,{height:\"100%\",id:\"pCZxDLLnn\",layoutId:\"pCZxDLLnn\",pathData:\"M 56.527 56.716 C 53.163 57.197 49.799 57.518 46.434 57.918 C 43.07 58.238 39.706 58.559 36.341 59.04 C 32.977 59.44 29.693 59.921 26.489 60.642 C 24.887 60.962 23.204 61.363 21.682 61.764 C 20.08 62.244 18.478 62.725 16.956 63.286 C 10.788 65.61 4.861 68.975 0.215 73.942 C 2.057 71.058 4.46 68.494 7.104 66.331 C 9.827 64.168 12.871 62.405 15.995 60.963 C 19.119 59.521 22.484 58.479 25.848 57.598 C 29.212 56.797 32.576 56.236 36.021 55.755 C 42.83 54.954 49.558 54.553 56.367 54.153 C 62.174 53.946 68.04 53.678 73.914 53.66 C 83.126 48.167 92.114 42.383 100.183 35.404 C 105.47 30.757 110.276 25.629 114.201 19.78 C 116.204 16.896 117.886 13.851 119.168 10.566 C 120.369 7.281 121.09 3.836 120.85 0.23 C 121.411 3.756 121.01 7.441 119.969 10.887 C 118.927 14.332 117.325 17.617 115.483 20.661 C 112.946 24.908 109.917 28.851 106.55 32.49 C 105.806 35.364 104.89 38.148 104.028 40.932 C 103.008 44.232 102.126 47.574 101.385 50.948 C 100.664 54.313 100.263 57.678 100.103 61.123 C 100.023 64.568 100.263 68.013 100.984 71.539 C 98.982 68.494 97.941 64.889 97.54 61.203 C 97.14 57.517 97.46 53.832 98.18 50.226 C 98.902 46.621 100.103 43.256 101.625 39.971 C 102.52 38.18 103.44 36.414 104.441 34.688 C 103.574 35.559 102.688 36.413 101.785 37.247 C 96.579 42.214 90.731 46.461 84.804 50.467 C 78.876 54.393 72.708 57.998 66.62 61.684 C 60.532 65.289 54.364 68.894 48.517 72.821 C 45.553 74.744 42.669 76.827 39.946 78.91 C 37.168 81.05 34.495 83.322 31.936 85.72 C 29.37 88.126 26.962 90.696 24.726 93.412 C 22.484 96.136 20.401 98.94 18.639 101.985 C 14.954 107.994 12.31 114.644 11.109 121.615 C 11.669 114.484 13.912 107.513 17.277 101.184 C 20.721 94.854 25.127 89.085 30.173 83.957 C 35.22 78.83 40.907 74.343 46.835 70.257 C 52.762 66.17 58.85 62.565 65.018 58.879 C 67.569 57.395 70.121 55.91 72.658 54.407 C 67.281 55.334 61.904 56.076 56.527 56.716 Z\",speedFactor:2,svgHeight:122,svgWidth:122,width:\"100%\"})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-16auru3\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ucwaihONv:{children:(_getLocalizedValue8=getLocalizedValue(\"v10\",activeLocale))!==null&&_getLocalizedValue8!==void 0?_getLocalizedValue8:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\"},children:\"WILD AT HEART\"})})},w_xICIZoY:{children:(_getLocalizedValue9=getLocalizedValue(\"v9\",activeLocale))!==null&&_getLocalizedValue9!==void 0?_getLocalizedValue9:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\"},children:\"WILD AT HEART\"})})},Yon1FRlPs:{children:(_getLocalizedValue10=getLocalizedValue(\"v11\",activeLocale))!==null&&_getLocalizedValue10!==void 0?_getLocalizedValue10:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\"},children:\"WILD AT HEART\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue11=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue11!==void 0?_getLocalizedValue11:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\"},children:\"WILD AT HEART\"})}),className:\"framer-2l4on3\",fonts:[\"CUSTOM;Berthold Akzidenz Grotesk Medium Condensed\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ucwaihONv:{children:(_getLocalizedValue12=getLocalizedValue(\"v14\",activeLocale))!==null&&_getLocalizedValue12!==void 0?_getLocalizedValue12:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"ONCE PROHIBITED BY THE SPANISH CROWN, RAICILLA HAS BECOME ONE OF MEXICO\u2019S BEST-KEPT SECRETS.\"})})},w_xICIZoY:{children:(_getLocalizedValue13=getLocalizedValue(\"v13\",activeLocale))!==null&&_getLocalizedValue13!==void 0?_getLocalizedValue13:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"ONCE PROHIBITED BY THE SPANISH CROWN, RAICILLA HAS BECOME ONE OF MEXICO\u2019S BEST-KEPT SECRETS.\"})})},Yon1FRlPs:{children:(_getLocalizedValue14=getLocalizedValue(\"v15\",activeLocale))!==null&&_getLocalizedValue14!==void 0?_getLocalizedValue14:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"ONCE PROHIBITED BY THE SPANISH CROWN, RAICILLA HAS BECOME ONE OF MEXICO\u2019S BEST-KEPT SECRETS.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue15=getLocalizedValue(\"v12\",activeLocale))!==null&&_getLocalizedValue15!==void 0?_getLocalizedValue15:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"ONCE PROHIBITED BY THE SPANISH CROWN, RAICILLA HAS BECOME ONE OF MEXICO\u2019S BEST-KEPT SECRETS.\"})}),className:\"framer-hkc3g2\",fonts:[\"GF;Courier Prime-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1q9pmqp\",id:id3,ref:ref5,children:[/*#__PURE__*/_jsx(Container,{className:\"framer-1htvnlv-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{w_xICIZoY:{svgHeight:141}},children:/*#__PURE__*/_jsx(SvgScrollable,{height:\"100%\",id:\"kPr7Am1_e\",layoutId:\"kPr7Am1_e\",pathData:\"M 313.052 42.077 C 318.593 41.989 324.045 41.111 329.41 39.967 C 334.776 38.735 340.14 37.151 345.417 35.568 C 350.781 33.983 356.147 32.312 361.599 30.992 C 367.141 29.672 372.681 28.705 378.31 28.001 C 383.938 27.386 389.567 26.946 395.195 26.946 C 400.824 26.946 406.629 27.473 412.081 29.233 C 414.808 30.113 417.446 31.257 419.821 32.84 C 422.196 34.424 424.306 36.447 425.889 38.735 C 422.108 34.512 417.007 32.047 411.642 30.904 C 406.277 29.672 400.736 29.497 395.283 29.761 C 389.743 30.025 384.201 30.552 378.749 31.345 C 373.297 32.135 367.843 33.104 362.479 34.512 C 357.114 35.744 351.749 37.415 346.384 38.91 C 341.02 40.406 335.567 41.902 329.938 42.87 C 324.397 43.836 318.681 44.366 312.964 44.013 C 310.001 43.684 306.988 43.204 304.045 42.465 C 307.066 43.688 310.042 45.023 312.964 46.476 C 321.144 50.524 328.794 55.539 335.743 61.521 C 342.603 67.504 348.583 74.542 353.156 82.461 C 355.443 86.42 357.378 90.466 359.137 94.69 C 360.808 98.913 362.215 103.224 363.446 107.535 C 365.909 116.245 367.316 125.218 368.284 134.193 C 367.67 129.734 366.878 125.302 365.909 120.907 C 365.023 116.512 363.908 112.165 362.567 107.886 C 361.25 103.609 359.694 99.408 357.906 95.306 C 356.058 91.17 354.036 87.212 351.661 83.429 C 347.088 75.774 341.107 69 334.248 63.281 C 327.475 57.562 319.824 52.811 311.732 49.028 C 303.641 45.245 295.198 42.253 286.579 39.967 C 277.961 37.678 269.166 36.183 260.283 35.215 C 248.277 33.907 236.151 33.644 224.04 33.991 C 224.279 34.103 224.516 34.218 224.752 34.336 C 227.479 35.744 230.029 37.767 232.051 40.055 C 234.075 42.43 235.658 45.157 236.449 48.06 C 234.515 45.86 232.397 43.829 230.117 41.991 C 227.918 40.23 225.544 38.647 223.081 37.415 C 220.699 36.138 218.152 35.109 215.601 34.326 C 212.608 34.477 209.619 34.658 206.634 34.864 C 188.693 36.095 170.84 38.207 152.811 39.702 C 134.87 41.198 116.751 42.254 98.634 41.022 C 88.995 40.413 79.381 39.182 69.95 37.196 C 72.733 38.857 75.282 40.884 77.528 43.222 C 79.814 45.598 81.836 48.149 83.419 51.052 C 85.002 53.867 86.234 56.946 86.849 60.114 C 84.915 57.475 83.068 55.011 81.133 52.636 C 79.198 50.26 77.175 47.973 74.976 45.773 C 72.847 43.556 70.586 41.47 68.205 39.526 C 66.86 38.235 65.416 37.009 63.893 35.809 C 57.684 34.269 51.572 32.383 45.602 30.113 C 37.159 26.858 28.979 22.81 21.416 17.883 C 19.57 16.651 17.722 15.331 15.875 14.013 L 10.598 9.789 C 8.927 8.294 7.257 6.709 5.585 5.215 L 1.012 0.288 L 5.85 4.95 C 7.609 6.358 9.28 7.853 11.039 9.261 C 12.885 10.581 14.644 11.989 16.403 13.309 C 18.266 14.561 20.143 15.792 22.032 17.004 C 29.683 21.666 37.862 25.45 46.306 28.441 C 63.192 34.512 81.044 37.503 98.898 38.294 C 109.654 38.769 120.411 38.58 131.148 37.992 C 132.782 37.387 134.375 36.739 135.925 36.007 C 139.09 34.512 142.169 32.84 145.071 30.817 C 147.99 28.867 150.728 26.658 153.25 24.217 C 155.801 21.842 158.176 19.115 160.55 16.3 C 159.494 19.819 157.56 23.163 155.273 26.065 C 152.899 28.968 150.172 31.608 147.006 33.631 C 144.768 35.158 142.371 36.432 139.859 37.433 C 144.122 37.121 148.38 36.758 152.634 36.36 C 170.576 34.687 188.429 32.576 206.458 31.345 C 224.488 30.113 242.694 29.849 260.723 31.872 C 273.772 33.4 286.775 36.127 299.132 40.586 C 303.702 41.726 308.377 42.152 313.052 42.077 Z\",speedFactor:2,style:{width:\"100%\"},svgHeight:110,svgWidth:430,width:\"100%\"})})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref5,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1xx3hvf\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ucwaihONv:{children:(_getLocalizedValue16=getLocalizedValue(\"v18\",activeLocale))!==null&&_getLocalizedValue16!==void 0?_getLocalizedValue16:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\"},children:\"THE IMPORTANCE OF OUR ROOTS\"})})},w_xICIZoY:{children:(_getLocalizedValue17=getLocalizedValue(\"v17\",activeLocale))!==null&&_getLocalizedValue17!==void 0?_getLocalizedValue17:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\"},children:\"THE IMPORTANCE OF OUR ROOTS\"})})},Yon1FRlPs:{children:(_getLocalizedValue18=getLocalizedValue(\"v19\",activeLocale))!==null&&_getLocalizedValue18!==void 0?_getLocalizedValue18:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\"},children:\"THE IMPORTANCE OF OUR ROOTS\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue19=getLocalizedValue(\"v16\",activeLocale))!==null&&_getLocalizedValue19!==void 0?_getLocalizedValue19:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\"},children:\"THE IMPORTANCE OF OUR ROOTS\"})}),className:\"framer-7m5vfo\",fonts:[\"CUSTOM;Berthold Akzidenz Grotesk Medium Condensed\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ucwaihONv:{children:(_getLocalizedValue20=getLocalizedValue(\"v22\",activeLocale))!==null&&_getLocalizedValue20!==void 0?_getLocalizedValue20:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"WE ARE IMPLEMENTING SUSTAINABLE PRACTICES THAT FOSTER A DEEPER APPRECIATION FOR THE BEAUTY OF MEXICO\u2019S NATURE AND ITS TRADITIONS.\"})})},w_xICIZoY:{children:(_getLocalizedValue21=getLocalizedValue(\"v21\",activeLocale))!==null&&_getLocalizedValue21!==void 0?_getLocalizedValue21:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"WE ARE IMPLEMENTING SUSTAINABLE PRACTICES THAT FOSTER A DEEPER APPRECIATION FOR THE BEAUTY OF MEXICO\u2019S NATURE AND ITS TRADITIONS.\"})})},Yon1FRlPs:{children:(_getLocalizedValue22=getLocalizedValue(\"v23\",activeLocale))!==null&&_getLocalizedValue22!==void 0?_getLocalizedValue22:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"WE ARE IMPLEMENTING SUSTAINABLE PRACTICES THAT FOSTER A DEEPER APPRECIATION FOR THE BEAUTY OF MEXICO\u2019S NATURE AND ITS TRADITIONS.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue23=getLocalizedValue(\"v20\",activeLocale))!==null&&_getLocalizedValue23!==void 0?_getLocalizedValue23:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"WE ARE IMPLEMENTING SUSTAINABLE PRACTICES THAT FOSTER A DEEPER APPRECIATION FOR THE BEAUTY OF MEXICO\u2019S NATURE AND ITS TRADITIONS.\"})}),className:\"framer-12si7ph\",fonts:[\"GF;Courier Prime-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1j3qftl\",id:id4,ref:ref6,children:[/*#__PURE__*/_jsx(Container,{className:\"framer-sqyfit-container\",children:/*#__PURE__*/_jsx(SvgScrollable,{height:\"100%\",id:\"MDH8v7UT9\",layoutId:\"MDH8v7UT9\",pathData:\"M 50.44 113.233 C 47.933 115.131 45.29 116.758 42.512 118.25 C 39.801 119.741 37.022 121.097 34.244 122.521 C 31.533 123.877 28.823 125.3 26.248 126.927 C 23.672 128.487 21.165 130.249 18.794 132.08 C 16.421 133.911 14.186 136.012 12.017 138.113 C 7.748 142.453 3.952 147.266 0.564 152.486 C 2.868 146.724 6.325 141.435 10.458 136.69 C 12.491 134.317 14.795 132.147 17.167 130.114 C 19.607 128.08 22.114 126.25 24.825 124.622 C 27.535 122.995 30.313 121.572 33.092 120.283 L 41.495 116.419 C 45.552 114.489 49.537 112.45 53.186 109.854 C 53.768 108.773 54.405 107.745 54.981 106.657 C 55.657 105.572 56.268 104.42 56.946 103.335 L 59.047 100.081 C 64.739 91.402 71.448 83.403 78.97 76.216 C 80.799 74.386 82.832 72.759 84.798 70.996 C 85.746 70.116 86.83 69.369 87.847 68.555 C 88.863 67.742 89.88 66.929 90.896 66.183 L 94.081 63.946 C 94.624 63.539 95.166 63.2 95.641 62.793 L 97.267 61.708 L 100.519 59.606 C 101.604 58.93 102.755 58.319 103.908 57.641 C 106.143 56.284 108.516 55.201 110.82 53.98 C 111.971 53.37 113.191 52.895 114.344 52.352 C 115.564 51.811 116.716 51.268 117.935 50.794 C 122.747 48.827 127.693 47.2 132.708 45.844 C 142.737 43.065 152.971 41.37 163.27 40.285 C 173.571 39.201 183.872 38.658 194.172 38.251 C 201.171 37.975 208.174 37.792 215.177 37.704 C 213.689 37.226 212.221 36.657 210.774 36.014 C 207.139 34.361 203.761 32.192 200.745 29.573 C 197.695 26.997 194.985 24.014 192.817 20.692 C 190.581 17.37 188.886 13.777 187.87 9.98 C 189.903 13.302 192.071 16.489 194.511 19.404 C 196.95 22.319 199.593 25.031 202.507 27.471 C 205.421 29.912 208.471 32.15 211.791 34.048 C 213.969 35.41 216.239 36.589 218.599 37.668 C 220.78 37.65 222.96 37.641 225.141 37.641 C 245.741 37.573 266.343 37.98 286.944 38.319 C 297.244 38.454 307.544 38.522 317.845 38.454 C 320.42 38.454 322.995 38.387 325.57 38.387 C 328.146 38.319 330.721 38.319 333.295 38.251 C 338.446 38.116 343.528 37.845 348.679 37.302 C 351.186 36.963 353.761 36.625 356.268 36.082 C 358.159 35.671 360.031 35.182 361.881 34.616 C 361.998 34.562 362.115 34.508 362.231 34.455 L 362.231 34.455 C 362.182 34.488 362.132 34.521 362.082 34.554 C 362.609 34.391 363.133 34.223 363.655 34.048 C 368.466 32.421 373.074 30.048 377.072 26.794 C 378.089 25.98 378.97 25.099 379.918 24.218 C 380.8 23.268 381.681 22.388 382.494 21.37 C 384.118 19.402 385.527 17.266 386.696 14.997 C 387.847 12.692 388.728 10.32 389.202 7.743 C 389.745 5.303 389.812 2.726 389.541 0.151 C 389.88 2.726 389.812 5.303 389.406 7.879 C 388.999 10.455 388.119 12.896 387.034 15.269 C 385.949 17.641 384.526 19.811 382.9 21.845 C 382.087 22.861 381.206 23.811 380.325 24.76 C 379.376 25.641 378.495 26.59 377.479 27.404 C 373.549 30.794 368.872 33.302 363.994 35.065 C 362.307 35.674 360.588 36.219 358.859 36.676 C 353.73 40.053 348.67 43.498 344.613 47.946 C 343.393 49.302 342.241 50.725 341.292 52.217 C 340.275 53.709 339.462 55.336 338.717 56.963 C 337.711 59.204 336.89 61.538 336.192 63.923 C 336.476 66.051 336.981 68.12 337.633 70.116 C 338.785 73.437 340.411 76.555 342.308 79.538 C 344.274 82.453 346.509 85.233 348.882 88.013 C 351.254 90.725 353.693 93.437 356.065 96.284 C 353.015 94.25 350.102 92.012 347.391 89.504 C 344.68 86.996 342.173 84.216 340.14 81.098 C 338.107 77.979 336.48 74.454 335.667 70.793 C 335.447 69.766 335.282 68.735 335.181 67.707 C 334.27 71.199 333.55 74.693 332.957 78.251 C 332.35 81.886 331.942 85.553 331.737 89.233 C 331.398 96.623 332.076 104.08 334.177 111.267 C 330.924 104.487 329.636 96.759 329.569 89.165 C 329.501 85.369 329.839 81.573 330.382 77.844 C 330.925 74.1 331.671 70.388 332.618 66.725 C 333.567 63.065 334.719 59.403 336.345 55.877 C 338.039 52.42 340.275 49.098 343.054 46.455 C 345.764 43.743 348.949 41.573 352.202 39.607 C 353.586 38.77 354.995 37.995 356.418 37.26 C 353.949 37.792 351.415 38.257 348.882 38.591 C 343.731 39.267 338.581 39.608 333.431 39.811 C 330.856 39.946 328.281 39.946 325.706 40.081 L 317.98 40.285 C 307.68 40.488 297.38 40.556 287.079 40.488 C 276.779 40.488 266.478 40.421 256.178 40.285 C 245.878 40.218 235.577 40.15 225.276 40.218 C 214.976 40.285 204.676 40.488 194.443 40.962 C 184.143 41.438 173.91 41.98 163.677 43.133 C 153.512 44.217 143.347 45.845 133.521 48.489 C 128.575 49.844 123.763 51.404 119.019 53.302 C 117.867 53.776 116.647 54.319 115.496 54.794 C 114.344 55.335 113.124 55.742 112.039 56.353 C 109.736 57.505 107.431 58.59 105.263 59.878 C 104.178 60.488 103.027 61.098 101.942 61.776 L 98.689 63.81 L 97.063 64.827 C 96.521 65.166 96.047 65.573 95.504 65.912 L 92.388 68.149 C 91.371 68.895 90.354 69.708 89.338 70.454 C 88.321 71.267 87.305 72.014 86.356 72.827 C 84.459 74.522 82.425 76.149 80.664 77.912 L 77.885 80.556 L 75.243 83.335 C 74.879 83.699 74.524 84.068 74.174 84.44 C 74.169 84.456 74.164 84.471 74.158 84.487 C 73.414 86.589 73.006 88.894 72.668 91.131 C 71.99 95.605 71.855 100.148 72.329 104.623 C 72.803 109.097 73.752 113.504 75.311 117.774 C 76.869 122.046 78.97 126.113 81.478 130.045 C 78.089 126.859 75.378 122.859 73.345 118.588 C 71.38 114.249 70.093 109.64 69.618 104.893 C 69.077 100.148 69.483 95.334 70.567 90.725 C 70.868 89.587 71.185 88.466 71.56 87.361 C 71.072 87.92 70.585 88.478 70.093 89.03 C 69.211 89.979 68.466 90.996 67.653 92.012 C 66.84 93.03 66.027 93.979 65.281 94.996 L 63.045 98.114 L 61.892 99.674 L 60.809 101.301 L 58.707 104.487 C 58.03 105.572 57.352 106.657 56.742 107.742 C 56.065 108.826 55.387 109.911 54.777 111.064 L 52.948 114.453 C 52.338 115.538 51.796 116.691 51.186 117.843 L 49.491 121.3 L 48 124.825 C 47.527 125.978 46.984 127.199 46.51 128.351 C 42.782 137.91 39.937 147.809 38.174 157.91 C 36.344 168.011 35.464 178.316 35.464 188.554 L 35.531 192.418 L 35.599 194.316 L 35.734 196.214 L 35.938 200.078 C 36.005 201.367 36.141 202.655 36.277 203.943 C 36.684 209.096 37.429 214.18 38.242 219.265 C 37.294 214.18 36.413 209.096 35.871 204.01 L 35.465 200.146 L 35.193 196.281 L 35.058 194.384 L 34.99 192.418 L 34.855 188.554 C 34.651 178.248 35.328 167.876 36.954 157.638 C 37.09 156.351 37.429 155.063 37.632 153.842 C 37.903 152.554 38.107 151.266 38.378 150.046 L 39.258 146.249 L 39.733 144.35 L 40.275 142.453 L 41.292 138.724 C 41.63 137.503 42.105 136.283 42.444 134.995 C 43.188 132.487 44.138 130.114 45.019 127.673 C 45.425 126.453 45.968 125.232 46.442 124.08 L 47.933 120.487 L 49.559 116.961 C 50.101 115.809 50.643 114.589 51.253 113.504 L 52.11 111.886 C 51.561 112.347 51.002 112.796 50.44 113.233 Z\",speedFactor:1.3,svgHeight:220,svgWidth:420,width:\"100%\"})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-13c1s6a\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ucwaihONv:{children:(_getLocalizedValue24=getLocalizedValue(\"v26\",activeLocale))!==null&&_getLocalizedValue24!==void 0?_getLocalizedValue24:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"Artesanal Production\"})})},w_xICIZoY:{children:(_getLocalizedValue25=getLocalizedValue(\"v25\",activeLocale))!==null&&_getLocalizedValue25!==void 0?_getLocalizedValue25:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"Artesanal Production\"})})},Yon1FRlPs:{children:(_getLocalizedValue26=getLocalizedValue(\"v27\",activeLocale))!==null&&_getLocalizedValue26!==void 0?_getLocalizedValue26:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"Artesanal Production\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue27=getLocalizedValue(\"v24\",activeLocale))!==null&&_getLocalizedValue27!==void 0?_getLocalizedValue27:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"Artesanal Production\"})}),className:\"framer-ho1lja\",fonts:[\"CUSTOM;Berthold Akzidenz Grotesk Medium Condensed\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ucwaihONv:{children:(_getLocalizedValue28=getLocalizedValue(\"v30\",activeLocale))!==null&&_getLocalizedValue28!==void 0?_getLocalizedValue28:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"THE PERFECT CRAFTSMANSHIP IS EVIDENT IN EVERY SIP. OUR UNIQUE PROCESS BRINGS OUT THE FULL COMPLEXITY OF THE AGAVE FLAVORS, BALANCED WITH JUST THE RIGHT AMOUNT OF SMOKINESS AND EARTHINESS.\"})})},w_xICIZoY:{children:(_getLocalizedValue29=getLocalizedValue(\"v29\",activeLocale))!==null&&_getLocalizedValue29!==void 0?_getLocalizedValue29:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"THE PERFECT CRAFTSMANSHIP IS EVIDENT IN EVERY SIP. OUR UNIQUE PROCESS BRINGS OUT THE FULL COMPLEXITY OF THE AGAVE FLAVORS, BALANCED WITH JUST THE RIGHT AMOUNT OF SMOKINESS AND EARTHINESS.\"})})},Yon1FRlPs:{children:(_getLocalizedValue30=getLocalizedValue(\"v31\",activeLocale))!==null&&_getLocalizedValue30!==void 0?_getLocalizedValue30:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"THE PERFECT CRAFTSMANSHIP IS EVIDENT IN EVERY SIP. OUR UNIQUE PROCESS BRINGS OUT THE FULL COMPLEXITY OF THE AGAVE FLAVORS, BALANCED WITH JUST THE RIGHT AMOUNT OF SMOKINESS AND EARTHINESS.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue31=getLocalizedValue(\"v28\",activeLocale))!==null&&_getLocalizedValue31!==void 0?_getLocalizedValue31:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"THE PERFECT CRAFTSMANSHIP IS EVIDENT IN EVERY SIP. OUR UNIQUE PROCESS BRINGS OUT THE FULL COMPLEXITY OF THE AGAVE FLAVORS, BALANCED WITH JUST THE RIGHT AMOUNT OF SMOKINESS AND EARTHINESS.\"})}),className:\"framer-1e4e02f\",fonts:[\"GF;Courier Prime-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1kmcx1t\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ucwaihONv:{children:(_getLocalizedValue32=getLocalizedValue(\"v34\",activeLocale))!==null&&_getLocalizedValue32!==void 0?_getLocalizedValue32:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\"},children:\"A LEGACY OF MAESTROS\"})})},w_xICIZoY:{children:(_getLocalizedValue33=getLocalizedValue(\"v33\",activeLocale))!==null&&_getLocalizedValue33!==void 0?_getLocalizedValue33:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\"},children:\"A LEGACY OF MAESTROS\"})})},Yon1FRlPs:{children:(_getLocalizedValue34=getLocalizedValue(\"v35\",activeLocale))!==null&&_getLocalizedValue34!==void 0?_getLocalizedValue34:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\"},children:\"A LEGACY OF MAESTROS\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue35=getLocalizedValue(\"v32\",activeLocale))!==null&&_getLocalizedValue35!==void 0?_getLocalizedValue35:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\"},children:\"A LEGACY OF MAESTROS\"})}),className:\"framer-jepp13\",fonts:[\"CUSTOM;Berthold Akzidenz Grotesk Medium Condensed\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ucwaihONv:{children:(_getLocalizedValue36=getLocalizedValue(\"v38\",activeLocale))!==null&&_getLocalizedValue36!==void 0?_getLocalizedValue36:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"A RAICILLA WORTHY OF THE LEGACY OF FOUR GENERATIONS; TRADITIONS AND SECRETS.\"})})},w_xICIZoY:{children:(_getLocalizedValue37=getLocalizedValue(\"v37\",activeLocale))!==null&&_getLocalizedValue37!==void 0?_getLocalizedValue37:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"A RAICILLA WORTHY OF THE LEGACY OF FOUR GENERATIONS; TRADITIONS AND SECRETS.\"})})},Yon1FRlPs:{children:(_getLocalizedValue38=getLocalizedValue(\"v39\",activeLocale))!==null&&_getLocalizedValue38!==void 0?_getLocalizedValue38:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-text-alignment\":\"center\"},children:\"A RAICILLA WORTHY OF THE LEGACY OF FOUR GENERATIONS: TRADITIONS AND SECRETS.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue39=getLocalizedValue(\"v36\",activeLocale))!==null&&_getLocalizedValue39!==void 0?_getLocalizedValue39:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"A RAICILLA WORTHY OF THE LEGACY OF FOUR GENERATIONS; TRADITIONS AND SECRETS.\"})}),className:\"framer-1lykz9k\",fonts:[\"GF;Courier Prime-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-119s921\",id:id5,ref:ref7,children:[/*#__PURE__*/_jsx(Container,{className:\"framer-nfkiqc-container\",children:/*#__PURE__*/_jsx(SvgScrollable,{height:\"100%\",id:\"qZWbaMdji\",layoutId:\"qZWbaMdji\",pathData:\"M 56.023 150.977 C 52.061 151.552 48.099 152.031 44.219 152.797 C 40.339 153.564 36.46 154.522 32.746 155.96 C 29.031 157.3 25.398 158.929 21.932 161.133 C 18.465 163.241 15.329 165.923 12.439 168.893 C 6.661 174.929 2.204 182.881 0.636 192.077 C 0.718 187.383 1.791 182.688 3.524 178.378 C 3.689 177.802 3.936 177.324 4.185 176.749 L 4.928 175.216 C 5.422 174.163 6.001 173.204 6.579 172.246 C 7.809 170.34 9.132 168.517 10.541 166.785 C 13.43 163.336 16.732 160.462 20.281 157.971 C 23.913 155.576 27.711 153.756 31.672 152.319 C 39.514 149.54 47.686 148.486 55.775 148.007 C 59.82 147.816 63.864 147.72 67.827 147.72 C 70.745 147.72 73.58 147.72 76.421 147.788 C 79.66 146.435 82.912 145.154 86.152 143.888 C 102.495 137.757 119.17 132.967 135.762 128.272 C 144.099 125.973 152.354 123.673 160.69 121.183 C 168.961 118.787 177.19 116.199 185.371 113.422 C 193.543 110.643 201.632 107.482 209.639 104.129 C 217.564 100.681 225.406 96.847 232.505 91.578 C 239.604 86.405 245.96 79.699 252.15 72.896 C 258.341 66.095 264.368 59.005 269.897 51.532 C 272.704 47.796 275.345 43.963 277.986 40.036 C 280.464 36.011 283.022 31.989 285.168 27.772 C 286.324 25.664 287.314 23.462 288.387 21.354 L 289.873 18.001 L 290.616 16.371 L 291.277 14.647 L 292.598 11.294 L 293.753 7.845 L 294.331 6.121 L 294.826 4.396 L 295.817 0.947 C 293.588 10.527 290.286 19.821 285.911 28.443 C 283.848 32.754 281.454 36.969 278.978 40.994 C 276.482 45.057 273.867 49.019 271.136 52.873 C 265.688 60.538 259.662 67.723 253.636 74.717 C 247.527 81.711 241.172 88.513 233.907 94.069 C 226.643 99.626 218.72 103.746 210.63 107.291 C 202.624 110.836 194.451 113.996 186.279 116.967 C 178.025 119.841 169.771 122.428 161.516 124.918 C 154.157 127.118 146.862 129.167 139.518 131.264 C 137 133.718 134.614 136.29 132.377 139.002 C 128.66 143.505 125.29 148.377 122.307 153.564 C 119.418 158.737 116.859 164.294 114.795 170.042 C 112.731 175.791 111.163 181.826 109.925 188.149 C 109.76 181.73 110.668 175.216 112.401 169.084 C 114.052 162.857 116.529 156.918 119.583 151.457 C 122.637 145.996 126.351 141.013 130.644 136.798 C 132.21 135.23 133.845 133.755 135.543 132.392 C 127.561 134.603 119.652 136.902 111.741 139.29 C 103.487 141.781 95.315 144.558 87.143 147.529 C 79.054 150.499 70.965 153.66 63.287 157.684 C 55.61 161.708 48.264 166.594 41.908 173.012 C 35.552 179.335 30.105 187 25.647 195.336 C 21.281 203.752 17.973 212.85 15.824 222.352 C 11.449 241.322 11.944 262.015 17.97 280.602 C 16.316 276.01 14.991 271.267 14.007 266.423 C 13.018 261.537 12.439 256.651 12.109 251.668 C 11.532 241.705 12.274 231.646 14.256 221.873 C 16.241 212.081 19.468 202.686 23.831 193.994 C 28.205 185.372 33.654 177.42 40.175 170.714 C 43.394 167.36 46.943 164.294 50.575 161.612 C 54.29 158.93 58.088 156.631 62.049 154.522 C 65.965 152.418 69.962 150.552 73.991 148.817 C 67.979 149.646 61.978 150.257 56.023 150.977 Z M 416.828 147.816 C 419.304 151.552 421.12 155.96 422.193 160.462 C 423.267 164.965 423.761 169.659 423.432 174.163 C 422.359 169.755 421.203 165.444 419.717 161.421 C 418.231 157.397 416.415 153.565 414.186 150.115 C 411.958 146.762 409.233 143.696 406.097 141.301 C 405.277 140.7 404.434 140.138 403.568 139.619 C 398.414 138.798 393.161 138.373 387.854 138.14 C 381.415 137.853 374.895 137.757 368.374 137.469 C 361.853 137.182 355.332 136.798 348.811 136.224 C 335.768 134.882 322.809 132.87 310.096 129.421 C 303.74 127.697 297.385 125.685 291.194 123.29 C 285.003 120.895 278.812 118.213 273.034 114.573 C 267.256 110.93 261.808 106.428 257.433 100.679 C 255.287 97.806 253.306 94.74 251.82 91.387 C 250.169 88.129 249.013 84.488 248.353 80.752 C 249.178 84.393 250.417 87.939 252.068 91.099 C 253.712 94.326 255.68 97.317 257.928 100.01 C 262.386 105.374 267.834 109.686 273.612 112.943 C 279.39 116.296 285.499 118.788 291.689 120.895 C 297.88 123.003 304.154 124.918 310.51 126.451 C 323.222 129.517 336.016 131.53 348.976 132.583 C 355.414 133.158 361.935 133.541 368.374 133.732 C 374.812 133.925 381.333 133.925 387.936 134.307 C 394.458 134.595 401.062 135.169 407.583 136.511 C 414.104 137.757 420.542 139.96 426.568 143.217 C 427.311 143.601 428.053 144.08 428.796 144.558 C 429.539 145.038 430.282 145.42 431.025 145.996 C 432.429 147.049 433.915 148.008 435.235 149.157 C 435.81 149.622 436.378 150.105 436.937 150.601 C 443.139 150.659 449.34 151.025 455.542 151.552 C 458.926 151.744 462.31 152.126 465.695 152.51 C 469.079 152.988 472.463 153.564 475.847 154.426 C 479.232 155.383 482.534 156.438 485.753 158.067 C 488.996 159.606 492.049 161.635 494.833 164.103 C 497.64 166.594 500.116 169.467 502.097 172.821 C 504.078 176.174 505.481 179.911 506.142 183.742 C 503.5 176.461 498.795 170.713 493.347 166.594 C 490.541 164.581 487.652 162.761 484.597 161.515 C 481.543 160.174 478.324 159.12 475.104 158.258 C 471.885 157.396 468.583 156.821 465.282 156.247 C 461.98 155.672 458.596 155.192 455.294 154.617 C 449.373 153.599 443.453 152.506 437.533 151.138 C 439.405 152.85 441.18 154.716 442.829 156.629 L 444.563 158.738 L 446.214 160.941 C 446.792 161.612 447.286 162.379 447.782 163.145 C 448.278 163.911 448.855 164.678 449.35 165.444 C 451.339 168.515 453.132 171.748 454.716 175.12 C 456.285 178.473 457.853 181.826 459.091 185.372 C 459.751 187.096 460.329 188.916 460.99 190.641 C 461.567 192.461 462.145 194.185 462.641 196.005 C 464.704 203.287 466.19 210.664 467.428 218.137 C 468.583 225.61 469.491 233.082 470.399 240.555 L 471.638 251.764 C 472.05 255.501 472.463 259.237 472.958 262.973 C 472.381 259.237 471.72 255.596 471.142 251.86 L 469.491 240.651 C 468.419 233.179 467.262 225.801 465.86 218.424 C 463.053 203.766 459.091 189.3 452.487 176.462 C 450.836 173.3 449.021 170.235 447.121 167.264 C 446.627 166.498 446.131 165.827 445.635 165.061 C 445.158 164.314 444.633 163.61 444.067 162.953 L 442.499 160.941 L 440.848 159.026 C 438.537 156.438 436.144 154.043 433.501 152.032 C 432.264 150.977 430.86 150.019 429.539 149.062 C 428.879 148.582 428.137 148.199 427.476 147.816 C 426.733 147.433 426.073 146.953 425.33 146.571 C 420.62 144.072 415.691 142.209 410.587 140.983 C 412.955 142.865 415.062 145.168 416.828 147.816 Z\",speedFactor:.5,svgHeight:281,svgWidth:507,width:\"100%\"})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref7,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-y86bf6\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ucwaihONv:{children:(_getLocalizedValue40=getLocalizedValue(\"v42\",activeLocale))!==null&&_getLocalizedValue40!==void 0?_getLocalizedValue40:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", \"Berthold Akzidenz Grotesk Medium Condensed Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\"},children:\"TABERNA AY-C-YA\"})})},w_xICIZoY:{children:(_getLocalizedValue41=getLocalizedValue(\"v41\",activeLocale))!==null&&_getLocalizedValue41!==void 0?_getLocalizedValue41:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", \"Berthold Akzidenz Grotesk Medium Condensed Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\"},children:\"TABERNA AY-C-YA\"})})},Yon1FRlPs:{children:(_getLocalizedValue42=getLocalizedValue(\"v43\",activeLocale))!==null&&_getLocalizedValue42!==void 0?_getLocalizedValue42:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", \"Berthold Akzidenz Grotesk Medium Condensed Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\"},children:\"TABERNA AY-C-YA\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue43=getLocalizedValue(\"v40\",activeLocale))!==null&&_getLocalizedValue43!==void 0?_getLocalizedValue43:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", \"Berthold Akzidenz Grotesk Medium Condensed Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\"},children:\"TABERNA AY-C-YA\"})}),className:\"framer-skh2kh\",fonts:[\"CUSTOM;Berthold Akzidenz Grotesk Medium Condensed\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ucwaihONv:{children:(_getLocalizedValue44=getLocalizedValue(\"v46\",activeLocale))!==null&&_getLocalizedValue44!==void 0?_getLocalizedValue44:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"Our taberna stands out with its unique design that seamlessly merges cutting-edge technology with ancestral traditions, resulting in a one-of-a-kind raicilla.\"})})},w_xICIZoY:{children:(_getLocalizedValue45=getLocalizedValue(\"v45\",activeLocale))!==null&&_getLocalizedValue45!==void 0?_getLocalizedValue45:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"Our taberna stands out with its unique design that seamlessly merges cutting-edge technology with ancestral traditions, resulting in a one-of-a-kind raicilla.\"})})},Yon1FRlPs:{children:(_getLocalizedValue46=getLocalizedValue(\"v47\",activeLocale))!==null&&_getLocalizedValue46!==void 0?_getLocalizedValue46:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"Our taberna stands out with its unique design that seamlessly merges cutting-edge technology with ancestral traditions, resulting in a one-of-a-kind raicilla.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue47=getLocalizedValue(\"v44\",activeLocale))!==null&&_getLocalizedValue47!==void 0?_getLocalizedValue47:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"Our taberna stands out with its unique design that seamlessly merges cutting-edge technology with ancestral traditions, resulting in a one-of-a-kind raicilla.\"})}),className:\"framer-15pns5c\",fonts:[\"GF;Courier Prime-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref7,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ra14um\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ucwaihONv:{children:(_getLocalizedValue48=getLocalizedValue(\"v50\",activeLocale))!==null&&_getLocalizedValue48!==void 0?_getLocalizedValue48:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\"},children:\"FROM EARTH TO BOTTLE\"})})},w_xICIZoY:{children:(_getLocalizedValue49=getLocalizedValue(\"v49\",activeLocale))!==null&&_getLocalizedValue49!==void 0?_getLocalizedValue49:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\"},children:\"FROM EARTH TO BOTTLE\"})})},Yon1FRlPs:{children:(_getLocalizedValue50=getLocalizedValue(\"v51\",activeLocale))!==null&&_getLocalizedValue50!==void 0?_getLocalizedValue50:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\"},children:\"FROM EARTH TO BOTTLE\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue51=getLocalizedValue(\"v48\",activeLocale))!==null&&_getLocalizedValue51!==void 0?_getLocalizedValue51:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\"},children:\"FROM EARTH TO BOTTLE\"})}),className:\"framer-ldfkd4\",fonts:[\"CUSTOM;Berthold Akzidenz Grotesk Medium Condensed\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ucwaihONv:{children:(_getLocalizedValue52=getLocalizedValue(\"v54\",activeLocale))!==null&&_getLocalizedValue52!==void 0?_getLocalizedValue52:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"A WILD SPIRIT FROM SEED TO BOTTLE IS AT THE CORE OF OUR ETHOS. AYCYA IS 100% AGAVE AND OUR BOTTLES ARE 100% RECYCLED GLASS \"})})},w_xICIZoY:{children:(_getLocalizedValue53=getLocalizedValue(\"v53\",activeLocale))!==null&&_getLocalizedValue53!==void 0?_getLocalizedValue53:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"A WILD SPIRIT FROM SEED TO BOTTLE IS AT THE CORE OF OUR ETHOS. AYCYA IS 100% AGAVE AND OUR BOTTLES ARE 100% RECYCLED GLASS \"})})},Yon1FRlPs:{children:(_getLocalizedValue54=getLocalizedValue(\"v55\",activeLocale))!==null&&_getLocalizedValue54!==void 0?_getLocalizedValue54:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"A WILD SPIRIT FROM SEED TO BOTTLE IS AT THE CORE OF OUR ETHOS. AYCYA IS 100% AGAVE AND OUR BOTTLES ARE 100% RECYCLED GLASS \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue55=getLocalizedValue(\"v52\",activeLocale))!==null&&_getLocalizedValue55!==void 0?_getLocalizedValue55:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"A WILD SPIRIT FROM SEED TO BOTTLE IS AT THE CORE OF OUR ETHOS. AYCYA IS 100% AGAVE AND OUR BOTTLES ARE 100% RECYCLED GLASS \"})}),className:\"framer-5qm3hp\",fonts:[\"GF;Courier Prime-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zyuy1f hidden-1ad6e83 hidden-pkj8uz hidden-1igc3am hidden-1dednj\",children:[isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:122,intrinsicWidth:62,pixelHeight:122,pixelWidth:62,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/VwDZttLnJtcJSnF98Y1rqWVPNOw.svg\"},className:\"framer-1icepq4 hidden-1ad6e83\"}),isDisplayed()&&/*#__PURE__*/_jsx(Container,{className:\"framer-1p7w8rv-container hidden-1ad6e83\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lEYalmLEc:{arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0)\",arrowGap:10,arrowPadding:0,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,leftArrow:\"https://framerusercontent.com/images/HGn8JijX3oGUDQjkuLB0UNTQBts.svg\",rightArrow:\"https://framerusercontent.com/images/tDk4XBQnjoztzojXSNwJOzV9TRU.svg\",showMouseControls:true},autoPlayControl:true,gap:0,itemAmount:1,paddingLeft:40,paddingPerSide:true,paddingRight:40},PwJhBQFZx:{arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0)\",arrowGap:100,arrowPadding:0,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:25,leftArrow:\"https://framerusercontent.com/images/HGn8JijX3oGUDQjkuLB0UNTQBts.svg\",rightArrow:\"https://framerusercontent.com/images/tDk4XBQnjoztzojXSNwJOzV9TRU.svg\",showMouseControls:true},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:53,fadeWidth:25,overflow:false},itemAmount:1,paddingPerSide:true}},children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,leftArrow:\"https://framerusercontent.com/images/HGn8JijX3oGUDQjkuLB0UNTQBts.svg\",rightArrow:\"https://framerusercontent.com/images/tDk4XBQnjoztzojXSNwJOzV9TRU.svg\",showMouseControls:true},autoPlayControl:false,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"bOCD8gzmd\",intervalControl:1.5,itemAmount:7,layoutId:\"bOCD8gzmd\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kqeiac\",\"data-framer-name\":\"1\",id:id6,name:\"1\",ref:ref8,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue56=getLocalizedValue(\"v56\",activeLocale))!==null&&_getLocalizedValue56!==void 0?_getLocalizedValue56:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\"},children:\"WHAT IS RAICILLA?\"})}),className:\"framer-1hud0h4\",fonts:[\"CUSTOM;Berthold Akzidenz Grotesk Medium Condensed\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue57=getLocalizedValue(\"v57\",activeLocale))!==null&&_getLocalizedValue57!==void 0?_getLocalizedValue57:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-text-alignment\":\"center\"},children:\"RAICILLA IS A LEGENDARY AGAVE SPIRIT THAT DATES BACK TO MEXICO\u2019S COLONIAL TIMES.\"})}),className:\"framer-wyu9f6\",fonts:[\"GF;Courier Prime-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18eozgx\",\"data-framer-name\":\"2\",id:id7,name:\"2\",ref:ref9,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue58=getLocalizedValue(\"v58\",activeLocale))!==null&&_getLocalizedValue58!==void 0?_getLocalizedValue58:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\"},children:\"WILD AT HEART\"})}),className:\"framer-zasra8\",fonts:[\"CUSTOM;Berthold Akzidenz Grotesk Medium Condensed\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue59=getLocalizedValue(\"v59\",activeLocale))!==null&&_getLocalizedValue59!==void 0?_getLocalizedValue59:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-text-alignment\":\"center\"},children:\"ONCE PROHIBITED BY THE SPANISH CROWN, RAICILLA HAS BECOME ONE OF MEXICO\u2019S BEST-KEPT SECRETS.\"})}),className:\"framer-18qc0bm\",fonts:[\"GF;Courier Prime-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dt2caj\",\"data-framer-name\":\"3\",name:\"3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue60=getLocalizedValue(\"v60\",activeLocale))!==null&&_getLocalizedValue60!==void 0?_getLocalizedValue60:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\"},children:\"A LEGACY OF MAESTROS\"})}),className:\"framer-jkuuqs\",fonts:[\"CUSTOM;Berthold Akzidenz Grotesk Medium Condensed\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue61=getLocalizedValue(\"v61\",activeLocale))!==null&&_getLocalizedValue61!==void 0?_getLocalizedValue61:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-text-alignment\":\"center\"},children:\"A RAICILLA WORTHY OF THE LEGACY OF FOUR GENERATIONS; TRADITIONS AND SECRETS.\"})}),className:\"framer-p7eye3\",fonts:[\"GF;Courier Prime-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qzzqgz\",\"data-framer-name\":\"4\",name:\"4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue62=getLocalizedValue(\"v62\",activeLocale))!==null&&_getLocalizedValue62!==void 0?_getLocalizedValue62:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"Artesanal Production\"})}),className:\"framer-1d8vcu6\",fonts:[\"CUSTOM;Berthold Akzidenz Grotesk Medium Condensed\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue63=getLocalizedValue(\"v63\",activeLocale))!==null&&_getLocalizedValue63!==void 0?_getLocalizedValue63:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-text-alignment\":\"center\"},children:\"THE PERFECT CRAFTSMANSHIP IS EVIDENT IN EVERY SIP. OUR UNIQUE PROCESS BRINGS OUT THE FULL COMPLEXITY OF THE AGAVE FLAVORS, BALANCED WITH JUST THE RIGHT AMOUNT OF SMOKINESS AND EARTHINESS.\"})}),className:\"framer-orol81\",fonts:[\"GF;Courier Prime-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-depin9\",\"data-framer-name\":\"5\",id:id8,name:\"5\",ref:ref10,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue64=getLocalizedValue(\"v64\",activeLocale))!==null&&_getLocalizedValue64!==void 0?_getLocalizedValue64:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\"},children:\"THE IMPORTANCE OF OUR ROOTS\"})}),className:\"framer-1003pne\",fonts:[\"CUSTOM;Berthold Akzidenz Grotesk Medium Condensed\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue65=getLocalizedValue(\"v65\",activeLocale))!==null&&_getLocalizedValue65!==void 0?_getLocalizedValue65:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-text-alignment\":\"center\"},children:\"WE ARE IMPLEMENTING SUSTAINABLE PRACTICES THAT FOSTER A DEEPER APPRECIATION FOR THE BEAUTY OF MEXICO\u2019S NATURE AND ITS TRADITIONS.\"})}),className:\"framer-16gkpaj\",fonts:[\"GF;Courier Prime-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nv7x10\",\"data-framer-name\":\"6\",name:\"6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue66=getLocalizedValue(\"v66\",activeLocale))!==null&&_getLocalizedValue66!==void 0?_getLocalizedValue66:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\"},children:\"FROM EARTH TO BOTTLE\"})}),className:\"framer-cvucp\",fonts:[\"CUSTOM;Berthold Akzidenz Grotesk Medium Condensed\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue67=getLocalizedValue(\"v67\",activeLocale))!==null&&_getLocalizedValue67!==void 0?_getLocalizedValue67:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-text-alignment\":\"center\"},children:\"A WILD SPIRIT FROM SEED TO BOTTLE IS AT THE CORE OF OUR ETHOS. AYCYA IS 100% AGAVE AND OUR BOTTLES ARE 100% RECYCLED GLASS \"})}),className:\"framer-1pl0zxn\",fonts:[\"GF;Courier Prime-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1p4b6v4\",\"data-framer-name\":\"7\",name:\"7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue68=getLocalizedValue(\"v68\",activeLocale))!==null&&_getLocalizedValue68!==void 0?_getLocalizedValue68:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlcnRob2xkIEFremlkZW56IEdyb3Rlc2sgTWVkaXVtIENvbmRlbnNlZA==\",\"--framer-font-family\":'\"Berthold Akzidenz Grotesk Medium Condensed\", \"Berthold Akzidenz Grotesk Medium Condensed Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\"},children:\"TABERNA AY-C-YA\"})}),className:\"framer-1csggf3\",fonts:[\"CUSTOM;Berthold Akzidenz Grotesk Medium Condensed\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue69=getLocalizedValue(\"v69\",activeLocale))!==null&&_getLocalizedValue69!==void 0?_getLocalizedValue69:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q291cmllciBQcmltZS1yZWd1bGFy\",\"--framer-font-family\":'\"Courier Prime\", monospace',\"--framer-font-size\":\"17px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"Our taberna stands out with its unique design that seamlessly merges cutting-edge technology with ancestral traditions, resulting in a one-of-a-kind raicilla.\"})}),className:\"framer-1buln5a\",fonts:[\"GF;Courier Prime-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,stiffness:200,type:\"spring\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(Container,{className:\"framer-7m8rpb-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PwJhBQFZx:{variant:\"JdxRjHCAN\"}},children:/*#__PURE__*/_jsx(AyCYAFooter,{height:\"100%\",id:\"kV6hKIpK4\",layoutId:\"kV6hKIpK4\",style:{width:\"100%\"},variant:\"aeBn1dexF\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=['.framer-bI4Qs[data-border=\"true\"]::after, .framer-bI4Qs [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-bI4Qs { background: white; }`,\".framer-bI4Qs.framer-6xyayd, .framer-bI4Qs .framer-6xyayd { display: block; }\",\".framer-bI4Qs.framer-1ad6e83 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 40px 0px; position: relative; width: 1440px; }\",\".framer-bI4Qs .framer-10e1x4x-container { flex: none; height: 60px; left: calc(50.00000000000002% - min(1920px, 100%) / 2); max-width: 1920px; position: fixed; top: 0px; width: 100%; z-index: 8; }\",\".framer-bI4Qs .framer-54ir8h-container { bottom: 20px; flex: none; height: auto; position: fixed; right: 20px; width: auto; z-index: 1; }\",\".framer-bI4Qs .framer-1bi5xhz { flex: none; height: 335px; overflow: hidden; position: relative; width: 60%; }\",\".framer-bI4Qs .framer-1ud6jzj { flex: none; height: 40px; overflow: hidden; position: relative; width: 95%; }\",\".framer-bI4Qs .framer-19n1n17 { flex: none; height: 40px; overflow: hidden; position: relative; width: 100%; }\",\".framer-bI4Qs .framer-1oek5p0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 95%; }\",\".framer-bI4Qs .framer-g3p5vq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: flex-start; max-width: 1920px; overflow: hidden; padding: 20px 0px 0px 0px; position: relative; transform: perspective(1200px); width: 100%; }\",\".framer-bI4Qs .framer-10e7ncm { --border-bottom-width: 0px; --border-color: #ffffff; --border-left-width: 0px; --border-right-width: 2px; --border-style: solid; --border-top-width: 0px; flex: 1 0 0px; height: 100%; overflow: hidden; position: relative; width: 1px; }\",\".framer-bI4Qs .framer-1f1og3v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 250px; z-index: 10; }\",\".framer-bI4Qs .framer-xhlsft { --border-bottom-width: 0px; --border-color: #ffffff; --border-left-width: 2px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; flex: 1 0 0px; height: 100%; overflow: hidden; position: relative; width: 1px; }\",\".framer-bI4Qs .framer-br55bm { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1539px; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 80px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-bI4Qs .framer-1cmcnxu { 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 0px 0px 0px; position: relative; width: min-content; }\",\".framer-bI4Qs .framer-uvbjkw { flex: none; height: 60px; overflow: visible; position: relative; width: 60px; }\",\".framer-bI4Qs .framer-3hbkhe-container, .framer-bI4Qs .framer-1kbbajl-container, .framer-bI4Qs .framer-sqyfit-container, .framer-bI4Qs .framer-nfkiqc-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-bI4Qs .framer-b3k7h0, .framer-bI4Qs .framer-16auru3 { 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: hidden; padding: 0px 0px 0px 0px; position: relative; transform: perspective(1200px); width: min-content; }\",\".framer-bI4Qs .framer-q8d4ca, .framer-bI4Qs .framer-1sztb98, .framer-bI4Qs .framer-2l4on3, .framer-bI4Qs .framer-hkc3g2, .framer-bI4Qs .framer-skh2kh, .framer-bI4Qs .framer-15pns5c, .framer-bI4Qs .framer-ldfkd4, .framer-bI4Qs .framer-5qm3hp { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 350px; word-break: break-word; word-wrap: break-word; }\",\".framer-bI4Qs .framer-1b2gio2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 47%; overflow: hidden; padding: 0px 0px 0px 0px; position: absolute; top: 524px; transform: translateX(-50%); width: min-content; z-index: 1; }\",\".framer-bI4Qs .framer-1q9pmqp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 860px; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; top: 51%; transform: translateY(-50%); width: 400px; z-index: 1; }\",\".framer-bI4Qs .framer-1htvnlv-container, .framer-bI4Qs .framer-7m8rpb-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-bI4Qs .framer-1xx3hvf { align-content: center; align-items: center; bottom: -160px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: absolute; right: -160px; transform: perspective(1200px); width: min-content; z-index: 1; }\",\".framer-bI4Qs .framer-7m5vfo { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 400px; word-break: break-word; word-wrap: break-word; }\",\".framer-bI4Qs .framer-12si7ph { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 376px; word-break: break-word; word-wrap: break-word; }\",\".framer-bI4Qs .framer-1j3qftl { align-content: center; align-items: center; bottom: 580px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 117px; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; width: min-content; z-index: 1; }\",\".framer-bI4Qs .framer-13c1s6a { align-content: center; align-items: center; bottom: -60px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: absolute; right: -205px; transform: perspective(1200px); width: 350px; z-index: 1; }\",\".framer-bI4Qs .framer-ho1lja, .framer-bI4Qs .framer-1e4e02f, .framer-bI4Qs .framer-1hud0h4, .framer-bI4Qs .framer-jkuuqs, .framer-bI4Qs .framer-1d8vcu6, .framer-bI4Qs .framer-1003pne, .framer-bI4Qs .framer-cvucp, .framer-bI4Qs .framer-1csggf3 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-bI4Qs .framer-1kmcx1t { bottom: -125px; flex: none; height: 125px; left: -90px; overflow: hidden; position: absolute; transform: perspective(1200px); width: 350px; z-index: 1; }\",\".framer-bI4Qs .framer-jepp13 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 0px; position: absolute; right: 0px; top: 0px; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; }\",\".framer-bI4Qs .framer-1lykz9k { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; bottom: 0px; flex: none; height: auto; left: 26px; position: absolute; right: 24px; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; }\",\".framer-bI4Qs .framer-119s921 { align-content: center; align-items: center; bottom: 351px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 739px; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; width: min-content; z-index: 1; }\",\".framer-bI4Qs .framer-y86bf6 { align-content: center; align-items: center; bottom: -148px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: absolute; right: -102px; transform: perspective(1200px); width: min-content; z-index: 1; }\",\".framer-bI4Qs .framer-1ra14um { align-content: center; align-items: center; bottom: -128px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: -156px; overflow: hidden; padding: 0px 0px 0px 0px; position: absolute; transform: perspective(1200px); width: min-content; z-index: 1; }\",\".framer-bI4Qs .framer-zyuy1f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 331px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-bI4Qs .framer-1icepq4 { flex: none; height: 201px; overflow: hidden; position: relative; width: 17%; }\",\".framer-bI4Qs .framer-1p7w8rv-container { flex: none; height: 210px; position: relative; width: 100%; }\",\".framer-bI4Qs .framer-1kqeiac, .framer-bI4Qs .framer-18eozgx, .framer-bI4Qs .framer-dt2caj, .framer-bI4Qs .framer-qzzqgz, .framer-bI4Qs .framer-depin9, .framer-bI4Qs .framer-nv7x10, .framer-bI4Qs .framer-1p4b6v4 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 250px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 300px; z-index: 1; }\",\".framer-bI4Qs .framer-wyu9f6, .framer-bI4Qs .framer-zasra8, .framer-bI4Qs .framer-18qc0bm, .framer-bI4Qs .framer-p7eye3, .framer-bI4Qs .framer-orol81, .framer-bI4Qs .framer-16gkpaj, .framer-bI4Qs .framer-1pl0zxn, .framer-bI4Qs .framer-1buln5a { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 250px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-bI4Qs.framer-1ad6e83, .framer-bI4Qs .framer-1oek5p0, .framer-bI4Qs .framer-g3p5vq, .framer-bI4Qs .framer-1f1og3v, .framer-bI4Qs .framer-br55bm, .framer-bI4Qs .framer-1cmcnxu, .framer-bI4Qs .framer-b3k7h0, .framer-bI4Qs .framer-1b2gio2, .framer-bI4Qs .framer-16auru3, .framer-bI4Qs .framer-1q9pmqp, .framer-bI4Qs .framer-1xx3hvf, .framer-bI4Qs .framer-1j3qftl, .framer-bI4Qs .framer-13c1s6a, .framer-bI4Qs .framer-119s921, .framer-bI4Qs .framer-y86bf6, .framer-bI4Qs .framer-1ra14um, .framer-bI4Qs .framer-zyuy1f, .framer-bI4Qs .framer-1kqeiac, .framer-bI4Qs .framer-18eozgx, .framer-bI4Qs .framer-dt2caj, .framer-bI4Qs .framer-qzzqgz, .framer-bI4Qs .framer-depin9, .framer-bI4Qs .framer-nv7x10, .framer-bI4Qs .framer-1p4b6v4 { gap: 0px; } .framer-bI4Qs.framer-1ad6e83 > *, .framer-bI4Qs .framer-1f1og3v > *, .framer-bI4Qs .framer-b3k7h0 > *, .framer-bI4Qs .framer-16auru3 > *, .framer-bI4Qs .framer-1xx3hvf > *, .framer-bI4Qs .framer-13c1s6a > *, .framer-bI4Qs .framer-y86bf6 > *, .framer-bI4Qs .framer-1ra14um > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-bI4Qs.framer-1ad6e83 > :first-child, .framer-bI4Qs .framer-1f1og3v > :first-child, .framer-bI4Qs .framer-br55bm > :first-child, .framer-bI4Qs .framer-1cmcnxu > :first-child, .framer-bI4Qs .framer-b3k7h0 > :first-child, .framer-bI4Qs .framer-1b2gio2 > :first-child, .framer-bI4Qs .framer-16auru3 > :first-child, .framer-bI4Qs .framer-1q9pmqp > :first-child, .framer-bI4Qs .framer-1xx3hvf > :first-child, .framer-bI4Qs .framer-1j3qftl > :first-child, .framer-bI4Qs .framer-13c1s6a > :first-child, .framer-bI4Qs .framer-119s921 > :first-child, .framer-bI4Qs .framer-y86bf6 > :first-child, .framer-bI4Qs .framer-1ra14um > :first-child, .framer-bI4Qs .framer-zyuy1f > :first-child, .framer-bI4Qs .framer-1kqeiac > :first-child, .framer-bI4Qs .framer-18eozgx > :first-child, .framer-bI4Qs .framer-dt2caj > :first-child, .framer-bI4Qs .framer-qzzqgz > :first-child, .framer-bI4Qs .framer-depin9 > :first-child, .framer-bI4Qs .framer-nv7x10 > :first-child, .framer-bI4Qs .framer-1p4b6v4 > :first-child { margin-top: 0px; } .framer-bI4Qs.framer-1ad6e83 > :last-child, .framer-bI4Qs .framer-1f1og3v > :last-child, .framer-bI4Qs .framer-br55bm > :last-child, .framer-bI4Qs .framer-1cmcnxu > :last-child, .framer-bI4Qs .framer-b3k7h0 > :last-child, .framer-bI4Qs .framer-1b2gio2 > :last-child, .framer-bI4Qs .framer-16auru3 > :last-child, .framer-bI4Qs .framer-1q9pmqp > :last-child, .framer-bI4Qs .framer-1xx3hvf > :last-child, .framer-bI4Qs .framer-1j3qftl > :last-child, .framer-bI4Qs .framer-13c1s6a > :last-child, .framer-bI4Qs .framer-119s921 > :last-child, .framer-bI4Qs .framer-y86bf6 > :last-child, .framer-bI4Qs .framer-1ra14um > :last-child, .framer-bI4Qs .framer-zyuy1f > :last-child, .framer-bI4Qs .framer-1kqeiac > :last-child, .framer-bI4Qs .framer-18eozgx > :last-child, .framer-bI4Qs .framer-dt2caj > :last-child, .framer-bI4Qs .framer-qzzqgz > :last-child, .framer-bI4Qs .framer-depin9 > :last-child, .framer-bI4Qs .framer-nv7x10 > :last-child, .framer-bI4Qs .framer-1p4b6v4 > :last-child { margin-bottom: 0px; } .framer-bI4Qs .framer-1oek5p0 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-bI4Qs .framer-1oek5p0 > :first-child, .framer-bI4Qs .framer-g3p5vq > :first-child { margin-left: 0px; } .framer-bI4Qs .framer-1oek5p0 > :last-child, .framer-bI4Qs .framer-g3p5vq > :last-child { margin-right: 0px; } .framer-bI4Qs .framer-g3p5vq > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-bI4Qs .framer-br55bm > *, .framer-bI4Qs .framer-1cmcnxu > *, .framer-bI4Qs .framer-1b2gio2 > *, .framer-bI4Qs .framer-1q9pmqp > *, .framer-bI4Qs .framer-1j3qftl > *, .framer-bI4Qs .framer-119s921 > *, .framer-bI4Qs .framer-zyuy1f > *, .framer-bI4Qs .framer-1kqeiac > *, .framer-bI4Qs .framer-18eozgx > *, .framer-bI4Qs .framer-dt2caj > *, .framer-bI4Qs .framer-qzzqgz > *, .framer-bI4Qs .framer-depin9 > *, .framer-bI4Qs .framer-nv7x10 > *, .framer-bI4Qs .framer-1p4b6v4 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",\"@media (min-width: 1440px) and (max-width: 1872px) { .framer-bI4Qs .hidden-1ad6e83 { display: none !important; } }\",`@media (min-width: 810px) and (max-width: 1439px) { .framer-bI4Qs .hidden-1y1ysxd { display: none !important; } .${metadata.bodyClassName}-framer-bI4Qs { background: white; } .framer-bI4Qs.framer-1ad6e83 { padding: 60px 0px 60px 0px; width: 810px; } .framer-bI4Qs .framer-10e1x4x-container { left: calc(50.00000000000002% - 100% / 2); max-width: unset; order: 0; position: absolute; z-index: 10; } .framer-bI4Qs .framer-54ir8h-container { order: 1; z-index: 10; } .framer-bI4Qs .framer-1bi5xhz { order: 2; } .framer-bI4Qs .framer-1ud6jzj { order: 3; } .framer-bI4Qs .framer-19n1n17 { order: 5; width: 95%; } .framer-bI4Qs .framer-1oek5p0 { flex-direction: column; order: 4; width: 100%; } .framer-bI4Qs .framer-g3p5vq { height: 350px; padding: 0px 0px 0px 0px; } .framer-bI4Qs .framer-zyuy1f { min-height: unset; order: 7; } .framer-bI4Qs .framer-1p7w8rv-container { height: 300px; width: 80%; } .framer-bI4Qs .framer-7m8rpb-container { order: 8; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-bI4Qs .framer-1oek5p0 { gap: 0px; } .framer-bI4Qs .framer-1oek5p0 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-bI4Qs .framer-1oek5p0 > :first-child { margin-top: 0px; } .framer-bI4Qs .framer-1oek5p0 > :last-child { margin-bottom: 0px; } }}`,`@media (max-width: 809px) { .framer-bI4Qs .hidden-1xsazsf { display: none !important; } .${metadata.bodyClassName}-framer-bI4Qs { background: white; } .framer-bI4Qs.framer-1ad6e83 { padding: 60px 0px 50px 0px; width: 390px; } .framer-bI4Qs .framer-10e1x4x-container { left: calc(50.00000000000002% - 100% / 2); max-width: unset; order: 0; } .framer-bI4Qs .framer-54ir8h-container { order: 1; } .framer-bI4Qs .framer-1bi5xhz { height: 190px; order: 2; } .framer-bI4Qs .framer-1ud6jzj { height: 30px; order: 3; width: 100%; } .framer-bI4Qs .framer-19n1n17 { order: 5; } .framer-bI4Qs .framer-1oek5p0 { flex-direction: column; order: 4; width: 100%; } .framer-bI4Qs .framer-g3p5vq { height: min-content; padding: 0px 0px 0px 0px; width: 95%; } .framer-bI4Qs .framer-10e7ncm, .framer-bI4Qs .framer-xhlsft { height: 200px; } .framer-bI4Qs .framer-zyuy1f { min-height: unset; order: 7; width: 95%; } .framer-bI4Qs .framer-1icepq4 { height: 70px; width: 28%; z-index: 1; } .framer-bI4Qs .framer-1p7w8rv-container { height: 295px; width: 95%; } .framer-bI4Qs .framer-7m8rpb-container { order: 8; width: 95%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-bI4Qs .framer-1oek5p0 { gap: 0px; } .framer-bI4Qs .framer-1oek5p0 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-bI4Qs .framer-1oek5p0 > :first-child { margin-top: 0px; } .framer-bI4Qs .framer-1oek5p0 > :last-child { margin-bottom: 0px; } }}`,`@media (min-width: 1873px) and (max-width: 1919px) { .framer-bI4Qs .hidden-pkj8uz { display: none !important; } .${metadata.bodyClassName}-framer-bI4Qs { background: white; } .framer-bI4Qs.framer-1ad6e83 { width: 1873px; } .framer-bI4Qs .framer-1oek5p0 { flex-direction: column; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-bI4Qs .framer-1oek5p0 { gap: 0px; } .framer-bI4Qs .framer-1oek5p0 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-bI4Qs .framer-1oek5p0 > :first-child { margin-top: 0px; } .framer-bI4Qs .framer-1oek5p0 > :last-child { margin-bottom: 0px; } }}`,`@media (min-width: 1920px) and (max-width: 2559px) { .framer-bI4Qs .hidden-1igc3am { display: none !important; } .${metadata.bodyClassName}-framer-bI4Qs { background: white; } .framer-bI4Qs.framer-1ad6e83 { width: 1920px; } .framer-bI4Qs .framer-1b2gio2 { top: 480px; }}`,`@media (min-width: 2560px) { .framer-bI4Qs .hidden-1dednj { display: none !important; } .${metadata.bodyClassName}-framer-bI4Qs { background: white; } .framer-bI4Qs.framer-1ad6e83 { width: 2560px; } .framer-bI4Qs .framer-1oek5p0 { max-width: 1920px; width: 1920px; }}`];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2651\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"lEYalmLEc\":{\"layout\":[\"fixed\",\"auto\"]},\"PwJhBQFZx\":{\"layout\":[\"fixed\",\"auto\"]},\"w_xICIZoY\":{\"layout\":[\"fixed\",\"auto\"]},\"ucwaihONv\":{\"layout\":[\"fixed\",\"auto\"]},\"Yon1FRlPs\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerResponsiveScreen\n */const FramerdeESAfOmo=withCSS(Component,css,\"framer-bI4Qs\");export default FramerdeESAfOmo;FramerdeESAfOmo.displayName=\"Homepage\";FramerdeESAfOmo.defaultProps={height:2651,width:1440};addFonts(FramerdeESAfOmo,[{family:\"AkzidenzGrotesk Regular\",url:\"https://framerusercontent.com/assets/aLXIrP6avGNaBeNaRAXYxhGNh4.ttf\"},{family:\"Berthold Akzidenz Grotesk Medium Condensed\",url:\"https://framerusercontent.com/assets/vNoyGxzECyUE4tzoqsaoxw65I.otf\"},{family:\"Courier Prime\",style:\"normal\",url:\"https://fonts.gstatic.com/s/courierprime/v9/u-450q2lgwslOqpF_6gQ8kELWwNjW-_-tvg.woff2\",weight:\"400\"},...AYCYANavFonts,...LocaleSelectorFonts,...SvgScrollableFonts,...SlideshowFonts,...AyCYAFooterFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdeESAfOmo\",\"slots\":[],\"annotations\":{\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1440\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lEYalmLEc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PwJhBQFZx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"w_xICIZoY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ucwaihONv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Yon1FRlPs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"2651\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["SvgScrollable", "pathData", "svgWidth", "svgHeight", "speedFactor", "ref", "pe", "pathLength", "setPathLength", "ye", "dashOffset", "setDashOffset", "ue", "length", "handleScroll", "rect", "viewportHeight", "window", "triggerPoint", "scrollPercentage", "offset", "p", "addPropertyControls", "ControlType", "AYCYANavFonts", "getFonts", "CBEJ_pYwS_default", "AYCYANavWithVariantAppearEffect", "withVariantAppearEffect", "LocaleSelectorFonts", "LocaleSelector_default", "SvgScrollableFonts", "SvgScrollable", "MotionDivWithFX", "withFX", "motion", "SlideshowFonts", "Slideshow", "AyCYAFooterFonts", "iJP1kSasw_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transitions", "valuesByLocaleId", "LazyValue", "preloadLocalizedValues", "locale", "promises", "values", "promise", "getLocalizedValue", "key", "value", "transition1", "animation", "transformTemplate1", "_", "t", "animation1", "animation2", "animation3", "transition2", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "fe", "metadata1", "_document_querySelector", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "transition", "preloadPromise", "ref1", "pe", "isDisplayed", "isDisplayed1", "useRouteElementId", "ref2", "id1", "ref3", "id2", "ref4", "id3", "ref5", "id4", "ref6", "id5", "ref7", "id6", "ref8", "id7", "ref9", "id8", "ref10", "defaultLayoutId", "ae", "sharedStyleClassNames", "_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", "_getLocalizedValue40", "_getLocalizedValue41", "_getLocalizedValue42", "_getLocalizedValue43", "_getLocalizedValue44", "_getLocalizedValue45", "_getLocalizedValue46", "_getLocalizedValue47", "_getLocalizedValue48", "_getLocalizedValue49", "_getLocalizedValue50", "_getLocalizedValue51", "_getLocalizedValue52", "_getLocalizedValue53", "_getLocalizedValue54", "_getLocalizedValue55", "_getLocalizedValue56", "_getLocalizedValue57", "_getLocalizedValue58", "_getLocalizedValue59", "_getLocalizedValue60", "_getLocalizedValue61", "_getLocalizedValue62", "_getLocalizedValue63", "_getLocalizedValue64", "_getLocalizedValue65", "_getLocalizedValue66", "_getLocalizedValue67", "_getLocalizedValue68", "_getLocalizedValue69", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "Container", "PropertyOverrides2", "AYCYANavWithVariantAppearEffect", "LocaleSelector_default", "Image2", "optimizeAppear", "optimizeAppearTransformTemplate", "SvgScrollable", "MotionDivWithFX", "x", "RichText2", "Slideshow", "iJP1kSasw_default", "css", "FramerdeESAfOmo", "withCSS", "deESAfOmo_default", "addFonts", "AYCYANavFonts", "LocaleSelectorFonts", "SvgScrollableFonts", "SlideshowFonts", "AyCYAFooterFonts", "__FramerMetadata__"]
}
