{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/p0KjPqrpokXs50JRBGxd/LVm55yB2ERXLZSiBTM0q/ysu2QxRqz.js", "ssg:https://framerusercontent.com/modules/jeLcHpmvP469TZcxiIfw/TPW02zZqf1lcXwTzV3c5/Hn5DNfFAa.js", "ssg:https://framerusercontent.com/modules/XHwn1UfGLZ4iu2RCUFtJ/tDhn6m7O8385OmZzNaap/LNCJ8JrMb-0.js", "ssg:https://framerusercontent.com/modules/XHwn1UfGLZ4iu2RCUFtJ/tDhn6m7O8385OmZzNaap/LNCJ8JrMb.js", "ssg:https://framerusercontent.com/modules/jXtXGb7BqWTinNTZRJeZ/JVZ305J3b3MlB0HxGQ53/LNCJ8JrMb.js", "ssg:https://framerusercontent.com/modules/1wyY1f9ykECc08BuRmu0/uxdkJlt8XAQ5DDhYsS4u/W4JrbG6G8.js", "ssg:https://framerusercontent.com/modules/17R0J8hhPcUvUE7Q8pvI/KbfNQnFk07DDdge5EDVd/XX_yU0s_o.js", "ssg:https://framerusercontent.com/modules/8FAtUhSIGxxCWTbORqaH/toDaPk7XFR8eiE8jyunM/dro2LPHjk-0.js", "ssg:https://framerusercontent.com/modules/8FAtUhSIGxxCWTbORqaH/toDaPk7XFR8eiE8jyunM/dro2LPHjk.js", "ssg:https://framerusercontent.com/modules/ux5s2xFXc7V6xBaevt8A/iv3SEUmYaY2yhNbU7klP/zP_TzYPgb.js", "ssg:https://framerusercontent.com/modules/fltJXASka4AiKROBpPFz/QxwAhghwwtiGCa14q1AX/dro2LPHjk.js", "ssg:https://framerusercontent.com/modules/w4huD2jbzJm7NPEQWY3T/9j6Wojl1r5TiJ3aHKOlu/hDk8iqzI5.js", "ssg:https://framerusercontent.com/modules/psw9qLlPrRxrtwr9NwdE/c2tfQ2ZO6dEzIVIbeGiY/sDquhqjHT.js", "ssg:https://framerusercontent.com/modules/WydtrELPW1Z4l04AUrPO/p1sn8MHMSDV3W9OAEXJx/Z5aW2k3RB-0.js", "ssg:https://framerusercontent.com/modules/WydtrELPW1Z4l04AUrPO/p1sn8MHMSDV3W9OAEXJx/Z5aW2k3RB.js", "ssg:https://framerusercontent.com/modules/vedVDV3xpBUWQhhoYdOm/FWc2FtOcwbeGZjJuGHlL/Z5aW2k3RB.js", "ssg:https://framerusercontent.com/modules/y1eQgojVB2UJNKHyej1G/jq4DoTrofHkdeMbkWFWY/x6PfALCgy-0.js", "ssg:https://framerusercontent.com/modules/y1eQgojVB2UJNKHyej1G/jq4DoTrofHkdeMbkWFWY/x6PfALCgy.js", "ssg:https://framerusercontent.com/modules/sweBIOizJP6sdBYuvIwi/wj6PCqvvwKSj0ZGIWj1l/x6PfALCgy.js", "ssg:https://framerusercontent.com/modules/cnji47nco7AWx0GidlTO/psdxc1lsiJNHW9XtmZEs/ThemeSwitch.js"],
  "sourcesContent": ["// Generated by Framer (d65f646)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Floating,getLoadingLazyAtYPosition,Image,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const MotionDivWithFX=withFX(motion.div);const serializationHash=\"framer-n9CeN\";const variantClassNames={zvCvqX0VY:\"framer-v-4d6yut\"};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,stiffness:500,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 isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transition3={damping:30,delay:.05,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};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=({backgroundColor,height,id,image,imageBorderColor,link,newTab,title,titleColor,width,...props})=>{return{...props,ChR9B8Q47:imageBorderColor??props.ChR9B8Q47??{borderColor:'var(--token-3711503b-3d3b-4886-a85c-4293b65e43e7, rgb(255, 255, 255)) /* {\"name\":\"White [Light]\"} */',borderStyle:\"solid\",borderWidth:2},hCPMvrO8e:titleColor??props.hCPMvrO8e??\"var(--token-3711503b-3d3b-4886-a85c-4293b65e43e7, rgb(255, 255, 255))\",L163s2z6h:link??props.L163s2z6h,lqPnx9Iar:title??props.lqPnx9Iar??\"Text Here\",wJF8TqSmS:image??props.wJF8TqSmS??{pixelHeight:120,pixelWidth:120,src:\"https://framerusercontent.com/images/RsruacpjdFewW5HWISsPU1egpRI.webp\"},YVvMGx0fI:newTab??props.YVvMGx0fI,Z0u5nVZmK:backgroundColor??props.Z0u5nVZmK??\"var(--token-963ba7ff-1506-4ab8-a9bc-332b05614e66, rgb(9, 9, 11))\"};};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,lqPnx9Iar,wJF8TqSmS,hCPMvrO8e,Z0u5nVZmK,ChR9B8Q47,L163s2z6h,YVvMGx0fI,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"zvCvqX0VY\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEntertxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const visible=isSet(lqPnx9Iar);const ref2=React.useRef(null);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.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-4d6yut\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"zvCvqX0VY\",ref:refBinding,style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,...style},children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,enabled:visible,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0),pixelHeight:120,pixelWidth:120,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(wJF8TqSmS)},className:\"framer-1ax5mnb\",\"data-border\":true,\"data-highlight\":true,id:`${layoutId}-1ax5mnb`,layoutDependency:layoutDependency,layoutId:\"TzRv_U1yQ\",onMouseEnter:onMouseEntertxyyif({overlay}),ref:ref1,style:{\"--border-bottom-width\":(ChR9B8Q47.borderBottomWidth??ChR9B8Q47.borderWidth)+\"px\",\"--border-color\":ChR9B8Q47.borderColor,\"--border-left-width\":(ChR9B8Q47.borderLeftWidth??ChR9B8Q47.borderWidth)+\"px\",\"--border-right-width\":(ChR9B8Q47.borderRightWidth??ChR9B8Q47.borderWidth)+\"px\",\"--border-style\":ChR9B8Q47.borderStyle,\"--border-top-width\":(ChR9B8Q47.borderTopWidth??ChR9B8Q47.borderWidth)+\"px\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,boxShadow:\"0px 1px 5px 0px rgba(0, 0, 0, 0.15)\"},children:[/*#__PURE__*/_jsx(Link,{href:L163s2z6h,motionChild:true,nodeId:\"lw3v72Uqm\",openInNewTab:YVvMGx0fI,scopeId:\"ysu2QxRqz\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-11hn3rr framer-1bxwsnw\",\"data-framer-name\":\"Link Layer\",layoutDependency:layoutDependency,layoutId:\"lw3v72Uqm\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100}})}),visible&&/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1ax5mnb`,offsetX:0,offsetY:10,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1pb8w4z\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"OFhj2TYKE\",ref:ref2,role:\"dialog\",style:{backgroundColor:Z0u5nVZmK,borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 0.3621759214656777px 0.6519166586382197px -1.5px rgba(0, 0, 0, 0.14), 0px 3px 5.399999999999999px -3px rgba(0, 0, 0, 0.1)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE5ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"PP Neue Montreal Medium\", \"PP Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-hCPMvrO8e-ysu2QxRqz))\"},children:\"Text Here\"})}),className:\"framer-za151w\",fonts:[\"CUSTOM;PP Neue Montreal Medium\"],layoutDependency:layoutDependency,layoutId:\"wHaz1um48\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-hCPMvrO8e-ysu2QxRqz)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-hCPMvrO8e-ysu2QxRqz\":hCPMvrO8e},text:lqPnx9Iar,verticalAlignment:\"top\",withExternalLayout:true})})})})]})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-n9CeN.framer-1bxwsnw, .framer-n9CeN .framer-1bxwsnw { display: block; }\",\".framer-n9CeN.framer-4d6yut { height: 60px; overflow: visible; position: relative; width: 60px; }\",\".framer-n9CeN .framer-1ax5mnb { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 60px); justify-content: center; left: 0px; overflow: visible; padding: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-n9CeN .framer-11hn3rr { flex: none; height: 60px; overflow: visible; position: relative; text-decoration: none; width: 60px; }\",\".framer-n9CeN .framer-1pb8w4z { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 6px 8px 6px 8px; position: relative; width: min-content; }\",\".framer-n9CeN .framer-za151w { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",'.framer-n9CeN[data-border=\"true\"]::after, .framer-n9CeN [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 60\n * @framerIntrinsicWidth 60\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"lqPnx9Iar\":\"title\",\"wJF8TqSmS\":\"image\",\"hCPMvrO8e\":\"titleColor\",\"Z0u5nVZmK\":\"backgroundColor\",\"ChR9B8Q47\":\"imageBorderColor\",\"L163s2z6h\":\"link\",\"YVvMGx0fI\":\"newTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerysu2QxRqz=withCSS(Component,css,\"framer-n9CeN\");export default Framerysu2QxRqz;Framerysu2QxRqz.displayName=\"Circles/Single\";Framerysu2QxRqz.defaultProps={height:60,width:60};addPropertyControls(Framerysu2QxRqz,{lqPnx9Iar:{defaultValue:\"Text Here\",displayTextArea:false,title:\"Title\",type:ControlType.String},wJF8TqSmS:{__defaultAssetReference:\"data:framer/asset-reference,RsruacpjdFewW5HWISsPU1egpRI.webp?originalFilename=popup-project-overview-avatar-4.webp&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},hCPMvrO8e:{defaultValue:'var(--token-3711503b-3d3b-4886-a85c-4293b65e43e7, rgb(255, 255, 255)) /* {\"name\":\"White [Light]\"} */',title:\"Title Color\",type:ControlType.Color},Z0u5nVZmK:{defaultValue:'var(--token-963ba7ff-1506-4ab8-a9bc-332b05614e66, rgb(9, 9, 11)) /* {\"name\":\"Gray 950\"} */',title:\"Background Color\",type:ControlType.Color},ChR9B8Q47:{defaultValue:{borderColor:'var(--token-3711503b-3d3b-4886-a85c-4293b65e43e7, rgb(255, 255, 255)) /* {\"name\":\"White [Light]\"} */',borderStyle:\"solid\",borderWidth:2},title:\"Image Border Color\",type:ControlType.Border},L163s2z6h:{title:\"Link\",type:ControlType.Link},YVvMGx0fI:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean}});addFonts(Framerysu2QxRqz,[{explicitInter:true,fonts:[{family:\"PP Neue Montreal Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/gFY5sT08OJzaVKejDc8tZ3kRgFo.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerysu2QxRqz\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"60\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"60\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"lqPnx9Iar\\\":\\\"title\\\",\\\"wJF8TqSmS\\\":\\\"image\\\",\\\"hCPMvrO8e\\\":\\\"titleColor\\\",\\\"Z0u5nVZmK\\\":\\\"backgroundColor\\\",\\\"ChR9B8Q47\\\":\\\"imageBorderColor\\\",\\\"L163s2z6h\\\":\\\"link\\\",\\\"YVvMGx0fI\\\":\\\"newTab\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ysu2QxRqz.map", "// Generated by Framer (3ae0a1a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import CirclesSingle from\"https://framerusercontent.com/modules/p0KjPqrpokXs50JRBGxd/LVm55yB2ERXLZSiBTM0q/ysu2QxRqz.js\";const CirclesSingleFonts=getFonts(CirclesSingle);const MotionDivWithFX=withFX(motion.div);const enabledGestures={jhqF43LMO:{hover:true},l6WrSbu1m:{hover:true},yAhJpWXyT:{hover:true}};const cycleOrder=[\"yAhJpWXyT\",\"jhqF43LMO\",\"l6WrSbu1m\"];const serializationHash=\"framer-7xPLj\";const variantClassNames={jhqF43LMO:\"framer-v-1bi0oyh\",l6WrSbu1m:\"framer-v-pwjsv5\",yAhJpWXyT:\"framer-v-24s732\"};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,stiffness:500,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-15,y:0};const transition2={delay:0,duration:.4,ease:[.08,.28,.55,.9],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:-15,y:0};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition3={delay:.15,duration:.4,ease:[.08,.28,.55,.9],type:\"tween\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:-15,y:0};const transition4={delay:.3,duration:.4,ease:[.08,.28,.55,.9],type:\"tween\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:-15,y:0};const transition5={delay:.45,duration:.4,ease:[.08,.28,.55,.9],type:\"tween\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:-15,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 humanReadableVariantMap={\"2 Circles\":\"l6WrSbu1m\",\"3 Circles\":\"yAhJpWXyT\",\"4 Circles\":\"jhqF43LMO\"};const getProps=({borderColor,height,id,image1,image2,image3,image4,link1,link2,link3,link4,title1,title2,title3,title4,titlesColor,tooltipsColor,width,...props})=>{return{...props,BHGWnuF4u:link3??props.BHGWnuF4u,Gdl3jCBCk:link1??props.Gdl3jCBCk,HlnWfkEXS:tooltipsColor??props.HlnWfkEXS??\"var(--token-963ba7ff-1506-4ab8-a9bc-332b05614e66, rgb(9, 9, 11))\",HvL3h8uT1:image3??props.HvL3h8uT1??{src:\"https://framerusercontent.com/images/A8kV9PZhfbAF9zQQGYNog73BVvI.webp\"},IknSmbS18:title3??props.IknSmbS18??\"Title 3\",JdwXhoMWd:title2??props.JdwXhoMWd??\"Title 2\",JvOTbLiLm:title1??props.JvOTbLiLm??\"Title 1\",kY9fYV8tz:link4??props.kY9fYV8tz,lMrUFNx8v:borderColor??props.lMrUFNx8v??{borderColor:'var(--token-3711503b-3d3b-4886-a85c-4293b65e43e7, rgb(255, 255, 255)) /* {\"name\":\"White [Light]\"} */',borderStyle:\"solid\",borderWidth:2},LRHXmlqJT:titlesColor??props.LRHXmlqJT??\"var(--token-3711503b-3d3b-4886-a85c-4293b65e43e7, rgb(255, 255, 255))\",ntI0bci_L:image2??props.ntI0bci_L??{src:\"https://framerusercontent.com/images/njnx6m4sszDxdR63qMKU7JwQEo.webp\"},NUQsyqqbm:link2??props.NUQsyqqbm,variant:humanReadableVariantMap[props.variant]??props.variant??\"yAhJpWXyT\",VSeEC0_Mz:image1??props.VSeEC0_Mz??{src:\"https://framerusercontent.com/images/RsruacpjdFewW5HWISsPU1egpRI.webp\"},XVY8AWlG_:image4??props.XVY8AWlG_??{src:\"https://framerusercontent.com/images/nKDeft0zC7xS5heaz62Mse0NIzA.webp\"},xWZ6T3aGg:title4??props.xWZ6T3aGg??\"Title 4\"};};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,VSeEC0_Mz,JvOTbLiLm,Gdl3jCBCk,ntI0bci_L,JdwXhoMWd,NUQsyqqbm,HvL3h8uT1,IknSmbS18,BHGWnuF4u,XVY8AWlG_,xWZ6T3aGg,kY9fYV8tz,LRHXmlqJT,HlnWfkEXS,lMrUFNx8v,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"yAhJpWXyT\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"jhqF43LMO-hover\")return true;if(baseVariant===\"jhqF43LMO\")return true;return false;};const isDisplayed1=()=>{if(gestureVariant===\"l6WrSbu1m-hover\")return false;if(baseVariant===\"l6WrSbu1m\")return false;return true;};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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-24s732\",className,classNames),\"data-framer-name\":\"3 Circles\",layoutDependency:layoutDependency,layoutId:\"yAhJpWXyT\",ref:ref??ref1,style:{...style},...addPropertyOverrides({\"jhqF43LMO-hover\":{\"data-framer-name\":undefined},\"l6WrSbu1m-hover\":{\"data-framer-name\":undefined},\"yAhJpWXyT-hover\":{\"data-framer-name\":undefined},jhqF43LMO:{\"data-framer-name\":\"4 Circles\"},l6WrSbu1m:{\"data-framer-name\":\"2 Circles\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({jhqF43LMO:{width:\"60px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-hd6z1i-container\",layoutDependency:layoutDependency,layoutId:\"OIghpKkZg-container\",children:/*#__PURE__*/_jsx(CirclesSingle,{ChR9B8Q47:lMrUFNx8v,hCPMvrO8e:LRHXmlqJT,height:\"100%\",id:\"OIghpKkZg\",L163s2z6h:kY9fYV8tz,layoutId:\"OIghpKkZg\",lqPnx9Iar:xWZ6T3aGg,style:{height:\"100%\",width:\"100%\"},width:\"100%\",wJF8TqSmS:toResponsiveImage(XVY8AWlG_),YVvMGx0fI:false,Z0u5nVZmK:HlnWfkEXS})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"60px\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1qaw7d-container\",layoutDependency:layoutDependency,layoutId:\"FtkkquTG5-container\",...addPropertyOverrides({jhqF43LMO:{__framer__animate:{transition:transition3},__framer__exit:animation2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(CirclesSingle,{ChR9B8Q47:lMrUFNx8v,hCPMvrO8e:LRHXmlqJT,height:\"100%\",id:\"FtkkquTG5\",L163s2z6h:BHGWnuF4u,layoutId:\"FtkkquTG5\",lqPnx9Iar:IknSmbS18,style:{height:\"100%\",width:\"100%\"},width:\"100%\",wJF8TqSmS:toResponsiveImage(HvL3h8uT1),YVvMGx0fI:false,Z0u5nVZmK:HlnWfkEXS})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"60px\",...addPropertyOverrides({\"l6WrSbu1m-hover\":{width:`calc(${componentViewport?.width||\"100vw\"} - 50px)`},l6WrSbu1m:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1j7npx4-container\",layoutDependency:layoutDependency,layoutId:\"wD5PxPVHh-container\",...addPropertyOverrides({jhqF43LMO:{__framer__animate:{transition:transition4},__framer__exit:animation3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(CirclesSingle,{ChR9B8Q47:lMrUFNx8v,hCPMvrO8e:LRHXmlqJT,height:\"100%\",id:\"wD5PxPVHh\",L163s2z6h:NUQsyqqbm,layoutId:\"wD5PxPVHh\",lqPnx9Iar:JdwXhoMWd,style:{height:\"100%\",width:\"100%\"},width:\"100%\",wJF8TqSmS:toResponsiveImage(ntI0bci_L),YVvMGx0fI:false,Z0u5nVZmK:HlnWfkEXS})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"60px\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1o3801w-container\",layoutDependency:layoutDependency,layoutId:\"P0SgByj6X-container\",...addPropertyOverrides({jhqF43LMO:{__framer__animate:{transition:transition5},__framer__exit:animation4},l6WrSbu1m:{__framer__animate:{transition:transition3},__framer__exit:animation2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(CirclesSingle,{ChR9B8Q47:lMrUFNx8v,hCPMvrO8e:LRHXmlqJT,height:\"100%\",id:\"P0SgByj6X\",L163s2z6h:Gdl3jCBCk,layoutId:\"P0SgByj6X\",lqPnx9Iar:JvOTbLiLm,style:{height:\"100%\",width:\"100%\"},width:\"100%\",wJF8TqSmS:toResponsiveImage(VSeEC0_Mz),YVvMGx0fI:false,Z0u5nVZmK:HlnWfkEXS})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-7xPLj.framer-169h2q, .framer-7xPLj .framer-169h2q { display: block; }\",\".framer-7xPLj.framer-24s732 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; min-height: 60px; min-width: 140px; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-7xPLj .framer-hd6z1i-container, .framer-7xPLj .framer-1qaw7d-container { bottom: 0px; flex: none; left: 0px; position: absolute; top: 0px; width: 60px; z-index: 1; }\",\".framer-7xPLj .framer-1j7npx4-container { bottom: 0px; flex: none; left: calc(50.00000000000002% - 60px / 2); position: absolute; top: 0px; width: 60px; z-index: 1; }\",\".framer-7xPLj .framer-1o3801w-container { bottom: 0px; flex: none; height: 60px; left: 80px; position: absolute; width: 60px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7xPLj.framer-24s732 { gap: 0px; } .framer-7xPLj.framer-24s732 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-7xPLj.framer-24s732 > :first-child { margin-left: 0px; } .framer-7xPLj.framer-24s732 > :last-child { margin-right: 0px; } }\",\".framer-7xPLj.framer-v-1bi0oyh.framer-24s732 { min-width: 180px; }\",\".framer-7xPLj.framer-v-1bi0oyh .framer-hd6z1i-container { order: 0; }\",\".framer-7xPLj.framer-v-1bi0oyh .framer-1qaw7d-container { left: 40px; order: 1; z-index: 2; }\",\".framer-7xPLj.framer-v-1bi0oyh .framer-1j7npx4-container { left: unset; order: 2; right: 40px; z-index: 3; }\",\".framer-7xPLj.framer-v-1bi0oyh .framer-1o3801w-container { height: unset; left: unset; order: 3; right: 0px; top: 0px; z-index: 4; }\",\".framer-7xPLj.framer-v-pwjsv5.framer-24s732 { min-width: 100px; }\",\".framer-7xPLj.framer-v-pwjsv5 .framer-1j7npx4-container { left: 0px; right: 40px; width: unset; }\",\".framer-7xPLj.framer-v-pwjsv5 .framer-1o3801w-container, .framer-7xPLj.framer-v-24s732.hover .framer-1o3801w-container { height: unset; left: unset; right: 0px; top: 0px; }\",\".framer-7xPLj.framer-v-1bi0oyh.hover.framer-24s732 { min-width: 210px; }\",\".framer-7xPLj.framer-v-1bi0oyh.hover .framer-1qaw7d-container { left: 50px; }\",\".framer-7xPLj.framer-v-1bi0oyh.hover .framer-1j7npx4-container { left: unset; right: 50px; }\",\".framer-7xPLj.framer-v-1bi0oyh.hover .framer-1o3801w-container, .framer-7xPLj.framer-v-pwjsv5.hover .framer-1o3801w-container { height: unset; left: unset; }\",\".framer-7xPLj.framer-v-24s732.hover.framer-24s732 { min-width: 160px; width: 160px; }\",\".framer-7xPLj.framer-v-pwjsv5.hover.framer-24s732 { min-width: 110px; }\",\".framer-7xPLj.framer-v-pwjsv5.hover .framer-1j7npx4-container { right: 50px; width: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 60\n * @framerIntrinsicWidth 140\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"140px\",null,\"60px\",null]},\"jhqF43LMO\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"180px\",null,\"60px\",null]},\"l6WrSbu1m\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"100px\",null,\"60px\",null]},\"T3Yo3n1Za\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"210px\",null,\"60px\",null]},\"MWEH_A2m0\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[\"160px\",null,\"60px\",null]},\"UOZ1ZKx62\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"110px\",null,\"60px\",null]}}}\n * @framerVariables {\"VSeEC0_Mz\":\"image1\",\"JvOTbLiLm\":\"title1\",\"Gdl3jCBCk\":\"link1\",\"ntI0bci_L\":\"image2\",\"JdwXhoMWd\":\"title2\",\"NUQsyqqbm\":\"link2\",\"HvL3h8uT1\":\"image3\",\"IknSmbS18\":\"title3\",\"BHGWnuF4u\":\"link3\",\"XVY8AWlG_\":\"image4\",\"xWZ6T3aGg\":\"title4\",\"kY9fYV8tz\":\"link4\",\"LRHXmlqJT\":\"titlesColor\",\"HlnWfkEXS\":\"tooltipsColor\",\"lMrUFNx8v\":\"borderColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerHn5DNfFAa=withCSS(Component,css,\"framer-7xPLj\");export default FramerHn5DNfFAa;FramerHn5DNfFAa.displayName=\"Circles/group\";FramerHn5DNfFAa.defaultProps={height:60,width:140};addPropertyControls(FramerHn5DNfFAa,{variant:{options:[\"yAhJpWXyT\",\"jhqF43LMO\",\"l6WrSbu1m\"],optionTitles:[\"3 Circles\",\"4 Circles\",\"2 Circles\"],title:\"Variant\",type:ControlType.Enum},VSeEC0_Mz:{__defaultAssetReference:\"data:framer/asset-reference,RsruacpjdFewW5HWISsPU1egpRI.webp?originalFilename=popup-project-overview-avatar-4.webp&preferredSize=auto\",title:\"Image 1\",type:ControlType.ResponsiveImage},JvOTbLiLm:{defaultValue:\"Title 1\",displayTextArea:false,title:\"Title 1\",type:ControlType.String},Gdl3jCBCk:{title:\"Link 1\",type:ControlType.Link},ntI0bci_L:{__defaultAssetReference:\"data:framer/asset-reference,njnx6m4sszDxdR63qMKU7JwQEo.webp?originalFilename=popup-project-overview-avatar-6.webp&preferredSize=auto\",title:\"Image 2\",type:ControlType.ResponsiveImage},JdwXhoMWd:{defaultValue:\"Title 2\",displayTextArea:false,title:\"Title 2\",type:ControlType.String},NUQsyqqbm:{title:\"Link 2\",type:ControlType.Link},HvL3h8uT1:{__defaultAssetReference:\"data:framer/asset-reference,A8kV9PZhfbAF9zQQGYNog73BVvI.webp?originalFilename=popup-project-overview-avatar-1.webp&preferredSize=auto\",title:\"Image 3\",type:ControlType.ResponsiveImage},IknSmbS18:{defaultValue:\"Title 3\",displayTextArea:false,title:\"Title 3\",type:ControlType.String},BHGWnuF4u:{title:\"Link 3\",type:ControlType.Link},XVY8AWlG_:{__defaultAssetReference:\"data:framer/asset-reference,nKDeft0zC7xS5heaz62Mse0NIzA.webp?originalFilename=popup-project-overview-avatar-8.webp&preferredSize=auto\",title:\"Image 4\",type:ControlType.ResponsiveImage},xWZ6T3aGg:{defaultValue:\"Title 4\",displayTextArea:false,title:\"Title 4\",type:ControlType.String},kY9fYV8tz:{title:\"Link 4\",type:ControlType.Link},LRHXmlqJT:{defaultValue:'var(--token-3711503b-3d3b-4886-a85c-4293b65e43e7, rgb(255, 255, 255)) /* {\"name\":\"White [Light]\"} */',title:\"Titles Color\",type:ControlType.Color},HlnWfkEXS:{defaultValue:'var(--token-963ba7ff-1506-4ab8-a9bc-332b05614e66, rgb(9, 9, 11)) /* {\"name\":\"Gray 950\"} */',title:\"Tooltips Color\",type:ControlType.Color},lMrUFNx8v:{defaultValue:{borderColor:'var(--token-3711503b-3d3b-4886-a85c-4293b65e43e7, rgb(255, 255, 255)) /* {\"name\":\"White [Light]\"} */',borderStyle:\"solid\",borderWidth:2},title:\"Border Color\",type:ControlType.Border}});addFonts(FramerHn5DNfFAa,[{explicitInter:true,fonts:[]},...CirclesSingleFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHn5DNfFAa\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"140\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"140px\\\",null,\\\"60px\\\",null]},\\\"jhqF43LMO\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"180px\\\",null,\\\"60px\\\",null]},\\\"l6WrSbu1m\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"100px\\\",null,\\\"60px\\\",null]},\\\"T3Yo3n1Za\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"210px\\\",null,\\\"60px\\\",null]},\\\"MWEH_A2m0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"160px\\\",null,\\\"60px\\\",null]},\\\"UOZ1ZKx62\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"110px\\\",null,\\\"60px\\\",null]}}}\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"VSeEC0_Mz\\\":\\\"image1\\\",\\\"JvOTbLiLm\\\":\\\"title1\\\",\\\"Gdl3jCBCk\\\":\\\"link1\\\",\\\"ntI0bci_L\\\":\\\"image2\\\",\\\"JdwXhoMWd\\\":\\\"title2\\\",\\\"NUQsyqqbm\\\":\\\"link2\\\",\\\"HvL3h8uT1\\\":\\\"image3\\\",\\\"IknSmbS18\\\":\\\"title3\\\",\\\"BHGWnuF4u\\\":\\\"link3\\\",\\\"XVY8AWlG_\\\":\\\"image4\\\",\\\"xWZ6T3aGg\\\":\\\"title4\\\",\\\"kY9fYV8tz\\\":\\\"link4\\\",\\\"LRHXmlqJT\\\":\\\"titlesColor\\\",\\\"HlnWfkEXS\\\":\\\"tooltipsColor\\\",\\\"lMrUFNx8v\\\":\\\"borderColor\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"60\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NOzB4UHJvdG8gUmVndWxhcg==\",\"--framer-font-family\":'\"0xProto Regular\", \"0xProto Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"1.8em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-48db76b1-b6f7-481c-9646-e2e74df040d6, rgb(0, 0, 0)))\"},children:\"Schaltfl\\xe4chenbeschriftung\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE5ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"PP Neue Montreal Medium\", \"PP Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-48db76b1-b6f7-481c-9646-e2e74df040d6, rgb(0, 0, 0)))\"},children:\"Schaltfl\\xe4chenbeschriftung\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NOzB4UHJvdG8gUmVndWxhcg==\",\"--framer-font-family\":'\"0xProto Regular\", \"0xProto Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-48db76b1-b6f7-481c-9646-e2e74df040d6, rgb(0, 0, 0)))\"},children:\"Schaltfl\\xe4chenbeschriftung\"})});export const v3=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NOzB4UHJvdG8gUmVndWxhcg==\",\"--framer-font-family\":'\"0xProto Regular\", \"0xProto Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-48db76b1-b6f7-481c-9646-e2e74df040d6, rgb(0, 0, 0)))\"},children:\"Schaltfl\\xe4chenbeschriftung\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (8ebf084)\nimport*as localizedValues from\"./LNCJ8JrMb-0.js\";const valuesByLocaleId={dbNdzaRF0:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (8ebf084)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import getLocalizedValue from\"https://framerusercontent.com/modules/XHwn1UfGLZ4iu2RCUFtJ/tDhn6m7O8385OmZzNaap/LNCJ8JrMb.js\";const enabledGestures={AWA62y_GV:{hover:true,pressed:true},dFbyw6SJY:{hover:true,pressed:true},E_YzJ47KG:{hover:true,pressed:true},HvwGpVmDr:{hover:true},IDwhfdJBh:{hover:true},iS3JUvC7w:{hover:true,pressed:true},kqEkETMOP:{hover:true,pressed:true},MBIq0M3Al:{hover:true},Nw_OMPtNd:{hover:true,pressed:true},rt1NrdlKK:{hover:true,pressed:true},Utk0c0Cr7:{hover:true,pressed:true},ynGVXJw2g:{hover:true,pressed:true}};const cycleOrder=[\"rt1NrdlKK\",\"AWA62y_GV\",\"Nw_OMPtNd\",\"E_YzJ47KG\",\"kqEkETMOP\",\"ynGVXJw2g\",\"iS3JUvC7w\",\"dFbyw6SJY\",\"Utk0c0Cr7\",\"HvwGpVmDr\",\"IDwhfdJBh\",\"MBIq0M3Al\"];const serializationHash=\"framer-ckPhZ\";const variantClassNames={AWA62y_GV:\"framer-v-7deyic\",dFbyw6SJY:\"framer-v-1fjtxwn\",E_YzJ47KG:\"framer-v-5036k8\",HvwGpVmDr:\"framer-v-lzyhgw\",IDwhfdJBh:\"framer-v-5xgyli\",iS3JUvC7w:\"framer-v-1sl9bf2\",kqEkETMOP:\"framer-v-k9gror\",MBIq0M3Al:\"framer-v-1fu7a2j\",Nw_OMPtNd:\"framer-v-ajvukz\",rt1NrdlKK:\"framer-v-x1mwtx\",Utk0c0Cr7:\"framer-v-5ej7mq\",ynGVXJw2g:\"framer-v-1vt89oh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}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 transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const convertFromBoolean=(value,activeLocale)=>{if(value){return 10;}else{return 5;}};const toNumber=value=>{if(typeof value===\"number\"&&Number.isFinite(value))return value;if(typeof value!==\"string\")return 0;const parsedNumber=parseFloat(value);return typeof parsedNumber===\"number\"&&Number.isFinite(parsedNumber)?parsedNumber:0;};const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const convertFromBoolean1=(value,activeLocale)=>{if(value){return 9;}else{return 4;}};const convertFromBoolean2=(value,activeLocale)=>{if(value){return 8;}else{return 3;}};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={\"Button [Default]\":\"rt1NrdlKK\",\"Button [Line]\":\"AWA62y_GV\",\"Button [sm Line]\":\"E_YzJ47KG\",\"Button [sm]\":\"Nw_OMPtNd\",\"Button [xs Line]\":\"ynGVXJw2g\",\"Button [xs]\":\"kqEkETMOP\",\"Icon [Default]\":\"HvwGpVmDr\",\"Icon [sm]\":\"IDwhfdJBh\",\"Icon [xs]\":\"MBIq0M3Al\",\"Link [Default]\":\"iS3JUvC7w\",\"Link [sm]\":\"dFbyw6SJY\",\"Link [xs]\":\"Utk0c0Cr7\"};const getProps=({border,buttonColor,height,iconAnimation,id,link,newTab,radius,shadow,tap,width,...props})=>{return{...props,ApWhoO21o:border??props.ApWhoO21o??{borderColor:'var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231)) /* {\"name\":\"Gray 200 [Dynamic]\"} */',borderStyle:\"solid\",borderWidth:1},ey7w8muFX:newTab??props.ey7w8muFX,nSQvgmbyz:tap??props.nSQvgmbyz,oV7zrnzuy:buttonColor??props.oV7zrnzuy??\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",SZQpZ3lk2:radius??props.SZQpZ3lk2??10,U1Kbkgydv:link??props.U1Kbkgydv,variant:humanReadableVariantMap[props.variant]??props.variant??\"rt1NrdlKK\",VkxZQkMEC:shadow??props.VkxZQkMEC??\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(9, 9, 11, 0.11), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(9, 9, 11, 0.1), 0px 10px 10px -3.75px rgba(9, 9, 11, 0.04)\",WM2TpCryl:iconAnimation??props.WM2TpCryl};};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,U1Kbkgydv,ey7w8muFX,oV7zrnzuy,VkxZQkMEC,ApWhoO21o,SZQpZ3lk2,WM2TpCryl,nSQvgmbyz,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"rt1NrdlKK\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1pc7sz3=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(nSQvgmbyz){const res=await nSQvgmbyz(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const gap=numberToPixelString(toNumber(convertFromBoolean(equals(WM2TpCryl,true),activeLocale)));const gap1=numberToPixelString(toNumber(convertFromBoolean1(equals(WM2TpCryl,true),activeLocale)));const gap2=numberToPixelString(toNumber(convertFromBoolean(WM2TpCryl,activeLocale)));const gap3=numberToPixelString(toNumber(convertFromBoolean1(WM2TpCryl,activeLocale)));const gap4=numberToPixelString(toNumber(convertFromBoolean2(WM2TpCryl,activeLocale)));const isDisplayed=()=>{if([\"HvwGpVmDr-hover\",\"IDwhfdJBh-hover\",\"MBIq0M3Al-hover\"].includes(gestureVariant))return false;if([\"HvwGpVmDr\",\"IDwhfdJBh\",\"MBIq0M3Al\"].includes(baseVariant))return false;return true;};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:U1Kbkgydv,motionChild:true,nodeId:\"rt1NrdlKK\",openInNewTab:ey7w8muFX,scopeId:\"LNCJ8JrMb\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-x1mwtx\",className,classNames)} framer-vs0re0`,\"data-border\":true,\"data-framer-name\":\"Button [Default]\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"rt1NrdlKK\",onTap:onTap1pc7sz3,ref:refBinding,style:{\"--1vfcgch\":gap1,\"--2tdpnr\":gap3,\"--456cd3\":gap4,\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(230, 230, 232, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",\"--dofoan\":gap2,\"--lhlnjo\":VkxZQkMEC,\"--rmohyg\":gap,backgroundColor:oV7zrnzuy,borderBottomLeftRadius:radiusForCorner(SZQpZ3lk2,3),borderBottomRightRadius:radiusForCorner(SZQpZ3lk2,2),borderTopLeftRadius:radiusForCorner(SZQpZ3lk2,0),borderTopRightRadius:radiusForCorner(SZQpZ3lk2,1),boxShadow:\"var(--lhlnjo)\",opacity:1,...style},variants:{\"AWA62y_GV-hover\":{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,opacity:.6},\"AWA62y_GV-pressed\":{opacity:.4},\"dFbyw6SJY-hover\":{opacity:.6},\"dFbyw6SJY-pressed\":{opacity:.4},\"E_YzJ47KG-hover\":{opacity:.6},\"E_YzJ47KG-pressed\":{opacity:.4},\"HvwGpVmDr-hover\":{opacity:.6},\"IDwhfdJBh-hover\":{opacity:.6},\"iS3JUvC7w-hover\":{opacity:.6},\"iS3JUvC7w-pressed\":{opacity:.4},\"kqEkETMOP-hover\":{opacity:.6},\"kqEkETMOP-pressed\":{opacity:.6},\"MBIq0M3Al-hover\":{opacity:.6},\"Nw_OMPtNd-hover\":{opacity:.6},\"Nw_OMPtNd-pressed\":{opacity:.4},\"rt1NrdlKK-hover\":{opacity:.6},\"rt1NrdlKK-pressed\":{opacity:.4},\"Utk0c0Cr7-hover\":{opacity:.6},\"Utk0c0Cr7-pressed\":{opacity:.4},\"ynGVXJw2g-hover\":{opacity:.6},\"ynGVXJw2g-pressed\":{opacity:.6},AWA62y_GV:{\"--border-bottom-width\":(ApWhoO21o.borderBottomWidth??ApWhoO21o.borderWidth)+\"px\",\"--border-color\":ApWhoO21o.borderColor,\"--border-left-width\":(ApWhoO21o.borderLeftWidth??ApWhoO21o.borderWidth)+\"px\",\"--border-right-width\":(ApWhoO21o.borderRightWidth??ApWhoO21o.borderWidth)+\"px\",\"--border-style\":ApWhoO21o.borderStyle,\"--border-top-width\":(ApWhoO21o.borderTopWidth??ApWhoO21o.borderWidth)+\"px\"},dFbyw6SJY:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"none\"},E_YzJ47KG:{\"--border-bottom-width\":(ApWhoO21o.borderBottomWidth??ApWhoO21o.borderWidth)+\"px\",\"--border-color\":ApWhoO21o.borderColor,\"--border-left-width\":(ApWhoO21o.borderLeftWidth??ApWhoO21o.borderWidth)+\"px\",\"--border-right-width\":(ApWhoO21o.borderRightWidth??ApWhoO21o.borderWidth)+\"px\",\"--border-style\":ApWhoO21o.borderStyle,\"--border-top-width\":(ApWhoO21o.borderTopWidth??ApWhoO21o.borderWidth)+\"px\"},iS3JUvC7w:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"none\"},Utk0c0Cr7:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"none\"},ynGVXJw2g:{\"--border-bottom-width\":(ApWhoO21o.borderBottomWidth??ApWhoO21o.borderWidth)+\"px\",\"--border-color\":ApWhoO21o.borderColor,\"--border-left-width\":(ApWhoO21o.borderLeftWidth??ApWhoO21o.borderWidth)+\"px\",\"--border-right-width\":(ApWhoO21o.borderRightWidth??ApWhoO21o.borderWidth)+\"px\",\"--border-style\":ApWhoO21o.borderStyle,\"--border-top-width\":(ApWhoO21o.borderTopWidth??ApWhoO21o.borderWidth)+\"px\"}},...addPropertyOverrides({\"AWA62y_GV-hover\":{\"data-framer-name\":undefined},\"AWA62y_GV-pressed\":{\"data-framer-name\":undefined},\"dFbyw6SJY-hover\":{\"data-framer-name\":undefined},\"dFbyw6SJY-pressed\":{\"data-framer-name\":undefined},\"E_YzJ47KG-hover\":{\"data-framer-name\":undefined},\"E_YzJ47KG-pressed\":{\"data-framer-name\":undefined},\"HvwGpVmDr-hover\":{\"data-framer-name\":undefined},\"IDwhfdJBh-hover\":{\"data-framer-name\":undefined},\"iS3JUvC7w-hover\":{\"data-framer-name\":undefined},\"iS3JUvC7w-pressed\":{\"data-framer-name\":undefined},\"kqEkETMOP-hover\":{\"data-framer-name\":undefined},\"kqEkETMOP-pressed\":{\"data-framer-name\":undefined},\"MBIq0M3Al-hover\":{\"data-framer-name\":undefined},\"Nw_OMPtNd-hover\":{\"data-framer-name\":undefined},\"Nw_OMPtNd-pressed\":{\"data-framer-name\":undefined},\"rt1NrdlKK-hover\":{\"data-framer-name\":undefined},\"rt1NrdlKK-pressed\":{\"data-framer-name\":undefined},\"Utk0c0Cr7-hover\":{\"data-framer-name\":undefined},\"Utk0c0Cr7-pressed\":{\"data-framer-name\":undefined},\"ynGVXJw2g-hover\":{\"data-framer-name\":undefined},\"ynGVXJw2g-pressed\":{\"data-framer-name\":undefined},AWA62y_GV:{\"data-framer-name\":\"Button [Line]\"},dFbyw6SJY:{\"data-framer-name\":\"Link [sm]\"},E_YzJ47KG:{\"data-framer-name\":\"Button [sm Line]\"},HvwGpVmDr:{\"data-framer-name\":\"Icon [Default]\"},IDwhfdJBh:{\"data-framer-name\":\"Icon [sm]\"},iS3JUvC7w:{\"data-framer-name\":\"Link [Default]\"},kqEkETMOP:{\"data-framer-name\":\"Button [xs]\"},MBIq0M3Al:{\"data-framer-name\":\"Icon [xs]\"},Nw_OMPtNd:{\"data-framer-name\":\"Button [sm]\"},Utk0c0Cr7:{\"data-framer-name\":\"Link [xs]\"},ynGVXJw2g:{\"data-framer-name\":\"Button [xs Line]\"}},baseVariant,gestureVariant),children:isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NOzB4UHJvdG8gUmVndWxhcg==\",\"--framer-font-family\":'\"0xProto Regular\", \"0xProto Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"1.8em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-48db76b1-b6f7-481c-9646-e2e74df040d6, rgb(0, 0, 0)))\"},children:\"Button Label\"})}),className:\"framer-f169tt\",\"data-highlight\":true,fonts:[\"CUSTOM;0xProto Regular\"],layoutDependency:layoutDependency,layoutId:\"j6UCXvWsW\",style:{\"--extracted-r6o4lv\":\"var(--token-48db76b1-b6f7-481c-9646-e2e74df040d6, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({dFbyw6SJY:{children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NOzB4UHJvdG8gUmVndWxhcg==\",\"--framer-font-family\":'\"0xProto Regular\", \"0xProto Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-48db76b1-b6f7-481c-9646-e2e74df040d6, rgb(0, 0, 0)))\"},children:\"Button Label\"})})},E_YzJ47KG:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE5ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"PP Neue Montreal Medium\", \"PP Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-48db76b1-b6f7-481c-9646-e2e74df040d6, rgb(0, 0, 0)))\"},children:\"Button Label\"})}),fonts:[\"CUSTOM;PP Neue Montreal Medium\"]},kqEkETMOP:{children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NOzB4UHJvdG8gUmVndWxhcg==\",\"--framer-font-family\":'\"0xProto Regular\", \"0xProto Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-48db76b1-b6f7-481c-9646-e2e74df040d6, rgb(0, 0, 0)))\"},children:\"Button Label\"})})},Nw_OMPtNd:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE5ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"PP Neue Montreal Medium\", \"PP Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-48db76b1-b6f7-481c-9646-e2e74df040d6, rgb(0, 0, 0)))\"},children:\"Button Label\"})}),fonts:[\"CUSTOM;PP Neue Montreal Medium\"]},Utk0c0Cr7:{children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NOzB4UHJvdG8gUmVndWxhcg==\",\"--framer-font-family\":'\"0xProto Regular\", \"0xProto Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-48db76b1-b6f7-481c-9646-e2e74df040d6, rgb(0, 0, 0)))\"},children:\"Button Label\"})})},ynGVXJw2g:{children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NOzB4UHJvdG8gUmVndWxhcg==\",\"--framer-font-family\":'\"0xProto Regular\", \"0xProto Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-48db76b1-b6f7-481c-9646-e2e74df040d6, rgb(0, 0, 0)))\"},children:\"Button Label\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ckPhZ.framer-vs0re0, .framer-ckPhZ .framer-vs0re0 { display: block; }\",\".framer-ckPhZ.framer-x1mwtx { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: 50px; justify-content: center; overflow: visible; padding: 14px 20px 14px 25px; position: relative; text-decoration: none; width: min-content; }\",\".framer-ckPhZ .framer-f169tt { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ckPhZ.framer-v-ajvukz.framer-x1mwtx { gap: 4px; height: 40px; padding: 9px 12px 9px 16px; }\",\".framer-ckPhZ.framer-v-5036k8.framer-x1mwtx { gap: 4px; height: 40px; padding: 10px 12px 10px 16px; }\",\".framer-ckPhZ.framer-v-k9gror.framer-x1mwtx, .framer-ckPhZ.framer-v-1vt89oh.framer-x1mwtx { gap: 4px; height: 30px; padding: 5px 8px 5px 12px; }\",\".framer-ckPhZ.framer-v-1sl9bf2.framer-x1mwtx { height: min-content; justify-content: flex-start; padding: 0px; }\",\".framer-ckPhZ.framer-v-1fjtxwn.framer-x1mwtx { gap: 4px; height: min-content; justify-content: flex-start; padding: 0px; }\",\".framer-ckPhZ.framer-v-5ej7mq.framer-x1mwtx { gap: 3px; height: min-content; justify-content: flex-start; padding: 0px; }\",\".framer-ckPhZ.framer-v-lzyhgw.framer-x1mwtx { height: min-content; min-height: 52px; min-width: 52px; padding: 15px; }\",\".framer-ckPhZ.framer-v-5xgyli.framer-x1mwtx { height: min-content; min-height: 42px; min-width: 42px; padding: 10px; }\",\".framer-ckPhZ.framer-v-1fu7a2j.framer-x1mwtx { height: min-content; min-height: 34px; min-width: 34px; padding: 8px; }\",\".framer-ckPhZ.framer-v-x1mwtx.hover.framer-x1mwtx, .framer-ckPhZ.framer-v-7deyic.hover.framer-x1mwtx { gap: var(--rmohyg); }\",\".framer-ckPhZ.framer-v-ajvukz.hover.framer-x1mwtx, .framer-ckPhZ.framer-v-5036k8.hover.framer-x1mwtx, .framer-ckPhZ.framer-v-k9gror.hover.framer-x1mwtx { gap: var(--1vfcgch); }\",\".framer-ckPhZ.framer-v-1sl9bf2.hover.framer-x1mwtx { gap: var(--dofoan); }\",\".framer-ckPhZ.framer-v-1fjtxwn.hover.framer-x1mwtx { gap: var(--2tdpnr); }\",\".framer-ckPhZ.framer-v-5ej7mq.hover.framer-x1mwtx { gap: var(--456cd3); }\",'.framer-ckPhZ[data-border=\"true\"]::after, .framer-ckPhZ [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 50\n * @framerIntrinsicWidth 170\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"AWA62y_GV\":{\"layout\":[\"auto\",\"fixed\"]},\"Nw_OMPtNd\":{\"layout\":[\"auto\",\"fixed\"]},\"E_YzJ47KG\":{\"layout\":[\"auto\",\"fixed\"]},\"kqEkETMOP\":{\"layout\":[\"auto\",\"fixed\"]},\"ynGVXJw2g\":{\"layout\":[\"auto\",\"fixed\"]},\"iS3JUvC7w\":{\"layout\":[\"auto\",\"auto\"]},\"dFbyw6SJY\":{\"layout\":[\"auto\",\"auto\"]},\"Utk0c0Cr7\":{\"layout\":[\"auto\",\"auto\"]},\"HvwGpVmDr\":{\"layout\":[\"auto\",\"auto\"]},\"IDwhfdJBh\":{\"layout\":[\"auto\",\"auto\"]},\"MBIq0M3Al\":{\"layout\":[\"auto\",\"auto\"]},\"q5BfZWkq3\":{\"layout\":[\"auto\",\"fixed\"]},\"xgOkpyrra\":{\"layout\":[\"auto\",\"fixed\"]},\"rKYSSZwe2\":{\"layout\":[\"auto\",\"fixed\"]},\"gANayGxbB\":{\"layout\":[\"auto\",\"fixed\"]},\"OcythEP_e\":{\"layout\":[\"auto\",\"fixed\"]},\"evCjvKBOk\":{\"layout\":[\"auto\",\"fixed\"]},\"UU0TuxHE6\":{\"layout\":[\"auto\",\"fixed\"]},\"NEPIE7we5\":{\"layout\":[\"auto\",\"fixed\"]},\"Q490TiYfK\":{\"layout\":[\"auto\",\"fixed\"]},\"laaT2Y8FZ\":{\"layout\":[\"auto\",\"fixed\"]},\"rFAneJ51I\":{\"layout\":[\"auto\",\"fixed\"]},\"CL0W1w0hq\":{\"layout\":[\"auto\",\"fixed\"]},\"KrJd0M7R2\":{\"layout\":[\"auto\",\"auto\"]},\"TlPZsyPGs\":{\"layout\":[\"auto\",\"auto\"]},\"c07ZwC6MV\":{\"layout\":[\"auto\",\"auto\"]},\"VrFcgLPDy\":{\"layout\":[\"auto\",\"auto\"]},\"jOAfo3RLR\":{\"layout\":[\"auto\",\"auto\"]},\"YezSsL7m6\":{\"layout\":[\"auto\",\"auto\"]},\"djCPhG9Fr\":{\"layout\":[\"auto\",\"auto\"]},\"j4DU7C0CS\":{\"layout\":[\"auto\",\"auto\"]},\"y7q2y48np\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"U1Kbkgydv\":\"link\",\"ey7w8muFX\":\"newTab\",\"oV7zrnzuy\":\"buttonColor\",\"VkxZQkMEC\":\"shadow\",\"ApWhoO21o\":\"border\",\"SZQpZ3lk2\":\"radius\",\"WM2TpCryl\":\"iconAnimation\",\"nSQvgmbyz\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerLNCJ8JrMb=withCSS(Component,css,\"framer-ckPhZ\");export default FramerLNCJ8JrMb;FramerLNCJ8JrMb.displayName=\"Button\";FramerLNCJ8JrMb.defaultProps={height:50,width:170};addPropertyControls(FramerLNCJ8JrMb,{variant:{options:[\"rt1NrdlKK\",\"AWA62y_GV\",\"Nw_OMPtNd\",\"E_YzJ47KG\",\"kqEkETMOP\",\"ynGVXJw2g\",\"iS3JUvC7w\",\"dFbyw6SJY\",\"Utk0c0Cr7\",\"HvwGpVmDr\",\"IDwhfdJBh\",\"MBIq0M3Al\"],optionTitles:[\"Button [Default]\",\"Button [Line]\",\"Button [sm]\",\"Button [sm Line]\",\"Button [xs]\",\"Button [xs Line]\",\"Link [Default]\",\"Link [sm]\",\"Link [xs]\",\"Icon [Default]\",\"Icon [sm]\",\"Icon [xs]\"],title:\"Variant\",type:ControlType.Enum},U1Kbkgydv:{title:\"Link\",type:ControlType.Link},ey7w8muFX:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},oV7zrnzuy:{defaultValue:'var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255)) /* {\"name\":\"White/Gray 950 [Dynamic]\"} */',title:\"Button Color\",type:ControlType.Color},VkxZQkMEC:{defaultValue:[{blur:3,color:\"rgba(9, 9, 11, 0.15)\",diffusion:.25,focus:.5,inset:false,spread:0,type:\"realistic\",x:0,y:10}],title:\"Shadow\",type:ControlType.BoxShadow},ApWhoO21o:{defaultValue:{borderColor:'var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231)) /* {\"name\":\"Gray 200 [Dynamic]\"} */',borderStyle:\"solid\",borderWidth:1},title:\"Border\",type:ControlType.Border},SZQpZ3lk2:{defaultValue:10,title:\"Radius\",type:ControlType.Number},WM2TpCryl:{defaultValue:false,title:\"Icon Animation\",type:ControlType.Boolean},nSQvgmbyz:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerLNCJ8JrMb,[{explicitInter:true,fonts:[{family:\"0xProto Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/0tffT0jNfVu14sfVPdu1rHy0A8.woff2\"},{family:\"PP Neue Montreal Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/gFY5sT08OJzaVKejDc8tZ3kRgFo.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerLNCJ8JrMb\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"50\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"AWA62y_GV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"Nw_OMPtNd\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"E_YzJ47KG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"kqEkETMOP\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"ynGVXJw2g\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"iS3JUvC7w\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"dFbyw6SJY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Utk0c0Cr7\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"HvwGpVmDr\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"IDwhfdJBh\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"MBIq0M3Al\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"q5BfZWkq3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"xgOkpyrra\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"rKYSSZwe2\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"gANayGxbB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"OcythEP_e\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"evCjvKBOk\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"UU0TuxHE6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"NEPIE7we5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"Q490TiYfK\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"laaT2Y8FZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"rFAneJ51I\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"CL0W1w0hq\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"KrJd0M7R2\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TlPZsyPGs\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"c07ZwC6MV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"VrFcgLPDy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"jOAfo3RLR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"YezSsL7m6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"djCPhG9Fr\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"j4DU7C0CS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"y7q2y48np\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerVariables\":\"{\\\"U1Kbkgydv\\\":\\\"link\\\",\\\"ey7w8muFX\\\":\\\"newTab\\\",\\\"oV7zrnzuy\\\":\\\"buttonColor\\\",\\\"VkxZQkMEC\\\":\\\"shadow\\\",\\\"ApWhoO21o\\\":\\\"border\\\",\\\"SZQpZ3lk2\\\":\\\"radius\\\",\\\"WM2TpCryl\\\":\\\"iconAnimation\\\",\\\"nSQvgmbyz\\\":\\\"tap\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"170\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (52b42d6)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"XgBIHPUqi\",\"WcDnzt3zw\",\"k53kEg_LU\",\"sbTfL03X9\"];const serializationHash=\"framer-bOE0K\";const variantClassNames={k53kEg_LU:\"framer-v-1lgeyrx\",sbTfL03X9:\"framer-v-1mp8nfb\",WcDnzt3zw:\"framer-v-z2ignx\",XgBIHPUqi:\"framer-v-1ogspw4\"};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,stiffness:500,type:\"spring\"};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};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 humanReadableEnumMap={Dark:\"Dv1wC8FMY\",Dynamic:\"lk7ooqA4_\",Light:\"ld4psBuuS\"};const humanReadableVariantMap={\"Logo [Image + Text]\":\"XgBIHPUqi\",\"Logo [Image]\":\"k53kEg_LU\",\"Logo [Text]\":\"WcDnzt3zw\",Custom:\"sbTfL03X9\"};const getProps=({height,id,link,logoColor,openInNewTab,width,...props})=>{return{...props,qj6tn2Ux3:link??props.qj6tn2Ux3,variant:humanReadableVariantMap[props.variant]??props.variant??\"XgBIHPUqi\",wJOYtHzul:openInNewTab??props.wJOYtHzul,yBg5svSnw:humanReadableEnumMap[logoColor]??logoColor??props.yBg5svSnw??\"lk7ooqA4_\"};};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,yBg5svSnw,qj6tn2Ux3,wJOYtHzul,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"XgBIHPUqi\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=equals(yBg5svSnw,\"lk7ooqA4_\");const isDisplayed=value=>{if([\"WcDnzt3zw\",\"sbTfL03X9\"].includes(baseVariant))return false;return value;};const visible1=equals(yBg5svSnw,\"ld4psBuuS\");const isDisplayed1=()=>{if(baseVariant===\"sbTfL03X9\")return false;return true;};const visible2=equals(yBg5svSnw,\"Dv1wC8FMY\");const isDisplayed2=value=>{if([\"k53kEg_LU\",\"sbTfL03X9\"].includes(baseVariant))return false;return value;};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:qj6tn2Ux3,motionChild:true,nodeId:\"XgBIHPUqi\",openInNewTab:wJOYtHzul,scopeId:\"W4JrbG6G8\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1ogspw4\",className,classNames)} framer-ld1jn5`,\"data-framer-name\":\"Logo [Image + Text]\",layoutDependency:layoutDependency,layoutId:\"XgBIHPUqi\",ref:refBinding,style:{...style},...addPropertyOverrides({k53kEg_LU:{\"data-framer-name\":\"Logo [Image]\"},sbTfL03X9:{\"data-framer-name\":\"Custom\"},WcDnzt3zw:{\"data-framer-name\":\"Logo [Text]\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lwukgk\",layoutDependency:layoutDependency,layoutId:\"cUQFR3qWF\",children:[isDisplayed(visible)&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-36)/2+0+0)+6),pixelHeight:172,pixelWidth:720,sizes:\"101.25px\",src:\"https://framerusercontent.com/images/KznazTdiaKSTeThL8HIjgmMs.png\",srcSet:\"https://framerusercontent.com/images/KznazTdiaKSTeThL8HIjgmMs.png?scale-down-to=512 512w,https://framerusercontent.com/images/KznazTdiaKSTeThL8HIjgmMs.png 720w\"},className:\"framer-1kxfy70\",\"data-framer-name\":\"Logo Dynamic\",layoutDependency:layoutDependency,layoutId:\"W8P6DVidt\",...addPropertyOverrides({k53kEg_LU:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-24)/2+0+0)+0),pixelHeight:172,pixelWidth:720,sizes:\"101.25px\",src:\"https://framerusercontent.com/images/KznazTdiaKSTeThL8HIjgmMs.png\",srcSet:\"https://framerusercontent.com/images/KznazTdiaKSTeThL8HIjgmMs.png?scale-down-to=512 512w,https://framerusercontent.com/images/KznazTdiaKSTeThL8HIjgmMs.png 720w\"}}},baseVariant,gestureVariant)}),visible1&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e954bh\",\"data-framer-name\":\"Logo Light\",layoutDependency:layoutDependency,layoutId:\"pytGxFYQ1\",children:isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-ihhgp0\",\"data-framer-name\":\"Logo Light\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Vv40BzUEi\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 26\"><path d=\"M 21.953 5.027 C 23.219 5.745 24 7.074 24 8.512 L 24 17.487 C 24 18.926 23.219 20.255 21.953 20.973 L 14.047 25.461 C 12.78 26.18 11.22 26.18 9.953 25.461 L 2.047 20.973 C 0.781 20.255 0 18.926 0 17.488 L 0 8.512 C 0 7.074 0.781 5.745 2.047 5.027 L 9.953 0.539 C 11.22 -0.18 12.78 -0.18 14.047 0.539 Z M 21.271 9.197 L 14.071 13.094 C 13.636 13.329 13.365 13.78 13.365 14.269 L 13.365 22.75 L 20.589 18.649 C 20.996 18.419 21.253 17.998 21.27 17.535 L 21.271 17.488 Z M 17.308 5.488 L 9.383 9.743 L 11.239 10.743 C 11.515 10.892 11.77 11.07 11.996 11.273 C 12.228 11.068 12.482 10.891 12.755 10.743 L 19.825 6.917 Z M 12.682 2.863 C 12.26 2.623 11.74 2.623 11.318 2.863 L 4.157 6.927 L 6.541 8.211 L 14.54 3.917 Z M 5.177 17.009 L 5.177 17.415 C 5.177 17.885 5.427 18.32 5.835 18.563 L 7.2 19.375 C 8.109 19.916 9.271 19.273 9.271 18.228 L 9.271 17.737 C 9.271 17.244 8.997 16.792 8.557 16.557 L 7.192 15.83 C 6.283 15.345 5.177 15.993 5.177 17.009 Z\" fill=\"var(--token-963ba7ff-1506-4ab8-a9bc-332b05614e66, rgb(9, 9, 11))\"></path></svg>',svgContentId:10888415089,withExternalLayout:true})}),visible2&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-36)/2+0+0)+5),pixelHeight:172,pixelWidth:720,sizes:\"24px\",src:\"https://framerusercontent.com/images/ic4WFI0axCvevLi3ZCLnvcbkM.png\",srcSet:\"https://framerusercontent.com/images/ic4WFI0axCvevLi3ZCLnvcbkM.png?scale-down-to=512 512w,https://framerusercontent.com/images/ic4WFI0axCvevLi3ZCLnvcbkM.png 720w\"},className:\"framer-fchmqn\",\"data-framer-name\":\"Logo Dark\",layoutDependency:layoutDependency,layoutId:\"cQdX3k6XG\",...addPropertyOverrides({k53kEg_LU:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-24)/2+0+0)+-1),pixelHeight:172,pixelWidth:720,sizes:\"24px\",src:\"https://framerusercontent.com/images/ic4WFI0axCvevLi3ZCLnvcbkM.png\",srcSet:\"https://framerusercontent.com/images/ic4WFI0axCvevLi3ZCLnvcbkM.png?scale-down-to=512 512w,https://framerusercontent.com/images/ic4WFI0axCvevLi3ZCLnvcbkM.png 720w\"}},sbTfL03X9:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-0)/2+0+0)+-13),pixelHeight:172,pixelWidth:720,sizes:\"24px\",src:\"https://framerusercontent.com/images/ic4WFI0axCvevLi3ZCLnvcbkM.png\",srcSet:\"https://framerusercontent.com/images/ic4WFI0axCvevLi3ZCLnvcbkM.png?scale-down-to=512 512w,https://framerusercontent.com/images/ic4WFI0axCvevLi3ZCLnvcbkM.png 720w\"}},WcDnzt3zw:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-30)/2+0+0)+2),pixelHeight:172,pixelWidth:720,sizes:\"24px\",src:\"https://framerusercontent.com/images/ic4WFI0axCvevLi3ZCLnvcbkM.png\",srcSet:\"https://framerusercontent.com/images/ic4WFI0axCvevLi3ZCLnvcbkM.png?scale-down-to=512 512w,https://framerusercontent.com/images/ic4WFI0axCvevLi3ZCLnvcbkM.png 720w\"}}},baseVariant,gestureVariant),children:isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{background:{alt:\"\",fit:\"fill\",pixelHeight:172,pixelWidth:720,sizes:\"24px\",src:\"https://framerusercontent.com/images/ic4WFI0axCvevLi3ZCLnvcbkM.png\",srcSet:\"https://framerusercontent.com/images/ic4WFI0axCvevLi3ZCLnvcbkM.png?scale-down-to=512 512w,https://framerusercontent.com/images/ic4WFI0axCvevLi3ZCLnvcbkM.png 720w\"},className:\"framer-1g3tq13\",\"data-framer-name\":\"Logo Dark\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"qOYgaJcnO\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 26\"><path d=\"M 21.953 5.027 C 23.219 5.745 24 7.074 24 8.512 L 24 17.487 C 24 18.926 23.219 20.255 21.953 20.973 L 14.047 25.461 C 12.78 26.18 11.22 26.18 9.953 25.461 L 2.047 20.973 C 0.781 20.255 0 18.926 0 17.488 L 0 8.512 C 0 7.074 0.781 5.745 2.047 5.027 L 9.953 0.539 C 11.22 -0.18 12.78 -0.18 14.047 0.539 Z M 21.271 9.197 L 14.071 13.094 C 13.636 13.329 13.365 13.78 13.365 14.269 L 13.365 22.75 L 20.589 18.649 C 20.996 18.419 21.253 17.998 21.27 17.535 L 21.271 17.488 Z M 17.308 5.488 L 9.383 9.743 L 11.239 10.743 C 11.515 10.892 11.77 11.07 11.996 11.273 C 12.228 11.068 12.482 10.891 12.755 10.743 L 19.825 6.917 Z M 12.682 2.863 C 12.26 2.623 11.74 2.623 11.318 2.863 L 4.157 6.927 L 6.541 8.211 L 14.54 3.917 Z M 5.177 17.009 L 5.177 17.415 C 5.177 17.885 5.427 18.32 5.835 18.563 L 7.2 19.375 C 8.109 19.916 9.271 19.273 9.271 18.228 L 9.271 17.737 C 9.271 17.244 8.997 16.792 8.557 16.557 L 7.192 15.83 C 6.283 15.345 5.177 15.993 5.177 17.009 Z\" fill=\"var(--token-3711503b-3d3b-4886-a85c-4293b65e43e7, rgb(255, 255, 255))\"></path></svg>',svgContentId:8920853034,withExternalLayout:true})}),isDisplayed2(visible1)&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-963ba7ff-1506-4ab8-a9bc-332b05614e66, rgb(9, 9, 11)))\"},children:\"pixkit\"})}),className:\"framer-1qikba3\",\"data-framer-name\":\"pixkit Light\",fonts:[\"GF;Plus Jakarta Sans-700\"],layoutDependency:layoutDependency,layoutId:\"A07zpvRAL\",style:{\"--extracted-r6o4lv\":\"var(--token-963ba7ff-1506-4ab8-a9bc-332b05614e66, rgb(9, 9, 11))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"bottom\",withExternalLayout:true}),isDisplayed2(visible2)&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3711503b-3d3b-4886-a85c-4293b65e43e7, rgb(255, 255, 255)))\"},children:\"pixkit\"})}),className:\"framer-1064gn7\",\"data-framer-name\":\"pixkit Dark\",fonts:[\"GF;Plus Jakarta Sans-700\"],layoutDependency:layoutDependency,layoutId:\"bZVfZEy0F\",style:{\"--extracted-r6o4lv\":\"var(--token-3711503b-3d3b-4886-a85c-4293b65e43e7, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"bottom\",withExternalLayout:true})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bOE0K.framer-ld1jn5, .framer-bOE0K .framer-ld1jn5 { display: block; }\",\".framer-bOE0K.framer-1ogspw4 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-bOE0K .framer-lwukgk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: 36px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-bOE0K .framer-1kxfy70 { aspect-ratio: 4.21875 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: relative; width: 101px; }\",\".framer-bOE0K .framer-1e954bh, .framer-bOE0K .framer-fchmqn { flex: none; height: 26px; overflow: visible; position: relative; width: 24px; }\",\".framer-bOE0K .framer-ihhgp0, .framer-bOE0K .framer-1g3tq13 { flex: none; height: 26px; left: calc(50.00000000000002% - 24px / 2); position: absolute; top: calc(50.00000000000002% - 26px / 2); width: 24px; }\",\".framer-bOE0K .framer-1qikba3, .framer-bOE0K .framer-1064gn7 { flex: none; height: 30px; position: relative; white-space: pre; width: auto; }\",\".framer-bOE0K.framer-v-z2ignx .framer-lwukgk { height: 30px; }\",\".framer-bOE0K.framer-v-z2ignx .framer-1e954bh, .framer-bOE0K.framer-v-1lgeyrx .framer-1e954bh { order: 4; }\",\".framer-bOE0K.framer-v-z2ignx .framer-fchmqn, .framer-bOE0K.framer-v-1lgeyrx .framer-fchmqn { order: 5; }\",\".framer-bOE0K.framer-v-z2ignx .framer-1qikba3 { order: 1; }\",\".framer-bOE0K.framer-v-z2ignx .framer-1064gn7 { order: 2; }\",\".framer-bOE0K.framer-v-1lgeyrx .framer-lwukgk, .framer-bOE0K.framer-v-1mp8nfb .framer-lwukgk { height: min-content; }\",\".framer-bOE0K.framer-v-1lgeyrx .framer-1kxfy70 { order: 3; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 36\n * @framerIntrinsicWidth 101\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"WcDnzt3zw\":{\"layout\":[\"auto\",\"auto\"]},\"k53kEg_LU\":{\"layout\":[\"auto\",\"auto\"]},\"sbTfL03X9\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"yBg5svSnw\":\"logoColor\",\"qj6tn2Ux3\":\"link\",\"wJOYtHzul\":\"openInNewTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerW4JrbG6G8=withCSS(Component,css,\"framer-bOE0K\");export default FramerW4JrbG6G8;FramerW4JrbG6G8.displayName=\"Logo\";FramerW4JrbG6G8.defaultProps={height:36,width:101};addPropertyControls(FramerW4JrbG6G8,{variant:{options:[\"XgBIHPUqi\",\"WcDnzt3zw\",\"k53kEg_LU\",\"sbTfL03X9\"],optionTitles:[\"Logo [Image + Text]\",\"Logo [Text]\",\"Logo [Image]\",\"Custom\"],title:\"Variant\",type:ControlType.Enum},yBg5svSnw:{defaultValue:\"lk7ooqA4_\",options:[\"lk7ooqA4_\",\"ld4psBuuS\",\"Dv1wC8FMY\"],optionTitles:[\"Dynamic\",\"Light\",\"Dark\"],title:\"Logo Color\",type:ControlType.Enum},qj6tn2Ux3:{title:\"Link\",type:ControlType.Link},wJOYtHzul:{defaultValue:false,title:\"Open in New Tab\",type:ControlType.Boolean}});addFonts(FramerW4JrbG6G8,[{explicitInter:true,fonts:[{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNTxXUEKi4Rw.woff2\",weight:\"700\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerW4JrbG6G8\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"yBg5svSnw\\\":\\\"logoColor\\\",\\\"qj6tn2Ux3\\\":\\\"link\\\",\\\"wJOYtHzul\\\":\\\"openInNewTab\\\"}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"WcDnzt3zw\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"k53kEg_LU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"sbTfL03X9\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"101\",\"framerIntrinsicHeight\":\"36\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./W4JrbG6G8.map", "// Generated by Framer (0b8b5e5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"PHDg_TNks\",\"AJw8hzsFG\",\"OkCGUS5Od\"];const serializationHash=\"framer-6IiF1\";const variantClassNames={AJw8hzsFG:\"framer-v-1mvnii1\",OkCGUS5Od:\"framer-v-1tj9hye\",PHDg_TNks:\"framer-v-1uzgdcj\"};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={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:.6,rotate:0,rotateX:0,rotateY:0,scale:1.05,skewX:0,skewY:0,transition:transition2};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 humanReadableVariantMap={Dark:\"OkCGUS5Od\",Dynamic:\"PHDg_TNks\",Light:\"AJw8hzsFG\"};const getProps=({facebbok,facebookLink,height,id,instagram,instagramLink,linkedin,linkedinLink,pinterest,pinterestLink,tiktok,tiktokLink,width,x,xLink,youtube,youtubeLink,...props})=>{var _ref,_ref1,_ref2,_ref3,_humanReadableVariantMap_props_variant,_ref4,_ref5,_ref6,_ref7;return{...props,BKGDQnqTz:(_ref=linkedin!==null&&linkedin!==void 0?linkedin:props.BKGDQnqTz)!==null&&_ref!==void 0?_ref:true,J6qEWLQt_:(_ref1=x!==null&&x!==void 0?x:props.J6qEWLQt_)!==null&&_ref1!==void 0?_ref1:true,lJ26eQHPS:facebookLink!==null&&facebookLink!==void 0?facebookLink:props.lJ26eQHPS,oJjaNLapp:instagramLink!==null&&instagramLink!==void 0?instagramLink:props.oJjaNLapp,QcwsHk51H:(_ref2=pinterest!==null&&pinterest!==void 0?pinterest:props.QcwsHk51H)!==null&&_ref2!==void 0?_ref2:true,rywJGgpt8:xLink!==null&&xLink!==void 0?xLink:props.rywJGgpt8,trY33FXhi:(_ref3=youtube!==null&&youtube!==void 0?youtube:props.trY33FXhi)!==null&&_ref3!==void 0?_ref3:true,TZOqPnIRW:linkedinLink!==null&&linkedinLink!==void 0?linkedinLink:props.TZOqPnIRW,V8IAF0AtZ:tiktokLink!==null&&tiktokLink!==void 0?tiktokLink:props.V8IAF0AtZ,variant:(_ref4=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref4!==void 0?_ref4:\"PHDg_TNks\",wmfTEuRMv:(_ref5=instagram!==null&&instagram!==void 0?instagram:props.wmfTEuRMv)!==null&&_ref5!==void 0?_ref5:true,WQO0pZfgA:(_ref6=facebbok!==null&&facebbok!==void 0?facebbok:props.WQO0pZfgA)!==null&&_ref6!==void 0?_ref6:true,y8RgOX4e9:youtubeLink!==null&&youtubeLink!==void 0?youtubeLink:props.y8RgOX4e9,yFRmefkVv:(_ref7=tiktok!==null&&tiktok!==void 0?tiktok:props.yFRmefkVv)!==null&&_ref7!==void 0?_ref7:true,ZkU_mDyC2:pinterestLink!==null&&pinterestLink!==void 0?pinterestLink:props.ZkU_mDyC2};};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,J6qEWLQt_,rywJGgpt8,WQO0pZfgA,lJ26eQHPS,BKGDQnqTz,TZOqPnIRW,wmfTEuRMv,oJjaNLapp,trY33FXhi,y8RgOX4e9,QcwsHk51H,ZkU_mDyC2,yFRmefkVv,V8IAF0AtZ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"PHDg_TNks\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1uzgdcj\",className,classNames),\"data-framer-name\":\"Dynamic\",layoutDependency:layoutDependency,layoutId:\"PHDg_TNks\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({AJw8hzsFG:{\"data-framer-name\":\"Light\"},OkCGUS5Od:{\"data-framer-name\":\"Dark\"}},baseVariant,gestureVariant),children:[J6qEWLQt_&&/*#__PURE__*/_jsx(Link,{href:rywJGgpt8,openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ms27do framer-30y890\",\"data-framer-name\":\"X\",layoutDependency:layoutDependency,layoutId:\"sFASpG5zD\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1luwuu3\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"QQspNGc6R\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 30\"><path d=\"M 22.189 3.75 L 26.023 3.75 L 17.648 13.323 L 27.5 26.348 L 19.785 26.348 L 13.744 18.447 L 6.83 26.348 L 2.992 26.348 L 11.951 16.11 L 2.5 3.75 L 10.41 3.75 L 15.873 10.971 L 22.188 3.75 Z M 20.844 24.054 L 22.969 24.054 L 9.255 5.924 L 6.975 5.924 L 20.842 24.054 Z\" fill=\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\"></path></svg>',svgContentId:8657965189,withExternalLayout:true,...addPropertyOverrides({AJw8hzsFG:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 30\"><path d=\"M 22.189 3.75 L 26.023 3.75 L 17.648 13.323 L 27.5 26.348 L 19.785 26.348 L 13.744 18.447 L 6.83 26.348 L 2.992 26.348 L 11.951 16.11 L 2.5 3.75 L 10.41 3.75 L 15.873 10.971 L 22.188 3.75 Z M 20.844 24.054 L 22.969 24.054 L 9.255 5.924 L 6.975 5.924 L 20.842 24.054 Z\" fill=\"var(--token-3711503b-3d3b-4886-a85c-4293b65e43e7, rgb(255, 255, 255))\"></path></svg>',svgContentId:12204074360},OkCGUS5Od:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 30\"><path d=\"M 22.189 3.75 L 26.023 3.75 L 17.648 13.323 L 27.5 26.348 L 19.785 26.348 L 13.744 18.447 L 6.83 26.348 L 2.992 26.348 L 11.951 16.11 L 2.5 3.75 L 10.41 3.75 L 15.873 10.971 L 22.188 3.75 Z M 20.844 24.054 L 22.969 24.054 L 9.255 5.924 L 6.975 5.924 L 20.842 24.054 Z\" fill=\"var(--token-963ba7ff-1506-4ab8-a9bc-332b05614e66, rgb(9, 9, 11))\"></path></svg>',svgContentId:8985926148}},baseVariant,gestureVariant)})})}),BKGDQnqTz&&/*#__PURE__*/_jsx(Link,{href:TZOqPnIRW,openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-mv0ukj framer-30y890\",\"data-framer-name\":\"linkedin\",layoutDependency:layoutDependency,layoutId:\"PRWsp8XxN\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1kxoed\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"BvJsWHhwN\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 30\"><path d=\"M 25.625 2.5 L 4.375 2.5 C 3.339 2.5 2.5 3.339 2.5 4.375 L 2.5 25.625 C 2.5 26.661 3.339 27.5 4.375 27.5 L 25.625 27.5 C 26.661 27.5 27.5 26.661 27.5 25.625 L 27.5 4.375 C 27.5 3.339 26.661 2.5 25.625 2.5 Z M 10 23.75 L 6.25 23.75 L 6.25 12.5 L 10 12.5 Z M 8.125 10.313 C 6.926 10.278 5.978 9.284 6 8.085 C 6.023 6.885 7.008 5.927 8.208 5.938 C 9.408 5.95 10.375 6.925 10.375 8.125 C 10.354 9.349 9.349 10.326 8.125 10.313 Z M 23.75 23.75 L 20 23.75 L 20 17.825 C 20 16.05 19.25 15.413 18.275 15.413 C 17.698 15.451 17.159 15.718 16.779 16.154 C 16.399 16.591 16.209 17.16 16.25 17.738 C 16.244 17.796 16.244 17.854 16.25 17.913 L 16.25 23.75 L 12.5 23.75 L 12.5 12.5 L 16.125 12.5 L 16.125 14.125 C 16.869 12.994 18.147 12.331 19.5 12.375 C 21.438 12.375 23.7 13.45 23.7 16.95 Z\" fill=\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\"></path></svg>',svgContentId:10612640839,withExternalLayout:true,...addPropertyOverrides({AJw8hzsFG:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 30\"><path d=\"M 25.625 2.5 L 4.375 2.5 C 3.339 2.5 2.5 3.339 2.5 4.375 L 2.5 25.625 C 2.5 26.661 3.339 27.5 4.375 27.5 L 25.625 27.5 C 26.661 27.5 27.5 26.661 27.5 25.625 L 27.5 4.375 C 27.5 3.339 26.661 2.5 25.625 2.5 Z M 10 23.75 L 6.25 23.75 L 6.25 12.5 L 10 12.5 Z M 8.125 10.313 C 6.926 10.278 5.978 9.284 6 8.085 C 6.023 6.885 7.008 5.927 8.208 5.938 C 9.408 5.95 10.375 6.925 10.375 8.125 C 10.354 9.349 9.349 10.326 8.125 10.313 Z M 23.75 23.75 L 20 23.75 L 20 17.825 C 20 16.05 19.25 15.413 18.275 15.413 C 17.698 15.451 17.159 15.718 16.779 16.154 C 16.399 16.591 16.209 17.16 16.25 17.738 C 16.244 17.796 16.244 17.854 16.25 17.913 L 16.25 23.75 L 12.5 23.75 L 12.5 12.5 L 16.125 12.5 L 16.125 14.125 C 16.869 12.994 18.147 12.331 19.5 12.375 C 21.438 12.375 23.7 13.45 23.7 16.95 Z\" fill=\"var(--token-3711503b-3d3b-4886-a85c-4293b65e43e7, rgb(255, 255, 255))\"></path></svg>',svgContentId:9228291161},OkCGUS5Od:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 30\"><path d=\"M 25.625 2.5 L 4.375 2.5 C 3.339 2.5 2.5 3.339 2.5 4.375 L 2.5 25.625 C 2.5 26.661 3.339 27.5 4.375 27.5 L 25.625 27.5 C 26.661 27.5 27.5 26.661 27.5 25.625 L 27.5 4.375 C 27.5 3.339 26.661 2.5 25.625 2.5 Z M 10 23.75 L 6.25 23.75 L 6.25 12.5 L 10 12.5 Z M 8.125 10.313 C 6.926 10.278 5.978 9.284 6 8.085 C 6.023 6.885 7.008 5.927 8.208 5.938 C 9.408 5.95 10.375 6.925 10.375 8.125 C 10.354 9.349 9.349 10.326 8.125 10.313 Z M 23.75 23.75 L 20 23.75 L 20 17.825 C 20 16.05 19.25 15.413 18.275 15.413 C 17.698 15.451 17.159 15.718 16.779 16.154 C 16.399 16.591 16.209 17.16 16.25 17.738 C 16.244 17.796 16.244 17.854 16.25 17.913 L 16.25 23.75 L 12.5 23.75 L 12.5 12.5 L 16.125 12.5 L 16.125 14.125 C 16.869 12.994 18.147 12.331 19.5 12.375 C 21.438 12.375 23.7 13.45 23.7 16.95 Z\" fill=\"var(--token-963ba7ff-1506-4ab8-a9bc-332b05614e66, rgb(9, 9, 11))\"></path></svg>',svgContentId:12353657322}},baseVariant,gestureVariant)})})}),WQO0pZfgA&&/*#__PURE__*/_jsx(Link,{href:lJ26eQHPS,openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1whr2hv framer-30y890\",\"data-framer-name\":\"facebook\",layoutDependency:layoutDependency,layoutId:\"LtceE6hGx\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-17u2rjr\",\"data-framer-name\":\"facebook\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Uz_6C_7Up\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 30\"><path d=\"M 15 2.5 C 21.904 2.5 27.5 8.12 27.5 15.053 C 27.5 21.428 22.766 26.694 16.638 27.499 L 16.624 27.499 L 16.624 17.804 L 19.346 17.804 L 19.707 14.391 L 16.624 14.391 L 16.629 12.684 C 16.629 11.794 16.712 11.316 17.986 11.316 L 19.688 11.316 L 19.688 7.904 L 16.965 7.904 C 13.695 7.904 12.544 9.559 12.544 12.344 L 12.544 14.391 L 10.506 14.391 L 10.506 17.804 L 12.544 17.804 L 12.544 27.363 C 6.815 26.216 2.5 21.14 2.5 15.053 C 2.5 8.12 8.096 2.5 15 2.5 Z\" fill=\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\"></path></svg>',svgContentId:11561411605,withExternalLayout:true,...addPropertyOverrides({AJw8hzsFG:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 30\"><path d=\"M 15 2.5 C 21.904 2.5 27.5 8.12 27.5 15.053 C 27.5 21.428 22.766 26.694 16.638 27.499 L 16.624 27.499 L 16.624 17.804 L 19.346 17.804 L 19.707 14.391 L 16.624 14.391 L 16.629 12.684 C 16.629 11.794 16.712 11.316 17.986 11.316 L 19.688 11.316 L 19.688 7.904 L 16.965 7.904 C 13.695 7.904 12.544 9.559 12.544 12.344 L 12.544 14.391 L 10.506 14.391 L 10.506 17.804 L 12.544 17.804 L 12.544 27.363 C 6.815 26.216 2.5 21.14 2.5 15.053 C 2.5 8.12 8.096 2.5 15 2.5 Z\" fill=\"var(--token-3711503b-3d3b-4886-a85c-4293b65e43e7, rgb(255, 255, 255))\"></path></svg>',svgContentId:11946556775},OkCGUS5Od:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 30\"><path d=\"M 15 2.5 C 21.904 2.5 27.5 8.12 27.5 15.053 C 27.5 21.428 22.766 26.694 16.638 27.499 L 16.624 27.499 L 16.624 17.804 L 19.346 17.804 L 19.707 14.391 L 16.624 14.391 L 16.629 12.684 C 16.629 11.794 16.712 11.316 17.986 11.316 L 19.688 11.316 L 19.688 7.904 L 16.965 7.904 C 13.695 7.904 12.544 9.559 12.544 12.344 L 12.544 14.391 L 10.506 14.391 L 10.506 17.804 L 12.544 17.804 L 12.544 27.363 C 6.815 26.216 2.5 21.14 2.5 15.053 C 2.5 8.12 8.096 2.5 15 2.5 Z\" fill=\"var(--token-963ba7ff-1506-4ab8-a9bc-332b05614e66, rgb(9, 9, 11))\"></path></svg>',svgContentId:10882926888}},baseVariant,gestureVariant)})})}),wmfTEuRMv&&/*#__PURE__*/_jsx(Link,{href:oJjaNLapp,openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-142ivfh framer-30y890\",\"data-framer-name\":\"instagram\",layoutDependency:layoutDependency,layoutId:\"r6Hg3hnu9\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1qwzrgu\",\"data-framer-name\":\"instagram\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"UN2nH9bJI\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 30\"><path d=\"M 10.834 15 C 10.834 12.699 12.699 10.833 15.001 10.833 C 17.302 10.833 19.167 12.699 19.167 15 C 19.167 17.301 17.302 19.167 15.001 19.167 C 12.699 19.167 10.834 17.301 10.834 15 M 8.581 15 C 8.581 18.545 11.455 21.419 15 21.419 C 18.545 21.419 21.419 18.545 21.419 15 C 21.419 11.455 18.545 8.581 15 8.581 C 11.455 8.581 8.581 11.455 8.581 15 M 20.174 8.327 C 20.174 9.156 20.845 9.827 21.674 9.827 C 22.502 9.827 23.174 9.156 23.174 8.327 C 23.174 7.499 22.502 6.827 21.674 6.827 C 20.845 6.827 20.174 7.499 20.174 8.327 M 9.949 25.175 C 8.731 25.119 8.069 24.916 7.629 24.745 C 7.086 24.544 6.595 24.225 6.191 23.81 C 5.775 23.407 5.455 22.916 5.255 22.373 C 5.084 21.933 4.88 21.27 4.825 20.051 C 4.765 18.734 4.753 18.339 4.753 15 C 4.753 11.663 4.765 11.268 4.825 9.949 C 4.881 8.73 5.085 8.069 5.255 7.628 C 5.483 7.044 5.754 6.628 6.19 6.19 C 6.593 5.774 7.084 5.455 7.628 5.255 C 8.069 5.083 8.731 4.88 9.95 4.824 C 11.268 4.764 11.663 4.751 15 4.751 C 18.338 4.751 18.734 4.764 20.053 4.824 C 21.271 4.88 21.933 5.084 22.374 5.255 C 22.958 5.48 23.374 5.753 23.811 6.19 C 24.249 6.628 24.519 7.044 24.746 7.628 C 24.918 8.068 25.121 8.73 25.176 9.949 C 25.238 11.268 25.249 11.661 25.249 15 C 25.249 18.338 25.236 18.733 25.176 20.051 C 25.121 21.27 24.918 21.933 24.746 22.373 C 24.546 22.915 24.226 23.407 23.811 23.81 C 23.374 24.248 22.958 24.518 22.374 24.745 C 21.934 24.916 21.271 25.12 20.053 25.175 C 18.735 25.235 18.339 25.248 15 25.248 C 11.663 25.248 11.268 25.235 9.95 25.175 M 9.846 2.575 C 8.516 2.636 7.607 2.848 6.812 3.156 C 5.979 3.471 5.224 3.963 4.6 4.599 C 3.964 5.222 3.471 5.977 3.157 6.811 C 2.849 7.607 2.637 8.516 2.577 9.846 C 2.512 11.179 2.5 11.605 2.5 15 C 2.5 18.395 2.514 18.821 2.575 20.154 C 2.637 21.484 2.848 22.393 3.156 23.188 C 3.47 24.022 3.962 24.777 4.599 25.401 C 5.223 26.037 5.978 26.53 6.812 26.844 C 7.609 27.152 8.516 27.364 9.846 27.424 C 11.181 27.485 11.606 27.5 15 27.5 C 18.396 27.5 18.821 27.486 20.154 27.425 C 21.485 27.364 22.394 27.152 23.189 26.844 C 24.022 26.529 24.778 26.037 25.403 25.401 C 26.038 24.777 26.53 24.022 26.845 23.189 C 27.154 22.393 27.366 21.484 27.425 20.154 C 27.486 18.82 27.5 18.395 27.5 15 C 27.5 11.605 27.486 11.179 27.425 9.846 C 27.365 8.516 27.154 7.607 26.845 6.812 C 26.53 5.979 26.038 5.223 25.403 4.599 C 24.779 3.963 24.024 3.471 23.19 3.156 C 22.394 2.847 21.485 2.635 20.155 2.576 C 18.822 2.515 18.396 2.5 15.001 2.5 C 11.606 2.5 11.181 2.514 9.846 2.575\" fill=\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\"></path></svg>',svgContentId:8789346923,withExternalLayout:true,...addPropertyOverrides({AJw8hzsFG:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 30\"><path d=\"M 10.834 15 C 10.834 12.699 12.699 10.833 15.001 10.833 C 17.302 10.833 19.167 12.699 19.167 15 C 19.167 17.301 17.302 19.167 15.001 19.167 C 12.699 19.167 10.834 17.301 10.834 15 M 8.581 15 C 8.581 18.545 11.455 21.419 15 21.419 C 18.545 21.419 21.419 18.545 21.419 15 C 21.419 11.455 18.545 8.581 15 8.581 C 11.455 8.581 8.581 11.455 8.581 15 M 20.174 8.327 C 20.174 9.156 20.845 9.827 21.674 9.827 C 22.502 9.827 23.174 9.156 23.174 8.327 C 23.174 7.499 22.502 6.827 21.674 6.827 C 20.845 6.827 20.174 7.499 20.174 8.327 M 9.949 25.175 C 8.731 25.119 8.069 24.916 7.629 24.745 C 7.086 24.544 6.595 24.225 6.191 23.81 C 5.775 23.407 5.455 22.916 5.255 22.373 C 5.084 21.933 4.88 21.27 4.825 20.051 C 4.765 18.734 4.753 18.339 4.753 15 C 4.753 11.663 4.765 11.268 4.825 9.949 C 4.881 8.73 5.085 8.069 5.255 7.628 C 5.483 7.044 5.754 6.628 6.19 6.19 C 6.593 5.774 7.084 5.455 7.628 5.255 C 8.069 5.083 8.731 4.88 9.95 4.824 C 11.268 4.764 11.663 4.751 15 4.751 C 18.338 4.751 18.734 4.764 20.053 4.824 C 21.271 4.88 21.933 5.084 22.374 5.255 C 22.958 5.48 23.374 5.753 23.811 6.19 C 24.249 6.628 24.519 7.044 24.746 7.628 C 24.918 8.068 25.121 8.73 25.176 9.949 C 25.238 11.268 25.249 11.661 25.249 15 C 25.249 18.338 25.236 18.733 25.176 20.051 C 25.121 21.27 24.918 21.933 24.746 22.373 C 24.546 22.915 24.226 23.407 23.811 23.81 C 23.374 24.248 22.958 24.518 22.374 24.745 C 21.934 24.916 21.271 25.12 20.053 25.175 C 18.735 25.235 18.339 25.248 15 25.248 C 11.663 25.248 11.268 25.235 9.95 25.175 M 9.846 2.575 C 8.516 2.636 7.607 2.848 6.812 3.156 C 5.979 3.471 5.224 3.963 4.6 4.599 C 3.964 5.222 3.471 5.977 3.157 6.811 C 2.849 7.607 2.637 8.516 2.577 9.846 C 2.512 11.179 2.5 11.605 2.5 15 C 2.5 18.395 2.514 18.821 2.575 20.154 C 2.637 21.484 2.848 22.393 3.156 23.188 C 3.47 24.022 3.962 24.777 4.599 25.401 C 5.223 26.037 5.978 26.53 6.812 26.844 C 7.609 27.152 8.516 27.364 9.846 27.424 C 11.181 27.485 11.606 27.5 15 27.5 C 18.396 27.5 18.821 27.486 20.154 27.425 C 21.485 27.364 22.394 27.152 23.189 26.844 C 24.022 26.529 24.778 26.037 25.403 25.401 C 26.038 24.777 26.53 24.022 26.845 23.189 C 27.154 22.393 27.366 21.484 27.425 20.154 C 27.486 18.82 27.5 18.395 27.5 15 C 27.5 11.605 27.486 11.179 27.425 9.846 C 27.365 8.516 27.154 7.607 26.845 6.812 C 26.53 5.979 26.038 5.223 25.403 4.599 C 24.779 3.963 24.024 3.471 23.19 3.156 C 22.394 2.847 21.485 2.635 20.155 2.576 C 18.822 2.515 18.396 2.5 15.001 2.5 C 11.606 2.5 11.181 2.514 9.846 2.575\" fill=\"var(--token-3711503b-3d3b-4886-a85c-4293b65e43e7, rgb(255, 255, 255))\"></path></svg>',svgContentId:11128755884},OkCGUS5Od:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 30\"><path d=\"M 10.834 15 C 10.834 12.699 12.699 10.833 15.001 10.833 C 17.302 10.833 19.167 12.699 19.167 15 C 19.167 17.301 17.302 19.167 15.001 19.167 C 12.699 19.167 10.834 17.301 10.834 15 M 8.581 15 C 8.581 18.545 11.455 21.419 15 21.419 C 18.545 21.419 21.419 18.545 21.419 15 C 21.419 11.455 18.545 8.581 15 8.581 C 11.455 8.581 8.581 11.455 8.581 15 M 20.174 8.327 C 20.174 9.156 20.845 9.827 21.674 9.827 C 22.502 9.827 23.174 9.156 23.174 8.327 C 23.174 7.499 22.502 6.827 21.674 6.827 C 20.845 6.827 20.174 7.499 20.174 8.327 M 9.949 25.175 C 8.731 25.119 8.069 24.916 7.629 24.745 C 7.086 24.544 6.595 24.225 6.191 23.81 C 5.775 23.407 5.455 22.916 5.255 22.373 C 5.084 21.933 4.88 21.27 4.825 20.051 C 4.765 18.734 4.753 18.339 4.753 15 C 4.753 11.663 4.765 11.268 4.825 9.949 C 4.881 8.73 5.085 8.069 5.255 7.628 C 5.483 7.044 5.754 6.628 6.19 6.19 C 6.593 5.774 7.084 5.455 7.628 5.255 C 8.069 5.083 8.731 4.88 9.95 4.824 C 11.268 4.764 11.663 4.751 15 4.751 C 18.338 4.751 18.734 4.764 20.053 4.824 C 21.271 4.88 21.933 5.084 22.374 5.255 C 22.958 5.48 23.374 5.753 23.811 6.19 C 24.249 6.628 24.519 7.044 24.746 7.628 C 24.918 8.068 25.121 8.73 25.176 9.949 C 25.238 11.268 25.249 11.661 25.249 15 C 25.249 18.338 25.236 18.733 25.176 20.051 C 25.121 21.27 24.918 21.933 24.746 22.373 C 24.546 22.915 24.226 23.407 23.811 23.81 C 23.374 24.248 22.958 24.518 22.374 24.745 C 21.934 24.916 21.271 25.12 20.053 25.175 C 18.735 25.235 18.339 25.248 15 25.248 C 11.663 25.248 11.268 25.235 9.95 25.175 M 9.846 2.575 C 8.516 2.636 7.607 2.848 6.812 3.156 C 5.979 3.471 5.224 3.963 4.6 4.599 C 3.964 5.222 3.471 5.977 3.157 6.811 C 2.849 7.607 2.637 8.516 2.577 9.846 C 2.512 11.179 2.5 11.605 2.5 15 C 2.5 18.395 2.514 18.821 2.575 20.154 C 2.637 21.484 2.848 22.393 3.156 23.188 C 3.47 24.022 3.962 24.777 4.599 25.401 C 5.223 26.037 5.978 26.53 6.812 26.844 C 7.609 27.152 8.516 27.364 9.846 27.424 C 11.181 27.485 11.606 27.5 15 27.5 C 18.396 27.5 18.821 27.486 20.154 27.425 C 21.485 27.364 22.394 27.152 23.189 26.844 C 24.022 26.529 24.778 26.037 25.403 25.401 C 26.038 24.777 26.53 24.022 26.845 23.189 C 27.154 22.393 27.366 21.484 27.425 20.154 C 27.486 18.82 27.5 18.395 27.5 15 C 27.5 11.605 27.486 11.179 27.425 9.846 C 27.365 8.516 27.154 7.607 26.845 6.812 C 26.53 5.979 26.038 5.223 25.403 4.599 C 24.779 3.963 24.024 3.471 23.19 3.156 C 22.394 2.847 21.485 2.635 20.155 2.576 C 18.822 2.515 18.396 2.5 15.001 2.5 C 11.606 2.5 11.181 2.514 9.846 2.575\" fill=\"var(--token-963ba7ff-1506-4ab8-a9bc-332b05614e66, rgb(9, 9, 11))\"></path></svg>',svgContentId:12657997758}},baseVariant,gestureVariant)})})}),trY33FXhi&&/*#__PURE__*/_jsx(Link,{href:y8RgOX4e9,openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-10t0tc5 framer-30y890\",\"data-framer-name\":\"youtube\",layoutDependency:layoutDependency,layoutId:\"ECiCO50Vc\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-lkw8uw\",\"data-framer-name\":\"youtube\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"eVtB0rHZo\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 30\"><path d=\"M 15.54 23.612 L 10.415 23.52 C 8.758 23.487 7.094 23.552 5.468 23.214 C 2.994 22.709 2.819 20.233 2.635 18.156 C 2.377 15.225 2.486 12.272 2.958 9.367 C 3.226 7.742 4.286 6.772 5.925 6.667 C 11.455 6.284 17.023 6.33 22.541 6.509 C 23.125 6.525 23.711 6.614 24.286 6.716 C 27.124 7.212 27.192 10.019 27.376 12.381 C 27.56 14.769 27.483 17.166 27.131 19.537 C 26.85 21.5 26.313 23.145 24.041 23.304 C 21.196 23.511 18.416 23.679 15.564 23.626 C 15.564 23.614 15.547 23.614 15.539 23.614 Z M 12.528 18.645 L 18.906 14.983 C 16.758 13.754 14.659 12.544 12.528 11.323 Z\" fill=\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\"></path></svg>',svgContentId:10295795107,withExternalLayout:true,...addPropertyOverrides({AJw8hzsFG:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 30\"><path d=\"M 15.54 23.612 L 10.415 23.52 C 8.758 23.487 7.094 23.552 5.468 23.214 C 2.994 22.709 2.819 20.233 2.635 18.156 C 2.377 15.225 2.486 12.272 2.958 9.367 C 3.226 7.742 4.286 6.772 5.925 6.667 C 11.455 6.284 17.023 6.33 22.541 6.509 C 23.125 6.525 23.711 6.614 24.286 6.716 C 27.124 7.212 27.192 10.019 27.376 12.381 C 27.56 14.769 27.483 17.166 27.131 19.537 C 26.85 21.5 26.313 23.145 24.041 23.304 C 21.196 23.511 18.416 23.679 15.564 23.626 C 15.564 23.614 15.547 23.614 15.539 23.614 Z M 12.528 18.645 L 18.906 14.983 C 16.758 13.754 14.659 12.544 12.528 11.323 Z\" fill=\"var(--token-3711503b-3d3b-4886-a85c-4293b65e43e7, rgb(255, 255, 255))\"></path></svg>',svgContentId:8883012962},OkCGUS5Od:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 30\"><path d=\"M 15.54 23.612 L 10.415 23.52 C 8.758 23.487 7.094 23.552 5.468 23.214 C 2.994 22.709 2.819 20.233 2.635 18.156 C 2.377 15.225 2.486 12.272 2.958 9.367 C 3.226 7.742 4.286 6.772 5.925 6.667 C 11.455 6.284 17.023 6.33 22.541 6.509 C 23.125 6.525 23.711 6.614 24.286 6.716 C 27.124 7.212 27.192 10.019 27.376 12.381 C 27.56 14.769 27.483 17.166 27.131 19.537 C 26.85 21.5 26.313 23.145 24.041 23.304 C 21.196 23.511 18.416 23.679 15.564 23.626 C 15.564 23.614 15.547 23.614 15.539 23.614 Z M 12.528 18.645 L 18.906 14.983 C 16.758 13.754 14.659 12.544 12.528 11.323 Z\" fill=\"var(--token-963ba7ff-1506-4ab8-a9bc-332b05614e66, rgb(9, 9, 11))\"></path></svg>',svgContentId:11783880821}},baseVariant,gestureVariant)})})}),QcwsHk51H&&/*#__PURE__*/_jsx(Link,{href:ZkU_mDyC2,openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-30owog framer-30y890\",\"data-framer-name\":\"pinterest\",layoutDependency:layoutDependency,layoutId:\"N68EiUH9v\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-yc2dpm\",\"data-framer-name\":\"pinterest\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"IMowQ7v2v\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 30\"><path d=\"M 2.5 15.001 C 2.565 11.454 3.817 8.49 6.26 6.115 C 8.703 3.74 11.615 2.532 15 2.5 C 18.645 2.565 21.633 3.81 23.96 6.235 C 26.287 8.66 27.468 11.584 27.5 15.001 C 27.435 18.516 26.183 21.472 23.74 23.864 C 21.297 26.256 18.385 27.469 15 27.5 C 13.808 27.497 12.623 27.315 11.485 26.962 C 11.713 26.605 11.94 26.198 12.168 25.742 C 12.428 25.19 12.752 24.148 13.145 22.617 C 13.242 22.195 13.39 21.625 13.585 20.906 C 13.813 21.297 14.202 21.655 14.758 21.981 C 16.223 22.665 17.768 22.6 19.395 21.788 C 21.088 20.809 22.26 19.296 22.91 17.246 C 23.495 15.099 23.423 13.104 22.69 11.266 C 21.958 9.426 20.648 8.1 18.76 7.285 C 16.385 6.603 14.073 6.675 11.828 7.505 C 9.583 8.335 8.02 9.761 7.14 11.779 C 6.918 12.501 6.779 13.246 6.725 14 C 6.675 14.732 6.7 15.447 6.797 16.148 C 6.895 16.848 7.14 17.475 7.53 18.027 C 7.92 18.58 8.442 19.005 9.093 19.297 C 9.255 19.362 9.385 19.362 9.482 19.297 C 9.613 19.233 9.742 18.973 9.873 18.517 C 10.003 18.062 10.052 17.752 10.02 17.59 C 9.959 17.474 9.894 17.359 9.825 17.247 C 9.143 16.14 8.913 14.977 9.143 13.757 C 9.37 12.537 9.875 11.502 10.655 10.657 C 11.817 9.601 13.309 8.98 14.878 8.9 C 16.488 8.802 17.865 9.242 19.003 10.217 C 19.62 10.932 20.02 11.795 20.198 12.805 C 20.376 13.765 20.376 14.75 20.198 15.71 C 20.021 16.626 19.7 17.508 19.245 18.322 C 18.43 19.592 17.47 20.242 16.365 20.275 C 15.715 20.242 15.185 19.99 14.778 19.517 C 14.37 19.045 14.248 18.5 14.413 17.883 C 14.478 17.525 14.673 16.825 14.998 15.782 C 15.323 14.74 15.503 13.96 15.535 13.44 C 15.438 12.202 14.867 11.567 13.825 11.535 C 13.01 11.632 12.41 12 12.018 12.632 C 11.625 13.265 11.415 13.992 11.383 14.805 C 11.48 15.75 11.628 16.4 11.823 16.757 C 11.534 17.926 11.258 19.098 10.993 20.272 C 10.806 20.971 10.627 21.671 10.455 22.372 C 10.163 23.546 10 24.441 9.968 25.059 L 9.968 26.426 C 7.658 25.351 5.833 23.799 4.5 21.764 C 3.167 19.729 2.5 17.474 2.5 15 Z\" fill=\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\"></path></svg>',svgContentId:9495989242,withExternalLayout:true,...addPropertyOverrides({AJw8hzsFG:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 30\"><path d=\"M 2.5 15.001 C 2.565 11.454 3.817 8.49 6.26 6.115 C 8.703 3.74 11.615 2.532 15 2.5 C 18.645 2.565 21.633 3.81 23.96 6.235 C 26.287 8.66 27.468 11.584 27.5 15.001 C 27.435 18.516 26.183 21.472 23.74 23.864 C 21.297 26.256 18.385 27.469 15 27.5 C 13.808 27.497 12.623 27.315 11.485 26.962 C 11.713 26.605 11.94 26.198 12.168 25.742 C 12.428 25.19 12.752 24.148 13.145 22.617 C 13.242 22.195 13.39 21.625 13.585 20.906 C 13.813 21.297 14.202 21.655 14.758 21.981 C 16.223 22.665 17.768 22.6 19.395 21.788 C 21.088 20.809 22.26 19.296 22.91 17.246 C 23.495 15.099 23.423 13.104 22.69 11.266 C 21.958 9.426 20.648 8.1 18.76 7.285 C 16.385 6.603 14.073 6.675 11.828 7.505 C 9.583 8.335 8.02 9.761 7.14 11.779 C 6.918 12.501 6.779 13.246 6.725 14 C 6.675 14.732 6.7 15.447 6.797 16.148 C 6.895 16.848 7.14 17.475 7.53 18.027 C 7.92 18.58 8.442 19.005 9.093 19.297 C 9.255 19.362 9.385 19.362 9.482 19.297 C 9.613 19.233 9.742 18.973 9.873 18.517 C 10.003 18.062 10.052 17.752 10.02 17.59 C 9.959 17.474 9.894 17.359 9.825 17.247 C 9.143 16.14 8.913 14.977 9.143 13.757 C 9.37 12.537 9.875 11.502 10.655 10.657 C 11.817 9.601 13.309 8.98 14.878 8.9 C 16.488 8.802 17.865 9.242 19.003 10.217 C 19.62 10.932 20.02 11.795 20.198 12.805 C 20.376 13.765 20.376 14.75 20.198 15.71 C 20.021 16.626 19.7 17.508 19.245 18.322 C 18.43 19.592 17.47 20.242 16.365 20.275 C 15.715 20.242 15.185 19.99 14.778 19.517 C 14.37 19.045 14.248 18.5 14.413 17.883 C 14.478 17.525 14.673 16.825 14.998 15.782 C 15.323 14.74 15.503 13.96 15.535 13.44 C 15.438 12.202 14.867 11.567 13.825 11.535 C 13.01 11.632 12.41 12 12.018 12.632 C 11.625 13.265 11.415 13.992 11.383 14.805 C 11.48 15.75 11.628 16.4 11.823 16.757 C 11.534 17.926 11.258 19.098 10.993 20.272 C 10.806 20.971 10.627 21.671 10.455 22.372 C 10.163 23.546 10 24.441 9.968 25.059 L 9.968 26.426 C 7.658 25.351 5.833 23.799 4.5 21.764 C 3.167 19.729 2.5 17.474 2.5 15 Z\" fill=\"var(--token-3711503b-3d3b-4886-a85c-4293b65e43e7, rgb(255, 255, 255))\"></path></svg>',svgContentId:9220544566}},baseVariant,gestureVariant)})})}),yFRmefkVv&&/*#__PURE__*/_jsx(Link,{href:V8IAF0AtZ,openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-djkrqf framer-30y890\",\"data-framer-name\":\"tiktok\",layoutDependency:layoutDependency,layoutId:\"xz1i8Joql\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ai2d19\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"NSoEGX0yE\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 30\"><path d=\"M 24.996 12.615 C 24.794 12.635 24.59 12.645 24.386 12.646 C 22.145 12.644 20.057 11.508 18.839 9.628 L 18.839 19.905 C 18.839 24.1 15.463 27.5 11.295 27.5 C 7.127 27.5 3.75 24.1 3.75 19.905 C 3.75 15.71 7.127 12.309 11.295 12.309 C 11.453 12.309 11.606 12.324 11.761 12.334 L 11.761 16.076 C 11.606 16.057 11.454 16.029 11.295 16.029 C 9.168 16.029 7.445 17.765 7.445 19.905 C 7.445 22.046 9.168 23.782 11.295 23.782 C 13.421 23.782 15.3 22.095 15.3 19.954 L 15.337 2.5 L 18.894 2.5 C 19.23 5.711 21.801 8.219 25 8.455 L 25 12.615\" fill=\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\"></path></svg>',svgContentId:10963177272,withExternalLayout:true,...addPropertyOverrides({AJw8hzsFG:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 30\"><path d=\"M 24.996 12.615 C 24.794 12.635 24.59 12.645 24.386 12.646 C 22.145 12.644 20.057 11.508 18.839 9.628 L 18.839 19.905 C 18.839 24.1 15.463 27.5 11.295 27.5 C 7.127 27.5 3.75 24.1 3.75 19.905 C 3.75 15.71 7.127 12.309 11.295 12.309 C 11.453 12.309 11.606 12.324 11.761 12.334 L 11.761 16.076 C 11.606 16.057 11.454 16.029 11.295 16.029 C 9.168 16.029 7.445 17.765 7.445 19.905 C 7.445 22.046 9.168 23.782 11.295 23.782 C 13.421 23.782 15.3 22.095 15.3 19.954 L 15.337 2.5 L 18.894 2.5 C 19.23 5.711 21.801 8.219 25 8.455 L 25 12.615\" fill=\"var(--token-3711503b-3d3b-4886-a85c-4293b65e43e7, rgb(255, 255, 255))\"></path></svg>',svgContentId:12053700350},OkCGUS5Od:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 30\"><path d=\"M 24.996 12.615 C 24.794 12.635 24.59 12.645 24.386 12.646 C 22.145 12.644 20.057 11.508 18.839 9.628 L 18.839 19.905 C 18.839 24.1 15.463 27.5 11.295 27.5 C 7.127 27.5 3.75 24.1 3.75 19.905 C 3.75 15.71 7.127 12.309 11.295 12.309 C 11.453 12.309 11.606 12.324 11.761 12.334 L 11.761 16.076 C 11.606 16.057 11.454 16.029 11.295 16.029 C 9.168 16.029 7.445 17.765 7.445 19.905 C 7.445 22.046 9.168 23.782 11.295 23.782 C 13.421 23.782 15.3 22.095 15.3 19.954 L 15.337 2.5 L 18.894 2.5 C 19.23 5.711 21.801 8.219 25 8.455 L 25 12.615\" fill=\"var(--token-963ba7ff-1506-4ab8-a9bc-332b05614e66, rgb(9, 9, 11))\"></path></svg>',svgContentId:10076415509}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-6IiF1.framer-30y890, .framer-6IiF1 .framer-30y890 { display: block; }\",\".framer-6IiF1.framer-1uzgdcj { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: 30px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-6IiF1 .framer-ms27do, .framer-6IiF1 .framer-mv0ukj, .framer-6IiF1 .framer-1whr2hv, .framer-6IiF1 .framer-142ivfh, .framer-6IiF1 .framer-10t0tc5, .framer-6IiF1 .framer-30owog, .framer-6IiF1 .framer-djkrqf { 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; text-decoration: none; width: min-content; }\",\".framer-6IiF1 .framer-1luwuu3, .framer-6IiF1 .framer-1kxoed, .framer-6IiF1 .framer-17u2rjr, .framer-6IiF1 .framer-1qwzrgu, .framer-6IiF1 .framer-lkw8uw, .framer-6IiF1 .framer-yc2dpm, .framer-6IiF1 .framer-1ai2d19 { flex: none; height: 30px; position: relative; width: 30px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6IiF1.framer-1uzgdcj, .framer-6IiF1 .framer-ms27do, .framer-6IiF1 .framer-mv0ukj, .framer-6IiF1 .framer-1whr2hv, .framer-6IiF1 .framer-142ivfh, .framer-6IiF1 .framer-10t0tc5, .framer-6IiF1 .framer-30owog, .framer-6IiF1 .framer-djkrqf { gap: 0px; } .framer-6IiF1.framer-1uzgdcj > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-6IiF1.framer-1uzgdcj > :first-child, .framer-6IiF1 .framer-ms27do > :first-child, .framer-6IiF1 .framer-mv0ukj > :first-child, .framer-6IiF1 .framer-1whr2hv > :first-child, .framer-6IiF1 .framer-142ivfh > :first-child, .framer-6IiF1 .framer-10t0tc5 > :first-child, .framer-6IiF1 .framer-30owog > :first-child, .framer-6IiF1 .framer-djkrqf > :first-child { margin-left: 0px; } .framer-6IiF1.framer-1uzgdcj > :last-child, .framer-6IiF1 .framer-ms27do > :last-child, .framer-6IiF1 .framer-mv0ukj > :last-child, .framer-6IiF1 .framer-1whr2hv > :last-child, .framer-6IiF1 .framer-142ivfh > :last-child, .framer-6IiF1 .framer-10t0tc5 > :last-child, .framer-6IiF1 .framer-30owog > :last-child, .framer-6IiF1 .framer-djkrqf > :last-child { margin-right: 0px; } .framer-6IiF1 .framer-ms27do > *, .framer-6IiF1 .framer-mv0ukj > *, .framer-6IiF1 .framer-1whr2hv > *, .framer-6IiF1 .framer-142ivfh > *, .framer-6IiF1 .framer-10t0tc5 > *, .framer-6IiF1 .framer-30owog > *, .framer-6IiF1 .framer-djkrqf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 30\n * @framerIntrinsicWidth 300\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"AJw8hzsFG\":{\"layout\":[\"auto\",\"fixed\"]},\"OkCGUS5Od\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"J6qEWLQt_\":\"x\",\"rywJGgpt8\":\"xLink\",\"WQO0pZfgA\":\"facebbok\",\"lJ26eQHPS\":\"facebookLink\",\"BKGDQnqTz\":\"linkedin\",\"TZOqPnIRW\":\"linkedinLink\",\"wmfTEuRMv\":\"instagram\",\"oJjaNLapp\":\"instagramLink\",\"trY33FXhi\":\"youtube\",\"y8RgOX4e9\":\"youtubeLink\",\"QcwsHk51H\":\"pinterest\",\"ZkU_mDyC2\":\"pinterestLink\",\"yFRmefkVv\":\"tiktok\",\"V8IAF0AtZ\":\"tiktokLink\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerXX_yU0s_o=withCSS(Component,css,\"framer-6IiF1\");export default FramerXX_yU0s_o;FramerXX_yU0s_o.displayName=\"Social Icons\";FramerXX_yU0s_o.defaultProps={height:30,width:300};addPropertyControls(FramerXX_yU0s_o,{variant:{options:[\"PHDg_TNks\",\"AJw8hzsFG\",\"OkCGUS5Od\"],optionTitles:[\"Dynamic\",\"Light\",\"Dark\"],title:\"Variant\",type:ControlType.Enum},J6qEWLQt_:{defaultValue:true,title:\"X\",type:ControlType.Boolean},rywJGgpt8:{description:\"\",title:\"X Link\",type:ControlType.Link},WQO0pZfgA:{defaultValue:true,title:\"Facebbok\",type:ControlType.Boolean},lJ26eQHPS:{description:\"\",title:\"Facebook Link\",type:ControlType.Link},BKGDQnqTz:{defaultValue:true,title:\"Linkedin\",type:ControlType.Boolean},TZOqPnIRW:{description:\"\",title:\"Linkedin Link\",type:ControlType.Link},wmfTEuRMv:{defaultValue:true,title:\"Instagram\",type:ControlType.Boolean},oJjaNLapp:{title:\"Instagram Link\",type:ControlType.Link},trY33FXhi:{defaultValue:true,title:\"Youtube\",type:ControlType.Boolean},y8RgOX4e9:{title:\"Youtube Link\",type:ControlType.Link},QcwsHk51H:{defaultValue:true,title:\"Pinterest\",type:ControlType.Boolean},ZkU_mDyC2:{title:\"Pinterest Link\",type:ControlType.Link},yFRmefkVv:{defaultValue:true,title:\"Tiktok\",type:ControlType.Boolean},V8IAF0AtZ:{title:\"Tiktok Link\",type:ControlType.Link}});addFonts(FramerXX_yU0s_o,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXX_yU0s_o\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"AJw8hzsFG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"OkCGUS5Od\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"30\",\"framerVariables\":\"{\\\"J6qEWLQt_\\\":\\\"x\\\",\\\"rywJGgpt8\\\":\\\"xLink\\\",\\\"WQO0pZfgA\\\":\\\"facebbok\\\",\\\"lJ26eQHPS\\\":\\\"facebookLink\\\",\\\"BKGDQnqTz\\\":\\\"linkedin\\\",\\\"TZOqPnIRW\\\":\\\"linkedinLink\\\",\\\"wmfTEuRMv\\\":\\\"instagram\\\",\\\"oJjaNLapp\\\":\\\"instagramLink\\\",\\\"trY33FXhi\\\":\\\"youtube\\\",\\\"y8RgOX4e9\\\":\\\"youtubeLink\\\",\\\"QcwsHk51H\\\":\\\"pinterest\\\",\\\"ZkU_mDyC2\\\":\\\"pinterestLink\\\",\\\"yFRmefkVv\\\":\\\"tiktok\\\",\\\"V8IAF0AtZ\\\":\\\"tiktokLink\\\"}\",\"framerIntrinsicWidth\":\"300\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./XX_yU0s_o.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-layt7\",\"data-styles-preset\":\"zNGvTgGNP\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11)))\"},children:\"Allgemeines Popup mit Launcher\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-layt7\",\"data-styles-preset\":\"zNGvTgGNP\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11)))\"},children:\"Rufen Sie uns an\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE5ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"PP Neue Montreal Medium\", \"PP Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11)))\"},children:\"Diese Website verwendet Cookies\"})});export const v3=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1a4pejm\",\"data-styles-preset\":\"QyREeK18P\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd54a91d-2c97-4609-acbc-244da5b6b983, rgb(113, 113, 122)))\"},children:\"Das Erstellen von Popups war dank der Pixkit-Vorlage noch nie so einfach.\"})});export const v4=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-8jcpn8\",\"data-styles-preset\":\"bJ1rRYZ7N\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd54a91d-2c97-4609-acbc-244da5b6b983, rgb(113, 113, 122)))\"},children:\"Verf\\xfcgbar von 9 bis 20 Uhr, Montag bis Freitag.\"})});export const v5=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE5ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"PP Neue Montreal Medium\", \"PP Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd54a91d-2c97-4609-acbc-244da5b6b983, rgb(113, 113, 122)))\"},children:\"Cookies erm\\xf6glichen es uns, Inhalte und Anzeigen zu personalisieren, soziale Funktionen bereitzustellen und unseren Traffic zu analysieren.\"})});export const v6=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-layt7\",\"data-styles-preset\":\"zNGvTgGNP\",children:\"Rufen Sie uns an\"})});export const v7=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-layt7\",\"data-styles-preset\":\"zNGvTgGNP\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11)))\"},children:\"Senden Sie uns eine Nachricht\"})});export const v8=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1a4pejm\",\"data-styles-preset\":\"QyREeK18P\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd54a91d-2c97-4609-acbc-244da5b6b983, rgb(113, 113, 122)))\"},children:\"Verf\\xfcgbar von 9 bis 20 Uhr, Montag bis Freitag.\"})});export const v9=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-8jcpn8\",\"data-styles-preset\":\"bJ1rRYZ7N\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd54a91d-2c97-4609-acbc-244da5b6b983, rgb(113, 113, 122)))\"},children:\"Sende deine Nachricht jederzeit, wann du willst.\"})});export const v10=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-layt7\",\"data-styles-preset\":\"zNGvTgGNP\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11)))\"},children:\"Haben Sie Fragen zum Vorverkauf?\"})});export const v11=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-8jcpn8\",\"data-styles-preset\":\"bJ1rRYZ7N\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd54a91d-2c97-4609-acbc-244da5b6b983, rgb(113, 113, 122)))\"},children:\"Kontaktieren Sie unser Team, wenn Sie Fragen haben\"})});export const v12=\"Titel 1\";export const v13=\"Titel 2\";export const v14=\"Titel 3\";export const v15=\"Titel 4\";export const v16=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-8jcpn8\",\"data-styles-preset\":\"bJ1rRYZ7N\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd54a91d-2c97-4609-acbc-244da5b6b983, rgb(113, 113, 122)))\"},children:\"Folge uns auf\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v14\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v15\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v16\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (8ebf084)\nimport*as localizedValues from\"./dro2LPHjk-0.js\";const valuesByLocaleId={dbNdzaRF0:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (3f9fff0)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Image,optimizeAppear,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"X_fIhX6RP\",\"ibolVJ68J\"];const serializationHash=\"framer-jS38k\";const variantClassNames={ibolVJ68J:\"framer-v-jwf7ql\",X_fIhX6RP:\"framer-v-o7goyr\"};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:.3,ease:[.12,.23,.5,1],type:\"tween\"};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 transition2={damping:25,delay:.5,mass:1,stiffness:400,type:\"spring\"};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:-10,rotateX:0,rotateY:0,scale:.6,skewX:0,skewY:0,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.6,skewX:0,skewY:0,x:0,y:0};const transition3={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:0};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;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 humanReadableVariantMap={\"Launcher [Image]\":\"X_fIhX6RP\",\"Launcher [open]\":\"ibolVJ68J\"};const getProps=({background,border,closeColor,height,id,image,radius,shadow,tap,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_humanReadableVariantMap_props_variant,_ref5,_ref6;return{...props,cHGeWpvCp:tap!==null&&tap!==void 0?tap:props.cHGeWpvCp,IAvQoq0y5:(_ref=background!==null&&background!==void 0?background:props.IAvQoq0y5)!==null&&_ref!==void 0?_ref:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",ma4jBYiSz:(_ref1=closeColor!==null&&closeColor!==void 0?closeColor:props.ma4jBYiSz)!==null&&_ref1!==void 0?_ref1:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",nFdTYNPfB:(_ref2=radius!==null&&radius!==void 0?radius:props.nFdTYNPfB)!==null&&_ref2!==void 0?_ref2:100,Q7uCTJOjq:(_ref3=shadow!==null&&shadow!==void 0?shadow:props.Q7uCTJOjq)!==null&&_ref3!==void 0?_ref3:[{blur:5,color:\"rgba(0, 0, 0, 0.15)\",diffusion:.25,focus:.5,inset:false,spread:0,type:\"realistic\",x:0,y:10}],uWK1hWUxe:(_ref4=image!==null&&image!==void 0?image:props.uWK1hWUxe)!==null&&_ref4!==void 0?_ref4:{src:\"https://framerusercontent.com/images/5XFp7vuYPkfemUB5wuzNmkgZbns.png\"},variant:(_ref5=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref5!==void 0?_ref5:\"X_fIhX6RP\",VPetzHj2K:(_ref6=border!==null&&border!==void 0?border:props.VPetzHj2K)!==null&&_ref6!==void 0?_ref6:{borderColor:'var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231)) /* {\"name\":\"Gray 200 [Dynamic]\"} */',borderStyle:\"solid\",borderWidth:1}};};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,uWK1hWUxe,IAvQoq0y5,nFdTYNPfB,VPetzHj2K,Q7uCTJOjq,cHGeWpvCp,ma4jBYiSz,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"X_fIhX6RP\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1v2mft1=activeVariantCallback(async(...args)=>{if(cHGeWpvCp){const res=await cHGeWpvCp(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"ibolVJ68J\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _VPetzHj2K_borderBottomWidth,_VPetzHj2K_borderLeftWidth,_VPetzHj2K_borderRightWidth,_VPetzHj2K_borderTopWidth;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(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-o7goyr\",className,classNames),\"data-framer-name\":\"Launcher [Image]\",layoutDependency:layoutDependency,layoutId:\"X_fIhX6RP\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({ibolVJ68J:{\"data-framer-name\":\"Launcher [open]\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"gwmldf\",animation,\"o7goyr\"),className:\"framer-gwmldf\",\"data-border\":true,\"data-framer-appear-id\":\"gwmldf\",\"data-framer-name\":\"Launcher\",\"data-highlight\":true,initial:optimizeAppear(\"initial\",\"gwmldf\",animation1,\"o7goyr\"),layoutDependency:layoutDependency,layoutId:\"SwJqHQZOf\",onTap:onTap1v2mft1,style:{\"--1cisxjm\":Q7uCTJOjq,\"--border-bottom-width\":`${(_VPetzHj2K_borderBottomWidth=VPetzHj2K.borderBottomWidth)!==null&&_VPetzHj2K_borderBottomWidth!==void 0?_VPetzHj2K_borderBottomWidth:VPetzHj2K.borderWidth}px`,\"--border-color\":VPetzHj2K.borderColor,\"--border-left-width\":`${(_VPetzHj2K_borderLeftWidth=VPetzHj2K.borderLeftWidth)!==null&&_VPetzHj2K_borderLeftWidth!==void 0?_VPetzHj2K_borderLeftWidth:VPetzHj2K.borderWidth}px`,\"--border-right-width\":`${(_VPetzHj2K_borderRightWidth=VPetzHj2K.borderRightWidth)!==null&&_VPetzHj2K_borderRightWidth!==void 0?_VPetzHj2K_borderRightWidth:VPetzHj2K.borderWidth}px`,\"--border-style\":VPetzHj2K.borderStyle,\"--border-top-width\":`${(_VPetzHj2K_borderTopWidth=VPetzHj2K.borderTopWidth)!==null&&_VPetzHj2K_borderTopWidth!==void 0?_VPetzHj2K_borderTopWidth:VPetzHj2K.borderWidth}px`,backgroundColor:IAvQoq0y5,borderBottomLeftRadius:radiusForCorner(nFdTYNPfB,3),borderBottomRightRadius:radiusForCorner(nFdTYNPfB,2),borderTopLeftRadius:radiusForCorner(nFdTYNPfB,0),borderTopRightRadius:radiusForCorner(nFdTYNPfB,1),boxShadow:\"var(--1cisxjm)\"},...addPropertyOverrides({ibolVJ68J:{\"data-framer-appear-id\":\"1rnmlk7\",animate:optimizeAppear(\"animate\",\"1rnmlk7\",animation,\"jwf7ql\"),initial:optimizeAppear(\"initial\",\"1rnmlk7\",animation2,\"jwf7ql\")}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:0,animate:optimizeAppear(\"animate\",\"mqf58j\",animation3,\"o7goyr\"),className:\"framer-mqf58j-container\",\"data-framer-appear-id\":\"mqf58j\",initial:optimizeAppear(\"initial\",\"mqf58j\",animation4,\"o7goyr\"),layoutDependency:layoutDependency,layoutId:\"SwJqHQZOfYb1DmC5IF-container\",style:{opacity:0},variants:{ibolVJ68J:{opacity:1}},...addPropertyOverrides({ibolVJ68J:{__targetOpacity:1,\"data-framer-appear-id\":\"1cqtuya\",animate:optimizeAppear(\"animate\",\"1cqtuya\",animation5,\"jwf7ql\"),initial:optimizeAppear(\"initial\",\"1cqtuya\",animation4,\"jwf7ql\")}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-963ba7ff-1506-4ab8-a9bc-332b05614e66, rgb(9, 9, 11))\",height:\"100%\",iconSearch:\"X\",iconSelection:\"House\",id:\"SwJqHQZOfYb1DmC5IF\",layoutId:\"SwJqHQZOfYb1DmC5IF\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\",...addPropertyOverrides({ibolVJ68J:{color:ma4jBYiSz}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:120,pixelWidth:120,sizes:\"30px\",...toResponsiveImage(uWK1hWUxe)},className:\"framer-hl95cb\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"uU3ATIB5O\",style:{opacity:1,rotate:0,scale:1},transformTemplate:transformTemplate1,variants:{ibolVJ68J:{opacity:0,rotate:-15,scale:1.25}}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-jS38k.framer-18xvwd8, .framer-jS38k .framer-18xvwd8 { display: block; }\",\".framer-jS38k.framer-o7goyr { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 5px; position: relative; width: min-content; }\",\".framer-jS38k .framer-gwmldf { 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, 50px); justify-content: center; padding: 0px; position: relative; width: 50px; }\",\".framer-jS38k .framer-mqf58j-container { flex: none; height: 26px; position: relative; width: 24px; z-index: 1; }\",\".framer-jS38k .framer-hl95cb { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); left: 50%; overflow: visible; position: absolute; top: 50%; width: 30px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jS38k.framer-o7goyr, .framer-jS38k .framer-gwmldf { gap: 0px; } .framer-jS38k.framer-o7goyr > *, .framer-jS38k .framer-gwmldf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-jS38k.framer-o7goyr > :first-child, .framer-jS38k .framer-gwmldf > :first-child { margin-left: 0px; } .framer-jS38k.framer-o7goyr > :last-child, .framer-jS38k .framer-gwmldf > :last-child { margin-right: 0px; } }\",\".framer-jS38k.framer-v-jwf7ql .framer-gwmldf { z-index: 10; }\",'.framer-jS38k[data-border=\"true\"]::after, .framer-jS38k [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 60\n * @framerIntrinsicWidth 60\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"ibolVJ68J\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"uWK1hWUxe\":\"image\",\"IAvQoq0y5\":\"background\",\"nFdTYNPfB\":\"radius\",\"VPetzHj2K\":\"border\",\"Q7uCTJOjq\":\"shadow\",\"cHGeWpvCp\":\"tap\",\"ma4jBYiSz\":\"closeColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerzP_TzYPgb=withCSS(Component,css,\"framer-jS38k\");export default FramerzP_TzYPgb;FramerzP_TzYPgb.displayName=\"Launcher\";FramerzP_TzYPgb.defaultProps={height:60,width:60};addPropertyControls(FramerzP_TzYPgb,{variant:{options:[\"X_fIhX6RP\",\"ibolVJ68J\"],optionTitles:[\"Launcher [Image]\",\"Launcher [open]\"],title:\"Variant\",type:ControlType.Enum},uWK1hWUxe:{__defaultAssetReference:\"data:framer/asset-reference,5XFp7vuYPkfemUB5wuzNmkgZbns.png?originalFilename=popup-wave-emoji-1.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},IAvQoq0y5:{defaultValue:'var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255)) /* {\"name\":\"White/Gray 950 [Dynamic]\"} */',title:\"Background\",type:ControlType.Color},nFdTYNPfB:{defaultValue:100,title:\"Radius\",type:ControlType.Number},VPetzHj2K:{defaultValue:{borderColor:'var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231)) /* {\"name\":\"Gray 200 [Dynamic]\"} */',borderStyle:\"solid\",borderWidth:1},title:\"Border\",type:ControlType.Border},Q7uCTJOjq:{defaultValue:[{blur:5,color:\"rgba(0, 0, 0, 0.15)\",diffusion:.25,focus:.5,inset:false,spread:0,type:\"realistic\",x:0,y:10}],title:\"Shadow\",type:ControlType.BoxShadow},cHGeWpvCp:{title:\"Tap\",type:ControlType.EventHandler},ma4jBYiSz:{defaultValue:'var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11)) /* {\"name\":\"Gray 950 [Dynamic]\"} */',title:\"Close Color\",type:ControlType.Color}});addFonts(FramerzP_TzYPgb,[{explicitInter:true,fonts:[]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzP_TzYPgb\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"60\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"60\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ibolVJ68J\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"uWK1hWUxe\\\":\\\"image\\\",\\\"IAvQoq0y5\\\":\\\"background\\\",\\\"nFdTYNPfB\\\":\\\"radius\\\",\\\"VPetzHj2K\\\":\\\"border\\\",\\\"Q7uCTJOjq\\\":\\\"shadow\\\",\\\"cHGeWpvCp\\\":\\\"tap\\\",\\\"ma4jBYiSz\\\":\\\"closeColor\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./zP_TzYPgb.map", "// Generated by Framer (8ebf084)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,Image,Link,ResolveLinks,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/B2gXs4YseJFzfohW6X0z/ZL7mYCZNGiOWHVvZi3yA/bJ1rRYZ7N.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/ES5Ot1NmSJb5vZrOOhn0/t7PKyjNU6ZyuEoFhKF7E/QyREeK18P.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/1qRY043b5a47wxeAeS51/L1G16l8ImOYHxf9VT52t/zNGvTgGNP.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/8FAtUhSIGxxCWTbORqaH/toDaPk7XFR8eiE8jyunM/dro2LPHjk.js\";import CirclesGroup from\"https://framerusercontent.com/modules/jeLcHpmvP469TZcxiIfw/TPW02zZqf1lcXwTzV3c5/Hn5DNfFAa.js\";import Button from\"https://framerusercontent.com/modules/jXtXGb7BqWTinNTZRJeZ/JVZ305J3b3MlB0HxGQ53/LNCJ8JrMb.js\";import Logo from\"https://framerusercontent.com/modules/1wyY1f9ykECc08BuRmu0/uxdkJlt8XAQ5DDhYsS4u/W4JrbG6G8.js\";import SocialIcons from\"https://framerusercontent.com/modules/17R0J8hhPcUvUE7Q8pvI/KbfNQnFk07DDdge5EDVd/XX_yU0s_o.js\";import Launcher from\"https://framerusercontent.com/modules/ux5s2xFXc7V6xBaevt8A/iv3SEUmYaY2yhNbU7klP/zP_TzYPgb.js\";const LauncherFonts=getFonts(Launcher);const LogoFonts=getFonts(Logo);const ButtonFonts=getFonts(Button);const CirclesGroupFonts=getFonts(CirclesGroup);const SocialIconsFonts=getFonts(SocialIcons);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"VwllTLMcw\",\"pprh0TU3J\",\"E7Tm55S90\",\"EFkxtnAj_\"];const serializationHash=\"framer-lf8Cb\";const variantClassNames={E7Tm55S90:\"framer-v-1dbovca\",EFkxtnAj_:\"framer-v-6ud154\",pprh0TU3J:\"framer-v-e5pfff\",VwllTLMcw:\"framer-v-c6d105\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.2,skewX:0,skewY:0,transition:transition1};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition1,x:0,y:10};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:10};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Call Links\":\"pprh0TU3J\",\"Social Buttons\":\"EFkxtnAj_\",Cookie:\"E7Tm55S90\",General:\"VwllTLMcw\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"VwllTLMcw\"};};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,qj_t6huksb58S1Q9jp,EhmQ5pRy9b58S1Q9jp,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"VwllTLMcw\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const cHGeWpvCptxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const ref2=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"EFkxtnAj_\")return false;return true;};const isDisplayed1=()=>{if([\"pprh0TU3J\",\"E7Tm55S90\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"E7Tm55S90\")return false;return true;};const router=useRouter();const isDisplayed3=()=>{if(baseVariant===\"pprh0TU3J\")return true;return false;};const isDisplayed4=()=>{if([\"pprh0TU3J\",\"E7Tm55S90\",\"EFkxtnAj_\"].includes(baseVariant))return false;return true;};const isDisplayed5=()=>{if(baseVariant===\"EFkxtnAj_\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-c6d105\",className,classNames),\"data-framer-name\":\"General\",layoutDependency:layoutDependency,layoutId:\"VwllTLMcw\",ref:refBinding,style:{backgroundColor:\"rgba(255, 255, 255, 0)\",...style},...addPropertyOverrides({E7Tm55S90:{\"data-framer-name\":\"Cookie\"},EFkxtnAj_:{\"data-framer-name\":\"Social Buttons\"},pprh0TU3J:{\"data-framer-name\":\"Call Links\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-60)/2),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-z44ucq-container\",id:`${layoutId}-z44ucq`,layoutDependency:layoutDependency,layoutId:\"cVdYGtqvi-container\",nodeId:\"cVdYGtqvi\",ref:ref1,rendersWithMotion:true,scopeId:\"dro2LPHjk\",whileHover:animation,children:[/*#__PURE__*/_jsx(Launcher,{cHGeWpvCp:cHGeWpvCptxyyif({overlay}),height:\"100%\",IAvQoq0y5:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",id:\"cVdYGtqvi\",layoutId:\"cVdYGtqvi\",ma4jBYiSz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",nFdTYNPfB:100,Q7uCTJOjq:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.11), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.1), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.04)\",variant:overlay.visible?\"ibolVJ68J\":\"X_fIhX6RP\",VPetzHj2K:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},width:\"100%\",...addPropertyOverrides({E7Tm55S90:{uWK1hWUxe:addImageAlt({pixelHeight:180,pixelWidth:174,src:\"https://framerusercontent.com/images/OPJDn7HftNNuzLN2Ge8Ckp0opqw.png\"},\"\")},EFkxtnAj_:{IAvQoq0y5:\"var(--token-963ba7ff-1506-4ab8-a9bc-332b05614e66, rgb(9, 9, 11))\",ma4jBYiSz:\"var(--token-3711503b-3d3b-4886-a85c-4293b65e43e7, rgb(255, 255, 255))\",uWK1hWUxe:addImageAlt({pixelHeight:128,pixelWidth:128,src:\"https://framerusercontent.com/images/fmL2ZGeDEMzHQbxEmuaLvsqMVKg.png\"},\"\"),VPetzHj2K:{borderColor:\"var(--token-44ba4d15-de95-4ba6-998e-92f0bf192c5f, rgb(63, 63, 70))\",borderStyle:\"solid\",borderWidth:1}},pprh0TU3J:{IAvQoq0y5:\"var(--token-507185eb-89a3-4185-a6e0-ad13e3c47e1c, rgb(72, 216, 125))\",ma4jBYiSz:\"var(--token-3711503b-3d3b-4886-a85c-4293b65e43e7, rgb(255, 255, 255))\",uWK1hWUxe:addImageAlt({pixelHeight:128,pixelWidth:128,src:\"https://framerusercontent.com/images/YQ4euyeSqXxIJm99xQGGCBYWYpg.png\"},\"\"),VPetzHj2K:{borderColor:\"var(--token-507185eb-89a3-4185-a6e0-ad13e3c47e1c, rgb(72, 216, 125))\",borderStyle:\"solid\",borderWidth:1}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"end\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-z44ucq`,offsetX:-2970173954963684e-20,offsetY:-10.000021183863282,onDismiss:overlay.hide,placement:\"top\",safeArea:false,zIndex:11,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,className:\"framer-bgp0yf\",exit:animation1,initial:animation3,layoutDependency:layoutDependency,layoutId:\"CntMLfR5p\",ref:ref2,role:\"dialog\",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\",backgroundColor:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 5px 25px 0px rgba(0, 0, 0, 0.05)\"},variants:{E7Tm55S90:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},EFkxtnAj_:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",boxShadow:\"none\"},pprh0TU3J:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"}},...addPropertyOverrides({E7Tm55S90:{\"data-border\":true},pprh0TU3J:{\"data-border\":true}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1u5klkh\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"ZgmUPVDFn\",style:{backgroundColor:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\"},children:[isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-p7lyls-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"nRKvr12sz-container\",nodeId:\"nRKvr12sz\",rendersWithMotion:true,scopeId:\"dro2LPHjk\",children:/*#__PURE__*/_jsx(Logo,{height:\"100%\",id:\"nRKvr12sz\",layoutId:\"nRKvr12sz\",variant:\"XgBIHPUqi\",width:\"100%\",wJOYtHzul:false,yBg5svSnw:\"lk7ooqA4_\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:qj_t6huksb58S1Q9jp,motionChild:true,nodeId:\"U8XMRYWYZ\",openInNewTab:EhmQ5pRy9b58S1Q9jp,scopeId:\"dro2LPHjk\",smoothScroll:true,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",pixelHeight:450,pixelWidth:720,sizes:\"310px\",src:\"https://framerusercontent.com/images/eUZ7dpi1GSCR3eViLkXxhZLDGyg.png\",srcSet:\"https://framerusercontent.com/images/eUZ7dpi1GSCR3eViLkXxhZLDGyg.png?scale-down-to=512 512w,https://framerusercontent.com/images/eUZ7dpi1GSCR3eViLkXxhZLDGyg.png 720w\"},className:\"framer-1px9288 framer-1974l6s\",\"data-border\":true,\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"U8XMRYWYZ\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nl38z9\",\"data-framer-name\":\"CTA\",layoutDependency:layoutDependency,layoutId:\"I99O05XtH\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-layt7\",\"data-styles-preset\":\"zNGvTgGNP\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11)))\"},children:\"General Popup with Launcher\"})}),className:\"framer-1s11m6s\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OeWhf1YYV\",style:{\"--extracted-r6o4lv\":\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({E7Tm55S90:{children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE5ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"PP Neue Montreal Medium\", \"PP Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11)))\"},children:\"This website uses cookies\"})}),fonts:[\"CUSTOM;PP Neue Montreal Medium\"]},pprh0TU3J:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-layt7\",\"data-styles-preset\":\"zNGvTgGNP\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11)))\"},children:\"Give us a call\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1a4pejm\",\"data-styles-preset\":\"QyREeK18P\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd54a91d-2c97-4609-acbc-244da5b6b983, rgb(113, 113, 122)))\"},children:\"Creating popups has never been easier thanks to pixkit template.\"})}),className:\"framer-y4zyev\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"MrcY7rgnq\",style:{\"--extracted-r6o4lv\":\"var(--token-fd54a91d-2c97-4609-acbc-244da5b6b983, rgb(113, 113, 122))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({E7Tm55S90:{children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1BQIE5ldWUgTW9udHJlYWwgTWVkaXVt\",\"--framer-font-family\":'\"PP Neue Montreal Medium\", \"PP Neue Montreal Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd54a91d-2c97-4609-acbc-244da5b6b983, rgb(113, 113, 122)))\"},children:\"Cookies allow us to personalize content and ads, provide social related features, and analyze our traffic.\"})}),fonts:[\"CUSTOM;PP Neue Montreal Medium\"]},pprh0TU3J:{children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-8jcpn8\",\"data-styles-preset\":\"bJ1rRYZ7N\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd54a91d-2c97-4609-acbc-244da5b6b983, rgb(113, 113, 122)))\"},children:\"Available from 9am to 8pm, Monday to Friday.\"})})}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-ufpa52\",layoutDependency:layoutDependency,layoutId:\"rGA8BSSG3\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"C7ZIaMgkL\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({pprh0TU3J:{width:\"310px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-q2myqf-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Aw0WWrP7E-container\",nodeId:\"Aw0WWrP7E\",rendersWithMotion:true,scopeId:\"dro2LPHjk\",children:/*#__PURE__*/_jsx(Button,{ApWhoO21o:{borderColor:\"var(--token-408e9ffb-f435-48c7-a9ff-2c04fe742fc2, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:0},ey7w8muFX:false,height:\"100%\",id:\"Aw0WWrP7E\",layoutId:\"Aw0WWrP7E\",oV7zrnzuy:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",SZQpZ3lk2:50,U1Kbkgydv:resolvedLinks[0],variant:\"Nw_OMPtNd\",VkxZQkMEC:\"\",width:\"100%\",WM2TpCryl:true,...addPropertyOverrides({pprh0TU3J:{style:{width:\"100%\"},SZQpZ3lk2:10,U1Kbkgydv:\"tel:+1800625412\",variant:\"rt1NrdlKK\"}},baseVariant,gestureVariant)})})})})})]})]}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h6s3ot\",layoutDependency:layoutDependency,layoutId:\"EieeDQQyU\",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\",backgroundColor:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\"},variants:{pprh0TU3J:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"}},...addPropertyOverrides({pprh0TU3J:{\"data-border\":true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fgew0b\",layoutDependency:layoutDependency,layoutId:\"uJYXCCbBt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-layt7\",\"data-styles-preset\":\"zNGvTgGNP\",children:\"Give us a call\"})}),className:\"framer-3oo8zb\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"CqcdNPhC8\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{pprh0TU3J:{\"--extracted-r6o4lv\":\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({pprh0TU3J:{children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-layt7\",\"data-styles-preset\":\"zNGvTgGNP\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11)))\"},children:\"Send us a message\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1a4pejm\",\"data-styles-preset\":\"QyREeK18P\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd54a91d-2c97-4609-acbc-244da5b6b983, rgb(113, 113, 122)))\"},children:\"Available from 9am to 8pm, Monday to Friday.\"})}),className:\"framer-brmn56\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"AnYV0QSPC\",style:{\"--extracted-r6o4lv\":\"var(--token-fd54a91d-2c97-4609-acbc-244da5b6b983, rgb(113, 113, 122))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({pprh0TU3J:{children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-8jcpn8\",\"data-styles-preset\":\"bJ1rRYZ7N\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd54a91d-2c97-4609-acbc-244da5b6b983, rgb(113, 113, 122)))\"},children:\"Send your message any time you want.\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1t7lxqi\",layoutDependency:layoutDependency,layoutId:\"IXCqT8aoX\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({pprh0TU3J:{width:\"310px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-123xkmp-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"wPEdRRjpU-container\",nodeId:\"wPEdRRjpU\",rendersWithMotion:true,scopeId:\"dro2LPHjk\",children:/*#__PURE__*/_jsx(Button,{ApWhoO21o:{borderColor:\"var(--token-408e9ffb-f435-48c7-a9ff-2c04fe742fc2, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:0},ey7w8muFX:false,height:\"100%\",id:\"wPEdRRjpU\",layoutId:\"wPEdRRjpU\",oV7zrnzuy:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",style:{width:\"100%\"},SZQpZ3lk2:10,U1Kbkgydv:\"tel:+1800625412\",variant:\"Nw_OMPtNd\",VkxZQkMEC:\"\",width:\"100%\",WM2TpCryl:true,...addPropertyOverrides({pprh0TU3J:{oV7zrnzuy:\"var(--token-507185eb-89a3-4185-a6e0-ad13e3c47e1c, rgb(72, 216, 125))\",variant:\"rt1NrdlKK\"}},baseVariant,gestureVariant)})})})})]})}),isDisplayed4()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-m8z1lb\",\"data-border\":true,\"data-framer-name\":\"Circles\",layoutDependency:layoutDependency,layoutId:\"noTWyf1HF\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-bebb5c17-844d-419e-ab0e-ada0b43a4350, rgb(250, 250, 250))\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-layt7\",\"data-styles-preset\":\"zNGvTgGNP\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11)))\"},children:\"Do you have presale questions?\"})}),className:\"framer-6sbte9\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"oZK73raCp\",style:{\"--extracted-r6o4lv\":\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-8jcpn8\",\"data-styles-preset\":\"bJ1rRYZ7N\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd54a91d-2c97-4609-acbc-244da5b6b983, rgb(113, 113, 122)))\"},children:\"Contact our team if you have any question\"})}),className:\"framer-1060352\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"p7W3wuCph\",style:{\"--extracted-r6o4lv\":\"var(--token-fd54a91d-2c97-4609-acbc-244da5b6b983, rgb(113, 113, 122))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lk5dud\",layoutDependency:layoutDependency,layoutId:\"ikfTfVPvx\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pwskJoXeN\"},implicitPathVariables:undefined},{href:{webPageId:\"pwskJoXeN\"},implicitPathVariables:undefined},{href:{webPageId:\"pwskJoXeN\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1b2csem-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"SnYQO3Rwc-container\",nodeId:\"SnYQO3Rwc\",rendersWithMotion:true,scopeId:\"dro2LPHjk\",children:/*#__PURE__*/_jsx(CirclesGroup,{BHGWnuF4u:resolvedLinks1[2],Gdl3jCBCk:resolvedLinks1[0],height:\"100%\",HlnWfkEXS:\"var(--token-963ba7ff-1506-4ab8-a9bc-332b05614e66, rgb(9, 9, 11))\",id:\"SnYQO3Rwc\",IknSmbS18:getLocalizedValue(\"v14\",activeLocale)??\"Title 3\",JdwXhoMWd:getLocalizedValue(\"v13\",activeLocale)??\"Title 2\",JvOTbLiLm:getLocalizedValue(\"v12\",activeLocale)??\"Title 1\",layoutId:\"SnYQO3Rwc\",lMrUFNx8v:{borderColor:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",borderStyle:\"solid\",borderWidth:2},LRHXmlqJT:\"var(--token-3711503b-3d3b-4886-a85c-4293b65e43e7, rgb(255, 255, 255))\",NUQsyqqbm:resolvedLinks1[1],variant:\"yAhJpWXyT\",width:\"100%\",xWZ6T3aGg:getLocalizedValue(\"v15\",activeLocale)??\"Title 4\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-160b49z-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"fDzFZSGD7-container\",nodeId:\"fDzFZSGD7\",rendersWithMotion:true,scopeId:\"dro2LPHjk\",children:/*#__PURE__*/_jsx(Button,{ApWhoO21o:{borderColor:\"var(--token-408e9ffb-f435-48c7-a9ff-2c04fe742fc2, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:0},ey7w8muFX:false,height:\"100%\",id:\"fDzFZSGD7\",layoutId:\"fDzFZSGD7\",oV7zrnzuy:\"rgba(9, 9, 11, 0)\",SZQpZ3lk2:50,U1Kbkgydv:\"https://pixfort.com/\",variant:\"dFbyw6SJY\",VkxZQkMEC:\"\",width:\"100%\",WM2TpCryl:true})})})]})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-w7z3fq\",\"data-framer-name\":\"Social\",layoutDependency:layoutDependency,layoutId:\"gitrZmmEZ\",style:{backgroundColor:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v16\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-8jcpn8\",\"data-styles-preset\":\"bJ1rRYZ7N\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd54a91d-2c97-4609-acbc-244da5b6b983, rgb(113, 113, 122)))\"},children:\"Follow us on\"})}),className:\"framer-1jujnui\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"kpudNb8oK\",style:{\"--extracted-r6o4lv\":\"var(--token-fd54a91d-2c97-4609-acbc-244da5b6b983, rgb(113, 113, 122))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1fu7htc-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"sJK42KcNc-container\",nodeId:\"sJK42KcNc\",rendersWithMotion:true,scopeId:\"dro2LPHjk\",children:/*#__PURE__*/_jsx(SocialIcons,{BKGDQnqTz:false,height:\"100%\",id:\"sJK42KcNc\",J6qEWLQt_:true,layoutId:\"sJK42KcNc\",lJ26eQHPS:\"https://www.facebook.com/pixfort\",oJjaNLapp:\"https://www.instagram.com/pixfort/\",QcwsHk51H:false,rywJGgpt8:\"https://x.com/pixfort\",trY33FXhi:true,variant:\"PHDg_TNks\",width:\"100%\",wmfTEuRMv:true,WQO0pZfgA:true,y8RgOX4e9:\"https://www.youtube.com/pixfort\",yFRmefkVv:false})})})]}),isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-lmjn5d-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Jpiyn8wpE-container\",nodeId:\"Jpiyn8wpE\",rendersWithMotion:true,scopeId:\"dro2LPHjk\",children:/*#__PURE__*/_jsx(Button,{ApWhoO21o:{borderColor:\"var(--token-408e9ffb-f435-48c7-a9ff-2c04fe742fc2, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:0},ey7w8muFX:false,height:\"100%\",id:\"Jpiyn8wpE\",layoutId:\"Jpiyn8wpE\",oV7zrnzuy:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",style:{width:\"100%\"},SZQpZ3lk2:10,U1Kbkgydv:\"tel:+1800625412\",variant:\"rt1NrdlKK\",VkxZQkMEC:\"\",width:\"100%\",WM2TpCryl:true,...addPropertyOverrides({EFkxtnAj_:{ey7w8muFX:true,U1Kbkgydv:\"https://www.x.com/pixfort\"}},baseVariant,gestureVariant)})})}),isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1f07cdt-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Sqb0ALN61-container\",nodeId:\"Sqb0ALN61\",rendersWithMotion:true,scopeId:\"dro2LPHjk\",children:/*#__PURE__*/_jsx(Button,{ApWhoO21o:{borderColor:\"var(--token-408e9ffb-f435-48c7-a9ff-2c04fe742fc2, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:0},ey7w8muFX:false,height:\"100%\",id:\"Sqb0ALN61\",layoutId:\"Sqb0ALN61\",oV7zrnzuy:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",style:{width:\"100%\"},SZQpZ3lk2:10,variant:\"rt1NrdlKK\",VkxZQkMEC:\"\",width:\"100%\",WM2TpCryl:true,...addPropertyOverrides({EFkxtnAj_:{ey7w8muFX:true,U1Kbkgydv:\"https://www.youtube.com/pixfort\"}},baseVariant,gestureVariant)})})}),isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-cdnact-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"QnsruRbFR-container\",nodeId:\"QnsruRbFR\",rendersWithMotion:true,scopeId:\"dro2LPHjk\",children:/*#__PURE__*/_jsx(Button,{ApWhoO21o:{borderColor:\"var(--token-408e9ffb-f435-48c7-a9ff-2c04fe742fc2, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:0},ey7w8muFX:true,height:\"100%\",id:\"QnsruRbFR\",layoutId:\"QnsruRbFR\",oV7zrnzuy:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",SZQpZ3lk2:10,U1Kbkgydv:\"https://www.facebook.com/pixfort\",variant:\"rt1NrdlKK\",VkxZQkMEC:\"\",width:\"100%\",WM2TpCryl:true})})}),isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-s4zaml-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"mX5BnTfTr-container\",nodeId:\"mX5BnTfTr\",rendersWithMotion:true,scopeId:\"dro2LPHjk\",children:/*#__PURE__*/_jsx(Button,{ApWhoO21o:{borderColor:\"var(--token-408e9ffb-f435-48c7-a9ff-2c04fe742fc2, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:0},ey7w8muFX:false,height:\"100%\",id:\"mX5BnTfTr\",layoutId:\"mX5BnTfTr\",oV7zrnzuy:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",style:{width:\"100%\"},SZQpZ3lk2:10,U1Kbkgydv:\"https://www.youtube.com/pixfort\",variant:\"rt1NrdlKK\",VkxZQkMEC:\"\",width:\"100%\",WM2TpCryl:true,...addPropertyOverrides({EFkxtnAj_:{ey7w8muFX:true,U1Kbkgydv:\"https://www.instagram.com/pixfort\"}},baseVariant,gestureVariant)})})})]})})})]})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-lf8Cb.framer-1974l6s, .framer-lf8Cb .framer-1974l6s { display: block; }\",\".framer-lf8Cb.framer-c6d105 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-lf8Cb .framer-z44ucq-container { cursor: pointer; flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-lf8Cb .framer-bgp0yf { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-height: calc(var(--framer-viewport-height, 100vh) * 0.8); overflow: auto; padding: 0px; position: relative; width: 350px; }\",\".framer-lf8Cb .framer-1u5klkh, .framer-lf8Cb .framer-1h6s3ot { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 20px; position: relative; width: 100%; }\",\".framer-lf8Cb .framer-p7lyls-container, .framer-lf8Cb .framer-q2myqf-container, .framer-lf8Cb .framer-1b2csem-container, .framer-lf8Cb .framer-160b49z-container, .framer-lf8Cb .framer-1fu7htc-container, .framer-lf8Cb .framer-cdnact-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-lf8Cb .framer-1px9288 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 205px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; z-index: 1; }\",\".framer-lf8Cb .framer-1nl38z9, .framer-lf8Cb .framer-fgew0b { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lf8Cb .framer-1s11m6s, .framer-lf8Cb .framer-y4zyev, .framer-lf8Cb .framer-3oo8zb, .framer-lf8Cb .framer-brmn56, .framer-lf8Cb .framer-6sbte9, .framer-lf8Cb .framer-1060352, .framer-lf8Cb .framer-1jujnui { flex: none; height: auto; max-width: 650px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lf8Cb .framer-ufpa52, .framer-lf8Cb .framer-1t7lxqi { 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: visible; padding: 10px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-lf8Cb .framer-123xkmp-container, .framer-lf8Cb .framer-lmjn5d-container, .framer-lf8Cb .framer-1f07cdt-container, .framer-lf8Cb .framer-s4zaml-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-lf8Cb .framer-m8z1lb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px; position: relative; width: 100%; }\",\".framer-lf8Cb .framer-1lk5dud { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-lf8Cb .framer-w7z3fq { 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: 20px; position: relative; width: 100%; }\",\".framer-lf8Cb.framer-v-e5pfff .framer-q2myqf-container { width: 100%; }\",\".framer-lf8Cb.framer-v-6ud154 .framer-bgp0yf { align-content: flex-end; align-items: flex-end; gap: 15px; width: 200px; }\",\".framer-lf8Cb.framer-v-6ud154 .framer-lmjn5d-container { order: 0; width: auto; }\",\".framer-lf8Cb.framer-v-6ud154 .framer-1f07cdt-container { order: 1; width: auto; }\",\".framer-lf8Cb.framer-v-6ud154 .framer-cdnact-container { order: 6; }\",\".framer-lf8Cb.framer-v-6ud154 .framer-s4zaml-container { order: 7; width: auto; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-lf8Cb[data-border=\"true\"]::after, .framer-lf8Cb [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 60\n * @framerIntrinsicWidth 60\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"pprh0TU3J\":{\"layout\":[\"auto\",\"auto\"]},\"E7Tm55S90\":{\"layout\":[\"auto\",\"auto\"]},\"EFkxtnAj_\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerdro2LPHjk=withCSS(Component,css,\"framer-lf8Cb\");export default Framerdro2LPHjk;Framerdro2LPHjk.displayName=\"Popup Launcher\";Framerdro2LPHjk.defaultProps={height:60,width:60};addPropertyControls(Framerdro2LPHjk,{variant:{options:[\"VwllTLMcw\",\"pprh0TU3J\",\"E7Tm55S90\",\"EFkxtnAj_\"],optionTitles:[\"General\",\"Call Links\",\"Cookie\",\"Social Buttons\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerdro2LPHjk,[{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\"},{family:\"PP Neue Montreal Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/gFY5sT08OJzaVKejDc8tZ3kRgFo.woff2\"}]},...LauncherFonts,...LogoFonts,...ButtonFonts,...CirclesGroupFonts,...SocialIconsFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerdro2LPHjk\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"60\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"pprh0TU3J\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"E7Tm55S90\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"EFkxtnAj_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"60\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d65f646)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,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*as sharedStyle from\"https://framerusercontent.com/modules/pfjifusJuAfKZ9wtdCJf/s6RoEfj2vYQE1FyzGF7e/vlUd825be.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/1qRY043b5a47wxeAeS51/L1G16l8ImOYHxf9VT52t/zNGvTgGNP.js\";import Button from\"https://framerusercontent.com/modules/jXtXGb7BqWTinNTZRJeZ/JVZ305J3b3MlB0HxGQ53/LNCJ8JrMb.js\";const ButtonFonts=getFonts(Button);const cycleOrder=[\"o6EQRhOkB\",\"kDRJlWlos\",\"ipmzz36AJ\"];const serializationHash=\"framer-iHHUK\";const variantClassNames={ipmzz36AJ:\"framer-v-1wwceon\",kDRJlWlos:\"framer-v-1k04x4q\",o6EQRhOkB:\"framer-v-1bsvqv0\"};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,stiffness:500,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={\"Simple Light [Desktop]\":\"o6EQRhOkB\",\"Simple Light [Mobile]\":\"ipmzz36AJ\",\"Simple Light [Tablet]\":\"kDRJlWlos\"};const getProps=({background,buttonColor,height,id,link,newTab,text,textColor,title,titleColor,width,...props})=>{return{...props,ACpMpFr3L:background??props.ACpMpFr3L??\"var(--token-bebb5c17-844d-419e-ab0e-ada0b43a4350, rgb(250, 250, 250))\",eG2qRWVuY:text??props.eG2qRWVuY??\"Discover the app to secure your financial independence.\",gsEAQKbuw:titleColor??props.gsEAQKbuw??\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",hZOusc34J:buttonColor??props.hZOusc34J??\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",izv65hphi:textColor??props.izv65hphi??\"var(--token-fd54a91d-2c97-4609-acbc-244da5b6b983, rgb(113, 113, 122))\",RBfiI_81A:newTab??props.RBfiI_81A,TPfgUMKvU:title??props.TPfgUMKvU??\"Get the crypto app of the\\nfuture today\",variant:humanReadableVariantMap[props.variant]??props.variant??\"o6EQRhOkB\",w3EFGvBAB:link??props.w3EFGvBAB};};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,TPfgUMKvU,gsEAQKbuw,eG2qRWVuY,izv65hphi,hZOusc34J,w3EFGvBAB,RBfiI_81A,ACpMpFr3L,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"o6EQRhOkB\",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__*/_jsx(motion.section,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1bsvqv0\",className,classNames),\"data-framer-name\":\"Simple Light [Desktop]\",layoutDependency:layoutDependency,layoutId:\"o6EQRhOkB\",ref:refBinding,style:{...style},...addPropertyOverrides({ipmzz36AJ:{\"data-framer-name\":\"Simple Light [Mobile]\"},kDRJlWlos:{\"data-framer-name\":\"Simple Light [Tablet]\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fm2bp7\",\"data-framer-name\":\"Wrapper\",layoutDependency:layoutDependency,layoutId:\"Q5v2YCb22\",style:{backgroundColor:ACpMpFr3L,borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-8y6aow\",\"data-framer-name\":\"Overlay\",layoutDependency:layoutDependency,layoutId:\"y9UjnLbid\",style:{background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.02) 100%)\"},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:.85,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(15+((componentViewport?.height||483)-30-440)/2)+440-285+0),pixelHeight:96,pixelWidth:96,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/c0EZxtMucSR6UOSZk2TBnWsqr4.svg\"},className:\"framer-16fkhwp\",\"data-framer-name\":\"pattern\",layoutDependency:layoutDependency,layoutId:\"BS7mGsyYo\",style:{mask:\"linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%) add\",opacity:.075,rotateX:39,transformPerspective:1200,WebkitMask:\"linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%) add\",z:80},...addPropertyOverrides({ipmzz36AJ:{background:{alt:\"\",backgroundSize:.85,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(15+((componentViewport?.height||200)-30-360)/2)+360-285+0),pixelHeight:96,pixelWidth:96,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/c0EZxtMucSR6UOSZk2TBnWsqr4.svg\"}},kDRJlWlos:{background:{alt:\"\",backgroundSize:.85,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(15+((componentViewport?.height||200)-30-360)/2)+360-285+0),pixelHeight:96,pixelWidth:96,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/c0EZxtMucSR6UOSZk2TBnWsqr4.svg\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1nqpcik\",\"data-styles-preset\":\"vlUd825be\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--variable-reference-gsEAQKbuw-hDk8iqzI5))\"},children:\"Call To Action\"})}),className:\"framer-155k78e\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QDhTDuoqi\",style:{\"--extracted-1of0zx5\":\"var(--variable-reference-gsEAQKbuw-hDk8iqzI5)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-gsEAQKbuw-hDk8iqzI5\":gsEAQKbuw},text:TPfgUMKvU,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-layt7\",\"data-styles-preset\":\"zNGvTgGNP\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-izv65hphi-hDk8iqzI5))\"},children:\"Blend the currency of tomorrow into your daily life, and unlock the potential of your finances.\"})}),className:\"framer-m67mui\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hnFWmTaX4\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-izv65hphi-hDk8iqzI5)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-izv65hphi-hDk8iqzI5\":izv65hphi},text:eG2qRWVuY,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ltjcxb\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"duOxNuLih\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,y:(componentViewport?.y||0)+(15+((componentViewport?.height||483)-30-440)/2)+80+176.5+10,...addPropertyOverrides({ipmzz36AJ:{y:(componentViewport?.y||0)+(15+((componentViewport?.height||200)-30-360)/2)+40+166.5+10},kDRJlWlos:{y:(componentViewport?.y||0)+(15+((componentViewport?.height||200)-30-360)/2)+60+156.5+10}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-qkgwcd-container\",layoutDependency:layoutDependency,layoutId:\"yhjYEX8Jc-container\",nodeId:\"yhjYEX8Jc\",rendersWithMotion:true,scopeId:\"hDk8iqzI5\",children:/*#__PURE__*/_jsx(Button,{ApWhoO21o:{borderColor:\"var(--token-408e9ffb-f435-48c7-a9ff-2c04fe742fc2, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:0},ey7w8muFX:RBfiI_81A,height:\"100%\",id:\"yhjYEX8Jc\",layoutId:\"yhjYEX8Jc\",oV7zrnzuy:hZOusc34J,SZQpZ3lk2:10,U1Kbkgydv:w3EFGvBAB,variant:\"rt1NrdlKK\",VkxZQkMEC:\"\",width:\"100%\",WM2TpCryl:false})})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-iHHUK.framer-1bc5nuq, .framer-iHHUK .framer-1bc5nuq { display: block; }\",\".framer-iHHUK.framer-1bsvqv0 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 15px; position: relative; width: 1200px; }\",\".framer-iHHUK .framer-1fm2bp7 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 1200px; min-height: 440px; overflow: hidden; padding: 80px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-iHHUK .framer-8y6aow { bottom: -15px; flex: none; height: 300px; left: -15px; overflow: visible; position: absolute; right: -15px; z-index: 0; }\",\".framer-iHHUK .framer-16fkhwp { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-iHHUK .framer-155k78e { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 0; }\",\".framer-iHHUK .framer-m67mui { flex: none; height: auto; max-width: 650px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; z-index: 0; }\",\".framer-iHHUK .framer-ltjcxb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 10px 0px 0px 0px; position: relative; width: min-content; z-index: 0; }\",\".framer-iHHUK .framer-qkgwcd-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-iHHUK.framer-v-1k04x4q.framer-1bsvqv0 { width: 810px; }\",\".framer-iHHUK.framer-v-1k04x4q .framer-1fm2bp7 { min-height: 360px; padding: 60px; }\",\".framer-iHHUK.framer-v-1wwceon.framer-1bsvqv0 { width: 390px; }\",\".framer-iHHUK.framer-v-1wwceon .framer-1fm2bp7 { gap: 10px; min-height: 360px; padding: 40px; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 483\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"kDRJlWlos\":{\"layout\":[\"fixed\",\"auto\"]},\"ipmzz36AJ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"TPfgUMKvU\":\"title\",\"gsEAQKbuw\":\"titleColor\",\"eG2qRWVuY\":\"text\",\"izv65hphi\":\"textColor\",\"hZOusc34J\":\"buttonColor\",\"w3EFGvBAB\":\"link\",\"RBfiI_81A\":\"newTab\",\"ACpMpFr3L\":\"background\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerhDk8iqzI5=withCSS(Component,css,\"framer-iHHUK\");export default FramerhDk8iqzI5;FramerhDk8iqzI5.displayName=\"Call To Action\";FramerhDk8iqzI5.defaultProps={height:483,width:1200};addPropertyControls(FramerhDk8iqzI5,{variant:{options:[\"o6EQRhOkB\",\"kDRJlWlos\",\"ipmzz36AJ\"],optionTitles:[\"Simple Light [Desktop]\",\"Simple Light [Tablet]\",\"Simple Light [Mobile]\"],title:\"Variant\",type:ControlType.Enum},TPfgUMKvU:{defaultValue:\"Get the crypto app of the\\nfuture today\",description:\"\",displayTextArea:true,title:\"Title\",type:ControlType.String},gsEAQKbuw:{defaultValue:'var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11)) /* {\"name\":\"Gray 950 [Dynamic]\"} */',title:\"Title Color\",type:ControlType.Color},eG2qRWVuY:{defaultValue:\"Discover the app to secure your financial independence.\",displayTextArea:false,title:\"Text\",type:ControlType.String},izv65hphi:{defaultValue:'var(--token-fd54a91d-2c97-4609-acbc-244da5b6b983, rgb(113, 113, 122)) /* {\"name\":\"Gray 500 [Dynamic]\"} */',title:\"Text Color\",type:ControlType.Color},hZOusc34J:{defaultValue:'var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11)) /* {\"name\":\"Gray 950 [Dynamic]\"} */',title:\"Button Color\",type:ControlType.Color},w3EFGvBAB:{title:\"Link\",type:ControlType.Link},RBfiI_81A:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},ACpMpFr3L:{defaultValue:'var(--token-bebb5c17-844d-419e-ab0e-ada0b43a4350, rgb(250, 250, 250)) /* {\"name\":\"Gray 50 [Dynamic]\"} */',title:\"Background\",type:ControlType.Color}});addFonts(FramerhDk8iqzI5,[{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\"}]},...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhDk8iqzI5\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kDRJlWlos\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ipmzz36AJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerVariables\":\"{\\\"TPfgUMKvU\\\":\\\"title\\\",\\\"gsEAQKbuw\\\":\\\"titleColor\\\",\\\"eG2qRWVuY\\\":\\\"text\\\",\\\"izv65hphi\\\":\\\"textColor\\\",\\\"hZOusc34J\\\":\\\"buttonColor\\\",\\\"w3EFGvBAB\\\":\\\"link\\\",\\\"RBfiI_81A\\\":\\\"newTab\\\",\\\"ACpMpFr3L\\\":\\\"background\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"483\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (33d5032)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"jes3YGVf7\",\"EiPw8AZS4\"];const serializationHash=\"framer-x5SFt\";const variantClassNames={EiPw8AZS4:\"framer-v-es8tzg\",jes3YGVf7:\"framer-v-1ib4qbi\"};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:.3,ease:[.44,0,.56,1],type:\"tween\"};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 humanReadableVariantMap={\"Mobile Menu [Open]\":\"EiPw8AZS4\",\"Mobile Menu\":\"jes3YGVf7\"};const getProps=({height,iconColor,id,tap,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,E6NV4Gf2f:tap!==null&&tap!==void 0?tap:props.E6NV4Gf2f,lYvpkC7IW:(_ref=iconColor!==null&&iconColor!==void 0?iconColor:props.lYvpkC7IW)!==null&&_ref!==void 0?_ref:\"var(--token-963ba7ff-1506-4ab8-a9bc-332b05614e66, rgb(9, 9, 11))\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"jes3YGVf7\"};};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,E6NV4Gf2f,lYvpkC7IW,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"jes3YGVf7\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapey0dds=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(E6NV4Gf2f){const res=await E6NV4Gf2f(...args);if(res===false)return false;}setVariant(\"EiPw8AZS4\");});const onTap108nq5d=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(E6NV4Gf2f){const res=await E6NV4Gf2f(...args);if(res===false)return false;}setVariant(\"jes3YGVf7\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];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__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1ib4qbi\",className,classNames),\"data-framer-name\":\"Mobile Menu\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"jes3YGVf7\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:onTapey0dds,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({EiPw8AZS4:{\"data-framer-name\":\"Mobile Menu [Open]\",onTap:onTap108nq5d}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cux5of\",layoutDependency:layoutDependency,layoutId:\"axZqjz8iD\",style:{backgroundColor:lYvpkC7IW,borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{EiPw8AZS4:{rotate:45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1w1bul6\",layoutDependency:layoutDependency,layoutId:\"NLO8BEcKq\",style:{backgroundColor:lYvpkC7IW,borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{EiPw8AZS4:{rotate:-45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ku2ucf\",layoutDependency:layoutDependency,layoutId:\"eoR2V6lm3\",style:{backgroundColor:lYvpkC7IW,borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,opacity:1,rotate:0},variants:{EiPw8AZS4:{opacity:0,rotate:-45}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-x5SFt.framer-3vm2ug, .framer-x5SFt .framer-3vm2ug { display: block; }\",\".framer-x5SFt.framer-1ib4qbi { cursor: pointer; height: 48px; position: relative; width: 48px; }\",\".framer-x5SFt .framer-1cux5of { flex: none; height: 3px; left: 11px; overflow: visible; position: absolute; top: 14px; width: 26px; }\",\".framer-x5SFt .framer-1w1bul6 { flex: none; height: 3px; left: 11px; overflow: visible; position: absolute; top: 22px; width: 26px; }\",\".framer-x5SFt .framer-1ku2ucf { flex: none; height: 3px; left: 11px; overflow: visible; position: absolute; top: 30px; width: 19px; }\",\".framer-x5SFt.framer-v-es8tzg.framer-1ib4qbi { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 48px); }\",\".framer-x5SFt.framer-v-es8tzg .framer-1cux5of { left: calc(50.00000000000002% - 26px / 2); top: 23px; }\",\".framer-x5SFt.framer-v-es8tzg .framer-1w1bul6 { top: 23px; }\",\".framer-x5SFt.framer-v-es8tzg .framer-1ku2ucf { bottom: 18px; height: unset; left: 13px; width: 13px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 48\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"EiPw8AZS4\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"E6NV4Gf2f\":\"tap\",\"lYvpkC7IW\":\"iconColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramersDquhqjHT=withCSS(Component,css,\"framer-x5SFt\");export default FramersDquhqjHT;FramersDquhqjHT.displayName=\"Menu/Hamburger Menu\";FramersDquhqjHT.defaultProps={height:48,width:48};addPropertyControls(FramersDquhqjHT,{variant:{options:[\"jes3YGVf7\",\"EiPw8AZS4\"],optionTitles:[\"Mobile Menu\",\"Mobile Menu [Open]\"],title:\"Variant\",type:ControlType.Enum},E6NV4Gf2f:{title:\"Tap\",type:ControlType.EventHandler},lYvpkC7IW:{defaultValue:'var(--token-963ba7ff-1506-4ab8-a9bc-332b05614e66, rgb(9, 9, 11)) /* {\"name\":\"Gray 950\"} */',title:\"Icon Color\",type:ControlType.Color}});addFonts(FramersDquhqjHT,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramersDquhqjHT\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"E6NV4Gf2f\\\":\\\"tap\\\",\\\"lYvpkC7IW\\\":\\\"iconColor\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"48\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"EiPw8AZS4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"48\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./sDquhqjHT.map", "export const v0=\"Haus\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (8ebf084)\nimport*as localizedValues from\"./Z5aW2k3RB-0.js\";const valuesByLocaleId={dbNdzaRF0:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (8ebf084)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,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 getLocalizedValue from\"https://framerusercontent.com/modules/WydtrELPW1Z4l04AUrPO/p1sn8MHMSDV3W9OAEXJx/Z5aW2k3RB.js\";import Badge from\"https://framerusercontent.com/modules/dOT82z3zbbpwg73TiTOl/xKt9wPKYjwI6kcsyDCb1/ZC6oaTVqt.js\";const BadgeFonts=getFonts(Badge);const PhosphorFonts=getFonts(Phosphor);const enabledGestures={icuU8oJ0t:{hover:true}};const cycleOrder=[\"icuU8oJ0t\",\"HhwQ1hV0t\",\"LQXjyoW02\",\"kc88LMeYu\",\"usttoGkoS\"];const serializationHash=\"framer-5nSav\";const variantClassNames={HhwQ1hV0t:\"framer-v-1vx7c28\",icuU8oJ0t:\"framer-v-hfop9t\",kc88LMeYu:\"framer-v-1rk7qb1\",LQXjyoW02:\"framer-v-ix00l\",usttoGkoS:\"framer-v-ri7xm7\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}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 transition1={damping:60,delay:0,mass:.5,stiffness:500,type:\"spring\"};const transition2={damping:60,delay:0,mass:.5,stiffness:300,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 humanReadableEnumMap={\"Space Around\":\"space-around\",\"Space Between\":\"space-between\",\"Space Evenly\":\"space-evenly\",Center:\"center\",End:\"flex-end\",Start:\"flex-start\"};const humanReadableVariantMap={\"Dropdown Title Item\":\"kc88LMeYu\",\"Empty space\":\"usttoGkoS\",\"Menu Item Dropdown [Open]\":\"LQXjyoW02\",\"Menu Item Dropdown\":\"HhwQ1hV0t\",\"Menu Item Simple\":\"icuU8oJ0t\"};const getProps=({align,badgeBGColor,badgeBorder,badgeText,badgeTextColor,bGColor,bGHover,enableBadge,height,hover,id,link,name1,openInNewTab,radius,tap,textColor,width,...props})=>{return{...props,bxYeoQnmJ:badgeBGColor??props.bxYeoQnmJ??\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:badgeBorder??props.CKLn4URch??{borderColor:'var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231)) /* {\"name\":\"Gray 200 [Dynamic]\"} */',borderStyle:\"solid\",borderWidth:1},dqMpST25y:radius??props.dqMpST25y??10,i6eMpMhze:tap??props.i6eMpMhze,i8hVK17KP:bGHover??props.i8hVK17KP??\"rgba(113, 113, 122, 0.08)\",kf3NktHXk:badgeText??props.kf3NktHXk??\"Badge\",ku0K5iab7:name1??props.ku0K5iab7??\"Link\",PnQ813Qxg:hover??props.PnQ813Qxg,qfg9TUc_S:enableBadge??props.qfg9TUc_S,stziIHmv7:bGColor??props.stziIHmv7??\"rgba(113, 113, 122, 0)\",T3ktnO2nz:openInNewTab??props.T3ktnO2nz,variant:humanReadableVariantMap[props.variant]??props.variant??\"icuU8oJ0t\",VdwkoqfEz:badgeTextColor??props.VdwkoqfEz??\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",wGRcFK04x:textColor??props.wGRcFK04x??\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",ycFa86gVJ:humanReadableEnumMap[align]??align??props.ycFa86gVJ??\"center\",ZpWw94nXT:link??props.ZpWw94nXT};};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,ku0K5iab7,ZpWw94nXT,T3ktnO2nz,wGRcFK04x,stziIHmv7,i8hVK17KP,ycFa86gVJ,i6eMpMhze,PnQ813Qxg,dqMpST25y,qfg9TUc_S,kf3NktHXk,VdwkoqfEz,bxYeoQnmJ,CKLn4URch,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"icuU8oJ0t\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1p982a=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(PnQ813Qxg){const res=await PnQ813Qxg(...args);if(res===false)return false;}if(i6eMpMhze){const res=await i6eMpMhze(...args);if(res===false)return false;}});const onTap8kwsl1=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"HhwQ1hV0t\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"usttoGkoS\")return false;return true;};const isDisplayed1=()=>{if([\"HhwQ1hV0t\",\"LQXjyoW02\"].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,...addPropertyOverrides({LQXjyoW02:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:ZpWw94nXT,motionChild:true,nodeId:\"icuU8oJ0t\",openInNewTab:T3ktnO2nz,scopeId:\"Z5aW2k3RB\",smoothScroll:true,...addPropertyOverrides({kc88LMeYu:{href:undefined},usttoGkoS:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-hfop9t\",className,classNames)} framer-1xk21ds`,\"data-framer-name\":\"Menu Item Simple\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"icuU8oJ0t\",onMouseEnter:onMouseEnter1p982a,ref:refBinding,style:{\"--1rj8ghj\":ycFa86gVJ,backgroundColor:stziIHmv7,borderBottomLeftRadius:radiusForCorner(dqMpST25y,3),borderBottomRightRadius:radiusForCorner(dqMpST25y,2),borderTopLeftRadius:radiusForCorner(dqMpST25y,0),borderTopRightRadius:radiusForCorner(dqMpST25y,1),...style},variants:{\"icuU8oJ0t-hover\":{backgroundColor:i8hVK17KP},LQXjyoW02:{backgroundColor:\"rgba(9, 9, 11, 0.05)\"}},...addPropertyOverrides({\"icuU8oJ0t-hover\":{\"data-framer-name\":undefined},HhwQ1hV0t:{\"data-framer-name\":\"Menu Item Dropdown\",onTap:onTap8kwsl1},kc88LMeYu:{\"data-framer-name\":\"Dropdown Title Item\"},LQXjyoW02:{\"data-framer-name\":\"Menu Item Dropdown [Open]\"},usttoGkoS:{\"data-framer-name\":\"Empty space\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NOzB4UHJvdG8gUmVndWxhcg==\",\"--framer-font-family\":'\"0xProto Regular\", \"0xProto Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-wGRcFK04x-Z5aW2k3RB))\"},children:\"Link\"})}),className:\"framer-1vx5tu0\",fonts:[\"CUSTOM;0xProto Regular\"],layoutDependency:layoutDependency,layoutId:\"gTNv8fTVS\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-wGRcFK04x-Z5aW2k3RB)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-wGRcFK04x-Z5aW2k3RB\":wGRcFK04x},text:ku0K5iab7,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({kc88LMeYu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NOzB4UHJvdG8gUmVndWxhcg==\",\"--framer-font-family\":'\"0xProto Regular\", \"0xProto Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-wGRcFK04x-Z5aW2k3RB))\"},children:\"Link\"})})}},baseVariant,gestureVariant)}),qfg9TUc_S&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,y:(componentViewport?.y||0)+(18+((componentViewport?.height||17)-36-45)/2),...addPropertyOverrides({\"icuU8oJ0t-hover\":{y:(componentViewport?.y||0)+(18+((componentViewport?.height||36)-36-45)/2)},HhwQ1hV0t:{y:(componentViewport?.y||0)+(18+((componentViewport?.height||36)-36-45)/2)},kc88LMeYu:{y:(componentViewport?.y||0)+(8+((componentViewport?.height||200)-16-45)/2)},LQXjyoW02:{y:(componentViewport?.y||0)+(18+((componentViewport?.height||36)-36-45)/2)},usttoGkoS:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-45)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-eukp2i-container\",layoutDependency:layoutDependency,layoutId:\"JN6O6Y8K9-container\",nodeId:\"JN6O6Y8K9\",rendersWithMotion:true,scopeId:\"Z5aW2k3RB\",children:/*#__PURE__*/_jsx(Badge,{height:\"100%\",id:\"JN6O6Y8K9\",iXsfVjsEM:bxYeoQnmJ,JPO2n74ig:5,layoutId:\"JN6O6Y8K9\",Lsu1xrgI3:VdwkoqfEz,p4KdNyw2A:0,variant:\"cUGIJY4lk\",width:\"100%\",XGtDHEUvE:kf3NktHXk})})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-12jenrk\",layoutDependency:layoutDependency,layoutId:\"qdqvZw6xP\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-kr3p8o-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"TfGao9FSL-container\",nodeId:\"TfGao9FSL\",rendersWithMotion:true,scopeId:\"Z5aW2k3RB\",style:{opacity:.5,rotate:0},variants:{LQXjyoW02:{rotate:-180}},children:/*#__PURE__*/_jsx(Phosphor,{color:wGRcFK04x,height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"House\",iconSelection:\"CaretDown\",id:\"TfGao9FSL\",layoutId:\"TfGao9FSL\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5nSav.framer-1xk21ds, .framer-5nSav .framer-1xk21ds { display: block; }\",\".framer-5nSav.framer-hfop9t { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: 17px; justify-content: var(--1rj8ghj); overflow: visible; padding: 18px 12px 18px 12px; position: relative; text-decoration: none; width: min-content; }\",\".framer-5nSav .framer-1vx5tu0 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-5nSav .framer-eukp2i-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-5nSav .framer-12jenrk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: 17px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-5nSav .framer-kr3p8o-container { flex: none; height: 14px; position: relative; width: 14px; }\",\".framer-5nSav.framer-v-1vx7c28.framer-hfop9t, .framer-5nSav.framer-v-hfop9t.hover.framer-hfop9t { height: 36px; }\",\".framer-5nSav.framer-v-ix00l.framer-hfop9t { cursor: unset; height: 36px; }\",\".framer-5nSav.framer-v-1rk7qb1.framer-hfop9t { cursor: unset; height: min-content; padding: 8px 12px 8px 12px; }\",\".framer-5nSav.framer-v-1rk7qb1 .framer-1vx5tu0 { order: 0; }\",\".framer-5nSav.framer-v-1rk7qb1 .framer-eukp2i-container, .framer-5nSav.framer-v-ri7xm7 .framer-eukp2i-container { order: 1; }\",\".framer-5nSav.framer-v-ri7xm7.framer-hfop9t { cursor: unset; height: min-content; padding: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 36\n * @framerIntrinsicWidth 60\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"HhwQ1hV0t\":{\"layout\":[\"auto\",\"fixed\"]},\"LQXjyoW02\":{\"layout\":[\"auto\",\"fixed\"]},\"kc88LMeYu\":{\"layout\":[\"auto\",\"auto\"]},\"usttoGkoS\":{\"layout\":[\"auto\",\"auto\"]},\"Dv2nGJV7X\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"ku0K5iab7\":\"name1\",\"ZpWw94nXT\":\"link\",\"T3ktnO2nz\":\"openInNewTab\",\"wGRcFK04x\":\"textColor\",\"stziIHmv7\":\"bGColor\",\"i8hVK17KP\":\"bGHover\",\"ycFa86gVJ\":\"align\",\"i6eMpMhze\":\"tap\",\"PnQ813Qxg\":\"hover\",\"dqMpST25y\":\"radius\",\"qfg9TUc_S\":\"enableBadge\",\"kf3NktHXk\":\"badgeText\",\"VdwkoqfEz\":\"badgeTextColor\",\"bxYeoQnmJ\":\"badgeBGColor\",\"CKLn4URch\":\"badgeBorder\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerZ5aW2k3RB=withCSS(Component,css,\"framer-5nSav\");export default FramerZ5aW2k3RB;FramerZ5aW2k3RB.displayName=\"Menu/Item\";FramerZ5aW2k3RB.defaultProps={height:36,width:60};addPropertyControls(FramerZ5aW2k3RB,{variant:{options:[\"icuU8oJ0t\",\"HhwQ1hV0t\",\"LQXjyoW02\",\"kc88LMeYu\",\"usttoGkoS\"],optionTitles:[\"Menu Item Simple\",\"Menu Item Dropdown\",\"Menu Item Dropdown [Open]\",\"Dropdown Title Item\",\"Empty space\"],title:\"Variant\",type:ControlType.Enum},ku0K5iab7:{defaultValue:\"Link\",displayTextArea:false,title:\"Name\",type:ControlType.String},ZpWw94nXT:{title:\"Link\",type:ControlType.Link},T3ktnO2nz:{defaultValue:false,title:\"Open in New Tab\",type:ControlType.Boolean},wGRcFK04x:{defaultValue:'var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11)) /* {\"name\":\"Gray 950 [Dynamic]\"} */',title:\"Text Color\",type:ControlType.Color},stziIHmv7:{defaultValue:\"rgba(113, 113, 122, 0)\",title:\"BG Color\",type:ControlType.Color},i8hVK17KP:{defaultValue:\"rgba(113, 113, 122, 0.08)\",title:\"BG Hover\",type:ControlType.Color},ycFa86gVJ:{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:\"Align\",type:ControlType.Enum},i6eMpMhze:{title:\"Tap\",type:ControlType.EventHandler},PnQ813Qxg:{title:\"Hover\",type:ControlType.EventHandler},dqMpST25y:{defaultValue:10,title:\"Radius\",type:ControlType.Number},qfg9TUc_S:{defaultValue:false,title:\"Enable Badge\",type:ControlType.Boolean},kf3NktHXk:{defaultValue:\"Badge\",displayTextArea:false,title:\"Badge Text\",type:ControlType.String},VdwkoqfEz:{defaultValue:'var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11)) /* {\"name\":\"Gray 950 [Dynamic]\"} */',title:\"Badge Text Color\",type:ControlType.Color},bxYeoQnmJ:{defaultValue:'var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255)) /* {\"name\":\"White/Gray 950 [Dynamic]\"} */',title:\"Badge BG Color\",type:ControlType.Color},CKLn4URch:{defaultValue:{borderColor:'var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231)) /* {\"name\":\"Gray 200 [Dynamic]\"} */',borderStyle:\"solid\",borderWidth:1},title:\"Badge Border\",type:ControlType.Border}});addFonts(FramerZ5aW2k3RB,[{explicitInter:true,fonts:[{family:\"0xProto Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/0tffT0jNfVu14sfVPdu1rHy0A8.woff2\"}]},...BadgeFonts,...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZ5aW2k3RB\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"ku0K5iab7\\\":\\\"name1\\\",\\\"ZpWw94nXT\\\":\\\"link\\\",\\\"T3ktnO2nz\\\":\\\"openInNewTab\\\",\\\"wGRcFK04x\\\":\\\"textColor\\\",\\\"stziIHmv7\\\":\\\"bGColor\\\",\\\"i8hVK17KP\\\":\\\"bGHover\\\",\\\"ycFa86gVJ\\\":\\\"align\\\",\\\"i6eMpMhze\\\":\\\"tap\\\",\\\"PnQ813Qxg\\\":\\\"hover\\\",\\\"dqMpST25y\\\":\\\"radius\\\",\\\"qfg9TUc_S\\\":\\\"enableBadge\\\",\\\"kf3NktHXk\\\":\\\"badgeText\\\",\\\"VdwkoqfEz\\\":\\\"badgeTextColor\\\",\\\"bxYeoQnmJ\\\":\\\"badgeBGColor\\\",\\\"CKLn4URch\\\":\\\"badgeBorder\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"HhwQ1hV0t\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"LQXjyoW02\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"kc88LMeYu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"usttoGkoS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Dv2nGJV7X\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"36\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"60\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "export const v0=\"Token\";export const v1=\"Abzeichen\";export const v2=\"Blog\";\nexport const __FramerMetadata__ = {\"exports\":{\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (8ebf084)\nimport*as localizedValues from\"./x6PfALCgy-0.js\";const valuesByLocaleId={dbNdzaRF0:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (8ebf084)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import getLocalizedValue from\"https://framerusercontent.com/modules/y1eQgojVB2UJNKHyej1G/jq4DoTrofHkdeMbkWFWY/x6PfALCgy.js\";import MenuItem from\"https://framerusercontent.com/modules/vedVDV3xpBUWQhhoYdOm/FWc2FtOcwbeGZjJuGHlL/Z5aW2k3RB.js\";const MenuItemFonts=getFonts(MenuItem);const serializationHash=\"framer-DjQSf\";const variantClassNames={GqsjJ_k1_:\"framer-v-1ltwia3\"};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,stiffness:500,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 humanReadableEnumMap={\"Space Around\":\"space-around\",\"Space Between\":\"space-between\",\"Space Evenly\":\"space-evenly\",Center:\"center\",End:\"flex-end\",Start:\"flex-start\"};const getProps=({align,height,id,textColor,width,...props})=>{return{...props,odLrH8wIa:textColor??props.odLrH8wIa??\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",ZmT46usVX:humanReadableEnumMap[align]??align??props.ZmT46usVX??\"flex-start\"};};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,ZmT46usVX,odLrH8wIa,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"GqsjJ_k1_\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();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-1ltwia3\",className,classNames),\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"GqsjJ_k1_\",ref:refBinding,style:{\"--hkf6fz\":ZmT46usVX,...style},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"kdWj1RMHF\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-36)/2),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-14day1l-container\",layoutDependency:layoutDependency,layoutId:\"JuMrSWolJ-container\",nodeId:\"JuMrSWolJ\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:10,height:\"100%\",i8hVK17KP:\"rgba(113, 113, 122, 0.08)\",id:\"JuMrSWolJ\",kf3NktHXk:getLocalizedValue(\"v1\",activeLocale)??\"Badge\",ku0K5iab7:getLocalizedValue(\"v0\",activeLocale)??\"Token\",layoutId:\"JuMrSWolJ\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"icuU8oJ0t\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"center\",ZpWw94nXT:resolvedLinks[0]})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"zTCuAWAUo\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-36)/2),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-9aoi12-container\",layoutDependency:layoutDependency,layoutId:\"cjnLLIdO0-container\",nodeId:\"cjnLLIdO0\",rendersWithMotion:true,scopeId:\"x6PfALCgy\",children:/*#__PURE__*/_jsx(MenuItem,{bxYeoQnmJ:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",CKLn4URch:{borderColor:\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",borderStyle:\"solid\",borderWidth:1},dqMpST25y:10,height:\"100%\",i8hVK17KP:\"rgba(113, 113, 122, 0.08)\",id:\"cjnLLIdO0\",kf3NktHXk:getLocalizedValue(\"v1\",activeLocale)??\"Badge\",ku0K5iab7:getLocalizedValue(\"v2\",activeLocale)??\"Blog\",layoutId:\"cjnLLIdO0\",qfg9TUc_S:false,stziIHmv7:\"rgba(113, 113, 122, 0)\",T3ktnO2nz:false,variant:\"icuU8oJ0t\",VdwkoqfEz:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",wGRcFK04x:odLrH8wIa,width:\"100%\",ycFa86gVJ:\"center\",ZpWw94nXT:resolvedLinks1[0]})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-DjQSf.framer-10aihsl, .framer-DjQSf .framer-10aihsl { display: block; }\",\".framer-DjQSf.framer-1ltwia3 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: var(--hkf6fz); overflow: visible; padding: 0px 0px 0px 15px; position: relative; width: min-content; }\",\".framer-DjQSf .framer-14day1l-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-DjQSf .framer-9aoi12-container { cursor: pointer; flex: none; height: auto; position: relative; width: auto; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 36\n * @framerIntrinsicWidth 136\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"ZmT46usVX\":\"align\",\"odLrH8wIa\":\"textColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerx6PfALCgy=withCSS(Component,css,\"framer-DjQSf\");export default Framerx6PfALCgy;Framerx6PfALCgy.displayName=\"Menu/Menu\";Framerx6PfALCgy.defaultProps={height:36,width:136};addPropertyControls(Framerx6PfALCgy,{ZmT46usVX:{defaultValue:\"flex-start\",options:[\"flex-start\",\"center\",\"flex-end\",\"space-between\",\"space-around\",\"space-evenly\"],optionTitles:[\"Start\",\"Center\",\"End\",\"Space Between\",\"Space Around\",\"Space Evenly\"],title:\"Align\",type:ControlType.Enum},odLrH8wIa:{defaultValue:'var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11)) /* {\"name\":\"Gray 950 [Dynamic]\"} */',title:\"Text Color\",type:ControlType.Color}});addFonts(Framerx6PfALCgy,[{explicitInter:true,fonts:[]},...MenuItemFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerx6PfALCgy\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"136\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"ZmT46usVX\\\":\\\"align\\\",\\\"odLrH8wIa\\\":\\\"textColor\\\"}\",\"framerIntrinsicHeight\":\"36\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "function _define_property(obj,key,value){if(key in obj){Object.defineProperty(obj,key,{value:value,enumerable:true,configurable:true,writable:true});}else{obj[key]=value;}return obj;}import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{useState,useEffect}from\"react\";import{motion}from\"framer-motion\";function extractDarkModeCSS(cssString){const regex=/@media\\s*\\(prefers-color-scheme:\\s*dark\\)\\s*\\{([^}]*)\\}/;const match=cssString.match(regex);return match?match[1].trim():\"\";}function extractDarkModeCSSVariables(css){// Regular expression to match @media (prefers-color-scheme: dark) { ... }\nconst regex=/@media\\s+\\(prefers-color-scheme:\\s*dark\\)\\s*{([^}]*)body\\s*{([^}]*)}}/;const matches=css.match(regex);if(matches&&matches[2]){return matches[2].trim();}return\"\";}function extractLightModeCSSVariables(css){// Match body block, excluding nested @media blocks\nconst bodyRegex=/body\\s*{([^}]*)}/g;const mediaRegex=/@media\\s+\\(prefers-color-scheme:\\s*dark\\)\\s*{[^}]*body\\s*{[^}]*}}/g;// Extract body block without @media blocks\nconst bodyMatches=css.match(bodyRegex);const mediaMatches=css.match(mediaRegex);let bodyContent=\"\";if(bodyMatches){bodyContent=bodyMatches[0];}// Remove media block content from bodyContent\nif(mediaMatches){mediaMatches.forEach(mediaMatch=>{bodyContent=bodyContent.replace(mediaMatch,\"\");});}// Extract the CSS variables from the body block\nconst cssVarRegex=/--[\\w-]+:\\s*[^;]+;/g;const cssVars=bodyContent.match(cssVarRegex);return cssVars?cssVars.join(\"\\n\"):\"\";}function setDarkThemeCode(code){const styleId=\"pix-dark-theme-style\";// Check if a <style> element with the specified ID already exists\nlet existingStyle=document.getElementById(styleId);if(existingStyle){return;// If it exists, do nothing\n}// Step 1: Create a <style> element\nconst style=document.createElement(\"style\");// Step 2: Set its content to the desired CSS string\nconst cssString=`body.pix-is-dark, body:has(.pix-is-dark) {${code}}`;style.textContent=cssString;// Step 3: Set the ID of the <style> element\nstyle.id=styleId;// Step 4: Append the <style> element to the <head>\ndocument.head.appendChild(style);}function setLightThemeCode(code){const styleId=\"pix-light-theme-style\";// Check if a <style> element with the specified ID already exists\nlet existingStyle=document.getElementById(styleId);if(existingStyle){return;// If it exists, do nothing\n}// Step 1: Create a <style> element\nconst style=document.createElement(\"style\");// Step 2: Set its content to the desired CSS string\nconst cssString=`body.pix-is-light, body:has(.pix-is-light) {${code}}`;style.textContent=cssString;// Step 3: Set the ID of the <style> element\nstyle.id=styleId;// Step 4: Append the <style> element to the <head>\ndocument.head.appendChild(style);}class EventEmitter{on(event,listener){if(!this.events[event]){this.events[event]=[];}this.events[event].push(listener);}emit(event,data){if(this.events[event]){this.events[event].forEach(listener=>listener(data));}}off(event,listenerToRemove){if(!this.events[event])return;this.events[event]=this.events[event].filter(listener=>listener!==listenerToRemove);}constructor(){_define_property(this,\"events\",void 0);this.events={};}}const eventEmitter=new EventEmitter;class ThemeCheck{constructor(){const savedTheme=localStorage.getItem(\"theme\");if(savedTheme){if(savedTheme===\"Dark\"){document.body.classList.add(\"pix-is-dark\");document.body.classList.remove(\"pix-is-light\");}else if(savedTheme===\"Light\"){document.body.classList.add(\"pix-is-light\");document.body.classList.remove(\"pix-is-dark\");}}if(localStorage.getItem(\"darkThemeVars\")){setDarkThemeCode(localStorage.getItem(\"darkThemeVars\"));}if(localStorage.getItem(\"lightThemeVars\")){setLightThemeCode(localStorage.getItem(\"lightThemeVars\"));}}}const themeChecker=new ThemeCheck;/**\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */export default function ThemeSwitcher(props){// Config Properties\nconst{defaultTheme,color,size,strokeWidth}=props;const getInitialTheme=()=>{if(typeof window===\"undefined\"){return defaultTheme;}const savedTheme=localStorage.getItem(\"theme\");if(savedTheme){return savedTheme;}if(defaultTheme===\"System\"){const prefersDarkScheme=window.matchMedia(\"(prefers-color-scheme: dark)\").matches;return prefersDarkScheme?\"Dark\":\"Light\";}return defaultTheme;};const[theme,setTheme]=useState(\"\");useEffect(()=>{setTheme(getInitialTheme());},[]);let lightIcon=/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",height:size,fill:\"none\",viewBox:\"0 0 24 24\",children:/*#__PURE__*/_jsx(\"path\",{fill:\"none\",fontSize:size,stroke:color,strokeWidth:strokeWidth,strokeLinecap:\"round\",strokeLinejoin:\"round\",fillRule:\"evenodd\",d:\"M12,16 C14.209139,16 16,14.209139 16,12 C16,9.790861 14.209139,8 12,8 C9.790861,8 8,9.790861 8,12 C8,14.209139 9.790861,16 12,16 Z M3.75,12 L4,12 M20,12 L20.25,12 M6.16636906,6.16636906 L6.34314575,6.34314575 M17.6568542,17.6568542 L17.8336309,17.8336309 M12,3.75 L12,4 M12,20 L12,20.25 M17.8336309,6.16636906 L17.6568542,6.34314575 M6.34314575,17.6568542 L6.16636906,17.8336309\"})});let moonIcon=/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",height:size,fill:\"none\",viewBox:\"0 0 24 24\",children:/*#__PURE__*/_jsx(\"path\",{fill:\"none\",fontSize:size,stroke:color,strokeWidth:strokeWidth,strokeLinecap:\"round\",strokeLinejoin:\"round\",fillRule:\"evenodd\",d:\"M10.0097755,3.50866835 C6.50909297,4.74141324 4,8.07769159 4,12 C4,16.9705627 8.02943725,21 13,21 C16.0968026,21 18.8282936,19.4359151 20.4476029,17.0546154 C12.1379474,17.2549581 7.62134541,13.421417 10.0097755,3.50866835 Z\"})});if(localStorage.getItem(\"darkThemeVars\")){setDarkThemeCode(localStorage.getItem(\"darkThemeVars\"));}if(localStorage.getItem(\"lightThemeVars\")){setLightThemeCode(localStorage.getItem(\"lightThemeVars\"));}useEffect(()=>{if(theme===\"Dark\"){document.body.classList.add(\"pix-is-dark\");document.body.classList.remove(\"pix-is-light\");}else if(theme===\"Light\"){document.body.classList.add(\"pix-is-light\");document.body.classList.remove(\"pix-is-dark\");}},[]);if(typeof document!==\"undefined\"){if(theme===\"Dark\"){document.body.classList.add(\"pix-is-dark\");document.body.classList.remove(\"pix-is-light\");}else if(theme===\"Light\"){document.body.classList.add(\"pix-is-light\");document.body.classList.remove(\"pix-is-dark\");}const savedTheme=localStorage.getItem(\"theme\");if(savedTheme){if(savedTheme===\"Dark\"){document.body.classList.add(\"pix-is-dark\");document.body.classList.remove(\"pix-is-light\");}else if(savedTheme===\"Light\"){document.body.classList.add(\"pix-is-light\");document.body.classList.remove(\"pix-is-dark\");}}if(localStorage.getItem(\"darkThemeVars\")){setDarkThemeCode(localStorage.getItem(\"darkThemeVars\"));}if(localStorage.getItem(\"lightThemeVars\")){setLightThemeCode(localStorage.getItem(\"lightThemeVars\"));}}useEffect(()=>{if(theme===\"Light\"||theme===\"Dark\"){localStorage.setItem(\"theme\",theme);const styleTags=Array.from(document.getElementsByTagName(\"style\"));const themeStyleTag=styleTags.find(tag=>tag.innerHTML.includes(\"prefers-color-scheme:\"));if(themeStyleTag){const darkModeCSS=extractDarkModeCSSVariables(themeStyleTag.innerHTML);const lightModeCSS=extractLightModeCSSVariables(themeStyleTag.innerHTML);localStorage.setItem(\"darkThemeVars\",darkModeCSS);localStorage.setItem(\"lightThemeVars\",lightModeCSS);setDarkThemeCode(darkModeCSS);setLightThemeCode(lightModeCSS);if(theme===\"Dark\"){document.body.classList.add(\"pix-is-dark\");document.body.classList.remove(\"pix-is-light\");}else if(theme===\"Light\"){document.body.classList.add(\"pix-is-light\");document.body.classList.remove(\"pix-is-dark\");}}}},[theme]);const handleReload=data=>{setTheme(data);};useEffect(()=>{eventEmitter.on(\"reload\",handleReload);// Cleanup the event listener on component unmount\nreturn()=>{eventEmitter.off(\"reload\",handleReload);};},[]);const switchTheme=e=>{e.preventDefault();let newTheme=theme===\"Light\"?\"Dark\":\"Light\";setTheme(prevTheme=>{return prevTheme===\"Light\"?\"Dark\":\"Light\";});eventEmitter.emit(\"reload\",newTheme);};return /*#__PURE__*/_jsx(motion.div,{style:{},whileHover:{scale:.98,opacity:.8,cursor:\"pointer\"},transition:{type:\"spring\",stiffness:500,damping:30},children:/*#__PURE__*/_jsx(\"a\",{style:containerStyle,onClick:switchTheme,href:\"#\",\"aria-label\":\"Theme switch\",children:theme?theme===\"Dark\"?moonIcon:lightIcon:null})});}addPropertyControls(ThemeSwitcher,{defaultTheme:{type:ControlType.Enum,options:[\"Light\",\"Dark\",\"System\"],optionTitles:[\"Light\",\"Dark\",\"System (auto)\"],title:\"Default Theme\",defaultValue:\"System\",description:\"Theme Switcher will work only in live preview (the icon showing in Framer editor is a placeholder).\"},color:{type:ControlType.Color,defaultValue:\"#09090b\"},size:{type:ControlType.Number,defaultValue:30},strokeWidth:{type:ControlType.Number,defaultValue:2,max:3,min:.5}});const containerStyle={cursor:\"pointer\",display:\"inline-flex\",justifyContent:\"center\",alignItems:\"center\"};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ThemeSwitcher\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ThemeSwitch.map"],
  "mappings": "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",
  "names": ["MotionDivWithFX", "withFX", "motion", "serializationHash", "variantClassNames", "transition1", "toResponsiveImage", "value", "isSet", "transition2", "animation", "transition3", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "backgroundColor", "height", "id", "image", "imageBorderColor", "link", "newTab", "title", "titleColor", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "lqPnx9Iar", "wJF8TqSmS", "hCPMvrO8e", "Z0u5nVZmK", "ChR9B8Q47", "L163s2z6h", "YVvMGx0fI", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEntertxyyif", "overlay", "loadMore", "args", "scopingClassNames", "cx", "serializationHash", "ref1", "ref2", "LayoutGroup", "l", "u", "Image2", "getLoadingLazyAtYPosition", "Link", "AnimatePresence", "Floating", "MotionDivWithFX", "RichText", "css", "Framerysu2QxRqz", "withCSS", "ysu2QxRqz_default", "addPropertyControls", "ControlType", "addFonts", "CirclesSingleFonts", "getFonts", "ysu2QxRqz_default", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "toResponsiveImage", "value", "transition3", "animation2", "transition4", "animation3", "transition5", "animation4", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "borderColor", "height", "id", "image1", "image2", "image3", "image4", "link1", "link2", "link3", "link4", "title1", "title2", "title3", "title4", "titlesColor", "tooltipsColor", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "VSeEC0_Mz", "JvOTbLiLm", "Gdl3jCBCk", "ntI0bci_L", "JdwXhoMWd", "NUQsyqqbm", "HvL3h8uT1", "IknSmbS18", "BHGWnuF4u", "XVY8AWlG_", "xWZ6T3aGg", "kY9fYV8tz", "LRHXmlqJT", "HlnWfkEXS", "lMrUFNx8v", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "css", "FramerHn5DNfFAa", "withCSS", "Hn5DNfFAa_default", "addPropertyControls", "ControlType", "addFonts", "LNCJ8JrMb_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v3", "v0", "p", "x", "motion", "v1", "v2", "v3", "__FramerMetadata__", "valuesByLocaleId", "LNCJ8JrMb_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "radiusForCorner", "value", "cornerIndex", "segments", "transition1", "equals", "a", "b", "convertFromBoolean", "activeLocale", "toNumber", "parsedNumber", "numberToPixelString", "convertFromBoolean1", "convertFromBoolean2", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "border", "buttonColor", "height", "iconAnimation", "id", "link", "newTab", "radius", "shadow", "tap", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "U1Kbkgydv", "ey7w8muFX", "oV7zrnzuy", "VkxZQkMEC", "ApWhoO21o", "SZQpZ3lk2", "WM2TpCryl", "nSQvgmbyz", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1pc7sz3", "args", "scopingClassNames", "cx", "gap", "gap1", "gap2", "gap3", "gap4", "isDisplayed", "LayoutGroup", "Link", "RichText", "getLocalizedValue", "css", "FramerLNCJ8JrMb", "withCSS", "LNCJ8JrMb_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "equals", "a", "b", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "height", "id", "link", "logoColor", "openInNewTab", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "yBg5svSnw", "qj6tn2Ux3", "wJOYtHzul", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "visible", "isDisplayed", "visible1", "isDisplayed1", "visible2", "isDisplayed2", "LayoutGroup", "Link", "u", "Image2", "getLoadingLazyAtYPosition", "SVG", "RichText", "css", "FramerW4JrbG6G8", "withCSS", "W4JrbG6G8_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "facebbok", "facebookLink", "height", "id", "instagram", "instagramLink", "linkedin", "linkedinLink", "pinterest", "pinterestLink", "tiktok", "tiktokLink", "width", "xLink", "youtube", "youtubeLink", "props", "_ref", "_ref1", "_ref2", "_ref3", "_humanReadableVariantMap_props_variant", "_ref4", "_ref5", "_ref6", "_ref7", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "J6qEWLQt_", "rywJGgpt8", "WQO0pZfgA", "lJ26eQHPS", "BKGDQnqTz", "TZOqPnIRW", "wmfTEuRMv", "oJjaNLapp", "trY33FXhi", "y8RgOX4e9", "QcwsHk51H", "ZkU_mDyC2", "yFRmefkVv", "V8IAF0AtZ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Link", "SVG", "css", "FramerXX_yU0s_o", "withCSS", "XX_yU0s_o_default", "addPropertyControls", "ControlType", "addFonts", "dro2LPHjk_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "p", "x", "motion", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "__FramerMetadata__", "valuesByLocaleId", "dro2LPHjk_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "PhosphorFonts", "getFonts", "Icon", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "radiusForCorner", "value", "cornerIndex", "segments", "transition2", "animation", "animation1", "animation2", "transition3", "animation3", "animation4", "animation5", "toResponsiveImage", "transformTemplate1", "_", "t", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "background", "border", "closeColor", "height", "id", "image", "radius", "shadow", "tap", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_humanReadableVariantMap_props_variant", "_ref5", "_ref6", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "uWK1hWUxe", "IAvQoq0y5", "nFdTYNPfB", "VPetzHj2K", "Q7uCTJOjq", "cHGeWpvCp", "ma4jBYiSz", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1v2mft1", "args", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_VPetzHj2K_borderBottomWidth", "_VPetzHj2K_borderLeftWidth", "_VPetzHj2K_borderRightWidth", "_VPetzHj2K_borderTopWidth", "LayoutGroup", "cx", "u", "optimizeAppear", "ComponentViewportProvider", "Image2", "css", "FramerzP_TzYPgb", "withCSS", "zP_TzYPgb_default", "addPropertyControls", "ControlType", "addFonts", "LauncherFonts", "getFonts", "zP_TzYPgb_default", "LogoFonts", "W4JrbG6G8_default", "ButtonFonts", "LNCJ8JrMb_default", "CirclesGroupFonts", "Hn5DNfFAa_default", "SocialIconsFonts", "XX_yU0s_o_default", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "addImageAlt", "image", "alt", "animation1", "animation2", "animation3", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "qj_t6huksb58S1Q9jp", "EhmQ5pRy9b58S1Q9jp", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "cHGeWpvCptxyyif", "overlay", "loadMore", "args", "scopingClassNames", "cx", "ref1", "ref2", "isDisplayed", "isDisplayed1", "isDisplayed2", "router", "useRouter", "isDisplayed3", "isDisplayed4", "isDisplayed5", "p", "LayoutGroup", "l", "ComponentViewportProvider", "u", "SmartComponentScopedContainer", "AnimatePresence", "Floating", "Link", "Image2", "RichText", "getLocalizedValue", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "css", "Framerdro2LPHjk", "withCSS", "dro2LPHjk_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ButtonFonts", "getFonts", "LNCJ8JrMb_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "buttonColor", "height", "id", "link", "newTab", "text", "textColor", "title", "titleColor", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "TPfgUMKvU", "gsEAQKbuw", "eG2qRWVuY", "izv65hphi", "hZOusc34J", "w3EFGvBAB", "RBfiI_81A", "ACpMpFr3L", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerhDk8iqzI5", "withCSS", "hDk8iqzI5_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "iconColor", "id", "tap", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "E6NV4Gf2f", "lYvpkC7IW", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapey0dds", "args", "onTap108nq5d", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "css", "FramersDquhqjHT", "withCSS", "sDquhqjHT_default", "addPropertyControls", "ControlType", "addFonts", "Z5aW2k3RB_0_exports", "__export", "__FramerMetadata__", "v0", "v0", "__FramerMetadata__", "valuesByLocaleId", "Z5aW2k3RB_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "BadgeFonts", "getFonts", "ZC6oaTVqt_default", "PhosphorFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "radiusForCorner", "value", "cornerIndex", "segments", "transition1", "transition2", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "align", "badgeBGColor", "badgeBorder", "badgeText", "badgeTextColor", "bGColor", "bGHover", "enableBadge", "height", "hover", "id", "link", "name1", "openInNewTab", "radius", "tap", "textColor", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "ku0K5iab7", "ZpWw94nXT", "T3ktnO2nz", "wGRcFK04x", "stziIHmv7", "i8hVK17KP", "ycFa86gVJ", "i6eMpMhze", "PnQ813Qxg", "dqMpST25y", "qfg9TUc_S", "kf3NktHXk", "VdwkoqfEz", "bxYeoQnmJ", "CKLn4URch", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1p982a", "args", "onTap8kwsl1", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "Link", "u", "RichText", "ComponentViewportProvider", "SmartComponentScopedContainer", "getLocalizedValue", "css", "FramerZ5aW2k3RB", "withCSS", "Z5aW2k3RB_default", "addPropertyControls", "ControlType", "addFonts", "x6PfALCgy_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v0", "v1", "v2", "__FramerMetadata__", "valuesByLocaleId", "x6PfALCgy_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "MenuItemFonts", "getFonts", "Z5aW2k3RB_default", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "getProps", "align", "height", "id", "textColor", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "ZmT46usVX", "odLrH8wIa", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "router", "useRouter", "LayoutGroup", "u", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "Z5aW2k3RB_default", "getLocalizedValue", "resolvedLinks1", "css", "Framerx6PfALCgy", "withCSS", "x6PfALCgy_default", "addPropertyControls", "ControlType", "addFonts", "MenuItemFonts", "_define_property", "obj", "key", "value", "extractDarkModeCSSVariables", "css", "regex", "matches", "extractLightModeCSSVariables", "bodyRegex", "mediaRegex", "bodyMatches", "mediaMatches", "bodyContent", "mediaMatch", "cssVarRegex", "cssVars", "setDarkThemeCode", "code", "styleId", "style", "cssString", "setLightThemeCode", "EventEmitter", "event", "listener", "data", "listenerToRemove", "_define_property", "eventEmitter", "ThemeCheck", "savedTheme", "themeChecker", "ThemeSwitcher", "props", "defaultTheme", "color", "size", "strokeWidth", "getInitialTheme", "window", "theme", "setTheme", "ye", "ue", "lightIcon", "p", "moonIcon", "themeStyleTag", "tag", "darkModeCSS", "lightModeCSS", "handleReload", "switchTheme", "e", "newTheme", "prevTheme", "motion", "containerStyle", "addPropertyControls", "ControlType"]
}
