{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/4lPxq3Azsqd3rl4EtgDm/ArsB5rs6zJaponqFS1FM/MagneticElement.js", "ssg:https://framerusercontent.com/modules/FioOTDK5IfhK16tzJTtd/r8zxIIEVO8xz945ULgyj/My9WIIGmi.js", "ssg:https://framerusercontent.com/modules/gtGSxCvbNLQJtU2eBCbi/ZeaqZ1amAkSWh0pJu6bX/OoLGxWRQL.js"],
  "sourcesContent": ["/**\n * This override enhances a component by adding a \"magnetic\" effect that responds to mouse movements.\n * It dynamically adjusts the component's transform property based on cursor position relative to the component,\n * creating a subtle motion effect. The effect is disabled on touch devices to prevent unwanted interactions.\n *\n * --> change value of \"moveRange\" to adjust amount of movement\n *\n * created by Swiss Themes \u2013 swissthemes.design\n *\n */import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useRef}from\"react\";export const withMagneticFullScreen=Component=>{return({style,moveRange=20,...rest})=>{const ref=useRef(null);useEffect(()=>{if(window.matchMedia(\"(hover: none)\").matches){// Device supports touch input, do not apply hover effects\nreturn;}const handleMouseMove=e=>{const rect=ref.current.getBoundingClientRect();const x=e.clientX-rect.left;const y=e.clientY-rect.top;const height=rect.bottom-rect.top;const width=rect.right-rect.left;const moveX=(x-width/2)/width*moveRange;const moveY=(y-height/2)/height*moveRange;ref.current.style.transition=\"transform 0.22s ease-out\";ref.current.style.transform=`translate(${moveX}px, ${moveY}px)`;};window.addEventListener(\"mousemove\",handleMouseMove);return()=>{window.removeEventListener(\"mousemove\",handleMouseMove);};},[moveRange]);return /*#__PURE__*/_jsx(Component,{ref:ref,...rest,style:{...style}});};};\nexport const __FramerMetadata__ = {\"exports\":{\"withMagneticFullScreen\":{\"type\":\"reactHoc\",\"name\":\"withMagneticFullScreen\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./MagneticElement.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;ZT Bros Oskon 90s Extra Light\",\"CUSTOM;ZT Bros Oskon 90s Extra Light\",\"CUSTOM;ZT Bros Oskon 90s Extra Light\",\"CUSTOM;ZT Bros Oskon 90s Extra Light\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"ZT Bros Oskon 90s Extra Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/ZSKRTwddSJeHCZjSVOLgK1VaxQs.woff2\"}]}];export const css=['.framer-aXaIF .framer-styles-preset-1stbd40:not(.rich-text-wrapper), .framer-aXaIF .framer-styles-preset-1stbd40.rich-text-wrapper p { --framer-font-family: \"ZT Bros Oskon 90s Extra Light\", \"ZT Bros Oskon 90s Extra Light Placeholder\", sans-serif; --framer-font-family-bold: \"ZT Bros Oskon 90s Extra Light\", \"ZT Bros Oskon 90s Extra Light Placeholder\", sans-serif; --framer-font-family-bold-italic: \"ZT Bros Oskon 90s Extra Light\", \"ZT Bros Oskon 90s Extra Light Placeholder\", sans-serif; --framer-font-family-italic: \"ZT Bros Oskon 90s Extra Light\", \"ZT Bros Oskon 90s Extra Light Placeholder\", sans-serif; --framer-font-size: 39px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.015em; --framer-line-height: 1em; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: var(--token-eb6284da-2f8d-4ec8-94e7-df386a42672b, #4c554e); --framer-text-decoration: none; --framer-text-transform: uppercase; }','@media (max-width: 1279px) and (min-width: 860px) { .framer-aXaIF .framer-styles-preset-1stbd40:not(.rich-text-wrapper), .framer-aXaIF .framer-styles-preset-1stbd40.rich-text-wrapper p { --framer-font-family: \"ZT Bros Oskon 90s Extra Light\", \"ZT Bros Oskon 90s Extra Light Placeholder\", sans-serif; --framer-font-family-bold: \"ZT Bros Oskon 90s Extra Light\", \"ZT Bros Oskon 90s Extra Light Placeholder\", sans-serif; --framer-font-family-bold-italic: \"ZT Bros Oskon 90s Extra Light\", \"ZT Bros Oskon 90s Extra Light Placeholder\", sans-serif; --framer-font-family-italic: \"ZT Bros Oskon 90s Extra Light\", \"ZT Bros Oskon 90s Extra Light Placeholder\", sans-serif; --framer-font-size: 31px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.015em; --framer-line-height: 1em; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: var(--token-eb6284da-2f8d-4ec8-94e7-df386a42672b, #4c554e); --framer-text-decoration: none; --framer-text-transform: uppercase; } }','@media (max-width: 859px) and (min-width: 0px) { .framer-aXaIF .framer-styles-preset-1stbd40:not(.rich-text-wrapper), .framer-aXaIF .framer-styles-preset-1stbd40.rich-text-wrapper p { --framer-font-family: \"ZT Bros Oskon 90s Extra Light\", \"ZT Bros Oskon 90s Extra Light Placeholder\", sans-serif; --framer-font-family-bold: \"ZT Bros Oskon 90s Extra Light\", \"ZT Bros Oskon 90s Extra Light Placeholder\", sans-serif; --framer-font-family-bold-italic: \"ZT Bros Oskon 90s Extra Light\", \"ZT Bros Oskon 90s Extra Light Placeholder\", sans-serif; --framer-font-family-italic: \"ZT Bros Oskon 90s Extra Light\", \"ZT Bros Oskon 90s Extra Light Placeholder\", sans-serif; --framer-font-size: 25px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.015em; --framer-line-height: 1em; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: var(--token-eb6284da-2f8d-4ec8-94e7-df386a42672b, #4c554e); --framer-text-decoration: none; --framer-text-transform: uppercase; } }'];export const className=\"framer-aXaIF\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (33d5032)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{withMagneticFullScreen}from\"https://framerusercontent.com/modules/4lPxq3Azsqd3rl4EtgDm/ArsB5rs6zJaponqFS1FM/MagneticElement.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/8cu9epzPk7KdRfN02tCD/qhxjqQ4qeO3hLVrDL49m/CjoD8EsTR.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/FioOTDK5IfhK16tzJTtd/r8zxIIEVO8xz945ULgyj/My9WIIGmi.js\";const ImageWithMagneticFullScreen=withMagneticFullScreen(Image);const enabledGestures={Mrtmtr1zu:{hover:true}};const cycleOrder=[\"Mrtmtr1zu\",\"nfAVIiqVY\"];const serializationHash=\"framer-rA9rq\";const variantClassNames={Mrtmtr1zu:\"framer-v-115ksv5\",nfAVIiqVY:\"framer-v-13437y5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.52,ease:[.58,.07,.37,.93],type:\"tween\"};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!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableEnumMap={\"Space Around\":\"space-around\",\"Space Between\":\"space-between\",\"Space Evenly\":\"space-evenly\",Center:\"center\",End:\"flex-end\",Start:\"flex-start\"};const humanReadableEnumMap1={Hidden:\"hidden\",Scroll:\"auto\",Visible:\"visible\"};const humanReadableVariantMap={\"Image Visible\":\"nfAVIiqVY\",\"Variant 1\":\"Mrtmtr1zu\"};const getProps=({alignment,height,id,image,label,link,overflow,suffix,width,...props})=>{var _humanReadableEnumMap_alignment,_ref,_ref1,_ref2,_ref3,_humanReadableEnumMap1_overflow,_ref4,_ref5,_humanReadableVariantMap_props_variant,_ref6;return{...props,e3jy_cWhg:(_ref1=(_ref=(_humanReadableEnumMap_alignment=humanReadableEnumMap[alignment])!==null&&_humanReadableEnumMap_alignment!==void 0?_humanReadableEnumMap_alignment:alignment)!==null&&_ref!==void 0?_ref:props.e3jy_cWhg)!==null&&_ref1!==void 0?_ref1:\"center\",g2RZTw3H3:link!==null&&link!==void 0?link:props.g2RZTw3H3,GlIaoufL5:image!==null&&image!==void 0?image:props.GlIaoufL5,GR8_j_fcU:(_ref2=label!==null&&label!==void 0?label:props.GR8_j_fcU)!==null&&_ref2!==void 0?_ref2:\"Suites\",j3HCCUdRc:(_ref3=suffix!==null&&suffix!==void 0?suffix:props.j3HCCUdRc)!==null&&_ref3!==void 0?_ref3:\"(1)\",qds2B5pMo:(_ref5=(_ref4=(_humanReadableEnumMap1_overflow=humanReadableEnumMap1[overflow])!==null&&_humanReadableEnumMap1_overflow!==void 0?_humanReadableEnumMap1_overflow:overflow)!==null&&_ref4!==void 0?_ref4:props.qds2B5pMo)!==null&&_ref5!==void 0?_ref5:\"visible\",variant:(_ref6=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref6!==void 0?_ref6:\"Mrtmtr1zu\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,GR8_j_fcU,j3HCCUdRc,GlIaoufL5,e3jy_cWhg,g2RZTw3H3,qds2B5pMo,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Mrtmtr1zu\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:g2RZTw3H3,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-115ksv5\",className,classNames)} framer-qd1j6r`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"Mrtmtr1zu\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--ushe2j\":qds2B5pMo,...style},...addPropertyOverrides({\"Mrtmtr1zu-hover\":{\"data-framer-name\":undefined},nfAVIiqVY:{\"data-framer-name\":\"Image Visible\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ImageWithMagneticFullScreen,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1646,intrinsicWidth:1170,pixelHeight:1646,pixelWidth:1170,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 60px)`,...toResponsiveImage(GlIaoufL5)},className:\"framer-1pdr8su\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"nINt7UCmc\",style:{opacity:0},variants:{\"Mrtmtr1zu-hover\":{opacity:1},nfAVIiqVY:{opacity:1}}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vvqtif\",\"data-framer-name\":\"Label\",layoutDependency:layoutDependency,layoutId:\"IjKOrFIPW\",style:{\"--1w1kvkp\":e3jy_cWhg},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1bvgugi\",\"data-styles-preset\":\"CjoD8EsTR\",style:{\"--framer-text-alignment\":\"center\"},children:\"Suites\"})}),className:\"framer-1ijugr\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"o3PrAsS1M\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:GR8_j_fcU,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1stbd40\",\"data-styles-preset\":\"My9WIIGmi\",children:\"(1)\"})}),className:\"framer-ovveg9\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"O65NVJcCQ\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:j3HCCUdRc,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-rA9rq.framer-qd1j6r, .framer-rA9rq .framer-qd1j6r { display: block; }\",\".framer-rA9rq.framer-115ksv5 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 520px; justify-content: center; overflow: var(--ushe2j); padding: 0px 40px 0px 40px; position: relative; text-decoration: none; width: 434px; }\",\".framer-rA9rq .framer-1pdr8su { bottom: 0px; flex: none; left: -30px; overflow: visible; position: absolute; right: -30px; top: 0px; z-index: 1; }\",\".framer-rA9rq .framer-vvqtif { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: var(--1w1kvkp); overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-rA9rq .framer-1ijugr, .framer-rA9rq .framer-ovveg9 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rA9rq.framer-115ksv5, .framer-rA9rq .framer-vvqtif { gap: 0px; } .framer-rA9rq.framer-115ksv5 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-rA9rq.framer-115ksv5 > :first-child, .framer-rA9rq .framer-vvqtif > :first-child { margin-left: 0px; } .framer-rA9rq.framer-115ksv5 > :last-child, .framer-rA9rq .framer-vvqtif > :last-child { margin-right: 0px; } .framer-rA9rq .framer-vvqtif > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } }\",\".framer-rA9rq.framer-v-13437y5.framer-115ksv5 { cursor: unset; width: 434px; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 520\n * @framerIntrinsicWidth 434\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"nfAVIiqVY\":{\"layout\":[\"fixed\",\"fixed\"]},\"plHotVSxG\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"GR8_j_fcU\":\"label\",\"j3HCCUdRc\":\"suffix\",\"GlIaoufL5\":\"image\",\"e3jy_cWhg\":\"alignment\",\"g2RZTw3H3\":\"link\",\"qds2B5pMo\":\"overflow\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerOoLGxWRQL=withCSS(Component,css,\"framer-rA9rq\");export default FramerOoLGxWRQL;FramerOoLGxWRQL.displayName=\"Chalet Type Item\";FramerOoLGxWRQL.defaultProps={height:520,width:434};addPropertyControls(FramerOoLGxWRQL,{variant:{options:[\"Mrtmtr1zu\",\"nfAVIiqVY\"],optionTitles:[\"Variant 1\",\"Image Visible\"],title:\"Variant\",type:ControlType.Enum},GR8_j_fcU:{defaultValue:\"Suites\",displayTextArea:false,title:\"Label\",type:ControlType.String},j3HCCUdRc:{defaultValue:\"(1)\",displayTextArea:false,title:\"Suffix\",type:ControlType.String},GlIaoufL5:{title:\"Image\",type:ControlType.ResponsiveImage},e3jy_cWhg:{defaultValue:\"center\",options:[\"flex-start\",\"center\",\"flex-end\",\"space-between\",\"space-around\",\"space-evenly\"],optionTitles:[\"Start\",\"Center\",\"End\",\"Space Between\",\"Space Around\",\"Space Evenly\"],title:\"Alignment\",type:ControlType.Enum},g2RZTw3H3:{title:\"Link\",type:ControlType.Link},qds2B5pMo:{defaultValue:\"visible\",options:[\"hidden\",\"visible\",\"auto\"],optionTitles:[\"Hidden\",\"Visible\",\"Scroll\"],title:\"Overflow\",type:ControlType.Enum}});addFonts(FramerOoLGxWRQL,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOoLGxWRQL\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nfAVIiqVY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"plHotVSxG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"520\",\"framerVariables\":\"{\\\"GR8_j_fcU\\\":\\\"label\\\",\\\"j3HCCUdRc\\\":\\\"suffix\\\",\\\"GlIaoufL5\\\":\\\"image\\\",\\\"e3jy_cWhg\\\":\\\"alignment\\\",\\\"g2RZTw3H3\\\":\\\"link\\\",\\\"qds2B5pMo\\\":\\\"overflow\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"434\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["withMagneticFullScreen", "Component", "style", "moveRange", "rest", "ref", "pe", "ue", "window", "handleMouseMove", "e", "rect", "x", "y", "height", "width", "moveX", "moveY", "p", "fontStore", "fonts", "css", "className", "ImageWithMagneticFullScreen", "withMagneticFullScreen", "Image2", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableEnumMap1", "humanReadableVariantMap", "getProps", "alignment", "height", "id", "image", "label", "link", "overflow", "suffix", "width", "props", "_humanReadableEnumMap_alignment", "_ref", "_ref1", "_ref2", "_ref3", "_humanReadableEnumMap1_overflow", "_ref4", "_ref5", "_humanReadableVariantMap_props_variant", "_ref6", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "GR8_j_fcU", "j3HCCUdRc", "GlIaoufL5", "e3jy_cWhg", "g2RZTw3H3", "qds2B5pMo", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "css", "FramerOoLGxWRQL", "withCSS", "OoLGxWRQL_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
