{"version":3,"file":"G15gqAEev.DkvhIr3_.mjs","names":["Component","emptyStateStyle","defaultEmptyStateStyle","emptyStateStyle","fonts","css","className","cycleOrder","variantClassNames","transitions","Transition","getProps","createLayoutDependency","Component","className","RichText","css","TwitterFollow","className","RichText","Image","css"],"sources":["https:/framerusercontent.com/modules/2H4NcHpWdsv4GzamLUo8/lqH5IBrIai3lNYBfEDhD/PressurePress.js","https:/framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/tTLhbOFToDhKcwOVmn8E/useFontControls.js","https:/framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/AAh30yXzt1DUsOi1YwUY/useRenderTarget.js","https:/framer.com/m/framer/default-utils.js@^0.43.0","https:/framer.com/m/framer/integrations-styles.js@^0.2.0","https:/framerusercontent.com/modules/3VbLlIQuOMJh9PZyYR3D/xG8adK1glTAxJchw5bER/ProductHunt.js","https:/framerusercontent.com/modules/1FTsoVnhJ9m0j9RArMmB/ussHPhXXRB9pSe2faG0V/lnMNSGiFJ.js","https:/framerusercontent.com/modules/Bxh5WlFIbIqv0YFZqfow/30OEtuJkzeiZxSJylmEo/wmdSl_yF8.js","https:/framerusercontent.com/modules/cpXhoiLrPtvCMBH0do5w/nTIafuuq7MxogSna4hM9/G15gqAEev.js"],"sourcesContent":["import{jsx as _jsx}from\"react/jsx-runtime\";export function withButtonPress(Component){return props=>{return /*#__PURE__*/ _jsx(Component,{...props,whileTap:{scale:.95},transition:{duration:.2}});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withButtonPress\":{\"type\":\"reactHoc\",\"name\":\"withButtonPress\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./PressurePress.map","// @ts-ignore\nimport { fontStore } from \"framer\";\nimport { useEffect } from \"react\";\n// @ts-ignore\nimport { fontStack } from \"https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js\";\nconst fontWeights = {\n    100: \"Thin\",\n    200: \"Extra-light\",\n    300: \"Light\",\n    400: \"Regular\",\n    500: \"Medium\",\n    600: \"Semi-bold\",\n    700: \"Bold\",\n    800: \"Extra-bold\",\n    900: \"Black\"\n};\nexport function useFontControls(props) {\n    const { fontFamily , fontSize , fontWeight , font  } = props;\n    const fontWeightName = fontWeights[fontWeight];\n    const customFontStack = `\"${fontFamily} ${fontWeightName}\", \"${fontFamily}\", ${fontStack}`;\n    const fontFamilyStyle = fontFamily ? {\n        fontSize,\n        fontWeight,\n        fontFamily: customFontStack\n    } : {\n        fontSize,\n        fontWeight\n    };\n    const fetchCustomFonts = async ()=>{\n        await fontStore.loadWebFontsFromSelectors([\n            `CUSTOM;${fontFamily}`,\n            `CUSTOM;${fontFamily} ${fontWeightName}`,\n            `GF;${fontFamily}-${fontWeightName.toLowerCase()}`, \n        ]).catch((e)=>console.error(e)\n        );\n    };\n    useEffect(()=>{\n        if (font) fetchCustomFonts();\n    }, [\n        font,\n        fontFamily,\n        fontWeight\n    ]);\n    return fontFamilyStyle;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useFontControls\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useFontControls.map","import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map","import { defaultEvents, localeOptions, fontControls, fontSizeOptions, emptyStateStyle, containerStyles, fontStack } from \"https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js\";\nimport { useOnEnter, useOnExit } from \"https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js\";\nimport { useConstant } from \"https://framerusercontent.com/modules/ExNgrA7EJTKUPpH6vIlN/eiOrSJ2Ab5M9jPCvVwUz/useConstant.js\";\nimport { colorTokentoValue, colorFromToken } from \"https://framerusercontent.com/modules/D2Lz5CmnNVPZFFiZXalt/QaCzPbriZBfXWZIIycFI/colorFromToken.js\";\nimport { isMotionValue } from \"https://framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/5fbRLvOpxZC0JOXugvwm/isMotionValue.js\";\nimport { useUniqueClassName, randomID } from \"https://framerusercontent.com/modules/xDiQsqBGXzmMsv7AlEVy/uhunpMiNsbXxzjlXsg1y/useUniqueClassName.js\";\nimport { getVariantControls } from \"https://framerusercontent.com/modules/ETACN5BJyFTSo0VVDJfu/NHRqowOiXkF9UwOzczF7/variantUtils.js\";\nimport { useIsBrowserSafari } from \"https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js\";\nimport { useMultiOnChange, useOnChange } from \"https://framerusercontent.com/modules/v9AWX2URmiYsHf7GbctE/XxKAZ9KlhWqf5x1JMyyF/useOnChange.js\";\nimport { mstoMinAndSec, secondsToMinutes } from \"https://framerusercontent.com/modules/4zHZnO5JojN1PrIbu2jm/revv9QCWpkh8lPzi2jje/time.js\";\nimport { useAutoMotionValue } from \"https://framerusercontent.com/modules/kNDwabfjDEb3vUxkQlZS/fSIr3AOAYbGlfSPgXpYu/useAutoMotionValue.js\";\nimport { useFontControls } from \"https://framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/tTLhbOFToDhKcwOVmn8E/useFontControls.js\";\nimport { useRenderTarget, useIsInPreview } from \"https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/AAh30yXzt1DUsOi1YwUY/useRenderTarget.js\";\nimport { useControlledState } from \"https://framerusercontent.com/modules/zGkoP8tPDCkoBzMdt5uq/0zFSjxIYliHxrQQnryFX/useControlledState.js\";\nimport { usePadding, useRadius, paddingControl, borderRadiusControl } from \"https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js\";\nimport { detectAutoSizingAxis } from \"https://framerusercontent.com/modules/8CkHAZatUz1UR8jNTcfD/HwbnIAZlUmQ2oTpcLkaH/detectAutoSizingAxis.js\";\nexport { useOnEnter, useOnExit, defaultEvents, isMotionValue, colorFromToken, colorTokentoValue, localeOptions, fontControls, fontSizeOptions, emptyStateStyle, containerStyles, fontStack, useUniqueClassName, getVariantControls, useIsBrowserSafari, randomID, useConstant, useMultiOnChange, useOnChange, usePadding, useRadius, paddingControl, borderRadiusControl, mstoMinAndSec, useFontControls, secondsToMinutes, useAutoMotionValue, useRenderTarget, useIsInPreview, useControlledState, detectAutoSizingAxis,  };\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"mstoMinAndSec\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"colorTokentoValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useFontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useUniqueClassName\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"detectAutoSizingAxis\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnEnter\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getVariantControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useAutoMotionValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"randomID\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsInPreview\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useMultiOnChange\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useConstant\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isMotionValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnChange\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useControlledState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"colorFromToken\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"secondsToMinutes\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}","import{containerStyles,emptyStateStyle as defaultEmptyStateStyle}from\"https://framer.com/m/framer/default-utils.js@^0.43.0\";export const emptyStateStyle={...containerStyles,...defaultEmptyStateStyle,textAlign:\"center\",padding:15,width:200,height:100,overflow:\"hidden\"};export const neutralStateStyle={...emptyStateStyle,color:\"#09f\",background:\"rgb(0, 153, 255, 0.1)\",borderColor:\"#09f\"};export const stateTitleStyle={fontSize:12,fontWeight:600,margin:0};export const stateParagraphStyle={fontSize:12,maxWidth:200,lineHeight:1.4,margin:\"5px 0 0 0\"};\nexport const __FramerMetadata__ = {\"exports\":{\"neutralStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"stateTitleStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"stateParagraphStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./styles.map","import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,motion}from\"framer\";import{containerStyles}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{useMemo}from\"react\";import{emptyStateStyle,stateParagraphStyle,stateTitleStyle}from\"https://framer.com/m/framer/integrations-styles.js@^0.2.0\";const BADGES={featured:\"featured.svg\",top:\"top-post-badge.svg\",review:\"review.svg\"};const productHuntRegex=/^https?:\\/\\/(?:www\\.)?producthunt\\.com\\/posts\\/([^\\/]*)/;/**\n * PRODUCT HUNT\n *\n * @framerIntrinsicWidth 250\n * @framerIntrinsicHeight 54\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */ export default function ProductHunt({url,type,theme,style,...props}){const badgeUrl=useMemo(()=>{var ref;const[,id]=(ref=url.match(productHuntRegex))!==null&&ref!==void 0?ref:[null,\"\"];if(!id)return null;return`https://api.producthunt.com/widgets/embed-image/v1/${BADGES[type]}?post_id=${id}&theme=${theme}`;},[url,type,theme]);return(/*#__PURE__*/ _jsx(motion.div,{style:{...style,...containerStyles,placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\"},...props,children:badgeUrl?/*#__PURE__*/ _jsx(motion.a,{href:url,target:\"_blank\",style:{...style,width:250,height:54},...props,children:/*#__PURE__*/ _jsx(\"img\",{src:badgeUrl,alt:\"Product Hunt Badge\",width:\"250\",height:\"54\"})}):/*#__PURE__*/ _jsxs(motion.div,{style:{...emptyStateStyle,...style},...props,children:[/*#__PURE__*/ _jsx(\"h1\",{style:stateTitleStyle,children:\"Product Hunt\"}),/*#__PURE__*/ _jsx(\"p\",{style:stateParagraphStyle,children:\"Set a product URL in the Properties.\"})]})}));};addPropertyControls(ProductHunt,{url:{type:ControlType.String,title:\"URL\",placeholder:\"https://www.producthunt.com/posts/***\",defaultValue:\"https://www.producthunt.com/posts/framer-for-web\"},type:{type:ControlType.Enum,title:\"Type\",options:[\"featured\",\"top\",\"review\"],optionTitles:[\"Featured\",\"Top Post Daily\",\"Leave a Review\"],defaultValue:\"featured\"},theme:{type:ControlType.Enum,options:[\"light\",\"dark\"],optionTitles:[\"Light\",\"Dark\"],displaySegmentedControl:true}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ProductHunt\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"auto\",\"framerIntrinsicHeight\":\"54\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"250\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ProductHunt.map","import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"CUSTOM;Actay Wide Bold\"]);export const fonts=[{family:\"Actay Wide Bold\",moduleAsset:{localModuleIdentifier:\"local-module:css/lnMNSGiFJ:default\",url:\"assets/9HzhZiw46cDqjqQ5e0nmvbZQdY.otf\"},url:new URL(\"assets/9HzhZiw46cDqjqQ5e0nmvbZQdY.otf\",\"https://framerusercontent.com/modules/1FTsoVnhJ9m0j9RArMmB/ussHPhXXRB9pSe2faG0V/lnMNSGiFJ.js\").href}];export const css=['.framer-RQWpn .framer-styles-preset-1xaykms:not(.rich-text-wrapper), .framer-RQWpn .framer-styles-preset-1xaykms.rich-text-wrapper h1 { --framer-font-family: \"Actay Wide Bold\", sans-serif; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -1.5px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-RQWpn .framer-styles-preset-1xaykms:not(.rich-text-wrapper), .framer-RQWpn .framer-styles-preset-1xaykms.rich-text-wrapper h1 { --framer-font-family: \"Actay Wide Bold\", sans-serif; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -1.5px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-RQWpn .framer-styles-preset-1xaykms:not(.rich-text-wrapper), .framer-RQWpn .framer-styles-preset-1xaykms.rich-text-wrapper h1 { --framer-font-family: \"Actay Wide Bold\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -1.5px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-RQWpn\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (7aa721f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{withButtonPress}from\"https://framerusercontent.com/modules/2H4NcHpWdsv4GzamLUo8/lqH5IBrIai3lNYBfEDhD/PressurePress.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/8yqWgFtcyurXYDwfJ2MU/vVm0cL9AtpEOB8qI5TNh/xZndidUCt.js\";const MotionAWithButtonPress=withButtonPress(motion.a);const cycleOrder=[\"JEnm_BCmL\"];const variantClassNames={JEnm_BCmL:\"framer-v-rk3xqf\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const getProps=({height,id,link,title,width,...props})=>{var _ref;return{...props,fDbGtrv32:link!==null&&link!==void 0?link:props.fDbGtrv32,Xm8Eh3Pdz:(_ref=title!==null&&title!==void 0?title:props.Xm8Eh3Pdz)!==null&&_ref!==void 0?_ref:\"Follow\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,Xm8Eh3Pdz,fDbGtrv32,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"JEnm_BCmL\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const defaultLayoutId=React.useId();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-Ezus7\",sharedStyle.className,classNames),style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:fDbGtrv32,openInNewTab:true,children:/*#__PURE__*/_jsxs(MotionAWithButtonPress,{...restProps,className:`${cx(\"framer-rk3xqf\",className)} framer-jp0fhu`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"JEnm_BCmL\",ref:ref,style:{backgroundColor:\"var(--token-36467775-1e75-4b9c-bfe0-e8555ce7da0f, rgb(6, 3, 28))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j3npjn\",\"data-framer-name\":\"Twitter\",layoutDependency:layoutDependency,layoutId:\"VxPtpmr6n\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-12ujrdi\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"xmYfrKh9d\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 22\"><path d=\"M 0.495 0.386 L 9.418 12.097 L 0.438 21.619 L 2.459 21.619 L 10.321 13.282 L 16.674 21.619 L 23.551 21.619 L 14.126 9.249 L 22.484 0.386 L 20.463 0.386 L 13.223 8.063 L 7.372 0.386 Z M 3.467 1.847 L 6.627 1.847 L 20.579 20.157 L 17.419 20.157 Z\" fill=\"var(--token-c19be0cf-7acb-4574-998f-5d6eee5dd057, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:715717326,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv)\"},children:\"Follow\"})}),className:\"framer-1py3g0o\",layoutDependency:layoutDependency,layoutId:\"FNiyG7bP_\",style:{\"--extracted-r6o4lv\":\"var(--token-c19be0cf-7acb-4574-998f-5d6eee5dd057, rgb(255, 255, 255)) \",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:Xm8Eh3Pdz,verticalAlignment:\"top\",withExternalLayout:true})]})})})})});});const css=['.framer-Ezus7 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Ezus7 .framer-jp0fhu { display: block; }\",\".framer-Ezus7 .framer-rk3xqf { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 20px 12px 20px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-Ezus7 .framer-1j3npjn { flex: none; height: 22px; overflow: visible; position: relative; width: 24px; }\",\".framer-Ezus7 .framer-12ujrdi { flex: none; height: 22px; left: calc(50.00000000000002% - 24px / 2); position: absolute; top: calc(50.00000000000002% - 22px / 2); width: 24px; }\",\".framer-Ezus7 .framer-1py3g0o { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Ezus7 .framer-rk3xqf { gap: 0px; } .framer-Ezus7 .framer-rk3xqf > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-Ezus7 .framer-rk3xqf > :first-child { margin-left: 0px; } .framer-Ezus7 .framer-rk3xqf > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 125.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Xm8Eh3Pdz\":\"title\",\"fDbGtrv32\":\"link\"}\n */const FramerwmdSl_yF8=withCSS(Component,css,\"framer-Ezus7\");export default FramerwmdSl_yF8;FramerwmdSl_yF8.displayName=\"Twitter Follow\";FramerwmdSl_yF8.defaultProps={height:48,width:125.5};addPropertyControls(FramerwmdSl_yF8,{Xm8Eh3Pdz:{defaultValue:\"Follow\",displayTextArea:false,title:\"Title\",type:ControlType.String},fDbGtrv32:{title:\"Link\",type:ControlType.Link}});addFonts(FramerwmdSl_yF8,[...sharedStyle.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerwmdSl_yF8\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"Xm8Eh3Pdz\\\":\\\"title\\\",\\\"fDbGtrv32\\\":\\\"link\\\"}\",\"framerIntrinsicHeight\":\"48\",\"framerIntrinsicWidth\":\"125.5\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (c75d380)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,Image,Link,RichText,SVG,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import ProductHunt from\"https://framerusercontent.com/modules/3VbLlIQuOMJh9PZyYR3D/xG8adK1glTAxJchw5bER/ProductHunt.js\";import{withscaleOnHover}from\"https://framerusercontent.com/modules/NV6S8kC83Ome4x58txkD/l7aHkvNwNgb6dXuetS88/Scale.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/304bTnwF7FiiE2UlzzCk/QfHb9pApw4DzcvUJPzyM/Gh9htfGQH.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/1FTsoVnhJ9m0j9RArMmB/ussHPhXXRB9pSe2faG0V/lnMNSGiFJ.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/IiPSC6ibpm3OZpT9ffbZ/xOoqBGqA1LRZBPVTwCOZ/w7WsnhLcv.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/8yqWgFtcyurXYDwfJ2MU/vVm0cL9AtpEOB8qI5TNh/xZndidUCt.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/8lU6jannXvJO5u2jKQVw/eHzP9JdkxjR4O4YIbxWf/YckFIlg3V.js\";import TwitterFollow from\"https://framerusercontent.com/modules/Bxh5WlFIbIqv0YFZqfow/30OEtuJkzeiZxSJylmEo/wmdSl_yF8.js\";const TwitterFollowFonts=getFonts(TwitterFollow);const TwitterFollowWithscaleOnHover=withscaleOnHover(TwitterFollow);const ProductHuntFonts=getFonts(ProductHunt);const cycleOrder=[\"KXcyq6cru\",\"gwiKv1Kbu\",\"KgqKELOKA\"];const serializationHash=\"framer-T5KGY\";const variantClassNames={gwiKv1Kbu:\"framer-v-3p7wpl\",KgqKELOKA:\"framer-v-20zvdp\",KXcyq6cru:\"framer-v-23h13f\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const 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 humanReadableVariantMap={Desktop:\"KXcyq6cru\",Phone:\"KgqKELOKA\",Tablet:\"gwiKv1Kbu\"};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:\"KXcyq6cru\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"KXcyq6cru\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.footer,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-23h13f\",className,classNames),\"data-framer-name\":\"Desktop\",initial:variant,layoutDependency:layoutDependency,layoutId:\"KXcyq6cru\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-c19be0cf-7acb-4574-998f-5d6eee5dd057, rgb(255, 255, 255))\",...style},...addPropertyOverrides({gwiKv1Kbu:{\"data-framer-name\":\"Tablet\"},KgqKELOKA:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-h7327w\",layoutDependency:layoutDependency,layoutId:\"nmIpmLb36\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wrric8\",layoutDependency:layoutDependency,layoutId:\"ND_oQzO5n\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-h68rd5\",\"data-framer-name\":\"Group 3572\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:109,intrinsicWidth:195,layoutDependency:layoutDependency,layoutId:\"G2wUvxerO\",svg:'<svg width=\"195\" height=\"109\" viewBox=\"0 0 195 109\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M97.3652 35.5761H133.609V0H61.7891V0.334048L97.3652 35.5761Z\" fill=\"black\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M97.3648 35.576H61.1206V71.1521H132.941V70.8181L97.3648 35.576Z\" fill=\"black\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M61.1206 70.9851H97.0308V106.895L61.1206 70.9851Z\" fill=\"black\"/>\\n<path d=\"M0.461914 54.669V46.0438C5.41102 46.0438 8.84393 45.0569 10.7606 43.0829C12.6773 41.109 13.6357 37.9193 13.6357 33.5137V24.0303C13.6357 18.7379 14.3652 14.504 15.8242 11.3286C17.3118 8.12454 19.3715 5.7072 22.0034 4.07657C24.6639 2.44594 27.8107 1.35886 31.4439 0.815311C35.077 0.27177 39.0535 0 43.3732 0V13.6458C39.9975 13.6458 37.4229 14.0892 35.6492 14.976C33.9041 15.8343 32.7169 17.1788 32.0876 19.0097C31.4582 20.812 31.1435 23.1006 31.1435 25.8755V38.4056C31.1435 40.5798 30.743 42.6538 29.942 44.6277C29.141 46.5731 27.6534 48.3038 25.4792 49.82C23.305 51.3076 20.2011 52.4948 16.1675 53.3816C12.1338 54.2399 6.89861 54.669 0.461914 54.669ZM43.3732 108.608C39.0535 108.608 35.077 108.337 31.4439 107.793C27.8107 107.25 24.6639 106.163 22.0034 104.532C19.3715 102.901 17.3118 100.484 15.8242 97.2799C14.3652 94.1045 13.6357 89.8705 13.6357 84.5782V75.0518C13.6357 70.6463 12.6773 67.4565 10.7606 65.4826C8.84393 63.5087 5.41102 62.5218 0.461914 62.5218V53.8966C6.89861 53.8966 12.1338 54.34 16.1675 55.2268C20.2011 56.0851 23.305 57.2723 25.4792 58.7885C27.6534 60.2761 29.141 62.0068 29.942 63.9807C30.743 65.926 31.1435 68.0001 31.1435 70.2029V82.733C31.1435 85.4793 31.4582 87.7536 32.0876 89.5559C32.7169 91.3867 33.9041 92.7313 35.6492 93.5895C37.4229 94.4763 39.9975 94.9198 43.3732 94.9198V108.608ZM0.461914 62.5218V46.0438H15.8671V62.5218H0.461914Z\" fill=\"url(#paint0_linear_11331_116106)\"/>\\n<path d=\"M194.421 54.669V46.0438C189.472 46.0438 186.039 45.0569 184.122 43.0829C182.205 41.109 181.247 37.9193 181.247 33.5137V24.0303C181.247 18.7379 180.518 14.504 179.059 11.3286C177.571 8.12454 175.511 5.7072 172.879 4.07657C170.219 2.44594 167.072 1.35886 163.439 0.815311C159.806 0.27177 155.829 0 151.51 0V13.6458C154.885 13.6458 157.46 14.0892 159.234 14.976C160.979 15.8343 162.166 17.1788 162.795 19.0097C163.425 20.812 163.739 23.1006 163.739 25.8755V38.4056C163.739 40.5798 164.14 42.6538 164.941 44.6277C165.742 46.5731 167.229 48.3038 169.404 49.82C171.578 51.3076 174.682 52.4948 178.715 53.3816C182.749 54.2399 187.984 54.669 194.421 54.669ZM151.51 108.608C155.829 108.608 159.806 108.337 163.439 107.793C167.072 107.25 170.219 106.163 172.879 104.532C175.511 102.901 177.571 100.484 179.059 97.2799C180.518 94.1045 181.247 89.8705 181.247 84.5782V75.0518C181.247 70.6463 182.205 67.4565 184.122 65.4826C186.039 63.5087 189.472 62.5218 194.421 62.5218V53.8966C187.984 53.8966 182.749 54.34 178.715 55.2268C174.682 56.0851 171.578 57.2723 169.404 58.7885C167.229 60.2761 165.742 62.0068 164.941 63.9807C164.14 65.926 163.739 68.0001 163.739 70.2029V82.733C163.739 85.4793 163.425 87.7536 162.795 89.5559C162.166 91.3867 160.979 92.7313 159.234 93.5895C157.46 94.4763 154.885 94.9198 151.51 94.9198V108.608ZM194.421 62.5218V46.0438H179.016V62.5218H194.421Z\" fill=\"url(#paint1_linear_11331_116106)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_11331_116106\" x1=\"21.9176\" y1=\"0\" x2=\"21.9176\" y2=\"108.608\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#E96FFD\"/>\\n<stop offset=\"1\" stop-color=\"#6100FF\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_11331_116106\" x1=\"172.965\" y1=\"0\" x2=\"172.965\" y2=\"108.608\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#E96FFD\"/>\\n<stop offset=\"1\" stop-color=\"#6100FF\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1xaykms\",\"data-styles-preset\":\"lnMNSGiFJ\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-ba1fbd00-b42f-4fb7-8f07-db0218d83114, rgb(89, 27, 229)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://twitter.com/FramerOverrides\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1tgkgfh\",\"data-styles-preset\":\"w7WsnhLcv\",children:\"@FramerOverrides\"})})})}),className:\"framer-1i1bnvp\",layoutDependency:layoutDependency,layoutId:\"GkShtXxbZ\",style:{\"--extracted-gdpscs\":\"var(--token-ba1fbd00-b42f-4fb7-8f07-db0218d83114, rgb(89, 27, 229))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-5e38550a-fc73-471f-bd54-73a64782fe7e, rgb(77, 77, 86)))\"},children:\"Be the first to know of new overrides as soon as they drop on X.\"})}),className:\"framer-q25vp\",layoutDependency:layoutDependency,layoutId:\"Obnb2PUoS\",style:{\"--extracted-a0htzi\":\"var(--token-5e38550a-fc73-471f-bd54-73a64782fe7e, rgb(77, 77, 86))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wozqgh-container\",layoutDependency:layoutDependency,layoutId:\"b1NqySkx3-container\",children:/*#__PURE__*/_jsx(TwitterFollowWithscaleOnHover,{height:\"100%\",id:\"b1NqySkx3\",layoutId:\"b1NqySkx3\",link:\"https://twitter.com/intent/follow?screen_name=frameroverrides\",title:\"Follow\",width:\"100%\"})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ptr63c\",layoutDependency:layoutDependency,layoutId:\"M2tEPlGcy\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1op86n2-container\",layoutDependency:layoutDependency,layoutId:\"jfRLXsmqs-container\",children:/*#__PURE__*/_jsx(ProductHunt,{height:\"100%\",id:\"jfRLXsmqs\",layoutId:\"jfRLXsmqs\",theme:\"light\",type:\"featured\",url:\"https://www.producthunt.com/posts/framer-overrides\",width:\"100%\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ba1fbd00-b42f-4fb7-8f07-db0218d83114, rgb(89, 27, 229)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"S463dxYa_\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1nblds1\",\"data-styles-preset\":\"Gh9htfGQH\",children:\"Overrides\"})})})}),className:\"framer-wcaytr\",layoutDependency:layoutDependency,layoutId:\"zjNDNILGK\",style:{\"--extracted-r6o4lv\":\"var(--token-ba1fbd00-b42f-4fb7-8f07-db0218d83114, rgb(89, 27, 229))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ba1fbd00-b42f-4fb7-8f07-db0218d83114, rgb(89, 27, 229)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Lk4XartCT\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1nblds1\",\"data-styles-preset\":\"Gh9htfGQH\",children:\"Become a Seller\"})})})}),className:\"framer-9zz280\",layoutDependency:layoutDependency,layoutId:\"RIkpqRYNJ\",style:{\"--extracted-r6o4lv\":\"var(--token-ba1fbd00-b42f-4fb7-8f07-db0218d83114, rgb(89, 27, 229))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ba1fbd00-b42f-4fb7-8f07-db0218d83114, rgb(89, 27, 229)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"KlNKD9mA6\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1nblds1\",\"data-styles-preset\":\"Gh9htfGQH\",children:\"Resources\"})})})}),className:\"framer-1jr3n8d\",layoutDependency:layoutDependency,layoutId:\"LFoEGt39Q\",style:{\"--extracted-r6o4lv\":\"var(--token-ba1fbd00-b42f-4fb7-8f07-db0218d83114, rgb(89, 27, 229))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ba1fbd00-b42f-4fb7-8f07-db0218d83114, rgb(89, 27, 229)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"WvMm1m6nd\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1nblds1\",\"data-styles-preset\":\"Gh9htfGQH\",children:\"Override Generator\"})})})}),className:\"framer-osl9en\",layoutDependency:layoutDependency,layoutId:\"GuHPXF27E\",style:{\"--extracted-r6o4lv\":\"var(--token-ba1fbd00-b42f-4fb7-8f07-db0218d83114, rgb(89, 27, 229))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ba1fbd00-b42f-4fb7-8f07-db0218d83114, rgb(89, 27, 229)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"BmjJTHhgQ\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1nblds1\",\"data-styles-preset\":\"Gh9htfGQH\",children:\"How it Works\"})})})}),className:\"framer-mxe63\",layoutDependency:layoutDependency,layoutId:\"GIThCZaDb\",style:{\"--extracted-r6o4lv\":\"var(--token-ba1fbd00-b42f-4fb7-8f07-db0218d83114, rgb(89, 27, 229))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ba1fbd00-b42f-4fb7-8f07-db0218d83114, rgb(89, 27, 229)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Q1izLjg3D\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1nblds1\",\"data-styles-preset\":\"Gh9htfGQH\",children:\"Showcase\"})})})}),className:\"framer-neetuk\",layoutDependency:layoutDependency,layoutId:\"BuFk9Rlq0\",style:{\"--extracted-r6o4lv\":\"var(--token-ba1fbd00-b42f-4fb7-8f07-db0218d83114, rgb(89, 27, 229))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ba1fbd00-b42f-4fb7-8f07-db0218d83114, rgb(89, 27, 229)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"bXUoFDgbI\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1nblds1\",\"data-styles-preset\":\"Gh9htfGQH\",children:\"Request an Override\"})})})}),className:\"framer-1wlrbwq\",layoutDependency:layoutDependency,layoutId:\"wonPQMGHK\",style:{\"--extracted-r6o4lv\":\"var(--token-ba1fbd00-b42f-4fb7-8f07-db0218d83114, rgb(89, 27, 229))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ba1fbd00-b42f-4fb7-8f07-db0218d83114, rgb(89, 27, 229)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:hello@frameroverrides.com\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1nblds1\",\"data-styles-preset\":\"Gh9htfGQH\",children:\"Contact Us\"})})})}),className:\"framer-1clsmqb\",layoutDependency:layoutDependency,layoutId:\"HHoV9aN8z\",style:{\"--extracted-r6o4lv\":\"var(--token-ba1fbd00-b42f-4fb7-8f07-db0218d83114, rgb(89, 27, 229))\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ikmdek\",layoutDependency:layoutDependency,layoutId:\"C_4czQipW\",style:{backgroundColor:\"var(--token-6431f960-c6f2-42ab-9f5e-8e394c845ae0, rgb(234, 234, 241))\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fged8v\",layoutDependency:layoutDependency,layoutId:\"nU8bgsIH6\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ls6szn\",layoutDependency:layoutDependency,layoutId:\"ionlS7ZQo\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-2m9mnv\",layoutDependency:layoutDependency,layoutId:\"qrLUDCeK9\",style:{backgroundColor:\"var(--token-6431f960-c6f2-42ab-9f5e-8e394c845ae0, rgb(234, 234, 241))\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:1500,pixelHeight:3e3,pixelWidth:3e3,sizes:\"32px\",src:\"https://framerusercontent.com/images/wIHcTJYUAWVTdqj8Bs0rMDfjSY.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/wIHcTJYUAWVTdqj8Bs0rMDfjSY.png?scale-down-to=512 512w, https://framerusercontent.com/images/wIHcTJYUAWVTdqj8Bs0rMDfjSY.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/wIHcTJYUAWVTdqj8Bs0rMDfjSY.png?scale-down-to=2048 2048w, https://framerusercontent.com/images/wIHcTJYUAWVTdqj8Bs0rMDfjSY.png 3000w\"},className:\"framer-n04ok6\",\"data-framer-name\":\"DanSap\",layoutDependency:layoutDependency,layoutId:\"mJcmuPTir\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9d729f16-d6a9-4828-91ac-1e3d86a24c3a, rgb(159, 159, 173)))\"},children:[\"Made with 🧉 by \",/*#__PURE__*/_jsx(Link,{href:\"https://twitter.com/intent/follow?screen_name=dannysapio\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1nblds1\",\"data-styles-preset\":\"Gh9htfGQH\",children:\"Danny Sapio\"})}),\" in 🇧🇷\"]})}),className:\"framer-9qui6b\",layoutDependency:layoutDependency,layoutId:\"rUPRatuJa\",style:{\"--extracted-r6o4lv\":\"var(--token-9d729f16-d6a9-4828-91ac-1e3d86a24c3a, rgb(159, 159, 173))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1p2w6ta\",layoutDependency:layoutDependency,layoutId:\"yk1I31RLv\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17g9y93\",layoutDependency:layoutDependency,layoutId:\"zs2tawwgW\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ciwr2m\",layoutDependency:layoutDependency,layoutId:\"UkYxQ3dL8\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1047gdf\",\"data-framer-name\":\"framer-icon (1) 1\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"PDp61skDJ\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 7.987 L 20.137 7.987 L 20.137 0 L 4.012 0 L 4.012 0.075 Z M 12 7.988 L 3.862 7.988 L 3.862 15.938 L 3.862 15.975 L 3.9 15.975 L 11.925 24 L 11.925 15.975 L 19.987 15.975 L 19.987 15.9 Z\" fill=\"var(--token-7dfc2043-70a3-4d05-ab5b-9682f2c0249d, rgb(21, 20, 25)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path></svg>',svgContentId:630240469,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9d729f16-d6a9-4828-91ac-1e3d86a24c3a, rgb(159, 159, 173)))\"},children:[\"Made in \",/*#__PURE__*/_jsx(Link,{href:\"https://www.framer.com?via=dannysapio\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1nblds1\",\"data-styles-preset\":\"Gh9htfGQH\",children:\"Framer\"})})]})}),className:\"framer-4bc2iz\",layoutDependency:layoutDependency,layoutId:\"CZG9Gx13x\",style:{\"--extracted-r6o4lv\":\"var(--token-9d729f16-d6a9-4828-91ac-1e3d86a24c3a, rgb(159, 159, 173))\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]})]})})});});const css=['.framer-T5KGY[data-border=\"true\"]::after, .framer-T5KGY [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-T5KGY.framer-sfo6sg, .framer-T5KGY .framer-sfo6sg { display: block; }\",\".framer-T5KGY.framer-23h13f { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 30px 0px 30px 0px; position: relative; width: 936px; }\",\".framer-T5KGY .framer-h7327w { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; height: min-content; justify-content: space-between; max-width: 1200px; overflow: visible; padding: 0px 24px 0px 24px; position: relative; width: 100%; }\",\".framer-T5KGY .framer-1wrric8 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 350px; min-width: 300px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-T5KGY .framer-h68rd5 { flex: none; height: 32px; position: relative; width: 57px; }\",\".framer-T5KGY .framer-1i1bnvp, .framer-T5KGY .framer-q25vp { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-T5KGY .framer-wozqgh-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-T5KGY .framer-ptr63c { 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-width: 250px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-T5KGY .framer-1op86n2-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\".framer-T5KGY .framer-wcaytr, .framer-T5KGY .framer-9zz280, .framer-T5KGY .framer-1jr3n8d, .framer-T5KGY .framer-osl9en, .framer-T5KGY .framer-mxe63, .framer-T5KGY .framer-neetuk, .framer-T5KGY .framer-1wlrbwq, .framer-T5KGY .framer-1clsmqb, .framer-T5KGY .framer-4bc2iz { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-T5KGY .framer-ikmdek { flex: none; height: 1px; overflow: visible; position: relative; width: 100%; }\",\".framer-T5KGY .framer-1fged8v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; height: 32px; justify-content: space-between; max-width: 1200px; overflow: visible; padding: 0px 24px 0px 24px; position: relative; width: 100%; }\",\".framer-T5KGY .framer-1ls6szn { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; min-width: 300px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-T5KGY .framer-2m9mnv { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 32px); justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 32px; will-change: var(--framer-will-change-override, transform); }\",\".framer-T5KGY .framer-n04ok6 { aspect-ratio: 1 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 32px; }\",\".framer-T5KGY .framer-9qui6b { flex: 1 0 0px; height: auto; overflow: hidden; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-T5KGY .framer-1p2w6ta { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-T5KGY .framer-17g9y93 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; min-width: 250px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-T5KGY .framer-ciwr2m { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 32px); justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 32px; }\",\".framer-T5KGY .framer-1047gdf { flex: none; height: 24px; position: relative; width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-T5KGY.framer-23h13f, .framer-T5KGY .framer-1wrric8, .framer-T5KGY .framer-ptr63c, .framer-T5KGY .framer-1ls6szn, .framer-T5KGY .framer-2m9mnv, .framer-T5KGY .framer-1p2w6ta, .framer-T5KGY .framer-17g9y93, .framer-T5KGY .framer-ciwr2m { gap: 0px; } .framer-T5KGY.framer-23h13f > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-T5KGY.framer-23h13f > :first-child, .framer-T5KGY .framer-1wrric8 > :first-child, .framer-T5KGY .framer-ptr63c > :first-child { margin-top: 0px; } .framer-T5KGY.framer-23h13f > :last-child, .framer-T5KGY .framer-1wrric8 > :last-child, .framer-T5KGY .framer-ptr63c > :last-child { margin-bottom: 0px; } .framer-T5KGY .framer-1wrric8 > *, .framer-T5KGY .framer-ptr63c > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-T5KGY .framer-1ls6szn > *, .framer-T5KGY .framer-17g9y93 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-T5KGY .framer-1ls6szn > :first-child, .framer-T5KGY .framer-2m9mnv > :first-child, .framer-T5KGY .framer-1p2w6ta > :first-child, .framer-T5KGY .framer-17g9y93 > :first-child, .framer-T5KGY .framer-ciwr2m > :first-child { margin-left: 0px; } .framer-T5KGY .framer-1ls6szn > :last-child, .framer-T5KGY .framer-2m9mnv > :last-child, .framer-T5KGY .framer-1p2w6ta > :last-child, .framer-T5KGY .framer-17g9y93 > :last-child, .framer-T5KGY .framer-ciwr2m > :last-child { margin-right: 0px; } .framer-T5KGY .framer-2m9mnv > *, .framer-T5KGY .framer-ciwr2m > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-T5KGY .framer-1p2w6ta > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\",\".framer-T5KGY.framer-v-3p7wpl.framer-23h13f { width: 810px; }\",\".framer-T5KGY.framer-v-20zvdp.framer-23h13f { align-content: flex-start; align-items: flex-start; justify-content: flex-start; padding: 24px 0px 24px 0px; width: 390px; }\",\".framer-T5KGY.framer-v-20zvdp .framer-h7327w { gap: 24px; justify-content: flex-start; padding: 0px 16px 0px 16px; }\",\".framer-T5KGY.framer-v-20zvdp .framer-1fged8v { gap: 16px; height: min-content; justify-content: flex-start; padding: 0px 16px 0px 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-T5KGY.framer-v-20zvdp .framer-h7327w, .framer-T5KGY.framer-v-20zvdp .framer-1fged8v { gap: 0px; } .framer-T5KGY.framer-v-20zvdp .framer-h7327w > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-T5KGY.framer-v-20zvdp .framer-h7327w > :first-child, .framer-T5KGY.framer-v-20zvdp .framer-1fged8v > :first-child { margin-left: 0px; } .framer-T5KGY.framer-v-20zvdp .framer-h7327w > :last-child, .framer-T5KGY.framer-v-20zvdp .framer-1fged8v > :last-child { margin-right: 0px; } .framer-T5KGY.framer-v-20zvdp .framer-1fged8v > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 476.5\n * @framerIntrinsicWidth 936\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"gwiKv1Kbu\":{\"layout\":[\"fixed\",\"auto\"]},\"KgqKELOKA\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerG15gqAEev=withCSS(Component,css,\"framer-T5KGY\");export default FramerG15gqAEev;FramerG15gqAEev.displayName=\"Footer\";FramerG15gqAEev.defaultProps={height:476.5,width:936};addPropertyControls(FramerG15gqAEev,{variant:{options:[\"KXcyq6cru\",\"gwiKv1Kbu\",\"KgqKELOKA\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerG15gqAEev,[...TwitterFollowFonts,...ProductHuntFonts,...sharedStyle.fonts,...sharedStyle1.fonts,...sharedStyle2.fonts,...sharedStyle3.fonts,...sharedStyle4.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerG15gqAEev\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gwiKv1Kbu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KgqKELOKA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"476.5\",\"framerIntrinsicWidth\":\"936\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}