{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/tUz25QUhFJDXiYhhY27F/f40hEnnERa7MrXGLD7em/ZHCOlryY6.js", "ssg:https://framerusercontent.com/modules/alANjGH3qHSsyaGSjBpj/2rRXdqk1qlOrvj8H2JoV/xv1cdgcl0.js"],
  "sourcesContent": ["import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([]);export const fonts=[];export const css=[\".framer-xGZHD .framer-styles-preset-1kxhg4c:not(.rich-text-wrapper), .framer-xGZHD .framer-styles-preset-1kxhg4c.rich-text-wrapper a { --framer-link-hover-text-color: var(--token-c5c4fdcb-9482-48bb-aedf-353188472aae, #dac5a7); --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-c5c4fdcb-9482-48bb-aedf-353188472aae, #dac5a7); --framer-link-text-decoration: none; }\"];export const className=\"framer-xGZHD\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (7aa0232)\nimport { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from \"react/jsx-runtime\";import { addFonts, Container, cx, GeneratedComponentContext, getFonts, Image, Link, optimizeAppear, optimizeAppearTransformTemplate, PropertyOverrides, removeHiddenBreakpointLayers, RichText, useActiveVariantCallback, useHydratedBreakpointVariants, useLocaleInfo, useOverlayState, withCSS } from \"framer\";import { AnimatePresence, LayoutGroup, motion } from \"framer-motion\";import * as React from \"react\";import * as ReactDOM from \"react-dom\";import MenuNav from \"#framer/local/canvasComponent/ey9RMFL0A/ey9RMFL0A.js\";import Header from \"#framer/local/canvasComponent/oGhHpErZD/oGhHpErZD.js\";import BuyBadge from \"#framer/local/canvasComponent/qJJ6diHgL/qJJ6diHgL.js\";import Footer from \"#framer/local/canvasComponent/YQHzx1Vn8/YQHzx1Vn8.js\";import * as sharedStyle1 from \"#framer/local/css/h4jVEYDkM/h4jVEYDkM.js\";import * as sharedStyle2 from \"#framer/local/css/HPCNkCHCb/HPCNkCHCb.js\";import * as sharedStyle3 from \"#framer/local/css/NWkCScbQS/NWkCScbQS.js\";import * as sharedStyle from \"#framer/local/css/YckFIlg3V/YckFIlg3V.js\";import * as sharedStyle4 from \"#framer/local/css/ZHCOlryY6/ZHCOlryY6.js\";import metadataProvider from \"#framer/local/webPageMetadata/xv1cdgcl0/xv1cdgcl0.js\";const HeaderFonts = getFonts(Header);const MenuNavFonts = getFonts(MenuNav);const FooterFonts = getFonts(Footer);const BuyBadgeFonts = getFonts(BuyBadge);const cycleOrder = [\"XXuK_8hKZ\", \"G8AVAPFjV\", \"gw5XZVVbF\", \"BDRWNgJxg\"];const breakpoints = { BDRWNgJxg: \"(max-width: 809px)\", G8AVAPFjV: \"(min-width: 1600px)\", gw5XZVVbF: \"(min-width: 810px) and (max-width: 1199px)\", XXuK_8hKZ: \"(min-width: 1200px) and (max-width: 1599px)\" };const isBrowser = () => typeof document !== \"undefined\";const variantClassNames = { BDRWNgJxg: \"framer-v-xd5ijx\", G8AVAPFjV: \"framer-v-jcl1c4\", gw5XZVVbF: \"framer-v-5ljf2f\", XXuK_8hKZ: \"framer-v-1k9t1q\" };if (isBrowser()) {removeHiddenBreakpointLayers(\"XXuK_8hKZ\", breakpoints, variantClassNames);}const transitions = { default: { duration: 0 } };function Overlay({ children, blockDocumentScrolling }) {const [visible, setVisible] = useOverlayState({ blockDocumentScrolling });return children({ hide: () => setVisible(false), show: () => setVisible(true), toggle: () => setVisible(!visible), visible });}const transition1 = { delay: 0, duration: .5, ease: [.5, 0, .88, .77], type: \"tween\" };const animation = { opacity: 0, rotate: 0, scale: 1, transition: transition1, x: 0, y: 0 };const transformTemplate = (_, t) => `perspective(1200px) ${t}`;const animation1 = { opacity: 1, rotate: 0, rotateX: 0, rotateY: 0, scale: 1, transition: transition1, x: 0, y: 0 };const animation2 = { opacity: .001, rotate: 0, scale: 1, x: 0, y: 0 };const transformTemplate1 = (_, t) => `translateX(-50%) ${t}`;const transformTemplate2 = (_, t) => `${t} rotate(-45deg)`;const transition2 = { delay: 1, duration: .4, ease: [.44, 0, .56, 1], type: \"tween\" };const animation3 = { opacity: 0, rotate: 0, scale: 1, transition: transition2, x: 0, y: 10 };const animation4 = { opacity: 1, rotate: 0, rotateX: 0, rotateY: 0, scale: 1, transition: transition2, x: 0, y: 0 };const animation5 = { opacity: .001, rotate: 0, scale: 1, x: 0, y: 10 };const metadata = metadataProvider();const humanReadableVariantMap = { \"Desktop Large\": \"G8AVAPFjV\", Desktop: \"XXuK_8hKZ\", Phone: \"BDRWNgJxg\", Tablet: \"gw5XZVVbF\" };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 : \"XXuK_8hKZ\" };};const Component = /*#__PURE__*/React.forwardRef(function (props, ref) {const { activeLocale } = useLocaleInfo();const { style, className, layoutId, variant, ...restProps } = getProps(props);React.useLayoutEffect(() => {const metadata1 = metadataProvider();document.title = metadata1.title || \"\";if (metadata1.viewport) {var _document_querySelector;(_document_querySelector = document.querySelector('meta[name=\"viewport\"]')) === null || _document_querySelector === void 0 ? void 0 : _document_querySelector.setAttribute(\"content\", metadata1.viewport);}if (metadata1.bodyClassName) {Array.from(document.body.classList).filter((c) => c.startsWith(\"framer-body-\")).map((c) => document.body.classList.remove(c));document.body.classList.add(metadata1.bodyClassName);}}, []);const [baseVariant, hydratedBaseVariant] = useHydratedBreakpointVariants(variant, breakpoints, false);const gestureVariant = undefined;const transition = transitions.default;const { activeVariantCallback, delay } = useActiveVariantCallback(undefined);const menuToggle42m929 = (overlay) => activeVariantCallback(async (...args) => {overlay.toggle();});const menuCloseTogglezn6atv = (overlay) => activeVariantCallback(async (...args) => {overlay.hide();});const defaultLayoutId = React.useId();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider, { value: { primaryVariantId: \"XXuK_8hKZ\", variantClassNames }, children: /*#__PURE__*/_jsx(LayoutGroup, { id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId, children: /*#__PURE__*/_jsxs(motion.div, { className: cx(\"framer-NIg4r\", sharedStyle.className, sharedStyle1.className, sharedStyle2.className, sharedStyle3.className, sharedStyle4.className), style: { display: \"contents\" }, children: [/*#__PURE__*/_jsxs(motion.div, { ...restProps, className: cx(\"framer-1k9t1q\", className), ref: ref, style: { ...style }, children: [/*#__PURE__*/_jsxs(motion.main, { className: \"framer-1pgfke0\", \"data-framer-name\": \"Main Wrapper\", name: \"Main Wrapper\", children: [/*#__PURE__*/_jsx(PropertyOverrides, { breakpoint: baseVariant, overrides: { BDRWNgJxg: { \"data-framer-appear-id\": \"1gumhve\", animate: optimizeAppear(\"animate\", \"1gumhve\", animation1, \"xd5ijx\"), initial: optimizeAppear(\"initial\", \"1gumhve\", animation2, \"xd5ijx\"), transformTemplate: optimizeAppearTransformTemplate(\"1gumhve\", transformTemplate) }, G8AVAPFjV: { \"data-framer-appear-id\": \"63k6ls\", animate: optimizeAppear(\"animate\", \"63k6ls\", animation1, \"jcl1c4\"), initial: optimizeAppear(\"initial\", \"63k6ls\", animation2, \"jcl1c4\"), transformTemplate: optimizeAppearTransformTemplate(\"63k6ls\", transformTemplate) }, gw5XZVVbF: { \"data-framer-appear-id\": \"r4y7qq\", animate: optimizeAppear(\"animate\", \"r4y7qq\", animation1, \"5ljf2f\"), initial: optimizeAppear(\"initial\", \"r4y7qq\", animation2, \"5ljf2f\"), transformTemplate: optimizeAppearTransformTemplate(\"r4y7qq\", transformTemplate) } }, children: /*#__PURE__*/_jsx(motion.div, { animate: optimizeAppear(\"animate\", \"1xf9o50\", animation1, \"1k9t1q\"), className: \"framer-1xf9o50\", \"data-framer-appear-id\": \"1xf9o50\", \"data-framer-name\": \"Left\", exit: animation, initial: optimizeAppear(\"initial\", \"1xf9o50\", animation2, \"1k9t1q\"), name: \"Left\", transformTemplate: optimizeAppearTransformTemplate(\"1xf9o50\", transformTemplate), children: /*#__PURE__*/_jsx(Image, { background: { alt: \"\", fit: \"fill\", intrinsicHeight: 2400, intrinsicWidth: 2e3, pixelHeight: 2400, pixelWidth: 2e3, src: new URL(\"https://framerusercontent.com/images/n5aJwitEWscowXKa17rkolgzI0.webp\").href }, className: \"framer-dtwhlg\", \"data-framer-name\": \"Image\", name: \"Image\", children: /*#__PURE__*/_jsx(Overlay, { children: (overlayb17d03) => /*#__PURE__*/_jsx(_Fragment, { children: /*#__PURE__*/_jsx(PropertyOverrides, { breakpoint: baseVariant, overrides: { BDRWNgJxg: { transformTemplate: transformTemplate1 }, gw5XZVVbF: { transformTemplate: transformTemplate1 } }, children: /*#__PURE__*/_jsxs(Container, { className: \"framer-1qz5ymp-container\", children: [/*#__PURE__*/_jsx(PropertyOverrides, { breakpoint: baseVariant, overrides: { BDRWNgJxg: { variant: \"iYWmBinwv\" } }, children: /*#__PURE__*/_jsx(Header, { height: \"100%\", id: \"ljylYRFnB\", layoutId: \"ljylYRFnB\", menuToggle: menuToggle42m929(overlayb17d03), variant: \"sMX5M2Uqr\", width: \"100%\" }) }), /*#__PURE__*/_jsx(AnimatePresence, { children: overlayb17d03.visible && /*#__PURE__*/_jsx(_Fragment, { children: /*#__PURE__*/ReactDOM.createPortal( /*#__PURE__*/_jsxs(React.Fragment, { children: [/*#__PURE__*/_jsx(motion.div, { animate: { opacity: 1, transition: { delay: 0, duration: 0, ease: [.5, 0, .88, .77], type: \"tween\" } }, className: \"framer-b17d03\", exit: { opacity: 0, transition: { delay: 0, duration: 0, ease: [.5, 0, .88, .77], type: \"tween\" } }, initial: { opacity: 0 }, onTap: () => overlayb17d03.hide() }, \"a6NPUDIp2\"), /*#__PURE__*/_jsx(Container, { className: \"framer-9c0lkl-container\", children: /*#__PURE__*/_jsx(PropertyOverrides, { breakpoint: baseVariant, overrides: { BDRWNgJxg: { variant: \"kQwlISGHm\" }, gw5XZVVbF: { variant: \"ysPOVDWMi\" } }, children: /*#__PURE__*/_jsx(MenuNav, { height: \"100%\", id: \"tWYT69EH9\", layoutId: \"tWYT69EH9\", menuCloseToggle: menuCloseTogglezn6atv(overlayb17d03), style: { height: \"100%\", width: \"100%\" }, variant: \"EGqK4uSJI\", width: \"100%\" }) }) })] }), document.querySelector(\"#overlay\")) }) })] }) }) }) }) }) }) }), /*#__PURE__*/_jsxs(motion.div, { className: \"framer-l72c7p\", \"data-framer-name\": \"Right\", name: \"Right\", children: [/*#__PURE__*/_jsx(PropertyOverrides, { breakpoint: baseVariant, overrides: { BDRWNgJxg: { \"data-framer-appear-id\": \"19n76er\", animate: optimizeAppear(\"animate\", \"19n76er\", animation1, \"xd5ijx\"), initial: optimizeAppear(\"initial\", \"19n76er\", animation2, \"xd5ijx\"), transformTemplate: optimizeAppearTransformTemplate(\"19n76er\", transformTemplate) }, G8AVAPFjV: { \"data-framer-appear-id\": \"wdgz4q\", animate: optimizeAppear(\"animate\", \"wdgz4q\", animation1, \"jcl1c4\"), initial: optimizeAppear(\"initial\", \"wdgz4q\", animation2, \"jcl1c4\"), transformTemplate: optimizeAppearTransformTemplate(\"wdgz4q\", transformTemplate) }, gw5XZVVbF: { \"data-framer-appear-id\": \"15j9mw4\", animate: optimizeAppear(\"animate\", \"15j9mw4\", animation1, \"5ljf2f\"), initial: optimizeAppear(\"initial\", \"15j9mw4\", animation2, \"5ljf2f\"), transformTemplate: optimizeAppearTransformTemplate(\"15j9mw4\", transformTemplate) } }, children: /*#__PURE__*/_jsx(motion.div, { animate: optimizeAppear(\"animate\", \"18x8sul\", animation1, \"1k9t1q\"), className: \"framer-18x8sul\", \"data-border\": true, \"data-framer-appear-id\": \"18x8sul\", \"data-framer-name\": \"Content\", exit: animation, initial: optimizeAppear(\"initial\", \"18x8sul\", animation2, \"1k9t1q\"), name: \"Content\", transformTemplate: optimizeAppearTransformTemplate(\"18x8sul\", transformTemplate), children: /*#__PURE__*/_jsxs(motion.div, { className: \"framer-5vwaui\", \"data-framer-name\": \"Content Inner\", name: \"Content Inner\", children: [/*#__PURE__*/_jsxs(motion.div, { className: \"framer-1ff6zdp\", children: [/*#__PURE__*/_jsxs(motion.div, { className: \"framer-q2ftgu\", children: [/*#__PURE__*/_jsxs(motion.div, { className: \"framer-rzhv6j\", children: [/*#__PURE__*/_jsx(motion.div, { className: \"framer-1stgsp3\", \"data-border\": true, \"data-framer-name\": \"Icon\", name: \"Icon\", transformTemplate: transformTemplate2 }), /*#__PURE__*/_jsx(motion.div, { className: \"framer-1yzh5hx\", \"data-framer-name\": \"Line\", name: \"Line\" })] }), /*#__PURE__*/_jsx(RichText, { __fromCanvasComponent: true, children: /*#__PURE__*/_jsx(React.Fragment, { children: /*#__PURE__*/_jsx(\"h1\", { className: \"framer-styles-preset-12lj5ox\", \"data-styles-preset\": \"YckFIlg3V\", children: \"Licensing\" }) }), className: \"framer-137kfv9\", verticalAlignment: \"top\", withExternalLayout: true }), /*#__PURE__*/_jsxs(motion.div, { className: \"framer-198xtm3\", children: [/*#__PURE__*/_jsx(motion.div, { className: \"framer-d3r7ab\", \"data-framer-name\": \"Line\", name: \"Line\" }), /*#__PURE__*/_jsx(motion.div, { className: \"framer-1uf7waq\", \"data-border\": true, \"data-framer-name\": \"Icon\", name: \"Icon\", transformTemplate: transformTemplate2 })] })] }), /*#__PURE__*/_jsx(RichText, { __fromCanvasComponent: true, children: /*#__PURE__*/_jsx(React.Fragment, { children: /*#__PURE__*/_jsx(\"p\", { className: \"framer-styles-preset-fottxr\", \"data-styles-preset\": \"h4jVEYDkM\", style: { \"--framer-text-alignment\": \"center\" }, children: \"All graphical assets in this template are licensed for personal and commercial use. If you'd like to use a specific asset, please check the license.\" }) }), className: \"framer-8owbnt\", verticalAlignment: \"top\", withExternalLayout: true })] }), /*#__PURE__*/_jsxs(motion.div, { className: \"framer-1rarkar\", children: [/*#__PURE__*/_jsxs(motion.div, { className: \"framer-umrr5j\", children: [/*#__PURE__*/_jsx(RichText, { __fromCanvasComponent: true, children: /*#__PURE__*/_jsx(React.Fragment, { children: /*#__PURE__*/_jsx(\"h2\", { className: \"framer-styles-preset-1x09rnd\", \"data-styles-preset\": \"HPCNkCHCb\", children: \"Images\" }) }), className: \"framer-ui3ubl\", verticalAlignment: \"top\", withExternalLayout: true }), /*#__PURE__*/_jsxs(motion.div, { className: \"framer-1qx8vpt\", children: [/*#__PURE__*/_jsx(motion.div, { className: \"framer-77mxnd\", \"data-border\": true, \"data-framer-name\": \"Icon\", name: \"Icon\", transformTemplate: transformTemplate2 }), /*#__PURE__*/_jsx(motion.div, { className: \"framer-jzj65p\", \"data-framer-name\": \"Line\", name: \"Line\" }), /*#__PURE__*/_jsx(motion.div, { className: \"framer-1at9m52\", \"data-border\": true, \"data-framer-name\": \"Icon\", name: \"Icon\", transformTemplate: transformTemplate2 })] })] }), /*#__PURE__*/_jsx(motion.div, { className: \"framer-17uhxze\", children: /*#__PURE__*/_jsxs(motion.div, { className: \"framer-195mya0\", children: [/*#__PURE__*/_jsx(RichText, { __fromCanvasComponent: true, children: /*#__PURE__*/_jsx(React.Fragment, { children: /*#__PURE__*/_jsx(\"p\", { className: \"framer-styles-preset-1cqwskc\", \"data-styles-preset\": \"NWkCScbQS\", children: \"Pexels\" }) }), className: \"framer-1n1557\", verticalAlignment: \"top\", withExternalLayout: true }), /*#__PURE__*/_jsxs(motion.div, { className: \"framer-15x2oo9\", children: [/*#__PURE__*/_jsx(RichText, { __fromCanvasComponent: true, children: /*#__PURE__*/_jsx(React.Fragment, { children: /*#__PURE__*/_jsx(\"p\", { className: \"framer-styles-preset-1cqwskc\", \"data-styles-preset\": \"NWkCScbQS\", children: /*#__PURE__*/_jsx(Link, { href: \"https://www.pexels.com/collections/qitchen-restaurant-framer-template-zsi0fpp/\", openInNewTab: true, smoothScroll: false, children: /*#__PURE__*/_jsx(\"a\", { className: \"framer-styles-preset-1kxhg4c\", \"data-styles-preset\": \"ZHCOlryY6\", children: \"Image Collection\" }) }) }) }), className: \"framer-2qkmmk\", verticalAlignment: \"top\", withExternalLayout: true }), /*#__PURE__*/_jsx(RichText, { __fromCanvasComponent: true, children: /*#__PURE__*/_jsx(React.Fragment, { children: /*#__PURE__*/_jsx(\"p\", { className: \"framer-styles-preset-1cqwskc\", \"data-styles-preset\": \"NWkCScbQS\", children: /*#__PURE__*/_jsx(Link, { href: \"https://www.pexels.com/license/\", openInNewTab: true, smoothScroll: false, children: /*#__PURE__*/_jsx(\"a\", { className: \"framer-styles-preset-1kxhg4c\", \"data-styles-preset\": \"ZHCOlryY6\", children: \"License\" }) }) }) }), className: \"framer-phhgv1\", verticalAlignment: \"top\", withExternalLayout: true })] })] }) })] })] }) }) }), /*#__PURE__*/_jsx(PropertyOverrides, { breakpoint: baseVariant, overrides: { BDRWNgJxg: { \"data-framer-appear-id\": \"102qo2e\", animate: optimizeAppear(\"animate\", \"102qo2e\", animation1, \"xd5ijx\"), initial: optimizeAppear(\"initial\", \"102qo2e\", animation2, \"xd5ijx\"), transformTemplate: optimizeAppearTransformTemplate(\"102qo2e\", transformTemplate) }, G8AVAPFjV: { \"data-framer-appear-id\": \"kt8x34\", animate: optimizeAppear(\"animate\", \"kt8x34\", animation1, \"jcl1c4\"), initial: optimizeAppear(\"initial\", \"kt8x34\", animation2, \"jcl1c4\"), transformTemplate: optimizeAppearTransformTemplate(\"kt8x34\", transformTemplate) }, gw5XZVVbF: { \"data-framer-appear-id\": \"17sl74q\", animate: optimizeAppear(\"animate\", \"17sl74q\", animation1, \"5ljf2f\"), initial: optimizeAppear(\"initial\", \"17sl74q\", animation2, \"5ljf2f\"), transformTemplate: optimizeAppearTransformTemplate(\"17sl74q\", transformTemplate) } }, children: /*#__PURE__*/_jsx(Container, { animate: optimizeAppear(\"animate\", \"7xzd31\", animation1, \"1k9t1q\"), className: \"framer-7xzd31-container\", \"data-framer-appear-id\": \"7xzd31\", exit: animation, initial: optimizeAppear(\"initial\", \"7xzd31\", animation2, \"1k9t1q\"), transformTemplate: optimizeAppearTransformTemplate(\"7xzd31\", transformTemplate), children: /*#__PURE__*/_jsx(PropertyOverrides, { breakpoint: baseVariant, overrides: { BDRWNgJxg: { variant: \"JD6pMfzso\" } }, children: /*#__PURE__*/_jsx(Footer, { height: \"100%\", id: \"KgQRMTQVF\", layoutId: \"KgQRMTQVF\", style: { width: \"100%\" }, variant: \"hEIfSvQFz\", width: \"100%\" }) }) }) })] })] }), /*#__PURE__*/_jsx(PropertyOverrides, { breakpoint: baseVariant, overrides: { BDRWNgJxg: { \"data-framer-appear-id\": \"281tcl\", animate: optimizeAppear(\"animate\", \"281tcl\", animation4, \"xd5ijx\"), initial: optimizeAppear(\"initial\", \"281tcl\", animation5, \"xd5ijx\"), transformTemplate: optimizeAppearTransformTemplate(\"281tcl\", transformTemplate) }, G8AVAPFjV: { \"data-framer-appear-id\": \"19h48a9\", animate: optimizeAppear(\"animate\", \"19h48a9\", animation4, \"jcl1c4\"), initial: optimizeAppear(\"initial\", \"19h48a9\", animation5, \"jcl1c4\"), transformTemplate: optimizeAppearTransformTemplate(\"19h48a9\", transformTemplate) }, gw5XZVVbF: { \"data-framer-appear-id\": \"1bzr0dj\", animate: optimizeAppear(\"animate\", \"1bzr0dj\", animation4, \"5ljf2f\"), initial: optimizeAppear(\"initial\", \"1bzr0dj\", animation5, \"5ljf2f\"), transformTemplate: optimizeAppearTransformTemplate(\"1bzr0dj\", transformTemplate) } }, children: /*#__PURE__*/_jsx(Container, { animate: optimizeAppear(\"animate\", \"1erfov2\", animation4, \"1k9t1q\"), className: \"framer-1erfov2-container\", \"data-framer-appear-id\": \"1erfov2\", exit: animation3, initial: optimizeAppear(\"initial\", \"1erfov2\", animation5, \"1k9t1q\"), layoutScroll: true, transformTemplate: optimizeAppearTransformTemplate(\"1erfov2\", transformTemplate), children: /*#__PURE__*/_jsx(BuyBadge, { height: \"100%\", id: \"rtK2A2GpH\", layoutId: \"rtK2A2GpH\", style: { height: \"100%\", width: \"100%\" }, width: \"100%\" }) }) }), /*#__PURE__*/_jsx(PropertyOverrides, { breakpoint: baseVariant, overrides: { BDRWNgJxg: { background: { alt: \"\", fit: \"fill\", intrinsicHeight: 1100, intrinsicWidth: 1920, pixelHeight: 1100, pixelWidth: 1920, sizes: \"calc(100vw - 24px)\", src: new URL(\"https://framerusercontent.com/images/8G8Y8b1ZHwFvDzVUQQlr4waN1DI.jpg\").href, srcSet: `${new URL(\"https://framerusercontent.com/images/8G8Y8b1ZHwFvDzVUQQlr4waN1DI.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/8G8Y8b1ZHwFvDzVUQQlr4waN1DI.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/8G8Y8b1ZHwFvDzVUQQlr4waN1DI.jpg\").href} 1920w` } }, gw5XZVVbF: { background: { alt: \"\", fit: \"fill\", intrinsicHeight: 1100, intrinsicWidth: 1920, pixelHeight: 1100, pixelWidth: 1920, sizes: \"calc(100vw - 32px)\", src: new URL(\"https://framerusercontent.com/images/8G8Y8b1ZHwFvDzVUQQlr4waN1DI.jpg\").href, srcSet: `${new URL(\"https://framerusercontent.com/images/8G8Y8b1ZHwFvDzVUQQlr4waN1DI.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/8G8Y8b1ZHwFvDzVUQQlr4waN1DI.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/8G8Y8b1ZHwFvDzVUQQlr4waN1DI.jpg\").href} 1920w` } } }, children: /*#__PURE__*/_jsx(Image, { background: { alt: \"\", fit: \"fill\", intrinsicHeight: 1100, intrinsicWidth: 1920, pixelHeight: 1100, pixelWidth: 1920, sizes: \"100vw\", src: new URL(\"https://framerusercontent.com/images/8G8Y8b1ZHwFvDzVUQQlr4waN1DI.jpg\").href, srcSet: `${new URL(\"https://framerusercontent.com/images/8G8Y8b1ZHwFvDzVUQQlr4waN1DI.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/8G8Y8b1ZHwFvDzVUQQlr4waN1DI.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/8G8Y8b1ZHwFvDzVUQQlr4waN1DI.jpg\").href} 1920w` }, className: \"framer-1brqmlf\", \"data-framer-name\": \"BG Image\", name: \"BG Image\" }) })] }), /*#__PURE__*/_jsx(\"div\", { id: \"overlay\" })] }) }) });});const css = ['.framer-NIg4r [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; } }\", `.${metadata.bodyClassName} { background: var(--token-4321a524-8651-4268-85f9-e884d8cb6223, rgb(253, 251, 246)); }`, \".framer-NIg4r .framer-20ovyh { display: block; }\", \".framer-NIg4r .framer-1k9t1q { align-content: center; align-items: center; background-color: var(--token-4321a524-8651-4268-85f9-e884d8cb6223, #fdfbf6); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1200px; }\", \".framer-NIg4r .framer-1pgfke0 { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; z-index: 2; }\", \".framer-NIg4r .framer-1xf9o50 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; overflow: hidden; padding: 24px 0px 24px 24px; position: sticky; top: 0px; transform: perspective(1200px); width: 1px; will-change: transform; z-index: 1; }\", \".framer-NIg4r .framer-dtwhlg { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: 1 0 0px; height: 100%; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\", \".framer-NIg4r .framer-1qz5ymp-container { flex: none; height: auto; left: 48px; position: absolute; top: 48px; width: auto; z-index: 10; }\", '.framer-NIg4r .framer-b17d03 { background-color: var(--token-4321a524-8651-4268-85f9-e884d8cb6223, #0a0b0a) /* {\"name\":\"background/default\"} */; inset: 0px; position: fixed; user-select: none; z-index: 10; }', \".framer-NIg4r .framer-9c0lkl-container { flex: none; height: 100%; left: 0px; position: fixed; top: 0px; width: 100%; z-index: 10; }\", \".framer-NIg4r .framer-l72c7p { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: auto; justify-content: flex-start; overflow: visible; padding: 24px 24px 24px 0px; position: relative; width: 1px; }\", '.framer-NIg4r .framer-18x8sul { --border-bottom-width: 1px; --border-color: var(--token-68c05b50-ca7b-4173-82aa-ed42aea1a9b4, #333330) /* {\"name\":\"border/default\"} */; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: flex-start; overflow: visible; padding: 48px 64px 48px 64px; position: relative; transform: perspective(1200px); width: 100%; }', \".framer-NIg4r .framer-5vwaui { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; max-width: 660px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-NIg4r .framer-1ff6zdp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-NIg4r .framer-q2ftgu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-NIg4r .framer-rzhv6j, .framer-NIg4r .framer-198xtm3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 1px; height: min-content; justify-content: center; overflow: visible; padding: 7px 0px 7px 0px; position: relative; width: min-content; }\", '.framer-NIg4r .framer-1stgsp3, .framer-NIg4r .framer-1uf7waq, .framer-NIg4r .framer-77mxnd, .framer-NIg4r .framer-1at9m52 { --border-bottom-width: 1px; --border-color: var(--token-68c05b50-ca7b-4173-82aa-ed42aea1a9b4, #333330) /* {\"name\":\"border/default\"} */; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 8px); position: relative; transform: rotate(-45deg); width: 8px; }', \".framer-NIg4r .framer-1yzh5hx, .framer-NIg4r .framer-d3r7ab { background-color: var(--token-68c05b50-ca7b-4173-82aa-ed42aea1a9b4, rgba(239, 231, 210, 0.15)); flex: none; height: 1px; position: relative; width: 30px; }\", \".framer-NIg4r .framer-137kfv9 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \".framer-NIg4r .framer-8owbnt { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-NIg4r .framer-1rarkar { 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: 100%; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-NIg4r .framer-umrr5j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-NIg4r .framer-ui3ubl, .framer-NIg4r .framer-2qkmmk, .framer-NIg4r .framer-phhgv1 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-NIg4r .framer-1qx8vpt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 1px; height: min-content; justify-content: center; overflow: visible; padding: 7px 0px 7px 0px; position: relative; width: 100%; }\", \".framer-NIg4r .framer-jzj65p { background-color: var(--token-68c05b50-ca7b-4173-82aa-ed42aea1a9b4, rgba(239, 231, 210, 0.15)); flex: 1 0 0px; height: 1px; position: relative; width: 1px; }\", \".framer-NIg4r .framer-17uhxze { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-NIg4r .framer-195mya0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-NIg4r .framer-1n1557 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\", \".framer-NIg4r .framer-15x2oo9 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\", \".framer-NIg4r .framer-7xzd31-container { flex: none; height: auto; position: relative; transform: perspective(1200px); width: 100%; }\", \".framer-NIg4r .framer-1erfov2-container { bottom: 64px; flex: none; height: 36px; position: fixed; right: 21px; transform: perspective(1200px); width: 142px; z-index: 10; }\", \".framer-NIg4r .framer-1brqmlf { flex: none; height: 100vh; left: 0px; opacity: 0.08; overflow: hidden; position: fixed; top: 0px; width: 100%; z-index: 1; }\", \"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-NIg4r .framer-1k9t1q, .framer-NIg4r .framer-1pgfke0, .framer-NIg4r .framer-1xf9o50, .framer-NIg4r .framer-l72c7p, .framer-NIg4r .framer-18x8sul, .framer-NIg4r .framer-5vwaui, .framer-NIg4r .framer-1ff6zdp, .framer-NIg4r .framer-q2ftgu, .framer-NIg4r .framer-rzhv6j, .framer-NIg4r .framer-198xtm3, .framer-NIg4r .framer-1rarkar, .framer-NIg4r .framer-umrr5j, .framer-NIg4r .framer-1qx8vpt, .framer-NIg4r .framer-17uhxze, .framer-NIg4r .framer-195mya0, .framer-NIg4r .framer-15x2oo9 { gap: 0px; } .framer-NIg4r .framer-1k9t1q > *, .framer-NIg4r .framer-18x8sul > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-NIg4r .framer-1k9t1q > :first-child, .framer-NIg4r .framer-l72c7p > :first-child, .framer-NIg4r .framer-18x8sul > :first-child, .framer-NIg4r .framer-5vwaui > :first-child, .framer-NIg4r .framer-1ff6zdp > :first-child, .framer-NIg4r .framer-1rarkar > :first-child, .framer-NIg4r .framer-umrr5j > :first-child, .framer-NIg4r .framer-17uhxze > :first-child, .framer-NIg4r .framer-15x2oo9 > :first-child { margin-top: 0px; } .framer-NIg4r .framer-1k9t1q > :last-child, .framer-NIg4r .framer-l72c7p > :last-child, .framer-NIg4r .framer-18x8sul > :last-child, .framer-NIg4r .framer-5vwaui > :last-child, .framer-NIg4r .framer-1ff6zdp > :last-child, .framer-NIg4r .framer-1rarkar > :last-child, .framer-NIg4r .framer-umrr5j > :last-child, .framer-NIg4r .framer-17uhxze > :last-child, .framer-NIg4r .framer-15x2oo9 > :last-child { margin-bottom: 0px; } .framer-NIg4r .framer-1pgfke0 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-NIg4r .framer-1pgfke0 > :first-child, .framer-NIg4r .framer-1xf9o50 > :first-child, .framer-NIg4r .framer-q2ftgu > :first-child, .framer-NIg4r .framer-rzhv6j > :first-child, .framer-NIg4r .framer-198xtm3 > :first-child, .framer-NIg4r .framer-1qx8vpt > :first-child, .framer-NIg4r .framer-195mya0 > :first-child { margin-left: 0px; } .framer-NIg4r .framer-1pgfke0 > :last-child, .framer-NIg4r .framer-1xf9o50 > :last-child, .framer-NIg4r .framer-q2ftgu > :last-child, .framer-NIg4r .framer-rzhv6j > :last-child, .framer-NIg4r .framer-198xtm3 > :last-child, .framer-NIg4r .framer-1qx8vpt > :last-child, .framer-NIg4r .framer-195mya0 > :last-child { margin-right: 0px; } .framer-NIg4r .framer-1xf9o50 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-NIg4r .framer-l72c7p > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-NIg4r .framer-5vwaui > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-NIg4r .framer-1ff6zdp > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-NIg4r .framer-q2ftgu > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-NIg4r .framer-rzhv6j > *, .framer-NIg4r .framer-198xtm3 > *, .framer-NIg4r .framer-1qx8vpt > * { margin: 0px; margin-left: calc(1px / 2); margin-right: calc(1px / 2); } .framer-NIg4r .framer-1rarkar > *, .framer-NIg4r .framer-15x2oo9 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-NIg4r .framer-umrr5j > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-NIg4r .framer-17uhxze > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-NIg4r .framer-195mya0 > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } }\", \"@media (min-width: 1200px) and (max-width: 1599px) { .framer-NIg4r .hidden-1k9t1q { display: none !important; } }\", `@media (min-width: 1600px) { .framer-NIg4r .hidden-jcl1c4 { display: none !important; } .${metadata.bodyClassName} { background: var(--token-4321a524-8651-4268-85f9-e884d8cb6223, rgb(253, 251, 246)); } .framer-NIg4r .framer-1k9t1q { width: 1600px; } .framer-NIg4r .framer-18x8sul { padding: 80px 96px 80px 96px; } .framer-NIg4r .framer-5vwaui { gap: 80px; } .framer-NIg4r .framer-ui3ubl { order: 0; } .framer-NIg4r .framer-1qx8vpt { order: 1; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-NIg4r .framer-5vwaui { gap: 0px; } .framer-NIg4r .framer-5vwaui > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-NIg4r .framer-5vwaui > :first-child { margin-top: 0px; } .framer-NIg4r .framer-5vwaui > :last-child { margin-bottom: 0px; } }}`, `@media (min-width: 810px) and (max-width: 1199px) { .framer-NIg4r .hidden-5ljf2f { display: none !important; } .${metadata.bodyClassName} { background: var(--token-4321a524-8651-4268-85f9-e884d8cb6223, rgb(253, 251, 246)); } .framer-NIg4r .framer-1k9t1q { padding: 16px 16px 16px 16px; width: 810px; } .framer-NIg4r .framer-1pgfke0 { border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; flex-direction: column; } .framer-NIg4r .framer-1xf9o50 { flex: none; height: min-content; padding: 0px 0px 0px 0px; position: relative; top: unset; width: 100%; } .framer-NIg4r .framer-dtwhlg { aspect-ratio: 1.1787878787878787 / 1; height: var(--framer-aspect-ratio-supported, 660px); } .framer-NIg4r .framer-1qz5ymp-container { left: 50%; top: 32px; transform: translateX(-50%); } .framer-NIg4r .framer-l72c7p { align-self: unset; flex: none; height: min-content; padding: 0px 0px 0px 0px; width: 100%; } .framer-NIg4r .framer-18x8sul { flex: none; height: min-content; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-NIg4r .framer-1pgfke0 { gap: 0px; } .framer-NIg4r .framer-1pgfke0 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-NIg4r .framer-1pgfke0 > :first-child { margin-top: 0px; } .framer-NIg4r .framer-1pgfke0 > :last-child { margin-bottom: 0px; } }}`, `@media (max-width: 809px) { .framer-NIg4r .hidden-xd5ijx { display: none !important; } .${metadata.bodyClassName} { background: var(--token-4321a524-8651-4268-85f9-e884d8cb6223, rgb(253, 251, 246)); } .framer-NIg4r .framer-1k9t1q { padding: 12px 12px 12px 12px; width: 390px; } .framer-NIg4r .framer-1pgfke0 { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex-direction: column; gap: 12px; } .framer-NIg4r .framer-1xf9o50 { flex: none; height: min-content; padding: 0px 0px 0px 0px; position: relative; top: unset; width: 100%; } .framer-NIg4r .framer-dtwhlg { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 366px); } .framer-NIg4r .framer-1qz5ymp-container { left: 50%; top: 16px; transform: translateX(-50%); } .framer-NIg4r .framer-l72c7p { align-self: unset; flex: none; height: min-content; padding: 0px 0px 0px 0px; width: 100%; } .framer-NIg4r .framer-18x8sul { flex: none; height: min-content; padding: 32px 32px 32px 32px; } .framer-NIg4r .framer-5vwaui { gap: 48px; } .framer-NIg4r .framer-1yzh5hx, .framer-NIg4r .framer-d3r7ab { width: 20px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-NIg4r .framer-1pgfke0, .framer-NIg4r .framer-5vwaui { gap: 0px; } .framer-NIg4r .framer-1pgfke0 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-NIg4r .framer-1pgfke0 > :first-child, .framer-NIg4r .framer-5vwaui > :first-child { margin-top: 0px; } .framer-NIg4r .framer-1pgfke0 > :last-child, .framer-NIg4r .framer-5vwaui > :last-child { margin-bottom: 0px; } .framer-NIg4r .framer-5vwaui > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } }}`, ...sharedStyle.css, ...sharedStyle1.css, ...sharedStyle2.css, ...sharedStyle3.css, ...sharedStyle4.css]; /**\n* This is a generated Framer component.\n* @framerIntrinsicHeight 960\n* @framerIntrinsicWidth 1200\n* @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"G8AVAPFjV\":{\"layout\":[\"fixed\",\"auto\"]},\"gw5XZVVbF\":{\"layout\":[\"fixed\",\"auto\"]},\"BDRWNgJxg\":{\"layout\":[\"fixed\",\"auto\"]}}}\n* @framerResponsiveScreen\n*/const Framerxv1cdgcl0 = withCSS(Component, css, \"framer-NIg4r\");export default Framerxv1cdgcl0;Framerxv1cdgcl0.displayName = \"Licensing\";Framerxv1cdgcl0.defaultProps = { height: 960, width: 1200 };addFonts(Framerxv1cdgcl0, [...HeaderFonts, ...MenuNavFonts, ...FooterFonts, ...BuyBadgeFonts, ...sharedStyle.fonts, ...sharedStyle1.fonts, ...sharedStyle2.fonts, ...sharedStyle3.fonts, ...sharedStyle4.fonts]);\nexport const __FramerMetadata__ = { \"exports\": { \"default\": { \"type\": \"reactComponent\", \"name\": \"Framerxv1cdgcl0\", \"slots\": [], \"annotations\": { \"framerIntrinsicHeight\": \"960\", \"framerContractVersion\": \"1\", \"framerResponsiveScreen\": \"\", \"framerIntrinsicWidth\": \"1200\", \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"G8AVAPFjV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gw5XZVVbF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BDRWNgJxg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\" } }, \"Props\": { \"type\": \"tsType\", \"annotations\": { \"framerContractVersion\": \"1\" } }, \"__FramerMetadata__\": { \"type\": \"variable\" } } };"],
  "mappings": "gpBAA8BA,EAAU,0BAA0B,CAAC,CAAC,EAAS,IAAMC,GAAM,CAAC,EAAeC,GAAI,CAAC,iZAAiZ,EAAeC,GAAU,eCCouB,IAAMC,GAAcC,EAASC,CAAM,EAAQC,GAAeF,EAASG,CAAO,EAAQC,GAAcJ,EAASK,CAAM,EAAQC,GAAgBN,EAASO,CAAQ,EAA0E,IAAMC,GAAc,CAAE,UAAW,qBAAsB,UAAW,sBAAuB,UAAW,6CAA8C,UAAW,6CAA8C,EAAQC,GAAY,IAAM,OAAO,SAAa,IAAkBC,GAAoB,CAAE,UAAW,kBAAmB,UAAW,kBAAmB,UAAW,kBAAmB,UAAW,iBAAkB,EAAMD,GAAU,GAAI,OAA2E,IAAME,GAAc,CAAE,QAAS,CAAE,SAAU,CAAE,CAAE,EAAE,SAASC,GAAQ,CAAE,SAAAC,EAAU,uBAAAC,CAAuB,EAAG,CAAC,GAAM,CAACC,EAASC,CAAU,EAAIC,EAAgB,CAAE,uBAAAH,CAAuB,CAAC,EAAE,OAAOD,EAAS,CAAE,KAAM,IAAMG,EAAW,EAAK,EAAG,KAAM,IAAMA,EAAW,EAAI,EAAG,OAAQ,IAAMA,EAAW,CAACD,CAAO,EAAG,QAAAA,CAAQ,CAAC,CAAE,CAAC,IAAMG,GAAc,CAAE,MAAO,EAAG,SAAU,GAAI,KAAM,CAAC,GAAI,EAAG,IAAK,GAAG,EAAG,KAAM,OAAQ,EAAQC,EAAY,CAAE,QAAS,EAAG,OAAQ,EAAG,MAAO,EAAG,WAAYD,GAAa,EAAG,EAAG,EAAG,CAAE,EAAQE,EAAoB,CAACC,EAAGC,IAAM,uBAAuBA,IAAUC,EAAa,CAAE,QAAS,EAAG,OAAQ,EAAG,QAAS,EAAG,QAAS,EAAG,MAAO,EAAG,WAAYL,GAAa,EAAG,EAAG,EAAG,CAAE,EAAQM,EAAa,CAAE,QAAS,KAAM,OAAQ,EAAG,MAAO,EAAG,EAAG,EAAG,EAAG,CAAE,EAAQC,GAAqB,CAACJ,EAAGC,IAAM,oBAAoBA,IAAUI,EAAqB,CAACL,EAAGC,IAAM,GAAGA,mBAAyBK,GAAc,CAAE,MAAO,EAAG,SAAU,GAAI,KAAM,CAAC,IAAK,EAAG,IAAK,CAAC,EAAG,KAAM,OAAQ,EAAQC,GAAa,CAAE,QAAS,EAAG,OAAQ,EAAG,MAAO,EAAG,WAAYD,GAAa,EAAG,EAAG,EAAG,EAAG,EAAQE,EAAa,CAAE,QAAS,EAAG,OAAQ,EAAG,QAAS,EAAG,QAAS,EAAG,MAAO,EAAG,WAAYF,GAAa,EAAG,EAAG,EAAG,CAAE,EAAQG,EAAa,CAAE,QAAS,KAAM,OAAQ,EAAG,MAAO,EAAG,EAAG,EAAG,EAAG,EAAG,EAAQC,EAAWC,EAAiB,EAAQC,GAA0B,CAAE,gBAAiB,YAAa,QAAS,YAAa,MAAO,YAAa,OAAQ,WAAY,EAAQC,GAAW,CAAC,CAAE,OAAAC,EAAQ,GAAAC,EAAI,MAAAC,EAAO,GAAGC,CAAM,IAAM,CAAC,IAAIC,EAAwCC,EAAK,MAAO,CAAE,GAAGF,EAAO,SAAUE,GAAQD,EAAyCN,GAAwBK,EAAM,OAAO,KAAO,MAAQC,IAA2C,OAASA,EAAyCD,EAAM,WAAa,MAAQE,IAAS,OAASA,EAAO,WAAY,CAAE,EAAQC,GAA+BC,EAAW,SAAUJ,EAAOK,EAAK,CAAC,GAAM,CAAE,aAAAC,CAAa,EAAIC,EAAc,EAAQ,CAAE,MAAAC,EAAO,UAAAC,EAAW,SAAAC,EAAU,QAAAC,GAAS,GAAGC,EAAU,EAAIhB,GAASI,CAAK,EAAQa,EAAgB,IAAM,CAAC,IAAMC,EAAYpB,EAAiB,EAAyC,GAAvC,SAAS,MAAQoB,EAAU,OAAS,GAAOA,EAAU,SAAU,CAAC,IAAIC,GAAyBA,EAA0B,SAAS,cAAc,uBAAuB,KAAO,MAAQA,IAA4B,QAAkBA,EAAwB,aAAa,UAAWD,EAAU,QAAQ,EAAOA,EAAU,gBAAgB,MAAM,KAAK,SAAS,KAAK,SAAS,EAAE,OAAQE,GAAMA,EAAE,WAAW,cAAc,CAAC,EAAE,IAAKA,GAAM,SAAS,KAAK,UAAU,OAAOA,CAAC,CAAC,EAAE,SAAS,KAAK,UAAU,IAAIF,EAAU,aAAa,EAAG,EAAG,CAAC,CAAC,EAAE,GAAM,CAACG,EAAaC,EAAmB,EAAIC,EAA8BR,GAASzC,GAAa,EAAK,EAAQkD,GAAiB,OAAgBC,GAAahD,GAAY,QAAc,CAAE,sBAAAiD,EAAuB,MAAAC,EAAM,EAAIC,EAAyB,MAAS,EAAQC,GAAoBC,GAAYJ,EAAsB,SAAUK,IAAS,CAACD,EAAQ,OAAO,CAAE,CAAC,EAAQE,GAAyBF,GAAYJ,EAAsB,SAAUK,IAAS,CAACD,EAAQ,KAAK,CAAE,CAAC,EAAQG,GAAwBC,EAAM,EAAE,OAAoBC,EAAKC,EAA0B,SAAU,CAAE,MAAO,CAAE,iBAAkB,YAAa,kBAAA5D,EAAkB,EAAG,SAAuB2D,EAAKE,EAAa,CAAE,GAAIvB,GAAsDmB,GAAiB,SAAuBK,EAAMC,EAAO,IAAK,CAAE,UAAWC,EAAG,eAA4B3B,GAAwBA,GAAwBA,GAAwBA,GAAwBA,EAAS,EAAG,MAAO,CAAE,QAAS,UAAW,EAAG,SAAU,CAAcyB,EAAMC,EAAO,IAAK,CAAE,GAAGvB,GAAW,UAAWwB,EAAG,gBAAiB3B,CAAS,EAAG,IAAKJ,EAAK,MAAO,CAAE,GAAGG,CAAM,EAAG,SAAU,CAAc0B,EAAMC,EAAO,KAAM,CAAE,UAAW,iBAAkB,mBAAoB,eAAgB,KAAM,eAAgB,SAAU,CAAcJ,EAAKM,EAAmB,CAAE,WAAYpB,EAAa,UAAW,CAAE,UAAW,CAAE,wBAAyB,UAAW,QAASqB,EAAe,UAAW,UAAWrD,EAAY,QAAQ,EAAG,QAASqD,EAAe,UAAW,UAAWpD,EAAY,QAAQ,EAAG,kBAAmBqD,EAAgC,UAAWzD,CAAiB,CAAE,EAAG,UAAW,CAAE,wBAAyB,SAAU,QAASwD,EAAe,UAAW,SAAUrD,EAAY,QAAQ,EAAG,QAASqD,EAAe,UAAW,SAAUpD,EAAY,QAAQ,EAAG,kBAAmBqD,EAAgC,SAAUzD,CAAiB,CAAE,EAAG,UAAW,CAAE,wBAAyB,SAAU,QAASwD,EAAe,UAAW,SAAUrD,EAAY,QAAQ,EAAG,QAASqD,EAAe,UAAW,SAAUpD,EAAY,QAAQ,EAAG,kBAAmBqD,EAAgC,SAAUzD,CAAiB,CAAE,CAAE,EAAG,SAAuBiD,EAAKI,EAAO,IAAK,CAAE,QAASG,EAAe,UAAW,UAAWrD,EAAY,QAAQ,EAAG,UAAW,iBAAkB,wBAAyB,UAAW,mBAAoB,OAAQ,KAAMJ,EAAW,QAASyD,EAAe,UAAW,UAAWpD,EAAY,QAAQ,EAAG,KAAM,OAAQ,kBAAmBqD,EAAgC,UAAWzD,CAAiB,EAAG,SAAuBiD,EAAKS,EAAO,CAAE,WAAY,CAAE,IAAK,GAAI,IAAK,OAAQ,gBAAiB,KAAM,eAAgB,IAAK,YAAa,KAAM,WAAY,IAAK,IAAK,IAAI,IAAI,sEAAsE,EAAE,IAAK,EAAG,UAAW,gBAAiB,mBAAoB,QAAS,KAAM,QAAS,SAAuBT,EAAKzD,GAAS,CAAE,SAAWmE,GAA+BV,EAAKW,EAAW,CAAE,SAAuBX,EAAKM,EAAmB,CAAE,WAAYpB,EAAa,UAAW,CAAE,UAAW,CAAE,kBAAmB9B,EAAmB,EAAG,UAAW,CAAE,kBAAmBA,EAAmB,CAAE,EAAG,SAAuB+C,EAAMS,EAAW,CAAE,UAAW,2BAA4B,SAAU,CAAcZ,EAAKM,EAAmB,CAAE,WAAYpB,EAAa,UAAW,CAAE,UAAW,CAAE,QAAS,WAAY,CAAE,EAAG,SAAuBc,EAAKa,EAAQ,CAAE,OAAQ,OAAQ,GAAI,YAAa,SAAU,YAAa,WAAYnB,GAAiBgB,CAAa,EAAG,QAAS,YAAa,MAAO,MAAO,CAAC,CAAE,CAAC,EAAgBV,EAAKc,EAAiB,CAAE,SAAUJ,EAAc,SAAwBV,EAAKW,EAAW,CAAE,SAAgCI,EAA2BZ,EAAYa,EAAU,CAAE,SAAU,CAAchB,EAAKI,EAAO,IAAK,CAAE,QAAS,CAAE,QAAS,EAAG,WAAY,CAAE,MAAO,EAAG,SAAU,EAAG,KAAM,CAAC,GAAI,EAAG,IAAK,GAAG,EAAG,KAAM,OAAQ,CAAE,EAAG,UAAW,gBAAiB,KAAM,CAAE,QAAS,EAAG,WAAY,CAAE,MAAO,EAAG,SAAU,EAAG,KAAM,CAAC,GAAI,EAAG,IAAK,GAAG,EAAG,KAAM,OAAQ,CAAE,EAAG,QAAS,CAAE,QAAS,CAAE,EAAG,MAAO,IAAMM,EAAc,KAAK,CAAE,EAAG,WAAW,EAAgBV,EAAKY,EAAW,CAAE,UAAW,0BAA2B,SAAuBZ,EAAKM,EAAmB,CAAE,WAAYpB,EAAa,UAAW,CAAE,UAAW,CAAE,QAAS,WAAY,EAAG,UAAW,CAAE,QAAS,WAAY,CAAE,EAAG,SAAuBc,EAAKiB,EAAS,CAAE,OAAQ,OAAQ,GAAI,YAAa,SAAU,YAAa,gBAAiBpB,GAAsBa,CAAa,EAAG,MAAO,CAAE,OAAQ,OAAQ,MAAO,MAAO,EAAG,QAAS,YAAa,MAAO,MAAO,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,EAAG,SAAS,cAAc,UAAU,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAE,CAAC,CAAE,CAAC,CAAE,CAAC,CAAE,CAAC,CAAE,CAAC,EAAgBP,EAAMC,EAAO,IAAK,CAAE,UAAW,gBAAiB,mBAAoB,QAAS,KAAM,QAAS,SAAU,CAAcJ,EAAKM,EAAmB,CAAE,WAAYpB,EAAa,UAAW,CAAE,UAAW,CAAE,wBAAyB,UAAW,QAASqB,EAAe,UAAW,UAAWrD,EAAY,QAAQ,EAAG,QAASqD,EAAe,UAAW,UAAWpD,EAAY,QAAQ,EAAG,kBAAmBqD,EAAgC,UAAWzD,CAAiB,CAAE,EAAG,UAAW,CAAE,wBAAyB,SAAU,QAASwD,EAAe,UAAW,SAAUrD,EAAY,QAAQ,EAAG,QAASqD,EAAe,UAAW,SAAUpD,EAAY,QAAQ,EAAG,kBAAmBqD,EAAgC,SAAUzD,CAAiB,CAAE,EAAG,UAAW,CAAE,wBAAyB,UAAW,QAASwD,EAAe,UAAW,UAAWrD,EAAY,QAAQ,EAAG,QAASqD,EAAe,UAAW,UAAWpD,EAAY,QAAQ,EAAG,kBAAmBqD,EAAgC,UAAWzD,CAAiB,CAAE,CAAE,EAAG,SAAuBiD,EAAKI,EAAO,IAAK,CAAE,QAASG,EAAe,UAAW,UAAWrD,EAAY,QAAQ,EAAG,UAAW,iBAAkB,cAAe,GAAM,wBAAyB,UAAW,mBAAoB,UAAW,KAAMJ,EAAW,QAASyD,EAAe,UAAW,UAAWpD,EAAY,QAAQ,EAAG,KAAM,UAAW,kBAAmBqD,EAAgC,UAAWzD,CAAiB,EAAG,SAAuBoD,EAAMC,EAAO,IAAK,CAAE,UAAW,gBAAiB,mBAAoB,gBAAiB,KAAM,gBAAiB,SAAU,CAAcD,EAAMC,EAAO,IAAK,CAAE,UAAW,iBAAkB,SAAU,CAAcD,EAAMC,EAAO,IAAK,CAAE,UAAW,gBAAiB,SAAU,CAAcD,EAAMC,EAAO,IAAK,CAAE,UAAW,gBAAiB,SAAU,CAAcJ,EAAKI,EAAO,IAAK,CAAE,UAAW,iBAAkB,cAAe,GAAM,mBAAoB,OAAQ,KAAM,OAAQ,kBAAmB/C,CAAmB,CAAC,EAAgB2C,EAAKI,EAAO,IAAK,CAAE,UAAW,iBAAkB,mBAAoB,OAAQ,KAAM,MAAO,CAAC,CAAC,CAAE,CAAC,EAAgBJ,EAAKkB,EAAU,CAAE,sBAAuB,GAAM,SAAuBlB,EAAWgB,EAAU,CAAE,SAAuBhB,EAAK,KAAM,CAAE,UAAW,+BAAgC,qBAAsB,YAAa,SAAU,WAAY,CAAC,CAAE,CAAC,EAAG,UAAW,iBAAkB,kBAAmB,MAAO,mBAAoB,EAAK,CAAC,EAAgBG,EAAMC,EAAO,IAAK,CAAE,UAAW,iBAAkB,SAAU,CAAcJ,EAAKI,EAAO,IAAK,CAAE,UAAW,gBAAiB,mBAAoB,OAAQ,KAAM,MAAO,CAAC,EAAgBJ,EAAKI,EAAO,IAAK,CAAE,UAAW,iBAAkB,cAAe,GAAM,mBAAoB,OAAQ,KAAM,OAAQ,kBAAmB/C,CAAmB,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,EAAgB2C,EAAKkB,EAAU,CAAE,sBAAuB,GAAM,SAAuBlB,EAAWgB,EAAU,CAAE,SAAuBhB,EAAK,IAAK,CAAE,UAAW,8BAA+B,qBAAsB,YAAa,MAAO,CAAE,0BAA2B,QAAS,EAAG,SAAU,sJAAuJ,CAAC,CAAE,CAAC,EAAG,UAAW,gBAAiB,kBAAmB,MAAO,mBAAoB,EAAK,CAAC,CAAC,CAAE,CAAC,EAAgBG,EAAMC,EAAO,IAAK,CAAE,UAAW,iBAAkB,SAAU,CAAcD,EAAMC,EAAO,IAAK,CAAE,UAAW,gBAAiB,SAAU,CAAcJ,EAAKkB,EAAU,CAAE,sBAAuB,GAAM,SAAuBlB,EAAWgB,EAAU,CAAE,SAAuBhB,EAAK,KAAM,CAAE,UAAW,+BAAgC,qBAAsB,YAAa,SAAU,QAAS,CAAC,CAAE,CAAC,EAAG,UAAW,gBAAiB,kBAAmB,MAAO,mBAAoB,EAAK,CAAC,EAAgBG,EAAMC,EAAO,IAAK,CAAE,UAAW,iBAAkB,SAAU,CAAcJ,EAAKI,EAAO,IAAK,CAAE,UAAW,gBAAiB,cAAe,GAAM,mBAAoB,OAAQ,KAAM,OAAQ,kBAAmB/C,CAAmB,CAAC,EAAgB2C,EAAKI,EAAO,IAAK,CAAE,UAAW,gBAAiB,mBAAoB,OAAQ,KAAM,MAAO,CAAC,EAAgBJ,EAAKI,EAAO,IAAK,CAAE,UAAW,iBAAkB,cAAe,GAAM,mBAAoB,OAAQ,KAAM,OAAQ,kBAAmB/C,CAAmB,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,EAAgB2C,EAAKI,EAAO,IAAK,CAAE,UAAW,iBAAkB,SAAuBD,EAAMC,EAAO,IAAK,CAAE,UAAW,iBAAkB,SAAU,CAAcJ,EAAKkB,EAAU,CAAE,sBAAuB,GAAM,SAAuBlB,EAAWgB,EAAU,CAAE,SAAuBhB,EAAK,IAAK,CAAE,UAAW,+BAAgC,qBAAsB,YAAa,SAAU,QAAS,CAAC,CAAE,CAAC,EAAG,UAAW,gBAAiB,kBAAmB,MAAO,mBAAoB,EAAK,CAAC,EAAgBG,EAAMC,EAAO,IAAK,CAAE,UAAW,iBAAkB,SAAU,CAAcJ,EAAKkB,EAAU,CAAE,sBAAuB,GAAM,SAAuBlB,EAAWgB,EAAU,CAAE,SAAuBhB,EAAK,IAAK,CAAE,UAAW,+BAAgC,qBAAsB,YAAa,SAAuBA,EAAKmB,EAAM,CAAE,KAAM,iFAAkF,aAAc,GAAM,aAAc,GAAO,SAAuBnB,EAAK,IAAK,CAAE,UAAW,+BAAgC,qBAAsB,YAAa,SAAU,kBAAmB,CAAC,CAAE,CAAC,CAAE,CAAC,CAAE,CAAC,EAAG,UAAW,gBAAiB,kBAAmB,MAAO,mBAAoB,EAAK,CAAC,EAAgBA,EAAKkB,EAAU,CAAE,sBAAuB,GAAM,SAAuBlB,EAAWgB,EAAU,CAAE,SAAuBhB,EAAK,IAAK,CAAE,UAAW,+BAAgC,qBAAsB,YAAa,SAAuBA,EAAKmB,EAAM,CAAE,KAAM,kCAAmC,aAAc,GAAM,aAAc,GAAO,SAAuBnB,EAAK,IAAK,CAAE,UAAW,+BAAgC,qBAAsB,YAAa,SAAU,SAAU,CAAC,CAAE,CAAC,CAAE,CAAC,CAAE,CAAC,EAAG,UAAW,gBAAiB,kBAAmB,MAAO,mBAAoB,EAAK,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAE,CAAC,EAAgBA,EAAKM,EAAmB,CAAE,WAAYpB,EAAa,UAAW,CAAE,UAAW,CAAE,wBAAyB,UAAW,QAASqB,EAAe,UAAW,UAAWrD,EAAY,QAAQ,EAAG,QAASqD,EAAe,UAAW,UAAWpD,EAAY,QAAQ,EAAG,kBAAmBqD,EAAgC,UAAWzD,CAAiB,CAAE,EAAG,UAAW,CAAE,wBAAyB,SAAU,QAASwD,EAAe,UAAW,SAAUrD,EAAY,QAAQ,EAAG,QAASqD,EAAe,UAAW,SAAUpD,EAAY,QAAQ,EAAG,kBAAmBqD,EAAgC,SAAUzD,CAAiB,CAAE,EAAG,UAAW,CAAE,wBAAyB,UAAW,QAASwD,EAAe,UAAW,UAAWrD,EAAY,QAAQ,EAAG,QAASqD,EAAe,UAAW,UAAWpD,EAAY,QAAQ,EAAG,kBAAmBqD,EAAgC,UAAWzD,CAAiB,CAAE,CAAE,EAAG,SAAuBiD,EAAKY,EAAW,CAAE,QAASL,EAAe,UAAW,SAAUrD,EAAY,QAAQ,EAAG,UAAW,0BAA2B,wBAAyB,SAAU,KAAMJ,EAAW,QAASyD,EAAe,UAAW,SAAUpD,EAAY,QAAQ,EAAG,kBAAmBqD,EAAgC,SAAUzD,CAAiB,EAAG,SAAuBiD,EAAKM,EAAmB,CAAE,WAAYpB,EAAa,UAAW,CAAE,UAAW,CAAE,QAAS,WAAY,CAAE,EAAG,SAAuBc,EAAKoB,EAAQ,CAAE,OAAQ,OAAQ,GAAI,YAAa,SAAU,YAAa,MAAO,CAAE,MAAO,MAAO,EAAG,QAAS,YAAa,MAAO,MAAO,CAAC,CAAE,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,EAAgBpB,EAAKM,EAAmB,CAAE,WAAYpB,EAAa,UAAW,CAAE,UAAW,CAAE,wBAAyB,SAAU,QAASqB,EAAe,UAAW,SAAU/C,EAAY,QAAQ,EAAG,QAAS+C,EAAe,UAAW,SAAU9C,EAAY,QAAQ,EAAG,kBAAmB+C,EAAgC,SAAUzD,CAAiB,CAAE,EAAG,UAAW,CAAE,wBAAyB,UAAW,QAASwD,EAAe,UAAW,UAAW/C,EAAY,QAAQ,EAAG,QAAS+C,EAAe,UAAW,UAAW9C,EAAY,QAAQ,EAAG,kBAAmB+C,EAAgC,UAAWzD,CAAiB,CAAE,EAAG,UAAW,CAAE,wBAAyB,UAAW,QAASwD,EAAe,UAAW,UAAW/C,EAAY,QAAQ,EAAG,QAAS+C,EAAe,UAAW,UAAW9C,EAAY,QAAQ,EAAG,kBAAmB+C,EAAgC,UAAWzD,CAAiB,CAAE,CAAE,EAAG,SAAuBiD,EAAKY,EAAW,CAAE,QAASL,EAAe,UAAW,UAAW/C,EAAY,QAAQ,EAAG,UAAW,2BAA4B,wBAAyB,UAAW,KAAMD,GAAY,QAASgD,EAAe,UAAW,UAAW9C,EAAY,QAAQ,EAAG,aAAc,GAAM,kBAAmB+C,EAAgC,UAAWzD,CAAiB,EAAG,SAAuBiD,EAAKqB,EAAU,CAAE,OAAQ,OAAQ,GAAI,YAAa,SAAU,YAAa,MAAO,CAAE,OAAQ,OAAQ,MAAO,MAAO,EAAG,MAAO,MAAO,CAAC,CAAE,CAAC,CAAE,CAAC,EAAgBrB,EAAKM,EAAmB,CAAE,WAAYpB,EAAa,UAAW,CAAE,UAAW,CAAE,WAAY,CAAE,IAAK,GAAI,IAAK,OAAQ,gBAAiB,KAAM,eAAgB,KAAM,YAAa,KAAM,WAAY,KAAM,MAAO,qBAAsB,IAAK,IAAI,IAAI,sEAAsE,EAAE,KAAM,OAAQ,GAAG,IAAI,IAAI,wFAAwF,EAAE,cAAc,IAAI,IAAI,yFAAyF,EAAE,eAAe,IAAI,IAAI,sEAAsE,EAAE,YAAa,CAAE,EAAG,UAAW,CAAE,WAAY,CAAE,IAAK,GAAI,IAAK,OAAQ,gBAAiB,KAAM,eAAgB,KAAM,YAAa,KAAM,WAAY,KAAM,MAAO,qBAAsB,IAAK,IAAI,IAAI,sEAAsE,EAAE,KAAM,OAAQ,GAAG,IAAI,IAAI,wFAAwF,EAAE,cAAc,IAAI,IAAI,yFAAyF,EAAE,eAAe,IAAI,IAAI,sEAAsE,EAAE,YAAa,CAAE,CAAE,EAAG,SAAuBc,EAAKS,EAAO,CAAE,WAAY,CAAE,IAAK,GAAI,IAAK,OAAQ,gBAAiB,KAAM,eAAgB,KAAM,YAAa,KAAM,WAAY,KAAM,MAAO,QAAS,IAAK,IAAI,IAAI,sEAAsE,EAAE,KAAM,OAAQ,GAAG,IAAI,IAAI,wFAAwF,EAAE,cAAc,IAAI,IAAI,yFAAyF,EAAE,eAAe,IAAI,IAAI,sEAAsE,EAAE,YAAa,EAAG,UAAW,iBAAkB,mBAAoB,WAAY,KAAM,UAAW,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,EAAgBT,EAAK,MAAO,CAAE,GAAI,SAAU,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAE,CAAC,CAAE,CAAC,EAAQsB,GAAM,CAAC,sZAAuZ,kFAAmF,IAAI5D,EAAS,uGAAwG,mDAAoD,mWAAoW,kbAAmb,oWAAqW,8SAA+S,6IAA8I,kNAAmN,uIAAwI,2TAA4T,4qBAA6qB,0TAA2T,2RAA4R,yRAA0R,8TAA+T,4fAA6f,4NAA6N,kJAAmJ,uNAAwN,0TAA2T,uSAAwS,iQAAkQ,yRAA0R,+LAAgM,4RAA6R,iSAAkS,oRAAqR,sSAAuS,wIAAyI,+KAAgL,+JAAgK,g+GAAi+G,oHAAqH,4FAA4FA,EAAS,8rBAA+rB,mHAAmHA,EAAS,0vCAA2vC,2FAA2FA,EAAS,+mDAAgnD,GAAe4D,GAAK,GAAgBA,GAAK,GAAgBA,GAAK,GAAgBA,GAAK,GAAgBA,EAAG,EAMp0nCC,EAAkBC,EAAQpD,GAAWkD,GAAK,cAAc,EAAS3D,GAAQ4D,EAAgBA,EAAgB,YAAc,YAAYA,EAAgB,aAAe,CAAE,OAAQ,IAAK,MAAO,IAAK,EAAEE,EAASF,EAAiB,CAAC,GAAGG,GAAa,GAAGC,GAAc,GAAGC,GAAa,GAAGC,GAAe,GAAeC,GAAO,GAAgBA,GAAO,GAAgBA,GAAO,GAAgBA,EAAO,GAAgBA,EAAK,CAAC,EAC/Y,IAAMC,GAAqB,CAAE,QAAW,CAAE,QAAW,CAAE,KAAQ,iBAAkB,KAAQ,kBAAmB,MAAS,CAAC,EAAG,YAAe,CAAE,sBAAyB,MAAO,sBAAyB,IAAK,uBAA0B,GAAI,qBAAwB,OAAQ,oCAAuC,mMAA0O,CAAE,EAAG,MAAS,CAAE,KAAQ,SAAU,YAAe,CAAE,sBAAyB,GAAI,CAAE,EAAG,mBAAsB,CAAE,KAAQ,UAAW,CAAE,CAAE",
  "names": ["fontStore", "fonts", "css", "className", "HeaderFonts", "getFonts", "oGhHpErZD_default", "MenuNavFonts", "ey9RMFL0A_default", "FooterFonts", "YQHzx1Vn8_default", "BuyBadgeFonts", "qJJ6diHgL_default", "breakpoints", "isBrowser", "variantClassNames", "transitions", "Overlay", "children", "blockDocumentScrolling", "visible", "setVisible", "useOverlayState", "transition1", "animation", "transformTemplate", "_", "t", "animation1", "animation2", "transformTemplate1", "transformTemplate2", "transition2", "animation3", "animation4", "animation5", "metadata", "xv1cdgcl0_default", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "fe", "metadata1", "_document_querySelector", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "transition", "activeVariantCallback", "delay", "useActiveVariantCallback", "menuToggle42m929", "overlay", "args", "menuCloseTogglezn6atv", "defaultLayoutId", "ae", "p", "GeneratedComponentContext", "LayoutGroup", "u", "motion", "cx", "PropertyOverrides", "optimizeAppear", "optimizeAppearTransformTemplate", "Image2", "overlayb17d03", "l", "Container", "oGhHpErZD_default", "AnimatePresence", "Ga", "x", "ey9RMFL0A_default", "RichText", "Link", "YQHzx1Vn8_default", "qJJ6diHgL_default", "css", "Framerxv1cdgcl0", "withCSS", "addFonts", "HeaderFonts", "MenuNavFonts", "FooterFonts", "BuyBadgeFonts", "fonts", "__FramerMetadata__"]
}
