{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/20CRrAxgtTDJI7GZZQPq/Dlmvm34m4PymiLGuYPuW/ZGJy8FmAn.js", "ssg:https://framerusercontent.com/modules/7Awun3GEREjrvFZssDAJ/QEQKY8jZhUe52DkTEdpQ/AgKgWvz1s.js"],
  "sourcesContent": ["import { fontStore } from \"framer\";\nfontStore.loadWebFontsFromSelectors([]);\nexport const fonts = [];\nexport const css = ['.framer-JLMPQ .framer-styles-preset-1mvdkiv:not(.rich-text-wrapper), .framer-JLMPQ .framer-styles-preset-1mvdkiv.rich-text-wrapper a { --framer-link-hover-text-color: var(--token-448341a4-018f-40bd-9535-14c76f2c6819, #fb6332) /* {\"name\":\"Brand Color\"} */; --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-448341a4-018f-40bd-9535-14c76f2c6819, #fb6332); --framer-link-text-decoration: none; }'];\nexport const className = \"framer-JLMPQ\";\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"css\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"className\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"fonts\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};", "// Generated by Framer (23a204f)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, Container, cx, GeneratedComponentContext, getFonts, Image, NotFoundError, optimizeAppear, optimizeAppearTransformTemplate, PropertyOverrides, removeHiddenBreakpointLayers, RichText, useCurrentPathVariables, useDataRecord, useHydratedBreakpointVariants, withCSS } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport Sidebar from \"https://framerusercontent.com/modules/2ZigtamSBYE1quvhQ0Av/XxMup5gy91Wk0r5THiCr/YLmdwj5v6.js\";\nimport Help from \"https://framerusercontent.com/modules/yAMpwQAJuasBnMwaJhua/Zy9QetXyYXeHVBnr55BN/U1h6CsjUy.js\";\nimport * as sharedStyle3 from \"https://framerusercontent.com/modules/sJvV7Pjirp1LyRyXSkMC/eVBronUyTCRJDZrvsH9d/JF9TjE56Z.js\";\nimport * as sharedStyle2 from \"https://framerusercontent.com/modules/6VEogdkXQytM0YcDEawp/xgKRUHb3gaq3YjGMYMYk/RlxmEIs3X.js\";\nimport * as sharedStyle1 from \"https://framerusercontent.com/modules/sL854pekJu3s6EArLXpc/dDJ1kPulHbyLtvvWcOmu/xZndidUCt.js\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/b5wRUosZgZM0nsvOFNYQ/impOUzr6wHvRBMftd2jE/YAP816Y5n.js\";\nimport * as sharedStyle4 from \"https://framerusercontent.com/modules/20CRrAxgtTDJI7GZZQPq/Dlmvm34m4PymiLGuYPuW/ZGJy8FmAn.js\";\nimport metadataProvider from \"https://framerusercontent.com/modules/x0ZN7mrMUGNR5WZEz2gH/xrcVCn8sjf0HNgQ4DXG3/AgKgWvz1s.js\";\nconst SidebarFonts = getFonts(Sidebar);\nconst cycleOrder = [\"o5LM1dVZo\", \"HjwdGf4Sp\", \"nLtb0j_Qy\"];\nconst breakpoints = {\n  HjwdGf4Sp: \"(min-width: 810px) and (max-width: 1399px)\",\n  nLtb0j_Qy: \"(max-width: 809px)\",\n  o5LM1dVZo: \"(min-width: 1400px)\"\n};\nconst isBrowser = () => typeof document !== \"undefined\";\nconst variantClassNames = {\n  HjwdGf4Sp: \"framer-v-1xrxdpp\",\n  nLtb0j_Qy: \"framer-v-1wcveim\",\n  o5LM1dVZo: \"framer-v-g3m12c\"\n};\nif (isBrowser()) {\n  removeHiddenBreakpointLayers(\"o5LM1dVZo\", breakpoints, variantClassNames);\n}\nconst humanReadableVariantMap = {\n  Desktop: \"o5LM1dVZo\",\n  Phone: \"nLtb0j_Qy\",\n  Tablet: \"HjwdGf4Sp\"\n};\nconst transitions = {\n  default: {\n    duration: 0\n  }\n};\nconst transition1 = {\n  damping: 64,\n  delay: 0,\n  mass: 1,\n  stiffness: 320,\n  type: \"spring\"\n};\nconst animation = {\n  opacity: 0,\n  rotate: 0,\n  scale: 1,\n  transition: transition1,\n  x: 0,\n  y: 64\n};\nconst transformTemplate = (_, t) => `perspective(1200px) ${t}`;\nconst animation1 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition1,\n  x: 0,\n  y: 0\n};\nconst animation2 = {\n  opacity: .001,\n  rotate: 0,\n  scale: 1,\n  x: 0,\n  y: 64\n};\nconst toResponsiveImage = value => {\n  if (typeof value === \"object\" && value !== null && typeof value.src === \"string\") {\n    return value;\n  }\n  return typeof value === \"string\" ? {\n    src: value\n  } : undefined;\n};\nconst toDateString = (value, options = {}) => {\n  if (typeof value !== \"string\") return \"\";\n  const date = new Date(value);\n  if (isNaN(date.getTime())) return \"\";\n  const fallbackLocale = \"en-US\";\n  const locale = options.locale || fallbackLocale;\n  const dateStyle = options.dateStyle;\n  const timeZone = \"UTC\";\n  try {\n    return date.toLocaleDateString(locale, {\n      dateStyle,\n      timeZone\n    });\n  } catch {\n    return date.toLocaleDateString(fallbackLocale, {\n      dateStyle,\n      timeZone\n    });\n  }\n};\nconst metadata = metadataProvider();\nconst Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style,\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"o5LM1dVZo\",\n  rwk0PwDr9,\n  WjufZSUW5,\n  WEpDg3ipp,\n  TjF7xI2T5,\n  PSI5Q8pgF,\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  const currentPathVariables = useCurrentPathVariables();\n  const currentRouteData = useDataRecord(Help, currentPathVariables);\n  const getFromCurrentRouteData = key => {\n    if (!currentRouteData) throw new NotFoundError(`No data in \"Help\" matches path variables: ${JSON.stringify(currentPathVariables)}`);\n    return currentRouteData[key];\n  };\n  if (WjufZSUW5 === undefined) WjufZSUW5 = getFromCurrentRouteData(\"WjufZSUW5\");\n  if (rwk0PwDr9 === undefined) rwk0PwDr9 = getFromCurrentRouteData(\"rwk0PwDr9\");\n  if (WEpDg3ipp === undefined) WEpDg3ipp = getFromCurrentRouteData(\"WEpDg3ipp\");\n  if (TjF7xI2T5 === undefined) TjF7xI2T5 = getFromCurrentRouteData(\"TjF7xI2T5\");\n  if (PSI5Q8pgF === undefined) PSI5Q8pgF = getFromCurrentRouteData(\"PSI5Q8pgF\");\n  React.useLayoutEffect(() => {\n    const metadata1 = metadataProvider(currentRouteData);\n    document.title = metadata1.title || \"\";\n    if (metadata1.viewport) {\n      var _document_querySelector;\n      (_document_querySelector = document.querySelector('meta[name=\"viewport\"]')) === null || _document_querySelector === void 0 ? void 0 : _document_querySelector.setAttribute(\"content\", metadata1.viewport);\n    }\n    if (metadata1.bodyClassName) {\n      Array.from(document.body.classList).filter(c => c.startsWith(\"framer-body-\")).map(c => document.body.classList.remove(c));\n      document.body.classList.add(metadata1.bodyClassName);\n    }\n  }, [currentRouteData]);\n  const [baseVariant, hydratedBaseVariant] = useHydratedBreakpointVariants(variant, breakpoints, false);\n  const gestureVariant = undefined;\n  const transition = transitions.default;\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider, {\n    value: {\n      primaryVariantId: \"o5LM1dVZo\",\n      variantClassNames\n    },\n    children: /*#__PURE__*/_jsx(LayoutGroup, {\n      id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n      children: /*#__PURE__*/_jsxs(motion.div, {\n        className: cx(\"framer-7Iuy0\", sharedStyle.className, sharedStyle1.className, sharedStyle2.className, sharedStyle3.className, sharedStyle4.className),\n        style: {\n          display: \"contents\"\n        },\n        children: [/*#__PURE__*/_jsxs(motion.div, {\n          ...restProps,\n          className: cx(\"framer-g3m12c\", className),\n          ref: ref,\n          style: {\n            ...style\n          },\n          children: [/*#__PURE__*/_jsx(Container, {\n            className: \"framer-mwbt2r-container\",\n            layoutScroll: true,\n            children: /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                HjwdGf4Sp: {\n                  style: {\n                    height: \"100%\"\n                  },\n                  variant: \"Ihqu9PjqR\"\n                },\n                nLtb0j_Qy: {\n                  variant: \"jl6DrNB7P\"\n                }\n              },\n              children: /*#__PURE__*/_jsx(Sidebar, {\n                copyright: \"Copyright \\xa9 2023 Info\",\n                description: \"Welcome to the Help Center! This site will get you up and running with Info in under 5 minutes.\",\n                height: \"100%\",\n                id: \"Qln70_U0U\",\n                layoutId: \"Qln70_U0U\",\n                style: {\n                  height: \"100%\",\n                  width: \"100%\"\n                },\n                title: \"Help Center\",\n                variant: \"u4brVDi1W\",\n                width: \"100%\"\n              })\n            })\n          }), /*#__PURE__*/_jsx(PropertyOverrides, {\n            breakpoint: baseVariant,\n            overrides: {\n              HjwdGf4Sp: {\n                \"data-framer-appear-id\": \"1m8sewu\",\n                animate: optimizeAppear(\"animate\", \"1m8sewu\", animation1, \"1xrxdpp\"),\n                initial: optimizeAppear(\"initial\", \"1m8sewu\", animation2, \"1xrxdpp\"),\n                transformTemplate: optimizeAppearTransformTemplate(\"1m8sewu\", transformTemplate)\n              },\n              nLtb0j_Qy: {\n                \"data-framer-appear-id\": \"1uetxwl\",\n                animate: optimizeAppear(\"animate\", \"1uetxwl\", animation1, \"1wcveim\"),\n                initial: optimizeAppear(\"initial\", \"1uetxwl\", animation2, \"1wcveim\"),\n                transformTemplate: optimizeAppearTransformTemplate(\"1uetxwl\", transformTemplate)\n              }\n            },\n            children: /*#__PURE__*/_jsxs(motion.div, {\n              animate: optimizeAppear(\"animate\", \"rdrrzv\", animation1, \"g3m12c\"),\n              className: \"framer-rdrrzv\",\n              \"data-framer-appear-id\": \"rdrrzv\",\n              \"data-framer-name\": \"Content\",\n              exit: animation,\n              initial: optimizeAppear(\"initial\", \"rdrrzv\", animation2, \"g3m12c\"),\n              name: \"Content\",\n              transformTemplate: optimizeAppearTransformTemplate(\"rdrrzv\", transformTemplate),\n              children: [/*#__PURE__*/_jsx(Image, {\n                background: {\n                  alt: \"\",\n                  fit: \"fit\",\n                  intrinsicHeight: 1159,\n                  intrinsicWidth: 1151,\n                  pixelHeight: 1159,\n                  pixelWidth: 1151,\n                  sizes: \"160px\",\n                  ...toResponsiveImage(rwk0PwDr9)\n                },\n                className: \"framer-ts3pt\",\n                \"data-framer-name\": \"Image\",\n                name: \"Image\"\n              }), /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-115ndf6\",\n                \"data-framer-name\": \"Intro\",\n                name: \"Intro\",\n                children: [/*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"h1\", {\n                      className: \"framer-styles-preset-3nqyhf\",\n                      \"data-styles-preset\": \"YAP816Y5n\",\n                      children: \"Setting up topics\"\n                    })\n                  }),\n                  className: \"framer-bcx2bz\",\n                  \"data-framer-name\": \"H1\",\n                  name: \"H1\",\n                  text: WjufZSUW5,\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      className: \"framer-styles-preset-21ogod\",\n                      \"data-styles-preset\": \"xZndidUCt\",\n                      children: \"Hopper has arrived to help you create a knowledge base your customers will love. Help them to get started, capture feedback, and provide changelog updates all in one place.\"\n                    })\n                  }),\n                  className: \"framer-1gz225n\",\n                  \"data-framer-name\": \"Introduction\",\n                  name: \"Introduction\",\n                  text: WEpDg3ipp,\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })]\n              }), /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-1fgub39\",\n                \"data-framer-name\": \"Divider\",\n                name: \"Divider\"\n              }), /*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: TjF7xI2T5,\n                className: \"framer-17jxqxa\",\n                \"data-framer-name\": \"Content\",\n                name: \"Content\",\n                stylesPresetsClassNames: {\n                  a: \"framer-styles-preset-1mvdkiv\",\n                  h1: \"framer-styles-preset-o3e5h0\",\n                  h2: \"framer-styles-preset-1u4kj48\",\n                  h3: \"framer-styles-preset-1fz4i09\",\n                  p: \"framer-styles-preset-21ogod\"\n                },\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-1wgbyfw\",\n                \"data-border\": true,\n                \"data-framer-name\": \"Footer\",\n                name: \"Footer\",\n                children: [/*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      style: {\n                        \"--font-selector\": \"R0Y7U3BhY2UgR3JvdGVzay01MDA=\",\n                        \"--framer-font-family\": '\"Space Grotesk\", sans-serif',\n                        \"--framer-font-size\": \"15px\",\n                        \"--framer-font-weight\": \"500\",\n                        \"--framer-line-height\": \"22px\",\n                        \"--framer-text-color\": \"rgb(17, 17, 17)\"\n                      },\n                      children: \"Last Updated\"\n                    })\n                  }),\n                  className: \"framer-1kos22h\",\n                  fonts: [\"GF;Space Grotesk-500\"],\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      style: {\n                        \"--font-selector\": \"R0Y7U3BhY2UgR3JvdGVzay01MDA=\",\n                        \"--framer-font-family\": '\"Space Grotesk\", sans-serif',\n                        \"--framer-font-weight\": \"500\",\n                        \"--framer-line-height\": \"22px\",\n                        \"--framer-text-color\": \"rgb(17, 17, 17)\"\n                      },\n                      children: \"Friday, April 8, 2022\"\n                    })\n                  }),\n                  className: \"framer-7pxsj8\",\n                  \"data-framer-name\": \"Date\",\n                  fonts: [\"GF;Space Grotesk-500\"],\n                  name: \"Date\",\n                  text: toDateString(PSI5Q8pgF, {\n                    dateStyle: \"full\",\n                    locale: \"\"\n                  }),\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })]\n              })]\n            })\n          })]\n        }), /*#__PURE__*/_jsx(\"div\", {\n          id: \"overlay\"\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-7Iuy0 [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: white; }`, \".framer-7Iuy0 .framer-jcqne1 { display: block; }\", \".framer-7Iuy0 .framer-g3m12c { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 640px; position: relative; width: 1400px; }\", \".framer-7Iuy0 .framer-mwbt2r-container { bottom: 0px; flex: none; left: 0px; min-height: 100vh; position: fixed; top: 0px; width: 560px; }\", \".framer-7Iuy0 .framer-rdrrzv { 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: 64px 0px 64px 0px; position: relative; transform: perspective(1200px); width: 680px; z-index: 1; }\", \".framer-7Iuy0 .framer-ts3pt { border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; flex: none; height: 160px; overflow: hidden; position: relative; width: 160px; will-change: transform; }\", \".framer-7Iuy0 .framer-115ndf6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-7Iuy0 .framer-bcx2bz { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\", \".framer-7Iuy0 .framer-1gz225n { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; opacity: 0.8; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-7Iuy0 .framer-1fgub39 { background-color: var(--token-f3e276a8-e92a-41b3-b285-4b6ab5a3750e, rgba(17, 17, 17, 0.16)); flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\", \".framer-7Iuy0 .framer-17jxqxa { --framer-paragraph-spacing: 32px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", '.framer-7Iuy0 .framer-1wgbyfw { --border-bottom-width: 0px; --border-color: var(--token-f3e276a8-e92a-41b3-b285-4b6ab5a3750e, rgba(17, 17, 17, 0.16)) /* {\"name\":\"Standard Border\"} */; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: hidden; padding: 32px 0px 32px 0px; position: relative; width: 100%; }', \".framer-7Iuy0 .framer-1kos22h { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; opacity: 0.56; position: relative; white-space: pre; width: auto; }\", \".framer-7Iuy0 .framer-7pxsj8 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; opacity: 0.8; position: relative; white-space: pre; width: auto; }\", \"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-7Iuy0 .framer-g3m12c, .framer-7Iuy0 .framer-rdrrzv, .framer-7Iuy0 .framer-115ndf6, .framer-7Iuy0 .framer-1wgbyfw { gap: 0px; } .framer-7Iuy0 .framer-g3m12c > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-7Iuy0 .framer-g3m12c > :first-child { margin-left: 0px; } .framer-7Iuy0 .framer-g3m12c > :last-child { margin-right: 0px; } .framer-7Iuy0 .framer-rdrrzv > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-7Iuy0 .framer-rdrrzv > :first-child, .framer-7Iuy0 .framer-115ndf6 > :first-child, .framer-7Iuy0 .framer-1wgbyfw > :first-child { margin-top: 0px; } .framer-7Iuy0 .framer-rdrrzv > :last-child, .framer-7Iuy0 .framer-115ndf6 > :last-child, .framer-7Iuy0 .framer-1wgbyfw > :last-child { margin-bottom: 0px; } .framer-7Iuy0 .framer-115ndf6 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-7Iuy0 .framer-1wgbyfw > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\", \"@media (min-width: 1400px) { .framer-7Iuy0 .hidden-g3m12c { display: none !important; } }\", `@media (min-width: 810px) and (max-width: 1399px) { .framer-7Iuy0 .hidden-1xrxdpp { display: none !important; } .${metadata.bodyClassName} { background: white; } .framer-7Iuy0 .framer-g3m12c { padding: 0px 0px 0px 320px; width: 810px; } .framer-7Iuy0 .framer-mwbt2r-container { width: auto; } .framer-7Iuy0 .framer-rdrrzv { padding: 64px 24px 64px 32px; }}`, `@media (max-width: 809px) { .framer-7Iuy0 .hidden-1wcveim { display: none !important; } .${metadata.bodyClassName} { background: white; } .framer-7Iuy0 .framer-g3m12c { padding: 64px 0px 0px 0px; width: 390px; } .framer-7Iuy0 .framer-mwbt2r-container { bottom: unset; height: 88px; min-height: unset; right: 0px; width: unset; z-index: 10; } .framer-7Iuy0 .framer-rdrrzv { padding: 64px 24px 64px 24px; }}`, ...sharedStyle.css, ...sharedStyle1.css, ...sharedStyle2.css, ...sharedStyle3.css, ...sharedStyle4.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   * @framerIntrinsicHeight 810\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   * @framerIntrinsicWidth 1400\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"HjwdGf4Sp\":{\"layout\":[\"fixed\",\"auto\"]},\"nLtb0j_Qy\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   * @framerResponsiveScreen\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   */\nconst FramerAgKgWvz1s = withCSS(Component, css, \"framer-7Iuy0\");\nexport default FramerAgKgWvz1s;\nFramerAgKgWvz1s.displayName = \"Generated Component\";\nFramerAgKgWvz1s.defaultProps = {\n  height: 810,\n  width: 1400\n};\naddFonts(FramerAgKgWvz1s, [{\n  family: \"Space Grotesk\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:screen/AgKgWvz1s:default\",\n    url: \"https://fonts.gstatic.com/s/spacegrotesk/v15/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7aUUsjNsFjTDJK.ttf\"\n  },\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/spacegrotesk/v15/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7aUUsjNsFjTDJK.ttf\",\n  weight: \"500\"\n}, ...SidebarFonts, ...sharedStyle.fonts, ...sharedStyle1.fonts, ...sharedStyle2.fonts, ...sharedStyle3.fonts, ...sharedStyle4.fonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerAgKgWvz1s\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HjwdGf4Sp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nLtb0j_Qy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerContractVersion\": \"1\",\n        \"framerIntrinsicHeight\": \"810\",\n        \"framerIntrinsicWidth\": \"1400\",\n        \"framerResponsiveScreen\": \"\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};"],
  "mappings": "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",
  "names": ["fontStore", "fonts", "css", "className", "SidebarFonts", "getFonts", "YLmdwj5v6_default", "breakpoints", "isBrowser", "variantClassNames", "removeHiddenBreakpointLayers", "humanReadableVariantMap", "transitions", "transition1", "animation", "transformTemplate", "_", "t", "animation1", "animation2", "toResponsiveImage", "value", "toDateString", "options", "date", "fallbackLocale", "locale", "dateStyle", "timeZone", "metadata", "AgKgWvz1s_default", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "rwk0PwDr9", "WjufZSUW5", "WEpDg3ipp", "TjF7xI2T5", "PSI5Q8pgF", "restProps", "ref", "variant", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useDataRecord", "U1h6CsjUy_default", "getFromCurrentRouteData", "key", "NotFoundError", "fe", "metadata1", "_document_querySelector", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "transition", "defaultLayoutId", "ae", "p", "GeneratedComponentContext", "LayoutGroup", "u", "motion", "cx", "Container", "PropertyOverrides", "YLmdwj5v6_default", "optimizeAppear", "optimizeAppearTransformTemplate", "Image2", "RichText", "x", "css", "FramerAgKgWvz1s", "withCSS", "addFonts", "SidebarFonts", "fonts", "__FramerMetadata__"]
}
