{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/IQXqjAGXltPKLdfjcdtf/AdYVRfUvx2HLE5qL3Xfw/Logo.js", "ssg:https://framerusercontent.com/modules/FhspUHswShQXZ8gVuDZr/dmVisOXeWTVCg1PqgAUy/uE8KZy2Bf.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useMemo}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";var SrcType;(function(SrcType){SrcType[\"Upload\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));const baseUrl=\"https://logo.clearbit.com/\";const getLogoUrl=company=>{if(!company)return null;return company.includes(\".\")?`${baseUrl}${company}?size=500`:`${baseUrl}${company}.com?size=500`;};/**\n * @framerIntrinsicWidth 64\n * @framerIntrinsicHeight 64\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Logo(props){const{company,radius,isSearch,srcType,srcUrl,srcFile,style}=props;const logoURL=useMemo(()=>{if(isSearch)return getLogoUrl(company);if(srcType===SrcType.Upload)return srcFile;if(srcType===SrcType.Url)return srcUrl;return null;},[company,isSearch,srcType,srcUrl,srcFile]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return logoURL?/*#__PURE__*/ _jsx(\"img\",{src:logoURL,style:{...baseStyles,...style,borderRadius:radius},alt:\"Logo\"}):emptyState;};Logo.defaultProps={company:\"Framer\",radius:100,width:64,height:64,isSearch:true};const baseStyles={position:\"absolute\",left:0,right:0,top:0,bottom:0,width:\"100%\",height:\"100%\"};addPropertyControls(Logo,{isSearch:{type:ControlType.Boolean,title:\"Type\",disabledTitle:\"Custom\",enabledTitle:\"Search\"},srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[SrcType.Url,SrcType.Upload],hidden:({isSearch})=>isSearch},srcUrl:{type:ControlType.String,title:\" \",placeholder:\"../example.jpg\",hidden:({srcType,isSearch})=>srcType===SrcType.Upload||isSearch},srcFile:{type:ControlType.File,title:\" \",allowedFileTypes:[\"jpg\",\"png\",\"jpeg\",\"tiff\",\"gif\"],hidden:({srcType,isSearch})=>srcType===SrcType.Url||isSearch},company:{type:ControlType.String,title:\"Company\",placeholder:\"Github, Apple...\",hidden:({isSearch})=>!isSearch},radius:{type:ControlType.Number,min:0,max:100,title:\"Radius\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Logo\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"64\",\"framerIntrinsicHeight\":\"64\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Logo.map", "// Generated by Framer (13d9867)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/Dbp8h1HhvJVdy4bm0enh/pqB21jtLLc1XdbyrIpWg/ro7OPezbn.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/td3BALyhl8bi7W3fV00l/uYt35qErolafYiolHy4o/XlisMxjW3.js\";const cycleOrder=[\"NvPC3nva8\",\"AWJEuNK4N\",\"r9XgSR6gk\"];const serializationHash=\"framer-p7hLp\";const variantClassNames={AWJEuNK4N:\"framer-v-16910x3\",NvPC3nva8:\"framer-v-11boxay\",r9XgSR6gk:\"framer-v-18zcq42\"};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 transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transformTemplate2=(_,t)=>`translateX(-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.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"NvPC3nva8\",Phone:\"AWJEuNK4N\",Tab:\"r9XgSR6gk\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"NvPC3nva8\"};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"NvPC3nva8\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"AWJEuNK4N\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"AWJEuNK4N\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-11boxay\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"NvPC3nva8\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({AWJEuNK4N:{\"data-framer-name\":\"Phone\"},r9XgSR6gk:{\"data-framer-name\":\"Tab\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-owd9c8\",layoutDependency:layoutDependency,layoutId:\"Y8byWN6i_\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kk3tx\",layoutDependency:layoutDependency,layoutId:\"zruaSynDx\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-mqqgpm\",layoutDependency:layoutDependency,layoutId:\"oYRG_MnwV\",children:isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:\"https://www.saasinsider.com/\",nodeId:\"IZsJebX_s\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",intrinsicHeight:195,intrinsicWidth:878,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||412.5)-20-392.6)/2+0+0)+80+0+0+0),pixelHeight:195,pixelWidth:878,positionX:\"center\",positionY:\"center\",sizes:\"164px\",src:\"https://framerusercontent.com/images/bfGMnWvAU6HZU6cX4o1eFUFyQIg.svg\",srcSet:\"https://framerusercontent.com/images/bfGMnWvAU6HZU6cX4o1eFUFyQIg.svg?scale-down-to=512 512w,https://framerusercontent.com/images/bfGMnWvAU6HZU6cX4o1eFUFyQIg.svg 878w\"},className:\"framer-w7mizj framer-if0wfn\",layoutDependency:layoutDependency,layoutId:\"IZsJebX_s\",...addPropertyOverrides({r9XgSR6gk:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:195,intrinsicWidth:878,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||364.5)-20-323.6)/2+0+0)+80+0+0+0),pixelHeight:195,pixelWidth:878,positionX:\"center\",positionY:\"center\",sizes:\"164px\",src:\"https://framerusercontent.com/images/bfGMnWvAU6HZU6cX4o1eFUFyQIg.svg\",srcSet:\"https://framerusercontent.com/images/bfGMnWvAU6HZU6cX4o1eFUFyQIg.svg?scale-down-to=512 512w,https://framerusercontent.com/images/bfGMnWvAU6HZU6cX4o1eFUFyQIg.svg 878w\"}}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xzrtvv\",layoutDependency:layoutDependency,layoutId:\"k5BSzaGeT\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18ayxe2\",layoutDependency:layoutDependency,layoutId:\"h_Y9rD6wD\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\"},children:\"Resources\"})}),className:\"framer-1rj3qdc\",fonts:[\"FS;Satoshi-bold\"],layoutDependency:layoutDependency,layoutId:\"x6a7LoyiT\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jJXKKziez\"},nodeId:\"mTVmjdeLz\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Blog\"})})})}),className:\"framer-1jmbrl1\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"mTVmjdeLz\",style:{opacity:.5},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://airtable.com/apptfxhNQQLIEHaQa/shrO29peZiJHdctJO/tblipR9c6CQAFyHYh\",nodeId:\"QpfCrpSya\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Deals\"})})})}),className:\"framer-17kdp15\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"QpfCrpSya\",style:{opacity:.5},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ittvep\",layoutDependency:layoutDependency,layoutId:\"WwduRn8MF\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\"},children:\"Events\"})}),className:\"framer-1pnm0cs\",fonts:[\"FS;Satoshi-bold\"],layoutDependency:layoutDependency,layoutId:\"X7j5zvfk_\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"m0uxaCaug\"},nodeId:\"Bch6ze00Z\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-riy8an\",\"data-styles-preset\":\"XlisMxjW3\",children:\"DEVCON25\"})})})}),className:\"framer-5w9713\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"Bch6ze00Z\",style:{opacity:.5},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"m9d3vnAeS\"},nodeId:\"V_0MTikGU\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-riy8an\",\"data-styles-preset\":\"XlisMxjW3\",children:\"SAASCON25\"})})})}),className:\"framer-1cclak0\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"V_0MTikGU\",style:{opacity:.5},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"PSaJE9mKa\"},nodeId:\"i51eOLH1H\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-riy8an\",\"data-styles-preset\":\"XlisMxjW3\",children:\"Events\"})})})}),className:\"framer-1ej5etu\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"i51eOLH1H\",style:{opacity:.5},verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:\"https://www.saasinsider.com/\",nodeId:\"mqA4JyW9f\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",intrinsicHeight:195,intrinsicWidth:878,pixelHeight:195,pixelWidth:878,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/bfGMnWvAU6HZU6cX4o1eFUFyQIg.svg\",srcSet:\"https://framerusercontent.com/images/bfGMnWvAU6HZU6cX4o1eFUFyQIg.svg?scale-down-to=512 512w,https://framerusercontent.com/images/bfGMnWvAU6HZU6cX4o1eFUFyQIg.svg 878w\"},className:\"framer-nex2uv framer-if0wfn\",layoutDependency:layoutDependency,layoutId:\"mqA4JyW9f\",...addPropertyOverrides({AWJEuNK4N:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:195,intrinsicWidth:878,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||814)-20-839)/2+0+0)+40+466),pixelHeight:195,pixelWidth:878,positionX:\"center\",positionY:\"center\",sizes:\"128px\",src:\"https://framerusercontent.com/images/bfGMnWvAU6HZU6cX4o1eFUFyQIg.svg\",srcSet:\"https://framerusercontent.com/images/bfGMnWvAU6HZU6cX4o1eFUFyQIg.svg?scale-down-to=512 512w,https://framerusercontent.com/images/bfGMnWvAU6HZU6cX4o1eFUFyQIg.svg 878w\"}}},baseVariant,gestureVariant)})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kmp207\",layoutDependency:layoutDependency,layoutId:\"KkRNjWVR_\",style:{backgroundColor:\"rgb(255, 255, 255)\"},variants:{AWJEuNK4N:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qe1qzx\",layoutDependency:layoutDependency,layoutId:\"Vu7XZPWwO\",style:{backgroundColor:\"rgb(255, 255, 255)\"},variants:{AWJEuNK4N:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-m7x5gv\",layoutDependency:layoutDependency,layoutId:\"uhT3lLyYB\",...addPropertyOverrides({r9XgSR6gk:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(161, 161, 161))\"},children:\"\\xa9\uFE0F 2024 EventHQ Inc. All Rights Reserved\"})}),className:\"framer-1tworxz\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"hHLjebPap\",style:{\"--extracted-r6o4lv\":\"rgb(161, 161, 161)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{AWJEuNK4N:{\"--extracted-r6o4lv\":\"rgb(71, 71, 71)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({AWJEuNK4N:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 71, 71))\"},children:\"\\xa9\uFE0F 2024 EventHQ Inc. All Rights Reserved\"})})},r9XgSR6gk:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qqu2m5\",layoutDependency:layoutDependency,layoutId:\"iJygEVhUd\",style:{backgroundColor:\"rgb(255, 255, 255)\"},variants:{AWJEuNK4N:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({r9XgSR6gk:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-r6akgj\",layoutDependency:layoutDependency,layoutId:\"cDZUOUgNm\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qJgJ9eQEy\"},nodeId:\"VGxqoOubw\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-riy8an\",\"data-styles-preset\":\"XlisMxjW3\",children:\"Privacy Policy\"})})})}),className:\"framer-citz4h\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"VGxqoOubw\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1njd6da\",layoutDependency:layoutDependency,layoutId:\"RgWkG1RC6\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZE_CfylvO\"},nodeId:\"KWVjLdRs_\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-riy8an\",\"data-styles-preset\":\"XlisMxjW3\",children:\"Event Terms of Service\"})})})}),className:\"framer-vwkc2u\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"KWVjLdRs_\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1frozxv\",layoutDependency:layoutDependency,layoutId:\"fDmeu8Evo\",style:{backgroundColor:\"rgb(255, 255, 255)\"},variants:{AWJEuNK4N:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},children:[/*#__PURE__*/_jsx(Link,{href:\"https://x.com/SaaS_Insider\",nodeId:\"OMgCet2DR\",openInNewTab:true,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:568.8889039592982,intrinsicWidth:568.8889039592982,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||412.5)-20-392.6)/2+288.6+35)+25.5+-.50347900390625),pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/8orXCNM2oT8qGaYNP1fPkVdv11A.png\"},className:\"framer-1nea1rd framer-if0wfn\",\"data-framer-name\":\"$65c4bb713995b843acb9b449_x_twitter\",layoutDependency:layoutDependency,layoutId:\"OMgCet2DR\",...addPropertyOverrides({AWJEuNK4N:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:568.8889039592982,intrinsicWidth:568.8889039592982,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||814)-20-839)/2+646+0)+0+173+0),pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/8orXCNM2oT8qGaYNP1fPkVdv11A.png\"}},r9XgSR6gk:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:568.8889039592982,intrinsicWidth:568.8889039592982,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||364.5)-20-323.6)/2+288.6+35)+0+-36),pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/8orXCNM2oT8qGaYNP1fPkVdv11A.png\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-g5x9v4\",layoutDependency:layoutDependency,layoutId:\"dhYdvt8kx\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-13bf0fv\",layoutDependency:layoutDependency,layoutId:\"HANJdRQiV\"}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/saas-insider/\",nodeId:\"eYHPvGvR9\",openInNewTab:true,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:568.8889039592982,intrinsicWidth:497.777790964386,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||412.5)-20-392.6)/2+288.6+35)+25.5+0+0),pixelHeight:512,pixelWidth:448,src:\"https://framerusercontent.com/images/wORGJm3UY4xHxquDzsWkTxzk8.png\"},className:\"framer-4xhgjy framer-if0wfn\",\"data-framer-name\":\"$65c4bca71454f5cfcfeada8c_linkedin_in\",layoutDependency:layoutDependency,layoutId:\"eYHPvGvR9\",...addPropertyOverrides({AWJEuNK4N:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:568.8889039592982,intrinsicWidth:497.777790964386,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||814)-20-839)/2+646+0)+0+173+0+-2),pixelHeight:512,pixelWidth:448,src:\"https://framerusercontent.com/images/wORGJm3UY4xHxquDzsWkTxzk8.png\"}},r9XgSR6gk:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:568.8889039592982,intrinsicWidth:497.777790964386,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||364.5)-20-323.6)/2+288.6+35)+0+0+-37),pixelHeight:512,pixelWidth:448,src:\"https://framerusercontent.com/images/wORGJm3UY4xHxquDzsWkTxzk8.png\"},transformTemplate:transformTemplate2}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-70uhqt\",layoutDependency:layoutDependency,layoutId:\"A9njETlvL\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.eventhq.com/\",nodeId:\"OvH2U7Yc5\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",intrinsicHeight:529,intrinsicWidth:2647,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||412.5)-20-392.6)/2+288.6+35)+25.5+0+0+0+0),pixelHeight:529,pixelWidth:2647,positionX:\"center\",positionY:\"center\",sizes:\"81px\",src:\"https://framerusercontent.com/images/GY4e2XOOVIN4XpFBuFGZIekD9TQ.svg\",srcSet:\"https://framerusercontent.com/images/GY4e2XOOVIN4XpFBuFGZIekD9TQ.svg?scale-down-to=512 512w,https://framerusercontent.com/images/GY4e2XOOVIN4XpFBuFGZIekD9TQ.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/GY4e2XOOVIN4XpFBuFGZIekD9TQ.svg?scale-down-to=2048 2048w,https://framerusercontent.com/images/GY4e2XOOVIN4XpFBuFGZIekD9TQ.svg 2647w\"},className:\"framer-px9toc framer-if0wfn\",layoutDependency:layoutDependency,layoutId:\"OvH2U7Yc5\",...addPropertyOverrides({AWJEuNK4N:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:529,intrinsicWidth:2647,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||814)-20-839)/2+646+0)+0+173+0+0+0),pixelHeight:529,pixelWidth:2647,positionX:\"center\",positionY:\"center\",sizes:\"80px\",src:\"https://framerusercontent.com/images/GY4e2XOOVIN4XpFBuFGZIekD9TQ.svg\",srcSet:\"https://framerusercontent.com/images/GY4e2XOOVIN4XpFBuFGZIekD9TQ.svg?scale-down-to=512 512w,https://framerusercontent.com/images/GY4e2XOOVIN4XpFBuFGZIekD9TQ.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/GY4e2XOOVIN4XpFBuFGZIekD9TQ.svg?scale-down-to=2048 2048w,https://framerusercontent.com/images/GY4e2XOOVIN4XpFBuFGZIekD9TQ.svg 2647w\"}},r9XgSR6gk:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:529,intrinsicWidth:2647,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||364.5)-20-323.6)/2+288.6+35)+0+0+0+-3),pixelHeight:529,pixelWidth:2647,positionX:\"center\",positionY:\"center\",sizes:\"81px\",src:\"https://framerusercontent.com/images/GY4e2XOOVIN4XpFBuFGZIekD9TQ.svg\",srcSet:\"https://framerusercontent.com/images/GY4e2XOOVIN4XpFBuFGZIekD9TQ.svg?scale-down-to=512 512w,https://framerusercontent.com/images/GY4e2XOOVIN4XpFBuFGZIekD9TQ.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/GY4e2XOOVIN4XpFBuFGZIekD9TQ.svg?scale-down-to=2048 2048w,https://framerusercontent.com/images/GY4e2XOOVIN4XpFBuFGZIekD9TQ.svg 2647w\"}}},baseVariant,gestureVariant)})})})]})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-p7hLp.framer-if0wfn, .framer-p7hLp .framer-if0wfn { display: block; }\",\".framer-p7hLp.framer-11boxay { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: center; max-width: 1980px; overflow: visible; padding: 20px 20px 0px 20px; position: relative; width: 1200px; }\",\".framer-p7hLp .framer-owd9c8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1600px; overflow: visible; padding: 80px 80px 80px 20px; position: relative; width: 100%; }\",\".framer-p7hLp .framer-1kk3tx { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-p7hLp .framer-mqqgpm { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 1px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-p7hLp .framer-w7mizj { flex: none; height: 40px; position: relative; text-decoration: none; width: 164px; }\",\".framer-p7hLp .framer-xzrtvv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-p7hLp .framer-18ayxe2, .framer-p7hLp .framer-1ittvep { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 2; }\",\".framer-p7hLp .framer-1rj3qdc, .framer-p7hLp .framer-1pnm0cs { cursor: pointer; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-p7hLp .framer-1jmbrl1, .framer-p7hLp .framer-17kdp15, .framer-p7hLp .framer-5w9713, .framer-p7hLp .framer-1cclak0, .framer-p7hLp .framer-1ej5etu { --framer-custom-cursors: pointer; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-p7hLp .framer-nex2uv { flex: none; height: 100px; position: relative; text-decoration: none; width: 128px; }\",\".framer-p7hLp .framer-1kmp207 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 100%; overflow: visible; padding: 0px 50px 0px 50px; position: relative; width: 100%; }\",\".framer-p7hLp .framer-1qe1qzx { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-p7hLp .framer-m7x5gv, .framer-p7hLp .framer-r6akgj, .framer-p7hLp .framer-1njd6da { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-p7hLp .framer-1tworxz, .framer-p7hLp .framer-citz4h, .framer-p7hLp .framer-vwkc2u { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-p7hLp .framer-qqu2m5 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: flex-end; max-width: 100%; overflow: visible; padding: 24px; position: relative; width: 1px; }\",\".framer-p7hLp .framer-1frozxv { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-p7hLp .framer-1nea1rd { aspect-ratio: 1 / 1; bottom: 0px; flex: none; overflow: visible; position: absolute; right: 129px; text-decoration: none; top: -1px; width: var(--framer-aspect-ratio-supported, 19px); z-index: 1; }\",\".framer-p7hLp .framer-g5x9v4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-p7hLp .framer-13bf0fv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; min-height: 18px; overflow: visible; padding: 0px; position: relative; width: 12px; }\",\".framer-p7hLp .framer-4xhgjy { aspect-ratio: 0.8750000000000001 / 1; bottom: 0px; flex: none; left: -12px; overflow: visible; position: absolute; text-decoration: none; top: 0px; width: var(--framer-aspect-ratio-supported, 16px); z-index: 1; }\",\".framer-p7hLp .framer-70uhqt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-p7hLp .framer-px9toc { flex: none; height: 18px; position: relative; text-decoration: none; width: 81px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-p7hLp.framer-11boxay, .framer-p7hLp .framer-mqqgpm, .framer-p7hLp .framer-xzrtvv, .framer-p7hLp .framer-18ayxe2, .framer-p7hLp .framer-1ittvep, .framer-p7hLp .framer-1qe1qzx, .framer-p7hLp .framer-m7x5gv, .framer-p7hLp .framer-qqu2m5, .framer-p7hLp .framer-r6akgj, .framer-p7hLp .framer-1njd6da, .framer-p7hLp .framer-1frozxv, .framer-p7hLp .framer-g5x9v4, .framer-p7hLp .framer-13bf0fv, .framer-p7hLp .framer-70uhqt { gap: 0px; } .framer-p7hLp.framer-11boxay > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-p7hLp.framer-11boxay > :first-child, .framer-p7hLp .framer-18ayxe2 > :first-child, .framer-p7hLp .framer-1ittvep > :first-child, .framer-p7hLp .framer-13bf0fv > :first-child, .framer-p7hLp .framer-70uhqt > :first-child { margin-top: 0px; } .framer-p7hLp.framer-11boxay > :last-child, .framer-p7hLp .framer-18ayxe2 > :last-child, .framer-p7hLp .framer-1ittvep > :last-child, .framer-p7hLp .framer-13bf0fv > :last-child, .framer-p7hLp .framer-70uhqt > :last-child { margin-bottom: 0px; } .framer-p7hLp .framer-mqqgpm > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-p7hLp .framer-mqqgpm > :first-child, .framer-p7hLp .framer-xzrtvv > :first-child, .framer-p7hLp .framer-1qe1qzx > :first-child, .framer-p7hLp .framer-m7x5gv > :first-child, .framer-p7hLp .framer-qqu2m5 > :first-child, .framer-p7hLp .framer-r6akgj > :first-child, .framer-p7hLp .framer-1njd6da > :first-child, .framer-p7hLp .framer-1frozxv > :first-child, .framer-p7hLp .framer-g5x9v4 > :first-child { margin-left: 0px; } .framer-p7hLp .framer-mqqgpm > :last-child, .framer-p7hLp .framer-xzrtvv > :last-child, .framer-p7hLp .framer-1qe1qzx > :last-child, .framer-p7hLp .framer-m7x5gv > :last-child, .framer-p7hLp .framer-qqu2m5 > :last-child, .framer-p7hLp .framer-r6akgj > :last-child, .framer-p7hLp .framer-1njd6da > :last-child, .framer-p7hLp .framer-1frozxv > :last-child, .framer-p7hLp .framer-g5x9v4 > :last-child { margin-right: 0px; } .framer-p7hLp .framer-xzrtvv > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-p7hLp .framer-18ayxe2 > *, .framer-p7hLp .framer-1ittvep > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-p7hLp .framer-1qe1qzx > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-p7hLp .framer-m7x5gv > *, .framer-p7hLp .framer-r6akgj > *, .framer-p7hLp .framer-1njd6da > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-p7hLp .framer-qqu2m5 > * { margin: 0px; margin-left: calc(28px / 2); margin-right: calc(28px / 2); } .framer-p7hLp .framer-1frozxv > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-p7hLp .framer-g5x9v4 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-p7hLp .framer-13bf0fv > *, .framer-p7hLp .framer-70uhqt > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-p7hLp.framer-v-16910x3.framer-11boxay { gap: 0px; width: 390px; }\",\".framer-p7hLp.framer-v-16910x3 .framer-owd9c8 { align-content: flex-start; align-items: flex-start; flex-direction: column; order: 0; padding: 40px 20px 40px 20px; }\",\".framer-p7hLp.framer-v-16910x3 .framer-1kk3tx { align-self: unset; height: 167px; }\",\".framer-p7hLp.framer-v-16910x3 .framer-xzrtvv { flex-direction: column; }\",\".framer-p7hLp.framer-v-16910x3 .framer-1kmp207 { flex-direction: column; gap: 10px; justify-content: center; order: 1; padding: 0px 50px 20px 50px; }\",\".framer-p7hLp.framer-v-16910x3 .framer-1qe1qzx, .framer-p7hLp.framer-v-16910x3 .framer-1frozxv { flex: none; justify-content: center; width: 100%; }\",\".framer-p7hLp.framer-v-16910x3 .framer-m7x5gv { width: 276px; }\",\".framer-p7hLp.framer-v-16910x3 .framer-1tworxz { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-p7hLp.framer-v-16910x3 .framer-qqu2m5 { flex: none; height: 48px; justify-content: center; width: 100%; }\",\".framer-p7hLp.framer-v-16910x3 .framer-1nea1rd { bottom: -1px; left: 32px; order: 0; right: unset; top: 0px; }\",\".framer-p7hLp.framer-v-16910x3 .framer-g5x9v4 { order: 1; }\",\".framer-p7hLp.framer-v-16910x3 .framer-4xhgjy { bottom: -2px; left: 24px; top: -2px; width: var(--framer-aspect-ratio-supported, 20px); }\",\".framer-p7hLp.framer-v-16910x3 .framer-70uhqt { min-height: 18px; min-width: 80px; }\",\".framer-p7hLp.framer-v-16910x3 .framer-px9toc { bottom: 0px; height: unset; order: 0; position: absolute; right: -79px; top: 0px; width: 80px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-p7hLp.framer-v-16910x3.framer-11boxay, .framer-p7hLp.framer-v-16910x3 .framer-owd9c8, .framer-p7hLp.framer-v-16910x3 .framer-xzrtvv, .framer-p7hLp.framer-v-16910x3 .framer-1kmp207 { gap: 0px; } .framer-p7hLp.framer-v-16910x3.framer-11boxay > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-p7hLp.framer-v-16910x3.framer-11boxay > :first-child, .framer-p7hLp.framer-v-16910x3 .framer-xzrtvv > :first-child, .framer-p7hLp.framer-v-16910x3 .framer-1kmp207 > :first-child { margin-top: 0px; } .framer-p7hLp.framer-v-16910x3.framer-11boxay > :last-child, .framer-p7hLp.framer-v-16910x3 .framer-xzrtvv > :last-child, .framer-p7hLp.framer-v-16910x3 .framer-1kmp207 > :last-child { margin-bottom: 0px; } .framer-p7hLp.framer-v-16910x3 .framer-owd9c8 > *, .framer-p7hLp.framer-v-16910x3 .framer-owd9c8 > :first-child, .framer-p7hLp.framer-v-16910x3 .framer-owd9c8 > :last-child { margin: 0px; } .framer-p7hLp.framer-v-16910x3 .framer-xzrtvv > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-p7hLp.framer-v-16910x3 .framer-1kmp207 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-p7hLp.framer-v-18zcq42.framer-11boxay { max-width: 1200px; width: 810px; }\",\".framer-p7hLp.framer-v-18zcq42 .framer-1qe1qzx { min-height: 21px; order: 0; }\",\".framer-p7hLp.framer-v-18zcq42 .framer-m7x5gv { left: 3px; min-height: 21px; min-width: 275px; order: 0; position: absolute; top: 48%; z-index: 1; }\",\".framer-p7hLp.framer-v-18zcq42 .framer-1tworxz { left: -53px; order: 0; position: absolute; top: 48%; z-index: 1; }\",\".framer-p7hLp.framer-v-18zcq42 .framer-qqu2m5 { flex: none; gap: 23px; order: 1; padding: 1px 24px 1px 24px; position: absolute; right: 182px; top: 43%; width: 256px; z-index: 1; }\",\".framer-p7hLp.framer-v-18zcq42 .framer-citz4h, .framer-p7hLp.framer-v-18zcq42 .framer-vwkc2u { order: 0; }\",\".framer-p7hLp.framer-v-18zcq42 .framer-1frozxv { order: 2; }\",\".framer-p7hLp.framer-v-18zcq42 .framer-1nea1rd { bottom: unset; height: var(--framer-aspect-ratio-supported, 19px); right: 82px; top: -36px; width: 19px; }\",\".framer-p7hLp.framer-v-18zcq42 .framer-4xhgjy { bottom: unset; height: var(--framer-aspect-ratio-supported, 22px); left: 54%; top: -37px; width: 19px; }\",\".framer-p7hLp.framer-v-18zcq42 .framer-70uhqt { min-height: 18px; min-width: 81px; }\",\".framer-p7hLp.framer-v-18zcq42 .framer-px9toc { left: -18px; order: 0; position: absolute; top: -3px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-p7hLp.framer-v-18zcq42 .framer-qqu2m5 { gap: 0px; } .framer-p7hLp.framer-v-18zcq42 .framer-qqu2m5 > * { margin: 0px; margin-left: calc(23px / 2); margin-right: calc(23px / 2); } .framer-p7hLp.framer-v-18zcq42 .framer-qqu2m5 > :first-child { margin-left: 0px; } .framer-p7hLp.framer-v-18zcq42 .framer-qqu2m5 > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 412.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1980px\",null,null]},\"AWJEuNK4N\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1980px\",null,null]},\"r9XgSR6gk\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1200px\",null,null]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameruE8KZy2Bf=withCSS(Component,css,\"framer-p7hLp\");export default FrameruE8KZy2Bf;FrameruE8KZy2Bf.displayName=\"footer\";FrameruE8KZy2Bf.defaultProps={height:412.5,width:1200};addPropertyControls(FrameruE8KZy2Bf,{variant:{options:[\"NvPC3nva8\",\"AWJEuNK4N\",\"r9XgSR6gk\"],optionTitles:[\"Variant 1\",\"Phone\",\"Tab\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameruE8KZy2Bf,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameruE8KZy2Bf\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1980px\\\",null,null]},\\\"AWJEuNK4N\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1980px\\\",null,null]},\\\"r9XgSR6gk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1200px\\\",null,null]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"412.5\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./uE8KZy2Bf.map"],
  "mappings": "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",
  "names": ["SrcType", "baseUrl", "getLogoUrl", "company", "Logo", "props", "radius", "isSearch", "srcType", "srcUrl", "srcFile", "style", "logoURL", "se", "emptyState", "RenderTarget", "p", "NullState", "baseStyles", "addPropertyControls", "ControlType", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "transformTemplate2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Link", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FrameruE8KZy2Bf", "withCSS", "uE8KZy2Bf_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
