@20minutes/hela 0.1.2 → 0.1.3

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/dts/src/assets/scripts/breadcrumb.d.ts +2 -0
  2. package/dist/dts/src/assets/scripts/collapse.d.ts +1 -0
  3. package/dist/dts/src/assets/scripts/expander.d.ts +1 -0
  4. package/dist/dts/src/assets/scripts/main.d.ts +1 -0
  5. package/dist/dts/src/assets/scripts/scroll.d.ts +1 -0
  6. package/dist/dts/src/assets/scripts/tabs.d.ts +1 -0
  7. package/dist/dts/src/assets/scripts/theming.d.ts +2 -0
  8. package/dist/dts/src/components/atoms/Ad/Ad.d.ts +12 -0
  9. package/dist/dts/src/components/atoms/Ad/Ad.stories.d.ts +12 -0
  10. package/dist/dts/src/components/atoms/Ad/index.d.ts +1 -0
  11. package/dist/dts/src/components/atoms/Alert/Alert.d.ts +7 -0
  12. package/dist/dts/src/components/atoms/Alert/Alert.stories.d.ts +13 -0
  13. package/dist/dts/src/components/atoms/Alert/index.d.ts +1 -0
  14. package/dist/dts/src/components/atoms/Avatar/Avatar.d.ts +7 -0
  15. package/dist/dts/src/components/atoms/Avatar/Avatar.stories.d.ts +13 -0
  16. package/dist/dts/src/components/atoms/Avatar/index.d.ts +1 -0
  17. package/dist/dts/src/components/atoms/Button/Button.d.ts +10 -0
  18. package/dist/dts/src/components/atoms/Button/Button.stories.d.ts +15 -0
  19. package/dist/dts/src/components/atoms/Button/index.d.ts +1 -0
  20. package/dist/dts/src/components/atoms/Divider/Divider.d.ts +3 -0
  21. package/dist/dts/src/components/atoms/Divider/Divider.stories.d.ts +10 -0
  22. package/dist/dts/src/components/atoms/Divider/index.d.ts +1 -0
  23. package/dist/dts/src/components/atoms/DividerSection/DividerSection.d.ts +8 -0
  24. package/dist/dts/src/components/atoms/DividerSection/DividerSection.stories.d.ts +12 -0
  25. package/dist/dts/src/components/atoms/DividerSection/index.d.ts +1 -0
  26. package/dist/dts/src/components/atoms/Icon/Icon.d.ts +11 -0
  27. package/dist/dts/src/components/atoms/Icon/Icon.stories.d.ts +14 -0
  28. package/dist/dts/src/components/atoms/Icon/SvgSprite.d.ts +3 -0
  29. package/dist/dts/src/components/atoms/Icon/index.d.ts +2 -0
  30. package/dist/dts/src/components/atoms/Img/Img.d.ts +9 -0
  31. package/dist/dts/src/components/atoms/Img/Img.stories.d.ts +10 -0
  32. package/dist/dts/src/components/atoms/Img/index.d.ts +1 -0
  33. package/dist/dts/src/components/atoms/Input/Input.d.ts +6 -0
  34. package/dist/dts/src/components/atoms/Input/Input.stories.d.ts +10 -0
  35. package/dist/dts/src/components/atoms/Input/index.d.ts +1 -0
  36. package/dist/dts/src/components/atoms/Label/Label.d.ts +11 -0
  37. package/dist/dts/src/components/atoms/Label/Label.stories.d.ts +13 -0
  38. package/dist/dts/src/components/atoms/Label/index.d.ts +1 -0
  39. package/dist/dts/src/components/atoms/LabelSection/LabelSection.d.ts +5 -0
  40. package/dist/dts/src/components/atoms/LabelSection/LabelSection.stories.d.ts +11 -0
  41. package/dist/dts/src/components/atoms/LabelSection/index.d.ts +1 -0
  42. package/dist/dts/src/components/atoms/Link/Link.d.ts +9 -0
  43. package/dist/dts/src/components/atoms/Link/Link.stories.d.ts +18 -0
  44. package/dist/dts/src/components/atoms/Link/index.d.ts +1 -0
  45. package/dist/dts/src/components/atoms/Meta/Meta.d.ts +9 -0
  46. package/dist/dts/src/components/atoms/Meta/Meta.stories.d.ts +8 -0
  47. package/dist/dts/src/components/atoms/Meta/index.d.ts +1 -0
  48. package/dist/dts/src/components/atoms/Modal/Modal.d.ts +7 -0
  49. package/dist/dts/src/components/atoms/Modal/Modal.stories.d.ts +11 -0
  50. package/dist/dts/src/components/atoms/Modal/index.d.ts +1 -0
  51. package/dist/dts/src/components/atoms/Pipe/Pipe.d.ts +2 -0
  52. package/dist/dts/src/components/atoms/Pipe/Pipe.stories.d.ts +8 -0
  53. package/dist/dts/src/components/atoms/Pipe/index.d.ts +1 -0
  54. package/dist/dts/src/components/atoms/ReadAlso/ReadAlso.d.ts +10 -0
  55. package/dist/dts/src/components/atoms/ReadAlso/ReadAlso.stories.d.ts +8 -0
  56. package/dist/dts/src/components/atoms/ReadAlso/index.d.ts +1 -0
  57. package/dist/dts/src/components/atoms/ScrollProgressBar/ScrollProgressBar.d.ts +8 -0
  58. package/dist/dts/src/components/atoms/ScrollProgressBar/ScrollProgressBar.stories.d.ts +24 -0
  59. package/dist/dts/src/components/atoms/ScrollProgressBar/index.d.ts +1 -0
  60. package/dist/dts/src/components/atoms/Section/Section.d.ts +6 -0
  61. package/dist/dts/src/components/atoms/Section/Section.stories.d.ts +11 -0
  62. package/dist/dts/src/components/atoms/Section/index.d.ts +1 -0
  63. package/dist/dts/src/components/atoms/Switch/Switch.d.ts +8 -0
  64. package/dist/dts/src/components/atoms/Switch/Switch.stories.d.ts +8 -0
  65. package/dist/dts/src/components/atoms/Switch/index.d.ts +1 -0
  66. package/dist/dts/src/components/atoms/SwitchDarkMode/SwitchDarkMode.d.ts +7 -0
  67. package/dist/dts/src/components/atoms/SwitchDarkMode/SwitchDarkMode.stories.d.ts +8 -0
  68. package/dist/dts/src/components/atoms/SwitchDarkMode/index.d.ts +1 -0
  69. package/dist/dts/src/components/atoms/Tab/Tab.d.ts +10 -0
  70. package/dist/dts/src/components/atoms/Tab/Tab.stories.d.ts +16 -0
  71. package/dist/dts/src/components/atoms/Tab/index.d.ts +1 -0
  72. package/dist/dts/src/components/atoms/TabPanel/TabPanel.d.ts +7 -0
  73. package/dist/dts/src/components/atoms/TabPanel/TabPanel.stories.d.ts +8 -0
  74. package/dist/dts/src/components/atoms/TabPanel/index.d.ts +1 -0
  75. package/dist/dts/src/components/atoms/Tag/Tag.d.ts +10 -0
  76. package/dist/dts/src/components/atoms/Tag/Tag.stories.d.ts +15 -0
  77. package/dist/dts/src/components/atoms/Tag/index.d.ts +1 -0
  78. package/dist/dts/src/components/atoms/Typography/Heading.d.ts +8 -0
  79. package/dist/dts/src/components/atoms/Typography/Heading.stories.d.ts +13 -0
  80. package/dist/dts/src/components/atoms/Typography/Text.d.ts +6 -0
  81. package/dist/dts/src/components/atoms/Typography/Text.stories.d.ts +11 -0
  82. package/dist/dts/src/components/atoms/Typography/Typography.d.ts +8 -0
  83. package/dist/dts/src/components/atoms/Typography/index.d.ts +2 -0
  84. package/dist/dts/src/components/atoms/index.d.ts +24 -0
  85. package/dist/dts/src/components/index.d.ts +3 -0
  86. package/dist/dts/src/components/molecules/Article/ArticleContent/ArticleContent.d.ts +8 -0
  87. package/dist/dts/src/components/molecules/Article/ArticleContent/ArticleContent.stories.d.ts +8 -0
  88. package/dist/dts/src/components/molecules/Article/ArticleContent/index.d.ts +1 -0
  89. package/dist/dts/src/components/molecules/Article/ArticleHeader/ArticleHeader.d.ts +10 -0
  90. package/dist/dts/src/components/molecules/Article/ArticleHeader/ArticleHeader.stories.d.ts +10 -0
  91. package/dist/dts/src/components/molecules/Article/ArticleHeader/index.d.ts +1 -0
  92. package/dist/dts/src/components/molecules/Article/ArticleImageCover/ArticleImageCover.d.ts +9 -0
  93. package/dist/dts/src/components/molecules/Article/ArticleImageCover/ArticleImageCover.stories.d.ts +15 -0
  94. package/dist/dts/src/components/molecules/Article/ArticleImageCover/index.d.ts +1 -0
  95. package/dist/dts/src/components/molecules/Article/ArticleSummary/ArticleSummary.d.ts +8 -0
  96. package/dist/dts/src/components/molecules/Article/ArticleSummary/ArticleSummary.stories.d.ts +11 -0
  97. package/dist/dts/src/components/molecules/Article/ArticleSummary/index.d.ts +1 -0
  98. package/dist/dts/src/components/molecules/Article/ArticleVideoCover/ArticleVideoCover.d.ts +6 -0
  99. package/dist/dts/src/components/molecules/Article/ArticleVideoCover/ArticleVideoCover.stories.d.ts +8 -0
  100. package/dist/dts/src/components/molecules/Article/ArticleVideoCover/index.d.ts +1 -0
  101. package/dist/dts/src/components/molecules/Article/index.d.ts +5 -0
  102. package/dist/dts/src/components/molecules/Breadcrumb/Breadcrumb.d.ts +19 -0
  103. package/dist/dts/src/components/molecules/Breadcrumb/Breadcrumb.stories.d.ts +16 -0
  104. package/dist/dts/src/components/molecules/Breadcrumb/BreadcrumbRubric.d.ts +8 -0
  105. package/dist/dts/src/components/molecules/Breadcrumb/index.d.ts +1 -0
  106. package/dist/dts/src/components/molecules/Card/CategoryCard/CategoryCard.d.ts +10 -0
  107. package/dist/dts/src/components/molecules/Card/CategoryCard/CategoryCard.stories.d.ts +6 -0
  108. package/dist/dts/src/components/molecules/Card/CategoryCard/index.d.ts +1 -0
  109. package/dist/dts/src/components/molecules/Card/GameCard/GameCard.d.ts +11 -0
  110. package/dist/dts/src/components/molecules/Card/GameCard/GameCard.stories.d.ts +9 -0
  111. package/dist/dts/src/components/molecules/Card/GameCard/index.d.ts +1 -0
  112. package/dist/dts/src/components/molecules/Card/HomeLiveCard/HomeLiveCard.d.ts +11 -0
  113. package/dist/dts/src/components/molecules/Card/HomeLiveCard/HomeLiveCard.stories.d.ts +9 -0
  114. package/dist/dts/src/components/molecules/Card/HomeLiveCard/index.d.ts +1 -0
  115. package/dist/dts/src/components/molecules/Card/LargeCard/LargeCard.d.ts +15 -0
  116. package/dist/dts/src/components/molecules/Card/LargeCard/LargeCard.stories.d.ts +9 -0
  117. package/dist/dts/src/components/molecules/Card/LargeCard/index.d.ts +1 -0
  118. package/dist/dts/src/components/molecules/Card/LiveCard/LiveCard.d.ts +13 -0
  119. package/dist/dts/src/components/molecules/Card/LiveCard/LiveCard.stories.d.ts +6 -0
  120. package/dist/dts/src/components/molecules/Card/LiveCard/index.d.ts +1 -0
  121. package/dist/dts/src/components/molecules/Card/MediumCard/MediumCard.d.ts +10 -0
  122. package/dist/dts/src/components/molecules/Card/MediumCard/MediumCard.stories.d.ts +6 -0
  123. package/dist/dts/src/components/molecules/Card/MediumCard/index.d.ts +1 -0
  124. package/dist/dts/src/components/molecules/Card/MenuCard/MenuCard.d.ts +8 -0
  125. package/dist/dts/src/components/molecules/Card/MenuCard/MenuCard.stories.d.ts +8 -0
  126. package/dist/dts/src/components/molecules/Card/MenuCard/index.d.ts +1 -0
  127. package/dist/dts/src/components/molecules/Card/MostReadCard/MostReadCard.d.ts +16 -0
  128. package/dist/dts/src/components/molecules/Card/MostReadCard/MostReadCard.stories.d.ts +9 -0
  129. package/dist/dts/src/components/molecules/Card/MostReadCard/index.d.ts +1 -0
  130. package/dist/dts/src/components/molecules/Card/NewsCard/NewsCard.d.ts +10 -0
  131. package/dist/dts/src/components/molecules/Card/NewsCard/NewsCard.stories.d.ts +9 -0
  132. package/dist/dts/src/components/molecules/Card/NewsCard/index.d.ts +1 -0
  133. package/dist/dts/src/components/molecules/Card/OverviewCard/OverviewCard.d.ts +10 -0
  134. package/dist/dts/src/components/molecules/Card/OverviewCard/OverviewCard.stories.d.ts +10 -0
  135. package/dist/dts/src/components/molecules/Card/OverviewCard/index.d.ts +1 -0
  136. package/dist/dts/src/components/molecules/Card/PodcastCard/PodcastCard.d.ts +13 -0
  137. package/dist/dts/src/components/molecules/Card/PodcastCard/PodcastCard.stories.d.ts +9 -0
  138. package/dist/dts/src/components/molecules/Card/PodcastCard/index.d.ts +1 -0
  139. package/dist/dts/src/components/molecules/Card/RegionalCard/RegionalCard.d.ts +12 -0
  140. package/dist/dts/src/components/molecules/Card/RegionalCard/RegionalCard.stories.d.ts +9 -0
  141. package/dist/dts/src/components/molecules/Card/RegionalCard/index.d.ts +1 -0
  142. package/dist/dts/src/components/molecules/Card/RubricCard/RubricCard.d.ts +15 -0
  143. package/dist/dts/src/components/molecules/Card/RubricCard/RubricCard.stories.d.ts +9 -0
  144. package/dist/dts/src/components/molecules/Card/RubricCard/index.d.ts +1 -0
  145. package/dist/dts/src/components/molecules/Card/SmallCard/SmallCard.d.ts +8 -0
  146. package/dist/dts/src/components/molecules/Card/SmallCard/SmallCard.stories.d.ts +8 -0
  147. package/dist/dts/src/components/molecules/Card/SmallCard/index.d.ts +1 -0
  148. package/dist/dts/src/components/molecules/Card/SmallGameCard/SmallGameCard.d.ts +10 -0
  149. package/dist/dts/src/components/molecules/Card/SmallGameCard/SmallGameCard.stories.d.ts +9 -0
  150. package/dist/dts/src/components/molecules/Card/SmallGameCard/index.d.ts +1 -0
  151. package/dist/dts/src/components/molecules/Card/SmallLiveCard/SmallLiveCard.d.ts +10 -0
  152. package/dist/dts/src/components/molecules/Card/SmallLiveCard/SmallLiveCard.stories.d.ts +9 -0
  153. package/dist/dts/src/components/molecules/Card/SmallLiveCard/index.d.ts +1 -0
  154. package/dist/dts/src/components/molecules/Card/index.d.ts +16 -0
  155. package/dist/dts/src/components/molecules/CategoryCards/CategoryCards.d.ts +9 -0
  156. package/dist/dts/src/components/molecules/CategoryCards/CategoryCards.stories.d.ts +6 -0
  157. package/dist/dts/src/components/molecules/CategoryCards/index.d.ts +1 -0
  158. package/dist/dts/src/components/molecules/Collapse/Collapse.d.ts +11 -0
  159. package/dist/dts/src/components/molecules/Collapse/Collapse.stories.d.ts +8 -0
  160. package/dist/dts/src/components/molecules/Collapse/index.d.ts +1 -0
  161. package/dist/dts/src/components/molecules/ErrorResponsesContent/ErrorResponsesContent.d.ts +5 -0
  162. package/dist/dts/src/components/molecules/ErrorResponsesContent/ErrorResponsesContent.stories.d.ts +13 -0
  163. package/dist/dts/src/components/molecules/ErrorResponsesContent/index.d.ts +1 -0
  164. package/dist/dts/src/components/molecules/FooterCategories/FooterCategories.d.ts +13 -0
  165. package/dist/dts/src/components/molecules/FooterCategories/FooterCategories.stories.d.ts +18 -0
  166. package/dist/dts/src/components/molecules/FooterCategories/index.d.ts +1 -0
  167. package/dist/dts/src/components/molecules/FooterLinks/FooterLinks.d.ts +12 -0
  168. package/dist/dts/src/components/molecules/FooterLinks/FooterLinks.stories.d.ts +16 -0
  169. package/dist/dts/src/components/molecules/FooterLinks/index.d.ts +1 -0
  170. package/dist/dts/src/components/molecules/HeaderBanner/HeaderBanner.d.ts +10 -0
  171. package/dist/dts/src/components/molecules/HeaderBanner/HeaderBanner.stories.d.ts +13 -0
  172. package/dist/dts/src/components/molecules/HeaderBanner/index.d.ts +1 -0
  173. package/dist/dts/src/components/molecules/HeaderPage/HeaderPage.d.ts +9 -0
  174. package/dist/dts/src/components/molecules/HeaderPage/HeaderPage.stories.d.ts +24 -0
  175. package/dist/dts/src/components/molecules/HeaderPage/index.d.ts +1 -0
  176. package/dist/dts/src/components/molecules/HeaderSideModal/HeaderSideModal.d.ts +6 -0
  177. package/dist/dts/src/components/molecules/HeaderSideModal/HeaderSideModal.stories.d.ts +8 -0
  178. package/dist/dts/src/components/molecules/HeaderSideModal/index.d.ts +1 -0
  179. package/dist/dts/src/components/molecules/Horoscope/HoroscopeContent/HoroscopeContent.d.ts +8 -0
  180. package/dist/dts/src/components/molecules/Horoscope/HoroscopeContent/HoroscopeContent.stories.d.ts +5 -0
  181. package/dist/dts/src/components/molecules/Horoscope/HoroscopeContent/index.d.ts +1 -0
  182. package/dist/dts/src/components/molecules/Horoscope/HoroscopeHomepageContent/HoroscopeHomepageContent.d.ts +11 -0
  183. package/dist/dts/src/components/molecules/Horoscope/HoroscopeHomepageContent/HoroscopeHomepageContent.stories.d.ts +5 -0
  184. package/dist/dts/src/components/molecules/Horoscope/HoroscopeHomepageContent/index.d.ts +1 -0
  185. package/dist/dts/src/components/molecules/Horoscope/HoroscopeTiles/HoroscopeTiles.d.ts +9 -0
  186. package/dist/dts/src/components/molecules/Horoscope/HoroscopeTiles/HoroscopeTiles.stories.d.ts +8 -0
  187. package/dist/dts/src/components/molecules/Horoscope/HoroscopeTiles/index.d.ts +1 -0
  188. package/dist/dts/src/components/molecules/Horoscope/HoroscopeTopicCard/HoroscopeTopicCard.d.ts +10 -0
  189. package/dist/dts/src/components/molecules/Horoscope/HoroscopeTopicCard/HoroscopeTopicCard.stories.d.ts +8 -0
  190. package/dist/dts/src/components/molecules/Horoscope/HoroscopeTopicCard/index.d.ts +1 -0
  191. package/dist/dts/src/components/molecules/Horoscope/index.d.ts +4 -0
  192. package/dist/dts/src/components/molecules/InfoBanner/InfoBanner.d.ts +6 -0
  193. package/dist/dts/src/components/molecules/InfoBanner/InfoBanner.stories.d.ts +12 -0
  194. package/dist/dts/src/components/molecules/InfoBanner/index.d.ts +1 -0
  195. package/dist/dts/src/components/molecules/LiveCards/LiveCards.d.ts +8 -0
  196. package/dist/dts/src/components/molecules/LiveCards/LiveCards.stories.d.ts +6 -0
  197. package/dist/dts/src/components/molecules/LiveCards/index.d.ts +1 -0
  198. package/dist/dts/src/components/molecules/Menu/Menu.d.ts +15 -0
  199. package/dist/dts/src/components/molecules/Menu/Menu.stories.d.ts +6 -0
  200. package/dist/dts/src/components/molecules/Menu/index.d.ts +1 -0
  201. package/dist/dts/src/components/molecules/MostReadArticles/MostReadArticles.d.ts +15 -0
  202. package/dist/dts/src/components/molecules/MostReadArticles/MostReadArticles.stories.d.ts +5 -0
  203. package/dist/dts/src/components/molecules/MostReadArticles/index.d.ts +1 -0
  204. package/dist/dts/src/components/molecules/NewsCards/NewsCards.d.ts +9 -0
  205. package/dist/dts/src/components/molecules/NewsCards/NewsCards.stories.d.ts +5 -0
  206. package/dist/dts/src/components/molecules/NewsCards/index.d.ts +1 -0
  207. package/dist/dts/src/components/molecules/Newsletter/Newsletter.d.ts +9 -0
  208. package/dist/dts/src/components/molecules/Newsletter/Newsletter.stories.d.ts +5 -0
  209. package/dist/dts/src/components/molecules/Newsletter/index.d.ts +1 -0
  210. package/dist/dts/src/components/molecules/OverviewBar/OverviewBar.d.ts +8 -0
  211. package/dist/dts/src/components/molecules/OverviewBar/OverviewBar.stories.d.ts +6 -0
  212. package/dist/dts/src/components/molecules/OverviewBar/index.d.ts +1 -0
  213. package/dist/dts/src/components/molecules/PartnerCards/PartnerCards.d.ts +9 -0
  214. package/dist/dts/src/components/molecules/PartnerCards/PartnerCards.stories.d.ts +5 -0
  215. package/dist/dts/src/components/molecules/PartnerCards/index.d.ts +1 -0
  216. package/dist/dts/src/components/molecules/Signature/Signature.d.ts +10 -0
  217. package/dist/dts/src/components/molecules/Signature/Signature.stories.d.ts +8 -0
  218. package/dist/dts/src/components/molecules/Signature/index.d.ts +1 -0
  219. package/dist/dts/src/components/molecules/SocialBar/SocialBar.d.ts +10 -0
  220. package/dist/dts/src/components/molecules/SocialBar/SocialBar.stories.d.ts +14 -0
  221. package/dist/dts/src/components/molecules/SocialBar/index.d.ts +1 -0
  222. package/dist/dts/src/components/molecules/SocialIcons/SocialIcons.d.ts +11 -0
  223. package/dist/dts/src/components/molecules/SocialIcons/SocialIcons.stories.d.ts +16 -0
  224. package/dist/dts/src/components/molecules/SocialIcons/index.d.ts +1 -0
  225. package/dist/dts/src/components/molecules/Tabs/Tabs.d.ts +12 -0
  226. package/dist/dts/src/components/molecules/Tabs/Tabs.stories.d.ts +12 -0
  227. package/dist/dts/src/components/molecules/Tabs/index.d.ts +1 -0
  228. package/dist/dts/src/components/molecules/TagBar/TagBar.d.ts +6 -0
  229. package/dist/dts/src/components/molecules/TagBar/TagBar.stories.d.ts +5 -0
  230. package/dist/dts/src/components/molecules/TagBar/index.d.ts +1 -0
  231. package/dist/dts/src/components/molecules/Tiles/Tiles.d.ts +9 -0
  232. package/dist/dts/src/components/molecules/Tiles/Tiles.stories.d.ts +8 -0
  233. package/dist/dts/src/components/molecules/Tiles/index.d.ts +1 -0
  234. package/dist/dts/src/components/molecules/index.d.ts +25 -0
  235. package/dist/dts/src/components/organisms/Footer/Footer.d.ts +7 -0
  236. package/dist/dts/src/components/organisms/Footer/Footer.stories.d.ts +30 -0
  237. package/dist/dts/src/components/organisms/Footer/FooterDesktop.d.ts +5 -0
  238. package/dist/dts/src/components/organisms/Footer/FooterMobile.d.ts +5 -0
  239. package/dist/dts/src/components/organisms/Footer/Links.d.ts +12 -0
  240. package/dist/dts/src/components/organisms/Footer/index.d.ts +1 -0
  241. package/dist/dts/src/components/organisms/Header/Header.d.ts +7 -0
  242. package/dist/dts/src/components/organisms/Header/Header.stories.d.ts +16 -0
  243. package/dist/dts/src/components/organisms/Header/HeaderDesktop.d.ts +11 -0
  244. package/dist/dts/src/components/organisms/Header/HeaderMobile.d.ts +2 -0
  245. package/dist/dts/src/components/organisms/Header/index.d.ts +1 -0
  246. package/dist/dts/src/components/organisms/index.d.ts +2 -0
  247. package/dist/dts/src/hooks/index.d.ts +1 -0
  248. package/dist/dts/src/hooks/useLayoutEffect.d.ts +2 -0
  249. package/dist/dts/src/index.d.ts +3 -0
  250. package/dist/dts/src/types/Color.d.ts +4 -0
  251. package/dist/dts/src/types/LayoutType.d.ts +4 -0
  252. package/dist/dts/src/types/TabType.d.ts +1 -0
  253. package/dist/dts/src/types/ThemeType.d.ts +1 -0
  254. package/dist/dts/src/types/index.d.ts +4 -0
  255. package/dist/dts/src/utils/Draftjs.d.ts +2 -0
  256. package/dist/dts/src/utils/index.d.ts +1 -0
  257. package/dist/dts/src/utils/string.d.ts +2 -0
  258. package/package.json +3 -3
  259. package/dist/css/style.css +0 -2
  260. package/dist/fonts/Oswald-Bold.woff +0 -0
  261. package/dist/fonts/Oswald-Bold.woff2 +0 -0
  262. package/dist/fonts/SourceSerifPro-Bold.woff +0 -0
  263. package/dist/fonts/SourceSerifPro-Bold.woff2 +0 -0
  264. package/dist/fonts/SourceSerifPro-Italic.woff +0 -0
  265. package/dist/fonts/SourceSerifPro-Italic.woff2 +0 -0
  266. package/dist/fonts/SourceSerifPro-Regular.woff +0 -0
  267. package/dist/fonts/SourceSerifPro-Regular.woff2 +0 -0
  268. package/dist/index.d.ts +0 -627
  269. package/dist/index.es.js +0 -41758
  270. package/dist/index.umd.js +0 -326
  271. package/dist/js/main.min.js +0 -1
package/dist/index.umd.js DELETED
@@ -1,326 +0,0 @@
1
- (function(xt,Df){typeof exports=="object"&&typeof module<"u"?Df(exports,require("react")):typeof define=="function"&&define.amd?define(["exports","react"],Df):(xt=typeof globalThis<"u"?globalThis:xt||self,Df(xt["@20minutes/hela"]={},xt.react))})(this,function(xt,Df){"use strict";const fb=o=>o&&typeof o=="object"&&"default"in o?o:{default:o};function db(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 f=Object.getOwnPropertyDescriptor(o,l);Object.defineProperty(i,l,f.get?f:{enumerable:!0,get:()=>o[l]})}}return i.default=o,Object.freeze(i)}const er=fb(Df),am=db(Df);var yn=(o=>(o.MOBILE="mobile",o.DESKTOP="desktop",o))(yn||{});const th=typeof window<"u"?Df.useLayoutEffect:()=>{};var md=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function pb(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(f){var u=Object.getOwnPropertyDescriptor(o,f);Object.defineProperty(l,f,u.get?u:{enumerable:!0,get:function(){return o[f]}})}),l}var y4={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 f=[],u=0;u<arguments.length;u++){var g=arguments[u];if(!!g){var E=typeof g;if(E==="string"||E==="number")f.push(g);else if(Array.isArray(g)){if(g.length){var A=l.apply(null,g);A&&f.push(A)}}else if(E==="object"){if(g.toString!==Object.prototype.toString&&!g.toString.toString().includes("[native code]")){f.push(g.toString());continue}for(var k in g)i.call(g,k)&&g[k]&&f.push(k)}}}return f.join(" ")}o.exports?(l.default=l,o.exports=l):window.classNames=l})()})(y4);const va=y4.exports;var im={exports:{}},fv={};/**
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 S4;function hb(){if(S4)return fv;S4=1;var o=er.default,i=Symbol.for("react.element"),l=Symbol.for("react.fragment"),f=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 E(A,k,B){var q,$={},K=null,J=null;B!==void 0&&(K=""+B),k.key!==void 0&&(K=""+k.key),k.ref!==void 0&&(J=k.ref);for(q in k)f.call(k,q)&&!g.hasOwnProperty(q)&&($[q]=k[q]);if(A&&A.defaultProps)for(q in k=A.defaultProps,k)$[q]===void 0&&($[q]=k[q]);return{$$typeof:i,type:A,key:K,ref:J,props:$,_owner:u.current}}return fv.Fragment=l,fv.jsx=E,fv.jsxs=E,fv}var dv={};/**
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 E4;function vb(){return E4||(E4=1,process.env.NODE_ENV!=="production"&&function(){var o=er.default,i=Symbol.for("react.element"),l=Symbol.for("react.portal"),f=Symbol.for("react.fragment"),u=Symbol.for("react.strict_mode"),g=Symbol.for("react.profiler"),E=Symbol.for("react.provider"),A=Symbol.for("react.context"),k=Symbol.for("react.forward_ref"),B=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,Fe=!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===f||fe===g||ct||fe===u||fe===B||fe===q||je||fe===J||we||Fe||nt||typeof fe=="object"&&fe!==null&&(fe.$$typeof===K||fe.$$typeof===$||fe.$$typeof===E||fe.$$typeof===A||fe.$$typeof===k||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 f:return"Fragment";case l:return"Portal";case g:return"Profiler";case u:return"StrictMode";case B:return"Suspense";case q:return"SuspenseList"}if(typeof fe=="object")switch(fe.$$typeof){case A:var qe=fe;return ut(qe)+".Consumer";case E:var mt=fe;return ut(mt._context)+".Provider";case k: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,Nt,$e,et,Ye,lt,Et;function tr(){}tr.__reactDisabledLog=!0;function Qn(){{if(Xt===0){kt=console.log,Nt=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:Nt}),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 Er(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,Qn();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
- `),Nr=Yt.stack.split(`
24
- `),ir=ft.length-1,Ot=Nr.length-1;ir>=1&&Ot>=0&&ft[ir]!==Nr[Ot];)Ot--;for(;ir>=1&&Ot>=0;ir--,Ot--)if(ft[ir]!==Nr[Ot]){if(ir!==1||Ot!==1)do if(ir--,Ot--,Ot<0||ft[ir]!==Nr[Ot]){var Cr=`
25
- `+ft[ir].replace(" at new "," at ");return fe.displayName&&Cr.includes("<anonymous>")&&(Cr=Cr.replace("<anonymous>",fe.displayName)),typeof fe=="function"&&sr.set(fe,Cr),Cr}while(ir>=1&&Ot>=0);break}}}finally{Dn=!1,wt.current=Fn,Dt(),Error.prepareStackTrace=hn}var ya=fe?fe.displayName||fe.name:"",ri=ya?lr(ya):"";return typeof fe=="function"&&sr.set(fe,ri),ri}function zt(fe,qe,mt){return Er(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 Er(fe,sn(fe));if(typeof fe=="string")return lr(fe);switch(fe){case B:return lr("Suspense");case q:return lr("SuspenseList")}if(typeof fe=="object")switch(fe.$$typeof){case k: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 Bn(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 Nr=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 Nr.name="Invariant Violation",Nr}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)&&(Bn(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),Bn(null)),ft instanceof Error&&!(ft.message in cr)&&(cr[ft.message]=!0,Bn(hn),Ce("Failed %s type: %s",mt,ft.message),Bn(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 _t(fe){try{return Rn(fe),!1}catch{return!0}}function Rn(fe){return""+fe}function tn(fe){if(_t(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},ma,Fr,vt;vt={};function Lt(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(){ma||(ma=!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 xr(fe,qe){{var mt=function(){Fr||(Fr=!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 ga(fe,qe,mt,Yt,hn){{var Fn,en={},ft=null,Nr=null;mt!==void 0&&(tn(mt),ft=""+mt),bn(qe)&&(tn(qe.key),ft=""+qe.key),Lt(qe)&&(Nr=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||Nr){var Ot=typeof fe=="function"?fe.displayName||fe.name||"Unknown":fe;ft&&wn(en,Ot),Nr&&xr(en,Ot)}return In(fe,ft,Nr,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 ja(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 Bi(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 Tr(fe,qe){{if(!fe._store||fe._store.validated||fe.key!=null)return;fe._store.validated=!0;var mt=Bi(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 Lr(fe,qe){{if(typeof fe!="object")return;if(At(fe))for(var mt=0;mt<fe.length;mt++){var Yt=fe[mt];ka(Yt)&&Tr(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)&&Tr(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===k||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 Nr=ja(hn);Nr?ft+=Nr: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=ga(fe,qe,mt,hn,Fn);if(Ot==null)return Ot;if(en){var Cr=qe.children;if(Cr!==void 0)if(Yt)if(At(Cr)){for(var ya=0;ya<Cr.length;ya++)Lr(Cr[ya],fe);Object.freeze&&Object.freeze(Cr)}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 Lr(Cr,fe)}return fe===f?qi(Ot):di(Ot),Ot}}function wr(fe,qe,mt){return ni(fe,qe,mt,!0)}function Da(fe,qe,mt){return ni(fe,qe,mt,!1)}var Va=Da,_i=wr;dv.Fragment=f,dv.jsx=Va,dv.jsxs=_i}()),dv}(function(o){process.env.NODE_ENV==="production"?o.exports=hb():o.exports=vb()})(im);const $l=im.exports.Fragment,L=im.exports.jsx,Ue=im.exports.jsxs,mb=Object.freeze(Object.defineProperty({__proto__:null,Fragment:$l,jsx:L,jsxs:Ue},Symbol.toStringTag,{value:"Module"})),gb=({adUnitCompletePath:o,classes:i,variant:l,adMention:f,lazyload:u={delayed:!1,distanceVisible:0}})=>{const g=o.split("/").pop(),E=o.substring(0,o.lastIndexOf("/"));return L("div",{id:`dfp_${g}`,"data-dfp-name":g,"data-dfp-path":E,className:va("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":f===!0},i),"data-delayed":u.delayed,"data-distance-visible":u.distanceVisible})},yb=({variant:o="success",title:i,description:l})=>Ue("div",{className:`alert ${o}`,children:[L("b",{children:i}),L("div",{children:l})]}),w4=({img:o,imgHD:i,alt:l=""})=>L("img",{className:"c-avatar",src:o,srcSet:`${i} x2`,alt:l}),ba=({className:o="",name:i,size:l=28,withBorder:f=!1,isRounded:u=!1,...g})=>{const E=Array.isArray(l)?l==null?void 0:l[0]:l,A=Array.isArray(l)?l==null?void 0:l[1]:l;return L("span",{className:va("c-icon",f&&"c-icon--withBorder",u&&"c-icon--isRounded",o),children:L("svg",{width:E,height:A,...g,children:L("use",{xlinkHref:`#${i}`})})})},Sb=o=>Ue("svg",{xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",role:"img",...o,children:[Ue("symbol",{viewBox:"0 0 60 90",id:"20mn-pub",xmlns:"http://www.w3.org/2000/svg",children:[L("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"}),L("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"})]}),L("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"apple",xmlns:"http://www.w3.org/2000/svg",children:L("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"})}),L("symbol",{viewBox:"0 0 17 28",id:"arrow",xmlns:"http://www.w3.org/2000/svg",children:L("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"})}),L("symbol",{viewBox:"0 0 28 28",xmlSpace:"preserve",id:"bookmark",xmlns:"http://www.w3.org/2000/svg",children:L("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"})}),L("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"chevron",xmlns:"http://www.w3.org/2000/svg",children:L("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"}})}),L("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"close",xmlns:"http://www.w3.org/2000/svg",children:L("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"})}),L("symbol",{xmlSpace:"preserve",viewBox:"0 0 22 28",id:"clover",xmlns:"http://www.w3.org/2000/svg",children:L("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"})}),L("symbol",{viewBox:"0 0 28 28",id:"comment",xmlns:"http://www.w3.org/2000/svg",children:L("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"})}),Ue("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"connect",xmlns:"http://www.w3.org/2000/svg",children:[L("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"}),L("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"}),L("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"})]}),L("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"dailymotion",xmlns:"http://www.w3.org/2000/svg",children:L("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"})}),L("symbol",{viewBox:"0 0 28 8",id:"diode",xmlns:"http://www.w3.org/2000/svg",children:L("path",{d:"m28 4-4.2-4H4.3L0 4l4.3 4h19.5L28 4z"})}),Ue("symbol",{xmlSpace:"preserve",viewBox:"0 0 25 28",id:"diode-leaning",xmlns:"http://www.w3.org/2000/svg",children:[L("path",{d:"M20.8 0h-6.4L0 13.8V20h6.4L20.8 6.2V0z",style:{fill:"#d4ecfb"}}),L("path",{d:"M25 8h-6.3L4.2 21.8V28h6.4L25 14.2V8z",style:{fill:"#f0e40b"}})]}),L("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"facebook",xmlns:"http://www.w3.org/2000/svg",children:L("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"})}),L("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"flipboard",xmlns:"http://www.w3.org/2000/svg",children:L("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"})}),Ue("symbol",{viewBox:"0 0 393.468 370.279",id:"ghost",xmlns:"http://www.w3.org/2000/svg",children:[Ue("defs",{children:[L("path",{id:"aoa",d:"M0 0h393.468v370.279H0z"}),Ue("mask",{id:"aob",maskContentUnits:"userSpaceOnUse",maskUnits:"userSpaceOnUse",children:[L("path",{d:"M0 0h393.468v370.279H0z"}),L("use",{fill:"#fff",xlinkHref:"#aoa"})]})]}),L("use",{fill:"none",xlinkHref:"#aoa"}),Ue("g",{mask:"url(#aob)",fillRule:"evenodd",children:[L("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"}),L("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"}),L("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"})]})]}),L("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"googleplay",xmlns:"http://www.w3.org/2000/svg",children:L("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"})}),L("symbol",{viewBox:"0 0 28 28",id:"health",xmlns:"http://www.w3.org/2000/svg",children:L("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"})}),L("symbol",{viewBox:"0 0 28 28",id:"heart",xmlns:"http://www.w3.org/2000/svg",children:L("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"})}),L("symbol",{viewBox:"0 0 28 28",id:"home",xmlns:"http://www.w3.org/2000/svg",children:L("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"}})}),L("symbol",{viewBox:"0 0 28 28",id:"horoscope-balance",xmlns:"http://www.w3.org/2000/svg",children:L("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"})}),L("symbol",{viewBox:"0 0 28 28",id:"horoscope-belier",xmlns:"http://www.w3.org/2000/svg",children:L("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"})}),Ue("symbol",{viewBox:"0 0 28 28",id:"horoscope-buffle",xmlns:"http://www.w3.org/2000/svg",children:[L("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"}),L("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"})]}),L("symbol",{viewBox:"0 0 28 28",id:"horoscope-cancer",xmlns:"http://www.w3.org/2000/svg",children:L("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"})}),L("symbol",{viewBox:"0 0 28 28",id:"horoscope-capricorne",xmlns:"http://www.w3.org/2000/svg",children:L("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"})}),Ue("symbol",{viewBox:"0 0 28 28",id:"horoscope-cheval",xmlns:"http://www.w3.org/2000/svg",children:[L("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"}),L("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"}),L("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"})]}),Ue("symbol",{viewBox:"0 0 28 28",id:"horoscope-chevre",xmlns:"http://www.w3.org/2000/svg",children:[L("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"}),L("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"})]}),Ue("symbol",{viewBox:"0 0 28 28",id:"horoscope-chien",xmlns:"http://www.w3.org/2000/svg",children:[L("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"}),L("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"})]}),Ue("symbol",{viewBox:"0 0 28 28",id:"horoscope-cochon",xmlns:"http://www.w3.org/2000/svg",children:[L("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"}),L("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"}),L("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"})]}),Ue("symbol",{viewBox:"0 0 28 28",id:"horoscope-coq",xmlns:"http://www.w3.org/2000/svg",children:[L("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"}),L("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"})]}),Ue("symbol",{viewBox:"0 0 28 28",id:"horoscope-dragon",xmlns:"http://www.w3.org/2000/svg",children:[L("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"}),L("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"}),L("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"})]}),L("symbol",{viewBox:"0 0 28 28",id:"horoscope-gemeaux",xmlns:"http://www.w3.org/2000/svg",children:L("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"})}),Ue("symbol",{viewBox:"0 0 28 28",id:"horoscope-lapin",xmlns:"http://www.w3.org/2000/svg",children:[L("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"}),L("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"})]}),L("symbol",{viewBox:"0 0 28 28",id:"horoscope-lion",xmlns:"http://www.w3.org/2000/svg",children:L("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"})}),L("symbol",{viewBox:"0 0 28 28",id:"horoscope-poissons",xmlns:"http://www.w3.org/2000/svg",children:L("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"})}),Ue("symbol",{viewBox:"0 0 28 28",id:"horoscope-rat",xmlns:"http://www.w3.org/2000/svg",children:[L("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"}),L("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"}),L("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"})]}),L("symbol",{viewBox:"0 0 28 28",id:"horoscope-sagittaire",xmlns:"http://www.w3.org/2000/svg",children:L("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"})}),L("symbol",{viewBox:"0 0 28 28",id:"horoscope-scorpion",xmlns:"http://www.w3.org/2000/svg",children:L("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"})}),Ue("symbol",{viewBox:"0 0 28 28",id:"horoscope-serpent",xmlns:"http://www.w3.org/2000/svg",children:[L("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"}),L("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"})]}),Ue("symbol",{viewBox:"0 0 28 28",id:"horoscope-singe",xmlns:"http://www.w3.org/2000/svg",children:[L("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"}),L("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"})]}),L("symbol",{viewBox:"0 0 28 28",id:"horoscope-taureau",xmlns:"http://www.w3.org/2000/svg",children:L("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"})}),Ue("symbol",{viewBox:"0 0 28 28",id:"horoscope-tigre",xmlns:"http://www.w3.org/2000/svg",children:[L("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"}),L("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"}),L("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"})]}),L("symbol",{viewBox:"0 0 28 28",id:"horoscope-verseau",xmlns:"http://www.w3.org/2000/svg",children:L("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"})}),L("symbol",{viewBox:"0 0 28 28",id:"horoscope-vierge",xmlns:"http://www.w3.org/2000/svg",children:L("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"})}),Ue("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"instagram",xmlns:"http://www.w3.org/2000/svg",children:[L("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"}),L("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"})]}),L("symbol",{viewBox:"0 0 28 28",id:"local",xmlns:"http://www.w3.org/2000/svg",children:L("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"}})}),Ue("symbol",{viewBox:"0 0 200 200",id:"logo",xmlns:"http://www.w3.org/2000/svg",children:[L("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"}),L("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"}),L("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"})]}),L("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"menu",xmlns:"http://www.w3.org/2000/svg",children:L("path",{d:"M0 3.111h28v3.111H0zm0 9.333h28v3.111H0zm0 9.334h28v3.111H0z"})}),Ue("symbol",{viewBox:"0 0 28 28",id:"mood",xmlns:"http://www.w3.org/2000/svg",children:[L("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"}),L("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"})]}),Ue("symbol",{viewBox:"0 0 130.551 70",id:"not-found",xmlns:"http://www.w3.org/2000/svg",children:[L("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"}),L("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"}),L("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"}),L("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"})]}),Ue("symbol",{id:"pattern-darkBlue",viewBox:"0 0 532.36 376.56",xmlns:"http://www.w3.org/2000/svg",children:[Ue("defs",{children:[Ue("pattern",{id:"bxUnnamed_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:[L("path",{style:{fill:"none"},d:"M0 0h101.48v107.68H0z"}),L("path",{className:"bxcls-2",d:"m80.5 17.95-8.99-8.98L80.5 0h20.98v17.95H80.5z"}),L("path",{className:"bxcls-4",d:"m80.5 17.95-8.99-8.98L80.5 0h20.98v17.95H80.5z"}),L("path",{className:"bxcls-2",d:"m80.5 53.84-8.99-8.97 8.99-8.98h20.98v17.95H80.5z"}),L("path",{className:"bxcls-3",d:"m80.5 53.84-8.99-8.97 8.99-8.98h20.98v17.95H80.5z"}),L("path",{className:"bxcls-2",d:"m80.5 35.89-8.99-8.97 8.99-8.98h20.98v17.95H80.5z"}),L("path",{className:"bxcls-2",d:"m29.76 26.92-8.99-8.97 8.99-8.98h42.12l8.83 8.98-8.83 8.97H29.76z"}),L("path",{className:"bxcls-3",d:"m29.76 26.92-8.99-8.97 8.99-8.98h42.12l8.83 8.98-8.83 8.97H29.76z"}),L("path",{className:"bxcls-2",d:"M29.76 8.97 20.78 0H80.7l-8.82 8.97H29.76z"}),L("path",{className:"bxcls-2",d:"M0 17.95V0h21.15l8.82 8.97-8.83 8.98H0z"}),L("path",{className:"bxcls-4",d:"M0 17.95V0h21.15l8.82 8.97-8.83 8.98H0z"}),L("path",{className:"bxcls-2",d:"M0 53.84V35.89h21.14l8.83 8.98-8.83 8.97H0z"}),L("path",{className:"bxcls-3",d:"M0 53.84V35.89h21.14l8.83 8.98-8.83 8.97H0z"}),L("path",{className:"bxcls-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"}),L("path",{className:"bxcls-4",d:"m80.5 71.79-8.99-8.97 8.99-8.98h20.98v17.95H80.5z"}),L("path",{className:"bxcls-2",d:"m80.5 107.68-8.99-8.97 8.99-8.98h20.98v17.95H80.5z"}),L("path",{className:"bxcls-3",d:"m80.5 107.68-8.99-8.97 8.99-8.98h20.98v17.95H80.5z"}),L("path",{className:"bxcls-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"}),L("path",{className:"bxcls-4",d:"m29.76 44.87-8.99-8.97 8.99-8.98h42.12l8.83 8.98-8.83 8.97H29.76z"}),L("path",{className:"bxcls-2",d:"m29.76 80.76-8.99-8.97 8.99-8.98h42.12l8.83 8.98-8.83 8.97H29.76z"}),L("path",{className:"bxcls-3",d:"m29.76 80.76-8.99-8.97 8.99-8.98h42.12l8.83 8.98-8.83 8.97H29.76z"}),L("path",{className:"bxcls-2",d:"m29.76 62.81-8.99-8.97 8.99-8.98h42.12l8.83 8.98-8.83 8.97H29.76z"}),L("path",{className:"bxcls-2",d:"M0 71.79V53.84h21.14l8.83 8.98-8.83 8.97H0z"}),L("path",{className:"bxcls-4",d:"M0 71.79V53.84h21.14l8.83 8.98-8.83 8.97H0z"}),L("path",{className:"bxcls-2",d:"M0 107.68V89.73h21.14l8.83 8.98-8.83 8.97H0z"}),L("path",{className:"bxcls-3",d:"M0 107.68V89.73h21.14l8.83 8.98-8.83 8.97H0z"}),L("path",{className:"bxcls-2",d:"M0 89.74V71.78h21.14l8.83 8.98-8.83 8.98H0z"}),L("path",{className:"bxcls-2",d:"m29.76 98.71-8.99-8.97 8.99-8.98h42.12l8.83 8.98-8.83 8.97H29.76z"}),L("path",{className:"bxcls-4",d:"m29.76 98.71-8.99-8.97 8.99-8.98h42.12l8.83 8.98-8.83 8.97H29.76z"}),L("path",{className:"bxcls-2",d:"M20.78 107.68h-.01l8.99-8.97h42.12l8.83 8.97H20.78z"})]}),L("style",{children:".bxcls-2,.bxcls-3,.bxcls-4{fill:#4742ff}.bxcls-3,.bxcls-4{opacity:.4;mix-blend-mode:multiply}.bxcls-4{opacity:.7}"})]}),L("path",{style:{fill:"url(#bxUnnamed_Pattern_4)"},d:"M0 0h532.36v376.56H0z",id:"bxCalque_1-2"})]}),L("symbol",{viewBox:"0 0 28 28",xmlSpace:"preserve",id:"podcast",xmlns:"http://www.w3.org/2000/svg",children:L("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"}})}),Ue("symbol",{viewBox:"0 0 28 28",id:"report",xmlns:"http://www.w3.org/2000/svg",children:[L("path",{className:"bzst0",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"}),L("path",{className:"bzst0",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"}),L("path",{className:"bzst0",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"})]}),L("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"search",xmlns:"http://www.w3.org/2000/svg",children:L("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"})}),Ue("symbol",{viewBox:"0 0 130.386 71.802",id:"server-error",xmlns:"http://www.w3.org/2000/svg",children:[L("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"}),L("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"}),L("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"}),L("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"})]}),L("symbol",{viewBox:"0 0 28 28",id:"share",xmlns:"http://www.w3.org/2000/svg",children:L("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"}})}),L("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"snapchat",xmlns:"http://www.w3.org/2000/svg",children:L("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"})}),L("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"tiktok",xmlns:"http://www.w3.org/2000/svg",children:L("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"})}),L("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"twitter",xmlns:"http://www.w3.org/2000/svg",children:L("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"})}),L("symbol",{viewBox:"0 0 28 28",xmlSpace:"preserve",id:"view",xmlns:"http://www.w3.org/2000/svg",children:L("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"}})}),L("symbol",{viewBox:"0 0 28 28",id:"work",xmlns:"http://www.w3.org/2000/svg",children:L("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"}})}),L("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"youtube",xmlns:"http://www.w3.org/2000/svg",children:L("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"})})]}),vu=({className:o,variant:i="primary",children:l,icon:f,iconClassNames:u,iconSize:g=18,...E})=>Ue("button",{type:"button",className:va("c-btn",{"c-btn--secondary":i==="secondary"},{"c-btn--simple":i==="simple"},{"c-btn--navigation":i==="navigation"},o),...E,children:[f&&L(ba,{size:g,name:f,className:u}),l]}),om=({classnames:o="",colorScheme:i="primary"})=>Ue("div",{className:va("c-divider-section",o),children:[L("hr",{className:va("c-divider-section__line",`u-bg-${i}`)}),L(ba,{size:[33,37],name:"diode-leaning",className:"c-divider-section__icon"})]}),gd=({className:o,...i})=>L("hr",{className:va("c-divider",o),...i}),lm=({icon:o,className:i,...l})=>Ue("div",{className:"c-input",children:[o&&L(ba,{className:"c-input__icon",name:o,size:18}),L("input",{className:va("c-input__input",{["c-input__input--has-icon"]:o},i),...l})]}),sp=({src:o="",defaultFormat:i,formats:l,alt:f="",sizes:u,className:g,...E})=>{const A=i==null?void 0:i.split("x"),k=A[0],B=A[1];let q,$=`data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='${k}'%20height='${B}'%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`))),L("img",{width:k,height:B,src:$,srcSet:q&&q.join(", "),sizes:u||void 0,alt:f,className:va("c-img",g),...E})},ti=({children:o,variant:i="subtle",colorScheme:l="primary",withLeftDivider:f=!1,withRightDivider:u=!1,isUppercase:g=!0})=>L("div",{className:va("c-label",{"c-label--uppercase":g},{"c-label--withDivider--left":f,"c-label--withDivider--right":u},i==="solid"?[`c-label--${i}`,`u-bg-${l}`,{"c-label--withDivider--white":u||f}]:`u-color-${l}`),children:o}),C4=({children:o})=>L("div",{className:"c-label-section",children:o}),Hc=({className:o,children:i,href:l,variant:f="default",isTargetBlank:u=!1,isNofollow:g=!1,isSponsored:E=!1})=>{let A="";return(g||E)&&(A=g?"isNofollow":"isSponsored"),L("a",{className:va("c-link",{"c-link--button":f==="primary-button"||f==="secondary-button"},{[`c-link--${f}`]:!0},o),href:l,target:u?"_blank":"_self",rel:A,children:i})},Eb=({children:o,variant:i="center",contentClassName:l})=>Ue("div",{className:"c-modal",children:[L("div",{className:"c-modal__overlay"}),L("div",{className:va("c-modal__content",`c-modal__content--${i}`,l),children:o})]}),wb=({metaPropsList:o})=>!o||(o==null?void 0:o.length)===0?null:L($l,{children:o.map(i=>L("meta",{name:i.name,property:i.property,content:i.content},i.name||i.property))}),pv=({id:o,children:i,link:l,variant:f="primary",colorScheme:u,className:g})=>L("a",{href:l,className:va("c-tags",`c-tags--${f}`,{[`u-color-${u}`]:Boolean(u)},g),"data-id":o,children:i});function um(){return L("div",{className:"c-pipe"})}const _4=({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:f,isNofollow:u,isSponsored:g})=>Ue("div",{className:"c-read-also",children:[L("span",{className:"c-read-also__label",children:l})," ",L(um,{})," ",L(Hc,{children:o,href:i,className:"c-read-also__link",variant:"default",isTargetBlank:f,isNofollow:u,isSponsored:g})]}),Cb=({inner:o,children:i})=>L("div",{className:va("c-section",{"c-section--inner":o}),children:i}),Vg=er.default.forwardRef(({id:o,className:i,label:l,isChecked:f=!1},u)=>Ue("div",{className:"switch",children:[L("label",{htmlFor:o,className:"switch-label",children:l}),L("button",{type:"button",ref:u,id:o,className:va("switch-button",i),role:"switch","aria-checked":f,children:L("span",{"aria-hidden":f,children:f?"on":"off"})})]}));Vg.displayName="Switch";const b4=(o,i)=>{const l=o==="dark";i.setAttribute("aria-checked",String(l));const f=i.querySelector("span[aria-hidden]");f&&(f.setAttribute("aria-hidden",String(l)),f.innerHTML=l?"on":"off")},_b=(o=document.querySelector(".js-switch-dark-mode"))=>{const i=localStorage.getItem("theme")||"light";i&&o&&(document.documentElement.dataset.theme=i,b4(i,o))},bb=(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),b4(l,o)})},xb=({id:o,label:i,isChecked:l=!1})=>{const f=Df.useRef(null);return th(()=>{f.current&&(_b(f.current),bb(f.current))},[]),L(Vg,{id:o,ref:f,className:"js-switch-dark-mode",isChecked:l,label:i})},x4=({as:o="p",color:i,children:l,...f})=>er.default.createElement(o,{...f,className:va({[`u-color-${i}`]:i},f==null?void 0:f.className)},l),nh=({as:o="h1",variant:i="default",...l})=>L(x4,{as:o,className:va(i==="secondary"&&"c-heading-secondary"),...l}),cp=({as:o="p",...i})=>L(x4,{as:o,...i}),T4=({variant:o="default",name:i,children:l,colorScheme:f,isSelected:u=!1,index:g=-1,...E})=>L("button",{type:"button",role:"tab",className:va("c-tab",{[`c-tab--${o}`]:o,[`c-tab--${f}`]:f}),"aria-controls":`tabpanel-${i}`,"aria-selected":u,tabIndex:g,...E,children:l}),k4=({name:o,children:i,isHidden:l=!0})=>L("div",{id:`tabpanel-${o}`,className:"c-tabpanel",role:"tabpanel","aria-hidden":l,"aria-labelledby":`tab-${o}`,children:i}),Tb=o=>{const i=document.documentElement.scrollTop;let l=document.documentElement.scrollHeight-document.documentElement.clientHeight;const f=o&&document.querySelector(".js-limit-scroll-progress-bar");f&&(l=f.scrollHeight-document.documentElement.clientHeight+(window.pageYOffset+f.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%"))},kb=(o=document.querySelector(".c-progress"),i=!1)=>{o&&window.addEventListener("scroll",Tb.bind(!1,i))},Rb=({variant:o,hasLimit:i=!1,colorScheme:l="primary",...f})=>{const u=er.default.useRef(null);return th(()=>{u.current&&kb(u.current,i)},[]),L("div",{className:va("c-progress",{[`c-progress--${o}`]:o}),ref:u,...f,children:L("div",{className:`c-progress__bar u-bg-${l}`,style:{width:"0%"}})})};var Db=function(o,i,l,f,u,g,E,A){if(process.env.NODE_ENV!=="production"&&i===void 0)throw new Error("invariant requires an error message argument");if(!o){var k;if(i===void 0)k=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var B=[l,f,u,g,E,A],q=0;k=new Error(i.replace(/%s/g,function(){return B[q++]})),k.name="Invariant Violation"}throw k.framesToPop=1,k}},ec=Db,el={},fp={};/**
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 R4;function Ab(){if(R4)return fp;R4=1;var o=er.default;function i(x){for(var z="https://reactjs.org/docs/error-decoder.html?invariant="+x,G=1;G<arguments.length;G++)z+="&args[]="+encodeURIComponent(arguments[G]);return"Minified React error #"+x+"; 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,f=/^[: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 E(x){return l.call(g,x)?!0:l.call(u,x)?!1:f.test(x)?g[x]=!0:(u[x]=!0,!1)}function A(x,z,G,ne,Te,ye,Pe){this.acceptsBooleans=z===2||z===3||z===4,this.attributeName=ne,this.attributeNamespace=Te,this.mustUseProperty=G,this.propertyName=x,this.type=z,this.sanitizeURL=ye,this.removeEmptyString=Pe}var k={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(x){k[x]=new A(x,0,!1,x,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(x){var z=x[0];k[z]=new A(z,1,!1,x[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(x){k[x]=new A(x,2,!1,x.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(x){k[x]=new A(x,2,!1,x,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(x){k[x]=new A(x,3,!1,x.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(x){k[x]=new A(x,3,!0,x,null,!1,!1)}),["capture","download"].forEach(function(x){k[x]=new A(x,4,!1,x,null,!1,!1)}),["cols","rows","size","span"].forEach(function(x){k[x]=new A(x,6,!1,x,null,!1,!1)}),["rowSpan","start"].forEach(function(x){k[x]=new A(x,5,!1,x.toLowerCase(),null,!1,!1)});var B=/[\-:]([a-z])/g;function q(x){return x[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(x){var z=x.replace(B,q);k[z]=new A(z,1,!1,x,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(x){var z=x.replace(B,q);k[z]=new A(z,1,!1,x,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(x){var z=x.replace(B,q);k[z]=new A(z,1,!1,x,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(x){k[x]=new A(x,1,!1,x.toLowerCase(),null,!1,!1)}),k.xlinkHref=new A("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(x){k[x]=new A(x,1,!1,x.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(x){K.forEach(function(z){z=z+x.charAt(0).toUpperCase()+x.substring(1),$[z]=$[x]})});var J=/["'&<>]/;function te(x){if(typeof x=="boolean"||typeof x=="number")return""+x;x=""+x;var z=J.exec(x);if(z){var G="",ne,Te=0;for(ne=z.index;ne<x.length;ne++){switch(x.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+=x.substring(Te,ne)),Te=ne+1,G+=z}x=Te!==ne?G+x.substring(Te,ne):G}return x}var le=/([A-Z])/g,ie=/^ms-/,oe=Array.isArray;function Ce(x,z){return{insertionMode:x,selectedValue:z}}function Se(x,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<=x.insertionMode||x.insertionMode===0?Ce(1,null):x}var we=new Map;function Fe(x,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 Pe=we.get(ye);Pe!==void 0||(Pe=te(ye.replace(le,"-$1").toLowerCase().replace(ie,"-ms-")),we.set(ye,Pe)),ye=Pe,Te=typeof Te=="number"?Te===0||l.call($,ne)?""+Te:Te+"px":te((""+Te).trim())}z?(z=!1,x.push(' style="',ye,":",Te)):x.push(";",ye,":",Te)}}z||x.push('"')}function nt(x,z,G,ne){switch(G){case"style":Fe(x,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=k.hasOwnProperty(G)?k[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&&x.push(" ",G,'=""');break;case 4:ne===!0?x.push(" ",G,'=""'):ne!==!1&&x.push(" ",G,'="',te(ne),'"');break;case 5:isNaN(ne)||x.push(" ",G,'="',te(ne),'"');break;case 6:!isNaN(ne)&&1<=ne&&x.push(" ",G,'="',te(ne),'"');break;default:z.sanitizeURL&&(ne=""+ne),x.push(" ",G,'="',te(ne),'"')}}else if(E(G)){switch(typeof ne){case"function":case"symbol":return;case"boolean":if(z=G.toLowerCase().slice(0,5),z!=="data-"&&z!=="aria-")return}x.push(" ",G,'="',te(ne),'"')}}}function je(x,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&&x.push(""+z)}}function ct(x){var z="";return o.Children.forEach(x,function(G){G!=null&&(z+=G)}),z}function Xe(x,z,G,ne){x.push(ut(G));var Te=G=null,ye;for(ye in z)if(l.call(z,ye)){var Pe=z[ye];if(Pe!=null)switch(ye){case"children":G=Pe;break;case"dangerouslySetInnerHTML":Te=Pe;break;default:nt(x,ne,ye,Pe)}}return x.push(">"),je(x,Te,G),typeof G=="string"?(x.push(te(G)),null):G}var ht=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,Ze=new Map;function ut(x){var z=Ze.get(x);if(z===void 0){if(!ht.test(x))throw Error(i(65,x));z="<"+x,Ze.set(x,z)}return z}function He(x,z,G,ne,Te){switch(z){case"select":x.push(ut("select"));var ye=null,Pe=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":Pe=at;break;case"defaultValue":case"value":break;default:nt(x,ne,Gt,at)}}return x.push(">"),je(x,Pe,ye),ye;case"option":Pe=Te.selectedValue,x.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(x,ne,ye,qn)}}if(Pe!=null)if(G=dt!==null?""+dt:ct(at),oe(Pe)){for(ne=0;ne<Pe.length;ne++)if(""+Pe[ne]===G){x.push(' selected=""');break}}else""+Pe===G&&x.push(' selected=""');else St&&x.push(' selected=""');return x.push(">"),je(x,Gt,at),at;case"textarea":x.push(ut("textarea")),Gt=Pe=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":Pe=dt;break;case"dangerouslySetInnerHTML":throw Error(i(91));default:nt(x,ne,at,dt)}if(ye===null&&Pe!==null&&(ye=Pe),x.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
- `&&x.push(`
41
- `),ye!==null&&x.push(te(""+ye)),null;case"input":x.push(ut("input")),dt=Gt=at=ye=null;for(Pe in G)if(l.call(G,Pe)&&(St=G[Pe],St!=null))switch(Pe){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(x,ne,Pe,St)}return Gt!==null?nt(x,ne,"checked",Gt):dt!==null&&nt(x,ne,"checked",dt),ye!==null?nt(x,ne,"value",ye):at!==null&&nt(x,ne,"value",at),x.push("/>"),null;case"menuitem":x.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(x,ne,ln,ye)}return x.push(">"),null;case"title":x.push(ut("title")),ye=null;for(qn in G)if(l.call(G,qn)&&(Pe=G[qn],Pe!=null))switch(qn){case"children":ye=Pe;break;case"dangerouslySetInnerHTML":throw Error(i(434));default:nt(x,ne,qn,Pe)}return x.push(">"),ye;case"listing":case"pre":x.push(ut(z)),Pe=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":Pe=at;break;default:nt(x,ne,dt,at)}if(x.push(">"),Pe!=null){if(ye!=null)throw Error(i(60));if(typeof Pe!="object"||!("__html"in Pe))throw Error(i(61));G=Pe.__html,G!=null&&(typeof G=="string"&&0<G.length&&G[0]===`
42
- `?x.push(`
43
- `,G):x.push(""+G))}return typeof ye=="string"&&ye[0]===`
44
- `&&x.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":x.push(ut(z));for(var Wr in G)if(l.call(G,Wr)&&(ye=G[Wr],ye!=null))switch(Wr){case"children":case"dangerouslySetInnerHTML":throw Error(i(399,z));default:nt(x,ne,Wr,ye)}return x.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(x,G,z,ne);case"html":return Te.insertionMode===0&&x.push("<!DOCTYPE html>"),Xe(x,G,z,ne);default:if(z.indexOf("-")===-1&&typeof G.is!="string")return Xe(x,G,z,ne);x.push(ut(z)),Pe=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":Pe=at;break;case"style":Fe(x,ne,at);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":break;default:E(St)&&typeof at!="function"&&typeof at!="symbol"&&x.push(" ",St,'="',te(at),'"')}return x.push(">"),je(x,Pe,ye),ye}}function rt(x,z,G){if(x.push('<!--$?--><template id="'),G===null)throw Error(i(395));return x.push(G),x.push('"></template>')}function Xt(x,z,G,ne){switch(G.insertionMode){case 0:case 1:return x.push('<div hidden id="'),x.push(z.segmentPrefix),z=ne.toString(16),x.push(z),x.push('">');case 2:return x.push('<svg aria-hidden="true" style="display:none" id="'),x.push(z.segmentPrefix),z=ne.toString(16),x.push(z),x.push('">');case 3:return x.push('<math aria-hidden="true" style="display:none" id="'),x.push(z.segmentPrefix),z=ne.toString(16),x.push(z),x.push('">');case 4:return x.push('<table hidden id="'),x.push(z.segmentPrefix),z=ne.toString(16),x.push(z),x.push('">');case 5:return x.push('<table hidden><tbody id="'),x.push(z.segmentPrefix),z=ne.toString(16),x.push(z),x.push('">');case 6:return x.push('<table hidden><tr id="'),x.push(z.segmentPrefix),z=ne.toString(16),x.push(z),x.push('">');case 7:return x.push('<table hidden><colgroup id="'),x.push(z.segmentPrefix),z=ne.toString(16),x.push(z),x.push('">');default:throw Error(i(397))}}function kt(x,z){switch(z.insertionMode){case 0:case 1:return x.push("</div>");case 2:return x.push("</svg>");case 3:return x.push("</math>");case 4:return x.push("</table>");case 5:return x.push("</tbody></table>");case 6:return x.push("</tr></table>");case 7:return x.push("</colgroup></table>");default:throw Error(i(397))}}var Nt=/[<\u2028\u2029]/g;function $e(x){return JSON.stringify(x).replace(Nt,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(x,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:x}}function Ye(x,z,G,ne){return G.generateStaticMarkup?(x.push(te(z)),!1):(z===""?x=ne:(ne&&x.push("<!-- -->"),x.push(te(z)),x=!0),x)}var lt=Object.assign,Et=Symbol.for("react.element"),tr=Symbol.for("react.portal"),Qn=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"),Er=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 Bn(x){if(x==null)return null;if(typeof x=="function")return x.displayName||x.name||null;if(typeof x=="string")return x;switch(x){case Qn:return"Fragment";case tr:return"Portal";case wt:return"Profiler";case Dt:return"StrictMode";case sr:return"Suspense";case An:return"SuspenseList"}if(typeof x=="object")switch(x.$$typeof){case lr:return(x.displayName||"Context")+".Consumer";case zn:return(x._context.displayName||"Context")+".Provider";case Dn:var z=x.render;return x=x.displayName,x||(x=z.displayName||z.name||"",x=x!==""?"ForwardRef("+x+")":"ForwardRef"),x;case Er:return z=x.displayName||null,z!==null?z:Bn(x.type)||"Memo";case zt:z=x._payload,x=x._init;try{return Bn(x(z))}catch{}}return null}var Gn={};function nr(x,z){if(x=x.contextTypes,!x)return Gn;var G={},ne;for(ne in x)G[ne]=z[ne];return G}var At=null;function Ft(x,z){if(x!==z){x.context._currentValue2=x.parentValue,x=x.parent;var G=z.parent;if(x===null){if(G!==null)throw Error(i(401))}else{if(G===null)throw Error(i(401));Ft(x,G)}z.context._currentValue2=z.value}}function _t(x){x.context._currentValue2=x.parentValue,x=x.parent,x!==null&&_t(x)}function Rn(x){var z=x.parent;z!==null&&Rn(z),x.context._currentValue2=x.value}function tn(x,z){if(x.context._currentValue2=x.parentValue,x=x.parent,x===null)throw Error(i(402));x.depth===z.depth?Ft(x,z):tn(x,z)}function ur(x,z){var G=z.parent;if(G===null)throw Error(i(402));x.depth===G.depth?Ft(x,G):ur(x,G),z.context._currentValue2=z.value}function Vt(x){var z=At;z!==x&&(z===null?Rn(x):x===null?_t(z):z.depth===x.depth?Ft(z,x):z.depth>x.depth?tn(z,x):ur(z,x),At=x)}var ma={isMounted:function(){return!1},enqueueSetState:function(x,z){x=x._reactInternals,x.queue!==null&&x.queue.push(z)},enqueueReplaceState:function(x,z){x=x._reactInternals,x.replace=!0,x.queue=[z]},enqueueForceUpdate:function(){}};function Fr(x,z,G,ne){var Te=x.state!==void 0?x.state:null;x.updater=ma,x.props=G,x.state=Te;var ye={queue:[],replace:!1};x._reactInternals=ye;var Pe=z.contextType;if(x.context=typeof Pe=="object"&&Pe!==null?Pe._currentValue2:ne,Pe=z.getDerivedStateFromProps,typeof Pe=="function"&&(Pe=Pe(G,Te),Te=Pe==null?Te:lt({},Te,Pe),x.state=Te),typeof z.getDerivedStateFromProps!="function"&&typeof x.getSnapshotBeforeUpdate!="function"&&(typeof x.UNSAFE_componentWillMount=="function"||typeof x.componentWillMount=="function"))if(z=x.state,typeof x.componentWillMount=="function"&&x.componentWillMount(),typeof x.UNSAFE_componentWillMount=="function"&&x.UNSAFE_componentWillMount(),z!==x.state&&ma.enqueueReplaceState(x,x.state,null),ye.queue!==null&&0<ye.queue.length)if(z=ye.queue,Pe=ye.replace,ye.queue=null,ye.replace=!1,Pe&&z.length===1)x.state=z[0];else{for(ye=Pe?z[0]:x.state,Te=!0,Pe=Pe?1:0;Pe<z.length;Pe++){var at=z[Pe];at=typeof at=="function"?at.call(x,ye,G,ne):at,at!=null&&(Te?(Te=!1,ye=lt({},ye,at)):lt(ye,at))}x.state=ye}else ye.queue=null}var vt={id:1,overflow:""};function Lt(x,z,G){var ne=x.id;x=x.overflow;var Te=32-bn(ne)-1;ne&=~(1<<Te),G+=1;var ye=32-bn(z)+Te;if(30<ye){var Pe=Te-Te%5;return ye=(ne&(1<<Pe)-1).toString(32),ne>>=Pe,Te-=Pe,{id:1<<32-bn(z)+Te|G<<Te|ne,overflow:ye+x}}return{id:1<<ye|G<<Te|ne,overflow:x}}var bn=Math.clz32?Math.clz32:xr,ar=Math.log,wn=Math.LN2;function xr(x){return x>>>=0,x===0?32:31-(ar(x)/wn|0)|0}function In(x,z){return x===z&&(x!==0||1/x===1/z)||x!==x&&z!==z}var ga=typeof Object.is=="function"?Object.is:In,Mn=null,Kn=null,Xn=null,Ut=null,ka=!1,Ra=!1,ja=0,xa=null,Bi=0;function Tr(){if(Mn===null)throw Error(i(321));return Mn}function Lr(){if(0<Bi)throw Error(i(312));return{memoizedState:null,queue:null,next:null}}function di(){return Ut===null?Xn===null?(ka=!1,Xn=Ut=Lr()):(ka=!0,Ut=Xn):Ut.next===null?(ka=!1,Ut=Ut.next=Lr()):(ka=!0,Ut=Ut.next),Ut}function qi(){Kn=Mn=null,Ra=!1,Xn=null,Bi=0,Ut=xa=null}function ni(x,z){return typeof z=="function"?z(x):z}function wr(x,z,G){if(Mn=Tr(),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=x(ne,G.action),G=G.next;while(G!==null);return Ut.memoizedState=ne,[ne,z]}return[Ut.memoizedState,z]}return x=x===ni?typeof z=="function"?z():z:G!==void 0?G(z):z,Ut.memoizedState=x,x=Ut.queue={last:null,dispatch:null},x=x.dispatch=Va.bind(null,Mn,x),[Ut.memoizedState,x]}function Da(x,z){if(Mn=Tr(),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(!ga(z[Te],ne[Te])){ne=!1;break e}ne=!0}if(ne)return G[0]}}return x=x(),Ut.memoizedState=[x,z],x}function Va(x,z,G){if(25<=Bi)throw Error(i(301));if(x===Mn)if(Ra=!0,x={action:G,next:null},xa===null&&(xa=new Map),G=xa.get(z),G===void 0)xa.set(z,x);else{for(z=G;z.next!==null;)z=z.next;z.next=x}}function _i(){throw Error(i(394))}function fe(){}var qe={readContext:function(x){return x._currentValue2},useContext:function(x){return Tr(),x._currentValue2},useMemo:Da,useReducer:wr,useRef:function(x){Mn=Tr(),Ut=di();var z=Ut.memoizedState;return z===null?(x={current:x},Ut.memoizedState=x):z},useState:function(x){return wr(ni,x)},useInsertionEffect:fe,useLayoutEffect:function(){},useCallback:function(x,z){return Da(function(){return x},z)},useImperativeHandle:fe,useEffect:fe,useDebugValue:fe,useDeferredValue:function(x){return Tr(),x},useTransition:function(){return Tr(),[!1,_i]},useId:function(){var x=Kn.treeContext,z=x.overflow;x=x.id,x=(x&~(1<<32-bn(x)-1)).toString(32)+z;var G=mt;if(G===null)throw Error(i(404));return z=ja++,x=":"+G.idPrefix+"R"+x,0<z&&(x+="H"+z.toString(32)),x+":"},useMutableSource:function(x,z){return Tr(),z(x._source)},useSyncExternalStore:function(x,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(x){return console.error(x),null}function Fn(){}function en(x,z,G,ne,Te,ye,Pe,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:Pe===void 0?Fn:Pe,onShellError:at===void 0?Fn:at,onFatalError:dt===void 0?Fn:dt},G=Nr(z,0,null,G,!1,!1),G.parentFlushed=!0,x=ft(z,x,null,G,Gt,Gn,null,vt),St.push(x),z}function ft(x,z,G,ne,Te,ye,Pe,at){x.allPendingTasks++,G===null?x.pendingRootTasks++:G.pendingTasks++;var dt={node:z,ping:function(){var St=x.pingedTasks;St.push(dt),St.length===1&&Ir(x)},blockedBoundary:G,blockedSegment:ne,abortSet:Te,legacyContext:ye,context:Pe,treeContext:at};return Te.add(dt),dt}function Nr(x,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(x,z){if(x=x.onError(z),x!=null&&typeof x!="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 x+'" instead');return x}function Ot(x,z){var G=x.onShellError;G(z),G=x.onFatalError,G(z),x.destination!==null?(x.status=2,x.destination.destroy(z)):(x.status=1,x.fatalError=z)}function Cr(x,z,G,ne,Te){for(Mn={},Kn=z,ja=0,x=G(ne,Te);Ra;)Ra=!1,ja=0,Bi+=1,Ut=null,x=G(ne,Te);return qi(),x}function ya(x,z,G,ne){var Te=G.render(),ye=ne.childContextTypes;if(ye!=null){var Pe=z.legacyContext;if(typeof G.getChildContext!="function")ne=Pe;else{G=G.getChildContext();for(var at in G)if(!(at in ye))throw Error(i(108,Bn(ne)||"Unknown",at));ne=lt({},Pe,G)}z.legacyContext=ne,fr(x,z,Te),z.legacyContext=Pe}else fr(x,z,Te)}function ri(x,z){if(x&&x.defaultProps){z=lt({},z),x=x.defaultProps;for(var G in x)z[G]===void 0&&(z[G]=x[G]);return z}return z}function Sn(x,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),Fr(ye,G,ne,Te),ya(x,z,ye,G)}else{ye=nr(G,z.legacyContext),Te=Cr(x,z,G,ne,ye);var Pe=ja!==0;if(typeof Te=="object"&&Te!==null&&typeof Te.render=="function"&&Te.$$typeof===void 0)Fr(Te,G,ne,ye),ya(x,z,Te,G);else if(Pe){ne=z.treeContext,z.treeContext=Lt(ne,1,0);try{fr(x,z,Te)}finally{z.treeContext=ne}}else fr(x,z,Te)}else if(typeof G=="string"){switch(Te=z.blockedSegment,ye=He(Te.chunks,G,ne,x.responseState,Te.formatContext),Te.lastPushedText=!1,Pe=Te.formatContext,Te.formatContext=Se(Pe,G,ne),vn(x,z,ye),Te.formatContext=Pe,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 Qn:fr(x,z,ne.children);return;case An:fr(x,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,Pe=new Set;var at={id:null,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,forceClientRender:!1,completedSegments:[],byteSize:0,fallbackAbortableTasks:Pe,errorDigest:null},dt=Nr(x,Te.chunks.length,at,Te.formatContext,!1,!1);Te.children.push(dt),Te.lastPushedText=!1;var St=Nr(x,0,null,Te.formatContext,!1,!1);St.parentFlushed=!0,z.blockedBoundary=at,z.blockedSegment=St;try{if(vn(x,z,ne),x.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(x,Gt)}finally{z.blockedBoundary=G,z.blockedSegment=Te}z=ft(x,ye,G,dt,Pe,z.legacyContext,z.context,z.treeContext),x.pingedTasks.push(z)}return}if(typeof G=="object"&&G!==null)switch(G.$$typeof){case Dn:if(ne=Cr(x,z,G.render,ne,Te),ja!==0){G=z.treeContext,z.treeContext=Lt(G,1,0);try{fr(x,z,ne)}finally{z.treeContext=G}}else fr(x,z,ne);return;case Er:G=G.type,ne=ri(G,ne),Sn(x,z,G,ne,Te);return;case zn:if(Te=ne.children,G=G._context,ne=ne.value,ye=G._currentValue2,G._currentValue2=ne,Pe=At,At=ne={parent:Pe,depth:Pe===null?0:Pe.depth+1,context:G,parentValue:ye,value:ne},z.context=ne,fr(x,z,Te),x=At,x===null)throw Error(i(403));ne=x.parentValue,x.context._currentValue2=ne===cr?x.context._defaultValue:ne,x=At=x.parent,z.context=x;return;case lr:ne=ne.children,ne=ne(G._currentValue2),fr(x,z,ne);return;case zt:Te=G._init,G=Te(G._payload),ne=ri(G,ne),Sn(x,z,G,ne,void 0);return}throw Error(i(130,G==null?G:typeof G,""))}}function fr(x,z,G){if(z.node=G,typeof G=="object"&&G!==null){switch(G.$$typeof){case Et:Sn(x,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(x,z,G);return}if(oe(G)){oa(x,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);oa(x,z,Te)}return}throw x=Object.prototype.toString.call(G),Error(i(31,x==="[object Object]"?"object with keys {"+Object.keys(G).join(", ")+"}":x))}typeof G=="string"?(ne=z.blockedSegment,ne.lastPushedText=Ye(z.blockedSegment.chunks,G,x.responseState,ne.lastPushedText)):typeof G=="number"&&(ne=z.blockedSegment,ne.lastPushedText=Ye(z.blockedSegment.chunks,""+G,x.responseState,ne.lastPushedText))}function oa(x,z,G){for(var ne=G.length,Te=0;Te<ne;Te++){var ye=z.treeContext;z.treeContext=Lt(ye,ne,Te);try{vn(x,z,G[Te])}finally{z.treeContext=ye}}}function vn(x,z,G){var ne=z.blockedSegment.formatContext,Te=z.legacyContext,ye=z.context;try{return fr(x,z,G)}catch(dt){if(qi(),typeof dt=="object"&&dt!==null&&typeof dt.then=="function"){G=dt;var Pe=z.blockedSegment,at=Nr(x,Pe.chunks.length,null,Pe.formatContext,Pe.lastPushedText,!0);Pe.children.push(at),Pe.lastPushedText=!1,x=ft(x,z.node,z.blockedBoundary,at,z.abortSet,z.legacyContext,z.context,z.treeContext).ping,G.then(x,x),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 zr(x){var z=x.blockedBoundary;x=x.blockedSegment,x.status=3,Kr(this,z,x)}function so(x,z,G){var ne=x.blockedBoundary;x.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,x=G===void 0?Error(i(432)):G,ne.errorDigest=z.onError(x),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(x,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(x,G)}else x.completedSegments.push(z)}function Kr(x,z,G){if(z===null){if(G.parentFlushed){if(x.completedRootSegment!==null)throw Error(i(389));x.completedRootSegment=G}x.pendingRootTasks--,x.pendingRootTasks===0&&(x.onShellError=Fn,z=x.onShellReady,z())}else z.pendingTasks--,z.forceClientRender||(z.pendingTasks===0?(G.parentFlushed&&G.status===1&&pi(z,G),z.parentFlushed&&x.completedBoundaries.push(z),z.fallbackAbortableTasks.forEach(zr,x),z.fallbackAbortableTasks.clear()):G.parentFlushed&&G.status===1&&(pi(z,G),z.completedSegments.length===1&&z.parentFlushed&&x.partialBoundaries.push(z)));x.allPendingTasks--,x.allPendingTasks===0&&(x=x.onAllReady,x())}function Ir(x){if(x.status!==2){var z=At,G=Yt.current;Yt.current=qe;var ne=mt;mt=x.responseState;try{var Te=x.pingedTasks,ye;for(ye=0;ye<Te.length;ye++){var Pe=Te[ye],at=x,dt=Pe.blockedSegment;if(dt.status===0){Vt(Pe.context);try{fr(at,Pe,Pe.node),at.responseState.generateStaticMarkup||dt.lastPushedText&&dt.textEmbedded&&dt.chunks.push("<!-- -->"),Pe.abortSet.delete(Pe),dt.status=1,Kr(at,Pe.blockedBoundary,dt)}catch(na){if(qi(),typeof na=="object"&&na!==null&&typeof na.then=="function"){var St=Pe.ping;na.then(St,St)}else{Pe.abortSet.delete(Pe),dt.status=4;var Gt=Pe.blockedBoundary,qn=na,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 Wr=at.onAllReady;Wr()}}}finally{}}}Te.splice(0,ye),x.destination!==null&&Ni(x,x.destination)}catch(na){ir(x,na),Ot(x,na)}finally{mt=ne,Yt.current=G,G===qe&&Vt(z)}}}function bi(x,z,G){switch(G.parentFlushed=!0,G.status){case 0:var ne=G.id=x.nextSegmentId++;return G.lastPushedText=!1,G.textEmbedded=!1,x=x.responseState,z.push('<template id="'),z.push(x.placeholderPrefix),x=ne.toString(16),z.push(x),z.push('"></template>');case 1:G.status=2;var Te=!0;ne=G.chunks;var ye=0;G=G.children;for(var Pe=0;Pe<G.length;Pe++){for(Te=G[Pe];ye<Te.index;ye++)z.push(ne[ye]);Te=la(x,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 la(x,z,G){var ne=G.boundary;if(ne===null)return bi(x,z,G);if(ne.parentFlushed=!0,ne.forceClientRender)return x.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(x,z,G),x=x.responseState.generateStaticMarkup?!0:z.push("<!--/$-->"),x;if(0<ne.pendingTasks){ne.rootSegmentID=x.nextSegmentId++,0<ne.completedSegments.length&&x.partialBoundaries.push(ne);var Te=x.responseState,ye=Te.nextSuspenseID++;return Te=Te.boundaryPrefix+ye.toString(16),ne=ne.id=Te,rt(z,x.responseState,ne),bi(x,z,G),z.push("<!--/$-->")}if(ne.byteSize>x.progressiveChunkSize)return ne.rootSegmentID=x.nextSegmentId++,x.completedBoundaries.push(ne),rt(z,x.responseState,ne.id),bi(x,z,G),z.push("<!--/$-->");if(x.responseState.generateStaticMarkup||z.push("<!--$-->"),G=ne.completedSegments,G.length!==1)throw Error(i(391));return la(x,z,G[0]),x=x.responseState.generateStaticMarkup?!0:z.push("<!--/$-->"),x}function Lo(x,z,G){return Xt(z,x.responseState,G.formatContext,G.id),la(x,z,G),kt(z,G.formatContext)}function bl(x,z,G){for(var ne=G.completedSegments,Te=0;Te<ne.length;Te++)xl(x,z,G,ne[Te]);if(ne.length=0,x=x.responseState,ne=G.id,G=G.rootSegmentID,z.push(x.startInlineScript),x.sentCompleteBoundaryFunction?z.push('$RC("'):(x.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(x.segmentPrefix),z.push(G),z.push('")<\/script>')}function xl(x,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 Lo(x,z,ne)}return Lo(x,z,ne),x=x.responseState,z.push(x.startInlineScript),x.sentCompleteSegmentFunction?z.push('$RS("'):(x.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(x.segmentPrefix),Te=Te.toString(16),z.push(Te),z.push('","'),z.push(x.placeholderPrefix),z.push(Te),z.push('")<\/script>')}function Ni(x,z){try{var G=x.completedRootSegment;if(G!==null&&x.pendingRootTasks===0){la(x,z,G),x.completedRootSegment=null;var ne=x.responseState.bootstrapChunks;for(G=0;G<ne.length-1;G++)z.push(ne[G]);G<ne.length&&z.push(ne[G])}var Te=x.clientRenderedBoundaries,ye;for(ye=0;ye<Te.length;ye++){var Pe=Te[ye];ne=z;var at=x.responseState,dt=Pe.id,St=Pe.errorDigest,Gt=Pe.errorMessage,qn=Pe.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 Wr=$e(Gt||"");ne.push(Wr)}if(qn){ne.push(",");var na=$e(qn);ne.push(na)}if(!ne.push(")<\/script>")){x.destination=null,ye++,Te.splice(0,ye);return}}Te.splice(0,ye);var un=x.completedBoundaries;for(ye=0;ye<un.length;ye++)if(!bl(x,z,un[ye])){x.destination=null,ye++,un.splice(0,ye);return}un.splice(0,ye);var Sa=x.partialBoundaries;for(ye=0;ye<Sa.length;ye++){var Br=Sa[ye];e:{Te=x,Pe=z;var ra=Br.completedSegments;for(at=0;at<ra.length;at++)if(!xl(Te,Pe,Br,ra[at])){at++,ra.splice(0,at);var Ta=!1;break e}ra.splice(0,at),Ta=!0}if(!Ta){x.destination=null,ye++,Sa.splice(0,ye);return}}Sa.splice(0,ye);var Ka=x.completedBoundaries;for(ye=0;ye<Ka.length;ye++)if(!bl(x,z,Ka[ye])){x.destination=null,ye++,Ka.splice(0,ye);return}Ka.splice(0,ye)}finally{x.allPendingTasks===0&&x.pingedTasks.length===0&&x.clientRenderedBoundaries.length===0&&x.completedBoundaries.length===0&&z.push(null)}}function hi(x,z){try{var G=x.abortableTasks;G.forEach(function(ne){return so(ne,x,z)}),G.clear(),x.destination!==null&&Ni(x,x.destination)}catch(ne){ir(x,ne),Ot(x,ne)}}function vi(){}function Aa(x,z,G,ne){var Te=!1,ye=null,Pe="",at={push:function(St){return St!==null&&(Pe+=St),!0},destroy:function(St){Te=!0,ye=St}},dt=!1;if(x=en(x,et(G,z?z.identifierPrefix:void 0),{insertionMode:1,selectedValue:null},1/0,vi,void 0,function(){dt=!0},void 0,void 0),Ir(x),hi(x,ne),x.status===1)x.status=2,at.destroy(x.fatalError);else if(x.status!==2&&x.destination===null){x.destination=at;try{Ni(x,at)}catch(St){ir(x,St),Ot(x,St)}}if(Te)throw ye;if(!dt)throw Error(i(426));return Pe}return fp.renderToNodeStream=function(){throw Error(i(207))},fp.renderToStaticMarkup=function(x,z){return Aa(x,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')},fp.renderToStaticNodeStream=function(){throw Error(i(208))},fp.renderToString=function(x,z){return Aa(x,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')},fp.version="18.2.0",fp}var sm={};/**
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 D4;function Ob(){if(D4)return sm;D4=1;var o=er.default;function i(T){for(var I="https://reactjs.org/docs/error-decoder.html?invariant="+T,W=1;W<arguments.length;W++)I+="&args[]="+encodeURIComponent(arguments[W]);return"Minified React error #"+T+"; visit "+I+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var l=null,f=0;function u(T,I){if(I.length!==0)if(512<I.length)0<f&&(T.enqueue(new Uint8Array(l.buffer,0,f)),l=new Uint8Array(512),f=0),T.enqueue(I);else{var W=l.length-f;W<I.length&&(W===0?T.enqueue(l):(l.set(I.subarray(0,W),f),T.enqueue(l),I=I.subarray(W)),l=new Uint8Array(512),f=0),l.set(I,f),f+=I.length}}function g(T,I){return u(T,I),!0}function E(T){l&&0<f&&(T.enqueue(new Uint8Array(l.buffer,0,f)),l=null,f=0)}var A=new TextEncoder;function k(T){return A.encode(T)}function B(T){return A.encode(T)}function q(T,I){typeof T.error=="function"?T.error(I):T.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(T){return $.call(te,T)?!0:$.call(J,T)?!1:K.test(T)?te[T]=!0:(J[T]=!0,!1)}function ie(T,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=T,this.type=I,this.sanitizeURL=_e,this.removeEmptyString=De}var oe={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(T){oe[T]=new ie(T,0,!1,T,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(T){var I=T[0];oe[I]=new ie(I,1,!1,T[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(T){oe[T]=new ie(T,2,!1,T.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(T){oe[T]=new ie(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){oe[T]=new ie(T,3,!1,T.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(T){oe[T]=new ie(T,3,!0,T,null,!1,!1)}),["capture","download"].forEach(function(T){oe[T]=new ie(T,4,!1,T,null,!1,!1)}),["cols","rows","size","span"].forEach(function(T){oe[T]=new ie(T,6,!1,T,null,!1,!1)}),["rowSpan","start"].forEach(function(T){oe[T]=new ie(T,5,!1,T.toLowerCase(),null,!1,!1)});var Ce=/[\-:]([a-z])/g;function Se(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 I=T.replace(Ce,Se);oe[I]=new ie(I,1,!1,T,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(T){var I=T.replace(Ce,Se);oe[I]=new ie(I,1,!1,T,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(T){var I=T.replace(Ce,Se);oe[I]=new ie(I,1,!1,T,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(T){oe[T]=new ie(T,1,!1,T.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(T){oe[T]=new ie(T,1,!1,T.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},Fe=["Webkit","ms","Moz","O"];Object.keys(we).forEach(function(T){Fe.forEach(function(I){I=I+T.charAt(0).toUpperCase()+T.substring(1),we[I]=we[T]})});var nt=/["'&<>]/;function je(T){if(typeof T=="boolean"||typeof T=="number")return""+T;T=""+T;var I=nt.exec(T);if(I){var W="",re,be=0;for(re=I.index;re<T.length;re++){switch(T.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+=T.substring(be,re)),be=re+1,W+=I}T=be!==re?W+T.substring(be,re):W}return T}var ct=/([A-Z])/g,Xe=/^ms-/,ht=Array.isArray,Ze=B("<script>"),ut=B("<\/script>"),He=B('<script src="'),rt=B('<script type="module" src="'),Xt=B('" async=""><\/script>'),kt=/(<\/|<)(s)(cript)/gi;function Nt(T,I,W,re){return""+I+(W==="s"?"\\u0073":"\\u0053")+re}function $e(T,I,W,re,be){T=T===void 0?"":T,I=I===void 0?Ze:B('<script nonce="'+je(I)+'">');var _e=[];if(W!==void 0&&_e.push(I,k((""+W).replace(kt,Nt)),ut),re!==void 0)for(W=0;W<re.length;W++)_e.push(He,k(je(re[W])),Xt);if(be!==void 0)for(re=0;re<be.length;re++)_e.push(rt,k(je(be[re])),Xt);return{bootstrapChunks:_e,startInlineScript:I,placeholderPrefix:B(T+"P:"),segmentPrefix:B(T+"S:"),boundaryPrefix:T+"B:",idPrefix:T,nextSuspenseID:0,sentCompleteSegmentFunction:!1,sentCompleteBoundaryFunction:!1,sentClientRenderFunction:!1}}function et(T,I){return{insertionMode:T,selectedValue:I}}function Ye(T){return et(T==="http://www.w3.org/2000/svg"?2:T==="http://www.w3.org/1998/Math/MathML"?3:0,null)}function lt(T,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<=T.insertionMode||T.insertionMode===0?et(1,null):T}var Et=B("<!-- -->");function tr(T,I,W,re){return I===""?re:(re&&T.push(Et),T.push(k(je(I))),!0)}var Qn=new Map,Dt=B(' style="'),wt=B(":"),zn=B(";");function lr(T,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=k(je(re));be=k(je((""+be).trim()))}else{_e=re;var De=Qn.get(_e);De!==void 0||(De=B(je(_e.replace(ct,"-$1").toLowerCase().replace(Xe,"-ms-"))),Qn.set(_e,De)),_e=De,be=typeof be=="number"?be===0||$.call(we,re)?k(""+be):k(be+"px"):k(je((""+be).trim()))}I?(I=!1,T.push(Dt,_e,wt,be)):T.push(zn,_e,wt,be)}}I||T.push(An)}var Dn=B(" "),sr=B('="'),An=B('"'),Er=B('=""');function zt(T,I,W,re){switch(W){case"style":lr(T,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=k(I.attributeName),I.type){case 3:re&&T.push(Dn,W,Er);break;case 4:re===!0?T.push(Dn,W,Er):re!==!1&&T.push(Dn,W,sr,k(je(re)),An);break;case 5:isNaN(re)||T.push(Dn,W,sr,k(je(re)),An);break;case 6:!isNaN(re)&&1<=re&&T.push(Dn,W,sr,k(je(re)),An);break;default:I.sanitizeURL&&(re=""+re),T.push(Dn,W,sr,k(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}T.push(Dn,k(W),sr,k(je(re)),An)}}}var sn=B(">"),on=B("/>");function Vn(T,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&&T.push(k(""+I))}}function cr(T){var I="";return o.Children.forEach(T,function(W){W!=null&&(I+=W)}),I}var On=B(' selected=""');function Bn(T,I,W,re){T.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(T,re,_e,De)}}return T.push(sn),Vn(T,be,W),typeof W=="string"?(T.push(k(je(W))),null):W}var Gn=B(`
54
- `),nr=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,At=new Map;function Ft(T){var I=At.get(T);if(I===void 0){if(!nr.test(T))throw Error(i(65,T));I=B("<"+T),At.set(T,I)}return I}var _t=B("<!DOCTYPE html>");function Rn(T,I,W,re,be){switch(I){case"select":T.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(T,re,dn,tt)}}return T.push(sn),Vn(T,De,_e),_e;case"option":De=be.selectedValue,T.push(Ft("option"));var Rt=tt=null,nn=null,dn=null;for(_e in W)if($.call(W,_e)){var mr=W[_e];if(mr!=null)switch(_e){case"children":tt=mr;break;case"selected":nn=mr;break;case"dangerouslySetInnerHTML":dn=mr;break;case"value":Rt=mr;default:zt(T,re,_e,mr)}}if(De!=null)if(W=Rt!==null?""+Rt:cr(tt),ht(De)){for(re=0;re<De.length;re++)if(""+De[re]===W){T.push(On);break}}else""+De===W&&T.push(On);else nn&&T.push(On);return T.push(sn),Vn(T,dn,tt),tt;case"textarea":T.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(T,re,tt,Rt)}if(_e===null&&De!==null&&(_e=De),T.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
- `&&T.push(Gn),_e!==null&&T.push(k(je(""+_e))),null;case"input":T.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(T,re,De,nn)}return dn!==null?zt(T,re,"checked",dn):Rt!==null&&zt(T,re,"checked",Rt),_e!==null?zt(T,re,"value",_e):tt!==null&&zt(T,re,"value",tt),T.push(on),null;case"menuitem":T.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(T,re,Ia,_e)}return T.push(sn),null;case"title":T.push(Ft("title")),_e=null;for(mr in W)if($.call(W,mr)&&(De=W[mr],De!=null))switch(mr){case"children":_e=De;break;case"dangerouslySetInnerHTML":throw Error(i(434));default:zt(T,re,mr,De)}return T.push(sn),_e;case"listing":case"pre":T.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(T,re,Rt,tt)}if(T.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
- `?T.push(Gn,k(W)):T.push(k(""+W)))}return typeof _e=="string"&&_e[0]===`
57
- `&&T.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":T.push(Ft(I));for(var Pr in W)if($.call(W,Pr)&&(_e=W[Pr],_e!=null))switch(Pr){case"children":case"dangerouslySetInnerHTML":throw Error(i(399,I));default:zt(T,re,Pr,_e)}return T.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 Bn(T,W,I,re);case"html":return be.insertionMode===0&&T.push(_t),Bn(T,W,I,re);default:if(I.indexOf("-")===-1&&typeof W.is!="string")return Bn(T,W,I,re);T.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(T,re,tt);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":break;default:le(nn)&&typeof tt!="function"&&typeof tt!="symbol"&&T.push(Dn,k(nn),sr,k(je(tt)),An)}return T.push(sn),Vn(T,De,_e),_e}}var tn=B("</"),ur=B(">"),Vt=B('<template id="'),ma=B('"></template>'),Fr=B("<!--$-->"),vt=B('<!--$?--><template id="'),Lt=B('"></template>'),bn=B("<!--$!-->"),ar=B("<!--/$-->"),wn=B("<template"),xr=B('"'),In=B(' data-dgst="');B(' data-msg="'),B(' data-stck="');var ga=B("></template>");function Mn(T,I,W){if(u(T,vt),W===null)throw Error(i(395));return u(T,W),g(T,Lt)}var Kn=B('<div hidden id="'),Xn=B('">'),Ut=B("</div>"),ka=B('<svg aria-hidden="true" style="display:none" id="'),Ra=B('">'),ja=B("</svg>"),xa=B('<math aria-hidden="true" style="display:none" id="'),Bi=B('">'),Tr=B("</math>"),Lr=B('<table hidden id="'),di=B('">'),qi=B("</table>"),ni=B('<table hidden><tbody id="'),wr=B('">'),Da=B("</tbody></table>"),Va=B('<table hidden><tr id="'),_i=B('">'),fe=B("</tr></table>"),qe=B('<table hidden><colgroup id="'),mt=B('">'),Yt=B("</colgroup></table>");function hn(T,I,W,re){switch(W.insertionMode){case 0:case 1:return u(T,Kn),u(T,I.segmentPrefix),u(T,k(re.toString(16))),g(T,Xn);case 2:return u(T,ka),u(T,I.segmentPrefix),u(T,k(re.toString(16))),g(T,Ra);case 3:return u(T,xa),u(T,I.segmentPrefix),u(T,k(re.toString(16))),g(T,Bi);case 4:return u(T,Lr),u(T,I.segmentPrefix),u(T,k(re.toString(16))),g(T,di);case 5:return u(T,ni),u(T,I.segmentPrefix),u(T,k(re.toString(16))),g(T,wr);case 6:return u(T,Va),u(T,I.segmentPrefix),u(T,k(re.toString(16))),g(T,_i);case 7:return u(T,qe),u(T,I.segmentPrefix),u(T,k(re.toString(16))),g(T,mt);default:throw Error(i(397))}}function Fn(T,I){switch(I.insertionMode){case 0:case 1:return g(T,Ut);case 2:return g(T,ja);case 3:return g(T,Tr);case 4:return g(T,qi);case 5:return g(T,Da);case 6:return g(T,fe);case 7:return g(T,Yt);default:throw Error(i(397))}}var en=B('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=B('$RS("'),Nr=B('","'),ir=B('")<\/script>'),Ot=B('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("'),Cr=B('$RC("'),ya=B('","'),ri=B('")<\/script>'),Sn=B('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=B('$RX("'),oa=B('"'),vn=B(")<\/script>"),zr=B(","),so=/[<\u2028\u2029]/g;function pi(T){return JSON.stringify(T).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 Kr=Object.assign,Ir=Symbol.for("react.element"),bi=Symbol.for("react.portal"),la=Symbol.for("react.fragment"),Lo=Symbol.for("react.strict_mode"),bl=Symbol.for("react.profiler"),xl=Symbol.for("react.provider"),Ni=Symbol.for("react.context"),hi=Symbol.for("react.forward_ref"),vi=Symbol.for("react.suspense"),Aa=Symbol.for("react.suspense_list"),x=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"),Pe=Symbol.iterator;function at(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 la:return"Fragment";case bi:return"Portal";case bl:return"Profiler";case Lo:return"StrictMode";case vi:return"Suspense";case Aa:return"SuspenseList"}if(typeof T=="object")switch(T.$$typeof){case Ni:return(T.displayName||"Context")+".Consumer";case xl:return(T._context.displayName||"Context")+".Provider";case hi:var I=T.render;return T=T.displayName,T||(T=I.displayName||I.name||"",T=T!==""?"ForwardRef("+T+")":"ForwardRef"),T;case x:return I=T.displayName||null,I!==null?I:at(T.type)||"Memo";case z:I=T._payload,T=T._init;try{return at(T(I))}catch{}}return null}var dt={};function St(T,I){if(T=T.contextTypes,!T)return dt;var W={},re;for(re in T)W[re]=I[re];return W}var Gt=null;function qn(T,I){if(T!==I){T.context._currentValue=T.parentValue,T=T.parent;var W=I.parent;if(T===null){if(W!==null)throw Error(i(401))}else{if(W===null)throw Error(i(401));qn(T,W)}I.context._currentValue=I.value}}function ln(T){T.context._currentValue=T.parentValue,T=T.parent,T!==null&&ln(T)}function Wr(T){var I=T.parent;I!==null&&Wr(I),T.context._currentValue=T.value}function na(T,I){if(T.context._currentValue=T.parentValue,T=T.parent,T===null)throw Error(i(402));T.depth===I.depth?qn(T,I):na(T,I)}function un(T,I){var W=I.parent;if(W===null)throw Error(i(402));T.depth===W.depth?qn(T,W):un(T,W),I.context._currentValue=I.value}function Sa(T){var I=Gt;I!==T&&(I===null?Wr(T):T===null?ln(I):I.depth===T.depth?qn(I,T):I.depth>T.depth?na(I,T):un(I,T),Gt=T)}var Br={isMounted:function(){return!1},enqueueSetState:function(T,I){T=T._reactInternals,T.queue!==null&&T.queue.push(I)},enqueueReplaceState:function(T,I){T=T._reactInternals,T.replace=!0,T.queue=[I]},enqueueForceUpdate:function(){}};function ra(T,I,W,re){var be=T.state!==void 0?T.state:null;T.updater=Br,T.props=W,T.state=be;var _e={queue:[],replace:!1};T._reactInternals=_e;var De=I.contextType;if(T.context=typeof De=="object"&&De!==null?De._currentValue:re,De=I.getDerivedStateFromProps,typeof De=="function"&&(De=De(W,be),be=De==null?be:Kr({},be,De),T.state=be),typeof I.getDerivedStateFromProps!="function"&&typeof T.getSnapshotBeforeUpdate!="function"&&(typeof T.UNSAFE_componentWillMount=="function"||typeof T.componentWillMount=="function"))if(I=T.state,typeof T.componentWillMount=="function"&&T.componentWillMount(),typeof T.UNSAFE_componentWillMount=="function"&&T.UNSAFE_componentWillMount(),I!==T.state&&Br.enqueueReplaceState(T,T.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)T.state=I[0];else{for(_e=De?I[0]:T.state,be=!0,De=De?1:0;De<I.length;De++){var tt=I[De];tt=typeof tt=="function"?tt.call(T,_e,W,re):tt,tt!=null&&(be?(be=!1,_e=Kr({},_e,tt)):Kr(_e,tt))}T.state=_e}else _e.queue=null}var Ta={id:1,overflow:""};function Ka(T,I,W){var re=T.id;T=T.overflow;var be=32-_r(re)-1;re&=~(1<<be),W+=1;var _e=32-_r(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-_r(I)+be|W<<be|re,overflow:_e+T}}return{id:1<<_e|W<<be|re,overflow:T}}var _r=Math.clz32?Math.clz32:za,vr=Math.log,Bo=Math.LN2;function za(T){return T>>>=0,T===0?32:31-(vr(T)/Bo|0)|0}function ua(T,I){return T===I&&(T!==0||1/T===1/I)||T!==T&&I!==I}var dr=typeof Object.is=="function"?Object.is:ua,zi=null,xi=null,nl=null,pr=null,mi=!1,br=!1,Oa=0,Ea=null,Qi=0;function Ti(){if(zi===null)throw Error(i(321));return zi}function Wa(){if(0<Qi)throw Error(i(312));return{memoizedState:null,queue:null,next:null}}function co(){return pr===null?nl===null?(mi=!1,nl=pr=Wa()):(mi=!0,pr=nl):pr.next===null?(mi=!1,pr=pr.next=Wa()):(mi=!0,pr=pr.next),pr}function rl(){xi=zi=null,br=!1,nl=null,Qi=0,pr=Ea=null}function Cu(T,I){return typeof I=="function"?I(T):I}function Ji(T,I,W){if(zi=Ti(),pr=co(),mi){var re=pr.queue;if(I=re.dispatch,Ea!==null&&(W=Ea.get(re),W!==void 0)){Ea.delete(re),re=pr.memoizedState;do re=T(re,W.action),W=W.next;while(W!==null);return pr.memoizedState=re,[re,I]}return[pr.memoizedState,I]}return T=T===Cu?typeof I=="function"?I():I:W!==void 0?W(I):I,pr.memoizedState=T,T=pr.queue={last:null,dispatch:null},T=T.dispatch=jl.bind(null,zi,T),[pr.memoizedState,T]}function No(T,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 T=T(),pr.memoizedState=[T,I],T}function jl(T,I,W){if(25<=Qi)throw Error(i(301));if(T===zi)if(br=!0,T={action:W,next:null},Ea===null&&(Ea=new Map),W=Ea.get(I),W===void 0)Ea.set(I,T);else{for(I=W;I.next!==null;)I=I.next;I.next=T}}function _u(){throw Error(i(394))}function fo(){}var po={readContext:function(T){return T._currentValue},useContext:function(T){return Ti(),T._currentValue},useMemo:No,useReducer:Ji,useRef:function(T){zi=Ti(),pr=co();var I=pr.memoizedState;return I===null?(T={current:T},pr.memoizedState=T):I},useState:function(T){return Ji(Cu,T)},useInsertionEffect:fo,useLayoutEffect:function(){},useCallback:function(T,I){return No(function(){return T},I)},useImperativeHandle:fo,useEffect:fo,useDebugValue:fo,useDeferredValue:function(T){return Ti(),T},useTransition:function(){return Ti(),[!1,_u]},useId:function(){var T=xi.treeContext,I=T.overflow;T=T.id,T=(T&~(1<<32-_r(T)-1)).toString(32)+I;var W=Vl;if(W===null)throw Error(i(404));return I=Oa++,T=":"+W.idPrefix+"R"+T,0<I&&(T+="H"+I.toString(32)),T+":"},useMutableSource:function(T,I){return Ti(),I(T._source)},useSyncExternalStore:function(T,I,W){if(W===void 0)throw Error(i(407));return W()}},Vl=null,Ma=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentDispatcher;function gi(T){return console.error(T),null}function Ii(){}function ho(T,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=Jn(I,0,null,W,!1,!1),W.parentFlushed=!0,T=Tl(I,T,null,W,dn,dt,null,Ta),nn.push(T),I}function Tl(T,I,W,re,be,_e,De,tt){T.allPendingTasks++,W===null?T.pendingRootTasks++:W.pendingTasks++;var Rt={node:I,ping:function(){var nn=T.pingedTasks;nn.push(Rt),nn.length===1&&kr(T)},blockedBoundary:W,blockedSegment:re,abortSet:be,legacyContext:_e,context:De,treeContext:tt};return be.add(Rt),Rt}function Jn(T,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(T,I){if(T=T.onError(I),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 mo(T,I){var W=T.onShellError;W(I),W=T.onFatalError,W(I),T.destination!==null?(T.status=2,q(T.destination,I)):(T.status=1,T.fatalError=I)}function sa(T,I,W,re,be){for(zi={},xi=I,Oa=0,T=W(re,be);br;)br=!1,Oa=0,Qi+=1,pr=null,T=W(re,be);return rl(),T}function Ya(T,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=Kr({},De,W)}I.legacyContext=re,ai(T,I,be),I.legacyContext=De}else ai(T,I,be)}function Kl(T,I){if(T&&T.defaultProps){I=Kr({},I),T=T.defaultProps;for(var W in T)I[W]===void 0&&(I[W]=T[W]);return I}return I}function kl(T,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),ra(_e,W,re,be),Ya(T,I,_e,W)}else{_e=St(W,I.legacyContext),be=sa(T,I,W,re,_e);var De=Oa!==0;if(typeof be=="object"&&be!==null&&typeof be.render=="function"&&be.$$typeof===void 0)ra(be,W,re,_e),Ya(T,I,be,W);else if(De){re=I.treeContext,I.treeContext=Ka(re,1,0);try{ai(T,I,be)}finally{I.treeContext=re}}else ai(T,I,be)}else if(typeof W=="string"){switch(be=I.blockedSegment,_e=Rn(be.chunks,W,re,T.responseState,be.formatContext),be.lastPushedText=!1,De=be.formatContext,be.formatContext=lt(De,W,re),Xr(T,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,k(W),ur)}be.lastPushedText=!1}else{switch(W){case Te:case ne:case Lo:case bl:case la:ai(T,I,re.children);return;case Aa:ai(T,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=Jn(T,be.chunks.length,tt,be.formatContext,!1,!1);be.children.push(Rt),be.lastPushedText=!1;var nn=Jn(T,0,null,be.formatContext,!1,!1);nn.parentFlushed=!0,I.blockedBoundary=tt,I.blockedSegment=nn;try{if(Xr(T,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(T,dn)}finally{I.blockedBoundary=W,I.blockedSegment=be}I=Tl(T,_e,W,Rt,De,I.legacyContext,I.context,I.treeContext),T.pingedTasks.push(I)}return}if(typeof W=="object"&&W!==null)switch(W.$$typeof){case hi:if(re=sa(T,I,W.render,re,be),Oa!==0){W=I.treeContext,I.treeContext=Ka(W,1,0);try{ai(T,I,re)}finally{I.treeContext=W}}else ai(T,I,re);return;case x:W=W.type,re=Kl(W,re),kl(T,I,W,re,be);return;case xl: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(T,I,be),T=Gt,T===null)throw Error(i(403));re=T.parentValue,T.context._currentValue=re===ye?T.context._defaultValue:re,T=Gt=T.parent,I.context=T;return;case Ni:re=re.children,re=re(W._currentValue),ai(T,I,re);return;case z:be=W._init,W=be(W._payload),re=Kl(W,re),kl(T,I,W,re,void 0);return}throw Error(i(130,W==null?W:typeof W,""))}}function ai(T,I,W){if(I.node=W,typeof W=="object"&&W!==null){switch(W.$$typeof){case Ir:kl(T,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(T,I,W);return}if(ht(W)){aa(T,I,W);return}if(W===null||typeof W!="object"?re=null:(re=Pe&&W[Pe]||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);aa(T,I,be)}return}throw T=Object.prototype.toString.call(W),Error(i(31,T==="[object Object]"?"object with keys {"+Object.keys(W).join(", ")+"}":T))}typeof W=="string"?(re=I.blockedSegment,re.lastPushedText=tr(I.blockedSegment.chunks,W,T.responseState,re.lastPushedText)):typeof W=="number"&&(re=I.blockedSegment,re.lastPushedText=tr(I.blockedSegment.chunks,""+W,T.responseState,re.lastPushedText))}function aa(T,I,W){for(var re=W.length,be=0;be<re;be++){var _e=I.treeContext;I.treeContext=Ka(_e,re,be);try{Xr(T,I,W[be])}finally{I.treeContext=_e}}}function Xr(T,I,W){var re=I.blockedSegment.formatContext,be=I.legacyContext,_e=I.context;try{return ai(T,I,W)}catch(Rt){if(rl(),typeof Rt=="object"&&Rt!==null&&typeof Rt.then=="function"){W=Rt;var De=I.blockedSegment,tt=Jn(T,De.chunks.length,null,De.formatContext,De.lastPushedText,!0);De.children.push(tt),De.lastPushedText=!1,T=Tl(T,I.node,I.blockedBoundary,tt,I.abortSet,I.legacyContext,I.context,I.treeContext).ping,W.then(T,T),I.blockedSegment.formatContext=re,I.legacyContext=be,I.context=_e,Sa(_e)}else throw I.blockedSegment.formatContext=re,I.legacyContext=be,I.context=_e,Sa(_e),Rt}}function Wl(T){var I=T.blockedBoundary;T=T.blockedSegment,T.status=3,xs(this,I,T)}function es(T,I,W){var re=T.blockedBoundary;T.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,T=W===void 0?Error(i(432)):W,re.errorDigest=I.onError(T),re.parentFlushed&&I.clientRenderedBoundaries.push(re)),re.fallbackAbortableTasks.forEach(function(be){return es(be,I,W)}),re.fallbackAbortableTasks.clear(),I.allPendingTasks--,I.allPendingTasks===0&&(re=I.onAllReady,re()))}function bu(T,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(T,W)}else T.completedSegments.push(I)}function xs(T,I,W){if(I===null){if(W.parentFlushed){if(T.completedRootSegment!==null)throw Error(i(389));T.completedRootSegment=W}T.pendingRootTasks--,T.pendingRootTasks===0&&(T.onShellError=Ii,I=T.onShellReady,I())}else I.pendingTasks--,I.forceClientRender||(I.pendingTasks===0?(W.parentFlushed&&W.status===1&&bu(I,W),I.parentFlushed&&T.completedBoundaries.push(I),I.fallbackAbortableTasks.forEach(Wl,T),I.fallbackAbortableTasks.clear()):W.parentFlushed&&W.status===1&&(bu(I,W),I.completedSegments.length===1&&I.parentFlushed&&T.partialBoundaries.push(I)));T.allPendingTasks--,T.allPendingTasks===0&&(T=T.onAllReady,T())}function kr(T){if(T.status!==2){var I=Gt,W=Ma.current;Ma.current=po;var re=Vl;Vl=T.responseState;try{var be=T.pingedTasks,_e;for(_e=0;_e<be.length;_e++){var De=be[_e],tt=T,Rt=De.blockedSegment;if(Rt.status===0){Sa(De.context);try{ai(tt,De,De.node),Rt.lastPushedText&&Rt.textEmbedded&&Rt.chunks.push(Et),De.abortSet.delete(De),Rt.status=1,xs(tt,De.blockedBoundary,Rt)}catch(Rr){if(rl(),typeof Rr=="object"&&Rr!==null&&typeof Rr.then=="function"){var nn=De.ping;Rr.then(nn,nn)}else{De.abortSet.delete(De),Rt.status=4;var dn=De.blockedBoundary,mr=Rr,Ia=vo(tt,mr);if(dn===null?mo(tt,mr):(dn.pendingTasks--,dn.forceClientRender||(dn.forceClientRender=!0,dn.errorDigest=Ia,dn.parentFlushed&&tt.clientRenderedBoundaries.push(dn))),tt.allPendingTasks--,tt.allPendingTasks===0){var Pr=tt.onAllReady;Pr()}}}finally{}}}be.splice(0,_e),T.destination!==null&&ki(T,T.destination)}catch(Rr){vo(T,Rr),mo(T,Rr)}finally{Vl=re,Ma.current=W,W===po&&Sa(I)}}}function zo(T,I,W){switch(W.parentFlushed=!0,W.status){case 0:var re=W.id=T.nextSegmentId++;return W.lastPushedText=!1,W.textEmbedded=!1,T=T.responseState,u(I,Vt),u(I,T.placeholderPrefix),T=k(re.toString(16)),u(I,T),g(I,ma);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=Rl(T,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 Rl(T,I,W){var re=W.boundary;if(re===null)return zo(T,I,W);if(re.parentFlushed=!0,re.forceClientRender)re=re.errorDigest,g(I,bn),u(I,wn),re&&(u(I,In),u(I,k(je(re))),u(I,xr)),g(I,ga),zo(T,I,W);else if(0<re.pendingTasks){re.rootSegmentID=T.nextSegmentId++,0<re.completedSegments.length&&T.partialBoundaries.push(re);var be=T.responseState,_e=be.nextSuspenseID++;be=B(be.boundaryPrefix+_e.toString(16)),re=re.id=be,Mn(I,T.responseState,re),zo(T,I,W)}else if(re.byteSize>T.progressiveChunkSize)re.rootSegmentID=T.nextSegmentId++,T.completedBoundaries.push(re),Mn(I,T.responseState,re.id),zo(T,I,W);else{if(g(I,Fr),W=re.completedSegments,W.length!==1)throw Error(i(391));Rl(T,I,W[0])}return g(I,ar)}function Ga(T,I,W){return hn(I,T.responseState,W.formatContext,W.id),Rl(T,I,W),Fn(I,W.formatContext)}function Yl(T,I,W){for(var re=W.completedSegments,be=0;be<re.length;be++)Gl(T,I,W,re[be]);if(re.length=0,T=T.responseState,re=W.id,W=W.rootSegmentID,u(I,T.startInlineScript),T.sentCompleteBoundaryFunction?u(I,Cr):(T.sentCompleteBoundaryFunction=!0,u(I,Ot)),re===null)throw Error(i(395));return W=k(W.toString(16)),u(I,re),u(I,ya),u(I,T.segmentPrefix),u(I,W),g(I,ri)}function Gl(T,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 Ga(T,I,re)}return Ga(T,I,re),T=T.responseState,u(I,T.startInlineScript),T.sentCompleteSegmentFunction?u(I,ft):(T.sentCompleteSegmentFunction=!0,u(I,en)),u(I,T.segmentPrefix),be=k(be.toString(16)),u(I,be),u(I,Nr),u(I,T.placeholderPrefix),u(I,be),g(I,ir)}function ki(T,I){l=new Uint8Array(512),f=0;try{var W=T.completedRootSegment;if(W!==null&&T.pendingRootTasks===0){Rl(T,I,W),T.completedRootSegment=null;var re=T.responseState.bootstrapChunks;for(W=0;W<re.length-1;W++)u(I,re[W]);W<re.length&&g(I,re[W])}var be=T.clientRenderedBoundaries,_e;for(_e=0;_e<be.length;_e++){var De=be[_e];re=I;var tt=T.responseState,Rt=De.id,nn=De.errorDigest,dn=De.errorMessage,mr=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,oa),(nn||dn||mr)&&(u(re,zr),u(re,k(pi(nn||"")))),(dn||mr)&&(u(re,zr),u(re,k(pi(dn||"")))),mr&&(u(re,zr),u(re,k(pi(mr)))),g(re,vn)}be.splice(0,_e);var Ia=T.completedBoundaries;for(_e=0;_e<Ia.length;_e++)Yl(T,I,Ia[_e]);Ia.splice(0,_e),E(I),l=new Uint8Array(512),f=0;var Pr=T.partialBoundaries;for(_e=0;_e<Pr.length;_e++){var Rr=Pr[_e];e:{be=T,De=I;var Io=Rr.completedSegments;for(tt=0;tt<Io.length;tt++)if(!Gl(be,De,Rr,Io[tt])){tt++,Io.splice(0,tt);var Xl=!1;break e}Io.splice(0,tt),Xl=!0}if(!Xl){T.destination=null,_e++,Pr.splice(0,_e);return}}Pr.splice(0,_e);var Po=T.completedBoundaries;for(_e=0;_e<Po.length;_e++)Yl(T,I,Po[_e]);Po.splice(0,_e)}finally{E(I),T.allPendingTasks===0&&T.pingedTasks.length===0&&T.clientRenderedBoundaries.length===0&&T.completedBoundaries.length===0&&I.close()}}function xu(T,I){try{var W=T.abortableTasks;W.forEach(function(re){return es(re,T,I)}),W.clear(),T.destination!==null&&ki(T,T.destination)}catch(re){vo(T,re),mo(T,re)}}return sm.renderToReadableStream=function(T,I){return new Promise(function(W,re){var be,_e,De=new Promise(function(dn,mr){_e=dn,be=mr}),tt=ho(T,$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(mr){if(tt.status===1)tt.status=2,q(mr,tt.fatalError);else if(tt.status!==2&&tt.destination===null){tt.destination=mr;try{ki(tt,mr)}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)}kr(tt)})},sm.version="18.2.0",sm}var dp={};/**
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 A4;function Mb(){return A4||(A4=1,process.env.NODE_ENV!=="production"&&function(){var o=er.default,i="18.2.0",l=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function f(h){{for(var S=arguments.length,R=new Array(S>1?S-1:0),N=1;N<S;N++)R[N-1]=arguments[N];g("warn",h,R)}}function u(h){{for(var S=arguments.length,R=new Array(S>1?S-1:0),N=1;N<S;N++)R[N-1]=arguments[N];g("error",h,R)}}function g(h,S,R){{var N=l.ReactDebugCurrentFrame,Y=N.getStackAddendum();Y!==""&&(S+="%s",R=R.concat([Y]));var ae=R.map(function(de){return String(de)});ae.unshift("Warning: "+S),Function.prototype.apply.call(console[h],console,ae)}}function E(h){h()}function A(h){}function k(h,S){B(h,S)}function B(h,S){return h.push(S)}function q(h){}function $(h){h.push(null)}function K(h){return h}function J(h){return h}function te(h,S){h.destroy(S)}function le(h){{var S=typeof Symbol=="function"&&Symbol.toStringTag,R=S&&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,S){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.",S,le(h)),oe(h)}function Se(h,S){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.",S,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 Fe=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={},Nt={};function $e(h){return Fe.call(Nt,h)?!0:Fe.call(kt,h)?!1:Xt.test(h)?(Nt[h]=!0,!0):(kt[h]=!0,u("Invalid attribute name: `%s`",h),!1)}function et(h,S,R,N){if(R!==null&&R.type===nt)return!1;switch(typeof S){case"function":case"symbol":return!0;case"boolean":{if(N)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,S,R,N,Y,ae,de){this.acceptsBooleans=S===ct||S===Xe||S===ht,this.attributeName=N,this.attributeNamespace=Y,this.mustUseProperty=R,this.propertyName=h,this.type=S,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 S=h[0],R=h[1];Et[S]=new lt(S,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 Qn=/[\-\:]([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 S=h.replace(Qn,Dt);Et[S]=new lt(S,je,!1,h,null,!1,!1)}),["xlink:actuate","xlink:arcrole","xlink:role","xlink:show","xlink:title","xlink:type"].forEach(function(h){var S=h.replace(Qn,Dt);Et[S]=new lt(S,je,!1,h,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(h){var S=h.replace(Qn,Dt);Et[S]=new lt(S,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,S){return h+S.charAt(0).toUpperCase()+S.substring(1)}var Dn=["Webkit","ms","Moz","O"];Object.keys(zn).forEach(function(h){Dn.forEach(function(S){zn[lr(S,h)]=zn[h]})});var sr={button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0};function An(h,S){sr[S.type]||S.onChange||S.onInput||S.readOnly||S.disabled||S.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`."),S.onChange||S.readOnly||S.disabled||S.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 Er(h,S){if(h.indexOf("-")===-1)return typeof S.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,S){{if(Fe.call(sn,S)&&sn[S])return!0;if(Vn.test(S)){var R="aria-"+S.slice(4).toLowerCase(),N=zt.hasOwnProperty(R)?R:null;if(N==null)return u("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",S),sn[S]=!0,!0;if(S!==N)return u("Invalid ARIA attribute `%s`. Did you mean `%s`?",S,N),sn[S]=!0,!0}if(on.test(S)){var Y=S.toLowerCase(),ae=zt.hasOwnProperty(Y)?Y:null;if(ae==null)return sn[S]=!0,!1;if(S!==ae)return u("Unknown ARIA attribute `%s`. Did you mean `%s`?",S,ae),sn[S]=!0,!0}}return!0}function On(h,S){{var R=[];for(var N in S){var Y=cr(h,N);Y||R.push(N)}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 Bn(h,S){Er(h,S)||On(h,S)}var Gn=!1;function nr(h,S){{if(h!=="input"&&h!=="textarea"&&h!=="select")return;S!=null&&S.value===null&&!Gn&&(Gn=!0,h==="select"&&S.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 _t={},Rn=/^on./,tn=/^on[^A-Z]/,ur=new RegExp("^(aria)-["+rt+"]*$"),Vt=new RegExp("^(aria)[A-Z]["+rt+"]*$");Ft=function(h,S,R,N){if(Fe.call(_t,S)&&_t[S])return!0;var Y=S.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."),_t[S]=!0,!0;if(N!=null){var ae=N.registrationNameDependencies,de=N.possibleRegistrationNames;if(ae.hasOwnProperty(S))return!0;var Oe=de.hasOwnProperty(Y)?de[Y]:null;if(Oe!=null)return u("Invalid event handler property `%s`. Did you mean `%s`?",S,Oe),_t[S]=!0,!0;if(Rn.test(S))return u("Unknown event handler property `%s`. It will be ignored.",S),_t[S]=!0,!0}else if(Rn.test(S))return tn.test(S)&&u("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",S),_t[S]=!0,!0;if(ur.test(S)||Vt.test(S))return!0;if(Y==="innerhtml")return u("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),_t[S]=!0,!0;if(Y==="aria")return u("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),_t[S]=!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),_t[S]=!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.",S),_t[S]=!0,!0;var Je=Ye(S),Mt=Je!==null&&Je.type===nt;if(At.hasOwnProperty(Y)){var Kt=At[Y];if(Kt!==S)return u("Invalid DOM property `%s`. Did you mean `%s`?",S,Kt),_t[S]=!0,!0}else if(!Mt&&S!==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.",S,Y),_t[S]=!0,!0;return typeof R=="boolean"&&et(S,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,S,S,R,S):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,S,S,R,S,S,S),_t[S]=!0,!0):Mt?!0:et(S,R,Je,!1)?(_t[S]=!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,S,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".',S,R),_t[S]=!0),!0)}}var ma=function(h,S,R){{var N=[];for(var Y in S){var ae=Ft(h,Y,S[Y],R);ae||N.push(Y)}var de=N.map(function(Oe){return"`"+Oe+"`"}).join(", ");N.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):N.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 Fr(h,S,R){Er(h,S)||ma(h,S,R)}var vt=function(){};{var Lt=/^(?:webkit|moz|o)[A-Z]/,bn=/^-ms-/,ar=/-(.)/g,wn=/;\s*$/,xr={},In={},ga=!1,Mn=!1,Kn=function(h){return h.replace(ar,function(S,R){return R.toUpperCase()})},Xn=function(h){xr.hasOwnProperty(h)&&xr[h]||(xr[h]=!0,u("Unsupported style property %s. Did you mean %s?",h,Kn(h.replace(bn,"ms-"))))},Ut=function(h){xr.hasOwnProperty(h)&&xr[h]||(xr[h]=!0,u("Unsupported vendor-prefixed style property %s. Did you mean %s?",h,h.charAt(0).toUpperCase()+h.slice(1)))},ka=function(h,S){In.hasOwnProperty(S)&&In[S]||(In[S]=!0,u(`Style property values shouldn't contain a semicolon. Try "%s: %s" instead.`,h,S.replace(wn,"")))},Ra=function(h,S){ga||(ga=!0,u("`NaN` is an invalid value for the `%s` css style property.",h))},ja=function(h,S){Mn||(Mn=!0,u("`Infinity` is an invalid value for the `%s` css style property.",h))};vt=function(h,S){h.indexOf("-")>-1?Xn(h):Lt.test(h)?Ut(h):wn.test(S)&&ka(h,S),typeof S=="number"&&(isNaN(S)?Ra(h,S):isFinite(S)||ja(h,S))}}var xa=vt,Bi=/["'&<>]/;function Tr(h){we(h);var S=""+h,R=Bi.exec(S);if(!R)return S;var N,Y="",ae,de=0;for(ae=R.index;ae<S.length;ae++){switch(S.charCodeAt(ae)){case 34:N="&quot;";break;case 38:N="&amp;";break;case 39:N="&#x27;";break;case 60:N="&lt;";break;case 62:N="&gt;";break;default:continue}de!==ae&&(Y+=S.substring(de,ae)),de=ae+1,Y+=N}return de!==ae?Y+S.substring(de,ae):Y}function Lr(h){return typeof h=="boolean"||typeof h=="number"?""+h:Tr(h)}var di=/([A-Z])/g,qi=/^ms-/;function ni(h){return h.replace(di,"-$1").toLowerCase().replace(qi,"-ms-")}var wr=/^[\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 Va(h){!Da&&wr.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,Nr)}var ft=/(<\/|<)(s)(cript)/gi,Nr=function(h,S,R,N){return""+S+(R==="s"?"\\u0073":"\\u0053")+N};function ir(h,S,R,N,Y){var ae=h===void 0?"":h,de=S===void 0?qe:'<script nonce="'+Lr(S)+'">',Oe=[];if(R!==void 0&&Oe.push(de,en(R),mt),N!==void 0)for(var Je=0;Je<N.length;Je++)Oe.push(Yt,Lr(N[Je]),Fn);if(Y!==void 0)for(var Mt=0;Mt<Y.length;Mt++)Oe.push(hn,Lr(Y[Mt]),Fn);return{bootstrapChunks:Oe,startInlineScript:de,placeholderPrefix:ae+"P:",segmentPrefix:ae+"S:",boundaryPrefix:ae+"B:",idPrefix:ae,nextSuspenseID:0,sentCompleteSegmentFunction:!1,sentCompleteBoundaryFunction:!1,sentClientRenderFunction:!1}}var Ot=0,Cr=1,ya=2,ri=3,Sn=4,fr=5,oa=6,vn=7;function zr(h,S){return{insertionMode:h,selectedValue:S}}function so(h,S,R){switch(S){case"select":return zr(Cr,R.value!=null?R.value:R.defaultValue);case"svg":return zr(ya,null);case"math":return zr(ri,null);case"foreignObject":return zr(Cr,null);case"table":return zr(Sn,null);case"thead":case"tbody":case"tfoot":return zr(fr,null);case"colgroup":return zr(vn,null);case"tr":return zr(oa,null)}return h.insertionMode>=Sn||h.insertionMode===Ot?zr(Cr,null):h}var pi=null;function Kr(h){var S=h.nextSuspenseID++;return h.boundaryPrefix+S.toString(16)}function Ir(h,S,R){var N=h.idPrefix,Y=":"+N+"R"+S;return R>0&&(Y+="H"+R.toString(32)),Y+":"}function bi(h){return Lr(h)}var la="<!-- -->";function Lo(h,S,R,N){return S===""?N:(N&&h.push(la),h.push(bi(S)),!0)}function bl(h,S,R,N){R&&N&&h.push(la)}var xl=new Map;function Ni(h){var S=xl.get(h);if(S!==void 0)return S;var R=Lr(ni(h));return xl.set(h,R),R}var hi=' style="',vi=":",Aa=";";function x(h,S,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 N=!0;for(var Y in R)if(!!Fe.call(R,Y)){var ae=R[Y];if(!(ae==null||typeof ae=="boolean"||ae==="")){var de=void 0,Oe=void 0,Je=Y.indexOf("--")===0;Je?(de=Lr(Y),Se(ae,Y),Oe=Lr((""+ae).trim())):(xa(Y,ae),de=Ni(Y),typeof ae=="number"?ae!==0&&!Fe.call(zn,Y)?Oe=ae+"px":Oe=""+ae:(Se(ae,Y),Oe=Lr((""+ae).trim()))),N?(N=!1,h.push(hi,de,vi,Oe)):h.push(Aa,de,vi,Oe)}}N||h.push(ne)}var z=" ",G='="',ne='"',Te='=""';function ye(h,S,R,N){switch(R){case"style":{x(h,S,N);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 N){case"function":case"symbol":return;case"boolean":if(!Y.acceptsBooleans)return}var ae=Y.attributeName,de=ae;switch(Y.type){case Xe:N&&h.push(z,de,Te);return;case ht:N===!0?h.push(z,de,Te):N===!1||h.push(z,de,G,Lr(N),ne);return;case Ze:isNaN(N)||h.push(z,de,G,Lr(N),ne);break;case ut:!isNaN(N)&&N>=1&&h.push(z,de,G,Lr(N),ne);break;default:Y.sanitizeURL&&(Ce(N,ae),N=""+N,Va(N)),h.push(z,de,G,Lr(N),ne)}}else if($e(R)){switch(typeof N){case"function":case"symbol":return;case"boolean":{var Oe=R.toLowerCase().slice(0,5);if(Oe!=="data-"&&Oe!=="aria-")return}}h.push(z,R,G,Lr(N),ne)}}}var Pe=">",at="/>";function dt(h,S,R){if(S!=null){if(R!=null)throw new Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof S!="object"||!("__html"in S))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 N=S.__html;N!=null&&(we(N),h.push(""+N))}}var St=!1,Gt=!1,qn=!1,ln=!1,Wr=!1,na=!1,un=!1;function Sa(h,S){{var R=h[S];if(R!=null){var N=fe(R);h.multiple&&!N?u("The `%s` prop supplied to <select> must be an array if `multiple` is true.",S):!h.multiple&&N&&u("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.",S)}}}function Br(h,S,R){An("select",S),Sa(S,"value"),Sa(S,"defaultValue"),S.value!==void 0&&S.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(br("select"));var N=null,Y=null;for(var ae in S)if(Fe.call(S,ae)){var de=S[ae];if(de==null)continue;switch(ae){case"children":N=de;break;case"dangerouslySetInnerHTML":Y=de;break;case"defaultValue":case"value":break;default:ye(h,R,ae,de);break}}return h.push(Pe),dt(h,Y,N),N}function ra(h){var S="";return o.Children.forEach(h,function(R){R!=null&&(S+=R,!Wr&&typeof R!="string"&&typeof R!="number"&&(Wr=!0,u("Cannot infer the option value of complex children. Pass a `value` prop or use a plain string as children to <option>.")))}),S}var Ta=' selected=""';function Ka(h,S,R,N){var Y=N.selectedValue;h.push(br("option"));var ae=null,de=null,Oe=null,Je=null;for(var Mt in S)if(Fe.call(S,Mt)){var Kt=S[Mt];if(Kt==null)continue;switch(Mt){case"children":ae=Kt;break;case"selected":Oe=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&&(na||(na=!0,u("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected."))),Ht=ra(ae)),fe(Y))for(var $n=0;$n<Y.length;$n++){Ce(Y[$n],"value");var da=""+Y[$n];if(da===Ht){h.push(Ta);break}}else Ce(Y,"select.value"),""+Y===Ht&&h.push(Ta)}else Oe&&h.push(Ta);return h.push(Pe),dt(h,Je,ae),ae}function _r(h,S,R){An("input",S),S.checked!==void 0&&S.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",S.type),Gt=!0),S.value!==void 0&&S.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",S.type),St=!0),h.push(br("input"));var N=null,Y=null,ae=null,de=null;for(var Oe in S)if(Fe.call(S,Oe)){var Je=S[Oe];if(Je==null)continue;switch(Oe){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":N=Je;break;default:ye(h,R,Oe,Je);break}}return ae!==null?ye(h,R,"checked",ae):de!==null&&ye(h,R,"checked",de),N!==null?ye(h,R,"value",N):Y!==null&&ye(h,R,"value",Y),h.push(at),null}function vr(h,S,R){An("textarea",S),S.value!==void 0&&S.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(br("textarea"));var N=null,Y=null,ae=null;for(var de in S)if(Fe.call(S,de)){var Oe=S[de];if(Oe==null)continue;switch(de){case"children":ae=Oe;break;case"value":N=Oe;break;case"defaultValue":Y=Oe;break;case"dangerouslySetInnerHTML":throw new Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");default:ye(h,R,de,Oe);break}}if(N===null&&Y!==null&&(N=Y),h.push(Pe),ae!=null){if(u("Use the `defaultValue` or `value` props instead of setting children on <textarea>."),N!=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]),N=""+ae[0]}we(ae),N=""+ae}return typeof N=="string"&&N[0]===`
66
- `&&h.push(xi),N!==null&&(Ce(N,"value"),h.push(bi(""+N))),null}function Bo(h,S,R,N){h.push(br(R));for(var Y in S)if(Fe.call(S,Y)){var ae=S[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,N,Y,ae);break}}return h.push(at),null}function za(h,S,R){h.push(br("menuitem"));for(var N in S)if(Fe.call(S,N)){var Y=S[N];if(Y==null)continue;switch(N){case"children":case"dangerouslySetInnerHTML":throw new Error("menuitems cannot have `children` nor `dangerouslySetInnerHTML`.");default:ye(h,R,N,Y);break}}return h.push(Pe),null}function ua(h,S,R){h.push(br("title"));var N=null;for(var Y in S)if(Fe.call(S,Y)){var ae=S[Y];if(ae==null)continue;switch(Y){case"children":N=ae;break;case"dangerouslySetInnerHTML":throw new Error("`dangerouslySetInnerHTML` does not make sense on <title>.");default:ye(h,R,Y,ae);break}}h.push(Pe);{var de=Array.isArray(N)&&N.length<2?N[0]||null:N;Array.isArray(N)&&N.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 N}function dr(h,S,R,N){h.push(br(R));var Y=null,ae=null;for(var de in S)if(Fe.call(S,de)){var Oe=S[de];if(Oe==null)continue;switch(de){case"children":Y=Oe;break;case"dangerouslySetInnerHTML":ae=Oe;break;default:ye(h,N,de,Oe);break}}return h.push(Pe),dt(h,ae,Y),typeof Y=="string"?(h.push(bi(Y)),null):Y}function zi(h,S,R,N){h.push(br(R));var Y=null,ae=null;for(var de in S)if(Fe.call(S,de)){var Oe=S[de];if(Oe==null)continue;switch(de){case"children":Y=Oe;break;case"dangerouslySetInnerHTML":ae=Oe;break;case"style":x(h,N,Oe);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":break;default:$e(de)&&typeof Oe!="function"&&typeof Oe!="symbol"&&h.push(z,de,G,Lr(Oe),ne);break}}return h.push(Pe),dt(h,ae,Y),Y}var xi=`
67
- `;function nl(h,S,R,N){h.push(br(R));var Y=null,ae=null;for(var de in S)if(Fe.call(S,de)){var Oe=S[de];if(Oe==null)continue;switch(de){case"children":Y=Oe;break;case"dangerouslySetInnerHTML":ae=Oe;break;default:ye(h,N,de,Oe);break}}if(h.push(Pe),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 br(h){var S=mi.get(h);if(S===void 0){if(!pr.test(h))throw new Error("Invalid tag: "+h);S="<"+h,mi.set(h,S)}return S}var Oa="<!DOCTYPE html>";function Ea(h,S,R,N,Y){switch(Bn(S,R),nr(S,R),Fr(S,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!==ya&&Y.insertionMode!==ri&&S.indexOf("-")===-1&&typeof R.is!="string"&&S.toLowerCase()!==S&&u("<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.",S),S){case"select":return Br(h,R,N);case"option":return Ka(h,R,N,Y);case"textarea":return vr(h,R,N);case"input":return _r(h,R,N);case"menuitem":return za(h,R,N);case"title":return ua(h,R,N);case"listing":case"pre":return nl(h,R,S,N);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 Bo(h,R,S,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 dr(h,R,S,N);case"html":return Y.insertionMode===Ot&&h.push(Oa),dr(h,R,S,N);default:return S.indexOf("-")===-1&&typeof R.is!="string"?dr(h,R,S,N):zi(h,R,S,N)}}var Qi="</",Ti=">";function Wa(h,S,R){switch(S){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,S,Ti)}}function co(h,S){for(var R=S.bootstrapChunks,N=0;N<R.length-1;N++)k(h,R[N]);return N<R.length?B(h,R[N]):!0}var rl='<template id="',Cu='"></template>';function Ji(h,S,R){k(h,rl),k(h,S.placeholderPrefix);var N=R.toString(16);return k(h,N),B(h,Cu)}var No="<!--$-->",jl='<!--$?--><template id="',_u='"></template>',fo="<!--$!-->",po="<!--/$-->",Vl="<template",Ma='"',gi=' data-dgst="',Ii=' data-msg="',ho=' data-stck="',Tl="></template>";function Jn(h,S){return B(h,No)}function vo(h,S,R){if(k(h,jl),R===null)throw new Error("An ID must have been assigned before we can complete the boundary.");return k(h,R),B(h,_u)}function mo(h,S,R,N,Y){var ae;return ae=B(h,fo),k(h,Vl),R&&(k(h,gi),k(h,Lr(R)),k(h,Ma)),N&&(k(h,Ii),k(h,Lr(N)),k(h,Ma)),Y&&(k(h,ho),k(h,Lr(Y)),k(h,Ma)),ae=B(h,Tl),ae}function sa(h,S){return B(h,po)}function Ya(h,S){return B(h,po)}function Kl(h,S){return B(h,po)}var kl='<div hidden id="',ai='">',aa="</div>",Xr='<svg aria-hidden="true" style="display:none" id="',Wl='">',es="</svg>",bu='<math aria-hidden="true" style="display:none" id="',xs='">',kr="</math>",zo='<table hidden id="',Rl='">',Ga="</table>",Yl='<table hidden><tbody id="',Gl='">',ki="</tbody></table>",xu='<table hidden><tr id="',T='">',I="</tr></table>",W='<table hidden><colgroup id="',re='">',be="</colgroup></table>";function _e(h,S,R,N){switch(R.insertionMode){case Ot:case Cr:return k(h,kl),k(h,S.segmentPrefix),k(h,N.toString(16)),B(h,ai);case ya:return k(h,Xr),k(h,S.segmentPrefix),k(h,N.toString(16)),B(h,Wl);case ri:return k(h,bu),k(h,S.segmentPrefix),k(h,N.toString(16)),B(h,xs);case Sn:return k(h,zo),k(h,S.segmentPrefix),k(h,N.toString(16)),B(h,Rl);case fr:return k(h,Yl),k(h,S.segmentPrefix),k(h,N.toString(16)),B(h,Gl);case oa:return k(h,xu),k(h,S.segmentPrefix),k(h,N.toString(16)),B(h,T);case vn:return k(h,W),k(h,S.segmentPrefix),k(h,N.toString(16)),B(h,re);default:throw new Error("Unknown insertion mode. This is a bug in React.")}}function De(h,S){switch(S.insertionMode){case Ot:case Cr:return B(h,aa);case ya:return B(h,es);case ri:return B(h,kr);case Sn:return B(h,Ga);case fr:return B(h,ki);case oa:return B(h,I);case vn:return B(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("',mr='$RS("',Ia='","',Pr='")<\/script>';function Rr(h,S,R){k(h,S.startInlineScript),S.sentCompleteSegmentFunction?k(h,mr):(S.sentCompleteSegmentFunction=!0,k(h,dn)),k(h,S.segmentPrefix);var N=R.toString(16);return k(h,N),k(h,Ia),k(h,S.placeholderPrefix),k(h,N),B(h,Pr)}var Io=Rt+';$RC("',Xl='$RC("',Po='","',Ts='")<\/script>';function Gc(h,S,R,N){if(k(h,S.startInlineScript),S.sentCompleteBoundaryFunction?k(h,Xl):(S.sentCompleteBoundaryFunction=!0,k(h,Io)),R===null)throw new Error("An ID must have been assigned before we can complete the boundary.");var Y=N.toString(16);return k(h,R),k(h,Po),k(h,S.segmentPrefix),k(h,Y),B(h,Ts)}var nc=nn+';$RX("',Xc='$RX("',rc='"',ts=")<\/script>",Dl=",";function ql(h,S,R,N,Y,ae){if(k(h,S.startInlineScript),S.sentClientRenderFunction?k(h,Xc):(S.sentClientRenderFunction=!0,k(h,nc)),R===null)throw new Error("An ID must have been assigned before we can complete the boundary.");return k(h,R),k(h,rc),(N||Y||ae)&&(k(h,Dl),k(h,d(N||""))),(Y||ae)&&(k(h,Dl),k(h,d(Y||""))),ae&&(k(h,Dl),k(h,d(ae))),B(h,ts)}var Tu=/[<\u2028\u2029]/g;function d(h){var S=JSON.stringify(h);return S.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,S){var R=ir(S,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 O(){return{insertionMode:Cr,selectedValue:null}}function P(h,S,R,N){return R.generateStaticMarkup?(h.push(Lr(S)),!1):Lo(h,S,R,N)}function j(h,S,R,N){if(!S.generateStaticMarkup)return bl(h,S,R,N)}function Z(h,S){return S.generateStaticMarkup?!0:Jn(h)}function ue(h,S,R,N,Y){return S.generateStaticMarkup?!0:mo(h,S,R,N,Y)}function Ee(h,S){return S.generateStaticMarkup?!0:sa(h)}function ze(h,S){return S.generateStaticMarkup?!0:Kl(h)}var Le=Object.assign,Ge=Symbol.for("react.element"),bt=Symbol.for("react.portal"),yt=Symbol.for("react.fragment"),mn=Symbol.for("react.strict_mode"),Pn=Symbol.for("react.profiler"),Dr=Symbol.for("react.provider"),ii=Symbol.for("react.context"),Xa=Symbol.for("react.forward_ref"),qa=Symbol.for("react.suspense"),ks=Symbol.for("react.suspense_list"),qc=Symbol.for("react.memo"),Zi=Symbol.for("react.lazy"),Nf=Symbol.for("react.scope"),Rs=Symbol.for("react.debug_trace_mode"),zf=Symbol.for("react.legacy_hidden"),Dd=Symbol.for("react.default_value"),ac=Symbol.iterator,ku="@@iterator";function ia(h){if(h===null||typeof h!="object")return null;var S=ac&&h[ac]||h[ku];return typeof S=="function"?S:null}function ns(h,S,R){var N=h.displayName;if(N)return N;var Y=S.displayName||S.name||"";return Y!==""?R+"("+Y+")":R}function Pa(h){return h.displayName||"Context"}function qr(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 bt:return"Portal";case Pn:return"Profiler";case mn:return"StrictMode";case qa:return"Suspense";case ks:return"SuspenseList"}if(typeof h=="object")switch(h.$$typeof){case ii:var S=h;return Pa(S)+".Consumer";case Dr:var R=h;return Pa(R._context)+".Provider";case Xa:return ns(h,h.render,"ForwardRef");case qc:var N=h.displayName||null;return N!==null?N:qr(h.type)||"Memo";case Zi:{var Y=h,ae=Y._payload,de=Y._init;try{return qr(de(ae))}catch{return null}}}return null}var rs=0,Qc,Jc,Zc,ef,al,Ds,Ru;function tf(){}tf.__reactDisabledLog=!0;function as(){{if(rs===0){Qc=console.log,Jc=console.info,Zc=console.warn,ef=console.error,al=console.group,Ds=console.groupCollapsed,Ru=console.groupEnd;var h={configurable:!0,enumerable:!0,value:tf,writable:!0};Object.defineProperties(console,{info:h,log:h,warn:h,error:h,group:h,groupCollapsed:h,groupEnd:h})}rs++}}function Ql(){{if(rs--,rs===0){var h={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:Le({},h,{value:Qc}),info:Le({},h,{value:Jc}),warn:Le({},h,{value:Zc}),error:Le({},h,{value:ef}),group:Le({},h,{value:al}),groupCollapsed:Le({},h,{value:Ds}),groupEnd:Le({},h,{value:Ru})})}rs<0&&u("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var ic=l.ReactCurrentDispatcher,is;function Du(h,S,R){{if(is===void 0)try{throw Error()}catch(Y){var N=Y.stack.trim().match(/\n( *(at )?)/);is=N&&N[1]||""}return`
70
- `+is+h}}var Ar=!1,il;{var Al=typeof WeakMap=="function"?WeakMap:Map;il=new Al}function Au(h,S){if(!h||Ar)return"";{var R=il.get(h);if(R!==void 0)return R}var N;Ar=!0;var Y=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var ae;ae=ic.current,ic.current=null,as();try{if(S){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){N=Vi}Reflect.construct(h,[],de)}else{try{de.call()}catch(Vi){N=Vi}h.call(de.prototype)}}else{try{throw Error()}catch(Vi){N=Vi}h()}}catch(Vi){if(Vi&&N&&typeof Vi.stack=="string"){for(var Oe=Vi.stack.split(`
71
- `),Je=N.stack.split(`
72
- `),Mt=Oe.length-1,Kt=Je.length-1;Mt>=1&&Kt>=0&&Oe[Mt]!==Je[Kt];)Kt--;for(;Mt>=1&&Kt>=0;Mt--,Kt--)if(Oe[Mt]!==Je[Kt]){if(Mt!==1||Kt!==1)do if(Mt--,Kt--,Kt<0||Oe[Mt]!==Je[Kt]){var Ht=`
73
- `+Oe[Mt].replace(" at new "," at ");return h.displayName&&Ht.includes("<anonymous>")&&(Ht=Ht.replace("<anonymous>",h.displayName)),typeof h=="function"&&il.set(h,Ht),Ht}while(Mt>=1&&Kt>=0);break}}}finally{Ar=!1,ic.current=ae,Ql(),Error.prepareStackTrace=Y}var $n=h?h.displayName||h.name:"",da=$n?Du($n):"";return typeof h=="function"&&il.set(h,da),da}function nf(h,S,R){return Au(h,!0)}function As(h,S,R){return Au(h,!1)}function Os(h){var S=h.prototype;return!!(S&&S.isReactComponent)}function Ol(h,S,R){if(h==null)return"";if(typeof h=="function")return Au(h,Os(h));if(typeof h=="string")return Du(h);switch(h){case qa:return Du("Suspense");case ks:return Du("SuspenseList")}if(typeof h=="object")switch(h.$$typeof){case Xa:return As(h.render);case qc:return Ol(h.type,S,R);case Zi:{var N=h,Y=N._payload,ae=N._init;try{return Ol(ae(Y),S,R)}catch{}}}return""}var Jl={},Ms=l.ReactDebugCurrentFrame;function Zl(h){if(h){var S=h._owner,R=Ol(h.type,h._source,S?S.type:null);Ms.setExtraStackFrame(R)}else Ms.setExtraStackFrame(null)}function If(h,S,R,N,Y){{var ae=Function.call.bind(Fe);for(var de in h)if(ae(h,de)){var Oe=void 0;try{if(typeof h[de]!="function"){var Je=Error((N||"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}Oe=h[de](S,de,N,R,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(Mt){Oe=Mt}Oe&&!(Oe instanceof Error)&&(Zl(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).",N||"React class",R,de,typeof Oe),Zl(null)),Oe instanceof Error&&!(Oe.message in Jl)&&(Jl[Oe.message]=!0,Zl(Y),u("Failed %s type: %s",R,Oe.message),Zl(null))}}}var oc;oc={};var ol={};Object.freeze(ol);function lc(h,S){{var R=h.contextTypes;if(!R)return ol;var N={};for(var Y in R)N[Y]=S[Y];{var ae=qr(h)||"Unknown";If(R,N,"context",ae)}return N}}function eu(h,S,R,N){{if(typeof h.getChildContext!="function"){{var Y=qr(S)||"Unknown";oc[Y]||(oc[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 N))throw new Error((qr(S)||"Unknown")+'.getChildContext(): key "'+de+'" is not defined in childContextTypes.');{var Oe=qr(S)||"Unknown";If(N,ae,"child context",Oe)}return Le({},R,ae)}}var go;go={};var os=null,Ri=null;function uc(h){h.context._currentValue2=h.parentValue}function Fs(h){h.context._currentValue2=h.value}function ls(h,S){if(h!==S){uc(h);var R=h.parent,N=S.parent;if(R===null){if(N!==null)throw new Error("The stacks must reach the root at the same time. This is a bug in React.")}else{if(N===null)throw new Error("The stacks must reach the root at the same time. This is a bug in React.");ls(R,N)}Fs(S)}}function Pf(h){uc(h);var S=h.parent;S!==null&&Pf(S)}function Uo(h){var S=h.parent;S!==null&&Uo(S),Fs(h)}function Ho(h,S){uc(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===S.depth?ls(R,S):Ho(R,S)}function Ls(h,S){var R=S.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?ls(h,R):Ls(h,R),Fs(S)}function ll(h){var S=Ri,R=h;S!==R&&(S===null?Uo(R):R===null?Pf(S):S.depth===R.depth?ls(S,R):S.depth>R.depth?Ho(S,R):Ls(S,R),Ri=R)}function eo(h,S){var R;R=h._currentValue2,h._currentValue2=S,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 N=Ri,Y={parent:N,depth:N===null?0:N.depth+1,context:h,parentValue:R,value:S};return Ri=Y,Y}function tu(h){var S=Ri;if(S===null)throw new Error("Tried to pop a Context at the root of the app. This is a bug in React.");S.context!==h&&u("The parent context is not the expected context. This is probably a bug in React.");{var R=S.parentValue;R===Dd?S.context._currentValue2=S.context._defaultValue:S.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=S.parent}function nu(){return Ri}function Ou(h){var S=h._currentValue2;return S}function rf(h){return h._reactInternals}function sc(h,S){h._reactInternals=S}var Pi={},Mu={},Ml,rn,yo,Ur,Ln,or,gr,So,Cn;{Ml=new Set,rn=new Set,yo=new Set,gr=new Set,Ur=new Set,So=new Set,Cn=new Set;var wa=new Set;or=function(h,S){if(!(h===null||typeof h=="function")){var R=S+"_"+h;wa.has(R)||(wa.add(R),u("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",S,h))}},Ln=function(h,S){if(S===void 0){var R=qr(h)||"Component";Ur.has(R)||(Ur.add(R),u("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",R))}}}function Ui(h,S){{var R=h.constructor,N=R&&qr(R)||"ReactClass",Y=N+"."+S;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.`,S,S,N),Pi[Y]=!0}}var Eo={isMounted:function(h){return!1},enqueueSetState:function(h,S,R){var N=rf(h);N.queue===null?Ui(h,"setState"):(N.queue.push(S),R!=null&&or(R,"setState"))},enqueueReplaceState:function(h,S,R){var N=rf(h);N.replace=!0,N.queue=[S],R!=null&&or(R,"setState")},enqueueForceUpdate:function(h,S){var R=rf(h);R.queue===null?Ui(h,"forceUpdate"):S!=null&&or(S,"setState")}};function ca(h,S,R,N,Y){var ae=R(Y,N);Ln(S,ae);var de=ae==null?N:Le({},N,ae);return de}function $o(h,S,R){var N=ol,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===Dr?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",qr(h)||"Component",de)}}typeof Y=="object"&&Y!==null?N=Ou(Y):N=R;var Oe=new h(S,N);{if(typeof h.getDerivedStateFromProps=="function"&&(Oe.state===null||Oe.state===void 0)){var Je=qr(h)||"Component";Ml.has(Je)||(Ml.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,Oe.state===null?"null":"undefined",Je))}if(typeof h.getDerivedStateFromProps=="function"||typeof Oe.getSnapshotBeforeUpdate=="function"){var Mt=null,Kt=null,Ht=null;if(typeof Oe.componentWillMount=="function"&&Oe.componentWillMount.__suppressDeprecationWarning!==!0?Mt="componentWillMount":typeof Oe.UNSAFE_componentWillMount=="function"&&(Mt="UNSAFE_componentWillMount"),typeof Oe.componentWillReceiveProps=="function"&&Oe.componentWillReceiveProps.__suppressDeprecationWarning!==!0?Kt="componentWillReceiveProps":typeof Oe.UNSAFE_componentWillReceiveProps=="function"&&(Kt="UNSAFE_componentWillReceiveProps"),typeof Oe.componentWillUpdate=="function"&&Oe.componentWillUpdate.__suppressDeprecationWarning!==!0?Ht="componentWillUpdate":typeof Oe.UNSAFE_componentWillUpdate=="function"&&(Ht="UNSAFE_componentWillUpdate"),Mt!==null||Kt!==null||Ht!==null){var $n=qr(h)||"Component",da=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,da,Mt!==null?`
81
- `+Mt:"",Kt!==null?`
82
- `+Kt:"",Ht!==null?`
83
- `+Ht:""))}}}return Oe}function ru(h,S,R){{var N=qr(S)||"Component",Y=h.render;Y||(S.prototype&&typeof S.prototype.render=="function"?u("%s(...): No `render` method found on the returned component instance: did you accidentally return an object from the constructor?",N):u("%s(...): No `render` method found on the returned component instance: you may have forgotten to define `render`.",N)),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?",N),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.",N),h.propTypes&&u("propTypes was defined as an instance property on %s. Use a static property to define propTypes instead.",N),h.contextType&&u("contextType was defined as an instance property on %s. Use a static property to define contextType instead.",N),h.contextTypes&&u("contextTypes was defined as an instance property on %s. Use a static property to define contextTypes instead.",N),S.contextType&&S.contextTypes&&!So.has(S)&&(So.add(S),u("%s declares both contextTypes and contextType static properties. The legacy contextTypes property will be ignored.",N)),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.",N),S.prototype&&S.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.",qr(S)||"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()?",N),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().",N),typeof h.componentWillRecieveProps=="function"&&u("%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",N),typeof h.UNSAFE_componentWillRecieveProps=="function"&&u("%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?",N);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.",N,N),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.",N,N),typeof h.getSnapshotBeforeUpdate=="function"&&typeof h.componentDidUpdate!="function"&&!rn.has(S)&&(rn.add(S),u("%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.",qr(S))),typeof h.getDerivedStateFromProps=="function"&&u("%s: getDerivedStateFromProps() is defined as an instance method and will be ignored. Instead, declare it as a static method.",N),typeof h.getDerivedStateFromError=="function"&&u("%s: getDerivedStateFromError() is defined as an instance method and will be ignored. Instead, declare it as a static method.",N),typeof S.getSnapshotBeforeUpdate=="function"&&u("%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.",N);var de=h.state;de&&(typeof de!="object"||fe(de))&&u("%s.state: must be set to an object or null",N),typeof h.getChildContext=="function"&&typeof S.childContextTypes!="object"&&u("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().",N)}}function cc(h,S){var R=S.state;if(typeof S.componentWillMount=="function"){if(S.componentWillMount.__suppressDeprecationWarning!==!0){var N=qr(h)||"Unknown";Mu[N]||(f(`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`,N),Mu[N]=!0)}S.componentWillMount()}typeof S.UNSAFE_componentWillMount=="function"&&S.UNSAFE_componentWillMount(),R!==S.state&&(u("%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",qr(h)||"Component"),Eo.enqueueReplaceState(S,S.state,null))}function af(h,S,R,N){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)S.state=Y[0];else{for(var de=ae?Y[0]:S.state,Oe=!0,Je=ae?1:0;Je<Y.length;Je++){var Mt=Y[Je],Kt=typeof Mt=="function"?Mt.call(S,de,R,N):Mt;Kt!=null&&(Oe?(Oe=!1,de=Le({},de,Kt)):Le(de,Kt))}S.state=de}}else h.queue=null}function fc(h,S,R,N){ru(h,S,R);var Y=h.state!==void 0?h.state:null;h.updater=Eo,h.props=R,h.state=Y;var ae={queue:[],replace:!1};sc(h,ae);var de=S.contextType;if(typeof de=="object"&&de!==null?h.context=Ou(de):h.context=N,h.state===R){var Oe=qr(S)||"Component";gr.has(Oe)||(gr.add(Oe),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.",Oe))}var Je=S.getDerivedStateFromProps;typeof Je=="function"&&(h.state=ca(h,S,Je,Y,R)),typeof S.getDerivedStateFromProps!="function"&&typeof h.getSnapshotBeforeUpdate!="function"&&(typeof h.UNSAFE_componentWillMount=="function"||typeof h.componentWillMount=="function")&&(cc(S,h),af(ae,h,R,N))}var Di={id:1,overflow:""};function oi(h){var S=h.overflow,R=h.id,N=R&~Uf(R);return N.toString(32)+S}function us(h,S,R){var N=h.id,Y=h.overflow,ae=Bs(N)-1,de=N&~(1<<ae),Oe=R+1,Je=Bs(S)+ae;if(Je>30){var Mt=ae-ae%5,Kt=(1<<Mt)-1,Ht=(de&Kt).toString(32),$n=de>>Mt,da=ae-Mt,Vi=Bs(S)+da,Ki=Oe<<da,Vu=Ki|$n,Un=Ht+Y;return{id:1<<Vi|Vu,overflow:Un}}else{var uu=Oe<<ae,bp=uu|de,mh=Y;return{id:1<<Je|bp,overflow:mh}}}function Bs(h){return 32-to(h)}function Uf(h){return 1<<Bs(h)-1}var to=Math.clz32?Math.clz32:Hi,Fu=Math.log,no=Math.LN2;function Hi(h){var S=h>>>0;return S===0?32:31-(Fu(S)/no|0)|0}function Lu(h,S){return h===S&&(h!==0||1/h===1/S)||h!==h&&S!==S}var yi=typeof Object.is=="function"?Object.is:Lu,Tn=null,li=null,Ca=null,rr=null,fa=!1,au=!1,ss=0,Qa=null,Fa=0,Ua=25,hr=!1,ui;function ul(){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,S){if(S===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!==S.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(", ")+"]","["+S.join(", ")+"]");for(var R=0;R<S.length&&R<h.length;R++)if(!yi(h[R],S[R]))return!1;return!0}function dc(){if(Fa>0)throw new Error("Rendered more hooks than during the previous render");return{memoizedState:null,queue:null,next:null}}function cs(){return rr===null?Ca===null?(fa=!1,Ca=rr=dc()):(fa=!0,rr=Ca):rr.next===null?(fa=!1,rr=rr.next=dc()):(fa=!0,rr=rr.next),rr}function of(h,S){Tn=S,li=h,hr=!1,ss=0}function lf(h,S,R,N){for(;au;)au=!1,ss=0,Fa+=1,rr=null,R=h(S,N);return Yr(),R}function Hf(){var h=ss!==0;return h}function Yr(){hr=!1,Tn=null,li=null,au=!1,Ca=null,Fa=0,Qa=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 pc(h){return ui="useContext",ul(),Ou(h)}function Ai(h,S){return typeof S=="function"?S(h):S}function Fl(h){return ui="useState",hc(Ai,h)}function hc(h,S,R){if(h!==Ai&&(ui="useReducer"),Tn=ul(),rr=cs(),fa){var N=rr.queue,Y=N.dispatch;if(Qa!==null){var ae=Qa.get(N);if(ae!==void 0){Qa.delete(N);var de=rr.memoizedState,Oe=ae;do{var Je=Oe.action;hr=!0,de=h(de,Je),hr=!1,Oe=Oe.next}while(Oe!==null);return rr.memoizedState=de,[de,Y]}}return[rr.memoizedState,Y]}else{hr=!0;var Mt;h===Ai?Mt=typeof S=="function"?S():S:Mt=R!==void 0?R(S):S,hr=!1,rr.memoizedState=Mt;var Kt=rr.queue={last:null,dispatch:null},Ht=Kt.dispatch=Bu.bind(null,Tn,Kt);return[rr.memoizedState,Ht]}}function iu(h,S){Tn=ul(),rr=cs();var R=S===void 0?null:S;if(rr!==null){var N=rr.memoizedState;if(N!==null&&R!==null){var Y=N[1];if(Ad(R,Y))return N[0]}}hr=!0;var ae=h();return hr=!1,rr.memoizedState=[ae,R],ae}function jf(h){Tn=ul(),rr=cs();var S=rr.memoizedState;if(S===null){var R={current:h};return Object.seal(R),rr.memoizedState=R,R}else return S}function Vf(h,S){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 Bu(h,S,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){au=!0;var N={action:R,next:null};Qa===null&&(Qa=new Map);var Y=Qa.get(S);if(Y===void 0)Qa.set(S,N);else{for(var ae=Y;ae.next!==null;)ae=ae.next;ae.next=N}}}function si(h,S){return iu(function(){return h},S)}function Ct(h,S,R){return ul(),S(h._source)}function La(h,S,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 ul(),h}function Ns(){throw new Error("startTransition cannot be called during server rendering.")}function Kf(){return ul(),[!1,Ns]}function sl(){var h=li,S=oi(h.treeContext),R=_a;if(R===null)throw new Error("Invalid hook call. Hooks can only be called inside of the body of a function component.");var N=ss++;return Ir(R,S,N)}function jo(){}var uf={readContext:$f,useContext:pc,useMemo:iu,useReducer:hc,useRef:jf,useState:Fl,useInsertionEffect:jo,useLayoutEffect:Vf,useCallback:si,useImperativeHandle:jo,useEffect:jo,useDebugValue:jo,useDeferredValue:Si,useTransition:Kf,useId:sl,useMutableSource:Ct,useSyncExternalStore:La},_a=null;function Vo(h){_a=h}function Ll(h){try{var S="",R=h;do{switch(R.tag){case 0:S+=Du(R.type,null,null);break;case 1:S+=As(R.type,null,null);break;case 2:S+=nf(R.type,null,null);break}R=R.parent}while(R);return S}catch(N){return`
95
- Error generating stack: `+N.message+`
96
- `+N.stack}}var cl=l.ReactCurrentDispatcher,zs=l.ReactDebugCurrentFrame,fl=0,wo=1,Wf=2,vc=3,Bl=4,Od=0,Yf=1,dl=2,sf=12800;function Is(h){return console.error(h),null}function Nu(){}function cf(h,S,R,N,Y,ae,de,Oe,Je){var Mt=[],Kt=new Set,Ht={destination:null,responseState:S,progressiveChunkSize:N===void 0?sf:N,status:Od,fatalError:null,nextSegmentId:0,allPendingTasks:0,pendingRootTasks:0,completedRootSegment:null,abortableTasks:Kt,pingedTasks:Mt,clientRenderedBoundaries:[],completedBoundaries:[],partialBoundaries:[],onError:Y===void 0?Is:Y,onAllReady:ae===void 0?Nu:ae,onShellReady:de===void 0?Nu:de,onShellError:Oe===void 0?Nu:Oe,onFatalError:Je===void 0?Nu:Je},$n=Ko(Ht,0,null,R,!1,!1);$n.parentFlushed=!0;var da=Ps(Ht,h,null,$n,Kt,ol,os,Di);return Mt.push(da),Ht}function mc(h,S){var R=h.pingedTasks;R.push(S),R.length===1&&E(function(){return bc(h)})}function ro(h,S){return{id:pi,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,forceClientRender:!1,completedSegments:[],byteSize:0,fallbackAbortableTasks:S,errorDigest:null}}function Ps(h,S,R,N,Y,ae,de,Oe){h.allPendingTasks++,R===null?h.pendingRootTasks++:R.pendingTasks++;var Je={node:S,ping:function(){return mc(h,Je)},blockedBoundary:R,blockedSegment:N,abortSet:Y,legacyContext:ae,context:de,treeContext:Oe};return Je.componentStack=null,Y.add(Je),Je}function Ko(h,S,R,N,Y,ae){return{status:fl,id:-1,index:S,parentFlushed:!1,chunks:[],children:[],formatContext:N,boundary:R,lastPushedText:Y,textEmbedded:ae}}var Ha=null;function fs(){return Ha===null||Ha.componentStack===null?"":Ll(Ha.componentStack)}function Ei(h,S){h.componentStack={tag:0,parent:h.componentStack,type:S}}function Wo(h,S){h.componentStack={tag:1,parent:h.componentStack,type:S}}function gc(h,S){h.componentStack={tag:2,parent:h.componentStack,type:S}}function Ja(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,S){{var R;typeof S=="string"?R=S:S&&typeof S.message=="string"?R=S.message:R=String(S);var N=qt||fs();qt=null,h.errorMessage=R,h.errorComponentStack=N}}function cn(h,S){var R=h.onError(S);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 Qr(h,S){var R=h.onShellError;R(S);var N=h.onFatalError;N(S),h.destination!==null?(h.status=dl,te(h.destination,S)):(h.status=Yf,h.fatalError=S)}function Co(h,S,R){Ei(S,"Suspense");var N=S.blockedBoundary,Y=S.blockedSegment,ae=R.fallback,de=R.children,Oe=new Set,Je=ro(h,Oe),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,S.blockedBoundary=Je,S.blockedSegment=Ht;try{if(vs(h,S,de),j(Ht.chunks,h.responseState,Ht.lastPushedText,Ht.textEmbedded),Ht.status=wo,bo(Je,Ht),Je.pendingTasks===0){Ja(S);return}}catch(da){Ht.status=Bl,Je.forceClientRender=!0,Je.errorDigest=cn(h,da),Wn(Je,da)}finally{S.blockedBoundary=N,S.blockedSegment=Y}var $n=Ps(h,ae,N,Kt,Oe,S.legacyContext,S.context,S.treeContext);$n.componentStack=S.componentStack,h.pingedTasks.push($n),Ja(S)}function yc(h,S,R,N){Ei(S,R);var Y=S.blockedSegment,ae=Ea(Y.chunks,R,N,h.responseState,Y.formatContext);Y.lastPushedText=!1;var de=Y.formatContext;Y.formatContext=so(de,R,N),vs(h,S,ae),Y.formatContext=de,Wa(Y.chunks,R),Y.lastPushedText=!1,Ja(S)}function ff(h){return h.prototype&&h.prototype.isReactComponent}function Sc(h,S,R,N,Y){var ae={};of(S,ae);var de=R(N,Y);return lf(R,N,de,Y)}function pl(h,S,R,N,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.",qr(N)||"a component"),$i=!0);{var de=N.childContextTypes;if(de!=null){var Oe=S.legacyContext,Je=eu(R,N,Oe,de);S.legacyContext=Je,Mi(h,S,ae),S.legacyContext=Oe;return}}Mi(h,S,ae)}function Jr(h,S,R,N){gc(S,R);var Y=lc(R,S.legacyContext),ae=$o(R,N,Y);fc(ae,R,N,Y),pl(h,S,ae,R,N),Ja(S)}var Ve={},Zn={},gn={},Yo={},$i=!1,zu=!1,Zr=!1,ou=!1;function Iu(h,S,R,N){var Y;if(Y=lc(R,S.legacyContext),Wo(S,R),R.prototype&&typeof R.prototype.render=="function"){var ae=qr(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=Sc(h,S,R,N,Y),Oe=Hf();if(typeof de=="object"&&de!==null&&typeof de.render=="function"&&de.$$typeof===void 0){var Je=qr(R)||"Unknown";Zn[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),Zn[Je]=!0)}if(typeof de=="object"&&de!==null&&typeof de.render=="function"&&de.$$typeof===void 0){{var Mt=qr(R)||"Unknown";Zn[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),Zn[Mt]=!0)}fc(de,R,N,Y),pl(h,S,de,R,N)}else if(ds(R),Oe){var Kt=S.treeContext,Ht=1,$n=0;S.treeContext=us(Kt,Ht,$n);try{Mi(h,S,de)}finally{S.treeContext=Kt}}else Mi(h,S,de);Ja(S)}function ds(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 S=qr(h)||"Unknown";Yo[S]||(u("%s: Function components do not support getDerivedStateFromProps.",S),Yo[S]=!0)}if(typeof h.contextType=="object"&&h.contextType!==null){var R=qr(h)||"Unknown";gn[R]||(u("%s: Function components do not support contextType.",R),gn[R]=!0)}}}function _o(h,S){if(h&&h.defaultProps){var R=Le({},S),N=h.defaultProps;for(var Y in N)R[Y]===void 0&&(R[Y]=N[Y]);return R}return S}function ao(h,S,R,N,Y){Wo(S,R.render);var ae=Sc(h,S,R.render,N,Y),de=Hf();if(de){var Oe=S.treeContext,Je=1,Mt=0;S.treeContext=us(Oe,Je,Mt);try{Mi(h,S,ae)}finally{S.treeContext=Oe}}else Mi(h,S,ae);Ja(S)}function ps(h,S,R,N,Y){var ae=R.type,de=_o(ae,N);Us(h,S,ae,de,Y)}function hs(h,S,R,N){R._context===void 0?R!==R.Consumer&&(ou||(ou=!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=N.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,S,de)}function Ec(h,S,R,N){var Y=R._context,ae=N.value,de=N.children,Oe;Oe=S.context,S.context=eo(Y,ae),Mi(h,S,de),S.context=tu(Y),Oe!==S.context&&u("Popping the context provider did not return back to the original snapshot. This is a bug in React.")}function Oi(h,S,R,N,Y){Ei(S,"Lazy");var ae=R._payload,de=R._init,Oe=de(ae),Je=_o(Oe,N);Us(h,S,Oe,Je,Y),Ja(S)}function Us(h,S,R,N,Y){if(typeof R=="function")if(ff(R)){Jr(h,S,R,N);return}else{Iu(h,S,R,N);return}if(typeof R=="string"){yc(h,S,R,N);return}switch(R){case zf:case Rs:case mn:case Pn:case yt:{Mi(h,S,N.children);return}case ks:{Ei(S,"SuspenseList"),Mi(h,S,N.children),Ja(S);return}case Nf:throw new Error("ReactDOMServer does not yet support scope components.");case qa:{Co(h,S,N);return}}if(typeof R=="object"&&R!==null)switch(R.$$typeof){case Xa:{ao(h,S,R,N,Y);return}case qc:{ps(h,S,R,N,Y);return}case Dr:{Ec(h,S,R,N);return}case ii:{hs(h,S,R,N);return}case Zi:{Oi(h,S,R,N);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 wc(h,S){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===S&&(Zr||u("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),Zr=!0)}function Mi(h,S,R){try{return Hs(h,S,R)}catch(N){throw typeof N=="object"&&N!==null&&typeof N.then=="function"||(qt=qt!==null?qt:fs()),N}}function Hs(h,S,R){if(S.node=R,typeof R=="object"&&R!==null){switch(R.$$typeof){case Ge:{var N=R,Y=N.type,ae=N.props,de=N.ref;Us(h,S,Y,ae,de);return}case bt: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 Oe=R,Je=Oe._payload,Mt=Oe._init,Kt;try{Kt=Mt(Je)}catch(uu){throw typeof uu=="object"&&uu!==null&&typeof uu.then=="function"&&Ei(S,"Lazy"),uu}Mi(h,S,Kt);return}}if(fe(R)){Cc(h,S,R);return}var Ht=ia(R);if(Ht){wc(R,Ht);var $n=Ht.call(R);if($n){var da=$n.next();if(!da.done){var Vi=[];do Vi.push(da.value),da=$n.next();while(!da.done);Cc(h,S,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=S.blockedSegment;Vu.lastPushedText=P(S.blockedSegment.chunks,R,h.responseState,Vu.lastPushedText);return}if(typeof R=="number"){var Un=S.blockedSegment;Un.lastPushedText=P(S.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 Cc(h,S,R){for(var N=R.length,Y=0;Y<N;Y++){var ae=S.treeContext;S.treeContext=us(ae,N,Y);try{vs(h,S,R[Y])}finally{S.treeContext=ae}}}function df(h,S,R){var N=S.blockedSegment,Y=N.chunks.length,ae=Ko(h,Y,null,N.formatContext,N.lastPushedText,!0);N.children.push(ae),N.lastPushedText=!1;var de=Ps(h,S.node,S.blockedBoundary,ae,S.abortSet,S.legacyContext,S.context,S.treeContext);S.componentStack!==null&&(de.componentStack=S.componentStack.parent);var Oe=de.ping;R.then(Oe,Oe)}function vs(h,S,R){var N=S.blockedSegment.formatContext,Y=S.legacyContext,ae=S.context,de=null;de=S.componentStack;try{return Mi(h,S,R)}catch(Oe){if(Yr(),typeof Oe=="object"&&Oe!==null&&typeof Oe.then=="function"){df(h,S,Oe),S.blockedSegment.formatContext=N,S.legacyContext=Y,S.context=ae,ll(ae),S.componentStack=de;return}else throw S.blockedSegment.formatContext=N,S.legacyContext=Y,S.context=ae,ll(ae),S.componentStack=de,Oe}}function Nl(h,S,R,N){var Y=cn(h,N);if(S===null?Qr(h,N):(S.pendingTasks--,S.forceClientRender||(S.forceClientRender=!0,S.errorDigest=Y,Wn(S,N),S.parentFlushed&&h.clientRenderedBoundaries.push(S))),h.allPendingTasks--,h.allPendingTasks===0){var ae=h.onAllReady;ae()}}function _c(h){var S=this,R=h.blockedBoundary,N=h.blockedSegment;N.status=vc,Uu(S,R,N)}function Pu(h,S,R){var N=h.blockedBoundary,Y=h.blockedSegment;if(Y.status=vc,N===null)S.allPendingTasks--,S.status!==dl&&(S.status=dl,S.destination!==null&&$(S.destination));else{if(N.pendingTasks--,!N.forceClientRender){N.forceClientRender=!0;var ae=R===void 0?new Error("The render was aborted by the server without a reason."):R;N.errorDigest=S.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 Oe=Ha;Ha=h;try{Wn(N,ae)}finally{Ha=Oe}}N.parentFlushed&&S.clientRenderedBoundaries.push(N)}if(N.fallbackAbortableTasks.forEach(function(Mt){return Pu(Mt,S,R)}),N.fallbackAbortableTasks.clear(),S.allPendingTasks--,S.allPendingTasks===0){var Je=S.onAllReady;Je()}}}function bo(h,S){if(S.chunks.length===0&&S.children.length===1&&S.children[0].boundary===null){var R=S.children[0];R.id=S.id,R.parentFlushed=!0,R.status===wo&&bo(h,R)}else{var N=h.completedSegments;N.push(S)}}function Uu(h,S,R){if(S===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=Nu;var N=h.onShellReady;N()}}else if(S.pendingTasks--,!S.forceClientRender){if(S.pendingTasks===0)R.parentFlushed&&R.status===wo&&bo(S,R),S.parentFlushed&&h.completedBoundaries.push(S),S.fallbackAbortableTasks.forEach(_c,h),S.fallbackAbortableTasks.clear();else if(R.parentFlushed&&R.status===wo){bo(S,R);var Y=S.completedSegments;Y.length===1&&S.parentFlushed&&h.partialBoundaries.push(S)}}if(h.allPendingTasks--,h.allPendingTasks===0){var ae=h.onAllReady;ae()}}function Hu(h,S){var R=S.blockedSegment;if(R.status===fl){ll(S.context);var N=null;N=Ha,Ha=S;try{Mi(h,S,S.node),j(R.chunks,h.responseState,R.lastPushedText,R.textEmbedded),S.abortSet.delete(S),R.status=wo,Uu(h,S.blockedBoundary,R)}catch(ae){if(Yr(),typeof ae=="object"&&ae!==null&&typeof ae.then=="function"){var Y=S.ping;ae.then(Y,Y)}else S.abortSet.delete(S),R.status=Bl,Nl(h,S.blockedBoundary,R,ae)}finally{Ha=N}}}function bc(h){if(h.status!==dl){var S=nu(),R=cl.current;cl.current=uf;var N;N=zs.getCurrentStack,zs.getCurrentStack=fs;var Y=_a;Vo(h.responseState);try{var ae=h.pingedTasks,de;for(de=0;de<ae.length;de++){var Oe=ae[de];Hu(h,Oe)}ae.splice(0,de),h.destination!==null&&pf(h,h.destination)}catch(Je){cn(h,Je),Qr(h,Je)}finally{Vo(Y),cl.current=R,zs.getCurrentStack=N,R===uf&&ll(S)}}}function $u(h,S,R){switch(R.parentFlushed=!0,R.status){case fl:{var N=R.id=h.nextSegmentId++;return R.lastPushedText=!1,R.textEmbedded=!1,Ji(S,h.responseState,N)}case wo:{R.status=Wf;for(var Y=!0,ae=R.chunks,de=0,Oe=R.children,Je=0;Je<Oe.length;Je++){for(var Mt=Oe[Je];de<Mt.index;de++)k(S,ae[de]);Y=ms(h,S,Mt)}for(;de<ae.length-1;de++)k(S,ae[de]);return de<ae.length&&(Y=B(S,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 ms(h,S,R){var N=R.boundary;if(N===null)return $u(h,S,R);if(N.parentFlushed=!0,N.forceClientRender)return ue(S,h.responseState,N.errorDigest,N.errorMessage,N.errorComponentStack),$u(h,S,R),ze(S,h.responseState);if(N.pendingTasks>0){N.rootSegmentID=h.nextSegmentId++,N.completedSegments.length>0&&h.partialBoundaries.push(N);var Y=N.id=Kr(h.responseState);return vo(S,h.responseState,Y),$u(h,S,R),Ya(S,h.responseState)}else{if(N.byteSize>h.progressiveChunkSize)return N.rootSegmentID=h.nextSegmentId++,h.completedBoundaries.push(N),vo(S,h.responseState,N.id),$u(h,S,R),Ya(S,h.responseState);Z(S,h.responseState);var ae=N.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 ms(h,S,de),Ee(S,h.responseState)}}function $s(h,S,R){return ql(S,h.responseState,R.id,R.errorDigest,R.errorMessage,R.errorComponentStack)}function js(h,S,R){return _e(S,h.responseState,R.formatContext,R.id),ms(h,S,R),De(S,R.formatContext)}function lu(h,S,R){for(var N=R.completedSegments,Y=0;Y<N.length;Y++){var ae=N[Y];ji(h,S,R,ae)}return N.length=0,Gc(S,h.responseState,R.id,R.rootSegmentID)}function ju(h,S,R){for(var N=R.completedSegments,Y=0;Y<N.length;Y++){var ae=N[Y];if(!ji(h,S,R,ae))return Y++,N.splice(0,Y),!1}return N.splice(0,Y),!0}function ji(h,S,R,N){if(N.status===Wf)return!0;var Y=N.id;if(Y===-1){var ae=N.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 js(h,S,N)}else return js(h,S,N),Rr(S,h.responseState,Y)}function pf(h,S){try{var R=h.completedRootSegment;R!==null&&h.pendingRootTasks===0&&(ms(h,S,R),h.completedRootSegment=null,co(S,h.responseState));var N=h.clientRenderedBoundaries,Y;for(Y=0;Y<N.length;Y++){var ae=N[Y];if(!$s(h,S,ae)){h.destination=null,Y++,N.splice(0,Y);return}}N.splice(0,Y);var de=h.completedBoundaries;for(Y=0;Y<de.length;Y++){var Oe=de[Y];if(!lu(h,S,Oe)){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,S,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(!lu(h,S,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."),$(S))}}function Gr(h){E(function(){return bc(h)})}function m(h,S){if(h.status===Yf){h.status=dl,te(S,h.fatalError);return}if(h.status!==dl&&h.destination===null){h.destination=S;try{pf(h,S)}catch(R){cn(h,R),Qr(h,R)}}}function C(h,S){try{var R=h.abortableTasks;R.forEach(function(N){return Pu(N,h,S)}),R.clear(),h.destination!==null&&pf(h,h.destination)}catch(N){cn(h,N),Qr(h,N)}}function M(){}function H(h,S,R,N){var Y=!1,ae=null,de="",Oe={push:function(Ht){return Ht!==null&&(de+=Ht),!0},destroy:function(Ht){Y=!0,ae=Ht}},Je=!1;function Mt(){Je=!0}var Kt=cf(h,w(R,S?S.identifierPrefix:void 0),O(),1/0,M,void 0,Mt,void 0,void 0);if(Gr(Kt),C(Kt,N),m(Kt,Oe),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,S){return H(h,S,!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,S){return H(h,S,!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 Be(){throw new Error("ReactDOMServer.renderToStaticNodeStream(): The streaming API is not available in the browser. Use ReactDOMServer.renderToStaticMarkup() instead.")}dp.renderToNodeStream=he,dp.renderToStaticMarkup=ce,dp.renderToStaticNodeStream=Be,dp.renderToString=Q,dp.version=i}()),dp}var cm={};/**
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 O4;function Fb(){return O4||(O4=1,process.env.NODE_ENV!=="production"&&function(){var o=er.default,i="18.2.0",l=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function f(m){{for(var C=arguments.length,M=new Array(C>1?C-1:0),H=1;H<C;H++)M[H-1]=arguments[H];g("warn",m,M)}}function u(m){{for(var C=arguments.length,M=new Array(C>1?C-1:0),H=1;H<C;H++)M[H-1]=arguments[H];g("error",m,M)}}function g(m,C,M){{var H=l.ReactDebugCurrentFrame,Q=H.getStackAddendum();Q!==""&&(C+="%s",M=M.concat([Q]));var ce=M.map(function(he){return String(he)});ce.unshift("Warning: "+C),Function.prototype.apply.call(console[m],console,ce)}}function E(m){m()}var A=512,k=null,B=0;function q(m){k=new Uint8Array(A),B=0}function $(m,C){if(C.length!==0){if(C.length>A){B>0&&(m.enqueue(new Uint8Array(k.buffer,0,B)),k=new Uint8Array(A),B=0),m.enqueue(C);return}var M=C,H=k.length-B;H<M.length&&(H===0?m.enqueue(k):(k.set(M.subarray(0,H),B),m.enqueue(k),M=M.subarray(H)),k=new Uint8Array(A),B=0),k.set(M,B),B+=M.length}}function K(m,C){return $(m,C),!0}function J(m){k&&B>0&&(m.enqueue(new Uint8Array(k.buffer,0,B)),k=null,B=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,M=C&&m[Symbol.toStringTag]||m.constructor.name||"Object";return M}}function we(m){try{return Fe(m),!1}catch{return!0}}function Fe(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)),Fe(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)),Fe(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)),Fe(m)}var Xe=Object.prototype.hasOwnProperty,ht=0,Ze=1,ut=2,He=3,rt=4,Xt=5,kt=6,Nt=":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=Nt+"\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040",et=new RegExp("^["+Nt+"]["+$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,M,H){if(M!==null&&M.type===ht)return!1;switch(typeof C){case"function":case"symbol":return!0;case"boolean":{if(H)return!1;if(M!==null)return!M.acceptsBooleans;var Q=m.toLowerCase().slice(0,5);return Q!=="data-"&&Q!=="aria-"}default:return!1}}function Qn(m){return wt.hasOwnProperty(m)?wt[m]:null}function Dt(m,C,M,H,Q,ce,he){this.acceptsBooleans=C===ut||C===He||C===rt,this.attributeName=H,this.attributeNamespace=Q,this.mustUseProperty=M,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],M=m[1];wt[C]=new Dt(C,Ze,!1,M,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 Er(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[Er(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={},Bn=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 M="aria-"+C.slice(4).toLowerCase(),H=cr.hasOwnProperty(M)?M: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(Bn.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 M=[];for(var H in C){var Q=nr(m,H);Q||M.push(H)}var ce=M.map(function(he){return"`"+he+"`"}).join(", ");M.length===1?u("Invalid aria prop %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",ce,m):M.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 _t=!1;function Rn(m,C){{if(m!=="input"&&m!=="textarea"&&m!=="select")return;C!=null&&C.value===null&&!_t&&(_t=!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={},ma=/^on./,Fr=/^on[^A-Z]/,vt=new RegExp("^(aria)-["+$e+"]*$"),Lt=new RegExp("^(aria)[A-Z]["+$e+"]*$");ur=function(m,C,M,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 Be=he.hasOwnProperty(Q)?he[Q]:null;if(Be!=null)return u("Invalid event handler property `%s`. Did you mean `%s`?",C,Be),Vt[C]=!0,!0;if(ma.test(C))return u("Unknown event handler property `%s`. It will be ignored.",C),Vt[C]=!0,!0}else if(ma.test(C))return Fr.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)||Lt.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"&&M!==null&&M!==void 0&&typeof M!="string")return u("Received a `%s` for a string attribute `is`. If this is expected, cast the value to a string.",typeof M),Vt[C]=!0,!0;if(typeof M=="number"&&isNaN(M))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=Qn(C),S=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(!S&&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 M=="boolean"&&tr(C,M,h,!1)?(M?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()}.',M,C,C,M,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.',M,C,C,M,C,C,C),Vt[C]=!0,!0):S?!0:tr(C,M,h,!1)?(Vt[C]=!0,!1):((M==="false"||M==="true")&&h!==null&&h.type===He&&(u("Received the string `%s` for the boolean attribute `%s`. %s Did you mean %s={%s}?",M,C,M==="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,M),Vt[C]=!0),!0)}}var bn=function(m,C,M){{var H=[];for(var Q in C){var ce=ur(m,Q,C[Q],M);ce||H.push(Q)}var he=H.map(function(Be){return"`"+Be+"`"}).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,M){Vn(m,C)||bn(m,C,M)}var wn=function(){};{var xr=/^(?:webkit|moz|o)[A-Z]/,In=/^-ms-/,ga=/-(.)/g,Mn=/;\s*$/,Kn={},Xn={},Ut=!1,ka=!1,Ra=function(m){return m.replace(ga,function(C,M){return M.toUpperCase()})},ja=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)))},Bi=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,"")))},Tr=function(m,C){Ut||(Ut=!0,u("`NaN` is an invalid value for the `%s` css style property.",m))},Lr=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?ja(m):xr.test(m)?xa(m):Mn.test(C)&&Bi(m,C),typeof C=="number"&&(isNaN(C)?Tr(m,C):isFinite(C)||Lr(m,C))}}var di=wn,qi=/["'&<>]/;function ni(m){ct(m);var C=""+m,M=qi.exec(C);if(!M)return C;var H,Q="",ce,he=0;for(ce=M.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 wr(m){return typeof m=="boolean"||typeof m=="number"?""+m:ni(m)}var Da=/([A-Z])/g,Va=/^ms-/;function _i(m){return m.replace(Da,"-$1").toLowerCase().replace(Va,"-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="'),Nr=oe('<script type="module" src="'),ir=oe('" async=""><\/script>');function Ot(m){return ct(m),(""+m).replace(Cr,ya)}var Cr=/(<\/|<)(s)(cript)/gi,ya=function(m,C,M,H){return""+C+(M==="s"?"\\u0073":"\\u0053")+H};function ri(m,C,M,H,Q){var ce=m===void 0?"":m,he=C===void 0?Fn:oe('<script nonce="'+wr(C)+'">'),Be=[];if(M!==void 0&&Be.push(he,ie(Ot(M)),en),H!==void 0)for(var h=0;h<H.length;h++)Be.push(ft,ie(wr(H[h])),ir);if(Q!==void 0)for(var S=0;S<Q.length;S++)Be.push(Nr,ie(wr(Q[S])),ir);return{bootstrapChunks:Be,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,oa=2,vn=3,zr=4,so=5,pi=6,Kr=7;function Ir(m,C){return{insertionMode:m,selectedValue:C}}function bi(m){var C=m==="http://www.w3.org/2000/svg"?oa:m==="http://www.w3.org/1998/Math/MathML"?vn:Sn;return Ir(C,null)}function la(m,C,M){switch(C){case"select":return Ir(fr,M.value!=null?M.value:M.defaultValue);case"svg":return Ir(oa,null);case"math":return Ir(vn,null);case"foreignObject":return Ir(fr,null);case"table":return Ir(zr,null);case"thead":case"tbody":case"tfoot":return Ir(so,null);case"colgroup":return Ir(Kr,null);case"tr":return Ir(pi,null)}return m.insertionMode>=zr||m.insertionMode===Sn?Ir(fr,null):m}var Lo=null;function bl(m){var C=m.nextSuspenseID++;return oe(m.boundaryPrefix+C.toString(16))}function xl(m,C,M){var H=m.idPrefix,Q=":"+H+"R"+C;return M>0&&(Q+="H"+M.toString(32)),Q+":"}function Ni(m){return wr(m)}var hi=oe("<!-- -->");function vi(m,C,M,H){return C===""?H:(H&&m.push(hi),m.push(ie(Ni(C))),!0)}function Aa(m,C,M,H){M&&H&&m.push(hi)}var x=new Map;function z(m){var C=x.get(m);if(C!==void 0)return C;var M=oe(wr(_i(m)));return x.set(m,M),M}var G=oe(' style="'),ne=oe(":"),Te=oe(";");function ye(m,C,M){if(typeof M!="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 M)if(!!Xe.call(M,Q)){var ce=M[Q];if(!(ce==null||typeof ce=="boolean"||ce==="")){var he=void 0,Be=void 0,h=Q.indexOf("--")===0;h?(he=ie(wr(Q)),je(ce,Q),Be=ie(wr((""+ce).trim()))):(di(Q,ce),he=z(Q),typeof ce=="number"?ce!==0&&!Xe.call(An,Q)?Be=ie(ce+"px"):Be=ie(""+ce):(je(ce,Q),Be=ie(wr((""+ce).trim())))),H?(H=!1,m.push(G,he,ne,Be)):m.push(Te,he,ne,Be)}}H||m.push(dt)}var Pe=oe(" "),at=oe('="'),dt=oe('"'),St=oe('=""');function Gt(m,C,M,H){switch(M){case"style":{ye(m,C,H);return}case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":return}if(!(M.length>2&&(M[0]==="o"||M[0]==="O")&&(M[1]==="n"||M[1]==="N"))){var Q=Qn(M);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(Pe,he,St);return;case rt:H===!0?m.push(Pe,he,St):H===!1||m.push(Pe,he,at,ie(wr(H)),dt);return;case Xt:isNaN(H)||m.push(Pe,he,at,ie(wr(H)),dt);break;case kt:!isNaN(H)&&H>=1&&m.push(Pe,he,at,ie(wr(H)),dt);break;default:Q.sanitizeURL&&(nt(H,ce),H=""+H,mt(H)),m.push(Pe,he,at,ie(wr(H)),dt)}}else if(Et(M)){switch(typeof H){case"function":case"symbol":return;case"boolean":{var Be=M.toLowerCase().slice(0,5);if(Be!=="data-"&&Be!=="aria-")return}}m.push(Pe,ie(M),at,ie(wr(H)),dt)}}}var qn=oe(">"),ln=oe("/>");function Wr(m,C,M){if(C!=null){if(M!=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 na=!1,un=!1,Sa=!1,Br=!1,ra=!1,Ta=!1,Ka=!1;function _r(m,C){{var M=m[C];if(M!=null){var H=hn(M);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 vr(m,C,M){on("select",C),_r(C,"value"),_r(C,"defaultValue"),C.value!==void 0&&C.defaultValue!==void 0&&!Sa&&(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"),Sa=!0),m.push(Wa("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,M,ce,he);break}}return m.push(qn),Wr(m,Q,H),H}function Bo(m){var C="";return o.Children.forEach(m,function(M){M!=null&&(C+=M,!ra&&typeof M!="string"&&typeof M!="number"&&(ra=!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 ua(m,C,M,H){var Q=H.selectedValue;m.push(Wa("option"));var ce=null,he=null,Be=null,h=null;for(var S in C)if(Xe.call(C,S)){var R=C[S];if(R==null)continue;switch(S){case"children":ce=R;break;case"selected":Be=R,Ka||(u("Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>."),Ka=!0);break;case"dangerouslySetInnerHTML":h=R;break;case"value":he=R;default:Gt(m,M,S,R);break}}if(Q!=null){var N;if(he!==null?(nt(he,"value"),N=""+he):(h!==null&&(Ta||(Ta=!0,u("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected."))),N=Bo(ce)),hn(Q))for(var Y=0;Y<Q.length;Y++){nt(Q[Y],"value");var ae=""+Q[Y];if(ae===N){m.push(za);break}}else nt(Q,"select.value"),""+Q===N&&m.push(za)}else Be&&m.push(za);return m.push(qn),Wr(m,h,ce),ce}function dr(m,C,M){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&&!na&&(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),na=!0),m.push(Wa("input"));var H=null,Q=null,ce=null,he=null;for(var Be in C)if(Xe.call(C,Be)){var h=C[Be];if(h==null)continue;switch(Be){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,M,Be,h);break}}return ce!==null?Gt(m,M,"checked",ce):he!==null&&Gt(m,M,"checked",he),H!==null?Gt(m,M,"value",H):Q!==null&&Gt(m,M,"value",Q),m.push(ln),null}function zi(m,C,M){on("textarea",C),C.value!==void 0&&C.defaultValue!==void 0&&!Br&&(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"),Br=!0),m.push(Wa("textarea"));var H=null,Q=null,ce=null;for(var he in C)if(Xe.call(C,he)){var Be=C[he];if(Be==null)continue;switch(he){case"children":ce=Be;break;case"value":H=Be;break;case"defaultValue":Q=Be;break;case"dangerouslySetInnerHTML":throw new Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");default:Gt(m,M,he,Be);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(Ni(""+H)))),null}function xi(m,C,M,H){m.push(Wa(M));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(M+" 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 nl(m,C,M){m.push(Wa("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,M,H,Q);break}}return m.push(qn),null}function pr(m,C,M){m.push(Wa("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,M,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,M,H){m.push(Wa(M));var Q=null,ce=null;for(var he in C)if(Xe.call(C,he)){var Be=C[he];if(Be==null)continue;switch(he){case"children":Q=Be;break;case"dangerouslySetInnerHTML":ce=Be;break;default:Gt(m,H,he,Be);break}}return m.push(qn),Wr(m,ce,Q),typeof Q=="string"?(m.push(ie(Ni(Q))),null):Q}function br(m,C,M,H){m.push(Wa(M));var Q=null,ce=null;for(var he in C)if(Xe.call(C,he)){var Be=C[he];if(Be==null)continue;switch(he){case"children":Q=Be;break;case"dangerouslySetInnerHTML":ce=Be;break;case"style":ye(m,H,Be);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":break;default:Et(he)&&typeof Be!="function"&&typeof Be!="symbol"&&m.push(Pe,ie(he),at,ie(wr(Be)),dt);break}}return m.push(qn),Wr(m,ce,Q),Q}var Oa=oe(`
106
- `);function Ea(m,C,M,H){m.push(Wa(M));var Q=null,ce=null;for(var he in C)if(Xe.call(C,he)){var Be=C[he];if(Be==null)continue;switch(he){case"children":Q=Be;break;case"dangerouslySetInnerHTML":ce=Be;break;default:Gt(m,H,he,Be);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 Wa(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 rl(m,C,M,H,Q){switch(Ft(C,M),Rn(C,M),ar(C,M,null),!M.suppressContentEditableWarning&&M.contentEditable&&M.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!==oa&&Q.insertionMode!==vn&&C.indexOf("-")===-1&&typeof M.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 vr(m,M,H);case"option":return ua(m,M,H,Q);case"textarea":return zi(m,M,H);case"input":return dr(m,M,H);case"menuitem":return nl(m,M,H);case"title":return pr(m,M,H);case"listing":case"pre":return Ea(m,M,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,M,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,M,C,H);case"html":return Q.insertionMode===Sn&&m.push(co),mi(m,M,C,H);default:return C.indexOf("-")===-1&&typeof M.is!="string"?mi(m,M,C,H):br(m,M,C,H)}}var Cu=oe("</"),Ji=oe(">");function No(m,C,M){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 jl(m,C){for(var M=C.bootstrapChunks,H=0;H<M.length-1;H++)$(m,M[H]);return H<M.length?K(m,M[H]):!0}var _u=oe('<template id="'),fo=oe('"></template>');function po(m,C,M){$(m,_u),$(m,C.placeholderPrefix);var H=ie(M.toString(16));return $(m,H),K(m,fo)}var Vl=oe("<!--$-->"),Ma=oe('<!--$?--><template id="'),gi=oe('"></template>'),Ii=oe("<!--$!-->"),ho=oe("<!--/$-->"),Tl=oe("<template"),Jn=oe('"'),vo=oe(' data-dgst="'),mo=oe(' data-msg="'),sa=oe(' data-stck="'),Ya=oe("></template>");function Kl(m,C){return K(m,Vl)}function kl(m,C,M){if($(m,Ma),M===null)throw new Error("An ID must have been assigned before we can complete the boundary.");return $(m,M),K(m,gi)}function ai(m,C,M,H,Q){var ce;return ce=K(m,Ii),$(m,Tl),M&&($(m,vo),$(m,ie(wr(M))),$(m,Jn)),H&&($(m,mo),$(m,ie(wr(H))),$(m,Jn)),Q&&($(m,sa),$(m,ie(wr(Q))),$(m,Jn)),ce=K(m,Ya),ce}function aa(m,C){return K(m,ho)}function Xr(m,C){return K(m,ho)}function Wl(m,C){return K(m,ho)}var es=oe('<div hidden id="'),bu=oe('">'),xs=oe("</div>"),kr=oe('<svg aria-hidden="true" style="display:none" id="'),zo=oe('">'),Rl=oe("</svg>"),Ga=oe('<math aria-hidden="true" style="display:none" id="'),Yl=oe('">'),Gl=oe("</math>"),ki=oe('<table hidden id="'),xu=oe('">'),T=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,M,H){switch(M.insertionMode){case Sn:case fr:return $(m,es),$(m,C.segmentPrefix),$(m,ie(H.toString(16))),K(m,bu);case oa:return $(m,kr),$(m,C.segmentPrefix),$(m,ie(H.toString(16))),K(m,zo);case vn:return $(m,Ga),$(m,C.segmentPrefix),$(m,ie(H.toString(16))),K(m,Yl);case zr: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 Kr: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 mr(m,C){switch(C.insertionMode){case Sn:case fr:return K(m,xs);case oa:return K(m,Rl);case vn:return K(m,Gl);case zr:return K(m,T);case so:return K(m,re);case pi:return K(m,De);case Kr: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)}",Pr='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()}}',Rr='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("'),Xl=oe('$RS("'),Po=oe('","'),Ts=oe('")<\/script>');function Gc(m,C,M){$(m,C.startInlineScript),C.sentCompleteSegmentFunction?$(m,Xl):(C.sentCompleteSegmentFunction=!0,$(m,Io)),$(m,C.segmentPrefix);var H=ie(M.toString(16));return $(m,H),$(m,Po),$(m,C.placeholderPrefix),$(m,H),K(m,Ts)}var nc=oe(Pr+';$RC("'),Xc=oe('$RC("'),rc=oe('","'),ts=oe('")<\/script>');function Dl(m,C,M,H){if($(m,C.startInlineScript),C.sentCompleteBoundaryFunction?$(m,Xc):(C.sentCompleteBoundaryFunction=!0,$(m,nc)),M===null)throw new Error("An ID must have been assigned before we can complete the boundary.");var Q=ie(H.toString(16));return $(m,M),$(m,rc),$(m,C.segmentPrefix),$(m,Q),K(m,ts)}var ql=oe(Rr+';$RX("'),Tu=oe('$RX("'),d=oe('"'),w=oe(")<\/script>"),O=oe(",");function P(m,C,M,H,Q,ce){if($(m,C.startInlineScript),C.sentClientRenderFunction?$(m,Tu):(C.sentClientRenderFunction=!0,$(m,ql)),M===null)throw new Error("An ID must have been assigned before we can complete the boundary.");return $(m,M),$(m,d),(H||Q||ce)&&($(m,O),$(m,ie(Z(H||"")))),(Q||ce)&&($(m,O),$(m,ie(Z(Q||"")))),ce&&($(m,O),$(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(M){switch(M){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"),ze=Symbol.for("react.portal"),Le=Symbol.for("react.fragment"),Ge=Symbol.for("react.strict_mode"),bt=Symbol.for("react.profiler"),yt=Symbol.for("react.provider"),mn=Symbol.for("react.context"),Pn=Symbol.for("react.forward_ref"),Dr=Symbol.for("react.suspense"),ii=Symbol.for("react.suspense_list"),Xa=Symbol.for("react.memo"),qa=Symbol.for("react.lazy"),ks=Symbol.for("react.scope"),qc=Symbol.for("react.debug_trace_mode"),Zi=Symbol.for("react.legacy_hidden"),Nf=Symbol.for("react.default_value"),Rs=Symbol.iterator,zf="@@iterator";function Dd(m){if(m===null||typeof m!="object")return null;var C=Rs&&m[Rs]||m[zf];return typeof C=="function"?C:null}function ac(m,C,M){var H=m.displayName;if(H)return H;var Q=C.displayName||C.name||"";return Q!==""?M+"("+Q+")":M}function ku(m){return m.displayName||"Context"}function ia(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 Le:return"Fragment";case ze:return"Portal";case bt:return"Profiler";case Ge:return"StrictMode";case Dr:return"Suspense";case ii:return"SuspenseList"}if(typeof m=="object")switch(m.$$typeof){case mn:var C=m;return ku(C)+".Consumer";case yt:var M=m;return ku(M._context)+".Provider";case Pn:return ac(m,m.render,"ForwardRef");case Xa:var H=m.displayName||null;return H!==null?H:ia(m.type)||"Memo";case qa:{var Q=m,ce=Q._payload,he=Q._init;try{return ia(he(ce))}catch{return null}}}return null}var ns=0,Pa,qr,rs,Qc,Jc,Zc,ef;function al(){}al.__reactDisabledLog=!0;function Ds(){{if(ns===0){Pa=console.log,qr=console.info,rs=console.warn,Qc=console.error,Jc=console.group,Zc=console.groupCollapsed,ef=console.groupEnd;var m={configurable:!0,enumerable:!0,value:al,writable:!0};Object.defineProperties(console,{info:m,log:m,warn:m,error:m,group:m,groupCollapsed:m,groupEnd:m})}ns++}}function Ru(){{if(ns--,ns===0){var m={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:ue({},m,{value:Pa}),info:ue({},m,{value:qr}),warn:ue({},m,{value:rs}),error:ue({},m,{value:Qc}),group:ue({},m,{value:Jc}),groupCollapsed:ue({},m,{value:Zc}),groupEnd:ue({},m,{value:ef})})}ns<0&&u("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var tf=l.ReactCurrentDispatcher,as;function Ql(m,C,M){{if(as===void 0)try{throw Error()}catch(Q){var H=Q.stack.trim().match(/\n( *(at )?)/);as=H&&H[1]||""}return`
109
- `+as+m}}var ic=!1,is;{var Du=typeof WeakMap=="function"?WeakMap:Map;is=new Du}function Ar(m,C){if(!m||ic)return"";{var M=is.get(m);if(M!==void 0)return M}var H;ic=!0;var Q=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var ce;ce=tf.current,tf.current=null,Ds();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 Be=de.stack.split(`
110
- `),h=H.stack.split(`
111
- `),S=Be.length-1,R=h.length-1;S>=1&&R>=0&&Be[S]!==h[R];)R--;for(;S>=1&&R>=0;S--,R--)if(Be[S]!==h[R]){if(S!==1||R!==1)do if(S--,R--,R<0||Be[S]!==h[R]){var N=`
112
- `+Be[S].replace(" at new "," at ");return m.displayName&&N.includes("<anonymous>")&&(N=N.replace("<anonymous>",m.displayName)),typeof m=="function"&&is.set(m,N),N}while(S>=1&&R>=0);break}}}finally{ic=!1,tf.current=ce,Ru(),Error.prepareStackTrace=Q}var Y=m?m.displayName||m.name:"",ae=Y?Ql(Y):"";return typeof m=="function"&&is.set(m,ae),ae}function il(m,C,M){return Ar(m,!0)}function Al(m,C,M){return Ar(m,!1)}function Au(m){var C=m.prototype;return!!(C&&C.isReactComponent)}function nf(m,C,M){if(m==null)return"";if(typeof m=="function")return Ar(m,Au(m));if(typeof m=="string")return Ql(m);switch(m){case Dr:return Ql("Suspense");case ii:return Ql("SuspenseList")}if(typeof m=="object")switch(m.$$typeof){case Pn:return Al(m.render);case Xa:return nf(m.type,C,M);case qa:{var H=m,Q=H._payload,ce=H._init;try{return nf(ce(Q),C,M)}catch{}}}return""}var As={},Os=l.ReactDebugCurrentFrame;function Ol(m){if(m){var C=m._owner,M=nf(m.type,m._source,C?C.type:null);Os.setExtraStackFrame(M)}else Os.setExtraStackFrame(null)}function Jl(m,C,M,H,Q){{var ce=Function.call.bind(Xe);for(var he in m)if(ce(m,he)){var Be=void 0;try{if(typeof m[he]!="function"){var h=Error((H||"React class")+": "+M+" 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}Be=m[he](C,he,H,M,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(S){Be=S}Be&&!(Be instanceof Error)&&(Ol(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",M,he,typeof Be),Ol(null)),Be instanceof Error&&!(Be.message in As)&&(As[Be.message]=!0,Ol(Q),u("Failed %s type: %s",M,Be.message),Ol(null))}}}var Ms;Ms={};var Zl={};Object.freeze(Zl);function If(m,C){{var M=m.contextTypes;if(!M)return Zl;var H={};for(var Q in M)H[Q]=C[Q];{var ce=ia(m)||"Unknown";Jl(M,H,"context",ce)}return H}}function oc(m,C,M,H){{if(typeof m.getChildContext!="function"){{var Q=ia(C)||"Unknown";Ms[Q]||(Ms[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 M}var ce=m.getChildContext();for(var he in ce)if(!(he in H))throw new Error((ia(C)||"Unknown")+'.getChildContext(): key "'+he+'" is not defined in childContextTypes.');{var Be=ia(C)||"Unknown";Jl(H,ce,"child context",Be)}return ue({},M,ce)}}var ol;ol={};var lc=null,eu=null;function go(m){m.context._currentValue=m.parentValue}function os(m){m.context._currentValue=m.value}function Ri(m,C){if(m!==C){go(m);var M=m.parent,H=C.parent;if(M===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(M,H)}os(C)}}function uc(m){go(m);var C=m.parent;C!==null&&uc(C)}function Fs(m){var C=m.parent;C!==null&&Fs(C),os(m)}function ls(m,C){go(m);var M=m.parent;if(M===null)throw new Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");M.depth===C.depth?Ri(M,C):ls(M,C)}function Pf(m,C){var M=C.parent;if(M===null)throw new Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");m.depth===M.depth?Ri(m,M):Pf(m,M),os(C)}function Uo(m){var C=eu,M=m;C!==M&&(C===null?Fs(M):M===null?uc(C):C.depth===M.depth?Ri(C,M):C.depth>M.depth?ls(C,M):Pf(C,M),eu=M)}function Ho(m,C){var M;M=m._currentValue,m._currentValue=C,m._currentRenderer!==void 0&&m._currentRenderer!==null&&m._currentRenderer!==ol&&u("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),m._currentRenderer=ol;var H=eu,Q={parent:H,depth:H===null?0:H.depth+1,context:m,parentValue:M,value:C};return eu=Q,Q}function Ls(m){var C=eu;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 M=C.parentValue;M===Nf?C.context._currentValue=C.context._defaultValue:C.context._currentValue=M,m._currentRenderer!==void 0&&m._currentRenderer!==null&&m._currentRenderer!==ol&&u("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),m._currentRenderer=ol}return eu=C.parent}function ll(){return eu}function eo(m){var C=m._currentValue;return C}function tu(m){return m._reactInternals}function nu(m,C){m._reactInternals=C}var Ou={},rf={},sc,Pi,Mu,Ml,rn,yo,Ur,Ln,or;{sc=new Set,Pi=new Set,Mu=new Set,Ur=new Set,Ml=new Set,Ln=new Set,or=new Set;var gr=new Set;yo=function(m,C){if(!(m===null||typeof m=="function")){var M=C+"_"+m;gr.has(M)||(gr.add(M),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 M=ia(m)||"Component";Ml.has(M)||(Ml.add(M),u("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",M))}}}function So(m,C){{var M=m.constructor,H=M&&ia(M)||"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,M){var H=tu(m);H.queue===null?So(m,"setState"):(H.queue.push(C),M!=null&&yo(M,"setState"))},enqueueReplaceState:function(m,C,M){var H=tu(m);H.replace=!0,H.queue=[C],M!=null&&yo(M,"setState")},enqueueForceUpdate:function(m,C){var M=tu(m);M.queue===null?So(m,"forceUpdate"):C!=null&&yo(C,"setState")}};function wa(m,C,M,H,Q){var ce=M(Q,H);rn(C,ce);var he=ce==null?H:ue({},H,ce);return he}function Ui(m,C,M){var H=Zl,Q=m.contextType;if("contextType"in m){var ce=Q===null||Q!==void 0&&Q.$$typeof===mn&&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",ia(m)||"Component",he)}}typeof Q=="object"&&Q!==null?H=eo(Q):H=M;var Be=new m(C,H);{if(typeof m.getDerivedStateFromProps=="function"&&(Be.state===null||Be.state===void 0)){var h=ia(m)||"Component";sc.has(h)||(sc.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,Be.state===null?"null":"undefined",h))}if(typeof m.getDerivedStateFromProps=="function"||typeof Be.getSnapshotBeforeUpdate=="function"){var S=null,R=null,N=null;if(typeof Be.componentWillMount=="function"&&Be.componentWillMount.__suppressDeprecationWarning!==!0?S="componentWillMount":typeof Be.UNSAFE_componentWillMount=="function"&&(S="UNSAFE_componentWillMount"),typeof Be.componentWillReceiveProps=="function"&&Be.componentWillReceiveProps.__suppressDeprecationWarning!==!0?R="componentWillReceiveProps":typeof Be.UNSAFE_componentWillReceiveProps=="function"&&(R="UNSAFE_componentWillReceiveProps"),typeof Be.componentWillUpdate=="function"&&Be.componentWillUpdate.__suppressDeprecationWarning!==!0?N="componentWillUpdate":typeof Be.UNSAFE_componentWillUpdate=="function"&&(N="UNSAFE_componentWillUpdate"),S!==null||R!==null||N!==null){var Y=ia(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,S!==null?`
120
- `+S:"",R!==null?`
121
- `+R:"",N!==null?`
122
- `+N:""))}}}return Be}function Eo(m,C,M){{var H=ia(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&&!Ln.has(C)&&(Ln.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.",ia(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!==M;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.",ia(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 ca(m,C){var M=C.state;if(typeof C.componentWillMount=="function"){if(C.componentWillMount.__suppressDeprecationWarning!==!0){var H=ia(m)||"Unknown";rf[H]||(f(`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),rf[H]=!0)}C.componentWillMount()}typeof C.UNSAFE_componentWillMount=="function"&&C.UNSAFE_componentWillMount(),M!==C.state&&(u("%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",ia(m)||"Component"),Cn.enqueueReplaceState(C,C.state,null))}function $o(m,C,M,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,Be=!0,h=ce?1:0;h<Q.length;h++){var S=Q[h],R=typeof S=="function"?S.call(C,he,M,H):S;R!=null&&(Be?(Be=!1,he=ue({},he,R)):ue(he,R))}C.state=he}}else m.queue=null}function ru(m,C,M,H){Eo(m,C,M);var Q=m.state!==void 0?m.state:null;m.updater=Cn,m.props=M,m.state=Q;var ce={queue:[],replace:!1};nu(m,ce);var he=C.contextType;if(typeof he=="object"&&he!==null?m.context=eo(he):m.context=H,m.state===M){var Be=ia(C)||"Component";Ur.has(Be)||(Ur.add(Be),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.",Be))}var h=C.getDerivedStateFromProps;typeof h=="function"&&(m.state=wa(m,C,h,Q,M)),typeof C.getDerivedStateFromProps!="function"&&typeof m.getSnapshotBeforeUpdate!="function"&&(typeof m.UNSAFE_componentWillMount=="function"||typeof m.componentWillMount=="function")&&(ca(C,m),$o(ce,m,M,H))}var cc={id:1,overflow:""};function af(m){var C=m.overflow,M=m.id,H=M&~oi(M);return H.toString(32)+C}function fc(m,C,M){var H=m.id,Q=m.overflow,ce=Di(H)-1,he=H&~(1<<ce),Be=M+1,h=Di(C)+ce;if(h>30){var S=ce-ce%5,R=(1<<S)-1,N=(he&R).toString(32),Y=he>>S,ae=ce-S,de=Di(C)+ae,Oe=Be<<ae,Je=Oe|Y,Mt=N+Q;return{id:1<<de|Je,overflow:Mt}}else{var Kt=Be<<ce,Ht=Kt|he,$n=Q;return{id:1<<h|Ht,overflow:$n}}}function Di(m){return 32-us(m)}function oi(m){return 1<<Di(m)-1}var us=Math.clz32?Math.clz32:to,Bs=Math.log,Uf=Math.LN2;function to(m){var C=m>>>0;return C===0?32:31-(Bs(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,Lu=null,yi=null,Tn=null,li=!1,Ca=!1,rr=0,fa=null,au=0,ss=25,Qa=!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 Qa&&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 M=0;M<C.length&&M<m.length;M++)if(!no(m[M],C[M]))return!1;return!0}function ui(){if(au>0)throw new Error("Rendered more hooks than during the previous render");return{memoizedState:null,queue:null,next:null}}function ul(){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,Lu=m,Qa=!1,rr=0}function dc(m,C,M,H){for(;Ca;)Ca=!1,rr=0,au+=1,Tn=null,M=m(C,H);return of(),M}function cs(){var m=rr!==0;return m}function of(){Qa=!1,Hi=null,Lu=null,Ca=!1,yi=null,au=0,fa=null,Tn=null}function lf(m){return Qa&&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 Yr(m,C){return typeof C=="function"?C(m):C}function $f(m){return Fa="useState",pc(Yr,m)}function pc(m,C,M){if(m!==Yr&&(Fa="useReducer"),Hi=Ua(),Tn=ul(),li){var H=Tn.queue,Q=H.dispatch;if(fa!==null){var ce=fa.get(H);if(ce!==void 0){fa.delete(H);var he=Tn.memoizedState,Be=ce;do{var h=Be.action;Qa=!0,he=m(he,h),Qa=!1,Be=Be.next}while(Be!==null);return Tn.memoizedState=he,[he,Q]}}return[Tn.memoizedState,Q]}else{Qa=!0;var S;m===Yr?S=typeof C=="function"?C():C:S=M!==void 0?M(C):C,Qa=!1,Tn.memoizedState=S;var R=Tn.queue={last:null,dispatch:null},N=R.dispatch=iu.bind(null,Hi,R);return[Tn.memoizedState,N]}}function Ai(m,C){Hi=Ua(),Tn=ul();var M=C===void 0?null:C;if(Tn!==null){var H=Tn.memoizedState;if(H!==null&&M!==null){var Q=H[1];if(hr(M,Q))return H[0]}}Qa=!0;var ce=m();return Qa=!1,Tn.memoizedState=[ce,M],ce}function Fl(m){Hi=Ua(),Tn=ul();var C=Tn.memoizedState;if(C===null){var M={current:m};return Object.seal(M),Tn.memoizedState=M,M}else return C}function hc(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 iu(m,C,M){if(au>=ss)throw new Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");if(m===Hi){Ca=!0;var H={action:M,next:null};fa===null&&(fa=new Map);var Q=fa.get(C);if(Q===void 0)fa.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,M){return Ua(),C(m._source)}function Bu(m,C,M){if(M===void 0)throw new Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");return M()}function si(m){return Ua(),m}function Ct(){throw new Error("startTransition cannot be called during server rendering.")}function La(){return Ua(),[!1,Ct]}function Si(){var m=Lu,C=af(m.treeContext),M=sl;if(M===null)throw new Error("Invalid hook call. Hooks can only be called inside of the body of a function component.");var H=rr++;return xl(M,C,H)}function Ns(){}var Kf={readContext:lf,useContext:Hf,useMemo:Ai,useReducer:pc,useRef:Fl,useState:$f,useInsertionEffect:Ns,useLayoutEffect:hc,useCallback:jf,useImperativeHandle:Ns,useEffect:Ns,useDebugValue:Ns,useDeferredValue:si,useTransition:La,useId:Si,useMutableSource:Vf,useSyncExternalStore:Bu},sl=null;function jo(m){sl=m}function uf(m){try{var C="",M=m;do{switch(M.tag){case 0:C+=Ql(M.type,null,null);break;case 1:C+=Al(M.type,null,null);break;case 2:C+=il(M.type,null,null);break}M=M.parent}while(M);return C}catch(H){return`
134
- Error generating stack: `+H.message+`
135
- `+H.stack}}var _a=l.ReactCurrentDispatcher,Vo=l.ReactDebugCurrentFrame,Ll=0,cl=1,zs=2,fl=3,wo=4,Wf=0,vc=1,Bl=2,Od=12800;function Yf(m){return console.error(m),null}function dl(){}function sf(m,C,M,H,Q,ce,he,Be,h){var S=[],R=new Set,N={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:S,clientRenderedBoundaries:[],completedBoundaries:[],partialBoundaries:[],onError:Q===void 0?Yf:Q,onAllReady:ce===void 0?dl:ce,onShellReady:he===void 0?dl:he,onShellError:Be===void 0?dl:Be,onFatalError:h===void 0?dl:h},Y=mc(N,0,null,M,!1,!1);Y.parentFlushed=!0;var ae=cf(N,m,null,Y,R,Zl,lc,cc);return S.push(ae),N}function Is(m,C){var M=m.pingedTasks;M.push(C),M.length===1&&E(function(){return bo(m)})}function Nu(m,C){return{id:Lo,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,forceClientRender:!1,completedSegments:[],byteSize:0,fallbackAbortableTasks:C,errorDigest:null}}function cf(m,C,M,H,Q,ce,he,Be){m.allPendingTasks++,M===null?m.pendingRootTasks++:M.pendingTasks++;var h={node:C,ping:function(){return Is(m,h)},blockedBoundary:M,blockedSegment:H,abortSet:Q,legacyContext:ce,context:he,treeContext:Be};return h.componentStack=null,Q.add(h),h}function mc(m,C,M,H,Q,ce){return{status:Ll,id:-1,index:C,parentFlushed:!1,chunks:[],children:[],formatContext:H,boundary:M,lastPushedText:Q,textEmbedded:ce}}var ro=null;function Ps(){return ro===null||ro.componentStack===null?"":uf(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 fs(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 gc(m,C){{var M;typeof C=="string"?M=C:C&&typeof C.message=="string"?M=C.message:M=String(C);var H=Wo||Ps();Wo=null,m.errorMessage=M,m.errorComponentStack=H}}function Ja(m,C){var M=m.onError(C);if(M!=null&&typeof M!="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 M+'" instead');return M}function qt(m,C){var M=m.onShellError;M(C);var H=m.onFatalError;H(C),m.destination!==null?(m.status=Bl,Ce(m.destination,C)):(m.status=vc,m.fatalError=C)}function Wn(m,C,M){Ko(C,"Suspense");var H=C.blockedBoundary,Q=C.blockedSegment,ce=M.fallback,he=M.children,Be=new Set,h=Nu(m,Be),S=Q.chunks.length,R=mc(m,S,h,Q.formatContext,!1,!1);Q.children.push(R),Q.lastPushedText=!1;var N=mc(m,0,null,Q.formatContext,!1,!1);N.parentFlushed=!0,C.blockedBoundary=h,C.blockedSegment=N;try{if(Hs(m,C,he),Aa(N.chunks,m.responseState,N.lastPushedText,N.textEmbedded),N.status=cl,Nl(h,N),h.pendingTasks===0){Ei(C);return}}catch(ae){N.status=wo,h.forceClientRender=!0,h.errorDigest=Ja(m,ae),gc(h,ae)}finally{C.blockedBoundary=H,C.blockedSegment=Q}var Y=cf(m,ce,H,R,Be,C.legacyContext,C.context,C.treeContext);Y.componentStack=C.componentStack,m.pingedTasks.push(Y),Ei(C)}function cn(m,C,M,H){Ko(C,M);var Q=C.blockedSegment,ce=rl(Q.chunks,M,H,m.responseState,Q.formatContext);Q.lastPushedText=!1;var he=Q.formatContext;Q.formatContext=la(he,M,H),Hs(m,C,ce),Q.formatContext=he,No(Q.chunks,M),Q.lastPushedText=!1,Ei(C)}function Qr(m){return m.prototype&&m.prototype.isReactComponent}function Co(m,C,M,H,Q){var ce={};Ad(C,ce);var he=M(H,Q);return dc(M,H,he,Q)}function yc(m,C,M,H,Q){var ce=M.render();M.props!==Q&&(Zn||u("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.",ia(H)||"a component"),Zn=!0);{var he=H.childContextTypes;if(he!=null){var Be=C.legacyContext,h=oc(M,H,Be,he);C.legacyContext=h,Oi(m,C,ce),C.legacyContext=Be;return}}Oi(m,C,ce)}function ff(m,C,M,H){fs(C,M);var Q=If(M,C.legacyContext),ce=Ui(M,H,Q);ru(ce,M,H,Q),yc(m,C,ce,M,H),Ei(C)}var Sc={},pl={},Jr={},Ve={},Zn=!1,gn=!1,Yo=!1,$i=!1;function zu(m,C,M,H){var Q;if(Q=If(M,C.legacyContext),Ha(C,M),M.prototype&&typeof M.prototype.render=="function"){var ce=ia(M)||"Unknown";Sc[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),Sc[ce]=!0)}var he=Co(m,C,M,H,Q),Be=cs();if(typeof he=="object"&&he!==null&&typeof he.render=="function"&&he.$$typeof===void 0){var h=ia(M)||"Unknown";pl[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),pl[h]=!0)}if(typeof he=="object"&&he!==null&&typeof he.render=="function"&&he.$$typeof===void 0){{var S=ia(M)||"Unknown";pl[S]||(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.",S,S,S),pl[S]=!0)}ru(he,M,H,Q),yc(m,C,he,M,H)}else if(Zr(M),Be){var R=C.treeContext,N=1,Y=0;C.treeContext=fc(R,N,Y);try{Oi(m,C,he)}finally{C.treeContext=R}}else Oi(m,C,he);Ei(C)}function Zr(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=ia(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 M=ia(m)||"Unknown";Jr[M]||(u("%s: Function components do not support contextType.",M),Jr[M]=!0)}}}function ou(m,C){if(m&&m.defaultProps){var M=ue({},C),H=m.defaultProps;for(var Q in H)M[Q]===void 0&&(M[Q]=H[Q]);return M}return C}function Iu(m,C,M,H,Q){Ha(C,M.render);var ce=Co(m,C,M.render,H,Q),he=cs();if(he){var Be=C.treeContext,h=1,S=0;C.treeContext=fc(Be,h,S);try{Oi(m,C,ce)}finally{C.treeContext=Be}}else Oi(m,C,ce);Ei(C)}function ds(m,C,M,H,Q){var ce=M.type,he=ou(ce,H);hs(m,C,ce,he,Q)}function _o(m,C,M,H){M._context===void 0?M!==M.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?"))):M=M._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(M),he=Q(ce);Oi(m,C,he)}function ao(m,C,M,H){var Q=M._context,ce=H.value,he=H.children,Be;Be=C.context,C.context=Ho(Q,ce),Oi(m,C,he),C.context=Ls(Q),Be!==C.context&&u("Popping the context provider did not return back to the original snapshot. This is a bug in React.")}function ps(m,C,M,H,Q){Ko(C,"Lazy");var ce=M._payload,he=M._init,Be=he(ce),h=ou(Be,H);hs(m,C,Be,h,Q),Ei(C)}function hs(m,C,M,H,Q){if(typeof M=="function")if(Qr(M)){ff(m,C,M,H);return}else{zu(m,C,M,H);return}if(typeof M=="string"){cn(m,C,M,H);return}switch(M){case Zi:case qc:case Ge:case bt:case Le:{Oi(m,C,H.children);return}case ii:{Ko(C,"SuspenseList"),Oi(m,C,H.children),Ei(C);return}case ks:throw new Error("ReactDOMServer does not yet support scope components.");case Dr:{Wn(m,C,H);return}}if(typeof M=="object"&&M!==null)switch(M.$$typeof){case Pn:{Iu(m,C,M,H,Q);return}case Xa:{ds(m,C,M,H,Q);return}case yt:{ao(m,C,M,H);return}case mn:{_o(m,C,M,H);return}case qa:{ps(m,C,M,H);return}}var ce="";throw(M===void 0||typeof M=="object"&&M!==null&&Object.keys(M).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: "+(M==null?M:typeof M)+"."+ce))}function Ec(m,C){typeof Symbol=="function"&&m[Symbol.toStringTag]==="Generator"&&(gn||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."),gn=!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,M){try{return Us(m,C,M)}catch(H){throw typeof H=="object"&&H!==null&&typeof H.then=="function"||(Wo=Wo!==null?Wo:Ps()),H}}function Us(m,C,M){if(C.node=M,typeof M=="object"&&M!==null){switch(M.$$typeof){case Ee:{var H=M,Q=H.type,ce=H.props,he=H.ref;hs(m,C,Q,ce,he);return}case ze: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 Be=M,h=Be._payload,S=Be._init,R;try{R=S(h)}catch(Kt){throw typeof Kt=="object"&&Kt!==null&&typeof Kt.then=="function"&&Ko(C,"Lazy"),Kt}Oi(m,C,R);return}}if(hn(M)){wc(m,C,M);return}var N=Dd(M);if(N){Ec(M,N);var Y=N.call(M);if(Y){var ae=Y.next();if(!ae.done){var de=[];do de.push(ae.value),ae=Y.next();while(!ae.done);wc(m,C,de);return}return}}var Oe=Object.prototype.toString.call(M);throw new Error("Objects are not valid as a React child (found: "+(Oe==="[object Object]"?"object with keys {"+Object.keys(M).join(", ")+"}":Oe)+"). If you meant to render a collection of children, use an array instead.")}if(typeof M=="string"){var Je=C.blockedSegment;Je.lastPushedText=vi(C.blockedSegment.chunks,M,m.responseState,Je.lastPushedText);return}if(typeof M=="number"){var Mt=C.blockedSegment;Mt.lastPushedText=vi(C.blockedSegment.chunks,""+M,m.responseState,Mt.lastPushedText);return}typeof M=="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 wc(m,C,M){for(var H=M.length,Q=0;Q<H;Q++){var ce=C.treeContext;C.treeContext=fc(ce,H,Q);try{Hs(m,C,M[Q])}finally{C.treeContext=ce}}}function Mi(m,C,M){var H=C.blockedSegment,Q=H.chunks.length,ce=mc(m,Q,null,H.formatContext,H.lastPushedText,!0);H.children.push(ce),H.lastPushedText=!1;var he=cf(m,C.node,C.blockedBoundary,ce,C.abortSet,C.legacyContext,C.context,C.treeContext);C.componentStack!==null&&(he.componentStack=C.componentStack.parent);var Be=he.ping;M.then(Be,Be)}function Hs(m,C,M){var H=C.blockedSegment.formatContext,Q=C.legacyContext,ce=C.context,he=null;he=C.componentStack;try{return Oi(m,C,M)}catch(Be){if(of(),typeof Be=="object"&&Be!==null&&typeof Be.then=="function"){Mi(m,C,Be),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,Be}}function Cc(m,C,M,H){var Q=Ja(m,H);if(C===null?qt(m,H):(C.pendingTasks--,C.forceClientRender||(C.forceClientRender=!0,C.errorDigest=Q,gc(C,H),C.parentFlushed&&m.clientRenderedBoundaries.push(C))),m.allPendingTasks--,m.allPendingTasks===0){var ce=m.onAllReady;ce()}}function df(m){var C=this,M=m.blockedBoundary,H=m.blockedSegment;H.status=fl,_c(C,M,H)}function vs(m,C,M){var H=m.blockedBoundary,Q=m.blockedSegment;if(Q.status=fl,H===null)C.allPendingTasks--,C.status!==Bl&&(C.status=Bl,C.destination!==null&&te(C.destination));else{if(H.pendingTasks--,!H.forceClientRender){H.forceClientRender=!0;var ce=M===void 0?new Error("The render was aborted by the server without a reason."):M;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 Be=ro;ro=m;try{gc(H,ce)}finally{ro=Be}}H.parentFlushed&&C.clientRenderedBoundaries.push(H)}if(H.fallbackAbortableTasks.forEach(function(S){return vs(S,C,M)}),H.fallbackAbortableTasks.clear(),C.allPendingTasks--,C.allPendingTasks===0){var h=C.onAllReady;h()}}}function Nl(m,C){if(C.chunks.length===0&&C.children.length===1&&C.children[0].boundary===null){var M=C.children[0];M.id=C.id,M.parentFlushed=!0,M.status===cl&&Nl(m,M)}else{var H=m.completedSegments;H.push(C)}}function _c(m,C,M){if(C===null){if(M.parentFlushed){if(m.completedRootSegment!==null)throw new Error("There can only be one root segment. This is a bug in React.");m.completedRootSegment=M}if(m.pendingRootTasks--,m.pendingRootTasks===0){m.onShellError=dl;var H=m.onShellReady;H()}}else if(C.pendingTasks--,!C.forceClientRender){if(C.pendingTasks===0)M.parentFlushed&&M.status===cl&&Nl(C,M),C.parentFlushed&&m.completedBoundaries.push(C),C.fallbackAbortableTasks.forEach(df,m),C.fallbackAbortableTasks.clear();else if(M.parentFlushed&&M.status===cl){Nl(C,M);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 M=C.blockedSegment;if(M.status===Ll){Uo(C.context);var H=null;H=ro,ro=C;try{Oi(m,C,C.node),Aa(M.chunks,m.responseState,M.lastPushedText,M.textEmbedded),C.abortSet.delete(C),M.status=cl,_c(m,C.blockedBoundary,M)}catch(ce){if(of(),typeof ce=="object"&&ce!==null&&typeof ce.then=="function"){var Q=C.ping;ce.then(Q,Q)}else C.abortSet.delete(C),M.status=wo,Cc(m,C.blockedBoundary,M,ce)}finally{ro=H}}}function bo(m){if(m.status!==Bl){var C=ll(),M=_a.current;_a.current=Kf;var H;H=Vo.getCurrentStack,Vo.getCurrentStack=Ps;var Q=sl;jo(m.responseState);try{var ce=m.pingedTasks,he;for(he=0;he<ce.length;he++){var Be=ce[he];Pu(m,Be)}ce.splice(0,he),m.destination!==null&&lu(m,m.destination)}catch(h){Ja(m,h),qt(m,h)}finally{jo(Q),_a.current=M,Vo.getCurrentStack=H,M===Kf&&Uo(C)}}}function Uu(m,C,M){switch(M.parentFlushed=!0,M.status){case Ll:{var H=M.id=m.nextSegmentId++;return M.lastPushedText=!1,M.textEmbedded=!1,po(C,m.responseState,H)}case cl:{M.status=zs;for(var Q=!0,ce=M.chunks,he=0,Be=M.children,h=0;h<Be.length;h++){for(var S=Be[h];he<S.index;he++)$(C,ce[he]);Q=Hu(m,C,S)}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,M){var H=M.boundary;if(H===null)return Uu(m,C,M);if(H.parentFlushed=!0,H.forceClientRender)return ai(C,m.responseState,H.errorDigest,H.errorMessage,H.errorComponentStack),Uu(m,C,M),Wl(C,m.responseState);if(H.pendingTasks>0){H.rootSegmentID=m.nextSegmentId++,H.completedSegments.length>0&&m.partialBoundaries.push(H);var Q=H.id=bl(m.responseState);return kl(C,m.responseState,Q),Uu(m,C,M),Xr(C,m.responseState)}else{if(H.byteSize>m.progressiveChunkSize)return H.rootSegmentID=m.nextSegmentId++,m.completedBoundaries.push(H),kl(C,m.responseState,H.id),Uu(m,C,M),Xr(C,m.responseState);Kl(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),aa(C,m.responseState)}}function bc(m,C,M){return P(C,m.responseState,M.id,M.errorDigest,M.errorMessage,M.errorComponentStack)}function $u(m,C,M){return dn(C,m.responseState,M.formatContext,M.id),Hu(m,C,M),mr(C,M.formatContext)}function ms(m,C,M){for(var H=M.completedSegments,Q=0;Q<H.length;Q++){var ce=H[Q];js(m,C,M,ce)}return H.length=0,Dl(C,m.responseState,M.id,M.rootSegmentID)}function $s(m,C,M){for(var H=M.completedSegments,Q=0;Q<H.length;Q++){var ce=H[Q];if(!js(m,C,M,ce))return Q++,H.splice(0,Q),!1}return H.splice(0,Q),!0}function js(m,C,M,H){if(H.status===zs)return!0;var Q=H.id;if(Q===-1){var ce=H.id=M.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),Gc(C,m.responseState,Q)}function lu(m,C){q();try{var M=m.completedRootSegment;M!==null&&m.pendingRootTasks===0&&(Hu(m,C,M),m.completedRootSegment=null,jl(C,m.responseState));var H=m.clientRenderedBoundaries,Q;for(Q=0;Q<H.length;Q++){var ce=H[Q];bc(m,C,ce)}H.splice(0,Q);var he=m.completedBoundaries;for(Q=0;Q<he.length;Q++){var Be=he[Q];ms(m,C,Be)}he.splice(0,Q),J(C),q(C);var h=m.partialBoundaries;for(Q=0;Q<h.length;Q++){var S=h[Q];if(!$s(m,C,S)){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 N=R[Q];ms(m,C,N)}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){E(function(){return bo(m)})}function ji(m,C){if(m.status===vc){m.status=Bl,Ce(C,m.fatalError);return}if(m.status!==Bl&&m.destination===null){m.destination=C;try{lu(m,C)}catch(M){Ja(m,M),qt(m,M)}}}function pf(m,C){try{var M=m.abortableTasks;M.forEach(function(H){return vs(H,m,C)}),M.clear(),m.destination!==null&&lu(m,m.destination)}catch(H){Ja(m,H),qt(m,H)}}function Gr(m,C){return new Promise(function(M,H){var Q,ce,he=new Promise(function(Y,ae){ce=Y,Q=ae});function Be(){var Y=new ReadableStream({type:"bytes",pull:function(ae){ji(S,ae)},cancel:function(ae){pf(S)}},{highWaterMark:0});Y.allReady=he,M(Y)}function h(Y){he.catch(function(){}),H(Y)}var S=sf(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,Be,h,Q);if(C&&C.signal){var R=C.signal,N=function(){pf(S,R.reason),R.removeEventListener("abort",N)};R.addEventListener("abort",N)}ju(S)})}cm.renderToReadableStream=Gr,cm.version=i}()),cm}var pp,Kg;process.env.NODE_ENV==="production"?(pp=Ab(),Kg=Ob()):(pp=Mb(),Kg=Fb()),el.version=pp.version,el.renderToString=pp.renderToString,el.renderToStaticMarkup=pp.renderToStaticMarkup,el.renderToNodeStream=pp.renderToNodeStream,el.renderToStaticNodeStream=pp.renderToStaticNodeStream,el.renderToReadableStream=Kg.renderToReadableStream;var Vr={exports:{}};(function(o,i){(function(l,f){o.exports=f()})(md,function(){var l=Array.prototype.slice;function f(d,w){w&&(d.prototype=Object.create(w.prototype)),d.prototype.constructor=d}function u(d){return k(d)?d:zt(d)}f(g,u);function g(d){return B(d)?d:sn(d)}f(E,u);function E(d){return q(d)?d:on(d)}f(A,u);function A(d){return k(d)&&!$(d)?d:Vn(d)}function k(d){return!!(d&&d[J])}function B(d){return!!(d&&d[te])}function q(d){return!!(d&&d[le])}function $(d){return B(d)||q(d)}function K(d){return!!(d&&d[ie])}u.isIterable=k,u.isKeyed=B,u.isIndexed=q,u.isAssociative=$,u.isOrdered=K,u.Keyed=g,u.Indexed=E,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,Fe={},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 O=Math.max(0,d.length-w),P=new Array(O),j=0;j<O;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 O=w>>>0;if(""+O!==w||O===4294967295)return NaN;w=O}return w<0?ut(d)+w:w}function rt(){return!0}function Xt(d,w,O){return(d===0||O!==void 0&&d<=-O)&&(w===void 0||O!==void 0&&w>=O)}function kt(d,w){return $e(d,w,0)}function Nt(d,w){return $e(d,w,w)}function $e(d,w,O){return d===void 0?O: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",Qn=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[Qn]=function(){return this};function wt(d,w,O,P){var j=d===0?w:d===1?O:[w,O];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 Er(d){return d&&typeof d.length=="number"}f(zt,u);function zt(d){return d==null?_t():k(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 ma(this,d,w,!0)},zt.prototype.__iterator=function(d,w){return Fr(this,d,w,!0)},f(sn,zt);function sn(d){return d==null?_t().toKeyedSeq():k(d)?B(d)?d.toSeq():d.fromEntrySeq():Rn(d)}sn.prototype.toKeyedSeq=function(){return this},f(on,zt);function on(d){return d==null?_t():k(d)?B(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 ma(this,d,w,!1)},on.prototype.__iterator=function(d,w){return Fr(this,d,w,!1)},f(Vn,zt);function Vn(d){return(d==null?_t():k(d)?B(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,f(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 O=this._array,P=O.length-1,j=0;j<=P;j++)if(d(O[w?P-j:j],j,this)===!1)return j+1;return j},On.prototype.__iterator=function(d,w){var O=this._array,P=O.length-1,j=0;return new Dt(function(){return j>P?zn():wt(d,j,O[w?P-j++:j++])})},f(Bn,sn);function Bn(d){var w=Object.keys(d);this._object=d,this._keys=w,this.size=w.length}Bn.prototype.get=function(d,w){return w!==void 0&&!this.has(d)?w:this._object[d]},Bn.prototype.has=function(d){return this._object.hasOwnProperty(d)},Bn.prototype.__iterate=function(d,w){for(var O=this._object,P=this._keys,j=P.length-1,Z=0;Z<=j;Z++){var ue=P[w?j-Z:Z];if(d(O[ue],ue,this)===!1)return Z+1}return Z},Bn.prototype.__iterator=function(d,w){var O=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,O[ue])})},Bn.prototype[ie]=!0,f(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 O=this._iterable,P=sr(O),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 O=this._iterable,P=sr(O);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)})},f(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 O=this._iterator,P=this._iteratorCache,j=0;j<P.length;)if(d(P[j],j++,this)===!1)return j;for(var Z;!(Z=O.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 O=this._iterator,P=this._iteratorCache,j=0;return new Dt(function(){if(j>=P.length){var Z=O.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 _t(){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 Bn(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 Bn(d);if(!w)throw new TypeError("Expected Array or iterable object of values, or keyed object: "+d);return w}function Vt(d){return Er(d)?new On(d):Dn(d)?new nr(d):lr(d)?new Gn(d):void 0}function ma(d,w,O,P){var j=d._cache;if(j){for(var Z=j.length-1,ue=0;ue<=Z;ue++){var Ee=j[O?Z-ue:ue];if(w(Ee[1],P?Ee[0]:ue,d)===!1)return ue+1}return ue}return d.__iterateUncached(w,O)}function Fr(d,w,O,P){var j=d._cache;if(j){var Z=j.length-1,ue=0;return new Dt(function(){var Ee=j[O?Z-ue:ue];return ue++>Z?zn():wt(w,P?Ee[0]:ue-1,Ee[1])})}return d.__iteratorUncached(w,O)}function vt(d,w){return w?Lt(w,d,"",{"":d}):bn(d)}function Lt(d,w,O,P){return Array.isArray(w)?d.call(P,O,on(w).map(function(j,Z){return Lt(d,j,Z,w)})):ar(w)?d.call(P,O,sn(w).map(function(j,Z){return Lt(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 xr(d,w){if(d===w)return!0;if(!k(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||B(d)!==B(w)||q(d)!==q(w)||K(d)!==K(w))return!1;if(d.size===0&&w.size===0)return!0;var O=!$(d);if(K(d)){var P=d.entries();return w.every(function(ze,Le){var Ge=P.next().value;return Ge&&wn(Ge[1],ze)&&(O||wn(Ge[0],Le))})&&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(ze,Le){if(O?!d.has(ze):j?!wn(ze,d.get(Le,Fe)):!wn(d.get(Le,Fe),ze))return ue=!1,!1});return ue&&d.size===Ee}f(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(ga)return ga;ga=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 O=this.size;return Xt(d,w,O)?this:new In(this._value,Nt(w,O)-kt(d,O))},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 O=0;O<this.size;O++)if(d(this._value,O,this)===!1)return O+1;return O},In.prototype.__iterator=function(d,w){var O=this,P=0;return new Dt(function(){return P<O.size?wt(d,P++,O._value):zn()})},In.prototype.equals=function(d){return d instanceof In?wn(this._value,d._value):xr(d)};var ga;function Mn(d,w){if(!d)throw new Error(w)}f(Kn,on);function Kn(d,w,O){if(!(this instanceof Kn))return new Kn(d,w,O);if(Mn(O!==0,"Cannot step a Range by 0"),d=d||0,w===void 0&&(w=1/0),O=O===void 0?1:Math.abs(O),w<d&&(O=-O),this._start=d,this._end=w,this._step=O,this.size=Math.max(0,Math.ceil((w-d)/O-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=Nt(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 O=w/this._step;if(O>=0&&O<this.size)return O}return-1},Kn.prototype.lastIndexOf=function(d){return this.indexOf(d)},Kn.prototype.__iterate=function(d,w){for(var O=this.size-1,P=this._step,j=w?this._start+O*P:this._start,Z=0;Z<=O;Z++){if(d(j,Z,this)===!1)return Z+1;j+=w?-P:P}return Z},Kn.prototype.__iterator=function(d,w){var O=this.size-1,P=this._step,j=w?this._start+O*P:this._start,Z=0;return new Dt(function(){var ue=j;return j+=w?-P:P,Z>O?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:xr(this,d)};var Xn;f(Ut,u);function Ut(){throw TypeError("Abstract")}f(ka,Ut);function ka(){}f(Ra,Ut);function Ra(){}f(ja,Ut);function ja(){}Ut.Keyed=ka,Ut.Indexed=Ra,Ut.Set=ja;var xa=typeof Math.imul=="function"&&Math.imul(4294967295,2)===-2?Math.imul:function(w,O){w=w|0,O=O|0;var P=w&65535,j=O&65535;return P*j+((w>>>16)*j+P*(O>>>16)<<16>>>0)|0};function Bi(d){return d>>>1&1073741824|d&3221225471}function Tr(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 O=d|0;for(O!==d&&(O^=d*4294967295);d>4294967295;)d/=4294967295,O^=d;return Bi(O)}if(w==="string")return d.length>mt?Lr(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 Lr(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,O=0;O<d.length;O++)w=31*w+d.charCodeAt(O)|0;return Bi(w)}function qi(d){var w;if(Va&&(w=_i.get(d),w!==void 0)||(w=d[qe],w!==void 0)||!wr&&(w=d.propertyIsEnumerable&&d.propertyIsEnumerable[qe],w!==void 0||(w=Da(d),w!==void 0)))return w;if(w=++fe,fe&1073741824&&(fe=0),Va)_i.set(d,w);else{if(ni!==void 0&&ni(d)===!1)throw new Error("Non-extensible objects are not allowed as keys.");if(wr)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,wr=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 Va=typeof WeakMap=="function",_i;Va&&(_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.")}f(ft,ka);function ft(d){return d==null?Kr():Nr(d)&&!K(d)?d:Kr().withMutations(function(w){var O=g(d);en(O.size),O.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 Ir(this,d,w)},ft.prototype.setIn=function(d,w){return this.updateIn(d,Fe,function(){return w})},ft.prototype.remove=function(d){return Ir(this,d,Fe)},ft.prototype.deleteIn=function(d){return this.updateIn(d,function(){return Fe})},ft.prototype.update=function(d,w,O){return arguments.length===1?d(this):this.updateIn([d],w,O)},ft.prototype.updateIn=function(d,w,O){O||(O=w,w=void 0);var P=z(this,ai(d),w,O);return P===Fe?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):Kr()},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,Kr(),function(O){return typeof O.merge=="function"?O.merge.apply(O,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,Kr(),function(O){return typeof O.mergeDeep=="function"?O.mergeDeep.apply(O,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 oa(this,d,w)},ft.prototype.__iterate=function(d,w){var O=this,P=0;return this._root&&this._root.iterate(function(j){return P++,d(j[1],j[0],O)},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 Nr(d){return!!(d&&d[ir])}ft.isMap=Nr;var ir="@@__IMMUTABLE_MAP__@@",Ot=ft.prototype;Ot[ir]=!0,Ot[oe]=Ot.remove,Ot.removeIn=Ot.deleteIn;function Cr(d,w){this.ownerID=d,this.entries=w}Cr.prototype.get=function(d,w,O,P){for(var j=this.entries,Z=0,ue=j.length;Z<ue;Z++)if(wn(O,j[Z][0]))return j[Z][1];return P},Cr.prototype.update=function(d,w,O,P,j,Z,ue){for(var Ee=j===Fe,ze=this.entries,Le=0,Ge=ze.length;Le<Ge&&!wn(P,ze[Le][0]);Le++);var bt=Le<Ge;if(bt?ze[Le][1]===j:Ee)return this;if(Xe(ue),(Ee||!bt)&&Xe(Z),!(Ee&&ze.length===1)){if(!bt&&!Ee&&ze.length>=Pe)return bl(d,ze,P,j);var yt=d&&d===this.ownerID,mn=yt?ze:Ze(ze);return bt?Ee?Le===Ge-1?mn.pop():mn[Le]=mn.pop():mn[Le]=[P,j]:mn.push([P,j]),yt?(this.entries=mn,this):new Cr(d,mn)}};function ya(d,w,O){this.ownerID=d,this.bitmap=w,this.nodes=O}ya.prototype.get=function(d,w,O,P){w===void 0&&(w=Tr(O));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,O,P)},ya.prototype.update=function(d,w,O,P,j,Z,ue){O===void 0&&(O=Tr(P));var Ee=(w===0?O:O>>>w)&we,ze=1<<Ee,Le=this.bitmap,Ge=(Le&ze)!==0;if(!Ge&&j===Fe)return this;var bt=G(Le&ze-1),yt=this.nodes,mn=Ge?yt[bt]:void 0,Pn=bi(mn,d,w+Ce,O,P,j,Z,ue);if(Pn===mn)return this;if(!Ge&&Pn&&yt.length>=at)return Ni(d,yt,Le,Ee,Pn);if(Ge&&!Pn&&yt.length===2&&la(yt[bt^1]))return yt[bt^1];if(Ge&&Pn&&yt.length===1&&la(Pn))return Pn;var Dr=d&&d===this.ownerID,ii=Ge?Pn?Le:Le^ze:Le|ze,Xa=Ge?Pn?ne(yt,bt,Pn,Dr):ye(yt,bt,Dr):Te(yt,bt,Pn,Dr);return Dr?(this.bitmap=ii,this.nodes=Xa,this):new ya(d,ii,Xa)};function ri(d,w,O){this.ownerID=d,this.count=w,this.nodes=O}ri.prototype.get=function(d,w,O,P){w===void 0&&(w=Tr(O));var j=(d===0?w:w>>>d)&we,Z=this.nodes[j];return Z?Z.get(d+Ce,w,O,P):P},ri.prototype.update=function(d,w,O,P,j,Z,ue){O===void 0&&(O=Tr(P));var Ee=(w===0?O:O>>>w)&we,ze=j===Fe,Le=this.nodes,Ge=Le[Ee];if(ze&&!Ge)return this;var bt=bi(Ge,d,w+Ce,O,P,j,Z,ue);if(bt===Ge)return this;var yt=this.count;if(!Ge)yt++;else if(!bt&&(yt--,yt<dt))return xl(d,Le,yt,Ee);var mn=d&&d===this.ownerID,Pn=ne(Le,Ee,bt,mn);return mn?(this.count=yt,this.nodes=Pn,this):new ri(d,yt,Pn)};function Sn(d,w,O){this.ownerID=d,this.keyHash=w,this.entries=O}Sn.prototype.get=function(d,w,O,P){for(var j=this.entries,Z=0,ue=j.length;Z<ue;Z++)if(wn(O,j[Z][0]))return j[Z][1];return P},Sn.prototype.update=function(d,w,O,P,j,Z,ue){O===void 0&&(O=Tr(P));var Ee=j===Fe;if(O!==this.keyHash)return Ee?this:(Xe(ue),Xe(Z),Lo(this,d,w,O,[P,j]));for(var ze=this.entries,Le=0,Ge=ze.length;Le<Ge&&!wn(P,ze[Le][0]);Le++);var bt=Le<Ge;if(bt?ze[Le][1]===j:Ee)return this;if(Xe(ue),(Ee||!bt)&&Xe(Z),Ee&&Ge===2)return new fr(d,this.keyHash,ze[Le^1]);var yt=d&&d===this.ownerID,mn=yt?ze:Ze(ze);return bt?Ee?Le===Ge-1?mn.pop():mn[Le]=mn.pop():mn[Le]=[P,j]:mn.push([P,j]),yt?(this.entries=mn,this):new Sn(d,this.keyHash,mn)};function fr(d,w,O){this.ownerID=d,this.keyHash=w,this.entry=O}fr.prototype.get=function(d,w,O,P){return wn(O,this.entry[0])?this.entry[1]:P},fr.prototype.update=function(d,w,O,P,j,Z,ue){var Ee=j===Fe,ze=wn(P,this.entry[0]);if(ze?j===this.entry[1]:Ee)return this;if(Xe(ue),Ee){Xe(Z);return}return ze?d&&d===this.ownerID?(this.entry[1]=j,this):new fr(d,this.keyHash,[P,j]):(Xe(Z),Lo(this,d,w,Tr(P),[P,j]))},Cr.prototype.iterate=Sn.prototype.iterate=function(d,w){for(var O=this.entries,P=0,j=O.length-1;P<=j;P++)if(d(O[w?j-P:P])===!1)return!1},ya.prototype.iterate=ri.prototype.iterate=function(d,w){for(var O=this.nodes,P=0,j=O.length-1;P<=j;P++){var Z=O[w?j-P:P];if(Z&&Z.iterate(d,w)===!1)return!1}},fr.prototype.iterate=function(d,w){return d(this.entry)},f(oa,Dt);function oa(d,w,O){this._type=w,this._reverse=O,this._stack=d._root&&zr(d._root)}oa.prototype.next=function(){for(var d=this._type,w=this._stack;w;){var O=w.node,P=w.index++,j;if(O.entry){if(P===0)return vn(d,O.entry)}else if(O.entries){if(j=O.entries.length-1,P<=j)return vn(d,O.entries[this._reverse?j-P:P])}else if(j=O.nodes.length-1,P<=j){var Z=O.nodes[this._reverse?j-P:P];if(Z){if(Z.entry)return vn(d,Z.entry);w=this._stack=zr(Z,w)}continue}w=this._stack=this._stack.__prev}return zn()};function vn(d,w){return wt(d,w[0],w[1])}function zr(d,w){return{node:d,index:0,__prev:w}}function so(d,w,O,P){var j=Object.create(Ot);return j.size=d,j._root=w,j.__ownerID=O,j.__hash=P,j.__altered=!1,j}var pi;function Kr(){return pi||(pi=so(0))}function Ir(d,w,O){var P,j;if(d._root){var Z=ct(nt),ue=ct(je);if(P=bi(d._root,d.__ownerID,0,void 0,w,O,Z,ue),!ue.value)return d;j=d.size+(Z.value?O===Fe?-1:1:0)}else{if(O===Fe)return d;j=1,P=new Cr(d.__ownerID,[[w,O]])}return d.__ownerID?(d.size=j,d._root=P,d.__hash=void 0,d.__altered=!0,d):P?so(j,P):Kr()}function bi(d,w,O,P,j,Z,ue,Ee){return d?d.update(w,O,P,j,Z,ue,Ee):Z===Fe?d:(Xe(Ee),Xe(ue),new fr(w,P,[j,Z]))}function la(d){return d.constructor===fr||d.constructor===Sn}function Lo(d,w,O,P,j){if(d.keyHash===P)return new Sn(w,P,[d.entry,j]);var Z=(O===0?d.keyHash:d.keyHash>>>O)&we,ue=(O===0?P:P>>>O)&we,Ee,ze=Z===ue?[Lo(d,w,O+Ce,P,j)]:(Ee=new fr(w,P,j),Z<ue?[d,Ee]:[Ee,d]);return new ya(w,1<<Z|1<<ue,ze)}function bl(d,w,O,P){d||(d=new ht);for(var j=new fr(d,Tr(O),[O,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 xl(d,w,O,P){for(var j=0,Z=0,ue=new Array(O),Ee=0,ze=1,Le=w.length;Ee<Le;Ee++,ze<<=1){var Ge=w[Ee];Ge!==void 0&&Ee!==P&&(j|=ze,ue[Z++]=Ge)}return new ya(d,j,ue)}function Ni(d,w,O,P,j){for(var Z=0,ue=new Array(Se),Ee=0;O!==0;Ee++,O>>>=1)ue[Ee]=O&1?w[Z++]:void 0;return ue[P]=j,new ri(d,Z+1,ue)}function hi(d,w,O){for(var P=[],j=0;j<O.length;j++){var Z=O[j],ue=g(Z);k(Z)||(ue=ue.map(function(Ee){return vt(Ee)})),P.push(ue)}return x(d,w,P)}function vi(d,w,O){return d&&d.mergeDeep&&k(w)?d.mergeDeep(w):wn(d,w)?d:w}function Aa(d){return function(w,O,P){if(w&&w.mergeDeepWith&&k(O))return w.mergeDeepWith(d,O);var j=d(w,O,P);return wn(w,j)?w:j}}function x(d,w,O){return O=O.filter(function(P){return P.size!==0}),O.length===0?d:d.size===0&&!d.__ownerID&&O.length===1?d.constructor(O[0]):d.withMutations(function(P){for(var j=w?function(ue,Ee){P.update(Ee,Fe,function(ze){return ze===Fe?ue:w(ze,ue,Ee)})}:function(ue,Ee){P.set(Ee,ue)},Z=0;Z<O.length;Z++)O[Z].forEach(j)})}function z(d,w,O,P){var j=d===Fe,Z=w.next();if(Z.done){var ue=j?O:d,Ee=P(ue);return Ee===ue?d:Ee}Mn(j||d&&d.set,"invalid keyPath");var ze=Z.value,Le=j?Fe:d.get(ze,Fe),Ge=z(Le,w,O,P);return Ge===Le?d:Ge===Fe?d.remove(ze):(j?Kr():d).set(ze,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,O,P){var j=P?d:Ze(d);return j[w]=O,j}function Te(d,w,O,P){var j=d.length+1;if(P&&w+1===j)return d[w]=O,d;for(var Z=new Array(j),ue=0,Ee=0;Ee<j;Ee++)Ee===w?(Z[Ee]=O,ue=-1):Z[Ee]=d[Ee+ue];return Z}function ye(d,w,O){var P=d.length-1;if(O&&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 Pe=Se/4,at=Se/2,dt=Se/4;f(St,Ra);function St(d){var w=ra();if(d==null)return w;if(Gt(d))return d;var O=E(d),P=O.size;return P===0?w:(en(P),P>0&&P<Se?Sa(0,P,Ce,null,new Wr(O.toArray())):w.withMutations(function(j){j.setSize(P),O.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 O=vr(this,d);return O&&O.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):ra()},St.prototype.push=function(){var d=arguments,w=this.size;return this.withMutations(function(O){Bo(O,0,w+d.length);for(var P=0;P<d.length;P++)O.set(w+P,d[P])})},St.prototype.pop=function(){return Bo(this,0,-1)},St.prototype.unshift=function(){var d=arguments;return this.withMutations(function(w){Bo(w,-d.length);for(var O=0;O<d.length;O++)w.set(O,d[O])})},St.prototype.shift=function(){return Bo(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 Bo(this,0,d)},St.prototype.slice=function(d,w){var O=this.size;return Xt(d,w,O)?this:Bo(this,kt(d,O),Nt(w,O))},St.prototype.__iterator=function(d,w){var O=0,P=un(this,w);return new Dt(function(){var j=P();return j===na?zn():wt(d,O++,j)})},St.prototype.__iterate=function(d,w){for(var O=0,P=un(this,w),j;(j=P())!==na&&d(j,O++,this)!==!1;);return O},St.prototype.__ensureOwner=function(d){return d===this.__ownerID?this:d?Sa(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 Wr(d,w){this.array=d,this.ownerID=w}Wr.prototype.removeBefore=function(d,w,O){if(O===w?1<<w:this.array.length===0)return this;var P=O>>>w&we;if(P>=this.array.length)return new Wr([],d);var j=P===0,Z;if(w>0){var ue=this.array[P];if(Z=ue&&ue.removeBefore(d,w-Ce,O),Z===ue&&j)return this}if(j&&!Z)return this;var Ee=_r(this,d);if(!j)for(var ze=0;ze<P;ze++)Ee.array[ze]=void 0;return Z&&(Ee.array[P]=Z),Ee},Wr.prototype.removeAfter=function(d,w,O){if(O===(w?1<<w:0)||this.array.length===0)return this;var P=O-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,O),j===Z&&P===this.array.length-1)return this}var ue=_r(this,d);return ue.array.splice(P+1),j&&(ue.array[P]=j),ue};var na={};function un(d,w){var O=d._origin,P=d._capacity,j=ua(P),Z=d._tail;return ue(d._root,d._level,0);function ue(Le,Ge,bt){return Ge===0?Ee(Le,bt):ze(Le,Ge,bt)}function Ee(Le,Ge){var bt=Ge===j?Z&&Z.array:Le&&Le.array,yt=Ge>O?0:O-Ge,mn=P-Ge;return mn>Se&&(mn=Se),function(){if(yt===mn)return na;var Pn=w?--mn:yt++;return bt&&bt[Pn]}}function ze(Le,Ge,bt){var yt,mn=Le&&Le.array,Pn=bt>O?0:O-bt>>Ge,Dr=(P-bt>>Ge)+1;return Dr>Se&&(Dr=Se),function(){do{if(yt){var ii=yt();if(ii!==na)return ii;yt=null}if(Pn===Dr)return na;var Xa=w?--Dr:Pn++;yt=ue(mn&&mn[Xa],Ge-Ce,bt+(Xa<<Ge))}while(!0)}}}function Sa(d,w,O,P,j,Z,ue){var Ee=Object.create(ln);return Ee.size=w-d,Ee._origin=d,Ee._capacity=w,Ee._level=O,Ee._root=P,Ee._tail=j,Ee.__ownerID=Z,Ee.__hash=ue,Ee.__altered=!1,Ee}var Br;function ra(){return Br||(Br=Sa(0,0,Ce))}function Ta(d,w,O){if(w=He(d,w),w!==w)return d;if(w>=d.size||w<0)return d.withMutations(function(ue){w<0?Bo(ue,w).set(0,O):Bo(ue,0,w+1).set(w,O)});w+=d._origin;var P=d._tail,j=d._root,Z=ct(je);return w>=ua(d._capacity)?P=Ka(P,d.__ownerID,0,w,O,Z):j=Ka(j,d.__ownerID,d._level,w,O,Z),Z.value?d.__ownerID?(d._root=j,d._tail=P,d.__hash=void 0,d.__altered=!0,d):Sa(d._origin,d._capacity,d._level,j,P):d}function Ka(d,w,O,P,j,Z){var ue=P>>>O&we,Ee=d&&ue<d.array.length;if(!Ee&&j===void 0)return d;var ze;if(O>0){var Le=d&&d.array[ue],Ge=Ka(Le,w,O-Ce,P,j,Z);return Ge===Le?d:(ze=_r(d,w),ze.array[ue]=Ge,ze)}return Ee&&d.array[ue]===j?d:(Xe(Z),ze=_r(d,w),j===void 0&&ue===ze.array.length-1?ze.array.pop():ze.array[ue]=j,ze)}function _r(d,w){return w&&d&&w===d.ownerID?d:new Wr(d?d.array.slice():[],w)}function vr(d,w){if(w>=ua(d._capacity))return d._tail;if(w<1<<d._level+Ce){for(var O=d._root,P=d._level;O&&P>0;)O=O.array[w>>>P&we],P-=Ce;return O}}function Bo(d,w,O){w!==void 0&&(w=w|0),O!==void 0&&(O=O|0);var P=d.__ownerID||new ht,j=d._origin,Z=d._capacity,ue=j+w,Ee=O===void 0?Z:O<0?Z+O:j+O;if(ue===j&&Ee===Z)return d;if(ue>=Ee)return d.clear();for(var ze=d._level,Le=d._root,Ge=0;ue+Ge<0;)Le=new Wr(Le&&Le.array.length?[void 0,Le]:[],P),ze+=Ce,Ge+=1<<ze;Ge&&(ue+=Ge,j+=Ge,Ee+=Ge,Z+=Ge);for(var bt=ua(Z),yt=ua(Ee);yt>=1<<ze+Ce;)Le=new Wr(Le&&Le.array.length?[Le]:[],P),ze+=Ce;var mn=d._tail,Pn=yt<bt?vr(d,Ee-1):yt>bt?new Wr([],P):mn;if(mn&&yt>bt&&ue<Z&&mn.array.length){Le=_r(Le,P);for(var Dr=Le,ii=ze;ii>Ce;ii-=Ce){var Xa=bt>>>ii&we;Dr=Dr.array[Xa]=_r(Dr.array[Xa],P)}Dr.array[bt>>>Ce&we]=mn}if(Ee<Z&&(Pn=Pn&&Pn.removeAfter(P,0,Ee)),ue>=yt)ue-=yt,Ee-=yt,ze=Ce,Le=null,Pn=Pn&&Pn.removeBefore(P,0,ue);else if(ue>j||yt<bt){for(Ge=0;Le;){var qa=ue>>>ze&we;if(qa!==yt>>>ze&we)break;qa&&(Ge+=(1<<ze)*qa),ze-=Ce,Le=Le.array[qa]}Le&&ue>j&&(Le=Le.removeBefore(P,ze,ue-Ge)),Le&&yt<bt&&(Le=Le.removeAfter(P,ze,yt-Ge)),Ge&&(ue-=Ge,Ee-=Ge)}return d.__ownerID?(d.size=Ee-ue,d._origin=ue,d._capacity=Ee,d._level=ze,d._root=Le,d._tail=Pn,d.__hash=void 0,d.__altered=!0,d):Sa(ue,Ee,ze,Le,Pn)}function za(d,w,O){for(var P=[],j=0,Z=0;Z<O.length;Z++){var ue=O[Z],Ee=E(ue);Ee.size>j&&(j=Ee.size),k(ue)||(Ee=Ee.map(function(ze){return vt(ze)})),P.push(Ee)}return j>d.size&&(d=d.setSize(j)),x(d,w,P)}function ua(d){return d<Se?0:d-1>>>Ce<<Ce}f(dr,ft);function dr(d){return d==null?pr():zi(d)?d:pr().withMutations(function(w){var O=g(d);en(O.size),O.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 O=this._map.get(d);return O!==void 0?this._list.get(O)[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,Fe)},dr.prototype.wasAltered=function(){return this._map.wasAltered()||this._list.wasAltered()},dr.prototype.__iterate=function(d,w){var O=this;return this._list.__iterate(function(P){return P&&d(P[1],P[0],O)},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),O=this._list.__ensureOwner(d);return d?xi(w,O,d,this.__hash):(this.__ownerID=d,this._map=w,this._list=O,this)};function zi(d){return Nr(d)&&K(d)}dr.isOrderedMap=zi,dr.prototype[ie]=!0,dr.prototype[oe]=dr.prototype.remove;function xi(d,w,O,P){var j=Object.create(dr.prototype);return j.size=d?d.size:0,j._map=d,j._list=w,j.__ownerID=O,j.__hash=P,j}var nl;function pr(){return nl||(nl=xi(Kr(),ra()))}function mi(d,w,O){var P=d._map,j=d._list,Z=P.get(w),ue=Z!==void 0,Ee,ze;if(O===Fe){if(!ue)return d;j.size>=Se&&j.size>=P.size*2?(ze=j.filter(function(Le,Ge){return Le!==void 0&&Z!==Ge}),Ee=ze.toKeyedSeq().map(function(Le){return Le[0]}).flip().toMap(),d.__ownerID&&(Ee.__ownerID=ze.__ownerID=d.__ownerID)):(Ee=P.remove(w),ze=Z===j.size-1?j.pop():j.set(Z,void 0))}else if(ue){if(O===j.get(Z)[1])return d;Ee=P,ze=j.set(Z,[w,O])}else Ee=P.set(w,j.size),ze=j.set(j.size,[w,O]);return d.__ownerID?(d.size=Ee.size,d._map=Ee,d._list=ze,d.__hash=void 0,d):xi(Ee,ze)}f(br,sn);function br(d,w){this._iter=d,this._useKeys=w,this.size=d.size}br.prototype.get=function(d,w){return this._iter.get(d,w)},br.prototype.has=function(d){return this._iter.has(d)},br.prototype.valueSeq=function(){return this._iter.valueSeq()},br.prototype.reverse=function(){var d=this,w=co(this,!0);return this._useKeys||(w.valueSeq=function(){return d._iter.toSeq().reverse()}),w},br.prototype.map=function(d,w){var O=this,P=Wa(this,d,w);return this._useKeys||(P.valueSeq=function(){return O._iter.toSeq().map(d,w)}),P},br.prototype.__iterate=function(d,w){var O=this,P;return this._iter.__iterate(this._useKeys?function(j,Z){return d(j,Z,O)}:(P=w?mo(this):0,function(j){return d(j,w?--P:P++,O)}),w)},br.prototype.__iterator=function(d,w){if(this._useKeys)return this._iter.__iterator(d,w);var O=this._iter.__iterator(Ye,w),P=w?mo(this):0;return new Dt(function(){var j=O.next();return j.done?j:wt(d,w?--P:P++,j.value,j)})},br.prototype[ie]=!0,f(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 O=this,P=0;return this._iter.__iterate(function(j){return d(j,P++,O)},w)},Oa.prototype.__iterator=function(d,w){var O=this._iter.__iterator(Ye,w),P=0;return new Dt(function(){var j=O.next();return j.done?j:wt(d,P++,j.value,j)})},f(Ea,Vn);function Ea(d){this._iter=d,this.size=d.size}Ea.prototype.has=function(d){return this._iter.includes(d)},Ea.prototype.__iterate=function(d,w){var O=this;return this._iter.__iterate(function(P){return d(P,P,O)},w)},Ea.prototype.__iterator=function(d,w){var O=this._iter.__iterator(Ye,w);return new Dt(function(){var P=O.next();return P.done?P:wt(d,P.value,P.value,P)})},f(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 O=this;return this._iter.__iterate(function(P){if(P){vo(P);var j=k(P);return d(j?P.get(1):P[1],j?P.get(0):P[0],O)}},w)},Qi.prototype.__iterator=function(d,w){var O=this._iter.__iterator(Ye,w);return new Dt(function(){for(;;){var P=O.next();if(P.done)return P;var j=P.value;if(j){vo(j);var Z=k(j);return wt(d,Z?j.get(0):j[0],Z?j.get(1):j[1],P)}}})},Oa.prototype.cacheResult=br.prototype.cacheResult=Ea.prototype.cacheResult=Qi.prototype.cacheResult=Kl;function Ti(d){var w=Ya(d);return w._iter=d,w.size=d.size,w.flip=function(){return d},w.reverse=function(){var O=d.reverse.apply(this);return O.flip=function(){return d.reverse()},O},w.has=function(O){return d.includes(O)},w.includes=function(O){return d.has(O)},w.cacheResult=Kl,w.__iterateUncached=function(O,P){var j=this;return d.__iterate(function(Z,ue){return O(ue,Z,j)!==!1},P)},w.__iteratorUncached=function(O,P){if(O===lt){var j=d.__iterator(O,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(O===Ye?et:Ye,P)},w}function Wa(d,w,O){var P=Ya(d);return P.size=d.size,P.has=function(j){return d.has(j)},P.get=function(j,Z){var ue=d.get(j,Fe);return ue===Fe?Z:w.call(O,ue,j,d)},P.__iterateUncached=function(j,Z){var ue=this;return d.__iterate(function(Ee,ze,Le){return j(w.call(O,Ee,ze,Le),ze,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 ze=Ee.value,Le=ze[0];return wt(j,Le,w.call(O,ze[1],Le,d),Ee)})},P}function co(d,w){var O=Ya(d);return O._iter=d,O.size=d.size,O.reverse=function(){return d},d.flip&&(O.flip=function(){var P=Ti(d);return P.reverse=function(){return d.flip()},P}),O.get=function(P,j){return d.get(w?P:-1-P,j)},O.has=function(P){return d.has(w?P:-1-P)},O.includes=function(P){return d.includes(P)},O.cacheResult=Kl,O.__iterate=function(P,j){var Z=this;return d.__iterate(function(ue,Ee){return P(ue,Ee,Z)},!j)},O.__iterator=function(P,j){return d.__iterator(P,!j)},O}function rl(d,w,O,P){var j=Ya(d);return P&&(j.has=function(Z){var ue=d.get(Z,Fe);return ue!==Fe&&!!w.call(O,ue,Z,d)},j.get=function(Z,ue){var Ee=d.get(Z,Fe);return Ee!==Fe&&w.call(O,Ee,Z,d)?Ee:ue}),j.__iterateUncached=function(Z,ue){var Ee=this,ze=0;return d.__iterate(function(Le,Ge,bt){if(w.call(O,Le,Ge,bt))return ze++,Z(Le,P?Ge:ze-1,Ee)},ue),ze},j.__iteratorUncached=function(Z,ue){var Ee=d.__iterator(lt,ue),ze=0;return new Dt(function(){for(;;){var Le=Ee.next();if(Le.done)return Le;var Ge=Le.value,bt=Ge[0],yt=Ge[1];if(w.call(O,yt,bt,d))return wt(Z,P?bt:ze++,yt,Le)}})},j}function Cu(d,w,O){var P=ft().asMutable();return d.__iterate(function(j,Z){P.update(w.call(O,j,Z,d),0,function(ue){return ue+1})}),P.asImmutable()}function Ji(d,w,O){var P=B(d),j=(K(d)?dr():ft()).asMutable();d.__iterate(function(ue,Ee){j.update(w.call(O,ue,Ee,d),function(ze){return ze=ze||[],ze.push(P?[Ee,ue]:ue),ze})});var Z=sa(d);return j.map(function(ue){return Jn(d,Z(ue))})}function No(d,w,O,P){var j=d.size;if(w!==void 0&&(w=w|0),O!==void 0&&(O=O|0),Xt(w,O,j))return d;var Z=kt(w,j),ue=Nt(O,j);if(Z!==Z||ue!==ue)return No(d.toSeq().cacheResult(),w,O,P);var Ee=ue-Z,ze;Ee===Ee&&(ze=Ee<0?0:Ee);var Le=Ya(d);return Le.size=ze===0?ze:d.size&&ze||void 0,!P&&At(d)&&ze>=0&&(Le.get=function(Ge,bt){return Ge=He(this,Ge),Ge>=0&&Ge<ze?d.get(Ge+Z,bt):bt}),Le.__iterateUncached=function(Ge,bt){var yt=this;if(ze===0)return 0;if(bt)return this.cacheResult().__iterate(Ge,bt);var mn=0,Pn=!0,Dr=0;return d.__iterate(function(ii,Xa){if(!(Pn&&(Pn=mn++<Z)))return Dr++,Ge(ii,P?Xa:Dr-1,yt)!==!1&&Dr!==ze}),Dr},Le.__iteratorUncached=function(Ge,bt){if(ze!==0&&bt)return this.cacheResult().__iterator(Ge,bt);var yt=ze!==0&&d.__iterator(Ge,bt),mn=0,Pn=0;return new Dt(function(){for(;mn++<Z;)yt.next();if(++Pn>ze)return zn();var Dr=yt.next();return P||Ge===Ye?Dr:Ge===et?wt(Ge,Pn-1,void 0,Dr):wt(Ge,Pn-1,Dr.value[1],Dr)})},Le}function jl(d,w,O){var P=Ya(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(ze,Le,Ge){return w.call(O,ze,Le,Ge)&&++Ee&&j(ze,Le,ue)}),Ee},P.__iteratorUncached=function(j,Z){var ue=this;if(Z)return this.cacheResult().__iterator(j,Z);var Ee=d.__iterator(lt,Z),ze=!0;return new Dt(function(){if(!ze)return zn();var Le=Ee.next();if(Le.done)return Le;var Ge=Le.value,bt=Ge[0],yt=Ge[1];return w.call(O,yt,bt,ue)?j===lt?Le:wt(j,bt,yt,Le):(ze=!1,zn())})},P}function _u(d,w,O,P){var j=Ya(d);return j.__iterateUncached=function(Z,ue){var Ee=this;if(ue)return this.cacheResult().__iterate(Z,ue);var ze=!0,Le=0;return d.__iterate(function(Ge,bt,yt){if(!(ze&&(ze=w.call(O,Ge,bt,yt))))return Le++,Z(Ge,P?bt:Le-1,Ee)}),Le},j.__iteratorUncached=function(Z,ue){var Ee=this;if(ue)return this.cacheResult().__iterator(Z,ue);var ze=d.__iterator(lt,ue),Le=!0,Ge=0;return new Dt(function(){var bt,yt,mn;do{if(bt=ze.next(),bt.done)return P||Z===Ye?bt:Z===et?wt(Z,Ge++,void 0,bt):wt(Z,Ge++,bt.value[1],bt);var Pn=bt.value;yt=Pn[0],mn=Pn[1],Le&&(Le=w.call(O,mn,yt,Ee))}while(Le);return Z===lt?bt:wt(Z,yt,mn,bt)})},j}function fo(d,w){var O=B(d),P=[d].concat(w).map(function(ue){return k(ue)?O&&(ue=g(ue)):ue=O?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||O&&B(j)||q(d)&&q(j))return j}var Z=new On(P);return O?Z=Z.toKeyedSeq():q(d)||(Z=Z.toSetSeq()),Z=Z.flatten(!0),Z.size=P.reduce(function(ue,Ee){if(ue!==void 0){var ze=Ee.size;if(ze!==void 0)return ue+ze}},0),Z}function po(d,w,O){var P=Ya(d);return P.__iterateUncached=function(j,Z){var ue=0,Ee=!1;function ze(Le,Ge){var bt=this;Le.__iterate(function(yt,mn){return(!w||Ge<w)&&k(yt)?ze(yt,Ge+1):j(yt,O?mn:ue++,bt)===!1&&(Ee=!0),!Ee},Z)}return ze(d,0),ue},P.__iteratorUncached=function(j,Z){var ue=d.__iterator(j,Z),Ee=[],ze=0;return new Dt(function(){for(;ue;){var Le=ue.next();if(Le.done!==!1){ue=Ee.pop();continue}var Ge=Le.value;if(j===lt&&(Ge=Ge[1]),(!w||Ee.length<w)&&k(Ge))Ee.push(ue),ue=Ge.__iterator(j,Z);else return O?Le:wt(j,ze++,Ge,Le)}return zn()})},P}function Vl(d,w,O){var P=sa(d);return d.toSeq().map(function(j,Z){return P(w.call(O,j,Z,d))}).flatten(!0)}function Ma(d,w){var O=Ya(d);return O.size=d.size&&d.size*2-1,O.__iterateUncached=function(P,j){var Z=this,ue=0;return d.__iterate(function(Ee,ze){return(!ue||P(w,ue++,Z)!==!1)&&P(Ee,ue++,Z)!==!1},j),ue},O.__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)})},O}function gi(d,w,O){w||(w=kl);var P=B(d),j=0,Z=d.toSeq().map(function(ue,Ee){return[Ee,ue,j++,O?O(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,O){if(w||(w=kl),O){var P=d.toSeq().map(function(j,Z){return[j,O(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,O){var P=d(O,w);return P===0&&O!==w&&(O==null||O!==O)||P>0}function Tl(d,w,O){var P=Ya(d);return P.size=new On(O).map(function(j){return j.size}).min(),P.__iterate=function(j,Z){for(var ue=this.__iterator(Ye,Z),Ee,ze=0;!(Ee=ue.next()).done&&j(Ee.value,ze++,this)!==!1;);return ze},P.__iteratorUncached=function(j,Z){var ue=O.map(function(Le){return Le=u(Le),sr(Z?Le.reverse():Le)}),Ee=0,ze=!1;return new Dt(function(){var Le;return ze||(Le=ue.map(function(Ge){return Ge.next()}),ze=Le.some(function(Ge){return Ge.done})),ze?zn():wt(j,Ee++,w.apply(null,Le.map(function(Ge){return Ge.value})))})},P}function Jn(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 sa(d){return B(d)?g:q(d)?E:A}function Ya(d){return Object.create((B(d)?sn:q(d)?on:Vn).prototype)}function Kl(){return this._iter.cacheResult?(this._iter.cacheResult(),this.size=this._iter.size,this):zt.prototype.cacheResult.call(this)}function kl(d,w){return d>w?1:d<w?-1:0}function ai(d){var w=sr(d);if(!w){if(!Er(d))throw new TypeError("Expected iterable or array-like: "+d);w=sr(u(d))}return w}f(aa,ka);function aa(d,w){var O,P=function(ue){if(ue instanceof P)return ue;if(!(this instanceof P))return new P(ue);if(!O){O=!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(Xr);return j.constructor=P,P}aa.prototype.toString=function(){return this.__toString(es(this)+" {","}")},aa.prototype.has=function(d){return this._defaultValues.hasOwnProperty(d)},aa.prototype.get=function(d,w){if(!this.has(d))return w;var O=this._defaultValues[d];return this._map?this._map.get(d,O):O},aa.prototype.clear=function(){if(this.__ownerID)return this._map&&this._map.clear(),this;var d=this.constructor;return d._empty||(d._empty=Wl(this,Kr()))},aa.prototype.set=function(d,w){if(!this.has(d))throw new Error('Cannot set unknown key "'+d+'" on '+es(this));var O=this._map&&this._map.set(d,w);return this.__ownerID||O===this._map?this:Wl(this,O)},aa.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:Wl(this,w)},aa.prototype.wasAltered=function(){return this._map.wasAltered()},aa.prototype.__iterator=function(d,w){var O=this;return g(this._defaultValues).map(function(P,j){return O.get(j)}).__iterator(d,w)},aa.prototype.__iterate=function(d,w){var O=this;return g(this._defaultValues).map(function(P,j){return O.get(j)}).__iterate(d,w)},aa.prototype.__ensureOwner=function(d){if(d===this.__ownerID)return this;var w=this._map&&this._map.__ensureOwner(d);return d?Wl(this,w,d):(this.__ownerID=d,this._map=w,this)};var Xr=aa.prototype;Xr[oe]=Xr.remove,Xr.deleteIn=Xr.removeIn=Ot.removeIn,Xr.merge=Ot.merge,Xr.mergeWith=Ot.mergeWith,Xr.mergeIn=Ot.mergeIn,Xr.mergeDeep=Ot.mergeDeep,Xr.mergeDeepWith=Ot.mergeDeepWith,Xr.mergeDeepIn=Ot.mergeDeepIn,Xr.setIn=Ot.setIn,Xr.update=Ot.update,Xr.updateIn=Ot.updateIn,Xr.withMutations=Ot.withMutations,Xr.asMutable=Ot.asMutable,Xr.asImmutable=Ot.asImmutable;function Wl(d,w,O){var P=Object.create(Object.getPrototypeOf(d));return P._map=w,P.__ownerID=O,P}function es(d){return d._name||d.constructor.name||"Record"}function bu(d,w){try{w.forEach(xs.bind(void 0,d))}catch{}}function xs(d,w){Object.defineProperty(d,w,{get:function(){return this.get(w)},set:function(O){Mn(this.__ownerID,"Cannot set on an immutable record."),this.set(w,O)}})}f(kr,ja);function kr(d){return d==null?xu():zo(d)&&!K(d)?d:xu().withMutations(function(w){var O=A(d);en(O.size),O.forEach(function(P){return w.add(P)})})}kr.of=function(){return this(arguments)},kr.fromKeys=function(d){return this(g(d).keySeq())},kr.prototype.toString=function(){return this.__toString("Set {","}")},kr.prototype.has=function(d){return this._map.has(d)},kr.prototype.add=function(d){return Yl(this,this._map.set(d,!0))},kr.prototype.remove=function(d){return Yl(this,this._map.remove(d))},kr.prototype.clear=function(){return Yl(this,this._map.clear())},kr.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 O=0;O<d.length;O++)A(d[O]).forEach(function(P){return w.add(P)})})},kr.prototype.intersect=function(){var d=l.call(arguments,0);if(d.length===0)return this;d=d.map(function(O){return A(O)});var w=this;return this.withMutations(function(O){w.forEach(function(P){d.every(function(j){return j.includes(P)})||O.remove(P)})})},kr.prototype.subtract=function(){var d=l.call(arguments,0);if(d.length===0)return this;d=d.map(function(O){return A(O)});var w=this;return this.withMutations(function(O){w.forEach(function(P){d.some(function(j){return j.includes(P)})&&O.remove(P)})})},kr.prototype.merge=function(){return this.union.apply(this,arguments)},kr.prototype.mergeWith=function(d){var w=l.call(arguments,1);return this.union.apply(this,w)},kr.prototype.sort=function(d){return T(gi(this,d))},kr.prototype.sortBy=function(d,w){return T(gi(this,w,d))},kr.prototype.wasAltered=function(){return this._map.wasAltered()},kr.prototype.__iterate=function(d,w){var O=this;return this._map.__iterate(function(P,j){return d(j,j,O)},w)},kr.prototype.__iterator=function(d,w){return this._map.map(function(O,P){return P}).__iterator(d,w)},kr.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[Rl])}kr.isSet=zo;var Rl="@@__IMMUTABLE_SET__@@",Ga=kr.prototype;Ga[Rl]=!0,Ga[oe]=Ga.remove,Ga.mergeDeep=Ga.merge,Ga.mergeDeepWith=Ga.mergeWith,Ga.withMutations=Ot.withMutations,Ga.asMutable=Ot.asMutable,Ga.asImmutable=Ot.asImmutable,Ga.__empty=xu,Ga.__make=Gl;function Yl(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 Gl(d,w){var O=Object.create(Ga);return O.size=d?d.size:0,O._map=d,O.__ownerID=w,O}var ki;function xu(){return ki||(ki=Gl(Kr()))}f(T,kr);function T(d){return d==null?_e():I(d)?d:_e().withMutations(function(w){var O=A(d);en(O.size),O.forEach(function(P){return w.add(P)})})}T.of=function(){return this(arguments)},T.fromKeys=function(d){return this(g(d).keySeq())},T.prototype.toString=function(){return this.__toString("OrderedSet {","}")};function I(d){return zo(d)&&K(d)}T.isOrderedSet=I;var W=T.prototype;W[ie]=!0,W.__empty=_e,W.__make=re;function re(d,w){var O=Object.create(W);return O.size=d?d.size:0,O._map=d,O.__ownerID=w,O}var be;function _e(){return be||(be=re(pr()))}f(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 O=this._head;for(d=He(this,d);O&&d--;)O=O.next;return O?O.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,O=arguments.length-1;O>=0;O--)w={value:arguments[O],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=E(d),d.size===0)return this;en(d.size);var w=this.size,O=this._head;return d.reverse().forEach(function(P){w++,O={value:P,next:O}}),this.__ownerID?(this.size=w,this._head=O,this.__hash=void 0,this.__altered=!0,this):dn(w,O)},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 O=kt(d,this.size),P=Nt(w,this.size);if(P!==this.size)return Ra.prototype.slice.call(this,d,w);for(var j=this.size-O,Z=this._head;O--;)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 O=0,P=this._head;P&&d(P.value,O++,this)!==!1;)P=P.next;return O},De.prototype.__iterator=function(d,w){if(w)return this.reverse().__iterator(d);var O=0,P=this._head;return new Dt(function(){if(P){var j=P.value;return P=P.next,wt(d,O++,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,O,P){var j=Object.create(nn);return j.size=d,j._head=w,j.__ownerID=O,j.__hash=P,j.__altered=!1,j}var mr;function Ia(){return mr||(mr=dn(0))}function Pr(d,w){var O=function(P){d.prototype[P]=w[P]};return Object.keys(w).forEach(O),Object.getOwnPropertySymbols&&Object.getOwnPropertySymbols(w).forEach(O),d}u.Iterator=Dt,Pr(u,{toArray:function(){en(this.size);var d=new Array(this.size||0);return this.valueSeq().__iterate(function(w,O){d[O]=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 br(this,!0)},toMap:function(){return ft(this.toKeyedSeq())},toObject:function(){en(this.size);var d={};return this.__iterate(function(w,O){d[O]=w}),d},toOrderedMap:function(){return dr(this.toKeyedSeq())},toOrderedSet:function(){return T(B(this)?this.valueSeq():this)},toSet:function(){return kr(B(this)?this.valueSeq():this)},toSetSeq:function(){return new Ea(this)},toSeq:function(){return q(this)?this.toIndexedSeq():B(this)?this.toKeyedSeq():this.toSetSeq()},toStack:function(){return De(B(this)?this.valueSeq():this)},toList:function(){return St(B(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 Jn(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 O=!0;return this.__iterate(function(P,j,Z){if(!d.call(w,P,j,Z))return O=!1,!1}),O},filter:function(d,w){return Jn(this,rl(this,d,w,!0))},find:function(d,w,O){var P=this.findEntry(d,w);return P?P[1]:O},findEntry:function(d,w){var O;return this.__iterate(function(P,j,Z){if(d.call(w,P,j,Z))return O=[j,P],!1}),O},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="",O=!0;return this.__iterate(function(P){O?O=!1:w+=d,w+=P!=null?P.toString():""}),w},keys:function(){return this.__iterator(et)},map:function(d,w){return Jn(this,Wa(this,d,w))},reduce:function(d,w,O){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(O,P,Z,ue,Ee)}),P},reduceRight:function(d,w,O){var P=this.toKeyedSeq().reverse();return P.reduce.apply(P,arguments)},reverse:function(){return Jn(this,co(this,!0))},slice:function(d,w){return Jn(this,No(this,d,w,!0))},some:function(d,w){return!this.every(Ts(d),w)},sort:function(d){return Jn(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 xr(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(Ts(d),w)},findLast:function(d,w,O){return this.toKeyedSeq().reverse().find(d,w,O)},first:function(){return this.find(rt)},flatMap:function(d,w){return Jn(this,Vl(this,d,w))},flatten:function(d){return Jn(this,po(this,d,!0))},fromEntrySeq:function(){return new Qi(this)},get:function(d,w){return this.find(function(O,P){return wn(P,d)},void 0,w)},getIn:function(d,w){for(var O=this,P=ai(d),j;!(j=P.next()).done;){var Z=j.value;if(O=O&&O.get?O.get(Z,Fe):Fe,O===Fe)return w}return O},groupBy:function(d,w){return Ji(this,d,w)},has:function(d){return this.get(d,Fe)!==Fe},hasIn:function(d){return this.getIn(d,Fe)!==Fe},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(Xl).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?Gc(d):rc)},minBy:function(d,w){return Ii(this,w?Gc(w):rc,d)},rest:function(){return this.slice(1)},skip:function(d){return this.slice(Math.max(0,d))},skipLast:function(d){return Jn(this,this.toSeq().reverse().skip(d).reverse())},skipWhile:function(d,w){return Jn(this,_u(this,d,w,!0))},skipUntil:function(d,w){return this.skipWhile(Ts(d),w)},sortBy:function(d,w){return Jn(this,gi(this,w,d))},take:function(d){return this.slice(0,Math.max(0,d))},takeLast:function(d){return Jn(this,this.toSeq().reverse().take(d).reverse())},takeWhile:function(d,w){return Jn(this,jl(this,d,w))},takeUntil:function(d,w){return this.takeWhile(Ts(d),w)},valueSeq:function(){return this.toIndexedSeq()},hashCode:function(){return this.__hash||(this.__hash=ts(this))}});var Rr=u.prototype;Rr[J]=!0,Rr[Qn]=Rr.values,Rr.__toJS=Rr.toArray,Rr.__toStringMapper=nc,Rr.inspect=Rr.toSource=function(){return this.toString()},Rr.chain=Rr.flatMap,Rr.contains=Rr.includes,function(){try{Object.defineProperty(Rr,"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{}}(),Pr(g,{flip:function(){return Jn(this,Ti(this))},findKey:function(d,w){var O=this.findEntry(d,w);return O&&O[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 O=this,P=0;return Jn(this,this.toSeq().map(function(j,Z){return d.call(w,[Z,j],P++,O)}).fromEntrySeq())},mapKeys:function(d,w){var O=this;return Jn(this,this.toSeq().flip().map(function(P,j){return d.call(w,P,j,O)}).flip())}});var Io=g.prototype;Io[te]=!0,Io[Qn]=Rr.entries,Io.__toJS=Rr.toObject,Io.__toStringMapper=function(d,w){return JSON.stringify(w)+": "+nc(d)},Pr(E,{toKeyedSeq:function(){return new br(this,!1)},filter:function(d,w){return Jn(this,rl(this,d,w,!1))},findIndex:function(d,w){var O=this.findEntry(d,w);return O?O[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 Jn(this,co(this,!1))},slice:function(d,w){return Jn(this,No(this,d,w,!1))},splice:function(d,w){var O=arguments.length;if(w=Math.max(w|0,0),O===0||O===2&&!w)return this;d=kt(d,d<0?this.count():this.size);var P=this.slice(0,d);return Jn(this,O===1?P:P.concat(Ze(arguments,2),this.slice(d+w)))},findLastIndex:function(d,w){var O=this.toKeyedSeq().findLastKey(d,w);return O===void 0?-1:O},first:function(){return this.get(0)},flatten:function(d){return Jn(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(O,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 Jn(this,Ma(this,d))},interleave:function(){var d=[this].concat(Ze(arguments)),w=Tl(this.toSeq(),on.of,d),O=w.flatten(!0);return w.size&&(O.size=w.size*d.length),Jn(this,O)},last:function(){return this.get(-1)},skipWhile:function(d,w){return Jn(this,_u(this,d,w,!1))},zip:function(){var d=[this].concat(Ze(arguments));return Jn(this,Tl(this,Xc,d))},zipWith:function(d){var w=Ze(arguments);return w[0]=this,Jn(this,Tl(this,d,w))}}),E.prototype[le]=!0,E.prototype[ie]=!0,Pr(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=Rr.includes,Pr(sn,g.prototype),Pr(on,E.prototype),Pr(Vn,A.prototype),Pr(ka,g.prototype),Pr(Ra,E.prototype),Pr(ja,A.prototype);function Xl(d,w){return w}function Po(d,w){return[w,d]}function Ts(d){return function(){return!d.apply(this,arguments)}}function Gc(d){return function(){return-d.apply(this,arguments)}}function nc(d){return typeof d=="string"?JSON.stringify(d):d}function Xc(){return Ze(arguments)}function rc(d,w){return d<w?1:d>w?-1:0}function ts(d){if(d.size===1/0)return 0;var w=K(d),O=B(d),P=w?1:0,j=d.__iterate(O?w?function(Z,ue){P=31*P+ql(Tr(Z),Tr(ue))|0}:function(Z,ue){P=P+ql(Tr(Z),Tr(ue))|0}:w?function(Z){P=31*P+Tr(Z)|0}:function(Z){P=P+Tr(Z)|0});return Dl(j,P)}function Dl(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=Bi(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:kr,OrderedSet:T,Record:aa,Range:Kn,Repeat:In,is:wn,fromJS:vt};return Tu})})(Vr);var Lb=Vr.exports,Bb=Lb.OrderedMap,Nb={createFromArray:function(i){return Bb(i.map(function(l){return[l.getKey(),l]}))}},hv=Nb;function zb(o,i){o.prototype=Object.create(i.prototype),o.prototype.constructor=o,o.__proto__=i}var Wg=Vr.exports,Yg=Wg.Map,Gg=Wg.OrderedSet,Ib=Wg.Record,M4=Gg(),F4={style:M4,entity:null},Pb=Ib(F4),Xg=function(o){zb(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 E=u.set("style",u.getStyle().add(g));return i.create(E)},i.removeStyle=function(u,g){var E=u.set("style",u.getStyle().remove(g));return i.create(E)},i.applyEntity=function(u,g){var E=u.getEntity()===g?u:u.set("entity",g);return i.create(E)},i.create=function(u){if(!u)return qg;var g={style:M4,entity:null},E=Yg(g).merge(u),A=Qg.get(E);if(A)return A;var k=new i(E);return Qg=Qg.set(E,k),k},i.fromJS=function(u){var g=u.style,E=u.entity;return new i({style:Array.isArray(g)?Gg(g):g,entity:Array.isArray(E)?Gg(E):E})},i}(Pb),qg=new Xg,Qg=Yg([[Yg(F4),qg]]);Xg.EMPTY=qg;var ws=Xg;function Ub(o,i,l,f){if(!!o.size){var u=0;o.reduce(function(g,E,A){return i(g,E)||(l(g)&&f(u,A),u=A),E}),l(o.last())&&f(u,o.count())}}var vv=Ub;function Hb(o,i){o.prototype=Object.create(i.prototype),o.prototype.constructor=o,o.__proto__=i}var $b=ws,L4=vv,mv=Vr.exports,B4=mv.List,jb=mv.Map,Vb=mv.OrderedSet,Kb=mv.Record,Wb=mv.Repeat,Yb=Vb(),Gb={key:"",type:"unstyled",text:"",characterList:B4(),depth:0,data:jb()},Xb=Kb(Gb),qb=function(i){if(!i)return i;var l=i.characterList,f=i.text;return f&&!l&&(i.characterList=B4(Wb($b.EMPTY,f.length))),i},Qb=function(o){Hb(i,o);function i(f){return o.call(this,qb(f))||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():Yb},l.getEntityAt=function(u){var g=this.getCharacterList().get(u);return g?g.getEntity():null},l.findStyleRanges=function(u,g){L4(this.getCharacterList(),Jb,u,g)},l.findEntityRanges=function(u,g){L4(this.getCharacterList(),Zb,u,g)},i}(Xb);function Jb(o,i){return o.getStyle()===i.getStyle()}function Zb(o,i){return o.getEntity()===i.getEntity()}var hp=Qb;function e5(o,i){o.prototype=Object.create(i.prototype),o.prototype.constructor=o,o.__proto__=i}var t5=ws,N4=vv,gv=Vr.exports,Jg=gv.List,n5=gv.Map,r5=gv.OrderedSet,a5=gv.Record,i5=gv.Repeat,o5=r5(),z4={parent:null,characterList:Jg(),data:n5(),depth:0,key:"",text:"",type:"unstyled",children:Jg(),prevSibling:null,nextSibling:null},l5=function(i,l){return i.getStyle()===l.getStyle()},u5=function(i,l){return i.getEntity()===l.getEntity()},s5=function(i){if(!i)return i;var l=i.characterList,f=i.text;return f&&!l&&(i.characterList=Jg(i5(t5.EMPTY,f.length))),i},c5=function(o){e5(i,o);function i(){var f=arguments.length>0&&arguments[0]!==void 0?arguments[0]:z4;return o.call(this,s5(f))||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():o5},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){N4(this.getCharacterList(),l5,u,g)},l.findEntityRanges=function(u,g){N4(this.getCharacterList(),u5,u,g)},i}(a5(z4)),Cs=c5,I4=ws,f5=Vr.exports,d5=f5.Map,p5={add:function(i,l,f){return P4(i,l,f,!0)},remove:function(i,l,f){return P4(i,l,f,!1)}};function P4(o,i,l,f){var u=o.getBlockMap(),g=i.getStartKey(),E=i.getStartOffset(),A=i.getEndKey(),k=i.getEndOffset(),B=u.skipUntil(function(q,$){return $===g}).takeUntil(function(q,$){return $===A}).concat(d5([[A,u.get(A)]])).map(function(q,$){var K,J;g===A?(K=E,J=k):(K=$===g?E:0,J=$===A?k:q.getLength());for(var te=q.getCharacterList(),le;K<J;)le=te.get(K),te=te.set(K,f?I4.applyStyle(le,l):I4.removeStyle(le,l)),K++;return q.set("characterList",te)});return o.merge({blockMap:u.merge(B),selectionBefore:i,selectionAfter:i})}var h5=p5,v5=ws;function m5(o,i,l,f){for(var u=i,g=o.getCharacterList();u<l;)g=g.set(u,v5.applyEntity(g.get(u),f)),u++;return o.set("characterList",g)}var g5=m5,y5=g5,S5=Vr.exports;function E5(o,i,l){var f=o.getBlockMap(),u=i.getStartKey(),g=i.getStartOffset(),E=i.getEndKey(),A=i.getEndOffset(),k=f.skipUntil(function(B,q){return q===u}).takeUntil(function(B,q){return q===E}).toOrderedMap().merge(S5.OrderedMap([[E,f.get(E)]])).map(function(B,q){var $=q===u?g:0,K=q===E?A:B.getLength();return y5(B,$,K,l)});return o.merge({blockMap:f.merge(k),selectionBefore:i,selectionAfter:i})}var w5=E5,C5={getRemovalRange:function(i,l,f,u,g){var E=f.split(" ");E=E.map(function(ie,oe){if(g==="forward"){if(oe>0)return" "+ie}else if(oe<E.length-1)return ie+" ";return ie});for(var A=u,k,B,q=null,$=null,K=0;K<E.length;K++){if(B=E[K],k=A+B.length,i<k&&A<l)q!==null||(q=A),$=k;else if(q!==null)break;A=k}var J=u+f.length,te=q===u,le=$===J;return(!te&&le||te&&!le)&&(g==="forward"?$!==J&&$++:q!==u&&q--),{start:q,end:$}}},_5=C5,b5=process.env.NODE_ENV!=="production"?function(o){if(o===void 0)throw new Error("invariant(...): Second argument must be a string.")}:function(o){};function x5(o,i){for(var l=arguments.length,f=new Array(l>2?l-2:0),u=2;u<l;u++)f[u-2]=arguments[u];if(b5(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 E=0;g=new Error(i.replace(/%s/g,function(){return String(f[E++])})),g.name="Invariant Violation"}throw g.framesToPop=1,g}}var ta=x5,U4=ta;function T5(o,i){var l=[];return o.findEntityRanges(function(f){return f.getEntity()===i},function(f,u){l.push({start:f,end:u})}),l.length||(process.env.NODE_ENV!=="production"?U4(!1,"Entity key not found in this range."):U4(!1)),l}var k5=T5,R5=_5,D5=k5,H4=ta;function A5(o,i,l,f,u){var g=f.getStartOffset(),E=f.getEndOffset(),A=i.getEntityAt(g),k=l.getEntityAt(E-1);if(!A&&!k)return f;var B=f;if(A&&A===k)B=yv(o,i,B,u,A,!0,!0);else if(A&&k){var q=yv(o,i,B,u,A,!1,!0),$=yv(o,l,B,u,k,!1,!1);B=B.merge({anchorOffset:q.getAnchorOffset(),focusOffset:$.getFocusOffset(),isBackward:!1})}else if(A){var K=yv(o,i,B,u,A,!1,!0);B=B.merge({anchorOffset:K.getStartOffset(),isBackward:!1})}else if(k){var J=yv(o,l,B,u,k,!1,!1);B=B.merge({focusOffset:J.getEndOffset(),isBackward:!1})}return B}function yv(o,i,l,f,u,g,E){var A=l.getStartOffset(),k=l.getEndOffset(),B=o.__get(u),q=B.getMutability(),$=E?A:k;if(q==="MUTABLE")return l;var K=D5(i,u).filter(function(le){return $<=le.end&&$>=le.start});K.length!=1&&(process.env.NODE_ENV!=="production"?H4(!1,"There should only be one entity range within this removal range."):H4(!1));var J=K[0];if(q==="IMMUTABLE")return l.merge({anchorOffset:J.start,focusOffset:J.end,isBackward:!1});g||(E?k=J.end:A=J.start);var te=R5.getRemovalRange(A,k,i.getText().slice(J.start,J.end),J.start,f);return l.merge({anchorOffset:te.start,focusOffset:te.end,isBackward:!1})}var O5=A5,$4={},M5=Math.pow(2,24);function F5(){for(var o;o===void 0||$4.hasOwnProperty(o)||!isNaN(+o);)o=Math.floor(Math.random()*M5).toString(32);return $4[o]=!0,o}var $c=F5,L5=Cs,j4=$c,B5=Vr.exports,V4=B5.OrderedMap,N5=function(i){var l={},f;return V4(i.withMutations(function(u){u.forEach(function(g,E){var A=g.getKey(),k=g.getNextSiblingKey(),B=g.getPrevSiblingKey(),q=g.getChildKeys(),$=g.getParentKey(),K=j4();if(l[A]=K,k){var J=u.get(k);J?u.setIn([k,"prevSibling"],K):u.setIn([A,"nextSibling"],null)}if(B){var te=u.get(B);te?u.setIn([B,"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),f&&(u.setIn([f.getKey(),"nextSibling"],K),u.setIn([A,"prevSibling"],l[f.getKey()])),f=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()])]}))},z5=function(i){return V4(i.toArray().map(function(l){var f=j4();return[f,l.set("key",f)]}))},I5=function(i){var l=i.first()instanceof L5;return l?N5(i):z5(i)},K4=I5,P5=ws,U5=vv,W4=ta;function H5(o,i){var l=o.getBlockMap(),f=o.getEntityMap(),u={},g=i.getStartKey(),E=i.getStartOffset(),A=l.get(g),k=Y4(f,A,E);k!==A&&(u[g]=k);var B=i.getEndKey(),q=i.getEndOffset(),$=l.get(B);g===B&&($=k);var K=Y4(f,$,q);return K!==$&&(u[B]=K),Object.keys(u).length?o.merge({blockMap:l.merge(u),selectionAfter:i}):o.set("selectionAfter",i)}function $5(o,i,l){var f;return U5(o,function(u,g){return u.getEntity()===g.getEntity()},function(u){return u.getEntity()===i},function(u,g){u<=l&&g>=l&&(f={start:u,end:g})}),typeof f!="object"&&(process.env.NODE_ENV!=="production"?W4(!1,"Removal range must exist within character list."):W4(!1)),f}function Y4(o,i,l){var f=i.getCharacterList(),u=l>0?f.get(l-1):void 0,g=l<f.count()?f.get(l):void 0,E=u?u.getEntity():void 0,A=g?g.getEntity():void 0;if(A&&A===E){var k=o.__get(A);if(k.getMutability()!=="MUTABLE"){for(var B=$5(f,A,l),q=B.start,$=B.end,K;q<$;)K=f.get(q),f=f.set(q,P5.applyEntity(K,null)),q++;return i.set("characterList",f)}}return i}var G4=H5,j5=K4,V5=G4,K5=function(i,l){var f=l.getStartKey(),u=l.getStartOffset(),g=l.getEndKey(),E=l.getEndOffset(),A=V5(i,l),k=A.getBlockMap(),B=k.keySeq(),q=B.indexOf(f),$=B.indexOf(g)+1;return j5(k.slice(q,$).map(function(K,J){var te=K.getText(),le=K.getCharacterList();return f===g?K.merge({text:te.slice(u,E),characterList:le.slice(u,E)}):J===f?K.merge({text:te.slice(u),characterList:le.slice(u)}):J===g?K.merge({text:te.slice(0,E),characterList:le.slice(0,E)}):K}))},fm=K5;function W5(o,i,l){var f=o;if(l===f.count())i.forEach(function(E){f=f.push(E)});else if(l===0)i.reverse().forEach(function(E){f=f.unshift(E)});else{var u=f.slice(0,l),g=f.slice(l);f=u.concat(i,g).toList()}return f}var X4=W5,Y5=hv,q4=Cs,G5=Vr.exports,X5=X4,dm=ta,q5=K4,Q5=G5.List,J5=function(i,l,f,u,g,E){var A=arguments.length>6&&arguments[6]!==void 0?arguments[6]:"REPLACE_WITH_NEW_DATA",k=f.get(g),B=k.getText(),q=k.getCharacterList(),$=g,K=E+u.getText().length,J=null;switch(A){case"MERGE_OLD_DATA_TO_NEW_DATA":J=u.getData().merge(k.getData());break;case"REPLACE_WITH_NEW_DATA":J=u.getData();break}var te=k.getType();B&&te==="unstyled"&&(te=u.getType());var le=k.merge({text:B.slice(0,E)+u.getText()+B.slice(E),characterList:X5(q,u.getCharacterList(),E),type:te,data:J});return i.merge({blockMap:f.set(g,le),selectionBefore:l,selectionAfter:l.merge({anchorKey:$,anchorOffset:K,focusKey:$,focusOffset:K,isBackward:!1})})},Z5=function(i,l,f){var u=i.getText(),g=i.getCharacterList(),E=u.slice(0,l),A=g.slice(0,l),k=f.first();return i.merge({text:E+k.getText(),characterList:A.concat(k.getCharacterList()),type:E?i.getType():k.getType(),data:k.getData()})},ex=function(i,l,f){var u=i.getText(),g=i.getCharacterList(),E=u.length,A=u.slice(l,E),k=g.slice(l,E),B=f.last();return B.merge({text:B.getText()+A,characterList:B.getCharacterList().concat(k),data:B.getData()})},tx=function(i,l){var f=i.getKey(),u=i,g=[];for(l.get(f)&&g.push(f);u&&u.getNextSiblingKey();){var E=u.getNextSiblingKey();if(!E)break;g.push(E),u=l.get(E)}return g},nx=function(i,l,f,u){return i.withMutations(function(g){var E=f.getKey(),A=u.getKey(),k=f.getNextSiblingKey(),B=f.getParentKey(),q=tx(u,i),$=q[q.length-1];if(g.get(A)?(g.setIn([E,"nextSibling"],A),g.setIn([A,"prevSibling"],E)):(g.setIn([E,"nextSibling"],u.getNextSiblingKey()),g.setIn([u.getNextSiblingKey(),"prevSibling"],E)),g.setIn([$,"nextSibling"],k),k&&g.setIn([k,"prevSibling"],$),q.forEach(function(oe){return g.setIn([oe,"parent"],B)}),B){var K=i.get(B),J=K.getChildKeys(),te=J.indexOf(E),le=te+1,ie=J.toArray();ie.splice.apply(ie,[le,0].concat(q)),g.setIn([B,"children"],Q5(ie))}})},rx=function(i,l,f,u,g,E){var A=f.first()instanceof q4,k=[],B=u.size,q=f.get(g),$=u.first(),K=u.last(),J=K.getLength(),te=K.getKey(),le=A&&(!q.getChildKeys().isEmpty()||!$.getChildKeys().isEmpty());f.forEach(function(oe,Ce){if(Ce!==g){k.push(oe);return}le?k.push(oe):k.push(Z5(oe,E,u)),u.slice(le?0:1,B-1).forEach(function(Se){return k.push(Se)}),k.push(ex(oe,E,u))});var ie=Y5.createFromArray(k);return A&&(ie=nx(ie,f,q,$)),i.merge({blockMap:ie,selectionBefore:l,selectionAfter:l.merge({anchorKey:te,anchorOffset:J,focusKey:te,focusOffset:J,isBackward:!1})})},ax=function(i,l,f){var u=arguments.length>3&&arguments[3]!==void 0?arguments[3]:"REPLACE_WITH_NEW_DATA";l.isCollapsed()||(process.env.NODE_ENV!=="production"?dm(!1,"`insertFragment` should only be called with a collapsed selection state."):dm(!1));var g=i.getBlockMap(),E=q5(f),A=l.getStartKey(),k=l.getStartOffset(),B=g.get(A);return B instanceof q4&&(B.getChildKeys().isEmpty()||(process.env.NODE_ENV!=="production"?dm(!1,"`insertFragment` should not be called when a container node is selected."):dm(!1))),E.size===1?J5(i,l,g,E.first(),A,k,u):rx(i,l,g,E,A,k)},ix=ax,ox=Vr.exports,lx=X4,Q4=ta,ux=ox.Repeat;function sx(o,i,l,f){i.isCollapsed()||(process.env.NODE_ENV!=="production"?Q4(!1,"`insertText` should only be called with a collapsed range."):Q4(!1));var u=null;if(l!=null&&(u=l.length),u==null||u===0)return o;var g=o.getBlockMap(),E=i.getStartKey(),A=i.getStartOffset(),k=g.get(E),B=k.getText(),q=k.merge({text:B.slice(0,A)+l+B.slice(A,k.getLength()),characterList:lx(k.getCharacterList(),ux(f,u).toList(),A)}),$=A+u;return o.merge({blockMap:g.set(E,q),selectionAfter:i.merge({anchorOffset:$,focusOffset:$})})}var cx=sx,fx=Vr.exports,dx=fx.Map;function px(o,i,l){var f=i.getStartKey(),u=i.getEndKey(),g=o.getBlockMap(),E=g.toSeq().skipUntil(function(A,k){return k===f}).takeUntil(function(A,k){return k===u}).concat(dx([[u,g.get(u)]])).map(l);return o.merge({blockMap:g.merge(E),selectionBefore:i,selectionAfter:i})}var J4=px,hx=Cs,vx=function(i,l){var f=i instanceof hx;if(!f)return null;var u=i.getNextSiblingKey();if(u)return u;var g=i.getParentKey();if(!g)return null;for(var E=l.get(g);E&&!E.getNextSiblingKey();){var A=E.getParentKey();E=A?l.get(A):null}return E?E.getNextSiblingKey():null},Z4=vx,mx=Cs,Zg=Z4,e6=Vr.exports;e6.List;var t6=e6.Map,mu=function(i,l,f){if(!!i){var u=l.get(i);!u||l.set(i,f(u))}},pm=function(i,l){var f=[];if(!i)return f;for(var u=l.get(i);u&&u.getParentKey();){var g=u.getParentKey();g&&f.push(g),u=g?l.get(g):null}return f},gx=function(i,l){var f=[];if(!i)return f;for(var u=Zg(i,l);u&&l.get(u);){var g=l.get(u);f.push(u),u=g.getParentKey()?Zg(g,l):null}return f},rh=function(i,l,f){if(!i)return null;for(var u=f.get(i.getKey()).getNextSiblingKey();u&&!l.get(u);)u=f.get(u).getNextSiblingKey()||null;return u},ah=function(i,l,f){if(!i)return null;for(var u=f.get(i.getKey()).getPrevSiblingKey();u&&!l.get(u);)u=f.get(u).getPrevSiblingKey()||null;return u},yx=function(i,l,f,u){return i.withMutations(function(g){if(mu(l.getKey(),g,function(q){return q.merge({nextSibling:rh(q,g,u),prevSibling:ah(q,g,u)})}),mu(f.getKey(),g,function(q){return q.merge({nextSibling:rh(q,g,u),prevSibling:ah(q,g,u)})}),pm(l.getKey(),u).forEach(function(q){return mu(q,g,function($){return $.merge({children:$.getChildKeys().filter(function(K){return g.get(K)}),nextSibling:rh($,g,u),prevSibling:ah($,g,u)})})}),mu(l.getNextSiblingKey(),g,function(q){return q.merge({prevSibling:l.getPrevSiblingKey()})}),mu(l.getPrevSiblingKey(),g,function(q){return q.merge({nextSibling:rh(q,g,u)})}),mu(f.getNextSiblingKey(),g,function(q){return q.merge({prevSibling:ah(q,g,u)})}),mu(f.getPrevSiblingKey(),g,function(q){return q.merge({nextSibling:f.getNextSiblingKey()})}),pm(f.getKey(),u).forEach(function(q){mu(q,g,function($){return $.merge({children:$.getChildKeys().filter(function(K){return g.get(K)}),nextSibling:rh($,g,u),prevSibling:ah($,g,u)})})}),gx(f,u).forEach(function(q){return mu(q,g,function($){return $.merge({nextSibling:rh($,g,u),prevSibling:ah($,g,u)})})}),i.get(l.getKey())==null&&i.get(f.getKey())!=null&&f.getParentKey()===l.getKey()&&f.getPrevSiblingKey()==null){var E=l.getPrevSiblingKey();mu(f.getKey(),g,function(q){return q.merge({prevSibling:E})}),mu(E,g,function(q){return q.merge({nextSibling:f.getKey()})});var A=E?i.get(E):null,k=A?A.getParentKey():null;if(l.getChildKeys().forEach(function(q){mu(q,g,function($){return $.merge({parent:k})})}),k!=null){var B=i.get(k);mu(k,g,function(q){return q.merge({children:B.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()})})}})},Sx=function(i,l){if(l.isCollapsed())return i;var f=i.getBlockMap(),u=l.getStartKey(),g=l.getStartOffset(),E=l.getEndKey(),A=l.getEndOffset(),k=f.get(u),B=f.get(E),q=k instanceof mx,$=[];if(q){var K=B.getChildKeys(),J=pm(E,f);B.getNextSiblingKey()&&($=$.concat(J)),K.isEmpty()||($=$.concat(J.concat([E]))),$=$.concat(pm(Zg(B,f),f))}var te;k===B?te=Ex(k.getCharacterList(),g,A):te=k.getCharacterList().slice(0,g).concat(B.getCharacterList().slice(A));var le=k.merge({text:k.getText().slice(0,g)+B.getText().slice(A),characterList:te}),ie=q&&g===0&&A===0&&B.getParentKey()===u&&B.getPrevSiblingKey()==null,oe=ie?t6([[u,null]]):f.toSeq().skipUntil(function(Se,we){return we===u}).takeUntil(function(Se,we){return we===E}).filter(function(Se,we){return $.indexOf(we)===-1}).concat(t6([[E,null]])).map(function(Se,we){return we===u?le:null}),Ce=f.merge(oe).filter(function(Se){return!!Se});return q&&k!==B&&(Ce=yx(Ce,k,B,f)),i.merge({blockMap:Ce,selectionBefore:l,selectionAfter:l.merge({anchorKey:u,anchorOffset:g,focusKey:u,focusOffset:g,isBackward:!1})})},Ex=function(i,l,f){if(l===0)for(;l<f;)i=i.shift(),l++;else if(f===i.count())for(;f>l;)i=i.pop(),f--;else{var u=i.slice(0,l),g=i.slice(f);i=u.concat(g).toList()}return i},wx=Sx,Cx=Cs,_x=$c,n6=Vr.exports,hm=ta,bx=J4,xx=n6.List,Tx=n6.Map,vm=function(i,l,f){if(!!i){var u=l.get(i);!u||l.set(i,f(u))}},kx=function(i,l,f){return i.withMutations(function(u){var g=l.getKey(),E=f.getKey();vm(l.getParentKey(),u,function(A){var k=A.getChildKeys(),B=k.indexOf(g)+1,q=k.toArray();return q.splice(B,0,E),A.merge({children:xx(q)})}),vm(l.getNextSiblingKey(),u,function(A){return A.merge({prevSibling:E})}),vm(g,u,function(A){return A.merge({nextSibling:E})}),vm(E,u,function(A){return A.merge({prevSibling:g})})})},Rx=function(i,l){l.isCollapsed()||(process.env.NODE_ENV!=="production"?hm(!1,"Selection range must be collapsed."):hm(!1));var f=l.getAnchorKey(),u=i.getBlockMap(),g=u.get(f),E=g.getText();if(!E){var A=g.getType();if(A==="unordered-list-item"||A==="ordered-list-item")return bx(i,l,function(oe){return oe.merge({type:"unstyled",depth:0})})}var k=l.getAnchorOffset(),B=g.getCharacterList(),q=_x(),$=g instanceof Cx,K=g.merge({text:E.slice(0,k),characterList:B.slice(0,k)}),J=K.merge({key:q,text:E.slice(k),characterList:B.slice(k),data:Tx()}),te=u.toSeq().takeUntil(function(oe){return oe===g}),le=u.toSeq().skipUntil(function(oe){return oe===g}).rest(),ie=te.concat([[f,K],[q,J]],le).toOrderedMap();return $&&(g.getChildKeys().isEmpty()||(process.env.NODE_ENV!=="production"?hm(!1,"ContentBlockNode must not have children"):hm(!1)),ie=kx(ie,K,J)),i.merge({blockMap:ie,selectionBefore:l,selectionAfter:l.merge({anchorKey:q,anchorOffset:0,focusKey:q,focusOffset:0,isBackward:!1})})},Dx=Rx,Ax=ws,r6=h5,Ox=w5,Mx=O5,Fx=fm,Lx=Vr.exports,Bx=ix,Nx=cx,a6=ta,ey=J4,Sv=G4,Ev=wx,zx=Dx,Ix=Lx.OrderedSet,mm={replaceText:function(i,l,f,u,g){var E=Sv(i,l),A=Ev(E,l),k=Ax.create({style:u||Ix(),entity:g||null});return Nx(A,A.getSelectionAfter(),f,k)},insertText:function(i,l,f,u,g){return l.isCollapsed()||(process.env.NODE_ENV!=="production"?a6(!1,"Target range must be collapsed for `insertText`."):a6(!1)),mm.replaceText(i,l,f,u,g)},moveText:function(i,l,f){var u=Fx(i,l),g=mm.removeRange(i,l,"backward");return mm.replaceWithFragment(g,f,u)},replaceWithFragment:function(i,l,f){var u=arguments.length>3&&arguments[3]!==void 0?arguments[3]:"REPLACE_WITH_NEW_DATA",g=Sv(i,l),E=Ev(g,l);return Bx(E,E.getSelectionAfter(),f,u)},removeRange:function(i,l,f){var u,g,E,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(),E=i.getBlockForKey(u),A=i.getBlockForKey(g);var k=l.getStartOffset(),B=l.getEndOffset(),q=E.getEntityAt(k),$=A.getEntityAt(B-1);if(u===g&&q&&q===$){var K=Mx(i.getEntityMap(),E,A,l,f);return Ev(i,K)}var J=Sv(i,l);return Ev(J,l)},splitBlock:function(i,l){var f=Sv(i,l),u=Ev(f,l);return zx(u,u.getSelectionAfter())},applyInlineStyle:function(i,l,f){return r6.add(i,l,f)},removeInlineStyle:function(i,l,f){return r6.remove(i,l,f)},setBlockType:function(i,l,f){return ey(i,l,function(u){return u.merge({type:f,depth:0})})},setBlockData:function(i,l,f){return ey(i,l,function(u){return u.merge({data:f})})},mergeBlockData:function(i,l,f){return ey(i,l,function(u){return u.merge({data:u.getData().merge(f)})})},applyEntity:function(i,l,f){var u=Sv(i,l);return Ox(u,l,f)}},gu=mm;function Px(o){return Object.keys(o).map(function(i){return o[i]})}var i6=Px;function Ux(o){for(var i=1;i<arguments.length;i++){var l=arguments[i]!=null?arguments[i]:{},f=Object.keys(l);typeof Object.getOwnPropertySymbols=="function"&&(f=f.concat(Object.getOwnPropertySymbols(l).filter(function(u){return Object.getOwnPropertyDescriptor(l,u).enumerable}))),f.forEach(function(u){Hx(o,u,l[u])})}return o}function Hx(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}function $x(o,i){if(o==null)return{};var l={},f=Object.keys(o),u,g;for(g=0;g<f.length;g++)u=f[g],!(i.indexOf(u)>=0)&&(l[u]=o[u]);return l}var o6=vv,jx=i6,ty=Vr.exports,ih=ty.List,Vx=ty.Repeat,l6=ty.Record,u6=function(){return!0},Kx={start:null,end:null},ny=l6(Kx),Wx={start:null,end:null,decoratorKey:null,leaves:null},ry=l6(Wx),Yx={generate:function(i,l,f){var u=l.getLength();if(!u)return ih.of(new ry({start:0,end:0,decoratorKey:null,leaves:ih.of(new ny({start:0,end:0}))}));var g=[],E=f?f.getDecorations(l,i):ih(Vx(null,u)),A=l.getCharacterList();return o6(E,s6,u6,function(k,B){g.push(new ry({start:k,end:B,decoratorKey:E.get(k),leaves:Gx(A.slice(k,B).toList(),k)}))}),ih(g)},fromJS:function(i){var l=i.leaves,f=$x(i,["leaves"]);return new ry(Ux({},f,{leaves:l!=null?ih(Array.isArray(l)?l:jx(l)).map(function(u){return ny(u)}):null}))}};function Gx(o,i){var l=[],f=o.map(function(u){return u.getStyle()}).toList();return o6(f,s6,u6,function(u,g){l.push(new ny({start:u+i,end:g+i}))}),ih(l)}function s6(o,i){return o===i}var Xx=Yx;function qx(o,i){o.prototype=Object.create(i.prototype),o.prototype.constructor=o,o.__proto__=i}var Qx=Vr.exports,Jx=Qx.Record,Zx=Jx({type:"TOKEN",mutability:"IMMUTABLE",data:Object}),eT=function(o){qx(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}(Zx),c6=eT;function tT(){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 nT=tT;function rT(o){for(var i=1;i<arguments.length;i++){var l=arguments[i]!=null?arguments[i]:{},f=Object.keys(l);typeof Object.getOwnPropertySymbols=="function"&&(f=f.concat(Object.getOwnPropertySymbols(l).filter(function(u){return Object.getOwnPropertyDescriptor(l,u).enumerable}))),f.forEach(function(u){aT(o,u,l[u])})}return o}function aT(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}var iT=c6,oT=Vr.exports,f6=ta,ay=nT,lT=oT.Map,Af=lT(),wv=ay();function oh(o,i){console.warn("WARNING: "+o+` will be deprecated soon!
136
- Please use "`+i+'" instead.')}var jc={getLastCreatedEntityKey:function(){return oh("DraftEntity.getLastCreatedEntityKey","contentState.getLastCreatedEntityKey"),jc.__getLastCreatedEntityKey()},create:function(i,l,f){return oh("DraftEntity.create","contentState.createEntity"),jc.__create(i,l,f)},add:function(i){return oh("DraftEntity.add","contentState.addEntity"),jc.__add(i)},get:function(i){return oh("DraftEntity.get","contentState.getEntity"),jc.__get(i)},__getAll:function(){return Af},__loadWithEntities:function(i){Af=i,wv=ay()},mergeData:function(i,l){return oh("DraftEntity.mergeData","contentState.mergeEntityData"),jc.__mergeData(i,l)},replaceData:function(i,l){return oh("DraftEntity.replaceData","contentState.replaceEntityData"),jc.__replaceData(i,l)},__getLastCreatedEntityKey:function(){return wv},__create:function(i,l,f){return jc.__add(new iT({type:i,mutability:l,data:f||{}}))},__add:function(i){return wv=ay(),Af=Af.set(wv,i),wv},__get:function(i){var l=Af.get(i);return l||(process.env.NODE_ENV!=="production"?f6(!1,"Unknown DraftEntity key: %s.",i):f6(!1)),l},__mergeData:function(i,l){var f=jc.__get(i),u=rT({},f.getData(),l),g=f.set("data",u);return Af=Af.set(i,g),g},__replaceData:function(i,l){var f=jc.__get(i),u=f.set("data",l);return Af=Af.set(i,u),u}},gm=jc;function uT(o,i){o.prototype=Object.create(i.prototype),o.prototype.constructor=o,o.__proto__=i}var sT=Vr.exports,cT=sT.Record,fT={anchorKey:"",anchorOffset:0,focusKey:"",focusOffset:0,isBackward:!1,hasFocus:!1},dT=cT(fT),pT=function(o){uT(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,E){var A=this.getAnchorKey(),k=this.getFocusKey();if(A===k&&A===u){var B=this.getStartOffset(),q=this.getEndOffset();return g<=B&&B<=E||g<=q&&q<=E}if(u!==A&&u!==k)return!1;var $=u===A?this.getAnchorOffset():this.getFocusOffset();return g<=$&&E>=$},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}(dT),ym=pT,yd=function(o){return typeof window<"u"&&window.__DRAFT_GKX?!!window.__DRAFT_GKX[o]:!1},hT=new RegExp("\r","g");function vT(o){return o.replace(hT,"")}var d6=vT;function p6(o){for(var i=1;i<arguments.length;i++){var l=arguments[i]!=null?arguments[i]:{},f=Object.keys(l);typeof Object.getOwnPropertySymbols=="function"&&(f=f.concat(Object.getOwnPropertySymbols(l).filter(function(u){return Object.getOwnPropertyDescriptor(l,u).enumerable}))),f.forEach(function(u){mT(o,u,l[u])})}return o}function mT(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}function gT(o,i){o.prototype=Object.create(i.prototype),o.prototype.constructor=o,o.__proto__=i}var yT=hv,h6=ws,ST=hp,ET=Cs,Vc=gm,Sm=ym,wT=$c,CT=i6,_T=yd,Cv=Vr.exports,bT=d6,v6=Cv.List,xT=Cv.Record,TT=Cv.Repeat,kT=Cv.Map,RT=Cv.OrderedMap,DT={entityMap:null,blockMap:null,selectionBefore:null,selectionAfter:null},AT=xT(DT),m6=_T("draft_tree_data_support")?ET:ST,OT=function(o){gT(i,o);function i(){return o.apply(this,arguments)||this}var l=i.prototype;return l.getEntityMap=function(){return Vc},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,E){return E===u}).skip(1).first()},l.getBlockBefore=function(u){return this.getBlockMap().reverse().skipUntil(function(g,E){return E===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 Vc.__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,E){return Vc.__create(u,g,E),this},l.mergeEntityData=function(u,g){return Vc.__mergeData(u,g),this},l.replaceEntityData=function(u,g){return Vc.__replaceData(u,g),this},l.addEntity=function(u){return Vc.__add(u),this},l.getEntity=function(u){return Vc.__get(u)},l.getAllEntities=function(){return Vc.__getAll()},l.loadWithEntities=function(u){return Vc.__loadWithEntities(u)},i.createFromBlockArray=function(u,g){var E=Array.isArray(u)?u:u.contentBlocks,A=yT.createFromArray(E),k=A.isEmpty()?new Sm:Sm.createEmpty(A.first().getKey());return new i({blockMap:A,entityMap:g||Vc,selectionBefore:k,selectionAfter:k})},i.createFromText=function(u){var g=arguments.length>1&&arguments[1]!==void 0?arguments[1]:/\r\n?|\n/g,E=u.split(g),A=E.map(function(k){return k=bT(k),new m6({key:wT(),text:k,type:"unstyled",characterList:v6(TT(h6.EMPTY,k.length))})});return i.createFromBlockArray(A)},i.fromJS=function(u){return new i(p6({},u,{blockMap:RT(u.blockMap).map(i.createContentBlockFromJS),selectionBefore:new Sm(u.selectionBefore),selectionAfter:new Sm(u.selectionAfter)}))},i.createContentBlockFromJS=function(u){var g=u.characterList;return new m6(p6({},u,{data:kT(u.data),characterList:g!=null?v6((Array.isArray(g)?g:CT(g)).map(function(E){return h6.fromJS(E)})):void 0}))},i}(AT),iy=OT,Sd=ta,MT="NEUTRAL",Em="LTR",g6="RTL",wm=null;function Cm(o){return o===Em||o===g6}function y6(o){return Cm(o)||(process.env.NODE_ENV!=="production"?Sd(!1,"`dir` must be a strong direction to be converted to HTML Direction"):Sd(!1)),o===Em?"ltr":"rtl"}function FT(o,i){return Cm(o)||(process.env.NODE_ENV!=="production"?Sd(!1,"`dir` must be a strong direction to be converted to HTML Direction"):Sd(!1)),Cm(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:y6(o)}function S6(o){wm=o}function LT(){S6(Em)}function BT(){return wm||this.initGlobalDir(),wm||(process.env.NODE_ENV!=="production"?Sd(!1,"Global direction not set."):Sd(!1)),wm}var NT={NEUTRAL:MT,LTR:Em,RTL:g6,isStrong:Cm,getHTMLDir:y6,getHTMLDirIfDifferent:FT,setGlobalDir:S6,initGlobalDir:LT,getGlobalDir:BT},_m=NT,Of=_m,E6=ta,_v={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"},zT=new RegExp("["+_v.L+_v.R+_v.AL+"]"),IT=new RegExp("["+_v.R+_v.AL+"]");function w6(o){var i=zT.exec(o);return i==null?null:i[0]}function C6(o){var i=w6(o);return i==null?Of.NEUTRAL:IT.exec(i)?Of.RTL:Of.LTR}function _6(o,i){if(i=i||Of.NEUTRAL,!o.length)return i;var l=C6(o);return l===Of.NEUTRAL?i:l}function oy(o,i){return i||(i=Of.getGlobalDir()),Of.isStrong(i)||(process.env.NODE_ENV!=="production"?E6(!1,"Fallback direction must be a strong direction"):E6(!1)),_6(o,i)}function PT(o,i){return oy(o,i)===Of.LTR}function UT(o,i){return oy(o,i)===Of.RTL}var HT={firstStrongChar:w6,firstStrongCharDir:C6,resolveBlockDir:_6,getDirection:oy,isDirectionLTR:PT,isDirectionRTL:UT},ly=HT;function b6(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}var $T=ly,x6=_m,T6=ta,jT=function(){function o(l){b6(this,"_defaultDir",void 0),b6(this,"_lastDir",void 0),l?x6.isStrong(l)||(process.env.NODE_ENV!=="production"?T6(!1,"Default direction must be a strong direction (LTR or RTL)"):T6(!1)):l=x6.getGlobalDir(),this._defaultDir=l,this.reset()}var i=o.prototype;return i.reset=function(){this._lastDir=this._defaultDir},i.getDirection=function(f){return this._lastDir=$T.getDirection(f,this._lastDir),this._lastDir},o}(),VT=jT,KT=function(i){if(i!=null)return i;throw new Error("Got unexpected null or undefined")},yu=KT,WT=VT,k6=Vr.exports,YT=yu,GT=k6.OrderedMap,bm,XT={getDirectionMap:function(i,l){bm?bm.reset():bm=new WT;var f=i.getBlockMap(),u=f.valueSeq().map(function(E){return YT(bm).getDirection(E.getText())}),g=GT(f.keySeq().zip(u));return l!=null&&k6.is(l,g)?l:g}},qT=XT;function R6(o){for(var i=1;i<arguments.length;i++){var l=arguments[i]!=null?arguments[i]:{},f=Object.keys(l);typeof Object.getOwnPropertySymbols=="function"&&(f=f.concat(Object.getOwnPropertySymbols(l).filter(function(u){return Object.getOwnPropertyDescriptor(l,u).enumerable}))),f.forEach(function(u){D6(o,u,l[u])})}return o}function D6(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}var xm=Xx,bv=iy,Tm=qT,uy=ym,xv=Vr.exports,A6=xv.OrderedSet,QT=xv.Record,vp=xv.Stack,O6=xv.OrderedMap,JT=xv.List,ZT={allowUndo:!0,currentContent:null,decorator:null,directionMap:null,forceSelection:!1,inCompositionMode:!1,inlineStyleOverride:null,lastChangeType:null,nativelyRenderedContent:null,redoStack:vp(),selection:null,treeMap:null,undoStack:vp()},M6=QT(ZT),F6=function(){i.createEmpty=function(f){return this.createWithText("",f)},i.createWithText=function(f,u){return i.createWithContent(bv.createFromText(f),u)},i.createWithContent=function(f,u){if(f.getBlockMap().count()===0)return i.createEmpty(u);var g=f.getBlockMap().first().getKey();return i.create({currentContent:f,undoStack:vp(),redoStack:vp(),decorator:u||null,selection:uy.createEmpty(g)})},i.create=function(f){var u=f.currentContent,g=f.decorator,E=R6({},f,{treeMap:B6(u,g),directionMap:Tm.getDirectionMap(u)});return new i(new M6(E))},i.fromJS=function(f){return new i(new M6(R6({},f,{directionMap:f.directionMap!=null?O6(f.directionMap):f.directionMap,inlineStyleOverride:f.inlineStyleOverride!=null?A6(f.inlineStyleOverride):f.inlineStyleOverride,nativelyRenderedContent:f.nativelyRenderedContent!=null?bv.fromJS(f.nativelyRenderedContent):f.nativelyRenderedContent,redoStack:f.redoStack!=null?vp(f.redoStack.map(function(u){return bv.fromJS(u)})):f.redoStack,selection:f.selection!=null?new uy(f.selection):f.selection,treeMap:f.treeMap!=null?O6(f.treeMap).map(function(u){return JT(u).map(function(g){return xm.fromJS(g)})}):f.treeMap,undoStack:f.undoStack!=null?vp(f.undoStack.map(function(u){return bv.fromJS(u)})):f.undoStack,currentContent:bv.fromJS(f.currentContent)})))},i.set=function(f,u){var g=f.getImmutable().withMutations(function(E){var A=E.get("decorator"),k=A;u.decorator===null?k=null:u.decorator&&(k=u.decorator);var B=u.currentContent||f.getCurrentContent();if(k!==A){var q=E.get("treeMap"),$;k&&A?$=tk(B,B.getBlockMap(),q,k,A):$=B6(B,k),E.merge({decorator:k,treeMap:$,nativelyRenderedContent:null});return}var K=f.getCurrentContent();B!==K&&E.set("treeMap",ek(f,B.getBlockMap(),B.getEntityMap(),k)),E.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(f,u){return i.set(f,{inlineStyleOverride:u})},o.getCurrentInlineStyle=function(){var f=this.getInlineStyleOverride();if(f!=null)return f;var u=this.getCurrentContent(),g=this.getSelection();return g.isCollapsed()?rk(u,g):ak(u,g)},o.getBlockTree=function(f){return this.getImmutable().getIn(["treeMap",f])},o.isSelectionAtStartOfContent=function(){var f=this.getCurrentContent().getBlockMap().first().getKey();return this.getSelection().hasEdgeWithin(f,0,0)},o.isSelectionAtEndOfContent=function(){var f=this.getCurrentContent(),u=f.getBlockMap(),g=u.last(),E=g.getLength();return this.getSelection().hasEdgeWithin(g.getKey(),E,E)},o.getDirectionMap=function(){return this.getImmutable().get("directionMap")},i.acceptSelection=function(f,u){return L6(f,u,!1)},i.forceSelection=function(f,u){return u.getHasFocus()||(u=u.set("hasFocus",!0)),L6(f,u,!0)},i.moveSelectionToEnd=function(f){var u=f.getCurrentContent(),g=u.getLastBlock(),E=g.getKey(),A=g.getLength();return i.acceptSelection(f,new uy({anchorKey:E,anchorOffset:A,focusKey:E,focusOffset:A,isBackward:!1}))},i.moveFocusToEnd=function(f){var u=i.moveSelectionToEnd(f);return i.forceSelection(u,u.getSelection())},i.push=function(f,u,g){var E=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!0;if(f.getCurrentContent()===u)return f;var A=Tm.getDirectionMap(u,f.getDirectionMap());if(!f.getAllowUndo())return i.set(f,{currentContent:u,directionMap:A,lastChangeType:g,selection:u.getSelectionAfter(),forceSelection:E,inlineStyleOverride:null});var k=f.getSelection(),B=f.getCurrentContent(),q=f.getUndoStack(),$=u;k!==B.getSelectionAfter()||nk(f,g)?(q=q.push(B),$=$.set("selectionBefore",k)):(g==="insert-characters"||g==="backspace-character"||g==="delete-character")&&($=$.set("selectionBefore",B.getSelectionBefore()));var K=f.getInlineStyleOverride(),J=["adjust-depth","change-block-type","split-block"];J.indexOf(g)===-1&&(K=null);var te={currentContent:$,directionMap:A,undoStack:q,redoStack:vp(),lastChangeType:g,selection:u.getSelectionAfter(),forceSelection:E,inlineStyleOverride:K};return i.set(f,te)},i.undo=function(f){if(!f.getAllowUndo())return f;var u=f.getUndoStack(),g=u.peek();if(!g)return f;var E=f.getCurrentContent(),A=Tm.getDirectionMap(g,f.getDirectionMap());return i.set(f,{currentContent:g,directionMap:A,undoStack:u.shift(),redoStack:f.getRedoStack().push(E),forceSelection:!0,inlineStyleOverride:null,lastChangeType:"undo",nativelyRenderedContent:null,selection:E.getSelectionBefore()})},i.redo=function(f){if(!f.getAllowUndo())return f;var u=f.getRedoStack(),g=u.peek();if(!g)return f;var E=f.getCurrentContent(),A=Tm.getDirectionMap(g,f.getDirectionMap());return i.set(f,{currentContent:g,directionMap:A,undoStack:f.getUndoStack().push(E),redoStack:u.shift(),forceSelection:!0,inlineStyleOverride:null,lastChangeType:"redo",nativelyRenderedContent:null,selection:g.getSelectionAfter()})};function i(l){D6(this,"_immutable",void 0),this._immutable=l}return o.getImmutable=function(){return this._immutable},i}();function L6(o,i,l){return F6.set(o,{selection:i,forceSelection:l,nativelyRenderedContent:null,inlineStyleOverride:null})}function B6(o,i){return o.getBlockMap().map(function(l){return xm.generate(o,l,i)}).toOrderedMap()}function ek(o,i,l,f){var u=o.getCurrentContent().set("entityMap",l),g=u.getBlockMap(),E=o.getImmutable().get("treeMap");return E.merge(i.toSeq().filter(function(A,k){return A!==g.get(k)}).map(function(A){return xm.generate(u,A,f)}))}function tk(o,i,l,f,u){return l.merge(i.toSeq().filter(function(g){return f.getDecorations(g,o)!==u.getDecorations(g,o)}).map(function(g){return xm.generate(o,g,f)}))}function nk(o,i){var l=o.getLastChangeType();return i!==l||i!=="insert-characters"&&i!=="backspace-character"&&i!=="delete-character"}function rk(o,i){var l=i.getStartKey(),f=i.getStartOffset(),u=o.getBlockForKey(l);return f>0?u.getInlineStyleAt(f-1):u.getLength()?u.getInlineStyleAt(0):N6(o,l)}function ak(o,i){var l=i.getStartKey(),f=i.getStartOffset(),u=o.getBlockForKey(l);return f<u.getLength()?u.getInlineStyleAt(f):f>0?u.getInlineStyleAt(f-1):N6(o,l)}function N6(o,i){var l=o.getBlockMap().reverse().skipUntil(function(f,u){return u===i}).skip(1).skipUntil(function(f,u){return f.getLength()}).first();return l?l.getInlineStyleAt(l.getLength()-1):A6()}var Na=F6,ik=Cs,ok=Z4,z6=Vr.exports,Ed=ta,lk=z6.OrderedMap,uk=z6.List,mp=function(i,l,f){if(!!i){var u=l.get(i);!u||l.set(i,f(u))}},sk=function(i,l,f,u,g){if(!g)return i;var E=u==="after",A=l.getKey(),k=f.getKey(),B=l.getParentKey(),q=l.getNextSiblingKey(),$=l.getPrevSiblingKey(),K=f.getParentKey(),J=E?f.getNextSiblingKey():k,te=E?k:f.getPrevSiblingKey();return i.withMutations(function(le){mp(B,le,function(ie){var oe=ie.getChildKeys();return ie.merge({children:oe.delete(oe.indexOf(A))})}),mp($,le,function(ie){return ie.merge({nextSibling:q})}),mp(q,le,function(ie){return ie.merge({prevSibling:$})}),mp(J,le,function(ie){return ie.merge({prevSibling:A})}),mp(te,le,function(ie){return ie.merge({nextSibling:A})}),mp(K,le,function(ie){var oe=ie.getChildKeys(),Ce=oe.indexOf(k),Se=E?Ce+1:Ce!==0?Ce-1:0,we=oe.toArray();return we.splice(Se,0,A),ie.merge({children:uk(we)})}),mp(A,le,function(ie){return ie.merge({nextSibling:J,prevSibling:te,parent:K})})})},ck=function(i,l,f,u){u==="replace"&&(process.env.NODE_ENV!=="production"?Ed(!1,"Replacing blocks is not supported."):Ed(!1));var g=f.getKey(),E=l.getKey();E===g&&(process.env.NODE_ENV!=="production"?Ed(!1,"Block cannot be moved next to itself."):Ed(!1));var A=i.getBlockMap(),k=l instanceof ik,B=[l],q=A.delete(E);k&&(B=[],q=A.withMutations(function(oe){var Ce=l.getNextSiblingKey(),Se=ok(l,oe);oe.toSeq().skipUntil(function(we){return we.getKey()===E}).takeWhile(function(we){var Fe=we.getKey(),nt=Fe===E,je=Ce&&Fe!==Ce,ct=!Ce&&we.getParentKey()&&(!Se||Fe!==Se);return!!(nt||je||ct)}).forEach(function(we){B.push(we),oe.delete(we.getKey())})}));var $=q.toSeq().takeUntil(function(oe){return oe===f}),K=q.toSeq().skipUntil(function(oe){return oe===f}).skip(1),J=B.map(function(oe){return[oe.getKey(),oe]}),te=lk();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,f]]),K).toOrderedMap()}else if(u==="after"){var ie=i.getBlockAfter(g);!ie||ie.getKey()!==E||(process.env.NODE_ENV!=="production"?Ed(!1,"Block cannot be moved next to itself."):Ed(!1)),te=$.concat([[g,f]].concat(J),K).toOrderedMap()}return i.merge({blockMap:sk(te,l,f,u,k),selectionBefore:i.getSelectionAfter(),selectionAfter:i.getSelectionAfter().merge({anchorKey:E,focusKey:E})})},fk=ck;function I6(o){for(var i=1;i<arguments.length;i++){var l=arguments[i]!=null?arguments[i]:{},f=Object.keys(l);typeof Object.getOwnPropertySymbols=="function"&&(f=f.concat(Object.getOwnPropertySymbols(l).filter(function(u){return Object.getOwnPropertyDescriptor(l,u).enumerable}))),f.forEach(function(u){dk(o,u,l[u])})}return o}function dk(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}var pk=hv,hk=ws,vk=hp,mk=Cs,lh=gu,P6=Na,U6=$c,gk=yd,H6=Vr.exports,km=fk,$6=gk("draft_tree_data_support"),j6=$6?mk:vk,yk=H6.List,Sk=H6.Repeat,Ek={insertAtomicBlock:function(i,l,f){var u=i.getCurrentContent(),g=i.getSelection(),E=lh.removeRange(u,g,"backward"),A=E.getSelectionAfter(),k=lh.splitBlock(E,A),B=k.getSelectionAfter(),q=lh.setBlockType(k,B,"atomic"),$=hk.create({entity:l}),K={key:U6(),type:"atomic",text:f,characterList:yk(Sk($,f.length))},J={key:U6(),type:"unstyled"};$6&&(K=I6({},K,{nextSibling:J.key}),J=I6({},J,{prevSibling:K.key}));var te=[new j6(K),new j6(J)],le=pk.createFromArray(te),ie=lh.replaceWithFragment(q,B,le),oe=ie.merge({selectionBefore:g,selectionAfter:ie.getSelectionAfter().set("hasFocus",!0)});return P6.push(i,oe,"insert-fragment")},moveAtomicBlock:function(i,l,f,u){var g=i.getCurrentContent(),E=i.getSelection(),A;if(u==="before"||u==="after"){var k=g.getBlockForKey(u==="before"?f.getStartKey():f.getEndKey());A=km(g,l,k,u)}else{var B=lh.removeRange(g,f,"backward"),q=B.getSelectionAfter(),$=B.getBlockForKey(q.getFocusKey());if(q.getStartOffset()===0)A=km(B,l,$,"before");else if(q.getEndOffset()===$.getLength())A=km(B,l,$,"after");else{var K=lh.splitBlock(B,q),J=K.getSelectionAfter(),te=K.getBlockForKey(J.getFocusKey());A=km(K,l,te,"before")}}var le=A.merge({selectionBefore:E,selectionAfter:A.getSelectionAfter().set("hasFocus",!0)});return P6.push(i,le,"move-block")}},wk=Ek;function Ck(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}var _k=Vr.exports,bk=_k.List,sy=".",xk=function(){function o(l){Ck(this,"_decorators",void 0),this._decorators=l.slice()}var i=o.prototype;return i.getDecorations=function(f,u){var g=Array(f.getText().length).fill(null);return this._decorators.forEach(function(E,A){var k=0,B=E.strategy,q=function(K,J){Tk(g,K,J)&&(kk(g,K,J,A+sy+k),k++)};B(f,q,u)}),bk(g)},i.getComponentForKey=function(f){var u=parseInt(f.split(sy)[0],10);return this._decorators[u].component},i.getPropsForKey=function(f){var u=parseInt(f.split(sy)[0],10);return this._decorators[u].props},o}();function Tk(o,i,l){for(var f=i;f<l;f++)if(o[f]!=null)return!1;return!0}function kk(o,i,l,f){for(var u=i;u<l;u++)o[u]=f}var Rk=xk;const tc=pb(mb);function Dk(o){return typeof o=="object"?Object.keys(o).filter(function(i){return o[i]}).map(V6).join(" "):Array.prototype.map.call(arguments,V6).join(" ")}function V6(o){return o.replace(/\//g,"-")}var gp=Dk,cy=tc.jsx,fy=gp,Ak=Vr.exports,Ok=Ak.Map,Mk=cy("ul",{className:fy("public/DraftStyleDefault/ul")}),Fk=cy("ol",{className:fy("public/DraftStyleDefault/ol")}),Lk=cy("pre",{className:fy("public/DraftStyleDefault/pre")}),Bk=Ok({"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:Mk},"ordered-list-item":{element:"li",wrapper:Fk},blockquote:{element:"blockquote"},atomic:{element:"figure"},"code-block":{element:"pre",wrapper:Lk},unstyled:{element:"div",aliasedElements:["p"]}}),dy=Bk,K6={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 W6=Object.getOwnPropertySymbols,Nk=Object.prototype.hasOwnProperty,zk=Object.prototype.propertyIsEnumerable;function Ik(o){if(o==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(o)}function Pk(){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 f=Object.getOwnPropertyNames(i).map(function(g){return i[g]});if(f.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 Uk=Pk()?Object.assign:function(o,i){for(var l,f=Ik(o),u,g=1;g<arguments.length;g++){l=Object(arguments[g]);for(var E in l)Nk.call(l,E)&&(f[E]=l[E]);if(W6){u=W6(l);for(var A=0;A<u.length;A++)zk.call(l,u[A])&&(f[u[A]]=l[u[A]])}}return f},py={exports:{}};(function(o,i){(function(l,f){var u="0.7.31",g="",E="?",A="function",k="undefined",B="object",q="string",$="major",K="model",J="name",te="type",le="vendor",ie="version",oe="architecture",Ce="console",Se="mobile",we="tablet",Fe="smarttv",nt="wearable",je="embedded",ct=255,Xe="Amazon",ht="Apple",Ze="ASUS",ut="BlackBerry",He="Browser",rt="Chrome",Xt="Edge",kt="Firefox",Nt="Google",$e="Huawei",et="LG",Ye="Microsoft",lt="Motorola",Et="Opera",tr="Samsung",Qn="Sony",Dt="Xiaomi",wt="Zebra",zn="Facebook",lr=function(At,Ft){var _t={};for(var Rn in At)Ft[Rn]&&Ft[Rn].length%2===0?_t[Rn]=Ft[Rn].concat(At[Rn]):_t[Rn]=At[Rn];return _t},Dn=function(At){for(var Ft={},_t=0;_t<At.length;_t++)Ft[At[_t].toUpperCase()]=At[_t];return Ft},sr=function(At,Ft){return typeof At===q?An(Ft).indexOf(An(At))!==-1:!1},An=function(At){return At.toLowerCase()},Er=function(At){return typeof At===q?At.replace(/[^\d\.]/g,g).split(".")[0]:f},zt=function(At,Ft){if(typeof At===q)return At=At.replace(/^\s\s*/,g).replace(/\s\s*$/,g),typeof Ft===k?At:At.substring(0,ct)},sn=function(At,Ft){for(var _t=0,Rn,tn,ur,Vt,ma,Fr;_t<Ft.length&&!ma;){var vt=Ft[_t],Lt=Ft[_t+1];for(Rn=tn=0;Rn<vt.length&&!ma;)if(ma=vt[Rn++].exec(At),ma)for(ur=0;ur<Lt.length;ur++)Fr=ma[++tn],Vt=Lt[ur],typeof Vt===B&&Vt.length>0?Vt.length===2?typeof Vt[1]==A?this[Vt[0]]=Vt[1].call(this,Fr):this[Vt[0]]=Vt[1]:Vt.length===3?typeof Vt[1]===A&&!(Vt[1].exec&&Vt[1].test)?this[Vt[0]]=Fr?Vt[1].call(this,Fr,Vt[2]):f:this[Vt[0]]=Fr?Fr.replace(Vt[1],Vt[2]):f:Vt.length===4&&(this[Vt[0]]=Fr?Vt[3].call(this,Fr.replace(Vt[1],Vt[2])):f):this[Vt]=Fr||f;_t+=2}},on=function(At,Ft){for(var _t in Ft)if(typeof Ft[_t]===B&&Ft[_t].length>0){for(var Rn=0;Rn<Ft[_t].length;Rn++)if(sr(Ft[_t][Rn],At))return _t===E?f:_t}else if(sr(Ft[_t],At))return _t===E?f:_t;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,Nt],[te,we]],[/droid.+; (pixel[\daxl ]{0,6})(?: bui|\))/i],[K,[le,Nt],[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,Qn],[te,Se]],[/sony tablet [ps]/i,/\b(?:sony)?sgp\w+(?: bui|\))/i],[[K,"Xperia Tablet"],[le,Qn],[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,Qn],[te,Ce]],[/\b(xbox(?: one)?(?!; xbox))[\); ]/i],[K,[le,Ye],[te,Ce]],[/smart-tv.+(samsung)/i],[le,[te,Fe]],[/hbbtv.+maple;(\d+)/i],[[K,/^/,"SmartTV"],[le,tr],[te,Fe]],[/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i],[[le,et],[te,Fe]],[/(apple) ?tv/i],[le,[K,ht+" TV"],[te,Fe]],[/crkey/i],[[K,rt+"cast"],[le,Nt],[te,Fe]],[/droid.+aft(\w)( bui|\))/i],[K,[le,Xe],[te,Fe]],[/\(dtv[\);].+(aquos)/i],[K,[le,"Sharp"],[te,Fe]],[/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i,/hbbtv\/\d+\.\d+\.\d+ +\([\w ]*; *(\w[^;]*);([^;]*)/i],[[le,zt],[K,zt],[te,Fe]],[/\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\b/i],[[te,Fe]],[/((pebble))app/i],[le,K,[te,nt]],[/droid.+; (glass) \d/i],[K,[le,Nt],[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]]},Bn=function(At,Ft){if(typeof At===B&&(Ft=At,At=f),!(this instanceof Bn))return new Bn(At,Ft).getResult();var _t=At||(typeof l!==k&&l.navigator&&l.navigator.userAgent?l.navigator.userAgent:g),Rn=Ft?lr(On,Ft):On;return this.getBrowser=function(){var tn={};return tn[J]=f,tn[ie]=f,sn.call(tn,_t,Rn.browser),tn.major=Er(tn.version),tn},this.getCPU=function(){var tn={};return tn[oe]=f,sn.call(tn,_t,Rn.cpu),tn},this.getDevice=function(){var tn={};return tn[le]=f,tn[K]=f,tn[te]=f,sn.call(tn,_t,Rn.device),tn},this.getEngine=function(){var tn={};return tn[J]=f,tn[ie]=f,sn.call(tn,_t,Rn.engine),tn},this.getOS=function(){var tn={};return tn[J]=f,tn[ie]=f,sn.call(tn,_t,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 _t},this.setUA=function(tn){return _t=typeof tn===q&&tn.length>ct?zt(tn,ct):tn,this},this.setUA(_t),this};Bn.VERSION=u,Bn.BROWSER=Dn([J,ie,$]),Bn.CPU=Dn([oe]),Bn.DEVICE=Dn([K,le,te,Ce,Se,Fe,we,nt,je]),Bn.ENGINE=Bn.OS=Dn([J,ie]),o.exports&&(i=o.exports=Bn),i.UAParser=Bn;var Gn=typeof l!==k&&(l.jQuery||l.Zepto);if(Gn&&!Gn.ua){var nr=new Bn;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 _t in Ft)Gn.ua[_t]=Ft[_t]}}})(typeof window=="object"?window:md)})(py,py.exports);var Hk=py.exports,_s="Unknown",$k={"Mac OS":"Mac OS X"};function jk(o){return $k[o]||o}function Vk(o){if(!o)return{major:"",minor:""};var i=o.split(".");return{major:i[0],minor:i[1]}}var Kk=new Hk,bs=Kk.getResult(),Wk=Vk(bs.browser.version),Yk={browserArchitecture:bs.cpu.architecture||_s,browserFullVersion:bs.browser.version||_s,browserMinorVersion:Wk.minor||_s,browserName:bs.browser.name||_s,browserVersion:bs.browser.major||_s,deviceName:bs.device.model||_s,engineName:bs.engine.name||_s,engineVersion:bs.engine.version||_s,platformArchitecture:bs.cpu.architecture||_s,platformName:jk(bs.os.name)||_s,platformVersion:bs.os.version||_s,platformFullVersion:bs.os.version||_s},Gk=Yk,wd=ta,Y6=/\./,Xk=/\|\|/,qk=/\s+\-\s+/,Qk=/^(<=|<|=|>=|~>|~|>|)?\s*(.+)/,G6=/^(\d*)(.*)/;function Jk(o,i){var l=o.split(Xk);return l.length>1?l.some(function(f){return tE.contains(f,i)}):(o=l[0].trim(),Zk(o,i))}function Zk(o,i){var l=o.split(qk);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 hy(l[0],i);var f=l[0],u=l[1];return J6(f)&&J6(u)||(process.env.NODE_ENV!=="production"?wd(!1,'operands to the "-" operator must be simple (no modifiers)'):wd(!1)),hy(">="+f,i)&&hy("<="+u,i)}function hy(o,i){if(o=o.trim(),o==="")return!0;var l=i.split(Y6),f=Q6(o),u=f.modifier,g=f.rangeComponents;switch(u){case"<":return X6(l,g);case"<=":return eR(l,g);case">=":return q6(l,g);case">":return nR(l,g);case"~":case"~>":return rR(l,g);default:return tR(l,g)}}function X6(o,i){return Tv(o,i)===-1}function eR(o,i){var l=Tv(o,i);return l===-1||l===0}function tR(o,i){return Tv(o,i)===0}function q6(o,i){var l=Tv(o,i);return l===1||l===0}function nR(o,i){return Tv(o,i)===1}function rR(o,i){var l=i.slice(),f=i.slice();f.length>1&&f.pop();var u=f.length-1,g=parseInt(f[u],10);return vy(g)&&(f[u]=g+1+""),q6(o,l)&&X6(o,f)}function Q6(o){var i=o.split(Y6),l=i[0].match(Qk);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 vy(o){return!isNaN(o)&&isFinite(o)}function J6(o){return!Q6(o).modifier}function Z6(o,i){for(var l=o.length;l<i;l++)o[l]="0"}function aR(o,i){o=o.slice(),i=i.slice(),Z6(o,i.length);for(var l=0;l<i.length;l++){var f=i[l].match(/^[x*]$/i);if(f&&(i[l]=o[l]="0",f[0]==="*"&&l===i.length-1))for(var u=l;u<o.length;u++)o[u]="0"}return Z6(i,o.length),[o,i]}function iR(o,i){var l=o.match(G6)[1],f=i.match(G6)[1],u=parseInt(l,10),g=parseInt(f,10);return vy(u)&&vy(g)&&u!==g?eE(u,g):eE(o,i)}function eE(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 Tv(o,i){for(var l=aR(o,i),f=l[0],u=l[1],g=0;g<u.length;g++){var E=iR(f[g],u[g]);if(E)return E}return 0}var tE={contains:function(i,l){return Jk(i.trim(),l.trim())}},oR=tE,lR=Object.prototype.hasOwnProperty;function uR(o,i,l){if(!o)return null;var f={};for(var u in o)lR.call(o,u)&&(f[u]=i.call(l,o[u],u,o));return f}var sR=uR;function cR(o){var i={};return function(l){return i.hasOwnProperty(l)||(i[l]=o.call(this,l)),i[l]}}var fR=cR,Kc=Gk,dR=oR,pR=sR,hR=fR;function uh(o,i,l,f){if(o===l)return!0;if(!l.startsWith(o))return!1;var u=l.slice(o.length);return i?(u=f?f(u):u,dR.contains(u,i)):!1}function vR(o){return Kc.platformName==="Windows"?o.replace(/^\s*NT/,""):o}var mR={isBrowser:function(i){return uh(Kc.browserName,Kc.browserFullVersion,i)},isBrowserArchitecture:function(i){return uh(Kc.browserArchitecture,null,i)},isDevice:function(i){return uh(Kc.deviceName,null,i)},isEngine:function(i){return uh(Kc.engineName,Kc.engineVersion,i)},isPlatform:function(i){return uh(Kc.platformName,Kc.platformFullVersion,i,vR)},isPlatformArchitecture:function(i){return uh(Kc.platformArchitecture,null,i)}},Su=pR(mR,hR);function gR(o){return!o||!o.ownerDocument?document:o.ownerDocument}var Rm=gR;function yR(o){return!o||!o.ownerDocument?!1:o.nodeType===Node.ELEMENT_NODE}var yp=yR,SR=yp;function nE(o){if(SR(o)){var i=o,l=i.getAttribute("data-offset-key");if(l)return l;for(var f=0;f<i.childNodes.length;f++){var u=nE(i.childNodes[f]);if(u)return u}}return null}var rE=nE,ER=Rm,wR=rE;function CR(o){for(var i=o;i&&i!==ER(o).documentElement;){var l=wR(i);if(l!=null)return l;i=i.parentNode}return null}var Dm=CR;function _R(o){return!o||!o.ownerDocument||!o.ownerDocument.defaultView?window:o.ownerDocument.defaultView}var aE=_R;function Am(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}var bR=Su,xR=Dm,TR=aE,kR=Vr.exports,iE=ta,RR=yu,oE=kR.Map,DR={subtree:!0,characterData:!0,childList:!0,characterDataOldValue:!1,attributes:!1},lE=bR.isBrowser("IE <= 11"),AR=function(){function o(l){var f=this;Am(this,"observer",void 0),Am(this,"container",void 0),Am(this,"mutations",void 0),Am(this,"onCharData",void 0),this.container=l,this.mutations=oE();var u=TR(l);u.MutationObserver&&!lE?this.observer=new u.MutationObserver(function(g){return f.registerMutations(g)}):this.onCharData=function(g){g.target instanceof Node||(process.env.NODE_ENV!=="production"?iE(!1,"Expected target to be an instance of Node"):iE(!1)),f.registerMutation({type:"characterData",target:g.target})}}var i=o.prototype;return i.start=function(){this.observer?this.observer.observe(this.container,DR):this.container.addEventListener("DOMCharacterDataModified",this.onCharData)},i.stopAndFlushMutations=function(){var f=this.observer;f?(this.registerMutations(f.takeRecords()),f.disconnect()):this.container.removeEventListener("DOMCharacterDataModified",this.onCharData);var u=this.mutations;return this.mutations=oE(),u},i.registerMutations=function(f){for(var u=0;u<f.length;u++)this.registerMutation(f[u])},i.getMutationTextContent=function(f){var u=f.type,g=f.target,E=f.removedNodes;if(u==="characterData"){if(g.textContent!=="")return lE?g.textContent.replace(`
142
- `,""):g.textContent}else if(u==="childList"){if(E&&E.length)return"";if(g.textContent!=="")return g.textContent}return null},i.registerMutation=function(f){var u=this.getMutationTextContent(f);if(u!=null){var g=RR(xR(f.target));this.mutations=this.mutations.set(g,u)}},o}(),OR=AR,Om="-",MR={encode:function(i,l,f){return i+Om+l+Om+f},decode:function(i){var l=i.split(Om).reverse(),f=l[0],u=l[1],g=l.slice(2);return{blockKey:g.reverse().join(Om),decoratorKey:parseInt(u,10),leafKey:parseInt(f,10)}}},Mf=MR,Mm={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},uE={logBlockedSelectionEvent:function(){return null},logSelectionStateFailure:function(){return null}};function FR(o){return!o||!o.ownerDocument?!1:o.ownerDocument.defaultView?o instanceof o.ownerDocument.defaultView.HTMLElement:o instanceof HTMLElement}var kv=FR,Fm=ta,LR=kv;function BR(o){var i=o.editorContainer;i||(process.env.NODE_ENV!=="production"?Fm(!1,"Missing editorNode"):Fm(!1)),LR(i.firstChild)||(process.env.NODE_ENV!=="production"?Fm(!1,"editorNode.firstChild is not an HTMLElement"):Fm(!1));var l=i.firstChild;return l}var sE=BR,cE=Mf,NR=yu;function zR(o,i,l,f,u){var g=NR(o.getSelection());if(!i||!f)return process.env.NODE_ENV!=="production"&&console.warn("Invalid selection state.",arguments,o.toJS()),g;var E=cE.decode(i),A=E.blockKey,k=o.getBlockTree(A),B=k&&k.getIn([E.decoratorKey,"leaves",E.leafKey]),q=cE.decode(f),$=q.blockKey,K=o.getBlockTree($),J=K&&K.getIn([q.decoratorKey,"leaves",q.leafKey]);if(!B||!J)return process.env.NODE_ENV!=="production"&&console.warn("Invalid selection state.",arguments,o.toJS()),g;var te=B.get("start"),le=J.get("start"),ie=B?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=B.get("end"),Fe=J.get("end");le===te&&Fe===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 fE=zR,Rv=Dm,Dv=rE,dE=fE,sh=ta,my=yp,Sp=yu;function IR(o,i,l,f,u,g){var E=l.nodeType===Node.TEXT_NODE,A=u.nodeType===Node.TEXT_NODE;if(E&&A)return{selectionState:dE(o,Sp(Rv(l)),f,Sp(Rv(u)),g),needsRecovery:!1};var k=null,B=null,q=!0;return E?(k={key:Sp(Rv(l)),offset:f},B=Lm(i,u,g)):A?(B={key:Sp(Rv(u)),offset:g},k=Lm(i,l,f)):(k=Lm(i,l,f),B=Lm(i,u,g),l===u&&f===g&&(q=!!l.firstChild&&l.firstChild.nodeName!=="BR")),{selectionState:dE(o,k.key,k.offset,B.key,B.offset),needsRecovery:q}}function PR(o){for(;o.firstChild&&(my(o.firstChild)&&o.firstChild.getAttribute("data-blocks")==="true"||Dv(o.firstChild));)o=o.firstChild;return o}function UR(o){for(;o.lastChild&&(my(o.lastChild)&&o.lastChild.getAttribute("data-blocks")==="true"||Dv(o.lastChild));)o=o.lastChild;return o}function Lm(o,i,l){var f=i,u=Rv(f);if(u!=null||o&&(o===f||o.firstChild===f)||(process.env.NODE_ENV!=="production"?sh(!1,"Unknown node in selection range."):sh(!1)),o===f){f=f.firstChild,my(f)||(process.env.NODE_ENV!=="production"?sh(!1,"Invalid DraftEditorContents node."):sh(!1));var g=f;f=g,f.getAttribute("data-contents")!=="true"&&(process.env.NODE_ENV!=="production"?sh(!1,"Invalid DraftEditorContents structure."):sh(!1)),l>0&&(l=f.childNodes.length)}if(l===0){var E=null;if(u!=null)E=u;else{var A=PR(f);E=Sp(Dv(A))}return{key:E,offset:0}}var k=f.childNodes[l-1],B=null,q=null;if(!Dv(k))B=Sp(u),q=pE(k);else{var $=UR(k);B=Sp(Dv($)),q=pE($)}return{key:B,offset:q}}function pE(o){var i=o.textContent;return i===`
143
- `?0:i.length}var hE=IR,HR=hE;function $R(o,i){var l=i.ownerDocument.defaultView.getSelection(),f=l.anchorNode,u=l.anchorOffset,g=l.focusNode,E=l.focusOffset,A=l.rangeCount;return A===0||f==null||g==null?{selectionState:o.getSelection().set("hasFocus",!1),needsRecovery:!1}:HR(o,i,f,u,g,E)}var vE=$R,jR=uE,mE=Na,VR=sE,KR=vE;function WR(o){if(o._blockSelectEvents||o._latestEditorState!==o.props.editorState){if(o._blockSelectEvents){var i=o.props.editorState,l=i.getSelection();jR.logBlockedSelectionEvent({anonymizedDom:"N/A",extraParams:JSON.stringify({stacktrace:new Error().stack}),selectionState:JSON.stringify(l.toJS())})}return}var f=o.props.editorState,u=KR(f,VR(o)),g=u.selectionState;g!==f.getSelection()&&(u.needsRecovery?f=mE.forceSelection(f,g):f=mE.acceptSelection(f,g),o.update(f))}var gE=WR;function YR(o){return o!=null&&o!=""}var yE={notEmptyKey:YR},GR=yE,XR=GR.notEmptyKey;function qR(o,i){var l;if(i.isCollapsed()){var f=i.getAnchorKey(),u=i.getAnchorOffset();return u>0?(l=o.getBlockForKey(f).getEntityAt(u-1),l!==o.getBlockForKey(f).getEntityAt(u)?null:SE(o.getEntityMap(),l)):null}var g=i.getStartKey(),E=i.getStartOffset(),A=o.getBlockForKey(g);return l=E===A.getLength()?null:A.getEntityAt(E),SE(o.getEntityMap(),l)}function SE(o,i){if(XR(i)){var l=o.__get(i);return l.getMutability()==="MUTABLE"?i:null}return null}var gy=qR,QR=OR,JR=gu,ZR=Mf,Av=Na,yy=Mm,eD=Su,tD=gE,EE=sE,nD=vE,rD=gy,aD=yu,iD=eD.isBrowser("IE"),oD=20,Sy=!1,Bm=!1,Ov=null;function lD(o){Ov||(Ov=new QR(EE(o)),Ov.start())}var Ey={onCompositionStart:function(i){Bm=!0,lD(i)},onCompositionEnd:function(i){Sy=!1,Bm=!1,setTimeout(function(){Sy||Ey.resolveComposition(i)},oD)},onSelect:tD,onKeyDown:function(i,l){if(!Bm){Ey.resolveComposition(i),i._onKeyDown(l);return}(l.which===yy.RIGHT||l.which===yy.LEFT)&&l.preventDefault()},onKeyPress:function(i,l){l.which===yy.RETURN&&l.preventDefault()},resolveComposition:function(i){if(!Bm){var l=aD(Ov).stopAndFlushMutations();Ov=null,Sy=!0;var f=Av.set(i._latestEditorState,{inCompositionMode:!1});if(i.exitCurrentMode(),!l.size){i.update(f);return}var u=f.getCurrentContent();l.forEach(function(k,B){var q=ZR.decode(B),$=q.blockKey,K=q.decoratorKey,J=q.leafKey,te=f.getBlockTree($).getIn([K,"leaves",J]),le=te.start,ie=te.end,oe=f.getSelection().merge({anchorKey:$,focusKey:$,anchorOffset:le,focusOffset:ie,isBackward:!1}),Ce=rD(u,oe),Se=u.getBlockForKey($).getInlineStyleAt(le);u=JR.replaceText(u,oe,k,Se,Ce),f=Av.set(f,{currentContent:u})});var g=nD(f,EE(i)),E=g.selectionState;i.restoreEditorDOM();var A=iD?Av.forceSelection(f,E):Av.acceptSelection(f,E);i.update(Av.push(A,u,"insert-characters"))}}},uD=Ey,wy,wE;function sD(){if(wE)return wy;wE=1;var o=er.default.createElement;function i(A,k){A.prototype=Object.create(k.prototype),A.prototype.constructor=A,A.__proto__=k}var l=Mf,f=er.default,u=ly,g=_m,E=function(A){i(k,A);function k(){return A.apply(this,arguments)||this}var B=k.prototype;return B.render=function(){var $=this.props,K=$.block,J=$.children,te=$.contentState,le=$.decorator,ie=$.decoratorKey,oe=$.direction,Ce=$.leafSet,Se=$.text,we=K.getKey(),Fe=Ce.get("leaves"),nt=le.getComponentForKey(ie),je=le.getPropsForKey(ie),ct=l.encode(we,parseInt(ie,10),0),Xe=Se.slice(Fe.first().get("start"),Fe.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)},k}(f.Component);return wy=E,wy}var Mv=tc.jsx;function CE(o){if(o===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return o}function cD(o,i){o.prototype=Object.create(i.prototype),o.prototype.constructor=o,o.__proto__=i}function _E(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}var fD=er.default,dD=Su,bE=ta,pD=yp,Cy=dD.isBrowser("IE <= 11");function hD(o){return Cy?o.textContent===`
144
- `:o.tagName==="BR"}var vD=function(i){return Cy?Mv("span",{"data-text":"true",ref:i},"A"):Mv("br",{"data-text":"true",ref:i},"A")},mD=function(i){return Cy?Mv("span",{"data-text":"true",ref:i},"B"):Mv("br",{"data-text":"true",ref:i},"B")},gD=function(o){cD(i,o);function i(f){var u;return u=o.call(this,f)||this,_E(CE(u),"_forceFlag",void 0),_E(CE(u),"_node",void 0),u._forceFlag=!1,u}var l=i.prototype;return l.shouldComponentUpdate=function(u){var g=this._node,E=u.children==="";pD(g)||(process.env.NODE_ENV!=="production"?bE(!1,"node is not an Element"):bE(!1));var A=g;return E?!hD(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?vD(function(g){return u._node=g}):mD(function(g){return u._node=g}):Mv("span",{"data-text":"true",ref:function(E){return u._node=E},children:this.props.children},this._forceFlag?"A":"B")},i}(fD.Component),yD=gD,SD=yp;function ED(o){return!o||!o.ownerDocument?!1:SD(o)&&o.nodeName==="BR"}var xE=ED;function wD(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 CD=wD,_D=CD;function bD(o){return _D(o)&&o.nodeType==3}var xD=bD,TE=xD;function kE(o,i){return!o||!i?!1:o===i?!0:TE(o)?!1:TE(i)?kE(o,i.parentNode):"contains"in o?o.contains(i):o.compareDocumentPosition?!!(o.compareDocumentPosition(i)&16):!1}var _y=kE;function TD(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 RE=TD,by=uE,kD=Su,DE=_y,RD=RE,xy=Rm,AE=ta,OE=yp,DD=kD.isBrowser("IE");function AD(o,i){if(!o)return"[empty]";var l=ME(o,i);if(l.nodeType===Node.TEXT_NODE)return l.textContent;OE(l)||(process.env.NODE_ENV!=="production"?AE(!1,"Node must be an Element if it is not a text node."):AE(!1));var f=l;return f.outerHTML}function ME(o,i){var l=i!==void 0?i(o):[];if(o.nodeType===Node.TEXT_NODE){var f=o.textContent.length;return xy(o).createTextNode("[text "+f+(l.length?" | "+l.join(", "):"")+"]")}var u=o.cloneNode();u.nodeType===1&&l.length&&u.setAttribute("data-labels",l.join(", "));for(var g=o.childNodes,E=0;E<g.length;E++)u.appendChild(ME(g[E],i));return u}function Ty(o,i){for(var l=o,f=l;l;){if(OE(l)&&f.hasAttribute("contenteditable"))return AD(l,i);l=l.parentNode,f=l}return"Could not find contentEditable parent of node"}function FE(o){return o.nodeValue===null?o.childNodes.length:o.nodeValue.length}function OD(o,i,l,f,u){var g=xy(i);if(!!DE(g.documentElement,i)){var E=g.defaultView.getSelection(),A=o.getAnchorKey(),k=o.getAnchorOffset(),B=o.getFocusKey(),q=o.getFocusOffset(),$=o.getIsBackward();if(!E.extend&&$){var K=A,J=k;A=B,k=q,B=K,q=J,$=!1}var te=A===l&&f<=k&&u>=k,le=B===l&&f<=q&&u>=q;if(te&&le){E.removeAllRanges(),zm(E,i,k-f,o),Nm(E,i,q-f,o);return}if(!$)te&&(E.removeAllRanges(),zm(E,i,k-f,o)),le&&Nm(E,i,q-f,o);else if(le&&(E.removeAllRanges(),zm(E,i,q-f,o)),te){var ie=E.focusNode,oe=E.focusOffset;E.removeAllRanges(),zm(E,i,k-f,o),Nm(E,ie,oe,o)}}}function Nm(o,i,l,f){var u=RD(),g=o.extend;if(g&&i!=null&&DE(u,i)){l>FE(i)&&by.logSelectionStateFailure({anonymizedDom:Ty(i),extraParams:JSON.stringify({offset:l}),selectionState:JSON.stringify(f.toJS())});var E=i===o.focusNode;try{o.rangeCount>0&&o.extend&&o.extend(i,l)}catch(k){throw by.logSelectionStateFailure({anonymizedDom:Ty(i,function(B){var q=[];return B===u&&q.push("active element"),B===o.anchorNode&&q.push("selection anchor node"),B===o.focusNode&&q.push("selection focus node"),q}),extraParams:JSON.stringify({activeElementName:u?u.nodeName:null,nodeIsFocus:i===o.focusNode,nodeWasFocus:E,selectionRangeCount:o.rangeCount,selectionAnchorNodeName:o.anchorNode?o.anchorNode.nodeName:null,selectionAnchorOffset:o.anchorOffset,selectionFocusNodeName:o.focusNode?o.focusNode.nodeName:null,selectionFocusOffset:o.focusOffset,message:k?""+k:null,offset:l},null,2),selectionState:JSON.stringify(f.toJS(),null,2)}),k}}else if(i&&o.rangeCount>0){var A=o.getRangeAt(0);A.setEnd(i,l),o.addRange(A.cloneRange())}}function zm(o,i,l,f){var u=xy(i).createRange();if(l>FE(i)&&by.logSelectionStateFailure({anonymizedDom:Ty(i),extraParams:JSON.stringify({offset:l}),selectionState:JSON.stringify(f.toJS())}),u.setStart(i,l),DD)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 MD={setDraftEditorSelection:OD,addFocusToSelection:Nm},LE=tc.jsx,BE=Uk;function FD(o){if(o===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return o}function LD(o,i){o.prototype=Object.create(i.prototype),o.prototype.constructor=o,o.__proto__=i}function BD(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}var ND=yD,zD=er.default,Cd=ta,ID=xE,PD=MD.setDraftEditorSelection,UD=function(o){LD(i,o);function i(){for(var f,u=arguments.length,g=new Array(u),E=0;E<u;E++)g[E]=arguments[E];return f=o.call.apply(o,[this].concat(g))||this,BD(FD(f),"leaf",void 0),f}var l=i.prototype;return l._setSelection=function(){var u=this.props.selection;if(!(u==null||!u.getHasFocus())){var g=this.props,E=g.block,A=g.start,k=g.text,B=E.getKey(),q=A+k.length;if(!!u.hasEdgeWithin(B,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:ID(K)?J=$:(J=K.firstChild,J||(process.env.NODE_ENV!=="production"?Cd(!1,"Missing targetNode"):Cd(!1))),PD(u,J,B,A,q)}}},l.shouldComponentUpdate=function(u){var g=this.leaf;g||(process.env.NODE_ENV!=="production"?Cd(!1,"Missing leafNode"):Cd(!1));var E=g.textContent!==u.text||u.styleSet!==this.props.styleSet||u.forceSelection;return E},l.componentDidUpdate=function(){this._setSelection()},l.componentDidMount=function(){this._setSelection()},l.render=function(){var u=this,g=this.props.block,E=this.props.text;E.endsWith(`
145
- `)&&this.props.isLast&&(E+=`
146
- `);var A=this.props,k=A.customStyleMap,B=A.customStyleFn,q=A.offsetKey,$=A.styleSet,K=$.reduce(function(te,le){var ie={},oe=k[le];return oe!==void 0&&te.textDecoration!==oe.textDecoration&&(ie.textDecoration=[te.textDecoration,oe.textDecoration].join(" ").trim()),BE(te,oe,ie)},{});if(B){var J=B($,g);K=BE(K,J)}return LE("span",{"data-offset-key":q,ref:function(le){return u.leaf=le},style:K,children:LE(ND,{children:E})})},i}(zD.Component),NE=UD,ky,zE;function HD(){if(zE)return ky;zE=1;var o=tc.jsx;function i(B,q){B.prototype=Object.create(q.prototype),B.prototype.constructor=B,B.__proto__=q}var l=sD(),f=NE,u=Mf,g=Vr.exports,E=er.default,A=gp;g.List;var k=function(B){i(q,B);function q(){return B.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,Fe=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,Nt=Xt.map(function($e,et){var Ye=u.encode(ct,He,et),lt=$e.get("start"),Et=$e.get("end");return o(f,{offsetKey:Ye,block:te,start:lt,selection:Fe?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?Nt:o(l,{block:te,children:Nt,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}(E.Component);return ky=k,ky}function Im(o,i){return!!i&&(o===i.documentElement||o===i.body)}var $D={getTop:function(i){var l=i.ownerDocument;return Im(i,l)?l.body.scrollTop||l.documentElement.scrollTop:i.scrollTop},setTop:function(i,l){var f=i.ownerDocument;Im(i,f)?f.body.scrollTop=f.documentElement.scrollTop=l:i.scrollTop=l},getLeft:function(i){var l=i.ownerDocument;return Im(i,l)?l.body.scrollLeft||l.documentElement.scrollLeft:i.scrollLeft},setLeft:function(i,l){var f=i.ownerDocument;Im(i,f)?f.body.scrollLeft=f.documentElement.scrollLeft=l:i.scrollLeft=l}},Ry=$D,jD=/-(.)/g;function VD(o){return o.replace(jD,function(i,l){return l.toUpperCase()})}var KD=VD,WD=/([A-Z])/g;function YD(o){return o.replace(WD,"-$1").toLowerCase()}var GD=YD,IE=KD,PE=GD;function Fv(o){return o==null?o:String(o)}function XD(o,i){var l;if(window.getComputedStyle&&(l=window.getComputedStyle(o,null),l))return Fv(l.getPropertyValue(PE(i)));if(document.defaultView&&document.defaultView.getComputedStyle){if(l=document.defaultView.getComputedStyle(o,null),l)return Fv(l.getPropertyValue(PE(i)));if(i==="display")return"none"}return o.currentStyle?Fv(i==="float"?o.currentStyle.cssFloat||o.currentStyle.styleFloat:o.currentStyle[IE(i)]):Fv(o.style&&o.style[IE(i)])}var qD=XD,QD=qD;function Dy(o,i){var l=UE.get(o,i);return l==="auto"||l==="scroll"}var UE={get:QD,getScrollParent:function(i){if(!i)return null;for(var l=i.ownerDocument;i&&i!==l.body;){if(Dy(i,"overflow")||Dy(i,"overflowY")||Dy(i,"overflowX"))return i;i=i.parentNode}return l.defaultView||l.parentWindow}},Pm=UE,JD=_y;function ZD(o){var i=o.ownerDocument.documentElement;if(!("getBoundingClientRect"in o)||!JD(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 eA=ZD,tA=eA;function nA(o){var i=tA(o);return{x:i.left,y:i.top,width:i.right-i.left,height:i.bottom-i.top}}var HE=nA,rA=typeof navigator<"u"&&navigator.userAgent.indexOf("AppleWebKit")>-1;function aA(o){return o=o||document,o.scrollingElement?o.scrollingElement:!rA&&o.compatMode==="CSS1Compat"?o.documentElement:o.body}var iA=aA;function oA(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 lA=oA,uA=iA,sA=lA;function cA(o){var i=uA(o.ownerDocument||o.document);o.Window&&o instanceof o.Window&&(o=i);var l=sA(o),f=o===i?o.ownerDocument.documentElement:o,u=o.scrollWidth-f.clientWidth,g=o.scrollHeight-f.clientHeight;return l.x=Math.max(0,Math.min(l.x,u)),l.y=Math.max(0,Math.min(l.y,g)),l}var Um=cA;function $E(){var o;return document.documentElement&&(o=document.documentElement.clientWidth),!o&&document.body&&(o=document.body.clientWidth),o||0}function jE(){var o;return document.documentElement&&(o=document.documentElement.clientHeight),!o&&document.body&&(o=document.body.clientHeight),o||0}function VE(){return{width:window.innerWidth||$E(),height:window.innerHeight||jE()}}VE.withoutScrollbars=function(){return{width:$E(),height:jE()}};var KE=VE,Ay,WE;function fA(){if(WE)return Ay;WE=1;var o=tc.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 f(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=HD(),E=Mf,A=er.default,k=Ry,B=Pm,q=HE,$=Um,K=KE,J=Vr.exports,te=ta,le=kv,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](),Nt;!(He=(Nt=kt.next()).done);He=!0){var $e=Nt.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":E.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}},Fe=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=f({},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,Nt=!rt.getChildKeys().isEmpty(),$e=rt!==ut.block||kt!==ut.tree||Xt!==ut.direction||oe(ut.selection,ut.block.getKey())&&ut.forceSelection;return Nt||$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=B.getScrollParent(rt),kt=$(Xt),Nt;if(Xt===window){var $e=q(rt),et=$e.y+$e.height,Ye=K().height;Nt=et-Ye,Nt>0&&window.scrollTo(kt.x,kt.y+Nt+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;Nt=Et-tr,Nt>0&&k.setTop(Xt,k.getTop(Xt)+Nt+ie)}}}},ht.render=function(){var ut=this,He=this.props,rt=He.block,Xt=He.blockRenderMap,kt=He.blockRendererFn,Nt=He.blockStyleFn,$e=He.contentState,et=He.decorator,Ye=He.editorKey,lt=He.editorState,Et=He.customStyleFn,tr=He.customStyleMap,Qn=He.direction,Dt=He.forceSelection,wt=He.selection,zn=He.tree,lr=null;rt.children.size&&(lr=rt.children.reduce(function(cr,On){var Bn=E.encode(On,0,0),Gn=$e.getBlockForKey(On),nr=Fe(Gn,kt),At=nr.CustomComponent||Xe,Ft=we(Gn,Xt),_t=Ft.Element,Rn=Ft.wrapperTemplate,tn=nt(Gn,Ye,Bn,Nt,nr,null),ur=f({},ut.props,{tree:lt.getBlockTree(On),blockProps:nr.customProps,offsetKey:Bn,block:Gn});return cr.push(o(_t,{...tn,children:o(At,{...ur})})),!Rn||Ce(Gn,$e)||Se(Rn,_t,cr),cr},[]));var Dn=rt.getKey(),sr=E.encode(Dn,0,0),An=Fe(rt,kt),Er=An.CustomComponent,zt=Er!=null?o(Er,{...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:Qn,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,Nt,An,this.wrapperRef);return o(on,{...Vn,children:zt})},Xe}(A.Component);return Ay=je,Ay}var Oy,YE;function dA(){if(YE)return Oy;YE=1;var o=tc.jsx;function i(A,k){A.prototype=Object.create(k.prototype),A.prototype.constructor=A,A.__proto__=k}var l=fA(),f=Mf,u=er.default,g=yu,E=function(A){i(k,A);function k(){return A.apply(this,arguments)||this}var B=k.prototype;return B.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 Fe=K.getCurrentContent(),nt=J.getCurrentContent(),je=K.getDecorator(),ct=J.getDecorator();return Se!==we||Fe!==nt||je!==ct||J.mustForceSelection()},B.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(),Fe=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:Fe,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:f.encode(He,0,0)});var Nt=ut.getNextSiblingKey();ut=Nt?we.getBlockForKey(Nt):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})},k}(u.Component);return Oy=E,Oy}var GE=tc.jsx,pA=er.default.createElement;function hA(o){if(o===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return o}function vA(o,i){o.prototype=Object.create(i.prototype),o.prototype.constructor=o,o.__proto__=i}function mA(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}var gA=NE,XE=Mf,yA=er.default,qE=Ry,SA=Pm,EA=ly,wA=_m,CA=gp,_A=HE,bA=Um,xA=KE,QE=ta,TA=kv,kA=yu,JE=10,ZE=function(i,l){return i.getAnchorKey()===l||i.getFocusKey()===l},RA=function(o){vA(i,o);function i(){for(var f,u=arguments.length,g=new Array(u),E=0;E<u;E++)g[E]=arguments[E];return f=o.call.apply(o,[this].concat(g))||this,mA(hA(f),"_node",void 0),f}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||ZE(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 E=this._node;if(E!=null){var A=SA.getScrollParent(E),k=bA(A),B;if(A===window){var q=_A(E),$=q.y+q.height,K=xA().height;B=$-K,B>0&&window.scrollTo(k.x,k.y+B+JE)}else{TA(E)||(process.env.NODE_ENV!=="production"?QE(!1,"blockNode is not an HTMLElement"):QE(!1));var J=E.offsetHeight+E.offsetTop,te=A.offsetTop+A.offsetHeight,le=te+k.y;B=J-le,B>0&&qE.setTop(A,qE.getTop(A)+B+JE)}}}}},l._renderChildren=function(){var u=this,g=this.props.block,E=g.getKey(),A=g.getText(),k=this.props.tree.size-1,B=ZE(this.props.selection,E);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=XE.encode(E,$,Ze),He=ht.get("start"),rt=ht.get("end");return GE(gA,{offsetKey:ut,block:g,start:He,selection:B?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:$===k&&Ze===J},ut)}).toArray(),le=q.get("decoratorKey");if(le==null||!u.props.decorator)return te;var ie=kA(u.props.decorator),oe=ie.getComponentForKey(le);if(!oe)return te;var Ce=ie.getPropsForKey(le),Se=XE.encode(E,$,0),we=K.first().get("start"),Fe=K.last().get("end"),nt=A.slice(we,Fe),je=g.getEntityAt(q.get("start")),ct=wA.getHTMLDirIfDifferent(EA.getDirection(nt),u.props.direction),Xe={contentState:u.props.contentState,decoratedText:nt,dir:ct,start:we,end:Fe,blockKey:E,entityKey:je,offsetKey:Se};return pA(oe,{...Ce,...Xe,key:Se},te)}).toArray()},l.render=function(){var u=this,g=this.props,E=g.direction,A=g.offsetKey,k=CA({"public/DraftStyleDefault/block":!0,"public/DraftStyleDefault/ltr":E==="LTR","public/DraftStyleDefault/rtl":E==="RTL"});return GE("div",{"data-offset-key":A,className:k,ref:function(q){return u._node=q},children:this._renderChildren()})},i}(yA.Component),ew=RA,My,tw;function DA(){if(tw)return My;tw=1;function o(i){var l=i||"",f=arguments.length;if(f>1)for(var u=1;u<f;u++){var g=arguments[u];g&&(l=(l?l+" ":"")+g)}return l}return My=o,My}var Fy,nw;function AA(){if(nw)return Fy;nw=1;var o=er.default.createElement,i=tc.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){f(J,oe,le[oe])})}return J}function f(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=ew,E=Mf,A=er.default,k=gp,B=DA(),q=yu,$=function(te,le,ie,oe){return k({"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(),Fe=Se.getDirectionMap();if(we!==Fe)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,Fe=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(),Nt=[],$e=null,et=null,Ye=0;Ye<kt.length;Ye++){var lt=kt[Ye],Et=lt.getKey(),tr=lt.getType(),Qn=Se(lt),Dt=void 0,wt=void 0,zn=void 0;Qn&&(Dt=Qn.component,wt=Qn.props,zn=Qn.editable);var lr=ht||Xt.get(Et),Dn=E.encode(Et,0,0),sr={contentState:Ze,block:lt,blockProps:wt,blockStyleFn:we,customStyleMap:Fe,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"),Er=An.wrapper,zt=An.element||Ce.get("unstyled").element,sn=lt.getDepth(),on="";if(we&&(on=we(lt)),zt==="li"){var Vn=et!==Er||$e===null||sn>$e;on=B(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 Bn=i(zt,{...On,children:o(cr,{...sr,key:Et})});Nt.push({block:Bn,wrapperTemplate:Er,key:Et,offsetKey:Dn}),Er?$e=lt.getDepth():$e=null,et=Er}for(var Gn=[],nr=0;nr<Nt.length;){var At=Nt[nr];if(At.wrapperTemplate){var Ft=[];do Ft.push(Nt[nr].block),nr++;while(nr<Nt.length&&Nt[nr].wrapperTemplate===At.wrapperTemplate);var _t=A.cloneElement(At.wrapperTemplate,{key:At.key+"-wrap","data-offset-key":At.offsetKey},Ft);Gn.push(_t)}else Gn.push(At.block),nr++}return i("div",{"data-contents":"true",children:Gn})},te}(A.Component);return Fy=K,Fy}var OA=yd,MA=OA("draft_tree_data_support"),FA=MA?dA():AA(),rw={isImage:function(i){return aw(i)[0]==="image"},isJpeg:function(i){var l=aw(i);return rw.isImage(i)&&(l[1]==="jpeg"||l[1]==="pjpeg")}};function aw(o){return o.split("/")}var LA=rw,_d=ta;function BA(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),f=0;f<i;f++)l[f]=o[f];return l}function NA(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 zA(o){return NA(o)?Array.isArray(o)?o.slice():BA(o):[o]}var IA=zA;function Hm(o){return function(){return o}}var Ep=function(){};Ep.thatReturns=Hm,Ep.thatReturnsFalse=Hm(!1),Ep.thatReturnsTrue=Hm(!0),Ep.thatReturnsNull=Hm(null),Ep.thatReturnsThis=function(){return this},Ep.thatReturnsArgument=function(o){return o};var iw=Ep,PA=LA,UA=IA,HA=iw,$A=new RegExp(`\r
147
- `,"g"),jA=`
148
- `,VA={"text/rtf":1,"text/html":1};function KA(o){if(o.kind=="file")return o.getAsFile()}var WA=function(){function o(l){this.data=l,this.types=l.types?UA(l.types):[]}var i=o.prototype;return i.isRichText=function(){return this.getHTML()&&this.getText()?!0:this.isImage()?!1:this.types.some(function(f){return VA[f]})},i.getText=function(){var f;return this.data.getData&&(this.types.length?this.types.indexOf("text/plain")!=-1&&(f=this.data.getData("text/plain")):f=this.data.getData("Text")),f?f.replace($A,jA):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(f){return f.indexOf("Url")!=-1||f.indexOf("text/uri-list")!=-1||f.indexOf("text/x-moz-url")})},i.getLink=function(){if(this.data.getData){if(this.types.indexOf("text/x-moz-url")!=-1){var f=this.data.getData("text/x-moz-url").split(`
149
- `);return f[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 f=this.types.some(function(A){return A.indexOf("application/x-moz-file")!=-1});if(f)return!0;for(var u=this.getFiles(),g=0;g<u.length;g++){var E=u[g].type;if(!PA.isImage(E))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(KA).filter(HA.thatReturnsArgument):this.data.files?Array.prototype.slice.call(this.data.files):[]},i.hasFiles=function(){return this.getFiles().length>0},o}(),ow=WA,lw=ta,uw=/\.textClipping$/,YA={"text/plain":!0,"text/html":!0,"text/rtf":!0},GA=5e3;function XA(o,i){var l=0,f=[];o.forEach(function(u){qA(u,function(g){l++,g&&f.push(g.slice(0,GA)),l==o.length&&i(f.join("\r"))})})}function qA(o,i){if(!md.FileReader||o.type&&!(o.type in YA)){i("");return}if(o.type===""){var l="";uw.test(o.name)&&(l=o.name.replace(uw,"")),i(l);return}var f=new FileReader;f.onload=function(){var u=f.result;typeof u!="string"&&(process.env.NODE_ENV!=="production"?lw(!1,'We should be calling "FileReader.readAsText" which returns a string'):lw(!1)),i(u)},f.onerror=function(){i("")},f.readAsText(o)}var sw=XA;function QA(o){return o==="handled"||o===!0}var $m=QA,JA=ow,cw=gu,fw=Na,ZA=Dm,eO=Rm,tO=sw,nO=fE,rO=aE,dw=$m,Ly=yu;function aO(o,i){var l=null,f=null,u=eO(o.currentTarget);if(typeof u.caretRangeFromPoint=="function"){var g=u.caretRangeFromPoint(o.x,o.y);l=g.startContainer,f=g.startOffset}else if(o.rangeParent)l=o.rangeParent,f=o.rangeOffset;else return null;l=Ly(l),f=Ly(f);var E=Ly(ZA(l));return nO(i,E,f,E,f)}var iO={onDragEnd:function(i){i.exitCurrentMode(),pw(i)},onDrop:function(i,l){var f=new JA(l.nativeEvent.dataTransfer),u=i._latestEditorState,g=aO(l.nativeEvent,u);if(l.preventDefault(),i._dragCount=0,i.exitCurrentMode(),g!=null){var E=f.getFiles();if(E.length>0){if(i.props.handleDroppedFiles&&dw(i.props.handleDroppedFiles(g,E)))return;tO(E,function(k){k&&i.update(hw(u,g,k))});return}var A=i._internalDrag?"internal":"external";i.props.handleDrop&&dw(i.props.handleDrop(g,f,A))||(i._internalDrag?i.update(oO(u,g)):i.update(hw(u,g,f.getText()))),pw(i)}}};function pw(o){o._internalDrag=!1;var i=o.editorContainer;if(i){var l=new MouseEvent("mouseup",{view:rO(i),bubbles:!0,cancelable:!0});i.dispatchEvent(l)}}function oO(o,i){var l=cw.moveText(o.getCurrentContent(),o.getSelection(),i);return fw.push(o,l,"insert-fragment")}function hw(o,i,l){var f=cw.insertText(o.getCurrentContent(),i,l,o.getCurrentInlineStyle());return fw.push(o,f,"insert-fragment")}var lO=iO;function uO(o){var i=o.getSelection(),l=i.getAnchorKey(),f=o.getBlockTree(l),u=i.getStartOffset(),g=!1;return f.some(function(E){return u===E.get("start")?(g=!0,!0):u<E.get("end")?E.get("leaves").some(function(A){var k=A.get("start");return u===k?(g=!0,!0):!1}):!1}),g}var sO=uO;(function(o,i){if(o.setImmediate)return;var l=1,f={},u=!1,g=o.document,E;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 Fe={callback:Ce,args:Se};return f[l]=Fe,E(l),l++}function k(Ce){delete f[Ce]}function B(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=f[Ce];if(Se){u=!0;try{B(Se)}finally{k(Ce),u=!1}}}}function $(){E=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),E=function(we){o.postMessage(Ce+we,"*")}}function te(){var Ce=new MessageChannel;Ce.port1.onmessage=function(Se){var we=Se.data;q(we)},E=function(Se){Ce.port2.postMessage(Se)}}function le(){var Ce=g.documentElement;E=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(){E=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=k})(typeof self>"u"?md:self);var cO=md.setImmediate,fO=gu,By=Na,dO=Su,vw=gy,pO=$m,hO=sO,mw=yu,vO=cO,mO="'",gO="/",yO=dO.isBrowser("Firefox");function SO(o){return yO&&(o==mO||o==gO)}function gw(o,i,l,f,u){var g=fO.replaceText(o.getCurrentContent(),o.getSelection(),i,l,f);return By.push(o,g,"insert-characters",u)}function EO(o,i){o._pendingStateFromBeforeInput!==void 0&&(o.update(o._pendingStateFromBeforeInput),o._pendingStateFromBeforeInput=void 0);var l=o._latestEditorState,f=i.data;if(!!f){if(o.props.handleBeforeInput&&pO(o.props.handleBeforeInput(f,l,i.timeStamp))){i.preventDefault();return}var u=l.getSelection(),g=u.getStartOffset(),E=u.getAnchorKey();if(!u.isCollapsed()){i.preventDefault(),o.update(gw(l,f,l.getCurrentInlineStyle(),vw(l.getCurrentContent(),l.getSelection()),!0));return}var A=gw(l,f,l.getCurrentInlineStyle(),vw(l.getCurrentContent(),l.getSelection()),!1),k=!1;if(k||(k=hO(o._latestCommittedEditorState)),!k){var B=l.getBlockTree(E),q=A.getBlockTree(E);k=B.size!==q.size||B.zip(q).some(function($){var K=$[0],J=$[1],te=K.get("start"),le=te+(te>=g?f.length:0),ie=K.get("end"),oe=ie+(ie>=g?f.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(k||(k=SO(f)),k||(k=mw(A.getDirectionMap()).get(E)!==mw(l.getDirectionMap()).get(E)),k){i.preventDefault(),A=By.set(A,{forceSelection:!0}),o.update(A);return}A=By.set(A,{nativelyRenderedContent:A.getCurrentContent()}),o._pendingStateFromBeforeInput=A,vO(function(){o._pendingStateFromBeforeInput!==void 0&&(o.update(o._pendingStateFromBeforeInput),o._pendingStateFromBeforeInput=void 0)})}}var wO=EO,CO=Na,yw=_y,_O=RE;function bO(o,i){var l=i.currentTarget.ownerDocument;if(!Boolean(o.props.preserveSelectionOnBlur)&&_O(l)===l.body){var f=l.defaultView.getSelection(),u=o.editor;f.rangeCount===1&&yw(u,f.anchorNode)&&yw(u,f.focusNode)&&f.removeAllRanges()}var g=o._latestEditorState,E=g.getSelection();if(!!E.getHasFocus()){var A=E.set("hasFocus",!1);o.props.onBlur&&o.props.onBlur(i),o.update(CO.acceptSelection(g,A))}}var xO=bO,TO=Na;function kO(o,i){o.setMode("composite"),o.update(TO.set(o._latestEditorState,{inCompositionMode:!0})),o._onCompositionStart(i)}var RO=kO,DO=fm;function AO(o){var i=o.getSelection();return i.isCollapsed()?null:DO(o.getCurrentContent(),i)}var Sw=AO,OO=Sw;function MO(o,i){var l=o._latestEditorState,f=l.getSelection();if(f.isCollapsed()){i.preventDefault();return}o.setClipboard(OO(o._latestEditorState))}var FO=MO;function LO(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 BO=LO,NO=gu,zO=Na,IO=Pm,PO=Sw,UO=Um,HO=BO;function $O(o,i){var l=o._latestEditorState,f=l.getSelection(),u=i.target,g;if(f.isCollapsed()){i.preventDefault();return}if(HO(u)){var E=u;g=UO(IO.getScrollParent(E))}var A=PO(l);o.setClipboard(A),o.setMode("cut"),setTimeout(function(){o.restoreEditorDOM(g),o.exitCurrentMode(),o.update(jO(l))},0)}function jO(o){var i=NO.removeRange(o.getCurrentContent(),o.getSelection(),"forward");return zO.push(o,i,"remove-range")}var VO=$O;function KO(o,i){o.setMode("drag"),i.preventDefault()}var WO=KO;function YO(o){o._internalDrag=!0,o.setMode("drag")}var GO=YO,Ew=Na,XO=Su;function qO(o,i){var l=o._latestEditorState,f=l.getSelection();if(!f.getHasFocus()){var u=f.set("hasFocus",!0);o.props.onFocus&&o.props.onFocus(i),XO.isBrowser("Chrome < 60.0.3081.0")?o.update(Ew.forceSelection(l,u)):o.update(Ew.acceptSelection(l,u))}}var QO=qO,ww=ta,Cw=55296,JO=56319,ZO=56320,_w=57343,eM=/[\uD800-\uDFFF]/;function bw(o){return Cw<=o&&o<=_w}function tM(o,i){if(0<=i&&i<o.length||(process.env.NODE_ENV!=="production"?ww(!1,"isSurrogatePair: Invalid index %s for string length %s.",i,o.length):ww(!1)),i+1===o.length)return!1;var l=o.charCodeAt(i),f=o.charCodeAt(i+1);return Cw<=l&&l<=JO&&ZO<=f&&f<=_w}function Ny(o){return eM.test(o)}function ch(o,i){return 1+bw(o.charCodeAt(i))}function nM(o){if(!Ny(o))return o.length;for(var i=0,l=0;l<o.length;l+=ch(o,l))i++;return i}function xw(o,i,l){if(i=i||0,l=l===void 0?1/0:l||0,!Ny(o))return o.substr(i,l);var f=o.length;if(f<=0||i>f||l<=0)return"";var u=0;if(i>0){for(;i>0&&u<f;i--)u+=ch(o,u);if(u>=f)return""}else if(i<0){for(u=f;i<0&&0<u;i++)u-=ch(o,u-1);u<0&&(u=0)}var g=f;if(l<f)for(g=u;l>0&&g<f;l--)g+=ch(o,g);return o.substring(u,g)}function rM(o,i,l){i=i||0,l=l===void 0?1/0:l||0,i<0&&(i=0),l<0&&(l=0);var f=Math.abs(l-i);return i=i<l?i:l,xw(o,i,f)}function aM(o){for(var i=[],l=0;l<o.length;l+=ch(o,l))i.push(o.codePointAt(l));return i}var iM={getCodePoints:aM,getUTF16Length:ch,hasSurrogateUnit:Ny,isCodeUnitInSurrogateRange:bw,isSurrogatePair:tM,strlen:nM,substring:rM,substr:xw},wp=iM,oM=iw;function lM(o){for(var i=arguments.length,l=new Array(i>1?i-1:0),f=1;f<i;f++)l[f-1]=arguments[f];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 uM=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,f=new Array(l>2?l-2:0),u=2;u<l;u++)f[u-2]=arguments[u];lM.apply(void 0,[i].concat(f))}}:oM,zy=uM,sM=zy;function cM(o,i){var l=o.getSelection();process.env.NODE_ENV!=="production"&&sM(l.isCollapsed(),"moveSelectionBackward should only be called with a collapsed SelectionState");var f=o.getCurrentContent(),u=l.getStartKey(),g=l.getStartOffset(),E=u,A=0;if(i>g){var k=f.getKeyBefore(u);if(k==null)E=u;else{E=k;var B=f.getBlockForKey(k);A=B.getText().length}}else A=g-i;return l.merge({focusKey:E,focusOffset:A,isBackward:!0})}var Iy=cM,fM=gu,dM=yd,Tw=dM("draft_tree_data_support");function pM(o,i,l){var f=o.getSelection(),u=o.getCurrentContent(),g=f,E=f.getAnchorKey(),A=f.getFocusKey(),k=u.getBlockForKey(E);if(Tw&&l==="forward"&&E!==A)return u;if(f.isCollapsed()){if(l==="forward"){if(o.isSelectionAtEndOfContent())return u;if(Tw){var B=f.getAnchorOffset()===u.getBlockForKey(E).getLength();if(B){var q=u.getBlockForKey(k.nextSibling);if(!q||q.getLength()===0)return u}}}else if(o.isSelectionAtStartOfContent())return u;if(g=i(o),g===f)return u}return fM.removeRange(u,g,l)}var Lv=pM,hM=Na,vM=wp,mM=Iy,gM=Lv;function yM(o){var i=gM(o,function(f){var u=f.getSelection(),g=f.getCurrentContent(),E=u.getAnchorKey(),A=u.getAnchorOffset(),k=g.getBlockForKey(E).getText()[A-1];return mM(f,k?vM.getUTF16Length(k,0):1)},"backward");if(i===o.getCurrentContent())return o;var l=o.getSelection();return hM.push(o,i.set("selectionBefore",l),l.isCollapsed()?"backspace-character":"remove-range")}var kw=yM,SM=gu,EM=Mf,wM=Na,CM=Su,_M=yE,bM=_M.notEmptyKey,xM=Dm,TM=kw,kM=yu,RM=CM.isEngine("Gecko"),DM=`
150
-
151
- `;function AM(o,i){switch(o){case"deleteContentBackward":return TM(i)}return i}function OM(o,i){o._pendingStateFromBeforeInput!==void 0&&(o.update(o._pendingStateFromBeforeInput),o._pendingStateFromBeforeInput=void 0);var l=o.editor,f=l.ownerDocument.defaultView.getSelection(),u=f.anchorNode,g=f.isCollapsed,E=(u==null?void 0:u.nodeType)!==Node.TEXT_NODE&&(u==null?void 0:u.nodeType)!==Node.ELEMENT_NODE;if(!(u==null||E)){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 k=A.firstChild;k!=null;k=k.nextSibling)k!==u&&A.removeChild(k)}var B=u.textContent,q=o._latestEditorState,$=kM(xM(u)),K=EM.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),Fe=we.getText().slice(oe,Ce);if(B.endsWith(DM)&&(B=B.slice(0,-1)),B===Fe){var nt=i.nativeEvent.inputType;if(nt){var je=AM(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=bM(ht)?Se.getEntity(ht):null,ut=Ze!=null?Ze.getMutability():null,He=ut==="MUTABLE",rt=He?"spellcheck-change":"apply-entity",Xt=SM.replaceText(Se,Xe,B,we.getInlineStyleAt(oe),He?we.getEntityAt(oe):null),kt,Nt,$e,et;if(RM)kt=f.anchorOffset,Nt=f.focusOffset,$e=oe+Math.min(kt,Nt),et=$e+Math.abs(kt-Nt),kt=$e,Nt=et;else{var Ye=B.length-Fe.length;$e=ct.getStartOffset(),et=ct.getEndOffset(),kt=g?et+Ye:$e,Nt=et+Ye}var lt=Xt.merge({selectionBefore:Se.getSelectionAfter(),selectionAfter:ct.merge({anchorOffset:kt,focusOffset:Nt})});o.update(wM.push(q,lt,rt))}}var MM=OM,FM=Mm;function LM(o){return o.which===FM.RETURN&&(o.getModifierState("Shift")||o.getModifierState("Alt")||o.getModifierState("Control"))}var BM=LM,NM=Su,zM=BM,Py=NM.isPlatform("Mac OS X"),Rw={isCtrlKeyCommand:function(i){return!!i.ctrlKey&&!i.altKey},isOptionKeyCommand:function(i){return Py&&i.altKey},usesMacOSHeuristics:function(){return Py},hasCommandModifier:function(i){return Py?!!i.metaKey&&!i.altKey:Rw.isCtrlKeyCommand(i)},isSoftNewlineEvent:zM},Uy=Rw,Dw=gu,Aw=Na,IM=fm,PM=yu,Hy=null,UM={cut:function(i){var l=i.getCurrentContent(),f=i.getSelection(),u=null;if(f.isCollapsed()){var g=f.getAnchorKey(),E=l.getBlockForKey(g).getLength();if(E===f.getAnchorOffset()){var A=l.getKeyAfter(g);if(A==null)return i;u=f.set("focusKey",A).set("focusOffset",0)}else u=f.set("focusOffset",E)}else u=f;u=PM(u),Hy=IM(l,u);var k=Dw.removeRange(l,u,"forward");return k===l?i:Aw.push(i,k,"remove-range")},paste:function(i){if(!Hy)return i;var l=Dw.replaceWithFragment(i.getCurrentContent(),i.getSelection(),Hy);return Aw.push(i,l,"insert-fragment")}},HM=UM,$M=Su,Ow=ta,jM=$M.isBrowser("Chrome");function VM(o){for(var i=o.cloneRange(),l=[],f=o.endContainer;f!=null;f=f.parentNode){var u=f===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 E;return l.reverse(),(E=[]).concat.apply(E,l)}i.setEndBefore(f)}process.env.NODE_ENV!=="production"?Ow(!1,"Found an unexpected detached subtree when getting range client rects."):Ow(!1)}var KM=jM?VM:function(o){return Array.from(o.getClientRects())},Mw=KM,WM=wp,YM=Rm,Fw=Mw,fh=ta;function GM(o){var i=getComputedStyle(o),l=YM(o),f=l.createElement("div");f.style.fontFamily=i.fontFamily,f.style.fontSize=i.fontSize,f.style.fontStyle=i.fontStyle,f.style.fontWeight=i.fontWeight,f.style.lineHeight=i.lineHeight,f.style.position="absolute",f.textContent="M";var u=l.body;u||(process.env.NODE_ENV!=="production"?fh(!1,"Missing document.body"):fh(!1)),u.appendChild(f);var g=f.getBoundingClientRect();return u.removeChild(f),g.height}function Lw(o,i){for(var l=1/0,f=1/0,u=-1/0,g=-1/0,E=0;E<o.length;E++){var A=o[E];A.width===0||A.width===1||(l=Math.min(l,A.top),f=Math.min(f,A.bottom),u=Math.max(u,A.top),g=Math.max(g,A.bottom))}return u<=f&&u-l<i&&g-f<i}function XM(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 qM(o){o.collapsed||(process.env.NODE_ENV!=="production"?fh(!1,"expandRangeToStartOfLine: Provided range is not collapsed."):fh(!1)),o=o.cloneRange();var i=o.startContainer;i.nodeType!==1&&(i=i.parentNode);var l=GM(i),f=o.endContainer,u=o.endOffset;for(o.setStart(o.startContainer,0);Lw(Fw(o),l)&&(f=o.startContainer,u=o.startOffset,f.parentNode||(process.env.NODE_ENV!=="production"?fh(!1,"Found unexpected detached subtree when traversing."):fh(!1)),o.setStartBefore(f),!(f.nodeType===1&&getComputedStyle(f).display!=="inline")););var g=f,E=u-1;do{for(var A=g.nodeValue,k=E;k>=0;k--)if(!(A!=null&&k>0&&WM.isSurrogatePair(A,k-1)))if(o.setStart(g,k),Lw(Fw(o),l))f=g,u=k;else break;if(k===-1||g.childNodes.length===0)break;g=g.childNodes[k],E=XM(g)}while(!0);return o.setStart(f,u),o}var QM=qM,JM=Na,ZM=QM,eF=hE,tF=Iy,nF=Lv;function rF(o,i){var l=nF(o,function(f){var u=f.getSelection();if(u.isCollapsed()&&u.getAnchorOffset()===0)return tF(f,1);var g=i.currentTarget.ownerDocument,E=g.defaultView.getSelection(),A=E.getRangeAt(0);return A=ZM(A),eF(f,null,A.endContainer,A.endOffset,A.startContainer,A.startOffset).selectionState},"backward");return l===o.getCurrentContent()?o:JM.push(o,l,"remove-range")}var aF=rF,iF=`[.,+*?$|#{}()'\\^\\-\\[\\]\\\\\\/!@%"~=<>_:;\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]`,oF={getPunctuation:function(){return iF}},lF=oF,uF=lF.getPunctuation(),Bw="['\u2018\u2019]",dh="\\s|(?![_])"+uF,sF="^(?:"+dh+")*(?:"+Bw+"|(?!"+dh+").)*(?:(?!"+dh+").)",cF=new RegExp(sF),fF="(?:(?!"+dh+").)(?:"+Bw+"|(?!"+dh+").)*(?:"+dh+")*$",dF=new RegExp(fF);function Nw(o,i){var l=i?dF.exec(o):cF.exec(o);return l?l[0]:o}var pF={getBackward:function(i){return Nw(i,!0)},getForward:function(i){return Nw(i,!1)}},zw=pF,hF=zw,vF=Na,Iw=Iy,mF=Lv;function gF(o){var i=mF(o,function(l){var f=l.getSelection(),u=f.getStartOffset();if(u===0)return Iw(l,1);var g=f.getStartKey(),E=l.getCurrentContent(),A=E.getBlockForKey(g).getText().slice(0,u),k=hF.getBackward(A);return Iw(l,k.length||1)},"backward");return i===o.getCurrentContent()?o:vF.push(o,i,"remove-range")}var yF=gF,SF=zy;function EF(o,i){var l=o.getSelection();process.env.NODE_ENV!=="production"&&SF(l.isCollapsed(),"moveSelectionForward should only be called with a collapsed SelectionState");var f=l.getStartKey(),u=l.getStartOffset(),g=o.getCurrentContent(),E=f,A,k=g.getBlockForKey(f);return i>k.getText().length-u?(E=g.getKeyAfter(f),A=0):A=u+i,l.merge({focusKey:E,focusOffset:A})}var Pw=EF,wF=zw,CF=Na,_F=Pw,bF=Lv;function xF(o){var i=bF(o,function(l){var f=l.getSelection(),u=f.getStartOffset(),g=f.getStartKey(),E=l.getCurrentContent(),A=E.getBlockForKey(g).getText().slice(u),k=wF.getForward(A);return _F(l,k.length||1)},"forward");return i===o.getCurrentContent()?o:CF.push(o,i,"remove-range")}var TF=xF,kF=gu,RF=Na;function DF(o){var i=kF.splitBlock(o.getCurrentContent(),o.getSelection());return RF.push(o,i,"split-block")}var AF=DF,OF=Na;function MF(o){var i=o.getSelection(),l=i.getEndKey(),f=o.getCurrentContent(),u=f.getBlockForKey(l).getLength();return OF.set(o,{selection:i.merge({anchorKey:l,anchorOffset:u,focusKey:l,focusOffset:u,isBackward:!1}),forceSelection:!0})}var FF=MF,LF=Na;function BF(o){var i=o.getSelection(),l=i.getStartKey();return LF.set(o,{selection:i.merge({anchorKey:l,anchorOffset:0,focusKey:l,focusOffset:0,isBackward:!1}),forceSelection:!0})}var NF=BF,zF=Na,IF=wp,PF=Pw,UF=Lv;function HF(o){var i=UF(o,function(f){var u=f.getSelection(),g=f.getCurrentContent(),E=u.getAnchorKey(),A=u.getAnchorOffset(),k=g.getBlockForKey(E).getText()[A];return PF(f,k?IF.getUTF16Length(k,0):1)},"forward");if(i===o.getCurrentContent())return o;var l=o.getSelection();return zF.push(o,i.set("selectionBefore",l),l.isCollapsed()?"delete-character":"remove-range")}var $F=HF,Uw=gu,Hw=Na,jF=fm;function VF(o){var i=o.getSelection();if(!i.isCollapsed())return o;var l=i.getAnchorOffset();if(l===0)return o;var f=i.getAnchorKey(),u=o.getCurrentContent(),g=u.getBlockForKey(f),E=g.getLength();if(E<=1)return o;var A,k;l===E?(A=i.set("anchorOffset",l-1),k=i):(A=i.set("focusOffset",l+1),k=A.set("anchorOffset",l+1));var B=jF(u,A),q=Uw.removeRange(u,A,"backward"),$=q.getSelectionAfter(),K=$.getAnchorOffset()-1,J=$.merge({anchorOffset:K,focusOffset:K}),te=Uw.replaceWithFragment(q,J,B),le=Hw.push(o,te,"insert-fragment");return Hw.acceptSelection(le,k)}var KF=VF,$y=Na;function WF(o,i,l){var f=$y.undo(i);if(i.getLastChangeType()==="spellcheck-change"){var u=f.getCurrentContent();l($y.set(f,{nativelyRenderedContent:u}));return}if(o.preventDefault(),!i.getNativelyRenderedContent()){l(f);return}l($y.set(i,{nativelyRenderedContent:null})),setTimeout(function(){l(f)},0)}var YF=WF,GF=gu,$w=Na,XF=Uy,Ff=Mm,jw=HM,qF=Su,Vw=$m,QF=aF,JF=yF,ZF=TF,eL=AF,tL=FF,nL=NF,rL=kw,aL=$F,iL=KF,oL=YF,Kw=XF.isOptionKeyCommand,Ww=qF.isBrowser("Chrome");function lL(o,i,l){switch(o){case"redo":return $w.redo(i);case"delete":return aL(i);case"delete-word":return ZF(i);case"backspace":return rL(i);case"backspace-word":return JF(i);case"backspace-to-start-of-line":return QF(i,l);case"split-block":return eL(i);case"transpose-characters":return iL(i);case"move-selection-to-start-of-block":return nL(i);case"move-selection-to-end-of-block":return tL(i);case"secondary-cut":return jw.cut(i);case"secondary-paste":return jw.paste(i);default:return i}}function uL(o,i){var l=i.which,f=o._latestEditorState;function u(k){var B=o.props[k];return B?(B(i),!0):!1}switch(l){case Ff.RETURN:if(i.preventDefault(),o.props.handleReturn&&Vw(o.props.handleReturn(i,f)))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:Ww&&Kw(i)&&i.preventDefault()}var g=o.props.keyBindingFn(i);if(g==null||g===""){if(l===Ff.SPACE&&Ww&&Kw(i)){var E=GF.replaceText(f.getCurrentContent(),f.getSelection(),"\xA0");o.update($w.push(f,E,"insert-characters"))}return}if(g==="undo"){oL(i,f,o.update);return}if(i.preventDefault(),!(o.props.handleKeyCommand&&Vw(o.props.handleKeyCommand(g,f,i.timeStamp)))){var A=lL(g,f,i);A!==f&&o.update(A)}}var sL=uL;function cL(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}var fL=function(){function o(l){cL(this,"_uri",void 0),this._uri=l}var i=o.prototype;return i.toString=function(){return this._uri},o}(),dL=fL,pL=Su,Yw=ta,hL=pL.isBrowser("IE <= 9");function vL(o){var i,l=null;return!hL&&document.implementation&&document.implementation.createHTMLDocument&&(i=document.implementation.createHTMLDocument("foo"),i.documentElement||(process.env.NODE_ENV!=="production"?Yw(!1,"Missing doc.documentElement"):Yw(!1)),i.documentElement.innerHTML=o,l=i.getElementsByTagName("body")[0]),l}var Gw=vL,mL=yp;function gL(o){return!o||!o.ownerDocument?!1:mL(o)&&o.nodeName==="A"}var yL=gL,SL=yp;function EL(o){return!o||!o.ownerDocument?!1:SL(o)&&o.nodeName==="IMG"}var wL=EL,Cp;function jy(o){for(var i=1;i<arguments.length;i++){var l=arguments[i]!=null?arguments[i]:{},f=Object.keys(l);typeof Object.getOwnPropertySymbols=="function"&&(f=f.concat(Object.getOwnPropertySymbols(l).filter(function(u){return Object.getOwnPropertyDescriptor(l,u).enumerable}))),f.forEach(function(u){tl(o,u,l[u])})}return o}function tl(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}var CL=ws,_L=hp,bL=Cs,xL=dy,Xw=gm,qw=dL,Bv=gp,Qw=$c,TL=Gw,Jw=yd,Vy=Vr.exports,bd=Vy.List,Zw=Vy.Map,kL=Vy.OrderedSet,e8=yL,RL=xE,Ky=kv,t8=wL,n8=Jw("draft_tree_data_support"),DL="&nbsp;",r8=" ",AL=new RegExp("\r","g"),OL=new RegExp(`
152
- `,"g"),ML=new RegExp(`^
153
- `,"g"),FL=new RegExp(DL,"g"),LL=new RegExp("&#13;?","g"),BL=new RegExp("&#8203;?","g"),NL=["bold","bolder","500","600","700","800","900"],zL=["light","lighter","normal","100","200","300","400"],IL=["className","href","rel","target","title"],PL=["alt","className","height","src","width"],a8=(Cp={},tl(Cp,Bv("public/DraftStyleDefault/depth0"),0),tl(Cp,Bv("public/DraftStyleDefault/depth1"),1),tl(Cp,Bv("public/DraftStyleDefault/depth2"),2),tl(Cp,Bv("public/DraftStyleDefault/depth3"),3),tl(Cp,Bv("public/DraftStyleDefault/depth4"),4),Cp),i8=Zw({b:"BOLD",code:"CODE",del:"STRIKETHROUGH",em:"ITALIC",i:"ITALIC",s:"STRIKETHROUGH",strike:"STRIKETHROUGH",strong:"BOLD",u:"UNDERLINE",mark:"HIGHLIGHT"}),UL=function(i){var l={};return i.mapKeys(function(f,u){var g=[u.element];u.aliasedElements!==void 0&&g.push.apply(g,u.aliasedElements),g.forEach(function(E){l[E]===void 0?l[E]=f:typeof l[E]=="string"?l[E]=[l[E],f]:l[E].push(f)})}),Zw(l)},HL=function(i){if(Ky(i)){var l=i;if(l.style.fontFamily.includes("monospace"))return"CODE"}return null},$L=function(i){var l=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;return Object.keys(a8).some(function(f){i.classList.contains(f)&&(l=a8[f])}),l},jL=function(i){if(!e8(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 f=new qw(l.href);return!0}catch{return!1}},VL=function(i){if(!t8(i))return!1;var l=i;return!!(l.attributes.getNamedItem("src")&&l.attributes.getNamedItem("src").value)},KL=function(i,l){if(!Ky(i))return l;var f=i,u=f.style.fontWeight,g=f.style.fontStyle,E=f.style.textDecoration;return l.withMutations(function(A){NL.indexOf(u)>=0?A.add("BOLD"):zL.indexOf(u)>=0&&A.remove("BOLD"),g==="italic"?A.add("ITALIC"):g==="normal"&&A.remove("ITALIC"),E==="underline"&&A.add("UNDERLINE"),E==="line-through"&&A.add("STRIKETHROUGH"),E==="none"&&(A.remove("UNDERLINE"),A.remove("STRIKETHROUGH"))})},Wy=function(i){return i==="ul"||i==="ol"},WL=function(){function o(l,f){tl(this,"characterList",bd()),tl(this,"currentBlockType","unstyled"),tl(this,"currentDepth",0),tl(this,"currentEntity",null),tl(this,"currentText",""),tl(this,"wrapper",null),tl(this,"blockConfigs",[]),tl(this,"contentBlocks",[]),tl(this,"entityMap",Xw),tl(this,"blockTypeMap",void 0),tl(this,"disambiguate",void 0),this.clear(),this.blockTypeMap=l,this.disambiguate=f}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=Xw,this.wrapper=null,this.contentBlocks=[]},i.addDOMNode=function(f){var u;return this.contentBlocks=[],this.currentDepth=0,(u=this.blockConfigs).push.apply(u,this._toBlockConfigs([f],kL())),this._trimCurrentText(),this.currentText!==""&&this.blockConfigs.push(this._makeBlockConfig()),this},i.getContentBlocks=function(){return this.contentBlocks.length===0&&(n8?this._toContentBlocks(this.blockConfigs):this._toFlatContentBlocks(this.blockConfigs)),{contentBlocks:this.contentBlocks,entityMap:this.entityMap}},i._makeBlockConfig=function(){var f=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},u=f.key||Qw(),g=jy({key:u,type:this.currentBlockType,text:this.currentText,characterList:this.characterList,depth:this.currentDepth,parent:null,children:bd(),prevSibling:null,nextSibling:null,childConfigs:[]},f);return this.characterList=bd(),this.currentBlockType="unstyled",this.currentText="",g},i._toBlockConfigs=function(f,u){for(var g=[],E=0;E<f.length;E++){var A=f[E],k=A.nodeName.toLowerCase();if(k==="body"||Wy(k)){this._trimCurrentText(),this.currentText!==""&&g.push(this._makeBlockConfig());var B=this.currentDepth,q=this.wrapper;Wy(k)&&(this.wrapper=k,Wy(q)&&this.currentDepth++),g.push.apply(g,this._toBlockConfigs(Array.from(A.childNodes),u)),this.currentDepth=B,this.wrapper=q;continue}var $=this.blockTypeMap.get(k);if($!==void 0){this._trimCurrentText(),this.currentText!==""&&g.push(this._makeBlockConfig());var K=this.currentDepth,J=this.wrapper;if(this.wrapper=k==="pre"?"pre":this.wrapper,typeof $!="string"&&($=this.disambiguate(k,this.wrapper)||$[0]||"unstyled"),!n8&&Ky(A)&&($==="unordered-list-item"||$==="ordered-list-item")){var te=A;this.currentDepth=$L(te,this.currentDepth)}var le=Qw(),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(k==="#text"){this._addTextNode(A,u);continue}if(k==="br"){this._addBreakNode(A,u);continue}if(VL(A)){this._addImgNode(A,u);continue}if(jL(A)){this._addAnchorNode(A,g,u);continue}var oe=u;i8.has(k)&&(oe=oe.add(i8.get(k))),oe=KL(A,oe);var Ce=HL(A);Ce!=null&&(oe=oe.add(Ce)),g.push.apply(g,this._toBlockConfigs(Array.from(A.childNodes),oe))}return g},i._appendText=function(f,u){var g;this.currentText+=f;var E=CL.create({style:u,entity:this.currentEntity});this.characterList=(g=this.characterList).push.apply(g,Array(f.length).fill(E))},i._trimCurrentText=function(){var f=this.currentText.length,u=f-this.currentText.trimLeft().length,g=this.currentText.trimRight().length,E=this.characterList.findEntry(function(A){return A.getEntity()!==null});u=E!==void 0?Math.min(u,E[0]):u,E=this.characterList.reverse().findEntry(function(A){return A.getEntity()!==null}),g=E!==void 0?Math.max(g,f-E[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(f,u){var g=f.textContent,E=g.trim();E===""&&this.wrapper!=="pre"&&(g=" "),this.wrapper!=="pre"&&(g=g.replace(ML,""),g=g.replace(OL,r8)),this._appendText(g,u)},i._addBreakNode=function(f,u){!RL(f)||this._appendText(`
154
- `,u)},i._addImgNode=function(f,u){if(!!t8(f)){var g=f,E={};PL.forEach(function(A){var k=g.getAttribute(A);k&&(E[A]=k)}),this.currentEntity=this.entityMap.__create("IMAGE","IMMUTABLE",E),Jw("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(f,u,g){if(!!e8(f)){var E=f,A={};IL.forEach(function(k){var B=E.getAttribute(k);B&&(A[k]=B)}),A.url=new qw(E.href).toString(),this.currentEntity=this.entityMap.__create("LINK","MUTABLE",A||{}),u.push.apply(u,this._toBlockConfigs(Array.from(f.childNodes),g)),this.currentEntity=null}},i._toContentBlocks=function(f){for(var u=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null,g=f.length-1,E=0;E<=g;E++){var A=f[E];A.parent=u,A.prevSibling=E>0?f[E-1].key:null,A.nextSibling=E<g?f[E+1].key:null,A.children=bd(A.childConfigs.map(function(k){return k.key})),this.contentBlocks.push(new bL(jy({},A))),this._toContentBlocks(A.childConfigs,A.key)}},i._hoistContainersInBlockConfigs=function(f){var u=this,g=bd(f).flatMap(function(E){return E.type!=="unstyled"||E.text!==""?[E]:u._hoistContainersInBlockConfigs(E.childConfigs)});return g},i._toFlatContentBlocks=function(f){var u=this,g=this._hoistContainersInBlockConfigs(f);g.forEach(function(E){var A=u._extractTextFromBlockConfigs(E.childConfigs),k=A.text,B=A.characterList;u.contentBlocks.push(new _L(jy({},E,{text:E.text+k,characterList:E.characterList.concat(B)})))})},i._extractTextFromBlockConfigs=function(f){for(var u=f.length-1,g="",E=bd(),A=0;A<=u;A++){var k=f[A];g+=k.text,E=E.concat(k.characterList),g!==""&&k.type!=="unstyled"&&(g+=`
155
- `,E=E.push(E.last()));var B=this._extractTextFromBlockConfigs(k.childConfigs);g+=B.text,E=E.concat(B.characterList)}return{text:g,characterList:E}},o}(),YL=function(i){var l=arguments.length>1&&arguments[1]!==void 0?arguments[1]:TL,f=arguments.length>2&&arguments[2]!==void 0?arguments[2]:xL;i=i.trim().replace(AL,"").replace(FL,r8).replace(LL,"").replace(BL,"");var u=l(i);if(!u)return null;var g=UL(f),E=function(k,B){return k==="li"?B==="ol"?"ordered-list-item":"unordered-list-item":null};return new WL(g,E).addDOMNode(u).getContentBlocks()},o8=YL;function GL(o){for(var i=1;i<arguments.length;i++){var l=arguments[i]!=null?arguments[i]:{},f=Object.keys(l);typeof Object.getOwnPropertySymbols=="function"&&(f=f.concat(Object.getOwnPropertySymbols(l).filter(function(u){return Object.getOwnPropertyDescriptor(l,u).enumerable}))),f.forEach(function(u){XL(o,u,l[u])})}return o}function XL(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}var qL=hp,QL=Cs,JL=o8,ZL=$c,eB=Gw,tB=yd,l8=Vr.exports,nB=d6,rB=l8.List,aB=l8.Repeat,u8=tB("draft_tree_data_support"),iB=u8?QL:qL,oB={processHTML:function(i,l){return JL(i,eB,l)},processText:function(i,l,f){return i.reduce(function(u,g,E){g=nB(g);var A=ZL(),k={key:A,type:f,text:g,characterList:rB(aB(l,g.length))};if(u8&&E!==0){var B=E-1,q=u[B]=u[B].merge({nextSibling:A});k=GL({},k,{prevSibling:q.getKey()})}return u.push(new iB(k)),u},[])}},lB=oB;function uB(o,i,l,f){var u=i.getStartKey(),g=i.getEndKey(),E=o.getBlockMap(),A=E.toSeq().skipUntil(function(k,B){return B===u}).takeUntil(function(k,B){return B===g}).concat([[g,E.get(g)]]).map(function(k){var B=k.getDepth()+l;return B=Math.max(0,Math.min(B,f)),k.set("depth",B)});return E=E.merge(A),o.merge({blockMap:E,selectionBefore:i,selectionAfter:i})}var sB=uB,_p=gu,Wc=Na,cB=sB,fB=yu,Yc={currentBlockContainsLink:function(i){var l=i.getSelection(),f=i.getCurrentContent(),u=f.getEntityMap();return f.getBlockForKey(l.getAnchorKey()).getCharacterList().slice(l.getStartOffset(),l.getEndOffset()).some(function(g){var E=g.getEntity();return!!E&&u.__get(E).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,f){switch(l){case"bold":return Yc.toggleInlineStyle(i,"BOLD");case"italic":return Yc.toggleInlineStyle(i,"ITALIC");case"underline":return Yc.toggleInlineStyle(i,"UNDERLINE");case"code":return Yc.toggleCode(i);case"backspace":case"backspace-word":case"backspace-to-start-of-line":return Yc.onBackspace(i);case"delete":case"delete-word":case"delete-to-end-of-block":return Yc.onDelete(i);default:return null}},insertSoftNewline:function(i){var l=_p.insertText(i.getCurrentContent(),i.getSelection(),`
156
- `,i.getCurrentInlineStyle(),null),f=Wc.push(i,l,"insert-characters");return Wc.forceSelection(f,l.getSelectionAfter())},onBackspace:function(i){var l=i.getSelection();if(!l.isCollapsed()||l.getAnchorOffset()||l.getFocusOffset())return null;var f=i.getCurrentContent(),u=l.getStartKey(),g=f.getBlockBefore(u);if(g&&g.getType()==="atomic"){var E=f.getBlockMap().delete(g.getKey()),A=f.merge({blockMap:E,selectionAfter:l});if(A!==f)return Wc.push(i,A,"remove-range")}var k=Yc.tryToRemoveBlockStyle(i);return k?Wc.push(i,k,"change-block-type"):null},onDelete:function(i){var l=i.getSelection();if(!l.isCollapsed())return null;var f=i.getCurrentContent(),u=l.getStartKey(),g=f.getBlockForKey(u),E=g.getLength();if(l.getStartOffset()<E)return null;var A=f.getBlockAfter(u);if(!A||A.getType()!=="atomic")return null;var k=l.merge({focusKey:A.getKey(),focusOffset:A.getLength()}),B=_p.removeRange(f,k,"forward");return B!==f?Wc.push(i,B,"remove-range"):null},onTab:function(i,l,f){var u=l.getSelection(),g=u.getAnchorKey();if(g!==u.getFocusKey())return l;var E=l.getCurrentContent(),A=E.getBlockForKey(g),k=A.getType();if(k!=="unordered-list-item"&&k!=="ordered-list-item")return l;i.preventDefault();var B=A.getDepth();if(!i.shiftKey&&B===f)return l;var q=cB(E,u,i.shiftKey?-1:1,f);return Wc.push(l,q,"adjust-depth")},toggleBlockType:function(i,l){var f=i.getSelection(),u=f.getStartKey(),g=f.getEndKey(),E=i.getCurrentContent(),A=f;if(u!==g&&f.getEndOffset()===0){var k=fB(E.getBlockBefore(g));g=k.getKey(),A=A.merge({anchorKey:u,anchorOffset:f.getStartOffset(),focusKey:g,focusOffset:k.getLength(),isBackward:!1})}var B=E.getBlockMap().skipWhile(function($,K){return K!==u}).reverse().skipWhile(function($,K){return K!==g}).some(function($){return $.getType()==="atomic"});if(B)return i;var q=E.getBlockForKey(u).getType()===l?"unstyled":l;return Wc.push(i,_p.setBlockType(E,A,q),"change-block-type")},toggleCode:function(i){var l=i.getSelection(),f=l.getAnchorKey(),u=l.getFocusKey();return l.isCollapsed()||f!==u?Yc.toggleBlockType(i,"code-block"):Yc.toggleInlineStyle(i,"CODE")},toggleInlineStyle:function(i,l){var f=i.getSelection(),u=i.getCurrentInlineStyle();if(f.isCollapsed())return Wc.setInlineStyleOverride(i,u.has(l)?u.remove(l):u.add(l));var g=i.getCurrentContent(),E;return u.has(l)?E=_p.removeInlineStyle(g,f,l):E=_p.applyInlineStyle(g,f,l),Wc.push(i,E,"change-inline-style")},toggleLink:function(i,l,f){var u=_p.applyEntity(i.getCurrentContent(),l,f);return Wc.push(i,u,"apply-entity")},tryToRemoveBlockStyle:function(i){var l=i.getSelection(),f=l.getAnchorOffset();if(l.isCollapsed()&&f===0){var u=l.getAnchorKey(),g=i.getCurrentContent(),E=g.getBlockForKey(u),A=E.getType(),k=g.getBlockBefore(u);if(A==="code-block"&&k&&k.getType()==="code-block"&&k.getLength()!==0)return null;if(A!=="unstyled")return _p.setBlockType(g,l,"unstyled")}return null}},s8=Yc,dB=/\r\n?|\n/g;function pB(o){return o.split(dB)}var hB=pB,Yy=hv,c8=ws,vB=ow,f8=gu,Gy=lB,d8=Na,p8=s8,h8=gy,mB=sw,v8=$m,m8=hB;function gB(o,i){i.preventDefault();var l=new vB(i.clipboardData);if(!l.isRichText()){var f=l.getFiles(),u=l.getText();if(f.length>0){if(o.props.handlePastedFiles&&v8(o.props.handlePastedFiles(f)))return;mB(f,function(nt){if(nt=nt||u,!!nt){var je=o._latestEditorState,ct=m8(nt),Xe=c8.create({style:je.getCurrentInlineStyle(),entity:h8(je.getCurrentContent(),je.getSelection())}),ht=p8.getCurrentBlockType(je),Ze=Gy.processText(ct,Xe,ht),ut=Yy.createFromArray(Ze),He=f8.replaceWithFragment(je.getCurrentContent(),je.getSelection(),ut);o.update(d8.push(je,He,"insert-fragment"))}});return}}var g=[],E=l.getText(),A=l.getHTML(),k=o._latestEditorState;if(o.props.formatPastedText){var B=o.props.formatPastedText(E,A),q=B.text,$=B.html;E=q,A=$}if(!(o.props.handlePastedText&&v8(o.props.handlePastedText(E,A,k)))){if(E&&(g=m8(E)),!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()===E){o.update(jm(o._latestEditorState,K));return}}else if(K&&l.types.includes("com.apple.webarchive")&&!l.types.includes("text/html")&&yB(g,K)){o.update(jm(o._latestEditorState,K));return}if(A){var te=Gy.processHTML(A,o.props.blockRenderMap);if(te){var le=te.contentBlocks,ie=te.entityMap;if(le){var oe=Yy.createFromArray(le);o.update(jm(o._latestEditorState,oe,ie));return}}}o.setClipboard(null)}if(g.length){var Ce=c8.create({style:k.getCurrentInlineStyle(),entity:h8(k.getCurrentContent(),k.getSelection())}),Se=p8.getCurrentBlockType(k),we=Gy.processText(g,Ce,Se),Fe=Yy.createFromArray(we);o.update(jm(o._latestEditorState,Fe))}}}function jm(o,i,l){var f=f8.replaceWithFragment(o.getCurrentContent(),o.getSelection(),i);return d8.push(o,f.set("entityMap",l),"insert-fragment")}function yB(o,i){return o.length===i.size&&i.valueSeq().every(function(l,f){return l.getText()===o[f]})}var SB=gB,g8=Su,EB=wO,wB=xO,CB=RO,_B=FO,bB=VO,xB=WO,TB=GO,kB=QO,RB=MM,DB=sL,AB=SB,y8=gE,OB=g8.isBrowser("Chrome"),MB=g8.isBrowser("Firefox"),S8=OB||MB?y8:function(o){},FB={onBeforeInput:EB,onBlur:wB,onCompositionStart:CB,onCopy:_B,onCut:bB,onDragOver:xB,onDragStart:TB,onFocus:kB,onInput:RB,onKeyDown:DB,onPaste:AB,onSelect:y8,onMouseUp:S8,onKeyUp:S8},LB=FB,E8={exports:{}},Eu={},Xy={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 w8;function BB(){return w8||(w8=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 f($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 Qn=2*(lt+1)-1,Dt=$e[Qn],wt=Qn+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[Qn]=Ye,lt=Qn);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 E=Date,A=E.now();o.unstable_now=function(){return E.now()-A}}var k=[],B=[],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(B);et!==null;){if(et.callback===null)f(B);else if(et.startTime<=$e)f(B),et.sortIndex=et.expirationTime,i(k,et);else break;et=l(B)}}function we($e){if(le=!1,Se($e),!te)if(l(k)!==null)te=!0,kt(Fe);else{var et=l(B);et!==null&&Nt(we,et.startTime-$e)}}function Fe($e,et){te=!1,le&&(le=!1,oe(ct),ct=-1),J=!0;var Ye=K;try{for(Se(et),$=l(k);$!==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(k)&&f(k),Se(et)}else f(k);$=l(k)}if($!==null)var tr=!0;else{var Qn=l(B);Qn!==null&&Nt(we,Qn.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 Nt($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(Fe))},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(k)},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(B,$e),l(k)===null&&$e===l(B)&&(le?(oe(ct),ct=-1):le=!0,Nt(we,Ye-lt))):($e.sortIndex=Et,i(k,$e),te||J||(te=!0,kt(Fe))),$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 Qy={};/**
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 C8;function NB(){return C8||(C8=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,f=5;function u(vt,Lt){var bn=vt.length;vt.push(Lt),A(vt,Lt,bn)}function g(vt){return vt.length===0?null:vt[0]}function E(vt){if(vt.length===0)return null;var Lt=vt[0],bn=vt.pop();return bn!==Lt&&(vt[0]=bn,k(vt,bn,0)),Lt}function A(vt,Lt,bn){for(var ar=bn;ar>0;){var wn=ar-1>>>1,xr=vt[wn];if(B(xr,Lt)>0)vt[wn]=Lt,vt[ar]=xr,ar=wn;else return}}function k(vt,Lt,bn){for(var ar=bn,wn=vt.length,xr=wn>>>1;ar<xr;){var In=(ar+1)*2-1,ga=vt[In],Mn=In+1,Kn=vt[Mn];if(B(ga,Lt)<0)Mn<wn&&B(Kn,ga)<0?(vt[ar]=Kn,vt[Mn]=Lt,ar=Mn):(vt[ar]=ga,vt[In]=Lt,ar=In);else if(Mn<wn&&B(Kn,Lt)<0)vt[ar]=Kn,vt[Mn]=Lt,ar=Mn;else return}}function B(vt,Lt){var bn=vt.sortIndex-Lt.sortIndex;return bn!==0?bn:vt.id-Lt.id}var q=1,$=2,K=3,J=4,te=5;function le(vt,Lt){}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,Fe=-1,nt=250,je=5e3,ct=1e4,Xe=we,ht=[],Ze=[],ut=1,He=null,rt=K,Xt=!1,kt=!1,Nt=!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 Lt=g(Ze);Lt!==null;){if(Lt.callback===null)E(Ze);else if(Lt.startTime<=vt)E(Ze),Lt.sortIndex=Lt.expirationTime,u(ht,Lt);else return;Lt=g(Ze)}}function Et(vt){if(Nt=!1,lt(vt),!kt)if(g(ht)!==null)kt=!0,tn(tr);else{var Lt=g(Ze);Lt!==null&&ur(Et,Lt.startTime-vt)}}function tr(vt,Lt){kt=!1,Nt&&(Nt=!1,Vt()),Xt=!0;var bn=rt;try{var ar;if(!l)return Qn(vt,Lt)}finally{He=null,rt=bn,Xt=!1}}function Qn(vt,Lt){var bn=Lt;for(lt(bn),He=g(ht);He!==null&&!i&&!(He.expirationTime>bn&&(!vt||Bn()));){var ar=He.callback;if(typeof ar=="function"){He.callback=null,rt=He.priorityLevel;var wn=He.expirationTime<=bn,xr=ar(wn);bn=o.unstable_now(),typeof xr=="function"?He.callback=xr:He===g(ht)&&E(ht),lt(bn)}else E(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,Lt){switch(vt){case q:case $:case K:case J:case te:break;default:vt=K}var bn=rt;rt=vt;try{return Lt()}finally{rt=bn}}function wt(vt){var Lt;switch(rt){case q:case $:case K:Lt=K;break;default:Lt=rt;break}var bn=rt;rt=Lt;try{return vt()}finally{rt=bn}}function zn(vt){var Lt=rt;return function(){var bn=rt;rt=Lt;try{return vt.apply(this,arguments)}finally{rt=bn}}}function lr(vt,Lt,bn){var ar=o.unstable_now(),wn;if(typeof bn=="object"&&bn!==null){var xr=bn.delay;typeof xr=="number"&&xr>0?wn=ar+xr:wn=ar}else wn=ar;var In;switch(vt){case q:In=Fe;break;case $:In=nt;break;case te:In=Xe;break;case J:In=ct;break;case K:default:In=je;break}var ga=wn+In,Mn={id:ut++,callback:Lt,priorityLevel:vt,startTime:wn,expirationTime:ga,sortIndex:-1};return wn>ar?(Mn.sortIndex=wn,u(Ze,Mn),g(ht)===null&&Mn===g(Ze)&&(Nt?Vt():Nt=!0,ur(Et,wn-ar))):(Mn.sortIndex=ga,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 Er(vt){vt.callback=null}function zt(){return rt}var sn=!1,on=null,Vn=-1,cr=f,On=-1;function Bn(){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=f}var At=function(){if(on!==null){var vt=o.unstable_now();On=vt;var Lt=!0,bn=!0;try{bn=on(Lt,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 _t=new MessageChannel,Rn=_t.port2;_t.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,Lt){Vn=$e(function(){vt(o.unstable_now())},Lt)}function Vt(){et(Vn),Vn=-1}var ma=Gn,Fr=null;o.unstable_IdlePriority=te,o.unstable_ImmediatePriority=q,o.unstable_LowPriority=J,o.unstable_NormalPriority=K,o.unstable_Profiling=Fr,o.unstable_UserBlockingPriority=$,o.unstable_cancelCallback=Er,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=ma,o.unstable_runWithPriority=Dt,o.unstable_scheduleCallback=lr,o.unstable_shouldYield=Bn,o.unstable_wrapCallback=zn,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()}(Qy)),Qy}var _8;function b8(){return _8||(_8=1,function(o){process.env.NODE_ENV==="production"?o.exports=BB():o.exports=NB()}(Xy)),Xy.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 x8;function zB(){if(x8)return Eu;x8=1;var o=er.default,i=b8();function l(n){for(var r="https://reactjs.org/docs/error-decoder.html?invariant="+n,c=1;c<arguments.length;c++)r+="&args[]="+encodeURIComponent(arguments[c]);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 f=new Set,u={};function g(n,r){E(n,r),E(n+"Capture",r)}function E(n,r){for(u[n]=r,n=0;n<r.length;n++)f.add(r[n])}var A=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),k=Object.prototype.hasOwnProperty,B=/^[: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 k.call($,n)?!0:k.call(q,n)?!1:B.test(n)?$[n]=!0:(q[n]=!0,!1)}function J(n,r,c,v){if(c!==null&&c.type===0)return!1;switch(typeof r){case"function":case"symbol":return!0;case"boolean":return v?!1:c!==null?!c.acceptsBooleans:(n=n.toLowerCase().slice(0,5),n!=="data-"&&n!=="aria-");default:return!1}}function te(n,r,c,v){if(r===null||typeof r>"u"||J(n,r,c,v))return!0;if(v)return!1;if(c!==null)switch(c.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,c,v,_,D,V){this.acceptsBooleans=r===2||r===3||r===4,this.attributeName=v,this.attributeNamespace=_,this.mustUseProperty=c,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,c,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,c,_,v)&&(c=null),v||_===null?K(r)&&(c===null?n.removeAttribute(r):n.setAttribute(r,""+c)):_.mustUseProperty?n[_.propertyName]=c===null?_.type===3?!1:"":c:(r=_.attributeName,v=_.attributeNamespace,c===null?n.removeAttribute(r):(_=_.type,c=_===3||_===4&&c===!0?"":""+c,v?n.setAttributeNS(v,r,c):n.setAttribute(r,c))))}var we=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,Fe=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"),Nt=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(c){var r=c.stack.trim().match(/\n( *(at )?)/);lt=r&&r[1]||""}return`
181
- `+lt+n}var tr=!1;function Qn(n,r){if(!n||tr)return"";tr=!0;var c=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(Ie){var v=Ie}Reflect.construct(n,[],r)}else{try{r.call()}catch(Ie){v=Ie}n.call(r.prototype)}else{try{throw Error()}catch(Ie){v=Ie}n()}}catch(Ie){if(Ie&&v&&typeof Ie.stack=="string"){for(var _=Ie.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=c}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=Qn(n.type,!1),n;case 11:return n=Qn(n.type.render,!1),n;case 1:return n=Qn(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",c=Object.getOwnPropertyDescriptor(n.constructor.prototype,r),v=""+n[r];if(!n.hasOwnProperty(r)&&typeof c<"u"&&typeof c.get=="function"&&typeof c.set=="function"){var _=c.get,D=c.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:c.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 Er(n){if(!n)return!1;var r=n._valueTracker;if(!r)return!0;var c=r.getValue(),v="";return n&&(v=Dn(n)?n.checked?"true":"false":n.value),n=v,n!==c?(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 c=r.checked;return Ye({},r,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:c!=null?c:n._wrapperState.initialChecked})}function on(n,r){var c=r.defaultValue==null?"":r.defaultValue,v=r.checked!=null?r.checked:r.defaultChecked;c=lr(r.value!=null?r.value:c),n._wrapperState={initialChecked:v,initialValue:c,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 c=lr(r.value),v=r.type;if(c!=null)v==="number"?(c===0&&n.value===""||n.value!=c)&&(n.value=""+c):n.value!==""+c&&(n.value=""+c);else if(v==="submit"||v==="reset"){n.removeAttribute("value");return}r.hasOwnProperty("value")?Bn(n,r.type,c):r.hasOwnProperty("defaultValue")&&Bn(n,r.type,lr(r.defaultValue)),r.checked==null&&r.defaultChecked!=null&&(n.defaultChecked=!!r.defaultChecked)}function On(n,r,c){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,c||r===n.value||(n.value=r),n.defaultValue=r}c=n.name,c!==""&&(n.name=""),n.defaultChecked=!!n._wrapperState.initialChecked,c!==""&&(n.name=c)}function Bn(n,r,c){(r!=="number"||zt(n.ownerDocument)!==n)&&(c==null?n.defaultValue=""+n._wrapperState.initialValue:n.defaultValue!==""+c&&(n.defaultValue=""+c))}var Gn=Array.isArray;function nr(n,r,c,v){if(n=n.options,r){r={};for(var _=0;_<c.length;_++)r["$"+c[_]]=!0;for(c=0;c<n.length;c++)_=r.hasOwnProperty("$"+n[c].value),n[c].selected!==_&&(n[c].selected=_),_&&v&&(n[c].defaultSelected=!0)}else{for(c=""+lr(c),r=null,_=0;_<n.length;_++){if(n[_].value===c){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 c=r.value;if(c==null){if(c=r.children,r=r.defaultValue,c!=null){if(r!=null)throw Error(l(92));if(Gn(c)){if(1<c.length)throw Error(l(93));c=c[0]}r=c}r==null&&(r=""),c=r}n._wrapperState={initialValue:lr(c)}}function _t(n,r){var c=lr(r.value),v=lr(r.defaultValue);c!=null&&(c=""+c,c!==n.value&&(n.value=c),r.defaultValue==null&&n.defaultValue!==c&&(n.defaultValue=c)),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,ma=function(n){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(r,c,v,_){MSApp.execUnsafeLocalFunction(function(){return n(r,c,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 Fr(n,r){if(r){var c=n.firstChild;if(c&&c===n.lastChild&&c.nodeType===3){c.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},Lt=["Webkit","ms","Moz","O"];Object.keys(vt).forEach(function(n){Lt.forEach(function(r){r=r+n.charAt(0).toUpperCase()+n.substring(1),vt[r]=vt[n]})});function bn(n,r,c){return r==null||typeof r=="boolean"||r===""?"":c||typeof r!="number"||r===0||vt.hasOwnProperty(n)&&vt[n]?(""+r).trim():r+"px"}function ar(n,r){n=n.style;for(var c in r)if(r.hasOwnProperty(c)){var v=c.indexOf("--")===0,_=bn(c,r[c],v);c==="float"&&(c="cssFloat"),v?n.setProperty(c,_):n[c]=_}}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 xr(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 ga=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 ja(){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 Bi(){}var Tr=!1;function Lr(n,r,c){if(Tr)return n(r,c);Tr=!0;try{return xa(n,r,c)}finally{Tr=!1,(Xn!==null||Ut!==null)&&(Bi(),ja())}}function di(n,r){var c=n.stateNode;if(c===null)return null;var v=rn(c);if(v===null)return null;c=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(c&&typeof c!="function")throw Error(l(231,r,typeof c));return c}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 wr(n,r,c,v,_,D,V,se,pe){var Ie=Array.prototype.slice.call(arguments,3);try{r.apply(c,Ie)}catch(ot){this.onError(ot)}}var Da=!1,Va=null,_i=!1,fe=null,qe={onError:function(n){Da=!0,Va=n}};function mt(n,r,c,v,_,D,V,se,pe){Da=!1,Va=null,wr.apply(qe,arguments)}function Yt(n,r,c,v,_,D,V,se,pe){if(mt.apply(this,arguments),Da){if(Da){var Ie=Va;Da=!1,Va=null}else throw Error(l(198));_i||(_i=!0,fe=Ie)}}function hn(n){var r=n,c=n;if(n.alternate)for(;r.return;)r=r.return;else{n=r;do r=n,(r.flags&4098)!==0&&(c=r.return),n=r.return;while(n)}return r.tag===3?c: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 c=n,v=r;;){var _=c.return;if(_===null)break;var D=_.alternate;if(D===null){if(v=_.return,v!==null){c=v;continue}break}if(_.child===D.child){for(D=_.child;D;){if(D===c)return en(_),n;if(D===v)return en(_),r;D=D.sibling}throw Error(l(188))}if(c.return!==v.return)c=_,v=D;else{for(var V=!1,se=_.child;se;){if(se===c){V=!0,c=_,v=D;break}if(se===v){V=!0,v=_,c=D;break}se=se.sibling}if(!V){for(se=D.child;se;){if(se===c){V=!0,c=D,v=_;break}if(se===v){V=!0,v=D,c=_;break}se=se.sibling}if(!V)throw Error(l(189))}}if(c.alternate!==v)throw Error(l(190))}if(c.tag!==3)throw Error(l(188));return c.stateNode.current===c?n:r}function Nr(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,Cr=i.unstable_cancelCallback,ya=i.unstable_shouldYield,ri=i.unstable_requestPaint,Sn=i.unstable_now,fr=i.unstable_getCurrentPriorityLevel,oa=i.unstable_ImmediatePriority,vn=i.unstable_UserBlockingPriority,zr=i.unstable_NormalPriority,so=i.unstable_LowPriority,pi=i.unstable_IdlePriority,Kr=null,Ir=null;function bi(n){if(Ir&&typeof Ir.onCommitFiberRoot=="function")try{Ir.onCommitFiberRoot(Kr,n,void 0,(n.current.flags&128)===128)}catch{}}var la=Math.clz32?Math.clz32:xl,Lo=Math.log,bl=Math.LN2;function xl(n){return n>>>=0,n===0?32:31-(Lo(n)/bl|0)|0}var Ni=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 c=n.pendingLanes;if(c===0)return 0;var v=0,_=n.suspendedLanes,D=n.pingedLanes,V=c&268435455;if(V!==0){var se=V&~_;se!==0?v=vi(se):(D&=V,D!==0&&(v=vi(D)))}else V=c&~_,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|=c&16),r=n.entangledLanes,r!==0)for(n=n.entanglements,r&=v;0<r;)c=31-la(r),_=1<<c,v|=n[c],r&=~_;return v}function x(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 c=n.suspendedLanes,v=n.pingedLanes,_=n.expirationTimes,D=n.pendingLanes;0<D;){var V=31-la(D),se=1<<V,pe=_[V];pe===-1?((se&c)===0||(se&v)!==0)&&(_[V]=x(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=Ni;return Ni<<=1,(Ni&4194240)===0&&(Ni=64),n}function Te(n){for(var r=[],c=0;31>c;c++)r.push(n);return r}function ye(n,r,c){n.pendingLanes|=r,r!==536870912&&(n.suspendedLanes=0,n.pingedLanes=0),n=n.eventTimes,r=31-la(r),n[r]=c}function Pe(n,r){var c=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<c;){var _=31-la(c),D=1<<_;r[_]=0,v[_]=-1,n[_]=-1,c&=~D}}function at(n,r){var c=n.entangledLanes|=r;for(n=n.entanglements;c;){var v=31-la(c),_=1<<v;_&r|n[v]&r&&(n[v]|=r),c&=~_}}var dt=0;function St(n){return n&=-n,1<n?4<n?(n&268435455)!==0?16:536870912:4:1}var Gt,qn,ln,Wr,na,un=!1,Sa=[],Br=null,ra=null,Ta=null,Ka=new Map,_r=new Map,vr=[],Bo="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":Br=null;break;case"dragenter":case"dragleave":ra=null;break;case"mouseover":case"mouseout":Ta=null;break;case"pointerover":case"pointerout":Ka.delete(r.pointerId);break;case"gotpointercapture":case"lostpointercapture":_r.delete(r.pointerId)}}function ua(n,r,c,v,_,D){return n===null||n.nativeEvent!==D?(n={blockedOn:r,domEventName:c,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,c,v,_){switch(r){case"focusin":return Br=ua(Br,n,r,c,v,_),!0;case"dragenter":return ra=ua(ra,n,r,c,v,_),!0;case"mouseover":return Ta=ua(Ta,n,r,c,v,_),!0;case"pointerover":var D=_.pointerId;return Ka.set(D,ua(Ka.get(D)||null,n,r,c,v,_)),!0;case"gotpointercapture":return D=_.pointerId,_r.set(D,ua(_r.get(D)||null,n,r,c,v,_)),!0}return!1}function zi(n){var r=Pi(n.target);if(r!==null){var c=hn(r);if(c!==null){if(r=c.tag,r===13){if(r=Fn(c),r!==null){n.blockedOn=r,na(n.priority,function(){ln(c)});return}}else if(r===3&&c.stateNode.current.memoizedState.isDehydrated){n.blockedOn=c.tag===3?c.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 c=rl(n.domEventName,n.eventSystemFlags,r[0],n.nativeEvent);if(c===null){c=n.nativeEvent;var v=new c.constructor(c.type,c);ga=v,c.target.dispatchEvent(v),ga=null}else return r=Mu(c),r!==null&&qn(r),n.blockedOn=c,!1;r.shift()}return!0}function nl(n,r,c){xi(n)&&c.delete(r)}function pr(){un=!1,Br!==null&&xi(Br)&&(Br=null),ra!==null&&xi(ra)&&(ra=null),Ta!==null&&xi(Ta)&&(Ta=null),Ka.forEach(nl),_r.forEach(nl)}function mi(n,r){n.blockedOn===r&&(n.blockedOn=null,un||(un=!0,i.unstable_scheduleCallback(i.unstable_NormalPriority,pr)))}function br(n){function r(_){return mi(_,n)}if(0<Sa.length){mi(Sa[0],n);for(var c=1;c<Sa.length;c++){var v=Sa[c];v.blockedOn===n&&(v.blockedOn=null)}}for(Br!==null&&mi(Br,n),ra!==null&&mi(ra,n),Ta!==null&&mi(Ta,n),Ka.forEach(r),_r.forEach(r),c=0;c<vr.length;c++)v=vr[c],v.blockedOn===n&&(v.blockedOn=null);for(;0<vr.length&&(c=vr[0],c.blockedOn===null);)zi(c),c.blockedOn===null&&vr.shift()}var Oa=we.ReactCurrentBatchConfig,Ea=!0;function Qi(n,r,c,v){var _=dt,D=Oa.transition;Oa.transition=null;try{dt=1,Wa(n,r,c,v)}finally{dt=_,Oa.transition=D}}function Ti(n,r,c,v){var _=dt,D=Oa.transition;Oa.transition=null;try{dt=4,Wa(n,r,c,v)}finally{dt=_,Oa.transition=D}}function Wa(n,r,c,v){if(Ea){var _=rl(n,r,c,v);if(_===null)As(n,r,v,co,c),za(n,v);else if(dr(_,n,r,c,v))v.stopPropagation();else if(za(n,v),r&4&&-1<Bo.indexOf(n)){for(;_!==null;){var D=Mu(_);if(D!==null&&Gt(D),D=rl(n,r,c,v),D===null&&As(n,r,v,co,c),D===_)break;_=D}_!==null&&v.stopPropagation()}else As(n,r,v,null,c)}}var co=null;function rl(n,r,c,v){if(co=null,n=Mn(v),n=Pi(n),n!==null)if(r=hn(n),r===null)n=null;else if(c=r.tag,c===13){if(n=Fn(r),n!==null)return n;n=null}else if(c===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 oa:return 1;case vn:return 4;case zr:case so:return 16;case pi:return 536870912;default:return 16}default:return 16}}var Ji=null,No=null,jl=null;function _u(){if(jl)return jl;var n,r=No,c=r.length,v,_="value"in Ji?Ji.value:Ji.textContent,D=_.length;for(n=0;n<c&&r[n]===_[n];n++);var V=c-n;for(v=1;v<=V&&r[c-v]===_[D-v];v++);return jl=_.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 Vl(){return!1}function Ma(n){function r(c,v,_,D,V){this._reactName=c,this._targetInst=_,this.type=v,this.nativeEvent=D,this.target=V,this.currentTarget=null;for(var se in n)n.hasOwnProperty(se)&&(c=n[se],this[se]=c?c(D):D[se]);return this.isDefaultPrevented=(D.defaultPrevented!=null?D.defaultPrevented:D.returnValue===!1)?po:Vl,this.isPropagationStopped=Vl,this}return Ye(r.prototype,{preventDefault:function(){this.defaultPrevented=!0;var c=this.nativeEvent;c&&(c.preventDefault?c.preventDefault():typeof c.returnValue!="unknown"&&(c.returnValue=!1),this.isDefaultPrevented=po)},stopPropagation:function(){var c=this.nativeEvent;c&&(c.stopPropagation?c.stopPropagation():typeof c.cancelBubble!="unknown"&&(c.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}),Tl=Ma(ho),Jn,vo,mo,sa=Ye({},ho,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Gl,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"?(Jn=n.screenX-mo.screenX,vo=n.screenY-mo.screenY):vo=Jn=0,mo=n),Jn)},movementY:function(n){return"movementY"in n?n.movementY:vo}}),Ya=Ma(sa),Kl=Ye({},sa,{dataTransfer:0}),kl=Ma(Kl),ai=Ye({},ho,{relatedTarget:0}),aa=Ma(ai),Xr=Ye({},gi,{animationName:0,elapsedTime:0,pseudoElement:0}),Wl=Ma(Xr),es=Ye({},gi,{clipboardData:function(n){return"clipboardData"in n?n.clipboardData:window.clipboardData}}),bu=Ma(es),xs=Ye({},gi,{data:0}),kr=Ma(xs),zo={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},Rl={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"},Ga={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function Yl(n){var r=this.nativeEvent;return r.getModifierState?r.getModifierState(n):(n=Ga[n])?!!r[n]:!1}function Gl(){return Yl}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"?Rl[n.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Gl,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),T=Ye({},sa,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),I=Ma(T),W=Ye({},ho,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Gl}),re=Ma(W),be=Ye({},gi,{propertyName:0,elapsedTime:0,pseudoElement:0}),_e=Ma(be),De=Ye({},sa,{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 mr=A&&"TextEvent"in window&&!dn,Ia=A&&(!nn||dn&&8<dn&&11>=dn),Pr=String.fromCharCode(32),Rr=!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 Xl(n){return n=n.detail,typeof n=="object"&&"data"in n?n.data:null}var Po=!1;function Ts(n,r){switch(n){case"compositionend":return Xl(r);case"keypress":return r.which!==32?null:(Rr=!0,Pr);case"textInput":return n=r.data,n===Pr&&Rr?null:n;default:return null}}function Gc(n,r){if(Po)return n==="compositionend"||!nn&&Io(n,r)?(n=_u(),jl=No=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 nc={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 Xc(n){var r=n&&n.nodeName&&n.nodeName.toLowerCase();return r==="input"?!!nc[n.type]:r==="textarea"}function rc(n,r,c,v){Ra(v),r=Ol(r,"onChange"),0<r.length&&(c=new Ii("onChange","change",null,c,v),n.push({event:c,listeners:r}))}var ts=null,Dl=null;function ql(n){Du(n,0)}function Tu(n){var r=Ml(n);if(Er(r))return n}function d(n,r){if(n==="change")return r}var w=!1;if(A){var O;if(A){var P="oninput"in document;if(!P){var j=document.createElement("div");j.setAttribute("oninput","return;"),P=typeof j.oninput=="function"}O=P}else O=!1;w=O&&(!document.documentMode||9<document.documentMode)}function Z(){ts&&(ts.detachEvent("onpropertychange",ue),Dl=ts=null)}function ue(n){if(n.propertyName==="value"&&Tu(Dl)){var r=[];rc(r,Dl,n,Mn(n)),Lr(ql,r)}}function Ee(n,r,c){n==="focusin"?(Z(),ts=r,Dl=c,ts.attachEvent("onpropertychange",ue)):n==="focusout"&&Z()}function ze(n){if(n==="selectionchange"||n==="keyup"||n==="keydown")return Tu(Dl)}function Le(n,r){if(n==="click")return Tu(r)}function Ge(n,r){if(n==="input"||n==="change")return Tu(r)}function bt(n,r){return n===r&&(n!==0||1/n===1/r)||n!==n&&r!==r}var yt=typeof Object.is=="function"?Object.is:bt;function mn(n,r){if(yt(n,r))return!0;if(typeof n!="object"||n===null||typeof r!="object"||r===null)return!1;var c=Object.keys(n),v=Object.keys(r);if(c.length!==v.length)return!1;for(v=0;v<c.length;v++){var _=c[v];if(!k.call(r,_)||!yt(n[_],r[_]))return!1}return!0}function Pn(n){for(;n&&n.firstChild;)n=n.firstChild;return n}function Dr(n,r){var c=Pn(n);n=0;for(var v;c;){if(c.nodeType===3){if(v=n+c.textContent.length,n<=r&&v>=r)return{node:c,offset:r-n};n=v}e:{for(;c;){if(c.nextSibling){c=c.nextSibling;break e}c=c.parentNode}c=void 0}c=Pn(c)}}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 Xa(){for(var n=window,r=zt();r instanceof n.HTMLIFrameElement;){try{var c=typeof r.contentWindow.location.href=="string"}catch{c=!1}if(c)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 ks(n){var r=Xa(),c=n.focusedElem,v=n.selectionRange;if(r!==c&&c&&c.ownerDocument&&ii(c.ownerDocument.documentElement,c)){if(v!==null&&qa(c)){if(r=v.start,n=v.end,n===void 0&&(n=r),"selectionStart"in c)c.selectionStart=r,c.selectionEnd=Math.min(n,c.value.length);else if(n=(r=c.ownerDocument||document)&&r.defaultView||window,n.getSelection){n=n.getSelection();var _=c.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=_),_=Dr(c,D);var V=Dr(c,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=c;n=n.parentNode;)n.nodeType===1&&r.push({element:n,left:n.scrollLeft,top:n.scrollTop});for(typeof c.focus=="function"&&c.focus(),c=0;c<r.length;c++)n=r[c],n.element.scrollLeft=n.left,n.element.scrollTop=n.top}}var qc=A&&"documentMode"in document&&11>=document.documentMode,Zi=null,Nf=null,Rs=null,zf=!1;function Dd(n,r,c){var v=c.window===c?c.document:c.nodeType===9?c:c.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}),Rs&&mn(Rs,v)||(Rs=v,v=Ol(Nf,"onSelect"),0<v.length&&(r=new Ii("onSelect","select",null,r,c),n.push({event:r,listeners:v}),r.target=Zi)))}function ac(n,r){var c={};return c[n.toLowerCase()]=r.toLowerCase(),c["Webkit"+n]="webkit"+r,c["Moz"+n]="moz"+r,c}var ku={animationend:ac("Animation","AnimationEnd"),animationiteration:ac("Animation","AnimationIteration"),animationstart:ac("Animation","AnimationStart"),transitionend:ac("Transition","TransitionEnd")},ia={},ns={};A&&(ns=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(ia[n])return ia[n];if(!ku[n])return n;var r=ku[n],c;for(c in r)if(r.hasOwnProperty(c)&&c in ns)return ia[n]=r[c];return n}var qr=Pa("animationend"),rs=Pa("animationiteration"),Qc=Pa("animationstart"),Jc=Pa("transitionend"),Zc=new Map,ef="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 al(n,r){Zc.set(n,r),g(r,[n])}for(var Ds=0;Ds<ef.length;Ds++){var Ru=ef[Ds],tf=Ru.toLowerCase(),as=Ru[0].toUpperCase()+Ru.slice(1);al(tf,"on"+as)}al(qr,"onAnimationEnd"),al(rs,"onAnimationIteration"),al(Qc,"onAnimationStart"),al("dblclick","onDoubleClick"),al("focusin","onFocus"),al("focusout","onBlur"),al(Jc,"onTransitionEnd"),E("onMouseEnter",["mouseout","mouseover"]),E("onMouseLeave",["mouseout","mouseover"]),E("onPointerEnter",["pointerout","pointerover"]),E("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 Ql="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(" "),ic=new Set("cancel close invalid load scroll toggle".split(" ").concat(Ql));function is(n,r,c){var v=n.type||"unknown-event";n.currentTarget=c,Yt(v,r,void 0,n),n.currentTarget=null}function Du(n,r){r=(r&4)!==0;for(var c=0;c<n.length;c++){var v=n[c],_=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,Ie=se.currentTarget;if(se=se.listener,pe!==D&&_.isPropagationStopped())break e;is(_,se,Ie),D=pe}else for(V=0;V<v.length;V++){if(se=v[V],pe=se.instance,Ie=se.currentTarget,se=se.listener,pe!==D&&_.isPropagationStopped())break e;is(_,se,Ie),D=pe}}}if(_i)throw n=fe,_i=!1,fe=null,n}function Ar(n,r){var c=r[Ou];c===void 0&&(c=r[Ou]=new Set);var v=n+"__bubble";c.has(v)||(nf(r,n,2,!1),c.add(v))}function il(n,r,c){var v=0;r&&(v|=4),nf(c,n,v,r)}var Al="_reactListening"+Math.random().toString(36).slice(2);function Au(n){if(!n[Al]){n[Al]=!0,f.forEach(function(c){c!=="selectionchange"&&(ic.has(c)||il(c,!1,n),il(c,!0,n))});var r=n.nodeType===9?n:n.ownerDocument;r===null||r[Al]||(r[Al]=!0,il("selectionchange",!1,r))}}function nf(n,r,c,v){switch(Cu(r)){case 1:var _=Qi;break;case 4:_=Ti;break;default:_=Wa}c=_.bind(null,r,c,n),_=void 0,!qi||r!=="touchstart"&&r!=="touchmove"&&r!=="wheel"||(_=!0),v?_!==void 0?n.addEventListener(r,c,{capture:!0,passive:_}):n.addEventListener(r,c,!0):_!==void 0?n.addEventListener(r,c,{passive:_}):n.addEventListener(r,c,!1)}function As(n,r,c,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}Lr(function(){var Ie=D,ot=Mn(c),st=[];e:{var it=Zc.get(n);if(it!==void 0){var It=Ii,Qt=n;switch(n){case"keypress":if(fo(c)===0)break e;case"keydown":case"keyup":It=xu;break;case"focusin":Qt="focus",It=aa;break;case"focusout":Qt="blur",It=aa;break;case"beforeblur":case"afterblur":It=aa;break;case"click":if(c.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":It=Ya;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":It=kl;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":It=re;break;case qr:case rs:case Qc:It=Wl;break;case Jc:It=_e;break;case"scroll":It=Tl;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=Ie,Ae;me!==null;){Ae=me;var gt=Ae.stateNode;if(Ae.tag===5&&gt!==null&&(Ae=gt,xe!==null&&(gt=di(me,xe),gt!=null&&an.push(Os(me,gt,Ae)))),wi)break;me=me.return}0<an.length&&(it=new It(it,Qt,null,c,ot),st.push({event:it,listeners:an}))}}if((r&7)===0){e:{if(it=n==="mouseover"||n==="pointerover",It=n==="mouseout"||n==="pointerout",it&&c!==ga&&(Qt=c.relatedTarget||c.fromElement)&&(Pi(Qt)||Qt[nu]))break e;if((It||it)&&(it=ot.window===ot?ot:(it=ot.ownerDocument)?it.defaultView||it.parentWindow:window,It?(Qt=c.relatedTarget||c.toElement,It=Ie,Qt=Qt?Pi(Qt):null,Qt!==null&&(wi=hn(Qt),Qt!==wi||Qt.tag!==5&&Qt.tag!==6)&&(Qt=null)):(It=null,Qt=Ie),It!==Qt)){if(an=Ya,gt="onMouseLeave",xe="onMouseEnter",me="mouse",(n==="pointerout"||n==="pointerover")&&(an=I,gt="onPointerLeave",xe="onPointerEnter",me="pointer"),wi=It==null?it:Ml(It),Ae=Qt==null?it:Ml(Qt),it=new an(gt,me+"leave",It,c,ot),it.target=wi,it.relatedTarget=Ae,gt=null,Pi(ot)===Ie&&(an=new an(xe,me+"enter",Qt,c,ot),an.target=Ae,an.relatedTarget=wi,gt=an),wi=gt,It&&Qt)t:{for(an=It,xe=Qt,me=0,Ae=an;Ae;Ae=Jl(Ae))me++;for(Ae=0,gt=xe;gt;gt=Jl(gt))Ae++;for(;0<me-Ae;)an=Jl(an),me--;for(;0<Ae-me;)xe=Jl(xe),Ae--;for(;me--;){if(an===xe||xe!==null&&an===xe.alternate)break t;an=Jl(an),xe=Jl(xe)}an=null}else an=null;It!==null&&Ms(st,it,It,an,!1),Qt!==null&&wi!==null&&Ms(st,wi,Qt,an,!0)}}e:{if(it=Ie?Ml(Ie):window,It=it.nodeName&&it.nodeName.toLowerCase(),It==="select"||It==="input"&&it.type==="file")var fn=d;else if(Xc(it))if(w)fn=Ge;else{fn=ze;var Jt=Ee}else(It=it.nodeName)&&It.toLowerCase()==="input"&&(it.type==="checkbox"||it.type==="radio")&&(fn=Le);if(fn&&(fn=fn(n,Ie))){rc(st,fn,c,ot);break e}Jt&&Jt(n,it,Ie),n==="focusout"&&(Jt=it._wrapperState)&&Jt.controlled&&it.type==="number"&&Bn(it,"number",it.value)}switch(Jt=Ie?Ml(Ie):window,n){case"focusin":(Xc(Jt)||Jt.contentEditable==="true")&&(Zi=Jt,Nf=Ie,Rs=null);break;case"focusout":Rs=Nf=Zi=null;break;case"mousedown":zf=!0;break;case"contextmenu":case"mouseup":case"dragend":zf=!1,Dd(st,c,ot);break;case"selectionchange":if(qc)break;case"keydown":case"keyup":Dd(st,c,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,c)&&(Hn="onCompositionEnd"):n==="keydown"&&c.keyCode===229&&(Hn="onCompositionStart");Hn&&(Ia&&c.locale!=="ko"&&(Po||Hn!=="onCompositionStart"?Hn==="onCompositionEnd"&&Po&&(En=_u()):(Ji=ot,No="value"in Ji?Ji.value:Ji.textContent,Po=!0)),Jt=Ol(Ie,Hn),0<Jt.length&&(Hn=new kr(Hn,n,null,c,ot),st.push({event:Hn,listeners:Jt}),En?Hn.data=En:(En=Xl(c),En!==null&&(Hn.data=En)))),(En=mr?Ts(n,c):Gc(n,c))&&(Ie=Ol(Ie,"onBeforeInput"),0<Ie.length&&(ot=new kr("onBeforeInput","beforeinput",null,c,ot),st.push({event:ot,listeners:Ie}),ot.data=En))}Du(st,r)})}function Os(n,r,c){return{instance:n,listener:r,currentTarget:c}}function Ol(n,r){for(var c=r+"Capture",v=[];n!==null;){var _=n,D=_.stateNode;_.tag===5&&D!==null&&(_=D,D=di(n,c),D!=null&&v.unshift(Os(n,D,_)),D=di(n,r),D!=null&&v.push(Os(n,D,_))),n=n.return}return v}function Jl(n){if(n===null)return null;do n=n.return;while(n&&n.tag!==5);return n||null}function Ms(n,r,c,v,_){for(var D=r._reactName,V=[];c!==null&&c!==v;){var se=c,pe=se.alternate,Ie=se.stateNode;if(pe!==null&&pe===v)break;se.tag===5&&Ie!==null&&(se=Ie,_?(pe=di(c,D),pe!=null&&V.unshift(Os(c,pe,se))):_||(pe=di(c,D),pe!=null&&V.push(Os(c,pe,se)))),c=c.return}V.length!==0&&n.push({event:r,listeners:V})}var Zl=/\r\n?/g,If=/\u0000|\uFFFD/g;function oc(n){return(typeof n=="string"?n:""+n).replace(Zl,`
185
- `).replace(If,"")}function ol(n,r,c){if(r=oc(r),oc(n)!==r&&c)throw Error(l(425))}function lc(){}var eu=null,go=null;function os(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,uc=typeof clearTimeout=="function"?clearTimeout:void 0,Fs=typeof Promise=="function"?Promise:void 0,ls=typeof queueMicrotask=="function"?queueMicrotask:typeof Fs<"u"?function(n){return Fs.resolve(null).then(n).catch(Pf)}:Ri;function Pf(n){setTimeout(function(){throw n})}function Uo(n,r){var c=r,v=0;do{var _=c.nextSibling;if(n.removeChild(c),_&&_.nodeType===8)if(c=_.data,c==="/$"){if(v===0){n.removeChild(_),br(r);return}v--}else c!=="$"&&c!=="$?"&&c!=="$!"||v++;c=_}while(c);br(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 Ls(n){n=n.previousSibling;for(var r=0;n;){if(n.nodeType===8){var c=n.data;if(c==="$"||c==="$!"||c==="$?"){if(r===0)return n;r--}else c==="/$"&&r++}n=n.previousSibling}return null}var ll=Math.random().toString(36).slice(2),eo="__reactFiber$"+ll,tu="__reactProps$"+ll,nu="__reactContainer$"+ll,Ou="__reactEvents$"+ll,rf="__reactListeners$"+ll,sc="__reactHandles$"+ll;function Pi(n){var r=n[eo];if(r)return r;for(var c=n.parentNode;c;){if(r=c[nu]||c[eo]){if(c=r.alternate,r.child!==null||c!==null&&c.child!==null)for(n=Ls(n);n!==null;){if(c=n[eo])return c;n=Ls(n)}return r}n=c,c=n.parentNode}return null}function Mu(n){return n=n[eo]||n[nu],!n||n.tag!==5&&n.tag!==6&&n.tag!==13&&n.tag!==3?null:n}function Ml(n){if(n.tag===5||n.tag===6)return n.stateNode;throw Error(l(33))}function rn(n){return n[tu]||null}var yo=[],Ur=-1;function Ln(n){return{current:n}}function or(n){0>Ur||(n.current=yo[Ur],yo[Ur]=null,Ur--)}function gr(n,r){Ur++,yo[Ur]=n.current,n.current=r}var So={},Cn=Ln(So),wa=Ln(!1),Ui=So;function Eo(n,r){var c=n.type.contextTypes;if(!c)return So;var v=n.stateNode;if(v&&v.__reactInternalMemoizedUnmaskedChildContext===r)return v.__reactInternalMemoizedMaskedChildContext;var _={},D;for(D in c)_[D]=r[D];return v&&(n=n.stateNode,n.__reactInternalMemoizedUnmaskedChildContext=r,n.__reactInternalMemoizedMaskedChildContext=_),_}function ca(n){return n=n.childContextTypes,n!=null}function $o(){or(wa),or(Cn)}function ru(n,r,c){if(Cn.current!==So)throw Error(l(168));gr(Cn,r),gr(wa,c)}function cc(n,r,c){var v=n.stateNode;if(r=r.childContextTypes,typeof v.getChildContext!="function")return c;v=v.getChildContext();for(var _ in v)if(!(_ in r))throw Error(l(108,zn(n)||"Unknown",_));return Ye({},c,v)}function af(n){return n=(n=n.stateNode)&&n.__reactInternalMemoizedMergedChildContext||So,Ui=Cn.current,gr(Cn,n),gr(wa,wa.current),!0}function fc(n,r,c){var v=n.stateNode;if(!v)throw Error(l(169));c?(n=cc(n,r,Ui),v.__reactInternalMemoizedMergedChildContext=n,or(wa),or(Cn),gr(Cn,n)):or(wa),gr(wa,c)}var Di=null,oi=!1,us=!1;function Bs(n){Di===null?Di=[n]:Di.push(n)}function Uf(n){oi=!0,Bs(n)}function to(){if(!us&&Di!==null){us=!0;var n=0,r=dt;try{var c=Di;for(dt=1;n<c.length;n++){var v=c[n];do v=v(!0);while(v!==null)}Di=null,oi=!1}catch(_){throw Di!==null&&(Di=Di.slice(n+1)),Ot(oa,to),_}finally{dt=r,us=!1}}return null}var Fu=[],no=0,Hi=null,Lu=0,yi=[],Tn=0,li=null,Ca=1,rr="";function fa(n,r){Fu[no++]=Lu,Fu[no++]=Hi,Hi=n,Lu=r}function au(n,r,c){yi[Tn++]=Ca,yi[Tn++]=rr,yi[Tn++]=li,li=n;var v=Ca;n=rr;var _=32-la(v)-1;v&=~(1<<_),c+=1;var D=32-la(r)+_;if(30<D){var V=_-_%5;D=(v&(1<<V)-1).toString(32),v>>=V,_-=V,Ca=1<<32-la(r)+_|c<<_|v,rr=D+n}else Ca=1<<D|c<<_|v,rr=n}function ss(n){n.return!==null&&(fa(n,1),au(n,1,0))}function Qa(n){for(;n===Hi;)Hi=Fu[--no],Fu[no]=null,Lu=Fu[--no],Fu[no]=null;for(;n===li;)li=yi[--Tn],yi[Tn]=null,rr=yi[--Tn],yi[Tn]=null,Ca=yi[--Tn],yi[Tn]=null}var Fa=null,Ua=null,hr=!1,ui=null;function ul(n,r){var c=Gu(5,null,null,0);c.elementType="DELETED",c.stateNode=r,c.return=n,r=n.deletions,r===null?(n.deletions=[c],n.flags|=16):r.push(c)}function Ad(n,r){switch(n.tag){case 5:var c=n.type;return r=r.nodeType!==1||c.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?(c=li!==null?{id:Ca,overflow:rr}:null,n.memoizedState={dehydrated:r,treeContext:c,retryLane:1073741824},c=Gu(18,null,null,0),c.stateNode=r,c.return=n,n.child=c,Fa=n,Ua=null,!0):!1;default:return!1}}function dc(n){return(n.mode&1)!==0&&(n.flags&128)===0}function cs(n){if(hr){var r=Ua;if(r){var c=r;if(!Ad(n,r)){if(dc(n))throw Error(l(418));r=Ho(c.nextSibling);var v=Fa;r&&Ad(n,r)?ul(v,c):(n.flags=n.flags&-4097|2,hr=!1,Fa=n)}}else{if(dc(n))throw Error(l(418));n.flags=n.flags&-4097|2,hr=!1,Fa=n}}}function of(n){for(n=n.return;n!==null&&n.tag!==5&&n.tag!==3&&n.tag!==13;)n=n.return;Fa=n}function lf(n){if(n!==Fa)return!1;if(!hr)return of(n),hr=!0,!1;var r;if((r=n.tag!==3)&&!(r=n.tag!==5)&&(r=n.type,r=r!=="head"&&r!=="body"&&!os(n.type,n.memoizedProps)),r&&(r=Ua)){if(dc(n))throw Hf(),Error(l(418));for(;r;)ul(n,r),r=Ho(r.nextSibling)}if(of(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 c=n.data;if(c==="/$"){if(r===0){Ua=Ho(n.nextSibling);break e}r--}else c!=="$"&&c!=="$!"&&c!=="$?"||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 Yr(){Ua=Fa=null,hr=!1}function $f(n){ui===null?ui=[n]:ui.push(n)}var pc=we.ReactCurrentBatchConfig;function Ai(n,r){if(n&&n.defaultProps){r=Ye({},r),n=n.defaultProps;for(var c in n)r[c]===void 0&&(r[c]=n[c]);return r}return r}var Fl=Ln(null),hc=null,iu=null,jf=null;function Vf(){jf=iu=hc=null}function Bu(n){var r=Fl.current;or(Fl),n._currentValue=r}function si(n,r,c){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===c)break;n=n.return}}function Ct(n,r){hc=n,jf=iu=null,n=n.dependencies,n!==null&&n.firstContext!==null&&((n.lanes&r)!==0&&(Ht=!0),n.firstContext=null)}function La(n){var r=n._currentValue;if(jf!==n)if(n={context:n,memoizedValue:r,next:null},iu===null){if(hc===null)throw Error(l(308));iu=n,hc.dependencies={lanes:0,firstContext:n}}else iu=iu.next=n;return r}var Si=null;function Ns(n){Si===null?Si=[n]:Si.push(n)}function Kf(n,r,c,v){var _=r.interleaved;return _===null?(c.next=c,Ns(r)):(c.next=_.next,_.next=c),r.interleaved=c,sl(n,v)}function sl(n,r){n.lanes|=r;var c=n.alternate;for(c!==null&&(c.lanes|=r),c=n,n=n.return;n!==null;)n.childLanes|=r,c=n.alternate,c!==null&&(c.childLanes|=r),c=n,n=n.return;return c.tag===3?c.stateNode:null}var jo=!1;function uf(n){n.updateQueue={baseState:n.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function _a(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,c){var v=n.updateQueue;if(v===null)return null;if(v=v.shared,(yr&2)!==0){var _=v.pending;return _===null?r.next=r:(r.next=_.next,_.next=r),v.pending=r,sl(n,c)}return _=v.interleaved,_===null?(r.next=r,Ns(v)):(r.next=_.next,_.next=r),v.interleaved=r,sl(n,c)}function cl(n,r,c){if(r=r.updateQueue,r!==null&&(r=r.shared,(c&4194240)!==0)){var v=r.lanes;v&=n.pendingLanes,c|=v,r.lanes=c,at(n,c)}}function zs(n,r){var c=n.updateQueue,v=n.alternate;if(v!==null&&(v=v.updateQueue,c===v)){var _=null,D=null;if(c=c.firstBaseUpdate,c!==null){do{var V={eventTime:c.eventTime,lane:c.lane,tag:c.tag,payload:c.payload,callback:c.callback,next:null};D===null?_=D=V:D=D.next=V,c=c.next}while(c!==null);D===null?_=D=r:D=D.next=r}else _=D=r;c={baseState:v.baseState,firstBaseUpdate:_,lastBaseUpdate:D,shared:v.shared,effects:v.effects},n.updateQueue=c;return}n=c.lastBaseUpdate,n===null?c.firstBaseUpdate=r:n.next=r,c.lastBaseUpdate=r}function fl(n,r,c,v){var _=n.updateQueue;jo=!1;var D=_.firstBaseUpdate,V=_.lastBaseUpdate,se=_.shared.pending;if(se!==null){_.shared.pending=null;var pe=se,Ie=pe.next;pe.next=null,V===null?D=Ie:V.next=Ie,V=pe;var ot=n.alternate;ot!==null&&(ot=ot.updateQueue,se=ot.lastBaseUpdate,se!==V&&(se===null?ot.firstBaseUpdate=Ie:se.next=Ie,ot.lastBaseUpdate=pe))}if(D!==null){var st=_.baseState;V=0,ot=Ie=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=c,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?(Ie=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=Ie,_.lastBaseUpdate=ot,r=_.shared.interleaved,r!==null){_=r;do V|=_.lane,_=_.next;while(_!==r)}else D===null&&(_.shared.lanes=0);kc|=V,n.lanes=V,n.memoizedState=st}}function wo(n,r,c){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=c,typeof _!="function")throw Error(l(191,_));_.call(v)}}}var Wf=new o.Component().refs;function vc(n,r,c,v){r=n.memoizedState,c=c(v,r),c=c==null?r:Ye({},r,c),n.memoizedState=c,n.lanes===0&&(n.updateQueue.baseState=c)}var Bl={isMounted:function(n){return(n=n._reactInternals)?hn(n)===n:!1},enqueueSetState:function(n,r,c){n=n._reactInternals;var v=Qo(),_=Fi(n),D=Vo(v,_);D.payload=r,c!=null&&(D.callback=c),r=Ll(n,D,_),r!==null&&(Jo(r,n,_,v),cl(r,n,_))},enqueueReplaceState:function(n,r,c){n=n._reactInternals;var v=Qo(),_=Fi(n),D=Vo(v,_);D.tag=1,D.payload=r,c!=null&&(D.callback=c),r=Ll(n,D,_),r!==null&&(Jo(r,n,_,v),cl(r,n,_))},enqueueForceUpdate:function(n,r){n=n._reactInternals;var c=Qo(),v=Fi(n),_=Vo(c,v);_.tag=2,r!=null&&(_.callback=r),r=Ll(n,_,v),r!==null&&(Jo(r,n,v,c),cl(r,n,v))}};function Od(n,r,c,v,_,D,V){return n=n.stateNode,typeof n.shouldComponentUpdate=="function"?n.shouldComponentUpdate(v,D,V):r.prototype&&r.prototype.isPureReactComponent?!mn(c,v)||!mn(_,D):!0}function Yf(n,r,c){var v=!1,_=So,D=r.contextType;return typeof D=="object"&&D!==null?D=La(D):(_=ca(r)?Ui:Cn.current,v=r.contextTypes,D=(v=v!=null)?Eo(n,_):So),r=new r(c,D),n.memoizedState=r.state!==null&&r.state!==void 0?r.state:null,r.updater=Bl,n.stateNode=r,r._reactInternals=n,v&&(n=n.stateNode,n.__reactInternalMemoizedUnmaskedChildContext=_,n.__reactInternalMemoizedMaskedChildContext=D),r}function dl(n,r,c,v){n=r.state,typeof r.componentWillReceiveProps=="function"&&r.componentWillReceiveProps(c,v),typeof r.UNSAFE_componentWillReceiveProps=="function"&&r.UNSAFE_componentWillReceiveProps(c,v),r.state!==n&&Bl.enqueueReplaceState(r,r.state,null)}function sf(n,r,c,v){var _=n.stateNode;_.props=c,_.state=n.memoizedState,_.refs=Wf,uf(n);var D=r.contextType;typeof D=="object"&&D!==null?_.context=La(D):(D=ca(r)?Ui:Cn.current,_.context=Eo(n,D)),_.state=n.memoizedState,D=r.getDerivedStateFromProps,typeof D=="function"&&(vc(n,r,D,c),_.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&&Bl.enqueueReplaceState(_,_.state,null),fl(n,c,_,v),_.state=n.memoizedState),typeof _.componentDidMount=="function"&&(n.flags|=4194308)}function Is(n,r,c){if(n=c.ref,n!==null&&typeof n!="function"&&typeof n!="object"){if(c._owner){if(c=c._owner,c){if(c.tag!==1)throw Error(l(309));var v=c.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(!c._owner)throw Error(l(290,n))}return n}function Nu(n,r){throw n=Object.prototype.toString.call(r),Error(l(31,n==="[object Object]"?"object with keys {"+Object.keys(r).join(", ")+"}":n))}function cf(n){var r=n._init;return r(n._payload)}function mc(n){function r(xe,me){if(n){var Ae=xe.deletions;Ae===null?(xe.deletions=[me],xe.flags|=16):Ae.push(me)}}function c(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=gf(xe,me),xe.index=0,xe.sibling=null,xe}function D(xe,me,Ae){return xe.index=Ae,n?(Ae=xe.alternate,Ae!==null?(Ae=Ae.index,Ae<me?(xe.flags|=2,me):Ae):(xe.flags|=2,me)):(xe.flags|=1048576,me)}function V(xe){return n&&xe.alternate===null&&(xe.flags|=2),xe}function se(xe,me,Ae,gt){return me===null||me.tag!==6?(me=Bp(Ae,xe.mode,gt),me.return=xe,me):(me=_(me,Ae),me.return=xe,me)}function pe(xe,me,Ae,gt){var fn=Ae.type;return fn===je?ot(xe,me,Ae.props.children,gt,Ae.key):me!==null&&(me.elementType===fn||typeof fn=="object"&&fn!==null&&fn.$$typeof===kt&&cf(fn)===me.type)?(gt=_(me,Ae.props),gt.ref=Is(xe,me,Ae),gt.return=xe,gt):(gt=Rh(Ae.type,Ae.key,Ae.props,null,xe.mode,gt),gt.ref=Is(xe,me,Ae),gt.return=xe,gt)}function Ie(xe,me,Ae,gt){return me===null||me.tag!==4||me.stateNode.containerInfo!==Ae.containerInfo||me.stateNode.implementation!==Ae.implementation?(me=rd(Ae,xe.mode,gt),me.return=xe,me):(me=_(me,Ae.children||[]),me.return=xe,me)}function ot(xe,me,Ae,gt,fn){return me===null||me.tag!==7?(me=nd(Ae,xe.mode,gt,fn),me.return=xe,me):(me=_(me,Ae),me.return=xe,me)}function st(xe,me,Ae){if(typeof me=="string"&&me!==""||typeof me=="number")return me=Bp(""+me,xe.mode,Ae),me.return=xe,me;if(typeof me=="object"&&me!==null){switch(me.$$typeof){case Fe:return Ae=Rh(me.type,me.key,me.props,null,xe.mode,Ae),Ae.ref=Is(xe,null,me),Ae.return=xe,Ae;case nt:return me=rd(me,xe.mode,Ae),me.return=xe,me;case kt:var gt=me._init;return st(xe,gt(me._payload),Ae)}if(Gn(me)||et(me))return me=nd(me,xe.mode,Ae,null),me.return=xe,me;Nu(xe,me)}return null}function it(xe,me,Ae,gt){var fn=me!==null?me.key:null;if(typeof Ae=="string"&&Ae!==""||typeof Ae=="number")return fn!==null?null:se(xe,me,""+Ae,gt);if(typeof Ae=="object"&&Ae!==null){switch(Ae.$$typeof){case Fe:return Ae.key===fn?pe(xe,me,Ae,gt):null;case nt:return Ae.key===fn?Ie(xe,me,Ae,gt):null;case kt:return fn=Ae._init,it(xe,me,fn(Ae._payload),gt)}if(Gn(Ae)||et(Ae))return fn!==null?null:ot(xe,me,Ae,gt,null);Nu(xe,Ae)}return null}function It(xe,me,Ae,gt,fn){if(typeof gt=="string"&&gt!==""||typeof gt=="number")return xe=xe.get(Ae)||null,se(me,xe,""+gt,fn);if(typeof gt=="object"&&gt!==null){switch(gt.$$typeof){case Fe:return xe=xe.get(gt.key===null?Ae:gt.key)||null,pe(me,xe,gt,fn);case nt:return xe=xe.get(gt.key===null?Ae:gt.key)||null,Ie(me,xe,gt,fn);case kt:var Jt=gt._init;return It(xe,me,Ae,Jt(gt._payload),fn)}if(Gn(gt)||et(gt))return xe=xe.get(Ae)||null,ot(me,xe,gt,fn,null);Nu(me,gt)}return null}function Qt(xe,me,Ae,gt){for(var fn=null,Jt=null,En=me,Hn=me=0,lo=null;En!==null&&Hn<Ae.length;Hn++){En.index>Hn?(lo=En,En=null):lo=En.sibling;var Hr=it(xe,En,Ae[Hn],gt);if(Hr===null){En===null&&(En=lo);break}n&&En&&Hr.alternate===null&&r(xe,En),me=D(Hr,me,Hn),Jt===null?fn=Hr:Jt.sibling=Hr,Jt=Hr,En=lo}if(Hn===Ae.length)return c(xe,En),hr&&fa(xe,Hn),fn;if(En===null){for(;Hn<Ae.length;Hn++)En=st(xe,Ae[Hn],gt),En!==null&&(me=D(En,me,Hn),Jt===null?fn=En:Jt.sibling=En,Jt=En);return hr&&fa(xe,Hn),fn}for(En=v(xe,En);Hn<Ae.length;Hn++)lo=It(En,xe,Hn,Ae[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(yf){return r(xe,yf)}),hr&&fa(xe,Hn),fn}function an(xe,me,Ae,gt){var fn=et(Ae);if(typeof fn!="function")throw Error(l(150));if(Ae=fn.call(Ae),Ae==null)throw Error(l(151));for(var Jt=fn=null,En=me,Hn=me=0,lo=null,Hr=Ae.next();En!==null&&!Hr.done;Hn++,Hr=Ae.next()){En.index>Hn?(lo=En,En=null):lo=En.sibling;var yf=it(xe,En,Hr.value,gt);if(yf===null){En===null&&(En=lo);break}n&&En&&yf.alternate===null&&r(xe,En),me=D(yf,me,Hn),Jt===null?fn=yf:Jt.sibling=yf,Jt=yf,En=lo}if(Hr.done)return c(xe,En),hr&&fa(xe,Hn),fn;if(En===null){for(;!Hr.done;Hn++,Hr=Ae.next())Hr=st(xe,Hr.value,gt),Hr!==null&&(me=D(Hr,me,Hn),Jt===null?fn=Hr:Jt.sibling=Hr,Jt=Hr);return hr&&fa(xe,Hn),fn}for(En=v(xe,En);!Hr.done;Hn++,Hr=Ae.next())Hr=It(En,xe,Hn,Hr.value,gt),Hr!==null&&(n&&Hr.alternate!==null&&En.delete(Hr.key===null?Hn:Hr.key),me=D(Hr,me,Hn),Jt===null?fn=Hr:Jt.sibling=Hr,Jt=Hr);return n&&En.forEach(function(k2){return r(xe,k2)}),hr&&fa(xe,Hn),fn}function wi(xe,me,Ae,gt){if(typeof Ae=="object"&&Ae!==null&&Ae.type===je&&Ae.key===null&&(Ae=Ae.props.children),typeof Ae=="object"&&Ae!==null){switch(Ae.$$typeof){case Fe:e:{for(var fn=Ae.key,Jt=me;Jt!==null;){if(Jt.key===fn){if(fn=Ae.type,fn===je){if(Jt.tag===7){c(xe,Jt.sibling),me=_(Jt,Ae.props.children),me.return=xe,xe=me;break e}}else if(Jt.elementType===fn||typeof fn=="object"&&fn!==null&&fn.$$typeof===kt&&cf(fn)===Jt.type){c(xe,Jt.sibling),me=_(Jt,Ae.props),me.ref=Is(xe,Jt,Ae),me.return=xe,xe=me;break e}c(xe,Jt);break}else r(xe,Jt);Jt=Jt.sibling}Ae.type===je?(me=nd(Ae.props.children,xe.mode,gt,Ae.key),me.return=xe,xe=me):(gt=Rh(Ae.type,Ae.key,Ae.props,null,xe.mode,gt),gt.ref=Is(xe,me,Ae),gt.return=xe,xe=gt)}return V(xe);case nt:e:{for(Jt=Ae.key;me!==null;){if(me.key===Jt)if(me.tag===4&&me.stateNode.containerInfo===Ae.containerInfo&&me.stateNode.implementation===Ae.implementation){c(xe,me.sibling),me=_(me,Ae.children||[]),me.return=xe,xe=me;break e}else{c(xe,me);break}else r(xe,me);me=me.sibling}me=rd(Ae,xe.mode,gt),me.return=xe,xe=me}return V(xe);case kt:return Jt=Ae._init,wi(xe,me,Jt(Ae._payload),gt)}if(Gn(Ae))return Qt(xe,me,Ae,gt);if(et(Ae))return an(xe,me,Ae,gt);Nu(xe,Ae)}return typeof Ae=="string"&&Ae!==""||typeof Ae=="number"?(Ae=""+Ae,me!==null&&me.tag===6?(c(xe,me.sibling),me=_(me,Ae),me.return=xe,xe=me):(c(xe,me),me=Bp(Ae,xe.mode,gt),me.return=xe,xe=me),V(xe)):c(xe,me)}return wi}var ro=mc(!0),Ps=mc(!1),Ko={},Ha=Ln(Ko),fs=Ln(Ko),Ei=Ln(Ko);function Wo(n){if(n===Ko)throw Error(l(174));return n}function gc(n,r){switch(gr(Ei,r),gr(fs,n),gr(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),gr(Ha,r)}function Ja(){or(Ha),or(fs),or(Ei)}function qt(n){Wo(Ei.current);var r=Wo(Ha.current),c=ur(r,n.type);r!==c&&(gr(fs,n),gr(Ha,c))}function Wn(n){fs.current===n&&(or(Ha),or(fs))}var cn=Ln(0);function Qr(n){for(var r=n;r!==null;){if(r.tag===13){var c=r.memoizedState;if(c!==null&&(c=c.dehydrated,c===null||c.data==="$?"||c.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 yc(){for(var n=0;n<Co.length;n++)Co[n]._workInProgressVersionPrimary=null;Co.length=0}var ff=we.ReactCurrentDispatcher,Sc=we.ReactCurrentBatchConfig,pl=0,Jr=null,Ve=null,Zn=null,gn=!1,Yo=!1,$i=0,zu=0;function Zr(){throw Error(l(321))}function ou(n,r){if(r===null)return!1;for(var c=0;c<r.length&&c<n.length;c++)if(!yt(n[c],r[c]))return!1;return!0}function Iu(n,r,c,v,_,D){if(pl=D,Jr=r,r.memoizedState=null,r.updateQueue=null,r.lanes=0,ff.current=n===null||n.memoizedState===null?he:Be,n=c(v,_),Yo){D=0;do{if(Yo=!1,$i=0,25<=D)throw Error(l(301));D+=1,Zn=Ve=null,r.updateQueue=null,ff.current=h,n=c(v,_)}while(Yo)}if(ff.current=ce,r=Ve!==null&&Ve.next!==null,pl=0,Zn=Ve=Jr=null,gn=!1,r)throw Error(l(300));return n}function ds(){var n=$i!==0;return $i=0,n}function _o(){var n={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Zn===null?Jr.memoizedState=Zn=n:Zn=Zn.next=n,Zn}function ao(){if(Ve===null){var n=Jr.alternate;n=n!==null?n.memoizedState:null}else n=Ve.next;var r=Zn===null?Jr.memoizedState:Zn.next;if(r!==null)Zn=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},Zn===null?Jr.memoizedState=Zn=n:Zn=Zn.next=n}return Zn}function ps(n,r){return typeof r=="function"?r(n):r}function hs(n){var r=ao(),c=r.queue;if(c===null)throw Error(l(311));c.lastRenderedReducer=n;var v=Ve,_=v.baseQueue,D=c.pending;if(D!==null){if(_!==null){var V=_.next;_.next=D.next,D.next=V}v.baseQueue=_=D,c.pending=null}if(_!==null){D=_.next,v=v.baseState;var se=V=null,pe=null,Ie=D;do{var ot=Ie.lane;if((pl&ot)===ot)pe!==null&&(pe=pe.next={lane:0,action:Ie.action,hasEagerState:Ie.hasEagerState,eagerState:Ie.eagerState,next:null}),v=Ie.hasEagerState?Ie.eagerState:n(v,Ie.action);else{var st={lane:ot,action:Ie.action,hasEagerState:Ie.hasEagerState,eagerState:Ie.eagerState,next:null};pe===null?(se=pe=st,V=v):pe=pe.next=st,Jr.lanes|=ot,kc|=ot}Ie=Ie.next}while(Ie!==null&&Ie!==D);pe===null?V=v:pe.next=se,yt(v,r.memoizedState)||(Ht=!0),r.memoizedState=v,r.baseState=V,r.baseQueue=pe,c.lastRenderedState=v}if(n=c.interleaved,n!==null){_=n;do D=_.lane,Jr.lanes|=D,kc|=D,_=_.next;while(_!==n)}else _===null&&(c.lanes=0);return[r.memoizedState,c.dispatch]}function Ec(n){var r=ao(),c=r.queue;if(c===null)throw Error(l(311));c.lastRenderedReducer=n;var v=c.dispatch,_=c.pending,D=r.memoizedState;if(_!==null){c.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),c.lastRenderedState=D}return[D,v]}function Oi(){}function Us(n,r){var c=Jr,v=ao(),_=r(),D=!yt(v.memoizedState,_);if(D&&(v.memoizedState=_,Ht=!0),v=v.queue,Hu(Hs.bind(null,c,v,n),[n]),v.getSnapshot!==r||D||Zn!==null&&Zn.memoizedState.tag&1){if(c.flags|=2048,Nl(9,Mi.bind(null,c,v,_,r),void 0,null),Za===null)throw Error(l(349));(pl&30)!==0||wc(c,r,_)}return _}function wc(n,r,c){n.flags|=16384,n={getSnapshot:r,value:c},r=Jr.updateQueue,r===null?(r={lastEffect:null,stores:null},Jr.updateQueue=r,r.stores=[n]):(c=r.stores,c===null?r.stores=[n]:c.push(n))}function Mi(n,r,c,v){r.value=c,r.getSnapshot=v,Cc(r)&&df(n)}function Hs(n,r,c){return c(function(){Cc(r)&&df(n)})}function Cc(n){var r=n.getSnapshot;n=n.value;try{var c=r();return!yt(n,c)}catch{return!0}}function df(n){var r=sl(n,1);r!==null&&Jo(r,n,1,-1)}function vs(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:ps,lastRenderedState:n},r.queue=n,n=n.dispatch=C.bind(null,Jr,n),[r.memoizedState,n]}function Nl(n,r,c,v){return n={tag:n,create:r,destroy:c,deps:v,next:null},r=Jr.updateQueue,r===null?(r={lastEffect:null,stores:null},Jr.updateQueue=r,r.lastEffect=n.next=n):(c=r.lastEffect,c===null?r.lastEffect=n.next=n:(v=c.next,c.next=n,n.next=v,r.lastEffect=n)),n}function _c(){return ao().memoizedState}function Pu(n,r,c,v){var _=_o();Jr.flags|=n,_.memoizedState=Nl(1|r,c,void 0,v===void 0?null:v)}function bo(n,r,c,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&&ou(v,V.deps)){_.memoizedState=Nl(r,c,D,v);return}}Jr.flags|=n,_.memoizedState=Nl(1|r,c,D,v)}function Uu(n,r){return Pu(8390656,8,n,r)}function Hu(n,r){return bo(2048,8,n,r)}function bc(n,r){return bo(4,2,n,r)}function $u(n,r){return bo(4,4,n,r)}function ms(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 $s(n,r,c){return c=c!=null?c.concat([n]):null,bo(4,4,ms.bind(null,r,n),c)}function js(){}function lu(n,r){var c=ao();r=r===void 0?null:r;var v=c.memoizedState;return v!==null&&r!==null&&ou(r,v[1])?v[0]:(c.memoizedState=[n,r],n)}function ju(n,r){var c=ao();r=r===void 0?null:r;var v=c.memoizedState;return v!==null&&r!==null&&ou(r,v[1])?v[0]:(n=n(),c.memoizedState=[n,r],n)}function ji(n,r,c){return(pl&21)===0?(n.baseState&&(n.baseState=!1,Ht=!0),n.memoizedState=c):(yt(c,r)||(c=ne(),Jr.lanes|=c,kc|=c,n.baseState=!0),r)}function pf(n,r){var c=dt;dt=c!==0&&4>c?c:4,n(!0);var v=Sc.transition;Sc.transition={};try{n(!1),r()}finally{dt=c,Sc.transition=v}}function Gr(){return ao().memoizedState}function m(n,r,c){var v=Fi(n);if(c={lane:v,action:c,hasEagerState:!1,eagerState:null,next:null},M(n))H(r,c);else if(c=Kf(n,r,c,v),c!==null){var _=Qo();Jo(c,n,v,_),Q(c,r,v)}}function C(n,r,c){var v=Fi(n),_={lane:v,action:c,hasEagerState:!1,eagerState:null,next:null};if(M(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,c);if(_.hasEagerState=!0,_.eagerState=se,yt(se,V)){var pe=r.interleaved;pe===null?(_.next=_,Ns(r)):(_.next=pe.next,pe.next=_),r.interleaved=_;return}}catch{}finally{}c=Kf(n,r,_,v),c!==null&&(_=Qo(),Jo(c,n,v,_),Q(c,r,v))}}function M(n){var r=n.alternate;return n===Jr||r!==null&&r===Jr}function H(n,r){Yo=gn=!0;var c=n.pending;c===null?r.next=r:(r.next=c.next,c.next=r),n.pending=r}function Q(n,r,c){if((c&4194240)!==0){var v=r.lanes;v&=n.pendingLanes,c|=v,r.lanes=c,at(n,c)}}var ce={readContext:La,useCallback:Zr,useContext:Zr,useEffect:Zr,useImperativeHandle:Zr,useInsertionEffect:Zr,useLayoutEffect:Zr,useMemo:Zr,useReducer:Zr,useRef:Zr,useState:Zr,useDebugValue:Zr,useDeferredValue:Zr,useTransition:Zr,useMutableSource:Zr,useSyncExternalStore:Zr,useId:Zr,unstable_isNewReconciler:!1},he={readContext:La,useCallback:function(n,r){return _o().memoizedState=[n,r===void 0?null:r],n},useContext:La,useEffect:Uu,useImperativeHandle:function(n,r,c){return c=c!=null?c.concat([n]):null,Pu(4194308,4,ms.bind(null,r,n),c)},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 c=_o();return r=r===void 0?null:r,n=n(),c.memoizedState=[n,r],n},useReducer:function(n,r,c){var v=_o();return r=c!==void 0?c(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,Jr,n),[v.memoizedState,n]},useRef:function(n){var r=_o();return n={current:n},r.memoizedState=n},useState:vs,useDebugValue:js,useDeferredValue:function(n){return _o().memoizedState=n},useTransition:function(){var n=vs(!1),r=n[0];return n=pf.bind(null,n[1]),_o().memoizedState=n,[r,n]},useMutableSource:function(){},useSyncExternalStore:function(n,r,c){var v=Jr,_=_o();if(hr){if(c===void 0)throw Error(l(407));c=c()}else{if(c=r(),Za===null)throw Error(l(349));(pl&30)!==0||wc(v,r,c)}_.memoizedState=c;var D={value:c,getSnapshot:r};return _.queue=D,Uu(Hs.bind(null,v,D,n),[n]),v.flags|=2048,Nl(9,Mi.bind(null,v,D,c,r),void 0,null),c},useId:function(){var n=_o(),r=Za.identifierPrefix;if(hr){var c=rr,v=Ca;c=(v&~(1<<32-la(v)-1)).toString(32)+c,r=":"+r+"R"+c,c=$i++,0<c&&(r+="H"+c.toString(32)),r+=":"}else c=zu++,r=":"+r+"r"+c.toString(32)+":";return n.memoizedState=r},unstable_isNewReconciler:!1},Be={readContext:La,useCallback:lu,useContext:La,useEffect:Hu,useImperativeHandle:$s,useInsertionEffect:bc,useLayoutEffect:$u,useMemo:ju,useReducer:hs,useRef:_c,useState:function(){return hs(ps)},useDebugValue:js,useDeferredValue:function(n){var r=ao();return ji(r,Ve.memoizedState,n)},useTransition:function(){var n=hs(ps)[0],r=ao().memoizedState;return[n,r]},useMutableSource:Oi,useSyncExternalStore:Us,useId:Gr,unstable_isNewReconciler:!1},h={readContext:La,useCallback:lu,useContext:La,useEffect:Hu,useImperativeHandle:$s,useInsertionEffect:bc,useLayoutEffect:$u,useMemo:ju,useReducer:Ec,useRef:_c,useState:function(){return Ec(ps)},useDebugValue:js,useDeferredValue:function(n){var r=ao();return Ve===null?r.memoizedState=n:ji(r,Ve.memoizedState,n)},useTransition:function(){var n=Ec(ps)[0],r=ao().memoizedState;return[n,r]},useMutableSource:Oi,useSyncExternalStore:Us,useId:Gr,unstable_isNewReconciler:!1};function S(n,r){try{var c="",v=r;do c+=Dt(v),v=v.return;while(v);var _=c}catch(D){_=`
186
- Error generating stack: `+D.message+`
187
- `+D.stack}return{value:n,source:r,stack:_,digest:null}}function R(n,r,c){return{value:n,source:null,stack:c!=null?c:null,digest:r!=null?r:null}}function N(n,r){try{console.error(r.value)}catch(c){setTimeout(function(){throw c})}}var Y=typeof WeakMap=="function"?WeakMap:Map;function ae(n,r,c){c=Vo(-1,c),c.tag=3,c.payload={element:null};var v=r.value;return c.callback=function(){Ch||(Ch=!0,Qf=v),N(n,r)},c}function de(n,r,c){c=Vo(-1,c),c.tag=3;var v=n.type.getDerivedStateFromError;if(typeof v=="function"){var _=r.value;c.payload=function(){return v(_)},c.callback=function(){N(n,r)}}var D=n.stateNode;return D!==null&&typeof D.componentDidCatch=="function"&&(c.callback=function(){N(n,r),typeof v!="function"&&(Ws===null?Ws=new Set([this]):Ws.add(this));var V=r.stack;this.componentDidCatch(r.value,{componentStack:V!==null?V:""})}),c}function Oe(n,r,c){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(c)||(_.add(c),n=y2.bind(null,n,r,c),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,c,v,_){return(n.mode&1)===0?(n===r?n.flags|=65536:(n.flags|=128,c.flags|=131072,c.flags&=-52805,c.tag===1&&(c.alternate===null?c.tag=17:(r=Vo(-1,1),r.tag=2,Ll(c,r,1))),c.lanes|=1),n):(n.flags|=65536,n.lanes=_,n)}var Kt=we.ReactCurrentOwner,Ht=!1;function $n(n,r,c,v){r.child=n===null?Ps(r,null,c,v):ro(r,n.child,c,v)}function da(n,r,c,v,_){c=c.render;var D=r.ref;return Ct(r,_),v=Iu(n,r,c,v,D,_),c=ds(),n!==null&&!Ht?(r.updateQueue=n.updateQueue,r.flags&=-2053,n.lanes&=~_,xo(n,r,_)):(hr&&c&&ss(r),r.flags|=1,$n(n,r,v,_),r.child)}function Vi(n,r,c,v,_){if(n===null){var D=c.type;return typeof D=="function"&&!n1(D)&&D.defaultProps===void 0&&c.compare===null&&c.defaultProps===void 0?(r.tag=15,r.type=D,Ki(n,r,D,v,_)):(n=Rh(c.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(c=c.compare,c=c!==null?c:mn,c(V,v)&&n.ref===r.ref)return xo(n,r,_)}return r.flags|=1,n=gf(D,v),n.ref=r.ref,n.return=r,r.child=n}function Ki(n,r,c,v,_){if(n!==null){var D=n.memoizedProps;if(mn(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 uu(n,r,c,v,_)}function Vu(n,r,c){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},gr(zd,su),su|=c;else{if((c&1073741824)===0)return n=D!==null?D.baseLanes|c:c,r.lanes=r.childLanes=1073741824,r.memoizedState={baseLanes:n,cachePool:null,transitions:null},r.updateQueue=null,gr(zd,su),su|=n,null;r.memoizedState={baseLanes:0,cachePool:null,transitions:null},v=D!==null?D.baseLanes:c,gr(zd,su),su|=v}else D!==null?(v=D.baseLanes|c,r.memoizedState=null):v=c,gr(zd,su),su|=v;return $n(n,r,_,c),r.child}function Un(n,r){var c=r.ref;(n===null&&c!==null||n!==null&&n.ref!==c)&&(r.flags|=512,r.flags|=2097152)}function uu(n,r,c,v,_){var D=ca(c)?Ui:Cn.current;return D=Eo(r,D),Ct(r,_),c=Iu(n,r,c,v,D,_),v=ds(),n!==null&&!Ht?(r.updateQueue=n.updateQueue,r.flags&=-2053,n.lanes&=~_,xo(n,r,_)):(hr&&v&&ss(r),r.flags|=1,$n(n,r,c,_),r.child)}function bp(n,r,c,v,_){if(ca(c)){var D=!0;af(r)}else D=!1;if(Ct(r,_),r.stateNode===null)Go(n,r),Yf(r,c,v),sf(r,c,v,_),v=!0;else if(n===null){var V=r.stateNode,se=r.memoizedProps;V.props=se;var pe=V.context,Ie=c.contextType;typeof Ie=="object"&&Ie!==null?Ie=La(Ie):(Ie=ca(c)?Ui:Cn.current,Ie=Eo(r,Ie));var ot=c.getDerivedStateFromProps,st=typeof ot=="function"||typeof V.getSnapshotBeforeUpdate=="function";st||typeof V.UNSAFE_componentWillReceiveProps!="function"&&typeof V.componentWillReceiveProps!="function"||(se!==v||pe!==Ie)&&dl(r,V,v,Ie),jo=!1;var it=r.memoizedState;V.state=it,fl(r,v,V,_),pe=r.memoizedState,se!==v||it!==pe||wa.current||jo?(typeof ot=="function"&&(vc(r,c,ot,v),pe=r.memoizedState),(se=jo||Od(r,c,se,v,it,pe,Ie))?(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=Ie,v=se):(typeof V.componentDidMount=="function"&&(r.flags|=4194308),v=!1)}else{V=r.stateNode,_a(n,r),se=r.memoizedProps,Ie=r.type===r.elementType?se:Ai(r.type,se),V.props=Ie,st=r.pendingProps,it=V.context,pe=c.contextType,typeof pe=="object"&&pe!==null?pe=La(pe):(pe=ca(c)?Ui:Cn.current,pe=Eo(r,pe));var It=c.getDerivedStateFromProps;(ot=typeof It=="function"||typeof V.getSnapshotBeforeUpdate=="function")||typeof V.UNSAFE_componentWillReceiveProps!="function"&&typeof V.componentWillReceiveProps!="function"||(se!==st||it!==pe)&&dl(r,V,v,pe),jo=!1,it=r.memoizedState,V.state=it,fl(r,v,V,_);var Qt=r.memoizedState;se!==st||it!==Qt||wa.current||jo?(typeof It=="function"&&(vc(r,c,It,v),Qt=r.memoizedState),(Ie=jo||Od(r,c,Ie,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=Ie):(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 mh(n,r,c,v,D,_)}function mh(n,r,c,v,_,D){Un(n,r);var V=(r.flags&128)!==0;if(!v&&!V)return _&&fc(r,c,!1),xo(n,r,D);v=r.stateNode,Kt.current=r;var se=V&&typeof c.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,_&&fc(r,c,!0),r.child}function Xm(n){var r=n.stateNode;r.pendingContext?ru(n,r.pendingContext,r.pendingContext!==r.context):r.context&&ru(n,r.context,!1),gc(n,r.containerInfo)}function gh(n,r,c,v,_){return Yr(),$f(_),r.flags|=256,$n(n,r,c,v),r.child}var Gf={dehydrated:null,treeContext:null,retryLane:0};function Pv(n){return{baseLanes:n,cachePool:null,transitions:null}}function Uv(n,r,c){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),gr(cn,_&1),n===null)return cs(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,c,null),D.return=r,n.return=r,D.sibling=n,r.child=D,r.child.memoizedState=Pv(c),r.memoizedState=Gf,n):Hv(r,V));if(_=n.memoizedState,_!==null&&(se=_.dehydrated,se!==null))return p2(n,r,V,v,se,_,c);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=gf(_,pe),v.subtreeFlags=_.subtreeFlags&14680064),se!==null?D=gf(se,D):(D=nd(D,V,c,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?Pv(c):{baseLanes:V.baseLanes|c,cachePool:null,transitions:V.transitions},D.memoizedState=V,D.childLanes=n.childLanes&~c,r.memoizedState=Gf,v}return D=n.child,n=D.sibling,v=gf(D,{mode:"visible",children:v.children}),(r.mode&1)===0&&(v.lanes=c),v.return=r,v.sibling=null,n!==null&&(c=r.deletions,c===null?(r.deletions=[n],r.flags|=16):c.push(n)),r.child=v,r.memoizedState=null,v}function Hv(n,r){return r=Lp({mode:"visible",children:r},n.mode,0,null),r.return=n,n.child=r}function Md(n,r,c,v){return v!==null&&$f(v),ro(r,n.child,null,c),n=Hv(r,r.pendingProps.children),n.flags|=2,r.memoizedState=null,n}function p2(n,r,c,v,_,D,V){if(c)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=Pv(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=Za,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=_,sl(n,_),Jo(v,n,_,-1))}return Zv(),v=R(Error(l(421))),Md(n,r,V,v)}return _.data==="$?"?(r.flags|=128,r.child=n.child,r=S2.bind(null,n),_._reactRetry=r,null):(n=D.treeContext,Ua=Ho(_.nextSibling),Fa=r,hr=!0,ui=null,n!==null&&(yi[Tn++]=Ca,yi[Tn++]=rr,yi[Tn++]=li,Ca=n.id,rr=n.overflow,li=r),r=Hv(r,v.children),r.flags|=4096,r)}function $v(n,r,c){n.lanes|=r;var v=n.alternate;v!==null&&(v.lanes|=r),si(n.return,r,c)}function yh(n,r,c,v,_){var D=n.memoizedState;D===null?n.memoizedState={isBackwards:r,rendering:null,renderingStartTime:0,last:v,tail:c,tailMode:_}:(D.isBackwards=r,D.rendering=null,D.renderingStartTime=0,D.last=v,D.tail=c,D.tailMode=_)}function jv(n,r,c){var v=r.pendingProps,_=v.revealOrder,D=v.tail;if($n(n,r,v.children,c),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&&$v(n,c,r);else if(n.tag===19)$v(n,c,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(gr(cn,v),(r.mode&1)===0)r.memoizedState=null;else switch(_){case"forwards":for(c=r.child,_=null;c!==null;)n=c.alternate,n!==null&&Qr(n)===null&&(_=c),c=c.sibling;c=_,c===null?(_=r.child,r.child=null):(_=c.sibling,c.sibling=null),yh(r,!1,_,c,D);break;case"backwards":for(c=null,_=r.child,r.child=null;_!==null;){if(n=_.alternate,n!==null&&Qr(n)===null){r.child=_;break}n=_.sibling,_.sibling=c,c=_,_=n}yh(r,!0,c,null,D);break;case"together":yh(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,c){if(n!==null&&(r.dependencies=n.dependencies),kc|=r.lanes,(c&r.childLanes)===0)return null;if(n!==null&&r.child!==n.child)throw Error(l(153));if(r.child!==null){for(n=r.child,c=gf(n,n.pendingProps),r.child=c,c.return=r;n.sibling!==null;)n=n.sibling,c=c.sibling=gf(n,n.pendingProps),c.return=r;c.sibling=null}return r.child}function xc(n,r,c){switch(r.tag){case 3:Xm(r),Yr();break;case 5:qt(r);break;case 1:ca(r.type)&&af(r);break;case 4:gc(r,r.stateNode.containerInfo);break;case 10:var v=r.type._context,_=r.memoizedProps.value;gr(Fl,v._currentValue),v._currentValue=_;break;case 13:if(v=r.memoizedState,v!==null)return v.dehydrated!==null?(gr(cn,cn.current&1),r.flags|=128,null):(c&r.child.childLanes)!==0?Uv(n,r,c):(gr(cn,cn.current&1),n=xo(n,r,c),n!==null?n.sibling:null);gr(cn,cn.current&1);break;case 19:if(v=(c&r.childLanes)!==0,(n.flags&128)!==0){if(v)return jv(n,r,c);r.flags|=128}if(_=r.memoizedState,_!==null&&(_.rendering=null,_.tail=null,_.lastEffect=null),gr(cn,cn.current),v)break;return null;case 22:case 23:return r.lanes=0,Vu(n,r,c)}return xo(n,r,c)}var xp,Xf,Ku,Wi;xp=function(n,r){for(var c=r.child;c!==null;){if(c.tag===5||c.tag===6)n.appendChild(c.stateNode);else if(c.tag!==4&&c.child!==null){c.child.return=c,c=c.child;continue}if(c===r)break;for(;c.sibling===null;){if(c.return===null||c.return===r)return;c=c.return}c.sibling.return=c.return,c=c.sibling}},Xf=function(){},Ku=function(n,r,c,v){var _=n.memoizedProps;if(_!==v){n=r.stateNode,Wo(Ha.current);var D=null;switch(c){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=lc)}xr(c,v);var V;c=null;for(Ie in _)if(!v.hasOwnProperty(Ie)&&_.hasOwnProperty(Ie)&&_[Ie]!=null)if(Ie==="style"){var se=_[Ie];for(V in se)se.hasOwnProperty(V)&&(c||(c={}),c[V]="")}else Ie!=="dangerouslySetInnerHTML"&&Ie!=="children"&&Ie!=="suppressContentEditableWarning"&&Ie!=="suppressHydrationWarning"&&Ie!=="autoFocus"&&(u.hasOwnProperty(Ie)?D||(D=[]):(D=D||[]).push(Ie,null));for(Ie in v){var pe=v[Ie];if(se=_!=null?_[Ie]:void 0,v.hasOwnProperty(Ie)&&pe!==se&&(pe!=null||se!=null))if(Ie==="style")if(se){for(V in se)!se.hasOwnProperty(V)||pe&&pe.hasOwnProperty(V)||(c||(c={}),c[V]="");for(V in pe)pe.hasOwnProperty(V)&&se[V]!==pe[V]&&(c||(c={}),c[V]=pe[V])}else c||(D||(D=[]),D.push(Ie,c)),c=pe;else Ie==="dangerouslySetInnerHTML"?(pe=pe?pe.__html:void 0,se=se?se.__html:void 0,pe!=null&&se!==pe&&(D=D||[]).push(Ie,pe)):Ie==="children"?typeof pe!="string"&&typeof pe!="number"||(D=D||[]).push(Ie,""+pe):Ie!=="suppressContentEditableWarning"&&Ie!=="suppressHydrationWarning"&&(u.hasOwnProperty(Ie)?(pe!=null&&Ie==="onScroll"&&Ar("scroll",n),D||se===pe||(D=[])):(D=D||[]).push(Ie,pe))}c&&(D=D||[]).push("style",c);var Ie=D;(r.updateQueue=Ie)&&(r.flags|=4)}},Wi=function(n,r,c,v){c!==v&&(r.flags|=4)};function Tp(n,r){if(!hr)switch(n.tailMode){case"hidden":r=n.tail;for(var c=null;r!==null;)r.alternate!==null&&(c=r),r=r.sibling;c===null?n.tail=null:c.sibling=null;break;case"collapsed":c=n.tail;for(var v=null;c!==null;)c.alternate!==null&&(v=c),c=c.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,c=0,v=0;if(r)for(var _=n.child;_!==null;)c|=_.lanes|_.childLanes,v|=_.subtreeFlags&14680064,v|=_.flags&14680064,_.return=n,_=_.sibling;else for(_=n.child;_!==null;)c|=_.lanes|_.childLanes,v|=_.subtreeFlags,v|=_.flags,_.return=n,_=_.sibling;return n.subtreeFlags|=v,n.childLanes=c,r}function h2(n,r,c){var v=r.pendingProps;switch(Qa(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 ca(r.type)&&$o(),Xo(r),null;case 3:return v=r.stateNode,Ja(),or(wa),or(Cn),yc(),v.pendingContext&&(v.context=v.pendingContext,v.pendingContext=null),(n===null||n.child===null)&&(lf(r)?r.flags|=4:n===null||n.memoizedState.isDehydrated&&(r.flags&256)===0||(r.flags|=1024,ui!==null&&(Fp(ui),ui=null))),Xf(n,r),Xo(r),null;case 5:Wn(r);var _=Wo(Ei.current);if(c=r.type,n!==null&&r.stateNode!=null)Ku(n,r,c,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),lf(r)){v=r.stateNode,c=r.type;var D=r.memoizedProps;switch(v[eo]=r,v[tu]=D,n=(r.mode&1)!==0,c){case"dialog":Ar("cancel",v),Ar("close",v);break;case"iframe":case"object":case"embed":Ar("load",v);break;case"video":case"audio":for(_=0;_<Ql.length;_++)Ar(Ql[_],v);break;case"source":Ar("error",v);break;case"img":case"image":case"link":Ar("error",v),Ar("load",v);break;case"details":Ar("toggle",v);break;case"input":on(v,D),Ar("invalid",v);break;case"select":v._wrapperState={wasMultiple:!!D.multiple},Ar("invalid",v);break;case"textarea":Ft(v,D),Ar("invalid",v)}xr(c,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&&ol(v.textContent,se,n),_=["children",se]):typeof se=="number"&&v.textContent!==""+se&&(D.suppressHydrationWarning!==!0&&ol(v.textContent,se,n),_=["children",""+se]):u.hasOwnProperty(V)&&se!=null&&V==="onScroll"&&Ar("scroll",v)}switch(c){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=lc)}v=_,r.updateQueue=v,v!==null&&(r.flags|=4)}else{V=_.nodeType===9?_:_.ownerDocument,n==="http://www.w3.org/1999/xhtml"&&(n=tn(c)),n==="http://www.w3.org/1999/xhtml"?c==="script"?(n=V.createElement("div"),n.innerHTML="<script><\/script>",n=n.removeChild(n.firstChild)):typeof v.is=="string"?n=V.createElement(c,{is:v.is}):(n=V.createElement(c),c==="select"&&(V=n,v.multiple?V.multiple=!0:v.size&&(V.size=v.size))):n=V.createElementNS(n,c),n[eo]=r,n[tu]=v,xp(n,r,!1,!1),r.stateNode=n;e:{switch(V=In(c,v),c){case"dialog":Ar("cancel",n),Ar("close",n),_=v;break;case"iframe":case"object":case"embed":Ar("load",n),_=v;break;case"video":case"audio":for(_=0;_<Ql.length;_++)Ar(Ql[_],n);_=v;break;case"source":Ar("error",n),_=v;break;case"img":case"image":case"link":Ar("error",n),Ar("load",n),_=v;break;case"details":Ar("toggle",n),_=v;break;case"input":on(n,v),_=sn(n,v),Ar("invalid",n);break;case"option":_=v;break;case"select":n._wrapperState={wasMultiple:!!v.multiple},_=Ye({},v,{value:void 0}),Ar("invalid",n);break;case"textarea":Ft(n,v),_=At(n,v),Ar("invalid",n);break;default:_=v}xr(c,_),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&&ma(n,pe)):D==="children"?typeof pe=="string"?(c!=="textarea"||pe!=="")&&Fr(n,pe):typeof pe=="number"&&Fr(n,""+pe):D!=="suppressContentEditableWarning"&&D!=="suppressHydrationWarning"&&D!=="autoFocus"&&(u.hasOwnProperty(D)?pe!=null&&D==="onScroll"&&Ar("scroll",n):pe!=null&&Se(n,D,pe,V))}switch(c){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=lc)}switch(c){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(c=Wo(Ei.current),Wo(Ha.current),lf(r)){if(v=r.stateNode,c=r.memoizedProps,v[eo]=r,(D=v.nodeValue!==c)&&(n=Fa,n!==null))switch(n.tag){case 3:ol(v.nodeValue,c,(n.mode&1)!==0);break;case 5:n.memoizedProps.suppressHydrationWarning!==!0&&ol(v.nodeValue,c,(n.mode&1)!==0)}D&&(r.flags|=4)}else v=(c.nodeType===9?c:c.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(),Yr(),r.flags|=98560,D=!1;else if(D=lf(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 Yr(),(r.flags&128)===0&&(r.memoizedState=null),r.flags|=4;Xo(r),D=!1}else ui!==null&&(Fp(ui),ui=null),D=!0;if(!D)return r.flags&65536?r:null}return(r.flags&128)!==0?(r.lanes=c,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):Zv())),r.updateQueue!==null&&(r.flags|=4),Xo(r),null);case 4:return Ja(),Xf(n,r),n===null&&Au(r.stateNode.containerInfo),Xo(r),null;case 10:return Bu(r.type._context),Xo(r),null;case 17:return ca(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)Tp(D,!1);else{if(Gi!==0||n!==null&&(n.flags&128)!==0)for(n=r.child;n!==null;){if(V=Qr(n),V!==null){for(r.flags|=128,Tp(D,!1),v=V.updateQueue,v!==null&&(r.updateQueue=v,r.flags|=4),r.subtreeFlags=0,v=c,c=r.child;c!==null;)D=c,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}),c=c.sibling;return gr(cn,cn.current&1|2),r.child}n=n.sibling}D.tail!==null&&Sn()>Pd&&(r.flags|=128,v=!0,Tp(D,!1),r.lanes=4194304)}else{if(!v)if(n=Qr(V),n!==null){if(r.flags|=128,v=!0,c=n.updateQueue,c!==null&&(r.updateQueue=c,r.flags|=4),Tp(D,!0),D.tail===null&&D.tailMode==="hidden"&&!V.alternate&&!hr)return Xo(r),null}else 2*Sn()-D.renderingStartTime>Pd&&c!==1073741824&&(r.flags|=128,v=!0,Tp(D,!1),r.lanes=4194304);D.isBackwards?(V.sibling=r.child,r.child=V):(c=D.last,c!==null?c.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,c=cn.current,gr(cn,v?c&1|2:c&1),r):(Xo(r),null);case 22:case 23:return Jv(),v=r.memoizedState!==null,n!==null&&n.memoizedState!==null!==v&&(r.flags|=8192),v&&(r.mode&1)!==0?(su&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 Vv(n,r){switch(Qa(r),r.tag){case 1:return ca(r.type)&&$o(),n=r.flags,n&65536?(r.flags=n&-65537|128,r):null;case 3:return Ja(),or(wa),or(Cn),yc(),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));Yr()}return n=r.flags,n&65536?(r.flags=n&-65537|128,r):null;case 19:return or(cn),null;case 4:return Ja(),null;case 10:return Bu(r.type._context),null;case 22:case 23:return Jv(),null;case 24:return null;default:return null}}var kp=!1,Yi=!1,qm=typeof WeakSet=="function"?WeakSet:Set,Wt=null;function Fd(n,r){var c=n.ref;if(c!==null)if(typeof c=="function")try{c(null)}catch(v){fi(n,r,v)}else c.current=null}function Rp(n,r,c){try{c()}catch(v){fi(n,r,v)}}var Qm=!1;function Jm(n,r){if(eu=Ea,n=Xa(),qa(n)){if("selectionStart"in n)var c={start:n.selectionStart,end:n.selectionEnd};else e:{c=(c=n.ownerDocument)&&c.defaultView||window;var v=c.getSelection&&c.getSelection();if(v&&v.rangeCount!==0){c=v.anchorNode;var _=v.anchorOffset,D=v.focusNode;v=v.focusOffset;try{c.nodeType,D.nodeType}catch{c=null;break e}var V=0,se=-1,pe=-1,Ie=0,ot=0,st=n,it=null;t:for(;;){for(var It;st!==c||_!==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===c&&++Ie===_&&(se=V),it===D&&++ot===v&&(pe=V),(It=st.nextSibling)!==null)break;st=it,it=st.parentNode}st=It}c=se===-1||pe===-1?null:{start:se,end:pe}}else c=null}c=c||{start:0,end:0}}else c=null;for(go={focusedElem:n,selectionRange:c},Ea=!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 Ae=r.stateNode.containerInfo;Ae.nodeType===1?Ae.textContent="":Ae.nodeType===9&&Ae.documentElement&&Ae.removeChild(Ae.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=Qm,Qm=!1,Qt}function Dp(n,r,c){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&&Rp(r,c,D)}_=_.next}while(_!==v)}}function Ap(n,r){if(r=r.updateQueue,r=r!==null?r.lastEffect:null,r!==null){var c=r=r.next;do{if((c.tag&n)===n){var v=c.create;c.destroy=v()}c=c.next}while(c!==r)}}function Kv(n){var r=n.ref;if(r!==null){var c=n.stateNode;switch(n.tag){case 5:n=c;break;default:n=c}typeof r=="function"?r(n):r.current=n}}function Wv(n){var r=n.alternate;r!==null&&(n.alternate=null,Wv(r)),n.child=null,n.deletions=null,n.sibling=null,n.tag===5&&(r=n.stateNode,r!==null&&(delete r[eo],delete r[tu],delete r[Ou],delete r[rf],delete r[sc])),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 Zm(n){return n.tag===5||n.tag===3||n.tag===4}function Sh(n){e:for(;;){for(;n.sibling===null;){if(n.return===null||Zm(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 Ld(n,r,c){var v=n.tag;if(v===5||v===6)n=n.stateNode,r?c.nodeType===8?c.parentNode.insertBefore(n,r):c.insertBefore(n,r):(c.nodeType===8?(r=c.parentNode,r.insertBefore(n,c)):(r=c,r.appendChild(n)),c=c._reactRootContainer,c!=null||r.onclick!==null||(r.onclick=lc));else if(v!==4&&(n=n.child,n!==null))for(Ld(n,r,c),n=n.sibling;n!==null;)Ld(n,r,c),n=n.sibling}function Vs(n,r,c){var v=n.tag;if(v===5||v===6)n=n.stateNode,r?c.insertBefore(n,r):c.appendChild(n);else if(v!==4&&(n=n.child,n!==null))for(Vs(n,r,c),n=n.sibling;n!==null;)Vs(n,r,c),n=n.sibling}var $a=null,io=!1;function Wu(n,r,c){for(c=c.child;c!==null;)Bd(n,r,c),c=c.sibling}function Bd(n,r,c){if(Ir&&typeof Ir.onCommitFiberUnmount=="function")try{Ir.onCommitFiberUnmount(Kr,c)}catch{}switch(c.tag){case 5:Yi||Fd(c,r);case 6:var v=$a,_=io;$a=null,Wu(n,r,c),$a=v,io=_,$a!==null&&(io?(n=$a,c=c.stateNode,n.nodeType===8?n.parentNode.removeChild(c):n.removeChild(c)):$a.removeChild(c.stateNode));break;case 18:$a!==null&&(io?(n=$a,c=c.stateNode,n.nodeType===8?Uo(n.parentNode,c):n.nodeType===1&&Uo(n,c),br(n)):Uo($a,c.stateNode));break;case 4:v=$a,_=io,$a=c.stateNode.containerInfo,io=!0,Wu(n,r,c),$a=v,io=_;break;case 0:case 11:case 14:case 15:if(!Yi&&(v=c.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)&&Rp(c,r,V),_=_.next}while(_!==v)}Wu(n,r,c);break;case 1:if(!Yi&&(Fd(c,r),v=c.stateNode,typeof v.componentWillUnmount=="function"))try{v.props=c.memoizedProps,v.state=c.memoizedState,v.componentWillUnmount()}catch(se){fi(c,r,se)}Wu(n,r,c);break;case 21:Wu(n,r,c);break;case 22:c.mode&1?(Yi=(v=Yi)||c.memoizedState!==null,Wu(n,r,c),Yi=v):Wu(n,r,c);break;default:Wu(n,r,c)}}function Tc(n){var r=n.updateQueue;if(r!==null){n.updateQueue=null;var c=n.stateNode;c===null&&(c=n.stateNode=new qm),r.forEach(function(v){var _=E2.bind(null,n,v);c.has(v)||(c.add(v),v.then(_,_))})}}function gs(n,r){var c=r.deletions;if(c!==null)for(var v=0;v<c.length;v++){var _=c[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));Bd(D,V,_),$a=null,io=!1;var pe=_.alternate;pe!==null&&(pe.return=null),_.return=null}catch(Ie){fi(_,r,Ie)}}if(r.subtreeFlags&12854)for(r=r.child;r!==null;)e0(r,n),r=r.sibling}function e0(n,r){var c=n.alternate,v=n.flags;switch(n.tag){case 0:case 11:case 14:case 15:if(gs(r,n),Ks(n),v&4){try{Dp(3,n,n.return),Ap(3,n)}catch(an){fi(n,n.return,an)}try{Dp(5,n,n.return)}catch(an){fi(n,n.return,an)}}break;case 1:gs(r,n),Ks(n),v&512&&c!==null&&Fd(c,c.return);break;case 5:if(gs(r,n),Ks(n),v&512&&c!==null&&Fd(c,c.return),n.flags&32){var _=n.stateNode;try{Fr(_,"")}catch(an){fi(n,n.return,an)}}if(v&4&&(_=n.stateNode,_!=null)){var D=n.memoizedProps,V=c!==null?c.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 Ie=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"?ma(_,st):ot==="children"?Fr(_,st):Se(_,ot,st,Ie)}switch(se){case"input":cr(_,D);break;case"textarea":_t(_,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))}_[tu]=D}catch(an){fi(n,n.return,an)}}break;case 6:if(gs(r,n),Ks(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(gs(r,n),Ks(n),v&4&&c!==null&&c.memoizedState.isDehydrated)try{br(r.containerInfo)}catch(an){fi(n,n.return,an)}break;case 4:gs(r,n),Ks(n);break;case 13:gs(r,n),Ks(n),_=n.child,_.flags&8192&&(D=_.memoizedState!==null,_.stateNode.isHidden=D,!D||_.alternate!==null&&_.alternate.memoizedState!==null||(Xv=Sn())),v&4&&Tc(n);break;case 22:if(ot=c!==null&&c.memoizedState!==null,n.mode&1?(Yi=(Ie=Yi)||ot,gs(r,n),Yi=Ie):gs(r,n),Ks(n),v&8192){if(Ie=n.memoizedState!==null,(n.stateNode.isHidden=Ie)&&!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:Dp(4,it,it.return);break;case 1:Fd(it,it.return);var Qt=it.stateNode;if(typeof Qt.componentWillUnmount=="function"){v=it,c=it.return;try{r=v,Qt.props=r.memoizedProps,Qt.state=r.memoizedState,Qt.componentWillUnmount()}catch(an){fi(v,c,an)}}break;case 5:Fd(it,it.return);break;case 22:if(it.memoizedState!==null){Yv(st);continue}}It!==null?(It.return=it,Wt=It):Yv(st)}ot=ot.sibling}e:for(ot=null,st=n;;){if(st.tag===5){if(ot===null){ot=st;try{_=st.stateNode,Ie?(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=Ie?"":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:gs(r,n),Ks(n),v&4&&Tc(n);break;case 21:break;default:gs(r,n),Ks(n)}}function Ks(n){var r=n.flags;if(r&2){try{e:{for(var c=n.return;c!==null;){if(Zm(c)){var v=c;break e}c=c.return}throw Error(l(160))}switch(v.tag){case 5:var _=v.stateNode;v.flags&32&&(Fr(_,""),v.flags&=-33);var D=Sh(n);Vs(n,D,_);break;case 3:case 4:var V=v.stateNode.containerInfo,se=Sh(n);Ld(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 t0(n,r,c){Wt=n,Nd(n)}function Nd(n,r,c){for(var v=(n.mode&1)!==0;Wt!==null;){var _=Wt,D=_.child;if(_.tag===22&&v){var V=_.memoizedState!==null||kp;if(!V){var se=_.alternate,pe=se!==null&&se.memoizedState!==null||Yi;se=kp;var Ie=Yi;if(kp=V,(Yi=pe)&&!Ie)for(Wt=_;Wt!==null;)V=Wt,pe=V.child,V.tag===22&&V.memoizedState!==null?r0(_):pe!==null?(pe.return=V,Wt=pe):r0(_);for(;D!==null;)Wt=D,Nd(D),D=D.sibling;Wt=_,kp=se,Yi=Ie}n0(n)}else(_.subtreeFlags&8772)!==0&&D!==null?(D.return=_,Wt=D):n0(n)}}function n0(n){for(;Wt!==null;){var r=Wt;if((r.flags&8772)!==0){var c=r.alternate;try{if((r.flags&8772)!==0)switch(r.tag){case 0:case 11:case 15:Yi||Ap(5,r);break;case 1:var v=r.stateNode;if(r.flags&4&&!Yi)if(c===null)v.componentDidMount();else{var _=r.elementType===r.type?c.memoizedProps:Ai(r.type,c.memoizedProps);v.componentDidUpdate(_,c.memoizedState,v.__reactInternalSnapshotBeforeUpdate)}var D=r.updateQueue;D!==null&&wo(r,D,v);break;case 3:var V=r.updateQueue;if(V!==null){if(c=null,r.child!==null)switch(r.child.tag){case 5:c=r.child.stateNode;break;case 1:c=r.child.stateNode}wo(r,V,c)}break;case 5:var se=r.stateNode;if(c===null&&r.flags&4){c=se;var pe=r.memoizedProps;switch(r.type){case"button":case"input":case"select":case"textarea":pe.autoFocus&&c.focus();break;case"img":pe.src&&(c.src=pe.src)}}break;case 6:break;case 4:break;case 12:break;case 13:if(r.memoizedState===null){var Ie=r.alternate;if(Ie!==null){var ot=Ie.memoizedState;if(ot!==null){var st=ot.dehydrated;st!==null&&br(st)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(l(163))}Yi||r.flags&512&&Kv(r)}catch(it){fi(r,r.return,it)}}if(r===n){Wt=null;break}if(c=r.sibling,c!==null){c.return=r.return,Wt=c;break}Wt=r.return}}function Yv(n){for(;Wt!==null;){var r=Wt;if(r===n){Wt=null;break}var c=r.sibling;if(c!==null){c.return=r.return,Wt=c;break}Wt=r.return}}function r0(n){for(;Wt!==null;){var r=Wt;try{switch(r.tag){case 0:case 11:case 15:var c=r.return;try{Ap(4,r)}catch(pe){fi(r,c,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{Kv(r)}catch(pe){fi(r,D,pe)}break;case 5:var V=r.return;try{Kv(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 Eh=Math.ceil,Op=we.ReactCurrentDispatcher,Gv=we.ReactCurrentOwner,qo=we.ReactCurrentBatchConfig,yr=0,Za=null,ci=null,oo=0,su=0,zd=Ln(0),Gi=0,Mp=null,kc=0,wh=0,Id=0,qf=null,hl=null,Xv=0,Pd=1/0,Rc=null,Ch=!1,Qf=null,Ws=null,hf=!1,vf=null,_h=0,Ud=0,bh=null,Jf=-1,Zf=0;function Qo(){return(yr&6)!==0?Sn():Jf!==-1?Jf:Jf=Sn()}function Fi(n){return(n.mode&1)===0?1:(yr&2)!==0&&oo!==0?oo&-oo:pc.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,c,v){if(50<Ud)throw Ud=0,bh=null,Error(l(185));ye(n,c,v),((yr&2)===0||n!==Za)&&(n===Za&&((yr&2)===0&&(wh|=c),Gi===4&&Yu(n,oo)),Zo(n,v),c===1&&yr===0&&(r.mode&1)===0&&(Pd=Sn()+500,oi&&to()))}function Zo(n,r){var c=n.callbackNode;z(n,r);var v=Aa(n,n===Za?oo:0);if(v===0)c!==null&&Cr(c),n.callbackNode=null,n.callbackPriority=0;else if(r=v&-v,n.callbackPriority!==r){if(c!=null&&Cr(c),r===1)n.tag===0?Uf(a0.bind(null,n)):Bs(a0.bind(null,n)),ls(function(){(yr&6)===0&&to()}),c=null;else{switch(St(v)){case 1:c=oa;break;case 4:c=vn;break;case 16:c=zr;break;case 536870912:c=pi;break;default:c=zr}c=t1(c,Hd.bind(null,n))}n.callbackPriority=r,n.callbackNode=c}}function Hd(n,r){if(Jf=-1,Zf=0,(yr&6)!==0)throw Error(l(327));var c=n.callbackNode;if(jd()&&n.callbackNode!==c)return null;var v=Aa(n,n===Za?oo:0);if(v===0)return null;if((v&30)!==0||(v&n.expiredLanes)!==0||r)r=Th(n,v);else{r=v;var _=yr;yr|=2;var D=xh();(Za!==n||oo!==r)&&(Rc=null,Pd=Sn()+500,ed(n,r));do try{m2();break}catch(se){i0(n,se)}while(1);Vf(),Op.current=D,yr=_,ci!==null?r=0:(Za=null,oo=0,r=Gi)}if(r!==0){if(r===2&&(_=G(n),_!==0&&(v=_,r=qv(n,_))),r===1)throw c=Mp,ed(n,0),Yu(n,v),Zo(n,Sn()),c;if(r===6)Yu(n,v);else{if(_=n.current.alternate,(v&30)===0&&!Qv(_)&&(r=Th(n,v),r===2&&(D=G(n),D!==0&&(v=D,r=qv(n,D))),r===1))throw c=Mp,ed(n,0),Yu(n,v),Zo(n,Sn()),c;switch(n.finishedWork=_,n.finishedLanes=v,r){case 0:case 1:throw Error(l(345));case 2:td(n,hl,Rc);break;case 3:if(Yu(n,v),(v&130023424)===v&&(r=Xv+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,hl,Rc),r);break}td(n,hl,Rc);break;case 4:if(Yu(n,v),(v&4194240)===v)break;for(r=n.eventTimes,_=-1;0<v;){var V=31-la(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*Eh(v/1960))-v,10<v){n.timeoutHandle=Ri(td.bind(null,n,hl,Rc),v);break}td(n,hl,Rc);break;case 5:td(n,hl,Rc);break;default:throw Error(l(329))}}}return Zo(n,Sn()),n.callbackNode===c?Hd.bind(null,n):null}function qv(n,r){var c=qf;return n.current.memoizedState.isDehydrated&&(ed(n,r).flags|=256),n=Th(n,r),n!==2&&(r=hl,hl=c,r!==null&&Fp(r)),n}function Fp(n){hl===null?hl=n:hl.push.apply(hl,n)}function Qv(n){for(var r=n;;){if(r.flags&16384){var c=r.updateQueue;if(c!==null&&(c=c.stores,c!==null))for(var v=0;v<c.length;v++){var _=c[v],D=_.getSnapshot;_=_.value;try{if(!yt(D(),_))return!1}catch{return!1}}}if(c=r.child,r.subtreeFlags&16384&&c!==null)c.return=r,r=c;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&=~wh,n.suspendedLanes|=r,n.pingedLanes&=~r,n=n.expirationTimes;0<r;){var c=31-la(r),v=1<<c;n[c]=-1,r&=~v}}function a0(n){if((yr&6)!==0)throw Error(l(327));jd();var r=Aa(n,0);if((r&1)===0)return Zo(n,Sn()),null;var c=Th(n,r);if(n.tag!==0&&c===2){var v=G(n);v!==0&&(r=v,c=qv(n,v))}if(c===1)throw c=Mp,ed(n,0),Yu(n,r),Zo(n,Sn()),c;if(c===6)throw Error(l(345));return n.finishedWork=n.current.alternate,n.finishedLanes=r,td(n,hl,Rc),Zo(n,Sn()),null}function $d(n,r){var c=yr;yr|=1;try{return n(r)}finally{yr=c,yr===0&&(Pd=Sn()+500,oi&&to())}}function mf(n){vf!==null&&vf.tag===0&&(yr&6)===0&&jd();var r=yr;yr|=1;var c=qo.transition,v=dt;try{if(qo.transition=null,dt=1,n)return n()}finally{dt=v,qo.transition=c,yr=r,(yr&6)===0&&to()}}function Jv(){su=zd.current,or(zd)}function ed(n,r){n.finishedWork=null,n.finishedLanes=0;var c=n.timeoutHandle;if(c!==-1&&(n.timeoutHandle=-1,uc(c)),ci!==null)for(c=ci.return;c!==null;){var v=c;switch(Qa(v),v.tag){case 1:v=v.type.childContextTypes,v!=null&&$o();break;case 3:Ja(),or(wa),or(Cn),yc();break;case 5:Wn(v);break;case 4:Ja();break;case 13:or(cn);break;case 19:or(cn);break;case 10:Bu(v.type._context);break;case 22:case 23:Jv()}c=c.return}if(Za=n,ci=n=gf(n.current,null),oo=su=r,Gi=0,Mp=null,Id=wh=kc=0,hl=qf=null,Si!==null){for(r=0;r<Si.length;r++)if(c=Si[r],v=c.interleaved,v!==null){c.interleaved=null;var _=v.next,D=c.pending;if(D!==null){var V=D.next;D.next=_,v.next=V}c.pending=v}Si=null}return n}function i0(n,r){do{var c=ci;try{if(Vf(),ff.current=ce,gn){for(var v=Jr.memoizedState;v!==null;){var _=v.queue;_!==null&&(_.pending=null),v=v.next}gn=!1}if(pl=0,Zn=Ve=Jr=null,Yo=!1,$i=0,Gv.current=null,c===null||c.return===null){Gi=1,Mp=r,ci=null;break}e:{var D=n,V=c.return,se=c,pe=r;if(r=oo,se.flags|=32768,pe!==null&&typeof pe=="object"&&typeof pe.then=="function"){var Ie=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&&Oe(D,Ie,r),r=It,pe=Ie;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){Oe(D,Ie,r),Zv();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(S(pe,se));break e}}D=pe=S(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);zs(D,xe);break e;case 1:se=pe;var me=D.type,Ae=D.stateNode;if((D.flags&128)===0&&(typeof me.getDerivedStateFromError=="function"||Ae!==null&&typeof Ae.componentDidCatch=="function"&&(Ws===null||!Ws.has(Ae)))){D.flags|=65536,r&=-r,D.lanes|=r;var gt=de(D,se,r);zs(D,gt);break e}}D=D.return}while(D!==null)}e1(c)}catch(fn){r=fn,ci===c&&c!==null&&(ci=c=c.return);continue}break}while(1)}function xh(){var n=Op.current;return Op.current=ce,n===null?ce:n}function Zv(){(Gi===0||Gi===3||Gi===2)&&(Gi=4),Za===null||(kc&268435455)===0&&(wh&268435455)===0||Yu(Za,oo)}function Th(n,r){var c=yr;yr|=2;var v=xh();(Za!==n||oo!==r)&&(Rc=null,ed(n,r));do try{v2();break}catch(_){i0(n,_)}while(1);if(Vf(),yr=c,Op.current=v,ci!==null)throw Error(l(261));return Za=null,oo=0,Gi}function v2(){for(;ci!==null;)o0(ci)}function m2(){for(;ci!==null&&!ya();)o0(ci)}function o0(n){var r=u0(n.alternate,n,su);n.memoizedProps=n.pendingProps,r===null?e1(n):ci=r,Gv.current=null}function e1(n){var r=n;do{var c=r.alternate;if(n=r.return,(r.flags&32768)===0){if(c=h2(c,r,su),c!==null){ci=c;return}}else{if(c=Vv(c,r),c!==null){c.flags&=32767,ci=c;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,c){var v=dt,_=qo.transition;try{qo.transition=null,dt=1,g2(n,r,c,v)}finally{qo.transition=_,dt=v}return null}function g2(n,r,c,v){do jd();while(vf!==null);if((yr&6)!==0)throw Error(l(327));c=n.finishedWork;var _=n.finishedLanes;if(c===null)return null;if(n.finishedWork=null,n.finishedLanes=0,c===n.current)throw Error(l(177));n.callbackNode=null,n.callbackPriority=0;var D=c.lanes|c.childLanes;if(Pe(n,D),n===Za&&(ci=Za=null,oo=0),(c.subtreeFlags&2064)===0&&(c.flags&2064)===0||hf||(hf=!0,t1(zr,function(){return jd(),null})),D=(c.flags&15990)!==0,(c.subtreeFlags&15990)!==0||D){D=qo.transition,qo.transition=null;var V=dt;dt=1;var se=yr;yr|=4,Gv.current=null,Jm(n,c),e0(c,n),ks(go),Ea=!!eu,go=eu=null,n.current=c,t0(c),ri(),yr=se,dt=V,qo.transition=D}else n.current=c;if(hf&&(hf=!1,vf=n,_h=_),D=n.pendingLanes,D===0&&(Ws=null),bi(c.stateNode),Zo(n,Sn()),r!==null)for(v=n.onRecoverableError,c=0;c<r.length;c++)_=r[c],v(_.value,{componentStack:_.stack,digest:_.digest});if(Ch)throw Ch=!1,n=Qf,Qf=null,n;return(_h&1)!==0&&n.tag!==0&&jd(),D=n.pendingLanes,(D&1)!==0?n===bh?Ud++:(Ud=0,bh=n):Ud=0,to(),null}function jd(){if(vf!==null){var n=St(_h),r=qo.transition,c=dt;try{if(qo.transition=null,dt=16>n?16:n,vf===null)var v=!1;else{if(n=vf,vf=null,_h=0,(yr&6)!==0)throw Error(l(331));var _=yr;for(yr|=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 Ie=se[pe];for(Wt=Ie;Wt!==null;){var ot=Wt;switch(ot.tag){case 0:case 11:case 15:Dp(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(Wv(ot),ot===Ie){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:Dp(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 Ae=V.child;if((V.subtreeFlags&2064)!==0&&Ae!==null)Ae.return=V,Wt=Ae;else e:for(V=me;Wt!==null;){if(se=Wt,(se.flags&2048)!==0)try{switch(se.tag){case 0:case 11:case 15:Ap(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(yr=_,to(),Ir&&typeof Ir.onPostCommitFiberRoot=="function")try{Ir.onPostCommitFiberRoot(Kr,n)}catch{}v=!0}return v}finally{dt=c,qo.transition=r}}return!1}function l0(n,r,c){r=S(c,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,c){if(n.tag===3)l0(n,n,c);else for(;r!==null;){if(r.tag===3){l0(r,n,c);break}else if(r.tag===1){var v=r.stateNode;if(typeof r.type.getDerivedStateFromError=="function"||typeof v.componentDidCatch=="function"&&(Ws===null||!Ws.has(v))){n=S(c,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 y2(n,r,c){var v=n.pingCache;v!==null&&v.delete(r),r=Qo(),n.pingedLanes|=n.suspendedLanes&c,Za===n&&(oo&c)===c&&(Gi===4||Gi===3&&(oo&130023424)===oo&&500>Sn()-Xv?ed(n,0):Id|=c),Zo(n,r)}function kh(n,r){r===0&&((n.mode&1)===0?r=1:(r=hi,hi<<=1,(hi&130023424)===0&&(hi=4194304)));var c=Qo();n=sl(n,r),n!==null&&(ye(n,r,c),Zo(n,c))}function S2(n){var r=n.memoizedState,c=0;r!==null&&(c=r.retryLane),kh(n,c)}function E2(n,r){var c=0;switch(n.tag){case 13:var v=n.stateNode,_=n.memoizedState;_!==null&&(c=_.retryLane);break;case 19:v=n.stateNode;break;default:throw Error(l(314))}v!==null&&v.delete(r),kh(n,c)}var u0;u0=function(n,r,c){if(n!==null)if(n.memoizedProps!==r.pendingProps||wa.current)Ht=!0;else{if((n.lanes&c)===0&&(r.flags&128)===0)return Ht=!1,xc(n,r,c);Ht=(n.flags&131072)!==0}else Ht=!1,hr&&(r.flags&1048576)!==0&&au(r,Lu,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,c),_=Iu(null,r,v,n,_,c);var D=ds();return r.flags|=1,typeof _=="object"&&_!==null&&typeof _.render=="function"&&_.$$typeof===void 0?(r.tag=1,r.memoizedState=null,r.updateQueue=null,ca(v)?(D=!0,af(r)):D=!1,r.memoizedState=_.state!==null&&_.state!==void 0?_.state:null,uf(r),_.updater=Bl,r.stateNode=_,_._reactInternals=r,sf(r,v,n,c),r=mh(null,r,v,!0,D,c)):(r.tag=0,hr&&D&&ss(r),$n(null,r,_,c),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=C2(v),n=Ai(v,n),_){case 0:r=uu(null,r,v,n,c);break e;case 1:r=bp(null,r,v,n,c);break e;case 11:r=da(null,r,v,n,c);break e;case 14:r=Vi(null,r,v,Ai(v.type,n),c);break e}throw Error(l(306,v,""))}return r;case 0:return v=r.type,_=r.pendingProps,_=r.elementType===v?_:Ai(v,_),uu(n,r,v,_,c);case 1:return v=r.type,_=r.pendingProps,_=r.elementType===v?_:Ai(v,_),bp(n,r,v,_,c);case 3:e:{if(Xm(r),n===null)throw Error(l(387));v=r.pendingProps,D=r.memoizedState,_=D.element,_a(n,r),fl(r,v,null,c);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){_=S(Error(l(423)),r),r=gh(n,r,v,c,_);break e}else if(v!==_){_=S(Error(l(424)),r),r=gh(n,r,v,c,_);break e}else for(Ua=Ho(r.stateNode.containerInfo.firstChild),Fa=r,hr=!0,ui=null,c=Ps(r,null,v,c),r.child=c;c;)c.flags=c.flags&-3|4096,c=c.sibling;else{if(Yr(),v===_){r=xo(n,r,c);break e}$n(n,r,v,c)}r=r.child}return r;case 5:return qt(r),n===null&&cs(r),v=r.type,_=r.pendingProps,D=n!==null?n.memoizedProps:null,V=_.children,os(v,_)?V=null:D!==null&&os(v,D)&&(r.flags|=32),Un(n,r),$n(n,r,V,c),r.child;case 6:return n===null&&cs(r),null;case 13:return Uv(n,r,c);case 4:return gc(r,r.stateNode.containerInfo),v=r.pendingProps,n===null?r.child=ro(r,null,v,c):$n(n,r,v,c),r.child;case 11:return v=r.type,_=r.pendingProps,_=r.elementType===v?_:Ai(v,_),da(n,r,v,_,c);case 7:return $n(n,r,r.pendingProps,c),r.child;case 8:return $n(n,r,r.pendingProps.children,c),r.child;case 12:return $n(n,r,r.pendingProps.children,c),r.child;case 10:e:{if(v=r.type._context,_=r.pendingProps,D=r.memoizedProps,V=_.value,gr(Fl,v._currentValue),v._currentValue=V,D!==null)if(yt(D.value,V)){if(D.children===_.children&&!wa.current){r=xo(n,r,c);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,c&-c),pe.tag=2;var Ie=D.updateQueue;if(Ie!==null){Ie=Ie.shared;var ot=Ie.pending;ot===null?pe.next=pe:(pe.next=ot.next,ot.next=pe),Ie.pending=pe}}D.lanes|=c,pe=D.alternate,pe!==null&&(pe.lanes|=c),si(D.return,c,r),se.lanes|=c;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|=c,se=V.alternate,se!==null&&(se.lanes|=c),si(V,c,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,c),r=r.child}return r;case 9:return _=r.type,v=r.pendingProps.children,Ct(r,c),_=La(_),v=v(_),r.flags|=1,$n(n,r,v,c),r.child;case 14:return v=r.type,_=Ai(v,r.pendingProps),_=Ai(v.type,_),Vi(n,r,v,_,c);case 15:return Ki(n,r,r.type,r.pendingProps,c);case 17:return v=r.type,_=r.pendingProps,_=r.elementType===v?_:Ai(v,_),Go(n,r),r.tag=1,ca(v)?(n=!0,af(r)):n=!1,Ct(r,c),Yf(r,v,_),sf(r,v,_,c),mh(null,r,v,!0,n,c);case 19:return jv(n,r,c);case 22:return Vu(n,r,c)}throw Error(l(156,r.tag))};function t1(n,r){return Ot(n,r)}function w2(n,r,c,v){this.tag=n,this.key=c,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,c,v){return new w2(n,r,c,v)}function n1(n){return n=n.prototype,!(!n||!n.isReactComponent)}function C2(n){if(typeof n=="function")return n1(n)?1:0;if(n!=null){if(n=n.$$typeof,n===ut)return 11;if(n===Xt)return 14}return 2}function gf(n,r){var c=n.alternate;return c===null?(c=Gu(n.tag,r,n.key,n.mode),c.elementType=n.elementType,c.type=n.type,c.stateNode=n.stateNode,c.alternate=n,n.alternate=c):(c.pendingProps=r,c.type=n.type,c.flags=0,c.subtreeFlags=0,c.deletions=null),c.flags=n.flags&14680064,c.childLanes=n.childLanes,c.lanes=n.lanes,c.child=n.child,c.memoizedProps=n.memoizedProps,c.memoizedState=n.memoizedState,c.updateQueue=n.updateQueue,r=n.dependencies,c.dependencies=r===null?null:{lanes:r.lanes,firstContext:r.firstContext},c.sibling=n.sibling,c.index=n.index,c.ref=n.ref,c}function Rh(n,r,c,v,_,D){var V=2;if(v=n,typeof n=="function")n1(n)&&(V=1);else if(typeof n=="string")V=5;else e:switch(n){case je:return nd(c.children,_,D,r);case ct:V=8,_|=8;break;case Xe:return n=Gu(12,c,r,_|2),n.elementType=Xe,n.lanes=D,n;case He:return n=Gu(13,c,r,_),n.elementType=He,n.lanes=D,n;case rt:return n=Gu(19,c,r,_),n.elementType=rt,n.lanes=D,n;case Nt:return Lp(c,_,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,c,r,_),r.elementType=n,r.type=v,r.lanes=D,r}function nd(n,r,c,v){return n=Gu(7,n,v,r),n.lanes=c,n}function Lp(n,r,c,v){return n=Gu(22,n,v,r),n.elementType=Nt,n.lanes=c,n.stateNode={isHidden:!1},n}function Bp(n,r,c){return n=Gu(6,n,null,r),n.lanes=c,n}function rd(n,r,c){return r=Gu(4,n.children!==null?n.children:[],n.key,r),r.lanes=c,r.stateNode={containerInfo:n.containerInfo,pendingChildren:null,implementation:n.implementation},r}function _2(n,r,c,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 Dh(n,r,c,v,_,D,V,se,pe){return n=new _2(n,r,c,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:c,cache:null,transitions:null,pendingSuspenseBoundaries:null},uf(D),n}function s0(n,r,c){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:c}}function r1(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(ca(r.type)){r=r.stateNode.__reactInternalMemoizedMergedChildContext;break e}}r=r.return}while(r!==null);throw Error(l(171))}if(n.tag===1){var c=n.type;if(ca(c))return cc(n,c,r)}return r}function c0(n,r,c,v,_,D,V,se,pe){return n=Dh(c,v,!0,n,_,D,V,se,pe),n.context=r1(null),c=n.current,v=Qo(),_=Fi(c),D=Vo(v,_),D.callback=r!=null?r:null,Ll(c,D,_),n.current.lanes=_,ye(n,_,v),Zo(n,v),n}function Np(n,r,c,v){var _=r.current,D=Qo(),V=Fi(_);return c=r1(c),r.context===null?r.context=c:r.pendingContext=c,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),cl(n,_,V)),V}function Ah(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 f0(n,r){if(n=n.memoizedState,n!==null&&n.dehydrated!==null){var c=n.retryLane;n.retryLane=c!==0&&c<r?c:r}}function a1(n,r){f0(n,r),(n=n.alternate)&&f0(n,r)}function d0(){return null}var i1=typeof reportError=="function"?reportError:function(n){console.error(n)};function Oh(n){this._internalRoot=n}Dc.prototype.render=Oh.prototype.render=function(n){var r=this._internalRoot;if(r===null)throw Error(l(409));Np(n,r,null,null)},Dc.prototype.unmount=Oh.prototype.unmount=function(){var n=this._internalRoot;if(n!==null){this._internalRoot=null;var r=n.containerInfo;mf(function(){Np(null,n,null,null)}),r[nu]=null}};function Dc(n){this._internalRoot=n}Dc.prototype.unstable_scheduleHydration=function(n){if(n){var r=Wr();n={blockedOn:null,target:n,priority:r};for(var c=0;c<vr.length&&r!==0&&r<vr[c].priority;c++);vr.splice(c,0,n),c===0&&zi(n)}};function o1(n){return!(!n||n.nodeType!==1&&n.nodeType!==9&&n.nodeType!==11)}function Mh(n){return!(!n||n.nodeType!==1&&n.nodeType!==9&&n.nodeType!==11&&(n.nodeType!==8||n.nodeValue!==" react-mount-point-unstable "))}function p0(){}function b2(n,r,c,v,_){if(_){if(typeof v=="function"){var D=v;v=function(){var Ie=Ah(V);D.call(Ie)}}var V=c0(r,v,n,0,null,!1,!1,"",p0);return n._reactRootContainer=V,n[nu]=V.current,Au(n.nodeType===8?n.parentNode:n),mf(),V}for(;_=n.lastChild;)n.removeChild(_);if(typeof v=="function"){var se=v;v=function(){var Ie=Ah(pe);se.call(Ie)}}var pe=Dh(n,0,!1,null,null,!1,!1,"",p0);return n._reactRootContainer=pe,n[nu]=pe.current,Au(n.nodeType===8?n.parentNode:n),mf(function(){Np(r,pe,c,v)}),pe}function Fh(n,r,c,v,_){var D=c._reactRootContainer;if(D){var V=D;if(typeof _=="function"){var se=_;_=function(){var pe=Ah(V);se.call(pe)}}Np(r,V,n,_)}else V=b2(c,r,n,_,v);return Ah(V)}Gt=function(n){switch(n.tag){case 3:var r=n.stateNode;if(r.current.memoizedState.isDehydrated){var c=vi(r.pendingLanes);c!==0&&(at(r,c|1),Zo(r,Sn()),(yr&6)===0&&(Pd=Sn()+500,to()))}break;case 13:mf(function(){var v=sl(n,1);if(v!==null){var _=Qo();Jo(v,n,1,_)}}),a1(n,1)}},qn=function(n){if(n.tag===13){var r=sl(n,134217728);if(r!==null){var c=Qo();Jo(r,n,134217728,c)}a1(n,134217728)}},ln=function(n){if(n.tag===13){var r=Fi(n),c=sl(n,r);if(c!==null){var v=Qo();Jo(c,n,r,v)}a1(n,r)}},Wr=function(){return dt},na=function(n,r){var c=dt;try{return dt=n,r()}finally{dt=c}},Kn=function(n,r,c){switch(r){case"input":if(cr(n,c),r=c.name,c.type==="radio"&&r!=null){for(c=n;c.parentNode;)c=c.parentNode;for(c=c.querySelectorAll("input[name="+JSON.stringify(""+r)+'][type="radio"]'),r=0;r<c.length;r++){var v=c[r];if(v!==n&&v.form===n.form){var _=rn(v);if(!_)throw Error(l(90));Er(v),cr(v,_)}}}break;case"textarea":_t(n,c);break;case"select":r=c.value,r!=null&&nr(n,!!c.multiple,r,!1)}},xa=$d,Bi=mf;var x2={usingClientEntryPoint:!1,Events:[Mu,Ml,rn,Ra,ja,$d]},Vd={findFiberByHostInstance:Pi,bundleType:0,version:"18.2.0",rendererPackageName:"react-dom"},T2={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=Nr(n),n===null?null:n.stateNode},findFiberByHostInstance:Vd.findFiberByHostInstance||d0,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 Lh=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Lh.isDisabled&&Lh.supportsFiber)try{Kr=Lh.inject(T2),Ir=Lh}catch{}}return Eu.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=x2,Eu.createPortal=function(n,r){var c=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!o1(r))throw Error(l(200));return s0(n,r,null,c)},Eu.createRoot=function(n,r){if(!o1(n))throw Error(l(299));var c=!1,v="",_=i1;return r!=null&&(r.unstable_strictMode===!0&&(c=!0),r.identifierPrefix!==void 0&&(v=r.identifierPrefix),r.onRecoverableError!==void 0&&(_=r.onRecoverableError)),r=Dh(n,1,!1,null,null,c,!1,v,_),n[nu]=r.current,Au(n.nodeType===8?n.parentNode:n),new Oh(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=Nr(r),n=n===null?null:n.stateNode,n},Eu.flushSync=function(n){return mf(n)},Eu.hydrate=function(n,r,c){if(!Mh(r))throw Error(l(200));return Fh(null,n,r,!0,c)},Eu.hydrateRoot=function(n,r,c){if(!o1(n))throw Error(l(405));var v=c!=null&&c.hydratedSources||null,_=!1,D="",V=i1;if(c!=null&&(c.unstable_strictMode===!0&&(_=!0),c.identifierPrefix!==void 0&&(D=c.identifierPrefix),c.onRecoverableError!==void 0&&(V=c.onRecoverableError)),r=c0(r,null,n,1,c!=null?c:null,_,!1,D,V),n[nu]=r.current,Au(n),v)for(n=0;n<v.length;n++)c=v[n],_=c._getVersion,_=_(c._source),r.mutableSourceEagerHydrationData==null?r.mutableSourceEagerHydrationData=[c,_]:r.mutableSourceEagerHydrationData.push(c,_);return new Dc(r)},Eu.render=function(n,r,c){if(!Mh(r))throw Error(l(200));return Fh(null,n,r,!1,c)},Eu.unmountComponentAtNode=function(n){if(!Mh(n))throw Error(l(40));return n._reactRootContainer?(mf(function(){Fh(null,null,n,!1,function(){n._reactRootContainer=null,n[nu]=null})}),!0):!1},Eu.unstable_batchedUpdates=$d,Eu.unstable_renderSubtreeIntoContainer=function(n,r,c,v){if(!Mh(c))throw Error(l(200));if(n==null||n._reactInternals===void 0)throw Error(l(38));return Fh(n,r,c,!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 T8;function IB(){return T8||(T8=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=er.default,i=b8(),l=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,f=!1;function u(e){f=e}function g(e){if(!f){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 E(e){if(!f){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 k=0,B=1,q=2,$=3,K=4,J=5,te=6,le=7,ie=8,oe=9,Ce=10,Se=11,we=12,Fe=13,nt=14,je=15,ct=16,Xe=17,ht=18,Ze=19,ut=21,He=22,rt=23,Xt=24,kt=25,Nt=!0,$e=!1,et=!1,Ye=!1,lt=!1,Et=!0,tr=!1,Qn=!1,Dt=!0,wt=!0,zn=!0,lr=new Set,Dn={},sr={};function An(e,t){Er(e,t),Er(e+"Capture",t)}function Er(e,t){Dn[e]&&E("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 E("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 Bn(e){if(Vn(e))return E("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 E("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 E("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 E("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 E("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 _t=0,Rn=1,tn=2,ur=3,Vt=4,ma=5,Fr=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",Lt=vt+"\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040",bn=new RegExp("^["+vt+"]["+Lt+"]*$"),ar={},wn={};function xr(e){return sn.call(wn,e)?!0:sn.call(ar,e)?!1:bn.test(e)?(wn[e]=!0,!0):(ar[e]=!0,E("Invalid attribute name: `%s`",e),!1)}function In(e,t,a){return t!==null?t.type===_t:a?!1:e.length>2&&(e[0]==="o"||e[0]==="O")&&(e[1]==="n"||e[1]==="N")}function ga(e,t,a,s){if(a!==null&&a.type===_t)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"||ga(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 ma:return isNaN(t);case Fr: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,_t,!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,Fr,!1,e,null,!1,!1)}),["rowSpan","start"].forEach(function(e){Ut[e]=new Xn(e,ma,!1,e.toLowerCase(),null,!1,!1)});var Ra=/[\-\:]([a-z])/g,ja=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,ja);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,ja);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,ja);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 Bi=/^[\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,Tr=!1;function Lr(e){!Tr&&Bi.test(e)&&(Tr=!0,E("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&&Lr(""+a);var y=s.attributeName,b=null;if(s.type===Vt){if(e.hasAttribute(y)){var F=e.getAttribute(y);return F===""?!0:Mn(t,a,s,!1)?F:F===""+a?a:F}}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(!xr(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(xr(t)){var y=t;a===null?e.removeAttribute(y):(On(a,t),e.setAttribute(y,""+a))}return}var b=p.mustUseProperty;if(b){var F=p.propertyName;if(a===null){var U=p.type;e[F]=U===ur?!1:""}else e[F]=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&&Lr(ve.toString())),ee?e.setAttributeNS(ee,X,ve):e.setAttribute(X,ve)}}}var wr=Symbol.for("react.element"),Da=Symbol.for("react.portal"),Va=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"),Nr=Symbol.for("react.scope"),ir=Symbol.for("react.debug_trace_mode"),Ot=Symbol.for("react.offscreen"),Cr=Symbol.for("react.legacy_hidden"),ya=Symbol.for("react.cache"),ri=Symbol.for("react.tracing_marker"),Sn=Symbol.iterator,fr="@@iterator";function oa(e){if(e===null||typeof e!="object")return null;var t=Sn&&e[Sn]||e[fr];return typeof t=="function"?t:null}var vn=Object.assign,zr=0,so,pi,Kr,Ir,bi,la,Lo;function bl(){}bl.__reactDisabledLog=!0;function xl(){{if(zr===0){so=console.log,pi=console.info,Kr=console.warn,Ir=console.error,bi=console.group,la=console.groupCollapsed,Lo=console.groupEnd;var e={configurable:!0,enumerable:!0,value:bl,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}zr++}}function Ni(){{if(zr--,zr===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:vn({},e,{value:so}),info:vn({},e,{value:pi}),warn:vn({},e,{value:Kr}),error:vn({},e,{value:Ir}),group:vn({},e,{value:bi}),groupCollapsed:vn({},e,{value:la}),groupEnd:vn({},e,{value:Lo})})}zr<0&&E("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 x=!1,z;{var G=typeof WeakMap=="function"?WeakMap:Map;z=new G}function ne(e,t){if(!e||x)return"";{var a=z.get(e);if(a!==void 0)return a}var s;x=!0;var p=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var y;y=hi.current,hi.current=null,xl();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(Ne){s=Ne}Reflect.construct(e,[],b)}else{try{b.call()}catch(Ne){s=Ne}e.call(b.prototype)}}else{try{throw Error()}catch(Ne){s=Ne}e()}}catch(Ne){if(Ne&&s&&typeof Ne.stack=="string"){for(var F=Ne.stack.split(`
197
- `),U=s.stack.split(`
198
- `),X=F.length-1,ee=U.length-1;X>=1&&ee>=0&&F[X]!==U[ee];)ee--;for(;X>=1&&ee>=0;X--,ee--)if(F[X]!==U[ee]){if(X!==1||ee!==1)do if(X--,ee--,ee<0||F[X]!==U[ee]){var ge=`
199
- `+F[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{x=!1,hi.current=y,Ni(),Error.prepareStackTrace=p}var ve=e?e.displayName||e.name:"",Me=ve?Aa(ve):"";return typeof e=="function"&&z.set(e,Me),Me}function Te(e,t,a){return ne(e,!0)}function ye(e,t,a){return ne(e,!1)}function Pe(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,Pe(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 Fe:return Aa("Suspense");case Ze:return Aa("SuspenseList");case k:case q:case je:return ye(e.type);case Se:return ye(e.type.render);case B: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"&&E("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 Va: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 Wr(e,t,a){var s=t.displayName||t.name||"";return e.displayName||(s!==""?a+"("+s+")":a)}function na(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 na(s)+".Consumer";case Ce:var p=a;return na(p._context)+".Provider";case ht:return"DehydratedFragment";case Se:return Wr(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 Fe:return"Suspense";case Ze:return"SuspenseList";case kt:return"TracingMarker";case B:case k: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 Sa=l.ReactDebugCurrentFrame,Br=null,ra=!1;function Ta(){{if(Br===null)return null;var e=Br._debugOwner;if(e!==null&&typeof e<"u")return un(e)}return null}function Ka(){return Br===null?"":St(Br)}function _r(){Sa.getCurrentStack=null,Br=null,ra=!1}function vr(e){Sa.getCurrentStack=e===null?null:Ka,Br=e,ra=!1}function Bo(){return Br}function za(e){ra=e}function ua(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||E("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||E("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 nl(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 br(e){var t="";return e&&(nl(e)?t=e.checked?"true":"false":t=e.value),t}function Oa(e){var t=nl(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(F){Ft(F),s=""+F,y.call(this,F)}}),Object.defineProperty(e,t,{enumerable:a.enumerable});var b={getValue:function(){return s},setValue:function(F){Ft(F),s=""+F},stopTracking:function(){mi(e),delete e[t]}};return b}}function Ea(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=br(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 Wa=!1,co=!1,rl=!1,Cu=!1;function Ji(e){var t=e.type==="checkbox"||e.type==="radio";return t?e.checked!=null:e.value!=null}function No(e,t){var a=e,s=t.checked,p=vn({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:s!=null?s:a._wrapperState.initialChecked});return p}function jl(e,t){xi("input",t),t.checked!==void 0&&t.defaultChecked!==void 0&&!co&&(E("%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&&!Wa&&(E("%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),Wa=!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&&(E("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&&!rl&&(E("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"),rl=!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=ua(p)):a.value!==ua(p)&&(a.value=ua(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=ua(s._wrapperState.initialValue);a||b!==s.value&&(s.value=b),s.defaultValue=b}var F=s.name;F!==""&&(s.name=""),s.defaultChecked=!s.defaultChecked,s.defaultChecked=!!s._wrapperState.initialChecked,F!==""&&(s.name=F)}function Vl(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 F=A0(b);if(!F)throw new Error("ReactDOMInput: Mixing React and non-React radio inputs with the same `name` is not supported.");Qi(b),fo(b,F)}}}}function gi(e,t,a){(t!=="number"||Ti(e.ownerDocument)!==e)&&(a==null?e.defaultValue=ua(e._wrapperState.initialValue):e.defaultValue!==ua(a)&&(e.defaultValue=ua(a)))}var Ii=!1,ho=!1,Tl=!1;function Jn(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,E("Cannot infer the option value of complex children. Pass a `value` prop or use a plain string as children to <option>.")))}):t.dangerouslySetInnerHTML!=null&&(Tl||(Tl=!0,E("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected.")))),t.selected!=null&&!Ii&&(E("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",ua(dr(t.value)))}var mo=Array.isArray;function sa(e){return mo(e)}var Ya;Ya=!1;function Kl(){var e=Ta();return e?`
202
-
203
- Check the render method of \``+e+"`.":""}var kl=["value","defaultValue"];function ai(e){{xi("select",e);for(var t=0;t<kl.length;t++){var a=kl[t];if(e[a]!=null){var s=sa(e[a]);e.multiple&&!s?E("The `%s` prop supplied to <select> must be an array if `multiple` is true.%s",a,Kl()):!e.multiple&&s&&E("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.%s",a,Kl())}}}}function aa(e,t,a,s){var p=e.options;if(t){for(var y=a,b={},F=0;F<y.length;F++)b["$"+y[F]]=!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=ua(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 Xr(e,t){return vn({},t,{value:void 0})}function Wl(e,t){var a=e;ai(t),a._wrapperState={wasMultiple:!!t.multiple},t.value!==void 0&&t.defaultValue!==void 0&&!Ya&&(E("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"),Ya=!0)}function es(e,t){var a=e;a.multiple=!!t.multiple;var s=t.value;s!=null?aa(a,!!t.multiple,s,!1):t.defaultValue!=null&&aa(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?aa(a,!!t.multiple,p,!1):s!==!!t.multiple&&(t.defaultValue!=null?aa(a,!!t.multiple,t.defaultValue,!0):aa(a,!!t.multiple,t.multiple?[]:"",!1))}function xs(e,t){var a=e,s=t.value;s!=null&&aa(a,!!t.multiple,s,!1)}var kr=!1;function zo(e,t){var a=e;if(t.dangerouslySetInnerHTML!=null)throw new Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");var s=vn({},t,{value:void 0,defaultValue:void 0,children:ua(a._wrapperState.initialValue)});return s}function Rl(e,t){var a=e;xi("textarea",t),t.value!==void 0&&t.defaultValue!==void 0&&!kr&&(E("%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"),kr=!0);var s=t.value;if(s==null){var p=t.children,y=t.defaultValue;if(p!=null){E("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(sa(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 Ga(e,t){var a=e,s=dr(t.value),p=dr(t.defaultValue);if(s!=null){var y=ua(s);y!==a.value&&(a.value=y),t.defaultValue==null&&a.defaultValue!==y&&(a.defaultValue=y)}p!=null&&(a.defaultValue=ua(p))}function Yl(e,t){var a=e,s=a.textContent;s===a._wrapperState.initialValue&&s!==""&&s!==null&&(a.value=s)}function Gl(e,t){Ga(e,t)}var ki="http://www.w3.org/1999/xhtml",xu="http://www.w3.org/1998/Math/MathML",T="http://www.w3.org/2000/svg";function I(e){switch(e){case"svg":return T;case"math":return xu;default:return ki}}function W(e,t){return e==null||e===ki?I(t):e===T&&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===T&&!("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,mr=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"]},Pr={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 Rr(e,t){return e+t.charAt(0).toUpperCase()+t.substring(1)}var Io=["Webkit","ms","Moz","O"];Object.keys(Pr).forEach(function(e){Io.forEach(function(t){Pr[Rr(t,e)]=Pr[e]})});function Xl(e,t,a){var s=t==null||typeof t=="boolean"||t==="";return s?"":!a&&typeof t=="number"&&t!==0&&!(Pr.hasOwnProperty(e)&&Pr[e])?t+"px":(nr(t,e),(""+t).trim())}var Po=/([A-Z])/g,Ts=/^ms-/;function Gc(e){return e.replace(Po,"-$1").toLowerCase().replace(Ts,"-ms-")}var nc=function(){};{var Xc=/^(?:webkit|moz|o)[A-Z]/,rc=/^-ms-/,ts=/-(.)/g,Dl=/;\s*$/,ql={},Tu={},d=!1,w=!1,O=function(e){return e.replace(ts,function(t,a){return a.toUpperCase()})},P=function(e){ql.hasOwnProperty(e)&&ql[e]||(ql[e]=!0,E("Unsupported style property %s. Did you mean %s?",e,O(e.replace(rc,"ms-"))))},j=function(e){ql.hasOwnProperty(e)&&ql[e]||(ql[e]=!0,E("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,E(`Style property values shouldn't contain a semicolon. Try "%s: %s" instead.`,e,t.replace(Dl,"")))},ue=function(e,t){d||(d=!0,E("`NaN` is an invalid value for the `%s` css style property.",e))},Ee=function(e,t){w||(w=!0,E("`Infinity` is an invalid value for the `%s` css style property.",e))};nc=function(e,t){e.indexOf("-")>-1?P(e):Xc.test(e)?j(e):Dl.test(t)&&Z(e,t),typeof t=="number"&&(isNaN(t)?ue(e,t):isFinite(t)||Ee(e,t))}}var ze=nc;function Le(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:Gc(s))+":",t+=Xl(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||ze(s,t[s]);var y=Xl(s,t[s],p);s==="float"&&(s="cssFloat"),p?a.setProperty(s,y):a[s]=y}}function bt(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 mn(e,t){{if(!t)return;var a=yt(e),s=yt(t),p={};for(var y in a){var b=a[y],F=s[y];if(F&&b!==F){var U=b+","+F;if(p[U])continue;p[U]=!0,E("%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.",bt(e[b])?"Removing":"Updating",b,F)}}}}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},Dr=vn({menuitem:!0},Pn),ii="__html";function Xa(e,t){if(!!t){if(Dr[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&&E("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 ks={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={},Nf=new RegExp("^(aria)-["+Lt+"]*$"),Rs=new RegExp("^(aria)[A-Z]["+Lt+"]*$");function zf(e,t){{if(sn.call(Zi,t)&&Zi[t])return!0;if(Rs.test(t)){var a="aria-"+t.slice(4).toLowerCase(),s=qc.hasOwnProperty(a)?a:null;if(s==null)return E("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",t),Zi[t]=!0,!0;if(t!==s)return E("Invalid ARIA attribute `%s`. Did you mean `%s`?",t,s),Zi[t]=!0,!0}if(Nf.test(t)){var p=t.toLowerCase(),y=qc.hasOwnProperty(p)?p:null;if(y==null)return Zi[t]=!0,!1;if(t!==y)return E("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?E("Invalid aria prop %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",y,e):a.length>1&&E("Invalid aria props %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",y,e)}}function ac(e,t){qa(e,t)||Dd(e,t)}var ku=!1;function ia(e,t){{if(e!=="input"&&e!=="textarea"&&e!=="select")return;t!=null&&t.value===null&&!ku&&(ku=!0,e==="select"&&t.multiple?E("`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):E("`value` prop on `%s` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.",e))}}var ns=function(){};{var Pa={},qr=/^on./,rs=/^on[^A-Z]/,Qc=new RegExp("^(aria)-["+Lt+"]*$"),Jc=new RegExp("^(aria)[A-Z]["+Lt+"]*$");ns=function(e,t,a,s){if(sn.call(Pa,t)&&Pa[t])return!0;var p=t.toLowerCase();if(p==="onfocusin"||p==="onfocusout")return E("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 F=b.hasOwnProperty(p)?b[p]:null;if(F!=null)return E("Invalid event handler property `%s`. Did you mean `%s`?",t,F),Pa[t]=!0,!0;if(qr.test(t))return E("Unknown event handler property `%s`. It will be ignored.",t),Pa[t]=!0,!0}else if(qr.test(t))return rs.test(t)&&E("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",t),Pa[t]=!0,!0;if(Qc.test(t)||Jc.test(t))return!0;if(p==="innerhtml")return E("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),Pa[t]=!0,!0;if(p==="aria")return E("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 E("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 E("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===_t;if(ks.hasOwnProperty(p)){var ee=ks[p];if(ee!==t)return E("Invalid DOM property `%s`. Did you mean `%s`?",t,ee),Pa[t]=!0,!0}else if(!X&&t!==p)return E("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"&&ga(t,a,U,!1)?(a?E('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):E('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:ga(t,a,U,!1)?(Pa[t]=!0,!1):((a==="false"||a==="true")&&U!==null&&U.type===ur&&(E("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 Zc=function(e,t,a){{var s=[];for(var p in t){var y=ns(e,p,t[p],a);y||s.push(p)}var b=s.map(function(F){return"`"+F+"`"}).join(", ");s.length===1?E("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&&E("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 ef(e,t,a){qa(e,t)||Zc(e,t,a)}var al=1,Ds=1<<1,Ru=1<<2,tf=al|Ds|Ru,as=null;function Ql(e){as!==null&&E("Expected currently replaying event to be null. This error is likely caused by a bug in React. Please file an issue."),as=e}function ic(){as===null&&E("Expected currently replaying event to not be null. This error is likely caused by a bug in React. Please file an issue."),as=null}function is(e){return e===as}function Du(e){var t=e.target||e.srcElement||window;return t.correspondingUseElement&&(t=t.correspondingUseElement),t.nodeType===tt?t.parentNode:t}var Ar=null,il=null,Al=null;function Au(e){var t=Yd(e);if(!!t){if(typeof Ar!="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=A0(a);Ar(t.stateNode,t.type,s)}}}function nf(e){Ar=e}function As(e){il?Al?Al.push(e):Al=[e]:il=e}function Os(){return il!==null||Al!==null}function Ol(){if(!!il){var e=il,t=Al;if(il=null,Al=null,Au(e),t)for(var a=0;a<t.length;a++)Au(t[a])}}var Jl=function(e,t){return e(t)},Ms=function(){},Zl=!1;function If(){var e=Os();e&&(Ms(),Ol())}function oc(e,t,a){if(Zl)return e(t,a);Zl=!0;try{return Jl(e,t,a)}finally{Zl=!1,If()}}function ol(e,t,a){Jl=e,Ms=a}function lc(e){return e==="button"||e==="input"||e==="select"||e==="textarea"}function eu(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&&lc(t));default:return!1}}function go(e,t){var a=e.stateNode;if(a===null)return null;var s=A0(a);if(s===null)return null;var p=s[t];if(eu(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 os=!1;if(zt)try{var Ri={};Object.defineProperty(Ri,"passive",{get:function(){os=!0}}),window.addEventListener("test",Ri,Ri),window.removeEventListener("test",Ri,Ri)}catch{os=!1}function uc(e,t,a,s,p,y,b,F,U){var X=Array.prototype.slice.call(arguments,3);try{t.apply(a,X)}catch(ee){this.onError(ee)}}var Fs=uc;if(typeof window<"u"&&typeof window.dispatchEvent=="function"&&typeof document<"u"&&typeof document.createEvent=="function"){var ls=document.createElement("react");Fs=function(t,a,s,p,y,b,F,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,Me=window.event,Ne=Object.getOwnPropertyDescriptor(window,"event");function Ke(){ls.removeEventListener(We,xn,!1),typeof window.event<"u"&&window.hasOwnProperty("event")&&(window.event=Me)}var $t=Array.prototype.slice.call(arguments,3);function xn(){ge=!0,Ke(),a.apply(s,$t),ve=!1}var pn,Mr=!1,Sr=!1;function ke(Re){if(pn=Re.error,Mr=!0,pn===null&&Re.colno===0&&Re.lineno===0&&(Sr=!0),Re.defaultPrevented&&pn!=null&&typeof pn=="object")try{pn._suppressLogging=!0}catch{}}var We="react-"+(t||"invokeguardedcallback");if(window.addEventListener("error",ke),ls.addEventListener(We,xn,!1),ee.initEvent(We,!1,!1),ls.dispatchEvent(ee),Ne&&Object.defineProperty(window,"event",Ne),ge&&ve&&(Mr?Sr&&(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(),uc.apply(this,arguments)}}var Pf=Fs,Uo=!1,Ho=null,Ls=!1,ll=null,eo={onError:function(e){Uo=!0,Ho=e}};function tu(e,t,a,s,p,y,b,F,U){Uo=!1,Ho=null,Pf.apply(eo,arguments)}function nu(e,t,a,s,p,y,b,F,U){if(tu.apply(this,arguments),Uo){var X=sc();Ls||(Ls=!0,ll=X)}}function Ou(){if(Ls){var e=ll;throw Ls=!1,ll=null,e}}function rf(){return Uo}function sc(){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 Ml(e,t){e._reactInternals=t}var rn=0,yo=1,Ur=2,Ln=4,or=16,gr=32,So=64,Cn=128,wa=256,Ui=512,Eo=1024,ca=2048,$o=4096,ru=8192,cc=16384,af=ca|Ln|So|Ui|Eo|cc,fc=32767,Di=32768,oi=65536,us=131072,Bs=1048576,Uf=2097152,to=4194304,Fu=8388608,no=16777216,Hi=33554432,Lu=Ln|Eo|0,yi=Ur|Ln|or|gr|Ui|$o|ru,Tn=Ln|So|Ui|ru,li=ca|or,Ca=to|Fu|Uf,rr=l.ReactCurrentOwner;function fa(e){var t=e,a=e;if(e.alternate)for(;t.return;)t=t.return;else{var s=t;do t=s,(t.flags&(Ur|$o))!==rn&&(a=t.return),s=t.return;while(s)}return t.tag===$?a:null}function au(e){if(e.tag===Fe){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 ss(e){return e.tag===$?e.stateNode.containerInfo:null}function Qa(e){return fa(e)===e}function Fa(e){{var t=rr.current;if(t!==null&&t.tag===B){var a=t,s=a.stateNode;s._warnedAboutRefsInRender||E("%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?fa(p)===p:!1}function Ua(e){if(fa(e)!==e)throw new Error("Unable to find node on an unmounted component.")}function hr(e){var t=e.alternate;if(!t){var a=fa(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 F=y.return;if(F!==null){s=p=F;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?ul(t):null}function ul(e){if(e.tag===J||e.tag===te)return e;for(var t=e.child;t!==null;){var a=ul(t);if(a!==null)return a;t=t.sibling}return null}function Ad(e){var t=hr(e);return t!==null?dc(t):null}function dc(e){if(e.tag===J||e.tag===te)return e;for(var t=e.child;t!==null;){if(t.tag!==K){var a=dc(t);if(a!==null)return a}t=t.sibling}return null}var cs=i.unstable_scheduleCallback,of=i.unstable_cancelCallback,lf=i.unstable_shouldYield,Hf=i.unstable_requestPaint,Yr=i.unstable_now,$f=i.unstable_getCurrentPriorityLevel,pc=i.unstable_ImmediatePriority,Ai=i.unstable_UserBlockingPriority,Fl=i.unstable_NormalPriority,hc=i.unstable_LowPriority,iu=i.unstable_IdlePriority,jf=i.unstable_yieldValue,Vf=i.unstable_setDisableYieldValue,Bu=null,si=null,Ct=null,La=!1,Si=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u";function Ns(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 E("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=vn({},e,{getLaneLabelMap:Ll,injectProfilingHooks:Vo})),Bu=t.inject(e),si=t}catch(a){E("React instrumentation encountered an error: %s.",a)}return!!t.checkDCE}function Kf(e,t){if(si&&typeof si.onScheduleFiberRoot=="function")try{si.onScheduleFiberRoot(Bu,e,t)}catch(a){La||(La=!0,E("React instrumentation encountered an error: %s",a))}}function sl(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=pc;break;case xo:s=Ai;break;case xc:s=Fl;break;case xp:s=iu;break;default:s=Fl;break}si.onCommitFiberRoot(Bu,e,s,a)}}catch(p){La||(La=!0,E("React instrumentation encountered an error: %s",p))}}function jo(e){if(si&&typeof si.onPostCommitFiberRoot=="function")try{si.onPostCommitFiberRoot(Bu,e)}catch(t){La||(La=!0,E("React instrumentation encountered an error: %s",t))}}function uf(e){if(si&&typeof si.onCommitFiberUnmount=="function")try{si.onCommitFiberUnmount(Bu,e)}catch(t){La||(La=!0,E("React instrumentation encountered an error: %s",t))}}function _a(e){if(typeof jf=="function"&&(Vf(e),u(e)),si&&typeof si.setStrictMode=="function")try{si.setStrictMode(Bu,e)}catch(t){La||(La=!0,E("React instrumentation encountered an error: %s",t))}}function Vo(e){Ct=e}function Ll(){{for(var e=new Map,t=1,a=0;a<Jr;a++){var s=pf(t);e.set(t,s),t*=2}return e}}function cl(e){Ct!==null&&typeof Ct.markCommitStarted=="function"&&Ct.markCommitStarted(e)}function zs(){Ct!==null&&typeof Ct.markCommitStopped=="function"&&Ct.markCommitStopped()}function fl(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 vc(){Ct!==null&&typeof Ct.markComponentPassiveEffectMountStopped=="function"&&Ct.markComponentPassiveEffectMountStopped()}function Bl(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 dl(){Ct!==null&&typeof Ct.markComponentLayoutEffectMountStopped=="function"&&Ct.markComponentLayoutEffectMountStopped()}function sf(e){Ct!==null&&typeof Ct.markComponentLayoutEffectUnmountStarted=="function"&&Ct.markComponentLayoutEffectUnmountStarted(e)}function Is(){Ct!==null&&typeof Ct.markComponentLayoutEffectUnmountStopped=="function"&&Ct.markComponentLayoutEffectUnmountStopped()}function Nu(e,t,a){Ct!==null&&typeof Ct.markComponentErrored=="function"&&Ct.markComponentErrored(e,t,a)}function cf(e,t,a){Ct!==null&&typeof Ct.markComponentSuspended=="function"&&Ct.markComponentSuspended(e,t,a)}function mc(e){Ct!==null&&typeof Ct.markLayoutEffectsStarted=="function"&&Ct.markLayoutEffectsStarted(e)}function ro(){Ct!==null&&typeof Ct.markLayoutEffectsStopped=="function"&&Ct.markLayoutEffectsStopped()}function Ps(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 fs(){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 gc(e,t){Ct!==null&&typeof Ct.markForceUpdateScheduled=="function"&&Ct.markForceUpdateScheduled(e,t)}function Ja(e,t){Ct!==null&&typeof Ct.markStateUpdateScheduled=="function"&&Ct.markStateUpdateScheduled(e,t)}var qt=0,Wn=1,cn=2,Qr=8,Co=16,yc=Math.clz32?Math.clz32:pl,ff=Math.log,Sc=Math.LN2;function pl(e){var t=e>>>0;return t===0?32:31-(ff(t)/Sc|0)|0}var Jr=31,Ve=0,Zn=0,gn=1,Yo=2,$i=4,zu=8,Zr=16,ou=32,Iu=4194240,ds=64,_o=128,ao=256,ps=512,hs=1024,Ec=2048,Oi=4096,Us=8192,wc=16384,Mi=32768,Hs=65536,Cc=131072,df=262144,vs=524288,Nl=1048576,_c=2097152,Pu=130023424,bo=4194304,Uu=8388608,Hu=16777216,bc=33554432,$u=67108864,ms=bo,$s=134217728,js=268435455,lu=268435456,ju=536870912,ji=1073741824;function pf(e){{if(e&gn)return"Sync";if(e&Yo)return"InputContinuousHydration";if(e&$i)return"InputContinuous";if(e&zu)return"DefaultHydration";if(e&Zr)return"Default";if(e&ou)return"TransitionHydration";if(e&Iu)return"Transition";if(e&Pu)return"Retry";if(e&$s)return"SelectiveHydration";if(e&lu)return"IdleHydration";if(e&ju)return"Idle";if(e&ji)return"Offscreen"}}var Gr=-1,m=ds,C=bo;function M(e){switch(Ht(e)){case gn:return gn;case Yo:return Yo;case $i:return $i;case zu:return zu;case Zr:return Zr;case ou:return ou;case ds:case _o:case ao:case ps:case hs:case Ec:case Oi:case Us:case wc:case Mi:case Hs:case Cc:case df:case vs:case Nl:case _c:return e&Iu;case bo:case Uu:case Hu:case bc:case $u:return e&Pu;case $s:return $s;case lu:return lu;case ju:return ju;case ji:return ji;default:return E("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&js;if(b!==Ve){var F=b&~p;if(F!==Ve)s=M(F);else{var U=b&y;U!==Ve&&(s=M(U))}}else{var X=a&~p;X!==Ve?s=M(X):y!==Ve&&(s=M(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===Zr&&(ge&Iu)!==Ve)return t}(s&$i)!==Ve&&(s|=a&Zr);var ve=e.entangledLanes;if(ve!==Ve)for(var Me=e.entanglements,Ne=s&ve;Ne>0;){var Ke=da(Ne),$t=1<<Ke;s|=Me[Ke],Ne&=~$t}return s}function Q(e,t){for(var a=e.eventTimes,s=Gr;t>0;){var p=da(t),y=1<<p,b=a[p];b>s&&(s=b),t&=~y}return s}function ce(e,t){switch(e){case gn:case Yo:case $i:return t+250;case zu:case Zr:case ou:case ds:case _o:case ao:case ps:case hs:case Ec:case Oi:case Us:case wc:case Mi:case Hs:case Cc:case df:case vs:case Nl:case _c:return t+5e3;case bo:case Uu:case Hu:case bc:case $u:return Gr;case $s:case lu:case ju:case ji:return Gr;default:return E("Should have found matching lanes. This is a bug in React."),Gr}}function he(e,t){for(var a=e.pendingLanes,s=e.suspendedLanes,p=e.pingedLanes,y=e.expirationTimes,b=a;b>0;){var F=da(b),U=1<<F,X=y[F];X===Gr?((U&s)===Ve||(U&p)!==Ve)&&(y[F]=ce(U,t)):X<=t&&(e.expiredLanes|=U),b&=~U}}function Be(e){return M(e.pendingLanes)}function h(e){var t=e.pendingLanes&~ji;return t!==Ve?t:t&ji?ji:Ve}function S(e){return(e&gn)!==Ve}function R(e){return(e&js)!==Ve}function N(e){return(e&Pu)===e}function Y(e){var t=gn|$i|Zr;return(e&t)===Ve}function ae(e){return(e&Iu)===e}function de(e,t){var a=Yo|$i|zu|Zr;return(t&a)!==Ve}function Oe(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=ds),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 da(e){return 31-yc(e)}function Vi(e){return da(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 uu(e,t){return e&~t}function bp(e,t){return e&t}function mh(e){return e}function Xm(e,t){return e!==Zn&&e<t?e:t}function gh(e){for(var t=[],a=0;a<Jr;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 Pv(e,t){e.suspendedLanes|=t,e.pingedLanes&=~t;for(var a=e.expirationTimes,s=t;s>0;){var p=da(s),y=1<<p;a[p]=Gr,s&=~y}}function Uv(e,t,a){e.pingedLanes|=e.suspendedLanes&t}function Hv(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 F=da(b),U=1<<F;s[F]=Ve,p[F]=Gr,y[F]=Gr,b&=~U}}function Md(e,t){for(var a=e.entangledLanes|=t,s=e.entanglements,p=a;p;){var y=da(p),b=1<<y;b&t|s[y]&t&&(s[y]|=t),p&=~b}}function p2(e,t){var a=Ht(t),s;switch(a){case $i:s=Yo;break;case Zr:s=zu;break;case ds:case _o:case ao:case ps:case hs:case Ec:case Oi:case Us:case wc:case Mi:case Hs:case Cc:case df:case vs:case Nl:case _c:case bo:case Uu:case Hu:case bc:case $u:s=ou;break;case ju:s=lu;break;default:s=Zn;break}return(s&(e.suspendedLanes|t))!==Zn?Zn:s}function $v(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 yh(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(F){var U=F.alternate;(U===null||!s.has(U))&&s.add(F)}),b.clear()),t&=~y}}function jv(e,t){return null}var Go=gn,xo=$i,xc=Zr,xp=ju,Xf=Zn;function Ku(){return Xf}function Wi(e){Xf=e}function Tp(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 h2(e,t){return e===0||e>t?e:t}function Vv(e,t){return e!==0&&e<t}function kp(e){var t=Ht(e);return Vv(Go,t)?Vv(xo,t)?R(t)?xc:xp: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 Rp;function Qm(e){Rp=e}var Jm;function Dp(e){Jm=e}var Ap;function Kv(e){Ap=e}var Wv;function Zm(e){Wv=e}var Sh=!1,Ld=[],Vs=null,$a=null,io=null,Wu=new Map,Bd=new Map,Tc=[],gs=["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 e0(e){return gs.indexOf(e)>-1}function Ks(e,t,a,s,p){return{blockedOn:e,domEventName:t,eventSystemFlags:a,nativeEvent:p,targetContainers:[s]}}function t0(e,t){switch(e){case"focusin":case"focusout":Vs=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;Bd.delete(s);break}}}function Nd(e,t,a,s,p,y){if(e===null||e.nativeEvent!==y){var b=Ks(t,a,s,p,y);if(t!==null){var F=Yd(t);F!==null&&Rp(F)}return b}e.eventSystemFlags|=s;var U=e.targetContainers;return p!==null&&U.indexOf(p)===-1&&U.push(p),e}function n0(e,t,a,s,p){switch(t){case"focusin":{var y=p;return Vs=Nd(Vs,e,t,a,s,y),!0}case"dragenter":{var b=p;return $a=Nd($a,e,t,a,s,b),!0}case"mouseover":{var F=p;return io=Nd(io,e,t,a,s,F),!0}case"pointerover":{var U=p,X=U.pointerId;return Wu.set(X,Nd(Wu.get(X)||null,e,t,a,s,U)),!0}case"gotpointercapture":{var ee=p,ge=ee.pointerId;return Bd.set(ge,Nd(Bd.get(ge)||null,e,t,a,s,ee)),!0}}return!1}function Yv(e){var t=Pp(e.target);if(t!==null){var a=fa(t);if(a!==null){var s=a.tag;if(s===Fe){var p=au(a);if(p!==null){e.blockedOn=p,Wv(e.priority,function(){Jm(a)});return}}else if(s===$){var y=a.stateNode;if(Yi(y)){e.blockedOn=ss(a);return}}}}e.blockedOn=null}function r0(e){for(var t=Ap(),a={blockedOn:null,target:e,priority:t},s=0;s<Tc.length&&Vv(t,Tc[s].priority);s++);Tc.splice(s,0,a),s===0&&Yv(a)}function Eh(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);Ql(y),p.target.dispatchEvent(y),ic()}else{var b=Yd(s);return b!==null&&Rp(b),e.blockedOn=s,!1}t.shift()}return!0}function Op(e,t,a){Eh(e)&&a.delete(t)}function Gv(){Sh=!1,Vs!==null&&Eh(Vs)&&(Vs=null),$a!==null&&Eh($a)&&($a=null),io!==null&&Eh(io)&&(io=null),Wu.forEach(Op),Bd.forEach(Op)}function qo(e,t){e.blockedOn===t&&(e.blockedOn=null,Sh||(Sh=!0,i.unstable_scheduleCallback(i.unstable_NormalPriority,Gv)))}function yr(e){if(Ld.length>0){qo(Ld[0],e);for(var t=1;t<Ld.length;t++){var a=Ld[t];a.blockedOn===e&&(a.blockedOn=null)}}Vs!==null&&qo(Vs,e),$a!==null&&qo($a,e),io!==null&&qo(io,e);var s=function(F){return qo(F,e)};Wu.forEach(s),Bd.forEach(s);for(var p=0;p<Tc.length;p++){var y=Tc[p];y.blockedOn===e&&(y.blockedOn=null)}for(;Tc.length>0;){var b=Tc[0];if(b.blockedOn!==null)break;Yv(b),b.blockedOn===null&&Tc.shift()}}var Za=l.ReactCurrentBatchConfig,ci=!0;function oo(e){ci=!!e}function su(){return ci}function zd(e,t,a){var s=hl(t),p;switch(s){case Go:p=Gi;break;case xo:p=Mp;break;case xc:default:p=kc;break}return p.bind(null,t,a,e)}function Gi(e,t,a,s){var p=Ku(),y=Za.transition;Za.transition=null;try{Wi(Go),kc(e,t,a,s)}finally{Wi(p),Za.transition=y}}function Mp(e,t,a,s){var p=Ku(),y=Za.transition;Za.transition=null;try{Wi(xo),kc(e,t,a,s)}finally{Wi(p),Za.transition=y}}function kc(e,t,a,s){!ci||wh(e,t,a,s)}function wh(e,t,a,s){var p=qf(e,t,a,s);if(p===null){L2(e,t,s,Id,a),t0(e,s);return}if(n0(p,e,t,a,s)){s.stopPropagation();return}if(t0(e,s),t&Ru&&e0(e)){for(;p!==null;){var y=Yd(p);y!==null&&Fd(y);var b=qf(e,t,a,s);if(b===null&&L2(e,t,s,Id,a),b===p)break;p=b}p!==null&&s.stopPropagation();return}L2(e,t,s,null,a)}var Id=null;function qf(e,t,a,s){Id=null;var p=Du(s),y=Pp(p);if(y!==null){var b=fa(y);if(b===null)y=null;else{var F=b.tag;if(F===Fe){var U=au(b);if(U!==null)return U;y=null}else if(F===$){var X=b.stateNode;if(Yi(X))return ss(b);y=null}else b!==y&&(y=null)}}return Id=y,null}function hl(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 pc:return Go;case Ai:return xo;case Fl:case hc:return xc;case iu:return xp;default:return xc}}default:return xc}}function Xv(e,t,a){return e.addEventListener(t,a,!1),a}function Pd(e,t,a){return e.addEventListener(t,a,!0),a}function Rc(e,t,a,s){return e.addEventListener(t,a,{capture:!0,passive:s}),a}function Ch(e,t,a,s){return e.addEventListener(t,a,{passive:s}),a}var Qf=null,Ws=null,hf=null;function vf(e){return Qf=e,Ws=bh(),!0}function _h(){Qf=null,Ws=null,hf=null}function Ud(){if(hf)return hf;var e,t=Ws,a=t.length,s,p=bh(),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 F=s>1?1-s:void 0;return hf=p.slice(e,F),hf}function bh(){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 F in e)if(!!e.hasOwnProperty(F)){var U=e[F];U?this[F]=U(y):this[F]=y[F]}var X=y.defaultPrevented!=null?y.defaultPrevented:y.returnValue===!1;return X?this.isDefaultPrevented=Zf:this.isDefaultPrevented=Qo,this.isPropagationStopped=Qo,this}return vn(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=vn({},Jo,{view:0,detail:0}),qv=Fi(Hd),Fp,Qv,Yu;function a0(e){e!==Yu&&(Yu&&e.type==="mousemove"?(Fp=e.screenX-Yu.screenX,Qv=e.screenY-Yu.screenY):(Fp=0,Qv=0),Yu=e)}var $d=vn({},Hd,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:kh,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:(a0(e),Fp)},movementY:function(e){return"movementY"in e?e.movementY:Qv}}),mf=Fi($d),Jv=vn({},$d,{dataTransfer:0}),ed=Fi(Jv),i0=vn({},Hd,{relatedTarget:0}),xh=Fi(i0),Zv=vn({},Jo,{animationName:0,elapsedTime:0,pseudoElement:0}),Th=Fi(Zv),v2=vn({},Jo,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),m2=Fi(v2),o0=vn({},Jo,{data:0}),e1=Fi(o0),td=e1,g2={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 l0(e){if(e.key){var t=g2[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 y2(e){var t=this,a=t.nativeEvent;if(a.getModifierState)return a.getModifierState(e);var s=fi[e];return s?!!a[s]:!1}function kh(e){return y2}var S2=vn({},Hd,{key:l0,code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:kh,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}}),E2=Fi(S2),u0=vn({},$d,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),t1=Fi(u0),w2=vn({},Hd,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:kh}),Gu=Fi(w2),n1=vn({},Jo,{propertyName:0,elapsedTime:0,pseudoElement:0}),C2=Fi(n1),gf=vn({},$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}),Rh=Fi(gf),nd=[9,13,27,32],Lp=229,Bp=zt&&"CompositionEvent"in window,rd=null;zt&&"documentMode"in document&&(rd=document.documentMode);var _2=zt&&"TextEvent"in window&&!rd,Dh=zt&&(!Bp||rd&&rd>8&&rd<=11),s0=32,r1=String.fromCharCode(s0);function c0(){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 Np=!1;function Ah(e){return(e.ctrlKey||e.altKey||e.metaKey)&&!(e.ctrlKey&&e.altKey)}function f0(e){switch(e){case"compositionstart":return"onCompositionStart";case"compositionend":return"onCompositionEnd";case"compositionupdate":return"onCompositionUpdate"}}function a1(e,t){return e==="keydown"&&t.keyCode===Lp}function d0(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 i1(e){var t=e.detail;return typeof t=="object"&&"data"in t?t.data:null}function Oh(e){return e.locale==="ko"}var Dc=!1;function o1(e,t,a,s,p){var y,b;if(Bp?y=f0(t):Dc?d0(t,s)&&(y="onCompositionEnd"):a1(t,s)&&(y="onCompositionStart"),!y)return null;Dh&&!Oh(s)&&(!Dc&&y==="onCompositionStart"?Dc=vf(p):y==="onCompositionEnd"&&Dc&&(b=Ud()));var F=g0(a,y);if(F.length>0){var U=new e1(y,t,null,s,p);if(e.push({event:U,listeners:F}),b)U.data=b;else{var X=i1(s);X!==null&&(U.data=X)}}}function Mh(e,t){switch(e){case"compositionend":return i1(t);case"keypress":var a=t.which;return a!==s0?null:(Np=!0,r1);case"textInput":var s=t.data;return s===r1&&Np?null:s;default:return null}}function p0(e,t){if(Dc){if(e==="compositionend"||!Bp&&d0(e,t)){var a=Ud();return _h(),Dc=!1,a}return null}switch(e){case"paste":return null;case"keypress":if(!Ah(t)){if(t.char&&t.char.length>1)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return Dh&&!Oh(t)?null:t.data;default:return null}}function b2(e,t,a,s,p){var y;if(_2?y=Mh(t,s):y=p0(t,s),!y)return null;var b=g0(a,"onBeforeInput");if(b.length>0){var F=new td("onBeforeInput","beforeinput",null,s,p);e.push({event:F,listeners:b}),F.data=y}}function Fh(e,t,a,s,p,y,b){o1(e,t,a,s,p),b2(e,t,a,s,p)}var x2={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"?!!x2[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 T2(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 Lh(){An("onChange",["change","click","focusin","focusout","input","keydown","keyup","selectionchange"])}function n(e,t,a,s){As(s);var p=g0(t,"onChange");if(p.length>0){var y=new Zo("onChange","change",null,a,s);e.push({event:y,listeners:p})}}var r=null,c=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,c,e,Du(e)),oc(D,t)}function D(e){j7(e,0)}function V(e){var t=Uh(e);if(Qi(t))return e}function se(e,t){if(e==="change")return t}var pe=!1;zt&&(pe=T2("input")&&(!document.documentMode||document.documentMode>9));function Ie(e,t){r=e,c=t,r.attachEvent("onpropertychange",st)}function ot(){!r||(r.detachEvent("onpropertychange",st),r=null,c=null)}function st(e){e.propertyName==="value"&&V(c)&&_(e)}function it(e,t,a){e==="focusin"?(ot(),Ie(t,a)):e==="focusout"&&ot()}function It(e,t){if(e==="selectionchange"||e==="keyup"||e==="keydown")return V(c)}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 F=a?Uh(a):window,U,X;if(v(F)?U=se:Vd(F)?pe?U=wi:(U=It,X=it):Qt(F)&&(U=an),U){var ee=U(t,a);if(ee){n(e,ee,s,p);return}}X&&X(t,F,a),t==="focusout"&&xe(F)}function Ae(){Er("onMouseEnter",["mouseout","mouseover"]),Er("onMouseLeave",["mouseout","mouseover"]),Er("onPointerEnter",["pointerout","pointerover"]),Er("onPointerLeave",["pointerout","pointerover"])}function gt(e,t,a,s,p,y,b){var F=t==="mouseover"||t==="pointerover",U=t==="mouseout"||t==="pointerout";if(F&&!is(s)){var X=s.relatedTarget||s.fromElement;if(X&&(Pp(X)||E1(X)))return}if(!(!U&&!F)){var ee;if(p.window===p)ee=p;else{var ge=p.ownerDocument;ge?ee=ge.defaultView||ge.parentWindow:ee=window}var ve,Me;if(U){var Ne=s.relatedTarget||s.toElement;if(ve=a,Me=Ne?Pp(Ne):null,Me!==null){var Ke=fa(Me);(Me!==Ke||Me.tag!==J&&Me.tag!==te)&&(Me=null)}}else ve=null,Me=a;if(ve!==Me){var $t=mf,xn="onMouseLeave",pn="onMouseEnter",Mr="mouse";(t==="pointerout"||t==="pointerover")&&($t=t1,xn="onPointerLeave",pn="onPointerEnter",Mr="pointer");var Sr=ve==null?ee:Uh(ve),ke=Me==null?ee:Uh(Me),We=new $t(xn,Mr+"leave",ve,s,p);We.target=Sr,We.relatedTarget=ke;var Re=null,pt=Pp(p);if(pt===a){var jt=new $t(pn,Mr+"enter",Me,s,p);jt.target=ke,jt.relatedTarget=Sr,Re=jt}BP(e,We,Re,ve,Me)}}}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 Hr(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 yf(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,F=s.focusOffset;try{p.nodeType,b.nodeType}catch{return null}return k2(e,p,y,b,F)}function k2(e,t,a,s,p){var y=0,b=-1,F=-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)&&(F=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&&(F=y),(ve=ee.nextSibling)!==null)break;ee=ge,ge=ee.parentNode}ee=ve}return b===-1||F===-1?null:{start:b,end:F}}function mP(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),F=t.end===void 0?b:Math.min(t.end,y);if(!p.extend&&b>F){var U=F;F=b,b=U}var X=Hr(e,b),ee=Hr(e,F);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>F?(p.addRange(ge),p.extend(ee.node,ee.offset)):(ge.setEnd(ee.node,ee.offset),p.addRange(ge))}}}function O7(e){return e&&e.nodeType===tt}function M7(e,t){return!e||!t?!1:e===t?!0:O7(e)?!1:O7(t)?M7(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1}function gP(e){return e&&e.ownerDocument&&M7(e.ownerDocument.documentElement,e)}function yP(e){try{return typeof e.contentWindow.location.href=="string"}catch{return!1}}function F7(){for(var e=window,t=Ti();t instanceof e.HTMLIFrameElement;){if(yP(t))e=t.contentWindow;else return t;t=Ti(e.document)}return t}function R2(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 SP(){var e=F7();return{focusedElem:e,selectionRange:R2(e)?wP(e):null}}function EP(e){var t=F7(),a=e.focusedElem,s=e.selectionRange;if(t!==a&&gP(a)){s!==null&&R2(a)&&CP(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 F=p[b];F.element.scrollLeft=F.left,F.element.scrollTop=F.top}}}function wP(e){var t;return"selectionStart"in e?t={start:e.selectionStart,end:e.selectionEnd}:t=yf(e),t||{start:0,end:0}}function CP(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)):mP(e,t)}var _P=zt&&"documentMode"in document&&document.documentMode<=11;function bP(){An("onSelect",["focusout","contextmenu","dragend","focusin","keydown","keyup","mousedown","mouseup","selectionchange"])}var Bh=null,D2=null,l1=null,A2=!1;function xP(e){if("selectionStart"in e&&R2(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 TP(e){return e.window===e?e.document:e.nodeType===nn?e:e.ownerDocument}function L7(e,t,a){var s=TP(a);if(!(A2||Bh==null||Bh!==Ti(s))){var p=xP(Bh);if(!l1||!En(l1,p)){l1=p;var y=g0(D2,"onSelect");if(y.length>0){var b=new Zo("onSelect","select",null,t,a);e.push({event:b,listeners:y}),b.target=Bh}}}}function kP(e,t,a,s,p,y,b){var F=a?Uh(a):window;switch(t){case"focusin":(Vd(F)||F.contentEditable==="true")&&(Bh=F,D2=a,l1=null);break;case"focusout":Bh=null,D2=null,l1=null;break;case"mousedown":A2=!0;break;case"contextmenu":case"mouseup":case"dragend":A2=!1,L7(e,s,p);break;case"selectionchange":if(_P)break;case"keydown":case"keyup":L7(e,s,p)}}function h0(e,t){var a={};return a[e.toLowerCase()]=t.toLowerCase(),a["Webkit"+e]="webkit"+t,a["Moz"+e]="moz"+t,a}var Nh={animationend:h0("Animation","AnimationEnd"),animationiteration:h0("Animation","AnimationIteration"),animationstart:h0("Animation","AnimationStart"),transitionend:h0("Transition","TransitionEnd")},O2={},B7={};zt&&(B7=document.createElement("div").style,"AnimationEvent"in window||(delete Nh.animationend.animation,delete Nh.animationiteration.animation,delete Nh.animationstart.animation),"TransitionEvent"in window||delete Nh.transitionend.transition);function v0(e){if(O2[e])return O2[e];if(!Nh[e])return e;var t=Nh[e];for(var a in t)if(t.hasOwnProperty(a)&&a in B7)return O2[e]=t[a];return e}var N7=v0("animationend"),z7=v0("animationiteration"),I7=v0("animationstart"),P7=v0("transitionend"),U7=new Map,H7=["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){U7.set(e,t),An(t,[e])}function RP(){for(var e=0;e<H7.length;e++){var t=H7[e],a=t.toLowerCase(),s=t[0].toUpperCase()+t.slice(1);Kd(a,"on"+s)}Kd(N7,"onAnimationEnd"),Kd(z7,"onAnimationIteration"),Kd(I7,"onAnimationStart"),Kd("dblclick","onDoubleClick"),Kd("focusin","onFocus"),Kd("focusout","onBlur"),Kd(P7,"onTransitionEnd")}function DP(e,t,a,s,p,y,b){var F=U7.get(t);if(F!==void 0){var U=Zo,X=t;switch(t){case"keypress":if(Jf(s)===0)return;case"keydown":case"keyup":U=E2;break;case"focusin":X="focus",U=xh;break;case"focusout":X="blur",U=xh;break;case"beforeblur":case"afterblur":U=xh;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=mf;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 N7:case z7:case I7:U=Th;break;case P7:U=C2;break;case"scroll":U=qv;break;case"wheel":U=Rh;break;case"copy":case"cut":case"paste":U=m2;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":U=t1;break}var ee=(y&Ru)!==0;{var ge=!ee&&t==="scroll",ve=FP(a,F,s.type,ee,ge);if(ve.length>0){var Me=new U(F,X,null,s,p);e.push({event:Me,listeners:ve})}}}}RP(),Ae(),Lh(),bP(),c0();function AP(e,t,a,s,p,y,b){DP(e,t,a,s,p,y);var F=(y&tf)===0;F&&(gt(e,t,a,s,p),me(e,t,a,s,p),kP(e,t,a,s,p),Fh(e,t,a,s,p))}var u1=["abort","canplay","canplaythrough","durationchange","emptied","encrypted","ended","error","loadeddata","loadedmetadata","loadstart","pause","play","playing","progress","ratechange","resize","seeked","seeking","stalled","suspend","timeupdate","volumechange","waiting"],M2=new Set(["cancel","close","invalid","load","scroll","toggle"].concat(u1));function $7(e,t,a){var s=e.type||"unknown-event";e.currentTarget=a,nu(s,t,void 0,e),e.currentTarget=null}function OP(e,t,a){var s;if(a)for(var p=t.length-1;p>=0;p--){var y=t[p],b=y.instance,F=y.currentTarget,U=y.listener;if(b!==s&&e.isPropagationStopped())return;$7(e,U,F),s=b}else for(var X=0;X<t.length;X++){var ee=t[X],ge=ee.instance,ve=ee.currentTarget,Me=ee.listener;if(ge!==s&&e.isPropagationStopped())return;$7(e,Me,ve),s=ge}}function j7(e,t){for(var a=(t&Ru)!==0,s=0;s<e.length;s++){var p=e[s],y=p.event,b=p.listeners;OP(y,b,a)}Ou()}function MP(e,t,a,s,p){var y=Du(a),b=[];AP(b,e,s,a,y,t),j7(b,t)}function ei(e,t){M2.has(e)||E('Did not expect a listenToNonDelegatedEvent() call for "%s". This is a bug in React. Please file an issue.',e);var a=!1,s=uH(t),p=NP(e,a);s.has(p)||(V7(t,e,Ds,a),s.add(p))}function F2(e,t,a){M2.has(e)&&!t&&E('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),V7(a,e,s,t)}var m0="_reactListening"+Math.random().toString(36).slice(2);function s1(e){if(!e[m0]){e[m0]=!0,lr.forEach(function(a){a!=="selectionchange"&&(M2.has(a)||F2(a,!1,e),F2(a,!0,e))});var t=e.nodeType===nn?e:e.ownerDocument;t!==null&&(t[m0]||(t[m0]=!0,F2("selectionchange",!1,t)))}}function V7(e,t,a,s,p){var y=zd(e,t,a),b=void 0;os&&(t==="touchstart"||t==="touchmove"||t==="wheel")&&(b=!0),e=e,s?b!==void 0?Rc(e,t,y,b):Pd(e,t,y):b!==void 0?Ch(e,t,y,b):Xv(e,t,y)}function K7(e,t){return e===t||e.nodeType===Rt&&e.parentNode===t}function L2(e,t,a,s,p){var y=s;if((t&al)===0&&(t&Ds)===0){var b=p;if(s!==null){var F=s;e:for(;;){if(F===null)return;var U=F.tag;if(U===$||U===K){var X=F.stateNode.containerInfo;if(K7(X,b))break;if(U===K)for(var ee=F.return;ee!==null;){var ge=ee.tag;if(ge===$||ge===K){var ve=ee.stateNode.containerInfo;if(K7(ve,b))return}ee=ee.return}for(;X!==null;){var Me=Pp(X);if(Me===null)return;var Ne=Me.tag;if(Ne===J||Ne===te){F=y=Me;continue e}X=X.parentNode}}F=F.return}}}oc(function(){return MP(e,t,a,y)})}function c1(e,t,a){return{instance:e,listener:t,currentTarget:a}}function FP(e,t,a,s,p,y){for(var b=t!==null?t+"Capture":null,F=s?b:t,U=[],X=e,ee=null;X!==null;){var ge=X,ve=ge.stateNode,Me=ge.tag;if(Me===J&&ve!==null&&(ee=ve,F!==null)){var Ne=go(X,F);Ne!=null&&U.push(c1(X,Ne,ee))}if(p)break;X=X.return}return U}function g0(e,t){for(var a=t+"Capture",s=[],p=e;p!==null;){var y=p,b=y.stateNode,F=y.tag;if(F===J&&b!==null){var U=b,X=go(p,a);X!=null&&s.unshift(c1(p,X,U));var ee=go(p,t);ee!=null&&s.push(c1(p,ee,U))}p=p.return}return s}function zh(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==J);return e||null}function LP(e,t){for(var a=e,s=t,p=0,y=a;y;y=zh(y))p++;for(var b=0,F=s;F;F=zh(F))b++;for(;p-b>0;)a=zh(a),p--;for(;b-p>0;)s=zh(s),b--;for(var U=p;U--;){if(a===s||s!==null&&a===s.alternate)return a;a=zh(a),s=zh(s)}return null}function W7(e,t,a,s,p){for(var y=t._reactName,b=[],F=a;F!==null&&F!==s;){var U=F,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 Me=go(F,y);Me!=null&&b.unshift(c1(F,Me,ve))}else if(!p){var Ne=go(F,y);Ne!=null&&b.push(c1(F,Ne,ve))}}F=F.return}b.length!==0&&e.push({event:t,listeners:b})}function BP(e,t,a,s,p){var y=s&&p?LP(s,p):null;s!==null&&W7(e,t,s,y,!1),p!==null&&a!==null&&W7(e,a,p,y,!0)}function NP(e,t){return e+"__"+(t?"capture":"bubble")}var Xu=!1,f1="dangerouslySetInnerHTML",y0="suppressContentEditableWarning",Wd="suppressHydrationWarning",Y7="autoFocus",zp="children",Ip="style",S0="__html",B2,E0,d1,G7,w0,X7,q7;B2={dialog:!0,webview:!0},E0=function(e,t){ac(e,t),ia(e,t),ef(e,t,{registrationNameDependencies:Dn,possibleRegistrationNames:sr})},X7=zt&&!document.documentMode,d1=function(e,t,a){if(!Xu){var s=C0(a),p=C0(t);p!==s&&(Xu=!0,E("Prop `%s` did not match. Server: %s Client: %s",e,JSON.stringify(p),JSON.stringify(s)))}},G7=function(e){if(!Xu){Xu=!0;var t=[];e.forEach(function(a){t.push(a)}),E("Extra attributes from the server: %s",t)}},w0=function(e,t){t===!1?E("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):E("Expected `%s` listener to be a function, instead got a value of `%s` type.",e,typeof t)},q7=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 zP=/\r\n?/g,IP=/\u0000|\uFFFD/g;function C0(e){At(e);var t=typeof e=="string"?e:""+e;return t.replace(zP,`
216
- `).replace(IP,"")}function _0(e,t,a,s){var p=C0(t),y=C0(e);if(y!==p&&(s&&(Xu||(Xu=!0,E('Text content did not match. Server: "%s" Client: "%s"',y,p))),a&&Nt))throw new Error("Text content does not match server-rendered HTML.")}function Q7(e){return e.nodeType===nn?e:e.ownerDocument}function PP(){}function b0(e){e.onclick=PP}function UP(e,t,a,s,p){for(var y in s)if(!!s.hasOwnProperty(y)){var b=s[y];if(y===Ip)b&&Object.freeze(b),Ge(t,b);else if(y===f1){var F=b?b[S0]:void 0;F!=null&&_e(t,F)}else if(y===zp)if(typeof b=="string"){var U=e!=="textarea"||b!=="";U&&mr(t,b)}else typeof b=="number"&&mr(t,""+b);else y===y0||y===Wd||y===Y7||(Dn.hasOwnProperty(y)?b!=null&&(typeof b!="function"&&w0(y,b),y==="onScroll"&&ei("scroll",t)):b!=null&&ni(t,y,b,p))}}function HP(e,t,a,s){for(var p=0;p<t.length;p+=2){var y=t[p],b=t[p+1];y===Ip?Ge(e,b):y===f1?_e(e,b):y===zp?mr(e,b):ni(e,y,b,s)}}function $P(e,t,a,s){var p,y=Q7(a),b,F=s;if(F===ki&&(F=I(e)),F===ki){if(p=qa(e,t),!p&&e!==e.toLowerCase()&&E("<%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(F,e);return F===ki&&!p&&Object.prototype.toString.call(b)==="[object HTMLUnknownElement]"&&!sn.call(B2,e)&&(B2[e]=!0,E("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 jP(e,t){return Q7(t).createTextNode(e)}function VP(e,t,a,s){var p=qa(t,a);E0(t,a);var y;switch(t){case"dialog":ei("cancel",e),ei("close",e),y=a;break;case"iframe":case"object":case"embed":ei("load",e),y=a;break;case"video":case"audio":for(var b=0;b<u1.length;b++)ei(u1[b],e);y=a;break;case"source":ei("error",e),y=a;break;case"img":case"image":case"link":ei("error",e),ei("load",e),y=a;break;case"details":ei("toggle",e),y=a;break;case"input":jl(e,a),y=No(e,a),ei("invalid",e);break;case"option":Jn(e,a),y=a;break;case"select":Wl(e,a),y=Xr(e,a),ei("invalid",e);break;case"textarea":Rl(e,a),y=zo(e,a),ei("invalid",e);break;default:y=a}switch(Xa(t,y),UP(t,e,s,y,p),t){case"input":Ea(e),po(e,a,!1);break;case"textarea":Ea(e),Yl(e);break;case"option":vo(e,a);break;case"select":es(e,a);break;default:typeof y.onClick=="function"&&b0(e);break}}function KP(e,t,a,s,p){E0(t,s);var y=null,b,F;switch(t){case"input":b=No(e,a),F=No(e,s),y=[];break;case"select":b=Xr(e,a),F=Xr(e,s),y=[];break;case"textarea":b=zo(e,a),F=zo(e,s),y=[];break;default:b=a,F=s,typeof b.onClick!="function"&&typeof F.onClick=="function"&&b0(e);break}Xa(t,F);var U,X,ee=null;for(U in b)if(!(F.hasOwnProperty(U)||!b.hasOwnProperty(U)||b[U]==null))if(U===Ip){var ge=b[U];for(X in ge)ge.hasOwnProperty(X)&&(ee||(ee={}),ee[X]="")}else U===f1||U===zp||U===y0||U===Wd||U===Y7||(Dn.hasOwnProperty(U)?y||(y=[]):(y=y||[]).push(U,null));for(U in F){var ve=F[U],Me=b!=null?b[U]:void 0;if(!(!F.hasOwnProperty(U)||ve===Me||ve==null&&Me==null))if(U===Ip)if(ve&&Object.freeze(ve),Me){for(X in Me)Me.hasOwnProperty(X)&&(!ve||!ve.hasOwnProperty(X))&&(ee||(ee={}),ee[X]="");for(X in ve)ve.hasOwnProperty(X)&&Me[X]!==ve[X]&&(ee||(ee={}),ee[X]=ve[X])}else ee||(y||(y=[]),y.push(U,ee)),ee=ve;else if(U===f1){var Ne=ve?ve[S0]:void 0,Ke=Me?Me[S0]:void 0;Ne!=null&&Ke!==Ne&&(y=y||[]).push(U,Ne)}else U===zp?(typeof ve=="string"||typeof ve=="number")&&(y=y||[]).push(U,""+ve):U===y0||U===Wd||(Dn.hasOwnProperty(U)?(ve!=null&&(typeof ve!="function"&&w0(U,ve),U==="onScroll"&&ei("scroll",e)),!y&&Me!==ve&&(y=[])):(y=y||[]).push(U,ve))}return ee&&(mn(ee,F[Ip]),(y=y||[]).push(Ip,ee)),y}function WP(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(HP(e,t,y,b),a){case"input":fo(e,p);break;case"textarea":Ga(e,p);break;case"select":bu(e,p);break}}function YP(e){{var t=e.toLowerCase();return ks.hasOwnProperty(t)&&ks[t]||null}}function GP(e,t,a,s,p,y,b){var F,U;switch(F=qa(t,a),E0(t,a),t){case"dialog":ei("cancel",e),ei("close",e);break;case"iframe":case"object":case"embed":ei("load",e);break;case"video":case"audio":for(var X=0;X<u1.length;X++)ei(u1[X],e);break;case"source":ei("error",e);break;case"img":case"image":case"link":ei("error",e),ei("load",e);break;case"details":ei("toggle",e);break;case"input":jl(e,a),ei("invalid",e);break;case"option":Jn(e,a);break;case"select":Wl(e,a),ei("invalid",e);break;case"textarea":Rl(e,a),ei("invalid",e);break}Xa(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 Me=null;for(var Ne in a)if(!!a.hasOwnProperty(Ne)){var Ke=a[Ne];if(Ne===zp)typeof Ke=="string"?e.textContent!==Ke&&(a[Wd]!==!0&&_0(e.textContent,Ke,y,b),Me=[zp,Ke]):typeof Ke=="number"&&e.textContent!==""+Ke&&(a[Wd]!==!0&&_0(e.textContent,Ke,y,b),Me=[zp,""+Ke]);else if(Dn.hasOwnProperty(Ne))Ke!=null&&(typeof Ke!="function"&&w0(Ne,Ke),Ne==="onScroll"&&ei("scroll",e));else if(b&&!0&&typeof F=="boolean"){var $t=void 0,xn=F&&tr?null:Kn(Ne);if(a[Wd]!==!0){if(!(Ne===y0||Ne===Wd||Ne==="value"||Ne==="checked"||Ne==="selected")){if(Ne===f1){var pn=e.innerHTML,Mr=Ke?Ke[S0]:void 0;if(Mr!=null){var Sr=q7(e,Mr);Sr!==pn&&d1(Ne,pn,Sr)}}else if(Ne===Ip){if(U.delete(Ne),X7){var ke=Le(Ke);$t=e.getAttribute("style"),ke!==$t&&d1(Ne,$t,ke)}}else if(F&&!tr)U.delete(Ne.toLowerCase()),$t=qi(e,Ne,Ke),Ke!==$t&&d1(Ne,$t,Ke);else if(!In(Ne,xn,F)&&!Mn(Ne,Ke,xn,F)){var We=!1;if(xn!==null)U.delete(xn.attributeName),$t=di(e,Ne,Ke,xn);else{var Re=s;if(Re===ki&&(Re=I(t)),Re===ki)U.delete(Ne.toLowerCase());else{var pt=YP(Ne);pt!==null&&pt!==Ne&&(We=!0,U.delete(pt)),U.delete(Ne)}$t=qi(e,Ne,Ke)}var jt=tr;!jt&&Ke!==$t&&!We&&d1(Ne,$t,Ke)}}}}}switch(b&&U.size>0&&a[Wd]!==!0&&G7(U),t){case"input":Ea(e),po(e,a,!0);break;case"textarea":Ea(e),Yl(e);break;case"select":case"option":break;default:typeof a.onClick=="function"&&b0(e);break}return Me}function XP(e,t,a){var s=e.nodeValue!==t;return s}function N2(e,t){{if(Xu)return;Xu=!0,E("Did not expect server HTML to contain a <%s> in <%s>.",t.nodeName.toLowerCase(),e.nodeName.toLowerCase())}}function z2(e,t){{if(Xu)return;Xu=!0,E('Did not expect server HTML to contain the text node "%s" in <%s>.',t.nodeValue,e.nodeName.toLowerCase())}}function I2(e,t,a){{if(Xu)return;Xu=!0,E("Expected server HTML to contain a matching <%s> in <%s>.",t,e.nodeName.toLowerCase())}}function P2(e,t){{if(t===""||Xu)return;Xu=!0,E('Expected server HTML to contain a matching text node for "%s" in <%s>.',t,e.nodeName.toLowerCase())}}function qP(e,t,a){switch(t){case"input":Vl(e,a);return;case"textarea":Gl(e,a);return;case"select":xs(e,a);return}}var p1=function(){},h1=function(){};{var QP=["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"],J7=["applet","caption","html","table","td","th","marquee","object","template","foreignObject","desc","title"],JP=J7.concat(["button"]),ZP=["dd","dt","li","option","optgroup","p","rp","rt"],Z7={current:null,formTag:null,aTagInScope:null,buttonTagInScope:null,nobrTagInScope:null,pTagInButtonScope:null,listItemTagAutoclosing:null,dlItemTagAutoclosing:null};h1=function(e,t){var a=vn({},e||Z7),s={tag:t};return J7.indexOf(t)!==-1&&(a.aTagInScope=null,a.buttonTagInScope=null,a.nobrTagInScope=null),JP.indexOf(t)!==-1&&(a.pTagInButtonScope=null),QP.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 eU=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 ZP.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},tU=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},eC={};p1=function(e,t,a){a=a||Z7;var s=a.current,p=s&&s.tag;t!=null&&(e!=null&&E("validateDOMNesting: when childText is passed, childTag should be null"),e="#text");var y=eU(e,p)?null:s,b=y?null:tU(e,a),F=y||b;if(!!F){var U=F.tag,X=!!y+"|"+e+"|"+U;if(!eC[X]){eC[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."),E("validateDOMNesting(...): %s cannot appear as a child of <%s>.%s%s",ee,U,ge,ve)}else E("validateDOMNesting(...): %s cannot appear as a descendant of <%s>.",ee,U)}}}}var x0="suppressHydrationWarning",T0="$",k0="/$",v1="$?",m1="$!",nU="style",U2=null,H2=null;function rU(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 F=t.toLowerCase(),U=h1(null,F);return{namespace:a,ancestorInfo:U}}}function aU(e,t,a){{var s=e,p=W(s.namespace,t),y=h1(s.ancestorInfo,t);return{namespace:p,ancestorInfo:y}}}function nK(e){return e}function iU(e){U2=su(),H2=SP();var t=null;return oo(!1),t}function oU(e){EP(H2),oo(U2),U2=null,H2=null}function lU(e,t,a,s,p){var y;{var b=s;if(p1(e,null,b.ancestorInfo),typeof t.children=="string"||typeof t.children=="number"){var F=""+t.children,U=h1(b.ancestorInfo,e);p1(null,F,U)}y=b.namespace}var X=$P(e,t,a,y);return S1(p,X),X2(X,t),X}function uU(e,t){e.appendChild(t)}function sU(e,t,a,s,p){switch(VP(e,t,a,s),t){case"button":case"input":case"select":case"textarea":return!!a.autoFocus;case"img":return!0;default:return!1}}function cU(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 F=""+s.children,U=h1(b.ancestorInfo,t);p1(null,F,U)}}return KP(e,t,a,s)}function $2(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 fU(e,t,a,s){{var p=a;p1(null,e,p.ancestorInfo)}var y=jP(e,t);return S1(s,y),y}function dU(){var e=window.event;return e===void 0?xc:hl(e.type)}var j2=typeof setTimeout=="function"?setTimeout:void 0,pU=typeof clearTimeout=="function"?clearTimeout:void 0,V2=-1,tC=typeof Promise=="function"?Promise:void 0,hU=typeof queueMicrotask=="function"?queueMicrotask:typeof tC<"u"?function(e){return tC.resolve(null).then(e).catch(vU)}:j2;function vU(e){setTimeout(function(){throw e})}function mU(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 gU(e,t,a,s,p,y){WP(e,t,a,s,p),X2(e,p)}function nC(e){mr(e,"")}function yU(e,t,a){e.nodeValue=a}function SU(e,t){e.appendChild(t)}function EU(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&&b0(a)}function wU(e,t,a){e.insertBefore(t,a)}function CU(e,t,a){e.nodeType===Rt?e.parentNode.insertBefore(t,a):e.insertBefore(t,a)}function _U(e,t){e.removeChild(t)}function bU(e,t){e.nodeType===Rt?e.parentNode.removeChild(t):e.removeChild(t)}function K2(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===k0)if(s===0){e.removeChild(p),yr(t);return}else s--;else(y===T0||y===v1||y===m1)&&s++}a=p}while(a);yr(t)}function xU(e,t){e.nodeType===Rt?K2(e.parentNode,t):e.nodeType===De&&K2(e,t),yr(e)}function TU(e){e=e;var t=e.style;typeof t.setProperty=="function"?t.setProperty("display","none","important"):t.display="none"}function kU(e){e.nodeValue=""}function RU(e,t){e=e;var a=t[nU],s=a!=null&&a.hasOwnProperty("display")?a.display:null;e.style.display=Xl("display",s)}function DU(e,t){e.nodeValue=t}function AU(e){e.nodeType===De?e.textContent="":e.nodeType===nn&&e.documentElement&&e.removeChild(e.documentElement)}function OU(e,t,a){return e.nodeType!==De||t.toLowerCase()!==e.nodeName.toLowerCase()?null:e}function MU(e,t){return t===""||e.nodeType!==tt?null:e}function FU(e){return e.nodeType!==Rt?null:e}function rC(e){return e.data===v1}function W2(e){return e.data===m1}function LU(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 BU(e,t){e._reactRetry=t}function R0(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===T0||a===m1||a===v1)break;if(a===k0)return null}}return e}function g1(e){return R0(e.nextSibling)}function NU(e){return R0(e.firstChild)}function zU(e){return R0(e.firstChild)}function IU(e){return R0(e.nextSibling)}function PU(e,t,a,s,p,y,b){S1(y,e),X2(e,a);var F;{var U=p;F=U.namespace}var X=(y.mode&Wn)!==qt;return GP(e,t,a,F,s,X,b)}function UU(e,t,a,s){return S1(a,e),a.mode&Wn,XP(e,t)}function HU(e,t){S1(t,e)}function $U(e){for(var t=e.nextSibling,a=0;t;){if(t.nodeType===Rt){var s=t.data;if(s===k0){if(a===0)return g1(t);a--}else(s===T0||s===m1||s===v1)&&a++}t=t.nextSibling}return null}function aC(e){for(var t=e.previousSibling,a=0;t;){if(t.nodeType===Rt){var s=t.data;if(s===T0||s===m1||s===v1){if(a===0)return t;a--}else s===k0&&a++}t=t.previousSibling}return null}function jU(e){yr(e)}function VU(e){yr(e)}function KU(e){return e!=="head"&&e!=="body"}function WU(e,t,a,s){var p=!0;_0(t.nodeValue,a,s,p)}function YU(e,t,a,s,p,y){if(t[x0]!==!0){var b=!0;_0(s.nodeValue,p,y,b)}}function GU(e,t){t.nodeType===De?N2(e,t):t.nodeType===Rt||z2(e,t)}function XU(e,t){{var a=e.parentNode;a!==null&&(t.nodeType===De?N2(a,t):t.nodeType===Rt||z2(a,t))}}function qU(e,t,a,s,p){(p||t[x0]!==!0)&&(s.nodeType===De?N2(a,s):s.nodeType===Rt||z2(a,s))}function QU(e,t,a){I2(e,t)}function JU(e,t){P2(e,t)}function ZU(e,t,a){{var s=e.parentNode;s!==null&&I2(s,t)}}function eH(e,t){{var a=e.parentNode;a!==null&&P2(a,t)}}function tH(e,t,a,s,p,y){(y||t[x0]!==!0)&&I2(a,s)}function nH(e,t,a,s,p){(p||t[x0]!==!0)&&P2(a,s)}function rH(e){E("An error occurred during hydration. The server HTML was replaced with client content in <%s>.",e.nodeName.toLowerCase())}function aH(e){s1(e)}var Ih=Math.random().toString(36).slice(2),Ph="__reactFiber$"+Ih,Y2="__reactProps$"+Ih,y1="__reactContainer$"+Ih,G2="__reactEvents$"+Ih,iH="__reactListeners$"+Ih,oH="__reactHandles$"+Ih;function lH(e){delete e[Ph],delete e[Y2],delete e[G2],delete e[iH],delete e[oH]}function S1(e,t){t[Ph]=e}function D0(e,t){t[y1]=e}function iC(e){e[y1]=null}function E1(e){return!!e[y1]}function Pp(e){var t=e[Ph];if(t)return t;for(var a=e.parentNode;a;){if(t=a[y1]||a[Ph],t){var s=t.alternate;if(t.child!==null||s!==null&&s.child!==null)for(var p=aC(e);p!==null;){var y=p[Ph];if(y)return y;p=aC(p)}return t}e=a,a=e.parentNode}return null}function Yd(e){var t=e[Ph]||e[y1];return t&&(t.tag===J||t.tag===te||t.tag===Fe||t.tag===$)?t:null}function Uh(e){if(e.tag===J||e.tag===te)return e.stateNode;throw new Error("getNodeFromInstance: Invalid argument.")}function A0(e){return e[Y2]||null}function X2(e,t){e[Y2]=t}function uH(e){var t=e[G2];return t===void 0&&(t=e[G2]=new Set),t}var oC={},lC=l.ReactDebugCurrentFrame;function O0(e){if(e){var t=e._owner,a=at(e.type,e._source,t?t.type:null);lC.setExtraStackFrame(a)}else lC.setExtraStackFrame(null)}function Ac(e,t,a,s,p){{var y=Function.call.bind(sn);for(var b in e)if(y(e,b)){var F=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}F=e[b](t,b,s,a,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(X){F=X}F&&!(F instanceof Error)&&(O0(p),E("%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 F),O0(null)),F instanceof Error&&!(F.message in oC)&&(oC[F.message]=!0,O0(p),E("Failed %s type: %s",a,F.message),O0(null))}}}var q2=[],M0;M0=[];var ad=-1;function Gd(e){return{current:e}}function zl(e,t){if(ad<0){E("Unexpected pop.");return}t!==M0[ad]&&E("Unexpected Fiber popped."),e.current=q2[ad],q2[ad]=null,M0[ad]=null,ad--}function Il(e,t,a){ad++,q2[ad]=e.current,M0[ad]=a,e.current=t}var Q2;Q2={};var ys={};Object.freeze(ys);var id=Gd(ys),Sf=Gd(!1),J2=ys;function Hh(e,t,a){return a&&Ef(t)?J2:id.current}function uC(e,t,a){{var s=e.stateNode;s.__reactInternalMemoizedUnmaskedChildContext=t,s.__reactInternalMemoizedMaskedChildContext=a}}function $h(e,t){{var a=e.type,s=a.contextTypes;if(!s)return ys;var p=e.stateNode;if(p&&p.__reactInternalMemoizedUnmaskedChildContext===t)return p.__reactInternalMemoizedMaskedChildContext;var y={};for(var b in s)y[b]=t[b];{var F=un(e)||"Unknown";Ac(s,y,"context",F)}return p&&uC(e,t,y),y}}function F0(){return Sf.current}function Ef(e){{var t=e.childContextTypes;return t!=null}}function L0(e){zl(Sf,e),zl(id,e)}function Z2(e){zl(Sf,e),zl(id,e)}function sC(e,t,a){{if(id.current!==ys)throw new Error("Unexpected context found on stack. This error is likely caused by a bug in React. Please file an issue.");Il(id,t,e),Il(Sf,a,e)}}function cC(e,t,a){{var s=e.stateNode,p=t.childContextTypes;if(typeof s.getChildContext!="function"){{var y=un(e)||"Unknown";Q2[y]||(Q2[y]=!0,E("%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 F in b)if(!(F in p))throw new Error((un(e)||"Unknown")+'.getChildContext(): key "'+F+'" is not defined in childContextTypes.');{var U=un(e)||"Unknown";Ac(p,b,"child context",U)}return vn({},a,b)}}function B0(e){{var t=e.stateNode,a=t&&t.__reactInternalMemoizedMergedChildContext||ys;return J2=id.current,Il(id,a,e),Il(Sf,Sf.current,e),!0}}function fC(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=cC(e,t,J2);s.__reactInternalMemoizedMergedChildContext=p,zl(Sf,e),zl(id,e),Il(id,p,e),Il(Sf,a,e)}else zl(Sf,e),Il(Sf,a,e)}}function sH(e){{if(!Qa(e)||e.tag!==B)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 B:{var a=t.type;if(Ef(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,N0=1,od=null,e3=!1,t3=!1;function dC(e){od===null?od=[e]:od.push(e)}function cH(e){e3=!0,dC(e)}function pC(){e3&&qd()}function qd(){if(!t3&&od!==null){t3=!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,e3=!1}catch(y){throw od!==null&&(od=od.slice(e+1)),cs(pc,qd),y}finally{Wi(t),t3=!1}}return null}var jh=[],Vh=0,z0=null,I0=0,Ys=[],Gs=0,Up=null,ld=1,ud="";function fH(e){return $p(),(e.flags&Bs)!==rn}function dH(e){return $p(),I0}function pH(){var e=ud,t=ld,a=t&~hH(t);return a.toString(32)+e}function Hp(e,t){$p(),jh[Vh++]=I0,jh[Vh++]=z0,z0=e,I0=t}function hC(e,t,a){$p(),Ys[Gs++]=ld,Ys[Gs++]=ud,Ys[Gs++]=Up,Up=e;var s=ld,p=ud,y=P0(s)-1,b=s&~(1<<y),F=a+1,U=P0(t)+y;if(U>30){var X=y-y%5,ee=(1<<X)-1,ge=(b&ee).toString(32),ve=b>>X,Me=y-X,Ne=P0(t)+Me,Ke=F<<Me,$t=Ke|ve,xn=ge+p;ld=1<<Ne|$t,ud=xn}else{var pn=F<<y,Mr=pn|b,Sr=p;ld=1<<U|Mr,ud=Sr}}function n3(e){$p();var t=e.return;if(t!==null){var a=1,s=0;Hp(e,a),hC(e,a,s)}}function P0(e){return 32-yc(e)}function hH(e){return 1<<P0(e)-1}function r3(e){for(;e===z0;)z0=jh[--Vh],jh[Vh]=null,I0=jh[--Vh],jh[Vh]=null;for(;e===Up;)Up=Ys[--Gs],Ys[Gs]=null,ud=Ys[--Gs],Ys[Gs]=null,ld=Ys[--Gs],Ys[Gs]=null}function vH(){return $p(),Up!==null?{id:ld,overflow:ud}:null}function mH(e,t){$p(),Ys[Gs++]=ld,Ys[Gs++]=ud,Ys[Gs++]=Up,ld=t.id,ud=t.overflow,Up=e}function $p(){ml()||E("Expected to be hydrating. This is a bug in React. Please file an issue.")}var vl=null,Xs=null,Oc=!1,jp=!1,Qd=null;function gH(){Oc&&E("We should not be hydrating here. This is a bug in React. Please file a bug.")}function vC(){jp=!0}function yH(){return jp}function SH(e){var t=e.stateNode.containerInfo;return Xs=zU(t),vl=e,Oc=!0,Qd=null,jp=!1,!0}function EH(e,t,a){return Xs=IU(t),vl=e,Oc=!0,Qd=null,jp=!1,a!==null&&mH(e,a),!0}function mC(e,t){switch(e.tag){case $:{GU(e.stateNode.containerInfo,t);break}case J:{var a=(e.mode&Wn)!==qt;qU(e.type,e.memoizedProps,e.stateNode,t,a);break}case Fe:{var s=e.memoizedState;s.dehydrated!==null&&XU(s.dehydrated,t);break}}}function gC(e,t){mC(e,t);var a=_V();a.stateNode=t,a.return=e;var s=e.deletions;s===null?(e.deletions=[a],e.flags|=or):s.push(a)}function a3(e,t){{if(jp)return;switch(e.tag){case $:{var a=e.stateNode.containerInfo;switch(t.tag){case J:var s=t.type;t.pendingProps,QU(a,s);break;case te:var p=t.pendingProps;JU(a,p);break}break}case J:{var y=e.type,b=e.memoizedProps,F=e.stateNode;switch(t.tag){case J:{var U=t.type,X=t.pendingProps,ee=(e.mode&Wn)!==qt;tH(y,b,F,U,X,ee);break}case te:{var ge=t.pendingProps,ve=(e.mode&Wn)!==qt;nH(y,b,F,ge,ve);break}}break}case Fe:{var Me=e.memoizedState,Ne=Me.dehydrated;if(Ne!==null)switch(t.tag){case J:var Ke=t.type;t.pendingProps,ZU(Ne,Ke);break;case te:var $t=t.pendingProps;eH(Ne,$t);break}break}default:return}}}function yC(e,t){t.flags=t.flags&~$o|Ur,a3(e,t)}function SC(e,t){switch(e.tag){case J:{var a=e.type;e.pendingProps;var s=OU(t,a);return s!==null?(e.stateNode=s,vl=e,Xs=NU(s),!0):!1}case te:{var p=e.pendingProps,y=MU(t,p);return y!==null?(e.stateNode=y,vl=e,Xs=null,!0):!1}case Fe:{var b=FU(t);if(b!==null){var F={dehydrated:b,treeContext:vH(),retryLane:ji};e.memoizedState=F;var U=bV(b);return U.return=e,e.child=U,vl=e,Xs=null,!0}return!1}default:return!1}}function i3(e){return(e.mode&Wn)!==qt&&(e.flags&Cn)===rn}function o3(e){throw new Error("Hydration failed because the initial UI does not match what was rendered on the server.")}function l3(e){if(!!Oc){var t=Xs;if(!t){i3(e)&&(a3(vl,e),o3()),yC(vl,e),Oc=!1,vl=e;return}var a=t;if(!SC(e,t)){i3(e)&&(a3(vl,e),o3()),t=g1(a);var s=vl;if(!t||!SC(e,t)){yC(vl,e),Oc=!1,vl=e;return}gC(s,a)}}}function wH(e,t,a){var s=e.stateNode,p=!jp,y=PU(s,e.type,e.memoizedProps,t,a,e,p);return e.updateQueue=y,y!==null}function CH(e){var t=e.stateNode,a=e.memoizedProps,s=UU(t,a,e);if(s){var p=vl;if(p!==null)switch(p.tag){case $:{var y=p.stateNode.containerInfo,b=(p.mode&Wn)!==qt;WU(y,t,a,b);break}case J:{var F=p.type,U=p.memoizedProps,X=p.stateNode,ee=(p.mode&Wn)!==qt;YU(F,U,X,t,a,ee);break}}}return s}function _H(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.");HU(a,e)}function bH(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 $U(a)}function EC(e){for(var t=e.return;t!==null&&t.tag!==J&&t.tag!==$&&t.tag!==Fe;)t=t.return;vl=t}function U0(e){if(e!==vl)return!1;if(!Oc)return EC(e),Oc=!0,!1;if(e.tag!==$&&(e.tag!==J||KU(e.type)&&!$2(e.type,e.memoizedProps))){var t=Xs;if(t)if(i3(e))wC(e),o3();else for(;t;)gC(e,t),t=g1(t)}return EC(e),e.tag===Fe?Xs=bH(e):Xs=vl?g1(e.stateNode):null,!0}function xH(){return Oc&&Xs!==null}function wC(e){for(var t=Xs;t;)mC(e,t),t=g1(t)}function Kh(){vl=null,Xs=null,Oc=!1,jp=!1}function CC(){Qd!==null&&(m_(Qd),Qd=null)}function ml(){return Oc}function u3(e){Qd===null?Qd=[e]:Qd.push(e)}var TH=l.ReactCurrentBatchConfig,kH=null;function RH(){return TH.transition}var Mc={recordUnsafeLifecycleWarnings:function(e,t){},flushPendingUnsafeLifecycleWarnings:function(){},recordLegacyContextWarning:function(e,t){},flushLegacyContextWarning:function(){},discardPendingWarnings:function(){}};{var DH=function(e){for(var t=null,a=e;a!==null;)a.mode&Qr&&(t=a),a=a.return;return t},Vp=function(e){var t=[];return e.forEach(function(a){t.push(a)}),t.sort().join(", ")},w1=[],C1=[],_1=[],b1=[],x1=[],T1=[],Kp=new Set;Mc.recordUnsafeLifecycleWarnings=function(e,t){Kp.has(e.type)||(typeof t.componentWillMount=="function"&&t.componentWillMount.__suppressDeprecationWarning!==!0&&w1.push(e),e.mode&Qr&&typeof t.UNSAFE_componentWillMount=="function"&&C1.push(e),typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps.__suppressDeprecationWarning!==!0&&_1.push(e),e.mode&Qr&&typeof t.UNSAFE_componentWillReceiveProps=="function"&&b1.push(e),typeof t.componentWillUpdate=="function"&&t.componentWillUpdate.__suppressDeprecationWarning!==!0&&x1.push(e),e.mode&Qr&&typeof t.UNSAFE_componentWillUpdate=="function"&&T1.push(e))},Mc.flushPendingUnsafeLifecycleWarnings=function(){var e=new Set;w1.length>0&&(w1.forEach(function(ve){e.add(un(ve)||"Component"),Kp.add(ve.type)}),w1=[]);var t=new Set;C1.length>0&&(C1.forEach(function(ve){t.add(un(ve)||"Component"),Kp.add(ve.type)}),C1=[]);var a=new Set;_1.length>0&&(_1.forEach(function(ve){a.add(un(ve)||"Component"),Kp.add(ve.type)}),_1=[]);var s=new Set;b1.length>0&&(b1.forEach(function(ve){s.add(un(ve)||"Component"),Kp.add(ve.type)}),b1=[]);var p=new Set;x1.length>0&&(x1.forEach(function(ve){p.add(un(ve)||"Component"),Kp.add(ve.type)}),x1=[]);var y=new Set;if(T1.length>0&&(T1.forEach(function(ve){y.add(un(ve)||"Component"),Kp.add(ve.type)}),T1=[]),t.size>0){var b=Vp(t);E(`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 F=Vp(s);E(`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`,F)}if(y.size>0){var U=Vp(y);E(`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=Vp(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=Vp(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=Vp(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 H0=new Map,_C=new Set;Mc.recordLegacyContextWarning=function(e,t){var a=DH(e);if(a===null){E("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(!_C.has(e.type)){var s=H0.get(a);(e.type.contextTypes!=null||e.type.childContextTypes!=null||t!==null&&typeof t.getChildContext=="function")&&(s===void 0&&(s=[],H0.set(a,s)),s.push(e))}},Mc.flushLegacyContextWarning=function(){H0.forEach(function(e,t){if(e.length!==0){var a=e[0],s=new Set;e.forEach(function(y){s.add(un(y)||"Component"),_C.add(y.type)});var p=Vp(s);try{vr(a),E(`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{_r()}}})},Mc.discardPendingWarnings=function(){w1=[],C1=[],_1=[],b1=[],x1=[],T1=[],H0=new Map}}function Fc(e,t){if(e&&e.defaultProps){var a=vn({},t),s=e.defaultProps;for(var p in s)a[p]===void 0&&(a[p]=s[p]);return a}return t}var s3=Gd(null),c3;c3={};var $0=null,Wh=null,f3=null,j0=!1;function V0(){$0=null,Wh=null,f3=null,j0=!1}function bC(){j0=!0}function xC(){j0=!1}function TC(e,t,a){Il(s3,t._currentValue,e),t._currentValue=a,t._currentRenderer!==void 0&&t._currentRenderer!==null&&t._currentRenderer!==c3&&E("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),t._currentRenderer=c3}function d3(e,t){var a=s3.current;zl(s3,t),e._currentValue=a}function p3(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&&E("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 AH(e,t,a){OH(e,t,a)}function OH(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===B){var F=$n(a),U=sd(Gr,F);U.tag=W0;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)),p3(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 Me=s.return;if(Me===null)throw new Error("We just came from a parent so we must have had a parent. This is a bug in React.");Me.lanes=Un(Me.lanes,a);var Ne=Me.alternate;Ne!==null&&(Ne.lanes=Un(Ne.lanes,a)),p3(Me,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 Yh(e,t){$0=e,Wh=null,f3=null;var a=e.dependencies;if(a!==null){var s=a.firstContext;s!==null&&(Ki(a.lanes,t)&&U1(),a.firstContext=null)}}function uo(e){j0&&E("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(f3!==e){var a={context:e,memoizedValue:t,next:null};if(Wh===null){if($0===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().");Wh=a,$0.dependencies={lanes:Ve,firstContext:a}}else Wh=Wh.next=a}return t}var Wp=null;function h3(e){Wp===null?Wp=[e]:Wp.push(e)}function MH(){if(Wp!==null){for(var e=0;e<Wp.length;e++){var t=Wp[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}}Wp=null}}function kC(e,t,a,s){var p=t.interleaved;return p===null?(a.next=a,h3(t)):(a.next=p.next,p.next=a),t.interleaved=a,K0(e,s)}function FH(e,t,a,s){var p=t.interleaved;p===null?(a.next=a,h3(t)):(a.next=p.next,p.next=a),t.interleaved=a}function LH(e,t,a,s){var p=t.interleaved;return p===null?(a.next=a,h3(t)):(a.next=p.next,p.next=a),t.interleaved=a,K0(e,s)}function qu(e,t){return K0(e,t)}var BH=K0;function K0(e,t){e.lanes=Un(e.lanes,t);var a=e.alternate;a!==null&&(a.lanes=Un(a.lanes,t)),a===null&&(e.flags&(Ur|$o))!==rn&&R_(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&(Ur|$o))!==rn&&R_(e),s=p,p=p.return;if(s.tag===$){var y=s.stateNode;return y}else return null}var RC=0,DC=1,W0=2,v3=3,Y0=!1,m3,G0;m3=!1,G0=null;function g3(e){var t={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:Ve},effects:null};e.updateQueue=t}function AC(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:RC,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(G0===p&&!m3&&(E("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."),m3=!0),Bj()){var y=p.pending;return y===null?t.next=t:(t.next=y.next,y.next=t),p.pending=t,BH(e,a)}else return LH(e,p,t,a)}function X0(e,t,a){var s=t.updateQueue;if(s!==null){var p=s.shared;if(Je(a)){var y=p.lanes;y=bp(y,e.pendingLanes);var b=Un(y,a);p.lanes=b,Md(e,b)}}}function y3(e,t){var a=e.updateQueue,s=e.alternate;if(s!==null){var p=s.updateQueue;if(a===p){var y=null,b=null,F=a.firstBaseUpdate;if(F!==null){var U=F;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 NH(e,t,a,s,p,y){switch(a.tag){case DC:{var b=a.payload;if(typeof b=="function"){bC();var F=b.call(y,s,p);{if(e.mode&Qr){_a(!0);try{b.call(y,s,p)}finally{_a(!1)}}xC()}return F}return b}case v3:e.flags=e.flags&~oi|Cn;case RC:{var U=a.payload,X;if(typeof U=="function"){bC(),X=U.call(y,s,p);{if(e.mode&Qr){_a(!0);try{U.call(y,s,p)}finally{_a(!1)}}xC()}}else X=U;return X==null?s:vn({},s,X)}case W0:return Y0=!0,s}return s}function q0(e,t,a,s){var p=e.updateQueue;Y0=!1,G0=p.shared;var y=p.firstBaseUpdate,b=p.lastBaseUpdate,F=p.shared.pending;if(F!==null){p.shared.pending=null;var U=F,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 Me=p.baseState,Ne=Ve,Ke=null,$t=null,xn=null,pn=y;do{var Mr=pn.lane,Sr=pn.eventTime;if(Vu(s,Mr)){if(xn!==null){var We={eventTime:Sr,lane:Zn,tag:pn.tag,payload:pn.payload,callback:pn.callback,next:null};xn=xn.next=We}Me=NH(e,p,pn,Me,t,a);var Re=pn.callback;if(Re!==null&&pn.lane!==Zn){e.flags|=So;var pt=p.effects;pt===null?p.effects=[pn]:pt.push(pn)}}else{var ke={eventTime:Sr,lane:Mr,tag:pn.tag,payload:pn.payload,callback:pn.callback,next:null};xn===null?($t=xn=ke,Ke=Me):xn=xn.next=ke,Ne=Un(Ne,Mr)}if(pn=pn.next,pn===null){if(F=p.shared.pending,F===null)break;var jt=F,Bt=jt.next;jt.next=null,pn=Bt,p.lastBaseUpdate=jt,p.shared.pending=null}}while(!0);xn===null&&(Ke=Me),p.baseState=Ke,p.firstBaseUpdate=$t,p.lastBaseUpdate=xn;var Nn=p.shared.interleaved;if(Nn!==null){var Yn=Nn;do Ne=Un(Ne,Yn.lane),Yn=Yn.next;while(Yn!==Nn)}else y===null&&(p.shared.lanes=Ve);J1(Ne),e.lanes=Ne,e.memoizedState=Me}G0=null}function zH(e,t){if(typeof e!="function")throw new Error("Invalid argument passed as callback. Expected a function. Instead "+("received: "+e));e.call(t)}function OC(){Y0=!1}function Q0(){return Y0}function MC(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,zH(b,a))}}var S3={},FC=new o.Component().refs,E3,w3,C3,_3,b3,LC,J0,x3,T3,k3;{E3=new Set,w3=new Set,C3=new Set,_3=new Set,x3=new Set,b3=new Set,T3=new Set,k3=new Set;var BC=new Set;J0=function(e,t){if(!(e===null||typeof e=="function")){var a=t+"_"+e;BC.has(a)||(BC.add(a),E("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",t,e))}},LC=function(e,t){if(t===void 0){var a=ln(e)||"Component";b3.has(a)||(b3.add(a),E("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",a))}},Object.defineProperty(S3,"_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(S3)}function R3(e,t,a,s){var p=e.memoizedState,y=a(s,p);{if(e.mode&Qr){_a(!0);try{y=a(s,p)}finally{_a(!1)}}LC(t,y)}var b=y==null?p:vn({},p,y);if(e.memoizedState=b,e.lanes===Ve){var F=e.updateQueue;F.baseState=b}}var D3={isMounted:Fa,enqueueSetState:function(e,t,a){var s=Pi(e),p=du(),y=op(s),b=sd(p,y);b.payload=t,a!=null&&(J0(a,"setState"),b.callback=a);var F=Jd(s,b,y);F!==null&&(Fo(F,s,y,p),X0(F,s,y)),Ja(s,y)},enqueueReplaceState:function(e,t,a){var s=Pi(e),p=du(),y=op(s),b=sd(p,y);b.tag=DC,b.payload=t,a!=null&&(J0(a,"replaceState"),b.callback=a);var F=Jd(s,b,y);F!==null&&(Fo(F,s,y,p),X0(F,s,y)),Ja(s,y)},enqueueForceUpdate:function(e,t){var a=Pi(e),s=du(),p=op(a),y=sd(s,p);y.tag=W0,t!=null&&(J0(t,"forceUpdate"),y.callback=t);var b=Jd(a,y,p);b!==null&&(Fo(b,a,p,s),X0(b,a,p)),gc(a,p)}};function NC(e,t,a,s,p,y,b){var F=e.stateNode;if(typeof F.shouldComponentUpdate=="function"){var U=F.shouldComponentUpdate(s,y,b);{if(e.mode&Qr){_a(!0);try{U=F.shouldComponentUpdate(s,y,b)}finally{_a(!1)}}U===void 0&&E("%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 IH(e,t,a){var s=e.stateNode;{var p=ln(t)||"Component",y=s.render;y||(t.prototype&&typeof t.prototype.render=="function"?E("%s(...): No `render` method found on the returned component instance: did you accidentally return an object from the constructor?",p):E("%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&&E("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&&E("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&&E("propTypes was defined as an instance property on %s. Use a static property to define propTypes instead.",p),s.contextType&&E("contextType was defined as an instance property on %s. Use a static property to define contextType instead.",p),s.contextTypes&&E("contextTypes was defined as an instance property on %s. Use a static property to define contextTypes instead.",p),t.contextType&&t.contextTypes&&!T3.has(t)&&(T3.add(t),E("%s declares both contextTypes and contextType static properties. The legacy contextTypes property will be ignored.",p)),typeof s.componentShouldUpdate=="function"&&E("%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"&&E("%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"&&E("%s has a method called componentDidUnmount(). But there is no such lifecycle method. Did you mean componentWillUnmount()?",p),typeof s.componentDidReceiveProps=="function"&&E("%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"&&E("%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",p),typeof s.UNSAFE_componentWillRecieveProps=="function"&&E("%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?",p);var b=s.props!==a;s.props!==void 0&&b&&E("%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&&E("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"&&!C3.has(t)&&(C3.add(t),E("%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.",ln(t))),typeof s.getDerivedStateFromProps=="function"&&E("%s: getDerivedStateFromProps() is defined as an instance method and will be ignored. Instead, declare it as a static method.",p),typeof s.getDerivedStateFromError=="function"&&E("%s: getDerivedStateFromError() is defined as an instance method and will be ignored. Instead, declare it as a static method.",p),typeof t.getSnapshotBeforeUpdate=="function"&&E("%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.",p);var F=s.state;F&&(typeof F!="object"||sa(F))&&E("%s.state: must be set to an object or null",p),typeof s.getChildContext=="function"&&typeof t.childContextTypes!="object"&&E("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().",p)}}function zC(e,t){t.updater=D3,e.stateNode=t,Ml(t,e),t._reactInternalInstance=S3}function IC(e,t,a){var s=!1,p=ys,y=ys,b=t.contextType;if("contextType"in t){var F=b===null||b!==void 0&&b.$$typeof===mt&&b._context===void 0;if(!F&&!k3.has(t)){k3.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(", ")+"}.",E("%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=Hh(e,t,!0);var X=t.contextTypes;s=X!=null,y=s?$h(e,p):ys}var ee=new t(a,y);if(e.mode&Qr){_a(!0);try{ee=new t(a,y)}finally{_a(!1)}}var ge=e.memoizedState=ee.state!==null&&ee.state!==void 0?ee.state:null;zC(e,ee);{if(typeof t.getDerivedStateFromProps=="function"&&ge===null){var ve=ln(t)||"Component";w3.has(ve)||(w3.add(ve),E("`%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 Me=null,Ne=null,Ke=null;if(typeof ee.componentWillMount=="function"&&ee.componentWillMount.__suppressDeprecationWarning!==!0?Me="componentWillMount":typeof ee.UNSAFE_componentWillMount=="function"&&(Me="UNSAFE_componentWillMount"),typeof ee.componentWillReceiveProps=="function"&&ee.componentWillReceiveProps.__suppressDeprecationWarning!==!0?Ne="componentWillReceiveProps":typeof ee.UNSAFE_componentWillReceiveProps=="function"&&(Ne="UNSAFE_componentWillReceiveProps"),typeof ee.componentWillUpdate=="function"&&ee.componentWillUpdate.__suppressDeprecationWarning!==!0?Ke="componentWillUpdate":typeof ee.UNSAFE_componentWillUpdate=="function"&&(Ke="UNSAFE_componentWillUpdate"),Me!==null||Ne!==null||Ke!==null){var $t=ln(t)||"Component",xn=typeof t.getDerivedStateFromProps=="function"?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";_3.has($t)||(_3.add($t),E(`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,Me!==null?`
257
- `+Me:"",Ne!==null?`
258
- `+Ne:"",Ke!==null?`
259
- `+Ke:""))}}}return s&&uC(e,p,y),ee}function PH(e,t){var a=t.state;typeof t.componentWillMount=="function"&&t.componentWillMount(),typeof t.UNSAFE_componentWillMount=="function"&&t.UNSAFE_componentWillMount(),a!==t.state&&(E("%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",un(e)||"Component"),D3.enqueueReplaceState(t,t.state,null))}function PC(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";E3.has(y)||(E3.add(y),E("%s.componentWillReceiveProps(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",y))}D3.enqueueReplaceState(t,t.state,null)}}function A3(e,t,a,s){IH(e,t,a);var p=e.stateNode;p.props=a,p.state=e.memoizedState,p.refs=FC,g3(e);var y=t.contextType;if(typeof y=="object"&&y!==null)p.context=uo(y);else{var b=Hh(e,t,!0);p.context=$h(e,b)}{if(p.state===a){var F=ln(t)||"Component";x3.has(F)||(x3.add(F),E("%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.",F))}e.mode&Qr&&Mc.recordLegacyContextWarning(e,p),Mc.recordUnsafeLifecycleWarnings(e,p)}p.state=e.memoizedState;var U=t.getDerivedStateFromProps;if(typeof U=="function"&&(R3(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")&&(PH(e,p),q0(e,a,p,s),p.state=e.memoizedState),typeof p.componentDidMount=="function"){var X=Ln;X|=to,(e.mode&Co)!==qt&&(X|=no),e.flags|=X}}function UH(e,t,a,s){var p=e.stateNode,y=e.memoizedProps;p.props=y;var b=p.context,F=t.contextType,U=ys;if(typeof F=="object"&&F!==null)U=uo(F);else{var X=Hh(e,t,!0);U=$h(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)&&PC(e,p,a,U),OC();var ve=e.memoizedState,Me=p.state=ve;if(q0(e,a,p,s),Me=e.memoizedState,y===a&&ve===Me&&!F0()&&!Q0()){if(typeof p.componentDidMount=="function"){var Ne=Ln;Ne|=to,(e.mode&Co)!==qt&&(Ne|=no),e.flags|=Ne}return!1}typeof ee=="function"&&(R3(e,t,ee,a),Me=e.memoizedState);var Ke=Q0()||NC(e,t,y,a,ve,Me,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=Ln;$t|=to,(e.mode&Co)!==qt&&($t|=no),e.flags|=$t}}else{if(typeof p.componentDidMount=="function"){var xn=Ln;xn|=to,(e.mode&Co)!==qt&&(xn|=no),e.flags|=xn}e.memoizedProps=a,e.memoizedState=Me}return p.props=a,p.state=Me,p.context=U,Ke}function HH(e,t,a,s,p){var y=t.stateNode;AC(e,t);var b=t.memoizedProps,F=t.type===t.elementType?b:Fc(t.type,b);y.props=F;var U=t.pendingProps,X=y.context,ee=a.contextType,ge=ys;if(typeof ee=="object"&&ee!==null)ge=uo(ee);else{var ve=Hh(t,a,!0);ge=$h(t,ve)}var Me=a.getDerivedStateFromProps,Ne=typeof Me=="function"||typeof y.getSnapshotBeforeUpdate=="function";!Ne&&(typeof y.UNSAFE_componentWillReceiveProps=="function"||typeof y.componentWillReceiveProps=="function")&&(b!==U||X!==ge)&&PC(t,y,s,ge),OC();var Ke=t.memoizedState,$t=y.state=Ke;if(q0(t,s,y,p),$t=t.memoizedState,b===U&&Ke===$t&&!F0()&&!Q0()&&!et)return typeof y.componentDidUpdate=="function"&&(b!==e.memoizedProps||Ke!==e.memoizedState)&&(t.flags|=Ln),typeof y.getSnapshotBeforeUpdate=="function"&&(b!==e.memoizedProps||Ke!==e.memoizedState)&&(t.flags|=Eo),!1;typeof Me=="function"&&(R3(t,a,Me,s),$t=t.memoizedState);var xn=Q0()||NC(t,a,F,s,Ke,$t,ge)||et;return xn?(!Ne&&(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|=Ln),typeof y.getSnapshotBeforeUpdate=="function"&&(t.flags|=Eo)):(typeof y.componentDidUpdate=="function"&&(b!==e.memoizedProps||Ke!==e.memoizedState)&&(t.flags|=Ln),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 O3,M3,F3,L3,B3,UC=function(e,t){};O3=!1,M3=!1,F3={},L3={},B3={},UC=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";L3[a]||(L3[a]=!0,E('Each child in a list should have a unique "key" prop. See https://reactjs.org/link/warning-keys for more information.'))}};function k1(e,t,a){var s=a.ref;if(s!==null&&typeof s!="function"&&typeof s!="object"){if((e.mode&Qr||Qn)&&!(a._owner&&a._self&&a._owner.stateNode!==a._self)){var p=un(e)||"Component";F3[p]||(E('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),F3[p]=!0)}if(a._owner){var y=a._owner,b;if(y){var F=y;if(F.tag!==B)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=F.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===FC&&(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 Z0(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 eg(e){{var t=un(e)||"Component";if(B3[t])return;B3[t]=!0,E("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 HC(e){var t=e._payload,a=e._init;return a(t)}function $C(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=eh(ke,We);return Re.index=0,Re.sibling=null,Re}function y(ke,We,Re){if(ke.index=Re,!e)return ke.flags|=Bs,We;var pt=ke.alternate;if(pt!==null){var jt=pt.index;return jt<We?(ke.flags|=Ur,We):jt}else return ke.flags|=Ur,We}function b(ke){return e&&ke.alternate===null&&(ke.flags|=Ur),ke}function F(ke,We,Re,pt){if(We===null||We.tag!==te){var jt=u4(Re,ke.mode,pt);return jt.return=ke,jt}else{var Bt=p(We,Re);return Bt.return=ke,Bt}}function U(ke,We,Re,pt){var jt=Re.type;if(jt===Va)return ee(ke,We,Re.props.children,pt,Re.key);if(We!==null&&(We.elementType===jt||M_(We,Re)||typeof jt=="object"&&jt!==null&&jt.$$typeof===ft&&HC(jt)===We.type)){var Bt=p(We,Re.props);return Bt.ref=k1(ke,We,Re),Bt.return=ke,Bt._debugSource=Re._source,Bt._debugOwner=Re._owner,Bt}var Nn=l4(Re,ke.mode,pt);return Nn.ref=k1(ke,We,Re),Nn.return=ke,Nn}function X(ke,We,Re,pt){if(We===null||We.tag!==K||We.stateNode.containerInfo!==Re.containerInfo||We.stateNode.implementation!==Re.implementation){var jt=s4(Re,ke.mode,pt);return jt.return=ke,jt}else{var Bt=p(We,Re.children||[]);return Bt.return=ke,Bt}}function ee(ke,We,Re,pt,jt){if(We===null||We.tag!==le){var Bt=up(Re,ke.mode,pt,jt);return Bt.return=ke,Bt}else{var Nn=p(We,Re);return Nn.return=ke,Nn}}function ge(ke,We,Re){if(typeof We=="string"&&We!==""||typeof We=="number"){var pt=u4(""+We,ke.mode,Re);return pt.return=ke,pt}if(typeof We=="object"&&We!==null){switch(We.$$typeof){case wr:{var jt=l4(We,ke.mode,Re);return jt.ref=k1(ke,null,We),jt.return=ke,jt}case Da:{var Bt=s4(We,ke.mode,Re);return Bt.return=ke,Bt}case ft:{var Nn=We._payload,Yn=We._init;return ge(ke,Yn(Nn),Re)}}if(sa(We)||oa(We)){var ha=up(We,ke.mode,Re,null);return ha.return=ke,ha}Z0(ke,We)}return typeof We=="function"&&eg(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:F(ke,We,""+Re,pt);if(typeof Re=="object"&&Re!==null){switch(Re.$$typeof){case wr: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 Bt=Re._payload,Nn=Re._init;return ve(ke,We,Nn(Bt),pt)}}if(sa(Re)||oa(Re))return jt!==null?null:ee(ke,We,Re,pt,null);Z0(ke,Re)}return typeof Re=="function"&&eg(ke),null}function Me(ke,We,Re,pt,jt){if(typeof pt=="string"&&pt!==""||typeof pt=="number"){var Bt=ke.get(Re)||null;return F(We,Bt,""+pt,jt)}if(typeof pt=="object"&&pt!==null){switch(pt.$$typeof){case wr:{var Nn=ke.get(pt.key===null?Re:pt.key)||null;return U(We,Nn,pt,jt)}case Da:{var Yn=ke.get(pt.key===null?Re:pt.key)||null;return X(We,Yn,pt,jt)}case ft:var ha=pt._payload,$r=pt._init;return Me(ke,We,Re,$r(ha),jt)}if(sa(pt)||oa(pt)){var Xi=ke.get(Re)||null;return ee(We,Xi,pt,jt,null)}Z0(We,pt)}return typeof pt=="function"&&eg(We),null}function Ne(ke,We,Re){{if(typeof ke!="object"||ke===null)return We;switch(ke.$$typeof){case wr:case Da:UC(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}E("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,Bt=ke._init;Ne(Bt(jt),We,Re);break}}return We}function Ke(ke,We,Re,pt){for(var jt=null,Bt=0;Bt<Re.length;Bt++){var Nn=Re[Bt];jt=Ne(Nn,jt,ke)}for(var Yn=null,ha=null,$r=We,Xi=0,jr=0,Li=null;$r!==null&&jr<Re.length;jr++){$r.index>jr?(Li=$r,$r=null):Li=$r.sibling;var Ul=ve(ke,$r,Re[jr],pt);if(Ul===null){$r===null&&($r=Li);break}e&&$r&&Ul.alternate===null&&t(ke,$r),Xi=y(Ul,Xi,jr),ha===null?Yn=Ul:ha.sibling=Ul,ha=Ul,$r=Li}if(jr===Re.length){if(a(ke,$r),ml()){var _l=jr;Hp(ke,_l)}return Yn}if($r===null){for(;jr<Re.length;jr++){var Es=ge(ke,Re[jr],pt);Es!==null&&(Xi=y(Es,Xi,jr),ha===null?Yn=Es:ha.sibling=Es,ha=Es)}if(ml()){var pu=jr;Hp(ke,pu)}return Yn}for(var hu=s(ke,$r);jr<Re.length;jr++){var Hl=Me(hu,ke,jr,Re[jr],pt);Hl!==null&&(e&&Hl.alternate!==null&&hu.delete(Hl.key===null?jr:Hl.key),Xi=y(Hl,Xi,jr),ha===null?Yn=Hl:ha.sibling=Hl,ha=Hl)}if(e&&hu.forEach(function(cv){return t(ke,cv)}),ml()){var vd=jr;Hp(ke,vd)}return Yn}function $t(ke,We,Re,pt){var jt=oa(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"&&(M3||E("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."),M3=!0),Re.entries===jt&&(O3||E("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),O3=!0);var Bt=jt.call(Re);if(Bt)for(var Nn=null,Yn=Bt.next();!Yn.done;Yn=Bt.next()){var ha=Yn.value;Nn=Ne(ha,Nn,ke)}}var $r=jt.call(Re);if($r==null)throw new Error("An iterable object provided no iterator.");for(var Xi=null,jr=null,Li=We,Ul=0,_l=0,Es=null,pu=$r.next();Li!==null&&!pu.done;_l++,pu=$r.next()){Li.index>_l?(Es=Li,Li=null):Es=Li.sibling;var hu=ve(ke,Li,pu.value,pt);if(hu===null){Li===null&&(Li=Es);break}e&&Li&&hu.alternate===null&&t(ke,Li),Ul=y(hu,Ul,_l),jr===null?Xi=hu:jr.sibling=hu,jr=hu,Li=Es}if(pu.done){if(a(ke,Li),ml()){var Hl=_l;Hp(ke,Hl)}return Xi}if(Li===null){for(;!pu.done;_l++,pu=$r.next()){var vd=ge(ke,pu.value,pt);vd!==null&&(Ul=y(vd,Ul,_l),jr===null?Xi=vd:jr.sibling=vd,jr=vd)}if(ml()){var cv=_l;Hp(ke,cv)}return Xi}for(var rm=s(ke,Li);!pu.done;_l++,pu=$r.next()){var Rf=Me(rm,ke,_l,pu.value,pt);Rf!==null&&(e&&Rf.alternate!==null&&rm.delete(Rf.key===null?_l:Rf.key),Ul=y(Rf,Ul,_l),jr===null?Xi=Rf:jr.sibling=Rf,jr=Rf)}if(e&&rm.forEach(function(tK){return t(ke,tK)}),ml()){var eK=_l;Hp(ke,eK)}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 Bt=u4(Re,ke.mode,pt);return Bt.return=ke,Bt}function pn(ke,We,Re,pt){for(var jt=Re.key,Bt=We;Bt!==null;){if(Bt.key===jt){var Nn=Re.type;if(Nn===Va){if(Bt.tag===le){a(ke,Bt.sibling);var Yn=p(Bt,Re.props.children);return Yn.return=ke,Yn._debugSource=Re._source,Yn._debugOwner=Re._owner,Yn}}else if(Bt.elementType===Nn||M_(Bt,Re)||typeof Nn=="object"&&Nn!==null&&Nn.$$typeof===ft&&HC(Nn)===Bt.type){a(ke,Bt.sibling);var ha=p(Bt,Re.props);return ha.ref=k1(ke,Bt,Re),ha.return=ke,ha._debugSource=Re._source,ha._debugOwner=Re._owner,ha}a(ke,Bt);break}else t(ke,Bt);Bt=Bt.sibling}if(Re.type===Va){var $r=up(Re.props.children,ke.mode,pt,Re.key);return $r.return=ke,$r}else{var Xi=l4(Re,ke.mode,pt);return Xi.ref=k1(ke,We,Re),Xi.return=ke,Xi}}function Mr(ke,We,Re,pt){for(var jt=Re.key,Bt=We;Bt!==null;){if(Bt.key===jt)if(Bt.tag===K&&Bt.stateNode.containerInfo===Re.containerInfo&&Bt.stateNode.implementation===Re.implementation){a(ke,Bt.sibling);var Nn=p(Bt,Re.children||[]);return Nn.return=ke,Nn}else{a(ke,Bt);break}else t(ke,Bt);Bt=Bt.sibling}var Yn=s4(Re,ke.mode,pt);return Yn.return=ke,Yn}function Sr(ke,We,Re,pt){var jt=typeof Re=="object"&&Re!==null&&Re.type===Va&&Re.key===null;if(jt&&(Re=Re.props.children),typeof Re=="object"&&Re!==null){switch(Re.$$typeof){case wr:return b(pn(ke,We,Re,pt));case Da:return b(Mr(ke,We,Re,pt));case ft:var Bt=Re._payload,Nn=Re._init;return Sr(ke,We,Nn(Bt),pt)}if(sa(Re))return Ke(ke,We,Re,pt);if(oa(Re))return $t(ke,We,Re,pt);Z0(ke,Re)}return typeof Re=="string"&&Re!==""||typeof Re=="number"?b(xn(ke,We,""+Re,pt)):(typeof Re=="function"&&eg(ke),a(ke,We))}return Sr}var Gh=$C(!0),jC=$C(!1);function $H(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=eh(a,a.pendingProps);for(t.child=s,s.return=t;a.sibling!==null;)a=a.sibling,s=s.sibling=eh(a,a.pendingProps),s.return=t;s.sibling=null}}function jH(e,t){for(var a=e.child;a!==null;)yV(a,t),a=a.sibling}var R1={},Zd=Gd(R1),D1=Gd(R1),tg=Gd(R1);function ng(e){if(e===R1)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 VC(){var e=ng(tg.current);return e}function N3(e,t){Il(tg,t,e),Il(D1,e,e),Il(Zd,R1,e);var a=rU(t);zl(Zd,e),Il(Zd,a,e)}function Xh(e){zl(Zd,e),zl(D1,e),zl(tg,e)}function z3(){var e=ng(Zd.current);return e}function KC(e){ng(tg.current);var t=ng(Zd.current),a=aU(t,e.type);t!==a&&(Il(D1,e,e),Il(Zd,a,e))}function I3(e){D1.current===e&&(zl(Zd,e),zl(D1,e))}var VH=0,WC=1,YC=1,A1=2,Lc=Gd(VH);function P3(e,t){return(e&t)!==0}function qh(e){return e&WC}function U3(e,t){return e&WC|t}function KH(e,t){return e|t}function ep(e,t){Il(Lc,t,e)}function Qh(e){zl(Lc,e)}function WH(e,t){var a=e.memoizedState;return a!==null?a.dehydrated!==null:(e.memoizedProps,!0)}function rg(e){for(var t=e;t!==null;){if(t.tag===Fe){var a=t.memoizedState;if(a!==null){var s=a.dehydrated;if(s===null||rC(s)||W2(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,wf=2,ko=4,gl=8,H3=[];function $3(){for(var e=0;e<H3.length;e++){var t=H3[e];t._workInProgressVersionPrimary=null}H3.length=0}function YH(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,O1=l.ReactCurrentBatchConfig,j3,Jh;j3=new Set;var Yp=Ve,pa=null,Ro=null,Do=null,ag=!1,M1=!1,F1=0,GH=0,XH=25,Qe=null,qs=null,tp=-1,V3=!1;function ea(){{var e=Qe;qs===null?qs=[e]:qs.push(e)}}function Tt(){{var e=Qe;qs!==null&&(tp++,qs[tp]!==e&&qH(e))}}function Zh(e){e!=null&&!sa(e)&&E("%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 qH(e){{var t=un(pa);if(!j3.has(t)&&(j3.add(t),qs!==null)){for(var a="",s=30,p=0;p<=tp;p++){for(var y=qs[p],b=p===tp?e:y,F=p+1+". "+y;F.length<s;)F+=" ";F+=b+`
264
- `,a+=F}E(`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 Pl(){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 K3(e,t){if(V3)return!1;if(t===null)return E("%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&&E(`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 ev(e,t,a,s,p,y){Yp=y,pa=t,qs=e!==null?e._debugHookTypes:null,tp=-1,V3=e!==null&&e.type!==t.type,t.memoizedState=null,t.updateQueue=null,t.lanes=Ve,e!==null&&e.memoizedState!==null?Pt.current=v9:qs!==null?Pt.current=h9:Pt.current=p9;var b=a(s,p);if(M1){var F=0;do{if(M1=!1,F1=0,F>=XH)throw new Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");F+=1,V3=!1,Ro=null,Do=null,t.updateQueue=null,tp=-1,Pt.current=m9,b=a(s,p)}while(M1)}Pt.current=gg,t._debugHookTypes=qs;var U=Ro!==null&&Ro.next!==null;if(Yp=Ve,pa=null,Ro=null,Do=null,Qe=null,qs=null,tp=-1,e!==null&&(e.flags&Ca)!==(t.flags&Ca)&&(e.mode&Wn)!==qt&&E("Internal React error: Expected static flag was missing. Please notify the React team."),ag=!1,U)throw new Error("Rendered fewer hooks than expected. This may be caused by an accidental early return statement.");return b}function tv(){var e=F1!==0;return F1=0,e}function GC(e,t,a){t.updateQueue=e.updateQueue,(t.mode&Co)!==qt?t.flags&=~(Hi|no|ca|Ln):t.flags&=~(ca|Ln),e.lanes=uu(e.lanes,a)}function XC(){if(Pt.current=gg,ag){for(var e=pa.memoizedState;e!==null;){var t=e.queue;t!==null&&(t.pending=null),e=e.next}ag=!1}Yp=Ve,pa=null,Ro=null,Do=null,qs=null,tp=-1,Qe=null,u9=!1,M1=!1,F1=0}function Cf(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Do===null?pa.memoizedState=Do=e:Do=Do.next=e,Do}function Qs(){var e;if(Ro===null){var t=pa.alternate;t!==null?e=t.memoizedState:e=null}else e=Ro.next;var a;if(Do===null?a=pa.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?pa.memoizedState=Do=s:Do=Do.next=s}return Do}function qC(){return{lastEffect:null,stores:null}}function W3(e,t){return typeof t=="function"?t(e):t}function Y3(e,t,a){var s=Cf(),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=e$.bind(null,pa,y);return[s.memoizedState,b]}function G3(e,t,a){var s=Qs(),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,F=p.pending;if(F!==null){if(b!==null){var U=b.next,X=F.next;b.next=X,F.next=U}y.baseQueue!==b&&E("Internal error: Expected work-in-progress queue to be a clone. This is a bug in React."),y.baseQueue=b=F,p.pending=null}if(b!==null){var ee=b.next,ge=y.baseState,ve=null,Me=null,Ne=null,Ke=ee;do{var $t=Ke.lane;if(Vu(Yp,$t)){if(Ne!==null){var pn={lane:Zn,action:Ke.action,hasEagerState:Ke.hasEagerState,eagerState:Ke.eagerState,next:null};Ne=Ne.next=pn}if(Ke.hasEagerState)ge=Ke.eagerState;else{var Mr=Ke.action;ge=e(ge,Mr)}}else{var xn={lane:$t,action:Ke.action,hasEagerState:Ke.hasEagerState,eagerState:Ke.eagerState,next:null};Ne===null?(Me=Ne=xn,ve=ge):Ne=Ne.next=xn,pa.lanes=Un(pa.lanes,$t),J1($t)}Ke=Ke.next}while(Ke!==null&&Ke!==ee);Ne===null?ve=ge:Ne.next=Me,Jt(ge,s.memoizedState)||U1(),s.memoizedState=ge,s.baseState=ve,s.baseQueue=Ne,p.lastRenderedState=ge}var Sr=p.interleaved;if(Sr!==null){var ke=Sr;do{var We=ke.lane;pa.lanes=Un(pa.lanes,We),J1(We),ke=ke.next}while(ke!==Sr)}else b===null&&(p.lanes=Ve);var Re=p.dispatch;return[s.memoizedState,Re]}function X3(e,t,a){var s=Qs(),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,F=s.memoizedState;if(b!==null){p.pending=null;var U=b.next,X=U;do{var ee=X.action;F=e(F,ee),X=X.next}while(X!==U);Jt(F,s.memoizedState)||U1(),s.memoizedState=F,s.baseQueue===null&&(s.baseState=F),p.lastRenderedState=F}return[F,y]}function rK(e,t,a){}function aK(e,t,a){}function q3(e,t,a){var s=pa,p=Cf(),y,b=ml();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(),Jh||y!==a()&&(E("The result of getServerSnapshot should be cached to avoid an infinite loop"),Jh=!0)}else{if(y=t(),!Jh){var F=t();Jt(y,F)||(E("The result of getSnapshot should be cached to avoid an infinite loop"),Jh=!0)}var U=Bg();if(U===null)throw new Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");de(U,Yp)||QC(s,t,y)}p.memoizedState=y;var X={value:y,getSnapshot:t};return p.queue=X,sg(ZC.bind(null,s,X,e),[e]),s.flags|=ca,L1(To|gl,JC.bind(null,s,X,y,t),void 0,null),y}function ig(e,t,a){var s=pa,p=Qs(),y=t();if(!Jh){var b=t();Jt(y,b)||(E("The result of getSnapshot should be cached to avoid an infinite loop"),Jh=!0)}var F=p.memoizedState,U=!Jt(F,y);U&&(p.memoizedState=y,U1());var X=p.queue;if(N1(ZC.bind(null,s,X,e),[e]),X.getSnapshot!==t||U||Do!==null&&Do.memoizedState.tag&To){s.flags|=ca,L1(To|gl,JC.bind(null,s,X,y,t),void 0,null);var ee=Bg();if(ee===null)throw new Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");de(ee,Yp)||QC(s,t,y)}return y}function QC(e,t,a){e.flags|=cc;var s={getSnapshot:t,value:a},p=pa.updateQueue;if(p===null)p=qC(),pa.updateQueue=p,p.stores=[s];else{var y=p.stores;y===null?p.stores=[s]:y.push(s)}}function JC(e,t,a,s){t.value=a,t.getSnapshot=s,e9(t)&&t9(e)}function ZC(e,t,a){var s=function(){e9(t)&&t9(e)};return a(s)}function e9(e){var t=e.getSnapshot,a=e.value;try{var s=t();return!Jt(a,s)}catch{return!0}}function t9(e){var t=qu(e,gn);t!==null&&Fo(t,e,gn,Gr)}function og(e){var t=Cf();typeof e=="function"&&(e=e()),t.memoizedState=t.baseState=e;var a={pending:null,interleaved:null,lanes:Ve,dispatch:null,lastRenderedReducer:W3,lastRenderedState:e};t.queue=a;var s=a.dispatch=t$.bind(null,pa,a);return[t.memoizedState,s]}function Q3(e){return G3(W3)}function J3(e){return X3(W3)}function L1(e,t,a,s){var p={tag:e,create:t,destroy:a,deps:s,next:null},y=pa.updateQueue;if(y===null)y=qC(),pa.updateQueue=y,y.lastEffect=p.next=p;else{var b=y.lastEffect;if(b===null)y.lastEffect=p.next=p;else{var F=b.next;b.next=p,p.next=F,y.lastEffect=p}}return p}function Z3(e){var t=Cf();{var a={current:e};return t.memoizedState=a,a}}function lg(e){var t=Qs();return t.memoizedState}function B1(e,t,a,s){var p=Cf(),y=s===void 0?null:s;pa.flags|=e,p.memoizedState=L1(To|t,a,void 0,y)}function ug(e,t,a,s){var p=Qs(),y=s===void 0?null:s,b=void 0;if(Ro!==null){var F=Ro.memoizedState;if(b=F.destroy,y!==null){var U=F.deps;if(K3(y,U)){p.memoizedState=L1(t,a,b,y);return}}}pa.flags|=e,p.memoizedState=L1(To|t,a,b,y)}function sg(e,t){return(pa.mode&Co)!==qt?B1(Hi|ca|Fu,gl,e,t):B1(ca|Fu,gl,e,t)}function N1(e,t){return ug(ca,gl,e,t)}function eS(e,t){return B1(Ln,wf,e,t)}function cg(e,t){return ug(Ln,wf,e,t)}function tS(e,t){var a=Ln;return a|=to,(pa.mode&Co)!==qt&&(a|=no),B1(a,ko,e,t)}function fg(e,t){return ug(Ln,ko,e,t)}function n9(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")||E("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 nS(e,t,a){typeof t!="function"&&E("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=Ln;return p|=to,(pa.mode&Co)!==qt&&(p|=no),B1(p,ko,n9.bind(null,t,e),s)}function dg(e,t,a){typeof t!="function"&&E("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 ug(Ln,ko,n9.bind(null,t,e),s)}function QH(e,t){}var pg=QH;function rS(e,t){var a=Cf(),s=t===void 0?null:t;return a.memoizedState=[e,s],e}function hg(e,t){var a=Qs(),s=t===void 0?null:t,p=a.memoizedState;if(p!==null&&s!==null){var y=p[1];if(K3(s,y))return p[0]}return a.memoizedState=[e,s],e}function aS(e,t){var a=Cf(),s=t===void 0?null:t,p=e();return a.memoizedState=[p,s],p}function vg(e,t){var a=Qs(),s=t===void 0?null:t,p=a.memoizedState;if(p!==null&&s!==null){var y=p[1];if(K3(s,y))return p[0]}var b=e();return a.memoizedState=[b,s],b}function iS(e){var t=Cf();return t.memoizedState=e,e}function r9(e){var t=Qs(),a=Ro,s=a.memoizedState;return i9(t,s,e)}function a9(e){var t=Qs();if(Ro===null)return t.memoizedState=e,e;var a=Ro.memoizedState;return i9(t,a,e)}function i9(e,t,a){var s=!Y(Yp);if(s){if(!Jt(a,t)){var p=Mt();pa.lanes=Un(pa.lanes,p),J1(p),e.baseState=!0}return t}else return e.baseState&&(e.baseState=!1,U1()),e.memoizedState=a,a}function JH(e,t,a){var s=Ku();Wi(Xo(s,xo)),e(!0);var p=O1.transition;O1.transition={};var y=O1.transition;O1.transition._updatedFibers=new Set;try{e(!1),t()}finally{if(Wi(s),O1.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 oS(){var e=og(!1),t=e[0],a=e[1],s=JH.bind(null,a),p=Cf();return p.memoizedState=s,[t,s]}function o9(){var e=Q3(),t=e[0],a=Qs(),s=a.memoizedState;return[t,s]}function l9(){var e=J3(),t=e[0],a=Qs(),s=a.memoizedState;return[t,s]}var u9=!1;function ZH(){return u9}function lS(){var e=Cf(),t=Bg(),a=t.identifierPrefix,s;if(ml()){var p=pH();s=":"+a+"R"+p;var y=F1++;y>0&&(s+="H"+y.toString(32)),s+=":"}else{var b=GH++;s=":"+a+"r"+b.toString(32)+":"}return e.memoizedState=s,s}function mg(){var e=Qs(),t=e.memoizedState;return t}function e$(e,t,a){typeof arguments[3]=="function"&&E("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(s9(e))c9(t,p);else{var y=kC(e,t,p,s);if(y!==null){var b=du();Fo(y,e,s,b),f9(y,t,s)}}d9(e,s)}function t$(e,t,a){typeof arguments[3]=="function"&&E("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(s9(e))c9(t,p);else{var y=e.alternate;if(e.lanes===Ve&&(y===null||y.lanes===Ve)){var b=t.lastRenderedReducer;if(b!==null){var F;F=Pt.current,Pt.current=Bc;try{var U=t.lastRenderedState,X=b(U,a);if(p.hasEagerState=!0,p.eagerState=X,Jt(X,U)){FH(e,t,p,s);return}}catch{}finally{Pt.current=F}}}var ee=kC(e,t,p,s);if(ee!==null){var ge=du();Fo(ee,e,s,ge),f9(ee,t,s)}}d9(e,s)}function s9(e){var t=e.alternate;return e===pa||t!==null&&t===pa}function c9(e,t){M1=ag=!0;var a=e.pending;a===null?t.next=t:(t.next=a.next,a.next=t),e.pending=t}function f9(e,t,a){if(Je(a)){var s=t.lanes;s=bp(s,e.pendingLanes);var p=Un(s,a);t.lanes=p,Md(e,p)}}function d9(e,t,a){Ja(e,t)}var gg={readContext:uo,useCallback:Pl,useContext:Pl,useEffect:Pl,useImperativeHandle:Pl,useInsertionEffect:Pl,useLayoutEffect:Pl,useMemo:Pl,useReducer:Pl,useRef:Pl,useState:Pl,useDebugValue:Pl,useDeferredValue:Pl,useTransition:Pl,useMutableSource:Pl,useSyncExternalStore:Pl,useId:Pl,unstable_isNewReconciler:$e},p9=null,h9=null,v9=null,m9=null,_f=null,Bc=null,yg=null;{var uS=function(){E("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(){E("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")};p9={readContext:function(e){return uo(e)},useCallback:function(e,t){return Qe="useCallback",ea(),Zh(t),rS(e,t)},useContext:function(e){return Qe="useContext",ea(),uo(e)},useEffect:function(e,t){return Qe="useEffect",ea(),Zh(t),sg(e,t)},useImperativeHandle:function(e,t,a){return Qe="useImperativeHandle",ea(),Zh(a),nS(e,t,a)},useInsertionEffect:function(e,t){return Qe="useInsertionEffect",ea(),Zh(t),eS(e,t)},useLayoutEffect:function(e,t){return Qe="useLayoutEffect",ea(),Zh(t),tS(e,t)},useMemo:function(e,t){Qe="useMemo",ea(),Zh(t);var a=Pt.current;Pt.current=_f;try{return aS(e,t)}finally{Pt.current=a}},useReducer:function(e,t,a){Qe="useReducer",ea();var s=Pt.current;Pt.current=_f;try{return Y3(e,t,a)}finally{Pt.current=s}},useRef:function(e){return Qe="useRef",ea(),Z3(e)},useState:function(e){Qe="useState",ea();var t=Pt.current;Pt.current=_f;try{return og(e)}finally{Pt.current=t}},useDebugValue:function(e,t){return Qe="useDebugValue",ea(),void 0},useDeferredValue:function(e){return Qe="useDeferredValue",ea(),iS(e)},useTransition:function(){return Qe="useTransition",ea(),oS()},useMutableSource:function(e,t,a){return Qe="useMutableSource",ea(),void 0},useSyncExternalStore:function(e,t,a){return Qe="useSyncExternalStore",ea(),q3(e,t,a)},useId:function(){return Qe="useId",ea(),lS()},unstable_isNewReconciler:$e},h9={readContext:function(e){return uo(e)},useCallback:function(e,t){return Qe="useCallback",Tt(),rS(e,t)},useContext:function(e){return Qe="useContext",Tt(),uo(e)},useEffect:function(e,t){return Qe="useEffect",Tt(),sg(e,t)},useImperativeHandle:function(e,t,a){return Qe="useImperativeHandle",Tt(),nS(e,t,a)},useInsertionEffect:function(e,t){return Qe="useInsertionEffect",Tt(),eS(e,t)},useLayoutEffect:function(e,t){return Qe="useLayoutEffect",Tt(),tS(e,t)},useMemo:function(e,t){Qe="useMemo",Tt();var a=Pt.current;Pt.current=_f;try{return aS(e,t)}finally{Pt.current=a}},useReducer:function(e,t,a){Qe="useReducer",Tt();var s=Pt.current;Pt.current=_f;try{return Y3(e,t,a)}finally{Pt.current=s}},useRef:function(e){return Qe="useRef",Tt(),Z3(e)},useState:function(e){Qe="useState",Tt();var t=Pt.current;Pt.current=_f;try{return og(e)}finally{Pt.current=t}},useDebugValue:function(e,t){return Qe="useDebugValue",Tt(),void 0},useDeferredValue:function(e){return Qe="useDeferredValue",Tt(),iS(e)},useTransition:function(){return Qe="useTransition",Tt(),oS()},useMutableSource:function(e,t,a){return Qe="useMutableSource",Tt(),void 0},useSyncExternalStore:function(e,t,a){return Qe="useSyncExternalStore",Tt(),q3(e,t,a)},useId:function(){return Qe="useId",Tt(),lS()},unstable_isNewReconciler:$e},v9={readContext:function(e){return uo(e)},useCallback:function(e,t){return Qe="useCallback",Tt(),hg(e,t)},useContext:function(e){return Qe="useContext",Tt(),uo(e)},useEffect:function(e,t){return Qe="useEffect",Tt(),N1(e,t)},useImperativeHandle:function(e,t,a){return Qe="useImperativeHandle",Tt(),dg(e,t,a)},useInsertionEffect:function(e,t){return Qe="useInsertionEffect",Tt(),cg(e,t)},useLayoutEffect:function(e,t){return Qe="useLayoutEffect",Tt(),fg(e,t)},useMemo:function(e,t){Qe="useMemo",Tt();var a=Pt.current;Pt.current=Bc;try{return vg(e,t)}finally{Pt.current=a}},useReducer:function(e,t,a){Qe="useReducer",Tt();var s=Pt.current;Pt.current=Bc;try{return G3(e,t,a)}finally{Pt.current=s}},useRef:function(e){return Qe="useRef",Tt(),lg()},useState:function(e){Qe="useState",Tt();var t=Pt.current;Pt.current=Bc;try{return Q3(e)}finally{Pt.current=t}},useDebugValue:function(e,t){return Qe="useDebugValue",Tt(),pg()},useDeferredValue:function(e){return Qe="useDeferredValue",Tt(),r9(e)},useTransition:function(){return Qe="useTransition",Tt(),o9()},useMutableSource:function(e,t,a){return Qe="useMutableSource",Tt(),void 0},useSyncExternalStore:function(e,t,a){return Qe="useSyncExternalStore",Tt(),ig(e,t)},useId:function(){return Qe="useId",Tt(),mg()},unstable_isNewReconciler:$e},m9={readContext:function(e){return uo(e)},useCallback:function(e,t){return Qe="useCallback",Tt(),hg(e,t)},useContext:function(e){return Qe="useContext",Tt(),uo(e)},useEffect:function(e,t){return Qe="useEffect",Tt(),N1(e,t)},useImperativeHandle:function(e,t,a){return Qe="useImperativeHandle",Tt(),dg(e,t,a)},useInsertionEffect:function(e,t){return Qe="useInsertionEffect",Tt(),cg(e,t)},useLayoutEffect:function(e,t){return Qe="useLayoutEffect",Tt(),fg(e,t)},useMemo:function(e,t){Qe="useMemo",Tt();var a=Pt.current;Pt.current=yg;try{return vg(e,t)}finally{Pt.current=a}},useReducer:function(e,t,a){Qe="useReducer",Tt();var s=Pt.current;Pt.current=yg;try{return X3(e,t,a)}finally{Pt.current=s}},useRef:function(e){return Qe="useRef",Tt(),lg()},useState:function(e){Qe="useState",Tt();var t=Pt.current;Pt.current=yg;try{return J3(e)}finally{Pt.current=t}},useDebugValue:function(e,t){return Qe="useDebugValue",Tt(),pg()},useDeferredValue:function(e){return Qe="useDeferredValue",Tt(),a9(e)},useTransition:function(){return Qe="useTransition",Tt(),l9()},useMutableSource:function(e,t,a){return Qe="useMutableSource",Tt(),void 0},useSyncExternalStore:function(e,t,a){return Qe="useSyncExternalStore",Tt(),ig(e,t)},useId:function(){return Qe="useId",Tt(),mg()},unstable_isNewReconciler:$e},_f={readContext:function(e){return uS(),uo(e)},useCallback:function(e,t){return Qe="useCallback",jn(),ea(),rS(e,t)},useContext:function(e){return Qe="useContext",jn(),ea(),uo(e)},useEffect:function(e,t){return Qe="useEffect",jn(),ea(),sg(e,t)},useImperativeHandle:function(e,t,a){return Qe="useImperativeHandle",jn(),ea(),nS(e,t,a)},useInsertionEffect:function(e,t){return Qe="useInsertionEffect",jn(),ea(),eS(e,t)},useLayoutEffect:function(e,t){return Qe="useLayoutEffect",jn(),ea(),tS(e,t)},useMemo:function(e,t){Qe="useMemo",jn(),ea();var a=Pt.current;Pt.current=_f;try{return aS(e,t)}finally{Pt.current=a}},useReducer:function(e,t,a){Qe="useReducer",jn(),ea();var s=Pt.current;Pt.current=_f;try{return Y3(e,t,a)}finally{Pt.current=s}},useRef:function(e){return Qe="useRef",jn(),ea(),Z3(e)},useState:function(e){Qe="useState",jn(),ea();var t=Pt.current;Pt.current=_f;try{return og(e)}finally{Pt.current=t}},useDebugValue:function(e,t){return Qe="useDebugValue",jn(),ea(),void 0},useDeferredValue:function(e){return Qe="useDeferredValue",jn(),ea(),iS(e)},useTransition:function(){return Qe="useTransition",jn(),ea(),oS()},useMutableSource:function(e,t,a){return Qe="useMutableSource",jn(),ea(),void 0},useSyncExternalStore:function(e,t,a){return Qe="useSyncExternalStore",jn(),ea(),q3(e,t,a)},useId:function(){return Qe="useId",jn(),ea(),lS()},unstable_isNewReconciler:$e},Bc={readContext:function(e){return uS(),uo(e)},useCallback:function(e,t){return Qe="useCallback",jn(),Tt(),hg(e,t)},useContext:function(e){return Qe="useContext",jn(),Tt(),uo(e)},useEffect:function(e,t){return Qe="useEffect",jn(),Tt(),N1(e,t)},useImperativeHandle:function(e,t,a){return Qe="useImperativeHandle",jn(),Tt(),dg(e,t,a)},useInsertionEffect:function(e,t){return Qe="useInsertionEffect",jn(),Tt(),cg(e,t)},useLayoutEffect:function(e,t){return Qe="useLayoutEffect",jn(),Tt(),fg(e,t)},useMemo:function(e,t){Qe="useMemo",jn(),Tt();var a=Pt.current;Pt.current=Bc;try{return vg(e,t)}finally{Pt.current=a}},useReducer:function(e,t,a){Qe="useReducer",jn(),Tt();var s=Pt.current;Pt.current=Bc;try{return G3(e,t,a)}finally{Pt.current=s}},useRef:function(e){return Qe="useRef",jn(),Tt(),lg()},useState:function(e){Qe="useState",jn(),Tt();var t=Pt.current;Pt.current=Bc;try{return Q3(e)}finally{Pt.current=t}},useDebugValue:function(e,t){return Qe="useDebugValue",jn(),Tt(),pg()},useDeferredValue:function(e){return Qe="useDeferredValue",jn(),Tt(),r9(e)},useTransition:function(){return Qe="useTransition",jn(),Tt(),o9()},useMutableSource:function(e,t,a){return Qe="useMutableSource",jn(),Tt(),void 0},useSyncExternalStore:function(e,t,a){return Qe="useSyncExternalStore",jn(),Tt(),ig(e,t)},useId:function(){return Qe="useId",jn(),Tt(),mg()},unstable_isNewReconciler:$e},yg={readContext:function(e){return uS(),uo(e)},useCallback:function(e,t){return Qe="useCallback",jn(),Tt(),hg(e,t)},useContext:function(e){return Qe="useContext",jn(),Tt(),uo(e)},useEffect:function(e,t){return Qe="useEffect",jn(),Tt(),N1(e,t)},useImperativeHandle:function(e,t,a){return Qe="useImperativeHandle",jn(),Tt(),dg(e,t,a)},useInsertionEffect:function(e,t){return Qe="useInsertionEffect",jn(),Tt(),cg(e,t)},useLayoutEffect:function(e,t){return Qe="useLayoutEffect",jn(),Tt(),fg(e,t)},useMemo:function(e,t){Qe="useMemo",jn(),Tt();var a=Pt.current;Pt.current=Bc;try{return vg(e,t)}finally{Pt.current=a}},useReducer:function(e,t,a){Qe="useReducer",jn(),Tt();var s=Pt.current;Pt.current=Bc;try{return X3(e,t,a)}finally{Pt.current=s}},useRef:function(e){return Qe="useRef",jn(),Tt(),lg()},useState:function(e){Qe="useState",jn(),Tt();var t=Pt.current;Pt.current=Bc;try{return J3(e)}finally{Pt.current=t}},useDebugValue:function(e,t){return Qe="useDebugValue",jn(),Tt(),pg()},useDeferredValue:function(e){return Qe="useDeferredValue",jn(),Tt(),a9(e)},useTransition:function(){return Qe="useTransition",jn(),Tt(),l9()},useMutableSource:function(e,t,a){return Qe="useMutableSource",jn(),Tt(),void 0},useSyncExternalStore:function(e,t,a){return Qe="useSyncExternalStore",jn(),Tt(),ig(e,t)},useId:function(){return Qe="useId",jn(),Tt(),mg()},unstable_isNewReconciler:$e}}var np=i.unstable_now,g9=0,Sg=-1,z1=-1,Eg=-1,sS=!1,wg=!1;function y9(){return sS}function n$(){wg=!0}function r$(){sS=!1,wg=!1}function a$(){sS=wg,wg=!1}function S9(){return g9}function E9(){g9=np()}function cS(e){z1=np(),e.actualStartTime<0&&(e.actualStartTime=np())}function w9(e){z1=-1}function Cg(e,t){if(z1>=0){var a=np()-z1;e.actualDuration+=a,t&&(e.selfBaseDuration=a),z1=-1}}function bf(e){if(Sg>=0){var t=np()-Sg;Sg=-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 fS(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!==null&&(s.passiveEffectDuration+=t);return;case we:var p=a.stateNode;p!==null&&(p.passiveEffectDuration+=t);return}a=a.return}}}function xf(){Sg=np()}function dS(){Eg=np()}function pS(e){for(var t=e.child;t;)e.actualDuration+=t.actualDuration,t=t.sibling}function Gp(e,t){return{value:e,source:t,stack:St(t),digest:null}}function hS(e,t,a){return{value:e,source:null,stack:a!=null?a:null,digest:t!=null?t:null}}function i$(e,t){return!0}function vS(e,t){try{var a=i$(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===B)return;console.error(s)}var F=p?un(p):null,U=F?"The above error occurred in the <"+F+"> 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 o$=typeof WeakMap=="function"?WeakMap:Map;function C9(e,t,a){var s=sd(Gr,a);s.tag=v3,s.payload={element:null};var p=t.value;return s.callback=function(){Jj(p),vS(e,t)},s}function mS(e,t,a){var s=sd(Gr,a);s.tag=v3;var p=e.type.getDerivedStateFromError;if(typeof p=="function"){var y=t.value;s.payload=function(){return p(y)},s.callback=function(){F_(e),vS(e,t)}}var b=e.stateNode;return b!==null&&typeof b.componentDidCatch=="function"&&(s.callback=function(){F_(e),vS(e,t),typeof p!="function"&&qj(this);var U=t.value,X=t.stack;this.componentDidCatch(U,{componentStack:X!==null?X:""}),typeof p!="function"&&(Ki(e.lanes,gn)||E("%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 _9(e,t,a){var s=e.pingCache,p;if(s===null?(s=e.pingCache=new o$,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=Zj.bind(null,e,t,a);Si&&Z1(e,a),t.then(y,y)}}function l$(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 u$(e,t){var a=e.tag;if((e.mode&Wn)===qt&&(a===k||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 b9(e){var t=e;do{if(t.tag===Fe&&WH(t))return t;t=t.return}while(t!==null);return null}function x9(e,t,a,s,p){if((e.mode&Wn)===qt){if(e===t)e.flags|=oi;else{if(e.flags|=Cn,a.flags|=us,a.flags&=~(af|Di),a.tag===B){var y=a.alternate;if(y===null)a.tag=Xe;else{var b=sd(Gr,gn);b.tag=W0,Jd(a,b,gn)}}a.lanes=Un(a.lanes,gn)}return e}return e.flags|=oi,e.lanes=p,e}function s$(e,t,a,s,p){if(a.flags|=Di,Si&&Z1(e,p),s!==null&&typeof s=="object"&&typeof s.then=="function"){var y=s;u$(a),ml()&&a.mode&Wn&&vC();var b=b9(t);if(b!==null){b.flags&=~wa,x9(b,t,a,e,p),b.mode&Wn&&_9(e,y,p),l$(b,e,y);return}else{if(!S(p)){_9(e,y,p),XS();return}var F=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=F}}else if(ml()&&a.mode&Wn){vC();var U=b9(t);if(U!==null){(U.flags&oi)===rn&&(U.flags|=wa),x9(U,t,a,e,p),u3(Gp(s,a));return}}s=Gp(s,a),$j(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=C9(X,ee,ge);y3(X,ve);return}case B:var Me=s,Ne=X.type,Ke=X.stateNode;if((X.flags&Cn)===rn&&(typeof Ne.getDerivedStateFromError=="function"||Ke!==null&&typeof Ke.componentDidCatch=="function"&&!b_(Ke))){X.flags|=oi;var $t=$n(p);X.lanes=Un(X.lanes,$t);var xn=mS(X,Me,$t);y3(X,xn);return}break}X=X.return}while(X!==null)}function c$(){return null}var I1=l.ReactCurrentOwner,Nc=!1,gS,P1,yS,SS,ES,Xp,wS,_g;gS={},P1={},yS={},SS={},ES={},Xp=!1,wS={},_g={};function cu(e,t,a,s){e===null?t.child=jC(t,null,a,s):t.child=Gh(t,e.child,a,s)}function f$(e,t,a,s){t.child=Gh(t,e.child,null,s),t.child=Gh(t,null,a,s)}function T9(e,t,a,s,p){if(t.type!==t.elementType){var y=a.propTypes;y&&Ac(y,s,"prop",ln(a))}var b=a.render,F=t.ref,U,X;Yh(t,p),fl(t);{if(I1.current=t,za(!0),U=ev(e,t,b,s,F,p),X=tv(),t.mode&Qr){_a(!0);try{U=ev(e,t,b,s,F,p),X=tv()}finally{_a(!1)}}za(!1)}return wo(),e!==null&&!Nc?(GC(e,t,p),cd(e,t,p)):(ml()&&X&&n3(t),t.flags|=yo,cu(e,t,U,p),t.child)}function k9(e,t,a,s,p){if(e===null){var y=a.type;if(mV(y)&&a.compare===null&&a.defaultProps===void 0){var b=y;return b=sv(y),t.tag=je,t.type=b,bS(t,y),R9(e,t,b,s,p)}{var F=y.propTypes;F&&Ac(F,s,"prop",ln(y))}var U=o4(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&&Ac(ee,s,"prop",ln(X))}var ge=e.child,ve=AS(e,p);if(!ve){var Me=ge.memoizedProps,Ne=a.compare;if(Ne=Ne!==null?Ne:En,Ne(Me,s)&&e.ref===t.ref)return cd(e,t,p)}t.flags|=yo;var Ke=eh(ge,s);return Ke.ref=t.ref,Ke.return=t,t.child=Ke,Ke}function R9(e,t,a,s,p){if(t.type!==t.elementType){var y=t.elementType;if(y.$$typeof===ft){var b=y,F=b._payload,U=b._init;try{y=U(F)}catch{y=null}var X=y&&y.propTypes;X&&Ac(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(Nc=!1,t.pendingProps=s=ee,AS(e,p))(e.flags&us)!==rn&&(Nc=!0);else return t.lanes=e.lanes,cd(e,t,p)}return CS(e,t,a,s,p)}function D9(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,Ng(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;Ng(t,ve)}else{var F=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:F,transitions:null};return t.memoizedState=ee,t.updateQueue=null,Ng(t,U),null}else{var Me;y!==null?(Me=Un(y.baseLanes,a),t.memoizedState=null):Me=a,Ng(t,Me)}return cu(e,t,p,a),t.child}function d$(e,t,a){var s=t.pendingProps;return cu(e,t,s,a),t.child}function p$(e,t,a){var s=t.pendingProps.children;return cu(e,t,s,a),t.child}function h$(e,t,a){{t.flags|=Ln;{var s=t.stateNode;s.effectDuration=0,s.passiveEffectDuration=0}}var p=t.pendingProps,y=p.children;return cu(e,t,y,a),t.child}function A9(e,t){var a=t.ref;(e===null&&a!==null||e!==null&&e.ref!==a)&&(t.flags|=Ui,t.flags|=Uf)}function CS(e,t,a,s,p){if(t.type!==t.elementType){var y=a.propTypes;y&&Ac(y,s,"prop",ln(a))}var b;{var F=Hh(t,a,!0);b=$h(t,F)}var U,X;Yh(t,p),fl(t);{if(I1.current=t,za(!0),U=ev(e,t,a,s,b,p),X=tv(),t.mode&Qr){_a(!0);try{U=ev(e,t,a,s,b,p),X=tv()}finally{_a(!1)}}za(!1)}return wo(),e!==null&&!Nc?(GC(e,t,p),cd(e,t,p)):(ml()&&X&&n3(t),t.flags|=yo,cu(e,t,U,p),t.child)}function O9(e,t,a,s,p){{switch(OV(t)){case!1:{var y=t.stateNode,b=t.type,F=new b(t.memoizedProps,y.context),U=F.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=mS(t,Gp(X,t),ee);y3(t,ge);break}}if(t.type!==t.elementType){var ve=a.propTypes;ve&&Ac(ve,s,"prop",ln(a))}}var Me;Ef(a)?(Me=!0,B0(t)):Me=!1,Yh(t,p);var Ne=t.stateNode,Ke;Ne===null?(xg(e,t),IC(t,a,s),A3(t,a,s,p),Ke=!0):e===null?Ke=UH(t,a,s,p):Ke=HH(e,t,a,s,p);var $t=_S(e,t,a,Ke,Me,p);{var xn=t.stateNode;Ke&&xn.props!==s&&(Xp||E("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"),Xp=!0)}return $t}function _S(e,t,a,s,p,y){A9(e,t);var b=(t.flags&Cn)!==rn;if(!s&&!b)return p&&fC(t,a,!1),cd(e,t,y);var F=t.stateNode;I1.current=t;var U;if(b&&typeof a.getDerivedStateFromError!="function")U=null,w9();else{fl(t);{if(za(!0),U=F.render(),t.mode&Qr){_a(!0);try{F.render()}finally{_a(!1)}}za(!1)}wo()}return t.flags|=yo,e!==null&&b?f$(e,t,U,y):cu(e,t,U,y),t.memoizedState=F.state,p&&fC(t,a,!0),t.child}function M9(e){var t=e.stateNode;t.pendingContext?sC(e,t.pendingContext,t.pendingContext!==t.context):t.context&&sC(e,t.context,!1),N3(e,t.containerInfo)}function v$(e,t,a){if(M9(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;AC(e,t),q0(t,s,null,a);var b=t.memoizedState;t.stateNode;var F=b.element;if(p.isDehydrated){var U={element:F,isDehydrated:!1,cache:b.cache,pendingSuspenseBoundaries:b.pendingSuspenseBoundaries,transitions:b.transitions},X=t.updateQueue;if(X.baseState=U,t.memoizedState=U,t.flags&wa){var ee=Gp(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 F9(e,t,F,a,ee)}else if(F!==y){var ge=Gp(new Error("This root received an early update, before anything was able hydrate. Switched the entire root to client rendering."),t);return F9(e,t,F,a,ge)}else{SH(t);var ve=jC(t,null,F,a);t.child=ve;for(var Me=ve;Me;)Me.flags=Me.flags&~Ur|$o,Me=Me.sibling}}else{if(Kh(),F===y)return cd(e,t,a);cu(e,t,F,a)}return t.child}function F9(e,t,a,s,p){return Kh(),u3(p),t.flags|=wa,cu(e,t,a,s),t.child}function m$(e,t,a){KC(t),e===null&&l3(t);var s=t.type,p=t.pendingProps,y=e!==null?e.memoizedProps:null,b=p.children,F=$2(s,p);return F?b=null:y!==null&&$2(s,y)&&(t.flags|=gr),A9(e,t),cu(e,t,b,a),t.child}function g$(e,t){return e===null&&l3(t),null}function y$(e,t,a,s){xg(e,t);var p=t.pendingProps,y=a,b=y._payload,F=y._init,U=F(b);t.type=U;var X=t.tag=gV(U),ee=Fc(U,p),ge;switch(X){case k:return bS(t,U),t.type=U=sv(U),ge=CS(null,t,U,ee,s),ge;case B:return t.type=U=e4(U),ge=O9(null,t,U,ee,s),ge;case Se:return t.type=U=t4(U),ge=T9(null,t,U,ee,s),ge;case nt:{if(t.type!==t.elementType){var ve=U.propTypes;ve&&Ac(ve,ee,"prop",ln(U))}return ge=k9(null,t,U,Fc(U.type,ee),s),ge}}var Me="";throw U!==null&&typeof U=="object"&&U.$$typeof===ft&&(Me=" 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."+Me))}function S$(e,t,a,s,p){xg(e,t),t.tag=B;var y;return Ef(a)?(y=!0,B0(t)):y=!1,Yh(t,p),IC(t,a,s),A3(t,a,s,p),_S(null,t,a,!0,y,p)}function E$(e,t,a,s){xg(e,t);var p=t.pendingProps,y;{var b=Hh(t,a,!1);y=$h(t,b)}Yh(t,s);var F,U;fl(t);{if(a.prototype&&typeof a.prototype.render=="function"){var X=ln(a)||"Unknown";gS[X]||(E("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),gS[X]=!0)}t.mode&Qr&&Mc.recordLegacyContextWarning(t,null),za(!0),I1.current=t,F=ev(null,t,a,p,y,s),U=tv(),za(!1)}if(wo(),t.flags|=yo,typeof F=="object"&&F!==null&&typeof F.render=="function"&&F.$$typeof===void 0){var ee=ln(a)||"Unknown";P1[ee]||(E("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),P1[ee]=!0)}if(typeof F=="object"&&F!==null&&typeof F.render=="function"&&F.$$typeof===void 0){{var ge=ln(a)||"Unknown";P1[ge]||(E("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),P1[ge]=!0)}t.tag=B,t.memoizedState=null,t.updateQueue=null;var ve=!1;return Ef(a)?(ve=!0,B0(t)):ve=!1,t.memoizedState=F.state!==null&&F.state!==void 0?F.state:null,g3(t),zC(t,F),A3(t,a,p,s),_S(null,t,a,!0,ve,s)}else{if(t.tag=k,t.mode&Qr){_a(!0);try{F=ev(null,t,a,p,y,s),U=tv()}finally{_a(!1)}}return ml()&&U&&n3(t),cu(null,t,F,s),bS(t,a),t.child}}function bS(e,t){{if(t&&t.childContextTypes&&E("%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),ES[p]||(ES[p]=!0,E("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";SS[b]||(E("%s: Function components do not support getDerivedStateFromProps.",b),SS[b]=!0)}if(typeof t.contextType=="object"&&t.contextType!==null){var F=ln(t)||"Unknown";yS[F]||(E("%s: Function components do not support contextType.",F),yS[F]=!0)}}}var xS={dehydrated:null,treeContext:null,retryLane:Zn};function TS(e){return{baseLanes:e,cachePool:c$(),transitions:null}}function w$(e,t){var a=null;return{baseLanes:Un(e.baseLanes,t),cachePool:a,transitions:e.transitions}}function C$(e,t,a,s){if(t!==null){var p=t.memoizedState;if(p===null)return!1}return P3(e,A1)}function _$(e,t){return uu(e.childLanes,t)}function L9(e,t,a){var s=t.pendingProps;MV(t)&&(t.flags|=Cn);var p=Lc.current,y=!1,b=(t.flags&Cn)!==rn;if(b||C$(p,e)?(y=!0,t.flags&=~Cn):(e===null||e.memoizedState!==null)&&(p=KH(p,YC)),p=qh(p),ep(t,p),e===null){l3(t);var F=t.memoizedState;if(F!==null){var U=F.dehydrated;if(U!==null)return R$(t,U)}var X=s.children,ee=s.fallback;if(y){var ge=b$(t,X,ee,a),ve=t.child;return ve.memoizedState=TS(a),t.memoizedState=xS,ge}else return kS(t,X)}else{var Me=e.memoizedState;if(Me!==null){var Ne=Me.dehydrated;if(Ne!==null)return D$(e,t,b,s,Ne,Me,a)}if(y){var Ke=s.fallback,$t=s.children,xn=T$(e,t,$t,Ke,a),pn=t.child,Mr=e.child.memoizedState;return pn.memoizedState=Mr===null?TS(a):w$(Mr,a),pn.childLanes=_$(e,a),t.memoizedState=xS,xn}else{var Sr=s.children,ke=x$(e,t,Sr,a);return t.memoizedState=null,ke}}}function kS(e,t,a){var s=e.mode,p={mode:"visible",children:t},y=RS(p,s);return y.return=e,e.child=y,y}function b$(e,t,a,s){var p=e.mode,y=e.child,b={mode:"hidden",children:t},F,U;return(p&Wn)===qt&&y!==null?(F=y,F.childLanes=Ve,F.pendingProps=b,e.mode&cn&&(F.actualDuration=0,F.actualStartTime=-1,F.selfBaseDuration=0,F.treeBaseDuration=0),U=up(a,p,s,null)):(F=RS(b,p),U=up(a,p,s,null)),F.return=e,U.return=e,F.sibling=U,e.child=F,U}function RS(e,t,a){return B_(e,t,Ve,null)}function B9(e,t){return eh(e,t)}function x$(e,t,a,s){var p=e.child,y=p.sibling,b=B9(p,{mode:"visible",children:a});if((t.mode&Wn)===qt&&(b.lanes=s),b.return=t,b.sibling=null,y!==null){var F=t.deletions;F===null?(t.deletions=[y],t.flags|=or):F.push(y)}return t.child=b,b}function T$(e,t,a,s,p){var y=t.mode,b=e.child,F=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=B9(b,U),X.subtreeFlags=b.subtreeFlags&Ca;var ge;return F!==null?ge=eh(F,s):(ge=up(s,y,p,null),ge.flags|=Ur),ge.return=t,X.return=t,X.sibling=ge,t.child=X,ge}function bg(e,t,a,s){s!==null&&u3(s),Gh(t,e.child,null,a);var p=t.pendingProps,y=p.children,b=kS(t,y);return b.flags|=Ur,t.memoizedState=null,b}function k$(e,t,a,s,p){var y=t.mode,b={mode:"visible",children:a},F=RS(b,y),U=up(s,y,p,null);return U.flags|=Ur,F.return=t,U.return=t,F.sibling=U,t.child=F,(t.mode&Wn)!==qt&&Gh(t,e.child,null,p),U}function R$(e,t,a){return(e.mode&Wn)===qt?(E("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=gn):W2(t)?e.lanes=zu:e.lanes=ji,null}function D$(e,t,a,s,p,y,b){if(a)if(t.flags&wa){t.flags&=~wa;var ke=hS(new Error("There was an error while hydrating this Suspense boundary. Switched to client rendering."));return bg(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=k$(e,t,We,Re,b),jt=t.child;return jt.memoizedState=TS(b),t.memoizedState=xS,pt}else{if(gH(),(t.mode&Wn)===qt)return bg(e,t,b,null);if(W2(p)){var F,U,X;{var ee=LU(p);F=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=hS(ge,F,X);return bg(e,t,b,ve)}var Me=Ki(b,e.childLanes);if(Nc||Me){var Ne=Bg();if(Ne!==null){var Ke=p2(Ne,b);if(Ke!==Zn&&Ke!==y.retryLane){y.retryLane=Ke;var $t=Gr;qu(e,Ke),Fo(Ne,e,Ke,$t)}}XS();var xn=hS(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 bg(e,t,b,xn)}else if(rC(p)){t.flags|=Cn,t.child=e.child;var pn=eV.bind(null,e);return BU(p,pn),null}else{EH(t,p,y.treeContext);var Mr=s.children,Sr=kS(t,Mr);return Sr.flags|=$o,Sr}}}function N9(e,t,a){e.lanes=Un(e.lanes,t);var s=e.alternate;s!==null&&(s.lanes=Un(s.lanes,t)),p3(e.return,t,a)}function A$(e,t,a){for(var s=t;s!==null;){if(s.tag===Fe){var p=s.memoizedState;p!==null&&N9(s,a,e)}else if(s.tag===Ze)N9(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 O$(e){for(var t=e,a=null;t!==null;){var s=t.alternate;s!==null&&rg(s)===null&&(a=t),t=t.sibling}return a}function M$(e){if(e!==void 0&&e!=="forwards"&&e!=="backwards"&&e!=="together"&&!wS[e])if(wS[e]=!0,typeof e=="string")switch(e.toLowerCase()){case"together":case"forwards":case"backwards":{E('"%s" is not a valid value for revealOrder on <SuspenseList />. Use lowercase "%s" instead.',e,e.toLowerCase());break}case"forward":case"backward":{E('"%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:E('"%s" is not a supported revealOrder on <SuspenseList />. Did you mean "together", "forwards" or "backwards"?',e);break}else E('%s is not a supported value for revealOrder on <SuspenseList />. Did you mean "together", "forwards" or "backwards"?',e)}function F$(e,t){e!==void 0&&!_g[e]&&(e!=="collapsed"&&e!=="hidden"?(_g[e]=!0,E('"%s" is not a supported value for tail on <SuspenseList />. Did you mean "collapsed" or "hidden"?',e)):t!=="forwards"&&t!=="backwards"&&(_g[e]=!0,E('<SuspenseList tail="%s" /> is only valid if revealOrder is "forwards" or "backwards". Did you mean to specify revealOrder="forwards"?',e)))}function z9(e,t){{var a=sa(e),s=!a&&typeof oa(e)=="function";if(a||s){var p=a?"array":"iterable";return E("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 L$(e,t){if((t==="forwards"||t==="backwards")&&e!==void 0&&e!==null&&e!==!1)if(sa(e)){for(var a=0;a<e.length;a++)if(!z9(e[a],a))return}else{var s=oa(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(!z9(y.value,b))return;b++}}else E('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 DS(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 I9(e,t,a){var s=t.pendingProps,p=s.revealOrder,y=s.tail,b=s.children;M$(p),F$(y,p),L$(b,p),cu(e,t,b,a);var F=Lc.current,U=P3(F,A1);if(U)F=U3(F,A1),t.flags|=Cn;else{var X=e!==null&&(e.flags&Cn)!==rn;X&&A$(t,t.child,a),F=qh(F)}if(ep(t,F),(t.mode&Wn)===qt)t.memoizedState=null;else switch(p){case"forwards":{var ee=O$(t.child),ge;ee===null?(ge=t.child,t.child=null):(ge=ee.sibling,ee.sibling=null),DS(t,!1,ge,ee,y);break}case"backwards":{var ve=null,Me=t.child;for(t.child=null;Me!==null;){var Ne=Me.alternate;if(Ne!==null&&rg(Ne)===null){t.child=Me;break}var Ke=Me.sibling;Me.sibling=ve,ve=Me,Me=Ke}DS(t,!0,ve,null,y);break}case"together":{DS(t,!1,null,null,void 0);break}default:t.memoizedState=null}return t.child}function B$(e,t,a){N3(t,t.stateNode.containerInfo);var s=t.pendingProps;return e===null?t.child=Gh(t,null,s,a):cu(e,t,s,a),t.child}var P9=!1;function N$(e,t,a){var s=t.type,p=s._context,y=t.pendingProps,b=t.memoizedProps,F=y.value;{"value"in y||P9||(P9=!0,E("The `value` prop is required for the `<Context.Provider>`. Did you misspell it or forget to pass it?"));var U=t.type.propTypes;U&&Ac(U,y,"prop","Context.Provider")}if(TC(t,p,F),b!==null){var X=b.value;if(Jt(X,F)){if(b.children===y.children&&!F0())return cd(e,t,a)}else AH(t,p,a)}var ee=y.children;return cu(e,t,ee,a),t.child}var U9=!1;function z$(e,t,a){var s=t.type;s._context===void 0?s!==s.Consumer&&(U9||(U9=!0,E("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"&&E("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."),Yh(t,a);var b=uo(s);fl(t);var F;return I1.current=t,za(!0),F=y(b),za(!1),wo(),t.flags|=yo,cu(e,t,F,a),t.child}function U1(){Nc=!0}function xg(e,t){(t.mode&Wn)===qt&&e!==null&&(e.alternate=null,t.alternate=null,t.flags|=Ur)}function cd(e,t,a){return e!==null&&(t.dependencies=e.dependencies),w9(),J1(t.lanes),Ki(a,t.childLanes)?($H(e,t),t.child):null}function I$(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|=Ur,a}}function AS(e,t){var a=e.lanes;return!!Ki(a,t)}function P$(e,t,a){switch(t.tag){case $:M9(t),t.stateNode,Kh();break;case J:KC(t);break;case B:{var s=t.type;Ef(s)&&B0(t);break}case K:N3(t,t.stateNode.containerInfo);break;case Ce:{var p=t.memoizedProps.value,y=t.type._context;TC(t,y,p);break}case we:{var b=Ki(a,t.childLanes);b&&(t.flags|=Ln);{var F=t.stateNode;F.effectDuration=0,F.passiveEffectDuration=0}}break;case Fe:{var U=t.memoizedState;if(U!==null){if(U.dehydrated!==null)return ep(t,qh(Lc.current)),t.flags|=Cn,null;var X=t.child,ee=X.childLanes;if(Ki(a,ee))return L9(e,t,a);ep(t,qh(Lc.current));var ge=cd(e,t,a);return ge!==null?ge.sibling:null}else ep(t,qh(Lc.current));break}case Ze:{var ve=(e.flags&Cn)!==rn,Me=Ki(a,t.childLanes);if(ve){if(Me)return I9(e,t,a);t.flags|=Cn}var Ne=t.memoizedState;if(Ne!==null&&(Ne.rendering=null,Ne.tail=null,Ne.lastEffect=null),ep(t,Lc.current),Me)break;return null}case He:case rt:return t.lanes=Ve,D9(e,t,a)}return cd(e,t,a)}function H9(e,t,a){if(t._debugNeedsRemount&&e!==null)return I$(e,t,o4(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||F0()||t.type!==e.type)Nc=!0;else{var y=AS(e,a);if(!y&&(t.flags&Cn)===rn)return Nc=!1,P$(e,t,a);(e.flags&us)!==rn?Nc=!0:Nc=!1}}else if(Nc=!1,ml()&&fH(t)){var b=t.index,F=dH();hC(t,F,b)}switch(t.lanes=Ve,t.tag){case q:return E$(e,t,t.type,a);case ct:{var U=t.elementType;return y$(e,t,U,a)}case k:{var X=t.type,ee=t.pendingProps,ge=t.elementType===X?ee:Fc(X,ee);return CS(e,t,X,ge,a)}case B:{var ve=t.type,Me=t.pendingProps,Ne=t.elementType===ve?Me:Fc(ve,Me);return O9(e,t,ve,Ne,a)}case $:return v$(e,t,a);case J:return m$(e,t,a);case te:return g$(e,t);case Fe:return L9(e,t,a);case K:return B$(e,t,a);case Se:{var Ke=t.type,$t=t.pendingProps,xn=t.elementType===Ke?$t:Fc(Ke,$t);return T9(e,t,Ke,xn,a)}case le:return d$(e,t,a);case ie:return p$(e,t,a);case we:return h$(e,t,a);case Ce:return N$(e,t,a);case oe:return z$(e,t,a);case nt:{var pn=t.type,Mr=t.pendingProps,Sr=Fc(pn,Mr);if(t.type!==t.elementType){var ke=pn.propTypes;ke&&Ac(ke,Sr,"prop",ln(pn))}return Sr=Fc(pn.type,Sr),k9(e,t,pn,Sr,a)}case je:return R9(e,t,t.type,t.pendingProps,a);case Xe:{var We=t.type,Re=t.pendingProps,pt=t.elementType===We?Re:Fc(We,Re);return S$(e,t,We,pt,a)}case Ze:return I9(e,t,a);case ut:break;case He:return D9(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 nv(e){e.flags|=Ln}function $9(e){e.flags|=Ui,e.flags|=Uf}var j9,OS,V9,K9;j9=function(e,t,a,s){for(var p=t.child;p!==null;){if(p.tag===J||p.tag===te)uU(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}},OS=function(e,t){},V9=function(e,t,a,s,p){var y=e.memoizedProps;if(y!==s){var b=t.stateNode,F=z3(),U=cU(b,a,y,s,p,F);t.updateQueue=U,U&&nv(t)}},K9=function(e,t,a,s){a!==s&&nv(t)};function H1(e,t){if(!ml())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 yl(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&Ca,s|=X.flags&Ca,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&Ca,s|=ee.flags&Ca,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 F=e.child;F!==null;)a=Un(a,Un(F.lanes,F.childLanes)),s|=F.subtreeFlags,s|=F.flags,F.return=e,F=F.sibling;e.subtreeFlags|=s}return e.childLanes=a,t}function U$(e,t,a){if(xH()&&(t.mode&Wn)!==qt&&(t.flags&Cn)===rn)return wC(t),Kh(),t.flags|=wa|Di|oi,!1;var s=U0(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(_H(t),yl(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(Kh(),(t.flags&Cn)===rn&&(t.memoizedState=null),t.flags|=Ln,yl(t),(t.mode&cn)!==qt){var b=a!==null;if(b){var F=t.child;F!==null&&(t.treeBaseDuration-=F.treeBaseDuration)}}return!1}else return CC(),!0}function W9(e,t,a){var s=t.pendingProps;switch(r3(t),t.tag){case q:case ct:case je:case k:case Se:case le:case ie:case we:case oe:case nt:return yl(t),null;case B:{var p=t.type;return Ef(p)&&L0(t),yl(t),null}case $:{var y=t.stateNode;if(Xh(t),Z2(t),$3(),y.pendingContext&&(y.context=y.pendingContext,y.pendingContext=null),e===null||e.child===null){var b=U0(t);if(b)nv(t);else if(e!==null){var F=e.memoizedState;(!F.isDehydrated||(t.flags&wa)!==rn)&&(t.flags|=Eo,CC())}}return OS(e,t),yl(t),null}case J:{I3(t);var U=VC(),X=t.type;if(e!==null&&t.stateNode!=null)V9(e,t,X,s,U),e.ref!==t.ref&&$9(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 yl(t),null}var ee=z3(),ge=U0(t);if(ge)wH(t,U,ee)&&nv(t);else{var ve=lU(X,s,U,ee,t);j9(ve,t,!1,!1),t.stateNode=ve,sU(ve,X,s,U)&&nv(t)}t.ref!==null&&$9(t)}return yl(t),null}case te:{var Me=s;if(e&&t.stateNode!=null){var Ne=e.memoizedProps;K9(e,t,Ne,Me)}else{if(typeof Me!="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=VC(),$t=z3(),xn=U0(t);xn?CH(t)&&nv(t):t.stateNode=fU(Me,Ke,$t,t)}return yl(t),null}case Fe:{Qh(t);var pn=t.memoizedState;if(e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){var Mr=U$(e,t,pn);if(!Mr)return t.flags&oi?t:null}if((t.flags&Cn)!==rn)return t.lanes=a,(t.mode&cn)!==qt&&pS(t),t;var Sr=pn!==null,ke=e!==null&&e.memoizedState!==null;if(Sr!==ke&&Sr){var We=t.child;if(We.flags|=ru,(t.mode&Wn)!==qt){var Re=e===null&&(t.memoizedProps.unstable_avoidThisFallback!==!0||!lt);Re||P3(Lc.current,YC)?Hj():XS()}}var pt=t.updateQueue;if(pt!==null&&(t.flags|=Ln),yl(t),(t.mode&cn)!==qt&&Sr){var jt=t.child;jt!==null&&(t.treeBaseDuration-=jt.treeBaseDuration)}return null}case K:return Xh(t),OS(e,t),e===null&&aH(t.stateNode.containerInfo),yl(t),null;case Ce:var Bt=t.type._context;return d3(Bt,t),yl(t),null;case Xe:{var Nn=t.type;return Ef(Nn)&&L0(t),yl(t),null}case Ze:{Qh(t);var Yn=t.memoizedState;if(Yn===null)return yl(t),null;var ha=(t.flags&Cn)!==rn,$r=Yn.rendering;if($r===null)if(ha)H1(Yn,!1);else{var Xi=jj()&&(e===null||(e.flags&Cn)===rn);if(!Xi)for(var jr=t.child;jr!==null;){var Li=rg(jr);if(Li!==null){ha=!0,t.flags|=Cn,H1(Yn,!1);var Ul=Li.updateQueue;return Ul!==null&&(t.updateQueue=Ul,t.flags|=Ln),t.subtreeFlags=rn,jH(t,a),ep(t,U3(Lc.current,A1)),t.child}jr=jr.sibling}Yn.tail!==null&&Yr()>p_()&&(t.flags|=Cn,ha=!0,H1(Yn,!1),t.lanes=ms)}else{if(!ha){var _l=rg($r);if(_l!==null){t.flags|=Cn,ha=!0;var Es=_l.updateQueue;if(Es!==null&&(t.updateQueue=Es,t.flags|=Ln),H1(Yn,!0),Yn.tail===null&&Yn.tailMode==="hidden"&&!$r.alternate&&!ml())return yl(t),null}else Yr()*2-Yn.renderingStartTime>p_()&&a!==ji&&(t.flags|=Cn,ha=!0,H1(Yn,!1),t.lanes=ms)}if(Yn.isBackwards)$r.sibling=t.child,t.child=$r;else{var pu=Yn.last;pu!==null?pu.sibling=$r:t.child=$r,Yn.last=$r}}if(Yn.tail!==null){var hu=Yn.tail;Yn.rendering=hu,Yn.tail=hu.sibling,Yn.renderingStartTime=Yr(),hu.sibling=null;var Hl=Lc.current;return ha?Hl=U3(Hl,A1):Hl=qh(Hl),ep(t,Hl),hu}return yl(t),null}case ut:break;case He:case rt:{GS(t);var vd=t.memoizedState,cv=vd!==null;if(e!==null){var rm=e.memoizedState,Rf=rm!==null;Rf!==cv&&!Ye&&(t.flags|=ru)}return!cv||(t.mode&Wn)===qt?yl(t):Ki(kf,ji)&&(yl(t),t.subtreeFlags&(Ur|Ln)&&(t.flags|=ru)),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 H$(e,t,a){switch(r3(t),t.tag){case B:{var s=t.type;Ef(s)&&L0(t);var p=t.flags;return p&oi?(t.flags=p&~oi|Cn,(t.mode&cn)!==qt&&pS(t),t):null}case $:{t.stateNode,Xh(t),Z2(t),$3();var y=t.flags;return(y&oi)!==rn&&(y&Cn)===rn?(t.flags=y&~oi|Cn,t):null}case J:return I3(t),null;case Fe:{Qh(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.");Kh()}var F=t.flags;return F&oi?(t.flags=F&~oi|Cn,(t.mode&cn)!==qt&&pS(t),t):null}case Ze:return Qh(t),null;case K:return Xh(t),null;case Ce:var U=t.type._context;return d3(U,t),null;case He:case rt:return GS(t),null;case Xt:return null;default:return null}}function Y9(e,t,a){switch(r3(t),t.tag){case B:{var s=t.type.childContextTypes;s!=null&&L0(t);break}case $:{t.stateNode,Xh(t),Z2(t),$3();break}case J:{I3(t);break}case K:Xh(t);break;case Fe:Qh(t);break;case Ze:Qh(t);break;case Ce:var p=t.type._context;d3(p,t);break;case He:case rt:GS(t);break}}var G9=null;G9=new Set;var Tg=!1,Sl=!1,$$=typeof WeakSet=="function"?WeakSet:Set,Zt=null,rv=null,av=null;function j$(e){tu(null,function(){throw e}),sc()}var V$=function(e,t){if(t.props=e.memoizedProps,t.state=e.memoizedState,e.mode&cn)try{xf(),t.componentWillUnmount()}finally{bf(e)}else t.componentWillUnmount()};function X9(e,t){try{rp(ko,e)}catch(a){Ba(e,t,a)}}function MS(e,t,a){try{V$(e,a)}catch(s){Ba(e,t,s)}}function K$(e,t,a){try{a.componentDidMount()}catch(s){Ba(e,t,s)}}function q9(e,t){try{J9(e)}catch(a){Ba(e,t,a)}}function iv(e,t){var a=e.ref;if(a!==null)if(typeof a=="function"){var s;try{if(wt&&zn&&e.mode&cn)try{xf(),s=a(null)}finally{bf(e)}else s=a(null)}catch(p){Ba(e,t,p)}typeof s=="function"&&E("Unexpected return value from a callback ref in %s. A callback ref should not return a function.",un(e))}else a.current=null}function kg(e,t,a){try{a()}catch(s){Ba(e,t,s)}}var Q9=!1;function W$(e,t){iU(e.containerInfo),Zt=t,Y$();var a=Q9;return Q9=!1,a}function Y$(){for(;Zt!==null;){var e=Zt,t=e.child;(e.subtreeFlags&Lu)!==rn&&t!==null?(t.return=e,Zt=t):G$()}}function G$(){for(;Zt!==null;){var e=Zt;vr(e);try{X$(e)}catch(a){Ba(e,e.return,a)}_r();var t=e.sibling;if(t!==null){t.return=e.return,Zt=t;return}Zt=e.return}}function X$(e){var t=e.alternate,a=e.flags;if((a&Eo)!==rn){switch(vr(e),e.tag){case k:case Se:case je:break;case B:{if(t!==null){var s=t.memoizedProps,p=t.memoizedState,y=e.stateNode;e.type===e.elementType&&!Xp&&(y.props!==e.memoizedProps&&E("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&&E("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:Fc(e.type,s),p);{var F=G9;b===void 0&&!F.has(e.type)&&(F.add(e.type),E("%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;AU(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.")}_r()}}function zc(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 F=b.destroy;b.destroy=void 0,F!==void 0&&((e&gl)!==Qu?Bl(t):(e&ko)!==Qu&&sf(t),(e&wf)!==Qu&&em(!0),kg(t,a,F),(e&wf)!==Qu&&em(!1),(e&gl)!==Qu?Od():(e&ko)!==Qu&&Is())}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&gl)!==Qu?Wf(t):(e&ko)!==Qu&&Yf(t);var b=y.create;(e&wf)!==Qu&&em(!0),y.destroy=b(),(e&wf)!==Qu&&em(!1),(e&gl)!==Qu?vc():(e&ko)!==Qu&&dl();{var F=y.destroy;if(F!==void 0&&typeof F!="function"){var U=void 0;(y.tag&ko)!==rn?U="useLayoutEffect":(y.tag&wf)!==rn?U="useInsertionEffect":U="useEffect";var X=void 0;F===null?X=" You returned null. If your effect does not require clean up, return undefined (or nothing).":typeof F.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: "+F,E("%s must not return anything besides a function, which is used for clean-up.%s",U,X)}}}y=y.next}while(y!==p)}}function q$(e,t){if((t.flags&Ln)!==rn)switch(t.tag){case we:{var a=t.stateNode.passiveEffectDuration,s=t.memoizedProps,p=s.id,y=s.onPostCommit,b=S9(),F=t.alternate===null?"mount":"update";y9()&&(F="nested-update"),typeof y=="function"&&y(p,F,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 Q$(e,t,a,s){if((a.flags&Tn)!==rn)switch(a.tag){case k:case Se:case je:{if(!Sl)if(a.mode&cn)try{xf(),rp(ko|To,a)}finally{bf(a)}else rp(ko|To,a);break}case B:{var p=a.stateNode;if(a.flags&Ln&&!Sl)if(t===null)if(a.type===a.elementType&&!Xp&&(p.props!==a.memoizedProps&&E("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&&E("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{xf(),p.componentDidMount()}finally{bf(a)}else p.componentDidMount();else{var y=a.elementType===a.type?t.memoizedProps:Fc(a.type,t.memoizedProps),b=t.memoizedState;if(a.type===a.elementType&&!Xp&&(p.props!==a.memoizedProps&&E("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&&E("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{xf(),p.componentDidUpdate(y,b,p.__reactInternalSnapshotBeforeUpdate)}finally{bf(a)}else p.componentDidUpdate(y,b,p.__reactInternalSnapshotBeforeUpdate)}var F=a.updateQueue;F!==null&&(a.type===a.elementType&&!Xp&&(p.props!==a.memoizedProps&&E("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&&E("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")),MC(a,F,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 B:X=a.child.stateNode;break}MC(a,U,X)}break}case J:{var ee=a.stateNode;if(t===null&&a.flags&Ln){var ge=a.type,ve=a.memoizedProps;mU(ee,ge,ve)}break}case te:break;case K:break;case we:{{var Me=a.memoizedProps,Ne=Me.onCommit,Ke=Me.onRender,$t=a.stateNode.effectDuration,xn=S9(),pn=t===null?"mount":"update";y9()&&(pn="nested-update"),typeof Ke=="function"&&Ke(a.memoizedProps.id,pn,a.actualDuration,a.treeBaseDuration,a.actualStartTime,xn);{typeof Ne=="function"&&Ne(a.memoizedProps.id,pn,$t,xn),Gj(a);var Mr=a.return;e:for(;Mr!==null;){switch(Mr.tag){case $:var Sr=Mr.stateNode;Sr.effectDuration+=$t;break e;case we:var ke=Mr.stateNode;ke.effectDuration+=$t;break e}Mr=Mr.return}}}break}case Fe:{ij(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.")}Sl||a.flags&Ui&&J9(a)}function J$(e){switch(e.tag){case k:case Se:case je:{if(e.mode&cn)try{xf(),X9(e,e.return)}finally{bf(e)}else X9(e,e.return);break}case B:{var t=e.stateNode;typeof t.componentDidMount=="function"&&K$(e,e.return,t),q9(e,e.return);break}case J:{q9(e,e.return);break}}}function Z$(e,t){for(var a=null,s=e;;){if(s.tag===J){if(a===null){a=s;try{var p=s.stateNode;t?TU(p):RU(s.stateNode,s.memoizedProps)}catch(b){Ba(e,e.return,b)}}}else if(s.tag===te){if(a===null)try{var y=s.stateNode;t?kU(y):DU(y,s.memoizedProps)}catch(b){Ba(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 J9(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{xf(),p=t(s)}finally{bf(e)}else p=t(s);typeof p=="function"&&E("Unexpected return value from a callback ref in %s. A callback ref should not return a function.",un(e))}else t.hasOwnProperty("current")||E("Unexpected ref object provided for %s. Use either a ref-setter function or React.createRef().",un(e)),t.current=s}}function ej(e){var t=e.alternate;t!==null&&(t.return=null),e.return=null}function Z9(e){var t=e.alternate;t!==null&&(e.alternate=null,Z9(t));{if(e.child=null,e.deletions=null,e.sibling=null,e.tag===J){var a=e.stateNode;a!==null&&lH(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 tj(e){for(var t=e.return;t!==null;){if(e_(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 e_(e){return e.tag===J||e.tag===$||e.tag===K}function t_(e){var t=e;e:for(;;){for(;t.sibling===null;){if(t.return===null||e_(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&Ur||t.child===null||t.tag===K)continue e;t.child.return=t,t=t.child}if(!(t.flags&Ur))return t.stateNode}}function nj(e){var t=tj(e);switch(t.tag){case J:{var a=t.stateNode;t.flags&gr&&(nC(a),t.flags&=~gr);var s=t_(e);LS(e,s,a);break}case $:case K:{var p=t.stateNode.containerInfo,y=t_(e);FS(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 FS(e,t,a){var s=e.tag,p=s===J||s===te;if(p){var y=e.stateNode;t?CU(a,y,t):EU(a,y)}else if(s!==K){var b=e.child;if(b!==null){FS(b,t,a);for(var F=b.sibling;F!==null;)FS(F,t,a),F=F.sibling}}}function LS(e,t,a){var s=e.tag,p=s===J||s===te;if(p){var y=e.stateNode;t?wU(a,y,t):SU(a,y)}else if(s!==K){var b=e.child;if(b!==null){LS(b,t,a);for(var F=b.sibling;F!==null;)LS(F,t,a),F=F.sibling}}}var El=null,Ic=!1;function rj(e,t,a){{var s=t;e:for(;s!==null;){switch(s.tag){case J:{El=s.stateNode,Ic=!1;break e}case $:{El=s.stateNode.containerInfo,Ic=!0;break e}case K:{El=s.stateNode.containerInfo,Ic=!0;break e}}s=s.return}if(El===null)throw new Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.");n_(e,t,a),El=null,Ic=!1}ej(a)}function ap(e,t,a){for(var s=a.child;s!==null;)n_(e,t,s),s=s.sibling}function n_(e,t,a){switch(uf(a),a.tag){case J:Sl||iv(a,t);case te:{{var s=El,p=Ic;El=null,ap(e,t,a),El=s,Ic=p,El!==null&&(Ic?bU(El,a.stateNode):_U(El,a.stateNode))}return}case ht:{El!==null&&(Ic?xU(El,a.stateNode):K2(El,a.stateNode));return}case K:{{var y=El,b=Ic;El=a.stateNode.containerInfo,Ic=!0,ap(e,t,a),El=y,Ic=b}return}case k:case Se:case nt:case je:{if(!Sl){var F=a.updateQueue;if(F!==null){var U=F.lastEffect;if(U!==null){var X=U.next,ee=X;do{var ge=ee,ve=ge.destroy,Me=ge.tag;ve!==void 0&&((Me&wf)!==Qu?kg(a,t,ve):(Me&ko)!==Qu&&(sf(a),a.mode&cn?(xf(),kg(a,t,ve),bf(a)):kg(a,t,ve),Is())),ee=ee.next}while(ee!==X)}}}ap(e,t,a);return}case B:{if(!Sl){iv(a,t);var Ne=a.stateNode;typeof Ne.componentWillUnmount=="function"&&MS(a,t,Ne)}ap(e,t,a);return}case ut:{ap(e,t,a);return}case He:{if(a.mode&Wn){var Ke=Sl;Sl=Ke||a.memoizedState!==null,ap(e,t,a),Sl=Ke}else ap(e,t,a);break}default:{ap(e,t,a);return}}}function aj(e){e.memoizedState}function ij(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&&VU(y)}}}}function r_(e){var t=e.updateQueue;if(t!==null){e.updateQueue=null;var a=e.stateNode;a===null&&(a=e.stateNode=new $$),t.forEach(function(s){var p=tV.bind(null,e,s);if(!a.has(s)){if(a.add(s),Si)if(rv!==null&&av!==null)Z1(av,rv);else throw Error("Expected finished root and lanes to be set. This is a bug in React.");s.then(p,p)}})}}function oj(e,t,a){rv=a,av=e,vr(t),a_(t,e),vr(t),rv=null,av=null}function Pc(e,t,a){var s=t.deletions;if(s!==null)for(var p=0;p<s.length;p++){var y=s[p];try{rj(e,t,y)}catch(U){Ba(y,t,U)}}var b=Bo();if(t.subtreeFlags&yi)for(var F=t.child;F!==null;)vr(F),a_(F,e),F=F.sibling;vr(b)}function a_(e,t,a){var s=e.alternate,p=e.flags;switch(e.tag){case k:case Se:case nt:case je:{if(Pc(t,e),Tf(e),p&Ln){try{zc(wf|To,e,e.return),rp(wf|To,e)}catch(Nn){Ba(e,e.return,Nn)}if(e.mode&cn){try{xf(),zc(ko|To,e,e.return)}catch(Nn){Ba(e,e.return,Nn)}bf(e)}else try{zc(ko|To,e,e.return)}catch(Nn){Ba(e,e.return,Nn)}}return}case B:{Pc(t,e),Tf(e),p&Ui&&s!==null&&iv(s,s.return);return}case J:{Pc(t,e),Tf(e),p&Ui&&s!==null&&iv(s,s.return);{if(e.flags&gr){var y=e.stateNode;try{nC(y)}catch(Nn){Ba(e,e.return,Nn)}}if(p&Ln){var b=e.stateNode;if(b!=null){var F=e.memoizedProps,U=s!==null?s.memoizedProps:F,X=e.type,ee=e.updateQueue;if(e.updateQueue=null,ee!==null)try{gU(b,ee,X,U,F,e)}catch(Nn){Ba(e,e.return,Nn)}}}}return}case te:{if(Pc(t,e),Tf(e),p&Ln){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,Me=s!==null?s.memoizedProps:ve;try{yU(ge,Me,ve)}catch(Nn){Ba(e,e.return,Nn)}}return}case $:{if(Pc(t,e),Tf(e),p&Ln&&s!==null){var Ne=s.memoizedState;if(Ne.isDehydrated)try{jU(t.containerInfo)}catch(Nn){Ba(e,e.return,Nn)}}return}case K:{Pc(t,e),Tf(e);return}case Fe:{Pc(t,e),Tf(e);var Ke=e.child;if(Ke.flags&ru){var $t=Ke.stateNode,xn=Ke.memoizedState,pn=xn!==null;if($t.isHidden=pn,pn){var Mr=Ke.alternate!==null&&Ke.alternate.memoizedState!==null;Mr||Uj()}}if(p&Ln){try{aj(e)}catch(Nn){Ba(e,e.return,Nn)}r_(e)}return}case He:{var Sr=s!==null&&s.memoizedState!==null;if(e.mode&Wn){var ke=Sl;Sl=ke||Sr,Pc(t,e),Sl=ke}else Pc(t,e);if(Tf(e),p&ru){var We=e.stateNode,Re=e.memoizedState,pt=Re!==null,jt=e;if(We.isHidden=pt,pt&&!Sr&&(jt.mode&Wn)!==qt){Zt=jt;for(var Bt=jt.child;Bt!==null;)Zt=Bt,uj(Bt),Bt=Bt.sibling}Z$(jt,pt)}return}case Ze:{Pc(t,e),Tf(e),p&Ln&&r_(e);return}case ut:return;default:{Pc(t,e),Tf(e);return}}}function Tf(e){var t=e.flags;if(t&Ur){try{nj(e)}catch(a){Ba(e,e.return,a)}e.flags&=~Ur}t&$o&&(e.flags&=~$o)}function lj(e,t,a){rv=a,av=t,Zt=e,i_(e,t,a),rv=null,av=null}function i_(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,F=b||Tg;if(F){BS(e,t,a);continue}else{var U=p.alternate,X=U!==null&&U.memoizedState!==null,ee=X||Sl,ge=Tg,ve=Sl;Tg=F,Sl=ee,Sl&&!ve&&(Zt=p,sj(p));for(var Me=y;Me!==null;)Zt=Me,i_(Me,t,a),Me=Me.sibling;Zt=p,Tg=ge,Sl=ve,BS(e,t,a);continue}}(p.subtreeFlags&Tn)!==rn&&y!==null?(y.return=p,Zt=y):BS(e,t,a)}}function BS(e,t,a){for(;Zt!==null;){var s=Zt;if((s.flags&Tn)!==rn){var p=s.alternate;vr(s);try{Q$(t,p,s,a)}catch(b){Ba(s,s.return,b)}_r()}if(s===e){Zt=null;return}var y=s.sibling;if(y!==null){y.return=s.return,Zt=y;return}Zt=s.return}}function uj(e){for(;Zt!==null;){var t=Zt,a=t.child;switch(t.tag){case k:case Se:case nt:case je:{if(t.mode&cn)try{xf(),zc(ko,t,t.return)}finally{bf(t)}else zc(ko,t,t.return);break}case B:{iv(t,t.return);var s=t.stateNode;typeof s.componentWillUnmount=="function"&&MS(t,t.return,s);break}case J:{iv(t,t.return);break}case He:{var p=t.memoizedState!==null;if(p){o_(e);continue}break}}a!==null?(a.return=t,Zt=a):o_(e)}}function o_(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 sj(e){for(;Zt!==null;){var t=Zt,a=t.child;if(t.tag===He){var s=t.memoizedState!==null;if(s){l_(e);continue}}a!==null?(a.return=t,Zt=a):l_(e)}}function l_(e){for(;Zt!==null;){var t=Zt;vr(t);try{J$(t)}catch(s){Ba(t,t.return,s)}if(_r(),t===e){Zt=null;return}var a=t.sibling;if(a!==null){a.return=t.return,Zt=a;return}Zt=t.return}}function cj(e,t,a,s){Zt=t,fj(t,e,a,s)}function fj(e,t,a,s){for(;Zt!==null;){var p=Zt,y=p.child;(p.subtreeFlags&li)!==rn&&y!==null?(y.return=p,Zt=y):dj(e,t,a,s)}}function dj(e,t,a,s){for(;Zt!==null;){var p=Zt;if((p.flags&ca)!==rn){vr(p);try{pj(t,p,a,s)}catch(b){Ba(p,p.return,b)}_r()}if(p===e){Zt=null;return}var y=p.sibling;if(y!==null){y.return=p.return,Zt=y;return}Zt=p.return}}function pj(e,t,a,s){switch(t.tag){case k:case Se:case je:{if(t.mode&cn){dS();try{rp(gl|To,t)}finally{fS(t)}}else rp(gl|To,t);break}}}function hj(e){Zt=e,vj()}function vj(){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,yj(p,e)}{var y=e.alternate;if(y!==null){var b=y.child;if(b!==null){y.child=null;do{var F=b.sibling;b.sibling=null,b=F}while(b!==null)}}}Zt=e}}(e.subtreeFlags&li)!==rn&&t!==null?(t.return=e,Zt=t):mj()}}function mj(){for(;Zt!==null;){var e=Zt;(e.flags&ca)!==rn&&(vr(e),gj(e),_r());var t=e.sibling;if(t!==null){t.return=e.return,Zt=t;return}Zt=e.return}}function gj(e){switch(e.tag){case k:case Se:case je:{e.mode&cn?(dS(),zc(gl|To,e,e.return),fS(e)):zc(gl|To,e,e.return);break}}}function yj(e,t){for(;Zt!==null;){var a=Zt;vr(a),Ej(a,t),_r();var s=a.child;s!==null?(s.return=a,Zt=s):Sj(e)}}function Sj(e){for(;Zt!==null;){var t=Zt,a=t.sibling,s=t.return;if(Z9(t),t===e){Zt=null;return}if(a!==null){a.return=s,Zt=a;return}Zt=s}}function Ej(e,t){switch(e.tag){case k:case Se:case je:{e.mode&cn?(dS(),zc(gl,e,t),fS(e)):zc(gl,e,t);break}}}function wj(e){switch(e.tag){case k:case Se:case je:{try{rp(ko|To,e)}catch(a){Ba(e,e.return,a)}break}case B:{var t=e.stateNode;try{t.componentDidMount()}catch(a){Ba(e,e.return,a)}break}}}function Cj(e){switch(e.tag){case k:case Se:case je:{try{rp(gl|To,e)}catch(t){Ba(e,e.return,t)}break}}}function _j(e){switch(e.tag){case k:case Se:case je:{try{zc(ko|To,e,e.return)}catch(a){Ba(e,e.return,a)}break}case B:{var t=e.stateNode;typeof t.componentWillUnmount=="function"&&MS(e,e.return,t);break}}}function bj(e){switch(e.tag){case k:case Se:case je:try{zc(gl|To,e,e.return)}catch(t){Ba(e,e.return,t)}}}if(typeof Symbol=="function"&&Symbol.for){var $1=Symbol.for;$1("selector.component"),$1("selector.has_pseudo_class"),$1("selector.role"),$1("selector.test_id"),$1("selector.text")}var xj=[];function Tj(){xj.forEach(function(e){return e()})}var kj=l.ReactCurrentActQueue;function Rj(e){{var t=typeof IS_REACT_ACT_ENVIRONMENT<"u"?IS_REACT_ACT_ENVIRONMENT:void 0,a=typeof jest<"u";return a&&t!==!1}}function u_(){{var e=typeof IS_REACT_ACT_ENVIRONMENT<"u"?IS_REACT_ACT_ENVIRONMENT:void 0;return!e&&kj.current!==null&&E("The current testing environment is not configured to support act(...)"),e}}var Dj=Math.ceil,NS=l.ReactCurrentDispatcher,zS=l.ReactCurrentOwner,wl=l.ReactCurrentBatchConfig,Uc=l.ReactCurrentActQueue,Ao=0,s_=1,Cl=2,Js=4,fd=0,j1=1,qp=2,Rg=3,V1=4,c_=5,IS=6,Or=Ao,fu=null,Ci=null,Oo=Ve,kf=Ve,PS=Gd(Ve),Mo=fd,K1=null,Dg=Ve,W1=Ve,Ag=Ve,Y1=null,Ju=null,US=0,f_=500,d_=1/0,Aj=500,dd=null;function G1(){d_=Yr()+Aj}function p_(){return d_}var Og=!1,HS=null,ov=null,Qp=!1,ip=null,X1=Ve,$S=[],jS=null,Oj=50,q1=0,VS=null,KS=!1,Mg=!1,Mj=50,lv=0,Fg=null,Q1=Gr,Lg=Ve,h_=!1;function Bg(){return fu}function du(){return(Or&(Cl|Js))!==Ao?Yr():(Q1!==Gr||(Q1=Yr()),Q1)}function op(e){var t=e.mode;if((t&Wn)===qt)return gn;if((Or&Cl)!==Ao&&Oo!==Ve)return $n(Oo);var a=RH()!==kH;if(a){if(wl.transition!==null){var s=wl.transition;s._updatedFibers||(s._updatedFibers=new Set),s._updatedFibers.add(e)}return Lg===Zn&&(Lg=Mt()),Lg}var p=Ku();if(p!==Zn)return p;var y=dU();return y}function Fj(e){var t=e.mode;return(t&Wn)===qt?gn:Kt()}function Fo(e,t,a,s){rV(),h_&&E("useInsertionEffect must not schedule updates."),KS&&(Mg=!0),Gf(e,a,s),(Or&Cl)!==Ve&&e===fu?oV(t):(Si&&$v(e,t,a),lV(t),e===fu&&((Or&Cl)===Ao&&(W1=Un(W1,a)),Mo===V1&&lp(e,Oo)),Zu(e,s),a===gn&&Or===Ao&&(t.mode&Wn)===qt&&!Uc.isBatchingLegacy&&(G1(),pC()))}function Lj(e,t,a){var s=e.current;s.lanes=t,Gf(e,t,a),Zu(e,a)}function Bj(e){return(Or&Cl)!==Ao}function Zu(e,t){var a=e.callbackNode;he(e,t);var s=H(e,e===fu?Oo:Ve);if(s===Ve){a!==null&&A_(a),e.callbackNode=null,e.callbackPriority=Zn;return}var p=Ht(s),y=e.callbackPriority;if(y===p&&!(Uc.current!==null&&a!==JS)){a==null&&y!==gn&&E("Expected scheduled callback to exist. This error is likely caused by a bug in React. Please file an issue.");return}a!=null&&A_(a);var b;if(p===gn)e.tag===Xd?(Uc.isBatchingLegacy!==null&&(Uc.didScheduleLegacyUpdate=!0),cH(g_.bind(null,e))):dC(g_.bind(null,e)),Uc.current!==null?Uc.current.push(qd):hU(function(){(Or&(Cl|Js))===Ao&&qd()}),b=null;else{var F;switch(kp(s)){case Go:F=pc;break;case xo:F=Ai;break;case xc:F=Fl;break;case xp:F=iu;break;default:F=Fl;break}b=ZS(F,v_.bind(null,e))}e.callbackPriority=p,e.callbackNode=b}function v_(e,t){if(r$(),Q1=Gr,Lg=Ve,(Or&(Cl|Js))!==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===fu?Oo:Ve);if(p===Ve)return null;var y=!de(e,p)&&!Oe(e,p)&&!t,b=y?Kj(e,p):zg(e,p);if(b!==fd){if(b===qp){var F=h(e);F!==Ve&&(p=F,b=WS(e,F))}if(b===j1){var U=K1;throw Jp(e,Ve),lp(e,p),Zu(e,Yr()),U}if(b===IS)lp(e,p);else{var X=!de(e,p),ee=e.current.alternate;if(X&&!zj(ee)){if(b=zg(e,p),b===qp){var ge=h(e);ge!==Ve&&(p=ge,b=WS(e,ge))}if(b===j1){var ve=K1;throw Jp(e,Ve),lp(e,p),Zu(e,Yr()),ve}}e.finishedWork=ee,e.finishedLanes=p,Nj(e,b,p)}}return Zu(e,Yr()),e.callbackNode===a?v_.bind(null,e):null}function WS(e,t){var a=Y1;if(Yi(e)){var s=Jp(e,t);s.flags|=wa,rH(e.containerInfo)}var p=zg(e,t);if(p!==qp){var y=Ju;Ju=a,y!==null&&m_(y)}return p}function m_(e){Ju===null?Ju=e:Ju.push.apply(Ju,e)}function Nj(e,t,a){switch(t){case fd:case j1:throw new Error("Root did not complete. This is a bug in React.");case qp:{Zp(e,Ju,dd);break}case Rg:{if(lp(e,a),N(a)&&!O_()){var s=US+f_-Yr();if(s>10){var p=H(e,Ve);if(p!==Ve)break;var y=e.suspendedLanes;if(!Vu(y,a)){du(),Uv(e,y);break}e.timeoutHandle=j2(Zp.bind(null,e,Ju,dd),s);break}}Zp(e,Ju,dd);break}case V1:{if(lp(e,a),ae(a))break;if(!O_()){var b=Q(e,a),F=b,U=Yr()-F,X=nV(U)-U;if(X>10){e.timeoutHandle=j2(Zp.bind(null,e,Ju,dd),X);break}}Zp(e,Ju,dd);break}case c_:{Zp(e,Ju,dd);break}default:throw new Error("Unknown root exit status.")}}function zj(e){for(var t=e;;){if(t.flags&cc){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,F=y.value;try{if(!Jt(b(),F))return!1}catch{return!1}}}}var U=t.child;if(t.subtreeFlags&cc&&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=uu(t,Ag),t=uu(t,W1),Pv(e,t)}function g_(e){if(a$(),(Or&(Cl|Js))!==Ao)throw new Error("Should not already be working.");hd();var t=H(e,Ve);if(!Ki(t,gn))return Zu(e,Yr()),null;var a=zg(e,t);if(e.tag!==Xd&&a===qp){var s=h(e);s!==Ve&&(t=s,a=WS(e,s))}if(a===j1){var p=K1;throw Jp(e,Ve),lp(e,t),Zu(e,Yr()),p}if(a===IS)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,Zp(e,Ju,dd),Zu(e,Yr()),null}function Ij(e,t){t!==Ve&&(Md(e,Un(t,gn)),Zu(e,Yr()),(Or&(Cl|Js))===Ao&&(G1(),qd()))}function YS(e,t){var a=Or;Or|=s_;try{return e(t)}finally{Or=a,Or===Ao&&!Uc.isBatchingLegacy&&(G1(),pC())}}function Pj(e,t,a,s,p){var y=Ku(),b=wl.transition;try{return wl.transition=null,Wi(Go),e(t,a,s,p)}finally{Wi(y),wl.transition=b,Or===Ao&&G1()}}function pd(e){ip!==null&&ip.tag===Xd&&(Or&(Cl|Js))===Ao&&hd();var t=Or;Or|=s_;var a=wl.transition,s=Ku();try{return wl.transition=null,Wi(Go),e?e():void 0}finally{Wi(s),wl.transition=a,Or=t,(Or&(Cl|Js))===Ao&&qd()}}function y_(){return(Or&(Cl|Js))!==Ao}function Ng(e,t){Il(PS,kf,e),kf=Un(kf,t)}function GS(e){kf=PS.current,zl(PS,e)}function Jp(e,t){e.finishedWork=null,e.finishedLanes=Ve;var a=e.timeoutHandle;if(a!==V2&&(e.timeoutHandle=V2,pU(a)),Ci!==null)for(var s=Ci.return;s!==null;){var p=s.alternate;Y9(p,s),s=s.return}fu=e;var y=eh(e.current,null);return Ci=y,Oo=kf=t,Mo=fd,K1=null,Dg=Ve,W1=Ve,Ag=Ve,Y1=null,Ju=null,MH(),Mc.discardPendingWarnings(),y}function S_(e,t){do{var a=Ci;try{if(V0(),XC(),_r(),zS.current=null,a===null||a.return===null){Mo=j1,K1=t,Ci=null;return}if(wt&&a.mode&cn&&Cg(a,!0),Dt)if(wo(),t!==null&&typeof t=="object"&&typeof t.then=="function"){var s=t;cf(a,s,Oo)}else Nu(a,t,Oo);s$(e,a.return,a,t,Oo),__(a)}catch(p){t=p,Ci===a&&a!==null?(a=a.return,Ci=a):a=Ci;continue}return}while(!0)}function E_(){var e=NS.current;return NS.current=gg,e===null?gg:e}function w_(e){NS.current=e}function Uj(){US=Yr()}function J1(e){Dg=Un(e,Dg)}function Hj(){Mo===fd&&(Mo=Rg)}function XS(){(Mo===fd||Mo===Rg||Mo===qp)&&(Mo=V1),fu!==null&&(R(Dg)||R(W1))&&lp(fu,Oo)}function $j(e){Mo!==V1&&(Mo=qp),Y1===null?Y1=[e]:Y1.push(e)}function jj(){return Mo===fd}function zg(e,t){var a=Or;Or|=Cl;var s=E_();if(fu!==e||Oo!==t){if(Si){var p=e.memoizedUpdaters;p.size>0&&(Z1(e,Oo),p.clear()),yh(e,t)}dd=jv(),Jp(e,t)}Ha(t);do try{Vj();break}catch(y){S_(e,y)}while(!0);if(V0(),Or=a,w_(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(),fu=null,Oo=Ve,Mo}function Vj(){for(;Ci!==null;)C_(Ci)}function Kj(e,t){var a=Or;Or|=Cl;var s=E_();if(fu!==e||Oo!==t){if(Si){var p=e.memoizedUpdaters;p.size>0&&(Z1(e,Oo),p.clear()),yh(e,t)}dd=jv(),G1(),Jp(e,t)}Ha(t);do try{Wj();break}catch(y){S_(e,y)}while(!0);return V0(),w_(s),Or=a,Ci!==null?(fs(),fd):(Ei(),fu=null,Oo=Ve,Mo)}function Wj(){for(;Ci!==null&&!lf();)C_(Ci)}function C_(e){var t=e.alternate;vr(e);var a;(e.mode&cn)!==qt?(cS(e),a=qS(t,e,kf),Cg(e,!0)):a=qS(t,e,kf),_r(),e.memoizedProps=e.pendingProps,a===null?__(e):Ci=a,zS.current=null}function __(e){var t=e;do{var a=t.alternate,s=t.return;if((t.flags&Di)===rn){vr(t);var p=void 0;if((t.mode&cn)===qt?p=W9(a,t,kf):(cS(t),p=W9(a,t,kf),Cg(t,!1)),_r(),p!==null){Ci=p;return}}else{var y=H$(a,t);if(y!==null){y.flags&=fc,Ci=y;return}if((t.mode&cn)!==qt){Cg(t,!1);for(var b=t.actualDuration,F=t.child;F!==null;)b+=F.actualDuration,F=F.sibling;t.actualDuration=b}if(s!==null)s.flags|=Di,s.subtreeFlags=rn,s.deletions=null;else{Mo=IS,Ci=null;return}}var U=t.sibling;if(U!==null){Ci=U;return}t=s,Ci=t}while(t!==null);Mo===fd&&(Mo=c_)}function Zp(e,t,a){var s=Ku(),p=wl.transition;try{wl.transition=null,Wi(Go),Yj(e,t,a,s)}finally{wl.transition=p,Wi(s)}return null}function Yj(e,t,a,s){do hd();while(ip!==null);if(aV(),(Or&(Cl|Js))!==Ao)throw new Error("Should not already be working.");var p=e.finishedWork,y=e.finishedLanes;if(cl(y),p===null)return zs(),null;if(y===Ve&&E("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=Zn;var b=Un(p.lanes,p.childLanes);Hv(e,b),e===fu&&(fu=null,Ci=null,Oo=Ve),((p.subtreeFlags&li)!==rn||(p.flags&li)!==rn)&&(Qp||(Qp=!0,jS=a,ZS(Fl,function(){return hd(),null})));var F=(p.subtreeFlags&(Lu|yi|Tn|li))!==rn,U=(p.flags&(Lu|yi|Tn|li))!==rn;if(F||U){var X=wl.transition;wl.transition=null;var ee=Ku();Wi(Go);var ge=Or;Or|=Js,zS.current=null,W$(e,p),E9(),oj(e,p,y),oU(e.containerInfo),e.current=p,mc(y),lj(p,e,y),ro(),Hf(),Or=ge,Wi(ee),wl.transition=X}else e.current=p,E9();var ve=Qp;if(Qp?(Qp=!1,ip=e,X1=y):(lv=0,Fg=null),b=e.pendingLanes,b===Ve&&(ov=null),ve||k_(e.current,!1),sl(p.stateNode,s),Si&&e.memoizedUpdaters.clear(),Tj(),Zu(e,Yr()),t!==null)for(var Me=e.onRecoverableError,Ne=0;Ne<t.length;Ne++){var Ke=t[Ne],$t=Ke.stack,xn=Ke.digest;Me(Ke.value,{componentStack:$t,digest:xn})}if(Og){Og=!1;var pn=HS;throw HS=null,pn}return Ki(X1,gn)&&e.tag!==Xd&&hd(),b=e.pendingLanes,Ki(b,gn)?(n$(),e===VS?q1++:(q1=0,VS=e)):q1=0,qd(),zs(),null}function hd(){if(ip!==null){var e=kp(X1),t=h2(xc,e),a=wl.transition,s=Ku();try{return wl.transition=null,Wi(t),Xj()}finally{Wi(s),wl.transition=a}}return!1}function Gj(e){$S.push(e),Qp||(Qp=!0,ZS(Fl,function(){return hd(),null}))}function Xj(){if(ip===null)return!1;var e=jS;jS=null;var t=ip,a=X1;if(ip=null,X1=Ve,(Or&(Cl|Js))!==Ao)throw new Error("Cannot flush passive effects while already rendering.");KS=!0,Mg=!1,Ps(a);var s=Or;Or|=Js,hj(t.current),cj(t,t.current,a,e);{var p=$S;$S=[];for(var y=0;y<p.length;y++){var b=p[y];q$(t,b)}}Ko(),k_(t.current,!0),Or=s,qd(),Mg?t===Fg?lv++:(lv=0,Fg=t):lv=0,KS=!1,Mg=!1,jo(t);{var F=t.current.stateNode;F.effectDuration=0,F.passiveEffectDuration=0}return!0}function b_(e){return ov!==null&&ov.has(e)}function qj(e){ov===null?ov=new Set([e]):ov.add(e)}function Qj(e){Og||(Og=!0,HS=e)}var Jj=Qj;function x_(e,t,a){var s=Gp(a,t),p=C9(e,s,gn),y=Jd(e,p,gn),b=du();y!==null&&(Gf(y,gn,b),Zu(y,b))}function Ba(e,t,a){if(j$(a),em(!1),e.tag===$){x_(e,e,a);return}var s=null;for(s=t;s!==null;){if(s.tag===$){x_(s,e,a);return}else if(s.tag===B){var p=s.type,y=s.stateNode;if(typeof p.getDerivedStateFromError=="function"||typeof y.componentDidCatch=="function"&&!b_(y)){var b=Gp(a,e),F=mS(s,b,gn),U=Jd(s,F,gn),X=du();U!==null&&(Gf(U,gn,X),Zu(U,X));return}}s=s.return}E(`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 Zj(e,t,a){var s=e.pingCache;s!==null&&s.delete(t);var p=du();Uv(e,a),uV(e),fu===e&&Vu(Oo,a)&&(Mo===V1||Mo===Rg&&N(Oo)&&Yr()-US<f_?Jp(e,Ve):Ag=Un(Ag,a)),Zu(e,p)}function T_(e,t){t===Zn&&(t=Fj(e));var a=du(),s=qu(e,t);s!==null&&(Gf(s,t,a),Zu(s,a))}function eV(e){var t=e.memoizedState,a=Zn;t!==null&&(a=t.retryLane),T_(e,a)}function tV(e,t){var a=Zn,s;switch(e.tag){case Fe: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),T_(e,a)}function nV(e){return e<120?120:e<480?480:e<1080?1080:e<1920?1920:e<3e3?3e3:e<4320?4320:Dj(e/1960)*1960}function rV(){if(q1>Oj)throw q1=0,VS=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.");lv>Mj&&(lv=0,Fg=null,E("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 aV(){Mc.flushLegacyContextWarning(),Mc.flushPendingUnsafeLifecycleWarnings()}function k_(e,t){vr(e),Ig(e,no,_j),t&&Ig(e,Hi,bj),Ig(e,no,wj),t&&Ig(e,Hi,Cj),_r()}function Ig(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 Pg=null;function R_(e){{if((Or&Cl)!==Ao||!(e.mode&Wn))return;var t=e.tag;if(t!==q&&t!==$&&t!==B&&t!==k&&t!==Se&&t!==nt&&t!==je)return;var a=un(e)||"ReactComponent";if(Pg!==null){if(Pg.has(a))return;Pg.add(a)}else Pg=new Set([a]);var s=Br;try{vr(e),E("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?vr(e):_r()}}}var qS;{var iV=null;qS=function(e,t,a){var s=N_(iV,t);try{return H9(e,t,a)}catch(y){if(yH()||y!==null&&typeof y=="object"&&typeof y.then=="function")throw y;if(V0(),XC(),Y9(e,t),N_(t,s),t.mode&cn&&cS(t),tu(null,H9,null,e,t,a),rf()){var p=sc();typeof p=="object"&&p!==null&&p._suppressLogging&&typeof y=="object"&&y!==null&&!y._suppressLogging&&(y._suppressLogging=!0)}throw y}}}var D_=!1,QS;QS=new Set;function oV(e){if(ra&&!ZH())switch(e.tag){case k:case Se:case je:{var t=Ci&&un(Ci)||"Unknown",a=t;if(!QS.has(a)){QS.add(a);var s=un(e)||"Unknown";E("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 B:{D_||(E("Cannot update during an existing state transition (such as within `render`). Render methods should be a pure function of props and state."),D_=!0);break}}}function Z1(e,t){if(Si){var a=e.memoizedUpdaters;a.forEach(function(s){$v(e,s,t)})}}var JS={};function ZS(e,t){{var a=Uc.current;return a!==null?(a.push(t),JS):cs(e,t)}}function A_(e){if(e!==JS)return of(e)}function O_(){return Uc.current!==null}function lV(e){{if(e.mode&Wn){if(!u_())return}else if(!Rj()||Or!==Ao||e.tag!==k&&e.tag!==Se&&e.tag!==je)return;if(Uc.current===null){var t=Br;try{vr(e),E(`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?vr(e):_r()}}}}function uV(e){e.tag!==Xd&&u_()&&Uc.current===null&&E(`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 em(e){h_=e}var Zs=null,uv=null,sV=function(e){Zs=e};function sv(e){{if(Zs===null)return e;var t=Zs(e);return t===void 0?e:t.current}}function e4(e){return sv(e)}function t4(e){{if(Zs===null)return e;var t=Zs(e);if(t===void 0){if(e!=null&&typeof e.render=="function"){var a=sv(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 M_(e,t){{if(Zs===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 B:{typeof s=="function"&&(p=!0);break}case k:{(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=Zs(a);if(b!==void 0&&b===Zs(s))return!0}return!1}}function F_(e){{if(Zs===null||typeof WeakSet!="function")return;uv===null&&(uv=new WeakSet),uv.add(e)}}var cV=function(e,t){{if(Zs===null)return;var a=t.staleFamilies,s=t.updatedFamilies;hd(),pd(function(){n4(e.current,s,a)})}},fV=function(e,t){{if(e.context!==ys)return;hd(),pd(function(){tm(t,e,null,null)})}};function n4(e,t,a){{var s=e.alternate,p=e.child,y=e.sibling,b=e.tag,F=e.type,U=null;switch(b){case k:case je:case B:U=F;break;case Se:U=F.render;break}if(Zs===null)throw new Error("Expected resolveFamily to be set during hot reload.");var X=!1,ee=!1;if(U!==null){var ge=Zs(U);ge!==void 0&&(a.has(ge)?ee=!0:t.has(ge)&&(b===B?ee=!0:X=!0))}if(uv!==null&&(uv.has(e)||s!==null&&uv.has(s))&&(ee=!0),ee&&(e._debugNeedsRemount=!0),ee||X){var ve=qu(e,gn);ve!==null&&Fo(ve,e,gn,Gr)}p!==null&&!ee&&n4(p,t,a),y!==null&&n4(y,t,a)}}var dV=function(e,t){{var a=new Set,s=new Set(t.map(function(p){return p.current}));return r4(e.current,s,a),a}};function r4(e,t,a){{var s=e.child,p=e.sibling,y=e.tag,b=e.type,F=null;switch(y){case k:case je:case B:F=b;break;case Se:F=b.render;break}var U=!1;F!==null&&t.has(F)&&(U=!0),U?pV(e,a):s!==null&&r4(s,t,a),p!==null&&r4(p,t,a)}}function pV(e,t){{var a=hV(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 hV(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 a4;{a4=!1;try{var L_=Object.preventExtensions({})}catch{a4=!0}}function vV(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,!a4&&typeof Object.preventExtensions=="function"&&Object.preventExtensions(this)}var Ss=function(e,t,a,s){return new vV(e,t,a,s)};function i4(e){var t=e.prototype;return!!(t&&t.isReactComponent)}function mV(e){return typeof e=="function"&&!i4(e)&&e.defaultProps===void 0}function gV(e){if(typeof e=="function")return i4(e)?B:k;if(e!=null){var t=e.$$typeof;if(t===Yt)return Se;if(t===en)return nt}return q}function eh(e,t){var a=e.alternate;a===null?(a=Ss(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&Ca,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 k:case je:a.type=sv(e.type);break;case B:a.type=e4(e.type);break;case Se:a.type=t4(e.type);break}return a}function yV(e,t){e.flags&=Ca|Ur;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 SV(e,t,a){var s;return e===N0?(s=Wn,t===!0&&(s|=Qr,s|=Co)):s=qt,Si&&(s|=cn),Ss($,null,null,s)}function o4(e,t,a,s,p,y){var b=q,F=e;if(typeof e=="function")i4(e)?(b=B,F=e4(F)):F=sv(F);else if(typeof e=="string")b=J;else{e:switch(e){case Va:return up(a.children,p,y,t);case _i:b=ie,p|=Qr,(p&Wn)!==qt&&(p|=Co);break;case fe:return EV(a,p,y,t);case hn:return wV(a,p,y,t);case Fn:return CV(a,p,y,t);case Ot:return B_(a,p,y,t);case Cr:case Nr:case ya: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,F=t4(F);break e;case en:b=nt;break e;case ft:b=ct,F=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=Ss(b,a,t,p);return ee.elementType=e,ee.type=F,ee.lanes=y,ee._debugOwner=s,ee}function l4(e,t,a){var s=null;s=e._owner;var p=e.type,y=e.key,b=e.props,F=o4(p,y,b,s,t,a);return F._debugSource=e._source,F._debugOwner=e._owner,F}function up(e,t,a,s){var p=Ss(le,e,s,t);return p.lanes=a,p}function EV(e,t,a,s){typeof e.id!="string"&&E('Profiler must specify an "id" of type `string` as a prop. Received the type `%s` instead.',typeof e.id);var p=Ss(we,e,s,t|cn);return p.elementType=fe,p.lanes=a,p.stateNode={effectDuration:0,passiveEffectDuration:0},p}function wV(e,t,a,s){var p=Ss(Fe,e,s,t);return p.elementType=hn,p.lanes=a,p}function CV(e,t,a,s){var p=Ss(Ze,e,s,t);return p.elementType=Fn,p.lanes=a,p}function B_(e,t,a,s){var p=Ss(He,e,s,t);p.elementType=Ot,p.lanes=a;var y={isHidden:!1};return p.stateNode=y,p}function u4(e,t,a){var s=Ss(te,e,null,t);return s.lanes=a,s}function _V(){var e=Ss(J,null,null,qt);return e.elementType="DELETED",e}function bV(e){var t=Ss(ht,null,null,qt);return t.stateNode=e,t}function s4(e,t,a){var s=e.children!==null?e.children:[],p=Ss(K,s,e.key,t);return p.lanes=a,p.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},p}function N_(e,t){return e===null&&(e=Ss(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 xV(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=V2,this.context=null,this.pendingContext=null,this.callbackNode=null,this.callbackPriority=Zn,this.eventTimes=gh(Ve),this.expirationTimes=gh(Gr),this.pendingLanes=Ve,this.suspendedLanes=Ve,this.pingedLanes=Ve,this.expiredLanes=Ve,this.mutableReadLanes=Ve,this.finishedLanes=Ve,this.entangledLanes=Ve,this.entanglements=gh(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<Jr;b++)y.push(new Set)}switch(t){case N0:this._debugRootType=a?"hydrateRoot()":"createRoot()";break;case Xd:this._debugRootType=a?"hydrate()":"render()";break}}function z_(e,t,a,s,p,y,b,F,U,X){var ee=new xV(e,t,a,F,U),ge=SV(t,y);ee.current=ge,ge.stateNode=ee;{var ve={element:s,isDehydrated:a,cache:null,transitions:null,pendingSuspenseBoundaries:null};ge.memoizedState=ve}return g3(ge),ee}var c4="18.2.0";function TV(e,t,a){var s=arguments.length>3&&arguments[3]!==void 0?arguments[3]:null;return Bn(s),{$$typeof:Da,key:s==null?null:""+s,children:e,containerInfo:t,implementation:a}}var f4,d4;f4=!1,d4={};function I_(e){if(!e)return ys;var t=Pi(e),a=sH(t);if(t.tag===B){var s=t.type;if(Ef(s))return cC(t,s,a)}return a}function kV(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&Qr){var y=un(a)||"Component";if(!d4[y]){d4[y]=!0;var b=Br;try{vr(p),a.mode&Qr?E("%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):E("%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?vr(b):_r()}}}return p.stateNode}}function P_(e,t,a,s,p,y,b,F){var U=!1,X=null;return z_(e,t,U,X,a,s,p,y,b)}function U_(e,t,a,s,p,y,b,F,U,X){var ee=!0,ge=z_(a,s,ee,e,p,y,b,F,U);ge.context=I_(null);var ve=ge.current,Me=du(),Ne=op(ve),Ke=sd(Me,Ne);return Ke.callback=t!=null?t:null,Jd(ve,Ke,Ne),Lj(ge,Ne,Me),ge}function tm(e,t,a,s){Kf(t,e);var p=t.current,y=du(),b=op(p);Wo(b);var F=I_(a);t.context===null?t.context=F:t.pendingContext=F,ra&&Br!==null&&!f4&&(f4=!0,E(`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(Br)||"Unknown"));var U=sd(y,b);U.payload={element:e},s=s===void 0?null:s,s!==null&&(typeof s!="function"&&E("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),X0(X,p,b)),b}function Ug(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 RV(e){switch(e.tag){case $:{var t=e.stateNode;if(Yi(t)){var a=Be(t);Ij(t,a)}break}case Fe:{pd(function(){var p=qu(e,gn);if(p!==null){var y=du();Fo(p,e,gn,y)}});var s=gn;p4(e,s);break}}}function H_(e,t){var a=e.memoizedState;a!==null&&a.dehydrated!==null&&(a.retryLane=Xm(a.retryLane,t))}function p4(e,t){H_(e,t);var a=e.alternate;a&&H_(a,t)}function DV(e){if(e.tag===Fe){var t=$s,a=qu(e,t);if(a!==null){var s=du();Fo(a,e,t,s)}p4(e,t)}}function AV(e){if(e.tag===Fe){var t=op(e),a=qu(e,t);if(a!==null){var s=du();Fo(a,e,t,s)}p4(e,t)}}function $_(e){var t=Ad(e);return t===null?null:t.stateNode}var j_=function(e){return null};function OV(e){return j_(e)}var V_=function(e){return!1};function MV(e){return V_(e)}var K_=null,W_=null,Y_=null,G_=null,X_=null,q_=null,Q_=null,J_=null,Z_=null;{var eb=function(e,t,a){var s=t[a],p=sa(e)?e.slice():vn({},e);return a+1===t.length?(sa(p)?p.splice(s,1):delete p[s],p):(p[s]=eb(e[s],t,a+1),p)},tb=function(e,t){return eb(e,t,0)},nb=function(e,t,a,s){var p=t[s],y=sa(e)?e.slice():vn({},e);if(s+1===t.length){var b=a[s];y[b]=y[p],sa(y)?y.splice(p,1):delete y[p]}else y[p]=nb(e[p],t,a,s+1);return y},rb=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 nb(e,t,a,0)},ab=function(e,t,a,s){if(a>=t.length)return s;var p=t[a],y=sa(e)?e.slice():vn({},e);return y[p]=ab(e[p],t,a+1,s),y},ib=function(e,t,a){return ab(e,t,0,a)},h4=function(e,t){for(var a=e.memoizedState;a!==null&&t>0;)a=a.next,t--;return a};K_=function(e,t,a,s){var p=h4(e,t);if(p!==null){var y=ib(p.memoizedState,a,s);p.memoizedState=y,p.baseState=y,e.memoizedProps=vn({},e.memoizedProps);var b=qu(e,gn);b!==null&&Fo(b,e,gn,Gr)}},W_=function(e,t,a){var s=h4(e,t);if(s!==null){var p=tb(s.memoizedState,a);s.memoizedState=p,s.baseState=p,e.memoizedProps=vn({},e.memoizedProps);var y=qu(e,gn);y!==null&&Fo(y,e,gn,Gr)}},Y_=function(e,t,a,s){var p=h4(e,t);if(p!==null){var y=rb(p.memoizedState,a,s);p.memoizedState=y,p.baseState=y,e.memoizedProps=vn({},e.memoizedProps);var b=qu(e,gn);b!==null&&Fo(b,e,gn,Gr)}},G_=function(e,t,a){e.pendingProps=ib(e.memoizedProps,t,a),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var s=qu(e,gn);s!==null&&Fo(s,e,gn,Gr)},X_=function(e,t){e.pendingProps=tb(e.memoizedProps,t),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var a=qu(e,gn);a!==null&&Fo(a,e,gn,Gr)},q_=function(e,t,a){e.pendingProps=rb(e.memoizedProps,t,a),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var s=qu(e,gn);s!==null&&Fo(s,e,gn,Gr)},Q_=function(e){var t=qu(e,gn);t!==null&&Fo(t,e,gn,Gr)},J_=function(e){j_=e},Z_=function(e){V_=e}}function FV(e){var t=ui(e);return t===null?null:t.stateNode}function LV(e){return null}function BV(){return Br}function NV(e){var t=e.findFiberByHostInstance,a=l.ReactCurrentDispatcher;return Ns({bundleType:e.bundleType,version:e.version,rendererPackageName:e.rendererPackageName,rendererConfig:e.rendererConfig,overrideHookState:K_,overrideHookStateDeletePath:W_,overrideHookStateRenamePath:Y_,overrideProps:G_,overridePropsDeletePath:X_,overridePropsRenamePath:q_,setErrorHandler:J_,setSuspenseHandler:Z_,scheduleUpdate:Q_,currentDispatcherRef:a,findHostInstanceByFiber:FV,findFiberByHostInstance:t||LV,findHostInstancesForRefresh:dV,scheduleRefresh:cV,scheduleRoot:fV,setRefreshHandler:sV,getCurrentFiber:BV,reconcilerVersion:c4})}var ob=typeof reportError=="function"?reportError:function(e){console.error(e)};function v4(e){this._internalRoot=e}Hg.prototype.render=v4.prototype.render=function(e){var t=this._internalRoot;if(t===null)throw new Error("Cannot update an unmounted root.");{typeof arguments[1]=="function"?E("render(...): does not support the second callback argument. To execute a side effect after rendering, declare it in a component body with useEffect()."):$g(arguments[1])?E("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"&&E("You passed a second argument to root.render(...) but it only accepts one argument.");var a=t.containerInfo;if(a.nodeType!==Rt){var s=$_(t.current);s&&s.parentNode!==a&&E("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.")}}tm(e,t,null,null)},Hg.prototype.unmount=v4.prototype.unmount=function(){typeof arguments[0]=="function"&&E("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;y_()&&E("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(){tm(null,e,null,null)}),iC(t)}};function zV(e,t){if(!$g(e))throw new Error("createRoot(...): Target container is not a DOM element.");lb(e);var a=!1,s=!1,p="",y=ob;t!=null&&(t.hydrate?g("hydrate through createRoot is deprecated. Use ReactDOMClient.hydrateRoot(container, <App />) instead."):typeof t=="object"&&t!==null&&t.$$typeof===wr&&E(`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=P_(e,N0,null,a,s,p,y);D0(b.current,e);var F=e.nodeType===Rt?e.parentNode:e;return s1(F),new v4(b)}function Hg(e){this._internalRoot=e}function IV(e){e&&r0(e)}Hg.prototype.unstable_scheduleHydration=IV;function PV(e,t,a){if(!$g(e))throw new Error("hydrateRoot(...): Target container is not a DOM element.");lb(e),t===void 0&&E("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,F="",U=ob;a!=null&&(a.unstable_strictMode===!0&&(y=!0),a.identifierPrefix!==void 0&&(F=a.identifierPrefix),a.onRecoverableError!==void 0&&(U=a.onRecoverableError));var X=U_(t,null,e,N0,s,y,b,F,U);if(D0(X.current,e),s1(e),p)for(var ee=0;ee<p.length;ee++){var ge=p[ee];YH(X,ge)}return new Hg(X)}function $g(e){return!!(e&&(e.nodeType===De||e.nodeType===nn||e.nodeType===dn||!Et))}function nm(e){return!!(e&&(e.nodeType===De||e.nodeType===nn||e.nodeType===dn||e.nodeType===Rt&&e.nodeValue===" react-mount-point-unstable "))}function lb(e){e.nodeType===De&&e.tagName&&e.tagName.toUpperCase()==="BODY"&&E("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."),E1(e)&&(e._reactRootContainer?E("You are calling ReactDOMClient.createRoot() on a container that was previously passed to ReactDOM.render(). This is not supported."):E("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 UV=l.ReactCurrentOwner,ub;ub=function(e){if(e._reactRootContainer&&e.nodeType!==Rt){var t=$_(e._reactRootContainer.current);t&&t.parentNode!==e&&E("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=m4(e),p=!!(s&&Yd(s));p&&!a&&E("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"&&E("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 m4(e){return e?e.nodeType===nn?e.documentElement:e.firstChild:null}function sb(){}function HV(e,t,a,s,p){if(p){if(typeof s=="function"){var y=s;s=function(){var ve=Ug(b);y.call(ve)}}var b=U_(t,s,e,Xd,null,!1,!1,"",sb);e._reactRootContainer=b,D0(b.current,e);var F=e.nodeType===Rt?e.parentNode:e;return s1(F),pd(),b}else{for(var U;U=e.lastChild;)e.removeChild(U);if(typeof s=="function"){var X=s;s=function(){var ve=Ug(ee);X.call(ve)}}var ee=P_(e,Xd,null,!1,!1,"",sb);e._reactRootContainer=ee,D0(ee.current,e);var ge=e.nodeType===Rt?e.parentNode:e;return s1(ge),pd(function(){tm(t,ee,a,s)}),ee}}function $V(e,t){e!==null&&typeof e!="function"&&E("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",t,e)}function jg(e,t,a,s,p){ub(a),$V(p===void 0?null:p,"render");var y=a._reactRootContainer,b;if(!y)b=HV(a,t,e,p,s);else{if(b=y,typeof p=="function"){var F=p;p=function(){var U=Ug(b);F.call(U)}}tm(t,b,e,p)}return Ug(b)}function jV(e){{var t=UV.current;if(t!==null&&t.stateNode!==null){var a=t.stateNode._warnedAboutRefsInRender;a||E("%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:kV(e,"findDOMNode")}function VV(e,t,a){if(E("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"),!nm(t))throw new Error("Target container is not a DOM element.");{var s=E1(t)&&t._reactRootContainer===void 0;s&&E("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 jg(null,e,t,!0,a)}function KV(e,t,a){if(E("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"),!nm(t))throw new Error("Target container is not a DOM element.");{var s=E1(t)&&t._reactRootContainer===void 0;s&&E("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 jg(null,e,t,!1,a)}function WV(e,t,a,s){if(E("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"),!nm(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 jg(e,t,a,!1,s)}function YV(e){if(!nm(e))throw new Error("unmountComponentAtNode(...): Target container is not a DOM element.");{var t=E1(e)&&e._reactRootContainer===void 0;t&&E("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=m4(e),s=a&&!Yd(a);s&&E("unmountComponentAtNode(): The node you're attempting to unmount was rendered by another copy of React.")}return pd(function(){jg(null,null,e,!1,function(){e._reactRootContainer=null,iC(e)})}),!0}else{{var p=m4(e),y=!!(p&&Yd(p)),b=e.nodeType===De&&nm(e.parentNode)&&!!e.parentNode._reactRootContainer;y&&E("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(RV),Qm(DV),Dp(AV),Kv(Ku),Zm(Tp),(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")&&E("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"),nf(qP),ol(YS,Pj,pd);function GV(e,t){var a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null;if(!$g(t))throw new Error("Target container is not a DOM element.");return TV(e,t,null,a)}function XV(e,t,a,s){return WV(e,t,a,s)}var g4={usingClientEntryPoint:!1,Events:[Yd,Uh,A0,As,Ol,YS]};function qV(e,t){return g4.usingClientEntryPoint||E('You are importing createRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client".'),zV(e,t)}function QV(e,t,a){return g4.usingClientEntryPoint||E('You are importing hydrateRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client".'),PV(e,t,a)}function JV(e){return y_()&&E("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 ZV=NV({findFiberByHostInstance:Pp,bundleType:1,version:c4,rendererPackageName:"react-dom"});if(!ZV&&zt&&window.top===window.self&&(navigator.userAgent.indexOf("Chrome")>-1&&navigator.userAgent.indexOf("Edge")===-1||navigator.userAgent.indexOf("Firefox")>-1)){var cb=window.location.protocol;/^(https?|file):$/.test(cb)&&console.info("%cDownload the React DevTools for a better development experience: https://reactjs.org/link/react-devtools"+(cb==="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=g4,wu.createPortal=GV,wu.createRoot=qV,wu.findDOMNode=jV,wu.flushSync=JV,wu.hydrate=VV,wu.hydrateRoot=QV,wu.render=KV,wu.unmountComponentAtNode=YV,wu.unstable_batchedUpdates=YS,wu.unstable_renderSubtreeIntoContainer=XV,wu.version=c4,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=zB()):o.exports=IB()})(E8);var PB=E8.exports,UB=PB.unstable_flushControlled,HB=UB,k8=tc.jsx;function $B(o,i){o.prototype=Object.create(i.prototype),o.prototype.constructor=o,o.__proto__=i}var jB=er.default,R8=gp,VB=function(o){$B(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=R8({"public/DraftEditorPlaceholder/root":!0,"public/DraftEditorPlaceholder/hasFocus":u}),E={whiteSpace:"pre-wrap"};return k8("div",{className:g,children:k8("div",{className:R8("public/DraftEditorPlaceholder/inner"),id:this.props.accessibilityID,style:E,children:this.props.text})})},i}(jB.Component),KB=VB,D8=Uy,Nv=Mm,A8=Su,xd=A8.isPlatform("Mac OS X"),O8=xd&&A8.isBrowser("Firefox < 29"),Td=D8.hasCommandModifier,Lf=D8.isCtrlKeyCommand;function M8(o){return xd&&o.altKey||Lf(o)}function WB(o){return Td(o)?o.shiftKey?"redo":"undo":null}function YB(o){return!xd&&o.shiftKey?null:M8(o)?"delete-word":"delete"}function GB(o){return Td(o)&&xd?"backspace-to-start-of-line":M8(o)?"backspace-word":"backspace"}function XB(o){switch(o.keyCode){case 66:return Td(o)?"bold":null;case 68:return Lf(o)?"delete":null;case 72:return Lf(o)?"backspace":null;case 73:return Td(o)?"italic":null;case 74:return Td(o)?"code":null;case 75:return xd&&Lf(o)?"secondary-cut":null;case 77:return Lf(o)?"split-block":null;case 79:return Lf(o)?"split-block":null;case 84:return xd&&Lf(o)?"transpose-characters":null;case 85:return Td(o)?"underline":null;case 87:return xd&&Lf(o)?"backspace-word":null;case 89:return Lf(o)?xd?"secondary-paste":"redo":null;case 90:return WB(o)||null;case Nv.RETURN:return"split-block";case Nv.DELETE:return YB(o);case Nv.BACKSPACE:return GB(o);case Nv.LEFT:return O8&&Td(o)?"move-selection-to-start-of-block":null;case Nv.RIGHT:return O8&&Td(o)?"move-selection-to-end-of-block":null;default:return null}}var F8=XB,Jy=tc.jsx,qB=er.default.createElement,L8=tc.jsxs;function Zy(o){for(var i=1;i<arguments.length;i++){var l=arguments[i]!=null?arguments[i]:{},f=Object.keys(l);typeof Object.getOwnPropertySymbols=="function"&&(f=f.concat(Object.getOwnPropertySymbols(l).filter(function(u){return Object.getOwnPropertyDescriptor(l,u).enumerable}))),f.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 B8(o,i){o.prototype=Object.create(i.prototype),o.prototype.constructor=o,o.__proto__=i}var QB=dy,JB=K6,ZB=uD,eN=FA,tN=lO,nN=LB,N8=HB,rN=KB,aN=Na,z8=er.default,iN=Ry,oN=Pm,lN=Su,e2=gp,uN=$c,sN=F8,cN=Um,fN=yd,Vm=ta,I8=kv,dN=yu,P8=lN.isBrowser("IE"),pN=!P8,U8={edit:nN,composite:ZB,drag:tN,cut:null,render:null},H8=!1,hN=function(o){B8(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}(z8.Component),$8=function(o){B8(i,o);function i(f){var u;return u=o.call(this,f)||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 E=u.props.editorState,A=E.getSelection().getHasFocus(),k=u.editor;if(!!k){var B=oN.getScrollParent(k),q=g||cN(B),$=q.x,K=q.y;I8(k)||(process.env.NODE_ENV!=="production"?Vm(!1,"editorNode is not an HTMLElement"):Vm(!1)),k.focus(),B===window?window.scrollTo($,K):iN.setTop(B,K),A||u.update(aN.forceSelection(E,E.getSelection()))}}),_n(kn(u),"blur",function(){var g=u.editor;!g||(I8(g)||(process.env.NODE_ENV!=="production"?Vm(!1,"editorNode is not an HTMLElement"):Vm(!1)),g.blur())}),_n(kn(u),"setMode",function(g){var E=u.props,A=E.onPaste,k=E.onCut,B=E.onCopy,q=Zy({},U8.edit);A&&(q.onPaste=A),k&&(q.onCut=k),B&&(q.onCopy=B);var $=Zy({},U8,{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=f.editorKey||uN(),u._placeholderAccessibilityID="placeholder-"+u._editorKey,u._latestEditorState=f.editorState,u._latestCommittedEditorState=f.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){f.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(E){if(!g.props.readOnly){var A=g._handler&&g._handler[u];A&&(N8?N8(function(){return A(g,E)}):A(g,E))}}},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:dN(this.props.placeholder),editorState:this.props.editorState,textAlignment:this.props.textAlignment,accessibilityID:this._placeholderAccessibilityID};return Jy(rN,{...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,E=u.blockRendererFn,A=u.blockStyleFn,k=u.customStyleFn,B=u.customStyleMap,q=u.editorState,$=u.preventScroll,K=u.readOnly,J=u.textAlignment,te=u.textDirectionality,le=e2({"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:E,blockStyleFn:A,customStyleMap:Zy({},JB,B),customStyleFn:k,editorKey:this._editorKey,editorState:q,preventScroll:$,textDirectionality:te};return L8("div",{className:le,children:[this._renderPlaceholder(),Jy("div",{className:e2("DraftEditor/editorContainer"),ref:this._handleEditorContainerRef,children:L8("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:e2({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:pN&&this.props.spellCheck,style:ie,suppressContentEditableWarning:!0,tabIndex:this.props.tabIndex,children:[Jy(hN,{editor:this,editorState:q}),qB(eN,{...Se,key:"contents"+this.state.contentsKey})]})})]})},l.componentDidMount=function(){this._blockSelectEvents=!1,!H8&&fN("draft_ods_enabled")&&(H8=!0),this.setMode("edit"),P8&&(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}(z8.Component);_n($8,"defaultProps",{ariaDescribedBy:"{{editor_id_placeholder}}",blockRenderMap:QB,blockRendererFn:function(){return null},blockStyleFn:function(){return""},keyBindingFn:sN,readOnly:!1,spellCheck:!1,stripPastedStyles:!1});var vN=$8,mN={},gN={stringify:function(i){return"_"+String(i)},unstringify:function(i){return i.slice(1)}},j8=gN,yN=j8,SN=wp,V8=SN.strlen;function EN(o,i){var l=[];return o.findEntityRanges(function(f){return!!f.getEntity()},function(f,u){var g=o.getText(),E=o.getEntityAt(f);l.push({offset:V8(g.slice(0,f)),length:V8(g.slice(f,u)),key:Number(i[yN.stringify(E)])})}),l}var wN=EN,K8=wp,CN=vv,_N=function(i,l){return i===l},bN=function(i){return!!i},xN=[];function TN(o,i,l){var f=[],u=i.map(function(g){return g.has(l)}).toList();return CN(u,_N,bN,function(g,E){var A=o.getText();f.push({offset:K8.strlen(A.slice(0,g)),length:K8.strlen(A.slice(g,E)),style:l})}),f}function kN(o){var i=o.getCharacterList().map(function(f){return f.getStyle()}).toList(),l=i.flatten().toSet().map(function(f){return TN(o,i,f)});return Array.prototype.concat.apply(xN,l.toJS())}var RN=kN;function DN(o){for(var i=1;i<arguments.length;i++){var l=arguments[i]!=null?arguments[i]:{},f=Object.keys(l);typeof Object.getOwnPropertySymbols=="function"&&(f=f.concat(Object.getOwnPropertySymbols(l).filter(function(u){return Object.getOwnPropertyDescriptor(l,u).enumerable}))),f.forEach(function(u){AN(o,u,l[u])})}return o}function AN(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}var ON=hp,MN=Cs,W8=j8,FN=wN,LN=RN,Y8=ta,G8=function(i,l){return{key:i.getKey(),text:i.getText(),type:i.getType(),depth:i.getDepth(),inlineStyleRanges:LN(i),entityRanges:FN(i,l),data:i.getData().toObject()}},BN=function(i,l,f,u){if(i instanceof ON){f.push(G8(i,l));return}i instanceof MN||(process.env.NODE_ENV!=="production"?Y8(!1,"block is not a BlockNode"):Y8(!1));var g=i.getParentKey(),E=u[i.getKey()]=DN({},G8(i,l),{children:[]});if(g){u[g].children.push(E);return}f.push(E)},NN=function(i,l){var f=l.entityMap,u=[],g={},E={},A=0;return i.getBlockMap().forEach(function(k){k.findEntityRanges(function(B){return B.getEntity()!==null},function(B){var q=k.getEntityAt(B),$=W8.stringify(q);E[$]||(E[$]=q,f[$]="".concat(A),A++)}),BN(k,f,u,g)}),{blocks:u,entityMap:f}},zN=function(i,l){var f=l.blocks,u=l.entityMap,g={};return Object.keys(u).forEach(function(E,A){var k=i.getEntity(W8.unstringify(E));g[A]={type:k.getType(),mutability:k.getMutability(),data:k.getData()}}),{blocks:f,entityMap:g}},IN=function(i){var l={entityMap:{},blocks:[]};return l=NN(i,l),l=zN(i,l),l},PN=IN;function zv(o){for(var i=1;i<arguments.length;i++){var l=arguments[i]!=null?arguments[i]:{},f=Object.keys(l);typeof Object.getOwnPropertySymbols=="function"&&(f=f.concat(Object.getOwnPropertySymbols(l).filter(function(u){return Object.getOwnPropertyDescriptor(l,u).enumerable}))),f.forEach(function(u){UN(o,u,l[u])})}return o}function UN(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}var HN=$c,Km=ta,$N=function(i,l){for(var f=[].concat(i).reverse();f.length;){var u=f.pop();l(u);var g=u.children;Array.isArray(g)||(process.env.NODE_ENV!=="production"?Km(!1,"Invalid tree raw block"):Km(!1)),f=f.concat([].concat(g.reverse()))}},X8=function(i){if(!(i&&i.type))return!1;var l=i.type;return l==="unordered-list-item"||l==="ordered-list-item"},jN=function(i){Array.isArray(i.children)&&(i.children=i.children.map(function(l){return l.type===i.type?zv({},l,{depth:(i.depth||0)+1}):l}))},VN={fromRawTreeStateToRawState:function(i){var l=i.blocks,f=[];return Array.isArray(l)||(process.env.NODE_ENV!=="production"?Km(!1,"Invalid raw state"):Km(!1)),!Array.isArray(l)||!l.length?i:($N(l,function(u){var g=zv({},u);X8(u)&&(g.depth=g.depth||0,jN(u),u.children!=null&&u.children.length>0)||(delete g.children,f.push(g))}),i.blocks=f,zv({},i,{blocks:f}))},fromRawStateToRawTreeState:function(i){var l=[],f=[];return i.blocks.forEach(function(u){var g=X8(u),E=u.depth||0,A=zv({},u,{children:[]});if(!g){l.push(A);return}var k=f[0];if(k==null&&E===0)l.push(A);else if(k==null||k.depth<E-1){var B={key:HN(),text:"",depth:E-1,type:u.type,children:[],entityRanges:[],inlineStyleRanges:[]};f.unshift(B),E===1?l.push(B):k!=null&&k.children.push(B),B.children.push(A)}else if(k.depth===E-1)k.children.push(A);else{for(;k!=null&&k.depth>=E;)f.shift(),k=f[0];E>0?k.children.push(A):l.push(A)}}),zv({},i,{blocks:l})}},KN=VN,Bf=zy,WN={isValidBlock:function(i,l){var f=i.getKey(),u=i.getParentKey();if(u!=null){var g=l.get(u);if(!g.getChildKeys().includes(f))return process.env.NODE_ENV!=="production"&&Bf(!0,"Tree is missing parent -> child pointer on %s",f),!1}var E=i.getChildKeys().map(function($){return l.get($)});if(!E.every(function($){return $.getParentKey()===f}))return process.env.NODE_ENV!=="production"&&Bf(!0,"Tree is missing child -> parent pointer on %s",f),!1;var A=i.getPrevSiblingKey();if(A!=null){var k=l.get(A);if(k.getNextSiblingKey()!==f)return process.env.NODE_ENV!=="production"&&Bf(!0,"Tree is missing nextSibling pointer on %s's prevSibling",f),!1}var B=i.getNextSiblingKey();if(B!=null){var q=l.get(B);if(q.getPrevSiblingKey()!==f)return process.env.NODE_ENV!=="production"&&Bf(!0,"Tree is missing prevSibling pointer on %s's nextSibling",f),!1}return B!==null&&A!==null&&A===B?(process.env.NODE_ENV!=="production"&&Bf(!0,"Tree has a two-node cycle at %s",f),!1):i.text!=""&&i.getChildKeys().size>0?(process.env.NODE_ENV!=="production"&&Bf(!0,"Leaf node %s has children",f),!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"&&Bf(!0,"Tree is not connected. More or less than one first node"),!1;for(var f=l.shift(),u=0,g=f.getKey(),E=[];g!=null;){var A=i.get(g),k=A.getChildKeys(),B=A.getNextSiblingKey();if(k.size>0){B!=null&&E.unshift(B);var q=k.map(function(K){return i.get(K)}),$=q.find(function(K){return K.getPrevSiblingKey()==null});if($==null)return process.env.NODE_ENV!=="production"&&Bf(!0,"%s has no first child",g),!1;g=$.getKey()}else A.getNextSiblingKey()!=null?g=A.getNextSiblingKey():g=E.shift();u++}return u!==i.size?(process.env.NODE_ENV!=="production"&&Bf(!0,"Tree is not connected. %s nodes were seen instead of %s",u,i.size),!1):!0},isValidTree:function(i){var l=this,f=i.toArray();return f.every(function(u){return l.isValidBlock(u,i)})?this.isConnectedTree(i):!1}},YN=WN,GN=ws,XN=Vr.exports,qN=XN.List;function QN(o,i){var l=o.map(function(f,u){var g=i[u];return GN.create({style:f,entity:g})});return qN(l)}var JN=QN,ZN=wp,q8=ZN.substr;function ez(o,i){var l=Array(o.length).fill(null);return i&&i.forEach(function(f){for(var u=q8(o,0,f.offset).length,g=u+q8(o,f.offset,f.length).length,E=u;E<g;E++)l[E]=f.key}),l}var tz=ez,nz=wp,rz=Vr.exports,az=rz.OrderedSet,Q8=nz.substr,iz=az();function oz(o,i){var l=Array(o.length).fill(iz);return i&&i.forEach(function(f){for(var u=Q8(o,0,f.offset).length,g=u+Q8(o,f.offset,f.length).length;u<g;)l[u]=l[u].add(f.style),u++}),l}var lz=oz;function Iv(o){for(var i=1;i<arguments.length;i++){var l=arguments[i]!=null?arguments[i]:{},f=Object.keys(l);typeof Object.getOwnPropertySymbols=="function"&&(f=f.concat(Object.getOwnPropertySymbols(l).filter(function(u){return Object.getOwnPropertyDescriptor(l,u).enumerable}))),f.forEach(function(u){uz(o,u,l[u])})}return o}function uz(o,i,l){return i in o?Object.defineProperty(o,i,{value:l,enumerable:!0,configurable:!0,writable:!0}):o[i]=l,o}var sz=hp,J8=Cs,cz=iy,fz=gm,Z8=KN,dz=YN,e7=ym,pz=JN,hz=tz,vz=lz,t7=$c,mz=yd,t2=Vr.exports,kd=ta,n7=mz("draft_tree_data_support"),r7=t2.List,gz=t2.Map,a7=t2.OrderedMap,n2=function(i,l){var f=i.key,u=i.type,g=i.data,E=i.text,A=i.depth,k={text:E,depth:A||0,type:u||"unstyled",key:f||t7(),data:gz(g),characterList:yz(i,l)};return k},yz=function(i,l){var f=i.text,u=i.entityRanges,g=i.inlineStyleRanges,E=u||[],A=g||[];return pz(vz(f,A),hz(f,E.filter(function(k){return l.hasOwnProperty(k.key)}).map(function(k){return Iv({},k,{key:l[k.key]})})))},r2=function(i){return Iv({},i,{key:i.key||t7()})},i7=function(i,l,f){var u=l.map(function(g){return Iv({},g,{parentRef:f})});return i.concat(u.reverse())},Sz=function(i,l){return i.map(r2).reduce(function(f,u,g){Array.isArray(u.children)||(process.env.NODE_ENV!=="production"?kd(!1,"invalid RawDraftContentBlock can not be converted to ContentBlockNode"):kd(!1));var E=u.children.map(r2),A=new J8(Iv({},n2(u,l),{prevSibling:g===0?null:i[g-1].key,nextSibling:g===i.length-1?null:i[g+1].key,children:r7(E.map(function(ie){return ie.key}))}));f=f.set(A.getKey(),A);for(var k=i7([],E,A);k.length>0;){var B=k.pop(),q=B.parentRef,$=q.getChildKeys(),K=$.indexOf(B.key),J=Array.isArray(B.children);if(!J){J||(process.env.NODE_ENV!=="production"?kd(!1,"invalid RawDraftContentBlock can not be converted to ContentBlockNode"):kd(!1));break}var te=B.children.map(r2),le=new J8(Iv({},n2(B,l),{parent:q.getKey(),children:r7(te.map(function(ie){return ie.key})),prevSibling:K===0?null:$.get(K-1),nextSibling:K===$.size-1?null:$.get(K+1)}));f=f.set(le.getKey(),le),k=i7(k,te,le)}return f},a7())},Ez=function(i,l){return a7(i.map(function(f){var u=new sz(n2(f,l));return[u.getKey(),u]}))},wz=function(i,l){var f=i.blocks.find(function(E){return Array.isArray(E.children)&&E.children.length>0}),u=n7&&!f?Z8.fromRawStateToRawTreeState(i).blocks:i.blocks;if(!n7)return Ez(f?Z8.fromRawTreeStateToRawState(i).blocks:u,l);var g=Sz(u,l);return process.env.NODE_ENV!=="production"&&(dz.isValidTree(g)||(process.env.NODE_ENV!=="production"?kd(!1,"Should be a valid tree"):kd(!1))),g},Cz=function(i){var l=i.entityMap,f={};return Object.keys(l).forEach(function(u){var g=l[u],E=g.type,A=g.mutability,k=g.data;f[u]=fz.__create(E,A,k||{})}),f},_z=function(i){Array.isArray(i.blocks)||(process.env.NODE_ENV!=="production"?kd(!1,"invalid RawDraftContentState"):kd(!1));var l=Cz(i),f=wz(i,l),u=f.isEmpty()?new e7:e7.createEmpty(f.first().getKey());return new cz({blockMap:f,entityMap:l,selectionBefore:u,selectionAfter:u})},bz=_z,xz=Mw;function Tz(o){var i=xz(o),l=0,f=0,u=0,g=0;if(i.length){if(i.length>1&&i[0].width===0){var E=i[1];l=E.top,f=E.right,u=E.bottom,g=E.left}else{var A=i[0];l=A.top,f=A.right,u=A.bottom,g=A.left}for(var k=1;k<i.length;k++){var B=i[k];B.height!==0&&B.width!==0&&(l=Math.min(l,B.top),f=Math.max(f,B.right),u=Math.max(u,B.bottom),g=Math.min(g,B.left))}}return{top:l,right:f,bottom:u,left:g,width:f-g,height:u-l}}var kz=Tz,Rz=kz;function Dz(o){var i=o.getSelection();if(!i.rangeCount)return null;var l=i.getRangeAt(0),f=Rz(l),u=f.top,g=f.right,E=f.bottom,A=f.left;return u===0&&g===0&&E===0&&A===0?null:f}var Az=Dz,Oz=wk,Mz=hv,Fz=ws,Lz=Rk,Bz=hp,Nz=iy,zz=dy,Iz=K6,Pz=vN,Uz=ew,Hz=gm,$z=gu,jz=c6,Vz=Na,Kz=Uy,Wz=mN,Yz=s8,Gz=ym,Xz=PN,qz=bz,Qz=$c,Jz=F8,Zz=Az,eI=o8,tI={Editor:Pz,EditorBlock:Uz,EditorState:Vz,CompositeDecorator:Lz,Entity:Hz,EntityInstance:jz,BlockMapBuilder:Mz,CharacterMetadata:Fz,ContentBlock:Bz,ContentState:Nz,RawDraftContentState:Wz,SelectionState:Gz,AtomicBlockUtils:Oz,KeyBindingUtil:Kz,Modifier:$z,RichUtils:Yz,DefaultDraftBlockRenderMap:zz,DefaultDraftInlineStyle:Iz,convertFromHTML:eI,convertFromRaw:qz,convertToRaw:Xz,genKey:Qz,getDefaultKeyBinding:Jz,getVisibleSelectionRect:Zz},o7=tI;function a2(o,i){(i==null||i>o.length)&&(i=o.length);for(var l=0,f=new Array(i);l<i;l++)f[l]=o[l];return f}function nI(o){if(Array.isArray(o))return a2(o)}function rI(o){if(typeof Symbol<"u"&&o[Symbol.iterator]!=null||o["@@iterator"]!=null)return Array.from(o)}function aI(o,i){if(!!o){if(typeof o=="string")return a2(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 a2(o,i)}}function iI(){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 nI(o)||rI(o)||aI(o)||iI()}function l7(o,i,l,f,u,g){var E=f-l,A=i+l<=o.offset;if(A)return Object.assign({},o,{offset:o.offset+E});var k=i>=o.offset&&i+l<=o.offset+o.length;if(k)return Object.assign({},o,{length:o.length+E});var B=o.offset>=i&&o.offset+o.length<=i+l&&u>0;if(B)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 Wm=function(o,i){return o.offset===i.offset?i.length-o.length:o.offset-i.offset};var u7={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;","\n":"<br/>"};const oI=function(o){for(var i=Rd(o.text),l=o.entityRanges.sort(Wm),f=o.inlineStyleRanges.sort(Wm),u="",g=function(k){var B=i[k];if(u7[B]!==void 0){var q=u7[B],$=Rd(u).length;u+=q;var K=function(te){return l7(te,$,B.length,q.length,0,0)};l=l.map(K),f=f.map(K)}else u+=B},E=0;E<i.length;E++)g(E);return Object.assign({},o,{text:u,inlineStyleRanges:f,entityRanges:l})};function Ym(o){return Ym=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},Ym(o)}var lI=["area","base","br","col","embed","hr","img","input","link","meta","param","source","track","wbr"];function ph(o){if(lI.indexOf(o.type)!==-1)return el.renderToStaticMarkup(o);var i=el.renderToStaticMarkup(er.default.cloneElement(o,{},"\r")).split("\r");return ec(i.length>1,"convertToHTML: Element of type ".concat(o.type," must render children")),ec(i.length<3,"convertToHTML: Element of type ".concat(o.type," cannot use carriage return character")),{start:i[0],end:i[1]}}function uI(o){return er.default.isValidElement(o)&&er.default.Children.count(o.props.children)>0}function Gm(o){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;if(o==null||typeof o=="string")return o;if(er.default.isValidElement(o)){if(uI(o))return el.renderToStaticMarkup(o);var l=ph(o);if(i!==null&&Ym(l)==="object"){var f=l.start,u=l.end;return f+i+u}return l}if(ec(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,E=o.end;return g+i+E}return o}var s7=function o(i){var l=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"start";if(er.default.isValidElement(i)){var f=ph(i);if(typeof f=="string")return 0;var u=f[l].length,g=er.default.Children.toArray(i.props.children)[0];return u+(g&&er.default.isValidElement(g)?o(g,l):0)}return Ym(i)==="object"&&i[l]?i[l].length:0},c7=function(){var i=arguments.length>1?arguments[1]:void 0;return i};const sI=function(o,i){var l=arguments.length>2&&arguments[2]!==void 0?arguments[2]:c7,f=Rd(o.text),u=l;if(l.__isMiddleware&&(u=l(c7)),Object.prototype.hasOwnProperty.call(o,"entityRanges")&&o.entityRanges.length>0){for(var g=o.entityRanges.sort(Wm),E=o.inlineStyleRanges,A=function(q){var $=g[q],K=i[$.key],J=f.slice($.offset,$.offset+$.length).join(""),te=u(K,J),le=Gm(te,J),ie=void 0;!!le||le===""?ie=Rd(le):ie=J;var oe=s7(te,"start"),Ce=s7(te,"end"),Se=function(nt,je){return je>q||Object.prototype.hasOwnProperty.call(nt,"style")?l7(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),E=we(E),f=[].concat(Rd(f.slice(0,$.offset)),Rd(ie),Rd(f.slice($.offset+$.length)))},k=0;k<g.length;k++)A(k);return Object.assign({},o,{text:f.join(""),inlineStyleRanges:E,entityRanges:g})}return o},f7=function(o){return function(i){return typeof o=="function"?o(i):o[i]}},d7=function(o,i){return function(){var l=o.apply(void 0,arguments);return l!=null?l:i.apply(void 0,arguments)}};function p7(o){switch(o){case"BOLD":return L("strong",{});case"ITALIC":return L("em",{});case"UNDERLINE":return L("u",{});case"CODE":return L("code",{});default:return{start:"",end:""}}}var i2=function(i,l){return i.filter(function(f){return!l.some(function(u){return u.style===f.style})})},cI=function(i,l){return l.reduceRight(function(f,u){var g=f[f.length-1];return ec(g.style===u.style,"Style ".concat(g.style," to be removed doesn't match expected ").concat(u.style)),f.slice(0,-1)},i)},fI=function(i,l){return l.filter(function(f){return i>=f.offset&&i<f.offset+f.length})},dI=function(i,l){var f=i.offset<=l.offset,u=i.offset+i.length>=l.offset+l.length;return f&&u},pI=function(i,l){var f=l.offset+l.length,u=i.offset+i.length;return f-u},hI=function(i,l){for(var f=0;f<i.length;)if(l.every(dI.bind(null,i[f])))f++;else return i.slice(f);return[]},vI=function(i,l,f){return l+Gm(i(f.style)).start},mI=function(i,l,f){return Gm(i(f.style)).end+l},h7=function(i){return function(l){return i(l)}};h7.__isMiddleware=!0;const gI=function(o){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:h7;ec(o!=null,"Expected raw block to be non-null");var l;i.__isMiddleware===!0?l=i(p7):l=d7(f7(i),f7(p7));for(var f="",u=[],g=o.inlineStyleRanges.sort(Wm),E=Rd(o.text),A=0;A<E.length;A++){var k=fI(A,g),B=i2(u,k),q=i2(k,u),$=i2(u,B),K=hI($,q),J=K.concat(q).sort(pI),te=J.reduce(vI.bind(null,l),""),le=B.concat(K).reduce(mI.bind(null,l),"");f+=le+te+E[A],u=cI(u,K.concat(B)),u=u.concat(J),ec(u.length===k.length,"Character ".concat(A,": ").concat(u.length-k.length," styles left on stack that should no longer be there"))}return f=u.reduceRight(function(ie,oe){return ie+Gm(l(oe.style)).end},f),f},o2=function(o){return function(i){return typeof o=="function"?o(i):o[i.type]}};function yI(o){return er.default.isValidElement(o)&&er.default.Children.count(o.props.children)>0}function SI(o){return ec(o!=null,"Expected block HTML value to be non-null"),typeof o=="string"?o:er.default.isValidElement(o)?yI(o)?el.renderToStaticMarkup(o):ph(o):Object.prototype.hasOwnProperty.call(o,"element")&&er.default.isValidElement(o.element)?Object.assign({},o,ph(o.element)):(ec(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 hh(o,i){if(ec(o!=null,"Expected block HTML value to be non-null"),typeof o.nest=="function"){var l=ph(o.nest(i)),f=l.start,u=l.end;return Object.assign({},o,{nestStart:f,nestEnd:u})}if(er.default.isValidElement(o.nest)){var g=ph(o.nest),E=g.start,A=g.end;return Object.assign({},o,{nestStart:E,nestEnd:A})}return ec(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 EI=["1","a","i"];const v7={unstyled:L("p",{}),paragraph:L("p",{}),"header-one":L("h1",{}),"header-two":L("h2",{}),"header-three":L("h3",{}),"header-four":L("h4",{}),"header-five":L("h5",{}),"header-six":L("h6",{}),"code-block":L("pre",{}),blockquote:L("blockquote",{}),"unordered-list-item":{element:L("li",{}),nest:L("ul",{})},"ordered-list-item":{element:L("li",{}),nest:function(i){var l=EI[i%3];return L("ol",{type:l})}},media:L("figure",{}),atomic:L("figure",{})};var wI=function(i,l){return l},m7=function(i){var l=i.styleToHTML,f=l===void 0?{}:l,u=i.blockToHTML,g=u===void 0?{}:u,E=i.entityToHTML,A=E===void 0?wI:E;return function(k){ec(k!=null,"Expected contentState to be non-null");var B;g.__isMiddleware===!0?B=g(o2(v7)):B=d7(o2(g),o2(v7));var q=o7.convertToRaw(k),$=[],K=q.blocks.map(function(J){var te=J.type,le=J.depth,ie="",oe="",Ce=B(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+hh(B(Xe),le).nestEnd},""),$=[];else for(;le+1!==$.length||te!==$[le].type;)if(le+1===$.length){var Se=$[le];ie+=hh(B(Se),le).nestEnd,oe+=hh(B(J),le).nestStart,$[le]=J}else if(le+1<$.length){var we=$[$.length-1];ie+=hh(B(we),le).nestEnd,$=$.slice(0,-1)}else oe+=hh(B(J),le).nestStart,$.push(J);var Fe=gI(sI(oI(J),q.entityMap,A),f),nt=SI(B(J)),je;return typeof nt=="string"?je=nt:je=nt.start+Fe+nt.end,Fe.length===0&&Object.prototype.hasOwnProperty.call(nt,"empty")&&(er.default.isValidElement(nt.empty)?je=el.renderToStaticMarkup(nt.empty):je=nt.empty),ie+oe+je}).join("");return K=$.reduce(function(J,te){return J+hh(B(te),te.depth).nestEnd},K),K}};const CI=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?m7({}).apply(void 0,i):m7.apply(void 0,i)},g7=o=>CI({blockToHTML:i=>{switch(i.type){case"blockquote":return el.renderToStaticMarkup(er.default.createElement("blockquote",{},i.text));default:return null}},entityToHTML:(i,l)=>{switch(i.type){case"article":return el.renderToStaticMarkup(er.default.createElement(_4,{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 el.renderToStaticMarkup(er.default.createElement(Hc,{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 el.renderToStaticMarkup(er.default.createElement("div",{dangerouslySetInnerHTML:{__html:i.data.htmlProps.html}}));case"LINK":return el.renderToStaticMarkup(er.default.createElement(Hc,{href:i.data.url,children:l,isTargetBlank:i.data.isTargetBlank,isNofollow:i.data.isNofollow,isSponsored:i.data.isSponsored,variant:"default"}));case"image":return el.renderToStaticMarkup(er.default.createElement(y7,{src:i.data.imageProps.src,caption:i.data.imageProps.meta.caption}));default:return l}}})(o7.convertFromRaw(o)),_I=({content:o,colorScheme:i="primary"})=>L("div",{className:"c-article-content","data-color":`${i}`,dangerouslySetInnerHTML:{__html:g7(o)}}),bI=({title:o,label:i,lead:l,colorScheme:f,rightImageUrl:u})=>Ue("header",{className:"c-article-header",children:[u&&L("div",{className:"c-article-header__img",children:L("img",{alt:o,src:u})}),L("h1",{className:"c-article-header__title",children:o}),Ue("div",{className:"c-article-header__lead",children:[L(ti,{colorScheme:f,withRightDivider:!0,children:i}),l]})]}),y7=({src:o,caption:i,isCaptionInside:l=!1,layout:f=yn.MOBILE})=>{let u="320x204",g="100%";const E=["1444x920","640x408","320x204"];return f===yn.DESKTOP&&(u="722x460",g="(min-width: 48rem) 45.125rem, 100%"),Ue("figure",{className:"c-media",children:[L("div",{className:"c-media__content",children:L(sp,{src:o,defaultFormat:u,formats:E,sizes:g,alt:i})}),i&&L("figcaption",{className:va("c-media__caption",{"c-media__caption--inside":l}),children:i})]})},xI=({summary:o,colorScheme:i="primary"})=>o?Ue("div",{className:`c-article-summary u-bg-${i}`,children:[L("h3",{className:"c-article-summary__title",children:"L\u2019essentiel"}),L("div",{dangerouslySetInnerHTML:{__html:g7(o)}})]}):null,TI=({src:o,caption:i})=>Ue("div",{children:[L("img",{src:o,alt:i}),L("hr",{}),L("small",{children:i})]}),S7=({rubric:o})=>Ue($l,{children:[L(ba,{className:"u-color-default u-pl1 u-pr1",size:7,name:"arrow"}),L(pv,{variant:"breadcrumb",link:o.link,children:o.label})]}),kI=({breadcrumbContainerElement:o,breadcrumbList:i,btnNext:l,btnPrev:f})=>{if(o.scrollLeft>0){l.style.display="none",f.style.left=`${o.scrollLeft}px`;return}i&&o.clientWidth>i.clientWidth?(f.style.display="none",l.style.display="none"):l.style.display="flex"},E7=({breadcrumbContainerElement:o,btnNext:i,btnPrev:l})=>{const f=o.scrollWidth-o.clientWidth;o.scrollLeft+=f,i.style.display="none",l.style.display="flex",l.style.left=`${o.scrollLeft}px`},RI=({breadcrumbContainerElement:o,btnNext:i,btnPrev:l,breadcrumbList:f})=>{o.scrollLeft=0,l.style.display="none",f&&o.clientWidth<f.clientWidth&&(i.style.display="flex")},DI=o=>{const i=o.querySelector(".c-breadcrumb__list"),l=o.querySelector(".c-breadcrumb__button-container--next-button"),f=o.querySelector(".c-breadcrumb__button-container--previous-button");kI({breadcrumbContainerElement:o,breadcrumbList:i,btnNext:l,btnPrev:f}),l==null||l.addEventListener("click",E7.bind(!1,{breadcrumbContainerElement:o,btnNext:l,btnPrev:f})),f==null||f.addEventListener("click",RI.bind(!1,{breadcrumbContainerElement:o,btnNext:l,btnPrev:f,breadcrumbList:i}))},AI=(o=document.querySelector(".c-breadcrumb"))=>{if(o){const i=o.querySelector(".c-breadcrumb__list"),l=o.querySelector(".c-breadcrumb__button-container--next-button"),f=o.querySelector(".c-breadcrumb__button-container--previous-button");i&&o.clientWidth<i.clientWidth&&l&&(l.style.display="flex",l==null||l.addEventListener("click",E7.bind(!1,{breadcrumbContainerElement:o,btnNext:l,btnPrev:f})))}},OI=(o=document.querySelector(".c-breadcrumb"))=>{o&&window.addEventListener("resize",DI.bind(!1,o))},MI=({rubric:o,parentRubric:i,tags:l,colorScheme:f="primary",layout:u=yn.DESKTOP})=>{const g=am.useRef(null);return th(()=>{g.current&&u===yn.DESKTOP&&(AI(g.current),OI(g.current))},[]),Ue("div",{className:"c-breadcrumb",ref:g,children:[Ue("div",{className:"c-breadcrumb__list",children:[L(pv,{variant:"breadcrumb",link:"/",className:"",children:L(ba,{size:20,name:"home"})}),i&&L(S7,{rubric:i}),o&&L(S7,{rubric:o}),l&&Ue($l,{children:[L(um,{}),l.map((E,A)=>L(pv,{colorScheme:f,variant:"primary",link:E.link,className:A!==l.length-1?"u-mr1":"",children:E.label},E.label))]})]}),L("div",{className:"c-breadcrumb__button-container c-breadcrumb__button-container--previous-button",children:L(vu,{variant:"navigation",icon:"chevron",iconSize:12})}),L("div",{className:"c-breadcrumb__button-container c-breadcrumb__button-container--next-button",children:L(vu,{variant:"navigation",icon:"chevron",iconSize:12})})]})},w7=({link:o,cover:i,headline:l,title:f,layout:u=yn.DESKTOP})=>{const g=["252x162","160x104"],E=u===yn.MOBILE?"160x104":"252x162";return Ue("a",{href:o,className:"c-category-card",children:[L(sp,{src:i,defaultFormat:E,formats:g,sizes:"(min-width: 48rem) 15.75rem, 10rem",alt:f,className:"c-category-card__img"}),L(ti,{colorScheme:"default",children:l}),L("h4",{className:"c-category-card__title",children:f})]})},FI=({link:o,title:i,cover:l,headline:f,summary:u,layout:g=yn.DESKTOP})=>Ue("a",{href:o,children:[L(ti,{children:f}),L("h4",{children:i}),L("div",{children:g===yn.DESKTOP?L("img",{src:l,alt:i,width:"346",height:"222"}):L("img",{src:l,alt:i,width:"414",height:"265"})}),L("p",{children:u}),L("hr",{})]}),LI=({link:o,title:i,cover:l,headline:f,publishedAt:u,layout:g=yn.DESKTOP})=>Ue("a",{href:o,children:[L(ti,{withRightDivider:!0,children:u}),L(ti,{children:f}),L("h5",{children:i}),L("div",{style:{display:"flex"},children:g===yn.DESKTOP?L("img",{src:l,alt:i,width:110,height:70}):L("img",{src:l,alt:i,width:130,height:82})}),L("hr",{})]});function BI({avatar:o,avatarHD:i,username:l,publishedAt:f,editedAt:u,userlink:g}){const E=Ue($l,{children:[L(w4,{img:o,imgHD:i,alt:l}),Ue("div",{children:[L("div",{className:"c-signature__name",children:l}),Ue("div",{className:"c-signature__date",children:[Ue("time",{children:["Publi\xE9 le ",f]}),u&&Ue("time",{children:[" \u2022 Mis \xE0 jour le ",u]})]})]})]});return g?L("a",{href:g,children:E}):E}const l2=({username:o,publishedAt:i,editedAt:l,avatar:f,avatarHD:u,userlink:g})=>L("address",{className:"c-signature",children:L(BI,{username:o,publishedAt:i,editedAt:l,avatar:f,avatarHD:u,userlink:g})});function vh({variant:o="advanced",commentCount:i,shareCount:l,colorScheme:f="primary",layout:u}){const g=Ue($l,{children:[Ue("div",{className:"c-social__items",children:[L("span",{className:"c-social__items__icon",children:L(ba,{size:20,name:"comment"})}),L("span",{className:va("c-social__items__count",o!=="simple"&&[`u-bg-${f}`]),children:i})]}),Ue("div",{className:"c-social__items",children:[L("span",{className:"c-social__items__icon",children:L(ba,{size:20,name:"share"})}),L("span",{className:va("c-social__items__count",o!=="simple"&&[`u-bg-${f}`]),children:l})]})]});return Ue("div",{className:va("c-social",{"c-social--sidebar":o==="advanced"&&u===yn.DESKTOP},{"c-social--bar":o==="advanced"&&u===yn.MOBILE},{"c-social--reaction":o==="simple"}),children:[o==="simple"?L("div",{className:"c-social--reaction__block",children:g}):g,o!=="simple"&&u===yn.DESKTOP?Ue($l,{children:[L(um,{}),L("div",{className:"c-social__items",children:L(ba,{size:20,name:"bookmark"})}),L("div",{className:"c-social__items",children:L(ba,{size:20,name:"report"})})]}):L("span",{className:"c-social__items__icon",children:L(ba,{size:20,name:"bookmark"})})]})}const NI=({link:o,title:i,cover:l,headline:f,summary:u,signatureProps:g,socialBarProps:E,layout:A=yn.DESKTOP})=>Ue("a",{href:o,children:[A===yn.MOBILE&&L(ti,{children:f}),L("h3",{children:i}),A===yn.DESKTOP?L("img",{src:l,alt:i,width:722,height:469}):L("img",{src:l,alt:i,width:414,height:265}),L(l2,{...g}),A===yn.DESKTOP&&L(ti,{withRightDivider:!0,children:f}),L("p",{children:u}),L(vh,{...E})]}),C7=({link:o,title:i,cover:l,headline:f,publishedAt:u,socialBarProps:g,layout:E=yn.DESKTOP})=>{const A=["346x222","160x104"],k=E===yn.MOBILE?"160x104":"346x222";return Ue("a",{href:o,className:"c-live-card",children:[Ue("div",{children:[L(sp,{src:l,defaultFormat:k,formats:A,sizes:"(min-width: 48rem) 21.625rem, 10rem",alt:i,className:"c-live-card__img"}),Ue("div",{children:[L(ti,{colorScheme:"direct",children:u}),L(ti,{withLeftDivider:!0,colorScheme:"default",children:f})]}),L("h3",{children:i})]}),L("div",{children:E!==yn.MOBILE&&L(vh,{...g,variant:"simple"})})]})},_7=({link:o,title:i,cover:l,headline:f,layout:u=yn.DESKTOP})=>{const g=["346x222","160x104"],E=u===yn.MOBILE?"160x104":"346x222";return Ue("a",{href:o,className:"c-medium-card",children:[L("div",{children:L(sp,{src:l,defaultFormat:E,formats:g,sizes:"(min-width: 48rem) 21.625rem, 10rem",alt:i,className:"c-medium-card__img"})}),L(ti,{colorScheme:"default",children:f}),u===yn.DESKTOP?L("h3",{children:i}):L("h5",{children:i})]})};function zI({link:o,cover:i,headline:l,title:f}){return Ue("a",{href:o,children:[L("div",{children:L("img",{src:i,alt:f,width:252,height:162})}),L(ti,{children:l}),L("h2",{children:f})]})}const b7=({headline:o,title:i,link:l,cover:f,summary:u,index:g,viewCount:E,colorScheme:A="default",layout:k=yn.DESKTOP,isSimplified:B=!1,withBorder:q=!1})=>Ue("a",{href:l,className:`c-card-most-read ${B&&"c-card-most-read--simplified"} ${q&&"c-card-most-read--bordered"}`,children:[L("div",{className:"c-card-most-read__index",children:g}),Ue("div",{className:"c-card-most-read__content",children:[L(ti,{colorScheme:A,children:o}),L("p",{className:"c-card-most-read__title",children:i}),!B&&k===yn.DESKTOP&&L("p",{className:"c-card-most-read__summary",children:u}),!B&&k===yn.MOBILE&&L("img",{src:f,alt:i,width:307,height:192,className:"c-card-most-read__img"}),!B&&Ue("div",{className:"c-card-most-read__counter",children:[L(ba,{size:16,name:"view"})," ",E]})]}),!B&&L("div",{children:k===yn.DESKTOP&&L("img",{src:f,alt:i,width:150,height:95,className:"c-card-most-read__img"})})]});function x7({link:o,cover:i,headline:l,title:f,layout:u=yn.DESKTOP}){return Ue("a",{href:o,children:[L("div",{children:u===yn.DESKTOP?L("img",{src:i,alt:f,width:252,height:162}):L("img",{src:i,alt:f,width:160,height:104})}),L(ti,{children:l}),L("h4",{children:f})]})}function T7({link:o,cover:i,headline:l,title:f,colorScheme:u}){return Ue("a",{href:o,className:"c-overview-card",children:[L("div",{className:"c-overview-card__img-container",children:L(sp,{src:i,alt:f,defaultFormat:"62x62",formats:["124x124","62x62"],sizes:"3.875rem",className:"c-overview-card__img-container__img"})}),Ue("div",{children:[L(ti,{variant:"solid",colorScheme:u,children:l}),L("div",{className:"c-overview-card__title",children:f})]})]})}function II({title:o,link:i,cover:l,headline:f,socialBarProps:u,podcastTime:g,layout:E=yn.DESKTOP}){return Ue("a",{href:i,children:[Ue("div",{style:{position:"relative"},children:[E===yn.DESKTOP?L("img",{src:l,alt:o,width:346,height:222}):L("img",{src:l,alt:o,width:307,height:192}),Ue("div",{style:{position:"absolute",bottom:10,left:10},children:[L(ba,{fill:"white",name:"podcast"})," ",g]})]}),L(ti,{children:f}),L("h3",{children:o}),E===yn.DESKTOP&&L(vh,{...u})]})}const PI=({title:o,link:i,location:l,headline:f,socialBarProps:u,layout:g=yn.DESKTOP})=>Ue("a",{href:i,children:[L(ti,{children:f}),Ue("div",{children:[L(ba,{name:"local",size:18}),L(ti,{children:l})]}),L("h3",{children:o}),L(vh,{...u}),g===yn.MOBILE&&L("hr",{})]}),UI=({title:o,link:i,cover:l,headline:f,summary:u,signatureProps:g,socialBarProps:E,layout:A=yn.DESKTOP})=>L("a",{href:i,children:Ue("div",{style:{display:"flex",flexDirection:A===yn.MOBILE?"column":"row"},children:[A===yn.MOBILE&&Ue("div",{children:[L(ti,{children:f}),L("h2",{children:o})]}),L("div",{children:A===yn.DESKTOP?L("img",{src:l,alt:o,height:460,width:722}):L("img",{src:l,alt:o,height:265,width:414})}),Ue("div",{children:[A===yn.MOBILE&&L(l2,{...g}),A===yn.DESKTOP&&Ue($l,{children:[L(ti,{children:f}),L("h2",{children:o})]}),L("p",{children:u}),L(vh,{...E})]})]})}),u2=({link:o,title:i,cover:l,headline:f})=>Ue("a",{href:o,children:[L(ti,{colorScheme:"default",children:f}),Ue("div",{className:"c-small-card",children:[L("h4",{children:i}),L(sp,{src:l,defaultFormat:"130x82",formats:["130x82"],sizes:"8.125rem",alt:i,className:"c-small-card__img"})]})]}),HI=({link:o,title:i,cover:l,headline:f,layout:u=yn.DESKTOP})=>Ue("a",{href:o,children:[L("div",{children:u===yn.DESKTOP?L("img",{src:l,alt:i,width:"252",height:"162"}):L("img",{src:l,alt:i,width:"104",height:"160"})}),L(ti,{children:f}),L("h5",{children:i})]}),$I=({cover:o,link:i,headline:l,title:f,layout:u=yn.DESKTOP})=>Ue("a",{href:i,style:{display:"flex",borderRight:u===yn.DESKTOP?"1px solid":""},children:[L("div",{children:u===yn.DESKTOP?L("img",{style:{borderRadius:62},src:o,alt:f,width:100,height:100}):L("img",{style:{borderRadius:62},src:o,alt:f,width:62,height:62})}),Ue("div",{children:[L(ti,{variant:"solid",withRightDivider:!0,children:l}),L("h5",{children:f})]})]}),jI=({articles:o,label:i,layout:l=yn.DESKTOP})=>Ue("div",{children:[L("h3",{children:i}),L("div",{className:"c-category-cards",children:L("div",{className:"c-category-cards__list",children:o.map(f=>L(w7,{layout:l,...f},f.title))})})]}),VI=({statusCode:o="404"})=>{let i=Ue($l,{children:[L("h2",{children:"La page que vous cherchez n\u2019existe pas !"}),Ue("p",{children:[L("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."]}),L("p",{children:"Ce type d\u2019erreur se produit lorsque des pages ont \xE9t\xE9 supprim\xE9es ou d\xE9plac\xE9es."}),L("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=Ue($l,{children:[L("h2",{children:"Erreur serveur, la page n\u2019est pas disponible !"}),L("p",{children:"Toutes nos excuses pour cette erreur\u2026"}),L("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."}),L("p",{children:"Si vous \xEAtes \xE0 la recherche de quelque chose de bien pr\xE9cis, nous vous invitons \xE0 utiliser notre moteur de recherche :"})]})),Ue("div",{className:"c-error-responses",children:[L(ba,{name:o==="404"?"not-found":"server-error",size:[130,72],className:"c-error-responses__img"}),i,L(lm,{placeholder:"Rechercher",icon:"search",className:"c-error-responses__input"}),L(Hc,{href:"/",className:"c-error-responses__link",children:"Retour page d\u2019accueil"})]})},KI=(o,i)=>{i.preventDefault();const l=i.target,f=o.querySelectorAll(".c-accordion__button"),u=o.querySelectorAll('[role="tabpanel"]'),g=l.getAttribute("aria-controls"),E=Object.values(u).find(A=>A.id===g);f.forEach(A=>{A.setAttribute("aria-expanded","false")}),u.forEach(A=>{A.setAttribute("aria-hidden","true")}),l.setAttribute("aria-expanded","true"),E&&E.removeAttribute("aria-hidden")},WI=(o=document.querySelector(".c-accordion"))=>{o&&document.querySelectorAll(".c-accordion__button").forEach(l=>{l.addEventListener("click",KI.bind(!1,o))})},YI=({categories:o,titleClass:i,iconClass:l})=>{const f=am.useRef(null);return th(()=>{f.current&&WI(f.current)},[]),L("div",{className:"c-accordion",ref:f,children:o.map((u,g)=>Ue(am.Fragment,{children:[Ue(nh,{as:"h4",className:va("c-accordion__title",i),children:[L("button",{type:"button",id:`c-accordion__button-${g}`,className:"c-accordion__button","aria-controls":`c-accordion__content-${g}`,"aria-expanded":"false",children:u.name}),L(ba,{name:"chevron",size:16,className:va("c-accordion__icon",l)})]},u.name),L("div",{id:`c-accordion__content-${g}`,"aria-hidden":"true","aria-labelledby":`c-accordion__button-${g}`,className:"c-accordion__list u-pa2",role:"tabpanel",children:u.links.map((E,A)=>L(Hc,{href:E.url,children:E.name},A))})]},g))})},s2=({categories:o,layout:i})=>L("div",{className:"c-footer-categories",children:i===yn.MOBILE?L(YI,{categories:o,titleClass:"u-bg-primary",iconClass:"u-color-white"}):L($l,{children:o.map((l,f)=>Ue("div",{className:"c-footer-categories__list",children:[L(nh,{as:"h4",className:"c-footer-categories__list__title",children:l.name}),l.links.map((u,g)=>L(Hc,{href:u.url,children:u.name},g))]},f))})}),c2=({footerBar:o,listClass:i})=>L("div",{className:"c-footer-links",children:o.map((l,f)=>L("div",{className:va("o-inline",i),children:l.links.map((u,g)=>L(Hc,{href:u.url||"#",onClick:u.javascript?()=>u.javascript:void 0,children:u.name},g))},f))}),k7=({title:o,subtitle:i,icon:l,variant:f="darkBlue",classname:u})=>Ue("header",{className:va("c-header-banner",f!=="transparent"&&`u-skin-${f}`,u),children:[l&&L(ba,{size:25,name:l,withBorder:!0,isRounded:!0}),Ue("div",{children:[i&&L("p",{className:"c-header-banner__subtitle",children:i}),L("h2",{className:"c-header-banner__title",children:o})]})]}),GI=({modalIconSize:o=46,...i})=>Ue("div",{className:"c-header-side-modal",children:[L(ba,{name:"logo",className:"u-color-primary",size:o}),L(vu,{variant:"simple",icon:"close",iconClassNames:"u-color-black",...i})]}),XI=({title:o,subtitle:i="",colorScheme:l})=>Ue("header",{className:"c-nodeheader",children:[L(om,{colorScheme:l}),L("h1",{className:"c-nodeheader__title",children:o}),i&&L("p",{className:"c-nodeheader__subtitle",children:i})]}),R7=({title:o,description:i})=>Ue("div",{className:"c-info-banner",children:[L("h3",{className:"c-info-banner__title",children:o}),L("p",{className:"c-info-banner__description",children:i})]}),f2=({icon:o,title:i,content:l,withBorder:f=!1,classnames:u})=>Ue("div",{className:va("c-horoscope-topic-card",{"c-horoscope-topic-card--bordered":f},u),children:[Ue("div",{className:"c-horoscope-topic-card__header",children:[L(ba,{className:"c-horoscope-topic-card__icon",name:o,size:21}),L(nh,{variant:"secondary",as:"h2",children:i})]}),L("p",{className:"c-horoscope-topic-card__content",children:l})]}),qI=({topics:o,infoBannerProps:i})=>Ue($l,{children:[L("ul",{children:o.map((l,f)=>L("li",{children:L(f2,{icon:l.icon,title:l.title,content:l.content,withBorder:f!==o.length-1,classnames:f!==o.length-1?"u-mb2":""})},l.title))}),L(R7,{title:i.title,description:i.description})]}),QI=({signsContent:o})=>L($l,{children:o.map((i,l)=>Ue(am.Fragment,{children:[L(k7,{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((f,u)=>L(f2,{icon:f.icon,title:f.title,content:f.content,withBorder:u!==i.topics.length-1,classnames:"u-mb2"},f.title)),L(Hc,{variant:"secondary-button",href:i.link.href,className:"u-mb2",children:i.link.children}),l!==o.length-1&&L(gd,{className:"u-bg-primary u-mb2"})]},l))}),JI=({horoscopeSignsList:o})=>L("ul",{className:"o-inline",children:o.map(i=>L("li",{className:"o-inline__by-4",children:Ue("a",{href:i.url,className:"c-square-tile o-column u-skin-darkBlue",children:[L(ba,{name:`horoscope-${i.slug}`,size:18}),L(ti,{colorScheme:"white",isUppercase:!1,children:i.label})]})},i.slug))}),ZI=({articles:o,layout:i=yn.DESKTOP})=>Ue("div",{className:"c-live-cards",children:[L(om,{colorScheme:"direct"}),L("h2",{children:"Le direct"}),L("div",{className:"c-live-cards__articles",children:L("div",{className:"c-live-cards__articles__list",children:o.map(l=>L(C7,{layout:i,...l},l.title))})})]}),eP=(o,i)=>{i.preventDefault();const l=i.target,f=o.querySelectorAll('[role="tab"]'),u=o.querySelectorAll('[role="tabpanel"]'),g=l.getAttribute("aria-controls"),E=Object.values(u).find(A=>A.id===g);f.forEach(A=>{A.setAttribute("aria-selected","false")}),u.forEach(A=>{A.setAttribute("aria-hidden","true")}),l.setAttribute("aria-selected","true"),E&&E.removeAttribute("aria-hidden")},D7=o=>o.code==="ArrowLeft"||o.keyCode===39,A7=o=>o.code==="ArrowRight"||o.keyCode===37,tP=(o=document.querySelector(".js-tabs"))=>{if(o){const i=o.querySelectorAll('[role="tab"]');i.forEach(f=>{f.addEventListener("click",eP.bind(!1,o))});const l=o.querySelector('[role="tablist"]');if(l&&i.length>0){let f=0;l.addEventListener("keydown",u=>{u instanceof KeyboardEvent&&(D7(u)||A7(u))&&(i[f].setAttribute("tabindex","-1"),D7(u)?(f+=1,f>=i.length&&(f=0)):A7(u)&&(f-=1,f<0&&(f=i.length-1)),i[f].setAttribute("tabindex","0"),i[f].focus())})}}},nP=({tabItems:o,tabItemActive:i,tabVariant:l="default"})=>{const f=Df.useRef(null);return th(()=>{f.current&&tP(f.current)},[]),Ue("div",{className:"js-tabs",ref:f,children:[L("div",{role:"tablist",className:va("o-tabs",{[`o-tabs--${l}`]:l}),children:o.map(u=>L(T4,{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=>L(k4,{name:u.name,isHidden:(i||o[0].name)!==u.name,children:u.content},u.name))]})},rP=({tabItems:o,tabItemActive:i})=>{const l=o.map(f=>({name:f.name,title:f.title,content:L("ul",{children:f.body.map((u,g)=>L("li",{children:L(b7,{isSimplified:!0,index:(g+1).toString(),headline:u.rubricName,title:u.title,link:u.url,withBorder:g!==f.body.length-1})},u.rubricSlug))})}));return L(nP,{tabItemActive:i||o[0].name,tabItems:l})},aP=({articles:o,label:i})=>Ue("div",{children:[L("h3",{children:i}),L("hr",{}),L("div",{style:{display:"flex",gap:10},children:o.map(l=>L(x7,{...l},l.title))})]}),iP=({title:o,description:i,placeholder:l,checkboxLabel:f,buttonLabel:u})=>Ue("div",{className:"c-newsletter",children:[L(ba,{className:"c-newsletter__icon",size:40,name:"diode-leaning"}),Ue("form",{children:[L("h5",{className:"c-newsletter__title",children:o}),L("p",{children:i}),L(lm,{className:"c-input__input--newsletter",type:"email",placeholder:l}),L(vu,{className:"c-btn c-btn__white c-newsletter__button",type:"submit",children:u}),Ue("div",{className:"c-newsletter__checkbox",children:[L(lm,{className:"c-input__input--checkbox",type:"checkbox",placeholder:l,required:!0,id:"term"}),L("label",{htmlFor:"term",dangerouslySetInnerHTML:{__html:f}})]})]})]});function oP({articles:o,layout:i=yn.MOBILE}){return Ue("section",{className:"c-overview-bar u-mb3",children:[Ue(C4,{children:["Le r\xE9cap\u2019",i===yn.DESKTOP&&L("br",{}),"de la journ\xE9e"]}),L("ul",{className:"c-overview-bar__list",children:o.map((l,f)=>L("li",{className:va("c-overview-bar__item",i===yn.DESKTOP&&f!==o.length-1&&"c-overview-bar__item--withBorder"),children:L(T7,{...l})},l.title))})]})}const lP=({label:o,articles:i})=>Ue("div",{className:"c-partner-cards__partners__list__partner",children:[L("h4",{className:"c-partner-cards__partners__list__partner__title",children:o}),i.map((l,f)=>{let u;return f===0?u=Ue($l,{children:[L(_7,{...l}),L(gd,{className:"c-partner-cards__partners__list__partner__divider"})]}):f!==i.length-1?u=Ue($l,{children:[L(u2,{...l}),L(gd,{className:"c-partner-cards__partners__list__partner__divider"})]}):u=L(u2,{...l}),u})]}),uP=({columns:o})=>Ue("div",{className:"c-partner-cards",children:[L(om,{colorScheme:"primary"}),L("h2",{children:"Partenaires"}),L("div",{className:"c-partner-cards__partners",children:L("div",{className:"c-partner-cards__partners__list",children:o.map(i=>L(lP,{...i},i.label))})})]}),d2=({socialIcons:o})=>L("div",{className:"c-footer-social",children:o.map((i,l)=>L("div",{className:"o-inline",children:i.icons.map((f,u)=>L("a",{href:f.url,children:L(ba,{className:"u-color-primary u-bg-white u-pa1",size:20,name:f.name})},u))},l))}),sP=({tags:o,className:i})=>Ue("div",{className:i,children:[o.map((l,f)=>L(pv,{...l},l.id||f)),L("hr",{})]}),cP=({socialIcons:o,footerBar:i,categories:l})=>L("div",{className:"c-footer",children:Ue("div",{className:"c-footer__wrap",children:[Ue("section",{className:"c-footer__wrap__top",children:[Ue("div",{className:"c-footer__wrap__top__left",children:[L(ba,{name:"logo",size:50,className:"u-color-white",withBorder:!0}),L(d2,{socialIcons:o}),L(gd,{className:"u-bg-white"}),L(nh,{as:"h4",className:"c-footer__wrap__top__left__title",children:"Nos applications"}),L(cp,{as:"p",className:"c-footer__wrap__top__left__mention",children:"D\xE9couvrez l\u2018ensemble de nos applications 20 Minutes!"}),Ue("div",{className:"c-footer__wrap__top__left__app",children:[L(vu,{value:"T\xE9l\xE9charger sur App Store",icon:"apple",className:"c-btn--app",iconClassNames:"u-color-primary",children:Ue("span",{children:["T\xE9l\xE9charger sur ",L("strong",{className:"c-btn--app__mention",children:"App Store"})]})}),L(vu,{value:"T\xE9l\xE9charger sur GooglePlay",icon:"googleplay",className:"c-btn--app",iconClassNames:"u-color-primary",children:Ue("span",{children:["T\xE9l\xE9charger sur ",L("strong",{className:"c-btn--app__mention",children:"Google Play"})]})})]})]}),L("div",{className:"c-footer__wrap__top__right",children:L(s2,{categories:l})})]}),L(gd,{className:"u-bg-white"}),Ue("section",{className:"c-footer__wrap__bottom",children:[L(c2,{footerBar:i}),L(cp,{as:"strong",children:"\xA9 Copyright 20 Minutes"}),L(cp,{as:"p",className:"c-footer__wrap__bottom__mention",children:"La fr\xE9quentation de 20 Minutes est certifi\xE9e par l\u2018ACPM"})]})]})}),fP=({socialIcons:o,footerBar:i,categories:l})=>Ue("div",{className:"c-footer-mobile u-bg-primary",children:[L(s2,{categories:l,layout:yn.MOBILE}),Ue("div",{className:"c-footer-mobile__app",children:[L(nh,{as:"h4",className:"c-footer-mobile__app__title",children:"Nos applications"}),L(cp,{as:"p",className:"c-footer-mobile__app__mention",children:"D\xE9couvrez l\u2018ensemble de nos applications 20 Minutes!"}),Ue("div",{className:"c-footer-mobile__app__btn",children:[L(ba,{name:"logo",size:26,className:"u-color-white",withBorder:!0}),L(vu,{value:"T\xE9l\xE9charger sur App Store",icon:"apple",className:"c-btn--app u-bg-white",iconClassNames:"u-color-primary",children:Ue("span",{children:["T\xE9l\xE9charger sur ",L("strong",{className:"c-btn--app__mention",children:"App Store"})]})}),L(vu,{value:"T\xE9l\xE9charger sur GooglePlay",icon:"googleplay",className:"c-btn--app u-bg-white",iconClassNames:"u-color-primary",children:Ue("span",{children:["T\xE9l\xE9charger sur ",L("strong",{className:"c-btn--app__mention",children:"Google Play"})]})})]})]}),L(gd,{className:"u-bg-white"}),L("div",{className:"c-footer-mobile__social",children:L(d2,{socialIcons:o})}),L(gd,{className:"u-bg-white"}),Ue("section",{className:"c-footer-mobile__bottom",children:[L(c2,{footerBar:i,listClass:"c-footer-mobile__bottom__list"}),L(cp,{as:"strong",className:"u-mt1",children:"\xA9 Copyright 20 Minutes"}),L(cp,{as:"p",className:"c-footer__wrap__bottom__mention",children:"La fr\xE9quentation de 20 Minutes est certifi\xE9e par l\u2018ACPM"})]})]}),dP=({layout:o=yn.MOBILE,...i})=>o===yn.DESKTOP?L(cP,{...i}):L(fP,{...i}),pP=({headerLinks:o})=>Ue("div",{className:"c-header",children:[L("div",{className:"c-header__logo",children:L(ba,{name:"logo",size:100,className:"u-color-primary"})}),Ue("div",{className:"c-header__container",children:[Ue("div",{className:"c-header__container__top",children:[Ue("div",{className:"c-header__container__top__left",children:[L(vu,{icon:"menu",className:"c-header__container__top__left__button",children:"Menu"}),L(ba,{name:"search",size:20,className:"c-header__container__top__left__icon"})]}),Ue("div",{className:"c-header__container__top__right",children:[L(ba,{name:"connect",size:35,className:"c-header__container__top__right__icon"}),L(vu,{className:"c-header__container__top__right__button",children:"S\u2018inscrire"})]})]}),L("div",{className:"c-header__container__bottom",children:o.map((i,l)=>L(Hc,{href:i.url,className:`u-color-${i.theme}`,children:i.name},l))})]})]}),hP=()=>Ue("div",{className:"c-header-mobile",children:[Ue("div",{className:"c-header-mobile__side",children:[L(vu,{icon:"menu",iconSize:20,variant:"simple",className:"u-color-black"}),L(ba,{name:"logo",size:46,className:"u-color-primary"})]}),Ue("div",{className:"c-header-mobile__side",children:[L(vu,{icon:"connect",iconSize:35,variant:"simple",className:"u-color-primary"}),L(vu,{children:"S\u2018inscrire"})]})]}),vP=({layout:o=yn.MOBILE,...i})=>o===yn.DESKTOP?L(pP,{...i}):L(hP,{});xt.Ad=gb,xt.Alert=yb,xt.ArticleContent=_I,xt.ArticleHeader=bI,xt.ArticleImageCover=y7,xt.ArticleSummary=xI,xt.ArticleVideoCover=TI,xt.Avatar=w4,xt.Breadcrumb=MI,xt.Button=vu,xt.CategoryCard=w7,xt.CategoryCards=jI,xt.Divider=gd,xt.DividerSection=om,xt.ErrorResponsesContent=VI,xt.Footer=dP,xt.FooterCategories=s2,xt.FooterLinks=c2,xt.GameCard=FI,xt.Header=vP,xt.HeaderBanner=k7,xt.HeaderPage=XI,xt.HeaderSideModal=GI,xt.Heading=nh,xt.HomeLiveCard=LI,xt.HoroscopeContent=qI,xt.HoroscopeHomepageContent=QI,xt.HoroscopeTiles=JI,xt.HoroscopeTopicCard=f2,xt.Icon=ba,xt.Img=sp,xt.InfoBanner=R7,xt.Input=lm,xt.Label=ti,xt.LabelSection=C4,xt.LargeCard=NI,xt.LayoutType=yn,xt.Link=Hc,xt.LiveCard=C7,xt.LiveCards=ZI,xt.MediumCard=_7,xt.MenuCard=zI,xt.Meta=wb,xt.Modal=Eb,xt.MostReadArticles=rP,xt.MostReadCard=b7,xt.NewsCard=x7,xt.NewsCards=aP,xt.Newsletter=iP,xt.OverviewBar=oP,xt.OverviewCard=T7,xt.PartnerCards=uP,xt.Pipe=um,xt.PodcastCard=II,xt.ReadAlso=_4,xt.RegionalCard=PI,xt.RubricCard=UI,xt.ScrollProgressBar=Rb,xt.Section=Cb,xt.Signature=l2,xt.SmallCard=u2,xt.SmallGameCard=HI,xt.SmallLiveCard=$I,xt.SocialBar=vh,xt.SocialIcons=d2,xt.SvgSprite=Sb,xt.Switch=Vg,xt.SwitchDarkMode=xb,xt.Tab=T4,xt.TabPanel=k4,xt.Tag=pv,xt.TagBar=sP,xt.Text=cp,xt.useLayoutEffect=th,Object.defineProperties(xt,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});