@20minutes/hela 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (271) hide show
  1. package/dist/css/style.css +2 -0
  2. package/dist/fonts/Oswald-Bold.woff +0 -0
  3. package/dist/fonts/Oswald-Bold.woff2 +0 -0
  4. package/dist/fonts/SourceSerifPro-Bold.woff +0 -0
  5. package/dist/fonts/SourceSerifPro-Bold.woff2 +0 -0
  6. package/dist/fonts/SourceSerifPro-Italic.woff +0 -0
  7. package/dist/fonts/SourceSerifPro-Italic.woff2 +0 -0
  8. package/dist/fonts/SourceSerifPro-Regular.woff +0 -0
  9. package/dist/fonts/SourceSerifPro-Regular.woff2 +0 -0
  10. package/dist/index.d.ts +672 -0
  11. package/dist/index.es.js +42119 -0
  12. package/dist/index.umd.js +326 -0
  13. package/dist/js/main.min.js +1 -0
  14. package/package.json +1 -1
  15. package/dist/dts/src/assets/scripts/breadcrumb.d.ts +0 -2
  16. package/dist/dts/src/assets/scripts/collapse.d.ts +0 -1
  17. package/dist/dts/src/assets/scripts/expander.d.ts +0 -1
  18. package/dist/dts/src/assets/scripts/main.d.ts +0 -1
  19. package/dist/dts/src/assets/scripts/scroll.d.ts +0 -1
  20. package/dist/dts/src/assets/scripts/tabs.d.ts +0 -1
  21. package/dist/dts/src/assets/scripts/theming.d.ts +0 -2
  22. package/dist/dts/src/components/atoms/Ad/Ad.d.ts +0 -12
  23. package/dist/dts/src/components/atoms/Ad/Ad.stories.d.ts +0 -12
  24. package/dist/dts/src/components/atoms/Ad/index.d.ts +0 -1
  25. package/dist/dts/src/components/atoms/Alert/Alert.d.ts +0 -7
  26. package/dist/dts/src/components/atoms/Alert/Alert.stories.d.ts +0 -13
  27. package/dist/dts/src/components/atoms/Alert/index.d.ts +0 -1
  28. package/dist/dts/src/components/atoms/Avatar/Avatar.d.ts +0 -7
  29. package/dist/dts/src/components/atoms/Avatar/Avatar.stories.d.ts +0 -13
  30. package/dist/dts/src/components/atoms/Avatar/index.d.ts +0 -1
  31. package/dist/dts/src/components/atoms/Button/Button.d.ts +0 -10
  32. package/dist/dts/src/components/atoms/Button/Button.stories.d.ts +0 -15
  33. package/dist/dts/src/components/atoms/Button/index.d.ts +0 -1
  34. package/dist/dts/src/components/atoms/Divider/Divider.d.ts +0 -3
  35. package/dist/dts/src/components/atoms/Divider/Divider.stories.d.ts +0 -10
  36. package/dist/dts/src/components/atoms/Divider/index.d.ts +0 -1
  37. package/dist/dts/src/components/atoms/DividerSection/DividerSection.d.ts +0 -8
  38. package/dist/dts/src/components/atoms/DividerSection/DividerSection.stories.d.ts +0 -12
  39. package/dist/dts/src/components/atoms/DividerSection/index.d.ts +0 -1
  40. package/dist/dts/src/components/atoms/Icon/Icon.d.ts +0 -11
  41. package/dist/dts/src/components/atoms/Icon/Icon.stories.d.ts +0 -14
  42. package/dist/dts/src/components/atoms/Icon/SvgSprite.d.ts +0 -3
  43. package/dist/dts/src/components/atoms/Icon/index.d.ts +0 -2
  44. package/dist/dts/src/components/atoms/Img/Img.d.ts +0 -9
  45. package/dist/dts/src/components/atoms/Img/Img.stories.d.ts +0 -10
  46. package/dist/dts/src/components/atoms/Img/index.d.ts +0 -1
  47. package/dist/dts/src/components/atoms/Input/Input.d.ts +0 -6
  48. package/dist/dts/src/components/atoms/Input/Input.stories.d.ts +0 -10
  49. package/dist/dts/src/components/atoms/Input/index.d.ts +0 -1
  50. package/dist/dts/src/components/atoms/Label/Label.d.ts +0 -11
  51. package/dist/dts/src/components/atoms/Label/Label.stories.d.ts +0 -13
  52. package/dist/dts/src/components/atoms/Label/index.d.ts +0 -1
  53. package/dist/dts/src/components/atoms/LabelSection/LabelSection.d.ts +0 -5
  54. package/dist/dts/src/components/atoms/LabelSection/LabelSection.stories.d.ts +0 -11
  55. package/dist/dts/src/components/atoms/LabelSection/index.d.ts +0 -1
  56. package/dist/dts/src/components/atoms/Link/Link.d.ts +0 -9
  57. package/dist/dts/src/components/atoms/Link/Link.stories.d.ts +0 -18
  58. package/dist/dts/src/components/atoms/Link/index.d.ts +0 -1
  59. package/dist/dts/src/components/atoms/Meta/Meta.d.ts +0 -9
  60. package/dist/dts/src/components/atoms/Meta/Meta.stories.d.ts +0 -8
  61. package/dist/dts/src/components/atoms/Meta/index.d.ts +0 -1
  62. package/dist/dts/src/components/atoms/Modal/Modal.d.ts +0 -7
  63. package/dist/dts/src/components/atoms/Modal/Modal.stories.d.ts +0 -11
  64. package/dist/dts/src/components/atoms/Modal/index.d.ts +0 -1
  65. package/dist/dts/src/components/atoms/Pipe/Pipe.d.ts +0 -2
  66. package/dist/dts/src/components/atoms/Pipe/Pipe.stories.d.ts +0 -8
  67. package/dist/dts/src/components/atoms/Pipe/index.d.ts +0 -1
  68. package/dist/dts/src/components/atoms/ReadAlso/ReadAlso.d.ts +0 -10
  69. package/dist/dts/src/components/atoms/ReadAlso/ReadAlso.stories.d.ts +0 -8
  70. package/dist/dts/src/components/atoms/ReadAlso/index.d.ts +0 -1
  71. package/dist/dts/src/components/atoms/ScrollProgressBar/ScrollProgressBar.d.ts +0 -8
  72. package/dist/dts/src/components/atoms/ScrollProgressBar/ScrollProgressBar.stories.d.ts +0 -24
  73. package/dist/dts/src/components/atoms/ScrollProgressBar/index.d.ts +0 -1
  74. package/dist/dts/src/components/atoms/Section/Section.d.ts +0 -6
  75. package/dist/dts/src/components/atoms/Section/Section.stories.d.ts +0 -11
  76. package/dist/dts/src/components/atoms/Section/index.d.ts +0 -1
  77. package/dist/dts/src/components/atoms/Switch/Switch.d.ts +0 -8
  78. package/dist/dts/src/components/atoms/Switch/Switch.stories.d.ts +0 -8
  79. package/dist/dts/src/components/atoms/Switch/index.d.ts +0 -1
  80. package/dist/dts/src/components/atoms/SwitchDarkMode/SwitchDarkMode.d.ts +0 -7
  81. package/dist/dts/src/components/atoms/SwitchDarkMode/SwitchDarkMode.stories.d.ts +0 -8
  82. package/dist/dts/src/components/atoms/SwitchDarkMode/index.d.ts +0 -1
  83. package/dist/dts/src/components/atoms/Tab/Tab.d.ts +0 -10
  84. package/dist/dts/src/components/atoms/Tab/Tab.stories.d.ts +0 -16
  85. package/dist/dts/src/components/atoms/Tab/index.d.ts +0 -1
  86. package/dist/dts/src/components/atoms/TabPanel/TabPanel.d.ts +0 -7
  87. package/dist/dts/src/components/atoms/TabPanel/TabPanel.stories.d.ts +0 -8
  88. package/dist/dts/src/components/atoms/TabPanel/index.d.ts +0 -1
  89. package/dist/dts/src/components/atoms/Tag/Tag.d.ts +0 -10
  90. package/dist/dts/src/components/atoms/Tag/Tag.stories.d.ts +0 -15
  91. package/dist/dts/src/components/atoms/Tag/index.d.ts +0 -1
  92. package/dist/dts/src/components/atoms/Typography/Heading.d.ts +0 -8
  93. package/dist/dts/src/components/atoms/Typography/Heading.stories.d.ts +0 -13
  94. package/dist/dts/src/components/atoms/Typography/Text.d.ts +0 -6
  95. package/dist/dts/src/components/atoms/Typography/Text.stories.d.ts +0 -11
  96. package/dist/dts/src/components/atoms/Typography/Typography.d.ts +0 -8
  97. package/dist/dts/src/components/atoms/Typography/index.d.ts +0 -2
  98. package/dist/dts/src/components/atoms/index.d.ts +0 -24
  99. package/dist/dts/src/components/index.d.ts +0 -3
  100. package/dist/dts/src/components/molecules/Article/ArticleContent/ArticleContent.d.ts +0 -8
  101. package/dist/dts/src/components/molecules/Article/ArticleContent/ArticleContent.stories.d.ts +0 -8
  102. package/dist/dts/src/components/molecules/Article/ArticleContent/index.d.ts +0 -1
  103. package/dist/dts/src/components/molecules/Article/ArticleHeader/ArticleHeader.d.ts +0 -10
  104. package/dist/dts/src/components/molecules/Article/ArticleHeader/ArticleHeader.stories.d.ts +0 -10
  105. package/dist/dts/src/components/molecules/Article/ArticleHeader/index.d.ts +0 -1
  106. package/dist/dts/src/components/molecules/Article/ArticleImageCover/ArticleImageCover.d.ts +0 -9
  107. package/dist/dts/src/components/molecules/Article/ArticleImageCover/ArticleImageCover.stories.d.ts +0 -15
  108. package/dist/dts/src/components/molecules/Article/ArticleImageCover/index.d.ts +0 -1
  109. package/dist/dts/src/components/molecules/Article/ArticleSummary/ArticleSummary.d.ts +0 -8
  110. package/dist/dts/src/components/molecules/Article/ArticleSummary/ArticleSummary.stories.d.ts +0 -11
  111. package/dist/dts/src/components/molecules/Article/ArticleSummary/index.d.ts +0 -1
  112. package/dist/dts/src/components/molecules/Article/ArticleVideoCover/ArticleVideoCover.d.ts +0 -6
  113. package/dist/dts/src/components/molecules/Article/ArticleVideoCover/ArticleVideoCover.stories.d.ts +0 -8
  114. package/dist/dts/src/components/molecules/Article/ArticleVideoCover/index.d.ts +0 -1
  115. package/dist/dts/src/components/molecules/Article/index.d.ts +0 -5
  116. package/dist/dts/src/components/molecules/Breadcrumb/Breadcrumb.d.ts +0 -19
  117. package/dist/dts/src/components/molecules/Breadcrumb/Breadcrumb.stories.d.ts +0 -16
  118. package/dist/dts/src/components/molecules/Breadcrumb/BreadcrumbRubric.d.ts +0 -8
  119. package/dist/dts/src/components/molecules/Breadcrumb/index.d.ts +0 -1
  120. package/dist/dts/src/components/molecules/Card/CategoryCard/CategoryCard.d.ts +0 -10
  121. package/dist/dts/src/components/molecules/Card/CategoryCard/CategoryCard.stories.d.ts +0 -6
  122. package/dist/dts/src/components/molecules/Card/CategoryCard/index.d.ts +0 -1
  123. package/dist/dts/src/components/molecules/Card/GameCard/GameCard.d.ts +0 -11
  124. package/dist/dts/src/components/molecules/Card/GameCard/GameCard.stories.d.ts +0 -9
  125. package/dist/dts/src/components/molecules/Card/GameCard/index.d.ts +0 -1
  126. package/dist/dts/src/components/molecules/Card/HomeLiveCard/HomeLiveCard.d.ts +0 -11
  127. package/dist/dts/src/components/molecules/Card/HomeLiveCard/HomeLiveCard.stories.d.ts +0 -9
  128. package/dist/dts/src/components/molecules/Card/HomeLiveCard/index.d.ts +0 -1
  129. package/dist/dts/src/components/molecules/Card/LargeCard/LargeCard.d.ts +0 -15
  130. package/dist/dts/src/components/molecules/Card/LargeCard/LargeCard.stories.d.ts +0 -9
  131. package/dist/dts/src/components/molecules/Card/LargeCard/index.d.ts +0 -1
  132. package/dist/dts/src/components/molecules/Card/LiveCard/LiveCard.d.ts +0 -13
  133. package/dist/dts/src/components/molecules/Card/LiveCard/LiveCard.stories.d.ts +0 -6
  134. package/dist/dts/src/components/molecules/Card/LiveCard/index.d.ts +0 -1
  135. package/dist/dts/src/components/molecules/Card/MediumCard/MediumCard.d.ts +0 -10
  136. package/dist/dts/src/components/molecules/Card/MediumCard/MediumCard.stories.d.ts +0 -6
  137. package/dist/dts/src/components/molecules/Card/MediumCard/index.d.ts +0 -1
  138. package/dist/dts/src/components/molecules/Card/MenuCard/MenuCard.d.ts +0 -8
  139. package/dist/dts/src/components/molecules/Card/MenuCard/MenuCard.stories.d.ts +0 -8
  140. package/dist/dts/src/components/molecules/Card/MenuCard/index.d.ts +0 -1
  141. package/dist/dts/src/components/molecules/Card/MostReadCard/MostReadCard.d.ts +0 -16
  142. package/dist/dts/src/components/molecules/Card/MostReadCard/MostReadCard.stories.d.ts +0 -9
  143. package/dist/dts/src/components/molecules/Card/MostReadCard/index.d.ts +0 -1
  144. package/dist/dts/src/components/molecules/Card/NewsCard/NewsCard.d.ts +0 -10
  145. package/dist/dts/src/components/molecules/Card/NewsCard/NewsCard.stories.d.ts +0 -9
  146. package/dist/dts/src/components/molecules/Card/NewsCard/index.d.ts +0 -1
  147. package/dist/dts/src/components/molecules/Card/OverviewCard/OverviewCard.d.ts +0 -10
  148. package/dist/dts/src/components/molecules/Card/OverviewCard/OverviewCard.stories.d.ts +0 -10
  149. package/dist/dts/src/components/molecules/Card/OverviewCard/index.d.ts +0 -1
  150. package/dist/dts/src/components/molecules/Card/PodcastCard/PodcastCard.d.ts +0 -13
  151. package/dist/dts/src/components/molecules/Card/PodcastCard/PodcastCard.stories.d.ts +0 -9
  152. package/dist/dts/src/components/molecules/Card/PodcastCard/index.d.ts +0 -1
  153. package/dist/dts/src/components/molecules/Card/RegionalCard/RegionalCard.d.ts +0 -12
  154. package/dist/dts/src/components/molecules/Card/RegionalCard/RegionalCard.stories.d.ts +0 -9
  155. package/dist/dts/src/components/molecules/Card/RegionalCard/index.d.ts +0 -1
  156. package/dist/dts/src/components/molecules/Card/RubricCard/RubricCard.d.ts +0 -15
  157. package/dist/dts/src/components/molecules/Card/RubricCard/RubricCard.stories.d.ts +0 -9
  158. package/dist/dts/src/components/molecules/Card/RubricCard/index.d.ts +0 -1
  159. package/dist/dts/src/components/molecules/Card/SmallCard/SmallCard.d.ts +0 -8
  160. package/dist/dts/src/components/molecules/Card/SmallCard/SmallCard.stories.d.ts +0 -8
  161. package/dist/dts/src/components/molecules/Card/SmallCard/index.d.ts +0 -1
  162. package/dist/dts/src/components/molecules/Card/SmallGameCard/SmallGameCard.d.ts +0 -10
  163. package/dist/dts/src/components/molecules/Card/SmallGameCard/SmallGameCard.stories.d.ts +0 -9
  164. package/dist/dts/src/components/molecules/Card/SmallGameCard/index.d.ts +0 -1
  165. package/dist/dts/src/components/molecules/Card/SmallLiveCard/SmallLiveCard.d.ts +0 -10
  166. package/dist/dts/src/components/molecules/Card/SmallLiveCard/SmallLiveCard.stories.d.ts +0 -9
  167. package/dist/dts/src/components/molecules/Card/SmallLiveCard/index.d.ts +0 -1
  168. package/dist/dts/src/components/molecules/Card/index.d.ts +0 -16
  169. package/dist/dts/src/components/molecules/CategoryCards/CategoryCards.d.ts +0 -9
  170. package/dist/dts/src/components/molecules/CategoryCards/CategoryCards.stories.d.ts +0 -6
  171. package/dist/dts/src/components/molecules/CategoryCards/index.d.ts +0 -1
  172. package/dist/dts/src/components/molecules/Collapse/Collapse.d.ts +0 -11
  173. package/dist/dts/src/components/molecules/Collapse/Collapse.stories.d.ts +0 -8
  174. package/dist/dts/src/components/molecules/Collapse/index.d.ts +0 -1
  175. package/dist/dts/src/components/molecules/ErrorResponsesContent/ErrorResponsesContent.d.ts +0 -5
  176. package/dist/dts/src/components/molecules/ErrorResponsesContent/ErrorResponsesContent.stories.d.ts +0 -13
  177. package/dist/dts/src/components/molecules/ErrorResponsesContent/index.d.ts +0 -1
  178. package/dist/dts/src/components/molecules/FooterCategories/FooterCategories.d.ts +0 -13
  179. package/dist/dts/src/components/molecules/FooterCategories/FooterCategories.stories.d.ts +0 -18
  180. package/dist/dts/src/components/molecules/FooterCategories/index.d.ts +0 -1
  181. package/dist/dts/src/components/molecules/FooterLinks/FooterLinks.d.ts +0 -12
  182. package/dist/dts/src/components/molecules/FooterLinks/FooterLinks.stories.d.ts +0 -16
  183. package/dist/dts/src/components/molecules/FooterLinks/index.d.ts +0 -1
  184. package/dist/dts/src/components/molecules/HeaderBanner/HeaderBanner.d.ts +0 -10
  185. package/dist/dts/src/components/molecules/HeaderBanner/HeaderBanner.stories.d.ts +0 -13
  186. package/dist/dts/src/components/molecules/HeaderBanner/index.d.ts +0 -1
  187. package/dist/dts/src/components/molecules/HeaderPage/HeaderPage.d.ts +0 -9
  188. package/dist/dts/src/components/molecules/HeaderPage/HeaderPage.stories.d.ts +0 -24
  189. package/dist/dts/src/components/molecules/HeaderPage/index.d.ts +0 -1
  190. package/dist/dts/src/components/molecules/HeaderSideModal/HeaderSideModal.d.ts +0 -6
  191. package/dist/dts/src/components/molecules/HeaderSideModal/HeaderSideModal.stories.d.ts +0 -8
  192. package/dist/dts/src/components/molecules/HeaderSideModal/index.d.ts +0 -1
  193. package/dist/dts/src/components/molecules/Horoscope/HoroscopeContent/HoroscopeContent.d.ts +0 -8
  194. package/dist/dts/src/components/molecules/Horoscope/HoroscopeContent/HoroscopeContent.stories.d.ts +0 -5
  195. package/dist/dts/src/components/molecules/Horoscope/HoroscopeContent/index.d.ts +0 -1
  196. package/dist/dts/src/components/molecules/Horoscope/HoroscopeHomepageContent/HoroscopeHomepageContent.d.ts +0 -11
  197. package/dist/dts/src/components/molecules/Horoscope/HoroscopeHomepageContent/HoroscopeHomepageContent.stories.d.ts +0 -5
  198. package/dist/dts/src/components/molecules/Horoscope/HoroscopeHomepageContent/index.d.ts +0 -1
  199. package/dist/dts/src/components/molecules/Horoscope/HoroscopeTiles/HoroscopeTiles.d.ts +0 -9
  200. package/dist/dts/src/components/molecules/Horoscope/HoroscopeTiles/HoroscopeTiles.stories.d.ts +0 -8
  201. package/dist/dts/src/components/molecules/Horoscope/HoroscopeTiles/index.d.ts +0 -1
  202. package/dist/dts/src/components/molecules/Horoscope/HoroscopeTopicCard/HoroscopeTopicCard.d.ts +0 -10
  203. package/dist/dts/src/components/molecules/Horoscope/HoroscopeTopicCard/HoroscopeTopicCard.stories.d.ts +0 -8
  204. package/dist/dts/src/components/molecules/Horoscope/HoroscopeTopicCard/index.d.ts +0 -1
  205. package/dist/dts/src/components/molecules/Horoscope/index.d.ts +0 -4
  206. package/dist/dts/src/components/molecules/InfoBanner/InfoBanner.d.ts +0 -6
  207. package/dist/dts/src/components/molecules/InfoBanner/InfoBanner.stories.d.ts +0 -12
  208. package/dist/dts/src/components/molecules/InfoBanner/index.d.ts +0 -1
  209. package/dist/dts/src/components/molecules/LiveCards/LiveCards.d.ts +0 -8
  210. package/dist/dts/src/components/molecules/LiveCards/LiveCards.stories.d.ts +0 -6
  211. package/dist/dts/src/components/molecules/LiveCards/index.d.ts +0 -1
  212. package/dist/dts/src/components/molecules/Menu/Menu.d.ts +0 -15
  213. package/dist/dts/src/components/molecules/Menu/Menu.stories.d.ts +0 -6
  214. package/dist/dts/src/components/molecules/Menu/index.d.ts +0 -1
  215. package/dist/dts/src/components/molecules/MostReadArticles/MostReadArticles.d.ts +0 -15
  216. package/dist/dts/src/components/molecules/MostReadArticles/MostReadArticles.stories.d.ts +0 -5
  217. package/dist/dts/src/components/molecules/MostReadArticles/index.d.ts +0 -1
  218. package/dist/dts/src/components/molecules/NewsCards/NewsCards.d.ts +0 -9
  219. package/dist/dts/src/components/molecules/NewsCards/NewsCards.stories.d.ts +0 -5
  220. package/dist/dts/src/components/molecules/NewsCards/index.d.ts +0 -1
  221. package/dist/dts/src/components/molecules/Newsletter/Newsletter.d.ts +0 -9
  222. package/dist/dts/src/components/molecules/Newsletter/Newsletter.stories.d.ts +0 -5
  223. package/dist/dts/src/components/molecules/Newsletter/index.d.ts +0 -1
  224. package/dist/dts/src/components/molecules/OverviewBar/OverviewBar.d.ts +0 -8
  225. package/dist/dts/src/components/molecules/OverviewBar/OverviewBar.stories.d.ts +0 -6
  226. package/dist/dts/src/components/molecules/OverviewBar/index.d.ts +0 -1
  227. package/dist/dts/src/components/molecules/PartnerCards/PartnerCards.d.ts +0 -9
  228. package/dist/dts/src/components/molecules/PartnerCards/PartnerCards.stories.d.ts +0 -5
  229. package/dist/dts/src/components/molecules/PartnerCards/index.d.ts +0 -1
  230. package/dist/dts/src/components/molecules/Signature/Signature.d.ts +0 -10
  231. package/dist/dts/src/components/molecules/Signature/Signature.stories.d.ts +0 -8
  232. package/dist/dts/src/components/molecules/Signature/index.d.ts +0 -1
  233. package/dist/dts/src/components/molecules/SocialBar/SocialBar.d.ts +0 -10
  234. package/dist/dts/src/components/molecules/SocialBar/SocialBar.stories.d.ts +0 -14
  235. package/dist/dts/src/components/molecules/SocialBar/index.d.ts +0 -1
  236. package/dist/dts/src/components/molecules/SocialIcons/SocialIcons.d.ts +0 -11
  237. package/dist/dts/src/components/molecules/SocialIcons/SocialIcons.stories.d.ts +0 -16
  238. package/dist/dts/src/components/molecules/SocialIcons/index.d.ts +0 -1
  239. package/dist/dts/src/components/molecules/Tabs/Tabs.d.ts +0 -12
  240. package/dist/dts/src/components/molecules/Tabs/Tabs.stories.d.ts +0 -12
  241. package/dist/dts/src/components/molecules/Tabs/index.d.ts +0 -1
  242. package/dist/dts/src/components/molecules/TagBar/TagBar.d.ts +0 -6
  243. package/dist/dts/src/components/molecules/TagBar/TagBar.stories.d.ts +0 -5
  244. package/dist/dts/src/components/molecules/TagBar/index.d.ts +0 -1
  245. package/dist/dts/src/components/molecules/Tiles/Tiles.d.ts +0 -9
  246. package/dist/dts/src/components/molecules/Tiles/Tiles.stories.d.ts +0 -8
  247. package/dist/dts/src/components/molecules/Tiles/index.d.ts +0 -1
  248. package/dist/dts/src/components/molecules/index.d.ts +0 -25
  249. package/dist/dts/src/components/organisms/Footer/Footer.d.ts +0 -7
  250. package/dist/dts/src/components/organisms/Footer/Footer.stories.d.ts +0 -30
  251. package/dist/dts/src/components/organisms/Footer/FooterDesktop.d.ts +0 -5
  252. package/dist/dts/src/components/organisms/Footer/FooterMobile.d.ts +0 -5
  253. package/dist/dts/src/components/organisms/Footer/Links.d.ts +0 -12
  254. package/dist/dts/src/components/organisms/Footer/index.d.ts +0 -1
  255. package/dist/dts/src/components/organisms/Header/Header.d.ts +0 -7
  256. package/dist/dts/src/components/organisms/Header/Header.stories.d.ts +0 -16
  257. package/dist/dts/src/components/organisms/Header/HeaderDesktop.d.ts +0 -11
  258. package/dist/dts/src/components/organisms/Header/HeaderMobile.d.ts +0 -2
  259. package/dist/dts/src/components/organisms/Header/index.d.ts +0 -1
  260. package/dist/dts/src/components/organisms/index.d.ts +0 -2
  261. package/dist/dts/src/hooks/index.d.ts +0 -1
  262. package/dist/dts/src/hooks/useLayoutEffect.d.ts +0 -2
  263. package/dist/dts/src/index.d.ts +0 -3
  264. package/dist/dts/src/types/Color.d.ts +0 -4
  265. package/dist/dts/src/types/LayoutType.d.ts +0 -4
  266. package/dist/dts/src/types/TabType.d.ts +0 -1
  267. package/dist/dts/src/types/ThemeType.d.ts +0 -1
  268. package/dist/dts/src/types/index.d.ts +0 -4
  269. package/dist/dts/src/utils/Draftjs.d.ts +0 -2
  270. package/dist/dts/src/utils/index.d.ts +0 -1
  271. package/dist/dts/src/utils/string.d.ts +0 -2
@@ -0,0 +1,326 @@
1
+ (function(_t,$c){typeof exports=="object"&&typeof module<"u"?$c(exports,require("react")):typeof define=="function"&&define.amd?define(["exports","react"],$c):(_t=typeof globalThis<"u"?globalThis:_t||self,$c(_t["@20minutes/hela"]={},_t.react))})(this,function(_t,$c){"use strict";const m_=o=>o&&typeof o=="object"&&"default"in o?o:{default:o};function g_(o){if(o&&o.__esModule)return o;const i=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(o){for(const l in o)if(l!=="default"){const c=Object.getOwnPropertyDescriptor(o,l);Object.defineProperty(i,l,c.get?c:{enumerable:!0,get:()=>o[l]})}}return i.default=o,Object.freeze(i)}const Qn=m_($c),Kg=g_($c);var vn=(o=>(o.MOBILE="mobile",o.DESKTOP="desktop",o))(vn||{});const sp=typeof window<"u"?$c.useLayoutEffect:()=>{};var md=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function y_(o){var i=o.default;if(typeof i=="function"){var l=function(){return i.apply(this,arguments)};l.prototype=i.prototype}else l={};return Object.defineProperty(l,"__esModule",{value:!0}),Object.keys(o).forEach(function(c){var u=Object.getOwnPropertyDescriptor(o,c);Object.defineProperty(l,c,u.get?u:{enumerable:!0,get:function(){return o[c]}})}),l}var w6={exports:{}};/*!
2
+ Copyright (c) 2018 Jed Watson.
3
+ Licensed under the MIT License (MIT), see
4
+ http://jedwatson.github.io/classnames
5
+ */(function(o){(function(){var i={}.hasOwnProperty;function l(){for(var c=[],u=0;u<arguments.length;u++){var g=arguments[u];if(!!g){var S=typeof g;if(S==="string"||S==="number")c.push(g);else if(Array.isArray(g)){if(g.length){var A=l.apply(null,g);A&&c.push(A)}}else if(S==="object"){if(g.toString!==Object.prototype.toString&&!g.toString.toString().includes("[native code]")){c.push(g.toString());continue}for(var x in g)i.call(g,x)&&g[x]&&c.push(x)}}}return c.join(" ")}o.exports?(l.default=l,o.exports=l):window.classNames=l})()})(w6);const vr=w6.exports;var lm={exports:{}},dv={};/**
6
+ * @license React
7
+ * react-jsx-runtime.production.min.js
8
+ *
9
+ * Copyright (c) Facebook, Inc. and its affiliates.
10
+ *
11
+ * This source code is licensed under the MIT license found in the
12
+ * LICENSE file in the root directory of this source tree.
13
+ */var C6;function S_(){if(C6)return dv;C6=1;var o=Qn.default,i=Symbol.for("react.element"),l=Symbol.for("react.fragment"),c=Object.prototype.hasOwnProperty,u=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,g={key:!0,ref:!0,__self:!0,__source:!0};function S(A,x,N){var q,$={},K=null,J=null;N!==void 0&&(K=""+N),x.key!==void 0&&(K=""+x.key),x.ref!==void 0&&(J=x.ref);for(q in x)c.call(x,q)&&!g.hasOwnProperty(q)&&($[q]=x[q]);if(A&&A.defaultProps)for(q in x=A.defaultProps,x)$[q]===void 0&&($[q]=x[q]);return{$$typeof:i,type:A,key:K,ref:J,props:$,_owner:u.current}}return dv.Fragment=l,dv.jsx=S,dv.jsxs=S,dv}var pv={};/**
14
+ * @license React
15
+ * react-jsx-runtime.development.js
16
+ *
17
+ * Copyright (c) Facebook, Inc. and its affiliates.
18
+ *
19
+ * This source code is licensed under the MIT license found in the
20
+ * LICENSE file in the root directory of this source tree.
21
+ */var _6;function E_(){return _6||(_6=1,process.env.NODE_ENV!=="production"&&function(){var o=Qn.default,i=Symbol.for("react.element"),l=Symbol.for("react.portal"),c=Symbol.for("react.fragment"),u=Symbol.for("react.strict_mode"),g=Symbol.for("react.profiler"),S=Symbol.for("react.provider"),A=Symbol.for("react.context"),x=Symbol.for("react.forward_ref"),N=Symbol.for("react.suspense"),q=Symbol.for("react.suspense_list"),$=Symbol.for("react.memo"),K=Symbol.for("react.lazy"),J=Symbol.for("react.offscreen"),te=Symbol.iterator,le="@@iterator";function ie(fe){if(fe===null||typeof fe!="object")return null;var qe=te&&fe[te]||fe[le];return typeof qe=="function"?qe:null}var oe=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function Ce(fe){{for(var qe=arguments.length,mt=new Array(qe>1?qe-1:0),Yt=1;Yt<qe;Yt++)mt[Yt-1]=arguments[Yt];Se("error",fe,mt)}}function Se(fe,qe,mt){{var Yt=oe.ReactDebugCurrentFrame,hn=Yt.getStackAddendum();hn!==""&&(qe+="%s",mt=mt.concat([hn]));var Fn=mt.map(function(en){return String(en)});Fn.unshift("Warning: "+qe),Function.prototype.apply.call(console[fe],console,Fn)}}var we=!1,Be=!1,nt=!1,je=!1,ct=!1,Xe;Xe=Symbol.for("react.module.reference");function ht(fe){return!!(typeof fe=="string"||typeof fe=="function"||fe===c||fe===g||ct||fe===u||fe===N||fe===q||je||fe===J||we||Be||nt||typeof fe=="object"&&fe!==null&&(fe.$$typeof===K||fe.$$typeof===$||fe.$$typeof===S||fe.$$typeof===A||fe.$$typeof===x||fe.$$typeof===Xe||fe.getModuleId!==void 0))}function Ze(fe,qe,mt){var Yt=fe.displayName;if(Yt)return Yt;var hn=qe.displayName||qe.name||"";return hn!==""?mt+"("+hn+")":mt}function ut(fe){return fe.displayName||"Context"}function He(fe){if(fe==null)return null;if(typeof fe.tag=="number"&&Ce("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof fe=="function")return fe.displayName||fe.name||null;if(typeof fe=="string")return fe;switch(fe){case c:return"Fragment";case l:return"Portal";case g:return"Profiler";case u:return"StrictMode";case N:return"Suspense";case q:return"SuspenseList"}if(typeof fe=="object")switch(fe.$$typeof){case A:var qe=fe;return ut(qe)+".Consumer";case S:var mt=fe;return ut(mt._context)+".Provider";case x:return Ze(fe,fe.render,"ForwardRef");case $:var Yt=fe.displayName||null;return Yt!==null?Yt:He(fe.type)||"Memo";case K:{var hn=fe,Fn=hn._payload,en=hn._init;try{return He(en(Fn))}catch{return null}}}return null}var rt=Object.assign,Xt=0,kt,Lt,$e,et,Ye,lt,Et;function tr(){}tr.__reactDisabledLog=!0;function Jn(){{if(Xt===0){kt=console.log,Lt=console.info,$e=console.warn,et=console.error,Ye=console.group,lt=console.groupCollapsed,Et=console.groupEnd;var fe={configurable:!0,enumerable:!0,value:tr,writable:!0};Object.defineProperties(console,{info:fe,log:fe,warn:fe,error:fe,group:fe,groupCollapsed:fe,groupEnd:fe})}Xt++}}function Dt(){{if(Xt--,Xt===0){var fe={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:rt({},fe,{value:kt}),info:rt({},fe,{value:Lt}),warn:rt({},fe,{value:$e}),error:rt({},fe,{value:et}),group:rt({},fe,{value:Ye}),groupCollapsed:rt({},fe,{value:lt}),groupEnd:rt({},fe,{value:Et})})}Xt<0&&Ce("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var wt=oe.ReactCurrentDispatcher,zn;function lr(fe,qe,mt){{if(zn===void 0)try{throw Error()}catch(hn){var Yt=hn.stack.trim().match(/\n( *(at )?)/);zn=Yt&&Yt[1]||""}return`
22
+ `+zn+fe}}var Dn=!1,sr;{var An=typeof WeakMap=="function"?WeakMap:Map;sr=new An}function wr(fe,qe){if(!fe||Dn)return"";{var mt=sr.get(fe);if(mt!==void 0)return mt}var Yt;Dn=!0;var hn=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var Fn;Fn=wt.current,wt.current=null,Jn();try{if(qe){var en=function(){throw Error()};if(Object.defineProperty(en.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(en,[])}catch(Sn){Yt=Sn}Reflect.construct(fe,[],en)}else{try{en.call()}catch(Sn){Yt=Sn}fe.call(en.prototype)}}else{try{throw Error()}catch(Sn){Yt=Sn}fe()}}catch(Sn){if(Sn&&Yt&&typeof Sn.stack=="string"){for(var ft=Sn.stack.split(`
23
+ `),zr=Yt.stack.split(`
24
+ `),ir=ft.length-1,Ot=zr.length-1;ir>=1&&Ot>=0&&ft[ir]!==zr[Ot];)Ot--;for(;ir>=1&&Ot>=0;ir--,Ot--)if(ft[ir]!==zr[Ot]){if(ir!==1||Ot!==1)do if(ir--,Ot--,Ot<0||ft[ir]!==zr[Ot]){var _r=`
25
+ `+ft[ir].replace(" at new "," at ");return fe.displayName&&_r.includes("<anonymous>")&&(_r=_r.replace("<anonymous>",fe.displayName)),typeof fe=="function"&&sr.set(fe,_r),_r}while(ir>=1&&Ot>=0);break}}}finally{Dn=!1,wt.current=Fn,Dt(),Error.prepareStackTrace=hn}var Sa=fe?fe.displayName||fe.name:"",ri=Sa?lr(Sa):"";return typeof fe=="function"&&sr.set(fe,ri),ri}function zt(fe,qe,mt){return wr(fe,!1)}function sn(fe){var qe=fe.prototype;return!!(qe&&qe.isReactComponent)}function on(fe,qe,mt){if(fe==null)return"";if(typeof fe=="function")return wr(fe,sn(fe));if(typeof fe=="string")return lr(fe);switch(fe){case N:return lr("Suspense");case q:return lr("SuspenseList")}if(typeof fe=="object")switch(fe.$$typeof){case x:return zt(fe.render);case $:return on(fe.type,qe,mt);case K:{var Yt=fe,hn=Yt._payload,Fn=Yt._init;try{return on(Fn(hn),qe,mt)}catch{}}}return""}var Vn=Object.prototype.hasOwnProperty,cr={},On=oe.ReactDebugCurrentFrame;function Nn(fe){if(fe){var qe=fe._owner,mt=on(fe.type,fe._source,qe?qe.type:null);On.setExtraStackFrame(mt)}else On.setExtraStackFrame(null)}function Gn(fe,qe,mt,Yt,hn){{var Fn=Function.call.bind(Vn);for(var en in fe)if(Fn(fe,en)){var ft=void 0;try{if(typeof fe[en]!="function"){var zr=Error((Yt||"React class")+": "+mt+" type `"+en+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof fe[en]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw zr.name="Invariant Violation",zr}ft=fe[en](qe,en,Yt,mt,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(ir){ft=ir}ft&&!(ft instanceof Error)&&(Nn(hn),Ce("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",Yt||"React class",mt,en,typeof ft),Nn(null)),ft instanceof Error&&!(ft.message in cr)&&(cr[ft.message]=!0,Nn(hn),Ce("Failed %s type: %s",mt,ft.message),Nn(null))}}}var nr=Array.isArray;function At(fe){return nr(fe)}function Ft(fe){{var qe=typeof Symbol=="function"&&Symbol.toStringTag,mt=qe&&fe[Symbol.toStringTag]||fe.constructor.name||"Object";return mt}}function bt(fe){try{return Rn(fe),!1}catch{return!0}}function Rn(fe){return""+fe}function tn(fe){if(bt(fe))return Ce("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",Ft(fe)),Rn(fe)}var ur=oe.ReactCurrentOwner,Vt={key:!0,ref:!0,__self:!0,__source:!0},ga,Br,vt;vt={};function Bt(fe){if(Vn.call(fe,"ref")){var qe=Object.getOwnPropertyDescriptor(fe,"ref").get;if(qe&&qe.isReactWarning)return!1}return fe.ref!==void 0}function bn(fe){if(Vn.call(fe,"key")){var qe=Object.getOwnPropertyDescriptor(fe,"key").get;if(qe&&qe.isReactWarning)return!1}return fe.key!==void 0}function ar(fe,qe){if(typeof fe.ref=="string"&&ur.current&&qe&&ur.current.stateNode!==qe){var mt=He(ur.current.type);vt[mt]||(Ce('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',He(ur.current.type),fe.ref),vt[mt]=!0)}}function wn(fe,qe){{var mt=function(){ga||(ga=!0,Ce("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",qe))};mt.isReactWarning=!0,Object.defineProperty(fe,"key",{get:mt,configurable:!0})}}function Tr(fe,qe){{var mt=function(){Br||(Br=!0,Ce("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",qe))};mt.isReactWarning=!0,Object.defineProperty(fe,"ref",{get:mt,configurable:!0})}}var In=function(fe,qe,mt,Yt,hn,Fn,en){var ft={$$typeof:i,type:fe,key:qe,ref:mt,props:en,_owner:Fn};return ft._store={},Object.defineProperty(ft._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(ft,"_self",{configurable:!1,enumerable:!1,writable:!1,value:Yt}),Object.defineProperty(ft,"_source",{configurable:!1,enumerable:!1,writable:!1,value:hn}),Object.freeze&&(Object.freeze(ft.props),Object.freeze(ft)),ft};function ya(fe,qe,mt,Yt,hn){{var Fn,en={},ft=null,zr=null;mt!==void 0&&(tn(mt),ft=""+mt),bn(qe)&&(tn(qe.key),ft=""+qe.key),Bt(qe)&&(zr=qe.ref,ar(qe,hn));for(Fn in qe)Vn.call(qe,Fn)&&!Vt.hasOwnProperty(Fn)&&(en[Fn]=qe[Fn]);if(fe&&fe.defaultProps){var ir=fe.defaultProps;for(Fn in ir)en[Fn]===void 0&&(en[Fn]=ir[Fn])}if(ft||zr){var Ot=typeof fe=="function"?fe.displayName||fe.name||"Unknown":fe;ft&&wn(en,Ot),zr&&Tr(en,Ot)}return In(fe,ft,zr,hn,Yt,ur.current,en)}}var Mn=oe.ReactCurrentOwner,Kn=oe.ReactDebugCurrentFrame;function Xn(fe){if(fe){var qe=fe._owner,mt=on(fe.type,fe._source,qe?qe.type:null);Kn.setExtraStackFrame(mt)}else Kn.setExtraStackFrame(null)}var Ut;Ut=!1;function ka(fe){return typeof fe=="object"&&fe!==null&&fe.$$typeof===i}function Ra(){{if(Mn.current){var fe=He(Mn.current.type);if(fe)return`
26
+
27
+ Check the render method of \``+fe+"`."}return""}}function Va(fe){{if(fe!==void 0){var qe=fe.fileName.replace(/^.*[\\\/]/,""),mt=fe.lineNumber;return`
28
+
29
+ Check your code at `+qe+":"+mt+"."}return""}}var xa={};function Ni(fe){{var qe=Ra();if(!qe){var mt=typeof fe=="string"?fe:fe.displayName||fe.name;mt&&(qe=`
30
+
31
+ Check the top-level render call using <`+mt+">.")}return qe}}function kr(fe,qe){{if(!fe._store||fe._store.validated||fe.key!=null)return;fe._store.validated=!0;var mt=Ni(qe);if(xa[mt])return;xa[mt]=!0;var Yt="";fe&&fe._owner&&fe._owner!==Mn.current&&(Yt=" It was passed a child from "+He(fe._owner.type)+"."),Xn(fe),Ce('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',mt,Yt),Xn(null)}}function Nr(fe,qe){{if(typeof fe!="object")return;if(At(fe))for(var mt=0;mt<fe.length;mt++){var Yt=fe[mt];ka(Yt)&&kr(Yt,qe)}else if(ka(fe))fe._store&&(fe._store.validated=!0);else if(fe){var hn=ie(fe);if(typeof hn=="function"&&hn!==fe.entries)for(var Fn=hn.call(fe),en;!(en=Fn.next()).done;)ka(en.value)&&kr(en.value,qe)}}}function di(fe){{var qe=fe.type;if(qe==null||typeof qe=="string")return;var mt;if(typeof qe=="function")mt=qe.propTypes;else if(typeof qe=="object"&&(qe.$$typeof===x||qe.$$typeof===$))mt=qe.propTypes;else return;if(mt){var Yt=He(qe);Gn(mt,fe.props,"prop",Yt,fe)}else if(qe.PropTypes!==void 0&&!Ut){Ut=!0;var hn=He(qe);Ce("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",hn||"Unknown")}typeof qe.getDefaultProps=="function"&&!qe.getDefaultProps.isReactClassApproved&&Ce("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function qi(fe){{for(var qe=Object.keys(fe.props),mt=0;mt<qe.length;mt++){var Yt=qe[mt];if(Yt!=="children"&&Yt!=="key"){Xn(fe),Ce("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",Yt),Xn(null);break}}fe.ref!==null&&(Xn(fe),Ce("Invalid attribute `ref` supplied to `React.Fragment`."),Xn(null))}}function ni(fe,qe,mt,Yt,hn,Fn){{var en=ht(fe);if(!en){var ft="";(fe===void 0||typeof fe=="object"&&fe!==null&&Object.keys(fe).length===0)&&(ft+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var zr=Va(hn);zr?ft+=zr:ft+=Ra();var ir;fe===null?ir="null":At(fe)?ir="array":fe!==void 0&&fe.$$typeof===i?(ir="<"+(He(fe.type)||"Unknown")+" />",ft=" Did you accidentally export a JSX literal instead of a component?"):ir=typeof fe,Ce("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",ir,ft)}var Ot=ya(fe,qe,mt,hn,Fn);if(Ot==null)return Ot;if(en){var _r=qe.children;if(_r!==void 0)if(Yt)if(At(_r)){for(var Sa=0;Sa<_r.length;Sa++)Nr(_r[Sa],fe);Object.freeze&&Object.freeze(_r)}else Ce("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else Nr(_r,fe)}return fe===c?qi(Ot):di(Ot),Ot}}function Cr(fe,qe,mt){return ni(fe,qe,mt,!0)}function Da(fe,qe,mt){return ni(fe,qe,mt,!1)}var Ka=Da,_i=Cr;pv.Fragment=c,pv.jsx=Ka,pv.jsxs=_i}()),pv}(function(o){process.env.NODE_ENV==="production"?o.exports=S_():o.exports=E_()})(lm);const xl=lm.exports.Fragment,O=lm.exports.jsx,Ae=lm.exports.jsxs,w_=Object.freeze(Object.defineProperty({__proto__:null,Fragment:xl,jsx:O,jsxs:Ae},Symbol.toStringTag,{value:"Module"})),C_=({adUnitCompletePath:o,classes:i,variant:l,adMention:c,lazyload:u={delayed:!1,distanceVisible:0}})=>{const g=o.split("/").pop(),S=o.substring(0,o.lastIndexOf("/"));return O("div",{id:`dfp_${g}`,"data-dfp-name":g,"data-dfp-path":S,className:vr("c-ad-placeholder ",{"c-ad-placeholder--ban c-ad-placeholder--ban--atf":l==="ATF"},{"c-ad-placeholder--ban c-ad-placeholder--with-mention":l==="BAN"},{"c-ad-placeholder--pave c-ad-placeholder--with-mention":l==="PAVE"},{"c-ad-placeholder--header-ad":l==="HEADER"},{"c-ad-placeholder--article c-ad-placeholder--with-mention":l==="ARTICLE"},{"c-ad-placeholder--with-mention":c===!0},i),"data-delayed":u.delayed,"data-distance-visible":u.distanceVisible})},__=({variant:o="success",title:i,description:l})=>Ae("div",{className:`alert ${o}`,children:[O("b",{children:i}),O("div",{children:l})]}),b6=({img:o,imgHD:i,alt:l=""})=>O("img",{className:"c-avatar",src:o,srcSet:`${i} x2`,alt:l}),jr=({className:o="",name:i,size:l=28,withBorder:c=!1,isRounded:u=!1,...g})=>{const S=Array.isArray(l)?l==null?void 0:l[0]:l,A=Array.isArray(l)?l==null?void 0:l[1]:l;return O("span",{className:vr("c-icon",c&&"c-icon--withBorder",u&&"c-icon--isRounded",o),children:O("svg",{width:S,height:A,...g,children:O("use",{xlinkHref:`#${i}`})})})},b_=o=>Ae("svg",{xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",role:"img",...o,children:[Ae("symbol",{viewBox:"0 0 60 90",id:"20mn-pub",xmlns:"http://www.w3.org/2000/svg",children:[O("path",{className:"aacls-1",d:"M23.19 0H5.38l-.07.1-2 2.16-.1.13.13.13 4.43 4.85.06.07h13l.06-.07 4.42-4.84.12-.13-.12-.13-2-2.16-.06-.11zm3.07 3.54-4.39 4.84-.06.07v12l.06.07 4.42 4.78.13.13.12-.13 2.06-2.16.06-.07V5.83l-.06-.07-2.09-2.22-.12-.13zM22 22.76H6.6l-.06.06-3.25 3.47-.13.14.13.13L6.54 30l.06.06H22l.07-.06 3.19-3.47.12-.13-.12-.13-3.16-3.48-.07-.06zM2.06 27.6l-2 2.16-.06.07V47l.06.07 2 2.22.12.13.12-.13 4.49-4.84.06-.07v-11.9l-.09-.06L2.3 27.6l-.12-.13zm18.7 17.85H7.8v.06l-4.51 4.85-.13.13.13.13 2.05 2.16.06.07h17.85l.06-.07 2-2.16.12-.13-.12-.13-4.42-4.85-.06-.06zM36.31 0l-.09.07-2.06 2.16-.16.13.12.13 4.49 4.85.06.06h13l.06-.06 4.43-4.85.12-.13-.12-.13-2-2.16V0zM57.2 3.54l-4.43 4.84-.06.07v12l.06.07 4.43 4.78.12.13.12-.13 2.06-2.16.06-.07V5.83l-.06-.07-2.06-2.22-.12-.13zm-24.2 0-2 2.22-.06.07V23l.06.07 2 2.16.13.13.12-.13 4.48-4.78.07-.07V8.45l-.07-.07-4.52-4.84-.12-.13zM57.2 27.6l-4.46 4.82-.06.06v11.96l.06.06 4.43 4.85.12.13.12-.13 2.06-2.23.06-.07V29.83l-.06-.07-2.03-2.16-.12-.13zm-24.2.04-2 2.16-.06.06V47l.06.07 2 2.22.13.13.12-.13 4.48-4.84.07-.07v-11.9l-.07-.06-4.48-4.78-.12-.13-.13.13zm18.67 17.81h-13l-.06.06-4.49 4.85-.12.13.12.13 2.06 2.16.06.07h17.89l.06-.07 2-2.16.12-.13-.12-.13-4.4-4.85-.06-.06zM9.11 64.8v-3.49c0-.75-.36-1.11-1.15-1.11a1.35 1.35 0 0 0-1.46 1.5v3.11h-2v-3.5c0-.71-.34-1.11-1.16-1.11a1.35 1.35 0 0 0-1.49 1.5v3.11H0v-6.24h2c0 .4 0 .72-.06 1.11H2a2.24 2.24 0 0 1 2.24-1.24c1.19 0 1.92.45 2.1 1.3h.09a2.27 2.27 0 0 1 2.37-1.3 2 2 0 0 1 2.22 2.15v4.25h-2zm4.07 0V58.58h2.1v6.23zm9.42 0v-3.09c0-1.24-.4-1.54-1.49-1.54a1.64 1.64 0 0 0-1.85 1.76v2.87h-2.1v-6.2h2.16v1.28h.06c.42-1 1.33-1.41 2.7-1.41 1.7 0 2.7.79 2.7 2.74v3.63H22.6zm11.78-6.26v6.19h-2.15v-1.27h-.03c-.43 1-1.31 1.4-2.68 1.4a2.37 2.37 0 0 1-2.7-2.67v-3.7H29v3.2c0 1.11.39 1.5 1.48 1.5a1.65 1.65 0 0 0 1.86-1.8v-2.9h2.15zm1.62 1.7v-1.67h.79v-1.3h2v1.3H42a17.22 17.22 0 0 0 0 1.77c-.7 0-2 0-3.16-.07v1.83c0 .65.24.94 1.18.94a5.56 5.56 0 0 0 1.88-.29c.1.62.19 1.3.31 1.86a11 11 0 0 1-2.43.26c-2.37 0-2.95-1.08-2.95-2.38v-2.25zm9.46.94h3.52V61c0-.75-.46-1.08-1.61-1.08s-1.79.26-1.91 1.3m5.4 1.6c.06 1.47-.64 2.25-3.46 2.25-2.49 0-3.89-1-3.89-3.36s1.49-3.33 3.89-3.33 3.46 1 3.46 2.67v1.18h-5.41c.13 1 .7 1.28 1.95 1.28s1.6-.3 1.6-.79a9.24 9.24 0 0 0 1 0 3.22 3.22 0 0 0 .91 0m3.34.03c0 .46.36.65 1.85.65 1.28 0 1.58-.13 1.58-.45s-.21-.53-2-.59c-2.5-.1-3.19-.85-3.19-2s.88-2 3.46-2c2.31 0 3.49.49 3.49 2v.26a8 8 0 0 0-.91 0 7 7 0 0 0-.88 0v-.1c0-.42-.36-.62-1.7-.62s-1.55.17-1.55.46.18.49 2.13.59c2.49.13 3.06.75 3.06 2s-.85 2-3.49 2-3.58-.75-3.58-2v-.27a5.8 5.8 0 0 0 .91 0 6.27 6.27 0 0 0 .91 0v.07zm-38.91-6.29a1.1 1.1 0 1 1-1.1-1.18 1.15 1.15 0 0 1 1.1 1.18"}),O("path",{d:"M12.1 79.4c0 .9-.3 1.7-1 2.2-.6.5-1.6.8-2.8.8H7.2v3.7H6.1v-9.3h2.4c2.4-.1 3.6.8 3.6 2.6zm-4.8 2h1c1 0 1.6-.2 2.1-.5s.6-.8.6-1.5c0-.6-.2-1.1-.6-1.4s-1-.5-1.9-.5H7.3v3.9zm7.6-2.4v4.5c0 .6.1 1 .4 1.3s.7.4 1.2.4c.7 0 1.3-.2 1.6-.6.3-.4.5-1 .5-1.9V79h1.1v7h-.9l-.2-.9h-.1c-.2.3-.5.6-.9.8-.4.2-.8.3-1.3.3-.8 0-1.5-.2-1.9-.6-.4-.4-.6-1-.6-1.9V79h1.1zm10.2-.1c.9 0 1.6.3 2.1.9.5.6.8 1.5.8 2.7s-.3 2-.8 2.7c-.5.6-1.2.9-2.1.9-.5 0-.9-.1-1.2-.3-.4-.2-.7-.4-.9-.8h-.1l-.2.9h-.8V76H23v2.4c0 .5 0 1-.1 1.4h.1c.4-.5 1.1-.9 2.1-.9zm-.2.9c-.7 0-1.2.2-1.6.6-.3.4-.5 1.1-.5 2.1s.2 1.7.5 2.1.8.6 1.6.6c.6 0 1.1-.2 1.4-.7s.5-1.2.5-2c0-.9-.2-1.6-.5-2s-.7-.7-1.4-.7zm6 6.2h-1.1v-9.9h1.1V86zm2.1-8.8c0-.2.1-.4.2-.5.1-.1.3-.2.4-.2.2 0 .3.1.4.2.1.1.2.3.2.5s-.1.4-.2.5c-.1.1-.3.2-.4.2-.2 0-.3-.1-.4-.2-.1-.1-.2-.3-.2-.5zm1.1 8.8H33v-7h1.1v7zm5.1.1c-1 0-1.8-.3-2.3-.9-.6-.6-.8-1.5-.8-2.6 0-1.2.3-2.1.8-2.7s1.4-1 2.4-1c.3 0 .7 0 1 .1.3.1.6.2.8.3l-.3.9c-.2-.1-.5-.2-.8-.2-.3-.1-.5-.1-.7-.1-1.4 0-2.1.9-2.1 2.7 0 .9.2 1.5.5 2s.9.7 1.5.7 1.2-.1 1.8-.4v.9c-.5.2-1.1.3-1.8.3zm3.3-8.9c0-.2.1-.4.2-.5.1-.1.3-.2.4-.2.2 0 .3.1.4.2.1.1.2.3.2.5s-.1.4-.2.5c-.1.1-.3.2-.4.2-.2 0-.3-.1-.4-.2-.2-.1-.2-.3-.2-.5zm1.1 8.8h-1.1v-7h1.1v7zm4.5-.7h.5c.2 0 .3-.1.4-.1v.8c-.1.1-.3.1-.5.1s-.4.1-.6.1c-1.3 0-2-.7-2-2.1V80h-1v-.5l1-.4.4-1.5h.6v1.6h2v.8h-2v4.1c0 .4.1.7.3 1 .3 0 .6.2.9.2zm5.3.8c-1 0-1.8-.3-2.4-.9s-.9-1.5-.9-2.6.3-2 .8-2.7c.6-.7 1.3-1 2.2-1 .9 0 1.6.3 2.1.9s.8 1.3.8 2.3v.7h-4.8c0 .8.2 1.4.6 1.9.4.4.9.6 1.7.6.7 0 1.5-.2 2.2-.5v.9c-.4.2-.7.3-1.1.3-.3.1-.7.1-1.2.1zm-.3-6.3c-.6 0-1 .2-1.3.5-.3.4-.5.9-.6 1.5h3.6c0-.7-.1-1.2-.4-1.5-.3-.3-.7-.5-1.3-.5zm-.8-1.8c.2-.3.4-.6.7-1 .2-.4.4-.7.6-1h1.3v.1c-.2.3-.5.6-.8 1s-.7.7-1 .9h-.7z"})]}),O("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"apple",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M19.526 0c-1.378.067-3.084.938-4.068 2.143-.853 1.005-1.64 2.746-1.443 4.353 1.509.067 3.084-.804 4.068-2.009.984-1.206 1.64-2.813 1.443-4.487zm-.328 27.993c1.837 0 3.018-1.674 4.199-3.416 1.312-1.942 1.837-3.884 1.837-4.018 0-.067-3.609-1.473-3.674-5.692-.066-3.549 2.821-5.291 2.953-5.358-1.64-2.411-4.134-2.679-5.052-2.746-1.316-.122-2.583.374-3.626.782-.673.263-1.251.49-1.689.49-1.05 0-2.756-1.205-4.527-1.205-2.362.068-4.528 1.407-5.709 3.55-2.427 4.286-.59 10.649 1.772 14.131 1.181 1.674 2.559 3.616 4.462 3.482 1.772-.067 2.428-1.139 4.527-1.139 1.065 0 1.741.31 2.389.607.63.289 1.232.565 2.138.532z",fillRule:"evenodd",clipRule:"evenodd"})}),O("symbol",{viewBox:"0 0 17 28",id:"arrow",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"m4.6.9 11.5 11.2c1.1 1.1 1.1 2.6 0 3.7L4.6 27.3c-1.9 1.5-4.5.4-4.5-1.8v-23C.1.2 2.7-.9 4.6.9z"})}),O("symbol",{viewBox:"0 0 28 28",xmlSpace:"preserve",id:"bookmark",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M22.554 0H5.492C4.014 0 2.856 1.187 2.856 2.701v23.422c0 .787.508 1.511 1.235 1.764.703.242 1.411.084 1.886-.412l7.665-5.363.194-.173a.244.244 0 0 1 .186-.085c.034-.002.083.016.125.062l7.904 5.581c.358.324.8.503 1.247.503.393 0 .741-.168.763-.184.638-.263 1.083-.959 1.083-1.691V2.701c0-1.489-1.162-2.701-2.59-2.701zm.292 25.25-7.049-4.931a2.456 2.456 0 0 0-1.727-.763h-.025a2.53 2.53 0 0 0-1.815.743L5.154 25.25V2.701c0-.234.142-.403.339-.403h17.061c.161 0 .293.181.293.403V25.25z"})}),O("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"chevron",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M8.043 28c-.397 0-.993-.199-1.39-.596-.794-.794-.794-1.986 0-2.78l10.525-11.121L6.652 3.376c-.794-.794-.794-1.986 0-2.78s1.986-.794 2.78 0l11.915 11.518c.397.199.596.794.596 1.39 0 .397-.199.993-.596 1.39L9.433 27.404c-.398.397-.795.596-1.39.596z",style:{fillRule:"evenodd",clipRule:"evenodd"}})}),O("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"close",xmlns:"http://www.w3.org/2000/svg",children:O("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.94 14 27.825 3.115 25.06.35 14.175 11.235 2.94 0 .175 2.765 11.41 14 .175 25.235 2.94 28l11.235-11.235L25.06 27.65l2.765-2.765z"})}),O("symbol",{xmlSpace:"preserve",viewBox:"0 0 22 28",id:"clover",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M18.9 11.1c1.5-.5 3.1-1.5 3.1-3.8 0-1.9-1.4-3.6-3.3-4-.3-1.9-2-3.3-3.9-3.3-2.3 0-3.3 1.5-3.8 3.1C10.5 1.6 9.5 0 7.2 0c-2 0-3.6 1.4-3.9 3.3-1.9.4-3.3 2-3.3 4 0 2.3 1.5 3.3 3.1 3.8-2 .7-3 2-3 3.8 0 1.9 1.4 3.6 3.3 4 .3 1.9 2 3.3 3.9 3.3.7 0 1.4-.2 2-.6.3 3.1.5 3.3 2.3 5 .3.3.6.6 1 .9l.2.2c.2.2.4.2.6.2.2 0 .4-.1.6-.2l1.5-1.5c.3-.3.3-.8 0-1.1l-.2-.3c-.7-.7-1.1-1-1.4-1.2-.5-.4-.5-.4-.6-1.7v-.1c.5.3 1.1.4 1.7.4h.1c1.9 0 3.6-1.4 3.9-3.3 1.9-.3 3.3-2 3.3-4-.3-2.3-1.9-3.3-3.4-3.8zm-8.2 8.8c.1-.6.2-.9.3-1 .1.3.2.7.3.9 0 .1.1.2.1.2v.6c-.1.9 0 1.8.2 2.7v.1c.6.9 1.3 1.7 2.1 2.4l-.4.4c-.9-.8-1.6-1.7-2.3-2.7-.3-1.2-.4-2.4-.3-3.6zm1.3-3.7c-.1-.4-.1-.8-.2-1.2-.1-.4-.4-.6-.8-.6s-.7.3-.8.7l-.1.5c-.4 2.8-.9 5-2.9 5-1.3 0-2.4-1.1-2.4-2.4 0-.4-.4-.8-.8-.8-1.3 0-2.4-1.1-2.4-2.4 0-2 2.1-2.5 4.8-2.9l.7-.1h.1c.4-.1.6-.4.6-.8s-.2-.7-.6-.8L6 10.1c-2.7-.5-4.4-.9-4.4-2.9 0-1.3 1.1-2.4 2.4-2.4.2 0 .4-.1.6-.2.1-.2.2-.4.2-.6 0-.6.3-1.3.7-1.7.5-.5 1.1-.7 1.7-.7 2 0 2.4 1.8 2.8 4.4.1.6.2 1.1.2 1.1.1.4.4.6.7.6.4 0 .7-.2.8-.6l.3-1.5c.5-2.8.9-4.1 2.7-4.1 1.3 0 2.4 1.1 2.4 2.4 0 .4.3.8.8.8 1.3 0 2.4 1.1 2.4 2.4 0 1.9-1.6 2.3-4.2 2.8-.5.1-1 .2-1.4.3-.4.1-.6.4-.6.8s.3.7.7.8l.7.1c2.8.4 4.8.9 4.8 2.9 0 .6-.3 1.3-.7 1.7-.4.4-1.1.7-1.7.7-.4 0-.8.4-.8.8 0 1.3-1.1 2.4-2.4 2.4-1.8.1-2.3-1.6-2.7-4.2z"})}),O("symbol",{viewBox:"0 0 28 28",id:"comment",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M.003 14c0-7.7 6.3-14 14-14 7.84 0 14 6.3 14 14s-6.3 14-14 14h-12.6c-.56 0-1.12-.28-1.26-.84-.28-.56-.14-1.12.28-1.54l2.8-2.8C1.123 20.3.003 17.22.003 14zm4.76 11.2h9.24c2.94 0 5.88-1.12 7.84-3.22 4.34-4.34 4.34-11.48 0-15.82s-11.48-4.34-15.82 0-4.34 11.48 0 15.82c.56.56.56 1.4 0 1.96l-1.26 1.26z"})}),Ae("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"connect",xmlns:"http://www.w3.org/2000/svg",children:[O("path",{d:"M4.789 16.495c-.295.296-.295.776 0 1.072s.773.296 1.068 0l2.918-2.926a.77.77 0 0 0 .321-.624c0-.005.003-.01.003-.016V14a.774.774 0 0 0-.342-.656l-2.9-2.911c-.295-.296-.773-.296-1.068 0s-.295.776 0 1.072l1.729 1.736H.65c-.359 0-.65.34-.65.759 0 .418.291.758.65.758h5.872l-1.733 1.737z"}),O("path",{d:"M21.644 2.887C15.531-.698 7.679 1.371 4.108 7.509a.879.879 0 0 0 .746 1.338.875.875 0 0 0 .763-.453c3.086-5.304 9.862-7.089 15.146-3.992a11.128 11.128 0 0 1 2.105 17.593c-.872-3.412-4.032-5.866-7.663-5.866-3.645-.105-6.813 2.447-7.672 5.898a11.076 11.076 0 0 1-1.968-2.522.874.874 0 0 0-1.518-.009.879.879 0 0 0-.001.88 12.753 12.753 0 0 0 4.668 4.735c6.113 3.585 13.965 1.516 17.536-4.622l-.002-.002c3.572-6.133 1.508-14.015-4.604-17.6zm-4.595 22.069a11.034 11.034 0 0 1-8.114-1.782c.367-3.152 3.043-5.46 6.269-5.46 3.215 0 5.885 2.291 6.266 5.427a11.012 11.012 0 0 1-4.421 1.815z"}),O("path",{d:"M19.211 11.623c0-2.194-1.821-4.022-4.007-4.022-2.185 0-4.007 1.828-4.007 4.022s1.821 4.022 4.007 4.022 4.007-1.828 4.007-4.022zm-5.774 1.867a2.53 2.53 0 0 1-.545-2.747 2.51 2.51 0 0 1 2.32-1.556v-.002a2.504 2.504 0 0 1 1.777.738 2.528 2.528 0 0 1-.815 4.113 2.506 2.506 0 0 1-2.737-.546z"})]}),O("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"dailymotion",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M25.389 27.782V0l-6.196 1.201v8.624c-1.606-1.528-3.787-2.402-6.368-2.402-5.278 0-10.212 4.585-10.212 10.316C2.611 23.47 7.201 28 12.824 28c2.524 0 4.762-.819 6.368-2.347v2.129h6.197zm-5.967-10.098c0 2.729-2.352 4.967-5.221 4.967-2.869-.055-5.221-2.238-5.221-4.967s2.352-4.967 5.221-4.967c2.868 0 5.221 2.238 5.221 4.967z",fillRule:"evenodd",clipRule:"evenodd"})}),O("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"darkmode",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M27.092 17.766c.262.264.409.622.406.994.026.202.007.407-.056.602a14.002 14.002 0 0 1-6.751 7.197 14.02 14.02 0 0 1-17.844-4.787A13.99 13.99 0 0 1 5.27 3.468 14.016 14.016 0 0 1 14.511 0h.869c.101.036.199.078.294.126.098.056.196.126.252.182.056.056.168.126.168.126.069.085.126.179.168.28l.112.182v.196a.98.98 0 0 1 0 .35c.008.07.008.14 0 .21a.777.777 0 0 1-.084.294 1.13 1.13 0 0 1-.182.266c-.037.059-.08.116-.126.168a9.085 9.085 0 0 0 6.207 15.751 8.912 8.912 0 0 0 3.39-.658 1.39 1.39 0 0 1 .532-.112c.183.002.364.04.532.112.168.067.32.167.449.293zM7.043 22.278a11.212 11.212 0 0 0 7.426 2.852 11.216 11.216 0 0 0 8.77-4.2 9.01 9.01 0 0 1-1.065 0 11.93 11.93 0 0 1-8.417-3.49 11.914 11.914 0 0 1-3.492-8.411c0-2.108.566-4.177 1.639-5.992A11.211 11.211 0 0 0 5.33 7.513a11.191 11.191 0 0 0 1.713 14.765z",fillRule:"evenodd",clipRule:"evenodd"})}),O("symbol",{viewBox:"0 0 28 8",id:"diode",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"m28 4-4.2-4H4.3L0 4l4.3 4h19.5L28 4z"})}),Ae("symbol",{xmlSpace:"preserve",viewBox:"0 0 25 28",id:"diode-leaning",xmlns:"http://www.w3.org/2000/svg",children:[O("path",{d:"M20.8 0h-6.4L0 13.8V20h6.4L20.8 6.2V0z",style:{fill:"#d4ecfb"}}),O("path",{d:"M25 8h-6.3L4.2 21.8V28h6.4L25 14.2V8z",style:{fill:"#f0e40b"}})]}),O("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"facebook",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M7.241 14.912h3.133v12.636c0 .253.203.452.461.452h5.308a.452.452 0 0 0 .461-.452V14.975h3.603c.23 0 .433-.172.461-.397l.544-4.652c.017-.126-.029-.252-.112-.352s-.212-.154-.341-.154h-4.147V6.503c0-.876.479-1.328 1.438-1.328h2.709a.452.452 0 0 0 .461-.452V.452A.452.452 0 0 0 20.759 0h-3.907c-.645 0-2.903.126-4.681 1.734-1.981 1.77-1.705 3.902-1.64 4.272V9.42h-3.29a.452.452 0 0 0-.461.452v4.588c0 .254.203.452.461.452z",fillRule:"evenodd",clipRule:"evenodd"})}),O("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"flipboard",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M27.511 0H.479a.494.494 0 0 0-.492.492v27.017c0 .27.222.492.492.492h7.715c.27 0 .492-.222.492-.492V17.272h8.101c.27 0 .492-.222.492-.492V8.684h10.242c.27 0 .492-.222.492-.492V.482A.508.508 0 0 0 27.511 0z",fillRule:"evenodd",clipRule:"evenodd"})}),Ae("symbol",{viewBox:"0 0 393.468 370.279",id:"ghost",xmlns:"http://www.w3.org/2000/svg",children:[Ae("defs",{children:[O("path",{id:"apa",d:"M0 0h393.468v370.279H0z"}),Ae("mask",{id:"apb",maskContentUnits:"userSpaceOnUse",maskUnits:"userSpaceOnUse",children:[O("path",{d:"M0 0h393.468v370.279H0z"}),O("use",{fill:"#fff",xlinkHref:"#apa"})]})]}),O("use",{fill:"none",xlinkHref:"#apa"}),Ae("g",{mask:"url(#apb)",fillRule:"evenodd",children:[O("path",{fill:"#D4ECFB",d:"M359.699 197.366c-53.924-20.748-100.705-24.174-176.215-156.95C127.399-58.2 15.246 34.492 85.346 201.34c70.1 166.847 236.5 181.672 248.117 162.4 11.617-19.271-33.596-45.956-5.453-57.816 28.143-11.86 73.822-.232 64.132-24.577-9.69-24.345-51.214-37.292-19.377-47.868 31.835-10.573 4.889-29.207-13.066-36.115v.002z"}),O("path",{fill:"#2B2B28",d:"M95.636 52.542c-.814 4.743-3.37 8.516-5.71 8.425-2.34-.09-3.574-4.007-2.76-8.75.813-4.742 3.369-8.515 5.709-8.425 2.34.09 3.574 4.008 2.76 8.75zm26.4-1.194c.812 4.805-.338 9.162-2.565 9.73-2.229.57-4.692-2.865-5.504-7.67-.811-4.806.338-9.16 2.565-9.73 2.23-.569 4.693 2.864 5.504 7.67zm2.344 39.394c3.767 12.692-.39 25.436-9.284 28.463-8.894 3.027-19.156-4.807-22.922-17.5-3.767-12.691.39-25.435 9.284-28.462 8.894-3.028 19.156 4.807 22.923 17.5z"}),O("path",{fill:"#D4ECFB",d:"M205.998 90.682v-.003l-.001.002.001.001zm0 0c.339.138 45.779 18.581 77.697 8.961 32.038-9.656 25.982 44.987-29.112 45.677-54.858.689-48.639-54.168-48.585-54.638zm-134.444 70.83c-11.666-37.073-28.55-53.225-59.964-64.75-31.411-11.522 6.246-51.572 50.712-19.034 44.466 32.538 15.58 103.885 9.252 83.784z"})]})]}),O("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"googleplay",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M1.647 1.89v24.22c0 .84.48 1.54 1.167 1.89l13.725-14L2.814 0a2.11 2.11 0 0 0-1.167 1.89zm19.216 7.7L5.902.7l11.804 12.11 3.157-3.22zm5.49 4.41c0-.7-.343-1.33-.824-1.68l-3.157-1.89-3.5 3.57 3.5 3.57 3.157-1.89c.481-.42.824-.98.824-1.68zm-5.49 4.41L5.902 27.3l11.804-12.04 3.157 3.15z",fillRule:"evenodd",clipRule:"evenodd"})}),O("symbol",{viewBox:"0 0 28 28",id:"health",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M24.404 8.599H19.4V3.596A3.6 3.6 0 0 0 15.804 0h-3.609a3.6 3.6 0 0 0-3.596 3.596v5.003H3.596A3.6 3.6 0 0 0 0 12.195v3.61A3.6 3.6 0 0 0 3.596 19.4h5.003v5.003a3.6 3.6 0 0 0 3.596 3.596h3.609a3.6 3.6 0 0 0 3.596-3.596V19.4h5.002a3.6 3.6 0 0 0 3.596-3.596v-3.609a3.597 3.597 0 0 0-3.594-3.596zm1.426 7.205c0 .786-.64 1.426-1.426 1.426H17.23v7.174c0 .786-.64 1.425-1.425 1.425h-3.609a1.427 1.427 0 0 1-1.426-1.425V17.23H3.596c-.786 0-1.426-.64-1.426-1.426v-3.609c0-.786.64-1.426 1.426-1.426h7.174V3.595c0-.786.64-1.426 1.426-1.426h3.609c.786 0 1.426.64 1.426 1.426v7.173h7.173c.786 0 1.426.64 1.426 1.426v3.61z"})}),O("symbol",{viewBox:"0 0 28 28",id:"heart",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M25.826 3.473c-1.403-1.51-3.292-2.342-5.318-2.342s-3.915.832-5.318 2.342l-1.191 1.268-1.191-1.28C11.404 1.95 9.519 1.118 7.499 1.118h-.002c-2.028 0-3.919.832-5.324 2.343C.771 4.971 0 6.96 0 9.063c0 2.102.772 4.091 2.173 5.603l10.976 11.848a1.153 1.153 0 0 0 1.69 0l5.493-5.918c1.831-1.972 3.662-3.946 5.494-5.917C27.227 13.168 28 11.178 28 9.075s-.773-4.092-2.174-5.602zm-1.691 9.645-5.086 5.477L14 24.032 3.863 13.107c-2.069-2.232-2.075-5.854-.012-8.075 1-1.077 2.295-1.67 3.644-1.67h.001c1.342 0 2.633.593 3.634 1.67l2.03 2.19a1.153 1.153 0 0 0 1.691 0l2.018-2.179c.996-1.073 2.287-1.663 3.634-1.663s2.637.591 3.633 1.663c2.068 2.227 2.068 5.849-.001 8.075z"})}),O("symbol",{viewBox:"0 0 28 28",id:"home",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M27.538 11.877 15.041 2.104c-.481-.32-.961-.32-1.442 0L.462 11.877c-.481.32-.641 1.121-.16 1.602.16.32.641.481.961.481.16 0 .481 0 .641-.16l.801-.603v11.658c0 .801.481 1.282 1.121 1.282h20.347c.641 0 1.121-.481 1.282-1.121V13.418l.481.382c.641.481 1.282.32 1.762-.16.481-.641.32-1.282-.16-1.763zm-4.646 0v11.855H5.108V11.877c0-.159-.031-.301-.076-.433l9.208-6.936 8.729 6.935c-.049.14-.077.287-.077.434z",style:{fillRule:"evenodd",clipRule:"evenodd"}})}),O("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"horoscope",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"m9.295 25.265.536.195c6.152 2.239 12.996-1.054 15.337-7.387a12.535 12.535 0 0 0 .148-8.162 19.775 19.775 0 0 0 2.186-4.141c.687-1.887.703-3.502-.208-4.534-1.782-1.975-5.537-.394-8.555 1.418l-.536-.195C12.063.187 5.207 3.513 2.867 9.846c-.971 2.668-1.023 5.56-.16 8.195-1.973 2.966-3.761 6.7-1.967 8.643s4.851.807 8.555-1.419zM5.398 10.841C7.186 5.928 12.48 3.36 17.244 5.094a8.984 8.984 0 0 1 5.004 4.511c-1.815 2.434-3.827 4.723-6.044 6.79a50.795 50.795 0 0 1-6.975 5.714c-3.742-2.283-5.35-6.995-3.831-11.268zM4.094 20.903c-1.456 2.528-1.456 3.707-1.346 3.895.331.268 1.716-.002 3.877-1.131a11.34 11.34 0 0 1-2.531-2.764zm18.531-3.792c-1.575 4.327-5.942 6.901-10.347 6.145a59.516 59.516 0 0 0 5.772-4.863 63.633 63.633 0 0 0 5.137-5.573 9.267 9.267 0 0 1-.562 4.291zm1.304-10.063c1.239-2.128 1.567-3.519 1.346-3.895-.134-.122-1.282-.209-3.877 1.131.973.76 1.845 1.704 2.531 2.764z",fillRule:"evenodd",clipRule:"evenodd"})}),O("symbol",{viewBox:"0 0 28 28",id:"horoscope-balance",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M26.5 23h-25c-.8 0-1.5.6-1.5 1.4 0 .8.7 1.5 1.5 1.5h25.1c.8 0 1.5-.7 1.5-1.5-.1-.8-.8-1.4-1.6-1.4zm-25-2.2h6c.6 0 1.1-.4 1.4-.9.2-.5.1-1.2-.3-1.6-1.5-1.5-2.3-3.4-2.3-5.5s.8-4 2.3-5.5C10 5.9 11.9 5.1 14 5.1s4 .8 5.5 2.3c1.5 1.5 2.3 3.4 2.3 5.5s-.8 4-2.3 5.5c-.4.4-.5 1.1-.3 1.6.2.6.8.9 1.4.9h6c.8 0 1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5h-3.1c1.8-3.3 1.7-7.3-.2-10.5s-5.4-5.2-9.2-5.2c-3.8 0-7.2 2-9.2 5.2-1.9 3.2-2 7.2-.2 10.5H1.5c-.8 0-1.5.7-1.5 1.5 0 .7.7 1.4 1.5 1.4z"})}),O("symbol",{viewBox:"0 0 28 28",id:"horoscope-belier",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M1.4 11.1c.4 0 .8-.2 1.1-.4.3-.3.4-.7.4-1.1.2-1.6 1.1-3 2.5-3.7 1.4-.7 3.1-.7 4.5 0s2.3 2.1 2.5 3.7v15c0 .8.7 1.5 1.5 1.5s1.5-.7 1.5-1.5v-15c.2-1.6 1.1-3 2.5-3.7 1.4-.7 3.1-.7 4.5 0 1.5.7 2.4 2.1 2.6 3.7 0 .8.7 1.5 1.5 1.5s1.5-.7 1.5-1.5c0-2.2-1-4.2-2.6-5.7S21.6 1.7 19.5 2c-2.2.2-4.2 1.3-5.5 3-1.3-1.8-3.3-2.9-5.5-3.1-2.2-.2-4.4.5-6 2C.9 5.3 0 7.4 0 9.6c0 .8.6 1.5 1.4 1.5z"})}),Ae("symbol",{viewBox:"0 0 28 28",id:"horoscope-buffle",xmlns:"http://www.w3.org/2000/svg",children:[O("path",{d:"M26.649 4.765c-.932.466-1.669.835-3.316.835-1.439 0-4.545-2.8-9.333-2.8-4.778 0-7.896 2.8-9.333 2.8-1.647 0-2.383-.368-3.316-.835A.934.934 0 0 0 0 5.6c0 3.245 2.02 6.091 5.623 5.509.14 3.41.954 4.757 1.681 5.952.458.753.858 1.419 1.048 2.653a3.249 3.249 0 0 0-.885 2.22 3.271 3.271 0 0 0 3.267 3.267h6.533a3.271 3.271 0 0 0 3.267-3.267c0-.859-.34-1.636-.885-2.22.19-1.233.589-1.899 1.048-2.653.727-1.195 1.54-2.542 1.681-5.952C25.983 11.691 28 8.818 28 5.6a.934.934 0 0 0-1.351-.835zm-9.382 18.568h-6.533c-.772 0-1.4-.628-1.4-1.4 0-.772.628-1.4 1.4-1.4h6.533c.772 0 1.4.628 1.4 1.4 0 .772-.628 1.4-1.4 1.4zm1.835-7.243c-.44.722-.889 1.468-1.165 2.646a3.28 3.28 0 0 0-.669-.07h-6.533c-.23 0-.453.025-.669.07-.276-1.178-.726-1.924-1.165-2.646-.663-1.089-1.346-2.214-1.424-5.42 2.064-.592 4.235-1.337 6.523-1.337 2.28 0 4.454.743 6.526 1.337-.078 3.206-.762 4.331-1.424 5.42zm4.232-6.757c-1.837 0-5.502-1.867-9.333-1.867-3.801 0-7.507 1.867-9.333 1.867-1.49 0-2.242-1.106-2.575-2.222.667.21 1.477.355 2.574.355 2.236 0 4.85-2.8 9.333-2.8 4.379 0 7.159 2.8 9.333 2.8 1.097 0 1.907-.145 2.575-.356-.332 1.118-1.084 2.223-2.574 2.223z"}),O("path",{d:"M11.2 13.067a.933.933 0 1 1-1.867 0 .933.933 0 0 1 1.867 0zm7.467 0a.933.933 0 1 1-1.867 0 .933.933 0 0 1 1.867 0zm-6.533 8.866a.933.933 0 1 1-1.867 0 .933.933 0 0 1 1.867 0zm5.6 0a.933.933 0 1 1-1.867 0 .933.933 0 0 1 1.867 0z"})]}),O("symbol",{viewBox:"0 0 28 28",id:"horoscope-cancer",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M6.3 14.9zm0 0c1.7 0 3.2-.7 4.3-2 1.1-1.3 1.5-2.9 1.3-4.6-.3-1.6-1.3-3.1-2.7-3.9 2.6-1.1 5.4-1.5 8.2-1 2.8.5 5.3 1.9 7.3 3.8.6.6 1.7.6 2.3 0 .6-.6.6-1.7 0-2.3-3.2-3.2-7.5-5-12-5-4.7.1-9 1.8-12.2 5-1.2 1-2 2.4-2.1 4-.1 1.6.4 3.1 1.5 4.3 1 1.1 2.5 1.7 4.1 1.7zM4.6 7.6c.4-.4 1-.7 1.7-.7.6 0 1.2.2 1.7.7.4.4.7 1 .7 1.7s-.3 1.2-.8 1.7c-.4.4-1 .7-1.7.7-.6 0-1.2-.2-1.7-.7-.4-.4-.7-1-.7-1.7.1-.6.4-1.2.8-1.7zm21.1 7.1c-1.1-1.1-2.7-1.7-4.3-1.6-1.6.1-3.1.9-4.1 2.2-1 1.3-1.4 2.9-1.1 4.5.3 1.6 1.3 3 2.6 3.8-2.6 1.1-5.4 1.5-8.2 1-2.8-.5-5.3-1.8-7.3-3.8-.6-.6-1.7-.6-2.3 0-.6.6-.6 1.7 0 2.3 3.2 3.2 7.6 5 12.1 5s8.8-1.7 12-4.9c1.3-1 2-2.5 2.1-4.1.3-1.7-.3-3.2-1.5-4.4zm-2.3 5.7c-.4.4-1 .7-1.7.7-.6 0-1.2-.2-1.7-.7-.4-.4-.7-1-.7-1.7 0-.6.3-1.2.7-1.7.4-.4 1-.7 1.7-.7.6 0 1.2.2 1.7.7.4.4.7 1 .7 1.7s-.2 1.2-.7 1.7z"})}),O("symbol",{viewBox:"0 0 28 28",id:"horoscope-capricorne",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M23.4 17.1c-1.2-.4-2.5-.3-3.7.1V5.6c0-1.5-.6-2.9-1.6-4C17 .6 15.6 0 14.2 0c-1.5 0-2.9.5-4 1.6C9.1.5 7.7 0 6.2 0S3.3.6 2.3 1.7.7 4.2.7 5.7c0 1 .8 1.7 1.7 1.7 1 0 1.7-.8 1.7-1.7 0-.7.5-1.4 1.1-1.8.7-.4 1.4-.4 2.1 0 .7.4 1.1 1 1.1 1.8v10.9c0 1 .8 1.7 1.7 1.7 1 0 1.7-.8 1.7-1.7v-11c0-.7.5-1.4 1.1-1.8.7-.4 1.4-.4 2.1 0 .7.4 1.1 1 1.1 1.8v13.9l-6 4.5c-.8.6-1 1.6-.4 2.4.6.8 1.6 1 2.4.4l4.2-3.1c.5 1.9 1.9 3.5 3.8 4 1.9.6 4 .1 5.4-1.3 1.4-1.4 2.1-3.4 1.6-5.3-.3-1.8-1.8-3.4-3.7-4zm.3 5.9c-.2.6-.7 1.1-1.3 1.3-.6.2-1.3.1-1.8-.2-.5-.3-.9-.9-1-1.5v-.4c0-.6.3-1.2.8-1.5.5-.4 1.1-.5 1.7-.4.6.1 1.1.5 1.4 1.1.4.4.4 1.1.2 1.6z"})}),Ae("symbol",{viewBox:"0 0 28 28",id:"horoscope-cheval",xmlns:"http://www.w3.org/2000/svg",children:[O("path",{d:"M7.094 10.344a.997.997 0 0 1 1.328-.484l1 .466a.999.999 0 1 1-.844 1.813l-1-.466a1 1 0 0 1-.484-1.329zm11 1.311a1 1 0 0 1 .484-1.329l1-.466a1 1 0 0 1 .844 1.813l-1 .466a1 1 0 0 1-1.328-.484z"}),O("path",{d:"M4.101 8.593c-.112 1.251-.099 2.502-.101 3.636 0 3.456 3.313 6.878 3.502 9.819C7.5 22.097 7 23.464 7 24c0 2.654 2.355 4 7 4s7-1.346 7-4c0-.554-.499-1.89-.502-1.937.19-2.986 3.502-6.371 3.502-9.834-.002-1.164.011-2.384-.101-3.636C25.551 7.396 27 5.55 27 1a1 1 0 0 0-1-1h-.004c-1.761.007-4.899.595-6.453 2.611a15.078 15.078 0 0 0-1.314-.244C17.283.892 15.606 0 14 0c-1.572 0-3.21.674-4.166 2.358-.418.058-.896.139-1.378.252C6.902.595 3.765.007 2.004 0H2a1 1 0 0 0-1 1c0 4.55 1.449 6.397 3.101 7.593zm20.868-6.526c-.14 2.271-.741 3.461-1.485 4.244-.354-1.178-.954-2.23-1.956-2.927.831-.712 2.147-1.157 3.441-1.317zM14 2c1.258 0 3 1.042 3 3 0 1.33-.397 1.542-1.356 2.056-.788.422-1.771.949-2.575 2.188-.151-1.288.106-2.667.772-3.703A1 1 0 0 0 13 4h-.012a6.057 6.057 0 0 0-1.799.304C11.695 2.339 13.095 2 14 2zM7.597 5.031c.21-.155.739-.351 1.515-.518-.072.456-.111.95-.111 1.487a1 1 0 0 0 1.569.823 4.87 4.87 0 0 1 .729-.417c-.571 2.068-.281 4.415.868 6.148a1 1 0 0 0 1.803-.31c.584-2.333 1.572-2.863 2.619-3.424 1.589-.852 2.612-1.857 2.386-4.287.732.163 1.229.351 1.429.499 1.75 1.301 1.6 4.864 1.597 7.197 0 2.777-3.275 6.211-3.498 9.708-.048.757.498 1.764.498 2.063 0 1.327-1.683 2-5 2s-5-.673-5-2c0-.285.546-1.302.498-2.063-.219-3.43-3.498-6.973-3.498-9.708-.003-2.312-.146-5.901 1.596-7.198zM6.473 3.384c-1.003.698-1.602 1.752-1.956 2.927-.745-.783-1.345-1.973-1.485-4.244 1.294.16 2.61.605 3.441 1.317z"}),O("path",{d:"M13 24a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"})]}),Ae("symbol",{viewBox:"0 0 28 28",id:"horoscope-chevre",xmlns:"http://www.w3.org/2000/svg",children:[O("path",{d:"M24.599.169c-2.407-.548-5.616.185-7.301 2.994-.992-.177-2.091-.27-3.298-.27s-2.306.093-3.298.27C9.018.353 5.808-.377 3.401.169 1.6.579.481 1.623.481 2.893c0 .485.339.923.972.966.273.003 3.025.054 3.794 2.435a5.192 5.192 0 0 0-.273.468c-1.263.024-3.154.185-4.21 1.242a.964.964 0 0 0-.181 1.115c.953 1.907 2.716 3.51 4.579 4.216.848 1.921 2.078 3.376 2.078 5.009 0 1.967 1.298 3.243 2.898 3.987-.019 2.468.344 4.148 1.145 5.266a.97.97 0 0 0 .739.403c.289.001.58-.108.774-.33.392-.45.8-.877 1.217-1.274.419.39.81.808 1.169 1.249a.964.964 0 0 0 1.621-.195c.628-1.32 1.095-3.612 1.059-5.119 1.6-.744 2.897-2.019 2.897-3.986 0-1.632 1.213-3.048 2.079-5.009 1.863-.706 3.626-2.309 4.579-4.216a.966.966 0 0 0-.181-1.115c-1.057-1.057-2.947-1.217-4.211-1.242a4.849 4.849 0 0 0-.272-.469c.767-2.382 3.51-2.434 3.794-2.435.658-.071.972-.483.972-.966 0-1.271-1.12-2.315-2.92-2.724zM2.755 9.011c.482-.171 1.096-.251 1.65-.289a7.43 7.43 0 0 0 .015 2.018 7.377 7.377 0 0 1-1.665-1.729zm20.84-.289c.554.038 1.168.117 1.65.289a7.357 7.357 0 0 1-1.665 1.729 7.43 7.43 0 0 0 .015-2.018zM3.346 2.192c1.699-.615 4.038-.186 5.367 1.499-.776.283-1.454.638-2.029 1.067-.741-1.337-1.991-2.174-3.338-2.566zm12.204 23a14.624 14.624 0 0 0-.94-.837.967.967 0 0 0-1.242.018 19.78 19.78 0 0 0-1.015.944c-.165-.626-.255-1.418-.278-2.357a9.531 9.531 0 0 0 1.925.212c.584 0 1.246-.07 1.92-.211-.045.686-.18 1.494-.37 2.231zm3.278-6.849c0 1.776-2.226 2.586-3.863 2.821V18.94l1.398-.699a.967.967 0 0 0-.864-1.728L14 17.264l-1.499-.75a.965.965 0 1 0-.864 1.728l1.397.699v2.224c-1.636-.234-3.863-1.044-3.863-2.82 0-3.22-2.897-5.157-2.897-8.691 0-3.204 2.599-4.828 7.725-4.828 5.127 0 7.725 1.624 7.725 4.828.001 3.542-2.896 5.452-2.896 8.689zm2.487-13.585a7.926 7.926 0 0 0-2.029-1.067c1.305-1.655 3.633-2.127 5.367-1.499-1.347.393-2.597 1.229-3.338 2.566z"}),O("path",{d:"M10.138 10.618a.966.966 0 1 1-1.932 0 .966.966 0 0 1 1.932 0zm9.656 0a.966.966 0 1 1-1.932 0 .966.966 0 0 1 1.932 0z"})]}),Ae("symbol",{viewBox:"0 0 28 28",id:"horoscope-chien",xmlns:"http://www.w3.org/2000/svg",children:[O("path",{d:"M24.935 12.865c1.46.36 2.397-.262 2.818-1.523.754-2.257-.287-7.205-2.221-8.658-1.605-1.206-4.563-1.597-6.761-1.712-.782-.043-1.576.406-1.735 1.244-.93-.157-1.938-.246-3.036-.246s-2.106.089-3.037.246C10.805 1.379 10.006.93 9.229.972c-2.198.115-5.156.506-6.761 1.712C.534 4.137-.507 9.085.247 11.342c.419 1.255 1.346 1.887 2.818 1.523.539 3.639 4.593 6.614 3.607 9.331-.735 2.022-.084 3.451 1.171 4.226 1.479.915 3.705.791 6.157-.328 1.906.869 4.384 1.425 6.157.328 1.247-.77 1.919-2.168 1.171-4.226-.991-2.732 3.059-5.632 3.607-9.331zm-.604-8.581c1.324.995 2.128 5.759 1.419 6.692-1.639 0-4.183-3.168-6.437-7.964 2.332.18 4.182.644 5.018 1.272zm-22.04 6.71c-.742-.61-.054-5.632 1.379-6.71.835-.628 2.685-1.092 5.018-1.272-1.064 2.264-4.148 7.958-6.397 7.982zm17.156 11.885c.208.574.474 1.337-.342 1.841-.735.453-2.343.527-4.657-.631a1 1 0 0 0-.895 0c-2.313 1.156-3.923 1.083-4.657.631-.84-.519-.528-1.329-.342-1.841 1.542-4.249-3.558-7.305-3.558-11.012 2.116-1.65 3.971-4.839 5.237-7.448 1.072-.292 2.329-.449 3.767-.449s2.696.156 3.768.449c1.266 2.609 3.12 5.797 5.237 7.448 0 3.694-5.095 6.778-3.558 11.012z"}),O("path",{d:"M14 15.979c-.794 0-2.709.132-3.328 1.353-.225.443-.343 1.213.368 2.371.562.917 1.815 2.28 2.96 2.28s2.398-1.364 2.96-2.28c.711-1.158.592-1.929.368-2.371-.619-1.221-2.534-1.353-3.328-1.353zm0 3.981c-.469-.219-1.318-1.229-1.476-1.738.595-.326 2.465-.322 2.959-.027-.133.499-1.006 1.541-1.483 1.765zm-4.003-8.984a1 1 0 1 1-2.002 0 1 1 0 0 1 2.002 0zm10.007 0a1 1 0 1 1-2.002 0 1 1 0 0 1 2.002 0z"})]}),Ae("symbol",{viewBox:"0 0 28 28",id:"horoscope-cochon",xmlns:"http://www.w3.org/2000/svg",children:[O("path",{d:"M13.999 14.5c-2.88 0-4.747 1.575-5.534 3.048-.634 1.187-.675 2.452-.107 3.301.996 1.489 4.277 1.65 5.642 1.65s4.646-.161 5.642-1.65c.568-.849.527-2.113-.107-3.301-.788-1.473-2.656-3.048-5.536-3.048zm3.982 5.234c-.206.266-1.586.765-3.982.765-2.393 0-3.772-.497-3.982-.764-.104-.16-.107-.649.211-1.245.514-.963 1.775-1.991 3.771-1.991s3.257 1.029 3.771 1.991c.319.599.315 1.089.211 1.244z"}),O("path",{d:"M26.998.501c-4.071 0-6.811.924-8.357 2.802-1.321-.523-2.868-.802-4.641-.802s-3.32.279-4.642.802C7.811 1.425 5.072.501 1.001.501A1 1 0 0 0 .159 2.04c.445.695 1.626 2.541 1.415 3.066-1.163 2.884-.563 5.306 2.473 6.181-.03.393-.046.796-.046 1.213 0 1.641-1 1.87-1 4.999 0 6.074 4.318 9.999 10.999 9.999s10.999-3.925 10.999-9.999c0-3.093-1-3.389-1-4.999 0-.417-.016-.821-.046-1.213 3.036-.875 3.636-3.298 2.473-6.181-.211-.524.97-2.371 1.415-3.066a1 1 0 0 0-.843-1.539zM3.428 5.854c.388-.961.039-2.064-.617-3.28 2.207.189 3.765.759 4.734 1.71C5.944 5.43 4.86 7.113 4.348 9.298c-1.625-.576-1.57-1.835-.92-3.444zm10.571 19.645C8.449 25.499 5 22.434 5 17.5c0-2.689 1-2.79 1-4.999 0-5.308 2.691-7.999 7.999-7.999s7.999 2.691 7.999 7.999c0 2.239 1 2.26 1 4.999 0 4.934-3.448 7.999-8.999 7.999zM24.571 5.854c.649 1.608.705 2.868-.92 3.445-.512-2.186-1.596-3.869-3.197-5.015.969-.951 2.527-1.52 4.734-1.71-.656 1.216-1.005 2.319-.617 3.28z"}),O("path",{d:"M10 11.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3.499 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3.5-7a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"})]}),Ae("symbol",{viewBox:"0 0 28 28",id:"horoscope-coq",xmlns:"http://www.w3.org/2000/svg",children:[O("path",{d:"M5.332 26.801a.964.964 0 0 0 1.37 1.069l3.432-1.689 3.434 1.717a.966.966 0 0 0 .864 0l3.44-1.72 3.436 1.643a.965.965 0 0 0 1.363-1.063c-.919-4.515.985-7.783.985-12.275 0-4.338-2.063-7.159-5.88-8.216.795-1.107 1.454-2.616 1.513-3.734.065-1.244-.563-1.797-.943-2.016-.464-.268-1-.318-1.549-.147-.537.168-1.06.554-1.516 1.028C14.756.532 13.952 0 13.035 0c-1.14 0-2.068.733-2.546 2.01-.453 1.213-.455 2.882.068 4.169-4.03.982-6.212 3.842-6.212 8.304 0 4.507 1.977 7.73.987 12.318zm6.966-24.115c.128-.345.361-.755.736-.755.345 0 .873.644.948 1.694.03.438.353.8.785.881a.97.97 0 0 0 1.052-.537c.419-.886 1.188-1.649 1.534-1.755.022.143.017.475-.166 1.032-.415 1.259-1.303 2.443-1.64 2.624a15.6 15.6 0 0 0-2.986-.011c-.466-.622-.676-2.067-.263-3.173zM14 7.724c5.126 0 7.724 2.274 7.724 6.759 0 3.751-1.493 6.727-1.199 10.824l-2.247-1.075a.97.97 0 0 0-.849.007L14 25.955l-3.43-1.715a.963.963 0 0 0-.858-.002l-2.216 1.09c.322-4.108-1.22-7.21-1.22-10.846 0-4.485 2.598-6.759 7.724-6.758z"}),O("path",{d:"M13.181 20.787a.964.964 0 0 0 1.638 0l2.414-3.862a.966.966 0 0 0-.215-1.266c-1.974-1.579-4.06-1.579-6.035 0a.966.966 0 0 0-.215 1.266l2.413 3.862zm1.916-4.088L14 18.454l-1.098-1.755c.743-.377 1.453-.377 2.195 0zm-4.959-3.182a.966.966 0 1 1-1.932 0 .966.966 0 0 1 1.932 0zm9.655 0a.966.966 0 1 1-1.932 0 .966.966 0 0 1 1.932 0z"})]}),Ae("symbol",{viewBox:"0 0 28 28",id:"horoscope-dragon",xmlns:"http://www.w3.org/2000/svg",children:[O("path",{d:"M15.931 21.241c-.516 0-.86.17-1.151.57a.967.967 0 0 1-1.56 0c-.291-.4-.636-.57-1.151-.57-1.278 0-1.277-1.931 0-1.931.742 0 1.388.195 1.931.58.543-.385 1.188-.58 1.931-.58 1.278 0 1.276 1.931 0 1.931z"}),O("path",{d:"M26.774 3.888a.965.965 0 0 0-1.086.508c-.708 1.416-1.699 2.313-3.244 2.927a9.272 9.272 0 0 0-.879-.797c2.089-1.473 3.342-3.778 3.943-5.179a.966.966 0 0 0-1.775-.761 13.67 13.67 0 0 1-.93 1.784l-1.429-1.182a.967.967 0 0 0-1.232 1.488l1.501 1.243A6.806 6.806 0 0 1 19.7 5.401c-1.89-.803-3.909-.724-5.7.237-1.791-.962-3.81-1.04-5.7-.237a6.813 6.813 0 0 1-1.944-1.483l1.501-1.243a.966.966 0 0 0-1.232-1.488L5.197 2.37a13.61 13.61 0 0 1-.93-1.784.966.966 0 0 0-1.775.761c.601 1.401 1.854 3.707 3.943 5.179a9.151 9.151 0 0 0-.879.797C4.011 6.708 3.02 5.812 2.312 4.395a.965.965 0 0 0-1.829.433c0 2.985.31 6.113 2.393 7.331a12.34 12.34 0 0 0-.462 3.289.966.966 0 0 0 1.271.916l.567-.189c-.461 1.1-.872 2.523-.872 4.101a.966.966 0 0 0 1.501.803l1.542-1.028c.118 1.096.292 2.281.548 3.393-1.673 1.198-2.212 2.625-3.591 2.625-.763 0-.958-1.006-.977-1.114a.966.966 0 0 0-1.908.298C.642 26.202 1.436 28 3.38 28c2.08 0 3.017-1.502 4.187-2.563C8.148 26.934 8.971 28 10.138 28c2.081 0 2.361-.966 3.862-.966 1.538 0 1.735.966 3.862.966 1.167 0 1.99-1.066 2.571-2.563C21.641 26.533 22.534 28 24.62 28c1.943 0 2.737-1.797 2.885-2.748a.962.962 0 0 0-.799-1.097.97.97 0 0 0-1.108.792c-.02.115-.216 1.122-.978 1.122-1.391 0-1.894-1.409-3.591-2.625.255-1.112.429-2.297.548-3.393l1.542 1.028a.966.966 0 0 0 1.501-.803c0-1.577-.412-3.001-.872-4.1l.567.189a.967.967 0 0 0 1.271-.916c0-1.128-.17-2.234-.462-3.29 2.083-1.218 2.393-4.345 2.393-7.33a.968.968 0 0 0-.743-.941zM3.575 10.281c-.483-.447-.806-1.236-.985-2.451a8.069 8.069 0 0 0 1.747 1.067c-.283.438-.536.9-.762 1.384zm18.454 3.286a.961.961 0 0 0-1.087.351.968.968 0 0 0 .009 1.144c.013.017.997 1.356 1.479 3.237l-1.136-.757a.964.964 0 0 0-1.498.736 33.029 33.029 0 0 1-.583 4.269 7.64 7.64 0 0 0-2.315-.34.966.966 0 0 0 0 1.932c.744 0 1.336.109 1.844.28-.292.933-.601 1.551-.878 1.651-1.538 0-1.735-.966-3.862-.966-2.09 0-2.35.963-3.843.968-.284-.1-.598-.721-.892-1.655.506-.17 1.097-.278 1.839-.278a.966.966 0 0 0 0-1.932c-.906 0-1.658.135-2.313.339a32.84 32.84 0 0 1-.586-4.269.965.965 0 0 0-1.498-.736l-1.139.758c.482-1.881 1.465-3.219 1.477-3.235a.965.965 0 0 0-1.076-1.497l-1.536.512c.221-1.689.853-3.259 1.766-4.52 1.997.514 4.018.679 5.024 2.495a.965.965 0 1 0 1.688-.936C11.69 8.911 9.538 8.352 7.745 7.943c1.925-1.466 3.998-1.502 5.727-.375a.97.97 0 0 0 1.055 0c1.728-1.127 3.802-1.092 5.727.375-1.792.409-3.945.968-5.168 3.176a.964.964 0 1 0 1.688.936c1.006-1.816 3.025-1.981 5.024-2.495.912 1.26 1.544 2.831 1.766 4.52l-1.535-.513zm2.396-3.286a11.55 11.55 0 0 0-.762-1.384A8.03 8.03 0 0 0 25.41 7.83c-.179 1.215-.502 2.004-.985 2.451z"}),O("path",{d:"M12.31 17.379c0-.533.432-.966.966-.966h1.448a.966.966 0 0 1 0 1.932h-1.448a.966.966 0 0 1-.966-.966zm0-2.896c0-.533.432-.966.966-.966h1.448a.966.966 0 0 1 0 1.932h-1.448a.967.967 0 0 1-.966-.966zm-2.172-1.931a.966.966 0 1 1-1.932 0 .966.966 0 0 1 1.932 0zm9.655 0a.966.966 0 1 1-1.932 0 .966.966 0 0 1 1.932 0z"})]}),O("symbol",{viewBox:"0 0 28 28",id:"horoscope-gemeaux",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M4.8 25.2c-.6.6-.6 1.7 0 2.3.6.6 1.7.6 2.3 0 1.8-1.8 4.3-2.9 6.9-2.9 2.6 0 5.1 1 6.9 2.9.6.6 1.7.6 2.3 0 .6-.6.6-1.7 0-2.3-1-1-2.3-1.9-3.6-2.5V5.3c1.3-.6 2.5-1.5 3.6-2.5.6-.6.6-1.7 0-2.3-.6-.6-1.7-.6-2.3 0-1.8 1.8-4.3 2.9-6.9 2.9-2.6 0-5.1-1-6.9-2.9-.6-.6-1.7-.6-2.3 0-.6.6-.6 1.7 0 2.3 1 1 2.3 1.9 3.6 2.5v17.3c-1.4.7-2.6 1.6-3.6 2.6zm6.8-18.8c1.6.3 3.2.3 4.7 0v15.2c-1.6-.3-3.2-.3-4.7 0V6.4z"})}),Ae("symbol",{viewBox:"0 0 28 28",id:"horoscope-lapin",xmlns:"http://www.w3.org/2000/svg",children:[O("path",{d:"M20.187 2.714c-2.308.747-4.752 2.438-5.179 5.016a10.41 10.41 0 0 0-2.013-.003c-.428-2.577-2.872-4.267-5.179-5.014C3.793 1.412 1.194 1.56.298 3.142-.975 5.388 2.058 7.568 4.986 8.32c1.612.414 2.782 1.055 3.26 1.761-1.006 1.164-1.652 2.598-2.257 3.953-1.553 3.479-2.502 4.192-2.202 6.069.579 3.626 6.056 6.062 10.214 6.062 4.189 0 9.638-2.461 10.214-6.062.299-1.87-.648-2.59-2.2-6.064-.606-1.355-1.253-2.79-2.261-3.954.476-.707 1.648-1.349 3.263-1.764 2.877-.739 5.961-2.929 4.688-5.178-.896-1.582-3.494-1.73-7.518-.429zM5.5 6.705c-1.533-.394-4.11-1.786-3.536-2.801.299-.529 2.06-.633 5.219.391.636.206 3.671 1.32 3.985 3.814-.595.2-1.124.458-1.587.772C8.534 7.664 6.679 7.008 5.5 6.705zm14.781 7.96c1.505 3.367 2.289 3.921 2.085 5.199-.425 2.655-5.075 4.621-8.365 4.621s-7.94-1.973-8.365-4.621c-.202-1.261.56-1.783 2.086-5.204 1.322-2.961 2.366-5.299 6.264-5.299h.013c3.913.005 4.958 2.343 6.282 5.304zm2.222-7.96c-1.181.303-3.039.96-4.084 2.18a6.515 6.515 0 0 0-1.584-.771c.31-2.497 3.349-3.614 3.985-3.82 3.158-1.023 4.919-.92 5.219-.391.576 1.021-1.907 2.383-3.536 2.802z"}),O("path",{d:"M11.199 15.246c0 .464-.418.84-.934.84s-.934-.376-.934-.84c0-.464.418-.84.934-.84.515.001.934.376.934.84zm7.473 0c0 .464-.418.84-.934.84s-.934-.376-.934-.84c0-.464.418-.84.934-.84.516.001.934.376.934.84zm-1.876 6.829c-.068.45-.525.781-1.051.72a4.39 4.39 0 0 1-1.744-.588 4.353 4.353 0 0 1-1.744.588c-.508.058-.982-.26-1.051-.72-.069-.46.29-.882.801-.945a2.353 2.353 0 0 0 1.059-.389v-1.296h-.934c-.516 0-.934-.376-.934-.84 0-.464.418-.84.934-.84h1.852c.006 0 .01-.003.016-.003s.011.003.016.003h1.853c.516 0 .934.376.934.84 0 .464-.418.84-.934.84h-.934v1.296c.313.212.662.341 1.059.389.512.063.871.486.802.945z"})]}),O("symbol",{viewBox:"0 0 28 28",id:"horoscope-lion",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M5.3 22.1c1.4 0 2.8-.6 3.8-1.6s1.5-2.4 1.5-3.8V8c0-.8.3-1.6.8-2.2.6-.6 1.3-.9 2.1-.9s1.6.3 2.1.9c.6.6.9 1.4.8 2.2v12c0 1.6.5 3.1 1.6 4.2s2.6 1.8 4.1 1.8c1.6 0 3-.6 4.1-1.8C27.5 23 28 21.5 28 20c0-.8-.6-1.4-1.4-1.4s-1.4.6-1.4 1.4-.3 1.6-.8 2.2c-.6.6-1.3.9-2.1.9s-1.6-.3-2.1-.9c-.6-.6-.9-1.4-.8-2.2V8c0-1.6-.5-3.1-1.6-4.2S15.2 2 13.7 2c-1.6 0-3 .6-4.1 1.8C8.3 5 7.7 6.5 7.8 8v3.9c-.8-.4-1.6-.6-2.5-.6-1.9.1-3.6 1.1-4.6 2.8-.9 1.7-.9 3.7 0 5.3s2.7 2.7 4.6 2.7zm0-8.1c.7 0 1.4.2 2 .7.5.5.9 1.2.9 1.9S8 18 7.5 18.5s-1.2.8-1.9.8-1.4-.3-1.9-.8-.8-1.2-.8-1.9.2-1.3.7-1.8c.3-.5 1-.8 1.7-.8z"})}),O("symbol",{viewBox:"0 0 28 28",id:"horoscope-poissons",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M1.6 15.6h4.6C5.9 18.9 4.4 22 2 24.4c-.3.3-.5.7-.5 1.2 0 .4.2.9.5 1.2.3.3.7.5 1.2.5.4 0 .9-.2 1.2-.5 3-3 4.8-6.9 5.2-11h9c.4 4.2 2.2 8.1 5.2 11 .6.6 1.7.6 2.3 0 .6-.6.6-1.7 0-2.3-2.4-2.4-3.8-5.4-4.2-8.8h4.6c.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6h-4.6c.4-3.3 1.8-6.4 4.2-8.8.6-.6.6-1.7 0-2.3-.6-.6-1.7-.6-2.3 0-3 3-4.8 6.9-5.2 11H9.5c-.4-4.2-2.2-8.1-5.2-11C3.7.7 2.7.7 2 1.3c-.6.6-.6 1.7 0 2.3C4.4 6 5.9 9.1 6.2 12.4H1.6c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6z"})}),Ae("symbol",{viewBox:"0 0 28 28",id:"horoscope-rat",xmlns:"http://www.w3.org/2000/svg",children:[O("path",{d:"M14 19.492c-1.682 0-3 1.098-3 2.5s1.318 2.5 3 2.5 3-1.098 3-2.5-1.318-2.5-3-2.5zm0 3c-.62 0-1-.324-1-.5s.38-.5 1-.5 1 .324 1 .5-.38.5-1 .5z"}),O("path",{d:"M22 1.492c-2.669 0-4.987 1.801-5.733 4.27a9.667 9.667 0 0 0-4.535 0c-.745-2.47-3.063-4.27-5.732-4.27-3.309 0-6 2.691-6 6 0 2.996 2.209 5.478 5.082 5.922-.14 1.191-.116 2.549.243 4.273-1.218.159-2.571.429-3.694.876a1 1 0 0 0 .739 1.859c1.051-.418 2.36-.653 3.486-.784.144.412.306.811.48 1.201-1.311.3-2.851.86-4.009 1.915a1 1 0 0 0 1.348 1.478c.965-.88 2.439-1.336 3.632-1.557 1.809 2.909 4.395 4.817 6.694 4.817s4.885-1.908 6.694-4.818c1.193.22 2.667.676 3.632 1.557a1 1 0 0 0 1.348-1.478c-1.158-1.056-2.698-1.615-4.009-1.915.174-.39.336-.789.48-1.201 1.126.131 2.435.366 3.486.784a1 1 0 0 0 .739-1.859c-1.123-.447-2.476-.717-3.694-.876.359-1.724.383-3.082.243-4.273C25.791 12.97 28 10.487 28 7.492a6.005 6.005 0 0 0-6-6zM5.521 11.444C3.543 11.204 2 9.533 2 7.492c0-2.206 1.794-4 4-4a4.013 4.013 0 0 1 3.848 2.943c-2.045 1.007-3.576 2.769-4.327 5.009zm15.151 6.066a18.15 18.15 0 0 0-.672-.018 1 1 0 0 0 0 2l.062.001c-.14.354-.291.699-.455 1.03a10.163 10.163 0 0 0-.607-.031 1 1 0 0 0-1 1c0 .373.213.685.516.857-1.401 1.941-3.14 3.143-4.516 3.143s-3.115-1.201-4.516-3.143a.985.985 0 0 0 .516-.857 1 1 0 0 0-1-1c-.01 0-.24.003-.607.031a13.358 13.358 0 0 1-.455-1.03L8 19.492a1 1 0 0 0 0-2c-.187 0-.42.007-.672.018C5.926 11.292 9.322 7.492 14 7.492c4.654 0 8.08 3.77 6.672 10.018zm1.807-6.066c-.751-2.239-2.282-4.002-4.326-5.009A4.011 4.011 0 0 1 22 3.492c2.206 0 4 1.794 4 4 0 2.041-1.543 3.712-3.521 3.952z"}),O("path",{d:"M11 14.492a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm8 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"})]}),O("symbol",{viewBox:"0 0 28 28",id:"horoscope-sagittaire",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M27.9 1.3v-.1c0-.1-.1-.2-.1-.3V.8c-.1-.2-.3-.4-.6-.6h-.1c-.1 0-.2-.1-.3-.1h-.9L11.7 3c-.5.1-.9.3-1.2.7-.3.4-.4.9-.3 1.4.1.5.4.9.8 1.2.4.3.9.3 1.4.2l8.3-1.8L7.1 18.3l-4-4c-.7-.7-1.9-.7-2.6 0-.7.7-.7 1.9 0 2.6l4 4L1 24.5c-.7.7-.7 1.8 0 2.5s1.8.7 2.5 0l3.6-3.6 4 4c.7.7 1.8.7 2.5 0s.7-1.8 0-2.5l-4-4L23.2 7.3l-1.7 8.2c-.1.5-.1 1 .2 1.4.3.4.7.7 1.2.8.5.1 1 0 1.4-.3.4-.3.7-.7.7-1.2l3-14.1v-.5c0-.1 0-.2-.1-.3z"})}),O("symbol",{viewBox:"0 0 28 28",id:"horoscope-scorpion",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M1.3 9c.4 0 .7-.1.9-.4s.4-.6.4-.9c0-.4.1-.9.4-1.2.3-.3.8-.5 1.2-.5s.9.2 1.2.5c.3.3.5.7.4 1.2v8c0 .7.6 1.3 1.3 1.3s1.3-.6 1.3-1.3v-8c0-.5.3-1 .8-1.3.5-.3 1.1-.3 1.5 0 .5.3.8.8.8 1.3v8c0 .7.6 1.3 1.3 1.3.7 0 1.3-.6 1.3-1.3v-8c0-.4.1-.9.4-1.2.4-.3.8-.5 1.2-.5.4 0 .9.2 1.2.5.3.3.5.7.4 1.2v12.4c0 1.5.7 2.8 1.9 3.6 1.2.8 2.7 1 4.1.5 1.4-.5 2.4-1.7 2.7-3.1.6.4 1.3.2 1.7-.3.4-.5.3-1.3-.2-1.7l-1.8-1.8c-.2-.2-.6-.4-.9-.4-.3 0-.7.1-.9.4L22.1 19c-.4.4-.5 1-.3 1.5s.8.8 1.3.7c-.3.4-.8.7-1.3.7s-1-.1-1.4-.5c-.4-.3-.6-.8-.6-1.4V7.7c0-1.1-.4-2.2-1.2-3-.8-.8-1.8-1.2-2.9-1.2-1.1 0-2.2.4-3 1.2-.6-.8-1.7-1.2-2.8-1.2s-2.1.4-2.8 1.2c-.8-.8-1.9-1.2-3-1.2S2 4 1.2 4.8C.4 5.5 0 6.6 0 7.7c0 .3.1.7.4.9.2.3.6.4.9.4z"})}),Ae("symbol",{viewBox:"0 0 28 28",id:"horoscope-serpent",xmlns:"http://www.w3.org/2000/svg",children:[O("path",{d:"M9.905 8.649a1.002 1.002 0 0 1-1.33.483l-1-.467a1.002 1.002 0 0 1 .846-1.814l1 .467c.501.235.717.829.484 1.331zm8.19 0a1 1 0 0 1 .484-1.33l1-.467a1 1 0 1 1 .846 1.814l-1 .467a1.002 1.002 0 0 1-1.33-.484zM13 16.995a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4.001 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"}),O("path",{d:"M17.361 21.998c2.922 0 7.644-9.244 7.644-13.734 0-7.009-5.463-10.169-11.004-7.078-5.555-3.097-11.005.083-11.005 7.078 0 4.49 4.722 13.734 7.644 13.734 1.115 0 1.729-.485 2.361-.78L13 23.98c-.074.547-1.463 1.937-2.014 2.02a1 1 0 0 0 .012 2c.927 0 2.152-.849 3.001-1.866C14.85 27.151 16.074 28 17.001 28c.553 0 1.009-.448 1.009-1s-.438-1-.991-1c-.549-.074-1.946-1.472-2.019-2.002v-2.78c.63.295 1.245.78 2.361.78zM10.675 20c-1.358-.305-5.679-7.501-5.679-11.736 0-5.472 3.872-7.797 8.243-5.209a1.493 1.493 0 0 0 1.522 0h.001c4.363-2.585 8.241-.265 8.241 5.209 0 4.235-4.321 11.431-5.643 11.733-.865 0-1.527-1-3.361-1-1.831-.001-2.479.996-3.324 1.003z"})]}),Ae("symbol",{viewBox:"0 0 28 28",id:"horoscope-singe",xmlns:"http://www.w3.org/2000/svg",children:[O("path",{d:"M17.2 21.587a.934.934 0 0 1-.52 1.213 7.188 7.188 0 0 1-2.68.533 7.188 7.188 0 0 1-2.68-.533.932.932 0 1 1 .693-1.733c.354.141.704.24 1.054.307V19.71l-1.351-.675a.934.934 0 0 1 .834-1.67l1.45.725 1.449-.725a.933.933 0 1 1 .834 1.67l-1.35.675v1.663a5.7 5.7 0 0 0 1.054-.307.936.936 0 0 1 1.213.521zm-6-9.921a.933.933 0 1 1-1.867 0 .933.933 0 0 1 1.867 0zm7.467 0a.933.933 0 1 1-1.867 0 .933.933 0 0 1 1.867 0z"}),O("path",{d:"M28 5.6c0-3.829-4.758-5.686-7.341-2.774C18.85 1.903 16.607 1.4 14 1.4s-4.85.503-6.659 1.426C4.759-.085 0 1.77 0 5.6c0 1.673 1.012 3.161 2.493 3.826-.683 4.115.862 9.144 4.293 12.331C7.688 24.785 10.943 26.6 14 26.6c3.184 0 6.586-1.967 7.317-5.224 2.971-3.002 4.908-7.624 4.19-11.949C26.988 8.761 28 7.273 28 5.6zm-26.133 0c0-1.974 2.319-3.089 3.862-1.743A8.546 8.546 0 0 0 2.985 7.59 2.343 2.343 0 0 1 1.867 5.6zM14 24.733c-2.704 0-5.6-1.875-5.6-4.667 0-.695.549-1.768 1.505-2.941.661-.81.388-2.057-.592-2.47a3.022 3.022 0 0 1-1.808-3.254c.388-2.537 3.62-3.441 5.28-1.452.598.72 1.835.719 2.431.001 1.665-1.993 4.895-1.071 5.281 1.452a3.024 3.024 0 0 1-1.808 3.254c-.974.41-1.258 1.654-.593 2.469.957 1.173 1.505 2.246 1.505 2.941-.001 2.791-2.897 4.667-5.601 4.667zm7.182-6.078c-.327-.885-.887-1.746-1.426-2.44a4.888 4.888 0 0 0 2.585-5.096C21.744 7.223 16.825 5.547 14 8.51c-2.832-2.97-7.746-1.271-8.341 2.609a4.887 4.887 0 0 0 2.585 5.096c-.59.758-1.203 1.715-1.51 2.687C5.132 16.774 4.2 14.053 4.2 11.278c0-7.231 6.853-8.011 9.8-8.011 6.228 0 9.8 2.92 9.8 8.011 0 2.458-1 5.182-2.618 7.377zm3.833-11.064a8.568 8.568 0 0 0-2.743-3.734c1.542-1.345 3.861-.229 3.861 1.743 0 .827-.442 1.575-1.118 1.991z"})]}),O("symbol",{viewBox:"0 0 28 28",id:"horoscope-taureau",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M4.1 18.2c0 3.5 1.8 6.7 4.8 8.5 3 1.8 6.7 1.8 9.7.2 3-1.7 5-4.8 5.1-8.3.1-3.5-1.6-6.8-4.5-8.6 2.8-1.8 4.5-4.9 4.5-8.3 0-.9-.7-1.6-1.6-1.6-.9 0-1.6.7-1.6 1.6 0 2.4-1.3 4.6-3.3 5.8-2.1 1.2-4.6 1.2-6.7 0C8.6 6.2 7.3 4 7.3 1.6 7.3.7 6.6 0 5.7 0c-.8 0-1.6.7-1.6 1.6 0 3.3 1.7 6.5 4.5 8.3-2.8 1.8-4.5 4.9-4.5 8.3zm9.9-6.7c1.8 0 3.5.7 4.7 2 1.2 1.2 2 2.9 2 4.7 0 1.8-.7 3.5-1.9 4.7-1.2 1.2-2.9 2-4.7 2-1.8 0-3.5-.7-4.7-1.9-1.3-1.2-2-2.9-2-4.7 0-1.8.7-3.5 2-4.7 1.1-1.4 2.8-2.1 4.6-2.1z"})}),Ae("symbol",{viewBox:"0 0 28 28",id:"horoscope-tigre",xmlns:"http://www.w3.org/2000/svg",children:[O("path",{d:"M14 15.997c-1.116 0-3.091.167-3.77 1.283-.239.392-.409 1.063.134 2.03.628 1.119 2.316 2.679 3.636 2.679s3.008-1.561 3.636-2.68c.543-.968.372-1.639.134-2.03-.679-1.115-2.654-1.282-3.77-1.282zm.016 3.996c-.494-.06-1.67-1.13-1.954-1.724.794-.373 3.189-.369 3.888-.022-.265.588-1.462 1.686-1.934 1.746z"}),O("path",{d:"M27.983 2.015a.999.999 0 0 0-.999-.999c-2.832 0-5.649.87-7.543 2.3-3.6-1.727-7.282-1.727-10.883 0-1.894-1.43-4.711-2.3-7.543-2.3a.999.999 0 0 0-.999.999c0 3.202.788 5.62 2.403 7.364a13.039 13.039 0 0 0 1.617 13.957c.557.682 1.663.357 1.765-.517a4.92 4.92 0 0 1 .328-1.319c.577 1.447 1.426 3.331 2.18 4.079 1.457 1.447 3.639 1.408 5.69 1.404 2.058-.004 4.221.056 5.69-1.403.755-.749 1.603-2.634 2.181-4.08.162.387.271.826.328 1.319.101.873 1.208 1.2 1.765.517a13.037 13.037 0 0 0 1.616-13.958c1.616-1.743 2.404-4.161 2.404-7.363zm-4.429 18.367a5.256 5.256 0 0 0-1.339-1.701.999.999 0 0 0-1.584.436c-.601 1.724-1.728 4.429-2.348 5.044-.925.918-2.895.826-4.283.824-1.382.003-3.362.09-4.284-.824-.62-.616-1.747-3.32-2.348-5.044a.998.998 0 0 0-1.584-.436 5.256 5.256 0 0 0-1.339 1.701 11.046 11.046 0 0 1-1.029-2.688c.401-.722 1.15-1.407 1.999-1.782a1 1 0 0 0-.809-1.827 6.619 6.619 0 0 0-1.505.931 11.05 11.05 0 0 1 1.418-5.341.997.997 0 0 0-.208-1.237C2.933 7.217 2.203 5.491 2.046 3.059c2.249.194 4.413 1.009 5.711 2.183a.998.998 0 0 0 1.141.141c1.368-.732 2.735-1.154 4.102-1.297l.001 1.924h-.999a.999.999 0 1 0 0 1.998h.999v.999h-.999a.999.999 0 1 0 0 1.998h.999v.999a.999.999 0 1 0 1.998 0v-.999h.999a.999.999 0 1 0 0-1.998h-.999v-.999h.999a.999.999 0 1 0 0-1.998h-.999V4.085c1.367.143 2.734.566 4.102 1.297a.997.997 0 0 0 1.141-.141c1.298-1.174 3.462-1.989 5.711-2.183-.157 2.433-.887 4.158-2.265 5.379a.998.998 0 0 0-.208 1.238 11.037 11.037 0 0 1 1.418 5.341 6.605 6.605 0 0 0-1.505-.931 1 1 0 0 0-.809 1.827c.849.376 1.598 1.061 1.999 1.782a11.03 11.03 0 0 1-1.029 2.688z"}),O("path",{d:"M9.006 12.002a.999.999 0 1 1-1.997 0 .999.999 0 0 1 1.997 0zm10.987-.999a.999.999 0 1 1 0 1.997.999.999 0 0 1 0-1.997z"})]}),O("symbol",{viewBox:"0 0 28 28",id:"horoscope-verseau",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M23.4 16.2c-.3-.3-.7-.5-1.1-.5-.4 0-.8.2-1.1.5l-3 3-3-3c-.3-.3-.7-.5-1.1-.5s-.8.2-1.1.5l-3 3-3-3c-.3-.3-.7-.5-1.1-.5-.4 0-.8.2-1.1.5L.7 20.3c-.6.6-.6 1.6 0 2.3.6.6 1.6.6 2.3 0l3-3 3 3c.1.3.5.4.9.4s.8-.2 1.1-.5l3-3 3 3c.3.3.7.5 1.1.5.4 0 .8-.2 1.1-.5l3-3 3 3c.6.6 1.6.5 2.2-.1.6-.6.6-1.6 0-2.2l-4-4zm-.1-10.8c-.3-.3-.7-.4-1.2-.4-.4 0-.8.2-1.1.5l-3 3-3-3c-.2-.4-.7-.5-1.1-.5-.4 0-.8.2-1.1.5l-3 3-3-3c-.3-.4-.7-.5-1.1-.5-.4 0-.8.1-1.1.4L.5 9.5c-.6.6-.6 1.6 0 2.3.6.6 1.6.6 2.3 0l3-3 3 3c.3.3.7.5 1.1.5.4 0 .8-.2 1.1-.5l3-3 3 3c.3.3.7.5 1.1.5.4 0 .8-.2 1.1-.5l3-3 3 3c.3.4.7.6 1.2.6s.9-.1 1.2-.5c.3-.3.5-.8.5-1.2 0-.5-.3-.9-.6-1.2l-4.2-4.1z"})}),O("symbol",{viewBox:"0 0 28 28",id:"horoscope-vierge",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M26.5 15.5c1.1-1.1 1.6-2.6 1.5-4.1s-1-2.9-2.2-3.8c-1.3-.9-2.9-1.1-4.3-.7-.1-1.1-.6-2.2-1.5-2.9-.8-.7-1.9-1.1-3.1-1.1-1.1 0-2.2.5-3 1.3-.8-.8-2-1.3-3.1-1.3-1.2 0-2.3.5-3.1 1.3-.8-.8-2-1.3-3.2-1.3s-2.3.5-3.1 1.3C.5 5 0 6.2 0 7.3c0 .7.6 1.3 1.3 1.3S2.6 8 2.6 7.3c0-.6.3-1.2.9-1.6.6-.3 1.2-.3 1.8 0s.9.9.9 1.6V16c0 .7.6 1.3 1.3 1.3s1.3-.6 1.3-1.3V7.3c0-.6.3-1.2.9-1.6.6-.3 1.2-.3 1.8 0s.9.9.9 1.6V16c0 .7.6 1.3 1.3 1.3S15 16.7 15 16V7.3c0-.6.3-1.2.9-1.6.6-.3 1.2-.3 1.8 0 .6.3.9.9.9 1.6v12.2l-3.4 3.4c-.5.5-.5 1.4 0 1.9s1.4.5 1.9 0l2-2c.6 1.2 1.7 2 3 2.3s2.6 0 3.7-.9c1-.8 1.6-2.1 1.6-3.4 0-.7-.6-1.3-1.3-1.3-.7 0-1.3.6-1.3 1.3 0 .6-.3 1.2-.9 1.5-.5.3-1.2.3-1.7 0s-.9-.9-.9-1.5v-.2l5.2-5.1zm-5.1-5.8c.7-.5 1.6-.6 2.4-.3s1.4 1 1.5 1.9c.2.8-.1 1.7-.7 2.3l-3.2 3.2V9.7z"})}),Ae("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"instagram",xmlns:"http://www.w3.org/2000/svg",children:[O("path",{d:"M27.941 8.247c0-1.115-.235-2.289-.646-3.405A7.09 7.09 0 0 0 23.186.733C22.071.322 20.955.087 19.781.087 18.314.028 17.844.028 14.028.028l-.059.059c-3.816 0-4.285 0-5.753.059-1.174 0-2.289.235-3.405.646A7.099 7.099 0 0 0 .704 4.901C.294 6.017.059 7.132.059 8.306 0 9.832 0 10.302 0 14.059c0 3.816 0 4.285.059 5.753a10.67 10.67 0 0 0 .704 3.346 7.09 7.09 0 0 0 4.109 4.109c1.115.411 2.231.646 3.405.646 1.467.059 1.996.059 5.753.059 3.816 0 4.285 0 5.753-.059 1.174 0 2.289-.235 3.405-.646a7.09 7.09 0 0 0 4.109-4.109c.411-1.115.646-2.231.646-3.405C28 18.285 28 17.757 28 14c0-3.816 0-4.285-.059-5.753zm-2.583 11.447c0 .88-.176 1.761-.47 2.583a4.51 4.51 0 0 1-2.642 2.641 7.72 7.72 0 0 1-2.583.47c-1.467.059-1.937.059-5.635.059s-4.168 0-5.635-.059a7.72 7.72 0 0 1-2.583-.47c-1.233-.47-2.172-1.467-2.642-2.641a7.72 7.72 0 0 1-.47-2.583c-.059-1.467-.059-1.937-.059-5.635 0-3.757 0-4.168.059-5.635 0-.88.176-1.761.47-2.583.47-1.174 1.409-2.172 2.642-2.642a7.72 7.72 0 0 1 2.583-.47c1.467-.059 1.937-.059 5.635-.059s4.168 0 5.635.059a7.72 7.72 0 0 1 2.583.47 4.515 4.515 0 0 1 2.642 2.642c.293.822.47 1.702.47 2.583.059 1.468.059 1.937.059 5.635.059 3.698.059 4.167-.059 5.635z"}),O("path",{d:"M13.912 6.662c-3.933 0-7.161 3.229-7.161 7.161s3.228 7.161 7.161 7.161 7.22-3.228 7.22-7.161-3.228-7.161-7.22-7.161zm0 11.799c-2.583 0-4.637-2.113-4.637-4.637s2.113-4.637 4.637-4.637 4.637 2.113 4.637 4.637-2.054 4.637-4.637 4.637zm7.514-13.618a1.702 1.702 0 1 0 0 3.404 1.702 1.702 0 0 0 0-3.404z"})]}),Ae("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"jeux",xmlns:"http://www.w3.org/2000/svg",children:[O("defs",{children:O("filter",{id:"bua",filterUnits:"userSpaceOnUse",x:0,y:.064,width:28,height:27.871,children:O("feColorMatrix",{values:"1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"})})}),Ae("mask",{maskUnits:"userSpaceOnUse",x:0,y:.064,width:28,height:27.871,id:"bub",children:[O("path",{style:{filter:"url(#bua)"},d:"M.004.064H28V27.92H.004z"}),O("path",{style:{fill:"#fff"},d:"M.004.064H28V27.92H.004z"})]}),Ae("g",{style:{mask:"url(#bub)"},children:[O("path",{className:"bust3",d:"M12.462 15.602h-1.26v-1.12c0-.7-.56-1.26-1.26-1.26s-1.26.56-1.26 1.26v1.12h-1.12c-.7 0-1.26.56-1.26 1.26s.56 1.26 1.26 1.26h1.26v1.26c0 .7.56 1.26 1.26 1.26s1.26-.56 1.26-1.26v-1.26h1.26c.7 0 1.26-.56 1.26-1.26s-.7-1.26-1.4-1.26zm5.879-2.239c-.84 0-1.26.56-1.26 1.26s.56 1.26 1.26 1.26h.14c.7 0 1.26-.56 1.26-1.26-.28-.701-.7-1.26-1.4-1.26zm2.24 4.619c-.84 0-1.26.56-1.26 1.26s.56 1.26 1.26 1.26h.14c.7 0 1.26-.56 1.26-1.26s-.7-1.26-1.4-1.26z"}),O("path",{className:"bust3",d:"M19.601 5.664c2.1-.14 4.199.7 5.739 2.1 1.54 1.54 2.52 3.5 2.66 5.599v6.299c0 2.24-.7 4.2-2.24 5.739-1.54 1.54-3.5 2.52-5.599 2.52H8.403c-2.24.14-4.199-.7-5.739-2.1-1.68-1.54-2.52-3.5-2.66-5.599v-6.439c-.14-4.339 3.5-7.979 7.839-8.119h5.879c0-.7-.7-1.4-1.54-1.4h-1.4c-1.54 0-2.94-1.4-2.94-2.939 0-.7.42-1.26 1.12-1.26.7 0 1.26.56 1.12 1.26 0 .28.28.56.56.56h1.4c2.1 0 3.919 1.68 3.919 3.779h3.64zm6.019 14.138v-6.439c-.14-3.08-2.8-5.459-5.879-5.319h-.14a149.32 149.32 0 0 0-11.198 0h-.56c-3.08.14-5.599 2.66-5.459 5.739v6.299c.14 1.54.7 2.94 1.82 3.919 1.12 1.12 2.52 1.54 4.059 1.54 3.779.14 7.559.14 11.338 0h.56c1.54 0 2.94-.56 3.919-1.68s1.54-2.52 1.54-4.059z"})]})]}),Ae("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"journal",xmlns:"http://www.w3.org/2000/svg",children:[O("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.075 12.6h-3.85c-.35 0-.7-.35-.7-.525V8.4c0-.35.35-.7.7-.7h3.85c.35 0 .7.35.7.7v3.5c0 .35-.35.7-.7.7zm-.7-3.5h-2.45v2.1h2.45V9.1z"}),O("path",{d:"M14 8.05h10.151v1.4H14zm0 2.625h10.151v1.4H14z"}),O("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.075 19.95h-3.85c-.35 0-.7-.35-.7-.7v-3.675c0-.35.35-.7.7-.7h3.85c.35 0 .7.35.7.7v3.675c0 .35-.35.7-.7.7zm-.7-3.675h-2.45v2.1h2.45v-2.1z"}),O("path",{d:"M14 15.399h10.151v1.4H14zm0 2.626h10.151v1.4H14z"}),O("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 3.85v6.3H0v10.675c0 1.925 1.575 3.325 3.325 3.325H24.85c1.75 0 3.15-1.4 3.15-3.15V3.85H3.5zM24.85 22.4c.7 0 1.4-.525 1.4-1.4V5.6h-21v16.8h19.6zm-21.35 0c-1.05 0-1.75-.7-1.75-1.575V11.9H3.5v10.5z"})]}),O("symbol",{viewBox:"0 0 28 28",id:"local",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M12.1 26.8c1.2 1.1 1.4 1.2 1.9 1.2s.7-.1 1.9-1.2c.5-.5 1.4-1.3 2.5-2.5 1.8-1.9 4.2-5 5.8-8.5.6-1.4.9-3.1.9-4.5C25.1 5 20.1 0 14 0S2.9 5 2.9 11.2c0 1.4.4 3.1.9 4.5 1.6 3.5 4.1 6.6 5.8 8.5 1.1 1.2 2 2.1 2.5 2.6zm1.9-1.4c-1.6-1.4-5.7-5.5-8-10.6-.4-.9-.7-2.3-.7-3.6 0-4.9 3.9-8.9 8.8-8.9s8.8 4 8.8 8.9c0 1.3-.4 2.7-.7 3.6-2.5 5.1-6.6 9.2-8.2 10.6zm0-9.5c-2.6 0-4.7-2.1-4.7-4.8s2.1-4.8 4.7-4.8 4.7 2.1 4.7 4.8-2.1 4.8-4.7 4.8zm-2.4-4.8c0-1.3 1.1-2.4 2.4-2.4s2.4 1.1 2.4 2.4-1.1 2.4-2.4 2.4-2.4-1-2.4-2.4z",style:{fillRule:"evenodd",clipRule:"evenodd"}})}),Ae("symbol",{viewBox:"0 0 200 200",id:"logo",xmlns:"http://www.w3.org/2000/svg",children:[O("path",{d:"M77.2 0 19.4.1h-.2l-.2.2-6.7 6.6-.3.4.4.4L27 22.5l.2.2h.2l41.9-.1h.2l.2-.2L84.1 7.6l.4-.4-.4-.4L77.6.2l-.2-.2h-.2zm-4.5 26v36.3l.2.2 14.4 14.6.4.4.4-.4 6.7-6.6.2-.2V17.8l-.2-.2-6.8-6.8-.4-.4-.4.4-14.3 14.8-.2.2v.2zM23 69.7 12.4 80.3l-.4.4.4.4L23 91.7l.2.2h50.2l.2-.2L84 81.1l.4-.4-.4-.4-10.3-10.6-.2-.2H23.2l-.2.2zM1.8 91.3v52.3l.2.2 6.5 6.8.4.4.4-.4 14.6-14.8.2-.2V99.2l-.3-.2L9.2 84.3l-.4-.4-.4.4-6.5 6.6-.2.2v.2zM27 139l-14.6 14.8-.4.4.4.4 6.7 6.6.2.2h58.1l.2-.2 6.5-6.6.4-.4-.4-.4L69.7 139l-.2-.2H27.1l-.1.2z"}),O("path",{d:"M77.2 0 19.4.1h-.2l-.2.2-6.7 6.6-.3.4.4.4L27 22.5l.2.2h.2l41.9-.1h.2l.2-.2L84.1 7.6l.4-.4-.4-.4L77.6.2l-.2-.2h-.2zm-4.5 26v36.3l.2.2 14.4 14.6.4.4.4-.4 6.7-6.6.2-.2V17.8l-.2-.2-6.8-6.8-.4-.4-.4.4-14.3 14.8-.2.2v.2zM23 69.7 12.4 80.3l-.4.4.4.4L23 91.7l.2.2h50.2l.2-.2L84 81.1l.4-.4-.4-.4-10.3-10.6-.2-.2H23.2l-.2.2zM1.8 91.3v52.3l.2.2 6.5 6.8.4.4.4-.4 14.6-14.8.2-.2V99.2l-.3-.2L9.2 84.3l-.4-.4-.4.4-6.5 6.6-.2.2v.2zM27 139l-14.6 14.8-.4.4.4.4 6.7 6.6.2.2h58.1l.2-.2 6.5-6.6.4-.4-.4-.4L69.7 139l-.2-.2H27.1l-.1.2zM121.5.2l-6.7 6.6-.4.4.4.4 14.6 14.8.2.2H172l.2-.2 14.4-14.8.4-.4-.4-.4-6.5-6.6-.2-.2h-58.1l-.3.2zM175.2 26v36.3l.2.2 14.4 14.6.4.4.4-.4 6.7-6.6.2-.2V17.8l-.2-.2-6.7-6.8-.4-.4-.4.4-14.4 14.8-.2.2v.2zm-71-8v52.3l.2.2 6.5 6.6.4.4.4-.4 14.6-14.6.2-.2V25.8l-.2-.2-14.6-14.8-.4-.4-.4.4-6.5 6.8-.2.2v.2zm71 81.4v36.3l.2.2 14.4 14.8.4.4.4-.4 6.7-6.8.2-.2V91.1l-.2-.2-6.7-6.6-.4-.4-.4.4L175.3 99l-.2.2v.2zm-71-8.1v52.3l.2.2 6.5 6.8.4.4.4-.4 14.6-14.8.2-.2V99.2l-.2-.2-14.6-14.6-.4-.4-.4.4-6.5 6.6-.2.2v.1zm25.2 47.7-14.6 14.8-.4.4.4.4 6.7 6.6.2.2h58.1l.2-.2 6.5-6.6.4-.4-.4-.4-14.3-14.8-.2-.2h-42.4l-.2.2z"}),O("path",{d:"m121.5.2-6.7 6.6-.4.4.4.4 14.6 14.8.2.2H172l.2-.2 14.4-14.8.4-.4-.4-.4-6.5-6.6-.2-.2h-58.1l-.3.2zM175.2 26v36.3l.2.2 14.4 14.6.4.4.4-.4 6.7-6.6.2-.2V17.8l-.2-.2-6.7-6.8-.4-.4-.4.4-14.4 14.8-.2.2v.2zm-71-8v52.3l.2.2 6.5 6.6.4.4.4-.4 14.6-14.6.2-.2V25.8l-.2-.2-14.6-14.8-.4-.4-.4.4-6.5 6.8-.2.2v.2zm71 81.4v36.3l.2.2 14.4 14.8.4.4.4-.4 6.7-6.8.2-.2V91.1l-.2-.2-6.7-6.6-.4-.4-.4.4L175.3 99l-.2.2v.2zm-71-8.1v52.3l.2.2 6.5 6.8.4.4.4-.4 14.6-14.8.2-.2V99.2l-.2-.2-14.6-14.6-.4-.4-.4.4-6.5 6.6-.2.2v.1zm25.2 47.7-14.6 14.8-.4.4.4.4 6.7 6.6.2.2h58.1l.2-.2 6.5-6.6.4-.4-.4-.4-14.3-14.8-.2-.2h-42.4l-.2.2zM32 198.9c.1-2.7.1-6.4.1-10.7 0-2.3-1.2-3.4-3.8-3.4-2.7 0-4.9 1.2-4.9 4.6 0 4.7 0 7.3.1 9.5H17c.1-2.7.1-5.8.1-10.7 0-2.2-1.1-3.4-3.8-3.4-2.7 0-4.9 1.2-4.9 4.6 0 4.6 0 7.7.1 9.5H2c.1-2.7.1-5.4.1-9.4 0-4.2 0-6.9-.1-9.7h6.7c0 1.2-.1 2.2-.2 3.4l.2.1c1.4-2.6 3.8-3.8 7.4-3.8 3.9 0 6.3 1.4 6.9 4h.3c1.4-3 4.2-4 7.8-4 4.9 0 7.3 2.4 7.3 6.6 0 2.8-.1 4.6-.1 6.9 0 2.1 0 4.2.1 6H32zm13.4 0c.1-3.1.1-6.1.1-9.9 0-3.6 0-6.2-.1-9.2h6.9c-.1 3.1-.1 5.6-.1 9.4 0 4.2 0 6.6.1 9.7h-6.9zm31 0c.1-2.3.1-5.7.1-9.5 0-3.4-1.3-4.7-4.9-4.7-3.4 0-6.1 1.5-6.1 5.4 0 5.1 0 7.1.1 8.8h-7.1c.1-2.7.1-4.9.1-9.3 0-4.2 0-7.1-.1-9.8h7.1c0 1.5-.1 2.5-.1 3.9h.2c1.4-3.1 4.4-4.3 8.9-4.3 5.6 0 8.9 2.4 8.9 8.4 0 2.2-.1 3.5-.1 5 0 2.2 0 4.2.1 6.2h-7.1zm38.8-19.2c-.1 2.7-.1 4.8-.1 9.3 0 4.2 0 7.1.1 9.8h-7.1c0-1.5.1-2.5.1-3.9h-.2c-1.4 3.1-4.3 4.3-8.8 4.3-5.6 0-8.9-2.4-8.9-8.2v-5.2c0-2.2 0-4.2-.1-6.2h7.1c-.1 2.3-.1 5.9-.1 9.8 0 3.4 1.3 4.6 4.9 4.6 3.4 0 6.1-1.5 6.1-5.5 0-5.2 0-7.2-.1-8.9h7.1zm5.4 5.2v-5.1h2.6v-4c1.1 0 2.3.1 3.4.1s2.2 0 3.3-.1c0 1.3-.1 2.6-.1 4h10.4c-.1 1.5-.2 3.8-.1 5.4-2.3-.1-6.4-.1-10.4-.2v5.6c0 2 .8 2.9 3.9 2.9 2.7 0 4.7-.4 6.2-.9.3 1.9.6 4 1 5.7-2.5.5-4.8.8-8 .8-7.8 0-9.7-3.3-9.7-7.3v-6.9h-2.5zm30.7 2.8c3.9.1 8.2.1 11.6 0v-.7c0-2.3-1.5-3.3-5.3-3.3-4.2 0-5.9.8-6.3 4m17.8 4.9c.2 4.5-2.1 6.9-11.4 6.9-8.2 0-12.8-3.2-12.8-10.3 0-7 4.8-10.1 12.8-10.1 8.4 0 11.4 3 11.4 8.2 0 1.6-.1 2.6-.1 3.6-2.2-.1-6.2-.1-9.9-.1h-7.8c.4 3 2.3 3.9 6.4 3.9 3.8 0 5.1-.8 5.2-2.3.9.1 1.9.1 3.2.1 1.3.2 2.2.2 3 .1m11.5 0c0 1.4 1.2 2 6.1 2 4.2 0 5.2-.4 5.2-1.4 0-.9-.7-1.6-6.7-1.8-8.2-.3-10.5-2.6-10.5-6.2 0-4 2.9-6.1 11.4-6.1 7.6 0 11.5 1.5 11.5 6.2v.8c-.7-.1-1.9-.1-3-.1-1.2 0-2.3 0-2.9.1v-.3c0-1.3-1.2-1.9-5.6-1.9-4.3 0-5.1.5-5.1 1.4 0 .8.6 1.5 7 1.8 8.2.4 10.1 2.3 10.1 6.1 0 4-2.8 6.3-11.5 6.3-9.2 0-11.8-2.3-11.8-6.3v-.8c.7.1 1.8.1 3 .1 1.1 0 2.2 0 3-.1v.2zM52.5 173.3c0 2-1.6 3.6-3.6 3.6s-3.6-1.6-3.6-3.6 1.6-3.6 3.6-3.6c1.9 0 3.6 1.6 3.6 3.6"})]}),O("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"menu",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M0 3.111h28v3.111H0zm0 9.333h28v3.111H0zm0 9.334h28v3.111H0z"})}),Ae("symbol",{viewBox:"0 0 28 28",id:"mood",xmlns:"http://www.w3.org/2000/svg",children:[O("path",{d:"M25.364 5.83A14.912 14.912 0 0 0 23.9 4.099l-.021-.019C21.826 2.047 19.181.675 16.43.219c-1.454-.242-2.802-.277-4.118-.108-.867.113-1.573.254-2.222.444-.663.193-1.344.453-2.084.794-2.589 1.2-4.798 3.26-6.219 5.801C.404 9.626-.209 12.501.063 15.246c.148 1.5.488 2.867 1.041 4.18.57 1.35 1.35 2.609 2.319 3.739a13.878 13.878 0 0 0 7.208 4.424 14.39 14.39 0 0 0 3.393.406c1.666 0 3.314-.29 4.832-.866a14.566 14.566 0 0 0 2.035-.94 14.732 14.732 0 0 0 1.896-1.3c1.1-.87 2.085-1.952 2.926-3.218 1.538-2.316 2.349-5.143 2.285-7.962-.068-2.862-1.002-5.66-2.634-7.879zm-.165 9.666c-.144.974-.402 1.93-.765 2.841a12.637 12.637 0 0 1-1.495 2.567 12.885 12.885 0 0 1-2.014 2.016 12.902 12.902 0 0 1-2.58 1.506c-.912.364-1.869.622-2.841.766-.995.115-2.006.115-2.999 0a12.678 12.678 0 0 1-2.841-.765c-.921-.4-1.785-.905-2.568-1.495a13.016 13.016 0 0 1-2.016-2.014 12.882 12.882 0 0 1-1.506-2.58 12.65 12.65 0 0 1-.765-2.84 12.91 12.91 0 0 1-.001-2.999c.144-.973.402-1.929.766-2.841.399-.917.903-1.782 1.495-2.568a13.016 13.016 0 0 1 2.014-2.016 12.835 12.835 0 0 1 2.58-1.506 12.635 12.635 0 0 1 2.84-.765 12.986 12.986 0 0 1 2.999 0c.972.144 1.928.402 2.841.766.918.398 1.778.9 2.558 1.488a12.73 12.73 0 0 1 2.033 2.031 12.833 12.833 0 0 1 1.498 2.57c.367.918.623 1.873.766 2.84.117.994.117 2.004.001 2.998z"}),O("path",{d:"M9.556 12.602c.17 0 .343-.017.516-.052.912-.182 1.646-1.003 1.784-1.992a1.23 1.23 0 0 0 .027-.29c-.023-1.028-.649-1.882-1.634-2.228-.835-.295-1.862-.017-2.44.658-.677.79-.796 1.898-.294 2.757.426.727 1.194 1.147 2.041 1.147zm8.918.061c.17 0 .342-.016.516-.051.912-.182 1.646-1.004 1.784-1.992.019-.097.029-.194.026-.29-.022-1.028-.648-1.882-1.633-2.229-.835-.294-1.862-.017-2.44.658-.676.79-.794 1.898-.294 2.757.425.727 1.193 1.147 2.041 1.147zm2.43 3.415a1.493 1.493 0 0 0-1.117-.102 1.22 1.22 0 0 0-.732.596 6.904 6.904 0 0 1-.583.934 7.283 7.283 0 0 1-.995.999c-.411.302-.853.56-1.309.765a6.958 6.958 0 0 1-1.418.38c-.5.051-1.002.052-1.497 0a7.078 7.078 0 0 1-1.432-.385 6.942 6.942 0 0 1-1.288-.752 7.163 7.163 0 0 1-1.005-1.003 7.41 7.41 0 0 1-.584-.938c-.157-.299-.457-.527-.825-.625a1.287 1.287 0 0 0-1.033.136c-.638.412-.838 1.173-.487 1.851 1.114 2.137 3.171 3.724 5.502 4.247.628.141 1.264.21 1.896.21 1.599 0 3.166-.443 4.483-1.293 1.254-.81 2.264-1.905 2.92-3.167.179-.349.225-.709.132-1.042-.096-.338-.347-.663-.628-.811z"})]}),Ae("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"newsletters",xmlns:"http://www.w3.org/2000/svg",children:[O("path",{fill:"none",d:"M14 16.306c-.244 0-.481-.066-.688-.191L2.676 9.729V21.78c0 .16.065.32.18.434a.62.62 0 0 0 .433.179h21.42c.16 0 .32-.066.435-.18a.625.625 0 0 0 .177-.432V9.731l-10.636 6.386a1.32 1.32 0 0 1-.685.189z"}),O("path",{fill:"none",d:"M24.71 5.607H3.29a.616.616 0 0 0-.614.612v.402L14 13.417l11.323-6.794v-.404a.62.62 0 0 0-.179-.434.62.62 0 0 0-.434-.178z"}),O("path",{d:"M27.03 3.901a3.308 3.308 0 0 0-2.32-.96H3.29c-.864 0-1.709.35-2.32.96a3.255 3.255 0 0 0-.961 2.318v.91c-.017.098-.005.194 0 .294v14.359c0 .876.341 1.699.961 2.319a3.26 3.26 0 0 0 2.32.96h21.42a3.26 3.26 0 0 0 2.32-.96c.619-.619.96-1.443.96-2.319V7.44c.006-.106.019-.209 0-.313v-.908c0-.876-.341-1.699-.96-2.318zm-1.708 17.88c0 .16-.066.32-.177.432a.626.626 0 0 1-.435.18H3.29a.616.616 0 0 1-.613-.613V9.729l10.635 6.385a1.33 1.33 0 0 0 1.375.002L25.323 9.73v12.051zm0-15.158L14 13.417 2.676 6.621v-.402a.614.614 0 0 1 .614-.612h21.42a.62.62 0 0 1 .434.178.619.619 0 0 1 .179.434v.404z"})]}),Ae("symbol",{viewBox:"0 0 130.551 70",id:"not-found",xmlns:"http://www.w3.org/2000/svg",children:[O("path",{fillRule:"evenodd",d:"M.043 29.354V6.67H0v-.087l.086-.087L2.88 3.635l.172-.174.172.174 6.277 6.375.13.087v15.787l-.087.087-6.277 6.419-.172.173-.172-.173L.13 29.44l-.086-.086zM4.6 33.777l6.277-6.418.043-.087h18.228l.086.087 6.191 6.418.172.174-.172.173-2.794 2.863-.086.087H7.567l-.086-.087-2.88-2.863-.173-.173.172-.174z"}),O("path",{fillRule:"evenodd",d:"m4.428 33.95.172-.173 6.277-6.418.043-.087h18.228l.086.087 6.191 6.418.172.174-.172.173-2.794 2.863-.086.087H7.567l-.086-.087-2.88-2.863-.173-.173z"}),O("path",{fill:"none",d:"M29.85 39.597V62.28l.086.087 2.795 2.949.172.173.172-.173 6.277-6.419.086-.087V43.024l-.13-.087-6.276-6.376-.172-.173-.172.173-2.795 2.863-.086.087v.086h.043z"}),O("path",{fillRule:"evenodd",d:"m37.259 66.012-6.419-6.277-.087-.043V41.463l.087-.086 6.419-6.19.173-.172.174.172 2.862 2.794.087.086v24.978l-.087.086-2.862 2.88-.174.172-.173-.171zm-6.39-39.895v-15.83l.085-.087 6.148-6.42.172-.173.172.174 2.923 2.949.086.087v22.77l-.086.086-2.88 2.862-.172.174-.172-.174-6.19-6.332-.087-.086zM49.77 2.95 52.65.086 52.78 0h24.977l.086.087 2.795 2.862.172.174-.172.173-6.191 6.419-.086.087H56.132l-.085-.087-6.277-6.419-.172-.173.172-.174zm-4.557 4.77v22.77l.086.086 2.794 2.863.172.173.172-.173 6.277-6.332.086-.087V11.19l-.086-.087-6.277-6.419-.172-.173-.172.173-2.794 2.95-.086.086zm30.524 19.3V11.19l.086-.087 6.19-6.419.172-.173.172.173 2.88 2.95.087.086v22.77l-.086.086-2.88 2.863-.173.173-.172-.173-6.19-6.332-.086-.087zm0 31.834V43.11h-.043v-.086l.086-.087 6.233-6.376.172-.173.172.173 2.88 2.863.087.087v22.812l-.086.087-2.88 2.95-.173.173-.172-.174-6.19-6.418-.086-.087zm-30.524-19.3V62.28l.086.087 2.794 2.949.172.173.172-.173 6.277-6.419.086-.087V43.024l-.086-.087-6.277-6.332-.172-.174-.172.174-2.794 2.862-.086.087zm4.557 27.15 6.277-6.419.085-.087h18.229l.086.087 6.148 6.419.172.173-.172.174-2.795 2.862-.086.087H52.736l-.086-.087-2.88-2.862-.172-.174.172-.173zM90.038 29.36V6.676h-.043V6.59l.086-.087 2.795-2.862.172-.174.172.174 6.277 6.375.128.087V25.89l-.086.087-6.276 6.418-.172.174-.172-.174-2.795-2.949-.086-.087zm4.557 4.423 6.277-6.419.043-.086h18.229l.086.086 6.19 6.42.172.173-.172.173-2.794 2.863-.086.086H97.562l-.086-.086-2.88-2.863-.172-.173.171-.174zm32.659 32.228-6.418-6.276-.087-.043V41.463l.087-.086 6.418-6.19.174-.173.173.172 2.863 2.795.087.086v24.978l-.087.086-2.863 2.88-.173.172-.174-.172zm-6.39-39.895v-15.83l.086-.087 6.147-6.419.172-.173.172.173 2.924 2.95.086.086v22.77l-.086.087-2.88 2.862-.173.174-.172-.174-6.19-6.332-.086-.087z"})]}),O("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"notification",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M27.222 19.75v.5c0 1.25-.998 2.25-2.245 2.25H3.023c-1.247 0-2.245-1-2.245-2.25v-.5c0-1.8 1.297-3.3 2.994-3.65v-5.85C3.771 4.6 8.362 0 14 0s10.229 4.6 10.229 10.25v5.85c1.696.3 2.993 1.85 2.993 3.65zM23.48 18.5c.699 0 1.247.55 1.247 1.25V20H3.272v-.25c0-.7.549-1.25 1.247-1.25.948 0 1.746-.8 1.746-1.75v-6.5c0-4.3 3.443-7.75 7.734-7.75s7.734 3.45 7.734 7.75v6.5c.001.95.799 1.75 1.747 1.75zM9.26 23.25h2.495c0 1.25.998 2.25 2.245 2.25s2.245-1 2.245-2.25h2.495c0 2.6-2.145 4.75-4.74 4.75s-4.74-2.15-4.74-4.75z",fillRule:"evenodd",clipRule:"evenodd"})}),Ae("symbol",{id:"pattern-darkBlue",viewBox:"0 0 532.36 376.56",xmlns:"http://www.w3.org/2000/svg",children:[Ae("defs",{children:[Ae("pattern",{id:"cdUnnamed_Pattern_4",x:0,y:0,width:101.48,height:107.68,patternTransform:"matrix(.31058 -.31167 -.31053 -.31173 1329.82 -4606.25)",patternUnits:"userSpaceOnUse",children:[O("path",{style:{fill:"none"},d:"M0 0h101.48v107.68H0z"}),O("path",{className:"cdcls-2",d:"m80.5 17.95-8.99-8.98L80.5 0h20.98v17.95H80.5z"}),O("path",{className:"cdcls-4",d:"m80.5 17.95-8.99-8.98L80.5 0h20.98v17.95H80.5z"}),O("path",{className:"cdcls-2",d:"m80.5 53.84-8.99-8.97 8.99-8.98h20.98v17.95H80.5z"}),O("path",{className:"cdcls-3",d:"m80.5 53.84-8.99-8.97 8.99-8.98h20.98v17.95H80.5z"}),O("path",{className:"cdcls-2",d:"m80.5 35.89-8.99-8.97 8.99-8.98h20.98v17.95H80.5z"}),O("path",{className:"cdcls-2",d:"m29.76 26.92-8.99-8.97 8.99-8.98h42.12l8.83 8.98-8.83 8.97H29.76z"}),O("path",{className:"cdcls-3",d:"m29.76 26.92-8.99-8.97 8.99-8.98h42.12l8.83 8.98-8.83 8.97H29.76z"}),O("path",{className:"cdcls-2",d:"M29.76 8.97 20.78 0H80.7l-8.82 8.97H29.76z"}),O("path",{className:"cdcls-2",d:"M0 17.95V0h21.15l8.82 8.97-8.83 8.98H0z"}),O("path",{className:"cdcls-4",d:"M0 17.95V0h21.15l8.82 8.97-8.83 8.98H0z"}),O("path",{className:"cdcls-2",d:"M0 53.84V35.89h21.14l8.83 8.98-8.83 8.97H0z"}),O("path",{className:"cdcls-3",d:"M0 53.84V35.89h21.14l8.83 8.98-8.83 8.97H0z"}),O("path",{className:"cdcls-2",d:"M0 35.89V17.94h21.14l8.83 8.98-8.83 8.97H0zm80.5 35.9-8.99-8.97 8.99-8.98h20.98v17.95H80.5z"}),O("path",{className:"cdcls-4",d:"m80.5 71.79-8.99-8.97 8.99-8.98h20.98v17.95H80.5z"}),O("path",{className:"cdcls-2",d:"m80.5 107.68-8.99-8.97 8.99-8.98h20.98v17.95H80.5z"}),O("path",{className:"cdcls-3",d:"m80.5 107.68-8.99-8.97 8.99-8.98h20.98v17.95H80.5z"}),O("path",{className:"cdcls-2",d:"m80.5 89.74-8.99-8.98 8.99-8.98h20.98v17.96H80.5zM29.76 44.87l-8.99-8.97 8.99-8.98h42.12l8.83 8.98-8.83 8.97H29.76z"}),O("path",{className:"cdcls-4",d:"m29.76 44.87-8.99-8.97 8.99-8.98h42.12l8.83 8.98-8.83 8.97H29.76z"}),O("path",{className:"cdcls-2",d:"m29.76 80.76-8.99-8.97 8.99-8.98h42.12l8.83 8.98-8.83 8.97H29.76z"}),O("path",{className:"cdcls-3",d:"m29.76 80.76-8.99-8.97 8.99-8.98h42.12l8.83 8.98-8.83 8.97H29.76z"}),O("path",{className:"cdcls-2",d:"m29.76 62.81-8.99-8.97 8.99-8.98h42.12l8.83 8.98-8.83 8.97H29.76z"}),O("path",{className:"cdcls-2",d:"M0 71.79V53.84h21.14l8.83 8.98-8.83 8.97H0z"}),O("path",{className:"cdcls-4",d:"M0 71.79V53.84h21.14l8.83 8.98-8.83 8.97H0z"}),O("path",{className:"cdcls-2",d:"M0 107.68V89.73h21.14l8.83 8.98-8.83 8.97H0z"}),O("path",{className:"cdcls-3",d:"M0 107.68V89.73h21.14l8.83 8.98-8.83 8.97H0z"}),O("path",{className:"cdcls-2",d:"M0 89.74V71.78h21.14l8.83 8.98-8.83 8.98H0z"}),O("path",{className:"cdcls-2",d:"m29.76 98.71-8.99-8.97 8.99-8.98h42.12l8.83 8.98-8.83 8.97H29.76z"}),O("path",{className:"cdcls-4",d:"m29.76 98.71-8.99-8.97 8.99-8.98h42.12l8.83 8.98-8.83 8.97H29.76z"}),O("path",{className:"cdcls-2",d:"M20.78 107.68h-.01l8.99-8.97h42.12l8.83 8.97H20.78z"})]}),O("style",{children:".cdcls-2,.cdcls-3,.cdcls-4{fill:#4742ff}.cdcls-3,.cdcls-4{opacity:.4;mix-blend-mode:multiply}.cdcls-4{opacity:.7}"})]}),O("path",{style:{fill:"url(#cdUnnamed_Pattern_4)"},d:"M0 0h532.36v376.56H0z",id:"cdCalque_1-2"})]}),O("symbol",{viewBox:"0 0 28 28",xmlSpace:"preserve",id:"podcast",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M14 0a14 14 0 1 0 14 14c0-7.732-6.268-14-14-14zm-3.318 10.024a3.22 3.22 0 0 1 3.234-3.234h.182a3.22 3.22 0 0 1 3.234 3.234v3.262a3.22 3.22 0 0 1-3.234 3.234h-.182a3.22 3.22 0 0 1-3.234-3.234v-3.262zm3.934 10.514v-1.4a5.867 5.867 0 0 0 5.292-5.852.616.616 0 0 0-1.232 0 4.69 4.69 0 0 1-9.366 0 .616.616 0 0 0-1.232 0 5.923 5.923 0 0 0 5.292 5.852v1.4a.619.619 0 0 0 .63.616.603.603 0 0 0 .616-.616z",style:{fillRule:"evenodd",clipRule:"evenodd"}})}),Ae("symbol",{viewBox:"0 0 28 28",id:"report",xmlns:"http://www.w3.org/2000/svg",children:[O("path",{className:"cfst0",d:"M13.976 14.353c-.675 0-1.238.56-1.238 1.232s.563 1.232 1.238 1.232 1.238-.56 1.238-1.232-.563-1.232-1.238-1.232z"}),O("path",{className:"cfst0",d:"M5.167 22.092H2.919A2.918 2.918 0 0 1 0 19.18V2.912A2.918 2.918 0 0 1 2.918 0h22.163A2.918 2.918 0 0 1 28 2.912V19.18a2.918 2.918 0 0 1-2.918 2.912H12.745L7.157 27.66a1.168 1.168 0 0 1-1.99-.827v-4.741zM2.919 2.333a.582.582 0 0 0-.585.579V19.18c0 .319.262.579.585.579h3.415c.644 0 1.167.522 1.167 1.167v3.099L11.44 20.1c.219-.218.515-.34.823-.34h12.819a.582.582 0 0 0 .585-.578V2.912a.583.583 0 0 0-.585-.579H2.919z"}),O("path",{className:"cfst0",d:"M14.024 5.452c-.675 0-1.238.56-1.238 1.232v.112l.506 5.769c.056.392.338.672.731.672s.675-.28.731-.672l.506-5.881v-.112c.001-.616-.561-1.12-1.236-1.12z"})]}),O("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"search",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"m22.157 20.644 4.746 4.746c.712.712.712 1.661 0 2.136-.238.237-.712.474-.95.474s-.712-.237-.949-.475l-4.746-4.746c-1.898 1.424-4.508 2.373-7.119 2.373-6.881 0-12.576-5.695-12.576-12.576S6.258 0 13.14 0s12.339 5.695 12.339 12.339c0 3.085-1.424 6.169-3.322 8.305zM13.14 2.847c-5.458 0-9.729 4.271-9.729 9.729 0 5.22 4.271 9.492 9.729 9.729 5.458 0 9.729-4.508 9.729-9.729 0-5.457-4.509-9.729-9.729-9.729z",fillRule:"evenodd",clipRule:"evenodd"})}),Ae("symbol",{viewBox:"0 0 130.386 71.802",id:"server-error",xmlns:"http://www.w3.org/2000/svg",children:[O("path",{fillRule:"evenodd",d:"M.043 30.354V7.67H0v-.087l.086-.087L2.88 4.635l.172-.174.172.174 6.277 6.375.13.087v15.787l-.087.087-6.277 6.419-.172.173-.172-.173L.13 30.44l-.086-.086zM4.6 34.777l6.277-6.418.043-.087h18.228l.086.087 6.191 6.418.172.174-.172.173-2.794 2.863-.086.087H7.567l-.086-.087-2.88-2.863-.173-.173.172-.174z"}),O("path",{fillRule:"evenodd",d:"m4.428 34.95.172-.173 6.277-6.418.043-.087h18.228l.086.087 6.191 6.418.172.174-.172.173-2.794 2.863-.086.087H7.567l-.086-.087-2.88-2.863-.173-.173zM35.444 3.123l-.172.173-6.277 6.419-.043.087H10.724l-.086-.087-6.19-6.419-.173-.173.172-.174L7.242.087 7.328 0h24.978l.086.087 2.88 2.862.172.174zM4.275 68.679l.172-.173 6.277-6.42.043-.086h18.228l.086.087 6.191 6.419.172.173-.172.174-2.794 2.862-.086.087H7.414l-.086-.087-2.88-2.862-.173-.174zm32.679-1.51-.173-.172-6.419-6.277-.087-.043V42.449l.087-.086 6.419-6.191.173-.172.174.172 2.862 2.794.087.086V64.03l-.087.086-2.862 2.88-.174.173z"}),O("path",{fill:"none",d:"M29.85 40.597V63.28l.086.087 2.795 2.949.172.173.172-.173 6.277-6.419.086-.087V44.024l-.13-.087-6.276-6.376-.172-.173-.172.173-2.795 2.863-.086.087v.086h.043z"}),O("path",{fillRule:"evenodd",d:"m49.77 3.95 2.88-2.863.13-.087h24.977l.086.087 2.795 2.862.172.174-.172.173-6.191 6.419-.086.087H56.132l-.085-.087-6.277-6.419-.172-.173.172-.174zm-4.557 4.77v22.77l.086.086 2.794 2.863.172.173.172-.173 6.277-6.332.086-.087V12.19l-.086-.087-6.277-6.419-.172-.173-.172.173-2.794 2.95-.086.086zm30.524 19.3V12.19l.086-.087 6.19-6.419.172-.173.172.173 2.88 2.95.087.086v22.77l-.086.086-2.88 2.863-.173.173-.172-.173-6.19-6.332-.086-.087zm0 31.834V44.11h-.043v-.086l.086-.087 6.233-6.376.172-.173.172.173 2.88 2.863.087.087v22.812l-.086.087-2.88 2.95-.173.173-.172-.174-6.19-6.418-.086-.087zm-30.524-19.3V63.28l.086.087 2.794 2.949.172.173.172-.173 6.277-6.419.086-.087V44.024l-.086-.087-6.277-6.332-.172-.174-.172.174-2.794 2.862-.086.087zm4.557 27.15 6.277-6.419.085-.087h18.229l.086.087 6.148 6.419.172.173-.172.174-2.795 2.862-.086.087H52.736l-.086-.087-2.88-2.862-.172-.174.172-.173zM94.832 3.95l2.88-2.863.13-.087h24.978l.086.087 2.794 2.862.172.174-.172.173-6.19 6.419-.086.087h-18.229l-.086-.087-6.277-6.419-.172-.173.172-.174zm-4.557 4.77v22.77l.086.086 2.795 2.863.172.173.172-.173 6.276-6.332.086-.087V12.19l-.086-.087L93.5 5.684l-.172-.173-.172.173-2.795 2.95-.086.086zm30.524 19.3V12.19l.086-.087 6.191-6.419.172-.173.172.173 2.88 2.95.086.086v22.77l-.086.086-2.88 2.863-.172.173-.172-.173-6.19-6.332-.087-.087zm0 31.834V44.11h-.043v-.086l.086-.087 6.234-6.376.172-.173.172.173 2.88 2.863.086.087v22.812l-.086.087-2.88 2.95-.172.173-.172-.174-6.19-6.418-.087-.087zm-30.524-19.3V63.28l.086.087 2.795 2.949.172.173.172-.173 6.276-6.419.086-.087V44.024l-.086-.087-6.276-6.332-.172-.174-.172.174-2.795 2.862-.086.087zm4.557 27.15 6.277-6.419.086-.087h18.229l.086.087 6.147 6.419.172.173-.172.174-2.794 2.862-.086.087H97.799l-.086-.087-2.88-2.862-.173-.174.172-.173z"})]}),O("symbol",{viewBox:"0 0 28 28",id:"share",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M16.376 19.345c1.018-1.697 2.885-2.885 4.921-2.885 3.055 0 5.6 2.545 5.6 5.77S24.352 28 21.127 28s-5.77-2.545-5.77-5.77c0-.339.17-.509.17-.848l-5.261-2.715c-1.018.679-2.206 1.188-3.564 1.188a5.722 5.722 0 0 1-5.77-5.77c0-3.224 2.545-5.939 5.77-5.939 1.867 0 3.394.848 4.412 2.206l4.582-2.546c-.17-.679-.339-1.358-.339-2.036 0-3.224 2.885-5.77 5.939-5.77 3.055 0 5.77 2.545 5.77 5.77s-2.545 5.77-5.77 5.77c-1.697 0-3.224-.679-4.242-2.036l-4.752 2.545c.17.679.339 1.188.339 1.867 0 1.018-.339 2.036-.848 2.885l4.583 2.544zM24.861 5.77c0-2.036-1.527-3.564-3.564-3.564-2.036 0-3.733 1.527-3.733 3.564 0 2.036 1.867 3.564 3.733 3.564 1.867-.001 3.564-1.528 3.564-3.564zM6.703 17.648c-2.036 0-3.564-1.527-3.564-3.564s1.527-3.564 3.564-3.564 3.564 1.527 3.564 3.564-1.528 3.564-3.564 3.564zm11.03 4.582c0 2.036 1.527 3.564 3.564 3.564 1.867 0 3.564-1.527 3.564-3.564s-1.527-3.564-3.564-3.564-3.564 1.528-3.564 3.564z",style:{fillRule:"evenodd",clipRule:"evenodd"}})}),O("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"snapchat",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M14.211 27.188h-.361c-1.686 0-2.71-.783-3.733-1.505a5.264 5.264 0 0 0-2.168-1.084 7.402 7.402 0 0 0-1.144-.12c-.542 0-1.084.06-1.566.181-.181.06-.422.06-.602.06s-.361-.12-.422-.301c-.06-.241-.12-.422-.181-.662-.12-.542-.181-.903-.422-.903C.963 22.432.24 21.891.059 21.529 0 21.528 0 21.467 0 21.407c0-.181.12-.301.241-.301 4.034-.662 5.901-4.817 5.961-4.998.241-.361.301-.843.12-1.325-.301-.662-1.204-.963-1.806-1.144l-.361-.12c-1.204-.482-1.325-.963-1.265-1.204a1.19 1.19 0 0 1 1.084-.723c.12 0 .241 0 .361.06.422.241.963.361 1.445.361.301 0 .602-.06.843-.301 0-.241-.06-.542-.06-.843-.12-1.927-.241-4.275.361-5.66C8.128 2.499 10.778.753 13.728.813h.602c2.951-.06 5.66 1.686 6.804 4.396.602 1.385.482 3.733.361 5.66v.06c0 .241-.06.542-.06.783.241.181.482.301.783.301.482-.06.963-.181 1.385-.361.12-.06.301-.06.422-.06.181 0 .361.06.482.12.361.06.602.361.662.723 0 .301-.181.723-1.265 1.144l-.422.12c-.602.181-1.505.482-1.806 1.144-.181.422-.12.903.12 1.325.06.181 1.867 4.335 5.961 4.998.12 0 .241.181.241.301 0 .06 0 .12-.06.181-.181.361-.903.963-3.553 1.325-.241 0-.301.301-.422.903-.06.181-.12.422-.181.662-.06.181-.181.301-.361.301-.181 0-.422-.06-.602-.06a6.971 6.971 0 0 0-1.566-.181c-.361 0-.783.06-1.144.12-.783.181-1.566.602-2.168 1.084-.96.663-2.044 1.386-3.73 1.386z",fillRule:"evenodd",clipRule:"evenodd"})}),O("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"tiktok",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M19.094 0h-4.011l-.042 19.548c0 2.398-2.119 4.287-4.517 4.287a4.341 4.341 0 1 1 0-8.682c.179 0 .352.032.526.054v-4.193c-.174-.012-.349-.027-.526-.027A8.508 8.508 0 0 0 10.526 28a8.507 8.507 0 0 0 8.508-8.508V7.983a7.475 7.475 0 0 0 6.255 3.381c.23-.002.459-.013.689-.035h.003v-4.66A7.47 7.47 0 0 1 19.094 0z",fillRule:"evenodd",clipRule:"evenodd"})}),O("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"twitter",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M28 5.321a10.483 10.483 0 0 1-3.294.882c1.176-.706 2.118-1.824 2.529-3.176a13.054 13.054 0 0 1-3.647 1.412c-2.176-2.353-5.824-2.412-8.118-.235-1.176 1.059-1.824 2.588-1.824 4.176 0 .471.059.882.118 1.294-4.588-.235-8.882-2.412-11.824-6-1.529 2.588-.765 5.941 1.765 7.647-.941 0-1.824-.294-2.588-.706v.059c0 2.706 1.941 5.118 4.588 5.647-.823.235-1.705.235-2.587.117.765 2.353 2.882 3.941 5.353 4-2 1.588-4.529 2.412-7.118 2.412-.471 0-.941 0-1.353-.059a16.26 16.26 0 0 0 8.824 2.588c10.588 0 16.353-8.765 16.353-16.353v-.764A12.211 12.211 0 0 0 28 5.321z",fillRule:"evenodd",clipRule:"evenodd"})}),O("symbol",{viewBox:"0 0 28 28",xmlSpace:"preserve",id:"view",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M14 5.859c7.368 0 13.135 7.056 13.359 7.343L28 14l-.641.798c-.224.287-5.991 7.343-13.359 7.343S.865 15.085.641 14.798L0 14l.641-.798C.865 12.914 6.632 5.859 14 5.859zM9.355 14c0 2.65 2.082 4.789 4.645 4.789S18.645 16.65 18.645 14 16.563 9.211 14 9.211 9.355 11.35 9.355 14z",style:{fillRule:"evenodd",clipRule:"evenodd"}})}),O("symbol",{viewBox:"0 0 28 28",id:"work",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"M19.674 5.033h4.139A4.185 4.185 0 0 1 28 9.219v13.583a4.186 4.186 0 0 1-4.186 4.186H4.186A4.186 4.186 0 0 1 0 22.803V9.219a4.186 4.186 0 0 1 4.186-4.186h4.139a1.335 1.335 0 0 0 1.333-1.202 3.13 3.13 0 0 1 3.124-2.819h2.438a3.133 3.133 0 0 1 3.124 2.819 1.335 1.335 0 0 0 1.33 1.202zm-7.595-1.66a1.047 1.047 0 0 0-.339.671 3.43 3.43 0 0 1-.268.989h5.055a3.43 3.43 0 0 1-.268-.989 1.047 1.047 0 0 0-1.04-.942h-2.438c-.26 0-.51.097-.702.271zM4.186 7.126h19.628a2.096 2.096 0 0 1 2.093 2.093v5.176A25.208 25.208 0 0 1 14 17.21c-4.14.055-8.23-.912-11.907-2.815V9.219a2.094 2.094 0 0 1 2.093-2.093zm-1.48 17.157c.393.392.925.613 1.48.613h19.628a2.096 2.096 0 0 0 2.093-2.093v-6.051a27.615 27.615 0 0 1-10.86 2.527v.59a1.046 1.046 0 1 1-2.093 0v-.59a27.611 27.611 0 0 1-10.86-2.527v6.051a2.087 2.087 0 0 0 .612 1.48z",style:{fillRule:"evenodd",clipRule:"evenodd"}})}),O("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"youtube",xmlns:"http://www.w3.org/2000/svg",children:O("path",{d:"m6 1 2 6v4h1.333V7l2-6H10L8.667 5 7.333 1H6zm7.333 2.667c-.733 0-1.067.133-1.467.467-.467.333-.533.6-.533 1.533V9c0 .667.133 1.133.533 1.467.4.4.8.533 1.467.533.733 0 1.067-.133 1.467-.533.467-.333.533-.8.533-1.467V5.667c0-.6-.133-1.133-.533-1.533-.4-.401-.8-.467-1.467-.467zm3.334 6v-6H18V9c0 .667.533.667.667.667.133 0 .667-.2.667-.667V3.667h1.333V11h-1.333v-.667c-.267.334-.667.667-1.334.667s-1.333-.667-1.333-1.333zM13.333 5c.2 0 .667 0 .667.667V9c0 .667-.467.667-.667.667s-.667 0-.667-.667V5.667c.001-.534.267-.667.667-.667zM0 16.333c0-2.4 1.6-4 4-4h20c2.4 0 4 1.6 4 4V23c0 2.4-1.6 4-4 4H4c-2.4 0-4-1.933-4-4.333v-6.334zM9.333 15v1.333H8v8H6.667v-8H5.333V15h4zm7.267 2.133c-.2.133-.467.267-.6.533V15h-1.333v9.333H16v-.667c.267.267.6.667 1.333.667.4 0 .733-.333.933-.6.267-.267.4-.6.4-1.067v-4c0-.6-.2-1-.4-1.267-.2-.333-.6-.467-1-.467a1.136 1.136 0 0 0-.666.201zM10.667 17v5.333c0 .133.2.667.667.667.533 0 .533-.533.667-.667V17h1.333v7.333H12v-.667c-.267.267-.4.4-.667.533s-.533.133-.8.133c-.333 0-.667-.267-.867-.533-.133-.2-.333-.4-.333-.8v-6h1.334zm12.2.467c-.333-.333-.8-.467-1.4-.467-.667 0-1.2.133-1.533.467-.4.4-.6.867-.6 1.467v3.133c0 .667.267 1.133.6 1.533.333.4.867.6 1.467.6.667 0 1.2-.133 1.533-.533.333-.333.4-.867.4-1.6v-.4H22v.267c0 .4-.067.667-.133.8-.067.133-.267.2-.533.2-.267 0-.467-.067-.533-.2s-.134-.334-.134-.734v-1h2.667v-2.067c-.001-.666-.134-1.133-.467-1.466zm-6.2.533c-.4 0-.667.333-.667.667v4c0 .2.267.333.667.333s.667-.267.667-.667V19c-.001-.667-.267-1-.667-1zm4 1c0-.333.267-.667.667-.667S22 18.6 22 19v.667h-1.333V19z",fillRule:"evenodd",clipRule:"evenodd"})})]}),el=Qn.default.forwardRef(({className:o,variant:i="primary",children:l,icon:c,iconClassNames:u,iconSize:g=18,...S},A)=>Ae("button",{type:"button",className:vr("c-btn",{"c-btn--secondary":i==="secondary"},{"c-btn--simple":i==="simple"},{"c-btn--navigation":i==="navigation"},o),ref:A,...S,children:[c&&O(jr,{size:g,name:c,className:u}),l]}));el.displayName="Button";const hv=({classnames:o="",withIcon:i=!0,colorScheme:l="primary"})=>Ae("div",{className:vr("c-divider-section",o),children:[O("hr",{className:vr("c-divider-section__line",`u-bg-${l}`)}),i&&O(jr,{size:[33,37],name:"diode-leaning",className:"c-divider-section__icon"})]}),gd=({textProps:o={text:""},className:i,...l})=>Ae("div",{className:"c-divider",children:[O("hr",{className:vr("c-divider__line",i),...l}),o.text&&O("span",{className:vr("c-divider__word",o.className),children:o.text.toUpperCase()})]}),vv=({id:o,className:i,required:l,label:c,icon:u,positionIcon:g="left",isIconButton:S=!1,iconButtonProps:A,variant:x,msg:N,variantMsg:q="default",...$})=>Ae("div",{className:"c-input",children:[c&&Ae("label",{htmlFor:o,className:"c-input__label",children:[c,l&&O("abbr",{className:"c-input__label__abbr",title:"(ce champ est obligatoire)",children:"*"})]}),Ae("div",{className:"c-input-container",children:[u&&(S?O(el,{className:vr("c-input-container__icon",`c-input-container__icon--${g}`),icon:u,iconSize:18,variant:"simple",...A}):O(jr,{className:vr("c-input-container__icon",`c-input-container__icon--${g}`),name:u,size:18})),O("input",{id:o,className:vr("c-input-container__input",{[`c-input-container__input--has-icon--${g}`]:u,[`c-input-container__input--${x}`]:x},i),required:l,...$})]}),N&&O("label",{htmlFor:o,className:vr("c-input__alert",`c-input__alert--${q}`),role:"alert",children:N})]}),cp=({src:o="",defaultFormat:i,formats:l,alt:c="",sizes:u,className:g,...S})=>{const A=i==null?void 0:i.split("x"),x=A[0],N=A[1];let q,$=`data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='${x}'%20height='${N}'%3E%3C/svg%3E`;return o&&($=o.replace(/%format/,i),l!==void 0&&l.length>0&&(q=l.map(K=>`${o.replace(/%format/,K)} ${K.split("x")[0]}w`))),O("img",{width:x,height:N,src:$,srcSet:q&&q.join(", "),sizes:u||void 0,alt:c,className:vr("c-img",g),...S})},ja=({children:o,variant:i="subtle",colorScheme:l="primary",withLeftDivider:c=!1,withRightDivider:u=!1,isUppercase:g=!0})=>O("div",{className:vr("c-label",{"c-label--uppercase":g},{"c-label--withDivider--left":c,"c-label--withDivider--right":u},i==="solid"?[`c-label--${i}`,`u-bg-${l}`,{"c-label--withDivider--white":u||c}]:`u-color-${l}`),children:o}),x6=({children:o})=>O("div",{className:"c-label-section",children:o}),es=({className:o,children:i,href:l,variant:c="default",isTargetBlank:u=!1,isNofollow:g=!1,isSponsored:S=!1})=>{let A="";return(g||S)&&(A=g?"isNofollow":"isSponsored"),O("a",{className:vr("c-link",{"c-link--button":c==="primary-button"||c==="secondary-button"},{[`c-link--${c}`]:!0},o),href:l,target:u?"_blank":"_self",rel:A,children:i})},T6=({children:o,variant:i="center",contentClassName:l})=>Ae("div",{className:"c-modal",children:[O("div",{className:"c-modal__overlay"}),O("div",{className:vr("c-modal__content",`c-modal__content--${i}`,l),children:o})]}),x_=({metaPropsList:o})=>!o||(o==null?void 0:o.length)===0?null:O(xl,{children:o.map(i=>O("meta",{name:i.name,property:i.property,content:i.content},i.name||i.property))}),fp=({id:o,children:i,link:l,variant:c="primary",colorScheme:u,className:g})=>O("a",{href:l,className:vr("c-tags",`c-tags--${c}`,{[`u-color-${u}`]:Boolean(u)},g),"data-id":o,children:i});function um(){return O("div",{className:"c-pipe"})}const k6=({title:o="Lire aussi",link:i="http://www.20minutes.fr",label:l="Les talibans annoncent avoir pris le contr\xF4le complet de la vall\xE9e du Panchir",isTargetBlank:c,isNofollow:u,isSponsored:g})=>Ae("div",{className:"c-read-also",children:[O("span",{className:"c-read-also__label",children:l})," ",O(um,{})," ",O(es,{children:o,href:i,className:"c-read-also__link",variant:"default",isTargetBlank:c,isNofollow:u,isSponsored:g})]}),T_=({inner:o,children:i})=>O("div",{className:vr("c-section",{"c-section--inner":o}),children:i}),sm=Qn.default.forwardRef(({id:o,className:i,label:l,isChecked:c=!1},u)=>Ae("div",{className:"switch",children:[O("label",{htmlFor:o,className:"switch-label",children:l}),O("button",{type:"button",ref:u,id:o,className:vr("switch-button",i),role:"switch","aria-checked":c,children:O("span",{"aria-hidden":c,children:c?"on":"off"})})]}));sm.displayName="Switch";const R6=(o,i)=>{const l=o==="dark";i.setAttribute("aria-checked",String(l));const c=i.querySelector("span[aria-hidden]");c&&(c.setAttribute("aria-hidden",String(l)),c.innerHTML=l?"on":"off")},k_=(o=document.querySelector(".js-switch-dark-mode"))=>{const i=localStorage.getItem("theme")||"light";i&&o&&(document.documentElement.dataset.theme=i,R6(i,o))},R_=(o=document.querySelector(".js-switch-dark-mode"))=>{o&&o.addEventListener("click",()=>{const i=document.documentElement.dataset.theme,l=!i||i==="light"?"dark":"light";document.documentElement.dataset.theme=l,localStorage.setItem("theme",l),R6(l,o)})},D6=({id:o,label:i,isChecked:l=!1})=>{const c=$c.useRef(null);return sp(()=>{c.current&&(k_(c.current),R_(c.current))},[]),O(sm,{id:o,ref:c,className:"js-switch-dark-mode",isChecked:l,label:i})},A6=({as:o="p",color:i,children:l,...c})=>Qn.default.createElement(o,{...c,className:vr({[`u-color-${i}`]:i},c==null?void 0:c.className)},l),rh=({as:o="h1",variant:i="default",...l})=>O(A6,{as:o,className:vr(i==="secondary"&&"c-heading-secondary"),...l}),dp=({as:o="p",...i})=>O(A6,{as:o,...i}),O6=({variant:o="default",name:i,children:l,colorScheme:c,isSelected:u=!1,index:g=-1,...S})=>O("button",{type:"button",role:"tab",className:vr("c-tab",{[`c-tab--${o}`]:o,[`c-tab--${c}`]:c}),"aria-controls":`tabpanel-${i}`,"aria-selected":u,tabIndex:g,...S,children:l}),M6=({name:o,children:i,isHidden:l=!0})=>O("div",{id:`tabpanel-${o}`,className:"c-tabpanel",role:"tabpanel","aria-hidden":l,"aria-labelledby":`tab-${o}`,children:i}),D_=o=>{const i=document.documentElement.scrollTop;let l=document.documentElement.scrollHeight-document.documentElement.clientHeight;const c=o&&document.querySelector(".js-limit-scroll-progress-bar");c&&(l=c.scrollHeight-document.documentElement.clientHeight+(window.pageYOffset+c.getBoundingClientRect().top));const u=Math.round(i/l*100),g=document.querySelector(".c-progress__bar");g&&(g.style.width=`${u}%`,u>=100&&(g.style.width="100%"))},A_=(o=document.querySelector(".c-progress"),i=!1)=>{o&&window.addEventListener("scroll",D_.bind(!1,i))},O_=({variant:o,hasLimit:i=!1,colorScheme:l="primary",...c})=>{const u=Qn.default.useRef(null);return sp(()=>{u.current&&A_(u.current,i)},[]),O("div",{className:vr("c-progress",{[`c-progress--${o}`]:o}),ref:u,...c,children:O("div",{className:`c-progress__bar u-bg-${l}`,style:{width:"0%"}})})};var M_=function(o,i,l,c,u,g,S,A){if(process.env.NODE_ENV!=="production"&&i===void 0)throw new Error("invariant requires an error message argument");if(!o){var x;if(i===void 0)x=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var N=[l,c,u,g,S,A],q=0;x=new Error(i.replace(/%s/g,function(){return N[q++]})),x.name="Invariant Violation"}throw x.framesToPop=1,x}},tc=M_,tl={},pp={};/**
32
+ * @license React
33
+ * react-dom-server-legacy.browser.production.min.js
34
+ *
35
+ * Copyright (c) Facebook, Inc. and its affiliates.
36
+ *
37
+ * This source code is licensed under the MIT license found in the
38
+ * LICENSE file in the root directory of this source tree.
39
+ */var F6;function F_(){if(F6)return pp;F6=1;var o=Qn.default;function i(T){for(var z="https://reactjs.org/docs/error-decoder.html?invariant="+T,G=1;G<arguments.length;G++)z+="&args[]="+encodeURIComponent(arguments[G]);return"Minified React error #"+T+"; visit "+z+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var l=Object.prototype.hasOwnProperty,c=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,u={},g={};function S(T){return l.call(g,T)?!0:l.call(u,T)?!1:c.test(T)?g[T]=!0:(u[T]=!0,!1)}function A(T,z,G,ne,Te,ye,Ue){this.acceptsBooleans=z===2||z===3||z===4,this.attributeName=ne,this.attributeNamespace=Te,this.mustUseProperty=G,this.propertyName=T,this.type=z,this.sanitizeURL=ye,this.removeEmptyString=Ue}var x={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(T){x[T]=new A(T,0,!1,T,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(T){var z=T[0];x[z]=new A(z,1,!1,T[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(T){x[T]=new A(T,2,!1,T.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(T){x[T]=new A(T,2,!1,T,null,!1,!1)}),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(T){x[T]=new A(T,3,!1,T.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(T){x[T]=new A(T,3,!0,T,null,!1,!1)}),["capture","download"].forEach(function(T){x[T]=new A(T,4,!1,T,null,!1,!1)}),["cols","rows","size","span"].forEach(function(T){x[T]=new A(T,6,!1,T,null,!1,!1)}),["rowSpan","start"].forEach(function(T){x[T]=new A(T,5,!1,T.toLowerCase(),null,!1,!1)});var N=/[\-:]([a-z])/g;function q(T){return T[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(T){var z=T.replace(N,q);x[z]=new A(z,1,!1,T,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(T){var z=T.replace(N,q);x[z]=new A(z,1,!1,T,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(T){var z=T.replace(N,q);x[z]=new A(z,1,!1,T,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(T){x[T]=new A(T,1,!1,T.toLowerCase(),null,!1,!1)}),x.xlinkHref=new A("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(T){x[T]=new A(T,1,!1,T.toLowerCase(),null,!0,!0)});var $={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},K=["Webkit","ms","Moz","O"];Object.keys($).forEach(function(T){K.forEach(function(z){z=z+T.charAt(0).toUpperCase()+T.substring(1),$[z]=$[T]})});var J=/["'&<>]/;function te(T){if(typeof T=="boolean"||typeof T=="number")return""+T;T=""+T;var z=J.exec(T);if(z){var G="",ne,Te=0;for(ne=z.index;ne<T.length;ne++){switch(T.charCodeAt(ne)){case 34:z="&quot;";break;case 38:z="&amp;";break;case 39:z="&#x27;";break;case 60:z="&lt;";break;case 62:z="&gt;";break;default:continue}Te!==ne&&(G+=T.substring(Te,ne)),Te=ne+1,G+=z}T=Te!==ne?G+T.substring(Te,ne):G}return T}var le=/([A-Z])/g,ie=/^ms-/,oe=Array.isArray;function Ce(T,z){return{insertionMode:T,selectedValue:z}}function Se(T,z,G){switch(z){case"select":return Ce(1,G.value!=null?G.value:G.defaultValue);case"svg":return Ce(2,null);case"math":return Ce(3,null);case"foreignObject":return Ce(1,null);case"table":return Ce(4,null);case"thead":case"tbody":case"tfoot":return Ce(5,null);case"colgroup":return Ce(7,null);case"tr":return Ce(6,null)}return 4<=T.insertionMode||T.insertionMode===0?Ce(1,null):T}var we=new Map;function Be(T,z,G){if(typeof G!="object")throw Error(i(62));z=!0;for(var ne in G)if(l.call(G,ne)){var Te=G[ne];if(Te!=null&&typeof Te!="boolean"&&Te!==""){if(ne.indexOf("--")===0){var ye=te(ne);Te=te((""+Te).trim())}else{ye=ne;var Ue=we.get(ye);Ue!==void 0||(Ue=te(ye.replace(le,"-$1").toLowerCase().replace(ie,"-ms-")),we.set(ye,Ue)),ye=Ue,Te=typeof Te=="number"?Te===0||l.call($,ne)?""+Te:Te+"px":te((""+Te).trim())}z?(z=!1,T.push(' style="',ye,":",Te)):T.push(";",ye,":",Te)}}z||T.push('"')}function nt(T,z,G,ne){switch(G){case"style":Be(T,z,ne);return;case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":return}if(!(2<G.length)||G[0]!=="o"&&G[0]!=="O"||G[1]!=="n"&&G[1]!=="N"){if(z=x.hasOwnProperty(G)?x[G]:null,z!==null){switch(typeof ne){case"function":case"symbol":return;case"boolean":if(!z.acceptsBooleans)return}switch(G=z.attributeName,z.type){case 3:ne&&T.push(" ",G,'=""');break;case 4:ne===!0?T.push(" ",G,'=""'):ne!==!1&&T.push(" ",G,'="',te(ne),'"');break;case 5:isNaN(ne)||T.push(" ",G,'="',te(ne),'"');break;case 6:!isNaN(ne)&&1<=ne&&T.push(" ",G,'="',te(ne),'"');break;default:z.sanitizeURL&&(ne=""+ne),T.push(" ",G,'="',te(ne),'"')}}else if(S(G)){switch(typeof ne){case"function":case"symbol":return;case"boolean":if(z=G.toLowerCase().slice(0,5),z!=="data-"&&z!=="aria-")return}T.push(" ",G,'="',te(ne),'"')}}}function je(T,z,G){if(z!=null){if(G!=null)throw Error(i(60));if(typeof z!="object"||!("__html"in z))throw Error(i(61));z=z.__html,z!=null&&T.push(""+z)}}function ct(T){var z="";return o.Children.forEach(T,function(G){G!=null&&(z+=G)}),z}function Xe(T,z,G,ne){T.push(ut(G));var Te=G=null,ye;for(ye in z)if(l.call(z,ye)){var Ue=z[ye];if(Ue!=null)switch(ye){case"children":G=Ue;break;case"dangerouslySetInnerHTML":Te=Ue;break;default:nt(T,ne,ye,Ue)}}return T.push(">"),je(T,Te,G),typeof G=="string"?(T.push(te(G)),null):G}var ht=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,Ze=new Map;function ut(T){var z=Ze.get(T);if(z===void 0){if(!ht.test(T))throw Error(i(65,T));z="<"+T,Ze.set(T,z)}return z}function He(T,z,G,ne,Te){switch(z){case"select":T.push(ut("select"));var ye=null,Ue=null;for(Gt in G)if(l.call(G,Gt)){var at=G[Gt];if(at!=null)switch(Gt){case"children":ye=at;break;case"dangerouslySetInnerHTML":Ue=at;break;case"defaultValue":case"value":break;default:nt(T,ne,Gt,at)}}return T.push(">"),je(T,Ue,ye),ye;case"option":Ue=Te.selectedValue,T.push(ut("option"));var dt=at=null,St=null,Gt=null;for(ye in G)if(l.call(G,ye)){var qn=G[ye];if(qn!=null)switch(ye){case"children":at=qn;break;case"selected":St=qn;break;case"dangerouslySetInnerHTML":Gt=qn;break;case"value":dt=qn;default:nt(T,ne,ye,qn)}}if(Ue!=null)if(G=dt!==null?""+dt:ct(at),oe(Ue)){for(ne=0;ne<Ue.length;ne++)if(""+Ue[ne]===G){T.push(' selected=""');break}}else""+Ue===G&&T.push(' selected=""');else St&&T.push(' selected=""');return T.push(">"),je(T,Gt,at),at;case"textarea":T.push(ut("textarea")),Gt=Ue=ye=null;for(at in G)if(l.call(G,at)&&(dt=G[at],dt!=null))switch(at){case"children":Gt=dt;break;case"value":ye=dt;break;case"defaultValue":Ue=dt;break;case"dangerouslySetInnerHTML":throw Error(i(91));default:nt(T,ne,at,dt)}if(ye===null&&Ue!==null&&(ye=Ue),T.push(">"),Gt!=null){if(ye!=null)throw Error(i(92));if(oe(Gt)&&1<Gt.length)throw Error(i(93));ye=""+Gt}return typeof ye=="string"&&ye[0]===`
40
+ `&&T.push(`
41
+ `),ye!==null&&T.push(te(""+ye)),null;case"input":T.push(ut("input")),dt=Gt=at=ye=null;for(Ue in G)if(l.call(G,Ue)&&(St=G[Ue],St!=null))switch(Ue){case"children":case"dangerouslySetInnerHTML":throw Error(i(399,"input"));case"defaultChecked":dt=St;break;case"defaultValue":at=St;break;case"checked":Gt=St;break;case"value":ye=St;break;default:nt(T,ne,Ue,St)}return Gt!==null?nt(T,ne,"checked",Gt):dt!==null&&nt(T,ne,"checked",dt),ye!==null?nt(T,ne,"value",ye):at!==null&&nt(T,ne,"value",at),T.push("/>"),null;case"menuitem":T.push(ut("menuitem"));for(var ln in G)if(l.call(G,ln)&&(ye=G[ln],ye!=null))switch(ln){case"children":case"dangerouslySetInnerHTML":throw Error(i(400));default:nt(T,ne,ln,ye)}return T.push(">"),null;case"title":T.push(ut("title")),ye=null;for(qn in G)if(l.call(G,qn)&&(Ue=G[qn],Ue!=null))switch(qn){case"children":ye=Ue;break;case"dangerouslySetInnerHTML":throw Error(i(434));default:nt(T,ne,qn,Ue)}return T.push(">"),ye;case"listing":case"pre":T.push(ut(z)),Ue=ye=null;for(dt in G)if(l.call(G,dt)&&(at=G[dt],at!=null))switch(dt){case"children":ye=at;break;case"dangerouslySetInnerHTML":Ue=at;break;default:nt(T,ne,dt,at)}if(T.push(">"),Ue!=null){if(ye!=null)throw Error(i(60));if(typeof Ue!="object"||!("__html"in Ue))throw Error(i(61));G=Ue.__html,G!=null&&(typeof G=="string"&&0<G.length&&G[0]===`
42
+ `?T.push(`
43
+ `,G):T.push(""+G))}return typeof ye=="string"&&ye[0]===`
44
+ `&&T.push(`
45
+ `),ye;case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":T.push(ut(z));for(var Gr in G)if(l.call(G,Gr)&&(ye=G[Gr],ye!=null))switch(Gr){case"children":case"dangerouslySetInnerHTML":throw Error(i(399,z));default:nt(T,ne,Gr,ye)}return T.push("/>"),null;case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return Xe(T,G,z,ne);case"html":return Te.insertionMode===0&&T.push("<!DOCTYPE html>"),Xe(T,G,z,ne);default:if(z.indexOf("-")===-1&&typeof G.is!="string")return Xe(T,G,z,ne);T.push(ut(z)),Ue=ye=null;for(St in G)if(l.call(G,St)&&(at=G[St],at!=null))switch(St){case"children":ye=at;break;case"dangerouslySetInnerHTML":Ue=at;break;case"style":Be(T,ne,at);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":break;default:S(St)&&typeof at!="function"&&typeof at!="symbol"&&T.push(" ",St,'="',te(at),'"')}return T.push(">"),je(T,Ue,ye),ye}}function rt(T,z,G){if(T.push('<!--$?--><template id="'),G===null)throw Error(i(395));return T.push(G),T.push('"></template>')}function Xt(T,z,G,ne){switch(G.insertionMode){case 0:case 1:return T.push('<div hidden id="'),T.push(z.segmentPrefix),z=ne.toString(16),T.push(z),T.push('">');case 2:return T.push('<svg aria-hidden="true" style="display:none" id="'),T.push(z.segmentPrefix),z=ne.toString(16),T.push(z),T.push('">');case 3:return T.push('<math aria-hidden="true" style="display:none" id="'),T.push(z.segmentPrefix),z=ne.toString(16),T.push(z),T.push('">');case 4:return T.push('<table hidden id="'),T.push(z.segmentPrefix),z=ne.toString(16),T.push(z),T.push('">');case 5:return T.push('<table hidden><tbody id="'),T.push(z.segmentPrefix),z=ne.toString(16),T.push(z),T.push('">');case 6:return T.push('<table hidden><tr id="'),T.push(z.segmentPrefix),z=ne.toString(16),T.push(z),T.push('">');case 7:return T.push('<table hidden><colgroup id="'),T.push(z.segmentPrefix),z=ne.toString(16),T.push(z),T.push('">');default:throw Error(i(397))}}function kt(T,z){switch(z.insertionMode){case 0:case 1:return T.push("</div>");case 2:return T.push("</svg>");case 3:return T.push("</math>");case 4:return T.push("</table>");case 5:return T.push("</tbody></table>");case 6:return T.push("</tr></table>");case 7:return T.push("</colgroup></table>");default:throw Error(i(397))}}var Lt=/[<\u2028\u2029]/g;function $e(T){return JSON.stringify(T).replace(Lt,function(z){switch(z){case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw Error("escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}})}function et(T,z){return z=z===void 0?"":z,{bootstrapChunks:[],startInlineScript:"<script>",placeholderPrefix:z+"P:",segmentPrefix:z+"S:",boundaryPrefix:z+"B:",idPrefix:z,nextSuspenseID:0,sentCompleteSegmentFunction:!1,sentCompleteBoundaryFunction:!1,sentClientRenderFunction:!1,generateStaticMarkup:T}}function Ye(T,z,G,ne){return G.generateStaticMarkup?(T.push(te(z)),!1):(z===""?T=ne:(ne&&T.push("<!-- -->"),T.push(te(z)),T=!0),T)}var lt=Object.assign,Et=Symbol.for("react.element"),tr=Symbol.for("react.portal"),Jn=Symbol.for("react.fragment"),Dt=Symbol.for("react.strict_mode"),wt=Symbol.for("react.profiler"),zn=Symbol.for("react.provider"),lr=Symbol.for("react.context"),Dn=Symbol.for("react.forward_ref"),sr=Symbol.for("react.suspense"),An=Symbol.for("react.suspense_list"),wr=Symbol.for("react.memo"),zt=Symbol.for("react.lazy"),sn=Symbol.for("react.scope"),on=Symbol.for("react.debug_trace_mode"),Vn=Symbol.for("react.legacy_hidden"),cr=Symbol.for("react.default_value"),On=Symbol.iterator;function Nn(T){if(T==null)return null;if(typeof T=="function")return T.displayName||T.name||null;if(typeof T=="string")return T;switch(T){case Jn:return"Fragment";case tr:return"Portal";case wt:return"Profiler";case Dt:return"StrictMode";case sr:return"Suspense";case An:return"SuspenseList"}if(typeof T=="object")switch(T.$$typeof){case lr:return(T.displayName||"Context")+".Consumer";case zn:return(T._context.displayName||"Context")+".Provider";case Dn:var z=T.render;return T=T.displayName,T||(T=z.displayName||z.name||"",T=T!==""?"ForwardRef("+T+")":"ForwardRef"),T;case wr:return z=T.displayName||null,z!==null?z:Nn(T.type)||"Memo";case zt:z=T._payload,T=T._init;try{return Nn(T(z))}catch{}}return null}var Gn={};function nr(T,z){if(T=T.contextTypes,!T)return Gn;var G={},ne;for(ne in T)G[ne]=z[ne];return G}var At=null;function Ft(T,z){if(T!==z){T.context._currentValue2=T.parentValue,T=T.parent;var G=z.parent;if(T===null){if(G!==null)throw Error(i(401))}else{if(G===null)throw Error(i(401));Ft(T,G)}z.context._currentValue2=z.value}}function bt(T){T.context._currentValue2=T.parentValue,T=T.parent,T!==null&&bt(T)}function Rn(T){var z=T.parent;z!==null&&Rn(z),T.context._currentValue2=T.value}function tn(T,z){if(T.context._currentValue2=T.parentValue,T=T.parent,T===null)throw Error(i(402));T.depth===z.depth?Ft(T,z):tn(T,z)}function ur(T,z){var G=z.parent;if(G===null)throw Error(i(402));T.depth===G.depth?Ft(T,G):ur(T,G),z.context._currentValue2=z.value}function Vt(T){var z=At;z!==T&&(z===null?Rn(T):T===null?bt(z):z.depth===T.depth?Ft(z,T):z.depth>T.depth?tn(z,T):ur(z,T),At=T)}var ga={isMounted:function(){return!1},enqueueSetState:function(T,z){T=T._reactInternals,T.queue!==null&&T.queue.push(z)},enqueueReplaceState:function(T,z){T=T._reactInternals,T.replace=!0,T.queue=[z]},enqueueForceUpdate:function(){}};function Br(T,z,G,ne){var Te=T.state!==void 0?T.state:null;T.updater=ga,T.props=G,T.state=Te;var ye={queue:[],replace:!1};T._reactInternals=ye;var Ue=z.contextType;if(T.context=typeof Ue=="object"&&Ue!==null?Ue._currentValue2:ne,Ue=z.getDerivedStateFromProps,typeof Ue=="function"&&(Ue=Ue(G,Te),Te=Ue==null?Te:lt({},Te,Ue),T.state=Te),typeof z.getDerivedStateFromProps!="function"&&typeof T.getSnapshotBeforeUpdate!="function"&&(typeof T.UNSAFE_componentWillMount=="function"||typeof T.componentWillMount=="function"))if(z=T.state,typeof T.componentWillMount=="function"&&T.componentWillMount(),typeof T.UNSAFE_componentWillMount=="function"&&T.UNSAFE_componentWillMount(),z!==T.state&&ga.enqueueReplaceState(T,T.state,null),ye.queue!==null&&0<ye.queue.length)if(z=ye.queue,Ue=ye.replace,ye.queue=null,ye.replace=!1,Ue&&z.length===1)T.state=z[0];else{for(ye=Ue?z[0]:T.state,Te=!0,Ue=Ue?1:0;Ue<z.length;Ue++){var at=z[Ue];at=typeof at=="function"?at.call(T,ye,G,ne):at,at!=null&&(Te?(Te=!1,ye=lt({},ye,at)):lt(ye,at))}T.state=ye}else ye.queue=null}var vt={id:1,overflow:""};function Bt(T,z,G){var ne=T.id;T=T.overflow;var Te=32-bn(ne)-1;ne&=~(1<<Te),G+=1;var ye=32-bn(z)+Te;if(30<ye){var Ue=Te-Te%5;return ye=(ne&(1<<Ue)-1).toString(32),ne>>=Ue,Te-=Ue,{id:1<<32-bn(z)+Te|G<<Te|ne,overflow:ye+T}}return{id:1<<ye|G<<Te|ne,overflow:T}}var bn=Math.clz32?Math.clz32:Tr,ar=Math.log,wn=Math.LN2;function Tr(T){return T>>>=0,T===0?32:31-(ar(T)/wn|0)|0}function In(T,z){return T===z&&(T!==0||1/T===1/z)||T!==T&&z!==z}var ya=typeof Object.is=="function"?Object.is:In,Mn=null,Kn=null,Xn=null,Ut=null,ka=!1,Ra=!1,Va=0,xa=null,Ni=0;function kr(){if(Mn===null)throw Error(i(321));return Mn}function Nr(){if(0<Ni)throw Error(i(312));return{memoizedState:null,queue:null,next:null}}function di(){return Ut===null?Xn===null?(ka=!1,Xn=Ut=Nr()):(ka=!0,Ut=Xn):Ut.next===null?(ka=!1,Ut=Ut.next=Nr()):(ka=!0,Ut=Ut.next),Ut}function qi(){Kn=Mn=null,Ra=!1,Xn=null,Ni=0,Ut=xa=null}function ni(T,z){return typeof z=="function"?z(T):z}function Cr(T,z,G){if(Mn=kr(),Ut=di(),ka){var ne=Ut.queue;if(z=ne.dispatch,xa!==null&&(G=xa.get(ne),G!==void 0)){xa.delete(ne),ne=Ut.memoizedState;do ne=T(ne,G.action),G=G.next;while(G!==null);return Ut.memoizedState=ne,[ne,z]}return[Ut.memoizedState,z]}return T=T===ni?typeof z=="function"?z():z:G!==void 0?G(z):z,Ut.memoizedState=T,T=Ut.queue={last:null,dispatch:null},T=T.dispatch=Ka.bind(null,Mn,T),[Ut.memoizedState,T]}function Da(T,z){if(Mn=kr(),Ut=di(),z=z===void 0?null:z,Ut!==null){var G=Ut.memoizedState;if(G!==null&&z!==null){var ne=G[1];e:if(ne===null)ne=!1;else{for(var Te=0;Te<ne.length&&Te<z.length;Te++)if(!ya(z[Te],ne[Te])){ne=!1;break e}ne=!0}if(ne)return G[0]}}return T=T(),Ut.memoizedState=[T,z],T}function Ka(T,z,G){if(25<=Ni)throw Error(i(301));if(T===Mn)if(Ra=!0,T={action:G,next:null},xa===null&&(xa=new Map),G=xa.get(z),G===void 0)xa.set(z,T);else{for(z=G;z.next!==null;)z=z.next;z.next=T}}function _i(){throw Error(i(394))}function fe(){}var qe={readContext:function(T){return T._currentValue2},useContext:function(T){return kr(),T._currentValue2},useMemo:Da,useReducer:Cr,useRef:function(T){Mn=kr(),Ut=di();var z=Ut.memoizedState;return z===null?(T={current:T},Ut.memoizedState=T):z},useState:function(T){return Cr(ni,T)},useInsertionEffect:fe,useLayoutEffect:function(){},useCallback:function(T,z){return Da(function(){return T},z)},useImperativeHandle:fe,useEffect:fe,useDebugValue:fe,useDeferredValue:function(T){return kr(),T},useTransition:function(){return kr(),[!1,_i]},useId:function(){var T=Kn.treeContext,z=T.overflow;T=T.id,T=(T&~(1<<32-bn(T)-1)).toString(32)+z;var G=mt;if(G===null)throw Error(i(404));return z=Va++,T=":"+G.idPrefix+"R"+T,0<z&&(T+="H"+z.toString(32)),T+":"},useMutableSource:function(T,z){return kr(),z(T._source)},useSyncExternalStore:function(T,z,G){if(G===void 0)throw Error(i(407));return G()}},mt=null,Yt=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentDispatcher;function hn(T){return console.error(T),null}function Fn(){}function en(T,z,G,ne,Te,ye,Ue,at,dt){var St=[],Gt=new Set;return z={destination:null,responseState:z,progressiveChunkSize:ne===void 0?12800:ne,status:0,fatalError:null,nextSegmentId:0,allPendingTasks:0,pendingRootTasks:0,completedRootSegment:null,abortableTasks:Gt,pingedTasks:St,clientRenderedBoundaries:[],completedBoundaries:[],partialBoundaries:[],onError:Te===void 0?hn:Te,onAllReady:ye===void 0?Fn:ye,onShellReady:Ue===void 0?Fn:Ue,onShellError:at===void 0?Fn:at,onFatalError:dt===void 0?Fn:dt},G=zr(z,0,null,G,!1,!1),G.parentFlushed=!0,T=ft(z,T,null,G,Gt,Gn,null,vt),St.push(T),z}function ft(T,z,G,ne,Te,ye,Ue,at){T.allPendingTasks++,G===null?T.pendingRootTasks++:G.pendingTasks++;var dt={node:z,ping:function(){var St=T.pingedTasks;St.push(dt),St.length===1&&Pr(T)},blockedBoundary:G,blockedSegment:ne,abortSet:Te,legacyContext:ye,context:Ue,treeContext:at};return Te.add(dt),dt}function zr(T,z,G,ne,Te,ye){return{status:0,id:-1,index:z,parentFlushed:!1,chunks:[],children:[],formatContext:ne,boundary:G,lastPushedText:Te,textEmbedded:ye}}function ir(T,z){if(T=T.onError(z),T!=null&&typeof T!="string")throw Error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "'+typeof T+'" instead');return T}function Ot(T,z){var G=T.onShellError;G(z),G=T.onFatalError,G(z),T.destination!==null?(T.status=2,T.destination.destroy(z)):(T.status=1,T.fatalError=z)}function _r(T,z,G,ne,Te){for(Mn={},Kn=z,Va=0,T=G(ne,Te);Ra;)Ra=!1,Va=0,Ni+=1,Ut=null,T=G(ne,Te);return qi(),T}function Sa(T,z,G,ne){var Te=G.render(),ye=ne.childContextTypes;if(ye!=null){var Ue=z.legacyContext;if(typeof G.getChildContext!="function")ne=Ue;else{G=G.getChildContext();for(var at in G)if(!(at in ye))throw Error(i(108,Nn(ne)||"Unknown",at));ne=lt({},Ue,G)}z.legacyContext=ne,fr(T,z,Te),z.legacyContext=Ue}else fr(T,z,Te)}function ri(T,z){if(T&&T.defaultProps){z=lt({},z),T=T.defaultProps;for(var G in T)z[G]===void 0&&(z[G]=T[G]);return z}return z}function Sn(T,z,G,ne,Te){if(typeof G=="function")if(G.prototype&&G.prototype.isReactComponent){Te=nr(G,z.legacyContext);var ye=G.contextType;ye=new G(ne,typeof ye=="object"&&ye!==null?ye._currentValue2:Te),Br(ye,G,ne,Te),Sa(T,z,ye,G)}else{ye=nr(G,z.legacyContext),Te=_r(T,z,G,ne,ye);var Ue=Va!==0;if(typeof Te=="object"&&Te!==null&&typeof Te.render=="function"&&Te.$$typeof===void 0)Br(Te,G,ne,ye),Sa(T,z,Te,G);else if(Ue){ne=z.treeContext,z.treeContext=Bt(ne,1,0);try{fr(T,z,Te)}finally{z.treeContext=ne}}else fr(T,z,Te)}else if(typeof G=="string"){switch(Te=z.blockedSegment,ye=He(Te.chunks,G,ne,T.responseState,Te.formatContext),Te.lastPushedText=!1,Ue=Te.formatContext,Te.formatContext=Se(Ue,G,ne),mn(T,z,ye),Te.formatContext=Ue,G){case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"input":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":break;default:Te.chunks.push("</",G,">")}Te.lastPushedText=!1}else{switch(G){case Vn:case on:case Dt:case wt:case Jn:fr(T,z,ne.children);return;case An:fr(T,z,ne.children);return;case sn:throw Error(i(343));case sr:e:{G=z.blockedBoundary,Te=z.blockedSegment,ye=ne.fallback,ne=ne.children,Ue=new Set;var at={id:null,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,forceClientRender:!1,completedSegments:[],byteSize:0,fallbackAbortableTasks:Ue,errorDigest:null},dt=zr(T,Te.chunks.length,at,Te.formatContext,!1,!1);Te.children.push(dt),Te.lastPushedText=!1;var St=zr(T,0,null,Te.formatContext,!1,!1);St.parentFlushed=!0,z.blockedBoundary=at,z.blockedSegment=St;try{if(mn(T,z,ne),T.responseState.generateStaticMarkup||St.lastPushedText&&St.textEmbedded&&St.chunks.push("<!-- -->"),St.status=1,pi(at,St),at.pendingTasks===0)break e}catch(Gt){St.status=4,at.forceClientRender=!0,at.errorDigest=ir(T,Gt)}finally{z.blockedBoundary=G,z.blockedSegment=Te}z=ft(T,ye,G,dt,Ue,z.legacyContext,z.context,z.treeContext),T.pingedTasks.push(z)}return}if(typeof G=="object"&&G!==null)switch(G.$$typeof){case Dn:if(ne=_r(T,z,G.render,ne,Te),Va!==0){G=z.treeContext,z.treeContext=Bt(G,1,0);try{fr(T,z,ne)}finally{z.treeContext=G}}else fr(T,z,ne);return;case wr:G=G.type,ne=ri(G,ne),Sn(T,z,G,ne,Te);return;case zn:if(Te=ne.children,G=G._context,ne=ne.value,ye=G._currentValue2,G._currentValue2=ne,Ue=At,At=ne={parent:Ue,depth:Ue===null?0:Ue.depth+1,context:G,parentValue:ye,value:ne},z.context=ne,fr(T,z,Te),T=At,T===null)throw Error(i(403));ne=T.parentValue,T.context._currentValue2=ne===cr?T.context._defaultValue:ne,T=At=T.parent,z.context=T;return;case lr:ne=ne.children,ne=ne(G._currentValue2),fr(T,z,ne);return;case zt:Te=G._init,G=Te(G._payload),ne=ri(G,ne),Sn(T,z,G,ne,void 0);return}throw Error(i(130,G==null?G:typeof G,""))}}function fr(T,z,G){if(z.node=G,typeof G=="object"&&G!==null){switch(G.$$typeof){case Et:Sn(T,z,G.type,G.props,G.ref);return;case tr:throw Error(i(257));case zt:var ne=G._init;G=ne(G._payload),fr(T,z,G);return}if(oe(G)){ua(T,z,G);return}if(G===null||typeof G!="object"?ne=null:(ne=On&&G[On]||G["@@iterator"],ne=typeof ne=="function"?ne:null),ne&&(ne=ne.call(G))){if(G=ne.next(),!G.done){var Te=[];do Te.push(G.value),G=ne.next();while(!G.done);ua(T,z,Te)}return}throw T=Object.prototype.toString.call(G),Error(i(31,T==="[object Object]"?"object with keys {"+Object.keys(G).join(", ")+"}":T))}typeof G=="string"?(ne=z.blockedSegment,ne.lastPushedText=Ye(z.blockedSegment.chunks,G,T.responseState,ne.lastPushedText)):typeof G=="number"&&(ne=z.blockedSegment,ne.lastPushedText=Ye(z.blockedSegment.chunks,""+G,T.responseState,ne.lastPushedText))}function ua(T,z,G){for(var ne=G.length,Te=0;Te<ne;Te++){var ye=z.treeContext;z.treeContext=Bt(ye,ne,Te);try{mn(T,z,G[Te])}finally{z.treeContext=ye}}}function mn(T,z,G){var ne=z.blockedSegment.formatContext,Te=z.legacyContext,ye=z.context;try{return fr(T,z,G)}catch(dt){if(qi(),typeof dt=="object"&&dt!==null&&typeof dt.then=="function"){G=dt;var Ue=z.blockedSegment,at=zr(T,Ue.chunks.length,null,Ue.formatContext,Ue.lastPushedText,!0);Ue.children.push(at),Ue.lastPushedText=!1,T=ft(T,z.node,z.blockedBoundary,at,z.abortSet,z.legacyContext,z.context,z.treeContext).ping,G.then(T,T),z.blockedSegment.formatContext=ne,z.legacyContext=Te,z.context=ye,Vt(ye)}else throw z.blockedSegment.formatContext=ne,z.legacyContext=Te,z.context=ye,Vt(ye),dt}}function Ir(T){var z=T.blockedBoundary;T=T.blockedSegment,T.status=3,Yr(this,z,T)}function so(T,z,G){var ne=T.blockedBoundary;T.blockedSegment.status=3,ne===null?(z.allPendingTasks--,z.status!==2&&(z.status=2,z.destination!==null&&z.destination.push(null))):(ne.pendingTasks--,ne.forceClientRender||(ne.forceClientRender=!0,T=G===void 0?Error(i(432)):G,ne.errorDigest=z.onError(T),ne.parentFlushed&&z.clientRenderedBoundaries.push(ne)),ne.fallbackAbortableTasks.forEach(function(Te){return so(Te,z,G)}),ne.fallbackAbortableTasks.clear(),z.allPendingTasks--,z.allPendingTasks===0&&(ne=z.onAllReady,ne()))}function pi(T,z){if(z.chunks.length===0&&z.children.length===1&&z.children[0].boundary===null){var G=z.children[0];G.id=z.id,G.parentFlushed=!0,G.status===1&&pi(T,G)}else T.completedSegments.push(z)}function Yr(T,z,G){if(z===null){if(G.parentFlushed){if(T.completedRootSegment!==null)throw Error(i(389));T.completedRootSegment=G}T.pendingRootTasks--,T.pendingRootTasks===0&&(T.onShellError=Fn,z=T.onShellReady,z())}else z.pendingTasks--,z.forceClientRender||(z.pendingTasks===0?(G.parentFlushed&&G.status===1&&pi(z,G),z.parentFlushed&&T.completedBoundaries.push(z),z.fallbackAbortableTasks.forEach(Ir,T),z.fallbackAbortableTasks.clear()):G.parentFlushed&&G.status===1&&(pi(z,G),z.completedSegments.length===1&&z.parentFlushed&&T.partialBoundaries.push(z)));T.allPendingTasks--,T.allPendingTasks===0&&(T=T.onAllReady,T())}function Pr(T){if(T.status!==2){var z=At,G=Yt.current;Yt.current=qe;var ne=mt;mt=T.responseState;try{var Te=T.pingedTasks,ye;for(ye=0;ye<Te.length;ye++){var Ue=Te[ye],at=T,dt=Ue.blockedSegment;if(dt.status===0){Vt(Ue.context);try{fr(at,Ue,Ue.node),at.responseState.generateStaticMarkup||dt.lastPushedText&&dt.textEmbedded&&dt.chunks.push("<!-- -->"),Ue.abortSet.delete(Ue),dt.status=1,Yr(at,Ue.blockedBoundary,dt)}catch(aa){if(qi(),typeof aa=="object"&&aa!==null&&typeof aa.then=="function"){var St=Ue.ping;aa.then(St,St)}else{Ue.abortSet.delete(Ue),dt.status=4;var Gt=Ue.blockedBoundary,qn=aa,ln=ir(at,qn);if(Gt===null?Ot(at,qn):(Gt.pendingTasks--,Gt.forceClientRender||(Gt.forceClientRender=!0,Gt.errorDigest=ln,Gt.parentFlushed&&at.clientRenderedBoundaries.push(Gt))),at.allPendingTasks--,at.allPendingTasks===0){var Gr=at.onAllReady;Gr()}}}finally{}}}Te.splice(0,ye),T.destination!==null&&Li(T,T.destination)}catch(aa){ir(T,aa),Ot(T,aa)}finally{mt=ne,Yt.current=G,G===qe&&Vt(z)}}}function bi(T,z,G){switch(G.parentFlushed=!0,G.status){case 0:var ne=G.id=T.nextSegmentId++;return G.lastPushedText=!1,G.textEmbedded=!1,T=T.responseState,z.push('<template id="'),z.push(T.placeholderPrefix),T=ne.toString(16),z.push(T),z.push('"></template>');case 1:G.status=2;var Te=!0;ne=G.chunks;var ye=0;G=G.children;for(var Ue=0;Ue<G.length;Ue++){for(Te=G[Ue];ye<Te.index;ye++)z.push(ne[ye]);Te=sa(T,z,Te)}for(;ye<ne.length-1;ye++)z.push(ne[ye]);return ye<ne.length&&(Te=z.push(ne[ye])),Te;default:throw Error(i(390))}}function sa(T,z,G){var ne=G.boundary;if(ne===null)return bi(T,z,G);if(ne.parentFlushed=!0,ne.forceClientRender)return T.responseState.generateStaticMarkup||(ne=ne.errorDigest,z.push("<!--$!-->"),z.push("<template"),ne&&(z.push(' data-dgst="'),ne=te(ne),z.push(ne),z.push('"')),z.push("></template>")),bi(T,z,G),T=T.responseState.generateStaticMarkup?!0:z.push("<!--/$-->"),T;if(0<ne.pendingTasks){ne.rootSegmentID=T.nextSegmentId++,0<ne.completedSegments.length&&T.partialBoundaries.push(ne);var Te=T.responseState,ye=Te.nextSuspenseID++;return Te=Te.boundaryPrefix+ye.toString(16),ne=ne.id=Te,rt(z,T.responseState,ne),bi(T,z,G),z.push("<!--/$-->")}if(ne.byteSize>T.progressiveChunkSize)return ne.rootSegmentID=T.nextSegmentId++,T.completedBoundaries.push(ne),rt(z,T.responseState,ne.id),bi(T,z,G),z.push("<!--/$-->");if(T.responseState.generateStaticMarkup||z.push("<!--$-->"),G=ne.completedSegments,G.length!==1)throw Error(i(391));return sa(T,z,G[0]),T=T.responseState.generateStaticMarkup?!0:z.push("<!--/$-->"),T}function Bo(T,z,G){return Xt(z,T.responseState,G.formatContext,G.id),sa(T,z,G),kt(z,G.formatContext)}function Tl(T,z,G){for(var ne=G.completedSegments,Te=0;Te<ne.length;Te++)kl(T,z,G,ne[Te]);if(ne.length=0,T=T.responseState,ne=G.id,G=G.rootSegmentID,z.push(T.startInlineScript),T.sentCompleteBoundaryFunction?z.push('$RC("'):(T.sentCompleteBoundaryFunction=!0,z.push('function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d)if(0===e)break;else e--;else"$"!==d&&"$?"!==d&&"$!"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data="$";a._reactRetry&&a._reactRetry()}};$RC("')),ne===null)throw Error(i(395));return G=G.toString(16),z.push(ne),z.push('","'),z.push(T.segmentPrefix),z.push(G),z.push('")<\/script>')}function kl(T,z,G,ne){if(ne.status===2)return!0;var Te=ne.id;if(Te===-1){if((ne.id=G.rootSegmentID)===-1)throw Error(i(392));return Bo(T,z,ne)}return Bo(T,z,ne),T=T.responseState,z.push(T.startInlineScript),T.sentCompleteSegmentFunction?z.push('$RS("'):(T.sentCompleteSegmentFunction=!0,z.push('function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("')),z.push(T.segmentPrefix),Te=Te.toString(16),z.push(Te),z.push('","'),z.push(T.placeholderPrefix),z.push(Te),z.push('")<\/script>')}function Li(T,z){try{var G=T.completedRootSegment;if(G!==null&&T.pendingRootTasks===0){sa(T,z,G),T.completedRootSegment=null;var ne=T.responseState.bootstrapChunks;for(G=0;G<ne.length-1;G++)z.push(ne[G]);G<ne.length&&z.push(ne[G])}var Te=T.clientRenderedBoundaries,ye;for(ye=0;ye<Te.length;ye++){var Ue=Te[ye];ne=z;var at=T.responseState,dt=Ue.id,St=Ue.errorDigest,Gt=Ue.errorMessage,qn=Ue.errorComponentStack;if(ne.push(at.startInlineScript),at.sentClientRenderFunction?ne.push('$RX("'):(at.sentClientRenderFunction=!0,ne.push('function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())};$RX("')),dt===null)throw Error(i(395));if(ne.push(dt),ne.push('"'),St||Gt||qn){ne.push(",");var ln=$e(St||"");ne.push(ln)}if(Gt||qn){ne.push(",");var Gr=$e(Gt||"");ne.push(Gr)}if(qn){ne.push(",");var aa=$e(qn);ne.push(aa)}if(!ne.push(")<\/script>")){T.destination=null,ye++,Te.splice(0,ye);return}}Te.splice(0,ye);var un=T.completedBoundaries;for(ye=0;ye<un.length;ye++)if(!Tl(T,z,un[ye])){T.destination=null,ye++,un.splice(0,ye);return}un.splice(0,ye);var Ea=T.partialBoundaries;for(ye=0;ye<Ea.length;ye++){var Lr=Ea[ye];e:{Te=T,Ue=z;var ia=Lr.completedSegments;for(at=0;at<ia.length;at++)if(!kl(Te,Ue,Lr,ia[at])){at++,ia.splice(0,at);var Ta=!1;break e}ia.splice(0,at),Ta=!0}if(!Ta){T.destination=null,ye++,Ea.splice(0,ye);return}}Ea.splice(0,ye);var Wa=T.completedBoundaries;for(ye=0;ye<Wa.length;ye++)if(!Tl(T,z,Wa[ye])){T.destination=null,ye++,Wa.splice(0,ye);return}Wa.splice(0,ye)}finally{T.allPendingTasks===0&&T.pingedTasks.length===0&&T.clientRenderedBoundaries.length===0&&T.completedBoundaries.length===0&&z.push(null)}}function hi(T,z){try{var G=T.abortableTasks;G.forEach(function(ne){return so(ne,T,z)}),G.clear(),T.destination!==null&&Li(T,T.destination)}catch(ne){ir(T,ne),Ot(T,ne)}}function vi(){}function Aa(T,z,G,ne){var Te=!1,ye=null,Ue="",at={push:function(St){return St!==null&&(Ue+=St),!0},destroy:function(St){Te=!0,ye=St}},dt=!1;if(T=en(T,et(G,z?z.identifierPrefix:void 0),{insertionMode:1,selectedValue:null},1/0,vi,void 0,function(){dt=!0},void 0,void 0),Pr(T),hi(T,ne),T.status===1)T.status=2,at.destroy(T.fatalError);else if(T.status!==2&&T.destination===null){T.destination=at;try{Li(T,at)}catch(St){ir(T,St),Ot(T,St)}}if(Te)throw ye;if(!dt)throw Error(i(426));return Ue}return pp.renderToNodeStream=function(){throw Error(i(207))},pp.renderToStaticMarkup=function(T,z){return Aa(T,z,!0,'The server used "renderToStaticMarkup" which does not support Suspense. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server')},pp.renderToStaticNodeStream=function(){throw Error(i(208))},pp.renderToString=function(T,z){return Aa(T,z,!1,'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server')},pp.version="18.2.0",pp}var cm={};/**
46
+ * @license React
47
+ * react-dom-server.browser.production.min.js
48
+ *
49
+ * Copyright (c) Facebook, Inc. and its affiliates.
50
+ *
51
+ * This source code is licensed under the MIT license found in the
52
+ * LICENSE file in the root directory of this source tree.
53
+ */var B6;function B_(){if(B6)return cm;B6=1;var o=Qn.default;function i(k){for(var I="https://reactjs.org/docs/error-decoder.html?invariant="+k,W=1;W<arguments.length;W++)I+="&args[]="+encodeURIComponent(arguments[W]);return"Minified React error #"+k+"; visit "+I+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var l=null,c=0;function u(k,I){if(I.length!==0)if(512<I.length)0<c&&(k.enqueue(new Uint8Array(l.buffer,0,c)),l=new Uint8Array(512),c=0),k.enqueue(I);else{var W=l.length-c;W<I.length&&(W===0?k.enqueue(l):(l.set(I.subarray(0,W),c),k.enqueue(l),I=I.subarray(W)),l=new Uint8Array(512),c=0),l.set(I,c),c+=I.length}}function g(k,I){return u(k,I),!0}function S(k){l&&0<c&&(k.enqueue(new Uint8Array(l.buffer,0,c)),l=null,c=0)}var A=new TextEncoder;function x(k){return A.encode(k)}function N(k){return A.encode(k)}function q(k,I){typeof k.error=="function"?k.error(I):k.close()}var $=Object.prototype.hasOwnProperty,K=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,J={},te={};function le(k){return $.call(te,k)?!0:$.call(J,k)?!1:K.test(k)?te[k]=!0:(J[k]=!0,!1)}function ie(k,I,W,re,be,_e,De){this.acceptsBooleans=I===2||I===3||I===4,this.attributeName=re,this.attributeNamespace=be,this.mustUseProperty=W,this.propertyName=k,this.type=I,this.sanitizeURL=_e,this.removeEmptyString=De}var oe={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(k){oe[k]=new ie(k,0,!1,k,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(k){var I=k[0];oe[I]=new ie(I,1,!1,k[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(k){oe[k]=new ie(k,2,!1,k.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(k){oe[k]=new ie(k,2,!1,k,null,!1,!1)}),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(k){oe[k]=new ie(k,3,!1,k.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(k){oe[k]=new ie(k,3,!0,k,null,!1,!1)}),["capture","download"].forEach(function(k){oe[k]=new ie(k,4,!1,k,null,!1,!1)}),["cols","rows","size","span"].forEach(function(k){oe[k]=new ie(k,6,!1,k,null,!1,!1)}),["rowSpan","start"].forEach(function(k){oe[k]=new ie(k,5,!1,k.toLowerCase(),null,!1,!1)});var Ce=/[\-:]([a-z])/g;function Se(k){return k[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(k){var I=k.replace(Ce,Se);oe[I]=new ie(I,1,!1,k,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(k){var I=k.replace(Ce,Se);oe[I]=new ie(I,1,!1,k,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(k){var I=k.replace(Ce,Se);oe[I]=new ie(I,1,!1,k,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(k){oe[k]=new ie(k,1,!1,k.toLowerCase(),null,!1,!1)}),oe.xlinkHref=new ie("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(k){oe[k]=new ie(k,1,!1,k.toLowerCase(),null,!0,!0)});var we={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},Be=["Webkit","ms","Moz","O"];Object.keys(we).forEach(function(k){Be.forEach(function(I){I=I+k.charAt(0).toUpperCase()+k.substring(1),we[I]=we[k]})});var nt=/["'&<>]/;function je(k){if(typeof k=="boolean"||typeof k=="number")return""+k;k=""+k;var I=nt.exec(k);if(I){var W="",re,be=0;for(re=I.index;re<k.length;re++){switch(k.charCodeAt(re)){case 34:I="&quot;";break;case 38:I="&amp;";break;case 39:I="&#x27;";break;case 60:I="&lt;";break;case 62:I="&gt;";break;default:continue}be!==re&&(W+=k.substring(be,re)),be=re+1,W+=I}k=be!==re?W+k.substring(be,re):W}return k}var ct=/([A-Z])/g,Xe=/^ms-/,ht=Array.isArray,Ze=N("<script>"),ut=N("<\/script>"),He=N('<script src="'),rt=N('<script type="module" src="'),Xt=N('" async=""><\/script>'),kt=/(<\/|<)(s)(cript)/gi;function Lt(k,I,W,re){return""+I+(W==="s"?"\\u0073":"\\u0053")+re}function $e(k,I,W,re,be){k=k===void 0?"":k,I=I===void 0?Ze:N('<script nonce="'+je(I)+'">');var _e=[];if(W!==void 0&&_e.push(I,x((""+W).replace(kt,Lt)),ut),re!==void 0)for(W=0;W<re.length;W++)_e.push(He,x(je(re[W])),Xt);if(be!==void 0)for(re=0;re<be.length;re++)_e.push(rt,x(je(be[re])),Xt);return{bootstrapChunks:_e,startInlineScript:I,placeholderPrefix:N(k+"P:"),segmentPrefix:N(k+"S:"),boundaryPrefix:k+"B:",idPrefix:k,nextSuspenseID:0,sentCompleteSegmentFunction:!1,sentCompleteBoundaryFunction:!1,sentClientRenderFunction:!1}}function et(k,I){return{insertionMode:k,selectedValue:I}}function Ye(k){return et(k==="http://www.w3.org/2000/svg"?2:k==="http://www.w3.org/1998/Math/MathML"?3:0,null)}function lt(k,I,W){switch(I){case"select":return et(1,W.value!=null?W.value:W.defaultValue);case"svg":return et(2,null);case"math":return et(3,null);case"foreignObject":return et(1,null);case"table":return et(4,null);case"thead":case"tbody":case"tfoot":return et(5,null);case"colgroup":return et(7,null);case"tr":return et(6,null)}return 4<=k.insertionMode||k.insertionMode===0?et(1,null):k}var Et=N("<!-- -->");function tr(k,I,W,re){return I===""?re:(re&&k.push(Et),k.push(x(je(I))),!0)}var Jn=new Map,Dt=N(' style="'),wt=N(":"),zn=N(";");function lr(k,I,W){if(typeof W!="object")throw Error(i(62));I=!0;for(var re in W)if($.call(W,re)){var be=W[re];if(be!=null&&typeof be!="boolean"&&be!==""){if(re.indexOf("--")===0){var _e=x(je(re));be=x(je((""+be).trim()))}else{_e=re;var De=Jn.get(_e);De!==void 0||(De=N(je(_e.replace(ct,"-$1").toLowerCase().replace(Xe,"-ms-"))),Jn.set(_e,De)),_e=De,be=typeof be=="number"?be===0||$.call(we,re)?x(""+be):x(be+"px"):x(je((""+be).trim()))}I?(I=!1,k.push(Dt,_e,wt,be)):k.push(zn,_e,wt,be)}}I||k.push(An)}var Dn=N(" "),sr=N('="'),An=N('"'),wr=N('=""');function zt(k,I,W,re){switch(W){case"style":lr(k,I,re);return;case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":return}if(!(2<W.length)||W[0]!=="o"&&W[0]!=="O"||W[1]!=="n"&&W[1]!=="N"){if(I=oe.hasOwnProperty(W)?oe[W]:null,I!==null){switch(typeof re){case"function":case"symbol":return;case"boolean":if(!I.acceptsBooleans)return}switch(W=x(I.attributeName),I.type){case 3:re&&k.push(Dn,W,wr);break;case 4:re===!0?k.push(Dn,W,wr):re!==!1&&k.push(Dn,W,sr,x(je(re)),An);break;case 5:isNaN(re)||k.push(Dn,W,sr,x(je(re)),An);break;case 6:!isNaN(re)&&1<=re&&k.push(Dn,W,sr,x(je(re)),An);break;default:I.sanitizeURL&&(re=""+re),k.push(Dn,W,sr,x(je(re)),An)}}else if(le(W)){switch(typeof re){case"function":case"symbol":return;case"boolean":if(I=W.toLowerCase().slice(0,5),I!=="data-"&&I!=="aria-")return}k.push(Dn,x(W),sr,x(je(re)),An)}}}var sn=N(">"),on=N("/>");function Vn(k,I,W){if(I!=null){if(W!=null)throw Error(i(60));if(typeof I!="object"||!("__html"in I))throw Error(i(61));I=I.__html,I!=null&&k.push(x(""+I))}}function cr(k){var I="";return o.Children.forEach(k,function(W){W!=null&&(I+=W)}),I}var On=N(' selected=""');function Nn(k,I,W,re){k.push(Ft(W));var be=W=null,_e;for(_e in I)if($.call(I,_e)){var De=I[_e];if(De!=null)switch(_e){case"children":W=De;break;case"dangerouslySetInnerHTML":be=De;break;default:zt(k,re,_e,De)}}return k.push(sn),Vn(k,be,W),typeof W=="string"?(k.push(x(je(W))),null):W}var Gn=N(`
54
+ `),nr=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,At=new Map;function Ft(k){var I=At.get(k);if(I===void 0){if(!nr.test(k))throw Error(i(65,k));I=N("<"+k),At.set(k,I)}return I}var bt=N("<!DOCTYPE html>");function Rn(k,I,W,re,be){switch(I){case"select":k.push(Ft("select"));var _e=null,De=null;for(dn in W)if($.call(W,dn)){var tt=W[dn];if(tt!=null)switch(dn){case"children":_e=tt;break;case"dangerouslySetInnerHTML":De=tt;break;case"defaultValue":case"value":break;default:zt(k,re,dn,tt)}}return k.push(sn),Vn(k,De,_e),_e;case"option":De=be.selectedValue,k.push(Ft("option"));var Rt=tt=null,nn=null,dn=null;for(_e in W)if($.call(W,_e)){var gr=W[_e];if(gr!=null)switch(_e){case"children":tt=gr;break;case"selected":nn=gr;break;case"dangerouslySetInnerHTML":dn=gr;break;case"value":Rt=gr;default:zt(k,re,_e,gr)}}if(De!=null)if(W=Rt!==null?""+Rt:cr(tt),ht(De)){for(re=0;re<De.length;re++)if(""+De[re]===W){k.push(On);break}}else""+De===W&&k.push(On);else nn&&k.push(On);return k.push(sn),Vn(k,dn,tt),tt;case"textarea":k.push(Ft("textarea")),dn=De=_e=null;for(tt in W)if($.call(W,tt)&&(Rt=W[tt],Rt!=null))switch(tt){case"children":dn=Rt;break;case"value":_e=Rt;break;case"defaultValue":De=Rt;break;case"dangerouslySetInnerHTML":throw Error(i(91));default:zt(k,re,tt,Rt)}if(_e===null&&De!==null&&(_e=De),k.push(sn),dn!=null){if(_e!=null)throw Error(i(92));if(ht(dn)&&1<dn.length)throw Error(i(93));_e=""+dn}return typeof _e=="string"&&_e[0]===`
55
+ `&&k.push(Gn),_e!==null&&k.push(x(je(""+_e))),null;case"input":k.push(Ft("input")),Rt=dn=tt=_e=null;for(De in W)if($.call(W,De)&&(nn=W[De],nn!=null))switch(De){case"children":case"dangerouslySetInnerHTML":throw Error(i(399,"input"));case"defaultChecked":Rt=nn;break;case"defaultValue":tt=nn;break;case"checked":dn=nn;break;case"value":_e=nn;break;default:zt(k,re,De,nn)}return dn!==null?zt(k,re,"checked",dn):Rt!==null&&zt(k,re,"checked",Rt),_e!==null?zt(k,re,"value",_e):tt!==null&&zt(k,re,"value",tt),k.push(on),null;case"menuitem":k.push(Ft("menuitem"));for(var Ia in W)if($.call(W,Ia)&&(_e=W[Ia],_e!=null))switch(Ia){case"children":case"dangerouslySetInnerHTML":throw Error(i(400));default:zt(k,re,Ia,_e)}return k.push(sn),null;case"title":k.push(Ft("title")),_e=null;for(gr in W)if($.call(W,gr)&&(De=W[gr],De!=null))switch(gr){case"children":_e=De;break;case"dangerouslySetInnerHTML":throw Error(i(434));default:zt(k,re,gr,De)}return k.push(sn),_e;case"listing":case"pre":k.push(Ft(I)),De=_e=null;for(Rt in W)if($.call(W,Rt)&&(tt=W[Rt],tt!=null))switch(Rt){case"children":_e=tt;break;case"dangerouslySetInnerHTML":De=tt;break;default:zt(k,re,Rt,tt)}if(k.push(sn),De!=null){if(_e!=null)throw Error(i(60));if(typeof De!="object"||!("__html"in De))throw Error(i(61));W=De.__html,W!=null&&(typeof W=="string"&&0<W.length&&W[0]===`
56
+ `?k.push(Gn,x(W)):k.push(x(""+W)))}return typeof _e=="string"&&_e[0]===`
57
+ `&&k.push(Gn),_e;case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":k.push(Ft(I));for(var Ur in W)if($.call(W,Ur)&&(_e=W[Ur],_e!=null))switch(Ur){case"children":case"dangerouslySetInnerHTML":throw Error(i(399,I));default:zt(k,re,Ur,_e)}return k.push(on),null;case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return Nn(k,W,I,re);case"html":return be.insertionMode===0&&k.push(bt),Nn(k,W,I,re);default:if(I.indexOf("-")===-1&&typeof W.is!="string")return Nn(k,W,I,re);k.push(Ft(I)),De=_e=null;for(nn in W)if($.call(W,nn)&&(tt=W[nn],tt!=null))switch(nn){case"children":_e=tt;break;case"dangerouslySetInnerHTML":De=tt;break;case"style":lr(k,re,tt);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":break;default:le(nn)&&typeof tt!="function"&&typeof tt!="symbol"&&k.push(Dn,x(nn),sr,x(je(tt)),An)}return k.push(sn),Vn(k,De,_e),_e}}var tn=N("</"),ur=N(">"),Vt=N('<template id="'),ga=N('"></template>'),Br=N("<!--$-->"),vt=N('<!--$?--><template id="'),Bt=N('"></template>'),bn=N("<!--$!-->"),ar=N("<!--/$-->"),wn=N("<template"),Tr=N('"'),In=N(' data-dgst="');N(' data-msg="'),N(' data-stck="');var ya=N("></template>");function Mn(k,I,W){if(u(k,vt),W===null)throw Error(i(395));return u(k,W),g(k,Bt)}var Kn=N('<div hidden id="'),Xn=N('">'),Ut=N("</div>"),ka=N('<svg aria-hidden="true" style="display:none" id="'),Ra=N('">'),Va=N("</svg>"),xa=N('<math aria-hidden="true" style="display:none" id="'),Ni=N('">'),kr=N("</math>"),Nr=N('<table hidden id="'),di=N('">'),qi=N("</table>"),ni=N('<table hidden><tbody id="'),Cr=N('">'),Da=N("</tbody></table>"),Ka=N('<table hidden><tr id="'),_i=N('">'),fe=N("</tr></table>"),qe=N('<table hidden><colgroup id="'),mt=N('">'),Yt=N("</colgroup></table>");function hn(k,I,W,re){switch(W.insertionMode){case 0:case 1:return u(k,Kn),u(k,I.segmentPrefix),u(k,x(re.toString(16))),g(k,Xn);case 2:return u(k,ka),u(k,I.segmentPrefix),u(k,x(re.toString(16))),g(k,Ra);case 3:return u(k,xa),u(k,I.segmentPrefix),u(k,x(re.toString(16))),g(k,Ni);case 4:return u(k,Nr),u(k,I.segmentPrefix),u(k,x(re.toString(16))),g(k,di);case 5:return u(k,ni),u(k,I.segmentPrefix),u(k,x(re.toString(16))),g(k,Cr);case 6:return u(k,Ka),u(k,I.segmentPrefix),u(k,x(re.toString(16))),g(k,_i);case 7:return u(k,qe),u(k,I.segmentPrefix),u(k,x(re.toString(16))),g(k,mt);default:throw Error(i(397))}}function Fn(k,I){switch(I.insertionMode){case 0:case 1:return g(k,Ut);case 2:return g(k,Va);case 3:return g(k,kr);case 4:return g(k,qi);case 5:return g(k,Da);case 6:return g(k,fe);case 7:return g(k,Yt);default:throw Error(i(397))}}var en=N('function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("'),ft=N('$RS("'),zr=N('","'),ir=N('")<\/script>'),Ot=N('function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d)if(0===e)break;else e--;else"$"!==d&&"$?"!==d&&"$!"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data="$";a._reactRetry&&a._reactRetry()}};$RC("'),_r=N('$RC("'),Sa=N('","'),ri=N('")<\/script>'),Sn=N('function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())};$RX("'),fr=N('$RX("'),ua=N('"'),mn=N(")<\/script>"),Ir=N(","),so=/[<\u2028\u2029]/g;function pi(k){return JSON.stringify(k).replace(so,function(I){switch(I){case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw Error("escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}})}var Yr=Object.assign,Pr=Symbol.for("react.element"),bi=Symbol.for("react.portal"),sa=Symbol.for("react.fragment"),Bo=Symbol.for("react.strict_mode"),Tl=Symbol.for("react.profiler"),kl=Symbol.for("react.provider"),Li=Symbol.for("react.context"),hi=Symbol.for("react.forward_ref"),vi=Symbol.for("react.suspense"),Aa=Symbol.for("react.suspense_list"),T=Symbol.for("react.memo"),z=Symbol.for("react.lazy"),G=Symbol.for("react.scope"),ne=Symbol.for("react.debug_trace_mode"),Te=Symbol.for("react.legacy_hidden"),ye=Symbol.for("react.default_value"),Ue=Symbol.iterator;function at(k){if(k==null)return null;if(typeof k=="function")return k.displayName||k.name||null;if(typeof k=="string")return k;switch(k){case sa:return"Fragment";case bi:return"Portal";case Tl:return"Profiler";case Bo:return"StrictMode";case vi:return"Suspense";case Aa:return"SuspenseList"}if(typeof k=="object")switch(k.$$typeof){case Li:return(k.displayName||"Context")+".Consumer";case kl:return(k._context.displayName||"Context")+".Provider";case hi:var I=k.render;return k=k.displayName,k||(k=I.displayName||I.name||"",k=k!==""?"ForwardRef("+k+")":"ForwardRef"),k;case T:return I=k.displayName||null,I!==null?I:at(k.type)||"Memo";case z:I=k._payload,k=k._init;try{return at(k(I))}catch{}}return null}var dt={};function St(k,I){if(k=k.contextTypes,!k)return dt;var W={},re;for(re in k)W[re]=I[re];return W}var Gt=null;function qn(k,I){if(k!==I){k.context._currentValue=k.parentValue,k=k.parent;var W=I.parent;if(k===null){if(W!==null)throw Error(i(401))}else{if(W===null)throw Error(i(401));qn(k,W)}I.context._currentValue=I.value}}function ln(k){k.context._currentValue=k.parentValue,k=k.parent,k!==null&&ln(k)}function Gr(k){var I=k.parent;I!==null&&Gr(I),k.context._currentValue=k.value}function aa(k,I){if(k.context._currentValue=k.parentValue,k=k.parent,k===null)throw Error(i(402));k.depth===I.depth?qn(k,I):aa(k,I)}function un(k,I){var W=I.parent;if(W===null)throw Error(i(402));k.depth===W.depth?qn(k,W):un(k,W),I.context._currentValue=I.value}function Ea(k){var I=Gt;I!==k&&(I===null?Gr(k):k===null?ln(I):I.depth===k.depth?qn(I,k):I.depth>k.depth?aa(I,k):un(I,k),Gt=k)}var Lr={isMounted:function(){return!1},enqueueSetState:function(k,I){k=k._reactInternals,k.queue!==null&&k.queue.push(I)},enqueueReplaceState:function(k,I){k=k._reactInternals,k.replace=!0,k.queue=[I]},enqueueForceUpdate:function(){}};function ia(k,I,W,re){var be=k.state!==void 0?k.state:null;k.updater=Lr,k.props=W,k.state=be;var _e={queue:[],replace:!1};k._reactInternals=_e;var De=I.contextType;if(k.context=typeof De=="object"&&De!==null?De._currentValue:re,De=I.getDerivedStateFromProps,typeof De=="function"&&(De=De(W,be),be=De==null?be:Yr({},be,De),k.state=be),typeof I.getDerivedStateFromProps!="function"&&typeof k.getSnapshotBeforeUpdate!="function"&&(typeof k.UNSAFE_componentWillMount=="function"||typeof k.componentWillMount=="function"))if(I=k.state,typeof k.componentWillMount=="function"&&k.componentWillMount(),typeof k.UNSAFE_componentWillMount=="function"&&k.UNSAFE_componentWillMount(),I!==k.state&&Lr.enqueueReplaceState(k,k.state,null),_e.queue!==null&&0<_e.queue.length)if(I=_e.queue,De=_e.replace,_e.queue=null,_e.replace=!1,De&&I.length===1)k.state=I[0];else{for(_e=De?I[0]:k.state,be=!0,De=De?1:0;De<I.length;De++){var tt=I[De];tt=typeof tt=="function"?tt.call(k,_e,W,re):tt,tt!=null&&(be?(be=!1,_e=Yr({},_e,tt)):Yr(_e,tt))}k.state=_e}else _e.queue=null}var Ta={id:1,overflow:""};function Wa(k,I,W){var re=k.id;k=k.overflow;var be=32-br(re)-1;re&=~(1<<be),W+=1;var _e=32-br(I)+be;if(30<_e){var De=be-be%5;return _e=(re&(1<<De)-1).toString(32),re>>=De,be-=De,{id:1<<32-br(I)+be|W<<be|re,overflow:_e+k}}return{id:1<<_e|W<<be|re,overflow:k}}var br=Math.clz32?Math.clz32:za,mr=Math.log,No=Math.LN2;function za(k){return k>>>=0,k===0?32:31-(mr(k)/No|0)|0}function ca(k,I){return k===I&&(k!==0||1/k===1/I)||k!==k&&I!==I}var dr=typeof Object.is=="function"?Object.is:ca,zi=null,xi=null,rl=null,pr=null,mi=!1,xr=!1,Oa=0,wa=null,Qi=0;function Ti(){if(zi===null)throw Error(i(321));return zi}function Ya(){if(0<Qi)throw Error(i(312));return{memoizedState:null,queue:null,next:null}}function co(){return pr===null?rl===null?(mi=!1,rl=pr=Ya()):(mi=!0,pr=rl):pr.next===null?(mi=!1,pr=pr.next=Ya()):(mi=!0,pr=pr.next),pr}function al(){xi=zi=null,xr=!1,rl=null,Qi=0,pr=wa=null}function Cu(k,I){return typeof I=="function"?I(k):I}function Ji(k,I,W){if(zi=Ti(),pr=co(),mi){var re=pr.queue;if(I=re.dispatch,wa!==null&&(W=wa.get(re),W!==void 0)){wa.delete(re),re=pr.memoizedState;do re=k(re,W.action),W=W.next;while(W!==null);return pr.memoizedState=re,[re,I]}return[pr.memoizedState,I]}return k=k===Cu?typeof I=="function"?I():I:W!==void 0?W(I):I,pr.memoizedState=k,k=pr.queue={last:null,dispatch:null},k=k.dispatch=Vl.bind(null,zi,k),[pr.memoizedState,k]}function Lo(k,I){if(zi=Ti(),pr=co(),I=I===void 0?null:I,pr!==null){var W=pr.memoizedState;if(W!==null&&I!==null){var re=W[1];e:if(re===null)re=!1;else{for(var be=0;be<re.length&&be<I.length;be++)if(!dr(I[be],re[be])){re=!1;break e}re=!0}if(re)return W[0]}}return k=k(),pr.memoizedState=[k,I],k}function Vl(k,I,W){if(25<=Qi)throw Error(i(301));if(k===zi)if(xr=!0,k={action:W,next:null},wa===null&&(wa=new Map),W=wa.get(I),W===void 0)wa.set(I,k);else{for(I=W;I.next!==null;)I=I.next;I.next=k}}function _u(){throw Error(i(394))}function fo(){}var po={readContext:function(k){return k._currentValue},useContext:function(k){return Ti(),k._currentValue},useMemo:Lo,useReducer:Ji,useRef:function(k){zi=Ti(),pr=co();var I=pr.memoizedState;return I===null?(k={current:k},pr.memoizedState=k):I},useState:function(k){return Ji(Cu,k)},useInsertionEffect:fo,useLayoutEffect:function(){},useCallback:function(k,I){return Lo(function(){return k},I)},useImperativeHandle:fo,useEffect:fo,useDebugValue:fo,useDeferredValue:function(k){return Ti(),k},useTransition:function(){return Ti(),[!1,_u]},useId:function(){var k=xi.treeContext,I=k.overflow;k=k.id,k=(k&~(1<<32-br(k)-1)).toString(32)+I;var W=Kl;if(W===null)throw Error(i(404));return I=Oa++,k=":"+W.idPrefix+"R"+k,0<I&&(k+="H"+I.toString(32)),k+":"},useMutableSource:function(k,I){return Ti(),I(k._source)},useSyncExternalStore:function(k,I,W){if(W===void 0)throw Error(i(407));return W()}},Kl=null,Ma=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentDispatcher;function gi(k){return console.error(k),null}function Ii(){}function ho(k,I,W,re,be,_e,De,tt,Rt){var nn=[],dn=new Set;return I={destination:null,responseState:I,progressiveChunkSize:re===void 0?12800:re,status:0,fatalError:null,nextSegmentId:0,allPendingTasks:0,pendingRootTasks:0,completedRootSegment:null,abortableTasks:dn,pingedTasks:nn,clientRenderedBoundaries:[],completedBoundaries:[],partialBoundaries:[],onError:be===void 0?gi:be,onAllReady:_e===void 0?Ii:_e,onShellReady:De===void 0?Ii:De,onShellError:tt===void 0?Ii:tt,onFatalError:Rt===void 0?Ii:Rt},W=Zn(I,0,null,W,!1,!1),W.parentFlushed=!0,k=Rl(I,k,null,W,dn,dt,null,Ta),nn.push(k),I}function Rl(k,I,W,re,be,_e,De,tt){k.allPendingTasks++,W===null?k.pendingRootTasks++:W.pendingTasks++;var Rt={node:I,ping:function(){var nn=k.pingedTasks;nn.push(Rt),nn.length===1&&Rr(k)},blockedBoundary:W,blockedSegment:re,abortSet:be,legacyContext:_e,context:De,treeContext:tt};return be.add(Rt),Rt}function Zn(k,I,W,re,be,_e){return{status:0,id:-1,index:I,parentFlushed:!1,chunks:[],children:[],formatContext:re,boundary:W,lastPushedText:be,textEmbedded:_e}}function vo(k,I){if(k=k.onError(I),k!=null&&typeof k!="string")throw Error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "'+typeof k+'" instead');return k}function mo(k,I){var W=k.onShellError;W(I),W=k.onFatalError,W(I),k.destination!==null?(k.status=2,q(k.destination,I)):(k.status=1,k.fatalError=I)}function fa(k,I,W,re,be){for(zi={},xi=I,Oa=0,k=W(re,be);xr;)xr=!1,Oa=0,Qi+=1,pr=null,k=W(re,be);return al(),k}function Ga(k,I,W,re){var be=W.render(),_e=re.childContextTypes;if(_e!=null){var De=I.legacyContext;if(typeof W.getChildContext!="function")re=De;else{W=W.getChildContext();for(var tt in W)if(!(tt in _e))throw Error(i(108,at(re)||"Unknown",tt));re=Yr({},De,W)}I.legacyContext=re,ai(k,I,be),I.legacyContext=De}else ai(k,I,be)}function Wl(k,I){if(k&&k.defaultProps){I=Yr({},I),k=k.defaultProps;for(var W in k)I[W]===void 0&&(I[W]=k[W]);return I}return I}function Dl(k,I,W,re,be){if(typeof W=="function")if(W.prototype&&W.prototype.isReactComponent){be=St(W,I.legacyContext);var _e=W.contextType;_e=new W(re,typeof _e=="object"&&_e!==null?_e._currentValue:be),ia(_e,W,re,be),Ga(k,I,_e,W)}else{_e=St(W,I.legacyContext),be=fa(k,I,W,re,_e);var De=Oa!==0;if(typeof be=="object"&&be!==null&&typeof be.render=="function"&&be.$$typeof===void 0)ia(be,W,re,_e),Ga(k,I,be,W);else if(De){re=I.treeContext,I.treeContext=Wa(re,1,0);try{ai(k,I,be)}finally{I.treeContext=re}}else ai(k,I,be)}else if(typeof W=="string"){switch(be=I.blockedSegment,_e=Rn(be.chunks,W,re,k.responseState,be.formatContext),be.lastPushedText=!1,De=be.formatContext,be.formatContext=lt(De,W,re),Qr(k,I,_e),be.formatContext=De,W){case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"input":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":break;default:be.chunks.push(tn,x(W),ur)}be.lastPushedText=!1}else{switch(W){case Te:case ne:case Bo:case Tl:case sa:ai(k,I,re.children);return;case Aa:ai(k,I,re.children);return;case G:throw Error(i(343));case vi:e:{W=I.blockedBoundary,be=I.blockedSegment,_e=re.fallback,re=re.children,De=new Set;var tt={id:null,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,forceClientRender:!1,completedSegments:[],byteSize:0,fallbackAbortableTasks:De,errorDigest:null},Rt=Zn(k,be.chunks.length,tt,be.formatContext,!1,!1);be.children.push(Rt),be.lastPushedText=!1;var nn=Zn(k,0,null,be.formatContext,!1,!1);nn.parentFlushed=!0,I.blockedBoundary=tt,I.blockedSegment=nn;try{if(Qr(k,I,re),nn.lastPushedText&&nn.textEmbedded&&nn.chunks.push(Et),nn.status=1,bu(tt,nn),tt.pendingTasks===0)break e}catch(dn){nn.status=4,tt.forceClientRender=!0,tt.errorDigest=vo(k,dn)}finally{I.blockedBoundary=W,I.blockedSegment=be}I=Rl(k,_e,W,Rt,De,I.legacyContext,I.context,I.treeContext),k.pingedTasks.push(I)}return}if(typeof W=="object"&&W!==null)switch(W.$$typeof){case hi:if(re=fa(k,I,W.render,re,be),Oa!==0){W=I.treeContext,I.treeContext=Wa(W,1,0);try{ai(k,I,re)}finally{I.treeContext=W}}else ai(k,I,re);return;case T:W=W.type,re=Wl(W,re),Dl(k,I,W,re,be);return;case kl:if(be=re.children,W=W._context,re=re.value,_e=W._currentValue,W._currentValue=re,De=Gt,Gt=re={parent:De,depth:De===null?0:De.depth+1,context:W,parentValue:_e,value:re},I.context=re,ai(k,I,be),k=Gt,k===null)throw Error(i(403));re=k.parentValue,k.context._currentValue=re===ye?k.context._defaultValue:re,k=Gt=k.parent,I.context=k;return;case Li:re=re.children,re=re(W._currentValue),ai(k,I,re);return;case z:be=W._init,W=be(W._payload),re=Wl(W,re),Dl(k,I,W,re,void 0);return}throw Error(i(130,W==null?W:typeof W,""))}}function ai(k,I,W){if(I.node=W,typeof W=="object"&&W!==null){switch(W.$$typeof){case Pr:Dl(k,I,W.type,W.props,W.ref);return;case bi:throw Error(i(257));case z:var re=W._init;W=re(W._payload),ai(k,I,W);return}if(ht(W)){oa(k,I,W);return}if(W===null||typeof W!="object"?re=null:(re=Ue&&W[Ue]||W["@@iterator"],re=typeof re=="function"?re:null),re&&(re=re.call(W))){if(W=re.next(),!W.done){var be=[];do be.push(W.value),W=re.next();while(!W.done);oa(k,I,be)}return}throw k=Object.prototype.toString.call(W),Error(i(31,k==="[object Object]"?"object with keys {"+Object.keys(W).join(", ")+"}":k))}typeof W=="string"?(re=I.blockedSegment,re.lastPushedText=tr(I.blockedSegment.chunks,W,k.responseState,re.lastPushedText)):typeof W=="number"&&(re=I.blockedSegment,re.lastPushedText=tr(I.blockedSegment.chunks,""+W,k.responseState,re.lastPushedText))}function oa(k,I,W){for(var re=W.length,be=0;be<re;be++){var _e=I.treeContext;I.treeContext=Wa(_e,re,be);try{Qr(k,I,W[be])}finally{I.treeContext=_e}}}function Qr(k,I,W){var re=I.blockedSegment.formatContext,be=I.legacyContext,_e=I.context;try{return ai(k,I,W)}catch(Rt){if(al(),typeof Rt=="object"&&Rt!==null&&typeof Rt.then=="function"){W=Rt;var De=I.blockedSegment,tt=Zn(k,De.chunks.length,null,De.formatContext,De.lastPushedText,!0);De.children.push(tt),De.lastPushedText=!1,k=Rl(k,I.node,I.blockedBoundary,tt,I.abortSet,I.legacyContext,I.context,I.treeContext).ping,W.then(k,k),I.blockedSegment.formatContext=re,I.legacyContext=be,I.context=_e,Ea(_e)}else throw I.blockedSegment.formatContext=re,I.legacyContext=be,I.context=_e,Ea(_e),Rt}}function Yl(k){var I=k.blockedBoundary;k=k.blockedSegment,k.status=3,Ts(this,I,k)}function ts(k,I,W){var re=k.blockedBoundary;k.blockedSegment.status=3,re===null?(I.allPendingTasks--,I.status!==2&&(I.status=2,I.destination!==null&&I.destination.close())):(re.pendingTasks--,re.forceClientRender||(re.forceClientRender=!0,k=W===void 0?Error(i(432)):W,re.errorDigest=I.onError(k),re.parentFlushed&&I.clientRenderedBoundaries.push(re)),re.fallbackAbortableTasks.forEach(function(be){return ts(be,I,W)}),re.fallbackAbortableTasks.clear(),I.allPendingTasks--,I.allPendingTasks===0&&(re=I.onAllReady,re()))}function bu(k,I){if(I.chunks.length===0&&I.children.length===1&&I.children[0].boundary===null){var W=I.children[0];W.id=I.id,W.parentFlushed=!0,W.status===1&&bu(k,W)}else k.completedSegments.push(I)}function Ts(k,I,W){if(I===null){if(W.parentFlushed){if(k.completedRootSegment!==null)throw Error(i(389));k.completedRootSegment=W}k.pendingRootTasks--,k.pendingRootTasks===0&&(k.onShellError=Ii,I=k.onShellReady,I())}else I.pendingTasks--,I.forceClientRender||(I.pendingTasks===0?(W.parentFlushed&&W.status===1&&bu(I,W),I.parentFlushed&&k.completedBoundaries.push(I),I.fallbackAbortableTasks.forEach(Yl,k),I.fallbackAbortableTasks.clear()):W.parentFlushed&&W.status===1&&(bu(I,W),I.completedSegments.length===1&&I.parentFlushed&&k.partialBoundaries.push(I)));k.allPendingTasks--,k.allPendingTasks===0&&(k=k.onAllReady,k())}function Rr(k){if(k.status!==2){var I=Gt,W=Ma.current;Ma.current=po;var re=Kl;Kl=k.responseState;try{var be=k.pingedTasks,_e;for(_e=0;_e<be.length;_e++){var De=be[_e],tt=k,Rt=De.blockedSegment;if(Rt.status===0){Ea(De.context);try{ai(tt,De,De.node),Rt.lastPushedText&&Rt.textEmbedded&&Rt.chunks.push(Et),De.abortSet.delete(De),Rt.status=1,Ts(tt,De.blockedBoundary,Rt)}catch(Dr){if(al(),typeof Dr=="object"&&Dr!==null&&typeof Dr.then=="function"){var nn=De.ping;Dr.then(nn,nn)}else{De.abortSet.delete(De),Rt.status=4;var dn=De.blockedBoundary,gr=Dr,Ia=vo(tt,gr);if(dn===null?mo(tt,gr):(dn.pendingTasks--,dn.forceClientRender||(dn.forceClientRender=!0,dn.errorDigest=Ia,dn.parentFlushed&&tt.clientRenderedBoundaries.push(dn))),tt.allPendingTasks--,tt.allPendingTasks===0){var Ur=tt.onAllReady;Ur()}}}finally{}}}be.splice(0,_e),k.destination!==null&&ki(k,k.destination)}catch(Dr){vo(k,Dr),mo(k,Dr)}finally{Kl=re,Ma.current=W,W===po&&Ea(I)}}}function zo(k,I,W){switch(W.parentFlushed=!0,W.status){case 0:var re=W.id=k.nextSegmentId++;return W.lastPushedText=!1,W.textEmbedded=!1,k=k.responseState,u(I,Vt),u(I,k.placeholderPrefix),k=x(re.toString(16)),u(I,k),g(I,ga);case 1:W.status=2;var be=!0;re=W.chunks;var _e=0;W=W.children;for(var De=0;De<W.length;De++){for(be=W[De];_e<be.index;_e++)u(I,re[_e]);be=Al(k,I,be)}for(;_e<re.length-1;_e++)u(I,re[_e]);return _e<re.length&&(be=g(I,re[_e])),be;default:throw Error(i(390))}}function Al(k,I,W){var re=W.boundary;if(re===null)return zo(k,I,W);if(re.parentFlushed=!0,re.forceClientRender)re=re.errorDigest,g(I,bn),u(I,wn),re&&(u(I,In),u(I,x(je(re))),u(I,Tr)),g(I,ya),zo(k,I,W);else if(0<re.pendingTasks){re.rootSegmentID=k.nextSegmentId++,0<re.completedSegments.length&&k.partialBoundaries.push(re);var be=k.responseState,_e=be.nextSuspenseID++;be=N(be.boundaryPrefix+_e.toString(16)),re=re.id=be,Mn(I,k.responseState,re),zo(k,I,W)}else if(re.byteSize>k.progressiveChunkSize)re.rootSegmentID=k.nextSegmentId++,k.completedBoundaries.push(re),Mn(I,k.responseState,re.id),zo(k,I,W);else{if(g(I,Br),W=re.completedSegments,W.length!==1)throw Error(i(391));Al(k,I,W[0])}return g(I,ar)}function Xa(k,I,W){return hn(I,k.responseState,W.formatContext,W.id),Al(k,I,W),Fn(I,W.formatContext)}function Gl(k,I,W){for(var re=W.completedSegments,be=0;be<re.length;be++)Xl(k,I,W,re[be]);if(re.length=0,k=k.responseState,re=W.id,W=W.rootSegmentID,u(I,k.startInlineScript),k.sentCompleteBoundaryFunction?u(I,_r):(k.sentCompleteBoundaryFunction=!0,u(I,Ot)),re===null)throw Error(i(395));return W=x(W.toString(16)),u(I,re),u(I,Sa),u(I,k.segmentPrefix),u(I,W),g(I,ri)}function Xl(k,I,W,re){if(re.status===2)return!0;var be=re.id;if(be===-1){if((re.id=W.rootSegmentID)===-1)throw Error(i(392));return Xa(k,I,re)}return Xa(k,I,re),k=k.responseState,u(I,k.startInlineScript),k.sentCompleteSegmentFunction?u(I,ft):(k.sentCompleteSegmentFunction=!0,u(I,en)),u(I,k.segmentPrefix),be=x(be.toString(16)),u(I,be),u(I,zr),u(I,k.placeholderPrefix),u(I,be),g(I,ir)}function ki(k,I){l=new Uint8Array(512),c=0;try{var W=k.completedRootSegment;if(W!==null&&k.pendingRootTasks===0){Al(k,I,W),k.completedRootSegment=null;var re=k.responseState.bootstrapChunks;for(W=0;W<re.length-1;W++)u(I,re[W]);W<re.length&&g(I,re[W])}var be=k.clientRenderedBoundaries,_e;for(_e=0;_e<be.length;_e++){var De=be[_e];re=I;var tt=k.responseState,Rt=De.id,nn=De.errorDigest,dn=De.errorMessage,gr=De.errorComponentStack;if(u(re,tt.startInlineScript),tt.sentClientRenderFunction?u(re,fr):(tt.sentClientRenderFunction=!0,u(re,Sn)),Rt===null)throw Error(i(395));u(re,Rt),u(re,ua),(nn||dn||gr)&&(u(re,Ir),u(re,x(pi(nn||"")))),(dn||gr)&&(u(re,Ir),u(re,x(pi(dn||"")))),gr&&(u(re,Ir),u(re,x(pi(gr)))),g(re,mn)}be.splice(0,_e);var Ia=k.completedBoundaries;for(_e=0;_e<Ia.length;_e++)Gl(k,I,Ia[_e]);Ia.splice(0,_e),S(I),l=new Uint8Array(512),c=0;var Ur=k.partialBoundaries;for(_e=0;_e<Ur.length;_e++){var Dr=Ur[_e];e:{be=k,De=I;var Io=Dr.completedSegments;for(tt=0;tt<Io.length;tt++)if(!Xl(be,De,Dr,Io[tt])){tt++,Io.splice(0,tt);var ql=!1;break e}Io.splice(0,tt),ql=!0}if(!ql){k.destination=null,_e++,Ur.splice(0,_e);return}}Ur.splice(0,_e);var Po=k.completedBoundaries;for(_e=0;_e<Po.length;_e++)Gl(k,I,Po[_e]);Po.splice(0,_e)}finally{S(I),k.allPendingTasks===0&&k.pingedTasks.length===0&&k.clientRenderedBoundaries.length===0&&k.completedBoundaries.length===0&&I.close()}}function xu(k,I){try{var W=k.abortableTasks;W.forEach(function(re){return ts(re,k,I)}),W.clear(),k.destination!==null&&ki(k,k.destination)}catch(re){vo(k,re),mo(k,re)}}return cm.renderToReadableStream=function(k,I){return new Promise(function(W,re){var be,_e,De=new Promise(function(dn,gr){_e=dn,be=gr}),tt=ho(k,$e(I?I.identifierPrefix:void 0,I?I.nonce:void 0,I?I.bootstrapScriptContent:void 0,I?I.bootstrapScripts:void 0,I?I.bootstrapModules:void 0),Ye(I?I.namespaceURI:void 0),I?I.progressiveChunkSize:void 0,I?I.onError:void 0,_e,function(){var dn=new ReadableStream({type:"bytes",pull:function(gr){if(tt.status===1)tt.status=2,q(gr,tt.fatalError);else if(tt.status!==2&&tt.destination===null){tt.destination=gr;try{ki(tt,gr)}catch(Ia){vo(tt,Ia),mo(tt,Ia)}}},cancel:function(){xu(tt)}},{highWaterMark:0});dn.allReady=De,W(dn)},function(dn){De.catch(function(){}),re(dn)},be);if(I&&I.signal){var Rt=I.signal,nn=function(){xu(tt,Rt.reason),Rt.removeEventListener("abort",nn)};Rt.addEventListener("abort",nn)}Rr(tt)})},cm.version="18.2.0",cm}var hp={};/**
58
+ * @license React
59
+ * react-dom-server-legacy.browser.development.js
60
+ *
61
+ * Copyright (c) Facebook, Inc. and its affiliates.
62
+ *
63
+ * This source code is licensed under the MIT license found in the
64
+ * LICENSE file in the root directory of this source tree.
65
+ */var N6;function N_(){return N6||(N6=1,process.env.NODE_ENV!=="production"&&function(){var o=Qn.default,i="18.2.0",l=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function c(h){{for(var E=arguments.length,R=new Array(E>1?E-1:0),L=1;L<E;L++)R[L-1]=arguments[L];g("warn",h,R)}}function u(h){{for(var E=arguments.length,R=new Array(E>1?E-1:0),L=1;L<E;L++)R[L-1]=arguments[L];g("error",h,R)}}function g(h,E,R){{var L=l.ReactDebugCurrentFrame,Y=L.getStackAddendum();Y!==""&&(E+="%s",R=R.concat([Y]));var ae=R.map(function(de){return String(de)});ae.unshift("Warning: "+E),Function.prototype.apply.call(console[h],console,ae)}}function S(h){h()}function A(h){}function x(h,E){N(h,E)}function N(h,E){return h.push(E)}function q(h){}function $(h){h.push(null)}function K(h){return h}function J(h){return h}function te(h,E){h.destroy(E)}function le(h){{var E=typeof Symbol=="function"&&Symbol.toStringTag,R=E&&h[Symbol.toStringTag]||h.constructor.name||"Object";return R}}function ie(h){try{return oe(h),!1}catch{return!0}}function oe(h){return""+h}function Ce(h,E){if(ie(h))return u("The provided `%s` attribute is an unsupported type %s. This value must be coerced to a string before before using it here.",E,le(h)),oe(h)}function Se(h,E){if(ie(h))return u("The provided `%s` CSS property is an unsupported type %s. This value must be coerced to a string before before using it here.",E,le(h)),oe(h)}function we(h){if(ie(h))return u("The provided HTML markup uses a value of unsupported type %s. This value must be coerced to a string before before using it here.",le(h)),oe(h)}var Be=Object.prototype.hasOwnProperty,nt=0,je=1,ct=2,Xe=3,ht=4,Ze=5,ut=6,He=":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",rt=He+"\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040",Xt=new RegExp("^["+He+"]["+rt+"]*$"),kt={},Lt={};function $e(h){return Be.call(Lt,h)?!0:Be.call(kt,h)?!1:Xt.test(h)?(Lt[h]=!0,!0):(kt[h]=!0,u("Invalid attribute name: `%s`",h),!1)}function et(h,E,R,L){if(R!==null&&R.type===nt)return!1;switch(typeof E){case"function":case"symbol":return!0;case"boolean":{if(L)return!1;if(R!==null)return!R.acceptsBooleans;var Y=h.toLowerCase().slice(0,5);return Y!=="data-"&&Y!=="aria-"}default:return!1}}function Ye(h){return Et.hasOwnProperty(h)?Et[h]:null}function lt(h,E,R,L,Y,ae,de){this.acceptsBooleans=E===ct||E===Xe||E===ht,this.attributeName=L,this.attributeNamespace=Y,this.mustUseProperty=R,this.propertyName=h,this.type=E,this.sanitizeURL=ae,this.removeEmptyString=de}var Et={},tr=["children","dangerouslySetInnerHTML","defaultValue","defaultChecked","innerHTML","suppressContentEditableWarning","suppressHydrationWarning","style"];tr.forEach(function(h){Et[h]=new lt(h,nt,!1,h,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(h){var E=h[0],R=h[1];Et[E]=new lt(E,je,!1,R,null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(h){Et[h]=new lt(h,ct,!1,h.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(h){Et[h]=new lt(h,ct,!1,h,null,!1,!1)}),["allowFullScreen","async","autoFocus","autoPlay","controls","default","defer","disabled","disablePictureInPicture","disableRemotePlayback","formNoValidate","hidden","loop","noModule","noValidate","open","playsInline","readOnly","required","reversed","scoped","seamless","itemScope"].forEach(function(h){Et[h]=new lt(h,Xe,!1,h.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(h){Et[h]=new lt(h,Xe,!0,h,null,!1,!1)}),["capture","download"].forEach(function(h){Et[h]=new lt(h,ht,!1,h,null,!1,!1)}),["cols","rows","size","span"].forEach(function(h){Et[h]=new lt(h,ut,!1,h,null,!1,!1)}),["rowSpan","start"].forEach(function(h){Et[h]=new lt(h,Ze,!1,h.toLowerCase(),null,!1,!1)});var Jn=/[\-\:]([a-z])/g,Dt=function(h){return h[1].toUpperCase()};["accent-height","alignment-baseline","arabic-form","baseline-shift","cap-height","clip-path","clip-rule","color-interpolation","color-interpolation-filters","color-profile","color-rendering","dominant-baseline","enable-background","fill-opacity","fill-rule","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","glyph-name","glyph-orientation-horizontal","glyph-orientation-vertical","horiz-adv-x","horiz-origin-x","image-rendering","letter-spacing","lighting-color","marker-end","marker-mid","marker-start","overline-position","overline-thickness","paint-order","panose-1","pointer-events","rendering-intent","shape-rendering","stop-color","stop-opacity","strikethrough-position","strikethrough-thickness","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-anchor","text-decoration","text-rendering","underline-position","underline-thickness","unicode-bidi","unicode-range","units-per-em","v-alphabetic","v-hanging","v-ideographic","v-mathematical","vector-effect","vert-adv-y","vert-origin-x","vert-origin-y","word-spacing","writing-mode","xmlns:xlink","x-height"].forEach(function(h){var E=h.replace(Jn,Dt);Et[E]=new lt(E,je,!1,h,null,!1,!1)}),["xlink:actuate","xlink:arcrole","xlink:role","xlink:show","xlink:title","xlink:type"].forEach(function(h){var E=h.replace(Jn,Dt);Et[E]=new lt(E,je,!1,h,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(h){var E=h.replace(Jn,Dt);Et[E]=new lt(E,je,!1,h,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(h){Et[h]=new lt(h,je,!1,h.toLowerCase(),null,!1,!1)});var wt="xlinkHref";Et[wt]=new lt("xlinkHref",je,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(h){Et[h]=new lt(h,je,!1,h.toLowerCase(),null,!0,!0)});var zn={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0};function lr(h,E){return h+E.charAt(0).toUpperCase()+E.substring(1)}var Dn=["Webkit","ms","Moz","O"];Object.keys(zn).forEach(function(h){Dn.forEach(function(E){zn[lr(E,h)]=zn[h]})});var sr={button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0};function An(h,E){sr[E.type]||E.onChange||E.onInput||E.readOnly||E.disabled||E.value==null||u("You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`."),E.onChange||E.readOnly||E.disabled||E.checked==null||u("You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`.")}function wr(h,E){if(h.indexOf("-")===-1)return typeof E.is=="string";switch(h){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var zt={"aria-current":0,"aria-description":0,"aria-details":0,"aria-disabled":0,"aria-hidden":0,"aria-invalid":0,"aria-keyshortcuts":0,"aria-label":0,"aria-roledescription":0,"aria-autocomplete":0,"aria-checked":0,"aria-expanded":0,"aria-haspopup":0,"aria-level":0,"aria-modal":0,"aria-multiline":0,"aria-multiselectable":0,"aria-orientation":0,"aria-placeholder":0,"aria-pressed":0,"aria-readonly":0,"aria-required":0,"aria-selected":0,"aria-sort":0,"aria-valuemax":0,"aria-valuemin":0,"aria-valuenow":0,"aria-valuetext":0,"aria-atomic":0,"aria-busy":0,"aria-live":0,"aria-relevant":0,"aria-dropeffect":0,"aria-grabbed":0,"aria-activedescendant":0,"aria-colcount":0,"aria-colindex":0,"aria-colspan":0,"aria-controls":0,"aria-describedby":0,"aria-errormessage":0,"aria-flowto":0,"aria-labelledby":0,"aria-owns":0,"aria-posinset":0,"aria-rowcount":0,"aria-rowindex":0,"aria-rowspan":0,"aria-setsize":0},sn={},on=new RegExp("^(aria)-["+rt+"]*$"),Vn=new RegExp("^(aria)[A-Z]["+rt+"]*$");function cr(h,E){{if(Be.call(sn,E)&&sn[E])return!0;if(Vn.test(E)){var R="aria-"+E.slice(4).toLowerCase(),L=zt.hasOwnProperty(R)?R:null;if(L==null)return u("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",E),sn[E]=!0,!0;if(E!==L)return u("Invalid ARIA attribute `%s`. Did you mean `%s`?",E,L),sn[E]=!0,!0}if(on.test(E)){var Y=E.toLowerCase(),ae=zt.hasOwnProperty(Y)?Y:null;if(ae==null)return sn[E]=!0,!1;if(E!==ae)return u("Unknown ARIA attribute `%s`. Did you mean `%s`?",E,ae),sn[E]=!0,!0}}return!0}function On(h,E){{var R=[];for(var L in E){var Y=cr(h,L);Y||R.push(L)}var ae=R.map(function(de){return"`"+de+"`"}).join(", ");R.length===1?u("Invalid aria prop %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",ae,h):R.length>1&&u("Invalid aria props %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",ae,h)}}function Nn(h,E){wr(h,E)||On(h,E)}var Gn=!1;function nr(h,E){{if(h!=="input"&&h!=="textarea"&&h!=="select")return;E!=null&&E.value===null&&!Gn&&(Gn=!0,h==="select"&&E.multiple?u("`value` prop on `%s` should not be null. Consider using an empty array when `multiple` is set to `true` to clear the component or `undefined` for uncontrolled components.",h):u("`value` prop on `%s` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.",h))}}var At={accept:"accept",acceptcharset:"acceptCharset","accept-charset":"acceptCharset",accesskey:"accessKey",action:"action",allowfullscreen:"allowFullScreen",alt:"alt",as:"as",async:"async",autocapitalize:"autoCapitalize",autocomplete:"autoComplete",autocorrect:"autoCorrect",autofocus:"autoFocus",autoplay:"autoPlay",autosave:"autoSave",capture:"capture",cellpadding:"cellPadding",cellspacing:"cellSpacing",challenge:"challenge",charset:"charSet",checked:"checked",children:"children",cite:"cite",class:"className",classid:"classID",classname:"className",cols:"cols",colspan:"colSpan",content:"content",contenteditable:"contentEditable",contextmenu:"contextMenu",controls:"controls",controlslist:"controlsList",coords:"coords",crossorigin:"crossOrigin",dangerouslysetinnerhtml:"dangerouslySetInnerHTML",data:"data",datetime:"dateTime",default:"default",defaultchecked:"defaultChecked",defaultvalue:"defaultValue",defer:"defer",dir:"dir",disabled:"disabled",disablepictureinpicture:"disablePictureInPicture",disableremoteplayback:"disableRemotePlayback",download:"download",draggable:"draggable",enctype:"encType",enterkeyhint:"enterKeyHint",for:"htmlFor",form:"form",formmethod:"formMethod",formaction:"formAction",formenctype:"formEncType",formnovalidate:"formNoValidate",formtarget:"formTarget",frameborder:"frameBorder",headers:"headers",height:"height",hidden:"hidden",high:"high",href:"href",hreflang:"hrefLang",htmlfor:"htmlFor",httpequiv:"httpEquiv","http-equiv":"httpEquiv",icon:"icon",id:"id",imagesizes:"imageSizes",imagesrcset:"imageSrcSet",innerhtml:"innerHTML",inputmode:"inputMode",integrity:"integrity",is:"is",itemid:"itemID",itemprop:"itemProp",itemref:"itemRef",itemscope:"itemScope",itemtype:"itemType",keyparams:"keyParams",keytype:"keyType",kind:"kind",label:"label",lang:"lang",list:"list",loop:"loop",low:"low",manifest:"manifest",marginwidth:"marginWidth",marginheight:"marginHeight",max:"max",maxlength:"maxLength",media:"media",mediagroup:"mediaGroup",method:"method",min:"min",minlength:"minLength",multiple:"multiple",muted:"muted",name:"name",nomodule:"noModule",nonce:"nonce",novalidate:"noValidate",open:"open",optimum:"optimum",pattern:"pattern",placeholder:"placeholder",playsinline:"playsInline",poster:"poster",preload:"preload",profile:"profile",radiogroup:"radioGroup",readonly:"readOnly",referrerpolicy:"referrerPolicy",rel:"rel",required:"required",reversed:"reversed",role:"role",rows:"rows",rowspan:"rowSpan",sandbox:"sandbox",scope:"scope",scoped:"scoped",scrolling:"scrolling",seamless:"seamless",selected:"selected",shape:"shape",size:"size",sizes:"sizes",span:"span",spellcheck:"spellCheck",src:"src",srcdoc:"srcDoc",srclang:"srcLang",srcset:"srcSet",start:"start",step:"step",style:"style",summary:"summary",tabindex:"tabIndex",target:"target",title:"title",type:"type",usemap:"useMap",value:"value",width:"width",wmode:"wmode",wrap:"wrap",about:"about",accentheight:"accentHeight","accent-height":"accentHeight",accumulate:"accumulate",additive:"additive",alignmentbaseline:"alignmentBaseline","alignment-baseline":"alignmentBaseline",allowreorder:"allowReorder",alphabetic:"alphabetic",amplitude:"amplitude",arabicform:"arabicForm","arabic-form":"arabicForm",ascent:"ascent",attributename:"attributeName",attributetype:"attributeType",autoreverse:"autoReverse",azimuth:"azimuth",basefrequency:"baseFrequency",baselineshift:"baselineShift","baseline-shift":"baselineShift",baseprofile:"baseProfile",bbox:"bbox",begin:"begin",bias:"bias",by:"by",calcmode:"calcMode",capheight:"capHeight","cap-height":"capHeight",clip:"clip",clippath:"clipPath","clip-path":"clipPath",clippathunits:"clipPathUnits",cliprule:"clipRule","clip-rule":"clipRule",color:"color",colorinterpolation:"colorInterpolation","color-interpolation":"colorInterpolation",colorinterpolationfilters:"colorInterpolationFilters","color-interpolation-filters":"colorInterpolationFilters",colorprofile:"colorProfile","color-profile":"colorProfile",colorrendering:"colorRendering","color-rendering":"colorRendering",contentscripttype:"contentScriptType",contentstyletype:"contentStyleType",cursor:"cursor",cx:"cx",cy:"cy",d:"d",datatype:"datatype",decelerate:"decelerate",descent:"descent",diffuseconstant:"diffuseConstant",direction:"direction",display:"display",divisor:"divisor",dominantbaseline:"dominantBaseline","dominant-baseline":"dominantBaseline",dur:"dur",dx:"dx",dy:"dy",edgemode:"edgeMode",elevation:"elevation",enablebackground:"enableBackground","enable-background":"enableBackground",end:"end",exponent:"exponent",externalresourcesrequired:"externalResourcesRequired",fill:"fill",fillopacity:"fillOpacity","fill-opacity":"fillOpacity",fillrule:"fillRule","fill-rule":"fillRule",filter:"filter",filterres:"filterRes",filterunits:"filterUnits",floodopacity:"floodOpacity","flood-opacity":"floodOpacity",floodcolor:"floodColor","flood-color":"floodColor",focusable:"focusable",fontfamily:"fontFamily","font-family":"fontFamily",fontsize:"fontSize","font-size":"fontSize",fontsizeadjust:"fontSizeAdjust","font-size-adjust":"fontSizeAdjust",fontstretch:"fontStretch","font-stretch":"fontStretch",fontstyle:"fontStyle","font-style":"fontStyle",fontvariant:"fontVariant","font-variant":"fontVariant",fontweight:"fontWeight","font-weight":"fontWeight",format:"format",from:"from",fx:"fx",fy:"fy",g1:"g1",g2:"g2",glyphname:"glyphName","glyph-name":"glyphName",glyphorientationhorizontal:"glyphOrientationHorizontal","glyph-orientation-horizontal":"glyphOrientationHorizontal",glyphorientationvertical:"glyphOrientationVertical","glyph-orientation-vertical":"glyphOrientationVertical",glyphref:"glyphRef",gradienttransform:"gradientTransform",gradientunits:"gradientUnits",hanging:"hanging",horizadvx:"horizAdvX","horiz-adv-x":"horizAdvX",horizoriginx:"horizOriginX","horiz-origin-x":"horizOriginX",ideographic:"ideographic",imagerendering:"imageRendering","image-rendering":"imageRendering",in2:"in2",in:"in",inlist:"inlist",intercept:"intercept",k1:"k1",k2:"k2",k3:"k3",k4:"k4",k:"k",kernelmatrix:"kernelMatrix",kernelunitlength:"kernelUnitLength",kerning:"kerning",keypoints:"keyPoints",keysplines:"keySplines",keytimes:"keyTimes",lengthadjust:"lengthAdjust",letterspacing:"letterSpacing","letter-spacing":"letterSpacing",lightingcolor:"lightingColor","lighting-color":"lightingColor",limitingconeangle:"limitingConeAngle",local:"local",markerend:"markerEnd","marker-end":"markerEnd",markerheight:"markerHeight",markermid:"markerMid","marker-mid":"markerMid",markerstart:"markerStart","marker-start":"markerStart",markerunits:"markerUnits",markerwidth:"markerWidth",mask:"mask",maskcontentunits:"maskContentUnits",maskunits:"maskUnits",mathematical:"mathematical",mode:"mode",numoctaves:"numOctaves",offset:"offset",opacity:"opacity",operator:"operator",order:"order",orient:"orient",orientation:"orientation",origin:"origin",overflow:"overflow",overlineposition:"overlinePosition","overline-position":"overlinePosition",overlinethickness:"overlineThickness","overline-thickness":"overlineThickness",paintorder:"paintOrder","paint-order":"paintOrder",panose1:"panose1","panose-1":"panose1",pathlength:"pathLength",patterncontentunits:"patternContentUnits",patterntransform:"patternTransform",patternunits:"patternUnits",pointerevents:"pointerEvents","pointer-events":"pointerEvents",points:"points",pointsatx:"pointsAtX",pointsaty:"pointsAtY",pointsatz:"pointsAtZ",prefix:"prefix",preservealpha:"preserveAlpha",preserveaspectratio:"preserveAspectRatio",primitiveunits:"primitiveUnits",property:"property",r:"r",radius:"radius",refx:"refX",refy:"refY",renderingintent:"renderingIntent","rendering-intent":"renderingIntent",repeatcount:"repeatCount",repeatdur:"repeatDur",requiredextensions:"requiredExtensions",requiredfeatures:"requiredFeatures",resource:"resource",restart:"restart",result:"result",results:"results",rotate:"rotate",rx:"rx",ry:"ry",scale:"scale",security:"security",seed:"seed",shaperendering:"shapeRendering","shape-rendering":"shapeRendering",slope:"slope",spacing:"spacing",specularconstant:"specularConstant",specularexponent:"specularExponent",speed:"speed",spreadmethod:"spreadMethod",startoffset:"startOffset",stddeviation:"stdDeviation",stemh:"stemh",stemv:"stemv",stitchtiles:"stitchTiles",stopcolor:"stopColor","stop-color":"stopColor",stopopacity:"stopOpacity","stop-opacity":"stopOpacity",strikethroughposition:"strikethroughPosition","strikethrough-position":"strikethroughPosition",strikethroughthickness:"strikethroughThickness","strikethrough-thickness":"strikethroughThickness",string:"string",stroke:"stroke",strokedasharray:"strokeDasharray","stroke-dasharray":"strokeDasharray",strokedashoffset:"strokeDashoffset","stroke-dashoffset":"strokeDashoffset",strokelinecap:"strokeLinecap","stroke-linecap":"strokeLinecap",strokelinejoin:"strokeLinejoin","stroke-linejoin":"strokeLinejoin",strokemiterlimit:"strokeMiterlimit","stroke-miterlimit":"strokeMiterlimit",strokewidth:"strokeWidth","stroke-width":"strokeWidth",strokeopacity:"strokeOpacity","stroke-opacity":"strokeOpacity",suppresscontenteditablewarning:"suppressContentEditableWarning",suppresshydrationwarning:"suppressHydrationWarning",surfacescale:"surfaceScale",systemlanguage:"systemLanguage",tablevalues:"tableValues",targetx:"targetX",targety:"targetY",textanchor:"textAnchor","text-anchor":"textAnchor",textdecoration:"textDecoration","text-decoration":"textDecoration",textlength:"textLength",textrendering:"textRendering","text-rendering":"textRendering",to:"to",transform:"transform",typeof:"typeof",u1:"u1",u2:"u2",underlineposition:"underlinePosition","underline-position":"underlinePosition",underlinethickness:"underlineThickness","underline-thickness":"underlineThickness",unicode:"unicode",unicodebidi:"unicodeBidi","unicode-bidi":"unicodeBidi",unicoderange:"unicodeRange","unicode-range":"unicodeRange",unitsperem:"unitsPerEm","units-per-em":"unitsPerEm",unselectable:"unselectable",valphabetic:"vAlphabetic","v-alphabetic":"vAlphabetic",values:"values",vectoreffect:"vectorEffect","vector-effect":"vectorEffect",version:"version",vertadvy:"vertAdvY","vert-adv-y":"vertAdvY",vertoriginx:"vertOriginX","vert-origin-x":"vertOriginX",vertoriginy:"vertOriginY","vert-origin-y":"vertOriginY",vhanging:"vHanging","v-hanging":"vHanging",videographic:"vIdeographic","v-ideographic":"vIdeographic",viewbox:"viewBox",viewtarget:"viewTarget",visibility:"visibility",vmathematical:"vMathematical","v-mathematical":"vMathematical",vocab:"vocab",widths:"widths",wordspacing:"wordSpacing","word-spacing":"wordSpacing",writingmode:"writingMode","writing-mode":"writingMode",x1:"x1",x2:"x2",x:"x",xchannelselector:"xChannelSelector",xheight:"xHeight","x-height":"xHeight",xlinkactuate:"xlinkActuate","xlink:actuate":"xlinkActuate",xlinkarcrole:"xlinkArcrole","xlink:arcrole":"xlinkArcrole",xlinkhref:"xlinkHref","xlink:href":"xlinkHref",xlinkrole:"xlinkRole","xlink:role":"xlinkRole",xlinkshow:"xlinkShow","xlink:show":"xlinkShow",xlinktitle:"xlinkTitle","xlink:title":"xlinkTitle",xlinktype:"xlinkType","xlink:type":"xlinkType",xmlbase:"xmlBase","xml:base":"xmlBase",xmllang:"xmlLang","xml:lang":"xmlLang",xmlns:"xmlns","xml:space":"xmlSpace",xmlnsxlink:"xmlnsXlink","xmlns:xlink":"xmlnsXlink",xmlspace:"xmlSpace",y1:"y1",y2:"y2",y:"y",ychannelselector:"yChannelSelector",z:"z",zoomandpan:"zoomAndPan"},Ft=function(){};{var bt={},Rn=/^on./,tn=/^on[^A-Z]/,ur=new RegExp("^(aria)-["+rt+"]*$"),Vt=new RegExp("^(aria)[A-Z]["+rt+"]*$");Ft=function(h,E,R,L){if(Be.call(bt,E)&&bt[E])return!0;var Y=E.toLowerCase();if(Y==="onfocusin"||Y==="onfocusout")return u("React uses onFocus and onBlur instead of onFocusIn and onFocusOut. All React events are normalized to bubble, so onFocusIn and onFocusOut are not needed/supported by React."),bt[E]=!0,!0;if(L!=null){var ae=L.registrationNameDependencies,de=L.possibleRegistrationNames;if(ae.hasOwnProperty(E))return!0;var Me=de.hasOwnProperty(Y)?de[Y]:null;if(Me!=null)return u("Invalid event handler property `%s`. Did you mean `%s`?",E,Me),bt[E]=!0,!0;if(Rn.test(E))return u("Unknown event handler property `%s`. It will be ignored.",E),bt[E]=!0,!0}else if(Rn.test(E))return tn.test(E)&&u("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",E),bt[E]=!0,!0;if(ur.test(E)||Vt.test(E))return!0;if(Y==="innerhtml")return u("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),bt[E]=!0,!0;if(Y==="aria")return u("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),bt[E]=!0,!0;if(Y==="is"&&R!==null&&R!==void 0&&typeof R!="string")return u("Received a `%s` for a string attribute `is`. If this is expected, cast the value to a string.",typeof R),bt[E]=!0,!0;if(typeof R=="number"&&isNaN(R))return u("Received NaN for the `%s` attribute. If this is expected, cast the value to a string.",E),bt[E]=!0,!0;var Je=Ye(E),Mt=Je!==null&&Je.type===nt;if(At.hasOwnProperty(Y)){var Kt=At[Y];if(Kt!==E)return u("Invalid DOM property `%s`. Did you mean `%s`?",E,Kt),bt[E]=!0,!0}else if(!Mt&&E!==Y)return u("React does not recognize the `%s` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `%s` instead. If you accidentally passed it from a parent component, remove it from the DOM element.",E,Y),bt[E]=!0,!0;return typeof R=="boolean"&&et(E,R,Je,!1)?(R?u('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.',R,E,E,R,E):u('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.',R,E,E,R,E,E,E),bt[E]=!0,!0):Mt?!0:et(E,R,Je,!1)?(bt[E]=!0,!1):((R==="false"||R==="true")&&Je!==null&&Je.type===Xe&&(u("Received the string `%s` for the boolean attribute `%s`. %s Did you mean %s={%s}?",R,E,R==="false"?"The browser will interpret it as a truthy value.":'Although this works, it will not work as expected if you pass the string "false".',E,R),bt[E]=!0),!0)}}var ga=function(h,E,R){{var L=[];for(var Y in E){var ae=Ft(h,Y,E[Y],R);ae||L.push(Y)}var de=L.map(function(Me){return"`"+Me+"`"}).join(", ");L.length===1?u("Invalid value for prop %s on <%s> tag. Either remove it from the element, or pass a string or number value to keep it in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",de,h):L.length>1&&u("Invalid values for props %s on <%s> tag. Either remove them from the element, or pass a string or number value to keep them in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",de,h)}};function Br(h,E,R){wr(h,E)||ga(h,E,R)}var vt=function(){};{var Bt=/^(?:webkit|moz|o)[A-Z]/,bn=/^-ms-/,ar=/-(.)/g,wn=/;\s*$/,Tr={},In={},ya=!1,Mn=!1,Kn=function(h){return h.replace(ar,function(E,R){return R.toUpperCase()})},Xn=function(h){Tr.hasOwnProperty(h)&&Tr[h]||(Tr[h]=!0,u("Unsupported style property %s. Did you mean %s?",h,Kn(h.replace(bn,"ms-"))))},Ut=function(h){Tr.hasOwnProperty(h)&&Tr[h]||(Tr[h]=!0,u("Unsupported vendor-prefixed style property %s. Did you mean %s?",h,h.charAt(0).toUpperCase()+h.slice(1)))},ka=function(h,E){In.hasOwnProperty(E)&&In[E]||(In[E]=!0,u(`Style property values shouldn't contain a semicolon. Try "%s: %s" instead.`,h,E.replace(wn,"")))},Ra=function(h,E){ya||(ya=!0,u("`NaN` is an invalid value for the `%s` css style property.",h))},Va=function(h,E){Mn||(Mn=!0,u("`Infinity` is an invalid value for the `%s` css style property.",h))};vt=function(h,E){h.indexOf("-")>-1?Xn(h):Bt.test(h)?Ut(h):wn.test(E)&&ka(h,E),typeof E=="number"&&(isNaN(E)?Ra(h,E):isFinite(E)||Va(h,E))}}var xa=vt,Ni=/["'&<>]/;function kr(h){we(h);var E=""+h,R=Ni.exec(E);if(!R)return E;var L,Y="",ae,de=0;for(ae=R.index;ae<E.length;ae++){switch(E.charCodeAt(ae)){case 34:L="&quot;";break;case 38:L="&amp;";break;case 39:L="&#x27;";break;case 60:L="&lt;";break;case 62:L="&gt;";break;default:continue}de!==ae&&(Y+=E.substring(de,ae)),de=ae+1,Y+=L}return de!==ae?Y+E.substring(de,ae):Y}function Nr(h){return typeof h=="boolean"||typeof h=="number"?""+h:kr(h)}var di=/([A-Z])/g,qi=/^ms-/;function ni(h){return h.replace(di,"-$1").toLowerCase().replace(qi,"-ms-")}var Cr=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*\:/i,Da=!1;function Ka(h){!Da&&Cr.test(h)&&(Da=!0,u("A future version of React will block javascript: URLs as a security precaution. Use event handlers instead if you can. If you need to generate unsafe HTML try using dangerouslySetInnerHTML instead. React was passed %s.",JSON.stringify(h)))}var _i=Array.isArray;function fe(h){return _i(h)}var qe="<script>",mt="<\/script>",Yt='<script src="',hn='<script type="module" src="',Fn='" async=""><\/script>';function en(h){return we(h),(""+h).replace(ft,zr)}var ft=/(<\/|<)(s)(cript)/gi,zr=function(h,E,R,L){return""+E+(R==="s"?"\\u0073":"\\u0053")+L};function ir(h,E,R,L,Y){var ae=h===void 0?"":h,de=E===void 0?qe:'<script nonce="'+Nr(E)+'">',Me=[];if(R!==void 0&&Me.push(de,en(R),mt),L!==void 0)for(var Je=0;Je<L.length;Je++)Me.push(Yt,Nr(L[Je]),Fn);if(Y!==void 0)for(var Mt=0;Mt<Y.length;Mt++)Me.push(hn,Nr(Y[Mt]),Fn);return{bootstrapChunks:Me,startInlineScript:de,placeholderPrefix:ae+"P:",segmentPrefix:ae+"S:",boundaryPrefix:ae+"B:",idPrefix:ae,nextSuspenseID:0,sentCompleteSegmentFunction:!1,sentCompleteBoundaryFunction:!1,sentClientRenderFunction:!1}}var Ot=0,_r=1,Sa=2,ri=3,Sn=4,fr=5,ua=6,mn=7;function Ir(h,E){return{insertionMode:h,selectedValue:E}}function so(h,E,R){switch(E){case"select":return Ir(_r,R.value!=null?R.value:R.defaultValue);case"svg":return Ir(Sa,null);case"math":return Ir(ri,null);case"foreignObject":return Ir(_r,null);case"table":return Ir(Sn,null);case"thead":case"tbody":case"tfoot":return Ir(fr,null);case"colgroup":return Ir(mn,null);case"tr":return Ir(ua,null)}return h.insertionMode>=Sn||h.insertionMode===Ot?Ir(_r,null):h}var pi=null;function Yr(h){var E=h.nextSuspenseID++;return h.boundaryPrefix+E.toString(16)}function Pr(h,E,R){var L=h.idPrefix,Y=":"+L+"R"+E;return R>0&&(Y+="H"+R.toString(32)),Y+":"}function bi(h){return Nr(h)}var sa="<!-- -->";function Bo(h,E,R,L){return E===""?L:(L&&h.push(sa),h.push(bi(E)),!0)}function Tl(h,E,R,L){R&&L&&h.push(sa)}var kl=new Map;function Li(h){var E=kl.get(h);if(E!==void 0)return E;var R=Nr(ni(h));return kl.set(h,R),R}var hi=' style="',vi=":",Aa=";";function T(h,E,R){if(typeof R!="object")throw new Error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.");var L=!0;for(var Y in R)if(!!Be.call(R,Y)){var ae=R[Y];if(!(ae==null||typeof ae=="boolean"||ae==="")){var de=void 0,Me=void 0,Je=Y.indexOf("--")===0;Je?(de=Nr(Y),Se(ae,Y),Me=Nr((""+ae).trim())):(xa(Y,ae),de=Li(Y),typeof ae=="number"?ae!==0&&!Be.call(zn,Y)?Me=ae+"px":Me=""+ae:(Se(ae,Y),Me=Nr((""+ae).trim()))),L?(L=!1,h.push(hi,de,vi,Me)):h.push(Aa,de,vi,Me)}}L||h.push(ne)}var z=" ",G='="',ne='"',Te='=""';function ye(h,E,R,L){switch(R){case"style":{T(h,E,L);return}case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":return}if(!(R.length>2&&(R[0]==="o"||R[0]==="O")&&(R[1]==="n"||R[1]==="N"))){var Y=Ye(R);if(Y!==null){switch(typeof L){case"function":case"symbol":return;case"boolean":if(!Y.acceptsBooleans)return}var ae=Y.attributeName,de=ae;switch(Y.type){case Xe:L&&h.push(z,de,Te);return;case ht:L===!0?h.push(z,de,Te):L===!1||h.push(z,de,G,Nr(L),ne);return;case Ze:isNaN(L)||h.push(z,de,G,Nr(L),ne);break;case ut:!isNaN(L)&&L>=1&&h.push(z,de,G,Nr(L),ne);break;default:Y.sanitizeURL&&(Ce(L,ae),L=""+L,Ka(L)),h.push(z,de,G,Nr(L),ne)}}else if($e(R)){switch(typeof L){case"function":case"symbol":return;case"boolean":{var Me=R.toLowerCase().slice(0,5);if(Me!=="data-"&&Me!=="aria-")return}}h.push(z,R,G,Nr(L),ne)}}}var Ue=">",at="/>";function dt(h,E,R){if(E!=null){if(R!=null)throw new Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof E!="object"||!("__html"in E))throw new Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.");var L=E.__html;L!=null&&(we(L),h.push(""+L))}}var St=!1,Gt=!1,qn=!1,ln=!1,Gr=!1,aa=!1,un=!1;function Ea(h,E){{var R=h[E];if(R!=null){var L=fe(R);h.multiple&&!L?u("The `%s` prop supplied to <select> must be an array if `multiple` is true.",E):!h.multiple&&L&&u("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.",E)}}}function Lr(h,E,R){An("select",E),Ea(E,"value"),Ea(E,"defaultValue"),E.value!==void 0&&E.defaultValue!==void 0&&!qn&&(u("Select elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled select element and remove one of these props. More info: https://reactjs.org/link/controlled-components"),qn=!0),h.push(xr("select"));var L=null,Y=null;for(var ae in E)if(Be.call(E,ae)){var de=E[ae];if(de==null)continue;switch(ae){case"children":L=de;break;case"dangerouslySetInnerHTML":Y=de;break;case"defaultValue":case"value":break;default:ye(h,R,ae,de);break}}return h.push(Ue),dt(h,Y,L),L}function ia(h){var E="";return o.Children.forEach(h,function(R){R!=null&&(E+=R,!Gr&&typeof R!="string"&&typeof R!="number"&&(Gr=!0,u("Cannot infer the option value of complex children. Pass a `value` prop or use a plain string as children to <option>.")))}),E}var Ta=' selected=""';function Wa(h,E,R,L){var Y=L.selectedValue;h.push(xr("option"));var ae=null,de=null,Me=null,Je=null;for(var Mt in E)if(Be.call(E,Mt)){var Kt=E[Mt];if(Kt==null)continue;switch(Mt){case"children":ae=Kt;break;case"selected":Me=Kt,un||(u("Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>."),un=!0);break;case"dangerouslySetInnerHTML":Je=Kt;break;case"value":de=Kt;default:ye(h,R,Mt,Kt);break}}if(Y!=null){var Ht;if(de!==null?(Ce(de,"value"),Ht=""+de):(Je!==null&&(aa||(aa=!0,u("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected."))),Ht=ia(ae)),fe(Y))for(var $n=0;$n<Y.length;$n++){Ce(Y[$n],"value");var ha=""+Y[$n];if(ha===Ht){h.push(Ta);break}}else Ce(Y,"select.value"),""+Y===Ht&&h.push(Ta)}else Me&&h.push(Ta);return h.push(Ue),dt(h,Je,ae),ae}function br(h,E,R){An("input",E),E.checked!==void 0&&E.defaultChecked!==void 0&&!Gt&&(u("%s contains an input of type %s with both checked and defaultChecked props. Input elements must be either controlled or uncontrolled (specify either the checked prop, or the defaultChecked prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components","A component",E.type),Gt=!0),E.value!==void 0&&E.defaultValue!==void 0&&!St&&(u("%s contains an input of type %s with both value and defaultValue props. Input elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components","A component",E.type),St=!0),h.push(xr("input"));var L=null,Y=null,ae=null,de=null;for(var Me in E)if(Be.call(E,Me)){var Je=E[Me];if(Je==null)continue;switch(Me){case"children":case"dangerouslySetInnerHTML":throw new Error("input is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");case"defaultChecked":de=Je;break;case"defaultValue":Y=Je;break;case"checked":ae=Je;break;case"value":L=Je;break;default:ye(h,R,Me,Je);break}}return ae!==null?ye(h,R,"checked",ae):de!==null&&ye(h,R,"checked",de),L!==null?ye(h,R,"value",L):Y!==null&&ye(h,R,"value",Y),h.push(at),null}function mr(h,E,R){An("textarea",E),E.value!==void 0&&E.defaultValue!==void 0&&!ln&&(u("Textarea elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled textarea and remove one of these props. More info: https://reactjs.org/link/controlled-components"),ln=!0),h.push(xr("textarea"));var L=null,Y=null,ae=null;for(var de in E)if(Be.call(E,de)){var Me=E[de];if(Me==null)continue;switch(de){case"children":ae=Me;break;case"value":L=Me;break;case"defaultValue":Y=Me;break;case"dangerouslySetInnerHTML":throw new Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");default:ye(h,R,de,Me);break}}if(L===null&&Y!==null&&(L=Y),h.push(Ue),ae!=null){if(u("Use the `defaultValue` or `value` props instead of setting children on <textarea>."),L!=null)throw new Error("If you supply `defaultValue` on a <textarea>, do not pass children.");if(fe(ae)){if(ae.length>1)throw new Error("<textarea> can only have at most one child.");we(ae[0]),L=""+ae[0]}we(ae),L=""+ae}return typeof L=="string"&&L[0]===`
66
+ `&&h.push(xi),L!==null&&(Ce(L,"value"),h.push(bi(""+L))),null}function No(h,E,R,L){h.push(xr(R));for(var Y in E)if(Be.call(E,Y)){var ae=E[Y];if(ae==null)continue;switch(Y){case"children":case"dangerouslySetInnerHTML":throw new Error(R+" is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:ye(h,L,Y,ae);break}}return h.push(at),null}function za(h,E,R){h.push(xr("menuitem"));for(var L in E)if(Be.call(E,L)){var Y=E[L];if(Y==null)continue;switch(L){case"children":case"dangerouslySetInnerHTML":throw new Error("menuitems cannot have `children` nor `dangerouslySetInnerHTML`.");default:ye(h,R,L,Y);break}}return h.push(Ue),null}function ca(h,E,R){h.push(xr("title"));var L=null;for(var Y in E)if(Be.call(E,Y)){var ae=E[Y];if(ae==null)continue;switch(Y){case"children":L=ae;break;case"dangerouslySetInnerHTML":throw new Error("`dangerouslySetInnerHTML` does not make sense on <title>.");default:ye(h,R,Y,ae);break}}h.push(Ue);{var de=Array.isArray(L)&&L.length<2?L[0]||null:L;Array.isArray(L)&&L.length>1?u("A title element received an array with more than 1 element as children. In browsers title Elements can only have Text Nodes as children. If the children being rendered output more than a single text node in aggregate the browser will display markup and comments as text in the title and hydration will likely fail and fall back to client rendering"):de!=null&&de.$$typeof!=null?u("A title element received a React element for children. In the browser title Elements can only have Text Nodes as children. If the children being rendered output more than a single text node in aggregate the browser will display markup and comments as text in the title and hydration will likely fail and fall back to client rendering"):de!=null&&typeof de!="string"&&typeof de!="number"&&u("A title element received a value that was not a string or number for children. In the browser title Elements can only have Text Nodes as children. If the children being rendered output more than a single text node in aggregate the browser will display markup and comments as text in the title and hydration will likely fail and fall back to client rendering")}return L}function dr(h,E,R,L){h.push(xr(R));var Y=null,ae=null;for(var de in E)if(Be.call(E,de)){var Me=E[de];if(Me==null)continue;switch(de){case"children":Y=Me;break;case"dangerouslySetInnerHTML":ae=Me;break;default:ye(h,L,de,Me);break}}return h.push(Ue),dt(h,ae,Y),typeof Y=="string"?(h.push(bi(Y)),null):Y}function zi(h,E,R,L){h.push(xr(R));var Y=null,ae=null;for(var de in E)if(Be.call(E,de)){var Me=E[de];if(Me==null)continue;switch(de){case"children":Y=Me;break;case"dangerouslySetInnerHTML":ae=Me;break;case"style":T(h,L,Me);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":break;default:$e(de)&&typeof Me!="function"&&typeof Me!="symbol"&&h.push(z,de,G,Nr(Me),ne);break}}return h.push(Ue),dt(h,ae,Y),Y}var xi=`
67
+ `;function rl(h,E,R,L){h.push(xr(R));var Y=null,ae=null;for(var de in E)if(Be.call(E,de)){var Me=E[de];if(Me==null)continue;switch(de){case"children":Y=Me;break;case"dangerouslySetInnerHTML":ae=Me;break;default:ye(h,L,de,Me);break}}if(h.push(Ue),ae!=null){if(Y!=null)throw new Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof ae!="object"||!("__html"in ae))throw new Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.");var Je=ae.__html;Je!=null&&(typeof Je=="string"&&Je.length>0&&Je[0]===`
68
+ `?h.push(xi,Je):(we(Je),h.push(""+Je)))}return typeof Y=="string"&&Y[0]===`
69
+ `&&h.push(xi),Y}var pr=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,mi=new Map;function xr(h){var E=mi.get(h);if(E===void 0){if(!pr.test(h))throw new Error("Invalid tag: "+h);E="<"+h,mi.set(h,E)}return E}var Oa="<!DOCTYPE html>";function wa(h,E,R,L,Y){switch(Nn(E,R),nr(E,R),Br(E,R,null),!R.suppressContentEditableWarning&&R.contentEditable&&R.children!=null&&u("A component is `contentEditable` and contains `children` managed by React. It is now your responsibility to guarantee that none of those nodes are unexpectedly modified or duplicated. This is probably not intentional."),Y.insertionMode!==Sa&&Y.insertionMode!==ri&&E.indexOf("-")===-1&&typeof R.is!="string"&&E.toLowerCase()!==E&&u("<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.",E),E){case"select":return Lr(h,R,L);case"option":return Wa(h,R,L,Y);case"textarea":return mr(h,R,L);case"input":return br(h,R,L);case"menuitem":return za(h,R,L);case"title":return ca(h,R,L);case"listing":case"pre":return rl(h,R,E,L);case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":return No(h,R,E,L);case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return dr(h,R,E,L);case"html":return Y.insertionMode===Ot&&h.push(Oa),dr(h,R,E,L);default:return E.indexOf("-")===-1&&typeof R.is!="string"?dr(h,R,E,L):zi(h,R,E,L)}}var Qi="</",Ti=">";function Ya(h,E,R){switch(E){case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"input":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":break;default:h.push(Qi,E,Ti)}}function co(h,E){for(var R=E.bootstrapChunks,L=0;L<R.length-1;L++)x(h,R[L]);return L<R.length?N(h,R[L]):!0}var al='<template id="',Cu='"></template>';function Ji(h,E,R){x(h,al),x(h,E.placeholderPrefix);var L=R.toString(16);return x(h,L),N(h,Cu)}var Lo="<!--$-->",Vl='<!--$?--><template id="',_u='"></template>',fo="<!--$!-->",po="<!--/$-->",Kl="<template",Ma='"',gi=' data-dgst="',Ii=' data-msg="',ho=' data-stck="',Rl="></template>";function Zn(h,E){return N(h,Lo)}function vo(h,E,R){if(x(h,Vl),R===null)throw new Error("An ID must have been assigned before we can complete the boundary.");return x(h,R),N(h,_u)}function mo(h,E,R,L,Y){var ae;return ae=N(h,fo),x(h,Kl),R&&(x(h,gi),x(h,Nr(R)),x(h,Ma)),L&&(x(h,Ii),x(h,Nr(L)),x(h,Ma)),Y&&(x(h,ho),x(h,Nr(Y)),x(h,Ma)),ae=N(h,Rl),ae}function fa(h,E){return N(h,po)}function Ga(h,E){return N(h,po)}function Wl(h,E){return N(h,po)}var Dl='<div hidden id="',ai='">',oa="</div>",Qr='<svg aria-hidden="true" style="display:none" id="',Yl='">',ts="</svg>",bu='<math aria-hidden="true" style="display:none" id="',Ts='">',Rr="</math>",zo='<table hidden id="',Al='">',Xa="</table>",Gl='<table hidden><tbody id="',Xl='">',ki="</tbody></table>",xu='<table hidden><tr id="',k='">',I="</tr></table>",W='<table hidden><colgroup id="',re='">',be="</colgroup></table>";function _e(h,E,R,L){switch(R.insertionMode){case Ot:case _r:return x(h,Dl),x(h,E.segmentPrefix),x(h,L.toString(16)),N(h,ai);case Sa:return x(h,Qr),x(h,E.segmentPrefix),x(h,L.toString(16)),N(h,Yl);case ri:return x(h,bu),x(h,E.segmentPrefix),x(h,L.toString(16)),N(h,Ts);case Sn:return x(h,zo),x(h,E.segmentPrefix),x(h,L.toString(16)),N(h,Al);case fr:return x(h,Gl),x(h,E.segmentPrefix),x(h,L.toString(16)),N(h,Xl);case ua:return x(h,xu),x(h,E.segmentPrefix),x(h,L.toString(16)),N(h,k);case mn:return x(h,W),x(h,E.segmentPrefix),x(h,L.toString(16)),N(h,re);default:throw new Error("Unknown insertion mode. This is a bug in React.")}}function De(h,E){switch(E.insertionMode){case Ot:case _r:return N(h,oa);case Sa:return N(h,ts);case ri:return N(h,Rr);case Sn:return N(h,Xa);case fr:return N(h,ki);case ua:return N(h,I);case mn:return N(h,be);default:throw new Error("Unknown insertion mode. This is a bug in React.")}}var tt="function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)}",Rt='function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d)if(0===e)break;else e--;else"$"!==d&&"$?"!==d&&"$!"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data="$";a._reactRetry&&a._reactRetry()}}',nn='function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())}',dn=tt+';$RS("',gr='$RS("',Ia='","',Ur='")<\/script>';function Dr(h,E,R){x(h,E.startInlineScript),E.sentCompleteSegmentFunction?x(h,gr):(E.sentCompleteSegmentFunction=!0,x(h,dn)),x(h,E.segmentPrefix);var L=R.toString(16);return x(h,L),x(h,Ia),x(h,E.placeholderPrefix),x(h,L),N(h,Ur)}var Io=Rt+';$RC("',ql='$RC("',Po='","',ks='")<\/script>';function Xc(h,E,R,L){if(x(h,E.startInlineScript),E.sentCompleteBoundaryFunction?x(h,ql):(E.sentCompleteBoundaryFunction=!0,x(h,Io)),R===null)throw new Error("An ID must have been assigned before we can complete the boundary.");var Y=L.toString(16);return x(h,R),x(h,Po),x(h,E.segmentPrefix),x(h,Y),N(h,ks)}var rc=nn+';$RX("',qc='$RX("',ac='"',ns=")<\/script>",Ol=",";function Ql(h,E,R,L,Y,ae){if(x(h,E.startInlineScript),E.sentClientRenderFunction?x(h,qc):(E.sentClientRenderFunction=!0,x(h,rc)),R===null)throw new Error("An ID must have been assigned before we can complete the boundary.");return x(h,R),x(h,ac),(L||Y||ae)&&(x(h,Ol),x(h,d(L||""))),(Y||ae)&&(x(h,Ol),x(h,d(Y||""))),ae&&(x(h,Ol),x(h,d(ae))),N(h,ns)}var Tu=/[<\u2028\u2029]/g;function d(h){var E=JSON.stringify(h);return E.replace(Tu,function(R){switch(R){case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw new Error("escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}})}function w(h,E){var R=ir(E,void 0);return{bootstrapChunks:R.bootstrapChunks,startInlineScript:R.startInlineScript,placeholderPrefix:R.placeholderPrefix,segmentPrefix:R.segmentPrefix,boundaryPrefix:R.boundaryPrefix,idPrefix:R.idPrefix,nextSuspenseID:R.nextSuspenseID,sentCompleteSegmentFunction:R.sentCompleteSegmentFunction,sentCompleteBoundaryFunction:R.sentCompleteBoundaryFunction,sentClientRenderFunction:R.sentClientRenderFunction,generateStaticMarkup:h}}function M(){return{insertionMode:_r,selectedValue:null}}function P(h,E,R,L){return R.generateStaticMarkup?(h.push(Nr(E)),!1):Bo(h,E,R,L)}function j(h,E,R,L){if(!E.generateStaticMarkup)return Tl(h,E,R,L)}function Z(h,E){return E.generateStaticMarkup?!0:Zn(h)}function ue(h,E,R,L,Y){return E.generateStaticMarkup?!0:mo(h,E,R,L,Y)}function Ee(h,E){return E.generateStaticMarkup?!0:fa(h)}function Ie(h,E){return E.generateStaticMarkup?!0:Wl(h)}var Ne=Object.assign,Ge=Symbol.for("react.element"),xt=Symbol.for("react.portal"),yt=Symbol.for("react.fragment"),gn=Symbol.for("react.strict_mode"),Pn=Symbol.for("react.profiler"),Ar=Symbol.for("react.provider"),ii=Symbol.for("react.context"),qa=Symbol.for("react.forward_ref"),Qa=Symbol.for("react.suspense"),Rs=Symbol.for("react.suspense_list"),Qc=Symbol.for("react.memo"),Zi=Symbol.for("react.lazy"),Lf=Symbol.for("react.scope"),Ds=Symbol.for("react.debug_trace_mode"),zf=Symbol.for("react.legacy_hidden"),Dd=Symbol.for("react.default_value"),ic=Symbol.iterator,ku="@@iterator";function la(h){if(h===null||typeof h!="object")return null;var E=ic&&h[ic]||h[ku];return typeof E=="function"?E:null}function rs(h,E,R){var L=h.displayName;if(L)return L;var Y=E.displayName||E.name||"";return Y!==""?R+"("+Y+")":R}function Pa(h){return h.displayName||"Context"}function Jr(h){if(h==null)return null;if(typeof h.tag=="number"&&u("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof h=="function")return h.displayName||h.name||null;if(typeof h=="string")return h;switch(h){case yt:return"Fragment";case xt:return"Portal";case Pn:return"Profiler";case gn:return"StrictMode";case Qa:return"Suspense";case Rs:return"SuspenseList"}if(typeof h=="object")switch(h.$$typeof){case ii:var E=h;return Pa(E)+".Consumer";case Ar:var R=h;return Pa(R._context)+".Provider";case qa:return rs(h,h.render,"ForwardRef");case Qc:var L=h.displayName||null;return L!==null?L:Jr(h.type)||"Memo";case Zi:{var Y=h,ae=Y._payload,de=Y._init;try{return Jr(de(ae))}catch{return null}}}return null}var as=0,Jc,Zc,ef,tf,il,As,Ru;function nf(){}nf.__reactDisabledLog=!0;function is(){{if(as===0){Jc=console.log,Zc=console.info,ef=console.warn,tf=console.error,il=console.group,As=console.groupCollapsed,Ru=console.groupEnd;var h={configurable:!0,enumerable:!0,value:nf,writable:!0};Object.defineProperties(console,{info:h,log:h,warn:h,error:h,group:h,groupCollapsed:h,groupEnd:h})}as++}}function Jl(){{if(as--,as===0){var h={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:Ne({},h,{value:Jc}),info:Ne({},h,{value:Zc}),warn:Ne({},h,{value:ef}),error:Ne({},h,{value:tf}),group:Ne({},h,{value:il}),groupCollapsed:Ne({},h,{value:As}),groupEnd:Ne({},h,{value:Ru})})}as<0&&u("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var oc=l.ReactCurrentDispatcher,os;function Du(h,E,R){{if(os===void 0)try{throw Error()}catch(Y){var L=Y.stack.trim().match(/\n( *(at )?)/);os=L&&L[1]||""}return`
70
+ `+os+h}}var Or=!1,ol;{var Ml=typeof WeakMap=="function"?WeakMap:Map;ol=new Ml}function Au(h,E){if(!h||Or)return"";{var R=ol.get(h);if(R!==void 0)return R}var L;Or=!0;var Y=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var ae;ae=oc.current,oc.current=null,is();try{if(E){var de=function(){throw Error()};if(Object.defineProperty(de.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(de,[])}catch(Vi){L=Vi}Reflect.construct(h,[],de)}else{try{de.call()}catch(Vi){L=Vi}h.call(de.prototype)}}else{try{throw Error()}catch(Vi){L=Vi}h()}}catch(Vi){if(Vi&&L&&typeof Vi.stack=="string"){for(var Me=Vi.stack.split(`
71
+ `),Je=L.stack.split(`
72
+ `),Mt=Me.length-1,Kt=Je.length-1;Mt>=1&&Kt>=0&&Me[Mt]!==Je[Kt];)Kt--;for(;Mt>=1&&Kt>=0;Mt--,Kt--)if(Me[Mt]!==Je[Kt]){if(Mt!==1||Kt!==1)do if(Mt--,Kt--,Kt<0||Me[Mt]!==Je[Kt]){var Ht=`
73
+ `+Me[Mt].replace(" at new "," at ");return h.displayName&&Ht.includes("<anonymous>")&&(Ht=Ht.replace("<anonymous>",h.displayName)),typeof h=="function"&&ol.set(h,Ht),Ht}while(Mt>=1&&Kt>=0);break}}}finally{Or=!1,oc.current=ae,Jl(),Error.prepareStackTrace=Y}var $n=h?h.displayName||h.name:"",ha=$n?Du($n):"";return typeof h=="function"&&ol.set(h,ha),ha}function rf(h,E,R){return Au(h,!0)}function Os(h,E,R){return Au(h,!1)}function Ms(h){var E=h.prototype;return!!(E&&E.isReactComponent)}function Fl(h,E,R){if(h==null)return"";if(typeof h=="function")return Au(h,Ms(h));if(typeof h=="string")return Du(h);switch(h){case Qa:return Du("Suspense");case Rs:return Du("SuspenseList")}if(typeof h=="object")switch(h.$$typeof){case qa:return Os(h.render);case Qc:return Fl(h.type,E,R);case Zi:{var L=h,Y=L._payload,ae=L._init;try{return Fl(ae(Y),E,R)}catch{}}}return""}var Zl={},Fs=l.ReactDebugCurrentFrame;function eu(h){if(h){var E=h._owner,R=Fl(h.type,h._source,E?E.type:null);Fs.setExtraStackFrame(R)}else Fs.setExtraStackFrame(null)}function If(h,E,R,L,Y){{var ae=Function.call.bind(Be);for(var de in h)if(ae(h,de)){var Me=void 0;try{if(typeof h[de]!="function"){var Je=Error((L||"React class")+": "+R+" type `"+de+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof h[de]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw Je.name="Invariant Violation",Je}Me=h[de](E,de,L,R,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(Mt){Me=Mt}Me&&!(Me instanceof Error)&&(eu(Y),u("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",L||"React class",R,de,typeof Me),eu(null)),Me instanceof Error&&!(Me.message in Zl)&&(Zl[Me.message]=!0,eu(Y),u("Failed %s type: %s",R,Me.message),eu(null))}}}var lc;lc={};var ll={};Object.freeze(ll);function uc(h,E){{var R=h.contextTypes;if(!R)return ll;var L={};for(var Y in R)L[Y]=E[Y];{var ae=Jr(h)||"Unknown";If(R,L,"context",ae)}return L}}function tu(h,E,R,L){{if(typeof h.getChildContext!="function"){{var Y=Jr(E)||"Unknown";lc[Y]||(lc[Y]=!0,u("%s.childContextTypes is specified but there is no getChildContext() method on the instance. You can either define getChildContext() on %s or remove childContextTypes from it.",Y,Y))}return R}var ae=h.getChildContext();for(var de in ae)if(!(de in L))throw new Error((Jr(E)||"Unknown")+'.getChildContext(): key "'+de+'" is not defined in childContextTypes.');{var Me=Jr(E)||"Unknown";If(L,ae,"child context",Me)}return Ne({},R,ae)}}var go;go={};var ls=null,Ri=null;function sc(h){h.context._currentValue2=h.parentValue}function Bs(h){h.context._currentValue2=h.value}function us(h,E){if(h!==E){sc(h);var R=h.parent,L=E.parent;if(R===null){if(L!==null)throw new Error("The stacks must reach the root at the same time. This is a bug in React.")}else{if(L===null)throw new Error("The stacks must reach the root at the same time. This is a bug in React.");us(R,L)}Bs(E)}}function Pf(h){sc(h);var E=h.parent;E!==null&&Pf(E)}function Uo(h){var E=h.parent;E!==null&&Uo(E),Bs(h)}function Ho(h,E){sc(h);var R=h.parent;if(R===null)throw new Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");R.depth===E.depth?us(R,E):Ho(R,E)}function Ns(h,E){var R=E.parent;if(R===null)throw new Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");h.depth===R.depth?us(h,R):Ns(h,R),Bs(E)}function ul(h){var E=Ri,R=h;E!==R&&(E===null?Uo(R):R===null?Pf(E):E.depth===R.depth?us(E,R):E.depth>R.depth?Ho(E,R):Ns(E,R),Ri=R)}function eo(h,E){var R;R=h._currentValue2,h._currentValue2=E,h._currentRenderer2!==void 0&&h._currentRenderer2!==null&&h._currentRenderer2!==go&&u("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),h._currentRenderer2=go;var L=Ri,Y={parent:L,depth:L===null?0:L.depth+1,context:h,parentValue:R,value:E};return Ri=Y,Y}function nu(h){var E=Ri;if(E===null)throw new Error("Tried to pop a Context at the root of the app. This is a bug in React.");E.context!==h&&u("The parent context is not the expected context. This is probably a bug in React.");{var R=E.parentValue;R===Dd?E.context._currentValue2=E.context._defaultValue:E.context._currentValue2=R,h._currentRenderer2!==void 0&&h._currentRenderer2!==null&&h._currentRenderer2!==go&&u("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),h._currentRenderer2=go}return Ri=E.parent}function ru(){return Ri}function Ou(h){var E=h._currentValue2;return E}function af(h){return h._reactInternals}function cc(h,E){h._reactInternals=E}var Pi={},Mu={},Bl,rn,yo,Hr,Bn,or,yr,So,Cn;{Bl=new Set,rn=new Set,yo=new Set,yr=new Set,Hr=new Set,So=new Set,Cn=new Set;var Ca=new Set;or=function(h,E){if(!(h===null||typeof h=="function")){var R=E+"_"+h;Ca.has(R)||(Ca.add(R),u("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",E,h))}},Bn=function(h,E){if(E===void 0){var R=Jr(h)||"Component";Hr.has(R)||(Hr.add(R),u("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",R))}}}function Ui(h,E){{var R=h.constructor,L=R&&Jr(R)||"ReactClass",Y=L+"."+E;if(Pi[Y])return;u(`%s(...): Can only update a mounting component. This usually means you called %s() outside componentWillMount() on the server. This is a no-op.
74
+
75
+ Please check the code for the %s component.`,E,E,L),Pi[Y]=!0}}var Eo={isMounted:function(h){return!1},enqueueSetState:function(h,E,R){var L=af(h);L.queue===null?Ui(h,"setState"):(L.queue.push(E),R!=null&&or(R,"setState"))},enqueueReplaceState:function(h,E,R){var L=af(h);L.replace=!0,L.queue=[E],R!=null&&or(R,"setState")},enqueueForceUpdate:function(h,E){var R=af(h);R.queue===null?Ui(h,"forceUpdate"):E!=null&&or(E,"setState")}};function da(h,E,R,L,Y){var ae=R(Y,L);Bn(E,ae);var de=ae==null?L:Ne({},L,ae);return de}function $o(h,E,R){var L=ll,Y=h.contextType;if("contextType"in h){var ae=Y===null||Y!==void 0&&Y.$$typeof===ii&&Y._context===void 0;if(!ae&&!Cn.has(h)){Cn.add(h);var de="";Y===void 0?de=" However, it is set to undefined. This can be caused by a typo or by mixing up named and default imports. This can also happen due to a circular dependency, so try moving the createContext() call to a separate file.":typeof Y!="object"?de=" However, it is set to a "+typeof Y+".":Y.$$typeof===Ar?de=" Did you accidentally pass the Context.Provider instead?":Y._context!==void 0?de=" Did you accidentally pass the Context.Consumer instead?":de=" However, it is set to an object with keys {"+Object.keys(Y).join(", ")+"}.",u("%s defines an invalid contextType. contextType should point to the Context object returned by React.createContext().%s",Jr(h)||"Component",de)}}typeof Y=="object"&&Y!==null?L=Ou(Y):L=R;var Me=new h(E,L);{if(typeof h.getDerivedStateFromProps=="function"&&(Me.state===null||Me.state===void 0)){var Je=Jr(h)||"Component";Bl.has(Je)||(Bl.add(Je),u("`%s` uses `getDerivedStateFromProps` but its initial state is %s. This is not recommended. Instead, define the initial state by assigning an object to `this.state` in the constructor of `%s`. This ensures that `getDerivedStateFromProps` arguments have a consistent shape.",Je,Me.state===null?"null":"undefined",Je))}if(typeof h.getDerivedStateFromProps=="function"||typeof Me.getSnapshotBeforeUpdate=="function"){var Mt=null,Kt=null,Ht=null;if(typeof Me.componentWillMount=="function"&&Me.componentWillMount.__suppressDeprecationWarning!==!0?Mt="componentWillMount":typeof Me.UNSAFE_componentWillMount=="function"&&(Mt="UNSAFE_componentWillMount"),typeof Me.componentWillReceiveProps=="function"&&Me.componentWillReceiveProps.__suppressDeprecationWarning!==!0?Kt="componentWillReceiveProps":typeof Me.UNSAFE_componentWillReceiveProps=="function"&&(Kt="UNSAFE_componentWillReceiveProps"),typeof Me.componentWillUpdate=="function"&&Me.componentWillUpdate.__suppressDeprecationWarning!==!0?Ht="componentWillUpdate":typeof Me.UNSAFE_componentWillUpdate=="function"&&(Ht="UNSAFE_componentWillUpdate"),Mt!==null||Kt!==null||Ht!==null){var $n=Jr(h)||"Component",ha=typeof h.getDerivedStateFromProps=="function"?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";yo.has($n)||(yo.add($n),u(`Unsafe legacy lifecycles will not be called for components using new component APIs.
76
+
77
+ %s uses %s but also contains the following legacy lifecycles:%s%s%s
78
+
79
+ The above lifecycles should be removed. Learn more about this warning here:
80
+ https://reactjs.org/link/unsafe-component-lifecycles`,$n,ha,Mt!==null?`
81
+ `+Mt:"",Kt!==null?`
82
+ `+Kt:"",Ht!==null?`
83
+ `+Ht:""))}}}return Me}function au(h,E,R){{var L=Jr(E)||"Component",Y=h.render;Y||(E.prototype&&typeof E.prototype.render=="function"?u("%s(...): No `render` method found on the returned component instance: did you accidentally return an object from the constructor?",L):u("%s(...): No `render` method found on the returned component instance: you may have forgotten to define `render`.",L)),h.getInitialState&&!h.getInitialState.isReactClassApproved&&!h.state&&u("getInitialState was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Did you mean to define a state property instead?",L),h.getDefaultProps&&!h.getDefaultProps.isReactClassApproved&&u("getDefaultProps was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Use a static property to define defaultProps instead.",L),h.propTypes&&u("propTypes was defined as an instance property on %s. Use a static property to define propTypes instead.",L),h.contextType&&u("contextType was defined as an instance property on %s. Use a static property to define contextType instead.",L),h.contextTypes&&u("contextTypes was defined as an instance property on %s. Use a static property to define contextTypes instead.",L),E.contextType&&E.contextTypes&&!So.has(E)&&(So.add(E),u("%s declares both contextTypes and contextType static properties. The legacy contextTypes property will be ignored.",L)),typeof h.componentShouldUpdate=="function"&&u("%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.",L),E.prototype&&E.prototype.isPureReactComponent&&typeof h.shouldComponentUpdate<"u"&&u("%s has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used.",Jr(E)||"A pure component"),typeof h.componentDidUnmount=="function"&&u("%s has a method called componentDidUnmount(). But there is no such lifecycle method. Did you mean componentWillUnmount()?",L),typeof h.componentDidReceiveProps=="function"&&u("%s has a method called componentDidReceiveProps(). But there is no such lifecycle method. If you meant to update the state in response to changing props, use componentWillReceiveProps(). If you meant to fetch data or run side-effects or mutations after React has updated the UI, use componentDidUpdate().",L),typeof h.componentWillRecieveProps=="function"&&u("%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",L),typeof h.UNSAFE_componentWillRecieveProps=="function"&&u("%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?",L);var ae=h.props!==R;h.props!==void 0&&ae&&u("%s(...): When calling super() in `%s`, make sure to pass up the same props that your component's constructor was passed.",L,L),h.defaultProps&&u("Setting defaultProps as an instance property on %s is not supported and will be ignored. Instead, define defaultProps as a static property on %s.",L,L),typeof h.getSnapshotBeforeUpdate=="function"&&typeof h.componentDidUpdate!="function"&&!rn.has(E)&&(rn.add(E),u("%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.",Jr(E))),typeof h.getDerivedStateFromProps=="function"&&u("%s: getDerivedStateFromProps() is defined as an instance method and will be ignored. Instead, declare it as a static method.",L),typeof h.getDerivedStateFromError=="function"&&u("%s: getDerivedStateFromError() is defined as an instance method and will be ignored. Instead, declare it as a static method.",L),typeof E.getSnapshotBeforeUpdate=="function"&&u("%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.",L);var de=h.state;de&&(typeof de!="object"||fe(de))&&u("%s.state: must be set to an object or null",L),typeof h.getChildContext=="function"&&typeof E.childContextTypes!="object"&&u("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().",L)}}function fc(h,E){var R=E.state;if(typeof E.componentWillMount=="function"){if(E.componentWillMount.__suppressDeprecationWarning!==!0){var L=Jr(h)||"Unknown";Mu[L]||(c(`componentWillMount has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.
84
+
85
+ * Move code from componentWillMount to componentDidMount (preferred in most cases) or the constructor.
86
+
87
+ Please update the following components: %s`,L),Mu[L]=!0)}E.componentWillMount()}typeof E.UNSAFE_componentWillMount=="function"&&E.UNSAFE_componentWillMount(),R!==E.state&&(u("%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",Jr(h)||"Component"),Eo.enqueueReplaceState(E,E.state,null))}function of(h,E,R,L){if(h.queue!==null&&h.queue.length>0){var Y=h.queue,ae=h.replace;if(h.queue=null,h.replace=!1,ae&&Y.length===1)E.state=Y[0];else{for(var de=ae?Y[0]:E.state,Me=!0,Je=ae?1:0;Je<Y.length;Je++){var Mt=Y[Je],Kt=typeof Mt=="function"?Mt.call(E,de,R,L):Mt;Kt!=null&&(Me?(Me=!1,de=Ne({},de,Kt)):Ne(de,Kt))}E.state=de}}else h.queue=null}function dc(h,E,R,L){au(h,E,R);var Y=h.state!==void 0?h.state:null;h.updater=Eo,h.props=R,h.state=Y;var ae={queue:[],replace:!1};cc(h,ae);var de=E.contextType;if(typeof de=="object"&&de!==null?h.context=Ou(de):h.context=L,h.state===R){var Me=Jr(E)||"Component";yr.has(Me)||(yr.add(Me),u("%s: It is not recommended to assign props directly to state because updates to props won't be reflected in state. In most cases, it is better to use props directly.",Me))}var Je=E.getDerivedStateFromProps;typeof Je=="function"&&(h.state=da(h,E,Je,Y,R)),typeof E.getDerivedStateFromProps!="function"&&typeof h.getSnapshotBeforeUpdate!="function"&&(typeof h.UNSAFE_componentWillMount=="function"||typeof h.componentWillMount=="function")&&(fc(E,h),of(ae,h,R,L))}var Di={id:1,overflow:""};function oi(h){var E=h.overflow,R=h.id,L=R&~Uf(R);return L.toString(32)+E}function ss(h,E,R){var L=h.id,Y=h.overflow,ae=Ls(L)-1,de=L&~(1<<ae),Me=R+1,Je=Ls(E)+ae;if(Je>30){var Mt=ae-ae%5,Kt=(1<<Mt)-1,Ht=(de&Kt).toString(32),$n=de>>Mt,ha=ae-Mt,Vi=Ls(E)+ha,Ki=Me<<ha,Vu=Ki|$n,Un=Ht+Y;return{id:1<<Vi|Vu,overflow:Un}}else{var su=Me<<ae,Tp=su|de,gh=Y;return{id:1<<Je|Tp,overflow:gh}}}function Ls(h){return 32-to(h)}function Uf(h){return 1<<Ls(h)-1}var to=Math.clz32?Math.clz32:Hi,Fu=Math.log,no=Math.LN2;function Hi(h){var E=h>>>0;return E===0?32:31-(Fu(E)/no|0)|0}function Bu(h,E){return h===E&&(h!==0||1/h===1/E)||h!==h&&E!==E}var yi=typeof Object.is=="function"?Object.is:Bu,Tn=null,li=null,_a=null,rr=null,pa=!1,iu=!1,cs=0,Ja=null,Fa=0,Ua=25,hr=!1,ui;function sl(){if(Tn===null)throw new Error(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
88
+ 1. You might have mismatching versions of React and the renderer (such as React DOM)
89
+ 2. You might be breaking the Rules of Hooks
90
+ 3. You might have more than one copy of React in the same app
91
+ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`);return hr&&u("Do not call Hooks inside useEffect(...), useMemo(...), or other built-in Hooks. You can only call Hooks at the top level of your React function. For more information, see https://reactjs.org/link/rules-of-hooks"),Tn}function Ad(h,E){if(E===null)return u("%s received a final argument during this render, but not during the previous render. Even though the final argument is optional, its type cannot change between renders.",ui),!1;h.length!==E.length&&u(`The final argument passed to %s changed size between renders. The order and size of this array must remain constant.
92
+
93
+ Previous: %s
94
+ Incoming: %s`,ui,"["+h.join(", ")+"]","["+E.join(", ")+"]");for(var R=0;R<E.length&&R<h.length;R++)if(!yi(h[R],E[R]))return!1;return!0}function pc(){if(Fa>0)throw new Error("Rendered more hooks than during the previous render");return{memoizedState:null,queue:null,next:null}}function fs(){return rr===null?_a===null?(pa=!1,_a=rr=pc()):(pa=!0,rr=_a):rr.next===null?(pa=!1,rr=rr.next=pc()):(pa=!0,rr=rr.next),rr}function lf(h,E){Tn=E,li=h,hr=!1,cs=0}function uf(h,E,R,L){for(;iu;)iu=!1,cs=0,Fa+=1,rr=null,R=h(E,L);return Xr(),R}function Hf(){var h=cs!==0;return h}function Xr(){hr=!1,Tn=null,li=null,iu=!1,_a=null,Fa=0,Ja=null,rr=null}function $f(h){return hr&&u("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo()."),Ou(h)}function hc(h){return ui="useContext",sl(),Ou(h)}function Ai(h,E){return typeof E=="function"?E(h):E}function Nl(h){return ui="useState",vc(Ai,h)}function vc(h,E,R){if(h!==Ai&&(ui="useReducer"),Tn=sl(),rr=fs(),pa){var L=rr.queue,Y=L.dispatch;if(Ja!==null){var ae=Ja.get(L);if(ae!==void 0){Ja.delete(L);var de=rr.memoizedState,Me=ae;do{var Je=Me.action;hr=!0,de=h(de,Je),hr=!1,Me=Me.next}while(Me!==null);return rr.memoizedState=de,[de,Y]}}return[rr.memoizedState,Y]}else{hr=!0;var Mt;h===Ai?Mt=typeof E=="function"?E():E:Mt=R!==void 0?R(E):E,hr=!1,rr.memoizedState=Mt;var Kt=rr.queue={last:null,dispatch:null},Ht=Kt.dispatch=Nu.bind(null,Tn,Kt);return[rr.memoizedState,Ht]}}function ou(h,E){Tn=sl(),rr=fs();var R=E===void 0?null:E;if(rr!==null){var L=rr.memoizedState;if(L!==null&&R!==null){var Y=L[1];if(Ad(R,Y))return L[0]}}hr=!0;var ae=h();return hr=!1,rr.memoizedState=[ae,R],ae}function jf(h){Tn=sl(),rr=fs();var E=rr.memoizedState;if(E===null){var R={current:h};return Object.seal(R),rr.memoizedState=R,R}else return E}function Vf(h,E){ui="useLayoutEffect",u("useLayoutEffect does nothing on the server, because its effect cannot be encoded into the server renderer's output format. This will lead to a mismatch between the initial, non-hydrated UI and the intended UI. To avoid this, useLayoutEffect should only be used in components that render exclusively on the client. See https://reactjs.org/link/uselayouteffect-ssr for common fixes.")}function Nu(h,E,R){if(Fa>=Ua)throw new Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");if(h===Tn){iu=!0;var L={action:R,next:null};Ja===null&&(Ja=new Map);var Y=Ja.get(E);if(Y===void 0)Ja.set(E,L);else{for(var ae=Y;ae.next!==null;)ae=ae.next;ae.next=L}}}function si(h,E){return ou(function(){return h},E)}function Ct(h,E,R){return sl(),E(h._source)}function Ba(h,E,R){if(R===void 0)throw new Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");return R()}function Si(h){return sl(),h}function zs(){throw new Error("startTransition cannot be called during server rendering.")}function Kf(){return sl(),[!1,zs]}function cl(){var h=li,E=oi(h.treeContext),R=ba;if(R===null)throw new Error("Invalid hook call. Hooks can only be called inside of the body of a function component.");var L=cs++;return Pr(R,E,L)}function jo(){}var sf={readContext:$f,useContext:hc,useMemo:ou,useReducer:vc,useRef:jf,useState:Nl,useInsertionEffect:jo,useLayoutEffect:Vf,useCallback:si,useImperativeHandle:jo,useEffect:jo,useDebugValue:jo,useDeferredValue:Si,useTransition:Kf,useId:cl,useMutableSource:Ct,useSyncExternalStore:Ba},ba=null;function Vo(h){ba=h}function Ll(h){try{var E="",R=h;do{switch(R.tag){case 0:E+=Du(R.type,null,null);break;case 1:E+=Os(R.type,null,null);break;case 2:E+=rf(R.type,null,null);break}R=R.parent}while(R);return E}catch(L){return`
95
+ Error generating stack: `+L.message+`
96
+ `+L.stack}}var fl=l.ReactCurrentDispatcher,Is=l.ReactDebugCurrentFrame,dl=0,wo=1,Wf=2,mc=3,zl=4,Od=0,Yf=1,pl=2,cf=12800;function Ps(h){return console.error(h),null}function Lu(){}function ff(h,E,R,L,Y,ae,de,Me,Je){var Mt=[],Kt=new Set,Ht={destination:null,responseState:E,progressiveChunkSize:L===void 0?cf:L,status:Od,fatalError:null,nextSegmentId:0,allPendingTasks:0,pendingRootTasks:0,completedRootSegment:null,abortableTasks:Kt,pingedTasks:Mt,clientRenderedBoundaries:[],completedBoundaries:[],partialBoundaries:[],onError:Y===void 0?Ps:Y,onAllReady:ae===void 0?Lu:ae,onShellReady:de===void 0?Lu:de,onShellError:Me===void 0?Lu:Me,onFatalError:Je===void 0?Lu:Je},$n=Ko(Ht,0,null,R,!1,!1);$n.parentFlushed=!0;var ha=Us(Ht,h,null,$n,Kt,ll,ls,Di);return Mt.push(ha),Ht}function gc(h,E){var R=h.pingedTasks;R.push(E),R.length===1&&S(function(){return xc(h)})}function ro(h,E){return{id:pi,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,forceClientRender:!1,completedSegments:[],byteSize:0,fallbackAbortableTasks:E,errorDigest:null}}function Us(h,E,R,L,Y,ae,de,Me){h.allPendingTasks++,R===null?h.pendingRootTasks++:R.pendingTasks++;var Je={node:E,ping:function(){return gc(h,Je)},blockedBoundary:R,blockedSegment:L,abortSet:Y,legacyContext:ae,context:de,treeContext:Me};return Je.componentStack=null,Y.add(Je),Je}function Ko(h,E,R,L,Y,ae){return{status:dl,id:-1,index:E,parentFlushed:!1,chunks:[],children:[],formatContext:L,boundary:R,lastPushedText:Y,textEmbedded:ae}}var Ha=null;function ds(){return Ha===null||Ha.componentStack===null?"":Ll(Ha.componentStack)}function Ei(h,E){h.componentStack={tag:0,parent:h.componentStack,type:E}}function Wo(h,E){h.componentStack={tag:1,parent:h.componentStack,type:E}}function yc(h,E){h.componentStack={tag:2,parent:h.componentStack,type:E}}function Za(h){h.componentStack===null?u("Unexpectedly popped too many stack frames. This is a bug in React."):h.componentStack=h.componentStack.parent}var qt=null;function Wn(h,E){{var R;typeof E=="string"?R=E:E&&typeof E.message=="string"?R=E.message:R=String(E);var L=qt||ds();qt=null,h.errorMessage=R,h.errorComponentStack=L}}function cn(h,E){var R=h.onError(E);if(R!=null&&typeof R!="string")throw new Error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "'+typeof R+'" instead');return R}function Zr(h,E){var R=h.onShellError;R(E);var L=h.onFatalError;L(E),h.destination!==null?(h.status=pl,te(h.destination,E)):(h.status=Yf,h.fatalError=E)}function Co(h,E,R){Ei(E,"Suspense");var L=E.blockedBoundary,Y=E.blockedSegment,ae=R.fallback,de=R.children,Me=new Set,Je=ro(h,Me),Mt=Y.chunks.length,Kt=Ko(h,Mt,Je,Y.formatContext,!1,!1);Y.children.push(Kt),Y.lastPushedText=!1;var Ht=Ko(h,0,null,Y.formatContext,!1,!1);Ht.parentFlushed=!0,E.blockedBoundary=Je,E.blockedSegment=Ht;try{if(ms(h,E,de),j(Ht.chunks,h.responseState,Ht.lastPushedText,Ht.textEmbedded),Ht.status=wo,bo(Je,Ht),Je.pendingTasks===0){Za(E);return}}catch(ha){Ht.status=zl,Je.forceClientRender=!0,Je.errorDigest=cn(h,ha),Wn(Je,ha)}finally{E.blockedBoundary=L,E.blockedSegment=Y}var $n=Us(h,ae,L,Kt,Me,E.legacyContext,E.context,E.treeContext);$n.componentStack=E.componentStack,h.pingedTasks.push($n),Za(E)}function Sc(h,E,R,L){Ei(E,R);var Y=E.blockedSegment,ae=wa(Y.chunks,R,L,h.responseState,Y.formatContext);Y.lastPushedText=!1;var de=Y.formatContext;Y.formatContext=so(de,R,L),ms(h,E,ae),Y.formatContext=de,Ya(Y.chunks,R),Y.lastPushedText=!1,Za(E)}function df(h){return h.prototype&&h.prototype.isReactComponent}function Ec(h,E,R,L,Y){var ae={};lf(E,ae);var de=R(L,Y);return uf(R,L,de,Y)}function hl(h,E,R,L,Y){var ae=R.render();R.props!==Y&&($i||u("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.",Jr(L)||"a component"),$i=!0);{var de=L.childContextTypes;if(de!=null){var Me=E.legacyContext,Je=tu(R,L,Me,de);E.legacyContext=Je,Mi(h,E,ae),E.legacyContext=Me;return}}Mi(h,E,ae)}function ea(h,E,R,L){yc(E,R);var Y=uc(R,E.legacyContext),ae=$o(R,L,Y);dc(ae,R,L,Y),hl(h,E,ae,R,L),Za(E)}var Ve={},er={},yn={},Yo={},$i=!1,zu=!1,ta=!1,lu=!1;function Iu(h,E,R,L){var Y;if(Y=uc(R,E.legacyContext),Wo(E,R),R.prototype&&typeof R.prototype.render=="function"){var ae=Jr(R)||"Unknown";Ve[ae]||(u("The <%s /> component appears to have a render method, but doesn't extend React.Component. This is likely to cause errors. Change %s to extend React.Component instead.",ae,ae),Ve[ae]=!0)}var de=Ec(h,E,R,L,Y),Me=Hf();if(typeof de=="object"&&de!==null&&typeof de.render=="function"&&de.$$typeof===void 0){var Je=Jr(R)||"Unknown";er[Je]||(u("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",Je,Je,Je),er[Je]=!0)}if(typeof de=="object"&&de!==null&&typeof de.render=="function"&&de.$$typeof===void 0){{var Mt=Jr(R)||"Unknown";er[Mt]||(u("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",Mt,Mt,Mt),er[Mt]=!0)}dc(de,R,L,Y),hl(h,E,de,R,L)}else if(ps(R),Me){var Kt=E.treeContext,Ht=1,$n=0;E.treeContext=ss(Kt,Ht,$n);try{Mi(h,E,de)}finally{E.treeContext=Kt}}else Mi(h,E,de);Za(E)}function ps(h){{if(h&&h.childContextTypes&&u("%s(...): childContextTypes cannot be defined on a function component.",h.displayName||h.name||"Component"),typeof h.getDerivedStateFromProps=="function"){var E=Jr(h)||"Unknown";Yo[E]||(u("%s: Function components do not support getDerivedStateFromProps.",E),Yo[E]=!0)}if(typeof h.contextType=="object"&&h.contextType!==null){var R=Jr(h)||"Unknown";yn[R]||(u("%s: Function components do not support contextType.",R),yn[R]=!0)}}}function _o(h,E){if(h&&h.defaultProps){var R=Ne({},E),L=h.defaultProps;for(var Y in L)R[Y]===void 0&&(R[Y]=L[Y]);return R}return E}function ao(h,E,R,L,Y){Wo(E,R.render);var ae=Ec(h,E,R.render,L,Y),de=Hf();if(de){var Me=E.treeContext,Je=1,Mt=0;E.treeContext=ss(Me,Je,Mt);try{Mi(h,E,ae)}finally{E.treeContext=Me}}else Mi(h,E,ae);Za(E)}function hs(h,E,R,L,Y){var ae=R.type,de=_o(ae,L);Hs(h,E,ae,de,Y)}function vs(h,E,R,L){R._context===void 0?R!==R.Consumer&&(lu||(lu=!0,u("Rendering <Context> directly is not supported and will be removed in a future major release. Did you mean to render <Context.Consumer> instead?"))):R=R._context;var Y=L.children;typeof Y!="function"&&u("A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it.");var ae=Ou(R),de=Y(ae);Mi(h,E,de)}function wc(h,E,R,L){var Y=R._context,ae=L.value,de=L.children,Me;Me=E.context,E.context=eo(Y,ae),Mi(h,E,de),E.context=nu(Y),Me!==E.context&&u("Popping the context provider did not return back to the original snapshot. This is a bug in React.")}function Oi(h,E,R,L,Y){Ei(E,"Lazy");var ae=R._payload,de=R._init,Me=de(ae),Je=_o(Me,L);Hs(h,E,Me,Je,Y),Za(E)}function Hs(h,E,R,L,Y){if(typeof R=="function")if(df(R)){ea(h,E,R,L);return}else{Iu(h,E,R,L);return}if(typeof R=="string"){Sc(h,E,R,L);return}switch(R){case zf:case Ds:case gn:case Pn:case yt:{Mi(h,E,L.children);return}case Rs:{Ei(E,"SuspenseList"),Mi(h,E,L.children),Za(E);return}case Lf:throw new Error("ReactDOMServer does not yet support scope components.");case Qa:{Co(h,E,L);return}}if(typeof R=="object"&&R!==null)switch(R.$$typeof){case qa:{ao(h,E,R,L,Y);return}case Qc:{hs(h,E,R,L,Y);return}case Ar:{wc(h,E,R,L);return}case ii:{vs(h,E,R,L);return}case Zi:{Oi(h,E,R,L);return}}var ae="";throw(R===void 0||typeof R=="object"&&R!==null&&Object.keys(R).length===0)&&(ae+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."),new Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) "+("but got: "+(R==null?R:typeof R)+"."+ae))}function Cc(h,E){typeof Symbol=="function"&&h[Symbol.toStringTag]==="Generator"&&(zu||u("Using Generators as children is unsupported and will likely yield unexpected results because enumerating a generator mutates it. You may convert it to an array with `Array.from()` or the `[...spread]` operator before rendering. Keep in mind you might need to polyfill these features for older browsers."),zu=!0),h.entries===E&&(ta||u("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),ta=!0)}function Mi(h,E,R){try{return $s(h,E,R)}catch(L){throw typeof L=="object"&&L!==null&&typeof L.then=="function"||(qt=qt!==null?qt:ds()),L}}function $s(h,E,R){if(E.node=R,typeof R=="object"&&R!==null){switch(R.$$typeof){case Ge:{var L=R,Y=L.type,ae=L.props,de=L.ref;Hs(h,E,Y,ae,de);return}case xt:throw new Error("Portals are not currently supported by the server renderer. Render them conditionally so that they only appear on the client render.");case Zi:{var Me=R,Je=Me._payload,Mt=Me._init,Kt;try{Kt=Mt(Je)}catch(su){throw typeof su=="object"&&su!==null&&typeof su.then=="function"&&Ei(E,"Lazy"),su}Mi(h,E,Kt);return}}if(fe(R)){_c(h,E,R);return}var Ht=la(R);if(Ht){Cc(R,Ht);var $n=Ht.call(R);if($n){var ha=$n.next();if(!ha.done){var Vi=[];do Vi.push(ha.value),ha=$n.next();while(!ha.done);_c(h,E,Vi);return}return}}var Ki=Object.prototype.toString.call(R);throw new Error("Objects are not valid as a React child (found: "+(Ki==="[object Object]"?"object with keys {"+Object.keys(R).join(", ")+"}":Ki)+"). If you meant to render a collection of children, use an array instead.")}if(typeof R=="string"){var Vu=E.blockedSegment;Vu.lastPushedText=P(E.blockedSegment.chunks,R,h.responseState,Vu.lastPushedText);return}if(typeof R=="number"){var Un=E.blockedSegment;Un.lastPushedText=P(E.blockedSegment.chunks,""+R,h.responseState,Un.lastPushedText);return}typeof R=="function"&&u("Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. Or maybe you meant to call this function rather than return it.")}function _c(h,E,R){for(var L=R.length,Y=0;Y<L;Y++){var ae=E.treeContext;E.treeContext=ss(ae,L,Y);try{ms(h,E,R[Y])}finally{E.treeContext=ae}}}function pf(h,E,R){var L=E.blockedSegment,Y=L.chunks.length,ae=Ko(h,Y,null,L.formatContext,L.lastPushedText,!0);L.children.push(ae),L.lastPushedText=!1;var de=Us(h,E.node,E.blockedBoundary,ae,E.abortSet,E.legacyContext,E.context,E.treeContext);E.componentStack!==null&&(de.componentStack=E.componentStack.parent);var Me=de.ping;R.then(Me,Me)}function ms(h,E,R){var L=E.blockedSegment.formatContext,Y=E.legacyContext,ae=E.context,de=null;de=E.componentStack;try{return Mi(h,E,R)}catch(Me){if(Xr(),typeof Me=="object"&&Me!==null&&typeof Me.then=="function"){pf(h,E,Me),E.blockedSegment.formatContext=L,E.legacyContext=Y,E.context=ae,ul(ae),E.componentStack=de;return}else throw E.blockedSegment.formatContext=L,E.legacyContext=Y,E.context=ae,ul(ae),E.componentStack=de,Me}}function Il(h,E,R,L){var Y=cn(h,L);if(E===null?Zr(h,L):(E.pendingTasks--,E.forceClientRender||(E.forceClientRender=!0,E.errorDigest=Y,Wn(E,L),E.parentFlushed&&h.clientRenderedBoundaries.push(E))),h.allPendingTasks--,h.allPendingTasks===0){var ae=h.onAllReady;ae()}}function bc(h){var E=this,R=h.blockedBoundary,L=h.blockedSegment;L.status=mc,Uu(E,R,L)}function Pu(h,E,R){var L=h.blockedBoundary,Y=h.blockedSegment;if(Y.status=mc,L===null)E.allPendingTasks--,E.status!==pl&&(E.status=pl,E.destination!==null&&$(E.destination));else{if(L.pendingTasks--,!L.forceClientRender){L.forceClientRender=!0;var ae=R===void 0?new Error("The render was aborted by the server without a reason."):R;L.errorDigest=E.onError(ae);{var de="The server did not finish this Suspense boundary: ";ae&&typeof ae.message=="string"?ae=de+ae.message:ae=de+String(ae);var Me=Ha;Ha=h;try{Wn(L,ae)}finally{Ha=Me}}L.parentFlushed&&E.clientRenderedBoundaries.push(L)}if(L.fallbackAbortableTasks.forEach(function(Mt){return Pu(Mt,E,R)}),L.fallbackAbortableTasks.clear(),E.allPendingTasks--,E.allPendingTasks===0){var Je=E.onAllReady;Je()}}}function bo(h,E){if(E.chunks.length===0&&E.children.length===1&&E.children[0].boundary===null){var R=E.children[0];R.id=E.id,R.parentFlushed=!0,R.status===wo&&bo(h,R)}else{var L=h.completedSegments;L.push(E)}}function Uu(h,E,R){if(E===null){if(R.parentFlushed){if(h.completedRootSegment!==null)throw new Error("There can only be one root segment. This is a bug in React.");h.completedRootSegment=R}if(h.pendingRootTasks--,h.pendingRootTasks===0){h.onShellError=Lu;var L=h.onShellReady;L()}}else if(E.pendingTasks--,!E.forceClientRender){if(E.pendingTasks===0)R.parentFlushed&&R.status===wo&&bo(E,R),E.parentFlushed&&h.completedBoundaries.push(E),E.fallbackAbortableTasks.forEach(bc,h),E.fallbackAbortableTasks.clear();else if(R.parentFlushed&&R.status===wo){bo(E,R);var Y=E.completedSegments;Y.length===1&&E.parentFlushed&&h.partialBoundaries.push(E)}}if(h.allPendingTasks--,h.allPendingTasks===0){var ae=h.onAllReady;ae()}}function Hu(h,E){var R=E.blockedSegment;if(R.status===dl){ul(E.context);var L=null;L=Ha,Ha=E;try{Mi(h,E,E.node),j(R.chunks,h.responseState,R.lastPushedText,R.textEmbedded),E.abortSet.delete(E),R.status=wo,Uu(h,E.blockedBoundary,R)}catch(ae){if(Xr(),typeof ae=="object"&&ae!==null&&typeof ae.then=="function"){var Y=E.ping;ae.then(Y,Y)}else E.abortSet.delete(E),R.status=zl,Il(h,E.blockedBoundary,R,ae)}finally{Ha=L}}}function xc(h){if(h.status!==pl){var E=ru(),R=fl.current;fl.current=sf;var L;L=Is.getCurrentStack,Is.getCurrentStack=ds;var Y=ba;Vo(h.responseState);try{var ae=h.pingedTasks,de;for(de=0;de<ae.length;de++){var Me=ae[de];Hu(h,Me)}ae.splice(0,de),h.destination!==null&&hf(h,h.destination)}catch(Je){cn(h,Je),Zr(h,Je)}finally{Vo(Y),fl.current=R,Is.getCurrentStack=L,R===sf&&ul(E)}}}function $u(h,E,R){switch(R.parentFlushed=!0,R.status){case dl:{var L=R.id=h.nextSegmentId++;return R.lastPushedText=!1,R.textEmbedded=!1,Ji(E,h.responseState,L)}case wo:{R.status=Wf;for(var Y=!0,ae=R.chunks,de=0,Me=R.children,Je=0;Je<Me.length;Je++){for(var Mt=Me[Je];de<Mt.index;de++)x(E,ae[de]);Y=gs(h,E,Mt)}for(;de<ae.length-1;de++)x(E,ae[de]);return de<ae.length&&(Y=N(E,ae[de])),Y}default:throw new Error("Aborted, errored or already flushed boundaries should not be flushed again. This is a bug in React.")}}function gs(h,E,R){var L=R.boundary;if(L===null)return $u(h,E,R);if(L.parentFlushed=!0,L.forceClientRender)return ue(E,h.responseState,L.errorDigest,L.errorMessage,L.errorComponentStack),$u(h,E,R),Ie(E,h.responseState);if(L.pendingTasks>0){L.rootSegmentID=h.nextSegmentId++,L.completedSegments.length>0&&h.partialBoundaries.push(L);var Y=L.id=Yr(h.responseState);return vo(E,h.responseState,Y),$u(h,E,R),Ga(E,h.responseState)}else{if(L.byteSize>h.progressiveChunkSize)return L.rootSegmentID=h.nextSegmentId++,h.completedBoundaries.push(L),vo(E,h.responseState,L.id),$u(h,E,R),Ga(E,h.responseState);Z(E,h.responseState);var ae=L.completedSegments;if(ae.length!==1)throw new Error("A previously unvisited boundary must have exactly one root segment. This is a bug in React.");var de=ae[0];return gs(h,E,de),Ee(E,h.responseState)}}function js(h,E,R){return Ql(E,h.responseState,R.id,R.errorDigest,R.errorMessage,R.errorComponentStack)}function Vs(h,E,R){return _e(E,h.responseState,R.formatContext,R.id),gs(h,E,R),De(E,R.formatContext)}function uu(h,E,R){for(var L=R.completedSegments,Y=0;Y<L.length;Y++){var ae=L[Y];ji(h,E,R,ae)}return L.length=0,Xc(E,h.responseState,R.id,R.rootSegmentID)}function ju(h,E,R){for(var L=R.completedSegments,Y=0;Y<L.length;Y++){var ae=L[Y];if(!ji(h,E,R,ae))return Y++,L.splice(0,Y),!1}return L.splice(0,Y),!0}function ji(h,E,R,L){if(L.status===Wf)return!0;var Y=L.id;if(Y===-1){var ae=L.id=R.rootSegmentID;if(ae===-1)throw new Error("A root segment ID must have been assigned by now. This is a bug in React.");return Vs(h,E,L)}else return Vs(h,E,L),Dr(E,h.responseState,Y)}function hf(h,E){try{var R=h.completedRootSegment;R!==null&&h.pendingRootTasks===0&&(gs(h,E,R),h.completedRootSegment=null,co(E,h.responseState));var L=h.clientRenderedBoundaries,Y;for(Y=0;Y<L.length;Y++){var ae=L[Y];if(!js(h,E,ae)){h.destination=null,Y++,L.splice(0,Y);return}}L.splice(0,Y);var de=h.completedBoundaries;for(Y=0;Y<de.length;Y++){var Me=de[Y];if(!uu(h,E,Me)){h.destination=null,Y++,de.splice(0,Y);return}}de.splice(0,Y);var Je=h.partialBoundaries;for(Y=0;Y<Je.length;Y++){var Mt=Je[Y];if(!ju(h,E,Mt)){h.destination=null,Y++,Je.splice(0,Y);return}}Je.splice(0,Y);var Kt=h.completedBoundaries;for(Y=0;Y<Kt.length;Y++){var Ht=Kt[Y];if(!uu(h,E,Ht)){h.destination=null,Y++,Kt.splice(0,Y);return}}Kt.splice(0,Y)}finally{h.allPendingTasks===0&&h.pingedTasks.length===0&&h.clientRenderedBoundaries.length===0&&h.completedBoundaries.length===0&&(h.abortableTasks.size!==0&&u("There was still abortable task at the root when we closed. This is a bug in React."),$(E))}}function qr(h){S(function(){return xc(h)})}function m(h,E){if(h.status===Yf){h.status=pl,te(E,h.fatalError);return}if(h.status!==pl&&h.destination===null){h.destination=E;try{hf(h,E)}catch(R){cn(h,R),Zr(h,R)}}}function C(h,E){try{var R=h.abortableTasks;R.forEach(function(L){return Pu(L,h,E)}),R.clear(),h.destination!==null&&hf(h,h.destination)}catch(L){cn(h,L),Zr(h,L)}}function F(){}function H(h,E,R,L){var Y=!1,ae=null,de="",Me={push:function(Ht){return Ht!==null&&(de+=Ht),!0},destroy:function(Ht){Y=!0,ae=Ht}},Je=!1;function Mt(){Je=!0}var Kt=ff(h,w(R,E?E.identifierPrefix:void 0),M(),1/0,F,void 0,Mt,void 0,void 0);if(qr(Kt),C(Kt,L),m(Kt,Me),Y)throw ae;if(!Je)throw new Error("A component suspended while responding to synchronous input. This will cause the UI to be replaced with a loading indicator. To fix, updates that suspend should be wrapped with startTransition.");return de}function Q(h,E){return H(h,E,!1,'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server')}function ce(h,E){return H(h,E,!0,'The server used "renderToStaticMarkup" which does not support Suspense. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server')}function he(){throw new Error("ReactDOMServer.renderToNodeStream(): The streaming API is not available in the browser. Use ReactDOMServer.renderToString() instead.")}function Le(){throw new Error("ReactDOMServer.renderToStaticNodeStream(): The streaming API is not available in the browser. Use ReactDOMServer.renderToStaticMarkup() instead.")}hp.renderToNodeStream=he,hp.renderToStaticMarkup=ce,hp.renderToStaticNodeStream=Le,hp.renderToString=Q,hp.version=i}()),hp}var fm={};/**
97
+ * @license React
98
+ * react-dom-server.browser.development.js
99
+ *
100
+ * Copyright (c) Facebook, Inc. and its affiliates.
101
+ *
102
+ * This source code is licensed under the MIT license found in the
103
+ * LICENSE file in the root directory of this source tree.
104
+ */var L6;function L_(){return L6||(L6=1,process.env.NODE_ENV!=="production"&&function(){var o=Qn.default,i="18.2.0",l=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function c(m){{for(var C=arguments.length,F=new Array(C>1?C-1:0),H=1;H<C;H++)F[H-1]=arguments[H];g("warn",m,F)}}function u(m){{for(var C=arguments.length,F=new Array(C>1?C-1:0),H=1;H<C;H++)F[H-1]=arguments[H];g("error",m,F)}}function g(m,C,F){{var H=l.ReactDebugCurrentFrame,Q=H.getStackAddendum();Q!==""&&(C+="%s",F=F.concat([Q]));var ce=F.map(function(he){return String(he)});ce.unshift("Warning: "+C),Function.prototype.apply.call(console[m],console,ce)}}function S(m){m()}var A=512,x=null,N=0;function q(m){x=new Uint8Array(A),N=0}function $(m,C){if(C.length!==0){if(C.length>A){N>0&&(m.enqueue(new Uint8Array(x.buffer,0,N)),x=new Uint8Array(A),N=0),m.enqueue(C);return}var F=C,H=x.length-N;H<F.length&&(H===0?m.enqueue(x):(x.set(F.subarray(0,H),N),m.enqueue(x),F=F.subarray(H)),x=new Uint8Array(A),N=0),x.set(F,N),N+=F.length}}function K(m,C){return $(m,C),!0}function J(m){x&&N>0&&(m.enqueue(new Uint8Array(x.buffer,0,N)),x=null,N=0)}function te(m){m.close()}var le=new TextEncoder;function ie(m){return le.encode(m)}function oe(m){return le.encode(m)}function Ce(m,C){typeof m.error=="function"?m.error(C):m.close()}function Se(m){{var C=typeof Symbol=="function"&&Symbol.toStringTag,F=C&&m[Symbol.toStringTag]||m.constructor.name||"Object";return F}}function we(m){try{return Be(m),!1}catch{return!0}}function Be(m){return""+m}function nt(m,C){if(we(m))return u("The provided `%s` attribute is an unsupported type %s. This value must be coerced to a string before before using it here.",C,Se(m)),Be(m)}function je(m,C){if(we(m))return u("The provided `%s` CSS property is an unsupported type %s. This value must be coerced to a string before before using it here.",C,Se(m)),Be(m)}function ct(m){if(we(m))return u("The provided HTML markup uses a value of unsupported type %s. This value must be coerced to a string before before using it here.",Se(m)),Be(m)}var Xe=Object.prototype.hasOwnProperty,ht=0,Ze=1,ut=2,He=3,rt=4,Xt=5,kt=6,Lt=":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",$e=Lt+"\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040",et=new RegExp("^["+Lt+"]["+$e+"]*$"),Ye={},lt={};function Et(m){return Xe.call(lt,m)?!0:Xe.call(Ye,m)?!1:et.test(m)?(lt[m]=!0,!0):(Ye[m]=!0,u("Invalid attribute name: `%s`",m),!1)}function tr(m,C,F,H){if(F!==null&&F.type===ht)return!1;switch(typeof C){case"function":case"symbol":return!0;case"boolean":{if(H)return!1;if(F!==null)return!F.acceptsBooleans;var Q=m.toLowerCase().slice(0,5);return Q!=="data-"&&Q!=="aria-"}default:return!1}}function Jn(m){return wt.hasOwnProperty(m)?wt[m]:null}function Dt(m,C,F,H,Q,ce,he){this.acceptsBooleans=C===ut||C===He||C===rt,this.attributeName=H,this.attributeNamespace=Q,this.mustUseProperty=F,this.propertyName=m,this.type=C,this.sanitizeURL=ce,this.removeEmptyString=he}var wt={},zn=["children","dangerouslySetInnerHTML","defaultValue","defaultChecked","innerHTML","suppressContentEditableWarning","suppressHydrationWarning","style"];zn.forEach(function(m){wt[m]=new Dt(m,ht,!1,m,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(m){var C=m[0],F=m[1];wt[C]=new Dt(C,Ze,!1,F,null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(m){wt[m]=new Dt(m,ut,!1,m.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(m){wt[m]=new Dt(m,ut,!1,m,null,!1,!1)}),["allowFullScreen","async","autoFocus","autoPlay","controls","default","defer","disabled","disablePictureInPicture","disableRemotePlayback","formNoValidate","hidden","loop","noModule","noValidate","open","playsInline","readOnly","required","reversed","scoped","seamless","itemScope"].forEach(function(m){wt[m]=new Dt(m,He,!1,m.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(m){wt[m]=new Dt(m,He,!0,m,null,!1,!1)}),["capture","download"].forEach(function(m){wt[m]=new Dt(m,rt,!1,m,null,!1,!1)}),["cols","rows","size","span"].forEach(function(m){wt[m]=new Dt(m,kt,!1,m,null,!1,!1)}),["rowSpan","start"].forEach(function(m){wt[m]=new Dt(m,Xt,!1,m.toLowerCase(),null,!1,!1)});var lr=/[\-\:]([a-z])/g,Dn=function(m){return m[1].toUpperCase()};["accent-height","alignment-baseline","arabic-form","baseline-shift","cap-height","clip-path","clip-rule","color-interpolation","color-interpolation-filters","color-profile","color-rendering","dominant-baseline","enable-background","fill-opacity","fill-rule","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","glyph-name","glyph-orientation-horizontal","glyph-orientation-vertical","horiz-adv-x","horiz-origin-x","image-rendering","letter-spacing","lighting-color","marker-end","marker-mid","marker-start","overline-position","overline-thickness","paint-order","panose-1","pointer-events","rendering-intent","shape-rendering","stop-color","stop-opacity","strikethrough-position","strikethrough-thickness","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-anchor","text-decoration","text-rendering","underline-position","underline-thickness","unicode-bidi","unicode-range","units-per-em","v-alphabetic","v-hanging","v-ideographic","v-mathematical","vector-effect","vert-adv-y","vert-origin-x","vert-origin-y","word-spacing","writing-mode","xmlns:xlink","x-height"].forEach(function(m){var C=m.replace(lr,Dn);wt[C]=new Dt(C,Ze,!1,m,null,!1,!1)}),["xlink:actuate","xlink:arcrole","xlink:role","xlink:show","xlink:title","xlink:type"].forEach(function(m){var C=m.replace(lr,Dn);wt[C]=new Dt(C,Ze,!1,m,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(m){var C=m.replace(lr,Dn);wt[C]=new Dt(C,Ze,!1,m,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(m){wt[m]=new Dt(m,Ze,!1,m.toLowerCase(),null,!1,!1)});var sr="xlinkHref";wt[sr]=new Dt("xlinkHref",Ze,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(m){wt[m]=new Dt(m,Ze,!1,m.toLowerCase(),null,!0,!0)});var An={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0};function wr(m,C){return m+C.charAt(0).toUpperCase()+C.substring(1)}var zt=["Webkit","ms","Moz","O"];Object.keys(An).forEach(function(m){zt.forEach(function(C){An[wr(C,m)]=An[m]})});var sn={button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0};function on(m,C){sn[C.type]||C.onChange||C.onInput||C.readOnly||C.disabled||C.value==null||u("You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`."),C.onChange||C.readOnly||C.disabled||C.checked==null||u("You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`.")}function Vn(m,C){if(m.indexOf("-")===-1)return typeof C.is=="string";switch(m){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var cr={"aria-current":0,"aria-description":0,"aria-details":0,"aria-disabled":0,"aria-hidden":0,"aria-invalid":0,"aria-keyshortcuts":0,"aria-label":0,"aria-roledescription":0,"aria-autocomplete":0,"aria-checked":0,"aria-expanded":0,"aria-haspopup":0,"aria-level":0,"aria-modal":0,"aria-multiline":0,"aria-multiselectable":0,"aria-orientation":0,"aria-placeholder":0,"aria-pressed":0,"aria-readonly":0,"aria-required":0,"aria-selected":0,"aria-sort":0,"aria-valuemax":0,"aria-valuemin":0,"aria-valuenow":0,"aria-valuetext":0,"aria-atomic":0,"aria-busy":0,"aria-live":0,"aria-relevant":0,"aria-dropeffect":0,"aria-grabbed":0,"aria-activedescendant":0,"aria-colcount":0,"aria-colindex":0,"aria-colspan":0,"aria-controls":0,"aria-describedby":0,"aria-errormessage":0,"aria-flowto":0,"aria-labelledby":0,"aria-owns":0,"aria-posinset":0,"aria-rowcount":0,"aria-rowindex":0,"aria-rowspan":0,"aria-setsize":0},On={},Nn=new RegExp("^(aria)-["+$e+"]*$"),Gn=new RegExp("^(aria)[A-Z]["+$e+"]*$");function nr(m,C){{if(Xe.call(On,C)&&On[C])return!0;if(Gn.test(C)){var F="aria-"+C.slice(4).toLowerCase(),H=cr.hasOwnProperty(F)?F:null;if(H==null)return u("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",C),On[C]=!0,!0;if(C!==H)return u("Invalid ARIA attribute `%s`. Did you mean `%s`?",C,H),On[C]=!0,!0}if(Nn.test(C)){var Q=C.toLowerCase(),ce=cr.hasOwnProperty(Q)?Q:null;if(ce==null)return On[C]=!0,!1;if(C!==ce)return u("Unknown ARIA attribute `%s`. Did you mean `%s`?",C,ce),On[C]=!0,!0}}return!0}function At(m,C){{var F=[];for(var H in C){var Q=nr(m,H);Q||F.push(H)}var ce=F.map(function(he){return"`"+he+"`"}).join(", ");F.length===1?u("Invalid aria prop %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",ce,m):F.length>1&&u("Invalid aria props %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",ce,m)}}function Ft(m,C){Vn(m,C)||At(m,C)}var bt=!1;function Rn(m,C){{if(m!=="input"&&m!=="textarea"&&m!=="select")return;C!=null&&C.value===null&&!bt&&(bt=!0,m==="select"&&C.multiple?u("`value` prop on `%s` should not be null. Consider using an empty array when `multiple` is set to `true` to clear the component or `undefined` for uncontrolled components.",m):u("`value` prop on `%s` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.",m))}}var tn={accept:"accept",acceptcharset:"acceptCharset","accept-charset":"acceptCharset",accesskey:"accessKey",action:"action",allowfullscreen:"allowFullScreen",alt:"alt",as:"as",async:"async",autocapitalize:"autoCapitalize",autocomplete:"autoComplete",autocorrect:"autoCorrect",autofocus:"autoFocus",autoplay:"autoPlay",autosave:"autoSave",capture:"capture",cellpadding:"cellPadding",cellspacing:"cellSpacing",challenge:"challenge",charset:"charSet",checked:"checked",children:"children",cite:"cite",class:"className",classid:"classID",classname:"className",cols:"cols",colspan:"colSpan",content:"content",contenteditable:"contentEditable",contextmenu:"contextMenu",controls:"controls",controlslist:"controlsList",coords:"coords",crossorigin:"crossOrigin",dangerouslysetinnerhtml:"dangerouslySetInnerHTML",data:"data",datetime:"dateTime",default:"default",defaultchecked:"defaultChecked",defaultvalue:"defaultValue",defer:"defer",dir:"dir",disabled:"disabled",disablepictureinpicture:"disablePictureInPicture",disableremoteplayback:"disableRemotePlayback",download:"download",draggable:"draggable",enctype:"encType",enterkeyhint:"enterKeyHint",for:"htmlFor",form:"form",formmethod:"formMethod",formaction:"formAction",formenctype:"formEncType",formnovalidate:"formNoValidate",formtarget:"formTarget",frameborder:"frameBorder",headers:"headers",height:"height",hidden:"hidden",high:"high",href:"href",hreflang:"hrefLang",htmlfor:"htmlFor",httpequiv:"httpEquiv","http-equiv":"httpEquiv",icon:"icon",id:"id",imagesizes:"imageSizes",imagesrcset:"imageSrcSet",innerhtml:"innerHTML",inputmode:"inputMode",integrity:"integrity",is:"is",itemid:"itemID",itemprop:"itemProp",itemref:"itemRef",itemscope:"itemScope",itemtype:"itemType",keyparams:"keyParams",keytype:"keyType",kind:"kind",label:"label",lang:"lang",list:"list",loop:"loop",low:"low",manifest:"manifest",marginwidth:"marginWidth",marginheight:"marginHeight",max:"max",maxlength:"maxLength",media:"media",mediagroup:"mediaGroup",method:"method",min:"min",minlength:"minLength",multiple:"multiple",muted:"muted",name:"name",nomodule:"noModule",nonce:"nonce",novalidate:"noValidate",open:"open",optimum:"optimum",pattern:"pattern",placeholder:"placeholder",playsinline:"playsInline",poster:"poster",preload:"preload",profile:"profile",radiogroup:"radioGroup",readonly:"readOnly",referrerpolicy:"referrerPolicy",rel:"rel",required:"required",reversed:"reversed",role:"role",rows:"rows",rowspan:"rowSpan",sandbox:"sandbox",scope:"scope",scoped:"scoped",scrolling:"scrolling",seamless:"seamless",selected:"selected",shape:"shape",size:"size",sizes:"sizes",span:"span",spellcheck:"spellCheck",src:"src",srcdoc:"srcDoc",srclang:"srcLang",srcset:"srcSet",start:"start",step:"step",style:"style",summary:"summary",tabindex:"tabIndex",target:"target",title:"title",type:"type",usemap:"useMap",value:"value",width:"width",wmode:"wmode",wrap:"wrap",about:"about",accentheight:"accentHeight","accent-height":"accentHeight",accumulate:"accumulate",additive:"additive",alignmentbaseline:"alignmentBaseline","alignment-baseline":"alignmentBaseline",allowreorder:"allowReorder",alphabetic:"alphabetic",amplitude:"amplitude",arabicform:"arabicForm","arabic-form":"arabicForm",ascent:"ascent",attributename:"attributeName",attributetype:"attributeType",autoreverse:"autoReverse",azimuth:"azimuth",basefrequency:"baseFrequency",baselineshift:"baselineShift","baseline-shift":"baselineShift",baseprofile:"baseProfile",bbox:"bbox",begin:"begin",bias:"bias",by:"by",calcmode:"calcMode",capheight:"capHeight","cap-height":"capHeight",clip:"clip",clippath:"clipPath","clip-path":"clipPath",clippathunits:"clipPathUnits",cliprule:"clipRule","clip-rule":"clipRule",color:"color",colorinterpolation:"colorInterpolation","color-interpolation":"colorInterpolation",colorinterpolationfilters:"colorInterpolationFilters","color-interpolation-filters":"colorInterpolationFilters",colorprofile:"colorProfile","color-profile":"colorProfile",colorrendering:"colorRendering","color-rendering":"colorRendering",contentscripttype:"contentScriptType",contentstyletype:"contentStyleType",cursor:"cursor",cx:"cx",cy:"cy",d:"d",datatype:"datatype",decelerate:"decelerate",descent:"descent",diffuseconstant:"diffuseConstant",direction:"direction",display:"display",divisor:"divisor",dominantbaseline:"dominantBaseline","dominant-baseline":"dominantBaseline",dur:"dur",dx:"dx",dy:"dy",edgemode:"edgeMode",elevation:"elevation",enablebackground:"enableBackground","enable-background":"enableBackground",end:"end",exponent:"exponent",externalresourcesrequired:"externalResourcesRequired",fill:"fill",fillopacity:"fillOpacity","fill-opacity":"fillOpacity",fillrule:"fillRule","fill-rule":"fillRule",filter:"filter",filterres:"filterRes",filterunits:"filterUnits",floodopacity:"floodOpacity","flood-opacity":"floodOpacity",floodcolor:"floodColor","flood-color":"floodColor",focusable:"focusable",fontfamily:"fontFamily","font-family":"fontFamily",fontsize:"fontSize","font-size":"fontSize",fontsizeadjust:"fontSizeAdjust","font-size-adjust":"fontSizeAdjust",fontstretch:"fontStretch","font-stretch":"fontStretch",fontstyle:"fontStyle","font-style":"fontStyle",fontvariant:"fontVariant","font-variant":"fontVariant",fontweight:"fontWeight","font-weight":"fontWeight",format:"format",from:"from",fx:"fx",fy:"fy",g1:"g1",g2:"g2",glyphname:"glyphName","glyph-name":"glyphName",glyphorientationhorizontal:"glyphOrientationHorizontal","glyph-orientation-horizontal":"glyphOrientationHorizontal",glyphorientationvertical:"glyphOrientationVertical","glyph-orientation-vertical":"glyphOrientationVertical",glyphref:"glyphRef",gradienttransform:"gradientTransform",gradientunits:"gradientUnits",hanging:"hanging",horizadvx:"horizAdvX","horiz-adv-x":"horizAdvX",horizoriginx:"horizOriginX","horiz-origin-x":"horizOriginX",ideographic:"ideographic",imagerendering:"imageRendering","image-rendering":"imageRendering",in2:"in2",in:"in",inlist:"inlist",intercept:"intercept",k1:"k1",k2:"k2",k3:"k3",k4:"k4",k:"k",kernelmatrix:"kernelMatrix",kernelunitlength:"kernelUnitLength",kerning:"kerning",keypoints:"keyPoints",keysplines:"keySplines",keytimes:"keyTimes",lengthadjust:"lengthAdjust",letterspacing:"letterSpacing","letter-spacing":"letterSpacing",lightingcolor:"lightingColor","lighting-color":"lightingColor",limitingconeangle:"limitingConeAngle",local:"local",markerend:"markerEnd","marker-end":"markerEnd",markerheight:"markerHeight",markermid:"markerMid","marker-mid":"markerMid",markerstart:"markerStart","marker-start":"markerStart",markerunits:"markerUnits",markerwidth:"markerWidth",mask:"mask",maskcontentunits:"maskContentUnits",maskunits:"maskUnits",mathematical:"mathematical",mode:"mode",numoctaves:"numOctaves",offset:"offset",opacity:"opacity",operator:"operator",order:"order",orient:"orient",orientation:"orientation",origin:"origin",overflow:"overflow",overlineposition:"overlinePosition","overline-position":"overlinePosition",overlinethickness:"overlineThickness","overline-thickness":"overlineThickness",paintorder:"paintOrder","paint-order":"paintOrder",panose1:"panose1","panose-1":"panose1",pathlength:"pathLength",patterncontentunits:"patternContentUnits",patterntransform:"patternTransform",patternunits:"patternUnits",pointerevents:"pointerEvents","pointer-events":"pointerEvents",points:"points",pointsatx:"pointsAtX",pointsaty:"pointsAtY",pointsatz:"pointsAtZ",prefix:"prefix",preservealpha:"preserveAlpha",preserveaspectratio:"preserveAspectRatio",primitiveunits:"primitiveUnits",property:"property",r:"r",radius:"radius",refx:"refX",refy:"refY",renderingintent:"renderingIntent","rendering-intent":"renderingIntent",repeatcount:"repeatCount",repeatdur:"repeatDur",requiredextensions:"requiredExtensions",requiredfeatures:"requiredFeatures",resource:"resource",restart:"restart",result:"result",results:"results",rotate:"rotate",rx:"rx",ry:"ry",scale:"scale",security:"security",seed:"seed",shaperendering:"shapeRendering","shape-rendering":"shapeRendering",slope:"slope",spacing:"spacing",specularconstant:"specularConstant",specularexponent:"specularExponent",speed:"speed",spreadmethod:"spreadMethod",startoffset:"startOffset",stddeviation:"stdDeviation",stemh:"stemh",stemv:"stemv",stitchtiles:"stitchTiles",stopcolor:"stopColor","stop-color":"stopColor",stopopacity:"stopOpacity","stop-opacity":"stopOpacity",strikethroughposition:"strikethroughPosition","strikethrough-position":"strikethroughPosition",strikethroughthickness:"strikethroughThickness","strikethrough-thickness":"strikethroughThickness",string:"string",stroke:"stroke",strokedasharray:"strokeDasharray","stroke-dasharray":"strokeDasharray",strokedashoffset:"strokeDashoffset","stroke-dashoffset":"strokeDashoffset",strokelinecap:"strokeLinecap","stroke-linecap":"strokeLinecap",strokelinejoin:"strokeLinejoin","stroke-linejoin":"strokeLinejoin",strokemiterlimit:"strokeMiterlimit","stroke-miterlimit":"strokeMiterlimit",strokewidth:"strokeWidth","stroke-width":"strokeWidth",strokeopacity:"strokeOpacity","stroke-opacity":"strokeOpacity",suppresscontenteditablewarning:"suppressContentEditableWarning",suppresshydrationwarning:"suppressHydrationWarning",surfacescale:"surfaceScale",systemlanguage:"systemLanguage",tablevalues:"tableValues",targetx:"targetX",targety:"targetY",textanchor:"textAnchor","text-anchor":"textAnchor",textdecoration:"textDecoration","text-decoration":"textDecoration",textlength:"textLength",textrendering:"textRendering","text-rendering":"textRendering",to:"to",transform:"transform",typeof:"typeof",u1:"u1",u2:"u2",underlineposition:"underlinePosition","underline-position":"underlinePosition",underlinethickness:"underlineThickness","underline-thickness":"underlineThickness",unicode:"unicode",unicodebidi:"unicodeBidi","unicode-bidi":"unicodeBidi",unicoderange:"unicodeRange","unicode-range":"unicodeRange",unitsperem:"unitsPerEm","units-per-em":"unitsPerEm",unselectable:"unselectable",valphabetic:"vAlphabetic","v-alphabetic":"vAlphabetic",values:"values",vectoreffect:"vectorEffect","vector-effect":"vectorEffect",version:"version",vertadvy:"vertAdvY","vert-adv-y":"vertAdvY",vertoriginx:"vertOriginX","vert-origin-x":"vertOriginX",vertoriginy:"vertOriginY","vert-origin-y":"vertOriginY",vhanging:"vHanging","v-hanging":"vHanging",videographic:"vIdeographic","v-ideographic":"vIdeographic",viewbox:"viewBox",viewtarget:"viewTarget",visibility:"visibility",vmathematical:"vMathematical","v-mathematical":"vMathematical",vocab:"vocab",widths:"widths",wordspacing:"wordSpacing","word-spacing":"wordSpacing",writingmode:"writingMode","writing-mode":"writingMode",x1:"x1",x2:"x2",x:"x",xchannelselector:"xChannelSelector",xheight:"xHeight","x-height":"xHeight",xlinkactuate:"xlinkActuate","xlink:actuate":"xlinkActuate",xlinkarcrole:"xlinkArcrole","xlink:arcrole":"xlinkArcrole",xlinkhref:"xlinkHref","xlink:href":"xlinkHref",xlinkrole:"xlinkRole","xlink:role":"xlinkRole",xlinkshow:"xlinkShow","xlink:show":"xlinkShow",xlinktitle:"xlinkTitle","xlink:title":"xlinkTitle",xlinktype:"xlinkType","xlink:type":"xlinkType",xmlbase:"xmlBase","xml:base":"xmlBase",xmllang:"xmlLang","xml:lang":"xmlLang",xmlns:"xmlns","xml:space":"xmlSpace",xmlnsxlink:"xmlnsXlink","xmlns:xlink":"xmlnsXlink",xmlspace:"xmlSpace",y1:"y1",y2:"y2",y:"y",ychannelselector:"yChannelSelector",z:"z",zoomandpan:"zoomAndPan"},ur=function(){};{var Vt={},ga=/^on./,Br=/^on[^A-Z]/,vt=new RegExp("^(aria)-["+$e+"]*$"),Bt=new RegExp("^(aria)[A-Z]["+$e+"]*$");ur=function(m,C,F,H){if(Xe.call(Vt,C)&&Vt[C])return!0;var Q=C.toLowerCase();if(Q==="onfocusin"||Q==="onfocusout")return u("React uses onFocus and onBlur instead of onFocusIn and onFocusOut. All React events are normalized to bubble, so onFocusIn and onFocusOut are not needed/supported by React."),Vt[C]=!0,!0;if(H!=null){var ce=H.registrationNameDependencies,he=H.possibleRegistrationNames;if(ce.hasOwnProperty(C))return!0;var Le=he.hasOwnProperty(Q)?he[Q]:null;if(Le!=null)return u("Invalid event handler property `%s`. Did you mean `%s`?",C,Le),Vt[C]=!0,!0;if(ga.test(C))return u("Unknown event handler property `%s`. It will be ignored.",C),Vt[C]=!0,!0}else if(ga.test(C))return Br.test(C)&&u("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",C),Vt[C]=!0,!0;if(vt.test(C)||Bt.test(C))return!0;if(Q==="innerhtml")return u("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),Vt[C]=!0,!0;if(Q==="aria")return u("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),Vt[C]=!0,!0;if(Q==="is"&&F!==null&&F!==void 0&&typeof F!="string")return u("Received a `%s` for a string attribute `is`. If this is expected, cast the value to a string.",typeof F),Vt[C]=!0,!0;if(typeof F=="number"&&isNaN(F))return u("Received NaN for the `%s` attribute. If this is expected, cast the value to a string.",C),Vt[C]=!0,!0;var h=Jn(C),E=h!==null&&h.type===ht;if(tn.hasOwnProperty(Q)){var R=tn[Q];if(R!==C)return u("Invalid DOM property `%s`. Did you mean `%s`?",C,R),Vt[C]=!0,!0}else if(!E&&C!==Q)return u("React does not recognize the `%s` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `%s` instead. If you accidentally passed it from a parent component, remove it from the DOM element.",C,Q),Vt[C]=!0,!0;return typeof F=="boolean"&&tr(C,F,h,!1)?(F?u('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.',F,C,C,F,C):u('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.',F,C,C,F,C,C,C),Vt[C]=!0,!0):E?!0:tr(C,F,h,!1)?(Vt[C]=!0,!1):((F==="false"||F==="true")&&h!==null&&h.type===He&&(u("Received the string `%s` for the boolean attribute `%s`. %s Did you mean %s={%s}?",F,C,F==="false"?"The browser will interpret it as a truthy value.":'Although this works, it will not work as expected if you pass the string "false".',C,F),Vt[C]=!0),!0)}}var bn=function(m,C,F){{var H=[];for(var Q in C){var ce=ur(m,Q,C[Q],F);ce||H.push(Q)}var he=H.map(function(Le){return"`"+Le+"`"}).join(", ");H.length===1?u("Invalid value for prop %s on <%s> tag. Either remove it from the element, or pass a string or number value to keep it in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",he,m):H.length>1&&u("Invalid values for props %s on <%s> tag. Either remove them from the element, or pass a string or number value to keep them in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",he,m)}};function ar(m,C,F){Vn(m,C)||bn(m,C,F)}var wn=function(){};{var Tr=/^(?:webkit|moz|o)[A-Z]/,In=/^-ms-/,ya=/-(.)/g,Mn=/;\s*$/,Kn={},Xn={},Ut=!1,ka=!1,Ra=function(m){return m.replace(ya,function(C,F){return F.toUpperCase()})},Va=function(m){Kn.hasOwnProperty(m)&&Kn[m]||(Kn[m]=!0,u("Unsupported style property %s. Did you mean %s?",m,Ra(m.replace(In,"ms-"))))},xa=function(m){Kn.hasOwnProperty(m)&&Kn[m]||(Kn[m]=!0,u("Unsupported vendor-prefixed style property %s. Did you mean %s?",m,m.charAt(0).toUpperCase()+m.slice(1)))},Ni=function(m,C){Xn.hasOwnProperty(C)&&Xn[C]||(Xn[C]=!0,u(`Style property values shouldn't contain a semicolon. Try "%s: %s" instead.`,m,C.replace(Mn,"")))},kr=function(m,C){Ut||(Ut=!0,u("`NaN` is an invalid value for the `%s` css style property.",m))},Nr=function(m,C){ka||(ka=!0,u("`Infinity` is an invalid value for the `%s` css style property.",m))};wn=function(m,C){m.indexOf("-")>-1?Va(m):Tr.test(m)?xa(m):Mn.test(C)&&Ni(m,C),typeof C=="number"&&(isNaN(C)?kr(m,C):isFinite(C)||Nr(m,C))}}var di=wn,qi=/["'&<>]/;function ni(m){ct(m);var C=""+m,F=qi.exec(C);if(!F)return C;var H,Q="",ce,he=0;for(ce=F.index;ce<C.length;ce++){switch(C.charCodeAt(ce)){case 34:H="&quot;";break;case 38:H="&amp;";break;case 39:H="&#x27;";break;case 60:H="&lt;";break;case 62:H="&gt;";break;default:continue}he!==ce&&(Q+=C.substring(he,ce)),he=ce+1,Q+=H}return he!==ce?Q+C.substring(he,ce):Q}function Cr(m){return typeof m=="boolean"||typeof m=="number"?""+m:ni(m)}var Da=/([A-Z])/g,Ka=/^ms-/;function _i(m){return m.replace(Da,"-$1").toLowerCase().replace(Ka,"-ms-")}var fe=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*\:/i,qe=!1;function mt(m){!qe&&fe.test(m)&&(qe=!0,u("A future version of React will block javascript: URLs as a security precaution. Use event handlers instead if you can. If you need to generate unsafe HTML try using dangerouslySetInnerHTML instead. React was passed %s.",JSON.stringify(m)))}var Yt=Array.isArray;function hn(m){return Yt(m)}var Fn=oe("<script>"),en=oe("<\/script>"),ft=oe('<script src="'),zr=oe('<script type="module" src="'),ir=oe('" async=""><\/script>');function Ot(m){return ct(m),(""+m).replace(_r,Sa)}var _r=/(<\/|<)(s)(cript)/gi,Sa=function(m,C,F,H){return""+C+(F==="s"?"\\u0073":"\\u0053")+H};function ri(m,C,F,H,Q){var ce=m===void 0?"":m,he=C===void 0?Fn:oe('<script nonce="'+Cr(C)+'">'),Le=[];if(F!==void 0&&Le.push(he,ie(Ot(F)),en),H!==void 0)for(var h=0;h<H.length;h++)Le.push(ft,ie(Cr(H[h])),ir);if(Q!==void 0)for(var E=0;E<Q.length;E++)Le.push(zr,ie(Cr(Q[E])),ir);return{bootstrapChunks:Le,startInlineScript:he,placeholderPrefix:oe(ce+"P:"),segmentPrefix:oe(ce+"S:"),boundaryPrefix:ce+"B:",idPrefix:ce,nextSuspenseID:0,sentCompleteSegmentFunction:!1,sentCompleteBoundaryFunction:!1,sentClientRenderFunction:!1}}var Sn=0,fr=1,ua=2,mn=3,Ir=4,so=5,pi=6,Yr=7;function Pr(m,C){return{insertionMode:m,selectedValue:C}}function bi(m){var C=m==="http://www.w3.org/2000/svg"?ua:m==="http://www.w3.org/1998/Math/MathML"?mn:Sn;return Pr(C,null)}function sa(m,C,F){switch(C){case"select":return Pr(fr,F.value!=null?F.value:F.defaultValue);case"svg":return Pr(ua,null);case"math":return Pr(mn,null);case"foreignObject":return Pr(fr,null);case"table":return Pr(Ir,null);case"thead":case"tbody":case"tfoot":return Pr(so,null);case"colgroup":return Pr(Yr,null);case"tr":return Pr(pi,null)}return m.insertionMode>=Ir||m.insertionMode===Sn?Pr(fr,null):m}var Bo=null;function Tl(m){var C=m.nextSuspenseID++;return oe(m.boundaryPrefix+C.toString(16))}function kl(m,C,F){var H=m.idPrefix,Q=":"+H+"R"+C;return F>0&&(Q+="H"+F.toString(32)),Q+":"}function Li(m){return Cr(m)}var hi=oe("<!-- -->");function vi(m,C,F,H){return C===""?H:(H&&m.push(hi),m.push(ie(Li(C))),!0)}function Aa(m,C,F,H){F&&H&&m.push(hi)}var T=new Map;function z(m){var C=T.get(m);if(C!==void 0)return C;var F=oe(Cr(_i(m)));return T.set(m,F),F}var G=oe(' style="'),ne=oe(":"),Te=oe(";");function ye(m,C,F){if(typeof F!="object")throw new Error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.");var H=!0;for(var Q in F)if(!!Xe.call(F,Q)){var ce=F[Q];if(!(ce==null||typeof ce=="boolean"||ce==="")){var he=void 0,Le=void 0,h=Q.indexOf("--")===0;h?(he=ie(Cr(Q)),je(ce,Q),Le=ie(Cr((""+ce).trim()))):(di(Q,ce),he=z(Q),typeof ce=="number"?ce!==0&&!Xe.call(An,Q)?Le=ie(ce+"px"):Le=ie(""+ce):(je(ce,Q),Le=ie(Cr((""+ce).trim())))),H?(H=!1,m.push(G,he,ne,Le)):m.push(Te,he,ne,Le)}}H||m.push(dt)}var Ue=oe(" "),at=oe('="'),dt=oe('"'),St=oe('=""');function Gt(m,C,F,H){switch(F){case"style":{ye(m,C,H);return}case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":return}if(!(F.length>2&&(F[0]==="o"||F[0]==="O")&&(F[1]==="n"||F[1]==="N"))){var Q=Jn(F);if(Q!==null){switch(typeof H){case"function":case"symbol":return;case"boolean":if(!Q.acceptsBooleans)return}var ce=Q.attributeName,he=ie(ce);switch(Q.type){case He:H&&m.push(Ue,he,St);return;case rt:H===!0?m.push(Ue,he,St):H===!1||m.push(Ue,he,at,ie(Cr(H)),dt);return;case Xt:isNaN(H)||m.push(Ue,he,at,ie(Cr(H)),dt);break;case kt:!isNaN(H)&&H>=1&&m.push(Ue,he,at,ie(Cr(H)),dt);break;default:Q.sanitizeURL&&(nt(H,ce),H=""+H,mt(H)),m.push(Ue,he,at,ie(Cr(H)),dt)}}else if(Et(F)){switch(typeof H){case"function":case"symbol":return;case"boolean":{var Le=F.toLowerCase().slice(0,5);if(Le!=="data-"&&Le!=="aria-")return}}m.push(Ue,ie(F),at,ie(Cr(H)),dt)}}}var qn=oe(">"),ln=oe("/>");function Gr(m,C,F){if(C!=null){if(F!=null)throw new Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof C!="object"||!("__html"in C))throw new Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.");var H=C.__html;H!=null&&(ct(H),m.push(ie(""+H)))}}var aa=!1,un=!1,Ea=!1,Lr=!1,ia=!1,Ta=!1,Wa=!1;function br(m,C){{var F=m[C];if(F!=null){var H=hn(F);m.multiple&&!H?u("The `%s` prop supplied to <select> must be an array if `multiple` is true.",C):!m.multiple&&H&&u("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.",C)}}}function mr(m,C,F){on("select",C),br(C,"value"),br(C,"defaultValue"),C.value!==void 0&&C.defaultValue!==void 0&&!Ea&&(u("Select elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled select element and remove one of these props. More info: https://reactjs.org/link/controlled-components"),Ea=!0),m.push(Ya("select"));var H=null,Q=null;for(var ce in C)if(Xe.call(C,ce)){var he=C[ce];if(he==null)continue;switch(ce){case"children":H=he;break;case"dangerouslySetInnerHTML":Q=he;break;case"defaultValue":case"value":break;default:Gt(m,F,ce,he);break}}return m.push(qn),Gr(m,Q,H),H}function No(m){var C="";return o.Children.forEach(m,function(F){F!=null&&(C+=F,!ia&&typeof F!="string"&&typeof F!="number"&&(ia=!0,u("Cannot infer the option value of complex children. Pass a `value` prop or use a plain string as children to <option>.")))}),C}var za=oe(' selected=""');function ca(m,C,F,H){var Q=H.selectedValue;m.push(Ya("option"));var ce=null,he=null,Le=null,h=null;for(var E in C)if(Xe.call(C,E)){var R=C[E];if(R==null)continue;switch(E){case"children":ce=R;break;case"selected":Le=R,Wa||(u("Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>."),Wa=!0);break;case"dangerouslySetInnerHTML":h=R;break;case"value":he=R;default:Gt(m,F,E,R);break}}if(Q!=null){var L;if(he!==null?(nt(he,"value"),L=""+he):(h!==null&&(Ta||(Ta=!0,u("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected."))),L=No(ce)),hn(Q))for(var Y=0;Y<Q.length;Y++){nt(Q[Y],"value");var ae=""+Q[Y];if(ae===L){m.push(za);break}}else nt(Q,"select.value"),""+Q===L&&m.push(za)}else Le&&m.push(za);return m.push(qn),Gr(m,h,ce),ce}function dr(m,C,F){on("input",C),C.checked!==void 0&&C.defaultChecked!==void 0&&!un&&(u("%s contains an input of type %s with both checked and defaultChecked props. Input elements must be either controlled or uncontrolled (specify either the checked prop, or the defaultChecked prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components","A component",C.type),un=!0),C.value!==void 0&&C.defaultValue!==void 0&&!aa&&(u("%s contains an input of type %s with both value and defaultValue props. Input elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components","A component",C.type),aa=!0),m.push(Ya("input"));var H=null,Q=null,ce=null,he=null;for(var Le in C)if(Xe.call(C,Le)){var h=C[Le];if(h==null)continue;switch(Le){case"children":case"dangerouslySetInnerHTML":throw new Error("input is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");case"defaultChecked":he=h;break;case"defaultValue":Q=h;break;case"checked":ce=h;break;case"value":H=h;break;default:Gt(m,F,Le,h);break}}return ce!==null?Gt(m,F,"checked",ce):he!==null&&Gt(m,F,"checked",he),H!==null?Gt(m,F,"value",H):Q!==null&&Gt(m,F,"value",Q),m.push(ln),null}function zi(m,C,F){on("textarea",C),C.value!==void 0&&C.defaultValue!==void 0&&!Lr&&(u("Textarea elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled textarea and remove one of these props. More info: https://reactjs.org/link/controlled-components"),Lr=!0),m.push(Ya("textarea"));var H=null,Q=null,ce=null;for(var he in C)if(Xe.call(C,he)){var Le=C[he];if(Le==null)continue;switch(he){case"children":ce=Le;break;case"value":H=Le;break;case"defaultValue":Q=Le;break;case"dangerouslySetInnerHTML":throw new Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");default:Gt(m,F,he,Le);break}}if(H===null&&Q!==null&&(H=Q),m.push(qn),ce!=null){if(u("Use the `defaultValue` or `value` props instead of setting children on <textarea>."),H!=null)throw new Error("If you supply `defaultValue` on a <textarea>, do not pass children.");if(hn(ce)){if(ce.length>1)throw new Error("<textarea> can only have at most one child.");ct(ce[0]),H=""+ce[0]}ct(ce),H=""+ce}return typeof H=="string"&&H[0]===`
105
+ `&&m.push(Oa),H!==null&&(nt(H,"value"),m.push(ie(Li(""+H)))),null}function xi(m,C,F,H){m.push(Ya(F));for(var Q in C)if(Xe.call(C,Q)){var ce=C[Q];if(ce==null)continue;switch(Q){case"children":case"dangerouslySetInnerHTML":throw new Error(F+" is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:Gt(m,H,Q,ce);break}}return m.push(ln),null}function rl(m,C,F){m.push(Ya("menuitem"));for(var H in C)if(Xe.call(C,H)){var Q=C[H];if(Q==null)continue;switch(H){case"children":case"dangerouslySetInnerHTML":throw new Error("menuitems cannot have `children` nor `dangerouslySetInnerHTML`.");default:Gt(m,F,H,Q);break}}return m.push(qn),null}function pr(m,C,F){m.push(Ya("title"));var H=null;for(var Q in C)if(Xe.call(C,Q)){var ce=C[Q];if(ce==null)continue;switch(Q){case"children":H=ce;break;case"dangerouslySetInnerHTML":throw new Error("`dangerouslySetInnerHTML` does not make sense on <title>.");default:Gt(m,F,Q,ce);break}}m.push(qn);{var he=Array.isArray(H)&&H.length<2?H[0]||null:H;Array.isArray(H)&&H.length>1?u("A title element received an array with more than 1 element as children. In browsers title Elements can only have Text Nodes as children. If the children being rendered output more than a single text node in aggregate the browser will display markup and comments as text in the title and hydration will likely fail and fall back to client rendering"):he!=null&&he.$$typeof!=null?u("A title element received a React element for children. In the browser title Elements can only have Text Nodes as children. If the children being rendered output more than a single text node in aggregate the browser will display markup and comments as text in the title and hydration will likely fail and fall back to client rendering"):he!=null&&typeof he!="string"&&typeof he!="number"&&u("A title element received a value that was not a string or number for children. In the browser title Elements can only have Text Nodes as children. If the children being rendered output more than a single text node in aggregate the browser will display markup and comments as text in the title and hydration will likely fail and fall back to client rendering")}return H}function mi(m,C,F,H){m.push(Ya(F));var Q=null,ce=null;for(var he in C)if(Xe.call(C,he)){var Le=C[he];if(Le==null)continue;switch(he){case"children":Q=Le;break;case"dangerouslySetInnerHTML":ce=Le;break;default:Gt(m,H,he,Le);break}}return m.push(qn),Gr(m,ce,Q),typeof Q=="string"?(m.push(ie(Li(Q))),null):Q}function xr(m,C,F,H){m.push(Ya(F));var Q=null,ce=null;for(var he in C)if(Xe.call(C,he)){var Le=C[he];if(Le==null)continue;switch(he){case"children":Q=Le;break;case"dangerouslySetInnerHTML":ce=Le;break;case"style":ye(m,H,Le);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":break;default:Et(he)&&typeof Le!="function"&&typeof Le!="symbol"&&m.push(Ue,ie(he),at,ie(Cr(Le)),dt);break}}return m.push(qn),Gr(m,ce,Q),Q}var Oa=oe(`
106
+ `);function wa(m,C,F,H){m.push(Ya(F));var Q=null,ce=null;for(var he in C)if(Xe.call(C,he)){var Le=C[he];if(Le==null)continue;switch(he){case"children":Q=Le;break;case"dangerouslySetInnerHTML":ce=Le;break;default:Gt(m,H,he,Le);break}}if(m.push(qn),ce!=null){if(Q!=null)throw new Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof ce!="object"||!("__html"in ce))throw new Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.");var h=ce.__html;h!=null&&(typeof h=="string"&&h.length>0&&h[0]===`
107
+ `?m.push(Oa,ie(h)):(ct(h),m.push(ie(""+h))))}return typeof Q=="string"&&Q[0]===`
108
+ `&&m.push(Oa),Q}var Qi=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,Ti=new Map;function Ya(m){var C=Ti.get(m);if(C===void 0){if(!Qi.test(m))throw new Error("Invalid tag: "+m);C=oe("<"+m),Ti.set(m,C)}return C}var co=oe("<!DOCTYPE html>");function al(m,C,F,H,Q){switch(Ft(C,F),Rn(C,F),ar(C,F,null),!F.suppressContentEditableWarning&&F.contentEditable&&F.children!=null&&u("A component is `contentEditable` and contains `children` managed by React. It is now your responsibility to guarantee that none of those nodes are unexpectedly modified or duplicated. This is probably not intentional."),Q.insertionMode!==ua&&Q.insertionMode!==mn&&C.indexOf("-")===-1&&typeof F.is!="string"&&C.toLowerCase()!==C&&u("<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.",C),C){case"select":return mr(m,F,H);case"option":return ca(m,F,H,Q);case"textarea":return zi(m,F,H);case"input":return dr(m,F,H);case"menuitem":return rl(m,F,H);case"title":return pr(m,F,H);case"listing":case"pre":return wa(m,F,C,H);case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":return xi(m,F,C,H);case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return mi(m,F,C,H);case"html":return Q.insertionMode===Sn&&m.push(co),mi(m,F,C,H);default:return C.indexOf("-")===-1&&typeof F.is!="string"?mi(m,F,C,H):xr(m,F,C,H)}}var Cu=oe("</"),Ji=oe(">");function Lo(m,C,F){switch(C){case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"input":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":break;default:m.push(Cu,ie(C),Ji)}}function Vl(m,C){for(var F=C.bootstrapChunks,H=0;H<F.length-1;H++)$(m,F[H]);return H<F.length?K(m,F[H]):!0}var _u=oe('<template id="'),fo=oe('"></template>');function po(m,C,F){$(m,_u),$(m,C.placeholderPrefix);var H=ie(F.toString(16));return $(m,H),K(m,fo)}var Kl=oe("<!--$-->"),Ma=oe('<!--$?--><template id="'),gi=oe('"></template>'),Ii=oe("<!--$!-->"),ho=oe("<!--/$-->"),Rl=oe("<template"),Zn=oe('"'),vo=oe(' data-dgst="'),mo=oe(' data-msg="'),fa=oe(' data-stck="'),Ga=oe("></template>");function Wl(m,C){return K(m,Kl)}function Dl(m,C,F){if($(m,Ma),F===null)throw new Error("An ID must have been assigned before we can complete the boundary.");return $(m,F),K(m,gi)}function ai(m,C,F,H,Q){var ce;return ce=K(m,Ii),$(m,Rl),F&&($(m,vo),$(m,ie(Cr(F))),$(m,Zn)),H&&($(m,mo),$(m,ie(Cr(H))),$(m,Zn)),Q&&($(m,fa),$(m,ie(Cr(Q))),$(m,Zn)),ce=K(m,Ga),ce}function oa(m,C){return K(m,ho)}function Qr(m,C){return K(m,ho)}function Yl(m,C){return K(m,ho)}var ts=oe('<div hidden id="'),bu=oe('">'),Ts=oe("</div>"),Rr=oe('<svg aria-hidden="true" style="display:none" id="'),zo=oe('">'),Al=oe("</svg>"),Xa=oe('<math aria-hidden="true" style="display:none" id="'),Gl=oe('">'),Xl=oe("</math>"),ki=oe('<table hidden id="'),xu=oe('">'),k=oe("</table>"),I=oe('<table hidden><tbody id="'),W=oe('">'),re=oe("</tbody></table>"),be=oe('<table hidden><tr id="'),_e=oe('">'),De=oe("</tr></table>"),tt=oe('<table hidden><colgroup id="'),Rt=oe('">'),nn=oe("</colgroup></table>");function dn(m,C,F,H){switch(F.insertionMode){case Sn:case fr:return $(m,ts),$(m,C.segmentPrefix),$(m,ie(H.toString(16))),K(m,bu);case ua:return $(m,Rr),$(m,C.segmentPrefix),$(m,ie(H.toString(16))),K(m,zo);case mn:return $(m,Xa),$(m,C.segmentPrefix),$(m,ie(H.toString(16))),K(m,Gl);case Ir:return $(m,ki),$(m,C.segmentPrefix),$(m,ie(H.toString(16))),K(m,xu);case so:return $(m,I),$(m,C.segmentPrefix),$(m,ie(H.toString(16))),K(m,W);case pi:return $(m,be),$(m,C.segmentPrefix),$(m,ie(H.toString(16))),K(m,_e);case Yr:return $(m,tt),$(m,C.segmentPrefix),$(m,ie(H.toString(16))),K(m,Rt);default:throw new Error("Unknown insertion mode. This is a bug in React.")}}function gr(m,C){switch(C.insertionMode){case Sn:case fr:return K(m,Ts);case ua:return K(m,Al);case mn:return K(m,Xl);case Ir:return K(m,k);case so:return K(m,re);case pi:return K(m,De);case Yr:return K(m,nn);default:throw new Error("Unknown insertion mode. This is a bug in React.")}}var Ia="function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)}",Ur='function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d)if(0===e)break;else e--;else"$"!==d&&"$?"!==d&&"$!"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data="$";a._reactRetry&&a._reactRetry()}}',Dr='function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())}',Io=oe(Ia+';$RS("'),ql=oe('$RS("'),Po=oe('","'),ks=oe('")<\/script>');function Xc(m,C,F){$(m,C.startInlineScript),C.sentCompleteSegmentFunction?$(m,ql):(C.sentCompleteSegmentFunction=!0,$(m,Io)),$(m,C.segmentPrefix);var H=ie(F.toString(16));return $(m,H),$(m,Po),$(m,C.placeholderPrefix),$(m,H),K(m,ks)}var rc=oe(Ur+';$RC("'),qc=oe('$RC("'),ac=oe('","'),ns=oe('")<\/script>');function Ol(m,C,F,H){if($(m,C.startInlineScript),C.sentCompleteBoundaryFunction?$(m,qc):(C.sentCompleteBoundaryFunction=!0,$(m,rc)),F===null)throw new Error("An ID must have been assigned before we can complete the boundary.");var Q=ie(H.toString(16));return $(m,F),$(m,ac),$(m,C.segmentPrefix),$(m,Q),K(m,ns)}var Ql=oe(Dr+';$RX("'),Tu=oe('$RX("'),d=oe('"'),w=oe(")<\/script>"),M=oe(",");function P(m,C,F,H,Q,ce){if($(m,C.startInlineScript),C.sentClientRenderFunction?$(m,Tu):(C.sentClientRenderFunction=!0,$(m,Ql)),F===null)throw new Error("An ID must have been assigned before we can complete the boundary.");return $(m,F),$(m,d),(H||Q||ce)&&($(m,M),$(m,ie(Z(H||"")))),(Q||ce)&&($(m,M),$(m,ie(Z(Q||"")))),ce&&($(m,M),$(m,ie(Z(ce)))),K(m,w)}var j=/[<\u2028\u2029]/g;function Z(m){var C=JSON.stringify(m);return C.replace(j,function(F){switch(F){case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw new Error("escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}})}var ue=Object.assign,Ee=Symbol.for("react.element"),Ie=Symbol.for("react.portal"),Ne=Symbol.for("react.fragment"),Ge=Symbol.for("react.strict_mode"),xt=Symbol.for("react.profiler"),yt=Symbol.for("react.provider"),gn=Symbol.for("react.context"),Pn=Symbol.for("react.forward_ref"),Ar=Symbol.for("react.suspense"),ii=Symbol.for("react.suspense_list"),qa=Symbol.for("react.memo"),Qa=Symbol.for("react.lazy"),Rs=Symbol.for("react.scope"),Qc=Symbol.for("react.debug_trace_mode"),Zi=Symbol.for("react.legacy_hidden"),Lf=Symbol.for("react.default_value"),Ds=Symbol.iterator,zf="@@iterator";function Dd(m){if(m===null||typeof m!="object")return null;var C=Ds&&m[Ds]||m[zf];return typeof C=="function"?C:null}function ic(m,C,F){var H=m.displayName;if(H)return H;var Q=C.displayName||C.name||"";return Q!==""?F+"("+Q+")":F}function ku(m){return m.displayName||"Context"}function la(m){if(m==null)return null;if(typeof m.tag=="number"&&u("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof m=="function")return m.displayName||m.name||null;if(typeof m=="string")return m;switch(m){case Ne:return"Fragment";case Ie:return"Portal";case xt:return"Profiler";case Ge:return"StrictMode";case Ar:return"Suspense";case ii:return"SuspenseList"}if(typeof m=="object")switch(m.$$typeof){case gn:var C=m;return ku(C)+".Consumer";case yt:var F=m;return ku(F._context)+".Provider";case Pn:return ic(m,m.render,"ForwardRef");case qa:var H=m.displayName||null;return H!==null?H:la(m.type)||"Memo";case Qa:{var Q=m,ce=Q._payload,he=Q._init;try{return la(he(ce))}catch{return null}}}return null}var rs=0,Pa,Jr,as,Jc,Zc,ef,tf;function il(){}il.__reactDisabledLog=!0;function As(){{if(rs===0){Pa=console.log,Jr=console.info,as=console.warn,Jc=console.error,Zc=console.group,ef=console.groupCollapsed,tf=console.groupEnd;var m={configurable:!0,enumerable:!0,value:il,writable:!0};Object.defineProperties(console,{info:m,log:m,warn:m,error:m,group:m,groupCollapsed:m,groupEnd:m})}rs++}}function Ru(){{if(rs--,rs===0){var m={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:ue({},m,{value:Pa}),info:ue({},m,{value:Jr}),warn:ue({},m,{value:as}),error:ue({},m,{value:Jc}),group:ue({},m,{value:Zc}),groupCollapsed:ue({},m,{value:ef}),groupEnd:ue({},m,{value:tf})})}rs<0&&u("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var nf=l.ReactCurrentDispatcher,is;function Jl(m,C,F){{if(is===void 0)try{throw Error()}catch(Q){var H=Q.stack.trim().match(/\n( *(at )?)/);is=H&&H[1]||""}return`
109
+ `+is+m}}var oc=!1,os;{var Du=typeof WeakMap=="function"?WeakMap:Map;os=new Du}function Or(m,C){if(!m||oc)return"";{var F=os.get(m);if(F!==void 0)return F}var H;oc=!0;var Q=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var ce;ce=nf.current,nf.current=null,As();try{if(C){var he=function(){throw Error()};if(Object.defineProperty(he.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(he,[])}catch(de){H=de}Reflect.construct(m,[],he)}else{try{he.call()}catch(de){H=de}m.call(he.prototype)}}else{try{throw Error()}catch(de){H=de}m()}}catch(de){if(de&&H&&typeof de.stack=="string"){for(var Le=de.stack.split(`
110
+ `),h=H.stack.split(`
111
+ `),E=Le.length-1,R=h.length-1;E>=1&&R>=0&&Le[E]!==h[R];)R--;for(;E>=1&&R>=0;E--,R--)if(Le[E]!==h[R]){if(E!==1||R!==1)do if(E--,R--,R<0||Le[E]!==h[R]){var L=`
112
+ `+Le[E].replace(" at new "," at ");return m.displayName&&L.includes("<anonymous>")&&(L=L.replace("<anonymous>",m.displayName)),typeof m=="function"&&os.set(m,L),L}while(E>=1&&R>=0);break}}}finally{oc=!1,nf.current=ce,Ru(),Error.prepareStackTrace=Q}var Y=m?m.displayName||m.name:"",ae=Y?Jl(Y):"";return typeof m=="function"&&os.set(m,ae),ae}function ol(m,C,F){return Or(m,!0)}function Ml(m,C,F){return Or(m,!1)}function Au(m){var C=m.prototype;return!!(C&&C.isReactComponent)}function rf(m,C,F){if(m==null)return"";if(typeof m=="function")return Or(m,Au(m));if(typeof m=="string")return Jl(m);switch(m){case Ar:return Jl("Suspense");case ii:return Jl("SuspenseList")}if(typeof m=="object")switch(m.$$typeof){case Pn:return Ml(m.render);case qa:return rf(m.type,C,F);case Qa:{var H=m,Q=H._payload,ce=H._init;try{return rf(ce(Q),C,F)}catch{}}}return""}var Os={},Ms=l.ReactDebugCurrentFrame;function Fl(m){if(m){var C=m._owner,F=rf(m.type,m._source,C?C.type:null);Ms.setExtraStackFrame(F)}else Ms.setExtraStackFrame(null)}function Zl(m,C,F,H,Q){{var ce=Function.call.bind(Xe);for(var he in m)if(ce(m,he)){var Le=void 0;try{if(typeof m[he]!="function"){var h=Error((H||"React class")+": "+F+" type `"+he+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof m[he]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw h.name="Invariant Violation",h}Le=m[he](C,he,H,F,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(E){Le=E}Le&&!(Le instanceof Error)&&(Fl(Q),u("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",H||"React class",F,he,typeof Le),Fl(null)),Le instanceof Error&&!(Le.message in Os)&&(Os[Le.message]=!0,Fl(Q),u("Failed %s type: %s",F,Le.message),Fl(null))}}}var Fs;Fs={};var eu={};Object.freeze(eu);function If(m,C){{var F=m.contextTypes;if(!F)return eu;var H={};for(var Q in F)H[Q]=C[Q];{var ce=la(m)||"Unknown";Zl(F,H,"context",ce)}return H}}function lc(m,C,F,H){{if(typeof m.getChildContext!="function"){{var Q=la(C)||"Unknown";Fs[Q]||(Fs[Q]=!0,u("%s.childContextTypes is specified but there is no getChildContext() method on the instance. You can either define getChildContext() on %s or remove childContextTypes from it.",Q,Q))}return F}var ce=m.getChildContext();for(var he in ce)if(!(he in H))throw new Error((la(C)||"Unknown")+'.getChildContext(): key "'+he+'" is not defined in childContextTypes.');{var Le=la(C)||"Unknown";Zl(H,ce,"child context",Le)}return ue({},F,ce)}}var ll;ll={};var uc=null,tu=null;function go(m){m.context._currentValue=m.parentValue}function ls(m){m.context._currentValue=m.value}function Ri(m,C){if(m!==C){go(m);var F=m.parent,H=C.parent;if(F===null){if(H!==null)throw new Error("The stacks must reach the root at the same time. This is a bug in React.")}else{if(H===null)throw new Error("The stacks must reach the root at the same time. This is a bug in React.");Ri(F,H)}ls(C)}}function sc(m){go(m);var C=m.parent;C!==null&&sc(C)}function Bs(m){var C=m.parent;C!==null&&Bs(C),ls(m)}function us(m,C){go(m);var F=m.parent;if(F===null)throw new Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");F.depth===C.depth?Ri(F,C):us(F,C)}function Pf(m,C){var F=C.parent;if(F===null)throw new Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");m.depth===F.depth?Ri(m,F):Pf(m,F),ls(C)}function Uo(m){var C=tu,F=m;C!==F&&(C===null?Bs(F):F===null?sc(C):C.depth===F.depth?Ri(C,F):C.depth>F.depth?us(C,F):Pf(C,F),tu=F)}function Ho(m,C){var F;F=m._currentValue,m._currentValue=C,m._currentRenderer!==void 0&&m._currentRenderer!==null&&m._currentRenderer!==ll&&u("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),m._currentRenderer=ll;var H=tu,Q={parent:H,depth:H===null?0:H.depth+1,context:m,parentValue:F,value:C};return tu=Q,Q}function Ns(m){var C=tu;if(C===null)throw new Error("Tried to pop a Context at the root of the app. This is a bug in React.");C.context!==m&&u("The parent context is not the expected context. This is probably a bug in React.");{var F=C.parentValue;F===Lf?C.context._currentValue=C.context._defaultValue:C.context._currentValue=F,m._currentRenderer!==void 0&&m._currentRenderer!==null&&m._currentRenderer!==ll&&u("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),m._currentRenderer=ll}return tu=C.parent}function ul(){return tu}function eo(m){var C=m._currentValue;return C}function nu(m){return m._reactInternals}function ru(m,C){m._reactInternals=C}var Ou={},af={},cc,Pi,Mu,Bl,rn,yo,Hr,Bn,or;{cc=new Set,Pi=new Set,Mu=new Set,Hr=new Set,Bl=new Set,Bn=new Set,or=new Set;var yr=new Set;yo=function(m,C){if(!(m===null||typeof m=="function")){var F=C+"_"+m;yr.has(F)||(yr.add(F),u("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",C,m))}},rn=function(m,C){if(C===void 0){var F=la(m)||"Component";Bl.has(F)||(Bl.add(F),u("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",F))}}}function So(m,C){{var F=m.constructor,H=F&&la(F)||"ReactClass",Q=H+"."+C;if(Ou[Q])return;u(`%s(...): Can only update a mounting component. This usually means you called %s() outside componentWillMount() on the server. This is a no-op.
113
+
114
+ Please check the code for the %s component.`,C,C,H),Ou[Q]=!0}}var Cn={isMounted:function(m){return!1},enqueueSetState:function(m,C,F){var H=nu(m);H.queue===null?So(m,"setState"):(H.queue.push(C),F!=null&&yo(F,"setState"))},enqueueReplaceState:function(m,C,F){var H=nu(m);H.replace=!0,H.queue=[C],F!=null&&yo(F,"setState")},enqueueForceUpdate:function(m,C){var F=nu(m);F.queue===null?So(m,"forceUpdate"):C!=null&&yo(C,"setState")}};function Ca(m,C,F,H,Q){var ce=F(Q,H);rn(C,ce);var he=ce==null?H:ue({},H,ce);return he}function Ui(m,C,F){var H=eu,Q=m.contextType;if("contextType"in m){var ce=Q===null||Q!==void 0&&Q.$$typeof===gn&&Q._context===void 0;if(!ce&&!or.has(m)){or.add(m);var he="";Q===void 0?he=" However, it is set to undefined. This can be caused by a typo or by mixing up named and default imports. This can also happen due to a circular dependency, so try moving the createContext() call to a separate file.":typeof Q!="object"?he=" However, it is set to a "+typeof Q+".":Q.$$typeof===yt?he=" Did you accidentally pass the Context.Provider instead?":Q._context!==void 0?he=" Did you accidentally pass the Context.Consumer instead?":he=" However, it is set to an object with keys {"+Object.keys(Q).join(", ")+"}.",u("%s defines an invalid contextType. contextType should point to the Context object returned by React.createContext().%s",la(m)||"Component",he)}}typeof Q=="object"&&Q!==null?H=eo(Q):H=F;var Le=new m(C,H);{if(typeof m.getDerivedStateFromProps=="function"&&(Le.state===null||Le.state===void 0)){var h=la(m)||"Component";cc.has(h)||(cc.add(h),u("`%s` uses `getDerivedStateFromProps` but its initial state is %s. This is not recommended. Instead, define the initial state by assigning an object to `this.state` in the constructor of `%s`. This ensures that `getDerivedStateFromProps` arguments have a consistent shape.",h,Le.state===null?"null":"undefined",h))}if(typeof m.getDerivedStateFromProps=="function"||typeof Le.getSnapshotBeforeUpdate=="function"){var E=null,R=null,L=null;if(typeof Le.componentWillMount=="function"&&Le.componentWillMount.__suppressDeprecationWarning!==!0?E="componentWillMount":typeof Le.UNSAFE_componentWillMount=="function"&&(E="UNSAFE_componentWillMount"),typeof Le.componentWillReceiveProps=="function"&&Le.componentWillReceiveProps.__suppressDeprecationWarning!==!0?R="componentWillReceiveProps":typeof Le.UNSAFE_componentWillReceiveProps=="function"&&(R="UNSAFE_componentWillReceiveProps"),typeof Le.componentWillUpdate=="function"&&Le.componentWillUpdate.__suppressDeprecationWarning!==!0?L="componentWillUpdate":typeof Le.UNSAFE_componentWillUpdate=="function"&&(L="UNSAFE_componentWillUpdate"),E!==null||R!==null||L!==null){var Y=la(m)||"Component",ae=typeof m.getDerivedStateFromProps=="function"?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";Mu.has(Y)||(Mu.add(Y),u(`Unsafe legacy lifecycles will not be called for components using new component APIs.
115
+
116
+ %s uses %s but also contains the following legacy lifecycles:%s%s%s
117
+
118
+ The above lifecycles should be removed. Learn more about this warning here:
119
+ https://reactjs.org/link/unsafe-component-lifecycles`,Y,ae,E!==null?`
120
+ `+E:"",R!==null?`
121
+ `+R:"",L!==null?`
122
+ `+L:""))}}}return Le}function Eo(m,C,F){{var H=la(C)||"Component",Q=m.render;Q||(C.prototype&&typeof C.prototype.render=="function"?u("%s(...): No `render` method found on the returned component instance: did you accidentally return an object from the constructor?",H):u("%s(...): No `render` method found on the returned component instance: you may have forgotten to define `render`.",H)),m.getInitialState&&!m.getInitialState.isReactClassApproved&&!m.state&&u("getInitialState was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Did you mean to define a state property instead?",H),m.getDefaultProps&&!m.getDefaultProps.isReactClassApproved&&u("getDefaultProps was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Use a static property to define defaultProps instead.",H),m.propTypes&&u("propTypes was defined as an instance property on %s. Use a static property to define propTypes instead.",H),m.contextType&&u("contextType was defined as an instance property on %s. Use a static property to define contextType instead.",H),m.contextTypes&&u("contextTypes was defined as an instance property on %s. Use a static property to define contextTypes instead.",H),C.contextType&&C.contextTypes&&!Bn.has(C)&&(Bn.add(C),u("%s declares both contextTypes and contextType static properties. The legacy contextTypes property will be ignored.",H)),typeof m.componentShouldUpdate=="function"&&u("%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.",H),C.prototype&&C.prototype.isPureReactComponent&&typeof m.shouldComponentUpdate<"u"&&u("%s has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used.",la(C)||"A pure component"),typeof m.componentDidUnmount=="function"&&u("%s has a method called componentDidUnmount(). But there is no such lifecycle method. Did you mean componentWillUnmount()?",H),typeof m.componentDidReceiveProps=="function"&&u("%s has a method called componentDidReceiveProps(). But there is no such lifecycle method. If you meant to update the state in response to changing props, use componentWillReceiveProps(). If you meant to fetch data or run side-effects or mutations after React has updated the UI, use componentDidUpdate().",H),typeof m.componentWillRecieveProps=="function"&&u("%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",H),typeof m.UNSAFE_componentWillRecieveProps=="function"&&u("%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?",H);var ce=m.props!==F;m.props!==void 0&&ce&&u("%s(...): When calling super() in `%s`, make sure to pass up the same props that your component's constructor was passed.",H,H),m.defaultProps&&u("Setting defaultProps as an instance property on %s is not supported and will be ignored. Instead, define defaultProps as a static property on %s.",H,H),typeof m.getSnapshotBeforeUpdate=="function"&&typeof m.componentDidUpdate!="function"&&!Pi.has(C)&&(Pi.add(C),u("%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.",la(C))),typeof m.getDerivedStateFromProps=="function"&&u("%s: getDerivedStateFromProps() is defined as an instance method and will be ignored. Instead, declare it as a static method.",H),typeof m.getDerivedStateFromError=="function"&&u("%s: getDerivedStateFromError() is defined as an instance method and will be ignored. Instead, declare it as a static method.",H),typeof C.getSnapshotBeforeUpdate=="function"&&u("%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.",H);var he=m.state;he&&(typeof he!="object"||hn(he))&&u("%s.state: must be set to an object or null",H),typeof m.getChildContext=="function"&&typeof C.childContextTypes!="object"&&u("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().",H)}}function da(m,C){var F=C.state;if(typeof C.componentWillMount=="function"){if(C.componentWillMount.__suppressDeprecationWarning!==!0){var H=la(m)||"Unknown";af[H]||(c(`componentWillMount has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.
123
+
124
+ * Move code from componentWillMount to componentDidMount (preferred in most cases) or the constructor.
125
+
126
+ Please update the following components: %s`,H),af[H]=!0)}C.componentWillMount()}typeof C.UNSAFE_componentWillMount=="function"&&C.UNSAFE_componentWillMount(),F!==C.state&&(u("%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",la(m)||"Component"),Cn.enqueueReplaceState(C,C.state,null))}function $o(m,C,F,H){if(m.queue!==null&&m.queue.length>0){var Q=m.queue,ce=m.replace;if(m.queue=null,m.replace=!1,ce&&Q.length===1)C.state=Q[0];else{for(var he=ce?Q[0]:C.state,Le=!0,h=ce?1:0;h<Q.length;h++){var E=Q[h],R=typeof E=="function"?E.call(C,he,F,H):E;R!=null&&(Le?(Le=!1,he=ue({},he,R)):ue(he,R))}C.state=he}}else m.queue=null}function au(m,C,F,H){Eo(m,C,F);var Q=m.state!==void 0?m.state:null;m.updater=Cn,m.props=F,m.state=Q;var ce={queue:[],replace:!1};ru(m,ce);var he=C.contextType;if(typeof he=="object"&&he!==null?m.context=eo(he):m.context=H,m.state===F){var Le=la(C)||"Component";Hr.has(Le)||(Hr.add(Le),u("%s: It is not recommended to assign props directly to state because updates to props won't be reflected in state. In most cases, it is better to use props directly.",Le))}var h=C.getDerivedStateFromProps;typeof h=="function"&&(m.state=Ca(m,C,h,Q,F)),typeof C.getDerivedStateFromProps!="function"&&typeof m.getSnapshotBeforeUpdate!="function"&&(typeof m.UNSAFE_componentWillMount=="function"||typeof m.componentWillMount=="function")&&(da(C,m),$o(ce,m,F,H))}var fc={id:1,overflow:""};function of(m){var C=m.overflow,F=m.id,H=F&~oi(F);return H.toString(32)+C}function dc(m,C,F){var H=m.id,Q=m.overflow,ce=Di(H)-1,he=H&~(1<<ce),Le=F+1,h=Di(C)+ce;if(h>30){var E=ce-ce%5,R=(1<<E)-1,L=(he&R).toString(32),Y=he>>E,ae=ce-E,de=Di(C)+ae,Me=Le<<ae,Je=Me|Y,Mt=L+Q;return{id:1<<de|Je,overflow:Mt}}else{var Kt=Le<<ce,Ht=Kt|he,$n=Q;return{id:1<<h|Ht,overflow:$n}}}function Di(m){return 32-ss(m)}function oi(m){return 1<<Di(m)-1}var ss=Math.clz32?Math.clz32:to,Ls=Math.log,Uf=Math.LN2;function to(m){var C=m>>>0;return C===0?32:31-(Ls(C)/Uf|0)|0}function Fu(m,C){return m===C&&(m!==0||1/m===1/C)||m!==m&&C!==C}var no=typeof Object.is=="function"?Object.is:Fu,Hi=null,Bu=null,yi=null,Tn=null,li=!1,_a=!1,rr=0,pa=null,iu=0,cs=25,Ja=!1,Fa;function Ua(){if(Hi===null)throw new Error(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
127
+ 1. You might have mismatching versions of React and the renderer (such as React DOM)
128
+ 2. You might be breaking the Rules of Hooks
129
+ 3. You might have more than one copy of React in the same app
130
+ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`);return Ja&&u("Do not call Hooks inside useEffect(...), useMemo(...), or other built-in Hooks. You can only call Hooks at the top level of your React function. For more information, see https://reactjs.org/link/rules-of-hooks"),Hi}function hr(m,C){if(C===null)return u("%s received a final argument during this render, but not during the previous render. Even though the final argument is optional, its type cannot change between renders.",Fa),!1;m.length!==C.length&&u(`The final argument passed to %s changed size between renders. The order and size of this array must remain constant.
131
+
132
+ Previous: %s
133
+ Incoming: %s`,Fa,"["+m.join(", ")+"]","["+C.join(", ")+"]");for(var F=0;F<C.length&&F<m.length;F++)if(!no(m[F],C[F]))return!1;return!0}function ui(){if(iu>0)throw new Error("Rendered more hooks than during the previous render");return{memoizedState:null,queue:null,next:null}}function sl(){return Tn===null?yi===null?(li=!1,yi=Tn=ui()):(li=!0,Tn=yi):Tn.next===null?(li=!1,Tn=Tn.next=ui()):(li=!0,Tn=Tn.next),Tn}function Ad(m,C){Hi=C,Bu=m,Ja=!1,rr=0}function pc(m,C,F,H){for(;_a;)_a=!1,rr=0,iu+=1,Tn=null,F=m(C,H);return lf(),F}function fs(){var m=rr!==0;return m}function lf(){Ja=!1,Hi=null,Bu=null,_a=!1,yi=null,iu=0,pa=null,Tn=null}function uf(m){return Ja&&u("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo()."),eo(m)}function Hf(m){return Fa="useContext",Ua(),eo(m)}function Xr(m,C){return typeof C=="function"?C(m):C}function $f(m){return Fa="useState",hc(Xr,m)}function hc(m,C,F){if(m!==Xr&&(Fa="useReducer"),Hi=Ua(),Tn=sl(),li){var H=Tn.queue,Q=H.dispatch;if(pa!==null){var ce=pa.get(H);if(ce!==void 0){pa.delete(H);var he=Tn.memoizedState,Le=ce;do{var h=Le.action;Ja=!0,he=m(he,h),Ja=!1,Le=Le.next}while(Le!==null);return Tn.memoizedState=he,[he,Q]}}return[Tn.memoizedState,Q]}else{Ja=!0;var E;m===Xr?E=typeof C=="function"?C():C:E=F!==void 0?F(C):C,Ja=!1,Tn.memoizedState=E;var R=Tn.queue={last:null,dispatch:null},L=R.dispatch=ou.bind(null,Hi,R);return[Tn.memoizedState,L]}}function Ai(m,C){Hi=Ua(),Tn=sl();var F=C===void 0?null:C;if(Tn!==null){var H=Tn.memoizedState;if(H!==null&&F!==null){var Q=H[1];if(hr(F,Q))return H[0]}}Ja=!0;var ce=m();return Ja=!1,Tn.memoizedState=[ce,F],ce}function Nl(m){Hi=Ua(),Tn=sl();var C=Tn.memoizedState;if(C===null){var F={current:m};return Object.seal(F),Tn.memoizedState=F,F}else return C}function vc(m,C){Fa="useLayoutEffect",u("useLayoutEffect does nothing on the server, because its effect cannot be encoded into the server renderer's output format. This will lead to a mismatch between the initial, non-hydrated UI and the intended UI. To avoid this, useLayoutEffect should only be used in components that render exclusively on the client. See https://reactjs.org/link/uselayouteffect-ssr for common fixes.")}function ou(m,C,F){if(iu>=cs)throw new Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");if(m===Hi){_a=!0;var H={action:F,next:null};pa===null&&(pa=new Map);var Q=pa.get(C);if(Q===void 0)pa.set(C,H);else{for(var ce=Q;ce.next!==null;)ce=ce.next;ce.next=H}}}function jf(m,C){return Ai(function(){return m},C)}function Vf(m,C,F){return Ua(),C(m._source)}function Nu(m,C,F){if(F===void 0)throw new Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");return F()}function si(m){return Ua(),m}function Ct(){throw new Error("startTransition cannot be called during server rendering.")}function Ba(){return Ua(),[!1,Ct]}function Si(){var m=Bu,C=of(m.treeContext),F=cl;if(F===null)throw new Error("Invalid hook call. Hooks can only be called inside of the body of a function component.");var H=rr++;return kl(F,C,H)}function zs(){}var Kf={readContext:uf,useContext:Hf,useMemo:Ai,useReducer:hc,useRef:Nl,useState:$f,useInsertionEffect:zs,useLayoutEffect:vc,useCallback:jf,useImperativeHandle:zs,useEffect:zs,useDebugValue:zs,useDeferredValue:si,useTransition:Ba,useId:Si,useMutableSource:Vf,useSyncExternalStore:Nu},cl=null;function jo(m){cl=m}function sf(m){try{var C="",F=m;do{switch(F.tag){case 0:C+=Jl(F.type,null,null);break;case 1:C+=Ml(F.type,null,null);break;case 2:C+=ol(F.type,null,null);break}F=F.parent}while(F);return C}catch(H){return`
134
+ Error generating stack: `+H.message+`
135
+ `+H.stack}}var ba=l.ReactCurrentDispatcher,Vo=l.ReactDebugCurrentFrame,Ll=0,fl=1,Is=2,dl=3,wo=4,Wf=0,mc=1,zl=2,Od=12800;function Yf(m){return console.error(m),null}function pl(){}function cf(m,C,F,H,Q,ce,he,Le,h){var E=[],R=new Set,L={destination:null,responseState:C,progressiveChunkSize:H===void 0?Od:H,status:Wf,fatalError:null,nextSegmentId:0,allPendingTasks:0,pendingRootTasks:0,completedRootSegment:null,abortableTasks:R,pingedTasks:E,clientRenderedBoundaries:[],completedBoundaries:[],partialBoundaries:[],onError:Q===void 0?Yf:Q,onAllReady:ce===void 0?pl:ce,onShellReady:he===void 0?pl:he,onShellError:Le===void 0?pl:Le,onFatalError:h===void 0?pl:h},Y=gc(L,0,null,F,!1,!1);Y.parentFlushed=!0;var ae=ff(L,m,null,Y,R,eu,uc,fc);return E.push(ae),L}function Ps(m,C){var F=m.pingedTasks;F.push(C),F.length===1&&S(function(){return bo(m)})}function Lu(m,C){return{id:Bo,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,forceClientRender:!1,completedSegments:[],byteSize:0,fallbackAbortableTasks:C,errorDigest:null}}function ff(m,C,F,H,Q,ce,he,Le){m.allPendingTasks++,F===null?m.pendingRootTasks++:F.pendingTasks++;var h={node:C,ping:function(){return Ps(m,h)},blockedBoundary:F,blockedSegment:H,abortSet:Q,legacyContext:ce,context:he,treeContext:Le};return h.componentStack=null,Q.add(h),h}function gc(m,C,F,H,Q,ce){return{status:Ll,id:-1,index:C,parentFlushed:!1,chunks:[],children:[],formatContext:H,boundary:F,lastPushedText:Q,textEmbedded:ce}}var ro=null;function Us(){return ro===null||ro.componentStack===null?"":sf(ro.componentStack)}function Ko(m,C){m.componentStack={tag:0,parent:m.componentStack,type:C}}function Ha(m,C){m.componentStack={tag:1,parent:m.componentStack,type:C}}function ds(m,C){m.componentStack={tag:2,parent:m.componentStack,type:C}}function Ei(m){m.componentStack===null?u("Unexpectedly popped too many stack frames. This is a bug in React."):m.componentStack=m.componentStack.parent}var Wo=null;function yc(m,C){{var F;typeof C=="string"?F=C:C&&typeof C.message=="string"?F=C.message:F=String(C);var H=Wo||Us();Wo=null,m.errorMessage=F,m.errorComponentStack=H}}function Za(m,C){var F=m.onError(C);if(F!=null&&typeof F!="string")throw new Error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "'+typeof F+'" instead');return F}function qt(m,C){var F=m.onShellError;F(C);var H=m.onFatalError;H(C),m.destination!==null?(m.status=zl,Ce(m.destination,C)):(m.status=mc,m.fatalError=C)}function Wn(m,C,F){Ko(C,"Suspense");var H=C.blockedBoundary,Q=C.blockedSegment,ce=F.fallback,he=F.children,Le=new Set,h=Lu(m,Le),E=Q.chunks.length,R=gc(m,E,h,Q.formatContext,!1,!1);Q.children.push(R),Q.lastPushedText=!1;var L=gc(m,0,null,Q.formatContext,!1,!1);L.parentFlushed=!0,C.blockedBoundary=h,C.blockedSegment=L;try{if($s(m,C,he),Aa(L.chunks,m.responseState,L.lastPushedText,L.textEmbedded),L.status=fl,Il(h,L),h.pendingTasks===0){Ei(C);return}}catch(ae){L.status=wo,h.forceClientRender=!0,h.errorDigest=Za(m,ae),yc(h,ae)}finally{C.blockedBoundary=H,C.blockedSegment=Q}var Y=ff(m,ce,H,R,Le,C.legacyContext,C.context,C.treeContext);Y.componentStack=C.componentStack,m.pingedTasks.push(Y),Ei(C)}function cn(m,C,F,H){Ko(C,F);var Q=C.blockedSegment,ce=al(Q.chunks,F,H,m.responseState,Q.formatContext);Q.lastPushedText=!1;var he=Q.formatContext;Q.formatContext=sa(he,F,H),$s(m,C,ce),Q.formatContext=he,Lo(Q.chunks,F),Q.lastPushedText=!1,Ei(C)}function Zr(m){return m.prototype&&m.prototype.isReactComponent}function Co(m,C,F,H,Q){var ce={};Ad(C,ce);var he=F(H,Q);return pc(F,H,he,Q)}function Sc(m,C,F,H,Q){var ce=F.render();F.props!==Q&&(er||u("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.",la(H)||"a component"),er=!0);{var he=H.childContextTypes;if(he!=null){var Le=C.legacyContext,h=lc(F,H,Le,he);C.legacyContext=h,Oi(m,C,ce),C.legacyContext=Le;return}}Oi(m,C,ce)}function df(m,C,F,H){ds(C,F);var Q=If(F,C.legacyContext),ce=Ui(F,H,Q);au(ce,F,H,Q),Sc(m,C,ce,F,H),Ei(C)}var Ec={},hl={},ea={},Ve={},er=!1,yn=!1,Yo=!1,$i=!1;function zu(m,C,F,H){var Q;if(Q=If(F,C.legacyContext),Ha(C,F),F.prototype&&typeof F.prototype.render=="function"){var ce=la(F)||"Unknown";Ec[ce]||(u("The <%s /> component appears to have a render method, but doesn't extend React.Component. This is likely to cause errors. Change %s to extend React.Component instead.",ce,ce),Ec[ce]=!0)}var he=Co(m,C,F,H,Q),Le=fs();if(typeof he=="object"&&he!==null&&typeof he.render=="function"&&he.$$typeof===void 0){var h=la(F)||"Unknown";hl[h]||(u("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",h,h,h),hl[h]=!0)}if(typeof he=="object"&&he!==null&&typeof he.render=="function"&&he.$$typeof===void 0){{var E=la(F)||"Unknown";hl[E]||(u("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",E,E,E),hl[E]=!0)}au(he,F,H,Q),Sc(m,C,he,F,H)}else if(ta(F),Le){var R=C.treeContext,L=1,Y=0;C.treeContext=dc(R,L,Y);try{Oi(m,C,he)}finally{C.treeContext=R}}else Oi(m,C,he);Ei(C)}function ta(m){{if(m&&m.childContextTypes&&u("%s(...): childContextTypes cannot be defined on a function component.",m.displayName||m.name||"Component"),typeof m.getDerivedStateFromProps=="function"){var C=la(m)||"Unknown";Ve[C]||(u("%s: Function components do not support getDerivedStateFromProps.",C),Ve[C]=!0)}if(typeof m.contextType=="object"&&m.contextType!==null){var F=la(m)||"Unknown";ea[F]||(u("%s: Function components do not support contextType.",F),ea[F]=!0)}}}function lu(m,C){if(m&&m.defaultProps){var F=ue({},C),H=m.defaultProps;for(var Q in H)F[Q]===void 0&&(F[Q]=H[Q]);return F}return C}function Iu(m,C,F,H,Q){Ha(C,F.render);var ce=Co(m,C,F.render,H,Q),he=fs();if(he){var Le=C.treeContext,h=1,E=0;C.treeContext=dc(Le,h,E);try{Oi(m,C,ce)}finally{C.treeContext=Le}}else Oi(m,C,ce);Ei(C)}function ps(m,C,F,H,Q){var ce=F.type,he=lu(ce,H);vs(m,C,ce,he,Q)}function _o(m,C,F,H){F._context===void 0?F!==F.Consumer&&($i||($i=!0,u("Rendering <Context> directly is not supported and will be removed in a future major release. Did you mean to render <Context.Consumer> instead?"))):F=F._context;var Q=H.children;typeof Q!="function"&&u("A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it.");var ce=eo(F),he=Q(ce);Oi(m,C,he)}function ao(m,C,F,H){var Q=F._context,ce=H.value,he=H.children,Le;Le=C.context,C.context=Ho(Q,ce),Oi(m,C,he),C.context=Ns(Q),Le!==C.context&&u("Popping the context provider did not return back to the original snapshot. This is a bug in React.")}function hs(m,C,F,H,Q){Ko(C,"Lazy");var ce=F._payload,he=F._init,Le=he(ce),h=lu(Le,H);vs(m,C,Le,h,Q),Ei(C)}function vs(m,C,F,H,Q){if(typeof F=="function")if(Zr(F)){df(m,C,F,H);return}else{zu(m,C,F,H);return}if(typeof F=="string"){cn(m,C,F,H);return}switch(F){case Zi:case Qc:case Ge:case xt:case Ne:{Oi(m,C,H.children);return}case ii:{Ko(C,"SuspenseList"),Oi(m,C,H.children),Ei(C);return}case Rs:throw new Error("ReactDOMServer does not yet support scope components.");case Ar:{Wn(m,C,H);return}}if(typeof F=="object"&&F!==null)switch(F.$$typeof){case Pn:{Iu(m,C,F,H,Q);return}case qa:{ps(m,C,F,H,Q);return}case yt:{ao(m,C,F,H);return}case gn:{_o(m,C,F,H);return}case Qa:{hs(m,C,F,H);return}}var ce="";throw(F===void 0||typeof F=="object"&&F!==null&&Object.keys(F).length===0)&&(ce+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."),new Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) "+("but got: "+(F==null?F:typeof F)+"."+ce))}function wc(m,C){typeof Symbol=="function"&&m[Symbol.toStringTag]==="Generator"&&(yn||u("Using Generators as children is unsupported and will likely yield unexpected results because enumerating a generator mutates it. You may convert it to an array with `Array.from()` or the `[...spread]` operator before rendering. Keep in mind you might need to polyfill these features for older browsers."),yn=!0),m.entries===C&&(Yo||u("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),Yo=!0)}function Oi(m,C,F){try{return Hs(m,C,F)}catch(H){throw typeof H=="object"&&H!==null&&typeof H.then=="function"||(Wo=Wo!==null?Wo:Us()),H}}function Hs(m,C,F){if(C.node=F,typeof F=="object"&&F!==null){switch(F.$$typeof){case Ee:{var H=F,Q=H.type,ce=H.props,he=H.ref;vs(m,C,Q,ce,he);return}case Ie:throw new Error("Portals are not currently supported by the server renderer. Render them conditionally so that they only appear on the client render.");case Qa:{var Le=F,h=Le._payload,E=Le._init,R;try{R=E(h)}catch(Kt){throw typeof Kt=="object"&&Kt!==null&&typeof Kt.then=="function"&&Ko(C,"Lazy"),Kt}Oi(m,C,R);return}}if(hn(F)){Cc(m,C,F);return}var L=Dd(F);if(L){wc(F,L);var Y=L.call(F);if(Y){var ae=Y.next();if(!ae.done){var de=[];do de.push(ae.value),ae=Y.next();while(!ae.done);Cc(m,C,de);return}return}}var Me=Object.prototype.toString.call(F);throw new Error("Objects are not valid as a React child (found: "+(Me==="[object Object]"?"object with keys {"+Object.keys(F).join(", ")+"}":Me)+"). If you meant to render a collection of children, use an array instead.")}if(typeof F=="string"){var Je=C.blockedSegment;Je.lastPushedText=vi(C.blockedSegment.chunks,F,m.responseState,Je.lastPushedText);return}if(typeof F=="number"){var Mt=C.blockedSegment;Mt.lastPushedText=vi(C.blockedSegment.chunks,""+F,m.responseState,Mt.lastPushedText);return}typeof F=="function"&&u("Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. Or maybe you meant to call this function rather than return it.")}function Cc(m,C,F){for(var H=F.length,Q=0;Q<H;Q++){var ce=C.treeContext;C.treeContext=dc(ce,H,Q);try{$s(m,C,F[Q])}finally{C.treeContext=ce}}}function Mi(m,C,F){var H=C.blockedSegment,Q=H.chunks.length,ce=gc(m,Q,null,H.formatContext,H.lastPushedText,!0);H.children.push(ce),H.lastPushedText=!1;var he=ff(m,C.node,C.blockedBoundary,ce,C.abortSet,C.legacyContext,C.context,C.treeContext);C.componentStack!==null&&(he.componentStack=C.componentStack.parent);var Le=he.ping;F.then(Le,Le)}function $s(m,C,F){var H=C.blockedSegment.formatContext,Q=C.legacyContext,ce=C.context,he=null;he=C.componentStack;try{return Oi(m,C,F)}catch(Le){if(lf(),typeof Le=="object"&&Le!==null&&typeof Le.then=="function"){Mi(m,C,Le),C.blockedSegment.formatContext=H,C.legacyContext=Q,C.context=ce,Uo(ce),C.componentStack=he;return}else throw C.blockedSegment.formatContext=H,C.legacyContext=Q,C.context=ce,Uo(ce),C.componentStack=he,Le}}function _c(m,C,F,H){var Q=Za(m,H);if(C===null?qt(m,H):(C.pendingTasks--,C.forceClientRender||(C.forceClientRender=!0,C.errorDigest=Q,yc(C,H),C.parentFlushed&&m.clientRenderedBoundaries.push(C))),m.allPendingTasks--,m.allPendingTasks===0){var ce=m.onAllReady;ce()}}function pf(m){var C=this,F=m.blockedBoundary,H=m.blockedSegment;H.status=dl,bc(C,F,H)}function ms(m,C,F){var H=m.blockedBoundary,Q=m.blockedSegment;if(Q.status=dl,H===null)C.allPendingTasks--,C.status!==zl&&(C.status=zl,C.destination!==null&&te(C.destination));else{if(H.pendingTasks--,!H.forceClientRender){H.forceClientRender=!0;var ce=F===void 0?new Error("The render was aborted by the server without a reason."):F;H.errorDigest=C.onError(ce);{var he="The server did not finish this Suspense boundary: ";ce&&typeof ce.message=="string"?ce=he+ce.message:ce=he+String(ce);var Le=ro;ro=m;try{yc(H,ce)}finally{ro=Le}}H.parentFlushed&&C.clientRenderedBoundaries.push(H)}if(H.fallbackAbortableTasks.forEach(function(E){return ms(E,C,F)}),H.fallbackAbortableTasks.clear(),C.allPendingTasks--,C.allPendingTasks===0){var h=C.onAllReady;h()}}}function Il(m,C){if(C.chunks.length===0&&C.children.length===1&&C.children[0].boundary===null){var F=C.children[0];F.id=C.id,F.parentFlushed=!0,F.status===fl&&Il(m,F)}else{var H=m.completedSegments;H.push(C)}}function bc(m,C,F){if(C===null){if(F.parentFlushed){if(m.completedRootSegment!==null)throw new Error("There can only be one root segment. This is a bug in React.");m.completedRootSegment=F}if(m.pendingRootTasks--,m.pendingRootTasks===0){m.onShellError=pl;var H=m.onShellReady;H()}}else if(C.pendingTasks--,!C.forceClientRender){if(C.pendingTasks===0)F.parentFlushed&&F.status===fl&&Il(C,F),C.parentFlushed&&m.completedBoundaries.push(C),C.fallbackAbortableTasks.forEach(pf,m),C.fallbackAbortableTasks.clear();else if(F.parentFlushed&&F.status===fl){Il(C,F);var Q=C.completedSegments;Q.length===1&&C.parentFlushed&&m.partialBoundaries.push(C)}}if(m.allPendingTasks--,m.allPendingTasks===0){var ce=m.onAllReady;ce()}}function Pu(m,C){var F=C.blockedSegment;if(F.status===Ll){Uo(C.context);var H=null;H=ro,ro=C;try{Oi(m,C,C.node),Aa(F.chunks,m.responseState,F.lastPushedText,F.textEmbedded),C.abortSet.delete(C),F.status=fl,bc(m,C.blockedBoundary,F)}catch(ce){if(lf(),typeof ce=="object"&&ce!==null&&typeof ce.then=="function"){var Q=C.ping;ce.then(Q,Q)}else C.abortSet.delete(C),F.status=wo,_c(m,C.blockedBoundary,F,ce)}finally{ro=H}}}function bo(m){if(m.status!==zl){var C=ul(),F=ba.current;ba.current=Kf;var H;H=Vo.getCurrentStack,Vo.getCurrentStack=Us;var Q=cl;jo(m.responseState);try{var ce=m.pingedTasks,he;for(he=0;he<ce.length;he++){var Le=ce[he];Pu(m,Le)}ce.splice(0,he),m.destination!==null&&uu(m,m.destination)}catch(h){Za(m,h),qt(m,h)}finally{jo(Q),ba.current=F,Vo.getCurrentStack=H,F===Kf&&Uo(C)}}}function Uu(m,C,F){switch(F.parentFlushed=!0,F.status){case Ll:{var H=F.id=m.nextSegmentId++;return F.lastPushedText=!1,F.textEmbedded=!1,po(C,m.responseState,H)}case fl:{F.status=Is;for(var Q=!0,ce=F.chunks,he=0,Le=F.children,h=0;h<Le.length;h++){for(var E=Le[h];he<E.index;he++)$(C,ce[he]);Q=Hu(m,C,E)}for(;he<ce.length-1;he++)$(C,ce[he]);return he<ce.length&&(Q=K(C,ce[he])),Q}default:throw new Error("Aborted, errored or already flushed boundaries should not be flushed again. This is a bug in React.")}}function Hu(m,C,F){var H=F.boundary;if(H===null)return Uu(m,C,F);if(H.parentFlushed=!0,H.forceClientRender)return ai(C,m.responseState,H.errorDigest,H.errorMessage,H.errorComponentStack),Uu(m,C,F),Yl(C,m.responseState);if(H.pendingTasks>0){H.rootSegmentID=m.nextSegmentId++,H.completedSegments.length>0&&m.partialBoundaries.push(H);var Q=H.id=Tl(m.responseState);return Dl(C,m.responseState,Q),Uu(m,C,F),Qr(C,m.responseState)}else{if(H.byteSize>m.progressiveChunkSize)return H.rootSegmentID=m.nextSegmentId++,m.completedBoundaries.push(H),Dl(C,m.responseState,H.id),Uu(m,C,F),Qr(C,m.responseState);Wl(C,m.responseState);var ce=H.completedSegments;if(ce.length!==1)throw new Error("A previously unvisited boundary must have exactly one root segment. This is a bug in React.");var he=ce[0];return Hu(m,C,he),oa(C,m.responseState)}}function xc(m,C,F){return P(C,m.responseState,F.id,F.errorDigest,F.errorMessage,F.errorComponentStack)}function $u(m,C,F){return dn(C,m.responseState,F.formatContext,F.id),Hu(m,C,F),gr(C,F.formatContext)}function gs(m,C,F){for(var H=F.completedSegments,Q=0;Q<H.length;Q++){var ce=H[Q];Vs(m,C,F,ce)}return H.length=0,Ol(C,m.responseState,F.id,F.rootSegmentID)}function js(m,C,F){for(var H=F.completedSegments,Q=0;Q<H.length;Q++){var ce=H[Q];if(!Vs(m,C,F,ce))return Q++,H.splice(0,Q),!1}return H.splice(0,Q),!0}function Vs(m,C,F,H){if(H.status===Is)return!0;var Q=H.id;if(Q===-1){var ce=H.id=F.rootSegmentID;if(ce===-1)throw new Error("A root segment ID must have been assigned by now. This is a bug in React.");return $u(m,C,H)}else return $u(m,C,H),Xc(C,m.responseState,Q)}function uu(m,C){q();try{var F=m.completedRootSegment;F!==null&&m.pendingRootTasks===0&&(Hu(m,C,F),m.completedRootSegment=null,Vl(C,m.responseState));var H=m.clientRenderedBoundaries,Q;for(Q=0;Q<H.length;Q++){var ce=H[Q];xc(m,C,ce)}H.splice(0,Q);var he=m.completedBoundaries;for(Q=0;Q<he.length;Q++){var Le=he[Q];gs(m,C,Le)}he.splice(0,Q),J(C),q(C);var h=m.partialBoundaries;for(Q=0;Q<h.length;Q++){var E=h[Q];if(!js(m,C,E)){m.destination=null,Q++,h.splice(0,Q);return}}h.splice(0,Q);var R=m.completedBoundaries;for(Q=0;Q<R.length;Q++){var L=R[Q];gs(m,C,L)}R.splice(0,Q)}finally{J(C),m.allPendingTasks===0&&m.pingedTasks.length===0&&m.clientRenderedBoundaries.length===0&&m.completedBoundaries.length===0&&(m.abortableTasks.size!==0&&u("There was still abortable task at the root when we closed. This is a bug in React."),te(C))}}function ju(m){S(function(){return bo(m)})}function ji(m,C){if(m.status===mc){m.status=zl,Ce(C,m.fatalError);return}if(m.status!==zl&&m.destination===null){m.destination=C;try{uu(m,C)}catch(F){Za(m,F),qt(m,F)}}}function hf(m,C){try{var F=m.abortableTasks;F.forEach(function(H){return ms(H,m,C)}),F.clear(),m.destination!==null&&uu(m,m.destination)}catch(H){Za(m,H),qt(m,H)}}function qr(m,C){return new Promise(function(F,H){var Q,ce,he=new Promise(function(Y,ae){ce=Y,Q=ae});function Le(){var Y=new ReadableStream({type:"bytes",pull:function(ae){ji(E,ae)},cancel:function(ae){hf(E)}},{highWaterMark:0});Y.allReady=he,F(Y)}function h(Y){he.catch(function(){}),H(Y)}var E=cf(m,ri(C?C.identifierPrefix:void 0,C?C.nonce:void 0,C?C.bootstrapScriptContent:void 0,C?C.bootstrapScripts:void 0,C?C.bootstrapModules:void 0),bi(C?C.namespaceURI:void 0),C?C.progressiveChunkSize:void 0,C?C.onError:void 0,ce,Le,h,Q);if(C&&C.signal){var R=C.signal,L=function(){hf(E,R.reason),R.removeEventListener("abort",L)};R.addEventListener("abort",L)}ju(E)})}fm.renderToReadableStream=qr,fm.version=i}()),fm}var vp,Wg;process.env.NODE_ENV==="production"?(vp=F_(),Wg=B_()):(vp=N_(),Wg=L_()),tl.version=vp.version,tl.renderToString=vp.renderToString,tl.renderToStaticMarkup=vp.renderToStaticMarkup,tl.renderToNodeStream=vp.renderToNodeStream,tl.renderToStaticNodeStream=vp.renderToStaticNodeStream,tl.renderToReadableStream=Wg.renderToReadableStream;var Wr={exports:{}};(function(o,i){(function(l,c){o.exports=c()})(md,function(){var l=Array.prototype.slice;function c(d,w){w&&(d.prototype=Object.create(w.prototype)),d.prototype.constructor=d}function u(d){return x(d)?d:zt(d)}c(g,u);function g(d){return N(d)?d:sn(d)}c(S,u);function S(d){return q(d)?d:on(d)}c(A,u);function A(d){return x(d)&&!$(d)?d:Vn(d)}function x(d){return!!(d&&d[J])}function N(d){return!!(d&&d[te])}function q(d){return!!(d&&d[le])}function $(d){return N(d)||q(d)}function K(d){return!!(d&&d[ie])}u.isIterable=x,u.isKeyed=N,u.isIndexed=q,u.isAssociative=$,u.isOrdered=K,u.Keyed=g,u.Indexed=S,u.Set=A;var J="@@__IMMUTABLE_ITERABLE__@@",te="@@__IMMUTABLE_KEYED__@@",le="@@__IMMUTABLE_INDEXED__@@",ie="@@__IMMUTABLE_ORDERED__@@",oe="delete",Ce=5,Se=1<<Ce,we=Se-1,Be={},nt={value:!1},je={value:!1};function ct(d){return d.value=!1,d}function Xe(d){d&&(d.value=!0)}function ht(){}function Ze(d,w){w=w||0;for(var M=Math.max(0,d.length-w),P=new Array(M),j=0;j<M;j++)P[j]=d[j+w];return P}function ut(d){return d.size===void 0&&(d.size=d.__iterate(rt)),d.size}function He(d,w){if(typeof w!="number"){var M=w>>>0;if(""+M!==w||M===4294967295)return NaN;w=M}return w<0?ut(d)+w:w}function rt(){return!0}function Xt(d,w,M){return(d===0||M!==void 0&&d<=-M)&&(w===void 0||M!==void 0&&w>=M)}function kt(d,w){return $e(d,w,0)}function Lt(d,w){return $e(d,w,w)}function $e(d,w,M){return d===void 0?M:d<0?Math.max(0,w+d):w===void 0?d:Math.min(w,d)}var et=0,Ye=1,lt=2,Et=typeof Symbol=="function"&&Symbol.iterator,tr="@@iterator",Jn=Et||tr;function Dt(d){this.next=d}Dt.prototype.toString=function(){return"[Iterator]"},Dt.KEYS=et,Dt.VALUES=Ye,Dt.ENTRIES=lt,Dt.prototype.inspect=Dt.prototype.toSource=function(){return this.toString()},Dt.prototype[Jn]=function(){return this};function wt(d,w,M,P){var j=d===0?w:d===1?M:[w,M];return P?P.value=j:P={value:j,done:!1},P}function zn(){return{value:void 0,done:!0}}function lr(d){return!!An(d)}function Dn(d){return d&&typeof d.next=="function"}function sr(d){var w=An(d);return w&&w.call(d)}function An(d){var w=d&&(Et&&d[Et]||d[tr]);if(typeof w=="function")return w}function wr(d){return d&&typeof d.length=="number"}c(zt,u);function zt(d){return d==null?bt():x(d)?d.toSeq():ur(d)}zt.of=function(){return zt(arguments)},zt.prototype.toSeq=function(){return this},zt.prototype.toString=function(){return this.__toString("Seq {","}")},zt.prototype.cacheResult=function(){return!this._cache&&this.__iterateUncached&&(this._cache=this.entrySeq().toArray(),this.size=this._cache.length),this},zt.prototype.__iterate=function(d,w){return ga(this,d,w,!0)},zt.prototype.__iterator=function(d,w){return Br(this,d,w,!0)},c(sn,zt);function sn(d){return d==null?bt().toKeyedSeq():x(d)?N(d)?d.toSeq():d.fromEntrySeq():Rn(d)}sn.prototype.toKeyedSeq=function(){return this},c(on,zt);function on(d){return d==null?bt():x(d)?N(d)?d.entrySeq():d.toIndexedSeq():tn(d)}on.of=function(){return on(arguments)},on.prototype.toIndexedSeq=function(){return this},on.prototype.toString=function(){return this.__toString("Seq [","]")},on.prototype.__iterate=function(d,w){return ga(this,d,w,!1)},on.prototype.__iterator=function(d,w){return Br(this,d,w,!1)},c(Vn,zt);function Vn(d){return(d==null?bt():x(d)?N(d)?d.entrySeq():d:tn(d)).toSetSeq()}Vn.of=function(){return Vn(arguments)},Vn.prototype.toSetSeq=function(){return this},zt.isSeq=At,zt.Keyed=sn,zt.Set=Vn,zt.Indexed=on;var cr="@@__IMMUTABLE_SEQ__@@";zt.prototype[cr]=!0,c(On,on);function On(d){this._array=d,this.size=d.length}On.prototype.get=function(d,w){return this.has(d)?this._array[He(this,d)]:w},On.prototype.__iterate=function(d,w){for(var M=this._array,P=M.length-1,j=0;j<=P;j++)if(d(M[w?P-j:j],j,this)===!1)return j+1;return j},On.prototype.__iterator=function(d,w){var M=this._array,P=M.length-1,j=0;return new Dt(function(){return j>P?zn():wt(d,j,M[w?P-j++:j++])})},c(Nn,sn);function Nn(d){var w=Object.keys(d);this._object=d,this._keys=w,this.size=w.length}Nn.prototype.get=function(d,w){return w!==void 0&&!this.has(d)?w:this._object[d]},Nn.prototype.has=function(d){return this._object.hasOwnProperty(d)},Nn.prototype.__iterate=function(d,w){for(var M=this._object,P=this._keys,j=P.length-1,Z=0;Z<=j;Z++){var ue=P[w?j-Z:Z];if(d(M[ue],ue,this)===!1)return Z+1}return Z},Nn.prototype.__iterator=function(d,w){var M=this._object,P=this._keys,j=P.length-1,Z=0;return new Dt(function(){var ue=P[w?j-Z:Z];return Z++>j?zn():wt(d,ue,M[ue])})},Nn.prototype[ie]=!0,c(Gn,on);function Gn(d){this._iterable=d,this.size=d.length||d.size}Gn.prototype.__iterateUncached=function(d,w){if(w)return this.cacheResult().__iterate(d,w);var M=this._iterable,P=sr(M),j=0;if(Dn(P))for(var Z;!(Z=P.next()).done&&d(Z.value,j++,this)!==!1;);return j},Gn.prototype.__iteratorUncached=function(d,w){if(w)return this.cacheResult().__iterator(d,w);var M=this._iterable,P=sr(M);if(!Dn(P))return new Dt(zn);var j=0;return new Dt(function(){var Z=P.next();return Z.done?Z:wt(d,j++,Z.value)})},c(nr,on);function nr(d){this._iterator=d,this._iteratorCache=[]}nr.prototype.__iterateUncached=function(d,w){if(w)return this.cacheResult().__iterate(d,w);for(var M=this._iterator,P=this._iteratorCache,j=0;j<P.length;)if(d(P[j],j++,this)===!1)return j;for(var Z;!(Z=M.next()).done;){var ue=Z.value;if(P[j]=ue,d(ue,j++,this)===!1)break}return j},nr.prototype.__iteratorUncached=function(d,w){if(w)return this.cacheResult().__iterator(d,w);var M=this._iterator,P=this._iteratorCache,j=0;return new Dt(function(){if(j>=P.length){var Z=M.next();if(Z.done)return Z;P[j]=Z.value}return wt(d,j,P[j++])})};function At(d){return!!(d&&d[cr])}var Ft;function bt(){return Ft||(Ft=new On([]))}function Rn(d){var w=Array.isArray(d)?new On(d).fromEntrySeq():Dn(d)?new nr(d).fromEntrySeq():lr(d)?new Gn(d).fromEntrySeq():typeof d=="object"?new Nn(d):void 0;if(!w)throw new TypeError("Expected Array or iterable object of [k, v] entries, or keyed object: "+d);return w}function tn(d){var w=Vt(d);if(!w)throw new TypeError("Expected Array or iterable object of values: "+d);return w}function ur(d){var w=Vt(d)||typeof d=="object"&&new Nn(d);if(!w)throw new TypeError("Expected Array or iterable object of values, or keyed object: "+d);return w}function Vt(d){return wr(d)?new On(d):Dn(d)?new nr(d):lr(d)?new Gn(d):void 0}function ga(d,w,M,P){var j=d._cache;if(j){for(var Z=j.length-1,ue=0;ue<=Z;ue++){var Ee=j[M?Z-ue:ue];if(w(Ee[1],P?Ee[0]:ue,d)===!1)return ue+1}return ue}return d.__iterateUncached(w,M)}function Br(d,w,M,P){var j=d._cache;if(j){var Z=j.length-1,ue=0;return new Dt(function(){var Ee=j[M?Z-ue:ue];return ue++>Z?zn():wt(w,P?Ee[0]:ue-1,Ee[1])})}return d.__iteratorUncached(w,M)}function vt(d,w){return w?Bt(w,d,"",{"":d}):bn(d)}function Bt(d,w,M,P){return Array.isArray(w)?d.call(P,M,on(w).map(function(j,Z){return Bt(d,j,Z,w)})):ar(w)?d.call(P,M,sn(w).map(function(j,Z){return Bt(d,j,Z,w)})):w}function bn(d){return Array.isArray(d)?on(d).map(bn).toList():ar(d)?sn(d).map(bn).toMap():d}function ar(d){return d&&(d.constructor===Object||d.constructor===void 0)}function wn(d,w){if(d===w||d!==d&&w!==w)return!0;if(!d||!w)return!1;if(typeof d.valueOf=="function"&&typeof w.valueOf=="function"){if(d=d.valueOf(),w=w.valueOf(),d===w||d!==d&&w!==w)return!0;if(!d||!w)return!1}return!!(typeof d.equals=="function"&&typeof w.equals=="function"&&d.equals(w))}function Tr(d,w){if(d===w)return!0;if(!x(w)||d.size!==void 0&&w.size!==void 0&&d.size!==w.size||d.__hash!==void 0&&w.__hash!==void 0&&d.__hash!==w.__hash||N(d)!==N(w)||q(d)!==q(w)||K(d)!==K(w))return!1;if(d.size===0&&w.size===0)return!0;var M=!$(d);if(K(d)){var P=d.entries();return w.every(function(Ie,Ne){var Ge=P.next().value;return Ge&&wn(Ge[1],Ie)&&(M||wn(Ge[0],Ne))})&&P.next().done}var j=!1;if(d.size===void 0)if(w.size===void 0)typeof d.cacheResult=="function"&&d.cacheResult();else{j=!0;var Z=d;d=w,w=Z}var ue=!0,Ee=w.__iterate(function(Ie,Ne){if(M?!d.has(Ie):j?!wn(Ie,d.get(Ne,Be)):!wn(d.get(Ne,Be),Ie))return ue=!1,!1});return ue&&d.size===Ee}c(In,on);function In(d,w){if(!(this instanceof In))return new In(d,w);if(this._value=d,this.size=w===void 0?1/0:Math.max(0,w),this.size===0){if(ya)return ya;ya=this}}In.prototype.toString=function(){return this.size===0?"Repeat []":"Repeat [ "+this._value+" "+this.size+" times ]"},In.prototype.get=function(d,w){return this.has(d)?this._value:w},In.prototype.includes=function(d){return wn(this._value,d)},In.prototype.slice=function(d,w){var M=this.size;return Xt(d,w,M)?this:new In(this._value,Lt(w,M)-kt(d,M))},In.prototype.reverse=function(){return this},In.prototype.indexOf=function(d){return wn(this._value,d)?0:-1},In.prototype.lastIndexOf=function(d){return wn(this._value,d)?this.size:-1},In.prototype.__iterate=function(d,w){for(var M=0;M<this.size;M++)if(d(this._value,M,this)===!1)return M+1;return M},In.prototype.__iterator=function(d,w){var M=this,P=0;return new Dt(function(){return P<M.size?wt(d,P++,M._value):zn()})},In.prototype.equals=function(d){return d instanceof In?wn(this._value,d._value):Tr(d)};var ya;function Mn(d,w){if(!d)throw new Error(w)}c(Kn,on);function Kn(d,w,M){if(!(this instanceof Kn))return new Kn(d,w,M);if(Mn(M!==0,"Cannot step a Range by 0"),d=d||0,w===void 0&&(w=1/0),M=M===void 0?1:Math.abs(M),w<d&&(M=-M),this._start=d,this._end=w,this._step=M,this.size=Math.max(0,Math.ceil((w-d)/M-1)+1),this.size===0){if(Xn)return Xn;Xn=this}}Kn.prototype.toString=function(){return this.size===0?"Range []":"Range [ "+this._start+"..."+this._end+(this._step>1?" by "+this._step:"")+" ]"},Kn.prototype.get=function(d,w){return this.has(d)?this._start+He(this,d)*this._step:w},Kn.prototype.includes=function(d){var w=(d-this._start)/this._step;return w>=0&&w<this.size&&w===Math.floor(w)},Kn.prototype.slice=function(d,w){return Xt(d,w,this.size)?this:(d=kt(d,this.size),w=Lt(w,this.size),w<=d?new Kn(0,0):new Kn(this.get(d,this._end),this.get(w,this._end),this._step))},Kn.prototype.indexOf=function(d){var w=d-this._start;if(w%this._step===0){var M=w/this._step;if(M>=0&&M<this.size)return M}return-1},Kn.prototype.lastIndexOf=function(d){return this.indexOf(d)},Kn.prototype.__iterate=function(d,w){for(var M=this.size-1,P=this._step,j=w?this._start+M*P:this._start,Z=0;Z<=M;Z++){if(d(j,Z,this)===!1)return Z+1;j+=w?-P:P}return Z},Kn.prototype.__iterator=function(d,w){var M=this.size-1,P=this._step,j=w?this._start+M*P:this._start,Z=0;return new Dt(function(){var ue=j;return j+=w?-P:P,Z>M?zn():wt(d,Z++,ue)})},Kn.prototype.equals=function(d){return d instanceof Kn?this._start===d._start&&this._end===d._end&&this._step===d._step:Tr(this,d)};var Xn;c(Ut,u);function Ut(){throw TypeError("Abstract")}c(ka,Ut);function ka(){}c(Ra,Ut);function Ra(){}c(Va,Ut);function Va(){}Ut.Keyed=ka,Ut.Indexed=Ra,Ut.Set=Va;var xa=typeof Math.imul=="function"&&Math.imul(4294967295,2)===-2?Math.imul:function(w,M){w=w|0,M=M|0;var P=w&65535,j=M&65535;return P*j+((w>>>16)*j+P*(M>>>16)<<16>>>0)|0};function Ni(d){return d>>>1&1073741824|d&3221225471}function kr(d){if(d===!1||d===null||d===void 0||typeof d.valueOf=="function"&&(d=d.valueOf(),d===!1||d===null||d===void 0))return 0;if(d===!0)return 1;var w=typeof d;if(w==="number"){var M=d|0;for(M!==d&&(M^=d*4294967295);d>4294967295;)d/=4294967295,M^=d;return Ni(M)}if(w==="string")return d.length>mt?Nr(d):di(d);if(typeof d.hashCode=="function")return d.hashCode();if(w==="object")return qi(d);if(typeof d.toString=="function")return di(d.toString());throw new Error("Value type "+w+" cannot be hashed.")}function Nr(d){var w=Fn[d];return w===void 0&&(w=di(d),hn===Yt&&(hn=0,Fn={}),hn++,Fn[d]=w),w}function di(d){for(var w=0,M=0;M<d.length;M++)w=31*w+d.charCodeAt(M)|0;return Ni(w)}function qi(d){var w;if(Ka&&(w=_i.get(d),w!==void 0)||(w=d[qe],w!==void 0)||!Cr&&(w=d.propertyIsEnumerable&&d.propertyIsEnumerable[qe],w!==void 0||(w=Da(d),w!==void 0)))return w;if(w=++fe,fe&1073741824&&(fe=0),Ka)_i.set(d,w);else{if(ni!==void 0&&ni(d)===!1)throw new Error("Non-extensible objects are not allowed as keys.");if(Cr)Object.defineProperty(d,qe,{enumerable:!1,configurable:!1,writable:!1,value:w});else if(d.propertyIsEnumerable!==void 0&&d.propertyIsEnumerable===d.constructor.prototype.propertyIsEnumerable)d.propertyIsEnumerable=function(){return this.constructor.prototype.propertyIsEnumerable.apply(this,arguments)},d.propertyIsEnumerable[qe]=w;else if(d.nodeType!==void 0)d[qe]=w;else throw new Error("Unable to set a non-enumerable property on object.")}return w}var ni=Object.isExtensible,Cr=function(){try{return Object.defineProperty({},"@",{}),!0}catch{return!1}}();function Da(d){if(d&&d.nodeType>0)switch(d.nodeType){case 1:return d.uniqueID;case 9:return d.documentElement&&d.documentElement.uniqueID}}var Ka=typeof WeakMap=="function",_i;Ka&&(_i=new WeakMap);var fe=0,qe="__immutablehash__";typeof Symbol=="function"&&(qe=Symbol(qe));var mt=16,Yt=255,hn=0,Fn={};function en(d){Mn(d!==1/0,"Cannot perform this action with an infinite size.")}c(ft,ka);function ft(d){return d==null?Yr():zr(d)&&!K(d)?d:Yr().withMutations(function(w){var M=g(d);en(M.size),M.forEach(function(P,j){return w.set(j,P)})})}ft.prototype.toString=function(){return this.__toString("Map {","}")},ft.prototype.get=function(d,w){return this._root?this._root.get(0,void 0,d,w):w},ft.prototype.set=function(d,w){return Pr(this,d,w)},ft.prototype.setIn=function(d,w){return this.updateIn(d,Be,function(){return w})},ft.prototype.remove=function(d){return Pr(this,d,Be)},ft.prototype.deleteIn=function(d){return this.updateIn(d,function(){return Be})},ft.prototype.update=function(d,w,M){return arguments.length===1?d(this):this.updateIn([d],w,M)},ft.prototype.updateIn=function(d,w,M){M||(M=w,w=void 0);var P=z(this,ai(d),w,M);return P===Be?void 0:P},ft.prototype.clear=function(){return this.size===0?this:this.__ownerID?(this.size=0,this._root=null,this.__hash=void 0,this.__altered=!0,this):Yr()},ft.prototype.merge=function(){return hi(this,void 0,arguments)},ft.prototype.mergeWith=function(d){var w=l.call(arguments,1);return hi(this,d,w)},ft.prototype.mergeIn=function(d){var w=l.call(arguments,1);return this.updateIn(d,Yr(),function(M){return typeof M.merge=="function"?M.merge.apply(M,w):w[w.length-1]})},ft.prototype.mergeDeep=function(){return hi(this,vi,arguments)},ft.prototype.mergeDeepWith=function(d){var w=l.call(arguments,1);return hi(this,Aa(d),w)},ft.prototype.mergeDeepIn=function(d){var w=l.call(arguments,1);return this.updateIn(d,Yr(),function(M){return typeof M.mergeDeep=="function"?M.mergeDeep.apply(M,w):w[w.length-1]})},ft.prototype.sort=function(d){return dr(gi(this,d))},ft.prototype.sortBy=function(d,w){return dr(gi(this,w,d))},ft.prototype.withMutations=function(d){var w=this.asMutable();return d(w),w.wasAltered()?w.__ensureOwner(this.__ownerID):this},ft.prototype.asMutable=function(){return this.__ownerID?this:this.__ensureOwner(new ht)},ft.prototype.asImmutable=function(){return this.__ensureOwner()},ft.prototype.wasAltered=function(){return this.__altered},ft.prototype.__iterator=function(d,w){return new ua(this,d,w)},ft.prototype.__iterate=function(d,w){var M=this,P=0;return this._root&&this._root.iterate(function(j){return P++,d(j[1],j[0],M)},w),P},ft.prototype.__ensureOwner=function(d){return d===this.__ownerID?this:d?so(this.size,this._root,d,this.__hash):(this.__ownerID=d,this.__altered=!1,this)};function zr(d){return!!(d&&d[ir])}ft.isMap=zr;var ir="@@__IMMUTABLE_MAP__@@",Ot=ft.prototype;Ot[ir]=!0,Ot[oe]=Ot.remove,Ot.removeIn=Ot.deleteIn;function _r(d,w){this.ownerID=d,this.entries=w}_r.prototype.get=function(d,w,M,P){for(var j=this.entries,Z=0,ue=j.length;Z<ue;Z++)if(wn(M,j[Z][0]))return j[Z][1];return P},_r.prototype.update=function(d,w,M,P,j,Z,ue){for(var Ee=j===Be,Ie=this.entries,Ne=0,Ge=Ie.length;Ne<Ge&&!wn(P,Ie[Ne][0]);Ne++);var xt=Ne<Ge;if(xt?Ie[Ne][1]===j:Ee)return this;if(Xe(ue),(Ee||!xt)&&Xe(Z),!(Ee&&Ie.length===1)){if(!xt&&!Ee&&Ie.length>=Ue)return Tl(d,Ie,P,j);var yt=d&&d===this.ownerID,gn=yt?Ie:Ze(Ie);return xt?Ee?Ne===Ge-1?gn.pop():gn[Ne]=gn.pop():gn[Ne]=[P,j]:gn.push([P,j]),yt?(this.entries=gn,this):new _r(d,gn)}};function Sa(d,w,M){this.ownerID=d,this.bitmap=w,this.nodes=M}Sa.prototype.get=function(d,w,M,P){w===void 0&&(w=kr(M));var j=1<<((d===0?w:w>>>d)&we),Z=this.bitmap;return(Z&j)===0?P:this.nodes[G(Z&j-1)].get(d+Ce,w,M,P)},Sa.prototype.update=function(d,w,M,P,j,Z,ue){M===void 0&&(M=kr(P));var Ee=(w===0?M:M>>>w)&we,Ie=1<<Ee,Ne=this.bitmap,Ge=(Ne&Ie)!==0;if(!Ge&&j===Be)return this;var xt=G(Ne&Ie-1),yt=this.nodes,gn=Ge?yt[xt]:void 0,Pn=bi(gn,d,w+Ce,M,P,j,Z,ue);if(Pn===gn)return this;if(!Ge&&Pn&&yt.length>=at)return Li(d,yt,Ne,Ee,Pn);if(Ge&&!Pn&&yt.length===2&&sa(yt[xt^1]))return yt[xt^1];if(Ge&&Pn&&yt.length===1&&sa(Pn))return Pn;var Ar=d&&d===this.ownerID,ii=Ge?Pn?Ne:Ne^Ie:Ne|Ie,qa=Ge?Pn?ne(yt,xt,Pn,Ar):ye(yt,xt,Ar):Te(yt,xt,Pn,Ar);return Ar?(this.bitmap=ii,this.nodes=qa,this):new Sa(d,ii,qa)};function ri(d,w,M){this.ownerID=d,this.count=w,this.nodes=M}ri.prototype.get=function(d,w,M,P){w===void 0&&(w=kr(M));var j=(d===0?w:w>>>d)&we,Z=this.nodes[j];return Z?Z.get(d+Ce,w,M,P):P},ri.prototype.update=function(d,w,M,P,j,Z,ue){M===void 0&&(M=kr(P));var Ee=(w===0?M:M>>>w)&we,Ie=j===Be,Ne=this.nodes,Ge=Ne[Ee];if(Ie&&!Ge)return this;var xt=bi(Ge,d,w+Ce,M,P,j,Z,ue);if(xt===Ge)return this;var yt=this.count;if(!Ge)yt++;else if(!xt&&(yt--,yt<dt))return kl(d,Ne,yt,Ee);var gn=d&&d===this.ownerID,Pn=ne(Ne,Ee,xt,gn);return gn?(this.count=yt,this.nodes=Pn,this):new ri(d,yt,Pn)};function Sn(d,w,M){this.ownerID=d,this.keyHash=w,this.entries=M}Sn.prototype.get=function(d,w,M,P){for(var j=this.entries,Z=0,ue=j.length;Z<ue;Z++)if(wn(M,j[Z][0]))return j[Z][1];return P},Sn.prototype.update=function(d,w,M,P,j,Z,ue){M===void 0&&(M=kr(P));var Ee=j===Be;if(M!==this.keyHash)return Ee?this:(Xe(ue),Xe(Z),Bo(this,d,w,M,[P,j]));for(var Ie=this.entries,Ne=0,Ge=Ie.length;Ne<Ge&&!wn(P,Ie[Ne][0]);Ne++);var xt=Ne<Ge;if(xt?Ie[Ne][1]===j:Ee)return this;if(Xe(ue),(Ee||!xt)&&Xe(Z),Ee&&Ge===2)return new fr(d,this.keyHash,Ie[Ne^1]);var yt=d&&d===this.ownerID,gn=yt?Ie:Ze(Ie);return xt?Ee?Ne===Ge-1?gn.pop():gn[Ne]=gn.pop():gn[Ne]=[P,j]:gn.push([P,j]),yt?(this.entries=gn,this):new Sn(d,this.keyHash,gn)};function fr(d,w,M){this.ownerID=d,this.keyHash=w,this.entry=M}fr.prototype.get=function(d,w,M,P){return wn(M,this.entry[0])?this.entry[1]:P},fr.prototype.update=function(d,w,M,P,j,Z,ue){var Ee=j===Be,Ie=wn(P,this.entry[0]);if(Ie?j===this.entry[1]:Ee)return this;if(Xe(ue),Ee){Xe(Z);return}return Ie?d&&d===this.ownerID?(this.entry[1]=j,this):new fr(d,this.keyHash,[P,j]):(Xe(Z),Bo(this,d,w,kr(P),[P,j]))},_r.prototype.iterate=Sn.prototype.iterate=function(d,w){for(var M=this.entries,P=0,j=M.length-1;P<=j;P++)if(d(M[w?j-P:P])===!1)return!1},Sa.prototype.iterate=ri.prototype.iterate=function(d,w){for(var M=this.nodes,P=0,j=M.length-1;P<=j;P++){var Z=M[w?j-P:P];if(Z&&Z.iterate(d,w)===!1)return!1}},fr.prototype.iterate=function(d,w){return d(this.entry)},c(ua,Dt);function ua(d,w,M){this._type=w,this._reverse=M,this._stack=d._root&&Ir(d._root)}ua.prototype.next=function(){for(var d=this._type,w=this._stack;w;){var M=w.node,P=w.index++,j;if(M.entry){if(P===0)return mn(d,M.entry)}else if(M.entries){if(j=M.entries.length-1,P<=j)return mn(d,M.entries[this._reverse?j-P:P])}else if(j=M.nodes.length-1,P<=j){var Z=M.nodes[this._reverse?j-P:P];if(Z){if(Z.entry)return mn(d,Z.entry);w=this._stack=Ir(Z,w)}continue}w=this._stack=this._stack.__prev}return zn()};function mn(d,w){return wt(d,w[0],w[1])}function Ir(d,w){return{node:d,index:0,__prev:w}}function so(d,w,M,P){var j=Object.create(Ot);return j.size=d,j._root=w,j.__ownerID=M,j.__hash=P,j.__altered=!1,j}var pi;function Yr(){return pi||(pi=so(0))}function Pr(d,w,M){var P,j;if(d._root){var Z=ct(nt),ue=ct(je);if(P=bi(d._root,d.__ownerID,0,void 0,w,M,Z,ue),!ue.value)return d;j=d.size+(Z.value?M===Be?-1:1:0)}else{if(M===Be)return d;j=1,P=new _r(d.__ownerID,[[w,M]])}return d.__ownerID?(d.size=j,d._root=P,d.__hash=void 0,d.__altered=!0,d):P?so(j,P):Yr()}function bi(d,w,M,P,j,Z,ue,Ee){return d?d.update(w,M,P,j,Z,ue,Ee):Z===Be?d:(Xe(Ee),Xe(ue),new fr(w,P,[j,Z]))}function sa(d){return d.constructor===fr||d.constructor===Sn}function Bo(d,w,M,P,j){if(d.keyHash===P)return new Sn(w,P,[d.entry,j]);var Z=(M===0?d.keyHash:d.keyHash>>>M)&we,ue=(M===0?P:P>>>M)&we,Ee,Ie=Z===ue?[Bo(d,w,M+Ce,P,j)]:(Ee=new fr(w,P,j),Z<ue?[d,Ee]:[Ee,d]);return new Sa(w,1<<Z|1<<ue,Ie)}function Tl(d,w,M,P){d||(d=new ht);for(var j=new fr(d,kr(M),[M,P]),Z=0;Z<w.length;Z++){var ue=w[Z];j=j.update(d,0,void 0,ue[0],ue[1])}return j}function kl(d,w,M,P){for(var j=0,Z=0,ue=new Array(M),Ee=0,Ie=1,Ne=w.length;Ee<Ne;Ee++,Ie<<=1){var Ge=w[Ee];Ge!==void 0&&Ee!==P&&(j|=Ie,ue[Z++]=Ge)}return new Sa(d,j,ue)}function Li(d,w,M,P,j){for(var Z=0,ue=new Array(Se),Ee=0;M!==0;Ee++,M>>>=1)ue[Ee]=M&1?w[Z++]:void 0;return ue[P]=j,new ri(d,Z+1,ue)}function hi(d,w,M){for(var P=[],j=0;j<M.length;j++){var Z=M[j],ue=g(Z);x(Z)||(ue=ue.map(function(Ee){return vt(Ee)})),P.push(ue)}return T(d,w,P)}function vi(d,w,M){return d&&d.mergeDeep&&x(w)?d.mergeDeep(w):wn(d,w)?d:w}function Aa(d){return function(w,M,P){if(w&&w.mergeDeepWith&&x(M))return w.mergeDeepWith(d,M);var j=d(w,M,P);return wn(w,j)?w:j}}function T(d,w,M){return M=M.filter(function(P){return P.size!==0}),M.length===0?d:d.size===0&&!d.__ownerID&&M.length===1?d.constructor(M[0]):d.withMutations(function(P){for(var j=w?function(ue,Ee){P.update(Ee,Be,function(Ie){return Ie===Be?ue:w(Ie,ue,Ee)})}:function(ue,Ee){P.set(Ee,ue)},Z=0;Z<M.length;Z++)M[Z].forEach(j)})}function z(d,w,M,P){var j=d===Be,Z=w.next();if(Z.done){var ue=j?M:d,Ee=P(ue);return Ee===ue?d:Ee}Mn(j||d&&d.set,"invalid keyPath");var Ie=Z.value,Ne=j?Be:d.get(Ie,Be),Ge=z(Ne,w,M,P);return Ge===Ne?d:Ge===Be?d.remove(Ie):(j?Yr():d).set(Ie,Ge)}function G(d){return d=d-(d>>1&1431655765),d=(d&858993459)+(d>>2&858993459),d=d+(d>>4)&252645135,d=d+(d>>8),d=d+(d>>16),d&127}function ne(d,w,M,P){var j=P?d:Ze(d);return j[w]=M,j}function Te(d,w,M,P){var j=d.length+1;if(P&&w+1===j)return d[w]=M,d;for(var Z=new Array(j),ue=0,Ee=0;Ee<j;Ee++)Ee===w?(Z[Ee]=M,ue=-1):Z[Ee]=d[Ee+ue];return Z}function ye(d,w,M){var P=d.length-1;if(M&&w===P)return d.pop(),d;for(var j=new Array(P),Z=0,ue=0;ue<P;ue++)ue===w&&(Z=1),j[ue]=d[ue+Z];return j}var Ue=Se/4,at=Se/2,dt=Se/4;c(St,Ra);function St(d){var w=ia();if(d==null)return w;if(Gt(d))return d;var M=S(d),P=M.size;return P===0?w:(en(P),P>0&&P<Se?Ea(0,P,Ce,null,new Gr(M.toArray())):w.withMutations(function(j){j.setSize(P),M.forEach(function(Z,ue){return j.set(ue,Z)})}))}St.of=function(){return this(arguments)},St.prototype.toString=function(){return this.__toString("List [","]")},St.prototype.get=function(d,w){if(d=He(this,d),d>=0&&d<this.size){d+=this._origin;var M=mr(this,d);return M&&M.array[d&we]}return w},St.prototype.set=function(d,w){return Ta(this,d,w)},St.prototype.remove=function(d){return this.has(d)?d===0?this.shift():d===this.size-1?this.pop():this.splice(d,1):this},St.prototype.insert=function(d,w){return this.splice(d,0,w)},St.prototype.clear=function(){return this.size===0?this:this.__ownerID?(this.size=this._origin=this._capacity=0,this._level=Ce,this._root=this._tail=null,this.__hash=void 0,this.__altered=!0,this):ia()},St.prototype.push=function(){var d=arguments,w=this.size;return this.withMutations(function(M){No(M,0,w+d.length);for(var P=0;P<d.length;P++)M.set(w+P,d[P])})},St.prototype.pop=function(){return No(this,0,-1)},St.prototype.unshift=function(){var d=arguments;return this.withMutations(function(w){No(w,-d.length);for(var M=0;M<d.length;M++)w.set(M,d[M])})},St.prototype.shift=function(){return No(this,1)},St.prototype.merge=function(){return za(this,void 0,arguments)},St.prototype.mergeWith=function(d){var w=l.call(arguments,1);return za(this,d,w)},St.prototype.mergeDeep=function(){return za(this,vi,arguments)},St.prototype.mergeDeepWith=function(d){var w=l.call(arguments,1);return za(this,Aa(d),w)},St.prototype.setSize=function(d){return No(this,0,d)},St.prototype.slice=function(d,w){var M=this.size;return Xt(d,w,M)?this:No(this,kt(d,M),Lt(w,M))},St.prototype.__iterator=function(d,w){var M=0,P=un(this,w);return new Dt(function(){var j=P();return j===aa?zn():wt(d,M++,j)})},St.prototype.__iterate=function(d,w){for(var M=0,P=un(this,w),j;(j=P())!==aa&&d(j,M++,this)!==!1;);return M},St.prototype.__ensureOwner=function(d){return d===this.__ownerID?this:d?Ea(this._origin,this._capacity,this._level,this._root,this._tail,d,this.__hash):(this.__ownerID=d,this)};function Gt(d){return!!(d&&d[qn])}St.isList=Gt;var qn="@@__IMMUTABLE_LIST__@@",ln=St.prototype;ln[qn]=!0,ln[oe]=ln.remove,ln.setIn=Ot.setIn,ln.deleteIn=ln.removeIn=Ot.removeIn,ln.update=Ot.update,ln.updateIn=Ot.updateIn,ln.mergeIn=Ot.mergeIn,ln.mergeDeepIn=Ot.mergeDeepIn,ln.withMutations=Ot.withMutations,ln.asMutable=Ot.asMutable,ln.asImmutable=Ot.asImmutable,ln.wasAltered=Ot.wasAltered;function Gr(d,w){this.array=d,this.ownerID=w}Gr.prototype.removeBefore=function(d,w,M){if(M===w?1<<w:this.array.length===0)return this;var P=M>>>w&we;if(P>=this.array.length)return new Gr([],d);var j=P===0,Z;if(w>0){var ue=this.array[P];if(Z=ue&&ue.removeBefore(d,w-Ce,M),Z===ue&&j)return this}if(j&&!Z)return this;var Ee=br(this,d);if(!j)for(var Ie=0;Ie<P;Ie++)Ee.array[Ie]=void 0;return Z&&(Ee.array[P]=Z),Ee},Gr.prototype.removeAfter=function(d,w,M){if(M===(w?1<<w:0)||this.array.length===0)return this;var P=M-1>>>w&we;if(P>=this.array.length)return this;var j;if(w>0){var Z=this.array[P];if(j=Z&&Z.removeAfter(d,w-Ce,M),j===Z&&P===this.array.length-1)return this}var ue=br(this,d);return ue.array.splice(P+1),j&&(ue.array[P]=j),ue};var aa={};function un(d,w){var M=d._origin,P=d._capacity,j=ca(P),Z=d._tail;return ue(d._root,d._level,0);function ue(Ne,Ge,xt){return Ge===0?Ee(Ne,xt):Ie(Ne,Ge,xt)}function Ee(Ne,Ge){var xt=Ge===j?Z&&Z.array:Ne&&Ne.array,yt=Ge>M?0:M-Ge,gn=P-Ge;return gn>Se&&(gn=Se),function(){if(yt===gn)return aa;var Pn=w?--gn:yt++;return xt&&xt[Pn]}}function Ie(Ne,Ge,xt){var yt,gn=Ne&&Ne.array,Pn=xt>M?0:M-xt>>Ge,Ar=(P-xt>>Ge)+1;return Ar>Se&&(Ar=Se),function(){do{if(yt){var ii=yt();if(ii!==aa)return ii;yt=null}if(Pn===Ar)return aa;var qa=w?--Ar:Pn++;yt=ue(gn&&gn[qa],Ge-Ce,xt+(qa<<Ge))}while(!0)}}}function Ea(d,w,M,P,j,Z,ue){var Ee=Object.create(ln);return Ee.size=w-d,Ee._origin=d,Ee._capacity=w,Ee._level=M,Ee._root=P,Ee._tail=j,Ee.__ownerID=Z,Ee.__hash=ue,Ee.__altered=!1,Ee}var Lr;function ia(){return Lr||(Lr=Ea(0,0,Ce))}function Ta(d,w,M){if(w=He(d,w),w!==w)return d;if(w>=d.size||w<0)return d.withMutations(function(ue){w<0?No(ue,w).set(0,M):No(ue,0,w+1).set(w,M)});w+=d._origin;var P=d._tail,j=d._root,Z=ct(je);return w>=ca(d._capacity)?P=Wa(P,d.__ownerID,0,w,M,Z):j=Wa(j,d.__ownerID,d._level,w,M,Z),Z.value?d.__ownerID?(d._root=j,d._tail=P,d.__hash=void 0,d.__altered=!0,d):Ea(d._origin,d._capacity,d._level,j,P):d}function Wa(d,w,M,P,j,Z){var ue=P>>>M&we,Ee=d&&ue<d.array.length;if(!Ee&&j===void 0)return d;var Ie;if(M>0){var Ne=d&&d.array[ue],Ge=Wa(Ne,w,M-Ce,P,j,Z);return Ge===Ne?d:(Ie=br(d,w),Ie.array[ue]=Ge,Ie)}return Ee&&d.array[ue]===j?d:(Xe(Z),Ie=br(d,w),j===void 0&&ue===Ie.array.length-1?Ie.array.pop():Ie.array[ue]=j,Ie)}function br(d,w){return w&&d&&w===d.ownerID?d:new Gr(d?d.array.slice():[],w)}function mr(d,w){if(w>=ca(d._capacity))return d._tail;if(w<1<<d._level+Ce){for(var M=d._root,P=d._level;M&&P>0;)M=M.array[w>>>P&we],P-=Ce;return M}}function No(d,w,M){w!==void 0&&(w=w|0),M!==void 0&&(M=M|0);var P=d.__ownerID||new ht,j=d._origin,Z=d._capacity,ue=j+w,Ee=M===void 0?Z:M<0?Z+M:j+M;if(ue===j&&Ee===Z)return d;if(ue>=Ee)return d.clear();for(var Ie=d._level,Ne=d._root,Ge=0;ue+Ge<0;)Ne=new Gr(Ne&&Ne.array.length?[void 0,Ne]:[],P),Ie+=Ce,Ge+=1<<Ie;Ge&&(ue+=Ge,j+=Ge,Ee+=Ge,Z+=Ge);for(var xt=ca(Z),yt=ca(Ee);yt>=1<<Ie+Ce;)Ne=new Gr(Ne&&Ne.array.length?[Ne]:[],P),Ie+=Ce;var gn=d._tail,Pn=yt<xt?mr(d,Ee-1):yt>xt?new Gr([],P):gn;if(gn&&yt>xt&&ue<Z&&gn.array.length){Ne=br(Ne,P);for(var Ar=Ne,ii=Ie;ii>Ce;ii-=Ce){var qa=xt>>>ii&we;Ar=Ar.array[qa]=br(Ar.array[qa],P)}Ar.array[xt>>>Ce&we]=gn}if(Ee<Z&&(Pn=Pn&&Pn.removeAfter(P,0,Ee)),ue>=yt)ue-=yt,Ee-=yt,Ie=Ce,Ne=null,Pn=Pn&&Pn.removeBefore(P,0,ue);else if(ue>j||yt<xt){for(Ge=0;Ne;){var Qa=ue>>>Ie&we;if(Qa!==yt>>>Ie&we)break;Qa&&(Ge+=(1<<Ie)*Qa),Ie-=Ce,Ne=Ne.array[Qa]}Ne&&ue>j&&(Ne=Ne.removeBefore(P,Ie,ue-Ge)),Ne&&yt<xt&&(Ne=Ne.removeAfter(P,Ie,yt-Ge)),Ge&&(ue-=Ge,Ee-=Ge)}return d.__ownerID?(d.size=Ee-ue,d._origin=ue,d._capacity=Ee,d._level=Ie,d._root=Ne,d._tail=Pn,d.__hash=void 0,d.__altered=!0,d):Ea(ue,Ee,Ie,Ne,Pn)}function za(d,w,M){for(var P=[],j=0,Z=0;Z<M.length;Z++){var ue=M[Z],Ee=S(ue);Ee.size>j&&(j=Ee.size),x(ue)||(Ee=Ee.map(function(Ie){return vt(Ie)})),P.push(Ee)}return j>d.size&&(d=d.setSize(j)),T(d,w,P)}function ca(d){return d<Se?0:d-1>>>Ce<<Ce}c(dr,ft);function dr(d){return d==null?pr():zi(d)?d:pr().withMutations(function(w){var M=g(d);en(M.size),M.forEach(function(P,j){return w.set(j,P)})})}dr.of=function(){return this(arguments)},dr.prototype.toString=function(){return this.__toString("OrderedMap {","}")},dr.prototype.get=function(d,w){var M=this._map.get(d);return M!==void 0?this._list.get(M)[1]:w},dr.prototype.clear=function(){return this.size===0?this:this.__ownerID?(this.size=0,this._map.clear(),this._list.clear(),this):pr()},dr.prototype.set=function(d,w){return mi(this,d,w)},dr.prototype.remove=function(d){return mi(this,d,Be)},dr.prototype.wasAltered=function(){return this._map.wasAltered()||this._list.wasAltered()},dr.prototype.__iterate=function(d,w){var M=this;return this._list.__iterate(function(P){return P&&d(P[1],P[0],M)},w)},dr.prototype.__iterator=function(d,w){return this._list.fromEntrySeq().__iterator(d,w)},dr.prototype.__ensureOwner=function(d){if(d===this.__ownerID)return this;var w=this._map.__ensureOwner(d),M=this._list.__ensureOwner(d);return d?xi(w,M,d,this.__hash):(this.__ownerID=d,this._map=w,this._list=M,this)};function zi(d){return zr(d)&&K(d)}dr.isOrderedMap=zi,dr.prototype[ie]=!0,dr.prototype[oe]=dr.prototype.remove;function xi(d,w,M,P){var j=Object.create(dr.prototype);return j.size=d?d.size:0,j._map=d,j._list=w,j.__ownerID=M,j.__hash=P,j}var rl;function pr(){return rl||(rl=xi(Yr(),ia()))}function mi(d,w,M){var P=d._map,j=d._list,Z=P.get(w),ue=Z!==void 0,Ee,Ie;if(M===Be){if(!ue)return d;j.size>=Se&&j.size>=P.size*2?(Ie=j.filter(function(Ne,Ge){return Ne!==void 0&&Z!==Ge}),Ee=Ie.toKeyedSeq().map(function(Ne){return Ne[0]}).flip().toMap(),d.__ownerID&&(Ee.__ownerID=Ie.__ownerID=d.__ownerID)):(Ee=P.remove(w),Ie=Z===j.size-1?j.pop():j.set(Z,void 0))}else if(ue){if(M===j.get(Z)[1])return d;Ee=P,Ie=j.set(Z,[w,M])}else Ee=P.set(w,j.size),Ie=j.set(j.size,[w,M]);return d.__ownerID?(d.size=Ee.size,d._map=Ee,d._list=Ie,d.__hash=void 0,d):xi(Ee,Ie)}c(xr,sn);function xr(d,w){this._iter=d,this._useKeys=w,this.size=d.size}xr.prototype.get=function(d,w){return this._iter.get(d,w)},xr.prototype.has=function(d){return this._iter.has(d)},xr.prototype.valueSeq=function(){return this._iter.valueSeq()},xr.prototype.reverse=function(){var d=this,w=co(this,!0);return this._useKeys||(w.valueSeq=function(){return d._iter.toSeq().reverse()}),w},xr.prototype.map=function(d,w){var M=this,P=Ya(this,d,w);return this._useKeys||(P.valueSeq=function(){return M._iter.toSeq().map(d,w)}),P},xr.prototype.__iterate=function(d,w){var M=this,P;return this._iter.__iterate(this._useKeys?function(j,Z){return d(j,Z,M)}:(P=w?mo(this):0,function(j){return d(j,w?--P:P++,M)}),w)},xr.prototype.__iterator=function(d,w){if(this._useKeys)return this._iter.__iterator(d,w);var M=this._iter.__iterator(Ye,w),P=w?mo(this):0;return new Dt(function(){var j=M.next();return j.done?j:wt(d,w?--P:P++,j.value,j)})},xr.prototype[ie]=!0,c(Oa,on);function Oa(d){this._iter=d,this.size=d.size}Oa.prototype.includes=function(d){return this._iter.includes(d)},Oa.prototype.__iterate=function(d,w){var M=this,P=0;return this._iter.__iterate(function(j){return d(j,P++,M)},w)},Oa.prototype.__iterator=function(d,w){var M=this._iter.__iterator(Ye,w),P=0;return new Dt(function(){var j=M.next();return j.done?j:wt(d,P++,j.value,j)})},c(wa,Vn);function wa(d){this._iter=d,this.size=d.size}wa.prototype.has=function(d){return this._iter.includes(d)},wa.prototype.__iterate=function(d,w){var M=this;return this._iter.__iterate(function(P){return d(P,P,M)},w)},wa.prototype.__iterator=function(d,w){var M=this._iter.__iterator(Ye,w);return new Dt(function(){var P=M.next();return P.done?P:wt(d,P.value,P.value,P)})},c(Qi,sn);function Qi(d){this._iter=d,this.size=d.size}Qi.prototype.entrySeq=function(){return this._iter.toSeq()},Qi.prototype.__iterate=function(d,w){var M=this;return this._iter.__iterate(function(P){if(P){vo(P);var j=x(P);return d(j?P.get(1):P[1],j?P.get(0):P[0],M)}},w)},Qi.prototype.__iterator=function(d,w){var M=this._iter.__iterator(Ye,w);return new Dt(function(){for(;;){var P=M.next();if(P.done)return P;var j=P.value;if(j){vo(j);var Z=x(j);return wt(d,Z?j.get(0):j[0],Z?j.get(1):j[1],P)}}})},Oa.prototype.cacheResult=xr.prototype.cacheResult=wa.prototype.cacheResult=Qi.prototype.cacheResult=Wl;function Ti(d){var w=Ga(d);return w._iter=d,w.size=d.size,w.flip=function(){return d},w.reverse=function(){var M=d.reverse.apply(this);return M.flip=function(){return d.reverse()},M},w.has=function(M){return d.includes(M)},w.includes=function(M){return d.has(M)},w.cacheResult=Wl,w.__iterateUncached=function(M,P){var j=this;return d.__iterate(function(Z,ue){return M(ue,Z,j)!==!1},P)},w.__iteratorUncached=function(M,P){if(M===lt){var j=d.__iterator(M,P);return new Dt(function(){var Z=j.next();if(!Z.done){var ue=Z.value[0];Z.value[0]=Z.value[1],Z.value[1]=ue}return Z})}return d.__iterator(M===Ye?et:Ye,P)},w}function Ya(d,w,M){var P=Ga(d);return P.size=d.size,P.has=function(j){return d.has(j)},P.get=function(j,Z){var ue=d.get(j,Be);return ue===Be?Z:w.call(M,ue,j,d)},P.__iterateUncached=function(j,Z){var ue=this;return d.__iterate(function(Ee,Ie,Ne){return j(w.call(M,Ee,Ie,Ne),Ie,ue)!==!1},Z)},P.__iteratorUncached=function(j,Z){var ue=d.__iterator(lt,Z);return new Dt(function(){var Ee=ue.next();if(Ee.done)return Ee;var Ie=Ee.value,Ne=Ie[0];return wt(j,Ne,w.call(M,Ie[1],Ne,d),Ee)})},P}function co(d,w){var M=Ga(d);return M._iter=d,M.size=d.size,M.reverse=function(){return d},d.flip&&(M.flip=function(){var P=Ti(d);return P.reverse=function(){return d.flip()},P}),M.get=function(P,j){return d.get(w?P:-1-P,j)},M.has=function(P){return d.has(w?P:-1-P)},M.includes=function(P){return d.includes(P)},M.cacheResult=Wl,M.__iterate=function(P,j){var Z=this;return d.__iterate(function(ue,Ee){return P(ue,Ee,Z)},!j)},M.__iterator=function(P,j){return d.__iterator(P,!j)},M}function al(d,w,M,P){var j=Ga(d);return P&&(j.has=function(Z){var ue=d.get(Z,Be);return ue!==Be&&!!w.call(M,ue,Z,d)},j.get=function(Z,ue){var Ee=d.get(Z,Be);return Ee!==Be&&w.call(M,Ee,Z,d)?Ee:ue}),j.__iterateUncached=function(Z,ue){var Ee=this,Ie=0;return d.__iterate(function(Ne,Ge,xt){if(w.call(M,Ne,Ge,xt))return Ie++,Z(Ne,P?Ge:Ie-1,Ee)},ue),Ie},j.__iteratorUncached=function(Z,ue){var Ee=d.__iterator(lt,ue),Ie=0;return new Dt(function(){for(;;){var Ne=Ee.next();if(Ne.done)return Ne;var Ge=Ne.value,xt=Ge[0],yt=Ge[1];if(w.call(M,yt,xt,d))return wt(Z,P?xt:Ie++,yt,Ne)}})},j}function Cu(d,w,M){var P=ft().asMutable();return d.__iterate(function(j,Z){P.update(w.call(M,j,Z,d),0,function(ue){return ue+1})}),P.asImmutable()}function Ji(d,w,M){var P=N(d),j=(K(d)?dr():ft()).asMutable();d.__iterate(function(ue,Ee){j.update(w.call(M,ue,Ee,d),function(Ie){return Ie=Ie||[],Ie.push(P?[Ee,ue]:ue),Ie})});var Z=fa(d);return j.map(function(ue){return Zn(d,Z(ue))})}function Lo(d,w,M,P){var j=d.size;if(w!==void 0&&(w=w|0),M!==void 0&&(M=M|0),Xt(w,M,j))return d;var Z=kt(w,j),ue=Lt(M,j);if(Z!==Z||ue!==ue)return Lo(d.toSeq().cacheResult(),w,M,P);var Ee=ue-Z,Ie;Ee===Ee&&(Ie=Ee<0?0:Ee);var Ne=Ga(d);return Ne.size=Ie===0?Ie:d.size&&Ie||void 0,!P&&At(d)&&Ie>=0&&(Ne.get=function(Ge,xt){return Ge=He(this,Ge),Ge>=0&&Ge<Ie?d.get(Ge+Z,xt):xt}),Ne.__iterateUncached=function(Ge,xt){var yt=this;if(Ie===0)return 0;if(xt)return this.cacheResult().__iterate(Ge,xt);var gn=0,Pn=!0,Ar=0;return d.__iterate(function(ii,qa){if(!(Pn&&(Pn=gn++<Z)))return Ar++,Ge(ii,P?qa:Ar-1,yt)!==!1&&Ar!==Ie}),Ar},Ne.__iteratorUncached=function(Ge,xt){if(Ie!==0&&xt)return this.cacheResult().__iterator(Ge,xt);var yt=Ie!==0&&d.__iterator(Ge,xt),gn=0,Pn=0;return new Dt(function(){for(;gn++<Z;)yt.next();if(++Pn>Ie)return zn();var Ar=yt.next();return P||Ge===Ye?Ar:Ge===et?wt(Ge,Pn-1,void 0,Ar):wt(Ge,Pn-1,Ar.value[1],Ar)})},Ne}function Vl(d,w,M){var P=Ga(d);return P.__iterateUncached=function(j,Z){var ue=this;if(Z)return this.cacheResult().__iterate(j,Z);var Ee=0;return d.__iterate(function(Ie,Ne,Ge){return w.call(M,Ie,Ne,Ge)&&++Ee&&j(Ie,Ne,ue)}),Ee},P.__iteratorUncached=function(j,Z){var ue=this;if(Z)return this.cacheResult().__iterator(j,Z);var Ee=d.__iterator(lt,Z),Ie=!0;return new Dt(function(){if(!Ie)return zn();var Ne=Ee.next();if(Ne.done)return Ne;var Ge=Ne.value,xt=Ge[0],yt=Ge[1];return w.call(M,yt,xt,ue)?j===lt?Ne:wt(j,xt,yt,Ne):(Ie=!1,zn())})},P}function _u(d,w,M,P){var j=Ga(d);return j.__iterateUncached=function(Z,ue){var Ee=this;if(ue)return this.cacheResult().__iterate(Z,ue);var Ie=!0,Ne=0;return d.__iterate(function(Ge,xt,yt){if(!(Ie&&(Ie=w.call(M,Ge,xt,yt))))return Ne++,Z(Ge,P?xt:Ne-1,Ee)}),Ne},j.__iteratorUncached=function(Z,ue){var Ee=this;if(ue)return this.cacheResult().__iterator(Z,ue);var Ie=d.__iterator(lt,ue),Ne=!0,Ge=0;return new Dt(function(){var xt,yt,gn;do{if(xt=Ie.next(),xt.done)return P||Z===Ye?xt:Z===et?wt(Z,Ge++,void 0,xt):wt(Z,Ge++,xt.value[1],xt);var Pn=xt.value;yt=Pn[0],gn=Pn[1],Ne&&(Ne=w.call(M,gn,yt,Ee))}while(Ne);return Z===lt?xt:wt(Z,yt,gn,xt)})},j}function fo(d,w){var M=N(d),P=[d].concat(w).map(function(ue){return x(ue)?M&&(ue=g(ue)):ue=M?Rn(ue):tn(Array.isArray(ue)?ue:[ue]),ue}).filter(function(ue){return ue.size!==0});if(P.length===0)return d;if(P.length===1){var j=P[0];if(j===d||M&&N(j)||q(d)&&q(j))return j}var Z=new On(P);return M?Z=Z.toKeyedSeq():q(d)||(Z=Z.toSetSeq()),Z=Z.flatten(!0),Z.size=P.reduce(function(ue,Ee){if(ue!==void 0){var Ie=Ee.size;if(Ie!==void 0)return ue+Ie}},0),Z}function po(d,w,M){var P=Ga(d);return P.__iterateUncached=function(j,Z){var ue=0,Ee=!1;function Ie(Ne,Ge){var xt=this;Ne.__iterate(function(yt,gn){return(!w||Ge<w)&&x(yt)?Ie(yt,Ge+1):j(yt,M?gn:ue++,xt)===!1&&(Ee=!0),!Ee},Z)}return Ie(d,0),ue},P.__iteratorUncached=function(j,Z){var ue=d.__iterator(j,Z),Ee=[],Ie=0;return new Dt(function(){for(;ue;){var Ne=ue.next();if(Ne.done!==!1){ue=Ee.pop();continue}var Ge=Ne.value;if(j===lt&&(Ge=Ge[1]),(!w||Ee.length<w)&&x(Ge))Ee.push(ue),ue=Ge.__iterator(j,Z);else return M?Ne:wt(j,Ie++,Ge,Ne)}return zn()})},P}function Kl(d,w,M){var P=fa(d);return d.toSeq().map(function(j,Z){return P(w.call(M,j,Z,d))}).flatten(!0)}function Ma(d,w){var M=Ga(d);return M.size=d.size&&d.size*2-1,M.__iterateUncached=function(P,j){var Z=this,ue=0;return d.__iterate(function(Ee,Ie){return(!ue||P(w,ue++,Z)!==!1)&&P(Ee,ue++,Z)!==!1},j),ue},M.__iteratorUncached=function(P,j){var Z=d.__iterator(Ye,j),ue=0,Ee;return new Dt(function(){return(!Ee||ue%2)&&(Ee=Z.next(),Ee.done)?Ee:ue%2?wt(P,ue++,w):wt(P,ue++,Ee.value,Ee)})},M}function gi(d,w,M){w||(w=Dl);var P=N(d),j=0,Z=d.toSeq().map(function(ue,Ee){return[Ee,ue,j++,M?M(ue,Ee,d):ue]}).toArray();return Z.sort(function(ue,Ee){return w(ue[3],Ee[3])||ue[2]-Ee[2]}).forEach(P?function(ue,Ee){Z[Ee].length=2}:function(ue,Ee){Z[Ee]=ue[1]}),P?sn(Z):q(d)?on(Z):Vn(Z)}function Ii(d,w,M){if(w||(w=Dl),M){var P=d.toSeq().map(function(j,Z){return[j,M(j,Z,d)]}).reduce(function(j,Z){return ho(w,j[1],Z[1])?Z:j});return P&&P[0]}else return d.reduce(function(j,Z){return ho(w,j,Z)?Z:j})}function ho(d,w,M){var P=d(M,w);return P===0&&M!==w&&(M==null||M!==M)||P>0}function Rl(d,w,M){var P=Ga(d);return P.size=new On(M).map(function(j){return j.size}).min(),P.__iterate=function(j,Z){for(var ue=this.__iterator(Ye,Z),Ee,Ie=0;!(Ee=ue.next()).done&&j(Ee.value,Ie++,this)!==!1;);return Ie},P.__iteratorUncached=function(j,Z){var ue=M.map(function(Ne){return Ne=u(Ne),sr(Z?Ne.reverse():Ne)}),Ee=0,Ie=!1;return new Dt(function(){var Ne;return Ie||(Ne=ue.map(function(Ge){return Ge.next()}),Ie=Ne.some(function(Ge){return Ge.done})),Ie?zn():wt(j,Ee++,w.apply(null,Ne.map(function(Ge){return Ge.value})))})},P}function Zn(d,w){return At(d)?w:d.constructor(w)}function vo(d){if(d!==Object(d))throw new TypeError("Expected [K, V] tuple: "+d)}function mo(d){return en(d.size),ut(d)}function fa(d){return N(d)?g:q(d)?S:A}function Ga(d){return Object.create((N(d)?sn:q(d)?on:Vn).prototype)}function Wl(){return this._iter.cacheResult?(this._iter.cacheResult(),this.size=this._iter.size,this):zt.prototype.cacheResult.call(this)}function Dl(d,w){return d>w?1:d<w?-1:0}function ai(d){var w=sr(d);if(!w){if(!wr(d))throw new TypeError("Expected iterable or array-like: "+d);w=sr(u(d))}return w}c(oa,ka);function oa(d,w){var M,P=function(ue){if(ue instanceof P)return ue;if(!(this instanceof P))return new P(ue);if(!M){M=!0;var Ee=Object.keys(d);bu(j,Ee),j.size=Ee.length,j._name=w,j._keys=Ee,j._defaultValues=d}this._map=ft(ue)},j=P.prototype=Object.create(Qr);return j.constructor=P,P}oa.prototype.toString=function(){return this.__toString(ts(this)+" {","}")},oa.prototype.has=function(d){return this._defaultValues.hasOwnProperty(d)},oa.prototype.get=function(d,w){if(!this.has(d))return w;var M=this._defaultValues[d];return this._map?this._map.get(d,M):M},oa.prototype.clear=function(){if(this.__ownerID)return this._map&&this._map.clear(),this;var d=this.constructor;return d._empty||(d._empty=Yl(this,Yr()))},oa.prototype.set=function(d,w){if(!this.has(d))throw new Error('Cannot set unknown key "'+d+'" on '+ts(this));var M=this._map&&this._map.set(d,w);return this.__ownerID||M===this._map?this:Yl(this,M)},oa.prototype.remove=function(d){if(!this.has(d))return this;var w=this._map&&this._map.remove(d);return this.__ownerID||w===this._map?this:Yl(this,w)},oa.prototype.wasAltered=function(){return this._map.wasAltered()},oa.prototype.__iterator=function(d,w){var M=this;return g(this._defaultValues).map(function(P,j){return M.get(j)}).__iterator(d,w)},oa.prototype.__iterate=function(d,w){var M=this;return g(this._defaultValues).map(function(P,j){return M.get(j)}).__iterate(d,w)},oa.prototype.__ensureOwner=function(d){if(d===this.__ownerID)return this;var w=this._map&&this._map.__ensureOwner(d);return d?Yl(this,w,d):(this.__ownerID=d,this._map=w,this)};var Qr=oa.prototype;Qr[oe]=Qr.remove,Qr.deleteIn=Qr.removeIn=Ot.removeIn,Qr.merge=Ot.merge,Qr.mergeWith=Ot.mergeWith,Qr.mergeIn=Ot.mergeIn,Qr.mergeDeep=Ot.mergeDeep,Qr.mergeDeepWith=Ot.mergeDeepWith,Qr.mergeDeepIn=Ot.mergeDeepIn,Qr.setIn=Ot.setIn,Qr.update=Ot.update,Qr.updateIn=Ot.updateIn,Qr.withMutations=Ot.withMutations,Qr.asMutable=Ot.asMutable,Qr.asImmutable=Ot.asImmutable;function Yl(d,w,M){var P=Object.create(Object.getPrototypeOf(d));return P._map=w,P.__ownerID=M,P}function ts(d){return d._name||d.constructor.name||"Record"}function bu(d,w){try{w.forEach(Ts.bind(void 0,d))}catch{}}function Ts(d,w){Object.defineProperty(d,w,{get:function(){return this.get(w)},set:function(M){Mn(this.__ownerID,"Cannot set on an immutable record."),this.set(w,M)}})}c(Rr,Va);function Rr(d){return d==null?xu():zo(d)&&!K(d)?d:xu().withMutations(function(w){var M=A(d);en(M.size),M.forEach(function(P){return w.add(P)})})}Rr.of=function(){return this(arguments)},Rr.fromKeys=function(d){return this(g(d).keySeq())},Rr.prototype.toString=function(){return this.__toString("Set {","}")},Rr.prototype.has=function(d){return this._map.has(d)},Rr.prototype.add=function(d){return Gl(this,this._map.set(d,!0))},Rr.prototype.remove=function(d){return Gl(this,this._map.remove(d))},Rr.prototype.clear=function(){return Gl(this,this._map.clear())},Rr.prototype.union=function(){var d=l.call(arguments,0);return d=d.filter(function(w){return w.size!==0}),d.length===0?this:this.size===0&&!this.__ownerID&&d.length===1?this.constructor(d[0]):this.withMutations(function(w){for(var M=0;M<d.length;M++)A(d[M]).forEach(function(P){return w.add(P)})})},Rr.prototype.intersect=function(){var d=l.call(arguments,0);if(d.length===0)return this;d=d.map(function(M){return A(M)});var w=this;return this.withMutations(function(M){w.forEach(function(P){d.every(function(j){return j.includes(P)})||M.remove(P)})})},Rr.prototype.subtract=function(){var d=l.call(arguments,0);if(d.length===0)return this;d=d.map(function(M){return A(M)});var w=this;return this.withMutations(function(M){w.forEach(function(P){d.some(function(j){return j.includes(P)})&&M.remove(P)})})},Rr.prototype.merge=function(){return this.union.apply(this,arguments)},Rr.prototype.mergeWith=function(d){var w=l.call(arguments,1);return this.union.apply(this,w)},Rr.prototype.sort=function(d){return k(gi(this,d))},Rr.prototype.sortBy=function(d,w){return k(gi(this,w,d))},Rr.prototype.wasAltered=function(){return this._map.wasAltered()},Rr.prototype.__iterate=function(d,w){var M=this;return this._map.__iterate(function(P,j){return d(j,j,M)},w)},Rr.prototype.__iterator=function(d,w){return this._map.map(function(M,P){return P}).__iterator(d,w)},Rr.prototype.__ensureOwner=function(d){if(d===this.__ownerID)return this;var w=this._map.__ensureOwner(d);return d?this.__make(w,d):(this.__ownerID=d,this._map=w,this)};function zo(d){return!!(d&&d[Al])}Rr.isSet=zo;var Al="@@__IMMUTABLE_SET__@@",Xa=Rr.prototype;Xa[Al]=!0,Xa[oe]=Xa.remove,Xa.mergeDeep=Xa.merge,Xa.mergeDeepWith=Xa.mergeWith,Xa.withMutations=Ot.withMutations,Xa.asMutable=Ot.asMutable,Xa.asImmutable=Ot.asImmutable,Xa.__empty=xu,Xa.__make=Xl;function Gl(d,w){return d.__ownerID?(d.size=w.size,d._map=w,d):w===d._map?d:w.size===0?d.__empty():d.__make(w)}function Xl(d,w){var M=Object.create(Xa);return M.size=d?d.size:0,M._map=d,M.__ownerID=w,M}var ki;function xu(){return ki||(ki=Xl(Yr()))}c(k,Rr);function k(d){return d==null?_e():I(d)?d:_e().withMutations(function(w){var M=A(d);en(M.size),M.forEach(function(P){return w.add(P)})})}k.of=function(){return this(arguments)},k.fromKeys=function(d){return this(g(d).keySeq())},k.prototype.toString=function(){return this.__toString("OrderedSet {","}")};function I(d){return zo(d)&&K(d)}k.isOrderedSet=I;var W=k.prototype;W[ie]=!0,W.__empty=_e,W.__make=re;function re(d,w){var M=Object.create(W);return M.size=d?d.size:0,M._map=d,M.__ownerID=w,M}var be;function _e(){return be||(be=re(pr()))}c(De,Ra);function De(d){return d==null?Ia():tt(d)?d:Ia().unshiftAll(d)}De.of=function(){return this(arguments)},De.prototype.toString=function(){return this.__toString("Stack [","]")},De.prototype.get=function(d,w){var M=this._head;for(d=He(this,d);M&&d--;)M=M.next;return M?M.value:w},De.prototype.peek=function(){return this._head&&this._head.value},De.prototype.push=function(){if(arguments.length===0)return this;for(var d=this.size+arguments.length,w=this._head,M=arguments.length-1;M>=0;M--)w={value:arguments[M],next:w};return this.__ownerID?(this.size=d,this._head=w,this.__hash=void 0,this.__altered=!0,this):dn(d,w)},De.prototype.pushAll=function(d){if(d=S(d),d.size===0)return this;en(d.size);var w=this.size,M=this._head;return d.reverse().forEach(function(P){w++,M={value:P,next:M}}),this.__ownerID?(this.size=w,this._head=M,this.__hash=void 0,this.__altered=!0,this):dn(w,M)},De.prototype.pop=function(){return this.slice(1)},De.prototype.unshift=function(){return this.push.apply(this,arguments)},De.prototype.unshiftAll=function(d){return this.pushAll(d)},De.prototype.shift=function(){return this.pop.apply(this,arguments)},De.prototype.clear=function(){return this.size===0?this:this.__ownerID?(this.size=0,this._head=void 0,this.__hash=void 0,this.__altered=!0,this):Ia()},De.prototype.slice=function(d,w){if(Xt(d,w,this.size))return this;var M=kt(d,this.size),P=Lt(w,this.size);if(P!==this.size)return Ra.prototype.slice.call(this,d,w);for(var j=this.size-M,Z=this._head;M--;)Z=Z.next;return this.__ownerID?(this.size=j,this._head=Z,this.__hash=void 0,this.__altered=!0,this):dn(j,Z)},De.prototype.__ensureOwner=function(d){return d===this.__ownerID?this:d?dn(this.size,this._head,d,this.__hash):(this.__ownerID=d,this.__altered=!1,this)},De.prototype.__iterate=function(d,w){if(w)return this.reverse().__iterate(d);for(var M=0,P=this._head;P&&d(P.value,M++,this)!==!1;)P=P.next;return M},De.prototype.__iterator=function(d,w){if(w)return this.reverse().__iterator(d);var M=0,P=this._head;return new Dt(function(){if(P){var j=P.value;return P=P.next,wt(d,M++,j)}return zn()})};function tt(d){return!!(d&&d[Rt])}De.isStack=tt;var Rt="@@__IMMUTABLE_STACK__@@",nn=De.prototype;nn[Rt]=!0,nn.withMutations=Ot.withMutations,nn.asMutable=Ot.asMutable,nn.asImmutable=Ot.asImmutable,nn.wasAltered=Ot.wasAltered;function dn(d,w,M,P){var j=Object.create(nn);return j.size=d,j._head=w,j.__ownerID=M,j.__hash=P,j.__altered=!1,j}var gr;function Ia(){return gr||(gr=dn(0))}function Ur(d,w){var M=function(P){d.prototype[P]=w[P]};return Object.keys(w).forEach(M),Object.getOwnPropertySymbols&&Object.getOwnPropertySymbols(w).forEach(M),d}u.Iterator=Dt,Ur(u,{toArray:function(){en(this.size);var d=new Array(this.size||0);return this.valueSeq().__iterate(function(w,M){d[M]=w}),d},toIndexedSeq:function(){return new Oa(this)},toJS:function(){return this.toSeq().map(function(d){return d&&typeof d.toJS=="function"?d.toJS():d}).__toJS()},toJSON:function(){return this.toSeq().map(function(d){return d&&typeof d.toJSON=="function"?d.toJSON():d}).__toJS()},toKeyedSeq:function(){return new xr(this,!0)},toMap:function(){return ft(this.toKeyedSeq())},toObject:function(){en(this.size);var d={};return this.__iterate(function(w,M){d[M]=w}),d},toOrderedMap:function(){return dr(this.toKeyedSeq())},toOrderedSet:function(){return k(N(this)?this.valueSeq():this)},toSet:function(){return Rr(N(this)?this.valueSeq():this)},toSetSeq:function(){return new wa(this)},toSeq:function(){return q(this)?this.toIndexedSeq():N(this)?this.toKeyedSeq():this.toSetSeq()},toStack:function(){return De(N(this)?this.valueSeq():this)},toList:function(){return St(N(this)?this.valueSeq():this)},toString:function(){return"[Iterable]"},__toString:function(d,w){return this.size===0?d+w:d+" "+this.toSeq().map(this.__toStringMapper).join(", ")+" "+w},concat:function(){var d=l.call(arguments,0);return Zn(this,fo(this,d))},includes:function(d){return this.some(function(w){return wn(w,d)})},entries:function(){return this.__iterator(lt)},every:function(d,w){en(this.size);var M=!0;return this.__iterate(function(P,j,Z){if(!d.call(w,P,j,Z))return M=!1,!1}),M},filter:function(d,w){return Zn(this,al(this,d,w,!0))},find:function(d,w,M){var P=this.findEntry(d,w);return P?P[1]:M},findEntry:function(d,w){var M;return this.__iterate(function(P,j,Z){if(d.call(w,P,j,Z))return M=[j,P],!1}),M},findLastEntry:function(d,w){return this.toSeq().reverse().findEntry(d,w)},forEach:function(d,w){return en(this.size),this.__iterate(w?d.bind(w):d)},join:function(d){en(this.size),d=d!==void 0?""+d:",";var w="",M=!0;return this.__iterate(function(P){M?M=!1:w+=d,w+=P!=null?P.toString():""}),w},keys:function(){return this.__iterator(et)},map:function(d,w){return Zn(this,Ya(this,d,w))},reduce:function(d,w,M){en(this.size);var P,j;return arguments.length<2?j=!0:P=w,this.__iterate(function(Z,ue,Ee){j?(j=!1,P=Z):P=d.call(M,P,Z,ue,Ee)}),P},reduceRight:function(d,w,M){var P=this.toKeyedSeq().reverse();return P.reduce.apply(P,arguments)},reverse:function(){return Zn(this,co(this,!0))},slice:function(d,w){return Zn(this,Lo(this,d,w,!0))},some:function(d,w){return!this.every(ks(d),w)},sort:function(d){return Zn(this,gi(this,d))},values:function(){return this.__iterator(Ye)},butLast:function(){return this.slice(0,-1)},isEmpty:function(){return this.size!==void 0?this.size===0:!this.some(function(){return!0})},count:function(d,w){return ut(d?this.toSeq().filter(d,w):this)},countBy:function(d,w){return Cu(this,d,w)},equals:function(d){return Tr(this,d)},entrySeq:function(){var d=this;if(d._cache)return new On(d._cache);var w=d.toSeq().map(Po).toIndexedSeq();return w.fromEntrySeq=function(){return d.toSeq()},w},filterNot:function(d,w){return this.filter(ks(d),w)},findLast:function(d,w,M){return this.toKeyedSeq().reverse().find(d,w,M)},first:function(){return this.find(rt)},flatMap:function(d,w){return Zn(this,Kl(this,d,w))},flatten:function(d){return Zn(this,po(this,d,!0))},fromEntrySeq:function(){return new Qi(this)},get:function(d,w){return this.find(function(M,P){return wn(P,d)},void 0,w)},getIn:function(d,w){for(var M=this,P=ai(d),j;!(j=P.next()).done;){var Z=j.value;if(M=M&&M.get?M.get(Z,Be):Be,M===Be)return w}return M},groupBy:function(d,w){return Ji(this,d,w)},has:function(d){return this.get(d,Be)!==Be},hasIn:function(d){return this.getIn(d,Be)!==Be},isSubset:function(d){return d=typeof d.includes=="function"?d:u(d),this.every(function(w){return d.includes(w)})},isSuperset:function(d){return d=typeof d.isSubset=="function"?d:u(d),d.isSubset(this)},keySeq:function(){return this.toSeq().map(ql).toIndexedSeq()},last:function(){return this.toSeq().reverse().first()},max:function(d){return Ii(this,d)},maxBy:function(d,w){return Ii(this,w,d)},min:function(d){return Ii(this,d?Xc(d):ac)},minBy:function(d,w){return Ii(this,w?Xc(w):ac,d)},rest:function(){return this.slice(1)},skip:function(d){return this.slice(Math.max(0,d))},skipLast:function(d){return Zn(this,this.toSeq().reverse().skip(d).reverse())},skipWhile:function(d,w){return Zn(this,_u(this,d,w,!0))},skipUntil:function(d,w){return this.skipWhile(ks(d),w)},sortBy:function(d,w){return Zn(this,gi(this,w,d))},take:function(d){return this.slice(0,Math.max(0,d))},takeLast:function(d){return Zn(this,this.toSeq().reverse().take(d).reverse())},takeWhile:function(d,w){return Zn(this,Vl(this,d,w))},takeUntil:function(d,w){return this.takeWhile(ks(d),w)},valueSeq:function(){return this.toIndexedSeq()},hashCode:function(){return this.__hash||(this.__hash=ns(this))}});var Dr=u.prototype;Dr[J]=!0,Dr[Jn]=Dr.values,Dr.__toJS=Dr.toArray,Dr.__toStringMapper=rc,Dr.inspect=Dr.toSource=function(){return this.toString()},Dr.chain=Dr.flatMap,Dr.contains=Dr.includes,function(){try{Object.defineProperty(Dr,"length",{get:function(){if(!u.noLengthWarning){var d;try{throw new Error}catch(w){d=w.stack}if(d.indexOf("_wrapObject")===-1)return console&&console.warn&&console.warn("iterable.length has been deprecated, use iterable.size or iterable.count(). This warning will become a silent error in a future version. "+d),this.size}}})}catch{}}(),Ur(g,{flip:function(){return Zn(this,Ti(this))},findKey:function(d,w){var M=this.findEntry(d,w);return M&&M[0]},findLastKey:function(d,w){return this.toSeq().reverse().findKey(d,w)},keyOf:function(d){return this.findKey(function(w){return wn(w,d)})},lastKeyOf:function(d){return this.findLastKey(function(w){return wn(w,d)})},mapEntries:function(d,w){var M=this,P=0;return Zn(this,this.toSeq().map(function(j,Z){return d.call(w,[Z,j],P++,M)}).fromEntrySeq())},mapKeys:function(d,w){var M=this;return Zn(this,this.toSeq().flip().map(function(P,j){return d.call(w,P,j,M)}).flip())}});var Io=g.prototype;Io[te]=!0,Io[Jn]=Dr.entries,Io.__toJS=Dr.toObject,Io.__toStringMapper=function(d,w){return JSON.stringify(w)+": "+rc(d)},Ur(S,{toKeyedSeq:function(){return new xr(this,!1)},filter:function(d,w){return Zn(this,al(this,d,w,!1))},findIndex:function(d,w){var M=this.findEntry(d,w);return M?M[0]:-1},indexOf:function(d){var w=this.toKeyedSeq().keyOf(d);return w===void 0?-1:w},lastIndexOf:function(d){var w=this.toKeyedSeq().reverse().keyOf(d);return w===void 0?-1:w},reverse:function(){return Zn(this,co(this,!1))},slice:function(d,w){return Zn(this,Lo(this,d,w,!1))},splice:function(d,w){var M=arguments.length;if(w=Math.max(w|0,0),M===0||M===2&&!w)return this;d=kt(d,d<0?this.count():this.size);var P=this.slice(0,d);return Zn(this,M===1?P:P.concat(Ze(arguments,2),this.slice(d+w)))},findLastIndex:function(d,w){var M=this.toKeyedSeq().findLastKey(d,w);return M===void 0?-1:M},first:function(){return this.get(0)},flatten:function(d){return Zn(this,po(this,d,!1))},get:function(d,w){return d=He(this,d),d<0||this.size===1/0||this.size!==void 0&&d>this.size?w:this.find(function(M,P){return P===d},void 0,w)},has:function(d){return d=He(this,d),d>=0&&(this.size!==void 0?this.size===1/0||d<this.size:this.indexOf(d)!==-1)},interpose:function(d){return Zn(this,Ma(this,d))},interleave:function(){var d=[this].concat(Ze(arguments)),w=Rl(this.toSeq(),on.of,d),M=w.flatten(!0);return w.size&&(M.size=w.size*d.length),Zn(this,M)},last:function(){return this.get(-1)},skipWhile:function(d,w){return Zn(this,_u(this,d,w,!1))},zip:function(){var d=[this].concat(Ze(arguments));return Zn(this,Rl(this,qc,d))},zipWith:function(d){var w=Ze(arguments);return w[0]=this,Zn(this,Rl(this,d,w))}}),S.prototype[le]=!0,S.prototype[ie]=!0,Ur(A,{get:function(d,w){return this.has(d)?d:w},includes:function(d){return this.has(d)},keySeq:function(){return this.valueSeq()}}),A.prototype.has=Dr.includes,Ur(sn,g.prototype),Ur(on,S.prototype),Ur(Vn,A.prototype),Ur(ka,g.prototype),Ur(Ra,S.prototype),Ur(Va,A.prototype);function ql(d,w){return w}function Po(d,w){return[w,d]}function ks(d){return function(){return!d.apply(this,arguments)}}function Xc(d){return function(){return-d.apply(this,arguments)}}function rc(d){return typeof d=="string"?JSON.stringify(d):d}function qc(){return Ze(arguments)}function ac(d,w){return d<w?1:d>w?-1:0}function ns(d){if(d.size===1/0)return 0;var w=K(d),M=N(d),P=w?1:0,j=d.__iterate(M?w?function(Z,ue){P=31*P+Ql(kr(Z),kr(ue))|0}:function(Z,ue){P=P+Ql(kr(Z),kr(ue))|0}:w?function(Z){P=31*P+kr(Z)|0}:function(Z){P=P+kr(Z)|0});return Ol(j,P)}function Ol(d,w){return w=xa(w,3432918353),w=xa(w<<15|w>>>-15,461845907),w=xa(w<<13|w>>>-13,5),w=(w+3864292196|0)^d,w=xa(w^w>>>16,2246822507),w=xa(w^w>>>13,3266489909),w=Ni(w^w>>>16),w}function Ql(d,w){return d^w+2654435769+(d<<6)+(d>>2)|0}var Tu={Iterable:u,Seq:zt,Collection:Ut,Map:ft,OrderedMap:dr,List:St,Stack:De,Set:Rr,OrderedSet:k,Record:oa,Range:Kn,Repeat:In,is:wn,fromJS:vt};return Tu})})(Wr);var z_=Wr.exports,I_=z_.OrderedMap,P_={createFromArray:function(i){return I_(i.map(function(l){return[l.getKey(),l]}))}},mv=P_;function U_(o,i){o.prototype=Object.create(i.prototype),o.prototype.constructor=o,o.__proto__=i}var Yg=Wr.exports,Gg=Yg.Map,Xg=Yg.OrderedSet,H_=Yg.Record,z6=Xg(),I6={style:z6,entity:null},$_=H_(I6),qg=function(o){U_(i,o);function i(){return o.apply(this,arguments)||this}var l=i.prototype;return l.getStyle=function(){return this.get("style")},l.getEntity=function(){return this.get("entity")},l.hasStyle=function(u){return this.getStyle().includes(u)},i.applyStyle=function(u,g){var S=u.set("style",u.getStyle().add(g));return i.create(S)},i.removeStyle=function(u,g){var S=u.set("style",u.getStyle().remove(g));return i.create(S)},i.applyEntity=function(u,g){var S=u.getEntity()===g?u:u.set("entity",g);return i.create(S)},i.create=function(u){if(!u)return Qg;var g={style:z6,entity:null},S=Gg(g).merge(u),A=Jg.get(S);if(A)return A;var x=new i(S);return Jg=Jg.set(S,x),x},i.fromJS=function(u){var g=u.style,S=u.entity;return new i({style:Array.isArray(g)?Xg(g):g,entity:Array.isArray(S)?Xg(S):S})},i}($_),Qg=new qg,Jg=Gg([[Gg(I6),Qg]]);qg.EMPTY=Qg;var Cs=qg;function j_(o,i,l,c){if(!!o.size){var u=0;o.reduce(function(g,S,A){return i(g,S)||(l(g)&&c(u,A),u=A),S}),l(o.last())&&c(u,o.count())}}var gv=j_;function V_(o,i){o.prototype=Object.create(i.prototype),o.prototype.constructor=o,o.__proto__=i}var K_=Cs,P6=gv,yv=Wr.exports,U6=yv.List,W_=yv.Map,Y_=yv.OrderedSet,G_=yv.Record,X_=yv.Repeat,q_=Y_(),Q_={key:"",type:"unstyled",text:"",characterList:U6(),depth:0,data:W_()},J_=G_(Q_),Z_=function(i){if(!i)return i;var l=i.characterList,c=i.text;return c&&!l&&(i.characterList=U6(X_(K_.EMPTY,c.length))),i},eb=function(o){V_(i,o);function i(c){return o.call(this,Z_(c))||this}var l=i.prototype;return l.getKey=function(){return this.get("key")},l.getType=function(){return this.get("type")},l.getText=function(){return this.get("text")},l.getCharacterList=function(){return this.get("characterList")},l.getLength=function(){return this.getText().length},l.getDepth=function(){return this.get("depth")},l.getData=function(){return this.get("data")},l.getInlineStyleAt=function(u){var g=this.getCharacterList().get(u);return g?g.getStyle():q_},l.getEntityAt=function(u){var g=this.getCharacterList().get(u);return g?g.getEntity():null},l.findStyleRanges=function(u,g){P6(this.getCharacterList(),tb,u,g)},l.findEntityRanges=function(u,g){P6(this.getCharacterList(),nb,u,g)},i}(J_);function tb(o,i){return o.getStyle()===i.getStyle()}function nb(o,i){return o.getEntity()===i.getEntity()}var mp=eb;function rb(o,i){o.prototype=Object.create(i.prototype),o.prototype.constructor=o,o.__proto__=i}var ab=Cs,H6=gv,Sv=Wr.exports,Zg=Sv.List,ib=Sv.Map,ob=Sv.OrderedSet,lb=Sv.Record,ub=Sv.Repeat,sb=ob(),$6={parent:null,characterList:Zg(),data:ib(),depth:0,key:"",text:"",type:"unstyled",children:Zg(),prevSibling:null,nextSibling:null},cb=function(i,l){return i.getStyle()===l.getStyle()},fb=function(i,l){return i.getEntity()===l.getEntity()},db=function(i){if(!i)return i;var l=i.characterList,c=i.text;return c&&!l&&(i.characterList=Zg(ub(ab.EMPTY,c.length))),i},pb=function(o){rb(i,o);function i(){var c=arguments.length>0&&arguments[0]!==void 0?arguments[0]:$6;return o.call(this,db(c))||this}var l=i.prototype;return l.getKey=function(){return this.get("key")},l.getType=function(){return this.get("type")},l.getText=function(){return this.get("text")},l.getCharacterList=function(){return this.get("characterList")},l.getLength=function(){return this.getText().length},l.getDepth=function(){return this.get("depth")},l.getData=function(){return this.get("data")},l.getInlineStyleAt=function(u){var g=this.getCharacterList().get(u);return g?g.getStyle():sb},l.getEntityAt=function(u){var g=this.getCharacterList().get(u);return g?g.getEntity():null},l.getChildKeys=function(){return this.get("children")},l.getParentKey=function(){return this.get("parent")},l.getPrevSiblingKey=function(){return this.get("prevSibling")},l.getNextSiblingKey=function(){return this.get("nextSibling")},l.findStyleRanges=function(u,g){H6(this.getCharacterList(),cb,u,g)},l.findEntityRanges=function(u,g){H6(this.getCharacterList(),fb,u,g)},i}(lb($6)),_s=pb,j6=Cs,hb=Wr.exports,vb=hb.Map,mb={add:function(i,l,c){return V6(i,l,c,!0)},remove:function(i,l,c){return V6(i,l,c,!1)}};function V6(o,i,l,c){var u=o.getBlockMap(),g=i.getStartKey(),S=i.getStartOffset(),A=i.getEndKey(),x=i.getEndOffset(),N=u.skipUntil(function(q,$){return $===g}).takeUntil(function(q,$){return $===A}).concat(vb([[A,u.get(A)]])).map(function(q,$){var K,J;g===A?(K=S,J=x):(K=$===g?S:0,J=$===A?x:q.getLength());for(var te=q.getCharacterList(),le;K<J;)le=te.get(K),te=te.set(K,c?j6.applyStyle(le,l):j6.removeStyle(le,l)),K++;return q.set("characterList",te)});return o.merge({blockMap:u.merge(N),selectionBefore:i,selectionAfter:i})}var gb=mb,yb=Cs;function Sb(o,i,l,c){for(var u=i,g=o.getCharacterList();u<l;)g=g.set(u,yb.applyEntity(g.get(u),c)),u++;return o.set("characterList",g)}var Eb=Sb,wb=Eb,Cb=Wr.exports;function _b(o,i,l){var c=o.getBlockMap(),u=i.getStartKey(),g=i.getStartOffset(),S=i.getEndKey(),A=i.getEndOffset(),x=c.skipUntil(function(N,q){return q===u}).takeUntil(function(N,q){return q===S}).toOrderedMap().merge(Cb.OrderedMap([[S,c.get(S)]])).map(function(N,q){var $=q===u?g:0,K=q===S?A:N.getLength();return wb(N,$,K,l)});return o.merge({blockMap:c.merge(x),selectionBefore:i,selectionAfter:i})}var bb=_b,xb={getRemovalRange:function(i,l,c,u,g){var S=c.split(" ");S=S.map(function(ie,oe){if(g==="forward"){if(oe>0)return" "+ie}else if(oe<S.length-1)return ie+" ";return ie});for(var A=u,x,N,q=null,$=null,K=0;K<S.length;K++){if(N=S[K],x=A+N.length,i<x&&A<l)q!==null||(q=A),$=x;else if(q!==null)break;A=x}var J=u+c.length,te=q===u,le=$===J;return(!te&&le||te&&!le)&&(g==="forward"?$!==J&&$++:q!==u&&q--),{start:q,end:$}}},Tb=xb,kb=process.env.NODE_ENV!=="production"?function(o){if(o===void 0)throw new Error("invariant(...): Second argument must be a string.")}:function(o){};function Rb(o,i){for(var l=arguments.length,c=new Array(l>2?l-2:0),u=2;u<l;u++)c[u-2]=arguments[u];if(kb(i),!o){var g;if(i===void 0)g=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var S=0;g=new Error(i.replace(/%s/g,function(){return String(c[S++])})),g.name="Invariant Violation"}throw g.framesToPop=1,g}}var ra=Rb,K6=ra;function Db(o,i){var l=[];return o.findEntityRanges(function(c){return c.getEntity()===i},function(c,u){l.push({start:c,end:u})}),l.length||(process.env.NODE_ENV!=="production"?K6(!1,"Entity key not found in this range."):K6(!1)),l}var Ab=Db,Ob=Tb,Mb=Ab,W6=ra;function Fb(o,i,l,c,u){var g=c.getStartOffset(),S=c.getEndOffset(),A=i.getEntityAt(g),x=l.getEntityAt(S-1);if(!A&&!x)return c;var N=c;if(A&&A===x)N=Ev(o,i,N,u,A,!0,!0);else if(A&&x){var q=Ev(o,i,N,u,A,!1,!0),$=Ev(o,l,N,u,x,!1,!1);N=N.merge({anchorOffset:q.getAnchorOffset(),focusOffset:$.getFocusOffset(),isBackward:!1})}else if(A){var K=Ev(o,i,N,u,A,!1,!0);N=N.merge({anchorOffset:K.getStartOffset(),isBackward:!1})}else if(x){var J=Ev(o,l,N,u,x,!1,!1);N=N.merge({focusOffset:J.getEndOffset(),isBackward:!1})}return N}function Ev(o,i,l,c,u,g,S){var A=l.getStartOffset(),x=l.getEndOffset(),N=o.__get(u),q=N.getMutability(),$=S?A:x;if(q==="MUTABLE")return l;var K=Mb(i,u).filter(function(le){return $<=le.end&&$>=le.start});K.length!=1&&(process.env.NODE_ENV!=="production"?W6(!1,"There should only be one entity range within this removal range."):W6(!1));var J=K[0];if(q==="IMMUTABLE")return l.merge({anchorOffset:J.start,focusOffset:J.end,isBackward:!1});g||(S?x=J.end:A=J.start);var te=Ob.getRemovalRange(A,x,i.getText().slice(J.start,J.end),J.start,c);return l.merge({anchorOffset:te.start,focusOffset:te.end,isBackward:!1})}var Bb=Fb,Y6={},Nb=Math.pow(2,24);function Lb(){for(var o;o===void 0||Y6.hasOwnProperty(o)||!isNaN(+o);)o=Math.floor(Math.random()*Nb).toString(32);return Y6[o]=!0,o}var jc=Lb,zb=_s,G6=jc,Ib=Wr.exports,X6=Ib.OrderedMap,Pb=function(i){var l={},c;return X6(i.withMutations(function(u){u.forEach(function(g,S){var A=g.getKey(),x=g.getNextSiblingKey(),N=g.getPrevSiblingKey(),q=g.getChildKeys(),$=g.getParentKey(),K=G6();if(l[A]=K,x){var J=u.get(x);J?u.setIn([x,"prevSibling"],K):u.setIn([A,"nextSibling"],null)}if(N){var te=u.get(N);te?u.setIn([N,"nextSibling"],K):u.setIn([A,"prevSibling"],null)}if($&&u.get($)){var le=u.get($),ie=le.getChildKeys();u.setIn([$,"children"],ie.set(ie.indexOf(g.getKey()),K))}else u.setIn([A,"parent"],null),c&&(u.setIn([c.getKey(),"nextSibling"],K),u.setIn([A,"prevSibling"],l[c.getKey()])),c=u.get(A);q.forEach(function(oe){var Ce=u.get(oe);Ce?u.setIn([oe,"parent"],K):u.setIn([A,"children"],g.getChildKeys().filter(function(Se){return Se!==oe}))})})}).toArray().map(function(u){return[l[u.getKey()],u.set("key",l[u.getKey()])]}))},Ub=function(i){return X6(i.toArray().map(function(l){var c=G6();return[c,l.set("key",c)]}))},Hb=function(i){var l=i.first()instanceof zb;return l?Pb(i):Ub(i)},q6=Hb,$b=Cs,jb=gv,Q6=ra;function Vb(o,i){var l=o.getBlockMap(),c=o.getEntityMap(),u={},g=i.getStartKey(),S=i.getStartOffset(),A=l.get(g),x=J6(c,A,S);x!==A&&(u[g]=x);var N=i.getEndKey(),q=i.getEndOffset(),$=l.get(N);g===N&&($=x);var K=J6(c,$,q);return K!==$&&(u[N]=K),Object.keys(u).length?o.merge({blockMap:l.merge(u),selectionAfter:i}):o.set("selectionAfter",i)}function Kb(o,i,l){var c;return jb(o,function(u,g){return u.getEntity()===g.getEntity()},function(u){return u.getEntity()===i},function(u,g){u<=l&&g>=l&&(c={start:u,end:g})}),typeof c!="object"&&(process.env.NODE_ENV!=="production"?Q6(!1,"Removal range must exist within character list."):Q6(!1)),c}function J6(o,i,l){var c=i.getCharacterList(),u=l>0?c.get(l-1):void 0,g=l<c.count()?c.get(l):void 0,S=u?u.getEntity():void 0,A=g?g.getEntity():void 0;if(A&&A===S){var x=o.__get(A);if(x.getMutability()!=="MUTABLE"){for(var N=Kb(c,A,l),q=N.start,$=N.end,K;q<$;)K=c.get(q),c=c.set(q,$b.applyEntity(K,null)),q++;return i.set("characterList",c)}}return i}var Z6=Vb,Wb=q6,Yb=Z6,Gb=function(i,l){var c=l.getStartKey(),u=l.getStartOffset(),g=l.getEndKey(),S=l.getEndOffset(),A=Yb(i,l),x=A.getBlockMap(),N=x.keySeq(),q=N.indexOf(c),$=N.indexOf(g)+1;return Wb(x.slice(q,$).map(function(K,J){var te=K.getText(),le=K.getCharacterList();return c===g?K.merge({text:te.slice(u,S),characterList:le.slice(u,S)}):J===c?K.merge({text:te.slice(u),characterList:le.slice(u)}):J===g?K.merge({text:te.slice(0,S),characterList:le.slice(0,S)}):K}))},dm=Gb;function Xb(o,i,l){var c=o;if(l===c.count())i.forEach(function(S){c=c.push(S)});else if(l===0)i.reverse().forEach(function(S){c=c.unshift(S)});else{var u=c.slice(0,l),g=c.slice(l);c=u.concat(i,g).toList()}return c}var e4=Xb,qb=mv,t4=_s,Qb=Wr.exports,Jb=e4,pm=ra,Zb=q6,ex=Qb.List,tx=function(i,l,c,u,g,S){var A=arguments.length>6&&arguments[6]!==void 0?arguments[6]:"REPLACE_WITH_NEW_DATA",x=c.get(g),N=x.getText(),q=x.getCharacterList(),$=g,K=S+u.getText().length,J=null;switch(A){case"MERGE_OLD_DATA_TO_NEW_DATA":J=u.getData().merge(x.getData());break;case"REPLACE_WITH_NEW_DATA":J=u.getData();break}var te=x.getType();N&&te==="unstyled"&&(te=u.getType());var le=x.merge({text:N.slice(0,S)+u.getText()+N.slice(S),characterList:Jb(q,u.getCharacterList(),S),type:te,data:J});return i.merge({blockMap:c.set(g,le),selectionBefore:l,selectionAfter:l.merge({anchorKey:$,anchorOffset:K,focusKey:$,focusOffset:K,isBackward:!1})})},nx=function(i,l,c){var u=i.getText(),g=i.getCharacterList(),S=u.slice(0,l),A=g.slice(0,l),x=c.first();return i.merge({text:S+x.getText(),characterList:A.concat(x.getCharacterList()),type:S?i.getType():x.getType(),data:x.getData()})},rx=function(i,l,c){var u=i.getText(),g=i.getCharacterList(),S=u.length,A=u.slice(l,S),x=g.slice(l,S),N=c.last();return N.merge({text:N.getText()+A,characterList:N.getCharacterList().concat(x),data:N.getData()})},ax=function(i,l){var c=i.getKey(),u=i,g=[];for(l.get(c)&&g.push(c);u&&u.getNextSiblingKey();){var S=u.getNextSiblingKey();if(!S)break;g.push(S),u=l.get(S)}return g},ix=function(i,l,c,u){return i.withMutations(function(g){var S=c.getKey(),A=u.getKey(),x=c.getNextSiblingKey(),N=c.getParentKey(),q=ax(u,i),$=q[q.length-1];if(g.get(A)?(g.setIn([S,"nextSibling"],A),g.setIn([A,"prevSibling"],S)):(g.setIn([S,"nextSibling"],u.getNextSiblingKey()),g.setIn([u.getNextSiblingKey(),"prevSibling"],S)),g.setIn([$,"nextSibling"],x),x&&g.setIn([x,"prevSibling"],$),q.forEach(function(oe){return g.setIn([oe,"parent"],N)}),N){var K=i.get(N),J=K.getChildKeys(),te=J.indexOf(S),le=te+1,ie=J.toArray();ie.splice.apply(ie,[le,0].concat(q)),g.setIn([N,"children"],ex(ie))}})},ox=function(i,l,c,u,g,S){var A=c.first()instanceof t4,x=[],N=u.size,q=c.get(g),$=u.first(),K=u.last(),J=K.getLength(),te=K.getKey(),le=A&&(!q.getChildKeys().isEmpty()||!$.getChildKeys().isEmpty());c.forEach(function(oe,Ce){if(Ce!==g){x.push(oe);return}le?x.push(oe):x.push(nx(oe,S,u)),u.slice(le?0:1,N-1).forEach(function(Se){return x.push(Se)}),x.push(rx(oe,S,u))});var ie=qb.createFromArray(x);return A&&(ie=ix(ie,c,q,$)),i.merge({blockMap:ie,selectionBefore:l,selectionAfter:l.merge({anchorKey:te,anchorOffset:J,focusKey:te,focusOffset:J,isBackward:!1})})},lx=function(i,l,c){var u=arguments.length>3&&arguments[3]!==void 0?arguments[3]:"REPLACE_WITH_NEW_DATA";l.isCollapsed()||(process.env.NODE_ENV!=="production"?pm(!1,"`insertFragment` should only be called with a collapsed selection state."):pm(!1));var g=i.getBlockMap(),S=Zb(c),A=l.getStartKey(),x=l.getStartOffset(),N=g.get(A);return N instanceof t4&&(N.getChildKeys().isEmpty()||(process.env.NODE_ENV!=="production"?pm(!1,"`insertFragment` should not be called when a container node is selected."):pm(!1))),S.size===1?tx(i,l,g,S.first(),A,x,u):ox(i,l,g,S,A,x)},ux=lx,sx=Wr.exports,cx=e4,n4=ra,fx=sx.Repeat;function dx(o,i,l,c){i.isCollapsed()||(process.env.NODE_ENV!=="production"?n4(!1,"`insertText` should only be called with a collapsed range."):n4(!1));var u=null;if(l!=null&&(u=l.length),u==null||u===0)return o;var g=o.getBlockMap(),S=i.getStartKey(),A=i.getStartOffset(),x=g.get(S),N=x.getText(),q=x.merge({text:N.slice(0,A)+l+N.slice(A,x.getLength()),characterList:cx(x.getCharacterList(),fx(c,u).toList(),A)}),$=A+u;return o.merge({blockMap:g.set(S,q),selectionAfter:i.merge({anchorOffset:$,focusOffset:$})})}var px=dx,hx=Wr.exports,vx=hx.Map;function mx(o,i,l){var c=i.getStartKey(),u=i.getEndKey(),g=o.getBlockMap(),S=g.toSeq().skipUntil(function(A,x){return x===c}).takeUntil(function(A,x){return x===u}).concat(vx([[u,g.get(u)]])).map(l);return o.merge({blockMap:g.merge(S),selectionBefore:i,selectionAfter:i})}var r4=mx,gx=_s,yx=function(i,l){var c=i instanceof gx;if(!c)return null;var u=i.getNextSiblingKey();if(u)return u;var g=i.getParentKey();if(!g)return null;for(var S=l.get(g);S&&!S.getNextSiblingKey();){var A=S.getParentKey();S=A?l.get(A):null}return S?S.getNextSiblingKey():null},a4=yx,Sx=_s,ey=a4,i4=Wr.exports;i4.List;var o4=i4.Map,mu=function(i,l,c){if(!!i){var u=l.get(i);!u||l.set(i,c(u))}},hm=function(i,l){var c=[];if(!i)return c;for(var u=l.get(i);u&&u.getParentKey();){var g=u.getParentKey();g&&c.push(g),u=g?l.get(g):null}return c},Ex=function(i,l){var c=[];if(!i)return c;for(var u=ey(i,l);u&&l.get(u);){var g=l.get(u);c.push(u),u=g.getParentKey()?ey(g,l):null}return c},ah=function(i,l,c){if(!i)return null;for(var u=c.get(i.getKey()).getNextSiblingKey();u&&!l.get(u);)u=c.get(u).getNextSiblingKey()||null;return u},ih=function(i,l,c){if(!i)return null;for(var u=c.get(i.getKey()).getPrevSiblingKey();u&&!l.get(u);)u=c.get(u).getPrevSiblingKey()||null;return u},wx=function(i,l,c,u){return i.withMutations(function(g){if(mu(l.getKey(),g,function(q){return q.merge({nextSibling:ah(q,g,u),prevSibling:ih(q,g,u)})}),mu(c.getKey(),g,function(q){return q.merge({nextSibling:ah(q,g,u),prevSibling:ih(q,g,u)})}),hm(l.getKey(),u).forEach(function(q){return mu(q,g,function($){return $.merge({children:$.getChildKeys().filter(function(K){return g.get(K)}),nextSibling:ah($,g,u),prevSibling:ih($,g,u)})})}),mu(l.getNextSiblingKey(),g,function(q){return q.merge({prevSibling:l.getPrevSiblingKey()})}),mu(l.getPrevSiblingKey(),g,function(q){return q.merge({nextSibling:ah(q,g,u)})}),mu(c.getNextSiblingKey(),g,function(q){return q.merge({prevSibling:ih(q,g,u)})}),mu(c.getPrevSiblingKey(),g,function(q){return q.merge({nextSibling:c.getNextSiblingKey()})}),hm(c.getKey(),u).forEach(function(q){mu(q,g,function($){return $.merge({children:$.getChildKeys().filter(function(K){return g.get(K)}),nextSibling:ah($,g,u),prevSibling:ih($,g,u)})})}),Ex(c,u).forEach(function(q){return mu(q,g,function($){return $.merge({nextSibling:ah($,g,u),prevSibling:ih($,g,u)})})}),i.get(l.getKey())==null&&i.get(c.getKey())!=null&&c.getParentKey()===l.getKey()&&c.getPrevSiblingKey()==null){var S=l.getPrevSiblingKey();mu(c.getKey(),g,function(q){return q.merge({prevSibling:S})}),mu(S,g,function(q){return q.merge({nextSibling:c.getKey()})});var A=S?i.get(S):null,x=A?A.getParentKey():null;if(l.getChildKeys().forEach(function(q){mu(q,g,function($){return $.merge({parent:x})})}),x!=null){var N=i.get(x);mu(x,g,function(q){return q.merge({children:N.getChildKeys().concat(l.getChildKeys())})})}mu(l.getChildKeys().find(function(q){var $=i.get(q);return $.getNextSiblingKey()===null}),g,function(q){return q.merge({nextSibling:l.getNextSiblingKey()})})}})},Cx=function(i,l){if(l.isCollapsed())return i;var c=i.getBlockMap(),u=l.getStartKey(),g=l.getStartOffset(),S=l.getEndKey(),A=l.getEndOffset(),x=c.get(u),N=c.get(S),q=x instanceof Sx,$=[];if(q){var K=N.getChildKeys(),J=hm(S,c);N.getNextSiblingKey()&&($=$.concat(J)),K.isEmpty()||($=$.concat(J.concat([S]))),$=$.concat(hm(ey(N,c),c))}var te;x===N?te=_x(x.getCharacterList(),g,A):te=x.getCharacterList().slice(0,g).concat(N.getCharacterList().slice(A));var le=x.merge({text:x.getText().slice(0,g)+N.getText().slice(A),characterList:te}),ie=q&&g===0&&A===0&&N.getParentKey()===u&&N.getPrevSiblingKey()==null,oe=ie?o4([[u,null]]):c.toSeq().skipUntil(function(Se,we){return we===u}).takeUntil(function(Se,we){return we===S}).filter(function(Se,we){return $.indexOf(we)===-1}).concat(o4([[S,null]])).map(function(Se,we){return we===u?le:null}),Ce=c.merge(oe).filter(function(Se){return!!Se});return q&&x!==N&&(Ce=wx(Ce,x,N,c)),i.merge({blockMap:Ce,selectionBefore:l,selectionAfter:l.merge({anchorKey:u,anchorOffset:g,focusKey:u,focusOffset:g,isBackward:!1})})},_x=function(i,l,c){if(l===0)for(;l<c;)i=i.shift(),l++;else if(c===i.count())for(;c>l;)i=i.pop(),c--;else{var u=i.slice(0,l),g=i.slice(c);i=u.concat(g).toList()}return i},bx=Cx,xx=_s,Tx=jc,l4=Wr.exports,vm=ra,kx=r4,Rx=l4.List,Dx=l4.Map,mm=function(i,l,c){if(!!i){var u=l.get(i);!u||l.set(i,c(u))}},Ax=function(i,l,c){return i.withMutations(function(u){var g=l.getKey(),S=c.getKey();mm(l.getParentKey(),u,function(A){var x=A.getChildKeys(),N=x.indexOf(g)+1,q=x.toArray();return q.splice(N,0,S),A.merge({children:Rx(q)})}),mm(l.getNextSiblingKey(),u,function(A){return A.merge({prevSibling:S})}),mm(g,u,function(A){return A.merge({nextSibling:S})}),mm(S,u,function(A){return A.merge({prevSibling:g})})})},Ox=function(i,l){l.isCollapsed()||(process.env.NODE_ENV!=="production"?vm(!1,"Selection range must be collapsed."):vm(!1));var c=l.getAnchorKey(),u=i.getBlockMap(),g=u.get(c),S=g.getText();if(!S){var A=g.getType();if(A==="unordered-list-item"||A==="ordered-list-item")return kx(i,l,function(oe){return oe.merge({type:"unstyled",depth:0})})}var x=l.getAnchorOffset(),N=g.getCharacterList(),q=Tx(),$=g instanceof xx,K=g.merge({text:S.slice(0,x),characterList:N.slice(0,x)}),J=K.merge({key:q,text:S.slice(x),characterList:N.slice(x),data:Dx()}),te=u.toSeq().takeUntil(function(oe){return oe===g}),le=u.toSeq().skipUntil(function(oe){return oe===g}).rest(),ie=te.concat([[c,K],[q,J]],le).toOrderedMap();return $&&(g.getChildKeys().isEmpty()||(process.env.NODE_ENV!=="production"?vm(!1,"ContentBlockNode must not have children"):vm(!1)),ie=Ax(ie,K,J)),i.merge({blockMap:ie,selectionBefore:l,selectionAfter:l.merge({anchorKey:q,anchorOffset:0,focusKey:q,focusOffset:0,isBackward:!1})})},Mx=Ox,Fx=Cs,u4=gb,Bx=bb,Nx=Bb,Lx=dm,zx=Wr.exports,Ix=ux,Px=px,s4=ra,ty=r4,wv=Z6,Cv=bx,Ux=Mx,Hx=zx.OrderedSet,gm={replaceText:function(i,l,c,u,g){var S=wv(i,l),A=Cv(S,l),x=Fx.create({style:u||Hx(),entity:g||null});return Px(A,A.getSelectionAfter(),c,x)},insertText:function(i,l,c,u,g){return l.isCollapsed()||(process.env.NODE_ENV!=="production"?s4(!1,"Target range must be collapsed for `insertText`."):s4(!1)),gm.replaceText(i,l,c,u,g)},moveText:function(i,l,c){var u=Lx(i,l),g=gm.removeRange(i,l,"backward");return gm.replaceWithFragment(g,c,u)},replaceWithFragment:function(i,l,c){var u=arguments.length>3&&arguments[3]!==void 0?arguments[3]:"REPLACE_WITH_NEW_DATA",g=wv(i,l),S=Cv(g,l);return Ix(S,S.getSelectionAfter(),c,u)},removeRange:function(i,l,c){var u,g,S,A;l.getIsBackward()&&(l=l.merge({anchorKey:l.getFocusKey(),anchorOffset:l.getFocusOffset(),focusKey:l.getAnchorKey(),focusOffset:l.getAnchorOffset(),isBackward:!1})),u=l.getAnchorKey(),g=l.getFocusKey(),S=i.getBlockForKey(u),A=i.getBlockForKey(g);var x=l.getStartOffset(),N=l.getEndOffset(),q=S.getEntityAt(x),$=A.getEntityAt(N-1);if(u===g&&q&&q===$){var K=Nx(i.getEntityMap(),S,A,l,c);return Cv(i,K)}var J=wv(i,l);return Cv(J,l)},splitBlock:function(i,l){var c=wv(i,l),u=Cv(c,l);return Ux(u,u.getSelectionAfter())},applyInlineStyle:function(i,l,c){return u4.add(i,l,c)},removeInlineStyle:function(i,l,c){return u4.remove(i,l,c)},setBlockType:function(i,l,c){return ty(i,l,function(u){return u.merge({type:c,depth:0})})},setBlockData:function(i,l,c){return ty(i,l,function(u){return u.merge({data:c})})},mergeBlockData:function(i,l,c){return ty(i,l,function(u){return u.merge({data:u.getData().merge(c)})})},applyEntity:function(i,l,c){var u=wv(i,l);return Bx(u,l,c)}},gu=gm;function $x(o){return Object.keys(o).map(function(i){return o[i]})}var c4=$x;function jx(o){for(var i=1;i<arguments.length;i++){var l=arguments[i]!=null?arguments[i]:{},c=Object.keys(l);typeof Object.getOwnPropertySymbols=="function"&&(c=c.concat(Object.getOwnPropertySymbols(l).filter(function(u){return Object.getOwnPropertyDescriptor(l,u).enumerable}))),c.forEach(function(u){Vx(o,u,l[u])})}return o}function Vx(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}function Kx(o,i){if(o==null)return{};var l={},c=Object.keys(o),u,g;for(g=0;g<c.length;g++)u=c[g],!(i.indexOf(u)>=0)&&(l[u]=o[u]);return l}var f4=gv,Wx=c4,ny=Wr.exports,oh=ny.List,Yx=ny.Repeat,d4=ny.Record,p4=function(){return!0},Gx={start:null,end:null},ry=d4(Gx),Xx={start:null,end:null,decoratorKey:null,leaves:null},ay=d4(Xx),qx={generate:function(i,l,c){var u=l.getLength();if(!u)return oh.of(new ay({start:0,end:0,decoratorKey:null,leaves:oh.of(new ry({start:0,end:0}))}));var g=[],S=c?c.getDecorations(l,i):oh(Yx(null,u)),A=l.getCharacterList();return f4(S,h4,p4,function(x,N){g.push(new ay({start:x,end:N,decoratorKey:S.get(x),leaves:Qx(A.slice(x,N).toList(),x)}))}),oh(g)},fromJS:function(i){var l=i.leaves,c=Kx(i,["leaves"]);return new ay(jx({},c,{leaves:l!=null?oh(Array.isArray(l)?l:Wx(l)).map(function(u){return ry(u)}):null}))}};function Qx(o,i){var l=[],c=o.map(function(u){return u.getStyle()}).toList();return f4(c,h4,p4,function(u,g){l.push(new ry({start:u+i,end:g+i}))}),oh(l)}function h4(o,i){return o===i}var Jx=qx;function Zx(o,i){o.prototype=Object.create(i.prototype),o.prototype.constructor=o,o.__proto__=i}var eT=Wr.exports,tT=eT.Record,nT=tT({type:"TOKEN",mutability:"IMMUTABLE",data:Object}),rT=function(o){Zx(i,o);function i(){return o.apply(this,arguments)||this}var l=i.prototype;return l.getType=function(){return this.get("type")},l.getMutability=function(){return this.get("mutability")},l.getData=function(){return this.get("data")},i}(nT),v4=rT;function aT(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(o){var i=Math.random()*16|0,l=o=="x"?i:i&3|8;return l.toString(16)})}var iT=aT;function oT(o){for(var i=1;i<arguments.length;i++){var l=arguments[i]!=null?arguments[i]:{},c=Object.keys(l);typeof Object.getOwnPropertySymbols=="function"&&(c=c.concat(Object.getOwnPropertySymbols(l).filter(function(u){return Object.getOwnPropertyDescriptor(l,u).enumerable}))),c.forEach(function(u){lT(o,u,l[u])})}return o}function lT(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}var uT=v4,sT=Wr.exports,m4=ra,iy=iT,cT=sT.Map,Af=cT(),_v=iy();function lh(o,i){console.warn("WARNING: "+o+` will be deprecated soon!
136
+ Please use "`+i+'" instead.')}var Vc={getLastCreatedEntityKey:function(){return lh("DraftEntity.getLastCreatedEntityKey","contentState.getLastCreatedEntityKey"),Vc.__getLastCreatedEntityKey()},create:function(i,l,c){return lh("DraftEntity.create","contentState.createEntity"),Vc.__create(i,l,c)},add:function(i){return lh("DraftEntity.add","contentState.addEntity"),Vc.__add(i)},get:function(i){return lh("DraftEntity.get","contentState.getEntity"),Vc.__get(i)},__getAll:function(){return Af},__loadWithEntities:function(i){Af=i,_v=iy()},mergeData:function(i,l){return lh("DraftEntity.mergeData","contentState.mergeEntityData"),Vc.__mergeData(i,l)},replaceData:function(i,l){return lh("DraftEntity.replaceData","contentState.replaceEntityData"),Vc.__replaceData(i,l)},__getLastCreatedEntityKey:function(){return _v},__create:function(i,l,c){return Vc.__add(new uT({type:i,mutability:l,data:c||{}}))},__add:function(i){return _v=iy(),Af=Af.set(_v,i),_v},__get:function(i){var l=Af.get(i);return l||(process.env.NODE_ENV!=="production"?m4(!1,"Unknown DraftEntity key: %s.",i):m4(!1)),l},__mergeData:function(i,l){var c=Vc.__get(i),u=oT({},c.getData(),l),g=c.set("data",u);return Af=Af.set(i,g),g},__replaceData:function(i,l){var c=Vc.__get(i),u=c.set("data",l);return Af=Af.set(i,u),u}},ym=Vc;function fT(o,i){o.prototype=Object.create(i.prototype),o.prototype.constructor=o,o.__proto__=i}var dT=Wr.exports,pT=dT.Record,hT={anchorKey:"",anchorOffset:0,focusKey:"",focusOffset:0,isBackward:!1,hasFocus:!1},vT=pT(hT),mT=function(o){fT(i,o);function i(){return o.apply(this,arguments)||this}var l=i.prototype;return l.serialize=function(){return"Anchor: "+this.getAnchorKey()+":"+this.getAnchorOffset()+", Focus: "+this.getFocusKey()+":"+this.getFocusOffset()+", Is Backward: "+String(this.getIsBackward())+", Has Focus: "+String(this.getHasFocus())},l.getAnchorKey=function(){return this.get("anchorKey")},l.getAnchorOffset=function(){return this.get("anchorOffset")},l.getFocusKey=function(){return this.get("focusKey")},l.getFocusOffset=function(){return this.get("focusOffset")},l.getIsBackward=function(){return this.get("isBackward")},l.getHasFocus=function(){return this.get("hasFocus")},l.hasEdgeWithin=function(u,g,S){var A=this.getAnchorKey(),x=this.getFocusKey();if(A===x&&A===u){var N=this.getStartOffset(),q=this.getEndOffset();return g<=N&&N<=S||g<=q&&q<=S}if(u!==A&&u!==x)return!1;var $=u===A?this.getAnchorOffset():this.getFocusOffset();return g<=$&&S>=$},l.isCollapsed=function(){return this.getAnchorKey()===this.getFocusKey()&&this.getAnchorOffset()===this.getFocusOffset()},l.getStartKey=function(){return this.getIsBackward()?this.getFocusKey():this.getAnchorKey()},l.getStartOffset=function(){return this.getIsBackward()?this.getFocusOffset():this.getAnchorOffset()},l.getEndKey=function(){return this.getIsBackward()?this.getAnchorKey():this.getFocusKey()},l.getEndOffset=function(){return this.getIsBackward()?this.getAnchorOffset():this.getFocusOffset()},i.createEmpty=function(u){return new i({anchorKey:u,anchorOffset:0,focusKey:u,focusOffset:0,isBackward:!1,hasFocus:!1})},i}(vT),Sm=mT,yd=function(o){return typeof window<"u"&&window.__DRAFT_GKX?!!window.__DRAFT_GKX[o]:!1},gT=new RegExp("\r","g");function yT(o){return o.replace(gT,"")}var g4=yT;function y4(o){for(var i=1;i<arguments.length;i++){var l=arguments[i]!=null?arguments[i]:{},c=Object.keys(l);typeof Object.getOwnPropertySymbols=="function"&&(c=c.concat(Object.getOwnPropertySymbols(l).filter(function(u){return Object.getOwnPropertyDescriptor(l,u).enumerable}))),c.forEach(function(u){ST(o,u,l[u])})}return o}function ST(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}function ET(o,i){o.prototype=Object.create(i.prototype),o.prototype.constructor=o,o.__proto__=i}var wT=mv,S4=Cs,CT=mp,_T=_s,Kc=ym,Em=Sm,bT=jc,xT=c4,TT=yd,bv=Wr.exports,kT=g4,E4=bv.List,RT=bv.Record,DT=bv.Repeat,AT=bv.Map,OT=bv.OrderedMap,MT={entityMap:null,blockMap:null,selectionBefore:null,selectionAfter:null},FT=RT(MT),w4=TT("draft_tree_data_support")?_T:CT,BT=function(o){ET(i,o);function i(){return o.apply(this,arguments)||this}var l=i.prototype;return l.getEntityMap=function(){return Kc},l.getBlockMap=function(){return this.get("blockMap")},l.getSelectionBefore=function(){return this.get("selectionBefore")},l.getSelectionAfter=function(){return this.get("selectionAfter")},l.getBlockForKey=function(u){var g=this.getBlockMap().get(u);return g},l.getKeyBefore=function(u){return this.getBlockMap().reverse().keySeq().skipUntil(function(g){return g===u}).skip(1).first()},l.getKeyAfter=function(u){return this.getBlockMap().keySeq().skipUntil(function(g){return g===u}).skip(1).first()},l.getBlockAfter=function(u){return this.getBlockMap().skipUntil(function(g,S){return S===u}).skip(1).first()},l.getBlockBefore=function(u){return this.getBlockMap().reverse().skipUntil(function(g,S){return S===u}).skip(1).first()},l.getBlocksAsArray=function(){return this.getBlockMap().toArray()},l.getFirstBlock=function(){return this.getBlockMap().first()},l.getLastBlock=function(){return this.getBlockMap().last()},l.getPlainText=function(u){return this.getBlockMap().map(function(g){return g?g.getText():""}).join(u||`
137
+ `)},l.getLastCreatedEntityKey=function(){return Kc.__getLastCreatedEntityKey()},l.hasText=function(){var u=this.getBlockMap();return u.size>1||escape(u.first().getText()).replace(/%u200B/g,"").length>0},l.createEntity=function(u,g,S){return Kc.__create(u,g,S),this},l.mergeEntityData=function(u,g){return Kc.__mergeData(u,g),this},l.replaceEntityData=function(u,g){return Kc.__replaceData(u,g),this},l.addEntity=function(u){return Kc.__add(u),this},l.getEntity=function(u){return Kc.__get(u)},l.getAllEntities=function(){return Kc.__getAll()},l.loadWithEntities=function(u){return Kc.__loadWithEntities(u)},i.createFromBlockArray=function(u,g){var S=Array.isArray(u)?u:u.contentBlocks,A=wT.createFromArray(S),x=A.isEmpty()?new Em:Em.createEmpty(A.first().getKey());return new i({blockMap:A,entityMap:g||Kc,selectionBefore:x,selectionAfter:x})},i.createFromText=function(u){var g=arguments.length>1&&arguments[1]!==void 0?arguments[1]:/\r\n?|\n/g,S=u.split(g),A=S.map(function(x){return x=kT(x),new w4({key:bT(),text:x,type:"unstyled",characterList:E4(DT(S4.EMPTY,x.length))})});return i.createFromBlockArray(A)},i.fromJS=function(u){return new i(y4({},u,{blockMap:OT(u.blockMap).map(i.createContentBlockFromJS),selectionBefore:new Em(u.selectionBefore),selectionAfter:new Em(u.selectionAfter)}))},i.createContentBlockFromJS=function(u){var g=u.characterList;return new w4(y4({},u,{data:AT(u.data),characterList:g!=null?E4((Array.isArray(g)?g:xT(g)).map(function(S){return S4.fromJS(S)})):void 0}))},i}(FT),oy=BT,Sd=ra,NT="NEUTRAL",wm="LTR",C4="RTL",Cm=null;function _m(o){return o===wm||o===C4}function _4(o){return _m(o)||(process.env.NODE_ENV!=="production"?Sd(!1,"`dir` must be a strong direction to be converted to HTML Direction"):Sd(!1)),o===wm?"ltr":"rtl"}function LT(o,i){return _m(o)||(process.env.NODE_ENV!=="production"?Sd(!1,"`dir` must be a strong direction to be converted to HTML Direction"):Sd(!1)),_m(i)||(process.env.NODE_ENV!=="production"?Sd(!1,"`otherDir` must be a strong direction to be converted to HTML Direction"):Sd(!1)),o===i?null:_4(o)}function b4(o){Cm=o}function zT(){b4(wm)}function IT(){return Cm||this.initGlobalDir(),Cm||(process.env.NODE_ENV!=="production"?Sd(!1,"Global direction not set."):Sd(!1)),Cm}var PT={NEUTRAL:NT,LTR:wm,RTL:C4,isStrong:_m,getHTMLDir:_4,getHTMLDirIfDifferent:LT,setGlobalDir:b4,initGlobalDir:zT,getGlobalDir:IT},bm=PT,Of=bm,x4=ra,xv={L:"A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u01BA\u01BB\u01BC-\u01BF\u01C0-\u01C3\u01C4-\u0293\u0294\u0295-\u02AF\u02B0-\u02B8\u02BB-\u02C1\u02D0-\u02D1\u02E0-\u02E4\u02EE\u0370-\u0373\u0376-\u0377\u037A\u037B-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0482\u048A-\u052F\u0531-\u0556\u0559\u055A-\u055F\u0561-\u0587\u0589\u0903\u0904-\u0939\u093B\u093D\u093E-\u0940\u0949-\u094C\u094E-\u094F\u0950\u0958-\u0961\u0964-\u0965\u0966-\u096F\u0970\u0971\u0972-\u0980\u0982-\u0983\u0985-\u098C\u098F-\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09BE-\u09C0\u09C7-\u09C8\u09CB-\u09CC\u09CE\u09D7\u09DC-\u09DD\u09DF-\u09E1\u09E6-\u09EF\u09F0-\u09F1\u09F4-\u09F9\u09FA\u0A03\u0A05-\u0A0A\u0A0F-\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32-\u0A33\u0A35-\u0A36\u0A38-\u0A39\u0A3E-\u0A40\u0A59-\u0A5C\u0A5E\u0A66-\u0A6F\u0A72-\u0A74\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2-\u0AB3\u0AB5-\u0AB9\u0ABD\u0ABE-\u0AC0\u0AC9\u0ACB-\u0ACC\u0AD0\u0AE0-\u0AE1\u0AE6-\u0AEF\u0AF0\u0B02-\u0B03\u0B05-\u0B0C\u0B0F-\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32-\u0B33\u0B35-\u0B39\u0B3D\u0B3E\u0B40\u0B47-\u0B48\u0B4B-\u0B4C\u0B57\u0B5C-\u0B5D\u0B5F-\u0B61\u0B66-\u0B6F\u0B70\u0B71\u0B72-\u0B77\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99-\u0B9A\u0B9C\u0B9E-\u0B9F\u0BA3-\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BBF\u0BC1-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCC\u0BD0\u0BD7\u0BE6-\u0BEF\u0BF0-\u0BF2\u0C01-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C41-\u0C44\u0C58-\u0C59\u0C60-\u0C61\u0C66-\u0C6F\u0C7F\u0C82-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CBE\u0CBF\u0CC0-\u0CC4\u0CC6\u0CC7-\u0CC8\u0CCA-\u0CCB\u0CD5-\u0CD6\u0CDE\u0CE0-\u0CE1\u0CE6-\u0CEF\u0CF1-\u0CF2\u0D02-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D3E-\u0D40\u0D46-\u0D48\u0D4A-\u0D4C\u0D4E\u0D57\u0D60-\u0D61\u0D66-\u0D6F\u0D70-\u0D75\u0D79\u0D7A-\u0D7F\u0D82-\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCF-\u0DD1\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2-\u0DF3\u0DF4\u0E01-\u0E30\u0E32-\u0E33\u0E40-\u0E45\u0E46\u0E4F\u0E50-\u0E59\u0E5A-\u0E5B\u0E81-\u0E82\u0E84\u0E87-\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA-\u0EAB\u0EAD-\u0EB0\u0EB2-\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F01-\u0F03\u0F04-\u0F12\u0F13\u0F14\u0F15-\u0F17\u0F1A-\u0F1F\u0F20-\u0F29\u0F2A-\u0F33\u0F34\u0F36\u0F38\u0F3E-\u0F3F\u0F40-\u0F47\u0F49-\u0F6C\u0F7F\u0F85\u0F88-\u0F8C\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE-\u0FCF\u0FD0-\u0FD4\u0FD5-\u0FD8\u0FD9-\u0FDA\u1000-\u102A\u102B-\u102C\u1031\u1038\u103B-\u103C\u103F\u1040-\u1049\u104A-\u104F\u1050-\u1055\u1056-\u1057\u105A-\u105D\u1061\u1062-\u1064\u1065-\u1066\u1067-\u106D\u106E-\u1070\u1075-\u1081\u1083-\u1084\u1087-\u108C\u108E\u108F\u1090-\u1099\u109A-\u109C\u109E-\u109F\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FB\u10FC\u10FD-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1360-\u1368\u1369-\u137C\u1380-\u138F\u13A0-\u13F4\u1401-\u166C\u166D-\u166E\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EB-\u16ED\u16EE-\u16F0\u16F1-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1735-\u1736\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17B6\u17BE-\u17C5\u17C7-\u17C8\u17D4-\u17D6\u17D7\u17D8-\u17DA\u17DC\u17E0-\u17E9\u1810-\u1819\u1820-\u1842\u1843\u1844-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1923-\u1926\u1929-\u192B\u1930-\u1931\u1933-\u1938\u1946-\u194F\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C0\u19C1-\u19C7\u19C8-\u19C9\u19D0-\u19D9\u19DA\u1A00-\u1A16\u1A19-\u1A1A\u1A1E-\u1A1F\u1A20-\u1A54\u1A55\u1A57\u1A61\u1A63-\u1A64\u1A6D-\u1A72\u1A80-\u1A89\u1A90-\u1A99\u1AA0-\u1AA6\u1AA7\u1AA8-\u1AAD\u1B04\u1B05-\u1B33\u1B35\u1B3B\u1B3D-\u1B41\u1B43-\u1B44\u1B45-\u1B4B\u1B50-\u1B59\u1B5A-\u1B60\u1B61-\u1B6A\u1B74-\u1B7C\u1B82\u1B83-\u1BA0\u1BA1\u1BA6-\u1BA7\u1BAA\u1BAE-\u1BAF\u1BB0-\u1BB9\u1BBA-\u1BE5\u1BE7\u1BEA-\u1BEC\u1BEE\u1BF2-\u1BF3\u1BFC-\u1BFF\u1C00-\u1C23\u1C24-\u1C2B\u1C34-\u1C35\u1C3B-\u1C3F\u1C40-\u1C49\u1C4D-\u1C4F\u1C50-\u1C59\u1C5A-\u1C77\u1C78-\u1C7D\u1C7E-\u1C7F\u1CC0-\u1CC7\u1CD3\u1CE1\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF2-\u1CF3\u1CF5-\u1CF6\u1D00-\u1D2B\u1D2C-\u1D6A\u1D6B-\u1D77\u1D78\u1D79-\u1D9A\u1D9B-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200E\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2134\u2135-\u2138\u2139\u213C-\u213F\u2145-\u2149\u214E\u214F\u2160-\u2182\u2183-\u2184\u2185-\u2188\u2336-\u237A\u2395\u249C-\u24E9\u26AC\u2800-\u28FF\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2C7B\u2C7C-\u2C7D\u2C7E-\u2CE4\u2CEB-\u2CEE\u2CF2-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D70\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005\u3006\u3007\u3021-\u3029\u302E-\u302F\u3031-\u3035\u3038-\u303A\u303B\u303C\u3041-\u3096\u309D-\u309E\u309F\u30A1-\u30FA\u30FC-\u30FE\u30FF\u3105-\u312D\u3131-\u318E\u3190-\u3191\u3192-\u3195\u3196-\u319F\u31A0-\u31BA\u31F0-\u31FF\u3200-\u321C\u3220-\u3229\u322A-\u3247\u3248-\u324F\u3260-\u327B\u327F\u3280-\u3289\u328A-\u32B0\u32C0-\u32CB\u32D0-\u32FE\u3300-\u3376\u337B-\u33DD\u33E0-\u33FE\u3400-\u4DB5\u4E00-\u9FCC\uA000-\uA014\uA015\uA016-\uA48C\uA4D0-\uA4F7\uA4F8-\uA4FD\uA4FE-\uA4FF\uA500-\uA60B\uA60C\uA610-\uA61F\uA620-\uA629\uA62A-\uA62B\uA640-\uA66D\uA66E\uA680-\uA69B\uA69C-\uA69D\uA6A0-\uA6E5\uA6E6-\uA6EF\uA6F2-\uA6F7\uA722-\uA76F\uA770\uA771-\uA787\uA789-\uA78A\uA78B-\uA78E\uA790-\uA7AD\uA7B0-\uA7B1\uA7F7\uA7F8-\uA7F9\uA7FA\uA7FB-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA823-\uA824\uA827\uA830-\uA835\uA836-\uA837\uA840-\uA873\uA880-\uA881\uA882-\uA8B3\uA8B4-\uA8C3\uA8CE-\uA8CF\uA8D0-\uA8D9\uA8F2-\uA8F7\uA8F8-\uA8FA\uA8FB\uA900-\uA909\uA90A-\uA925\uA92E-\uA92F\uA930-\uA946\uA952-\uA953\uA95F\uA960-\uA97C\uA983\uA984-\uA9B2\uA9B4-\uA9B5\uA9BA-\uA9BB\uA9BD-\uA9C0\uA9C1-\uA9CD\uA9CF\uA9D0-\uA9D9\uA9DE-\uA9DF\uA9E0-\uA9E4\uA9E6\uA9E7-\uA9EF\uA9F0-\uA9F9\uA9FA-\uA9FE\uAA00-\uAA28\uAA2F-\uAA30\uAA33-\uAA34\uAA40-\uAA42\uAA44-\uAA4B\uAA4D\uAA50-\uAA59\uAA5C-\uAA5F\uAA60-\uAA6F\uAA70\uAA71-\uAA76\uAA77-\uAA79\uAA7A\uAA7B\uAA7D\uAA7E-\uAAAF\uAAB1\uAAB5-\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADC\uAADD\uAADE-\uAADF\uAAE0-\uAAEA\uAAEB\uAAEE-\uAAEF\uAAF0-\uAAF1\uAAF2\uAAF3-\uAAF4\uAAF5\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5B\uAB5C-\uAB5F\uAB64-\uAB65\uABC0-\uABE2\uABE3-\uABE4\uABE6-\uABE7\uABE9-\uABEA\uABEB\uABEC\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uE000-\uF8FF\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFF6F\uFF70\uFF71-\uFF9D\uFF9E-\uFF9F\uFFA0-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC",R:"\u0590\u05BE\u05C0\u05C3\u05C6\u05C8-\u05CF\u05D0-\u05EA\u05EB-\u05EF\u05F0-\u05F2\u05F3-\u05F4\u05F5-\u05FF\u07C0-\u07C9\u07CA-\u07EA\u07F4-\u07F5\u07FA\u07FB-\u07FF\u0800-\u0815\u081A\u0824\u0828\u082E-\u082F\u0830-\u083E\u083F\u0840-\u0858\u085C-\u085D\u085E\u085F-\u089F\u200F\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB37\uFB38-\uFB3C\uFB3D\uFB3E\uFB3F\uFB40-\uFB41\uFB42\uFB43-\uFB44\uFB45\uFB46-\uFB4F",AL:"\u0608\u060B\u060D\u061B\u061C\u061D\u061E-\u061F\u0620-\u063F\u0640\u0641-\u064A\u066D\u066E-\u066F\u0671-\u06D3\u06D4\u06D5\u06E5-\u06E6\u06EE-\u06EF\u06FA-\u06FC\u06FD-\u06FE\u06FF\u0700-\u070D\u070E\u070F\u0710\u0712-\u072F\u074B-\u074C\u074D-\u07A5\u07B1\u07B2-\u07BF\u08A0-\u08B2\u08B3-\u08E3\uFB50-\uFBB1\uFBB2-\uFBC1\uFBC2-\uFBD2\uFBD3-\uFD3D\uFD40-\uFD4F\uFD50-\uFD8F\uFD90-\uFD91\uFD92-\uFDC7\uFDC8-\uFDCF\uFDF0-\uFDFB\uFDFC\uFDFE-\uFDFF\uFE70-\uFE74\uFE75\uFE76-\uFEFC\uFEFD-\uFEFE"},UT=new RegExp("["+xv.L+xv.R+xv.AL+"]"),HT=new RegExp("["+xv.R+xv.AL+"]");function T4(o){var i=UT.exec(o);return i==null?null:i[0]}function k4(o){var i=T4(o);return i==null?Of.NEUTRAL:HT.exec(i)?Of.RTL:Of.LTR}function R4(o,i){if(i=i||Of.NEUTRAL,!o.length)return i;var l=k4(o);return l===Of.NEUTRAL?i:l}function ly(o,i){return i||(i=Of.getGlobalDir()),Of.isStrong(i)||(process.env.NODE_ENV!=="production"?x4(!1,"Fallback direction must be a strong direction"):x4(!1)),R4(o,i)}function $T(o,i){return ly(o,i)===Of.LTR}function jT(o,i){return ly(o,i)===Of.RTL}var VT={firstStrongChar:T4,firstStrongCharDir:k4,resolveBlockDir:R4,getDirection:ly,isDirectionLTR:$T,isDirectionRTL:jT},uy=VT;function D4(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}var KT=uy,A4=bm,O4=ra,WT=function(){function o(l){D4(this,"_defaultDir",void 0),D4(this,"_lastDir",void 0),l?A4.isStrong(l)||(process.env.NODE_ENV!=="production"?O4(!1,"Default direction must be a strong direction (LTR or RTL)"):O4(!1)):l=A4.getGlobalDir(),this._defaultDir=l,this.reset()}var i=o.prototype;return i.reset=function(){this._lastDir=this._defaultDir},i.getDirection=function(c){return this._lastDir=KT.getDirection(c,this._lastDir),this._lastDir},o}(),YT=WT,GT=function(i){if(i!=null)return i;throw new Error("Got unexpected null or undefined")},yu=GT,XT=YT,M4=Wr.exports,qT=yu,QT=M4.OrderedMap,xm,JT={getDirectionMap:function(i,l){xm?xm.reset():xm=new XT;var c=i.getBlockMap(),u=c.valueSeq().map(function(S){return qT(xm).getDirection(S.getText())}),g=QT(c.keySeq().zip(u));return l!=null&&M4.is(l,g)?l:g}},ZT=JT;function F4(o){for(var i=1;i<arguments.length;i++){var l=arguments[i]!=null?arguments[i]:{},c=Object.keys(l);typeof Object.getOwnPropertySymbols=="function"&&(c=c.concat(Object.getOwnPropertySymbols(l).filter(function(u){return Object.getOwnPropertyDescriptor(l,u).enumerable}))),c.forEach(function(u){B4(o,u,l[u])})}return o}function B4(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}var Tm=Jx,Tv=oy,km=ZT,sy=Sm,kv=Wr.exports,N4=kv.OrderedSet,ek=kv.Record,gp=kv.Stack,L4=kv.OrderedMap,tk=kv.List,nk={allowUndo:!0,currentContent:null,decorator:null,directionMap:null,forceSelection:!1,inCompositionMode:!1,inlineStyleOverride:null,lastChangeType:null,nativelyRenderedContent:null,redoStack:gp(),selection:null,treeMap:null,undoStack:gp()},z4=ek(nk),I4=function(){i.createEmpty=function(c){return this.createWithText("",c)},i.createWithText=function(c,u){return i.createWithContent(Tv.createFromText(c),u)},i.createWithContent=function(c,u){if(c.getBlockMap().count()===0)return i.createEmpty(u);var g=c.getBlockMap().first().getKey();return i.create({currentContent:c,undoStack:gp(),redoStack:gp(),decorator:u||null,selection:sy.createEmpty(g)})},i.create=function(c){var u=c.currentContent,g=c.decorator,S=F4({},c,{treeMap:U4(u,g),directionMap:km.getDirectionMap(u)});return new i(new z4(S))},i.fromJS=function(c){return new i(new z4(F4({},c,{directionMap:c.directionMap!=null?L4(c.directionMap):c.directionMap,inlineStyleOverride:c.inlineStyleOverride!=null?N4(c.inlineStyleOverride):c.inlineStyleOverride,nativelyRenderedContent:c.nativelyRenderedContent!=null?Tv.fromJS(c.nativelyRenderedContent):c.nativelyRenderedContent,redoStack:c.redoStack!=null?gp(c.redoStack.map(function(u){return Tv.fromJS(u)})):c.redoStack,selection:c.selection!=null?new sy(c.selection):c.selection,treeMap:c.treeMap!=null?L4(c.treeMap).map(function(u){return tk(u).map(function(g){return Tm.fromJS(g)})}):c.treeMap,undoStack:c.undoStack!=null?gp(c.undoStack.map(function(u){return Tv.fromJS(u)})):c.undoStack,currentContent:Tv.fromJS(c.currentContent)})))},i.set=function(c,u){var g=c.getImmutable().withMutations(function(S){var A=S.get("decorator"),x=A;u.decorator===null?x=null:u.decorator&&(x=u.decorator);var N=u.currentContent||c.getCurrentContent();if(x!==A){var q=S.get("treeMap"),$;x&&A?$=ak(N,N.getBlockMap(),q,x,A):$=U4(N,x),S.merge({decorator:x,treeMap:$,nativelyRenderedContent:null});return}var K=c.getCurrentContent();N!==K&&S.set("treeMap",rk(c,N.getBlockMap(),N.getEntityMap(),x)),S.merge(u)});return new i(g)};var o=i.prototype;o.toJS=function(){return this.getImmutable().toJS()},o.getAllowUndo=function(){return this.getImmutable().get("allowUndo")},o.getCurrentContent=function(){return this.getImmutable().get("currentContent")},o.getUndoStack=function(){return this.getImmutable().get("undoStack")},o.getRedoStack=function(){return this.getImmutable().get("redoStack")},o.getSelection=function(){return this.getImmutable().get("selection")},o.getDecorator=function(){return this.getImmutable().get("decorator")},o.isInCompositionMode=function(){return this.getImmutable().get("inCompositionMode")},o.mustForceSelection=function(){return this.getImmutable().get("forceSelection")},o.getNativelyRenderedContent=function(){return this.getImmutable().get("nativelyRenderedContent")},o.getLastChangeType=function(){return this.getImmutable().get("lastChangeType")},o.getInlineStyleOverride=function(){return this.getImmutable().get("inlineStyleOverride")},i.setInlineStyleOverride=function(c,u){return i.set(c,{inlineStyleOverride:u})},o.getCurrentInlineStyle=function(){var c=this.getInlineStyleOverride();if(c!=null)return c;var u=this.getCurrentContent(),g=this.getSelection();return g.isCollapsed()?ok(u,g):lk(u,g)},o.getBlockTree=function(c){return this.getImmutable().getIn(["treeMap",c])},o.isSelectionAtStartOfContent=function(){var c=this.getCurrentContent().getBlockMap().first().getKey();return this.getSelection().hasEdgeWithin(c,0,0)},o.isSelectionAtEndOfContent=function(){var c=this.getCurrentContent(),u=c.getBlockMap(),g=u.last(),S=g.getLength();return this.getSelection().hasEdgeWithin(g.getKey(),S,S)},o.getDirectionMap=function(){return this.getImmutable().get("directionMap")},i.acceptSelection=function(c,u){return P4(c,u,!1)},i.forceSelection=function(c,u){return u.getHasFocus()||(u=u.set("hasFocus",!0)),P4(c,u,!0)},i.moveSelectionToEnd=function(c){var u=c.getCurrentContent(),g=u.getLastBlock(),S=g.getKey(),A=g.getLength();return i.acceptSelection(c,new sy({anchorKey:S,anchorOffset:A,focusKey:S,focusOffset:A,isBackward:!1}))},i.moveFocusToEnd=function(c){var u=i.moveSelectionToEnd(c);return i.forceSelection(u,u.getSelection())},i.push=function(c,u,g){var S=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!0;if(c.getCurrentContent()===u)return c;var A=km.getDirectionMap(u,c.getDirectionMap());if(!c.getAllowUndo())return i.set(c,{currentContent:u,directionMap:A,lastChangeType:g,selection:u.getSelectionAfter(),forceSelection:S,inlineStyleOverride:null});var x=c.getSelection(),N=c.getCurrentContent(),q=c.getUndoStack(),$=u;x!==N.getSelectionAfter()||ik(c,g)?(q=q.push(N),$=$.set("selectionBefore",x)):(g==="insert-characters"||g==="backspace-character"||g==="delete-character")&&($=$.set("selectionBefore",N.getSelectionBefore()));var K=c.getInlineStyleOverride(),J=["adjust-depth","change-block-type","split-block"];J.indexOf(g)===-1&&(K=null);var te={currentContent:$,directionMap:A,undoStack:q,redoStack:gp(),lastChangeType:g,selection:u.getSelectionAfter(),forceSelection:S,inlineStyleOverride:K};return i.set(c,te)},i.undo=function(c){if(!c.getAllowUndo())return c;var u=c.getUndoStack(),g=u.peek();if(!g)return c;var S=c.getCurrentContent(),A=km.getDirectionMap(g,c.getDirectionMap());return i.set(c,{currentContent:g,directionMap:A,undoStack:u.shift(),redoStack:c.getRedoStack().push(S),forceSelection:!0,inlineStyleOverride:null,lastChangeType:"undo",nativelyRenderedContent:null,selection:S.getSelectionBefore()})},i.redo=function(c){if(!c.getAllowUndo())return c;var u=c.getRedoStack(),g=u.peek();if(!g)return c;var S=c.getCurrentContent(),A=km.getDirectionMap(g,c.getDirectionMap());return i.set(c,{currentContent:g,directionMap:A,undoStack:c.getUndoStack().push(S),redoStack:u.shift(),forceSelection:!0,inlineStyleOverride:null,lastChangeType:"redo",nativelyRenderedContent:null,selection:g.getSelectionAfter()})};function i(l){B4(this,"_immutable",void 0),this._immutable=l}return o.getImmutable=function(){return this._immutable},i}();function P4(o,i,l){return I4.set(o,{selection:i,forceSelection:l,nativelyRenderedContent:null,inlineStyleOverride:null})}function U4(o,i){return o.getBlockMap().map(function(l){return Tm.generate(o,l,i)}).toOrderedMap()}function rk(o,i,l,c){var u=o.getCurrentContent().set("entityMap",l),g=u.getBlockMap(),S=o.getImmutable().get("treeMap");return S.merge(i.toSeq().filter(function(A,x){return A!==g.get(x)}).map(function(A){return Tm.generate(u,A,c)}))}function ak(o,i,l,c,u){return l.merge(i.toSeq().filter(function(g){return c.getDecorations(g,o)!==u.getDecorations(g,o)}).map(function(g){return Tm.generate(o,g,c)}))}function ik(o,i){var l=o.getLastChangeType();return i!==l||i!=="insert-characters"&&i!=="backspace-character"&&i!=="delete-character"}function ok(o,i){var l=i.getStartKey(),c=i.getStartOffset(),u=o.getBlockForKey(l);return c>0?u.getInlineStyleAt(c-1):u.getLength()?u.getInlineStyleAt(0):H4(o,l)}function lk(o,i){var l=i.getStartKey(),c=i.getStartOffset(),u=o.getBlockForKey(l);return c<u.getLength()?u.getInlineStyleAt(c):c>0?u.getInlineStyleAt(c-1):H4(o,l)}function H4(o,i){var l=o.getBlockMap().reverse().skipUntil(function(c,u){return u===i}).skip(1).skipUntil(function(c,u){return c.getLength()}).first();return l?l.getInlineStyleAt(l.getLength()-1):N4()}var La=I4,uk=_s,sk=a4,$4=Wr.exports,Ed=ra,ck=$4.OrderedMap,fk=$4.List,yp=function(i,l,c){if(!!i){var u=l.get(i);!u||l.set(i,c(u))}},dk=function(i,l,c,u,g){if(!g)return i;var S=u==="after",A=l.getKey(),x=c.getKey(),N=l.getParentKey(),q=l.getNextSiblingKey(),$=l.getPrevSiblingKey(),K=c.getParentKey(),J=S?c.getNextSiblingKey():x,te=S?x:c.getPrevSiblingKey();return i.withMutations(function(le){yp(N,le,function(ie){var oe=ie.getChildKeys();return ie.merge({children:oe.delete(oe.indexOf(A))})}),yp($,le,function(ie){return ie.merge({nextSibling:q})}),yp(q,le,function(ie){return ie.merge({prevSibling:$})}),yp(J,le,function(ie){return ie.merge({prevSibling:A})}),yp(te,le,function(ie){return ie.merge({nextSibling:A})}),yp(K,le,function(ie){var oe=ie.getChildKeys(),Ce=oe.indexOf(x),Se=S?Ce+1:Ce!==0?Ce-1:0,we=oe.toArray();return we.splice(Se,0,A),ie.merge({children:fk(we)})}),yp(A,le,function(ie){return ie.merge({nextSibling:J,prevSibling:te,parent:K})})})},pk=function(i,l,c,u){u==="replace"&&(process.env.NODE_ENV!=="production"?Ed(!1,"Replacing blocks is not supported."):Ed(!1));var g=c.getKey(),S=l.getKey();S===g&&(process.env.NODE_ENV!=="production"?Ed(!1,"Block cannot be moved next to itself."):Ed(!1));var A=i.getBlockMap(),x=l instanceof uk,N=[l],q=A.delete(S);x&&(N=[],q=A.withMutations(function(oe){var Ce=l.getNextSiblingKey(),Se=sk(l,oe);oe.toSeq().skipUntil(function(we){return we.getKey()===S}).takeWhile(function(we){var Be=we.getKey(),nt=Be===S,je=Ce&&Be!==Ce,ct=!Ce&&we.getParentKey()&&(!Se||Be!==Se);return!!(nt||je||ct)}).forEach(function(we){N.push(we),oe.delete(we.getKey())})}));var $=q.toSeq().takeUntil(function(oe){return oe===c}),K=q.toSeq().skipUntil(function(oe){return oe===c}).skip(1),J=N.map(function(oe){return[oe.getKey(),oe]}),te=ck();if(u==="before"){var le=i.getBlockBefore(g);!le||le.getKey()!==l.getKey()||(process.env.NODE_ENV!=="production"?Ed(!1,"Block cannot be moved next to itself."):Ed(!1)),te=$.concat([].concat(J,[[g,c]]),K).toOrderedMap()}else if(u==="after"){var ie=i.getBlockAfter(g);!ie||ie.getKey()!==S||(process.env.NODE_ENV!=="production"?Ed(!1,"Block cannot be moved next to itself."):Ed(!1)),te=$.concat([[g,c]].concat(J),K).toOrderedMap()}return i.merge({blockMap:dk(te,l,c,u,x),selectionBefore:i.getSelectionAfter(),selectionAfter:i.getSelectionAfter().merge({anchorKey:S,focusKey:S})})},hk=pk;function j4(o){for(var i=1;i<arguments.length;i++){var l=arguments[i]!=null?arguments[i]:{},c=Object.keys(l);typeof Object.getOwnPropertySymbols=="function"&&(c=c.concat(Object.getOwnPropertySymbols(l).filter(function(u){return Object.getOwnPropertyDescriptor(l,u).enumerable}))),c.forEach(function(u){vk(o,u,l[u])})}return o}function vk(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}var mk=mv,gk=Cs,yk=mp,Sk=_s,uh=gu,V4=La,K4=jc,Ek=yd,W4=Wr.exports,Rm=hk,Y4=Ek("draft_tree_data_support"),G4=Y4?Sk:yk,wk=W4.List,Ck=W4.Repeat,_k={insertAtomicBlock:function(i,l,c){var u=i.getCurrentContent(),g=i.getSelection(),S=uh.removeRange(u,g,"backward"),A=S.getSelectionAfter(),x=uh.splitBlock(S,A),N=x.getSelectionAfter(),q=uh.setBlockType(x,N,"atomic"),$=gk.create({entity:l}),K={key:K4(),type:"atomic",text:c,characterList:wk(Ck($,c.length))},J={key:K4(),type:"unstyled"};Y4&&(K=j4({},K,{nextSibling:J.key}),J=j4({},J,{prevSibling:K.key}));var te=[new G4(K),new G4(J)],le=mk.createFromArray(te),ie=uh.replaceWithFragment(q,N,le),oe=ie.merge({selectionBefore:g,selectionAfter:ie.getSelectionAfter().set("hasFocus",!0)});return V4.push(i,oe,"insert-fragment")},moveAtomicBlock:function(i,l,c,u){var g=i.getCurrentContent(),S=i.getSelection(),A;if(u==="before"||u==="after"){var x=g.getBlockForKey(u==="before"?c.getStartKey():c.getEndKey());A=Rm(g,l,x,u)}else{var N=uh.removeRange(g,c,"backward"),q=N.getSelectionAfter(),$=N.getBlockForKey(q.getFocusKey());if(q.getStartOffset()===0)A=Rm(N,l,$,"before");else if(q.getEndOffset()===$.getLength())A=Rm(N,l,$,"after");else{var K=uh.splitBlock(N,q),J=K.getSelectionAfter(),te=K.getBlockForKey(J.getFocusKey());A=Rm(K,l,te,"before")}}var le=A.merge({selectionBefore:S,selectionAfter:A.getSelectionAfter().set("hasFocus",!0)});return V4.push(i,le,"move-block")}},bk=_k;function xk(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}var Tk=Wr.exports,kk=Tk.List,cy=".",Rk=function(){function o(l){xk(this,"_decorators",void 0),this._decorators=l.slice()}var i=o.prototype;return i.getDecorations=function(c,u){var g=Array(c.getText().length).fill(null);return this._decorators.forEach(function(S,A){var x=0,N=S.strategy,q=function(K,J){Dk(g,K,J)&&(Ak(g,K,J,A+cy+x),x++)};N(c,q,u)}),kk(g)},i.getComponentForKey=function(c){var u=parseInt(c.split(cy)[0],10);return this._decorators[u].component},i.getPropsForKey=function(c){var u=parseInt(c.split(cy)[0],10);return this._decorators[u].props},o}();function Dk(o,i,l){for(var c=i;c<l;c++)if(o[c]!=null)return!1;return!0}function Ak(o,i,l,c){for(var u=i;u<l;u++)o[u]=c}var Ok=Rk;const nc=y_(w_);function Mk(o){return typeof o=="object"?Object.keys(o).filter(function(i){return o[i]}).map(X4).join(" "):Array.prototype.map.call(arguments,X4).join(" ")}function X4(o){return o.replace(/\//g,"-")}var Sp=Mk,fy=nc.jsx,dy=Sp,Fk=Wr.exports,Bk=Fk.Map,Nk=fy("ul",{className:dy("public/DraftStyleDefault/ul")}),Lk=fy("ol",{className:dy("public/DraftStyleDefault/ol")}),zk=fy("pre",{className:dy("public/DraftStyleDefault/pre")}),Ik=Bk({"header-one":{element:"h1"},"header-two":{element:"h2"},"header-three":{element:"h3"},"header-four":{element:"h4"},"header-five":{element:"h5"},"header-six":{element:"h6"},section:{element:"section"},article:{element:"article"},"unordered-list-item":{element:"li",wrapper:Nk},"ordered-list-item":{element:"li",wrapper:Lk},blockquote:{element:"blockquote"},atomic:{element:"figure"},"code-block":{element:"pre",wrapper:zk},unstyled:{element:"div",aliasedElements:["p"]}}),py=Ik,q4={BOLD:{fontWeight:"bold"},CODE:{fontFamily:"monospace",wordWrap:"break-word"},ITALIC:{fontStyle:"italic"},STRIKETHROUGH:{textDecoration:"line-through"},UNDERLINE:{textDecoration:"underline"}};/*
138
+ object-assign
139
+ (c) Sindre Sorhus
140
+ @license MIT
141
+ */var Q4=Object.getOwnPropertySymbols,Pk=Object.prototype.hasOwnProperty,Uk=Object.prototype.propertyIsEnumerable;function Hk(o){if(o==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(o)}function $k(){try{if(!Object.assign)return!1;var o=new String("abc");if(o[5]="de",Object.getOwnPropertyNames(o)[0]==="5")return!1;for(var i={},l=0;l<10;l++)i["_"+String.fromCharCode(l)]=l;var c=Object.getOwnPropertyNames(i).map(function(g){return i[g]});if(c.join("")!=="0123456789")return!1;var u={};return"abcdefghijklmnopqrst".split("").forEach(function(g){u[g]=g}),Object.keys(Object.assign({},u)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}var jk=$k()?Object.assign:function(o,i){for(var l,c=Hk(o),u,g=1;g<arguments.length;g++){l=Object(arguments[g]);for(var S in l)Pk.call(l,S)&&(c[S]=l[S]);if(Q4){u=Q4(l);for(var A=0;A<u.length;A++)Uk.call(l,u[A])&&(c[u[A]]=l[u[A]])}}return c},hy={exports:{}};(function(o,i){(function(l,c){var u="0.7.31",g="",S="?",A="function",x="undefined",N="object",q="string",$="major",K="model",J="name",te="type",le="vendor",ie="version",oe="architecture",Ce="console",Se="mobile",we="tablet",Be="smarttv",nt="wearable",je="embedded",ct=255,Xe="Amazon",ht="Apple",Ze="ASUS",ut="BlackBerry",He="Browser",rt="Chrome",Xt="Edge",kt="Firefox",Lt="Google",$e="Huawei",et="LG",Ye="Microsoft",lt="Motorola",Et="Opera",tr="Samsung",Jn="Sony",Dt="Xiaomi",wt="Zebra",zn="Facebook",lr=function(At,Ft){var bt={};for(var Rn in At)Ft[Rn]&&Ft[Rn].length%2===0?bt[Rn]=Ft[Rn].concat(At[Rn]):bt[Rn]=At[Rn];return bt},Dn=function(At){for(var Ft={},bt=0;bt<At.length;bt++)Ft[At[bt].toUpperCase()]=At[bt];return Ft},sr=function(At,Ft){return typeof At===q?An(Ft).indexOf(An(At))!==-1:!1},An=function(At){return At.toLowerCase()},wr=function(At){return typeof At===q?At.replace(/[^\d\.]/g,g).split(".")[0]:c},zt=function(At,Ft){if(typeof At===q)return At=At.replace(/^\s\s*/,g).replace(/\s\s*$/,g),typeof Ft===x?At:At.substring(0,ct)},sn=function(At,Ft){for(var bt=0,Rn,tn,ur,Vt,ga,Br;bt<Ft.length&&!ga;){var vt=Ft[bt],Bt=Ft[bt+1];for(Rn=tn=0;Rn<vt.length&&!ga;)if(ga=vt[Rn++].exec(At),ga)for(ur=0;ur<Bt.length;ur++)Br=ga[++tn],Vt=Bt[ur],typeof Vt===N&&Vt.length>0?Vt.length===2?typeof Vt[1]==A?this[Vt[0]]=Vt[1].call(this,Br):this[Vt[0]]=Vt[1]:Vt.length===3?typeof Vt[1]===A&&!(Vt[1].exec&&Vt[1].test)?this[Vt[0]]=Br?Vt[1].call(this,Br,Vt[2]):c:this[Vt[0]]=Br?Br.replace(Vt[1],Vt[2]):c:Vt.length===4&&(this[Vt[0]]=Br?Vt[3].call(this,Br.replace(Vt[1],Vt[2])):c):this[Vt]=Br||c;bt+=2}},on=function(At,Ft){for(var bt in Ft)if(typeof Ft[bt]===N&&Ft[bt].length>0){for(var Rn=0;Rn<Ft[bt].length;Rn++)if(sr(Ft[bt][Rn],At))return bt===S?c:bt}else if(sr(Ft[bt],At))return bt===S?c:bt;return At},Vn={"1.0":"/8","1.2":"/1","1.3":"/3","2.0":"/412","2.0.2":"/416","2.0.3":"/417","2.0.4":"/419","?":"/"},cr={ME:"4.90","NT 3.11":"NT3.51","NT 4.0":"NT4.0",2e3:"NT 5.0",XP:["NT 5.1","NT 5.2"],Vista:"NT 6.0",7:"NT 6.1",8:"NT 6.2","8.1":"NT 6.3",10:["NT 6.4","NT 10.0"],RT:"ARM"},On={browser:[[/\b(?:crmo|crios)\/([\w\.]+)/i],[ie,[J,"Chrome"]],[/edg(?:e|ios|a)?\/([\w\.]+)/i],[ie,[J,"Edge"]],[/(opera mini)\/([-\w\.]+)/i,/(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i,/(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i],[J,ie],[/opios[\/ ]+([\w\.]+)/i],[ie,[J,Et+" Mini"]],[/\bopr\/([\w\.]+)/i],[ie,[J,Et]],[/(kindle)\/([\w\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer)[\/ ]?([\w\.]*)/i,/(avant |iemobile|slim)(?:browser)?[\/ ]?([\w\.]*)/i,/(ba?idubrowser)[\/ ]?([\w\.]+)/i,/(?:ms|\()(ie) ([\w\.]+)/i,/(flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|quark|qupzilla|falkon|rekonq|puffin|brave|whale|qqbrowserlite|qq)\/([-\w\.]+)/i,/(weibo)__([\d\.]+)/i],[J,ie],[/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i],[ie,[J,"UC"+He]],[/\bqbcore\/([\w\.]+)/i],[ie,[J,"WeChat(Win) Desktop"]],[/micromessenger\/([\w\.]+)/i],[ie,[J,"WeChat"]],[/konqueror\/([\w\.]+)/i],[ie,[J,"Konqueror"]],[/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i],[ie,[J,"IE"]],[/yabrowser\/([\w\.]+)/i],[ie,[J,"Yandex"]],[/(avast|avg)\/([\w\.]+)/i],[[J,/(.+)/,"$1 Secure "+He],ie],[/\bfocus\/([\w\.]+)/i],[ie,[J,kt+" Focus"]],[/\bopt\/([\w\.]+)/i],[ie,[J,Et+" Touch"]],[/coc_coc\w+\/([\w\.]+)/i],[ie,[J,"Coc Coc"]],[/dolfin\/([\w\.]+)/i],[ie,[J,"Dolphin"]],[/coast\/([\w\.]+)/i],[ie,[J,Et+" Coast"]],[/miuibrowser\/([\w\.]+)/i],[ie,[J,"MIUI "+He]],[/fxios\/([-\w\.]+)/i],[ie,[J,kt]],[/\bqihu|(qi?ho?o?|360)browser/i],[[J,"360 "+He]],[/(oculus|samsung|sailfish)browser\/([\w\.]+)/i],[[J,/(.+)/,"$1 "+He],ie],[/(comodo_dragon)\/([\w\.]+)/i],[[J,/_/g," "],ie],[/(electron)\/([\w\.]+) safari/i,/(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i,/m?(qqbrowser|baiduboxapp|2345Explorer)[\/ ]?([\w\.]+)/i],[J,ie],[/(metasr)[\/ ]?([\w\.]+)/i,/(lbbrowser)/i],[J],[/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i],[[J,zn],ie],[/safari (line)\/([\w\.]+)/i,/\b(line)\/([\w\.]+)\/iab/i,/(chromium|instagram)[\/ ]([-\w\.]+)/i],[J,ie],[/\bgsa\/([\w\.]+) .*safari\//i],[ie,[J,"GSA"]],[/headlesschrome(?:\/([\w\.]+)| )/i],[ie,[J,rt+" Headless"]],[/ wv\).+(chrome)\/([\w\.]+)/i],[[J,rt+" WebView"],ie],[/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i],[ie,[J,"Android "+He]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i],[J,ie],[/version\/([\w\.]+) .*mobile\/\w+ (safari)/i],[ie,[J,"Mobile Safari"]],[/version\/([\w\.]+) .*(mobile ?safari|safari)/i],[ie,J],[/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i],[J,[ie,on,Vn]],[/(webkit|khtml)\/([\w\.]+)/i],[J,ie],[/(navigator|netscape\d?)\/([-\w\.]+)/i],[[J,"Netscape"],ie],[/mobile vr; rv:([\w\.]+)\).+firefox/i],[ie,[J,kt+" Reality"]],[/ekiohf.+(flow)\/([\w\.]+)/i,/(swiftfox)/i,/(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror|klar)[\/ ]?([\w\.\+]+)/i,/(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([-\w\.]+)$/i,/(firefox)\/([\w\.]+)/i,/(mozilla)\/([\w\.]+) .+rv\:.+gecko\/\d+/i,/(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|sleipnir|obigo|mosaic|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i,/(links) \(([\w\.]+)/i],[J,ie]],cpu:[[/(?:(amd|x(?:(?:86|64)[-_])?|wow|win)64)[;\)]/i],[[oe,"amd64"]],[/(ia32(?=;))/i],[[oe,An]],[/((?:i[346]|x)86)[;\)]/i],[[oe,"ia32"]],[/\b(aarch64|arm(v?8e?l?|_?64))\b/i],[[oe,"arm64"]],[/\b(arm(?:v[67])?ht?n?[fl]p?)\b/i],[[oe,"armhf"]],[/windows (ce|mobile); ppc;/i],[[oe,"arm"]],[/((?:ppc|powerpc)(?:64)?)(?: mac|;|\))/i],[[oe,/ower/,g,An]],[/(sun4\w)[;\)]/i],[[oe,"sparc"]],[/((?:avr32|ia64(?=;))|68k(?=\))|\barm(?=v(?:[1-7]|[5-7]1)l?|;|eabi)|(?=atmel )avr|(?:irix|mips|sparc)(?:64)?\b|pa-risc)/i],[[oe,An]]],device:[[/\b(sch-i[89]0\d|shw-m380s|sm-[pt]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i],[K,[le,tr],[te,we]],[/\b((?:s[cgp]h|gt|sm)-\w+|galaxy nexus)/i,/samsung[- ]([-\w]+)/i,/sec-(sgh\w+)/i],[K,[le,tr],[te,Se]],[/\((ip(?:hone|od)[\w ]*);/i],[K,[le,ht],[te,Se]],[/\((ipad);[-\w\),; ]+apple/i,/applecoremedia\/[\w\.]+ \((ipad)/i,/\b(ipad)\d\d?,\d\d?[;\]].+ios/i],[K,[le,ht],[te,we]],[/\b((?:ag[rs][23]?|bah2?|sht?|btv)-a?[lw]\d{2})\b(?!.+d\/s)/i],[K,[le,$e],[te,we]],[/(?:huawei|honor)([-\w ]+)[;\)]/i,/\b(nexus 6p|\w{2,4}-[atu]?[ln][01259x][012359][an]?)\b(?!.+d\/s)/i],[K,[le,$e],[te,Se]],[/\b(poco[\w ]+)(?: bui|\))/i,/\b; (\w+) build\/hm\1/i,/\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i,/\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i,/\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite)?)(?: bui|\))/i],[[K,/_/g," "],[le,Dt],[te,Se]],[/\b(mi[-_ ]?(?:pad)(?:[\w_ ]+))(?: bui|\))/i],[[K,/_/g," "],[le,Dt],[te,we]],[/; (\w+) bui.+ oppo/i,/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i],[K,[le,"OPPO"],[te,Se]],[/vivo (\w+)(?: bui|\))/i,/\b(v[12]\d{3}\w?[at])(?: bui|;)/i],[K,[le,"Vivo"],[te,Se]],[/\b(rmx[12]\d{3})(?: bui|;|\))/i],[K,[le,"Realme"],[te,Se]],[/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i,/\bmot(?:orola)?[- ](\w*)/i,/((?:moto[\w\(\) ]+|xt\d{3,4}|nexus 6)(?= bui|\)))/i],[K,[le,lt],[te,Se]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i],[K,[le,lt],[te,we]],[/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i],[K,[le,et],[te,we]],[/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i,/\blg[-e;\/ ]+((?!browser|netcast|android tv)\w+)/i,/\blg-?([\d\w]+) bui/i],[K,[le,et],[te,Se]],[/(ideatab[-\w ]+)/i,/lenovo ?(s[56]000[-\w]+|tab(?:[\w ]+)|yt[-\d\w]{6}|tb[-\d\w]{6})/i],[K,[le,"Lenovo"],[te,we]],[/(?:maemo|nokia).*(n900|lumia \d+)/i,/nokia[-_ ]?([-\w\.]*)/i],[[K,/_/g," "],[le,"Nokia"],[te,Se]],[/(pixel c)\b/i],[K,[le,Lt],[te,we]],[/droid.+; (pixel[\daxl ]{0,6})(?: bui|\))/i],[K,[le,Lt],[te,Se]],[/droid.+ ([c-g]\d{4}|so[-gl]\w+|xq-a\w[4-7][12])(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i],[K,[le,Jn],[te,Se]],[/sony tablet [ps]/i,/\b(?:sony)?sgp\w+(?: bui|\))/i],[[K,"Xperia Tablet"],[le,Jn],[te,we]],[/ (kb2005|in20[12]5|be20[12][59])\b/i,/(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i],[K,[le,"OnePlus"],[te,Se]],[/(alexa)webm/i,/(kf[a-z]{2}wi)( bui|\))/i,/(kf[a-z]+)( bui|\)).+silk\//i],[K,[le,Xe],[te,we]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i],[[K,/(.+)/g,"Fire Phone $1"],[le,Xe],[te,Se]],[/(playbook);[-\w\),; ]+(rim)/i],[K,le,[te,we]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,/\(bb10; (\w+)/i],[K,[le,ut],[te,Se]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i],[K,[le,Ze],[te,we]],[/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i],[K,[le,Ze],[te,Se]],[/(nexus 9)/i],[K,[le,"HTC"],[te,we]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,/(alcatel|geeksphone|nexian|panasonic|sony)[-_ ]?([-\w]*)/i],[le,[K,/_/g," "],[te,Se]],[/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i],[K,[le,"Acer"],[te,we]],[/droid.+; (m[1-5] note) bui/i,/\bmz-([-\w]{2,})/i],[K,[le,"Meizu"],[te,Se]],[/\b(sh-?[altvz]?\d\d[a-ekm]?)/i],[K,[le,"Sharp"],[te,Se]],[/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron)[-_ ]?([-\w]*)/i,/(hp) ([\w ]+\w)/i,/(asus)-?(\w+)/i,/(microsoft); (lumia[\w ]+)/i,/(lenovo)[-_ ]?([-\w]+)/i,/(jolla)/i,/(oppo) ?([\w ]+) bui/i],[le,K,[te,Se]],[/(archos) (gamepad2?)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\/([\w\.]+)/i,/(nook)[\w ]+build\/(\w+)/i,/(dell) (strea[kpr\d ]*[\dko])/i,/(le[- ]+pan)[- ]+(\w{1,9}) bui/i,/(trinity)[- ]*(t\d{3}) bui/i,/(gigaset)[- ]+(q\w{1,9}) bui/i,/(vodafone) ([\w ]+)(?:\)| bui)/i],[le,K,[te,we]],[/(surface duo)/i],[K,[le,Ye],[te,we]],[/droid [\d\.]+; (fp\du?)(?: b|\))/i],[K,[le,"Fairphone"],[te,Se]],[/(u304aa)/i],[K,[le,"AT&T"],[te,Se]],[/\bsie-(\w*)/i],[K,[le,"Siemens"],[te,Se]],[/\b(rct\w+) b/i],[K,[le,"RCA"],[te,we]],[/\b(venue[\d ]{2,7}) b/i],[K,[le,"Dell"],[te,we]],[/\b(q(?:mv|ta)\w+) b/i],[K,[le,"Verizon"],[te,we]],[/\b(?:barnes[& ]+noble |bn[rt])([\w\+ ]*) b/i],[K,[le,"Barnes & Noble"],[te,we]],[/\b(tm\d{3}\w+) b/i],[K,[le,"NuVision"],[te,we]],[/\b(k88) b/i],[K,[le,"ZTE"],[te,we]],[/\b(nx\d{3}j) b/i],[K,[le,"ZTE"],[te,Se]],[/\b(gen\d{3}) b.+49h/i],[K,[le,"Swiss"],[te,Se]],[/\b(zur\d{3}) b/i],[K,[le,"Swiss"],[te,we]],[/\b((zeki)?tb.*\b) b/i],[K,[le,"Zeki"],[te,we]],[/\b([yr]\d{2}) b/i,/\b(dragon[- ]+touch |dt)(\w{5}) b/i],[[le,"Dragon Touch"],K,[te,we]],[/\b(ns-?\w{0,9}) b/i],[K,[le,"Insignia"],[te,we]],[/\b((nxa|next)-?\w{0,9}) b/i],[K,[le,"NextBook"],[te,we]],[/\b(xtreme\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i],[[le,"Voice"],K,[te,Se]],[/\b(lvtel\-)?(v1[12]) b/i],[[le,"LvTel"],K,[te,Se]],[/\b(ph-1) /i],[K,[le,"Essential"],[te,Se]],[/\b(v(100md|700na|7011|917g).*\b) b/i],[K,[le,"Envizen"],[te,we]],[/\b(trio[-\w\. ]+) b/i],[K,[le,"MachSpeed"],[te,we]],[/\btu_(1491) b/i],[K,[le,"Rotor"],[te,we]],[/(shield[\w ]+) b/i],[K,[le,"Nvidia"],[te,we]],[/(sprint) (\w+)/i],[le,K,[te,Se]],[/(kin\.[onetw]{3})/i],[[K,/\./g," "],[le,Ye],[te,Se]],[/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i],[K,[le,wt],[te,we]],[/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i],[K,[le,wt],[te,Se]],[/(ouya)/i,/(nintendo) ([wids3utch]+)/i],[le,K,[te,Ce]],[/droid.+; (shield) bui/i],[K,[le,"Nvidia"],[te,Ce]],[/(playstation [345portablevi]+)/i],[K,[le,Jn],[te,Ce]],[/\b(xbox(?: one)?(?!; xbox))[\); ]/i],[K,[le,Ye],[te,Ce]],[/smart-tv.+(samsung)/i],[le,[te,Be]],[/hbbtv.+maple;(\d+)/i],[[K,/^/,"SmartTV"],[le,tr],[te,Be]],[/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i],[[le,et],[te,Be]],[/(apple) ?tv/i],[le,[K,ht+" TV"],[te,Be]],[/crkey/i],[[K,rt+"cast"],[le,Lt],[te,Be]],[/droid.+aft(\w)( bui|\))/i],[K,[le,Xe],[te,Be]],[/\(dtv[\);].+(aquos)/i],[K,[le,"Sharp"],[te,Be]],[/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i,/hbbtv\/\d+\.\d+\.\d+ +\([\w ]*; *(\w[^;]*);([^;]*)/i],[[le,zt],[K,zt],[te,Be]],[/\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\b/i],[[te,Be]],[/((pebble))app/i],[le,K,[te,nt]],[/droid.+; (glass) \d/i],[K,[le,Lt],[te,nt]],[/droid.+; (wt63?0{2,3})\)/i],[K,[le,wt],[te,nt]],[/(quest( 2)?)/i],[K,[le,zn],[te,nt]],[/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i],[le,[te,je]],[/droid .+?; ([^;]+?)(?: bui|\) applew).+? mobile safari/i],[K,[te,Se]],[/droid .+?; ([^;]+?)(?: bui|\) applew).+?(?! mobile) safari/i],[K,[te,we]],[/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i],[[te,we]],[/(phone|mobile(?:[;\/]| safari)|pda(?=.+windows ce))/i],[[te,Se]],[/(android[-\w\. ]{0,9});.+buil/i],[K,[le,"Generic"]]],engine:[[/windows.+ edge\/([\w\.]+)/i],[ie,[J,Xt+"HTML"]],[/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i],[ie,[J,"Blink"]],[/(presto)\/([\w\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna)\/([\w\.]+)/i,/ekioh(flow)\/([\w\.]+)/i,/(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i,/(icab)[\/ ]([23]\.[\d\.]+)/i],[J,ie],[/rv\:([\w\.]{1,9})\b.+(gecko)/i],[ie,J]],os:[[/microsoft (windows) (vista|xp)/i],[J,ie],[/(windows) nt 6\.2; (arm)/i,/(windows (?:phone(?: os)?|mobile))[\/ ]?([\d\.\w ]*)/i,/(windows)[\/ ]?([ntce\d\. ]+\w)(?!.+xbox)/i],[J,[ie,on,cr]],[/(win(?=3|9|n)|win 9x )([nt\d\.]+)/i],[[J,"Windows"],[ie,on,cr]],[/ip[honead]{2,4}\b(?:.*os ([\w]+) like mac|; opera)/i,/cfnetwork\/.+darwin/i],[[ie,/_/g,"."],[J,"iOS"]],[/(mac os x) ?([\w\. ]*)/i,/(macintosh|mac_powerpc\b)(?!.+haiku)/i],[[J,"Mac OS"],[ie,/_/g,"."]],[/droid ([\w\.]+)\b.+(android[- ]x86)/i],[ie,J],[/(android|webos|qnx|bada|rim tablet os|maemo|meego|sailfish)[-\/ ]?([\w\.]*)/i,/(blackberry)\w*\/([\w\.]*)/i,/(tizen|kaios)[\/ ]([\w\.]+)/i,/\((series40);/i],[J,ie],[/\(bb(10);/i],[ie,[J,ut]],[/(?:symbian ?os|symbos|s60(?=;)|series60)[-\/ ]?([\w\.]*)/i],[ie,[J,"Symbian"]],[/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i],[ie,[J,kt+" OS"]],[/web0s;.+rt(tv)/i,/\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i],[ie,[J,"webOS"]],[/crkey\/([\d\.]+)/i],[ie,[J,rt+"cast"]],[/(cros) [\w]+ ([\w\.]+\w)/i],[[J,"Chromium OS"],ie],[/(nintendo|playstation) ([wids345portablevuch]+)/i,/(xbox); +xbox ([^\);]+)/i,/\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i,/(mint)[\/\(\) ]?(\w*)/i,/(mageia|vectorlinux)[; ]/i,/([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i,/(hurd|linux) ?([\w\.]*)/i,/(gnu) ?([\w\.]*)/i,/\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i,/(haiku) (\w+)/i],[J,ie],[/(sunos) ?([\w\.\d]*)/i],[[J,"Solaris"],ie],[/((?:open)?solaris)[-\/ ]?([\w\.]*)/i,/(aix) ((\d)(?=\.|\)| )[\w\.])*/i,/\b(beos|os\/2|amigaos|morphos|openvms|fuchsia|hp-ux)/i,/(unix) ?([\w\.]*)/i],[J,ie]]},Nn=function(At,Ft){if(typeof At===N&&(Ft=At,At=c),!(this instanceof Nn))return new Nn(At,Ft).getResult();var bt=At||(typeof l!==x&&l.navigator&&l.navigator.userAgent?l.navigator.userAgent:g),Rn=Ft?lr(On,Ft):On;return this.getBrowser=function(){var tn={};return tn[J]=c,tn[ie]=c,sn.call(tn,bt,Rn.browser),tn.major=wr(tn.version),tn},this.getCPU=function(){var tn={};return tn[oe]=c,sn.call(tn,bt,Rn.cpu),tn},this.getDevice=function(){var tn={};return tn[le]=c,tn[K]=c,tn[te]=c,sn.call(tn,bt,Rn.device),tn},this.getEngine=function(){var tn={};return tn[J]=c,tn[ie]=c,sn.call(tn,bt,Rn.engine),tn},this.getOS=function(){var tn={};return tn[J]=c,tn[ie]=c,sn.call(tn,bt,Rn.os),tn},this.getResult=function(){return{ua:this.getUA(),browser:this.getBrowser(),engine:this.getEngine(),os:this.getOS(),device:this.getDevice(),cpu:this.getCPU()}},this.getUA=function(){return bt},this.setUA=function(tn){return bt=typeof tn===q&&tn.length>ct?zt(tn,ct):tn,this},this.setUA(bt),this};Nn.VERSION=u,Nn.BROWSER=Dn([J,ie,$]),Nn.CPU=Dn([oe]),Nn.DEVICE=Dn([K,le,te,Ce,Se,Be,we,nt,je]),Nn.ENGINE=Nn.OS=Dn([J,ie]),o.exports&&(i=o.exports=Nn),i.UAParser=Nn;var Gn=typeof l!==x&&(l.jQuery||l.Zepto);if(Gn&&!Gn.ua){var nr=new Nn;Gn.ua=nr.getResult(),Gn.ua.get=function(){return nr.getUA()},Gn.ua.set=function(At){nr.setUA(At);var Ft=nr.getResult();for(var bt in Ft)Gn.ua[bt]=Ft[bt]}}})(typeof window=="object"?window:md)})(hy,hy.exports);var Vk=hy.exports,bs="Unknown",Kk={"Mac OS":"Mac OS X"};function Wk(o){return Kk[o]||o}function Yk(o){if(!o)return{major:"",minor:""};var i=o.split(".");return{major:i[0],minor:i[1]}}var Gk=new Vk,xs=Gk.getResult(),Xk=Yk(xs.browser.version),qk={browserArchitecture:xs.cpu.architecture||bs,browserFullVersion:xs.browser.version||bs,browserMinorVersion:Xk.minor||bs,browserName:xs.browser.name||bs,browserVersion:xs.browser.major||bs,deviceName:xs.device.model||bs,engineName:xs.engine.name||bs,engineVersion:xs.engine.version||bs,platformArchitecture:xs.cpu.architecture||bs,platformName:Wk(xs.os.name)||bs,platformVersion:xs.os.version||bs,platformFullVersion:xs.os.version||bs},Qk=qk,wd=ra,J4=/\./,Jk=/\|\|/,Zk=/\s+\-\s+/,eR=/^(<=|<|=|>=|~>|~|>|)?\s*(.+)/,Z4=/^(\d*)(.*)/;function tR(o,i){var l=o.split(Jk);return l.length>1?l.some(function(c){return o7.contains(c,i)}):(o=l[0].trim(),nR(o,i))}function nR(o,i){var l=o.split(Zk);if(l.length>0&&l.length<=2||(process.env.NODE_ENV!=="production"?wd(!1,'the "-" operator expects exactly 2 operands'):wd(!1)),l.length===1)return vy(l[0],i);var c=l[0],u=l[1];return r7(c)&&r7(u)||(process.env.NODE_ENV!=="production"?wd(!1,'operands to the "-" operator must be simple (no modifiers)'):wd(!1)),vy(">="+c,i)&&vy("<="+u,i)}function vy(o,i){if(o=o.trim(),o==="")return!0;var l=i.split(J4),c=n7(o),u=c.modifier,g=c.rangeComponents;switch(u){case"<":return e7(l,g);case"<=":return rR(l,g);case">=":return t7(l,g);case">":return iR(l,g);case"~":case"~>":return oR(l,g);default:return aR(l,g)}}function e7(o,i){return Rv(o,i)===-1}function rR(o,i){var l=Rv(o,i);return l===-1||l===0}function aR(o,i){return Rv(o,i)===0}function t7(o,i){var l=Rv(o,i);return l===1||l===0}function iR(o,i){return Rv(o,i)===1}function oR(o,i){var l=i.slice(),c=i.slice();c.length>1&&c.pop();var u=c.length-1,g=parseInt(c[u],10);return my(g)&&(c[u]=g+1+""),t7(o,l)&&e7(o,c)}function n7(o){var i=o.split(J4),l=i[0].match(eR);return l||(process.env.NODE_ENV!=="production"?wd(!1,"expected regex to match but it did not"):wd(!1)),{modifier:l[1],rangeComponents:[l[2]].concat(i.slice(1))}}function my(o){return!isNaN(o)&&isFinite(o)}function r7(o){return!n7(o).modifier}function a7(o,i){for(var l=o.length;l<i;l++)o[l]="0"}function lR(o,i){o=o.slice(),i=i.slice(),a7(o,i.length);for(var l=0;l<i.length;l++){var c=i[l].match(/^[x*]$/i);if(c&&(i[l]=o[l]="0",c[0]==="*"&&l===i.length-1))for(var u=l;u<o.length;u++)o[u]="0"}return a7(i,o.length),[o,i]}function uR(o,i){var l=o.match(Z4)[1],c=i.match(Z4)[1],u=parseInt(l,10),g=parseInt(c,10);return my(u)&&my(g)&&u!==g?i7(u,g):i7(o,i)}function i7(o,i){return typeof o!=typeof i&&(process.env.NODE_ENV!=="production"?wd(!1,'"a" and "b" must be of the same type'):wd(!1)),o>i?1:o<i?-1:0}function Rv(o,i){for(var l=lR(o,i),c=l[0],u=l[1],g=0;g<u.length;g++){var S=uR(c[g],u[g]);if(S)return S}return 0}var o7={contains:function(i,l){return tR(i.trim(),l.trim())}},sR=o7,cR=Object.prototype.hasOwnProperty;function fR(o,i,l){if(!o)return null;var c={};for(var u in o)cR.call(o,u)&&(c[u]=i.call(l,o[u],u,o));return c}var dR=fR;function pR(o){var i={};return function(l){return i.hasOwnProperty(l)||(i[l]=o.call(this,l)),i[l]}}var hR=pR,Wc=Qk,vR=sR,mR=dR,gR=hR;function sh(o,i,l,c){if(o===l)return!0;if(!l.startsWith(o))return!1;var u=l.slice(o.length);return i?(u=c?c(u):u,vR.contains(u,i)):!1}function yR(o){return Wc.platformName==="Windows"?o.replace(/^\s*NT/,""):o}var SR={isBrowser:function(i){return sh(Wc.browserName,Wc.browserFullVersion,i)},isBrowserArchitecture:function(i){return sh(Wc.browserArchitecture,null,i)},isDevice:function(i){return sh(Wc.deviceName,null,i)},isEngine:function(i){return sh(Wc.engineName,Wc.engineVersion,i)},isPlatform:function(i){return sh(Wc.platformName,Wc.platformFullVersion,i,yR)},isPlatformArchitecture:function(i){return sh(Wc.platformArchitecture,null,i)}},Su=mR(SR,gR);function ER(o){return!o||!o.ownerDocument?document:o.ownerDocument}var Dm=ER;function wR(o){return!o||!o.ownerDocument?!1:o.nodeType===Node.ELEMENT_NODE}var Ep=wR,CR=Ep;function l7(o){if(CR(o)){var i=o,l=i.getAttribute("data-offset-key");if(l)return l;for(var c=0;c<i.childNodes.length;c++){var u=l7(i.childNodes[c]);if(u)return u}}return null}var u7=l7,_R=Dm,bR=u7;function xR(o){for(var i=o;i&&i!==_R(o).documentElement;){var l=bR(i);if(l!=null)return l;i=i.parentNode}return null}var Am=xR;function TR(o){return!o||!o.ownerDocument||!o.ownerDocument.defaultView?window:o.ownerDocument.defaultView}var s7=TR;function Om(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}var kR=Su,RR=Am,DR=s7,AR=Wr.exports,c7=ra,OR=yu,f7=AR.Map,MR={subtree:!0,characterData:!0,childList:!0,characterDataOldValue:!1,attributes:!1},d7=kR.isBrowser("IE <= 11"),FR=function(){function o(l){var c=this;Om(this,"observer",void 0),Om(this,"container",void 0),Om(this,"mutations",void 0),Om(this,"onCharData",void 0),this.container=l,this.mutations=f7();var u=DR(l);u.MutationObserver&&!d7?this.observer=new u.MutationObserver(function(g){return c.registerMutations(g)}):this.onCharData=function(g){g.target instanceof Node||(process.env.NODE_ENV!=="production"?c7(!1,"Expected target to be an instance of Node"):c7(!1)),c.registerMutation({type:"characterData",target:g.target})}}var i=o.prototype;return i.start=function(){this.observer?this.observer.observe(this.container,MR):this.container.addEventListener("DOMCharacterDataModified",this.onCharData)},i.stopAndFlushMutations=function(){var c=this.observer;c?(this.registerMutations(c.takeRecords()),c.disconnect()):this.container.removeEventListener("DOMCharacterDataModified",this.onCharData);var u=this.mutations;return this.mutations=f7(),u},i.registerMutations=function(c){for(var u=0;u<c.length;u++)this.registerMutation(c[u])},i.getMutationTextContent=function(c){var u=c.type,g=c.target,S=c.removedNodes;if(u==="characterData"){if(g.textContent!=="")return d7?g.textContent.replace(`
142
+ `,""):g.textContent}else if(u==="childList"){if(S&&S.length)return"";if(g.textContent!=="")return g.textContent}return null},i.registerMutation=function(c){var u=this.getMutationTextContent(c);if(u!=null){var g=OR(RR(c.target));this.mutations=this.mutations.set(g,u)}},o}(),BR=FR,Mm="-",NR={encode:function(i,l,c){return i+Mm+l+Mm+c},decode:function(i){var l=i.split(Mm).reverse(),c=l[0],u=l[1],g=l.slice(2);return{blockKey:g.reverse().join(Mm),decoratorKey:parseInt(u,10),leafKey:parseInt(c,10)}}},Mf=NR,Fm={BACKSPACE:8,TAB:9,RETURN:13,ALT:18,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46,COMMA:188,PERIOD:190,A:65,Z:90,ZERO:48,NUMPAD_0:96,NUMPAD_9:105},p7={logBlockedSelectionEvent:function(){return null},logSelectionStateFailure:function(){return null}};function LR(o){return!o||!o.ownerDocument?!1:o.ownerDocument.defaultView?o instanceof o.ownerDocument.defaultView.HTMLElement:o instanceof HTMLElement}var Dv=LR,Bm=ra,zR=Dv;function IR(o){var i=o.editorContainer;i||(process.env.NODE_ENV!=="production"?Bm(!1,"Missing editorNode"):Bm(!1)),zR(i.firstChild)||(process.env.NODE_ENV!=="production"?Bm(!1,"editorNode.firstChild is not an HTMLElement"):Bm(!1));var l=i.firstChild;return l}var h7=IR,v7=Mf,PR=yu;function UR(o,i,l,c,u){var g=PR(o.getSelection());if(!i||!c)return process.env.NODE_ENV!=="production"&&console.warn("Invalid selection state.",arguments,o.toJS()),g;var S=v7.decode(i),A=S.blockKey,x=o.getBlockTree(A),N=x&&x.getIn([S.decoratorKey,"leaves",S.leafKey]),q=v7.decode(c),$=q.blockKey,K=o.getBlockTree($),J=K&&K.getIn([q.decoratorKey,"leaves",q.leafKey]);if(!N||!J)return process.env.NODE_ENV!=="production"&&console.warn("Invalid selection state.",arguments,o.toJS()),g;var te=N.get("start"),le=J.get("start"),ie=N?te+l:null,oe=J?le+u:null,Ce=g.getAnchorKey()===A&&g.getAnchorOffset()===ie&&g.getFocusKey()===$&&g.getFocusOffset()===oe;if(Ce)return g;var Se=!1;if(A===$){var we=N.get("end"),Be=J.get("end");le===te&&Be===we?Se=u<l:Se=le<te}else{var nt=o.getCurrentContent().getBlockMap().keySeq().skipUntil(function(je){return je===A||je===$}).first();Se=nt===$}return g.merge({anchorKey:A,anchorOffset:ie,focusKey:$,focusOffset:oe,isBackward:Se})}var m7=UR,Av=Am,Ov=u7,g7=m7,ch=ra,gy=Ep,wp=yu;function HR(o,i,l,c,u,g){var S=l.nodeType===Node.TEXT_NODE,A=u.nodeType===Node.TEXT_NODE;if(S&&A)return{selectionState:g7(o,wp(Av(l)),c,wp(Av(u)),g),needsRecovery:!1};var x=null,N=null,q=!0;return S?(x={key:wp(Av(l)),offset:c},N=Nm(i,u,g)):A?(N={key:wp(Av(u)),offset:g},x=Nm(i,l,c)):(x=Nm(i,l,c),N=Nm(i,u,g),l===u&&c===g&&(q=!!l.firstChild&&l.firstChild.nodeName!=="BR")),{selectionState:g7(o,x.key,x.offset,N.key,N.offset),needsRecovery:q}}function $R(o){for(;o.firstChild&&(gy(o.firstChild)&&o.firstChild.getAttribute("data-blocks")==="true"||Ov(o.firstChild));)o=o.firstChild;return o}function jR(o){for(;o.lastChild&&(gy(o.lastChild)&&o.lastChild.getAttribute("data-blocks")==="true"||Ov(o.lastChild));)o=o.lastChild;return o}function Nm(o,i,l){var c=i,u=Av(c);if(u!=null||o&&(o===c||o.firstChild===c)||(process.env.NODE_ENV!=="production"?ch(!1,"Unknown node in selection range."):ch(!1)),o===c){c=c.firstChild,gy(c)||(process.env.NODE_ENV!=="production"?ch(!1,"Invalid DraftEditorContents node."):ch(!1));var g=c;c=g,c.getAttribute("data-contents")!=="true"&&(process.env.NODE_ENV!=="production"?ch(!1,"Invalid DraftEditorContents structure."):ch(!1)),l>0&&(l=c.childNodes.length)}if(l===0){var S=null;if(u!=null)S=u;else{var A=$R(c);S=wp(Ov(A))}return{key:S,offset:0}}var x=c.childNodes[l-1],N=null,q=null;if(!Ov(x))N=wp(u),q=y7(x);else{var $=jR(x);N=wp(Ov($)),q=y7($)}return{key:N,offset:q}}function y7(o){var i=o.textContent;return i===`
143
+ `?0:i.length}var S7=HR,VR=S7;function KR(o,i){var l=i.ownerDocument.defaultView.getSelection(),c=l.anchorNode,u=l.anchorOffset,g=l.focusNode,S=l.focusOffset,A=l.rangeCount;return A===0||c==null||g==null?{selectionState:o.getSelection().set("hasFocus",!1),needsRecovery:!1}:VR(o,i,c,u,g,S)}var E7=KR,WR=p7,w7=La,YR=h7,GR=E7;function XR(o){if(o._blockSelectEvents||o._latestEditorState!==o.props.editorState){if(o._blockSelectEvents){var i=o.props.editorState,l=i.getSelection();WR.logBlockedSelectionEvent({anonymizedDom:"N/A",extraParams:JSON.stringify({stacktrace:new Error().stack}),selectionState:JSON.stringify(l.toJS())})}return}var c=o.props.editorState,u=GR(c,YR(o)),g=u.selectionState;g!==c.getSelection()&&(u.needsRecovery?c=w7.forceSelection(c,g):c=w7.acceptSelection(c,g),o.update(c))}var C7=XR;function qR(o){return o!=null&&o!=""}var _7={notEmptyKey:qR},QR=_7,JR=QR.notEmptyKey;function ZR(o,i){var l;if(i.isCollapsed()){var c=i.getAnchorKey(),u=i.getAnchorOffset();return u>0?(l=o.getBlockForKey(c).getEntityAt(u-1),l!==o.getBlockForKey(c).getEntityAt(u)?null:b7(o.getEntityMap(),l)):null}var g=i.getStartKey(),S=i.getStartOffset(),A=o.getBlockForKey(g);return l=S===A.getLength()?null:A.getEntityAt(S),b7(o.getEntityMap(),l)}function b7(o,i){if(JR(i)){var l=o.__get(i);return l.getMutability()==="MUTABLE"?i:null}return null}var yy=ZR,eD=BR,tD=gu,nD=Mf,Mv=La,Sy=Fm,rD=Su,aD=C7,x7=h7,iD=E7,oD=yy,lD=yu,uD=rD.isBrowser("IE"),sD=20,Ey=!1,Lm=!1,Fv=null;function cD(o){Fv||(Fv=new eD(x7(o)),Fv.start())}var wy={onCompositionStart:function(i){Lm=!0,cD(i)},onCompositionEnd:function(i){Ey=!1,Lm=!1,setTimeout(function(){Ey||wy.resolveComposition(i)},sD)},onSelect:aD,onKeyDown:function(i,l){if(!Lm){wy.resolveComposition(i),i._onKeyDown(l);return}(l.which===Sy.RIGHT||l.which===Sy.LEFT)&&l.preventDefault()},onKeyPress:function(i,l){l.which===Sy.RETURN&&l.preventDefault()},resolveComposition:function(i){if(!Lm){var l=lD(Fv).stopAndFlushMutations();Fv=null,Ey=!0;var c=Mv.set(i._latestEditorState,{inCompositionMode:!1});if(i.exitCurrentMode(),!l.size){i.update(c);return}var u=c.getCurrentContent();l.forEach(function(x,N){var q=nD.decode(N),$=q.blockKey,K=q.decoratorKey,J=q.leafKey,te=c.getBlockTree($).getIn([K,"leaves",J]),le=te.start,ie=te.end,oe=c.getSelection().merge({anchorKey:$,focusKey:$,anchorOffset:le,focusOffset:ie,isBackward:!1}),Ce=oD(u,oe),Se=u.getBlockForKey($).getInlineStyleAt(le);u=tD.replaceText(u,oe,x,Se,Ce),c=Mv.set(c,{currentContent:u})});var g=iD(c,x7(i)),S=g.selectionState;i.restoreEditorDOM();var A=uD?Mv.forceSelection(c,S):Mv.acceptSelection(c,S);i.update(Mv.push(A,u,"insert-characters"))}}},fD=wy,Cy,T7;function dD(){if(T7)return Cy;T7=1;var o=Qn.default.createElement;function i(A,x){A.prototype=Object.create(x.prototype),A.prototype.constructor=A,A.__proto__=x}var l=Mf,c=Qn.default,u=uy,g=bm,S=function(A){i(x,A);function x(){return A.apply(this,arguments)||this}var N=x.prototype;return N.render=function(){var $=this.props,K=$.block,J=$.children,te=$.contentState,le=$.decorator,ie=$.decoratorKey,oe=$.direction,Ce=$.leafSet,Se=$.text,we=K.getKey(),Be=Ce.get("leaves"),nt=le.getComponentForKey(ie),je=le.getPropsForKey(ie),ct=l.encode(we,parseInt(ie,10),0),Xe=Se.slice(Be.first().get("start"),Be.last().get("end")),ht=g.getHTMLDirIfDifferent(u.getDirection(Xe),oe);return o(nt,{...je,contentState:te,decoratedText:Xe,dir:ht,key:ct,entityKey:K.getEntityAt(Ce.get("start")),offsetKey:ct},J)},x}(c.Component);return Cy=S,Cy}var Bv=nc.jsx;function k7(o){if(o===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return o}function pD(o,i){o.prototype=Object.create(i.prototype),o.prototype.constructor=o,o.__proto__=i}function R7(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}var hD=Qn.default,vD=Su,D7=ra,mD=Ep,_y=vD.isBrowser("IE <= 11");function gD(o){return _y?o.textContent===`
144
+ `:o.tagName==="BR"}var yD=function(i){return _y?Bv("span",{"data-text":"true",ref:i},"A"):Bv("br",{"data-text":"true",ref:i},"A")},SD=function(i){return _y?Bv("span",{"data-text":"true",ref:i},"B"):Bv("br",{"data-text":"true",ref:i},"B")},ED=function(o){pD(i,o);function i(c){var u;return u=o.call(this,c)||this,R7(k7(u),"_forceFlag",void 0),R7(k7(u),"_node",void 0),u._forceFlag=!1,u}var l=i.prototype;return l.shouldComponentUpdate=function(u){var g=this._node,S=u.children==="";mD(g)||(process.env.NODE_ENV!=="production"?D7(!1,"node is not an Element"):D7(!1));var A=g;return S?!gD(A):A.textContent!==u.children},l.componentDidMount=function(){this._forceFlag=!this._forceFlag},l.componentDidUpdate=function(){this._forceFlag=!this._forceFlag},l.render=function(){var u=this;return this.props.children===""?this._forceFlag?yD(function(g){return u._node=g}):SD(function(g){return u._node=g}):Bv("span",{"data-text":"true",ref:function(S){return u._node=S},children:this.props.children},this._forceFlag?"A":"B")},i}(hD.Component),wD=ED,CD=Ep;function _D(o){return!o||!o.ownerDocument?!1:CD(o)&&o.nodeName==="BR"}var A7=_D;function bD(o){var i=o?o.ownerDocument||o:document,l=i.defaultView||window;return!!(o&&(typeof l.Node=="function"?o instanceof l.Node:typeof o=="object"&&typeof o.nodeType=="number"&&typeof o.nodeName=="string"))}var xD=bD,TD=xD;function kD(o){return TD(o)&&o.nodeType==3}var RD=kD,O7=RD;function M7(o,i){return!o||!i?!1:o===i?!0:O7(o)?!1:O7(i)?M7(o,i.parentNode):"contains"in o?o.contains(i):o.compareDocumentPosition?!!(o.compareDocumentPosition(i)&16):!1}var by=M7;function DD(o){if(o=o||(typeof document<"u"?document:void 0),typeof o>"u")return null;try{return o.activeElement||o.body}catch{return o.body}}var F7=DD,xy=p7,AD=Su,B7=by,OD=F7,Ty=Dm,N7=ra,L7=Ep,MD=AD.isBrowser("IE");function FD(o,i){if(!o)return"[empty]";var l=z7(o,i);if(l.nodeType===Node.TEXT_NODE)return l.textContent;L7(l)||(process.env.NODE_ENV!=="production"?N7(!1,"Node must be an Element if it is not a text node."):N7(!1));var c=l;return c.outerHTML}function z7(o,i){var l=i!==void 0?i(o):[];if(o.nodeType===Node.TEXT_NODE){var c=o.textContent.length;return Ty(o).createTextNode("[text "+c+(l.length?" | "+l.join(", "):"")+"]")}var u=o.cloneNode();u.nodeType===1&&l.length&&u.setAttribute("data-labels",l.join(", "));for(var g=o.childNodes,S=0;S<g.length;S++)u.appendChild(z7(g[S],i));return u}function ky(o,i){for(var l=o,c=l;l;){if(L7(l)&&c.hasAttribute("contenteditable"))return FD(l,i);l=l.parentNode,c=l}return"Could not find contentEditable parent of node"}function I7(o){return o.nodeValue===null?o.childNodes.length:o.nodeValue.length}function BD(o,i,l,c,u){var g=Ty(i);if(!!B7(g.documentElement,i)){var S=g.defaultView.getSelection(),A=o.getAnchorKey(),x=o.getAnchorOffset(),N=o.getFocusKey(),q=o.getFocusOffset(),$=o.getIsBackward();if(!S.extend&&$){var K=A,J=x;A=N,x=q,N=K,q=J,$=!1}var te=A===l&&c<=x&&u>=x,le=N===l&&c<=q&&u>=q;if(te&&le){S.removeAllRanges(),Im(S,i,x-c,o),zm(S,i,q-c,o);return}if(!$)te&&(S.removeAllRanges(),Im(S,i,x-c,o)),le&&zm(S,i,q-c,o);else if(le&&(S.removeAllRanges(),Im(S,i,q-c,o)),te){var ie=S.focusNode,oe=S.focusOffset;S.removeAllRanges(),Im(S,i,x-c,o),zm(S,ie,oe,o)}}}function zm(o,i,l,c){var u=OD(),g=o.extend;if(g&&i!=null&&B7(u,i)){l>I7(i)&&xy.logSelectionStateFailure({anonymizedDom:ky(i),extraParams:JSON.stringify({offset:l}),selectionState:JSON.stringify(c.toJS())});var S=i===o.focusNode;try{o.rangeCount>0&&o.extend&&o.extend(i,l)}catch(x){throw xy.logSelectionStateFailure({anonymizedDom:ky(i,function(N){var q=[];return N===u&&q.push("active element"),N===o.anchorNode&&q.push("selection anchor node"),N===o.focusNode&&q.push("selection focus node"),q}),extraParams:JSON.stringify({activeElementName:u?u.nodeName:null,nodeIsFocus:i===o.focusNode,nodeWasFocus:S,selectionRangeCount:o.rangeCount,selectionAnchorNodeName:o.anchorNode?o.anchorNode.nodeName:null,selectionAnchorOffset:o.anchorOffset,selectionFocusNodeName:o.focusNode?o.focusNode.nodeName:null,selectionFocusOffset:o.focusOffset,message:x?""+x:null,offset:l},null,2),selectionState:JSON.stringify(c.toJS(),null,2)}),x}}else if(i&&o.rangeCount>0){var A=o.getRangeAt(0);A.setEnd(i,l),o.addRange(A.cloneRange())}}function Im(o,i,l,c){var u=Ty(i).createRange();if(l>I7(i)&&xy.logSelectionStateFailure({anonymizedDom:ky(i),extraParams:JSON.stringify({offset:l}),selectionState:JSON.stringify(c.toJS())}),u.setStart(i,l),MD)try{o.addRange(u)}catch(g){process.env.NODE_ENV!=="production"&&console.warn("Call to selection.addRange() threw exception: ",g)}else o.addRange(u)}var ND={setDraftEditorSelection:BD,addFocusToSelection:zm},P7=nc.jsx,U7=jk;function LD(o){if(o===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return o}function zD(o,i){o.prototype=Object.create(i.prototype),o.prototype.constructor=o,o.__proto__=i}function ID(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}var PD=wD,UD=Qn.default,Cd=ra,HD=A7,$D=ND.setDraftEditorSelection,jD=function(o){zD(i,o);function i(){for(var c,u=arguments.length,g=new Array(u),S=0;S<u;S++)g[S]=arguments[S];return c=o.call.apply(o,[this].concat(g))||this,ID(LD(c),"leaf",void 0),c}var l=i.prototype;return l._setSelection=function(){var u=this.props.selection;if(!(u==null||!u.getHasFocus())){var g=this.props,S=g.block,A=g.start,x=g.text,N=S.getKey(),q=A+x.length;if(!!u.hasEdgeWithin(N,A,q)){var $=this.leaf;$||(process.env.NODE_ENV!=="production"?Cd(!1,"Missing node"):Cd(!1));var K=$.firstChild;K||(process.env.NODE_ENV!=="production"?Cd(!1,"Missing child"):Cd(!1));var J;K.nodeType===Node.TEXT_NODE?J=K:HD(K)?J=$:(J=K.firstChild,J||(process.env.NODE_ENV!=="production"?Cd(!1,"Missing targetNode"):Cd(!1))),$D(u,J,N,A,q)}}},l.shouldComponentUpdate=function(u){var g=this.leaf;g||(process.env.NODE_ENV!=="production"?Cd(!1,"Missing leafNode"):Cd(!1));var S=g.textContent!==u.text||u.styleSet!==this.props.styleSet||u.forceSelection;return S},l.componentDidUpdate=function(){this._setSelection()},l.componentDidMount=function(){this._setSelection()},l.render=function(){var u=this,g=this.props.block,S=this.props.text;S.endsWith(`
145
+ `)&&this.props.isLast&&(S+=`
146
+ `);var A=this.props,x=A.customStyleMap,N=A.customStyleFn,q=A.offsetKey,$=A.styleSet,K=$.reduce(function(te,le){var ie={},oe=x[le];return oe!==void 0&&te.textDecoration!==oe.textDecoration&&(ie.textDecoration=[te.textDecoration,oe.textDecoration].join(" ").trim()),U7(te,oe,ie)},{});if(N){var J=N($,g);K=U7(K,J)}return P7("span",{"data-offset-key":q,ref:function(le){return u.leaf=le},style:K,children:P7(PD,{children:S})})},i}(UD.Component),H7=jD,Ry,$7;function VD(){if($7)return Ry;$7=1;var o=nc.jsx;function i(N,q){N.prototype=Object.create(q.prototype),N.prototype.constructor=N,N.__proto__=q}var l=dD(),c=H7,u=Mf,g=Wr.exports,S=Qn.default,A=Sp;g.List;var x=function(N){i(q,N);function q(){return N.apply(this,arguments)||this}var $=q.prototype;return $.render=function(){var J=this.props,te=J.block,le=J.contentState,ie=J.customStyleFn,oe=J.customStyleMap,Ce=J.decorator,Se=J.direction,we=J.forceSelection,Be=J.hasSelection,nt=J.selection,je=J.tree,ct=te.getKey(),Xe=te.getText(),ht=je.size-1,Ze=this.props.children||je.map(function(ut,He){var rt=ut.get("decoratorKey"),Xt=ut.get("leaves"),kt=Xt.size-1,Lt=Xt.map(function($e,et){var Ye=u.encode(ct,He,et),lt=$e.get("start"),Et=$e.get("end");return o(c,{offsetKey:Ye,block:te,start:lt,selection:Be?nt:null,forceSelection:we,text:Xe.slice(lt,Et),styleSet:te.getInlineStyleAt(lt),customStyleMap:oe,customStyleFn:ie,isLast:rt===ht&&et===kt},Ye)}).toArray();return!rt||!Ce?Lt:o(l,{block:te,children:Lt,contentState:le,decorator:Ce,decoratorKey:rt,direction:Se,leafSet:ut,text:Xe},He)}).toArray();return o("div",{"data-offset-key":u.encode(ct,0,0),className:A({"public/DraftStyleDefault/block":!0,"public/DraftStyleDefault/ltr":Se==="LTR","public/DraftStyleDefault/rtl":Se==="RTL"}),children:Ze})},q}(S.Component);return Ry=x,Ry}function Pm(o,i){return!!i&&(o===i.documentElement||o===i.body)}var KD={getTop:function(i){var l=i.ownerDocument;return Pm(i,l)?l.body.scrollTop||l.documentElement.scrollTop:i.scrollTop},setTop:function(i,l){var c=i.ownerDocument;Pm(i,c)?c.body.scrollTop=c.documentElement.scrollTop=l:i.scrollTop=l},getLeft:function(i){var l=i.ownerDocument;return Pm(i,l)?l.body.scrollLeft||l.documentElement.scrollLeft:i.scrollLeft},setLeft:function(i,l){var c=i.ownerDocument;Pm(i,c)?c.body.scrollLeft=c.documentElement.scrollLeft=l:i.scrollLeft=l}},Dy=KD,WD=/-(.)/g;function YD(o){return o.replace(WD,function(i,l){return l.toUpperCase()})}var GD=YD,XD=/([A-Z])/g;function qD(o){return o.replace(XD,"-$1").toLowerCase()}var QD=qD,j7=GD,V7=QD;function Nv(o){return o==null?o:String(o)}function JD(o,i){var l;if(window.getComputedStyle&&(l=window.getComputedStyle(o,null),l))return Nv(l.getPropertyValue(V7(i)));if(document.defaultView&&document.defaultView.getComputedStyle){if(l=document.defaultView.getComputedStyle(o,null),l)return Nv(l.getPropertyValue(V7(i)));if(i==="display")return"none"}return o.currentStyle?Nv(i==="float"?o.currentStyle.cssFloat||o.currentStyle.styleFloat:o.currentStyle[j7(i)]):Nv(o.style&&o.style[j7(i)])}var ZD=JD,eA=ZD;function Ay(o,i){var l=K7.get(o,i);return l==="auto"||l==="scroll"}var K7={get:eA,getScrollParent:function(i){if(!i)return null;for(var l=i.ownerDocument;i&&i!==l.body;){if(Ay(i,"overflow")||Ay(i,"overflowY")||Ay(i,"overflowX"))return i;i=i.parentNode}return l.defaultView||l.parentWindow}},Um=K7,tA=by;function nA(o){var i=o.ownerDocument.documentElement;if(!("getBoundingClientRect"in o)||!tA(i,o))return{left:0,right:0,top:0,bottom:0};var l=o.getBoundingClientRect();return{left:Math.round(l.left)-i.clientLeft,right:Math.round(l.right)-i.clientLeft,top:Math.round(l.top)-i.clientTop,bottom:Math.round(l.bottom)-i.clientTop}}var rA=nA,aA=rA;function iA(o){var i=aA(o);return{x:i.left,y:i.top,width:i.right-i.left,height:i.bottom-i.top}}var W7=iA,oA=typeof navigator<"u"&&navigator.userAgent.indexOf("AppleWebKit")>-1;function lA(o){return o=o||document,o.scrollingElement?o.scrollingElement:!oA&&o.compatMode==="CSS1Compat"?o.documentElement:o.body}var uA=lA;function sA(o){return o.Window&&o instanceof o.Window?{x:o.pageXOffset||o.document.documentElement.scrollLeft,y:o.pageYOffset||o.document.documentElement.scrollTop}:{x:o.scrollLeft,y:o.scrollTop}}var cA=sA,fA=uA,dA=cA;function pA(o){var i=fA(o.ownerDocument||o.document);o.Window&&o instanceof o.Window&&(o=i);var l=dA(o),c=o===i?o.ownerDocument.documentElement:o,u=o.scrollWidth-c.clientWidth,g=o.scrollHeight-c.clientHeight;return l.x=Math.max(0,Math.min(l.x,u)),l.y=Math.max(0,Math.min(l.y,g)),l}var Hm=pA;function Y7(){var o;return document.documentElement&&(o=document.documentElement.clientWidth),!o&&document.body&&(o=document.body.clientWidth),o||0}function G7(){var o;return document.documentElement&&(o=document.documentElement.clientHeight),!o&&document.body&&(o=document.body.clientHeight),o||0}function X7(){return{width:window.innerWidth||Y7(),height:window.innerHeight||G7()}}X7.withoutScrollbars=function(){return{width:Y7(),height:G7()}};var q7=X7,Oy,Q7;function hA(){if(Q7)return Oy;Q7=1;var o=nc.jsx;function i(ct){if(ct===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return ct}function l(ct,Xe){ct.prototype=Object.create(Xe.prototype),ct.prototype.constructor=ct,ct.__proto__=Xe}function c(ct){for(var Xe=1;Xe<arguments.length;Xe++){var ht=arguments[Xe]!=null?arguments[Xe]:{},Ze=Object.keys(ht);typeof Object.getOwnPropertySymbols=="function"&&(Ze=Ze.concat(Object.getOwnPropertySymbols(ht).filter(function(ut){return Object.getOwnPropertyDescriptor(ht,ut).enumerable}))),Ze.forEach(function(ut){u(ct,ut,ht[ut])})}return ct}function u(ct,Xe,ht){return Xe in ct?Object.defineProperty(ct,Xe,{value:ht,enumerable:!0,configurable:!0,writable:!0}):ct[Xe]=ht,ct}var g=VD(),S=Mf,A=Qn.default,x=Dy,N=Um,q=W7,$=Hm,K=q7,J=Wr.exports,te=ra,le=Dv,ie=10;J.List;var oe=function(Xe,ht){return Xe.getAnchorKey()===ht||Xe.getFocusKey()===ht},Ce=function(Xe,ht){var Ze=Xe.getNextSiblingKey();return Ze?ht.getBlockForKey(Ze).getType()===Xe.getType():!1},Se=function(Xe,ht,Ze){var ut=[],He=!0,rt=!1,Xt=void 0;try{for(var kt=Ze.reverse()[Symbol.iterator](),Lt;!(He=(Lt=kt.next()).done);He=!0){var $e=Lt.value;if($e.type!==ht)break;ut.push($e)}}catch(lt){rt=!0,Xt=lt}finally{try{!He&&kt.return!=null&&kt.return()}finally{if(rt)throw Xt}}Ze.splice(Ze.indexOf(ut[0]),ut.length+1);var et=ut.reverse(),Ye=et[0].key;return Ze.push(A.cloneElement(Xe,{key:"".concat(Ye,"-wrap"),"data-offset-key":S.encode(Ye,0,0)},et)),Ze},we=function(Xe,ht){var Ze=ht.get(Xe.getType())||ht.get("unstyled"),ut=Ze.wrapper,He=Ze.element||ht.get("unstyled").element;return{Element:He,wrapperTemplate:ut}},Be=function(Xe,ht){var Ze=ht(Xe);if(!Ze)return{};var ut=Ze.component,He=Ze.props,rt=Ze.editable;return{CustomComponent:ut,customProps:He,customEditable:rt}},nt=function(Xe,ht,Ze,ut,He,rt){var Xt={"data-block":!0,"data-editor":ht,"data-offset-key":Ze,key:Xe.getKey(),ref:rt},kt=ut(Xe);return kt&&(Xt.className=kt),He.customEditable!==void 0&&(Xt=c({},Xt,{contentEditable:He.customEditable,suppressContentEditableWarning:!0})),Xt},je=function(ct){l(Xe,ct);function Xe(){for(var Ze,ut=arguments.length,He=new Array(ut),rt=0;rt<ut;rt++)He[rt]=arguments[rt];return Ze=ct.call.apply(ct,[this].concat(He))||this,u(i(Ze),"wrapperRef",A.createRef()),Ze}var ht=Xe.prototype;return ht.shouldComponentUpdate=function(ut){var He=this.props,rt=He.block,Xt=He.direction,kt=He.tree,Lt=!rt.getChildKeys().isEmpty(),$e=rt!==ut.block||kt!==ut.tree||Xt!==ut.direction||oe(ut.selection,ut.block.getKey())&&ut.forceSelection;return Lt||$e},ht.componentDidMount=function(){var ut=this.props.selection,He=ut.getEndKey();if(!(!ut.getHasFocus()||He!==this.props.block.getKey())){var rt=this.wrapperRef.current;if(!!rt){var Xt=N.getScrollParent(rt),kt=$(Xt),Lt;if(Xt===window){var $e=q(rt),et=$e.y+$e.height,Ye=K().height;Lt=et-Ye,Lt>0&&window.scrollTo(kt.x,kt.y+Lt+ie)}else{le(rt)||(process.env.NODE_ENV!=="production"?te(!1,"blockNode is not an HTMLElement"):te(!1));var lt=rt,Et=lt.offsetHeight+lt.offsetTop,tr=Xt.offsetHeight+kt.y;Lt=Et-tr,Lt>0&&x.setTop(Xt,x.getTop(Xt)+Lt+ie)}}}},ht.render=function(){var ut=this,He=this.props,rt=He.block,Xt=He.blockRenderMap,kt=He.blockRendererFn,Lt=He.blockStyleFn,$e=He.contentState,et=He.decorator,Ye=He.editorKey,lt=He.editorState,Et=He.customStyleFn,tr=He.customStyleMap,Jn=He.direction,Dt=He.forceSelection,wt=He.selection,zn=He.tree,lr=null;rt.children.size&&(lr=rt.children.reduce(function(cr,On){var Nn=S.encode(On,0,0),Gn=$e.getBlockForKey(On),nr=Be(Gn,kt),At=nr.CustomComponent||Xe,Ft=we(Gn,Xt),bt=Ft.Element,Rn=Ft.wrapperTemplate,tn=nt(Gn,Ye,Nn,Lt,nr,null),ur=c({},ut.props,{tree:lt.getBlockTree(On),blockProps:nr.customProps,offsetKey:Nn,block:Gn});return cr.push(o(bt,{...tn,children:o(At,{...ur})})),!Rn||Ce(Gn,$e)||Se(Rn,bt,cr),cr},[]));var Dn=rt.getKey(),sr=S.encode(Dn,0,0),An=Be(rt,kt),wr=An.CustomComponent,zt=wr!=null?o(wr,{...this.props,tree:lt.getBlockTree(Dn),blockProps:An.customProps,offsetKey:sr,block:rt}):o(g,{block:rt,children:lr,contentState:$e,customStyleFn:Et,customStyleMap:tr,decorator:et,direction:Jn,forceSelection:Dt,hasSelection:oe(wt,Dn),selection:wt,tree:zn});if(rt.getParentKey())return zt;var sn=we(rt,Xt),on=sn.Element,Vn=nt(rt,Ye,sr,Lt,An,this.wrapperRef);return o(on,{...Vn,children:zt})},Xe}(A.Component);return Oy=je,Oy}var My,J7;function vA(){if(J7)return My;J7=1;var o=nc.jsx;function i(A,x){A.prototype=Object.create(x.prototype),A.prototype.constructor=A,A.__proto__=x}var l=hA(),c=Mf,u=Qn.default,g=yu,S=function(A){i(x,A);function x(){return A.apply(this,arguments)||this}var N=x.prototype;return N.shouldComponentUpdate=function($){var K=this.props.editorState,J=$.editorState,te=K.getDirectionMap(),le=J.getDirectionMap();if(te!==le)return!0;var ie=K.getSelection().getHasFocus(),oe=J.getSelection().getHasFocus();if(ie!==oe)return!0;var Ce=J.getNativelyRenderedContent(),Se=K.isInCompositionMode(),we=J.isInCompositionMode();if(K===J||Ce!==null&&J.getCurrentContent()===Ce||Se&&we)return!1;var Be=K.getCurrentContent(),nt=J.getCurrentContent(),je=K.getDecorator(),ct=J.getDecorator();return Se!==we||Be!==nt||je!==ct||J.mustForceSelection()},N.render=function(){for(var $=this.props,K=$.blockRenderMap,J=$.blockRendererFn,te=$.blockStyleFn,le=$.customStyleMap,ie=$.customStyleFn,oe=$.editorState,Ce=$.editorKey,Se=$.textDirectionality,we=oe.getCurrentContent(),Be=oe.getSelection(),nt=oe.mustForceSelection(),je=oe.getDecorator(),ct=g(oe.getDirectionMap()),Xe=we.getBlocksAsArray(),ht=Xe[0],Ze=[],ut=ht;ut;){var He=ut.getKey(),rt={blockRenderMap:K,blockRendererFn:J,blockStyleFn:te,contentState:we,customStyleFn:ie,customStyleMap:le,decorator:je,editorKey:Ce,editorState:oe,forceSelection:nt,selection:Be,block:ut,direction:Se||ct.get(He),tree:oe.getBlockTree(He)},Xt=K.get(ut.getType())||K.get("unstyled"),kt=Xt.wrapper;Ze.push({block:o(l,{...rt},He),wrapperTemplate:kt,key:He,offsetKey:c.encode(He,0,0)});var Lt=ut.getNextSiblingKey();ut=Lt?we.getBlockForKey(Lt):null}for(var $e=[],et=0;et<Ze.length;){var Ye=Ze[et];if(Ye.wrapperTemplate){var lt=[];do lt.push(Ze[et].block),et++;while(et<Ze.length&&Ze[et].wrapperTemplate===Ye.wrapperTemplate);var Et=u.cloneElement(Ye.wrapperTemplate,{key:Ye.key+"-wrap","data-offset-key":Ye.offsetKey},lt);$e.push(Et)}else $e.push(Ye.block),et++}return o("div",{"data-contents":"true",children:$e})},x}(u.Component);return My=S,My}var Z7=nc.jsx,mA=Qn.default.createElement;function gA(o){if(o===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return o}function yA(o,i){o.prototype=Object.create(i.prototype),o.prototype.constructor=o,o.__proto__=i}function SA(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}var EA=H7,e8=Mf,wA=Qn.default,t8=Dy,CA=Um,_A=uy,bA=bm,xA=Sp,TA=W7,kA=Hm,RA=q7,n8=ra,DA=Dv,AA=yu,r8=10,a8=function(i,l){return i.getAnchorKey()===l||i.getFocusKey()===l},OA=function(o){yA(i,o);function i(){for(var c,u=arguments.length,g=new Array(u),S=0;S<u;S++)g[S]=arguments[S];return c=o.call.apply(o,[this].concat(g))||this,SA(gA(c),"_node",void 0),c}var l=i.prototype;return l.shouldComponentUpdate=function(u){return this.props.block!==u.block||this.props.tree!==u.tree||this.props.direction!==u.direction||a8(u.selection,u.block.getKey())&&u.forceSelection},l.componentDidMount=function(){if(!this.props.preventScroll){var u=this.props.selection,g=u.getEndKey();if(!(!u.getHasFocus()||g!==this.props.block.getKey())){var S=this._node;if(S!=null){var A=CA.getScrollParent(S),x=kA(A),N;if(A===window){var q=TA(S),$=q.y+q.height,K=RA().height;N=$-K,N>0&&window.scrollTo(x.x,x.y+N+r8)}else{DA(S)||(process.env.NODE_ENV!=="production"?n8(!1,"blockNode is not an HTMLElement"):n8(!1));var J=S.offsetHeight+S.offsetTop,te=A.offsetTop+A.offsetHeight,le=te+x.y;N=J-le,N>0&&t8.setTop(A,t8.getTop(A)+N+r8)}}}}},l._renderChildren=function(){var u=this,g=this.props.block,S=g.getKey(),A=g.getText(),x=this.props.tree.size-1,N=a8(this.props.selection,S);return this.props.tree.map(function(q,$){var K=q.get("leaves");if(K.size===0)return null;var J=K.size-1,te=K.map(function(ht,Ze){var ut=e8.encode(S,$,Ze),He=ht.get("start"),rt=ht.get("end");return Z7(EA,{offsetKey:ut,block:g,start:He,selection:N?u.props.selection:null,forceSelection:u.props.forceSelection,text:A.slice(He,rt),styleSet:g.getInlineStyleAt(He),customStyleMap:u.props.customStyleMap,customStyleFn:u.props.customStyleFn,isLast:$===x&&Ze===J},ut)}).toArray(),le=q.get("decoratorKey");if(le==null||!u.props.decorator)return te;var ie=AA(u.props.decorator),oe=ie.getComponentForKey(le);if(!oe)return te;var Ce=ie.getPropsForKey(le),Se=e8.encode(S,$,0),we=K.first().get("start"),Be=K.last().get("end"),nt=A.slice(we,Be),je=g.getEntityAt(q.get("start")),ct=bA.getHTMLDirIfDifferent(_A.getDirection(nt),u.props.direction),Xe={contentState:u.props.contentState,decoratedText:nt,dir:ct,start:we,end:Be,blockKey:S,entityKey:je,offsetKey:Se};return mA(oe,{...Ce,...Xe,key:Se},te)}).toArray()},l.render=function(){var u=this,g=this.props,S=g.direction,A=g.offsetKey,x=xA({"public/DraftStyleDefault/block":!0,"public/DraftStyleDefault/ltr":S==="LTR","public/DraftStyleDefault/rtl":S==="RTL"});return Z7("div",{"data-offset-key":A,className:x,ref:function(q){return u._node=q},children:this._renderChildren()})},i}(wA.Component),i8=OA,Fy,o8;function MA(){if(o8)return Fy;o8=1;function o(i){var l=i||"",c=arguments.length;if(c>1)for(var u=1;u<c;u++){var g=arguments[u];g&&(l=(l?l+" ":"")+g)}return l}return Fy=o,Fy}var By,l8;function FA(){if(l8)return By;l8=1;var o=Qn.default.createElement,i=nc.jsx;function l(J){for(var te=1;te<arguments.length;te++){var le=arguments[te]!=null?arguments[te]:{},ie=Object.keys(le);typeof Object.getOwnPropertySymbols=="function"&&(ie=ie.concat(Object.getOwnPropertySymbols(le).filter(function(oe){return Object.getOwnPropertyDescriptor(le,oe).enumerable}))),ie.forEach(function(oe){c(J,oe,le[oe])})}return J}function c(J,te,le){return te in J?Object.defineProperty(J,te,{value:le,enumerable:!0,configurable:!0,writable:!0}):J[te]=le,J}function u(J,te){J.prototype=Object.create(te.prototype),J.prototype.constructor=J,J.__proto__=te}var g=i8,S=Mf,A=Qn.default,x=Sp,N=MA(),q=yu,$=function(te,le,ie,oe){return x({"public/DraftStyleDefault/unorderedListItem":te==="unordered-list-item","public/DraftStyleDefault/orderedListItem":te==="ordered-list-item","public/DraftStyleDefault/reset":ie,"public/DraftStyleDefault/depth0":le===0,"public/DraftStyleDefault/depth1":le===1,"public/DraftStyleDefault/depth2":le===2,"public/DraftStyleDefault/depth3":le===3,"public/DraftStyleDefault/depth4":le>=4,"public/DraftStyleDefault/listLTR":oe==="LTR","public/DraftStyleDefault/listRTL":oe==="RTL"})},K=function(J){u(te,J);function te(){return J.apply(this,arguments)||this}var le=te.prototype;return le.shouldComponentUpdate=function(oe){var Ce=this.props.editorState,Se=oe.editorState,we=Ce.getDirectionMap(),Be=Se.getDirectionMap();if(we!==Be)return!0;var nt=Ce.getSelection().getHasFocus(),je=Se.getSelection().getHasFocus();if(nt!==je)return!0;var ct=Se.getNativelyRenderedContent(),Xe=Ce.isInCompositionMode(),ht=Se.isInCompositionMode();if(Ce===Se||ct!==null&&Se.getCurrentContent()===ct||Xe&&ht)return!1;var Ze=Ce.getCurrentContent(),ut=Se.getCurrentContent(),He=Ce.getDecorator(),rt=Se.getDecorator();return Xe!==ht||Ze!==ut||He!==rt||Se.mustForceSelection()},le.render=function(){for(var oe=this.props,Ce=oe.blockRenderMap,Se=oe.blockRendererFn,we=oe.blockStyleFn,Be=oe.customStyleMap,nt=oe.customStyleFn,je=oe.editorState,ct=oe.editorKey,Xe=oe.preventScroll,ht=oe.textDirectionality,Ze=je.getCurrentContent(),ut=je.getSelection(),He=je.mustForceSelection(),rt=je.getDecorator(),Xt=q(je.getDirectionMap()),kt=Ze.getBlocksAsArray(),Lt=[],$e=null,et=null,Ye=0;Ye<kt.length;Ye++){var lt=kt[Ye],Et=lt.getKey(),tr=lt.getType(),Jn=Se(lt),Dt=void 0,wt=void 0,zn=void 0;Jn&&(Dt=Jn.component,wt=Jn.props,zn=Jn.editable);var lr=ht||Xt.get(Et),Dn=S.encode(Et,0,0),sr={contentState:Ze,block:lt,blockProps:wt,blockStyleFn:we,customStyleMap:Be,customStyleFn:nt,decorator:rt,direction:lr,forceSelection:He,offsetKey:Dn,preventScroll:Xe,selection:ut,tree:je.getBlockTree(Et)},An=Ce.get(tr)||Ce.get("unstyled"),wr=An.wrapper,zt=An.element||Ce.get("unstyled").element,sn=lt.getDepth(),on="";if(we&&(on=we(lt)),zt==="li"){var Vn=et!==wr||$e===null||sn>$e;on=N(on,$(tr,sn,Vn,lr))}var cr=Dt||g,On={className:on,"data-block":!0,"data-editor":ct,"data-offset-key":Dn,key:Et};zn!==void 0&&(On=l({},On,{contentEditable:zn,suppressContentEditableWarning:!0}));var Nn=i(zt,{...On,children:o(cr,{...sr,key:Et})});Lt.push({block:Nn,wrapperTemplate:wr,key:Et,offsetKey:Dn}),wr?$e=lt.getDepth():$e=null,et=wr}for(var Gn=[],nr=0;nr<Lt.length;){var At=Lt[nr];if(At.wrapperTemplate){var Ft=[];do Ft.push(Lt[nr].block),nr++;while(nr<Lt.length&&Lt[nr].wrapperTemplate===At.wrapperTemplate);var bt=A.cloneElement(At.wrapperTemplate,{key:At.key+"-wrap","data-offset-key":At.offsetKey},Ft);Gn.push(bt)}else Gn.push(At.block),nr++}return i("div",{"data-contents":"true",children:Gn})},te}(A.Component);return By=K,By}var BA=yd,NA=BA("draft_tree_data_support"),LA=NA?vA():FA(),u8={isImage:function(i){return s8(i)[0]==="image"},isJpeg:function(i){var l=s8(i);return u8.isImage(i)&&(l[1]==="jpeg"||l[1]==="pjpeg")}};function s8(o){return o.split("/")}var zA=u8,_d=ra;function IA(o){var i=o.length;if(!Array.isArray(o)&&(typeof o=="object"||typeof o=="function")||(process.env.NODE_ENV!=="production"?_d(!1,"toArray: Array-like object expected"):_d(!1)),typeof i!="number"&&(process.env.NODE_ENV!=="production"?_d(!1,"toArray: Object needs a length property"):_d(!1)),i===0||i-1 in o||(process.env.NODE_ENV!=="production"?_d(!1,"toArray: Object should have keys for indices"):_d(!1)),typeof o.callee=="function"&&(process.env.NODE_ENV!=="production"?_d(!1,"toArray: Object can't be `arguments`. Use rest params (function(...args) {}) or Array.from() instead."):_d(!1)),o.hasOwnProperty)try{return Array.prototype.slice.call(o)}catch{}for(var l=Array(i),c=0;c<i;c++)l[c]=o[c];return l}function PA(o){return!!o&&(typeof o=="object"||typeof o=="function")&&"length"in o&&!("setInterval"in o)&&typeof o.nodeType!="number"&&(Array.isArray(o)||"callee"in o||"item"in o)}function UA(o){return PA(o)?Array.isArray(o)?o.slice():IA(o):[o]}var HA=UA;function $m(o){return function(){return o}}var Cp=function(){};Cp.thatReturns=$m,Cp.thatReturnsFalse=$m(!1),Cp.thatReturnsTrue=$m(!0),Cp.thatReturnsNull=$m(null),Cp.thatReturnsThis=function(){return this},Cp.thatReturnsArgument=function(o){return o};var c8=Cp,$A=zA,jA=HA,VA=c8,KA=new RegExp(`\r
147
+ `,"g"),WA=`
148
+ `,YA={"text/rtf":1,"text/html":1};function GA(o){if(o.kind=="file")return o.getAsFile()}var XA=function(){function o(l){this.data=l,this.types=l.types?jA(l.types):[]}var i=o.prototype;return i.isRichText=function(){return this.getHTML()&&this.getText()?!0:this.isImage()?!1:this.types.some(function(c){return YA[c]})},i.getText=function(){var c;return this.data.getData&&(this.types.length?this.types.indexOf("text/plain")!=-1&&(c=this.data.getData("text/plain")):c=this.data.getData("Text")),c?c.replace(KA,WA):null},i.getHTML=function(){if(this.data.getData)if(this.types.length){if(this.types.indexOf("text/html")!=-1)return this.data.getData("text/html")}else return this.data.getData("Text")},i.isLink=function(){return this.types.some(function(c){return c.indexOf("Url")!=-1||c.indexOf("text/uri-list")!=-1||c.indexOf("text/x-moz-url")})},i.getLink=function(){if(this.data.getData){if(this.types.indexOf("text/x-moz-url")!=-1){var c=this.data.getData("text/x-moz-url").split(`
149
+ `);return c[0]}return this.types.indexOf("text/uri-list")!=-1?this.data.getData("text/uri-list"):this.data.getData("url")}return null},i.isImage=function(){var c=this.types.some(function(A){return A.indexOf("application/x-moz-file")!=-1});if(c)return!0;for(var u=this.getFiles(),g=0;g<u.length;g++){var S=u[g].type;if(!$A.isImage(S))return!1}return!0},i.getCount=function(){return this.data.hasOwnProperty("items")?this.data.items.length:this.data.hasOwnProperty("mozItemCount")?this.data.mozItemCount:this.data.files?this.data.files.length:null},i.getFiles=function(){return this.data.items?Array.prototype.slice.call(this.data.items).map(GA).filter(VA.thatReturnsArgument):this.data.files?Array.prototype.slice.call(this.data.files):[]},i.hasFiles=function(){return this.getFiles().length>0},o}(),f8=XA,d8=ra,p8=/\.textClipping$/,qA={"text/plain":!0,"text/html":!0,"text/rtf":!0},QA=5e3;function JA(o,i){var l=0,c=[];o.forEach(function(u){ZA(u,function(g){l++,g&&c.push(g.slice(0,QA)),l==o.length&&i(c.join("\r"))})})}function ZA(o,i){if(!md.FileReader||o.type&&!(o.type in qA)){i("");return}if(o.type===""){var l="";p8.test(o.name)&&(l=o.name.replace(p8,"")),i(l);return}var c=new FileReader;c.onload=function(){var u=c.result;typeof u!="string"&&(process.env.NODE_ENV!=="production"?d8(!1,'We should be calling "FileReader.readAsText" which returns a string'):d8(!1)),i(u)},c.onerror=function(){i("")},c.readAsText(o)}var h8=JA;function eO(o){return o==="handled"||o===!0}var jm=eO,tO=f8,v8=gu,m8=La,nO=Am,rO=Dm,aO=h8,iO=m7,oO=s7,g8=jm,Ny=yu;function lO(o,i){var l=null,c=null,u=rO(o.currentTarget);if(typeof u.caretRangeFromPoint=="function"){var g=u.caretRangeFromPoint(o.x,o.y);l=g.startContainer,c=g.startOffset}else if(o.rangeParent)l=o.rangeParent,c=o.rangeOffset;else return null;l=Ny(l),c=Ny(c);var S=Ny(nO(l));return iO(i,S,c,S,c)}var uO={onDragEnd:function(i){i.exitCurrentMode(),y8(i)},onDrop:function(i,l){var c=new tO(l.nativeEvent.dataTransfer),u=i._latestEditorState,g=lO(l.nativeEvent,u);if(l.preventDefault(),i._dragCount=0,i.exitCurrentMode(),g!=null){var S=c.getFiles();if(S.length>0){if(i.props.handleDroppedFiles&&g8(i.props.handleDroppedFiles(g,S)))return;aO(S,function(x){x&&i.update(S8(u,g,x))});return}var A=i._internalDrag?"internal":"external";i.props.handleDrop&&g8(i.props.handleDrop(g,c,A))||(i._internalDrag?i.update(sO(u,g)):i.update(S8(u,g,c.getText()))),y8(i)}}};function y8(o){o._internalDrag=!1;var i=o.editorContainer;if(i){var l=new MouseEvent("mouseup",{view:oO(i),bubbles:!0,cancelable:!0});i.dispatchEvent(l)}}function sO(o,i){var l=v8.moveText(o.getCurrentContent(),o.getSelection(),i);return m8.push(o,l,"insert-fragment")}function S8(o,i,l){var c=v8.insertText(o.getCurrentContent(),i,l,o.getCurrentInlineStyle());return m8.push(o,c,"insert-fragment")}var cO=uO;function fO(o){var i=o.getSelection(),l=i.getAnchorKey(),c=o.getBlockTree(l),u=i.getStartOffset(),g=!1;return c.some(function(S){return u===S.get("start")?(g=!0,!0):u<S.get("end")?S.get("leaves").some(function(A){var x=A.get("start");return u===x?(g=!0,!0):!1}):!1}),g}var dO=fO;(function(o,i){if(o.setImmediate)return;var l=1,c={},u=!1,g=o.document,S;function A(Ce){typeof Ce!="function"&&(Ce=new Function(""+Ce));for(var Se=new Array(arguments.length-1),we=0;we<Se.length;we++)Se[we]=arguments[we+1];var Be={callback:Ce,args:Se};return c[l]=Be,S(l),l++}function x(Ce){delete c[Ce]}function N(Ce){var Se=Ce.callback,we=Ce.args;switch(we.length){case 0:Se();break;case 1:Se(we[0]);break;case 2:Se(we[0],we[1]);break;case 3:Se(we[0],we[1],we[2]);break;default:Se.apply(i,we);break}}function q(Ce){if(u)setTimeout(q,0,Ce);else{var Se=c[Ce];if(Se){u=!0;try{N(Se)}finally{x(Ce),u=!1}}}}function $(){S=function(Ce){process.nextTick(function(){q(Ce)})}}function K(){if(o.postMessage&&!o.importScripts){var Ce=!0,Se=o.onmessage;return o.onmessage=function(){Ce=!1},o.postMessage("","*"),o.onmessage=Se,Ce}}function J(){var Ce="setImmediate$"+Math.random()+"$",Se=function(we){we.source===o&&typeof we.data=="string"&&we.data.indexOf(Ce)===0&&q(+we.data.slice(Ce.length))};o.addEventListener?o.addEventListener("message",Se,!1):o.attachEvent("onmessage",Se),S=function(we){o.postMessage(Ce+we,"*")}}function te(){var Ce=new MessageChannel;Ce.port1.onmessage=function(Se){var we=Se.data;q(we)},S=function(Se){Ce.port2.postMessage(Se)}}function le(){var Ce=g.documentElement;S=function(Se){var we=g.createElement("script");we.onreadystatechange=function(){q(Se),we.onreadystatechange=null,Ce.removeChild(we),we=null},Ce.appendChild(we)}}function ie(){S=function(Ce){setTimeout(q,0,Ce)}}var oe=Object.getPrototypeOf&&Object.getPrototypeOf(o);oe=oe&&oe.setTimeout?oe:o,{}.toString.call(o.process)==="[object process]"?$():K()?J():o.MessageChannel?te():g&&"onreadystatechange"in g.createElement("script")?le():ie(),oe.setImmediate=A,oe.clearImmediate=x})(typeof self>"u"?md:self);var pO=md.setImmediate,hO=gu,Ly=La,vO=Su,E8=yy,mO=jm,gO=dO,w8=yu,yO=pO,SO="'",EO="/",wO=vO.isBrowser("Firefox");function CO(o){return wO&&(o==SO||o==EO)}function C8(o,i,l,c,u){var g=hO.replaceText(o.getCurrentContent(),o.getSelection(),i,l,c);return Ly.push(o,g,"insert-characters",u)}function _O(o,i){o._pendingStateFromBeforeInput!==void 0&&(o.update(o._pendingStateFromBeforeInput),o._pendingStateFromBeforeInput=void 0);var l=o._latestEditorState,c=i.data;if(!!c){if(o.props.handleBeforeInput&&mO(o.props.handleBeforeInput(c,l,i.timeStamp))){i.preventDefault();return}var u=l.getSelection(),g=u.getStartOffset(),S=u.getAnchorKey();if(!u.isCollapsed()){i.preventDefault(),o.update(C8(l,c,l.getCurrentInlineStyle(),E8(l.getCurrentContent(),l.getSelection()),!0));return}var A=C8(l,c,l.getCurrentInlineStyle(),E8(l.getCurrentContent(),l.getSelection()),!1),x=!1;if(x||(x=gO(o._latestCommittedEditorState)),!x){var N=l.getBlockTree(S),q=A.getBlockTree(S);x=N.size!==q.size||N.zip(q).some(function($){var K=$[0],J=$[1],te=K.get("start"),le=te+(te>=g?c.length:0),ie=K.get("end"),oe=ie+(ie>=g?c.length:0),Ce=J.get("start"),Se=J.get("end"),we=J.get("decoratorKey");return K.get("decoratorKey")!==we||K.get("leaves").size!==J.get("leaves").size||le!==Ce||oe!==Se||we!=null&&Se-Ce!==ie-te})}if(x||(x=CO(c)),x||(x=w8(A.getDirectionMap()).get(S)!==w8(l.getDirectionMap()).get(S)),x){i.preventDefault(),A=Ly.set(A,{forceSelection:!0}),o.update(A);return}A=Ly.set(A,{nativelyRenderedContent:A.getCurrentContent()}),o._pendingStateFromBeforeInput=A,yO(function(){o._pendingStateFromBeforeInput!==void 0&&(o.update(o._pendingStateFromBeforeInput),o._pendingStateFromBeforeInput=void 0)})}}var bO=_O,xO=La,_8=by,TO=F7;function kO(o,i){var l=i.currentTarget.ownerDocument;if(!Boolean(o.props.preserveSelectionOnBlur)&&TO(l)===l.body){var c=l.defaultView.getSelection(),u=o.editor;c.rangeCount===1&&_8(u,c.anchorNode)&&_8(u,c.focusNode)&&c.removeAllRanges()}var g=o._latestEditorState,S=g.getSelection();if(!!S.getHasFocus()){var A=S.set("hasFocus",!1);o.props.onBlur&&o.props.onBlur(i),o.update(xO.acceptSelection(g,A))}}var RO=kO,DO=La;function AO(o,i){o.setMode("composite"),o.update(DO.set(o._latestEditorState,{inCompositionMode:!0})),o._onCompositionStart(i)}var OO=AO,MO=dm;function FO(o){var i=o.getSelection();return i.isCollapsed()?null:MO(o.getCurrentContent(),i)}var b8=FO,BO=b8;function NO(o,i){var l=o._latestEditorState,c=l.getSelection();if(c.isCollapsed()){i.preventDefault();return}o.setClipboard(BO(o._latestEditorState))}var LO=NO;function zO(o){if(!o||!("ownerDocument"in o))return!1;if("ownerDocument"in o){var i=o;if(!i.ownerDocument.defaultView)return i instanceof Node;if(i instanceof i.ownerDocument.defaultView.Node)return!0}return!1}var IO=zO,PO=gu,UO=La,HO=Um,$O=b8,jO=Hm,VO=IO;function KO(o,i){var l=o._latestEditorState,c=l.getSelection(),u=i.target,g;if(c.isCollapsed()){i.preventDefault();return}if(VO(u)){var S=u;g=jO(HO.getScrollParent(S))}var A=$O(l);o.setClipboard(A),o.setMode("cut"),setTimeout(function(){o.restoreEditorDOM(g),o.exitCurrentMode(),o.update(WO(l))},0)}function WO(o){var i=PO.removeRange(o.getCurrentContent(),o.getSelection(),"forward");return UO.push(o,i,"remove-range")}var YO=KO;function GO(o,i){o.setMode("drag"),i.preventDefault()}var XO=GO;function qO(o){o._internalDrag=!0,o.setMode("drag")}var QO=qO,x8=La,JO=Su;function ZO(o,i){var l=o._latestEditorState,c=l.getSelection();if(!c.getHasFocus()){var u=c.set("hasFocus",!0);o.props.onFocus&&o.props.onFocus(i),JO.isBrowser("Chrome < 60.0.3081.0")?o.update(x8.forceSelection(l,u)):o.update(x8.acceptSelection(l,u))}}var eM=ZO,T8=ra,k8=55296,tM=56319,nM=56320,R8=57343,rM=/[\uD800-\uDFFF]/;function D8(o){return k8<=o&&o<=R8}function aM(o,i){if(0<=i&&i<o.length||(process.env.NODE_ENV!=="production"?T8(!1,"isSurrogatePair: Invalid index %s for string length %s.",i,o.length):T8(!1)),i+1===o.length)return!1;var l=o.charCodeAt(i),c=o.charCodeAt(i+1);return k8<=l&&l<=tM&&nM<=c&&c<=R8}function zy(o){return rM.test(o)}function fh(o,i){return 1+D8(o.charCodeAt(i))}function iM(o){if(!zy(o))return o.length;for(var i=0,l=0;l<o.length;l+=fh(o,l))i++;return i}function A8(o,i,l){if(i=i||0,l=l===void 0?1/0:l||0,!zy(o))return o.substr(i,l);var c=o.length;if(c<=0||i>c||l<=0)return"";var u=0;if(i>0){for(;i>0&&u<c;i--)u+=fh(o,u);if(u>=c)return""}else if(i<0){for(u=c;i<0&&0<u;i++)u-=fh(o,u-1);u<0&&(u=0)}var g=c;if(l<c)for(g=u;l>0&&g<c;l--)g+=fh(o,g);return o.substring(u,g)}function oM(o,i,l){i=i||0,l=l===void 0?1/0:l||0,i<0&&(i=0),l<0&&(l=0);var c=Math.abs(l-i);return i=i<l?i:l,A8(o,i,c)}function lM(o){for(var i=[],l=0;l<o.length;l+=fh(o,l))i.push(o.codePointAt(l));return i}var uM={getCodePoints:lM,getUTF16Length:fh,hasSurrogateUnit:zy,isCodeUnitInSurrogateRange:D8,isSurrogatePair:aM,strlen:iM,substring:oM,substr:A8},_p=uM,sM=c8;function cM(o){for(var i=arguments.length,l=new Array(i>1?i-1:0),c=1;c<i;c++)l[c-1]=arguments[c];var u=0,g="Warning: "+o.replace(/%s/g,function(){return l[u++]});typeof console<"u"&&console.error(g);try{throw new Error(g)}catch{}}var fM=process.env.NODE_ENV!=="production"?function(o,i){if(i===void 0)throw new Error("`warning(condition, format, ...args)` requires a warning message argument");if(!o){for(var l=arguments.length,c=new Array(l>2?l-2:0),u=2;u<l;u++)c[u-2]=arguments[u];cM.apply(void 0,[i].concat(c))}}:sM,Iy=fM,dM=Iy;function pM(o,i){var l=o.getSelection();process.env.NODE_ENV!=="production"&&dM(l.isCollapsed(),"moveSelectionBackward should only be called with a collapsed SelectionState");var c=o.getCurrentContent(),u=l.getStartKey(),g=l.getStartOffset(),S=u,A=0;if(i>g){var x=c.getKeyBefore(u);if(x==null)S=u;else{S=x;var N=c.getBlockForKey(x);A=N.getText().length}}else A=g-i;return l.merge({focusKey:S,focusOffset:A,isBackward:!0})}var Py=pM,hM=gu,vM=yd,O8=vM("draft_tree_data_support");function mM(o,i,l){var c=o.getSelection(),u=o.getCurrentContent(),g=c,S=c.getAnchorKey(),A=c.getFocusKey(),x=u.getBlockForKey(S);if(O8&&l==="forward"&&S!==A)return u;if(c.isCollapsed()){if(l==="forward"){if(o.isSelectionAtEndOfContent())return u;if(O8){var N=c.getAnchorOffset()===u.getBlockForKey(S).getLength();if(N){var q=u.getBlockForKey(x.nextSibling);if(!q||q.getLength()===0)return u}}}else if(o.isSelectionAtStartOfContent())return u;if(g=i(o),g===c)return u}return hM.removeRange(u,g,l)}var Lv=mM,gM=La,yM=_p,SM=Py,EM=Lv;function wM(o){var i=EM(o,function(c){var u=c.getSelection(),g=c.getCurrentContent(),S=u.getAnchorKey(),A=u.getAnchorOffset(),x=g.getBlockForKey(S).getText()[A-1];return SM(c,x?yM.getUTF16Length(x,0):1)},"backward");if(i===o.getCurrentContent())return o;var l=o.getSelection();return gM.push(o,i.set("selectionBefore",l),l.isCollapsed()?"backspace-character":"remove-range")}var M8=wM,CM=gu,_M=Mf,bM=La,xM=Su,TM=_7,kM=TM.notEmptyKey,RM=Am,DM=M8,AM=yu,OM=xM.isEngine("Gecko"),MM=`
150
+
151
+ `;function FM(o,i){switch(o){case"deleteContentBackward":return DM(i)}return i}function BM(o,i){o._pendingStateFromBeforeInput!==void 0&&(o.update(o._pendingStateFromBeforeInput),o._pendingStateFromBeforeInput=void 0);var l=o.editor,c=l.ownerDocument.defaultView.getSelection(),u=c.anchorNode,g=c.isCollapsed,S=(u==null?void 0:u.nodeType)!==Node.TEXT_NODE&&(u==null?void 0:u.nodeType)!==Node.ELEMENT_NODE;if(!(u==null||S)){if(u.nodeType===Node.TEXT_NODE&&(u.previousSibling!==null||u.nextSibling!==null)){var A=u.parentNode;if(A==null)return;u.nodeValue=A.textContent;for(var x=A.firstChild;x!=null;x=x.nextSibling)x!==u&&A.removeChild(x)}var N=u.textContent,q=o._latestEditorState,$=AM(RM(u)),K=_M.decode($),J=K.blockKey,te=K.decoratorKey,le=K.leafKey,ie=q.getBlockTree(J).getIn([te,"leaves",le]),oe=ie.start,Ce=ie.end,Se=q.getCurrentContent(),we=Se.getBlockForKey(J),Be=we.getText().slice(oe,Ce);if(N.endsWith(MM)&&(N=N.slice(0,-1)),N===Be){var nt=i.nativeEvent.inputType;if(nt){var je=FM(nt,q);if(je!==q){o.restoreEditorDOM(),o.update(je);return}}return}var ct=q.getSelection(),Xe=ct.merge({anchorOffset:oe,focusOffset:Ce,isBackward:!1}),ht=we.getEntityAt(oe),Ze=kM(ht)?Se.getEntity(ht):null,ut=Ze!=null?Ze.getMutability():null,He=ut==="MUTABLE",rt=He?"spellcheck-change":"apply-entity",Xt=CM.replaceText(Se,Xe,N,we.getInlineStyleAt(oe),He?we.getEntityAt(oe):null),kt,Lt,$e,et;if(OM)kt=c.anchorOffset,Lt=c.focusOffset,$e=oe+Math.min(kt,Lt),et=$e+Math.abs(kt-Lt),kt=$e,Lt=et;else{var Ye=N.length-Be.length;$e=ct.getStartOffset(),et=ct.getEndOffset(),kt=g?et+Ye:$e,Lt=et+Ye}var lt=Xt.merge({selectionBefore:Se.getSelectionAfter(),selectionAfter:ct.merge({anchorOffset:kt,focusOffset:Lt})});o.update(bM.push(q,lt,rt))}}var NM=BM,LM=Fm;function zM(o){return o.which===LM.RETURN&&(o.getModifierState("Shift")||o.getModifierState("Alt")||o.getModifierState("Control"))}var IM=zM,PM=Su,UM=IM,Uy=PM.isPlatform("Mac OS X"),F8={isCtrlKeyCommand:function(i){return!!i.ctrlKey&&!i.altKey},isOptionKeyCommand:function(i){return Uy&&i.altKey},usesMacOSHeuristics:function(){return Uy},hasCommandModifier:function(i){return Uy?!!i.metaKey&&!i.altKey:F8.isCtrlKeyCommand(i)},isSoftNewlineEvent:UM},Hy=F8,B8=gu,N8=La,HM=dm,$M=yu,$y=null,jM={cut:function(i){var l=i.getCurrentContent(),c=i.getSelection(),u=null;if(c.isCollapsed()){var g=c.getAnchorKey(),S=l.getBlockForKey(g).getLength();if(S===c.getAnchorOffset()){var A=l.getKeyAfter(g);if(A==null)return i;u=c.set("focusKey",A).set("focusOffset",0)}else u=c.set("focusOffset",S)}else u=c;u=$M(u),$y=HM(l,u);var x=B8.removeRange(l,u,"forward");return x===l?i:N8.push(i,x,"remove-range")},paste:function(i){if(!$y)return i;var l=B8.replaceWithFragment(i.getCurrentContent(),i.getSelection(),$y);return N8.push(i,l,"insert-fragment")}},VM=jM,KM=Su,L8=ra,WM=KM.isBrowser("Chrome");function YM(o){for(var i=o.cloneRange(),l=[],c=o.endContainer;c!=null;c=c.parentNode){var u=c===o.commonAncestorContainer;u?i.setStart(o.startContainer,o.startOffset):i.setStart(i.endContainer,0);var g=Array.from(i.getClientRects());if(l.push(g),u){var S;return l.reverse(),(S=[]).concat.apply(S,l)}i.setEndBefore(c)}process.env.NODE_ENV!=="production"?L8(!1,"Found an unexpected detached subtree when getting range client rects."):L8(!1)}var GM=WM?YM:function(o){return Array.from(o.getClientRects())},z8=GM,XM=_p,qM=Dm,I8=z8,dh=ra;function QM(o){var i=getComputedStyle(o),l=qM(o),c=l.createElement("div");c.style.fontFamily=i.fontFamily,c.style.fontSize=i.fontSize,c.style.fontStyle=i.fontStyle,c.style.fontWeight=i.fontWeight,c.style.lineHeight=i.lineHeight,c.style.position="absolute",c.textContent="M";var u=l.body;u||(process.env.NODE_ENV!=="production"?dh(!1,"Missing document.body"):dh(!1)),u.appendChild(c);var g=c.getBoundingClientRect();return u.removeChild(c),g.height}function P8(o,i){for(var l=1/0,c=1/0,u=-1/0,g=-1/0,S=0;S<o.length;S++){var A=o[S];A.width===0||A.width===1||(l=Math.min(l,A.top),c=Math.min(c,A.bottom),u=Math.max(u,A.top),g=Math.max(g,A.bottom))}return u<=c&&u-l<i&&g-c<i}function JM(o){switch(o.nodeType){case Node.DOCUMENT_TYPE_NODE:return 0;case Node.TEXT_NODE:case Node.PROCESSING_INSTRUCTION_NODE:case Node.COMMENT_NODE:return o.length;default:return o.childNodes.length}}function ZM(o){o.collapsed||(process.env.NODE_ENV!=="production"?dh(!1,"expandRangeToStartOfLine: Provided range is not collapsed."):dh(!1)),o=o.cloneRange();var i=o.startContainer;i.nodeType!==1&&(i=i.parentNode);var l=QM(i),c=o.endContainer,u=o.endOffset;for(o.setStart(o.startContainer,0);P8(I8(o),l)&&(c=o.startContainer,u=o.startOffset,c.parentNode||(process.env.NODE_ENV!=="production"?dh(!1,"Found unexpected detached subtree when traversing."):dh(!1)),o.setStartBefore(c),!(c.nodeType===1&&getComputedStyle(c).display!=="inline")););var g=c,S=u-1;do{for(var A=g.nodeValue,x=S;x>=0;x--)if(!(A!=null&&x>0&&XM.isSurrogatePair(A,x-1)))if(o.setStart(g,x),P8(I8(o),l))c=g,u=x;else break;if(x===-1||g.childNodes.length===0)break;g=g.childNodes[x],S=JM(g)}while(!0);return o.setStart(c,u),o}var eF=ZM,tF=La,nF=eF,rF=S7,aF=Py,iF=Lv;function oF(o,i){var l=iF(o,function(c){var u=c.getSelection();if(u.isCollapsed()&&u.getAnchorOffset()===0)return aF(c,1);var g=i.currentTarget.ownerDocument,S=g.defaultView.getSelection(),A=S.getRangeAt(0);return A=nF(A),rF(c,null,A.endContainer,A.endOffset,A.startContainer,A.startOffset).selectionState},"backward");return l===o.getCurrentContent()?o:tF.push(o,l,"remove-range")}var lF=oF,uF=`[.,+*?$|#{}()'\\^\\-\\[\\]\\\\\\/!@%"~=<>_:;\u30FB\u3001\u3002\u3008-\u3011\u3014-\u301F\uFF1A-\uFF1F\uFF01-\uFF0F\uFF3B-\uFF40\uFF5B-\uFF65\u2E2E\u061F\u066A-\u066C\u061B\u060C\u060D\uFD3E\uFD3F\u1801\u0964\u104A\u104B\u2010-\u2027\u2030-\u205E\xA1-\xB1\xB4-\xB8\xBA\xBB\xBF]`,sF={getPunctuation:function(){return uF}},cF=sF,fF=cF.getPunctuation(),U8="['\u2018\u2019]",ph="\\s|(?![_])"+fF,dF="^(?:"+ph+")*(?:"+U8+"|(?!"+ph+").)*(?:(?!"+ph+").)",pF=new RegExp(dF),hF="(?:(?!"+ph+").)(?:"+U8+"|(?!"+ph+").)*(?:"+ph+")*$",vF=new RegExp(hF);function H8(o,i){var l=i?vF.exec(o):pF.exec(o);return l?l[0]:o}var mF={getBackward:function(i){return H8(i,!0)},getForward:function(i){return H8(i,!1)}},$8=mF,gF=$8,yF=La,j8=Py,SF=Lv;function EF(o){var i=SF(o,function(l){var c=l.getSelection(),u=c.getStartOffset();if(u===0)return j8(l,1);var g=c.getStartKey(),S=l.getCurrentContent(),A=S.getBlockForKey(g).getText().slice(0,u),x=gF.getBackward(A);return j8(l,x.length||1)},"backward");return i===o.getCurrentContent()?o:yF.push(o,i,"remove-range")}var wF=EF,CF=Iy;function _F(o,i){var l=o.getSelection();process.env.NODE_ENV!=="production"&&CF(l.isCollapsed(),"moveSelectionForward should only be called with a collapsed SelectionState");var c=l.getStartKey(),u=l.getStartOffset(),g=o.getCurrentContent(),S=c,A,x=g.getBlockForKey(c);return i>x.getText().length-u?(S=g.getKeyAfter(c),A=0):A=u+i,l.merge({focusKey:S,focusOffset:A})}var V8=_F,bF=$8,xF=La,TF=V8,kF=Lv;function RF(o){var i=kF(o,function(l){var c=l.getSelection(),u=c.getStartOffset(),g=c.getStartKey(),S=l.getCurrentContent(),A=S.getBlockForKey(g).getText().slice(u),x=bF.getForward(A);return TF(l,x.length||1)},"forward");return i===o.getCurrentContent()?o:xF.push(o,i,"remove-range")}var DF=RF,AF=gu,OF=La;function MF(o){var i=AF.splitBlock(o.getCurrentContent(),o.getSelection());return OF.push(o,i,"split-block")}var FF=MF,BF=La;function NF(o){var i=o.getSelection(),l=i.getEndKey(),c=o.getCurrentContent(),u=c.getBlockForKey(l).getLength();return BF.set(o,{selection:i.merge({anchorKey:l,anchorOffset:u,focusKey:l,focusOffset:u,isBackward:!1}),forceSelection:!0})}var LF=NF,zF=La;function IF(o){var i=o.getSelection(),l=i.getStartKey();return zF.set(o,{selection:i.merge({anchorKey:l,anchorOffset:0,focusKey:l,focusOffset:0,isBackward:!1}),forceSelection:!0})}var PF=IF,UF=La,HF=_p,$F=V8,jF=Lv;function VF(o){var i=jF(o,function(c){var u=c.getSelection(),g=c.getCurrentContent(),S=u.getAnchorKey(),A=u.getAnchorOffset(),x=g.getBlockForKey(S).getText()[A];return $F(c,x?HF.getUTF16Length(x,0):1)},"forward");if(i===o.getCurrentContent())return o;var l=o.getSelection();return UF.push(o,i.set("selectionBefore",l),l.isCollapsed()?"delete-character":"remove-range")}var KF=VF,K8=gu,W8=La,WF=dm;function YF(o){var i=o.getSelection();if(!i.isCollapsed())return o;var l=i.getAnchorOffset();if(l===0)return o;var c=i.getAnchorKey(),u=o.getCurrentContent(),g=u.getBlockForKey(c),S=g.getLength();if(S<=1)return o;var A,x;l===S?(A=i.set("anchorOffset",l-1),x=i):(A=i.set("focusOffset",l+1),x=A.set("anchorOffset",l+1));var N=WF(u,A),q=K8.removeRange(u,A,"backward"),$=q.getSelectionAfter(),K=$.getAnchorOffset()-1,J=$.merge({anchorOffset:K,focusOffset:K}),te=K8.replaceWithFragment(q,J,N),le=W8.push(o,te,"insert-fragment");return W8.acceptSelection(le,x)}var GF=YF,jy=La;function XF(o,i,l){var c=jy.undo(i);if(i.getLastChangeType()==="spellcheck-change"){var u=c.getCurrentContent();l(jy.set(c,{nativelyRenderedContent:u}));return}if(o.preventDefault(),!i.getNativelyRenderedContent()){l(c);return}l(jy.set(i,{nativelyRenderedContent:null})),setTimeout(function(){l(c)},0)}var qF=XF,QF=gu,Y8=La,JF=Hy,Ff=Fm,G8=VM,ZF=Su,X8=jm,eB=lF,tB=wF,nB=DF,rB=FF,aB=LF,iB=PF,oB=M8,lB=KF,uB=GF,sB=qF,q8=JF.isOptionKeyCommand,Q8=ZF.isBrowser("Chrome");function cB(o,i,l){switch(o){case"redo":return Y8.redo(i);case"delete":return lB(i);case"delete-word":return nB(i);case"backspace":return oB(i);case"backspace-word":return tB(i);case"backspace-to-start-of-line":return eB(i,l);case"split-block":return rB(i);case"transpose-characters":return uB(i);case"move-selection-to-start-of-block":return iB(i);case"move-selection-to-end-of-block":return aB(i);case"secondary-cut":return G8.cut(i);case"secondary-paste":return G8.paste(i);default:return i}}function fB(o,i){var l=i.which,c=o._latestEditorState;function u(x){var N=o.props[x];return N?(N(i),!0):!1}switch(l){case Ff.RETURN:if(i.preventDefault(),o.props.handleReturn&&X8(o.props.handleReturn(i,c)))return;break;case Ff.ESC:if(i.preventDefault(),u("onEscape"))return;break;case Ff.TAB:if(u("onTab"))return;break;case Ff.UP:if(u("onUpArrow"))return;break;case Ff.RIGHT:if(u("onRightArrow"))return;break;case Ff.DOWN:if(u("onDownArrow"))return;break;case Ff.LEFT:if(u("onLeftArrow"))return;break;case Ff.SPACE:Q8&&q8(i)&&i.preventDefault()}var g=o.props.keyBindingFn(i);if(g==null||g===""){if(l===Ff.SPACE&&Q8&&q8(i)){var S=QF.replaceText(c.getCurrentContent(),c.getSelection(),"\xA0");o.update(Y8.push(c,S,"insert-characters"))}return}if(g==="undo"){sB(i,c,o.update);return}if(i.preventDefault(),!(o.props.handleKeyCommand&&X8(o.props.handleKeyCommand(g,c,i.timeStamp)))){var A=cB(g,c,i);A!==c&&o.update(A)}}var dB=fB;function pB(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}var hB=function(){function o(l){pB(this,"_uri",void 0),this._uri=l}var i=o.prototype;return i.toString=function(){return this._uri},o}(),vB=hB,mB=Su,J8=ra,gB=mB.isBrowser("IE <= 9");function yB(o){var i,l=null;return!gB&&document.implementation&&document.implementation.createHTMLDocument&&(i=document.implementation.createHTMLDocument("foo"),i.documentElement||(process.env.NODE_ENV!=="production"?J8(!1,"Missing doc.documentElement"):J8(!1)),i.documentElement.innerHTML=o,l=i.getElementsByTagName("body")[0]),l}var Z8=yB,SB=Ep;function EB(o){return!o||!o.ownerDocument?!1:SB(o)&&o.nodeName==="A"}var wB=EB,CB=Ep;function _B(o){return!o||!o.ownerDocument?!1:CB(o)&&o.nodeName==="IMG"}var bB=_B,bp;function Vy(o){for(var i=1;i<arguments.length;i++){var l=arguments[i]!=null?arguments[i]:{},c=Object.keys(l);typeof Object.getOwnPropertySymbols=="function"&&(c=c.concat(Object.getOwnPropertySymbols(l).filter(function(u){return Object.getOwnPropertyDescriptor(l,u).enumerable}))),c.forEach(function(u){nl(o,u,l[u])})}return o}function nl(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}var xB=Cs,TB=mp,kB=_s,RB=py,eE=ym,tE=vB,zv=Sp,nE=jc,DB=Z8,rE=yd,Ky=Wr.exports,bd=Ky.List,aE=Ky.Map,AB=Ky.OrderedSet,iE=wB,OB=A7,Wy=Dv,oE=bB,lE=rE("draft_tree_data_support"),MB="&nbsp;",uE=" ",FB=new RegExp("\r","g"),BB=new RegExp(`
152
+ `,"g"),NB=new RegExp(`^
153
+ `,"g"),LB=new RegExp(MB,"g"),zB=new RegExp("&#13;?","g"),IB=new RegExp("&#8203;?","g"),PB=["bold","bolder","500","600","700","800","900"],UB=["light","lighter","normal","100","200","300","400"],HB=["className","href","rel","target","title"],$B=["alt","className","height","src","width"],sE=(bp={},nl(bp,zv("public/DraftStyleDefault/depth0"),0),nl(bp,zv("public/DraftStyleDefault/depth1"),1),nl(bp,zv("public/DraftStyleDefault/depth2"),2),nl(bp,zv("public/DraftStyleDefault/depth3"),3),nl(bp,zv("public/DraftStyleDefault/depth4"),4),bp),cE=aE({b:"BOLD",code:"CODE",del:"STRIKETHROUGH",em:"ITALIC",i:"ITALIC",s:"STRIKETHROUGH",strike:"STRIKETHROUGH",strong:"BOLD",u:"UNDERLINE",mark:"HIGHLIGHT"}),jB=function(i){var l={};return i.mapKeys(function(c,u){var g=[u.element];u.aliasedElements!==void 0&&g.push.apply(g,u.aliasedElements),g.forEach(function(S){l[S]===void 0?l[S]=c:typeof l[S]=="string"?l[S]=[l[S],c]:l[S].push(c)})}),aE(l)},VB=function(i){if(Wy(i)){var l=i;if(l.style.fontFamily.includes("monospace"))return"CODE"}return null},KB=function(i){var l=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;return Object.keys(sE).some(function(c){i.classList.contains(c)&&(l=sE[c])}),l},WB=function(i){if(!iE(i))return!1;var l=i;if(!l.href||l.protocol!=="http:"&&l.protocol!=="https:"&&l.protocol!=="mailto:"&&l.protocol!=="tel:")return!1;try{var c=new tE(l.href);return!0}catch{return!1}},YB=function(i){if(!oE(i))return!1;var l=i;return!!(l.attributes.getNamedItem("src")&&l.attributes.getNamedItem("src").value)},GB=function(i,l){if(!Wy(i))return l;var c=i,u=c.style.fontWeight,g=c.style.fontStyle,S=c.style.textDecoration;return l.withMutations(function(A){PB.indexOf(u)>=0?A.add("BOLD"):UB.indexOf(u)>=0&&A.remove("BOLD"),g==="italic"?A.add("ITALIC"):g==="normal"&&A.remove("ITALIC"),S==="underline"&&A.add("UNDERLINE"),S==="line-through"&&A.add("STRIKETHROUGH"),S==="none"&&(A.remove("UNDERLINE"),A.remove("STRIKETHROUGH"))})},Yy=function(i){return i==="ul"||i==="ol"},XB=function(){function o(l,c){nl(this,"characterList",bd()),nl(this,"currentBlockType","unstyled"),nl(this,"currentDepth",0),nl(this,"currentEntity",null),nl(this,"currentText",""),nl(this,"wrapper",null),nl(this,"blockConfigs",[]),nl(this,"contentBlocks",[]),nl(this,"entityMap",eE),nl(this,"blockTypeMap",void 0),nl(this,"disambiguate",void 0),this.clear(),this.blockTypeMap=l,this.disambiguate=c}var i=o.prototype;return i.clear=function(){this.characterList=bd(),this.blockConfigs=[],this.currentBlockType="unstyled",this.currentDepth=0,this.currentEntity=null,this.currentText="",this.entityMap=eE,this.wrapper=null,this.contentBlocks=[]},i.addDOMNode=function(c){var u;return this.contentBlocks=[],this.currentDepth=0,(u=this.blockConfigs).push.apply(u,this._toBlockConfigs([c],AB())),this._trimCurrentText(),this.currentText!==""&&this.blockConfigs.push(this._makeBlockConfig()),this},i.getContentBlocks=function(){return this.contentBlocks.length===0&&(lE?this._toContentBlocks(this.blockConfigs):this._toFlatContentBlocks(this.blockConfigs)),{contentBlocks:this.contentBlocks,entityMap:this.entityMap}},i._makeBlockConfig=function(){var c=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},u=c.key||nE(),g=Vy({key:u,type:this.currentBlockType,text:this.currentText,characterList:this.characterList,depth:this.currentDepth,parent:null,children:bd(),prevSibling:null,nextSibling:null,childConfigs:[]},c);return this.characterList=bd(),this.currentBlockType="unstyled",this.currentText="",g},i._toBlockConfigs=function(c,u){for(var g=[],S=0;S<c.length;S++){var A=c[S],x=A.nodeName.toLowerCase();if(x==="body"||Yy(x)){this._trimCurrentText(),this.currentText!==""&&g.push(this._makeBlockConfig());var N=this.currentDepth,q=this.wrapper;Yy(x)&&(this.wrapper=x,Yy(q)&&this.currentDepth++),g.push.apply(g,this._toBlockConfigs(Array.from(A.childNodes),u)),this.currentDepth=N,this.wrapper=q;continue}var $=this.blockTypeMap.get(x);if($!==void 0){this._trimCurrentText(),this.currentText!==""&&g.push(this._makeBlockConfig());var K=this.currentDepth,J=this.wrapper;if(this.wrapper=x==="pre"?"pre":this.wrapper,typeof $!="string"&&($=this.disambiguate(x,this.wrapper)||$[0]||"unstyled"),!lE&&Wy(A)&&($==="unordered-list-item"||$==="ordered-list-item")){var te=A;this.currentDepth=KB(te,this.currentDepth)}var le=nE(),ie=this._toBlockConfigs(Array.from(A.childNodes),u);this._trimCurrentText(),g.push(this._makeBlockConfig({key:le,childConfigs:ie,type:$})),this.currentDepth=K,this.wrapper=J;continue}if(x==="#text"){this._addTextNode(A,u);continue}if(x==="br"){this._addBreakNode(A,u);continue}if(YB(A)){this._addImgNode(A,u);continue}if(WB(A)){this._addAnchorNode(A,g,u);continue}var oe=u;cE.has(x)&&(oe=oe.add(cE.get(x))),oe=GB(A,oe);var Ce=VB(A);Ce!=null&&(oe=oe.add(Ce)),g.push.apply(g,this._toBlockConfigs(Array.from(A.childNodes),oe))}return g},i._appendText=function(c,u){var g;this.currentText+=c;var S=xB.create({style:u,entity:this.currentEntity});this.characterList=(g=this.characterList).push.apply(g,Array(c.length).fill(S))},i._trimCurrentText=function(){var c=this.currentText.length,u=c-this.currentText.trimLeft().length,g=this.currentText.trimRight().length,S=this.characterList.findEntry(function(A){return A.getEntity()!==null});u=S!==void 0?Math.min(u,S[0]):u,S=this.characterList.reverse().findEntry(function(A){return A.getEntity()!==null}),g=S!==void 0?Math.max(g,c-S[0]):g,u>g?(this.currentText="",this.characterList=bd()):(this.currentText=this.currentText.slice(u,g),this.characterList=this.characterList.slice(u,g))},i._addTextNode=function(c,u){var g=c.textContent,S=g.trim();S===""&&this.wrapper!=="pre"&&(g=" "),this.wrapper!=="pre"&&(g=g.replace(NB,""),g=g.replace(BB,uE)),this._appendText(g,u)},i._addBreakNode=function(c,u){!OB(c)||this._appendText(`
154
+ `,u)},i._addImgNode=function(c,u){if(!!oE(c)){var g=c,S={};$B.forEach(function(A){var x=g.getAttribute(A);x&&(S[A]=x)}),this.currentEntity=this.entityMap.__create("IMAGE","IMMUTABLE",S),rE("draftjs_fix_paste_for_img")?g.getAttribute("role")!=="presentation"&&this._appendText("\u{1F4F7}",u):this._appendText("\u{1F4F7}",u),this.currentEntity=null}},i._addAnchorNode=function(c,u,g){if(!!iE(c)){var S=c,A={};HB.forEach(function(x){var N=S.getAttribute(x);N&&(A[x]=N)}),A.url=new tE(S.href).toString(),this.currentEntity=this.entityMap.__create("LINK","MUTABLE",A||{}),u.push.apply(u,this._toBlockConfigs(Array.from(c.childNodes),g)),this.currentEntity=null}},i._toContentBlocks=function(c){for(var u=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null,g=c.length-1,S=0;S<=g;S++){var A=c[S];A.parent=u,A.prevSibling=S>0?c[S-1].key:null,A.nextSibling=S<g?c[S+1].key:null,A.children=bd(A.childConfigs.map(function(x){return x.key})),this.contentBlocks.push(new kB(Vy({},A))),this._toContentBlocks(A.childConfigs,A.key)}},i._hoistContainersInBlockConfigs=function(c){var u=this,g=bd(c).flatMap(function(S){return S.type!=="unstyled"||S.text!==""?[S]:u._hoistContainersInBlockConfigs(S.childConfigs)});return g},i._toFlatContentBlocks=function(c){var u=this,g=this._hoistContainersInBlockConfigs(c);g.forEach(function(S){var A=u._extractTextFromBlockConfigs(S.childConfigs),x=A.text,N=A.characterList;u.contentBlocks.push(new TB(Vy({},S,{text:S.text+x,characterList:S.characterList.concat(N)})))})},i._extractTextFromBlockConfigs=function(c){for(var u=c.length-1,g="",S=bd(),A=0;A<=u;A++){var x=c[A];g+=x.text,S=S.concat(x.characterList),g!==""&&x.type!=="unstyled"&&(g+=`
155
+ `,S=S.push(S.last()));var N=this._extractTextFromBlockConfigs(x.childConfigs);g+=N.text,S=S.concat(N.characterList)}return{text:g,characterList:S}},o}(),qB=function(i){var l=arguments.length>1&&arguments[1]!==void 0?arguments[1]:DB,c=arguments.length>2&&arguments[2]!==void 0?arguments[2]:RB;i=i.trim().replace(FB,"").replace(LB,uE).replace(zB,"").replace(IB,"");var u=l(i);if(!u)return null;var g=jB(c),S=function(x,N){return x==="li"?N==="ol"?"ordered-list-item":"unordered-list-item":null};return new XB(g,S).addDOMNode(u).getContentBlocks()},fE=qB;function QB(o){for(var i=1;i<arguments.length;i++){var l=arguments[i]!=null?arguments[i]:{},c=Object.keys(l);typeof Object.getOwnPropertySymbols=="function"&&(c=c.concat(Object.getOwnPropertySymbols(l).filter(function(u){return Object.getOwnPropertyDescriptor(l,u).enumerable}))),c.forEach(function(u){JB(o,u,l[u])})}return o}function JB(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}var ZB=mp,eN=_s,tN=fE,nN=jc,rN=Z8,aN=yd,dE=Wr.exports,iN=g4,oN=dE.List,lN=dE.Repeat,pE=aN("draft_tree_data_support"),uN=pE?eN:ZB,sN={processHTML:function(i,l){return tN(i,rN,l)},processText:function(i,l,c){return i.reduce(function(u,g,S){g=iN(g);var A=nN(),x={key:A,type:c,text:g,characterList:oN(lN(l,g.length))};if(pE&&S!==0){var N=S-1,q=u[N]=u[N].merge({nextSibling:A});x=QB({},x,{prevSibling:q.getKey()})}return u.push(new uN(x)),u},[])}},cN=sN;function fN(o,i,l,c){var u=i.getStartKey(),g=i.getEndKey(),S=o.getBlockMap(),A=S.toSeq().skipUntil(function(x,N){return N===u}).takeUntil(function(x,N){return N===g}).concat([[g,S.get(g)]]).map(function(x){var N=x.getDepth()+l;return N=Math.max(0,Math.min(N,c)),x.set("depth",N)});return S=S.merge(A),o.merge({blockMap:S,selectionBefore:i,selectionAfter:i})}var dN=fN,xp=gu,Yc=La,pN=dN,hN=yu,Gc={currentBlockContainsLink:function(i){var l=i.getSelection(),c=i.getCurrentContent(),u=c.getEntityMap();return c.getBlockForKey(l.getAnchorKey()).getCharacterList().slice(l.getStartOffset(),l.getEndOffset()).some(function(g){var S=g.getEntity();return!!S&&u.__get(S).getType()==="LINK"})},getCurrentBlockType:function(i){var l=i.getSelection();return i.getCurrentContent().getBlockForKey(l.getStartKey()).getType()},getDataObjectForLinkURL:function(i){return{url:i.toString()}},handleKeyCommand:function(i,l,c){switch(l){case"bold":return Gc.toggleInlineStyle(i,"BOLD");case"italic":return Gc.toggleInlineStyle(i,"ITALIC");case"underline":return Gc.toggleInlineStyle(i,"UNDERLINE");case"code":return Gc.toggleCode(i);case"backspace":case"backspace-word":case"backspace-to-start-of-line":return Gc.onBackspace(i);case"delete":case"delete-word":case"delete-to-end-of-block":return Gc.onDelete(i);default:return null}},insertSoftNewline:function(i){var l=xp.insertText(i.getCurrentContent(),i.getSelection(),`
156
+ `,i.getCurrentInlineStyle(),null),c=Yc.push(i,l,"insert-characters");return Yc.forceSelection(c,l.getSelectionAfter())},onBackspace:function(i){var l=i.getSelection();if(!l.isCollapsed()||l.getAnchorOffset()||l.getFocusOffset())return null;var c=i.getCurrentContent(),u=l.getStartKey(),g=c.getBlockBefore(u);if(g&&g.getType()==="atomic"){var S=c.getBlockMap().delete(g.getKey()),A=c.merge({blockMap:S,selectionAfter:l});if(A!==c)return Yc.push(i,A,"remove-range")}var x=Gc.tryToRemoveBlockStyle(i);return x?Yc.push(i,x,"change-block-type"):null},onDelete:function(i){var l=i.getSelection();if(!l.isCollapsed())return null;var c=i.getCurrentContent(),u=l.getStartKey(),g=c.getBlockForKey(u),S=g.getLength();if(l.getStartOffset()<S)return null;var A=c.getBlockAfter(u);if(!A||A.getType()!=="atomic")return null;var x=l.merge({focusKey:A.getKey(),focusOffset:A.getLength()}),N=xp.removeRange(c,x,"forward");return N!==c?Yc.push(i,N,"remove-range"):null},onTab:function(i,l,c){var u=l.getSelection(),g=u.getAnchorKey();if(g!==u.getFocusKey())return l;var S=l.getCurrentContent(),A=S.getBlockForKey(g),x=A.getType();if(x!=="unordered-list-item"&&x!=="ordered-list-item")return l;i.preventDefault();var N=A.getDepth();if(!i.shiftKey&&N===c)return l;var q=pN(S,u,i.shiftKey?-1:1,c);return Yc.push(l,q,"adjust-depth")},toggleBlockType:function(i,l){var c=i.getSelection(),u=c.getStartKey(),g=c.getEndKey(),S=i.getCurrentContent(),A=c;if(u!==g&&c.getEndOffset()===0){var x=hN(S.getBlockBefore(g));g=x.getKey(),A=A.merge({anchorKey:u,anchorOffset:c.getStartOffset(),focusKey:g,focusOffset:x.getLength(),isBackward:!1})}var N=S.getBlockMap().skipWhile(function($,K){return K!==u}).reverse().skipWhile(function($,K){return K!==g}).some(function($){return $.getType()==="atomic"});if(N)return i;var q=S.getBlockForKey(u).getType()===l?"unstyled":l;return Yc.push(i,xp.setBlockType(S,A,q),"change-block-type")},toggleCode:function(i){var l=i.getSelection(),c=l.getAnchorKey(),u=l.getFocusKey();return l.isCollapsed()||c!==u?Gc.toggleBlockType(i,"code-block"):Gc.toggleInlineStyle(i,"CODE")},toggleInlineStyle:function(i,l){var c=i.getSelection(),u=i.getCurrentInlineStyle();if(c.isCollapsed())return Yc.setInlineStyleOverride(i,u.has(l)?u.remove(l):u.add(l));var g=i.getCurrentContent(),S;return u.has(l)?S=xp.removeInlineStyle(g,c,l):S=xp.applyInlineStyle(g,c,l),Yc.push(i,S,"change-inline-style")},toggleLink:function(i,l,c){var u=xp.applyEntity(i.getCurrentContent(),l,c);return Yc.push(i,u,"apply-entity")},tryToRemoveBlockStyle:function(i){var l=i.getSelection(),c=l.getAnchorOffset();if(l.isCollapsed()&&c===0){var u=l.getAnchorKey(),g=i.getCurrentContent(),S=g.getBlockForKey(u),A=S.getType(),x=g.getBlockBefore(u);if(A==="code-block"&&x&&x.getType()==="code-block"&&x.getLength()!==0)return null;if(A!=="unstyled")return xp.setBlockType(g,l,"unstyled")}return null}},hE=Gc,vN=/\r\n?|\n/g;function mN(o){return o.split(vN)}var gN=mN,Gy=mv,vE=Cs,yN=f8,mE=gu,Xy=cN,gE=La,yE=hE,SE=yy,SN=h8,EE=jm,wE=gN;function EN(o,i){i.preventDefault();var l=new yN(i.clipboardData);if(!l.isRichText()){var c=l.getFiles(),u=l.getText();if(c.length>0){if(o.props.handlePastedFiles&&EE(o.props.handlePastedFiles(c)))return;SN(c,function(nt){if(nt=nt||u,!!nt){var je=o._latestEditorState,ct=wE(nt),Xe=vE.create({style:je.getCurrentInlineStyle(),entity:SE(je.getCurrentContent(),je.getSelection())}),ht=yE.getCurrentBlockType(je),Ze=Xy.processText(ct,Xe,ht),ut=Gy.createFromArray(Ze),He=mE.replaceWithFragment(je.getCurrentContent(),je.getSelection(),ut);o.update(gE.push(je,He,"insert-fragment"))}});return}}var g=[],S=l.getText(),A=l.getHTML(),x=o._latestEditorState;if(o.props.formatPastedText){var N=o.props.formatPastedText(S,A),q=N.text,$=N.html;S=q,A=$}if(!(o.props.handlePastedText&&EE(o.props.handlePastedText(S,A,x)))){if(S&&(g=wE(S)),!o.props.stripPastedStyles){var K=o.getClipboard();if(!o.props.formatPastedText&&l.isRichText()&&K){var J;if(((J=A)===null||J===void 0?void 0:J.indexOf(o.getEditorKey()))!==-1||g.length===1&&K.size===1&&K.first().getText()===S){o.update(Vm(o._latestEditorState,K));return}}else if(K&&l.types.includes("com.apple.webarchive")&&!l.types.includes("text/html")&&wN(g,K)){o.update(Vm(o._latestEditorState,K));return}if(A){var te=Xy.processHTML(A,o.props.blockRenderMap);if(te){var le=te.contentBlocks,ie=te.entityMap;if(le){var oe=Gy.createFromArray(le);o.update(Vm(o._latestEditorState,oe,ie));return}}}o.setClipboard(null)}if(g.length){var Ce=vE.create({style:x.getCurrentInlineStyle(),entity:SE(x.getCurrentContent(),x.getSelection())}),Se=yE.getCurrentBlockType(x),we=Xy.processText(g,Ce,Se),Be=Gy.createFromArray(we);o.update(Vm(o._latestEditorState,Be))}}}function Vm(o,i,l){var c=mE.replaceWithFragment(o.getCurrentContent(),o.getSelection(),i);return gE.push(o,c.set("entityMap",l),"insert-fragment")}function wN(o,i){return o.length===i.size&&i.valueSeq().every(function(l,c){return l.getText()===o[c]})}var CN=EN,CE=Su,_N=bO,bN=RO,xN=OO,TN=LO,kN=YO,RN=XO,DN=QO,AN=eM,ON=NM,MN=dB,FN=CN,_E=C7,BN=CE.isBrowser("Chrome"),NN=CE.isBrowser("Firefox"),bE=BN||NN?_E:function(o){},LN={onBeforeInput:_N,onBlur:bN,onCompositionStart:xN,onCopy:TN,onCut:kN,onDragOver:RN,onDragStart:DN,onFocus:AN,onInput:ON,onKeyDown:MN,onPaste:FN,onSelect:_E,onMouseUp:bE,onKeyUp:bE},zN=LN,xE={exports:{}},Eu={},qy={exports:{}},Qy={};/**
157
+ * @license React
158
+ * scheduler.production.min.js
159
+ *
160
+ * Copyright (c) Facebook, Inc. and its affiliates.
161
+ *
162
+ * This source code is licensed under the MIT license found in the
163
+ * LICENSE file in the root directory of this source tree.
164
+ */var TE;function IN(){return TE||(TE=1,function(o){function i($e,et){var Ye=$e.length;$e.push(et);e:for(;0<Ye;){var lt=Ye-1>>>1,Et=$e[lt];if(0<u(Et,et))$e[lt]=et,$e[Ye]=Et,Ye=lt;else break e}}function l($e){return $e.length===0?null:$e[0]}function c($e){if($e.length===0)return null;var et=$e[0],Ye=$e.pop();if(Ye!==et){$e[0]=Ye;e:for(var lt=0,Et=$e.length,tr=Et>>>1;lt<tr;){var Jn=2*(lt+1)-1,Dt=$e[Jn],wt=Jn+1,zn=$e[wt];if(0>u(Dt,Ye))wt<Et&&0>u(zn,Dt)?($e[lt]=zn,$e[wt]=Ye,lt=wt):($e[lt]=Dt,$e[Jn]=Ye,lt=Jn);else if(wt<Et&&0>u(zn,Ye))$e[lt]=zn,$e[wt]=Ye,lt=wt;else break e}}return et}function u($e,et){var Ye=$e.sortIndex-et.sortIndex;return Ye!==0?Ye:$e.id-et.id}if(typeof performance=="object"&&typeof performance.now=="function"){var g=performance;o.unstable_now=function(){return g.now()}}else{var S=Date,A=S.now();o.unstable_now=function(){return S.now()-A}}var x=[],N=[],q=1,$=null,K=3,J=!1,te=!1,le=!1,ie=typeof setTimeout=="function"?setTimeout:null,oe=typeof clearTimeout=="function"?clearTimeout:null,Ce=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function Se($e){for(var et=l(N);et!==null;){if(et.callback===null)c(N);else if(et.startTime<=$e)c(N),et.sortIndex=et.expirationTime,i(x,et);else break;et=l(N)}}function we($e){if(le=!1,Se($e),!te)if(l(x)!==null)te=!0,kt(Be);else{var et=l(N);et!==null&&Lt(we,et.startTime-$e)}}function Be($e,et){te=!1,le&&(le=!1,oe(ct),ct=-1),J=!0;var Ye=K;try{for(Se(et),$=l(x);$!==null&&(!($.expirationTime>et)||$e&&!Ze());){var lt=$.callback;if(typeof lt=="function"){$.callback=null,K=$.priorityLevel;var Et=lt($.expirationTime<=et);et=o.unstable_now(),typeof Et=="function"?$.callback=Et:$===l(x)&&c(x),Se(et)}else c(x);$=l(x)}if($!==null)var tr=!0;else{var Jn=l(N);Jn!==null&&Lt(we,Jn.startTime-et),tr=!1}return tr}finally{$=null,K=Ye,J=!1}}var nt=!1,je=null,ct=-1,Xe=5,ht=-1;function Ze(){return!(o.unstable_now()-ht<Xe)}function ut(){if(je!==null){var $e=o.unstable_now();ht=$e;var et=!0;try{et=je(!0,$e)}finally{et?He():(nt=!1,je=null)}}else nt=!1}var He;if(typeof Ce=="function")He=function(){Ce(ut)};else if(typeof MessageChannel<"u"){var rt=new MessageChannel,Xt=rt.port2;rt.port1.onmessage=ut,He=function(){Xt.postMessage(null)}}else He=function(){ie(ut,0)};function kt($e){je=$e,nt||(nt=!0,He())}function Lt($e,et){ct=ie(function(){$e(o.unstable_now())},et)}o.unstable_IdlePriority=5,o.unstable_ImmediatePriority=1,o.unstable_LowPriority=4,o.unstable_NormalPriority=3,o.unstable_Profiling=null,o.unstable_UserBlockingPriority=2,o.unstable_cancelCallback=function($e){$e.callback=null},o.unstable_continueExecution=function(){te||J||(te=!0,kt(Be))},o.unstable_forceFrameRate=function($e){0>$e||125<$e?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):Xe=0<$e?Math.floor(1e3/$e):5},o.unstable_getCurrentPriorityLevel=function(){return K},o.unstable_getFirstCallbackNode=function(){return l(x)},o.unstable_next=function($e){switch(K){case 1:case 2:case 3:var et=3;break;default:et=K}var Ye=K;K=et;try{return $e()}finally{K=Ye}},o.unstable_pauseExecution=function(){},o.unstable_requestPaint=function(){},o.unstable_runWithPriority=function($e,et){switch($e){case 1:case 2:case 3:case 4:case 5:break;default:$e=3}var Ye=K;K=$e;try{return et()}finally{K=Ye}},o.unstable_scheduleCallback=function($e,et,Ye){var lt=o.unstable_now();switch(typeof Ye=="object"&&Ye!==null?(Ye=Ye.delay,Ye=typeof Ye=="number"&&0<Ye?lt+Ye:lt):Ye=lt,$e){case 1:var Et=-1;break;case 2:Et=250;break;case 5:Et=1073741823;break;case 4:Et=1e4;break;default:Et=5e3}return Et=Ye+Et,$e={id:q++,callback:et,priorityLevel:$e,startTime:Ye,expirationTime:Et,sortIndex:-1},Ye>lt?($e.sortIndex=Ye,i(N,$e),l(x)===null&&$e===l(N)&&(le?(oe(ct),ct=-1):le=!0,Lt(we,Ye-lt))):($e.sortIndex=Et,i(x,$e),te||J||(te=!0,kt(Be))),$e},o.unstable_shouldYield=Ze,o.unstable_wrapCallback=function($e){var et=K;return function(){var Ye=K;K=et;try{return $e.apply(this,arguments)}finally{K=Ye}}}}(Qy)),Qy}var Jy={};/**
165
+ * @license React
166
+ * scheduler.development.js
167
+ *
168
+ * Copyright (c) Facebook, Inc. and its affiliates.
169
+ *
170
+ * This source code is licensed under the MIT license found in the
171
+ * LICENSE file in the root directory of this source tree.
172
+ */var kE;function PN(){return kE||(kE=1,function(o){process.env.NODE_ENV!=="production"&&function(){typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error);var i=!1,l=!1,c=5;function u(vt,Bt){var bn=vt.length;vt.push(Bt),A(vt,Bt,bn)}function g(vt){return vt.length===0?null:vt[0]}function S(vt){if(vt.length===0)return null;var Bt=vt[0],bn=vt.pop();return bn!==Bt&&(vt[0]=bn,x(vt,bn,0)),Bt}function A(vt,Bt,bn){for(var ar=bn;ar>0;){var wn=ar-1>>>1,Tr=vt[wn];if(N(Tr,Bt)>0)vt[wn]=Bt,vt[ar]=Tr,ar=wn;else return}}function x(vt,Bt,bn){for(var ar=bn,wn=vt.length,Tr=wn>>>1;ar<Tr;){var In=(ar+1)*2-1,ya=vt[In],Mn=In+1,Kn=vt[Mn];if(N(ya,Bt)<0)Mn<wn&&N(Kn,ya)<0?(vt[ar]=Kn,vt[Mn]=Bt,ar=Mn):(vt[ar]=ya,vt[In]=Bt,ar=In);else if(Mn<wn&&N(Kn,Bt)<0)vt[ar]=Kn,vt[Mn]=Bt,ar=Mn;else return}}function N(vt,Bt){var bn=vt.sortIndex-Bt.sortIndex;return bn!==0?bn:vt.id-Bt.id}var q=1,$=2,K=3,J=4,te=5;function le(vt,Bt){}var ie=typeof performance=="object"&&typeof performance.now=="function";if(ie){var oe=performance;o.unstable_now=function(){return oe.now()}}else{var Ce=Date,Se=Ce.now();o.unstable_now=function(){return Ce.now()-Se}}var we=1073741823,Be=-1,nt=250,je=5e3,ct=1e4,Xe=we,ht=[],Ze=[],ut=1,He=null,rt=K,Xt=!1,kt=!1,Lt=!1,$e=typeof setTimeout=="function"?setTimeout:null,et=typeof clearTimeout=="function"?clearTimeout:null,Ye=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function lt(vt){for(var Bt=g(Ze);Bt!==null;){if(Bt.callback===null)S(Ze);else if(Bt.startTime<=vt)S(Ze),Bt.sortIndex=Bt.expirationTime,u(ht,Bt);else return;Bt=g(Ze)}}function Et(vt){if(Lt=!1,lt(vt),!kt)if(g(ht)!==null)kt=!0,tn(tr);else{var Bt=g(Ze);Bt!==null&&ur(Et,Bt.startTime-vt)}}function tr(vt,Bt){kt=!1,Lt&&(Lt=!1,Vt()),Xt=!0;var bn=rt;try{var ar;if(!l)return Jn(vt,Bt)}finally{He=null,rt=bn,Xt=!1}}function Jn(vt,Bt){var bn=Bt;for(lt(bn),He=g(ht);He!==null&&!i&&!(He.expirationTime>bn&&(!vt||Nn()));){var ar=He.callback;if(typeof ar=="function"){He.callback=null,rt=He.priorityLevel;var wn=He.expirationTime<=bn,Tr=ar(wn);bn=o.unstable_now(),typeof Tr=="function"?He.callback=Tr:He===g(ht)&&S(ht),lt(bn)}else S(ht);He=g(ht)}if(He!==null)return!0;var In=g(Ze);return In!==null&&ur(Et,In.startTime-bn),!1}function Dt(vt,Bt){switch(vt){case q:case $:case K:case J:case te:break;default:vt=K}var bn=rt;rt=vt;try{return Bt()}finally{rt=bn}}function wt(vt){var Bt;switch(rt){case q:case $:case K:Bt=K;break;default:Bt=rt;break}var bn=rt;rt=Bt;try{return vt()}finally{rt=bn}}function zn(vt){var Bt=rt;return function(){var bn=rt;rt=Bt;try{return vt.apply(this,arguments)}finally{rt=bn}}}function lr(vt,Bt,bn){var ar=o.unstable_now(),wn;if(typeof bn=="object"&&bn!==null){var Tr=bn.delay;typeof Tr=="number"&&Tr>0?wn=ar+Tr:wn=ar}else wn=ar;var In;switch(vt){case q:In=Be;break;case $:In=nt;break;case te:In=Xe;break;case J:In=ct;break;case K:default:In=je;break}var ya=wn+In,Mn={id:ut++,callback:Bt,priorityLevel:vt,startTime:wn,expirationTime:ya,sortIndex:-1};return wn>ar?(Mn.sortIndex=wn,u(Ze,Mn),g(ht)===null&&Mn===g(Ze)&&(Lt?Vt():Lt=!0,ur(Et,wn-ar))):(Mn.sortIndex=ya,u(ht,Mn),!kt&&!Xt&&(kt=!0,tn(tr))),Mn}function Dn(){}function sr(){!kt&&!Xt&&(kt=!0,tn(tr))}function An(){return g(ht)}function wr(vt){vt.callback=null}function zt(){return rt}var sn=!1,on=null,Vn=-1,cr=c,On=-1;function Nn(){var vt=o.unstable_now()-On;return!(vt<cr)}function Gn(){}function nr(vt){if(vt<0||vt>125){console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported");return}vt>0?cr=Math.floor(1e3/vt):cr=c}var At=function(){if(on!==null){var vt=o.unstable_now();On=vt;var Bt=!0,bn=!0;try{bn=on(Bt,vt)}finally{bn?Ft():(sn=!1,on=null)}}else sn=!1},Ft;if(typeof Ye=="function")Ft=function(){Ye(At)};else if(typeof MessageChannel<"u"){var bt=new MessageChannel,Rn=bt.port2;bt.port1.onmessage=At,Ft=function(){Rn.postMessage(null)}}else Ft=function(){$e(At,0)};function tn(vt){on=vt,sn||(sn=!0,Ft())}function ur(vt,Bt){Vn=$e(function(){vt(o.unstable_now())},Bt)}function Vt(){et(Vn),Vn=-1}var ga=Gn,Br=null;o.unstable_IdlePriority=te,o.unstable_ImmediatePriority=q,o.unstable_LowPriority=J,o.unstable_NormalPriority=K,o.unstable_Profiling=Br,o.unstable_UserBlockingPriority=$,o.unstable_cancelCallback=wr,o.unstable_continueExecution=sr,o.unstable_forceFrameRate=nr,o.unstable_getCurrentPriorityLevel=zt,o.unstable_getFirstCallbackNode=An,o.unstable_next=wt,o.unstable_pauseExecution=Dn,o.unstable_requestPaint=ga,o.unstable_runWithPriority=Dt,o.unstable_scheduleCallback=lr,o.unstable_shouldYield=Nn,o.unstable_wrapCallback=zn,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()}(Jy)),Jy}var RE;function DE(){return RE||(RE=1,function(o){process.env.NODE_ENV==="production"?o.exports=IN():o.exports=PN()}(qy)),qy.exports}/**
173
+ * @license React
174
+ * react-dom.production.min.js
175
+ *
176
+ * Copyright (c) Facebook, Inc. and its affiliates.
177
+ *
178
+ * This source code is licensed under the MIT license found in the
179
+ * LICENSE file in the root directory of this source tree.
180
+ */var AE;function UN(){if(AE)return Eu;AE=1;var o=Qn.default,i=DE();function l(n){for(var r="https://reactjs.org/docs/error-decoder.html?invariant="+n,f=1;f<arguments.length;f++)r+="&args[]="+encodeURIComponent(arguments[f]);return"Minified React error #"+n+"; visit "+r+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var c=new Set,u={};function g(n,r){S(n,r),S(n+"Capture",r)}function S(n,r){for(u[n]=r,n=0;n<r.length;n++)c.add(r[n])}var A=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),x=Object.prototype.hasOwnProperty,N=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,q={},$={};function K(n){return x.call($,n)?!0:x.call(q,n)?!1:N.test(n)?$[n]=!0:(q[n]=!0,!1)}function J(n,r,f,v){if(f!==null&&f.type===0)return!1;switch(typeof r){case"function":case"symbol":return!0;case"boolean":return v?!1:f!==null?!f.acceptsBooleans:(n=n.toLowerCase().slice(0,5),n!=="data-"&&n!=="aria-");default:return!1}}function te(n,r,f,v){if(r===null||typeof r>"u"||J(n,r,f,v))return!0;if(v)return!1;if(f!==null)switch(f.type){case 3:return!r;case 4:return r===!1;case 5:return isNaN(r);case 6:return isNaN(r)||1>r}return!1}function le(n,r,f,v,_,D,V){this.acceptsBooleans=r===2||r===3||r===4,this.attributeName=v,this.attributeNamespace=_,this.mustUseProperty=f,this.propertyName=n,this.type=r,this.sanitizeURL=D,this.removeEmptyString=V}var ie={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(n){ie[n]=new le(n,0,!1,n,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(n){var r=n[0];ie[r]=new le(r,1,!1,n[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(n){ie[n]=new le(n,2,!1,n.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(n){ie[n]=new le(n,2,!1,n,null,!1,!1)}),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(n){ie[n]=new le(n,3,!1,n.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(n){ie[n]=new le(n,3,!0,n,null,!1,!1)}),["capture","download"].forEach(function(n){ie[n]=new le(n,4,!1,n,null,!1,!1)}),["cols","rows","size","span"].forEach(function(n){ie[n]=new le(n,6,!1,n,null,!1,!1)}),["rowSpan","start"].forEach(function(n){ie[n]=new le(n,5,!1,n.toLowerCase(),null,!1,!1)});var oe=/[\-:]([a-z])/g;function Ce(n){return n[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(n){var r=n.replace(oe,Ce);ie[r]=new le(r,1,!1,n,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(n){var r=n.replace(oe,Ce);ie[r]=new le(r,1,!1,n,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(n){var r=n.replace(oe,Ce);ie[r]=new le(r,1,!1,n,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(n){ie[n]=new le(n,1,!1,n.toLowerCase(),null,!1,!1)}),ie.xlinkHref=new le("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(n){ie[n]=new le(n,1,!1,n.toLowerCase(),null,!0,!0)});function Se(n,r,f,v){var _=ie.hasOwnProperty(r)?ie[r]:null;(_!==null?_.type!==0:v||!(2<r.length)||r[0]!=="o"&&r[0]!=="O"||r[1]!=="n"&&r[1]!=="N")&&(te(r,f,_,v)&&(f=null),v||_===null?K(r)&&(f===null?n.removeAttribute(r):n.setAttribute(r,""+f)):_.mustUseProperty?n[_.propertyName]=f===null?_.type===3?!1:"":f:(r=_.attributeName,v=_.attributeNamespace,f===null?n.removeAttribute(r):(_=_.type,f=_===3||_===4&&f===!0?"":""+f,v?n.setAttributeNS(v,r,f):n.setAttribute(r,f))))}var we=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,Be=Symbol.for("react.element"),nt=Symbol.for("react.portal"),je=Symbol.for("react.fragment"),ct=Symbol.for("react.strict_mode"),Xe=Symbol.for("react.profiler"),ht=Symbol.for("react.provider"),Ze=Symbol.for("react.context"),ut=Symbol.for("react.forward_ref"),He=Symbol.for("react.suspense"),rt=Symbol.for("react.suspense_list"),Xt=Symbol.for("react.memo"),kt=Symbol.for("react.lazy"),Lt=Symbol.for("react.offscreen"),$e=Symbol.iterator;function et(n){return n===null||typeof n!="object"?null:(n=$e&&n[$e]||n["@@iterator"],typeof n=="function"?n:null)}var Ye=Object.assign,lt;function Et(n){if(lt===void 0)try{throw Error()}catch(f){var r=f.stack.trim().match(/\n( *(at )?)/);lt=r&&r[1]||""}return`
181
+ `+lt+n}var tr=!1;function Jn(n,r){if(!n||tr)return"";tr=!0;var f=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(r)if(r=function(){throw Error()},Object.defineProperty(r.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(r,[])}catch(Pe){var v=Pe}Reflect.construct(n,[],r)}else{try{r.call()}catch(Pe){v=Pe}n.call(r.prototype)}else{try{throw Error()}catch(Pe){v=Pe}n()}}catch(Pe){if(Pe&&v&&typeof Pe.stack=="string"){for(var _=Pe.stack.split(`
182
+ `),D=v.stack.split(`
183
+ `),V=_.length-1,se=D.length-1;1<=V&&0<=se&&_[V]!==D[se];)se--;for(;1<=V&&0<=se;V--,se--)if(_[V]!==D[se]){if(V!==1||se!==1)do if(V--,se--,0>se||_[V]!==D[se]){var pe=`
184
+ `+_[V].replace(" at new "," at ");return n.displayName&&pe.includes("<anonymous>")&&(pe=pe.replace("<anonymous>",n.displayName)),pe}while(1<=V&&0<=se);break}}}finally{tr=!1,Error.prepareStackTrace=f}return(n=n?n.displayName||n.name:"")?Et(n):""}function Dt(n){switch(n.tag){case 5:return Et(n.type);case 16:return Et("Lazy");case 13:return Et("Suspense");case 19:return Et("SuspenseList");case 0:case 2:case 15:return n=Jn(n.type,!1),n;case 11:return n=Jn(n.type.render,!1),n;case 1:return n=Jn(n.type,!0),n;default:return""}}function wt(n){if(n==null)return null;if(typeof n=="function")return n.displayName||n.name||null;if(typeof n=="string")return n;switch(n){case je:return"Fragment";case nt:return"Portal";case Xe:return"Profiler";case ct:return"StrictMode";case He:return"Suspense";case rt:return"SuspenseList"}if(typeof n=="object")switch(n.$$typeof){case Ze:return(n.displayName||"Context")+".Consumer";case ht:return(n._context.displayName||"Context")+".Provider";case ut:var r=n.render;return n=n.displayName,n||(n=r.displayName||r.name||"",n=n!==""?"ForwardRef("+n+")":"ForwardRef"),n;case Xt:return r=n.displayName||null,r!==null?r:wt(n.type)||"Memo";case kt:r=n._payload,n=n._init;try{return wt(n(r))}catch{}}return null}function zn(n){var r=n.type;switch(n.tag){case 24:return"Cache";case 9:return(r.displayName||"Context")+".Consumer";case 10:return(r._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return n=r.render,n=n.displayName||n.name||"",r.displayName||(n!==""?"ForwardRef("+n+")":"ForwardRef");case 7:return"Fragment";case 5:return r;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return wt(r);case 8:return r===ct?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof r=="function")return r.displayName||r.name||null;if(typeof r=="string")return r}return null}function lr(n){switch(typeof n){case"boolean":case"number":case"string":case"undefined":return n;case"object":return n;default:return""}}function Dn(n){var r=n.type;return(n=n.nodeName)&&n.toLowerCase()==="input"&&(r==="checkbox"||r==="radio")}function sr(n){var r=Dn(n)?"checked":"value",f=Object.getOwnPropertyDescriptor(n.constructor.prototype,r),v=""+n[r];if(!n.hasOwnProperty(r)&&typeof f<"u"&&typeof f.get=="function"&&typeof f.set=="function"){var _=f.get,D=f.set;return Object.defineProperty(n,r,{configurable:!0,get:function(){return _.call(this)},set:function(V){v=""+V,D.call(this,V)}}),Object.defineProperty(n,r,{enumerable:f.enumerable}),{getValue:function(){return v},setValue:function(V){v=""+V},stopTracking:function(){n._valueTracker=null,delete n[r]}}}}function An(n){n._valueTracker||(n._valueTracker=sr(n))}function wr(n){if(!n)return!1;var r=n._valueTracker;if(!r)return!0;var f=r.getValue(),v="";return n&&(v=Dn(n)?n.checked?"true":"false":n.value),n=v,n!==f?(r.setValue(n),!0):!1}function zt(n){if(n=n||(typeof document<"u"?document:void 0),typeof n>"u")return null;try{return n.activeElement||n.body}catch{return n.body}}function sn(n,r){var f=r.checked;return Ye({},r,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:f!=null?f:n._wrapperState.initialChecked})}function on(n,r){var f=r.defaultValue==null?"":r.defaultValue,v=r.checked!=null?r.checked:r.defaultChecked;f=lr(r.value!=null?r.value:f),n._wrapperState={initialChecked:v,initialValue:f,controlled:r.type==="checkbox"||r.type==="radio"?r.checked!=null:r.value!=null}}function Vn(n,r){r=r.checked,r!=null&&Se(n,"checked",r,!1)}function cr(n,r){Vn(n,r);var f=lr(r.value),v=r.type;if(f!=null)v==="number"?(f===0&&n.value===""||n.value!=f)&&(n.value=""+f):n.value!==""+f&&(n.value=""+f);else if(v==="submit"||v==="reset"){n.removeAttribute("value");return}r.hasOwnProperty("value")?Nn(n,r.type,f):r.hasOwnProperty("defaultValue")&&Nn(n,r.type,lr(r.defaultValue)),r.checked==null&&r.defaultChecked!=null&&(n.defaultChecked=!!r.defaultChecked)}function On(n,r,f){if(r.hasOwnProperty("value")||r.hasOwnProperty("defaultValue")){var v=r.type;if(!(v!=="submit"&&v!=="reset"||r.value!==void 0&&r.value!==null))return;r=""+n._wrapperState.initialValue,f||r===n.value||(n.value=r),n.defaultValue=r}f=n.name,f!==""&&(n.name=""),n.defaultChecked=!!n._wrapperState.initialChecked,f!==""&&(n.name=f)}function Nn(n,r,f){(r!=="number"||zt(n.ownerDocument)!==n)&&(f==null?n.defaultValue=""+n._wrapperState.initialValue:n.defaultValue!==""+f&&(n.defaultValue=""+f))}var Gn=Array.isArray;function nr(n,r,f,v){if(n=n.options,r){r={};for(var _=0;_<f.length;_++)r["$"+f[_]]=!0;for(f=0;f<n.length;f++)_=r.hasOwnProperty("$"+n[f].value),n[f].selected!==_&&(n[f].selected=_),_&&v&&(n[f].defaultSelected=!0)}else{for(f=""+lr(f),r=null,_=0;_<n.length;_++){if(n[_].value===f){n[_].selected=!0,v&&(n[_].defaultSelected=!0);return}r!==null||n[_].disabled||(r=n[_])}r!==null&&(r.selected=!0)}}function At(n,r){if(r.dangerouslySetInnerHTML!=null)throw Error(l(91));return Ye({},r,{value:void 0,defaultValue:void 0,children:""+n._wrapperState.initialValue})}function Ft(n,r){var f=r.value;if(f==null){if(f=r.children,r=r.defaultValue,f!=null){if(r!=null)throw Error(l(92));if(Gn(f)){if(1<f.length)throw Error(l(93));f=f[0]}r=f}r==null&&(r=""),f=r}n._wrapperState={initialValue:lr(f)}}function bt(n,r){var f=lr(r.value),v=lr(r.defaultValue);f!=null&&(f=""+f,f!==n.value&&(n.value=f),r.defaultValue==null&&n.defaultValue!==f&&(n.defaultValue=f)),v!=null&&(n.defaultValue=""+v)}function Rn(n){var r=n.textContent;r===n._wrapperState.initialValue&&r!==""&&r!==null&&(n.value=r)}function tn(n){switch(n){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function ur(n,r){return n==null||n==="http://www.w3.org/1999/xhtml"?tn(r):n==="http://www.w3.org/2000/svg"&&r==="foreignObject"?"http://www.w3.org/1999/xhtml":n}var Vt,ga=function(n){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(r,f,v,_){MSApp.execUnsafeLocalFunction(function(){return n(r,f,v,_)})}:n}(function(n,r){if(n.namespaceURI!=="http://www.w3.org/2000/svg"||"innerHTML"in n)n.innerHTML=r;else{for(Vt=Vt||document.createElement("div"),Vt.innerHTML="<svg>"+r.valueOf().toString()+"</svg>",r=Vt.firstChild;n.firstChild;)n.removeChild(n.firstChild);for(;r.firstChild;)n.appendChild(r.firstChild)}});function Br(n,r){if(r){var f=n.firstChild;if(f&&f===n.lastChild&&f.nodeType===3){f.nodeValue=r;return}}n.textContent=r}var vt={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},Bt=["Webkit","ms","Moz","O"];Object.keys(vt).forEach(function(n){Bt.forEach(function(r){r=r+n.charAt(0).toUpperCase()+n.substring(1),vt[r]=vt[n]})});function bn(n,r,f){return r==null||typeof r=="boolean"||r===""?"":f||typeof r!="number"||r===0||vt.hasOwnProperty(n)&&vt[n]?(""+r).trim():r+"px"}function ar(n,r){n=n.style;for(var f in r)if(r.hasOwnProperty(f)){var v=f.indexOf("--")===0,_=bn(f,r[f],v);f==="float"&&(f="cssFloat"),v?n.setProperty(f,_):n[f]=_}}var wn=Ye({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function Tr(n,r){if(r){if(wn[n]&&(r.children!=null||r.dangerouslySetInnerHTML!=null))throw Error(l(137,n));if(r.dangerouslySetInnerHTML!=null){if(r.children!=null)throw Error(l(60));if(typeof r.dangerouslySetInnerHTML!="object"||!("__html"in r.dangerouslySetInnerHTML))throw Error(l(61))}if(r.style!=null&&typeof r.style!="object")throw Error(l(62))}}function In(n,r){if(n.indexOf("-")===-1)return typeof r.is=="string";switch(n){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var ya=null;function Mn(n){return n=n.target||n.srcElement||window,n.correspondingUseElement&&(n=n.correspondingUseElement),n.nodeType===3?n.parentNode:n}var Kn=null,Xn=null,Ut=null;function ka(n){if(n=Mu(n)){if(typeof Kn!="function")throw Error(l(280));var r=n.stateNode;r&&(r=rn(r),Kn(n.stateNode,n.type,r))}}function Ra(n){Xn?Ut?Ut.push(n):Ut=[n]:Xn=n}function Va(){if(Xn){var n=Xn,r=Ut;if(Ut=Xn=null,ka(n),r)for(n=0;n<r.length;n++)ka(r[n])}}function xa(n,r){return n(r)}function Ni(){}var kr=!1;function Nr(n,r,f){if(kr)return n(r,f);kr=!0;try{return xa(n,r,f)}finally{kr=!1,(Xn!==null||Ut!==null)&&(Ni(),Va())}}function di(n,r){var f=n.stateNode;if(f===null)return null;var v=rn(f);if(v===null)return null;f=v[r];e:switch(r){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(v=!v.disabled)||(n=n.type,v=!(n==="button"||n==="input"||n==="select"||n==="textarea")),n=!v;break e;default:n=!1}if(n)return null;if(f&&typeof f!="function")throw Error(l(231,r,typeof f));return f}var qi=!1;if(A)try{var ni={};Object.defineProperty(ni,"passive",{get:function(){qi=!0}}),window.addEventListener("test",ni,ni),window.removeEventListener("test",ni,ni)}catch{qi=!1}function Cr(n,r,f,v,_,D,V,se,pe){var Pe=Array.prototype.slice.call(arguments,3);try{r.apply(f,Pe)}catch(ot){this.onError(ot)}}var Da=!1,Ka=null,_i=!1,fe=null,qe={onError:function(n){Da=!0,Ka=n}};function mt(n,r,f,v,_,D,V,se,pe){Da=!1,Ka=null,Cr.apply(qe,arguments)}function Yt(n,r,f,v,_,D,V,se,pe){if(mt.apply(this,arguments),Da){if(Da){var Pe=Ka;Da=!1,Ka=null}else throw Error(l(198));_i||(_i=!0,fe=Pe)}}function hn(n){var r=n,f=n;if(n.alternate)for(;r.return;)r=r.return;else{n=r;do r=n,(r.flags&4098)!==0&&(f=r.return),n=r.return;while(n)}return r.tag===3?f:null}function Fn(n){if(n.tag===13){var r=n.memoizedState;if(r===null&&(n=n.alternate,n!==null&&(r=n.memoizedState)),r!==null)return r.dehydrated}return null}function en(n){if(hn(n)!==n)throw Error(l(188))}function ft(n){var r=n.alternate;if(!r){if(r=hn(n),r===null)throw Error(l(188));return r!==n?null:n}for(var f=n,v=r;;){var _=f.return;if(_===null)break;var D=_.alternate;if(D===null){if(v=_.return,v!==null){f=v;continue}break}if(_.child===D.child){for(D=_.child;D;){if(D===f)return en(_),n;if(D===v)return en(_),r;D=D.sibling}throw Error(l(188))}if(f.return!==v.return)f=_,v=D;else{for(var V=!1,se=_.child;se;){if(se===f){V=!0,f=_,v=D;break}if(se===v){V=!0,v=_,f=D;break}se=se.sibling}if(!V){for(se=D.child;se;){if(se===f){V=!0,f=D,v=_;break}if(se===v){V=!0,v=D,f=_;break}se=se.sibling}if(!V)throw Error(l(189))}}if(f.alternate!==v)throw Error(l(190))}if(f.tag!==3)throw Error(l(188));return f.stateNode.current===f?n:r}function zr(n){return n=ft(n),n!==null?ir(n):null}function ir(n){if(n.tag===5||n.tag===6)return n;for(n=n.child;n!==null;){var r=ir(n);if(r!==null)return r;n=n.sibling}return null}var Ot=i.unstable_scheduleCallback,_r=i.unstable_cancelCallback,Sa=i.unstable_shouldYield,ri=i.unstable_requestPaint,Sn=i.unstable_now,fr=i.unstable_getCurrentPriorityLevel,ua=i.unstable_ImmediatePriority,mn=i.unstable_UserBlockingPriority,Ir=i.unstable_NormalPriority,so=i.unstable_LowPriority,pi=i.unstable_IdlePriority,Yr=null,Pr=null;function bi(n){if(Pr&&typeof Pr.onCommitFiberRoot=="function")try{Pr.onCommitFiberRoot(Yr,n,void 0,(n.current.flags&128)===128)}catch{}}var sa=Math.clz32?Math.clz32:kl,Bo=Math.log,Tl=Math.LN2;function kl(n){return n>>>=0,n===0?32:31-(Bo(n)/Tl|0)|0}var Li=64,hi=4194304;function vi(n){switch(n&-n){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return n&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return n&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return n}}function Aa(n,r){var f=n.pendingLanes;if(f===0)return 0;var v=0,_=n.suspendedLanes,D=n.pingedLanes,V=f&268435455;if(V!==0){var se=V&~_;se!==0?v=vi(se):(D&=V,D!==0&&(v=vi(D)))}else V=f&~_,V!==0?v=vi(V):D!==0&&(v=vi(D));if(v===0)return 0;if(r!==0&&r!==v&&(r&_)===0&&(_=v&-v,D=r&-r,_>=D||_===16&&(D&4194240)!==0))return r;if((v&4)!==0&&(v|=f&16),r=n.entangledLanes,r!==0)for(n=n.entanglements,r&=v;0<r;)f=31-sa(r),_=1<<f,v|=n[f],r&=~_;return v}function T(n,r){switch(n){case 1:case 2:case 4:return r+250;case 8:case 16:case 32:case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return r+5e3;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return-1;case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function z(n,r){for(var f=n.suspendedLanes,v=n.pingedLanes,_=n.expirationTimes,D=n.pendingLanes;0<D;){var V=31-sa(D),se=1<<V,pe=_[V];pe===-1?((se&f)===0||(se&v)!==0)&&(_[V]=T(se,r)):pe<=r&&(n.expiredLanes|=se),D&=~se}}function G(n){return n=n.pendingLanes&-1073741825,n!==0?n:n&1073741824?1073741824:0}function ne(){var n=Li;return Li<<=1,(Li&4194240)===0&&(Li=64),n}function Te(n){for(var r=[],f=0;31>f;f++)r.push(n);return r}function ye(n,r,f){n.pendingLanes|=r,r!==536870912&&(n.suspendedLanes=0,n.pingedLanes=0),n=n.eventTimes,r=31-sa(r),n[r]=f}function Ue(n,r){var f=n.pendingLanes&~r;n.pendingLanes=r,n.suspendedLanes=0,n.pingedLanes=0,n.expiredLanes&=r,n.mutableReadLanes&=r,n.entangledLanes&=r,r=n.entanglements;var v=n.eventTimes;for(n=n.expirationTimes;0<f;){var _=31-sa(f),D=1<<_;r[_]=0,v[_]=-1,n[_]=-1,f&=~D}}function at(n,r){var f=n.entangledLanes|=r;for(n=n.entanglements;f;){var v=31-sa(f),_=1<<v;_&r|n[v]&r&&(n[v]|=r),f&=~_}}var dt=0;function St(n){return n&=-n,1<n?4<n?(n&268435455)!==0?16:536870912:4:1}var Gt,qn,ln,Gr,aa,un=!1,Ea=[],Lr=null,ia=null,Ta=null,Wa=new Map,br=new Map,mr=[],No="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit".split(" ");function za(n,r){switch(n){case"focusin":case"focusout":Lr=null;break;case"dragenter":case"dragleave":ia=null;break;case"mouseover":case"mouseout":Ta=null;break;case"pointerover":case"pointerout":Wa.delete(r.pointerId);break;case"gotpointercapture":case"lostpointercapture":br.delete(r.pointerId)}}function ca(n,r,f,v,_,D){return n===null||n.nativeEvent!==D?(n={blockedOn:r,domEventName:f,eventSystemFlags:v,nativeEvent:D,targetContainers:[_]},r!==null&&(r=Mu(r),r!==null&&qn(r)),n):(n.eventSystemFlags|=v,r=n.targetContainers,_!==null&&r.indexOf(_)===-1&&r.push(_),n)}function dr(n,r,f,v,_){switch(r){case"focusin":return Lr=ca(Lr,n,r,f,v,_),!0;case"dragenter":return ia=ca(ia,n,r,f,v,_),!0;case"mouseover":return Ta=ca(Ta,n,r,f,v,_),!0;case"pointerover":var D=_.pointerId;return Wa.set(D,ca(Wa.get(D)||null,n,r,f,v,_)),!0;case"gotpointercapture":return D=_.pointerId,br.set(D,ca(br.get(D)||null,n,r,f,v,_)),!0}return!1}function zi(n){var r=Pi(n.target);if(r!==null){var f=hn(r);if(f!==null){if(r=f.tag,r===13){if(r=Fn(f),r!==null){n.blockedOn=r,aa(n.priority,function(){ln(f)});return}}else if(r===3&&f.stateNode.current.memoizedState.isDehydrated){n.blockedOn=f.tag===3?f.stateNode.containerInfo:null;return}}}n.blockedOn=null}function xi(n){if(n.blockedOn!==null)return!1;for(var r=n.targetContainers;0<r.length;){var f=al(n.domEventName,n.eventSystemFlags,r[0],n.nativeEvent);if(f===null){f=n.nativeEvent;var v=new f.constructor(f.type,f);ya=v,f.target.dispatchEvent(v),ya=null}else return r=Mu(f),r!==null&&qn(r),n.blockedOn=f,!1;r.shift()}return!0}function rl(n,r,f){xi(n)&&f.delete(r)}function pr(){un=!1,Lr!==null&&xi(Lr)&&(Lr=null),ia!==null&&xi(ia)&&(ia=null),Ta!==null&&xi(Ta)&&(Ta=null),Wa.forEach(rl),br.forEach(rl)}function mi(n,r){n.blockedOn===r&&(n.blockedOn=null,un||(un=!0,i.unstable_scheduleCallback(i.unstable_NormalPriority,pr)))}function xr(n){function r(_){return mi(_,n)}if(0<Ea.length){mi(Ea[0],n);for(var f=1;f<Ea.length;f++){var v=Ea[f];v.blockedOn===n&&(v.blockedOn=null)}}for(Lr!==null&&mi(Lr,n),ia!==null&&mi(ia,n),Ta!==null&&mi(Ta,n),Wa.forEach(r),br.forEach(r),f=0;f<mr.length;f++)v=mr[f],v.blockedOn===n&&(v.blockedOn=null);for(;0<mr.length&&(f=mr[0],f.blockedOn===null);)zi(f),f.blockedOn===null&&mr.shift()}var Oa=we.ReactCurrentBatchConfig,wa=!0;function Qi(n,r,f,v){var _=dt,D=Oa.transition;Oa.transition=null;try{dt=1,Ya(n,r,f,v)}finally{dt=_,Oa.transition=D}}function Ti(n,r,f,v){var _=dt,D=Oa.transition;Oa.transition=null;try{dt=4,Ya(n,r,f,v)}finally{dt=_,Oa.transition=D}}function Ya(n,r,f,v){if(wa){var _=al(n,r,f,v);if(_===null)Os(n,r,v,co,f),za(n,v);else if(dr(_,n,r,f,v))v.stopPropagation();else if(za(n,v),r&4&&-1<No.indexOf(n)){for(;_!==null;){var D=Mu(_);if(D!==null&&Gt(D),D=al(n,r,f,v),D===null&&Os(n,r,v,co,f),D===_)break;_=D}_!==null&&v.stopPropagation()}else Os(n,r,v,null,f)}}var co=null;function al(n,r,f,v){if(co=null,n=Mn(v),n=Pi(n),n!==null)if(r=hn(n),r===null)n=null;else if(f=r.tag,f===13){if(n=Fn(r),n!==null)return n;n=null}else if(f===3){if(r.stateNode.current.memoizedState.isDehydrated)return r.tag===3?r.stateNode.containerInfo:null;n=null}else r!==n&&(n=null);return co=n,null}function Cu(n){switch(n){case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 1;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 4;case"message":switch(fr()){case ua:return 1;case mn:return 4;case Ir:case so:return 16;case pi:return 536870912;default:return 16}default:return 16}}var Ji=null,Lo=null,Vl=null;function _u(){if(Vl)return Vl;var n,r=Lo,f=r.length,v,_="value"in Ji?Ji.value:Ji.textContent,D=_.length;for(n=0;n<f&&r[n]===_[n];n++);var V=f-n;for(v=1;v<=V&&r[f-v]===_[D-v];v++);return Vl=_.slice(n,1<v?1-v:void 0)}function fo(n){var r=n.keyCode;return"charCode"in n?(n=n.charCode,n===0&&r===13&&(n=13)):n=r,n===10&&(n=13),32<=n||n===13?n:0}function po(){return!0}function Kl(){return!1}function Ma(n){function r(f,v,_,D,V){this._reactName=f,this._targetInst=_,this.type=v,this.nativeEvent=D,this.target=V,this.currentTarget=null;for(var se in n)n.hasOwnProperty(se)&&(f=n[se],this[se]=f?f(D):D[se]);return this.isDefaultPrevented=(D.defaultPrevented!=null?D.defaultPrevented:D.returnValue===!1)?po:Kl,this.isPropagationStopped=Kl,this}return Ye(r.prototype,{preventDefault:function(){this.defaultPrevented=!0;var f=this.nativeEvent;f&&(f.preventDefault?f.preventDefault():typeof f.returnValue!="unknown"&&(f.returnValue=!1),this.isDefaultPrevented=po)},stopPropagation:function(){var f=this.nativeEvent;f&&(f.stopPropagation?f.stopPropagation():typeof f.cancelBubble!="unknown"&&(f.cancelBubble=!0),this.isPropagationStopped=po)},persist:function(){},isPersistent:po}),r}var gi={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(n){return n.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},Ii=Ma(gi),ho=Ye({},gi,{view:0,detail:0}),Rl=Ma(ho),Zn,vo,mo,fa=Ye({},ho,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Xl,button:0,buttons:0,relatedTarget:function(n){return n.relatedTarget===void 0?n.fromElement===n.srcElement?n.toElement:n.fromElement:n.relatedTarget},movementX:function(n){return"movementX"in n?n.movementX:(n!==mo&&(mo&&n.type==="mousemove"?(Zn=n.screenX-mo.screenX,vo=n.screenY-mo.screenY):vo=Zn=0,mo=n),Zn)},movementY:function(n){return"movementY"in n?n.movementY:vo}}),Ga=Ma(fa),Wl=Ye({},fa,{dataTransfer:0}),Dl=Ma(Wl),ai=Ye({},ho,{relatedTarget:0}),oa=Ma(ai),Qr=Ye({},gi,{animationName:0,elapsedTime:0,pseudoElement:0}),Yl=Ma(Qr),ts=Ye({},gi,{clipboardData:function(n){return"clipboardData"in n?n.clipboardData:window.clipboardData}}),bu=Ma(ts),Ts=Ye({},gi,{data:0}),Rr=Ma(Ts),zo={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},Al={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},Xa={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function Gl(n){var r=this.nativeEvent;return r.getModifierState?r.getModifierState(n):(n=Xa[n])?!!r[n]:!1}function Xl(){return Gl}var ki=Ye({},ho,{key:function(n){if(n.key){var r=zo[n.key]||n.key;if(r!=="Unidentified")return r}return n.type==="keypress"?(n=fo(n),n===13?"Enter":String.fromCharCode(n)):n.type==="keydown"||n.type==="keyup"?Al[n.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Xl,charCode:function(n){return n.type==="keypress"?fo(n):0},keyCode:function(n){return n.type==="keydown"||n.type==="keyup"?n.keyCode:0},which:function(n){return n.type==="keypress"?fo(n):n.type==="keydown"||n.type==="keyup"?n.keyCode:0}}),xu=Ma(ki),k=Ye({},fa,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),I=Ma(k),W=Ye({},ho,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Xl}),re=Ma(W),be=Ye({},gi,{propertyName:0,elapsedTime:0,pseudoElement:0}),_e=Ma(be),De=Ye({},fa,{deltaX:function(n){return"deltaX"in n?n.deltaX:"wheelDeltaX"in n?-n.wheelDeltaX:0},deltaY:function(n){return"deltaY"in n?n.deltaY:"wheelDeltaY"in n?-n.wheelDeltaY:"wheelDelta"in n?-n.wheelDelta:0},deltaZ:0,deltaMode:0}),tt=Ma(De),Rt=[9,13,27,32],nn=A&&"CompositionEvent"in window,dn=null;A&&"documentMode"in document&&(dn=document.documentMode);var gr=A&&"TextEvent"in window&&!dn,Ia=A&&(!nn||dn&&8<dn&&11>=dn),Ur=String.fromCharCode(32),Dr=!1;function Io(n,r){switch(n){case"keyup":return Rt.indexOf(r.keyCode)!==-1;case"keydown":return r.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function ql(n){return n=n.detail,typeof n=="object"&&"data"in n?n.data:null}var Po=!1;function ks(n,r){switch(n){case"compositionend":return ql(r);case"keypress":return r.which!==32?null:(Dr=!0,Ur);case"textInput":return n=r.data,n===Ur&&Dr?null:n;default:return null}}function Xc(n,r){if(Po)return n==="compositionend"||!nn&&Io(n,r)?(n=_u(),Vl=Lo=Ji=null,Po=!1,n):null;switch(n){case"paste":return null;case"keypress":if(!(r.ctrlKey||r.altKey||r.metaKey)||r.ctrlKey&&r.altKey){if(r.char&&1<r.char.length)return r.char;if(r.which)return String.fromCharCode(r.which)}return null;case"compositionend":return Ia&&r.locale!=="ko"?null:r.data;default:return null}}var rc={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function qc(n){var r=n&&n.nodeName&&n.nodeName.toLowerCase();return r==="input"?!!rc[n.type]:r==="textarea"}function ac(n,r,f,v){Ra(v),r=Fl(r,"onChange"),0<r.length&&(f=new Ii("onChange","change",null,f,v),n.push({event:f,listeners:r}))}var ns=null,Ol=null;function Ql(n){Du(n,0)}function Tu(n){var r=Bl(n);if(wr(r))return n}function d(n,r){if(n==="change")return r}var w=!1;if(A){var M;if(A){var P="oninput"in document;if(!P){var j=document.createElement("div");j.setAttribute("oninput","return;"),P=typeof j.oninput=="function"}M=P}else M=!1;w=M&&(!document.documentMode||9<document.documentMode)}function Z(){ns&&(ns.detachEvent("onpropertychange",ue),Ol=ns=null)}function ue(n){if(n.propertyName==="value"&&Tu(Ol)){var r=[];ac(r,Ol,n,Mn(n)),Nr(Ql,r)}}function Ee(n,r,f){n==="focusin"?(Z(),ns=r,Ol=f,ns.attachEvent("onpropertychange",ue)):n==="focusout"&&Z()}function Ie(n){if(n==="selectionchange"||n==="keyup"||n==="keydown")return Tu(Ol)}function Ne(n,r){if(n==="click")return Tu(r)}function Ge(n,r){if(n==="input"||n==="change")return Tu(r)}function xt(n,r){return n===r&&(n!==0||1/n===1/r)||n!==n&&r!==r}var yt=typeof Object.is=="function"?Object.is:xt;function gn(n,r){if(yt(n,r))return!0;if(typeof n!="object"||n===null||typeof r!="object"||r===null)return!1;var f=Object.keys(n),v=Object.keys(r);if(f.length!==v.length)return!1;for(v=0;v<f.length;v++){var _=f[v];if(!x.call(r,_)||!yt(n[_],r[_]))return!1}return!0}function Pn(n){for(;n&&n.firstChild;)n=n.firstChild;return n}function Ar(n,r){var f=Pn(n);n=0;for(var v;f;){if(f.nodeType===3){if(v=n+f.textContent.length,n<=r&&v>=r)return{node:f,offset:r-n};n=v}e:{for(;f;){if(f.nextSibling){f=f.nextSibling;break e}f=f.parentNode}f=void 0}f=Pn(f)}}function ii(n,r){return n&&r?n===r?!0:n&&n.nodeType===3?!1:r&&r.nodeType===3?ii(n,r.parentNode):"contains"in n?n.contains(r):n.compareDocumentPosition?!!(n.compareDocumentPosition(r)&16):!1:!1}function qa(){for(var n=window,r=zt();r instanceof n.HTMLIFrameElement;){try{var f=typeof r.contentWindow.location.href=="string"}catch{f=!1}if(f)n=r.contentWindow;else break;r=zt(n.document)}return r}function Qa(n){var r=n&&n.nodeName&&n.nodeName.toLowerCase();return r&&(r==="input"&&(n.type==="text"||n.type==="search"||n.type==="tel"||n.type==="url"||n.type==="password")||r==="textarea"||n.contentEditable==="true")}function Rs(n){var r=qa(),f=n.focusedElem,v=n.selectionRange;if(r!==f&&f&&f.ownerDocument&&ii(f.ownerDocument.documentElement,f)){if(v!==null&&Qa(f)){if(r=v.start,n=v.end,n===void 0&&(n=r),"selectionStart"in f)f.selectionStart=r,f.selectionEnd=Math.min(n,f.value.length);else if(n=(r=f.ownerDocument||document)&&r.defaultView||window,n.getSelection){n=n.getSelection();var _=f.textContent.length,D=Math.min(v.start,_);v=v.end===void 0?D:Math.min(v.end,_),!n.extend&&D>v&&(_=v,v=D,D=_),_=Ar(f,D);var V=Ar(f,v);_&&V&&(n.rangeCount!==1||n.anchorNode!==_.node||n.anchorOffset!==_.offset||n.focusNode!==V.node||n.focusOffset!==V.offset)&&(r=r.createRange(),r.setStart(_.node,_.offset),n.removeAllRanges(),D>v?(n.addRange(r),n.extend(V.node,V.offset)):(r.setEnd(V.node,V.offset),n.addRange(r)))}}for(r=[],n=f;n=n.parentNode;)n.nodeType===1&&r.push({element:n,left:n.scrollLeft,top:n.scrollTop});for(typeof f.focus=="function"&&f.focus(),f=0;f<r.length;f++)n=r[f],n.element.scrollLeft=n.left,n.element.scrollTop=n.top}}var Qc=A&&"documentMode"in document&&11>=document.documentMode,Zi=null,Lf=null,Ds=null,zf=!1;function Dd(n,r,f){var v=f.window===f?f.document:f.nodeType===9?f:f.ownerDocument;zf||Zi==null||Zi!==zt(v)||(v=Zi,"selectionStart"in v&&Qa(v)?v={start:v.selectionStart,end:v.selectionEnd}:(v=(v.ownerDocument&&v.ownerDocument.defaultView||window).getSelection(),v={anchorNode:v.anchorNode,anchorOffset:v.anchorOffset,focusNode:v.focusNode,focusOffset:v.focusOffset}),Ds&&gn(Ds,v)||(Ds=v,v=Fl(Lf,"onSelect"),0<v.length&&(r=new Ii("onSelect","select",null,r,f),n.push({event:r,listeners:v}),r.target=Zi)))}function ic(n,r){var f={};return f[n.toLowerCase()]=r.toLowerCase(),f["Webkit"+n]="webkit"+r,f["Moz"+n]="moz"+r,f}var ku={animationend:ic("Animation","AnimationEnd"),animationiteration:ic("Animation","AnimationIteration"),animationstart:ic("Animation","AnimationStart"),transitionend:ic("Transition","TransitionEnd")},la={},rs={};A&&(rs=document.createElement("div").style,"AnimationEvent"in window||(delete ku.animationend.animation,delete ku.animationiteration.animation,delete ku.animationstart.animation),"TransitionEvent"in window||delete ku.transitionend.transition);function Pa(n){if(la[n])return la[n];if(!ku[n])return n;var r=ku[n],f;for(f in r)if(r.hasOwnProperty(f)&&f in rs)return la[n]=r[f];return n}var Jr=Pa("animationend"),as=Pa("animationiteration"),Jc=Pa("animationstart"),Zc=Pa("transitionend"),ef=new Map,tf="abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");function il(n,r){ef.set(n,r),g(r,[n])}for(var As=0;As<tf.length;As++){var Ru=tf[As],nf=Ru.toLowerCase(),is=Ru[0].toUpperCase()+Ru.slice(1);il(nf,"on"+is)}il(Jr,"onAnimationEnd"),il(as,"onAnimationIteration"),il(Jc,"onAnimationStart"),il("dblclick","onDoubleClick"),il("focusin","onFocus"),il("focusout","onBlur"),il(Zc,"onTransitionEnd"),S("onMouseEnter",["mouseout","mouseover"]),S("onMouseLeave",["mouseout","mouseover"]),S("onPointerEnter",["pointerout","pointerover"]),S("onPointerLeave",["pointerout","pointerover"]),g("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),g("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),g("onBeforeInput",["compositionend","keypress","textInput","paste"]),g("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),g("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),g("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var Jl="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),oc=new Set("cancel close invalid load scroll toggle".split(" ").concat(Jl));function os(n,r,f){var v=n.type||"unknown-event";n.currentTarget=f,Yt(v,r,void 0,n),n.currentTarget=null}function Du(n,r){r=(r&4)!==0;for(var f=0;f<n.length;f++){var v=n[f],_=v.event;v=v.listeners;e:{var D=void 0;if(r)for(var V=v.length-1;0<=V;V--){var se=v[V],pe=se.instance,Pe=se.currentTarget;if(se=se.listener,pe!==D&&_.isPropagationStopped())break e;os(_,se,Pe),D=pe}else for(V=0;V<v.length;V++){if(se=v[V],pe=se.instance,Pe=se.currentTarget,se=se.listener,pe!==D&&_.isPropagationStopped())break e;os(_,se,Pe),D=pe}}}if(_i)throw n=fe,_i=!1,fe=null,n}function Or(n,r){var f=r[Ou];f===void 0&&(f=r[Ou]=new Set);var v=n+"__bubble";f.has(v)||(rf(r,n,2,!1),f.add(v))}function ol(n,r,f){var v=0;r&&(v|=4),rf(f,n,v,r)}var Ml="_reactListening"+Math.random().toString(36).slice(2);function Au(n){if(!n[Ml]){n[Ml]=!0,c.forEach(function(f){f!=="selectionchange"&&(oc.has(f)||ol(f,!1,n),ol(f,!0,n))});var r=n.nodeType===9?n:n.ownerDocument;r===null||r[Ml]||(r[Ml]=!0,ol("selectionchange",!1,r))}}function rf(n,r,f,v){switch(Cu(r)){case 1:var _=Qi;break;case 4:_=Ti;break;default:_=Ya}f=_.bind(null,r,f,n),_=void 0,!qi||r!=="touchstart"&&r!=="touchmove"&&r!=="wheel"||(_=!0),v?_!==void 0?n.addEventListener(r,f,{capture:!0,passive:_}):n.addEventListener(r,f,!0):_!==void 0?n.addEventListener(r,f,{passive:_}):n.addEventListener(r,f,!1)}function Os(n,r,f,v,_){var D=v;if((r&1)===0&&(r&2)===0&&v!==null)e:for(;;){if(v===null)return;var V=v.tag;if(V===3||V===4){var se=v.stateNode.containerInfo;if(se===_||se.nodeType===8&&se.parentNode===_)break;if(V===4)for(V=v.return;V!==null;){var pe=V.tag;if((pe===3||pe===4)&&(pe=V.stateNode.containerInfo,pe===_||pe.nodeType===8&&pe.parentNode===_))return;V=V.return}for(;se!==null;){if(V=Pi(se),V===null)return;if(pe=V.tag,pe===5||pe===6){v=D=V;continue e}se=se.parentNode}}v=v.return}Nr(function(){var Pe=D,ot=Mn(f),st=[];e:{var it=ef.get(n);if(it!==void 0){var It=Ii,Qt=n;switch(n){case"keypress":if(fo(f)===0)break e;case"keydown":case"keyup":It=xu;break;case"focusin":Qt="focus",It=oa;break;case"focusout":Qt="blur",It=oa;break;case"beforeblur":case"afterblur":It=oa;break;case"click":if(f.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":It=Ga;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":It=Dl;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":It=re;break;case Jr:case as:case Jc:It=Yl;break;case Zc:It=_e;break;case"scroll":It=Rl;break;case"wheel":It=tt;break;case"copy":case"cut":case"paste":It=bu;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":It=I}var an=(r&4)!==0,wi=!an&&n==="scroll",xe=an?it!==null?it+"Capture":null:it;an=[];for(var me=Pe,Oe;me!==null;){Oe=me;var gt=Oe.stateNode;if(Oe.tag===5&&gt!==null&&(Oe=gt,xe!==null&&(gt=di(me,xe),gt!=null&&an.push(Ms(me,gt,Oe)))),wi)break;me=me.return}0<an.length&&(it=new It(it,Qt,null,f,ot),st.push({event:it,listeners:an}))}}if((r&7)===0){e:{if(it=n==="mouseover"||n==="pointerover",It=n==="mouseout"||n==="pointerout",it&&f!==ya&&(Qt=f.relatedTarget||f.fromElement)&&(Pi(Qt)||Qt[ru]))break e;if((It||it)&&(it=ot.window===ot?ot:(it=ot.ownerDocument)?it.defaultView||it.parentWindow:window,It?(Qt=f.relatedTarget||f.toElement,It=Pe,Qt=Qt?Pi(Qt):null,Qt!==null&&(wi=hn(Qt),Qt!==wi||Qt.tag!==5&&Qt.tag!==6)&&(Qt=null)):(It=null,Qt=Pe),It!==Qt)){if(an=Ga,gt="onMouseLeave",xe="onMouseEnter",me="mouse",(n==="pointerout"||n==="pointerover")&&(an=I,gt="onPointerLeave",xe="onPointerEnter",me="pointer"),wi=It==null?it:Bl(It),Oe=Qt==null?it:Bl(Qt),it=new an(gt,me+"leave",It,f,ot),it.target=wi,it.relatedTarget=Oe,gt=null,Pi(ot)===Pe&&(an=new an(xe,me+"enter",Qt,f,ot),an.target=Oe,an.relatedTarget=wi,gt=an),wi=gt,It&&Qt)t:{for(an=It,xe=Qt,me=0,Oe=an;Oe;Oe=Zl(Oe))me++;for(Oe=0,gt=xe;gt;gt=Zl(gt))Oe++;for(;0<me-Oe;)an=Zl(an),me--;for(;0<Oe-me;)xe=Zl(xe),Oe--;for(;me--;){if(an===xe||xe!==null&&an===xe.alternate)break t;an=Zl(an),xe=Zl(xe)}an=null}else an=null;It!==null&&Fs(st,it,It,an,!1),Qt!==null&&wi!==null&&Fs(st,wi,Qt,an,!0)}}e:{if(it=Pe?Bl(Pe):window,It=it.nodeName&&it.nodeName.toLowerCase(),It==="select"||It==="input"&&it.type==="file")var fn=d;else if(qc(it))if(w)fn=Ge;else{fn=Ie;var Jt=Ee}else(It=it.nodeName)&&It.toLowerCase()==="input"&&(it.type==="checkbox"||it.type==="radio")&&(fn=Ne);if(fn&&(fn=fn(n,Pe))){ac(st,fn,f,ot);break e}Jt&&Jt(n,it,Pe),n==="focusout"&&(Jt=it._wrapperState)&&Jt.controlled&&it.type==="number"&&Nn(it,"number",it.value)}switch(Jt=Pe?Bl(Pe):window,n){case"focusin":(qc(Jt)||Jt.contentEditable==="true")&&(Zi=Jt,Lf=Pe,Ds=null);break;case"focusout":Ds=Lf=Zi=null;break;case"mousedown":zf=!0;break;case"contextmenu":case"mouseup":case"dragend":zf=!1,Dd(st,f,ot);break;case"selectionchange":if(Qc)break;case"keydown":case"keyup":Dd(st,f,ot)}var En;if(nn)e:{switch(n){case"compositionstart":var Hn="onCompositionStart";break e;case"compositionend":Hn="onCompositionEnd";break e;case"compositionupdate":Hn="onCompositionUpdate";break e}Hn=void 0}else Po?Io(n,f)&&(Hn="onCompositionEnd"):n==="keydown"&&f.keyCode===229&&(Hn="onCompositionStart");Hn&&(Ia&&f.locale!=="ko"&&(Po||Hn!=="onCompositionStart"?Hn==="onCompositionEnd"&&Po&&(En=_u()):(Ji=ot,Lo="value"in Ji?Ji.value:Ji.textContent,Po=!0)),Jt=Fl(Pe,Hn),0<Jt.length&&(Hn=new Rr(Hn,n,null,f,ot),st.push({event:Hn,listeners:Jt}),En?Hn.data=En:(En=ql(f),En!==null&&(Hn.data=En)))),(En=gr?ks(n,f):Xc(n,f))&&(Pe=Fl(Pe,"onBeforeInput"),0<Pe.length&&(ot=new Rr("onBeforeInput","beforeinput",null,f,ot),st.push({event:ot,listeners:Pe}),ot.data=En))}Du(st,r)})}function Ms(n,r,f){return{instance:n,listener:r,currentTarget:f}}function Fl(n,r){for(var f=r+"Capture",v=[];n!==null;){var _=n,D=_.stateNode;_.tag===5&&D!==null&&(_=D,D=di(n,f),D!=null&&v.unshift(Ms(n,D,_)),D=di(n,r),D!=null&&v.push(Ms(n,D,_))),n=n.return}return v}function Zl(n){if(n===null)return null;do n=n.return;while(n&&n.tag!==5);return n||null}function Fs(n,r,f,v,_){for(var D=r._reactName,V=[];f!==null&&f!==v;){var se=f,pe=se.alternate,Pe=se.stateNode;if(pe!==null&&pe===v)break;se.tag===5&&Pe!==null&&(se=Pe,_?(pe=di(f,D),pe!=null&&V.unshift(Ms(f,pe,se))):_||(pe=di(f,D),pe!=null&&V.push(Ms(f,pe,se)))),f=f.return}V.length!==0&&n.push({event:r,listeners:V})}var eu=/\r\n?/g,If=/\u0000|\uFFFD/g;function lc(n){return(typeof n=="string"?n:""+n).replace(eu,`
185
+ `).replace(If,"")}function ll(n,r,f){if(r=lc(r),lc(n)!==r&&f)throw Error(l(425))}function uc(){}var tu=null,go=null;function ls(n,r){return n==="textarea"||n==="noscript"||typeof r.children=="string"||typeof r.children=="number"||typeof r.dangerouslySetInnerHTML=="object"&&r.dangerouslySetInnerHTML!==null&&r.dangerouslySetInnerHTML.__html!=null}var Ri=typeof setTimeout=="function"?setTimeout:void 0,sc=typeof clearTimeout=="function"?clearTimeout:void 0,Bs=typeof Promise=="function"?Promise:void 0,us=typeof queueMicrotask=="function"?queueMicrotask:typeof Bs<"u"?function(n){return Bs.resolve(null).then(n).catch(Pf)}:Ri;function Pf(n){setTimeout(function(){throw n})}function Uo(n,r){var f=r,v=0;do{var _=f.nextSibling;if(n.removeChild(f),_&&_.nodeType===8)if(f=_.data,f==="/$"){if(v===0){n.removeChild(_),xr(r);return}v--}else f!=="$"&&f!=="$?"&&f!=="$!"||v++;f=_}while(f);xr(r)}function Ho(n){for(;n!=null;n=n.nextSibling){var r=n.nodeType;if(r===1||r===3)break;if(r===8){if(r=n.data,r==="$"||r==="$!"||r==="$?")break;if(r==="/$")return null}}return n}function Ns(n){n=n.previousSibling;for(var r=0;n;){if(n.nodeType===8){var f=n.data;if(f==="$"||f==="$!"||f==="$?"){if(r===0)return n;r--}else f==="/$"&&r++}n=n.previousSibling}return null}var ul=Math.random().toString(36).slice(2),eo="__reactFiber$"+ul,nu="__reactProps$"+ul,ru="__reactContainer$"+ul,Ou="__reactEvents$"+ul,af="__reactListeners$"+ul,cc="__reactHandles$"+ul;function Pi(n){var r=n[eo];if(r)return r;for(var f=n.parentNode;f;){if(r=f[ru]||f[eo]){if(f=r.alternate,r.child!==null||f!==null&&f.child!==null)for(n=Ns(n);n!==null;){if(f=n[eo])return f;n=Ns(n)}return r}n=f,f=n.parentNode}return null}function Mu(n){return n=n[eo]||n[ru],!n||n.tag!==5&&n.tag!==6&&n.tag!==13&&n.tag!==3?null:n}function Bl(n){if(n.tag===5||n.tag===6)return n.stateNode;throw Error(l(33))}function rn(n){return n[nu]||null}var yo=[],Hr=-1;function Bn(n){return{current:n}}function or(n){0>Hr||(n.current=yo[Hr],yo[Hr]=null,Hr--)}function yr(n,r){Hr++,yo[Hr]=n.current,n.current=r}var So={},Cn=Bn(So),Ca=Bn(!1),Ui=So;function Eo(n,r){var f=n.type.contextTypes;if(!f)return So;var v=n.stateNode;if(v&&v.__reactInternalMemoizedUnmaskedChildContext===r)return v.__reactInternalMemoizedMaskedChildContext;var _={},D;for(D in f)_[D]=r[D];return v&&(n=n.stateNode,n.__reactInternalMemoizedUnmaskedChildContext=r,n.__reactInternalMemoizedMaskedChildContext=_),_}function da(n){return n=n.childContextTypes,n!=null}function $o(){or(Ca),or(Cn)}function au(n,r,f){if(Cn.current!==So)throw Error(l(168));yr(Cn,r),yr(Ca,f)}function fc(n,r,f){var v=n.stateNode;if(r=r.childContextTypes,typeof v.getChildContext!="function")return f;v=v.getChildContext();for(var _ in v)if(!(_ in r))throw Error(l(108,zn(n)||"Unknown",_));return Ye({},f,v)}function of(n){return n=(n=n.stateNode)&&n.__reactInternalMemoizedMergedChildContext||So,Ui=Cn.current,yr(Cn,n),yr(Ca,Ca.current),!0}function dc(n,r,f){var v=n.stateNode;if(!v)throw Error(l(169));f?(n=fc(n,r,Ui),v.__reactInternalMemoizedMergedChildContext=n,or(Ca),or(Cn),yr(Cn,n)):or(Ca),yr(Ca,f)}var Di=null,oi=!1,ss=!1;function Ls(n){Di===null?Di=[n]:Di.push(n)}function Uf(n){oi=!0,Ls(n)}function to(){if(!ss&&Di!==null){ss=!0;var n=0,r=dt;try{var f=Di;for(dt=1;n<f.length;n++){var v=f[n];do v=v(!0);while(v!==null)}Di=null,oi=!1}catch(_){throw Di!==null&&(Di=Di.slice(n+1)),Ot(ua,to),_}finally{dt=r,ss=!1}}return null}var Fu=[],no=0,Hi=null,Bu=0,yi=[],Tn=0,li=null,_a=1,rr="";function pa(n,r){Fu[no++]=Bu,Fu[no++]=Hi,Hi=n,Bu=r}function iu(n,r,f){yi[Tn++]=_a,yi[Tn++]=rr,yi[Tn++]=li,li=n;var v=_a;n=rr;var _=32-sa(v)-1;v&=~(1<<_),f+=1;var D=32-sa(r)+_;if(30<D){var V=_-_%5;D=(v&(1<<V)-1).toString(32),v>>=V,_-=V,_a=1<<32-sa(r)+_|f<<_|v,rr=D+n}else _a=1<<D|f<<_|v,rr=n}function cs(n){n.return!==null&&(pa(n,1),iu(n,1,0))}function Ja(n){for(;n===Hi;)Hi=Fu[--no],Fu[no]=null,Bu=Fu[--no],Fu[no]=null;for(;n===li;)li=yi[--Tn],yi[Tn]=null,rr=yi[--Tn],yi[Tn]=null,_a=yi[--Tn],yi[Tn]=null}var Fa=null,Ua=null,hr=!1,ui=null;function sl(n,r){var f=Gu(5,null,null,0);f.elementType="DELETED",f.stateNode=r,f.return=n,r=n.deletions,r===null?(n.deletions=[f],n.flags|=16):r.push(f)}function Ad(n,r){switch(n.tag){case 5:var f=n.type;return r=r.nodeType!==1||f.toLowerCase()!==r.nodeName.toLowerCase()?null:r,r!==null?(n.stateNode=r,Fa=n,Ua=Ho(r.firstChild),!0):!1;case 6:return r=n.pendingProps===""||r.nodeType!==3?null:r,r!==null?(n.stateNode=r,Fa=n,Ua=null,!0):!1;case 13:return r=r.nodeType!==8?null:r,r!==null?(f=li!==null?{id:_a,overflow:rr}:null,n.memoizedState={dehydrated:r,treeContext:f,retryLane:1073741824},f=Gu(18,null,null,0),f.stateNode=r,f.return=n,n.child=f,Fa=n,Ua=null,!0):!1;default:return!1}}function pc(n){return(n.mode&1)!==0&&(n.flags&128)===0}function fs(n){if(hr){var r=Ua;if(r){var f=r;if(!Ad(n,r)){if(pc(n))throw Error(l(418));r=Ho(f.nextSibling);var v=Fa;r&&Ad(n,r)?sl(v,f):(n.flags=n.flags&-4097|2,hr=!1,Fa=n)}}else{if(pc(n))throw Error(l(418));n.flags=n.flags&-4097|2,hr=!1,Fa=n}}}function lf(n){for(n=n.return;n!==null&&n.tag!==5&&n.tag!==3&&n.tag!==13;)n=n.return;Fa=n}function uf(n){if(n!==Fa)return!1;if(!hr)return lf(n),hr=!0,!1;var r;if((r=n.tag!==3)&&!(r=n.tag!==5)&&(r=n.type,r=r!=="head"&&r!=="body"&&!ls(n.type,n.memoizedProps)),r&&(r=Ua)){if(pc(n))throw Hf(),Error(l(418));for(;r;)sl(n,r),r=Ho(r.nextSibling)}if(lf(n),n.tag===13){if(n=n.memoizedState,n=n!==null?n.dehydrated:null,!n)throw Error(l(317));e:{for(n=n.nextSibling,r=0;n;){if(n.nodeType===8){var f=n.data;if(f==="/$"){if(r===0){Ua=Ho(n.nextSibling);break e}r--}else f!=="$"&&f!=="$!"&&f!=="$?"||r++}n=n.nextSibling}Ua=null}}else Ua=Fa?Ho(n.stateNode.nextSibling):null;return!0}function Hf(){for(var n=Ua;n;)n=Ho(n.nextSibling)}function Xr(){Ua=Fa=null,hr=!1}function $f(n){ui===null?ui=[n]:ui.push(n)}var hc=we.ReactCurrentBatchConfig;function Ai(n,r){if(n&&n.defaultProps){r=Ye({},r),n=n.defaultProps;for(var f in n)r[f]===void 0&&(r[f]=n[f]);return r}return r}var Nl=Bn(null),vc=null,ou=null,jf=null;function Vf(){jf=ou=vc=null}function Nu(n){var r=Nl.current;or(Nl),n._currentValue=r}function si(n,r,f){for(;n!==null;){var v=n.alternate;if((n.childLanes&r)!==r?(n.childLanes|=r,v!==null&&(v.childLanes|=r)):v!==null&&(v.childLanes&r)!==r&&(v.childLanes|=r),n===f)break;n=n.return}}function Ct(n,r){vc=n,jf=ou=null,n=n.dependencies,n!==null&&n.firstContext!==null&&((n.lanes&r)!==0&&(Ht=!0),n.firstContext=null)}function Ba(n){var r=n._currentValue;if(jf!==n)if(n={context:n,memoizedValue:r,next:null},ou===null){if(vc===null)throw Error(l(308));ou=n,vc.dependencies={lanes:0,firstContext:n}}else ou=ou.next=n;return r}var Si=null;function zs(n){Si===null?Si=[n]:Si.push(n)}function Kf(n,r,f,v){var _=r.interleaved;return _===null?(f.next=f,zs(r)):(f.next=_.next,_.next=f),r.interleaved=f,cl(n,v)}function cl(n,r){n.lanes|=r;var f=n.alternate;for(f!==null&&(f.lanes|=r),f=n,n=n.return;n!==null;)n.childLanes|=r,f=n.alternate,f!==null&&(f.childLanes|=r),f=n,n=n.return;return f.tag===3?f.stateNode:null}var jo=!1;function sf(n){n.updateQueue={baseState:n.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function ba(n,r){n=n.updateQueue,r.updateQueue===n&&(r.updateQueue={baseState:n.baseState,firstBaseUpdate:n.firstBaseUpdate,lastBaseUpdate:n.lastBaseUpdate,shared:n.shared,effects:n.effects})}function Vo(n,r){return{eventTime:n,lane:r,tag:0,payload:null,callback:null,next:null}}function Ll(n,r,f){var v=n.updateQueue;if(v===null)return null;if(v=v.shared,(Sr&2)!==0){var _=v.pending;return _===null?r.next=r:(r.next=_.next,_.next=r),v.pending=r,cl(n,f)}return _=v.interleaved,_===null?(r.next=r,zs(v)):(r.next=_.next,_.next=r),v.interleaved=r,cl(n,f)}function fl(n,r,f){if(r=r.updateQueue,r!==null&&(r=r.shared,(f&4194240)!==0)){var v=r.lanes;v&=n.pendingLanes,f|=v,r.lanes=f,at(n,f)}}function Is(n,r){var f=n.updateQueue,v=n.alternate;if(v!==null&&(v=v.updateQueue,f===v)){var _=null,D=null;if(f=f.firstBaseUpdate,f!==null){do{var V={eventTime:f.eventTime,lane:f.lane,tag:f.tag,payload:f.payload,callback:f.callback,next:null};D===null?_=D=V:D=D.next=V,f=f.next}while(f!==null);D===null?_=D=r:D=D.next=r}else _=D=r;f={baseState:v.baseState,firstBaseUpdate:_,lastBaseUpdate:D,shared:v.shared,effects:v.effects},n.updateQueue=f;return}n=f.lastBaseUpdate,n===null?f.firstBaseUpdate=r:n.next=r,f.lastBaseUpdate=r}function dl(n,r,f,v){var _=n.updateQueue;jo=!1;var D=_.firstBaseUpdate,V=_.lastBaseUpdate,se=_.shared.pending;if(se!==null){_.shared.pending=null;var pe=se,Pe=pe.next;pe.next=null,V===null?D=Pe:V.next=Pe,V=pe;var ot=n.alternate;ot!==null&&(ot=ot.updateQueue,se=ot.lastBaseUpdate,se!==V&&(se===null?ot.firstBaseUpdate=Pe:se.next=Pe,ot.lastBaseUpdate=pe))}if(D!==null){var st=_.baseState;V=0,ot=Pe=pe=null,se=D;do{var it=se.lane,It=se.eventTime;if((v&it)===it){ot!==null&&(ot=ot.next={eventTime:It,lane:0,tag:se.tag,payload:se.payload,callback:se.callback,next:null});e:{var Qt=n,an=se;switch(it=r,It=f,an.tag){case 1:if(Qt=an.payload,typeof Qt=="function"){st=Qt.call(It,st,it);break e}st=Qt;break e;case 3:Qt.flags=Qt.flags&-65537|128;case 0:if(Qt=an.payload,it=typeof Qt=="function"?Qt.call(It,st,it):Qt,it==null)break e;st=Ye({},st,it);break e;case 2:jo=!0}}se.callback!==null&&se.lane!==0&&(n.flags|=64,it=_.effects,it===null?_.effects=[se]:it.push(se))}else It={eventTime:It,lane:it,tag:se.tag,payload:se.payload,callback:se.callback,next:null},ot===null?(Pe=ot=It,pe=st):ot=ot.next=It,V|=it;if(se=se.next,se===null){if(se=_.shared.pending,se===null)break;it=se,se=it.next,it.next=null,_.lastBaseUpdate=it,_.shared.pending=null}}while(1);if(ot===null&&(pe=st),_.baseState=pe,_.firstBaseUpdate=Pe,_.lastBaseUpdate=ot,r=_.shared.interleaved,r!==null){_=r;do V|=_.lane,_=_.next;while(_!==r)}else D===null&&(_.shared.lanes=0);Rc|=V,n.lanes=V,n.memoizedState=st}}function wo(n,r,f){if(n=r.effects,r.effects=null,n!==null)for(r=0;r<n.length;r++){var v=n[r],_=v.callback;if(_!==null){if(v.callback=null,v=f,typeof _!="function")throw Error(l(191,_));_.call(v)}}}var Wf=new o.Component().refs;function mc(n,r,f,v){r=n.memoizedState,f=f(v,r),f=f==null?r:Ye({},r,f),n.memoizedState=f,n.lanes===0&&(n.updateQueue.baseState=f)}var zl={isMounted:function(n){return(n=n._reactInternals)?hn(n)===n:!1},enqueueSetState:function(n,r,f){n=n._reactInternals;var v=Qo(),_=Fi(n),D=Vo(v,_);D.payload=r,f!=null&&(D.callback=f),r=Ll(n,D,_),r!==null&&(Jo(r,n,_,v),fl(r,n,_))},enqueueReplaceState:function(n,r,f){n=n._reactInternals;var v=Qo(),_=Fi(n),D=Vo(v,_);D.tag=1,D.payload=r,f!=null&&(D.callback=f),r=Ll(n,D,_),r!==null&&(Jo(r,n,_,v),fl(r,n,_))},enqueueForceUpdate:function(n,r){n=n._reactInternals;var f=Qo(),v=Fi(n),_=Vo(f,v);_.tag=2,r!=null&&(_.callback=r),r=Ll(n,_,v),r!==null&&(Jo(r,n,v,f),fl(r,n,v))}};function Od(n,r,f,v,_,D,V){return n=n.stateNode,typeof n.shouldComponentUpdate=="function"?n.shouldComponentUpdate(v,D,V):r.prototype&&r.prototype.isPureReactComponent?!gn(f,v)||!gn(_,D):!0}function Yf(n,r,f){var v=!1,_=So,D=r.contextType;return typeof D=="object"&&D!==null?D=Ba(D):(_=da(r)?Ui:Cn.current,v=r.contextTypes,D=(v=v!=null)?Eo(n,_):So),r=new r(f,D),n.memoizedState=r.state!==null&&r.state!==void 0?r.state:null,r.updater=zl,n.stateNode=r,r._reactInternals=n,v&&(n=n.stateNode,n.__reactInternalMemoizedUnmaskedChildContext=_,n.__reactInternalMemoizedMaskedChildContext=D),r}function pl(n,r,f,v){n=r.state,typeof r.componentWillReceiveProps=="function"&&r.componentWillReceiveProps(f,v),typeof r.UNSAFE_componentWillReceiveProps=="function"&&r.UNSAFE_componentWillReceiveProps(f,v),r.state!==n&&zl.enqueueReplaceState(r,r.state,null)}function cf(n,r,f,v){var _=n.stateNode;_.props=f,_.state=n.memoizedState,_.refs=Wf,sf(n);var D=r.contextType;typeof D=="object"&&D!==null?_.context=Ba(D):(D=da(r)?Ui:Cn.current,_.context=Eo(n,D)),_.state=n.memoizedState,D=r.getDerivedStateFromProps,typeof D=="function"&&(mc(n,r,D,f),_.state=n.memoizedState),typeof r.getDerivedStateFromProps=="function"||typeof _.getSnapshotBeforeUpdate=="function"||typeof _.UNSAFE_componentWillMount!="function"&&typeof _.componentWillMount!="function"||(r=_.state,typeof _.componentWillMount=="function"&&_.componentWillMount(),typeof _.UNSAFE_componentWillMount=="function"&&_.UNSAFE_componentWillMount(),r!==_.state&&zl.enqueueReplaceState(_,_.state,null),dl(n,f,_,v),_.state=n.memoizedState),typeof _.componentDidMount=="function"&&(n.flags|=4194308)}function Ps(n,r,f){if(n=f.ref,n!==null&&typeof n!="function"&&typeof n!="object"){if(f._owner){if(f=f._owner,f){if(f.tag!==1)throw Error(l(309));var v=f.stateNode}if(!v)throw Error(l(147,n));var _=v,D=""+n;return r!==null&&r.ref!==null&&typeof r.ref=="function"&&r.ref._stringRef===D?r.ref:(r=function(V){var se=_.refs;se===Wf&&(se=_.refs={}),V===null?delete se[D]:se[D]=V},r._stringRef=D,r)}if(typeof n!="string")throw Error(l(284));if(!f._owner)throw Error(l(290,n))}return n}function Lu(n,r){throw n=Object.prototype.toString.call(r),Error(l(31,n==="[object Object]"?"object with keys {"+Object.keys(r).join(", ")+"}":n))}function ff(n){var r=n._init;return r(n._payload)}function gc(n){function r(xe,me){if(n){var Oe=xe.deletions;Oe===null?(xe.deletions=[me],xe.flags|=16):Oe.push(me)}}function f(xe,me){if(!n)return null;for(;me!==null;)r(xe,me),me=me.sibling;return null}function v(xe,me){for(xe=new Map;me!==null;)me.key!==null?xe.set(me.key,me):xe.set(me.index,me),me=me.sibling;return xe}function _(xe,me){return xe=yf(xe,me),xe.index=0,xe.sibling=null,xe}function D(xe,me,Oe){return xe.index=Oe,n?(Oe=xe.alternate,Oe!==null?(Oe=Oe.index,Oe<me?(xe.flags|=2,me):Oe):(xe.flags|=2,me)):(xe.flags|=1048576,me)}function V(xe){return n&&xe.alternate===null&&(xe.flags|=2),xe}function se(xe,me,Oe,gt){return me===null||me.tag!==6?(me=zp(Oe,xe.mode,gt),me.return=xe,me):(me=_(me,Oe),me.return=xe,me)}function pe(xe,me,Oe,gt){var fn=Oe.type;return fn===je?ot(xe,me,Oe.props.children,gt,Oe.key):me!==null&&(me.elementType===fn||typeof fn=="object"&&fn!==null&&fn.$$typeof===kt&&ff(fn)===me.type)?(gt=_(me,Oe.props),gt.ref=Ps(xe,me,Oe),gt.return=xe,gt):(gt=Dh(Oe.type,Oe.key,Oe.props,null,xe.mode,gt),gt.ref=Ps(xe,me,Oe),gt.return=xe,gt)}function Pe(xe,me,Oe,gt){return me===null||me.tag!==4||me.stateNode.containerInfo!==Oe.containerInfo||me.stateNode.implementation!==Oe.implementation?(me=rd(Oe,xe.mode,gt),me.return=xe,me):(me=_(me,Oe.children||[]),me.return=xe,me)}function ot(xe,me,Oe,gt,fn){return me===null||me.tag!==7?(me=nd(Oe,xe.mode,gt,fn),me.return=xe,me):(me=_(me,Oe),me.return=xe,me)}function st(xe,me,Oe){if(typeof me=="string"&&me!==""||typeof me=="number")return me=zp(""+me,xe.mode,Oe),me.return=xe,me;if(typeof me=="object"&&me!==null){switch(me.$$typeof){case Be:return Oe=Dh(me.type,me.key,me.props,null,xe.mode,Oe),Oe.ref=Ps(xe,null,me),Oe.return=xe,Oe;case nt:return me=rd(me,xe.mode,Oe),me.return=xe,me;case kt:var gt=me._init;return st(xe,gt(me._payload),Oe)}if(Gn(me)||et(me))return me=nd(me,xe.mode,Oe,null),me.return=xe,me;Lu(xe,me)}return null}function it(xe,me,Oe,gt){var fn=me!==null?me.key:null;if(typeof Oe=="string"&&Oe!==""||typeof Oe=="number")return fn!==null?null:se(xe,me,""+Oe,gt);if(typeof Oe=="object"&&Oe!==null){switch(Oe.$$typeof){case Be:return Oe.key===fn?pe(xe,me,Oe,gt):null;case nt:return Oe.key===fn?Pe(xe,me,Oe,gt):null;case kt:return fn=Oe._init,it(xe,me,fn(Oe._payload),gt)}if(Gn(Oe)||et(Oe))return fn!==null?null:ot(xe,me,Oe,gt,null);Lu(xe,Oe)}return null}function It(xe,me,Oe,gt,fn){if(typeof gt=="string"&&gt!==""||typeof gt=="number")return xe=xe.get(Oe)||null,se(me,xe,""+gt,fn);if(typeof gt=="object"&&gt!==null){switch(gt.$$typeof){case Be:return xe=xe.get(gt.key===null?Oe:gt.key)||null,pe(me,xe,gt,fn);case nt:return xe=xe.get(gt.key===null?Oe:gt.key)||null,Pe(me,xe,gt,fn);case kt:var Jt=gt._init;return It(xe,me,Oe,Jt(gt._payload),fn)}if(Gn(gt)||et(gt))return xe=xe.get(Oe)||null,ot(me,xe,gt,fn,null);Lu(me,gt)}return null}function Qt(xe,me,Oe,gt){for(var fn=null,Jt=null,En=me,Hn=me=0,lo=null;En!==null&&Hn<Oe.length;Hn++){En.index>Hn?(lo=En,En=null):lo=En.sibling;var $r=it(xe,En,Oe[Hn],gt);if($r===null){En===null&&(En=lo);break}n&&En&&$r.alternate===null&&r(xe,En),me=D($r,me,Hn),Jt===null?fn=$r:Jt.sibling=$r,Jt=$r,En=lo}if(Hn===Oe.length)return f(xe,En),hr&&pa(xe,Hn),fn;if(En===null){for(;Hn<Oe.length;Hn++)En=st(xe,Oe[Hn],gt),En!==null&&(me=D(En,me,Hn),Jt===null?fn=En:Jt.sibling=En,Jt=En);return hr&&pa(xe,Hn),fn}for(En=v(xe,En);Hn<Oe.length;Hn++)lo=It(En,xe,Hn,Oe[Hn],gt),lo!==null&&(n&&lo.alternate!==null&&En.delete(lo.key===null?Hn:lo.key),me=D(lo,me,Hn),Jt===null?fn=lo:Jt.sibling=lo,Jt=lo);return n&&En.forEach(function(Sf){return r(xe,Sf)}),hr&&pa(xe,Hn),fn}function an(xe,me,Oe,gt){var fn=et(Oe);if(typeof fn!="function")throw Error(l(150));if(Oe=fn.call(Oe),Oe==null)throw Error(l(151));for(var Jt=fn=null,En=me,Hn=me=0,lo=null,$r=Oe.next();En!==null&&!$r.done;Hn++,$r=Oe.next()){En.index>Hn?(lo=En,En=null):lo=En.sibling;var Sf=it(xe,En,$r.value,gt);if(Sf===null){En===null&&(En=lo);break}n&&En&&Sf.alternate===null&&r(xe,En),me=D(Sf,me,Hn),Jt===null?fn=Sf:Jt.sibling=Sf,Jt=Sf,En=lo}if($r.done)return f(xe,En),hr&&pa(xe,Hn),fn;if(En===null){for(;!$r.done;Hn++,$r=Oe.next())$r=st(xe,$r.value,gt),$r!==null&&(me=D($r,me,Hn),Jt===null?fn=$r:Jt.sibling=$r,Jt=$r);return hr&&pa(xe,Hn),fn}for(En=v(xe,En);!$r.done;Hn++,$r=Oe.next())$r=It(En,xe,Hn,$r.value,gt),$r!==null&&(n&&$r.alternate!==null&&En.delete($r.key===null?Hn:$r.key),me=D($r,me,Hn),Jt===null?fn=$r:Jt.sibling=$r,Jt=$r);return n&&En.forEach(function(A2){return r(xe,A2)}),hr&&pa(xe,Hn),fn}function wi(xe,me,Oe,gt){if(typeof Oe=="object"&&Oe!==null&&Oe.type===je&&Oe.key===null&&(Oe=Oe.props.children),typeof Oe=="object"&&Oe!==null){switch(Oe.$$typeof){case Be:e:{for(var fn=Oe.key,Jt=me;Jt!==null;){if(Jt.key===fn){if(fn=Oe.type,fn===je){if(Jt.tag===7){f(xe,Jt.sibling),me=_(Jt,Oe.props.children),me.return=xe,xe=me;break e}}else if(Jt.elementType===fn||typeof fn=="object"&&fn!==null&&fn.$$typeof===kt&&ff(fn)===Jt.type){f(xe,Jt.sibling),me=_(Jt,Oe.props),me.ref=Ps(xe,Jt,Oe),me.return=xe,xe=me;break e}f(xe,Jt);break}else r(xe,Jt);Jt=Jt.sibling}Oe.type===je?(me=nd(Oe.props.children,xe.mode,gt,Oe.key),me.return=xe,xe=me):(gt=Dh(Oe.type,Oe.key,Oe.props,null,xe.mode,gt),gt.ref=Ps(xe,me,Oe),gt.return=xe,xe=gt)}return V(xe);case nt:e:{for(Jt=Oe.key;me!==null;){if(me.key===Jt)if(me.tag===4&&me.stateNode.containerInfo===Oe.containerInfo&&me.stateNode.implementation===Oe.implementation){f(xe,me.sibling),me=_(me,Oe.children||[]),me.return=xe,xe=me;break e}else{f(xe,me);break}else r(xe,me);me=me.sibling}me=rd(Oe,xe.mode,gt),me.return=xe,xe=me}return V(xe);case kt:return Jt=Oe._init,wi(xe,me,Jt(Oe._payload),gt)}if(Gn(Oe))return Qt(xe,me,Oe,gt);if(et(Oe))return an(xe,me,Oe,gt);Lu(xe,Oe)}return typeof Oe=="string"&&Oe!==""||typeof Oe=="number"?(Oe=""+Oe,me!==null&&me.tag===6?(f(xe,me.sibling),me=_(me,Oe),me.return=xe,xe=me):(f(xe,me),me=zp(Oe,xe.mode,gt),me.return=xe,xe=me),V(xe)):f(xe,me)}return wi}var ro=gc(!0),Us=gc(!1),Ko={},Ha=Bn(Ko),ds=Bn(Ko),Ei=Bn(Ko);function Wo(n){if(n===Ko)throw Error(l(174));return n}function yc(n,r){switch(yr(Ei,r),yr(ds,n),yr(Ha,Ko),n=r.nodeType,n){case 9:case 11:r=(r=r.documentElement)?r.namespaceURI:ur(null,"");break;default:n=n===8?r.parentNode:r,r=n.namespaceURI||null,n=n.tagName,r=ur(r,n)}or(Ha),yr(Ha,r)}function Za(){or(Ha),or(ds),or(Ei)}function qt(n){Wo(Ei.current);var r=Wo(Ha.current),f=ur(r,n.type);r!==f&&(yr(ds,n),yr(Ha,f))}function Wn(n){ds.current===n&&(or(Ha),or(ds))}var cn=Bn(0);function Zr(n){for(var r=n;r!==null;){if(r.tag===13){var f=r.memoizedState;if(f!==null&&(f=f.dehydrated,f===null||f.data==="$?"||f.data==="$!"))return r}else if(r.tag===19&&r.memoizedProps.revealOrder!==void 0){if((r.flags&128)!==0)return r}else if(r.child!==null){r.child.return=r,r=r.child;continue}if(r===n)break;for(;r.sibling===null;){if(r.return===null||r.return===n)return null;r=r.return}r.sibling.return=r.return,r=r.sibling}return null}var Co=[];function Sc(){for(var n=0;n<Co.length;n++)Co[n]._workInProgressVersionPrimary=null;Co.length=0}var df=we.ReactCurrentDispatcher,Ec=we.ReactCurrentBatchConfig,hl=0,ea=null,Ve=null,er=null,yn=!1,Yo=!1,$i=0,zu=0;function ta(){throw Error(l(321))}function lu(n,r){if(r===null)return!1;for(var f=0;f<r.length&&f<n.length;f++)if(!yt(n[f],r[f]))return!1;return!0}function Iu(n,r,f,v,_,D){if(hl=D,ea=r,r.memoizedState=null,r.updateQueue=null,r.lanes=0,df.current=n===null||n.memoizedState===null?he:Le,n=f(v,_),Yo){D=0;do{if(Yo=!1,$i=0,25<=D)throw Error(l(301));D+=1,er=Ve=null,r.updateQueue=null,df.current=h,n=f(v,_)}while(Yo)}if(df.current=ce,r=Ve!==null&&Ve.next!==null,hl=0,er=Ve=ea=null,yn=!1,r)throw Error(l(300));return n}function ps(){var n=$i!==0;return $i=0,n}function _o(){var n={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return er===null?ea.memoizedState=er=n:er=er.next=n,er}function ao(){if(Ve===null){var n=ea.alternate;n=n!==null?n.memoizedState:null}else n=Ve.next;var r=er===null?ea.memoizedState:er.next;if(r!==null)er=r,Ve=n;else{if(n===null)throw Error(l(310));Ve=n,n={memoizedState:Ve.memoizedState,baseState:Ve.baseState,baseQueue:Ve.baseQueue,queue:Ve.queue,next:null},er===null?ea.memoizedState=er=n:er=er.next=n}return er}function hs(n,r){return typeof r=="function"?r(n):r}function vs(n){var r=ao(),f=r.queue;if(f===null)throw Error(l(311));f.lastRenderedReducer=n;var v=Ve,_=v.baseQueue,D=f.pending;if(D!==null){if(_!==null){var V=_.next;_.next=D.next,D.next=V}v.baseQueue=_=D,f.pending=null}if(_!==null){D=_.next,v=v.baseState;var se=V=null,pe=null,Pe=D;do{var ot=Pe.lane;if((hl&ot)===ot)pe!==null&&(pe=pe.next={lane:0,action:Pe.action,hasEagerState:Pe.hasEagerState,eagerState:Pe.eagerState,next:null}),v=Pe.hasEagerState?Pe.eagerState:n(v,Pe.action);else{var st={lane:ot,action:Pe.action,hasEagerState:Pe.hasEagerState,eagerState:Pe.eagerState,next:null};pe===null?(se=pe=st,V=v):pe=pe.next=st,ea.lanes|=ot,Rc|=ot}Pe=Pe.next}while(Pe!==null&&Pe!==D);pe===null?V=v:pe.next=se,yt(v,r.memoizedState)||(Ht=!0),r.memoizedState=v,r.baseState=V,r.baseQueue=pe,f.lastRenderedState=v}if(n=f.interleaved,n!==null){_=n;do D=_.lane,ea.lanes|=D,Rc|=D,_=_.next;while(_!==n)}else _===null&&(f.lanes=0);return[r.memoizedState,f.dispatch]}function wc(n){var r=ao(),f=r.queue;if(f===null)throw Error(l(311));f.lastRenderedReducer=n;var v=f.dispatch,_=f.pending,D=r.memoizedState;if(_!==null){f.pending=null;var V=_=_.next;do D=n(D,V.action),V=V.next;while(V!==_);yt(D,r.memoizedState)||(Ht=!0),r.memoizedState=D,r.baseQueue===null&&(r.baseState=D),f.lastRenderedState=D}return[D,v]}function Oi(){}function Hs(n,r){var f=ea,v=ao(),_=r(),D=!yt(v.memoizedState,_);if(D&&(v.memoizedState=_,Ht=!0),v=v.queue,Hu($s.bind(null,f,v,n),[n]),v.getSnapshot!==r||D||er!==null&&er.memoizedState.tag&1){if(f.flags|=2048,Il(9,Mi.bind(null,f,v,_,r),void 0,null),ei===null)throw Error(l(349));(hl&30)!==0||Cc(f,r,_)}return _}function Cc(n,r,f){n.flags|=16384,n={getSnapshot:r,value:f},r=ea.updateQueue,r===null?(r={lastEffect:null,stores:null},ea.updateQueue=r,r.stores=[n]):(f=r.stores,f===null?r.stores=[n]:f.push(n))}function Mi(n,r,f,v){r.value=f,r.getSnapshot=v,_c(r)&&pf(n)}function $s(n,r,f){return f(function(){_c(r)&&pf(n)})}function _c(n){var r=n.getSnapshot;n=n.value;try{var f=r();return!yt(n,f)}catch{return!0}}function pf(n){var r=cl(n,1);r!==null&&Jo(r,n,1,-1)}function ms(n){var r=_o();return typeof n=="function"&&(n=n()),r.memoizedState=r.baseState=n,n={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:hs,lastRenderedState:n},r.queue=n,n=n.dispatch=C.bind(null,ea,n),[r.memoizedState,n]}function Il(n,r,f,v){return n={tag:n,create:r,destroy:f,deps:v,next:null},r=ea.updateQueue,r===null?(r={lastEffect:null,stores:null},ea.updateQueue=r,r.lastEffect=n.next=n):(f=r.lastEffect,f===null?r.lastEffect=n.next=n:(v=f.next,f.next=n,n.next=v,r.lastEffect=n)),n}function bc(){return ao().memoizedState}function Pu(n,r,f,v){var _=_o();ea.flags|=n,_.memoizedState=Il(1|r,f,void 0,v===void 0?null:v)}function bo(n,r,f,v){var _=ao();v=v===void 0?null:v;var D=void 0;if(Ve!==null){var V=Ve.memoizedState;if(D=V.destroy,v!==null&&lu(v,V.deps)){_.memoizedState=Il(r,f,D,v);return}}ea.flags|=n,_.memoizedState=Il(1|r,f,D,v)}function Uu(n,r){return Pu(8390656,8,n,r)}function Hu(n,r){return bo(2048,8,n,r)}function xc(n,r){return bo(4,2,n,r)}function $u(n,r){return bo(4,4,n,r)}function gs(n,r){if(typeof r=="function")return n=n(),r(n),function(){r(null)};if(r!=null)return n=n(),r.current=n,function(){r.current=null}}function js(n,r,f){return f=f!=null?f.concat([n]):null,bo(4,4,gs.bind(null,r,n),f)}function Vs(){}function uu(n,r){var f=ao();r=r===void 0?null:r;var v=f.memoizedState;return v!==null&&r!==null&&lu(r,v[1])?v[0]:(f.memoizedState=[n,r],n)}function ju(n,r){var f=ao();r=r===void 0?null:r;var v=f.memoizedState;return v!==null&&r!==null&&lu(r,v[1])?v[0]:(n=n(),f.memoizedState=[n,r],n)}function ji(n,r,f){return(hl&21)===0?(n.baseState&&(n.baseState=!1,Ht=!0),n.memoizedState=f):(yt(f,r)||(f=ne(),ea.lanes|=f,Rc|=f,n.baseState=!0),r)}function hf(n,r){var f=dt;dt=f!==0&&4>f?f:4,n(!0);var v=Ec.transition;Ec.transition={};try{n(!1),r()}finally{dt=f,Ec.transition=v}}function qr(){return ao().memoizedState}function m(n,r,f){var v=Fi(n);if(f={lane:v,action:f,hasEagerState:!1,eagerState:null,next:null},F(n))H(r,f);else if(f=Kf(n,r,f,v),f!==null){var _=Qo();Jo(f,n,v,_),Q(f,r,v)}}function C(n,r,f){var v=Fi(n),_={lane:v,action:f,hasEagerState:!1,eagerState:null,next:null};if(F(n))H(r,_);else{var D=n.alternate;if(n.lanes===0&&(D===null||D.lanes===0)&&(D=r.lastRenderedReducer,D!==null))try{var V=r.lastRenderedState,se=D(V,f);if(_.hasEagerState=!0,_.eagerState=se,yt(se,V)){var pe=r.interleaved;pe===null?(_.next=_,zs(r)):(_.next=pe.next,pe.next=_),r.interleaved=_;return}}catch{}finally{}f=Kf(n,r,_,v),f!==null&&(_=Qo(),Jo(f,n,v,_),Q(f,r,v))}}function F(n){var r=n.alternate;return n===ea||r!==null&&r===ea}function H(n,r){Yo=yn=!0;var f=n.pending;f===null?r.next=r:(r.next=f.next,f.next=r),n.pending=r}function Q(n,r,f){if((f&4194240)!==0){var v=r.lanes;v&=n.pendingLanes,f|=v,r.lanes=f,at(n,f)}}var ce={readContext:Ba,useCallback:ta,useContext:ta,useEffect:ta,useImperativeHandle:ta,useInsertionEffect:ta,useLayoutEffect:ta,useMemo:ta,useReducer:ta,useRef:ta,useState:ta,useDebugValue:ta,useDeferredValue:ta,useTransition:ta,useMutableSource:ta,useSyncExternalStore:ta,useId:ta,unstable_isNewReconciler:!1},he={readContext:Ba,useCallback:function(n,r){return _o().memoizedState=[n,r===void 0?null:r],n},useContext:Ba,useEffect:Uu,useImperativeHandle:function(n,r,f){return f=f!=null?f.concat([n]):null,Pu(4194308,4,gs.bind(null,r,n),f)},useLayoutEffect:function(n,r){return Pu(4194308,4,n,r)},useInsertionEffect:function(n,r){return Pu(4,2,n,r)},useMemo:function(n,r){var f=_o();return r=r===void 0?null:r,n=n(),f.memoizedState=[n,r],n},useReducer:function(n,r,f){var v=_o();return r=f!==void 0?f(r):r,v.memoizedState=v.baseState=r,n={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:n,lastRenderedState:r},v.queue=n,n=n.dispatch=m.bind(null,ea,n),[v.memoizedState,n]},useRef:function(n){var r=_o();return n={current:n},r.memoizedState=n},useState:ms,useDebugValue:Vs,useDeferredValue:function(n){return _o().memoizedState=n},useTransition:function(){var n=ms(!1),r=n[0];return n=hf.bind(null,n[1]),_o().memoizedState=n,[r,n]},useMutableSource:function(){},useSyncExternalStore:function(n,r,f){var v=ea,_=_o();if(hr){if(f===void 0)throw Error(l(407));f=f()}else{if(f=r(),ei===null)throw Error(l(349));(hl&30)!==0||Cc(v,r,f)}_.memoizedState=f;var D={value:f,getSnapshot:r};return _.queue=D,Uu($s.bind(null,v,D,n),[n]),v.flags|=2048,Il(9,Mi.bind(null,v,D,f,r),void 0,null),f},useId:function(){var n=_o(),r=ei.identifierPrefix;if(hr){var f=rr,v=_a;f=(v&~(1<<32-sa(v)-1)).toString(32)+f,r=":"+r+"R"+f,f=$i++,0<f&&(r+="H"+f.toString(32)),r+=":"}else f=zu++,r=":"+r+"r"+f.toString(32)+":";return n.memoizedState=r},unstable_isNewReconciler:!1},Le={readContext:Ba,useCallback:uu,useContext:Ba,useEffect:Hu,useImperativeHandle:js,useInsertionEffect:xc,useLayoutEffect:$u,useMemo:ju,useReducer:vs,useRef:bc,useState:function(){return vs(hs)},useDebugValue:Vs,useDeferredValue:function(n){var r=ao();return ji(r,Ve.memoizedState,n)},useTransition:function(){var n=vs(hs)[0],r=ao().memoizedState;return[n,r]},useMutableSource:Oi,useSyncExternalStore:Hs,useId:qr,unstable_isNewReconciler:!1},h={readContext:Ba,useCallback:uu,useContext:Ba,useEffect:Hu,useImperativeHandle:js,useInsertionEffect:xc,useLayoutEffect:$u,useMemo:ju,useReducer:wc,useRef:bc,useState:function(){return wc(hs)},useDebugValue:Vs,useDeferredValue:function(n){var r=ao();return Ve===null?r.memoizedState=n:ji(r,Ve.memoizedState,n)},useTransition:function(){var n=wc(hs)[0],r=ao().memoizedState;return[n,r]},useMutableSource:Oi,useSyncExternalStore:Hs,useId:qr,unstable_isNewReconciler:!1};function E(n,r){try{var f="",v=r;do f+=Dt(v),v=v.return;while(v);var _=f}catch(D){_=`
186
+ Error generating stack: `+D.message+`
187
+ `+D.stack}return{value:n,source:r,stack:_,digest:null}}function R(n,r,f){return{value:n,source:null,stack:f!=null?f:null,digest:r!=null?r:null}}function L(n,r){try{console.error(r.value)}catch(f){setTimeout(function(){throw f})}}var Y=typeof WeakMap=="function"?WeakMap:Map;function ae(n,r,f){f=Vo(-1,f),f.tag=3,f.payload={element:null};var v=r.value;return f.callback=function(){_h||(_h=!0,Qf=v),L(n,r)},f}function de(n,r,f){f=Vo(-1,f),f.tag=3;var v=n.type.getDerivedStateFromError;if(typeof v=="function"){var _=r.value;f.payload=function(){return v(_)},f.callback=function(){L(n,r)}}var D=n.stateNode;return D!==null&&typeof D.componentDidCatch=="function"&&(f.callback=function(){L(n,r),typeof v!="function"&&(Ys===null?Ys=new Set([this]):Ys.add(this));var V=r.stack;this.componentDidCatch(r.value,{componentStack:V!==null?V:""})}),f}function Me(n,r,f){var v=n.pingCache;if(v===null){v=n.pingCache=new Y;var _=new Set;v.set(r,_)}else _=v.get(r),_===void 0&&(_=new Set,v.set(r,_));_.has(f)||(_.add(f),n=w2.bind(null,n,r,f),r.then(n,n))}function Je(n){do{var r;if((r=n.tag===13)&&(r=n.memoizedState,r=r!==null?r.dehydrated!==null:!0),r)return n;n=n.return}while(n!==null);return null}function Mt(n,r,f,v,_){return(n.mode&1)===0?(n===r?n.flags|=65536:(n.flags|=128,f.flags|=131072,f.flags&=-52805,f.tag===1&&(f.alternate===null?f.tag=17:(r=Vo(-1,1),r.tag=2,Ll(f,r,1))),f.lanes|=1),n):(n.flags|=65536,n.lanes=_,n)}var Kt=we.ReactCurrentOwner,Ht=!1;function $n(n,r,f,v){r.child=n===null?Us(r,null,f,v):ro(r,n.child,f,v)}function ha(n,r,f,v,_){f=f.render;var D=r.ref;return Ct(r,_),v=Iu(n,r,f,v,D,_),f=ps(),n!==null&&!Ht?(r.updateQueue=n.updateQueue,r.flags&=-2053,n.lanes&=~_,xo(n,r,_)):(hr&&f&&cs(r),r.flags|=1,$n(n,r,v,_),r.child)}function Vi(n,r,f,v,_){if(n===null){var D=f.type;return typeof D=="function"&&!i1(D)&&D.defaultProps===void 0&&f.compare===null&&f.defaultProps===void 0?(r.tag=15,r.type=D,Ki(n,r,D,v,_)):(n=Dh(f.type,null,v,r,r.mode,_),n.ref=r.ref,n.return=r,r.child=n)}if(D=n.child,(n.lanes&_)===0){var V=D.memoizedProps;if(f=f.compare,f=f!==null?f:gn,f(V,v)&&n.ref===r.ref)return xo(n,r,_)}return r.flags|=1,n=yf(D,v),n.ref=r.ref,n.return=r,r.child=n}function Ki(n,r,f,v,_){if(n!==null){var D=n.memoizedProps;if(gn(D,v)&&n.ref===r.ref)if(Ht=!1,r.pendingProps=v=D,(n.lanes&_)!==0)(n.flags&131072)!==0&&(Ht=!0);else return r.lanes=n.lanes,xo(n,r,_)}return su(n,r,f,v,_)}function Vu(n,r,f){var v=r.pendingProps,_=v.children,D=n!==null?n.memoizedState:null;if(v.mode==="hidden")if((r.mode&1)===0)r.memoizedState={baseLanes:0,cachePool:null,transitions:null},yr(zd,cu),cu|=f;else{if((f&1073741824)===0)return n=D!==null?D.baseLanes|f:f,r.lanes=r.childLanes=1073741824,r.memoizedState={baseLanes:n,cachePool:null,transitions:null},r.updateQueue=null,yr(zd,cu),cu|=n,null;r.memoizedState={baseLanes:0,cachePool:null,transitions:null},v=D!==null?D.baseLanes:f,yr(zd,cu),cu|=v}else D!==null?(v=D.baseLanes|f,r.memoizedState=null):v=f,yr(zd,cu),cu|=v;return $n(n,r,_,f),r.child}function Un(n,r){var f=r.ref;(n===null&&f!==null||n!==null&&n.ref!==f)&&(r.flags|=512,r.flags|=2097152)}function su(n,r,f,v,_){var D=da(f)?Ui:Cn.current;return D=Eo(r,D),Ct(r,_),f=Iu(n,r,f,v,D,_),v=ps(),n!==null&&!Ht?(r.updateQueue=n.updateQueue,r.flags&=-2053,n.lanes&=~_,xo(n,r,_)):(hr&&v&&cs(r),r.flags|=1,$n(n,r,f,_),r.child)}function Tp(n,r,f,v,_){if(da(f)){var D=!0;of(r)}else D=!1;if(Ct(r,_),r.stateNode===null)Go(n,r),Yf(r,f,v),cf(r,f,v,_),v=!0;else if(n===null){var V=r.stateNode,se=r.memoizedProps;V.props=se;var pe=V.context,Pe=f.contextType;typeof Pe=="object"&&Pe!==null?Pe=Ba(Pe):(Pe=da(f)?Ui:Cn.current,Pe=Eo(r,Pe));var ot=f.getDerivedStateFromProps,st=typeof ot=="function"||typeof V.getSnapshotBeforeUpdate=="function";st||typeof V.UNSAFE_componentWillReceiveProps!="function"&&typeof V.componentWillReceiveProps!="function"||(se!==v||pe!==Pe)&&pl(r,V,v,Pe),jo=!1;var it=r.memoizedState;V.state=it,dl(r,v,V,_),pe=r.memoizedState,se!==v||it!==pe||Ca.current||jo?(typeof ot=="function"&&(mc(r,f,ot,v),pe=r.memoizedState),(se=jo||Od(r,f,se,v,it,pe,Pe))?(st||typeof V.UNSAFE_componentWillMount!="function"&&typeof V.componentWillMount!="function"||(typeof V.componentWillMount=="function"&&V.componentWillMount(),typeof V.UNSAFE_componentWillMount=="function"&&V.UNSAFE_componentWillMount()),typeof V.componentDidMount=="function"&&(r.flags|=4194308)):(typeof V.componentDidMount=="function"&&(r.flags|=4194308),r.memoizedProps=v,r.memoizedState=pe),V.props=v,V.state=pe,V.context=Pe,v=se):(typeof V.componentDidMount=="function"&&(r.flags|=4194308),v=!1)}else{V=r.stateNode,ba(n,r),se=r.memoizedProps,Pe=r.type===r.elementType?se:Ai(r.type,se),V.props=Pe,st=r.pendingProps,it=V.context,pe=f.contextType,typeof pe=="object"&&pe!==null?pe=Ba(pe):(pe=da(f)?Ui:Cn.current,pe=Eo(r,pe));var It=f.getDerivedStateFromProps;(ot=typeof It=="function"||typeof V.getSnapshotBeforeUpdate=="function")||typeof V.UNSAFE_componentWillReceiveProps!="function"&&typeof V.componentWillReceiveProps!="function"||(se!==st||it!==pe)&&pl(r,V,v,pe),jo=!1,it=r.memoizedState,V.state=it,dl(r,v,V,_);var Qt=r.memoizedState;se!==st||it!==Qt||Ca.current||jo?(typeof It=="function"&&(mc(r,f,It,v),Qt=r.memoizedState),(Pe=jo||Od(r,f,Pe,v,it,Qt,pe)||!1)?(ot||typeof V.UNSAFE_componentWillUpdate!="function"&&typeof V.componentWillUpdate!="function"||(typeof V.componentWillUpdate=="function"&&V.componentWillUpdate(v,Qt,pe),typeof V.UNSAFE_componentWillUpdate=="function"&&V.UNSAFE_componentWillUpdate(v,Qt,pe)),typeof V.componentDidUpdate=="function"&&(r.flags|=4),typeof V.getSnapshotBeforeUpdate=="function"&&(r.flags|=1024)):(typeof V.componentDidUpdate!="function"||se===n.memoizedProps&&it===n.memoizedState||(r.flags|=4),typeof V.getSnapshotBeforeUpdate!="function"||se===n.memoizedProps&&it===n.memoizedState||(r.flags|=1024),r.memoizedProps=v,r.memoizedState=Qt),V.props=v,V.state=Qt,V.context=pe,v=Pe):(typeof V.componentDidUpdate!="function"||se===n.memoizedProps&&it===n.memoizedState||(r.flags|=4),typeof V.getSnapshotBeforeUpdate!="function"||se===n.memoizedProps&&it===n.memoizedState||(r.flags|=1024),v=!1)}return gh(n,r,f,v,D,_)}function gh(n,r,f,v,_,D){Un(n,r);var V=(r.flags&128)!==0;if(!v&&!V)return _&&dc(r,f,!1),xo(n,r,D);v=r.stateNode,Kt.current=r;var se=V&&typeof f.getDerivedStateFromError!="function"?null:v.render();return r.flags|=1,n!==null&&V?(r.child=ro(r,n.child,null,D),r.child=ro(r,null,se,D)):$n(n,r,se,D),r.memoizedState=v.state,_&&dc(r,f,!0),r.child}function qm(n){var r=n.stateNode;r.pendingContext?au(n,r.pendingContext,r.pendingContext!==r.context):r.context&&au(n,r.context,!1),yc(n,r.containerInfo)}function yh(n,r,f,v,_){return Xr(),$f(_),r.flags|=256,$n(n,r,f,v),r.child}var Gf={dehydrated:null,treeContext:null,retryLane:0};function $v(n){return{baseLanes:n,cachePool:null,transitions:null}}function jv(n,r,f){var v=r.pendingProps,_=cn.current,D=!1,V=(r.flags&128)!==0,se;if((se=V)||(se=n!==null&&n.memoizedState===null?!1:(_&2)!==0),se?(D=!0,r.flags&=-129):(n===null||n.memoizedState!==null)&&(_|=1),yr(cn,_&1),n===null)return fs(r),n=r.memoizedState,n!==null&&(n=n.dehydrated,n!==null)?((r.mode&1)===0?r.lanes=1:n.data==="$!"?r.lanes=8:r.lanes=1073741824,null):(V=v.children,n=v.fallback,D?(v=r.mode,D=r.child,V={mode:"hidden",children:V},(v&1)===0&&D!==null?(D.childLanes=0,D.pendingProps=V):D=Lp(V,v,0,null),n=nd(n,v,f,null),D.return=r,n.return=r,D.sibling=n,r.child=D,r.child.memoizedState=$v(f),r.memoizedState=Gf,n):Vv(r,V));if(_=n.memoizedState,_!==null&&(se=_.dehydrated,se!==null))return m2(n,r,V,v,se,_,f);if(D){D=v.fallback,V=r.mode,_=n.child,se=_.sibling;var pe={mode:"hidden",children:v.children};return(V&1)===0&&r.child!==_?(v=r.child,v.childLanes=0,v.pendingProps=pe,r.deletions=null):(v=yf(_,pe),v.subtreeFlags=_.subtreeFlags&14680064),se!==null?D=yf(se,D):(D=nd(D,V,f,null),D.flags|=2),D.return=r,v.return=r,v.sibling=D,r.child=v,v=D,D=r.child,V=n.child.memoizedState,V=V===null?$v(f):{baseLanes:V.baseLanes|f,cachePool:null,transitions:V.transitions},D.memoizedState=V,D.childLanes=n.childLanes&~f,r.memoizedState=Gf,v}return D=n.child,n=D.sibling,v=yf(D,{mode:"visible",children:v.children}),(r.mode&1)===0&&(v.lanes=f),v.return=r,v.sibling=null,n!==null&&(f=r.deletions,f===null?(r.deletions=[n],r.flags|=16):f.push(n)),r.child=v,r.memoizedState=null,v}function Vv(n,r){return r=Lp({mode:"visible",children:r},n.mode,0,null),r.return=n,n.child=r}function Md(n,r,f,v){return v!==null&&$f(v),ro(r,n.child,null,f),n=Vv(r,r.pendingProps.children),n.flags|=2,r.memoizedState=null,n}function m2(n,r,f,v,_,D,V){if(f)return r.flags&256?(r.flags&=-257,v=R(Error(l(422))),Md(n,r,V,v)):r.memoizedState!==null?(r.child=n.child,r.flags|=128,null):(D=v.fallback,_=r.mode,v=Lp({mode:"visible",children:v.children},_,0,null),D=nd(D,_,V,null),D.flags|=2,v.return=r,D.return=r,v.sibling=D,r.child=v,(r.mode&1)!==0&&ro(r,n.child,null,V),r.child.memoizedState=$v(V),r.memoizedState=Gf,D);if((r.mode&1)===0)return Md(n,r,V,null);if(_.data==="$!"){if(v=_.nextSibling&&_.nextSibling.dataset,v)var se=v.dgst;return v=se,D=Error(l(419)),v=R(D,v,void 0),Md(n,r,V,v)}if(se=(V&n.childLanes)!==0,Ht||se){if(v=ei,v!==null){switch(V&-V){case 4:_=2;break;case 16:_=8;break;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:_=32;break;case 536870912:_=268435456;break;default:_=0}_=(_&(v.suspendedLanes|V))!==0?0:_,_!==0&&_!==D.retryLane&&(D.retryLane=_,cl(n,_),Jo(v,n,_,-1))}return n1(),v=R(Error(l(421))),Md(n,r,V,v)}return _.data==="$?"?(r.flags|=128,r.child=n.child,r=C2.bind(null,n),_._reactRetry=r,null):(n=D.treeContext,Ua=Ho(_.nextSibling),Fa=r,hr=!0,ui=null,n!==null&&(yi[Tn++]=_a,yi[Tn++]=rr,yi[Tn++]=li,_a=n.id,rr=n.overflow,li=r),r=Vv(r,v.children),r.flags|=4096,r)}function Kv(n,r,f){n.lanes|=r;var v=n.alternate;v!==null&&(v.lanes|=r),si(n.return,r,f)}function Sh(n,r,f,v,_){var D=n.memoizedState;D===null?n.memoizedState={isBackwards:r,rendering:null,renderingStartTime:0,last:v,tail:f,tailMode:_}:(D.isBackwards=r,D.rendering=null,D.renderingStartTime=0,D.last=v,D.tail=f,D.tailMode=_)}function Wv(n,r,f){var v=r.pendingProps,_=v.revealOrder,D=v.tail;if($n(n,r,v.children,f),v=cn.current,(v&2)!==0)v=v&1|2,r.flags|=128;else{if(n!==null&&(n.flags&128)!==0)e:for(n=r.child;n!==null;){if(n.tag===13)n.memoizedState!==null&&Kv(n,f,r);else if(n.tag===19)Kv(n,f,r);else if(n.child!==null){n.child.return=n,n=n.child;continue}if(n===r)break e;for(;n.sibling===null;){if(n.return===null||n.return===r)break e;n=n.return}n.sibling.return=n.return,n=n.sibling}v&=1}if(yr(cn,v),(r.mode&1)===0)r.memoizedState=null;else switch(_){case"forwards":for(f=r.child,_=null;f!==null;)n=f.alternate,n!==null&&Zr(n)===null&&(_=f),f=f.sibling;f=_,f===null?(_=r.child,r.child=null):(_=f.sibling,f.sibling=null),Sh(r,!1,_,f,D);break;case"backwards":for(f=null,_=r.child,r.child=null;_!==null;){if(n=_.alternate,n!==null&&Zr(n)===null){r.child=_;break}n=_.sibling,_.sibling=f,f=_,_=n}Sh(r,!0,f,null,D);break;case"together":Sh(r,!1,null,null,void 0);break;default:r.memoizedState=null}return r.child}function Go(n,r){(r.mode&1)===0&&n!==null&&(n.alternate=null,r.alternate=null,r.flags|=2)}function xo(n,r,f){if(n!==null&&(r.dependencies=n.dependencies),Rc|=r.lanes,(f&r.childLanes)===0)return null;if(n!==null&&r.child!==n.child)throw Error(l(153));if(r.child!==null){for(n=r.child,f=yf(n,n.pendingProps),r.child=f,f.return=r;n.sibling!==null;)n=n.sibling,f=f.sibling=yf(n,n.pendingProps),f.return=r;f.sibling=null}return r.child}function Tc(n,r,f){switch(r.tag){case 3:qm(r),Xr();break;case 5:qt(r);break;case 1:da(r.type)&&of(r);break;case 4:yc(r,r.stateNode.containerInfo);break;case 10:var v=r.type._context,_=r.memoizedProps.value;yr(Nl,v._currentValue),v._currentValue=_;break;case 13:if(v=r.memoizedState,v!==null)return v.dehydrated!==null?(yr(cn,cn.current&1),r.flags|=128,null):(f&r.child.childLanes)!==0?jv(n,r,f):(yr(cn,cn.current&1),n=xo(n,r,f),n!==null?n.sibling:null);yr(cn,cn.current&1);break;case 19:if(v=(f&r.childLanes)!==0,(n.flags&128)!==0){if(v)return Wv(n,r,f);r.flags|=128}if(_=r.memoizedState,_!==null&&(_.rendering=null,_.tail=null,_.lastEffect=null),yr(cn,cn.current),v)break;return null;case 22:case 23:return r.lanes=0,Vu(n,r,f)}return xo(n,r,f)}var kp,Xf,Ku,Wi;kp=function(n,r){for(var f=r.child;f!==null;){if(f.tag===5||f.tag===6)n.appendChild(f.stateNode);else if(f.tag!==4&&f.child!==null){f.child.return=f,f=f.child;continue}if(f===r)break;for(;f.sibling===null;){if(f.return===null||f.return===r)return;f=f.return}f.sibling.return=f.return,f=f.sibling}},Xf=function(){},Ku=function(n,r,f,v){var _=n.memoizedProps;if(_!==v){n=r.stateNode,Wo(Ha.current);var D=null;switch(f){case"input":_=sn(n,_),v=sn(n,v),D=[];break;case"select":_=Ye({},_,{value:void 0}),v=Ye({},v,{value:void 0}),D=[];break;case"textarea":_=At(n,_),v=At(n,v),D=[];break;default:typeof _.onClick!="function"&&typeof v.onClick=="function"&&(n.onclick=uc)}Tr(f,v);var V;f=null;for(Pe in _)if(!v.hasOwnProperty(Pe)&&_.hasOwnProperty(Pe)&&_[Pe]!=null)if(Pe==="style"){var se=_[Pe];for(V in se)se.hasOwnProperty(V)&&(f||(f={}),f[V]="")}else Pe!=="dangerouslySetInnerHTML"&&Pe!=="children"&&Pe!=="suppressContentEditableWarning"&&Pe!=="suppressHydrationWarning"&&Pe!=="autoFocus"&&(u.hasOwnProperty(Pe)?D||(D=[]):(D=D||[]).push(Pe,null));for(Pe in v){var pe=v[Pe];if(se=_!=null?_[Pe]:void 0,v.hasOwnProperty(Pe)&&pe!==se&&(pe!=null||se!=null))if(Pe==="style")if(se){for(V in se)!se.hasOwnProperty(V)||pe&&pe.hasOwnProperty(V)||(f||(f={}),f[V]="");for(V in pe)pe.hasOwnProperty(V)&&se[V]!==pe[V]&&(f||(f={}),f[V]=pe[V])}else f||(D||(D=[]),D.push(Pe,f)),f=pe;else Pe==="dangerouslySetInnerHTML"?(pe=pe?pe.__html:void 0,se=se?se.__html:void 0,pe!=null&&se!==pe&&(D=D||[]).push(Pe,pe)):Pe==="children"?typeof pe!="string"&&typeof pe!="number"||(D=D||[]).push(Pe,""+pe):Pe!=="suppressContentEditableWarning"&&Pe!=="suppressHydrationWarning"&&(u.hasOwnProperty(Pe)?(pe!=null&&Pe==="onScroll"&&Or("scroll",n),D||se===pe||(D=[])):(D=D||[]).push(Pe,pe))}f&&(D=D||[]).push("style",f);var Pe=D;(r.updateQueue=Pe)&&(r.flags|=4)}},Wi=function(n,r,f,v){f!==v&&(r.flags|=4)};function Rp(n,r){if(!hr)switch(n.tailMode){case"hidden":r=n.tail;for(var f=null;r!==null;)r.alternate!==null&&(f=r),r=r.sibling;f===null?n.tail=null:f.sibling=null;break;case"collapsed":f=n.tail;for(var v=null;f!==null;)f.alternate!==null&&(v=f),f=f.sibling;v===null?r||n.tail===null?n.tail=null:n.tail.sibling=null:v.sibling=null}}function Xo(n){var r=n.alternate!==null&&n.alternate.child===n.child,f=0,v=0;if(r)for(var _=n.child;_!==null;)f|=_.lanes|_.childLanes,v|=_.subtreeFlags&14680064,v|=_.flags&14680064,_.return=n,_=_.sibling;else for(_=n.child;_!==null;)f|=_.lanes|_.childLanes,v|=_.subtreeFlags,v|=_.flags,_.return=n,_=_.sibling;return n.subtreeFlags|=v,n.childLanes=f,r}function g2(n,r,f){var v=r.pendingProps;switch(Ja(r),r.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Xo(r),null;case 1:return da(r.type)&&$o(),Xo(r),null;case 3:return v=r.stateNode,Za(),or(Ca),or(Cn),Sc(),v.pendingContext&&(v.context=v.pendingContext,v.pendingContext=null),(n===null||n.child===null)&&(uf(r)?r.flags|=4:n===null||n.memoizedState.isDehydrated&&(r.flags&256)===0||(r.flags|=1024,ui!==null&&(Np(ui),ui=null))),Xf(n,r),Xo(r),null;case 5:Wn(r);var _=Wo(Ei.current);if(f=r.type,n!==null&&r.stateNode!=null)Ku(n,r,f,v,_),n.ref!==r.ref&&(r.flags|=512,r.flags|=2097152);else{if(!v){if(r.stateNode===null)throw Error(l(166));return Xo(r),null}if(n=Wo(Ha.current),uf(r)){v=r.stateNode,f=r.type;var D=r.memoizedProps;switch(v[eo]=r,v[nu]=D,n=(r.mode&1)!==0,f){case"dialog":Or("cancel",v),Or("close",v);break;case"iframe":case"object":case"embed":Or("load",v);break;case"video":case"audio":for(_=0;_<Jl.length;_++)Or(Jl[_],v);break;case"source":Or("error",v);break;case"img":case"image":case"link":Or("error",v),Or("load",v);break;case"details":Or("toggle",v);break;case"input":on(v,D),Or("invalid",v);break;case"select":v._wrapperState={wasMultiple:!!D.multiple},Or("invalid",v);break;case"textarea":Ft(v,D),Or("invalid",v)}Tr(f,D),_=null;for(var V in D)if(D.hasOwnProperty(V)){var se=D[V];V==="children"?typeof se=="string"?v.textContent!==se&&(D.suppressHydrationWarning!==!0&&ll(v.textContent,se,n),_=["children",se]):typeof se=="number"&&v.textContent!==""+se&&(D.suppressHydrationWarning!==!0&&ll(v.textContent,se,n),_=["children",""+se]):u.hasOwnProperty(V)&&se!=null&&V==="onScroll"&&Or("scroll",v)}switch(f){case"input":An(v),On(v,D,!0);break;case"textarea":An(v),Rn(v);break;case"select":case"option":break;default:typeof D.onClick=="function"&&(v.onclick=uc)}v=_,r.updateQueue=v,v!==null&&(r.flags|=4)}else{V=_.nodeType===9?_:_.ownerDocument,n==="http://www.w3.org/1999/xhtml"&&(n=tn(f)),n==="http://www.w3.org/1999/xhtml"?f==="script"?(n=V.createElement("div"),n.innerHTML="<script><\/script>",n=n.removeChild(n.firstChild)):typeof v.is=="string"?n=V.createElement(f,{is:v.is}):(n=V.createElement(f),f==="select"&&(V=n,v.multiple?V.multiple=!0:v.size&&(V.size=v.size))):n=V.createElementNS(n,f),n[eo]=r,n[nu]=v,kp(n,r,!1,!1),r.stateNode=n;e:{switch(V=In(f,v),f){case"dialog":Or("cancel",n),Or("close",n),_=v;break;case"iframe":case"object":case"embed":Or("load",n),_=v;break;case"video":case"audio":for(_=0;_<Jl.length;_++)Or(Jl[_],n);_=v;break;case"source":Or("error",n),_=v;break;case"img":case"image":case"link":Or("error",n),Or("load",n),_=v;break;case"details":Or("toggle",n),_=v;break;case"input":on(n,v),_=sn(n,v),Or("invalid",n);break;case"option":_=v;break;case"select":n._wrapperState={wasMultiple:!!v.multiple},_=Ye({},v,{value:void 0}),Or("invalid",n);break;case"textarea":Ft(n,v),_=At(n,v),Or("invalid",n);break;default:_=v}Tr(f,_),se=_;for(D in se)if(se.hasOwnProperty(D)){var pe=se[D];D==="style"?ar(n,pe):D==="dangerouslySetInnerHTML"?(pe=pe?pe.__html:void 0,pe!=null&&ga(n,pe)):D==="children"?typeof pe=="string"?(f!=="textarea"||pe!=="")&&Br(n,pe):typeof pe=="number"&&Br(n,""+pe):D!=="suppressContentEditableWarning"&&D!=="suppressHydrationWarning"&&D!=="autoFocus"&&(u.hasOwnProperty(D)?pe!=null&&D==="onScroll"&&Or("scroll",n):pe!=null&&Se(n,D,pe,V))}switch(f){case"input":An(n),On(n,v,!1);break;case"textarea":An(n),Rn(n);break;case"option":v.value!=null&&n.setAttribute("value",""+lr(v.value));break;case"select":n.multiple=!!v.multiple,D=v.value,D!=null?nr(n,!!v.multiple,D,!1):v.defaultValue!=null&&nr(n,!!v.multiple,v.defaultValue,!0);break;default:typeof _.onClick=="function"&&(n.onclick=uc)}switch(f){case"button":case"input":case"select":case"textarea":v=!!v.autoFocus;break e;case"img":v=!0;break e;default:v=!1}}v&&(r.flags|=4)}r.ref!==null&&(r.flags|=512,r.flags|=2097152)}return Xo(r),null;case 6:if(n&&r.stateNode!=null)Wi(n,r,n.memoizedProps,v);else{if(typeof v!="string"&&r.stateNode===null)throw Error(l(166));if(f=Wo(Ei.current),Wo(Ha.current),uf(r)){if(v=r.stateNode,f=r.memoizedProps,v[eo]=r,(D=v.nodeValue!==f)&&(n=Fa,n!==null))switch(n.tag){case 3:ll(v.nodeValue,f,(n.mode&1)!==0);break;case 5:n.memoizedProps.suppressHydrationWarning!==!0&&ll(v.nodeValue,f,(n.mode&1)!==0)}D&&(r.flags|=4)}else v=(f.nodeType===9?f:f.ownerDocument).createTextNode(v),v[eo]=r,r.stateNode=v}return Xo(r),null;case 13:if(or(cn),v=r.memoizedState,n===null||n.memoizedState!==null&&n.memoizedState.dehydrated!==null){if(hr&&Ua!==null&&(r.mode&1)!==0&&(r.flags&128)===0)Hf(),Xr(),r.flags|=98560,D=!1;else if(D=uf(r),v!==null&&v.dehydrated!==null){if(n===null){if(!D)throw Error(l(318));if(D=r.memoizedState,D=D!==null?D.dehydrated:null,!D)throw Error(l(317));D[eo]=r}else Xr(),(r.flags&128)===0&&(r.memoizedState=null),r.flags|=4;Xo(r),D=!1}else ui!==null&&(Np(ui),ui=null),D=!0;if(!D)return r.flags&65536?r:null}return(r.flags&128)!==0?(r.lanes=f,r):(v=v!==null,v!==(n!==null&&n.memoizedState!==null)&&v&&(r.child.flags|=8192,(r.mode&1)!==0&&(n===null||(cn.current&1)!==0?Gi===0&&(Gi=3):n1())),r.updateQueue!==null&&(r.flags|=4),Xo(r),null);case 4:return Za(),Xf(n,r),n===null&&Au(r.stateNode.containerInfo),Xo(r),null;case 10:return Nu(r.type._context),Xo(r),null;case 17:return da(r.type)&&$o(),Xo(r),null;case 19:if(or(cn),D=r.memoizedState,D===null)return Xo(r),null;if(v=(r.flags&128)!==0,V=D.rendering,V===null)if(v)Rp(D,!1);else{if(Gi!==0||n!==null&&(n.flags&128)!==0)for(n=r.child;n!==null;){if(V=Zr(n),V!==null){for(r.flags|=128,Rp(D,!1),v=V.updateQueue,v!==null&&(r.updateQueue=v,r.flags|=4),r.subtreeFlags=0,v=f,f=r.child;f!==null;)D=f,n=v,D.flags&=14680066,V=D.alternate,V===null?(D.childLanes=0,D.lanes=n,D.child=null,D.subtreeFlags=0,D.memoizedProps=null,D.memoizedState=null,D.updateQueue=null,D.dependencies=null,D.stateNode=null):(D.childLanes=V.childLanes,D.lanes=V.lanes,D.child=V.child,D.subtreeFlags=0,D.deletions=null,D.memoizedProps=V.memoizedProps,D.memoizedState=V.memoizedState,D.updateQueue=V.updateQueue,D.type=V.type,n=V.dependencies,D.dependencies=n===null?null:{lanes:n.lanes,firstContext:n.firstContext}),f=f.sibling;return yr(cn,cn.current&1|2),r.child}n=n.sibling}D.tail!==null&&Sn()>Pd&&(r.flags|=128,v=!0,Rp(D,!1),r.lanes=4194304)}else{if(!v)if(n=Zr(V),n!==null){if(r.flags|=128,v=!0,f=n.updateQueue,f!==null&&(r.updateQueue=f,r.flags|=4),Rp(D,!0),D.tail===null&&D.tailMode==="hidden"&&!V.alternate&&!hr)return Xo(r),null}else 2*Sn()-D.renderingStartTime>Pd&&f!==1073741824&&(r.flags|=128,v=!0,Rp(D,!1),r.lanes=4194304);D.isBackwards?(V.sibling=r.child,r.child=V):(f=D.last,f!==null?f.sibling=V:r.child=V,D.last=V)}return D.tail!==null?(r=D.tail,D.rendering=r,D.tail=r.sibling,D.renderingStartTime=Sn(),r.sibling=null,f=cn.current,yr(cn,v?f&1|2:f&1),r):(Xo(r),null);case 22:case 23:return t1(),v=r.memoizedState!==null,n!==null&&n.memoizedState!==null!==v&&(r.flags|=8192),v&&(r.mode&1)!==0?(cu&1073741824)!==0&&(Xo(r),r.subtreeFlags&6&&(r.flags|=8192)):Xo(r),null;case 24:return null;case 25:return null}throw Error(l(156,r.tag))}function Yv(n,r){switch(Ja(r),r.tag){case 1:return da(r.type)&&$o(),n=r.flags,n&65536?(r.flags=n&-65537|128,r):null;case 3:return Za(),or(Ca),or(Cn),Sc(),n=r.flags,(n&65536)!==0&&(n&128)===0?(r.flags=n&-65537|128,r):null;case 5:return Wn(r),null;case 13:if(or(cn),n=r.memoizedState,n!==null&&n.dehydrated!==null){if(r.alternate===null)throw Error(l(340));Xr()}return n=r.flags,n&65536?(r.flags=n&-65537|128,r):null;case 19:return or(cn),null;case 4:return Za(),null;case 10:return Nu(r.type._context),null;case 22:case 23:return t1(),null;case 24:return null;default:return null}}var Dp=!1,Yi=!1,Qm=typeof WeakSet=="function"?WeakSet:Set,Wt=null;function Fd(n,r){var f=n.ref;if(f!==null)if(typeof f=="function")try{f(null)}catch(v){fi(n,r,v)}else f.current=null}function Ap(n,r,f){try{f()}catch(v){fi(n,r,v)}}var Jm=!1;function Zm(n,r){if(tu=wa,n=qa(),Qa(n)){if("selectionStart"in n)var f={start:n.selectionStart,end:n.selectionEnd};else e:{f=(f=n.ownerDocument)&&f.defaultView||window;var v=f.getSelection&&f.getSelection();if(v&&v.rangeCount!==0){f=v.anchorNode;var _=v.anchorOffset,D=v.focusNode;v=v.focusOffset;try{f.nodeType,D.nodeType}catch{f=null;break e}var V=0,se=-1,pe=-1,Pe=0,ot=0,st=n,it=null;t:for(;;){for(var It;st!==f||_!==0&&st.nodeType!==3||(se=V+_),st!==D||v!==0&&st.nodeType!==3||(pe=V+v),st.nodeType===3&&(V+=st.nodeValue.length),(It=st.firstChild)!==null;)it=st,st=It;for(;;){if(st===n)break t;if(it===f&&++Pe===_&&(se=V),it===D&&++ot===v&&(pe=V),(It=st.nextSibling)!==null)break;st=it,it=st.parentNode}st=It}f=se===-1||pe===-1?null:{start:se,end:pe}}else f=null}f=f||{start:0,end:0}}else f=null;for(go={focusedElem:n,selectionRange:f},wa=!1,Wt=r;Wt!==null;)if(r=Wt,n=r.child,(r.subtreeFlags&1028)!==0&&n!==null)n.return=r,Wt=n;else for(;Wt!==null;){r=Wt;try{var Qt=r.alternate;if((r.flags&1024)!==0)switch(r.tag){case 0:case 11:case 15:break;case 1:if(Qt!==null){var an=Qt.memoizedProps,wi=Qt.memoizedState,xe=r.stateNode,me=xe.getSnapshotBeforeUpdate(r.elementType===r.type?an:Ai(r.type,an),wi);xe.__reactInternalSnapshotBeforeUpdate=me}break;case 3:var Oe=r.stateNode.containerInfo;Oe.nodeType===1?Oe.textContent="":Oe.nodeType===9&&Oe.documentElement&&Oe.removeChild(Oe.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(l(163))}}catch(gt){fi(r,r.return,gt)}if(n=r.sibling,n!==null){n.return=r.return,Wt=n;break}Wt=r.return}return Qt=Jm,Jm=!1,Qt}function Op(n,r,f){var v=r.updateQueue;if(v=v!==null?v.lastEffect:null,v!==null){var _=v=v.next;do{if((_.tag&n)===n){var D=_.destroy;_.destroy=void 0,D!==void 0&&Ap(r,f,D)}_=_.next}while(_!==v)}}function Mp(n,r){if(r=r.updateQueue,r=r!==null?r.lastEffect:null,r!==null){var f=r=r.next;do{if((f.tag&n)===n){var v=f.create;f.destroy=v()}f=f.next}while(f!==r)}}function Gv(n){var r=n.ref;if(r!==null){var f=n.stateNode;switch(n.tag){case 5:n=f;break;default:n=f}typeof r=="function"?r(n):r.current=n}}function Xv(n){var r=n.alternate;r!==null&&(n.alternate=null,Xv(r)),n.child=null,n.deletions=null,n.sibling=null,n.tag===5&&(r=n.stateNode,r!==null&&(delete r[eo],delete r[nu],delete r[Ou],delete r[af],delete r[cc])),n.stateNode=null,n.return=null,n.dependencies=null,n.memoizedProps=null,n.memoizedState=null,n.pendingProps=null,n.stateNode=null,n.updateQueue=null}function e0(n){return n.tag===5||n.tag===3||n.tag===4}function Eh(n){e:for(;;){for(;n.sibling===null;){if(n.return===null||e0(n.return))return null;n=n.return}for(n.sibling.return=n.return,n=n.sibling;n.tag!==5&&n.tag!==6&&n.tag!==18;){if(n.flags&2||n.child===null||n.tag===4)continue e;n.child.return=n,n=n.child}if(!(n.flags&2))return n.stateNode}}function Bd(n,r,f){var v=n.tag;if(v===5||v===6)n=n.stateNode,r?f.nodeType===8?f.parentNode.insertBefore(n,r):f.insertBefore(n,r):(f.nodeType===8?(r=f.parentNode,r.insertBefore(n,f)):(r=f,r.appendChild(n)),f=f._reactRootContainer,f!=null||r.onclick!==null||(r.onclick=uc));else if(v!==4&&(n=n.child,n!==null))for(Bd(n,r,f),n=n.sibling;n!==null;)Bd(n,r,f),n=n.sibling}function Ks(n,r,f){var v=n.tag;if(v===5||v===6)n=n.stateNode,r?f.insertBefore(n,r):f.appendChild(n);else if(v!==4&&(n=n.child,n!==null))for(Ks(n,r,f),n=n.sibling;n!==null;)Ks(n,r,f),n=n.sibling}var $a=null,io=!1;function Wu(n,r,f){for(f=f.child;f!==null;)Nd(n,r,f),f=f.sibling}function Nd(n,r,f){if(Pr&&typeof Pr.onCommitFiberUnmount=="function")try{Pr.onCommitFiberUnmount(Yr,f)}catch{}switch(f.tag){case 5:Yi||Fd(f,r);case 6:var v=$a,_=io;$a=null,Wu(n,r,f),$a=v,io=_,$a!==null&&(io?(n=$a,f=f.stateNode,n.nodeType===8?n.parentNode.removeChild(f):n.removeChild(f)):$a.removeChild(f.stateNode));break;case 18:$a!==null&&(io?(n=$a,f=f.stateNode,n.nodeType===8?Uo(n.parentNode,f):n.nodeType===1&&Uo(n,f),xr(n)):Uo($a,f.stateNode));break;case 4:v=$a,_=io,$a=f.stateNode.containerInfo,io=!0,Wu(n,r,f),$a=v,io=_;break;case 0:case 11:case 14:case 15:if(!Yi&&(v=f.updateQueue,v!==null&&(v=v.lastEffect,v!==null))){_=v=v.next;do{var D=_,V=D.destroy;D=D.tag,V!==void 0&&((D&2)!==0||(D&4)!==0)&&Ap(f,r,V),_=_.next}while(_!==v)}Wu(n,r,f);break;case 1:if(!Yi&&(Fd(f,r),v=f.stateNode,typeof v.componentWillUnmount=="function"))try{v.props=f.memoizedProps,v.state=f.memoizedState,v.componentWillUnmount()}catch(se){fi(f,r,se)}Wu(n,r,f);break;case 21:Wu(n,r,f);break;case 22:f.mode&1?(Yi=(v=Yi)||f.memoizedState!==null,Wu(n,r,f),Yi=v):Wu(n,r,f);break;default:Wu(n,r,f)}}function kc(n){var r=n.updateQueue;if(r!==null){n.updateQueue=null;var f=n.stateNode;f===null&&(f=n.stateNode=new Qm),r.forEach(function(v){var _=_2.bind(null,n,v);f.has(v)||(f.add(v),v.then(_,_))})}}function ys(n,r){var f=r.deletions;if(f!==null)for(var v=0;v<f.length;v++){var _=f[v];try{var D=n,V=r,se=V;e:for(;se!==null;){switch(se.tag){case 5:$a=se.stateNode,io=!1;break e;case 3:$a=se.stateNode.containerInfo,io=!0;break e;case 4:$a=se.stateNode.containerInfo,io=!0;break e}se=se.return}if($a===null)throw Error(l(160));Nd(D,V,_),$a=null,io=!1;var pe=_.alternate;pe!==null&&(pe.return=null),_.return=null}catch(Pe){fi(_,r,Pe)}}if(r.subtreeFlags&12854)for(r=r.child;r!==null;)t0(r,n),r=r.sibling}function t0(n,r){var f=n.alternate,v=n.flags;switch(n.tag){case 0:case 11:case 14:case 15:if(ys(r,n),Ws(n),v&4){try{Op(3,n,n.return),Mp(3,n)}catch(an){fi(n,n.return,an)}try{Op(5,n,n.return)}catch(an){fi(n,n.return,an)}}break;case 1:ys(r,n),Ws(n),v&512&&f!==null&&Fd(f,f.return);break;case 5:if(ys(r,n),Ws(n),v&512&&f!==null&&Fd(f,f.return),n.flags&32){var _=n.stateNode;try{Br(_,"")}catch(an){fi(n,n.return,an)}}if(v&4&&(_=n.stateNode,_!=null)){var D=n.memoizedProps,V=f!==null?f.memoizedProps:D,se=n.type,pe=n.updateQueue;if(n.updateQueue=null,pe!==null)try{se==="input"&&D.type==="radio"&&D.name!=null&&Vn(_,D),In(se,V);var Pe=In(se,D);for(V=0;V<pe.length;V+=2){var ot=pe[V],st=pe[V+1];ot==="style"?ar(_,st):ot==="dangerouslySetInnerHTML"?ga(_,st):ot==="children"?Br(_,st):Se(_,ot,st,Pe)}switch(se){case"input":cr(_,D);break;case"textarea":bt(_,D);break;case"select":var it=_._wrapperState.wasMultiple;_._wrapperState.wasMultiple=!!D.multiple;var It=D.value;It!=null?nr(_,!!D.multiple,It,!1):it!==!!D.multiple&&(D.defaultValue!=null?nr(_,!!D.multiple,D.defaultValue,!0):nr(_,!!D.multiple,D.multiple?[]:"",!1))}_[nu]=D}catch(an){fi(n,n.return,an)}}break;case 6:if(ys(r,n),Ws(n),v&4){if(n.stateNode===null)throw Error(l(162));_=n.stateNode,D=n.memoizedProps;try{_.nodeValue=D}catch(an){fi(n,n.return,an)}}break;case 3:if(ys(r,n),Ws(n),v&4&&f!==null&&f.memoizedState.isDehydrated)try{xr(r.containerInfo)}catch(an){fi(n,n.return,an)}break;case 4:ys(r,n),Ws(n);break;case 13:ys(r,n),Ws(n),_=n.child,_.flags&8192&&(D=_.memoizedState!==null,_.stateNode.isHidden=D,!D||_.alternate!==null&&_.alternate.memoizedState!==null||(Jv=Sn())),v&4&&kc(n);break;case 22:if(ot=f!==null&&f.memoizedState!==null,n.mode&1?(Yi=(Pe=Yi)||ot,ys(r,n),Yi=Pe):ys(r,n),Ws(n),v&8192){if(Pe=n.memoizedState!==null,(n.stateNode.isHidden=Pe)&&!ot&&(n.mode&1)!==0)for(Wt=n,ot=n.child;ot!==null;){for(st=Wt=ot;Wt!==null;){switch(it=Wt,It=it.child,it.tag){case 0:case 11:case 14:case 15:Op(4,it,it.return);break;case 1:Fd(it,it.return);var Qt=it.stateNode;if(typeof Qt.componentWillUnmount=="function"){v=it,f=it.return;try{r=v,Qt.props=r.memoizedProps,Qt.state=r.memoizedState,Qt.componentWillUnmount()}catch(an){fi(v,f,an)}}break;case 5:Fd(it,it.return);break;case 22:if(it.memoizedState!==null){qv(st);continue}}It!==null?(It.return=it,Wt=It):qv(st)}ot=ot.sibling}e:for(ot=null,st=n;;){if(st.tag===5){if(ot===null){ot=st;try{_=st.stateNode,Pe?(D=_.style,typeof D.setProperty=="function"?D.setProperty("display","none","important"):D.display="none"):(se=st.stateNode,pe=st.memoizedProps.style,V=pe!=null&&pe.hasOwnProperty("display")?pe.display:null,se.style.display=bn("display",V))}catch(an){fi(n,n.return,an)}}}else if(st.tag===6){if(ot===null)try{st.stateNode.nodeValue=Pe?"":st.memoizedProps}catch(an){fi(n,n.return,an)}}else if((st.tag!==22&&st.tag!==23||st.memoizedState===null||st===n)&&st.child!==null){st.child.return=st,st=st.child;continue}if(st===n)break e;for(;st.sibling===null;){if(st.return===null||st.return===n)break e;ot===st&&(ot=null),st=st.return}ot===st&&(ot=null),st.sibling.return=st.return,st=st.sibling}}break;case 19:ys(r,n),Ws(n),v&4&&kc(n);break;case 21:break;default:ys(r,n),Ws(n)}}function Ws(n){var r=n.flags;if(r&2){try{e:{for(var f=n.return;f!==null;){if(e0(f)){var v=f;break e}f=f.return}throw Error(l(160))}switch(v.tag){case 5:var _=v.stateNode;v.flags&32&&(Br(_,""),v.flags&=-33);var D=Eh(n);Ks(n,D,_);break;case 3:case 4:var V=v.stateNode.containerInfo,se=Eh(n);Bd(n,se,V);break;default:throw Error(l(161))}}catch(pe){fi(n,n.return,pe)}n.flags&=-3}r&4096&&(n.flags&=-4097)}function n0(n,r,f){Wt=n,Ld(n)}function Ld(n,r,f){for(var v=(n.mode&1)!==0;Wt!==null;){var _=Wt,D=_.child;if(_.tag===22&&v){var V=_.memoizedState!==null||Dp;if(!V){var se=_.alternate,pe=se!==null&&se.memoizedState!==null||Yi;se=Dp;var Pe=Yi;if(Dp=V,(Yi=pe)&&!Pe)for(Wt=_;Wt!==null;)V=Wt,pe=V.child,V.tag===22&&V.memoizedState!==null?a0(_):pe!==null?(pe.return=V,Wt=pe):a0(_);for(;D!==null;)Wt=D,Ld(D),D=D.sibling;Wt=_,Dp=se,Yi=Pe}r0(n)}else(_.subtreeFlags&8772)!==0&&D!==null?(D.return=_,Wt=D):r0(n)}}function r0(n){for(;Wt!==null;){var r=Wt;if((r.flags&8772)!==0){var f=r.alternate;try{if((r.flags&8772)!==0)switch(r.tag){case 0:case 11:case 15:Yi||Mp(5,r);break;case 1:var v=r.stateNode;if(r.flags&4&&!Yi)if(f===null)v.componentDidMount();else{var _=r.elementType===r.type?f.memoizedProps:Ai(r.type,f.memoizedProps);v.componentDidUpdate(_,f.memoizedState,v.__reactInternalSnapshotBeforeUpdate)}var D=r.updateQueue;D!==null&&wo(r,D,v);break;case 3:var V=r.updateQueue;if(V!==null){if(f=null,r.child!==null)switch(r.child.tag){case 5:f=r.child.stateNode;break;case 1:f=r.child.stateNode}wo(r,V,f)}break;case 5:var se=r.stateNode;if(f===null&&r.flags&4){f=se;var pe=r.memoizedProps;switch(r.type){case"button":case"input":case"select":case"textarea":pe.autoFocus&&f.focus();break;case"img":pe.src&&(f.src=pe.src)}}break;case 6:break;case 4:break;case 12:break;case 13:if(r.memoizedState===null){var Pe=r.alternate;if(Pe!==null){var ot=Pe.memoizedState;if(ot!==null){var st=ot.dehydrated;st!==null&&xr(st)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(l(163))}Yi||r.flags&512&&Gv(r)}catch(it){fi(r,r.return,it)}}if(r===n){Wt=null;break}if(f=r.sibling,f!==null){f.return=r.return,Wt=f;break}Wt=r.return}}function qv(n){for(;Wt!==null;){var r=Wt;if(r===n){Wt=null;break}var f=r.sibling;if(f!==null){f.return=r.return,Wt=f;break}Wt=r.return}}function a0(n){for(;Wt!==null;){var r=Wt;try{switch(r.tag){case 0:case 11:case 15:var f=r.return;try{Mp(4,r)}catch(pe){fi(r,f,pe)}break;case 1:var v=r.stateNode;if(typeof v.componentDidMount=="function"){var _=r.return;try{v.componentDidMount()}catch(pe){fi(r,_,pe)}}var D=r.return;try{Gv(r)}catch(pe){fi(r,D,pe)}break;case 5:var V=r.return;try{Gv(r)}catch(pe){fi(r,V,pe)}}}catch(pe){fi(r,r.return,pe)}if(r===n){Wt=null;break}var se=r.sibling;if(se!==null){se.return=r.return,Wt=se;break}Wt=r.return}}var wh=Math.ceil,Fp=we.ReactCurrentDispatcher,Qv=we.ReactCurrentOwner,qo=we.ReactCurrentBatchConfig,Sr=0,ei=null,ci=null,oo=0,cu=0,zd=Bn(0),Gi=0,Bp=null,Rc=0,Ch=0,Id=0,qf=null,vl=null,Jv=0,Pd=1/0,Dc=null,_h=!1,Qf=null,Ys=null,vf=!1,mf=null,bh=0,Ud=0,xh=null,Jf=-1,Zf=0;function Qo(){return(Sr&6)!==0?Sn():Jf!==-1?Jf:Jf=Sn()}function Fi(n){return(n.mode&1)===0?1:(Sr&2)!==0&&oo!==0?oo&-oo:hc.transition!==null?(Zf===0&&(Zf=ne()),Zf):(n=dt,n!==0||(n=window.event,n=n===void 0?16:Cu(n.type)),n)}function Jo(n,r,f,v){if(50<Ud)throw Ud=0,xh=null,Error(l(185));ye(n,f,v),((Sr&2)===0||n!==ei)&&(n===ei&&((Sr&2)===0&&(Ch|=f),Gi===4&&Yu(n,oo)),Zo(n,v),f===1&&Sr===0&&(r.mode&1)===0&&(Pd=Sn()+500,oi&&to()))}function Zo(n,r){var f=n.callbackNode;z(n,r);var v=Aa(n,n===ei?oo:0);if(v===0)f!==null&&_r(f),n.callbackNode=null,n.callbackPriority=0;else if(r=v&-v,n.callbackPriority!==r){if(f!=null&&_r(f),r===1)n.tag===0?Uf(i0.bind(null,n)):Ls(i0.bind(null,n)),us(function(){(Sr&6)===0&&to()}),f=null;else{switch(St(v)){case 1:f=ua;break;case 4:f=mn;break;case 16:f=Ir;break;case 536870912:f=pi;break;default:f=Ir}f=a1(f,Hd.bind(null,n))}n.callbackPriority=r,n.callbackNode=f}}function Hd(n,r){if(Jf=-1,Zf=0,(Sr&6)!==0)throw Error(l(327));var f=n.callbackNode;if(jd()&&n.callbackNode!==f)return null;var v=Aa(n,n===ei?oo:0);if(v===0)return null;if((v&30)!==0||(v&n.expiredLanes)!==0||r)r=kh(n,v);else{r=v;var _=Sr;Sr|=2;var D=Th();(ei!==n||oo!==r)&&(Dc=null,Pd=Sn()+500,ed(n,r));do try{S2();break}catch(se){o0(n,se)}while(1);Vf(),Fp.current=D,Sr=_,ci!==null?r=0:(ei=null,oo=0,r=Gi)}if(r!==0){if(r===2&&(_=G(n),_!==0&&(v=_,r=Zv(n,_))),r===1)throw f=Bp,ed(n,0),Yu(n,v),Zo(n,Sn()),f;if(r===6)Yu(n,v);else{if(_=n.current.alternate,(v&30)===0&&!e1(_)&&(r=kh(n,v),r===2&&(D=G(n),D!==0&&(v=D,r=Zv(n,D))),r===1))throw f=Bp,ed(n,0),Yu(n,v),Zo(n,Sn()),f;switch(n.finishedWork=_,n.finishedLanes=v,r){case 0:case 1:throw Error(l(345));case 2:td(n,vl,Dc);break;case 3:if(Yu(n,v),(v&130023424)===v&&(r=Jv+500-Sn(),10<r)){if(Aa(n,0)!==0)break;if(_=n.suspendedLanes,(_&v)!==v){Qo(),n.pingedLanes|=n.suspendedLanes&_;break}n.timeoutHandle=Ri(td.bind(null,n,vl,Dc),r);break}td(n,vl,Dc);break;case 4:if(Yu(n,v),(v&4194240)===v)break;for(r=n.eventTimes,_=-1;0<v;){var V=31-sa(v);D=1<<V,V=r[V],V>_&&(_=V),v&=~D}if(v=_,v=Sn()-v,v=(120>v?120:480>v?480:1080>v?1080:1920>v?1920:3e3>v?3e3:4320>v?4320:1960*wh(v/1960))-v,10<v){n.timeoutHandle=Ri(td.bind(null,n,vl,Dc),v);break}td(n,vl,Dc);break;case 5:td(n,vl,Dc);break;default:throw Error(l(329))}}}return Zo(n,Sn()),n.callbackNode===f?Hd.bind(null,n):null}function Zv(n,r){var f=qf;return n.current.memoizedState.isDehydrated&&(ed(n,r).flags|=256),n=kh(n,r),n!==2&&(r=vl,vl=f,r!==null&&Np(r)),n}function Np(n){vl===null?vl=n:vl.push.apply(vl,n)}function e1(n){for(var r=n;;){if(r.flags&16384){var f=r.updateQueue;if(f!==null&&(f=f.stores,f!==null))for(var v=0;v<f.length;v++){var _=f[v],D=_.getSnapshot;_=_.value;try{if(!yt(D(),_))return!1}catch{return!1}}}if(f=r.child,r.subtreeFlags&16384&&f!==null)f.return=r,r=f;else{if(r===n)break;for(;r.sibling===null;){if(r.return===null||r.return===n)return!0;r=r.return}r.sibling.return=r.return,r=r.sibling}}return!0}function Yu(n,r){for(r&=~Id,r&=~Ch,n.suspendedLanes|=r,n.pingedLanes&=~r,n=n.expirationTimes;0<r;){var f=31-sa(r),v=1<<f;n[f]=-1,r&=~v}}function i0(n){if((Sr&6)!==0)throw Error(l(327));jd();var r=Aa(n,0);if((r&1)===0)return Zo(n,Sn()),null;var f=kh(n,r);if(n.tag!==0&&f===2){var v=G(n);v!==0&&(r=v,f=Zv(n,v))}if(f===1)throw f=Bp,ed(n,0),Yu(n,r),Zo(n,Sn()),f;if(f===6)throw Error(l(345));return n.finishedWork=n.current.alternate,n.finishedLanes=r,td(n,vl,Dc),Zo(n,Sn()),null}function $d(n,r){var f=Sr;Sr|=1;try{return n(r)}finally{Sr=f,Sr===0&&(Pd=Sn()+500,oi&&to())}}function gf(n){mf!==null&&mf.tag===0&&(Sr&6)===0&&jd();var r=Sr;Sr|=1;var f=qo.transition,v=dt;try{if(qo.transition=null,dt=1,n)return n()}finally{dt=v,qo.transition=f,Sr=r,(Sr&6)===0&&to()}}function t1(){cu=zd.current,or(zd)}function ed(n,r){n.finishedWork=null,n.finishedLanes=0;var f=n.timeoutHandle;if(f!==-1&&(n.timeoutHandle=-1,sc(f)),ci!==null)for(f=ci.return;f!==null;){var v=f;switch(Ja(v),v.tag){case 1:v=v.type.childContextTypes,v!=null&&$o();break;case 3:Za(),or(Ca),or(Cn),Sc();break;case 5:Wn(v);break;case 4:Za();break;case 13:or(cn);break;case 19:or(cn);break;case 10:Nu(v.type._context);break;case 22:case 23:t1()}f=f.return}if(ei=n,ci=n=yf(n.current,null),oo=cu=r,Gi=0,Bp=null,Id=Ch=Rc=0,vl=qf=null,Si!==null){for(r=0;r<Si.length;r++)if(f=Si[r],v=f.interleaved,v!==null){f.interleaved=null;var _=v.next,D=f.pending;if(D!==null){var V=D.next;D.next=_,v.next=V}f.pending=v}Si=null}return n}function o0(n,r){do{var f=ci;try{if(Vf(),df.current=ce,yn){for(var v=ea.memoizedState;v!==null;){var _=v.queue;_!==null&&(_.pending=null),v=v.next}yn=!1}if(hl=0,er=Ve=ea=null,Yo=!1,$i=0,Qv.current=null,f===null||f.return===null){Gi=1,Bp=r,ci=null;break}e:{var D=n,V=f.return,se=f,pe=r;if(r=oo,se.flags|=32768,pe!==null&&typeof pe=="object"&&typeof pe.then=="function"){var Pe=pe,ot=se,st=ot.tag;if((ot.mode&1)===0&&(st===0||st===11||st===15)){var it=ot.alternate;it?(ot.updateQueue=it.updateQueue,ot.memoizedState=it.memoizedState,ot.lanes=it.lanes):(ot.updateQueue=null,ot.memoizedState=null)}var It=Je(V);if(It!==null){It.flags&=-257,Mt(It,V,se,D,r),It.mode&1&&Me(D,Pe,r),r=It,pe=Pe;var Qt=r.updateQueue;if(Qt===null){var an=new Set;an.add(pe),r.updateQueue=an}else Qt.add(pe);break e}else{if((r&1)===0){Me(D,Pe,r),n1();break e}pe=Error(l(426))}}else if(hr&&se.mode&1){var wi=Je(V);if(wi!==null){(wi.flags&65536)===0&&(wi.flags|=256),Mt(wi,V,se,D,r),$f(E(pe,se));break e}}D=pe=E(pe,se),Gi!==4&&(Gi=2),qf===null?qf=[D]:qf.push(D),D=V;do{switch(D.tag){case 3:D.flags|=65536,r&=-r,D.lanes|=r;var xe=ae(D,pe,r);Is(D,xe);break e;case 1:se=pe;var me=D.type,Oe=D.stateNode;if((D.flags&128)===0&&(typeof me.getDerivedStateFromError=="function"||Oe!==null&&typeof Oe.componentDidCatch=="function"&&(Ys===null||!Ys.has(Oe)))){D.flags|=65536,r&=-r,D.lanes|=r;var gt=de(D,se,r);Is(D,gt);break e}}D=D.return}while(D!==null)}r1(f)}catch(fn){r=fn,ci===f&&f!==null&&(ci=f=f.return);continue}break}while(1)}function Th(){var n=Fp.current;return Fp.current=ce,n===null?ce:n}function n1(){(Gi===0||Gi===3||Gi===2)&&(Gi=4),ei===null||(Rc&268435455)===0&&(Ch&268435455)===0||Yu(ei,oo)}function kh(n,r){var f=Sr;Sr|=2;var v=Th();(ei!==n||oo!==r)&&(Dc=null,ed(n,r));do try{y2();break}catch(_){o0(n,_)}while(1);if(Vf(),Sr=f,Fp.current=v,ci!==null)throw Error(l(261));return ei=null,oo=0,Gi}function y2(){for(;ci!==null;)l0(ci)}function S2(){for(;ci!==null&&!Sa();)l0(ci)}function l0(n){var r=s0(n.alternate,n,cu);n.memoizedProps=n.pendingProps,r===null?r1(n):ci=r,Qv.current=null}function r1(n){var r=n;do{var f=r.alternate;if(n=r.return,(r.flags&32768)===0){if(f=g2(f,r,cu),f!==null){ci=f;return}}else{if(f=Yv(f,r),f!==null){f.flags&=32767,ci=f;return}if(n!==null)n.flags|=32768,n.subtreeFlags=0,n.deletions=null;else{Gi=6,ci=null;return}}if(r=r.sibling,r!==null){ci=r;return}ci=r=n}while(r!==null);Gi===0&&(Gi=5)}function td(n,r,f){var v=dt,_=qo.transition;try{qo.transition=null,dt=1,E2(n,r,f,v)}finally{qo.transition=_,dt=v}return null}function E2(n,r,f,v){do jd();while(mf!==null);if((Sr&6)!==0)throw Error(l(327));f=n.finishedWork;var _=n.finishedLanes;if(f===null)return null;if(n.finishedWork=null,n.finishedLanes=0,f===n.current)throw Error(l(177));n.callbackNode=null,n.callbackPriority=0;var D=f.lanes|f.childLanes;if(Ue(n,D),n===ei&&(ci=ei=null,oo=0),(f.subtreeFlags&2064)===0&&(f.flags&2064)===0||vf||(vf=!0,a1(Ir,function(){return jd(),null})),D=(f.flags&15990)!==0,(f.subtreeFlags&15990)!==0||D){D=qo.transition,qo.transition=null;var V=dt;dt=1;var se=Sr;Sr|=4,Qv.current=null,Zm(n,f),t0(f,n),Rs(go),wa=!!tu,go=tu=null,n.current=f,n0(f),ri(),Sr=se,dt=V,qo.transition=D}else n.current=f;if(vf&&(vf=!1,mf=n,bh=_),D=n.pendingLanes,D===0&&(Ys=null),bi(f.stateNode),Zo(n,Sn()),r!==null)for(v=n.onRecoverableError,f=0;f<r.length;f++)_=r[f],v(_.value,{componentStack:_.stack,digest:_.digest});if(_h)throw _h=!1,n=Qf,Qf=null,n;return(bh&1)!==0&&n.tag!==0&&jd(),D=n.pendingLanes,(D&1)!==0?n===xh?Ud++:(Ud=0,xh=n):Ud=0,to(),null}function jd(){if(mf!==null){var n=St(bh),r=qo.transition,f=dt;try{if(qo.transition=null,dt=16>n?16:n,mf===null)var v=!1;else{if(n=mf,mf=null,bh=0,(Sr&6)!==0)throw Error(l(331));var _=Sr;for(Sr|=4,Wt=n.current;Wt!==null;){var D=Wt,V=D.child;if((Wt.flags&16)!==0){var se=D.deletions;if(se!==null){for(var pe=0;pe<se.length;pe++){var Pe=se[pe];for(Wt=Pe;Wt!==null;){var ot=Wt;switch(ot.tag){case 0:case 11:case 15:Op(8,ot,D)}var st=ot.child;if(st!==null)st.return=ot,Wt=st;else for(;Wt!==null;){ot=Wt;var it=ot.sibling,It=ot.return;if(Xv(ot),ot===Pe){Wt=null;break}if(it!==null){it.return=It,Wt=it;break}Wt=It}}}var Qt=D.alternate;if(Qt!==null){var an=Qt.child;if(an!==null){Qt.child=null;do{var wi=an.sibling;an.sibling=null,an=wi}while(an!==null)}}Wt=D}}if((D.subtreeFlags&2064)!==0&&V!==null)V.return=D,Wt=V;else e:for(;Wt!==null;){if(D=Wt,(D.flags&2048)!==0)switch(D.tag){case 0:case 11:case 15:Op(9,D,D.return)}var xe=D.sibling;if(xe!==null){xe.return=D.return,Wt=xe;break e}Wt=D.return}}var me=n.current;for(Wt=me;Wt!==null;){V=Wt;var Oe=V.child;if((V.subtreeFlags&2064)!==0&&Oe!==null)Oe.return=V,Wt=Oe;else e:for(V=me;Wt!==null;){if(se=Wt,(se.flags&2048)!==0)try{switch(se.tag){case 0:case 11:case 15:Mp(9,se)}}catch(fn){fi(se,se.return,fn)}if(se===V){Wt=null;break e}var gt=se.sibling;if(gt!==null){gt.return=se.return,Wt=gt;break e}Wt=se.return}}if(Sr=_,to(),Pr&&typeof Pr.onPostCommitFiberRoot=="function")try{Pr.onPostCommitFiberRoot(Yr,n)}catch{}v=!0}return v}finally{dt=f,qo.transition=r}}return!1}function u0(n,r,f){r=E(f,r),r=ae(n,r,1),n=Ll(n,r,1),r=Qo(),n!==null&&(ye(n,1,r),Zo(n,r))}function fi(n,r,f){if(n.tag===3)u0(n,n,f);else for(;r!==null;){if(r.tag===3){u0(r,n,f);break}else if(r.tag===1){var v=r.stateNode;if(typeof r.type.getDerivedStateFromError=="function"||typeof v.componentDidCatch=="function"&&(Ys===null||!Ys.has(v))){n=E(f,n),n=de(r,n,1),r=Ll(r,n,1),n=Qo(),r!==null&&(ye(r,1,n),Zo(r,n));break}}r=r.return}}function w2(n,r,f){var v=n.pingCache;v!==null&&v.delete(r),r=Qo(),n.pingedLanes|=n.suspendedLanes&f,ei===n&&(oo&f)===f&&(Gi===4||Gi===3&&(oo&130023424)===oo&&500>Sn()-Jv?ed(n,0):Id|=f),Zo(n,r)}function Rh(n,r){r===0&&((n.mode&1)===0?r=1:(r=hi,hi<<=1,(hi&130023424)===0&&(hi=4194304)));var f=Qo();n=cl(n,r),n!==null&&(ye(n,r,f),Zo(n,f))}function C2(n){var r=n.memoizedState,f=0;r!==null&&(f=r.retryLane),Rh(n,f)}function _2(n,r){var f=0;switch(n.tag){case 13:var v=n.stateNode,_=n.memoizedState;_!==null&&(f=_.retryLane);break;case 19:v=n.stateNode;break;default:throw Error(l(314))}v!==null&&v.delete(r),Rh(n,f)}var s0;s0=function(n,r,f){if(n!==null)if(n.memoizedProps!==r.pendingProps||Ca.current)Ht=!0;else{if((n.lanes&f)===0&&(r.flags&128)===0)return Ht=!1,Tc(n,r,f);Ht=(n.flags&131072)!==0}else Ht=!1,hr&&(r.flags&1048576)!==0&&iu(r,Bu,r.index);switch(r.lanes=0,r.tag){case 2:var v=r.type;Go(n,r),n=r.pendingProps;var _=Eo(r,Cn.current);Ct(r,f),_=Iu(null,r,v,n,_,f);var D=ps();return r.flags|=1,typeof _=="object"&&_!==null&&typeof _.render=="function"&&_.$$typeof===void 0?(r.tag=1,r.memoizedState=null,r.updateQueue=null,da(v)?(D=!0,of(r)):D=!1,r.memoizedState=_.state!==null&&_.state!==void 0?_.state:null,sf(r),_.updater=zl,r.stateNode=_,_._reactInternals=r,cf(r,v,n,f),r=gh(null,r,v,!0,D,f)):(r.tag=0,hr&&D&&cs(r),$n(null,r,_,f),r=r.child),r;case 16:v=r.elementType;e:{switch(Go(n,r),n=r.pendingProps,_=v._init,v=_(v._payload),r.type=v,_=r.tag=x2(v),n=Ai(v,n),_){case 0:r=su(null,r,v,n,f);break e;case 1:r=Tp(null,r,v,n,f);break e;case 11:r=ha(null,r,v,n,f);break e;case 14:r=Vi(null,r,v,Ai(v.type,n),f);break e}throw Error(l(306,v,""))}return r;case 0:return v=r.type,_=r.pendingProps,_=r.elementType===v?_:Ai(v,_),su(n,r,v,_,f);case 1:return v=r.type,_=r.pendingProps,_=r.elementType===v?_:Ai(v,_),Tp(n,r,v,_,f);case 3:e:{if(qm(r),n===null)throw Error(l(387));v=r.pendingProps,D=r.memoizedState,_=D.element,ba(n,r),dl(r,v,null,f);var V=r.memoizedState;if(v=V.element,D.isDehydrated)if(D={element:v,isDehydrated:!1,cache:V.cache,pendingSuspenseBoundaries:V.pendingSuspenseBoundaries,transitions:V.transitions},r.updateQueue.baseState=D,r.memoizedState=D,r.flags&256){_=E(Error(l(423)),r),r=yh(n,r,v,f,_);break e}else if(v!==_){_=E(Error(l(424)),r),r=yh(n,r,v,f,_);break e}else for(Ua=Ho(r.stateNode.containerInfo.firstChild),Fa=r,hr=!0,ui=null,f=Us(r,null,v,f),r.child=f;f;)f.flags=f.flags&-3|4096,f=f.sibling;else{if(Xr(),v===_){r=xo(n,r,f);break e}$n(n,r,v,f)}r=r.child}return r;case 5:return qt(r),n===null&&fs(r),v=r.type,_=r.pendingProps,D=n!==null?n.memoizedProps:null,V=_.children,ls(v,_)?V=null:D!==null&&ls(v,D)&&(r.flags|=32),Un(n,r),$n(n,r,V,f),r.child;case 6:return n===null&&fs(r),null;case 13:return jv(n,r,f);case 4:return yc(r,r.stateNode.containerInfo),v=r.pendingProps,n===null?r.child=ro(r,null,v,f):$n(n,r,v,f),r.child;case 11:return v=r.type,_=r.pendingProps,_=r.elementType===v?_:Ai(v,_),ha(n,r,v,_,f);case 7:return $n(n,r,r.pendingProps,f),r.child;case 8:return $n(n,r,r.pendingProps.children,f),r.child;case 12:return $n(n,r,r.pendingProps.children,f),r.child;case 10:e:{if(v=r.type._context,_=r.pendingProps,D=r.memoizedProps,V=_.value,yr(Nl,v._currentValue),v._currentValue=V,D!==null)if(yt(D.value,V)){if(D.children===_.children&&!Ca.current){r=xo(n,r,f);break e}}else for(D=r.child,D!==null&&(D.return=r);D!==null;){var se=D.dependencies;if(se!==null){V=D.child;for(var pe=se.firstContext;pe!==null;){if(pe.context===v){if(D.tag===1){pe=Vo(-1,f&-f),pe.tag=2;var Pe=D.updateQueue;if(Pe!==null){Pe=Pe.shared;var ot=Pe.pending;ot===null?pe.next=pe:(pe.next=ot.next,ot.next=pe),Pe.pending=pe}}D.lanes|=f,pe=D.alternate,pe!==null&&(pe.lanes|=f),si(D.return,f,r),se.lanes|=f;break}pe=pe.next}}else if(D.tag===10)V=D.type===r.type?null:D.child;else if(D.tag===18){if(V=D.return,V===null)throw Error(l(341));V.lanes|=f,se=V.alternate,se!==null&&(se.lanes|=f),si(V,f,r),V=D.sibling}else V=D.child;if(V!==null)V.return=D;else for(V=D;V!==null;){if(V===r){V=null;break}if(D=V.sibling,D!==null){D.return=V.return,V=D;break}V=V.return}D=V}$n(n,r,_.children,f),r=r.child}return r;case 9:return _=r.type,v=r.pendingProps.children,Ct(r,f),_=Ba(_),v=v(_),r.flags|=1,$n(n,r,v,f),r.child;case 14:return v=r.type,_=Ai(v,r.pendingProps),_=Ai(v.type,_),Vi(n,r,v,_,f);case 15:return Ki(n,r,r.type,r.pendingProps,f);case 17:return v=r.type,_=r.pendingProps,_=r.elementType===v?_:Ai(v,_),Go(n,r),r.tag=1,da(v)?(n=!0,of(r)):n=!1,Ct(r,f),Yf(r,v,_),cf(r,v,_,f),gh(null,r,v,!0,n,f);case 19:return Wv(n,r,f);case 22:return Vu(n,r,f)}throw Error(l(156,r.tag))};function a1(n,r){return Ot(n,r)}function b2(n,r,f,v){this.tag=n,this.key=f,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=r,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=v,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Gu(n,r,f,v){return new b2(n,r,f,v)}function i1(n){return n=n.prototype,!(!n||!n.isReactComponent)}function x2(n){if(typeof n=="function")return i1(n)?1:0;if(n!=null){if(n=n.$$typeof,n===ut)return 11;if(n===Xt)return 14}return 2}function yf(n,r){var f=n.alternate;return f===null?(f=Gu(n.tag,r,n.key,n.mode),f.elementType=n.elementType,f.type=n.type,f.stateNode=n.stateNode,f.alternate=n,n.alternate=f):(f.pendingProps=r,f.type=n.type,f.flags=0,f.subtreeFlags=0,f.deletions=null),f.flags=n.flags&14680064,f.childLanes=n.childLanes,f.lanes=n.lanes,f.child=n.child,f.memoizedProps=n.memoizedProps,f.memoizedState=n.memoizedState,f.updateQueue=n.updateQueue,r=n.dependencies,f.dependencies=r===null?null:{lanes:r.lanes,firstContext:r.firstContext},f.sibling=n.sibling,f.index=n.index,f.ref=n.ref,f}function Dh(n,r,f,v,_,D){var V=2;if(v=n,typeof n=="function")i1(n)&&(V=1);else if(typeof n=="string")V=5;else e:switch(n){case je:return nd(f.children,_,D,r);case ct:V=8,_|=8;break;case Xe:return n=Gu(12,f,r,_|2),n.elementType=Xe,n.lanes=D,n;case He:return n=Gu(13,f,r,_),n.elementType=He,n.lanes=D,n;case rt:return n=Gu(19,f,r,_),n.elementType=rt,n.lanes=D,n;case Lt:return Lp(f,_,D,r);default:if(typeof n=="object"&&n!==null)switch(n.$$typeof){case ht:V=10;break e;case Ze:V=9;break e;case ut:V=11;break e;case Xt:V=14;break e;case kt:V=16,v=null;break e}throw Error(l(130,n==null?n:typeof n,""))}return r=Gu(V,f,r,_),r.elementType=n,r.type=v,r.lanes=D,r}function nd(n,r,f,v){return n=Gu(7,n,v,r),n.lanes=f,n}function Lp(n,r,f,v){return n=Gu(22,n,v,r),n.elementType=Lt,n.lanes=f,n.stateNode={isHidden:!1},n}function zp(n,r,f){return n=Gu(6,n,null,r),n.lanes=f,n}function rd(n,r,f){return r=Gu(4,n.children!==null?n.children:[],n.key,r),r.lanes=f,r.stateNode={containerInfo:n.containerInfo,pendingChildren:null,implementation:n.implementation},r}function T2(n,r,f,v,_){this.tag=r,this.containerInfo=n,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=Te(0),this.expirationTimes=Te(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Te(0),this.identifierPrefix=v,this.onRecoverableError=_,this.mutableSourceEagerHydrationData=null}function Ah(n,r,f,v,_,D,V,se,pe){return n=new T2(n,r,f,se,pe),r===1?(r=1,D===!0&&(r|=8)):r=0,D=Gu(3,null,null,r),n.current=D,D.stateNode=n,D.memoizedState={element:v,isDehydrated:f,cache:null,transitions:null,pendingSuspenseBoundaries:null},sf(D),n}function c0(n,r,f){var v=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:nt,key:v==null?null:""+v,children:n,containerInfo:r,implementation:f}}function o1(n){if(!n)return So;n=n._reactInternals;e:{if(hn(n)!==n||n.tag!==1)throw Error(l(170));var r=n;do{switch(r.tag){case 3:r=r.stateNode.context;break e;case 1:if(da(r.type)){r=r.stateNode.__reactInternalMemoizedMergedChildContext;break e}}r=r.return}while(r!==null);throw Error(l(171))}if(n.tag===1){var f=n.type;if(da(f))return fc(n,f,r)}return r}function f0(n,r,f,v,_,D,V,se,pe){return n=Ah(f,v,!0,n,_,D,V,se,pe),n.context=o1(null),f=n.current,v=Qo(),_=Fi(f),D=Vo(v,_),D.callback=r!=null?r:null,Ll(f,D,_),n.current.lanes=_,ye(n,_,v),Zo(n,v),n}function Ip(n,r,f,v){var _=r.current,D=Qo(),V=Fi(_);return f=o1(f),r.context===null?r.context=f:r.pendingContext=f,r=Vo(D,V),r.payload={element:n},v=v===void 0?null:v,v!==null&&(r.callback=v),n=Ll(_,r,V),n!==null&&(Jo(n,_,V,D),fl(n,_,V)),V}function Oh(n){if(n=n.current,!n.child)return null;switch(n.child.tag){case 5:return n.child.stateNode;default:return n.child.stateNode}}function d0(n,r){if(n=n.memoizedState,n!==null&&n.dehydrated!==null){var f=n.retryLane;n.retryLane=f!==0&&f<r?f:r}}function l1(n,r){d0(n,r),(n=n.alternate)&&d0(n,r)}function p0(){return null}var u1=typeof reportError=="function"?reportError:function(n){console.error(n)};function Mh(n){this._internalRoot=n}Ac.prototype.render=Mh.prototype.render=function(n){var r=this._internalRoot;if(r===null)throw Error(l(409));Ip(n,r,null,null)},Ac.prototype.unmount=Mh.prototype.unmount=function(){var n=this._internalRoot;if(n!==null){this._internalRoot=null;var r=n.containerInfo;gf(function(){Ip(null,n,null,null)}),r[ru]=null}};function Ac(n){this._internalRoot=n}Ac.prototype.unstable_scheduleHydration=function(n){if(n){var r=Gr();n={blockedOn:null,target:n,priority:r};for(var f=0;f<mr.length&&r!==0&&r<mr[f].priority;f++);mr.splice(f,0,n),f===0&&zi(n)}};function s1(n){return!(!n||n.nodeType!==1&&n.nodeType!==9&&n.nodeType!==11)}function Fh(n){return!(!n||n.nodeType!==1&&n.nodeType!==9&&n.nodeType!==11&&(n.nodeType!==8||n.nodeValue!==" react-mount-point-unstable "))}function h0(){}function k2(n,r,f,v,_){if(_){if(typeof v=="function"){var D=v;v=function(){var Pe=Oh(V);D.call(Pe)}}var V=f0(r,v,n,0,null,!1,!1,"",h0);return n._reactRootContainer=V,n[ru]=V.current,Au(n.nodeType===8?n.parentNode:n),gf(),V}for(;_=n.lastChild;)n.removeChild(_);if(typeof v=="function"){var se=v;v=function(){var Pe=Oh(pe);se.call(Pe)}}var pe=Ah(n,0,!1,null,null,!1,!1,"",h0);return n._reactRootContainer=pe,n[ru]=pe.current,Au(n.nodeType===8?n.parentNode:n),gf(function(){Ip(r,pe,f,v)}),pe}function Bh(n,r,f,v,_){var D=f._reactRootContainer;if(D){var V=D;if(typeof _=="function"){var se=_;_=function(){var pe=Oh(V);se.call(pe)}}Ip(r,V,n,_)}else V=k2(f,r,n,_,v);return Oh(V)}Gt=function(n){switch(n.tag){case 3:var r=n.stateNode;if(r.current.memoizedState.isDehydrated){var f=vi(r.pendingLanes);f!==0&&(at(r,f|1),Zo(r,Sn()),(Sr&6)===0&&(Pd=Sn()+500,to()))}break;case 13:gf(function(){var v=cl(n,1);if(v!==null){var _=Qo();Jo(v,n,1,_)}}),l1(n,1)}},qn=function(n){if(n.tag===13){var r=cl(n,134217728);if(r!==null){var f=Qo();Jo(r,n,134217728,f)}l1(n,134217728)}},ln=function(n){if(n.tag===13){var r=Fi(n),f=cl(n,r);if(f!==null){var v=Qo();Jo(f,n,r,v)}l1(n,r)}},Gr=function(){return dt},aa=function(n,r){var f=dt;try{return dt=n,r()}finally{dt=f}},Kn=function(n,r,f){switch(r){case"input":if(cr(n,f),r=f.name,f.type==="radio"&&r!=null){for(f=n;f.parentNode;)f=f.parentNode;for(f=f.querySelectorAll("input[name="+JSON.stringify(""+r)+'][type="radio"]'),r=0;r<f.length;r++){var v=f[r];if(v!==n&&v.form===n.form){var _=rn(v);if(!_)throw Error(l(90));wr(v),cr(v,_)}}}break;case"textarea":bt(n,f);break;case"select":r=f.value,r!=null&&nr(n,!!f.multiple,r,!1)}},xa=$d,Ni=gf;var R2={usingClientEntryPoint:!1,Events:[Mu,Bl,rn,Ra,Va,$d]},Vd={findFiberByHostInstance:Pi,bundleType:0,version:"18.2.0",rendererPackageName:"react-dom"},D2={bundleType:Vd.bundleType,version:Vd.version,rendererPackageName:Vd.rendererPackageName,rendererConfig:Vd.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:we.ReactCurrentDispatcher,findHostInstanceByFiber:function(n){return n=zr(n),n===null?null:n.stateNode},findFiberByHostInstance:Vd.findFiberByHostInstance||p0,findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.2.0-next-9e3b772b8-20220608"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var Nh=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Nh.isDisabled&&Nh.supportsFiber)try{Yr=Nh.inject(D2),Pr=Nh}catch{}}return Eu.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=R2,Eu.createPortal=function(n,r){var f=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!s1(r))throw Error(l(200));return c0(n,r,null,f)},Eu.createRoot=function(n,r){if(!s1(n))throw Error(l(299));var f=!1,v="",_=u1;return r!=null&&(r.unstable_strictMode===!0&&(f=!0),r.identifierPrefix!==void 0&&(v=r.identifierPrefix),r.onRecoverableError!==void 0&&(_=r.onRecoverableError)),r=Ah(n,1,!1,null,null,f,!1,v,_),n[ru]=r.current,Au(n.nodeType===8?n.parentNode:n),new Mh(r)},Eu.findDOMNode=function(n){if(n==null)return null;if(n.nodeType===1)return n;var r=n._reactInternals;if(r===void 0)throw typeof n.render=="function"?Error(l(188)):(n=Object.keys(n).join(","),Error(l(268,n)));return n=zr(r),n=n===null?null:n.stateNode,n},Eu.flushSync=function(n){return gf(n)},Eu.hydrate=function(n,r,f){if(!Fh(r))throw Error(l(200));return Bh(null,n,r,!0,f)},Eu.hydrateRoot=function(n,r,f){if(!s1(n))throw Error(l(405));var v=f!=null&&f.hydratedSources||null,_=!1,D="",V=u1;if(f!=null&&(f.unstable_strictMode===!0&&(_=!0),f.identifierPrefix!==void 0&&(D=f.identifierPrefix),f.onRecoverableError!==void 0&&(V=f.onRecoverableError)),r=f0(r,null,n,1,f!=null?f:null,_,!1,D,V),n[ru]=r.current,Au(n),v)for(n=0;n<v.length;n++)f=v[n],_=f._getVersion,_=_(f._source),r.mutableSourceEagerHydrationData==null?r.mutableSourceEagerHydrationData=[f,_]:r.mutableSourceEagerHydrationData.push(f,_);return new Ac(r)},Eu.render=function(n,r,f){if(!Fh(r))throw Error(l(200));return Bh(null,n,r,!1,f)},Eu.unmountComponentAtNode=function(n){if(!Fh(n))throw Error(l(40));return n._reactRootContainer?(gf(function(){Bh(null,null,n,!1,function(){n._reactRootContainer=null,n[ru]=null})}),!0):!1},Eu.unstable_batchedUpdates=$d,Eu.unstable_renderSubtreeIntoContainer=function(n,r,f,v){if(!Fh(f))throw Error(l(200));if(n==null||n._reactInternals===void 0)throw Error(l(38));return Bh(n,r,f,!1,v)},Eu.version="18.2.0-next-9e3b772b8-20220608",Eu}var wu={};/**
188
+ * @license React
189
+ * react-dom.development.js
190
+ *
191
+ * Copyright (c) Facebook, Inc. and its affiliates.
192
+ *
193
+ * This source code is licensed under the MIT license found in the
194
+ * LICENSE file in the root directory of this source tree.
195
+ */var OE;function HN(){return OE||(OE=1,process.env.NODE_ENV!=="production"&&function(){typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error);var o=Qn.default,i=DE(),l=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,c=!1;function u(e){c=e}function g(e){if(!c){for(var t=arguments.length,a=new Array(t>1?t-1:0),s=1;s<t;s++)a[s-1]=arguments[s];A("warn",e,a)}}function S(e){if(!c){for(var t=arguments.length,a=new Array(t>1?t-1:0),s=1;s<t;s++)a[s-1]=arguments[s];A("error",e,a)}}function A(e,t,a){{var s=l.ReactDebugCurrentFrame,p=s.getStackAddendum();p!==""&&(t+="%s",a=a.concat([p]));var y=a.map(function(b){return String(b)});y.unshift("Warning: "+t),Function.prototype.apply.call(console[e],console,y)}}var x=0,N=1,q=2,$=3,K=4,J=5,te=6,le=7,ie=8,oe=9,Ce=10,Se=11,we=12,Be=13,nt=14,je=15,ct=16,Xe=17,ht=18,Ze=19,ut=21,He=22,rt=23,Xt=24,kt=25,Lt=!0,$e=!1,et=!1,Ye=!1,lt=!1,Et=!0,tr=!1,Jn=!1,Dt=!0,wt=!0,zn=!0,lr=new Set,Dn={},sr={};function An(e,t){wr(e,t),wr(e+"Capture",t)}function wr(e,t){Dn[e]&&S("EventRegistry: More than one plugin attempted to publish the same registration name, `%s`.",e),Dn[e]=t;{var a=e.toLowerCase();sr[a]=e,e==="onDoubleClick"&&(sr.ondblclick=e)}for(var s=0;s<t.length;s++)lr.add(t[s])}var zt=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",sn=Object.prototype.hasOwnProperty;function on(e){{var t=typeof Symbol=="function"&&Symbol.toStringTag,a=t&&e[Symbol.toStringTag]||e.constructor.name||"Object";return a}}function Vn(e){try{return cr(e),!1}catch{return!0}}function cr(e){return""+e}function On(e,t){if(Vn(e))return S("The provided `%s` attribute is an unsupported type %s. This value must be coerced to a string before before using it here.",t,on(e)),cr(e)}function Nn(e){if(Vn(e))return S("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",on(e)),cr(e)}function Gn(e,t){if(Vn(e))return S("The provided `%s` prop is an unsupported type %s. This value must be coerced to a string before before using it here.",t,on(e)),cr(e)}function nr(e,t){if(Vn(e))return S("The provided `%s` CSS property is an unsupported type %s. This value must be coerced to a string before before using it here.",t,on(e)),cr(e)}function At(e){if(Vn(e))return S("The provided HTML markup uses a value of unsupported type %s. This value must be coerced to a string before before using it here.",on(e)),cr(e)}function Ft(e){if(Vn(e))return S("Form field values (value, checked, defaultValue, or defaultChecked props) must be strings, not %s. This value must be coerced to a string before before using it here.",on(e)),cr(e)}var bt=0,Rn=1,tn=2,ur=3,Vt=4,ga=5,Br=6,vt=":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",Bt=vt+"\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040",bn=new RegExp("^["+vt+"]["+Bt+"]*$"),ar={},wn={};function Tr(e){return sn.call(wn,e)?!0:sn.call(ar,e)?!1:bn.test(e)?(wn[e]=!0,!0):(ar[e]=!0,S("Invalid attribute name: `%s`",e),!1)}function In(e,t,a){return t!==null?t.type===bt:a?!1:e.length>2&&(e[0]==="o"||e[0]==="O")&&(e[1]==="n"||e[1]==="N")}function ya(e,t,a,s){if(a!==null&&a.type===bt)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":{if(s)return!1;if(a!==null)return!a.acceptsBooleans;var p=e.toLowerCase().slice(0,5);return p!=="data-"&&p!=="aria-"}default:return!1}}function Mn(e,t,a,s){if(t===null||typeof t>"u"||ya(e,t,a,s))return!0;if(s)return!1;if(a!==null)switch(a.type){case ur:return!t;case Vt:return t===!1;case ga:return isNaN(t);case Br:return isNaN(t)||t<1}return!1}function Kn(e){return Ut.hasOwnProperty(e)?Ut[e]:null}function Xn(e,t,a,s,p,y,b){this.acceptsBooleans=t===tn||t===ur||t===Vt,this.attributeName=s,this.attributeNamespace=p,this.mustUseProperty=a,this.propertyName=e,this.type=t,this.sanitizeURL=y,this.removeEmptyString=b}var Ut={},ka=["children","dangerouslySetInnerHTML","defaultValue","defaultChecked","innerHTML","suppressContentEditableWarning","suppressHydrationWarning","style"];ka.forEach(function(e){Ut[e]=new Xn(e,bt,!1,e,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0],a=e[1];Ut[t]=new Xn(t,Rn,!1,a,null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(e){Ut[e]=new Xn(e,tn,!1,e.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){Ut[e]=new Xn(e,tn,!1,e,null,!1,!1)}),["allowFullScreen","async","autoFocus","autoPlay","controls","default","defer","disabled","disablePictureInPicture","disableRemotePlayback","formNoValidate","hidden","loop","noModule","noValidate","open","playsInline","readOnly","required","reversed","scoped","seamless","itemScope"].forEach(function(e){Ut[e]=new Xn(e,ur,!1,e.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(e){Ut[e]=new Xn(e,ur,!0,e,null,!1,!1)}),["capture","download"].forEach(function(e){Ut[e]=new Xn(e,Vt,!1,e,null,!1,!1)}),["cols","rows","size","span"].forEach(function(e){Ut[e]=new Xn(e,Br,!1,e,null,!1,!1)}),["rowSpan","start"].forEach(function(e){Ut[e]=new Xn(e,ga,!1,e.toLowerCase(),null,!1,!1)});var Ra=/[\-\:]([a-z])/g,Va=function(e){return e[1].toUpperCase()};["accent-height","alignment-baseline","arabic-form","baseline-shift","cap-height","clip-path","clip-rule","color-interpolation","color-interpolation-filters","color-profile","color-rendering","dominant-baseline","enable-background","fill-opacity","fill-rule","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","glyph-name","glyph-orientation-horizontal","glyph-orientation-vertical","horiz-adv-x","horiz-origin-x","image-rendering","letter-spacing","lighting-color","marker-end","marker-mid","marker-start","overline-position","overline-thickness","paint-order","panose-1","pointer-events","rendering-intent","shape-rendering","stop-color","stop-opacity","strikethrough-position","strikethrough-thickness","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-anchor","text-decoration","text-rendering","underline-position","underline-thickness","unicode-bidi","unicode-range","units-per-em","v-alphabetic","v-hanging","v-ideographic","v-mathematical","vector-effect","vert-adv-y","vert-origin-x","vert-origin-y","word-spacing","writing-mode","xmlns:xlink","x-height"].forEach(function(e){var t=e.replace(Ra,Va);Ut[t]=new Xn(t,Rn,!1,e,null,!1,!1)}),["xlink:actuate","xlink:arcrole","xlink:role","xlink:show","xlink:title","xlink:type"].forEach(function(e){var t=e.replace(Ra,Va);Ut[t]=new Xn(t,Rn,!1,e,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(Ra,Va);Ut[t]=new Xn(t,Rn,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(e){Ut[e]=new Xn(e,Rn,!1,e.toLowerCase(),null,!1,!1)});var xa="xlinkHref";Ut[xa]=new Xn("xlinkHref",Rn,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(e){Ut[e]=new Xn(e,Rn,!1,e.toLowerCase(),null,!0,!0)});var Ni=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*\:/i,kr=!1;function Nr(e){!kr&&Ni.test(e)&&(kr=!0,S("A future version of React will block javascript: URLs as a security precaution. Use event handlers instead if you can. If you need to generate unsafe HTML try using dangerouslySetInnerHTML instead. React was passed %s.",JSON.stringify(e)))}function di(e,t,a,s){if(s.mustUseProperty){var p=s.propertyName;return e[p]}else{On(a,t),s.sanitizeURL&&Nr(""+a);var y=s.attributeName,b=null;if(s.type===Vt){if(e.hasAttribute(y)){var B=e.getAttribute(y);return B===""?!0:Mn(t,a,s,!1)?B:B===""+a?a:B}}else if(e.hasAttribute(y)){if(Mn(t,a,s,!1))return e.getAttribute(y);if(s.type===ur)return a;b=e.getAttribute(y)}return Mn(t,a,s,!1)?b===null?a:b:b===""+a?a:b}}function qi(e,t,a,s){{if(!Tr(t))return;if(!e.hasAttribute(t))return a===void 0?void 0:null;var p=e.getAttribute(t);return On(a,t),p===""+a?a:p}}function ni(e,t,a,s){var p=Kn(t);if(!In(t,p,s)){if(Mn(t,a,p,s)&&(a=null),s||p===null){if(Tr(t)){var y=t;a===null?e.removeAttribute(y):(On(a,t),e.setAttribute(y,""+a))}return}var b=p.mustUseProperty;if(b){var B=p.propertyName;if(a===null){var U=p.type;e[B]=U===ur?!1:""}else e[B]=a;return}var X=p.attributeName,ee=p.attributeNamespace;if(a===null)e.removeAttribute(X);else{var ge=p.type,ve;ge===ur||ge===Vt&&a===!0?ve="":(On(a,X),ve=""+a,p.sanitizeURL&&Nr(ve.toString())),ee?e.setAttributeNS(ee,X,ve):e.setAttribute(X,ve)}}}var Cr=Symbol.for("react.element"),Da=Symbol.for("react.portal"),Ka=Symbol.for("react.fragment"),_i=Symbol.for("react.strict_mode"),fe=Symbol.for("react.profiler"),qe=Symbol.for("react.provider"),mt=Symbol.for("react.context"),Yt=Symbol.for("react.forward_ref"),hn=Symbol.for("react.suspense"),Fn=Symbol.for("react.suspense_list"),en=Symbol.for("react.memo"),ft=Symbol.for("react.lazy"),zr=Symbol.for("react.scope"),ir=Symbol.for("react.debug_trace_mode"),Ot=Symbol.for("react.offscreen"),_r=Symbol.for("react.legacy_hidden"),Sa=Symbol.for("react.cache"),ri=Symbol.for("react.tracing_marker"),Sn=Symbol.iterator,fr="@@iterator";function ua(e){if(e===null||typeof e!="object")return null;var t=Sn&&e[Sn]||e[fr];return typeof t=="function"?t:null}var mn=Object.assign,Ir=0,so,pi,Yr,Pr,bi,sa,Bo;function Tl(){}Tl.__reactDisabledLog=!0;function kl(){{if(Ir===0){so=console.log,pi=console.info,Yr=console.warn,Pr=console.error,bi=console.group,sa=console.groupCollapsed,Bo=console.groupEnd;var e={configurable:!0,enumerable:!0,value:Tl,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}Ir++}}function Li(){{if(Ir--,Ir===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:mn({},e,{value:so}),info:mn({},e,{value:pi}),warn:mn({},e,{value:Yr}),error:mn({},e,{value:Pr}),group:mn({},e,{value:bi}),groupCollapsed:mn({},e,{value:sa}),groupEnd:mn({},e,{value:Bo})})}Ir<0&&S("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var hi=l.ReactCurrentDispatcher,vi;function Aa(e,t,a){{if(vi===void 0)try{throw Error()}catch(p){var s=p.stack.trim().match(/\n( *(at )?)/);vi=s&&s[1]||""}return`
196
+ `+vi+e}}var T=!1,z;{var G=typeof WeakMap=="function"?WeakMap:Map;z=new G}function ne(e,t){if(!e||T)return"";{var a=z.get(e);if(a!==void 0)return a}var s;T=!0;var p=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var y;y=hi.current,hi.current=null,kl();try{if(t){var b=function(){throw Error()};if(Object.defineProperty(b.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(b,[])}catch(ze){s=ze}Reflect.construct(e,[],b)}else{try{b.call()}catch(ze){s=ze}e.call(b.prototype)}}else{try{throw Error()}catch(ze){s=ze}e()}}catch(ze){if(ze&&s&&typeof ze.stack=="string"){for(var B=ze.stack.split(`
197
+ `),U=s.stack.split(`
198
+ `),X=B.length-1,ee=U.length-1;X>=1&&ee>=0&&B[X]!==U[ee];)ee--;for(;X>=1&&ee>=0;X--,ee--)if(B[X]!==U[ee]){if(X!==1||ee!==1)do if(X--,ee--,ee<0||B[X]!==U[ee]){var ge=`
199
+ `+B[X].replace(" at new "," at ");return e.displayName&&ge.includes("<anonymous>")&&(ge=ge.replace("<anonymous>",e.displayName)),typeof e=="function"&&z.set(e,ge),ge}while(X>=1&&ee>=0);break}}}finally{T=!1,hi.current=y,Li(),Error.prepareStackTrace=p}var ve=e?e.displayName||e.name:"",Fe=ve?Aa(ve):"";return typeof e=="function"&&z.set(e,Fe),Fe}function Te(e,t,a){return ne(e,!0)}function ye(e,t,a){return ne(e,!1)}function Ue(e){var t=e.prototype;return!!(t&&t.isReactComponent)}function at(e,t,a){if(e==null)return"";if(typeof e=="function")return ne(e,Ue(e));if(typeof e=="string")return Aa(e);switch(e){case hn:return Aa("Suspense");case Fn:return Aa("SuspenseList")}if(typeof e=="object")switch(e.$$typeof){case Yt:return ye(e.render);case en:return at(e.type,t,a);case ft:{var s=e,p=s._payload,y=s._init;try{return at(y(p),t,a)}catch{}}}return""}function dt(e){switch(e._debugOwner&&e._debugOwner.type,e._debugSource,e.tag){case J:return Aa(e.type);case ct:return Aa("Lazy");case Be:return Aa("Suspense");case Ze:return Aa("SuspenseList");case x:case q:case je:return ye(e.type);case Se:return ye(e.type.render);case N:return Te(e.type);default:return""}}function St(e){try{var t="",a=e;do t+=dt(a),a=a.return;while(a);return t}catch(s){return`
200
+ Error generating stack: `+s.message+`
201
+ `+s.stack}}function Gt(e,t,a){var s=e.displayName;if(s)return s;var p=t.displayName||t.name||"";return p!==""?a+"("+p+")":a}function qn(e){return e.displayName||"Context"}function ln(e){if(e==null)return null;if(typeof e.tag=="number"&&S("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case Ka:return"Fragment";case Da:return"Portal";case fe:return"Profiler";case _i:return"StrictMode";case hn:return"Suspense";case Fn:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case mt:var t=e;return qn(t)+".Consumer";case qe:var a=e;return qn(a._context)+".Provider";case Yt:return Gt(e,e.render,"ForwardRef");case en:var s=e.displayName||null;return s!==null?s:ln(e.type)||"Memo";case ft:{var p=e,y=p._payload,b=p._init;try{return ln(b(y))}catch{return null}}}return null}function Gr(e,t,a){var s=t.displayName||t.name||"";return e.displayName||(s!==""?a+"("+s+")":a)}function aa(e){return e.displayName||"Context"}function un(e){var t=e.tag,a=e.type;switch(t){case Xt:return"Cache";case oe:var s=a;return aa(s)+".Consumer";case Ce:var p=a;return aa(p._context)+".Provider";case ht:return"DehydratedFragment";case Se:return Gr(a,a.render,"ForwardRef");case le:return"Fragment";case J:return a;case K:return"Portal";case $:return"Root";case te:return"Text";case ct:return ln(a);case ie:return a===_i?"StrictMode":"Mode";case He:return"Offscreen";case we:return"Profiler";case ut:return"Scope";case Be:return"Suspense";case Ze:return"SuspenseList";case kt:return"TracingMarker";case N:case x:case Xe:case q:case nt:case je:if(typeof a=="function")return a.displayName||a.name||null;if(typeof a=="string")return a;break}return null}var Ea=l.ReactDebugCurrentFrame,Lr=null,ia=!1;function Ta(){{if(Lr===null)return null;var e=Lr._debugOwner;if(e!==null&&typeof e<"u")return un(e)}return null}function Wa(){return Lr===null?"":St(Lr)}function br(){Ea.getCurrentStack=null,Lr=null,ia=!1}function mr(e){Ea.getCurrentStack=e===null?null:Wa,Lr=e,ia=!1}function No(){return Lr}function za(e){ia=e}function ca(e){return""+e}function dr(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return Ft(e),e;default:return""}}var zi={button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0};function xi(e,t){zi[t.type]||t.onChange||t.onInput||t.readOnly||t.disabled||t.value==null||S("You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`."),t.onChange||t.readOnly||t.disabled||t.checked==null||S("You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`.")}function rl(e){var t=e.type,a=e.nodeName;return a&&a.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function pr(e){return e._valueTracker}function mi(e){e._valueTracker=null}function xr(e){var t="";return e&&(rl(e)?t=e.checked?"true":"false":t=e.value),t}function Oa(e){var t=rl(e)?"checked":"value",a=Object.getOwnPropertyDescriptor(e.constructor.prototype,t);Ft(e[t]);var s=""+e[t];if(!(e.hasOwnProperty(t)||typeof a>"u"||typeof a.get!="function"||typeof a.set!="function")){var p=a.get,y=a.set;Object.defineProperty(e,t,{configurable:!0,get:function(){return p.call(this)},set:function(B){Ft(B),s=""+B,y.call(this,B)}}),Object.defineProperty(e,t,{enumerable:a.enumerable});var b={getValue:function(){return s},setValue:function(B){Ft(B),s=""+B},stopTracking:function(){mi(e),delete e[t]}};return b}}function wa(e){pr(e)||(e._valueTracker=Oa(e))}function Qi(e){if(!e)return!1;var t=pr(e);if(!t)return!0;var a=t.getValue(),s=xr(e);return s!==a?(t.setValue(s),!0):!1}function Ti(e){if(e=e||(typeof document<"u"?document:void 0),typeof e>"u")return null;try{return e.activeElement||e.body}catch{return e.body}}var Ya=!1,co=!1,al=!1,Cu=!1;function Ji(e){var t=e.type==="checkbox"||e.type==="radio";return t?e.checked!=null:e.value!=null}function Lo(e,t){var a=e,s=t.checked,p=mn({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:s!=null?s:a._wrapperState.initialChecked});return p}function Vl(e,t){xi("input",t),t.checked!==void 0&&t.defaultChecked!==void 0&&!co&&(S("%s contains an input of type %s with both checked and defaultChecked props. Input elements must be either controlled or uncontrolled (specify either the checked prop, or the defaultChecked prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components",Ta()||"A component",t.type),co=!0),t.value!==void 0&&t.defaultValue!==void 0&&!Ya&&(S("%s contains an input of type %s with both value and defaultValue props. Input elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components",Ta()||"A component",t.type),Ya=!0);var a=e,s=t.defaultValue==null?"":t.defaultValue;a._wrapperState={initialChecked:t.checked!=null?t.checked:t.defaultChecked,initialValue:dr(t.value!=null?t.value:s),controlled:Ji(t)}}function _u(e,t){var a=e,s=t.checked;s!=null&&ni(a,"checked",s,!1)}function fo(e,t){var a=e;{var s=Ji(t);!a._wrapperState.controlled&&s&&!Cu&&(S("A component is changing an uncontrolled input to be controlled. This is likely caused by the value changing from undefined to a defined value, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://reactjs.org/link/controlled-components"),Cu=!0),a._wrapperState.controlled&&!s&&!al&&(S("A component is changing a controlled input to be uncontrolled. This is likely caused by the value changing from a defined to undefined, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://reactjs.org/link/controlled-components"),al=!0)}_u(e,t);var p=dr(t.value),y=t.type;if(p!=null)y==="number"?(p===0&&a.value===""||a.value!=p)&&(a.value=ca(p)):a.value!==ca(p)&&(a.value=ca(p));else if(y==="submit"||y==="reset"){a.removeAttribute("value");return}t.hasOwnProperty("value")?gi(a,t.type,p):t.hasOwnProperty("defaultValue")&&gi(a,t.type,dr(t.defaultValue)),t.checked==null&&t.defaultChecked!=null&&(a.defaultChecked=!!t.defaultChecked)}function po(e,t,a){var s=e;if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var p=t.type,y=p==="submit"||p==="reset";if(y&&(t.value===void 0||t.value===null))return;var b=ca(s._wrapperState.initialValue);a||b!==s.value&&(s.value=b),s.defaultValue=b}var B=s.name;B!==""&&(s.name=""),s.defaultChecked=!s.defaultChecked,s.defaultChecked=!!s._wrapperState.initialChecked,B!==""&&(s.name=B)}function Kl(e,t){var a=e;fo(a,t),Ma(a,t)}function Ma(e,t){var a=t.name;if(t.type==="radio"&&a!=null){for(var s=e;s.parentNode;)s=s.parentNode;On(a,"name");for(var p=s.querySelectorAll("input[name="+JSON.stringify(""+a)+'][type="radio"]'),y=0;y<p.length;y++){var b=p[y];if(!(b===e||b.form!==e.form)){var B=O0(b);if(!B)throw new Error("ReactDOMInput: Mixing React and non-React radio inputs with the same `name` is not supported.");Qi(b),fo(b,B)}}}}function gi(e,t,a){(t!=="number"||Ti(e.ownerDocument)!==e)&&(a==null?e.defaultValue=ca(e._wrapperState.initialValue):e.defaultValue!==ca(a)&&(e.defaultValue=ca(a)))}var Ii=!1,ho=!1,Rl=!1;function Zn(e,t){t.value==null&&(typeof t.children=="object"&&t.children!==null?o.Children.forEach(t.children,function(a){a!=null&&(typeof a=="string"||typeof a=="number"||ho||(ho=!0,S("Cannot infer the option value of complex children. Pass a `value` prop or use a plain string as children to <option>.")))}):t.dangerouslySetInnerHTML!=null&&(Rl||(Rl=!0,S("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected.")))),t.selected!=null&&!Ii&&(S("Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>."),Ii=!0)}function vo(e,t){t.value!=null&&e.setAttribute("value",ca(dr(t.value)))}var mo=Array.isArray;function fa(e){return mo(e)}var Ga;Ga=!1;function Wl(){var e=Ta();return e?`
202
+
203
+ Check the render method of \``+e+"`.":""}var Dl=["value","defaultValue"];function ai(e){{xi("select",e);for(var t=0;t<Dl.length;t++){var a=Dl[t];if(e[a]!=null){var s=fa(e[a]);e.multiple&&!s?S("The `%s` prop supplied to <select> must be an array if `multiple` is true.%s",a,Wl()):!e.multiple&&s&&S("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.%s",a,Wl())}}}}function oa(e,t,a,s){var p=e.options;if(t){for(var y=a,b={},B=0;B<y.length;B++)b["$"+y[B]]=!0;for(var U=0;U<p.length;U++){var X=b.hasOwnProperty("$"+p[U].value);p[U].selected!==X&&(p[U].selected=X),X&&s&&(p[U].defaultSelected=!0)}}else{for(var ee=ca(dr(a)),ge=null,ve=0;ve<p.length;ve++){if(p[ve].value===ee){p[ve].selected=!0,s&&(p[ve].defaultSelected=!0);return}ge===null&&!p[ve].disabled&&(ge=p[ve])}ge!==null&&(ge.selected=!0)}}function Qr(e,t){return mn({},t,{value:void 0})}function Yl(e,t){var a=e;ai(t),a._wrapperState={wasMultiple:!!t.multiple},t.value!==void 0&&t.defaultValue!==void 0&&!Ga&&(S("Select elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled select element and remove one of these props. More info: https://reactjs.org/link/controlled-components"),Ga=!0)}function ts(e,t){var a=e;a.multiple=!!t.multiple;var s=t.value;s!=null?oa(a,!!t.multiple,s,!1):t.defaultValue!=null&&oa(a,!!t.multiple,t.defaultValue,!0)}function bu(e,t){var a=e,s=a._wrapperState.wasMultiple;a._wrapperState.wasMultiple=!!t.multiple;var p=t.value;p!=null?oa(a,!!t.multiple,p,!1):s!==!!t.multiple&&(t.defaultValue!=null?oa(a,!!t.multiple,t.defaultValue,!0):oa(a,!!t.multiple,t.multiple?[]:"",!1))}function Ts(e,t){var a=e,s=t.value;s!=null&&oa(a,!!t.multiple,s,!1)}var Rr=!1;function zo(e,t){var a=e;if(t.dangerouslySetInnerHTML!=null)throw new Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");var s=mn({},t,{value:void 0,defaultValue:void 0,children:ca(a._wrapperState.initialValue)});return s}function Al(e,t){var a=e;xi("textarea",t),t.value!==void 0&&t.defaultValue!==void 0&&!Rr&&(S("%s contains a textarea with both value and defaultValue props. Textarea elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled textarea and remove one of these props. More info: https://reactjs.org/link/controlled-components",Ta()||"A component"),Rr=!0);var s=t.value;if(s==null){var p=t.children,y=t.defaultValue;if(p!=null){S("Use the `defaultValue` or `value` props instead of setting children on <textarea>.");{if(y!=null)throw new Error("If you supply `defaultValue` on a <textarea>, do not pass children.");if(fa(p)){if(p.length>1)throw new Error("<textarea> can only have at most one child.");p=p[0]}y=p}}y==null&&(y=""),s=y}a._wrapperState={initialValue:dr(s)}}function Xa(e,t){var a=e,s=dr(t.value),p=dr(t.defaultValue);if(s!=null){var y=ca(s);y!==a.value&&(a.value=y),t.defaultValue==null&&a.defaultValue!==y&&(a.defaultValue=y)}p!=null&&(a.defaultValue=ca(p))}function Gl(e,t){var a=e,s=a.textContent;s===a._wrapperState.initialValue&&s!==""&&s!==null&&(a.value=s)}function Xl(e,t){Xa(e,t)}var ki="http://www.w3.org/1999/xhtml",xu="http://www.w3.org/1998/Math/MathML",k="http://www.w3.org/2000/svg";function I(e){switch(e){case"svg":return k;case"math":return xu;default:return ki}}function W(e,t){return e==null||e===ki?I(t):e===k&&t==="foreignObject"?ki:e}var re=function(e){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(t,a,s,p){MSApp.execUnsafeLocalFunction(function(){return e(t,a,s,p)})}:e},be,_e=re(function(e,t){if(e.namespaceURI===k&&!("innerHTML"in e)){be=be||document.createElement("div"),be.innerHTML="<svg>"+t.valueOf().toString()+"</svg>";for(var a=be.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;a.firstChild;)e.appendChild(a.firstChild);return}e.innerHTML=t}),De=1,tt=3,Rt=8,nn=9,dn=11,gr=function(e,t){if(t){var a=e.firstChild;if(a&&a===e.lastChild&&a.nodeType===tt){a.nodeValue=t;return}}e.textContent=t},Ia={animation:["animationDelay","animationDirection","animationDuration","animationFillMode","animationIterationCount","animationName","animationPlayState","animationTimingFunction"],background:["backgroundAttachment","backgroundClip","backgroundColor","backgroundImage","backgroundOrigin","backgroundPositionX","backgroundPositionY","backgroundRepeat","backgroundSize"],backgroundPosition:["backgroundPositionX","backgroundPositionY"],border:["borderBottomColor","borderBottomStyle","borderBottomWidth","borderImageOutset","borderImageRepeat","borderImageSlice","borderImageSource","borderImageWidth","borderLeftColor","borderLeftStyle","borderLeftWidth","borderRightColor","borderRightStyle","borderRightWidth","borderTopColor","borderTopStyle","borderTopWidth"],borderBlockEnd:["borderBlockEndColor","borderBlockEndStyle","borderBlockEndWidth"],borderBlockStart:["borderBlockStartColor","borderBlockStartStyle","borderBlockStartWidth"],borderBottom:["borderBottomColor","borderBottomStyle","borderBottomWidth"],borderColor:["borderBottomColor","borderLeftColor","borderRightColor","borderTopColor"],borderImage:["borderImageOutset","borderImageRepeat","borderImageSlice","borderImageSource","borderImageWidth"],borderInlineEnd:["borderInlineEndColor","borderInlineEndStyle","borderInlineEndWidth"],borderInlineStart:["borderInlineStartColor","borderInlineStartStyle","borderInlineStartWidth"],borderLeft:["borderLeftColor","borderLeftStyle","borderLeftWidth"],borderRadius:["borderBottomLeftRadius","borderBottomRightRadius","borderTopLeftRadius","borderTopRightRadius"],borderRight:["borderRightColor","borderRightStyle","borderRightWidth"],borderStyle:["borderBottomStyle","borderLeftStyle","borderRightStyle","borderTopStyle"],borderTop:["borderTopColor","borderTopStyle","borderTopWidth"],borderWidth:["borderBottomWidth","borderLeftWidth","borderRightWidth","borderTopWidth"],columnRule:["columnRuleColor","columnRuleStyle","columnRuleWidth"],columns:["columnCount","columnWidth"],flex:["flexBasis","flexGrow","flexShrink"],flexFlow:["flexDirection","flexWrap"],font:["fontFamily","fontFeatureSettings","fontKerning","fontLanguageOverride","fontSize","fontSizeAdjust","fontStretch","fontStyle","fontVariant","fontVariantAlternates","fontVariantCaps","fontVariantEastAsian","fontVariantLigatures","fontVariantNumeric","fontVariantPosition","fontWeight","lineHeight"],fontVariant:["fontVariantAlternates","fontVariantCaps","fontVariantEastAsian","fontVariantLigatures","fontVariantNumeric","fontVariantPosition"],gap:["columnGap","rowGap"],grid:["gridAutoColumns","gridAutoFlow","gridAutoRows","gridTemplateAreas","gridTemplateColumns","gridTemplateRows"],gridArea:["gridColumnEnd","gridColumnStart","gridRowEnd","gridRowStart"],gridColumn:["gridColumnEnd","gridColumnStart"],gridColumnGap:["columnGap"],gridGap:["columnGap","rowGap"],gridRow:["gridRowEnd","gridRowStart"],gridRowGap:["rowGap"],gridTemplate:["gridTemplateAreas","gridTemplateColumns","gridTemplateRows"],listStyle:["listStyleImage","listStylePosition","listStyleType"],margin:["marginBottom","marginLeft","marginRight","marginTop"],marker:["markerEnd","markerMid","markerStart"],mask:["maskClip","maskComposite","maskImage","maskMode","maskOrigin","maskPositionX","maskPositionY","maskRepeat","maskSize"],maskPosition:["maskPositionX","maskPositionY"],outline:["outlineColor","outlineStyle","outlineWidth"],overflow:["overflowX","overflowY"],padding:["paddingBottom","paddingLeft","paddingRight","paddingTop"],placeContent:["alignContent","justifyContent"],placeItems:["alignItems","justifyItems"],placeSelf:["alignSelf","justifySelf"],textDecoration:["textDecorationColor","textDecorationLine","textDecorationStyle"],textEmphasis:["textEmphasisColor","textEmphasisStyle"],transition:["transitionDelay","transitionDuration","transitionProperty","transitionTimingFunction"],wordWrap:["overflowWrap"]},Ur={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0};function Dr(e,t){return e+t.charAt(0).toUpperCase()+t.substring(1)}var Io=["Webkit","ms","Moz","O"];Object.keys(Ur).forEach(function(e){Io.forEach(function(t){Ur[Dr(t,e)]=Ur[e]})});function ql(e,t,a){var s=t==null||typeof t=="boolean"||t==="";return s?"":!a&&typeof t=="number"&&t!==0&&!(Ur.hasOwnProperty(e)&&Ur[e])?t+"px":(nr(t,e),(""+t).trim())}var Po=/([A-Z])/g,ks=/^ms-/;function Xc(e){return e.replace(Po,"-$1").toLowerCase().replace(ks,"-ms-")}var rc=function(){};{var qc=/^(?:webkit|moz|o)[A-Z]/,ac=/^-ms-/,ns=/-(.)/g,Ol=/;\s*$/,Ql={},Tu={},d=!1,w=!1,M=function(e){return e.replace(ns,function(t,a){return a.toUpperCase()})},P=function(e){Ql.hasOwnProperty(e)&&Ql[e]||(Ql[e]=!0,S("Unsupported style property %s. Did you mean %s?",e,M(e.replace(ac,"ms-"))))},j=function(e){Ql.hasOwnProperty(e)&&Ql[e]||(Ql[e]=!0,S("Unsupported vendor-prefixed style property %s. Did you mean %s?",e,e.charAt(0).toUpperCase()+e.slice(1)))},Z=function(e,t){Tu.hasOwnProperty(t)&&Tu[t]||(Tu[t]=!0,S(`Style property values shouldn't contain a semicolon. Try "%s: %s" instead.`,e,t.replace(Ol,"")))},ue=function(e,t){d||(d=!0,S("`NaN` is an invalid value for the `%s` css style property.",e))},Ee=function(e,t){w||(w=!0,S("`Infinity` is an invalid value for the `%s` css style property.",e))};rc=function(e,t){e.indexOf("-")>-1?P(e):qc.test(e)?j(e):Ol.test(t)&&Z(e,t),typeof t=="number"&&(isNaN(t)?ue(e,t):isFinite(t)||Ee(e,t))}}var Ie=rc;function Ne(e){{var t="",a="";for(var s in e)if(!!e.hasOwnProperty(s)){var p=e[s];if(p!=null){var y=s.indexOf("--")===0;t+=a+(y?s:Xc(s))+":",t+=ql(s,p,y),a=";"}}return t||null}}function Ge(e,t){var a=e.style;for(var s in t)if(!!t.hasOwnProperty(s)){var p=s.indexOf("--")===0;p||Ie(s,t[s]);var y=ql(s,t[s],p);s==="float"&&(s="cssFloat"),p?a.setProperty(s,y):a[s]=y}}function xt(e){return e==null||typeof e=="boolean"||e===""}function yt(e){var t={};for(var a in e)for(var s=Ia[a]||[a],p=0;p<s.length;p++)t[s[p]]=a;return t}function gn(e,t){{if(!t)return;var a=yt(e),s=yt(t),p={};for(var y in a){var b=a[y],B=s[y];if(B&&b!==B){var U=b+","+B;if(p[U])continue;p[U]=!0,S("%s a style property during rerender (%s) when a conflicting property is set (%s) can lead to styling bugs. To avoid this, don't mix shorthand and non-shorthand properties for the same value; instead, replace the shorthand with separate values.",xt(e[b])?"Removing":"Updating",b,B)}}}}var Pn={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0},Ar=mn({menuitem:!0},Pn),ii="__html";function qa(e,t){if(!!t){if(Ar[e]&&(t.children!=null||t.dangerouslySetInnerHTML!=null))throw new Error(e+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");if(t.dangerouslySetInnerHTML!=null){if(t.children!=null)throw new Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof t.dangerouslySetInnerHTML!="object"||!(ii in t.dangerouslySetInnerHTML))throw new Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.")}if(!t.suppressContentEditableWarning&&t.contentEditable&&t.children!=null&&S("A component is `contentEditable` and contains `children` managed by React. It is now your responsibility to guarantee that none of those nodes are unexpectedly modified or duplicated. This is probably not intentional."),t.style!=null&&typeof t.style!="object")throw new Error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.")}}function Qa(e,t){if(e.indexOf("-")===-1)return typeof t.is=="string";switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var Rs={accept:"accept",acceptcharset:"acceptCharset","accept-charset":"acceptCharset",accesskey:"accessKey",action:"action",allowfullscreen:"allowFullScreen",alt:"alt",as:"as",async:"async",autocapitalize:"autoCapitalize",autocomplete:"autoComplete",autocorrect:"autoCorrect",autofocus:"autoFocus",autoplay:"autoPlay",autosave:"autoSave",capture:"capture",cellpadding:"cellPadding",cellspacing:"cellSpacing",challenge:"challenge",charset:"charSet",checked:"checked",children:"children",cite:"cite",class:"className",classid:"classID",classname:"className",cols:"cols",colspan:"colSpan",content:"content",contenteditable:"contentEditable",contextmenu:"contextMenu",controls:"controls",controlslist:"controlsList",coords:"coords",crossorigin:"crossOrigin",dangerouslysetinnerhtml:"dangerouslySetInnerHTML",data:"data",datetime:"dateTime",default:"default",defaultchecked:"defaultChecked",defaultvalue:"defaultValue",defer:"defer",dir:"dir",disabled:"disabled",disablepictureinpicture:"disablePictureInPicture",disableremoteplayback:"disableRemotePlayback",download:"download",draggable:"draggable",enctype:"encType",enterkeyhint:"enterKeyHint",for:"htmlFor",form:"form",formmethod:"formMethod",formaction:"formAction",formenctype:"formEncType",formnovalidate:"formNoValidate",formtarget:"formTarget",frameborder:"frameBorder",headers:"headers",height:"height",hidden:"hidden",high:"high",href:"href",hreflang:"hrefLang",htmlfor:"htmlFor",httpequiv:"httpEquiv","http-equiv":"httpEquiv",icon:"icon",id:"id",imagesizes:"imageSizes",imagesrcset:"imageSrcSet",innerhtml:"innerHTML",inputmode:"inputMode",integrity:"integrity",is:"is",itemid:"itemID",itemprop:"itemProp",itemref:"itemRef",itemscope:"itemScope",itemtype:"itemType",keyparams:"keyParams",keytype:"keyType",kind:"kind",label:"label",lang:"lang",list:"list",loop:"loop",low:"low",manifest:"manifest",marginwidth:"marginWidth",marginheight:"marginHeight",max:"max",maxlength:"maxLength",media:"media",mediagroup:"mediaGroup",method:"method",min:"min",minlength:"minLength",multiple:"multiple",muted:"muted",name:"name",nomodule:"noModule",nonce:"nonce",novalidate:"noValidate",open:"open",optimum:"optimum",pattern:"pattern",placeholder:"placeholder",playsinline:"playsInline",poster:"poster",preload:"preload",profile:"profile",radiogroup:"radioGroup",readonly:"readOnly",referrerpolicy:"referrerPolicy",rel:"rel",required:"required",reversed:"reversed",role:"role",rows:"rows",rowspan:"rowSpan",sandbox:"sandbox",scope:"scope",scoped:"scoped",scrolling:"scrolling",seamless:"seamless",selected:"selected",shape:"shape",size:"size",sizes:"sizes",span:"span",spellcheck:"spellCheck",src:"src",srcdoc:"srcDoc",srclang:"srcLang",srcset:"srcSet",start:"start",step:"step",style:"style",summary:"summary",tabindex:"tabIndex",target:"target",title:"title",type:"type",usemap:"useMap",value:"value",width:"width",wmode:"wmode",wrap:"wrap",about:"about",accentheight:"accentHeight","accent-height":"accentHeight",accumulate:"accumulate",additive:"additive",alignmentbaseline:"alignmentBaseline","alignment-baseline":"alignmentBaseline",allowreorder:"allowReorder",alphabetic:"alphabetic",amplitude:"amplitude",arabicform:"arabicForm","arabic-form":"arabicForm",ascent:"ascent",attributename:"attributeName",attributetype:"attributeType",autoreverse:"autoReverse",azimuth:"azimuth",basefrequency:"baseFrequency",baselineshift:"baselineShift","baseline-shift":"baselineShift",baseprofile:"baseProfile",bbox:"bbox",begin:"begin",bias:"bias",by:"by",calcmode:"calcMode",capheight:"capHeight","cap-height":"capHeight",clip:"clip",clippath:"clipPath","clip-path":"clipPath",clippathunits:"clipPathUnits",cliprule:"clipRule","clip-rule":"clipRule",color:"color",colorinterpolation:"colorInterpolation","color-interpolation":"colorInterpolation",colorinterpolationfilters:"colorInterpolationFilters","color-interpolation-filters":"colorInterpolationFilters",colorprofile:"colorProfile","color-profile":"colorProfile",colorrendering:"colorRendering","color-rendering":"colorRendering",contentscripttype:"contentScriptType",contentstyletype:"contentStyleType",cursor:"cursor",cx:"cx",cy:"cy",d:"d",datatype:"datatype",decelerate:"decelerate",descent:"descent",diffuseconstant:"diffuseConstant",direction:"direction",display:"display",divisor:"divisor",dominantbaseline:"dominantBaseline","dominant-baseline":"dominantBaseline",dur:"dur",dx:"dx",dy:"dy",edgemode:"edgeMode",elevation:"elevation",enablebackground:"enableBackground","enable-background":"enableBackground",end:"end",exponent:"exponent",externalresourcesrequired:"externalResourcesRequired",fill:"fill",fillopacity:"fillOpacity","fill-opacity":"fillOpacity",fillrule:"fillRule","fill-rule":"fillRule",filter:"filter",filterres:"filterRes",filterunits:"filterUnits",floodopacity:"floodOpacity","flood-opacity":"floodOpacity",floodcolor:"floodColor","flood-color":"floodColor",focusable:"focusable",fontfamily:"fontFamily","font-family":"fontFamily",fontsize:"fontSize","font-size":"fontSize",fontsizeadjust:"fontSizeAdjust","font-size-adjust":"fontSizeAdjust",fontstretch:"fontStretch","font-stretch":"fontStretch",fontstyle:"fontStyle","font-style":"fontStyle",fontvariant:"fontVariant","font-variant":"fontVariant",fontweight:"fontWeight","font-weight":"fontWeight",format:"format",from:"from",fx:"fx",fy:"fy",g1:"g1",g2:"g2",glyphname:"glyphName","glyph-name":"glyphName",glyphorientationhorizontal:"glyphOrientationHorizontal","glyph-orientation-horizontal":"glyphOrientationHorizontal",glyphorientationvertical:"glyphOrientationVertical","glyph-orientation-vertical":"glyphOrientationVertical",glyphref:"glyphRef",gradienttransform:"gradientTransform",gradientunits:"gradientUnits",hanging:"hanging",horizadvx:"horizAdvX","horiz-adv-x":"horizAdvX",horizoriginx:"horizOriginX","horiz-origin-x":"horizOriginX",ideographic:"ideographic",imagerendering:"imageRendering","image-rendering":"imageRendering",in2:"in2",in:"in",inlist:"inlist",intercept:"intercept",k1:"k1",k2:"k2",k3:"k3",k4:"k4",k:"k",kernelmatrix:"kernelMatrix",kernelunitlength:"kernelUnitLength",kerning:"kerning",keypoints:"keyPoints",keysplines:"keySplines",keytimes:"keyTimes",lengthadjust:"lengthAdjust",letterspacing:"letterSpacing","letter-spacing":"letterSpacing",lightingcolor:"lightingColor","lighting-color":"lightingColor",limitingconeangle:"limitingConeAngle",local:"local",markerend:"markerEnd","marker-end":"markerEnd",markerheight:"markerHeight",markermid:"markerMid","marker-mid":"markerMid",markerstart:"markerStart","marker-start":"markerStart",markerunits:"markerUnits",markerwidth:"markerWidth",mask:"mask",maskcontentunits:"maskContentUnits",maskunits:"maskUnits",mathematical:"mathematical",mode:"mode",numoctaves:"numOctaves",offset:"offset",opacity:"opacity",operator:"operator",order:"order",orient:"orient",orientation:"orientation",origin:"origin",overflow:"overflow",overlineposition:"overlinePosition","overline-position":"overlinePosition",overlinethickness:"overlineThickness","overline-thickness":"overlineThickness",paintorder:"paintOrder","paint-order":"paintOrder",panose1:"panose1","panose-1":"panose1",pathlength:"pathLength",patterncontentunits:"patternContentUnits",patterntransform:"patternTransform",patternunits:"patternUnits",pointerevents:"pointerEvents","pointer-events":"pointerEvents",points:"points",pointsatx:"pointsAtX",pointsaty:"pointsAtY",pointsatz:"pointsAtZ",prefix:"prefix",preservealpha:"preserveAlpha",preserveaspectratio:"preserveAspectRatio",primitiveunits:"primitiveUnits",property:"property",r:"r",radius:"radius",refx:"refX",refy:"refY",renderingintent:"renderingIntent","rendering-intent":"renderingIntent",repeatcount:"repeatCount",repeatdur:"repeatDur",requiredextensions:"requiredExtensions",requiredfeatures:"requiredFeatures",resource:"resource",restart:"restart",result:"result",results:"results",rotate:"rotate",rx:"rx",ry:"ry",scale:"scale",security:"security",seed:"seed",shaperendering:"shapeRendering","shape-rendering":"shapeRendering",slope:"slope",spacing:"spacing",specularconstant:"specularConstant",specularexponent:"specularExponent",speed:"speed",spreadmethod:"spreadMethod",startoffset:"startOffset",stddeviation:"stdDeviation",stemh:"stemh",stemv:"stemv",stitchtiles:"stitchTiles",stopcolor:"stopColor","stop-color":"stopColor",stopopacity:"stopOpacity","stop-opacity":"stopOpacity",strikethroughposition:"strikethroughPosition","strikethrough-position":"strikethroughPosition",strikethroughthickness:"strikethroughThickness","strikethrough-thickness":"strikethroughThickness",string:"string",stroke:"stroke",strokedasharray:"strokeDasharray","stroke-dasharray":"strokeDasharray",strokedashoffset:"strokeDashoffset","stroke-dashoffset":"strokeDashoffset",strokelinecap:"strokeLinecap","stroke-linecap":"strokeLinecap",strokelinejoin:"strokeLinejoin","stroke-linejoin":"strokeLinejoin",strokemiterlimit:"strokeMiterlimit","stroke-miterlimit":"strokeMiterlimit",strokewidth:"strokeWidth","stroke-width":"strokeWidth",strokeopacity:"strokeOpacity","stroke-opacity":"strokeOpacity",suppresscontenteditablewarning:"suppressContentEditableWarning",suppresshydrationwarning:"suppressHydrationWarning",surfacescale:"surfaceScale",systemlanguage:"systemLanguage",tablevalues:"tableValues",targetx:"targetX",targety:"targetY",textanchor:"textAnchor","text-anchor":"textAnchor",textdecoration:"textDecoration","text-decoration":"textDecoration",textlength:"textLength",textrendering:"textRendering","text-rendering":"textRendering",to:"to",transform:"transform",typeof:"typeof",u1:"u1",u2:"u2",underlineposition:"underlinePosition","underline-position":"underlinePosition",underlinethickness:"underlineThickness","underline-thickness":"underlineThickness",unicode:"unicode",unicodebidi:"unicodeBidi","unicode-bidi":"unicodeBidi",unicoderange:"unicodeRange","unicode-range":"unicodeRange",unitsperem:"unitsPerEm","units-per-em":"unitsPerEm",unselectable:"unselectable",valphabetic:"vAlphabetic","v-alphabetic":"vAlphabetic",values:"values",vectoreffect:"vectorEffect","vector-effect":"vectorEffect",version:"version",vertadvy:"vertAdvY","vert-adv-y":"vertAdvY",vertoriginx:"vertOriginX","vert-origin-x":"vertOriginX",vertoriginy:"vertOriginY","vert-origin-y":"vertOriginY",vhanging:"vHanging","v-hanging":"vHanging",videographic:"vIdeographic","v-ideographic":"vIdeographic",viewbox:"viewBox",viewtarget:"viewTarget",visibility:"visibility",vmathematical:"vMathematical","v-mathematical":"vMathematical",vocab:"vocab",widths:"widths",wordspacing:"wordSpacing","word-spacing":"wordSpacing",writingmode:"writingMode","writing-mode":"writingMode",x1:"x1",x2:"x2",x:"x",xchannelselector:"xChannelSelector",xheight:"xHeight","x-height":"xHeight",xlinkactuate:"xlinkActuate","xlink:actuate":"xlinkActuate",xlinkarcrole:"xlinkArcrole","xlink:arcrole":"xlinkArcrole",xlinkhref:"xlinkHref","xlink:href":"xlinkHref",xlinkrole:"xlinkRole","xlink:role":"xlinkRole",xlinkshow:"xlinkShow","xlink:show":"xlinkShow",xlinktitle:"xlinkTitle","xlink:title":"xlinkTitle",xlinktype:"xlinkType","xlink:type":"xlinkType",xmlbase:"xmlBase","xml:base":"xmlBase",xmllang:"xmlLang","xml:lang":"xmlLang",xmlns:"xmlns","xml:space":"xmlSpace",xmlnsxlink:"xmlnsXlink","xmlns:xlink":"xmlnsXlink",xmlspace:"xmlSpace",y1:"y1",y2:"y2",y:"y",ychannelselector:"yChannelSelector",z:"z",zoomandpan:"zoomAndPan"},Qc={"aria-current":0,"aria-description":0,"aria-details":0,"aria-disabled":0,"aria-hidden":0,"aria-invalid":0,"aria-keyshortcuts":0,"aria-label":0,"aria-roledescription":0,"aria-autocomplete":0,"aria-checked":0,"aria-expanded":0,"aria-haspopup":0,"aria-level":0,"aria-modal":0,"aria-multiline":0,"aria-multiselectable":0,"aria-orientation":0,"aria-placeholder":0,"aria-pressed":0,"aria-readonly":0,"aria-required":0,"aria-selected":0,"aria-sort":0,"aria-valuemax":0,"aria-valuemin":0,"aria-valuenow":0,"aria-valuetext":0,"aria-atomic":0,"aria-busy":0,"aria-live":0,"aria-relevant":0,"aria-dropeffect":0,"aria-grabbed":0,"aria-activedescendant":0,"aria-colcount":0,"aria-colindex":0,"aria-colspan":0,"aria-controls":0,"aria-describedby":0,"aria-errormessage":0,"aria-flowto":0,"aria-labelledby":0,"aria-owns":0,"aria-posinset":0,"aria-rowcount":0,"aria-rowindex":0,"aria-rowspan":0,"aria-setsize":0},Zi={},Lf=new RegExp("^(aria)-["+Bt+"]*$"),Ds=new RegExp("^(aria)[A-Z]["+Bt+"]*$");function zf(e,t){{if(sn.call(Zi,t)&&Zi[t])return!0;if(Ds.test(t)){var a="aria-"+t.slice(4).toLowerCase(),s=Qc.hasOwnProperty(a)?a:null;if(s==null)return S("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",t),Zi[t]=!0,!0;if(t!==s)return S("Invalid ARIA attribute `%s`. Did you mean `%s`?",t,s),Zi[t]=!0,!0}if(Lf.test(t)){var p=t.toLowerCase(),y=Qc.hasOwnProperty(p)?p:null;if(y==null)return Zi[t]=!0,!1;if(t!==y)return S("Unknown ARIA attribute `%s`. Did you mean `%s`?",t,y),Zi[t]=!0,!0}}return!0}function Dd(e,t){{var a=[];for(var s in t){var p=zf(e,s);p||a.push(s)}var y=a.map(function(b){return"`"+b+"`"}).join(", ");a.length===1?S("Invalid aria prop %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",y,e):a.length>1&&S("Invalid aria props %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",y,e)}}function ic(e,t){Qa(e,t)||Dd(e,t)}var ku=!1;function la(e,t){{if(e!=="input"&&e!=="textarea"&&e!=="select")return;t!=null&&t.value===null&&!ku&&(ku=!0,e==="select"&&t.multiple?S("`value` prop on `%s` should not be null. Consider using an empty array when `multiple` is set to `true` to clear the component or `undefined` for uncontrolled components.",e):S("`value` prop on `%s` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.",e))}}var rs=function(){};{var Pa={},Jr=/^on./,as=/^on[^A-Z]/,Jc=new RegExp("^(aria)-["+Bt+"]*$"),Zc=new RegExp("^(aria)[A-Z]["+Bt+"]*$");rs=function(e,t,a,s){if(sn.call(Pa,t)&&Pa[t])return!0;var p=t.toLowerCase();if(p==="onfocusin"||p==="onfocusout")return S("React uses onFocus and onBlur instead of onFocusIn and onFocusOut. All React events are normalized to bubble, so onFocusIn and onFocusOut are not needed/supported by React."),Pa[t]=!0,!0;if(s!=null){var y=s.registrationNameDependencies,b=s.possibleRegistrationNames;if(y.hasOwnProperty(t))return!0;var B=b.hasOwnProperty(p)?b[p]:null;if(B!=null)return S("Invalid event handler property `%s`. Did you mean `%s`?",t,B),Pa[t]=!0,!0;if(Jr.test(t))return S("Unknown event handler property `%s`. It will be ignored.",t),Pa[t]=!0,!0}else if(Jr.test(t))return as.test(t)&&S("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",t),Pa[t]=!0,!0;if(Jc.test(t)||Zc.test(t))return!0;if(p==="innerhtml")return S("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),Pa[t]=!0,!0;if(p==="aria")return S("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),Pa[t]=!0,!0;if(p==="is"&&a!==null&&a!==void 0&&typeof a!="string")return S("Received a `%s` for a string attribute `is`. If this is expected, cast the value to a string.",typeof a),Pa[t]=!0,!0;if(typeof a=="number"&&isNaN(a))return S("Received NaN for the `%s` attribute. If this is expected, cast the value to a string.",t),Pa[t]=!0,!0;var U=Kn(t),X=U!==null&&U.type===bt;if(Rs.hasOwnProperty(p)){var ee=Rs[p];if(ee!==t)return S("Invalid DOM property `%s`. Did you mean `%s`?",t,ee),Pa[t]=!0,!0}else if(!X&&t!==p)return S("React does not recognize the `%s` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `%s` instead. If you accidentally passed it from a parent component, remove it from the DOM element.",t,p),Pa[t]=!0,!0;return typeof a=="boolean"&&ya(t,a,U,!1)?(a?S('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.',a,t,t,a,t):S('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.',a,t,t,a,t,t,t),Pa[t]=!0,!0):X?!0:ya(t,a,U,!1)?(Pa[t]=!0,!1):((a==="false"||a==="true")&&U!==null&&U.type===ur&&(S("Received the string `%s` for the boolean attribute `%s`. %s Did you mean %s={%s}?",a,t,a==="false"?"The browser will interpret it as a truthy value.":'Although this works, it will not work as expected if you pass the string "false".',t,a),Pa[t]=!0),!0)}}var ef=function(e,t,a){{var s=[];for(var p in t){var y=rs(e,p,t[p],a);y||s.push(p)}var b=s.map(function(B){return"`"+B+"`"}).join(", ");s.length===1?S("Invalid value for prop %s on <%s> tag. Either remove it from the element, or pass a string or number value to keep it in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",b,e):s.length>1&&S("Invalid values for props %s on <%s> tag. Either remove them from the element, or pass a string or number value to keep them in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",b,e)}};function tf(e,t,a){Qa(e,t)||ef(e,t,a)}var il=1,As=1<<1,Ru=1<<2,nf=il|As|Ru,is=null;function Jl(e){is!==null&&S("Expected currently replaying event to be null. This error is likely caused by a bug in React. Please file an issue."),is=e}function oc(){is===null&&S("Expected currently replaying event to not be null. This error is likely caused by a bug in React. Please file an issue."),is=null}function os(e){return e===is}function Du(e){var t=e.target||e.srcElement||window;return t.correspondingUseElement&&(t=t.correspondingUseElement),t.nodeType===tt?t.parentNode:t}var Or=null,ol=null,Ml=null;function Au(e){var t=Yd(e);if(!!t){if(typeof Or!="function")throw new Error("setRestoreImplementation() needs to be called to handle a target for controlled events. This error is likely caused by a bug in React. Please file an issue.");var a=t.stateNode;if(a){var s=O0(a);Or(t.stateNode,t.type,s)}}}function rf(e){Or=e}function Os(e){ol?Ml?Ml.push(e):Ml=[e]:ol=e}function Ms(){return ol!==null||Ml!==null}function Fl(){if(!!ol){var e=ol,t=Ml;if(ol=null,Ml=null,Au(e),t)for(var a=0;a<t.length;a++)Au(t[a])}}var Zl=function(e,t){return e(t)},Fs=function(){},eu=!1;function If(){var e=Ms();e&&(Fs(),Fl())}function lc(e,t,a){if(eu)return e(t,a);eu=!0;try{return Zl(e,t,a)}finally{eu=!1,If()}}function ll(e,t,a){Zl=e,Fs=a}function uc(e){return e==="button"||e==="input"||e==="select"||e==="textarea"}function tu(e,t,a){switch(e){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":return!!(a.disabled&&uc(t));default:return!1}}function go(e,t){var a=e.stateNode;if(a===null)return null;var s=O0(a);if(s===null)return null;var p=s[t];if(tu(t,e.type,s))return null;if(p&&typeof p!="function")throw new Error("Expected `"+t+"` listener to be a function, instead got a value of `"+typeof p+"` type.");return p}var ls=!1;if(zt)try{var Ri={};Object.defineProperty(Ri,"passive",{get:function(){ls=!0}}),window.addEventListener("test",Ri,Ri),window.removeEventListener("test",Ri,Ri)}catch{ls=!1}function sc(e,t,a,s,p,y,b,B,U){var X=Array.prototype.slice.call(arguments,3);try{t.apply(a,X)}catch(ee){this.onError(ee)}}var Bs=sc;if(typeof window<"u"&&typeof window.dispatchEvent=="function"&&typeof document<"u"&&typeof document.createEvent=="function"){var us=document.createElement("react");Bs=function(t,a,s,p,y,b,B,U,X){if(typeof document>"u"||document===null)throw new Error("The `document` global was defined when React was initialized, but is not defined anymore. This can happen in a test environment if a component schedules an update from an asynchronous callback, but the test has already finished running. To solve this, you can either unmount the component at the end of your test (and ensure that any asynchronous operations get canceled in `componentWillUnmount`), or you can change the test itself to be asynchronous.");var ee=document.createEvent("Event"),ge=!1,ve=!0,Fe=window.event,ze=Object.getOwnPropertyDescriptor(window,"event");function Ke(){us.removeEventListener(We,xn,!1),typeof window.event<"u"&&window.hasOwnProperty("event")&&(window.event=Fe)}var $t=Array.prototype.slice.call(arguments,3);function xn(){ge=!0,Ke(),a.apply(s,$t),ve=!1}var pn,Fr=!1,Er=!1;function ke(Re){if(pn=Re.error,Fr=!0,pn===null&&Re.colno===0&&Re.lineno===0&&(Er=!0),Re.defaultPrevented&&pn!=null&&typeof pn=="object")try{pn._suppressLogging=!0}catch{}}var We="react-"+(t||"invokeguardedcallback");if(window.addEventListener("error",ke),us.addEventListener(We,xn,!1),ee.initEvent(We,!1,!1),us.dispatchEvent(ee),ze&&Object.defineProperty(window,"event",ze),ge&&ve&&(Fr?Er&&(pn=new Error("A cross-origin error was thrown. React doesn't have access to the actual error object in development. See https://reactjs.org/link/crossorigin-error for more information.")):pn=new Error(`An error was thrown inside one of your components, but React doesn't know what it was. This is likely due to browser flakiness. React does its best to preserve the "Pause on exceptions" behavior of the DevTools, which requires some DEV-mode only tricks. It's possible that these don't work in your browser. Try triggering the error in production mode, or switching to a modern browser. If you suspect that this is actually an issue with React, please file an issue.`),this.onError(pn)),window.removeEventListener("error",ke),!ge)return Ke(),sc.apply(this,arguments)}}var Pf=Bs,Uo=!1,Ho=null,Ns=!1,ul=null,eo={onError:function(e){Uo=!0,Ho=e}};function nu(e,t,a,s,p,y,b,B,U){Uo=!1,Ho=null,Pf.apply(eo,arguments)}function ru(e,t,a,s,p,y,b,B,U){if(nu.apply(this,arguments),Uo){var X=cc();Ns||(Ns=!0,ul=X)}}function Ou(){if(Ns){var e=ul;throw Ns=!1,ul=null,e}}function af(){return Uo}function cc(){if(Uo){var e=Ho;return Uo=!1,Ho=null,e}else throw new Error("clearCaughtError was called but no error was captured. This error is likely caused by a bug in React. Please file an issue.")}function Pi(e){return e._reactInternals}function Mu(e){return e._reactInternals!==void 0}function Bl(e,t){e._reactInternals=t}var rn=0,yo=1,Hr=2,Bn=4,or=16,yr=32,So=64,Cn=128,Ca=256,Ui=512,Eo=1024,da=2048,$o=4096,au=8192,fc=16384,of=da|Bn|So|Ui|Eo|fc,dc=32767,Di=32768,oi=65536,ss=131072,Ls=1048576,Uf=2097152,to=4194304,Fu=8388608,no=16777216,Hi=33554432,Bu=Bn|Eo|0,yi=Hr|Bn|or|yr|Ui|$o|au,Tn=Bn|So|Ui|au,li=da|or,_a=to|Fu|Uf,rr=l.ReactCurrentOwner;function pa(e){var t=e,a=e;if(e.alternate)for(;t.return;)t=t.return;else{var s=t;do t=s,(t.flags&(Hr|$o))!==rn&&(a=t.return),s=t.return;while(s)}return t.tag===$?a:null}function iu(e){if(e.tag===Be){var t=e.memoizedState;if(t===null){var a=e.alternate;a!==null&&(t=a.memoizedState)}if(t!==null)return t.dehydrated}return null}function cs(e){return e.tag===$?e.stateNode.containerInfo:null}function Ja(e){return pa(e)===e}function Fa(e){{var t=rr.current;if(t!==null&&t.tag===N){var a=t,s=a.stateNode;s._warnedAboutRefsInRender||S("%s is accessing isMounted inside its render() function. render() should be a pure function of props and state. It should never access something that requires stale data from the previous render, such as refs. Move this logic to componentDidMount and componentDidUpdate instead.",un(a)||"A component"),s._warnedAboutRefsInRender=!0}}var p=Pi(e);return p?pa(p)===p:!1}function Ua(e){if(pa(e)!==e)throw new Error("Unable to find node on an unmounted component.")}function hr(e){var t=e.alternate;if(!t){var a=pa(e);if(a===null)throw new Error("Unable to find node on an unmounted component.");return a!==e?null:e}for(var s=e,p=t;;){var y=s.return;if(y===null)break;var b=y.alternate;if(b===null){var B=y.return;if(B!==null){s=p=B;continue}break}if(y.child===b.child){for(var U=y.child;U;){if(U===s)return Ua(y),e;if(U===p)return Ua(y),t;U=U.sibling}throw new Error("Unable to find node on an unmounted component.")}if(s.return!==p.return)s=y,p=b;else{for(var X=!1,ee=y.child;ee;){if(ee===s){X=!0,s=y,p=b;break}if(ee===p){X=!0,p=y,s=b;break}ee=ee.sibling}if(!X){for(ee=b.child;ee;){if(ee===s){X=!0,s=b,p=y;break}if(ee===p){X=!0,p=b,s=y;break}ee=ee.sibling}if(!X)throw new Error("Child was not found in either parent set. This indicates a bug in React related to the return pointer. Please file an issue.")}}if(s.alternate!==p)throw new Error("Return fibers should always be each others' alternates. This error is likely caused by a bug in React. Please file an issue.")}if(s.tag!==$)throw new Error("Unable to find node on an unmounted component.");return s.stateNode.current===s?e:t}function ui(e){var t=hr(e);return t!==null?sl(t):null}function sl(e){if(e.tag===J||e.tag===te)return e;for(var t=e.child;t!==null;){var a=sl(t);if(a!==null)return a;t=t.sibling}return null}function Ad(e){var t=hr(e);return t!==null?pc(t):null}function pc(e){if(e.tag===J||e.tag===te)return e;for(var t=e.child;t!==null;){if(t.tag!==K){var a=pc(t);if(a!==null)return a}t=t.sibling}return null}var fs=i.unstable_scheduleCallback,lf=i.unstable_cancelCallback,uf=i.unstable_shouldYield,Hf=i.unstable_requestPaint,Xr=i.unstable_now,$f=i.unstable_getCurrentPriorityLevel,hc=i.unstable_ImmediatePriority,Ai=i.unstable_UserBlockingPriority,Nl=i.unstable_NormalPriority,vc=i.unstable_LowPriority,ou=i.unstable_IdlePriority,jf=i.unstable_yieldValue,Vf=i.unstable_setDisableYieldValue,Nu=null,si=null,Ct=null,Ba=!1,Si=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u";function zs(e){if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u")return!1;var t=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(t.isDisabled)return!0;if(!t.supportsFiber)return S("The installed version of React DevTools is too old and will not work with the current version of React. Please update React DevTools. https://reactjs.org/link/react-devtools"),!0;try{Dt&&(e=mn({},e,{getLaneLabelMap:Ll,injectProfilingHooks:Vo})),Nu=t.inject(e),si=t}catch(a){S("React instrumentation encountered an error: %s.",a)}return!!t.checkDCE}function Kf(e,t){if(si&&typeof si.onScheduleFiberRoot=="function")try{si.onScheduleFiberRoot(Nu,e,t)}catch(a){Ba||(Ba=!0,S("React instrumentation encountered an error: %s",a))}}function cl(e,t){if(si&&typeof si.onCommitFiberRoot=="function")try{var a=(e.current.flags&Cn)===Cn;if(wt){var s;switch(t){case Go:s=hc;break;case xo:s=Ai;break;case Tc:s=Nl;break;case kp:s=ou;break;default:s=Nl;break}si.onCommitFiberRoot(Nu,e,s,a)}}catch(p){Ba||(Ba=!0,S("React instrumentation encountered an error: %s",p))}}function jo(e){if(si&&typeof si.onPostCommitFiberRoot=="function")try{si.onPostCommitFiberRoot(Nu,e)}catch(t){Ba||(Ba=!0,S("React instrumentation encountered an error: %s",t))}}function sf(e){if(si&&typeof si.onCommitFiberUnmount=="function")try{si.onCommitFiberUnmount(Nu,e)}catch(t){Ba||(Ba=!0,S("React instrumentation encountered an error: %s",t))}}function ba(e){if(typeof jf=="function"&&(Vf(e),u(e)),si&&typeof si.setStrictMode=="function")try{si.setStrictMode(Nu,e)}catch(t){Ba||(Ba=!0,S("React instrumentation encountered an error: %s",t))}}function Vo(e){Ct=e}function Ll(){{for(var e=new Map,t=1,a=0;a<ea;a++){var s=hf(t);e.set(t,s),t*=2}return e}}function fl(e){Ct!==null&&typeof Ct.markCommitStarted=="function"&&Ct.markCommitStarted(e)}function Is(){Ct!==null&&typeof Ct.markCommitStopped=="function"&&Ct.markCommitStopped()}function dl(e){Ct!==null&&typeof Ct.markComponentRenderStarted=="function"&&Ct.markComponentRenderStarted(e)}function wo(){Ct!==null&&typeof Ct.markComponentRenderStopped=="function"&&Ct.markComponentRenderStopped()}function Wf(e){Ct!==null&&typeof Ct.markComponentPassiveEffectMountStarted=="function"&&Ct.markComponentPassiveEffectMountStarted(e)}function mc(){Ct!==null&&typeof Ct.markComponentPassiveEffectMountStopped=="function"&&Ct.markComponentPassiveEffectMountStopped()}function zl(e){Ct!==null&&typeof Ct.markComponentPassiveEffectUnmountStarted=="function"&&Ct.markComponentPassiveEffectUnmountStarted(e)}function Od(){Ct!==null&&typeof Ct.markComponentPassiveEffectUnmountStopped=="function"&&Ct.markComponentPassiveEffectUnmountStopped()}function Yf(e){Ct!==null&&typeof Ct.markComponentLayoutEffectMountStarted=="function"&&Ct.markComponentLayoutEffectMountStarted(e)}function pl(){Ct!==null&&typeof Ct.markComponentLayoutEffectMountStopped=="function"&&Ct.markComponentLayoutEffectMountStopped()}function cf(e){Ct!==null&&typeof Ct.markComponentLayoutEffectUnmountStarted=="function"&&Ct.markComponentLayoutEffectUnmountStarted(e)}function Ps(){Ct!==null&&typeof Ct.markComponentLayoutEffectUnmountStopped=="function"&&Ct.markComponentLayoutEffectUnmountStopped()}function Lu(e,t,a){Ct!==null&&typeof Ct.markComponentErrored=="function"&&Ct.markComponentErrored(e,t,a)}function ff(e,t,a){Ct!==null&&typeof Ct.markComponentSuspended=="function"&&Ct.markComponentSuspended(e,t,a)}function gc(e){Ct!==null&&typeof Ct.markLayoutEffectsStarted=="function"&&Ct.markLayoutEffectsStarted(e)}function ro(){Ct!==null&&typeof Ct.markLayoutEffectsStopped=="function"&&Ct.markLayoutEffectsStopped()}function Us(e){Ct!==null&&typeof Ct.markPassiveEffectsStarted=="function"&&Ct.markPassiveEffectsStarted(e)}function Ko(){Ct!==null&&typeof Ct.markPassiveEffectsStopped=="function"&&Ct.markPassiveEffectsStopped()}function Ha(e){Ct!==null&&typeof Ct.markRenderStarted=="function"&&Ct.markRenderStarted(e)}function ds(){Ct!==null&&typeof Ct.markRenderYielded=="function"&&Ct.markRenderYielded()}function Ei(){Ct!==null&&typeof Ct.markRenderStopped=="function"&&Ct.markRenderStopped()}function Wo(e){Ct!==null&&typeof Ct.markRenderScheduled=="function"&&Ct.markRenderScheduled(e)}function yc(e,t){Ct!==null&&typeof Ct.markForceUpdateScheduled=="function"&&Ct.markForceUpdateScheduled(e,t)}function Za(e,t){Ct!==null&&typeof Ct.markStateUpdateScheduled=="function"&&Ct.markStateUpdateScheduled(e,t)}var qt=0,Wn=1,cn=2,Zr=8,Co=16,Sc=Math.clz32?Math.clz32:hl,df=Math.log,Ec=Math.LN2;function hl(e){var t=e>>>0;return t===0?32:31-(df(t)/Ec|0)|0}var ea=31,Ve=0,er=0,yn=1,Yo=2,$i=4,zu=8,ta=16,lu=32,Iu=4194240,ps=64,_o=128,ao=256,hs=512,vs=1024,wc=2048,Oi=4096,Hs=8192,Cc=16384,Mi=32768,$s=65536,_c=131072,pf=262144,ms=524288,Il=1048576,bc=2097152,Pu=130023424,bo=4194304,Uu=8388608,Hu=16777216,xc=33554432,$u=67108864,gs=bo,js=134217728,Vs=268435455,uu=268435456,ju=536870912,ji=1073741824;function hf(e){{if(e&yn)return"Sync";if(e&Yo)return"InputContinuousHydration";if(e&$i)return"InputContinuous";if(e&zu)return"DefaultHydration";if(e&ta)return"Default";if(e&lu)return"TransitionHydration";if(e&Iu)return"Transition";if(e&Pu)return"Retry";if(e&js)return"SelectiveHydration";if(e&uu)return"IdleHydration";if(e&ju)return"Idle";if(e&ji)return"Offscreen"}}var qr=-1,m=ps,C=bo;function F(e){switch(Ht(e)){case yn:return yn;case Yo:return Yo;case $i:return $i;case zu:return zu;case ta:return ta;case lu:return lu;case ps:case _o:case ao:case hs:case vs:case wc:case Oi:case Hs:case Cc:case Mi:case $s:case _c:case pf:case ms:case Il:case bc:return e&Iu;case bo:case Uu:case Hu:case xc:case $u:return e&Pu;case js:return js;case uu:return uu;case ju:return ju;case ji:return ji;default:return S("Should have found matching lanes. This is a bug in React."),e}}function H(e,t){var a=e.pendingLanes;if(a===Ve)return Ve;var s=Ve,p=e.suspendedLanes,y=e.pingedLanes,b=a&Vs;if(b!==Ve){var B=b&~p;if(B!==Ve)s=F(B);else{var U=b&y;U!==Ve&&(s=F(U))}}else{var X=a&~p;X!==Ve?s=F(X):y!==Ve&&(s=F(y))}if(s===Ve)return Ve;if(t!==Ve&&t!==s&&(t&p)===Ve){var ee=Ht(s),ge=Ht(t);if(ee>=ge||ee===ta&&(ge&Iu)!==Ve)return t}(s&$i)!==Ve&&(s|=a&ta);var ve=e.entangledLanes;if(ve!==Ve)for(var Fe=e.entanglements,ze=s&ve;ze>0;){var Ke=ha(ze),$t=1<<Ke;s|=Fe[Ke],ze&=~$t}return s}function Q(e,t){for(var a=e.eventTimes,s=qr;t>0;){var p=ha(t),y=1<<p,b=a[p];b>s&&(s=b),t&=~y}return s}function ce(e,t){switch(e){case yn:case Yo:case $i:return t+250;case zu:case ta:case lu:case ps:case _o:case ao:case hs:case vs:case wc:case Oi:case Hs:case Cc:case Mi:case $s:case _c:case pf:case ms:case Il:case bc:return t+5e3;case bo:case Uu:case Hu:case xc:case $u:return qr;case js:case uu:case ju:case ji:return qr;default:return S("Should have found matching lanes. This is a bug in React."),qr}}function he(e,t){for(var a=e.pendingLanes,s=e.suspendedLanes,p=e.pingedLanes,y=e.expirationTimes,b=a;b>0;){var B=ha(b),U=1<<B,X=y[B];X===qr?((U&s)===Ve||(U&p)!==Ve)&&(y[B]=ce(U,t)):X<=t&&(e.expiredLanes|=U),b&=~U}}function Le(e){return F(e.pendingLanes)}function h(e){var t=e.pendingLanes&~ji;return t!==Ve?t:t&ji?ji:Ve}function E(e){return(e&yn)!==Ve}function R(e){return(e&Vs)!==Ve}function L(e){return(e&Pu)===e}function Y(e){var t=yn|$i|ta;return(e&t)===Ve}function ae(e){return(e&Iu)===e}function de(e,t){var a=Yo|$i|zu|ta;return(t&a)!==Ve}function Me(e,t){return(t&e.expiredLanes)!==Ve}function Je(e){return(e&Iu)!==Ve}function Mt(){var e=m;return m<<=1,(m&Iu)===Ve&&(m=ps),e}function Kt(){var e=C;return C<<=1,(C&Pu)===Ve&&(C=bo),e}function Ht(e){return e&-e}function $n(e){return Ht(e)}function ha(e){return 31-Sc(e)}function Vi(e){return ha(e)}function Ki(e,t){return(e&t)!==Ve}function Vu(e,t){return(e&t)===t}function Un(e,t){return e|t}function su(e,t){return e&~t}function Tp(e,t){return e&t}function gh(e){return e}function qm(e,t){return e!==er&&e<t?e:t}function yh(e){for(var t=[],a=0;a<ea;a++)t.push(e);return t}function Gf(e,t,a){e.pendingLanes|=t,t!==ju&&(e.suspendedLanes=Ve,e.pingedLanes=Ve);var s=e.eventTimes,p=Vi(t);s[p]=a}function $v(e,t){e.suspendedLanes|=t,e.pingedLanes&=~t;for(var a=e.expirationTimes,s=t;s>0;){var p=ha(s),y=1<<p;a[p]=qr,s&=~y}}function jv(e,t,a){e.pingedLanes|=e.suspendedLanes&t}function Vv(e,t){var a=e.pendingLanes&~t;e.pendingLanes=t,e.suspendedLanes=Ve,e.pingedLanes=Ve,e.expiredLanes&=t,e.mutableReadLanes&=t,e.entangledLanes&=t;for(var s=e.entanglements,p=e.eventTimes,y=e.expirationTimes,b=a;b>0;){var B=ha(b),U=1<<B;s[B]=Ve,p[B]=qr,y[B]=qr,b&=~U}}function Md(e,t){for(var a=e.entangledLanes|=t,s=e.entanglements,p=a;p;){var y=ha(p),b=1<<y;b&t|s[y]&t&&(s[y]|=t),p&=~b}}function m2(e,t){var a=Ht(t),s;switch(a){case $i:s=Yo;break;case ta:s=zu;break;case ps:case _o:case ao:case hs:case vs:case wc:case Oi:case Hs:case Cc:case Mi:case $s:case _c:case pf:case ms:case Il:case bc:case bo:case Uu:case Hu:case xc:case $u:s=lu;break;case ju:s=uu;break;default:s=er;break}return(s&(e.suspendedLanes|t))!==er?er:s}function Kv(e,t,a){if(!!Si)for(var s=e.pendingUpdatersLaneMap;a>0;){var p=Vi(a),y=1<<p,b=s[p];b.add(t),a&=~y}}function Sh(e,t){if(!!Si)for(var a=e.pendingUpdatersLaneMap,s=e.memoizedUpdaters;t>0;){var p=Vi(t),y=1<<p,b=a[p];b.size>0&&(b.forEach(function(B){var U=B.alternate;(U===null||!s.has(U))&&s.add(B)}),b.clear()),t&=~y}}function Wv(e,t){return null}var Go=yn,xo=$i,Tc=ta,kp=ju,Xf=er;function Ku(){return Xf}function Wi(e){Xf=e}function Rp(e,t){var a=Xf;try{return Xf=e,t()}finally{Xf=a}}function Xo(e,t){return e!==0&&e<t?e:t}function g2(e,t){return e===0||e>t?e:t}function Yv(e,t){return e!==0&&e<t}function Dp(e){var t=Ht(e);return Yv(Go,t)?Yv(xo,t)?R(t)?Tc:kp:xo:Go}function Yi(e){var t=e.current.memoizedState;return t.isDehydrated}var Qm;function Wt(e){Qm=e}function Fd(e){Qm(e)}var Ap;function Jm(e){Ap=e}var Zm;function Op(e){Zm=e}var Mp;function Gv(e){Mp=e}var Xv;function e0(e){Xv=e}var Eh=!1,Bd=[],Ks=null,$a=null,io=null,Wu=new Map,Nd=new Map,kc=[],ys=["mousedown","mouseup","touchcancel","touchend","touchstart","auxclick","dblclick","pointercancel","pointerdown","pointerup","dragend","dragstart","drop","compositionend","compositionstart","keydown","keypress","keyup","input","textInput","copy","cut","paste","click","change","contextmenu","reset","submit"];function t0(e){return ys.indexOf(e)>-1}function Ws(e,t,a,s,p){return{blockedOn:e,domEventName:t,eventSystemFlags:a,nativeEvent:p,targetContainers:[s]}}function n0(e,t){switch(e){case"focusin":case"focusout":Ks=null;break;case"dragenter":case"dragleave":$a=null;break;case"mouseover":case"mouseout":io=null;break;case"pointerover":case"pointerout":{var a=t.pointerId;Wu.delete(a);break}case"gotpointercapture":case"lostpointercapture":{var s=t.pointerId;Nd.delete(s);break}}}function Ld(e,t,a,s,p,y){if(e===null||e.nativeEvent!==y){var b=Ws(t,a,s,p,y);if(t!==null){var B=Yd(t);B!==null&&Ap(B)}return b}e.eventSystemFlags|=s;var U=e.targetContainers;return p!==null&&U.indexOf(p)===-1&&U.push(p),e}function r0(e,t,a,s,p){switch(t){case"focusin":{var y=p;return Ks=Ld(Ks,e,t,a,s,y),!0}case"dragenter":{var b=p;return $a=Ld($a,e,t,a,s,b),!0}case"mouseover":{var B=p;return io=Ld(io,e,t,a,s,B),!0}case"pointerover":{var U=p,X=U.pointerId;return Wu.set(X,Ld(Wu.get(X)||null,e,t,a,s,U)),!0}case"gotpointercapture":{var ee=p,ge=ee.pointerId;return Nd.set(ge,Ld(Nd.get(ge)||null,e,t,a,s,ee)),!0}}return!1}function qv(e){var t=Hp(e.target);if(t!==null){var a=pa(t);if(a!==null){var s=a.tag;if(s===Be){var p=iu(a);if(p!==null){e.blockedOn=p,Xv(e.priority,function(){Zm(a)});return}}else if(s===$){var y=a.stateNode;if(Yi(y)){e.blockedOn=cs(a);return}}}}e.blockedOn=null}function a0(e){for(var t=Mp(),a={blockedOn:null,target:e,priority:t},s=0;s<kc.length&&Yv(t,kc[s].priority);s++);kc.splice(s,0,a),s===0&&qv(a)}function wh(e){if(e.blockedOn!==null)return!1;for(var t=e.targetContainers;t.length>0;){var a=t[0],s=qf(e.domEventName,e.eventSystemFlags,a,e.nativeEvent);if(s===null){var p=e.nativeEvent,y=new p.constructor(p.type,p);Jl(y),p.target.dispatchEvent(y),oc()}else{var b=Yd(s);return b!==null&&Ap(b),e.blockedOn=s,!1}t.shift()}return!0}function Fp(e,t,a){wh(e)&&a.delete(t)}function Qv(){Eh=!1,Ks!==null&&wh(Ks)&&(Ks=null),$a!==null&&wh($a)&&($a=null),io!==null&&wh(io)&&(io=null),Wu.forEach(Fp),Nd.forEach(Fp)}function qo(e,t){e.blockedOn===t&&(e.blockedOn=null,Eh||(Eh=!0,i.unstable_scheduleCallback(i.unstable_NormalPriority,Qv)))}function Sr(e){if(Bd.length>0){qo(Bd[0],e);for(var t=1;t<Bd.length;t++){var a=Bd[t];a.blockedOn===e&&(a.blockedOn=null)}}Ks!==null&&qo(Ks,e),$a!==null&&qo($a,e),io!==null&&qo(io,e);var s=function(B){return qo(B,e)};Wu.forEach(s),Nd.forEach(s);for(var p=0;p<kc.length;p++){var y=kc[p];y.blockedOn===e&&(y.blockedOn=null)}for(;kc.length>0;){var b=kc[0];if(b.blockedOn!==null)break;qv(b),b.blockedOn===null&&kc.shift()}}var ei=l.ReactCurrentBatchConfig,ci=!0;function oo(e){ci=!!e}function cu(){return ci}function zd(e,t,a){var s=vl(t),p;switch(s){case Go:p=Gi;break;case xo:p=Bp;break;case Tc:default:p=Rc;break}return p.bind(null,t,a,e)}function Gi(e,t,a,s){var p=Ku(),y=ei.transition;ei.transition=null;try{Wi(Go),Rc(e,t,a,s)}finally{Wi(p),ei.transition=y}}function Bp(e,t,a,s){var p=Ku(),y=ei.transition;ei.transition=null;try{Wi(xo),Rc(e,t,a,s)}finally{Wi(p),ei.transition=y}}function Rc(e,t,a,s){!ci||Ch(e,t,a,s)}function Ch(e,t,a,s){var p=qf(e,t,a,s);if(p===null){z2(e,t,s,Id,a),n0(e,s);return}if(r0(p,e,t,a,s)){s.stopPropagation();return}if(n0(e,s),t&Ru&&t0(e)){for(;p!==null;){var y=Yd(p);y!==null&&Fd(y);var b=qf(e,t,a,s);if(b===null&&z2(e,t,s,Id,a),b===p)break;p=b}p!==null&&s.stopPropagation();return}z2(e,t,s,null,a)}var Id=null;function qf(e,t,a,s){Id=null;var p=Du(s),y=Hp(p);if(y!==null){var b=pa(y);if(b===null)y=null;else{var B=b.tag;if(B===Be){var U=iu(b);if(U!==null)return U;y=null}else if(B===$){var X=b.stateNode;if(Yi(X))return cs(b);y=null}else b!==y&&(y=null)}}return Id=y,null}function vl(e){switch(e){case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return Go;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return xo;case"message":{var t=$f();switch(t){case hc:return Go;case Ai:return xo;case Nl:case vc:return Tc;case ou:return kp;default:return Tc}}default:return Tc}}function Jv(e,t,a){return e.addEventListener(t,a,!1),a}function Pd(e,t,a){return e.addEventListener(t,a,!0),a}function Dc(e,t,a,s){return e.addEventListener(t,a,{capture:!0,passive:s}),a}function _h(e,t,a,s){return e.addEventListener(t,a,{passive:s}),a}var Qf=null,Ys=null,vf=null;function mf(e){return Qf=e,Ys=xh(),!0}function bh(){Qf=null,Ys=null,vf=null}function Ud(){if(vf)return vf;var e,t=Ys,a=t.length,s,p=xh(),y=p.length;for(e=0;e<a&&t[e]===p[e];e++);var b=a-e;for(s=1;s<=b&&t[a-s]===p[y-s];s++);var B=s>1?1-s:void 0;return vf=p.slice(e,B),vf}function xh(){return"value"in Qf?Qf.value:Qf.textContent}function Jf(e){var t,a=e.keyCode;return"charCode"in e?(t=e.charCode,t===0&&a===13&&(t=13)):t=a,t===10&&(t=13),t>=32||t===13?t:0}function Zf(){return!0}function Qo(){return!1}function Fi(e){function t(a,s,p,y,b){this._reactName=a,this._targetInst=p,this.type=s,this.nativeEvent=y,this.target=b,this.currentTarget=null;for(var B in e)if(!!e.hasOwnProperty(B)){var U=e[B];U?this[B]=U(y):this[B]=y[B]}var X=y.defaultPrevented!=null?y.defaultPrevented:y.returnValue===!1;return X?this.isDefaultPrevented=Zf:this.isDefaultPrevented=Qo,this.isPropagationStopped=Qo,this}return mn(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var a=this.nativeEvent;!a||(a.preventDefault?a.preventDefault():typeof a.returnValue!="unknown"&&(a.returnValue=!1),this.isDefaultPrevented=Zf)},stopPropagation:function(){var a=this.nativeEvent;!a||(a.stopPropagation?a.stopPropagation():typeof a.cancelBubble!="unknown"&&(a.cancelBubble=!0),this.isPropagationStopped=Zf)},persist:function(){},isPersistent:Zf}),t}var Jo={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},Zo=Fi(Jo),Hd=mn({},Jo,{view:0,detail:0}),Zv=Fi(Hd),Np,e1,Yu;function i0(e){e!==Yu&&(Yu&&e.type==="mousemove"?(Np=e.screenX-Yu.screenX,e1=e.screenY-Yu.screenY):(Np=0,e1=0),Yu=e)}var $d=mn({},Hd,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Rh,button:0,buttons:0,relatedTarget:function(e){return e.relatedTarget===void 0?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(i0(e),Np)},movementY:function(e){return"movementY"in e?e.movementY:e1}}),gf=Fi($d),t1=mn({},$d,{dataTransfer:0}),ed=Fi(t1),o0=mn({},Hd,{relatedTarget:0}),Th=Fi(o0),n1=mn({},Jo,{animationName:0,elapsedTime:0,pseudoElement:0}),kh=Fi(n1),y2=mn({},Jo,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),S2=Fi(y2),l0=mn({},Jo,{data:0}),r1=Fi(l0),td=r1,E2={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},jd={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"};function u0(e){if(e.key){var t=E2[e.key]||e.key;if(t!=="Unidentified")return t}if(e.type==="keypress"){var a=Jf(e);return a===13?"Enter":String.fromCharCode(a)}return e.type==="keydown"||e.type==="keyup"?jd[e.keyCode]||"Unidentified":""}var fi={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function w2(e){var t=this,a=t.nativeEvent;if(a.getModifierState)return a.getModifierState(e);var s=fi[e];return s?!!a[s]:!1}function Rh(e){return w2}var C2=mn({},Hd,{key:u0,code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Rh,charCode:function(e){return e.type==="keypress"?Jf(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?Jf(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),_2=Fi(C2),s0=mn({},$d,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),a1=Fi(s0),b2=mn({},Hd,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Rh}),Gu=Fi(b2),i1=mn({},Jo,{propertyName:0,elapsedTime:0,pseudoElement:0}),x2=Fi(i1),yf=mn({},$d,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0}),Dh=Fi(yf),nd=[9,13,27,32],Lp=229,zp=zt&&"CompositionEvent"in window,rd=null;zt&&"documentMode"in document&&(rd=document.documentMode);var T2=zt&&"TextEvent"in window&&!rd,Ah=zt&&(!zp||rd&&rd>8&&rd<=11),c0=32,o1=String.fromCharCode(c0);function f0(){An("onBeforeInput",["compositionend","keypress","textInput","paste"]),An("onCompositionEnd",["compositionend","focusout","keydown","keypress","keyup","mousedown"]),An("onCompositionStart",["compositionstart","focusout","keydown","keypress","keyup","mousedown"]),An("onCompositionUpdate",["compositionupdate","focusout","keydown","keypress","keyup","mousedown"])}var Ip=!1;function Oh(e){return(e.ctrlKey||e.altKey||e.metaKey)&&!(e.ctrlKey&&e.altKey)}function d0(e){switch(e){case"compositionstart":return"onCompositionStart";case"compositionend":return"onCompositionEnd";case"compositionupdate":return"onCompositionUpdate"}}function l1(e,t){return e==="keydown"&&t.keyCode===Lp}function p0(e,t){switch(e){case"keyup":return nd.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==Lp;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function u1(e){var t=e.detail;return typeof t=="object"&&"data"in t?t.data:null}function Mh(e){return e.locale==="ko"}var Ac=!1;function s1(e,t,a,s,p){var y,b;if(zp?y=d0(t):Ac?p0(t,s)&&(y="onCompositionEnd"):l1(t,s)&&(y="onCompositionStart"),!y)return null;Ah&&!Mh(s)&&(!Ac&&y==="onCompositionStart"?Ac=mf(p):y==="onCompositionEnd"&&Ac&&(b=Ud()));var B=y0(a,y);if(B.length>0){var U=new r1(y,t,null,s,p);if(e.push({event:U,listeners:B}),b)U.data=b;else{var X=u1(s);X!==null&&(U.data=X)}}}function Fh(e,t){switch(e){case"compositionend":return u1(t);case"keypress":var a=t.which;return a!==c0?null:(Ip=!0,o1);case"textInput":var s=t.data;return s===o1&&Ip?null:s;default:return null}}function h0(e,t){if(Ac){if(e==="compositionend"||!zp&&p0(e,t)){var a=Ud();return bh(),Ac=!1,a}return null}switch(e){case"paste":return null;case"keypress":if(!Oh(t)){if(t.char&&t.char.length>1)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return Ah&&!Mh(t)?null:t.data;default:return null}}function k2(e,t,a,s,p){var y;if(T2?y=Fh(t,s):y=h0(t,s),!y)return null;var b=y0(a,"onBeforeInput");if(b.length>0){var B=new td("onBeforeInput","beforeinput",null,s,p);e.push({event:B,listeners:b}),B.data=y}}function Bh(e,t,a,s,p,y,b){s1(e,t,a,s,p),k2(e,t,a,s,p)}var R2={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function Vd(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t==="input"?!!R2[e.type]:t==="textarea"}/**
204
+ * Checks if an event is supported in the current execution environment.
205
+ *
206
+ * NOTE: This will not work correctly for non-generic events such as `change`,
207
+ * `reset`, `load`, `error`, and `select`.
208
+ *
209
+ * Borrows from Modernizr.
210
+ *
211
+ * @param {string} eventNameSuffix Event name, e.g. "click".
212
+ * @return {boolean} True if the event is supported.
213
+ * @internal
214
+ * @license Modernizr 3.0.0pre (Custom Build) | MIT
215
+ */function D2(e){if(!zt)return!1;var t="on"+e,a=t in document;if(!a){var s=document.createElement("div");s.setAttribute(t,"return;"),a=typeof s[t]=="function"}return a}function Nh(){An("onChange",["change","click","focusin","focusout","input","keydown","keyup","selectionchange"])}function n(e,t,a,s){Os(s);var p=y0(t,"onChange");if(p.length>0){var y=new Zo("onChange","change",null,a,s);e.push({event:y,listeners:p})}}var r=null,f=null;function v(e){var t=e.nodeName&&e.nodeName.toLowerCase();return t==="select"||t==="input"&&e.type==="file"}function _(e){var t=[];n(t,f,e,Du(e)),lc(D,t)}function D(e){Gw(e,0)}function V(e){var t=Hh(e);if(Qi(t))return e}function se(e,t){if(e==="change")return t}var pe=!1;zt&&(pe=D2("input")&&(!document.documentMode||document.documentMode>9));function Pe(e,t){r=e,f=t,r.attachEvent("onpropertychange",st)}function ot(){!r||(r.detachEvent("onpropertychange",st),r=null,f=null)}function st(e){e.propertyName==="value"&&V(f)&&_(e)}function it(e,t,a){e==="focusin"?(ot(),Pe(t,a)):e==="focusout"&&ot()}function It(e,t){if(e==="selectionchange"||e==="keyup"||e==="keydown")return V(f)}function Qt(e){var t=e.nodeName;return t&&t.toLowerCase()==="input"&&(e.type==="checkbox"||e.type==="radio")}function an(e,t){if(e==="click")return V(t)}function wi(e,t){if(e==="input"||e==="change")return V(t)}function xe(e){var t=e._wrapperState;!t||!t.controlled||e.type!=="number"||gi(e,"number",e.value)}function me(e,t,a,s,p,y,b){var B=a?Hh(a):window,U,X;if(v(B)?U=se:Vd(B)?pe?U=wi:(U=It,X=it):Qt(B)&&(U=an),U){var ee=U(t,a);if(ee){n(e,ee,s,p);return}}X&&X(t,B,a),t==="focusout"&&xe(B)}function Oe(){wr("onMouseEnter",["mouseout","mouseover"]),wr("onMouseLeave",["mouseout","mouseover"]),wr("onPointerEnter",["pointerout","pointerover"]),wr("onPointerLeave",["pointerout","pointerover"])}function gt(e,t,a,s,p,y,b){var B=t==="mouseover"||t==="pointerover",U=t==="mouseout"||t==="pointerout";if(B&&!os(s)){var X=s.relatedTarget||s.fromElement;if(X&&(Hp(X)||_1(X)))return}if(!(!U&&!B)){var ee;if(p.window===p)ee=p;else{var ge=p.ownerDocument;ge?ee=ge.defaultView||ge.parentWindow:ee=window}var ve,Fe;if(U){var ze=s.relatedTarget||s.toElement;if(ve=a,Fe=ze?Hp(ze):null,Fe!==null){var Ke=pa(Fe);(Fe!==Ke||Fe.tag!==J&&Fe.tag!==te)&&(Fe=null)}}else ve=null,Fe=a;if(ve!==Fe){var $t=gf,xn="onMouseLeave",pn="onMouseEnter",Fr="mouse";(t==="pointerout"||t==="pointerover")&&($t=a1,xn="onPointerLeave",pn="onPointerEnter",Fr="pointer");var Er=ve==null?ee:Hh(ve),ke=Fe==null?ee:Hh(Fe),We=new $t(xn,Fr+"leave",ve,s,p);We.target=Er,We.relatedTarget=ke;var Re=null,pt=Hp(p);if(pt===a){var jt=new $t(pn,Fr+"enter",Fe,s,p);jt.target=ke,jt.relatedTarget=Er,Re=jt}HP(e,We,Re,ve,Fe)}}}function fn(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}var Jt=typeof Object.is=="function"?Object.is:fn;function En(e,t){if(Jt(e,t))return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;var a=Object.keys(e),s=Object.keys(t);if(a.length!==s.length)return!1;for(var p=0;p<a.length;p++){var y=a[p];if(!sn.call(t,y)||!Jt(e[y],t[y]))return!1}return!0}function Hn(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function lo(e){for(;e;){if(e.nextSibling)return e.nextSibling;e=e.parentNode}}function $r(e,t){for(var a=Hn(e),s=0,p=0;a;){if(a.nodeType===tt){if(p=s+a.textContent.length,s<=t&&p>=t)return{node:a,offset:t-s};s=p}a=Hn(lo(a))}}function Sf(e){var t=e.ownerDocument,a=t&&t.defaultView||window,s=a.getSelection&&a.getSelection();if(!s||s.rangeCount===0)return null;var p=s.anchorNode,y=s.anchorOffset,b=s.focusNode,B=s.focusOffset;try{p.nodeType,b.nodeType}catch{return null}return A2(e,p,y,b,B)}function A2(e,t,a,s,p){var y=0,b=-1,B=-1,U=0,X=0,ee=e,ge=null;e:for(;;){for(var ve=null;ee===t&&(a===0||ee.nodeType===tt)&&(b=y+a),ee===s&&(p===0||ee.nodeType===tt)&&(B=y+p),ee.nodeType===tt&&(y+=ee.nodeValue.length),(ve=ee.firstChild)!==null;)ge=ee,ee=ve;for(;;){if(ee===e)break e;if(ge===t&&++U===a&&(b=y),ge===s&&++X===p&&(B=y),(ve=ee.nextSibling)!==null)break;ee=ge,ge=ee.parentNode}ee=ve}return b===-1||B===-1?null:{start:b,end:B}}function CP(e,t){var a=e.ownerDocument||document,s=a&&a.defaultView||window;if(!!s.getSelection){var p=s.getSelection(),y=e.textContent.length,b=Math.min(t.start,y),B=t.end===void 0?b:Math.min(t.end,y);if(!p.extend&&b>B){var U=B;B=b,b=U}var X=$r(e,b),ee=$r(e,B);if(X&&ee){if(p.rangeCount===1&&p.anchorNode===X.node&&p.anchorOffset===X.offset&&p.focusNode===ee.node&&p.focusOffset===ee.offset)return;var ge=a.createRange();ge.setStart(X.node,X.offset),p.removeAllRanges(),b>B?(p.addRange(ge),p.extend(ee.node,ee.offset)):(ge.setEnd(ee.node,ee.offset),p.addRange(ge))}}}function Lw(e){return e&&e.nodeType===tt}function zw(e,t){return!e||!t?!1:e===t?!0:Lw(e)?!1:Lw(t)?zw(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1}function _P(e){return e&&e.ownerDocument&&zw(e.ownerDocument.documentElement,e)}function bP(e){try{return typeof e.contentWindow.location.href=="string"}catch{return!1}}function Iw(){for(var e=window,t=Ti();t instanceof e.HTMLIFrameElement;){if(bP(t))e=t.contentWindow;else return t;t=Ti(e.document)}return t}function O2(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&(t==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||t==="textarea"||e.contentEditable==="true")}function xP(){var e=Iw();return{focusedElem:e,selectionRange:O2(e)?kP(e):null}}function TP(e){var t=Iw(),a=e.focusedElem,s=e.selectionRange;if(t!==a&&_P(a)){s!==null&&O2(a)&&RP(a,s);for(var p=[],y=a;y=y.parentNode;)y.nodeType===De&&p.push({element:y,left:y.scrollLeft,top:y.scrollTop});typeof a.focus=="function"&&a.focus();for(var b=0;b<p.length;b++){var B=p[b];B.element.scrollLeft=B.left,B.element.scrollTop=B.top}}}function kP(e){var t;return"selectionStart"in e?t={start:e.selectionStart,end:e.selectionEnd}:t=Sf(e),t||{start:0,end:0}}function RP(e,t){var a=t.start,s=t.end;s===void 0&&(s=a),"selectionStart"in e?(e.selectionStart=a,e.selectionEnd=Math.min(s,e.value.length)):CP(e,t)}var DP=zt&&"documentMode"in document&&document.documentMode<=11;function AP(){An("onSelect",["focusout","contextmenu","dragend","focusin","keydown","keyup","mousedown","mouseup","selectionchange"])}var Lh=null,M2=null,c1=null,F2=!1;function OP(e){if("selectionStart"in e&&O2(e))return{start:e.selectionStart,end:e.selectionEnd};var t=e.ownerDocument&&e.ownerDocument.defaultView||window,a=t.getSelection();return{anchorNode:a.anchorNode,anchorOffset:a.anchorOffset,focusNode:a.focusNode,focusOffset:a.focusOffset}}function MP(e){return e.window===e?e.document:e.nodeType===nn?e:e.ownerDocument}function Pw(e,t,a){var s=MP(a);if(!(F2||Lh==null||Lh!==Ti(s))){var p=OP(Lh);if(!c1||!En(c1,p)){c1=p;var y=y0(M2,"onSelect");if(y.length>0){var b=new Zo("onSelect","select",null,t,a);e.push({event:b,listeners:y}),b.target=Lh}}}}function FP(e,t,a,s,p,y,b){var B=a?Hh(a):window;switch(t){case"focusin":(Vd(B)||B.contentEditable==="true")&&(Lh=B,M2=a,c1=null);break;case"focusout":Lh=null,M2=null,c1=null;break;case"mousedown":F2=!0;break;case"contextmenu":case"mouseup":case"dragend":F2=!1,Pw(e,s,p);break;case"selectionchange":if(DP)break;case"keydown":case"keyup":Pw(e,s,p)}}function v0(e,t){var a={};return a[e.toLowerCase()]=t.toLowerCase(),a["Webkit"+e]="webkit"+t,a["Moz"+e]="moz"+t,a}var zh={animationend:v0("Animation","AnimationEnd"),animationiteration:v0("Animation","AnimationIteration"),animationstart:v0("Animation","AnimationStart"),transitionend:v0("Transition","TransitionEnd")},B2={},Uw={};zt&&(Uw=document.createElement("div").style,"AnimationEvent"in window||(delete zh.animationend.animation,delete zh.animationiteration.animation,delete zh.animationstart.animation),"TransitionEvent"in window||delete zh.transitionend.transition);function m0(e){if(B2[e])return B2[e];if(!zh[e])return e;var t=zh[e];for(var a in t)if(t.hasOwnProperty(a)&&a in Uw)return B2[e]=t[a];return e}var Hw=m0("animationend"),$w=m0("animationiteration"),jw=m0("animationstart"),Vw=m0("transitionend"),Kw=new Map,Ww=["abort","auxClick","cancel","canPlay","canPlayThrough","click","close","contextMenu","copy","cut","drag","dragEnd","dragEnter","dragExit","dragLeave","dragOver","dragStart","drop","durationChange","emptied","encrypted","ended","error","gotPointerCapture","input","invalid","keyDown","keyPress","keyUp","load","loadedData","loadedMetadata","loadStart","lostPointerCapture","mouseDown","mouseMove","mouseOut","mouseOver","mouseUp","paste","pause","play","playing","pointerCancel","pointerDown","pointerMove","pointerOut","pointerOver","pointerUp","progress","rateChange","reset","resize","seeked","seeking","stalled","submit","suspend","timeUpdate","touchCancel","touchEnd","touchStart","volumeChange","scroll","toggle","touchMove","waiting","wheel"];function Kd(e,t){Kw.set(e,t),An(t,[e])}function BP(){for(var e=0;e<Ww.length;e++){var t=Ww[e],a=t.toLowerCase(),s=t[0].toUpperCase()+t.slice(1);Kd(a,"on"+s)}Kd(Hw,"onAnimationEnd"),Kd($w,"onAnimationIteration"),Kd(jw,"onAnimationStart"),Kd("dblclick","onDoubleClick"),Kd("focusin","onFocus"),Kd("focusout","onBlur"),Kd(Vw,"onTransitionEnd")}function NP(e,t,a,s,p,y,b){var B=Kw.get(t);if(B!==void 0){var U=Zo,X=t;switch(t){case"keypress":if(Jf(s)===0)return;case"keydown":case"keyup":U=_2;break;case"focusin":X="focus",U=Th;break;case"focusout":X="blur",U=Th;break;case"beforeblur":case"afterblur":U=Th;break;case"click":if(s.button===2)return;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":U=gf;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":U=ed;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":U=Gu;break;case Hw:case $w:case jw:U=kh;break;case Vw:U=x2;break;case"scroll":U=Zv;break;case"wheel":U=Dh;break;case"copy":case"cut":case"paste":U=S2;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":U=a1;break}var ee=(y&Ru)!==0;{var ge=!ee&&t==="scroll",ve=PP(a,B,s.type,ee,ge);if(ve.length>0){var Fe=new U(B,X,null,s,p);e.push({event:Fe,listeners:ve})}}}}BP(),Oe(),Nh(),AP(),f0();function LP(e,t,a,s,p,y,b){NP(e,t,a,s,p,y);var B=(y&nf)===0;B&&(gt(e,t,a,s,p),me(e,t,a,s,p),FP(e,t,a,s,p),Bh(e,t,a,s,p))}var f1=["abort","canplay","canplaythrough","durationchange","emptied","encrypted","ended","error","loadeddata","loadedmetadata","loadstart","pause","play","playing","progress","ratechange","resize","seeked","seeking","stalled","suspend","timeupdate","volumechange","waiting"],N2=new Set(["cancel","close","invalid","load","scroll","toggle"].concat(f1));function Yw(e,t,a){var s=e.type||"unknown-event";e.currentTarget=a,ru(s,t,void 0,e),e.currentTarget=null}function zP(e,t,a){var s;if(a)for(var p=t.length-1;p>=0;p--){var y=t[p],b=y.instance,B=y.currentTarget,U=y.listener;if(b!==s&&e.isPropagationStopped())return;Yw(e,U,B),s=b}else for(var X=0;X<t.length;X++){var ee=t[X],ge=ee.instance,ve=ee.currentTarget,Fe=ee.listener;if(ge!==s&&e.isPropagationStopped())return;Yw(e,Fe,ve),s=ge}}function Gw(e,t){for(var a=(t&Ru)!==0,s=0;s<e.length;s++){var p=e[s],y=p.event,b=p.listeners;zP(y,b,a)}Ou()}function IP(e,t,a,s,p){var y=Du(a),b=[];LP(b,e,s,a,y,t),Gw(b,t)}function ti(e,t){N2.has(e)||S('Did not expect a listenToNonDelegatedEvent() call for "%s". This is a bug in React. Please file an issue.',e);var a=!1,s=hH(t),p=$P(e,a);s.has(p)||(Xw(t,e,As,a),s.add(p))}function L2(e,t,a){N2.has(e)&&!t&&S('Did not expect a listenToNativeEvent() call for "%s" in the bubble phase. This is a bug in React. Please file an issue.',e);var s=0;t&&(s|=Ru),Xw(a,e,s,t)}var g0="_reactListening"+Math.random().toString(36).slice(2);function d1(e){if(!e[g0]){e[g0]=!0,lr.forEach(function(a){a!=="selectionchange"&&(N2.has(a)||L2(a,!1,e),L2(a,!0,e))});var t=e.nodeType===nn?e:e.ownerDocument;t!==null&&(t[g0]||(t[g0]=!0,L2("selectionchange",!1,t)))}}function Xw(e,t,a,s,p){var y=zd(e,t,a),b=void 0;ls&&(t==="touchstart"||t==="touchmove"||t==="wheel")&&(b=!0),e=e,s?b!==void 0?Dc(e,t,y,b):Pd(e,t,y):b!==void 0?_h(e,t,y,b):Jv(e,t,y)}function qw(e,t){return e===t||e.nodeType===Rt&&e.parentNode===t}function z2(e,t,a,s,p){var y=s;if((t&il)===0&&(t&As)===0){var b=p;if(s!==null){var B=s;e:for(;;){if(B===null)return;var U=B.tag;if(U===$||U===K){var X=B.stateNode.containerInfo;if(qw(X,b))break;if(U===K)for(var ee=B.return;ee!==null;){var ge=ee.tag;if(ge===$||ge===K){var ve=ee.stateNode.containerInfo;if(qw(ve,b))return}ee=ee.return}for(;X!==null;){var Fe=Hp(X);if(Fe===null)return;var ze=Fe.tag;if(ze===J||ze===te){B=y=Fe;continue e}X=X.parentNode}}B=B.return}}}lc(function(){return IP(e,t,a,y)})}function p1(e,t,a){return{instance:e,listener:t,currentTarget:a}}function PP(e,t,a,s,p,y){for(var b=t!==null?t+"Capture":null,B=s?b:t,U=[],X=e,ee=null;X!==null;){var ge=X,ve=ge.stateNode,Fe=ge.tag;if(Fe===J&&ve!==null&&(ee=ve,B!==null)){var ze=go(X,B);ze!=null&&U.push(p1(X,ze,ee))}if(p)break;X=X.return}return U}function y0(e,t){for(var a=t+"Capture",s=[],p=e;p!==null;){var y=p,b=y.stateNode,B=y.tag;if(B===J&&b!==null){var U=b,X=go(p,a);X!=null&&s.unshift(p1(p,X,U));var ee=go(p,t);ee!=null&&s.push(p1(p,ee,U))}p=p.return}return s}function Ih(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==J);return e||null}function UP(e,t){for(var a=e,s=t,p=0,y=a;y;y=Ih(y))p++;for(var b=0,B=s;B;B=Ih(B))b++;for(;p-b>0;)a=Ih(a),p--;for(;b-p>0;)s=Ih(s),b--;for(var U=p;U--;){if(a===s||s!==null&&a===s.alternate)return a;a=Ih(a),s=Ih(s)}return null}function Qw(e,t,a,s,p){for(var y=t._reactName,b=[],B=a;B!==null&&B!==s;){var U=B,X=U.alternate,ee=U.stateNode,ge=U.tag;if(X!==null&&X===s)break;if(ge===J&&ee!==null){var ve=ee;if(p){var Fe=go(B,y);Fe!=null&&b.unshift(p1(B,Fe,ve))}else if(!p){var ze=go(B,y);ze!=null&&b.push(p1(B,ze,ve))}}B=B.return}b.length!==0&&e.push({event:t,listeners:b})}function HP(e,t,a,s,p){var y=s&&p?UP(s,p):null;s!==null&&Qw(e,t,s,y,!1),p!==null&&a!==null&&Qw(e,a,p,y,!0)}function $P(e,t){return e+"__"+(t?"capture":"bubble")}var Xu=!1,h1="dangerouslySetInnerHTML",S0="suppressContentEditableWarning",Wd="suppressHydrationWarning",Jw="autoFocus",Pp="children",Up="style",E0="__html",I2,w0,v1,Zw,C0,eC,tC;I2={dialog:!0,webview:!0},w0=function(e,t){ic(e,t),la(e,t),tf(e,t,{registrationNameDependencies:Dn,possibleRegistrationNames:sr})},eC=zt&&!document.documentMode,v1=function(e,t,a){if(!Xu){var s=_0(a),p=_0(t);p!==s&&(Xu=!0,S("Prop `%s` did not match. Server: %s Client: %s",e,JSON.stringify(p),JSON.stringify(s)))}},Zw=function(e){if(!Xu){Xu=!0;var t=[];e.forEach(function(a){t.push(a)}),S("Extra attributes from the server: %s",t)}},C0=function(e,t){t===!1?S("Expected `%s` listener to be a function, instead got `false`.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.",e,e,e):S("Expected `%s` listener to be a function, instead got a value of `%s` type.",e,typeof t)},tC=function(e,t){var a=e.namespaceURI===ki?e.ownerDocument.createElement(e.tagName):e.ownerDocument.createElementNS(e.namespaceURI,e.tagName);return a.innerHTML=t,a.innerHTML};var jP=/\r\n?/g,VP=/\u0000|\uFFFD/g;function _0(e){At(e);var t=typeof e=="string"?e:""+e;return t.replace(jP,`
216
+ `).replace(VP,"")}function b0(e,t,a,s){var p=_0(t),y=_0(e);if(y!==p&&(s&&(Xu||(Xu=!0,S('Text content did not match. Server: "%s" Client: "%s"',y,p))),a&&Lt))throw new Error("Text content does not match server-rendered HTML.")}function nC(e){return e.nodeType===nn?e:e.ownerDocument}function KP(){}function x0(e){e.onclick=KP}function WP(e,t,a,s,p){for(var y in s)if(!!s.hasOwnProperty(y)){var b=s[y];if(y===Up)b&&Object.freeze(b),Ge(t,b);else if(y===h1){var B=b?b[E0]:void 0;B!=null&&_e(t,B)}else if(y===Pp)if(typeof b=="string"){var U=e!=="textarea"||b!=="";U&&gr(t,b)}else typeof b=="number"&&gr(t,""+b);else y===S0||y===Wd||y===Jw||(Dn.hasOwnProperty(y)?b!=null&&(typeof b!="function"&&C0(y,b),y==="onScroll"&&ti("scroll",t)):b!=null&&ni(t,y,b,p))}}function YP(e,t,a,s){for(var p=0;p<t.length;p+=2){var y=t[p],b=t[p+1];y===Up?Ge(e,b):y===h1?_e(e,b):y===Pp?gr(e,b):ni(e,y,b,s)}}function GP(e,t,a,s){var p,y=nC(a),b,B=s;if(B===ki&&(B=I(e)),B===ki){if(p=Qa(e,t),!p&&e!==e.toLowerCase()&&S("<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.",e),e==="script"){var U=y.createElement("div");U.innerHTML="<script><\/script>";var X=U.firstChild;b=U.removeChild(X)}else if(typeof t.is=="string")b=y.createElement(e,{is:t.is});else if(b=y.createElement(e),e==="select"){var ee=b;t.multiple?ee.multiple=!0:t.size&&(ee.size=t.size)}}else b=y.createElementNS(B,e);return B===ki&&!p&&Object.prototype.toString.call(b)==="[object HTMLUnknownElement]"&&!sn.call(I2,e)&&(I2[e]=!0,S("The tag <%s> is unrecognized in this browser. If you meant to render a React component, start its name with an uppercase letter.",e)),b}function XP(e,t){return nC(t).createTextNode(e)}function qP(e,t,a,s){var p=Qa(t,a);w0(t,a);var y;switch(t){case"dialog":ti("cancel",e),ti("close",e),y=a;break;case"iframe":case"object":case"embed":ti("load",e),y=a;break;case"video":case"audio":for(var b=0;b<f1.length;b++)ti(f1[b],e);y=a;break;case"source":ti("error",e),y=a;break;case"img":case"image":case"link":ti("error",e),ti("load",e),y=a;break;case"details":ti("toggle",e),y=a;break;case"input":Vl(e,a),y=Lo(e,a),ti("invalid",e);break;case"option":Zn(e,a),y=a;break;case"select":Yl(e,a),y=Qr(e,a),ti("invalid",e);break;case"textarea":Al(e,a),y=zo(e,a),ti("invalid",e);break;default:y=a}switch(qa(t,y),WP(t,e,s,y,p),t){case"input":wa(e),po(e,a,!1);break;case"textarea":wa(e),Gl(e);break;case"option":vo(e,a);break;case"select":ts(e,a);break;default:typeof y.onClick=="function"&&x0(e);break}}function QP(e,t,a,s,p){w0(t,s);var y=null,b,B;switch(t){case"input":b=Lo(e,a),B=Lo(e,s),y=[];break;case"select":b=Qr(e,a),B=Qr(e,s),y=[];break;case"textarea":b=zo(e,a),B=zo(e,s),y=[];break;default:b=a,B=s,typeof b.onClick!="function"&&typeof B.onClick=="function"&&x0(e);break}qa(t,B);var U,X,ee=null;for(U in b)if(!(B.hasOwnProperty(U)||!b.hasOwnProperty(U)||b[U]==null))if(U===Up){var ge=b[U];for(X in ge)ge.hasOwnProperty(X)&&(ee||(ee={}),ee[X]="")}else U===h1||U===Pp||U===S0||U===Wd||U===Jw||(Dn.hasOwnProperty(U)?y||(y=[]):(y=y||[]).push(U,null));for(U in B){var ve=B[U],Fe=b!=null?b[U]:void 0;if(!(!B.hasOwnProperty(U)||ve===Fe||ve==null&&Fe==null))if(U===Up)if(ve&&Object.freeze(ve),Fe){for(X in Fe)Fe.hasOwnProperty(X)&&(!ve||!ve.hasOwnProperty(X))&&(ee||(ee={}),ee[X]="");for(X in ve)ve.hasOwnProperty(X)&&Fe[X]!==ve[X]&&(ee||(ee={}),ee[X]=ve[X])}else ee||(y||(y=[]),y.push(U,ee)),ee=ve;else if(U===h1){var ze=ve?ve[E0]:void 0,Ke=Fe?Fe[E0]:void 0;ze!=null&&Ke!==ze&&(y=y||[]).push(U,ze)}else U===Pp?(typeof ve=="string"||typeof ve=="number")&&(y=y||[]).push(U,""+ve):U===S0||U===Wd||(Dn.hasOwnProperty(U)?(ve!=null&&(typeof ve!="function"&&C0(U,ve),U==="onScroll"&&ti("scroll",e)),!y&&Fe!==ve&&(y=[])):(y=y||[]).push(U,ve))}return ee&&(gn(ee,B[Up]),(y=y||[]).push(Up,ee)),y}function JP(e,t,a,s,p){a==="input"&&p.type==="radio"&&p.name!=null&&_u(e,p);var y=Qa(a,s),b=Qa(a,p);switch(YP(e,t,y,b),a){case"input":fo(e,p);break;case"textarea":Xa(e,p);break;case"select":bu(e,p);break}}function ZP(e){{var t=e.toLowerCase();return Rs.hasOwnProperty(t)&&Rs[t]||null}}function eU(e,t,a,s,p,y,b){var B,U;switch(B=Qa(t,a),w0(t,a),t){case"dialog":ti("cancel",e),ti("close",e);break;case"iframe":case"object":case"embed":ti("load",e);break;case"video":case"audio":for(var X=0;X<f1.length;X++)ti(f1[X],e);break;case"source":ti("error",e);break;case"img":case"image":case"link":ti("error",e),ti("load",e);break;case"details":ti("toggle",e);break;case"input":Vl(e,a),ti("invalid",e);break;case"option":Zn(e,a);break;case"select":Yl(e,a),ti("invalid",e);break;case"textarea":Al(e,a),ti("invalid",e);break}qa(t,a);{U=new Set;for(var ee=e.attributes,ge=0;ge<ee.length;ge++){var ve=ee[ge].name.toLowerCase();switch(ve){case"value":break;case"checked":break;case"selected":break;default:U.add(ee[ge].name)}}}var Fe=null;for(var ze in a)if(!!a.hasOwnProperty(ze)){var Ke=a[ze];if(ze===Pp)typeof Ke=="string"?e.textContent!==Ke&&(a[Wd]!==!0&&b0(e.textContent,Ke,y,b),Fe=[Pp,Ke]):typeof Ke=="number"&&e.textContent!==""+Ke&&(a[Wd]!==!0&&b0(e.textContent,Ke,y,b),Fe=[Pp,""+Ke]);else if(Dn.hasOwnProperty(ze))Ke!=null&&(typeof Ke!="function"&&C0(ze,Ke),ze==="onScroll"&&ti("scroll",e));else if(b&&!0&&typeof B=="boolean"){var $t=void 0,xn=B&&tr?null:Kn(ze);if(a[Wd]!==!0){if(!(ze===S0||ze===Wd||ze==="value"||ze==="checked"||ze==="selected")){if(ze===h1){var pn=e.innerHTML,Fr=Ke?Ke[E0]:void 0;if(Fr!=null){var Er=tC(e,Fr);Er!==pn&&v1(ze,pn,Er)}}else if(ze===Up){if(U.delete(ze),eC){var ke=Ne(Ke);$t=e.getAttribute("style"),ke!==$t&&v1(ze,$t,ke)}}else if(B&&!tr)U.delete(ze.toLowerCase()),$t=qi(e,ze,Ke),Ke!==$t&&v1(ze,$t,Ke);else if(!In(ze,xn,B)&&!Mn(ze,Ke,xn,B)){var We=!1;if(xn!==null)U.delete(xn.attributeName),$t=di(e,ze,Ke,xn);else{var Re=s;if(Re===ki&&(Re=I(t)),Re===ki)U.delete(ze.toLowerCase());else{var pt=ZP(ze);pt!==null&&pt!==ze&&(We=!0,U.delete(pt)),U.delete(ze)}$t=qi(e,ze,Ke)}var jt=tr;!jt&&Ke!==$t&&!We&&v1(ze,$t,Ke)}}}}}switch(b&&U.size>0&&a[Wd]!==!0&&Zw(U),t){case"input":wa(e),po(e,a,!0);break;case"textarea":wa(e),Gl(e);break;case"select":case"option":break;default:typeof a.onClick=="function"&&x0(e);break}return Fe}function tU(e,t,a){var s=e.nodeValue!==t;return s}function P2(e,t){{if(Xu)return;Xu=!0,S("Did not expect server HTML to contain a <%s> in <%s>.",t.nodeName.toLowerCase(),e.nodeName.toLowerCase())}}function U2(e,t){{if(Xu)return;Xu=!0,S('Did not expect server HTML to contain the text node "%s" in <%s>.',t.nodeValue,e.nodeName.toLowerCase())}}function H2(e,t,a){{if(Xu)return;Xu=!0,S("Expected server HTML to contain a matching <%s> in <%s>.",t,e.nodeName.toLowerCase())}}function $2(e,t){{if(t===""||Xu)return;Xu=!0,S('Expected server HTML to contain a matching text node for "%s" in <%s>.',t,e.nodeName.toLowerCase())}}function nU(e,t,a){switch(t){case"input":Kl(e,a);return;case"textarea":Xl(e,a);return;case"select":Ts(e,a);return}}var m1=function(){},g1=function(){};{var rU=["address","applet","area","article","aside","base","basefont","bgsound","blockquote","body","br","button","caption","center","col","colgroup","dd","details","dir","div","dl","dt","embed","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","iframe","img","input","isindex","li","link","listing","main","marquee","menu","menuitem","meta","nav","noembed","noframes","noscript","object","ol","p","param","plaintext","pre","script","section","select","source","style","summary","table","tbody","td","template","textarea","tfoot","th","thead","title","tr","track","ul","wbr","xmp"],rC=["applet","caption","html","table","td","th","marquee","object","template","foreignObject","desc","title"],aU=rC.concat(["button"]),iU=["dd","dt","li","option","optgroup","p","rp","rt"],aC={current:null,formTag:null,aTagInScope:null,buttonTagInScope:null,nobrTagInScope:null,pTagInButtonScope:null,listItemTagAutoclosing:null,dlItemTagAutoclosing:null};g1=function(e,t){var a=mn({},e||aC),s={tag:t};return rC.indexOf(t)!==-1&&(a.aTagInScope=null,a.buttonTagInScope=null,a.nobrTagInScope=null),aU.indexOf(t)!==-1&&(a.pTagInButtonScope=null),rU.indexOf(t)!==-1&&t!=="address"&&t!=="div"&&t!=="p"&&(a.listItemTagAutoclosing=null,a.dlItemTagAutoclosing=null),a.current=s,t==="form"&&(a.formTag=s),t==="a"&&(a.aTagInScope=s),t==="button"&&(a.buttonTagInScope=s),t==="nobr"&&(a.nobrTagInScope=s),t==="p"&&(a.pTagInButtonScope=s),t==="li"&&(a.listItemTagAutoclosing=s),(t==="dd"||t==="dt")&&(a.dlItemTagAutoclosing=s),a};var oU=function(e,t){switch(t){case"select":return e==="option"||e==="optgroup"||e==="#text";case"optgroup":return e==="option"||e==="#text";case"option":return e==="#text";case"tr":return e==="th"||e==="td"||e==="style"||e==="script"||e==="template";case"tbody":case"thead":case"tfoot":return e==="tr"||e==="style"||e==="script"||e==="template";case"colgroup":return e==="col"||e==="template";case"table":return e==="caption"||e==="colgroup"||e==="tbody"||e==="tfoot"||e==="thead"||e==="style"||e==="script"||e==="template";case"head":return e==="base"||e==="basefont"||e==="bgsound"||e==="link"||e==="meta"||e==="title"||e==="noscript"||e==="noframes"||e==="style"||e==="script"||e==="template";case"html":return e==="head"||e==="body"||e==="frameset";case"frameset":return e==="frame";case"#document":return e==="html"}switch(e){case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":return t!=="h1"&&t!=="h2"&&t!=="h3"&&t!=="h4"&&t!=="h5"&&t!=="h6";case"rp":case"rt":return iU.indexOf(t)===-1;case"body":case"caption":case"col":case"colgroup":case"frameset":case"frame":case"head":case"html":case"tbody":case"td":case"tfoot":case"th":case"thead":case"tr":return t==null}return!0},lU=function(e,t){switch(e){case"address":case"article":case"aside":case"blockquote":case"center":case"details":case"dialog":case"dir":case"div":case"dl":case"fieldset":case"figcaption":case"figure":case"footer":case"header":case"hgroup":case"main":case"menu":case"nav":case"ol":case"p":case"section":case"summary":case"ul":case"pre":case"listing":case"table":case"hr":case"xmp":case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":return t.pTagInButtonScope;case"form":return t.formTag||t.pTagInButtonScope;case"li":return t.listItemTagAutoclosing;case"dd":case"dt":return t.dlItemTagAutoclosing;case"button":return t.buttonTagInScope;case"a":return t.aTagInScope;case"nobr":return t.nobrTagInScope}return null},iC={};m1=function(e,t,a){a=a||aC;var s=a.current,p=s&&s.tag;t!=null&&(e!=null&&S("validateDOMNesting: when childText is passed, childTag should be null"),e="#text");var y=oU(e,p)?null:s,b=y?null:lU(e,a),B=y||b;if(!!B){var U=B.tag,X=!!y+"|"+e+"|"+U;if(!iC[X]){iC[X]=!0;var ee=e,ge="";if(e==="#text"?/\S/.test(t)?ee="Text nodes":(ee="Whitespace text nodes",ge=" Make sure you don't have any extra whitespace between tags on each line of your source code."):ee="<"+e+">",y){var ve="";U==="table"&&e==="tr"&&(ve+=" Add a <tbody>, <thead> or <tfoot> to your code to match the DOM tree generated by the browser."),S("validateDOMNesting(...): %s cannot appear as a child of <%s>.%s%s",ee,U,ge,ve)}else S("validateDOMNesting(...): %s cannot appear as a descendant of <%s>.",ee,U)}}}}var T0="suppressHydrationWarning",k0="$",R0="/$",y1="$?",S1="$!",uU="style",j2=null,V2=null;function sU(e){var t,a,s=e.nodeType;switch(s){case nn:case dn:{t=s===nn?"#document":"#fragment";var p=e.documentElement;a=p?p.namespaceURI:W(null,"");break}default:{var y=s===Rt?e.parentNode:e,b=y.namespaceURI||null;t=y.tagName,a=W(b,t);break}}{var B=t.toLowerCase(),U=g1(null,B);return{namespace:a,ancestorInfo:U}}}function cU(e,t,a){{var s=e,p=W(s.namespace,t),y=g1(s.ancestorInfo,t);return{namespace:p,ancestorInfo:y}}}function uK(e){return e}function fU(e){j2=cu(),V2=xP();var t=null;return oo(!1),t}function dU(e){TP(V2),oo(j2),j2=null,V2=null}function pU(e,t,a,s,p){var y;{var b=s;if(m1(e,null,b.ancestorInfo),typeof t.children=="string"||typeof t.children=="number"){var B=""+t.children,U=g1(b.ancestorInfo,e);m1(null,B,U)}y=b.namespace}var X=GP(e,t,a,y);return C1(p,X),J2(X,t),X}function hU(e,t){e.appendChild(t)}function vU(e,t,a,s,p){switch(qP(e,t,a,s),t){case"button":case"input":case"select":case"textarea":return!!a.autoFocus;case"img":return!0;default:return!1}}function mU(e,t,a,s,p,y){{var b=y;if(typeof s.children!=typeof a.children&&(typeof s.children=="string"||typeof s.children=="number")){var B=""+s.children,U=g1(b.ancestorInfo,t);m1(null,B,U)}}return QP(e,t,a,s)}function K2(e,t){return e==="textarea"||e==="noscript"||typeof t.children=="string"||typeof t.children=="number"||typeof t.dangerouslySetInnerHTML=="object"&&t.dangerouslySetInnerHTML!==null&&t.dangerouslySetInnerHTML.__html!=null}function gU(e,t,a,s){{var p=a;m1(null,e,p.ancestorInfo)}var y=XP(e,t);return C1(s,y),y}function yU(){var e=window.event;return e===void 0?Tc:vl(e.type)}var W2=typeof setTimeout=="function"?setTimeout:void 0,SU=typeof clearTimeout=="function"?clearTimeout:void 0,Y2=-1,oC=typeof Promise=="function"?Promise:void 0,EU=typeof queueMicrotask=="function"?queueMicrotask:typeof oC<"u"?function(e){return oC.resolve(null).then(e).catch(wU)}:W2;function wU(e){setTimeout(function(){throw e})}function CU(e,t,a,s){switch(t){case"button":case"input":case"select":case"textarea":a.autoFocus&&e.focus();return;case"img":{a.src&&(e.src=a.src);return}}}function _U(e,t,a,s,p,y){JP(e,t,a,s,p),J2(e,p)}function lC(e){gr(e,"")}function bU(e,t,a){e.nodeValue=a}function xU(e,t){e.appendChild(t)}function TU(e,t){var a;e.nodeType===Rt?(a=e.parentNode,a.insertBefore(t,e)):(a=e,a.appendChild(t));var s=e._reactRootContainer;s==null&&a.onclick===null&&x0(a)}function kU(e,t,a){e.insertBefore(t,a)}function RU(e,t,a){e.nodeType===Rt?e.parentNode.insertBefore(t,a):e.insertBefore(t,a)}function DU(e,t){e.removeChild(t)}function AU(e,t){e.nodeType===Rt?e.parentNode.removeChild(t):e.removeChild(t)}function G2(e,t){var a=t,s=0;do{var p=a.nextSibling;if(e.removeChild(a),p&&p.nodeType===Rt){var y=p.data;if(y===R0)if(s===0){e.removeChild(p),Sr(t);return}else s--;else(y===k0||y===y1||y===S1)&&s++}a=p}while(a);Sr(t)}function OU(e,t){e.nodeType===Rt?G2(e.parentNode,t):e.nodeType===De&&G2(e,t),Sr(e)}function MU(e){e=e;var t=e.style;typeof t.setProperty=="function"?t.setProperty("display","none","important"):t.display="none"}function FU(e){e.nodeValue=""}function BU(e,t){e=e;var a=t[uU],s=a!=null&&a.hasOwnProperty("display")?a.display:null;e.style.display=ql("display",s)}function NU(e,t){e.nodeValue=t}function LU(e){e.nodeType===De?e.textContent="":e.nodeType===nn&&e.documentElement&&e.removeChild(e.documentElement)}function zU(e,t,a){return e.nodeType!==De||t.toLowerCase()!==e.nodeName.toLowerCase()?null:e}function IU(e,t){return t===""||e.nodeType!==tt?null:e}function PU(e){return e.nodeType!==Rt?null:e}function uC(e){return e.data===y1}function X2(e){return e.data===S1}function UU(e){var t=e.nextSibling&&e.nextSibling.dataset,a,s,p;return t&&(a=t.dgst,s=t.msg,p=t.stck),{message:s,digest:a,stack:p}}function HU(e,t){e._reactRetry=t}function D0(e){for(;e!=null;e=e.nextSibling){var t=e.nodeType;if(t===De||t===tt)break;if(t===Rt){var a=e.data;if(a===k0||a===S1||a===y1)break;if(a===R0)return null}}return e}function E1(e){return D0(e.nextSibling)}function $U(e){return D0(e.firstChild)}function jU(e){return D0(e.firstChild)}function VU(e){return D0(e.nextSibling)}function KU(e,t,a,s,p,y,b){C1(y,e),J2(e,a);var B;{var U=p;B=U.namespace}var X=(y.mode&Wn)!==qt;return eU(e,t,a,B,s,X,b)}function WU(e,t,a,s){return C1(a,e),a.mode&Wn,tU(e,t)}function YU(e,t){C1(t,e)}function GU(e){for(var t=e.nextSibling,a=0;t;){if(t.nodeType===Rt){var s=t.data;if(s===R0){if(a===0)return E1(t);a--}else(s===k0||s===S1||s===y1)&&a++}t=t.nextSibling}return null}function sC(e){for(var t=e.previousSibling,a=0;t;){if(t.nodeType===Rt){var s=t.data;if(s===k0||s===S1||s===y1){if(a===0)return t;a--}else s===R0&&a++}t=t.previousSibling}return null}function XU(e){Sr(e)}function qU(e){Sr(e)}function QU(e){return e!=="head"&&e!=="body"}function JU(e,t,a,s){var p=!0;b0(t.nodeValue,a,s,p)}function ZU(e,t,a,s,p,y){if(t[T0]!==!0){var b=!0;b0(s.nodeValue,p,y,b)}}function eH(e,t){t.nodeType===De?P2(e,t):t.nodeType===Rt||U2(e,t)}function tH(e,t){{var a=e.parentNode;a!==null&&(t.nodeType===De?P2(a,t):t.nodeType===Rt||U2(a,t))}}function nH(e,t,a,s,p){(p||t[T0]!==!0)&&(s.nodeType===De?P2(a,s):s.nodeType===Rt||U2(a,s))}function rH(e,t,a){H2(e,t)}function aH(e,t){$2(e,t)}function iH(e,t,a){{var s=e.parentNode;s!==null&&H2(s,t)}}function oH(e,t){{var a=e.parentNode;a!==null&&$2(a,t)}}function lH(e,t,a,s,p,y){(y||t[T0]!==!0)&&H2(a,s)}function uH(e,t,a,s,p){(p||t[T0]!==!0)&&$2(a,s)}function sH(e){S("An error occurred during hydration. The server HTML was replaced with client content in <%s>.",e.nodeName.toLowerCase())}function cH(e){d1(e)}var Ph=Math.random().toString(36).slice(2),Uh="__reactFiber$"+Ph,q2="__reactProps$"+Ph,w1="__reactContainer$"+Ph,Q2="__reactEvents$"+Ph,fH="__reactListeners$"+Ph,dH="__reactHandles$"+Ph;function pH(e){delete e[Uh],delete e[q2],delete e[Q2],delete e[fH],delete e[dH]}function C1(e,t){t[Uh]=e}function A0(e,t){t[w1]=e}function cC(e){e[w1]=null}function _1(e){return!!e[w1]}function Hp(e){var t=e[Uh];if(t)return t;for(var a=e.parentNode;a;){if(t=a[w1]||a[Uh],t){var s=t.alternate;if(t.child!==null||s!==null&&s.child!==null)for(var p=sC(e);p!==null;){var y=p[Uh];if(y)return y;p=sC(p)}return t}e=a,a=e.parentNode}return null}function Yd(e){var t=e[Uh]||e[w1];return t&&(t.tag===J||t.tag===te||t.tag===Be||t.tag===$)?t:null}function Hh(e){if(e.tag===J||e.tag===te)return e.stateNode;throw new Error("getNodeFromInstance: Invalid argument.")}function O0(e){return e[q2]||null}function J2(e,t){e[q2]=t}function hH(e){var t=e[Q2];return t===void 0&&(t=e[Q2]=new Set),t}var fC={},dC=l.ReactDebugCurrentFrame;function M0(e){if(e){var t=e._owner,a=at(e.type,e._source,t?t.type:null);dC.setExtraStackFrame(a)}else dC.setExtraStackFrame(null)}function Oc(e,t,a,s,p){{var y=Function.call.bind(sn);for(var b in e)if(y(e,b)){var B=void 0;try{if(typeof e[b]!="function"){var U=Error((s||"React class")+": "+a+" type `"+b+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[b]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw U.name="Invariant Violation",U}B=e[b](t,b,s,a,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(X){B=X}B&&!(B instanceof Error)&&(M0(p),S("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",s||"React class",a,b,typeof B),M0(null)),B instanceof Error&&!(B.message in fC)&&(fC[B.message]=!0,M0(p),S("Failed %s type: %s",a,B.message),M0(null))}}}var Z2=[],F0;F0=[];var ad=-1;function Gd(e){return{current:e}}function Pl(e,t){if(ad<0){S("Unexpected pop.");return}t!==F0[ad]&&S("Unexpected Fiber popped."),e.current=Z2[ad],Z2[ad]=null,F0[ad]=null,ad--}function Ul(e,t,a){ad++,Z2[ad]=e.current,F0[ad]=a,e.current=t}var e3;e3={};var Ss={};Object.freeze(Ss);var id=Gd(Ss),Ef=Gd(!1),t3=Ss;function $h(e,t,a){return a&&wf(t)?t3:id.current}function pC(e,t,a){{var s=e.stateNode;s.__reactInternalMemoizedUnmaskedChildContext=t,s.__reactInternalMemoizedMaskedChildContext=a}}function jh(e,t){{var a=e.type,s=a.contextTypes;if(!s)return Ss;var p=e.stateNode;if(p&&p.__reactInternalMemoizedUnmaskedChildContext===t)return p.__reactInternalMemoizedMaskedChildContext;var y={};for(var b in s)y[b]=t[b];{var B=un(e)||"Unknown";Oc(s,y,"context",B)}return p&&pC(e,t,y),y}}function B0(){return Ef.current}function wf(e){{var t=e.childContextTypes;return t!=null}}function N0(e){Pl(Ef,e),Pl(id,e)}function n3(e){Pl(Ef,e),Pl(id,e)}function hC(e,t,a){{if(id.current!==Ss)throw new Error("Unexpected context found on stack. This error is likely caused by a bug in React. Please file an issue.");Ul(id,t,e),Ul(Ef,a,e)}}function vC(e,t,a){{var s=e.stateNode,p=t.childContextTypes;if(typeof s.getChildContext!="function"){{var y=un(e)||"Unknown";e3[y]||(e3[y]=!0,S("%s.childContextTypes is specified but there is no getChildContext() method on the instance. You can either define getChildContext() on %s or remove childContextTypes from it.",y,y))}return a}var b=s.getChildContext();for(var B in b)if(!(B in p))throw new Error((un(e)||"Unknown")+'.getChildContext(): key "'+B+'" is not defined in childContextTypes.');{var U=un(e)||"Unknown";Oc(p,b,"child context",U)}return mn({},a,b)}}function L0(e){{var t=e.stateNode,a=t&&t.__reactInternalMemoizedMergedChildContext||Ss;return t3=id.current,Ul(id,a,e),Ul(Ef,Ef.current,e),!0}}function mC(e,t,a){{var s=e.stateNode;if(!s)throw new Error("Expected to have an instance by this point. This error is likely caused by a bug in React. Please file an issue.");if(a){var p=vC(e,t,t3);s.__reactInternalMemoizedMergedChildContext=p,Pl(Ef,e),Pl(id,e),Ul(id,p,e),Ul(Ef,a,e)}else Pl(Ef,e),Ul(Ef,a,e)}}function vH(e){{if(!Ja(e)||e.tag!==N)throw new Error("Expected subtree parent to be a mounted class component. This error is likely caused by a bug in React. Please file an issue.");var t=e;do{switch(t.tag){case $:return t.stateNode.context;case N:{var a=t.type;if(wf(a))return t.stateNode.__reactInternalMemoizedMergedChildContext;break}}t=t.return}while(t!==null);throw new Error("Found unexpected detached subtree parent. This error is likely caused by a bug in React. Please file an issue.")}}var Xd=0,z0=1,od=null,r3=!1,a3=!1;function gC(e){od===null?od=[e]:od.push(e)}function mH(e){r3=!0,gC(e)}function yC(){r3&&qd()}function qd(){if(!a3&&od!==null){a3=!0;var e=0,t=Ku();try{var a=!0,s=od;for(Wi(Go);e<s.length;e++){var p=s[e];do p=p(a);while(p!==null)}od=null,r3=!1}catch(y){throw od!==null&&(od=od.slice(e+1)),fs(hc,qd),y}finally{Wi(t),a3=!1}}return null}var Vh=[],Kh=0,I0=null,P0=0,Gs=[],Xs=0,$p=null,ld=1,ud="";function gH(e){return Vp(),(e.flags&Ls)!==rn}function yH(e){return Vp(),P0}function SH(){var e=ud,t=ld,a=t&~EH(t);return a.toString(32)+e}function jp(e,t){Vp(),Vh[Kh++]=P0,Vh[Kh++]=I0,I0=e,P0=t}function SC(e,t,a){Vp(),Gs[Xs++]=ld,Gs[Xs++]=ud,Gs[Xs++]=$p,$p=e;var s=ld,p=ud,y=U0(s)-1,b=s&~(1<<y),B=a+1,U=U0(t)+y;if(U>30){var X=y-y%5,ee=(1<<X)-1,ge=(b&ee).toString(32),ve=b>>X,Fe=y-X,ze=U0(t)+Fe,Ke=B<<Fe,$t=Ke|ve,xn=ge+p;ld=1<<ze|$t,ud=xn}else{var pn=B<<y,Fr=pn|b,Er=p;ld=1<<U|Fr,ud=Er}}function i3(e){Vp();var t=e.return;if(t!==null){var a=1,s=0;jp(e,a),SC(e,a,s)}}function U0(e){return 32-Sc(e)}function EH(e){return 1<<U0(e)-1}function o3(e){for(;e===I0;)I0=Vh[--Kh],Vh[Kh]=null,P0=Vh[--Kh],Vh[Kh]=null;for(;e===$p;)$p=Gs[--Xs],Gs[Xs]=null,ud=Gs[--Xs],Gs[Xs]=null,ld=Gs[--Xs],Gs[Xs]=null}function wH(){return Vp(),$p!==null?{id:ld,overflow:ud}:null}function CH(e,t){Vp(),Gs[Xs++]=ld,Gs[Xs++]=ud,Gs[Xs++]=$p,ld=t.id,ud=t.overflow,$p=e}function Vp(){gl()||S("Expected to be hydrating. This is a bug in React. Please file an issue.")}var ml=null,qs=null,Mc=!1,Kp=!1,Qd=null;function _H(){Mc&&S("We should not be hydrating here. This is a bug in React. Please file a bug.")}function EC(){Kp=!0}function bH(){return Kp}function xH(e){var t=e.stateNode.containerInfo;return qs=jU(t),ml=e,Mc=!0,Qd=null,Kp=!1,!0}function TH(e,t,a){return qs=VU(t),ml=e,Mc=!0,Qd=null,Kp=!1,a!==null&&CH(e,a),!0}function wC(e,t){switch(e.tag){case $:{eH(e.stateNode.containerInfo,t);break}case J:{var a=(e.mode&Wn)!==qt;nH(e.type,e.memoizedProps,e.stateNode,t,a);break}case Be:{var s=e.memoizedState;s.dehydrated!==null&&tH(s.dehydrated,t);break}}}function CC(e,t){wC(e,t);var a=DV();a.stateNode=t,a.return=e;var s=e.deletions;s===null?(e.deletions=[a],e.flags|=or):s.push(a)}function l3(e,t){{if(Kp)return;switch(e.tag){case $:{var a=e.stateNode.containerInfo;switch(t.tag){case J:var s=t.type;t.pendingProps,rH(a,s);break;case te:var p=t.pendingProps;aH(a,p);break}break}case J:{var y=e.type,b=e.memoizedProps,B=e.stateNode;switch(t.tag){case J:{var U=t.type,X=t.pendingProps,ee=(e.mode&Wn)!==qt;lH(y,b,B,U,X,ee);break}case te:{var ge=t.pendingProps,ve=(e.mode&Wn)!==qt;uH(y,b,B,ge,ve);break}}break}case Be:{var Fe=e.memoizedState,ze=Fe.dehydrated;if(ze!==null)switch(t.tag){case J:var Ke=t.type;t.pendingProps,iH(ze,Ke);break;case te:var $t=t.pendingProps;oH(ze,$t);break}break}default:return}}}function _C(e,t){t.flags=t.flags&~$o|Hr,l3(e,t)}function bC(e,t){switch(e.tag){case J:{var a=e.type;e.pendingProps;var s=zU(t,a);return s!==null?(e.stateNode=s,ml=e,qs=$U(s),!0):!1}case te:{var p=e.pendingProps,y=IU(t,p);return y!==null?(e.stateNode=y,ml=e,qs=null,!0):!1}case Be:{var b=PU(t);if(b!==null){var B={dehydrated:b,treeContext:wH(),retryLane:ji};e.memoizedState=B;var U=AV(b);return U.return=e,e.child=U,ml=e,qs=null,!0}return!1}default:return!1}}function u3(e){return(e.mode&Wn)!==qt&&(e.flags&Cn)===rn}function s3(e){throw new Error("Hydration failed because the initial UI does not match what was rendered on the server.")}function c3(e){if(!!Mc){var t=qs;if(!t){u3(e)&&(l3(ml,e),s3()),_C(ml,e),Mc=!1,ml=e;return}var a=t;if(!bC(e,t)){u3(e)&&(l3(ml,e),s3()),t=E1(a);var s=ml;if(!t||!bC(e,t)){_C(ml,e),Mc=!1,ml=e;return}CC(s,a)}}}function kH(e,t,a){var s=e.stateNode,p=!Kp,y=KU(s,e.type,e.memoizedProps,t,a,e,p);return e.updateQueue=y,y!==null}function RH(e){var t=e.stateNode,a=e.memoizedProps,s=WU(t,a,e);if(s){var p=ml;if(p!==null)switch(p.tag){case $:{var y=p.stateNode.containerInfo,b=(p.mode&Wn)!==qt;JU(y,t,a,b);break}case J:{var B=p.type,U=p.memoizedProps,X=p.stateNode,ee=(p.mode&Wn)!==qt;ZU(B,U,X,t,a,ee);break}}}return s}function DH(e){var t=e.memoizedState,a=t!==null?t.dehydrated:null;if(!a)throw new Error("Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue.");YU(a,e)}function AH(e){var t=e.memoizedState,a=t!==null?t.dehydrated:null;if(!a)throw new Error("Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue.");return GU(a)}function xC(e){for(var t=e.return;t!==null&&t.tag!==J&&t.tag!==$&&t.tag!==Be;)t=t.return;ml=t}function H0(e){if(e!==ml)return!1;if(!Mc)return xC(e),Mc=!0,!1;if(e.tag!==$&&(e.tag!==J||QU(e.type)&&!K2(e.type,e.memoizedProps))){var t=qs;if(t)if(u3(e))TC(e),s3();else for(;t;)CC(e,t),t=E1(t)}return xC(e),e.tag===Be?qs=AH(e):qs=ml?E1(e.stateNode):null,!0}function OH(){return Mc&&qs!==null}function TC(e){for(var t=qs;t;)wC(e,t),t=E1(t)}function Wh(){ml=null,qs=null,Mc=!1,Kp=!1}function kC(){Qd!==null&&(w5(Qd),Qd=null)}function gl(){return Mc}function f3(e){Qd===null?Qd=[e]:Qd.push(e)}var MH=l.ReactCurrentBatchConfig,FH=null;function BH(){return MH.transition}var Fc={recordUnsafeLifecycleWarnings:function(e,t){},flushPendingUnsafeLifecycleWarnings:function(){},recordLegacyContextWarning:function(e,t){},flushLegacyContextWarning:function(){},discardPendingWarnings:function(){}};{var NH=function(e){for(var t=null,a=e;a!==null;)a.mode&Zr&&(t=a),a=a.return;return t},Wp=function(e){var t=[];return e.forEach(function(a){t.push(a)}),t.sort().join(", ")},b1=[],x1=[],T1=[],k1=[],R1=[],D1=[],Yp=new Set;Fc.recordUnsafeLifecycleWarnings=function(e,t){Yp.has(e.type)||(typeof t.componentWillMount=="function"&&t.componentWillMount.__suppressDeprecationWarning!==!0&&b1.push(e),e.mode&Zr&&typeof t.UNSAFE_componentWillMount=="function"&&x1.push(e),typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps.__suppressDeprecationWarning!==!0&&T1.push(e),e.mode&Zr&&typeof t.UNSAFE_componentWillReceiveProps=="function"&&k1.push(e),typeof t.componentWillUpdate=="function"&&t.componentWillUpdate.__suppressDeprecationWarning!==!0&&R1.push(e),e.mode&Zr&&typeof t.UNSAFE_componentWillUpdate=="function"&&D1.push(e))},Fc.flushPendingUnsafeLifecycleWarnings=function(){var e=new Set;b1.length>0&&(b1.forEach(function(ve){e.add(un(ve)||"Component"),Yp.add(ve.type)}),b1=[]);var t=new Set;x1.length>0&&(x1.forEach(function(ve){t.add(un(ve)||"Component"),Yp.add(ve.type)}),x1=[]);var a=new Set;T1.length>0&&(T1.forEach(function(ve){a.add(un(ve)||"Component"),Yp.add(ve.type)}),T1=[]);var s=new Set;k1.length>0&&(k1.forEach(function(ve){s.add(un(ve)||"Component"),Yp.add(ve.type)}),k1=[]);var p=new Set;R1.length>0&&(R1.forEach(function(ve){p.add(un(ve)||"Component"),Yp.add(ve.type)}),R1=[]);var y=new Set;if(D1.length>0&&(D1.forEach(function(ve){y.add(un(ve)||"Component"),Yp.add(ve.type)}),D1=[]),t.size>0){var b=Wp(t);S(`Using UNSAFE_componentWillMount in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.
217
+
218
+ * Move code with side effects to componentDidMount, and set initial state in the constructor.
219
+
220
+ Please update the following components: %s`,b)}if(s.size>0){var B=Wp(s);S(`Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.
221
+
222
+ * Move data fetching code or side effects to componentDidUpdate.
223
+ * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://reactjs.org/link/derived-state
224
+
225
+ Please update the following components: %s`,B)}if(y.size>0){var U=Wp(y);S(`Using UNSAFE_componentWillUpdate in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.
226
+
227
+ * Move data fetching code or side effects to componentDidUpdate.
228
+
229
+ Please update the following components: %s`,U)}if(e.size>0){var X=Wp(e);g(`componentWillMount has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.
230
+
231
+ * Move code with side effects to componentDidMount, and set initial state in the constructor.
232
+ * Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 18.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run \`npx react-codemod rename-unsafe-lifecycles\` in your project source folder.
233
+
234
+ Please update the following components: %s`,X)}if(a.size>0){var ee=Wp(a);g(`componentWillReceiveProps has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.
235
+
236
+ * Move data fetching code or side effects to componentDidUpdate.
237
+ * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://reactjs.org/link/derived-state
238
+ * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 18.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run \`npx react-codemod rename-unsafe-lifecycles\` in your project source folder.
239
+
240
+ Please update the following components: %s`,ee)}if(p.size>0){var ge=Wp(p);g(`componentWillUpdate has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.
241
+
242
+ * Move data fetching code or side effects to componentDidUpdate.
243
+ * Rename componentWillUpdate to UNSAFE_componentWillUpdate to suppress this warning in non-strict mode. In React 18.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run \`npx react-codemod rename-unsafe-lifecycles\` in your project source folder.
244
+
245
+ Please update the following components: %s`,ge)}};var $0=new Map,RC=new Set;Fc.recordLegacyContextWarning=function(e,t){var a=NH(e);if(a===null){S("Expected to find a StrictMode component in a strict mode tree. This error is likely caused by a bug in React. Please file an issue.");return}if(!RC.has(e.type)){var s=$0.get(a);(e.type.contextTypes!=null||e.type.childContextTypes!=null||t!==null&&typeof t.getChildContext=="function")&&(s===void 0&&(s=[],$0.set(a,s)),s.push(e))}},Fc.flushLegacyContextWarning=function(){$0.forEach(function(e,t){if(e.length!==0){var a=e[0],s=new Set;e.forEach(function(y){s.add(un(y)||"Component"),RC.add(y.type)});var p=Wp(s);try{mr(a),S(`Legacy context API has been detected within a strict-mode tree.
246
+
247
+ The old API will be supported in all 16.x releases, but applications using it should migrate to the new version.
248
+
249
+ Please update the following components: %s
250
+
251
+ Learn more about this warning here: https://reactjs.org/link/legacy-context`,p)}finally{br()}}})},Fc.discardPendingWarnings=function(){b1=[],x1=[],T1=[],k1=[],R1=[],D1=[],$0=new Map}}function Bc(e,t){if(e&&e.defaultProps){var a=mn({},t),s=e.defaultProps;for(var p in s)a[p]===void 0&&(a[p]=s[p]);return a}return t}var d3=Gd(null),p3;p3={};var j0=null,Yh=null,h3=null,V0=!1;function K0(){j0=null,Yh=null,h3=null,V0=!1}function DC(){V0=!0}function AC(){V0=!1}function OC(e,t,a){Ul(d3,t._currentValue,e),t._currentValue=a,t._currentRenderer!==void 0&&t._currentRenderer!==null&&t._currentRenderer!==p3&&S("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),t._currentRenderer=p3}function v3(e,t){var a=d3.current;Pl(d3,t),e._currentValue=a}function m3(e,t,a){for(var s=e;s!==null;){var p=s.alternate;if(Vu(s.childLanes,t)?p!==null&&!Vu(p.childLanes,t)&&(p.childLanes=Un(p.childLanes,t)):(s.childLanes=Un(s.childLanes,t),p!==null&&(p.childLanes=Un(p.childLanes,t))),s===a)break;s=s.return}s!==a&&S("Expected to find the propagation root when scheduling context work. This error is likely caused by a bug in React. Please file an issue.")}function LH(e,t,a){zH(e,t,a)}function zH(e,t,a){var s=e.child;for(s!==null&&(s.return=e);s!==null;){var p=void 0,y=s.dependencies;if(y!==null){p=s.child;for(var b=y.firstContext;b!==null;){if(b.context===t){if(s.tag===N){var B=$n(a),U=sd(qr,B);U.tag=Y0;var X=s.updateQueue;if(X!==null){var ee=X.shared,ge=ee.pending;ge===null?U.next=U:(U.next=ge.next,ge.next=U),ee.pending=U}}s.lanes=Un(s.lanes,a);var ve=s.alternate;ve!==null&&(ve.lanes=Un(ve.lanes,a)),m3(s.return,a,e),y.lanes=Un(y.lanes,a);break}b=b.next}}else if(s.tag===Ce)p=s.type===e.type?null:s.child;else if(s.tag===ht){var Fe=s.return;if(Fe===null)throw new Error("We just came from a parent so we must have had a parent. This is a bug in React.");Fe.lanes=Un(Fe.lanes,a);var ze=Fe.alternate;ze!==null&&(ze.lanes=Un(ze.lanes,a)),m3(Fe,a,e),p=s.sibling}else p=s.child;if(p!==null)p.return=s;else for(p=s;p!==null;){if(p===e){p=null;break}var Ke=p.sibling;if(Ke!==null){Ke.return=p.return,p=Ke;break}p=p.return}s=p}}function Gh(e,t){j0=e,Yh=null,h3=null;var a=e.dependencies;if(a!==null){var s=a.firstContext;s!==null&&(Ki(a.lanes,t)&&j1(),a.firstContext=null)}}function uo(e){V0&&S("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().");var t=e._currentValue;if(h3!==e){var a={context:e,memoizedValue:t,next:null};if(Yh===null){if(j0===null)throw new Error("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().");Yh=a,j0.dependencies={lanes:Ve,firstContext:a}}else Yh=Yh.next=a}return t}var Gp=null;function g3(e){Gp===null?Gp=[e]:Gp.push(e)}function IH(){if(Gp!==null){for(var e=0;e<Gp.length;e++){var t=Gp[e],a=t.interleaved;if(a!==null){t.interleaved=null;var s=a.next,p=t.pending;if(p!==null){var y=p.next;p.next=s,a.next=y}t.pending=a}}Gp=null}}function MC(e,t,a,s){var p=t.interleaved;return p===null?(a.next=a,g3(t)):(a.next=p.next,p.next=a),t.interleaved=a,W0(e,s)}function PH(e,t,a,s){var p=t.interleaved;p===null?(a.next=a,g3(t)):(a.next=p.next,p.next=a),t.interleaved=a}function UH(e,t,a,s){var p=t.interleaved;return p===null?(a.next=a,g3(t)):(a.next=p.next,p.next=a),t.interleaved=a,W0(e,s)}function qu(e,t){return W0(e,t)}var HH=W0;function W0(e,t){e.lanes=Un(e.lanes,t);var a=e.alternate;a!==null&&(a.lanes=Un(a.lanes,t)),a===null&&(e.flags&(Hr|$o))!==rn&&F5(e);for(var s=e,p=e.return;p!==null;)p.childLanes=Un(p.childLanes,t),a=p.alternate,a!==null?a.childLanes=Un(a.childLanes,t):(p.flags&(Hr|$o))!==rn&&F5(e),s=p,p=p.return;if(s.tag===$){var y=s.stateNode;return y}else return null}var FC=0,BC=1,Y0=2,y3=3,G0=!1,S3,X0;S3=!1,X0=null;function E3(e){var t={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:Ve},effects:null};e.updateQueue=t}function NC(e,t){var a=t.updateQueue,s=e.updateQueue;if(a===s){var p={baseState:s.baseState,firstBaseUpdate:s.firstBaseUpdate,lastBaseUpdate:s.lastBaseUpdate,shared:s.shared,effects:s.effects};t.updateQueue=p}}function sd(e,t){var a={eventTime:e,lane:t,tag:FC,payload:null,callback:null,next:null};return a}function Jd(e,t,a){var s=e.updateQueue;if(s===null)return null;var p=s.shared;if(X0===p&&!S3&&(S("An update (setState, replaceState, or forceUpdate) was scheduled from inside an update function. Update functions should be pure, with zero side-effects. Consider using componentDidUpdate or a callback."),S3=!0),Hj()){var y=p.pending;return y===null?t.next=t:(t.next=y.next,y.next=t),p.pending=t,HH(e,a)}else return UH(e,p,t,a)}function q0(e,t,a){var s=t.updateQueue;if(s!==null){var p=s.shared;if(Je(a)){var y=p.lanes;y=Tp(y,e.pendingLanes);var b=Un(y,a);p.lanes=b,Md(e,b)}}}function w3(e,t){var a=e.updateQueue,s=e.alternate;if(s!==null){var p=s.updateQueue;if(a===p){var y=null,b=null,B=a.firstBaseUpdate;if(B!==null){var U=B;do{var X={eventTime:U.eventTime,lane:U.lane,tag:U.tag,payload:U.payload,callback:U.callback,next:null};b===null?y=b=X:(b.next=X,b=X),U=U.next}while(U!==null);b===null?y=b=t:(b.next=t,b=t)}else y=b=t;a={baseState:p.baseState,firstBaseUpdate:y,lastBaseUpdate:b,shared:p.shared,effects:p.effects},e.updateQueue=a;return}}var ee=a.lastBaseUpdate;ee===null?a.firstBaseUpdate=t:ee.next=t,a.lastBaseUpdate=t}function $H(e,t,a,s,p,y){switch(a.tag){case BC:{var b=a.payload;if(typeof b=="function"){DC();var B=b.call(y,s,p);{if(e.mode&Zr){ba(!0);try{b.call(y,s,p)}finally{ba(!1)}}AC()}return B}return b}case y3:e.flags=e.flags&~oi|Cn;case FC:{var U=a.payload,X;if(typeof U=="function"){DC(),X=U.call(y,s,p);{if(e.mode&Zr){ba(!0);try{U.call(y,s,p)}finally{ba(!1)}}AC()}}else X=U;return X==null?s:mn({},s,X)}case Y0:return G0=!0,s}return s}function Q0(e,t,a,s){var p=e.updateQueue;G0=!1,X0=p.shared;var y=p.firstBaseUpdate,b=p.lastBaseUpdate,B=p.shared.pending;if(B!==null){p.shared.pending=null;var U=B,X=U.next;U.next=null,b===null?y=X:b.next=X,b=U;var ee=e.alternate;if(ee!==null){var ge=ee.updateQueue,ve=ge.lastBaseUpdate;ve!==b&&(ve===null?ge.firstBaseUpdate=X:ve.next=X,ge.lastBaseUpdate=U)}}if(y!==null){var Fe=p.baseState,ze=Ve,Ke=null,$t=null,xn=null,pn=y;do{var Fr=pn.lane,Er=pn.eventTime;if(Vu(s,Fr)){if(xn!==null){var We={eventTime:Er,lane:er,tag:pn.tag,payload:pn.payload,callback:pn.callback,next:null};xn=xn.next=We}Fe=$H(e,p,pn,Fe,t,a);var Re=pn.callback;if(Re!==null&&pn.lane!==er){e.flags|=So;var pt=p.effects;pt===null?p.effects=[pn]:pt.push(pn)}}else{var ke={eventTime:Er,lane:Fr,tag:pn.tag,payload:pn.payload,callback:pn.callback,next:null};xn===null?($t=xn=ke,Ke=Fe):xn=xn.next=ke,ze=Un(ze,Fr)}if(pn=pn.next,pn===null){if(B=p.shared.pending,B===null)break;var jt=B,Nt=jt.next;jt.next=null,pn=Nt,p.lastBaseUpdate=jt,p.shared.pending=null}}while(!0);xn===null&&(Ke=Fe),p.baseState=Ke,p.firstBaseUpdate=$t,p.lastBaseUpdate=xn;var Ln=p.shared.interleaved;if(Ln!==null){var Yn=Ln;do ze=Un(ze,Yn.lane),Yn=Yn.next;while(Yn!==Ln)}else y===null&&(p.shared.lanes=Ve);tm(ze),e.lanes=ze,e.memoizedState=Fe}X0=null}function jH(e,t){if(typeof e!="function")throw new Error("Invalid argument passed as callback. Expected a function. Instead "+("received: "+e));e.call(t)}function LC(){G0=!1}function J0(){return G0}function zC(e,t,a){var s=t.effects;if(t.effects=null,s!==null)for(var p=0;p<s.length;p++){var y=s[p],b=y.callback;b!==null&&(y.callback=null,jH(b,a))}}var C3={},IC=new o.Component().refs,_3,b3,x3,T3,k3,PC,Z0,R3,D3,A3;{_3=new Set,b3=new Set,x3=new Set,T3=new Set,R3=new Set,k3=new Set,D3=new Set,A3=new Set;var UC=new Set;Z0=function(e,t){if(!(e===null||typeof e=="function")){var a=t+"_"+e;UC.has(a)||(UC.add(a),S("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",t,e))}},PC=function(e,t){if(t===void 0){var a=ln(e)||"Component";k3.has(a)||(k3.add(a),S("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",a))}},Object.defineProperty(C3,"_processChildContext",{enumerable:!1,value:function(){throw new Error("_processChildContext is not available in React 16+. This likely means you have multiple copies of React and are attempting to nest a React 15 tree inside a React 16 tree using unstable_renderSubtreeIntoContainer, which isn't supported. Try to make sure you have only one copy of React (and ideally, switch to ReactDOM.createPortal).")}}),Object.freeze(C3)}function O3(e,t,a,s){var p=e.memoizedState,y=a(s,p);{if(e.mode&Zr){ba(!0);try{y=a(s,p)}finally{ba(!1)}}PC(t,y)}var b=y==null?p:mn({},p,y);if(e.memoizedState=b,e.lanes===Ve){var B=e.updateQueue;B.baseState=b}}var M3={isMounted:Fa,enqueueSetState:function(e,t,a){var s=Pi(e),p=pu(),y=op(s),b=sd(p,y);b.payload=t,a!=null&&(Z0(a,"setState"),b.callback=a);var B=Jd(s,b,y);B!==null&&(Fo(B,s,y,p),q0(B,s,y)),Za(s,y)},enqueueReplaceState:function(e,t,a){var s=Pi(e),p=pu(),y=op(s),b=sd(p,y);b.tag=BC,b.payload=t,a!=null&&(Z0(a,"replaceState"),b.callback=a);var B=Jd(s,b,y);B!==null&&(Fo(B,s,y,p),q0(B,s,y)),Za(s,y)},enqueueForceUpdate:function(e,t){var a=Pi(e),s=pu(),p=op(a),y=sd(s,p);y.tag=Y0,t!=null&&(Z0(t,"forceUpdate"),y.callback=t);var b=Jd(a,y,p);b!==null&&(Fo(b,a,p,s),q0(b,a,p)),yc(a,p)}};function HC(e,t,a,s,p,y,b){var B=e.stateNode;if(typeof B.shouldComponentUpdate=="function"){var U=B.shouldComponentUpdate(s,y,b);{if(e.mode&Zr){ba(!0);try{U=B.shouldComponentUpdate(s,y,b)}finally{ba(!1)}}U===void 0&&S("%s.shouldComponentUpdate(): Returned undefined instead of a boolean value. Make sure to return true or false.",ln(t)||"Component")}return U}return t.prototype&&t.prototype.isPureReactComponent?!En(a,s)||!En(p,y):!0}function VH(e,t,a){var s=e.stateNode;{var p=ln(t)||"Component",y=s.render;y||(t.prototype&&typeof t.prototype.render=="function"?S("%s(...): No `render` method found on the returned component instance: did you accidentally return an object from the constructor?",p):S("%s(...): No `render` method found on the returned component instance: you may have forgotten to define `render`.",p)),s.getInitialState&&!s.getInitialState.isReactClassApproved&&!s.state&&S("getInitialState was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Did you mean to define a state property instead?",p),s.getDefaultProps&&!s.getDefaultProps.isReactClassApproved&&S("getDefaultProps was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Use a static property to define defaultProps instead.",p),s.propTypes&&S("propTypes was defined as an instance property on %s. Use a static property to define propTypes instead.",p),s.contextType&&S("contextType was defined as an instance property on %s. Use a static property to define contextType instead.",p),s.contextTypes&&S("contextTypes was defined as an instance property on %s. Use a static property to define contextTypes instead.",p),t.contextType&&t.contextTypes&&!D3.has(t)&&(D3.add(t),S("%s declares both contextTypes and contextType static properties. The legacy contextTypes property will be ignored.",p)),typeof s.componentShouldUpdate=="function"&&S("%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.",p),t.prototype&&t.prototype.isPureReactComponent&&typeof s.shouldComponentUpdate<"u"&&S("%s has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used.",ln(t)||"A pure component"),typeof s.componentDidUnmount=="function"&&S("%s has a method called componentDidUnmount(). But there is no such lifecycle method. Did you mean componentWillUnmount()?",p),typeof s.componentDidReceiveProps=="function"&&S("%s has a method called componentDidReceiveProps(). But there is no such lifecycle method. If you meant to update the state in response to changing props, use componentWillReceiveProps(). If you meant to fetch data or run side-effects or mutations after React has updated the UI, use componentDidUpdate().",p),typeof s.componentWillRecieveProps=="function"&&S("%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",p),typeof s.UNSAFE_componentWillRecieveProps=="function"&&S("%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?",p);var b=s.props!==a;s.props!==void 0&&b&&S("%s(...): When calling super() in `%s`, make sure to pass up the same props that your component's constructor was passed.",p,p),s.defaultProps&&S("Setting defaultProps as an instance property on %s is not supported and will be ignored. Instead, define defaultProps as a static property on %s.",p,p),typeof s.getSnapshotBeforeUpdate=="function"&&typeof s.componentDidUpdate!="function"&&!x3.has(t)&&(x3.add(t),S("%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.",ln(t))),typeof s.getDerivedStateFromProps=="function"&&S("%s: getDerivedStateFromProps() is defined as an instance method and will be ignored. Instead, declare it as a static method.",p),typeof s.getDerivedStateFromError=="function"&&S("%s: getDerivedStateFromError() is defined as an instance method and will be ignored. Instead, declare it as a static method.",p),typeof t.getSnapshotBeforeUpdate=="function"&&S("%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.",p);var B=s.state;B&&(typeof B!="object"||fa(B))&&S("%s.state: must be set to an object or null",p),typeof s.getChildContext=="function"&&typeof t.childContextTypes!="object"&&S("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().",p)}}function $C(e,t){t.updater=M3,e.stateNode=t,Bl(t,e),t._reactInternalInstance=C3}function jC(e,t,a){var s=!1,p=Ss,y=Ss,b=t.contextType;if("contextType"in t){var B=b===null||b!==void 0&&b.$$typeof===mt&&b._context===void 0;if(!B&&!A3.has(t)){A3.add(t);var U="";b===void 0?U=" However, it is set to undefined. This can be caused by a typo or by mixing up named and default imports. This can also happen due to a circular dependency, so try moving the createContext() call to a separate file.":typeof b!="object"?U=" However, it is set to a "+typeof b+".":b.$$typeof===qe?U=" Did you accidentally pass the Context.Provider instead?":b._context!==void 0?U=" Did you accidentally pass the Context.Consumer instead?":U=" However, it is set to an object with keys {"+Object.keys(b).join(", ")+"}.",S("%s defines an invalid contextType. contextType should point to the Context object returned by React.createContext().%s",ln(t)||"Component",U)}}if(typeof b=="object"&&b!==null)y=uo(b);else{p=$h(e,t,!0);var X=t.contextTypes;s=X!=null,y=s?jh(e,p):Ss}var ee=new t(a,y);if(e.mode&Zr){ba(!0);try{ee=new t(a,y)}finally{ba(!1)}}var ge=e.memoizedState=ee.state!==null&&ee.state!==void 0?ee.state:null;$C(e,ee);{if(typeof t.getDerivedStateFromProps=="function"&&ge===null){var ve=ln(t)||"Component";b3.has(ve)||(b3.add(ve),S("`%s` uses `getDerivedStateFromProps` but its initial state is %s. This is not recommended. Instead, define the initial state by assigning an object to `this.state` in the constructor of `%s`. This ensures that `getDerivedStateFromProps` arguments have a consistent shape.",ve,ee.state===null?"null":"undefined",ve))}if(typeof t.getDerivedStateFromProps=="function"||typeof ee.getSnapshotBeforeUpdate=="function"){var Fe=null,ze=null,Ke=null;if(typeof ee.componentWillMount=="function"&&ee.componentWillMount.__suppressDeprecationWarning!==!0?Fe="componentWillMount":typeof ee.UNSAFE_componentWillMount=="function"&&(Fe="UNSAFE_componentWillMount"),typeof ee.componentWillReceiveProps=="function"&&ee.componentWillReceiveProps.__suppressDeprecationWarning!==!0?ze="componentWillReceiveProps":typeof ee.UNSAFE_componentWillReceiveProps=="function"&&(ze="UNSAFE_componentWillReceiveProps"),typeof ee.componentWillUpdate=="function"&&ee.componentWillUpdate.__suppressDeprecationWarning!==!0?Ke="componentWillUpdate":typeof ee.UNSAFE_componentWillUpdate=="function"&&(Ke="UNSAFE_componentWillUpdate"),Fe!==null||ze!==null||Ke!==null){var $t=ln(t)||"Component",xn=typeof t.getDerivedStateFromProps=="function"?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";T3.has($t)||(T3.add($t),S(`Unsafe legacy lifecycles will not be called for components using new component APIs.
252
+
253
+ %s uses %s but also contains the following legacy lifecycles:%s%s%s
254
+
255
+ The above lifecycles should be removed. Learn more about this warning here:
256
+ https://reactjs.org/link/unsafe-component-lifecycles`,$t,xn,Fe!==null?`
257
+ `+Fe:"",ze!==null?`
258
+ `+ze:"",Ke!==null?`
259
+ `+Ke:""))}}}return s&&pC(e,p,y),ee}function KH(e,t){var a=t.state;typeof t.componentWillMount=="function"&&t.componentWillMount(),typeof t.UNSAFE_componentWillMount=="function"&&t.UNSAFE_componentWillMount(),a!==t.state&&(S("%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",un(e)||"Component"),M3.enqueueReplaceState(t,t.state,null))}function VC(e,t,a,s){var p=t.state;if(typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps(a,s),typeof t.UNSAFE_componentWillReceiveProps=="function"&&t.UNSAFE_componentWillReceiveProps(a,s),t.state!==p){{var y=un(e)||"Component";_3.has(y)||(_3.add(y),S("%s.componentWillReceiveProps(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",y))}M3.enqueueReplaceState(t,t.state,null)}}function F3(e,t,a,s){VH(e,t,a);var p=e.stateNode;p.props=a,p.state=e.memoizedState,p.refs=IC,E3(e);var y=t.contextType;if(typeof y=="object"&&y!==null)p.context=uo(y);else{var b=$h(e,t,!0);p.context=jh(e,b)}{if(p.state===a){var B=ln(t)||"Component";R3.has(B)||(R3.add(B),S("%s: It is not recommended to assign props directly to state because updates to props won't be reflected in state. In most cases, it is better to use props directly.",B))}e.mode&Zr&&Fc.recordLegacyContextWarning(e,p),Fc.recordUnsafeLifecycleWarnings(e,p)}p.state=e.memoizedState;var U=t.getDerivedStateFromProps;if(typeof U=="function"&&(O3(e,t,U,a),p.state=e.memoizedState),typeof t.getDerivedStateFromProps!="function"&&typeof p.getSnapshotBeforeUpdate!="function"&&(typeof p.UNSAFE_componentWillMount=="function"||typeof p.componentWillMount=="function")&&(KH(e,p),Q0(e,a,p,s),p.state=e.memoizedState),typeof p.componentDidMount=="function"){var X=Bn;X|=to,(e.mode&Co)!==qt&&(X|=no),e.flags|=X}}function WH(e,t,a,s){var p=e.stateNode,y=e.memoizedProps;p.props=y;var b=p.context,B=t.contextType,U=Ss;if(typeof B=="object"&&B!==null)U=uo(B);else{var X=$h(e,t,!0);U=jh(e,X)}var ee=t.getDerivedStateFromProps,ge=typeof ee=="function"||typeof p.getSnapshotBeforeUpdate=="function";!ge&&(typeof p.UNSAFE_componentWillReceiveProps=="function"||typeof p.componentWillReceiveProps=="function")&&(y!==a||b!==U)&&VC(e,p,a,U),LC();var ve=e.memoizedState,Fe=p.state=ve;if(Q0(e,a,p,s),Fe=e.memoizedState,y===a&&ve===Fe&&!B0()&&!J0()){if(typeof p.componentDidMount=="function"){var ze=Bn;ze|=to,(e.mode&Co)!==qt&&(ze|=no),e.flags|=ze}return!1}typeof ee=="function"&&(O3(e,t,ee,a),Fe=e.memoizedState);var Ke=J0()||HC(e,t,y,a,ve,Fe,U);if(Ke){if(!ge&&(typeof p.UNSAFE_componentWillMount=="function"||typeof p.componentWillMount=="function")&&(typeof p.componentWillMount=="function"&&p.componentWillMount(),typeof p.UNSAFE_componentWillMount=="function"&&p.UNSAFE_componentWillMount()),typeof p.componentDidMount=="function"){var $t=Bn;$t|=to,(e.mode&Co)!==qt&&($t|=no),e.flags|=$t}}else{if(typeof p.componentDidMount=="function"){var xn=Bn;xn|=to,(e.mode&Co)!==qt&&(xn|=no),e.flags|=xn}e.memoizedProps=a,e.memoizedState=Fe}return p.props=a,p.state=Fe,p.context=U,Ke}function YH(e,t,a,s,p){var y=t.stateNode;NC(e,t);var b=t.memoizedProps,B=t.type===t.elementType?b:Bc(t.type,b);y.props=B;var U=t.pendingProps,X=y.context,ee=a.contextType,ge=Ss;if(typeof ee=="object"&&ee!==null)ge=uo(ee);else{var ve=$h(t,a,!0);ge=jh(t,ve)}var Fe=a.getDerivedStateFromProps,ze=typeof Fe=="function"||typeof y.getSnapshotBeforeUpdate=="function";!ze&&(typeof y.UNSAFE_componentWillReceiveProps=="function"||typeof y.componentWillReceiveProps=="function")&&(b!==U||X!==ge)&&VC(t,y,s,ge),LC();var Ke=t.memoizedState,$t=y.state=Ke;if(Q0(t,s,y,p),$t=t.memoizedState,b===U&&Ke===$t&&!B0()&&!J0()&&!et)return typeof y.componentDidUpdate=="function"&&(b!==e.memoizedProps||Ke!==e.memoizedState)&&(t.flags|=Bn),typeof y.getSnapshotBeforeUpdate=="function"&&(b!==e.memoizedProps||Ke!==e.memoizedState)&&(t.flags|=Eo),!1;typeof Fe=="function"&&(O3(t,a,Fe,s),$t=t.memoizedState);var xn=J0()||HC(t,a,B,s,Ke,$t,ge)||et;return xn?(!ze&&(typeof y.UNSAFE_componentWillUpdate=="function"||typeof y.componentWillUpdate=="function")&&(typeof y.componentWillUpdate=="function"&&y.componentWillUpdate(s,$t,ge),typeof y.UNSAFE_componentWillUpdate=="function"&&y.UNSAFE_componentWillUpdate(s,$t,ge)),typeof y.componentDidUpdate=="function"&&(t.flags|=Bn),typeof y.getSnapshotBeforeUpdate=="function"&&(t.flags|=Eo)):(typeof y.componentDidUpdate=="function"&&(b!==e.memoizedProps||Ke!==e.memoizedState)&&(t.flags|=Bn),typeof y.getSnapshotBeforeUpdate=="function"&&(b!==e.memoizedProps||Ke!==e.memoizedState)&&(t.flags|=Eo),t.memoizedProps=s,t.memoizedState=$t),y.props=s,y.state=$t,y.context=ge,xn}var B3,N3,L3,z3,I3,KC=function(e,t){};B3=!1,N3=!1,L3={},z3={},I3={},KC=function(e,t){if(!(e===null||typeof e!="object")&&!(!e._store||e._store.validated||e.key!=null)){if(typeof e._store!="object")throw new Error("React Component in warnForMissingKey should have a _store. This error is likely caused by a bug in React. Please file an issue.");e._store.validated=!0;var a=un(t)||"Component";z3[a]||(z3[a]=!0,S('Each child in a list should have a unique "key" prop. See https://reactjs.org/link/warning-keys for more information.'))}};function A1(e,t,a){var s=a.ref;if(s!==null&&typeof s!="function"&&typeof s!="object"){if((e.mode&Zr||Jn)&&!(a._owner&&a._self&&a._owner.stateNode!==a._self)){var p=un(e)||"Component";L3[p]||(S('A string ref, "%s", has been found within a strict mode tree. String refs are a source of potential bugs and should be avoided. We recommend using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',s),L3[p]=!0)}if(a._owner){var y=a._owner,b;if(y){var B=y;if(B.tag!==N)throw new Error("Function components cannot have string refs. We recommend using useRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref");b=B.stateNode}if(!b)throw new Error("Missing owner for string ref "+s+". This error is likely caused by a bug in React. Please file an issue.");var U=b;Gn(s,"ref");var X=""+s;if(t!==null&&t.ref!==null&&typeof t.ref=="function"&&t.ref._stringRef===X)return t.ref;var ee=function(ge){var ve=U.refs;ve===IC&&(ve=U.refs={}),ge===null?delete ve[X]:ve[X]=ge};return ee._stringRef=X,ee}else{if(typeof s!="string")throw new Error("Expected ref to be a function, a string, an object returned by React.createRef(), or null.");if(!a._owner)throw new Error("Element ref was specified as a string ("+s+`) but no owner was set. This could happen for one of the following reasons:
260
+ 1. You may be adding a ref to a function component
261
+ 2. You may be adding a ref to a component that was not created inside a component's render method
262
+ 3. You have multiple copies of React loaded
263
+ See https://reactjs.org/link/refs-must-have-owner for more information.`)}}return s}function eg(e,t){var a=Object.prototype.toString.call(t);throw new Error("Objects are not valid as a React child (found: "+(a==="[object Object]"?"object with keys {"+Object.keys(t).join(", ")+"}":a)+"). If you meant to render a collection of children, use an array instead.")}function tg(e){{var t=un(e)||"Component";if(I3[t])return;I3[t]=!0,S("Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. Or maybe you meant to call this function rather than return it.")}}function WC(e){var t=e._payload,a=e._init;return a(t)}function YC(e){function t(ke,We){if(!!e){var Re=ke.deletions;Re===null?(ke.deletions=[We],ke.flags|=or):Re.push(We)}}function a(ke,We){if(!e)return null;for(var Re=We;Re!==null;)t(ke,Re),Re=Re.sibling;return null}function s(ke,We){for(var Re=new Map,pt=We;pt!==null;)pt.key!==null?Re.set(pt.key,pt):Re.set(pt.index,pt),pt=pt.sibling;return Re}function p(ke,We){var Re=nh(ke,We);return Re.index=0,Re.sibling=null,Re}function y(ke,We,Re){if(ke.index=Re,!e)return ke.flags|=Ls,We;var pt=ke.alternate;if(pt!==null){var jt=pt.index;return jt<We?(ke.flags|=Hr,We):jt}else return ke.flags|=Hr,We}function b(ke){return e&&ke.alternate===null&&(ke.flags|=Hr),ke}function B(ke,We,Re,pt){if(We===null||We.tag!==te){var jt=f6(Re,ke.mode,pt);return jt.return=ke,jt}else{var Nt=p(We,Re);return Nt.return=ke,Nt}}function U(ke,We,Re,pt){var jt=Re.type;if(jt===Ka)return ee(ke,We,Re.props.children,pt,Re.key);if(We!==null&&(We.elementType===jt||z5(We,Re)||typeof jt=="object"&&jt!==null&&jt.$$typeof===ft&&WC(jt)===We.type)){var Nt=p(We,Re.props);return Nt.ref=A1(ke,We,Re),Nt.return=ke,Nt._debugSource=Re._source,Nt._debugOwner=Re._owner,Nt}var Ln=c6(Re,ke.mode,pt);return Ln.ref=A1(ke,We,Re),Ln.return=ke,Ln}function X(ke,We,Re,pt){if(We===null||We.tag!==K||We.stateNode.containerInfo!==Re.containerInfo||We.stateNode.implementation!==Re.implementation){var jt=d6(Re,ke.mode,pt);return jt.return=ke,jt}else{var Nt=p(We,Re.children||[]);return Nt.return=ke,Nt}}function ee(ke,We,Re,pt,jt){if(We===null||We.tag!==le){var Nt=up(Re,ke.mode,pt,jt);return Nt.return=ke,Nt}else{var Ln=p(We,Re);return Ln.return=ke,Ln}}function ge(ke,We,Re){if(typeof We=="string"&&We!==""||typeof We=="number"){var pt=f6(""+We,ke.mode,Re);return pt.return=ke,pt}if(typeof We=="object"&&We!==null){switch(We.$$typeof){case Cr:{var jt=c6(We,ke.mode,Re);return jt.ref=A1(ke,null,We),jt.return=ke,jt}case Da:{var Nt=d6(We,ke.mode,Re);return Nt.return=ke,Nt}case ft:{var Ln=We._payload,Yn=We._init;return ge(ke,Yn(Ln),Re)}}if(fa(We)||ua(We)){var ma=up(We,ke.mode,Re,null);return ma.return=ke,ma}eg(ke,We)}return typeof We=="function"&&tg(ke),null}function ve(ke,We,Re,pt){var jt=We!==null?We.key:null;if(typeof Re=="string"&&Re!==""||typeof Re=="number")return jt!==null?null:B(ke,We,""+Re,pt);if(typeof Re=="object"&&Re!==null){switch(Re.$$typeof){case Cr:return Re.key===jt?U(ke,We,Re,pt):null;case Da:return Re.key===jt?X(ke,We,Re,pt):null;case ft:{var Nt=Re._payload,Ln=Re._init;return ve(ke,We,Ln(Nt),pt)}}if(fa(Re)||ua(Re))return jt!==null?null:ee(ke,We,Re,pt,null);eg(ke,Re)}return typeof Re=="function"&&tg(ke),null}function Fe(ke,We,Re,pt,jt){if(typeof pt=="string"&&pt!==""||typeof pt=="number"){var Nt=ke.get(Re)||null;return B(We,Nt,""+pt,jt)}if(typeof pt=="object"&&pt!==null){switch(pt.$$typeof){case Cr:{var Ln=ke.get(pt.key===null?Re:pt.key)||null;return U(We,Ln,pt,jt)}case Da:{var Yn=ke.get(pt.key===null?Re:pt.key)||null;return X(We,Yn,pt,jt)}case ft:var ma=pt._payload,Vr=pt._init;return Fe(ke,We,Re,Vr(ma),jt)}if(fa(pt)||ua(pt)){var Xi=ke.get(Re)||null;return ee(We,Xi,pt,jt,null)}eg(We,pt)}return typeof pt=="function"&&tg(We),null}function ze(ke,We,Re){{if(typeof ke!="object"||ke===null)return We;switch(ke.$$typeof){case Cr:case Da:KC(ke,Re);var pt=ke.key;if(typeof pt!="string")break;if(We===null){We=new Set,We.add(pt);break}if(!We.has(pt)){We.add(pt);break}S("Encountered two children with the same key, `%s`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted \u2014 the behavior is unsupported and could change in a future version.",pt);break;case ft:var jt=ke._payload,Nt=ke._init;ze(Nt(jt),We,Re);break}}return We}function Ke(ke,We,Re,pt){for(var jt=null,Nt=0;Nt<Re.length;Nt++){var Ln=Re[Nt];jt=ze(Ln,jt,ke)}for(var Yn=null,ma=null,Vr=We,Xi=0,Kr=0,Bi=null;Vr!==null&&Kr<Re.length;Kr++){Vr.index>Kr?(Bi=Vr,Vr=null):Bi=Vr.sibling;var $l=ve(ke,Vr,Re[Kr],pt);if($l===null){Vr===null&&(Vr=Bi);break}e&&Vr&&$l.alternate===null&&t(ke,Vr),Xi=y($l,Xi,Kr),ma===null?Yn=$l:ma.sibling=$l,ma=$l,Vr=Bi}if(Kr===Re.length){if(a(ke,Vr),gl()){var bl=Kr;jp(ke,bl)}return Yn}if(Vr===null){for(;Kr<Re.length;Kr++){var ws=ge(ke,Re[Kr],pt);ws!==null&&(Xi=y(ws,Xi,Kr),ma===null?Yn=ws:ma.sibling=ws,ma=ws)}if(gl()){var hu=Kr;jp(ke,hu)}return Yn}for(var vu=s(ke,Vr);Kr<Re.length;Kr++){var jl=Fe(vu,ke,Kr,Re[Kr],pt);jl!==null&&(e&&jl.alternate!==null&&vu.delete(jl.key===null?Kr:jl.key),Xi=y(jl,Xi,Kr),ma===null?Yn=jl:ma.sibling=jl,ma=jl)}if(e&&vu.forEach(function(fv){return t(ke,fv)}),gl()){var vd=Kr;jp(ke,vd)}return Yn}function $t(ke,We,Re,pt){var jt=ua(Re);if(typeof jt!="function")throw new Error("An object is not an iterable. This error is likely caused by a bug in React. Please file an issue.");{typeof Symbol=="function"&&Re[Symbol.toStringTag]==="Generator"&&(N3||S("Using Generators as children is unsupported and will likely yield unexpected results because enumerating a generator mutates it. You may convert it to an array with `Array.from()` or the `[...spread]` operator before rendering. Keep in mind you might need to polyfill these features for older browsers."),N3=!0),Re.entries===jt&&(B3||S("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),B3=!0);var Nt=jt.call(Re);if(Nt)for(var Ln=null,Yn=Nt.next();!Yn.done;Yn=Nt.next()){var ma=Yn.value;Ln=ze(ma,Ln,ke)}}var Vr=jt.call(Re);if(Vr==null)throw new Error("An iterable object provided no iterator.");for(var Xi=null,Kr=null,Bi=We,$l=0,bl=0,ws=null,hu=Vr.next();Bi!==null&&!hu.done;bl++,hu=Vr.next()){Bi.index>bl?(ws=Bi,Bi=null):ws=Bi.sibling;var vu=ve(ke,Bi,hu.value,pt);if(vu===null){Bi===null&&(Bi=ws);break}e&&Bi&&vu.alternate===null&&t(ke,Bi),$l=y(vu,$l,bl),Kr===null?Xi=vu:Kr.sibling=vu,Kr=vu,Bi=ws}if(hu.done){if(a(ke,Bi),gl()){var jl=bl;jp(ke,jl)}return Xi}if(Bi===null){for(;!hu.done;bl++,hu=Vr.next()){var vd=ge(ke,hu.value,pt);vd!==null&&($l=y(vd,$l,bl),Kr===null?Xi=vd:Kr.sibling=vd,Kr=vd)}if(gl()){var fv=bl;jp(ke,fv)}return Xi}for(var om=s(ke,Bi);!hu.done;bl++,hu=Vr.next()){var Df=Fe(om,ke,bl,hu.value,pt);Df!==null&&(e&&Df.alternate!==null&&om.delete(Df.key===null?bl:Df.key),$l=y(Df,$l,bl),Kr===null?Xi=Df:Kr.sibling=Df,Kr=Df)}if(e&&om.forEach(function(lK){return t(ke,lK)}),gl()){var oK=bl;jp(ke,oK)}return Xi}function xn(ke,We,Re,pt){if(We!==null&&We.tag===te){a(ke,We.sibling);var jt=p(We,Re);return jt.return=ke,jt}a(ke,We);var Nt=f6(Re,ke.mode,pt);return Nt.return=ke,Nt}function pn(ke,We,Re,pt){for(var jt=Re.key,Nt=We;Nt!==null;){if(Nt.key===jt){var Ln=Re.type;if(Ln===Ka){if(Nt.tag===le){a(ke,Nt.sibling);var Yn=p(Nt,Re.props.children);return Yn.return=ke,Yn._debugSource=Re._source,Yn._debugOwner=Re._owner,Yn}}else if(Nt.elementType===Ln||z5(Nt,Re)||typeof Ln=="object"&&Ln!==null&&Ln.$$typeof===ft&&WC(Ln)===Nt.type){a(ke,Nt.sibling);var ma=p(Nt,Re.props);return ma.ref=A1(ke,Nt,Re),ma.return=ke,ma._debugSource=Re._source,ma._debugOwner=Re._owner,ma}a(ke,Nt);break}else t(ke,Nt);Nt=Nt.sibling}if(Re.type===Ka){var Vr=up(Re.props.children,ke.mode,pt,Re.key);return Vr.return=ke,Vr}else{var Xi=c6(Re,ke.mode,pt);return Xi.ref=A1(ke,We,Re),Xi.return=ke,Xi}}function Fr(ke,We,Re,pt){for(var jt=Re.key,Nt=We;Nt!==null;){if(Nt.key===jt)if(Nt.tag===K&&Nt.stateNode.containerInfo===Re.containerInfo&&Nt.stateNode.implementation===Re.implementation){a(ke,Nt.sibling);var Ln=p(Nt,Re.children||[]);return Ln.return=ke,Ln}else{a(ke,Nt);break}else t(ke,Nt);Nt=Nt.sibling}var Yn=d6(Re,ke.mode,pt);return Yn.return=ke,Yn}function Er(ke,We,Re,pt){var jt=typeof Re=="object"&&Re!==null&&Re.type===Ka&&Re.key===null;if(jt&&(Re=Re.props.children),typeof Re=="object"&&Re!==null){switch(Re.$$typeof){case Cr:return b(pn(ke,We,Re,pt));case Da:return b(Fr(ke,We,Re,pt));case ft:var Nt=Re._payload,Ln=Re._init;return Er(ke,We,Ln(Nt),pt)}if(fa(Re))return Ke(ke,We,Re,pt);if(ua(Re))return $t(ke,We,Re,pt);eg(ke,Re)}return typeof Re=="string"&&Re!==""||typeof Re=="number"?b(xn(ke,We,""+Re,pt)):(typeof Re=="function"&&tg(ke),a(ke,We))}return Er}var Xh=YC(!0),GC=YC(!1);function GH(e,t){if(e!==null&&t.child!==e.child)throw new Error("Resuming work not yet implemented.");if(t.child!==null){var a=t.child,s=nh(a,a.pendingProps);for(t.child=s,s.return=t;a.sibling!==null;)a=a.sibling,s=s.sibling=nh(a,a.pendingProps),s.return=t;s.sibling=null}}function XH(e,t){for(var a=e.child;a!==null;)bV(a,t),a=a.sibling}var O1={},Zd=Gd(O1),M1=Gd(O1),ng=Gd(O1);function rg(e){if(e===O1)throw new Error("Expected host context to exist. This error is likely caused by a bug in React. Please file an issue.");return e}function XC(){var e=rg(ng.current);return e}function P3(e,t){Ul(ng,t,e),Ul(M1,e,e),Ul(Zd,O1,e);var a=sU(t);Pl(Zd,e),Ul(Zd,a,e)}function qh(e){Pl(Zd,e),Pl(M1,e),Pl(ng,e)}function U3(){var e=rg(Zd.current);return e}function qC(e){rg(ng.current);var t=rg(Zd.current),a=cU(t,e.type);t!==a&&(Ul(M1,e,e),Ul(Zd,a,e))}function H3(e){M1.current===e&&(Pl(Zd,e),Pl(M1,e))}var qH=0,QC=1,JC=1,F1=2,Nc=Gd(qH);function $3(e,t){return(e&t)!==0}function Qh(e){return e&QC}function j3(e,t){return e&QC|t}function QH(e,t){return e|t}function ep(e,t){Ul(Nc,t,e)}function Jh(e){Pl(Nc,e)}function JH(e,t){var a=e.memoizedState;return a!==null?a.dehydrated!==null:(e.memoizedProps,!0)}function ag(e){for(var t=e;t!==null;){if(t.tag===Be){var a=t.memoizedState;if(a!==null){var s=a.dehydrated;if(s===null||uC(s)||X2(s))return t}}else if(t.tag===Ze&&t.memoizedProps.revealOrder!==void 0){var p=(t.flags&Cn)!==rn;if(p)return t}else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)return null;for(;t.sibling===null;){if(t.return===null||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var Qu=0,To=1,Cf=2,ko=4,yl=8,V3=[];function K3(){for(var e=0;e<V3.length;e++){var t=V3[e];t._workInProgressVersionPrimary=null}V3.length=0}function ZH(e,t){var a=t._getVersion,s=a(t._source);e.mutableSourceEagerHydrationData==null?e.mutableSourceEagerHydrationData=[t,s]:e.mutableSourceEagerHydrationData.push(t,s)}var Pt=l.ReactCurrentDispatcher,B1=l.ReactCurrentBatchConfig,W3,Zh;W3=new Set;var Xp=Ve,va=null,Ro=null,Do=null,ig=!1,N1=!1,L1=0,e$=0,t$=25,Qe=null,Qs=null,tp=-1,Y3=!1;function na(){{var e=Qe;Qs===null?Qs=[e]:Qs.push(e)}}function Tt(){{var e=Qe;Qs!==null&&(tp++,Qs[tp]!==e&&n$(e))}}function ev(e){e!=null&&!fa(e)&&S("%s received a final argument that is not an array (instead, received `%s`). When specified, the final argument must be an array.",Qe,typeof e)}function n$(e){{var t=un(va);if(!W3.has(t)&&(W3.add(t),Qs!==null)){for(var a="",s=30,p=0;p<=tp;p++){for(var y=Qs[p],b=p===tp?e:y,B=p+1+". "+y;B.length<s;)B+=" ";B+=b+`
264
+ `,a+=B}S(`React has detected a change in the order of Hooks called by %s. This will lead to bugs and errors if not fixed. For more information, read the Rules of Hooks: https://reactjs.org/link/rules-of-hooks
265
+
266
+ Previous render Next render
267
+ ------------------------------------------------------
268
+ %s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
269
+ `,t,a)}}}function Hl(){throw new Error(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
270
+ 1. You might have mismatching versions of React and the renderer (such as React DOM)
271
+ 2. You might be breaking the Rules of Hooks
272
+ 3. You might have more than one copy of React in the same app
273
+ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`)}function G3(e,t){if(Y3)return!1;if(t===null)return S("%s received a final argument during this render, but not during the previous render. Even though the final argument is optional, its type cannot change between renders.",Qe),!1;e.length!==t.length&&S(`The final argument passed to %s changed size between renders. The order and size of this array must remain constant.
274
+
275
+ Previous: %s
276
+ Incoming: %s`,Qe,"["+t.join(", ")+"]","["+e.join(", ")+"]");for(var a=0;a<t.length&&a<e.length;a++)if(!Jt(e[a],t[a]))return!1;return!0}function tv(e,t,a,s,p,y){Xp=y,va=t,Qs=e!==null?e._debugHookTypes:null,tp=-1,Y3=e!==null&&e.type!==t.type,t.memoizedState=null,t.updateQueue=null,t.lanes=Ve,e!==null&&e.memoizedState!==null?Pt.current=E9:Qs!==null?Pt.current=S9:Pt.current=y9;var b=a(s,p);if(N1){var B=0;do{if(N1=!1,L1=0,B>=t$)throw new Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");B+=1,Y3=!1,Ro=null,Do=null,t.updateQueue=null,tp=-1,Pt.current=w9,b=a(s,p)}while(N1)}Pt.current=yg,t._debugHookTypes=Qs;var U=Ro!==null&&Ro.next!==null;if(Xp=Ve,va=null,Ro=null,Do=null,Qe=null,Qs=null,tp=-1,e!==null&&(e.flags&_a)!==(t.flags&_a)&&(e.mode&Wn)!==qt&&S("Internal React error: Expected static flag was missing. Please notify the React team."),ig=!1,U)throw new Error("Rendered fewer hooks than expected. This may be caused by an accidental early return statement.");return b}function nv(){var e=L1!==0;return L1=0,e}function ZC(e,t,a){t.updateQueue=e.updateQueue,(t.mode&Co)!==qt?t.flags&=~(Hi|no|da|Bn):t.flags&=~(da|Bn),e.lanes=su(e.lanes,a)}function e9(){if(Pt.current=yg,ig){for(var e=va.memoizedState;e!==null;){var t=e.queue;t!==null&&(t.pending=null),e=e.next}ig=!1}Xp=Ve,va=null,Ro=null,Do=null,Qs=null,tp=-1,Qe=null,p9=!1,N1=!1,L1=0}function _f(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Do===null?va.memoizedState=Do=e:Do=Do.next=e,Do}function Js(){var e;if(Ro===null){var t=va.alternate;t!==null?e=t.memoizedState:e=null}else e=Ro.next;var a;if(Do===null?a=va.memoizedState:a=Do.next,a!==null)Do=a,a=Do.next,Ro=e;else{if(e===null)throw new Error("Rendered more hooks than during the previous render.");Ro=e;var s={memoizedState:Ro.memoizedState,baseState:Ro.baseState,baseQueue:Ro.baseQueue,queue:Ro.queue,next:null};Do===null?va.memoizedState=Do=s:Do=Do.next=s}return Do}function t9(){return{lastEffect:null,stores:null}}function X3(e,t){return typeof t=="function"?t(e):t}function q3(e,t,a){var s=_f(),p;a!==void 0?p=a(t):p=t,s.memoizedState=s.baseState=p;var y={pending:null,interleaved:null,lanes:Ve,dispatch:null,lastRenderedReducer:e,lastRenderedState:p};s.queue=y;var b=y.dispatch=o$.bind(null,va,y);return[s.memoizedState,b]}function Q3(e,t,a){var s=Js(),p=s.queue;if(p===null)throw new Error("Should have a queue. This is likely a bug in React. Please file an issue.");p.lastRenderedReducer=e;var y=Ro,b=y.baseQueue,B=p.pending;if(B!==null){if(b!==null){var U=b.next,X=B.next;b.next=X,B.next=U}y.baseQueue!==b&&S("Internal error: Expected work-in-progress queue to be a clone. This is a bug in React."),y.baseQueue=b=B,p.pending=null}if(b!==null){var ee=b.next,ge=y.baseState,ve=null,Fe=null,ze=null,Ke=ee;do{var $t=Ke.lane;if(Vu(Xp,$t)){if(ze!==null){var pn={lane:er,action:Ke.action,hasEagerState:Ke.hasEagerState,eagerState:Ke.eagerState,next:null};ze=ze.next=pn}if(Ke.hasEagerState)ge=Ke.eagerState;else{var Fr=Ke.action;ge=e(ge,Fr)}}else{var xn={lane:$t,action:Ke.action,hasEagerState:Ke.hasEagerState,eagerState:Ke.eagerState,next:null};ze===null?(Fe=ze=xn,ve=ge):ze=ze.next=xn,va.lanes=Un(va.lanes,$t),tm($t)}Ke=Ke.next}while(Ke!==null&&Ke!==ee);ze===null?ve=ge:ze.next=Fe,Jt(ge,s.memoizedState)||j1(),s.memoizedState=ge,s.baseState=ve,s.baseQueue=ze,p.lastRenderedState=ge}var Er=p.interleaved;if(Er!==null){var ke=Er;do{var We=ke.lane;va.lanes=Un(va.lanes,We),tm(We),ke=ke.next}while(ke!==Er)}else b===null&&(p.lanes=Ve);var Re=p.dispatch;return[s.memoizedState,Re]}function J3(e,t,a){var s=Js(),p=s.queue;if(p===null)throw new Error("Should have a queue. This is likely a bug in React. Please file an issue.");p.lastRenderedReducer=e;var y=p.dispatch,b=p.pending,B=s.memoizedState;if(b!==null){p.pending=null;var U=b.next,X=U;do{var ee=X.action;B=e(B,ee),X=X.next}while(X!==U);Jt(B,s.memoizedState)||j1(),s.memoizedState=B,s.baseQueue===null&&(s.baseState=B),p.lastRenderedState=B}return[B,y]}function sK(e,t,a){}function cK(e,t,a){}function Z3(e,t,a){var s=va,p=_f(),y,b=gl();if(b){if(a===void 0)throw new Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");y=a(),Zh||y!==a()&&(S("The result of getServerSnapshot should be cached to avoid an infinite loop"),Zh=!0)}else{if(y=t(),!Zh){var B=t();Jt(y,B)||(S("The result of getSnapshot should be cached to avoid an infinite loop"),Zh=!0)}var U=Lg();if(U===null)throw new Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");de(U,Xp)||n9(s,t,y)}p.memoizedState=y;var X={value:y,getSnapshot:t};return p.queue=X,cg(a9.bind(null,s,X,e),[e]),s.flags|=da,z1(To|yl,r9.bind(null,s,X,y,t),void 0,null),y}function og(e,t,a){var s=va,p=Js(),y=t();if(!Zh){var b=t();Jt(y,b)||(S("The result of getSnapshot should be cached to avoid an infinite loop"),Zh=!0)}var B=p.memoizedState,U=!Jt(B,y);U&&(p.memoizedState=y,j1());var X=p.queue;if(P1(a9.bind(null,s,X,e),[e]),X.getSnapshot!==t||U||Do!==null&&Do.memoizedState.tag&To){s.flags|=da,z1(To|yl,r9.bind(null,s,X,y,t),void 0,null);var ee=Lg();if(ee===null)throw new Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");de(ee,Xp)||n9(s,t,y)}return y}function n9(e,t,a){e.flags|=fc;var s={getSnapshot:t,value:a},p=va.updateQueue;if(p===null)p=t9(),va.updateQueue=p,p.stores=[s];else{var y=p.stores;y===null?p.stores=[s]:y.push(s)}}function r9(e,t,a,s){t.value=a,t.getSnapshot=s,i9(t)&&o9(e)}function a9(e,t,a){var s=function(){i9(t)&&o9(e)};return a(s)}function i9(e){var t=e.getSnapshot,a=e.value;try{var s=t();return!Jt(a,s)}catch{return!0}}function o9(e){var t=qu(e,yn);t!==null&&Fo(t,e,yn,qr)}function lg(e){var t=_f();typeof e=="function"&&(e=e()),t.memoizedState=t.baseState=e;var a={pending:null,interleaved:null,lanes:Ve,dispatch:null,lastRenderedReducer:X3,lastRenderedState:e};t.queue=a;var s=a.dispatch=l$.bind(null,va,a);return[t.memoizedState,s]}function eS(e){return Q3(X3)}function tS(e){return J3(X3)}function z1(e,t,a,s){var p={tag:e,create:t,destroy:a,deps:s,next:null},y=va.updateQueue;if(y===null)y=t9(),va.updateQueue=y,y.lastEffect=p.next=p;else{var b=y.lastEffect;if(b===null)y.lastEffect=p.next=p;else{var B=b.next;b.next=p,p.next=B,y.lastEffect=p}}return p}function nS(e){var t=_f();{var a={current:e};return t.memoizedState=a,a}}function ug(e){var t=Js();return t.memoizedState}function I1(e,t,a,s){var p=_f(),y=s===void 0?null:s;va.flags|=e,p.memoizedState=z1(To|t,a,void 0,y)}function sg(e,t,a,s){var p=Js(),y=s===void 0?null:s,b=void 0;if(Ro!==null){var B=Ro.memoizedState;if(b=B.destroy,y!==null){var U=B.deps;if(G3(y,U)){p.memoizedState=z1(t,a,b,y);return}}}va.flags|=e,p.memoizedState=z1(To|t,a,b,y)}function cg(e,t){return(va.mode&Co)!==qt?I1(Hi|da|Fu,yl,e,t):I1(da|Fu,yl,e,t)}function P1(e,t){return sg(da,yl,e,t)}function rS(e,t){return I1(Bn,Cf,e,t)}function fg(e,t){return sg(Bn,Cf,e,t)}function aS(e,t){var a=Bn;return a|=to,(va.mode&Co)!==qt&&(a|=no),I1(a,ko,e,t)}function dg(e,t){return sg(Bn,ko,e,t)}function l9(e,t){if(typeof t=="function"){var a=t,s=e();return a(s),function(){a(null)}}else if(t!=null){var p=t;p.hasOwnProperty("current")||S("Expected useImperativeHandle() first argument to either be a ref callback or React.createRef() object. Instead received: %s.","an object with keys {"+Object.keys(p).join(", ")+"}");var y=e();return p.current=y,function(){p.current=null}}}function iS(e,t,a){typeof t!="function"&&S("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.",t!==null?typeof t:"null");var s=a!=null?a.concat([e]):null,p=Bn;return p|=to,(va.mode&Co)!==qt&&(p|=no),I1(p,ko,l9.bind(null,t,e),s)}function pg(e,t,a){typeof t!="function"&&S("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.",t!==null?typeof t:"null");var s=a!=null?a.concat([e]):null;return sg(Bn,ko,l9.bind(null,t,e),s)}function r$(e,t){}var hg=r$;function oS(e,t){var a=_f(),s=t===void 0?null:t;return a.memoizedState=[e,s],e}function vg(e,t){var a=Js(),s=t===void 0?null:t,p=a.memoizedState;if(p!==null&&s!==null){var y=p[1];if(G3(s,y))return p[0]}return a.memoizedState=[e,s],e}function lS(e,t){var a=_f(),s=t===void 0?null:t,p=e();return a.memoizedState=[p,s],p}function mg(e,t){var a=Js(),s=t===void 0?null:t,p=a.memoizedState;if(p!==null&&s!==null){var y=p[1];if(G3(s,y))return p[0]}var b=e();return a.memoizedState=[b,s],b}function uS(e){var t=_f();return t.memoizedState=e,e}function u9(e){var t=Js(),a=Ro,s=a.memoizedState;return c9(t,s,e)}function s9(e){var t=Js();if(Ro===null)return t.memoizedState=e,e;var a=Ro.memoizedState;return c9(t,a,e)}function c9(e,t,a){var s=!Y(Xp);if(s){if(!Jt(a,t)){var p=Mt();va.lanes=Un(va.lanes,p),tm(p),e.baseState=!0}return t}else return e.baseState&&(e.baseState=!1,j1()),e.memoizedState=a,a}function a$(e,t,a){var s=Ku();Wi(Xo(s,xo)),e(!0);var p=B1.transition;B1.transition={};var y=B1.transition;B1.transition._updatedFibers=new Set;try{e(!1),t()}finally{if(Wi(s),B1.transition=p,p===null&&y._updatedFibers){var b=y._updatedFibers.size;b>10&&g("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table."),y._updatedFibers.clear()}}}function sS(){var e=lg(!1),t=e[0],a=e[1],s=a$.bind(null,a),p=_f();return p.memoizedState=s,[t,s]}function f9(){var e=eS(),t=e[0],a=Js(),s=a.memoizedState;return[t,s]}function d9(){var e=tS(),t=e[0],a=Js(),s=a.memoizedState;return[t,s]}var p9=!1;function i$(){return p9}function cS(){var e=_f(),t=Lg(),a=t.identifierPrefix,s;if(gl()){var p=SH();s=":"+a+"R"+p;var y=L1++;y>0&&(s+="H"+y.toString(32)),s+=":"}else{var b=e$++;s=":"+a+"r"+b.toString(32)+":"}return e.memoizedState=s,s}function gg(){var e=Js(),t=e.memoizedState;return t}function o$(e,t,a){typeof arguments[3]=="function"&&S("State updates from the useState() and useReducer() Hooks don't support the second callback argument. To execute a side effect after rendering, declare it in the component body with useEffect().");var s=op(e),p={lane:s,action:a,hasEagerState:!1,eagerState:null,next:null};if(h9(e))v9(t,p);else{var y=MC(e,t,p,s);if(y!==null){var b=pu();Fo(y,e,s,b),m9(y,t,s)}}g9(e,s)}function l$(e,t,a){typeof arguments[3]=="function"&&S("State updates from the useState() and useReducer() Hooks don't support the second callback argument. To execute a side effect after rendering, declare it in the component body with useEffect().");var s=op(e),p={lane:s,action:a,hasEagerState:!1,eagerState:null,next:null};if(h9(e))v9(t,p);else{var y=e.alternate;if(e.lanes===Ve&&(y===null||y.lanes===Ve)){var b=t.lastRenderedReducer;if(b!==null){var B;B=Pt.current,Pt.current=Lc;try{var U=t.lastRenderedState,X=b(U,a);if(p.hasEagerState=!0,p.eagerState=X,Jt(X,U)){PH(e,t,p,s);return}}catch{}finally{Pt.current=B}}}var ee=MC(e,t,p,s);if(ee!==null){var ge=pu();Fo(ee,e,s,ge),m9(ee,t,s)}}g9(e,s)}function h9(e){var t=e.alternate;return e===va||t!==null&&t===va}function v9(e,t){N1=ig=!0;var a=e.pending;a===null?t.next=t:(t.next=a.next,a.next=t),e.pending=t}function m9(e,t,a){if(Je(a)){var s=t.lanes;s=Tp(s,e.pendingLanes);var p=Un(s,a);t.lanes=p,Md(e,p)}}function g9(e,t,a){Za(e,t)}var yg={readContext:uo,useCallback:Hl,useContext:Hl,useEffect:Hl,useImperativeHandle:Hl,useInsertionEffect:Hl,useLayoutEffect:Hl,useMemo:Hl,useReducer:Hl,useRef:Hl,useState:Hl,useDebugValue:Hl,useDeferredValue:Hl,useTransition:Hl,useMutableSource:Hl,useSyncExternalStore:Hl,useId:Hl,unstable_isNewReconciler:$e},y9=null,S9=null,E9=null,w9=null,bf=null,Lc=null,Sg=null;{var fS=function(){S("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().")},jn=function(){S("Do not call Hooks inside useEffect(...), useMemo(...), or other built-in Hooks. You can only call Hooks at the top level of your React function. For more information, see https://reactjs.org/link/rules-of-hooks")};y9={readContext:function(e){return uo(e)},useCallback:function(e,t){return Qe="useCallback",na(),ev(t),oS(e,t)},useContext:function(e){return Qe="useContext",na(),uo(e)},useEffect:function(e,t){return Qe="useEffect",na(),ev(t),cg(e,t)},useImperativeHandle:function(e,t,a){return Qe="useImperativeHandle",na(),ev(a),iS(e,t,a)},useInsertionEffect:function(e,t){return Qe="useInsertionEffect",na(),ev(t),rS(e,t)},useLayoutEffect:function(e,t){return Qe="useLayoutEffect",na(),ev(t),aS(e,t)},useMemo:function(e,t){Qe="useMemo",na(),ev(t);var a=Pt.current;Pt.current=bf;try{return lS(e,t)}finally{Pt.current=a}},useReducer:function(e,t,a){Qe="useReducer",na();var s=Pt.current;Pt.current=bf;try{return q3(e,t,a)}finally{Pt.current=s}},useRef:function(e){return Qe="useRef",na(),nS(e)},useState:function(e){Qe="useState",na();var t=Pt.current;Pt.current=bf;try{return lg(e)}finally{Pt.current=t}},useDebugValue:function(e,t){return Qe="useDebugValue",na(),void 0},useDeferredValue:function(e){return Qe="useDeferredValue",na(),uS(e)},useTransition:function(){return Qe="useTransition",na(),sS()},useMutableSource:function(e,t,a){return Qe="useMutableSource",na(),void 0},useSyncExternalStore:function(e,t,a){return Qe="useSyncExternalStore",na(),Z3(e,t,a)},useId:function(){return Qe="useId",na(),cS()},unstable_isNewReconciler:$e},S9={readContext:function(e){return uo(e)},useCallback:function(e,t){return Qe="useCallback",Tt(),oS(e,t)},useContext:function(e){return Qe="useContext",Tt(),uo(e)},useEffect:function(e,t){return Qe="useEffect",Tt(),cg(e,t)},useImperativeHandle:function(e,t,a){return Qe="useImperativeHandle",Tt(),iS(e,t,a)},useInsertionEffect:function(e,t){return Qe="useInsertionEffect",Tt(),rS(e,t)},useLayoutEffect:function(e,t){return Qe="useLayoutEffect",Tt(),aS(e,t)},useMemo:function(e,t){Qe="useMemo",Tt();var a=Pt.current;Pt.current=bf;try{return lS(e,t)}finally{Pt.current=a}},useReducer:function(e,t,a){Qe="useReducer",Tt();var s=Pt.current;Pt.current=bf;try{return q3(e,t,a)}finally{Pt.current=s}},useRef:function(e){return Qe="useRef",Tt(),nS(e)},useState:function(e){Qe="useState",Tt();var t=Pt.current;Pt.current=bf;try{return lg(e)}finally{Pt.current=t}},useDebugValue:function(e,t){return Qe="useDebugValue",Tt(),void 0},useDeferredValue:function(e){return Qe="useDeferredValue",Tt(),uS(e)},useTransition:function(){return Qe="useTransition",Tt(),sS()},useMutableSource:function(e,t,a){return Qe="useMutableSource",Tt(),void 0},useSyncExternalStore:function(e,t,a){return Qe="useSyncExternalStore",Tt(),Z3(e,t,a)},useId:function(){return Qe="useId",Tt(),cS()},unstable_isNewReconciler:$e},E9={readContext:function(e){return uo(e)},useCallback:function(e,t){return Qe="useCallback",Tt(),vg(e,t)},useContext:function(e){return Qe="useContext",Tt(),uo(e)},useEffect:function(e,t){return Qe="useEffect",Tt(),P1(e,t)},useImperativeHandle:function(e,t,a){return Qe="useImperativeHandle",Tt(),pg(e,t,a)},useInsertionEffect:function(e,t){return Qe="useInsertionEffect",Tt(),fg(e,t)},useLayoutEffect:function(e,t){return Qe="useLayoutEffect",Tt(),dg(e,t)},useMemo:function(e,t){Qe="useMemo",Tt();var a=Pt.current;Pt.current=Lc;try{return mg(e,t)}finally{Pt.current=a}},useReducer:function(e,t,a){Qe="useReducer",Tt();var s=Pt.current;Pt.current=Lc;try{return Q3(e,t,a)}finally{Pt.current=s}},useRef:function(e){return Qe="useRef",Tt(),ug()},useState:function(e){Qe="useState",Tt();var t=Pt.current;Pt.current=Lc;try{return eS(e)}finally{Pt.current=t}},useDebugValue:function(e,t){return Qe="useDebugValue",Tt(),hg()},useDeferredValue:function(e){return Qe="useDeferredValue",Tt(),u9(e)},useTransition:function(){return Qe="useTransition",Tt(),f9()},useMutableSource:function(e,t,a){return Qe="useMutableSource",Tt(),void 0},useSyncExternalStore:function(e,t,a){return Qe="useSyncExternalStore",Tt(),og(e,t)},useId:function(){return Qe="useId",Tt(),gg()},unstable_isNewReconciler:$e},w9={readContext:function(e){return uo(e)},useCallback:function(e,t){return Qe="useCallback",Tt(),vg(e,t)},useContext:function(e){return Qe="useContext",Tt(),uo(e)},useEffect:function(e,t){return Qe="useEffect",Tt(),P1(e,t)},useImperativeHandle:function(e,t,a){return Qe="useImperativeHandle",Tt(),pg(e,t,a)},useInsertionEffect:function(e,t){return Qe="useInsertionEffect",Tt(),fg(e,t)},useLayoutEffect:function(e,t){return Qe="useLayoutEffect",Tt(),dg(e,t)},useMemo:function(e,t){Qe="useMemo",Tt();var a=Pt.current;Pt.current=Sg;try{return mg(e,t)}finally{Pt.current=a}},useReducer:function(e,t,a){Qe="useReducer",Tt();var s=Pt.current;Pt.current=Sg;try{return J3(e,t,a)}finally{Pt.current=s}},useRef:function(e){return Qe="useRef",Tt(),ug()},useState:function(e){Qe="useState",Tt();var t=Pt.current;Pt.current=Sg;try{return tS(e)}finally{Pt.current=t}},useDebugValue:function(e,t){return Qe="useDebugValue",Tt(),hg()},useDeferredValue:function(e){return Qe="useDeferredValue",Tt(),s9(e)},useTransition:function(){return Qe="useTransition",Tt(),d9()},useMutableSource:function(e,t,a){return Qe="useMutableSource",Tt(),void 0},useSyncExternalStore:function(e,t,a){return Qe="useSyncExternalStore",Tt(),og(e,t)},useId:function(){return Qe="useId",Tt(),gg()},unstable_isNewReconciler:$e},bf={readContext:function(e){return fS(),uo(e)},useCallback:function(e,t){return Qe="useCallback",jn(),na(),oS(e,t)},useContext:function(e){return Qe="useContext",jn(),na(),uo(e)},useEffect:function(e,t){return Qe="useEffect",jn(),na(),cg(e,t)},useImperativeHandle:function(e,t,a){return Qe="useImperativeHandle",jn(),na(),iS(e,t,a)},useInsertionEffect:function(e,t){return Qe="useInsertionEffect",jn(),na(),rS(e,t)},useLayoutEffect:function(e,t){return Qe="useLayoutEffect",jn(),na(),aS(e,t)},useMemo:function(e,t){Qe="useMemo",jn(),na();var a=Pt.current;Pt.current=bf;try{return lS(e,t)}finally{Pt.current=a}},useReducer:function(e,t,a){Qe="useReducer",jn(),na();var s=Pt.current;Pt.current=bf;try{return q3(e,t,a)}finally{Pt.current=s}},useRef:function(e){return Qe="useRef",jn(),na(),nS(e)},useState:function(e){Qe="useState",jn(),na();var t=Pt.current;Pt.current=bf;try{return lg(e)}finally{Pt.current=t}},useDebugValue:function(e,t){return Qe="useDebugValue",jn(),na(),void 0},useDeferredValue:function(e){return Qe="useDeferredValue",jn(),na(),uS(e)},useTransition:function(){return Qe="useTransition",jn(),na(),sS()},useMutableSource:function(e,t,a){return Qe="useMutableSource",jn(),na(),void 0},useSyncExternalStore:function(e,t,a){return Qe="useSyncExternalStore",jn(),na(),Z3(e,t,a)},useId:function(){return Qe="useId",jn(),na(),cS()},unstable_isNewReconciler:$e},Lc={readContext:function(e){return fS(),uo(e)},useCallback:function(e,t){return Qe="useCallback",jn(),Tt(),vg(e,t)},useContext:function(e){return Qe="useContext",jn(),Tt(),uo(e)},useEffect:function(e,t){return Qe="useEffect",jn(),Tt(),P1(e,t)},useImperativeHandle:function(e,t,a){return Qe="useImperativeHandle",jn(),Tt(),pg(e,t,a)},useInsertionEffect:function(e,t){return Qe="useInsertionEffect",jn(),Tt(),fg(e,t)},useLayoutEffect:function(e,t){return Qe="useLayoutEffect",jn(),Tt(),dg(e,t)},useMemo:function(e,t){Qe="useMemo",jn(),Tt();var a=Pt.current;Pt.current=Lc;try{return mg(e,t)}finally{Pt.current=a}},useReducer:function(e,t,a){Qe="useReducer",jn(),Tt();var s=Pt.current;Pt.current=Lc;try{return Q3(e,t,a)}finally{Pt.current=s}},useRef:function(e){return Qe="useRef",jn(),Tt(),ug()},useState:function(e){Qe="useState",jn(),Tt();var t=Pt.current;Pt.current=Lc;try{return eS(e)}finally{Pt.current=t}},useDebugValue:function(e,t){return Qe="useDebugValue",jn(),Tt(),hg()},useDeferredValue:function(e){return Qe="useDeferredValue",jn(),Tt(),u9(e)},useTransition:function(){return Qe="useTransition",jn(),Tt(),f9()},useMutableSource:function(e,t,a){return Qe="useMutableSource",jn(),Tt(),void 0},useSyncExternalStore:function(e,t,a){return Qe="useSyncExternalStore",jn(),Tt(),og(e,t)},useId:function(){return Qe="useId",jn(),Tt(),gg()},unstable_isNewReconciler:$e},Sg={readContext:function(e){return fS(),uo(e)},useCallback:function(e,t){return Qe="useCallback",jn(),Tt(),vg(e,t)},useContext:function(e){return Qe="useContext",jn(),Tt(),uo(e)},useEffect:function(e,t){return Qe="useEffect",jn(),Tt(),P1(e,t)},useImperativeHandle:function(e,t,a){return Qe="useImperativeHandle",jn(),Tt(),pg(e,t,a)},useInsertionEffect:function(e,t){return Qe="useInsertionEffect",jn(),Tt(),fg(e,t)},useLayoutEffect:function(e,t){return Qe="useLayoutEffect",jn(),Tt(),dg(e,t)},useMemo:function(e,t){Qe="useMemo",jn(),Tt();var a=Pt.current;Pt.current=Lc;try{return mg(e,t)}finally{Pt.current=a}},useReducer:function(e,t,a){Qe="useReducer",jn(),Tt();var s=Pt.current;Pt.current=Lc;try{return J3(e,t,a)}finally{Pt.current=s}},useRef:function(e){return Qe="useRef",jn(),Tt(),ug()},useState:function(e){Qe="useState",jn(),Tt();var t=Pt.current;Pt.current=Lc;try{return tS(e)}finally{Pt.current=t}},useDebugValue:function(e,t){return Qe="useDebugValue",jn(),Tt(),hg()},useDeferredValue:function(e){return Qe="useDeferredValue",jn(),Tt(),s9(e)},useTransition:function(){return Qe="useTransition",jn(),Tt(),d9()},useMutableSource:function(e,t,a){return Qe="useMutableSource",jn(),Tt(),void 0},useSyncExternalStore:function(e,t,a){return Qe="useSyncExternalStore",jn(),Tt(),og(e,t)},useId:function(){return Qe="useId",jn(),Tt(),gg()},unstable_isNewReconciler:$e}}var np=i.unstable_now,C9=0,Eg=-1,U1=-1,wg=-1,dS=!1,Cg=!1;function _9(){return dS}function u$(){Cg=!0}function s$(){dS=!1,Cg=!1}function c$(){dS=Cg,Cg=!1}function b9(){return C9}function x9(){C9=np()}function pS(e){U1=np(),e.actualStartTime<0&&(e.actualStartTime=np())}function T9(e){U1=-1}function _g(e,t){if(U1>=0){var a=np()-U1;e.actualDuration+=a,t&&(e.selfBaseDuration=a),U1=-1}}function xf(e){if(Eg>=0){var t=np()-Eg;Eg=-1;for(var a=e.return;a!==null;){switch(a.tag){case $:var s=a.stateNode;s.effectDuration+=t;return;case we:var p=a.stateNode;p.effectDuration+=t;return}a=a.return}}}function hS(e){if(wg>=0){var t=np()-wg;wg=-1;for(var a=e.return;a!==null;){switch(a.tag){case $:var s=a.stateNode;s!==null&&(s.passiveEffectDuration+=t);return;case we:var p=a.stateNode;p!==null&&(p.passiveEffectDuration+=t);return}a=a.return}}}function Tf(){Eg=np()}function vS(){wg=np()}function mS(e){for(var t=e.child;t;)e.actualDuration+=t.actualDuration,t=t.sibling}function qp(e,t){return{value:e,source:t,stack:St(t),digest:null}}function gS(e,t,a){return{value:e,source:null,stack:a!=null?a:null,digest:t!=null?t:null}}function f$(e,t){return!0}function yS(e,t){try{var a=f$(e,t);if(a===!1)return;var s=t.value,p=t.source,y=t.stack,b=y!==null?y:"";if(s!=null&&s._suppressLogging){if(e.tag===N)return;console.error(s)}var B=p?un(p):null,U=B?"The above error occurred in the <"+B+"> component:":"The above error occurred in one of your React components:",X;if(e.tag===$)X=`Consider adding an error boundary to your tree to customize error handling behavior.
277
+ Visit https://reactjs.org/link/error-boundaries to learn more about error boundaries.`;else{var ee=un(e)||"Anonymous";X="React will try to recreate this component tree from scratch "+("using the error boundary you provided, "+ee+".")}var ge=U+`
278
+ `+b+`
279
+
280
+ `+(""+X);console.error(ge)}catch(ve){setTimeout(function(){throw ve})}}var d$=typeof WeakMap=="function"?WeakMap:Map;function k9(e,t,a){var s=sd(qr,a);s.tag=y3,s.payload={element:null};var p=t.value;return s.callback=function(){aV(p),yS(e,t)},s}function SS(e,t,a){var s=sd(qr,a);s.tag=y3;var p=e.type.getDerivedStateFromError;if(typeof p=="function"){var y=t.value;s.payload=function(){return p(y)},s.callback=function(){I5(e),yS(e,t)}}var b=e.stateNode;return b!==null&&typeof b.componentDidCatch=="function"&&(s.callback=function(){I5(e),yS(e,t),typeof p!="function"&&nV(this);var U=t.value,X=t.stack;this.componentDidCatch(U,{componentStack:X!==null?X:""}),typeof p!="function"&&(Ki(e.lanes,yn)||S("%s: Error boundaries should implement getDerivedStateFromError(). In that method, return a state update to display an error message or fallback UI.",un(e)||"Unknown"))}),s}function R9(e,t,a){var s=e.pingCache,p;if(s===null?(s=e.pingCache=new d$,p=new Set,s.set(t,p)):(p=s.get(t),p===void 0&&(p=new Set,s.set(t,p))),!p.has(a)){p.add(a);var y=iV.bind(null,e,t,a);Si&&nm(e,a),t.then(y,y)}}function p$(e,t,a,s){var p=e.updateQueue;if(p===null){var y=new Set;y.add(a),e.updateQueue=y}else p.add(a)}function h$(e,t){var a=e.tag;if((e.mode&Wn)===qt&&(a===x||a===Se||a===je)){var s=e.alternate;s?(e.updateQueue=s.updateQueue,e.memoizedState=s.memoizedState,e.lanes=s.lanes):(e.updateQueue=null,e.memoizedState=null)}}function D9(e){var t=e;do{if(t.tag===Be&&JH(t))return t;t=t.return}while(t!==null);return null}function A9(e,t,a,s,p){if((e.mode&Wn)===qt){if(e===t)e.flags|=oi;else{if(e.flags|=Cn,a.flags|=ss,a.flags&=~(of|Di),a.tag===N){var y=a.alternate;if(y===null)a.tag=Xe;else{var b=sd(qr,yn);b.tag=Y0,Jd(a,b,yn)}}a.lanes=Un(a.lanes,yn)}return e}return e.flags|=oi,e.lanes=p,e}function v$(e,t,a,s,p){if(a.flags|=Di,Si&&nm(e,p),s!==null&&typeof s=="object"&&typeof s.then=="function"){var y=s;h$(a),gl()&&a.mode&Wn&&EC();var b=D9(t);if(b!==null){b.flags&=~Ca,A9(b,t,a,e,p),b.mode&Wn&&R9(e,y,p),p$(b,e,y);return}else{if(!E(p)){R9(e,y,p),JS();return}var B=new Error("A component suspended while responding to synchronous input. This will cause the UI to be replaced with a loading indicator. To fix, updates that suspend should be wrapped with startTransition.");s=B}}else if(gl()&&a.mode&Wn){EC();var U=D9(t);if(U!==null){(U.flags&oi)===rn&&(U.flags|=Ca),A9(U,t,a,e,p),f3(qp(s,a));return}}s=qp(s,a),Gj(s);var X=t;do{switch(X.tag){case $:{var ee=s;X.flags|=oi;var ge=$n(p);X.lanes=Un(X.lanes,ge);var ve=k9(X,ee,ge);w3(X,ve);return}case N:var Fe=s,ze=X.type,Ke=X.stateNode;if((X.flags&Cn)===rn&&(typeof ze.getDerivedStateFromError=="function"||Ke!==null&&typeof Ke.componentDidCatch=="function"&&!D5(Ke))){X.flags|=oi;var $t=$n(p);X.lanes=Un(X.lanes,$t);var xn=SS(X,Fe,$t);w3(X,xn);return}break}X=X.return}while(X!==null)}function m$(){return null}var H1=l.ReactCurrentOwner,zc=!1,ES,$1,wS,CS,_S,Qp,bS,bg;ES={},$1={},wS={},CS={},_S={},Qp=!1,bS={},bg={};function fu(e,t,a,s){e===null?t.child=GC(t,null,a,s):t.child=Xh(t,e.child,a,s)}function g$(e,t,a,s){t.child=Xh(t,e.child,null,s),t.child=Xh(t,null,a,s)}function O9(e,t,a,s,p){if(t.type!==t.elementType){var y=a.propTypes;y&&Oc(y,s,"prop",ln(a))}var b=a.render,B=t.ref,U,X;Gh(t,p),dl(t);{if(H1.current=t,za(!0),U=tv(e,t,b,s,B,p),X=nv(),t.mode&Zr){ba(!0);try{U=tv(e,t,b,s,B,p),X=nv()}finally{ba(!1)}}za(!1)}return wo(),e!==null&&!zc?(ZC(e,t,p),cd(e,t,p)):(gl()&&X&&i3(t),t.flags|=yo,fu(e,t,U,p),t.child)}function M9(e,t,a,s,p){if(e===null){var y=a.type;if(CV(y)&&a.compare===null&&a.defaultProps===void 0){var b=y;return b=cv(y),t.tag=je,t.type=b,kS(t,y),F9(e,t,b,s,p)}{var B=y.propTypes;B&&Oc(B,s,"prop",ln(y))}var U=s6(a.type,null,s,t,t.mode,p);return U.ref=t.ref,U.return=t,t.child=U,U}{var X=a.type,ee=X.propTypes;ee&&Oc(ee,s,"prop",ln(X))}var ge=e.child,ve=FS(e,p);if(!ve){var Fe=ge.memoizedProps,ze=a.compare;if(ze=ze!==null?ze:En,ze(Fe,s)&&e.ref===t.ref)return cd(e,t,p)}t.flags|=yo;var Ke=nh(ge,s);return Ke.ref=t.ref,Ke.return=t,t.child=Ke,Ke}function F9(e,t,a,s,p){if(t.type!==t.elementType){var y=t.elementType;if(y.$$typeof===ft){var b=y,B=b._payload,U=b._init;try{y=U(B)}catch{y=null}var X=y&&y.propTypes;X&&Oc(X,s,"prop",ln(y))}}if(e!==null){var ee=e.memoizedProps;if(En(ee,s)&&e.ref===t.ref&&t.type===e.type)if(zc=!1,t.pendingProps=s=ee,FS(e,p))(e.flags&ss)!==rn&&(zc=!0);else return t.lanes=e.lanes,cd(e,t,p)}return xS(e,t,a,s,p)}function B9(e,t,a){var s=t.pendingProps,p=s.children,y=e!==null?e.memoizedState:null;if(s.mode==="hidden"||Ye)if((t.mode&Wn)===qt){var b={baseLanes:Ve,cachePool:null,transitions:null};t.memoizedState=b,zg(t,a)}else if(Ki(a,ji)){var ge={baseLanes:Ve,cachePool:null,transitions:null};t.memoizedState=ge;var ve=y!==null?y.baseLanes:a;zg(t,ve)}else{var B=null,U;if(y!==null){var X=y.baseLanes;U=Un(X,a)}else U=a;t.lanes=t.childLanes=ji;var ee={baseLanes:U,cachePool:B,transitions:null};return t.memoizedState=ee,t.updateQueue=null,zg(t,U),null}else{var Fe;y!==null?(Fe=Un(y.baseLanes,a),t.memoizedState=null):Fe=a,zg(t,Fe)}return fu(e,t,p,a),t.child}function y$(e,t,a){var s=t.pendingProps;return fu(e,t,s,a),t.child}function S$(e,t,a){var s=t.pendingProps.children;return fu(e,t,s,a),t.child}function E$(e,t,a){{t.flags|=Bn;{var s=t.stateNode;s.effectDuration=0,s.passiveEffectDuration=0}}var p=t.pendingProps,y=p.children;return fu(e,t,y,a),t.child}function N9(e,t){var a=t.ref;(e===null&&a!==null||e!==null&&e.ref!==a)&&(t.flags|=Ui,t.flags|=Uf)}function xS(e,t,a,s,p){if(t.type!==t.elementType){var y=a.propTypes;y&&Oc(y,s,"prop",ln(a))}var b;{var B=$h(t,a,!0);b=jh(t,B)}var U,X;Gh(t,p),dl(t);{if(H1.current=t,za(!0),U=tv(e,t,a,s,b,p),X=nv(),t.mode&Zr){ba(!0);try{U=tv(e,t,a,s,b,p),X=nv()}finally{ba(!1)}}za(!1)}return wo(),e!==null&&!zc?(ZC(e,t,p),cd(e,t,p)):(gl()&&X&&i3(t),t.flags|=yo,fu(e,t,U,p),t.child)}function L9(e,t,a,s,p){{switch(zV(t)){case!1:{var y=t.stateNode,b=t.type,B=new b(t.memoizedProps,y.context),U=B.state;y.updater.enqueueSetState(y,U,null);break}case!0:{t.flags|=Cn,t.flags|=oi;var X=new Error("Simulated error coming from DevTools"),ee=$n(p);t.lanes=Un(t.lanes,ee);var ge=SS(t,qp(X,t),ee);w3(t,ge);break}}if(t.type!==t.elementType){var ve=a.propTypes;ve&&Oc(ve,s,"prop",ln(a))}}var Fe;wf(a)?(Fe=!0,L0(t)):Fe=!1,Gh(t,p);var ze=t.stateNode,Ke;ze===null?(Tg(e,t),jC(t,a,s),F3(t,a,s,p),Ke=!0):e===null?Ke=WH(t,a,s,p):Ke=YH(e,t,a,s,p);var $t=TS(e,t,a,Ke,Fe,p);{var xn=t.stateNode;Ke&&xn.props!==s&&(Qp||S("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.",un(t)||"a component"),Qp=!0)}return $t}function TS(e,t,a,s,p,y){N9(e,t);var b=(t.flags&Cn)!==rn;if(!s&&!b)return p&&mC(t,a,!1),cd(e,t,y);var B=t.stateNode;H1.current=t;var U;if(b&&typeof a.getDerivedStateFromError!="function")U=null,T9();else{dl(t);{if(za(!0),U=B.render(),t.mode&Zr){ba(!0);try{B.render()}finally{ba(!1)}}za(!1)}wo()}return t.flags|=yo,e!==null&&b?g$(e,t,U,y):fu(e,t,U,y),t.memoizedState=B.state,p&&mC(t,a,!0),t.child}function z9(e){var t=e.stateNode;t.pendingContext?hC(e,t.pendingContext,t.pendingContext!==t.context):t.context&&hC(e,t.context,!1),P3(e,t.containerInfo)}function w$(e,t,a){if(z9(t),e===null)throw new Error("Should have a current fiber. This is a bug in React.");var s=t.pendingProps,p=t.memoizedState,y=p.element;NC(e,t),Q0(t,s,null,a);var b=t.memoizedState;t.stateNode;var B=b.element;if(p.isDehydrated){var U={element:B,isDehydrated:!1,cache:b.cache,pendingSuspenseBoundaries:b.pendingSuspenseBoundaries,transitions:b.transitions},X=t.updateQueue;if(X.baseState=U,t.memoizedState=U,t.flags&Ca){var ee=qp(new Error("There was an error while hydrating. Because the error happened outside of a Suspense boundary, the entire root will switch to client rendering."),t);return I9(e,t,B,a,ee)}else if(B!==y){var ge=qp(new Error("This root received an early update, before anything was able hydrate. Switched the entire root to client rendering."),t);return I9(e,t,B,a,ge)}else{xH(t);var ve=GC(t,null,B,a);t.child=ve;for(var Fe=ve;Fe;)Fe.flags=Fe.flags&~Hr|$o,Fe=Fe.sibling}}else{if(Wh(),B===y)return cd(e,t,a);fu(e,t,B,a)}return t.child}function I9(e,t,a,s,p){return Wh(),f3(p),t.flags|=Ca,fu(e,t,a,s),t.child}function C$(e,t,a){qC(t),e===null&&c3(t);var s=t.type,p=t.pendingProps,y=e!==null?e.memoizedProps:null,b=p.children,B=K2(s,p);return B?b=null:y!==null&&K2(s,y)&&(t.flags|=yr),N9(e,t),fu(e,t,b,a),t.child}function _$(e,t){return e===null&&c3(t),null}function b$(e,t,a,s){Tg(e,t);var p=t.pendingProps,y=a,b=y._payload,B=y._init,U=B(b);t.type=U;var X=t.tag=_V(U),ee=Bc(U,p),ge;switch(X){case x:return kS(t,U),t.type=U=cv(U),ge=xS(null,t,U,ee,s),ge;case N:return t.type=U=r6(U),ge=L9(null,t,U,ee,s),ge;case Se:return t.type=U=a6(U),ge=O9(null,t,U,ee,s),ge;case nt:{if(t.type!==t.elementType){var ve=U.propTypes;ve&&Oc(ve,ee,"prop",ln(U))}return ge=M9(null,t,U,Bc(U.type,ee),s),ge}}var Fe="";throw U!==null&&typeof U=="object"&&U.$$typeof===ft&&(Fe=" Did you wrap a component in React.lazy() more than once?"),new Error("Element type is invalid. Received a promise that resolves to: "+U+". "+("Lazy element type must resolve to a class or function."+Fe))}function x$(e,t,a,s,p){Tg(e,t),t.tag=N;var y;return wf(a)?(y=!0,L0(t)):y=!1,Gh(t,p),jC(t,a,s),F3(t,a,s,p),TS(null,t,a,!0,y,p)}function T$(e,t,a,s){Tg(e,t);var p=t.pendingProps,y;{var b=$h(t,a,!1);y=jh(t,b)}Gh(t,s);var B,U;dl(t);{if(a.prototype&&typeof a.prototype.render=="function"){var X=ln(a)||"Unknown";ES[X]||(S("The <%s /> component appears to have a render method, but doesn't extend React.Component. This is likely to cause errors. Change %s to extend React.Component instead.",X,X),ES[X]=!0)}t.mode&Zr&&Fc.recordLegacyContextWarning(t,null),za(!0),H1.current=t,B=tv(null,t,a,p,y,s),U=nv(),za(!1)}if(wo(),t.flags|=yo,typeof B=="object"&&B!==null&&typeof B.render=="function"&&B.$$typeof===void 0){var ee=ln(a)||"Unknown";$1[ee]||(S("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",ee,ee,ee),$1[ee]=!0)}if(typeof B=="object"&&B!==null&&typeof B.render=="function"&&B.$$typeof===void 0){{var ge=ln(a)||"Unknown";$1[ge]||(S("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",ge,ge,ge),$1[ge]=!0)}t.tag=N,t.memoizedState=null,t.updateQueue=null;var ve=!1;return wf(a)?(ve=!0,L0(t)):ve=!1,t.memoizedState=B.state!==null&&B.state!==void 0?B.state:null,E3(t),$C(t,B),F3(t,a,p,s),TS(null,t,a,!0,ve,s)}else{if(t.tag=x,t.mode&Zr){ba(!0);try{B=tv(null,t,a,p,y,s),U=nv()}finally{ba(!1)}}return gl()&&U&&i3(t),fu(null,t,B,s),kS(t,a),t.child}}function kS(e,t){{if(t&&t.childContextTypes&&S("%s(...): childContextTypes cannot be defined on a function component.",t.displayName||t.name||"Component"),e.ref!==null){var a="",s=Ta();s&&(a+=`
281
+
282
+ Check the render method of \``+s+"`.");var p=s||"",y=e._debugSource;y&&(p=y.fileName+":"+y.lineNumber),_S[p]||(_S[p]=!0,S("Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?%s",a))}if(typeof t.getDerivedStateFromProps=="function"){var b=ln(t)||"Unknown";CS[b]||(S("%s: Function components do not support getDerivedStateFromProps.",b),CS[b]=!0)}if(typeof t.contextType=="object"&&t.contextType!==null){var B=ln(t)||"Unknown";wS[B]||(S("%s: Function components do not support contextType.",B),wS[B]=!0)}}}var RS={dehydrated:null,treeContext:null,retryLane:er};function DS(e){return{baseLanes:e,cachePool:m$(),transitions:null}}function k$(e,t){var a=null;return{baseLanes:Un(e.baseLanes,t),cachePool:a,transitions:e.transitions}}function R$(e,t,a,s){if(t!==null){var p=t.memoizedState;if(p===null)return!1}return $3(e,F1)}function D$(e,t){return su(e.childLanes,t)}function P9(e,t,a){var s=t.pendingProps;IV(t)&&(t.flags|=Cn);var p=Nc.current,y=!1,b=(t.flags&Cn)!==rn;if(b||R$(p,e)?(y=!0,t.flags&=~Cn):(e===null||e.memoizedState!==null)&&(p=QH(p,JC)),p=Qh(p),ep(t,p),e===null){c3(t);var B=t.memoizedState;if(B!==null){var U=B.dehydrated;if(U!==null)return B$(t,U)}var X=s.children,ee=s.fallback;if(y){var ge=A$(t,X,ee,a),ve=t.child;return ve.memoizedState=DS(a),t.memoizedState=RS,ge}else return AS(t,X)}else{var Fe=e.memoizedState;if(Fe!==null){var ze=Fe.dehydrated;if(ze!==null)return N$(e,t,b,s,ze,Fe,a)}if(y){var Ke=s.fallback,$t=s.children,xn=M$(e,t,$t,Ke,a),pn=t.child,Fr=e.child.memoizedState;return pn.memoizedState=Fr===null?DS(a):k$(Fr,a),pn.childLanes=D$(e,a),t.memoizedState=RS,xn}else{var Er=s.children,ke=O$(e,t,Er,a);return t.memoizedState=null,ke}}}function AS(e,t,a){var s=e.mode,p={mode:"visible",children:t},y=OS(p,s);return y.return=e,e.child=y,y}function A$(e,t,a,s){var p=e.mode,y=e.child,b={mode:"hidden",children:t},B,U;return(p&Wn)===qt&&y!==null?(B=y,B.childLanes=Ve,B.pendingProps=b,e.mode&cn&&(B.actualDuration=0,B.actualStartTime=-1,B.selfBaseDuration=0,B.treeBaseDuration=0),U=up(a,p,s,null)):(B=OS(b,p),U=up(a,p,s,null)),B.return=e,U.return=e,B.sibling=U,e.child=B,U}function OS(e,t,a){return U5(e,t,Ve,null)}function U9(e,t){return nh(e,t)}function O$(e,t,a,s){var p=e.child,y=p.sibling,b=U9(p,{mode:"visible",children:a});if((t.mode&Wn)===qt&&(b.lanes=s),b.return=t,b.sibling=null,y!==null){var B=t.deletions;B===null?(t.deletions=[y],t.flags|=or):B.push(y)}return t.child=b,b}function M$(e,t,a,s,p){var y=t.mode,b=e.child,B=b.sibling,U={mode:"hidden",children:a},X;if((y&Wn)===qt&&t.child!==b){var ee=t.child;X=ee,X.childLanes=Ve,X.pendingProps=U,t.mode&cn&&(X.actualDuration=0,X.actualStartTime=-1,X.selfBaseDuration=b.selfBaseDuration,X.treeBaseDuration=b.treeBaseDuration),t.deletions=null}else X=U9(b,U),X.subtreeFlags=b.subtreeFlags&_a;var ge;return B!==null?ge=nh(B,s):(ge=up(s,y,p,null),ge.flags|=Hr),ge.return=t,X.return=t,X.sibling=ge,t.child=X,ge}function xg(e,t,a,s){s!==null&&f3(s),Xh(t,e.child,null,a);var p=t.pendingProps,y=p.children,b=AS(t,y);return b.flags|=Hr,t.memoizedState=null,b}function F$(e,t,a,s,p){var y=t.mode,b={mode:"visible",children:a},B=OS(b,y),U=up(s,y,p,null);return U.flags|=Hr,B.return=t,U.return=t,B.sibling=U,t.child=B,(t.mode&Wn)!==qt&&Xh(t,e.child,null,p),U}function B$(e,t,a){return(e.mode&Wn)===qt?(S("Cannot hydrate Suspense in legacy mode. Switch from ReactDOM.hydrate(element, container) to ReactDOMClient.hydrateRoot(container, <App />).render(element) or remove the Suspense components from the server rendered components."),e.lanes=yn):X2(t)?e.lanes=zu:e.lanes=ji,null}function N$(e,t,a,s,p,y,b){if(a)if(t.flags&Ca){t.flags&=~Ca;var ke=gS(new Error("There was an error while hydrating this Suspense boundary. Switched to client rendering."));return xg(e,t,b,ke)}else{if(t.memoizedState!==null)return t.child=e.child,t.flags|=Cn,null;var We=s.children,Re=s.fallback,pt=F$(e,t,We,Re,b),jt=t.child;return jt.memoizedState=DS(b),t.memoizedState=RS,pt}else{if(_H(),(t.mode&Wn)===qt)return xg(e,t,b,null);if(X2(p)){var B,U,X;{var ee=UU(p);B=ee.digest,U=ee.message,X=ee.stack}var ge;U?ge=new Error(U):ge=new Error("The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering.");var ve=gS(ge,B,X);return xg(e,t,b,ve)}var Fe=Ki(b,e.childLanes);if(zc||Fe){var ze=Lg();if(ze!==null){var Ke=m2(ze,b);if(Ke!==er&&Ke!==y.retryLane){y.retryLane=Ke;var $t=qr;qu(e,Ke),Fo(ze,e,Ke,$t)}}JS();var xn=gS(new Error("This Suspense boundary received an update before it finished hydrating. This caused the boundary to switch to client rendering. The usual way to fix this is to wrap the original update in startTransition."));return xg(e,t,b,xn)}else if(uC(p)){t.flags|=Cn,t.child=e.child;var pn=oV.bind(null,e);return HU(p,pn),null}else{TH(t,p,y.treeContext);var Fr=s.children,Er=AS(t,Fr);return Er.flags|=$o,Er}}}function H9(e,t,a){e.lanes=Un(e.lanes,t);var s=e.alternate;s!==null&&(s.lanes=Un(s.lanes,t)),m3(e.return,t,a)}function L$(e,t,a){for(var s=t;s!==null;){if(s.tag===Be){var p=s.memoizedState;p!==null&&H9(s,a,e)}else if(s.tag===Ze)H9(s,a,e);else if(s.child!==null){s.child.return=s,s=s.child;continue}if(s===e)return;for(;s.sibling===null;){if(s.return===null||s.return===e)return;s=s.return}s.sibling.return=s.return,s=s.sibling}}function z$(e){for(var t=e,a=null;t!==null;){var s=t.alternate;s!==null&&ag(s)===null&&(a=t),t=t.sibling}return a}function I$(e){if(e!==void 0&&e!=="forwards"&&e!=="backwards"&&e!=="together"&&!bS[e])if(bS[e]=!0,typeof e=="string")switch(e.toLowerCase()){case"together":case"forwards":case"backwards":{S('"%s" is not a valid value for revealOrder on <SuspenseList />. Use lowercase "%s" instead.',e,e.toLowerCase());break}case"forward":case"backward":{S('"%s" is not a valid value for revealOrder on <SuspenseList />. React uses the -s suffix in the spelling. Use "%ss" instead.',e,e.toLowerCase());break}default:S('"%s" is not a supported revealOrder on <SuspenseList />. Did you mean "together", "forwards" or "backwards"?',e);break}else S('%s is not a supported value for revealOrder on <SuspenseList />. Did you mean "together", "forwards" or "backwards"?',e)}function P$(e,t){e!==void 0&&!bg[e]&&(e!=="collapsed"&&e!=="hidden"?(bg[e]=!0,S('"%s" is not a supported value for tail on <SuspenseList />. Did you mean "collapsed" or "hidden"?',e)):t!=="forwards"&&t!=="backwards"&&(bg[e]=!0,S('<SuspenseList tail="%s" /> is only valid if revealOrder is "forwards" or "backwards". Did you mean to specify revealOrder="forwards"?',e)))}function $9(e,t){{var a=fa(e),s=!a&&typeof ua(e)=="function";if(a||s){var p=a?"array":"iterable";return S("A nested %s was passed to row #%s in <SuspenseList />. Wrap it in an additional SuspenseList to configure its revealOrder: <SuspenseList revealOrder=...> ... <SuspenseList revealOrder=...>{%s}</SuspenseList> ... </SuspenseList>",p,t,p),!1}}return!0}function U$(e,t){if((t==="forwards"||t==="backwards")&&e!==void 0&&e!==null&&e!==!1)if(fa(e)){for(var a=0;a<e.length;a++)if(!$9(e[a],a))return}else{var s=ua(e);if(typeof s=="function"){var p=s.call(e);if(p)for(var y=p.next(),b=0;!y.done;y=p.next()){if(!$9(y.value,b))return;b++}}else S('A single row was passed to a <SuspenseList revealOrder="%s" />. This is not useful since it needs multiple rows. Did you mean to pass multiple children or an array?',t)}}function MS(e,t,a,s,p){var y=e.memoizedState;y===null?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:s,tail:a,tailMode:p}:(y.isBackwards=t,y.rendering=null,y.renderingStartTime=0,y.last=s,y.tail=a,y.tailMode=p)}function j9(e,t,a){var s=t.pendingProps,p=s.revealOrder,y=s.tail,b=s.children;I$(p),P$(y,p),U$(b,p),fu(e,t,b,a);var B=Nc.current,U=$3(B,F1);if(U)B=j3(B,F1),t.flags|=Cn;else{var X=e!==null&&(e.flags&Cn)!==rn;X&&L$(t,t.child,a),B=Qh(B)}if(ep(t,B),(t.mode&Wn)===qt)t.memoizedState=null;else switch(p){case"forwards":{var ee=z$(t.child),ge;ee===null?(ge=t.child,t.child=null):(ge=ee.sibling,ee.sibling=null),MS(t,!1,ge,ee,y);break}case"backwards":{var ve=null,Fe=t.child;for(t.child=null;Fe!==null;){var ze=Fe.alternate;if(ze!==null&&ag(ze)===null){t.child=Fe;break}var Ke=Fe.sibling;Fe.sibling=ve,ve=Fe,Fe=Ke}MS(t,!0,ve,null,y);break}case"together":{MS(t,!1,null,null,void 0);break}default:t.memoizedState=null}return t.child}function H$(e,t,a){P3(t,t.stateNode.containerInfo);var s=t.pendingProps;return e===null?t.child=Xh(t,null,s,a):fu(e,t,s,a),t.child}var V9=!1;function $$(e,t,a){var s=t.type,p=s._context,y=t.pendingProps,b=t.memoizedProps,B=y.value;{"value"in y||V9||(V9=!0,S("The `value` prop is required for the `<Context.Provider>`. Did you misspell it or forget to pass it?"));var U=t.type.propTypes;U&&Oc(U,y,"prop","Context.Provider")}if(OC(t,p,B),b!==null){var X=b.value;if(Jt(X,B)){if(b.children===y.children&&!B0())return cd(e,t,a)}else LH(t,p,a)}var ee=y.children;return fu(e,t,ee,a),t.child}var K9=!1;function j$(e,t,a){var s=t.type;s._context===void 0?s!==s.Consumer&&(K9||(K9=!0,S("Rendering <Context> directly is not supported and will be removed in a future major release. Did you mean to render <Context.Consumer> instead?"))):s=s._context;var p=t.pendingProps,y=p.children;typeof y!="function"&&S("A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it."),Gh(t,a);var b=uo(s);dl(t);var B;return H1.current=t,za(!0),B=y(b),za(!1),wo(),t.flags|=yo,fu(e,t,B,a),t.child}function j1(){zc=!0}function Tg(e,t){(t.mode&Wn)===qt&&e!==null&&(e.alternate=null,t.alternate=null,t.flags|=Hr)}function cd(e,t,a){return e!==null&&(t.dependencies=e.dependencies),T9(),tm(t.lanes),Ki(a,t.childLanes)?(GH(e,t),t.child):null}function V$(e,t,a){{var s=t.return;if(s===null)throw new Error("Cannot swap the root fiber.");if(e.alternate=null,t.alternate=null,a.index=t.index,a.sibling=t.sibling,a.return=t.return,a.ref=t.ref,t===s.child)s.child=a;else{var p=s.child;if(p===null)throw new Error("Expected parent to have a child.");for(;p.sibling!==t;)if(p=p.sibling,p===null)throw new Error("Expected to find the previous sibling.");p.sibling=a}var y=s.deletions;return y===null?(s.deletions=[e],s.flags|=or):y.push(e),a.flags|=Hr,a}}function FS(e,t){var a=e.lanes;return!!Ki(a,t)}function K$(e,t,a){switch(t.tag){case $:z9(t),t.stateNode,Wh();break;case J:qC(t);break;case N:{var s=t.type;wf(s)&&L0(t);break}case K:P3(t,t.stateNode.containerInfo);break;case Ce:{var p=t.memoizedProps.value,y=t.type._context;OC(t,y,p);break}case we:{var b=Ki(a,t.childLanes);b&&(t.flags|=Bn);{var B=t.stateNode;B.effectDuration=0,B.passiveEffectDuration=0}}break;case Be:{var U=t.memoizedState;if(U!==null){if(U.dehydrated!==null)return ep(t,Qh(Nc.current)),t.flags|=Cn,null;var X=t.child,ee=X.childLanes;if(Ki(a,ee))return P9(e,t,a);ep(t,Qh(Nc.current));var ge=cd(e,t,a);return ge!==null?ge.sibling:null}else ep(t,Qh(Nc.current));break}case Ze:{var ve=(e.flags&Cn)!==rn,Fe=Ki(a,t.childLanes);if(ve){if(Fe)return j9(e,t,a);t.flags|=Cn}var ze=t.memoizedState;if(ze!==null&&(ze.rendering=null,ze.tail=null,ze.lastEffect=null),ep(t,Nc.current),Fe)break;return null}case He:case rt:return t.lanes=Ve,B9(e,t,a)}return cd(e,t,a)}function W9(e,t,a){if(t._debugNeedsRemount&&e!==null)return V$(e,t,s6(t.type,t.key,t.pendingProps,t._debugOwner||null,t.mode,t.lanes));if(e!==null){var s=e.memoizedProps,p=t.pendingProps;if(s!==p||B0()||t.type!==e.type)zc=!0;else{var y=FS(e,a);if(!y&&(t.flags&Cn)===rn)return zc=!1,K$(e,t,a);(e.flags&ss)!==rn?zc=!0:zc=!1}}else if(zc=!1,gl()&&gH(t)){var b=t.index,B=yH();SC(t,B,b)}switch(t.lanes=Ve,t.tag){case q:return T$(e,t,t.type,a);case ct:{var U=t.elementType;return b$(e,t,U,a)}case x:{var X=t.type,ee=t.pendingProps,ge=t.elementType===X?ee:Bc(X,ee);return xS(e,t,X,ge,a)}case N:{var ve=t.type,Fe=t.pendingProps,ze=t.elementType===ve?Fe:Bc(ve,Fe);return L9(e,t,ve,ze,a)}case $:return w$(e,t,a);case J:return C$(e,t,a);case te:return _$(e,t);case Be:return P9(e,t,a);case K:return H$(e,t,a);case Se:{var Ke=t.type,$t=t.pendingProps,xn=t.elementType===Ke?$t:Bc(Ke,$t);return O9(e,t,Ke,xn,a)}case le:return y$(e,t,a);case ie:return S$(e,t,a);case we:return E$(e,t,a);case Ce:return $$(e,t,a);case oe:return j$(e,t,a);case nt:{var pn=t.type,Fr=t.pendingProps,Er=Bc(pn,Fr);if(t.type!==t.elementType){var ke=pn.propTypes;ke&&Oc(ke,Er,"prop",ln(pn))}return Er=Bc(pn.type,Er),M9(e,t,pn,Er,a)}case je:return F9(e,t,t.type,t.pendingProps,a);case Xe:{var We=t.type,Re=t.pendingProps,pt=t.elementType===We?Re:Bc(We,Re);return x$(e,t,We,pt,a)}case Ze:return j9(e,t,a);case ut:break;case He:return B9(e,t,a)}throw new Error("Unknown unit of work tag ("+t.tag+"). This error is likely caused by a bug in React. Please file an issue.")}function rv(e){e.flags|=Bn}function Y9(e){e.flags|=Ui,e.flags|=Uf}var G9,BS,X9,q9;G9=function(e,t,a,s){for(var p=t.child;p!==null;){if(p.tag===J||p.tag===te)hU(e,p.stateNode);else if(p.tag!==K){if(p.child!==null){p.child.return=p,p=p.child;continue}}if(p===t)return;for(;p.sibling===null;){if(p.return===null||p.return===t)return;p=p.return}p.sibling.return=p.return,p=p.sibling}},BS=function(e,t){},X9=function(e,t,a,s,p){var y=e.memoizedProps;if(y!==s){var b=t.stateNode,B=U3(),U=mU(b,a,y,s,p,B);t.updateQueue=U,U&&rv(t)}},q9=function(e,t,a,s){a!==s&&rv(t)};function V1(e,t){if(!gl())switch(e.tailMode){case"hidden":{for(var a=e.tail,s=null;a!==null;)a.alternate!==null&&(s=a),a=a.sibling;s===null?e.tail=null:s.sibling=null;break}case"collapsed":{for(var p=e.tail,y=null;p!==null;)p.alternate!==null&&(y=p),p=p.sibling;y===null?!t&&e.tail!==null?e.tail.sibling=null:e.tail=null:y.sibling=null;break}}}function Sl(e){var t=e.alternate!==null&&e.alternate.child===e.child,a=Ve,s=rn;if(t){if((e.mode&cn)!==qt){for(var U=e.selfBaseDuration,X=e.child;X!==null;)a=Un(a,Un(X.lanes,X.childLanes)),s|=X.subtreeFlags&_a,s|=X.flags&_a,U+=X.treeBaseDuration,X=X.sibling;e.treeBaseDuration=U}else for(var ee=e.child;ee!==null;)a=Un(a,Un(ee.lanes,ee.childLanes)),s|=ee.subtreeFlags&_a,s|=ee.flags&_a,ee.return=e,ee=ee.sibling;e.subtreeFlags|=s}else{if((e.mode&cn)!==qt){for(var p=e.actualDuration,y=e.selfBaseDuration,b=e.child;b!==null;)a=Un(a,Un(b.lanes,b.childLanes)),s|=b.subtreeFlags,s|=b.flags,p+=b.actualDuration,y+=b.treeBaseDuration,b=b.sibling;e.actualDuration=p,e.treeBaseDuration=y}else for(var B=e.child;B!==null;)a=Un(a,Un(B.lanes,B.childLanes)),s|=B.subtreeFlags,s|=B.flags,B.return=e,B=B.sibling;e.subtreeFlags|=s}return e.childLanes=a,t}function W$(e,t,a){if(OH()&&(t.mode&Wn)!==qt&&(t.flags&Cn)===rn)return TC(t),Wh(),t.flags|=Ca|Di|oi,!1;var s=H0(t);if(a!==null&&a.dehydrated!==null)if(e===null){if(!s)throw new Error("A dehydrated suspense component was completed without a hydrated node. This is probably a bug in React.");if(DH(t),Sl(t),(t.mode&cn)!==qt){var p=a!==null;if(p){var y=t.child;y!==null&&(t.treeBaseDuration-=y.treeBaseDuration)}}return!1}else{if(Wh(),(t.flags&Cn)===rn&&(t.memoizedState=null),t.flags|=Bn,Sl(t),(t.mode&cn)!==qt){var b=a!==null;if(b){var B=t.child;B!==null&&(t.treeBaseDuration-=B.treeBaseDuration)}}return!1}else return kC(),!0}function Q9(e,t,a){var s=t.pendingProps;switch(o3(t),t.tag){case q:case ct:case je:case x:case Se:case le:case ie:case we:case oe:case nt:return Sl(t),null;case N:{var p=t.type;return wf(p)&&N0(t),Sl(t),null}case $:{var y=t.stateNode;if(qh(t),n3(t),K3(),y.pendingContext&&(y.context=y.pendingContext,y.pendingContext=null),e===null||e.child===null){var b=H0(t);if(b)rv(t);else if(e!==null){var B=e.memoizedState;(!B.isDehydrated||(t.flags&Ca)!==rn)&&(t.flags|=Eo,kC())}}return BS(e,t),Sl(t),null}case J:{H3(t);var U=XC(),X=t.type;if(e!==null&&t.stateNode!=null)X9(e,t,X,s,U),e.ref!==t.ref&&Y9(t);else{if(!s){if(t.stateNode===null)throw new Error("We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.");return Sl(t),null}var ee=U3(),ge=H0(t);if(ge)kH(t,U,ee)&&rv(t);else{var ve=pU(X,s,U,ee,t);G9(ve,t,!1,!1),t.stateNode=ve,vU(ve,X,s,U)&&rv(t)}t.ref!==null&&Y9(t)}return Sl(t),null}case te:{var Fe=s;if(e&&t.stateNode!=null){var ze=e.memoizedProps;q9(e,t,ze,Fe)}else{if(typeof Fe!="string"&&t.stateNode===null)throw new Error("We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.");var Ke=XC(),$t=U3(),xn=H0(t);xn?RH(t)&&rv(t):t.stateNode=gU(Fe,Ke,$t,t)}return Sl(t),null}case Be:{Jh(t);var pn=t.memoizedState;if(e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){var Fr=W$(e,t,pn);if(!Fr)return t.flags&oi?t:null}if((t.flags&Cn)!==rn)return t.lanes=a,(t.mode&cn)!==qt&&mS(t),t;var Er=pn!==null,ke=e!==null&&e.memoizedState!==null;if(Er!==ke&&Er){var We=t.child;if(We.flags|=au,(t.mode&Wn)!==qt){var Re=e===null&&(t.memoizedProps.unstable_avoidThisFallback!==!0||!lt);Re||$3(Nc.current,JC)?Yj():JS()}}var pt=t.updateQueue;if(pt!==null&&(t.flags|=Bn),Sl(t),(t.mode&cn)!==qt&&Er){var jt=t.child;jt!==null&&(t.treeBaseDuration-=jt.treeBaseDuration)}return null}case K:return qh(t),BS(e,t),e===null&&cH(t.stateNode.containerInfo),Sl(t),null;case Ce:var Nt=t.type._context;return v3(Nt,t),Sl(t),null;case Xe:{var Ln=t.type;return wf(Ln)&&N0(t),Sl(t),null}case Ze:{Jh(t);var Yn=t.memoizedState;if(Yn===null)return Sl(t),null;var ma=(t.flags&Cn)!==rn,Vr=Yn.rendering;if(Vr===null)if(ma)V1(Yn,!1);else{var Xi=Xj()&&(e===null||(e.flags&Cn)===rn);if(!Xi)for(var Kr=t.child;Kr!==null;){var Bi=ag(Kr);if(Bi!==null){ma=!0,t.flags|=Cn,V1(Yn,!1);var $l=Bi.updateQueue;return $l!==null&&(t.updateQueue=$l,t.flags|=Bn),t.subtreeFlags=rn,XH(t,a),ep(t,j3(Nc.current,F1)),t.child}Kr=Kr.sibling}Yn.tail!==null&&Xr()>y5()&&(t.flags|=Cn,ma=!0,V1(Yn,!1),t.lanes=gs)}else{if(!ma){var bl=ag(Vr);if(bl!==null){t.flags|=Cn,ma=!0;var ws=bl.updateQueue;if(ws!==null&&(t.updateQueue=ws,t.flags|=Bn),V1(Yn,!0),Yn.tail===null&&Yn.tailMode==="hidden"&&!Vr.alternate&&!gl())return Sl(t),null}else Xr()*2-Yn.renderingStartTime>y5()&&a!==ji&&(t.flags|=Cn,ma=!0,V1(Yn,!1),t.lanes=gs)}if(Yn.isBackwards)Vr.sibling=t.child,t.child=Vr;else{var hu=Yn.last;hu!==null?hu.sibling=Vr:t.child=Vr,Yn.last=Vr}}if(Yn.tail!==null){var vu=Yn.tail;Yn.rendering=vu,Yn.tail=vu.sibling,Yn.renderingStartTime=Xr(),vu.sibling=null;var jl=Nc.current;return ma?jl=j3(jl,F1):jl=Qh(jl),ep(t,jl),vu}return Sl(t),null}case ut:break;case He:case rt:{QS(t);var vd=t.memoizedState,fv=vd!==null;if(e!==null){var om=e.memoizedState,Df=om!==null;Df!==fv&&!Ye&&(t.flags|=au)}return!fv||(t.mode&Wn)===qt?Sl(t):Ki(Rf,ji)&&(Sl(t),t.subtreeFlags&(Hr|Bn)&&(t.flags|=au)),null}case Xt:return null;case kt:return null}throw new Error("Unknown unit of work tag ("+t.tag+"). This error is likely caused by a bug in React. Please file an issue.")}function Y$(e,t,a){switch(o3(t),t.tag){case N:{var s=t.type;wf(s)&&N0(t);var p=t.flags;return p&oi?(t.flags=p&~oi|Cn,(t.mode&cn)!==qt&&mS(t),t):null}case $:{t.stateNode,qh(t),n3(t),K3();var y=t.flags;return(y&oi)!==rn&&(y&Cn)===rn?(t.flags=y&~oi|Cn,t):null}case J:return H3(t),null;case Be:{Jh(t);var b=t.memoizedState;if(b!==null&&b.dehydrated!==null){if(t.alternate===null)throw new Error("Threw in newly mounted dehydrated component. This is likely a bug in React. Please file an issue.");Wh()}var B=t.flags;return B&oi?(t.flags=B&~oi|Cn,(t.mode&cn)!==qt&&mS(t),t):null}case Ze:return Jh(t),null;case K:return qh(t),null;case Ce:var U=t.type._context;return v3(U,t),null;case He:case rt:return QS(t),null;case Xt:return null;default:return null}}function J9(e,t,a){switch(o3(t),t.tag){case N:{var s=t.type.childContextTypes;s!=null&&N0(t);break}case $:{t.stateNode,qh(t),n3(t),K3();break}case J:{H3(t);break}case K:qh(t);break;case Be:Jh(t);break;case Ze:Jh(t);break;case Ce:var p=t.type._context;v3(p,t);break;case He:case rt:QS(t);break}}var Z9=null;Z9=new Set;var kg=!1,El=!1,G$=typeof WeakSet=="function"?WeakSet:Set,Zt=null,av=null,iv=null;function X$(e){nu(null,function(){throw e}),cc()}var q$=function(e,t){if(t.props=e.memoizedProps,t.state=e.memoizedState,e.mode&cn)try{Tf(),t.componentWillUnmount()}finally{xf(e)}else t.componentWillUnmount()};function e5(e,t){try{rp(ko,e)}catch(a){Na(e,t,a)}}function NS(e,t,a){try{q$(e,a)}catch(s){Na(e,t,s)}}function Q$(e,t,a){try{a.componentDidMount()}catch(s){Na(e,t,s)}}function t5(e,t){try{r5(e)}catch(a){Na(e,t,a)}}function ov(e,t){var a=e.ref;if(a!==null)if(typeof a=="function"){var s;try{if(wt&&zn&&e.mode&cn)try{Tf(),s=a(null)}finally{xf(e)}else s=a(null)}catch(p){Na(e,t,p)}typeof s=="function"&&S("Unexpected return value from a callback ref in %s. A callback ref should not return a function.",un(e))}else a.current=null}function Rg(e,t,a){try{a()}catch(s){Na(e,t,s)}}var n5=!1;function J$(e,t){fU(e.containerInfo),Zt=t,Z$();var a=n5;return n5=!1,a}function Z$(){for(;Zt!==null;){var e=Zt,t=e.child;(e.subtreeFlags&Bu)!==rn&&t!==null?(t.return=e,Zt=t):ej()}}function ej(){for(;Zt!==null;){var e=Zt;mr(e);try{tj(e)}catch(a){Na(e,e.return,a)}br();var t=e.sibling;if(t!==null){t.return=e.return,Zt=t;return}Zt=e.return}}function tj(e){var t=e.alternate,a=e.flags;if((a&Eo)!==rn){switch(mr(e),e.tag){case x:case Se:case je:break;case N:{if(t!==null){var s=t.memoizedProps,p=t.memoizedState,y=e.stateNode;e.type===e.elementType&&!Qp&&(y.props!==e.memoizedProps&&S("Expected %s props to match memoized props before getSnapshotBeforeUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",un(e)||"instance"),y.state!==e.memoizedState&&S("Expected %s state to match memoized state before getSnapshotBeforeUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",un(e)||"instance"));var b=y.getSnapshotBeforeUpdate(e.elementType===e.type?s:Bc(e.type,s),p);{var B=Z9;b===void 0&&!B.has(e.type)&&(B.add(e.type),S("%s.getSnapshotBeforeUpdate(): A snapshot value (or null) must be returned. You have returned undefined.",un(e)))}y.__reactInternalSnapshotBeforeUpdate=b}break}case $:{{var U=e.stateNode;LU(U.containerInfo)}break}case J:case te:case K:case Xe:break;default:throw new Error("This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.")}br()}}function Ic(e,t,a){var s=t.updateQueue,p=s!==null?s.lastEffect:null;if(p!==null){var y=p.next,b=y;do{if((b.tag&e)===e){var B=b.destroy;b.destroy=void 0,B!==void 0&&((e&yl)!==Qu?zl(t):(e&ko)!==Qu&&cf(t),(e&Cf)!==Qu&&rm(!0),Rg(t,a,B),(e&Cf)!==Qu&&rm(!1),(e&yl)!==Qu?Od():(e&ko)!==Qu&&Ps())}b=b.next}while(b!==y)}}function rp(e,t){var a=t.updateQueue,s=a!==null?a.lastEffect:null;if(s!==null){var p=s.next,y=p;do{if((y.tag&e)===e){(e&yl)!==Qu?Wf(t):(e&ko)!==Qu&&Yf(t);var b=y.create;(e&Cf)!==Qu&&rm(!0),y.destroy=b(),(e&Cf)!==Qu&&rm(!1),(e&yl)!==Qu?mc():(e&ko)!==Qu&&pl();{var B=y.destroy;if(B!==void 0&&typeof B!="function"){var U=void 0;(y.tag&ko)!==rn?U="useLayoutEffect":(y.tag&Cf)!==rn?U="useInsertionEffect":U="useEffect";var X=void 0;B===null?X=" You returned null. If your effect does not require clean up, return undefined (or nothing).":typeof B.then=="function"?X=`
283
+
284
+ It looks like you wrote `+U+`(async () => ...) or returned a Promise. Instead, write the async function inside your effect and call it immediately:
285
+
286
+ `+U+`(() => {
287
+ async function fetchData() {
288
+ // You can await here
289
+ const response = await MyAPI.getData(someId);
290
+ // ...
291
+ }
292
+ fetchData();
293
+ }, [someId]); // Or [] if effect doesn't need props or state
294
+
295
+ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-fetching`:X=" You returned: "+B,S("%s must not return anything besides a function, which is used for clean-up.%s",U,X)}}}y=y.next}while(y!==p)}}function nj(e,t){if((t.flags&Bn)!==rn)switch(t.tag){case we:{var a=t.stateNode.passiveEffectDuration,s=t.memoizedProps,p=s.id,y=s.onPostCommit,b=b9(),B=t.alternate===null?"mount":"update";_9()&&(B="nested-update"),typeof y=="function"&&y(p,B,a,b);var U=t.return;e:for(;U!==null;){switch(U.tag){case $:var X=U.stateNode;X.passiveEffectDuration+=a;break e;case we:var ee=U.stateNode;ee.passiveEffectDuration+=a;break e}U=U.return}break}}}function rj(e,t,a,s){if((a.flags&Tn)!==rn)switch(a.tag){case x:case Se:case je:{if(!El)if(a.mode&cn)try{Tf(),rp(ko|To,a)}finally{xf(a)}else rp(ko|To,a);break}case N:{var p=a.stateNode;if(a.flags&Bn&&!El)if(t===null)if(a.type===a.elementType&&!Qp&&(p.props!==a.memoizedProps&&S("Expected %s props to match memoized props before componentDidMount. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",un(a)||"instance"),p.state!==a.memoizedState&&S("Expected %s state to match memoized state before componentDidMount. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",un(a)||"instance")),a.mode&cn)try{Tf(),p.componentDidMount()}finally{xf(a)}else p.componentDidMount();else{var y=a.elementType===a.type?t.memoizedProps:Bc(a.type,t.memoizedProps),b=t.memoizedState;if(a.type===a.elementType&&!Qp&&(p.props!==a.memoizedProps&&S("Expected %s props to match memoized props before componentDidUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",un(a)||"instance"),p.state!==a.memoizedState&&S("Expected %s state to match memoized state before componentDidUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",un(a)||"instance")),a.mode&cn)try{Tf(),p.componentDidUpdate(y,b,p.__reactInternalSnapshotBeforeUpdate)}finally{xf(a)}else p.componentDidUpdate(y,b,p.__reactInternalSnapshotBeforeUpdate)}var B=a.updateQueue;B!==null&&(a.type===a.elementType&&!Qp&&(p.props!==a.memoizedProps&&S("Expected %s props to match memoized props before processing the update queue. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",un(a)||"instance"),p.state!==a.memoizedState&&S("Expected %s state to match memoized state before processing the update queue. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",un(a)||"instance")),zC(a,B,p));break}case $:{var U=a.updateQueue;if(U!==null){var X=null;if(a.child!==null)switch(a.child.tag){case J:X=a.child.stateNode;break;case N:X=a.child.stateNode;break}zC(a,U,X)}break}case J:{var ee=a.stateNode;if(t===null&&a.flags&Bn){var ge=a.type,ve=a.memoizedProps;CU(ee,ge,ve)}break}case te:break;case K:break;case we:{{var Fe=a.memoizedProps,ze=Fe.onCommit,Ke=Fe.onRender,$t=a.stateNode.effectDuration,xn=b9(),pn=t===null?"mount":"update";_9()&&(pn="nested-update"),typeof Ke=="function"&&Ke(a.memoizedProps.id,pn,a.actualDuration,a.treeBaseDuration,a.actualStartTime,xn);{typeof ze=="function"&&ze(a.memoizedProps.id,pn,$t,xn),eV(a);var Fr=a.return;e:for(;Fr!==null;){switch(Fr.tag){case $:var Er=Fr.stateNode;Er.effectDuration+=$t;break e;case we:var ke=Fr.stateNode;ke.effectDuration+=$t;break e}Fr=Fr.return}}}break}case Be:{fj(e,a);break}case Ze:case Xe:case ut:case He:case rt:case kt:break;default:throw new Error("This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.")}El||a.flags&Ui&&r5(a)}function aj(e){switch(e.tag){case x:case Se:case je:{if(e.mode&cn)try{Tf(),e5(e,e.return)}finally{xf(e)}else e5(e,e.return);break}case N:{var t=e.stateNode;typeof t.componentDidMount=="function"&&Q$(e,e.return,t),t5(e,e.return);break}case J:{t5(e,e.return);break}}}function ij(e,t){for(var a=null,s=e;;){if(s.tag===J){if(a===null){a=s;try{var p=s.stateNode;t?MU(p):BU(s.stateNode,s.memoizedProps)}catch(b){Na(e,e.return,b)}}}else if(s.tag===te){if(a===null)try{var y=s.stateNode;t?FU(y):NU(y,s.memoizedProps)}catch(b){Na(e,e.return,b)}}else if(!((s.tag===He||s.tag===rt)&&s.memoizedState!==null&&s!==e)){if(s.child!==null){s.child.return=s,s=s.child;continue}}if(s===e)return;for(;s.sibling===null;){if(s.return===null||s.return===e)return;a===s&&(a=null),s=s.return}a===s&&(a=null),s.sibling.return=s.return,s=s.sibling}}function r5(e){var t=e.ref;if(t!==null){var a=e.stateNode,s;switch(e.tag){case J:s=a;break;default:s=a}if(typeof t=="function"){var p;if(e.mode&cn)try{Tf(),p=t(s)}finally{xf(e)}else p=t(s);typeof p=="function"&&S("Unexpected return value from a callback ref in %s. A callback ref should not return a function.",un(e))}else t.hasOwnProperty("current")||S("Unexpected ref object provided for %s. Use either a ref-setter function or React.createRef().",un(e)),t.current=s}}function oj(e){var t=e.alternate;t!==null&&(t.return=null),e.return=null}function a5(e){var t=e.alternate;t!==null&&(e.alternate=null,a5(t));{if(e.child=null,e.deletions=null,e.sibling=null,e.tag===J){var a=e.stateNode;a!==null&&pH(a)}e.stateNode=null,e._debugOwner=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}}function lj(e){for(var t=e.return;t!==null;){if(i5(t))return t;t=t.return}throw new Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.")}function i5(e){return e.tag===J||e.tag===$||e.tag===K}function o5(e){var t=e;e:for(;;){for(;t.sibling===null;){if(t.return===null||i5(t.return))return null;t=t.return}for(t.sibling.return=t.return,t=t.sibling;t.tag!==J&&t.tag!==te&&t.tag!==ht;){if(t.flags&Hr||t.child===null||t.tag===K)continue e;t.child.return=t,t=t.child}if(!(t.flags&Hr))return t.stateNode}}function uj(e){var t=lj(e);switch(t.tag){case J:{var a=t.stateNode;t.flags&yr&&(lC(a),t.flags&=~yr);var s=o5(e);zS(e,s,a);break}case $:case K:{var p=t.stateNode.containerInfo,y=o5(e);LS(e,y,p);break}default:throw new Error("Invalid host parent fiber. This error is likely caused by a bug in React. Please file an issue.")}}function LS(e,t,a){var s=e.tag,p=s===J||s===te;if(p){var y=e.stateNode;t?RU(a,y,t):TU(a,y)}else if(s!==K){var b=e.child;if(b!==null){LS(b,t,a);for(var B=b.sibling;B!==null;)LS(B,t,a),B=B.sibling}}}function zS(e,t,a){var s=e.tag,p=s===J||s===te;if(p){var y=e.stateNode;t?kU(a,y,t):xU(a,y)}else if(s!==K){var b=e.child;if(b!==null){zS(b,t,a);for(var B=b.sibling;B!==null;)zS(B,t,a),B=B.sibling}}}var wl=null,Pc=!1;function sj(e,t,a){{var s=t;e:for(;s!==null;){switch(s.tag){case J:{wl=s.stateNode,Pc=!1;break e}case $:{wl=s.stateNode.containerInfo,Pc=!0;break e}case K:{wl=s.stateNode.containerInfo,Pc=!0;break e}}s=s.return}if(wl===null)throw new Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.");l5(e,t,a),wl=null,Pc=!1}oj(a)}function ap(e,t,a){for(var s=a.child;s!==null;)l5(e,t,s),s=s.sibling}function l5(e,t,a){switch(sf(a),a.tag){case J:El||ov(a,t);case te:{{var s=wl,p=Pc;wl=null,ap(e,t,a),wl=s,Pc=p,wl!==null&&(Pc?AU(wl,a.stateNode):DU(wl,a.stateNode))}return}case ht:{wl!==null&&(Pc?OU(wl,a.stateNode):G2(wl,a.stateNode));return}case K:{{var y=wl,b=Pc;wl=a.stateNode.containerInfo,Pc=!0,ap(e,t,a),wl=y,Pc=b}return}case x:case Se:case nt:case je:{if(!El){var B=a.updateQueue;if(B!==null){var U=B.lastEffect;if(U!==null){var X=U.next,ee=X;do{var ge=ee,ve=ge.destroy,Fe=ge.tag;ve!==void 0&&((Fe&Cf)!==Qu?Rg(a,t,ve):(Fe&ko)!==Qu&&(cf(a),a.mode&cn?(Tf(),Rg(a,t,ve),xf(a)):Rg(a,t,ve),Ps())),ee=ee.next}while(ee!==X)}}}ap(e,t,a);return}case N:{if(!El){ov(a,t);var ze=a.stateNode;typeof ze.componentWillUnmount=="function"&&NS(a,t,ze)}ap(e,t,a);return}case ut:{ap(e,t,a);return}case He:{if(a.mode&Wn){var Ke=El;El=Ke||a.memoizedState!==null,ap(e,t,a),El=Ke}else ap(e,t,a);break}default:{ap(e,t,a);return}}}function cj(e){e.memoizedState}function fj(e,t){var a=t.memoizedState;if(a===null){var s=t.alternate;if(s!==null){var p=s.memoizedState;if(p!==null){var y=p.dehydrated;y!==null&&qU(y)}}}}function u5(e){var t=e.updateQueue;if(t!==null){e.updateQueue=null;var a=e.stateNode;a===null&&(a=e.stateNode=new G$),t.forEach(function(s){var p=lV.bind(null,e,s);if(!a.has(s)){if(a.add(s),Si)if(av!==null&&iv!==null)nm(iv,av);else throw Error("Expected finished root and lanes to be set. This is a bug in React.");s.then(p,p)}})}}function dj(e,t,a){av=a,iv=e,mr(t),s5(t,e),mr(t),av=null,iv=null}function Uc(e,t,a){var s=t.deletions;if(s!==null)for(var p=0;p<s.length;p++){var y=s[p];try{sj(e,t,y)}catch(U){Na(y,t,U)}}var b=No();if(t.subtreeFlags&yi)for(var B=t.child;B!==null;)mr(B),s5(B,e),B=B.sibling;mr(b)}function s5(e,t,a){var s=e.alternate,p=e.flags;switch(e.tag){case x:case Se:case nt:case je:{if(Uc(t,e),kf(e),p&Bn){try{Ic(Cf|To,e,e.return),rp(Cf|To,e)}catch(Ln){Na(e,e.return,Ln)}if(e.mode&cn){try{Tf(),Ic(ko|To,e,e.return)}catch(Ln){Na(e,e.return,Ln)}xf(e)}else try{Ic(ko|To,e,e.return)}catch(Ln){Na(e,e.return,Ln)}}return}case N:{Uc(t,e),kf(e),p&Ui&&s!==null&&ov(s,s.return);return}case J:{Uc(t,e),kf(e),p&Ui&&s!==null&&ov(s,s.return);{if(e.flags&yr){var y=e.stateNode;try{lC(y)}catch(Ln){Na(e,e.return,Ln)}}if(p&Bn){var b=e.stateNode;if(b!=null){var B=e.memoizedProps,U=s!==null?s.memoizedProps:B,X=e.type,ee=e.updateQueue;if(e.updateQueue=null,ee!==null)try{_U(b,ee,X,U,B,e)}catch(Ln){Na(e,e.return,Ln)}}}}return}case te:{if(Uc(t,e),kf(e),p&Bn){if(e.stateNode===null)throw new Error("This should have a text node initialized. This error is likely caused by a bug in React. Please file an issue.");var ge=e.stateNode,ve=e.memoizedProps,Fe=s!==null?s.memoizedProps:ve;try{bU(ge,Fe,ve)}catch(Ln){Na(e,e.return,Ln)}}return}case $:{if(Uc(t,e),kf(e),p&Bn&&s!==null){var ze=s.memoizedState;if(ze.isDehydrated)try{XU(t.containerInfo)}catch(Ln){Na(e,e.return,Ln)}}return}case K:{Uc(t,e),kf(e);return}case Be:{Uc(t,e),kf(e);var Ke=e.child;if(Ke.flags&au){var $t=Ke.stateNode,xn=Ke.memoizedState,pn=xn!==null;if($t.isHidden=pn,pn){var Fr=Ke.alternate!==null&&Ke.alternate.memoizedState!==null;Fr||Wj()}}if(p&Bn){try{cj(e)}catch(Ln){Na(e,e.return,Ln)}u5(e)}return}case He:{var Er=s!==null&&s.memoizedState!==null;if(e.mode&Wn){var ke=El;El=ke||Er,Uc(t,e),El=ke}else Uc(t,e);if(kf(e),p&au){var We=e.stateNode,Re=e.memoizedState,pt=Re!==null,jt=e;if(We.isHidden=pt,pt&&!Er&&(jt.mode&Wn)!==qt){Zt=jt;for(var Nt=jt.child;Nt!==null;)Zt=Nt,hj(Nt),Nt=Nt.sibling}ij(jt,pt)}return}case Ze:{Uc(t,e),kf(e),p&Bn&&u5(e);return}case ut:return;default:{Uc(t,e),kf(e);return}}}function kf(e){var t=e.flags;if(t&Hr){try{uj(e)}catch(a){Na(e,e.return,a)}e.flags&=~Hr}t&$o&&(e.flags&=~$o)}function pj(e,t,a){av=a,iv=t,Zt=e,c5(e,t,a),av=null,iv=null}function c5(e,t,a){for(var s=(e.mode&Wn)!==qt;Zt!==null;){var p=Zt,y=p.child;if(p.tag===He&&s){var b=p.memoizedState!==null,B=b||kg;if(B){IS(e,t,a);continue}else{var U=p.alternate,X=U!==null&&U.memoizedState!==null,ee=X||El,ge=kg,ve=El;kg=B,El=ee,El&&!ve&&(Zt=p,vj(p));for(var Fe=y;Fe!==null;)Zt=Fe,c5(Fe,t,a),Fe=Fe.sibling;Zt=p,kg=ge,El=ve,IS(e,t,a);continue}}(p.subtreeFlags&Tn)!==rn&&y!==null?(y.return=p,Zt=y):IS(e,t,a)}}function IS(e,t,a){for(;Zt!==null;){var s=Zt;if((s.flags&Tn)!==rn){var p=s.alternate;mr(s);try{rj(t,p,s,a)}catch(b){Na(s,s.return,b)}br()}if(s===e){Zt=null;return}var y=s.sibling;if(y!==null){y.return=s.return,Zt=y;return}Zt=s.return}}function hj(e){for(;Zt!==null;){var t=Zt,a=t.child;switch(t.tag){case x:case Se:case nt:case je:{if(t.mode&cn)try{Tf(),Ic(ko,t,t.return)}finally{xf(t)}else Ic(ko,t,t.return);break}case N:{ov(t,t.return);var s=t.stateNode;typeof s.componentWillUnmount=="function"&&NS(t,t.return,s);break}case J:{ov(t,t.return);break}case He:{var p=t.memoizedState!==null;if(p){f5(e);continue}break}}a!==null?(a.return=t,Zt=a):f5(e)}}function f5(e){for(;Zt!==null;){var t=Zt;if(t===e){Zt=null;return}var a=t.sibling;if(a!==null){a.return=t.return,Zt=a;return}Zt=t.return}}function vj(e){for(;Zt!==null;){var t=Zt,a=t.child;if(t.tag===He){var s=t.memoizedState!==null;if(s){d5(e);continue}}a!==null?(a.return=t,Zt=a):d5(e)}}function d5(e){for(;Zt!==null;){var t=Zt;mr(t);try{aj(t)}catch(s){Na(t,t.return,s)}if(br(),t===e){Zt=null;return}var a=t.sibling;if(a!==null){a.return=t.return,Zt=a;return}Zt=t.return}}function mj(e,t,a,s){Zt=t,gj(t,e,a,s)}function gj(e,t,a,s){for(;Zt!==null;){var p=Zt,y=p.child;(p.subtreeFlags&li)!==rn&&y!==null?(y.return=p,Zt=y):yj(e,t,a,s)}}function yj(e,t,a,s){for(;Zt!==null;){var p=Zt;if((p.flags&da)!==rn){mr(p);try{Sj(t,p,a,s)}catch(b){Na(p,p.return,b)}br()}if(p===e){Zt=null;return}var y=p.sibling;if(y!==null){y.return=p.return,Zt=y;return}Zt=p.return}}function Sj(e,t,a,s){switch(t.tag){case x:case Se:case je:{if(t.mode&cn){vS();try{rp(yl|To,t)}finally{hS(t)}}else rp(yl|To,t);break}}}function Ej(e){Zt=e,wj()}function wj(){for(;Zt!==null;){var e=Zt,t=e.child;if((Zt.flags&or)!==rn){var a=e.deletions;if(a!==null){for(var s=0;s<a.length;s++){var p=a[s];Zt=p,bj(p,e)}{var y=e.alternate;if(y!==null){var b=y.child;if(b!==null){y.child=null;do{var B=b.sibling;b.sibling=null,b=B}while(b!==null)}}}Zt=e}}(e.subtreeFlags&li)!==rn&&t!==null?(t.return=e,Zt=t):Cj()}}function Cj(){for(;Zt!==null;){var e=Zt;(e.flags&da)!==rn&&(mr(e),_j(e),br());var t=e.sibling;if(t!==null){t.return=e.return,Zt=t;return}Zt=e.return}}function _j(e){switch(e.tag){case x:case Se:case je:{e.mode&cn?(vS(),Ic(yl|To,e,e.return),hS(e)):Ic(yl|To,e,e.return);break}}}function bj(e,t){for(;Zt!==null;){var a=Zt;mr(a),Tj(a,t),br();var s=a.child;s!==null?(s.return=a,Zt=s):xj(e)}}function xj(e){for(;Zt!==null;){var t=Zt,a=t.sibling,s=t.return;if(a5(t),t===e){Zt=null;return}if(a!==null){a.return=s,Zt=a;return}Zt=s}}function Tj(e,t){switch(e.tag){case x:case Se:case je:{e.mode&cn?(vS(),Ic(yl,e,t),hS(e)):Ic(yl,e,t);break}}}function kj(e){switch(e.tag){case x:case Se:case je:{try{rp(ko|To,e)}catch(a){Na(e,e.return,a)}break}case N:{var t=e.stateNode;try{t.componentDidMount()}catch(a){Na(e,e.return,a)}break}}}function Rj(e){switch(e.tag){case x:case Se:case je:{try{rp(yl|To,e)}catch(t){Na(e,e.return,t)}break}}}function Dj(e){switch(e.tag){case x:case Se:case je:{try{Ic(ko|To,e,e.return)}catch(a){Na(e,e.return,a)}break}case N:{var t=e.stateNode;typeof t.componentWillUnmount=="function"&&NS(e,e.return,t);break}}}function Aj(e){switch(e.tag){case x:case Se:case je:try{Ic(yl|To,e,e.return)}catch(t){Na(e,e.return,t)}}}if(typeof Symbol=="function"&&Symbol.for){var K1=Symbol.for;K1("selector.component"),K1("selector.has_pseudo_class"),K1("selector.role"),K1("selector.test_id"),K1("selector.text")}var Oj=[];function Mj(){Oj.forEach(function(e){return e()})}var Fj=l.ReactCurrentActQueue;function Bj(e){{var t=typeof IS_REACT_ACT_ENVIRONMENT<"u"?IS_REACT_ACT_ENVIRONMENT:void 0,a=typeof jest<"u";return a&&t!==!1}}function p5(){{var e=typeof IS_REACT_ACT_ENVIRONMENT<"u"?IS_REACT_ACT_ENVIRONMENT:void 0;return!e&&Fj.current!==null&&S("The current testing environment is not configured to support act(...)"),e}}var Nj=Math.ceil,PS=l.ReactCurrentDispatcher,US=l.ReactCurrentOwner,Cl=l.ReactCurrentBatchConfig,Hc=l.ReactCurrentActQueue,Ao=0,h5=1,_l=2,Zs=4,fd=0,W1=1,Jp=2,Dg=3,Y1=4,v5=5,HS=6,Mr=Ao,du=null,Ci=null,Oo=Ve,Rf=Ve,$S=Gd(Ve),Mo=fd,G1=null,Ag=Ve,X1=Ve,Og=Ve,q1=null,Ju=null,jS=0,m5=500,g5=1/0,Lj=500,dd=null;function Q1(){g5=Xr()+Lj}function y5(){return g5}var Mg=!1,VS=null,lv=null,Zp=!1,ip=null,J1=Ve,KS=[],WS=null,zj=50,Z1=0,YS=null,GS=!1,Fg=!1,Ij=50,uv=0,Bg=null,em=qr,Ng=Ve,S5=!1;function Lg(){return du}function pu(){return(Mr&(_l|Zs))!==Ao?Xr():(em!==qr||(em=Xr()),em)}function op(e){var t=e.mode;if((t&Wn)===qt)return yn;if((Mr&_l)!==Ao&&Oo!==Ve)return $n(Oo);var a=BH()!==FH;if(a){if(Cl.transition!==null){var s=Cl.transition;s._updatedFibers||(s._updatedFibers=new Set),s._updatedFibers.add(e)}return Ng===er&&(Ng=Mt()),Ng}var p=Ku();if(p!==er)return p;var y=yU();return y}function Pj(e){var t=e.mode;return(t&Wn)===qt?yn:Kt()}function Fo(e,t,a,s){sV(),S5&&S("useInsertionEffect must not schedule updates."),GS&&(Fg=!0),Gf(e,a,s),(Mr&_l)!==Ve&&e===du?dV(t):(Si&&Kv(e,t,a),pV(t),e===du&&((Mr&_l)===Ao&&(X1=Un(X1,a)),Mo===Y1&&lp(e,Oo)),Zu(e,s),a===yn&&Mr===Ao&&(t.mode&Wn)===qt&&!Hc.isBatchingLegacy&&(Q1(),yC()))}function Uj(e,t,a){var s=e.current;s.lanes=t,Gf(e,t,a),Zu(e,a)}function Hj(e){return(Mr&_l)!==Ao}function Zu(e,t){var a=e.callbackNode;he(e,t);var s=H(e,e===du?Oo:Ve);if(s===Ve){a!==null&&N5(a),e.callbackNode=null,e.callbackPriority=er;return}var p=Ht(s),y=e.callbackPriority;if(y===p&&!(Hc.current!==null&&a!==t6)){a==null&&y!==yn&&S("Expected scheduled callback to exist. This error is likely caused by a bug in React. Please file an issue.");return}a!=null&&N5(a);var b;if(p===yn)e.tag===Xd?(Hc.isBatchingLegacy!==null&&(Hc.didScheduleLegacyUpdate=!0),mH(C5.bind(null,e))):gC(C5.bind(null,e)),Hc.current!==null?Hc.current.push(qd):EU(function(){(Mr&(_l|Zs))===Ao&&qd()}),b=null;else{var B;switch(Dp(s)){case Go:B=hc;break;case xo:B=Ai;break;case Tc:B=Nl;break;case kp:B=ou;break;default:B=Nl;break}b=n6(B,E5.bind(null,e))}e.callbackPriority=p,e.callbackNode=b}function E5(e,t){if(s$(),em=qr,Ng=Ve,(Mr&(_l|Zs))!==Ao)throw new Error("Should not already be working.");var a=e.callbackNode,s=hd();if(s&&e.callbackNode!==a)return null;var p=H(e,e===du?Oo:Ve);if(p===Ve)return null;var y=!de(e,p)&&!Me(e,p)&&!t,b=y?Qj(e,p):Ig(e,p);if(b!==fd){if(b===Jp){var B=h(e);B!==Ve&&(p=B,b=XS(e,B))}if(b===W1){var U=G1;throw eh(e,Ve),lp(e,p),Zu(e,Xr()),U}if(b===HS)lp(e,p);else{var X=!de(e,p),ee=e.current.alternate;if(X&&!jj(ee)){if(b=Ig(e,p),b===Jp){var ge=h(e);ge!==Ve&&(p=ge,b=XS(e,ge))}if(b===W1){var ve=G1;throw eh(e,Ve),lp(e,p),Zu(e,Xr()),ve}}e.finishedWork=ee,e.finishedLanes=p,$j(e,b,p)}}return Zu(e,Xr()),e.callbackNode===a?E5.bind(null,e):null}function XS(e,t){var a=q1;if(Yi(e)){var s=eh(e,t);s.flags|=Ca,sH(e.containerInfo)}var p=Ig(e,t);if(p!==Jp){var y=Ju;Ju=a,y!==null&&w5(y)}return p}function w5(e){Ju===null?Ju=e:Ju.push.apply(Ju,e)}function $j(e,t,a){switch(t){case fd:case W1:throw new Error("Root did not complete. This is a bug in React.");case Jp:{th(e,Ju,dd);break}case Dg:{if(lp(e,a),L(a)&&!L5()){var s=jS+m5-Xr();if(s>10){var p=H(e,Ve);if(p!==Ve)break;var y=e.suspendedLanes;if(!Vu(y,a)){pu(),jv(e,y);break}e.timeoutHandle=W2(th.bind(null,e,Ju,dd),s);break}}th(e,Ju,dd);break}case Y1:{if(lp(e,a),ae(a))break;if(!L5()){var b=Q(e,a),B=b,U=Xr()-B,X=uV(U)-U;if(X>10){e.timeoutHandle=W2(th.bind(null,e,Ju,dd),X);break}}th(e,Ju,dd);break}case v5:{th(e,Ju,dd);break}default:throw new Error("Unknown root exit status.")}}function jj(e){for(var t=e;;){if(t.flags&fc){var a=t.updateQueue;if(a!==null){var s=a.stores;if(s!==null)for(var p=0;p<s.length;p++){var y=s[p],b=y.getSnapshot,B=y.value;try{if(!Jt(b(),B))return!1}catch{return!1}}}}var U=t.child;if(t.subtreeFlags&fc&&U!==null){U.return=t,t=U;continue}if(t===e)return!0;for(;t.sibling===null;){if(t.return===null||t.return===e)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}return!0}function lp(e,t){t=su(t,Og),t=su(t,X1),$v(e,t)}function C5(e){if(c$(),(Mr&(_l|Zs))!==Ao)throw new Error("Should not already be working.");hd();var t=H(e,Ve);if(!Ki(t,yn))return Zu(e,Xr()),null;var a=Ig(e,t);if(e.tag!==Xd&&a===Jp){var s=h(e);s!==Ve&&(t=s,a=XS(e,s))}if(a===W1){var p=G1;throw eh(e,Ve),lp(e,t),Zu(e,Xr()),p}if(a===HS)throw new Error("Root did not complete. This is a bug in React.");var y=e.current.alternate;return e.finishedWork=y,e.finishedLanes=t,th(e,Ju,dd),Zu(e,Xr()),null}function Vj(e,t){t!==Ve&&(Md(e,Un(t,yn)),Zu(e,Xr()),(Mr&(_l|Zs))===Ao&&(Q1(),qd()))}function qS(e,t){var a=Mr;Mr|=h5;try{return e(t)}finally{Mr=a,Mr===Ao&&!Hc.isBatchingLegacy&&(Q1(),yC())}}function Kj(e,t,a,s,p){var y=Ku(),b=Cl.transition;try{return Cl.transition=null,Wi(Go),e(t,a,s,p)}finally{Wi(y),Cl.transition=b,Mr===Ao&&Q1()}}function pd(e){ip!==null&&ip.tag===Xd&&(Mr&(_l|Zs))===Ao&&hd();var t=Mr;Mr|=h5;var a=Cl.transition,s=Ku();try{return Cl.transition=null,Wi(Go),e?e():void 0}finally{Wi(s),Cl.transition=a,Mr=t,(Mr&(_l|Zs))===Ao&&qd()}}function _5(){return(Mr&(_l|Zs))!==Ao}function zg(e,t){Ul($S,Rf,e),Rf=Un(Rf,t)}function QS(e){Rf=$S.current,Pl($S,e)}function eh(e,t){e.finishedWork=null,e.finishedLanes=Ve;var a=e.timeoutHandle;if(a!==Y2&&(e.timeoutHandle=Y2,SU(a)),Ci!==null)for(var s=Ci.return;s!==null;){var p=s.alternate;J9(p,s),s=s.return}du=e;var y=nh(e.current,null);return Ci=y,Oo=Rf=t,Mo=fd,G1=null,Ag=Ve,X1=Ve,Og=Ve,q1=null,Ju=null,IH(),Fc.discardPendingWarnings(),y}function b5(e,t){do{var a=Ci;try{if(K0(),e9(),br(),US.current=null,a===null||a.return===null){Mo=W1,G1=t,Ci=null;return}if(wt&&a.mode&cn&&_g(a,!0),Dt)if(wo(),t!==null&&typeof t=="object"&&typeof t.then=="function"){var s=t;ff(a,s,Oo)}else Lu(a,t,Oo);v$(e,a.return,a,t,Oo),R5(a)}catch(p){t=p,Ci===a&&a!==null?(a=a.return,Ci=a):a=Ci;continue}return}while(!0)}function x5(){var e=PS.current;return PS.current=yg,e===null?yg:e}function T5(e){PS.current=e}function Wj(){jS=Xr()}function tm(e){Ag=Un(e,Ag)}function Yj(){Mo===fd&&(Mo=Dg)}function JS(){(Mo===fd||Mo===Dg||Mo===Jp)&&(Mo=Y1),du!==null&&(R(Ag)||R(X1))&&lp(du,Oo)}function Gj(e){Mo!==Y1&&(Mo=Jp),q1===null?q1=[e]:q1.push(e)}function Xj(){return Mo===fd}function Ig(e,t){var a=Mr;Mr|=_l;var s=x5();if(du!==e||Oo!==t){if(Si){var p=e.memoizedUpdaters;p.size>0&&(nm(e,Oo),p.clear()),Sh(e,t)}dd=Wv(),eh(e,t)}Ha(t);do try{qj();break}catch(y){b5(e,y)}while(!0);if(K0(),Mr=a,T5(s),Ci!==null)throw new Error("Cannot commit an incomplete root. This error is likely caused by a bug in React. Please file an issue.");return Ei(),du=null,Oo=Ve,Mo}function qj(){for(;Ci!==null;)k5(Ci)}function Qj(e,t){var a=Mr;Mr|=_l;var s=x5();if(du!==e||Oo!==t){if(Si){var p=e.memoizedUpdaters;p.size>0&&(nm(e,Oo),p.clear()),Sh(e,t)}dd=Wv(),Q1(),eh(e,t)}Ha(t);do try{Jj();break}catch(y){b5(e,y)}while(!0);return K0(),T5(s),Mr=a,Ci!==null?(ds(),fd):(Ei(),du=null,Oo=Ve,Mo)}function Jj(){for(;Ci!==null&&!uf();)k5(Ci)}function k5(e){var t=e.alternate;mr(e);var a;(e.mode&cn)!==qt?(pS(e),a=ZS(t,e,Rf),_g(e,!0)):a=ZS(t,e,Rf),br(),e.memoizedProps=e.pendingProps,a===null?R5(e):Ci=a,US.current=null}function R5(e){var t=e;do{var a=t.alternate,s=t.return;if((t.flags&Di)===rn){mr(t);var p=void 0;if((t.mode&cn)===qt?p=Q9(a,t,Rf):(pS(t),p=Q9(a,t,Rf),_g(t,!1)),br(),p!==null){Ci=p;return}}else{var y=Y$(a,t);if(y!==null){y.flags&=dc,Ci=y;return}if((t.mode&cn)!==qt){_g(t,!1);for(var b=t.actualDuration,B=t.child;B!==null;)b+=B.actualDuration,B=B.sibling;t.actualDuration=b}if(s!==null)s.flags|=Di,s.subtreeFlags=rn,s.deletions=null;else{Mo=HS,Ci=null;return}}var U=t.sibling;if(U!==null){Ci=U;return}t=s,Ci=t}while(t!==null);Mo===fd&&(Mo=v5)}function th(e,t,a){var s=Ku(),p=Cl.transition;try{Cl.transition=null,Wi(Go),Zj(e,t,a,s)}finally{Cl.transition=p,Wi(s)}return null}function Zj(e,t,a,s){do hd();while(ip!==null);if(cV(),(Mr&(_l|Zs))!==Ao)throw new Error("Should not already be working.");var p=e.finishedWork,y=e.finishedLanes;if(fl(y),p===null)return Is(),null;if(y===Ve&&S("root.finishedLanes should not be empty during a commit. This is a bug in React."),e.finishedWork=null,e.finishedLanes=Ve,p===e.current)throw new Error("Cannot commit the same tree as before. This error is likely caused by a bug in React. Please file an issue.");e.callbackNode=null,e.callbackPriority=er;var b=Un(p.lanes,p.childLanes);Vv(e,b),e===du&&(du=null,Ci=null,Oo=Ve),((p.subtreeFlags&li)!==rn||(p.flags&li)!==rn)&&(Zp||(Zp=!0,WS=a,n6(Nl,function(){return hd(),null})));var B=(p.subtreeFlags&(Bu|yi|Tn|li))!==rn,U=(p.flags&(Bu|yi|Tn|li))!==rn;if(B||U){var X=Cl.transition;Cl.transition=null;var ee=Ku();Wi(Go);var ge=Mr;Mr|=Zs,US.current=null,J$(e,p),x9(),dj(e,p,y),dU(e.containerInfo),e.current=p,gc(y),pj(p,e,y),ro(),Hf(),Mr=ge,Wi(ee),Cl.transition=X}else e.current=p,x9();var ve=Zp;if(Zp?(Zp=!1,ip=e,J1=y):(uv=0,Bg=null),b=e.pendingLanes,b===Ve&&(lv=null),ve||M5(e.current,!1),cl(p.stateNode,s),Si&&e.memoizedUpdaters.clear(),Mj(),Zu(e,Xr()),t!==null)for(var Fe=e.onRecoverableError,ze=0;ze<t.length;ze++){var Ke=t[ze],$t=Ke.stack,xn=Ke.digest;Fe(Ke.value,{componentStack:$t,digest:xn})}if(Mg){Mg=!1;var pn=VS;throw VS=null,pn}return Ki(J1,yn)&&e.tag!==Xd&&hd(),b=e.pendingLanes,Ki(b,yn)?(u$(),e===YS?Z1++:(Z1=0,YS=e)):Z1=0,qd(),Is(),null}function hd(){if(ip!==null){var e=Dp(J1),t=g2(Tc,e),a=Cl.transition,s=Ku();try{return Cl.transition=null,Wi(t),tV()}finally{Wi(s),Cl.transition=a}}return!1}function eV(e){KS.push(e),Zp||(Zp=!0,n6(Nl,function(){return hd(),null}))}function tV(){if(ip===null)return!1;var e=WS;WS=null;var t=ip,a=J1;if(ip=null,J1=Ve,(Mr&(_l|Zs))!==Ao)throw new Error("Cannot flush passive effects while already rendering.");GS=!0,Fg=!1,Us(a);var s=Mr;Mr|=Zs,Ej(t.current),mj(t,t.current,a,e);{var p=KS;KS=[];for(var y=0;y<p.length;y++){var b=p[y];nj(t,b)}}Ko(),M5(t.current,!0),Mr=s,qd(),Fg?t===Bg?uv++:(uv=0,Bg=t):uv=0,GS=!1,Fg=!1,jo(t);{var B=t.current.stateNode;B.effectDuration=0,B.passiveEffectDuration=0}return!0}function D5(e){return lv!==null&&lv.has(e)}function nV(e){lv===null?lv=new Set([e]):lv.add(e)}function rV(e){Mg||(Mg=!0,VS=e)}var aV=rV;function A5(e,t,a){var s=qp(a,t),p=k9(e,s,yn),y=Jd(e,p,yn),b=pu();y!==null&&(Gf(y,yn,b),Zu(y,b))}function Na(e,t,a){if(X$(a),rm(!1),e.tag===$){A5(e,e,a);return}var s=null;for(s=t;s!==null;){if(s.tag===$){A5(s,e,a);return}else if(s.tag===N){var p=s.type,y=s.stateNode;if(typeof p.getDerivedStateFromError=="function"||typeof y.componentDidCatch=="function"&&!D5(y)){var b=qp(a,e),B=SS(s,b,yn),U=Jd(s,B,yn),X=pu();U!==null&&(Gf(U,yn,X),Zu(U,X));return}}s=s.return}S(`Internal React error: Attempted to capture a commit phase error inside a detached tree. This indicates a bug in React. Likely causes include deleting the same fiber more than once, committing an already-finished tree, or an inconsistent return pointer.
296
+
297
+ Error message:
298
+
299
+ %s`,a)}function iV(e,t,a){var s=e.pingCache;s!==null&&s.delete(t);var p=pu();jv(e,a),hV(e),du===e&&Vu(Oo,a)&&(Mo===Y1||Mo===Dg&&L(Oo)&&Xr()-jS<m5?eh(e,Ve):Og=Un(Og,a)),Zu(e,p)}function O5(e,t){t===er&&(t=Pj(e));var a=pu(),s=qu(e,t);s!==null&&(Gf(s,t,a),Zu(s,a))}function oV(e){var t=e.memoizedState,a=er;t!==null&&(a=t.retryLane),O5(e,a)}function lV(e,t){var a=er,s;switch(e.tag){case Be:s=e.stateNode;var p=e.memoizedState;p!==null&&(a=p.retryLane);break;case Ze:s=e.stateNode;break;default:throw new Error("Pinged unknown suspense boundary type. This is probably a bug in React.")}s!==null&&s.delete(t),O5(e,a)}function uV(e){return e<120?120:e<480?480:e<1080?1080:e<1920?1920:e<3e3?3e3:e<4320?4320:Nj(e/1960)*1960}function sV(){if(Z1>zj)throw Z1=0,YS=null,new Error("Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.");uv>Ij&&(uv=0,Bg=null,S("Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render."))}function cV(){Fc.flushLegacyContextWarning(),Fc.flushPendingUnsafeLifecycleWarnings()}function M5(e,t){mr(e),Pg(e,no,Dj),t&&Pg(e,Hi,Aj),Pg(e,no,kj),t&&Pg(e,Hi,Rj),br()}function Pg(e,t,a){for(var s=e,p=null;s!==null;){var y=s.subtreeFlags&t;s!==p&&s.child!==null&&y!==rn?s=s.child:((s.flags&t)!==rn&&a(s),s.sibling!==null?s=s.sibling:s=p=s.return)}}var Ug=null;function F5(e){{if((Mr&_l)!==Ao||!(e.mode&Wn))return;var t=e.tag;if(t!==q&&t!==$&&t!==N&&t!==x&&t!==Se&&t!==nt&&t!==je)return;var a=un(e)||"ReactComponent";if(Ug!==null){if(Ug.has(a))return;Ug.add(a)}else Ug=new Set([a]);var s=Lr;try{mr(e),S("Can't perform a React state update on a component that hasn't mounted yet. This indicates that you have a side-effect in your render function that asynchronously later calls tries to update the component. Move this work to useEffect instead.")}finally{s?mr(e):br()}}}var ZS;{var fV=null;ZS=function(e,t,a){var s=H5(fV,t);try{return W9(e,t,a)}catch(y){if(bH()||y!==null&&typeof y=="object"&&typeof y.then=="function")throw y;if(K0(),e9(),J9(e,t),H5(t,s),t.mode&cn&&pS(t),nu(null,W9,null,e,t,a),af()){var p=cc();typeof p=="object"&&p!==null&&p._suppressLogging&&typeof y=="object"&&y!==null&&!y._suppressLogging&&(y._suppressLogging=!0)}throw y}}}var B5=!1,e6;e6=new Set;function dV(e){if(ia&&!i$())switch(e.tag){case x:case Se:case je:{var t=Ci&&un(Ci)||"Unknown",a=t;if(!e6.has(a)){e6.add(a);var s=un(e)||"Unknown";S("Cannot update a component (`%s`) while rendering a different component (`%s`). To locate the bad setState() call inside `%s`, follow the stack trace as described in https://reactjs.org/link/setstate-in-render",s,t,t)}break}case N:{B5||(S("Cannot update during an existing state transition (such as within `render`). Render methods should be a pure function of props and state."),B5=!0);break}}}function nm(e,t){if(Si){var a=e.memoizedUpdaters;a.forEach(function(s){Kv(e,s,t)})}}var t6={};function n6(e,t){{var a=Hc.current;return a!==null?(a.push(t),t6):fs(e,t)}}function N5(e){if(e!==t6)return lf(e)}function L5(){return Hc.current!==null}function pV(e){{if(e.mode&Wn){if(!p5())return}else if(!Bj()||Mr!==Ao||e.tag!==x&&e.tag!==Se&&e.tag!==je)return;if(Hc.current===null){var t=Lr;try{mr(e),S(`An update to %s inside a test was not wrapped in act(...).
300
+
301
+ When testing, code that causes React state updates should be wrapped into act(...):
302
+
303
+ act(() => {
304
+ /* fire events that update state */
305
+ });
306
+ /* assert on the output */
307
+
308
+ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act`,un(e))}finally{t?mr(e):br()}}}}function hV(e){e.tag!==Xd&&p5()&&Hc.current===null&&S(`A suspended resource finished loading inside a test, but the event was not wrapped in act(...).
309
+
310
+ When testing, code that resolves suspended data should be wrapped into act(...):
311
+
312
+ act(() => {
313
+ /* finish loading suspended data */
314
+ });
315
+ /* assert on the output */
316
+
317
+ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act`)}function rm(e){S5=e}var ec=null,sv=null,vV=function(e){ec=e};function cv(e){{if(ec===null)return e;var t=ec(e);return t===void 0?e:t.current}}function r6(e){return cv(e)}function a6(e){{if(ec===null)return e;var t=ec(e);if(t===void 0){if(e!=null&&typeof e.render=="function"){var a=cv(e.render);if(e.render!==a){var s={$$typeof:Yt,render:a};return e.displayName!==void 0&&(s.displayName=e.displayName),s}}return e}return t.current}}function z5(e,t){{if(ec===null)return!1;var a=e.elementType,s=t.type,p=!1,y=typeof s=="object"&&s!==null?s.$$typeof:null;switch(e.tag){case N:{typeof s=="function"&&(p=!0);break}case x:{(typeof s=="function"||y===ft)&&(p=!0);break}case Se:{(y===Yt||y===ft)&&(p=!0);break}case nt:case je:{(y===en||y===ft)&&(p=!0);break}default:return!1}if(p){var b=ec(a);if(b!==void 0&&b===ec(s))return!0}return!1}}function I5(e){{if(ec===null||typeof WeakSet!="function")return;sv===null&&(sv=new WeakSet),sv.add(e)}}var mV=function(e,t){{if(ec===null)return;var a=t.staleFamilies,s=t.updatedFamilies;hd(),pd(function(){i6(e.current,s,a)})}},gV=function(e,t){{if(e.context!==Ss)return;hd(),pd(function(){am(t,e,null,null)})}};function i6(e,t,a){{var s=e.alternate,p=e.child,y=e.sibling,b=e.tag,B=e.type,U=null;switch(b){case x:case je:case N:U=B;break;case Se:U=B.render;break}if(ec===null)throw new Error("Expected resolveFamily to be set during hot reload.");var X=!1,ee=!1;if(U!==null){var ge=ec(U);ge!==void 0&&(a.has(ge)?ee=!0:t.has(ge)&&(b===N?ee=!0:X=!0))}if(sv!==null&&(sv.has(e)||s!==null&&sv.has(s))&&(ee=!0),ee&&(e._debugNeedsRemount=!0),ee||X){var ve=qu(e,yn);ve!==null&&Fo(ve,e,yn,qr)}p!==null&&!ee&&i6(p,t,a),y!==null&&i6(y,t,a)}}var yV=function(e,t){{var a=new Set,s=new Set(t.map(function(p){return p.current}));return o6(e.current,s,a),a}};function o6(e,t,a){{var s=e.child,p=e.sibling,y=e.tag,b=e.type,B=null;switch(y){case x:case je:case N:B=b;break;case Se:B=b.render;break}var U=!1;B!==null&&t.has(B)&&(U=!0),U?SV(e,a):s!==null&&o6(s,t,a),p!==null&&o6(p,t,a)}}function SV(e,t){{var a=EV(e,t);if(a)return;for(var s=e;;){switch(s.tag){case J:t.add(s.stateNode);return;case K:t.add(s.stateNode.containerInfo);return;case $:t.add(s.stateNode.containerInfo);return}if(s.return===null)throw new Error("Expected to reach root first.");s=s.return}}}function EV(e,t){for(var a=e,s=!1;;){if(a.tag===J)s=!0,t.add(a.stateNode);else if(a.child!==null){a.child.return=a,a=a.child;continue}if(a===e)return s;for(;a.sibling===null;){if(a.return===null||a.return===e)return s;a=a.return}a.sibling.return=a.return,a=a.sibling}return!1}var l6;{l6=!1;try{var P5=Object.preventExtensions({})}catch{l6=!0}}function wV(e,t,a,s){this.tag=e,this.key=a,this.elementType=null,this.type=null,this.stateNode=null,this.return=null,this.child=null,this.sibling=null,this.index=0,this.ref=null,this.pendingProps=t,this.memoizedProps=null,this.updateQueue=null,this.memoizedState=null,this.dependencies=null,this.mode=s,this.flags=rn,this.subtreeFlags=rn,this.deletions=null,this.lanes=Ve,this.childLanes=Ve,this.alternate=null,this.actualDuration=Number.NaN,this.actualStartTime=Number.NaN,this.selfBaseDuration=Number.NaN,this.treeBaseDuration=Number.NaN,this.actualDuration=0,this.actualStartTime=-1,this.selfBaseDuration=0,this.treeBaseDuration=0,this._debugSource=null,this._debugOwner=null,this._debugNeedsRemount=!1,this._debugHookTypes=null,!l6&&typeof Object.preventExtensions=="function"&&Object.preventExtensions(this)}var Es=function(e,t,a,s){return new wV(e,t,a,s)};function u6(e){var t=e.prototype;return!!(t&&t.isReactComponent)}function CV(e){return typeof e=="function"&&!u6(e)&&e.defaultProps===void 0}function _V(e){if(typeof e=="function")return u6(e)?N:x;if(e!=null){var t=e.$$typeof;if(t===Yt)return Se;if(t===en)return nt}return q}function nh(e,t){var a=e.alternate;a===null?(a=Es(e.tag,t,e.key,e.mode),a.elementType=e.elementType,a.type=e.type,a.stateNode=e.stateNode,a._debugSource=e._debugSource,a._debugOwner=e._debugOwner,a._debugHookTypes=e._debugHookTypes,a.alternate=e,e.alternate=a):(a.pendingProps=t,a.type=e.type,a.flags=rn,a.subtreeFlags=rn,a.deletions=null,a.actualDuration=0,a.actualStartTime=-1),a.flags=e.flags&_a,a.childLanes=e.childLanes,a.lanes=e.lanes,a.child=e.child,a.memoizedProps=e.memoizedProps,a.memoizedState=e.memoizedState,a.updateQueue=e.updateQueue;var s=e.dependencies;switch(a.dependencies=s===null?null:{lanes:s.lanes,firstContext:s.firstContext},a.sibling=e.sibling,a.index=e.index,a.ref=e.ref,a.selfBaseDuration=e.selfBaseDuration,a.treeBaseDuration=e.treeBaseDuration,a._debugNeedsRemount=e._debugNeedsRemount,a.tag){case q:case x:case je:a.type=cv(e.type);break;case N:a.type=r6(e.type);break;case Se:a.type=a6(e.type);break}return a}function bV(e,t){e.flags&=_a|Hr;var a=e.alternate;if(a===null)e.childLanes=Ve,e.lanes=t,e.child=null,e.subtreeFlags=rn,e.memoizedProps=null,e.memoizedState=null,e.updateQueue=null,e.dependencies=null,e.stateNode=null,e.selfBaseDuration=0,e.treeBaseDuration=0;else{e.childLanes=a.childLanes,e.lanes=a.lanes,e.child=a.child,e.subtreeFlags=rn,e.deletions=null,e.memoizedProps=a.memoizedProps,e.memoizedState=a.memoizedState,e.updateQueue=a.updateQueue,e.type=a.type;var s=a.dependencies;e.dependencies=s===null?null:{lanes:s.lanes,firstContext:s.firstContext},e.selfBaseDuration=a.selfBaseDuration,e.treeBaseDuration=a.treeBaseDuration}return e}function xV(e,t,a){var s;return e===z0?(s=Wn,t===!0&&(s|=Zr,s|=Co)):s=qt,Si&&(s|=cn),Es($,null,null,s)}function s6(e,t,a,s,p,y){var b=q,B=e;if(typeof e=="function")u6(e)?(b=N,B=r6(B)):B=cv(B);else if(typeof e=="string")b=J;else{e:switch(e){case Ka:return up(a.children,p,y,t);case _i:b=ie,p|=Zr,(p&Wn)!==qt&&(p|=Co);break;case fe:return TV(a,p,y,t);case hn:return kV(a,p,y,t);case Fn:return RV(a,p,y,t);case Ot:return U5(a,p,y,t);case _r:case zr:case Sa:case ri:case ir:default:{if(typeof e=="object"&&e!==null)switch(e.$$typeof){case qe:b=Ce;break e;case mt:b=oe;break e;case Yt:b=Se,B=a6(B);break e;case en:b=nt;break e;case ft:b=ct,B=null;break e}var U="";{(e===void 0||typeof e=="object"&&e!==null&&Object.keys(e).length===0)&&(U+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var X=s?un(s):null;X&&(U+=`
318
+
319
+ Check the render method of \``+X+"`.")}throw new Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) "+("but got: "+(e==null?e:typeof e)+"."+U))}}}var ee=Es(b,a,t,p);return ee.elementType=e,ee.type=B,ee.lanes=y,ee._debugOwner=s,ee}function c6(e,t,a){var s=null;s=e._owner;var p=e.type,y=e.key,b=e.props,B=s6(p,y,b,s,t,a);return B._debugSource=e._source,B._debugOwner=e._owner,B}function up(e,t,a,s){var p=Es(le,e,s,t);return p.lanes=a,p}function TV(e,t,a,s){typeof e.id!="string"&&S('Profiler must specify an "id" of type `string` as a prop. Received the type `%s` instead.',typeof e.id);var p=Es(we,e,s,t|cn);return p.elementType=fe,p.lanes=a,p.stateNode={effectDuration:0,passiveEffectDuration:0},p}function kV(e,t,a,s){var p=Es(Be,e,s,t);return p.elementType=hn,p.lanes=a,p}function RV(e,t,a,s){var p=Es(Ze,e,s,t);return p.elementType=Fn,p.lanes=a,p}function U5(e,t,a,s){var p=Es(He,e,s,t);p.elementType=Ot,p.lanes=a;var y={isHidden:!1};return p.stateNode=y,p}function f6(e,t,a){var s=Es(te,e,null,t);return s.lanes=a,s}function DV(){var e=Es(J,null,null,qt);return e.elementType="DELETED",e}function AV(e){var t=Es(ht,null,null,qt);return t.stateNode=e,t}function d6(e,t,a){var s=e.children!==null?e.children:[],p=Es(K,s,e.key,t);return p.lanes=a,p.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},p}function H5(e,t){return e===null&&(e=Es(q,null,null,qt)),e.tag=t.tag,e.key=t.key,e.elementType=t.elementType,e.type=t.type,e.stateNode=t.stateNode,e.return=t.return,e.child=t.child,e.sibling=t.sibling,e.index=t.index,e.ref=t.ref,e.pendingProps=t.pendingProps,e.memoizedProps=t.memoizedProps,e.updateQueue=t.updateQueue,e.memoizedState=t.memoizedState,e.dependencies=t.dependencies,e.mode=t.mode,e.flags=t.flags,e.subtreeFlags=t.subtreeFlags,e.deletions=t.deletions,e.lanes=t.lanes,e.childLanes=t.childLanes,e.alternate=t.alternate,e.actualDuration=t.actualDuration,e.actualStartTime=t.actualStartTime,e.selfBaseDuration=t.selfBaseDuration,e.treeBaseDuration=t.treeBaseDuration,e._debugSource=t._debugSource,e._debugOwner=t._debugOwner,e._debugNeedsRemount=t._debugNeedsRemount,e._debugHookTypes=t._debugHookTypes,e}function OV(e,t,a,s,p){this.tag=t,this.containerInfo=e,this.pendingChildren=null,this.current=null,this.pingCache=null,this.finishedWork=null,this.timeoutHandle=Y2,this.context=null,this.pendingContext=null,this.callbackNode=null,this.callbackPriority=er,this.eventTimes=yh(Ve),this.expirationTimes=yh(qr),this.pendingLanes=Ve,this.suspendedLanes=Ve,this.pingedLanes=Ve,this.expiredLanes=Ve,this.mutableReadLanes=Ve,this.finishedLanes=Ve,this.entangledLanes=Ve,this.entanglements=yh(Ve),this.identifierPrefix=s,this.onRecoverableError=p,this.mutableSourceEagerHydrationData=null,this.effectDuration=0,this.passiveEffectDuration=0;{this.memoizedUpdaters=new Set;for(var y=this.pendingUpdatersLaneMap=[],b=0;b<ea;b++)y.push(new Set)}switch(t){case z0:this._debugRootType=a?"hydrateRoot()":"createRoot()";break;case Xd:this._debugRootType=a?"hydrate()":"render()";break}}function $5(e,t,a,s,p,y,b,B,U,X){var ee=new OV(e,t,a,B,U),ge=xV(t,y);ee.current=ge,ge.stateNode=ee;{var ve={element:s,isDehydrated:a,cache:null,transitions:null,pendingSuspenseBoundaries:null};ge.memoizedState=ve}return E3(ge),ee}var p6="18.2.0";function MV(e,t,a){var s=arguments.length>3&&arguments[3]!==void 0?arguments[3]:null;return Nn(s),{$$typeof:Da,key:s==null?null:""+s,children:e,containerInfo:t,implementation:a}}var h6,v6;h6=!1,v6={};function j5(e){if(!e)return Ss;var t=Pi(e),a=vH(t);if(t.tag===N){var s=t.type;if(wf(s))return vC(t,s,a)}return a}function FV(e,t){{var a=Pi(e);if(a===void 0){if(typeof e.render=="function")throw new Error("Unable to find node on an unmounted component.");var s=Object.keys(e).join(",");throw new Error("Argument appears to not be a ReactComponent. Keys: "+s)}var p=ui(a);if(p===null)return null;if(p.mode&Zr){var y=un(a)||"Component";if(!v6[y]){v6[y]=!0;var b=Lr;try{mr(p),a.mode&Zr?S("%s is deprecated in StrictMode. %s was passed an instance of %s which is inside StrictMode. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node",t,t,y):S("%s is deprecated in StrictMode. %s was passed an instance of %s which renders StrictMode children. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node",t,t,y)}finally{b?mr(b):br()}}}return p.stateNode}}function V5(e,t,a,s,p,y,b,B){var U=!1,X=null;return $5(e,t,U,X,a,s,p,y,b)}function K5(e,t,a,s,p,y,b,B,U,X){var ee=!0,ge=$5(a,s,ee,e,p,y,b,B,U);ge.context=j5(null);var ve=ge.current,Fe=pu(),ze=op(ve),Ke=sd(Fe,ze);return Ke.callback=t!=null?t:null,Jd(ve,Ke,ze),Uj(ge,ze,Fe),ge}function am(e,t,a,s){Kf(t,e);var p=t.current,y=pu(),b=op(p);Wo(b);var B=j5(a);t.context===null?t.context=B:t.pendingContext=B,ia&&Lr!==null&&!h6&&(h6=!0,S(`Render methods should be a pure function of props and state; triggering nested component updates from render is not allowed. If necessary, trigger nested updates in componentDidUpdate.
320
+
321
+ Check the render method of %s.`,un(Lr)||"Unknown"));var U=sd(y,b);U.payload={element:e},s=s===void 0?null:s,s!==null&&(typeof s!="function"&&S("render(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",s),U.callback=s);var X=Jd(p,U,b);return X!==null&&(Fo(X,p,b,y),q0(X,p,b)),b}function Hg(e){var t=e.current;if(!t.child)return null;switch(t.child.tag){case J:return t.child.stateNode;default:return t.child.stateNode}}function BV(e){switch(e.tag){case $:{var t=e.stateNode;if(Yi(t)){var a=Le(t);Vj(t,a)}break}case Be:{pd(function(){var p=qu(e,yn);if(p!==null){var y=pu();Fo(p,e,yn,y)}});var s=yn;m6(e,s);break}}}function W5(e,t){var a=e.memoizedState;a!==null&&a.dehydrated!==null&&(a.retryLane=qm(a.retryLane,t))}function m6(e,t){W5(e,t);var a=e.alternate;a&&W5(a,t)}function NV(e){if(e.tag===Be){var t=js,a=qu(e,t);if(a!==null){var s=pu();Fo(a,e,t,s)}m6(e,t)}}function LV(e){if(e.tag===Be){var t=op(e),a=qu(e,t);if(a!==null){var s=pu();Fo(a,e,t,s)}m6(e,t)}}function Y5(e){var t=Ad(e);return t===null?null:t.stateNode}var G5=function(e){return null};function zV(e){return G5(e)}var X5=function(e){return!1};function IV(e){return X5(e)}var q5=null,Q5=null,J5=null,Z5=null,e_=null,t_=null,n_=null,r_=null,a_=null;{var i_=function(e,t,a){var s=t[a],p=fa(e)?e.slice():mn({},e);return a+1===t.length?(fa(p)?p.splice(s,1):delete p[s],p):(p[s]=i_(e[s],t,a+1),p)},o_=function(e,t){return i_(e,t,0)},l_=function(e,t,a,s){var p=t[s],y=fa(e)?e.slice():mn({},e);if(s+1===t.length){var b=a[s];y[b]=y[p],fa(y)?y.splice(p,1):delete y[p]}else y[p]=l_(e[p],t,a,s+1);return y},u_=function(e,t,a){if(t.length!==a.length){g("copyWithRename() expects paths of the same length");return}else for(var s=0;s<a.length-1;s++)if(t[s]!==a[s]){g("copyWithRename() expects paths to be the same except for the deepest key");return}return l_(e,t,a,0)},s_=function(e,t,a,s){if(a>=t.length)return s;var p=t[a],y=fa(e)?e.slice():mn({},e);return y[p]=s_(e[p],t,a+1,s),y},c_=function(e,t,a){return s_(e,t,0,a)},g6=function(e,t){for(var a=e.memoizedState;a!==null&&t>0;)a=a.next,t--;return a};q5=function(e,t,a,s){var p=g6(e,t);if(p!==null){var y=c_(p.memoizedState,a,s);p.memoizedState=y,p.baseState=y,e.memoizedProps=mn({},e.memoizedProps);var b=qu(e,yn);b!==null&&Fo(b,e,yn,qr)}},Q5=function(e,t,a){var s=g6(e,t);if(s!==null){var p=o_(s.memoizedState,a);s.memoizedState=p,s.baseState=p,e.memoizedProps=mn({},e.memoizedProps);var y=qu(e,yn);y!==null&&Fo(y,e,yn,qr)}},J5=function(e,t,a,s){var p=g6(e,t);if(p!==null){var y=u_(p.memoizedState,a,s);p.memoizedState=y,p.baseState=y,e.memoizedProps=mn({},e.memoizedProps);var b=qu(e,yn);b!==null&&Fo(b,e,yn,qr)}},Z5=function(e,t,a){e.pendingProps=c_(e.memoizedProps,t,a),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var s=qu(e,yn);s!==null&&Fo(s,e,yn,qr)},e_=function(e,t){e.pendingProps=o_(e.memoizedProps,t),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var a=qu(e,yn);a!==null&&Fo(a,e,yn,qr)},t_=function(e,t,a){e.pendingProps=u_(e.memoizedProps,t,a),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var s=qu(e,yn);s!==null&&Fo(s,e,yn,qr)},n_=function(e){var t=qu(e,yn);t!==null&&Fo(t,e,yn,qr)},r_=function(e){G5=e},a_=function(e){X5=e}}function PV(e){var t=ui(e);return t===null?null:t.stateNode}function UV(e){return null}function HV(){return Lr}function $V(e){var t=e.findFiberByHostInstance,a=l.ReactCurrentDispatcher;return zs({bundleType:e.bundleType,version:e.version,rendererPackageName:e.rendererPackageName,rendererConfig:e.rendererConfig,overrideHookState:q5,overrideHookStateDeletePath:Q5,overrideHookStateRenamePath:J5,overrideProps:Z5,overridePropsDeletePath:e_,overridePropsRenamePath:t_,setErrorHandler:r_,setSuspenseHandler:a_,scheduleUpdate:n_,currentDispatcherRef:a,findHostInstanceByFiber:PV,findFiberByHostInstance:t||UV,findHostInstancesForRefresh:yV,scheduleRefresh:mV,scheduleRoot:gV,setRefreshHandler:vV,getCurrentFiber:HV,reconcilerVersion:p6})}var f_=typeof reportError=="function"?reportError:function(e){console.error(e)};function y6(e){this._internalRoot=e}$g.prototype.render=y6.prototype.render=function(e){var t=this._internalRoot;if(t===null)throw new Error("Cannot update an unmounted root.");{typeof arguments[1]=="function"?S("render(...): does not support the second callback argument. To execute a side effect after rendering, declare it in a component body with useEffect()."):jg(arguments[1])?S("You passed a container to the second argument of root.render(...). You don't need to pass it again since you already passed it to create the root."):typeof arguments[1]<"u"&&S("You passed a second argument to root.render(...) but it only accepts one argument.");var a=t.containerInfo;if(a.nodeType!==Rt){var s=Y5(t.current);s&&s.parentNode!==a&&S("render(...): It looks like the React-rendered content of the root container was removed without using React. This is not supported and will cause errors. Instead, call root.unmount() to empty a root's container.")}}am(e,t,null,null)},$g.prototype.unmount=y6.prototype.unmount=function(){typeof arguments[0]=="function"&&S("unmount(...): does not support a callback argument. To execute a side effect after rendering, declare it in a component body with useEffect().");var e=this._internalRoot;if(e!==null){this._internalRoot=null;var t=e.containerInfo;_5()&&S("Attempted to synchronously unmount a root while React was already rendering. React cannot finish unmounting the root until the current render has completed, which may lead to a race condition."),pd(function(){am(null,e,null,null)}),cC(t)}};function jV(e,t){if(!jg(e))throw new Error("createRoot(...): Target container is not a DOM element.");d_(e);var a=!1,s=!1,p="",y=f_;t!=null&&(t.hydrate?g("hydrate through createRoot is deprecated. Use ReactDOMClient.hydrateRoot(container, <App />) instead."):typeof t=="object"&&t!==null&&t.$$typeof===Cr&&S(`You passed a JSX element to createRoot. You probably meant to call root.render instead. Example usage:
322
+
323
+ let root = createRoot(domContainer);
324
+ root.render(<App />);`),t.unstable_strictMode===!0&&(a=!0),t.identifierPrefix!==void 0&&(p=t.identifierPrefix),t.onRecoverableError!==void 0&&(y=t.onRecoverableError),t.transitionCallbacks!==void 0&&t.transitionCallbacks);var b=V5(e,z0,null,a,s,p,y);A0(b.current,e);var B=e.nodeType===Rt?e.parentNode:e;return d1(B),new y6(b)}function $g(e){this._internalRoot=e}function VV(e){e&&a0(e)}$g.prototype.unstable_scheduleHydration=VV;function KV(e,t,a){if(!jg(e))throw new Error("hydrateRoot(...): Target container is not a DOM element.");d_(e),t===void 0&&S("Must provide initial children as second argument to hydrateRoot. Example usage: hydrateRoot(domContainer, <App />)");var s=a!=null?a:null,p=a!=null&&a.hydratedSources||null,y=!1,b=!1,B="",U=f_;a!=null&&(a.unstable_strictMode===!0&&(y=!0),a.identifierPrefix!==void 0&&(B=a.identifierPrefix),a.onRecoverableError!==void 0&&(U=a.onRecoverableError));var X=K5(t,null,e,z0,s,y,b,B,U);if(A0(X.current,e),d1(e),p)for(var ee=0;ee<p.length;ee++){var ge=p[ee];ZH(X,ge)}return new $g(X)}function jg(e){return!!(e&&(e.nodeType===De||e.nodeType===nn||e.nodeType===dn||!Et))}function im(e){return!!(e&&(e.nodeType===De||e.nodeType===nn||e.nodeType===dn||e.nodeType===Rt&&e.nodeValue===" react-mount-point-unstable "))}function d_(e){e.nodeType===De&&e.tagName&&e.tagName.toUpperCase()==="BODY"&&S("createRoot(): Creating roots directly with document.body is discouraged, since its children are often manipulated by third-party scripts and browser extensions. This may lead to subtle reconciliation issues. Try using a container element created for your app."),_1(e)&&(e._reactRootContainer?S("You are calling ReactDOMClient.createRoot() on a container that was previously passed to ReactDOM.render(). This is not supported."):S("You are calling ReactDOMClient.createRoot() on a container that has already been passed to createRoot() before. Instead, call root.render() on the existing root instead if you want to update it."))}var WV=l.ReactCurrentOwner,p_;p_=function(e){if(e._reactRootContainer&&e.nodeType!==Rt){var t=Y5(e._reactRootContainer.current);t&&t.parentNode!==e&&S("render(...): It looks like the React-rendered content of this container was removed without using React. This is not supported and will cause errors. Instead, call ReactDOM.unmountComponentAtNode to empty a container.")}var a=!!e._reactRootContainer,s=S6(e),p=!!(s&&Yd(s));p&&!a&&S("render(...): Replacing React-rendered children with a new root component. If you intended to update the children of this node, you should instead have the existing children update their state and render the new components instead of calling ReactDOM.render."),e.nodeType===De&&e.tagName&&e.tagName.toUpperCase()==="BODY"&&S("render(): Rendering components directly into document.body is discouraged, since its children are often manipulated by third-party scripts and browser extensions. This may lead to subtle reconciliation issues. Try rendering into a container element created for your app.")};function S6(e){return e?e.nodeType===nn?e.documentElement:e.firstChild:null}function h_(){}function YV(e,t,a,s,p){if(p){if(typeof s=="function"){var y=s;s=function(){var ve=Hg(b);y.call(ve)}}var b=K5(t,s,e,Xd,null,!1,!1,"",h_);e._reactRootContainer=b,A0(b.current,e);var B=e.nodeType===Rt?e.parentNode:e;return d1(B),pd(),b}else{for(var U;U=e.lastChild;)e.removeChild(U);if(typeof s=="function"){var X=s;s=function(){var ve=Hg(ee);X.call(ve)}}var ee=V5(e,Xd,null,!1,!1,"",h_);e._reactRootContainer=ee,A0(ee.current,e);var ge=e.nodeType===Rt?e.parentNode:e;return d1(ge),pd(function(){am(t,ee,a,s)}),ee}}function GV(e,t){e!==null&&typeof e!="function"&&S("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",t,e)}function Vg(e,t,a,s,p){p_(a),GV(p===void 0?null:p,"render");var y=a._reactRootContainer,b;if(!y)b=YV(a,t,e,p,s);else{if(b=y,typeof p=="function"){var B=p;p=function(){var U=Hg(b);B.call(U)}}am(t,b,e,p)}return Hg(b)}function XV(e){{var t=WV.current;if(t!==null&&t.stateNode!==null){var a=t.stateNode._warnedAboutRefsInRender;a||S("%s is accessing findDOMNode inside its render(). render() should be a pure function of props and state. It should never access something that requires stale data from the previous render, such as refs. Move this logic to componentDidMount and componentDidUpdate instead.",ln(t.type)||"A component"),t.stateNode._warnedAboutRefsInRender=!0}}return e==null?null:e.nodeType===De?e:FV(e,"findDOMNode")}function qV(e,t,a){if(S("ReactDOM.hydrate is no longer supported in React 18. Use hydrateRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot"),!im(t))throw new Error("Target container is not a DOM element.");{var s=_1(t)&&t._reactRootContainer===void 0;s&&S("You are calling ReactDOM.hydrate() on a container that was previously passed to ReactDOMClient.createRoot(). This is not supported. Did you mean to call hydrateRoot(container, element)?")}return Vg(null,e,t,!0,a)}function QV(e,t,a){if(S("ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot"),!im(t))throw new Error("Target container is not a DOM element.");{var s=_1(t)&&t._reactRootContainer===void 0;s&&S("You are calling ReactDOM.render() on a container that was previously passed to ReactDOMClient.createRoot(). This is not supported. Did you mean to call root.render(element)?")}return Vg(null,e,t,!1,a)}function JV(e,t,a,s){if(S("ReactDOM.unstable_renderSubtreeIntoContainer() is no longer supported in React 18. Consider using a portal instead. Until you switch to the createRoot API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot"),!im(a))throw new Error("Target container is not a DOM element.");if(e==null||!Mu(e))throw new Error("parentComponent must be a valid React Component");return Vg(e,t,a,!1,s)}function ZV(e){if(!im(e))throw new Error("unmountComponentAtNode(...): Target container is not a DOM element.");{var t=_1(e)&&e._reactRootContainer===void 0;t&&S("You are calling ReactDOM.unmountComponentAtNode() on a container that was previously passed to ReactDOMClient.createRoot(). This is not supported. Did you mean to call root.unmount()?")}if(e._reactRootContainer){{var a=S6(e),s=a&&!Yd(a);s&&S("unmountComponentAtNode(): The node you're attempting to unmount was rendered by another copy of React.")}return pd(function(){Vg(null,null,e,!1,function(){e._reactRootContainer=null,cC(e)})}),!0}else{{var p=S6(e),y=!!(p&&Yd(p)),b=e.nodeType===De&&im(e.parentNode)&&!!e.parentNode._reactRootContainer;y&&S("unmountComponentAtNode(): The node you're attempting to unmount was rendered by React and is not a top-level container. %s",b?"You may have accidentally passed in a React root node instead of its container.":"Instead, have the parent component update its state and rerender in order to remove this component.")}return!1}}Wt(BV),Jm(NV),Op(LV),Gv(Ku),e0(Rp),(typeof Map!="function"||Map.prototype==null||typeof Map.prototype.forEach!="function"||typeof Set!="function"||Set.prototype==null||typeof Set.prototype.clear!="function"||typeof Set.prototype.forEach!="function")&&S("React depends on Map and Set built-in types. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills"),rf(nU),ll(qS,Kj,pd);function eK(e,t){var a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null;if(!jg(t))throw new Error("Target container is not a DOM element.");return MV(e,t,null,a)}function tK(e,t,a,s){return JV(e,t,a,s)}var E6={usingClientEntryPoint:!1,Events:[Yd,Hh,O0,Os,Fl,qS]};function nK(e,t){return E6.usingClientEntryPoint||S('You are importing createRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client".'),jV(e,t)}function rK(e,t,a){return E6.usingClientEntryPoint||S('You are importing hydrateRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client".'),KV(e,t,a)}function aK(e){return _5()&&S("flushSync was called from inside a lifecycle method. React cannot flush when React is already rendering. Consider moving this call to a scheduler task or micro task."),pd(e)}var iK=$V({findFiberByHostInstance:Hp,bundleType:1,version:p6,rendererPackageName:"react-dom"});if(!iK&&zt&&window.top===window.self&&(navigator.userAgent.indexOf("Chrome")>-1&&navigator.userAgent.indexOf("Edge")===-1||navigator.userAgent.indexOf("Firefox")>-1)){var v_=window.location.protocol;/^(https?|file):$/.test(v_)&&console.info("%cDownload the React DevTools for a better development experience: https://reactjs.org/link/react-devtools"+(v_==="file:"?`
325
+ You might need to use a local HTTP server (instead of file://): https://reactjs.org/link/react-devtools-faq`:""),"font-weight:bold")}wu.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=E6,wu.createPortal=eK,wu.createRoot=nK,wu.findDOMNode=XV,wu.flushSync=aK,wu.hydrate=qV,wu.hydrateRoot=rK,wu.render=QV,wu.unmountComponentAtNode=ZV,wu.unstable_batchedUpdates=qS,wu.unstable_renderSubtreeIntoContainer=tK,wu.version=p6,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()),wu}(function(o){function i(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function")){if(process.env.NODE_ENV!=="production")throw new Error("^_^");try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(i)}catch(l){console.error(l)}}}process.env.NODE_ENV==="production"?(i(),o.exports=UN()):o.exports=HN()})(xE);var $N=xE.exports,jN=$N.unstable_flushControlled,VN=jN,ME=nc.jsx;function KN(o,i){o.prototype=Object.create(i.prototype),o.prototype.constructor=o,o.__proto__=i}var WN=Qn.default,FE=Sp,YN=function(o){KN(i,o);function i(){return o.apply(this,arguments)||this}var l=i.prototype;return l.shouldComponentUpdate=function(u){return this.props.text!==u.text||this.props.editorState.getSelection().getHasFocus()!==u.editorState.getSelection().getHasFocus()},l.render=function(){var u=this.props.editorState.getSelection().getHasFocus(),g=FE({"public/DraftEditorPlaceholder/root":!0,"public/DraftEditorPlaceholder/hasFocus":u}),S={whiteSpace:"pre-wrap"};return ME("div",{className:g,children:ME("div",{className:FE("public/DraftEditorPlaceholder/inner"),id:this.props.accessibilityID,style:S,children:this.props.text})})},i}(WN.Component),GN=YN,BE=Hy,Iv=Fm,NE=Su,xd=NE.isPlatform("Mac OS X"),LE=xd&&NE.isBrowser("Firefox < 29"),Td=BE.hasCommandModifier,Bf=BE.isCtrlKeyCommand;function zE(o){return xd&&o.altKey||Bf(o)}function XN(o){return Td(o)?o.shiftKey?"redo":"undo":null}function qN(o){return!xd&&o.shiftKey?null:zE(o)?"delete-word":"delete"}function QN(o){return Td(o)&&xd?"backspace-to-start-of-line":zE(o)?"backspace-word":"backspace"}function JN(o){switch(o.keyCode){case 66:return Td(o)?"bold":null;case 68:return Bf(o)?"delete":null;case 72:return Bf(o)?"backspace":null;case 73:return Td(o)?"italic":null;case 74:return Td(o)?"code":null;case 75:return xd&&Bf(o)?"secondary-cut":null;case 77:return Bf(o)?"split-block":null;case 79:return Bf(o)?"split-block":null;case 84:return xd&&Bf(o)?"transpose-characters":null;case 85:return Td(o)?"underline":null;case 87:return xd&&Bf(o)?"backspace-word":null;case 89:return Bf(o)?xd?"secondary-paste":"redo":null;case 90:return XN(o)||null;case Iv.RETURN:return"split-block";case Iv.DELETE:return qN(o);case Iv.BACKSPACE:return QN(o);case Iv.LEFT:return LE&&Td(o)?"move-selection-to-start-of-block":null;case Iv.RIGHT:return LE&&Td(o)?"move-selection-to-end-of-block":null;default:return null}}var IE=JN,Zy=nc.jsx,ZN=Qn.default.createElement,PE=nc.jsxs;function e2(o){for(var i=1;i<arguments.length;i++){var l=arguments[i]!=null?arguments[i]:{},c=Object.keys(l);typeof Object.getOwnPropertySymbols=="function"&&(c=c.concat(Object.getOwnPropertySymbols(l).filter(function(u){return Object.getOwnPropertyDescriptor(l,u).enumerable}))),c.forEach(function(u){_n(o,u,l[u])})}return o}function kn(o){if(o===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return o}function _n(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}function UE(o,i){o.prototype=Object.create(i.prototype),o.prototype.constructor=o,o.__proto__=i}var eL=py,tL=q4,nL=fD,rL=LA,aL=cO,iL=zN,HE=VN,oL=GN,lL=La,$E=Qn.default,uL=Dy,sL=Um,cL=Su,t2=Sp,fL=jc,dL=IE,pL=Hm,hL=yd,Km=ra,jE=Dv,vL=yu,VE=cL.isBrowser("IE"),mL=!VE,KE={edit:iL,composite:nL,drag:aL,cut:null,render:null},WE=!1,gL=function(o){UE(i,o);function i(){return o.apply(this,arguments)||this}var l=i.prototype;return l.render=function(){return null},l.componentDidMount=function(){this._update()},l.componentDidUpdate=function(){this._update()},l._update=function(){var u=this.props.editor;u._latestEditorState=this.props.editorState,u._blockSelectEvents=!0},i}($E.Component),YE=function(o){UE(i,o);function i(c){var u;return u=o.call(this,c)||this,_n(kn(u),"_blockSelectEvents",void 0),_n(kn(u),"_clipboard",void 0),_n(kn(u),"_handler",void 0),_n(kn(u),"_dragCount",void 0),_n(kn(u),"_internalDrag",void 0),_n(kn(u),"_editorKey",void 0),_n(kn(u),"_placeholderAccessibilityID",void 0),_n(kn(u),"_latestEditorState",void 0),_n(kn(u),"_latestCommittedEditorState",void 0),_n(kn(u),"_pendingStateFromBeforeInput",void 0),_n(kn(u),"_onBeforeInput",void 0),_n(kn(u),"_onBlur",void 0),_n(kn(u),"_onCharacterData",void 0),_n(kn(u),"_onCompositionEnd",void 0),_n(kn(u),"_onCompositionStart",void 0),_n(kn(u),"_onCopy",void 0),_n(kn(u),"_onCut",void 0),_n(kn(u),"_onDragEnd",void 0),_n(kn(u),"_onDragOver",void 0),_n(kn(u),"_onDragStart",void 0),_n(kn(u),"_onDrop",void 0),_n(kn(u),"_onInput",void 0),_n(kn(u),"_onFocus",void 0),_n(kn(u),"_onKeyDown",void 0),_n(kn(u),"_onKeyPress",void 0),_n(kn(u),"_onKeyUp",void 0),_n(kn(u),"_onMouseDown",void 0),_n(kn(u),"_onMouseUp",void 0),_n(kn(u),"_onPaste",void 0),_n(kn(u),"_onSelect",void 0),_n(kn(u),"editor",void 0),_n(kn(u),"editorContainer",void 0),_n(kn(u),"focus",void 0),_n(kn(u),"blur",void 0),_n(kn(u),"setMode",void 0),_n(kn(u),"exitCurrentMode",void 0),_n(kn(u),"restoreEditorDOM",void 0),_n(kn(u),"setClipboard",void 0),_n(kn(u),"getClipboard",void 0),_n(kn(u),"getEditorKey",void 0),_n(kn(u),"update",void 0),_n(kn(u),"onDragEnter",void 0),_n(kn(u),"onDragLeave",void 0),_n(kn(u),"_handleEditorContainerRef",function(g){u.editorContainer=g,u.editor=g!==null?g.firstChild:null}),_n(kn(u),"focus",function(g){var S=u.props.editorState,A=S.getSelection().getHasFocus(),x=u.editor;if(!!x){var N=sL.getScrollParent(x),q=g||pL(N),$=q.x,K=q.y;jE(x)||(process.env.NODE_ENV!=="production"?Km(!1,"editorNode is not an HTMLElement"):Km(!1)),x.focus(),N===window?window.scrollTo($,K):uL.setTop(N,K),A||u.update(lL.forceSelection(S,S.getSelection()))}}),_n(kn(u),"blur",function(){var g=u.editor;!g||(jE(g)||(process.env.NODE_ENV!=="production"?Km(!1,"editorNode is not an HTMLElement"):Km(!1)),g.blur())}),_n(kn(u),"setMode",function(g){var S=u.props,A=S.onPaste,x=S.onCut,N=S.onCopy,q=e2({},KE.edit);A&&(q.onPaste=A),x&&(q.onCut=x),N&&(q.onCopy=N);var $=e2({},KE,{edit:q});u._handler=$[g]}),_n(kn(u),"exitCurrentMode",function(){u.setMode("edit")}),_n(kn(u),"restoreEditorDOM",function(g){u.setState({contentsKey:u.state.contentsKey+1},function(){u.focus(g)})}),_n(kn(u),"setClipboard",function(g){u._clipboard=g}),_n(kn(u),"getClipboard",function(){return u._clipboard}),_n(kn(u),"update",function(g){u._latestEditorState=g,u.props.onChange(g)}),_n(kn(u),"onDragEnter",function(){u._dragCount++}),_n(kn(u),"onDragLeave",function(){u._dragCount--,u._dragCount===0&&u.exitCurrentMode()}),u._blockSelectEvents=!1,u._clipboard=null,u._handler=null,u._dragCount=0,u._editorKey=c.editorKey||fL(),u._placeholderAccessibilityID="placeholder-"+u._editorKey,u._latestEditorState=c.editorState,u._latestCommittedEditorState=c.editorState,u._onBeforeInput=u._buildHandler("onBeforeInput"),u._onBlur=u._buildHandler("onBlur"),u._onCharacterData=u._buildHandler("onCharacterData"),u._onCompositionEnd=u._buildHandler("onCompositionEnd"),u._onCompositionStart=u._buildHandler("onCompositionStart"),u._onCopy=u._buildHandler("onCopy"),u._onCut=u._buildHandler("onCut"),u._onDragEnd=u._buildHandler("onDragEnd"),u._onDragOver=u._buildHandler("onDragOver"),u._onDragStart=u._buildHandler("onDragStart"),u._onDrop=u._buildHandler("onDrop"),u._onInput=u._buildHandler("onInput"),u._onFocus=u._buildHandler("onFocus"),u._onKeyDown=u._buildHandler("onKeyDown"),u._onKeyPress=u._buildHandler("onKeyPress"),u._onKeyUp=u._buildHandler("onKeyUp"),u._onMouseDown=u._buildHandler("onMouseDown"),u._onMouseUp=u._buildHandler("onMouseUp"),u._onPaste=u._buildHandler("onPaste"),u._onSelect=u._buildHandler("onSelect"),u.getEditorKey=function(){return u._editorKey},process.env.NODE_ENV!=="production"&&["onDownArrow","onEscape","onLeftArrow","onRightArrow","onTab","onUpArrow"].forEach(function(g){c.hasOwnProperty(g)&&console.warn("Supplying an `".concat(g,"` prop to `DraftEditor` has ")+"been deprecated. If your handler needs access to the keyboard event, supply a custom `keyBindingFn` prop that falls back to the default one (eg. https://is.gd/wHKQ3W).")}),u.state={contentsKey:0},u}var l=i.prototype;return l._buildHandler=function(u){var g=this;return function(S){if(!g.props.readOnly){var A=g._handler&&g._handler[u];A&&(HE?HE(function(){return A(g,S)}):A(g,S))}}},l._showPlaceholder=function(){return!!this.props.placeholder&&!this.props.editorState.isInCompositionMode()&&!this.props.editorState.getCurrentContent().hasText()},l._renderPlaceholder=function(){if(this._showPlaceholder()){var u={text:vL(this.props.placeholder),editorState:this.props.editorState,textAlignment:this.props.textAlignment,accessibilityID:this._placeholderAccessibilityID};return Zy(oL,{...u})}return null},l._renderARIADescribedBy=function(){var u=this.props.ariaDescribedBy||"",g=this._showPlaceholder()?this._placeholderAccessibilityID:"";return u.replace("{{editor_id_placeholder}}",g)||void 0},l.render=function(){var u=this.props,g=u.blockRenderMap,S=u.blockRendererFn,A=u.blockStyleFn,x=u.customStyleFn,N=u.customStyleMap,q=u.editorState,$=u.preventScroll,K=u.readOnly,J=u.textAlignment,te=u.textDirectionality,le=t2({"DraftEditor/root":!0,"DraftEditor/alignLeft":J==="left","DraftEditor/alignRight":J==="right","DraftEditor/alignCenter":J==="center"}),ie={outline:"none",userSelect:"text",WebkitUserSelect:"text",whiteSpace:"pre-wrap",wordWrap:"break-word"},oe=this.props.role||"textbox",Ce=oe==="combobox"?!!this.props.ariaExpanded:null,Se={blockRenderMap:g,blockRendererFn:S,blockStyleFn:A,customStyleMap:e2({},tL,N),customStyleFn:x,editorKey:this._editorKey,editorState:q,preventScroll:$,textDirectionality:te};return PE("div",{className:le,children:[this._renderPlaceholder(),Zy("div",{className:t2("DraftEditor/editorContainer"),ref:this._handleEditorContainerRef,children:PE("div",{"aria-activedescendant":K?null:this.props.ariaActiveDescendantID,"aria-autocomplete":K?null:this.props.ariaAutoComplete,"aria-controls":K?null:this.props.ariaControls,"aria-describedby":this._renderARIADescribedBy(),"aria-expanded":K?null:Ce,"aria-label":this.props.ariaLabel,"aria-labelledby":this.props.ariaLabelledBy,"aria-multiline":this.props.ariaMultiline,"aria-owns":K?null:this.props.ariaOwneeID,autoCapitalize:this.props.autoCapitalize,autoComplete:this.props.autoComplete,autoCorrect:this.props.autoCorrect,className:t2({notranslate:!K,"public/DraftEditor/content":!0}),contentEditable:!K,"data-testid":this.props.webDriverTestID,onBeforeInput:this._onBeforeInput,onBlur:this._onBlur,onCompositionEnd:this._onCompositionEnd,onCompositionStart:this._onCompositionStart,onCopy:this._onCopy,onCut:this._onCut,onDragEnd:this._onDragEnd,onDragEnter:this.onDragEnter,onDragLeave:this.onDragLeave,onDragOver:this._onDragOver,onDragStart:this._onDragStart,onDrop:this._onDrop,onFocus:this._onFocus,onInput:this._onInput,onKeyDown:this._onKeyDown,onKeyPress:this._onKeyPress,onKeyUp:this._onKeyUp,onMouseUp:this._onMouseUp,onPaste:this._onPaste,onSelect:this._onSelect,ref:this.props.editorRef,role:K?null:oe,spellCheck:mL&&this.props.spellCheck,style:ie,suppressContentEditableWarning:!0,tabIndex:this.props.tabIndex,children:[Zy(gL,{editor:this,editorState:q}),ZN(rL,{...Se,key:"contents"+this.state.contentsKey})]})})]})},l.componentDidMount=function(){this._blockSelectEvents=!1,!WE&&hL("draft_ods_enabled")&&(WE=!0),this.setMode("edit"),VE&&(this.editor?this.editor.ownerDocument.execCommand("AutoUrlDetect",!1,!1):md.execCommand("AutoUrlDetect",!1,!1))},l.componentDidUpdate=function(){this._blockSelectEvents=!1,this._latestEditorState=this.props.editorState,this._latestCommittedEditorState=this.props.editorState},i}($E.Component);_n(YE,"defaultProps",{ariaDescribedBy:"{{editor_id_placeholder}}",blockRenderMap:eL,blockRendererFn:function(){return null},blockStyleFn:function(){return""},keyBindingFn:dL,readOnly:!1,spellCheck:!1,stripPastedStyles:!1});var yL=YE,SL={},EL={stringify:function(i){return"_"+String(i)},unstringify:function(i){return i.slice(1)}},GE=EL,wL=GE,CL=_p,XE=CL.strlen;function _L(o,i){var l=[];return o.findEntityRanges(function(c){return!!c.getEntity()},function(c,u){var g=o.getText(),S=o.getEntityAt(c);l.push({offset:XE(g.slice(0,c)),length:XE(g.slice(c,u)),key:Number(i[wL.stringify(S)])})}),l}var bL=_L,qE=_p,xL=gv,TL=function(i,l){return i===l},kL=function(i){return!!i},RL=[];function DL(o,i,l){var c=[],u=i.map(function(g){return g.has(l)}).toList();return xL(u,TL,kL,function(g,S){var A=o.getText();c.push({offset:qE.strlen(A.slice(0,g)),length:qE.strlen(A.slice(g,S)),style:l})}),c}function AL(o){var i=o.getCharacterList().map(function(c){return c.getStyle()}).toList(),l=i.flatten().toSet().map(function(c){return DL(o,i,c)});return Array.prototype.concat.apply(RL,l.toJS())}var OL=AL;function ML(o){for(var i=1;i<arguments.length;i++){var l=arguments[i]!=null?arguments[i]:{},c=Object.keys(l);typeof Object.getOwnPropertySymbols=="function"&&(c=c.concat(Object.getOwnPropertySymbols(l).filter(function(u){return Object.getOwnPropertyDescriptor(l,u).enumerable}))),c.forEach(function(u){FL(o,u,l[u])})}return o}function FL(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}var BL=mp,NL=_s,QE=GE,LL=bL,zL=OL,JE=ra,ZE=function(i,l){return{key:i.getKey(),text:i.getText(),type:i.getType(),depth:i.getDepth(),inlineStyleRanges:zL(i),entityRanges:LL(i,l),data:i.getData().toObject()}},IL=function(i,l,c,u){if(i instanceof BL){c.push(ZE(i,l));return}i instanceof NL||(process.env.NODE_ENV!=="production"?JE(!1,"block is not a BlockNode"):JE(!1));var g=i.getParentKey(),S=u[i.getKey()]=ML({},ZE(i,l),{children:[]});if(g){u[g].children.push(S);return}c.push(S)},PL=function(i,l){var c=l.entityMap,u=[],g={},S={},A=0;return i.getBlockMap().forEach(function(x){x.findEntityRanges(function(N){return N.getEntity()!==null},function(N){var q=x.getEntityAt(N),$=QE.stringify(q);S[$]||(S[$]=q,c[$]="".concat(A),A++)}),IL(x,c,u,g)}),{blocks:u,entityMap:c}},UL=function(i,l){var c=l.blocks,u=l.entityMap,g={};return Object.keys(u).forEach(function(S,A){var x=i.getEntity(QE.unstringify(S));g[A]={type:x.getType(),mutability:x.getMutability(),data:x.getData()}}),{blocks:c,entityMap:g}},HL=function(i){var l={entityMap:{},blocks:[]};return l=PL(i,l),l=UL(i,l),l},$L=HL;function Pv(o){for(var i=1;i<arguments.length;i++){var l=arguments[i]!=null?arguments[i]:{},c=Object.keys(l);typeof Object.getOwnPropertySymbols=="function"&&(c=c.concat(Object.getOwnPropertySymbols(l).filter(function(u){return Object.getOwnPropertyDescriptor(l,u).enumerable}))),c.forEach(function(u){jL(o,u,l[u])})}return o}function jL(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}var VL=jc,Wm=ra,KL=function(i,l){for(var c=[].concat(i).reverse();c.length;){var u=c.pop();l(u);var g=u.children;Array.isArray(g)||(process.env.NODE_ENV!=="production"?Wm(!1,"Invalid tree raw block"):Wm(!1)),c=c.concat([].concat(g.reverse()))}},ew=function(i){if(!(i&&i.type))return!1;var l=i.type;return l==="unordered-list-item"||l==="ordered-list-item"},WL=function(i){Array.isArray(i.children)&&(i.children=i.children.map(function(l){return l.type===i.type?Pv({},l,{depth:(i.depth||0)+1}):l}))},YL={fromRawTreeStateToRawState:function(i){var l=i.blocks,c=[];return Array.isArray(l)||(process.env.NODE_ENV!=="production"?Wm(!1,"Invalid raw state"):Wm(!1)),!Array.isArray(l)||!l.length?i:(KL(l,function(u){var g=Pv({},u);ew(u)&&(g.depth=g.depth||0,WL(u),u.children!=null&&u.children.length>0)||(delete g.children,c.push(g))}),i.blocks=c,Pv({},i,{blocks:c}))},fromRawStateToRawTreeState:function(i){var l=[],c=[];return i.blocks.forEach(function(u){var g=ew(u),S=u.depth||0,A=Pv({},u,{children:[]});if(!g){l.push(A);return}var x=c[0];if(x==null&&S===0)l.push(A);else if(x==null||x.depth<S-1){var N={key:VL(),text:"",depth:S-1,type:u.type,children:[],entityRanges:[],inlineStyleRanges:[]};c.unshift(N),S===1?l.push(N):x!=null&&x.children.push(N),N.children.push(A)}else if(x.depth===S-1)x.children.push(A);else{for(;x!=null&&x.depth>=S;)c.shift(),x=c[0];S>0?x.children.push(A):l.push(A)}}),Pv({},i,{blocks:l})}},GL=YL,Nf=Iy,XL={isValidBlock:function(i,l){var c=i.getKey(),u=i.getParentKey();if(u!=null){var g=l.get(u);if(!g.getChildKeys().includes(c))return process.env.NODE_ENV!=="production"&&Nf(!0,"Tree is missing parent -> child pointer on %s",c),!1}var S=i.getChildKeys().map(function($){return l.get($)});if(!S.every(function($){return $.getParentKey()===c}))return process.env.NODE_ENV!=="production"&&Nf(!0,"Tree is missing child -> parent pointer on %s",c),!1;var A=i.getPrevSiblingKey();if(A!=null){var x=l.get(A);if(x.getNextSiblingKey()!==c)return process.env.NODE_ENV!=="production"&&Nf(!0,"Tree is missing nextSibling pointer on %s's prevSibling",c),!1}var N=i.getNextSiblingKey();if(N!=null){var q=l.get(N);if(q.getPrevSiblingKey()!==c)return process.env.NODE_ENV!=="production"&&Nf(!0,"Tree is missing prevSibling pointer on %s's nextSibling",c),!1}return N!==null&&A!==null&&A===N?(process.env.NODE_ENV!=="production"&&Nf(!0,"Tree has a two-node cycle at %s",c),!1):i.text!=""&&i.getChildKeys().size>0?(process.env.NODE_ENV!=="production"&&Nf(!0,"Leaf node %s has children",c),!1):!0},isConnectedTree:function(i){var l=i.toArray().filter(function(K){return K.getParentKey()==null&&K.getPrevSiblingKey()==null});if(l.length!==1)return process.env.NODE_ENV!=="production"&&Nf(!0,"Tree is not connected. More or less than one first node"),!1;for(var c=l.shift(),u=0,g=c.getKey(),S=[];g!=null;){var A=i.get(g),x=A.getChildKeys(),N=A.getNextSiblingKey();if(x.size>0){N!=null&&S.unshift(N);var q=x.map(function(K){return i.get(K)}),$=q.find(function(K){return K.getPrevSiblingKey()==null});if($==null)return process.env.NODE_ENV!=="production"&&Nf(!0,"%s has no first child",g),!1;g=$.getKey()}else A.getNextSiblingKey()!=null?g=A.getNextSiblingKey():g=S.shift();u++}return u!==i.size?(process.env.NODE_ENV!=="production"&&Nf(!0,"Tree is not connected. %s nodes were seen instead of %s",u,i.size),!1):!0},isValidTree:function(i){var l=this,c=i.toArray();return c.every(function(u){return l.isValidBlock(u,i)})?this.isConnectedTree(i):!1}},qL=XL,QL=Cs,JL=Wr.exports,ZL=JL.List;function ez(o,i){var l=o.map(function(c,u){var g=i[u];return QL.create({style:c,entity:g})});return ZL(l)}var tz=ez,nz=_p,tw=nz.substr;function rz(o,i){var l=Array(o.length).fill(null);return i&&i.forEach(function(c){for(var u=tw(o,0,c.offset).length,g=u+tw(o,c.offset,c.length).length,S=u;S<g;S++)l[S]=c.key}),l}var az=rz,iz=_p,oz=Wr.exports,lz=oz.OrderedSet,nw=iz.substr,uz=lz();function sz(o,i){var l=Array(o.length).fill(uz);return i&&i.forEach(function(c){for(var u=nw(o,0,c.offset).length,g=u+nw(o,c.offset,c.length).length;u<g;)l[u]=l[u].add(c.style),u++}),l}var cz=sz;function Uv(o){for(var i=1;i<arguments.length;i++){var l=arguments[i]!=null?arguments[i]:{},c=Object.keys(l);typeof Object.getOwnPropertySymbols=="function"&&(c=c.concat(Object.getOwnPropertySymbols(l).filter(function(u){return Object.getOwnPropertyDescriptor(l,u).enumerable}))),c.forEach(function(u){fz(o,u,l[u])})}return o}function fz(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}var dz=mp,rw=_s,pz=oy,hz=ym,aw=GL,vz=qL,iw=Sm,mz=tz,gz=az,yz=cz,ow=jc,Sz=yd,n2=Wr.exports,kd=ra,lw=Sz("draft_tree_data_support"),uw=n2.List,Ez=n2.Map,sw=n2.OrderedMap,r2=function(i,l){var c=i.key,u=i.type,g=i.data,S=i.text,A=i.depth,x={text:S,depth:A||0,type:u||"unstyled",key:c||ow(),data:Ez(g),characterList:wz(i,l)};return x},wz=function(i,l){var c=i.text,u=i.entityRanges,g=i.inlineStyleRanges,S=u||[],A=g||[];return mz(yz(c,A),gz(c,S.filter(function(x){return l.hasOwnProperty(x.key)}).map(function(x){return Uv({},x,{key:l[x.key]})})))},a2=function(i){return Uv({},i,{key:i.key||ow()})},cw=function(i,l,c){var u=l.map(function(g){return Uv({},g,{parentRef:c})});return i.concat(u.reverse())},Cz=function(i,l){return i.map(a2).reduce(function(c,u,g){Array.isArray(u.children)||(process.env.NODE_ENV!=="production"?kd(!1,"invalid RawDraftContentBlock can not be converted to ContentBlockNode"):kd(!1));var S=u.children.map(a2),A=new rw(Uv({},r2(u,l),{prevSibling:g===0?null:i[g-1].key,nextSibling:g===i.length-1?null:i[g+1].key,children:uw(S.map(function(ie){return ie.key}))}));c=c.set(A.getKey(),A);for(var x=cw([],S,A);x.length>0;){var N=x.pop(),q=N.parentRef,$=q.getChildKeys(),K=$.indexOf(N.key),J=Array.isArray(N.children);if(!J){J||(process.env.NODE_ENV!=="production"?kd(!1,"invalid RawDraftContentBlock can not be converted to ContentBlockNode"):kd(!1));break}var te=N.children.map(a2),le=new rw(Uv({},r2(N,l),{parent:q.getKey(),children:uw(te.map(function(ie){return ie.key})),prevSibling:K===0?null:$.get(K-1),nextSibling:K===$.size-1?null:$.get(K+1)}));c=c.set(le.getKey(),le),x=cw(x,te,le)}return c},sw())},_z=function(i,l){return sw(i.map(function(c){var u=new dz(r2(c,l));return[u.getKey(),u]}))},bz=function(i,l){var c=i.blocks.find(function(S){return Array.isArray(S.children)&&S.children.length>0}),u=lw&&!c?aw.fromRawStateToRawTreeState(i).blocks:i.blocks;if(!lw)return _z(c?aw.fromRawTreeStateToRawState(i).blocks:u,l);var g=Cz(u,l);return process.env.NODE_ENV!=="production"&&(vz.isValidTree(g)||(process.env.NODE_ENV!=="production"?kd(!1,"Should be a valid tree"):kd(!1))),g},xz=function(i){var l=i.entityMap,c={};return Object.keys(l).forEach(function(u){var g=l[u],S=g.type,A=g.mutability,x=g.data;c[u]=hz.__create(S,A,x||{})}),c},Tz=function(i){Array.isArray(i.blocks)||(process.env.NODE_ENV!=="production"?kd(!1,"invalid RawDraftContentState"):kd(!1));var l=xz(i),c=bz(i,l),u=c.isEmpty()?new iw:iw.createEmpty(c.first().getKey());return new pz({blockMap:c,entityMap:l,selectionBefore:u,selectionAfter:u})},kz=Tz,Rz=z8;function Dz(o){var i=Rz(o),l=0,c=0,u=0,g=0;if(i.length){if(i.length>1&&i[0].width===0){var S=i[1];l=S.top,c=S.right,u=S.bottom,g=S.left}else{var A=i[0];l=A.top,c=A.right,u=A.bottom,g=A.left}for(var x=1;x<i.length;x++){var N=i[x];N.height!==0&&N.width!==0&&(l=Math.min(l,N.top),c=Math.max(c,N.right),u=Math.max(u,N.bottom),g=Math.min(g,N.left))}}return{top:l,right:c,bottom:u,left:g,width:c-g,height:u-l}}var Az=Dz,Oz=Az;function Mz(o){var i=o.getSelection();if(!i.rangeCount)return null;var l=i.getRangeAt(0),c=Oz(l),u=c.top,g=c.right,S=c.bottom,A=c.left;return u===0&&g===0&&S===0&&A===0?null:c}var Fz=Mz,Bz=bk,Nz=mv,Lz=Cs,zz=Ok,Iz=mp,Pz=oy,Uz=py,Hz=q4,$z=yL,jz=i8,Vz=ym,Kz=gu,Wz=v4,Yz=La,Gz=Hy,Xz=SL,qz=hE,Qz=Sm,Jz=$L,Zz=kz,eI=jc,tI=IE,nI=Fz,rI=fE,aI={Editor:$z,EditorBlock:jz,EditorState:Yz,CompositeDecorator:zz,Entity:Vz,EntityInstance:Wz,BlockMapBuilder:Nz,CharacterMetadata:Lz,ContentBlock:Iz,ContentState:Pz,RawDraftContentState:Xz,SelectionState:Qz,AtomicBlockUtils:Bz,KeyBindingUtil:Gz,Modifier:Kz,RichUtils:qz,DefaultDraftBlockRenderMap:Uz,DefaultDraftInlineStyle:Hz,convertFromHTML:rI,convertFromRaw:Zz,convertToRaw:Jz,genKey:eI,getDefaultKeyBinding:tI,getVisibleSelectionRect:nI},fw=aI;function i2(o,i){(i==null||i>o.length)&&(i=o.length);for(var l=0,c=new Array(i);l<i;l++)c[l]=o[l];return c}function iI(o){if(Array.isArray(o))return i2(o)}function oI(o){if(typeof Symbol<"u"&&o[Symbol.iterator]!=null||o["@@iterator"]!=null)return Array.from(o)}function lI(o,i){if(!!o){if(typeof o=="string")return i2(o,i);var l=Object.prototype.toString.call(o).slice(8,-1);if(l==="Object"&&o.constructor&&(l=o.constructor.name),l==="Map"||l==="Set")return Array.from(o);if(l==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(l))return i2(o,i)}}function uI(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
326
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Rd(o){return iI(o)||oI(o)||lI(o)||uI()}function dw(o,i,l,c,u,g){var S=c-l,A=i+l<=o.offset;if(A)return Object.assign({},o,{offset:o.offset+S});var x=i>=o.offset&&i+l<=o.offset+o.length;if(x)return Object.assign({},o,{length:o.length+S});var N=o.offset>=i&&o.offset+o.length<=i+l&&u>0;if(N)return Object.assign({},o,{offset:o.offset+u});var q=o.offset<i&&o.offset+o.length<=i+l&&o.offset+o.length>i&&u>0;if(q)return[Object.assign({},o,{length:i-o.offset}),Object.assign({},o,{offset:i+u,length:o.offset-i+o.length})];var $=o.offset>=i&&o.offset+o.length>i+l&&i+l>o.offset&&g>0;return $?[Object.assign({},o,{offset:o.offset+u,length:i+l-o.offset}),Object.assign({},o,{offset:i+l+u+g,length:o.offset+o.length-(i+l)})]:o}const Ym=function(o,i){return o.offset===i.offset?i.length-o.length:o.offset-i.offset};var pw={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;","\n":"<br/>"};const sI=function(o){for(var i=Rd(o.text),l=o.entityRanges.sort(Ym),c=o.inlineStyleRanges.sort(Ym),u="",g=function(x){var N=i[x];if(pw[N]!==void 0){var q=pw[N],$=Rd(u).length;u+=q;var K=function(te){return dw(te,$,N.length,q.length,0,0)};l=l.map(K),c=c.map(K)}else u+=N},S=0;S<i.length;S++)g(S);return Object.assign({},o,{text:u,inlineStyleRanges:c,entityRanges:l})};function Gm(o){return Gm=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(i){return typeof i}:function(i){return i&&typeof Symbol=="function"&&i.constructor===Symbol&&i!==Symbol.prototype?"symbol":typeof i},Gm(o)}var cI=["area","base","br","col","embed","hr","img","input","link","meta","param","source","track","wbr"];function hh(o){if(cI.indexOf(o.type)!==-1)return tl.renderToStaticMarkup(o);var i=tl.renderToStaticMarkup(Qn.default.cloneElement(o,{},"\r")).split("\r");return tc(i.length>1,"convertToHTML: Element of type ".concat(o.type," must render children")),tc(i.length<3,"convertToHTML: Element of type ".concat(o.type," cannot use carriage return character")),{start:i[0],end:i[1]}}function fI(o){return Qn.default.isValidElement(o)&&Qn.default.Children.count(o.props.children)>0}function Xm(o){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;if(o==null||typeof o=="string")return o;if(Qn.default.isValidElement(o)){if(fI(o))return tl.renderToStaticMarkup(o);var l=hh(o);if(i!==null&&Gm(l)==="object"){var c=l.start,u=l.end;return c+i+u}return l}if(tc(Object.prototype.hasOwnProperty.call(o,"start")&&Object.prototype.hasOwnProperty.call(o,"end"),"convertToHTML: received conversion data without either an HTML string, ReactElement or an object with start/end tags"),i!==null){var g=o.start,S=o.end;return g+i+S}return o}var hw=function o(i){var l=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"start";if(Qn.default.isValidElement(i)){var c=hh(i);if(typeof c=="string")return 0;var u=c[l].length,g=Qn.default.Children.toArray(i.props.children)[0];return u+(g&&Qn.default.isValidElement(g)?o(g,l):0)}return Gm(i)==="object"&&i[l]?i[l].length:0},vw=function(){var i=arguments.length>1?arguments[1]:void 0;return i};const dI=function(o,i){var l=arguments.length>2&&arguments[2]!==void 0?arguments[2]:vw,c=Rd(o.text),u=l;if(l.__isMiddleware&&(u=l(vw)),Object.prototype.hasOwnProperty.call(o,"entityRanges")&&o.entityRanges.length>0){for(var g=o.entityRanges.sort(Ym),S=o.inlineStyleRanges,A=function(q){var $=g[q],K=i[$.key],J=c.slice($.offset,$.offset+$.length).join(""),te=u(K,J),le=Xm(te,J),ie=void 0;!!le||le===""?ie=Rd(le):ie=J;var oe=hw(te,"start"),Ce=hw(te,"end"),Se=function(nt,je){return je>q||Object.prototype.hasOwnProperty.call(nt,"style")?dw(nt,$.offset,$.length,ie.length,oe,Ce):nt},we=function(nt){return nt.reduce(function(je,ct,Xe){var ht=Se(ct,Xe);return Array.isArray(ht)?je.concat(ht):je.concat([ht])},[])};g=we(g),S=we(S),c=[].concat(Rd(c.slice(0,$.offset)),Rd(ie),Rd(c.slice($.offset+$.length)))},x=0;x<g.length;x++)A(x);return Object.assign({},o,{text:c.join(""),inlineStyleRanges:S,entityRanges:g})}return o},mw=function(o){return function(i){return typeof o=="function"?o(i):o[i]}},gw=function(o,i){return function(){var l=o.apply(void 0,arguments);return l!=null?l:i.apply(void 0,arguments)}};function yw(o){switch(o){case"BOLD":return O("strong",{});case"ITALIC":return O("em",{});case"UNDERLINE":return O("u",{});case"CODE":return O("code",{});default:return{start:"",end:""}}}var o2=function(i,l){return i.filter(function(c){return!l.some(function(u){return u.style===c.style})})},pI=function(i,l){return l.reduceRight(function(c,u){var g=c[c.length-1];return tc(g.style===u.style,"Style ".concat(g.style," to be removed doesn't match expected ").concat(u.style)),c.slice(0,-1)},i)},hI=function(i,l){return l.filter(function(c){return i>=c.offset&&i<c.offset+c.length})},vI=function(i,l){var c=i.offset<=l.offset,u=i.offset+i.length>=l.offset+l.length;return c&&u},mI=function(i,l){var c=l.offset+l.length,u=i.offset+i.length;return c-u},gI=function(i,l){for(var c=0;c<i.length;)if(l.every(vI.bind(null,i[c])))c++;else return i.slice(c);return[]},yI=function(i,l,c){return l+Xm(i(c.style)).start},SI=function(i,l,c){return Xm(i(c.style)).end+l},Sw=function(i){return function(l){return i(l)}};Sw.__isMiddleware=!0;const EI=function(o){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Sw;tc(o!=null,"Expected raw block to be non-null");var l;i.__isMiddleware===!0?l=i(yw):l=gw(mw(i),mw(yw));for(var c="",u=[],g=o.inlineStyleRanges.sort(Ym),S=Rd(o.text),A=0;A<S.length;A++){var x=hI(A,g),N=o2(u,x),q=o2(x,u),$=o2(u,N),K=gI($,q),J=K.concat(q).sort(mI),te=J.reduce(yI.bind(null,l),""),le=N.concat(K).reduce(SI.bind(null,l),"");c+=le+te+S[A],u=pI(u,K.concat(N)),u=u.concat(J),tc(u.length===x.length,"Character ".concat(A,": ").concat(u.length-x.length," styles left on stack that should no longer be there"))}return c=u.reduceRight(function(ie,oe){return ie+Xm(l(oe.style)).end},c),c},l2=function(o){return function(i){return typeof o=="function"?o(i):o[i.type]}};function wI(o){return Qn.default.isValidElement(o)&&Qn.default.Children.count(o.props.children)>0}function CI(o){return tc(o!=null,"Expected block HTML value to be non-null"),typeof o=="string"?o:Qn.default.isValidElement(o)?wI(o)?tl.renderToStaticMarkup(o):hh(o):Object.prototype.hasOwnProperty.call(o,"element")&&Qn.default.isValidElement(o.element)?Object.assign({},o,hh(o.element)):(tc(Object.prototype.hasOwnProperty.call(o,"start")&&Object.prototype.hasOwnProperty.call(o,"end"),"convertToHTML: received block information without either a ReactElement or an object with start/end tags"),o)}function vh(o,i){if(tc(o!=null,"Expected block HTML value to be non-null"),typeof o.nest=="function"){var l=hh(o.nest(i)),c=l.start,u=l.end;return Object.assign({},o,{nestStart:c,nestEnd:u})}if(Qn.default.isValidElement(o.nest)){var g=hh(o.nest),S=g.start,A=g.end;return Object.assign({},o,{nestStart:S,nestEnd:A})}return tc(Object.prototype.hasOwnProperty.call(o,"nestStart")&&Object.prototype.hasOwnProperty.call(o,"nestEnd"),"convertToHTML: received block information without either a ReactElement or an object with start/end tags"),o}var _I=["1","a","i"];const Ew={unstyled:O("p",{}),paragraph:O("p",{}),"header-one":O("h1",{}),"header-two":O("h2",{}),"header-three":O("h3",{}),"header-four":O("h4",{}),"header-five":O("h5",{}),"header-six":O("h6",{}),"code-block":O("pre",{}),blockquote:O("blockquote",{}),"unordered-list-item":{element:O("li",{}),nest:O("ul",{})},"ordered-list-item":{element:O("li",{}),nest:function(i){var l=_I[i%3];return O("ol",{type:l})}},media:O("figure",{}),atomic:O("figure",{})};var bI=function(i,l){return l},ww=function(i){var l=i.styleToHTML,c=l===void 0?{}:l,u=i.blockToHTML,g=u===void 0?{}:u,S=i.entityToHTML,A=S===void 0?bI:S;return function(x){tc(x!=null,"Expected contentState to be non-null");var N;g.__isMiddleware===!0?N=g(l2(Ew)):N=gw(l2(g),l2(Ew));var q=fw.convertToRaw(x),$=[],K=q.blocks.map(function(J){var te=J.type,le=J.depth,ie="",oe="",Ce=N(J);if(!Ce)throw new Error("convertToHTML: missing HTML definition for block with type ".concat(J.type));if(!Ce.nest)ie=$.reduceRight(function(ct,Xe){return ct+vh(N(Xe),le).nestEnd},""),$=[];else for(;le+1!==$.length||te!==$[le].type;)if(le+1===$.length){var Se=$[le];ie+=vh(N(Se),le).nestEnd,oe+=vh(N(J),le).nestStart,$[le]=J}else if(le+1<$.length){var we=$[$.length-1];ie+=vh(N(we),le).nestEnd,$=$.slice(0,-1)}else oe+=vh(N(J),le).nestStart,$.push(J);var Be=EI(dI(sI(J),q.entityMap,A),c),nt=CI(N(J)),je;return typeof nt=="string"?je=nt:je=nt.start+Be+nt.end,Be.length===0&&Object.prototype.hasOwnProperty.call(nt,"empty")&&(Qn.default.isValidElement(nt.empty)?je=tl.renderToStaticMarkup(nt.empty):je=nt.empty),ie+oe+je}).join("");return K=$.reduce(function(J,te){return J+vh(N(te),te.depth).nestEnd},K),K}};const xI=function(){for(var o=arguments.length,i=new Array(o),l=0;l<o;l++)i[l]=arguments[l];return i.length===1&&Object.prototype.hasOwnProperty.call(i[0],"_map")&&i[0].getBlockMap!=null?ww({}).apply(void 0,i):ww.apply(void 0,i)},u2=o=>xI({blockToHTML:i=>{switch(i.type){case"blockquote":return tl.renderToStaticMarkup(Qn.default.createElement("blockquote",{},i.text));default:return null}},entityToHTML:(i,l)=>{switch(i.type){case"article":return tl.renderToStaticMarkup(Qn.default.createElement(k6,{label:"Lire Aussi",title:i.data.articleProps.meta.title,link:i.data.articleProps.meta.canonical,isTargetBlank:i.data.isTargetBlank,isNofollow:i.data.isNofollow,isSponsored:i.data.isSponsored}));case"button":return tl.renderToStaticMarkup(Qn.default.createElement(es,{children:i.data.buttonProps.label,href:i.data.buttonProps.url,isTargetBlank:i.data.buttonProps.isTargetBlank,isNofollow:i.data.buttonProps.isNofollow,isSponsored:i.data.buttonProps.isSponsored,variant:"primary-button"}));case"html":return tl.renderToStaticMarkup(Qn.default.createElement("div",{dangerouslySetInnerHTML:{__html:i.data.htmlProps.html}}));case"LINK":return tl.renderToStaticMarkup(Qn.default.createElement(es,{href:i.data.url,children:l,isTargetBlank:i.data.isTargetBlank,isNofollow:i.data.isNofollow,isSponsored:i.data.isSponsored,variant:"default"}));case"image":return tl.renderToStaticMarkup(Qn.default.createElement(Cw,{src:i.data.imageProps.src,caption:i.data.imageProps.meta.caption}));default:return l}}})(fw.convertFromRaw(o)),TI=({content:o,colorScheme:i="primary"})=>O("div",{className:"c-article-content","data-color":`${i}`,dangerouslySetInnerHTML:{__html:u2(o)}}),kI=({title:o,label:i,lead:l,colorScheme:c,rightImageUrl:u})=>Ae("header",{className:"c-article-header",children:[u&&O("div",{className:"c-article-header__img",children:O("img",{alt:o,src:u})}),O("h1",{className:"c-article-header__title",children:o}),Ae("div",{className:"c-article-header__lead",children:[O(ja,{colorScheme:c,withRightDivider:!0,children:i}),l]})]}),Cw=({src:o,caption:i,isCaptionInside:l=!1,layout:c=vn.MOBILE})=>{let u="320x204",g="100%";const S=["1444x920","640x408","320x204"];return c===vn.DESKTOP&&(u="722x460",g="(min-width: 48rem) 45.125rem, 100%"),Ae("figure",{className:"c-media",children:[O("div",{className:"c-media__content",children:O(cp,{src:o,defaultFormat:u,formats:S,sizes:g,alt:i})}),i&&O("figcaption",{className:vr("c-media__caption",{"c-media__caption--inside":l}),children:i})]})},RI=({summary:o,colorScheme:i="primary"})=>o?Ae("div",{className:`c-article-summary u-bg-${i}`,children:[O("h3",{className:"c-article-summary__title",children:"L\u2019essentiel"}),O("div",{dangerouslySetInnerHTML:{__html:u2(o)}})]}):null,DI=({src:o,caption:i})=>Ae("div",{children:[O("img",{src:o,alt:i}),O("hr",{}),O("small",{children:i})]}),_w=({rubric:o})=>Ae(xl,{children:[O(jr,{className:"u-color-default u-pl1 u-pr1",size:7,name:"arrow"}),O(fp,{variant:"breadcrumb",link:o.link,children:o.label})]}),AI=({breadcrumbContainerElement:o,breadcrumbList:i,btnNext:l,btnPrev:c})=>{if(o.scrollLeft>0){l.style.display="none",c.style.left=`${o.scrollLeft}px`;return}i&&o.clientWidth>i.clientWidth?(c.style.display="none",l.style.display="none"):l.style.display="flex"},bw=({breadcrumbContainerElement:o,btnNext:i,btnPrev:l})=>{const c=o.scrollWidth-o.clientWidth;o.scrollLeft+=c,i.style.display="none",l.style.display="flex",l.style.left=`${o.scrollLeft}px`},OI=({breadcrumbContainerElement:o,btnNext:i,btnPrev:l,breadcrumbList:c})=>{o.scrollLeft=0,l.style.display="none",c&&o.clientWidth<c.clientWidth&&(i.style.display="flex")},MI=o=>{const i=o.querySelector(".c-breadcrumb__list"),l=o.querySelector(".c-breadcrumb__button-container--next-button"),c=o.querySelector(".c-breadcrumb__button-container--previous-button");AI({breadcrumbContainerElement:o,breadcrumbList:i,btnNext:l,btnPrev:c}),l==null||l.addEventListener("click",bw.bind(!1,{breadcrumbContainerElement:o,btnNext:l,btnPrev:c})),c==null||c.addEventListener("click",OI.bind(!1,{breadcrumbContainerElement:o,btnNext:l,btnPrev:c,breadcrumbList:i}))},FI=(o=document.querySelector(".c-breadcrumb"))=>{if(o){const i=o.querySelector(".c-breadcrumb__list"),l=o.querySelector(".c-breadcrumb__button-container--next-button"),c=o.querySelector(".c-breadcrumb__button-container--previous-button");i&&o.clientWidth<i.clientWidth&&l&&(l.style.display="flex",l==null||l.addEventListener("click",bw.bind(!1,{breadcrumbContainerElement:o,btnNext:l,btnPrev:c})))}},BI=(o=document.querySelector(".c-breadcrumb"))=>{o&&window.addEventListener("resize",MI.bind(!1,o))},NI=({rubric:o,parentRubric:i,tags:l,colorScheme:c="primary",layout:u=vn.DESKTOP})=>{const g=Kg.useRef(null);return sp(()=>{g.current&&u===vn.DESKTOP&&(FI(g.current),BI(g.current))},[]),Ae("div",{className:"c-breadcrumb",ref:g,children:[Ae("div",{className:"c-breadcrumb__list",children:[O(fp,{variant:"breadcrumb",link:"/",className:"",children:O(jr,{size:20,name:"home"})}),i&&O(_w,{rubric:i}),o&&O(_w,{rubric:o}),l&&Ae(xl,{children:[O(um,{}),l.map((S,A)=>O(fp,{colorScheme:c,variant:"primary",link:S.link,className:A!==l.length-1?"u-mr1":"",children:S.label},S.label))]})]}),O("div",{className:"c-breadcrumb__button-container c-breadcrumb__button-container--previous-button",children:O(el,{variant:"navigation",icon:"chevron",iconSize:12})}),O("div",{className:"c-breadcrumb__button-container c-breadcrumb__button-container--next-button",children:O(el,{variant:"navigation",icon:"chevron",iconSize:12})})]})},xw=({link:o,cover:i,headline:l,title:c,layout:u=vn.DESKTOP})=>{const g=["252x162","160x104"],S=u===vn.MOBILE?"160x104":"252x162";return Ae("a",{href:o,className:"c-category-card",children:[O(cp,{src:i,defaultFormat:S,formats:g,sizes:"(min-width: 48rem) 15.75rem, 10rem",alt:c,className:"c-category-card__img"}),O(ja,{colorScheme:"default",children:l}),O("h4",{className:"c-category-card__title",children:c})]})},LI=({link:o,title:i,cover:l,headline:c,summary:u,layout:g=vn.DESKTOP})=>Ae("a",{href:o,children:[O(ja,{children:c}),O("h4",{children:i}),O("div",{children:g===vn.DESKTOP?O("img",{src:l,alt:i,width:"346",height:"222"}):O("img",{src:l,alt:i,width:"414",height:"265"})}),O("p",{children:u}),O("hr",{})]}),zI=({link:o,title:i,cover:l,headline:c,publishedAt:u,layout:g=vn.DESKTOP})=>Ae("a",{href:o,children:[O(ja,{withRightDivider:!0,children:u}),O(ja,{children:c}),O("h5",{children:i}),O("div",{style:{display:"flex"},children:g===vn.DESKTOP?O("img",{src:l,alt:i,width:110,height:70}):O("img",{src:l,alt:i,width:130,height:82})}),O("hr",{})]});function II({avatar:o,avatarHD:i,username:l,publishedAt:c,editedAt:u,userlink:g}){const S=Ae(xl,{children:[O(b6,{img:o,imgHD:i,alt:l}),Ae("div",{children:[O("div",{className:"c-signature__name",children:l}),Ae("div",{className:"c-signature__date",children:[Ae("time",{children:["Publi\xE9 le ",c]}),u&&Ae("time",{children:[" \u2022 Mis \xE0 jour le ",u]})]})]})]});return g?O("a",{href:g,children:S}):S}const s2=({username:o,publishedAt:i,editedAt:l,avatar:c,avatarHD:u,userlink:g})=>O("address",{className:"c-signature",children:O(II,{username:o,publishedAt:i,editedAt:l,avatar:c,avatarHD:u,userlink:g})});function mh({variant:o="advanced",commentCount:i,shareCount:l,colorScheme:c="primary",layout:u}){const g=Ae(xl,{children:[Ae("div",{className:"c-social__items",children:[O("span",{className:"c-social__items__icon",children:O(jr,{size:20,name:"comment"})}),O("span",{className:vr("c-social__items__count",o!=="simple"&&[`u-bg-${c}`]),children:i})]}),Ae("div",{className:"c-social__items",children:[O("span",{className:"c-social__items__icon",children:O(jr,{size:20,name:"share"})}),O("span",{className:vr("c-social__items__count",o!=="simple"&&[`u-bg-${c}`]),children:l})]})]});return Ae("div",{className:vr("c-social",{"c-social--sidebar":o==="advanced"&&u===vn.DESKTOP},{"c-social--bar":o==="advanced"&&u===vn.MOBILE},{"c-social--reaction":o==="simple"}),children:[o==="simple"?O("div",{className:"c-social--reaction__block",children:g}):g,o!=="simple"&&u===vn.DESKTOP?Ae(xl,{children:[O(um,{}),O("div",{className:"c-social__items",children:O(jr,{size:20,name:"bookmark"})}),O("div",{className:"c-social__items",children:O(jr,{size:20,name:"report"})})]}):O("span",{className:"c-social__items__icon",children:O(jr,{size:20,name:"bookmark"})})]})}const PI=({link:o,title:i,cover:l,headline:c,summary:u,signatureProps:g,socialBarProps:S,layout:A=vn.DESKTOP})=>Ae("a",{href:o,children:[A===vn.MOBILE&&O(ja,{children:c}),O("h3",{children:i}),A===vn.DESKTOP?O("img",{src:l,alt:i,width:722,height:469}):O("img",{src:l,alt:i,width:414,height:265}),O(s2,{...g}),A===vn.DESKTOP&&O(ja,{withRightDivider:!0,children:c}),O("p",{children:u}),O(mh,{...S})]}),Tw=({link:o,title:i,cover:l,headline:c,publishedAt:u,socialBarProps:g,layout:S=vn.DESKTOP})=>{const A=["346x222","160x104"],x=S===vn.MOBILE?"160x104":"346x222";return Ae("a",{href:o,className:"c-live-card",children:[Ae("div",{children:[O(cp,{src:l,defaultFormat:x,formats:A,sizes:"(min-width: 48rem) 21.625rem, 10rem",alt:i,className:"c-live-card__img"}),Ae("div",{children:[O(ja,{colorScheme:"direct",children:u}),O(ja,{withLeftDivider:!0,colorScheme:"default",children:c})]}),O("h3",{children:i})]}),O("div",{children:S!==vn.MOBILE&&O(mh,{...g,variant:"simple"})})]})},kw=({link:o,title:i,cover:l,headline:c,layout:u=vn.DESKTOP})=>{const g=["346x222","160x104"],S=u===vn.MOBILE?"160x104":"346x222";return Ae("a",{href:o,className:"c-medium-card",children:[O("div",{children:O(cp,{src:l,defaultFormat:S,formats:g,sizes:"(min-width: 48rem) 21.625rem, 10rem",alt:i,className:"c-medium-card__img"})}),O(ja,{colorScheme:"default",children:c}),u===vn.DESKTOP?O("h3",{children:i}):O("h5",{children:i})]})};function UI({link:o,cover:i,headline:l,title:c}){return Ae("a",{href:o,children:[O("div",{children:O("img",{src:i,alt:c,width:252,height:162})}),O(ja,{children:l}),O("h2",{children:c})]})}const Rw=({headline:o,title:i,link:l,cover:c,summary:u,index:g,viewCount:S,colorScheme:A="default",layout:x=vn.DESKTOP,isSimplified:N=!1,withBorder:q=!1})=>Ae("a",{href:l,className:`c-card-most-read ${N&&"c-card-most-read--simplified"} ${q&&"c-card-most-read--bordered"}`,children:[O("div",{className:"c-card-most-read__index",children:g}),Ae("div",{className:"c-card-most-read__content",children:[O(ja,{colorScheme:A,children:o}),O("p",{className:"c-card-most-read__title",children:i}),!N&&x===vn.DESKTOP&&O("p",{className:"c-card-most-read__summary",children:u}),!N&&x===vn.MOBILE&&O("img",{src:c,alt:i,width:307,height:192,className:"c-card-most-read__img"}),!N&&Ae("div",{className:"c-card-most-read__counter",children:[O(jr,{size:16,name:"view"})," ",S]})]}),!N&&O("div",{children:x===vn.DESKTOP&&O("img",{src:c,alt:i,width:150,height:95,className:"c-card-most-read__img"})})]});function Dw({link:o,cover:i,headline:l,title:c,layout:u=vn.DESKTOP}){return Ae("a",{href:o,children:[O("div",{children:u===vn.DESKTOP?O("img",{src:i,alt:c,width:252,height:162}):O("img",{src:i,alt:c,width:160,height:104})}),O(ja,{children:l}),O("h4",{children:c})]})}function Aw({link:o,cover:i,headline:l,title:c,colorScheme:u}){return Ae("a",{href:o,className:"c-overview-card",children:[O("div",{className:"c-overview-card__img-container",children:O(cp,{src:i,alt:c,defaultFormat:"62x62",formats:["124x124","62x62"],sizes:"3.875rem",className:"c-overview-card__img-container__img"})}),Ae("div",{children:[O(ja,{variant:"solid",colorScheme:u,children:l}),O("div",{className:"c-overview-card__title",children:c})]})]})}function HI({title:o,link:i,cover:l,headline:c,socialBarProps:u,podcastTime:g,layout:S=vn.DESKTOP}){return Ae("a",{href:i,children:[Ae("div",{style:{position:"relative"},children:[S===vn.DESKTOP?O("img",{src:l,alt:o,width:346,height:222}):O("img",{src:l,alt:o,width:307,height:192}),Ae("div",{style:{position:"absolute",bottom:10,left:10},children:[O(jr,{fill:"white",name:"podcast"})," ",g]})]}),O(ja,{children:c}),O("h3",{children:o}),S===vn.DESKTOP&&O(mh,{...u})]})}const $I=({title:o,link:i,location:l,headline:c,socialBarProps:u,layout:g=vn.DESKTOP})=>Ae("a",{href:i,children:[O(ja,{children:c}),Ae("div",{children:[O(jr,{name:"local",size:18}),O(ja,{children:l})]}),O("h3",{children:o}),O(mh,{...u}),g===vn.MOBILE&&O("hr",{})]}),jI=({title:o,link:i,cover:l,headline:c,summary:u,signatureProps:g,socialBarProps:S,layout:A=vn.DESKTOP})=>O("a",{href:i,children:Ae("div",{style:{display:"flex",flexDirection:A===vn.MOBILE?"column":"row"},children:[A===vn.MOBILE&&Ae("div",{children:[O(ja,{children:c}),O("h2",{children:o})]}),O("div",{children:A===vn.DESKTOP?O("img",{src:l,alt:o,height:460,width:722}):O("img",{src:l,alt:o,height:265,width:414})}),Ae("div",{children:[A===vn.MOBILE&&O(s2,{...g}),A===vn.DESKTOP&&Ae(xl,{children:[O(ja,{children:c}),O("h2",{children:o})]}),O("p",{children:u}),O(mh,{...S})]})]})}),c2=({link:o,title:i,cover:l,headline:c})=>Ae("a",{href:o,children:[O(ja,{colorScheme:"default",children:c}),Ae("div",{className:"c-small-card",children:[O("h4",{children:i}),O(cp,{src:l,defaultFormat:"130x82",formats:["130x82"],sizes:"8.125rem",alt:i,className:"c-small-card__img"})]})]}),VI=({link:o,title:i,cover:l,headline:c,layout:u=vn.DESKTOP})=>Ae("a",{href:o,children:[O("div",{children:u===vn.DESKTOP?O("img",{src:l,alt:i,width:"252",height:"162"}):O("img",{src:l,alt:i,width:"104",height:"160"})}),O(ja,{children:c}),O("h5",{children:i})]}),KI=({cover:o,link:i,headline:l,title:c,layout:u=vn.DESKTOP})=>Ae("a",{href:i,style:{display:"flex",borderRight:u===vn.DESKTOP?"1px solid":""},children:[O("div",{children:u===vn.DESKTOP?O("img",{style:{borderRadius:62},src:o,alt:c,width:100,height:100}):O("img",{style:{borderRadius:62},src:o,alt:c,width:62,height:62})}),Ae("div",{children:[O(ja,{variant:"solid",withRightDivider:!0,children:l}),O("h5",{children:c})]})]}),WI=({articles:o,label:i,layout:l=vn.DESKTOP})=>Ae("div",{children:[O("h3",{children:i}),O("div",{className:"c-category-cards",children:O("div",{className:"c-category-cards__list",children:o.map(c=>O(xw,{layout:l,...c},c.title))})})]}),YI=({statusCode:o="404"})=>{let i=Ae(xl,{children:[O("h2",{children:"La page que vous cherchez n\u2019existe pas !"}),Ae("p",{children:[O("strong",{children:"Une page 404"})," est une page renvoy\xE9e par le serveur d\u2019un site, lorsque la page n\u2019existe plus ou lorsqu\u2019il y a une erreur dans l\u2019url."]}),O("p",{children:"Ce type d\u2019erreur se produit lorsque des pages ont \xE9t\xE9 supprim\xE9es ou d\xE9plac\xE9es."}),O("p",{children:"Si vous \xEAtes \xE0 la recherche de quelque chose de bien pr\xE9cis, nous vous invitons \xE0 utiliser notre moteur de recherche :"})]});return o==="500"&&(i=Ae(xl,{children:[O("h2",{children:"Erreur serveur, la page n\u2019est pas disponible !"}),O("p",{children:"Toutes nos excuses pour cette erreur\u2026"}),O("p",{children:"Une page qui renvoie un code d\u2019erreur 500 se produit lorsque le serveur web rencontre des difficult\xE9s pour charger une page."}),O("p",{children:"Si vous \xEAtes \xE0 la recherche de quelque chose de bien pr\xE9cis, nous vous invitons \xE0 utiliser notre moteur de recherche :"})]})),Ae("div",{className:"c-error-responses",children:[O(jr,{name:o==="404"?"not-found":"server-error",size:[130,72],className:"c-error-responses__img"}),i,O(vv,{placeholder:"Rechercher",icon:"search",className:"c-input--search c-error-responses__input"}),O(es,{href:"/",className:"c-error-responses__link",children:"Retour page d\u2019accueil"})]})},GI=(o,i)=>{i.stopImmediatePropagation(),i.preventDefault();const l=i.currentTarget,c=document.querySelectorAll(".js-collapse__button"),u=document.querySelectorAll('[role="tabpanel"]'),g=l.getAttribute("aria-controls"),S=Object.values(u).find(A=>A.id===g);if(l.getAttribute("aria-expanded")==="true"){l.setAttribute("aria-expanded","false"),S==null||S.setAttribute("aria-hidden","true");return}c.forEach(A=>{A.setAttribute("aria-expanded","false")}),u.forEach(A=>{A.setAttribute("aria-hidden","true")}),l.setAttribute("aria-expanded","true"),S&&S.removeAttribute("aria-hidden")},XI=(o=document.querySelector(".js-collapse__button"))=>{o&&document.querySelectorAll(".c-collapse__button").forEach(l=>{l.addEventListener("click",GI.bind(!1,o))})},f2=({headingClass:o,listClass:i,iconClass:l,isOpen:c,btnClass:u,title:g,index:S,children:A})=>{const x=Kg.useRef(null);return sp(()=>{x.current&&XI(x.current)},[]),Ae("div",{className:"c-collapse js-collapse",children:[Ae("button",{ref:x,type:"button",id:`c-collapse__button-${S}`,className:vr("c-collapse__button js-collapse__button",u),"aria-controls":`c-collapse__content-${S}`,"aria-expanded":c||"false",children:[O("span",{className:vr("c-collapse__title",o),children:g}),O(jr,{name:"chevron",size:16,className:vr("c-collapse__icon",l)})]}),O("div",{id:`c-collapse__content-${S}`,"aria-hidden":c?!c:"true","aria-labelledby":`c-collapse__button-${S}`,className:vr("c-collapse__list",i),role:"tabpanel",children:A})]})},d2=({categories:o,layout:i})=>O("div",{className:"c-footer-categories",children:i===vn.MOBILE?O("div",{className:"c-footer-categories__accordion",children:o.map((l,c)=>O(f2,{title:l.name,iconClass:"u-color-white",headingClass:"u-bg-primary",listClass:"u-bg-primary",btnClass:"u-bg-primary",index:c,children:l.links.map(u=>Ae(es,{href:u.url,className:"u-color-white",children:[u.name,O(jr,{name:"chevron",size:[10,14],className:"u-color-white"})]},u.name))},l.name))}):O(xl,{children:o.map((l,c)=>Ae("div",{className:"c-footer-categories__list",children:[O(rh,{as:"h4",className:"c-footer-categories__list__title",children:l.name}),l.links.map((u,g)=>O(es,{href:u.url,children:u.name},g))]},c))})}),p2=({footerBar:o,listClass:i})=>O("div",{className:"c-footer-links",children:o.map((l,c)=>O("div",{className:vr("o-inline",i),children:l.links.map((u,g)=>O(es,{href:u.url||"#",onClick:u.javascript?()=>u.javascript:void 0,children:u.name},g))},c))}),Ow=({title:o,subtitle:i,icon:l,variant:c="darkBlue",classname:u})=>Ae("header",{className:vr("c-header-banner",c!=="transparent"&&`u-skin-${c}`,u),children:[l&&O(jr,{size:25,name:l,withBorder:!0,isRounded:!0}),Ae("div",{children:[i&&O("p",{className:"c-header-banner__subtitle",children:i}),O("h2",{className:"c-header-banner__title",children:o})]})]}),Mw=({modalIconSize:o=46,...i})=>Ae("div",{className:"c-header-side-modal",children:[O(jr,{name:"logo",className:"u-color-primary",size:o}),O(el,{variant:"simple",icon:"close",iconClassNames:"u-color-black",...i})]}),qI=o=>{var l;const i=o.querySelector(".js-expandButton__label");o.setAttribute("aria-expanded","true"),i.innerHTML="Voir moins",(l=o.previousElementSibling)==null||l.setAttribute("aria-hidden","false")},QI=o=>{var l;const i=o.querySelector(".js-expandButton__label");o.setAttribute("aria-expanded","false"),i.innerHTML="Voir plus",(l=o.previousElementSibling)==null||l.setAttribute("aria-hidden","true")},JI=o=>{const i=o.currentTarget;return i.getAttribute("aria-expanded")==="true"?QI(i):qI(i)},ZI=(o=document.querySelector(".js-expandButton"))=>{o&&o.addEventListener("click",JI)},eP=({title:o,subtitle:i="",colorScheme:l})=>{const c=$c.useRef(null);sp(()=>{c.current&&ZI(c.current)},[]);const u=typeof i=="string";return Ae("header",{className:"c-nodeheader",children:[O(hv,{colorScheme:l}),O("h1",{className:"c-nodeheader__title",children:o}),i&&Ae(xl,{children:[u?O("div",{className:vr("c-nodeheader__subtitle",!u&&"is-expandable"),"aria-hidden":!u,children:i}):O("div",{className:vr("c-nodeheader__subtitle",!u&&"is-expandable"),"aria-hidden":!u,dangerouslySetInnerHTML:{__html:u2(i)}}),!u&&Ae(el,{variant:"simple",className:"c-nodeheader__btn js-expandButton","aria-expanded":"false",ref:c,children:[O(jr,{isRounded:!0,name:"chevron",size:12,className:"u-bg-background-1 u-pa1"}),O("span",{className:"js-expandButton__label",children:"Voir plus"})]})]})]})},Fw=({title:o,description:i})=>Ae("div",{className:"c-info-banner",children:[O("h3",{className:"c-info-banner__title",children:o}),O("p",{className:"c-info-banner__description",children:i})]}),h2=({icon:o,title:i,content:l,withBorder:c=!1,classnames:u})=>Ae("div",{className:vr("c-horoscope-topic-card",{"c-horoscope-topic-card--bordered":c},u),children:[Ae("div",{className:"c-horoscope-topic-card__header",children:[O(jr,{className:"c-horoscope-topic-card__icon",name:o,size:21}),O(rh,{variant:"secondary",as:"h2",children:i})]}),O("p",{className:"c-horoscope-topic-card__content",children:l})]}),tP=({topics:o,infoBannerProps:i})=>Ae(xl,{children:[O("ul",{children:o.map((l,c)=>O("li",{children:O(h2,{icon:l.icon,title:l.title,content:l.content,withBorder:c!==o.length-1,classnames:c!==o.length-1?"u-mb2":""})},l.title))}),O(Fw,{title:i.title,description:i.description})]}),nP=({signsContent:o})=>O(xl,{children:o.map((i,l)=>Ae(Kg.Fragment,{children:[O(Ow,{title:i.heading.title,subtitle:i.heading.subtitle,icon:i.heading.icon,variant:"transparent",classname:"u-pa0 u-mb2"},i.heading.title),i.topics.map((c,u)=>O(h2,{icon:c.icon,title:c.title,content:c.content,withBorder:u!==i.topics.length-1,classnames:"u-mb2"},c.title)),O(es,{variant:"secondary-button",href:i.link.href,className:"u-mb2",children:i.link.children}),l!==o.length-1&&O(gd,{className:"u-bg-primary u-mb2"})]},l))}),rP=({horoscopeSignsList:o})=>O("ul",{className:"o-inline",children:o.map(i=>O("li",{className:"o-inline__by-4",children:Ae("a",{href:i.url,className:"c-square-tile o-column u-skin-darkBlue",children:[O(jr,{name:`horoscope-${i.slug}`,size:18}),O(ja,{colorScheme:"white",isUppercase:!1,children:i.label})]})},i.slug))}),aP=({articles:o,layout:i=vn.DESKTOP})=>Ae("div",{className:"c-live-cards",children:[O(hv,{colorScheme:"direct"}),O("h2",{children:"Le direct"}),O("div",{className:"c-live-cards__articles",children:O("div",{className:"c-live-cards__articles__list",children:o.map(l=>O(Tw,{layout:i,...l},l.title))})})]}),Hv=({icon:o,children:i,iconClassNames:l,iconSize:c,href:u,className:g})=>Ae(es,{href:u,className:vr("o-column o-column--centered u-color-white u-pt1 u-pb1 u-skin-darkBlue",g),children:[O(jr,{name:o,className:l,size:c}),O(ja,{colorScheme:"white",isUppercase:!1,children:i})]}),iP=({categories:o,tagsActu:i,layout:l})=>Ae(T6,{variant:"left",children:[O(Mw,{}),Ae("div",{className:"c-menu",children:[l===vn.MOBILE&&O(vv,{icon:"search",placeholder:"Rechercher"}),Ae("div",{className:"c-menu__actu",children:[O(rh,{as:"h4",className:"c-menu__actu__title",children:"Dans l\u2019actu"}),O("div",{className:"c-menu__actu__tags",children:i.map((c,u)=>O(fp,{link:c.link,variant:"secondary",className:"u-color-primary",children:c.children},u))})]}),O("div",{className:"c-menu__list",children:o.map((c,u)=>c.links.length>0?Ae(f2,{title:c.name,index:u,btnClass:`u-color-${c.theme}`,iconClass:"u-color-primary",children:[c.tags&&O("div",{className:"c-collapse__list__tags",children:c.tags.map((g,S)=>O(fp,{link:g.link,className:"u-color-primary",children:g.children},S))}),c.links.map(g=>Ae(es,{href:g.href,className:"u-color-black",children:[g.children,O(jr,{name:"chevron",size:[10,14],className:"u-color-primary"})]},g.href))]},c.name):O(es,{href:c.categoryLink,className:vr("c-collapse__link",{[`u-color-${c.theme}`]:c.theme}),children:c.name}))}),Ae("div",{className:"c-menu__tiles",children:[O(Hv,{icon:"newsletters",href:"/newsletters",className:"c-menu__tiles__items",children:"Newsletters"}),O(Hv,{icon:"journal",href:"/pdf",className:"c-menu__tiles__items",children:"Journal"}),O(Hv,{icon:"jeux",href:"/services/jeux",className:"c-menu__tiles__items",children:"Jeux"}),O(Hv,{icon:"horoscope",href:"/horoscope",className:"c-menu__tiles__items",children:"Horoscope"})]}),Ae("div",{className:"c-menu__switch",children:[Ae("div",{className:"c-menu__switch__title",children:[O(jr,{size:18,name:"notification"}),O("p",{className:"c-menu__switch__title__label",children:"Push Web"})]}),O(sm,{})]}),Ae("div",{className:"c-menu__switch",children:[Ae("div",{className:"c-menu__switch__title",children:[O(jr,{size:18,name:"darkmode"}),O("p",{className:"c-menu__switch__title__label",children:"Mode sombre"})]}),O(D6,{})]})]})]}),oP=(o,i)=>{i.preventDefault();const l=i.target,c=o.querySelectorAll('[role="tab"]'),u=o.querySelectorAll('[role="tabpanel"]'),g=l.getAttribute("aria-controls"),S=Object.values(u).find(A=>A.id===g);c.forEach(A=>{A.setAttribute("aria-selected","false")}),u.forEach(A=>{A.setAttribute("aria-hidden","true")}),l.setAttribute("aria-selected","true"),S&&S.removeAttribute("aria-hidden")},Bw=o=>o.code==="ArrowLeft"||o.keyCode===39,Nw=o=>o.code==="ArrowRight"||o.keyCode===37,lP=(o=document.querySelector(".js-tabs"))=>{if(o){const i=o.querySelectorAll('[role="tab"]');i.forEach(c=>{c.addEventListener("click",oP.bind(!1,o))});const l=o.querySelector('[role="tablist"]');if(l&&i.length>0){let c=0;l.addEventListener("keydown",u=>{u instanceof KeyboardEvent&&(Bw(u)||Nw(u))&&(i[c].setAttribute("tabindex","-1"),Bw(u)?(c+=1,c>=i.length&&(c=0)):Nw(u)&&(c-=1,c<0&&(c=i.length-1)),i[c].setAttribute("tabindex","0"),i[c].focus())})}}},uP=({tabItems:o,tabItemActive:i,tabVariant:l="default"})=>{const c=$c.useRef(null);return sp(()=>{c.current&&lP(c.current)},[]),Ae("div",{className:"js-tabs",ref:c,children:[O("div",{role:"tablist",className:vr("o-tabs",{[`o-tabs--${l}`]:l}),children:o.map(u=>O(O6,{name:u.name,isSelected:(i||o[0].name)===u.name,tabIndex:(i||o[0].name)===u.name?0:-1,variant:l,children:u.title},u.name))}),o.map(u=>O(M6,{name:u.name,isHidden:(i||o[0].name)!==u.name,children:u.content},u.name))]})},sP=({tabItems:o,tabItemActive:i})=>{const l=o.map(c=>({name:c.name,title:c.title,content:O("ul",{children:c.body.map((u,g)=>O("li",{children:O(Rw,{isSimplified:!0,index:(g+1).toString(),headline:u.rubricName,title:u.title,link:u.url,withBorder:g!==c.body.length-1})},u.rubricSlug))})}));return O(uP,{tabItemActive:i||o[0].name,tabItems:l})},cP=({articles:o,label:i})=>Ae("div",{children:[O("h3",{children:i}),O("hr",{}),O("div",{style:{display:"flex",gap:10},children:o.map(l=>O(Dw,{...l},l.title))})]}),fP=({title:o,description:i,placeholder:l,checkboxLabel:c,buttonLabel:u})=>Ae("div",{className:"c-newsletter",children:[O(jr,{className:"c-newsletter__icon",size:40,name:"diode-leaning"}),Ae("form",{children:[O("h5",{className:"c-newsletter__title",children:o}),O("p",{children:i}),O(vv,{className:"c-input--newsletter",type:"email",placeholder:l}),O(el,{className:"c-btn c-btn__white c-newsletter__button",type:"submit",children:u}),Ae("div",{className:"c-newsletter__checkbox",children:[O(vv,{className:"c-input--checkbox",type:"checkbox",placeholder:l,required:!0,id:"term"}),O("label",{htmlFor:"term",dangerouslySetInnerHTML:{__html:c}})]})]})]});function dP({articles:o,layout:i=vn.MOBILE}){return Ae("section",{className:"c-overview-bar u-mb3",children:[Ae(x6,{children:["Le r\xE9cap\u2019",i===vn.DESKTOP&&O("br",{}),"de la journ\xE9e"]}),O("ul",{className:"c-overview-bar__list",children:o.map((l,c)=>O("li",{className:vr("c-overview-bar__item",i===vn.DESKTOP&&c!==o.length-1&&"c-overview-bar__item--withBorder"),children:O(Aw,{...l})},l.title))})]})}const pP=({label:o,articles:i})=>Ae("div",{className:"c-partner-cards__partners__list__partner",children:[O("h4",{className:"c-partner-cards__partners__list__partner__title",children:o}),i.map((l,c)=>{let u;return c===0?u=Ae(xl,{children:[O(kw,{...l}),O(gd,{className:"c-partner-cards__partners__list__partner__divider"})]}):c!==i.length-1?u=Ae(xl,{children:[O(c2,{...l}),O(gd,{className:"c-partner-cards__partners__list__partner__divider"})]}):u=O(c2,{...l}),u})]}),hP=({columns:o})=>Ae("div",{className:"c-partner-cards",children:[O(hv,{colorScheme:"primary"}),O("h2",{children:"Partenaires"}),O("div",{className:"c-partner-cards__partners",children:O("div",{className:"c-partner-cards__partners__list",children:o.map(i=>O(pP,{...i},i.label))})})]}),v2=({socialIcons:o})=>O("div",{className:"c-footer-social",children:o.map((i,l)=>O("div",{className:"o-inline",children:i.icons.map((c,u)=>O("a",{href:c.url,children:O(jr,{className:"u-color-primary u-bg-white u-pa1",size:20,name:c.name})},u))},l))}),vP=({tags:o,className:i})=>Ae("div",{className:i,children:[o.map((l,c)=>O(fp,{...l},l.id||c)),O("hr",{})]}),mP=({socialIcons:o,footerBar:i,categories:l})=>O("div",{className:"c-footer",children:Ae("div",{className:"c-footer__wrap",children:[Ae("section",{className:"c-footer__wrap__top",children:[Ae("div",{className:"c-footer__wrap__top__left",children:[O(jr,{name:"logo",size:50,className:"u-color-white",withBorder:!0}),O(v2,{socialIcons:o}),O(gd,{className:"u-bg-white"}),O(rh,{as:"h4",className:"c-footer__wrap__top__left__title",children:"Nos applications"}),O(dp,{as:"p",className:"c-footer__wrap__top__left__mention",children:"D\xE9couvrez l\u2018ensemble de nos applications 20 Minutes!"}),Ae("div",{className:"c-footer__wrap__top__left__app",children:[O(el,{value:"T\xE9l\xE9charger sur App Store",icon:"apple",className:"c-btn--app",iconClassNames:"u-color-primary",children:Ae("span",{children:["T\xE9l\xE9charger sur ",O("strong",{className:"c-btn--app__mention",children:"App Store"})]})}),O(el,{value:"T\xE9l\xE9charger sur GooglePlay",icon:"googleplay",className:"c-btn--app",iconClassNames:"u-color-primary",children:Ae("span",{children:["T\xE9l\xE9charger sur ",O("strong",{className:"c-btn--app__mention",children:"Google Play"})]})})]})]}),O("div",{className:"c-footer__wrap__top__right",children:O(d2,{categories:l})})]}),O(gd,{className:"u-bg-white"}),Ae("section",{className:"c-footer__wrap__bottom",children:[O(p2,{footerBar:i}),O(dp,{as:"strong",children:"\xA9 Copyright 20 Minutes"}),O(dp,{as:"p",className:"c-footer__wrap__bottom__mention",children:"La fr\xE9quentation de 20 Minutes est certifi\xE9e par l\u2018ACPM"})]})]})}),gP=({socialIcons:o,footerBar:i,categories:l})=>Ae("div",{className:"c-footer-mobile u-bg-primary",children:[O(d2,{categories:l,layout:vn.MOBILE}),Ae("div",{className:"c-footer-mobile__app",children:[O(rh,{as:"h4",className:"c-footer-mobile__app__title",children:"Nos applications"}),O(dp,{as:"p",className:"c-footer-mobile__app__mention",children:"D\xE9couvrez l\u2018ensemble de nos applications 20 Minutes!"}),Ae("div",{className:"c-footer-mobile__app__btn",children:[O(jr,{name:"logo",size:26,className:"u-color-white",withBorder:!0}),O(el,{value:"T\xE9l\xE9charger sur App Store",icon:"apple",className:"c-btn--app u-bg-white",iconClassNames:"u-color-primary",children:Ae("span",{children:["T\xE9l\xE9charger sur ",O("strong",{className:"c-btn--app__mention",children:"App Store"})]})}),O(el,{value:"T\xE9l\xE9charger sur GooglePlay",icon:"googleplay",className:"c-btn--app u-bg-white",iconClassNames:"u-color-primary",children:Ae("span",{children:["T\xE9l\xE9charger sur ",O("strong",{className:"c-btn--app__mention",children:"Google Play"})]})})]})]}),O(gd,{className:"u-bg-white"}),O("div",{className:"c-footer-mobile__social",children:O(v2,{socialIcons:o})}),O(gd,{className:"u-bg-white"}),Ae("section",{className:"c-footer-mobile__bottom",children:[O(p2,{footerBar:i,listClass:"c-footer-mobile__bottom__list"}),O(dp,{as:"strong",className:"u-mt1",children:"\xA9 Copyright 20 Minutes"}),O(dp,{as:"p",className:"c-footer__wrap__bottom__mention",children:"La fr\xE9quentation de 20 Minutes est certifi\xE9e par l\u2018ACPM"})]})]}),yP=({layout:o=vn.MOBILE,...i})=>o===vn.DESKTOP?O(mP,{...i}):O(gP,{...i}),SP=({headerLinks:o,dividerColor:i="primary"})=>Ae("div",{className:"c-header",children:[O("div",{className:"c-header__logo",children:O(jr,{name:"logo",size:100,className:"u-color-primary"})}),Ae("div",{className:"c-header__container",children:[Ae("div",{className:"c-header__container__top",children:[Ae("div",{className:"c-header__container__top__left",children:[O(el,{icon:"menu",className:"c-header__container__top__left__button",children:"Menu"}),O(jr,{name:"search",size:20,className:"c-header__container__top__left__icon"})]}),Ae("div",{className:"c-header__container__top__right",children:[O(jr,{name:"connect",size:35,className:"c-header__container__top__right__icon"}),O(el,{className:"c-header__container__top__right__button",children:"S\u2018inscrire"})]})]}),O("div",{className:"c-header__container__bottom",children:o.map((l,c)=>O(es,{href:l.url,className:`u-color-${l.theme?l.theme:"default"}`,children:l.name},`key-${c}`))})]}),O(hv,{classnames:"c-divider-section--menu",withIcon:!1,colorScheme:i})]}),EP=()=>Ae("div",{className:"c-header-mobile",children:[Ae("div",{className:"c-header-mobile__side",children:[O(el,{icon:"menu",iconSize:20,variant:"simple",className:"u-color-black"}),O(jr,{name:"logo",size:46,className:"u-color-primary"})]}),Ae("div",{className:"c-header-mobile__side",children:[O(el,{icon:"connect",iconSize:35,variant:"simple",className:"u-color-primary"}),O(el,{children:"S\u2018inscrire"})]})]}),wP=({layout:o=vn.MOBILE,...i})=>o===vn.DESKTOP?O(SP,{...i}):O(EP,{});_t.Ad=C_,_t.Alert=__,_t.ArticleContent=TI,_t.ArticleHeader=kI,_t.ArticleImageCover=Cw,_t.ArticleSummary=RI,_t.ArticleVideoCover=DI,_t.Avatar=b6,_t.Breadcrumb=NI,_t.Button=el,_t.CategoryCard=xw,_t.CategoryCards=WI,_t.Collapse=f2,_t.Divider=gd,_t.DividerSection=hv,_t.ErrorResponsesContent=YI,_t.Footer=yP,_t.FooterCategories=d2,_t.FooterLinks=p2,_t.GameCard=LI,_t.Header=wP,_t.HeaderBanner=Ow,_t.HeaderPage=eP,_t.HeaderSideModal=Mw,_t.Heading=rh,_t.HomeLiveCard=zI,_t.HoroscopeContent=tP,_t.HoroscopeHomepageContent=nP,_t.HoroscopeTiles=rP,_t.HoroscopeTopicCard=h2,_t.Icon=jr,_t.Img=cp,_t.InfoBanner=Fw,_t.Input=vv,_t.Label=ja,_t.LabelSection=x6,_t.LargeCard=PI,_t.LayoutType=vn,_t.Link=es,_t.LiveCard=Tw,_t.LiveCards=aP,_t.MediumCard=kw,_t.Menu=iP,_t.MenuCard=UI,_t.Meta=x_,_t.Modal=T6,_t.MostReadArticles=sP,_t.MostReadCard=Rw,_t.NewsCard=Dw,_t.NewsCards=cP,_t.Newsletter=fP,_t.OverviewBar=dP,_t.OverviewCard=Aw,_t.PartnerCards=hP,_t.Pipe=um,_t.PodcastCard=HI,_t.ReadAlso=k6,_t.RegionalCard=$I,_t.RubricCard=jI,_t.ScrollProgressBar=O_,_t.Section=T_,_t.Signature=s2,_t.SmallCard=c2,_t.SmallGameCard=VI,_t.SmallLiveCard=KI,_t.SocialBar=mh,_t.SocialIcons=v2,_t.SvgSprite=b_,_t.Switch=sm,_t.SwitchDarkMode=D6,_t.Tab=O6,_t.TabPanel=M6,_t.Tag=fp,_t.TagBar=vP,_t.Text=dp,_t.Tiles=Hv,_t.useLayoutEffect=sp,Object.defineProperties(_t,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});