{"version":3,"file":"mXpaQ0h49.DLlBPRm8.mjs","names":["Component","addPropertyOverrides","enabledGestures","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","css","__FramerMetadata__","localizedValues","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","css","TextLink3","ButtonV2","Image"],"sources":["https:/framerusercontent.com/modules/r4n0XhG62NL8i1YgW5jI/JSvKlj6FyGaKjjNeGHCi/UTM_Forwarding_1.js","https:/framerusercontent.com/modules/aDxMZ46SnvhRsOz5BvVc/n9y4KH6Fd8jFBgtTkRwo/eZ04AxgO4.js","https:/framerusercontent.com/modules/VdzJugPP5c4KVE3jk9vu/8hZ35GFpvCP0rtc5z2T6/mXpaQ0h49-0.js","https:/framerusercontent.com/modules/VdzJugPP5c4KVE3jk9vu/8hZ35GFpvCP0rtc5z2T6/mXpaQ0h49.js","https:/framerusercontent.com/modules/STHnOZADyjdtx67diolt/NIasdvE45pIrPeERKwGB/ZGnb_9g6h.js","https:/framerusercontent.com/modules/tbL3NZMlkmvKpAoCOf0C/83CkqFdNO8BX3EkEythl/mXpaQ0h49.js"],"sourcesContent":["import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useState,forwardRef}from\"react\";// Learn more: https://www.framer.com/developers/overrides/\nexport function withClick(Component){return /*#__PURE__*/forwardRef((props,ref)=>{const[finalUrl,setFinalUrl]=useState(\"https://app.libratech.ai/auth?signup=true\");useEffect(()=>{const baseUrl=\"https://app.libratech.ai/auth?signup=true\";const base=new URL(baseUrl);const paramsFromPage=new URLSearchParams(window.location.search);const utmKeys=[\"utm_source\",\"utm_medium\",\"utm_campaign\",\"utm_term\",\"utm_content\"];for(const key of utmKeys){const value=paramsFromPage.get(key);if(value){base.searchParams.append(key,value);}}setFinalUrl(base.toString());},[]);return /*#__PURE__*/_jsx(Component,{ref:ref,...props,href:finalUrl});});}export function withClickLogin(Component){return /*#__PURE__*/forwardRef((props,ref)=>{const[finalUrl,setFinalUrl]=useState(\"https://app.libratech.ai\");useEffect(()=>{const baseUrl=\"https://app.libratech.ai\";const base=new URL(baseUrl);const paramsFromPage=new URLSearchParams(window.location.search);const utmKeys=[\"utm_source\",\"utm_medium\",\"utm_campaign\",\"utm_term\",\"utm_content\"];for(const key of utmKeys){const value=paramsFromPage.get(key);if(value){base.searchParams.append(key,value);}}setFinalUrl(base.toString());},[]);return /*#__PURE__*/_jsx(Component,{ref:ref,...props,href:finalUrl});});}\nexport const __FramerMetadata__ = {\"exports\":{\"withClick\":{\"type\":\"reactHoc\",\"name\":\"withClick\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withClickLogin\":{\"type\":\"reactHoc\",\"name\":\"withClickLogin\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UTM_Forwarding_1.map","// Generated by Framer (4458791)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withClick}from\"https://framerusercontent.com/modules/r4n0XhG62NL8i1YgW5jI/JSvKlj6FyGaKjjNeGHCi/UTM_Forwarding_1.js\";const MotionAWithClick1j36mvo=withCodeBoundaryForOverrides(motion.a,{nodeId:\"pZ50R6KAf\",override:withClick,scopeId:\"eZ04AxgO4\"});const enabledGestures={JtdAUiwlF:{hover:true},pkO4UTNDd:{hover:true},pZ50R6KAf:{hover:true},q_3ZXEerU:{hover:true}};const cycleOrder=[\"pZ50R6KAf\",\"JtdAUiwlF\",\"pkO4UTNDd\",\"q_3ZXEerU\"];const serializationHash=\"framer-EoT5i\";const variantClassNames={JtdAUiwlF:\"framer-v-ab3hay\",pkO4UTNDd:\"framer-v-1esh1up\",pZ50R6KAf:\"framer-v-1j36mvo\",q_3ZXEerU:\"framer-v-1r7modv\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.1,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"pZ50R6KAf\",\"Variant 2\":\"JtdAUiwlF\",\"Variant 3\":\"pkO4UTNDd\",\"Variant 4\":\"q_3ZXEerU\"};const getProps=({height,id,link,tap,title,width,...props})=>{return{...props,CVbYx6UR7:link??props.CVbYx6UR7,rcZkeYv4O:tap??props.rcZkeYv4O,t8ec_oG01:title??props.t8ec_oG01??\"Contact\",variant:humanReadableVariantMap[props.variant]??props.variant??\"pZ50R6KAf\"};};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,t8ec_oG01,rcZkeYv4O,CVbYx6UR7,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"pZ50R6KAf\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1rxky3a=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(rcZkeYv4O){const res=await rcZkeYv4O(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:CVbYx6UR7,motionChild:true,nodeId:\"pZ50R6KAf\",openInNewTab:false,scopeId:\"eZ04AxgO4\",children:/*#__PURE__*/_jsx(MotionAWithClick1j36mvo,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1j36mvo\",className,classNames)} framer-k3c7ny`,\"data-border\":true,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"pZ50R6KAf\",onTap:onTap1rxky3a,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-22957a95-a0c7-446a-9b2e-cdef46177f84, rgb(0, 0, 0))\",borderBottomLeftRadius:64,borderBottomRightRadius:64,borderTopLeftRadius:64,borderTopRightRadius:64,...style},variants:{\"JtdAUiwlF-hover\":{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-f421e5d1-4f30-4879-a98e-5afcd0dfe835, rgb(0, 0, 0))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-9c5a4747-e602-45dd-af1f-4885df10a866, rgb(255, 255, 255))\"},\"pkO4UTNDd-hover\":{backgroundColor:\"var(--token-7bad450d-c440-4ade-9f89-23db34d2070f, rgb(243, 243, 243))\"},\"pZ50R6KAf-hover\":{\"--border-color\":\"rgb(34, 34, 34)\",backgroundColor:\"var(--token-9c5a4747-e602-45dd-af1f-4885df10a866, rgb(255, 255, 255))\"},JtdAUiwlF:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-7bad450d-c440-4ade-9f89-23db34d2070f, rgb(243, 243, 243))\"},pkO4UTNDd:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-9c5a4747-e602-45dd-af1f-4885df10a866, rgb(255, 255, 255))\"},q_3ZXEerU:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({\"JtdAUiwlF-hover\":{\"data-framer-name\":undefined},\"pkO4UTNDd-hover\":{\"data-framer-name\":undefined},\"pZ50R6KAf-hover\":{\"data-framer-name\":undefined},\"q_3ZXEerU-hover\":{\"data-framer-name\":undefined},JtdAUiwlF:{\"data-framer-name\":\"Variant 2\"},pkO4UTNDd:{\"data-framer-name\":\"Variant 3\"},q_3ZXEerU:{\"data-framer-name\":\"Variant 4\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-e16847f2-b192-48e1-a890-7bbcce11cc6e, rgb(255, 255, 255)))\"},children:\"Contact\"})}),className:\"framer-1yj3w09\",fonts:[\"GF;Manrope-500\"],layoutDependency:layoutDependency,layoutId:\"D6ozveeTW\",style:{\"--extracted-1eung3n\":\"var(--token-e16847f2-b192-48e1-a890-7bbcce11cc6e, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:t8ec_oG01,variants:{\"JtdAUiwlF-hover\":{\"--extracted-1eung3n\":\"var(--token-22957a95-a0c7-446a-9b2e-cdef46177f84, rgb(0, 0, 0))\"},\"pZ50R6KAf-hover\":{\"--extracted-1eung3n\":\"var(--token-f421e5d1-4f30-4879-a98e-5afcd0dfe835, rgb(0, 0, 0))\"},\"q_3ZXEerU-hover\":{\"--extracted-1eung3n\":\"var(--token-6959d3c5-204a-4049-868e-542c3c5e3b76, rgb(150, 150, 150))\"},JtdAUiwlF:{\"--extracted-1eung3n\":\"var(--token-be079bad-eabd-4234-8a56-5579c7057187, rgb(0, 0, 0))\"},pkO4UTNDd:{\"--extracted-1eung3n\":\"var(--token-be079bad-eabd-4234-8a56-5579c7057187, rgb(0, 0, 0))\"},q_3ZXEerU:{\"--extracted-1eung3n\":\"var(--token-be079bad-eabd-4234-8a56-5579c7057187, rgb(0, 0, 0))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"JtdAUiwlF-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-22957a95-a0c7-446a-9b2e-cdef46177f84, rgb(0, 0, 0)))\"},children:\"Contact\"})}),fonts:[\"GF;Manrope-500\"]},\"pZ50R6KAf-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-f421e5d1-4f30-4879-a98e-5afcd0dfe835, rgb(0, 0, 0)))\"},children:\"Contact\"})})},\"q_3ZXEerU-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-6959d3c5-204a-4049-868e-542c3c5e3b76, rgb(150, 150, 150)))\"},children:\"Contact\"})})},JtdAUiwlF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1tZWRpdW0=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-be079bad-eabd-4234-8a56-5579c7057187, rgb(0, 0, 0)))\"},children:\"Contact\"})}),fonts:[\"FS;Manrope-medium\"]},pkO4UTNDd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-be079bad-eabd-4234-8a56-5579c7057187, rgb(0, 0, 0)))\"},children:\"Contact\"})})},q_3ZXEerU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-be079bad-eabd-4234-8a56-5579c7057187, rgb(0, 0, 0)))\"},children:\"Contact\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-EoT5i.framer-k3c7ny, .framer-EoT5i .framer-k3c7ny { display: block; }\",\".framer-EoT5i.framer-1j36mvo { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 20px 10px 20px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-EoT5i .framer-1yj3w09 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-EoT5i.framer-v-1esh1up.framer-1j36mvo, .framer-EoT5i.framer-v-1r7modv.framer-1j36mvo { padding: 8px 18px 8px 18px; }\",'.framer-EoT5i[data-border=\"true\"]::after, .framer-EoT5i [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 42.5\n * @framerIntrinsicWidth 102\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"JtdAUiwlF\":{\"layout\":[\"auto\",\"auto\"]},\"pkO4UTNDd\":{\"layout\":[\"auto\",\"auto\"]},\"q_3ZXEerU\":{\"layout\":[\"auto\",\"auto\"]},\"VhVPqtqb5\":{\"layout\":[\"auto\",\"auto\"]},\"FK3M2Yx2e\":{\"layout\":[\"auto\",\"auto\"]},\"E3zNWcPik\":{\"layout\":[\"auto\",\"auto\"]},\"gBluAdDUy\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"t8ec_oG01\":\"title\",\"rcZkeYv4O\":\"tap\",\"CVbYx6UR7\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramereZ04AxgO4=withCSS(Component,css,\"framer-EoT5i\");export default FramereZ04AxgO4;FramereZ04AxgO4.displayName=\"Button v2\";FramereZ04AxgO4.defaultProps={height:42.5,width:102};addPropertyControls(FramereZ04AxgO4,{variant:{options:[\"pZ50R6KAf\",\"JtdAUiwlF\",\"pkO4UTNDd\",\"q_3ZXEerU\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum},t8ec_oG01:{defaultValue:\"Contact\",displayTextArea:false,title:\"Title\",type:ControlType.String},rcZkeYv4O:{title:\"Tap\",type:ControlType.EventHandler},CVbYx6UR7:{title:\"Link\",type:ControlType.Link}});addFonts(FramereZ04AxgO4,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v19/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_A87jxeN7B.woff2\",weight:\"500\"},{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BNWG6MUI4RTC6WEND2VPDH4MHMIVU3XZ/R5YXY5FMVG6PXU36GNEEA24MIPMEPGSM/CIM4KQCLZSMMLWPVH25IDDSTY4ENPHEY.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramereZ04AxgO4\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"102\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"t8ec_oG01\\\":\\\"title\\\",\\\"rcZkeYv4O\\\":\\\"tap\\\",\\\"CVbYx6UR7\\\":\\\"link\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"42.5\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"JtdAUiwlF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"pkO4UTNDd\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"q_3ZXEerU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"VhVPqtqb5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"FK3M2Yx2e\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"E3zNWcPik\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gBluAdDUy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./eZ04AxgO4.map","export const v0=\"Produkt\";export const v1=\"Kunden\";export const v2=\"Sicherheit\";export const v3=\"Unternehmen\";export const v4=\"Login\";export const v5=\"Kostenlos testen\";\nexport const __FramerMetadata__ = {\"exports\":{\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (4458791)\nimport*as localizedValues from\"./mXpaQ0h49-0.js\";const valuesByLocaleId={Tw0OTzMtp: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 (4458791)\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\";const enabledGestures={dlDe1scGQ:{hover:true},kLRlJlSLP:{hover:true}};const cycleOrder=[\"kLRlJlSLP\",\"dlDe1scGQ\",\"XPtlrSiYg\"];const serializationHash=\"framer-M1uJN\";const variantClassNames={dlDe1scGQ:\"framer-v-1dz4z8m\",kLRlJlSLP:\"framer-v-1mksko8\",XPtlrSiYg:\"framer-v-1u55v6s\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};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={\"Black Desktop\":\"kLRlJlSLP\",\"Black Mobile\":\"XPtlrSiYg\",White:\"dlDe1scGQ\"};const getProps=({click,height,id,link,title,width,...props})=>{return{...props,D1JxqUIrX:click??props.D1JxqUIrX,diiPXt8iL:title??props.diiPXt8iL??\"Link\",nROLtrc_N:link??props.nROLtrc_N,variant:humanReadableVariantMap[props.variant]??props.variant??\"kLRlJlSLP\"};};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,diiPXt8iL,nROLtrc_N,D1JxqUIrX,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"kLRlJlSLP\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap19qh6sc=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(D1JxqUIrX){const res=await D1JxqUIrX(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:nROLtrc_N,motionChild:true,nodeId:\"kLRlJlSLP\",openInNewTab:false,scopeId:\"ZGnb_9g6h\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1mksko8\",className,classNames)} framer-djc3it`,\"data-framer-name\":\"Black Desktop\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"kLRlJlSLP\",onTap:onTap19qh6sc,ref:refBinding,style:{...style},...addPropertyOverrides({\"dlDe1scGQ-hover\":{\"data-framer-name\":undefined},\"kLRlJlSLP-hover\":{\"data-framer-name\":undefined},dlDe1scGQ:{\"data-framer-name\":\"White\"},XPtlrSiYg:{\"data-framer-name\":\"Black Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7y9t5b\",layoutDependency:layoutDependency,layoutId:\"cmA4wF4oG\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-be079bad-eabd-4234-8a56-5579c7057187, rgb(0, 0, 0)))\"},children:\"Link\"})}),className:\"framer-veqa3u\",fonts:[\"GF;Manrope-500\"],layoutDependency:layoutDependency,layoutId:\"r6cmefLoX\",style:{\"--extracted-1eung3n\":\"var(--token-be079bad-eabd-4234-8a56-5579c7057187, rgb(0, 0, 0))\"},text:diiPXt8iL,variants:{\"kLRlJlSLP-hover\":{\"--extracted-1eung3n\":\"rgba(0, 0, 0, 0.5)\"},dlDe1scGQ:{\"--extracted-1eung3n\":\"var(--token-e16847f2-b192-48e1-a890-7bbcce11cc6e, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"kLRlJlSLP-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgba(0, 0, 0, 0.5))\"},children:\"Link\"})})},dlDe1scGQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-e16847f2-b192-48e1-a890-7bbcce11cc6e, rgb(255, 255, 255)))\"},children:\"Link\"})})}},baseVariant,gestureVariant)})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-M1uJN.framer-djc3it, .framer-M1uJN .framer-djc3it { display: block; }\",\".framer-M1uJN.framer-1mksko8 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 22px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-M1uJN .framer-7y9t5b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 22px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-M1uJN .framer-veqa3u { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-M1uJN.framer-v-1dz4z8m.hover .framer-7y9t5b { justify-content: flex-end; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 22\n * @framerIntrinsicWidth 30\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"dlDe1scGQ\":{\"layout\":[\"auto\",\"fixed\"]},\"XPtlrSiYg\":{\"layout\":[\"auto\",\"fixed\"]},\"ZC6M3XOTe\":{\"layout\":[\"auto\",\"fixed\"]},\"L9P8wIsnA\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"diiPXt8iL\":\"title\",\"nROLtrc_N\":\"link\",\"D1JxqUIrX\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerZGnb_9g6h=withCSS(Component,css,\"framer-M1uJN\");export default FramerZGnb_9g6h;FramerZGnb_9g6h.displayName=\"Text Link 3\";FramerZGnb_9g6h.defaultProps={height:22,width:30};addPropertyControls(FramerZGnb_9g6h,{variant:{options:[\"kLRlJlSLP\",\"dlDe1scGQ\",\"XPtlrSiYg\"],optionTitles:[\"Black Desktop\",\"White\",\"Black Mobile\"],title:\"Variant\",type:ControlType.Enum},diiPXt8iL:{defaultValue:\"Link\",displayTextArea:false,placeholder:\"Link\",title:\"Title\",type:ControlType.String},nROLtrc_N:{title:\"Link\",type:ControlType.Link},D1JxqUIrX:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerZGnb_9g6h,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v19/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_A87jxeN7B.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZGnb_9g6h\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"22\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"dlDe1scGQ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"XPtlrSiYg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"ZC6M3XOTe\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"L9P8wIsnA\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"30\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"diiPXt8iL\\\":\\\"title\\\",\\\"nROLtrc_N\\\":\\\"link\\\",\\\"D1JxqUIrX\\\":\\\"click\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ZGnb_9g6h.map","// Generated by Framer (4458791)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,SmartComponentScopedContainer,useActiveVariantCallback,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/VdzJugPP5c4KVE3jk9vu/8hZ35GFpvCP0rtc5z2T6/mXpaQ0h49.js\";import ButtonV2 from\"https://framerusercontent.com/modules/aDxMZ46SnvhRsOz5BvVc/n9y4KH6Fd8jFBgtTkRwo/eZ04AxgO4.js\";import TextLink3 from\"https://framerusercontent.com/modules/STHnOZADyjdtx67diolt/NIasdvE45pIrPeERKwGB/ZGnb_9g6h.js\";const TextLink3Fonts=getFonts(TextLink3);const ButtonV2Fonts=getFonts(ButtonV2);const cycleOrder=[\"tQasORnmr\",\"wuY25ZwOE\",\"LVI4wiUWP\",\"SRjwYAFmx\"];const serializationHash=\"framer-T22RC\";const variantClassNames={LVI4wiUWP:\"framer-v-lhwqak\",SRjwYAFmx:\"framer-v-ybokp1\",tQasORnmr:\"framer-v-1qxy5y4\",wuY25ZwOE:\"framer-v-160jgs7\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};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={\"Phone Opened\":\"SRjwYAFmx\",Desktop:\"tQasORnmr\",Phone:\"LVI4wiUWP\",Tablet:\"wuY25ZwOE\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"tQasORnmr\"};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"tQasORnmr\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap16rdxtg=activeVariantCallback(async(...args)=>{setVariant(\"SRjwYAFmx\");});const onTap1rq2juq=activeVariantCallback(async(...args)=>{setVariant(\"LVI4wiUWP\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"LVI4wiUWP\",\"SRjwYAFmx\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"LVI4wiUWP\")return false;return true;};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-1qxy5y4\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"tQasORnmr\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,...style},variants:{LVI4wiUWP:{backgroundColor:\"var(--token-e16847f2-b192-48e1-a890-7bbcce11cc6e, rgb(255, 255, 255))\"},SRjwYAFmx:{backgroundColor:\"var(--token-e16847f2-b192-48e1-a890-7bbcce11cc6e, rgb(255, 255, 255))\",borderBottomLeftRadius:16,borderBottomRightRadius:16}},...addPropertyOverrides({LVI4wiUWP:{\"data-framer-name\":\"Phone\"},SRjwYAFmx:{\"data-framer-name\":\"Phone Opened\"},wuY25ZwOE:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.section,{className:\"framer-nypohi\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"G325Mb_En\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"oKjkQ1Byf\"},motionChild:true,nodeId:\"OvK2plS3z\",openInNewTab:false,scopeId:\"mXpaQ0h49\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:20,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(17+((componentViewport?.height||76.5)-34-20)/2)+0),pixelHeight:40,pixelWidth:200,src:\"https://framerusercontent.com/images/TXDbbTg0H0esEIDQwuWm4SY32uw.svg\"},className:\"framer-31i3ae framer-1r3o6k3\",\"data-framer-name\":\"Libra logo_black\",layoutDependency:layoutDependency,layoutId:\"OvK2plS3z\",...addPropertyOverrides({LVI4wiUWP:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:20,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(16+((componentViewport?.height||200)-32-40)/2)+10),pixelHeight:40,pixelWidth:200,src:\"https://framerusercontent.com/images/TXDbbTg0H0esEIDQwuWm4SY32uw.svg\"}},SRjwYAFmx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:20,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+16+0+10),pixelHeight:40,pixelWidth:200,src:\"https://framerusercontent.com/images/TXDbbTg0H0esEIDQwuWm4SY32uw.svg\"}}},baseVariant,gestureVariant)})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-79tbbh\",\"data-framer-name\":\"Icon\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"OkQ4X6bFZ\",onTap:onTap16rdxtg,...addPropertyOverrides({SRjwYAFmx:{onTap:onTap1rq2juq}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ywcexz\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"LFS7t7ZsM\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-16ogugy\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"Ia0SwN5r0\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.nav,{\"aria-label\":\"Main navigation\",className:\"framer-mrfp3l\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"eD8UnzdnP\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1drtz5i\",\"data-framer-name\":\"Navigation\",layoutDependency:layoutDependency,layoutId:\"e1KjE6wf3\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Z6ZQ9CiGu\"},implicitPathVariables:undefined},{href:{webPageId:\"Z6ZQ9CiGu\"},implicitPathVariables:undefined},{href:{webPageId:\"Z6ZQ9CiGu\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+(17+((componentViewport?.height||76.5)-34-42)/2)+10+0,...addPropertyOverrides({SRjwYAFmx:{y:(componentViewport?.y||0)+16+88+0+0+32+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-9wb59g-container\",layoutDependency:layoutDependency,layoutId:\"iYigiItT8-container\",nodeId:\"iYigiItT8\",rendersWithMotion:true,scopeId:\"mXpaQ0h49\",children:/*#__PURE__*/_jsx(TextLink3,{diiPXt8iL:getLocalizedValue(\"v0\",activeLocale)??\"Product\",height:\"100%\",id:\"iYigiItT8\",layoutId:\"iYigiItT8\",nROLtrc_N:resolvedLinks[0],variant:\"kLRlJlSLP\",width:\"100%\",...addPropertyOverrides({SRjwYAFmx:{nROLtrc_N:resolvedLinks[2],variant:\"XPtlrSiYg\"},wuY25ZwOE:{nROLtrc_N:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"f0lNGjpuF\"},implicitPathVariables:undefined},{href:{webPageId:\"f0lNGjpuF\"},implicitPathVariables:undefined},{href:{webPageId:\"f0lNGjpuF\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+(17+((componentViewport?.height||76.5)-34-42)/2)+10+0,...addPropertyOverrides({SRjwYAFmx:{y:(componentViewport?.y||0)+16+88+0+0+32+46}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-scjm7p-container\",layoutDependency:layoutDependency,layoutId:\"cibhK8ojb-container\",nodeId:\"cibhK8ojb\",rendersWithMotion:true,scopeId:\"mXpaQ0h49\",children:/*#__PURE__*/_jsx(TextLink3,{diiPXt8iL:getLocalizedValue(\"v1\",activeLocale)??\"Customers\",height:\"100%\",id:\"cibhK8ojb\",layoutId:\"cibhK8ojb\",nROLtrc_N:resolvedLinks1[0],variant:\"kLRlJlSLP\",width:\"100%\",...addPropertyOverrides({SRjwYAFmx:{nROLtrc_N:resolvedLinks1[2]},wuY25ZwOE:{nROLtrc_N:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+(17+((componentViewport?.height||76.5)-34-42)/2)+10+0,...addPropertyOverrides({SRjwYAFmx:{y:(componentViewport?.y||0)+16+88+0+0+32+92}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-vyzere-container\",layoutDependency:layoutDependency,layoutId:\"klPtq3UaA-container\",nodeId:\"klPtq3UaA\",rendersWithMotion:true,scopeId:\"mXpaQ0h49\",children:/*#__PURE__*/_jsx(TextLink3,{diiPXt8iL:getLocalizedValue(\"v2\",activeLocale)??\"Security\",height:\"100%\",id:\"klPtq3UaA\",layoutId:\"klPtq3UaA\",nROLtrc_N:\"trust.libratech.ai\",variant:\"kLRlJlSLP\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"R55sh7QK8\"},implicitPathVariables:undefined},{href:{webPageId:\"R55sh7QK8\"},implicitPathVariables:undefined},{href:{webPageId:\"R55sh7QK8\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+(17+((componentViewport?.height||76.5)-34-42)/2)+10+0,...addPropertyOverrides({SRjwYAFmx:{y:(componentViewport?.y||0)+16+88+0+0+32+138}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-cs7jgr-container\",layoutDependency:layoutDependency,layoutId:\"TTmxbKkQ6-container\",nodeId:\"TTmxbKkQ6\",rendersWithMotion:true,scopeId:\"mXpaQ0h49\",children:/*#__PURE__*/_jsx(TextLink3,{diiPXt8iL:\"Journal\",height:\"100%\",id:\"TTmxbKkQ6\",layoutId:\"TTmxbKkQ6\",nROLtrc_N:resolvedLinks2[0],variant:\"kLRlJlSLP\",width:\"100%\",...addPropertyOverrides({SRjwYAFmx:{nROLtrc_N:resolvedLinks2[2]},wuY25ZwOE:{nROLtrc_N:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"CuwkVQge5\"},implicitPathVariables:undefined},{href:{webPageId:\"CuwkVQge5\"},implicitPathVariables:undefined},{href:{webPageId:\"CuwkVQge5\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+(17+((componentViewport?.height||76.5)-34-42)/2)+10+0,...addPropertyOverrides({SRjwYAFmx:{y:(componentViewport?.y||0)+16+88+0+0+32+184}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1quujpb-container\",layoutDependency:layoutDependency,layoutId:\"V3vRE21f1-container\",nodeId:\"V3vRE21f1\",rendersWithMotion:true,scopeId:\"mXpaQ0h49\",children:/*#__PURE__*/_jsx(TextLink3,{diiPXt8iL:getLocalizedValue(\"v3\",activeLocale)??\"Company\",height:\"100%\",id:\"V3vRE21f1\",layoutId:\"V3vRE21f1\",nROLtrc_N:resolvedLinks3[0],variant:\"kLRlJlSLP\",width:\"100%\",...addPropertyOverrides({SRjwYAFmx:{nROLtrc_N:resolvedLinks3[2]},wuY25ZwOE:{nROLtrc_N:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"90px\",y:(componentViewport?.y||0)+(17+((componentViewport?.height||76.5)-34-42)/2)+1,...addPropertyOverrides({SRjwYAFmx:{height:60,y:(componentViewport?.y||0)+16+88+0+270}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-wd8i76-container\",layoutDependency:layoutDependency,layoutId:\"YdVlfFDXj-container\",nodeId:\"YdVlfFDXj\",rendersWithMotion:true,scopeId:\"mXpaQ0h49\",children:/*#__PURE__*/_jsx(TextLink3,{diiPXt8iL:getLocalizedValue(\"v4\",activeLocale)??\"Login\",height:\"100%\",id:\"YdVlfFDXj\",layoutId:\"YdVlfFDXj\",nROLtrc_N:\"https://app.libratech.ai/\",style:{height:\"100%\",width:\"100%\"},variant:\"kLRlJlSLP\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,y:(componentViewport?.y||0)+(17+((componentViewport?.height||76.5)-34-42)/2)+0,...addPropertyOverrides({SRjwYAFmx:{y:(componentViewport?.y||0)+16+88+0+330}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ajdtrk-container\",layoutDependency:layoutDependency,layoutId:\"bIjODpBO0-container\",nodeId:\"bIjODpBO0\",rendersWithMotion:true,scopeId:\"mXpaQ0h49\",children:/*#__PURE__*/_jsx(ButtonV2,{CVbYx6UR7:\"https://app.libratech.ai/auth?signup=true\",height:\"100%\",id:\"bIjODpBO0\",layoutId:\"bIjODpBO0\",t8ec_oG01:getLocalizedValue(\"v5\",activeLocale)??\"Start Trial\",variant:\"pZ50R6KAf\",width:\"100%\"})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-T22RC.framer-1r3o6k3, .framer-T22RC .framer-1r3o6k3 { display: block; }\",\".framer-T22RC.framer-1qxy5y4 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 17px 40px 17px 40px; position: relative; width: 1200px; }\",\".framer-T22RC .framer-nypohi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-T22RC .framer-31i3ae { aspect-ratio: 5 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: visible; position: relative; text-decoration: none; width: 100px; }\",\".framer-T22RC .framer-79tbbh { cursor: pointer; flex: none; height: 40px; overflow: hidden; position: relative; width: 40px; }\",\".framer-T22RC .framer-1ywcexz { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(62.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-T22RC .framer-16ogugy { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(37.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-T22RC .framer-mrfp3l { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1800px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-T22RC .framer-1drtz5i { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-T22RC .framer-9wb59g-container, .framer-T22RC .framer-scjm7p-container, .framer-T22RC .framer-vyzere-container, .framer-T22RC .framer-cs7jgr-container, .framer-T22RC .framer-1quujpb-container, .framer-T22RC .framer-1ajdtrk-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-T22RC .framer-wd8i76-container { flex: none; height: 40px; position: relative; width: 90px; }\",\".framer-T22RC.framer-v-160jgs7.framer-1qxy5y4 { width: 810px; }\",\".framer-T22RC.framer-v-160jgs7 .framer-nypohi { order: 0; }\",\".framer-T22RC.framer-v-160jgs7 .framer-mrfp3l, .framer-T22RC.framer-v-160jgs7 .framer-wd8i76-container { order: 1; }\",\".framer-T22RC.framer-v-160jgs7 .framer-1drtz5i { gap: 16px; order: 0; }\",\".framer-T22RC.framer-v-160jgs7 .framer-1ajdtrk-container, .framer-T22RC.framer-v-ybokp1 .framer-1ajdtrk-container { order: 2; }\",\".framer-T22RC.framer-v-lhwqak.framer-1qxy5y4 { gap: unset; justify-content: space-between; padding: 16px; width: 390px; }\",\".framer-T22RC.framer-v-lhwqak .framer-nypohi { flex: 1 0 0px; gap: unset; justify-content: space-between; order: 0; width: 1px; }\",\".framer-T22RC.framer-v-ybokp1.framer-1qxy5y4 { flex-direction: column; gap: 48px; justify-content: flex-start; padding: 16px 16px 80px 16px; width: 390px; will-change: var(--framer-will-change-override, transform); }\",\".framer-T22RC.framer-v-ybokp1 .framer-nypohi { gap: unset; justify-content: space-between; order: 0; width: 100%; }\",\".framer-T22RC.framer-v-ybokp1 .framer-mrfp3l { flex: none; flex-direction: column; flex-wrap: wrap; order: 1; width: 100%; }\",\".framer-T22RC.framer-v-ybokp1 .framer-1drtz5i { flex: none; flex-direction: column; gap: 24px; order: 0; padding: 32px 0px 32px 0px; width: 100%; }\",\".framer-T22RC.framer-v-ybokp1 .framer-wd8i76-container { height: 60px; order: 1; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 76.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"wuY25ZwOE\":{\"layout\":[\"fixed\",\"auto\"]},\"LVI4wiUWP\":{\"layout\":[\"fixed\",\"auto\"]},\"SRjwYAFmx\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramermXpaQ0h49=withCSS(Component,css,\"framer-T22RC\");export default FramermXpaQ0h49;FramermXpaQ0h49.displayName=\"Navbar v2\";FramermXpaQ0h49.defaultProps={height:76.5,width:1200};addPropertyControls(FramermXpaQ0h49,{variant:{options:[\"tQasORnmr\",\"wuY25ZwOE\",\"LVI4wiUWP\",\"SRjwYAFmx\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\",\"Phone Opened\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramermXpaQ0h49,[{explicitInter:true,fonts:[]},...TextLink3Fonts,...ButtonV2Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermXpaQ0h49\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wuY25ZwOE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LVI4wiUWP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SRjwYAFmx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"76.5\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}