{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/1DIe2Cbt8EW0GzxD1oae/bd96sFRKpqk69GvJhON4/AgreementComponent.js", "ssg:https://framerusercontent.com/modules/uG5Cs9eo2sqqZyrvuZOk/Jlb6mvtWsso24ivgGF0T/P5js.js", "ssg:https://framerusercontent.com/modules/mYOeoL2WskoJY0VDqLdB/T9ZHurH4iQI7g2pHwdA2/KjEL69wIH.js", "ssg:https://framerusercontent.com/modules/d7a5SjjnX4DFpeRgCvBf/aBPEhXcRIB48rBFPIURJ/YZmaIwsHa.js"],
  "sourcesContent": ["import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport * as React from \"react\"; // Define a function to create and return the AgreementComponent\nexport default function createAgreementComponent() {\n  const [text, setText] = React.useState(\"Disclaimer: This project utilizes facial recognition technology for analysis purposes only and does not gather or store any personal data.\");\n  const [buttonText, setButtonText] = React.useState(\"I Understood\");\n  const [inputValue, setInputValue] = React.useState(\"\") // State to track input value\n  ;\n  const [isVisible, setIsVisible] = React.useState(true);\n  const [showInput, setShowInput] = React.useState(false);\n  const [backgroundAlpha, setBackgroundAlpha] = React.useState(1);\n  const handleButtonClick = () => {\n    if (buttonText === \"I Understood\") {\n      setText(\"Great, the machine has started analyzing you. But before we see the result, who do you think yourself is?\");\n      setButtonText(\"Submit\");\n      setShowInput(true) // Show input when \"I Understood\" is clicked\n      ;\n      setBackgroundAlpha(.6);\n    } else if (buttonText === \"Submit\") {\n      setText(`${inputValue}? I see. Let's see how the machine thinks.`) // Include user input in text\n      ;\n      setButtonText(\"Click and scroll down.\");\n      setShowInput(false) // Hide input after \"Submit\" is clicked\n      ; // setIsAnalyzing(true) // Uncomment this if you have implemented setIsAnalyzing\n    } else {\n      setIsVisible(false) // Disable the component\n      ;\n    }\n  }; // Handler for input change\n  const handleInputChange = e => {\n    setInputValue(e.target.value);\n  };\n  React.useEffect(() => {\n    if (isVisible) {\n      document.body.style.overflow = \"hidden\";\n    }\n    return () => {\n      document.body.style.overflow = \"auto\";\n    };\n  }, [isVisible]);\n  if (!isVisible) {\n    return null;\n  }\n  const componentStyle = {\n    backgroundColor: `rgba(0, 0, 0, ${backgroundAlpha})`,\n    color: \"white\",\n    width: \"100%\",\n    height: \"100%\",\n    padding: \"20px\",\n    display: \"flex\",\n    flexDirection: \"column\",\n    justifyContent: \"space-between\",\n    alignItems: \"center\",\n    position: \"relative\",\n    font: \"Archivo\",\n    fontSize: \"16px\",\n    textAlign: \"center\"\n  };\n  const buttonStyle = {\n    background: \"#FFFFFF\",\n    width: \"380px\",\n    height: \"58px\",\n    border: \"2px solid rgba(0, 0, 0, 0)\",\n    borderRadius: \"50px\",\n    font: \"Archivo\",\n    fontSize: \"18px\",\n    fontWeight: \"bold\",\n    display: \"flex\",\n    alignItems: \"center\",\n    justifyContent: \"center\",\n    textAlign: \"center\",\n    cursor: \"pointer\",\n    marginBottom: \"24px\"\n  };\n  return /*#__PURE__*/_jsxs(\"div\", {\n    style: componentStyle,\n    children: [/*#__PURE__*/_jsx(\"div\", {\n      children: \" \"\n    }), /*#__PURE__*/_jsxs(\"div\", {\n      style: {\n        flex: 1\n      },\n      children: [\" \", /*#__PURE__*/_jsx(\"p\", {\n        children: text\n      }), showInput && /*#__PURE__*/_jsx(\"input\", {\n        type: \"text\",\n        placeholder: \"Enter something...\",\n        onChange: handleInputChange,\n        style: {\n          marginTop: \"20px\",\n          font: \"Archivo\",\n          fontSize: \"18px\",\n          padding: \"10px\"\n        }\n      })]\n    }), /*#__PURE__*/_jsx(\"button\", {\n      style: buttonStyle,\n      onClick: handleButtonClick,\n      disabled: showInput && inputValue === \"\",\n      children: buttonText\n    })]\n  });\n}\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"createAgreementComponent\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./AgreementComponent.map", "import { jsx as _jsx } from \"react/jsx-runtime\";\nexport default function P5JsComponent() {\n  return /*#__PURE__*/_jsx(\"iframe\", {\n    src: \"https://72soyeon.github.io/FaceMash/\",\n    width: \"100%\",\n    height: \"100%\",\n    style: {\n      border: \"none\"\n    },\n    allow: \"camera; microphone\"\n  });\n}\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"P5JsComponent\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./P5js.map", "import { fontStore } from \"framer\";\nfontStore.loadFonts([]);\nexport const fonts = [];\nexport const css = [\".framer-xKpZe .framer-styles-preset-1y6hx4h:not(.rich-text-wrapper), .framer-xKpZe .framer-styles-preset-1y6hx4h.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-text-color: #ffffff; --framer-link-text-decoration: none; }\"];\nexport const className = \"framer-xKpZe\";\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 (10960d4)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, Container, cx, GeneratedComponentContext, getFonts, Link, removeHiddenBreakpointLayers, RichText, SVG, useHydratedBreakpointVariants, useLocaleInfo, withCSS } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport CreateAgreementComponent from \"https://framerusercontent.com/modules/1DIe2Cbt8EW0GzxD1oae/bd96sFRKpqk69GvJhON4/AgreementComponent.js\";\nimport GPT from \"https://framerusercontent.com/modules/vuHLvVfebYHqXxgXtThr/cDrnEBYqqJP4yIivbKXZ/Chat_GPT.js\";\nimport P5JsComponent from \"https://framerusercontent.com/modules/uG5Cs9eo2sqqZyrvuZOk/Jlb6mvtWsso24ivgGF0T/P5js.js\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/mYOeoL2WskoJY0VDqLdB/T9ZHurH4iQI7g2pHwdA2/KjEL69wIH.js\";\nimport metadataProvider from \"https://framerusercontent.com/modules/YwiNX2XzhdxSZdSRpvoa/sKcFTMzV1oKk0wZwQVPw/YZmaIwsHa.js\";\nconst P5JsComponentFonts = getFonts(P5JsComponent);\nconst CreateAgreementComponentFonts = getFonts(CreateAgreementComponent);\nconst GPTFonts = getFonts(GPT);\nconst cycleOrder = [\"e2kjmuRwP\"];\nconst breakpoints = {};\nconst isBrowser = () => typeof document !== \"undefined\";\nconst serializationHash = \"framer-4PU2q\";\nconst variantClassNames = {\n  e2kjmuRwP: \"framer-v-13o8wvs\"\n};\nif (isBrowser()) {\n  removeHiddenBreakpointLayers(\"e2kjmuRwP\", breakpoints, variantClassNames);\n}\nconst transitions = {\n  default: {\n    duration: 0\n  }\n};\nconst metadata = metadataProvider();\nconst getProps = ({\n  height,\n  id,\n  width,\n  ...props\n}) => {\n  return {\n    ...props\n  };\n};\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  React.useLayoutEffect(() => {\n    const metadata1 = metadataProvider(undefined, activeLocale);\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}-framer-4PU2q`);\n      return () => {\n        document.body.classList.remove(`${metadata1.bodyClassName}-framer-4PU2q`);\n      };\n    }\n  }, [undefined, activeLocale]);\n  const [baseVariant, hydratedBaseVariant] = useHydratedBreakpointVariants(variant, breakpoints, false);\n  const gestureVariant = undefined;\n  const transition = transitions.default;\n  const ref1 = React.useRef(null);\n  const defaultLayoutId = React.useId();\n  const sharedStyleClassNames = [sharedStyle.className];\n  return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider, {\n    value: {\n      primaryVariantId: \"e2kjmuRwP\",\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-4PU2q\", ...sharedStyleClassNames),\n        style: {\n          display: \"contents\"\n        },\n        children: [/*#__PURE__*/_jsxs(motion.div, {\n          ...restProps,\n          className: cx(\"framer-13o8wvs\", className),\n          ref: ref !== null && ref !== void 0 ? ref : ref1,\n          style: {\n            ...style\n          },\n          children: [/*#__PURE__*/_jsxs(\"div\", {\n            className: \"framer-1nqym57\",\n            \"data-framer-name\": \"Top Bar\",\n            name: \"Top Bar\",\n            children: [/*#__PURE__*/_jsx(Link, {\n              href: {\n                webPageId: \"YZmaIwsHa\"\n              },\n              children: /*#__PURE__*/_jsxs(\"a\", {\n                className: \"framer-pgj51c framer-1nylr59\",\n                \"data-framer-name\": \"Frame 2\",\n                name: \"Frame 2\",\n                children: [/*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      style: {\n                        \"--font-selector\": \"R0Y7QXJjaGl2by03MDA=\",\n                        \"--framer-font-family\": '\"Archivo\", \"Archivo Placeholder\", sans-serif',\n                        \"--framer-font-size\": \"32px\",\n                        \"--framer-font-weight\": \"700\",\n                        \"--framer-letter-spacing\": \"0px\",\n                        \"--framer-line-height\": \"100%\",\n                        \"--framer-text-alignment\": \"center\",\n                        \"--framer-text-color\": \"rgb(255, 255, 255)\"\n                      },\n                      children: \"Glitch\"\n                    })\n                  }),\n                  className: \"framer-1ml4262\",\n                  \"data-framer-name\": \"Glitch\",\n                  fonts: [\"GF;Archivo-700\"],\n                  name: \"Glitch\",\n                  verticalAlignment: \"center\",\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(\"div\", {\n                  className: \"framer-29uzq\",\n                  \"data-border\": true,\n                  \"data-framer-name\": \"Frame 1\",\n                  name: \"Frame 1\",\n                  children: /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7QXJjaGl2by03MDA=\",\n                          \"--framer-font-family\": '\"Archivo\", \"Archivo Placeholder\", sans-serif',\n                          \"--framer-font-size\": \"32px\",\n                          \"--framer-font-weight\": \"700\",\n                          \"--framer-letter-spacing\": \"0px\",\n                          \"--framer-line-height\": \"100%\",\n                          \"--framer-text-alignment\": \"center\",\n                          \"--framer-text-color\": \"rgb(22, 127, 139)\"\n                        },\n                        children: \"Identity\"\n                      })\n                    }),\n                    className: \"framer-1a5sbgd\",\n                    \"data-framer-name\": \"Identity\",\n                    fonts: [\"GF;Archivo-700\"],\n                    name: \"Identity\",\n                    verticalAlignment: \"center\",\n                    withExternalLayout: true\n                  })\n                })]\n              })\n            }), /*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(\"p\", {\n                  style: {\n                    \"--font-selector\": \"R0Y7QXJjaGl2by1yZWd1bGFy\",\n                    \"--framer-font-family\": '\"Archivo\", \"Archivo Placeholder\", sans-serif',\n                    \"--framer-text-color\": \"rgb(255, 255, 255)\"\n                  },\n                  children: /*#__PURE__*/_jsx(Link, {\n                    href: {\n                      webPageId: \"a4FVv4Kaq\"\n                    },\n                    openInNewTab: false,\n                    smoothScroll: false,\n                    children: /*#__PURE__*/_jsx(\"a\", {\n                      className: \"framer-styles-preset-1y6hx4h\",\n                      \"data-styles-preset\": \"KjEL69wIH\",\n                      children: \"What is this?\"\n                    })\n                  })\n                })\n              }),\n              className: \"framer-rjkn72\",\n              fonts: [\"GF;Archivo-regular\"],\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            })]\n          }), /*#__PURE__*/_jsx(\"div\", {\n            className: \"framer-15f6qfz\",\n            \"data-framer-name\": \"Content\",\n            name: \"Content\",\n            children: /*#__PURE__*/_jsx(\"div\", {\n              className: \"framer-1vlezv\",\n              children: /*#__PURE__*/_jsxs(\"div\", {\n                className: \"framer-91mdme\",\n                \"data-framer-name\": \"Group 51\",\n                name: \"Group 51\",\n                children: [/*#__PURE__*/_jsxs(\"div\", {\n                  className: \"framer-r9hkpw\",\n                  \"data-framer-name\": \"Group 50\",\n                  name: \"Group 50\",\n                  children: [/*#__PURE__*/_jsx(SVG, {\n                    className: \"framer-13jgzvy\",\n                    \"data-framer-name\": \"Rectangle 269\",\n                    fill: \"rgba(0,0,0,1)\",\n                    intrinsicHeight: 76,\n                    intrinsicWidth: 118,\n                    name: \"Rectangle 269\",\n                    svg: '<svg width=\"118\" height=\"76\" viewBox=\"0 0 118 76\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.5\" y=\"-0.5\" width=\"117\" height=\"75\" transform=\"matrix(1 8.74228e-08 8.74228e-08 -1 4.37114e-08 75)\" fill=\"#DAFEE9\" stroke=\"#167F8B\"/>\\n</svg>\\n',\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(SVG, {\n                    className: \"framer-jc2k5w\",\n                    \"data-framer-name\": \"Rectangle 270\",\n                    fill: \"rgba(0,0,0,1)\",\n                    intrinsicHeight: 76,\n                    intrinsicWidth: 118,\n                    name: \"Rectangle 270\",\n                    svg: '<svg width=\"118\" height=\"76\" viewBox=\"0 0 118 76\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.5\" y=\"-0.5\" width=\"117\" height=\"75\" transform=\"matrix(1 8.74228e-08 8.74228e-08 -1 4.37114e-08 75.0001)\" fill=\"#DAFEE9\" stroke=\"#167F8B\"/>\\n</svg>\\n',\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(\"div\", {\n                    className: \"framer-ilyhxw\",\n                    \"data-border\": true,\n                    \"data-framer-name\": \"Rectangle 263\",\n                    name: \"Rectangle 263\"\n                  }), /*#__PURE__*/_jsx(\"div\", {\n                    className: \"framer-irj53a\",\n                    \"data-border\": true,\n                    \"data-framer-name\": \"Rectangle 286\",\n                    name: \"Rectangle 286\"\n                  }), /*#__PURE__*/_jsx(\"div\", {\n                    className: \"framer-p9v8h5\",\n                    \"data-border\": true,\n                    \"data-framer-name\": \"Rectangle 271\",\n                    name: \"Rectangle 271\"\n                  }), /*#__PURE__*/_jsx(\"div\", {\n                    className: \"framer-1g6z97z\",\n                    \"data-border\": true,\n                    \"data-framer-name\": \"Rectangle 287\",\n                    name: \"Rectangle 287\"\n                  }), /*#__PURE__*/_jsx(\"div\", {\n                    className: \"framer-pt645\",\n                    \"data-border\": true,\n                    \"data-framer-name\": \"Rectangle 289\",\n                    name: \"Rectangle 289\"\n                  }), /*#__PURE__*/_jsx(\"div\", {\n                    className: \"framer-2pqobi\",\n                    \"data-border\": true,\n                    \"data-framer-name\": \"Rectangle 266\",\n                    name: \"Rectangle 266\"\n                  }), /*#__PURE__*/_jsx(\"div\", {\n                    className: \"framer-vxdbnd\",\n                    \"data-border\": true,\n                    \"data-framer-name\": \"Rectangle 264\",\n                    name: \"Rectangle 264\"\n                  }), /*#__PURE__*/_jsx(\"div\", {\n                    className: \"framer-izvr84\",\n                    \"data-border\": true,\n                    \"data-framer-name\": \"Rectangle 290\",\n                    name: \"Rectangle 290\"\n                  }), /*#__PURE__*/_jsx(\"div\", {\n                    className: \"framer-1tt8ft7\",\n                    \"data-border\": true,\n                    \"data-framer-name\": \"Rectangle 272\",\n                    name: \"Rectangle 272\"\n                  }), /*#__PURE__*/_jsx(\"div\", {\n                    className: \"framer-nnijr2\",\n                    \"data-border\": true,\n                    \"data-framer-name\": \"Rectangle 273\",\n                    name: \"Rectangle 273\"\n                  }), /*#__PURE__*/_jsx(\"div\", {\n                    className: \"framer-1hq3puw\",\n                    \"data-border\": true,\n                    \"data-framer-name\": \"Rectangle 288\",\n                    name: \"Rectangle 288\"\n                  }), /*#__PURE__*/_jsx(SVG, {\n                    className: \"framer-nfygyg\",\n                    \"data-framer-name\": \"Rectangle 291\",\n                    fill: \"rgba(0,0,0,1)\",\n                    intrinsicHeight: 76,\n                    intrinsicWidth: 118,\n                    name: \"Rectangle 291\",\n                    svg: '<svg width=\"118\" height=\"76\" viewBox=\"0 0 118 76\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.5\" y=\"-0.5\" width=\"117\" height=\"75\" transform=\"matrix(1 8.74228e-08 8.74228e-08 -1 4.37114e-08 75.0001)\" fill=\"#FFFACD\" stroke=\"#B79202\"/>\\n</svg>\\n',\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(SVG, {\n                    className: \"framer-mavzw7\",\n                    \"data-framer-name\": \"Rectangle 277\",\n                    fill: \"rgba(0,0,0,1)\",\n                    intrinsicHeight: 76,\n                    intrinsicWidth: 61,\n                    name: \"Rectangle 277\",\n                    svg: '<svg width=\"61\" height=\"76\" viewBox=\"0 0 61 76\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.5\" y=\"-0.5\" width=\"60\" height=\"75\" transform=\"matrix(1 8.74228e-08 8.74228e-08 -1 4.37114e-08 75.0001)\" fill=\"#DAFEE9\" stroke=\"#167F8B\"/>\\n</svg>\\n',\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(SVG, {\n                    className: \"framer-w09o16\",\n                    \"data-framer-name\": \"Rectangle 278\",\n                    fill: \"rgba(0,0,0,1)\",\n                    intrinsicHeight: 76,\n                    intrinsicWidth: 118,\n                    name: \"Rectangle 278\",\n                    svg: '<svg width=\"118\" height=\"76\" viewBox=\"0 0 118 76\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.5\" y=\"-0.5\" width=\"117\" height=\"75\" transform=\"matrix(1 8.74228e-08 8.74228e-08 -1 4.37114e-08 75.0001)\" fill=\"#DAFEE9\" stroke=\"#167F8B\"/>\\n</svg>\\n',\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(\"div\", {\n                    className: \"framer-v68cbz\",\n                    \"data-border\": true,\n                    \"data-framer-name\": \"Rectangle 279\",\n                    name: \"Rectangle 279\"\n                  }), /*#__PURE__*/_jsx(\"div\", {\n                    className: \"framer-vztxjm\",\n                    \"data-border\": true,\n                    \"data-framer-name\": \"Rectangle 280\",\n                    name: \"Rectangle 280\"\n                  }), /*#__PURE__*/_jsx(\"div\", {\n                    className: \"framer-1je2qy6\",\n                    \"data-border\": true,\n                    \"data-framer-name\": \"Rectangle 281\",\n                    name: \"Rectangle 281\"\n                  }), /*#__PURE__*/_jsx(\"div\", {\n                    className: \"framer-vzx0to\",\n                    \"data-border\": true,\n                    \"data-framer-name\": \"Rectangle 282\",\n                    name: \"Rectangle 282\"\n                  }), /*#__PURE__*/_jsx(\"div\", {\n                    className: \"framer-n24r9j\",\n                    \"data-border\": true,\n                    \"data-framer-name\": \"Rectangle 283\",\n                    name: \"Rectangle 283\"\n                  }), /*#__PURE__*/_jsx(\"div\", {\n                    className: \"framer-19bj3v\",\n                    \"data-border\": true,\n                    \"data-framer-name\": \"Rectangle 284\",\n                    name: \"Rectangle 284\"\n                  }), /*#__PURE__*/_jsx(\"div\", {\n                    className: \"framer-36dbi1\",\n                    \"data-border\": true,\n                    \"data-framer-name\": \"Rectangle 285\",\n                    name: \"Rectangle 285\"\n                  })]\n                }), /*#__PURE__*/_jsxs(\"div\", {\n                  className: \"framer-1gflr2b\",\n                  \"data-framer-name\": \"Group 54\",\n                  name: \"Group 54\",\n                  children: [/*#__PURE__*/_jsx(Container, {\n                    className: \"framer-3xhic-container\",\n                    children: /*#__PURE__*/_jsx(P5JsComponent, {\n                      height: \"100%\",\n                      id: \"piinU2BM2\",\n                      layoutId: \"piinU2BM2\",\n                      style: {\n                        height: \"100%\",\n                        width: \"100%\"\n                      },\n                      width: \"100%\"\n                    })\n                  }), /*#__PURE__*/_jsx(Container, {\n                    className: \"framer-z8l3kc-container\",\n                    children: /*#__PURE__*/_jsx(CreateAgreementComponent, {\n                      height: \"100%\",\n                      id: \"LzUaUUwzV\",\n                      layoutId: \"LzUaUUwzV\",\n                      style: {\n                        height: \"100%\",\n                        width: \"100%\"\n                      },\n                      width: \"100%\"\n                    })\n                  })]\n                }), /*#__PURE__*/_jsx(\"div\", {\n                  className: \"framer-i9xz0j\",\n                  \"data-framer-name\": \"content\",\n                  name: \"content\"\n                })]\n              })\n            })\n          }), /*#__PURE__*/_jsxs(\"div\", {\n            className: \"framer-uyvf39\",\n            children: [/*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(\"p\", {\n                  style: {\n                    \"--font-selector\": \"R0Y7QXJjaGl2by1yZWd1bGFy\",\n                    \"--framer-font-family\": '\"Archivo\", \"Archivo Placeholder\", sans-serif',\n                    \"--framer-font-size\": \"18px\",\n                    \"--framer-line-height\": \"2em\"\n                  },\n                  children: /*#__PURE__*/_jsx(\"strong\", {\n                    children: \"\u2193 Let's check how the machine analyzed you. \u2193\"\n                  })\n                })\n              }),\n              className: \"framer-z22ns0\",\n              fonts: [\"GF;Archivo-regular\", \"GF;Archivo-700\"],\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            }), /*#__PURE__*/_jsx(Container, {\n              className: \"framer-1l2ptsb-container\",\n              children: /*#__PURE__*/_jsx(GPT, {\n                apiKey: \"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\",\n                backgroundColor: \"rgba(255, 255, 255, 0)\",\n                borderColor: \"rgba(126, 126, 126, 0)\",\n                borderSize: 1,\n                buttonColor: \"rgb(0, 0, 0)\",\n                buttonColorHover: \"rgb(200, 200, 200)\",\n                buttonTextColor: \"rgb(255, 255, 255)\",\n                context: \"You are an identity provider. You generate fun, random, and new identities to people, but you don't generate any offensive content.\",\n                cornerRadius: 8,\n                ctaLabel: \"See the analyzed result...\",\n                errorText: \"Hmmm...\",\n                fontFamily: \"Inter\",\n                fontSize: 20,\n                fontSizeResponse: 24,\n                fontWeight: 500,\n                height: \"100%\",\n                id: \"sZf71cyQN\",\n                kickoffPrompt: \"\",\n                layoutId: \"sZf71cyQN\",\n                letterSpacing: -.5,\n                placeholder: \"Ask me anything\",\n                style: {\n                  width: \"100%\"\n                },\n                textColor: \"rgb(0, 0, 0)\",\n                width: \"100%\"\n              })\n            })]\n          }), /*#__PURE__*/_jsxs(\"div\", {\n            className: \"framer-1qhxabo\",\n            children: [/*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsxs(\"p\", {\n                  style: {\n                    \"--font-selector\": \"R0Y7QXJjaGl2by1yZWd1bGFy\",\n                    \"--framer-font-family\": '\"Archivo\", \"Archivo Placeholder\", sans-serif',\n                    \"--framer-text-color\": \"rgb(255, 255, 255)\"\n                  },\n                  children: [/*#__PURE__*/_jsx(Link, {\n                    href: \"https://www.soyeonkim.info/\",\n                    openInNewTab: true,\n                    smoothScroll: false,\n                    children: /*#__PURE__*/_jsx(\"a\", {\n                      className: \"framer-styles-preset-1y6hx4h\",\n                      \"data-styles-preset\": \"KjEL69wIH\",\n                      children: \"So Yeon Ki\"\n                    })\n                  }), \"m\"]\n                })\n              }),\n              className: \"framer-k4ckdt\",\n              fonts: [\"GF;Archivo-regular\"],\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\": \"R0Y7QXJjaGl2by1yZWd1bGFy\",\n                    \"--framer-font-family\": '\"Archivo\", \"Archivo Placeholder\", sans-serif',\n                    \"--framer-text-color\": \"rgb(255, 255, 255)\"\n                  },\n                  children: /*#__PURE__*/_jsx(Link, {\n                    href: \"https://www.soyeonkim.info/\",\n                    openInNewTab: true,\n                    smoothScroll: false,\n                    children: /*#__PURE__*/_jsx(\"a\", {\n                      className: \"framer-styles-preset-1y6hx4h\",\n                      \"data-styles-preset\": \"KjEL69wIH\",\n                      children: \" Developed and Designed by So Yeon Kim \\xa92023\"\n                    })\n                  })\n                })\n              }),\n              className: \"framer-uz35yl\",\n              fonts: [\"GF;Archivo-regular\"],\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            })]\n          })]\n        }), /*#__PURE__*/_jsx(\"div\", {\n          id: \"overlay\"\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-4PU2q [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}-framer-4PU2q { background: rgb(0, 0, 0); }`, \".framer-4PU2q .framer-1nylr59 { display: block; }\", \".framer-4PU2q .framer-13o8wvs { align-content: center; align-items: center; background-color: #000000; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1440px; }\", \".framer-4PU2q .framer-1nqym57 { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 78px; justify-content: space-between; overflow: hidden; padding: 28px 28px 28px 28px; position: relative; width: 100%; }\", \".framer-4PU2q .framer-pgj51c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: min-content; }\", \".framer-4PU2q .framer-1ml4262, .framer-4PU2q .framer-1a5sbgd, .framer-4PU2q .framer-rjkn72, .framer-4PU2q .framer-k4ckdt { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \".framer-4PU2q .framer-29uzq { --border-bottom-width: 2px; --border-color: #167f8b; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; align-content: center; align-items: center; background-color: #dafee9; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 10px 10px 10px 10px; position: relative; width: min-content; }\", \".framer-4PU2q .framer-15f6qfz { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-4PU2q .framer-1vlezv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-4PU2q .framer-91mdme { flex: none; height: 780px; min-width: 960px; overflow: visible; position: relative; width: 1200px; }\", \".framer-4PU2q .framer-r9hkpw { bottom: -6px; flex: none; height: 228px; left: -132px; opacity: 0.2; overflow: visible; position: absolute; right: -132px; transform: rotate(-180deg); z-index: 0; }\", \".framer-4PU2q .framer-13jgzvy { flex: none; height: 76px; left: 973px; position: absolute; top: 0px; transform: rotate(180deg); width: 118px; }\", \".framer-4PU2q .framer-jc2k5w { flex: none; height: 76px; left: 784px; position: absolute; top: 0px; transform: rotate(180deg); width: 118px; }\", \".framer-4PU2q .framer-ilyhxw { --border-bottom-width: 1px; --border-color: #b79202; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: #fffacd; flex: none; height: 76px; left: 641px; position: absolute; top: 0px; width: 143px; }\", \".framer-4PU2q .framer-irj53a { --border-bottom-width: 1px; --border-color: #b79202; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: #fffacd; flex: none; height: 76px; left: 162px; position: absolute; top: 152px; width: 143px; }\", \".framer-4PU2q .framer-p9v8h5 { --border-bottom-width: 1px; --border-color: #cb151e; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: #fdeded; flex: none; height: 76px; left: 549px; position: absolute; top: 0px; width: 92px; }\", \".framer-4PU2q .framer-1g6z97z { --border-bottom-width: 1px; --border-color: #cb151e; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: #fdeded; flex: none; height: 76px; left: 475px; position: absolute; top: 152px; width: 92px; }\", \".framer-4PU2q .framer-pt645 { --border-bottom-width: 1px; --border-color: #cb151e; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: #fdeded; flex: none; height: 76px; left: 0px; position: absolute; top: 152px; width: 92px; }\", \".framer-4PU2q .framer-2pqobi { --border-bottom-width: 1px; --border-color: #cb151e; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: #fdeded; flex: none; height: 76px; left: 902px; position: absolute; top: 0px; width: 71px; }\", \".framer-4PU2q .framer-vxdbnd { --border-bottom-width: 1px; --border-color: #385bb7; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: #e2f0ff; flex: none; height: 76px; left: 841px; position: absolute; top: 76px; width: 193px; }\", \".framer-4PU2q .framer-izvr84 { --border-bottom-width: 1px; --border-color: #385bb7; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: #e2f0ff; flex: none; height: 76px; left: 567px; position: absolute; top: 152px; width: 193px; }\", \".framer-4PU2q .framer-1tt8ft7 { --border-bottom-width: 1px; --border-color: #cb151e; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: #fdeded; flex: none; height: 76px; left: 676px; position: absolute; top: 76px; width: 165px; }\", \".framer-4PU2q .framer-nnijr2 { --border-bottom-width: 1px; --border-color: #167f8b; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: #dafee9; flex: none; height: 76px; left: 549px; position: absolute; top: 76px; width: 127px; }\", \".framer-4PU2q .framer-1hq3puw { --border-bottom-width: 1px; --border-color: #167f8b; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: #dafee9; flex: none; height: 76px; left: 305px; position: absolute; top: 152px; width: 170px; }\", \".framer-4PU2q .framer-nfygyg { flex: none; height: 76px; left: 760px; position: absolute; top: 152px; transform: rotate(180deg); width: 118px; }\", \".framer-4PU2q .framer-mavzw7 { flex: none; height: 76px; left: 488px; position: absolute; top: 0px; transform: rotate(180deg); width: 61px; }\", \".framer-4PU2q .framer-w09o16 { flex: none; height: 76px; left: 299px; position: absolute; top: 0px; transform: rotate(180deg); width: 118px; }\", \".framer-4PU2q .framer-v68cbz { --border-bottom-width: 1px; --border-color: #b79202; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: #fffacd; flex: none; height: 76px; left: 156px; position: absolute; top: 0px; width: 143px; }\", \".framer-4PU2q .framer-vztxjm { --border-bottom-width: 1px; --border-color: #cb151e; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: #fdeded; flex: none; height: 76px; left: 13px; position: absolute; top: 0px; width: 143px; }\", \".framer-4PU2q .framer-1je2qy6 { --border-bottom-width: 1px; --border-color: #cb151e; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: #fdeded; flex: none; height: 76px; left: 417px; position: absolute; top: 0px; width: 71px; }\", \".framer-4PU2q .framer-vzx0to { --border-bottom-width: 1px; --border-color: #385bb7; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: #e2f0ff; flex: none; height: 76px; left: 384px; position: absolute; top: 76px; width: 165px; }\", \".framer-4PU2q .framer-n24r9j { --border-bottom-width: 1px; --border-color: #cb151e; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: #fdeded; flex: none; height: 76px; left: 219px; position: absolute; top: 76px; width: 165px; }\", \".framer-4PU2q .framer-19bj3v { --border-bottom-width: 1px; --border-color: #385bb7; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: #e2f0ff; flex: none; height: 76px; left: 92px; position: absolute; top: 152px; width: 70px; }\", \".framer-4PU2q .framer-36dbi1 { --border-bottom-width: 1px; --border-color: #167f8b; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: #dafee9; flex: none; height: 76px; left: 13px; position: absolute; top: 76px; width: 206px; }\", \".framer-4PU2q .framer-1gflr2b { flex: none; height: 452px; left: 0px; overflow: visible; position: absolute; right: 0px; top: calc(47.820512820512846% - 452px / 2); }\", \".framer-4PU2q .framer-3xhic-container { bottom: -14px; flex: none; left: calc(50.00000000000002% - 640px / 2); position: absolute; top: -14px; width: 640px; }\", \".framer-4PU2q .framer-z8l3kc-container { bottom: -15px; flex: none; left: calc(50.00000000000002% - 640px / 2); position: absolute; top: -14px; width: 640px; }\", \".framer-4PU2q .framer-i9xz0j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; left: 50%; min-height: 45px; min-width: 515px; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; top: 0px; transform: translateX(-50%); width: min-content; }\", \".framer-4PU2q .framer-uyvf39 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: auto; justify-content: flex-start; overflow: hidden; padding: 20px 28px 120px 28px; position: relative; width: 100%; z-index: 1; }\", \".framer-4PU2q .framer-z22ns0, .framer-4PU2q .framer-uz35yl { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \".framer-4PU2q .framer-1l2ptsb-container { flex: none; height: auto; position: relative; width: 100%; }\", \".framer-4PU2q .framer-1qhxabo { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 80px; justify-content: space-between; overflow: hidden; padding: 28px 28px 28px 28px; position: relative; width: 100%; }\", \"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-4PU2q .framer-13o8wvs, .framer-4PU2q .framer-pgj51c, .framer-4PU2q .framer-29uzq, .framer-4PU2q .framer-15f6qfz, .framer-4PU2q .framer-1vlezv, .framer-4PU2q .framer-i9xz0j, .framer-4PU2q .framer-uyvf39 { gap: 0px; } .framer-4PU2q .framer-13o8wvs > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-4PU2q .framer-13o8wvs > :first-child, .framer-4PU2q .framer-15f6qfz > :first-child, .framer-4PU2q .framer-1vlezv > :first-child, .framer-4PU2q .framer-i9xz0j > :first-child, .framer-4PU2q .framer-uyvf39 > :first-child { margin-top: 0px; } .framer-4PU2q .framer-13o8wvs > :last-child, .framer-4PU2q .framer-15f6qfz > :last-child, .framer-4PU2q .framer-1vlezv > :last-child, .framer-4PU2q .framer-i9xz0j > :last-child, .framer-4PU2q .framer-uyvf39 > :last-child { margin-bottom: 0px; } .framer-4PU2q .framer-pgj51c > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-4PU2q .framer-pgj51c > :first-child, .framer-4PU2q .framer-29uzq > :first-child { margin-left: 0px; } .framer-4PU2q .framer-pgj51c > :last-child, .framer-4PU2q .framer-29uzq > :last-child { margin-right: 0px; } .framer-4PU2q .framer-29uzq > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-4PU2q .framer-15f6qfz > *, .framer-4PU2q .framer-1vlezv > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-4PU2q .framer-i9xz0j > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-4PU2q .framer-uyvf39 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\", ...sharedStyle.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             * @framerIntrinsicHeight 1186\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             * @framerIntrinsicWidth 1440\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             * @framerImmutableVariables true\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             * @framerResponsiveScreen\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             */\nconst FramerYZmaIwsHa = withCSS(Component, css, \"framer-4PU2q\");\nexport default FramerYZmaIwsHa;\nFramerYZmaIwsHa.displayName = \"Home\";\nFramerYZmaIwsHa.defaultProps = {\n  height: 1186,\n  width: 1440\n};\naddFonts(FramerYZmaIwsHa, [{\n  family: \"Archivo\",\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTT0zRp9R1oJ0vyVQ.woff2\",\n  weight: \"700\"\n}, {\n  family: \"Archivo\",\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTNDNp9R1oJ0vyVQ.woff2\",\n  weight: \"400\"\n}, ...P5JsComponentFonts, ...CreateAgreementComponentFonts, ...GPTFonts, ...sharedStyle.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\": \"FramerYZmaIwsHa\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicHeight\": \"1186\",\n        \"framerIntrinsicWidth\": \"1440\",\n        \"framerImmutableVariables\": \"true\",\n        \"framerResponsiveScreen\": \"\",\n        \"framerContractVersion\": \"1\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};"],
  "mappings": "gZAEe,SAARA,GAA4C,CACjD,GAAM,CAACC,EAAMC,CAAO,EAAUC,EAAS,4IAA4I,EAC7K,CAACC,EAAYC,CAAa,EAAUF,EAAS,cAAc,EAC3D,CAACG,EAAYC,CAAa,EAAUJ,EAAS,EAAE,EAE/C,CAACK,EAAWC,CAAY,EAAUN,EAAS,EAAI,EAC/C,CAACO,EAAWC,CAAY,EAAUR,EAAS,EAAK,EAChD,CAACS,EAAiBC,CAAkB,EAAUV,EAAS,CAAC,EACxDW,EAAoB,IAAM,CAC1BV,IAAe,gBACjBF,EAAQ,2GAA2G,EACnHG,EAAc,QAAQ,EACtBM,EAAa,EAAI,EAEjBE,EAAmB,EAAE,GACZT,IAAe,UACxBF,EAAQ,GAAGI,6CAAsD,EAEjED,EAAc,wBAAwB,EACtCM,EAAa,EAAK,GAGlBF,EAAa,EAAK,CAGtB,EACMM,EAAoBC,GAAK,CAC7BT,EAAcS,EAAE,OAAO,KAAK,CAC9B,EASA,GARMC,EAAU,KACVT,IACF,SAAS,KAAK,MAAM,SAAW,UAE1B,IAAM,CACX,SAAS,KAAK,MAAM,SAAW,MACjC,GACC,CAACA,CAAS,CAAC,EACV,CAACA,EACH,OAAO,KAET,IAAMU,EAAiB,CACrB,gBAAiB,iBAAiBN,KAClC,MAAO,QACP,MAAO,OACP,OAAQ,OACR,QAAS,OACT,QAAS,OACT,cAAe,SACf,eAAgB,gBAChB,WAAY,SACZ,SAAU,WACV,KAAM,UACN,SAAU,OACV,UAAW,QACb,EAiBA,OAAoBO,EAAM,MAAO,CAC/B,MAAOD,EACP,SAAU,CAAcE,EAAK,MAAO,CAClC,SAAU,GACZ,CAAC,EAAgBD,EAAM,MAAO,CAC5B,MAAO,CACL,KAAM,CACR,EACA,SAAU,CAAC,IAAkBC,EAAK,IAAK,CACrC,SAAUnB,CACZ,CAAC,EAAGS,GAA0BU,EAAK,QAAS,CAC1C,KAAM,OACN,YAAa,qBACb,SAAUL,EACV,MAAO,CACL,UAAW,OACX,KAAM,UACN,SAAU,OACV,QAAS,MACX,CACF,CAAC,CAAC,CACJ,CAAC,EAAgBK,EAAK,SAAU,CAC9B,MAtCgB,CAClB,WAAY,UACZ,MAAO,QACP,OAAQ,OACR,OAAQ,6BACR,aAAc,OACd,KAAM,UACN,SAAU,OACV,WAAY,OACZ,QAAS,OACT,WAAY,SACZ,eAAgB,SAChB,UAAW,SACX,OAAQ,UACR,aAAc,MAChB,EAwBI,QAASN,EACT,SAAUJ,GAAaJ,IAAe,GACtC,SAAUF,CACZ,CAAC,CAAC,CACJ,CAAC,CACH,CCpGe,SAARiB,GAAiC,CACtC,OAAoBC,EAAK,SAAU,CACjC,IAAK,uCACL,MAAO,OACP,OAAQ,OACR,MAAO,CACL,OAAQ,MACV,EACA,MAAO,oBACT,CAAC,CACH,CCVAC,EAAU,UAAU,CAAC,CAAC,EACf,IAAMC,EAAQ,CAAC,EACTC,EAAM,CAAC,+PAA+P,EACtQC,EAAY,eCMzB,IAAMC,GAAqBC,EAASC,CAAa,EAC3CC,GAAgCF,EAASG,CAAwB,EACjEC,GAAWJ,EAASK,CAAG,EAE7B,IAAMC,EAAc,CAAC,EACfC,GAAY,IAAM,OAAO,SAAa,IAE5C,IAAMC,GAAoB,CACxB,UAAW,kBACb,EACIC,GAAU,GACZC,EAA6B,YAAaC,EAAaH,EAAiB,EAE1E,IAAMI,GAAc,CAClB,QAAS,CACP,SAAU,CACZ,CACF,EACMC,GAAWA,EAAiB,EAC5BC,GAAW,CAAC,CAChB,OAAAC,EACA,GAAAC,EACA,MAAAC,EACA,GAAGC,CACL,KACS,CACL,GAAGA,CACL,GAEIC,GAA+BC,EAAW,SAAUF,EAAOG,EAAK,CACpE,GAAM,CACJ,aAAAC,CACF,EAAIC,EAAc,EACZ,CACJ,MAAAC,EACA,UAAAC,EACA,SAAAC,EACA,QAAAC,EACA,GAAGC,CACL,EAAId,GAASI,CAAK,EACZW,EAAgB,IAAM,CAC1B,IAAMC,EAAYjB,EAAiB,OAAWS,CAAY,EAE1D,GADA,SAAS,MAAQQ,EAAU,OAAS,GAChCA,EAAU,SAAU,CACtB,IAAIC,GACHA,EAA0B,SAAS,cAAc,uBAAuB,KAAO,MAAQA,IAA4B,QAAkBA,EAAwB,aAAa,UAAWD,EAAU,QAAQ,EAE1M,GAAIA,EAAU,cACZ,aAAM,KAAK,SAAS,KAAK,SAAS,EAAE,OAAOE,GAAKA,EAAE,WAAW,cAAc,CAAC,EAAE,IAAIA,GAAK,SAAS,KAAK,UAAU,OAAOA,CAAC,CAAC,EACxH,SAAS,KAAK,UAAU,IAAI,GAAGF,EAAU,4BAA4B,EAC9D,IAAM,CACX,SAAS,KAAK,UAAU,OAAO,GAAGA,EAAU,4BAA4B,CAC1E,CAEJ,EAAG,CAAC,OAAWR,CAAY,CAAC,EAC5B,GAAM,CAACW,EAAaC,CAAmB,EAAIC,EAA8BR,EAAShB,EAAa,EAAK,EAC9FyB,EAAiB,OACjBC,EAAazB,GAAY,QACzB0B,EAAaC,EAAO,IAAI,EACxBC,EAAwBC,EAAM,EAC9BC,EAAwB,CAAajB,CAAS,EACpD,OAAoBkB,EAAKC,EAA0B,SAAU,CAC3D,MAAO,CACL,iBAAkB,YAClB,kBAAApC,EACF,EACA,SAAuBmC,EAAKE,EAAa,CACvC,GAAInB,GAAsDc,EAC1D,SAAuBM,EAAMC,EAAO,IAAK,CACvC,UAAWC,EAAG,eAAgB,GAAGN,CAAqB,EACtD,MAAO,CACL,QAAS,UACX,EACA,SAAU,CAAcI,EAAMC,EAAO,IAAK,CACxC,GAAGnB,EACH,UAAWoB,EAAG,iBAAkBvB,CAAS,EACzC,IAAKJ,GAAuCiB,EAC5C,MAAO,CACL,GAAGd,CACL,EACA,SAAU,CAAcsB,EAAM,MAAO,CACnC,UAAW,iBACX,mBAAoB,UACpB,KAAM,UACN,SAAU,CAAcH,EAAKM,EAAM,CACjC,KAAM,CACJ,UAAW,WACb,EACA,SAAuBH,EAAM,IAAK,CAChC,UAAW,+BACX,mBAAoB,UACpB,KAAM,UACN,SAAU,CAAcH,EAAKO,EAAU,CACrC,sBAAuB,GACvB,SAAuBP,EAAWQ,EAAU,CAC1C,SAAuBR,EAAK,IAAK,CAC/B,MAAO,CACL,kBAAmB,uBACnB,uBAAwB,+CACxB,qBAAsB,OACtB,uBAAwB,MACxB,0BAA2B,MAC3B,uBAAwB,OACxB,0BAA2B,SAC3B,sBAAuB,oBACzB,EACA,SAAU,QACZ,CAAC,CACH,CAAC,EACD,UAAW,iBACX,mBAAoB,SACpB,MAAO,CAAC,gBAAgB,EACxB,KAAM,SACN,kBAAmB,SACnB,mBAAoB,EACtB,CAAC,EAAgBA,EAAK,MAAO,CAC3B,UAAW,eACX,cAAe,GACf,mBAAoB,UACpB,KAAM,UACN,SAAuBA,EAAKO,EAAU,CACpC,sBAAuB,GACvB,SAAuBP,EAAWQ,EAAU,CAC1C,SAAuBR,EAAK,IAAK,CAC/B,MAAO,CACL,kBAAmB,uBACnB,uBAAwB,+CACxB,qBAAsB,OACtB,uBAAwB,MACxB,0BAA2B,MAC3B,uBAAwB,OACxB,0BAA2B,SAC3B,sBAAuB,mBACzB,EACA,SAAU,UACZ,CAAC,CACH,CAAC,EACD,UAAW,iBACX,mBAAoB,WACpB,MAAO,CAAC,gBAAgB,EACxB,KAAM,WACN,kBAAmB,SACnB,mBAAoB,EACtB,CAAC,CACH,CAAC,CAAC,CACJ,CAAC,CACH,CAAC,EAAgBA,EAAKO,EAAU,CAC9B,sBAAuB,GACvB,SAAuBP,EAAWQ,EAAU,CAC1C,SAAuBR,EAAK,IAAK,CAC/B,MAAO,CACL,kBAAmB,2BACnB,uBAAwB,+CACxB,sBAAuB,oBACzB,EACA,SAAuBA,EAAKM,EAAM,CAChC,KAAM,CACJ,UAAW,WACb,EACA,aAAc,GACd,aAAc,GACd,SAAuBN,EAAK,IAAK,CAC/B,UAAW,+BACX,qBAAsB,YACtB,SAAU,eACZ,CAAC,CACH,CAAC,CACH,CAAC,CACH,CAAC,EACD,UAAW,gBACX,MAAO,CAAC,oBAAoB,EAC5B,kBAAmB,MACnB,mBAAoB,EACtB,CAAC,CAAC,CACJ,CAAC,EAAgBA,EAAK,MAAO,CAC3B,UAAW,iBACX,mBAAoB,UACpB,KAAM,UACN,SAAuBA,EAAK,MAAO,CACjC,UAAW,gBACX,SAAuBG,EAAM,MAAO,CAClC,UAAW,gBACX,mBAAoB,WACpB,KAAM,WACN,SAAU,CAAcA,EAAM,MAAO,CACnC,UAAW,gBACX,mBAAoB,WACpB,KAAM,WACN,SAAU,CAAcH,EAAKS,EAAK,CAChC,UAAW,iBACX,mBAAoB,gBACpB,KAAM,gBACN,gBAAiB,GACjB,eAAgB,IAChB,KAAM,gBACN,IAAK;AAAA;AAAA;AAAA,EACL,mBAAoB,EACtB,CAAC,EAAgBT,EAAKS,EAAK,CACzB,UAAW,gBACX,mBAAoB,gBACpB,KAAM,gBACN,gBAAiB,GACjB,eAAgB,IAChB,KAAM,gBACN,IAAK;AAAA;AAAA;AAAA,EACL,mBAAoB,EACtB,CAAC,EAAgBT,EAAK,MAAO,CAC3B,UAAW,gBACX,cAAe,GACf,mBAAoB,gBACpB,KAAM,eACR,CAAC,EAAgBA,EAAK,MAAO,CAC3B,UAAW,gBACX,cAAe,GACf,mBAAoB,gBACpB,KAAM,eACR,CAAC,EAAgBA,EAAK,MAAO,CAC3B,UAAW,gBACX,cAAe,GACf,mBAAoB,gBACpB,KAAM,eACR,CAAC,EAAgBA,EAAK,MAAO,CAC3B,UAAW,iBACX,cAAe,GACf,mBAAoB,gBACpB,KAAM,eACR,CAAC,EAAgBA,EAAK,MAAO,CAC3B,UAAW,eACX,cAAe,GACf,mBAAoB,gBACpB,KAAM,eACR,CAAC,EAAgBA,EAAK,MAAO,CAC3B,UAAW,gBACX,cAAe,GACf,mBAAoB,gBACpB,KAAM,eACR,CAAC,EAAgBA,EAAK,MAAO,CAC3B,UAAW,gBACX,cAAe,GACf,mBAAoB,gBACpB,KAAM,eACR,CAAC,EAAgBA,EAAK,MAAO,CAC3B,UAAW,gBACX,cAAe,GACf,mBAAoB,gBACpB,KAAM,eACR,CAAC,EAAgBA,EAAK,MAAO,CAC3B,UAAW,iBACX,cAAe,GACf,mBAAoB,gBACpB,KAAM,eACR,CAAC,EAAgBA,EAAK,MAAO,CAC3B,UAAW,gBACX,cAAe,GACf,mBAAoB,gBACpB,KAAM,eACR,CAAC,EAAgBA,EAAK,MAAO,CAC3B,UAAW,iBACX,cAAe,GACf,mBAAoB,gBACpB,KAAM,eACR,CAAC,EAAgBA,EAAKS,EAAK,CACzB,UAAW,gBACX,mBAAoB,gBACpB,KAAM,gBACN,gBAAiB,GACjB,eAAgB,IAChB,KAAM,gBACN,IAAK;AAAA;AAAA;AAAA,EACL,mBAAoB,EACtB,CAAC,EAAgBT,EAAKS,EAAK,CACzB,UAAW,gBACX,mBAAoB,gBACpB,KAAM,gBACN,gBAAiB,GACjB,eAAgB,GAChB,KAAM,gBACN,IAAK;AAAA;AAAA;AAAA,EACL,mBAAoB,EACtB,CAAC,EAAgBT,EAAKS,EAAK,CACzB,UAAW,gBACX,mBAAoB,gBACpB,KAAM,gBACN,gBAAiB,GACjB,eAAgB,IAChB,KAAM,gBACN,IAAK;AAAA;AAAA;AAAA,EACL,mBAAoB,EACtB,CAAC,EAAgBT,EAAK,MAAO,CAC3B,UAAW,gBACX,cAAe,GACf,mBAAoB,gBACpB,KAAM,eACR,CAAC,EAAgBA,EAAK,MAAO,CAC3B,UAAW,gBACX,cAAe,GACf,mBAAoB,gBACpB,KAAM,eACR,CAAC,EAAgBA,EAAK,MAAO,CAC3B,UAAW,iBACX,cAAe,GACf,mBAAoB,gBACpB,KAAM,eACR,CAAC,EAAgBA,EAAK,MAAO,CAC3B,UAAW,gBACX,cAAe,GACf,mBAAoB,gBACpB,KAAM,eACR,CAAC,EAAgBA,EAAK,MAAO,CAC3B,UAAW,gBACX,cAAe,GACf,mBAAoB,gBACpB,KAAM,eACR,CAAC,EAAgBA,EAAK,MAAO,CAC3B,UAAW,gBACX,cAAe,GACf,mBAAoB,gBACpB,KAAM,eACR,CAAC,EAAgBA,EAAK,MAAO,CAC3B,UAAW,gBACX,cAAe,GACf,mBAAoB,gBACpB,KAAM,eACR,CAAC,CAAC,CACJ,CAAC,EAAgBG,EAAM,MAAO,CAC5B,UAAW,iBACX,mBAAoB,WACpB,KAAM,WACN,SAAU,CAAcH,EAAKU,EAAW,CACtC,UAAW,yBACX,SAAuBV,EAAKW,EAAe,CACzC,OAAQ,OACR,GAAI,YACJ,SAAU,YACV,MAAO,CACL,OAAQ,OACR,MAAO,MACT,EACA,MAAO,MACT,CAAC,CACH,CAAC,EAAgBX,EAAKU,EAAW,CAC/B,UAAW,0BACX,SAAuBV,EAAKY,EAA0B,CACpD,OAAQ,OACR,GAAI,YACJ,SAAU,YACV,MAAO,CACL,OAAQ,OACR,MAAO,MACT,EACA,MAAO,MACT,CAAC,CACH,CAAC,CAAC,CACJ,CAAC,EAAgBZ,EAAK,MAAO,CAC3B,UAAW,gBACX,mBAAoB,UACpB,KAAM,SACR,CAAC,CAAC,CACJ,CAAC,CACH,CAAC,CACH,CAAC,EAAgBG,EAAM,MAAO,CAC5B,UAAW,gBACX,SAAU,CAAcH,EAAKO,EAAU,CACrC,sBAAuB,GACvB,SAAuBP,EAAWQ,EAAU,CAC1C,SAAuBR,EAAK,IAAK,CAC/B,MAAO,CACL,kBAAmB,2BACnB,uBAAwB,+CACxB,qBAAsB,OACtB,uBAAwB,KAC1B,EACA,SAAuBA,EAAK,SAAU,CACpC,SAAU,yDACZ,CAAC,CACH,CAAC,CACH,CAAC,EACD,UAAW,gBACX,MAAO,CAAC,qBAAsB,gBAAgB,EAC9C,kBAAmB,MACnB,mBAAoB,EACtB,CAAC,EAAgBA,EAAKU,EAAW,CAC/B,UAAW,2BACX,SAAuBV,EAAKa,EAAK,CAC/B,OAAQ,sDACR,gBAAiB,yBACjB,YAAa,yBACb,WAAY,EACZ,YAAa,eACb,iBAAkB,qBAClB,gBAAiB,qBACjB,QAAS,sIACT,aAAc,EACd,SAAU,6BACV,UAAW,UACX,WAAY,QACZ,SAAU,GACV,iBAAkB,GAClB,WAAY,IACZ,OAAQ,OACR,GAAI,YACJ,cAAe,GACf,SAAU,YACV,cAAe,IACf,YAAa,kBACb,MAAO,CACL,MAAO,MACT,EACA,UAAW,eACX,MAAO,MACT,CAAC,CACH,CAAC,CAAC,CACJ,CAAC,EAAgBV,EAAM,MAAO,CAC5B,UAAW,iBACX,SAAU,CAAcH,EAAKO,EAAU,CACrC,sBAAuB,GACvB,SAAuBP,EAAWQ,EAAU,CAC1C,SAAuBL,EAAM,IAAK,CAChC,MAAO,CACL,kBAAmB,2BACnB,uBAAwB,+CACxB,sBAAuB,oBACzB,EACA,SAAU,CAAcH,EAAKM,EAAM,CACjC,KAAM,8BACN,aAAc,GACd,aAAc,GACd,SAAuBN,EAAK,IAAK,CAC/B,UAAW,+BACX,qBAAsB,YACtB,SAAU,YACZ,CAAC,CACH,CAAC,EAAG,GAAG,CACT,CAAC,CACH,CAAC,EACD,UAAW,gBACX,MAAO,CAAC,oBAAoB,EAC5B,kBAAmB,MACnB,mBAAoB,EACtB,CAAC,EAAgBA,EAAKO,EAAU,CAC9B,sBAAuB,GACvB,SAAuBP,EAAWQ,EAAU,CAC1C,SAAuBR,EAAK,IAAK,CAC/B,MAAO,CACL,kBAAmB,2BACnB,uBAAwB,+CACxB,sBAAuB,oBACzB,EACA,SAAuBA,EAAKM,EAAM,CAChC,KAAM,8BACN,aAAc,GACd,aAAc,GACd,SAAuBN,EAAK,IAAK,CAC/B,UAAW,+BACX,qBAAsB,YACtB,SAAU,iDACZ,CAAC,CACH,CAAC,CACH,CAAC,CACH,CAAC,EACD,UAAW,gBACX,MAAO,CAAC,oBAAoB,EAC5B,kBAAmB,MACnB,mBAAoB,EACtB,CAAC,CAAC,CACJ,CAAC,CAAC,CACJ,CAAC,EAAgBA,EAAK,MAAO,CAC3B,GAAI,SACN,CAAC,CAAC,CACJ,CAAC,CACH,CAAC,CACH,CAAC,CACH,CAAC,EACKc,GAAM,CAAC,sZAAuZ,kFAAmF,IAAI5C,GAAS,2DAA4D,oDAAqD,gTAAiT,6SAA8S,wTAAyT,6OAA8O,wdAAyd,oTAAqT,gRAAiR,sIAAuI,sMAAuM,kJAAmJ,iJAAkJ,2SAA4S,6SAA8S,0SAA2S,6SAA8S,ySAA0S,0SAA2S,4SAA6S,6SAA8S,6SAA8S,4SAA6S,8SAA+S,mJAAoJ,gJAAiJ,iJAAkJ,2SAA4S,0SAA2S,2SAA4S,4SAA6S,4SAA6S,2SAA4S,2SAA4S,yKAA0K,iKAAkK,kKAAmK,4XAA6X,oUAAqU,4PAA6P,yGAA0G,6SAA8S,2pDAA4pD,GAAe4C,CAAG,EAQplZC,EAAkBC,EAAQxC,GAAWsC,GAAK,cAAc,EACvDG,GAAQF,EACfA,EAAgB,YAAc,OAC9BA,EAAgB,aAAe,CAC7B,OAAQ,KACR,MAAO,IACT,EACAG,EAASH,EAAiB,CAAC,CACzB,OAAQ,UACR,MAAO,SACP,IAAK,+GACL,OAAQ,KACV,EAAG,CACD,OAAQ,UACR,MAAO,SACP,IAAK,+GACL,OAAQ,KACV,EAAG,GAAGI,GAAoB,GAAGC,GAA+B,GAAGC,GAAU,GAAeC,CAAK,CAAC,EACvF,IAAMC,GAAqB,CAChC,QAAW,CACT,MAAS,CACP,KAAQ,SACR,YAAe,CACb,sBAAyB,GAC3B,CACF,EACA,QAAW,CACT,KAAQ,iBACR,KAAQ,kBACR,MAAS,CAAC,EACV,YAAe,CACb,sBAAyB,OACzB,qBAAwB,OACxB,yBAA4B,OAC5B,uBAA0B,GAC1B,sBAAyB,IACzB,oCAAuC,2EACzC,CACF,EACA,mBAAsB,CACpB,KAAQ,UACV,CACF,CACF",
  "names": ["createAgreementComponent", "text", "setText", "ye", "buttonText", "setButtonText", "inputValue", "setInputValue", "isVisible", "setIsVisible", "showInput", "setShowInput", "backgroundAlpha", "setBackgroundAlpha", "handleButtonClick", "handleInputChange", "e", "ue", "componentStyle", "u", "p", "P5JsComponent", "p", "fontStore", "fonts", "css", "className", "P5JsComponentFonts", "getFonts", "P5JsComponent", "CreateAgreementComponentFonts", "createAgreementComponent", "GPTFonts", "GPT", "breakpoints", "isBrowser", "variantClassNames", "isBrowser", "removeHiddenBreakpointLayers", "breakpoints", "transitions", "metadata", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "fe", "metadata1", "_document_querySelector", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "transition", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "p", "GeneratedComponentContext", "LayoutGroup", "u", "motion", "cx", "Link", "RichText", "x", "SVG", "Container", "P5JsComponent", "createAgreementComponent", "GPT", "css", "FramerYZmaIwsHa", "withCSS", "YZmaIwsHa_default", "addFonts", "P5JsComponentFonts", "CreateAgreementComponentFonts", "GPTFonts", "fonts", "__FramerMetadata__"]
}
