{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/8GlqkEjIS2uxnpkMQGDb/QBSsFNJG16bJlYrFjiqY/FYVGgK1WB.js"],
  "sourcesContent": ["// Generated by Framer (f501c86)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, getFonts, resolveLink, RichText, useActiveVariantCallback, useLocaleInfo, useRouter, useVariantState, withCSS, withVariantFX } from \"framer\";\nimport { LayoutGroup, motion, MotionConfigContext } from \"framer-motion\";\nimport * as React from \"react\";\nimport Icon32MenuClose from \"https://framerusercontent.com/modules/kLHcvPtqQTF3RVicXUYd/dAlIddvohU8n6CGyb7jo/gKu1XGAae.js\";\nimport PrimaryButton from \"https://framerusercontent.com/modules/1dGtuTphHU5w5oLIxPI2/NIhZp9TxdE0b5WyvWi57/HBu10K2dK.js\";\nimport TextLink from \"https://framerusercontent.com/modules/f3RjPqOEYbVxZWyLlx7F/K6a9bQlOP9Sbm5pKN5j1/PDsb7oOEY.js\";\nconst TextLinkFonts = getFonts(TextLink);\nconst MotionDivWithVariantFX = withVariantFX(motion.div);\nconst Icon32MenuCloseFonts = getFonts(Icon32MenuClose);\nconst PrimaryButtonFonts = getFonts(PrimaryButton);\nconst cycleOrder = [\"xGR0edOQP\", \"JLU1ItgQ7\", \"wuUHFN6JO\", \"tS42PKf1_\"];\nconst serializationHash = \"framer-pWNBy\";\nconst variantClassNames = {\n  JLU1ItgQ7: \"framer-v-rwikyq\",\n  tS42PKf1_: \"framer-v-1aehyt9\",\n  wuUHFN6JO: \"framer-v-9f6gpu\",\n  xGR0edOQP: \"framer-v-196el7y\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  }\n};\nconst transformTemplate = (_, t) => `perspective(1200px) ${t}`;\nconst transition1 = {\n  delay: .1,\n  duration: .8,\n  ease: [.44, 0, .56, 1],\n  type: \"tween\"\n};\nconst animation = {\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 animation1 = {\n  opacity: 0,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  x: 0,\n  y: 50\n};\nconst Transition = ({\n  value,\n  children\n}) => {\n  const config = React.useContext(MotionConfigContext);\n  const transition = value !== null && value !== void 0 ? value : config.transition;\n  const contextValue = React.useMemo(() => ({\n    ...config,\n    transition\n  }), [JSON.stringify(transition)]);\n  return /*#__PURE__*/_jsx(MotionConfigContext.Provider, {\n    value: contextValue,\n    children: children\n  });\n};\nconst humanReadableVariantMap = {\n  \"Phone Open\": \"tS42PKf1_\",\n  Desktop: \"xGR0edOQP\",\n  Phone: \"wuUHFN6JO\",\n  Tablet: \"JLU1ItgQ7\"\n};\nconst getProps = ({\n  height,\n  id,\n  width,\n  ...props\n}) => {\n  var _humanReadableVariantMap_props_variant, _ref;\n  return {\n    ...props,\n    variant: (_ref = (_humanReadableVariantMap_props_variant = humanReadableVariantMap[props.variant]) !== null && _humanReadableVariantMap_props_variant !== void 0 ? _humanReadableVariantMap_props_variant : props.variant) !== null && _ref !== void 0 ? _ref : \"xGR0edOQP\"\n  };\n};\nconst createLayoutDependency = (props, variants) => variants.join(\"-\") + props.layoutDependency;\nconst Component = /*#__PURE__*/React.forwardRef(function (props, ref) {\n  const {\n    activeLocale\n  } = useLocaleInfo();\n  const {\n    style,\n    className,\n    layoutId,\n    variant,\n    ...restProps\n  } = getProps(props);\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"xGR0edOQP\",\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = createLayoutDependency(props, variants);\n  const {\n    activeVariantCallback,\n    delay\n  } = useActiveVariantCallback(baseVariant);\n  const tapqq5mme = activeVariantCallback(async (...args) => {\n    setVariant(\"tS42PKf1_\");\n  });\n  const tap891tja = activeVariantCallback(async (...args) => {\n    setVariant(\"wuUHFN6JO\");\n  });\n  const ref1 = React.useRef(null);\n  const router = useRouter();\n  const isDisplayed = () => {\n    if ([\"wuUHFN6JO\", \"tS42PKf1_\"].includes(baseVariant)) return true;\n    return false;\n  };\n  const isDisplayed1 = () => {\n    if (baseVariant === \"wuUHFN6JO\") return false;\n    return true;\n  };\n  const defaultLayoutId = React.useId();\n  const sharedStyleClassNames = [];\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-pWNBy\", ...sharedStyleClassNames, classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsx(Transition, {\n        value: transition,\n        children: /*#__PURE__*/_jsx(motion.div, {\n          ...restProps,\n          className: cx(\"framer-196el7y\", className),\n          \"data-framer-name\": \"Desktop\",\n          layoutDependency: layoutDependency,\n          layoutId: \"xGR0edOQP\",\n          ref: ref !== null && ref !== void 0 ? ref : ref1,\n          style: {\n            backdropFilter: \"blur(10px)\",\n            backgroundColor: \"var(--token-c282981e-3ea8-4b2e-b33f-0503ee51c04f, rgb(255, 252, 245))\",\n            WebkitBackdropFilter: \"blur(10px)\",\n            ...style\n          },\n          ...addPropertyOverrides({\n            JLU1ItgQ7: {\n              \"data-framer-name\": \"Tablet\"\n            },\n            tS42PKf1_: {\n              \"data-framer-name\": \"Phone Open\"\n            },\n            wuUHFN6JO: {\n              \"data-framer-name\": \"Phone\"\n            }\n          }, baseVariant, gestureVariant),\n          children: /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-peochh\",\n            \"data-framer-name\": \"Content\",\n            layoutDependency: layoutDependency,\n            layoutId: \"jpieuspcH\",\n            children: [/*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-o9mzy4\",\n              \"data-framer-name\": \"Logo\",\n              layoutDependency: layoutDependency,\n              layoutId: \"OJSv0JzgF\",\n              children: [/*#__PURE__*/_jsx(MotionDivWithVariantFX, {\n                animate: animation,\n                className: \"framer-emjxv5-container\",\n                initial: animation1,\n                layoutDependency: layoutDependency,\n                layoutId: \"KpTEQ3Kt5-container\",\n                transformTemplate: transformTemplate,\n                children: /*#__PURE__*/_jsx(TextLink, {\n                  diiPXt8iL: \"John Zelek\",\n                  height: \"100%\",\n                  id: \"KpTEQ3Kt5\",\n                  layoutId: \"KpTEQ3Kt5\",\n                  nROLtrc_N: resolveLink({\n                    webPageId: \"augiA20Il\"\n                  }, router),\n                  width: \"100%\"\n                })\n              }), /*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.p, {\n                    style: {\n                      \"--font-selector\": \"SW50ZXI=\",\n                      \"--framer-font-family\": '\"Inter\", sans-serif',\n                      \"--framer-font-size\": \"16px\",\n                      \"--framer-font-style\": \"normal\",\n                      \"--framer-font-weight\": \"400\",\n                      \"--framer-letter-spacing\": \"0em\",\n                      \"--framer-line-height\": \"1.2em\",\n                      \"--framer-text-alignment\": \"start\",\n                      \"--framer-text-color\": \"var(--extracted-r6o4lv, var(--token-507891e8-56f9-4c83-b6ad-f002af3d8f6f, rgb(23, 23, 23)))\"\n                    },\n                    children: /*#__PURE__*/_jsx(motion.br, {\n                      className: \"trailing-break\"\n                    })\n                  })\n                }),\n                className: \"framer-1p7hmrb\",\n                fonts: [\"Inter\"],\n                layoutDependency: layoutDependency,\n                layoutId: \"oXEgm5vU2\",\n                style: {\n                  \"--extracted-r6o4lv\": \"var(--token-507891e8-56f9-4c83-b6ad-f002af3d8f6f, rgb(23, 23, 23))\",\n                  \"--framer-link-text-color\": \"rgb(0, 153, 255)\",\n                  \"--framer-link-text-decoration\": \"underline\",\n                  \"--framer-paragraph-spacing\": \"0px\"\n                },\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), isDisplayed() && /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-gwjblu-container\",\n                layoutDependency: layoutDependency,\n                layoutId: \"MTlEbFiG5-container\",\n                children: /*#__PURE__*/_jsx(Icon32MenuClose, {\n                  height: \"100%\",\n                  id: \"MTlEbFiG5\",\n                  layoutId: \"MTlEbFiG5\",\n                  style: {\n                    height: \"100%\",\n                    width: \"100%\"\n                  },\n                  variant: \"ywGAjTxMi\",\n                  width: \"100%\",\n                  ...addPropertyOverrides({\n                    tS42PKf1_: {\n                      tap: tap891tja,\n                      variant: \"TRNlfHW4D\"\n                    },\n                    wuUHFN6JO: {\n                      tap: tapqq5mme\n                    }\n                  }, baseVariant, gestureVariant)\n                })\n              })]\n            }), isDisplayed1() && /*#__PURE__*/_jsx(MotionDivWithVariantFX, {\n              animate: animation,\n              className: \"framer-1yymyeg-container\",\n              initial: animation1,\n              layoutDependency: layoutDependency,\n              layoutId: \"MV95bmI2q-container\",\n              transformTemplate: transformTemplate,\n              children: /*#__PURE__*/_jsx(TextLink, {\n                diiPXt8iL: \"Work\",\n                height: \"100%\",\n                id: \"MV95bmI2q\",\n                layoutId: \"MV95bmI2q\",\n                nROLtrc_N: resolveLink({\n                  webPageId: \"rAAftdBw5\"\n                }, router),\n                width: \"100%\"\n              })\n            }), isDisplayed1() && /*#__PURE__*/_jsx(MotionDivWithVariantFX, {\n              animate: animation,\n              className: \"framer-w4vrkp-container\",\n              initial: animation1,\n              layoutDependency: layoutDependency,\n              layoutId: \"gQ8Xl_5mL-container\",\n              transformTemplate: transformTemplate,\n              children: /*#__PURE__*/_jsx(TextLink, {\n                diiPXt8iL: \"Resume\",\n                height: \"100%\",\n                id: \"gQ8Xl_5mL\",\n                layoutId: \"gQ8Xl_5mL\",\n                nROLtrc_N: resolveLink({\n                  webPageId: \"C1m3Vdclv\"\n                }, router),\n                width: \"100%\"\n              })\n            }), isDisplayed1() && /*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-fmf131-container\",\n              layoutDependency: layoutDependency,\n              layoutId: \"tVNZnKFV5-container\",\n              children: /*#__PURE__*/_jsx(PrimaryButton, {\n                callToAction: \"Contact\",\n                height: \"100%\",\n                id: \"tVNZnKFV5\",\n                layoutId: \"tVNZnKFV5\",\n                link: resolveLink({\n                  webPageId: \"nx9nkmHDC\"\n                }, router),\n                variant: \"BhV4hOUq_\",\n                width: \"100%\",\n                ...addPropertyOverrides({\n                  tS42PKf1_: {\n                    style: {\n                      width: \"100%\"\n                    }\n                  }\n                }, baseVariant, gestureVariant)\n              })\n            })]\n          })\n        })\n      })\n    })\n  });\n});\nconst css = ['.framer-pWNBy [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-pWNBy .framer-1yksxy4 { display: block; }\", \".framer-pWNBy .framer-196el7y { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; padding: 0px 0px 0px 0px; position: relative; width: 1312px; }\", \".framer-pWNBy .framer-peochh { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1400px; overflow: visible; padding: 25px 80px 24px 80px; position: relative; width: 1px; }\", \".framer-pWNBy .framer-o9mzy4 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: 32px; justify-content: space-between; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\", \".framer-pWNBy .framer-emjxv5-container, .framer-pWNBy .framer-1yymyeg-container, .framer-pWNBy .framer-w4vrkp-container, .framer-pWNBy .framer-fmf131-container { flex: none; height: auto; position: relative; width: auto; }\", \".framer-pWNBy .framer-1p7hmrb { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \".framer-pWNBy .framer-gwjblu-container { flex: none; height: 32px; position: relative; width: 32px; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pWNBy .framer-196el7y, .framer-pWNBy .framer-peochh { gap: 0px; } .framer-pWNBy .framer-196el7y > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-pWNBy .framer-196el7y > :first-child, .framer-pWNBy .framer-peochh > :first-child { margin-left: 0px; } .framer-pWNBy .framer-196el7y > :last-child, .framer-pWNBy .framer-peochh > :last-child { margin-right: 0px; } .framer-pWNBy .framer-peochh > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\", \".framer-pWNBy.framer-v-rwikyq .framer-196el7y { width: 810px; }\", \".framer-pWNBy.framer-v-rwikyq .framer-peochh { padding: 25px 40px 24px 40px; }\", \".framer-pWNBy.framer-v-rwikyq .framer-o9mzy4 { order: 0; }\", \".framer-pWNBy.framer-v-rwikyq .framer-1yymyeg-container { order: 1; }\", \".framer-pWNBy.framer-v-rwikyq .framer-w4vrkp-container { order: 3; }\", \".framer-pWNBy.framer-v-rwikyq .framer-fmf131-container { order: 2; }\", \".framer-pWNBy.framer-v-9f6gpu .framer-196el7y { width: 390px; }\", \".framer-pWNBy.framer-v-9f6gpu .framer-peochh { gap: 16px; padding: 25px 20px 24px 20px; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pWNBy.framer-v-9f6gpu .framer-peochh { gap: 0px; } .framer-pWNBy.framer-v-9f6gpu .framer-peochh > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-pWNBy.framer-v-9f6gpu .framer-peochh > :first-child { margin-left: 0px; } .framer-pWNBy.framer-v-9f6gpu .framer-peochh > :last-child { margin-right: 0px; } }\", \".framer-pWNBy.framer-v-1aehyt9 .framer-196el7y { flex-direction: column; width: 390px; }\", \".framer-pWNBy.framer-v-1aehyt9 .framer-peochh { flex: none; flex-direction: column; padding: 24px 20px 24px 20px; width: 100%; }\", \".framer-pWNBy.framer-v-1aehyt9 .framer-o9mzy4 { flex: none; width: 100%; }\", \".framer-pWNBy.framer-v-1aehyt9 .framer-fmf131-container { width: 40%; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pWNBy.framer-v-1aehyt9 .framer-196el7y, .framer-pWNBy.framer-v-1aehyt9 .framer-peochh { gap: 0px; } .framer-pWNBy.framer-v-1aehyt9 .framer-196el7y > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-pWNBy.framer-v-1aehyt9 .framer-196el7y > :first-child, .framer-pWNBy.framer-v-1aehyt9 .framer-peochh > :first-child { margin-top: 0px; } .framer-pWNBy.framer-v-1aehyt9 .framer-196el7y > :last-child, .framer-pWNBy.framer-v-1aehyt9 .framer-peochh > :last-child { margin-bottom: 0px; } .framer-pWNBy.framer-v-1aehyt9 .framer-peochh > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\"]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * @framerIntrinsicHeight 87\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * @framerIntrinsicWidth 1312\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"JLU1ItgQ7\":{\"layout\":[\"fixed\",\"auto\"]},\"wuUHFN6JO\":{\"layout\":[\"fixed\",\"auto\"]},\"tS42PKf1_\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * @framerImmutableVariables false\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    */\nconst FramerFYVGgK1WB = withCSS(Component, css, \"framer-pWNBy\");\nexport default FramerFYVGgK1WB;\nFramerFYVGgK1WB.displayName = \"Navigation\";\nFramerFYVGgK1WB.defaultProps = {\n  height: 87,\n  width: 1312\n};\naddPropertyControls(FramerFYVGgK1WB, {\n  variant: {\n    options: [\"xGR0edOQP\", \"JLU1ItgQ7\", \"wuUHFN6JO\", \"tS42PKf1_\"],\n    optionTitles: [\"Desktop\", \"Tablet\", \"Phone\", \"Phone Open\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  }\n});\naddFonts(FramerFYVGgK1WB, [...TextLinkFonts, ...Icon32MenuCloseFonts, ...PrimaryButtonFonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerFYVGgK1WB\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicWidth\": \"1312\",\n        \"framerIntrinsicHeight\": \"87\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JLU1ItgQ7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wuUHFN6JO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tS42PKf1_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerImmutableVariables\": \"false\",\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};"],
  "mappings": "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",
  "names": ["TextLinkFonts", "getFonts", "PDsb7oOEY_default", "MotionDivWithVariantFX", "withVariantFX", "motion", "Icon32MenuCloseFonts", "gKu1XGAae_default", "PrimaryButtonFonts", "HBu10K2dK_default", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "transformTemplate", "_", "t", "transition1", "animation", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "tapqq5mme", "args", "tap891tja", "ref1", "pe", "router", "useRouter", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "u", "MotionDivWithVariantFX", "PDsb7oOEY_default", "resolveLink", "RichText", "x", "gKu1XGAae_default", "HBu10K2dK_default", "css", "FramerFYVGgK1WB", "withCSS", "FYVGgK1WB_default", "addPropertyControls", "ControlType", "addFonts", "TextLinkFonts", "Icon32MenuCloseFonts", "PrimaryButtonFonts"]
}
