{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/khcYxQS7iC0taZJfcVx3/YTtPzjsZoE0cV2HYy2zW/Hover_magnetic.js", "ssg:https://framerusercontent.com/modules/NK6BTznM50ueXoEufQwd/XxSSND2gCPH0Si2X3p9Q/waiO2iAX0.js", "ssg:https://framerusercontent.com/modules/xI1KQnAblEmncEO2Ve9P/VDfjSHstUCz8wTHDoV62/UATPfs4Av.js", "ssg:https://framerusercontent.com/modules/iftsuICF2KIZMRMTDTvO/TE3Xv4RIE4OHAyfDqk3K/ro7OPezbn.js", "ssg:https://framerusercontent.com/modules/duBONUOjvMj1ePq6OcJp/kUQHmXIfkTyYZ5UIVxU0/yAWJTJsZb.js", "ssg:https://framerusercontent.com/modules/RuzaCe2Ls7Zh3N6L05jn/haGECSn8V38FNnlSDOJA/Zt7nvGSpA.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useState,useEffect,useRef}from\"react\";import{motion,useMotionValue,useSpring}from\"framer-motion\";const SPRING_CONFIG={damping:100,stiffness:400};const MAX_DISTANCE=.5;export const withMagnet=Component=>{return props=>{const[isHovered,setIsHovered]=useState(false);const x=useMotionValue(0);const y=useMotionValue(0);const ref=useRef(null);const springX=useSpring(x,SPRING_CONFIG);const springY=useSpring(y,SPRING_CONFIG);useEffect(()=>{const calculateDistance=e=>{if(ref.current){const rect=ref.current.getBoundingClientRect();const centerX=rect.left+rect.width/2;const centerY=rect.top+rect.height/2;const distanceX=e.clientX-centerX;const distanceY=e.clientY-centerY;if(isHovered){x.set(distanceX*MAX_DISTANCE);y.set(distanceY*MAX_DISTANCE);}else{x.set(0);y.set(0);}}};document.addEventListener(\"mousemove\",calculateDistance);return()=>{document.removeEventListener(\"mousemove\",calculateDistance);};},[ref,isHovered]);return /*#__PURE__*/_jsx(motion.div,{ref:ref,onMouseEnter:()=>setIsHovered(true),onMouseLeave:()=>setIsHovered(false),style:{x:springX,y:springY,height:props.height||\"auto\"},children:/*#__PURE__*/_jsx(Component,{...props})});};};\nexport const __FramerMetadata__ = {\"exports\":{\"withMagnet\":{\"type\":\"reactHoc\",\"name\":\"withMagnet\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Hover_magnetic.map", "// Generated by Framer (6807895)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={stPG0SevU:{hover:true}};const serializationHash=\"framer-5hsS0\";const variantClassNames={stPG0SevU:\"framer-v-2reiei\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1.9,stiffness:434,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 getProps=({height,id,link,title,width,...props})=>{return{...props,sZe3vbu8I:title??props.sZe3vbu8I??\"WHATNOT\",uIY9QX1or:link??props.uIY9QX1or};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,sZe3vbu8I,uIY9QX1or,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"stPG0SevU\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();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:uIY9QX1or,nodeId:\"stPG0SevU\",openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-2reiei\",className,classNames)} framer-1dt4sic`,\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"stPG0SevU\",ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-94e49989-9a8a-4483-a91a-1060db004920, rgb(229, 229, 229))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,...style},variants:{\"stPG0SevU-hover\":{borderBottomLeftRadius:120,borderBottomRightRadius:120,borderTopLeftRadius:120,borderTopRightRadius:120}},...addPropertyOverrides({\"stPG0SevU-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FCQyBEaWF0eXBlIFVubGljZW5zZWQgVHJpYWwgSGVhdnk=\",\"--framer-font-family\":'\"ABC Diatype Unlicensed Trial Heavy\", \"ABC Diatype Unlicensed Trial Heavy Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.24em\",\"--framer-line-height\":\"1.6em\"},children:\"WHATNOT\"})}),className:\"framer-1dbm32w\",fonts:[\"CUSTOM;ABC Diatype Unlicensed Trial Heavy\"],layoutDependency:layoutDependency,layoutId:\"qrxTRZwDG\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:sZe3vbu8I,variants:{\"stPG0SevU-hover\":{\"--extracted-r6o4lv\":\"var(--token-d585748b-aaff-4c9a-b2d1-394df57bc96d, rgb(0, 0, 0))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"stPG0SevU-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FCQyBEaWF0eXBlIFVubGljZW5zZWQgVHJpYWwgSGVhdnk=\",\"--framer-font-family\":'\"ABC Diatype Unlicensed Trial Heavy\", \"ABC Diatype Unlicensed Trial Heavy Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.24em\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d585748b-aaff-4c9a-b2d1-394df57bc96d, rgb(0, 0, 0)))\"},children:\"WHATNOT\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:202,intrinsicWidth:231,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(22+((componentViewport?.height||200)-42-8.744588744588745)/2)),pixelHeight:202,pixelWidth:231,src:\"https://framerusercontent.com/images/kTi1XcR1sKneu4npLF7li1Qy7AY.png\"},className:\"framer-1vaivis\",\"data-framer-name\":\"arrow\",layoutDependency:layoutDependency,layoutId:\"x7jkg_DKg\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uoljkz\",layoutDependency:layoutDependency,layoutId:\"CBtn9JHrq\",style:{backgroundColor:\"rgba(242, 242, 242, 0)\",borderBottomLeftRadius:260,borderBottomRightRadius:260,borderTopLeftRadius:260,borderTopRightRadius:260},variants:{\"stPG0SevU-hover\":{backgroundColor:\"rgb(242, 242, 242)\"}}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5hsS0.framer-1dt4sic, .framer-5hsS0 .framer-1dt4sic { display: block; }\",\".framer-5hsS0.framer-2reiei { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 22px 0px 20px 0px; position: relative; text-decoration: none; width: 684px; }\",\".framer-5hsS0 .framer-1dbm32w { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 2; }\",\".framer-5hsS0 .framer-1vaivis { aspect-ratio: 1.1435643564356435 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 9px); overflow: visible; position: relative; width: 10px; z-index: 2; }\",\".framer-5hsS0 .framer-1uoljkz { flex: none; height: 20px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 20px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5hsS0.framer-2reiei { gap: 0px; } .framer-5hsS0.framer-2reiei > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-5hsS0.framer-2reiei > :first-child { margin-left: 0px; } .framer-5hsS0.framer-2reiei > :last-child { margin-right: 0px; } }\",\".framer-5hsS0.framer-v-2reiei.hover .framer-1uoljkz { bottom: 0px; height: unset; left: 0px; right: 0px; top: 0px; width: unset; }\",'.framer-5hsS0[data-border=\"true\"]::after, .framer-5hsS0 [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 58\n * @framerIntrinsicWidth 684\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"DSWDSEo1J\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"sZe3vbu8I\":\"title\",\"uIY9QX1or\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerwaiO2iAX0=withCSS(Component,css,\"framer-5hsS0\");export default FramerwaiO2iAX0;FramerwaiO2iAX0.displayName=\"footer link\";FramerwaiO2iAX0.defaultProps={height:58,width:684};addPropertyControls(FramerwaiO2iAX0,{sZe3vbu8I:{defaultValue:\"WHATNOT\",displayTextArea:false,title:\"Title\",type:ControlType.String},uIY9QX1or:{title:\"Link\",type:ControlType.Link}});addFonts(FramerwaiO2iAX0,[{explicitInter:true,fonts:[{family:\"ABC Diatype Unlicensed Trial Heavy\",source:\"custom\",url:\"https://framerusercontent.com/assets/E1T9rXyRiaxIeagMzofj43OUpcM.otf\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerwaiO2iAX0\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"684\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"58\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"sZe3vbu8I\\\":\\\"title\\\",\\\"uIY9QX1or\\\":\\\"link\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DSWDSEo1J\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./waiO2iAX0.map", "// Generated by Framer (e1877f1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,ResolveLinks,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX,withMappedReactProps}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{withMagnet}from\"https://framerusercontent.com/modules/khcYxQS7iC0taZJfcVx3/YTtPzjsZoE0cV2HYy2zW/Hover_magnetic.js\";import*as localizedValues from\"./UATPfs4Av-0.js\";import FooterLink,*as FooterLinkInfo from\"https://framerusercontent.com/modules/NK6BTznM50ueXoEufQwd/XxSSND2gCPH0Si2X3p9Q/waiO2iAX0.js\";const FooterLinkFonts=getFonts(FooterLink);const FooterLinkWithMagnetWithMappedReactPropsc93a5k=withMappedReactProps(withMagnet(FooterLink),FooterLinkInfo);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"i8DU76slS\"];const serializationHash=\"framer-zLUzb\";const variantClassNames={i8DU76slS:\"framer-v-ztp0dg\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={dTY0xG_6U:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-20,y:0};const transition2={damping:30,delay:.4,mass:1,stiffness:57,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:-20,y:0};const transition3={damping:30,delay:.6,mass:1,stiffness:57,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:-20,y:0};const transition4={damping:30,delay:.8,mass:1,stiffness:57,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:-20,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(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};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,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"i8DU76slS\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.footer,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-ztp0dg\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"i8DU76slS\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref??ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19vm33x\",layoutDependency:layoutDependency,layoutId:\"J0daxDaB1\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Ciombdwju\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:`max(${componentViewport?.width||\"100vw\"} - 40px, 220px)`,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-10pnbow-container\",layoutDependency:layoutDependency,layoutId:\"RQF94iuaQ-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(FooterLinkWithMagnetWithMappedReactPropsc93a5k,{height:\"100%\",id:\"RQF94iuaQ\",layoutId:\"RQF94iuaQ\",style:{height:\"100%\",width:\"100%\"},sZe3vbu8I:\"WORK\",uIY9QX1or:resolvedLinks[0],width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"QhMRHKSp0\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:`max(${componentViewport?.width||\"100vw\"} - 40px, 220px)`,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-10tzduo-container\",layoutDependency:layoutDependency,layoutId:\"qUIBLR6AM-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(FooterLinkWithMagnetWithMappedReactPropsc93a5k,{height:\"100%\",id:\"qUIBLR6AM\",layoutId:\"qUIBLR6AM\",style:{height:\"100%\",width:\"100%\"},sZe3vbu8I:\"ABOUT\",uIY9QX1or:resolvedLinks1[0],width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:`max(${componentViewport?.width||\"100vw\"} - 40px, 220px)`,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-f0myjy-container\",layoutDependency:layoutDependency,layoutId:\"zR4AyXJs2-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(FooterLinkWithMagnetWithMappedReactPropsc93a5k,{height:\"100%\",id:\"zR4AyXJs2\",layoutId:\"zR4AyXJs2\",style:{height:\"100%\",width:\"100%\"},sZe3vbu8I:\"EMAIL\",uIY9QX1or:\"mailto:adamsindadesign@gmail.com\",width:\"100%\"})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zLUzb.framer-t642tj, .framer-zLUzb .framer-t642tj { display: block; }\",\".framer-zLUzb.framer-ztp0dg { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; min-width: 130px; overflow: hidden; padding: 0px; position: relative; width: 896px; }\",\".framer-zLUzb .framer-19vm33x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px; position: relative; width: 100%; }\",\".framer-zLUzb .framer-10pnbow-container, .framer-zLUzb .framer-10tzduo-container, .framer-zLUzb .framer-f0myjy-container { flex: 1 0 0px; height: 160px; min-width: 220px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zLUzb.framer-ztp0dg, .framer-zLUzb .framer-19vm33x { gap: 0px; } .framer-zLUzb.framer-ztp0dg > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-zLUzb.framer-ztp0dg > :first-child { margin-top: 0px; } .framer-zLUzb.framer-ztp0dg > :last-child { margin-bottom: 0px; } .framer-zLUzb .framer-19vm33x > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-zLUzb .framer-19vm33x > :first-child { margin-left: 0px; } .framer-zLUzb .framer-19vm33x > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 200\n * @framerIntrinsicWidth 896\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[\"130px\",null,null,null]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerUATPfs4Av=withCSS(Component,css,\"framer-zLUzb\");export default FramerUATPfs4Av;FramerUATPfs4Av.displayName=\"footer\";FramerUATPfs4Av.defaultProps={height:200,width:896};addFonts(FramerUATPfs4Av,[{explicitInter:true,fonts:[]},...FooterLinkFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUATPfs4Av\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"130px\\\",null,null,null]}}}\",\"framerIntrinsicWidth\":\"896\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"200\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f7d95e4)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-uBMch .framer-styles-preset-1wicq5s:not(.rich-text-wrapper), .framer-uBMch .framer-styles-preset-1wicq5s.rich-text-wrapper a { --framer-link-current-text-color: #111; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-f3eb44d2-ae16-470c-9cde-7e5d00bf11d7, #666666) /* {\"name\":\"600\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-d585748b-aaff-4c9a-b2d1-394df57bc96d, #000000); --framer-link-text-decoration: none; }'];export const className=\"framer-uBMch\";\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 (1c1e241)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as localizedValues from\"./yAWJTJsZb-0.js\";const enabledGestures={g92elH_OV:{hover:true}};const cycleOrder=[\"g92elH_OV\"];const serializationHash=\"framer-jDM4h\";const variantClassNames={g92elH_OV:\"framer-v-1uwofsr\"};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 transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const valuesByLocaleId={dTY0xG_6U:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};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 getProps=({height,id,link,title,width,...props})=>{var _ref;return{...props,Gv5fCZF6x:link!==null&&link!==void 0?link:props.Gv5fCZF6x,yMMhajcoL:(_ref=title!==null&&title!==void 0?title:props.yMMhajcoL)!==null&&_ref!==void 0?_ref:\"Get in Touch\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,Gv5fCZF6x,yMMhajcoL,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"g92elH_OV\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-jDM4h\",...sharedStyleClassNames,classNames),style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:Gv5fCZF6x,openInNewTab:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,className:`${cx(\"framer-1uwofsr\",className)} framer-57a2fx`,\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"g92elH_OV\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(3px)\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50,WebkitBackdropFilter:\"blur(3px)\",...style},...addPropertyOverrides({\"g92elH_OV-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FCQyBEaWF0eXBlIFVubGljZW5zZWQgVHJpYWwgUmVndWxhcg==\",\"--framer-font-family\":'\"ABC Diatype Unlicensed Trial Regular\", \"ABC Diatype Unlicensed Trial Regular Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d585748b-aaff-4c9a-b2d1-394df57bc96d, rgb(0, 0, 0)))\"},children:\"Get in Touch\"})}),className:\"framer-1m2ab1\",fonts:[\"CUSTOM;ABC Diatype Unlicensed Trial Regular\"],layoutDependency:layoutDependency,layoutId:\"HaNUSwzI2\",style:{\"--extracted-r6o4lv\":\"var(--token-d585748b-aaff-4c9a-b2d1-394df57bc96d, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:yMMhajcoL,variants:{\"g92elH_OV-hover\":{\"--extracted-r6o4lv\":\"var(--token-61884fd2-7a93-4b91-85e1-758f18daed9b, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"g92elH_OV-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FCQyBEaWF0eXBlIFVubGljZW5zZWQgVHJpYWwgUmVndWxhcg==\",\"--framer-font-family\":'\"ABC Diatype Unlicensed Trial Regular\", \"ABC Diatype Unlicensed Trial Regular Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-61884fd2-7a93-4b91-85e1-758f18daed9b, rgb(255, 255, 255)))\"},children:\"Get in Touch\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xij006\",\"data-framer-name\":\"icon\",layoutDependency:layoutDependency,layoutId:\"hED0FvXvM\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-de1uf4\",\"data-framer-name\":\"$icon_arrow_right_\",fill:\"black\",intrinsicHeight:14,intrinsicWidth:14,layoutDependency:layoutDependency,layoutId:\"ns3dgdEwg\",svg:'<svg width=\"14\" height=\"14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.256 1.137a.875.875 0 0 1 1.238 0l5.25 5.25a.875.875 0 0 1 0 1.237l-5.25 5.25a.875.875 0 0 1-1.238-1.237l3.757-3.757H.875a.875.875 0 0 1 0-1.75h10.138L7.256 2.374a.875.875 0 0 1 0-1.237Z\" fill=\"#fff\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fr6haf\",layoutDependency:layoutDependency,layoutId:\"ompdaHWX1\",style:{backgroundColor:\"var(--token-d585748b-aaff-4c9a-b2d1-394df57bc96d, rgb(0, 0, 0))\",borderBottomLeftRadius:52,borderBottomRightRadius:52,borderTopLeftRadius:52,borderTopRightRadius:52}})]})]})})})})});});const css=['.framer-jDM4h [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-jDM4h .framer-57a2fx { display: block; }\",\".framer-jDM4h .framer-1uwofsr { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 6px 6px 6px 16px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-jDM4h .framer-1m2ab1 { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 2; }\",\".framer-jDM4h .framer-xij006 { flex: none; height: 33px; overflow: visible; position: relative; width: 33px; z-index: 1; }\",\".framer-jDM4h .framer-de1uf4 { aspect-ratio: 1 / 1; bottom: 9px; flex: none; position: absolute; right: 10px; top: 10px; width: var(--framer-aspect-ratio-supported, 14px); }\",\".framer-jDM4h .framer-1fr6haf { bottom: 0px; flex: none; overflow: hidden; position: absolute; right: 0px; top: 0px; width: 33px; will-change: var(--framer-will-change-override, transform); z-index: -1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jDM4h .framer-1uwofsr { gap: 0px; } .framer-jDM4h .framer-1uwofsr > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-jDM4h .framer-1uwofsr > :first-child { margin-left: 0px; } .framer-jDM4h .framer-1uwofsr > :last-child { margin-right: 0px; } }\",\".framer-jDM4h.framer-v-1uwofsr.hover .framer-1fr6haf { bottom: -6px; right: -6px; top: -6px; width: 151px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 45\n * @framerIntrinsicWidth 151\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"s6SDcNcY1\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Gv5fCZF6x\":\"link\",\"yMMhajcoL\":\"title\"}\n * @framerImmutableVariables true\n */const FrameryAWJTJsZb=withCSS(Component,css,\"framer-jDM4h\");export default FrameryAWJTJsZb;FrameryAWJTJsZb.displayName=\"button-hero\";FrameryAWJTJsZb.defaultProps={height:45,width:151};addPropertyControls(FrameryAWJTJsZb,{Gv5fCZF6x:{title:\"Link\",type:ControlType.Link},yMMhajcoL:{defaultValue:\"Get in Touch\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FrameryAWJTJsZb,[{family:\"ABC Diatype Unlicensed Trial Regular\",url:\"https://framerusercontent.com/assets/f2DSlQyMBlOemDwwALz4FB3oDSs.otf\"}]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameryAWJTJsZb\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"151\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"s6SDcNcY1\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"45\",\"framerVariables\":\"{\\\"Gv5fCZF6x\\\":\\\"link\\\",\\\"yMMhajcoL\\\":\\\"title\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./yAWJTJsZb.map", "// Generated by Framer (f7d95e4)\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,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withMagnet}from\"https://framerusercontent.com/modules/khcYxQS7iC0taZJfcVx3/YTtPzjsZoE0cV2HYy2zW/Hover_magnetic.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/iftsuICF2KIZMRMTDTvO/TE3Xv4RIE4OHAyfDqk3K/ro7OPezbn.js\";import ButtonHero from\"https://framerusercontent.com/modules/duBONUOjvMj1ePq6OcJp/kUQHmXIfkTyYZ5UIVxU0/yAWJTJsZb.js\";const ImageWithFX=withFX(Image);const MotionDivWithMagnet1h0zszj=withCodeBoundaryForOverrides(motion.div,{nodeId:\"b_1DA0TzX\",override:withMagnet,scopeId:\"Zt7nvGSpA\"});const RichTextWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(RichText));const ButtonHeroFonts=getFonts(ButtonHero);const SmartComponentScopedContainerWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(SmartComponentScopedContainer));const MotionNavWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.nav));const enabledGestures={u1gsp7coi:{hover:true}};const cycleOrder=[\"GJrarWlWv\",\"u1gsp7coi\"];const serializationHash=\"framer-jiO6G\";const variantClassNames={GJrarWlWv:\"framer-v-aw933k\",u1gsp7coi:\"framer-v-1e1n6tz\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:81,delay:0,mass:3.7,stiffness:379,type:\"spring\"};const transition2={damping:30,delay:0,mass:1,stiffness:165,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:24,y:0};const transition3={damping:95,delay:0,mass:3.7,stiffness:379,type:\"spring\"};const transition4={damping:60,delay:.6,mass:1,stiffness:500,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-5};const transition5={damping:60,delay:.9,mass:1,stiffness:500,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:0};const transition6={damping:60,delay:1,mass:1,stiffness:500,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:0,y:0};const transition7={damping:30,delay:1.1,mass:1,stiffness:94,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition7,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={Open:\"GJrarWlWv\",Variant:\"u1gsp7coi\"};const getProps=({height,id,link,width,...props})=>{return{...props,egqPiauya:link??props.egqPiauya,variant:humanReadableVariantMap[props.variant]??props.variant??\"GJrarWlWv\"};};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,egqPiauya,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"GJrarWlWv\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1kzme0v=activeVariantCallback(async(...args)=>{setVariant(\"u1gsp7coi\");});const onTapb4ntyp=activeVariantCallback(async(...args)=>{setVariant(\"GJrarWlWv\");});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(gestureVariant===\"u1gsp7coi-hover\")return false;if(baseVariant===\"u1gsp7coi\")return false;return true;};const isDisplayed1=()=>{if(gestureVariant===\"u1gsp7coi-hover\")return true;if(baseVariant===\"u1gsp7coi\")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,...addPropertyOverrides({u1gsp7coi:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionNavWithFXWithOptimizedAppearEffect,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-aw933k\",className,classNames),\"data-border\":true,\"data-framer-appear-id\":\"aw933k\",\"data-framer-name\":\"Open\",layoutDependency:layoutDependency,layoutId:\"GJrarWlWv\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(102, 102, 102, 0.43)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"none\",background:'linear-gradient(136deg, var(--token-61884fd2-7a93-4b91-85e1-758f18daed9b, rgb(255, 255, 255)) /* {\"name\":\"White\"} */ -8.26449803096527%, rgb(255, 255, 255) 99.99999999999999%)',borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,WebkitBackdropFilter:\"none\",...style},variants:{\"u1gsp7coi-hover\":{background:\"linear-gradient(108deg, rgba(255, 255, 255, 0) 2.7325336891149573e-14%, rgb(255, 255, 255) 100%)\"},u1gsp7coi:{\"--border-color\":\"var(--token-61884fd2-7a93-4b91-85e1-758f18daed9b, rgb(255, 255, 255))\",backdropFilter:\"blur(0px)\",background:\"linear-gradient(108deg, rgba(255, 255, 255, 0) 2.7325336891149573e-14%, rgba(255, 255, 255, 0) 100%)\",borderBottomLeftRadius:35,borderBottomRightRadius:35,borderTopLeftRadius:35,borderTopRightRadius:35,WebkitBackdropFilter:\"blur(0px)\"}},...addPropertyOverrides({\"u1gsp7coi-hover\":{\"data-framer-name\":undefined},u1gsp7coi:{__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,\"data-framer-name\":undefined,optimized:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-97dc9u\",layoutDependency:layoutDependency,layoutId:\"K4qj6sOco\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1baaifi\",layoutDependency:layoutDependency,layoutId:\"LkXxyL5A4\",children:[/*#__PURE__*/_jsx(Link,{href:egqPiauya,motionChild:true,nodeId:\"Q64_nzPPw\",openInNewTab:false,scopeId:\"Zt7nvGSpA\",...addPropertyOverrides({u1gsp7coi:{href:{webPageId:\"Ciombdwju\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1k3uezn framer-16vt7pq\",\"data-framer-name\":\"back\",layoutDependency:layoutDependency,layoutId:\"Q64_nzPPw\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:60,borderBottomRightRadius:60,borderTopLeftRadius:60,borderTopRightRadius:60},variants:{u1gsp7coi:{backgroundColor:\"var(--token-61884fd2-7a93-4b91-85e1-758f18daed9b, rgb(255, 255, 255))\"}},children:[isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:87,intrinsicWidth:145,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(20+((componentViewport?.height||308)-40-575)/2)+0+0+0+16.8),pixelHeight:87,pixelWidth:145,src:\"https://framerusercontent.com/images/TNPDsYs1eZ2SYxUGyEwJCYfGVDo.png\"},className:\"framer-1yoh7uc\",\"data-framer-name\":\"Vector\",layoutDependency:layoutDependency,layoutId:\"oS4YzwBtA\"}),isDisplayed1()&&/*#__PURE__*/_jsx(ImageWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:87,intrinsicWidth:145,pixelHeight:87,pixelWidth:145,src:\"https://framerusercontent.com/images/TNPDsYs1eZ2SYxUGyEwJCYfGVDo.png\"},className:\"framer-hy9aaf\",\"data-framer-name\":\"Vector\",layoutDependency:layoutDependency,layoutId:\"yzNE8XekW\",...addPropertyOverrides({u1gsp7coi:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:87,intrinsicWidth:145,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(8+((componentViewport?.height||64)-16-48)/2)+0+0+0+16.8),pixelHeight:87,pixelWidth:145,src:\"https://framerusercontent.com/images/TNPDsYs1eZ2SYxUGyEwJCYfGVDo.png\"}}},baseVariant,gestureVariant)})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1451yix\",layoutDependency:layoutDependency,layoutId:\"NweLsVX7e\",children:/*#__PURE__*/_jsxs(MotionDivWithMagnet1h0zszj,{className:\"framer-1h0zszj\",\"data-framer-name\":\"back\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"b_1DA0TzX\",onTap:onTap1kzme0v,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:60,borderBottomRightRadius:60,borderTopLeftRadius:60,borderTopRightRadius:60},variants:{u1gsp7coi:{backgroundColor:\"var(--token-61884fd2-7a93-4b91-85e1-758f18daed9b, rgb(255, 255, 255))\"}},...addPropertyOverrides({u1gsp7coi:{onTap:onTapb4ntyp}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-18ct1o5\",layoutDependency:layoutDependency,layoutId:\"nvyus1oAC\",style:{backgroundColor:\"var(--token-d585748b-aaff-4c9a-b2d1-394df57bc96d, rgb(0, 0, 0))\",rotate:45},variants:{u1gsp7coi:{rotate:0}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c70bvo\",layoutDependency:layoutDependency,layoutId:\"iomKCN1hL\",style:{backgroundColor:\"var(--token-d585748b-aaff-4c9a-b2d1-394df57bc96d, rgb(0, 0, 0))\",rotate:-45},variants:{u1gsp7coi:{rotate:0}}})]})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18ufnep\",\"data-framer-name\":\"All Links\",layoutDependency:layoutDependency,layoutId:\"XySzCJDtm\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ucq1qn\",\"data-framer-name\":\"Row O2\",layoutDependency:layoutDependency,layoutId:\"vGAB8djpf\",children:[/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FCQyBEaWF0eXBlIFVubGljZW5zZWQgVHJpYWwgUmVndWxhcg==\",\"--framer-font-family\":'\"ABC Diatype Unlicensed Trial Regular\", \"ABC Diatype Unlicensed Trial Regular Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d585748b-aaff-4c9a-b2d1-394df57bc96d, rgb(0, 0, 0)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Ciombdwju\"},motionChild:true,nodeId:\"gEF8KW4xG\",openInNewTab:false,scopeId:\"Zt7nvGSpA\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Work\"})})})}),className:\"framer-168c7qj\",\"data-framer-appear-id\":\"168c7qj\",fonts:[\"CUSTOM;ABC Diatype Unlicensed Trial Regular\"],initial:animation3,layoutDependency:layoutDependency,layoutId:\"gEF8KW4xG\",optimized:true,style:{\"--extracted-r6o4lv\":\"var(--token-d585748b-aaff-4c9a-b2d1-394df57bc96d, rgb(0, 0, 0))\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FCQyBEaWF0eXBlIFVubGljZW5zZWQgVHJpYWwgUmVndWxhcg==\",\"--framer-font-family\":'\"ABC Diatype Unlicensed Trial Regular\", \"ABC Diatype Unlicensed Trial Regular Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"K_jUcNb9k\"},motionChild:true,nodeId:\"eObNHeND3\",openInNewTab:false,scopeId:\"Zt7nvGSpA\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Sketchbook\"})})})}),className:\"framer-1d4ejft\",\"data-framer-appear-id\":\"1d4ejft\",fonts:[\"CUSTOM;ABC Diatype Unlicensed Trial Regular\"],initial:animation3,layoutDependency:layoutDependency,layoutId:\"eObNHeND3\",optimized:true,style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation5,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FCQyBEaWF0eXBlIFVubGljZW5zZWQgVHJpYWwgUmVndWxhcg==\",\"--framer-font-family\":'\"ABC Diatype Unlicensed Trial Regular\", \"ABC Diatype Unlicensed Trial Regular Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/adamsinda/\",motionChild:true,nodeId:\"Kuvp5M1mL\",openInNewTab:true,scopeId:\"Zt7nvGSpA\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Linkedin\"})})})}),className:\"framer-1tjnbza\",\"data-framer-appear-id\":\"1tjnbza\",fonts:[\"CUSTOM;ABC Diatype Unlicensed Trial Regular\"],initial:animation3,layoutDependency:layoutDependency,layoutId:\"Kuvp5M1mL\",optimized:true,style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13cqism\",\"data-framer-name\":\"Row O1\",layoutDependency:layoutDependency,layoutId:\"c0xYAY5h0\",children:[/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FCQyBEaWF0eXBlIFVubGljZW5zZWQgVHJpYWwgUmVndWxhcg==\",\"--framer-font-family\":'\"ABC Diatype Unlicensed Trial Regular\", \"ABC Diatype Unlicensed Trial Regular Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"QhMRHKSp0\"},motionChild:true,nodeId:\"b4JtVk_BZ\",openInNewTab:false,scopeId:\"Zt7nvGSpA\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"About\"})})})}),className:\"framer-w5tnd7\",\"data-framer-appear-id\":\"w5tnd7\",fonts:[\"CUSTOM;ABC Diatype Unlicensed Trial Regular\"],initial:animation3,layoutDependency:layoutDependency,layoutId:\"b4JtVk_BZ\",optimized:true,style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FCQyBEaWF0eXBlIFVubGljZW5zZWQgVHJpYWwgUmVndWxhcg==\",\"--framer-font-family\":'\"ABC Diatype Unlicensed Trial Regular\", \"ABC Diatype Unlicensed Trial Regular Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d585748b-aaff-4c9a-b2d1-394df57bc96d, rgb(0, 0, 0)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/adam.sinda/\",motionChild:true,nodeId:\"WPp1gCPKc\",openInNewTab:true,scopeId:\"Zt7nvGSpA\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Instagram\"})})})}),className:\"framer-17di691\",\"data-framer-appear-id\":\"17di691\",fonts:[\"CUSTOM;ABC Diatype Unlicensed Trial Regular\"],initial:animation3,layoutDependency:layoutDependency,layoutId:\"WPp1gCPKc\",optimized:true,style:{\"--extracted-r6o4lv\":\"var(--token-d585748b-aaff-4c9a-b2d1-394df57bc96d, rgb(0, 0, 0))\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation5,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0FCQyBEaWF0eXBlIFVubGljZW5zZWQgVHJpYWwgUmVndWxhcg==\",\"--framer-font-family\":'\"ABC Diatype Unlicensed Trial Regular\", \"ABC Diatype Unlicensed Trial Regular Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d585748b-aaff-4c9a-b2d1-394df57bc96d, rgb(0, 0, 0)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://adplist.org/mentors/adam-sinda\",motionChild:true,nodeId:\"ZpLXfKyxu\",openInNewTab:true,scopeId:\"Zt7nvGSpA\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Mentorship\"})})})}),className:\"framer-yit1e0\",\"data-framer-appear-id\":\"yit1e0\",fonts:[\"CUSTOM;ABC Diatype Unlicensed Trial Regular\"],initial:animation3,layoutDependency:layoutDependency,layoutId:\"ZpLXfKyxu\",optimized:true,style:{\"--extracted-r6o4lv\":\"var(--token-d585748b-aaff-4c9a-b2d1-394df57bc96d, rgb(0, 0, 0))\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1w5wsou\",layoutDependency:layoutDependency,layoutId:\"MjEfx2XHN\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation6,className:\"framer-13l4ay6-container\",\"data-framer-appear-id\":\"13l4ay6\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"lPV3wViw4-container\",nodeId:\"lPV3wViw4\",optimized:true,rendersWithMotion:true,scopeId:\"Zt7nvGSpA\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ButtonHero,{Gv5fCZF6x:\"mailto:adamsindadesign@gmail.com\",height:\"100%\",id:\"lPV3wViw4\",layoutId:\"lPV3wViw4\",width:\"100%\",yMMhajcoL:\"Get in Touch\"})})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-jiO6G.framer-16vt7pq, .framer-jiO6G .framer-16vt7pq { display: block; }\",\".framer-jiO6G.framer-aw933k { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 20px; position: relative; width: min-content; }\",\".framer-jiO6G .framer-97dc9u { 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; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-jiO6G .framer-1baaifi { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-jiO6G .framer-1k3uezn { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 48px); justify-content: center; overflow: hidden; padding: 24px; position: relative; text-decoration: none; width: 48px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-jiO6G .framer-1yoh7uc, .framer-jiO6G .framer-hy9aaf { aspect-ratio: 1.6666666666666667 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 14px); overflow: visible; position: relative; width: 24px; }\",\".framer-jiO6G .framer-1451yix { flex: none; height: 48px; overflow: visible; position: relative; width: 48px; }\",\".framer-jiO6G .framer-1h0zszj { align-content: center; align-items: center; aspect-ratio: 1 / 1; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 48px); justify-content: center; left: 0px; overflow: hidden; padding: 24px; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-jiO6G .framer-18ct1o5, .framer-jiO6G .framer-1c70bvo { flex: none; height: 2px; left: calc(50.00000000000002% - 18px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 18px; z-index: 1; }\",\".framer-jiO6G .framer-18ufnep { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-jiO6G .framer-1ucq1qn, .framer-jiO6G .framer-13cqism { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-jiO6G .framer-168c7qj, .framer-jiO6G .framer-1d4ejft, .framer-jiO6G .framer-1tjnbza, .framer-jiO6G .framer-w5tnd7, .framer-jiO6G .framer-17di691, .framer-jiO6G .framer-yit1e0 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 139px; word-break: break-word; word-wrap: break-word; }\",\".framer-jiO6G .framer-1w5wsou { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 30px 0px 0px 0px; position: relative; width: auto; }\",\".framer-jiO6G .framer-13l4ay6-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jiO6G.framer-aw933k, .framer-jiO6G .framer-97dc9u, .framer-jiO6G .framer-1k3uezn, .framer-jiO6G .framer-1h0zszj, .framer-jiO6G .framer-18ufnep, .framer-jiO6G .framer-1ucq1qn, .framer-jiO6G .framer-13cqism, .framer-jiO6G .framer-1w5wsou { gap: 0px; } .framer-jiO6G.framer-aw933k > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-jiO6G.framer-aw933k > :first-child, .framer-jiO6G .framer-1k3uezn > :first-child, .framer-jiO6G .framer-1h0zszj > :first-child, .framer-jiO6G .framer-18ufnep > :first-child, .framer-jiO6G .framer-1w5wsou > :first-child { margin-left: 0px; } .framer-jiO6G.framer-aw933k > :last-child, .framer-jiO6G .framer-1k3uezn > :last-child, .framer-jiO6G .framer-1h0zszj > :last-child, .framer-jiO6G .framer-18ufnep > :last-child, .framer-jiO6G .framer-1w5wsou > :last-child { margin-right: 0px; } .framer-jiO6G .framer-97dc9u > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-jiO6G .framer-97dc9u > :first-child, .framer-jiO6G .framer-1ucq1qn > :first-child, .framer-jiO6G .framer-13cqism > :first-child { margin-top: 0px; } .framer-jiO6G .framer-97dc9u > :last-child, .framer-jiO6G .framer-1ucq1qn > :last-child, .framer-jiO6G .framer-13cqism > :last-child { margin-bottom: 0px; } .framer-jiO6G .framer-1k3uezn > *, .framer-jiO6G .framer-1h0zszj > *, .framer-jiO6G .framer-18ufnep > *, .framer-jiO6G .framer-1w5wsou > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-jiO6G .framer-1ucq1qn > *, .framer-jiO6G .framer-13cqism > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",\".framer-jiO6G.framer-v-1e1n6tz.framer-aw933k { cursor: pointer; padding: 8px; }\",\".framer-jiO6G.framer-v-1e1n6tz .framer-97dc9u { width: 108px; }\",\".framer-jiO6G.framer-v-1e1n6tz .framer-1baaifi { align-self: unset; order: 0; width: 100%; }\",\".framer-jiO6G.framer-v-1e1n6tz .framer-hy9aaf { order: 1; }\",\".framer-jiO6G.framer-v-1e1n6tz .framer-18ct1o5 { left: unset; right: 17px; top: calc(43.75000000000002% - 2px / 2); width: 14px; }\",\".framer-jiO6G.framer-v-1e1n6tz .framer-1c70bvo { left: unset; right: 17px; top: calc(56.25000000000002% - 2px / 2); width: 12px; }\",\".framer-jiO6G.framer-v-1e1n6tz.hover .framer-97dc9u { width: 120px; }\",\".framer-jiO6G.framer-v-1e1n6tz.hover .framer-1baaifi { align-self: unset; }\",\".framer-jiO6G.framer-v-1e1n6tz.hover .framer-18ct1o5, .framer-jiO6G.framer-v-1e1n6tz.hover .framer-1c70bvo { left: unset; right: 15px; width: 18px; }\",...sharedStyle.css,'.framer-jiO6G[data-border=\"true\"]::after, .framer-jiO6G [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 308\n * @framerIntrinsicWidth 328\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"u1gsp7coi\":{\"layout\":[\"auto\",\"auto\"]},\"duhmUp9L0\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"egqPiauya\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerZt7nvGSpA=withCSS(Component,css,\"framer-jiO6G\");export default FramerZt7nvGSpA;FramerZt7nvGSpA.displayName=\"Global-Nav\";FramerZt7nvGSpA.defaultProps={height:308,width:328};addPropertyControls(FramerZt7nvGSpA,{variant:{options:[\"GJrarWlWv\",\"u1gsp7coi\"],optionTitles:[\"Open\",\"Variant\"],title:\"Variant\",type:ControlType.Enum},egqPiauya:{title:\"Link\",type:ControlType.Link}});addFonts(FramerZt7nvGSpA,[{explicitInter:true,fonts:[{family:\"ABC Diatype Unlicensed Trial Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/f2DSlQyMBlOemDwwALz4FB3oDSs.otf\"}]},...ButtonHeroFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZt7nvGSpA\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"308\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"u1gsp7coi\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"duhmUp9L0\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"egqPiauya\\\":\\\"link\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"328\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Zt7nvGSpA.map"],
  "mappings": "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",
  "names": ["SPRING_CONFIG", "MAX_DISTANCE", "withMagnet", "Component", "props", "isHovered", "setIsHovered", "ye", "x", "useMotionValue", "y", "ref", "pe", "springX", "useSpring", "springY", "ue", "calculateDistance", "e", "rect", "centerX", "centerY", "distanceX", "distanceY", "p", "motion", "waiO2iAX0_exports", "__export", "__FramerMetadata__", "waiO2iAX0_default", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "link", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "sZe3vbu8I", "uIY9QX1or", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramerwaiO2iAX0", "withCSS", "waiO2iAX0_default", "addPropertyControls", "ControlType", "addFonts", "__FramerMetadata__", "FooterLinkFonts", "getFonts", "waiO2iAX0_default", "FooterLinkWithMagnetWithMappedReactPropsc93a5k", "withMappedReactProps", "withMagnet", "waiO2iAX0_exports", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "animation", "transition2", "animation1", "transition3", "animation2", "transition4", "animation3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "u", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "MotionDivWithFX", "FooterLinkWithMagnetWithMappedReactPropsc93a5k", "resolvedLinks1", "css", "FramerUATPfs4Av", "withCSS", "UATPfs4Av_default", "addFonts", "FooterLinkFonts", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "id", "link", "title", "width", "props", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "Gv5fCZF6x", "yMMhajcoL", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "enabledGestures", "transitions", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "Link", "u", "addPropertyOverrides", "RichText2", "x", "SVG", "css", "FrameryAWJTJsZb", "withCSS", "yAWJTJsZb_default", "addPropertyControls", "ControlType", "addFonts", "ImageWithFX", "withFX", "Image2", "MotionDivWithMagnet1h0zszj", "withCodeBoundaryForOverrides", "motion", "withMagnet", "RichTextWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "ButtonHeroFonts", "getFonts", "yAWJTJsZb_default", "SmartComponentScopedContainerWithFXWithOptimizedAppearEffect", "SmartComponentScopedContainer", "MotionNavWithFXWithOptimizedAppearEffect", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "transition3", "transition4", "animation2", "animation3", "transition5", "animation4", "transition6", "animation5", "transition7", "animation6", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "egqPiauya", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1kzme0v", "args", "onTapb4ntyp", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "Link", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "css", "FramerZt7nvGSpA", "withCSS", "Zt7nvGSpA_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
