{"version":3,"sources":["pkuYO6d2o.tsx"],"sourcesContent":["// Generated by Framer (de5a9b5)\n\nimport { addFonts, addPropertyControls, ComponentViewportProvider, ControlType, cx, FormContainer, FormPlainTextInput, getFonts, getFontsFromSharedStyle, getLoadingLazyAtYPosition, Image, Link, ResolveLinks, RichText, SmartComponentScopedContainer, useActiveVariantCallback, useComponentViewport, useLocaleInfo, useRouter, useVariantState, withCSS, withFX } from \"framer\";\nimport { LayoutGroup, motion, MotionConfigContext } from \"framer-motion\";\nimport * as React from \"react\";\nimport { useRef } from \"react\";\nimport CookieBanner from \"https://framerusercontent.com/modules/GbX8S6ghmyszcS2GLR2F/IH6s9ASs8tTeXMp8PWOj/Cookies.js\";\nimport * as sharedStyle2 from \"../css/HO_lrC1CD\";\nimport * as sharedStyle3 from \"../css/iK67A8mdm\";\nimport * as sharedStyle1 from \"../css/PYcVwImbo\";\nimport * as sharedStyle from \"../css/wKznubz8P\";\nimport FooterMenuLink from \"./ccfGhtfYJ\";\nimport Button from \"./ZNwjtHq81\";\nconst ButtonFonts = getFonts(Button);\nconst MotionDivWithFX = withFX(motion.div);\nconst FooterMenuLinkFonts = getFonts(FooterMenuLink);\nconst CookieBannerFonts = getFonts(CookieBanner);\n\nconst cycleOrder = [\"Lzt0dIY7B\", \"Pj3SVDH3j\", \"Aa3trjLNj\"];\n\nconst serializationHash = \"framer-WoaZQ\"\n\nconst variantClassNames = {Aa3trjLNj: \"framer-v-15zaaad\", Lzt0dIY7B: \"framer-v-j8wo29\", Pj3SVDH3j: \"framer-v-lufzjy\"};\n\nfunction addPropertyOverrides(overrides, ...variants) {\nconst nextOverrides = {}\nvariants?.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]))\nreturn nextOverrides\n}\n\nconst transition1 = {bounce: 0.2, delay: 0, duration: 0.4, type: \"spring\"}\n\nconst animation = {opacity: 0, rotate: 0, rotateX: 0, rotateY: 0, scale: 1, skewX: 0, skewY: 0, x: 0, y: 75}\n\nconst transition2 = {damping: 50, delay: 0, mass: 1, stiffness: 150, type: \"spring\"}\n\nconst animation1 = {opacity: 1, rotate: 0, rotateX: 0, rotateY: 0, scale: 1, skewX: 0, skewY: 0, transition: transition2, x: 0, y: 0}\n\nconst formVariants = (form, variants, currentVariant) => { switch(form.state) {case \"success\": return variants.success ?? currentVariant\ncase \"pending\": return variants.pending ?? currentVariant\ncase \"error\": return variants.error ?? currentVariant\ncase \"incomplete\": return variants.incomplete ?? currentVariant} }\n\nconst transition3 = {damping: 50, delay: 0, mass: 1, stiffness: 251, type: \"spring\"}\n\nconst transition4 = {damping: 50, delay: 0.2, mass: 1, stiffness: 150, type: \"spring\"}\n\nconst transition5 = {damping: 50, delay: 0.1, mass: 1, stiffness: 150, type: \"spring\"}\n\nconst Transition = ({value, children}) => {\nconst config = React.useContext(MotionConfigContext)\nconst transition = value ?? config.transition\nconst contextValue = React.useMemo(() => ({ ...config, transition }), [JSON.stringify(transition)])\nreturn <MotionConfigContext.Provider value={contextValue}>{children}</MotionConfigContext.Provider>\n}\n\nconst Variants = motion.create(React.Fragment)\n\nconst humanReadableVariantMap = {Default: \"Lzt0dIY7B\", Phone: \"Aa3trjLNj\", Tablet: \"Pj3SVDH3j\"}\n\nconst getProps = ({height, id, width, ...props}) => { return {...props, variant: humanReadableVariantMap[props.variant] ?? props.variant ?? \"Lzt0dIY7B\"} }\n\nconst createLayoutDependency = (props, variants) => {if (props.layoutDependency) return variants.join('-') + props.layoutDependency\nreturn variants.join('-')}\n\nexport interface Props extends React.HTMLAttributes<HTMLDivElement> { style?: Record<string, unknown>;className?: string;layoutId?: string | number;variant?: keyof typeof humanReadableVariantMap; }\n\nconst Component = React.forwardRef<HTMLDivElement, Props>(function(props, ref) {\n\nconst fallbackRef = useRef<HTMLElement>(null)\n\nconst refBinding = ref ?? fallbackRef\n\nconst defaultLayoutId = React.useId()\n\nconst { activeLocale, setLocale } = useLocaleInfo()\n\nconst componentViewport = useComponentViewport()\n\nconst { style, className, layoutId, variant, ...restProps } = getProps(props)\n\nconst {baseVariant, classNames, clearLoadingGesture, gestureHandlers, gestureVariant, isLoading, setGestureState, setVariant, variants} = useVariantState({cycleOrder, defaultVariant: \"Lzt0dIY7B\", ref: refBinding, variant, variantClassNames})\n\nconst layoutDependency = createLayoutDependency(props, variants)\n\nconst { activeVariantCallback, delay } = useActiveVariantCallback(baseVariant)\n\nconst onTap1b9dyjf = activeVariantCallback(async (...args) => {\nsetVariant(\"Lzt0dIY7B\")\n})\n\nconst sharedStyleClassNames = [sharedStyle.className, sharedStyle1.className, sharedStyle2.className, sharedStyle3.className]\n\nconst scopingClassNames = cx(serializationHash, ...sharedStyleClassNames)\n\nconst router = useRouter()\n\nconst isDisplayed = () => {\nif (baseVariant === \"Aa3trjLNj\") return true\nreturn false\n}\n\nreturn (<LayoutGroup id={layoutId ?? defaultLayoutId}><Variants animate={variants} initial={false}><Transition value={transition1}><motion.footer {...restProps} {...gestureHandlers} className={cx(scopingClassNames, \"framer-j8wo29\", className, classNames)} data-framer-name={\"Default\"} layoutDependency={layoutDependency} layoutId={\"Lzt0dIY7B\"} ref={refBinding} style={{...style}} {...addPropertyOverrides({Aa3trjLNj: {\"data-framer-name\": \"Phone\"}, Pj3SVDH3j: {\"data-framer-name\": \"Tablet\"}}, baseVariant, gestureVariant)}><motion.div className={\"framer-1upekxr\"} data-border data-framer-name={\"Footer Overlay\"} layoutDependency={layoutDependency} layoutId={\"pbn80zEoE\"} style={{\"--border-bottom-width\": \"1px\", \"--border-color\": \"var(--token-f97426c4-e775-46ac-bef5-e84e3a0e144a, rgb(202, 202, 203))\", \"--border-left-width\": \"0px\", \"--border-right-width\": \"0px\", \"--border-style\": \"solid\", \"--border-top-width\": \"1px\"}}><motion.div className={\"framer-14iyl74\"} data-framer-name={\"Container\"} layoutDependency={layoutDependency} layoutId={\"an5WVtn_E\"}><motion.div className={\"framer-1n33fo1\"} data-framer-name={\"Content\"} data-highlight layoutDependency={layoutDependency} layoutId={\"VEe_Cbma8\"} onTap={onTap1b9dyjf} {...addPropertyOverrides({Aa3trjLNj: {\"data-highlight\": undefined, onTap: undefined}}, baseVariant, gestureVariant)}><motion.div className={\"framer-n9mmti\"} data-framer-name={\"Item\"} layoutDependency={layoutDependency} layoutId={\"XNM_iJAdb\"}><MotionDivWithFX __framer__animate={{transition: transition2}} __framer__animateOnce __framer__enter={animation} __framer__exit={animation1} __framer__styleAppearEffectEnabled __framer__threshold={0.5} __perspectiveFX={false} __smartComponentFX __targetOpacity={1} className={\"framer-gnfvaa\"} data-framer-name={\"Content\"} layoutDependency={layoutDependency} layoutId={\"xXlWLYp8l\"}><Link href={{webPageId: \"augiA20Il\"}} motionChild nodeId={\"d7k6zlkSb\"} scopeId={\"pkuYO6d2o\"}><Image as={\"a\"} background={{alt: \"Logo\", fit: \"fit\", loading: getLoadingLazyAtYPosition((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 49 + 0) + 0 + 0)), pixelHeight: 512, pixelWidth: 2202, positionX: \"center\", positionY: \"center\", sizes: `min(min(min(max(max(min(max(${componentViewport?.width || \"100vw\"}, 1px), 1122px) - 30px, 1px) / 4, 1px), 350px) - 48px, 320px), 85px)`, src: \"https://framerusercontent.com/images/ShSYAahVPGTKXgdF1xpPg0BGmg.png\", srcSet: \"https://framerusercontent.com/images/ShSYAahVPGTKXgdF1xpPg0BGmg.png?scale-down-to=512 512w,https://framerusercontent.com/images/ShSYAahVPGTKXgdF1xpPg0BGmg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ShSYAahVPGTKXgdF1xpPg0BGmg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ShSYAahVPGTKXgdF1xpPg0BGmg.png 2202w\"}} className={\"framer-1i6t9gu framer-k16qr9\"} data-framer-name={\"Logo\"} layoutDependency={layoutDependency} layoutId={\"d7k6zlkSb\"} {...addPropertyOverrides({Aa3trjLNj: {background: {alt: \"Logo\", fit: \"fit\", loading: getLoadingLazyAtYPosition((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0 + 0) + 24 + 0) + 0 + 0)), pixelHeight: 512, pixelWidth: 2202, positionX: \"center\", positionY: \"center\", sizes: `min(min(min(max(min(max(${componentViewport?.width || \"100vw\"}, 1px), 1122px) - 30px, 1px), 350px) - 48px, 320px), 85px)`, src: \"https://framerusercontent.com/images/ShSYAahVPGTKXgdF1xpPg0BGmg.png\", srcSet: \"https://framerusercontent.com/images/ShSYAahVPGTKXgdF1xpPg0BGmg.png?scale-down-to=512 512w,https://framerusercontent.com/images/ShSYAahVPGTKXgdF1xpPg0BGmg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ShSYAahVPGTKXgdF1xpPg0BGmg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ShSYAahVPGTKXgdF1xpPg0BGmg.png 2202w\"}}, Pj3SVDH3j: {background: {alt: \"Logo\", fit: \"fit\", loading: getLoadingLazyAtYPosition((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 38 + 0) + 0 + 0)), pixelHeight: 512, pixelWidth: 2202, positionX: \"center\", positionY: \"center\", sizes: `min(min(min(max(max(min(max(${componentViewport?.width || \"100vw\"}, 1px), 1122px) - 30px, 1px) / 4, 1px), 350px) - 48px, 320px), 85px)`, src: \"https://framerusercontent.com/images/ShSYAahVPGTKXgdF1xpPg0BGmg.png\", srcSet: \"https://framerusercontent.com/images/ShSYAahVPGTKXgdF1xpPg0BGmg.png?scale-down-to=512 512w,https://framerusercontent.com/images/ShSYAahVPGTKXgdF1xpPg0BGmg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ShSYAahVPGTKXgdF1xpPg0BGmg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ShSYAahVPGTKXgdF1xpPg0BGmg.png 2202w\"}}}, baseVariant, gestureVariant)}/></Link><RichText __fromCanvasComponent children={<React.Fragment><motion.p className={\"framer-styles-preset-1fipdd4\"} data-styles-preset={\"wKznubz8P\"}>Topfreeprompts.com is the world's premier library of expert-crafted free prompts for ChatGPT, Claude, Midjourney, and other AI tools developed by Lucybrain.com AI research. Our Swiss platform helps people globally unlock AI's full potential for professional and personal growth.</motion.p></React.Fragment>} className={\"framer-19429tp\"} data-framer-name={\"Info\"} fonts={[\"Inter\"]} layoutDependency={layoutDependency} layoutId={\"qZg_3MicQ\"} style={{\"--framer-paragraph-spacing\": \"0px\"}} verticalAlignment={\"top\"} withExternalLayout/><FormContainer action={\"https://api.framer.com/forms/v1/forms/0d55cf8d-fc01-455d-b9d8-217727da86a1/submit\"} className={\"framer-jqzpgi\"} layoutDependency={layoutDependency} layoutId={\"L8VXuYfqz\"} nodeId={\"L8VXuYfqz\"}>{(formState) => (<><RichText __fromCanvasComponent children={<React.Fragment><motion.p className={\"framer-styles-preset-3anaro\"} data-styles-preset={\"PYcVwImbo\"}><motion.span data-text-fill={\"true\"} style={{backgroundImage: \"radial-gradient(50% 50% at 35.5% 50%, var(--token-0ef979be-c0ee-4c46-8bc6-33d7277e0ef6, rgb(249, 181, 142)) 0%, var(--token-e94093ca-1f89-44f7-8c0d-07b0e7ef2fc0, rgb(171, 113, 145)) 49.099099%, var(--token-7454005f-369b-47bf-83af-dc04830266a4, rgb(135, 160, 204)) 100%)\"}}>Sign up for prompt newsletter</motion.span></motion.p></React.Fragment>} className={\"framer-r24eu0\"} fonts={[\"Inter\"]} layoutDependency={layoutDependency} layoutId={\"tJLxLn_kK\"} style={{\"--framer-link-text-color\": \"rgb(0, 153, 255)\", \"--framer-link-text-decoration\": \"underline\", \"--framer-paragraph-spacing\": \"0px\"}} verticalAlignment={\"top\"} withExternalLayout {...addPropertyOverrides({Aa3trjLNj: {children: <React.Fragment><motion.p className={\"framer-styles-preset-3anaro\"} data-styles-preset={\"PYcVwImbo\"}><motion.span data-text-fill={\"true\"} style={{backgroundImage: \"radial-gradient(50% 50% at 50% 50%, var(--token-aadc609d-896a-4d30-bcf5-a4b666820adf, rgb(171, 165, 113)) 0%, var(--token-8905b144-2a0d-4a47-9974-e79c3c96858a, rgb(169, 197, 204)) 100%)\"}}>Receive top prompts of the week</motion.span></motion.p></React.Fragment>}}, baseVariant, gestureVariant)}/><motion.label className={\"framer-1fsbgco\"} layoutDependency={layoutDependency} layoutId={\"UWFUx5s4_\"}><FormPlainTextInput className={\"framer-h146ju\"} inputName={\"Email\"} layoutDependency={layoutDependency} layoutId={\"i5cdwjoIi\"} placeholder={\"Email\"} style={{\"--framer-input-border-bottom-width\": \"1px\", \"--framer-input-border-color\": \"var(--token-a01efd32-4c40-4f5e-9d53-93e8a53b7182, rgb(0, 0, 0))\", \"--framer-input-border-left-width\": \"0px\", \"--framer-input-border-right-width\": \"0px\", \"--framer-input-border-style\": \"solid\", \"--framer-input-border-top-width\": \"0px\", \"--framer-input-font-color\": \"var(--token-a01efd32-4c40-4f5e-9d53-93e8a53b7182, rgb(0, 0, 0))\", \"--framer-input-icon-color\": \"rgb(153, 153, 153)\", \"--framer-input-placeholder-color\": \"rgb(153, 153, 153)\"}} type={\"email\"}/></motion.label><ComponentViewportProvider height={35} width={\"300px\"} y={((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 49 + 0) + 0 + 192) + 0 + 180)} {...addPropertyOverrides({Aa3trjLNj: {y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0 + 0) + 24 + 0) + 0 + 184) + 0 + 180)}, Pj3SVDH3j: {y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 38 + 0) + 0 + 192) + 0 + 180)}}, baseVariant, gestureVariant)}><SmartComponentScopedContainer className={\"framer-1yneuf-container\"} layoutDependency={layoutDependency} layoutId={\"xwBbgmVQT-container\"} nodeId={\"xwBbgmVQT\"} rendersWithMotion scopeId={\"pkuYO6d2o\"}><Button height={\"100%\"} id={\"xwBbgmVQT\"} layoutId={\"xwBbgmVQT\"} style={{height: \"100%\", width: \"100%\"}} type={\"submit\"} variant={formVariants(formState, {pending: \"rGKeMdZtX\", success: \"BaOY5dg27\"}, \"AFLXKhQt_\")} width={\"100%\"}/></SmartComponentScopedContainer></ComponentViewportProvider></>)}</FormContainer></MotionDivWithFX></motion.div><motion.div className={\"framer-1h6416x\"} data-framer-name={\"Item\"} layoutDependency={layoutDependency} layoutId={\"lwn_km7zA\"}><MotionDivWithFX __framer__animate={{transition: transition3}} __framer__animateOnce __framer__enter={animation} __framer__exit={animation1} __framer__styleAppearEffectEnabled __framer__threshold={0} __perspectiveFX={false} __smartComponentFX __targetOpacity={1} className={\"framer-rkm289\"} data-framer-name={\"Wrap\"} layoutDependency={layoutDependency} layoutId={\"ctIilebsD\"}><RichText __fromCanvasComponent children={<React.Fragment><motion.p className={\"framer-styles-preset-15k4jn0\"} data-styles-preset={\"HO_lrC1CD\"} style={{\"--framer-text-color\": \"var(--extracted-r6o4lv, rgb(161, 161, 161))\"}}>Discover</motion.p></React.Fragment>} className={\"framer-mg219a\"} data-framer-name={\"Title\"} fonts={[\"Inter\"]} layoutDependency={layoutDependency} layoutId={\"TQtxmOK_Z\"} style={{\"--extracted-r6o4lv\": \"rgb(161, 161, 161)\", \"--framer-paragraph-spacing\": \"14px\"}} verticalAlignment={\"top\"} withExternalLayout/><motion.div className={\"framer-16oycs4\"} data-framer-name={\"Footer Menu\"} layoutDependency={layoutDependency} layoutId={\"VELKRKhZu\"}><ResolveLinks links={[{href: {webPageId: \"AHoIrzjdm\"}, implicitPathVariables: undefined}, {href: {webPageId: \"AHoIrzjdm\"}, implicitPathVariables: undefined}, {href: {webPageId: \"AHoIrzjdm\"}, implicitPathVariables: undefined}]}>{(resolvedLinks) => (<ComponentViewportProvider height={14} y={((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 49 + 0) + 0 + 48.8) + 0 + 0)} {...addPropertyOverrides({Aa3trjLNj: {y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0 + 447) + 24 + 0) + 0 + 32.8) + 0 + 0)}, Pj3SVDH3j: {y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 38 + 0) + 0 + 32.8) + 0 + 0)}}, baseVariant, gestureVariant)}><SmartComponentScopedContainer className={\"framer-1lmmnud-container\"} data-framer-name={\"Category\"} layoutDependency={layoutDependency} layoutId={\"LTyAQnPy4-container\"} name={\"Category\"} nodeId={\"LTyAQnPy4\"} rendersWithMotion scopeId={\"pkuYO6d2o\"}><FooterMenuLink height={\"100%\"} id={\"LTyAQnPy4\"} layoutId={\"LTyAQnPy4\"} name={\"Category\"} rRhJ0xmiN={\"Categories\"} variant={\"agBoco9Y4\"} vWbN1XceS={resolvedLinks[0]} width={\"100%\"} {...addPropertyOverrides({Aa3trjLNj: {vWbN1XceS: resolvedLinks[2]}, Pj3SVDH3j: {vWbN1XceS: resolvedLinks[1]}}, baseVariant, gestureVariant)}/></SmartComponentScopedContainer></ComponentViewportProvider>)}</ResolveLinks><ResolveLinks links={[{href: {webPageId: \"WyaP5QHAX\"}, implicitPathVariables: undefined}, {href: {webPageId: \"WyaP5QHAX\"}, implicitPathVariables: undefined}, {href: {webPageId: \"WyaP5QHAX\"}, implicitPathVariables: undefined}]}>{(resolvedLinks1) => (<ComponentViewportProvider height={14} y={((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 49 + 0) + 0 + 48.8) + 0 + 32)} {...addPropertyOverrides({Aa3trjLNj: {y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0 + 447) + 24 + 0) + 0 + 32.8) + 0 + 30)}, Pj3SVDH3j: {y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 38 + 0) + 0 + 32.8) + 0 + 30)}}, baseVariant, gestureVariant)}><SmartComponentScopedContainer className={\"framer-15rpcbf-container\"} data-framer-name={\"Shop\"} layoutDependency={layoutDependency} layoutId={\"ZgSmPlEwc-container\"} name={\"Shop\"} nodeId={\"ZgSmPlEwc\"} rendersWithMotion scopeId={\"pkuYO6d2o\"}><FooterMenuLink height={\"100%\"} id={\"ZgSmPlEwc\"} layoutId={\"ZgSmPlEwc\"} name={\"Shop\"} rRhJ0xmiN={\"Prompt Library\"} variant={\"agBoco9Y4\"} vWbN1XceS={resolvedLinks1[0]} width={\"100%\"} {...addPropertyOverrides({Aa3trjLNj: {vWbN1XceS: resolvedLinks1[2]}, Pj3SVDH3j: {vWbN1XceS: resolvedLinks1[1]}}, baseVariant, gestureVariant)}/></SmartComponentScopedContainer></ComponentViewportProvider>)}</ResolveLinks><ResolveLinks links={[{href: {webPageId: \"g1FP98nPI\"}, implicitPathVariables: undefined}, {href: {webPageId: \"g1FP98nPI\"}, implicitPathVariables: undefined}, {href: {webPageId: \"g1FP98nPI\"}, implicitPathVariables: undefined}]}>{(resolvedLinks2) => (<ComponentViewportProvider height={14} y={((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 49 + 0) + 0 + 48.8) + 0 + 64)} {...addPropertyOverrides({Aa3trjLNj: {y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0 + 447) + 24 + 0) + 0 + 32.8) + 0 + 60)}, Pj3SVDH3j: {y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 38 + 0) + 0 + 32.8) + 0 + 60)}}, baseVariant, gestureVariant)}><SmartComponentScopedContainer className={\"framer-16e1vkf-container\"} data-framer-name={\"Shop\"} layoutDependency={layoutDependency} layoutId={\"KtE8Zh8iB-container\"} name={\"Shop\"} nodeId={\"KtE8Zh8iB\"} rendersWithMotion scopeId={\"pkuYO6d2o\"}><FooterMenuLink height={\"100%\"} id={\"KtE8Zh8iB\"} layoutId={\"KtE8Zh8iB\"} name={\"Shop\"} rRhJ0xmiN={\"AI Learn\"} variant={\"agBoco9Y4\"} vWbN1XceS={resolvedLinks2[0]} width={\"100%\"} {...addPropertyOverrides({Aa3trjLNj: {vWbN1XceS: resolvedLinks2[2]}, Pj3SVDH3j: {vWbN1XceS: resolvedLinks2[1]}}, baseVariant, gestureVariant)}/></SmartComponentScopedContainer></ComponentViewportProvider>)}</ResolveLinks><ResolveLinks links={[{href: {webPageId: \"XNy8G2Z3e\"}, implicitPathVariables: undefined}, {href: {webPageId: \"XNy8G2Z3e\"}, implicitPathVariables: undefined}, {href: {webPageId: \"XNy8G2Z3e\"}, implicitPathVariables: undefined}]}>{(resolvedLinks3) => (<ComponentViewportProvider height={14} y={((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 49 + 0) + 0 + 48.8) + 0 + 96)} {...addPropertyOverrides({Aa3trjLNj: {y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0 + 447) + 24 + 0) + 0 + 32.8) + 0 + 90)}, Pj3SVDH3j: {y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 38 + 0) + 0 + 32.8) + 0 + 90)}}, baseVariant, gestureVariant)}><SmartComponentScopedContainer className={\"framer-syyp12-container\"} data-framer-name={\"Shop\"} layoutDependency={layoutDependency} layoutId={\"Ob9Q8Ss2e-container\"} name={\"Shop\"} nodeId={\"Ob9Q8Ss2e\"} rendersWithMotion scopeId={\"pkuYO6d2o\"}><FooterMenuLink height={\"100%\"} id={\"Ob9Q8Ss2e\"} layoutId={\"Ob9Q8Ss2e\"} name={\"Shop\"} rRhJ0xmiN={\"Resources\"} variant={\"agBoco9Y4\"} vWbN1XceS={resolvedLinks3[0]} width={\"100%\"} {...addPropertyOverrides({Aa3trjLNj: {vWbN1XceS: resolvedLinks3[2]}, Pj3SVDH3j: {vWbN1XceS: resolvedLinks3[1]}}, baseVariant, gestureVariant)}/></SmartComponentScopedContainer></ComponentViewportProvider>)}</ResolveLinks><ResolveLinks links={[{href: {webPageId: \"GtcX5bzmz\"}, implicitPathVariables: undefined}, {href: {webPageId: \"GtcX5bzmz\"}, implicitPathVariables: undefined}, {href: {webPageId: \"GtcX5bzmz\"}, implicitPathVariables: undefined}]}>{(resolvedLinks4) => (<ComponentViewportProvider height={14} y={((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 49 + 0) + 0 + 48.8) + 0 + 128)} {...addPropertyOverrides({Aa3trjLNj: {y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0 + 447) + 24 + 0) + 0 + 32.8) + 0 + 120)}, Pj3SVDH3j: {y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 38 + 0) + 0 + 32.8) + 0 + 120)}}, baseVariant, gestureVariant)}><SmartComponentScopedContainer className={\"framer-oqfszk-container\"} data-framer-name={\"Shop\"} layoutDependency={layoutDependency} layoutId={\"ofmH3e5Fh-container\"} name={\"Shop\"} nodeId={\"ofmH3e5Fh\"} rendersWithMotion scopeId={\"pkuYO6d2o\"}><FooterMenuLink height={\"100%\"} id={\"ofmH3e5Fh\"} layoutId={\"ofmH3e5Fh\"} name={\"Shop\"} rRhJ0xmiN={\"AI Tools\"} variant={\"agBoco9Y4\"} vWbN1XceS={resolvedLinks4[0]} width={\"100%\"} {...addPropertyOverrides({Aa3trjLNj: {vWbN1XceS: resolvedLinks4[2]}, Pj3SVDH3j: {vWbN1XceS: resolvedLinks4[1]}}, baseVariant, gestureVariant)}/></SmartComponentScopedContainer></ComponentViewportProvider>)}</ResolveLinks><ResolveLinks links={[{href: {webPageId: \"UguEF7ocy\"}, implicitPathVariables: undefined}, {href: {webPageId: \"UguEF7ocy\"}, implicitPathVariables: undefined}, {href: {webPageId: \"UguEF7ocy\"}, implicitPathVariables: undefined}]}>{(resolvedLinks5) => (<ComponentViewportProvider height={14} y={((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 49 + 0) + 0 + 48.8) + 0 + 160)} {...addPropertyOverrides({Aa3trjLNj: {y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0 + 447) + 24 + 0) + 0 + 32.8) + 0 + 150)}, Pj3SVDH3j: {y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 38 + 0) + 0 + 32.8) + 0 + 150)}}, baseVariant, gestureVariant)}><SmartComponentScopedContainer className={\"framer-1l5uglv-container\"} data-framer-name={\"About\"} layoutDependency={layoutDependency} layoutId={\"nyja5_UOG-container\"} name={\"About\"} nodeId={\"nyja5_UOG\"} rendersWithMotion scopeId={\"pkuYO6d2o\"}><FooterMenuLink height={\"100%\"} id={\"nyja5_UOG\"} layoutId={\"nyja5_UOG\"} name={\"About\"} rRhJ0xmiN={\"About\"} variant={\"agBoco9Y4\"} vWbN1XceS={resolvedLinks5[0]} width={\"100%\"} {...addPropertyOverrides({Aa3trjLNj: {vWbN1XceS: resolvedLinks5[2]}, Pj3SVDH3j: {vWbN1XceS: resolvedLinks5[1]}}, baseVariant, gestureVariant)}/></SmartComponentScopedContainer></ComponentViewportProvider>)}</ResolveLinks><ResolveLinks links={[{href: {webPageId: \"w79XP5cxt\"}, implicitPathVariables: undefined}, {href: {webPageId: \"w79XP5cxt\"}, implicitPathVariables: undefined}, {href: {webPageId: \"w79XP5cxt\"}, implicitPathVariables: undefined}]}>{(resolvedLinks6) => (<ComponentViewportProvider height={14} y={((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 49 + 0) + 0 + 48.8) + 0 + 192)} {...addPropertyOverrides({Aa3trjLNj: {y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0 + 447) + 24 + 0) + 0 + 32.8) + 0 + 180)}, Pj3SVDH3j: {y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 38 + 0) + 0 + 32.8) + 0 + 180)}}, baseVariant, gestureVariant)}><SmartComponentScopedContainer className={\"framer-1irwr6e-container\"} data-framer-name={\"About\"} layoutDependency={layoutDependency} layoutId={\"AquOyo_tS-container\"} name={\"About\"} nodeId={\"AquOyo_tS\"} rendersWithMotion scopeId={\"pkuYO6d2o\"}><FooterMenuLink height={\"100%\"} id={\"AquOyo_tS\"} layoutId={\"AquOyo_tS\"} name={\"About\"} rRhJ0xmiN={\"FAQ\"} variant={\"agBoco9Y4\"} vWbN1XceS={resolvedLinks6[0]} width={\"100%\"} {...addPropertyOverrides({Aa3trjLNj: {vWbN1XceS: resolvedLinks6[2]}, Pj3SVDH3j: {vWbN1XceS: resolvedLinks6[1]}}, baseVariant, gestureVariant)}/></SmartComponentScopedContainer></ComponentViewportProvider>)}</ResolveLinks><ResolveLinks links={[{href: {webPageId: \"MnbMbrtTk\"}, implicitPathVariables: undefined}, {href: {webPageId: \"MnbMbrtTk\"}, implicitPathVariables: undefined}, {href: {webPageId: \"MnbMbrtTk\"}, implicitPathVariables: undefined}]}>{(resolvedLinks7) => (<ComponentViewportProvider height={14} y={((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 49 + 0) + 0 + 48.8) + 0 + 224)} {...addPropertyOverrides({Aa3trjLNj: {y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0 + 447) + 24 + 0) + 0 + 32.8) + 0 + 210)}, Pj3SVDH3j: {y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 38 + 0) + 0 + 32.8) + 0 + 210)}}, baseVariant, gestureVariant)}><SmartComponentScopedContainer className={\"framer-11zzzph-container\"} data-framer-name={\"About\"} layoutDependency={layoutDependency} layoutId={\"NEMMGu5SL-container\"} name={\"About\"} nodeId={\"NEMMGu5SL\"} rendersWithMotion scopeId={\"pkuYO6d2o\"}><FooterMenuLink height={\"100%\"} id={\"NEMMGu5SL\"} layoutId={\"NEMMGu5SL\"} name={\"About\"} rRhJ0xmiN={\"Contact\"} variant={\"agBoco9Y4\"} vWbN1XceS={resolvedLinks7[0]} width={\"100%\"} {...addPropertyOverrides({Aa3trjLNj: {vWbN1XceS: resolvedLinks7[2]}, Pj3SVDH3j: {vWbN1XceS: resolvedLinks7[1]}}, baseVariant, gestureVariant)}/></SmartComponentScopedContainer></ComponentViewportProvider>)}</ResolveLinks></motion.div></MotionDivWithFX></motion.div><motion.div className={\"framer-uf56do\"} data-framer-name={\"Item\"} layoutDependency={layoutDependency} layoutId={\"P44VuveKZ\"}><MotionDivWithFX __framer__animate={{transition: transition4}} __framer__animateOnce __framer__enter={animation} __framer__exit={animation1} __framer__styleAppearEffectEnabled __framer__threshold={0.5} __perspectiveFX={false} __smartComponentFX __targetOpacity={1} className={\"framer-hlqc69\"} data-framer-name={\"Wrap\"} layoutDependency={layoutDependency} layoutId={\"Rn1OuEgBk\"}><RichText __fromCanvasComponent children={<React.Fragment><motion.p className={\"framer-styles-preset-15k4jn0\"} data-styles-preset={\"HO_lrC1CD\"} style={{\"--framer-text-color\": \"var(--extracted-r6o4lv, rgb(161, 161, 161))\"}}>Legal</motion.p></React.Fragment>} className={\"framer-1ys5umm\"} data-framer-name={\"Title\"} fonts={[\"Inter\"]} layoutDependency={layoutDependency} layoutId={\"X5sCVf46M\"} style={{\"--extracted-r6o4lv\": \"rgb(161, 161, 161)\", \"--framer-paragraph-spacing\": \"14px\"}} verticalAlignment={\"top\"} withExternalLayout/><motion.div className={\"framer-kdimy6\"} data-framer-name={\"Footer Menu\"} layoutDependency={layoutDependency} layoutId={\"AE2h0T3et\"}><ResolveLinks links={[{href: {webPageId: \"XNy8G2Z3e\"}, implicitPathVariables: undefined}, {href: {webPageId: \"XNy8G2Z3e\"}, implicitPathVariables: undefined}, {href: {webPageId: \"XNy8G2Z3e\"}, implicitPathVariables: undefined}]}>{(resolvedLinks8) => (<ComponentViewportProvider height={14} y={((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 49 + 0) + 0 + 48.8) + 0 + 0)} {...addPropertyOverrides({Aa3trjLNj: {y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0 + 751.8) + 24 + 0) + 0 + 32.8) + 0 + 0)}, Pj3SVDH3j: {y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 38 + 0) + 0 + 32.8) + 0 + 0)}}, baseVariant, gestureVariant)}><SmartComponentScopedContainer className={\"framer-fipjbw-container\"} data-framer-name={\"FAQ\"} layoutDependency={layoutDependency} layoutId={\"BPG7fLxbx-container\"} name={\"FAQ\"} nodeId={\"BPG7fLxbx\"} rendersWithMotion scopeId={\"pkuYO6d2o\"}><FooterMenuLink height={\"100%\"} id={\"BPG7fLxbx\"} layoutId={\"BPG7fLxbx\"} name={\"FAQ\"} rRhJ0xmiN={\"Privacy Policy\"} variant={\"agBoco9Y4\"} vWbN1XceS={resolvedLinks8[0]} width={\"100%\"} {...addPropertyOverrides({Aa3trjLNj: {vWbN1XceS: resolvedLinks8[2]}, Pj3SVDH3j: {vWbN1XceS: resolvedLinks8[1]}}, baseVariant, gestureVariant)}/></SmartComponentScopedContainer></ComponentViewportProvider>)}</ResolveLinks><ResolveLinks links={[{href: {webPageId: \"spNNTMpkn\"}, implicitPathVariables: undefined}, {href: {webPageId: \"spNNTMpkn\"}, implicitPathVariables: undefined}, {href: {webPageId: \"spNNTMpkn\"}, implicitPathVariables: undefined}]}>{(resolvedLinks9) => (<ComponentViewportProvider height={14} y={((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 49 + 0) + 0 + 48.8) + 0 + 32)} {...addPropertyOverrides({Aa3trjLNj: {y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0 + 751.8) + 24 + 0) + 0 + 32.8) + 0 + 30)}, Pj3SVDH3j: {y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 38 + 0) + 0 + 32.8) + 0 + 30)}}, baseVariant, gestureVariant)}><SmartComponentScopedContainer className={\"framer-8559a9-container\"} data-framer-name={\"FAQ\"} layoutDependency={layoutDependency} layoutId={\"OWawvMjbX-container\"} name={\"FAQ\"} nodeId={\"OWawvMjbX\"} rendersWithMotion scopeId={\"pkuYO6d2o\"}><FooterMenuLink height={\"100%\"} id={\"OWawvMjbX\"} layoutId={\"OWawvMjbX\"} name={\"FAQ\"} rRhJ0xmiN={\"Terms and Conditions\"} variant={\"agBoco9Y4\"} vWbN1XceS={resolvedLinks9[0]} width={\"100%\"} {...addPropertyOverrides({Aa3trjLNj: {vWbN1XceS: resolvedLinks9[2]}, Pj3SVDH3j: {vWbN1XceS: resolvedLinks9[1]}}, baseVariant, gestureVariant)}/></SmartComponentScopedContainer></ComponentViewportProvider>)}</ResolveLinks><ComponentViewportProvider ><SmartComponentScopedContainer className={\"framer-1ffvnsw-container\"} isAuthoredByUser isModuleExternal layoutDependency={layoutDependency} layoutId={\"eZiVamki_-container\"} nodeId={\"eZiVamki_\"} rendersWithMotion scopeId={\"pkuYO6d2o\"}><CookieBanner banner={{animation: {scale: 1, transition: {damping: 60, delay: 0, mass: 1, stiffness: 500, type: \"spring\"}, x: 0, y: 10}, containerWidth: 0, inset: 20, insetBottom: 20, insetLeft: 20, insetPerSide: false, insetRight: 20, insetTop: 20, padding: 20, paddingBottom: 20, paddingLeft: 20, paddingPerSide: false, paddingRight: 20, paddingTop: 20, position: \"bottom-center\", style: {backdrop: \"rgba(0, 0, 0, 0.1)\", border: {color: \"rgba(0, 0, 0, 0.05)\", radius: 14, width: 1}, colorBody: \"rgb(0, 0, 0)\", colorTitle: \"rgb(0, 0, 0)\", fill: \"rgb(255, 255, 255)\", fontBody: {}, fontTitle: {}, link: \"rgb(153, 153, 153)\"}, width: 360, zIndex: 10}} button={{borderRadius: 20, direction: \"row\", fluid: true, font: {}, hoverOpacity: 0.6, labels: {accept: \"Accept\", acceptAll: \"Accept all\", confirm: \"Okay\", customize: \"Customize\", reject: \"Reject\", rejectAll: \"Reject all\", save: \"Save Preferences\"}, padding: 10, paddingBottom: 10, paddingLeft: 10, paddingPerSide: false, paddingRight: 10, paddingTop: 10, primary: {color: \"rgb(255, 255, 255)\", fill: \"rgb(0, 0, 0)\"}, secondary: {color: \"rgb(0, 0, 0)\", fill: \"rgb(255, 255, 255)\"}, tapOpacity: 0.4}} content={{euBlocking: false, euDefaults: {analytics: true, marketing: true, necessary: true, preferences: true}, euDescription: \"Topfreeprompts.com uses cookies to enhance your experience. We value your privacy. \", euPolicy: {label: \"Cookie Policy\", link: \"https://www.framer.com/legal/policy/\", prefix: \"Read our\"}, euShowReject: true, euTitle: \"Cookie Settings\", euType: \"medium\", isEU: true, worldBlocking: false, worldDefaults: {analytics: true, marketing: true, necessary: true, preferences: true}, worldDescription: \"We use cookies to personalize content, run ads, and analyze traffic.\", worldPolicy: {label: \"Cookie Policy\", prefix: \"Read our\"}, worldShowReject: true, worldTitle: \"Cookie Settings\", worldType: \"simple\"}} gtmId={\"G-LHK2HC9TZX\"} height={\"100%\"} id={\"eZiVamki_\"} layoutId={\"eZiVamki_\"} options={{analytics: {description: \"Enables tracking of performance.\", title: \"Analytics\"}, marketing: {description: \"Enables ads personalization and tracking.\", title: \"Marketing\"}, necessary: {description: \"Enables security and basic functionality.\", optional: true, title: \"Necessary\"}, preferences: {description: \"Enables personalized content and settings.\", title: \"Preferences\"}, preview: false, style: {background: \"rgba(0, 0, 0, 0.02)\", border: {color: \"rgba(0, 0, 0, 0.02)\", radius: 8, width: 0}, fontBody: {}, fontTitle: {}, padding: 12, paddingBottom: 12, paddingLeft: 12, paddingPerSide: false, paddingRight: 12, paddingTop: 12, toggleColor: \"rgb(0, 0, 0)\", toggleColorInactive: \"rgba(0, 0, 0, 0.1)\"}}} preview={false} trigger={{color: \"rgb(0, 0, 0)\", iconSize: 24, iconType: \"default\", text: \"Cookie Settings\", textFont: {fontFamily: \"\\\"General Sans\\\", \\\"General Sans Placeholder\\\", sans-serif\", fontSize: \"12px\", fontStyle: \"normal\", fontWeight: 500, letterSpacing: \"0em\", lineHeight: \"1em\"}, type: \"text\"}} width={\"100%\"}/></SmartComponentScopedContainer></ComponentViewportProvider></motion.div></MotionDivWithFX>{isDisplayed() && (<motion.div className={\"framer-rgndi\"} data-framer-name={\"Dot Top Right\"} layoutDependency={layoutDependency} layoutId={\"ExkCbDT9R\"} style={{backgroundColor: \"var(--token-f97426c4-e775-46ac-bef5-e84e3a0e144a, rgb(202, 202, 203))\", borderBottomLeftRadius: \"50%\", borderBottomRightRadius: \"50%\", borderTopLeftRadius: \"50%\", borderTopRightRadius: \"50%\"}}/>)}</motion.div><motion.div className={\"framer-1unf36p\"} data-framer-name={\"Item\"} layoutDependency={layoutDependency} layoutId={\"NbrRZjfJn\"}><MotionDivWithFX __framer__animate={{transition: transition5}} __framer__animateOnce __framer__enter={animation} __framer__exit={animation1} __framer__styleAppearEffectEnabled __framer__threshold={0.5} __perspectiveFX={false} __smartComponentFX __targetOpacity={1} className={\"framer-1qaquub\"} data-framer-name={\"Wrap\"} layoutDependency={layoutDependency} layoutId={\"MtWe4c1AQ\"}><RichText __fromCanvasComponent children={<React.Fragment><motion.p className={\"framer-styles-preset-15k4jn0\"} data-styles-preset={\"HO_lrC1CD\"} style={{\"--framer-text-color\": \"var(--extracted-r6o4lv, rgb(161, 161, 161))\"}}>ChatGPT, Midjourney, Gemini, Grok AI Prompts</motion.p></React.Fragment>} className={\"framer-zu7lwo\"} data-framer-name={\"Title\"} fonts={[\"Inter\"]} layoutDependency={layoutDependency} layoutId={\"XNtUFe937\"} style={{\"--extracted-r6o4lv\": \"rgb(161, 161, 161)\", \"--framer-paragraph-spacing\": \"14px\"}} verticalAlignment={\"top\"} withExternalLayout/><motion.div className={\"framer-zlgagw\"} data-framer-name={\"Footer Menu\"} layoutDependency={layoutDependency} layoutId={\"pMiQmTOvW\"}><ResolveLinks links={[{href: {webPageId: \"vuEORxVLu\"}, implicitPathVariables: undefined}, {href: {webPageId: \"vuEORxVLu\"}, implicitPathVariables: undefined}, {href: {webPageId: \"vuEORxVLu\"}, implicitPathVariables: undefined}]}>{(resolvedLinks10) => (<ComponentViewportProvider height={14} width={\"150px\"} y={((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 49 + 0) + 0 + 48.8) + 0 + 0)} {...addPropertyOverrides({Aa3trjLNj: {width: \"142px\", y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0 + 1092.6) + 24 + 0) + 0 + 32.8) + 0 + 0)}, Pj3SVDH3j: {width: \"142px\", y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 38 + 0) + 0 + 32.8) + 0 + 0)}}, baseVariant, gestureVariant)}><SmartComponentScopedContainer className={\"framer-1e50beg-container\"} data-framer-name={\"Mobile\"} layoutDependency={layoutDependency} layoutId={\"y3hw2phH7-container\"} name={\"Mobile\"} nodeId={\"y3hw2phH7\"} rendersWithMotion scopeId={\"pkuYO6d2o\"}><FooterMenuLink height={\"100%\"} id={\"y3hw2phH7\"} layoutId={\"y3hw2phH7\"} name={\"Mobile\"} rRhJ0xmiN={\"ChatGPT Prompts\"} variant={\"agBoco9Y4\"} vWbN1XceS={resolvedLinks10[0]} width={\"100%\"} {...addPropertyOverrides({Aa3trjLNj: {vWbN1XceS: resolvedLinks10[2]}, Pj3SVDH3j: {vWbN1XceS: resolvedLinks10[1]}}, baseVariant, gestureVariant)}/></SmartComponentScopedContainer></ComponentViewportProvider>)}</ResolveLinks><ResolveLinks links={[{href: {webPageId: \"GzubB0fTa\"}, implicitPathVariables: undefined}, {href: {webPageId: \"GzubB0fTa\"}, implicitPathVariables: undefined}, {href: {webPageId: \"GzubB0fTa\"}, implicitPathVariables: undefined}]}>{(resolvedLinks11) => (<ComponentViewportProvider height={14} width={\"150px\"} y={((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 49 + 0) + 0 + 48.8) + 0 + 0)} {...addPropertyOverrides({Aa3trjLNj: {width: \"142px\", y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0 + 1092.6) + 24 + 0) + 0 + 32.8) + 0 + 0)}, Pj3SVDH3j: {width: \"142px\", y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 38 + 0) + 0 + 32.8) + 0 + 0)}}, baseVariant, gestureVariant)}><SmartComponentScopedContainer className={\"framer-je4ps1-container\"} data-framer-name={\"Mobile\"} layoutDependency={layoutDependency} layoutId={\"HgWmW4sk0-container\"} name={\"Mobile\"} nodeId={\"HgWmW4sk0\"} rendersWithMotion scopeId={\"pkuYO6d2o\"}><FooterMenuLink height={\"100%\"} id={\"HgWmW4sk0\"} layoutId={\"HgWmW4sk0\"} name={\"Mobile\"} rRhJ0xmiN={\"Productivity & Workflow\"} variant={\"agBoco9Y4\"} vWbN1XceS={resolvedLinks11[0]} width={\"100%\"} {...addPropertyOverrides({Aa3trjLNj: {vWbN1XceS: resolvedLinks11[2]}, Pj3SVDH3j: {vWbN1XceS: resolvedLinks11[1]}}, baseVariant, gestureVariant)}/></SmartComponentScopedContainer></ComponentViewportProvider>)}</ResolveLinks><ResolveLinks links={[{href: {webPageId: \"O0P43i8FQ\"}, implicitPathVariables: undefined}, {href: {webPageId: \"O0P43i8FQ\"}, implicitPathVariables: undefined}, {href: {webPageId: \"O0P43i8FQ\"}, implicitPathVariables: undefined}]}>{(resolvedLinks12) => (<ComponentViewportProvider height={14} width={\"150px\"} y={((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 49 + 0) + 0 + 48.8) + 0 + 32)} {...addPropertyOverrides({Aa3trjLNj: {width: \"142px\", y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0 + 1092.6) + 24 + 0) + 0 + 32.8) + 0 + 30)}, Pj3SVDH3j: {width: \"142px\", y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 38 + 0) + 0 + 32.8) + 0 + 30)}}, baseVariant, gestureVariant)}><SmartComponentScopedContainer className={\"framer-1hto3on-container\"} data-framer-name={\"SaaS\"} layoutDependency={layoutDependency} layoutId={\"uvgz8tB3G-container\"} name={\"SaaS\"} nodeId={\"uvgz8tB3G\"} rendersWithMotion scopeId={\"pkuYO6d2o\"}><FooterMenuLink height={\"100%\"} id={\"uvgz8tB3G\"} layoutId={\"uvgz8tB3G\"} name={\"SaaS\"} rRhJ0xmiN={\"Midjourney Prompts\"} variant={\"agBoco9Y4\"} vWbN1XceS={resolvedLinks12[0]} width={\"100%\"} {...addPropertyOverrides({Aa3trjLNj: {vWbN1XceS: resolvedLinks12[2]}, Pj3SVDH3j: {vWbN1XceS: resolvedLinks12[1]}}, baseVariant, gestureVariant)}/></SmartComponentScopedContainer></ComponentViewportProvider>)}</ResolveLinks><ResolveLinks links={[{href: {webPageId: \"qaCAG3Zyr\"}, implicitPathVariables: undefined}, {href: {webPageId: \"qaCAG3Zyr\"}, implicitPathVariables: undefined}, {href: {webPageId: \"qaCAG3Zyr\"}, implicitPathVariables: undefined}]}>{(resolvedLinks13) => (<ComponentViewportProvider height={14} width={\"150px\"} y={((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 49 + 0) + 0 + 48.8) + 0 + 32)} {...addPropertyOverrides({Aa3trjLNj: {width: \"142px\", y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0 + 1092.6) + 24 + 0) + 0 + 32.8) + 0 + 30)}, Pj3SVDH3j: {width: \"142px\", y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 38 + 0) + 0 + 32.8) + 0 + 30)}}, baseVariant, gestureVariant)}><SmartComponentScopedContainer className={\"framer-lqmxvx-container\"} data-framer-name={\"SaaS\"} layoutDependency={layoutDependency} layoutId={\"UssiwfONU-container\"} name={\"SaaS\"} nodeId={\"UssiwfONU\"} rendersWithMotion scopeId={\"pkuYO6d2o\"}><FooterMenuLink height={\"100%\"} id={\"UssiwfONU\"} layoutId={\"UssiwfONU\"} name={\"SaaS\"} rRhJ0xmiN={\"Health & Medical\"} variant={\"agBoco9Y4\"} vWbN1XceS={resolvedLinks13[0]} width={\"100%\"} {...addPropertyOverrides({Aa3trjLNj: {vWbN1XceS: resolvedLinks13[2]}, Pj3SVDH3j: {vWbN1XceS: resolvedLinks13[1]}}, baseVariant, gestureVariant)}/></SmartComponentScopedContainer></ComponentViewportProvider>)}</ResolveLinks><ResolveLinks links={[{href: {webPageId: \"FWegzgXb_\"}, implicitPathVariables: undefined}, {href: {webPageId: \"FWegzgXb_\"}, implicitPathVariables: undefined}, {href: {webPageId: \"FWegzgXb_\"}, implicitPathVariables: undefined}]}>{(resolvedLinks14) => (<ComponentViewportProvider height={14} width={\"150px\"} y={((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 49 + 0) + 0 + 48.8) + 0 + 64)} {...addPropertyOverrides({Aa3trjLNj: {width: \"142px\", y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0 + 1092.6) + 24 + 0) + 0 + 32.8) + 0 + 60)}, Pj3SVDH3j: {width: \"142px\", y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 38 + 0) + 0 + 32.8) + 0 + 60)}}, baseVariant, gestureVariant)}><SmartComponentScopedContainer className={\"framer-167bp0m-container\"} data-framer-name={\"Branding\"} layoutDependency={layoutDependency} layoutId={\"fyXQDeTUE-container\"} name={\"Branding\"} nodeId={\"fyXQDeTUE\"} rendersWithMotion scopeId={\"pkuYO6d2o\"}><FooterMenuLink height={\"100%\"} id={\"fyXQDeTUE\"} layoutId={\"fyXQDeTUE\"} name={\"Branding\"} rRhJ0xmiN={\"Writing & Content\"} variant={\"agBoco9Y4\"} vWbN1XceS={resolvedLinks14[0]} width={\"100%\"} {...addPropertyOverrides({Aa3trjLNj: {vWbN1XceS: resolvedLinks14[2]}, Pj3SVDH3j: {vWbN1XceS: resolvedLinks14[1]}}, baseVariant, gestureVariant)}/></SmartComponentScopedContainer></ComponentViewportProvider>)}</ResolveLinks><ResolveLinks links={[{href: {webPageId: \"WyaP5QHAX\"}, implicitPathVariables: undefined}, {href: {webPageId: \"WyaP5QHAX\"}, implicitPathVariables: undefined}, {href: {webPageId: \"WyaP5QHAX\"}, implicitPathVariables: undefined}]}>{(resolvedLinks15) => (<ComponentViewportProvider height={14} width={\"150px\"} y={((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 49 + 0) + 0 + 48.8) + 0 + 64)} {...addPropertyOverrides({Aa3trjLNj: {width: \"142px\", y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0 + 1092.6) + 24 + 0) + 0 + 32.8) + 0 + 60)}, Pj3SVDH3j: {width: \"142px\", y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 38 + 0) + 0 + 32.8) + 0 + 60)}}, baseVariant, gestureVariant)}><SmartComponentScopedContainer className={\"framer-1goq2wv-container\"} data-framer-name={\"Branding\"} layoutDependency={layoutDependency} layoutId={\"kIu1yfcPy-container\"} name={\"Branding\"} nodeId={\"kIu1yfcPy\"} rendersWithMotion scopeId={\"pkuYO6d2o\"}><FooterMenuLink height={\"100%\"} id={\"kIu1yfcPy\"} layoutId={\"kIu1yfcPy\"} name={\"Branding\"} rRhJ0xmiN={\"Resume & Career\"} variant={\"agBoco9Y4\"} vWbN1XceS={resolvedLinks15[0]} width={\"100%\"} {...addPropertyOverrides({Aa3trjLNj: {vWbN1XceS: resolvedLinks15[2]}, Pj3SVDH3j: {vWbN1XceS: resolvedLinks15[1]}}, baseVariant, gestureVariant)}/></SmartComponentScopedContainer></ComponentViewportProvider>)}</ResolveLinks><ResolveLinks links={[{href: {webPageId: \"wLHuH0rt_\"}, implicitPathVariables: undefined}, {href: {webPageId: \"wLHuH0rt_\"}, implicitPathVariables: undefined}, {href: {webPageId: \"wLHuH0rt_\"}, implicitPathVariables: undefined}]}>{(resolvedLinks16) => (<ComponentViewportProvider height={14} width={\"150px\"} y={((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 49 + 0) + 0 + 48.8) + 0 + 96)} {...addPropertyOverrides({Aa3trjLNj: {width: \"142px\", y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0 + 1092.6) + 24 + 0) + 0 + 32.8) + 0 + 90)}, Pj3SVDH3j: {width: \"142px\", y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 38 + 0) + 0 + 32.8) + 0 + 90)}}, baseVariant, gestureVariant)}><SmartComponentScopedContainer className={\"framer-wxcq4q-container\"} data-framer-name={\"Branding\"} layoutDependency={layoutDependency} layoutId={\"dcoYSDvn5-container\"} name={\"Branding\"} nodeId={\"dcoYSDvn5\"} rendersWithMotion scopeId={\"pkuYO6d2o\"}><FooterMenuLink height={\"100%\"} id={\"dcoYSDvn5\"} layoutId={\"dcoYSDvn5\"} name={\"Branding\"} rRhJ0xmiN={\"Personal Development\"} variant={\"agBoco9Y4\"} vWbN1XceS={resolvedLinks16[0]} width={\"100%\"} {...addPropertyOverrides({Aa3trjLNj: {vWbN1XceS: resolvedLinks16[2]}, Pj3SVDH3j: {vWbN1XceS: resolvedLinks16[1]}}, baseVariant, gestureVariant)}/></SmartComponentScopedContainer></ComponentViewportProvider>)}</ResolveLinks><ResolveLinks links={[{href: {webPageId: \"tl9r4GcgN\"}, implicitPathVariables: undefined}, {href: {webPageId: \"tl9r4GcgN\"}, implicitPathVariables: undefined}, {href: {webPageId: \"tl9r4GcgN\"}, implicitPathVariables: undefined}]}>{(resolvedLinks17) => (<ComponentViewportProvider height={14} width={\"150px\"} y={((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 49 + 0) + 0 + 48.8) + 0 + 96)} {...addPropertyOverrides({Aa3trjLNj: {width: \"142px\", y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0 + 1092.6) + 24 + 0) + 0 + 32.8) + 0 + 90)}, Pj3SVDH3j: {width: \"142px\", y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 38 + 0) + 0 + 32.8) + 0 + 90)}}, baseVariant, gestureVariant)}><SmartComponentScopedContainer className={\"framer-17d3ttx-container\"} data-framer-name={\"Branding\"} layoutDependency={layoutDependency} layoutId={\"evUjPjwLh-container\"} name={\"Branding\"} nodeId={\"evUjPjwLh\"} rendersWithMotion scopeId={\"pkuYO6d2o\"}><FooterMenuLink height={\"100%\"} id={\"evUjPjwLh\"} layoutId={\"evUjPjwLh\"} name={\"Branding\"} rRhJ0xmiN={\"Image & Design\"} variant={\"agBoco9Y4\"} vWbN1XceS={resolvedLinks17[0]} width={\"100%\"} {...addPropertyOverrides({Aa3trjLNj: {vWbN1XceS: resolvedLinks17[2]}, Pj3SVDH3j: {vWbN1XceS: resolvedLinks17[1]}}, baseVariant, gestureVariant)}/></SmartComponentScopedContainer></ComponentViewportProvider>)}</ResolveLinks><ResolveLinks links={[{href: {webPageId: \"IbSNrh8U1\"}, implicitPathVariables: undefined}, {href: {webPageId: \"IbSNrh8U1\"}, implicitPathVariables: undefined}, {href: {webPageId: \"IbSNrh8U1\"}, implicitPathVariables: undefined}]}>{(resolvedLinks18) => (<ComponentViewportProvider height={14} width={\"150px\"} y={((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 49 + 0) + 0 + 48.8) + 0 + 128)} {...addPropertyOverrides({Aa3trjLNj: {width: \"142px\", y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0 + 1092.6) + 24 + 0) + 0 + 32.8) + 0 + 120)}, Pj3SVDH3j: {width: \"142px\", y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 38 + 0) + 0 + 32.8) + 0 + 120)}}, baseVariant, gestureVariant)}><SmartComponentScopedContainer className={\"framer-es9x8u-container\"} data-framer-name={\"Branding\"} layoutDependency={layoutDependency} layoutId={\"vvTr5ArxH-container\"} name={\"Branding\"} nodeId={\"vvTr5ArxH\"} rendersWithMotion scopeId={\"pkuYO6d2o\"}><FooterMenuLink height={\"100%\"} id={\"vvTr5ArxH\"} layoutId={\"vvTr5ArxH\"} name={\"Branding\"} rRhJ0xmiN={\"Resume & Career\"} variant={\"agBoco9Y4\"} vWbN1XceS={resolvedLinks18[0]} width={\"100%\"} {...addPropertyOverrides({Aa3trjLNj: {vWbN1XceS: resolvedLinks18[2]}, Pj3SVDH3j: {vWbN1XceS: resolvedLinks18[1]}}, baseVariant, gestureVariant)}/></SmartComponentScopedContainer></ComponentViewportProvider>)}</ResolveLinks><ResolveLinks links={[{href: {webPageId: \"WyaP5QHAX\"}, implicitPathVariables: undefined}, {href: {webPageId: \"WyaP5QHAX\"}, implicitPathVariables: undefined}, {href: {webPageId: \"WyaP5QHAX\"}, implicitPathVariables: undefined}]}>{(resolvedLinks19) => (<ComponentViewportProvider height={14} width={\"150px\"} y={((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 49 + 0) + 0 + 48.8) + 0 + 128)} {...addPropertyOverrides({Aa3trjLNj: {width: \"142px\", y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0 + 1092.6) + 24 + 0) + 0 + 32.8) + 0 + 120)}, Pj3SVDH3j: {width: \"142px\", y: ((((((((componentViewport?.y || 0) + 0 + 0) + 0) + 0) + 0) + 38 + 0) + 0 + 32.8) + 0 + 120)}}, baseVariant, gestureVariant)}><SmartComponentScopedContainer className={\"framer-10503ij-container\"} data-framer-name={\"Branding\"} layoutDependency={layoutDependency} layoutId={\"eFNYIJvnj-container\"} name={\"Branding\"} nodeId={\"eFNYIJvnj\"} rendersWithMotion scopeId={\"pkuYO6d2o\"}><FooterMenuLink height={\"100%\"} id={\"eFNYIJvnj\"} layoutId={\"eFNYIJvnj\"} name={\"Branding\"} rRhJ0xmiN={\"Education & Learning\"} variant={\"agBoco9Y4\"} vWbN1XceS={resolvedLinks19[0]} width={\"100%\"} {...addPropertyOverrides({Aa3trjLNj: {vWbN1XceS: resolvedLinks19[2]}, Pj3SVDH3j: {vWbN1XceS: resolvedLinks19[1]}}, baseVariant, gestureVariant)}/></SmartComponentScopedContainer></ComponentViewportProvider>)}</ResolveLinks></motion.div></MotionDivWithFX></motion.div></motion.div></motion.div></motion.div><motion.div className={\"framer-fc1pcz\"} data-framer-name={\"Container\"} layoutDependency={layoutDependency} layoutId={\"ZHTeVl7b_\"}><MotionDivWithFX __framer__animate={{transition: transition2}} __framer__animateOnce __framer__enter={animation} __framer__exit={animation1} __framer__styleAppearEffectEnabled __framer__threshold={0} __perspectiveFX={false} __smartComponentFX __targetOpacity={1} className={\"framer-nfapg8\"} data-framer-name={\"Content\"} layoutDependency={layoutDependency} layoutId={\"A3V8Xm6Ld\"} {...addPropertyOverrides({Aa3trjLNj: {__framer__styleAppearEffectEnabled: undefined}}, baseVariant, gestureVariant)}><RichText __fromCanvasComponent children={<React.Fragment><motion.h6 className={\"framer-styles-preset-1mask2c\"} data-styles-preset={\"iK67A8mdm\"} style={{\"--framer-text-alignment\": \"center\", \"--framer-text-color\": \"var(--extracted-1w1cjl5, var(--token-a01efd32-4c40-4f5e-9d53-93e8a53b7182, rgb(21, 20, 25)))\"}}>Topfreeprompts.com by Lucybrain.com Switzerland © 2025. All rights reserved.</motion.h6></React.Fragment>} className={\"framer-1j13jay\"} data-framer-name={\"Copywrite text\"} fonts={[\"Inter\"]} layoutDependency={layoutDependency} layoutId={\"UhOEICbEa\"} style={{\"--extracted-1w1cjl5\": \"var(--token-a01efd32-4c40-4f5e-9d53-93e8a53b7182, rgb(21, 20, 25))\", \"--framer-paragraph-spacing\": \"0px\"}} verticalAlignment={\"top\"} withExternalLayout/></MotionDivWithFX></motion.div></motion.footer></Transition></Variants></LayoutGroup>)\n\n});\n\nconst css = [\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-WoaZQ.framer-k16qr9, .framer-WoaZQ .framer-k16qr9 { display: block; }\", \".framer-WoaZQ.framer-j8wo29 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\", \".framer-WoaZQ .framer-1upekxr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\", \".framer-WoaZQ .framer-14iyl74 { 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: center; max-width: 1122px; overflow: visible; padding: 0px 15px 0px 15px; position: relative; width: 1px; }\", \".framer-WoaZQ .framer-1n33fo1 { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 459px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\", \".framer-WoaZQ .framer-n9mmti, .framer-WoaZQ .framer-1unf36p { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 100%; justify-content: flex-start; max-width: 350px; overflow: visible; padding: 49px 24px 48px 24px; position: relative; width: 1px; }\", \".framer-WoaZQ .framer-gnfvaa { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 320px; overflow: visible; padding: 0px; position: relative; width: 100%; }\", \".framer-WoaZQ .framer-1i6t9gu { flex: none; height: 32px; max-width: 85px; overflow: hidden; position: relative; text-decoration: none; width: 100%; }\", \".framer-WoaZQ .framer-19429tp { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-WoaZQ .framer-jqzpgi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 300px; }\", \".framer-WoaZQ .framer-r24eu0 { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-WoaZQ .framer-1fsbgco { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\", \".framer-WoaZQ .framer-h146ju { --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-family: \\\"General Sans\\\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 12px; --framer-input-font-weight: 400; --framer-input-padding: 0px; flex: none; height: 40px; position: relative; width: 100%; }\", \".framer-WoaZQ .framer-1yneuf-container { flex: none; height: 35px; position: relative; width: 100%; }\", \".framer-WoaZQ .framer-1h6416x, .framer-WoaZQ .framer-uf56do { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 100%; justify-content: flex-start; max-width: 150px; overflow: visible; padding: 49px 24px 48px 24px; position: relative; width: 1px; }\", \".framer-WoaZQ .framer-rkm289, .framer-WoaZQ .framer-hlqc69 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 160px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\", \".framer-WoaZQ .framer-mg219a, .framer-WoaZQ .framer-1ys5umm, .framer-WoaZQ .framer-zu7lwo { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \".framer-WoaZQ .framer-16oycs4, .framer-WoaZQ .framer-kdimy6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\", \".framer-WoaZQ .framer-1lmmnud-container, .framer-WoaZQ .framer-15rpcbf-container, .framer-WoaZQ .framer-16e1vkf-container, .framer-WoaZQ .framer-syyp12-container, .framer-WoaZQ .framer-oqfszk-container, .framer-WoaZQ .framer-1l5uglv-container, .framer-WoaZQ .framer-1irwr6e-container, .framer-WoaZQ .framer-11zzzph-container, .framer-WoaZQ .framer-fipjbw-container, .framer-WoaZQ .framer-8559a9-container, .framer-WoaZQ .framer-1ffvnsw-container { flex: none; height: auto; position: relative; width: auto; }\", \".framer-WoaZQ .framer-rgndi { aspect-ratio: 1 / 1; bottom: 325px; flex: none; overflow: hidden; position: absolute; right: -2px; top: -2px; width: var(--framer-aspect-ratio-supported, 5px); will-change: var(--framer-will-change-override, transform); z-index: 1; }\", \".framer-WoaZQ .framer-1qaquub { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 300px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\", \".framer-WoaZQ .framer-zlgagw { display: grid; flex: none; gap: 18px 0px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(7, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 300px; }\", \".framer-WoaZQ .framer-1e50beg-container, .framer-WoaZQ .framer-je4ps1-container, .framer-WoaZQ .framer-1hto3on-container, .framer-WoaZQ .framer-lqmxvx-container, .framer-WoaZQ .framer-167bp0m-container, .framer-WoaZQ .framer-1goq2wv-container, .framer-WoaZQ .framer-wxcq4q-container, .framer-WoaZQ .framer-17d3ttx-container, .framer-WoaZQ .framer-es9x8u-container, .framer-WoaZQ .framer-10503ij-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\", \".framer-WoaZQ .framer-fc1pcz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1122px; overflow: visible; padding: 0px 15px 0px 15px; position: relative; width: 100%; }\", \".framer-WoaZQ .framer-nfapg8 { 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: center; overflow: hidden; padding: 28px 0px 28px 0px; position: relative; width: 1px; }\", \".framer-WoaZQ .framer-1j13jay { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\", \".framer-WoaZQ.framer-v-lufzjy.framer-j8wo29 { width: 810px; }\", \".framer-WoaZQ.framer-v-lufzjy .framer-1n33fo1 { height: min-content; }\", \".framer-WoaZQ.framer-v-lufzjy .framer-n9mmti, .framer-WoaZQ.framer-v-lufzjy .framer-uf56do, .framer-WoaZQ.framer-v-lufzjy .framer-1unf36p { align-self: stretch; height: auto; padding: 38px 24px 38px 24px; }\", \".framer-WoaZQ.framer-v-lufzjy .framer-1h6416x { height: min-content; padding: 38px 24px 38px 24px; }\", \".framer-WoaZQ.framer-v-lufzjy .framer-rkm289, .framer-WoaZQ.framer-v-lufzjy .framer-16oycs4, .framer-WoaZQ.framer-v-lufzjy .framer-hlqc69, .framer-WoaZQ.framer-v-lufzjy .framer-kdimy6, .framer-WoaZQ.framer-v-lufzjy .framer-1qaquub, .framer-WoaZQ.framer-v-lufzjy .framer-zlgagw, .framer-WoaZQ.framer-v-15zaaad .framer-16oycs4, .framer-WoaZQ.framer-v-15zaaad .framer-hlqc69, .framer-WoaZQ.framer-v-15zaaad .framer-kdimy6, .framer-WoaZQ.framer-v-15zaaad .framer-1qaquub, .framer-WoaZQ.framer-v-15zaaad .framer-zlgagw { gap: 16px; }\", \".framer-WoaZQ.framer-v-15zaaad.framer-j8wo29 { width: 390px; }\", \".framer-WoaZQ.framer-v-15zaaad .framer-1n33fo1 { cursor: unset; flex-direction: column; height: min-content; }\", \".framer-WoaZQ.framer-v-15zaaad .framer-n9mmti { flex: none; height: min-content; padding: 24px; width: 100%; }\", \".framer-WoaZQ.framer-v-15zaaad .framer-gnfvaa { gap: 20px; }\", \".framer-WoaZQ.framer-v-15zaaad .framer-1h6416x, .framer-WoaZQ.framer-v-15zaaad .framer-uf56do, .framer-WoaZQ.framer-v-15zaaad .framer-1unf36p { align-content: flex-start; align-items: flex-start; flex: none; height: min-content; max-width: unset; padding: 24px; width: 100%; }\", \".framer-WoaZQ.framer-v-15zaaad .framer-rkm289 { gap: 16px; order: 0; }\", \".framer-WoaZQ.framer-v-15zaaad .framer-rgndi { width: var(--framer-aspect-ratio-supported, 0px); }\", ...sharedStyle.css, ...sharedStyle1.css, ...sharedStyle2.css, ...sharedStyle3.css, \".framer-WoaZQ[data-border=\\\"true\\\"]::after, .framer-WoaZQ [data-border=\\\"true\\\"]::after { content: \\\"\\\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }\"]\n\n/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 529\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Pj3SVDH3j\":{\"layout\":[\"fixed\",\"auto\"]},\"Aa3trjLNj\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */\nconst FramerpkuYO6d2o: React.ComponentType<Props> = withCSS(Component, css, \"framer-WoaZQ\") as typeof Component;\nexport default FramerpkuYO6d2o;\n\nFramerpkuYO6d2o.displayName = \"Footer\";\n\nFramerpkuYO6d2o.defaultProps = {height: 529, width: 1200};\n\naddPropertyControls(FramerpkuYO6d2o, {variant: {options: [\"Lzt0dIY7B\", \"Pj3SVDH3j\", \"Aa3trjLNj\"], optionTitles: [\"Default\", \"Tablet\", \"Phone\"], title: \"Variant\", type: ControlType.Enum}} as any)\n\naddFonts(FramerpkuYO6d2o, [{explicitInter: true, fonts: [{family: \"Inter\", source: \"framer\", style: \"normal\", unicodeRange: \"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\", url: \"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\", weight: \"400\"}, {family: \"Inter\", source: \"framer\", style: \"normal\", unicodeRange: \"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\", url: \"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\", weight: \"400\"}, {family: \"Inter\", source: \"framer\", style: \"normal\", unicodeRange: \"U+1F00-1FFF\", url: \"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\", weight: \"400\"}, {family: \"Inter\", source: \"framer\", style: \"normal\", unicodeRange: \"U+0370-03FF\", url: \"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\", weight: \"400\"}, {family: \"Inter\", source: \"framer\", style: \"normal\", unicodeRange: \"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\", url: \"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\", weight: \"400\"}, {family: \"Inter\", source: \"framer\", style: \"normal\", unicodeRange: \"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\", url: \"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\", weight: \"400\"}, {family: \"Inter\", source: \"framer\", style: \"normal\", unicodeRange: \"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\", url: \"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\", weight: \"400\"}, {family: \"General Sans\", source: \"fontshare\", style: \"normal\", url: \"https://framerusercontent.com/third-party-assets/fontshare/wf/MFQT7HFGCR2L5ULQTW6YXYZXXHMPKLJ3/YWQ244D6TACUX5JBKATPOW5I5MGJ3G73/7YY3ZAAE3TRV2LANYOLXNHTPHLXVWTKH.woff2\", weight: \"400\"}, {family: \"General Sans\", source: \"fontshare\", style: \"normal\", url: \"https://framerusercontent.com/third-party-assets/fontshare/wf/3RZHWSNONLLWJK3RLPEKUZOMM56GO4LJ/BPDRY7AHVI3MCDXXVXTQQ76H3UXA63S3/SB2OEB6IKZPRR6JT4GFJ2TFT6HBB6AZN.woff2\", weight: \"500\"}]}, ...ButtonFonts, ...FooterMenuLinkFonts, ...CookieBannerFonts, ...getFontsFromSharedStyle(sharedStyle.fonts), ...getFontsFromSharedStyle(sharedStyle1.fonts), ...getFontsFromSharedStyle(sharedStyle2.fonts), ...getFontsFromSharedStyle(sharedStyle3.fonts)], {supportsExplicitInterCodegen: true})"],"names":[],"mappings":"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"}