mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 07:41:01 +00:00
1 line
61 KiB
Plaintext
1 line
61 KiB
Plaintext
{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":26,"index":26}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Text","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"JKIzsQ5YQ0gDj0MIyY0Q7F1zJtU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/StyleSheet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"MK7+k1V+KnvCVW7Kj2k/ydtjmVU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/ScrollView","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"7Gv1K9/TiQvbDXlMy9NOQIEBHDA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/TouchableOpacity","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"PnQOoa8QGKpV5+issz6ikk463eg=","exportNames":["*"],"imports":1}},{"name":"@expo/vector-icons","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":112},"end":{"line":3,"column":46,"index":158}}],"key":"ow7vkrqkIckRjlSi/+MhMmRYtUE=","exportNames":["*"],"imports":1}},{"name":"react-native-safe-area-context","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":4,"column":0,"index":159},"end":{"line":4,"column":67,"index":226}}],"key":"XjdTKvCUWX6CbQzg5fSDHG/WgHk=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/src/screens/PrivacyScreen.tsx\",\n _s = $RefreshSig$();\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return PrivacyScreen;\n }\n });\n require(_dependencyMap[0], \"react\");\n var _reactNativeWebDistExportsView = require(_dependencyMap[1], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n var _reactNativeWebDistExportsText = require(_dependencyMap[2], \"react-native-web/dist/exports/Text\");\n var Text = _interopDefault(_reactNativeWebDistExportsText);\n var _reactNativeWebDistExportsStyleSheet = require(_dependencyMap[3], \"react-native-web/dist/exports/StyleSheet\");\n var StyleSheet = _interopDefault(_reactNativeWebDistExportsStyleSheet);\n var _reactNativeWebDistExportsScrollView = require(_dependencyMap[4], \"react-native-web/dist/exports/ScrollView\");\n var ScrollView = _interopDefault(_reactNativeWebDistExportsScrollView);\n var _reactNativeWebDistExportsTouchableOpacity = require(_dependencyMap[5], \"react-native-web/dist/exports/TouchableOpacity\");\n var TouchableOpacity = _interopDefault(_reactNativeWebDistExportsTouchableOpacity);\n var _expoVectorIcons = require(_dependencyMap[6], \"@expo/vector-icons\");\n var _reactNativeSafeAreaContext = require(_dependencyMap[7], \"react-native-safe-area-context\");\n var _reactJsxDevRuntime = require(_dependencyMap[8], \"react/jsx-dev-runtime\");\n function PrivacyScreen({\n navigation\n }) {\n _s();\n const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: [styles.container, {\n paddingTop: insets.top\n }],\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: styles.header,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(TouchableOpacity.default, {\n onPress: () => navigation.goBack(),\n style: styles.backButton,\n children: /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_expoVectorIcons.Ionicons, {\n name: \"arrow-back\",\n size: 24,\n color: \"#1F2937\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 13,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 12,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.headerTitle,\n children: \"Privacy Policy\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 15,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n style: {\n width: 40\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 16,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 11,\n columnNumber: 7\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ScrollView.default, {\n contentContainerStyle: styles.scrollContent,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.updateDate,\n children: \"Last Updated: November 8, 2025\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 20,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"1. Information We Collect\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 22,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.paragraph,\n children: \"We collect information you provide directly to us:\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 23,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Account information (name, email, phone number)\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 26,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Profile information (profile picture, preferences)\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 27,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Wallet addresses (public blockchain addresses)\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 28,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Transaction data (on public blockchain)\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 29,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Device information (device type, OS version)\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 30,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"2. How We Use Your Information\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 32,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.paragraph,\n children: \"We use collected information to:\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 33,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Provide and maintain the Service\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 34,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Process your transactions\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 35,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Send you notifications and updates\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 36,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Improve our services and user experience\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 37,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Detect and prevent fraud or security issues\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 38,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Comply with legal obligations\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 39,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"3. Information Sharing\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 41,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.paragraph,\n children: \"We do not sell or rent your personal information. We may share information:\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 42,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 With your consent\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 45,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 To comply with legal obligations\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 46,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 With service providers who assist us\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 47,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 In case of merger, sale, or business transfer\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 48,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"4. Blockchain Transparency\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 50,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.paragraph,\n children: \"Transactions on blockchain networks are publicly visible. Your wallet address and transaction history may be viewed by anyone on the blockchain network.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 51,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"5. Data Security\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 55,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.paragraph,\n children: \"We implement industry-standard security measures to protect your information:\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 56,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Encryption of sensitive data\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 59,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Secure authentication protocols\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 60,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Regular security audits\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 61,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Biometric authentication options\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 62,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"6. Your Rights\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 64,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.paragraph,\n children: \"You have the right to:\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 65,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Access your personal information\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 66,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Correct inaccurate information\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 67,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Delete your account and data\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 68,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Export your data\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 69,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Opt-out of marketing communications\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 70,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"7. Data Retention\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 72,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.paragraph,\n children: \"We retain your information for as long as your account is active or as needed to provide services. You may request deletion of your data at any time.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 73,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"8. Children's Privacy\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 77,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.paragraph,\n children: \"Our Service is not intended for users under 18 years of age. We do not knowingly collect information from children under 18.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 78,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"9. International Data Transfers\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.paragraph,\n children: \"Your information may be transferred to and processed in countries other than your own. We ensure appropriate safeguards are in place.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 83,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"10. Changes to Privacy Policy\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 87,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.paragraph,\n children: \"We may update this Privacy Policy periodically. We will notify you of any material changes via email or in-app notification.\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 88,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.sectionTitle,\n children: \"11. Contact Us\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.paragraph,\n children: \"For privacy-related questions or requests, contact us at:\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 93,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Email: privacy@pezkuwichain.io\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 96,\n columnNumber: 9\n }, this), /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(Text.default, {\n style: styles.bulletPoint,\n children: \"\\u2022 Support: support@pezkuwichain.io\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 97,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 19,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 10,\n columnNumber: 5\n }, this);\n }\n _s(PrivacyScreen, \"3VSCEmKsdYPLcILj9K4icfPtK54=\", false, function () {\n return [_reactNativeSafeAreaContext.useSafeAreaInsets];\n });\n _c = PrivacyScreen;\n const styles = StyleSheet.default.create({\n container: {\n flex: 1,\n backgroundColor: '#F8F9FA'\n },\n header: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'space-between',\n paddingHorizontal: 16,\n paddingVertical: 16,\n backgroundColor: '#FFF',\n borderBottomWidth: 1,\n borderBottomColor: '#E5E7EB'\n },\n backButton: {\n width: 40,\n height: 40,\n borderRadius: 20,\n backgroundColor: '#F3F4F6',\n alignItems: 'center',\n justifyContent: 'center'\n },\n headerTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937'\n },\n scrollContent: {\n padding: 20,\n paddingBottom: 80\n },\n updateDate: {\n fontSize: 14,\n color: '#6B7280',\n marginBottom: 24,\n fontStyle: 'italic'\n },\n sectionTitle: {\n fontSize: 18,\n fontWeight: '700',\n color: '#1F2937',\n marginTop: 24,\n marginBottom: 12\n },\n paragraph: {\n fontSize: 15,\n color: '#374151',\n lineHeight: 24,\n marginBottom: 12\n },\n bulletPoint: {\n fontSize: 15,\n color: '#374151',\n lineHeight: 24,\n marginLeft: 16,\n marginBottom: 8\n }\n });\n var _c;\n $RefreshReg$(_c, \"PrivacyScreen\");\n});","lineCount":503,"map":[[14,2,6,15,"Object"],[14,8,6,15],[14,9,6,15,"defineProperty"],[14,23,6,15],[14,24,6,15,"exports"],[14,31,6,15],[15,4,6,15,"enumerable"],[15,14,6,15],[16,4,6,15,"get"],[16,7,6,15],[16,18,6,15,"get"],[16,19,6,15],[17,6,6,15],[17,13,6,15,"PrivacyScreen"],[17,26,6,15],[18,4,6,15],[19,2,6,15],[20,2,1,0,"require"],[20,9,1,0],[20,10,1,0,"_dependencyMap"],[20,24,1,0],[21,2,1,26],[21,6,1,26,"_reactNativeWebDistExportsView"],[21,36,1,26],[21,39,1,26,"require"],[21,46,1,26],[21,47,1,26,"_dependencyMap"],[21,61,1,26],[22,2,1,26],[22,6,1,26,"View"],[22,10,1,26],[22,13,1,26,"_interopDefault"],[22,28,1,26],[22,29,1,26,"_reactNativeWebDistExportsView"],[22,59,1,26],[23,2,1,26],[23,6,1,26,"_reactNativeWebDistExportsText"],[23,36,1,26],[23,39,1,26,"require"],[23,46,1,26],[23,47,1,26,"_dependencyMap"],[23,61,1,26],[24,2,1,26],[24,6,1,26,"Text"],[24,10,1,26],[24,13,1,26,"_interopDefault"],[24,28,1,26],[24,29,1,26,"_reactNativeWebDistExportsText"],[24,59,1,26],[25,2,1,26],[25,6,1,26,"_reactNativeWebDistExportsStyleSheet"],[25,42,1,26],[25,45,1,26,"require"],[25,52,1,26],[25,53,1,26,"_dependencyMap"],[25,67,1,26],[26,2,1,26],[26,6,1,26,"StyleSheet"],[26,16,1,26],[26,19,1,26,"_interopDefault"],[26,34,1,26],[26,35,1,26,"_reactNativeWebDistExportsStyleSheet"],[26,71,1,26],[27,2,1,26],[27,6,1,26,"_reactNativeWebDistExportsScrollView"],[27,42,1,26],[27,45,1,26,"require"],[27,52,1,26],[27,53,1,26,"_dependencyMap"],[27,67,1,26],[28,2,1,26],[28,6,1,26,"ScrollView"],[28,16,1,26],[28,19,1,26,"_interopDefault"],[28,34,1,26],[28,35,1,26,"_reactNativeWebDistExportsScrollView"],[28,71,1,26],[29,2,1,26],[29,6,1,26,"_reactNativeWebDistExportsTouchableOpacity"],[29,48,1,26],[29,51,1,26,"require"],[29,58,1,26],[29,59,1,26,"_dependencyMap"],[29,73,1,26],[30,2,1,26],[30,6,1,26,"TouchableOpacity"],[30,22,1,26],[30,25,1,26,"_interopDefault"],[30,40,1,26],[30,41,1,26,"_reactNativeWebDistExportsTouchableOpacity"],[30,83,1,26],[31,2,3,0],[31,6,3,0,"_expoVectorIcons"],[31,22,3,0],[31,25,3,0,"require"],[31,32,3,0],[31,33,3,0,"_dependencyMap"],[31,47,3,0],[32,2,4,0],[32,6,4,0,"_reactNativeSafeAreaContext"],[32,33,4,0],[32,36,4,0,"require"],[32,43,4,0],[32,44,4,0,"_dependencyMap"],[32,58,4,0],[33,2,4,67],[33,6,4,67,"_reactJsxDevRuntime"],[33,25,4,67],[33,28,4,67,"require"],[33,35,4,67],[33,36,4,67,"_dependencyMap"],[33,50,4,67],[34,2,6,15],[34,11,6,24,"PrivacyScreen"],[34,24,6,37,"PrivacyScreen"],[34,25,6,38],[35,4,6,40,"navigation"],[36,2,6,56],[36,3,6,57],[36,5,6,59],[37,4,6,59,"_s"],[37,6,6,59],[38,4,7,2],[38,10,7,8,"insets"],[38,16,7,14],[38,19,7,17],[38,23,7,17,"useSafeAreaInsets"],[38,50,7,34],[38,51,7,34,"useSafeAreaInsets"],[38,68,7,34],[38,70,7,35],[38,71,7,36],[39,4,9,2],[39,24,10,4],[39,28,10,4,"_reactJsxDevRuntime"],[39,47,10,4],[39,48,10,4,"jsxDEV"],[39,54,10,4],[39,56,10,5,"View"],[39,60,10,9],[39,61,10,9,"default"],[39,68,10,9],[40,6,10,10,"style"],[40,11,10,15],[40,13,10,17],[40,14,10,18,"styles"],[40,20,10,24],[40,21,10,25,"container"],[40,30,10,34],[40,32,10,36],[41,8,10,38,"paddingTop"],[41,18,10,48],[41,20,10,50,"insets"],[41,26,10,56],[41,27,10,57,"top"],[42,6,10,61],[42,7,10,62],[42,8,10,64],[43,6,10,64,"children"],[43,14,10,64],[43,30,11,6],[43,34,11,6,"_reactJsxDevRuntime"],[43,53,11,6],[43,54,11,6,"jsxDEV"],[43,60,11,6],[43,62,11,7,"View"],[43,66,11,11],[43,67,11,11,"default"],[43,74,11,11],[44,8,11,12,"style"],[44,13,11,17],[44,15,11,19,"styles"],[44,21,11,25],[44,22,11,26,"header"],[44,28,11,33],[45,8,11,33,"children"],[45,16,11,33],[45,32,12,8],[45,36,12,8,"_reactJsxDevRuntime"],[45,55,12,8],[45,56,12,8,"jsxDEV"],[45,62,12,8],[45,64,12,9,"TouchableOpacity"],[45,80,12,25],[45,81,12,25,"default"],[45,88,12,25],[46,10,12,26,"onPress"],[46,17,12,33],[46,19,12,35,"onPress"],[46,20,12,35],[46,25,12,41,"navigation"],[46,35,12,51],[46,36,12,52,"goBack"],[46,42,12,58],[46,43,12,59],[46,44,12,61],[47,10,12,62,"style"],[47,15,12,67],[47,17,12,69,"styles"],[47,23,12,75],[47,24,12,76,"backButton"],[47,34,12,87],[48,10,12,87,"children"],[48,18,12,87],[48,33,13,10],[48,37,13,10,"_reactJsxDevRuntime"],[48,56,13,10],[48,57,13,10,"jsxDEV"],[48,63,13,10],[48,65,13,11,"_expoVectorIcons"],[48,81,13,19],[48,82,13,19,"Ionicons"],[48,90,13,19],[49,12,13,20,"name"],[49,16,13,24],[49,18,13,25],[49,30,13,37],[50,12,13,38,"size"],[50,16,13,42],[50,18,13,44],[50,20,13,47],[51,12,13,48,"color"],[51,17,13,53],[51,19,13,54],[52,10,13,63],[53,12,13,63,"fileName"],[53,20,13,63],[53,22,13,63,"_jsxFileName"],[53,34,13,63],[54,12,13,63,"lineNumber"],[54,22,13,63],[55,12,13,63,"columnNumber"],[55,24,13,63],[56,10,13,63],[56,17,13,65],[57,8,13,66],[58,10,13,66,"fileName"],[58,18,13,66],[58,20,13,66,"_jsxFileName"],[58,32,13,66],[59,10,13,66,"lineNumber"],[59,20,13,66],[60,10,13,66,"columnNumber"],[60,22,13,66],[61,8,13,66],[61,15,14,26],[61,16,14,27],[61,31,15,8],[61,35,15,8,"_reactJsxDevRuntime"],[61,54,15,8],[61,55,15,8,"jsxDEV"],[61,61,15,8],[61,63,15,9,"Text"],[61,67,15,13],[61,68,15,13,"default"],[61,75,15,13],[62,10,15,14,"style"],[62,15,15,19],[62,17,15,21,"styles"],[62,23,15,27],[62,24,15,28,"headerTitle"],[62,35,15,40],[63,10,15,40,"children"],[63,18,15,40],[63,20,15,41],[64,8,15,55],[65,10,15,55,"fileName"],[65,18,15,55],[65,20,15,55,"_jsxFileName"],[65,32,15,55],[66,10,15,55,"lineNumber"],[66,20,15,55],[67,10,15,55,"columnNumber"],[67,22,15,55],[68,8,15,55],[68,15,15,61],[68,16,15,62],[68,31,16,8],[68,35,16,8,"_reactJsxDevRuntime"],[68,54,16,8],[68,55,16,8,"jsxDEV"],[68,61,16,8],[68,63,16,9,"View"],[68,67,16,13],[68,68,16,13,"default"],[68,75,16,13],[69,10,16,14,"style"],[69,15,16,19],[69,17,16,21],[70,12,16,23,"width"],[70,17,16,28],[70,19,16,30],[71,10,16,33],[72,8,16,35],[73,10,16,35,"fileName"],[73,18,16,35],[73,20,16,35,"_jsxFileName"],[73,32,16,35],[74,10,16,35,"lineNumber"],[74,20,16,35],[75,10,16,35,"columnNumber"],[75,22,16,35],[76,8,16,35],[76,15,16,37],[76,16,16,38],[77,6,16,38],[78,8,16,38,"fileName"],[78,16,16,38],[78,18,16,38,"_jsxFileName"],[78,30,16,38],[79,8,16,38,"lineNumber"],[79,18,16,38],[80,8,16,38,"columnNumber"],[80,20,16,38],[81,6,16,38],[81,13,17,12],[81,14,17,13],[81,29,19,6],[81,33,19,6,"_reactJsxDevRuntime"],[81,52,19,6],[81,53,19,6,"jsxDEV"],[81,59,19,6],[81,61,19,7,"ScrollView"],[81,71,19,17],[81,72,19,17,"default"],[81,79,19,17],[82,8,19,18,"contentContainerStyle"],[82,29,19,39],[82,31,19,41,"styles"],[82,37,19,47],[82,38,19,48,"scrollContent"],[82,51,19,62],[83,8,19,62,"children"],[83,16,19,62],[83,32,20,8],[83,36,20,8,"_reactJsxDevRuntime"],[83,55,20,8],[83,56,20,8,"jsxDEV"],[83,62,20,8],[83,64,20,9,"Text"],[83,68,20,13],[83,69,20,13,"default"],[83,76,20,13],[84,10,20,14,"style"],[84,15,20,19],[84,17,20,21,"styles"],[84,23,20,27],[84,24,20,28,"updateDate"],[84,34,20,39],[85,10,20,39,"children"],[85,18,20,39],[85,20,20,40],[86,8,20,70],[87,10,20,70,"fileName"],[87,18,20,70],[87,20,20,70,"_jsxFileName"],[87,32,20,70],[88,10,20,70,"lineNumber"],[88,20,20,70],[89,10,20,70,"columnNumber"],[89,22,20,70],[90,8,20,70],[90,15,20,76],[90,16,20,77],[90,31,22,8],[90,35,22,8,"_reactJsxDevRuntime"],[90,54,22,8],[90,55,22,8,"jsxDEV"],[90,61,22,8],[90,63,22,9,"Text"],[90,67,22,13],[90,68,22,13,"default"],[90,75,22,13],[91,10,22,14,"style"],[91,15,22,19],[91,17,22,21,"styles"],[91,23,22,27],[91,24,22,28,"sectionTitle"],[91,36,22,41],[92,10,22,41,"children"],[92,18,22,41],[92,20,22,42],[93,8,22,67],[94,10,22,67,"fileName"],[94,18,22,67],[94,20,22,67,"_jsxFileName"],[94,32,22,67],[95,10,22,67,"lineNumber"],[95,20,22,67],[96,10,22,67,"columnNumber"],[96,22,22,67],[97,8,22,67],[97,15,22,73],[97,16,22,74],[97,31,23,8],[97,35,23,8,"_reactJsxDevRuntime"],[97,54,23,8],[97,55,23,8,"jsxDEV"],[97,61,23,8],[97,63,23,9,"Text"],[97,67,23,13],[97,68,23,13,"default"],[97,75,23,13],[98,10,23,14,"style"],[98,15,23,19],[98,17,23,21,"styles"],[98,23,23,27],[98,24,23,28,"paragraph"],[98,33,23,38],[99,10,23,38,"children"],[99,18,23,38],[99,20,23,39],[100,8,25,8],[101,10,25,8,"fileName"],[101,18,25,8],[101,20,25,8,"_jsxFileName"],[101,32,25,8],[102,10,25,8,"lineNumber"],[102,20,25,8],[103,10,25,8,"columnNumber"],[103,22,25,8],[104,8,25,8],[104,15,25,14],[104,16,25,15],[104,31,26,8],[104,35,26,8,"_reactJsxDevRuntime"],[104,54,26,8],[104,55,26,8,"jsxDEV"],[104,61,26,8],[104,63,26,9,"Text"],[104,67,26,13],[104,68,26,13,"default"],[104,75,26,13],[105,10,26,14,"style"],[105,15,26,19],[105,17,26,21,"styles"],[105,23,26,27],[105,24,26,28,"bulletPoint"],[105,35,26,40],[106,10,26,40,"children"],[106,18,26,40],[106,20,26,41],[107,8,26,90],[108,10,26,90,"fileName"],[108,18,26,90],[108,20,26,90,"_jsxFileName"],[108,32,26,90],[109,10,26,90,"lineNumber"],[109,20,26,90],[110,10,26,90,"columnNumber"],[110,22,26,90],[111,8,26,90],[111,15,26,96],[111,16,26,97],[111,31,27,8],[111,35,27,8,"_reactJsxDevRuntime"],[111,54,27,8],[111,55,27,8,"jsxDEV"],[111,61,27,8],[111,63,27,9,"Text"],[111,67,27,13],[111,68,27,13,"default"],[111,75,27,13],[112,10,27,14,"style"],[112,15,27,19],[112,17,27,21,"styles"],[112,23,27,27],[112,24,27,28,"bulletPoint"],[112,35,27,40],[113,10,27,40,"children"],[113,18,27,40],[113,20,27,41],[114,8,27,93],[115,10,27,93,"fileName"],[115,18,27,93],[115,20,27,93,"_jsxFileName"],[115,32,27,93],[116,10,27,93,"lineNumber"],[116,20,27,93],[117,10,27,93,"columnNumber"],[117,22,27,93],[118,8,27,93],[118,15,27,99],[118,16,27,100],[118,31,28,8],[118,35,28,8,"_reactJsxDevRuntime"],[118,54,28,8],[118,55,28,8,"jsxDEV"],[118,61,28,8],[118,63,28,9,"Text"],[118,67,28,13],[118,68,28,13,"default"],[118,75,28,13],[119,10,28,14,"style"],[119,15,28,19],[119,17,28,21,"styles"],[119,23,28,27],[119,24,28,28,"bulletPoint"],[119,35,28,40],[120,10,28,40,"children"],[120,18,28,40],[120,20,28,41],[121,8,28,89],[122,10,28,89,"fileName"],[122,18,28,89],[122,20,28,89,"_jsxFileName"],[122,32,28,89],[123,10,28,89,"lineNumber"],[123,20,28,89],[124,10,28,89,"columnNumber"],[124,22,28,89],[125,8,28,89],[125,15,28,95],[125,16,28,96],[125,31,29,8],[125,35,29,8,"_reactJsxDevRuntime"],[125,54,29,8],[125,55,29,8,"jsxDEV"],[125,61,29,8],[125,63,29,9,"Text"],[125,67,29,13],[125,68,29,13,"default"],[125,75,29,13],[126,10,29,14,"style"],[126,15,29,19],[126,17,29,21,"styles"],[126,23,29,27],[126,24,29,28,"bulletPoint"],[126,35,29,40],[127,10,29,40,"children"],[127,18,29,40],[127,20,29,41],[128,8,29,82],[129,10,29,82,"fileName"],[129,18,29,82],[129,20,29,82,"_jsxFileName"],[129,32,29,82],[130,10,29,82,"lineNumber"],[130,20,29,82],[131,10,29,82,"columnNumber"],[131,22,29,82],[132,8,29,82],[132,15,29,88],[132,16,29,89],[132,31,30,8],[132,35,30,8,"_reactJsxDevRuntime"],[132,54,30,8],[132,55,30,8,"jsxDEV"],[132,61,30,8],[132,63,30,9,"Text"],[132,67,30,13],[132,68,30,13,"default"],[132,75,30,13],[133,10,30,14,"style"],[133,15,30,19],[133,17,30,21,"styles"],[133,23,30,27],[133,24,30,28,"bulletPoint"],[133,35,30,40],[134,10,30,40,"children"],[134,18,30,40],[134,20,30,41],[135,8,30,87],[136,10,30,87,"fileName"],[136,18,30,87],[136,20,30,87,"_jsxFileName"],[136,32,30,87],[137,10,30,87,"lineNumber"],[137,20,30,87],[138,10,30,87,"columnNumber"],[138,22,30,87],[139,8,30,87],[139,15,30,93],[139,16,30,94],[139,31,32,8],[139,35,32,8,"_reactJsxDevRuntime"],[139,54,32,8],[139,55,32,8,"jsxDEV"],[139,61,32,8],[139,63,32,9,"Text"],[139,67,32,13],[139,68,32,13,"default"],[139,75,32,13],[140,10,32,14,"style"],[140,15,32,19],[140,17,32,21,"styles"],[140,23,32,27],[140,24,32,28,"sectionTitle"],[140,36,32,41],[141,10,32,41,"children"],[141,18,32,41],[141,20,32,42],[142,8,32,72],[143,10,32,72,"fileName"],[143,18,32,72],[143,20,32,72,"_jsxFileName"],[143,32,32,72],[144,10,32,72,"lineNumber"],[144,20,32,72],[145,10,32,72,"columnNumber"],[145,22,32,72],[146,8,32,72],[146,15,32,78],[146,16,32,79],[146,31,33,8],[146,35,33,8,"_reactJsxDevRuntime"],[146,54,33,8],[146,55,33,8,"jsxDEV"],[146,61,33,8],[146,63,33,9,"Text"],[146,67,33,13],[146,68,33,13,"default"],[146,75,33,13],[147,10,33,14,"style"],[147,15,33,19],[147,17,33,21,"styles"],[147,23,33,27],[147,24,33,28,"paragraph"],[147,33,33,38],[148,10,33,38,"children"],[148,18,33,38],[148,20,33,39],[149,8,33,71],[150,10,33,71,"fileName"],[150,18,33,71],[150,20,33,71,"_jsxFileName"],[150,32,33,71],[151,10,33,71,"lineNumber"],[151,20,33,71],[152,10,33,71,"columnNumber"],[152,22,33,71],[153,8,33,71],[153,15,33,77],[153,16,33,78],[153,31,34,8],[153,35,34,8,"_reactJsxDevRuntime"],[153,54,34,8],[153,55,34,8,"jsxDEV"],[153,61,34,8],[153,63,34,9,"Text"],[153,67,34,13],[153,68,34,13,"default"],[153,75,34,13],[154,10,34,14,"style"],[154,15,34,19],[154,17,34,21,"styles"],[154,23,34,27],[154,24,34,28,"bulletPoint"],[154,35,34,40],[155,10,34,40,"children"],[155,18,34,40],[155,20,34,41],[156,8,34,75],[157,10,34,75,"fileName"],[157,18,34,75],[157,20,34,75,"_jsxFileName"],[157,32,34,75],[158,10,34,75,"lineNumber"],[158,20,34,75],[159,10,34,75,"columnNumber"],[159,22,34,75],[160,8,34,75],[160,15,34,81],[160,16,34,82],[160,31,35,8],[160,35,35,8,"_reactJsxDevRuntime"],[160,54,35,8],[160,55,35,8,"jsxDEV"],[160,61,35,8],[160,63,35,9,"Text"],[160,67,35,13],[160,68,35,13,"default"],[160,75,35,13],[161,10,35,14,"style"],[161,15,35,19],[161,17,35,21,"styles"],[161,23,35,27],[161,24,35,28,"bulletPoint"],[161,35,35,40],[162,10,35,40,"children"],[162,18,35,40],[162,20,35,41],[163,8,35,68],[164,10,35,68,"fileName"],[164,18,35,68],[164,20,35,68,"_jsxFileName"],[164,32,35,68],[165,10,35,68,"lineNumber"],[165,20,35,68],[166,10,35,68,"columnNumber"],[166,22,35,68],[167,8,35,68],[167,15,35,74],[167,16,35,75],[167,31,36,8],[167,35,36,8,"_reactJsxDevRuntime"],[167,54,36,8],[167,55,36,8,"jsxDEV"],[167,61,36,8],[167,63,36,9,"Text"],[167,67,36,13],[167,68,36,13,"default"],[167,75,36,13],[168,10,36,14,"style"],[168,15,36,19],[168,17,36,21,"styles"],[168,23,36,27],[168,24,36,28,"bulletPoint"],[168,35,36,40],[169,10,36,40,"children"],[169,18,36,40],[169,20,36,41],[170,8,36,77],[171,10,36,77,"fileName"],[171,18,36,77],[171,20,36,77,"_jsxFileName"],[171,32,36,77],[172,10,36,77,"lineNumber"],[172,20,36,77],[173,10,36,77,"columnNumber"],[173,22,36,77],[174,8,36,77],[174,15,36,83],[174,16,36,84],[174,31,37,8],[174,35,37,8,"_reactJsxDevRuntime"],[174,54,37,8],[174,55,37,8,"jsxDEV"],[174,61,37,8],[174,63,37,9,"Text"],[174,67,37,13],[174,68,37,13,"default"],[174,75,37,13],[175,10,37,14,"style"],[175,15,37,19],[175,17,37,21,"styles"],[175,23,37,27],[175,24,37,28,"bulletPoint"],[175,35,37,40],[176,10,37,40,"children"],[176,18,37,40],[176,20,37,41],[177,8,37,83],[178,10,37,83,"fileName"],[178,18,37,83],[178,20,37,83,"_jsxFileName"],[178,32,37,83],[179,10,37,83,"lineNumber"],[179,20,37,83],[180,10,37,83,"columnNumber"],[180,22,37,83],[181,8,37,83],[181,15,37,89],[181,16,37,90],[181,31,38,8],[181,35,38,8,"_reactJsxDevRuntime"],[181,54,38,8],[181,55,38,8,"jsxDEV"],[181,61,38,8],[181,63,38,9,"Text"],[181,67,38,13],[181,68,38,13,"default"],[181,75,38,13],[182,10,38,14,"style"],[182,15,38,19],[182,17,38,21,"styles"],[182,23,38,27],[182,24,38,28,"bulletPoint"],[182,35,38,40],[183,10,38,40,"children"],[183,18,38,40],[183,20,38,41],[184,8,38,86],[185,10,38,86,"fileName"],[185,18,38,86],[185,20,38,86,"_jsxFileName"],[185,32,38,86],[186,10,38,86,"lineNumber"],[186,20,38,86],[187,10,38,86,"columnNumber"],[187,22,38,86],[188,8,38,86],[188,15,38,92],[188,16,38,93],[188,31,39,8],[188,35,39,8,"_reactJsxDevRuntime"],[188,54,39,8],[188,55,39,8,"jsxDEV"],[188,61,39,8],[188,63,39,9,"Text"],[188,67,39,13],[188,68,39,13,"default"],[188,75,39,13],[189,10,39,14,"style"],[189,15,39,19],[189,17,39,21,"styles"],[189,23,39,27],[189,24,39,28,"bulletPoint"],[189,35,39,40],[190,10,39,40,"children"],[190,18,39,40],[190,20,39,41],[191,8,39,72],[192,10,39,72,"fileName"],[192,18,39,72],[192,20,39,72,"_jsxFileName"],[192,32,39,72],[193,10,39,72,"lineNumber"],[193,20,39,72],[194,10,39,72,"columnNumber"],[194,22,39,72],[195,8,39,72],[195,15,39,78],[195,16,39,79],[195,31,41,8],[195,35,41,8,"_reactJsxDevRuntime"],[195,54,41,8],[195,55,41,8,"jsxDEV"],[195,61,41,8],[195,63,41,9,"Text"],[195,67,41,13],[195,68,41,13,"default"],[195,75,41,13],[196,10,41,14,"style"],[196,15,41,19],[196,17,41,21,"styles"],[196,23,41,27],[196,24,41,28,"sectionTitle"],[196,36,41,41],[197,10,41,41,"children"],[197,18,41,41],[197,20,41,42],[198,8,41,64],[199,10,41,64,"fileName"],[199,18,41,64],[199,20,41,64,"_jsxFileName"],[199,32,41,64],[200,10,41,64,"lineNumber"],[200,20,41,64],[201,10,41,64,"columnNumber"],[201,22,41,64],[202,8,41,64],[202,15,41,70],[202,16,41,71],[202,31,42,8],[202,35,42,8,"_reactJsxDevRuntime"],[202,54,42,8],[202,55,42,8,"jsxDEV"],[202,61,42,8],[202,63,42,9,"Text"],[202,67,42,13],[202,68,42,13,"default"],[202,75,42,13],[203,10,42,14,"style"],[203,15,42,19],[203,17,42,21,"styles"],[203,23,42,27],[203,24,42,28,"paragraph"],[203,33,42,38],[204,10,42,38,"children"],[204,18,42,38],[204,20,42,39],[205,8,44,8],[206,10,44,8,"fileName"],[206,18,44,8],[206,20,44,8,"_jsxFileName"],[206,32,44,8],[207,10,44,8,"lineNumber"],[207,20,44,8],[208,10,44,8,"columnNumber"],[208,22,44,8],[209,8,44,8],[209,15,44,14],[209,16,44,15],[209,31,45,8],[209,35,45,8,"_reactJsxDevRuntime"],[209,54,45,8],[209,55,45,8,"jsxDEV"],[209,61,45,8],[209,63,45,9,"Text"],[209,67,45,13],[209,68,45,13,"default"],[209,75,45,13],[210,10,45,14,"style"],[210,15,45,19],[210,17,45,21,"styles"],[210,23,45,27],[210,24,45,28,"bulletPoint"],[210,35,45,40],[211,10,45,40,"children"],[211,18,45,40],[211,20,45,41],[212,8,45,60],[213,10,45,60,"fileName"],[213,18,45,60],[213,20,45,60,"_jsxFileName"],[213,32,45,60],[214,10,45,60,"lineNumber"],[214,20,45,60],[215,10,45,60,"columnNumber"],[215,22,45,60],[216,8,45,60],[216,15,45,66],[216,16,45,67],[216,31,46,8],[216,35,46,8,"_reactJsxDevRuntime"],[216,54,46,8],[216,55,46,8,"jsxDEV"],[216,61,46,8],[216,63,46,9,"Text"],[216,67,46,13],[216,68,46,13,"default"],[216,75,46,13],[217,10,46,14,"style"],[217,15,46,19],[217,17,46,21,"styles"],[217,23,46,27],[217,24,46,28,"bulletPoint"],[217,35,46,40],[218,10,46,40,"children"],[218,18,46,40],[218,20,46,41],[219,8,46,75],[220,10,46,75,"fileName"],[220,18,46,75],[220,20,46,75,"_jsxFileName"],[220,32,46,75],[221,10,46,75,"lineNumber"],[221,20,46,75],[222,10,46,75,"columnNumber"],[222,22,46,75],[223,8,46,75],[223,15,46,81],[223,16,46,82],[223,31,47,8],[223,35,47,8,"_reactJsxDevRuntime"],[223,54,47,8],[223,55,47,8,"jsxDEV"],[223,61,47,8],[223,63,47,9,"Text"],[223,67,47,13],[223,68,47,13,"default"],[223,75,47,13],[224,10,47,14,"style"],[224,15,47,19],[224,17,47,21,"styles"],[224,23,47,27],[224,24,47,28,"bulletPoint"],[224,35,47,40],[225,10,47,40,"children"],[225,18,47,40],[225,20,47,41],[226,8,47,79],[227,10,47,79,"fileName"],[227,18,47,79],[227,20,47,79,"_jsxFileName"],[227,32,47,79],[228,10,47,79,"lineNumber"],[228,20,47,79],[229,10,47,79,"columnNumber"],[229,22,47,79],[230,8,47,79],[230,15,47,85],[230,16,47,86],[230,31,48,8],[230,35,48,8,"_reactJsxDevRuntime"],[230,54,48,8],[230,55,48,8,"jsxDEV"],[230,61,48,8],[230,63,48,9,"Text"],[230,67,48,13],[230,68,48,13,"default"],[230,75,48,13],[231,10,48,14,"style"],[231,15,48,19],[231,17,48,21,"styles"],[231,23,48,27],[231,24,48,28,"bulletPoint"],[231,35,48,40],[232,10,48,40,"children"],[232,18,48,40],[232,20,48,41],[233,8,48,88],[234,10,48,88,"fileName"],[234,18,48,88],[234,20,48,88,"_jsxFileName"],[234,32,48,88],[235,10,48,88,"lineNumber"],[235,20,48,88],[236,10,48,88,"columnNumber"],[236,22,48,88],[237,8,48,88],[237,15,48,94],[237,16,48,95],[237,31,50,8],[237,35,50,8,"_reactJsxDevRuntime"],[237,54,50,8],[237,55,50,8,"jsxDEV"],[237,61,50,8],[237,63,50,9,"Text"],[237,67,50,13],[237,68,50,13,"default"],[237,75,50,13],[238,10,50,14,"style"],[238,15,50,19],[238,17,50,21,"styles"],[238,23,50,27],[238,24,50,28,"sectionTitle"],[238,36,50,41],[239,10,50,41,"children"],[239,18,50,41],[239,20,50,42],[240,8,50,68],[241,10,50,68,"fileName"],[241,18,50,68],[241,20,50,68,"_jsxFileName"],[241,32,50,68],[242,10,50,68,"lineNumber"],[242,20,50,68],[243,10,50,68,"columnNumber"],[243,22,50,68],[244,8,50,68],[244,15,50,74],[244,16,50,75],[244,31,51,8],[244,35,51,8,"_reactJsxDevRuntime"],[244,54,51,8],[244,55,51,8,"jsxDEV"],[244,61,51,8],[244,63,51,9,"Text"],[244,67,51,13],[244,68,51,13,"default"],[244,75,51,13],[245,10,51,14,"style"],[245,15,51,19],[245,17,51,21,"styles"],[245,23,51,27],[245,24,51,28,"paragraph"],[245,33,51,38],[246,10,51,38,"children"],[246,18,51,38],[246,20,51,39],[247,8,53,8],[248,10,53,8,"fileName"],[248,18,53,8],[248,20,53,8,"_jsxFileName"],[248,32,53,8],[249,10,53,8,"lineNumber"],[249,20,53,8],[250,10,53,8,"columnNumber"],[250,22,53,8],[251,8,53,8],[251,15,53,14],[251,16,53,15],[251,31,55,8],[251,35,55,8,"_reactJsxDevRuntime"],[251,54,55,8],[251,55,55,8,"jsxDEV"],[251,61,55,8],[251,63,55,9,"Text"],[251,67,55,13],[251,68,55,13,"default"],[251,75,55,13],[252,10,55,14,"style"],[252,15,55,19],[252,17,55,21,"styles"],[252,23,55,27],[252,24,55,28,"sectionTitle"],[252,36,55,41],[253,10,55,41,"children"],[253,18,55,41],[253,20,55,42],[254,8,55,58],[255,10,55,58,"fileName"],[255,18,55,58],[255,20,55,58,"_jsxFileName"],[255,32,55,58],[256,10,55,58,"lineNumber"],[256,20,55,58],[257,10,55,58,"columnNumber"],[257,22,55,58],[258,8,55,58],[258,15,55,64],[258,16,55,65],[258,31,56,8],[258,35,56,8,"_reactJsxDevRuntime"],[258,54,56,8],[258,55,56,8,"jsxDEV"],[258,61,56,8],[258,63,56,9,"Text"],[258,67,56,13],[258,68,56,13,"default"],[258,75,56,13],[259,10,56,14,"style"],[259,15,56,19],[259,17,56,21,"styles"],[259,23,56,27],[259,24,56,28,"paragraph"],[259,33,56,38],[260,10,56,38,"children"],[260,18,56,38],[260,20,56,39],[261,8,58,8],[262,10,58,8,"fileName"],[262,18,58,8],[262,20,58,8,"_jsxFileName"],[262,32,58,8],[263,10,58,8,"lineNumber"],[263,20,58,8],[264,10,58,8,"columnNumber"],[264,22,58,8],[265,8,58,8],[265,15,58,14],[265,16,58,15],[265,31,59,8],[265,35,59,8,"_reactJsxDevRuntime"],[265,54,59,8],[265,55,59,8,"jsxDEV"],[265,61,59,8],[265,63,59,9,"Text"],[265,67,59,13],[265,68,59,13,"default"],[265,75,59,13],[266,10,59,14,"style"],[266,15,59,19],[266,17,59,21,"styles"],[266,23,59,27],[266,24,59,28,"bulletPoint"],[266,35,59,40],[267,10,59,40,"children"],[267,18,59,40],[267,20,59,41],[268,8,59,71],[269,10,59,71,"fileName"],[269,18,59,71],[269,20,59,71,"_jsxFileName"],[269,32,59,71],[270,10,59,71,"lineNumber"],[270,20,59,71],[271,10,59,71,"columnNumber"],[271,22,59,71],[272,8,59,71],[272,15,59,77],[272,16,59,78],[272,31,60,8],[272,35,60,8,"_reactJsxDevRuntime"],[272,54,60,8],[272,55,60,8,"jsxDEV"],[272,61,60,8],[272,63,60,9,"Text"],[272,67,60,13],[272,68,60,13,"default"],[272,75,60,13],[273,10,60,14,"style"],[273,15,60,19],[273,17,60,21,"styles"],[273,23,60,27],[273,24,60,28,"bulletPoint"],[273,35,60,40],[274,10,60,40,"children"],[274,18,60,40],[274,20,60,41],[275,8,60,74],[276,10,60,74,"fileName"],[276,18,60,74],[276,20,60,74,"_jsxFileName"],[276,32,60,74],[277,10,60,74,"lineNumber"],[277,20,60,74],[278,10,60,74,"columnNumber"],[278,22,60,74],[279,8,60,74],[279,15,60,80],[279,16,60,81],[279,31,61,8],[279,35,61,8,"_reactJsxDevRuntime"],[279,54,61,8],[279,55,61,8,"jsxDEV"],[279,61,61,8],[279,63,61,9,"Text"],[279,67,61,13],[279,68,61,13,"default"],[279,75,61,13],[280,10,61,14,"style"],[280,15,61,19],[280,17,61,21,"styles"],[280,23,61,27],[280,24,61,28,"bulletPoint"],[280,35,61,40],[281,10,61,40,"children"],[281,18,61,40],[281,20,61,41],[282,8,61,66],[283,10,61,66,"fileName"],[283,18,61,66],[283,20,61,66,"_jsxFileName"],[283,32,61,66],[284,10,61,66,"lineNumber"],[284,20,61,66],[285,10,61,66,"columnNumber"],[285,22,61,66],[286,8,61,66],[286,15,61,72],[286,16,61,73],[286,31,62,8],[286,35,62,8,"_reactJsxDevRuntime"],[286,54,62,8],[286,55,62,8,"jsxDEV"],[286,61,62,8],[286,63,62,9,"Text"],[286,67,62,13],[286,68,62,13,"default"],[286,75,62,13],[287,10,62,14,"style"],[287,15,62,19],[287,17,62,21,"styles"],[287,23,62,27],[287,24,62,28,"bulletPoint"],[287,35,62,40],[288,10,62,40,"children"],[288,18,62,40],[288,20,62,41],[289,8,62,75],[290,10,62,75,"fileName"],[290,18,62,75],[290,20,62,75,"_jsxFileName"],[290,32,62,75],[291,10,62,75,"lineNumber"],[291,20,62,75],[292,10,62,75,"columnNumber"],[292,22,62,75],[293,8,62,75],[293,15,62,81],[293,16,62,82],[293,31,64,8],[293,35,64,8,"_reactJsxDevRuntime"],[293,54,64,8],[293,55,64,8,"jsxDEV"],[293,61,64,8],[293,63,64,9,"Text"],[293,67,64,13],[293,68,64,13,"default"],[293,75,64,13],[294,10,64,14,"style"],[294,15,64,19],[294,17,64,21,"styles"],[294,23,64,27],[294,24,64,28,"sectionTitle"],[294,36,64,41],[295,10,64,41,"children"],[295,18,64,41],[295,20,64,42],[296,8,64,56],[297,10,64,56,"fileName"],[297,18,64,56],[297,20,64,56,"_jsxFileName"],[297,32,64,56],[298,10,64,56,"lineNumber"],[298,20,64,56],[299,10,64,56,"columnNumber"],[299,22,64,56],[300,8,64,56],[300,15,64,62],[300,16,64,63],[300,31,65,8],[300,35,65,8,"_reactJsxDevRuntime"],[300,54,65,8],[300,55,65,8,"jsxDEV"],[300,61,65,8],[300,63,65,9,"Text"],[300,67,65,13],[300,68,65,13,"default"],[300,75,65,13],[301,10,65,14,"style"],[301,15,65,19],[301,17,65,21,"styles"],[301,23,65,27],[301,24,65,28,"paragraph"],[301,33,65,38],[302,10,65,38,"children"],[302,18,65,38],[302,20,65,39],[303,8,65,61],[304,10,65,61,"fileName"],[304,18,65,61],[304,20,65,61,"_jsxFileName"],[304,32,65,61],[305,10,65,61,"lineNumber"],[305,20,65,61],[306,10,65,61,"columnNumber"],[306,22,65,61],[307,8,65,61],[307,15,65,67],[307,16,65,68],[307,31,66,8],[307,35,66,8,"_reactJsxDevRuntime"],[307,54,66,8],[307,55,66,8,"jsxDEV"],[307,61,66,8],[307,63,66,9,"Text"],[307,67,66,13],[307,68,66,13,"default"],[307,75,66,13],[308,10,66,14,"style"],[308,15,66,19],[308,17,66,21,"styles"],[308,23,66,27],[308,24,66,28,"bulletPoint"],[308,35,66,40],[309,10,66,40,"children"],[309,18,66,40],[309,20,66,41],[310,8,66,75],[311,10,66,75,"fileName"],[311,18,66,75],[311,20,66,75,"_jsxFileName"],[311,32,66,75],[312,10,66,75,"lineNumber"],[312,20,66,75],[313,10,66,75,"columnNumber"],[313,22,66,75],[314,8,66,75],[314,15,66,81],[314,16,66,82],[314,31,67,8],[314,35,67,8,"_reactJsxDevRuntime"],[314,54,67,8],[314,55,67,8,"jsxDEV"],[314,61,67,8],[314,63,67,9,"Text"],[314,67,67,13],[314,68,67,13,"default"],[314,75,67,13],[315,10,67,14,"style"],[315,15,67,19],[315,17,67,21,"styles"],[315,23,67,27],[315,24,67,28,"bulletPoint"],[315,35,67,40],[316,10,67,40,"children"],[316,18,67,40],[316,20,67,41],[317,8,67,73],[318,10,67,73,"fileName"],[318,18,67,73],[318,20,67,73,"_jsxFileName"],[318,32,67,73],[319,10,67,73,"lineNumber"],[319,20,67,73],[320,10,67,73,"columnNumber"],[320,22,67,73],[321,8,67,73],[321,15,67,79],[321,16,67,80],[321,31,68,8],[321,35,68,8,"_reactJsxDevRuntime"],[321,54,68,8],[321,55,68,8,"jsxDEV"],[321,61,68,8],[321,63,68,9,"Text"],[321,67,68,13],[321,68,68,13,"default"],[321,75,68,13],[322,10,68,14,"style"],[322,15,68,19],[322,17,68,21,"styles"],[322,23,68,27],[322,24,68,28,"bulletPoint"],[322,35,68,40],[323,10,68,40,"children"],[323,18,68,40],[323,20,68,41],[324,8,68,71],[325,10,68,71,"fileName"],[325,18,68,71],[325,20,68,71,"_jsxFileName"],[325,32,68,71],[326,10,68,71,"lineNumber"],[326,20,68,71],[327,10,68,71,"columnNumber"],[327,22,68,71],[328,8,68,71],[328,15,68,77],[328,16,68,78],[328,31,69,8],[328,35,69,8,"_reactJsxDevRuntime"],[328,54,69,8],[328,55,69,8,"jsxDEV"],[328,61,69,8],[328,63,69,9,"Text"],[328,67,69,13],[328,68,69,13,"default"],[328,75,69,13],[329,10,69,14,"style"],[329,15,69,19],[329,17,69,21,"styles"],[329,23,69,27],[329,24,69,28,"bulletPoint"],[329,35,69,40],[330,10,69,40,"children"],[330,18,69,40],[330,20,69,41],[331,8,69,59],[332,10,69,59,"fileName"],[332,18,69,59],[332,20,69,59,"_jsxFileName"],[332,32,69,59],[333,10,69,59,"lineNumber"],[333,20,69,59],[334,10,69,59,"columnNumber"],[334,22,69,59],[335,8,69,59],[335,15,69,65],[335,16,69,66],[335,31,70,8],[335,35,70,8,"_reactJsxDevRuntime"],[335,54,70,8],[335,55,70,8,"jsxDEV"],[335,61,70,8],[335,63,70,9,"Text"],[335,67,70,13],[335,68,70,13,"default"],[335,75,70,13],[336,10,70,14,"style"],[336,15,70,19],[336,17,70,21,"styles"],[336,23,70,27],[336,24,70,28,"bulletPoint"],[336,35,70,40],[337,10,70,40,"children"],[337,18,70,40],[337,20,70,41],[338,8,70,78],[339,10,70,78,"fileName"],[339,18,70,78],[339,20,70,78,"_jsxFileName"],[339,32,70,78],[340,10,70,78,"lineNumber"],[340,20,70,78],[341,10,70,78,"columnNumber"],[341,22,70,78],[342,8,70,78],[342,15,70,84],[342,16,70,85],[342,31,72,8],[342,35,72,8,"_reactJsxDevRuntime"],[342,54,72,8],[342,55,72,8,"jsxDEV"],[342,61,72,8],[342,63,72,9,"Text"],[342,67,72,13],[342,68,72,13,"default"],[342,75,72,13],[343,10,72,14,"style"],[343,15,72,19],[343,17,72,21,"styles"],[343,23,72,27],[343,24,72,28,"sectionTitle"],[343,36,72,41],[344,10,72,41,"children"],[344,18,72,41],[344,20,72,42],[345,8,72,59],[346,10,72,59,"fileName"],[346,18,72,59],[346,20,72,59,"_jsxFileName"],[346,32,72,59],[347,10,72,59,"lineNumber"],[347,20,72,59],[348,10,72,59,"columnNumber"],[348,22,72,59],[349,8,72,59],[349,15,72,65],[349,16,72,66],[349,31,73,8],[349,35,73,8,"_reactJsxDevRuntime"],[349,54,73,8],[349,55,73,8,"jsxDEV"],[349,61,73,8],[349,63,73,9,"Text"],[349,67,73,13],[349,68,73,13,"default"],[349,75,73,13],[350,10,73,14,"style"],[350,15,73,19],[350,17,73,21,"styles"],[350,23,73,27],[350,24,73,28,"paragraph"],[350,33,73,38],[351,10,73,38,"children"],[351,18,73,38],[351,20,73,39],[352,8,75,8],[353,10,75,8,"fileName"],[353,18,75,8],[353,20,75,8,"_jsxFileName"],[353,32,75,8],[354,10,75,8,"lineNumber"],[354,20,75,8],[355,10,75,8,"columnNumber"],[355,22,75,8],[356,8,75,8],[356,15,75,14],[356,16,75,15],[356,31,77,8],[356,35,77,8,"_reactJsxDevRuntime"],[356,54,77,8],[356,55,77,8,"jsxDEV"],[356,61,77,8],[356,63,77,9,"Text"],[356,67,77,13],[356,68,77,13,"default"],[356,75,77,13],[357,10,77,14,"style"],[357,15,77,19],[357,17,77,21,"styles"],[357,23,77,27],[357,24,77,28,"sectionTitle"],[357,36,77,41],[358,10,77,41,"children"],[358,18,77,41],[358,20,77,42],[359,8,77,63],[360,10,77,63,"fileName"],[360,18,77,63],[360,20,77,63,"_jsxFileName"],[360,32,77,63],[361,10,77,63,"lineNumber"],[361,20,77,63],[362,10,77,63,"columnNumber"],[362,22,77,63],[363,8,77,63],[363,15,77,69],[363,16,77,70],[363,31,78,8],[363,35,78,8,"_reactJsxDevRuntime"],[363,54,78,8],[363,55,78,8,"jsxDEV"],[363,61,78,8],[363,63,78,9,"Text"],[363,67,78,13],[363,68,78,13,"default"],[363,75,78,13],[364,10,78,14,"style"],[364,15,78,19],[364,17,78,21,"styles"],[364,23,78,27],[364,24,78,28,"paragraph"],[364,33,78,38],[365,10,78,38,"children"],[365,18,78,38],[365,20,78,39],[366,8,80,8],[367,10,80,8,"fileName"],[367,18,80,8],[367,20,80,8,"_jsxFileName"],[367,32,80,8],[368,10,80,8,"lineNumber"],[368,20,80,8],[369,10,80,8,"columnNumber"],[369,22,80,8],[370,8,80,8],[370,15,80,14],[370,16,80,15],[370,31,82,8],[370,35,82,8,"_reactJsxDevRuntime"],[370,54,82,8],[370,55,82,8,"jsxDEV"],[370,61,82,8],[370,63,82,9,"Text"],[370,67,82,13],[370,68,82,13,"default"],[370,75,82,13],[371,10,82,14,"style"],[371,15,82,19],[371,17,82,21,"styles"],[371,23,82,27],[371,24,82,28,"sectionTitle"],[371,36,82,41],[372,10,82,41,"children"],[372,18,82,41],[372,20,82,42],[373,8,82,73],[374,10,82,73,"fileName"],[374,18,82,73],[374,20,82,73,"_jsxFileName"],[374,32,82,73],[375,10,82,73,"lineNumber"],[375,20,82,73],[376,10,82,73,"columnNumber"],[376,22,82,73],[377,8,82,73],[377,15,82,79],[377,16,82,80],[377,31,83,8],[377,35,83,8,"_reactJsxDevRuntime"],[377,54,83,8],[377,55,83,8,"jsxDEV"],[377,61,83,8],[377,63,83,9,"Text"],[377,67,83,13],[377,68,83,13,"default"],[377,75,83,13],[378,10,83,14,"style"],[378,15,83,19],[378,17,83,21,"styles"],[378,23,83,27],[378,24,83,28,"paragraph"],[378,33,83,38],[379,10,83,38,"children"],[379,18,83,38],[379,20,83,39],[380,8,85,8],[381,10,85,8,"fileName"],[381,18,85,8],[381,20,85,8,"_jsxFileName"],[381,32,85,8],[382,10,85,8,"lineNumber"],[382,20,85,8],[383,10,85,8,"columnNumber"],[383,22,85,8],[384,8,85,8],[384,15,85,14],[384,16,85,15],[384,31,87,8],[384,35,87,8,"_reactJsxDevRuntime"],[384,54,87,8],[384,55,87,8,"jsxDEV"],[384,61,87,8],[384,63,87,9,"Text"],[384,67,87,13],[384,68,87,13,"default"],[384,75,87,13],[385,10,87,14,"style"],[385,15,87,19],[385,17,87,21,"styles"],[385,23,87,27],[385,24,87,28,"sectionTitle"],[385,36,87,41],[386,10,87,41,"children"],[386,18,87,41],[386,20,87,42],[387,8,87,71],[388,10,87,71,"fileName"],[388,18,87,71],[388,20,87,71,"_jsxFileName"],[388,32,87,71],[389,10,87,71,"lineNumber"],[389,20,87,71],[390,10,87,71,"columnNumber"],[390,22,87,71],[391,8,87,71],[391,15,87,77],[391,16,87,78],[391,31,88,8],[391,35,88,8,"_reactJsxDevRuntime"],[391,54,88,8],[391,55,88,8,"jsxDEV"],[391,61,88,8],[391,63,88,9,"Text"],[391,67,88,13],[391,68,88,13,"default"],[391,75,88,13],[392,10,88,14,"style"],[392,15,88,19],[392,17,88,21,"styles"],[392,23,88,27],[392,24,88,28,"paragraph"],[392,33,88,38],[393,10,88,38,"children"],[393,18,88,38],[393,20,88,39],[394,8,90,8],[395,10,90,8,"fileName"],[395,18,90,8],[395,20,90,8,"_jsxFileName"],[395,32,90,8],[396,10,90,8,"lineNumber"],[396,20,90,8],[397,10,90,8,"columnNumber"],[397,22,90,8],[398,8,90,8],[398,15,90,14],[398,16,90,15],[398,31,92,8],[398,35,92,8,"_reactJsxDevRuntime"],[398,54,92,8],[398,55,92,8,"jsxDEV"],[398,61,92,8],[398,63,92,9,"Text"],[398,67,92,13],[398,68,92,13,"default"],[398,75,92,13],[399,10,92,14,"style"],[399,15,92,19],[399,17,92,21,"styles"],[399,23,92,27],[399,24,92,28,"sectionTitle"],[399,36,92,41],[400,10,92,41,"children"],[400,18,92,41],[400,20,92,42],[401,8,92,56],[402,10,92,56,"fileName"],[402,18,92,56],[402,20,92,56,"_jsxFileName"],[402,32,92,56],[403,10,92,56,"lineNumber"],[403,20,92,56],[404,10,92,56,"columnNumber"],[404,22,92,56],[405,8,92,56],[405,15,92,62],[405,16,92,63],[405,31,93,8],[405,35,93,8,"_reactJsxDevRuntime"],[405,54,93,8],[405,55,93,8,"jsxDEV"],[405,61,93,8],[405,63,93,9,"Text"],[405,67,93,13],[405,68,93,13,"default"],[405,75,93,13],[406,10,93,14,"style"],[406,15,93,19],[406,17,93,21,"styles"],[406,23,93,27],[406,24,93,28,"paragraph"],[406,33,93,38],[407,10,93,38,"children"],[407,18,93,38],[407,20,93,39],[408,8,95,8],[409,10,95,8,"fileName"],[409,18,95,8],[409,20,95,8,"_jsxFileName"],[409,32,95,8],[410,10,95,8,"lineNumber"],[410,20,95,8],[411,10,95,8,"columnNumber"],[411,22,95,8],[412,8,95,8],[412,15,95,14],[412,16,95,15],[412,31,96,8],[412,35,96,8,"_reactJsxDevRuntime"],[412,54,96,8],[412,55,96,8,"jsxDEV"],[412,61,96,8],[412,63,96,9,"Text"],[412,67,96,13],[412,68,96,13,"default"],[412,75,96,13],[413,10,96,14,"style"],[413,15,96,19],[413,17,96,21,"styles"],[413,23,96,27],[413,24,96,28,"bulletPoint"],[413,35,96,40],[414,10,96,40,"children"],[414,18,96,40],[414,20,96,41],[415,8,96,73],[416,10,96,73,"fileName"],[416,18,96,73],[416,20,96,73,"_jsxFileName"],[416,32,96,73],[417,10,96,73,"lineNumber"],[417,20,96,73],[418,10,96,73,"columnNumber"],[418,22,96,73],[419,8,96,73],[419,15,96,79],[419,16,96,80],[419,31,97,8],[419,35,97,8,"_reactJsxDevRuntime"],[419,54,97,8],[419,55,97,8,"jsxDEV"],[419,61,97,8],[419,63,97,9,"Text"],[419,67,97,13],[419,68,97,13,"default"],[419,75,97,13],[420,10,97,14,"style"],[420,15,97,19],[420,17,97,21,"styles"],[420,23,97,27],[420,24,97,28,"bulletPoint"],[420,35,97,40],[421,10,97,40,"children"],[421,18,97,40],[421,20,97,41],[422,8,97,75],[423,10,97,75,"fileName"],[423,18,97,75],[423,20,97,75,"_jsxFileName"],[423,32,97,75],[424,10,97,75,"lineNumber"],[424,20,97,75],[425,10,97,75,"columnNumber"],[425,22,97,75],[426,8,97,75],[426,15,97,81],[426,16,97,82],[427,6,97,82],[428,8,97,82,"fileName"],[428,16,97,82],[428,18,97,82,"_jsxFileName"],[428,30,97,82],[429,8,97,82,"lineNumber"],[429,18,97,82],[430,8,97,82,"columnNumber"],[430,20,97,82],[431,6,97,82],[431,13,98,18],[431,14,98,19],[432,4,98,19],[433,6,98,19,"fileName"],[433,14,98,19],[433,16,98,19,"_jsxFileName"],[433,28,98,19],[434,6,98,19,"lineNumber"],[434,16,98,19],[435,6,98,19,"columnNumber"],[435,18,98,19],[436,4,98,19],[436,11,99,10],[436,12,99,11],[437,2,101,0],[438,2,101,1,"_s"],[438,4,101,1],[438,5,6,24,"PrivacyScreen"],[438,18,6,37],[439,4,6,37],[439,12,7,17,"useSafeAreaInsets"],[439,39,7,34],[439,40,7,34,"useSafeAreaInsets"],[439,57,7,34],[440,2,7,34],[441,2,7,34,"_c"],[441,4,7,34],[441,7,6,24,"PrivacyScreen"],[441,20,6,37],[442,2,103,0],[442,8,103,6,"styles"],[442,14,103,12],[442,17,103,15,"StyleSheet"],[442,27,103,25],[442,28,103,25,"default"],[442,35,103,25],[442,36,103,26,"create"],[442,42,103,32],[442,43,103,33],[443,4,104,2,"container"],[443,13,104,11],[443,15,104,13],[444,6,105,4,"flex"],[444,10,105,8],[444,12,105,10],[444,13,105,11],[445,6,106,4,"backgroundColor"],[445,21,106,19],[445,23,106,21],[446,4,107,2],[446,5,107,3],[447,4,108,2,"header"],[447,10,108,8],[447,12,108,10],[448,6,109,4,"flexDirection"],[448,19,109,17],[448,21,109,19],[448,26,109,24],[449,6,110,4,"alignItems"],[449,16,110,14],[449,18,110,16],[449,26,110,24],[450,6,111,4,"justifyContent"],[450,20,111,18],[450,22,111,20],[450,37,111,35],[451,6,112,4,"paddingHorizontal"],[451,23,112,21],[451,25,112,23],[451,27,112,25],[452,6,113,4,"paddingVertical"],[452,21,113,19],[452,23,113,21],[452,25,113,23],[453,6,114,4,"backgroundColor"],[453,21,114,19],[453,23,114,21],[453,29,114,27],[454,6,115,4,"borderBottomWidth"],[454,23,115,21],[454,25,115,23],[454,26,115,24],[455,6,116,4,"borderBottomColor"],[455,23,116,21],[455,25,116,23],[456,4,117,2],[456,5,117,3],[457,4,118,2,"backButton"],[457,14,118,12],[457,16,118,14],[458,6,119,4,"width"],[458,11,119,9],[458,13,119,11],[458,15,119,13],[459,6,120,4,"height"],[459,12,120,10],[459,14,120,12],[459,16,120,14],[460,6,121,4,"borderRadius"],[460,18,121,16],[460,20,121,18],[460,22,121,20],[461,6,122,4,"backgroundColor"],[461,21,122,19],[461,23,122,21],[461,32,122,30],[462,6,123,4,"alignItems"],[462,16,123,14],[462,18,123,16],[462,26,123,24],[463,6,124,4,"justifyContent"],[463,20,124,18],[463,22,124,20],[464,4,125,2],[464,5,125,3],[465,4,126,2,"headerTitle"],[465,15,126,13],[465,17,126,15],[466,6,127,4,"fontSize"],[466,14,127,12],[466,16,127,14],[466,18,127,16],[467,6,128,4,"fontWeight"],[467,16,128,14],[467,18,128,16],[467,23,128,21],[468,6,129,4,"color"],[468,11,129,9],[468,13,129,11],[469,4,130,2],[469,5,130,3],[470,4,131,2,"scrollContent"],[470,17,131,15],[470,19,131,17],[471,6,132,4,"padding"],[471,13,132,11],[471,15,132,13],[471,17,132,15],[472,6,133,4,"paddingBottom"],[472,19,133,17],[472,21,133,19],[473,4,134,2],[473,5,134,3],[474,4,135,2,"updateDate"],[474,14,135,12],[474,16,135,14],[475,6,136,4,"fontSize"],[475,14,136,12],[475,16,136,14],[475,18,136,16],[476,6,137,4,"color"],[476,11,137,9],[476,13,137,11],[476,22,137,20],[477,6,138,4,"marginBottom"],[477,18,138,16],[477,20,138,18],[477,22,138,20],[478,6,139,4,"fontStyle"],[478,15,139,13],[478,17,139,15],[479,4,140,2],[479,5,140,3],[480,4,141,2,"sectionTitle"],[480,16,141,14],[480,18,141,16],[481,6,142,4,"fontSize"],[481,14,142,12],[481,16,142,14],[481,18,142,16],[482,6,143,4,"fontWeight"],[482,16,143,14],[482,18,143,16],[482,23,143,21],[483,6,144,4,"color"],[483,11,144,9],[483,13,144,11],[483,22,144,20],[484,6,145,4,"marginTop"],[484,15,145,13],[484,17,145,15],[484,19,145,17],[485,6,146,4,"marginBottom"],[485,18,146,16],[485,20,146,18],[486,4,147,2],[486,5,147,3],[487,4,148,2,"paragraph"],[487,13,148,11],[487,15,148,13],[488,6,149,4,"fontSize"],[488,14,149,12],[488,16,149,14],[488,18,149,16],[489,6,150,4,"color"],[489,11,150,9],[489,13,150,11],[489,22,150,20],[490,6,151,4,"lineHeight"],[490,16,151,14],[490,18,151,16],[490,20,151,18],[491,6,152,4,"marginBottom"],[491,18,152,16],[491,20,152,18],[492,4,153,2],[492,5,153,3],[493,4,154,2,"bulletPoint"],[493,15,154,13],[493,17,154,15],[494,6,155,4,"fontSize"],[494,14,155,12],[494,16,155,14],[494,18,155,16],[495,6,156,4,"color"],[495,11,156,9],[495,13,156,11],[495,22,156,20],[496,6,157,4,"lineHeight"],[496,16,157,14],[496,18,157,16],[496,20,157,18],[497,6,158,4,"marginLeft"],[497,16,158,14],[497,18,158,16],[497,20,158,18],[498,6,159,4,"marginBottom"],[498,18,159,16],[498,20,159,18],[499,4,160,2],[500,2,161,0],[500,3,161,1],[500,4,161,2],[501,2,161,3],[501,6,161,3,"_c"],[501,8,161,3],[502,2,161,3,"$RefreshReg$"],[502,14,161,3],[502,15,161,3,"_c"],[502,17,161,3],[503,0,161,3],[503,3]],"functionMap":{"names":["<global>","PrivacyScreen","TouchableOpacity.props.onPress"],"mappings":"AAA;eCK;mCCM,yBD;CDyF"},"hasCjsExports":false},"type":"js/module"}]} |