{"version":3,"file":"X-9MsdNcjLiy-Vm4x2cny6iuZW24gcxo5Vp5Fh4M81I.CR8SGBxs.mjs","names":["metadata","p","Input","ResultRow","ScrollView","SearchInputClearButtonType","SearchInputDividerType","SearchResultTitleType","SearchResultSubtitleType","SearchResultItemType","SearchLayoutType","SearchEntryType","SearchIconType","x","EntryPointOptions","Overlay","EntryPoint","addPropertyOverrides","MotionDivWithFX","cycleOrder","serializationHash","variantClassNames","transition1","transition2","animation","animation1","animation2","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","className","css","fonts","css","className","fonts","css","className","addPropertyOverrides","EmbedFonts","PhosphorFonts","Phosphor","cycleOrder","serializationHash","variantClassNames","transition1","toResponsiveImage","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","className","Image","css","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","toResponsiveImage","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","className","css","serializationHash","variantClassNames","animation","transition1","transition2","toResponsiveImage","Transition","Variants","getProps","createLayoutDependency","Component","className","Image","css","addPropertyOverrides","PhosphorFonts","Phosphor","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","className","css","Phosphor","serializationHash","variantClassNames","transition1","toResponsiveImage","isSet","humanReadableVariantMap","getProps","Component","className","Image","css","Image","Search","HeroButton","AgentRatingWrap","Badge","FeatureCard","FeatureServiceWrap","PropertyItem","LoadMore","TestimonialWrap","FormButton","metadata","className","PropertyOverrides","Realizzazioni","_Fragment","d0ZvlaIKstSUPjqdX7","FyiWMPYxWtSUPjqdX7","girq48FQatSUPjqdX7","idtSUPjqdX7","ksFKhL4WCtSUPjqdX7","SPQDVxaW8tSUPjqdX7","FormPlainTextInput","css"],"sources":["https:/framerusercontent.com/modules/uU1mtMKXsrVAg8N5hW7w/wltkapIGIk88vadN6BJZ/cachedIndex.js","https:/framerusercontent.com/modules/MyBp84Z0p9nUcMimVMnY/QyuVlyWtuvvMV9ks6CYg/useSearch.js","https:/framerusercontent.com/modules/tV9haTHllpHHc9Fjue2H/R0UmZXJb6O3CIXHx92Sa/SearchModal.js","https:/framerusercontent.com/modules/6wAE2eMb2Tl3zrU7u4UL/PTO3dDDtKExfPSzZ12gg/Search.js","https:/framerusercontent.com/modules/DeOFaQSEkzad7IWREtaG/RQpaQ77zS3y9109xlKHM/g3OPvNRkB.js","https:/framerusercontent.com/modules/nS96tuEZblkbIdZGlwag/5pzbzcTsGWcFYejVE1K6/G0yoY9SUk.js","https:/framerusercontent.com/modules/6lTMG6hvVKc9kjA1zZ6q/lthivqpQ2FeSa7r6Bdjh/pltaRW4Fx.js","https:/framerusercontent.com/modules/1vBlxQGT6lFs0H8poHVA/RJu4649Ckdgr9qkkYvdh/aPpZS_1za.js","https:/framerusercontent.com/modules/fxyhsclogNO9W251YhD5/BW3h9zHwGA2irqHGwnrE/D1l9m36Vp.js","https:/framerusercontent.com/modules/37B46Lp2cQKIk2RMJbxd/VWmbWvL00h9DfqEFrO4k/ejp83ElAi.js","https:/framerusercontent.com/modules/rm9S1ERFeskHjPvV5HO9/bYNHzu6wRiCOllZ1fWMm/MzgY9ekap.js","https:/framerusercontent.com/modules/vSOCHjLFtYqwPIoKOaoz/beNn45RV1DulxlY4CFXl/nRD0jldTT.js","https:/framerusercontent.com/modules/3X7wtZD0eTRjaXOaQfZC/rTfJDr9gxqc3tnxNNwl0/augiA20Il.js"],"sourcesContent":["import{checkForCachedData,setCachedData}from\"https://framer.com/m/cache-YMiL.js@b9aplVZjN51x28yfNK16\";const VERSION=1;const defaultLocaleId=\"default\";export function isDefaultLocaleId(localeId){return!localeId||localeId===\"default\";}const INDEX_KEY=\"searchIndexCache\";function getIndexKey(localeId){if(isDefaultLocaleId(localeId))return INDEX_KEY;return`${INDEX_KEY}-${localeId}`;}const METADATA_KEY=\"searchCacheMetadata\";function getMetadataKey(localeId){if(isDefaultLocaleId(localeId))return METADATA_KEY;return`${METADATA_KEY}-${localeId}`;}export async function getCachedIndex(localeId,indexHash){// A check here for metadata can be added later if we need to\n// migrate or expire the index. Though most likely, any version change\n// should result in deleting the cache and starting again.\nconst metadataKey=getMetadataKey(localeId);const indexKey=getIndexKey(localeId);const[metadata,cachedIndex]=await Promise.all([checkForCachedData(metadataKey),checkForCachedData(indexKey)]);if(cachedIndex){return{status:indexHash&&(metadata===null||metadata===void 0?void 0:metadata.indexHash)===indexHash?\"fresh\":\"stale\",searchIndex:cachedIndex};}return{status:\"miss\"};}export function setCachedIndex(localeId,index,indexHash){const indexKey=getIndexKey(localeId);setCachedData(indexKey,index);const metadata={version:VERSION,timestamp:Date.now(),indexHash};const metadataKey=getMetadataKey(localeId);setCachedData(metadataKey,metadata);}\nexport const __FramerMetadata__ = {\"exports\":{\"getCachedIndex\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"setCachedIndex\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isDefaultLocaleId\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./cachedIndex.map","// @ts-ignore\nimport{useLocaleInfo}from\"framer\";import{clamp}from\"framer-motion\";import{useEffect,useState,useTransition}from\"react\";import{SearchResultTitleType}from\"https://framerusercontent.com/modules/tV9haTHllpHHc9Fjue2H/R0UmZXJb6O3CIXHx92Sa/SearchModal.js\";import{getCachedIndex,setCachedIndex,isDefaultLocaleId}from\"https://framerusercontent.com/modules/uU1mtMKXsrVAg8N5hW7w/wltkapIGIk88vadN6BJZ/cachedIndex.js\";import{fakeResults}from\"https://framerusercontent.com/modules/K9JZRwJcE6slDAf8rUmh/mJ54py1Ecnn1RoC4N1m4/fakeResults.js\";import{distance}from\"https://framerusercontent.com/modules/TwRgbWuhHeB95MPifel4/YW8Hlm59FG3PajbrVsaR/fuzzySearch.js\";import{createLogger,localStorageDebugFlag,safeDocument,safeWindow,stripLocaleSlugFromPath,yieldToMain}from\"https://framerusercontent.com/modules/MWsEnYfRnoOQq31DN4ql/fxR5MNtgeSOU8Mj4iY9n/utils.js\";const{log,time,timeEnd}=createLogger(localStorageDebugFlag);function isValidUrl(url){try{new URL(url);return true;}catch(_error){return false;}}const splitWordsRegex=(()=>{try{// Regex lookbehind is used to ignore ampersands when splitting\n// words. For example \"H&M\" will not be split and is considered as\n// one word, but \"H & M\" will be split.\n// However, some browsers (like Safari iOS 15) don't support\n// lookbehind and will crash. When it's not supported, fallback to\n// a safer regex that always splits ampersands.\nconst regex=RegExp(\"[\\\\s.,;!?\\\\p{P}\\\\p{Z}]+(?<!\\\\p{L}&)(?!&\\\\p{L})\",\"u\");\"\".split(regex);return regex;}catch{log(\"Falling back to regex without lookbehind\");return RegExp(\"[\\\\s.,;!?\\\\p{P}\\\\p{Z}]+\",\"u\");}})();function splitWords(text){return text.split(splitWordsRegex);}function getUniqueWords(str){const words=splitWords(str).filter(word=>word.trim()&&word.length>0);return new Set(words);}const normalizeRegex=/[\\u0300-\\u036f]/g;/**\n * Replace accented characters with equivilant non-accented versions and\n * make everything lowercase.\n */function getNormalizedString(text){if(Array.isArray(text)){return text.map(getNormalizedString);}return text.normalize(\"NFD\")// From: https://stackoverflow.com/a/37511463\n.replace(normalizeRegex,\"\").toLowerCase();}const normalizedItemCache=new WeakMap;function getNormalizedItemFromCache(item){const cached=normalizedItemCache.get(item);if(cached)return cached;const normalizedItem=getNormalizedItem(item);normalizedItemCache.set(item,normalizedItem);return normalizedItem;}function getNormalizedItem(item){const normalizedItem={};for(const key in item){if(item.hasOwnProperty(key)){const value=item[key];if(typeof value===\"string\"){normalizedItem[key]=getNormalizedString(value);continue;}if(Array.isArray(value)){normalizedItem[key]=getNormalizedString(value);continue;}normalizedItem[key]=value;}}return normalizedItem;}function getMatchRange(currentRange,start,end){const result={...currentRange};if(start<result.start){result.start=start;}if(end>result.end){result.end=end;}return result;}/**\n * Score index item based on the contents of it's fields such as title, description, headings etc.\n *\n * Note that this does not normalize the item or query. Normalization is expected to happen\n * before passing the data into this.\n */function getScoreForSearchIndexItem(item,query,words,fullQuery){let score=0;const match={title:{start:Infinity,end:0},description:{start:Infinity,end:0}};const urlWords=getUniqueWords(item.url);// Match query based on words in the URL so that random strings inside\n// other strings are not matched.\nif(urlWords.has(query)){score+=10;}// Really boost single word queries that match single word URLs.\nif(words.size===1&&urlWords.size===1&&urlWords.values().next().value===query){score+=score*5;}// Score shorter URLs higher so `/pricing` is before `/lala/pricing`.\nif(score>0){const splitLength=item.url.split(\"/\").length;score+=clamp(10-splitLength,0,splitLength);}const titleWords=getUniqueWords(item.title);// Prefer full word matches in the title.\nif(titleWords.has(query)){score+=10;}const titleIndex=item.title.indexOf(query);if(titleIndex!==-1){score+=10;// TODO: Matches are currently not used, but they can be used in the\n// future to add text highlighting.\nmatch.title=getMatchRange(match.title,titleIndex,titleIndex+query.length);}// If the full query is close to being the heading, score this highly as\n// the user is most likely looking for that exact title.\nif(distance(item.title,fullQuery)<=2){score+=score*10;}// Fuzzy match full words in the title.\nfor(const titleWord of titleWords){const distanceScore=distance(query,titleWord);// Small distance score helps with small typos.\nif(distanceScore<=2){score+=10;}}const headings=[...item.h1,...item.h2,...item.h3,...item.h4,...item.h5,...item.h6];for(const heading of headings){const headingWords=getUniqueWords(heading);// If the full query is close to being the heading, score this highly as\n// the user is most likely looking for that exact title.\nif(distance(heading,fullQuery)<=2){score+=score*10;}// Bias headings that start with the query as this helps when\n// you know the title you are searching for.\nif(heading.startsWith(query)){score+=10;}if(headingWords.has(query)){score+=10;}if(heading.includes(query)){score+=1;}// Fuzzy match full words in headings.\nfor(const headingWord of headingWords){const distanceScore=distance(query,headingWord);if(distanceScore<=2){score+=1;}}}const descriptionIndex=item.description.indexOf(query);if(descriptionIndex!==-1){score+=10;match.description=getMatchRange(match.description,descriptionIndex,descriptionIndex+query.length);}for(const p of item.p){if(p.includes(query)){score+=.5;}}for(const codeblock of item.codeblock){// If the full query is close to being the codeblock, score this highly as\n// the user is most likely looking for that exact code.\nif(distance(codeblock,fullQuery)<=2){score*=10;}if(codeblock.includes(fullQuery)){score+=10;}if(codeblock.includes(query)){score+=.5;}}return{score,match};}function getSearchIndexItemScore(item,normalizedQuery){const normalizedItem=getNormalizedItemFromCache(item);const queryWords=getUniqueWords(normalizedQuery);let total=0;for(const queryWord of queryWords){const{score}=getScoreForSearchIndexItem(normalizedItem,queryWord,queryWords,normalizedQuery);total+=score;}return total;}function useRawSearch(index,query,settings){const[results,setResults]=useState(null);const[,startTransition]=useTransition();useEffect(()=>{const abortController=new AbortController;executeRawSearch(index,query,settings,abortController.signal).then(res=>{if(!abortController.signal.aborted){startTransition(()=>{setResults(res);});}}).catch(err=>{if(err.name!==\"AbortError\"){console.error(\"Search failed:\",err);}});return()=>{abortController.abort();};},[index,query]);return{results:results??[]};}const QUANTUM=32// ms, 2*16ms (2 frames on 60 hz)\n;async function executeRawSearch(index,query,settings,signal){const path=safeWindow?.location.pathname;time(\"query\");const normalizedQuery=getNormalizedString(query);const results=[];const items=Object.values(index);let deadline=performance.now()+QUANTUM;async function yieldToMainIfNecessary(){if(performance.now()>=deadline){await yieldToMain();deadline=performance.now()+QUANTUM;}}for(let i=0;i<items.length;++i){if(performance.now()>=deadline){await yieldToMainIfNecessary();deadline=performance.now()+QUANTUM;}if(signal?.aborted)return[];const item=items[i];const score=getSearchIndexItemScore(item,normalizedQuery);if(score>(settings.minimumScore||0)&&(!path||item.url!==path)){const heading=item.h1.length&&item.h1[0];const title=settings?.titleType===SearchResultTitleType.Title?item.title:heading?heading:item.title;// Convert index item to result item.\nresults.push({url:item.url,title,description:item.description,body:[...item.p,item.codeblock].join(\" \"),score});}}await yieldToMainIfNecessary();if(signal?.aborted)return[];const sorted=results.sort((itemA,itemB)=>itemB.score-itemA.score);timeEnd(\"query\");await yieldToMainIfNecessary();if(signal?.aborted)return[];return results.slice(0,20);}function getIndexedScopedToUrl(index,rawUrlScope,localeSlug){const scopedIndex={};const baseScopeUrlHasVariable=rawUrlScope.includes(\":\");const urlUpToPathVariable=rawUrlScope.split(\":\")[0];const urlScope=urlUpToPathVariable.length>1?urlUpToPathVariable:\"\";for(const url in index){const strippedURL=stripLocaleSlugFromPath(url,localeSlug);if(!strippedURL.startsWith(urlScope)){continue;}if(baseScopeUrlHasVariable&&url.length<=urlScope.length){continue;}scopedIndex[url]=index[url];}return scopedIndex;}export function useSearch(query,settings){const[searchIndex,_setSearchIndex]=useState({});const[status,setStatus]=useState(\"loading\");const{results}=useRawSearch(searchIndex,query,settings);const{activeLocale}=useLocaleInfo();const localeId=activeLocale?.id;// Seperate setter function so that the URL scope is always applied\n// to indexes loaded from either the cache or network.\nfunction setSearchIndex(index,options={ignoreScope:false}){let scopedIndex=index;if(settings.urlScope&&!options.ignoreScope){scopedIndex=getIndexedScopedToUrl(index,settings.urlScope,activeLocale?.slug);log(\"Using URL scope\",settings.urlScope);}_setSearchIndex(scopedIndex);}useEffect(()=>{async function loadSearchIndex(){setStatus(\"loading\");const metaTag=safeDocument?.querySelector('meta[name=\"framer-search-index\"]');if(!metaTag){setStatus(\"no-meta-tag-found\");setSearchIndex(fakeResults,{ignoreScope:true});log(\"No meta tag found\");return;}const metaTagContent=metaTag.getAttribute(\"content\");const cacheResult=await getCachedIndex(localeId,metaTagContent);const isOverLimit=metaTagContent===\"limit-reached\";if(isOverLimit){log(\"Page limit for plan exceeded\");}// If a cached index exists, use the cached version until latest one\n// from the network loads.\nif(cacheResult.status!==\"miss\"&&!isOverLimit){setSearchIndex(cacheResult.searchIndex);setStatus(\"loading-with-cache\");log(\"Using cached index\");if(cacheResult.status===\"fresh\")return;}// Return early and do not make a fetch request if the URL is not valid.\nif(!metaTagContent||!isValidUrl(metaTagContent)){log(\"Meta tag exists but URL is not valid yet\");// If there is no cached index, show the pending index message.\n// Otherwise use the cache to as the index to search.\nif(cacheResult.status===\"miss\"){setStatus(\"pending-index-generation\");log(\"No cache to use, page reload required to check for meta tag\");}else{log(\"Continue using cache\");}return;}const searchIndexURL=getSearchIndexURL(metaTagContent,localeId);const response=await fetch(searchIndexURL);if(!response.ok){throw new Error(response.statusText);}const downloadedIndex=await response.json();setSearchIndex(downloadedIndex);setCachedIndex(localeId,downloadedIndex,metaTagContent);setStatus(\"success\");log(\"Using downloaded index\");}loadSearchIndex().catch(error=>{// TODO: Check for error type here. If it's a network error,\n// we could do a few retries.\nsetStatus(\"error\");log(\"Failed to load search index\",error);});},[localeId]);log({status,results});return{results,status};}function getSearchIndexURL(baseURL,localeId){if(isDefaultLocaleId(localeId))return baseURL;return baseURL.replace(\".json\",`-${localeId}.json`);}\nexport const __FramerMetadata__ = {\"exports\":{\"SearchIndex\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useSearch\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useSearch}from\"https://framerusercontent.com/modules/MyBp84Z0p9nUcMimVMnY/QyuVlyWtuvvMV9ks6CYg/useSearch.js\";import React,{useEffect,useState,useMemo,forwardRef,useRef,useDeferredValue,useLayoutEffect,useCallback,useImperativeHandle}from\"react\";import{Browser}from\"https://framerusercontent.com/modules/PJVBcBLmDteTEAZh3J9Z/keXJyjyE9VnzUcDMayjg/browser.js\";import{motion,clamp,useAnimate}from\"framer-motion\";import{SearchIcon,ClearIcon,SpinnerIcon}from\"https://framerusercontent.com/modules/LV9trClbmNwd5PVj9l8y/L4rFqMGNzGSwRZpGTGF3/Icons.js\";import{clampText,getFontFamily,localStorageDebugFlag,animationKeyFromLayout,stripLocaleSlugFromPath}from\"https://framerusercontent.com/modules/MWsEnYfRnoOQq31DN4ql/fxR5MNtgeSOU8Mj4iY9n/utils.js\";import{useCallbackOnMouseMove}from\"https://framerusercontent.com/modules/Gzef0nFihI9m9vZG45th/lIUxbZcreiDm2GzUkt3y/useCallbackOnMouseMove.js\";import{scrollIntoView}from\"https://framerusercontent.com/modules/eAnjm75CdfYT1Zz4BIaz/7KDSfnnyD1T3Ap75L4m8/scrollIntoView.js\";import{useLocaleInfo,// @ts-expect-error Internal API\nuseRouter,// @ts-expect-error Internal API\ninferInitialRouteFromPath}from\"framer\";const MAX_DESCRIPTION_LENGTH=120;const MODAL_MAX_HEIGHT=496;const VERTICAL_SPACING_MULTIPLIER=.6;function ClearButton({theme,type,onClick,text}){const shouldDisplayIcon=type===\"icon\";const iconOrText=shouldDisplayIcon?/*#__PURE__*/_jsx(ClearIcon,{style:{color:theme.inputIconColor,width:theme.inputIconSize,height:theme.inputIconSize}}):text;return /*#__PURE__*/_jsx(\"div\",{style:{flexShrink:0,fontSize:theme&&theme.titleFont&&theme.titleFont.fontSize?theme.titleFont.fontSize:15},children:/*#__PURE__*/_jsx(\"button\",{className:\"__framer-search-clear-button\",onClick:onClick,style:{fontFamily:\"inherit\",border:\"none\",background:\"none\",cursor:\"pointer\",display:\"flex\",textTransform:\"uppercase\",color:theme.inputIconColor,fontSize:\"0.75em\",padding:0},children:iconOrText})});}function Divider({theme,type}){const styles={background:theme.foregroundColor,height:1,flexShrink:0,opacity:.05};if(type===\"contained\"&&theme){styles.marginLeft=theme.horizontalSpacing;styles.marginRight=theme.horizontalSpacing;}return /*#__PURE__*/_jsx(\"div\",{style:styles});}export const Input=/*#__PURE__*/forwardRef(function Input(props,ref){const{value=\"\",status,autofocus,theme,placeholder,iconType,clearButtonType,onChange}=props;const[inputValue,setInputValue]=useState(value);const[isFocused,setIsFocused]=useState(false);const inputRef=useRef();useImperativeHandle(ref,()=>inputRef.current);React.useLayoutEffect(()=>{// Runs on unmount, fixes a bug in Safari that scrolls to the bottom\n// of the page when the input unmounts.\nreturn()=>{const inputElement=inputRef.current;if(!inputElement||inputElement!==document.activeElement)return;inputElement.blur();};},[]);const handleInputClick=()=>{if(inputRef.current){inputRef.current.focus();}};const handleClearClick=()=>{setInputValue(\"\");};useEffect(()=>{onChange(inputValue);},[inputValue]);const hasInputText=inputValue.length>0;const showClearButton=inputValue.length>0&&clearButtonType&&clearButtonType!==\"none\";const verticalSpacing=Math.floor(theme?theme.horizontalSpacing*VERTICAL_SPACING_MULTIPLIER:0);const searchIcon=iconType===\"custom\"&&theme.inputIconImage?/*#__PURE__*/_jsx(\"img\",{alt:\"icon alongside the Site Search input\",src:theme.inputIconImage.src,width:theme.inputIconSize,height:theme.inputIconSize,decoding:\"async\"}):/*#__PURE__*/_jsx(SearchIcon,{color:theme.inputIconColor,width:theme.inputIconSize,height:theme.inputIconSize});return /*#__PURE__*/_jsxs(\"div\",{role:\"search\",style:{...inputContainerStyle,fontFamily:getFontFamily(theme),paddingLeft:theme&&theme.horizontalSpacing,paddingRight:theme&&theme.horizontalSpacing,gap:12,paddingTop:verticalSpacing,paddingBottom:verticalSpacing,touchAction:\"none\"},onClick:handleInputClick,children:[/*#__PURE__*/_jsx(\"div\",{style:{flexShrink:0,display:\"flex\"},children:status===\"loading\"&&inputValue?/*#__PURE__*/_jsx(SpinnerIcon,{color:theme.inputIconColor,backgroundColor:theme.backgroundColor,style:{height:theme&&theme.inputIconSize,width:theme&&theme.inputIconSize}}):searchIcon}),/*#__PURE__*/_jsx(\"input\",{ref:inputRef,spellCheck:false,autoFocus:autofocus,style:{...inputStyle,WebkitTapHighlightColor:\"rgba(0,0,0,0)\",color:theme.foregroundColor,lineHeight:\"2em\",verticalAlign:\"baseline\",...theme.titleFont,...theme.inputFont,fontSize:theme.inputFontSize,// @ts-ignore\n\"--framer-search-placeholder-color\":theme.placeholderColor},onFocus:()=>{const scrollOffset=document.documentElement.scrollTop;document.documentElement.scrollTop=scrollOffset;},placeholder:placeholder,value:inputValue,onChange:()=>setInputValue(inputRef.current.value)}),showClearButton&&/*#__PURE__*/_jsx(ClearButton,{theme:theme,type:props.clearButtonType,text:props.clearButtonText,onClick:handleClearClick})]});});const inputContainerStyle={display:\"inline-flex\",alignItems:\"center\",flexShrink:0};const inputStyle={outline:\"none\",border:\"none\",background:\"transparent\",fontWeight:500,height:\"2em\",padding:0,width:\"100%\"};export const ResultRow=/*#__PURE__*/React.memo(/*#__PURE__*/React.forwardRef(function ResultRow(props,ref){const{index,result,prevMousePositionRef,type=\"contained\",subtitleType=\"path\",selected=false,theme,localeSlug,style,onMouseMove,onPointerDown,onNavigateTo}=props;const{url,title,score}=result;const urlPath=useMemo(()=>{return stripLocaleSlugFromPath(url,localeSlug);},[url,localeSlug]);const handleMouseMove=useCallbackOnMouseMove(event=>onMouseMove(event,index),prevMousePositionRef);const isContained=type===\"contained\";const borderRadius=isContained?clamp(0,Infinity,theme.borderRadius-theme.spacing):0;const subtitleText=subtitleType===\"path\"?urlPath:clampText(result.description,MAX_DESCRIPTION_LENGTH);const handleClick=event=>{event.preventDefault();onNavigateTo(result.url);};const focusTrap=event=>{event.preventDefault();};return /*#__PURE__*/_jsx(\"a\",{ref:ref,style:{textDecoration:\"none\"},href:result.url,onClick:handleClick,onMouseMove:handleMouseMove,onMouseDown:focusTrap,onPointerDown:event=>onPointerDown(event,index),children:/*#__PURE__*/_jsxs(\"li\",{style:{...resultContainer,...style,paddingTop:isContained?12:16,paddingBottom:isContained?12:16,color:theme.foregroundColor,position:\"relative\",paddingLeft:theme&&theme.horizontalSpacing,paddingRight:theme&&theme.horizontalSpacing},children:[/*#__PURE__*/_jsx(\"div\",{style:{backgroundColor:theme.foregroundColor,position:\"absolute\",opacity:selected?.06:0,borderRadius,left:theme&&isContained?theme.spacing:0,right:theme&&isContained?theme.spacing:0,top:0,bottom:0}}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"column\",overflow:\"hidden\",gap:4},children:[/*#__PURE__*/_jsx(\"h3\",{style:{...resultTitle,...theme.titleFont,lineHeight:\"1.4em\"},children:title}),/*#__PURE__*/_jsxs(\"p\",{style:{margin:0,color:theme.subtitleColor,...theme.subtitleFont,whiteSpace:\"nowrap\",overflow:\"hidden\",textOverflow:\"ellipsis\",lineHeight:\"1.4em\"},children:[localStorageDebugFlag?score:\"\",\" \",subtitleText]})]})]},result.url)});}));/**\n * Flexible gap used inside a flexbox layout to push down the quick menu\n * by 20% of the screen height, but also allow it to collapse to zero if\n * there is not enough vertical room.\n */function QuickMenuSpacer({onClick}){return /*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",flexBasis:\"20vh\"},onClick:onClick});}const layoutContainerStyle={display:\"flex\",flexDirection:\"column\",alignItems:\"center\",justifyContent:\"flex-start\",gap:15,overflow:\"visible\"};function LayoutContainer({layoutType,theme,onKeyDown,onDismiss,children,modalOptions}){const layoutStyles=getLayoutBaseStyles(layoutType,theme);const style={...layoutContainerStyle,...layoutStyles,willChange:\"transform\",marginTop:layoutType===\"FixedTop\"?theme.offsetTop:0,height:layoutType===\"Sidebar\"?\"100%\":\"auto\",maxHeight:layoutType===\"QuickMenu\"?\"100%\":\"none\",justifyContent:layoutType===\"Sidebar\"?\"flex-end\":\"flex-start\",flexDirection:layoutType===\"Sidebar\"?\"column-reverse\":\"column\"};const innerStyle={...layoutContainerStyle,...layoutStyles,height:layoutType===\"Sidebar\"?\"100%\":\"auto\",maxHeight:layoutType===\"QuickMenu\"?\"100%\":\"none\",gap:layoutType===\"Sidebar\"?0:theme.gapBetweenStatusAndSearch,backgroundColor:layoutType===\"Sidebar\"?theme.backgroundColor:\"transparent\",justifyContent:layoutType===\"Sidebar\"?\"flex-end\":\"flex-start\",flexDirection:layoutType===\"Sidebar\"?\"column-reverse\":\"column\",originX:.5,originY:.5};function getContainerAnimation(){switch(layoutType){case\"FixedTop\":{const key=animationKeyFromLayout(\"FixedTop\");const prop=modalOptions?modalOptions[key]:undefined;if(prop){return prop;}else{return{y:-10,opacity:.2,transition:{duration:Browser.isTouch()?0:.15}};}break;}case\"QuickMenu\":{const key=animationKeyFromLayout(\"QuickMenu\");const prop=modalOptions?modalOptions[key]:undefined;if(prop){return prop;}else{return{scale:.95,opacity:0,y:0,x:0,rotate:0,transition:{type:\"spring\",stiffness:600,damping:40}};}break;}case\"Sidebar\":{const key=animationKeyFromLayout(\"Sidebar\");const prop=modalOptions?modalOptions[key]:undefined;if(prop){return prop;}else{return{x:-10,opacity:0,transition:{duration:.15}};}break;}}}const containerAnimation=getContainerAnimation();return /*#__PURE__*/_jsxs(\"div\",{style:style,onKeyDown:onKeyDown,onClick:event=>event.stopPropagation(),children:[layoutType===\"QuickMenu\"&&/*#__PURE__*/_jsx(QuickMenuSpacer,{onClick:onDismiss}),/*#__PURE__*/_jsx(motion.div,{initial:containerAnimation,animate:{opacity:1,scale:1,x:0,y:0,rotate:0},transition:containerAnimation?containerAnimation.transition:undefined,exit:{opacity:0,transition:{duration:0}},style:innerStyle,children:children})]});}function ModalContainer({layoutType,theme,children,heightIsStatic,heightTransition,heightDeps}){const style={// This `willChange` is required to avoid weird rendering issues where\n// parts of the search window won't redraw, which we observed in Safari 16.4.\nwillChange:\"transform\",backgroundColor:theme.backgroundColor,color:theme.foregroundColor,borderRadius:layoutType===\"QuickMenu\"?theme.borderRadius:0,width:\"100%\",display:\"flex\",flexDirection:\"column\",overflow:\"hidden\",boxShadow:layoutType!==\"Sidebar\"?theme.shadow:undefined,maxHeight:layoutType===\"QuickMenu\"?`min(${MODAL_MAX_HEIGHT}px, calc(100vh - 30px))`:undefined};// Opt-in Height Animations for the Search Quick Actions menu.\n// These are disabled by default, but can be enabled via props.\nconst[scope,animate]=useAnimate();useLayoutEffect(()=>{if(layoutType!==\"QuickMenu\"||heightIsStatic)return;const prevHeight=scope.current.offsetHeight;scope.current.style.height=\"auto\";const height=scope.current.offsetHeight;scope.current.style.height=prevHeight+\"px\";animate(scope.current,{height:[prevHeight,height]},heightTransition);},heightDeps);return /*#__PURE__*/_jsx(\"div\",{ref:scope,role:\"dialog\",className:layoutType===\"FixedTop\"?\"__framer-max-height-80dvh\":undefined,style:style,children:children});}const ScrollView=/*#__PURE__*/React.forwardRef(function ScrollView({theme,children},ref){const isTouch=Browser.isTouch();const[canScroll,setCanScroll]=React.useState(true);React.useEffect(()=>{if(!isTouch)return;const element=ref.current;if(!element)return;setCanScroll(element.scrollHeight>element.clientHeight);});return /*#__PURE__*/_jsx(\"div\",{ref:ref,style:{width:`calc(100% + ${theme.scrollBarWidth}px)`,overflowY:\"scroll\",overflowX:\"hidden\",overscrollBehavior:\"contain\",touchAction:canScroll?undefined:\"none\",// Make the list appear slightly under the divider\n// so that the divider is still visible when the first\n// item is selected.\nmarginTop:-1},children:children});});const statusStyle={backgroundColor:\"#B5B5B5\",color:\"#FFF\",boxShadow:\"0px 20px 40px 0px rgba(0, 0, 0, 0.25)\",fontFamily:\"inherit\",textAlign:\"center\",fontSize:13,padding:\"8px 0\"};function StatusMessage({status,layoutType,theme}){const verticalSpacing=Math.floor(theme?theme.horizontalSpacing*VERTICAL_SPACING_MULTIPLIER:0);const style={...statusStyle,userSelect:\"none\",fontFamily:getFontFamily(theme),paddingLeft:theme&&theme.horizontalSpacing,paddingRight:theme&&theme.horizontalSpacing,fontWeight:500,lineHeight:`calc(${theme.inputFontSize} * 2)`,paddingTop:verticalSpacing,paddingBottom:verticalSpacing,...theme.titleFont,zIndex:theme.zIndex+1,maxWidth:layoutType===\"FixedTop\"?\"none\":theme.width,width:layoutType===\"FixedTop\"?`calc(100% - ${verticalSpacing*2}px`:\"100%\",boxShadow:layoutType!==\"Sidebar\"&&statusStyle.boxShadow,borderRadius:layoutType!==\"Sidebar\"&&theme.borderRadius};// Show less text on fixed text to look nicer on mobile\nconst previewInfoText=layoutType===\"FixedTop\"?\"Preview Mode\":\"Preview Mode. Publish your Site to Search.\";if(status===\"no-meta-tag-found\"){return /*#__PURE__*/_jsx(\"div\",{style:style,children:previewInfoText});}if(status===\"pending-index-generation\"){return /*#__PURE__*/_jsx(\"div\",{style:style,children:\"Site is being indexed\"});}return null;}const resultTitle={textOverflow:\"ellipsis\",maxWidth:\"100%\",overflow:\"hidden\",fontWeight:500,whiteSpace:\"nowrap\",flex:1,margin:0};const resultContainer={padding:\"16px 20px\",listStyle:\"none\",fontWeight:500};const sidebarStyles={left:0,width:500};const fixedTopStyles={top:0,width:\"100%\"};const quickMenuStyles={width:500};function getLayoutBaseStyles(layoutOption,theme){switch(layoutOption){case\"Sidebar\":return{...sidebarStyles,width:theme.width};case\"FixedTop\":return fixedTopStyles;case\"QuickMenu\":return{...quickMenuStyles,width:theme.width};}}export var SearchInputClearButtonType;(function(SearchInputClearButtonType){SearchInputClearButtonType[\"Icon\"]=\"icon\";SearchInputClearButtonType[\"Text\"]=\"text\";SearchInputClearButtonType[\"None\"]=\"none\";})(SearchInputClearButtonType||(SearchInputClearButtonType={}));export var SearchInputDividerType;(function(SearchInputDividerType){SearchInputDividerType[\"None\"]=\"none\";SearchInputDividerType[\"FullWidth\"]=\"fullWidth\";SearchInputDividerType[\"Contained\"]=\"contained\";})(SearchInputDividerType||(SearchInputDividerType={}));export var SearchResultTitleType;(function(SearchResultTitleType){SearchResultTitleType[\"H1\"]=\"h1\";SearchResultTitleType[\"Title\"]=\"title\";})(SearchResultTitleType||(SearchResultTitleType={}));export var SearchResultSubtitleType;(function(SearchResultSubtitleType){SearchResultSubtitleType[\"Description\"]=\"description\";SearchResultSubtitleType[\"Path\"]=\"path\";})(SearchResultSubtitleType||(SearchResultSubtitleType={}));export var SearchResultItemType;(function(SearchResultItemType){SearchResultItemType[\"FullWidth\"]=\"fullWidth\";SearchResultItemType[\"Contained\"]=\"contained\";})(SearchResultItemType||(SearchResultItemType={}));export var SearchLayoutType;(function(SearchLayoutType){SearchLayoutType[\"Sidebar\"]=\"Sidebar\";SearchLayoutType[\"FixedTop\"]=\"FixedTop\";SearchLayoutType[\"QuickMenu\"]=\"QuickMenu\";})(SearchLayoutType||(SearchLayoutType={}));export var SearchEntryType;(function(SearchEntryType){SearchEntryType[\"Icon\"]=\"icon\";SearchEntryType[\"Text\"]=\"text\";})(SearchEntryType||(SearchEntryType={}));export var SearchIconType;(function(SearchIconType){SearchIconType[\"Default\"]=\"default\";SearchIconType[\"Custom\"]=\"custom\";})(SearchIconType||(SearchIconType={}));/**\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export function SearchModal(props){const{layoutType,theme,urlScope,inputOptions,backdropOptions,modalOptions,resultOptions,onDismiss}=props;const{activeLocale}=useLocaleInfo();const localeId=activeLocale?.id;const localeSlug=activeLocale?.slug;const input=useRef();const selectedResultRow=useRef();const scrollView=useRef();const[selected,setSelected]=useState({index:0,scroll:true});const prevMousePositionRef=useRef(null);const[isKeyboardNavigationDisabled,setIsKeyboardNavigationDisabled]=useState(Browser.isTouch);const[query,setQuery]=useState(\"\");const deferredQuery=useDeferredValue(query);const{results,status}=useSearch(deferredQuery,{minimumScore:0,urlScope,titleType:resultOptions.titleType});const selectedResult=results[selected.index];const verticalSpacing=Math.floor(theme?theme.horizontalSpacing*VERTICAL_SPACING_MULTIPLIER:0);useEffect(()=>{// Reset the selection to the top if the query changes.\nsetSelected({index:0,scroll:true});},[deferredQuery]);const handleResultRowPointerDown=useCallback((event,index)=>{if(event.pointerType!==\"touch\")return;setIsKeyboardNavigationDisabled(true);setSelected({index,scroll:false});},[]);const handleResultRowMouseMove=useCallback((event,index)=>{setSelected(previousSelected=>{if(previousSelected.index===index){return previousSelected;}return{index,scroll:false};});},[]);const router=useRouter();const navigateTo=useCallback(async url=>{if(status===\"no-meta-tag-found\"){return;}try{// Ideally, we would directly expose `routeId` in the search index so that\n// we don't need to infer it from the URL.\nconst{routeId,pathVariables}=inferInitialRouteFromPath(router.routes,url);const route=router.getRoute?.(routeId);onDismiss();await route?.page?.preload?.();router.navigate?.(routeId,null,pathVariables,false);}catch(error){window.location.href=url;}},[status]);const handleKeyDown=event=>{const maxIndex=results.length-1;switch(event.code){case\"ArrowUp\":event.preventDefault();if(isKeyboardNavigationDisabled){setIsKeyboardNavigationDisabled(false);break;}setSelected(previousSelected=>({index:clamp(0,maxIndex,previousSelected.index-1),scroll:true}));break;case\"ArrowDown\":event.preventDefault();if(isKeyboardNavigationDisabled){setIsKeyboardNavigationDisabled(false);break;}setSelected(previousSelected=>({index:clamp(0,maxIndex,previousSelected.index+1),scroll:true}));break;case\"Escape\":break;case\"Enter\":if(selectedResult){navigateTo(selectedResult.url);}break;default:event.stopPropagation();}};const showNoResults=results.length===0&&deferredQuery.length>1&&status!==\"loading\";const showDivider=Boolean((deferredQuery.length>0&&results.length>0||showNoResults)&&status!==\"loading\"&&props.inputOptions&&props.inputOptions.dividerType!==\"none\");const isItemContained=Boolean(props.resultOptions&&props.resultOptions.itemType===\"contained\");const spacing=isItemContained?theme.spacing:10;const listPaddingTop=showDivider&&isItemContained?spacing+theme.gapBetweenResults*2:0;useEffect(()=>{if(!selected.scroll)return;const element=selectedResultRow.current;if(!element)return;scrollIntoView(element,scrollView.current,{offsetTop:showDivider&&isItemContained?listPaddingTop:0,offsetBottom:isItemContained?spacing:0});// `showDivider` and `isItemContained` are not dependencies because\n// they will be the latest values when `selected` changes. And including\n// them will cause unnecessary scrolling into view.\n},[selected]);return /*#__PURE__*/_jsxs(LayoutContainer,{layoutType:layoutType,modalOptions:modalOptions,theme:theme,onKeyDown:handleKeyDown,onDismiss:onDismiss,children:[/*#__PURE__*/_jsxs(ModalContainer,{layoutType:layoutType,theme:theme,heightIsStatic:modalOptions.heightIsStatic,heightTransition:modalOptions.heightTransition,heightDeps:[results.length,showNoResults],children:[/*#__PURE__*/_jsx(Input,{autofocus:true,ref:input,onChange:setQuery,value:query,theme:theme,status:status,iconType:inputOptions.iconOptions.iconType,placeholder:inputOptions.placeholderOptions.placeholderText,clearButtonType:inputOptions?inputOptions.clearButtonType:undefined,clearButtonText:inputOptions.clearButtonText}),showDivider&&/*#__PURE__*/_jsx(Divider,{theme:theme,type:inputOptions.dividerType}),/*#__PURE__*/_jsx(ScrollView,{ref:scrollView,theme:theme,children:/*#__PURE__*/_jsxs(\"ul\",{\"aria-live\":\"polite\",style:{display:\"flex\",flexDirection:\"column\",width:`calc(100% - ${theme.scrollBarWidth}px)`,padding:0,paddingTop:listPaddingTop,paddingBottom:results.length&&isItemContained?spacing:0,gap:theme.gapBetweenResults,margin:0},children:[results.map((result,index)=>{const isSelected=index===selected.index;return /*#__PURE__*/_jsx(ResultRow,{ref:isSelected?selectedResultRow:null,index:index,result:result,prevMousePositionRef:prevMousePositionRef,selected:!isKeyboardNavigationDisabled&&isSelected,type:props.resultOptions.itemType,subtitleType:props.resultOptions.subtitleOptions.subtitleType,theme:theme,localeSlug:localeSlug,onMouseMove:handleResultRowMouseMove,onPointerDown:handleResultRowPointerDown,onNavigateTo:navigateTo},result.url);}),showNoResults&&/*#__PURE__*/_jsx(\"li\",{style:{paddingTop:verticalSpacing-listPaddingTop,paddingBottom:verticalSpacing,lineHeight:\"2em\",paddingLeft:theme&&theme.horizontalSpacing,paddingRight:theme&&theme.horizontalSpacing,height:\"Sidebar\"?\"100%\":\"auto\"},children:/*#__PURE__*/_jsx(\"h3\",{style:{...resultTitle,textAlign:\"center\",lineHeight:`calc(${theme.inputFontSize} * 2)`,color:theme.subtitleColor,...theme.titleFont},children:\"No results\"})})]})})]}),/*#__PURE__*/_jsx(StatusMessage,{status:status,layoutType:layoutType,theme:theme})]});}\nexport const __FramerMetadata__ = {\"exports\":{\"SearchModal\":{\"type\":\"reactComponent\",\"name\":\"SearchModal\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"ResultRow\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SearchEntryType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SearchResultTitleType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SearchIconType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SearchInputDividerType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SearchResultSubtitleType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Input\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SearchLayoutType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SearchProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SearchInputClearButtonType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SearchResultItemType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SearchTheme\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SearchModal.map","import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{createPortal}from\"react-dom\";import{useRef,useState,useEffect,forwardRef}from\"react\";import{AnimatePresence,motion}from\"framer-motion\";import{SearchIcon}from\"https://framerusercontent.com/modules/LV9trClbmNwd5PVj9l8y/L4rFqMGNzGSwRZpGTGF3/Icons.js\";import{addPropertyControls,ControlType,RenderTarget,withCSS}from\"framer\";import{SearchModal,SearchResultItemType,SearchResultTitleType,SearchResultSubtitleType,SearchInputDividerType,SearchInputClearButtonType,SearchLayoutType,SearchIconType}from\"https://framerusercontent.com/modules/tV9haTHllpHHc9Fjue2H/R0UmZXJb6O3CIXHx92Sa/SearchModal.js\";import{useViewportSizeState}from\"https://framerusercontent.com/modules/hqEf5wXaAewP8VPuaZ98/5A0QGVeEr2cwheQpIuEG/useViewportSizeState.js\";import{titleCase,DEFAULT_FONT_FAMILY,isEmptyObject,animationKeyFromLayout,checkIfOverLimit}from\"https://framerusercontent.com/modules/MWsEnYfRnoOQq31DN4ql/fxR5MNtgeSOU8Mj4iY9n/utils.js\";import{Browser}from\"https://framerusercontent.com/modules/PJVBcBLmDteTEAZh3J9Z/keXJyjyE9VnzUcDMayjg/browser.js\";var EntryPointOptions;// SITE SEARCH\n// By Anthony and Hunter\n(function(EntryPointOptions){EntryPointOptions[\"icon\"]=\"Icon\";EntryPointOptions[\"input\"]=\"Input\";})(EntryPointOptions||(EntryPointOptions={}));function buildShadow(shadowProperty,fallback=\"none\"){if(!shadowProperty)return fallback;const{x,y,blur,color,spread}=shadowProperty;return`${x}px ${y}px ${blur}px ${spread}px ${color}`;}const Overlay=/*#__PURE__*/forwardRef(function Overlay(props,ref){const{layoutType,theme,onDismiss}=props;useEffect(()=>{const handleKeyDown=event=>{if(event.code===\"Escape\"){event.stopPropagation();onDismiss();}};const handlePointerDown=event=>{if(event.pointerType!==\"touch\")return;const isWithinSearchHeader=Boolean(event.target instanceof Element&&event.target.closest(\"[role=search]\"));if(isWithinSearchHeader)return;if(document.activeElement instanceof HTMLInputElement){document.activeElement.blur();}};// Event listener added to window so that pressing escape key to dimiss\n// can be invoked from anywhere on the page.\nwindow.addEventListener(\"keydown\",handleKeyDown);window.addEventListener(\"pointerdown\",handlePointerDown,{capture:true});// Disable page scrolling when overlay is shown.\ndocument.body.classList.add(bodyOverflowHidden);return()=>{window.removeEventListener(\"keydown\",handleKeyDown);window.removeEventListener(\"pointerdown\",handlePointerDown,{capture:true});document.body.classList.remove(bodyOverflowHidden);};},[]);return /*#__PURE__*/createPortal(/*#__PURE__*/_jsxs(\"div\",{ref:ref,className:\"__framer-search-modal-container\",role:\"presentation\",style:{...backdropStyles,zIndex:props.backdropOptions.zIndex,justifyContent:layoutType===SearchLayoutType.Sidebar?\"flex-start\":\"center\"},onClick:onDismiss,children:[/*#__PURE__*/_jsx(motion.div,{role:\"presentation\",initial:{opacity:0},animate:{opacity:1},exit:{opacity:0,transition:{duration:0}},transition:theme.overlayTransition,style:{top:0,left:0,right:0,bottom:0,width:\"100%\",height:\"100%\",boxSizing:\"border-box\",position:\"absolute\",touchAction:\"none\",backgroundColor:props.backdropOptions.backgroundColor}}),/*#__PURE__*/_jsx(SearchModal,{urlScope:props.urlScope,layoutType:layoutType,inputOptions:props.inputOptions,resultOptions:props.resultOptions,modalOptions:props.modalOptions,backdropOptions:props.backdropOptions,theme:props.theme,onDismiss:onDismiss})]}),document.body);});const backdropStyles={width:\"100%\",boxSizing:\"border-box\",willChange:\"transform\",position:\"fixed\",display:\"flex\",alignItems:\"flex-start\",top:0,left:0,right:0,bottom:0};const containerStyle={height:\"100%\",display:\"flex\",borderRadius:10,cursor:\"inherit\",overflow:\"hidden\"};const bodyOverflowHidden=\"__framer-overflow-hidden\";/**\n *\n * SEARCH\n * By Anthony and Hunter\n *\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n *\n * @framerDisableUnlink\n *\n * @framerIntrinsicWidth 40\n * @framerIntrinsicHeight 40\n */const EntryPoint=withCSS(function EntryPoint(props){const overlay=useRef(null);const[isOpen,setIsOpen]=useState(false);const[isOverLimit,setIsOverLimit]=useState(false);const[isSafariTouchDevice,setIsSafariTouchDevice]=useState(false);const[isOnCanvas]=useState(()=>RenderTarget.current()===RenderTarget.canvas);useEffect(()=>{setIsOverLimit(checkIfOverLimit());setIsSafariTouchDevice(Browser.isSafari()&&Browser.isTouch());},[]);const baseInputFontSize=props.inputOptions?.inputFont?.fontSize?props.inputOptions.inputFont.fontSize:\"16px\";// The font size is set to a minimum of `16px` on Safari with touch screens\n// because otherwise Safari will zoom in slightly if the type size is smaller.\nconst inputFontSize=isSafariTouchDevice?`max(16px, ${baseInputFontSize})`:baseInputFontSize;const layoutType=useViewportSizeState(size=>{if(size.width<props.modalOptions.width+10){return SearchLayoutType.FixedTop;}// @ts-ignore – Fallback\nreturn props.modalOptions.layoutType||props.layoutType;});const theme={subtitleColor:props.resultOptions.subtitleOptions.subtitleColor,backgroundColor:props.modalOptions.backgroundColor,foregroundColor:props.resultOptions.titleColor,placeholderColor:props.inputOptions.placeholderOptions.placeholderColor,titleFont:props.resultOptions?.titleFont&&!isEmptyObject(props.resultOptions.titleFont)?props.resultOptions.titleFont:{fontSize:14,fontFamily:DEFAULT_FONT_FAMILY,fontWeight:500},subtitleFont:props.resultOptions.subtitleOptions?.subtitleFont&&!isEmptyObject(props.resultOptions.subtitleOptions.subtitleFont)?props.resultOptions.subtitleOptions.subtitleFont:{fontSize:12,fontFamily:DEFAULT_FONT_FAMILY,fontWeight:500},inputFont:props.inputOptions?.inputFont&&!isEmptyObject(props.inputOptions.inputFont)?props.inputOptions.inputFont:{fontSize:16,fontFamily:DEFAULT_FONT_FAMILY,fontWeight:500},// Keep separate so we can more easily override\ninputFontSize:inputFontSize,width:props.modalOptions.width,offsetTop:props.modalOptions.top,borderRadius:props.modalOptions.borderRadius,shadow:buildShadow(props.modalOptions.shadow),entryIconColor:props.iconColor,entryIconSize:props.iconSize,entryIconImage:props.iconImage,inputIconSize:props.inputOptions.iconOptions.iconSize,inputIconColor:props.inputOptions.iconOptions.iconColor,inputIconImage:props.inputOptions.iconOptions.iconImage,gapBetweenStatusAndSearch:16,gapBetweenResults:1,scrollBarWidth:20,margin:10,spacing:8,zIndex:props.backdropOptions.zIndex,horizontalSpacing:20,overlayTransition:props.backdropOptions.transition};const handleClick=event=>{// Both need to keep `autofocus` working on the search input.\nevent.preventDefault();event.stopPropagation();if(isOverLimit)return;setIsOpen(true);};return /*#__PURE__*/_jsxs(\"div\",{style:{...containerStyle,...props.style,pointerEvents:isOverLimit?\"none\":\"auto\",opacity:isOverLimit?.4:1},children:[/*#__PURE__*/_jsx(\"button\",{\"aria-label\":\"Search Icon\",style:{width:\"100%\",height:\"100%\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",background:\"none\",cursor:\"inherit\",color:\"inherit\",border:\"none\",borderRadius:10,padding:0},onClick:handleClick,children:props.iconType===SearchIconType.Custom&&theme.entryIconImage?/*#__PURE__*/_jsx(\"img\",{alt:\"icon entry point for Site Search\",src:theme.entryIconImage.src,width:theme.entryIconSize,height:theme.entryIconSize}):/*#__PURE__*/_jsx(SearchIcon,{color:theme.entryIconColor,width:theme.entryIconSize,height:theme.entryIconSize})}),/*#__PURE__*/_jsx(AnimatePresence,{children:isOpen&&!isOnCanvas&&/*#__PURE__*/_jsx(Overlay,{ref:overlay,layoutType:layoutType,urlScope:props.urlScope,inputOptions:props.inputOptions,resultOptions:props.resultOptions,backdropOptions:props.backdropOptions,modalOptions:props.modalOptions,theme:theme,onDismiss:()=>setIsOpen(false)})})]});},[// Prevent scrolling on iOS Safari when Input is focused.\n// From: https://gist.github.com/kiding/72721a0553fa93198ae2bb6eefaa3299\n`\n        @keyframes __framer-blink-input {\n            0% { opacity: 0; }\n            100% { opacity: 1; }\n        }\n\n        .__framer-search-modal-container input:focus {\n            animation: __framer-blink-input 0.01s;\n        }\n        `,// Allow styling of input placeholder\n`\n         .__framer-search-modal-container input::placeholder, \n         .__framer-search-modal-container input::-webkit-input-placeholder { \n            color: var(--framer-search-placeholder-color, #999999);\n            opacity: 1;\n        }\n        `,// Allow fallback to 100vh when dvh unit is not supported.\n`\n        .__framer-search-modal-container {\n            height: 100vh;\n            height: 100dvh;\n        }\n        .__framer-search-modal-container .__framer-max-height-80dvh {\n            max-height: 80vh;\n            max-height: 80dvh;\n        }\n        `,`\n        body.${bodyOverflowHidden} {\n            overflow: hidden;\n        }`,// Increase hit target\n`\n        button.__framer-search-clear-button {\n            position: relative;\n        }\n        button.__framer-search-clear-button::after {\n            content: \"\";\n            position: absolute;\n            top: -10px;\n            right: -10px;\n            bottom: -10px;\n            left: -10px;\n        }`],\"framer-lib-search\");export default EntryPoint;addPropertyControls(EntryPoint,{urlScope:{title:\"Scope\",// @ts-ignore - Internal\ntype:ControlType.PageScope},// entryType: {\n//     title: \"Type\",\n//     type: ControlType.Enum,\n//     options: Object.values(SearchEntryType),\n//     optionTitles: Object.values(SearchEntryType).map(titleCase),\n//     displaySegmentedControl: true,\n// },\niconType:{title:\"Icon\",type:ControlType.Enum,options:Object.values(SearchIconType),optionTitles:Object.values(SearchIconType).map(titleCase),displaySegmentedControl:true},iconColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"#333\",hidden:props=>props.iconType===SearchIconType.Custom},iconImage:{title:\"File\",type:ControlType.ResponsiveImage,allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.iconType===SearchIconType.Default},iconSize:{title:\"Size\",type:ControlType.Number,displayStepper:true,defaultValue:24},inputOptions:{title:\"Input\",type:ControlType.Object,buttonTitle:\"Icon, Styles\",controls:{iconOptions:{title:\"Icon\",type:ControlType.Object,buttonTitle:\"Color, Size\",controls:{iconType:{title:\"Icon\",type:ControlType.Enum,options:Object.values(SearchIconType),optionTitles:Object.values(SearchIconType).map(titleCase),displaySegmentedControl:true},iconColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0, 0, 0, 0.45)\",hidden:({iconType})=>{return iconType===SearchIconType.Custom;}},iconImage:{title:\"File\",type:ControlType.ResponsiveImage,allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:({iconType})=>iconType===SearchIconType.Default},iconSize:{title:\"Icon Size\",type:ControlType.Number,displayStepper:true,defaultValue:18,min:0,max:100}}},inputFont:{title:\"Font\",// @ts-ignore – Internal\ntype:ControlType.Font,displayFontSize:true},textColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"#333\"},placeholderOptions:{title:\"Placeholder\",type:ControlType.Object,buttonTitle:\"Color, Text\",controls:{placeholderText:{title:\"Text\",type:ControlType.String,defaultValue:\"Search...\"},placeholderColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.4)\"}}},dividerType:{title:\"Divider\",type:ControlType.Enum,options:Object.values(SearchInputDividerType),optionTitles:Object.keys(SearchInputDividerType).map(titleCase),defaultValue:SearchInputDividerType.FullWidth},clearButtonType:{title:\"Clear Type\",type:ControlType.Enum,options:Object.values(SearchInputClearButtonType),optionTitles:Object.keys(SearchInputClearButtonType).map(titleCase),defaultValue:SearchInputClearButtonType.Icon},clearButtonText:{title:\"Clear Text\",type:ControlType.String,defaultValue:\"Clear\",hidden:props=>props.clearButtonType!==SearchInputClearButtonType.Text}}},modalOptions:{title:\"Modal\",buttonTitle:\"Layout, Width\",type:ControlType.Object,controls:{layoutType:{title:\"Layout\",type:ControlType.Enum,options:Object.keys(SearchLayoutType),optionTitles:Object.values(SearchLayoutType).map(titleCase),defaultValue:SearchLayoutType.QuickMenu},width:{title:\"Width\",type:ControlType.Number,defaultValue:500,min:200,max:1e3,displayStepper:true,step:5,hidden:props=>props.layoutType===SearchLayoutType.FixedTop},top:{title:\"Top\",type:ControlType.Number,defaultValue:0,min:0,max:1e3,displayStepper:true,hidden:props=>props.layoutType!==SearchLayoutType.FixedTop},heightIsStatic:{title:\"Height\",type:ControlType.Boolean,enabledTitle:\"Instant\",disabledTitle:\"Animate\",hidden:({layoutType})=>layoutType!==SearchLayoutType.QuickMenu},heightTransition:{title:\"Type\",type:ControlType.Transition,defaultValue:{type:\"spring\",stiffness:800,damping:60},hidden:({heightIsStatic,layoutType})=>layoutType!==SearchLayoutType.QuickMenu||heightIsStatic},borderRadius:{title:\"Radius\",type:ControlType.Number,defaultValue:16,displayStepper:true,min:0,hidden:({layoutType})=>layoutType!==SearchLayoutType.QuickMenu},shadow:{buttonTitle:\"Options\",type:ControlType.Object,defaultValue:{x:0,y:20,blur:40,spread:0,color:\"rgba(0,0,0,0.2)\"},controls:{color:{type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.2)\"},x:{type:ControlType.Number,defaultValue:0},y:{type:ControlType.Number,defaultValue:20},blur:{type:ControlType.Number,defaultValue:40},spread:{type:ControlType.Number,defaultValue:0}}},backgroundColor:{title:\"Background\",type:ControlType.Color,defaultValue:\"#FFF\"},[animationKeyFromLayout(SearchLayoutType.QuickMenu)]:{title:\"Animation\",type:ControlType.Object,icon:\"effect\",hidden:({layoutType})=>layoutType!==SearchLayoutType.QuickMenu,optional:true,buttonTitle:\"Options\",controls:{opacity:{type:ControlType.Number,defaultValue:.5,step:.1,min:0,max:1},scale:{type:ControlType.Number,defaultValue:.75,step:.1,min:0,max:2},// rotate: {\n//     type: ControlType.Number,\n//     defaultValue: 0,\n//     min: -360,\n//     max: 360,\n// },\nx:{type:ControlType.Number,defaultValue:0,min:-500,max:500},y:{type:ControlType.Number,defaultValue:0,min:-500,max:500},transition:{type:ControlType.Transition}}},[animationKeyFromLayout(SearchLayoutType.FixedTop)]:{title:\"Animation\",type:ControlType.Object,icon:\"effect\",buttonTitle:\"Options\",hidden:({layoutType})=>layoutType!==SearchLayoutType.FixedTop,optional:true,controls:{opacity:{type:ControlType.Number,defaultValue:.8,step:.1,min:0,max:1},y:{type:ControlType.Number,defaultValue:0,min:-100,max:100},transition:{type:ControlType.Transition}}},[animationKeyFromLayout(SearchLayoutType.Sidebar)]:{title:\"Animation\",type:ControlType.Object,icon:\"effect\",buttonTitle:\"Options\",hidden:({layoutType})=>layoutType!==SearchLayoutType.Sidebar,optional:true,controls:{opacity:{type:ControlType.Number,defaultValue:.8,step:.1,min:0,max:1},x:{type:ControlType.Number,defaultValue:0,min:-1e3,max:1e3},transition:{type:ControlType.Transition}}}}},resultOptions:{title:\"Results\",buttonTitle:\"Fonts, Style\",type:ControlType.Object,defaultValue:{},// description:\n//     \"Learn more about how to use Site Search [here](https://framer.com/learn/site-search)\",\ncontrols:{itemType:{title:\"Style\",type:ControlType.Enum,options:Object.values(SearchResultItemType),optionTitles:Object.keys(SearchResultItemType).map(titleCase),defaultValue:SearchResultItemType.FullWidth},titleFont:{title:\"Title\",// @ts-ignore - Internal\ntype:ControlType.Font,defaultValue:{fontSize:15},displayFontSize:true},titleColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"#333\"},titleType:{title:\"Content\",type:ControlType.Enum,options:Object.values(SearchResultTitleType),optionTitles:Object.keys(SearchResultTitleType).map(titleCase),defaultValue:SearchResultTitleType.H1,displaySegmentedControl:true},subtitleOptions:{type:ControlType.Object,title:\"Subtitle\",buttonTitle:\"Font, Content\",controls:{subtitleFont:{title:\"Font\",// @ts-ignore - Internal\ntype:ControlType.Font,defaultValue:{fontSize:13},displayFontSize:true},subtitleColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0, 0, 0, 0.4)\"},subtitleType:{title:\"Content\",type:ControlType.Enum,options:Object.values(SearchResultSubtitleType),optionTitles:Object.keys(SearchResultSubtitleType).map(titleCase),defaultValue:SearchResultSubtitleType.Path}}}}},backdropOptions:{title:\"Backdrop\",type:ControlType.Object,buttonTitle:\"Color, Z Index\",controls:{backgroundColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0, 0, 0, 0.8)\"},zIndex:{title:\"Z Index\",type:ControlType.Number,defaultValue:10,displayStepper:true,min:0,max:10},transition:{type:ControlType.Transition}}}});EntryPoint.displayName=\"Search\";\nexport const __FramerMetadata__ = {\"exports\":{\"WindowAnimation\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"EntryPoint\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"40\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerIntrinsicHeight\":\"40\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\"}},\"ResponsiveImage\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"EntryPointProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Shadow\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Search.map","// Generated by Framer (4cfd27c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const MotionDivWithFX=withFX(motion.div);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"fRQluzpqn\",\"HjxzgyO9l\",\"RY1CAqXo3\"];const serializationHash=\"framer-nar4s\";const variantClassNames={fRQluzpqn:\"framer-v-jnzpfe\",HjxzgyO9l:\"framer-v-1jjle6s\",RY1CAqXo3:\"framer-v-1pri6ep\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const transition2={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition3={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation2={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Default:\"fRQluzpqn\",Hidden:\"RY1CAqXo3\",Loading:\"HjxzgyO9l\"};const getProps=({click,height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"fRQluzpqn\",Wld3NDzSj:click??props.Wld3NDzSj};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,Wld3NDzSj,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"fRQluzpqn\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapn9xadi=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Wld3NDzSj){const res=await Wld3NDzSj(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const isDisplayed=()=>{if(baseVariant===\"RY1CAqXo3\")return false;return true;};const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed1=()=>{if(baseVariant===\"HjxzgyO9l\")return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"HjxzgyO9l\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:isDisplayed()&&/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.button,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-jnzpfe\",className,classNames),\"data-framer-name\":\"Default\",\"data-highlight\":true,\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"fRQluzpqn\",onTap:onTapn9xadi,ref:refBinding,style:{backgroundColor:\"rgb(68, 68, 68)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},...addPropertyOverrides({HjxzgyO9l:{\"data-framer-name\":\"Loading\"}},baseVariant,gestureVariant),children:[isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Load More\"})}),className:\"framer-yolew8\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"Mh_Tbmn6V\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1qrc6yg\",\"data-framer-appear-id\":\"1qrc6yg\",\"data-framer-name\":\"Spinner\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"onOQ0YrdY\",optimized:true,style:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition3,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1jivlv8\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"rN6xsA2D3\",style:{background:\"conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, 0) 0deg, rgb(255, 255, 255) 342deg)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-m7b4s7\",\"data-framer-name\":\"Round\",layoutDependency:layoutDependency,layoutId:\"KWLYXFUsw\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1}})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-nar4s.framer-t2gp8f, .framer-nar4s .framer-t2gp8f { display: block; }\",\".framer-nar4s.framer-jnzpfe { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; padding: 0px; position: relative; width: 100px; }\",\".framer-nar4s .framer-yolew8 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-nar4s .framer-1qrc6yg { aspect-ratio: 1 / 1; flex: none; gap: 10px; height: var(--framer-aspect-ratio-supported, 20px); overflow: visible; position: relative; width: 20px; }\",\".framer-nar4s .framer-1jivlv8 { bottom: 0px; flex: none; gap: 10px; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-nar4s .framer-m7b4s7 { flex: none; height: 2px; left: calc(50.00000000000002% - 2px / 2); overflow: visible; position: absolute; top: 0px; width: 2px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 100\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"HjxzgyO9l\":{\"layout\":[\"fixed\",\"fixed\"]},\"RY1CAqXo3\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"Wld3NDzSj\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerg3OPvNRkB=withCSS(Component,css,\"framer-nar4s\");export default Framerg3OPvNRkB;Framerg3OPvNRkB.displayName=\"Load More\";Framerg3OPvNRkB.defaultProps={height:40,width:100};addPropertyControls(Framerg3OPvNRkB,{variant:{options:[\"fRQluzpqn\",\"HjxzgyO9l\",\"RY1CAqXo3\"],optionTitles:[\"Default\",\"Loading\",\"Hidden\"],title:\"Variant\",type:ControlType.Enum},Wld3NDzSj:{title:\"Click\",type:ControlType.EventHandler}});addFonts(Framerg3OPvNRkB,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerg3OPvNRkB\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"40\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"HjxzgyO9l\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"RY1CAqXo3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"100\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerVariables\":\"{\\\"Wld3NDzSj\\\":\\\"click\\\"}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./g3OPvNRkB.map","// Generated by Framer (c105afa)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Geist-600\",\"GF;Geist-900\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyBhhwUxId8gMGYQMKR3pzfaWI_RQuQ4mJPby1QNtA.woff2\",weight:\"600\"},{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyBhhwUxId8gMGYQMKR3pzfaWI_RNeQ4mJPby1QNtA.woff2\",weight:\"900\"}]}];export const css=['.framer-Eyibo .framer-styles-preset-zjlbhj:not(.rich-text-wrapper), .framer-Eyibo .framer-styles-preset-zjlbhj.rich-text-wrapper p { --framer-font-family: \"Geist\", \"Geist Placeholder\", sans-serif; --framer-font-family-bold: \"Geist\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 26px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-letter-spacing: 0em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, #c7c7c7); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; }','@media (max-width: 1279px) and (min-width: 810px) { .framer-Eyibo .framer-styles-preset-zjlbhj:not(.rich-text-wrapper), .framer-Eyibo .framer-styles-preset-zjlbhj.rich-text-wrapper p { --framer-font-family: \"Geist\", \"Geist Placeholder\", sans-serif; --framer-font-family-bold: \"Geist\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-letter-spacing: 0em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, #c7c7c7); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-Eyibo .framer-styles-preset-zjlbhj:not(.rich-text-wrapper), .framer-Eyibo .framer-styles-preset-zjlbhj.rich-text-wrapper p { --framer-font-family: \"Geist\", \"Geist Placeholder\", sans-serif; --framer-font-family-bold: \"Geist\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-letter-spacing: 0em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, #c7c7c7); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; } }'];export const className=\"framer-Eyibo\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (20dc3ed)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Geist-500\",\"GF;Geist-700\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v3/gyBhhwUxId8gMGYQMKR3pzfaWI_RruM4mJPby1QNtA.woff2\",weight:\"500\"},{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v3/gyBhhwUxId8gMGYQMKR3pzfaWI_Re-Q4mJPby1QNtA.woff2\",weight:\"700\"}]}];export const css=['.framer-vQCbC .framer-styles-preset-1kogt7g:not(.rich-text-wrapper), .framer-vQCbC .framer-styles-preset-1kogt7g.rich-text-wrapper p { --framer-font-family: \"Geist\", \"Geist Placeholder\", sans-serif; --framer-font-family-bold: \"Geist\", \"Geist Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 17px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-6f122d63-3253-4a9f-b2f1-b05a3529b7c1, #888888); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1279px) and (min-width: 810px) { .framer-vQCbC .framer-styles-preset-1kogt7g:not(.rich-text-wrapper), .framer-vQCbC .framer-styles-preset-1kogt7g.rich-text-wrapper p { --framer-font-family: \"Geist\", \"Geist Placeholder\", sans-serif; --framer-font-family-bold: \"Geist\", \"Geist Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-6f122d63-3253-4a9f-b2f1-b05a3529b7c1, #888888); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-vQCbC .framer-styles-preset-1kogt7g:not(.rich-text-wrapper), .framer-vQCbC .framer-styles-preset-1kogt7g.rich-text-wrapper p { --framer-font-family: \"Geist\", \"Geist Placeholder\", sans-serif; --framer-font-family-bold: \"Geist\", \"Geist Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-6f122d63-3253-4a9f-b2f1-b05a3529b7c1, #888888); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-vQCbC\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (14ce71a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/s801VqobGI0Gkh3K9b41/Embed.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/4jAcxa4ZJVLovcOKO5K6/uUqEO6AwOOExNrmoDSdI/azskwFC8N.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/nS96tuEZblkbIdZGlwag/5pzbzcTsGWcFYejVE1K6/G0yoY9SUk.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/6lTMG6hvVKc9kjA1zZ6q/lthivqpQ2FeSa7r6Bdjh/pltaRW4Fx.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/rZvsS62cldAhSX3mYYpl/0rQNKHUCUdxx4z6kImFZ/qL0mZkKEG.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/kmqIjCQ1kKdYpdVq5nB6/XM4NHk3hsMzu1n3NuxsF/YZOLNjbsq.js\";const EmbedFonts=getFonts(Embed);const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"K9IjzMGGu\",\"DXkKerI95\",\"cgib2UgEc\",\"qUp9M5z8z\",\"taycVqrLZ\"];const serializationHash=\"framer-PzKt7\";const variantClassNames={cgib2UgEc:\"framer-v-d5ypqg\",DXkKerI95:\"framer-v-1txqq8w\",K9IjzMGGu:\"framer-v-1gam4j7\",qUp9M5z8z:\"framer-v-fpxue1\",taycVqrLZ:\"framer-v-muqfhv\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:0,delay:0,duration:.8,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant / Phone\":\"taycVqrLZ\",\"Variant / Tablet\":\"qUp9M5z8z\",\"Variant 1 / Desktop\":\"K9IjzMGGu\",\"Variant 2 / Desktop\":\"DXkKerI95\",\"Variant 3 / Desktop\":\"cgib2UgEc\"};const getProps=({featureDescription1,featureDescription2,featureDescription3,featureImage1,featureImage2,featureImage3,featureNumber1,featureNumber2,featureNumber3,featureTitle1,featureTitle2,featureTitle3,height,id,width,...props})=>{return{...props,Fo0k9t69P:featureNumber1??props.Fo0k9t69P??\"01\",hnAtB_7R2:featureTitle1??props.hnAtB_7R2??\"Luxury Residences\",hPuTkrC0m:featureTitle2??props.hPuTkrC0m??\"Eco Green Buildings\",kXe_evr3t:featureDescription3??props.kXe_evr3t??\"Explore our curated collection of unique vacation homes, offering distinctive architecture and exceptional locations for unforgettable stays.\",N7z_3CyIw:featureImage3??props.N7z_3CyIw??{alt:\"\",pixelHeight:800,pixelWidth:800,src:\"https://framerusercontent.com/images/IAU2BSodEZAzSqJjl5B2xm2bys.jpg\"},NZ5fAZmDg:featureNumber2??props.NZ5fAZmDg??\"02\",RrRDsGucs:featureNumber3??props.RrRDsGucs??\"03\",sAdIWP664:featureImage2??props.sAdIWP664??{alt:\"\",pixelHeight:800,pixelWidth:800,src:\"https://framerusercontent.com/images/LJMyvITSYFBGctUUSfHSRfjsZ0.jpg\"},variant:humanReadableVariantMap[props.variant]??props.variant??\"K9IjzMGGu\",Wlo08rYYl:featureDescription1??props.Wlo08rYYl??\"Experience unparalleled elegance in our luxury residences, featuring exquisite design, premium amenities, and prime locations for the most discerning tastes.\",YPWO5WhBG:featureImage1??props.YPWO5WhBG??{alt:\"\",pixelHeight:1600,pixelWidth:800,src:\"https://framerusercontent.com/images/yzpRxn2HI5TBopZVeE1K1WuVA.jpg\"},Zgcw4Ay9n:featureDescription2??props.Zgcw4Ay9n??\"Discover sustainable living in our eco-friendly properties, designed to minimize environmental impact while offering modern comforts and energy efficiency.\",ZZH5eqjfn:featureTitle3??props.ZZH5eqjfn??\"Unique Vacation Homes\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,YPWO5WhBG,hnAtB_7R2,Wlo08rYYl,Fo0k9t69P,sAdIWP664,hPuTkrC0m,Zgcw4Ay9n,NZ5fAZmDg,N7z_3CyIw,ZZH5eqjfn,kXe_evr3t,RrRDsGucs,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"K9IjzMGGu\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnterrgvl9a=activeVariantCallback(async(...args)=>{setVariant(\"K9IjzMGGu\");});const onMouseEnteresgw1t=activeVariantCallback(async(...args)=>{setVariant(\"DXkKerI95\");});const onMouseEnter37yvyv=activeVariantCallback(async(...args)=>{setVariant(\"cgib2UgEc\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"qUp9M5z8z\",\"taycVqrLZ\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"DXkKerI95\",\"cgib2UgEc\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"DXkKerI95\",\"cgib2UgEc\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if([\"qUp9M5z8z\",\"taycVqrLZ\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if([\"DXkKerI95\",\"qUp9M5z8z\",\"taycVqrLZ\"].includes(baseVariant))return false;return true;};const isDisplayed5=()=>{if([\"DXkKerI95\",\"qUp9M5z8z\",\"taycVqrLZ\"].includes(baseVariant))return true;return false;};const isDisplayed6=()=>{if([\"cgib2UgEc\",\"qUp9M5z8z\",\"taycVqrLZ\"].includes(baseVariant))return false;return true;};const isDisplayed7=()=>{if([\"cgib2UgEc\",\"qUp9M5z8z\",\"taycVqrLZ\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1gam4j7\",className,classNames),\"data-framer-name\":\"Variant 1 / Desktop\",layoutDependency:layoutDependency,layoutId:\"K9IjzMGGu\",ref:refBinding,style:{...style},...addPropertyOverrides({cgib2UgEc:{\"data-framer-name\":\"Variant 3 / Desktop\"},DXkKerI95:{\"data-framer-name\":\"Variant 2 / Desktop\"},qUp9M5z8z:{\"data-framer-name\":\"Variant / Tablet\"},taycVqrLZ:{\"data-framer-name\":\"Variant / Phone\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-oyfv9y\",\"data-framer-name\":\"Feature Service / Left\",layoutDependency:layoutDependency,layoutId:\"udgtBmr1l\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6r86no\",\"data-framer-name\":\"Service Icon Text Wrap\",layoutDependency:layoutDependency,layoutId:\"loxbtxh6C\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ilvw7j-container\",\"data-framer-name\":\"Unique Vacation Homes Icon\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Lg6xNeINq-container\",name:\"Unique Vacation Homes Icon\",nodeId:\"Lg6xNeINq\",rendersWithMotion:true,scopeId:\"aPpZS_1za\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-hidden=\"true\" role=\"img\" class=\"iconify iconify--ic\" width=\"100%\" height=\"100%\" preserveAspectRatio=\"xMidYMid meet\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M1 11v10h5v-6h4v6h5V11L8 6z\"></path><path fill=\"currentColor\" d=\"M10 3v1.97l7 5V11h2v2h-2v2h2v2h-2v4h6V3zm9 6h-2V7h2z\"></path></svg>',id:\"Lg6xNeINq\",layoutId:\"Lg6xNeINq\",name:\"Unique Vacation Homes Icon\",radius:\"0px\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\",zoom:1,...addPropertyOverrides({cgib2UgEc:{html:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-hidden=\"true\" role=\"img\" class=\"iconify iconify--ph\" width=\"100%\" height=\"100%\" preserveAspectRatio=\"xMidYMid meet\" viewBox=\"0 0 256 256\"><path fill=\"currentColor\" d=\"M231.19 195.51A8 8 0 0 1 224 200h-88v40a8 8 0 0 1-16 0v-40H32a8 8 0 0 1-6.31-12.91l46-59.09H48a8 8 0 0 1-6.34-12.88l80-104a8 8 0 0 1 12.68 0l80 104A8 8 0 0 1 208 128h-23.64l45.95 59.09a8 8 0 0 1 .88 8.42\"></path></svg>'},DXkKerI95:{html:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-hidden=\"true\" role=\"img\" class=\"iconify iconify--ic\" width=\"100%\" height=\"100%\" preserveAspectRatio=\"xMidYMid meet\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M6.05 8.05a7 7 0 0 0-.02 9.88c1.47-3.4 4.09-6.24 7.36-7.93A15.95 15.95 0 0 0 8 19.32c2.6 1.23 5.8.78 7.95-1.37C19.43 14.47 20 4 20 4S9.53 4.57 6.05 8.05\"></path></svg>'}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1kbmqo5\",\"data-styles-preset\":\"YZOLNjbsq\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"Luxury Residences\"})}),className:\"framer-xk33tu\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hrTVlIb_b\",style:{\"--extracted-r6o4lv\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:hnAtB_7R2,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({cgib2UgEc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1kbmqo5\",\"data-styles-preset\":\"YZOLNjbsq\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"Unique Vacation Homes\"})}),text:ZZH5eqjfn},DXkKerI95:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1kbmqo5\",\"data-styles-preset\":\"YZOLNjbsq\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"Eco Green Buildings\"})}),text:hPuTkrC0m}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1f8staf\",\"data-styles-preset\":\"qL0mZkKEG\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"Experience unparalleled elegance in our luxury residences, featuring exquisite design, premium amenities, and prime locations for the most discerning tastes.\"})}),className:\"framer-129hdie\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"eWhBKYEno\",style:{\"--extracted-r6o4lv\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:Wlo08rYYl,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({cgib2UgEc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1f8staf\",\"data-styles-preset\":\"qL0mZkKEG\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"Explore our curated collection of unique vacation homes, offering distinctive architecture and exceptional locations for unforgettable stays.\"})}),text:kXe_evr3t},DXkKerI95:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1f8staf\",\"data-styles-preset\":\"qL0mZkKEG\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"Discover sustainable living in our eco-friendly properties, designed to minimize environmental impact while offering modern comforts and energy efficiency.\"})}),text:Zgcw4Ay9n}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-uc4koa\",\"data-framer-name\":\"Feature Service / Right\",layoutDependency:layoutDependency,layoutId:\"KWQ74e8AO\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3p4jz7\",\"data-framer-name\":\"Feature Service List / First\",layoutDependency:layoutDependency,layoutId:\"hsjAd32yN\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{cgib2UgEc:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, rgb(199, 199, 199))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},qUp9M5z8z:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},taycVqrLZ:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({cgib2UgEc:{\"data-border\":true,\"data-highlight\":true,onMouseEnter:onMouseEnterrgvl9a},DXkKerI95:{\"data-highlight\":true,onMouseEnter:onMouseEnterrgvl9a}},baseVariant,gestureVariant),children:[isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16u0x5l\",\"data-framer-name\":\"Feature Service Vertical Wrap\",layoutDependency:layoutDependency,layoutId:\"Zc7xAKvMU\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1dq0i83-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"EmRpdoVIw-container\",nodeId:\"EmRpdoVIw\",rendersWithMotion:true,scopeId:\"aPpZS_1za\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, rgb(199, 199, 199))\",height:\"100%\",iconSearch:\"arrow-left\",iconSelection:\"House\",id:\"EmRpdoVIw\",layoutId:\"EmRpdoVIw\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({cgib2UgEc:{color:\"var(--token-e224f570-5df7-4f2d-ba25-3aa3aa651d4d, rgb(227, 206, 154))\"},DXkKerI95:{color:\"var(--token-e224f570-5df7-4f2d-ba25-3aa3aa651d4d, rgb(227, 206, 154))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1aiev7u\",\"data-framer-name\":\"Feature Service Text / Vertical\",layoutDependency:layoutDependency,layoutId:\"i8EPKNE7I\",style:{rotate:-90},transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-qh5i8k\",\"data-styles-preset\":\"azskwFC8N\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, rgb(199, 199, 199)))\"},children:\"01\"})}),className:\"framer-104442h\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Cx840tDYL\",style:{\"--extracted-r6o4lv\":\"var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, rgb(199, 199, 199))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{cgib2UgEc:{\"--extracted-r6o4lv\":\"var(--token-e224f570-5df7-4f2d-ba25-3aa3aa651d4d, rgb(227, 206, 154))\"},DXkKerI95:{\"--extracted-r6o4lv\":\"var(--token-e224f570-5df7-4f2d-ba25-3aa3aa651d4d, rgb(227, 206, 154))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({cgib2UgEc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-qh5i8k\",\"data-styles-preset\":\"azskwFC8N\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e224f570-5df7-4f2d-ba25-3aa3aa651d4d, rgb(227, 206, 154)))\"},children:\"01\"})}),text:Fo0k9t69P},DXkKerI95:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-qh5i8k\",\"data-styles-preset\":\"azskwFC8N\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e224f570-5df7-4f2d-ba25-3aa3aa651d4d, rgb(227, 206, 154)))\"},children:\"01\"})}),text:Fo0k9t69P}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-zjlbhj\",\"data-styles-preset\":\"G0yoY9SUk\",children:\"Luxury Residences\"})}),className:\"framer-13tebgf\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"z_ra59dHC\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{cgib2UgEc:{\"--extracted-r6o4lv\":\"var(--token-e224f570-5df7-4f2d-ba25-3aa3aa651d4d, rgb(227, 206, 154))\"},DXkKerI95:{\"--extracted-r6o4lv\":\"var(--token-e224f570-5df7-4f2d-ba25-3aa3aa651d4d, rgb(227, 206, 154))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({cgib2UgEc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-zjlbhj\",\"data-styles-preset\":\"G0yoY9SUk\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e224f570-5df7-4f2d-ba25-3aa3aa651d4d, rgb(227, 206, 154)))\"},children:\"Luxury Residences\"})}),text:hnAtB_7R2},DXkKerI95:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-zjlbhj\",\"data-styles-preset\":\"G0yoY9SUk\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e224f570-5df7-4f2d-ba25-3aa3aa651d4d, rgb(227, 206, 154)))\"},children:\"Luxury Residences\"})}),text:hnAtB_7R2}},baseVariant,gestureVariant)})]})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-p9f0sc\",\"data-framer-name\":\"Feature Service Image\",layoutDependency:layoutDependency,layoutId:\"VyZDfA0qz\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bh9r5w\",\"data-framer-name\":\"Feature Service Text Wrap\",layoutDependency:layoutDependency,layoutId:\"DiECQPHxX\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-p98lz5-container\",\"data-framer-name\":\"Corner Bottom Left\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"aUTdhkt2_-container\",name:\"Corner Bottom Left\",nodeId:\"aUTdhkt2_\",rendersWithMotion:true,scopeId:\"aPpZS_1za\",style:{rotate:180},children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 0L0 20C0 8.95431 8.95431 0 20 0L0 0Z\" fill=\"white\"/>\\n</svg>',id:\"aUTdhkt2_\",layoutId:\"aUTdhkt2_\",name:\"Corner Bottom Left\",radius:\"0px\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\",zoom:1})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wszdgg\",\"data-framer-name\":\"Hero Rating Wrap / Bottom\",layoutDependency:layoutDependency,layoutId:\"Mgjr2PWXn\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-jevane-container\",\"data-framer-name\":\"Corner Bottom Left\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"qXxGHPZ4d-container\",name:\"Corner Bottom Left\",nodeId:\"qXxGHPZ4d\",rendersWithMotion:true,scopeId:\"aPpZS_1za\",style:{rotate:180},children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 0L0 20C0 8.95431 8.95431 0 20 0L0 0Z\" fill=\"white\"/>\\n</svg>',id:\"qXxGHPZ4d\",layoutId:\"qXxGHPZ4d\",name:\"Corner Bottom Left\",radius:\"0px\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\",zoom:1})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bpoiot\",\"data-framer-name\":\"Text Wrap\",layoutDependency:layoutDependency,layoutId:\"TrEHrvO2M\",style:{backgroundColor:\"var(--token-528a4e50-1a33-4ebe-a3b3-4f0f1508d312, rgb(255, 255, 255))\",borderTopLeftRadius:32},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-qh5i8k\",\"data-styles-preset\":\"azskwFC8N\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"01\"})}),className:\"framer-1q0472b\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"r1fdH1BXJ\",style:{\"--extracted-r6o4lv\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:Fo0k9t69P,variants:{qUp9M5z8z:{\"--extracted-r6o4lv\":\"var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, rgb(199, 199, 199))\"},taycVqrLZ:{\"--extracted-r6o4lv\":\"var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, rgb(199, 199, 199))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({qUp9M5z8z:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-qh5i8k\",\"data-styles-preset\":\"azskwFC8N\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, rgb(199, 199, 199)))\"},children:\"01\"})})},taycVqrLZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-qh5i8k\",\"data-styles-preset\":\"azskwFC8N\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, rgb(199, 199, 199)))\"},children:\"01\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1kogt7g\",\"data-styles-preset\":\"pltaRW4Fx\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"Luxury Residences\"})}),className:\"framer-1m7qoqb\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UiKFWzy0f\",style:{\"--extracted-r6o4lv\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:hnAtB_7R2,variants:{qUp9M5z8z:{\"--extracted-r6o4lv\":\"var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, rgb(199, 199, 199))\"},taycVqrLZ:{\"--extracted-r6o4lv\":\"var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, rgb(199, 199, 199))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({qUp9M5z8z:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1kogt7g\",\"data-styles-preset\":\"pltaRW4Fx\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, rgb(199, 199, 199)))\"},children:\"Luxury Residences\"})})},taycVqrLZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1kogt7g\",\"data-styles-preset\":\"pltaRW4Fx\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, rgb(199, 199, 199)))\"},children:\"Luxury Residences\"})})}},baseVariant,gestureVariant)})]})]})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+((componentViewport?.height||500)-0-500)+0+0+0+0),pixelHeight:1600,pixelWidth:800,sizes:`max(${componentViewport?.width||\"100vw\"} * 0.56, 1px)`,...toResponsiveImage(YPWO5WhBG)},className:\"framer-1bdb6x2\",layoutDependency:layoutDependency,layoutId:\"Uel9ZRMpi\",...addPropertyOverrides({qUp9M5z8z:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0+0+0),pixelHeight:1600,pixelWidth:800,sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,...toResponsiveImage(YPWO5WhBG)}},taycVqrLZ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0+0+0),pixelHeight:1600,pixelWidth:800,sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,...toResponsiveImage(YPWO5WhBG)}}},baseVariant,gestureVariant)})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cgmcu\",\"data-framer-name\":\"Service Icon Text Wrap\",layoutDependency:layoutDependency,layoutId:\"Cn8cEpSwm\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1qeabgh-container\",\"data-framer-name\":\"Luxury Residences Icon\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"H_ePBtrVn-container\",name:\"Luxury Residences Icon\",nodeId:\"H_ePBtrVn\",rendersWithMotion:true,scopeId:\"aPpZS_1za\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-hidden=\"true\" role=\"img\" class=\"iconify iconify--ic\" width=\"100%\" height=\"100%\" preserveAspectRatio=\"xMidYMid meet\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M1 11v10h5v-6h4v6h5V11L8 6z\"></path><path fill=\"currentColor\" d=\"M10 3v1.97l7 5V11h2v2h-2v2h2v2h-2v4h6V3zm9 6h-2V7h2z\"></path></svg>',id:\"H_ePBtrVn\",layoutId:\"H_ePBtrVn\",name:\"Luxury Residences Icon\",radius:\"0px\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\",zoom:1})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1kbmqo5\",\"data-styles-preset\":\"YZOLNjbsq\",children:\"Luxury Residences\"})}),className:\"framer-rfr894\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vX0bIyYLQ\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{qUp9M5z8z:{\"--extracted-r6o4lv\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\"},taycVqrLZ:{\"--extracted-r6o4lv\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({qUp9M5z8z:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1kbmqo5\",\"data-styles-preset\":\"YZOLNjbsq\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"Luxury Residences\"})}),text:hnAtB_7R2},taycVqrLZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1kbmqo5\",\"data-styles-preset\":\"YZOLNjbsq\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"Luxury Residences\"})}),text:hnAtB_7R2}},baseVariant,gestureVariant)})]}),isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1f8staf\",\"data-styles-preset\":\"qL0mZkKEG\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"Discover sustainable living in our eco-friendly properties, designed to minimize environmental impact while offering modern comforts and energy efficiency.\"})}),className:\"framer-wiw1ev\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"VP46XsfJe\",style:{\"--extracted-r6o4lv\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({qUp9M5z8z:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1f8staf\",\"data-styles-preset\":\"qL0mZkKEG\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"Experience unparalleled elegance in our luxury residences, featuring exquisite design, premium amenities, and prime locations for the most discerning tastes.\"})}),text:Wlo08rYYl},taycVqrLZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1f8staf\",\"data-styles-preset\":\"qL0mZkKEG\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"Experience unparalleled elegance in our luxury residences, featuring exquisite design, premium amenities, and prime locations for the most discerning tastes.\"})}),text:Wlo08rYYl}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9mmhv2\",\"data-border\":true,\"data-framer-name\":\"Feature Service List / Second\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"GAgkqBNSj\",onMouseEnter:onMouseEnteresgw1t,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, rgb(199, 199, 199))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{cgib2UgEc:{\"--border-right-width\":\"0px\"},DXkKerI95:{\"--border-right-width\":\"0px\"},qUp9M5z8z:{\"--border-right-width\":\"0px\"},taycVqrLZ:{\"--border-right-width\":\"0px\"}},...addPropertyOverrides({DXkKerI95:{\"data-highlight\":undefined,onMouseEnter:undefined},qUp9M5z8z:{\"data-highlight\":undefined,onMouseEnter:undefined},taycVqrLZ:{\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:[isDisplayed4()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1go8001\",\"data-framer-name\":\"Feature Service Vertical Wrap\",layoutDependency:layoutDependency,layoutId:\"RjcW1YBFe\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vln9yh-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"e5_3OSaD7-container\",nodeId:\"e5_3OSaD7\",rendersWithMotion:true,scopeId:\"aPpZS_1za\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-e224f570-5df7-4f2d-ba25-3aa3aa651d4d, rgb(227, 206, 154))\",height:\"100%\",iconSearch:\"arrow-left\",iconSelection:\"House\",id:\"e5_3OSaD7\",layoutId:\"e5_3OSaD7\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xlf5ta\",\"data-framer-name\":\"Feature Service Text / Vertical\",layoutDependency:layoutDependency,layoutId:\"DeeFVnhy2\",style:{rotate:-90},transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-qh5i8k\",\"data-styles-preset\":\"azskwFC8N\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e224f570-5df7-4f2d-ba25-3aa3aa651d4d, rgb(227, 206, 154)))\"},children:\"02\"})}),className:\"framer-16guco\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Gezw6fQU8\",style:{\"--extracted-r6o4lv\":\"var(--token-e224f570-5df7-4f2d-ba25-3aa3aa651d4d, rgb(227, 206, 154))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:NZ5fAZmDg,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-zjlbhj\",\"data-styles-preset\":\"G0yoY9SUk\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e224f570-5df7-4f2d-ba25-3aa3aa651d4d, rgb(227, 206, 154)))\"},children:\"Eco Green Buildings\"})}),className:\"framer-10ojbd0\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vvfhlLca6\",style:{\"--extracted-r6o4lv\":\"var(--token-e224f570-5df7-4f2d-ba25-3aa3aa651d4d, rgb(227, 206, 154))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:hPuTkrC0m,verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed5()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18vjtkn\",\"data-framer-name\":\"Feature Service Image\",layoutDependency:layoutDependency,layoutId:\"bYYFxWKx_\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:800,pixelWidth:800,src:\"https://framerusercontent.com/images/LJMyvITSYFBGctUUSfHSRfjsZ0.jpg\"},className:\"framer-1hq6e8\",layoutDependency:layoutDependency,layoutId:\"gpWeEv_oq\",style:{borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32},variants:{DXkKerI95:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},...addPropertyOverrides({DXkKerI95:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+((componentViewport?.height||500)-0-500)+0+0+0+0),pixelHeight:800,pixelWidth:800,sizes:`max(${componentViewport?.width||\"100vw\"} * 0.56, 1px)`,...toResponsiveImage(sAdIWP664)}},qUp9M5z8z:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+706+0+0+0),pixelHeight:800,pixelWidth:800,sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,...toResponsiveImage(sAdIWP664)}},taycVqrLZ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+706+0+0+0),pixelHeight:800,pixelWidth:800,sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,...toResponsiveImage(sAdIWP664)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qoj8y7\",\"data-framer-name\":\"Feature Service Text Wrap\",layoutDependency:layoutDependency,layoutId:\"Zr4TtcoHg\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-gsl21l-container\",\"data-framer-name\":\"Corner Bottom Left\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"xAVXFtn2u-container\",name:\"Corner Bottom Left\",nodeId:\"xAVXFtn2u\",rendersWithMotion:true,scopeId:\"aPpZS_1za\",style:{rotate:180},children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 0L0 20C0 8.95431 8.95431 0 20 0L0 0Z\" fill=\"white\"/>\\n</svg>',id:\"xAVXFtn2u\",layoutId:\"xAVXFtn2u\",name:\"Corner Bottom Left\",radius:\"0px\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\",zoom:1})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8t7drg\",\"data-framer-name\":\"Hero Rating Wrap / Bottom\",layoutDependency:layoutDependency,layoutId:\"mxd6dxpnU\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1a69b9p-container\",\"data-framer-name\":\"Corner Bottom Left\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"A7oNIH2f8-container\",name:\"Corner Bottom Left\",nodeId:\"A7oNIH2f8\",rendersWithMotion:true,scopeId:\"aPpZS_1za\",style:{rotate:180},children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 0L0 20C0 8.95431 8.95431 0 20 0L0 0Z\" fill=\"white\"/>\\n</svg>',id:\"A7oNIH2f8\",layoutId:\"A7oNIH2f8\",name:\"Corner Bottom Left\",radius:\"0px\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\",zoom:1})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x1x8qm\",\"data-framer-name\":\"Text Wrap\",layoutDependency:layoutDependency,layoutId:\"liXxpd855\",style:{backgroundColor:\"var(--token-528a4e50-1a33-4ebe-a3b3-4f0f1508d312, rgb(255, 255, 255))\",borderTopLeftRadius:32},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-qh5i8k\",\"data-styles-preset\":\"azskwFC8N\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"02\"})}),className:\"framer-1v3dbbz\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"s56kFluJM\",style:{\"--extracted-r6o4lv\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{qUp9M5z8z:{\"--extracted-r6o4lv\":\"var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, rgb(199, 199, 199))\"},taycVqrLZ:{\"--extracted-r6o4lv\":\"var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, rgb(199, 199, 199))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({DXkKerI95:{text:NZ5fAZmDg},qUp9M5z8z:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-qh5i8k\",\"data-styles-preset\":\"azskwFC8N\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, rgb(199, 199, 199)))\"},children:\"02\"})}),text:NZ5fAZmDg},taycVqrLZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-qh5i8k\",\"data-styles-preset\":\"azskwFC8N\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, rgb(199, 199, 199)))\"},children:\"02\"})}),text:NZ5fAZmDg}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1kogt7g\",\"data-styles-preset\":\"pltaRW4Fx\",children:\"Eco Green Buildings\"})}),className:\"framer-1g5mjoc\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"eBH4efmhC\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{DXkKerI95:{\"--extracted-r6o4lv\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\"},qUp9M5z8z:{\"--extracted-r6o4lv\":\"var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, rgb(199, 199, 199))\"},taycVqrLZ:{\"--extracted-r6o4lv\":\"var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, rgb(199, 199, 199))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({DXkKerI95:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1kogt7g\",\"data-styles-preset\":\"pltaRW4Fx\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"Eco Green Buildings\"})}),text:hPuTkrC0m},qUp9M5z8z:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1kogt7g\",\"data-styles-preset\":\"pltaRW4Fx\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, rgb(199, 199, 199)))\"},children:\"Eco Green Buildings\"})}),text:hPuTkrC0m},taycVqrLZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1kogt7g\",\"data-styles-preset\":\"pltaRW4Fx\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, rgb(199, 199, 199)))\"},children:\"Eco Green Buildings\"})}),text:hPuTkrC0m}},baseVariant,gestureVariant)})]})]})]})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nqyzo5\",\"data-framer-name\":\"Service Icon Text Wrap\",layoutDependency:layoutDependency,layoutId:\"XLZQyR6Gq\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-q0pzdu-container\",\"data-framer-name\":\"Eco Green Buildings Icon\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"UfAHXL4lY-container\",name:\"Eco Green Buildings Icon\",nodeId:\"UfAHXL4lY\",rendersWithMotion:true,scopeId:\"aPpZS_1za\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-hidden=\"true\" role=\"img\" class=\"iconify iconify--ic\" width=\"100%\" height=\"100%\" preserveAspectRatio=\"xMidYMid meet\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M6.05 8.05a7 7 0 0 0-.02 9.88c1.47-3.4 4.09-6.24 7.36-7.93A15.95 15.95 0 0 0 8 19.32c2.6 1.23 5.8.78 7.95-1.37C19.43 14.47 20 4 20 4S9.53 4.57 6.05 8.05\"></path></svg>',id:\"UfAHXL4lY\",layoutId:\"UfAHXL4lY\",name:\"Eco Green Buildings Icon\",radius:\"0px\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\",zoom:1})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1kbmqo5\",\"data-styles-preset\":\"YZOLNjbsq\",children:\"Eco Green Buildings\"})}),className:\"framer-1nzf550\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xIwxrhTLy\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{qUp9M5z8z:{\"--extracted-r6o4lv\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\"},taycVqrLZ:{\"--extracted-r6o4lv\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({qUp9M5z8z:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1kbmqo5\",\"data-styles-preset\":\"YZOLNjbsq\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"Eco Green Buildings\"})}),text:hPuTkrC0m},taycVqrLZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1kbmqo5\",\"data-styles-preset\":\"YZOLNjbsq\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"Eco Green Buildings\"})}),text:hPuTkrC0m}},baseVariant,gestureVariant)})]}),isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1f8staf\",\"data-styles-preset\":\"qL0mZkKEG\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"Experience unparalleled elegance in our luxury residences, featuring exquisite design, premium amenities, and prime locations for the most discerning tastes.\"})}),className:\"framer-2yjejf\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rp5u5ueYx\",style:{\"--extracted-r6o4lv\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({qUp9M5z8z:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1f8staf\",\"data-styles-preset\":\"qL0mZkKEG\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"Discover sustainable living in our eco-friendly properties, designed to minimize environmental impact while offering modern comforts and energy efficiency.\"})}),text:Zgcw4Ay9n},taycVqrLZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1f8staf\",\"data-styles-preset\":\"qL0mZkKEG\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"Discover sustainable living in our eco-friendly properties, designed to minimize environmental impact while offering modern comforts and energy efficiency.\"})}),text:Zgcw4Ay9n}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fqu7d1\",\"data-border\":true,\"data-framer-name\":\"Feature Service List / Third\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"zJCsNRO47\",onMouseEnter:onMouseEnter37yvyv,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, rgb(199, 199, 199))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{cgib2UgEc:{\"--border-right-width\":\"0px\"},qUp9M5z8z:{\"--border-right-width\":\"0px\"},taycVqrLZ:{\"--border-right-width\":\"0px\"}},...addPropertyOverrides({cgib2UgEc:{\"data-highlight\":undefined,onMouseEnter:undefined},qUp9M5z8z:{\"data-highlight\":undefined,onMouseEnter:undefined},taycVqrLZ:{\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:[isDisplayed6()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10vwbw5\",\"data-framer-name\":\"Feature Service Vertical Wrap\",layoutDependency:layoutDependency,layoutId:\"nA0Qad5XC\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-dbo939-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"IctbsLqDp-container\",nodeId:\"IctbsLqDp\",rendersWithMotion:true,scopeId:\"aPpZS_1za\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-e224f570-5df7-4f2d-ba25-3aa3aa651d4d, rgb(227, 206, 154))\",height:\"100%\",iconSearch:\"arrow-left\",iconSelection:\"House\",id:\"IctbsLqDp\",layoutId:\"IctbsLqDp\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9fiacs\",\"data-framer-name\":\"Feature Service Text / Vertical\",layoutDependency:layoutDependency,layoutId:\"xZJP1seeF\",style:{rotate:-90},transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-qh5i8k\",\"data-styles-preset\":\"azskwFC8N\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e224f570-5df7-4f2d-ba25-3aa3aa651d4d, rgb(227, 206, 154)))\"},children:\"03\"})}),className:\"framer-14wc50u\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vZ6xFuSe2\",style:{\"--extracted-r6o4lv\":\"var(--token-e224f570-5df7-4f2d-ba25-3aa3aa651d4d, rgb(227, 206, 154))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:RrRDsGucs,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-zjlbhj\",\"data-styles-preset\":\"G0yoY9SUk\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e224f570-5df7-4f2d-ba25-3aa3aa651d4d, rgb(227, 206, 154)))\"},children:\"Unique Vacation Homes\"})}),className:\"framer-105zduz\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Xoktu6AkP\",style:{\"--extracted-r6o4lv\":\"var(--token-e224f570-5df7-4f2d-ba25-3aa3aa651d4d, rgb(227, 206, 154))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:ZZH5eqjfn,verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed7()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xcxd10\",\"data-framer-name\":\"Feature Service Image\",layoutDependency:layoutDependency,layoutId:\"MBiLntrkd\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:800,pixelWidth:800,src:\"https://framerusercontent.com/images/IAU2BSodEZAzSqJjl5B2xm2bys.jpg\"},className:\"framer-5xc5nv\",layoutDependency:layoutDependency,layoutId:\"o6zXy97XS\",style:{borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32},variants:{cgib2UgEc:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},...addPropertyOverrides({cgib2UgEc:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+((componentViewport?.height||200)-0-500)+0+0+0+0),pixelHeight:800,pixelWidth:800,sizes:`max(${componentViewport?.width||\"100vw\"} * 0.56, 1px)`,...toResponsiveImage(N7z_3CyIw)}},qUp9M5z8z:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1412+0+0+0),pixelHeight:800,pixelWidth:800,sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,...toResponsiveImage(N7z_3CyIw)}},taycVqrLZ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1412+0+0+0),pixelHeight:800,pixelWidth:800,sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,...toResponsiveImage(N7z_3CyIw)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ve0vk\",\"data-framer-name\":\"Feature Service Text Wrap\",layoutDependency:layoutDependency,layoutId:\"A7z08U67T\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1k0mf9t-container\",\"data-framer-name\":\"Corner Bottom Left\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"LXrv_SCjs-container\",name:\"Corner Bottom Left\",nodeId:\"LXrv_SCjs\",rendersWithMotion:true,scopeId:\"aPpZS_1za\",style:{rotate:180},children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 0L0 20C0 8.95431 8.95431 0 20 0L0 0Z\" fill=\"white\"/>\\n</svg>',id:\"LXrv_SCjs\",layoutId:\"LXrv_SCjs\",name:\"Corner Bottom Left\",radius:\"0px\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\",zoom:1})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dv9m0m\",\"data-framer-name\":\"Hero Rating Wrap / Bottom\",layoutDependency:layoutDependency,layoutId:\"MYyhOBj1x\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-of6wdb-container\",\"data-framer-name\":\"Corner Bottom Left\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"zOl2qz07p-container\",name:\"Corner Bottom Left\",nodeId:\"zOl2qz07p\",rendersWithMotion:true,scopeId:\"aPpZS_1za\",style:{rotate:180},children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 0L0 20C0 8.95431 8.95431 0 20 0L0 0Z\" fill=\"white\"/>\\n</svg>',id:\"zOl2qz07p\",layoutId:\"zOl2qz07p\",name:\"Corner Bottom Left\",radius:\"0px\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\",zoom:1})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1huecyn\",\"data-framer-name\":\"Text Wrap\",layoutDependency:layoutDependency,layoutId:\"yUgEQLkxp\",style:{backgroundColor:\"var(--token-528a4e50-1a33-4ebe-a3b3-4f0f1508d312, rgb(255, 255, 255))\",borderTopLeftRadius:32},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-qh5i8k\",\"data-styles-preset\":\"azskwFC8N\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"03\"})}),className:\"framer-1nt31ib\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RFvMKzL50\",style:{\"--extracted-r6o4lv\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{qUp9M5z8z:{\"--extracted-r6o4lv\":\"var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, rgb(199, 199, 199))\"},taycVqrLZ:{\"--extracted-r6o4lv\":\"var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, rgb(199, 199, 199))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({cgib2UgEc:{text:RrRDsGucs},qUp9M5z8z:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-qh5i8k\",\"data-styles-preset\":\"azskwFC8N\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, rgb(199, 199, 199)))\"},children:\"03\"})}),text:RrRDsGucs},taycVqrLZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-qh5i8k\",\"data-styles-preset\":\"azskwFC8N\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, rgb(199, 199, 199)))\"},children:\"03\"})}),text:RrRDsGucs}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1kogt7g\",\"data-styles-preset\":\"pltaRW4Fx\",children:\"Unique Vacation Homes\"})}),className:\"framer-1pophj4\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"DQxOzB48q\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{cgib2UgEc:{\"--extracted-r6o4lv\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\"},qUp9M5z8z:{\"--extracted-r6o4lv\":\"var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, rgb(199, 199, 199))\"},taycVqrLZ:{\"--extracted-r6o4lv\":\"var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, rgb(199, 199, 199))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({cgib2UgEc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1kogt7g\",\"data-styles-preset\":\"pltaRW4Fx\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"Unique Vacation Homes\"})}),text:ZZH5eqjfn},qUp9M5z8z:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1kogt7g\",\"data-styles-preset\":\"pltaRW4Fx\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, rgb(199, 199, 199)))\"},children:\"Unique Vacation Homes\"})}),text:ZZH5eqjfn},taycVqrLZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1kogt7g\",\"data-styles-preset\":\"pltaRW4Fx\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, rgb(199, 199, 199)))\"},children:\"Unique Vacation Homes\"})}),text:ZZH5eqjfn}},baseVariant,gestureVariant)})]})]})]})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9gdvu9\",\"data-framer-name\":\"Service Icon Text Wrap\",layoutDependency:layoutDependency,layoutId:\"jHGOt7xy0\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18n4f40-container\",\"data-framer-name\":\"Unique Vacation Homes Icon\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"QCRxLYFiE-container\",name:\"Unique Vacation Homes Icon\",nodeId:\"QCRxLYFiE\",rendersWithMotion:true,scopeId:\"aPpZS_1za\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-hidden=\"true\" role=\"img\" class=\"iconify iconify--ic\" width=\"100%\" height=\"100%\" preserveAspectRatio=\"xMidYMid meet\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M12 2c-4.2 0-8 3.22-8 8.2c0 3.18 2.45 6.92 7.34 11.23c.38.33.95.33 1.33 0C17.55 17.12 20 13.38 20 10.2C20 5.22 16.2 2 12 2m0 10c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2\"></path></svg>',id:\"QCRxLYFiE\",layoutId:\"QCRxLYFiE\",name:\"Unique Vacation Homes Icon\",radius:\"0px\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\",zoom:1,...addPropertyOverrides({qUp9M5z8z:{html:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-hidden=\"true\" role=\"img\" class=\"iconify iconify--ph\" width=\"100%\" height=\"100%\" preserveAspectRatio=\"xMidYMid meet\" viewBox=\"0 0 256 256\"><path fill=\"currentColor\" d=\"M231.19 195.51A8 8 0 0 1 224 200h-88v40a8 8 0 0 1-16 0v-40H32a8 8 0 0 1-6.31-12.91l46-59.09H48a8 8 0 0 1-6.34-12.88l80-104a8 8 0 0 1 12.68 0l80 104A8 8 0 0 1 208 128h-23.64l45.95 59.09a8 8 0 0 1 .88 8.42\"></path></svg>'},taycVqrLZ:{html:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-hidden=\"true\" role=\"img\" class=\"iconify iconify--ph\" width=\"100%\" height=\"100%\" preserveAspectRatio=\"xMidYMid meet\" viewBox=\"0 0 256 256\"><path fill=\"currentColor\" d=\"M231.19 195.51A8 8 0 0 1 224 200h-88v40a8 8 0 0 1-16 0v-40H32a8 8 0 0 1-6.31-12.91l46-59.09H48a8 8 0 0 1-6.34-12.88l80-104a8 8 0 0 1 12.68 0l80 104A8 8 0 0 1 208 128h-23.64l45.95 59.09a8 8 0 0 1 .88 8.42\"></path></svg>'}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1kbmqo5\",\"data-styles-preset\":\"YZOLNjbsq\",children:\"Unique Vacation Homes\"})}),className:\"framer-110vpej\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zIEIrvowA\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{qUp9M5z8z:{\"--extracted-r6o4lv\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\"},taycVqrLZ:{\"--extracted-r6o4lv\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({qUp9M5z8z:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1kbmqo5\",\"data-styles-preset\":\"YZOLNjbsq\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"Unique Vacation Homes\"})}),text:ZZH5eqjfn},taycVqrLZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1kbmqo5\",\"data-styles-preset\":\"YZOLNjbsq\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"Unique Vacation Homes\"})}),text:ZZH5eqjfn}},baseVariant,gestureVariant)})]}),isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1f8staf\",\"data-styles-preset\":\"qL0mZkKEG\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"Explore our curated collection of unique vacation homes, offering distinctive architecture and exceptional locations for unforgettable stays.\"})}),className:\"framer-19r1135\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Zc9ZFu65c\",style:{\"--extracted-r6o4lv\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({qUp9M5z8z:{text:kXe_evr3t},taycVqrLZ:{text:kXe_evr3t}},baseVariant,gestureVariant)})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-PzKt7.framer-m40848, .framer-PzKt7 .framer-m40848 { display: block; }\",\".framer-PzKt7.framer-1gam4j7 { align-content: flex-end; align-items: flex-end; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1120px; }\",\".framer-PzKt7 .framer-oyfv9y { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px 32px 0px 0px; position: relative; width: 30%; }\",\".framer-PzKt7 .framer-6r86no { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PzKt7 .framer-ilvw7j-container, .framer-PzKt7 .framer-1qeabgh-container, .framer-PzKt7 .framer-q0pzdu-container, .framer-PzKt7 .framer-18n4f40-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); position: relative; width: 48px; }\",\".framer-PzKt7 .framer-xk33tu, .framer-PzKt7 .framer-129hdie, .framer-PzKt7 .framer-wiw1ev, .framer-PzKt7 .framer-2yjejf, .framer-PzKt7 .framer-19r1135 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-PzKt7 .framer-uc4koa { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 70%; }\",\".framer-PzKt7 .framer-3p4jz7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 500px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 80%; }\",\".framer-PzKt7 .framer-16u0x5l, .framer-PzKt7 .framer-1go8001, .framer-PzKt7 .framer-10vwbw5 { flex: none; height: 500px; overflow: visible; position: relative; width: 54px; }\",\".framer-PzKt7 .framer-1dq0i83-container, .framer-PzKt7 .framer-1vln9yh-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 35px); left: 50%; position: absolute; top: 0px; width: 32px; }\",\".framer-PzKt7 .framer-1aiev7u { align-content: center; align-items: center; bottom: 192px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; left: 50%; overflow: hidden; padding: 5px 0px 0px 0px; position: absolute; width: min-content; z-index: 1; }\",\".framer-PzKt7 .framer-104442h, .framer-PzKt7 .framer-1q0472b, .framer-PzKt7 .framer-1m7qoqb, .framer-PzKt7 .framer-16guco, .framer-PzKt7 .framer-1v3dbbz, .framer-PzKt7 .framer-1g5mjoc, .framer-PzKt7 .framer-14wc50u, .framer-PzKt7 .framer-1nt31ib, .framer-PzKt7 .framer-1pophj4 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-PzKt7 .framer-13tebgf, .framer-PzKt7 .framer-10ojbd0, .framer-PzKt7 .framer-105zduz { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 380px; word-break: break-word; word-wrap: break-word; }\",\".framer-PzKt7 .framer-p9f0sc, .framer-PzKt7 .framer-18vjtkn, .framer-PzKt7 .framer-xcxd10 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-PzKt7 .framer-1bh9r5w, .framer-PzKt7 .framer-1qoj8y7, .framer-PzKt7 .framer-ve0vk { align-content: flex-end; align-items: flex-end; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: 0px; width: min-content; z-index: 1; }\",\".framer-PzKt7 .framer-p98lz5-container, .framer-PzKt7 .framer-jevane-container, .framer-PzKt7 .framer-gsl21l-container, .framer-PzKt7 .framer-1a69b9p-container, .framer-PzKt7 .framer-1k0mf9t-container, .framer-PzKt7 .framer-of6wdb-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 40px; }\",\".framer-PzKt7 .framer-1wszdgg, .framer-PzKt7 .framer-8t7drg, .framer-PzKt7 .framer-1dv9m0m { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-PzKt7 .framer-1bpoiot { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 24px 0px 0px 24px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-PzKt7 .framer-1bdb6x2 { flex: 1 0 0px; height: 100%; overflow: hidden; position: relative; width: 1px; }\",\".framer-PzKt7 .framer-cgmcu, .framer-PzKt7 .framer-nqyzo5, .framer-PzKt7 .framer-9gdvu9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PzKt7 .framer-rfr894, .framer-PzKt7 .framer-1nzf550, .framer-PzKt7 .framer-110vpej { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-PzKt7 .framer-9mmhv2, .framer-PzKt7 .framer-fqu7d1 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 500px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 10%; }\",\".framer-PzKt7 .framer-1xlf5ta, .framer-PzKt7 .framer-9fiacs { align-content: center; align-items: center; bottom: 198px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; left: 50%; overflow: hidden; padding: 5px 0px 0px 0px; position: absolute; width: min-content; z-index: 1; }\",\".framer-PzKt7 .framer-1hq6e8, .framer-PzKt7 .framer-5xc5nv { flex: 1 0 0px; height: 100%; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-PzKt7 .framer-x1x8qm, .framer-PzKt7 .framer-1huecyn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 24px 24px 0px 24px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-PzKt7 .framer-dbo939-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 35px); left: 52%; position: absolute; top: 0px; width: 32px; }\",\".framer-PzKt7.framer-v-1txqq8w .framer-3p4jz7, .framer-PzKt7.framer-v-d5ypqg .framer-3p4jz7 { cursor: pointer; width: 10%; }\",\".framer-PzKt7.framer-v-1txqq8w .framer-9mmhv2, .framer-PzKt7.framer-v-d5ypqg .framer-fqu7d1 { cursor: unset; width: 80%; }\",\".framer-PzKt7.framer-v-1txqq8w .framer-1hq6e8, .framer-PzKt7.framer-v-d5ypqg .framer-5xc5nv { will-change: unset; }\",\".framer-PzKt7.framer-v-1txqq8w .framer-x1x8qm, .framer-PzKt7.framer-v-d5ypqg .framer-1huecyn, .framer-PzKt7.framer-v-fpxue1 .framer-x1x8qm, .framer-PzKt7.framer-v-fpxue1 .framer-1huecyn { padding: 24px 0px 0px 24px; }\",\".framer-PzKt7.framer-v-fpxue1.framer-1gam4j7 { flex-direction: column; width: 800px; }\",\".framer-PzKt7.framer-v-fpxue1 .framer-uc4koa, .framer-PzKt7.framer-v-muqfhv .framer-uc4koa { flex-direction: column; gap: 80px; width: 100%; }\",\".framer-PzKt7.framer-v-fpxue1 .framer-3p4jz7, .framer-PzKt7.framer-v-fpxue1 .framer-9mmhv2, .framer-PzKt7.framer-v-fpxue1 .framer-fqu7d1, .framer-PzKt7.framer-v-muqfhv .framer-3p4jz7, .framer-PzKt7.framer-v-muqfhv .framer-9mmhv2, .framer-PzKt7.framer-v-muqfhv .framer-fqu7d1 { gap: 24px; height: min-content; width: 100%; }\",\".framer-PzKt7.framer-v-fpxue1 .framer-p9f0sc, .framer-PzKt7.framer-v-fpxue1 .framer-18vjtkn, .framer-PzKt7.framer-v-fpxue1 .framer-xcxd10, .framer-PzKt7.framer-v-muqfhv .framer-p9f0sc, .framer-PzKt7.framer-v-muqfhv .framer-18vjtkn, .framer-PzKt7.framer-v-muqfhv .framer-xcxd10 { flex: none; height: 300px; }\",\".framer-PzKt7.framer-v-muqfhv.framer-1gam4j7 { flex-direction: column; width: 380px; }\",\".framer-PzKt7.framer-v-muqfhv .framer-1bpoiot, .framer-PzKt7.framer-v-muqfhv .framer-x1x8qm, .framer-PzKt7.framer-v-muqfhv .framer-1huecyn { padding: 12px 0px 0px 12px; }\",\".framer-PzKt7.framer-v-muqfhv .framer-1qeabgh-container, .framer-PzKt7.framer-v-muqfhv .framer-q0pzdu-container, .framer-PzKt7.framer-v-muqfhv .framer-18n4f40-container { width: 32px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,'.framer-PzKt7[data-border=\"true\"]::after, .framer-PzKt7 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 500\n * @framerIntrinsicWidth 1120\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"DXkKerI95\":{\"layout\":[\"fixed\",\"auto\"]},\"cgib2UgEc\":{\"layout\":[\"fixed\",\"auto\"]},\"qUp9M5z8z\":{\"layout\":[\"fixed\",\"auto\"]},\"taycVqrLZ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"YPWO5WhBG\":\"featureImage1\",\"hnAtB_7R2\":\"featureTitle1\",\"Wlo08rYYl\":\"featureDescription1\",\"Fo0k9t69P\":\"featureNumber1\",\"sAdIWP664\":\"featureImage2\",\"hPuTkrC0m\":\"featureTitle2\",\"Zgcw4Ay9n\":\"featureDescription2\",\"NZ5fAZmDg\":\"featureNumber2\",\"N7z_3CyIw\":\"featureImage3\",\"ZZH5eqjfn\":\"featureTitle3\",\"kXe_evr3t\":\"featureDescription3\",\"RrRDsGucs\":\"featureNumber3\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FrameraPpZS_1za=withCSS(Component,css,\"framer-PzKt7\");export default FrameraPpZS_1za;FrameraPpZS_1za.displayName=\"Feature Service Wrap\";FrameraPpZS_1za.defaultProps={height:500,width:1120};addPropertyControls(FrameraPpZS_1za,{variant:{options:[\"K9IjzMGGu\",\"DXkKerI95\",\"cgib2UgEc\",\"qUp9M5z8z\",\"taycVqrLZ\"],optionTitles:[\"Variant 1 / Desktop\",\"Variant 2 / Desktop\",\"Variant 3 / Desktop\",\"Variant / Tablet\",\"Variant / Phone\"],title:\"Variant\",type:ControlType.Enum},YPWO5WhBG:{__defaultAssetReference:\"data:framer/asset-reference,yzpRxn2HI5TBopZVeE1K1WuVA.jpg?originalFilename=house-5.jpg&preferredSize=full\",__vekterDefault:{alt:\"\",assetReference:\"data:framer/asset-reference,yzpRxn2HI5TBopZVeE1K1WuVA.jpg?originalFilename=house-5.jpg&preferredSize=full\"},title:\"Feature Image 1\",type:ControlType.ResponsiveImage},hnAtB_7R2:{defaultValue:\"Luxury Residences\",displayTextArea:false,title:\"Feature Title 1\",type:ControlType.String},Wlo08rYYl:{defaultValue:\"Experience unparalleled elegance in our luxury residences, featuring exquisite design, premium amenities, and prime locations for the most discerning tastes.\",displayTextArea:false,title:\"Feature Description 1\",type:ControlType.String},Fo0k9t69P:{defaultValue:\"01\",displayTextArea:false,title:\"Feature Number 1\",type:ControlType.String},sAdIWP664:{__defaultAssetReference:\"data:framer/asset-reference,LJMyvITSYFBGctUUSfHSRfjsZ0.jpg?originalFilename=house-7.jpg&preferredSize=full\",__vekterDefault:{alt:\"\",assetReference:\"data:framer/asset-reference,LJMyvITSYFBGctUUSfHSRfjsZ0.jpg?originalFilename=house-7.jpg&preferredSize=full\"},title:\"Feature Image 2\",type:ControlType.ResponsiveImage},hPuTkrC0m:{defaultValue:\"Eco Green Buildings\",displayTextArea:false,title:\"Feature Title 2\",type:ControlType.String},Zgcw4Ay9n:{defaultValue:\"Discover sustainable living in our eco-friendly properties, designed to minimize environmental impact while offering modern comforts and energy efficiency.\",displayTextArea:false,title:\"Feature Description 2\",type:ControlType.String},NZ5fAZmDg:{defaultValue:\"02\",displayTextArea:false,title:\"Feature Number 2\",type:ControlType.String},N7z_3CyIw:{__defaultAssetReference:\"data:framer/asset-reference,IAU2BSodEZAzSqJjl5B2xm2bys.jpg?originalFilename=house-2.jpg&preferredSize=full\",__vekterDefault:{alt:\"\",assetReference:\"data:framer/asset-reference,IAU2BSodEZAzSqJjl5B2xm2bys.jpg?originalFilename=house-2.jpg&preferredSize=full\"},title:\"Feature Image 3\",type:ControlType.ResponsiveImage},ZZH5eqjfn:{defaultValue:\"Unique Vacation Homes\",displayTextArea:false,title:\"Feature Title 3\",type:ControlType.String},kXe_evr3t:{defaultValue:\"Explore our curated collection of unique vacation homes, offering distinctive architecture and exceptional locations for unforgettable stays.\",displayTextArea:false,title:\"Feature Description 3\",type:ControlType.String},RrRDsGucs:{defaultValue:\"03\",displayTextArea:false,title:\"Feature Number 3\",type:ControlType.String}});addFonts(FrameraPpZS_1za,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...EmbedFonts,...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraPpZS_1za\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1120\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"500\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"YPWO5WhBG\\\":\\\"featureImage1\\\",\\\"hnAtB_7R2\\\":\\\"featureTitle1\\\",\\\"Wlo08rYYl\\\":\\\"featureDescription1\\\",\\\"Fo0k9t69P\\\":\\\"featureNumber1\\\",\\\"sAdIWP664\\\":\\\"featureImage2\\\",\\\"hPuTkrC0m\\\":\\\"featureTitle2\\\",\\\"Zgcw4Ay9n\\\":\\\"featureDescription2\\\",\\\"NZ5fAZmDg\\\":\\\"featureNumber2\\\",\\\"N7z_3CyIw\\\":\\\"featureImage3\\\",\\\"ZZH5eqjfn\\\":\\\"featureTitle3\\\",\\\"kXe_evr3t\\\":\\\"featureDescription3\\\",\\\"RrRDsGucs\\\":\\\"featureNumber3\\\"}\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DXkKerI95\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cgib2UgEc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qUp9M5z8z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"taycVqrLZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (9e04080)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Image from\"https://framerusercontent.com/modules/4FYXL5lQz9cgJ2BJkaNV/uQoXZ4NvFasfJqYRTeHn/Image.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/4jAcxa4ZJVLovcOKO5K6/uUqEO6AwOOExNrmoDSdI/azskwFC8N.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/1yurOxkF1Xo82ZTwf6IZ/6SA4rpRzrFoIZhalyJzW/CZEWWxxtt.js\";const ImageFonts=getFonts(Image);const cycleOrder=[\"KicYGD0oB\",\"PdCz9VY9U\",\"u5uODHLNW\"];const serializationHash=\"framer-mQ6Kw\";const variantClassNames={KicYGD0oB:\"framer-v-205hfm\",PdCz9VY9U:\"framer-v-txhg48\",u5uODHLNW:\"framer-v-imm7mi\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"KicYGD0oB\",Phone:\"u5uODHLNW\",Tablet:\"PdCz9VY9U\"};const getProps=({height,id,image,text,title,width,...props})=>{return{...props,aI_ODp2_c:text??props.aI_ODp2_c??\"Expertly promoting and selling your property to attract qualified buyers.\",UbUMCLqnB:title??props.UbUMCLqnB??\"Property Sales\",variant:humanReadableVariantMap[props.variant]??props.variant??\"KicYGD0oB\",W8CmMeHoN:image??props.W8CmMeHoN??{pixelHeight:433,pixelWidth:510,src:\"https://framerusercontent.com/images/at46XI4T6LAJJEbJcI1TO87MmQ.svg\"}};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,W8CmMeHoN,UbUMCLqnB,aI_ODp2_c,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"KicYGD0oB\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-205hfm\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"KicYGD0oB\",ref:refBinding,style:{backgroundColor:\"var(--token-b94fc636-02ac-4053-8f72-b23ff50405a3, rgb(243, 243, 243))\",boxShadow:\"1px 1px 5px 0px rgba(0, 0, 0, 0.25)\",...style},...addPropertyOverrides({PdCz9VY9U:{\"data-framer-name\":\"Tablet\"},u5uODHLNW:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-16fcebb\",\"data-framer-name\":\"Service Grid Icon\",layoutDependency:layoutDependency,layoutId:\"CENkIE_xG\",style:{backgroundColor:\"var(--token-528a4e50-1a33-4ebe-a3b3-4f0f1508d312, rgb(255, 255, 255))\",borderBottomLeftRadius:999,borderBottomRightRadius:999,borderTopLeftRadius:999,borderTopRightRadius:999},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1s30pjd-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"x9d4eIUnZ-container\",nodeId:\"x9d4eIUnZ\",rendersWithMotion:true,scopeId:\"D1l9m36Vp\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Image,{alt:\"Portfolio Image\",height:\"100%\",id:\"x9d4eIUnZ\",image:toResponsiveImage(W8CmMeHoN),layoutId:\"x9d4eIUnZ\",newTab:true,padding:0,radius:0,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ewr5yj\",\"data-framer-name\":\"Text Wrap\",layoutDependency:layoutDependency,layoutId:\"nZe4ydaye\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-qh5i8k\",\"data-styles-preset\":\"azskwFC8N\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"Property Sales\"})}),className:\"framer-bu3cyk\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"LlIkHvCdq\",style:{\"--extracted-r6o4lv\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:UbUMCLqnB,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1i9cfk1\",\"data-styles-preset\":\"CZEWWxxtt\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"Expertly promoting and selling your property to attract qualified buyers.\"})}),className:\"framer-1mcyhqy\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"kAMQKgO9u\",style:{\"--extracted-r6o4lv\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:aI_ODp2_c,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-mQ6Kw.framer-lc8r4y, .framer-mQ6Kw .framer-lc8r4y { display: block; }\",\".framer-mQ6Kw.framer-205hfm { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 40px 32px 40px 32px; position: relative; width: 450px; }\",\".framer-mQ6Kw .framer-16fcebb { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 60px); justify-content: center; overflow: hidden; padding: 16px; position: relative; width: 60px; will-change: var(--framer-will-change-override, transform); }\",\".framer-mQ6Kw .framer-1s30pjd-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-mQ6Kw .framer-ewr5yj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-mQ6Kw .framer-bu3cyk, .framer-mQ6Kw .framer-1mcyhqy { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-mQ6Kw.framer-v-txhg48.framer-205hfm { padding: 32px 24px 32px 24px; width: 400px; }\",\".framer-mQ6Kw.framer-v-imm7mi.framer-205hfm { gap: 16px; padding: 24px; width: 380px; }\",\".framer-mQ6Kw.framer-v-imm7mi .framer-16fcebb { height: var(--framer-aspect-ratio-supported, 45px); padding: 12px; width: 45px; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 321\n * @framerIntrinsicWidth 450\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"PdCz9VY9U\":{\"layout\":[\"fixed\",\"auto\"]},\"u5uODHLNW\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"W8CmMeHoN\":\"image\",\"UbUMCLqnB\":\"title\",\"aI_ODp2_c\":\"text\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerD1l9m36Vp=withCSS(Component,css,\"framer-mQ6Kw\");export default FramerD1l9m36Vp;FramerD1l9m36Vp.displayName=\"Feature Card\";FramerD1l9m36Vp.defaultProps={height:321,width:450};addPropertyControls(FramerD1l9m36Vp,{variant:{options:[\"KicYGD0oB\",\"PdCz9VY9U\",\"u5uODHLNW\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},W8CmMeHoN:{__defaultAssetReference:\"data:framer/asset-reference,at46XI4T6LAJJEbJcI1TO87MmQ.svg?originalFilename=67c94dd2b049e2ff4a58cdae_IcOutlineHouse.svg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},UbUMCLqnB:{defaultValue:\"Property Sales\",displayTextArea:false,title:\"Title\",type:ControlType.String},aI_ODp2_c:{defaultValue:\"Expertly promoting and selling your property to attract qualified buyers.\",displayTextArea:false,title:\"Text\",type:ControlType.String}});addFonts(FramerD1l9m36Vp,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...ImageFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerD1l9m36Vp\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"W8CmMeHoN\\\":\\\"image\\\",\\\"UbUMCLqnB\\\":\\\"title\\\",\\\"aI_ODp2_c\\\":\\\"text\\\"}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"321\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PdCz9VY9U\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"u5uODHLNW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"450\",\"framerColorSyntax\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (6464825)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/1yurOxkF1Xo82ZTwf6IZ/6SA4rpRzrFoIZhalyJzW/CZEWWxxtt.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/tzYiyhNbOMS8fTj4n8ps/raGn0eWuOdeoGeHopbS0/V75wmD_bk.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/zxTON7ussQb00UNuMofa/fJHArlVZPYx5RFJRa95f/Z_SaeivSZ.js\";const MotionDivWithFX=withFX(motion.div);const serializationHash=\"framer-xgD3u\";const variantClassNames={TAMIdUpaZ:\"framer-v-ye2q5v\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:30};const transition1={bounce:0,delay:.075,duration:.7,type:\"spring\"};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({description,height,id,image,name1,title,width,...props})=>{return{...props,ClEKqG91A:name1??props.ClEKqG91A??\"Nathan Harper\",fIW3ewVno:title??props.fIW3ewVno??\"Software Developer\",QKozQPQ2n:description??props.QKozQPQ2n??\"Buying my vacation home was surprisingly easy. Sophia really knew her stuff and made the whole process super smooth. I didn’t have to worry about a thing.\",T6jIe8Uao:image??props.T6jIe8Uao??{alt:\"\",pixelHeight:100,pixelWidth:100,src:\"https://framerusercontent.com/images/E5AsaejLQHxiJ8J4v37OOQX1o.jpg\"}};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,T6jIe8Uao,ClEKqG91A,fIW3ewVno,QKozQPQ2n,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"TAMIdUpaZ\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{...restProps,...gestureHandlers,__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(scopingClassNames,\"framer-ye2q5v\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"TAMIdUpaZ\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-a95f8cec-2e06-413e-9279-c3bcaa9dcc50, rgb(219, 219, 219))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",...style},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tyvfib\",layoutDependency:layoutDependency,layoutId:\"iO9MIDlOq\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-139szev\",\"data-framer-name\":\"Star Wrap\",layoutDependency:layoutDependency,layoutId:\"RTpDi3bYV\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+32+0+0+0+0),pixelHeight:471,pixelWidth:496,src:\"https://framerusercontent.com/images/hwkmG0ptMmPBb0lHaEfupFY4.svg\"},className:\"framer-1mno22v\",\"data-framer-name\":\"Star Icon\",layoutDependency:layoutDependency,layoutId:\"EqyvMOQ2F\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+32+0+0+0+0),pixelHeight:471,pixelWidth:496,src:\"https://framerusercontent.com/images/hwkmG0ptMmPBb0lHaEfupFY4.svg\"},className:\"framer-banx6r\",\"data-framer-name\":\"Star Icon\",layoutDependency:layoutDependency,layoutId:\"YFzIEa_q4\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+32+0+0+0+0),pixelHeight:471,pixelWidth:496,src:\"https://framerusercontent.com/images/hwkmG0ptMmPBb0lHaEfupFY4.svg\"},className:\"framer-1il518v\",\"data-framer-name\":\"Star Icon\",layoutDependency:layoutDependency,layoutId:\"RySdYvoHn\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+32+0+0+0+0),pixelHeight:471,pixelWidth:496,src:\"https://framerusercontent.com/images/hwkmG0ptMmPBb0lHaEfupFY4.svg\"},className:\"framer-n1dyov\",\"data-framer-name\":\"Star Icon\",layoutDependency:layoutDependency,layoutId:\"HVTtfUAfr\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+32+0+0+0+0),pixelHeight:471,pixelWidth:496,src:\"https://framerusercontent.com/images/hwkmG0ptMmPBb0lHaEfupFY4.svg\"},className:\"framer-1hg2u1q\",\"data-framer-name\":\"Star Icon\",layoutDependency:layoutDependency,layoutId:\"rFHXkVIYi\"})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1i9cfk1\",\"data-styles-preset\":\"CZEWWxxtt\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"Buying my vacation home was surprisingly easy. Sophia really knew her stuff and made the whole process super smooth. I didn’t have to worry about a thing.\"})}),className:\"framer-1o2c1q3\",\"data-framer-name\":\"Review\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OIbPUuV0y\",style:{\"--extracted-r6o4lv\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\"},text:QKozQPQ2n,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nhef7b\",\"data-framer-name\":\"Reviewer\",layoutDependency:layoutDependency,layoutId:\"FsPVdpKGl\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+32+200+65),pixelHeight:100,pixelWidth:100,sizes:\"48px\",...toResponsiveImage(T6jIe8Uao)},className:\"framer-cgav7h\",\"data-framer-name\":\"Reviewer Image\",layoutDependency:layoutDependency,layoutId:\"dgoyN4Zbv\",style:{borderBottomLeftRadius:99,borderBottomRightRadius:99,borderTopLeftRadius:99,borderTopRightRadius:99}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tswcgj\",\"data-framer-name\":\"Reviewer Info\",layoutDependency:layoutDependency,layoutId:\"Pb1zxXBcM\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1f6vjwu\",\"data-styles-preset\":\"V75wmD_bk\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"Nathan Harper\"})}),className:\"framer-18tqvhc\",\"data-framer-name\":\"Agent Name\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Oxk9ZnPel\",style:{\"--extracted-r6o4lv\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\"},text:ClEKqG91A,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1tfc8cu\",\"data-styles-preset\":\"Z_SaeivSZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6f122d63-3253-4a9f-b2f1-b05a3529b7c1, rgb(136, 136, 136)))\"},children:\"Software Developer\"})}),className:\"framer-16wfrk2\",\"data-framer-name\":\"Agent Name\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FsQFQeJZH\",style:{\"--extracted-r6o4lv\":\"var(--token-6f122d63-3253-4a9f-b2f1-b05a3529b7c1, rgb(136, 136, 136))\"},text:fIW3ewVno,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-xgD3u.framer-1cv5816, .framer-xgD3u .framer-1cv5816 { display: block; }\",\".framer-xgD3u.framer-ye2q5v { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 32px; position: relative; width: 326px; }\",\".framer-xgD3u .framer-1tyvfib { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xgD3u .framer-139szev { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xgD3u .framer-1mno22v, .framer-xgD3u .framer-banx6r, .framer-xgD3u .framer-1il518v, .framer-xgD3u .framer-n1dyov, .framer-xgD3u .framer-1hg2u1q { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); overflow: hidden; position: relative; width: 16px; }\",\".framer-xgD3u .framer-1o2c1q3, .framer-xgD3u .framer-18tqvhc, .framer-xgD3u .framer-16wfrk2 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-xgD3u .framer-nhef7b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xgD3u .framer-cgav7h { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: hidden; position: relative; width: 48px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xgD3u .framer-tswcgj { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-xgD3u[data-border=\"true\"]::after, .framer-xgD3u [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 365\n * @framerIntrinsicWidth 326\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"T6jIe8Uao\":\"image\",\"ClEKqG91A\":\"name1\",\"fIW3ewVno\":\"title\",\"QKozQPQ2n\":\"description\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerejp83ElAi=withCSS(Component,css,\"framer-xgD3u\");export default Framerejp83ElAi;Framerejp83ElAi.displayName=\"Testimonial Wrap\";Framerejp83ElAi.defaultProps={height:365,width:326};addPropertyControls(Framerejp83ElAi,{T6jIe8Uao:{__defaultAssetReference:\"data:framer/asset-reference,E5AsaejLQHxiJ8J4v37OOQX1o.jpg?originalFilename=reviewer-10.jpg&preferredSize=auto\",__vekterDefault:{alt:\"\",assetReference:\"data:framer/asset-reference,E5AsaejLQHxiJ8J4v37OOQX1o.jpg?originalFilename=reviewer-10.jpg&preferredSize=auto\"},title:\"Image\",type:ControlType.ResponsiveImage},ClEKqG91A:{defaultValue:\"Nathan Harper\",displayTextArea:false,title:\"Name\",type:ControlType.String},fIW3ewVno:{defaultValue:\"Software Developer\",displayTextArea:false,title:\"Title\",type:ControlType.String},QKozQPQ2n:{defaultValue:\"Buying my vacation home was surprisingly easy. Sophia really knew her stuff and made the whole process super smooth. I didn’t have to worry about a thing.\",displayTextArea:true,title:\"Description\",type:ControlType.String}});addFonts(Framerejp83ElAi,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerejp83ElAi\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"365\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"326\",\"framerColorSyntax\":\"true\",\"framerVariables\":\"{\\\"T6jIe8Uao\\\":\\\"image\\\",\\\"ClEKqG91A\\\":\\\"name1\\\",\\\"fIW3ewVno\\\":\\\"title\\\",\\\"QKozQPQ2n\\\":\\\"description\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (1bcc82d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/zxTON7ussQb00UNuMofa/fJHArlVZPYx5RFJRa95f/Z_SaeivSZ.js\";const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"vFXihFUeY\",\"M7j1T6VXw\",\"YcdjiucW2\",\"q2t0IOIxU\"];const serializationHash=\"framer-rrEAd\";const variantClassNames={M7j1T6VXw:\"framer-v-1w4m1oh\",q2t0IOIxU:\"framer-v-zq21yh\",vFXihFUeY:\"framer-v-n36ffx\",YcdjiucW2:\"framer-v-4drf0\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:0,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop / Hover In\":\"M7j1T6VXw\",\"Desktop / Hover Out\":\"vFXihFUeY\",Phone:\"q2t0IOIxU\",Tablet:\"YcdjiucW2\"};const getProps=({height,id,link,title,width,...props})=>{return{...props,qDcvZxCgB:title??props.qDcvZxCgB??\"Guarda i Lavori\",variant:humanReadableVariantMap[props.variant]??props.variant??\"vFXihFUeY\",w2KKQyIl5:link??props.w2KKQyIl5};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,qDcvZxCgB,w2KKQyIl5,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"vFXihFUeY\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnterz6r26t=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"M7j1T6VXw\");});const onMouseLeave1n85952=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"vFXihFUeY\");});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:w2KKQyIl5,motionChild:true,nodeId:\"vFXihFUeY\",openInNewTab:false,scopeId:\"MzgY9ekap\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-n36ffx\",className,classNames)} framer-fe0fe2`,\"data-framer-name\":\"Desktop / Hover Out\",\"data-highlight\":true,\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"vFXihFUeY\",onMouseEnter:onMouseEnterz6r26t,ref:refBinding,style:{backgroundColor:\"var(--token-e224f570-5df7-4f2d-ba25-3aa3aa651d4d, rgb(227, 206, 154))\",...style},...addPropertyOverrides({M7j1T6VXw:{\"data-framer-name\":\"Desktop / Hover In\",onMouseEnter:undefined,onMouseLeave:onMouseLeave1n85952},q2t0IOIxU:{\"data-framer-name\":\"Phone\",\"data-highlight\":undefined,onMouseEnter:undefined},YcdjiucW2:{\"data-framer-name\":\"Tablet\",\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-w6p35o\",\"data-framer-name\":\"White BG\",layoutDependency:layoutDependency,layoutId:\"zD5qSVpmv\",style:{backgroundColor:\"rgb(255, 255, 255)\",originX:0},variants:{q2t0IOIxU:{backgroundColor:\"var(--token-e224f570-5df7-4f2d-ba25-3aa3aa651d4d, rgb(227, 206, 154))\"}}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1tfc8cu\",\"data-styles-preset\":\"Z_SaeivSZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"Explore Properties\"})}),className:\"framer-16i2er3\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WNiphsaE5\",style:{\"--extracted-r6o4lv\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:qDcvZxCgB,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-48ndvk\",\"data-framer-name\":\"Button Circle\",layoutDependency:layoutDependency,layoutId:\"CAj1w61Kl\",style:{backgroundColor:\"var(--token-b94fc636-02ac-4053-8f72-b23ff50405a3, rgb(243, 243, 243))\",borderBottomLeftRadius:999,borderBottomRightRadius:999,borderTopLeftRadius:999,borderTopRightRadius:999},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-10khisq-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Vm_8DbgpD-container\",nodeId:\"Vm_8DbgpD\",rendersWithMotion:true,scopeId:\"MzgY9ekap\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\",height:\"100%\",iconSearch:\"arrow-up-right\",iconSelection:\"House\",id:\"Vm_8DbgpD\",layoutId:\"Vm_8DbgpD\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ecss70-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"m_IPp3hVj-container\",nodeId:\"m_IPp3hVj\",rendersWithMotion:true,scopeId:\"MzgY9ekap\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(81, 122, 78)\",height:\"100%\",iconSearch:\"arrow-up-right\",iconSelection:\"House\",id:\"m_IPp3hVj\",layoutId:\"m_IPp3hVj\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({q2t0IOIxU:{color:\"var(--token-e224f570-5df7-4f2d-ba25-3aa3aa651d4d, rgb(227, 206, 154))\"}},baseVariant,gestureVariant)})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-rrEAd.framer-fe0fe2, .framer-rrEAd .framer-fe0fe2 { display: block; }\",\".framer-rrEAd.framer-n36ffx { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 8px 5px 8px 24px; position: relative; text-decoration: none; width: min-content; }\",\".framer-rrEAd .framer-w6p35o { flex: none; height: 100%; left: -230px; overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-rrEAd .framer-16i2er3 { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-rrEAd .framer-48ndvk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 32px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 32px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-rrEAd .framer-10khisq-container { flex: none; height: 16px; position: absolute; right: 8px; top: 8px; width: 16px; z-index: 1; }\",\".framer-rrEAd .framer-ecss70-container { flex: none; height: 16px; position: absolute; right: 30px; top: 30px; width: 16px; z-index: 1; }\",\".framer-rrEAd.framer-v-1w4m1oh.framer-n36ffx { gap: 24px; }\",\".framer-rrEAd.framer-v-1w4m1oh .framer-w6p35o, .framer-rrEAd.framer-v-4drf0 .framer-w6p35o, .framer-rrEAd.framer-v-zq21yh .framer-w6p35o { left: 0px; }\",\".framer-rrEAd.framer-v-1w4m1oh .framer-10khisq-container, .framer-rrEAd.framer-v-4drf0 .framer-10khisq-container, .framer-rrEAd.framer-v-zq21yh .framer-10khisq-container { right: -22px; top: -22px; }\",\".framer-rrEAd.framer-v-1w4m1oh .framer-ecss70-container, .framer-rrEAd.framer-v-4drf0 .framer-ecss70-container, .framer-rrEAd.framer-v-zq21yh .framer-ecss70-container { right: 8px; top: 8px; }\",\".framer-rrEAd.framer-v-zq21yh.framer-n36ffx { padding: 4px 5px 4px 20px; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 176\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"M7j1T6VXw\":{\"layout\":[\"auto\",\"auto\"]},\"YcdjiucW2\":{\"layout\":[\"auto\",\"auto\"]},\"q2t0IOIxU\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"qDcvZxCgB\":\"title\",\"w2KKQyIl5\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerMzgY9ekap=withCSS(Component,css,\"framer-rrEAd\");export default FramerMzgY9ekap;FramerMzgY9ekap.displayName=\"Hero Button\";FramerMzgY9ekap.defaultProps={height:48,width:176};addPropertyControls(FramerMzgY9ekap,{variant:{options:[\"vFXihFUeY\",\"M7j1T6VXw\",\"YcdjiucW2\",\"q2t0IOIxU\"],optionTitles:[\"Desktop / Hover Out\",\"Desktop / Hover In\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},qDcvZxCgB:{defaultValue:\"Guarda i Lavori\",displayTextArea:false,title:\"Title\",type:ControlType.String},w2KKQyIl5:{title:\"Link\",type:ControlType.Link}});addFonts(FramerMzgY9ekap,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerMzgY9ekap\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerVariables\":\"{\\\"qDcvZxCgB\\\":\\\"title\\\",\\\"w2KKQyIl5\\\":\\\"link\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"48\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"M7j1T6VXw\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"YcdjiucW2\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"q2t0IOIxU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"176\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./MzgY9ekap.map","// Generated by Framer (d74aa50)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleCode,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/1rhvlHdIVnGlfZK1Yxw6/1yt5N7UHjaXL1rPP0QiC/iUSLdP74w.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/zxTON7ussQb00UNuMofa/fJHArlVZPYx5RFJRa95f/Z_SaeivSZ.js\";const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"yG5y06FM8\",\"fDy1MDWJH\",\"yvuev91ar\"];const serializationHash=\"framer-d9Ihl\";const variantClassNames={fDy1MDWJH:\"framer-v-rrh1rq\",yG5y06FM8:\"framer-v-902y6v\",yvuev91ar:\"framer-v-11zp8ig\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:0,delay:0,duration:.4,type:\"spring\"};const radiusForCorner=(value,cornerIndex)=>{if(typeof value===\"number\"&&Number.isFinite(value))return Math.max(0,value)+\"px\";if(typeof value!==\"string\"||typeof cornerIndex!==\"number\")return undefined;const segments=value.split(\" \");return segments[cornerIndex]||segments[cornerIndex-2]||segments[0];};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const sharedDateFormatter=(value,formatOptions,locale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const fallbackLocale=\"en-US\";try{return date.toLocaleString(locale||fallbackLocale,formatOptions);}catch{return date.toLocaleString(fallbackLocale,formatOptions);}};const dateOptions={dateStyle:\"medium\",timeZone:\"UTC\"};const toDateString=(value,activeLocale)=>{return sharedDateFormatter(value,dateOptions,activeLocale);};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop / Hover In\":\"fDy1MDWJH\",\"Desktop / Hover Out\":\"yG5y06FM8\",\"Tablet / Phone\":\"yvuev91ar\"};const getProps=({badgeRadius,date,height,id,imageRadius,link,metriQuadri,posizione,propertyCoverImage,width,...props})=>{return{...props,dRqwvJujy:badgeRadius??props.dRqwvJujy??\"32px\",DrZ8VyPEA:metriQuadri??props.DrZ8VyPEA??\"4.5\",gwrUTI86d:posizione??props.gwrUTI86d??\"Roma\",Ix_Oel8W8:propertyCoverImage??props.Ix_Oel8W8??{pixelHeight:800,pixelWidth:800,src:\"https://framerusercontent.com/images/qLilEwH5SGNsGXKkBeJk4iACc.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/qLilEwH5SGNsGXKkBeJk4iACc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/qLilEwH5SGNsGXKkBeJk4iACc.jpg 800w\"},kZXDkFWTH:link??props.kZXDkFWTH,uz311ga9_:date??props.uz311ga9_??\"1970-01-01T00:00:00.000Z\",variant:humanReadableVariantMap[props.variant]??props.variant??\"yG5y06FM8\",wSyUsC29D:imageRadius??props.wSyUsC29D??\"32px\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,gwrUTI86d,DrZ8VyPEA,uz311ga9_,Ix_Oel8W8,wSyUsC29D,dRqwvJujy,kZXDkFWTH,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"yG5y06FM8\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter186gl99=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"fDy1MDWJH\");});const onMouseLeaveq92wz4=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"yG5y06FM8\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const activeLocaleCode=useLocaleCode();const textContent=toDateString(uz311ga9_,activeLocaleCode);const visible=isSet(DrZ8VyPEA);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:kZXDkFWTH,motionChild:true,nodeId:\"yG5y06FM8\",openInNewTab:false,scopeId:\"nRD0jldTT\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,\"aria-label\":\"Items wrapper\",className:`${cx(scopingClassNames,\"framer-902y6v\",className,classNames)} framer-1laa2lv`,\"data-framer-name\":\"Desktop / Hover Out\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"yG5y06FM8\",onMouseEnter:onMouseEnter186gl99,ref:refBinding,style:{...style},...addPropertyOverrides({fDy1MDWJH:{\"data-framer-name\":\"Desktop / Hover In\",onMouseEnter:undefined,onMouseLeave:onMouseLeaveq92wz4},yvuev91ar:{\"data-framer-name\":\"Tablet / Phone\",\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1valq5y\",\"data-framer-name\":\"Property Image Wrap\",layoutDependency:layoutDependency,layoutId:\"ChuCawlLD\",style:{borderBottomLeftRadius:radiusForCorner(wSyUsC29D,3),borderBottomRightRadius:radiusForCorner(wSyUsC29D,2),borderTopLeftRadius:radiusForCorner(wSyUsC29D,0),borderTopRightRadius:radiusForCorner(wSyUsC29D,1)},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(Ix_Oel8W8)},className:\"framer-a878cj\",\"data-framer-name\":\"Property Image\",layoutDependency:layoutDependency,layoutId:\"Jt70SDvKV\",style:{scale:1},variants:{fDy1MDWJH:{scale:1.2},yvuev91ar:{scale:1}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qx67yx\",\"data-framer-name\":\"Property Category\",layoutDependency:layoutDependency,layoutId:\"LrYe1IOwA\",style:{backgroundColor:\"var(--token-528a4e50-1a33-4ebe-a3b3-4f0f1508d312, rgb(255, 255, 255))\",borderBottomLeftRadius:radiusForCorner(dRqwvJujy,3),borderBottomRightRadius:radiusForCorner(dRqwvJujy,2),borderTopLeftRadius:radiusForCorner(dRqwvJujy,0),borderTopRightRadius:radiusForCorner(dRqwvJujy,1)},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1o8n2o6\",\"data-styles-preset\":\"iUSLdP74w\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"Roma\"})}),className:\"framer-z6fey9\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"EDPYWJjDh\",style:{\"--extracted-r6o4lv\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:textContent,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-730db0\",\"data-framer-name\":\"Property Info Wrap\",layoutDependency:layoutDependency,layoutId:\"CykyvMhgm\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-b4nfrh\",\"data-framer-name\":\"Icon Text Wrap\",layoutDependency:layoutDependency,layoutId:\"bKRY0x6Qb\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-9o36pf-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"K5qjwekNC-container\",nodeId:\"K5qjwekNC\",rendersWithMotion:true,scopeId:\"nRD0jldTT\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\",height:\"100%\",iconSearch:\"map-pin\",iconSelection:\"House\",id:\"K5qjwekNC\",layoutId:\"K5qjwekNC\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1o8n2o6\",\"data-styles-preset\":\"iUSLdP74w\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"Bel Air, LA\"})}),className:\"framer-2cafwy\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"o56rNUnz3\",style:{\"--extracted-r6o4lv\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:gwrUTI86d,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-185dd3h\",\"data-framer-name\":\"Icon Text Wrap\",layoutDependency:layoutDependency,layoutId:\"wAgdQiegj\",children:visible&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1u84ge2\",\"data-framer-name\":\"Property Detail\",layoutDependency:layoutDependency,layoutId:\"DL0p2zbKn\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-sh669g-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"A8q5000QM-container\",nodeId:\"A8q5000QM\",rendersWithMotion:true,scopeId:\"nRD0jldTT\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6f122d63-3253-4a9f-b2f1-b05a3529b7c1, rgb(136, 136, 136))\",height:\"100%\",iconSearch:\"split-horizontal\",iconSelection:\"House\",id:\"A8q5000QM\",layoutId:\"A8q5000QM\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"light\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1tfc8cu\",\"data-styles-preset\":\"Z_SaeivSZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"2,780\"})}),className:\"framer-ql323g\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fCdbtLj3H\",style:{\"--extracted-r6o4lv\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:DrZ8VyPEA,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1tfc8cu\",\"data-styles-preset\":\"Z_SaeivSZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44)))\"},children:\"Mq\"})}),className:\"framer-1y6apvi\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"AoxENw4Vt\",style:{\"--extracted-r6o4lv\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-d9Ihl.framer-1laa2lv, .framer-d9Ihl .framer-1laa2lv { display: block; }\",\".framer-d9Ihl.framer-902y6v { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: wrap; gap: 16px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; text-decoration: none; width: 347px; }\",\".framer-d9Ihl .framer-1valq5y { 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; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-d9Ihl .framer-a878cj { flex: none; height: 284px; overflow: hidden; position: relative; width: 100%; }\",\".framer-d9Ihl .framer-1qx67yx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 16px 8px 16px; position: absolute; right: 20px; top: 20px; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 5; }\",\".framer-d9Ihl .framer-z6fey9, .framer-d9Ihl .framer-2cafwy, .framer-d9Ihl .framer-ql323g, .framer-d9Ihl .framer-1y6apvi { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-d9Ihl .framer-730db0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-d9Ihl .framer-b4nfrh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-d9Ihl .framer-9o36pf-container, .framer-d9Ihl .framer-sh669g-container { align-self: stretch; flex: none; height: auto; position: relative; width: 20px; }\",\".framer-d9Ihl .framer-185dd3h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-d9Ihl .framer-1u84ge2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 362\n * @framerIntrinsicWidth 347\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"fDy1MDWJH\":{\"layout\":[\"fixed\",\"auto\"]},\"yvuev91ar\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"gwrUTI86d\":\"posizione\",\"DrZ8VyPEA\":\"metriQuadri\",\"uz311ga9_\":\"date\",\"Ix_Oel8W8\":\"propertyCoverImage\",\"wSyUsC29D\":\"imageRadius\",\"dRqwvJujy\":\"badgeRadius\",\"kZXDkFWTH\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramernRD0jldTT=withCSS(Component,css,\"framer-d9Ihl\");export default FramernRD0jldTT;FramernRD0jldTT.displayName=\"Property Item\";FramernRD0jldTT.defaultProps={height:362,width:347};addPropertyControls(FramernRD0jldTT,{variant:{options:[\"yG5y06FM8\",\"fDy1MDWJH\",\"yvuev91ar\"],optionTitles:[\"Desktop / Hover Out\",\"Desktop / Hover In\",\"Tablet / Phone\"],title:\"Variant\",type:ControlType.Enum},gwrUTI86d:{defaultValue:\"Roma\",description:\"\",title:\"Posizione\",type:ControlType.String},DrZ8VyPEA:{defaultValue:\"4.5\",title:\"Metri Quadri\",type:ControlType.String},uz311ga9_:{defaultValue:\"1970-01-01T00:00:00.000Z\",title:\"Date\",type:ControlType.Date},Ix_Oel8W8:{__defaultAssetReference:\"data:framer/asset-reference,qLilEwH5SGNsGXKkBeJk4iACc.jpg?originalFilename=property-6.jpg&preferredSize=auto\",title:\"Property Cover Image\",type:ControlType.ResponsiveImage},wSyUsC29D:{defaultValue:\"32px\",title:\"Image Radius\",type:ControlType.BorderRadius},dRqwvJujy:{defaultValue:\"32px\",title:\"Badge Radius\",type:ControlType.BorderRadius},kZXDkFWTH:{title:\"Link\",type:ControlType.Link}});addFonts(FramernRD0jldTT,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernRD0jldTT\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"347\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"362\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fDy1MDWJH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yvuev91ar\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"gwrUTI86d\\\":\\\"posizione\\\",\\\"DrZ8VyPEA\\\":\\\"metriQuadri\\\",\\\"uz311ga9_\\\":\\\"date\\\",\\\"Ix_Oel8W8\\\":\\\"propertyCoverImage\\\",\\\"wSyUsC29D\\\":\\\"imageRadius\\\",\\\"dRqwvJujy\\\":\\\"badgeRadius\\\",\\\"kZXDkFWTH\\\":\\\"link\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./nRD0jldTT.map","// Generated by Framer (b3dda2a)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,FormContainer,FormPlainTextInput,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PathVariablesContext,PropertyOverrides,ResolveLinks,resolvePageScope,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLoadMorePaginatedQuery,useLocaleInfo,useMetadata,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Search from\"https://framerusercontent.com/modules/6wAE2eMb2Tl3zrU7u4UL/PTO3dDDtKExfPSzZ12gg/Search.js\";import Negative_Margin from\"https://framerusercontent.com/modules/8LzieFT84uHoPxCmYXnS/21x9brljcV0vvKVOiANd/Negative_Margin.js\";import LoadMore from\"https://framerusercontent.com/modules/DeOFaQSEkzad7IWREtaG/RQpaQ77zS3y9109xlKHM/g3OPvNRkB.js\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/s801VqobGI0Gkh3K9b41/Embed.js\";import FormButton from\"#framer/local/canvasComponent/a7hHA3qzs/a7hHA3qzs.js\";import FeatureServiceWrap from\"#framer/local/canvasComponent/aPpZS_1za/aPpZS_1za.js\";import FeatureCard from\"#framer/local/canvasComponent/D1l9m36Vp/D1l9m36Vp.js\";import TestimonialWrap from\"#framer/local/canvasComponent/ejp83ElAi/ejp83ElAi.js\";import Badge from\"#framer/local/canvasComponent/hTJRZmVtO/hTJRZmVtO.js\";import HeroButton from\"#framer/local/canvasComponent/MzgY9ekap/MzgY9ekap.js\";import AgentRatingWrap from\"#framer/local/canvasComponent/N3M2FON3I/N3M2FON3I.js\";import PropertyItem from\"#framer/local/canvasComponent/nRD0jldTT/nRD0jldTT.js\";import Realizzazioni from\"#framer/local/collection/TgH5m5E9k/TgH5m5E9k.js\";import*as sharedStyle from\"#framer/local/css/CZEWWxxtt/CZEWWxxtt.js\";import*as sharedStyle5 from\"#framer/local/css/hXNC3sZjT/hXNC3sZjT.js\";import*as sharedStyle4 from\"#framer/local/css/iUSLdP74w/iUSLdP74w.js\";import*as sharedStyle2 from\"#framer/local/css/qL0mZkKEG/qL0mZkKEG.js\";import*as sharedStyle3 from\"#framer/local/css/YZOLNjbsq/YZOLNjbsq.js\";import*as sharedStyle1 from\"#framer/local/css/z9CeQBMmN/z9CeQBMmN.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const ImageWithOptimizedAppearEffect=withOptimizedAppearEffect(Image);const SearchFonts=getFonts(Search);const HeroButtonFonts=getFonts(HeroButton);const EmbedFonts=getFonts(Embed);const AgentRatingWrapFonts=getFonts(AgentRatingWrap);const BadgeFonts=getFonts(Badge);const FeatureCardFonts=getFonts(FeatureCard);const ContainerWithFX=withFX(Container);const FeatureServiceWrapFonts=getFonts(FeatureServiceWrap);const PropertyItemFonts=getFonts(PropertyItem);const LoadMoreFonts=getFonts(LoadMore);const TestimonialWrapFonts=getFonts(TestimonialWrap);const Negative_MarginFonts=getFonts(Negative_Margin);const FormButtonFonts=getFonts(FormButton);const FormContainerWithFX=withFX(FormContainer);const breakpoints={KNLI8cCU7:\"(min-width: 810px) and (max-width: 1279px)\",mI_niHZLd:\"(min-width: 1366px)\",WQLkyLRf1:\"(min-width: 1280px) and (max-width: 1365px)\",ZB3ynVgZf:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-8PT0D\";const variantClassNames={KNLI8cCU7:\"framer-v-qw1gvc\",mI_niHZLd:\"framer-v-11zv5o7\",WQLkyLRf1:\"framer-v-72rtr7\",ZB3ynVgZf:\"framer-v-osgdk9\"};const transition1={bounce:0,delay:1,duration:2,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:6,rotateX:0,rotateY:0,scale:2,skewX:0,skewY:0,x:0,y:0};const animation2={filter:\"blur(3px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition2={bounce:0,delay:.075,duration:.7,type:\"spring\"};const textEffect={effect:animation2,repeat:false,startDelay:0,threshold:.5,tokenization:\"word\",transition:transition2,trigger:\"onInView\",type:\"appear\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:0};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const convertFromBoolean=(value,activeLocale)=>{if(value){return\"yG5y06FM8\";}else{return\"yG5y06FM8\";}};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const loaderVariants=(repeaterState,variants,currentVariant)=>{if(repeaterState.currentPage>=repeaterState.totalPages)return variants.disabled??currentVariant;if(repeaterState.isLoading)return variants.loading??currentVariant;return currentVariant;};const QueryData=({query,pageSize,children})=>{const{paginatedQuery,paginationInfo,loadMore}=useLoadMorePaginatedQuery(query,pageSize,\"tSUPjqdX7\");const data=useQueryData(paginatedQuery);return children(data,paginationInfo,loadMore);};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:30};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":return variants.success??currentVariant;case\"pending\":return variants.pending??currentVariant;case\"error\":return variants.error??currentVariant;case\"incomplete\":return variants.incomplete??currentVariant;}};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"BG DSK\":\"mI_niHZLd\",Desktop:\"WQLkyLRf1\",Phone:\"ZB3ynVgZf\",Tablet:\"KNLI8cCU7\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,d0ZvlaIKstSUPjqdX7,SPQDVxaW8tSUPjqdX7,FyiWMPYxWtSUPjqdX7,girq48FQatSUPjqdX7,ksFKhL4WCtSUPjqdX7,idtSUPjqdX7,...restProps}=getProps(props);const metadata=React.useMemo(()=>metadataProvider(undefined,activeLocale),[undefined,activeLocale]);useMetadata(metadata);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const Wld3NDzSj1b86s49=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{loadMore();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"l801ubO5I\");const ref1=React.useRef(null);const router=useRouter();const elementId1=useRouteElementId(\"KAa2Nqqaa\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"AaLmtQD1d\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"Ym00W1esz\");const ref4=React.useRef(null);const elementId4=useRouteElementId(\"m8Fd5gFW1\");const ref5=React.useRef(null);const elementId5=useRouteElementId(\"C60RUggHu\");const ref6=React.useRef(null);const elementId6=useRouteElementId(\"HyRYoqbuA\");const ref7=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"header\",{className:\"framer-gmvnqz\",\"data-framer-name\":\"Hero\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cezpwl\",\"data-framer-name\":\"Hero BG Wrap\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KNLI8cCU7:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0),pixelHeight:2048,pixelWidth:1536,sizes:`max(${componentViewport?.width||\"100vw\"} - 64px, 1px)`,src:\"https://framerusercontent.com/images/hVgQlhkSz02Q11bwVOUrq0HxhIE.jpg\",srcSet:\"https://framerusercontent.com/images/hVgQlhkSz02Q11bwVOUrq0HxhIE.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/hVgQlhkSz02Q11bwVOUrq0HxhIE.jpg 1536w\"}},ZB3ynVgZf:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0),pixelHeight:2048,pixelWidth:1536,sizes:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,src:\"https://framerusercontent.com/images/hVgQlhkSz02Q11bwVOUrq0HxhIE.jpg\",srcSet:\"https://framerusercontent.com/images/hVgQlhkSz02Q11bwVOUrq0HxhIE.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/hVgQlhkSz02Q11bwVOUrq0HxhIE.jpg 1536w\"}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0),pixelHeight:2048,pixelWidth:1536,sizes:`max(${componentViewport?.width||\"100vw\"} - 160px, 1px)`,src:\"https://framerusercontent.com/images/hVgQlhkSz02Q11bwVOUrq0HxhIE.jpg\",srcSet:\"https://framerusercontent.com/images/hVgQlhkSz02Q11bwVOUrq0HxhIE.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/hVgQlhkSz02Q11bwVOUrq0HxhIE.jpg 1536w\"},className:\"framer-6j87k0\",\"data-framer-appear-id\":\"6j87k0\",\"data-framer-name\":\"Hero Cover\",initial:animation1,optimized:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8a0aca\",\"data-framer-name\":\"Hero Overlay\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wb1rz9\",\"data-framer-name\":\"Hero Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yczgel\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i4gcie\",\"data-framer-name\":\"Caption\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZB3ynVgZf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--token-9a271d4f-f64e-4a21-ab8f-296bd089004d, rgb(245, 245, 245))\",\"--framer-text-transform\":\"capitalize\"},children:[\"KiKo Ristrutturazioni\",/*#__PURE__*/_jsx(\"br\",{}),\"di Valentino Raffaele\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--token-9a271d4f-f64e-4a21-ab8f-296bd089004d, rgb(245, 245, 245))\",\"--framer-text-transform\":\"capitalize\"},children:[\"KiKo Ristrutturazioni\",/*#__PURE__*/_jsx(\"br\",{}),\"di Valentino Raffaele\"]})}),className:\"framer-1cfgy58\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KNLI8cCU7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtODAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-528a4e50-1a33-4ebe-a3b3-4f0f1508d312, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:[\"la\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\"},children:/*#__PURE__*/_jsx(\"br\",{})}),\"Ristrutturazione\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\"},children:/*#__PURE__*/_jsx(\"br\",{})}),\"del Bagno\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\"},children:/*#__PURE__*/_jsx(\"br\",{})}),\"Chiavi in Mano\"]})})},ZB3ynVgZf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtODAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-528a4e50-1a33-4ebe-a3b3-4f0f1508d312, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:[\"la\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\"},children:/*#__PURE__*/_jsx(\"br\",{})}),\"Ristrutturazione\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\"},children:/*#__PURE__*/_jsx(\"br\",{})}),\"del Bagno\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\"},children:/*#__PURE__*/_jsx(\"br\",{})}),\"Chiavi in Mano\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtODAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"800\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-528a4e50-1a33-4ebe-a3b3-4f0f1508d312, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:[\"la\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\"},children:/*#__PURE__*/_jsx(\"br\",{})}),\"Ristrutturazione\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\"},children:/*#__PURE__*/_jsx(\"br\",{})}),\"del Bagno\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNTAw\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\"},children:/*#__PURE__*/_jsx(\"br\",{})}),\"Chiavi in Mano\"]})}),className:\"framer-572hg0\",fonts:[\"GF;Geist-800\",\"GF;Geist-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZB3ynVgZf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtOTAw\",\"--framer-font-family\":'\"Geist\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"2.9px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-41691ee1-8a30-4255-beef-66ef0433db70, rgb(255, 190, 76))\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(107deg, rgb(255, 221, 99) 19.3694%, rgb(255, 221, 87) 31.0811%, rgb(255, 246, 212) 40.0901%, rgb(237, 198, 107) 53.1532%, rgb(207, 162, 2) 62.61259999999999%, rgb(230, 185, 5) 74%, rgb(255, 220, 79) 81.8378%, rgb(255, 236, 158) 86%)\"},children:\"IN 7-10 GIORNI\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtOTAw\",\"--framer-font-family\":'\"Geist\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"2.9px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-41691ee1-8a30-4255-beef-66ef0433db70, rgb(255, 190, 76))\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(107deg, rgb(255, 221, 99) 19.3694%, rgb(255, 221, 87) 31.0811%, rgb(255, 246, 212) 40.0901%, rgb(237, 198, 107) 53.1532%, rgb(207, 162, 2) 62.61259999999999%, rgb(230, 185, 5) 74%, rgb(255, 220, 79) 81.8378%, rgb(255, 236, 158) 86%)\"},children:\"IN 7-10 GIORNI\"})})}),className:\"framer-q0v145\",fonts:[\"GF;Geist-900\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1i9cfk1\",\"data-styles-preset\":\"CZEWWxxtt\",children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-528a4e50-1a33-4ebe-a3b3-4f0f1508d312, rgb(255, 255, 255))\"},children:\"Il tuo bagno nuovo senza pensieri:\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-528a4e50-1a33-4ebe-a3b3-4f0f1508d312, rgb(255, 255, 255))\"},children:\"Parli con me, costi certi, garanzia \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e224f570-5df7-4f2d-ba25-3aa3aa651d4d, rgb(227, 206, 154))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"KiKo24\"})})]})}),className:\"framer-wipqks\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-kjl0ci\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-uava9q-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Vddx9qIyM\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Search,{backdropOptions:{backgroundColor:\"rgba(0, 0, 0, 0.8)\",transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},zIndex:10},height:\"100%\",iconColor:\"var(--token-e1eaf7ec-6a2b-469c-8ec1-579f75fde613, rgb(0, 0, 0))\",iconSize:24,iconType:\"default\",id:\"Vddx9qIyM\",inputOptions:{clearButtonText:\"Clear\",clearButtonType:\"text\",dividerType:\"contained\",iconOptions:{iconColor:\"var(--token-e1eaf7ec-6a2b-469c-8ec1-579f75fde613, rgb(0, 0, 0))\",iconSize:20,iconType:\"default\"},inputFont:{fontFamily:'\"Geist\", \"Geist Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400},placeholderOptions:{placeholderColor:\"rgba(0, 0, 0, 0.4)\",placeholderText:\"Cerca...\"},textColor:\"rgb(51, 51, 51)\"},layoutId:\"Vddx9qIyM\",modalOptions:{backgroundColor:\"rgb(255, 255, 255)\",borderRadius:16,heightIsStatic:false,heightTransition:{damping:60,delay:0,mass:1,stiffness:800,type:\"spring\"},layoutType:\"QuickMenu\",shadow:{blur:40,color:\"rgba(0, 0, 0, 0.2)\",spread:0,x:0,y:20},top:0,width:500},resultOptions:{itemType:\"fullWidth\",subtitleOptions:{subtitleColor:\"rgba(0, 0, 0, 0.4)\",subtitleFont:{fontFamily:'\"Geist\", \"Geist Placeholder\", sans-serif',fontSize:\"15px\",fontStyle:\"normal\",fontWeight:400},subtitleType:\"path\"},titleColor:\"rgb(51, 51, 51)\",titleFont:{fontFamily:'\"Geist\", \"Geist Placeholder\", sans-serif',fontSize:\"18px\",fontStyle:\"normal\",fontWeight:400},titleType:\"h1\"},style:{height:\"100%\",width:\"100%\"},urlScope:resolvePageScope({webPageId:\"uuU4JQ294\"},router),width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":m8Fd5gFW1\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":m8Fd5gFW1\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":m8Fd5gFW1\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":m8Fd5gFW1\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KNLI8cCU7:{y:(componentViewport?.y||0)+0+0+0+0+245+0+340},ZB3ynVgZf:{y:(componentViewport?.y||0)+0+0+0+0+0+284+0+302}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+0+0+0+238.5+0+345,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1y7x7zu-container\",nodeId:\"Jo8IVbHku\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KNLI8cCU7:{variant:\"YcdjiucW2\",w2KKQyIl5:resolvedLinks[1]},mI_niHZLd:{w2KKQyIl5:resolvedLinks[3]},ZB3ynVgZf:{variant:\"q2t0IOIxU\",w2KKQyIl5:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(HeroButton,{height:\"100%\",id:\"Jo8IVbHku\",layoutId:\"Jo8IVbHku\",qDcvZxCgB:\"Guarda i Lavori\",variant:\"vFXihFUeY\",w2KKQyIl5:resolvedLinks[0],width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kuble4\",\"data-framer-name\":\"Hero Rating Wrap\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-wz23ln-container\",\"data-framer-name\":\"Corner Bottom Left\",isAuthoredByUser:true,isModuleExternal:true,name:\"Corner Bottom Left\",nodeId:\"sqAy_QDC7\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{rotate:180},children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 0L0 20C0 8.95431 8.95431 0 20 0L0 0Z\" fill=\"white\"/>\\n</svg>',id:\"sqAy_QDC7\",layoutId:\"sqAy_QDC7\",name:\"Corner Bottom Left\",radius:\"0px\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\",zoom:1})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z2nuox\",\"data-framer-name\":\"Hero Rating Wrap / Bottom\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-4itohf-container\",\"data-framer-name\":\"Corner Bottom Left\",isAuthoredByUser:true,isModuleExternal:true,name:\"Corner Bottom Left\",nodeId:\"Q9xLzaxtD\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{rotate:180},children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 0L0 20C0 8.95431 8.95431 0 20 0L0 0Z\" fill=\"white\"/>\\n</svg>',id:\"Q9xLzaxtD\",layoutId:\"Q9xLzaxtD\",name:\"Corner Bottom Left\",radius:\"0px\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\",zoom:1})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KNLI8cCU7:{y:(componentViewport?.y||0)+0+0+0+878-122+0+40+0+0},ZB3ynVgZf:{y:(componentViewport?.y||0)+0+0+0+0+918-122+0+40+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:82,y:(componentViewport?.y||0)+0+0+0+870-122+0+40+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hbptqw-container\",nodeId:\"HWeCVhiYx\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZB3ynVgZf:{variant:\"vuwNditiH\"}},children:/*#__PURE__*/_jsx(AgentRatingWrap,{height:\"100%\",id:\"HWeCVhiYx\",layoutId:\"HWeCVhiYx\",variant:\"enWl_HvpL\",width:\"100%\"})})})})})]})]})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-6jymha\",\"data-framer-name\":\"Feature Service\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8g6bjx\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZB3ynVgZf:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+950+40+0+0+405),pixelHeight:736,pixelWidth:934,sizes:`min(${componentViewport?.width||\"100vw\"} - 32px, (${componentViewport?.width||\"100vw\"} - 32px) * 0.9)`,src:\"https://framerusercontent.com/images/PM0OHsaYCZOEGYyy0NYBiMkQ7z4.jpg\",srcSet:\"https://framerusercontent.com/images/PM0OHsaYCZOEGYyy0NYBiMkQ7z4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/PM0OHsaYCZOEGYyy0NYBiMkQ7z4.jpg 934w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+910+80+0+60.5),pixelHeight:736,pixelWidth:934,sizes:`calc(min(800px, ${componentViewport?.width||\"100vw\"} * 0.9) / 2)`,src:\"https://framerusercontent.com/images/PM0OHsaYCZOEGYyy0NYBiMkQ7z4.jpg\",srcSet:\"https://framerusercontent.com/images/PM0OHsaYCZOEGYyy0NYBiMkQ7z4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/PM0OHsaYCZOEGYyy0NYBiMkQ7z4.jpg 934w\"},className:\"framer-16obr61\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vu50c4\",\"data-framer-name\":\"Text Wrap / Medium\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZB3ynVgZf:{y:(componentViewport?.y||0)+0+950+40+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,y:(componentViewport?.y||0)+0+910+80+0+50.5+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-uwyuai-container\",id:elementId1,nodeId:\"KAa2Nqqaa\",ref:ref2,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Badge,{height:\"100%\",id:\"KAa2Nqqaa\",layoutId:\"KAa2Nqqaa\",p8Invp0nd:\"Chi Sono\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-d671xg\",\"data-styles-preset\":\"z9CeQBMmN\",style:{\"--framer-text-color\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\"},children:\"Raffaele Valentino\"})}),className:\"framer-rygy7z\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1i9cfk1\",\"data-styles-preset\":\"CZEWWxxtt\",style:{\"--framer-text-color\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Da 15 anni nel settore edile.\"})})}),className:\"framer-1t3oece\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1f8staf\",\"data-styles-preset\":\"qL0mZkKEG\",style:{\"--framer-text-color\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\"},children:[\"Da 15 anni faccio ristrutturazioni di bagni in tutta Roma, insieme a validi collaboratori fidati e specializzati.\",/*#__PURE__*/_jsx(\"br\",{}),\"Ho imparato dal lavoro di tutti i giorni e adesso so gestire ogni tipo di situazione. Questa esperienza mi permette di essere un'\",/*#__PURE__*/_jsx(\"strong\",{children:\"impresa tra le migliori a Roma per ristrutturare un bagno rapidamente ed in modo affidabile\"}),\".\"]})}),className:\"framer-zimfdo\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hk0m8m\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KNLI8cCU7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNjAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\",\"--framer-text-transform\":\"uppercase\"},children:[\"OFFERTA SPECIALE LUGLIO:  € 100 di sconto*\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"35px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtMzAw\",\"--framer-font-weight\":\"300\",\"--framer-text-transform\":\"capitalize\"},children:\"*Solo online\"})]})})},ZB3ynVgZf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNjAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\",\"--framer-text-transform\":\"uppercase\"},children:[\"OFFERTA SPECIALE LUGLIO:  € 100 di sconto*\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"35px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtMzAw\",\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"300\",\"--framer-text-transform\":\"capitalize\"},children:\"*Solo online\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNjAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\",\"--framer-text-transform\":\"uppercase\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"35px\"},children:\"OFFERTA SPECIALE LUGLIO:  € 100 di sconto*\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"35px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtMzAw\",\"--framer-font-size\":\"21px\",\"--framer-font-weight\":\"300\",\"--framer-text-transform\":\"capitalize\"},children:\"*Solo online\"})]})}),className:\"framer-epgkuz\",fonts:[\"GF;Geist-600\",\"GF;Geist-300\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sRNb_kBWf\"},motionChild:true,nodeId:\"YpjpSGs3L\",openInNewTab:true,scopeId:\"augiA20Il\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-gaz1jt framer-lux5qc\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZB3ynVgZf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1o8n2o6\",\"data-styles-preset\":\"iUSLdP74w\",children:\"Offerta di Luglio\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1kbmqo5\",\"data-styles-preset\":\"YZOLNjbsq\",children:\"Offerta di Luglio\"})}),className:\"framer-zgg46c\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1i9cfk1\",\"data-styles-preset\":\"CZEWWxxtt\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-e1eaf7ec-6a2b-469c-8ec1-579f75fde613, rgb(0, 0, 0))\"},children:\"Non Aspettare Oltre: Comincia A Goderti Il Tuo Bagno Nuovo\"})}),className:\"framer-17ebl8o\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:\"tel:+393292551434\",motionChild:true,nodeId:\"B7d7DnA3Z\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-2ctvhm framer-lux5qc\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZB3ynVgZf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1o8n2o6\",\"data-styles-preset\":\"iUSLdP74w\",children:\"Chiedi un sopralluogo gratuito\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1kbmqo5\",\"data-styles-preset\":\"YZOLNjbsq\",children:\"Chiedi un sopralluogo gratuito\"})}),className:\"framer-tfz6em\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4at0zs\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fh1w7y\",\"data-framer-name\":\"Text Wrap / Small\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KNLI8cCU7:{y:(componentViewport?.y||0)+0+910+80+1031.4+0+0+0+0},ZB3ynVgZf:{y:(componentViewport?.y||0)+0+950+40+1227+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,width:\"90%\",y:(componentViewport?.y||0)+0+910+80+1035+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-w8fkyf-container\",id:elementId2,nodeId:\"AaLmtQD1d\",ref:ref3,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Badge,{height:\"100%\",id:\"AaLmtQD1d\",layoutId:\"AaLmtQD1d\",p8Invp0nd:\"Perch\\xe9 sceglierci\",style:{maxWidth:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-d671xg\",\"data-styles-preset\":\"z9CeQBMmN\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\"},children:\"15 Anni di Esperienza Comprovata\"})}),className:\"framer-1vd0ohs\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1inklby\",\"data-styles-preset\":\"hXNC3sZjT\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\"},children:\"Tre motivi per scegliere noi tra tutte le aziende di ristrutturazione bagno chiavi in mano Roma\"})}),className:\"framer-3k2vqn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fb741j\",\"data-framer-name\":\"Feature Service Wrap\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KNLI8cCU7:{width:`max(min(1000px, min(${componentViewport?.width||\"100vw\"} - 64px, 1440px) * 0.9), 50px)`,y:(componentViewport?.y||0)+0+910+80+1031.4+0+195.4+0+0},ZB3ynVgZf:{width:`max(min(1000px, min(${componentViewport?.width||\"100vw\"} - 32px, 1440px) * 0.9), 50px)`,y:(componentViewport?.y||0)+0+950+40+1227+0+187.4+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:321,width:`max((min(1000px, min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) * 0.9) - 48px) / 3, 50px)`,y:(componentViewport?.y||0)+0+910+80+1035+0+195.4+0+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1sg1iwf-container\",nodeId:\"r3hb5jl6k\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KNLI8cCU7:{variant:\"PdCz9VY9U\"},ZB3ynVgZf:{variant:\"u5uODHLNW\"}},children:/*#__PURE__*/_jsx(FeatureCard,{aI_ODp2_c:\"Ogni nostra offerta su Ristrutturazione Di Bagni A Roma In 10 Giorni include 24 mesi di garanzia completa su manodopera.\",height:\"100%\",id:\"r3hb5jl6k\",layoutId:\"r3hb5jl6k\",style:{height:\"100%\",width:\"100%\"},UbUMCLqnB:\"Garanzia KiKo 24 su tutti i lavori\",variant:\"KicYGD0oB\",W8CmMeHoN:addImageAlt({pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/60I8oVND3PJCd7FcOGJQZhfM2OA.svg\"},\"\"),width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KNLI8cCU7:{width:`max(min(1000px, min(${componentViewport?.width||\"100vw\"} - 64px, 1440px) * 0.9), 50px)`,y:(componentViewport?.y||0)+0+910+80+1031.4+0+195.4+0+345},ZB3ynVgZf:{width:`max(min(1000px, min(${componentViewport?.width||\"100vw\"} - 32px, 1440px) * 0.9), 50px)`,y:(componentViewport?.y||0)+0+950+40+1227+0+187.4+0+345}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:321,width:`max((min(1000px, min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) * 0.9) - 48px) / 3, 50px)`,y:(componentViewport?.y||0)+0+910+80+1035+0+195.4+0+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1hdx34e-container\",nodeId:\"T_4AVgYi8\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KNLI8cCU7:{variant:\"PdCz9VY9U\"},ZB3ynVgZf:{variant:\"u5uODHLNW\"}},children:/*#__PURE__*/_jsx(FeatureCard,{aI_ODp2_c:\"Dopo molti anni per me \\xe8 un gioco da ragazzi organizzare i tempi di esecuzione e coordinarmi con le vicissitudini di Roma.\",height:\"100%\",id:\"T_4AVgYi8\",layoutId:\"T_4AVgYi8\",style:{height:\"100%\",width:\"100%\"},UbUMCLqnB:\"Massima Organizzazione\",variant:\"KicYGD0oB\",W8CmMeHoN:addImageAlt({pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/TNP7UPmDw89ewsYev4uptdsgx4.svg\"},\"\"),width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KNLI8cCU7:{width:`max(min(1000px, min(${componentViewport?.width||\"100vw\"} - 64px, 1440px) * 0.9), 50px)`,y:(componentViewport?.y||0)+0+910+80+1031.4+0+195.4+0+690},ZB3ynVgZf:{width:`max(min(1000px, min(${componentViewport?.width||\"100vw\"} - 32px, 1440px) * 0.9), 50px)`,y:(componentViewport?.y||0)+0+950+40+1227+0+187.4+0+690}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:321,width:`max((min(1000px, min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) * 0.9) - 48px) / 3, 50px)`,y:(componentViewport?.y||0)+0+910+80+1035+0+195.4+0+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1pux3fy-container\",nodeId:\"wxcqc2rbO\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KNLI8cCU7:{variant:\"PdCz9VY9U\"},ZB3ynVgZf:{variant:\"u5uODHLNW\"}},children:/*#__PURE__*/_jsx(FeatureCard,{aI_ODp2_c:\"Scelgo con cura le persone adatte al mio scopo: fare un lavoro perfetto per essere certo che non avrai motivo di richiamarmi\",height:\"100%\",id:\"wxcqc2rbO\",layoutId:\"wxcqc2rbO\",style:{height:\"100%\",width:\"100%\"},UbUMCLqnB:\"Manodopera Specializzata\",variant:\"KicYGD0oB\",W8CmMeHoN:addImageAlt({pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/lVu6LE1fsM53Oq8fhxNXIYQKfp0.svg\"},\"\"),width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-qebuyr\",\"data-border\":true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KNLI8cCU7:{y:(componentViewport?.y||0)+0+910+80+2307.8+50+0},ZB3ynVgZf:{y:(componentViewport?.y||0)+0+950+40+2455.4+50+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,y:(componentViewport?.y||0)+0+910+80+1645.4+50+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13u4za4-container\",id:elementId3,nodeId:\"Ym00W1esz\",ref:ref4,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Badge,{height:\"100%\",id:\"Ym00W1esz\",layoutId:\"Ym00W1esz\",p8Invp0nd:\"Servizi\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pbh430\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-r8exvi\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-d671xg\",\"data-styles-preset\":\"z9CeQBMmN\",style:{\"--framer-text-alignment\":\"left\"},children:\"prezzi trasparenti\"})}),className:\"framer-kra8s7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1inklby\",\"data-styles-preset\":\"hXNC3sZjT\",style:{\"--framer-text-alignment\":\"left\"},children:[\"Tutto incluso, zero sorprese\",/*#__PURE__*/_jsx(\"br\",{}),\"e possibilit\\xe0 di finanziamento\"]})}),className:\"framer-1beek9g\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtNjAw\",\"--framer-font-family\":'\"Geist\", \"Geist Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\",\"--framer-text-transform\":\"uppercase\"},children:[\"a partire da \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"35px\"},children:\"€4.700,00\"}),\"+ iva*\",/*#__PURE__*/_jsx(\"br\",{}),\"*\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7R2Vpc3QtcmVndWxhcg==\",\"--framer-font-weight\":\"400\",\"--framer-text-transform\":\"capitalize\"},children:\"Materiali esclusi\"})]})}),className:\"framer-7gkysl\",fonts:[\"GF;Geist-600\",\"GF;Geist-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wlpp5t\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1inklby\",\"data-styles-preset\":\"hXNC3sZjT\",style:{\"--framer-text-alignment\":\"left\"},children:\"Ogni preventivo include: \"})}),className:\"framer-1bynt7s\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ptw2s7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1i9cfk1\",\"data-styles-preset\":\"CZEWWxxtt\",style:{\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"- Sopralluogo gratuito\"}),/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"strong\",{children:\"- Progettazione\"}),/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"strong\",{children:\"- Manodopera\"}),/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"strong\",{children:\"- Smaltimento\"}),/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"strong\",{children:\"- Pulizie finali\"})]})}),className:\"framer-1e3gwsh\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5eb9lj\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1i9cfk1\",\"data-styles-preset\":\"CZEWWxxtt\",style:{\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"- Certificazioni impianti\"}),/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"strong\",{children:\"- Garanzia di KiKo 24 mesi su tutto il lavoro svolto\"})]})}),className:\"framer-egzqyq\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sRNb_kBWf\"},motionChild:true,nodeId:\"QTZQrenkA\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-j9lspo framer-lux5qc\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1kbmqo5\",\"data-styles-preset\":\"YZOLNjbsq\",children:\"Calcola un Preventivo\"})}),className:\"framer-1y23fx8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-nsqs9d\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-d671xg\",\"data-styles-preset\":\"z9CeQBMmN\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\"},children:\"Basta Bagni Che ti Rovinano La giornata\"})}),className:\"framer-1oxxvkb\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1i9cfk1\",\"data-styles-preset\":\"CZEWWxxtt\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Ecco come potrebbe essere il tuo nuovo bagno in una settimana\"})})}),className:\"framer-17lov5f\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KNLI8cCU7:{width:`min(min(${componentViewport?.width||\"100vw\"} - 64px, (${componentViewport?.width||\"100vw\"} - 64px) * 0.9), min(${componentViewport?.width||\"100vw\"} - 64px, (${componentViewport?.width||\"100vw\"} - 64px) * 0.9) * 0.9)`,y:(componentViewport?.y||0)+0+910+80+3167.6+0+214},ZB3ynVgZf:{width:`min(min(${componentViewport?.width||\"100vw\"} - 32px, (${componentViewport?.width||\"100vw\"} - 32px) * 0.9), min(${componentViewport?.width||\"100vw\"} - 32px, (${componentViewport?.width||\"100vw\"} - 32px) * 0.9) * 0.9)`,y:(componentViewport?.y||0)+0+950+40+3375.2+0+266}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:500,width:`min(min(${componentViewport?.width||\"100vw\"} - 160px, (${componentViewport?.width||\"100vw\"} - 160px) * 0.9), min(${componentViewport?.width||\"100vw\"} - 160px, (${componentViewport?.width||\"100vw\"} - 160px) * 0.9) * 0.9)`,y:(componentViewport?.y||0)+0+910+80+2505.2+0+214,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xb4vaz-container\",nodeId:\"Ed3WyRNT_\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KNLI8cCU7:{variant:\"qUp9M5z8z\"},ZB3ynVgZf:{variant:\"taycVqrLZ\"}},children:/*#__PURE__*/_jsx(FeatureServiceWrap,{Fo0k9t69P:\"01\",height:\"100%\",hnAtB_7R2:\"Bagno Semplice\",hPuTkrC0m:\"Bagno Elegante\",id:\"Ed3WyRNT_\",kXe_evr3t:\"Finalmente qualcosa che non lascia spazio al caso, ogni dettaglio \\xe8 su misura e accontenta appieno i pi\\xf9 esigenti\",layoutId:\"Ed3WyRNT_\",N7z_3CyIw:addImageAlt({pixelHeight:1600,pixelWidth:1200,src:\"https://framerusercontent.com/images/z6r40pIDsDTOqLfEEYXmbJIv8.jpg\",srcSet:\"https://framerusercontent.com/images/z6r40pIDsDTOqLfEEYXmbJIv8.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/z6r40pIDsDTOqLfEEYXmbJIv8.jpg 1200w\"},\"\"),NZ5fAZmDg:\"02\",RrRDsGucs:\"03\",sAdIWP664:addImageAlt({pixelHeight:2048,pixelWidth:1536,src:\"https://framerusercontent.com/images/hVgQlhkSz02Q11bwVOUrq0HxhIE.jpg\",srcSet:\"https://framerusercontent.com/images/hVgQlhkSz02Q11bwVOUrq0HxhIE.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/hVgQlhkSz02Q11bwVOUrq0HxhIE.jpg 1536w\"},\"\"),style:{maxWidth:\"100%\",width:\"100%\"},variant:\"K9IjzMGGu\",width:\"100%\",Wlo08rYYl:\"Tutto il necessario per rinnovare con il giusto compromesso tra rifiniture e prezzo\",YPWO5WhBG:addImageAlt({pixelHeight:2048,pixelWidth:1536,src:\"https://framerusercontent.com/images/wEOxqwbg7drvv1xwWf6mGLjEYU.jpg\",srcSet:\"https://framerusercontent.com/images/wEOxqwbg7drvv1xwWf6mGLjEYU.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/wEOxqwbg7drvv1xwWf6mGLjEYU.jpg 1536w\"},\"\"),Zgcw4Ay9n:\"La soluzione per chi vuole in casa una stanza che lo accolga e lo rispecchi nel gusto\",ZZH5eqjfn:\"Bagno Personalizzato\"})})})})})]})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1nqxmwy\",\"data-framer-name\":\"Property\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6kg7a3\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KNLI8cCU7:{y:(componentViewport?.y||0)+0+4951.6+40+0+0+0},ZB3ynVgZf:{y:(componentViewport?.y||0)+0+5171.2+40+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,y:(componentViewport?.y||0)+0+4249.2+40+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1eoyr6j-container\",id:elementId4,nodeId:\"m8Fd5gFW1\",ref:ref5,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Badge,{height:\"100%\",id:\"m8Fd5gFW1\",layoutId:\"m8Fd5gFW1\",p8Invp0nd:\"Realizzazioni\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{\"aria-label\":\"CMS item collection list\",className:\"framer-ggrx22\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{pageSize:6,query:{from:{alias:\"tSUPjqdX7\",data:Realizzazioni,type:\"Collection\"},orderBy:[{collection:\"tSUPjqdX7\",name:\"SPQDVxaW8\",type:\"Identifier\"},{collection:\"tSUPjqdX7\",name:\"girq48FQa\",type:\"Identifier\"}],select:[{collection:\"tSUPjqdX7\",name:\"d0ZvlaIKs\",type:\"Identifier\"},{collection:\"tSUPjqdX7\",name:\"SPQDVxaW8\",type:\"Identifier\"},{collection:\"tSUPjqdX7\",name:\"FyiWMPYxW\",type:\"Identifier\"},{collection:\"tSUPjqdX7\",name:\"girq48FQa\",type:\"Identifier\"},{collection:\"tSUPjqdX7\",name:\"ksFKhL4WC\",type:\"Identifier\"},{collection:\"tSUPjqdX7\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"tSUPjqdX7\",name:\"d0ZvlaIKs\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"tSUPjqdX7\",name:\"d0ZvlaIKs\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsxs(_Fragment,{children:[collection?.map(({d0ZvlaIKs:d0ZvlaIKstSUPjqdX7,FyiWMPYxW:FyiWMPYxWtSUPjqdX7,girq48FQa:girq48FQatSUPjqdX7,id:idtSUPjqdX7,ksFKhL4WC:ksFKhL4WCtSUPjqdX7,SPQDVxaW8:SPQDVxaW8tSUPjqdX7},index)=>{SPQDVxaW8tSUPjqdX7??=\"\";FyiWMPYxWtSUPjqdX7??=\"\";ksFKhL4WCtSUPjqdX7??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`tSUPjqdX7-${idtSUPjqdX7}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{ksFKhL4WC:ksFKhL4WCtSUPjqdX7},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{ksFKhL4WC:ksFKhL4WCtSUPjqdX7},webPageId:\"oJ_XIztJF\"},implicitPathVariables:undefined},{href:{pathVariables:{ksFKhL4WC:ksFKhL4WCtSUPjqdX7},webPageId:\"oJ_XIztJF\"},implicitPathVariables:undefined},{href:{pathVariables:{ksFKhL4WC:ksFKhL4WCtSUPjqdX7},webPageId:\"oJ_XIztJF\"},implicitPathVariables:undefined},{href:{pathVariables:{ksFKhL4WC:ksFKhL4WCtSUPjqdX7},webPageId:\"oJ_XIztJF\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KNLI8cCU7:{width:`max((min(${componentViewport?.width||\"100vw\"} - 64px, 1440px) - 40px) / 2, 50px)`,y:(componentViewport?.y||0)+0+4951.6+40+0+0+75+0+0},ZB3ynVgZf:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, (${componentViewport?.width||\"100vw\"} - 32px) * 0.9)`,y:(componentViewport?.y||0)+0+5171.2+40+0+0+55+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:362,width:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 80px) / 3, 50px)`,y:(componentViewport?.y||0)+0+4249.2+40+0+0+75+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1cvyccj-container\",nodeId:\"PwWBzF2nJ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KNLI8cCU7:{kZXDkFWTH:resolvedLinks1[1],variant:\"yvuev91ar\"},mI_niHZLd:{kZXDkFWTH:resolvedLinks1[3]},ZB3ynVgZf:{kZXDkFWTH:resolvedLinks1[2],variant:\"yvuev91ar\"}},children:/*#__PURE__*/_jsx(PropertyItem,{dRqwvJujy:\"32px\",DrZ8VyPEA:FyiWMPYxWtSUPjqdX7,gwrUTI86d:SPQDVxaW8tSUPjqdX7,height:\"100%\",id:\"PwWBzF2nJ\",Ix_Oel8W8:toResponsiveImage(d0ZvlaIKstSUPjqdX7),kZXDkFWTH:resolvedLinks1[0],layoutId:\"PwWBzF2nJ\",style:{width:\"100%\"},uz311ga9_:girq48FQatSUPjqdX7,variant:convertFromBoolean(isSet(d0ZvlaIKstSUPjqdX7),activeLocale),width:\"100%\",wSyUsC29D:\"0px\"})})})})})})})},idtSUPjqdX7);}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KNLI8cCU7:{width:`max((min(${componentViewport?.width||\"100vw\"} - 64px, 1440px) - 40px) / 2, 50px)`,y:(componentViewport?.y||0)+0+4951.6+40+0+0+75+0+0},ZB3ynVgZf:{width:undefined,y:(componentViewport?.y||0)+0+5171.2+40+0+0+55+0+402}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 80px) / 3, 50px)`,y:(componentViewport?.y||0)+0+4249.2+40+0+0+75+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-gn4o5o-container\",isModuleExternal:true,nodeId:\"vrWYLZGeE\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(LoadMore,{height:\"100%\",id:\"vrWYLZGeE\",layoutId:\"vrWYLZGeE\",variant:loaderVariants(paginationInfo,{disabled:\"RY1CAqXo3\",loading:\"HjxzgyO9l\"},\"fRQluzpqn\"),width:\"100%\",Wld3NDzSj:Wld3NDzSj1b86s49({loadMore})})})})})]})})})})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-asrauy\",\"data-framer-name\":\"Testimonials\",id:elementId5,ref:ref6,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11hy0pe\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t29257\",\"data-framer-name\":\"Testimonial Column Wrap / Left\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10bjkv6\",\"data-framer-name\":\"Text Wrap\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KNLI8cCU7:{y:(componentViewport?.y||0)+0+5586.6+33+0+0+0+0+0+0+0},ZB3ynVgZf:{y:(componentViewport?.y||0)+0+5748.2+40+0+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,y:(componentViewport?.y||0)+0+4844.2+33+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jcrpot-container\",nodeId:\"OoeeQuy6p\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Badge,{height:\"100%\",id:\"OoeeQuy6p\",layoutId:\"OoeeQuy6p\",p8Invp0nd:\"Cosa dicono i clienti\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-d671xg\",\"data-styles-preset\":\"z9CeQBMmN\",style:{\"--framer-text-color\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\"},children:\"La loro voce \\xe8 la nostra miglior forza\"})}),className:\"framer-1inrlvd\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-40rg19\",\"data-framer-name\":\"Text Wrap\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1f8staf\",\"data-styles-preset\":\"qL0mZkKEG\",style:{\"--framer-text-color\":\"var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, rgb(44, 44, 44))\"},children:\"Clienti come te hanno voluto lasciare la loro testimonianza per farti sapere quanto sono rimasti entusiasti del nostro intervento nelle loro case, non \\xe8 raro che riceviamo nuovi clienti mandati proprio da loro.\"})}),className:\"framer-1bc7116\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KNLI8cCU7:{width:`min(${componentViewport?.width||\"100vw\"} - 64px, 1440px)`,y:(componentViewport?.y||0)+0+5586.6+33+0+0+330},ZB3ynVgZf:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 1440px)`,y:(componentViewport?.y||0)+0+5748.2+40+0+0+314}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:365,width:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 96px) / 3, 1px)`,y:(componentViewport?.y||0)+0+4844.2+33+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xcq20k-container\",nodeId:\"kjuzkMg3a\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TestimonialWrap,{ClEKqG91A:\"Laura Capitanelli\",fIW3ewVno:\"\",height:\"100%\",id:\"kjuzkMg3a\",layoutId:\"kjuzkMg3a\",QKozQPQ2n:\"Se volete un lavoro ben fatto, nel rispetto dei tempi e con costi giusti ed onesti Kiko Ristrutturazioni \\xe8 ci\\xf2 che fa per voi. Troverete in Raffaele una persona competente che pu\\xf2 darvi consigli e suggerimenti ottimi, come ha fatto nel mio caso. Un prezioso alleato per mitigare lo stress da ristrutturazione. Grazie Raffaele!!!\",style:{width:\"100%\"},T6jIe8Uao:addImageAlt({pixelHeight:266,pixelWidth:400,src:\"https://framerusercontent.com/images/4EPFooZ904x5HcLXxTW5zNIxFo.jpg\"},\"\"),width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KNLI8cCU7:{width:`min(${componentViewport?.width||\"100vw\"} - 64px, 1440px)`,y:(componentViewport?.y||0)+0+5586.6+33+0+0+743},ZB3ynVgZf:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 1440px)`,y:(componentViewport?.y||0)+0+5748.2+40+0+0+719}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:365,width:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1440px) - 96px) / 3, 1px)`,y:(componentViewport?.y||0)+0+4844.2+33+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-lm6wk4-container\",nodeId:\"aA7TXGMB9\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TestimonialWrap,{ClEKqG91A:\"Ser Luc\",fIW3ewVno:\"\",height:\"100%\",id:\"aA7TXGMB9\",layoutId:\"aA7TXGMB9\",QKozQPQ2n:\"Raffaele Valentino \\xe8 il titolare di Kiko ristrutturazioni ed \\xe8 lui che segue personalmente tutti i lavori delle ristrutturazioni. Ha buone capacit\\xe0 tecniche, e intraprendenza per superare imprevisti e suggerire migliorie in corso d'opera. Si \\xe8 dimostrato molto affidabile ed accurato nel corso ed alla fine dei lavori. Noi abbiamo ristrutturato casa, e poi impermeabilizzato un lastrico solare. Lo consiglio x affidabilit\\xe0 e costi ragionevoli.\",style:{width:\"100%\"},T6jIe8Uao:addImageAlt({pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/SKasrOsMjME3sik1pxr2pSu0.jpg\"},\"\"),width:\"100%\"})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.google.com/search?sa=X&sca_esv=dbbcd87e5f308596&hl=it-IT&tbm=lcl&sxsrf=AE3TifNWnv-6vfjYoX4wlykxGeVD3pGwAA:1754035879901&q=Kiko%20Ristrutturazioni%20Recensioni&rflfq=1&num=20&stick=H4sIAAAAAAAAAONgkxI2NbewtDS0sDQ2MTM0NzC1NDYz3MDI-IpRwTszO18hKLO4pKi0pKS0KLEqMz8vUyEoNTk1rxjEXMRKUAkAY39oRmAAAAA&rldimm=5789918934617059361&ved=0CAgQ5foLahcKEwiA76WNlemOAxUAAAAAHQAAAAAQHQ&biw=1920&bih=911&dpr=1#lkt=LocalPoiReviews&arid=Ci9DQUlRQUNvZENodHljRjlvT2toRk1tTnZVMHBSYjB0eWFtaFNWVUpMYVdKTVdtYxAB\",motionChild:true,nodeId:\"CIxLwl65t\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-cb9y9t framer-lux5qc\",\"data-border\":true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Altre Recensioni\"})}),className:\"framer-13bb60l\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KNLI8cCU7:{background:{alt:\"Recensioni Google 5 Stelle\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5586.6+33+0+1108-95+8),pixelHeight:717,pixelWidth:1300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/MXiZVW8bNc1iLOgvtaFDsW2UE.png?scale-down-to=512\"}},ZB3ynVgZf:{background:{alt:\"Recensioni Google 5 Stelle\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5748.2+40+0+713+146),pixelHeight:717,pixelWidth:1300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/MXiZVW8bNc1iLOgvtaFDsW2UE.png?scale-down-to=512\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Recensioni Google 5 Stelle\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4844.2+33+0+365-95+8),pixelHeight:717,pixelWidth:1300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/MXiZVW8bNc1iLOgvtaFDsW2UE.png?scale-down-to=512\"},className:\"framer-1tjas0c\",\"data-framer-name\":\"Star Icon\"})})]})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KNLI8cCU7:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6807.6),pixelHeight:624,pixelWidth:526,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/oyBtspFGyaJYGRJnYCuYAVKUVMA.jpg\",srcSet:\"https://framerusercontent.com/images/oyBtspFGyaJYGRJnYCuYAVKUVMA.jpg 526w\"}},ZB3ynVgZf:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6912.2),pixelHeight:624,pixelWidth:526,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/oyBtspFGyaJYGRJnYCuYAVKUVMA.jpg\",srcSet:\"https://framerusercontent.com/images/oyBtspFGyaJYGRJnYCuYAVKUVMA.jpg 526w\"}}},children:/*#__PURE__*/_jsxs(Image,{as:\"section\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5275.2),pixelHeight:624,pixelWidth:526,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/oyBtspFGyaJYGRJnYCuYAVKUVMA.jpg\",srcSet:\"https://framerusercontent.com/images/oyBtspFGyaJYGRJnYCuYAVKUVMA.jpg 526w\"},className:\"framer-u7sbm7\",\"data-framer-name\":\"Contact\",id:elementId6,ref:ref7,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1m671ir-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"UqBEAsL5a\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Negative_Margin,{height:\"100%\",id:\"UqBEAsL5a\",layoutId:\"UqBEAsL5a\",margin:-41,unit:\"%\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-kwwgcq\",\"data-framer-name\":\"Contact BG Wrap\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1agrvhd\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1q409qk\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uypxig\",\"data-framer-name\":\"Text Wrap / Medium\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-w1ifq0-container\",nodeId:\"rNNmwjbdJ\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Badge,{height:\"100%\",id:\"rNNmwjbdJ\",layoutId:\"rNNmwjbdJ\",p8Invp0nd:\"Informazioni\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-d671xg\",\"data-styles-preset\":\"z9CeQBMmN\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-528a4e50-1a33-4ebe-a3b3-4f0f1508d312, rgb(255, 255, 255))\"},children:\"vuoi sapere altro?\"})}),className:\"framer-1ypl3uw\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-f0lkuw\",\"data-framer-name\":\"Text Wrap / Medium\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1i9cfk1\",\"data-styles-preset\":\"CZEWWxxtt\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-text-color\":\"var(--token-528a4e50-1a33-4ebe-a3b3-4f0f1508d312, rgb(255, 255, 255))\"},children:[\"Guarda le domande comuni o scrivimi a questo indirizzo. \",/*#__PURE__*/_jsx(\"br\",{}),\"Provveder\\xf2 a risponderti al pi\\xf9 presto.\"]})})}),className:\"framer-1awf2kk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"q2dRnvlDV\"},motionChild:true,nodeId:\"Sb0PkzOoX\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-aknrks framer-lux5qc\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1kbmqo5\",\"data-styles-preset\":\"YZOLNjbsq\",children:\"Domande Comuni\"})}),className:\"framer-1bzi97c\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(FormContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,action:\"https://api.framer.com/forms/v1/forms/ece00acf-5cb4-4b8f-934e-164fe878e053/submit\",className:\"framer-1mivlgy\",\"data-border\":true,\"data-framer-name\":\"Form Wrap\",nodeId:\"WvQXHTPUK\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18b1eda\",\"data-framer-name\":\"Input Wrap\",children:[/*#__PURE__*/_jsx(\"label\",{className:\"framer-pd8pqn\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-aioi04\",inputName:\"Nome\",placeholder:\"Nome\",required:true,type:\"text\"})}),/*#__PURE__*/_jsx(\"label\",{className:\"framer-97qqw7\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-yhkkiv\",inputName:\"Cognome\",placeholder:\"Cognome\",required:true,type:\"text\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gy3gxv\",\"data-framer-name\":\"Input Wrap\",children:[/*#__PURE__*/_jsx(\"label\",{className:\"framer-1nonphq\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-o875bn\",inputName:\"Email\",placeholder:\"Email\",required:true,type:\"email\"})}),/*#__PURE__*/_jsx(\"label\",{className:\"framer-6wyuf2\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1h6k60h\",inputName:\"Telefono\",placeholder:\"Telefono\",required:true,type:\"tel\"})})]}),/*#__PURE__*/_jsx(\"label\",{className:\"framer-1kpdhkg\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-smjuxf\",inputName:\"Message\",placeholder:\"A cosa posso risponderti?\",required:false,type:\"textarea\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KNLI8cCU7:{width:`calc(min(656.1px, min(max(${componentViewport?.width||\"100vw\"}, 1px), ${componentViewport?.width||\"100vw\"} * 0.9) * 0.9) - 64px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:53,width:`calc(min(800px, min(max(${componentViewport?.width||\"100vw\"}, 1px), ${componentViewport?.width||\"100vw\"} * 0.9) * 0.9) - 64px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2vrou9-container\",nodeId:\"pAD8lTXt5\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(FormButton,{height:\"100%\",id:\"pAD8lTXt5\",layoutId:\"pAD8lTXt5\",style:{width:\"100%\"},type:\"submit\",variant:formVariants(formState,{error:\"Snd0z0yDZ\",pending:\"OKDXgtzJ1\",success:\"NQt9FS4DB\"},\"hgK2wMDN6\"),width:\"100%\"})})})})]})})]})})]})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-8PT0D.framer-lux5qc, .framer-8PT0D .framer-lux5qc { display: block; }\",\".framer-8PT0D.framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1280px; }\",\".framer-8PT0D .framer-gmvnqz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 91vh; justify-content: center; overflow: hidden; padding: 0px 80px 40px 80px; position: relative; width: 100%; }\",\".framer-8PT0D .framer-cezpwl { align-content: flex-start; align-items: flex-start; background-color: var(--token-e1eaf7ec-6a2b-469c-8ec1-579f75fde613, #000000); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; overflow: hidden; padding: 0px 0px 0px 80px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-8PT0D .framer-6j87k0 { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-8PT0D .framer-8a0aca { background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.26) 100%); flex: none; height: 100%; left: 0px; opacity: 0.83; overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-8PT0D .framer-1wb1rz9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 700px; overflow: hidden; padding: 0px; position: relative; width: 68%; z-index: 2; }\",\".framer-8PT0D .framer-1yczgel { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-8PT0D .framer-1i4gcie { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 3px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 710px; }\",\".framer-8PT0D .framer-1cfgy58, .framer-8PT0D .framer-572hg0, .framer-8PT0D .framer-q0v145, .framer-8PT0D .framer-wipqks, .framer-8PT0D .framer-rygy7z, .framer-8PT0D .framer-1t3oece, .framer-8PT0D .framer-zimfdo, .framer-8PT0D .framer-1vd0ohs, .framer-8PT0D .framer-3k2vqn, .framer-8PT0D .framer-1inrlvd, .framer-8PT0D .framer-1bc7116, .framer-8PT0D .framer-1ypl3uw, .framer-8PT0D .framer-1awf2kk { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-8PT0D .framer-kjl0ci { background-color: var(--token-528a4e50-1a33-4ebe-a3b3-4f0f1508d312, #ffffff); border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; flex: none; height: 33px; opacity: 0.74; overflow: hidden; position: relative; width: 176px; will-change: var(--framer-will-change-override, transform); }\",\".framer-8PT0D .framer-uava9q-container { bottom: -3px; cursor: pointer; flex: none; left: 0px; position: absolute; right: 0px; top: -2px; }\",\".framer-8PT0D .framer-1y7x7zu-container, .framer-8PT0D .framer-1jcrpot-container, .framer-8PT0D .framer-1m671ir-container, .framer-8PT0D .framer-w1ifq0-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-8PT0D .framer-1kuble4 { align-content: flex-end; align-items: flex-end; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: 0px; width: min-content; z-index: 1; }\",\".framer-8PT0D .framer-wz23ln-container, .framer-8PT0D .framer-4itohf-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 40px; }\",\".framer-8PT0D .framer-z2nuox { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-8PT0D .framer-hbptqw-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\".framer-8PT0D .framer-6jymha { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 80px 40px 80px; position: relative; width: 100%; }\",\".framer-8PT0D .framer-8g6bjx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: 481px; justify-content: center; max-width: 90%; overflow: hidden; padding: 0px; position: relative; width: 800px; }\",\".framer-8PT0D .framer-16obr61 { flex: none; height: 360px; overflow: hidden; position: relative; width: 50%; }\",\".framer-8PT0D .framer-1vu50c4 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; max-width: 780px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-8PT0D .framer-uwyuai-container, .framer-8PT0D .framer-1eoyr6j-container { flex: none; height: auto; position: relative; scroll-margin-top: 100px; width: auto; }\",\".framer-8PT0D .framer-1hk0m8m { align-content: center; align-items: center; box-shadow: 1px 1px 4px 0px var(--token-e224f570-5df7-4f2d-ba25-3aa3aa651d4d, #e3ce9a); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: flex-start; max-width: 90%; overflow: hidden; padding: 23px 0px 23px 0px; position: relative; width: 100%; }\",\".framer-8PT0D .framer-epgkuz, .framer-8PT0D .framer-17ebl8o, .framer-8PT0D .framer-kra8s7, .framer-8PT0D .framer-1beek9g, .framer-8PT0D .framer-7gkysl, .framer-8PT0D .framer-1bynt7s, .framer-8PT0D .framer-1oxxvkb, .framer-8PT0D .framer-17lov5f { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 90%; position: relative; white-space: pre-wrap; width: 500px; word-break: break-word; word-wrap: break-word; }\",\".framer-8PT0D .framer-gaz1jt, .framer-8PT0D .framer-2ctvhm, .framer-8PT0D .framer-aknrks { align-content: center; align-items: center; background-color: var(--token-e224f570-5df7-4f2d-ba25-3aa3aa651d4d, #e3ce9a); box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; max-width: 90%; overflow: hidden; padding: 10px; position: relative; text-decoration: none; width: 500px; }\",\".framer-8PT0D .framer-zgg46c, .framer-8PT0D .framer-tfz6em, .framer-8PT0D .framer-1y23fx8, .framer-8PT0D .framer-1bzi97c { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-8PT0D .framer-4at0zs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-8PT0D .framer-fh1w7y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 580px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-8PT0D .framer-w8fkyf-container { flex: none; height: auto; max-width: 90%; position: relative; width: auto; }\",\".framer-8PT0D .framer-fb741j { display: grid; flex: none; gap: 24px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; max-width: 90%; overflow: hidden; padding: 0px; position: relative; width: 1000px; }\",\".framer-8PT0D .framer-1sg1iwf-container, .framer-8PT0D .framer-1hdx34e-container, .framer-8PT0D .framer-1pux3fy-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-8PT0D .framer-qebuyr { --border-bottom-width: 2px; --border-color: var(--token-e224f570-5df7-4f2d-ba25-3aa3aa651d4d, #e3ce9a); --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; display: grid; flex: none; gap: 60px; grid-auto-rows: min-content; grid-template-columns: repeat(1, minmax(200px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; overflow: visible; padding: 50px 100px 50px 100px; position: relative; width: 100%; }\",\".framer-8PT0D .framer-13u4za4-container { align-self: start; flex: none; height: auto; justify-self: center; position: relative; scroll-margin-top: 100px; width: fit-content; }\",\".framer-8PT0D .framer-1pbh430 { --border-bottom-width: 1px; --border-color: var(--token-e224f570-5df7-4f2d-ba25-3aa3aa651d4d, #e3ce9a); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; align-self: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: center; justify-self: center; max-width: 95%; overflow: hidden; padding: 20px; position: relative; width: 1fr; }\",\".framer-8PT0D .framer-r8exvi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-8PT0D .framer-1wlpp5t { align-content: center; align-items: center; background-color: var(--token-b94fc636-02ac-4053-8f72-b23ff50405a3, #f3f3f3); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 28px 0px 28px 0px; position: relative; width: 566px; }\",\".framer-8PT0D .framer-ptw2s7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 90%; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-8PT0D .framer-1e3gwsh, .framer-8PT0D .framer-egzqyq { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; max-width: 90%; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-8PT0D .framer-5eb9lj { background-color: var(--token-e224f570-5df7-4f2d-ba25-3aa3aa651d4d, #e3ce9a); flex: none; height: 168px; overflow: hidden; position: relative; width: 2px; }\",\".framer-8PT0D .framer-j9lspo { align-content: center; align-items: center; align-self: end; background-color: var(--token-e224f570-5df7-4f2d-ba25-3aa3aa651d4d, #e3ce9a); box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; justify-self: center; max-width: 90%; overflow: hidden; padding: 10px 20px 10px 20px; position: relative; text-decoration: none; width: 500px; }\",\".framer-8PT0D .framer-nsqs9d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; max-width: 90%; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-8PT0D .framer-1xb4vaz-container { flex: none; height: auto; max-width: 90%; position: relative; width: 100%; }\",\".framer-8PT0D .framer-1nqxmwy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 117px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 80px 40px 80px; position: relative; width: 100%; }\",\".framer-8PT0D .framer-6kg7a3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-8PT0D .framer-ggrx22 { display: grid; flex: none; gap: 40px; grid-auto-rows: 200px; grid-template-columns: repeat(3, minmax(50px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-8PT0D .framer-1cvyccj-container { align-self: center; flex: none; grid-row: span 2; height: auto; justify-self: center; position: relative; width: 100%; }\",\".framer-8PT0D .framer-gn4o5o-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-8PT0D .framer-asrauy { 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: 33px 80px 33px 80px; position: relative; width: 100%; }\",\".framer-8PT0D .framer-11hy0pe { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-8PT0D .framer-1t29257 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; max-width: 30%; overflow: hidden; padding: 0px; position: sticky; top: 128px; width: 1px; z-index: 1; }\",\".framer-8PT0D .framer-10bjkv6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-8PT0D .framer-40rg19 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-8PT0D .framer-xcq20k-container, .framer-8PT0D .framer-lm6wk4-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-8PT0D .framer-cb9y9t { --border-bottom-width: 1px; --border-color: var(--token-e224f570-5df7-4f2d-ba25-3aa3aa651d4d, #e3ce9a); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 9px; border-bottom-right-radius: 9px; border-top-left-radius: 9px; border-top-right-radius: 9px; bottom: 35px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 60px; justify-content: center; left: calc(48.12500000000002% - 289px / 2); overflow: hidden; padding: 0px; position: absolute; text-decoration: none; width: 289px; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-8PT0D .framer-13bb60l { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-8PT0D .framer-1tjas0c { aspect-ratio: 2.772727272727273 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 44px); overflow: hidden; position: relative; width: 122px; z-index: 1; }\",\".framer-8PT0D .framer-u7sbm7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1013px; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-8PT0D .framer-kwwgcq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 984px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-8PT0D .framer-1agrvhd { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 13px; height: 984px; justify-content: center; max-width: 90%; overflow: hidden; padding: 0px; position: relative; width: 1px; z-index: 2; }\",\".framer-8PT0D .framer-1q409qk { background-color: var(--token-a4c0e139-c71f-40a7-b031-c8c8c04651e9, #fffef7); flex: none; height: 8px; overflow: hidden; position: relative; width: 9px; }\",\".framer-8PT0D .framer-uypxig, .framer-8PT0D .framer-f0lkuw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 780px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-8PT0D .framer-1mivlgy { --border-bottom-width: 1px; --border-color: var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, #c7c7c7); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(5px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(5px); background-color: var(--token-528a4e50-1a33-4ebe-a3b3-4f0f1508d312, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 90%; overflow: hidden; padding: 32px; position: relative; width: 800px; }\",\".framer-8PT0D .framer-18b1eda, .framer-8PT0D .framer-gy3gxv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-8PT0D .framer-pd8pqn, .framer-8PT0D .framer-97qqw7, .framer-8PT0D .framer-1nonphq, .framer-8PT0D .framer-6wyuf2 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",'.framer-8PT0D .framer-aioi04, .framer-8PT0D .framer-yhkkiv { --framer-input-border-bottom-width: 1px; --framer-input-border-color: var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, #c7c7c7); --framer-input-border-left-width: 0px; --framer-input-border-right-width: 0px; --framer-input-border-style: solid; --framer-input-border-top-width: 0px; --framer-input-focused-border-color: var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, #2c2c2c); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, #2c2c2c); --framer-input-font-family: \"Geist\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.3em; --framer-input-font-size: 16px; --framer-input-font-weight: 300; --framer-input-icon-color: #999999; --framer-input-padding: 8px; --framer-input-placeholder-color: var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, #c7c7c7); --framer-input-wrapper-height: auto; flex: none; height: auto; position: relative; width: 100%; }','.framer-8PT0D .framer-o875bn, .framer-8PT0D .framer-1h6k60h { --framer-input-border-bottom-width: 1px; --framer-input-border-color: var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, #c7c7c7); --framer-input-border-left-width: 0px; --framer-input-border-right-width: 0px; --framer-input-border-style: solid; --framer-input-border-top-width: 0px; --framer-input-focused-border-color: var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, #2c2c2c); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, #2c2c2c); --framer-input-font-family: \"Geist\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.3em; --framer-input-font-size: 16px; --framer-input-font-weight: 300; --framer-input-icon-color: #999999; --framer-input-padding: 8px; --framer-input-placeholder-color: var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, #c7c7c7); flex: none; height: 40px; position: relative; width: 100%; }',\".framer-8PT0D .framer-1kpdhkg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",'.framer-8PT0D .framer-smjuxf { --framer-input-border-bottom-width: 1px; --framer-input-border-color: var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, #c7c7c7); --framer-input-border-left-width: 0px; --framer-input-border-right-width: 0px; --framer-input-border-style: solid; --framer-input-border-top-width: 0px; --framer-input-focused-border-color: var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, #2c2c2c); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: var(--token-fa16a3ef-909b-4fe8-b9b6-d5a056139983, #2c2c2c); --framer-input-font-family: \"Geist\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.3em; --framer-input-font-size: 16px; --framer-input-font-weight: 300; --framer-input-icon-color: #999999; --framer-input-padding: 8px; --framer-input-placeholder-color: var(--token-d9d8d5ef-768f-4d6d-a4c1-1b6a1792413c, #c7c7c7); --framer-input-wrapper-height: auto; --framer-textarea-resize: vertical; flex: none; height: auto; min-height: 100px; position: relative; width: 100%; }',\".framer-8PT0D .framer-2vrou9-container { flex: none; height: auto; position: relative; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,'.framer-8PT0D[data-border=\"true\"]::after, .framer-8PT0D [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1279px) { .framer-8PT0D.framer-72rtr7 { width: 810px; } .framer-8PT0D .framer-gmvnqz { padding: 0px 32px 32px 32px; } .framer-8PT0D .framer-cezpwl { padding: 0px 48px 0px 48px; } .framer-8PT0D .framer-1wb1rz9 { max-width: 650px; width: 80%; } .framer-8PT0D .framer-6jymha { padding: 80px 32px 80px 32px; } .framer-8PT0D .framer-fb741j { grid-template-columns: repeat(1, minmax(50px, 1fr)); grid-template-rows: repeat(3, min-content); } .framer-8PT0D .framer-1nqxmwy { padding: 40px 32px 80px 32px; } .framer-8PT0D .framer-ggrx22 { grid-template-columns: repeat(2, minmax(50px, 1fr)); } .framer-8PT0D .framer-asrauy { padding: 33px 32px 80px 32px; } .framer-8PT0D .framer-11hy0pe { flex-direction: column; } .framer-8PT0D .framer-1t29257 { flex: none; max-width: 100%; position: relative; top: unset; width: 100%; } .framer-8PT0D .framer-xcq20k-container, .framer-8PT0D .framer-lm6wk4-container { flex: none; width: 100%; } .framer-8PT0D .framer-u7sbm7 { height: 828px; } .framer-8PT0D .framer-1mivlgy { width: 656px; }}\",\"@media (max-width: 809px) { .framer-8PT0D.framer-72rtr7 { width: 390px; } .framer-8PT0D .framer-gmvnqz { flex-direction: column; height: 95vh; padding: 0px 16px 32px 16px; } .framer-8PT0D .framer-cezpwl { height: 1px; padding: 0px 24px 0px 24px; width: 100%; } .framer-8PT0D .framer-1wb1rz9 { gap: 24px; max-width: 450px; width: 106%; } .framer-8PT0D .framer-6jymha { gap: 30px; padding: 40px 16px 40px 16px; } .framer-8PT0D .framer-8g6bjx { flex-direction: column; height: min-content; width: 100%; } .framer-8PT0D .framer-16obr61 { order: 1; width: 100%; } .framer-8PT0D .framer-1vu50c4 { flex: none; order: 0; width: 100%; } .framer-8PT0D .framer-1hk0m8m { padding: 20px; } .framer-8PT0D .framer-4at0zs, .framer-8PT0D .framer-nsqs9d { gap: 40px; } .framer-8PT0D .framer-fb741j { grid-template-columns: repeat(1, minmax(50px, 1fr)); grid-template-rows: repeat(3, min-content); } .framer-8PT0D .framer-qebuyr { padding: 50px 0px 20px 0px; } .framer-8PT0D .framer-1wlpp5t { width: 100%; } .framer-8PT0D .framer-ptw2s7, .framer-8PT0D .framer-18b1eda, .framer-8PT0D .framer-gy3gxv { flex-direction: column; } .framer-8PT0D .framer-1e3gwsh, .framer-8PT0D .framer-egzqyq, .framer-8PT0D .framer-xcq20k-container, .framer-8PT0D .framer-lm6wk4-container, .framer-8PT0D .framer-pd8pqn, .framer-8PT0D .framer-97qqw7, .framer-8PT0D .framer-1nonphq, .framer-8PT0D .framer-6wyuf2 { flex: none; width: 100%; } .framer-8PT0D .framer-5eb9lj { height: 2px; width: 80%; } .framer-8PT0D .framer-1nqxmwy, .framer-8PT0D .framer-asrauy { padding: 40px 16px 40px 16px; } .framer-8PT0D .framer-6kg7a3 { gap: 20px; max-width: 90%; } .framer-8PT0D .framer-ggrx22 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; } .framer-8PT0D .framer-1cvyccj-container { align-self: unset; } .framer-8PT0D .framer-gn4o5o-container { align-self: unset; width: auto; } .framer-8PT0D .framer-11hy0pe { flex-direction: column; gap: 40px; } .framer-8PT0D .framer-1t29257 { flex: none; gap: 40px; max-width: 100%; position: relative; top: unset; width: 100%; } .framer-8PT0D .framer-cb9y9t { height: unset; left: calc(50.00000000000002% - 289px / 2); top: 713px; } .framer-8PT0D .framer-u7sbm7 { padding: 40px 0px 0px 0px; }}\",\"@media (min-width: 1366px) { .framer-8PT0D.framer-72rtr7 { width: 1366px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 8118\n * @framerIntrinsicWidth 1280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"KNLI8cCU7\":{\"layout\":[\"fixed\",\"auto\"]},\"ZB3ynVgZf\":{\"layout\":[\"fixed\",\"auto\"]},\"mI_niHZLd\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"l801ubO5I\":{\"pattern\":\":l801ubO5I\",\"name\":\"hero\"},\"KAa2Nqqaa\":{\"pattern\":\":KAa2Nqqaa\",\"name\":\"chi-sono\"},\"AaLmtQD1d\":{\"pattern\":\":AaLmtQD1d\",\"name\":\"perche-noi\"},\"Ym00W1esz\":{\"pattern\":\":Ym00W1esz\",\"name\":\"servizi\"},\"m8Fd5gFW1\":{\"pattern\":\":m8Fd5gFW1\",\"name\":\"realizzazioni\"},\"C60RUggHu\":{\"pattern\":\":C60RUggHu\",\"name\":\"testimonials\"},\"HyRYoqbuA\":{\"pattern\":\":HyRYoqbuA\",\"name\":\"contact\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-8PT0D\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:8118,width:1280};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/3RZHWSNONLLWJK3RLPEKUZOMM56GO4LJ/BPDRY7AHVI3MCDXXVXTQQ76H3UXA63S3/SB2OEB6IKZPRR6JT4GFJ2TFT6HBB6AZN.woff2\",weight:\"500\"},{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v3/gyBhhwUxId8gMGYQMKR3pzfaWI_RHOQ4mJPby1QNtA.woff2\",weight:\"800\"},{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v3/gyBhhwUxId8gMGYQMKR3pzfaWI_RruM4mJPby1QNtA.woff2\",weight:\"500\"},{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v3/gyBhhwUxId8gMGYQMKR3pzfaWI_RNeQ4mJPby1QNtA.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/GrgcKwrN6d3Uz8EwcLHZxwEfC4.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v3/gyBhhwUxId8gMGYQMKR3pzfaWI_RnOM4mJPby1QNtA.woff2\",weight:\"400\"},{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v3/gyBhhwUxId8gMGYQMKR3pzfaWI_RQuQ4mJPby1QNtA.woff2\",weight:\"600\"},{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v3/gyBhhwUxId8gMGYQMKR3pzfaWI_RwuM4mJPby1QNtA.woff2\",weight:\"300\"}]},...SearchFonts,...HeroButtonFonts,...EmbedFonts,...AgentRatingWrapFonts,...BadgeFonts,...FeatureCardFonts,...FeatureServiceWrapFonts,...PropertyItemFonts,...LoadMoreFonts,...TestimonialWrapFonts,...Negative_MarginFonts,...FormButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1280\",\"framerScrollSections\":\"{\\\"l801ubO5I\\\":{\\\"pattern\\\":\\\":l801ubO5I\\\",\\\"name\\\":\\\"hero\\\"},\\\"KAa2Nqqaa\\\":{\\\"pattern\\\":\\\":KAa2Nqqaa\\\",\\\"name\\\":\\\"chi-sono\\\"},\\\"AaLmtQD1d\\\":{\\\"pattern\\\":\\\":AaLmtQD1d\\\",\\\"name\\\":\\\"perche-noi\\\"},\\\"Ym00W1esz\\\":{\\\"pattern\\\":\\\":Ym00W1esz\\\",\\\"name\\\":\\\"servizi\\\"},\\\"m8Fd5gFW1\\\":{\\\"pattern\\\":\\\":m8Fd5gFW1\\\",\\\"name\\\":\\\"realizzazioni\\\"},\\\"C60RUggHu\\\":{\\\"pattern\\\":\\\":C60RUggHu\\\",\\\"name\\\":\\\"testimonials\\\"},\\\"HyRYoqbuA\\\":{\\\"pattern\\\":\\\":HyRYoqbuA\\\",\\\"name\\\":\\\"contact\\\"}}\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"8118\",\"framerResponsiveScreen\":\"\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KNLI8cCU7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZB3ynVgZf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mI_niHZLd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}