@gravity-ui/page-constructor 5.33.4-beta.0 → 5.33.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2327) hide show
  1. package/build/cjs/blocks/Banner/Banner.d.ts +2 -2
  2. package/build/cjs/blocks/Banner/Banner.js +6 -6
  3. package/build/cjs/blocks/Banner/schema.d.ts +6 -6
  4. package/build/cjs/blocks/Banner/schema.js +1 -2
  5. package/build/cjs/blocks/CardLayout/CardLayout.d.ts +2 -2
  6. package/build/cjs/blocks/CardLayout/CardLayout.js +12 -10
  7. package/build/cjs/blocks/CardLayout/schema.js +2 -3
  8. package/build/cjs/blocks/Companies/Companies.d.ts +2 -2
  9. package/build/cjs/blocks/Companies/Companies.js +10 -7
  10. package/build/cjs/blocks/Companies/schema.d.ts +1 -1
  11. package/build/cjs/blocks/Companies/schema.js +1 -2
  12. package/build/cjs/blocks/ContentLayout/ContentLayout.d.ts +2 -2
  13. package/build/cjs/blocks/ContentLayout/ContentLayout.js +14 -13
  14. package/build/cjs/blocks/ContentLayout/schema.js +4 -5
  15. package/build/cjs/blocks/ExtendedFeatures/ExtendedFeatures.d.ts +2 -2
  16. package/build/cjs/blocks/ExtendedFeatures/ExtendedFeatures.js +30 -22
  17. package/build/cjs/blocks/ExtendedFeatures/schema.d.ts +1 -1
  18. package/build/cjs/blocks/ExtendedFeatures/schema.js +3 -4
  19. package/build/cjs/blocks/FilterBlock/FilterBlock.d.ts +2 -2
  20. package/build/cjs/blocks/FilterBlock/FilterBlock.js +22 -18
  21. package/build/cjs/blocks/FilterBlock/i18n/index.d.ts +1 -5
  22. package/build/cjs/blocks/FilterBlock/i18n/index.js +1 -2
  23. package/build/cjs/blocks/FilterBlock/schema.js +2 -3
  24. package/build/cjs/blocks/Form/Form.css +4 -1
  25. package/build/cjs/blocks/Form/Form.d.ts +2 -2
  26. package/build/cjs/blocks/Form/Form.js +33 -25
  27. package/build/cjs/blocks/Form/schema.d.ts +2 -2
  28. package/build/cjs/blocks/Form/schema.js +5 -6
  29. package/build/cjs/blocks/Header/Header.d.ts +3 -3
  30. package/build/cjs/blocks/Header/Header.js +44 -24
  31. package/build/cjs/blocks/Header/schema.d.ts +21 -21
  32. package/build/cjs/blocks/Header/schema.js +3 -4
  33. package/build/cjs/blocks/Header/utils.d.ts +1 -1
  34. package/build/cjs/blocks/Header/utils.js +4 -4
  35. package/build/cjs/blocks/HeaderSlider/HeaderSlider.d.ts +2 -2
  36. package/build/cjs/blocks/HeaderSlider/HeaderSlider.js +10 -10
  37. package/build/cjs/blocks/HeaderSlider/schema.d.ts +9 -9
  38. package/build/cjs/blocks/HeaderSlider/schema.js +2 -3
  39. package/build/cjs/blocks/Icons/Icons.d.ts +2 -2
  40. package/build/cjs/blocks/Icons/Icons.js +19 -17
  41. package/build/cjs/blocks/Icons/schema.js +2 -3
  42. package/build/cjs/blocks/Info/Info.d.ts +2 -2
  43. package/build/cjs/blocks/Info/Info.js +13 -7
  44. package/build/cjs/blocks/Info/schema.d.ts +1 -1
  45. package/build/cjs/blocks/Info/schema.js +3 -4
  46. package/build/cjs/blocks/Map/Map.d.ts +2 -2
  47. package/build/cjs/blocks/Map/Map.js +8 -7
  48. package/build/cjs/blocks/Map/schema.js +2 -3
  49. package/build/cjs/blocks/Media/Media.d.ts +2 -2
  50. package/build/cjs/blocks/Media/Media.js +11 -11
  51. package/build/cjs/blocks/Media/schema.d.ts +7 -7
  52. package/build/cjs/blocks/Media/schema.js +2 -3
  53. package/build/cjs/blocks/PromoFeaturesBlock/PromoFeaturesBlock.d.ts +2 -2
  54. package/build/cjs/blocks/PromoFeaturesBlock/PromoFeaturesBlock.js +32 -25
  55. package/build/cjs/blocks/PromoFeaturesBlock/schema.d.ts +3 -3
  56. package/build/cjs/blocks/PromoFeaturesBlock/schema.js +3 -4
  57. package/build/cjs/blocks/Questions/QuestionBlockItem/QuestionBlockItem.d.ts +2 -2
  58. package/build/cjs/blocks/Questions/QuestionBlockItem/QuestionBlockItem.js +17 -11
  59. package/build/cjs/blocks/Questions/Questions.d.ts +2 -2
  60. package/build/cjs/blocks/Questions/Questions.js +17 -14
  61. package/build/cjs/blocks/Questions/models.js +0 -1
  62. package/build/cjs/blocks/Questions/schema.js +3 -4
  63. package/build/cjs/blocks/Security/i18n/index.d.ts +1 -5
  64. package/build/cjs/blocks/Security/i18n/index.js +1 -2
  65. package/build/cjs/blocks/Share/Share.d.ts +2 -2
  66. package/build/cjs/blocks/Share/Share.js +25 -25
  67. package/build/cjs/blocks/Share/i18n/index.d.ts +1 -5
  68. package/build/cjs/blocks/Share/i18n/index.js +1 -2
  69. package/build/cjs/blocks/Share/schema.js +1 -2
  70. package/build/cjs/blocks/Slider/Arrow/Arrow.d.ts +2 -2
  71. package/build/cjs/blocks/Slider/Arrow/Arrow.js +8 -6
  72. package/build/cjs/blocks/Slider/Slider.d.ts +3 -3
  73. package/build/cjs/blocks/Slider/Slider.js +63 -54
  74. package/build/cjs/blocks/Slider/i18n/index.d.ts +1 -5
  75. package/build/cjs/blocks/Slider/i18n/index.js +1 -2
  76. package/build/cjs/blocks/Slider/models.js +1 -2
  77. package/build/cjs/blocks/Slider/schema.js +1 -2
  78. package/build/cjs/blocks/Slider/utils.d.ts +3 -4
  79. package/build/cjs/blocks/Slider/utils.js +12 -13
  80. package/build/cjs/blocks/SliderNew/Arrow/Arrow.d.ts +3 -3
  81. package/build/cjs/blocks/SliderNew/Arrow/Arrow.js +8 -6
  82. package/build/cjs/blocks/SliderNew/Slider.d.ts +3 -3
  83. package/build/cjs/blocks/SliderNew/Slider.js +24 -17
  84. package/build/cjs/blocks/SliderNew/i18n/index.d.ts +1 -5
  85. package/build/cjs/blocks/SliderNew/i18n/index.js +1 -2
  86. package/build/cjs/blocks/SliderNew/models.js +1 -2
  87. package/build/cjs/blocks/SliderNew/schema.js +1 -2
  88. package/build/cjs/blocks/SliderNew/useSlider.d.ts +3 -3
  89. package/build/cjs/blocks/SliderNew/useSlider.js +8 -9
  90. package/build/cjs/blocks/SliderNew/useSliderPagination.d.ts +1 -1
  91. package/build/cjs/blocks/SliderNew/useSliderPagination.js +1 -2
  92. package/build/cjs/blocks/SliderNew/utils.d.ts +1 -1
  93. package/build/cjs/blocks/SliderNew/utils.js +7 -8
  94. package/build/cjs/blocks/Table/Table.d.ts +2 -2
  95. package/build/cjs/blocks/Table/Table.js +12 -6
  96. package/build/cjs/blocks/Table/schema.js +1 -2
  97. package/build/cjs/blocks/Tabs/Tabs.d.ts +2 -2
  98. package/build/cjs/blocks/Tabs/Tabs.js +44 -33
  99. package/build/cjs/blocks/Tabs/TabsTextContent/TabsTextContent.d.ts +2 -2
  100. package/build/cjs/blocks/Tabs/TabsTextContent/TabsTextContent.js +9 -7
  101. package/build/cjs/blocks/Tabs/schema.d.ts +5 -5
  102. package/build/cjs/blocks/Tabs/schema.js +4 -5
  103. package/build/cjs/blocks/index.d.ts +19 -19
  104. package/build/cjs/blocks/index.js +41 -40
  105. package/build/cjs/blocks/unstable.d.ts +1 -1
  106. package/build/cjs/blocks/unstable.js +5 -4
  107. package/build/cjs/blocks/validators.d.ts +15 -15
  108. package/build/cjs/blocks/validators.js +15 -16
  109. package/build/cjs/components/Anchor/Anchor.d.ts +2 -2
  110. package/build/cjs/components/Anchor/Anchor.js +5 -4
  111. package/build/cjs/components/AnimateBlock/AnimateBlock.d.ts +5 -5
  112. package/build/cjs/components/AnimateBlock/AnimateBlock.js +16 -16
  113. package/build/cjs/components/Author/Author.d.ts +3 -3
  114. package/build/cjs/components/Author/Author.js +11 -9
  115. package/build/cjs/components/Author/schema.js +1 -2
  116. package/build/cjs/components/BackLink/BackLink.d.ts +5 -5
  117. package/build/cjs/components/BackLink/BackLink.js +10 -11
  118. package/build/cjs/components/BackgroundImage/BackgroundImage.d.ts +3 -3
  119. package/build/cjs/components/BackgroundImage/BackgroundImage.js +6 -5
  120. package/build/cjs/components/BackgroundMedia/BackgroundMedia.d.ts +2 -2
  121. package/build/cjs/components/BackgroundMedia/BackgroundMedia.js +9 -12
  122. package/build/cjs/components/BalancedMasonry/BalancedMasonry.d.ts +4 -4
  123. package/build/cjs/components/BalancedMasonry/BalancedMasonry.js +16 -15
  124. package/build/cjs/components/BlockBase/BlockBase.d.ts +4 -4
  125. package/build/cjs/components/BlockBase/BlockBase.js +7 -6
  126. package/build/cjs/components/BrandFooter/BrandFooter.css +21 -17
  127. package/build/cjs/components/BrandFooter/BrandFooter.d.ts +2 -2
  128. package/build/cjs/components/BrandFooter/BrandFooter.js +15 -10
  129. package/build/cjs/components/BrandFooter/i18n/index.d.ts +1 -5
  130. package/build/cjs/components/BrandFooter/i18n/index.js +1 -2
  131. package/build/cjs/components/Button/Button.d.ts +3 -3
  132. package/build/cjs/components/Button/Button.js +20 -18
  133. package/build/cjs/components/Button/i18n/index.d.ts +1 -5
  134. package/build/cjs/components/Button/i18n/index.js +1 -2
  135. package/build/cjs/components/Button/utils.d.ts +2 -2
  136. package/build/cjs/components/Button/utils.js +0 -1
  137. package/build/cjs/components/ButtonTabs/ButtonTabs.d.ts +2 -2
  138. package/build/cjs/components/ButtonTabs/ButtonTabs.js +12 -14
  139. package/build/cjs/components/Buttons/Buttons.d.ts +2 -2
  140. package/build/cjs/components/Buttons/Buttons.js +4 -6
  141. package/build/cjs/components/CardBase/CardBase.d.ts +6 -6
  142. package/build/cjs/components/CardBase/CardBase.js +16 -12
  143. package/build/cjs/components/ContentList/ContentList.d.ts +3 -3
  144. package/build/cjs/components/ContentList/ContentList.js +14 -12
  145. package/build/cjs/components/ContentList/ContentListItemIcon.d.ts +3 -3
  146. package/build/cjs/components/ContentList/ContentListItemIcon.js +8 -8
  147. package/build/cjs/components/Control/Control.d.ts +4 -3
  148. package/build/cjs/components/Control/Control.js +6 -5
  149. package/build/cjs/components/Control/i18n/index.d.ts +1 -5
  150. package/build/cjs/components/Control/i18n/index.js +1 -2
  151. package/build/cjs/components/DefaultVideo/DefaultVideo.d.ts +2 -2
  152. package/build/cjs/components/DefaultVideo/DefaultVideo.js +24 -22
  153. package/build/cjs/components/ErrorWrapper/ErrorWrapper.d.ts +3 -3
  154. package/build/cjs/components/ErrorWrapper/ErrorWrapper.js +5 -5
  155. package/build/cjs/components/FileLink/FileLink.d.ts +3 -3
  156. package/build/cjs/components/FileLink/FileLink.js +11 -10
  157. package/build/cjs/components/Foldable/Foldable.d.ts +3 -3
  158. package/build/cjs/components/Foldable/Foldable.js +8 -9
  159. package/build/cjs/components/FullWidthBackground/FullWidthBackground.d.ts +5 -5
  160. package/build/cjs/components/FullWidthBackground/FullWidthBackground.js +6 -8
  161. package/build/cjs/components/FullscreenImage/FullscreenImage.d.ts +5 -5
  162. package/build/cjs/components/FullscreenImage/FullscreenImage.js +14 -8
  163. package/build/cjs/components/FullscreenImage/i18n/index.d.ts +1 -5
  164. package/build/cjs/components/FullscreenImage/i18n/index.js +1 -2
  165. package/build/cjs/components/FullscreenMedia/FullscreenMedia.d.ts +2 -1
  166. package/build/cjs/components/FullscreenMedia/FullscreenMedia.js +21 -15
  167. package/build/cjs/components/HTML/HTML.d.ts +3 -3
  168. package/build/cjs/components/HTML/HTML.js +3 -4
  169. package/build/cjs/components/HeaderBreadcrumbs/HeaderBreadcrumbs.d.ts +3 -2
  170. package/build/cjs/components/HeaderBreadcrumbs/HeaderBreadcrumbs.js +11 -10
  171. package/build/cjs/components/HeaderBreadcrumbs/i18n/index.d.ts +1 -5
  172. package/build/cjs/components/HeaderBreadcrumbs/i18n/index.js +1 -2
  173. package/build/cjs/components/IconWrapper/IconWrapper.d.ts +3 -3
  174. package/build/cjs/components/IconWrapper/IconWrapper.js +8 -8
  175. package/build/cjs/components/Image/Image.d.ts +6 -6
  176. package/build/cjs/components/Image/Image.js +16 -12
  177. package/build/cjs/components/Image/schema.js +1 -2
  178. package/build/cjs/components/ImageBase/ImageBase.d.ts +6 -6
  179. package/build/cjs/components/ImageBase/ImageBase.js +5 -7
  180. package/build/cjs/components/InnerForm/InnerForm.d.ts +2 -2
  181. package/build/cjs/components/InnerForm/InnerForm.js +13 -14
  182. package/build/cjs/components/Link/Link.d.ts +4 -4
  183. package/build/cjs/components/Link/Link.js +19 -17
  184. package/build/cjs/components/Links/Links.d.ts +2 -2
  185. package/build/cjs/components/Links/Links.js +4 -6
  186. package/build/cjs/components/Map/GoogleMap.d.ts +2 -2
  187. package/build/cjs/components/Map/GoogleMap.js +14 -16
  188. package/build/cjs/components/Map/Map.d.ts +2 -2
  189. package/build/cjs/components/Map/Map.js +7 -9
  190. package/build/cjs/components/Map/YMap/YMap.d.ts +1 -1
  191. package/build/cjs/components/Map/YMap/YMap.js +0 -1
  192. package/build/cjs/components/Map/YMap/YandexMap.d.ts +2 -2
  193. package/build/cjs/components/Map/YMap/YandexMap.js +27 -26
  194. package/build/cjs/components/Map/YMap/YandexMapApiLoader.js +3 -4
  195. package/build/cjs/components/Map/YMap/i18n/index.d.ts +1 -5
  196. package/build/cjs/components/Map/YMap/i18n/index.js +1 -2
  197. package/build/cjs/components/Map/helpers.js +2 -2
  198. package/build/cjs/components/Media/DataLens/DataLens.d.ts +2 -2
  199. package/build/cjs/components/Media/DataLens/DataLens.js +8 -9
  200. package/build/cjs/components/Media/DataLens/i18n/index.d.ts +1 -5
  201. package/build/cjs/components/Media/DataLens/i18n/index.js +1 -2
  202. package/build/cjs/components/Media/DataLens/utils.d.ts +1 -1
  203. package/build/cjs/components/Media/DataLens/utils.js +2 -2
  204. package/build/cjs/components/Media/FullscreenVideo/FullscreenVideo.d.ts +2 -2
  205. package/build/cjs/components/Media/FullscreenVideo/FullscreenVideo.js +4 -5
  206. package/build/cjs/components/Media/Iframe/Iframe.d.ts +2 -2
  207. package/build/cjs/components/Media/Iframe/Iframe.js +6 -5
  208. package/build/cjs/components/Media/Iframe/i18n/index.d.ts +1 -5
  209. package/build/cjs/components/Media/Iframe/i18n/index.js +1 -2
  210. package/build/cjs/components/Media/Image/Image.d.ts +2 -2
  211. package/build/cjs/components/Media/Image/Image.js +15 -16
  212. package/build/cjs/components/Media/Image/utils.d.ts +2 -2
  213. package/build/cjs/components/Media/Image/utils.js +2 -2
  214. package/build/cjs/components/Media/Media.d.ts +4 -4
  215. package/build/cjs/components/Media/Media.js +24 -24
  216. package/build/cjs/components/Media/Video/Video.d.ts +3 -3
  217. package/build/cjs/components/Media/Video/Video.js +12 -13
  218. package/build/cjs/components/Media/Video/utils.js +2 -3
  219. package/build/cjs/components/MediaBase/MediaBase.d.ts +5 -5
  220. package/build/cjs/components/MediaBase/MediaBase.js +19 -15
  221. package/build/cjs/components/MediaBase/MediaBaseContent.d.ts +2 -2
  222. package/build/cjs/components/MediaBase/MediaBaseContent.js +6 -5
  223. package/build/cjs/components/MetaInfo/MetaInfo.d.ts +2 -2
  224. package/build/cjs/components/MetaInfo/MetaInfo.js +5 -5
  225. package/build/cjs/components/MetaInfo/schema.js +0 -1
  226. package/build/cjs/components/OutsideClick/OutsideClick.d.ts +3 -3
  227. package/build/cjs/components/OutsideClick/OutsideClick.js +4 -6
  228. package/build/cjs/components/OverflowScroller/OverflowScroller.d.ts +3 -3
  229. package/build/cjs/components/OverflowScroller/OverflowScroller.js +13 -11
  230. package/build/cjs/components/OverflowScroller/i18n/index.d.ts +1 -5
  231. package/build/cjs/components/OverflowScroller/i18n/index.js +1 -2
  232. package/build/cjs/components/ReactPlayer/CircleProgress.d.ts +2 -2
  233. package/build/cjs/components/ReactPlayer/CircleProgress.js +8 -8
  234. package/build/cjs/components/ReactPlayer/CustomBarControls.d.ts +3 -3
  235. package/build/cjs/components/ReactPlayer/CustomBarControls.js +15 -12
  236. package/build/cjs/components/ReactPlayer/ReactPlayer.d.ts +2 -2
  237. package/build/cjs/components/ReactPlayer/ReactPlayer.js +74 -74
  238. package/build/cjs/components/ReactPlayer/i18n/index.d.ts +1 -5
  239. package/build/cjs/components/ReactPlayer/i18n/index.js +1 -2
  240. package/build/cjs/components/ReactPlayer/utils/youtube.js +0 -1
  241. package/build/cjs/components/ReactPlayer/utils.js +0 -1
  242. package/build/cjs/components/RootCn/index.d.ts +3 -3
  243. package/build/cjs/components/RootCn/index.js +5 -5
  244. package/build/cjs/components/RouterLink/RouterLink.d.ts +2 -2
  245. package/build/cjs/components/RouterLink/RouterLink.js +4 -6
  246. package/build/cjs/components/Table/Table.d.ts +3 -3
  247. package/build/cjs/components/Table/Table.js +12 -10
  248. package/build/cjs/components/Title/Title.d.ts +3 -3
  249. package/build/cjs/components/Title/Title.js +11 -7
  250. package/build/cjs/components/Title/TitleItem.d.ts +2 -2
  251. package/build/cjs/components/Title/TitleItem.js +27 -19
  252. package/build/cjs/components/ToggleArrow/ToggleArrow.d.ts +1 -1
  253. package/build/cjs/components/ToggleArrow/ToggleArrow.js +5 -5
  254. package/build/cjs/components/UnpublishedLabel/UnpublishedLabel.d.ts +2 -2
  255. package/build/cjs/components/UnpublishedLabel/UnpublishedLabel.js +5 -5
  256. package/build/cjs/components/UnpublishedLabel/i18n/index.d.ts +1 -5
  257. package/build/cjs/components/UnpublishedLabel/i18n/index.js +1 -2
  258. package/build/cjs/components/VideoBlock/VideoBlock.d.ts +3 -3
  259. package/build/cjs/components/VideoBlock/VideoBlock.js +25 -22
  260. package/build/cjs/components/VideoBlock/i18n/index.d.ts +1 -5
  261. package/build/cjs/components/VideoBlock/i18n/index.js +1 -2
  262. package/build/cjs/components/YFMWrapper/YFMWrapper.d.ts +3 -3
  263. package/build/cjs/components/YFMWrapper/YFMWrapper.js +4 -5
  264. package/build/cjs/components/YandexForm/YandexForm.d.ts +2 -2
  265. package/build/cjs/components/YandexForm/YandexForm.js +17 -19
  266. package/build/cjs/components/YandexForm/schema.js +1 -2
  267. package/build/cjs/components/constants.d.ts +1 -1
  268. package/build/cjs/components/constants.js +1 -2
  269. package/build/cjs/components/index.d.ts +43 -43
  270. package/build/cjs/components/index.js +85 -84
  271. package/build/cjs/constants.js +0 -1
  272. package/build/cjs/constructor-items.d.ts +30 -30
  273. package/build/cjs/constructor-items.js +6 -7
  274. package/build/cjs/containers/Loadable/Loadable.d.ts +4 -4
  275. package/build/cjs/containers/Loadable/Loadable.js +13 -13
  276. package/build/cjs/containers/Loadable/i18n/index.d.ts +1 -5
  277. package/build/cjs/containers/Loadable/i18n/index.js +1 -2
  278. package/build/cjs/containers/PageConstructor/PageConstructor.d.ts +5 -5
  279. package/build/cjs/containers/PageConstructor/PageConstructor.js +30 -22
  280. package/build/cjs/containers/PageConstructor/Provider.d.ts +11 -11
  281. package/build/cjs/containers/PageConstructor/Provider.js +24 -26
  282. package/build/cjs/containers/PageConstructor/components/ConstructorBlock/ConstructorBlock.d.ts +3 -3
  283. package/build/cjs/containers/PageConstructor/components/ConstructorBlock/ConstructorBlock.js +7 -8
  284. package/build/cjs/containers/PageConstructor/components/ConstructorBlock/index.d.ts +1 -1
  285. package/build/cjs/containers/PageConstructor/components/ConstructorBlock/index.js +1 -2
  286. package/build/cjs/containers/PageConstructor/components/ConstructorBlocks/ConstructorBlocks.d.ts +2 -2
  287. package/build/cjs/containers/PageConstructor/components/ConstructorBlocks/ConstructorBlocks.js +13 -15
  288. package/build/cjs/containers/PageConstructor/components/ConstructorBlocks/index.d.ts +1 -1
  289. package/build/cjs/containers/PageConstructor/components/ConstructorBlocks/index.js +1 -2
  290. package/build/cjs/containers/PageConstructor/components/ConstructorItem/ConstructorItem.d.ts +4 -4
  291. package/build/cjs/containers/PageConstructor/components/ConstructorItem/ConstructorItem.js +9 -9
  292. package/build/cjs/containers/PageConstructor/components/ConstructorItem/index.d.ts +1 -1
  293. package/build/cjs/containers/PageConstructor/components/ConstructorItem/index.js +1 -2
  294. package/build/cjs/containers/PageConstructor/components/ConstructorLoadable/ConstructorLoadable.d.ts +3 -3
  295. package/build/cjs/containers/PageConstructor/components/ConstructorLoadable/ConstructorLoadable.js +7 -8
  296. package/build/cjs/containers/PageConstructor/components/ConstructorLoadable/index.d.ts +1 -1
  297. package/build/cjs/containers/PageConstructor/components/ConstructorLoadable/index.js +1 -2
  298. package/build/cjs/containers/PageConstructor/components/ConstructorRow/ConstructorRow.d.ts +2 -2
  299. package/build/cjs/containers/PageConstructor/components/ConstructorRow/ConstructorRow.js +6 -5
  300. package/build/cjs/containers/PageConstructor/components/ConstructorRow/index.d.ts +1 -1
  301. package/build/cjs/containers/PageConstructor/components/ConstructorRow/index.js +1 -2
  302. package/build/cjs/containers/PageConstructor/components/index.d.ts +2 -2
  303. package/build/cjs/containers/PageConstructor/components/index.js +1 -2
  304. package/build/cjs/containers/PageConstructor/index.d.ts +5 -5
  305. package/build/cjs/containers/PageConstructor/index.js +3 -4
  306. package/build/cjs/context/analyticsContext/analyticsContext.d.ts +2 -2
  307. package/build/cjs/context/analyticsContext/analyticsContext.js +2 -3
  308. package/build/cjs/context/analyticsContext/index.d.ts +1 -1
  309. package/build/cjs/context/analyticsContext/index.js +1 -2
  310. package/build/cjs/context/animateContext/AnimateContext.d.ts +1 -1
  311. package/build/cjs/context/animateContext/AnimateContext.js +2 -3
  312. package/build/cjs/context/animateContext/index.d.ts +1 -1
  313. package/build/cjs/context/animateContext/index.js +1 -2
  314. package/build/cjs/context/blockIdContext/blockIdContext.d.ts +1 -1
  315. package/build/cjs/context/blockIdContext/blockIdContext.js +2 -3
  316. package/build/cjs/context/blockIdContext/index.d.ts +1 -1
  317. package/build/cjs/context/blockIdContext/index.js +1 -2
  318. package/build/cjs/context/formsContext/FormsContext.d.ts +3 -3
  319. package/build/cjs/context/formsContext/FormsContext.js +2 -3
  320. package/build/cjs/context/formsContext/index.d.ts +1 -1
  321. package/build/cjs/context/formsContext/index.js +1 -2
  322. package/build/cjs/context/imageContext/imageContext.d.ts +2 -2
  323. package/build/cjs/context/imageContext/imageContext.js +2 -3
  324. package/build/cjs/context/imageContext/index.d.ts +1 -1
  325. package/build/cjs/context/imageContext/index.js +1 -2
  326. package/build/cjs/context/innerContext/InnerContext.d.ts +3 -3
  327. package/build/cjs/context/innerContext/InnerContext.js +2 -3
  328. package/build/cjs/context/innerContext/index.d.ts +1 -1
  329. package/build/cjs/context/innerContext/index.js +1 -2
  330. package/build/cjs/context/localeContext/index.d.ts +1 -1
  331. package/build/cjs/context/localeContext/index.js +1 -2
  332. package/build/cjs/context/localeContext/localeContext.d.ts +1 -1
  333. package/build/cjs/context/localeContext/localeContext.js +2 -3
  334. package/build/cjs/context/locationContext/index.d.ts +1 -1
  335. package/build/cjs/context/locationContext/index.js +1 -2
  336. package/build/cjs/context/locationContext/locationContext.d.ts +2 -2
  337. package/build/cjs/context/locationContext/locationContext.js +2 -3
  338. package/build/cjs/context/mapsContext/mapsContext.d.ts +1 -1
  339. package/build/cjs/context/mapsContext/mapsContext.js +3 -4
  340. package/build/cjs/context/mapsContext/mapsProvider.d.ts +3 -3
  341. package/build/cjs/context/mapsContext/mapsProvider.js +4 -6
  342. package/build/cjs/context/mapsContext/useMap.d.ts +1 -1
  343. package/build/cjs/context/mapsContext/useMap.js +5 -5
  344. package/build/cjs/context/mobileContext/MobileContext.d.ts +1 -1
  345. package/build/cjs/context/mobileContext/MobileContext.js +2 -3
  346. package/build/cjs/context/mobileContext/index.d.ts +1 -1
  347. package/build/cjs/context/mobileContext/index.js +1 -2
  348. package/build/cjs/context/projectSettingsContext/ProjectSettingsContext.d.ts +1 -1
  349. package/build/cjs/context/projectSettingsContext/ProjectSettingsContext.js +2 -3
  350. package/build/cjs/context/projectSettingsContext/index.d.ts +1 -1
  351. package/build/cjs/context/projectSettingsContext/index.js +1 -2
  352. package/build/cjs/context/ssrContext/SSRContext.d.ts +1 -1
  353. package/build/cjs/context/ssrContext/SSRContext.js +2 -3
  354. package/build/cjs/context/ssrContext/index.d.ts +1 -1
  355. package/build/cjs/context/ssrContext/index.js +1 -2
  356. package/build/cjs/context/stylesContext/StylesContext.d.ts +1 -1
  357. package/build/cjs/context/stylesContext/StylesContext.js +2 -3
  358. package/build/cjs/context/stylesContext/index.d.ts +1 -1
  359. package/build/cjs/context/stylesContext/index.js +1 -2
  360. package/build/cjs/context/theme/ThemeContext.d.ts +2 -2
  361. package/build/cjs/context/theme/ThemeContext.js +3 -4
  362. package/build/cjs/context/theme/index.d.ts +3 -3
  363. package/build/cjs/context/theme/index.js +3 -4
  364. package/build/cjs/context/theme/useTheme.d.ts +1 -1
  365. package/build/cjs/context/theme/useTheme.js +5 -5
  366. package/build/cjs/context/theme/withTheme.d.ts +2 -2
  367. package/build/cjs/context/theme/withTheme.js +6 -7
  368. package/build/cjs/context/videoContext/VideoContext.d.ts +1 -1
  369. package/build/cjs/context/videoContext/VideoContext.js +2 -3
  370. package/build/cjs/context/videoContext/index.d.ts +1 -1
  371. package/build/cjs/context/videoContext/index.js +1 -2
  372. package/build/cjs/customization/BlockDecoration.d.ts +3 -3
  373. package/build/cjs/customization/BlockDecoration.js +4 -6
  374. package/build/cjs/editor/components/AddBlock/AddBlock.d.ts +3 -3
  375. package/build/cjs/editor/components/AddBlock/AddBlock.js +36 -27
  376. package/build/cjs/editor/components/BlockForm/BlockForm.d.ts +4 -4
  377. package/build/cjs/editor/components/BlockForm/BlockForm.js +15 -15
  378. package/build/cjs/editor/components/CodeEditor/CodeEditor.d.ts +4 -4
  379. package/build/cjs/editor/components/CodeEditor/CodeEditor.js +18 -13
  380. package/build/cjs/editor/components/CodeEditor/constants.js +0 -1
  381. package/build/cjs/editor/components/ControlPanel/ControlPanel.d.ts +3 -3
  382. package/build/cjs/editor/components/ControlPanel/ControlPanel.js +27 -14
  383. package/build/cjs/editor/components/ControlPanel/i18n/index.d.ts +1 -5
  384. package/build/cjs/editor/components/ControlPanel/i18n/index.js +1 -2
  385. package/build/cjs/editor/components/DeviceEmulation/DeviceEmulation.d.ts +4 -4
  386. package/build/cjs/editor/components/DeviceEmulation/DeviceEmulation.js +6 -6
  387. package/build/cjs/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.d.ts +4 -4
  388. package/build/cjs/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.js +11 -13
  389. package/build/cjs/editor/components/DeviceEmulation/utils.d.ts +1 -1
  390. package/build/cjs/editor/components/DeviceEmulation/utils.js +1 -2
  391. package/build/cjs/editor/components/EditBlock/EditBlock.d.ts +3 -3
  392. package/build/cjs/editor/components/EditBlock/EditBlock.js +18 -17
  393. package/build/cjs/editor/components/ErrorBoundary/ErrorBoundary.d.ts +5 -5
  394. package/build/cjs/editor/components/ErrorBoundary/ErrorBoundary.js +11 -8
  395. package/build/cjs/editor/components/ErrorBoundary/i18n/index.d.ts +1 -5
  396. package/build/cjs/editor/components/ErrorBoundary/i18n/index.js +1 -2
  397. package/build/cjs/editor/components/Layout/Layout.d.ts +5 -5
  398. package/build/cjs/editor/components/Layout/Layout.js +11 -9
  399. package/build/cjs/editor/components/NotFoundBlock/NotFoundBlock.d.ts +2 -2
  400. package/build/cjs/editor/components/NotFoundBlock/NotFoundBlock.js +6 -7
  401. package/build/cjs/editor/components/NotFoundBlock/i18n/index.d.ts +1 -5
  402. package/build/cjs/editor/components/NotFoundBlock/i18n/index.js +1 -2
  403. package/build/cjs/editor/components/PageSettings/PageSettings.d.ts +2 -2
  404. package/build/cjs/editor/components/PageSettings/PageSettings.js +11 -9
  405. package/build/cjs/editor/components/PageSettings/i18n/index.d.ts +1 -5
  406. package/build/cjs/editor/components/PageSettings/i18n/index.js +1 -2
  407. package/build/cjs/editor/containers/Editor/Editor.d.ts +2 -2
  408. package/build/cjs/editor/containers/Editor/Editor.js +24 -14
  409. package/build/cjs/editor/containers/Editor/hooks/useCode.d.ts +1 -1
  410. package/build/cjs/editor/containers/Editor/hooks/useCode.js +6 -6
  411. package/build/cjs/editor/containers/Editor/hooks/useEditorState.d.ts +22 -22
  412. package/build/cjs/editor/containers/Editor/hooks/useEditorState.js +19 -22
  413. package/build/cjs/editor/containers/Form/Form.d.ts +3 -3
  414. package/build/cjs/editor/containers/Form/Form.js +15 -14
  415. package/build/cjs/editor/context.d.ts +4 -4
  416. package/build/cjs/editor/context.js +2 -3
  417. package/build/cjs/editor/data/index.d.ts +2 -1
  418. package/build/cjs/editor/data/index.js +7 -7
  419. package/build/cjs/editor/data/previews/default-preview.d.ts +1 -1
  420. package/build/cjs/editor/data/previews/default-preview.js +15 -4
  421. package/build/cjs/editor/data/previews/header-block.d.ts +1 -1
  422. package/build/cjs/editor/data/previews/header-block.js +16 -4
  423. package/build/cjs/editor/dynamic-forms-custom/components/OneOfCustom/OneOfCustom.d.ts +1 -1
  424. package/build/cjs/editor/dynamic-forms-custom/components/OneOfCustom/OneOfCustom.js +10 -9
  425. package/build/cjs/editor/dynamic-forms-custom/config.js +1 -3
  426. package/build/cjs/editor/dynamic-forms-custom/hooks/useOneOf.d.ts +3 -3
  427. package/build/cjs/editor/dynamic-forms-custom/hooks/useOneOf.js +10 -12
  428. package/build/cjs/editor/dynamic-forms-custom/parser/detect.d.ts +1 -1
  429. package/build/cjs/editor/dynamic-forms-custom/parser/detect.js +1 -2
  430. package/build/cjs/editor/dynamic-forms-custom/parser/index.d.ts +2 -2
  431. package/build/cjs/editor/dynamic-forms-custom/parser/index.js +2 -3
  432. package/build/cjs/editor/dynamic-forms-custom/parser/types.d.ts +1 -1
  433. package/build/cjs/editor/dynamic-forms-custom/parser/types.js +0 -1
  434. package/build/cjs/editor/dynamic-forms-custom/parser/views.d.ts +2 -2
  435. package/build/cjs/editor/dynamic-forms-custom/parser/views.js +0 -1
  436. package/build/cjs/editor/hooks/useCodeValidator.d.ts +1 -1
  437. package/build/cjs/editor/hooks/useCodeValidator.js +6 -7
  438. package/build/cjs/editor/hooks/useFormSpec.d.ts +1 -1
  439. package/build/cjs/editor/hooks/useFormSpec.js +4 -5
  440. package/build/cjs/editor/hooks/usePreviousValue.js +4 -6
  441. package/build/cjs/editor/icons/Tablet.d.ts +1 -1
  442. package/build/cjs/editor/icons/Tablet.js +5 -4
  443. package/build/cjs/editor/index.d.ts +2 -2
  444. package/build/cjs/editor/index.js +2 -3
  445. package/build/cjs/editor/store/main/index.d.ts +2 -2
  446. package/build/cjs/editor/store/main/index.js +12 -12
  447. package/build/cjs/editor/store/main/reducer.d.ts +2 -2
  448. package/build/cjs/editor/store/main/reducer.js +1 -2
  449. package/build/cjs/editor/store/main/utils.d.ts +4 -4
  450. package/build/cjs/editor/store/main/utils.js +0 -1
  451. package/build/cjs/editor/store/settings/index.d.ts +2 -2
  452. package/build/cjs/editor/store/settings/index.js +6 -7
  453. package/build/cjs/editor/store/settings/reducer.d.ts +2 -2
  454. package/build/cjs/editor/store/settings/reducer.js +2 -3
  455. package/build/cjs/editor/types/index.d.ts +5 -5
  456. package/build/cjs/editor/types/index.js +2 -3
  457. package/build/cjs/editor/utils/code.d.ts +4 -4
  458. package/build/cjs/editor/utils/code.js +2 -2
  459. package/build/cjs/editor/utils/index.d.ts +8 -8
  460. package/build/cjs/editor/utils/index.js +1 -2
  461. package/build/cjs/editor/utils/validation.js +5 -7
  462. package/build/cjs/editor/widget/constants.js +0 -1
  463. package/build/cjs/editor/widget/index.d.ts +2 -2
  464. package/build/cjs/editor/widget/index.js +3 -4
  465. package/build/cjs/editor/widget/utils.js +0 -1
  466. package/build/cjs/grid/Break/Break.d.ts +1 -1
  467. package/build/cjs/grid/Break/Break.js +3 -3
  468. package/build/cjs/grid/Col/Col.d.ts +5 -5
  469. package/build/cjs/grid/Col/Col.js +4 -6
  470. package/build/cjs/grid/Grid/Grid.d.ts +2 -2
  471. package/build/cjs/grid/Grid/Grid.js +5 -4
  472. package/build/cjs/grid/Row/Row.d.ts +4 -4
  473. package/build/cjs/grid/Row/Row.js +4 -6
  474. package/build/cjs/grid/index.d.ts +6 -6
  475. package/build/cjs/grid/index.js +6 -7
  476. package/build/cjs/grid/types.js +7 -8
  477. package/build/cjs/grid/utils.d.ts +1 -1
  478. package/build/cjs/grid/utils.js +10 -10
  479. package/build/cjs/hooks/hubspot.d.ts +1 -1
  480. package/build/cjs/hooks/hubspot.js +7 -8
  481. package/build/cjs/hooks/index.d.ts +6 -6
  482. package/build/cjs/hooks/index.js +6 -7
  483. package/build/cjs/hooks/useAnalytics.d.ts +1 -1
  484. package/build/cjs/hooks/useAnalytics.js +7 -9
  485. package/build/cjs/hooks/useFocus.js +8 -9
  486. package/build/cjs/hooks/useHeightCalculator.d.ts +1 -1
  487. package/build/cjs/hooks/useHeightCalculator.js +4 -5
  488. package/build/cjs/hooks/useMetrika.d.ts +1 -1
  489. package/build/cjs/hooks/useMetrika.js +0 -2
  490. package/build/cjs/hooks/useMount.js +3 -5
  491. package/build/cjs/hooks/useWindowBreakpoint.js +5 -6
  492. package/build/cjs/icons/BrandIconDark.d.ts +1 -1
  493. package/build/cjs/icons/BrandIconDark.js +19 -4
  494. package/build/cjs/icons/BrandIconLight.d.ts +1 -1
  495. package/build/cjs/icons/BrandIconLight.js +19 -4
  496. package/build/cjs/icons/BrandName.d.ts +1 -1
  497. package/build/cjs/icons/BrandName.js +14 -4
  498. package/build/cjs/icons/Chevron.d.ts +1 -1
  499. package/build/cjs/icons/Chevron.js +5 -4
  500. package/build/cjs/icons/Facebook.d.ts +1 -1
  501. package/build/cjs/icons/Facebook.js +5 -4
  502. package/build/cjs/icons/Github.d.ts +1 -1
  503. package/build/cjs/icons/Github.js +5 -4
  504. package/build/cjs/icons/Linkedin.d.ts +1 -1
  505. package/build/cjs/icons/Linkedin.js +5 -4
  506. package/build/cjs/icons/NavigationArrow.d.ts +1 -1
  507. package/build/cjs/icons/NavigationArrow.js +5 -4
  508. package/build/cjs/icons/NavigationChevron.d.ts +1 -1
  509. package/build/cjs/icons/NavigationChevron.js +5 -4
  510. package/build/cjs/icons/Telegram.d.ts +1 -1
  511. package/build/cjs/icons/Telegram.js +5 -4
  512. package/build/cjs/icons/Twitter.d.ts +1 -1
  513. package/build/cjs/icons/Twitter.js +5 -4
  514. package/build/cjs/icons/Vk.d.ts +1 -1
  515. package/build/cjs/icons/Vk.js +5 -4
  516. package/build/cjs/icons/index.d.ts +4 -4
  517. package/build/cjs/icons/index.js +4 -5
  518. package/build/cjs/index.d.ts +13 -13
  519. package/build/cjs/index.js +13 -14
  520. package/build/cjs/models/common.d.ts +1 -0
  521. package/build/cjs/models/common.js +3 -4
  522. package/build/cjs/models/components.js +0 -1
  523. package/build/cjs/models/constructor-items/blocks.d.ts +6 -6
  524. package/build/cjs/models/constructor-items/blocks.js +6 -7
  525. package/build/cjs/models/constructor-items/common.d.ts +11 -11
  526. package/build/cjs/models/constructor-items/common.js +10 -11
  527. package/build/cjs/models/constructor-items/index.d.ts +5 -5
  528. package/build/cjs/models/constructor-items/index.js +3 -4
  529. package/build/cjs/models/constructor-items/sub-blocks.d.ts +6 -6
  530. package/build/cjs/models/constructor-items/sub-blocks.js +3 -4
  531. package/build/cjs/models/constructor.d.ts +3 -3
  532. package/build/cjs/models/constructor.js +0 -1
  533. package/build/cjs/models/customization.d.ts +3 -3
  534. package/build/cjs/models/customization.js +0 -1
  535. package/build/cjs/models/guards.d.ts +1 -1
  536. package/build/cjs/models/guards.js +5 -5
  537. package/build/cjs/models/index.d.ts +7 -7
  538. package/build/cjs/models/index.js +7 -8
  539. package/build/cjs/models/navigation.d.ts +3 -2
  540. package/build/cjs/models/navigation.js +2 -3
  541. package/build/cjs/navigation/components/DesktopNavigation/DesktopNavigation.d.ts +2 -2
  542. package/build/cjs/navigation/components/DesktopNavigation/DesktopNavigation.js +19 -9
  543. package/build/cjs/navigation/components/Logo/Logo.d.ts +2 -2
  544. package/build/cjs/navigation/components/Logo/Logo.js +13 -13
  545. package/build/cjs/navigation/components/Logo/i18n/index.d.ts +1 -5
  546. package/build/cjs/navigation/components/Logo/i18n/index.js +1 -2
  547. package/build/cjs/navigation/components/MobileMenuButton/MobileMenuButton.d.ts +2 -2
  548. package/build/cjs/navigation/components/MobileMenuButton/MobileMenuButton.js +5 -5
  549. package/build/cjs/navigation/components/MobileNavigation/MobileNavigation.d.ts +2 -2
  550. package/build/cjs/navigation/components/MobileNavigation/MobileNavigation.js +12 -10
  551. package/build/cjs/navigation/components/Navigation/Navigation.d.ts +2 -2
  552. package/build/cjs/navigation/components/Navigation/Navigation.js +15 -11
  553. package/build/cjs/navigation/components/NavigationItem/NavigationItem.d.ts +2 -2
  554. package/build/cjs/navigation/components/NavigationItem/NavigationItem.js +9 -9
  555. package/build/cjs/navigation/components/NavigationItem/components/ContentWrapper/ContentWrapper.d.ts +2 -2
  556. package/build/cjs/navigation/components/NavigationItem/components/ContentWrapper/ContentWrapper.js +7 -7
  557. package/build/cjs/navigation/components/NavigationItem/components/GithubButton/GithubButton.d.ts +3 -3
  558. package/build/cjs/navigation/components/NavigationItem/components/GithubButton/GithubButton.js +10 -10
  559. package/build/cjs/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.d.ts +3 -3
  560. package/build/cjs/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.js +7 -6
  561. package/build/cjs/navigation/components/NavigationItem/components/NavigationDropdown/NavigationDropdown.d.ts +3 -3
  562. package/build/cjs/navigation/components/NavigationItem/components/NavigationDropdown/NavigationDropdown.js +12 -10
  563. package/build/cjs/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.d.ts +3 -3
  564. package/build/cjs/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.js +14 -13
  565. package/build/cjs/navigation/components/NavigationItem/hooks/useNavigationItemMap.d.ts +5 -6
  566. package/build/cjs/navigation/components/NavigationItem/hooks/useNavigationItemMap.js +4 -5
  567. package/build/cjs/navigation/components/NavigationItem/index.d.ts +5 -5
  568. package/build/cjs/navigation/components/NavigationItem/index.js +5 -6
  569. package/build/cjs/navigation/components/NavigationList/NavigationList.d.ts +2 -2
  570. package/build/cjs/navigation/components/NavigationList/NavigationList.js +3 -4
  571. package/build/cjs/navigation/components/NavigationListItem/NavigationListItem.d.ts +2 -2
  572. package/build/cjs/navigation/components/NavigationListItem/NavigationListItem.js +4 -5
  573. package/build/cjs/navigation/components/NavigationPopup/NavigationPopup.d.ts +2 -2
  574. package/build/cjs/navigation/components/NavigationPopup/NavigationPopup.js +8 -8
  575. package/build/cjs/navigation/components/SocialIcon/SocialIcon.d.ts +2 -2
  576. package/build/cjs/navigation/components/SocialIcon/SocialIcon.js +7 -6
  577. package/build/cjs/navigation/components/Standalone/index.d.ts +2 -2
  578. package/build/cjs/navigation/components/Standalone/index.js +5 -5
  579. package/build/cjs/navigation/containers/Layout/Layout.d.ts +2 -2
  580. package/build/cjs/navigation/containers/Layout/Layout.js +7 -6
  581. package/build/cjs/navigation/hooks/index.d.ts +2 -2
  582. package/build/cjs/navigation/hooks/index.js +7 -6
  583. package/build/cjs/navigation/hooks/useActiveNavItem.d.ts +13 -58
  584. package/build/cjs/navigation/hooks/useActiveNavItem.js +5 -7
  585. package/build/cjs/navigation/hooks/useShowBorder.js +3 -4
  586. package/build/cjs/navigation/index.d.ts +15 -15
  587. package/build/cjs/navigation/index.js +15 -16
  588. package/build/cjs/navigation/models.d.ts +4 -4
  589. package/build/cjs/navigation/models.js +2 -3
  590. package/build/cjs/navigation/schema.js +3 -4
  591. package/build/cjs/navigation/utils.d.ts +9 -31
  592. package/build/cjs/navigation/utils.js +3 -4
  593. package/build/cjs/schema/constants.d.ts +10 -9
  594. package/build/cjs/schema/constants.js +2 -3
  595. package/build/cjs/schema/index.d.ts +3 -3
  596. package/build/cjs/schema/index.js +7 -8
  597. package/build/cjs/schema/validators/blocks.d.ts +20 -20
  598. package/build/cjs/schema/validators/blocks.js +20 -21
  599. package/build/cjs/schema/validators/common.d.ts +1 -1
  600. package/build/cjs/schema/validators/common.js +18 -18
  601. package/build/cjs/schema/validators/components.d.ts +3 -3
  602. package/build/cjs/schema/validators/components.js +3 -4
  603. package/build/cjs/schema/validators/event.js +0 -1
  604. package/build/cjs/schema/validators/index.d.ts +6 -6
  605. package/build/cjs/schema/validators/index.js +6 -7
  606. package/build/cjs/schema/validators/navigation.d.ts +1 -1
  607. package/build/cjs/schema/validators/navigation.js +1 -2
  608. package/build/cjs/schema/validators/sub-blocks.d.ts +11 -11
  609. package/build/cjs/schema/validators/sub-blocks.js +11 -12
  610. package/build/cjs/schema/validators/utils.js +0 -1
  611. package/build/cjs/sub-blocks/BackgroundCard/BackgroundCard.d.ts +2 -2
  612. package/build/cjs/sub-blocks/BackgroundCard/BackgroundCard.js +9 -7
  613. package/build/cjs/sub-blocks/BackgroundCard/schema.d.ts +1 -1
  614. package/build/cjs/sub-blocks/BackgroundCard/schema.js +4 -5
  615. package/build/cjs/sub-blocks/BannerCard/BannerCard.d.ts +2 -2
  616. package/build/cjs/sub-blocks/BannerCard/BannerCard.js +15 -6
  617. package/build/cjs/sub-blocks/BasicCard/BasicCard.d.ts +2 -2
  618. package/build/cjs/sub-blocks/BasicCard/BasicCard.js +10 -8
  619. package/build/cjs/sub-blocks/BasicCard/schema.js +3 -4
  620. package/build/cjs/sub-blocks/Content/Content.d.ts +3 -3
  621. package/build/cjs/sub-blocks/Content/Content.js +20 -11
  622. package/build/cjs/sub-blocks/Content/schema.d.ts +1 -1
  623. package/build/cjs/sub-blocks/Content/schema.js +3 -4
  624. package/build/cjs/sub-blocks/Divider/Divider.d.ts +2 -2
  625. package/build/cjs/sub-blocks/Divider/Divider.js +4 -4
  626. package/build/cjs/sub-blocks/Divider/schema.js +1 -2
  627. package/build/cjs/sub-blocks/HubspotForm/HubspotFormContainer.d.ts +2 -2
  628. package/build/cjs/sub-blocks/HubspotForm/HubspotFormContainer.js +8 -10
  629. package/build/cjs/sub-blocks/HubspotForm/index.d.ts +2 -2
  630. package/build/cjs/sub-blocks/HubspotForm/index.js +11 -13
  631. package/build/cjs/sub-blocks/HubspotForm/loadHubspotScript.js +0 -1
  632. package/build/cjs/sub-blocks/HubspotForm/schema.js +1 -2
  633. package/build/cjs/sub-blocks/ImageCard/ImageCard.d.ts +2 -2
  634. package/build/cjs/sub-blocks/ImageCard/ImageCard.js +14 -12
  635. package/build/cjs/sub-blocks/ImageCard/schema.js +3 -4
  636. package/build/cjs/sub-blocks/LayoutItem/LayoutItem.d.ts +2 -2
  637. package/build/cjs/sub-blocks/LayoutItem/LayoutItem.js +18 -15
  638. package/build/cjs/sub-blocks/LayoutItem/schema.d.ts +3 -3
  639. package/build/cjs/sub-blocks/LayoutItem/schema.js +4 -5
  640. package/build/cjs/sub-blocks/LayoutItem/utils.d.ts +12 -12
  641. package/build/cjs/sub-blocks/LayoutItem/utils.js +0 -1
  642. package/build/cjs/sub-blocks/MediaCard/MediaCard.d.ts +2 -2
  643. package/build/cjs/sub-blocks/MediaCard/MediaCard.js +6 -5
  644. package/build/cjs/sub-blocks/MediaCard/schema.d.ts +3 -3
  645. package/build/cjs/sub-blocks/MediaCard/schema.js +2 -3
  646. package/build/cjs/sub-blocks/PriceCard/PriceCard.d.ts +2 -2
  647. package/build/cjs/sub-blocks/PriceCard/PriceCard.js +24 -8
  648. package/build/cjs/sub-blocks/PriceCard/schema.js +2 -3
  649. package/build/cjs/sub-blocks/PriceDetailed/CombinedPriceDetailed/CombinedPriceDetailed.d.ts +3 -2
  650. package/build/cjs/sub-blocks/PriceDetailed/CombinedPriceDetailed/CombinedPriceDetailed.js +18 -16
  651. package/build/cjs/sub-blocks/PriceDetailed/PriceDescription/PriceDescription.d.ts +2 -2
  652. package/build/cjs/sub-blocks/PriceDetailed/PriceDescription/PriceDescription.js +20 -16
  653. package/build/cjs/sub-blocks/PriceDetailed/PriceDetailed.d.ts +2 -2
  654. package/build/cjs/sub-blocks/PriceDetailed/PriceDetailed.js +9 -11
  655. package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/Details/List.d.ts +2 -2
  656. package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/Details/List.js +7 -6
  657. package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/Details/Settings.d.ts +2 -2
  658. package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/Details/Settings.js +7 -6
  659. package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/PriceDetails.d.ts +2 -2
  660. package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/PriceDetails.js +22 -18
  661. package/build/cjs/sub-blocks/PriceDetailed/SeparatePriceDetailed/SeparatePriceDetailed.d.ts +3 -2
  662. package/build/cjs/sub-blocks/PriceDetailed/SeparatePriceDetailed/SeparatePriceDetailed.js +10 -9
  663. package/build/cjs/sub-blocks/PriceDetailed/schema.js +3 -4
  664. package/build/cjs/sub-blocks/Quote/Quote.d.ts +2 -2
  665. package/build/cjs/sub-blocks/Quote/Quote.js +23 -12
  666. package/build/cjs/sub-blocks/Quote/schema.d.ts +2 -2
  667. package/build/cjs/sub-blocks/Quote/schema.js +2 -3
  668. package/build/cjs/sub-blocks/index.d.ts +12 -12
  669. package/build/cjs/sub-blocks/index.js +27 -26
  670. package/build/cjs/text-transform/common.d.ts +1 -1
  671. package/build/cjs/text-transform/common.js +4 -5
  672. package/build/cjs/text-transform/config.d.ts +10 -10
  673. package/build/cjs/text-transform/config.js +2 -3
  674. package/build/cjs/text-transform/filter.d.ts +1 -1
  675. package/build/cjs/text-transform/filter.js +2 -2
  676. package/build/cjs/text-transform/index.d.ts +5 -5
  677. package/build/cjs/text-transform/index.js +5 -6
  678. package/build/cjs/text-transform/transformers.d.ts +2 -2
  679. package/build/cjs/text-transform/transformers.js +2 -3
  680. package/build/cjs/text-transform/types.js +0 -1
  681. package/build/cjs/text-transform/utils.d.ts +3 -4
  682. package/build/cjs/text-transform/utils.js +9 -10
  683. package/build/cjs/utils/analytics.d.ts +1 -1
  684. package/build/cjs/utils/analytics.js +0 -1
  685. package/build/cjs/utils/blocks.d.ts +2 -2
  686. package/build/cjs/utils/blocks.js +5 -6
  687. package/build/cjs/utils/borderSelector.d.ts +1 -1
  688. package/build/cjs/utils/borderSelector.js +0 -1
  689. package/build/cjs/utils/cn.js +1 -2
  690. package/build/cjs/utils/common.js +2 -2
  691. package/build/cjs/utils/hubspot.js +4 -4
  692. package/build/cjs/utils/imageCompress.js +1 -2
  693. package/build/cjs/utils/index.d.ts +9 -9
  694. package/build/cjs/utils/index.js +8 -9
  695. package/build/cjs/utils/microdata.d.ts +2 -2
  696. package/build/cjs/utils/microdata.js +2 -3
  697. package/build/cjs/utils/svg.js +0 -1
  698. package/build/cjs/utils/theme.d.ts +2 -2
  699. package/build/cjs/utils/theme.js +4 -4
  700. package/build/cjs/utils/url.js +7 -8
  701. package/build/cjs/utils/url.test.js +1 -2
  702. package/build/esm/blocks/Banner/Banner.d.ts +2 -2
  703. package/build/esm/blocks/Banner/Banner.js +6 -6
  704. package/build/esm/blocks/Banner/schema.d.ts +6 -6
  705. package/build/esm/blocks/Banner/schema.js +1 -2
  706. package/build/esm/blocks/CardLayout/CardLayout.d.ts +2 -2
  707. package/build/esm/blocks/CardLayout/CardLayout.js +12 -10
  708. package/build/esm/blocks/CardLayout/schema.js +2 -3
  709. package/build/esm/blocks/Companies/Companies.d.ts +2 -2
  710. package/build/esm/blocks/Companies/Companies.js +10 -7
  711. package/build/esm/blocks/Companies/schema.d.ts +1 -1
  712. package/build/esm/blocks/Companies/schema.js +1 -2
  713. package/build/esm/blocks/ContentLayout/ContentLayout.d.ts +2 -2
  714. package/build/esm/blocks/ContentLayout/ContentLayout.js +14 -13
  715. package/build/esm/blocks/ContentLayout/schema.js +4 -5
  716. package/build/esm/blocks/ExtendedFeatures/ExtendedFeatures.d.ts +2 -2
  717. package/build/esm/blocks/ExtendedFeatures/ExtendedFeatures.js +30 -22
  718. package/build/esm/blocks/ExtendedFeatures/schema.d.ts +1 -1
  719. package/build/esm/blocks/ExtendedFeatures/schema.js +3 -4
  720. package/build/esm/blocks/FilterBlock/FilterBlock.d.ts +2 -2
  721. package/build/esm/blocks/FilterBlock/FilterBlock.js +22 -18
  722. package/build/esm/blocks/FilterBlock/i18n/index.d.ts +1 -5
  723. package/build/esm/blocks/FilterBlock/i18n/index.js +3 -4
  724. package/build/esm/blocks/FilterBlock/schema.js +2 -3
  725. package/build/esm/blocks/Form/Form.css +4 -1
  726. package/build/esm/blocks/Form/Form.d.ts +2 -2
  727. package/build/esm/blocks/Form/Form.js +33 -25
  728. package/build/esm/blocks/Form/schema.d.ts +2 -2
  729. package/build/esm/blocks/Form/schema.js +5 -6
  730. package/build/esm/blocks/Header/Header.d.ts +3 -3
  731. package/build/esm/blocks/Header/Header.js +44 -24
  732. package/build/esm/blocks/Header/schema.d.ts +21 -21
  733. package/build/esm/blocks/Header/schema.js +3 -4
  734. package/build/esm/blocks/Header/utils.d.ts +1 -1
  735. package/build/esm/blocks/Header/utils.js +0 -1
  736. package/build/esm/blocks/HeaderSlider/HeaderSlider.d.ts +2 -2
  737. package/build/esm/blocks/HeaderSlider/HeaderSlider.js +10 -10
  738. package/build/esm/blocks/HeaderSlider/schema.d.ts +9 -9
  739. package/build/esm/blocks/HeaderSlider/schema.js +2 -3
  740. package/build/esm/blocks/Icons/Icons.d.ts +2 -2
  741. package/build/esm/blocks/Icons/Icons.js +19 -17
  742. package/build/esm/blocks/Icons/schema.js +2 -3
  743. package/build/esm/blocks/Info/Info.d.ts +2 -2
  744. package/build/esm/blocks/Info/Info.js +13 -7
  745. package/build/esm/blocks/Info/schema.d.ts +1 -1
  746. package/build/esm/blocks/Info/schema.js +3 -4
  747. package/build/esm/blocks/Map/Map.d.ts +2 -2
  748. package/build/esm/blocks/Map/Map.js +8 -7
  749. package/build/esm/blocks/Map/schema.js +2 -3
  750. package/build/esm/blocks/Media/Media.d.ts +2 -2
  751. package/build/esm/blocks/Media/Media.js +11 -11
  752. package/build/esm/blocks/Media/schema.d.ts +7 -7
  753. package/build/esm/blocks/Media/schema.js +2 -3
  754. package/build/esm/blocks/PromoFeaturesBlock/PromoFeaturesBlock.d.ts +2 -2
  755. package/build/esm/blocks/PromoFeaturesBlock/PromoFeaturesBlock.js +32 -25
  756. package/build/esm/blocks/PromoFeaturesBlock/schema.d.ts +3 -3
  757. package/build/esm/blocks/PromoFeaturesBlock/schema.js +3 -4
  758. package/build/esm/blocks/Questions/QuestionBlockItem/QuestionBlockItem.d.ts +2 -2
  759. package/build/esm/blocks/Questions/QuestionBlockItem/QuestionBlockItem.js +17 -11
  760. package/build/esm/blocks/Questions/Questions.d.ts +2 -2
  761. package/build/esm/blocks/Questions/Questions.js +17 -14
  762. package/build/esm/blocks/Questions/models.js +0 -1
  763. package/build/esm/blocks/Questions/schema.js +3 -4
  764. package/build/esm/blocks/Security/i18n/index.d.ts +1 -5
  765. package/build/esm/blocks/Security/i18n/index.js +3 -4
  766. package/build/esm/blocks/Share/Share.d.ts +2 -2
  767. package/build/esm/blocks/Share/Share.js +25 -25
  768. package/build/esm/blocks/Share/i18n/index.d.ts +1 -5
  769. package/build/esm/blocks/Share/i18n/index.js +3 -4
  770. package/build/esm/blocks/Share/schema.js +1 -2
  771. package/build/esm/blocks/Slider/Arrow/Arrow.d.ts +2 -2
  772. package/build/esm/blocks/Slider/Arrow/Arrow.js +8 -6
  773. package/build/esm/blocks/Slider/Slider.d.ts +3 -3
  774. package/build/esm/blocks/Slider/Slider.js +61 -52
  775. package/build/esm/blocks/Slider/i18n/index.d.ts +1 -5
  776. package/build/esm/blocks/Slider/i18n/index.js +3 -4
  777. package/build/esm/blocks/Slider/models.js +0 -1
  778. package/build/esm/blocks/Slider/schema.js +1 -2
  779. package/build/esm/blocks/Slider/utils.d.ts +3 -4
  780. package/build/esm/blocks/Slider/utils.js +6 -7
  781. package/build/esm/blocks/SliderNew/Arrow/Arrow.d.ts +3 -3
  782. package/build/esm/blocks/SliderNew/Arrow/Arrow.js +8 -6
  783. package/build/esm/blocks/SliderNew/Slider.d.ts +3 -3
  784. package/build/esm/blocks/SliderNew/Slider.js +23 -16
  785. package/build/esm/blocks/SliderNew/i18n/index.d.ts +1 -5
  786. package/build/esm/blocks/SliderNew/i18n/index.js +3 -4
  787. package/build/esm/blocks/SliderNew/models.js +0 -1
  788. package/build/esm/blocks/SliderNew/schema.js +1 -2
  789. package/build/esm/blocks/SliderNew/useSlider.d.ts +3 -3
  790. package/build/esm/blocks/SliderNew/useSlider.js +7 -8
  791. package/build/esm/blocks/SliderNew/useSliderPagination.d.ts +1 -1
  792. package/build/esm/blocks/SliderNew/useSliderPagination.js +1 -2
  793. package/build/esm/blocks/SliderNew/utils.d.ts +1 -1
  794. package/build/esm/blocks/SliderNew/utils.js +5 -6
  795. package/build/esm/blocks/Table/Table.d.ts +2 -2
  796. package/build/esm/blocks/Table/Table.js +11 -6
  797. package/build/esm/blocks/Table/schema.js +1 -2
  798. package/build/esm/blocks/Tabs/Tabs.d.ts +2 -2
  799. package/build/esm/blocks/Tabs/Tabs.js +44 -33
  800. package/build/esm/blocks/Tabs/TabsTextContent/TabsTextContent.d.ts +2 -2
  801. package/build/esm/blocks/Tabs/TabsTextContent/TabsTextContent.js +8 -7
  802. package/build/esm/blocks/Tabs/schema.d.ts +5 -5
  803. package/build/esm/blocks/Tabs/schema.js +4 -5
  804. package/build/esm/blocks/index.d.ts +19 -19
  805. package/build/esm/blocks/index.js +19 -20
  806. package/build/esm/blocks/unstable.d.ts +1 -1
  807. package/build/esm/blocks/unstable.js +1 -2
  808. package/build/esm/blocks/validators.d.ts +15 -15
  809. package/build/esm/blocks/validators.js +15 -16
  810. package/build/esm/components/Anchor/Anchor.d.ts +2 -2
  811. package/build/esm/components/Anchor/Anchor.js +4 -4
  812. package/build/esm/components/AnimateBlock/AnimateBlock.d.ts +5 -5
  813. package/build/esm/components/AnimateBlock/AnimateBlock.js +16 -16
  814. package/build/esm/components/Author/Author.d.ts +3 -3
  815. package/build/esm/components/Author/Author.js +10 -8
  816. package/build/esm/components/Author/schema.js +1 -2
  817. package/build/esm/components/BackLink/BackLink.d.ts +5 -5
  818. package/build/esm/components/BackLink/BackLink.js +9 -10
  819. package/build/esm/components/BackgroundImage/BackgroundImage.d.ts +3 -3
  820. package/build/esm/components/BackgroundImage/BackgroundImage.js +6 -5
  821. package/build/esm/components/BackgroundMedia/BackgroundMedia.d.ts +2 -2
  822. package/build/esm/components/BackgroundMedia/BackgroundMedia.js +9 -12
  823. package/build/esm/components/BalancedMasonry/BalancedMasonry.d.ts +4 -4
  824. package/build/esm/components/BalancedMasonry/BalancedMasonry.js +16 -15
  825. package/build/esm/components/BlockBase/BlockBase.d.ts +4 -4
  826. package/build/esm/components/BlockBase/BlockBase.js +7 -6
  827. package/build/esm/components/BrandFooter/BrandFooter.css +21 -17
  828. package/build/esm/components/BrandFooter/BrandFooter.d.ts +2 -2
  829. package/build/esm/components/BrandFooter/BrandFooter.js +14 -10
  830. package/build/esm/components/BrandFooter/i18n/index.d.ts +1 -5
  831. package/build/esm/components/BrandFooter/i18n/index.js +3 -4
  832. package/build/esm/components/Button/Button.d.ts +3 -3
  833. package/build/esm/components/Button/Button.js +20 -18
  834. package/build/esm/components/Button/i18n/index.d.ts +1 -5
  835. package/build/esm/components/Button/i18n/index.js +3 -4
  836. package/build/esm/components/Button/utils.d.ts +2 -2
  837. package/build/esm/components/Button/utils.js +0 -1
  838. package/build/esm/components/ButtonTabs/ButtonTabs.d.ts +2 -2
  839. package/build/esm/components/ButtonTabs/ButtonTabs.js +12 -14
  840. package/build/esm/components/Buttons/Buttons.d.ts +2 -2
  841. package/build/esm/components/Buttons/Buttons.js +4 -6
  842. package/build/esm/components/CardBase/CardBase.d.ts +6 -6
  843. package/build/esm/components/CardBase/CardBase.js +16 -12
  844. package/build/esm/components/ContentList/ContentList.d.ts +3 -3
  845. package/build/esm/components/ContentList/ContentList.js +14 -12
  846. package/build/esm/components/ContentList/ContentListItemIcon.d.ts +3 -3
  847. package/build/esm/components/ContentList/ContentListItemIcon.js +8 -8
  848. package/build/esm/components/Control/Control.d.ts +4 -3
  849. package/build/esm/components/Control/Control.js +5 -5
  850. package/build/esm/components/Control/i18n/index.d.ts +1 -5
  851. package/build/esm/components/Control/i18n/index.js +3 -4
  852. package/build/esm/components/DefaultVideo/DefaultVideo.d.ts +2 -2
  853. package/build/esm/components/DefaultVideo/DefaultVideo.js +23 -21
  854. package/build/esm/components/ErrorWrapper/ErrorWrapper.d.ts +3 -3
  855. package/build/esm/components/ErrorWrapper/ErrorWrapper.js +5 -5
  856. package/build/esm/components/FileLink/FileLink.d.ts +3 -3
  857. package/build/esm/components/FileLink/FileLink.js +8 -7
  858. package/build/esm/components/Foldable/Foldable.d.ts +3 -3
  859. package/build/esm/components/Foldable/Foldable.js +8 -9
  860. package/build/esm/components/FullWidthBackground/FullWidthBackground.d.ts +5 -5
  861. package/build/esm/components/FullWidthBackground/FullWidthBackground.js +6 -8
  862. package/build/esm/components/FullscreenImage/FullscreenImage.d.ts +5 -5
  863. package/build/esm/components/FullscreenImage/FullscreenImage.js +14 -8
  864. package/build/esm/components/FullscreenImage/i18n/index.d.ts +1 -5
  865. package/build/esm/components/FullscreenImage/i18n/index.js +3 -4
  866. package/build/esm/components/FullscreenMedia/FullscreenMedia.d.ts +2 -1
  867. package/build/esm/components/FullscreenMedia/FullscreenMedia.js +21 -15
  868. package/build/esm/components/HTML/HTML.d.ts +3 -3
  869. package/build/esm/components/HTML/HTML.js +2 -3
  870. package/build/esm/components/HeaderBreadcrumbs/HeaderBreadcrumbs.d.ts +3 -2
  871. package/build/esm/components/HeaderBreadcrumbs/HeaderBreadcrumbs.js +10 -9
  872. package/build/esm/components/HeaderBreadcrumbs/i18n/index.d.ts +1 -5
  873. package/build/esm/components/HeaderBreadcrumbs/i18n/index.js +3 -4
  874. package/build/esm/components/IconWrapper/IconWrapper.d.ts +3 -3
  875. package/build/esm/components/IconWrapper/IconWrapper.js +8 -8
  876. package/build/esm/components/Image/Image.d.ts +6 -6
  877. package/build/esm/components/Image/Image.js +16 -12
  878. package/build/esm/components/Image/schema.js +1 -2
  879. package/build/esm/components/ImageBase/ImageBase.d.ts +6 -6
  880. package/build/esm/components/ImageBase/ImageBase.js +4 -6
  881. package/build/esm/components/InnerForm/InnerForm.d.ts +2 -2
  882. package/build/esm/components/InnerForm/InnerForm.js +13 -14
  883. package/build/esm/components/Link/Link.d.ts +4 -4
  884. package/build/esm/components/Link/Link.js +18 -16
  885. package/build/esm/components/Links/Links.d.ts +2 -2
  886. package/build/esm/components/Links/Links.js +4 -6
  887. package/build/esm/components/Map/GoogleMap.d.ts +2 -2
  888. package/build/esm/components/Map/GoogleMap.js +14 -16
  889. package/build/esm/components/Map/Map.d.ts +2 -2
  890. package/build/esm/components/Map/Map.js +7 -9
  891. package/build/esm/components/Map/YMap/YMap.d.ts +1 -1
  892. package/build/esm/components/Map/YMap/YMap.js +0 -1
  893. package/build/esm/components/Map/YMap/YandexMap.d.ts +2 -2
  894. package/build/esm/components/Map/YMap/YandexMap.js +27 -26
  895. package/build/esm/components/Map/YMap/YandexMapApiLoader.js +2 -3
  896. package/build/esm/components/Map/YMap/i18n/index.d.ts +1 -5
  897. package/build/esm/components/Map/YMap/i18n/index.js +3 -4
  898. package/build/esm/components/Map/helpers.js +0 -1
  899. package/build/esm/components/Media/DataLens/DataLens.d.ts +2 -2
  900. package/build/esm/components/Media/DataLens/DataLens.js +8 -9
  901. package/build/esm/components/Media/DataLens/i18n/index.d.ts +1 -5
  902. package/build/esm/components/Media/DataLens/i18n/index.js +3 -4
  903. package/build/esm/components/Media/DataLens/utils.d.ts +1 -1
  904. package/build/esm/components/Media/DataLens/utils.js +0 -1
  905. package/build/esm/components/Media/FullscreenVideo/FullscreenVideo.d.ts +2 -2
  906. package/build/esm/components/Media/FullscreenVideo/FullscreenVideo.js +4 -5
  907. package/build/esm/components/Media/Iframe/Iframe.d.ts +2 -2
  908. package/build/esm/components/Media/Iframe/Iframe.js +5 -5
  909. package/build/esm/components/Media/Iframe/i18n/index.d.ts +1 -5
  910. package/build/esm/components/Media/Iframe/i18n/index.js +3 -4
  911. package/build/esm/components/Media/Image/Image.d.ts +2 -2
  912. package/build/esm/components/Media/Image/Image.js +15 -16
  913. package/build/esm/components/Media/Image/utils.d.ts +2 -2
  914. package/build/esm/components/Media/Image/utils.js +0 -1
  915. package/build/esm/components/Media/Media.d.ts +4 -4
  916. package/build/esm/components/Media/Media.js +24 -24
  917. package/build/esm/components/Media/Video/Video.d.ts +3 -3
  918. package/build/esm/components/Media/Video/Video.js +12 -13
  919. package/build/esm/components/Media/Video/utils.js +0 -1
  920. package/build/esm/components/MediaBase/MediaBase.d.ts +5 -5
  921. package/build/esm/components/MediaBase/MediaBase.js +19 -15
  922. package/build/esm/components/MediaBase/MediaBaseContent.d.ts +2 -2
  923. package/build/esm/components/MediaBase/MediaBaseContent.js +5 -5
  924. package/build/esm/components/MetaInfo/MetaInfo.d.ts +2 -2
  925. package/build/esm/components/MetaInfo/MetaInfo.js +4 -5
  926. package/build/esm/components/MetaInfo/schema.js +0 -1
  927. package/build/esm/components/OutsideClick/OutsideClick.d.ts +3 -3
  928. package/build/esm/components/OutsideClick/OutsideClick.js +3 -5
  929. package/build/esm/components/OverflowScroller/OverflowScroller.d.ts +3 -3
  930. package/build/esm/components/OverflowScroller/OverflowScroller.js +12 -10
  931. package/build/esm/components/OverflowScroller/i18n/index.d.ts +1 -5
  932. package/build/esm/components/OverflowScroller/i18n/index.js +3 -4
  933. package/build/esm/components/ReactPlayer/CircleProgress.d.ts +2 -2
  934. package/build/esm/components/ReactPlayer/CircleProgress.js +8 -8
  935. package/build/esm/components/ReactPlayer/CustomBarControls.d.ts +3 -3
  936. package/build/esm/components/ReactPlayer/CustomBarControls.js +15 -12
  937. package/build/esm/components/ReactPlayer/ReactPlayer.d.ts +2 -2
  938. package/build/esm/components/ReactPlayer/ReactPlayer.js +73 -73
  939. package/build/esm/components/ReactPlayer/i18n/index.d.ts +1 -5
  940. package/build/esm/components/ReactPlayer/i18n/index.js +3 -4
  941. package/build/esm/components/ReactPlayer/utils/youtube.js +0 -1
  942. package/build/esm/components/ReactPlayer/utils.js +0 -1
  943. package/build/esm/components/RootCn/index.d.ts +3 -3
  944. package/build/esm/components/RootCn/index.js +4 -5
  945. package/build/esm/components/RouterLink/RouterLink.d.ts +2 -2
  946. package/build/esm/components/RouterLink/RouterLink.js +4 -6
  947. package/build/esm/components/Table/Table.d.ts +3 -3
  948. package/build/esm/components/Table/Table.js +11 -9
  949. package/build/esm/components/Title/Title.d.ts +3 -3
  950. package/build/esm/components/Title/Title.js +11 -7
  951. package/build/esm/components/Title/TitleItem.d.ts +2 -2
  952. package/build/esm/components/Title/TitleItem.js +25 -18
  953. package/build/esm/components/ToggleArrow/ToggleArrow.d.ts +1 -1
  954. package/build/esm/components/ToggleArrow/ToggleArrow.js +4 -5
  955. package/build/esm/components/UnpublishedLabel/UnpublishedLabel.d.ts +2 -2
  956. package/build/esm/components/UnpublishedLabel/UnpublishedLabel.js +4 -5
  957. package/build/esm/components/UnpublishedLabel/i18n/index.d.ts +1 -5
  958. package/build/esm/components/UnpublishedLabel/i18n/index.js +3 -4
  959. package/build/esm/components/VideoBlock/VideoBlock.d.ts +3 -3
  960. package/build/esm/components/VideoBlock/VideoBlock.js +23 -20
  961. package/build/esm/components/VideoBlock/i18n/index.d.ts +1 -5
  962. package/build/esm/components/VideoBlock/i18n/index.js +3 -4
  963. package/build/esm/components/YFMWrapper/YFMWrapper.d.ts +3 -3
  964. package/build/esm/components/YFMWrapper/YFMWrapper.js +4 -5
  965. package/build/esm/components/YandexForm/YandexForm.d.ts +2 -2
  966. package/build/esm/components/YandexForm/YandexForm.js +17 -19
  967. package/build/esm/components/YandexForm/schema.js +1 -2
  968. package/build/esm/components/constants.d.ts +1 -1
  969. package/build/esm/components/constants.js +1 -2
  970. package/build/esm/components/index.d.ts +43 -43
  971. package/build/esm/components/index.js +41 -42
  972. package/build/esm/constants.js +0 -1
  973. package/build/esm/constructor-items.d.ts +31 -31
  974. package/build/esm/constructor-items.js +6 -7
  975. package/build/esm/containers/Loadable/Loadable.d.ts +4 -4
  976. package/build/esm/containers/Loadable/Loadable.js +13 -13
  977. package/build/esm/containers/Loadable/i18n/index.d.ts +1 -5
  978. package/build/esm/containers/Loadable/i18n/index.js +3 -4
  979. package/build/esm/containers/PageConstructor/PageConstructor.d.ts +5 -5
  980. package/build/esm/containers/PageConstructor/PageConstructor.js +30 -22
  981. package/build/esm/containers/PageConstructor/Provider.d.ts +11 -11
  982. package/build/esm/containers/PageConstructor/Provider.js +23 -25
  983. package/build/esm/containers/PageConstructor/components/ConstructorBlock/ConstructorBlock.d.ts +3 -3
  984. package/build/esm/containers/PageConstructor/components/ConstructorBlock/ConstructorBlock.js +7 -8
  985. package/build/esm/containers/PageConstructor/components/ConstructorBlock/index.d.ts +1 -1
  986. package/build/esm/containers/PageConstructor/components/ConstructorBlock/index.js +1 -2
  987. package/build/esm/containers/PageConstructor/components/ConstructorBlocks/ConstructorBlocks.d.ts +2 -2
  988. package/build/esm/containers/PageConstructor/components/ConstructorBlocks/ConstructorBlocks.js +13 -15
  989. package/build/esm/containers/PageConstructor/components/ConstructorBlocks/index.d.ts +1 -1
  990. package/build/esm/containers/PageConstructor/components/ConstructorBlocks/index.js +1 -2
  991. package/build/esm/containers/PageConstructor/components/ConstructorItem/ConstructorItem.d.ts +4 -4
  992. package/build/esm/containers/PageConstructor/components/ConstructorItem/ConstructorItem.js +9 -9
  993. package/build/esm/containers/PageConstructor/components/ConstructorItem/index.d.ts +1 -1
  994. package/build/esm/containers/PageConstructor/components/ConstructorItem/index.js +1 -2
  995. package/build/esm/containers/PageConstructor/components/ConstructorLoadable/ConstructorLoadable.d.ts +3 -3
  996. package/build/esm/containers/PageConstructor/components/ConstructorLoadable/ConstructorLoadable.js +7 -8
  997. package/build/esm/containers/PageConstructor/components/ConstructorLoadable/index.d.ts +1 -1
  998. package/build/esm/containers/PageConstructor/components/ConstructorLoadable/index.js +1 -2
  999. package/build/esm/containers/PageConstructor/components/ConstructorRow/ConstructorRow.d.ts +2 -2
  1000. package/build/esm/containers/PageConstructor/components/ConstructorRow/ConstructorRow.js +5 -5
  1001. package/build/esm/containers/PageConstructor/components/ConstructorRow/index.d.ts +1 -1
  1002. package/build/esm/containers/PageConstructor/components/ConstructorRow/index.js +1 -2
  1003. package/build/esm/containers/PageConstructor/components/index.d.ts +2 -2
  1004. package/build/esm/containers/PageConstructor/components/index.js +1 -2
  1005. package/build/esm/containers/PageConstructor/index.d.ts +5 -5
  1006. package/build/esm/containers/PageConstructor/index.js +3 -4
  1007. package/build/esm/context/analyticsContext/analyticsContext.d.ts +2 -2
  1008. package/build/esm/context/analyticsContext/analyticsContext.js +1 -2
  1009. package/build/esm/context/analyticsContext/index.d.ts +1 -1
  1010. package/build/esm/context/analyticsContext/index.js +1 -2
  1011. package/build/esm/context/animateContext/AnimateContext.d.ts +1 -1
  1012. package/build/esm/context/animateContext/AnimateContext.js +1 -2
  1013. package/build/esm/context/animateContext/index.d.ts +1 -1
  1014. package/build/esm/context/animateContext/index.js +1 -2
  1015. package/build/esm/context/blockIdContext/blockIdContext.d.ts +1 -1
  1016. package/build/esm/context/blockIdContext/blockIdContext.js +1 -2
  1017. package/build/esm/context/blockIdContext/index.d.ts +1 -1
  1018. package/build/esm/context/blockIdContext/index.js +1 -2
  1019. package/build/esm/context/formsContext/FormsContext.d.ts +3 -3
  1020. package/build/esm/context/formsContext/FormsContext.js +1 -2
  1021. package/build/esm/context/formsContext/index.d.ts +1 -1
  1022. package/build/esm/context/formsContext/index.js +1 -2
  1023. package/build/esm/context/imageContext/imageContext.d.ts +2 -2
  1024. package/build/esm/context/imageContext/imageContext.js +1 -2
  1025. package/build/esm/context/imageContext/index.d.ts +1 -1
  1026. package/build/esm/context/imageContext/index.js +1 -2
  1027. package/build/esm/context/innerContext/InnerContext.d.ts +3 -3
  1028. package/build/esm/context/innerContext/InnerContext.js +1 -2
  1029. package/build/esm/context/innerContext/index.d.ts +1 -1
  1030. package/build/esm/context/innerContext/index.js +1 -2
  1031. package/build/esm/context/localeContext/index.d.ts +1 -1
  1032. package/build/esm/context/localeContext/index.js +1 -2
  1033. package/build/esm/context/localeContext/localeContext.d.ts +1 -1
  1034. package/build/esm/context/localeContext/localeContext.js +1 -2
  1035. package/build/esm/context/locationContext/index.d.ts +1 -1
  1036. package/build/esm/context/locationContext/index.js +1 -2
  1037. package/build/esm/context/locationContext/locationContext.d.ts +2 -2
  1038. package/build/esm/context/locationContext/locationContext.js +1 -2
  1039. package/build/esm/context/mapsContext/mapsContext.d.ts +1 -1
  1040. package/build/esm/context/mapsContext/mapsContext.js +1 -2
  1041. package/build/esm/context/mapsContext/mapsProvider.d.ts +3 -3
  1042. package/build/esm/context/mapsContext/mapsProvider.js +4 -6
  1043. package/build/esm/context/mapsContext/useMap.d.ts +1 -1
  1044. package/build/esm/context/mapsContext/useMap.js +2 -3
  1045. package/build/esm/context/mobileContext/MobileContext.d.ts +1 -1
  1046. package/build/esm/context/mobileContext/MobileContext.js +1 -2
  1047. package/build/esm/context/mobileContext/index.d.ts +1 -1
  1048. package/build/esm/context/mobileContext/index.js +1 -2
  1049. package/build/esm/context/projectSettingsContext/ProjectSettingsContext.d.ts +1 -1
  1050. package/build/esm/context/projectSettingsContext/ProjectSettingsContext.js +1 -2
  1051. package/build/esm/context/projectSettingsContext/index.d.ts +1 -1
  1052. package/build/esm/context/projectSettingsContext/index.js +1 -2
  1053. package/build/esm/context/ssrContext/SSRContext.d.ts +1 -1
  1054. package/build/esm/context/ssrContext/SSRContext.js +1 -2
  1055. package/build/esm/context/ssrContext/index.d.ts +1 -1
  1056. package/build/esm/context/ssrContext/index.js +1 -2
  1057. package/build/esm/context/stylesContext/StylesContext.d.ts +1 -1
  1058. package/build/esm/context/stylesContext/StylesContext.js +1 -2
  1059. package/build/esm/context/stylesContext/index.d.ts +1 -1
  1060. package/build/esm/context/stylesContext/index.js +1 -2
  1061. package/build/esm/context/theme/ThemeContext.d.ts +2 -2
  1062. package/build/esm/context/theme/ThemeContext.js +2 -3
  1063. package/build/esm/context/theme/index.d.ts +3 -3
  1064. package/build/esm/context/theme/index.js +3 -4
  1065. package/build/esm/context/theme/useTheme.d.ts +1 -1
  1066. package/build/esm/context/theme/useTheme.js +2 -3
  1067. package/build/esm/context/theme/withTheme.d.ts +2 -2
  1068. package/build/esm/context/theme/withTheme.js +3 -5
  1069. package/build/esm/context/videoContext/VideoContext.d.ts +1 -1
  1070. package/build/esm/context/videoContext/VideoContext.js +1 -2
  1071. package/build/esm/context/videoContext/index.d.ts +1 -1
  1072. package/build/esm/context/videoContext/index.js +1 -2
  1073. package/build/esm/customization/BlockDecoration.d.ts +3 -3
  1074. package/build/esm/customization/BlockDecoration.js +4 -6
  1075. package/build/esm/editor/components/AddBlock/AddBlock.d.ts +3 -3
  1076. package/build/esm/editor/components/AddBlock/AddBlock.js +36 -27
  1077. package/build/esm/editor/components/BlockForm/BlockForm.d.ts +4 -4
  1078. package/build/esm/editor/components/BlockForm/BlockForm.js +15 -15
  1079. package/build/esm/editor/components/CodeEditor/CodeEditor.d.ts +4 -4
  1080. package/build/esm/editor/components/CodeEditor/CodeEditor.js +17 -12
  1081. package/build/esm/editor/components/CodeEditor/constants.js +0 -1
  1082. package/build/esm/editor/components/ControlPanel/ControlPanel.d.ts +3 -3
  1083. package/build/esm/editor/components/ControlPanel/ControlPanel.js +27 -15
  1084. package/build/esm/editor/components/ControlPanel/i18n/index.d.ts +1 -5
  1085. package/build/esm/editor/components/ControlPanel/i18n/index.js +3 -4
  1086. package/build/esm/editor/components/DeviceEmulation/DeviceEmulation.d.ts +4 -4
  1087. package/build/esm/editor/components/DeviceEmulation/DeviceEmulation.js +6 -6
  1088. package/build/esm/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.d.ts +4 -4
  1089. package/build/esm/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.js +11 -13
  1090. package/build/esm/editor/components/DeviceEmulation/utils.d.ts +1 -1
  1091. package/build/esm/editor/components/DeviceEmulation/utils.js +1 -2
  1092. package/build/esm/editor/components/EditBlock/EditBlock.d.ts +3 -3
  1093. package/build/esm/editor/components/EditBlock/EditBlock.js +16 -15
  1094. package/build/esm/editor/components/ErrorBoundary/ErrorBoundary.d.ts +5 -5
  1095. package/build/esm/editor/components/ErrorBoundary/ErrorBoundary.js +10 -7
  1096. package/build/esm/editor/components/ErrorBoundary/i18n/index.d.ts +1 -5
  1097. package/build/esm/editor/components/ErrorBoundary/i18n/index.js +3 -4
  1098. package/build/esm/editor/components/Layout/Layout.d.ts +5 -5
  1099. package/build/esm/editor/components/Layout/Layout.js +10 -8
  1100. package/build/esm/editor/components/NotFoundBlock/NotFoundBlock.d.ts +2 -2
  1101. package/build/esm/editor/components/NotFoundBlock/NotFoundBlock.js +6 -7
  1102. package/build/esm/editor/components/NotFoundBlock/i18n/index.d.ts +1 -5
  1103. package/build/esm/editor/components/NotFoundBlock/i18n/index.js +3 -4
  1104. package/build/esm/editor/components/PageSettings/PageSettings.d.ts +2 -2
  1105. package/build/esm/editor/components/PageSettings/PageSettings.js +11 -9
  1106. package/build/esm/editor/components/PageSettings/i18n/index.d.ts +1 -5
  1107. package/build/esm/editor/components/PageSettings/i18n/index.js +3 -4
  1108. package/build/esm/editor/containers/Editor/Editor.d.ts +2 -2
  1109. package/build/esm/editor/containers/Editor/Editor.js +24 -14
  1110. package/build/esm/editor/containers/Editor/hooks/useCode.d.ts +1 -1
  1111. package/build/esm/editor/containers/Editor/hooks/useCode.js +4 -5
  1112. package/build/esm/editor/containers/Editor/hooks/useEditorState.d.ts +22 -22
  1113. package/build/esm/editor/containers/Editor/hooks/useEditorState.js +19 -22
  1114. package/build/esm/editor/containers/Form/Form.d.ts +3 -3
  1115. package/build/esm/editor/containers/Form/Form.js +15 -14
  1116. package/build/esm/editor/context.d.ts +4 -4
  1117. package/build/esm/editor/context.js +1 -2
  1118. package/build/esm/editor/data/index.d.ts +2 -1
  1119. package/build/esm/editor/data/index.js +4 -5
  1120. package/build/esm/editor/data/previews/default-preview.d.ts +1 -1
  1121. package/build/esm/editor/data/previews/default-preview.js +14 -4
  1122. package/build/esm/editor/data/previews/header-block.d.ts +1 -1
  1123. package/build/esm/editor/data/previews/header-block.js +15 -4
  1124. package/build/esm/editor/dynamic-forms-custom/components/OneOfCustom/OneOfCustom.d.ts +1 -1
  1125. package/build/esm/editor/dynamic-forms-custom/components/OneOfCustom/OneOfCustom.js +8 -7
  1126. package/build/esm/editor/dynamic-forms-custom/config.js +1 -3
  1127. package/build/esm/editor/dynamic-forms-custom/hooks/useOneOf.d.ts +3 -3
  1128. package/build/esm/editor/dynamic-forms-custom/hooks/useOneOf.js +5 -7
  1129. package/build/esm/editor/dynamic-forms-custom/parser/detect.d.ts +1 -1
  1130. package/build/esm/editor/dynamic-forms-custom/parser/detect.js +0 -1
  1131. package/build/esm/editor/dynamic-forms-custom/parser/index.d.ts +2 -2
  1132. package/build/esm/editor/dynamic-forms-custom/parser/index.js +2 -3
  1133. package/build/esm/editor/dynamic-forms-custom/parser/types.d.ts +1 -1
  1134. package/build/esm/editor/dynamic-forms-custom/parser/types.js +0 -1
  1135. package/build/esm/editor/dynamic-forms-custom/parser/views.d.ts +2 -2
  1136. package/build/esm/editor/dynamic-forms-custom/parser/views.js +0 -1
  1137. package/build/esm/editor/hooks/useCodeValidator.d.ts +1 -1
  1138. package/build/esm/editor/hooks/useCodeValidator.js +4 -5
  1139. package/build/esm/editor/hooks/useFormSpec.d.ts +1 -1
  1140. package/build/esm/editor/hooks/useFormSpec.js +3 -4
  1141. package/build/esm/editor/hooks/usePreviousValue.js +3 -4
  1142. package/build/esm/editor/icons/Tablet.d.ts +1 -1
  1143. package/build/esm/editor/icons/Tablet.js +4 -4
  1144. package/build/esm/editor/index.d.ts +2 -2
  1145. package/build/esm/editor/index.js +2 -3
  1146. package/build/esm/editor/store/main/index.d.ts +2 -2
  1147. package/build/esm/editor/store/main/index.js +10 -11
  1148. package/build/esm/editor/store/main/reducer.d.ts +2 -2
  1149. package/build/esm/editor/store/main/reducer.js +1 -2
  1150. package/build/esm/editor/store/main/utils.d.ts +4 -4
  1151. package/build/esm/editor/store/main/utils.js +0 -1
  1152. package/build/esm/editor/store/settings/index.d.ts +2 -2
  1153. package/build/esm/editor/store/settings/index.js +4 -5
  1154. package/build/esm/editor/store/settings/reducer.d.ts +2 -2
  1155. package/build/esm/editor/store/settings/reducer.js +2 -3
  1156. package/build/esm/editor/types/index.d.ts +5 -5
  1157. package/build/esm/editor/types/index.js +0 -1
  1158. package/build/esm/editor/utils/code.d.ts +4 -4
  1159. package/build/esm/editor/utils/code.js +0 -1
  1160. package/build/esm/editor/utils/index.d.ts +8 -8
  1161. package/build/esm/editor/utils/index.js +1 -2
  1162. package/build/esm/editor/utils/validation.js +1 -3
  1163. package/build/esm/editor/widget/constants.js +0 -1
  1164. package/build/esm/editor/widget/index.d.ts +2 -2
  1165. package/build/esm/editor/widget/index.js +3 -4
  1166. package/build/esm/editor/widget/utils.js +0 -1
  1167. package/build/esm/grid/Break/Break.d.ts +1 -1
  1168. package/build/esm/grid/Break/Break.js +2 -3
  1169. package/build/esm/grid/Col/Col.d.ts +5 -5
  1170. package/build/esm/grid/Col/Col.js +4 -6
  1171. package/build/esm/grid/Grid/Grid.d.ts +2 -2
  1172. package/build/esm/grid/Grid/Grid.js +4 -4
  1173. package/build/esm/grid/Row/Row.d.ts +4 -4
  1174. package/build/esm/grid/Row/Row.js +4 -6
  1175. package/build/esm/grid/index.d.ts +6 -6
  1176. package/build/esm/grid/index.js +6 -7
  1177. package/build/esm/grid/types.js +0 -1
  1178. package/build/esm/grid/utils.d.ts +1 -1
  1179. package/build/esm/grid/utils.js +1 -2
  1180. package/build/esm/hooks/hubspot.d.ts +1 -1
  1181. package/build/esm/hooks/hubspot.js +4 -5
  1182. package/build/esm/hooks/index.d.ts +6 -6
  1183. package/build/esm/hooks/index.js +6 -7
  1184. package/build/esm/hooks/useAnalytics.d.ts +1 -1
  1185. package/build/esm/hooks/useAnalytics.js +7 -8
  1186. package/build/esm/hooks/useFocus.js +7 -8
  1187. package/build/esm/hooks/useHeightCalculator.d.ts +1 -1
  1188. package/build/esm/hooks/useHeightCalculator.js +4 -5
  1189. package/build/esm/hooks/useMetrika.d.ts +1 -0
  1190. package/build/esm/hooks/useMetrika.js +0 -1
  1191. package/build/esm/hooks/useMount.js +2 -3
  1192. package/build/esm/hooks/useWindowBreakpoint.js +4 -5
  1193. package/build/esm/icons/BrandIconDark.d.ts +1 -1
  1194. package/build/esm/icons/BrandIconDark.js +18 -4
  1195. package/build/esm/icons/BrandIconLight.d.ts +1 -1
  1196. package/build/esm/icons/BrandIconLight.js +18 -4
  1197. package/build/esm/icons/BrandName.d.ts +1 -1
  1198. package/build/esm/icons/BrandName.js +13 -4
  1199. package/build/esm/icons/Chevron.d.ts +1 -1
  1200. package/build/esm/icons/Chevron.js +4 -4
  1201. package/build/esm/icons/Facebook.d.ts +1 -1
  1202. package/build/esm/icons/Facebook.js +4 -4
  1203. package/build/esm/icons/Github.d.ts +1 -1
  1204. package/build/esm/icons/Github.js +4 -4
  1205. package/build/esm/icons/Linkedin.d.ts +1 -1
  1206. package/build/esm/icons/Linkedin.js +4 -4
  1207. package/build/esm/icons/NavigationArrow.d.ts +1 -1
  1208. package/build/esm/icons/NavigationArrow.js +4 -4
  1209. package/build/esm/icons/NavigationChevron.d.ts +1 -1
  1210. package/build/esm/icons/NavigationChevron.js +4 -4
  1211. package/build/esm/icons/Telegram.d.ts +1 -1
  1212. package/build/esm/icons/Telegram.js +4 -4
  1213. package/build/esm/icons/Twitter.d.ts +1 -1
  1214. package/build/esm/icons/Twitter.js +4 -4
  1215. package/build/esm/icons/Vk.d.ts +1 -1
  1216. package/build/esm/icons/Vk.js +4 -4
  1217. package/build/esm/icons/index.d.ts +4 -4
  1218. package/build/esm/icons/index.js +4 -5
  1219. package/build/esm/index.d.ts +13 -13
  1220. package/build/esm/index.js +13 -14
  1221. package/build/esm/models/common.d.ts +1 -0
  1222. package/build/esm/models/common.js +0 -1
  1223. package/build/esm/models/components.js +0 -1
  1224. package/build/esm/models/constructor-items/blocks.d.ts +6 -6
  1225. package/build/esm/models/constructor-items/blocks.js +0 -1
  1226. package/build/esm/models/constructor-items/common.d.ts +11 -11
  1227. package/build/esm/models/constructor-items/common.js +0 -1
  1228. package/build/esm/models/constructor-items/index.d.ts +5 -5
  1229. package/build/esm/models/constructor-items/index.js +3 -4
  1230. package/build/esm/models/constructor-items/sub-blocks.d.ts +6 -6
  1231. package/build/esm/models/constructor-items/sub-blocks.js +0 -1
  1232. package/build/esm/models/constructor.d.ts +3 -3
  1233. package/build/esm/models/constructor.js +0 -1
  1234. package/build/esm/models/customization.d.ts +3 -3
  1235. package/build/esm/models/customization.js +0 -1
  1236. package/build/esm/models/guards.d.ts +1 -1
  1237. package/build/esm/models/guards.js +1 -2
  1238. package/build/esm/models/index.d.ts +7 -7
  1239. package/build/esm/models/index.js +7 -8
  1240. package/build/esm/models/navigation.d.ts +3 -2
  1241. package/build/esm/models/navigation.js +0 -1
  1242. package/build/esm/navigation/components/DesktopNavigation/DesktopNavigation.d.ts +2 -2
  1243. package/build/esm/navigation/components/DesktopNavigation/DesktopNavigation.js +19 -9
  1244. package/build/esm/navigation/components/Logo/Logo.d.ts +2 -2
  1245. package/build/esm/navigation/components/Logo/Logo.js +13 -13
  1246. package/build/esm/navigation/components/Logo/i18n/index.d.ts +1 -5
  1247. package/build/esm/navigation/components/Logo/i18n/index.js +3 -4
  1248. package/build/esm/navigation/components/MobileMenuButton/MobileMenuButton.d.ts +2 -2
  1249. package/build/esm/navigation/components/MobileMenuButton/MobileMenuButton.js +4 -5
  1250. package/build/esm/navigation/components/MobileNavigation/MobileNavigation.d.ts +2 -2
  1251. package/build/esm/navigation/components/MobileNavigation/MobileNavigation.js +11 -9
  1252. package/build/esm/navigation/components/Navigation/Navigation.d.ts +2 -2
  1253. package/build/esm/navigation/components/Navigation/Navigation.js +15 -11
  1254. package/build/esm/navigation/components/NavigationItem/NavigationItem.d.ts +2 -2
  1255. package/build/esm/navigation/components/NavigationItem/NavigationItem.js +9 -9
  1256. package/build/esm/navigation/components/NavigationItem/components/ContentWrapper/ContentWrapper.d.ts +2 -2
  1257. package/build/esm/navigation/components/NavigationItem/components/ContentWrapper/ContentWrapper.js +7 -7
  1258. package/build/esm/navigation/components/NavigationItem/components/GithubButton/GithubButton.d.ts +3 -3
  1259. package/build/esm/navigation/components/NavigationItem/components/GithubButton/GithubButton.js +9 -9
  1260. package/build/esm/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.d.ts +3 -3
  1261. package/build/esm/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.js +6 -6
  1262. package/build/esm/navigation/components/NavigationItem/components/NavigationDropdown/NavigationDropdown.d.ts +3 -3
  1263. package/build/esm/navigation/components/NavigationItem/components/NavigationDropdown/NavigationDropdown.js +12 -10
  1264. package/build/esm/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.d.ts +3 -3
  1265. package/build/esm/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.js +14 -13
  1266. package/build/esm/navigation/components/NavigationItem/hooks/useNavigationItemMap.d.ts +5 -6
  1267. package/build/esm/navigation/components/NavigationItem/hooks/useNavigationItemMap.js +4 -5
  1268. package/build/esm/navigation/components/NavigationItem/index.d.ts +5 -5
  1269. package/build/esm/navigation/components/NavigationItem/index.js +5 -6
  1270. package/build/esm/navigation/components/NavigationList/NavigationList.d.ts +2 -2
  1271. package/build/esm/navigation/components/NavigationList/NavigationList.js +3 -4
  1272. package/build/esm/navigation/components/NavigationListItem/NavigationListItem.d.ts +2 -2
  1273. package/build/esm/navigation/components/NavigationListItem/NavigationListItem.js +4 -5
  1274. package/build/esm/navigation/components/NavigationPopup/NavigationPopup.d.ts +2 -2
  1275. package/build/esm/navigation/components/NavigationPopup/NavigationPopup.js +8 -8
  1276. package/build/esm/navigation/components/SocialIcon/SocialIcon.d.ts +2 -2
  1277. package/build/esm/navigation/components/SocialIcon/SocialIcon.js +6 -6
  1278. package/build/esm/navigation/components/Standalone/index.d.ts +2 -2
  1279. package/build/esm/navigation/components/Standalone/index.js +5 -5
  1280. package/build/esm/navigation/containers/Layout/Layout.d.ts +2 -2
  1281. package/build/esm/navigation/containers/Layout/Layout.js +7 -6
  1282. package/build/esm/navigation/hooks/index.d.ts +2 -2
  1283. package/build/esm/navigation/hooks/index.js +2 -3
  1284. package/build/esm/navigation/hooks/useActiveNavItem.d.ts +13 -58
  1285. package/build/esm/navigation/hooks/useActiveNavItem.js +5 -6
  1286. package/build/esm/navigation/hooks/useShowBorder.js +3 -4
  1287. package/build/esm/navigation/index.d.ts +15 -15
  1288. package/build/esm/navigation/index.js +15 -16
  1289. package/build/esm/navigation/models.d.ts +4 -4
  1290. package/build/esm/navigation/models.js +0 -1
  1291. package/build/esm/navigation/schema.js +3 -4
  1292. package/build/esm/navigation/utils.d.ts +9 -31
  1293. package/build/esm/navigation/utils.js +1 -2
  1294. package/build/esm/schema/constants.d.ts +10 -9
  1295. package/build/esm/schema/constants.js +2 -3
  1296. package/build/esm/schema/index.d.ts +3 -3
  1297. package/build/esm/schema/index.js +5 -6
  1298. package/build/esm/schema/validators/blocks.d.ts +20 -20
  1299. package/build/esm/schema/validators/blocks.js +20 -21
  1300. package/build/esm/schema/validators/common.d.ts +1 -1
  1301. package/build/esm/schema/validators/common.js +15 -16
  1302. package/build/esm/schema/validators/components.d.ts +3 -3
  1303. package/build/esm/schema/validators/components.js +3 -4
  1304. package/build/esm/schema/validators/event.js +0 -1
  1305. package/build/esm/schema/validators/index.d.ts +6 -6
  1306. package/build/esm/schema/validators/index.js +6 -7
  1307. package/build/esm/schema/validators/navigation.d.ts +1 -1
  1308. package/build/esm/schema/validators/navigation.js +1 -2
  1309. package/build/esm/schema/validators/sub-blocks.d.ts +11 -11
  1310. package/build/esm/schema/validators/sub-blocks.js +11 -12
  1311. package/build/esm/schema/validators/utils.js +0 -1
  1312. package/build/esm/sub-blocks/BackgroundCard/BackgroundCard.d.ts +2 -2
  1313. package/build/esm/sub-blocks/BackgroundCard/BackgroundCard.js +9 -7
  1314. package/build/esm/sub-blocks/BackgroundCard/schema.d.ts +1 -1
  1315. package/build/esm/sub-blocks/BackgroundCard/schema.js +4 -5
  1316. package/build/esm/sub-blocks/BannerCard/BannerCard.d.ts +2 -2
  1317. package/build/esm/sub-blocks/BannerCard/BannerCard.js +14 -6
  1318. package/build/esm/sub-blocks/BasicCard/BasicCard.d.ts +2 -2
  1319. package/build/esm/sub-blocks/BasicCard/BasicCard.js +10 -8
  1320. package/build/esm/sub-blocks/BasicCard/schema.js +3 -4
  1321. package/build/esm/sub-blocks/Content/Content.d.ts +3 -3
  1322. package/build/esm/sub-blocks/Content/Content.js +19 -11
  1323. package/build/esm/sub-blocks/Content/schema.d.ts +1 -1
  1324. package/build/esm/sub-blocks/Content/schema.js +3 -4
  1325. package/build/esm/sub-blocks/Divider/Divider.d.ts +2 -2
  1326. package/build/esm/sub-blocks/Divider/Divider.js +3 -4
  1327. package/build/esm/sub-blocks/Divider/schema.js +1 -2
  1328. package/build/esm/sub-blocks/HubspotForm/HubspotFormContainer.d.ts +2 -2
  1329. package/build/esm/sub-blocks/HubspotForm/HubspotFormContainer.js +8 -10
  1330. package/build/esm/sub-blocks/HubspotForm/index.d.ts +2 -2
  1331. package/build/esm/sub-blocks/HubspotForm/index.js +11 -13
  1332. package/build/esm/sub-blocks/HubspotForm/loadHubspotScript.js +0 -1
  1333. package/build/esm/sub-blocks/HubspotForm/schema.js +1 -2
  1334. package/build/esm/sub-blocks/ImageCard/ImageCard.d.ts +2 -2
  1335. package/build/esm/sub-blocks/ImageCard/ImageCard.js +14 -12
  1336. package/build/esm/sub-blocks/ImageCard/schema.js +3 -4
  1337. package/build/esm/sub-blocks/LayoutItem/LayoutItem.d.ts +2 -2
  1338. package/build/esm/sub-blocks/LayoutItem/LayoutItem.js +18 -15
  1339. package/build/esm/sub-blocks/LayoutItem/schema.d.ts +3 -3
  1340. package/build/esm/sub-blocks/LayoutItem/schema.js +4 -5
  1341. package/build/esm/sub-blocks/LayoutItem/utils.d.ts +12 -12
  1342. package/build/esm/sub-blocks/LayoutItem/utils.js +0 -1
  1343. package/build/esm/sub-blocks/MediaCard/MediaCard.d.ts +2 -2
  1344. package/build/esm/sub-blocks/MediaCard/MediaCard.js +6 -5
  1345. package/build/esm/sub-blocks/MediaCard/schema.d.ts +3 -3
  1346. package/build/esm/sub-blocks/MediaCard/schema.js +2 -3
  1347. package/build/esm/sub-blocks/PriceCard/PriceCard.d.ts +2 -2
  1348. package/build/esm/sub-blocks/PriceCard/PriceCard.js +24 -8
  1349. package/build/esm/sub-blocks/PriceCard/schema.js +2 -3
  1350. package/build/esm/sub-blocks/PriceDetailed/CombinedPriceDetailed/CombinedPriceDetailed.d.ts +3 -2
  1351. package/build/esm/sub-blocks/PriceDetailed/CombinedPriceDetailed/CombinedPriceDetailed.js +18 -16
  1352. package/build/esm/sub-blocks/PriceDetailed/PriceDescription/PriceDescription.d.ts +2 -2
  1353. package/build/esm/sub-blocks/PriceDetailed/PriceDescription/PriceDescription.js +19 -15
  1354. package/build/esm/sub-blocks/PriceDetailed/PriceDetailed.d.ts +2 -2
  1355. package/build/esm/sub-blocks/PriceDetailed/PriceDetailed.js +9 -11
  1356. package/build/esm/sub-blocks/PriceDetailed/PriceDetails/Details/List.d.ts +2 -2
  1357. package/build/esm/sub-blocks/PriceDetailed/PriceDetails/Details/List.js +7 -6
  1358. package/build/esm/sub-blocks/PriceDetailed/PriceDetails/Details/Settings.d.ts +2 -2
  1359. package/build/esm/sub-blocks/PriceDetailed/PriceDetails/Details/Settings.js +7 -6
  1360. package/build/esm/sub-blocks/PriceDetailed/PriceDetails/PriceDetails.d.ts +2 -2
  1361. package/build/esm/sub-blocks/PriceDetailed/PriceDetails/PriceDetails.js +22 -18
  1362. package/build/esm/sub-blocks/PriceDetailed/SeparatePriceDetailed/SeparatePriceDetailed.d.ts +3 -2
  1363. package/build/esm/sub-blocks/PriceDetailed/SeparatePriceDetailed/SeparatePriceDetailed.js +10 -9
  1364. package/build/esm/sub-blocks/PriceDetailed/schema.js +3 -4
  1365. package/build/esm/sub-blocks/Quote/Quote.d.ts +2 -2
  1366. package/build/esm/sub-blocks/Quote/Quote.js +23 -12
  1367. package/build/esm/sub-blocks/Quote/schema.d.ts +2 -2
  1368. package/build/esm/sub-blocks/Quote/schema.js +2 -3
  1369. package/build/esm/sub-blocks/index.d.ts +12 -12
  1370. package/build/esm/sub-blocks/index.js +12 -13
  1371. package/build/esm/text-transform/common.d.ts +1 -1
  1372. package/build/esm/text-transform/common.js +1 -2
  1373. package/build/esm/text-transform/config.d.ts +10 -10
  1374. package/build/esm/text-transform/config.js +2 -3
  1375. package/build/esm/text-transform/filter.d.ts +1 -1
  1376. package/build/esm/text-transform/filter.js +0 -1
  1377. package/build/esm/text-transform/index.d.ts +5 -5
  1378. package/build/esm/text-transform/index.js +5 -6
  1379. package/build/esm/text-transform/transformers.d.ts +2 -2
  1380. package/build/esm/text-transform/transformers.js +2 -3
  1381. package/build/esm/text-transform/types.js +0 -1
  1382. package/build/esm/text-transform/utils.d.ts +3 -4
  1383. package/build/esm/text-transform/utils.js +0 -1
  1384. package/build/esm/utils/analytics.d.ts +1 -1
  1385. package/build/esm/utils/analytics.js +0 -1
  1386. package/build/esm/utils/blocks.d.ts +2 -2
  1387. package/build/esm/utils/blocks.js +1 -2
  1388. package/build/esm/utils/borderSelector.d.ts +1 -1
  1389. package/build/esm/utils/borderSelector.js +0 -1
  1390. package/build/esm/utils/cn.js +1 -2
  1391. package/build/esm/utils/common.js +0 -1
  1392. package/build/esm/utils/hubspot.js +0 -1
  1393. package/build/esm/utils/imageCompress.js +0 -1
  1394. package/build/esm/utils/index.d.ts +9 -9
  1395. package/build/esm/utils/index.js +8 -9
  1396. package/build/esm/utils/microdata.d.ts +2 -2
  1397. package/build/esm/utils/microdata.js +0 -1
  1398. package/build/esm/utils/svg.js +0 -1
  1399. package/build/esm/utils/theme.d.ts +2 -2
  1400. package/build/esm/utils/theme.js +1 -2
  1401. package/build/esm/utils/url.js +0 -1
  1402. package/build/esm/utils/url.test.js +1 -2
  1403. package/package.json +33 -39
  1404. package/server/grid/types.js +7 -7
  1405. package/server/models/common.d.ts +1 -0
  1406. package/server/models/common.js +3 -3
  1407. package/server/models/constructor-items/blocks.d.ts +1 -1
  1408. package/server/models/constructor-items/blocks.js +6 -6
  1409. package/server/models/constructor-items/common.d.ts +9 -9
  1410. package/server/models/constructor-items/common.js +10 -10
  1411. package/server/models/constructor-items/sub-blocks.js +3 -3
  1412. package/server/models/constructor.d.ts +2 -2
  1413. package/server/models/customization.d.ts +2 -2
  1414. package/server/models/guards.js +4 -3
  1415. package/server/models/navigation.d.ts +1 -0
  1416. package/server/models/navigation.js +2 -2
  1417. package/server/text-transform/common.js +3 -3
  1418. package/server/text-transform/config.d.ts +8 -8
  1419. package/server/text-transform/filter.js +2 -1
  1420. package/server/text-transform/utils.d.ts +2 -3
  1421. package/server/text-transform/utils.js +9 -9
  1422. package/server/utils/blocks.d.ts +1 -1
  1423. package/server/utils/blocks.js +4 -4
  1424. package/server/utils/common.js +2 -1
  1425. package/server/utils/hubspot.js +4 -3
  1426. package/server/utils/theme.js +3 -2
  1427. package/server/utils/url.js +7 -7
  1428. package/styles/mixins.scss +10 -23
  1429. package/styles/storybook/common.scss +0 -7
  1430. package/widget/index.js +1 -1
  1431. package/build/cjs/blocks/Banner/Banner.js.map +0 -1
  1432. package/build/cjs/blocks/Banner/schema.js.map +0 -1
  1433. package/build/cjs/blocks/CardLayout/CardLayout.js.map +0 -1
  1434. package/build/cjs/blocks/CardLayout/schema.js.map +0 -1
  1435. package/build/cjs/blocks/Companies/Companies.js.map +0 -1
  1436. package/build/cjs/blocks/Companies/schema.js.map +0 -1
  1437. package/build/cjs/blocks/ContentLayout/ContentLayout.js.map +0 -1
  1438. package/build/cjs/blocks/ContentLayout/schema.js.map +0 -1
  1439. package/build/cjs/blocks/ExtendedFeatures/ExtendedFeatures.js.map +0 -1
  1440. package/build/cjs/blocks/ExtendedFeatures/schema.js.map +0 -1
  1441. package/build/cjs/blocks/FilterBlock/FilterBlock.js.map +0 -1
  1442. package/build/cjs/blocks/FilterBlock/i18n/index.js.map +0 -1
  1443. package/build/cjs/blocks/FilterBlock/schema.js.map +0 -1
  1444. package/build/cjs/blocks/Form/Form.js.map +0 -1
  1445. package/build/cjs/blocks/Form/schema.js.map +0 -1
  1446. package/build/cjs/blocks/Header/Header.js.map +0 -1
  1447. package/build/cjs/blocks/Header/schema.js.map +0 -1
  1448. package/build/cjs/blocks/Header/utils.js.map +0 -1
  1449. package/build/cjs/blocks/HeaderSlider/HeaderSlider.js.map +0 -1
  1450. package/build/cjs/blocks/HeaderSlider/schema.js.map +0 -1
  1451. package/build/cjs/blocks/Icons/Icons.js.map +0 -1
  1452. package/build/cjs/blocks/Icons/schema.js.map +0 -1
  1453. package/build/cjs/blocks/Info/Info.js.map +0 -1
  1454. package/build/cjs/blocks/Info/schema.js.map +0 -1
  1455. package/build/cjs/blocks/Map/Map.js.map +0 -1
  1456. package/build/cjs/blocks/Map/schema.js.map +0 -1
  1457. package/build/cjs/blocks/Media/Media.js.map +0 -1
  1458. package/build/cjs/blocks/Media/schema.js.map +0 -1
  1459. package/build/cjs/blocks/PromoFeaturesBlock/PromoFeaturesBlock.js.map +0 -1
  1460. package/build/cjs/blocks/PromoFeaturesBlock/schema.js.map +0 -1
  1461. package/build/cjs/blocks/Questions/QuestionBlockItem/QuestionBlockItem.js.map +0 -1
  1462. package/build/cjs/blocks/Questions/Questions.js.map +0 -1
  1463. package/build/cjs/blocks/Questions/models.js.map +0 -1
  1464. package/build/cjs/blocks/Questions/schema.js.map +0 -1
  1465. package/build/cjs/blocks/Security/i18n/index.js.map +0 -1
  1466. package/build/cjs/blocks/Share/Share.js.map +0 -1
  1467. package/build/cjs/blocks/Share/i18n/index.js.map +0 -1
  1468. package/build/cjs/blocks/Share/schema.js.map +0 -1
  1469. package/build/cjs/blocks/Slider/Arrow/Arrow.js.map +0 -1
  1470. package/build/cjs/blocks/Slider/Slider.js.map +0 -1
  1471. package/build/cjs/blocks/Slider/i18n/index.js.map +0 -1
  1472. package/build/cjs/blocks/Slider/models.js.map +0 -1
  1473. package/build/cjs/blocks/Slider/schema.js.map +0 -1
  1474. package/build/cjs/blocks/Slider/utils.js.map +0 -1
  1475. package/build/cjs/blocks/SliderNew/Arrow/Arrow.js.map +0 -1
  1476. package/build/cjs/blocks/SliderNew/Slider.js.map +0 -1
  1477. package/build/cjs/blocks/SliderNew/i18n/index.js.map +0 -1
  1478. package/build/cjs/blocks/SliderNew/models.js.map +0 -1
  1479. package/build/cjs/blocks/SliderNew/schema.js.map +0 -1
  1480. package/build/cjs/blocks/SliderNew/useSlider.js.map +0 -1
  1481. package/build/cjs/blocks/SliderNew/useSliderPagination.js.map +0 -1
  1482. package/build/cjs/blocks/SliderNew/utils.js.map +0 -1
  1483. package/build/cjs/blocks/Table/Table.js.map +0 -1
  1484. package/build/cjs/blocks/Table/schema.js.map +0 -1
  1485. package/build/cjs/blocks/Tabs/Tabs.js.map +0 -1
  1486. package/build/cjs/blocks/Tabs/TabsTextContent/TabsTextContent.js.map +0 -1
  1487. package/build/cjs/blocks/Tabs/schema.js.map +0 -1
  1488. package/build/cjs/blocks/index.js.map +0 -1
  1489. package/build/cjs/blocks/unstable.js.map +0 -1
  1490. package/build/cjs/blocks/validators.js.map +0 -1
  1491. package/build/cjs/components/Anchor/Anchor.js.map +0 -1
  1492. package/build/cjs/components/AnimateBlock/AnimateBlock.js.map +0 -1
  1493. package/build/cjs/components/Author/Author.js.map +0 -1
  1494. package/build/cjs/components/Author/schema.js.map +0 -1
  1495. package/build/cjs/components/BackLink/BackLink.js.map +0 -1
  1496. package/build/cjs/components/BackgroundImage/BackgroundImage.js.map +0 -1
  1497. package/build/cjs/components/BackgroundMedia/BackgroundMedia.js.map +0 -1
  1498. package/build/cjs/components/BalancedMasonry/BalancedMasonry.js.map +0 -1
  1499. package/build/cjs/components/BlockBase/BlockBase.js.map +0 -1
  1500. package/build/cjs/components/BrandFooter/BrandFooter.js.map +0 -1
  1501. package/build/cjs/components/BrandFooter/i18n/index.js.map +0 -1
  1502. package/build/cjs/components/Button/Button.js.map +0 -1
  1503. package/build/cjs/components/Button/i18n/index.js.map +0 -1
  1504. package/build/cjs/components/Button/utils.js.map +0 -1
  1505. package/build/cjs/components/ButtonTabs/ButtonTabs.js.map +0 -1
  1506. package/build/cjs/components/Buttons/Buttons.js.map +0 -1
  1507. package/build/cjs/components/CardBase/CardBase.js.map +0 -1
  1508. package/build/cjs/components/ContentList/ContentList.js.map +0 -1
  1509. package/build/cjs/components/ContentList/ContentListItemIcon.js.map +0 -1
  1510. package/build/cjs/components/Control/Control.js.map +0 -1
  1511. package/build/cjs/components/Control/i18n/index.js.map +0 -1
  1512. package/build/cjs/components/DefaultVideo/DefaultVideo.js.map +0 -1
  1513. package/build/cjs/components/ErrorWrapper/ErrorWrapper.js.map +0 -1
  1514. package/build/cjs/components/FileLink/FileLink.js.map +0 -1
  1515. package/build/cjs/components/Foldable/Foldable.js.map +0 -1
  1516. package/build/cjs/components/FullWidthBackground/FullWidthBackground.js.map +0 -1
  1517. package/build/cjs/components/FullscreenImage/FullscreenImage.js.map +0 -1
  1518. package/build/cjs/components/FullscreenImage/i18n/index.js.map +0 -1
  1519. package/build/cjs/components/FullscreenMedia/FullscreenMedia.js.map +0 -1
  1520. package/build/cjs/components/HTML/HTML.js.map +0 -1
  1521. package/build/cjs/components/HeaderBreadcrumbs/HeaderBreadcrumbs.js.map +0 -1
  1522. package/build/cjs/components/HeaderBreadcrumbs/i18n/index.js.map +0 -1
  1523. package/build/cjs/components/IconWrapper/IconWrapper.js.map +0 -1
  1524. package/build/cjs/components/Image/Image.js.map +0 -1
  1525. package/build/cjs/components/Image/schema.js.map +0 -1
  1526. package/build/cjs/components/ImageBase/ImageBase.js.map +0 -1
  1527. package/build/cjs/components/InnerForm/InnerForm.js.map +0 -1
  1528. package/build/cjs/components/Link/Link.js.map +0 -1
  1529. package/build/cjs/components/Links/Links.js.map +0 -1
  1530. package/build/cjs/components/Map/GoogleMap.js.map +0 -1
  1531. package/build/cjs/components/Map/Map.js.map +0 -1
  1532. package/build/cjs/components/Map/YMap/YMap.js.map +0 -1
  1533. package/build/cjs/components/Map/YMap/YandexMap.js.map +0 -1
  1534. package/build/cjs/components/Map/YMap/YandexMapApiLoader.js.map +0 -1
  1535. package/build/cjs/components/Map/YMap/i18n/index.js.map +0 -1
  1536. package/build/cjs/components/Map/helpers.js.map +0 -1
  1537. package/build/cjs/components/Media/DataLens/DataLens.js.map +0 -1
  1538. package/build/cjs/components/Media/DataLens/i18n/index.js.map +0 -1
  1539. package/build/cjs/components/Media/DataLens/utils.js.map +0 -1
  1540. package/build/cjs/components/Media/FullscreenVideo/FullscreenVideo.js.map +0 -1
  1541. package/build/cjs/components/Media/Iframe/Iframe.js.map +0 -1
  1542. package/build/cjs/components/Media/Iframe/i18n/index.js.map +0 -1
  1543. package/build/cjs/components/Media/Image/Image.js.map +0 -1
  1544. package/build/cjs/components/Media/Image/utils.js.map +0 -1
  1545. package/build/cjs/components/Media/Media.js.map +0 -1
  1546. package/build/cjs/components/Media/Video/Video.js.map +0 -1
  1547. package/build/cjs/components/Media/Video/utils.js.map +0 -1
  1548. package/build/cjs/components/MediaBase/MediaBase.js.map +0 -1
  1549. package/build/cjs/components/MediaBase/MediaBaseContent.js.map +0 -1
  1550. package/build/cjs/components/MetaInfo/MetaInfo.js.map +0 -1
  1551. package/build/cjs/components/MetaInfo/schema.js.map +0 -1
  1552. package/build/cjs/components/OutsideClick/OutsideClick.js.map +0 -1
  1553. package/build/cjs/components/OverflowScroller/OverflowScroller.js.map +0 -1
  1554. package/build/cjs/components/OverflowScroller/i18n/index.js.map +0 -1
  1555. package/build/cjs/components/ReactPlayer/CircleProgress.js.map +0 -1
  1556. package/build/cjs/components/ReactPlayer/CustomBarControls.js.map +0 -1
  1557. package/build/cjs/components/ReactPlayer/ReactPlayer.js.map +0 -1
  1558. package/build/cjs/components/ReactPlayer/i18n/index.js.map +0 -1
  1559. package/build/cjs/components/ReactPlayer/utils/youtube.js.map +0 -1
  1560. package/build/cjs/components/ReactPlayer/utils.js.map +0 -1
  1561. package/build/cjs/components/RootCn/index.js.map +0 -1
  1562. package/build/cjs/components/RouterLink/RouterLink.js.map +0 -1
  1563. package/build/cjs/components/Table/Table.js.map +0 -1
  1564. package/build/cjs/components/Title/Title.js.map +0 -1
  1565. package/build/cjs/components/Title/TitleItem.js.map +0 -1
  1566. package/build/cjs/components/ToggleArrow/ToggleArrow.js.map +0 -1
  1567. package/build/cjs/components/UnpublishedLabel/UnpublishedLabel.js.map +0 -1
  1568. package/build/cjs/components/UnpublishedLabel/i18n/index.js.map +0 -1
  1569. package/build/cjs/components/VideoBlock/VideoBlock.js.map +0 -1
  1570. package/build/cjs/components/VideoBlock/i18n/index.js.map +0 -1
  1571. package/build/cjs/components/YFMWrapper/YFMWrapper.js.map +0 -1
  1572. package/build/cjs/components/YandexForm/YandexForm.js.map +0 -1
  1573. package/build/cjs/components/YandexForm/schema.js.map +0 -1
  1574. package/build/cjs/components/constants.js.map +0 -1
  1575. package/build/cjs/components/index.js.map +0 -1
  1576. package/build/cjs/constants.js.map +0 -1
  1577. package/build/cjs/constructor-items.js.map +0 -1
  1578. package/build/cjs/containers/Loadable/Loadable.js.map +0 -1
  1579. package/build/cjs/containers/Loadable/i18n/index.js.map +0 -1
  1580. package/build/cjs/containers/PageConstructor/PageConstructor.js.map +0 -1
  1581. package/build/cjs/containers/PageConstructor/Provider.js.map +0 -1
  1582. package/build/cjs/containers/PageConstructor/components/ConstructorBlock/ConstructorBlock.js.map +0 -1
  1583. package/build/cjs/containers/PageConstructor/components/ConstructorBlock/index.js.map +0 -1
  1584. package/build/cjs/containers/PageConstructor/components/ConstructorBlocks/ConstructorBlocks.js.map +0 -1
  1585. package/build/cjs/containers/PageConstructor/components/ConstructorBlocks/index.js.map +0 -1
  1586. package/build/cjs/containers/PageConstructor/components/ConstructorItem/ConstructorItem.js.map +0 -1
  1587. package/build/cjs/containers/PageConstructor/components/ConstructorItem/index.js.map +0 -1
  1588. package/build/cjs/containers/PageConstructor/components/ConstructorLoadable/ConstructorLoadable.js.map +0 -1
  1589. package/build/cjs/containers/PageConstructor/components/ConstructorLoadable/index.js.map +0 -1
  1590. package/build/cjs/containers/PageConstructor/components/ConstructorRow/ConstructorRow.js.map +0 -1
  1591. package/build/cjs/containers/PageConstructor/components/ConstructorRow/index.js.map +0 -1
  1592. package/build/cjs/containers/PageConstructor/components/index.js.map +0 -1
  1593. package/build/cjs/containers/PageConstructor/index.js.map +0 -1
  1594. package/build/cjs/context/analyticsContext/analyticsContext.js.map +0 -1
  1595. package/build/cjs/context/analyticsContext/index.js.map +0 -1
  1596. package/build/cjs/context/animateContext/AnimateContext.js.map +0 -1
  1597. package/build/cjs/context/animateContext/index.js.map +0 -1
  1598. package/build/cjs/context/blockIdContext/blockIdContext.js.map +0 -1
  1599. package/build/cjs/context/blockIdContext/index.js.map +0 -1
  1600. package/build/cjs/context/formsContext/FormsContext.js.map +0 -1
  1601. package/build/cjs/context/formsContext/index.js.map +0 -1
  1602. package/build/cjs/context/imageContext/imageContext.js.map +0 -1
  1603. package/build/cjs/context/imageContext/index.js.map +0 -1
  1604. package/build/cjs/context/innerContext/InnerContext.js.map +0 -1
  1605. package/build/cjs/context/innerContext/index.js.map +0 -1
  1606. package/build/cjs/context/localeContext/index.js.map +0 -1
  1607. package/build/cjs/context/localeContext/localeContext.js.map +0 -1
  1608. package/build/cjs/context/locationContext/index.js.map +0 -1
  1609. package/build/cjs/context/locationContext/locationContext.js.map +0 -1
  1610. package/build/cjs/context/mapsContext/mapsContext.js.map +0 -1
  1611. package/build/cjs/context/mapsContext/mapsProvider.js.map +0 -1
  1612. package/build/cjs/context/mapsContext/useMap.js.map +0 -1
  1613. package/build/cjs/context/mobileContext/MobileContext.js.map +0 -1
  1614. package/build/cjs/context/mobileContext/index.js.map +0 -1
  1615. package/build/cjs/context/projectSettingsContext/ProjectSettingsContext.js.map +0 -1
  1616. package/build/cjs/context/projectSettingsContext/index.js.map +0 -1
  1617. package/build/cjs/context/ssrContext/SSRContext.js.map +0 -1
  1618. package/build/cjs/context/ssrContext/index.js.map +0 -1
  1619. package/build/cjs/context/stylesContext/StylesContext.js.map +0 -1
  1620. package/build/cjs/context/stylesContext/index.js.map +0 -1
  1621. package/build/cjs/context/theme/ThemeContext.js.map +0 -1
  1622. package/build/cjs/context/theme/index.js.map +0 -1
  1623. package/build/cjs/context/theme/useTheme.js.map +0 -1
  1624. package/build/cjs/context/theme/withTheme.js.map +0 -1
  1625. package/build/cjs/context/videoContext/VideoContext.js.map +0 -1
  1626. package/build/cjs/context/videoContext/index.js.map +0 -1
  1627. package/build/cjs/customization/BlockDecoration.js.map +0 -1
  1628. package/build/cjs/editor/components/AddBlock/AddBlock.js.map +0 -1
  1629. package/build/cjs/editor/components/BlockForm/BlockForm.js.map +0 -1
  1630. package/build/cjs/editor/components/CodeEditor/CodeEditor.js.map +0 -1
  1631. package/build/cjs/editor/components/CodeEditor/constants.js.map +0 -1
  1632. package/build/cjs/editor/components/ControlPanel/ControlPanel.js.map +0 -1
  1633. package/build/cjs/editor/components/ControlPanel/i18n/index.js.map +0 -1
  1634. package/build/cjs/editor/components/DeviceEmulation/DeviceEmulation.js.map +0 -1
  1635. package/build/cjs/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.js.map +0 -1
  1636. package/build/cjs/editor/components/DeviceEmulation/utils.js.map +0 -1
  1637. package/build/cjs/editor/components/EditBlock/EditBlock.js.map +0 -1
  1638. package/build/cjs/editor/components/ErrorBoundary/ErrorBoundary.js.map +0 -1
  1639. package/build/cjs/editor/components/ErrorBoundary/i18n/index.js.map +0 -1
  1640. package/build/cjs/editor/components/Layout/Layout.js.map +0 -1
  1641. package/build/cjs/editor/components/NotFoundBlock/NotFoundBlock.js.map +0 -1
  1642. package/build/cjs/editor/components/NotFoundBlock/i18n/index.js.map +0 -1
  1643. package/build/cjs/editor/components/PageSettings/PageSettings.js.map +0 -1
  1644. package/build/cjs/editor/components/PageSettings/i18n/index.js.map +0 -1
  1645. package/build/cjs/editor/containers/Editor/Editor.js.map +0 -1
  1646. package/build/cjs/editor/containers/Editor/hooks/useCode.js.map +0 -1
  1647. package/build/cjs/editor/containers/Editor/hooks/useEditorState.js.map +0 -1
  1648. package/build/cjs/editor/containers/Form/Form.js.map +0 -1
  1649. package/build/cjs/editor/context.js.map +0 -1
  1650. package/build/cjs/editor/data/index.js.map +0 -1
  1651. package/build/cjs/editor/data/previews/default-preview.js.map +0 -1
  1652. package/build/cjs/editor/data/previews/header-block.js.map +0 -1
  1653. package/build/cjs/editor/dynamic-forms-custom/components/OneOfCustom/OneOfCustom.js.map +0 -1
  1654. package/build/cjs/editor/dynamic-forms-custom/config.js.map +0 -1
  1655. package/build/cjs/editor/dynamic-forms-custom/hooks/useOneOf.js.map +0 -1
  1656. package/build/cjs/editor/dynamic-forms-custom/parser/detect.js.map +0 -1
  1657. package/build/cjs/editor/dynamic-forms-custom/parser/index.js.map +0 -1
  1658. package/build/cjs/editor/dynamic-forms-custom/parser/types.js.map +0 -1
  1659. package/build/cjs/editor/dynamic-forms-custom/parser/views.js.map +0 -1
  1660. package/build/cjs/editor/hooks/useCodeValidator.js.map +0 -1
  1661. package/build/cjs/editor/hooks/useFormSpec.js.map +0 -1
  1662. package/build/cjs/editor/hooks/usePreviousValue.js.map +0 -1
  1663. package/build/cjs/editor/icons/Tablet.js.map +0 -1
  1664. package/build/cjs/editor/index.js.map +0 -1
  1665. package/build/cjs/editor/store/main/index.js.map +0 -1
  1666. package/build/cjs/editor/store/main/reducer.js.map +0 -1
  1667. package/build/cjs/editor/store/main/utils.js.map +0 -1
  1668. package/build/cjs/editor/store/settings/index.js.map +0 -1
  1669. package/build/cjs/editor/store/settings/reducer.js.map +0 -1
  1670. package/build/cjs/editor/types/index.js.map +0 -1
  1671. package/build/cjs/editor/utils/code.js.map +0 -1
  1672. package/build/cjs/editor/utils/index.js.map +0 -1
  1673. package/build/cjs/editor/utils/validation.js.map +0 -1
  1674. package/build/cjs/editor/widget/constants.js.map +0 -1
  1675. package/build/cjs/editor/widget/index.js.map +0 -1
  1676. package/build/cjs/editor/widget/utils.js.map +0 -1
  1677. package/build/cjs/grid/Break/Break.js.map +0 -1
  1678. package/build/cjs/grid/Col/Col.js.map +0 -1
  1679. package/build/cjs/grid/Grid/Grid.js.map +0 -1
  1680. package/build/cjs/grid/Row/Row.js.map +0 -1
  1681. package/build/cjs/grid/index.js.map +0 -1
  1682. package/build/cjs/grid/types.js.map +0 -1
  1683. package/build/cjs/grid/utils.js.map +0 -1
  1684. package/build/cjs/hooks/hubspot.js.map +0 -1
  1685. package/build/cjs/hooks/index.js.map +0 -1
  1686. package/build/cjs/hooks/useAnalytics.js.map +0 -1
  1687. package/build/cjs/hooks/useFocus.js.map +0 -1
  1688. package/build/cjs/hooks/useHeightCalculator.js.map +0 -1
  1689. package/build/cjs/hooks/useMetrika.js.map +0 -1
  1690. package/build/cjs/hooks/useMount.js.map +0 -1
  1691. package/build/cjs/hooks/useWindowBreakpoint.js.map +0 -1
  1692. package/build/cjs/icons/BrandIconDark.js.map +0 -1
  1693. package/build/cjs/icons/BrandIconLight.js.map +0 -1
  1694. package/build/cjs/icons/BrandName.js.map +0 -1
  1695. package/build/cjs/icons/Chevron.js.map +0 -1
  1696. package/build/cjs/icons/Facebook.js.map +0 -1
  1697. package/build/cjs/icons/Github.js.map +0 -1
  1698. package/build/cjs/icons/Linkedin.js.map +0 -1
  1699. package/build/cjs/icons/NavigationArrow.js.map +0 -1
  1700. package/build/cjs/icons/NavigationChevron.js.map +0 -1
  1701. package/build/cjs/icons/Telegram.js.map +0 -1
  1702. package/build/cjs/icons/Twitter.js.map +0 -1
  1703. package/build/cjs/icons/Vk.js.map +0 -1
  1704. package/build/cjs/icons/index.js.map +0 -1
  1705. package/build/cjs/index.js.map +0 -1
  1706. package/build/cjs/models/common.js.map +0 -1
  1707. package/build/cjs/models/components.js.map +0 -1
  1708. package/build/cjs/models/constructor-items/blocks.js.map +0 -1
  1709. package/build/cjs/models/constructor-items/common.js.map +0 -1
  1710. package/build/cjs/models/constructor-items/index.js.map +0 -1
  1711. package/build/cjs/models/constructor-items/sub-blocks.js.map +0 -1
  1712. package/build/cjs/models/constructor.js.map +0 -1
  1713. package/build/cjs/models/customization.js.map +0 -1
  1714. package/build/cjs/models/guards.js.map +0 -1
  1715. package/build/cjs/models/index.js.map +0 -1
  1716. package/build/cjs/models/navigation.js.map +0 -1
  1717. package/build/cjs/navigation/components/DesktopNavigation/DesktopNavigation.js.map +0 -1
  1718. package/build/cjs/navigation/components/Logo/Logo.js.map +0 -1
  1719. package/build/cjs/navigation/components/Logo/i18n/index.js.map +0 -1
  1720. package/build/cjs/navigation/components/MobileMenuButton/MobileMenuButton.js.map +0 -1
  1721. package/build/cjs/navigation/components/MobileNavigation/MobileNavigation.js.map +0 -1
  1722. package/build/cjs/navigation/components/Navigation/Navigation.js.map +0 -1
  1723. package/build/cjs/navigation/components/NavigationItem/NavigationItem.js.map +0 -1
  1724. package/build/cjs/navigation/components/NavigationItem/components/ContentWrapper/ContentWrapper.js.map +0 -1
  1725. package/build/cjs/navigation/components/NavigationItem/components/GithubButton/GithubButton.js.map +0 -1
  1726. package/build/cjs/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.js.map +0 -1
  1727. package/build/cjs/navigation/components/NavigationItem/components/NavigationDropdown/NavigationDropdown.js.map +0 -1
  1728. package/build/cjs/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.js.map +0 -1
  1729. package/build/cjs/navigation/components/NavigationItem/hooks/useNavigationItemMap.js.map +0 -1
  1730. package/build/cjs/navigation/components/NavigationItem/index.js.map +0 -1
  1731. package/build/cjs/navigation/components/NavigationList/NavigationList.js.map +0 -1
  1732. package/build/cjs/navigation/components/NavigationListItem/NavigationListItem.js.map +0 -1
  1733. package/build/cjs/navigation/components/NavigationPopup/NavigationPopup.js.map +0 -1
  1734. package/build/cjs/navigation/components/SocialIcon/SocialIcon.js.map +0 -1
  1735. package/build/cjs/navigation/components/Standalone/index.js.map +0 -1
  1736. package/build/cjs/navigation/containers/Layout/Layout.js.map +0 -1
  1737. package/build/cjs/navigation/hooks/index.js.map +0 -1
  1738. package/build/cjs/navigation/hooks/useActiveNavItem.js.map +0 -1
  1739. package/build/cjs/navigation/hooks/useShowBorder.js.map +0 -1
  1740. package/build/cjs/navigation/index.js.map +0 -1
  1741. package/build/cjs/navigation/models.js.map +0 -1
  1742. package/build/cjs/navigation/schema.js.map +0 -1
  1743. package/build/cjs/navigation/utils.js.map +0 -1
  1744. package/build/cjs/package.json +0 -1
  1745. package/build/cjs/schema/constants.js.map +0 -1
  1746. package/build/cjs/schema/index.js.map +0 -1
  1747. package/build/cjs/schema/validators/blocks.js.map +0 -1
  1748. package/build/cjs/schema/validators/common.js.map +0 -1
  1749. package/build/cjs/schema/validators/components.js.map +0 -1
  1750. package/build/cjs/schema/validators/event.js.map +0 -1
  1751. package/build/cjs/schema/validators/index.js.map +0 -1
  1752. package/build/cjs/schema/validators/navigation.js.map +0 -1
  1753. package/build/cjs/schema/validators/sub-blocks.js.map +0 -1
  1754. package/build/cjs/schema/validators/utils.js.map +0 -1
  1755. package/build/cjs/sub-blocks/BackgroundCard/BackgroundCard.js.map +0 -1
  1756. package/build/cjs/sub-blocks/BackgroundCard/schema.js.map +0 -1
  1757. package/build/cjs/sub-blocks/BannerCard/BannerCard.js.map +0 -1
  1758. package/build/cjs/sub-blocks/BasicCard/BasicCard.js.map +0 -1
  1759. package/build/cjs/sub-blocks/BasicCard/schema.js.map +0 -1
  1760. package/build/cjs/sub-blocks/Content/Content.js.map +0 -1
  1761. package/build/cjs/sub-blocks/Content/schema.js.map +0 -1
  1762. package/build/cjs/sub-blocks/Divider/Divider.js.map +0 -1
  1763. package/build/cjs/sub-blocks/Divider/schema.js.map +0 -1
  1764. package/build/cjs/sub-blocks/HubspotForm/HubspotFormContainer.js.map +0 -1
  1765. package/build/cjs/sub-blocks/HubspotForm/index.js.map +0 -1
  1766. package/build/cjs/sub-blocks/HubspotForm/loadHubspotScript.js.map +0 -1
  1767. package/build/cjs/sub-blocks/HubspotForm/schema.js.map +0 -1
  1768. package/build/cjs/sub-blocks/ImageCard/ImageCard.js.map +0 -1
  1769. package/build/cjs/sub-blocks/ImageCard/schema.js.map +0 -1
  1770. package/build/cjs/sub-blocks/LayoutItem/LayoutItem.js.map +0 -1
  1771. package/build/cjs/sub-blocks/LayoutItem/schema.js.map +0 -1
  1772. package/build/cjs/sub-blocks/LayoutItem/utils.js.map +0 -1
  1773. package/build/cjs/sub-blocks/MediaCard/MediaCard.js.map +0 -1
  1774. package/build/cjs/sub-blocks/MediaCard/schema.js.map +0 -1
  1775. package/build/cjs/sub-blocks/PriceCard/PriceCard.js.map +0 -1
  1776. package/build/cjs/sub-blocks/PriceCard/schema.js.map +0 -1
  1777. package/build/cjs/sub-blocks/PriceDetailed/CombinedPriceDetailed/CombinedPriceDetailed.js.map +0 -1
  1778. package/build/cjs/sub-blocks/PriceDetailed/PriceDescription/PriceDescription.js.map +0 -1
  1779. package/build/cjs/sub-blocks/PriceDetailed/PriceDetailed.js.map +0 -1
  1780. package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/Details/List.js.map +0 -1
  1781. package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/Details/Settings.js.map +0 -1
  1782. package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/PriceDetails.js.map +0 -1
  1783. package/build/cjs/sub-blocks/PriceDetailed/SeparatePriceDetailed/SeparatePriceDetailed.js.map +0 -1
  1784. package/build/cjs/sub-blocks/PriceDetailed/schema.js.map +0 -1
  1785. package/build/cjs/sub-blocks/Quote/Quote.js.map +0 -1
  1786. package/build/cjs/sub-blocks/Quote/schema.js.map +0 -1
  1787. package/build/cjs/sub-blocks/index.js.map +0 -1
  1788. package/build/cjs/text-transform/common.js.map +0 -1
  1789. package/build/cjs/text-transform/config.js.map +0 -1
  1790. package/build/cjs/text-transform/filter.js.map +0 -1
  1791. package/build/cjs/text-transform/index.js.map +0 -1
  1792. package/build/cjs/text-transform/transformers.js.map +0 -1
  1793. package/build/cjs/text-transform/types.js.map +0 -1
  1794. package/build/cjs/text-transform/utils.js.map +0 -1
  1795. package/build/cjs/utils/analytics.js.map +0 -1
  1796. package/build/cjs/utils/blocks.js.map +0 -1
  1797. package/build/cjs/utils/borderSelector.js.map +0 -1
  1798. package/build/cjs/utils/cn.js.map +0 -1
  1799. package/build/cjs/utils/common.js.map +0 -1
  1800. package/build/cjs/utils/hubspot.js.map +0 -1
  1801. package/build/cjs/utils/imageCompress.js.map +0 -1
  1802. package/build/cjs/utils/index.js.map +0 -1
  1803. package/build/cjs/utils/microdata.js.map +0 -1
  1804. package/build/cjs/utils/svg.js.map +0 -1
  1805. package/build/cjs/utils/theme.js.map +0 -1
  1806. package/build/cjs/utils/url.js.map +0 -1
  1807. package/build/cjs/utils/url.test.js.map +0 -1
  1808. package/build/esm/blocks/Banner/Banner.js.map +0 -1
  1809. package/build/esm/blocks/Banner/schema.js.map +0 -1
  1810. package/build/esm/blocks/CardLayout/CardLayout.js.map +0 -1
  1811. package/build/esm/blocks/CardLayout/schema.js.map +0 -1
  1812. package/build/esm/blocks/Companies/Companies.js.map +0 -1
  1813. package/build/esm/blocks/Companies/schema.js.map +0 -1
  1814. package/build/esm/blocks/ContentLayout/ContentLayout.js.map +0 -1
  1815. package/build/esm/blocks/ContentLayout/schema.js.map +0 -1
  1816. package/build/esm/blocks/ExtendedFeatures/ExtendedFeatures.js.map +0 -1
  1817. package/build/esm/blocks/ExtendedFeatures/schema.js.map +0 -1
  1818. package/build/esm/blocks/FilterBlock/FilterBlock.js.map +0 -1
  1819. package/build/esm/blocks/FilterBlock/i18n/index.js.map +0 -1
  1820. package/build/esm/blocks/FilterBlock/schema.js.map +0 -1
  1821. package/build/esm/blocks/Form/Form.js.map +0 -1
  1822. package/build/esm/blocks/Form/schema.js.map +0 -1
  1823. package/build/esm/blocks/Header/Header.js.map +0 -1
  1824. package/build/esm/blocks/Header/schema.js.map +0 -1
  1825. package/build/esm/blocks/Header/utils.js.map +0 -1
  1826. package/build/esm/blocks/HeaderSlider/HeaderSlider.js.map +0 -1
  1827. package/build/esm/blocks/HeaderSlider/schema.js.map +0 -1
  1828. package/build/esm/blocks/Icons/Icons.js.map +0 -1
  1829. package/build/esm/blocks/Icons/schema.js.map +0 -1
  1830. package/build/esm/blocks/Info/Info.js.map +0 -1
  1831. package/build/esm/blocks/Info/schema.js.map +0 -1
  1832. package/build/esm/blocks/Map/Map.js.map +0 -1
  1833. package/build/esm/blocks/Map/schema.js.map +0 -1
  1834. package/build/esm/blocks/Media/Media.js.map +0 -1
  1835. package/build/esm/blocks/Media/schema.js.map +0 -1
  1836. package/build/esm/blocks/PromoFeaturesBlock/PromoFeaturesBlock.js.map +0 -1
  1837. package/build/esm/blocks/PromoFeaturesBlock/schema.js.map +0 -1
  1838. package/build/esm/blocks/Questions/QuestionBlockItem/QuestionBlockItem.js.map +0 -1
  1839. package/build/esm/blocks/Questions/Questions.js.map +0 -1
  1840. package/build/esm/blocks/Questions/models.js.map +0 -1
  1841. package/build/esm/blocks/Questions/schema.js.map +0 -1
  1842. package/build/esm/blocks/Security/i18n/index.js.map +0 -1
  1843. package/build/esm/blocks/Share/Share.js.map +0 -1
  1844. package/build/esm/blocks/Share/i18n/index.js.map +0 -1
  1845. package/build/esm/blocks/Share/schema.js.map +0 -1
  1846. package/build/esm/blocks/Slider/Arrow/Arrow.js.map +0 -1
  1847. package/build/esm/blocks/Slider/Slider.js.map +0 -1
  1848. package/build/esm/blocks/Slider/i18n/index.js.map +0 -1
  1849. package/build/esm/blocks/Slider/models.js.map +0 -1
  1850. package/build/esm/blocks/Slider/schema.js.map +0 -1
  1851. package/build/esm/blocks/Slider/utils.js.map +0 -1
  1852. package/build/esm/blocks/SliderNew/Arrow/Arrow.js.map +0 -1
  1853. package/build/esm/blocks/SliderNew/Slider.js.map +0 -1
  1854. package/build/esm/blocks/SliderNew/i18n/index.js.map +0 -1
  1855. package/build/esm/blocks/SliderNew/models.js.map +0 -1
  1856. package/build/esm/blocks/SliderNew/schema.js.map +0 -1
  1857. package/build/esm/blocks/SliderNew/useSlider.js.map +0 -1
  1858. package/build/esm/blocks/SliderNew/useSliderPagination.js.map +0 -1
  1859. package/build/esm/blocks/SliderNew/utils.js.map +0 -1
  1860. package/build/esm/blocks/Table/Table.js.map +0 -1
  1861. package/build/esm/blocks/Table/schema.js.map +0 -1
  1862. package/build/esm/blocks/Tabs/Tabs.js.map +0 -1
  1863. package/build/esm/blocks/Tabs/TabsTextContent/TabsTextContent.js.map +0 -1
  1864. package/build/esm/blocks/Tabs/schema.js.map +0 -1
  1865. package/build/esm/blocks/index.js.map +0 -1
  1866. package/build/esm/blocks/unstable.js.map +0 -1
  1867. package/build/esm/blocks/validators.js.map +0 -1
  1868. package/build/esm/components/Anchor/Anchor.js.map +0 -1
  1869. package/build/esm/components/AnimateBlock/AnimateBlock.js.map +0 -1
  1870. package/build/esm/components/Author/Author.js.map +0 -1
  1871. package/build/esm/components/Author/schema.js.map +0 -1
  1872. package/build/esm/components/BackLink/BackLink.js.map +0 -1
  1873. package/build/esm/components/BackgroundImage/BackgroundImage.js.map +0 -1
  1874. package/build/esm/components/BackgroundMedia/BackgroundMedia.js.map +0 -1
  1875. package/build/esm/components/BalancedMasonry/BalancedMasonry.js.map +0 -1
  1876. package/build/esm/components/BlockBase/BlockBase.js.map +0 -1
  1877. package/build/esm/components/BrandFooter/BrandFooter.js.map +0 -1
  1878. package/build/esm/components/BrandFooter/i18n/index.js.map +0 -1
  1879. package/build/esm/components/Button/Button.js.map +0 -1
  1880. package/build/esm/components/Button/i18n/index.js.map +0 -1
  1881. package/build/esm/components/Button/utils.js.map +0 -1
  1882. package/build/esm/components/ButtonTabs/ButtonTabs.js.map +0 -1
  1883. package/build/esm/components/Buttons/Buttons.js.map +0 -1
  1884. package/build/esm/components/CardBase/CardBase.js.map +0 -1
  1885. package/build/esm/components/ContentList/ContentList.js.map +0 -1
  1886. package/build/esm/components/ContentList/ContentListItemIcon.js.map +0 -1
  1887. package/build/esm/components/Control/Control.js.map +0 -1
  1888. package/build/esm/components/Control/i18n/index.js.map +0 -1
  1889. package/build/esm/components/DefaultVideo/DefaultVideo.js.map +0 -1
  1890. package/build/esm/components/ErrorWrapper/ErrorWrapper.js.map +0 -1
  1891. package/build/esm/components/FileLink/FileLink.js.map +0 -1
  1892. package/build/esm/components/Foldable/Foldable.js.map +0 -1
  1893. package/build/esm/components/FullWidthBackground/FullWidthBackground.js.map +0 -1
  1894. package/build/esm/components/FullscreenImage/FullscreenImage.js.map +0 -1
  1895. package/build/esm/components/FullscreenImage/i18n/index.js.map +0 -1
  1896. package/build/esm/components/FullscreenMedia/FullscreenMedia.js.map +0 -1
  1897. package/build/esm/components/HTML/HTML.js.map +0 -1
  1898. package/build/esm/components/HeaderBreadcrumbs/HeaderBreadcrumbs.js.map +0 -1
  1899. package/build/esm/components/HeaderBreadcrumbs/i18n/index.js.map +0 -1
  1900. package/build/esm/components/IconWrapper/IconWrapper.js.map +0 -1
  1901. package/build/esm/components/Image/Image.js.map +0 -1
  1902. package/build/esm/components/Image/schema.js.map +0 -1
  1903. package/build/esm/components/ImageBase/ImageBase.js.map +0 -1
  1904. package/build/esm/components/InnerForm/InnerForm.js.map +0 -1
  1905. package/build/esm/components/Link/Link.js.map +0 -1
  1906. package/build/esm/components/Links/Links.js.map +0 -1
  1907. package/build/esm/components/Map/GoogleMap.js.map +0 -1
  1908. package/build/esm/components/Map/Map.js.map +0 -1
  1909. package/build/esm/components/Map/YMap/YMap.js.map +0 -1
  1910. package/build/esm/components/Map/YMap/YandexMap.js.map +0 -1
  1911. package/build/esm/components/Map/YMap/YandexMapApiLoader.js.map +0 -1
  1912. package/build/esm/components/Map/YMap/i18n/index.js.map +0 -1
  1913. package/build/esm/components/Map/helpers.js.map +0 -1
  1914. package/build/esm/components/Media/DataLens/DataLens.js.map +0 -1
  1915. package/build/esm/components/Media/DataLens/i18n/index.js.map +0 -1
  1916. package/build/esm/components/Media/DataLens/utils.js.map +0 -1
  1917. package/build/esm/components/Media/FullscreenVideo/FullscreenVideo.js.map +0 -1
  1918. package/build/esm/components/Media/Iframe/Iframe.js.map +0 -1
  1919. package/build/esm/components/Media/Iframe/i18n/index.js.map +0 -1
  1920. package/build/esm/components/Media/Image/Image.js.map +0 -1
  1921. package/build/esm/components/Media/Image/utils.js.map +0 -1
  1922. package/build/esm/components/Media/Media.js.map +0 -1
  1923. package/build/esm/components/Media/Video/Video.js.map +0 -1
  1924. package/build/esm/components/Media/Video/utils.js.map +0 -1
  1925. package/build/esm/components/MediaBase/MediaBase.js.map +0 -1
  1926. package/build/esm/components/MediaBase/MediaBaseContent.js.map +0 -1
  1927. package/build/esm/components/MetaInfo/MetaInfo.js.map +0 -1
  1928. package/build/esm/components/MetaInfo/schema.js.map +0 -1
  1929. package/build/esm/components/OutsideClick/OutsideClick.js.map +0 -1
  1930. package/build/esm/components/OverflowScroller/OverflowScroller.js.map +0 -1
  1931. package/build/esm/components/OverflowScroller/i18n/index.js.map +0 -1
  1932. package/build/esm/components/ReactPlayer/CircleProgress.js.map +0 -1
  1933. package/build/esm/components/ReactPlayer/CustomBarControls.js.map +0 -1
  1934. package/build/esm/components/ReactPlayer/ReactPlayer.js.map +0 -1
  1935. package/build/esm/components/ReactPlayer/i18n/index.js.map +0 -1
  1936. package/build/esm/components/ReactPlayer/utils/youtube.js.map +0 -1
  1937. package/build/esm/components/ReactPlayer/utils.js.map +0 -1
  1938. package/build/esm/components/RootCn/index.js.map +0 -1
  1939. package/build/esm/components/RouterLink/RouterLink.js.map +0 -1
  1940. package/build/esm/components/Table/Table.js.map +0 -1
  1941. package/build/esm/components/Title/Title.js.map +0 -1
  1942. package/build/esm/components/Title/TitleItem.js.map +0 -1
  1943. package/build/esm/components/ToggleArrow/ToggleArrow.js.map +0 -1
  1944. package/build/esm/components/UnpublishedLabel/UnpublishedLabel.js.map +0 -1
  1945. package/build/esm/components/UnpublishedLabel/i18n/index.js.map +0 -1
  1946. package/build/esm/components/VideoBlock/VideoBlock.js.map +0 -1
  1947. package/build/esm/components/VideoBlock/i18n/index.js.map +0 -1
  1948. package/build/esm/components/YFMWrapper/YFMWrapper.js.map +0 -1
  1949. package/build/esm/components/YandexForm/YandexForm.js.map +0 -1
  1950. package/build/esm/components/YandexForm/schema.js.map +0 -1
  1951. package/build/esm/components/constants.js.map +0 -1
  1952. package/build/esm/components/index.js.map +0 -1
  1953. package/build/esm/constants.js.map +0 -1
  1954. package/build/esm/constructor-items.js.map +0 -1
  1955. package/build/esm/containers/Loadable/Loadable.js.map +0 -1
  1956. package/build/esm/containers/Loadable/i18n/index.js.map +0 -1
  1957. package/build/esm/containers/PageConstructor/PageConstructor.js.map +0 -1
  1958. package/build/esm/containers/PageConstructor/Provider.js.map +0 -1
  1959. package/build/esm/containers/PageConstructor/components/ConstructorBlock/ConstructorBlock.js.map +0 -1
  1960. package/build/esm/containers/PageConstructor/components/ConstructorBlock/index.js.map +0 -1
  1961. package/build/esm/containers/PageConstructor/components/ConstructorBlocks/ConstructorBlocks.js.map +0 -1
  1962. package/build/esm/containers/PageConstructor/components/ConstructorBlocks/index.js.map +0 -1
  1963. package/build/esm/containers/PageConstructor/components/ConstructorItem/ConstructorItem.js.map +0 -1
  1964. package/build/esm/containers/PageConstructor/components/ConstructorItem/index.js.map +0 -1
  1965. package/build/esm/containers/PageConstructor/components/ConstructorLoadable/ConstructorLoadable.js.map +0 -1
  1966. package/build/esm/containers/PageConstructor/components/ConstructorLoadable/index.js.map +0 -1
  1967. package/build/esm/containers/PageConstructor/components/ConstructorRow/ConstructorRow.js.map +0 -1
  1968. package/build/esm/containers/PageConstructor/components/ConstructorRow/index.js.map +0 -1
  1969. package/build/esm/containers/PageConstructor/components/index.js.map +0 -1
  1970. package/build/esm/containers/PageConstructor/index.js.map +0 -1
  1971. package/build/esm/context/analyticsContext/analyticsContext.js.map +0 -1
  1972. package/build/esm/context/analyticsContext/index.js.map +0 -1
  1973. package/build/esm/context/animateContext/AnimateContext.js.map +0 -1
  1974. package/build/esm/context/animateContext/index.js.map +0 -1
  1975. package/build/esm/context/blockIdContext/blockIdContext.js.map +0 -1
  1976. package/build/esm/context/blockIdContext/index.js.map +0 -1
  1977. package/build/esm/context/formsContext/FormsContext.js.map +0 -1
  1978. package/build/esm/context/formsContext/index.js.map +0 -1
  1979. package/build/esm/context/imageContext/imageContext.js.map +0 -1
  1980. package/build/esm/context/imageContext/index.js.map +0 -1
  1981. package/build/esm/context/innerContext/InnerContext.js.map +0 -1
  1982. package/build/esm/context/innerContext/index.js.map +0 -1
  1983. package/build/esm/context/localeContext/index.js.map +0 -1
  1984. package/build/esm/context/localeContext/localeContext.js.map +0 -1
  1985. package/build/esm/context/locationContext/index.js.map +0 -1
  1986. package/build/esm/context/locationContext/locationContext.js.map +0 -1
  1987. package/build/esm/context/mapsContext/mapsContext.js.map +0 -1
  1988. package/build/esm/context/mapsContext/mapsProvider.js.map +0 -1
  1989. package/build/esm/context/mapsContext/useMap.js.map +0 -1
  1990. package/build/esm/context/mobileContext/MobileContext.js.map +0 -1
  1991. package/build/esm/context/mobileContext/index.js.map +0 -1
  1992. package/build/esm/context/projectSettingsContext/ProjectSettingsContext.js.map +0 -1
  1993. package/build/esm/context/projectSettingsContext/index.js.map +0 -1
  1994. package/build/esm/context/ssrContext/SSRContext.js.map +0 -1
  1995. package/build/esm/context/ssrContext/index.js.map +0 -1
  1996. package/build/esm/context/stylesContext/StylesContext.js.map +0 -1
  1997. package/build/esm/context/stylesContext/index.js.map +0 -1
  1998. package/build/esm/context/theme/ThemeContext.js.map +0 -1
  1999. package/build/esm/context/theme/index.js.map +0 -1
  2000. package/build/esm/context/theme/useTheme.js.map +0 -1
  2001. package/build/esm/context/theme/withTheme.js.map +0 -1
  2002. package/build/esm/context/videoContext/VideoContext.js.map +0 -1
  2003. package/build/esm/context/videoContext/index.js.map +0 -1
  2004. package/build/esm/customization/BlockDecoration.js.map +0 -1
  2005. package/build/esm/editor/components/AddBlock/AddBlock.js.map +0 -1
  2006. package/build/esm/editor/components/BlockForm/BlockForm.js.map +0 -1
  2007. package/build/esm/editor/components/CodeEditor/CodeEditor.js.map +0 -1
  2008. package/build/esm/editor/components/CodeEditor/constants.js.map +0 -1
  2009. package/build/esm/editor/components/ControlPanel/ControlPanel.js.map +0 -1
  2010. package/build/esm/editor/components/ControlPanel/i18n/index.js.map +0 -1
  2011. package/build/esm/editor/components/DeviceEmulation/DeviceEmulation.js.map +0 -1
  2012. package/build/esm/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.js.map +0 -1
  2013. package/build/esm/editor/components/DeviceEmulation/utils.js.map +0 -1
  2014. package/build/esm/editor/components/EditBlock/EditBlock.js.map +0 -1
  2015. package/build/esm/editor/components/ErrorBoundary/ErrorBoundary.js.map +0 -1
  2016. package/build/esm/editor/components/ErrorBoundary/i18n/index.js.map +0 -1
  2017. package/build/esm/editor/components/Layout/Layout.js.map +0 -1
  2018. package/build/esm/editor/components/NotFoundBlock/NotFoundBlock.js.map +0 -1
  2019. package/build/esm/editor/components/NotFoundBlock/i18n/index.js.map +0 -1
  2020. package/build/esm/editor/components/PageSettings/PageSettings.js.map +0 -1
  2021. package/build/esm/editor/components/PageSettings/i18n/index.js.map +0 -1
  2022. package/build/esm/editor/containers/Editor/Editor.js.map +0 -1
  2023. package/build/esm/editor/containers/Editor/hooks/useCode.js.map +0 -1
  2024. package/build/esm/editor/containers/Editor/hooks/useEditorState.js.map +0 -1
  2025. package/build/esm/editor/containers/Form/Form.js.map +0 -1
  2026. package/build/esm/editor/context.js.map +0 -1
  2027. package/build/esm/editor/data/index.js.map +0 -1
  2028. package/build/esm/editor/data/previews/default-preview.js.map +0 -1
  2029. package/build/esm/editor/data/previews/header-block.js.map +0 -1
  2030. package/build/esm/editor/dynamic-forms-custom/components/OneOfCustom/OneOfCustom.js.map +0 -1
  2031. package/build/esm/editor/dynamic-forms-custom/config.js.map +0 -1
  2032. package/build/esm/editor/dynamic-forms-custom/hooks/useOneOf.js.map +0 -1
  2033. package/build/esm/editor/dynamic-forms-custom/parser/detect.js.map +0 -1
  2034. package/build/esm/editor/dynamic-forms-custom/parser/index.js.map +0 -1
  2035. package/build/esm/editor/dynamic-forms-custom/parser/types.js.map +0 -1
  2036. package/build/esm/editor/dynamic-forms-custom/parser/views.js.map +0 -1
  2037. package/build/esm/editor/hooks/useCodeValidator.js.map +0 -1
  2038. package/build/esm/editor/hooks/useFormSpec.js.map +0 -1
  2039. package/build/esm/editor/hooks/usePreviousValue.js.map +0 -1
  2040. package/build/esm/editor/icons/Tablet.js.map +0 -1
  2041. package/build/esm/editor/index.js.map +0 -1
  2042. package/build/esm/editor/store/main/index.js.map +0 -1
  2043. package/build/esm/editor/store/main/reducer.js.map +0 -1
  2044. package/build/esm/editor/store/main/utils.js.map +0 -1
  2045. package/build/esm/editor/store/settings/index.js.map +0 -1
  2046. package/build/esm/editor/store/settings/reducer.js.map +0 -1
  2047. package/build/esm/editor/types/index.js.map +0 -1
  2048. package/build/esm/editor/utils/code.js.map +0 -1
  2049. package/build/esm/editor/utils/index.js.map +0 -1
  2050. package/build/esm/editor/utils/validation.js.map +0 -1
  2051. package/build/esm/editor/widget/constants.js.map +0 -1
  2052. package/build/esm/editor/widget/index.js.map +0 -1
  2053. package/build/esm/editor/widget/utils.js.map +0 -1
  2054. package/build/esm/grid/Break/Break.js.map +0 -1
  2055. package/build/esm/grid/Col/Col.js.map +0 -1
  2056. package/build/esm/grid/Grid/Grid.js.map +0 -1
  2057. package/build/esm/grid/Row/Row.js.map +0 -1
  2058. package/build/esm/grid/index.js.map +0 -1
  2059. package/build/esm/grid/types.js.map +0 -1
  2060. package/build/esm/grid/utils.js.map +0 -1
  2061. package/build/esm/hooks/hubspot.js.map +0 -1
  2062. package/build/esm/hooks/index.js.map +0 -1
  2063. package/build/esm/hooks/useAnalytics.js.map +0 -1
  2064. package/build/esm/hooks/useFocus.js.map +0 -1
  2065. package/build/esm/hooks/useHeightCalculator.js.map +0 -1
  2066. package/build/esm/hooks/useMetrika.js.map +0 -1
  2067. package/build/esm/hooks/useMount.js.map +0 -1
  2068. package/build/esm/hooks/useWindowBreakpoint.js.map +0 -1
  2069. package/build/esm/icons/BrandIconDark.js.map +0 -1
  2070. package/build/esm/icons/BrandIconLight.js.map +0 -1
  2071. package/build/esm/icons/BrandName.js.map +0 -1
  2072. package/build/esm/icons/Chevron.js.map +0 -1
  2073. package/build/esm/icons/Facebook.js.map +0 -1
  2074. package/build/esm/icons/Github.js.map +0 -1
  2075. package/build/esm/icons/Linkedin.js.map +0 -1
  2076. package/build/esm/icons/NavigationArrow.js.map +0 -1
  2077. package/build/esm/icons/NavigationChevron.js.map +0 -1
  2078. package/build/esm/icons/Telegram.js.map +0 -1
  2079. package/build/esm/icons/Twitter.js.map +0 -1
  2080. package/build/esm/icons/Vk.js.map +0 -1
  2081. package/build/esm/icons/index.js.map +0 -1
  2082. package/build/esm/index.js.map +0 -1
  2083. package/build/esm/models/common.js.map +0 -1
  2084. package/build/esm/models/components.js.map +0 -1
  2085. package/build/esm/models/constructor-items/blocks.js.map +0 -1
  2086. package/build/esm/models/constructor-items/common.js.map +0 -1
  2087. package/build/esm/models/constructor-items/index.js.map +0 -1
  2088. package/build/esm/models/constructor-items/sub-blocks.js.map +0 -1
  2089. package/build/esm/models/constructor.js.map +0 -1
  2090. package/build/esm/models/customization.js.map +0 -1
  2091. package/build/esm/models/guards.js.map +0 -1
  2092. package/build/esm/models/index.js.map +0 -1
  2093. package/build/esm/models/navigation.js.map +0 -1
  2094. package/build/esm/navigation/components/DesktopNavigation/DesktopNavigation.js.map +0 -1
  2095. package/build/esm/navigation/components/Logo/Logo.js.map +0 -1
  2096. package/build/esm/navigation/components/Logo/i18n/index.js.map +0 -1
  2097. package/build/esm/navigation/components/MobileMenuButton/MobileMenuButton.js.map +0 -1
  2098. package/build/esm/navigation/components/MobileNavigation/MobileNavigation.js.map +0 -1
  2099. package/build/esm/navigation/components/Navigation/Navigation.js.map +0 -1
  2100. package/build/esm/navigation/components/NavigationItem/NavigationItem.js.map +0 -1
  2101. package/build/esm/navigation/components/NavigationItem/components/ContentWrapper/ContentWrapper.js.map +0 -1
  2102. package/build/esm/navigation/components/NavigationItem/components/GithubButton/GithubButton.js.map +0 -1
  2103. package/build/esm/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.js.map +0 -1
  2104. package/build/esm/navigation/components/NavigationItem/components/NavigationDropdown/NavigationDropdown.js.map +0 -1
  2105. package/build/esm/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.js.map +0 -1
  2106. package/build/esm/navigation/components/NavigationItem/hooks/useNavigationItemMap.js.map +0 -1
  2107. package/build/esm/navigation/components/NavigationItem/index.js.map +0 -1
  2108. package/build/esm/navigation/components/NavigationList/NavigationList.js.map +0 -1
  2109. package/build/esm/navigation/components/NavigationListItem/NavigationListItem.js.map +0 -1
  2110. package/build/esm/navigation/components/NavigationPopup/NavigationPopup.js.map +0 -1
  2111. package/build/esm/navigation/components/SocialIcon/SocialIcon.js.map +0 -1
  2112. package/build/esm/navigation/components/Standalone/index.js.map +0 -1
  2113. package/build/esm/navigation/containers/Layout/Layout.js.map +0 -1
  2114. package/build/esm/navigation/hooks/index.js.map +0 -1
  2115. package/build/esm/navigation/hooks/useActiveNavItem.js.map +0 -1
  2116. package/build/esm/navigation/hooks/useShowBorder.js.map +0 -1
  2117. package/build/esm/navigation/index.js.map +0 -1
  2118. package/build/esm/navigation/models.js.map +0 -1
  2119. package/build/esm/navigation/schema.js.map +0 -1
  2120. package/build/esm/navigation/utils.js.map +0 -1
  2121. package/build/esm/package.json +0 -1
  2122. package/build/esm/schema/constants.js.map +0 -1
  2123. package/build/esm/schema/index.js.map +0 -1
  2124. package/build/esm/schema/validators/blocks.js.map +0 -1
  2125. package/build/esm/schema/validators/common.js.map +0 -1
  2126. package/build/esm/schema/validators/components.js.map +0 -1
  2127. package/build/esm/schema/validators/event.js.map +0 -1
  2128. package/build/esm/schema/validators/index.js.map +0 -1
  2129. package/build/esm/schema/validators/navigation.js.map +0 -1
  2130. package/build/esm/schema/validators/sub-blocks.js.map +0 -1
  2131. package/build/esm/schema/validators/utils.js.map +0 -1
  2132. package/build/esm/sub-blocks/BackgroundCard/BackgroundCard.js.map +0 -1
  2133. package/build/esm/sub-blocks/BackgroundCard/schema.js.map +0 -1
  2134. package/build/esm/sub-blocks/BannerCard/BannerCard.js.map +0 -1
  2135. package/build/esm/sub-blocks/BasicCard/BasicCard.js.map +0 -1
  2136. package/build/esm/sub-blocks/BasicCard/schema.js.map +0 -1
  2137. package/build/esm/sub-blocks/Content/Content.js.map +0 -1
  2138. package/build/esm/sub-blocks/Content/schema.js.map +0 -1
  2139. package/build/esm/sub-blocks/Divider/Divider.js.map +0 -1
  2140. package/build/esm/sub-blocks/Divider/schema.js.map +0 -1
  2141. package/build/esm/sub-blocks/HubspotForm/HubspotFormContainer.js.map +0 -1
  2142. package/build/esm/sub-blocks/HubspotForm/index.js.map +0 -1
  2143. package/build/esm/sub-blocks/HubspotForm/loadHubspotScript.js.map +0 -1
  2144. package/build/esm/sub-blocks/HubspotForm/schema.js.map +0 -1
  2145. package/build/esm/sub-blocks/ImageCard/ImageCard.js.map +0 -1
  2146. package/build/esm/sub-blocks/ImageCard/schema.js.map +0 -1
  2147. package/build/esm/sub-blocks/LayoutItem/LayoutItem.js.map +0 -1
  2148. package/build/esm/sub-blocks/LayoutItem/schema.js.map +0 -1
  2149. package/build/esm/sub-blocks/LayoutItem/utils.js.map +0 -1
  2150. package/build/esm/sub-blocks/MediaCard/MediaCard.js.map +0 -1
  2151. package/build/esm/sub-blocks/MediaCard/schema.js.map +0 -1
  2152. package/build/esm/sub-blocks/PriceCard/PriceCard.js.map +0 -1
  2153. package/build/esm/sub-blocks/PriceCard/schema.js.map +0 -1
  2154. package/build/esm/sub-blocks/PriceDetailed/CombinedPriceDetailed/CombinedPriceDetailed.js.map +0 -1
  2155. package/build/esm/sub-blocks/PriceDetailed/PriceDescription/PriceDescription.js.map +0 -1
  2156. package/build/esm/sub-blocks/PriceDetailed/PriceDetailed.js.map +0 -1
  2157. package/build/esm/sub-blocks/PriceDetailed/PriceDetails/Details/List.js.map +0 -1
  2158. package/build/esm/sub-blocks/PriceDetailed/PriceDetails/Details/Settings.js.map +0 -1
  2159. package/build/esm/sub-blocks/PriceDetailed/PriceDetails/PriceDetails.js.map +0 -1
  2160. package/build/esm/sub-blocks/PriceDetailed/SeparatePriceDetailed/SeparatePriceDetailed.js.map +0 -1
  2161. package/build/esm/sub-blocks/PriceDetailed/schema.js.map +0 -1
  2162. package/build/esm/sub-blocks/Quote/Quote.js.map +0 -1
  2163. package/build/esm/sub-blocks/Quote/schema.js.map +0 -1
  2164. package/build/esm/sub-blocks/index.js.map +0 -1
  2165. package/build/esm/text-transform/common.js.map +0 -1
  2166. package/build/esm/text-transform/config.js.map +0 -1
  2167. package/build/esm/text-transform/filter.js.map +0 -1
  2168. package/build/esm/text-transform/index.js.map +0 -1
  2169. package/build/esm/text-transform/transformers.js.map +0 -1
  2170. package/build/esm/text-transform/types.js.map +0 -1
  2171. package/build/esm/text-transform/utils.js.map +0 -1
  2172. package/build/esm/utils/analytics.js.map +0 -1
  2173. package/build/esm/utils/blocks.js.map +0 -1
  2174. package/build/esm/utils/borderSelector.js.map +0 -1
  2175. package/build/esm/utils/cn.js.map +0 -1
  2176. package/build/esm/utils/common.js.map +0 -1
  2177. package/build/esm/utils/hubspot.js.map +0 -1
  2178. package/build/esm/utils/imageCompress.js.map +0 -1
  2179. package/build/esm/utils/index.js.map +0 -1
  2180. package/build/esm/utils/microdata.js.map +0 -1
  2181. package/build/esm/utils/svg.js.map +0 -1
  2182. package/build/esm/utils/theme.js.map +0 -1
  2183. package/build/esm/utils/url.js.map +0 -1
  2184. package/build/esm/utils/url.test.js.map +0 -1
  2185. package/widget/1113.index.js +0 -1
  2186. package/widget/123.index.js +0 -1
  2187. package/widget/1560.index.js +0 -1
  2188. package/widget/1573.index.js +0 -1
  2189. package/widget/1794.index.js +0 -1
  2190. package/widget/1796.index.js +0 -1
  2191. package/widget/1876.index.js +0 -1
  2192. package/widget/1987.index.js +0 -1
  2193. package/widget/2009.index.js +0 -1
  2194. package/widget/2019.index.js +0 -1
  2195. package/widget/2030.index.js +0 -1
  2196. package/widget/229.index.js +0 -1
  2197. package/widget/2376.index.js +0 -1
  2198. package/widget/2390.index.js +0 -1
  2199. package/widget/2502.index.js +0 -1
  2200. package/widget/2544.index.js +0 -1
  2201. package/widget/261.index.js +0 -1
  2202. package/widget/2641.index.js +0 -1
  2203. package/widget/2722.index.js +0 -1
  2204. package/widget/2921.index.js +0 -1
  2205. package/widget/2957.index.js +0 -1
  2206. package/widget/2966.index.js +0 -1
  2207. package/widget/302.index.js +0 -1
  2208. package/widget/3035.index.js +0 -1
  2209. package/widget/313.index.js +0 -1
  2210. package/widget/3220.index.js +0 -1
  2211. package/widget/3237.index.js +0 -1
  2212. package/widget/3521.index.js +0 -1
  2213. package/widget/3646.index.js +0 -1
  2214. package/widget/3706.index.js +0 -1
  2215. package/widget/3783.index.js +0 -1
  2216. package/widget/3852.index.js +0 -1
  2217. package/widget/3864.index.js +0 -1
  2218. package/widget/3901.index.js +0 -1
  2219. package/widget/3939.index.js +0 -1
  2220. package/widget/4017.index.js +0 -1
  2221. package/widget/4067.index.js +0 -1
  2222. package/widget/4127.index.js +0 -1
  2223. package/widget/4144.index.js +0 -1
  2224. package/widget/4149.index.js +0 -1
  2225. package/widget/4254.index.js +0 -1
  2226. package/widget/4502.index.js +0 -1
  2227. package/widget/4653.index.js +0 -1
  2228. package/widget/466.index.js +0 -1
  2229. package/widget/4717.index.js +0 -1
  2230. package/widget/4722.index.js +0 -1
  2231. package/widget/4724.index.js +0 -1
  2232. package/widget/4855.index.js +0 -1
  2233. package/widget/4888.index.js +0 -1
  2234. package/widget/4990.index.js +0 -1
  2235. package/widget/5001.index.js +0 -1
  2236. package/widget/504.index.js +0 -1
  2237. package/widget/5054.index.js +0 -1
  2238. package/widget/5105.index.js +0 -1
  2239. package/widget/5109.index.js +0 -1
  2240. package/widget/5159.index.js +0 -1
  2241. package/widget/5254.index.js +0 -1
  2242. package/widget/5287.index.js +0 -1
  2243. package/widget/5321.index.js +0 -1
  2244. package/widget/5418.index.js +0 -1
  2245. package/widget/5423.index.js +0 -1
  2246. package/widget/5437.index.js +0 -1
  2247. package/widget/5473.index.js +0 -1
  2248. package/widget/5551.index.js +0 -1
  2249. package/widget/5567.index.js +0 -1
  2250. package/widget/5596.index.js +0 -1
  2251. package/widget/5627.index.js +0 -1
  2252. package/widget/5742.index.js +0 -1
  2253. package/widget/5805.index.js +0 -1
  2254. package/widget/5817.index.js +0 -1
  2255. package/widget/5903.index.js +0 -1
  2256. package/widget/5914.index.js +0 -1
  2257. package/widget/5941.index.js +0 -1
  2258. package/widget/600.index.js +0 -1
  2259. package/widget/6023.index.js +0 -1
  2260. package/widget/6148.index.js +0 -1
  2261. package/widget/6159.index.js +0 -1
  2262. package/widget/6165.index.js +0 -1
  2263. package/widget/617.index.js +0 -1
  2264. package/widget/6183.index.js +0 -1
  2265. package/widget/6257.index.js +0 -1
  2266. package/widget/6312.index.js +0 -1
  2267. package/widget/6509.index.js +0 -1
  2268. package/widget/6513.index.js +0 -1
  2269. package/widget/6622.index.js +0 -1
  2270. package/widget/6629.index.js +0 -1
  2271. package/widget/6636.index.js +0 -1
  2272. package/widget/6817.index.js +0 -1
  2273. package/widget/6831.index.js +0 -1
  2274. package/widget/6953.index.js +0 -1
  2275. package/widget/7101.index.js +0 -1
  2276. package/widget/7109.index.js +0 -1
  2277. package/widget/7118.index.js +0 -1
  2278. package/widget/7200.index.js +0 -1
  2279. package/widget/7296.index.js +0 -1
  2280. package/widget/7387.index.js +0 -1
  2281. package/widget/7427.index.js +0 -1
  2282. package/widget/7467.index.js +0 -1
  2283. package/widget/7486.index.js +0 -1
  2284. package/widget/7496.index.js +0 -1
  2285. package/widget/7548.index.js +0 -1
  2286. package/widget/7553.index.js +0 -1
  2287. package/widget/7573.index.js +0 -1
  2288. package/widget/758.index.js +0 -1
  2289. package/widget/7632.index.js +0 -1
  2290. package/widget/7719.index.js +0 -1
  2291. package/widget/772.index.js +0 -1
  2292. package/widget/7763.index.js +0 -1
  2293. package/widget/7797.index.js +0 -1
  2294. package/widget/7822.index.js +0 -1
  2295. package/widget/790.index.js +0 -1
  2296. package/widget/7989.index.js +0 -1
  2297. package/widget/8066.index.js +0 -1
  2298. package/widget/8092.index.js +0 -1
  2299. package/widget/8146.index.js +0 -1
  2300. package/widget/8242.index.js +0 -1
  2301. package/widget/8341.index.js +0 -1
  2302. package/widget/8477.index.js +0 -1
  2303. package/widget/8507.index.js +0 -1
  2304. package/widget/8529.index.js +0 -1
  2305. package/widget/8540.index.js +0 -1
  2306. package/widget/8562.index.js +0 -1
  2307. package/widget/8602.index.js +0 -1
  2308. package/widget/8727.index.js +0 -1
  2309. package/widget/8768.index.js +0 -1
  2310. package/widget/8792.index.js +0 -1
  2311. package/widget/8864.index.js +0 -1
  2312. package/widget/8889.index.js +0 -1
  2313. package/widget/8894.index.js +0 -1
  2314. package/widget/8980.index.js +0 -1
  2315. package/widget/9091.index.js +0 -1
  2316. package/widget/9132.index.js +0 -1
  2317. package/widget/9149.index.js +0 -1
  2318. package/widget/9157.index.js +0 -1
  2319. package/widget/9182.index.js +0 -1
  2320. package/widget/9197.index.js +0 -1
  2321. package/widget/9339.index.js +0 -1
  2322. package/widget/9517.index.js +0 -1
  2323. package/widget/953.index.js +0 -1
  2324. package/widget/9670.index.js +0 -1
  2325. package/widget/9682.index.js +0 -1
  2326. package/widget/9911.index.js +0 -1
  2327. package/widget/9928.index.js +0 -1
package/widget/index.js CHANGED
@@ -1 +1 @@
1
- export default "(self.webpackChunk_gravity_ui_page_constructor=self.webpackChunk_gravity_ui_page_constructor||[]).push([[2009],{32009:function(_,t,e){_.exports=function(_){\"use strict\";function t(_){return _&&\"object\"==typeof _&&\"default\"in _?_:{default:_}}var e=t(_),Y={name:\"zh\",weekdays:\"星期日_星期一_星期二_星期三_星期四_星期五_星期六\".split(\"_\"),weekdaysShort:\"周日_周一_周二_周三_周四_周五_周六\".split(\"_\"),weekdaysMin:\"日_一_二_三_四_五_六\".split(\"_\"),months:\"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月\".split(\"_\"),monthsShort:\"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月\".split(\"_\"),ordinal:function(_,t){return\"W\"===t?_+\"周\":_+\"日\"},weekStart:1,yearStart:4,formats:{LT:\"HH:mm\",LTS:\"HH:mm:ss\",L:\"YYYY/MM/DD\",LL:\"YYYY年M月D日\",LLL:\"YYYY年M月D日Ah点mm分\",LLLL:\"YYYY年M月D日ddddAh点mm分\",l:\"YYYY/M/D\",ll:\"YYYY年M月D日\",lll:\"YYYY年M月D日 HH:mm\",llll:\"YYYY年M月D日dddd HH:mm\"},relativeTime:{future:\"%s后\",past:\"%s前\",s:\"几秒\",m:\"1 分钟\",mm:\"%d 分钟\",h:\"1 小时\",hh:\"%d 小时\",d:\"1 天\",dd:\"%d 天\",M:\"1 个月\",MM:\"%d 个月\",y:\"1 年\",yy:\"%d 年\"},meridiem:function(_,t){var e=100*_+t;return e<600?\"凌晨\":e<900?\"早上\":e<1100?\"上午\":e<1300?\"中午\":e<1800?\"下午\":\"晚上\"}};return e.default.locale(Y,null,!0),Y}(e(27484))}}]);";
1
+ export default "(()=>{var e={9465:(e,t)=>{\"use strict\";function r(e){function t(t,o,i,a){var l=o?r+t+e.e+o:r+t,c=l;if(i){var s=\" \"+c+e.m;for(var d in i)if(i.hasOwnProperty(d)){var u=i[d];!0===u?c+=s+d:u&&(c+=s+d+n+u)}}if(void 0!==a)for(var p=0,f=(a=Array.isArray(a)?a:[a]).length;p<f;p++){var m=a[p];if(m&&\"string\"==typeof m.valueOf())for(var h=m.valueOf().split(\" \"),g=0;g<h.length;g++){var b=h[g];b!==l&&(c+=\" \"+b)}}return c}var r=e.n||\"\",n=e.v||e.m;return function(e,r){return function(n,o,i){return\"string\"==typeof n?\"string\"==typeof o||Array.isArray(o)?t(e,n,void 0,o):t(e,n,o,i):t(e,r,n,o)}}}r({e:\"-\",m:\"_\"}),t.withNaming=r},1504:(e,t,r)=>{\"use strict\";e.exports=r(9465)},8648:()=>{\"use strict\";(()=>{var e,t,r,n,o,i,a,l,c,s=Object.create,d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,f=Object.getPrototypeOf,m=Object.prototype.hasOwnProperty,h=(e={\"node_modules/get-root-node-polyfill/index.js\"(e,t){function r(e){var t=n(e);return function(e){return\"#document-fragment\"===e.nodeName&&\"ShadowRoot\"===e.constructor.name}(t)?r(t.host):t}function n(e){return null!=e.parentNode?n(e.parentNode):e}\"object\"==typeof t&&t.exports&&(t.exports=function(e){return\"object\"==typeof e&&Boolean(e.composed)?r(this):n(this)})}},function(){return t||(0,e[p(e)[0]])((t={exports:{}}).exports,t),t.exports});r=\"yfm-tab-panel\",n=\"active\",o=Symbol.for(\"diplodocTabs\"),i=e=>{let t=e.composedPath();return Array.isArray(t)&&t.length>0?t[0]:e.target},a=e=>Math.abs(e.scrollHeight-e.clientHeight)>1?e:e.parentElement?a(e.parentElement):void 0,l=(e,t)=>{let r=e.getBoundingClientRect(),n=t.getBoundingClientRect();return{top:r.top-n.top,left:r.left-n.left,scrollTop:t.scrollTop,scrollLeft:t.scrollLeft}},c={TABS:\".yfm-tabs\",TAB_LIST:\".yfm-tab-list\",TAB:\".yfm-tab\",TAB_PANEL:`.${r}`},\"undefined\"!=typeof window&&\"undefined\"!=typeof document&&!window[o]&&(window[o]=new class{constructor(e){this._onSelectTabHandlers=new Set,this._document=e,this._document.addEventListener(\"click\",(e=>{let t=i(e);if((e=>{let t=i(e);return!t||!t.matches})(e)||!this.isValidTabElement(t))return;let r=this.getTabDataFromHTMLElement(t);r&&this._selectTab(r,t)}))}onSelectTab(e){return this._onSelectTabHandlers.add(e),()=>{this._onSelectTabHandlers.delete(e)}}selectTabById(e,t){let r=this._document.querySelector(`${c.TAB}[data-diplodoc-id=\"${e}\"]`);if(!r||!this.isValidTabElement(r))return;let n=this.getTabDataFromHTMLElement(r);n&&this._selectTab(n,r),null!=t&&t.scrollToElement&&r.scrollIntoView()}selectTab(e){this._selectTab(e)}_selectTab(e,t){let{group:r,key:n}=e;if(!r)return;let o=t&&a(t),i=o&&l(t,o);this.updateHTML({group:r,key:n})>0&&(this.fireSelectTabEvent({group:r,key:n},null==t?void 0:t.dataset.diplodocId),i&&this.resetScroll(t,o,i))}updateHTML(e){let{group:t,key:o}=e,i=this._document.querySelectorAll(`${c.TABS}[data-diplodoc-group=\"${t}\"] ${c.TAB}[data-diplodoc-key=\"${o}\"]`),a=0;return i.forEach((e=>{let t=e;if(!this.isValidTabElement(t)||\"true\"===t.dataset.diplodocIsActive)return;a++;let o=e,i=o.parentNode,l=null==i?void 0:i.parentNode,s=Array.from((null==i?void 0:i.querySelectorAll(c.TAB))||[]),d=Array.from((null==l?void 0:l.children)||[]).filter((e=>e.classList.contains(r))),u=s.indexOf(o);s.forEach(((e,t)=>{let r=d[t],o=t===u;e.dataset.diplodocIsActive=o?\"true\":\"false\",e.classList.toggle(n,o),e.setAttribute(\"aria-selected\",o.toString()),e.setAttribute(\"tabindex\",o?\"-1\":\"0\"),r.classList.toggle(n,o)}))})),a}resetScroll(e,t,r){let n=l(e,t),o=n.top-r.top,i=n.left-r.left,a=n.scrollTop-r.scrollTop,c=n.scrollLeft-r.scrollLeft;t.scrollTo(t.scrollLeft+i-c,t.scrollTop+o-a)}fireSelectTabEvent(e,t){let{group:r,key:n}=e,o=r.startsWith(\"defaultTabsGroup-\")?{key:n}:e;this._onSelectTabHandlers.forEach((e=>{e({tab:o,currentTabId:t})}))}isValidTabElement(e){let t=e.matches(c.TAB)&&e.dataset.diplodocId?e.closest(c.TAB_LIST):null;return null==t?void 0:t.closest(c.TABS)}getTabDataFromHTMLElement(e){var t;let r=e.dataset.diplodocKey,n=null==(t=e.closest(c.TABS))?void 0:t.dataset.diplodocGroup;return r&&n?{group:n,key:r}:null}}(document));var g=((e,t,r)=>(r=null!=e?s(f(e)):{},((e,t,r,n)=>{if(t&&\"object\"==typeof t||\"function\"==typeof t)for(let o of p(t))m.call(e,o)||o===r||d(e,o,{get:()=>t[o],enumerable:!(n=u(t,o))||n.enumerable});return e})(!t&&e&&e.__esModule?r:d(r,\"default\",{value:e,enumerable:!0}),e)))(h());\"undefined\"!=typeof document&&function(e){const t=e.matches||e.matchesSelector||e.webkitMatchesSelector||e.mozMatchesSelector||e.msMatchesSelector||e.oMatchesSelector;e.matches=e.matchesSelector=t||function(t){const r=(e.getRootNode?e.getRootNode():g.default.call(e)).querySelectorAll(t),n=this;return Array.prototype.some.call(r,(e=>e===n))}}(Element.prototype);var b=e=>{const t=e.composedPath();return Array.isArray(t)&&t.length>0?t[0]:e.target},v=e=>{const t=b(e);return!t||!t.matches};\"undefined\"!=typeof document&&document.addEventListener(\"click\",(e=>{const t=b(e);if(v(e)||!t.matches(\".yfm-clipboard-button\"))return;const r=t.parentNode;if(!r)return;const n=r.querySelector(\"pre code\");n&&function(e){if(!e)return Promise.resolve();if(navigator.clipboard&&(navigator.clipboard.writeText,1))return navigator.clipboard.writeText(e);const t=document.createElement(\"textarea\");return t.setAttribute(\"style\",\"position: absolute; left: 1000%\"),t.textContent=e,document.body.append(t),t.select(),document.execCommand(\"copy\"),document.body.removeChild(t),Promise.resolve()}(n.innerText).then((()=>{!function(e){if(!e)return;const t=e.getAttribute(\"data-animation\"),r=e.getRootNode().getElementById(`visibileAnimation-${t}`);r&&r.beginElement()}(r.querySelector(\".yfm-clipboard-button\"))}))}));var y={CUT:\".yfm .yfm-cut\",TITLE:\".yfm .yfm-cut-title\",CONTENT:\".yfm .yfm-cut-content\"},_=\"open\";function k(e){var t;return e instanceof HTMLElement&&(null==(t=null==e?void 0:e.matches)?void 0:t.call(e,y.TITLE))}\"undefined\"!=typeof document&&document.addEventListener(\"click\",(e=>{if(v(e))return;const t=function(e){var t;const r=b(e);if(k(r))return r;const n=null==(t=e.composedPath)?void 0:t.call(e);return null==n?void 0:n.find(k)}(e);t&&function(e){const t=e.parentNode;t instanceof HTMLElement&&t.classList.toggle(_)}(t)}));var w={TITLE:\".yfm .yfm-term_title\",CONTENT:\".yfm .yfm-term_dfn\"},x=\"open\",B=w.CONTENT.replace(/\\./g,\"\")+\" \"+x,S=!0;function E(e,t){const{x:r,y:n,right:o,left:i,width:a,height:l}=t.getBoundingClientRect(),c=C(t);if(!c)return;const{right:s,left:d}=c.getBoundingClientRect();if((s<i||d>o)&&!S)return void N(e);S&&c&&(c.addEventListener(\"scroll\",A),S=!1);const u=Number(e.getAttribute(\"relativeX\")),p=Number(e.getAttribute(\"relativeY\"));if(u===r&&p===n)return;e.setAttribute(\"relativeX\",String(r)),e.setAttribute(\"relativeY\",String(n));const f=l+5,m=e.parentElement;if(!m)return;const{width:h}=e.getBoundingClientRect(),{left:g}=m.getBoundingClientRect(),b=Number(P(t).left),v=b-h<0,y=(h+b>document.body.clientWidth||\"rtl\"===document.dir)&&!v?h-a:0,_=P(m).top-m.offsetTop;e.style.top=Number(P(t).top+f-_)+\"px\",e.style.left=Number(P(t).left-g+m.offsetLeft-y)+\"px\"}function A(){const e=document.getElementsByClassName(B)[0];if(!e)return;const t=e.getAttribute(\"term-id\")||\"\",r=document.getElementById(t);r&&E(e,r)}function C(e){if(!e)return null;return e.closest(\"table\")||e.closest(\"code\")||e.parentElement}function N(e){e.classList.remove(x);const t=e.getAttribute(\"term-id\")||\"\",r=C(document.getElementById(t));r&&(r.removeEventListener(\"scroll\",A),S=!0)}function P(e){const t=e.getBoundingClientRect(),r=document.body,n=document.documentElement,o=window.pageYOffset||n.scrollTop||r.scrollTop,i=window.pageXOffset||n.scrollLeft||r.scrollLeft,a=n.clientTop||r.clientTop||0,l=n.clientLeft||r.clientLeft||0,c=t.top+o-a,s=t.left+i-l;return{top:Math.round(c),left:Math.round(s)}}\"undefined\"!=typeof document&&(document.addEventListener(\"click\",(e=>{const t=document.getElementsByClassName(B)[0],r=b(e),n=r.getAttribute(\"id\"),o=r.getAttribute(\"term-key\");let i=document.getElementById(o+\"_element\");o&&!i&&(i=function(e){var t;const r=e.getAttribute(\"term-key\"),n=document.getElementById(`${r}_template`),o=null==n?void 0:n.content.cloneNode(!0).firstChild;return null==(t=null==n?void 0:n.parentElement)||t.appendChild(o),n.remove(),o}(r));if(t&&n===t.getAttribute(\"term-id\"))return void N(t);const a=r.closest([w.CONTENT.replace(\" \",\"\"),x].join(\".\"));t&&!a&&N(t),!v(e)&&r.matches(w.TITLE)&&i&&(!function(e,t){const r=t.getAttribute(\"id\")||Math.random().toString(36).substr(2,8);null==e||e.setAttribute(\"term-id\",r)}(i,r),E(i,r),i.classList.toggle(x))})),document.addEventListener(\"keydown\",(e=>{const t=document.getElementsByClassName(B)[0];\"Escape\"===e.key&&t&&N(t)})),window.addEventListener(\"resize\",(()=>{const e=document.getElementsByClassName(B)[0];if(!e)return;const t=e.getAttribute(\"term-id\")||\"\",r=document.getElementById(t);r?E(e,r):e.classList.toggle(x)})))})()},2586:function(e,t,r){\"use strict\";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:!0,value:t})}:function(e,t){e.default=t}),i=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)\"default\"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return o(t,e),t};Object.defineProperty(t,\"__esModule\",{value:!0});const a=i(r(7294));t.default=e=>a.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",width:16,height:16,fill:\"none\",viewBox:\"0 0 16 16\"},e),a.createElement(\"path\",{fill:\"currentColor\",fillRule:\"evenodd\",d:\"M13.488 3.43a.75.75 0 0 1 .081 1.058l-6 7a.75.75 0 0 1-1.1.042l-3.5-3.5A.75.75 0 0 1 4.03 6.97l2.928 2.927 5.473-6.385a.75.75 0 0 1 1.057-.081Z\",clipRule:\"evenodd\"}))},1924:(e,t,r)=>{\"use strict\";var n=r(210),o=r(5559),i=o(n(\"String.prototype.indexOf\"));e.exports=function(e,t){var r=n(e,!!t);return\"function\"==typeof r&&i(e,\".prototype.\")>-1?o(r):r}},5559:(e,t,r)=>{\"use strict\";var n=r(2514),o=r(210),i=r(2490),a=r(4453),l=o(\"%Function.prototype.apply%\"),c=o(\"%Function.prototype.call%\"),s=o(\"%Reflect.apply%\",!0)||n.call(c,l),d=r(3628),u=o(\"%Math.max%\");e.exports=function(e){if(\"function\"!=typeof e)throw new a(\"a function is required\");var t=s(n,c,arguments);return i(t,1+u(0,e.length-(arguments.length-1)),!0)};var p=function(){return s(n,l,arguments)};d?d(e.exports,\"apply\",{value:p}):e.exports.apply=p},4184:(e,t)=>{var r;!function(){\"use strict\";var n={}.hasOwnProperty;function o(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var i=typeof r;if(\"string\"===i||\"number\"===i)e.push(r);else if(Array.isArray(r)){if(r.length){var a=o.apply(null,r);a&&e.push(a)}}else if(\"object\"===i){if(r.toString!==Object.prototype.toString&&!r.toString.toString().includes(\"[native code]\")){e.push(r.toString());continue}for(var l in r)n.call(r,l)&&r[l]&&e.push(l)}}}return e.join(\" \")}e.exports?(o.default=o,e.exports=o):void 0===(r=function(){return o}.apply(t,[]))||(e.exports=r)}()},640:(e,t,r)=>{\"use strict\";var n=r(1742),o={\"text/plain\":\"Text\",\"text/html\":\"Url\",default:\"Text\"};e.exports=function(e,t){var r,i,a,l,c,s,d=!1;t||(t={}),r=t.debug||!1;try{if(a=n(),l=document.createRange(),c=document.getSelection(),(s=document.createElement(\"span\")).textContent=e,s.ariaHidden=\"true\",s.style.all=\"unset\",s.style.position=\"fixed\",s.style.top=0,s.style.clip=\"rect(0, 0, 0, 0)\",s.style.whiteSpace=\"pre\",s.style.webkitUserSelect=\"text\",s.style.MozUserSelect=\"text\",s.style.msUserSelect=\"text\",s.style.userSelect=\"text\",s.addEventListener(\"copy\",(function(n){if(n.stopPropagation(),t.format)if(n.preventDefault(),void 0===n.clipboardData){r&&console.warn(\"unable to use e.clipboardData\"),r&&console.warn(\"trying IE specific stuff\"),window.clipboardData.clearData();var i=o[t.format]||o.default;window.clipboardData.setData(i,e)}else n.clipboardData.clearData(),n.clipboardData.setData(t.format,e);t.onCopy&&(n.preventDefault(),t.onCopy(n.clipboardData))})),document.body.appendChild(s),l.selectNodeContents(s),c.addRange(l),!document.execCommand(\"copy\"))throw new Error(\"copy command was unsuccessful\");d=!0}catch(n){r&&console.error(\"unable to copy using execCommand: \",n),r&&console.warn(\"trying IE specific stuff\");try{window.clipboardData.setData(t.format||\"text\",e),t.onCopy&&t.onCopy(window.clipboardData),d=!0}catch(n){r&&console.error(\"unable to copy using clipboardData: \",n),r&&console.error(\"falling back to prompt\"),i=function(e){var t=(/mac os x/i.test(navigator.userAgent)?\"⌘\":\"Ctrl\")+\"+C\";return e.replace(/#{\\s*key\\s*}/g,t)}(\"message\"in t?t.message:\"Copy to clipboard: #{key}, Enter\"),window.prompt(i,e)}}finally{c&&(\"function\"==typeof c.removeRange?c.removeRange(l):c.removeAllRanges()),s&&document.body.removeChild(s),a()}return d}},9686:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,'@charset \"UTF-8\";\\n\\n/* src/scss/yfm.scss */\\n.yfm {\\n font-family:\\n \"Segoe UI\",\\n Arial,\\n Helvetica,\\n sans-serif,\\n \"Apple Color Emoji\",\\n \"Segoe UI Emoji\",\\n \"Segoe UI Symbol\";\\n font-family: var(--yfm-font-family-sans);\\n font-size: 15px;\\n line-height: 20px;\\n word-wrap: break-word;\\n color: rgba(0, 0, 0, 0.7);\\n --yfm-color-hljs-background: rgba(107, 132, 153, 0.12);\\n --yfm-color-hljs-subst: #444;\\n --yfm-color-hljs-comment: #888888;\\n --yfm-color-hljs-deletion: #880000;\\n --yfm-color-hljs-section: #880000;\\n --yfm-color-hljs-pseudo: #BC6060;\\n --yfm-color-hljs-literal: #78A960;\\n --yfm-color-hljs-addition: #397300;\\n --yfm-color-hljs-meta: #1f7199;\\n --yfm-color-hljs-meta-string: #4d99bf;\\n --yfm-font-family-monospace:\\n \"Menlo\",\\n \"Monaco\",\\n \"Consolas\",\\n \"Ubuntu Mono\",\\n \"Liberation Mono\",\\n \"DejaVu Sans Mono\",\\n \"Courier New\",\\n \"Courier\",\\n monospace;\\n --yfm-font-family-sans:\\n \"Segoe UI\",\\n Arial,\\n Helvetica,\\n sans-serif,\\n \"Apple Color Emoji\",\\n \"Segoe UI Emoji\",\\n \"Segoe UI Symbol\";\\n}\\n.yfm * {\\n box-sizing: border-box;\\n}\\n.yfm > *:not(h2):not(h3):not(h4):not(h5):not(h6):first-child {\\n margin-top: 0 !important;\\n}\\n.yfm > *:last-child {\\n margin-bottom: 0 !important;\\n}\\n.yfm h1,\\n.yfm h2,\\n.yfm h3,\\n.yfm h4,\\n.yfm h5,\\n.yfm h6 {\\n margin-bottom: 15px;\\n font-weight: 500;\\n}\\n.yfm h1 {\\n font-size: 32px;\\n line-height: 40px;\\n}\\n.yfm h2 {\\n font-size: 24px;\\n line-height: 28px;\\n}\\n.yfm h3 {\\n font-size: 20px;\\n line-height: 24px;\\n}\\n.yfm h4 {\\n font-size: 17px;\\n line-height: 24px;\\n}\\n.yfm h5 {\\n font-size: 15px;\\n line-height: 20px;\\n}\\n.yfm h6 {\\n font-size: 13px;\\n line-height: 18px;\\n}\\n.yfm a {\\n background-color: transparent;\\n color: #027bf3;\\n -webkit-text-decoration: none;\\n text-decoration: none;\\n}\\n.yfm a:hover,\\n.yfm a:active {\\n color: #004080;\\n}\\n.yfm a:not([href]) {\\n color: inherit;\\n}\\n.yfm strong {\\n font-weight: 700;\\n}\\n.yfm img,\\n.yfm svg {\\n box-sizing: content-box;\\n max-width: 100%;\\n border: none;\\n vertical-align: middle;\\n}\\n.yfm img[align=right],\\n.yfm svg[align=right] {\\n padding-left: 20px;\\n}\\n.yfm img[align=left],\\n.yfm svg[align=left] {\\n padding-right: 20px;\\n}\\n.yfm img {\\n -o-object-fit: contain;\\n object-fit: contain;\\n background-color: #ffffff;\\n}\\n.yfm svg {\\n height: auto;\\n}\\n.yfm .katex svg {\\n height: auto;\\n height: initial;\\n}\\n.yfm img + small {\\n display: block;\\n}\\n.yfm p,\\n.yfm blockquote,\\n.yfm ul,\\n.yfm ol,\\n.yfm dl,\\n.yfm table,\\n.yfm pre {\\n margin: 0 0 15px 0;\\n}\\n.yfm ul pre,\\n.yfm ol pre,\\n.yfm dl pre {\\n margin-top: 15px;\\n}\\n.yfm code,\\n.yfm kbd,\\n.yfm pre {\\n font-family: var(--yfm-font-family-monospace);\\n font-size: 1em;\\n font-feature-settings: normal;\\n}\\n.yfm input {\\n margin: 0;\\n overflow: visible;\\n font-family: inherit;\\n font-size: inherit;\\n line-height: inherit;\\n}\\n.yfm input[type=checkbox] {\\n position: relative;\\n top: 1px;\\n box-sizing: border-box;\\n padding: 0;\\n}\\n.yfm table {\\n color: #333;\\n display: inline-block;\\n max-width: 100%;\\n width: auto;\\n overflow: auto;\\n position: relative;\\n z-index: 1;\\n box-sizing: border-box;\\n border: 1px solid rgba(0, 0, 0, 0.07);\\n border-radius: 8px;\\n border-collapse: collapse;\\n border-spacing: 0;\\n background: #ffffff;\\n}\\n.yfm table thead,\\n.yfm table tr:nth-child(2n) {\\n background-color: rgba(0, 0, 0, 0.02);\\n}\\n.yfm table tr:first-child td,\\n.yfm table tr:first-child th {\\n border-top: none;\\n}\\n.yfm table tr:last-child td,\\n.yfm table tr:last-child th {\\n border-bottom: none;\\n}\\n.yfm table th,\\n.yfm table td {\\n padding: 10px 20px;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n border: 1px solid rgba(0, 0, 0, 0.07);\\n}\\n.yfm table th > *:first-child,\\n.yfm table td > *:first-child {\\n margin-top: 0;\\n}\\n.yfm table th > *:last-child,\\n.yfm table td > *:last-child {\\n margin-bottom: 0;\\n}\\n.yfm table td {\\n vertical-align: top;\\n white-space: normal;\\n}\\n.yfm table th {\\n font-weight: 500;\\n text-align: left;\\n}\\n.yfm table tr td:first-child,\\n.yfm table tr th:first-child {\\n border-left: none;\\n}\\n.yfm table tr td:last-child,\\n.yfm table tr th:last-child {\\n border-right: none;\\n}\\n.yfm hr {\\n box-sizing: content-box;\\n height: 0.25em;\\n padding: 0;\\n margin: 1.5em 0;\\n overflow: hidden;\\n background-color: rgba(0, 0, 0, 0.07);\\n border: none;\\n}\\n.yfm hr::before {\\n content: \"\";\\n display: table;\\n}\\n.yfm hr::after {\\n content: \"\";\\n display: table;\\n clear: both;\\n}\\n.yfm blockquote {\\n position: relative;\\n padding-left: 12px;\\n border-left: 3px solid #027bf3;\\n}\\n.yfm blockquote > *:first-child {\\n margin-top: 0;\\n}\\n.yfm blockquote > *:last-child {\\n margin-bottom: 0;\\n}\\n.yfm dl {\\n padding: 0;\\n}\\n.yfm dl > *:first-child {\\n margin-top: 0;\\n}\\n.yfm dl > *:last-child {\\n margin-bottom: 0;\\n}\\n.yfm dl dt {\\n margin-bottom: 5px;\\n font-size: 1em;\\n font-weight: 500;\\n font-style: italic;\\n}\\n.yfm dl dd {\\n margin-bottom: 15px;\\n padding: 0 15px;\\n}\\n.yfm dd {\\n margin-left: 0;\\n}\\n.yfm dd > ol:first-child,\\n.yfm dd > ul:first-child,\\n.yfm dd > dd:first-child {\\n padding-left: 0;\\n}\\n.yfm ul,\\n.yfm ol {\\n padding-left: 2.2em;\\n}\\n.yfm ul ul,\\n.yfm ul ol,\\n.yfm ol ol,\\n.yfm ol ul {\\n margin-top: 0;\\n margin-bottom: 0;\\n}\\n.yfm:not(.yfm_no-list-reset) ol {\\n list-style-type: none;\\n counter-reset: list;\\n}\\n.yfm:not(.yfm_no-list-reset) ol > li {\\n position: relative;\\n counter-increment: list;\\n}\\n.yfm:not(.yfm_no-list-reset) ol > li::before {\\n position: absolute;\\n right: 100%;\\n margin-right: 4px;\\n content: counters(list, \".\") \". \";\\n}\\n.yfm li {\\n word-wrap: break-word;\\n}\\n.yfm li + li {\\n margin-top: 0.33em;\\n}\\n.yfm li p,\\n.yfm li blockquote {\\n margin-top: 15px;\\n}\\n.yfm code {\\n padding: 0.1em 0.4em 0.15em;\\n background-color: rgba(107, 132, 153, 0.12);\\n border-radius: 4px;\\n font-size: 0.875em;\\n white-space: normal;\\n color: rgb(59, 96, 128);\\n}\\n.yfm pre {\\n word-wrap: normal;\\n}\\n.yfm table code {\\n white-space: nowrap;\\n}\\n.yfm pre * code {\\n display: inline;\\n padding: 0;\\n margin: 0;\\n overflow: visible;\\n word-wrap: normal;\\n background-color: transparent;\\n border: 0;\\n color: rgba(0, 0, 0, 0.7);\\n}\\n.yfm pre > code {\\n display: block;\\n padding: 16px;\\n overflow: auto;\\n background-color: rgba(107, 132, 153, 0.12);\\n color: rgba(0, 0, 0, 0.7);\\n white-space: pre;\\n}\\n.yfm sup,\\n.yfm sub {\\n line-height: 0;\\n}\\n.yfm .visually-hidden {\\n position: absolute;\\n overflow: hidden;\\n clip: rect(0 0 0 0);\\n width: 1px;\\n height: 1px;\\n margin: -1px;\\n padding: 0;\\n white-space: nowrap;\\n border: 0;\\n -webkit-clip-path: inset(100%);\\n clip-path: inset(100%);\\n -webkit-user-select: none;\\n -moz-user-select: none;\\n user-select: none;\\n}\\n.yfm .yfm-note {\\n max-width: 1296px;\\n margin: 20px 0;\\n padding: 20px 20px 20px 64px;\\n border-radius: 10px;\\n}\\n.yfm .yfm-note .yfm-note-title {\\n font-weight: 700;\\n}\\n.yfm .yfm-note > p {\\n margin: 0 0 10px 0;\\n}\\n.yfm .yfm-note > p:first-child::before {\\n box-sizing: content-box;\\n display: block;\\n width: 24px;\\n height: 24px;\\n margin-top: -2px;\\n margin-left: -44px;\\n padding-right: 20px;\\n float: left;\\n}\\n.yfm .yfm-note > p:last-child {\\n margin-bottom: 0;\\n}\\n.yfm .yfm-note.yfm-accent-info > p:first-child::before {\\n content: url(\\'data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 16 16\"%3E%3Ccircle cx=\"8\" cy=\"8\" r=\"8\" fill=\"rgb(2,123,243)\"/%3E%3Crect width=\"1\" height=\"5\" x=\"7.5\" y=\"6.5\" stroke=\"%23fff\" rx=\".5\"/%3E%3Ccircle cx=\"8\" cy=\"4\" r=\"1\" fill=\"%23fff\"/%3E%3C/svg%3E\\');\\n}\\n.yfm .yfm-note.yfm-accent-tip > p:first-child::before {\\n content: url(\\'data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 16 16\"%3E%3Ccircle cx=\"8\" cy=\"8\" r=\"8\" fill=\"rgb(86,189,103)\"/%3E%3Crect width=\"1\" height=\"5\" x=\"7.5\" y=\"6.5\" stroke=\"%23fff\" rx=\".5\"/%3E%3Ccircle cx=\"8\" cy=\"4\" r=\"1\" fill=\"%23fff\"/%3E%3C/svg%3E\\');\\n}\\n.yfm .yfm-note.yfm-accent-alert > p:first-child::before {\\n content: url(\\'data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 16 16\"%3E%3Ccircle cx=\"8\" cy=\"8\" r=\"8\" fill=\"rgb(255,70,69)\"/%3E%3Crect width=\"1\" height=\"5\" x=\"7.5\" y=\"6.5\" stroke=\"%23fff\" rx=\".5\"/%3E%3Ccircle cx=\"8\" cy=\"4\" r=\"1\" fill=\"%23fff\"/%3E%3C/svg%3E\\');\\n}\\n.yfm .yfm-note.yfm-accent-warning > p:first-child::before {\\n content: url(\\'data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 16 16\"%3E%3Ccircle cx=\"8\" cy=\"8\" r=\"8\" fill=\"rgb(241,149,24)\"/%3E%3Crect width=\"1\" height=\"5\" x=\"7.5\" y=\"6.5\" stroke=\"%23fff\" rx=\".5\"/%3E%3Ccircle cx=\"8\" cy=\"4\" r=\"1\" fill=\"%23fff\"/%3E%3C/svg%3E\\');\\n}\\n.yfm .yfm-note.yfm-accent-info {\\n background: rgba(2, 123, 243, 0.08);\\n}\\n.yfm .yfm-note.yfm-accent-tip {\\n background: rgba(63, 201, 46, 0.1);\\n}\\n.yfm .yfm-note.yfm-accent-alert {\\n background: rgba(235, 50, 38, 0.08);\\n}\\n.yfm .yfm-note.yfm-accent-warning {\\n background: rgba(255, 136, 0, 0.15);\\n}\\n.yfm h1 .yfm-anchor,\\n.yfm h2 .yfm-anchor,\\n.yfm h3 .yfm-anchor,\\n.yfm h4 .yfm-anchor,\\n.yfm h5 .yfm-anchor,\\n.yfm h6 .yfm-anchor {\\n display: inline-block;\\n width: 24px;\\n padding-right: 4px;\\n margin-left: -24px;\\n float: left;\\n text-align: center;\\n font-size: 18px;\\n}\\n.yfm h1 .yfm-anchor::before,\\n.yfm h2 .yfm-anchor::before,\\n.yfm h3 .yfm-anchor::before,\\n.yfm h4 .yfm-anchor::before,\\n.yfm h5 .yfm-anchor::before,\\n.yfm h6 .yfm-anchor::before {\\n content: \"#\";\\n visibility: hidden;\\n}\\n.yfm h1:hover .yfm-anchor::before,\\n.yfm h2:hover .yfm-anchor::before,\\n.yfm h3:hover .yfm-anchor::before,\\n.yfm h4:hover .yfm-anchor::before,\\n.yfm h5:hover .yfm-anchor::before,\\n.yfm h6:hover .yfm-anchor::before {\\n visibility: visible;\\n}\\n.yfm table h1 .yfm-anchor,\\n.yfm table h2 .yfm-anchor,\\n.yfm table h3 .yfm-anchor,\\n.yfm table h4 .yfm-anchor,\\n.yfm table h5 .yfm-anchor,\\n.yfm table h6 .yfm-anchor {\\n width: 1em;\\n margin-left: -1em;\\n padding-right: 0;\\n}\\n.yfm .yfm-tabs .yfm-anchor::before {\\n position: absolute;\\n padding-right: 2px;\\n}\\n.yfm .hljs {\\n display: block;\\n overflow-x: auto;\\n padding: 16px;\\n background: rgba(107, 132, 153, 0.12);\\n background: var(--yfm-color-hljs-background);\\n}\\n.yfm .hljs,\\n.yfm .hljs-subst {\\n color: #444;\\n color: var(--yfm-color-hljs-subst);\\n}\\n.yfm .hljs-comment {\\n color: #888888;\\n color: var(--yfm-color-hljs-comment);\\n}\\n.yfm .hljs-keyword,\\n.yfm .hljs-attribute,\\n.yfm .hljs-selector-tag,\\n.yfm .hljs-meta-keyword,\\n.yfm .hljs-doctag,\\n.yfm .hljs-name {\\n font-weight: bold;\\n}\\n.yfm .hljs-type,\\n.yfm .hljs-string,\\n.yfm .hljs-number,\\n.yfm .hljs-selector-id,\\n.yfm .hljs-selector-class,\\n.yfm .hljs-quote,\\n.yfm .hljs-template-tag,\\n.yfm .hljs-deletion {\\n color: #880000;\\n color: var(--yfm-color-hljs-deletion);\\n}\\n.yfm .hljs-title,\\n.yfm .hljs-section {\\n color: #880000;\\n color: var(--yfm-color-hljs-section);\\n font-weight: bold;\\n}\\n.yfm .hljs-regexp,\\n.yfm .hljs-symbol,\\n.yfm .hljs-variable,\\n.yfm .hljs-template-variable,\\n.yfm .hljs-link,\\n.yfm .hljs-selector-attr,\\n.yfm .hljs-selector-pseudo {\\n color: #BC6060;\\n color: var(--yfm-color-hljs-pseudo);\\n}\\n.yfm .hljs-literal {\\n color: #78A960;\\n color: var(--yfm-color-hljs-literal);\\n}\\n.yfm .hljs-built_in,\\n.yfm .hljs-bullet,\\n.yfm .hljs-code,\\n.yfm .hljs-addition {\\n color: #397300;\\n color: var(--yfm-color-hljs-addition);\\n}\\n.yfm .hljs-meta {\\n color: #1f7199;\\n color: var(--yfm-color-hljs-meta);\\n}\\n.yfm .hljs-meta-string {\\n color: #4d99bf;\\n color: var(--yfm-color-hljs-meta-string);\\n}\\n.yfm .hljs-emphasis {\\n font-style: italic;\\n}\\n.yfm .hljs-strong {\\n font-weight: bold;\\n}\\n.yfm-clipboard {\\n position: relative;\\n}\\n.yfm-clipboard:hover .yfm-clipboard-button {\\n display: block;\\n}\\n.yfm-clipboard > pre {\\n border-radius: 10px;\\n overflow: hidden;\\n}\\n.yfm-clipboard-button {\\n display: none;\\n position: absolute;\\n cursor: pointer;\\n top: 16px;\\n right: 16px;\\n z-index: 1;\\n}\\n.yfm-cut-title {\\n cursor: pointer;\\n position: relative;\\n -webkit-user-select: none;\\n -moz-user-select: none;\\n user-select: none;\\n padding: 5px 0 5px 30px;\\n}\\n.yfm-cut-title:before {\\n content: \"\";\\n z-index: 1;\\n left: 0;\\n top: 50%;\\n background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgICA8cGF0aCBzdHJva2U9ImN1cnJlbnRDb2xvciIgZmlsbD0ibm9uZSIgZD0iTTMgNmw1IDUgNS01Ii8+Cjwvc3ZnPgo=);\\n transform: translateY(-50%) rotate(-90deg);\\n transition: transform 0.3s ease;\\n height: 20px;\\n width: 20px;\\n position: absolute;\\n}\\n.yfm-cut-content {\\n display: none;\\n overflow: hidden;\\n transition: height 0.3s ease-in-out;\\n}\\n.yfm-cut.open > .yfm-cut-content {\\n display: revert;\\n padding: 5px 0 15px 30px;\\n}\\n.yfm-cut.open > .yfm-cut-title:before {\\n transform: translateY(-50%);\\n}\\n.yfm:not(.yfm_no-list-reset) .yfm-cut ol {\\n counter-reset: cut-list;\\n}\\n.yfm:not(.yfm_no-list-reset) .yfm-cut ol > li {\\n counter-increment: cut-list;\\n}\\n.yfm:not(.yfm_no-list-reset) .yfm-cut ol > li::before {\\n content: counters(cut-list, \".\") \". \";\\n}\\n.yfm-file__icon {\\n ---yfm-file-icon-img: var(--yfm-file-icon, url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0zNjkuOSA5Ny45TDI4NiAxNEMyNzcgNSAyNjQuOC0uMSAyNTIuMS0uMUg0OEMyMS41IDAgMCAyMS41IDAgNDh2NDE2YzAgMjYuNSAyMS41IDQ4IDQ4IDQ4aDI4OGMyNi41IDAgNDgtMjEuNSA0OC00OFYxMzEuOWMwLTEyLjctNS4xLTI1LTE0LjEtMzR6bS0yMi42IDIyLjdjMi4xIDIuMSAzLjUgNC42IDQuMiA3LjRIMjU2VjMyLjVjMi44LjcgNS4zIDIuMSA3LjQgNC4ybDgzLjkgODMuOXpNMzM2IDQ4MEg0OGMtOC44IDAtMTYtNy4yLTE2LTE2VjQ4YzAtOC44IDcuMi0xNiAxNi0xNmgxNzZ2MTA0YzAgMTMuMyAxMC43IDI0IDI0IDI0aDEwNHYzMDRjMCA4LjgtNy4yIDE2LTE2IDE2em0tNDgtMjQ0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyem0wIDY0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyem0wIDY0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyeiIvPjwvc3ZnPg==));\\n display: inline-block;\\n -webkit-user-select: none;\\n -moz-user-select: none;\\n user-select: none;\\n width: 16px;\\n margin: 0 2px;\\n color: rgba(0, 0, 0, 0.7);\\n color: var(--yfm-file-icon-color, rgba(0, 0, 0, 0.7));\\n background-color: currentColor;\\n background-repeat: no-repeat;\\n background-position: 50%;\\n background-size: 100%;\\n -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0zNjkuOSA5Ny45TDI4NiAxNEMyNzcgNSAyNjQuOC0uMSAyNTIuMS0uMUg0OEMyMS41IDAgMCAyMS41IDAgNDh2NDE2YzAgMjYuNSAyMS41IDQ4IDQ4IDQ4aDI4OGMyNi41IDAgNDgtMjEuNSA0OC00OFYxMzEuOWMwLTEyLjctNS4xLTI1LTE0LjEtMzR6bS0yMi42IDIyLjdjMi4xIDIuMSAzLjUgNC42IDQuMiA3LjRIMjU2VjMyLjVjMi44LjcgNS4zIDIuMSA3LjQgNC4ybDgzLjkgODMuOXpNMzM2IDQ4MEg0OGMtOC44IDAtMTYtNy4yLTE2LTE2VjQ4YzAtOC44IDcuMi0xNiAxNi0xNmgxNzZ2MTA0YzAgMTMuMyAxMC43IDI0IDI0IDI0aDEwNHYzMDRjMCA4LjgtNy4yIDE2LTE2IDE2em0tNDgtMjQ0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyem0wIDY0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyem0wIDY0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyeiIvPjwvc3ZnPg==);\\n mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0zNjkuOSA5Ny45TDI4NiAxNEMyNzcgNSAyNjQuOC0uMSAyNTIuMS0uMUg0OEMyMS41IDAgMCAyMS41IDAgNDh2NDE2YzAgMjYuNSAyMS41IDQ4IDQ4IDQ4aDI4OGMyNi41IDAgNDgtMjEuNSA0OC00OFYxMzEuOWMwLTEyLjctNS4xLTI1LTE0LjEtMzR6bS0yMi42IDIyLjdjMi4xIDIuMSAzLjUgNC42IDQuMiA3LjRIMjU2VjMyLjVjMi44LjcgNS4zIDIuMSA3LjQgNC4ybDgzLjkgODMuOXpNMzM2IDQ4MEg0OGMtOC44IDAtMTYtNy4yLTE2LTE2VjQ4YzAtOC44IDcuMi0xNiAxNi0xNmgxNzZ2MTA0YzAgMTMuMyAxMC43IDI0IDI0IDI0aDEwNHYzMDRjMCA4LjgtNy4yIDE2LTE2IDE2em0tNDgtMjQ0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyem0wIDY0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyem0wIDY0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyeiIvPjwvc3ZnPg==);\\n -webkit-mask-image: var(---yfm-file-icon-img);\\n mask-image: var(---yfm-file-icon-img);\\n -webkit-mask-position: center;\\n mask-position: center;\\n -webkit-mask-repeat: no-repeat;\\n mask-repeat: no-repeat;\\n}\\n.yfm-file__icon::before {\\n content: \"\\\\a0\";\\n}\\n.yfm-term_title {\\n color: #027bf3;\\n cursor: pointer;\\n border-bottom: 1px dotted;\\n font-size: inherit;\\n line-height: inherit;\\n font-style: normal;\\n}\\n.yfm-term_title:hover {\\n color: #004080;\\n}\\n.yfm-term_dfn {\\n position: absolute;\\n z-index: 1000;\\n width: -moz-fit-content;\\n width: fit-content;\\n max-width: 450px;\\n visibility: hidden;\\n opacity: 0;\\n padding: 10px;\\n background-color: rgb(255, 255, 255);\\n font-size: inherit;\\n line-height: inherit;\\n font-style: normal;\\n border-radius: 4px;\\n box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\\n outline: none;\\n}\\n@media screen and (max-width: 600px) {\\n .yfm-term_dfn {\\n max-width: 80%;\\n }\\n}\\n.yfm-term_dfn::before {\\n content: \"\";\\n position: absolute;\\n z-index: -1;\\n top: 0;\\n right: 0;\\n bottom: 0;\\n left: 0;\\n border-radius: inherit;\\n box-shadow: 0 0 0 1px rgb(229, 229, 229);\\n}\\n.yfm-term_dfn.open {\\n visibility: visible;\\n animation-name: popup;\\n animation-duration: 0.1s;\\n animation-timing-function: ease-out;\\n animation-fill-mode: forwards;\\n}\\n@keyframes popup {\\n 0% {\\n opacity: 0;\\n transform: translateY(10px);\\n }\\n 100% {\\n opacity: 1;\\n transform: translateY(0);\\n }\\n}\\n.yfm-tabs {\\n margin-bottom: 15px;\\n}\\n.yfm:not(.yfm_no-list-reset) .yfm-tabs ol {\\n counter-reset: tabs-list;\\n}\\n.yfm:not(.yfm_no-list-reset) .yfm-tabs ol > li {\\n counter-increment: tabs-list;\\n}\\n.yfm:not(.yfm_no-list-reset) .yfm-tabs ol > li:before {\\n content: counters(tabs-list, \".\") \". \";\\n}\\n.yfm-tab-list {\\n display: flex;\\n flex-wrap: wrap;\\n margin-bottom: 15px;\\n border-bottom: 1px solid rgba(0, 0, 0, 0.07);\\n}\\n.yfm-tab {\\n margin-bottom: -1px;\\n margin-right: 20px;\\n border-bottom: 2px solid transparent;\\n padding: 6px 0 7px;\\n font-weight: 700;\\n outline: none;\\n cursor: pointer;\\n -webkit-user-select: none;\\n -moz-user-select: none;\\n user-select: none;\\n white-space: break-spaces;\\n}\\n.yfm-tab:last-child {\\n margin-right: 0;\\n}\\n.yfm-tab:hover,\\n.yfm-tab:active {\\n color: #004080;\\n}\\n.yfm-tab.active {\\n border-bottom-color: #027bf3;\\n}\\n.yfm-tab-panel {\\n visibility: hidden;\\n overflow: hidden;\\n height: 0;\\n}\\n.yfm-tab-panel:first-child {\\n margin-top: 0 !important;\\n}\\n.yfm-tab-panel:last-child {\\n margin-bottom: 0 !important;\\n}\\n.yfm-tab-panel.active {\\n visibility: visible;\\n height: auto;\\n}\\n',\"\"]);const i=o},3766:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\"@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap);\"]),o.push([e.id,\"\",\"\"]);const i=o},707:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,'@charset \"UTF-8\";\\n.g-root {\\n background: var(--g-color-base-background);\\n color: var(--g-color-text-primary);\\n --g-font-family-sans: \"Inter\", \"Helvetica Neue\", \"Helvetica\", \"Arial\", sans-serif;\\n --g-font-family-monospace: \"Menlo\", \"Monaco\", \"Consolas\", \"Ubuntu Mono\", \"Liberation Mono\",\\n \"DejaVu Sans Mono\", \"Courier New\", \"Courier\", monospace;\\n --g-text-body-font-family: var(--g-font-family-sans);\\n --g-text-caption-font-family: var(--g-font-family-sans);\\n --g-text-header-font-family: var(--g-font-family-sans);\\n --g-text-subheader-font-family: var(--g-font-family-sans);\\n --g-text-display-font-family: var(--g-font-family-sans);\\n --g-text-code-font-family: var(--g-font-family-monospace);\\n --g-text-body-font-weight: 400;\\n --g-text-caption-font-weight: 400;\\n --g-text-header-font-weight: 600;\\n --g-text-subheader-font-weight: 600;\\n --g-text-display-font-weight: 600;\\n --g-text-code-font-weight: 400;\\n --g-text-accent-font-weight: 600;\\n --g-text-body-1-font-size: 13px;\\n --g-text-body-1-line-height: 18px;\\n --g-text-body-2-font-size: 15px;\\n --g-text-body-2-line-height: 20px;\\n --g-text-body-3-font-size: 17px;\\n --g-text-body-3-line-height: 24px;\\n --g-text-body-short-font-size: 13px;\\n --g-text-body-short-line-height: 16px;\\n --g-text-caption-1-font-size: 9px;\\n --g-text-caption-1-line-height: 12px;\\n --g-text-caption-2-font-size: 11px;\\n --g-text-caption-2-line-height: 16px;\\n --g-text-header-1-font-size: 20px;\\n --g-text-header-1-line-height: 24px;\\n --g-text-header-2-font-size: 24px;\\n --g-text-header-2-line-height: 28px;\\n --g-text-subheader-1-font-size: 13px;\\n --g-text-subheader-1-line-height: 18px;\\n --g-text-subheader-2-font-size: 15px;\\n --g-text-subheader-2-line-height: 20px;\\n --g-text-subheader-3-font-size: 17px;\\n --g-text-subheader-3-line-height: 24px;\\n --g-text-display-1-font-size: 28px;\\n --g-text-display-1-line-height: 36px;\\n --g-text-display-2-font-size: 32px;\\n --g-text-display-2-line-height: 40px;\\n --g-text-display-3-font-size: 40px;\\n --g-text-display-3-line-height: 48px;\\n --g-text-display-4-font-size: 48px;\\n --g-text-display-4-line-height: 52px;\\n --g-text-code-1-font-size: 12px;\\n --g-text-code-1-line-height: 18px;\\n --g-text-code-2-font-size: 14px;\\n --g-text-code-2-line-height: 20px;\\n --g-text-code-3-font-size: 16px;\\n --g-text-code-3-line-height: 24px;\\n --g-text-code-inline-1-font-size: 12px;\\n --g-text-code-inline-1-line-height: 14px;\\n --g-text-code-inline-2-font-size: 14px;\\n --g-text-code-inline-2-line-height: 16px;\\n --g-text-code-inline-3-font-size: 16px;\\n --g-text-code-inline-3-line-height: 20px;\\n font-family: var(--g-text-body-font-family);\\n font-weight: var(--g-text-body-font-weight);\\n font-size: var(--g-text-body-1-font-size);\\n line-height: var(--g-text-body-1-line-height);\\n --g-spacing-base: 4px;\\n --g-spacing-0: calc(var(--g-spacing-base) * 0);\\n --g-spacing-half: calc(var(--g-spacing-base) * 0.5);\\n --g-spacing-1: var(--g-spacing-base);\\n --g-spacing-2: calc(var(--g-spacing-base) * 2);\\n --g-spacing-3: calc(var(--g-spacing-base) * 3);\\n --g-spacing-4: calc(var(--g-spacing-base) * 4);\\n --g-spacing-5: calc(var(--g-spacing-base) * 5);\\n --g-spacing-6: calc(var(--g-spacing-base) * 6);\\n --g-spacing-7: calc(var(--g-spacing-base) * 7);\\n --g-spacing-8: calc(var(--g-spacing-base) * 8);\\n --g-spacing-9: calc(var(--g-spacing-base) * 9);\\n --g-spacing-10: calc(var(--g-spacing-base) * 10);\\n --g-scrollbar-width: 12px;\\n --g-border-radius-xs: 3px;\\n --g-border-radius-s: 5px;\\n --g-border-radius-m: 6px;\\n --g-border-radius-l: 8px;\\n --g-border-radius-xl: 10px;\\n --g-focus-border-radius: 2px;\\n}\\nbody.g-root {\\n --g-flow-direction: 1;\\n --g-flow-is-ltr: 1;\\n --g-flow-is-rtl: 0;\\n}\\n\\n.g-root[dir=ltr] {\\n --g-flow-direction: 1;\\n --g-flow-is-ltr: 1;\\n --g-flow-is-rtl: 0;\\n}\\n.g-root[dir=rtl] {\\n --g-flow-direction: -1;\\n --g-flow-is-ltr: 0;\\n --g-flow-is-rtl: 1;\\n}\\n.g-root_theme_light {\\n --g-color-private-white-50: rgba(255, 255, 255, 0.05);\\n --g-color-private-white-70: rgba(255, 255, 255, 0.07);\\n --g-color-private-white-100: rgba(255, 255, 255, 0.1);\\n --g-color-private-white-150: rgba(255, 255, 255, 0.15);\\n --g-color-private-white-200: rgba(255, 255, 255, 0.2);\\n --g-color-private-white-250: rgba(255, 255, 255, 0.25);\\n --g-color-private-white-300: rgba(255, 255, 255, 0.3);\\n --g-color-private-white-350: rgba(255, 255, 255, 0.35);\\n --g-color-private-white-400: rgba(255, 255, 255, 0.4);\\n --g-color-private-white-450: rgba(255, 255, 255, 0.45);\\n --g-color-private-white-500: rgba(255, 255, 255, 0.5);\\n --g-color-private-white-550: rgba(255, 255, 255, 0.55);\\n --g-color-private-white-600: rgba(255, 255, 255, 0.6);\\n --g-color-private-white-650: rgba(255, 255, 255, 0.65);\\n --g-color-private-white-700: rgba(255, 255, 255, 0.7);\\n --g-color-private-white-750: rgba(255, 255, 255, 0.75);\\n --g-color-private-white-800: rgba(255, 255, 255, 0.8);\\n --g-color-private-white-850: rgba(255, 255, 255, 0.85);\\n --g-color-private-white-900: rgba(255, 255, 255, 0.9);\\n --g-color-private-white-950: rgba(255, 255, 255, 0.95);\\n --g-color-private-white-1000-solid: rgb(255, 255, 255);\\n --g-color-private-black-50: rgba(0, 0, 0, 0.05);\\n --g-color-private-black-70: rgba(0, 0, 0, 0.07);\\n --g-color-private-black-100: rgba(0, 0, 0, 0.1);\\n --g-color-private-black-150: rgba(0, 0, 0, 0.15);\\n --g-color-private-black-200: rgba(0, 0, 0, 0.2);\\n --g-color-private-black-250: rgba(0, 0, 0, 0.25);\\n --g-color-private-black-300: rgba(0, 0, 0, 0.3);\\n --g-color-private-black-350: rgba(0, 0, 0, 0.35);\\n --g-color-private-black-400: rgba(0, 0, 0, 0.4);\\n --g-color-private-black-450: rgba(0, 0, 0, 0.45);\\n --g-color-private-black-500: rgba(0, 0, 0, 0.5);\\n --g-color-private-black-550: rgba(0, 0, 0, 0.55);\\n --g-color-private-black-600: rgba(0, 0, 0, 0.6);\\n --g-color-private-black-650: rgba(0, 0, 0, 0.65);\\n --g-color-private-black-700: rgba(0, 0, 0, 0.7);\\n --g-color-private-black-750: rgba(0, 0, 0, 0.75);\\n --g-color-private-black-800: rgba(0, 0, 0, 0.8);\\n --g-color-private-black-850: rgba(0, 0, 0, 0.85);\\n --g-color-private-black-900: rgba(0, 0, 0, 0.9);\\n --g-color-private-black-950: rgba(0, 0, 0, 0.95);\\n --g-color-private-black-20-solid: rgb(250, 250, 250);\\n --g-color-private-black-50-solid: rgb(242, 242, 242);\\n --g-color-private-black-100-solid: rgb(229, 229, 229);\\n --g-color-private-black-150-solid: rgb(217, 217, 217);\\n --g-color-private-black-200-solid: rgb(204, 204, 204);\\n --g-color-private-black-250-solid: rgb(191, 191, 191);\\n --g-color-private-black-300-solid: rgb(179, 179, 179);\\n --g-color-private-black-350-solid: rgb(166, 166, 166);\\n --g-color-private-black-400-solid: rgb(153, 153, 153);\\n --g-color-private-black-450-solid: rgb(140, 140, 140);\\n --g-color-private-black-500-solid: rgb(128, 128, 128);\\n --g-color-private-black-550-solid: rgb(115, 115, 115);\\n --g-color-private-black-600-solid: rgb(102, 102, 102);\\n --g-color-private-black-650-solid: rgb(89, 89, 89);\\n --g-color-private-black-700-solid: rgb(76, 76, 76);\\n --g-color-private-black-750-solid: rgb(64, 64, 64);\\n --g-color-private-black-800-solid: rgb(51, 51, 51);\\n --g-color-private-black-850-solid: rgb(38, 38, 38);\\n --g-color-private-black-900-solid: rgb(26, 26, 26);\\n --g-color-private-black-950-solid: rgb(13, 13, 13);\\n --g-color-private-black-1000-solid: rgb(0, 0, 0);\\n --g-color-private-blue-50: rgba(54, 151, 241, 0.1);\\n --g-color-private-blue-100: rgba(54, 151, 241, 0.15);\\n --g-color-private-blue-150: rgba(54, 151, 241, 0.2);\\n --g-color-private-blue-200: rgba(54, 151, 241, 0.3);\\n --g-color-private-blue-250: rgba(54, 151, 241, 0.4);\\n --g-color-private-blue-300: rgba(54, 151, 241, 0.5);\\n --g-color-private-blue-350: rgba(54, 151, 241, 0.6);\\n --g-color-private-blue-400: rgba(54, 151, 241, 0.7);\\n --g-color-private-blue-450: rgba(54, 151, 241, 0.8);\\n --g-color-private-blue-500: rgba(54, 151, 241, 0.9);\\n --g-color-private-blue-50-solid: rgb(235, 245, 254);\\n --g-color-private-blue-100-solid: rgb(225, 239, 253);\\n --g-color-private-blue-150-solid: rgb(215, 234, 252);\\n --g-color-private-blue-200-solid: rgb(195, 224, 251);\\n --g-color-private-blue-250-solid: rgb(175, 213, 249);\\n --g-color-private-blue-300-solid: rgb(155, 203, 248);\\n --g-color-private-blue-350-solid: rgb(134, 193, 247);\\n --g-color-private-blue-400-solid: rgb(114, 182, 245);\\n --g-color-private-blue-450-solid: rgb(94, 172, 244);\\n --g-color-private-blue-500-solid: rgb(74, 161, 242);\\n --g-color-private-blue-550-solid: rgb(54, 151, 241);\\n --g-color-private-blue-600-solid: rgb(52, 139, 220);\\n --g-color-private-blue-650-solid: rgb(50, 127, 200);\\n --g-color-private-blue-700-solid: rgb(48, 114, 179);\\n --g-color-private-blue-750-solid: rgb(46, 102, 158);\\n --g-color-private-blue-800-solid: rgb(44, 90, 138);\\n --g-color-private-blue-850-solid: rgb(42, 78, 117);\\n --g-color-private-blue-900-solid: rgb(40, 66, 96);\\n --g-color-private-blue-950-solid: rgb(38, 53, 75);\\n --g-color-private-blue-1000-solid: rgb(37, 47, 65);\\n --g-color-private-green-50: rgba(50, 186, 118, 0.1);\\n --g-color-private-green-100: rgba(50, 186, 118, 0.15);\\n --g-color-private-green-150: rgba(50, 186, 118, 0.2);\\n --g-color-private-green-200: rgba(50, 186, 118, 0.3);\\n --g-color-private-green-250: rgba(50, 186, 118, 0.4);\\n --g-color-private-green-300: rgba(50, 186, 118, 0.5);\\n --g-color-private-green-350: rgba(50, 186, 118, 0.6);\\n --g-color-private-green-400: rgba(50, 186, 118, 0.7);\\n --g-color-private-green-450: rgba(50, 186, 118, 0.8);\\n --g-color-private-green-500: rgba(50, 186, 118, 0.9);\\n --g-color-private-green-50-solid: rgb(235, 248, 241);\\n --g-color-private-green-100-solid: rgb(224, 245, 234);\\n --g-color-private-green-150-solid: rgb(214, 241, 228);\\n --g-color-private-green-200-solid: rgb(194, 234, 214);\\n --g-color-private-green-250-solid: rgb(173, 227, 200);\\n --g-color-private-green-300-solid: rgb(153, 221, 187);\\n --g-color-private-green-350-solid: rgb(132, 214, 173);\\n --g-color-private-green-400-solid: rgb(112, 207, 159);\\n --g-color-private-green-450-solid: rgb(91, 200, 145);\\n --g-color-private-green-500-solid: rgb(71, 193, 132);\\n --g-color-private-green-550-solid: rgb(50, 186, 118);\\n --g-color-private-green-600-solid: rgb(48, 170, 110);\\n --g-color-private-green-650-solid: rgb(47, 155, 101);\\n --g-color-private-green-700-solid: rgb(45, 139, 93);\\n --g-color-private-green-750-solid: rgb(44, 123, 84);\\n --g-color-private-green-800-solid: rgb(42, 108, 76);\\n --g-color-private-green-850-solid: rgb(40, 92, 68);\\n --g-color-private-green-900-solid: rgb(39, 76, 59);\\n --g-color-private-green-950-solid: rgb(37, 60, 51);\\n --g-color-private-green-1000-solid: rgb(36, 53, 47);\\n --g-color-private-yellow-50: rgba(255, 190, 92, 0.1);\\n --g-color-private-yellow-100: rgba(255, 190, 92, 0.15);\\n --g-color-private-yellow-150: rgba(255, 190, 92, 0.2);\\n --g-color-private-yellow-200: rgba(255, 190, 92, 0.3);\\n --g-color-private-yellow-250: rgba(255, 190, 92, 0.4);\\n --g-color-private-yellow-300: rgba(255, 190, 92, 0.5);\\n --g-color-private-yellow-350: rgba(255, 190, 92, 0.6);\\n --g-color-private-yellow-400: rgba(255, 190, 92, 0.7);\\n --g-color-private-yellow-450: rgba(255, 190, 92, 0.8);\\n --g-color-private-yellow-500: rgba(255, 190, 92, 0.9);\\n --g-color-private-yellow-50-solid: rgb(255, 249, 239);\\n --g-color-private-yellow-100-solid: rgb(255, 245, 231);\\n --g-color-private-yellow-150-solid: rgb(255, 242, 222);\\n --g-color-private-yellow-200-solid: rgb(255, 236, 206);\\n --g-color-private-yellow-250-solid: rgb(255, 229, 190);\\n --g-color-private-yellow-300-solid: rgb(255, 223, 174);\\n --g-color-private-yellow-350-solid: rgb(255, 216, 157);\\n --g-color-private-yellow-400-solid: rgb(255, 210, 141);\\n --g-color-private-yellow-450-solid: rgb(255, 203, 125);\\n --g-color-private-yellow-500-solid: rgb(255, 197, 108);\\n --g-color-private-yellow-550-solid: rgb(255, 190, 92);\\n --g-color-private-yellow-600-solid: rgb(233, 174, 86);\\n --g-color-private-yellow-650-solid: rgb(211, 158, 80);\\n --g-color-private-yellow-700-solid: rgb(189, 142, 75);\\n --g-color-private-yellow-750-solid: rgb(167, 126, 69);\\n --g-color-private-yellow-800-solid: rgb(145, 110, 63);\\n --g-color-private-yellow-850-solid: rgb(122, 93, 57);\\n --g-color-private-yellow-900-solid: rgb(100, 77, 51);\\n --g-color-private-yellow-950-solid: rgb(78, 61, 46);\\n --g-color-private-yellow-1000-solid: rgb(67, 53, 43);\\n --g-color-private-orange-50: rgba(255, 119, 0, 0.1);\\n --g-color-private-orange-100: rgba(255, 119, 0, 0.15);\\n --g-color-private-orange-150: rgba(255, 119, 0, 0.2);\\n --g-color-private-orange-200: rgba(255, 119, 0, 0.3);\\n --g-color-private-orange-250: rgba(255, 119, 0, 0.4);\\n --g-color-private-orange-300: rgba(255, 119, 0, 0.5);\\n --g-color-private-orange-350: rgba(255, 119, 0, 0.6);\\n --g-color-private-orange-400: rgba(255, 119, 0, 0.7);\\n --g-color-private-orange-450: rgba(255, 119, 0, 0.8);\\n --g-color-private-orange-500: rgba(255, 119, 0, 0.9);\\n --g-color-private-orange-50-solid: rgb(255, 241, 230);\\n --g-color-private-orange-100-solid: rgb(255, 235, 217);\\n --g-color-private-orange-150-solid: rgb(255, 228, 204);\\n --g-color-private-orange-200-solid: rgb(255, 214, 179);\\n --g-color-private-orange-250-solid: rgb(255, 201, 153);\\n --g-color-private-orange-300-solid: rgb(255, 187, 128);\\n --g-color-private-orange-350-solid: rgb(255, 173, 102);\\n --g-color-private-orange-400-solid: rgb(255, 160, 77);\\n --g-color-private-orange-450-solid: rgb(255, 146, 51);\\n --g-color-private-orange-500-solid: rgb(255, 133, 25);\\n --g-color-private-orange-550-solid: rgb(255, 119, 0);\\n --g-color-private-orange-600-solid: rgb(233, 110, 3);\\n --g-color-private-orange-650-solid: rgb(211, 101, 7);\\n --g-color-private-orange-700-solid: rgb(189, 92, 10);\\n --g-color-private-orange-750-solid: rgb(167, 83, 14);\\n --g-color-private-orange-800-solid: rgb(145, 74, 17);\\n --g-color-private-orange-850-solid: rgb(122, 65, 20);\\n --g-color-private-orange-900-solid: rgb(100, 56, 24);\\n --g-color-private-orange-950-solid: rgb(78, 47, 27);\\n --g-color-private-orange-1000-solid: rgb(67, 43, 29);\\n --g-color-private-red-50: rgba(255, 0, 61, 0.1);\\n --g-color-private-red-100: rgba(255, 0, 61, 0.15);\\n --g-color-private-red-150: rgba(255, 0, 61, 0.2);\\n --g-color-private-red-200: rgba(255, 0, 61, 0.3);\\n --g-color-private-red-250: rgba(255, 0, 61, 0.4);\\n --g-color-private-red-300: rgba(255, 0, 61, 0.5);\\n --g-color-private-red-350: rgba(255, 0, 61, 0.6);\\n --g-color-private-red-400: rgba(255, 0, 61, 0.7);\\n --g-color-private-red-450: rgba(255, 0, 61, 0.8);\\n --g-color-private-red-500: rgba(255, 0, 61, 0.9);\\n --g-color-private-red-50-solid: rgb(255, 230, 236);\\n --g-color-private-red-100-solid: rgb(255, 217, 226);\\n --g-color-private-red-150-solid: rgb(255, 204, 216);\\n --g-color-private-red-200-solid: rgb(255, 179, 197);\\n --g-color-private-red-250-solid: rgb(255, 153, 177);\\n --g-color-private-red-300-solid: rgb(255, 128, 158);\\n --g-color-private-red-350-solid: rgb(255, 102, 139);\\n --g-color-private-red-400-solid: rgb(255, 77, 119);\\n --g-color-private-red-450-solid: rgb(255, 51, 100);\\n --g-color-private-red-500-solid: rgb(255, 25, 80);\\n --g-color-private-red-550-solid: rgb(255, 0, 61);\\n --g-color-private-red-600-solid: rgb(233, 3, 58);\\n --g-color-private-red-650-solid: rgb(211, 6, 56);\\n --g-color-private-red-700-solid: rgb(189, 9, 53);\\n --g-color-private-red-750-solid: rgb(167, 12, 50);\\n --g-color-private-red-800-solid: rgb(145, 15, 48);\\n --g-color-private-red-850-solid: rgb(122, 17, 45);\\n --g-color-private-red-900-solid: rgb(100, 20, 42);\\n --g-color-private-red-950-solid: rgb(78, 23, 39);\\n --g-color-private-red-1000-solid: rgb(67, 25, 38);\\n --g-color-private-purple-50: rgba(143, 82, 204, 0.1);\\n --g-color-private-purple-100: rgba(143, 82, 204, 0.15);\\n --g-color-private-purple-150: rgba(143, 82, 204, 0.2);\\n --g-color-private-purple-200: rgba(143, 82, 204, 0.3);\\n --g-color-private-purple-250: rgba(143, 82, 204, 0.4);\\n --g-color-private-purple-300: rgba(143, 82, 204, 0.5);\\n --g-color-private-purple-350: rgba(143, 82, 204, 0.6);\\n --g-color-private-purple-400: rgba(143, 82, 204, 0.7);\\n --g-color-private-purple-450: rgba(143, 82, 204, 0.8);\\n --g-color-private-purple-500: rgba(143, 82, 204, 0.9);\\n --g-color-private-purple-50-solid: rgb(244, 238, 250);\\n --g-color-private-purple-100-solid: rgb(238, 229, 247);\\n --g-color-private-purple-150-solid: rgb(233, 220, 245);\\n --g-color-private-purple-200-solid: rgb(221, 203, 240);\\n --g-color-private-purple-250-solid: rgb(210, 186, 235);\\n --g-color-private-purple-300-solid: rgb(199, 169, 230);\\n --g-color-private-purple-350-solid: rgb(188, 151, 224);\\n --g-color-private-purple-400-solid: rgb(177, 134, 219);\\n --g-color-private-purple-450-solid: rgb(165, 117, 214);\\n --g-color-private-purple-500-solid: rgb(154, 99, 209);\\n --g-color-private-purple-550-solid: rgb(143, 82, 204);\\n --g-color-private-purple-600-solid: rgb(132, 77, 187);\\n --g-color-private-purple-650-solid: rgb(121, 71, 170);\\n --g-color-private-purple-700-solid: rgb(110, 66, 153);\\n --g-color-private-purple-750-solid: rgb(99, 61, 136);\\n --g-color-private-purple-800-solid: rgb(89, 56, 119);\\n --g-color-private-purple-850-solid: rgb(78, 50, 102);\\n --g-color-private-purple-900-solid: rgb(67, 45, 85);\\n --g-color-private-purple-950-solid: rgb(56, 40, 68);\\n --g-color-private-purple-1000-solid: rgb(50, 37, 60);\\n --g-color-private-cool-grey-50: rgba(107, 132, 153, 0.1);\\n --g-color-private-cool-grey-100: rgba(107, 132, 153, 0.15);\\n --g-color-private-cool-grey-150: rgba(107, 132, 153, 0.2);\\n --g-color-private-cool-grey-200: rgba(107, 132, 153, 0.3);\\n --g-color-private-cool-grey-250: rgba(107, 132, 153, 0.4);\\n --g-color-private-cool-grey-300: rgba(107, 132, 153, 0.5);\\n --g-color-private-cool-grey-350: rgba(107, 132, 153, 0.6);\\n --g-color-private-cool-grey-400: rgba(107, 132, 153, 0.7);\\n --g-color-private-cool-grey-450: rgba(107, 132, 153, 0.8);\\n --g-color-private-cool-grey-500: rgba(107, 132, 153, 0.9);\\n --g-color-private-cool-grey-50-solid: rgb(240, 243, 245);\\n --g-color-private-cool-grey-100-solid: rgb(233, 237, 240);\\n --g-color-private-cool-grey-150-solid: rgb(225, 230, 235);\\n --g-color-private-cool-grey-200-solid: rgb(211, 218, 224);\\n --g-color-private-cool-grey-250-solid: rgb(196, 206, 214);\\n --g-color-private-cool-grey-300-solid: rgb(181, 194, 204);\\n --g-color-private-cool-grey-350-solid: rgb(166, 181, 194);\\n --g-color-private-cool-grey-400-solid: rgb(151, 169, 184);\\n --g-color-private-cool-grey-450-solid: rgb(137, 157, 173);\\n --g-color-private-cool-grey-500-solid: rgb(122, 144, 163);\\n --g-color-private-cool-grey-550-solid: rgb(107, 132, 153);\\n --g-color-private-cool-grey-600-solid: rgb(100, 122, 141);\\n --g-color-private-cool-grey-650-solid: rgb(92, 111, 129);\\n --g-color-private-cool-grey-700-solid: rgb(85, 101, 117);\\n --g-color-private-cool-grey-750-solid: rgb(78, 91, 105);\\n --g-color-private-cool-grey-800-solid: rgb(71, 81, 94);\\n --g-color-private-cool-grey-850-solid: rgb(63, 70, 82);\\n --g-color-private-cool-grey-900-solid: rgb(56, 60, 70);\\n --g-color-private-cool-grey-950-solid: rgb(49, 50, 58);\\n --g-color-private-cool-grey-1000-solid: rgb(45, 44, 52);\\n --g-color-text-primary: var(--g-color-text-dark-primary);\\n --g-color-text-complementary: var(--g-color-text-dark-complementary);\\n --g-color-text-secondary: var(--g-color-text-dark-secondary);\\n --g-color-text-hint: var(--g-color-text-dark-hint);\\n --g-color-text-info: var(--g-color-private-blue-600-solid);\\n --g-color-text-positive: var(--g-color-private-green-600-solid);\\n --g-color-text-warning: var(--g-color-private-yellow-700-solid);\\n --g-color-text-danger: var(--g-color-private-red-600-solid);\\n --g-color-text-utility: var(--g-color-private-purple-600-solid);\\n --g-color-text-misc: var(--g-color-private-cool-grey-600-solid);\\n --g-color-text-info-heavy: var(--g-color-private-blue-700-solid);\\n --g-color-text-positive-heavy: var(--g-color-private-green-700-solid);\\n --g-color-text-warning-heavy: var(--g-color-private-orange-700-solid);\\n --g-color-text-danger-heavy: var(--g-color-private-red-700-solid);\\n --g-color-text-utility-heavy: var(--g-color-private-purple-700-solid);\\n --g-color-text-misc-heavy: var(--g-color-private-cool-grey-700-solid);\\n --g-color-text-brand: var(--g-color-private-yellow-700-solid);\\n --g-color-text-brand-heavy: var(--g-color-private-orange-700-solid);\\n --g-color-text-brand-contrast: var(--g-color-text-dark-primary);\\n --g-color-text-link: var(--g-color-private-yellow-650-solid);\\n --g-color-text-link-hover: var(--g-color-private-orange-650-solid);\\n --g-color-text-link-visited: var(--g-color-private-purple-550-solid);\\n --g-color-text-link-visited-hover: var(--g-color-private-purple-800-solid);\\n --g-color-text-dark-primary: var(--g-color-private-black-850);\\n --g-color-text-dark-complementary: var(--g-color-private-black-700);\\n --g-color-text-dark-secondary: var(--g-color-private-black-500);\\n --g-color-text-dark-hint: var(--g-color-private-black-300);\\n --g-color-text-light-primary: var(--g-color-private-white-1000-solid);\\n --g-color-text-light-complementary: var(--g-color-private-white-850);\\n --g-color-text-light-secondary: var(--g-color-private-white-700);\\n --g-color-text-light-hint: var(--g-color-private-white-500);\\n --g-color-text-inverted-primary: var(--g-color-text-light-primary);\\n --g-color-text-inverted-complementary: var(--g-color-text-light-complementary);\\n --g-color-text-inverted-secondary: var(--g-color-text-light-secondary);\\n --g-color-text-inverted-hint: var(--g-color-text-light-hint);\\n --g-color-base-background: var(--g-color-private-white-1000-solid);\\n --g-color-base-generic: var(--g-color-private-black-50);\\n --g-color-base-generic-hover: var(--g-color-private-black-150);\\n --g-color-base-generic-medium: var(--g-color-private-black-150);\\n --g-color-base-generic-medium-hover: var(--g-color-private-black-250);\\n --g-color-base-generic-accent: var(--g-color-private-black-150);\\n --g-color-base-generic-accent-disabled: var(--g-color-private-black-70);\\n --g-color-base-generic-ultralight: var(--g-color-private-black-20-solid);\\n --g-color-base-simple-hover: var(--g-color-private-black-50);\\n --g-color-base-simple-hover-solid: var(--g-color-private-black-50-solid);\\n --g-color-base-brand: var(--g-color-private-yellow-550-solid);\\n --g-color-base-brand-hover: var(--g-color-private-yellow-600-solid);\\n --g-color-base-selection: var(--g-color-private-yellow-200);\\n --g-color-base-selection-hover: var(--g-color-private-yellow-300);\\n --g-color-base-info-light: var(--g-color-private-blue-100);\\n --g-color-base-info-light-hover: var(--g-color-private-blue-200);\\n --g-color-base-info-medium: var(--g-color-private-blue-200);\\n --g-color-base-info-medium-hover: var(--g-color-private-blue-300);\\n --g-color-base-info-heavy: var(--g-color-private-blue-600-solid);\\n --g-color-base-info-heavy-hover: var(--g-color-private-blue-700-solid);\\n --g-color-base-positive-light: var(--g-color-private-green-100);\\n --g-color-base-positive-light-hover: var(--g-color-private-green-200);\\n --g-color-base-positive-medium: var(--g-color-private-green-200);\\n --g-color-base-positive-medium-hover: var(--g-color-private-green-300);\\n --g-color-base-positive-heavy: var(--g-color-private-green-600-solid);\\n --g-color-base-positive-heavy-hover: var(--g-color-private-green-700-solid);\\n --g-color-base-warning-light: var(--g-color-private-yellow-200);\\n --g-color-base-warning-light-hover: var(--g-color-private-yellow-300);\\n --g-color-base-warning-medium: var(--g-color-private-yellow-400);\\n --g-color-base-warning-medium-hover: var(--g-color-private-yellow-500);\\n --g-color-base-warning-heavy: var(--g-color-private-yellow-550-solid);\\n --g-color-base-warning-heavy-hover: var(--g-color-private-yellow-650-solid);\\n --g-color-base-danger-light: var(--g-color-private-red-100);\\n --g-color-base-danger-light-hover: var(--g-color-private-red-200);\\n --g-color-base-danger-medium: var(--g-color-private-red-200);\\n --g-color-base-danger-medium-hover: var(--g-color-private-red-300);\\n --g-color-base-danger-heavy: var(--g-color-private-red-600-solid);\\n --g-color-base-danger-heavy-hover: var(--g-color-private-red-700-solid);\\n --g-color-base-utility-light: var(--g-color-private-purple-100);\\n --g-color-base-utility-light-hover: var(--g-color-private-purple-200);\\n --g-color-base-utility-medium: var(--g-color-private-purple-200);\\n --g-color-base-utility-medium-hover: var(--g-color-private-purple-300);\\n --g-color-base-utility-heavy: var(--g-color-private-purple-600-solid);\\n --g-color-base-utility-heavy-hover: var(--g-color-private-purple-700-solid);\\n --g-color-base-neutral-light: var(--g-color-private-black-50);\\n --g-color-base-neutral-light-hover: var(--g-color-private-black-100);\\n --g-color-base-neutral-medium: var(--g-color-private-black-200);\\n --g-color-base-neutral-medium-hover: var(--g-color-private-black-250);\\n --g-color-base-neutral-heavy: var(--g-color-private-black-450);\\n --g-color-base-neutral-heavy-hover: var(--g-color-private-black-550);\\n --g-color-base-misc-light: var(--g-color-private-cool-grey-100);\\n --g-color-base-misc-light-hover: var(--g-color-private-cool-grey-200);\\n --g-color-base-misc-medium: var(--g-color-private-cool-grey-200);\\n --g-color-base-misc-medium-hover: var(--g-color-private-cool-grey-300);\\n --g-color-base-misc-heavy: var(--g-color-private-cool-grey-600-solid);\\n --g-color-base-misc-heavy-hover: var(--g-color-private-cool-grey-700-solid);\\n --g-color-base-light: var(--g-color-private-white-1000-solid);\\n --g-color-base-light-hover: var(--g-color-private-white-850);\\n --g-color-base-light-simple-hover: var(--g-color-private-white-150);\\n --g-color-base-light-disabled: var(--g-color-private-white-150);\\n --g-color-base-light-accent-disabled: var(--g-color-private-white-300);\\n --g-color-base-float: var(--g-color-private-white-1000-solid);\\n --g-color-base-float-hover: var(--g-color-private-black-50-solid);\\n --g-color-base-float-medium: var(--g-color-private-black-550-solid);\\n --g-color-base-float-heavy: var(--g-color-private-black-700-solid);\\n --g-color-base-float-accent: var(--g-color-private-white-1000-solid);\\n --g-color-base-float-accent-hover: var(--g-color-private-white-850);\\n --g-color-base-float-announcement: var(--g-color-private-cool-grey-50-solid);\\n --g-color-base-modal: var(--g-color-base-background);\\n --g-color-line-generic: var(--g-color-private-black-100);\\n --g-color-line-generic-hover: var(--g-color-private-black-150);\\n --g-color-line-generic-active: var(--g-color-private-black-300);\\n --g-color-line-generic-accent: var(--g-color-private-black-150);\\n --g-color-line-generic-accent-hover: var(--g-color-private-black-300);\\n --g-color-line-generic-solid: var(--g-color-private-black-100-solid);\\n --g-color-line-brand: var(--g-color-private-yellow-600-solid);\\n --g-color-line-focus: var(--g-color-private-cool-grey-450);\\n --g-color-line-light: var(--g-color-private-white-500);\\n --g-color-line-info: var(--g-color-private-blue-450);\\n --g-color-line-positive: var(--g-color-private-green-450);\\n --g-color-line-warning: var(--g-color-private-yellow-600-solid);\\n --g-color-line-danger: var(--g-color-private-red-450);\\n --g-color-line-utility: var(--g-color-private-purple-450);\\n --g-color-line-misc: var(--g-color-private-cool-grey-450);\\n --g-color-sfx-veil: var(--g-color-private-black-250);\\n --g-color-sfx-shadow: var(--g-color-private-black-150);\\n --g-color-sfx-shadow-heavy: var(--g-color-private-black-500);\\n --g-color-sfx-shadow-light: var(--g-color-private-black-50);\\n --g-color-sfx-fade: var(--g-color-private-white-300);\\n --g-color-scroll-track: var(--g-color-base-background);\\n --g-color-scroll-handle: var(--g-color-private-black-100);\\n --g-color-scroll-handle-hover: var(--g-color-private-black-150);\\n --g-color-scroll-corner: var(--g-color-private-black-100);\\n --g-color-infographics-axis: var(--g-color-private-black-150-solid);\\n --g-color-infographics-tooltip-bg: var(--g-color-private-white-950);\\n}\\n.g-root_theme_dark {\\n --g-color-private-white-50: rgba(255, 255, 255, 0.05);\\n --g-color-private-white-70: rgba(255, 255, 255, 0.07);\\n --g-color-private-white-100: rgba(255, 255, 255, 0.1);\\n --g-color-private-white-150: rgba(255, 255, 255, 0.15);\\n --g-color-private-white-200: rgba(255, 255, 255, 0.2);\\n --g-color-private-white-250: rgba(255, 255, 255, 0.25);\\n --g-color-private-white-300: rgba(255, 255, 255, 0.3);\\n --g-color-private-white-350: rgba(255, 255, 255, 0.35);\\n --g-color-private-white-400: rgba(255, 255, 255, 0.4);\\n --g-color-private-white-450: rgba(255, 255, 255, 0.45);\\n --g-color-private-white-500: rgba(255, 255, 255, 0.5);\\n --g-color-private-white-550: rgba(255, 255, 255, 0.55);\\n --g-color-private-white-600: rgba(255, 255, 255, 0.6);\\n --g-color-private-white-650: rgba(255, 255, 255, 0.65);\\n --g-color-private-white-700: rgba(255, 255, 255, 0.7);\\n --g-color-private-white-750: rgba(255, 255, 255, 0.75);\\n --g-color-private-white-800: rgba(255, 255, 255, 0.8);\\n --g-color-private-white-850: rgba(255, 255, 255, 0.85);\\n --g-color-private-white-900: rgba(255, 255, 255, 0.9);\\n --g-color-private-white-950: rgba(255, 255, 255, 0.95);\\n --g-color-private-white-20-solid: rgb(38, 34, 38);\\n --g-color-private-white-50-solid: rgb(45, 40, 45);\\n --g-color-private-white-70-solid: rgb(49, 45, 49);\\n --g-color-private-white-100-solid: rgb(56, 52, 56);\\n --g-color-private-white-150-solid: rgb(67, 63, 67);\\n --g-color-private-white-200-solid: rgb(78, 74, 78);\\n --g-color-private-white-250-solid: rgb(89, 85, 89);\\n --g-color-private-white-300-solid: rgb(100, 97, 100);\\n --g-color-private-white-350-solid: rgb(111, 108, 111);\\n --g-color-private-white-400-solid: rgb(122, 119, 122);\\n --g-color-private-white-450-solid: rgb(133, 131, 133);\\n --g-color-private-white-500-solid: rgb(144, 142, 144);\\n --g-color-private-white-550-solid: rgb(156, 153, 156);\\n --g-color-private-white-600-solid: rgb(167, 165, 167);\\n --g-color-private-white-650-solid: rgb(178, 176, 178);\\n --g-color-private-white-700-solid: rgb(189, 187, 189);\\n --g-color-private-white-750-solid: rgb(200, 198, 200);\\n --g-color-private-white-800-solid: rgb(211, 210, 211);\\n --g-color-private-white-850-solid: rgb(222, 221, 222);\\n --g-color-private-white-900-solid: rgb(233, 232, 233);\\n --g-color-private-white-950-solid: rgb(244, 244, 244);\\n --g-color-private-white-1000-solid: rgb(255, 255, 255);\\n --g-color-private-white-opaque-150: rgba(76, 75, 81, 0.95);\\n --g-color-private-black-20: rgba(0, 0, 0, 0.02);\\n --g-color-private-black-50: rgba(0, 0, 0, 0.05);\\n --g-color-private-black-100: rgba(0, 0, 0, 0.1);\\n --g-color-private-black-150: rgba(0, 0, 0, 0.15);\\n --g-color-private-black-200: rgba(0, 0, 0, 0.2);\\n --g-color-private-black-250: rgba(0, 0, 0, 0.25);\\n --g-color-private-black-300: rgba(0, 0, 0, 0.3);\\n --g-color-private-black-350: rgba(0, 0, 0, 0.35);\\n --g-color-private-black-400: rgba(0, 0, 0, 0.4);\\n --g-color-private-black-450: rgba(0, 0, 0, 0.45);\\n --g-color-private-black-500: rgba(0, 0, 0, 0.5);\\n --g-color-private-black-550: rgba(0, 0, 0, 0.55);\\n --g-color-private-black-600: rgba(0, 0, 0, 0.6);\\n --g-color-private-black-650: rgba(0, 0, 0, 0.65);\\n --g-color-private-black-700: rgba(0, 0, 0, 0.7);\\n --g-color-private-black-750: rgba(0, 0, 0, 0.75);\\n --g-color-private-black-800: rgba(0, 0, 0, 0.8);\\n --g-color-private-black-850: rgba(0, 0, 0, 0.85);\\n --g-color-private-black-900: rgba(0, 0, 0, 0.9);\\n --g-color-private-black-950: rgba(0, 0, 0, 0.95);\\n --g-color-private-black-1000-solid: rgb(0, 0, 0);\\n --g-color-private-blue-50: rgba(54, 151, 241, 0.1);\\n --g-color-private-blue-100: rgba(54, 151, 241, 0.15);\\n --g-color-private-blue-150: rgba(54, 151, 241, 0.2);\\n --g-color-private-blue-200: rgba(54, 151, 241, 0.3);\\n --g-color-private-blue-250: rgba(54, 151, 241, 0.4);\\n --g-color-private-blue-300: rgba(54, 151, 241, 0.5);\\n --g-color-private-blue-350: rgba(54, 151, 241, 0.6);\\n --g-color-private-blue-400: rgba(54, 151, 241, 0.7);\\n --g-color-private-blue-450: rgba(54, 151, 241, 0.8);\\n --g-color-private-blue-500: rgba(54, 151, 241, 0.9);\\n --g-color-private-blue-50-solid: rgb(36, 41, 55);\\n --g-color-private-blue-100-solid: rgb(37, 47, 65);\\n --g-color-private-blue-150-solid: rgb(38, 53, 75);\\n --g-color-private-blue-200-solid: rgb(40, 66, 96);\\n --g-color-private-blue-250-solid: rgb(42, 78, 117);\\n --g-color-private-blue-300-solid: rgb(44, 90, 138);\\n --g-color-private-blue-350-solid: rgb(46, 102, 158);\\n --g-color-private-blue-400-solid: rgb(48, 114, 179);\\n --g-color-private-blue-450-solid: rgb(50, 127, 200);\\n --g-color-private-blue-500-solid: rgb(52, 139, 220);\\n --g-color-private-blue-550-solid: rgb(54, 151, 241);\\n --g-color-private-blue-600-solid: rgb(74, 161, 242);\\n --g-color-private-blue-650-solid: rgb(94, 172, 244);\\n --g-color-private-blue-700-solid: rgb(114, 182, 245);\\n --g-color-private-blue-750-solid: rgb(134, 193, 247);\\n --g-color-private-blue-800-solid: rgb(155, 203, 248);\\n --g-color-private-blue-850-solid: rgb(175, 213, 249);\\n --g-color-private-blue-900-solid: rgb(195, 224, 251);\\n --g-color-private-blue-950-solid: rgb(215, 234, 252);\\n --g-color-private-blue-1000-solid: rgb(225, 239, 253);\\n --g-color-private-green-50: rgba(77, 176, 155, 0.1);\\n --g-color-private-green-100: rgba(77, 176, 155, 0.15);\\n --g-color-private-green-150: rgba(77, 176, 155, 0.2);\\n --g-color-private-green-200: rgba(77, 176, 155, 0.3);\\n --g-color-private-green-250: rgba(77, 176, 155, 0.4);\\n --g-color-private-green-300: rgba(77, 176, 155, 0.5);\\n --g-color-private-green-350: rgba(77, 176, 155, 0.6);\\n --g-color-private-green-400: rgba(77, 176, 155, 0.7);\\n --g-color-private-green-450: rgba(77, 176, 155, 0.8);\\n --g-color-private-green-500: rgba(77, 176, 155, 0.9);\\n --g-color-private-green-50-solid: rgb(38, 44, 46);\\n --g-color-private-green-100-solid: rgb(40, 51, 52);\\n --g-color-private-green-150-solid: rgb(43, 58, 58);\\n --g-color-private-green-200-solid: rgb(47, 73, 70);\\n --g-color-private-green-250-solid: rgb(51, 88, 82);\\n --g-color-private-green-300-solid: rgb(56, 103, 95);\\n --g-color-private-green-350-solid: rgb(60, 117, 107);\\n --g-color-private-green-400-solid: rgb(64, 132, 119);\\n --g-color-private-green-450-solid: rgb(68, 147, 131);\\n --g-color-private-green-500-solid: rgb(73, 161, 143);\\n --g-color-private-green-550-solid: rgb(77, 176, 155);\\n --g-color-private-green-600-solid: rgb(95, 184, 165);\\n --g-color-private-green-650-solid: rgb(113, 192, 175);\\n --g-color-private-green-700-solid: rgb(130, 200, 185);\\n --g-color-private-green-750-solid: rgb(148, 208, 195);\\n --g-color-private-green-800-solid: rgb(166, 216, 205);\\n --g-color-private-green-850-solid: rgb(184, 223, 215);\\n --g-color-private-green-900-solid: rgb(202, 231, 225);\\n --g-color-private-green-950-solid: rgb(219, 239, 235);\\n --g-color-private-green-1000-solid: rgb(228, 243, 240);\\n --g-color-private-yellow-50: rgba(255, 190, 92, 0.1);\\n --g-color-private-yellow-100: rgba(255, 190, 92, 0.15);\\n --g-color-private-yellow-150: rgba(255, 190, 92, 0.2);\\n --g-color-private-yellow-200: rgba(255, 190, 92, 0.3);\\n --g-color-private-yellow-250: rgba(255, 190, 92, 0.4);\\n --g-color-private-yellow-300: rgba(255, 190, 92, 0.5);\\n --g-color-private-yellow-350: rgba(255, 190, 92, 0.6);\\n --g-color-private-yellow-400: rgba(255, 190, 92, 0.7);\\n --g-color-private-yellow-450: rgba(255, 190, 92, 0.8);\\n --g-color-private-yellow-500: rgba(255, 190, 92, 0.9);\\n --g-color-private-yellow-50-solid: rgb(56, 45, 40);\\n --g-color-private-yellow-100-solid: rgb(67, 53, 43);\\n --g-color-private-yellow-150-solid: rgb(78, 61, 46);\\n --g-color-private-yellow-200-solid: rgb(100, 77, 51);\\n --g-color-private-yellow-250-solid: rgb(122, 93, 57);\\n --g-color-private-yellow-300-solid: rgb(145, 110, 63);\\n --g-color-private-yellow-350-solid: rgb(167, 126, 69);\\n --g-color-private-yellow-400-solid: rgb(189, 142, 75);\\n --g-color-private-yellow-450-solid: rgb(211, 158, 80);\\n --g-color-private-yellow-500-solid: rgb(233, 174, 86);\\n --g-color-private-yellow-550-solid: rgb(255, 190, 92);\\n --g-color-private-yellow-600-solid: rgb(255, 197, 108);\\n --g-color-private-yellow-650-solid: rgb(255, 203, 125);\\n --g-color-private-yellow-700-solid: rgb(255, 210, 141);\\n --g-color-private-yellow-750-solid: rgb(255, 216, 157);\\n --g-color-private-yellow-800-solid: rgb(255, 223, 174);\\n --g-color-private-yellow-850-solid: rgb(255, 229, 190);\\n --g-color-private-yellow-900-solid: rgb(255, 236, 206);\\n --g-color-private-yellow-950-solid: rgb(255, 242, 222);\\n --g-color-private-yellow-1000-solid: rgb(255, 245, 231);\\n --g-color-private-orange-50: rgba(200, 99, 12, 0.1);\\n --g-color-private-orange-100: rgba(200, 99, 12, 0.15);\\n --g-color-private-orange-150: rgba(200, 99, 12, 0.2);\\n --g-color-private-orange-200: rgba(200, 99, 12, 0.3);\\n --g-color-private-orange-250: rgba(200, 99, 12, 0.4);\\n --g-color-private-orange-300: rgba(200, 99, 12, 0.5);\\n --g-color-private-orange-350: rgba(200, 99, 12, 0.6);\\n --g-color-private-orange-400: rgba(200, 99, 12, 0.7);\\n --g-color-private-orange-450: rgba(200, 99, 12, 0.8);\\n --g-color-private-orange-500: rgba(200, 99, 12, 0.9);\\n --g-color-private-orange-50-solid: rgb(51, 36, 32);\\n --g-color-private-orange-100-solid: rgb(59, 40, 31);\\n --g-color-private-orange-150-solid: rgb(67, 43, 30);\\n --g-color-private-orange-200-solid: rgb(84, 50, 27);\\n --g-color-private-orange-250-solid: rgb(100, 57, 25);\\n --g-color-private-orange-300-solid: rgb(117, 64, 23);\\n --g-color-private-orange-350-solid: rgb(134, 71, 21);\\n --g-color-private-orange-400-solid: rgb(150, 78, 19);\\n --g-color-private-orange-450-solid: rgb(167, 85, 16);\\n --g-color-private-orange-500-solid: rgb(183, 92, 14);\\n --g-color-private-orange-550-solid: rgb(200, 99, 12);\\n --g-color-private-orange-600-solid: rgb(206, 115, 36);\\n --g-color-private-orange-650-solid: rgb(211, 130, 61);\\n --g-color-private-orange-700-solid: rgb(217, 146, 85);\\n --g-color-private-orange-750-solid: rgb(222, 161, 109);\\n --g-color-private-orange-800-solid: rgb(228, 177, 134);\\n --g-color-private-orange-850-solid: rgb(233, 193, 158);\\n --g-color-private-orange-900-solid: rgb(239, 208, 182);\\n --g-color-private-orange-950-solid: rgb(244, 224, 206);\\n --g-color-private-orange-1000-solid: rgb(247, 232, 219);\\n --g-color-private-red-50: rgba(229, 50, 93, 0.1);\\n --g-color-private-red-100: rgba(229, 50, 93, 0.15);\\n --g-color-private-red-150: rgba(229, 50, 93, 0.2);\\n --g-color-private-red-200: rgba(229, 50, 93, 0.3);\\n --g-color-private-red-250: rgba(229, 50, 93, 0.4);\\n --g-color-private-red-300: rgba(229, 50, 93, 0.5);\\n --g-color-private-red-350: rgba(229, 50, 93, 0.6);\\n --g-color-private-red-400: rgba(229, 50, 93, 0.7);\\n --g-color-private-red-450: rgba(229, 50, 93, 0.8);\\n --g-color-private-red-500: rgba(229, 50, 93, 0.9);\\n --g-color-private-red-50-solid: rgb(54, 31, 40);\\n --g-color-private-red-100-solid: rgb(63, 32, 43);\\n --g-color-private-red-150-solid: rgb(73, 33, 46);\\n --g-color-private-red-200-solid: rgb(93, 35, 52);\\n --g-color-private-red-250-solid: rgb(112, 37, 58);\\n --g-color-private-red-300-solid: rgb(132, 40, 64);\\n --g-color-private-red-350-solid: rgb(151, 42, 69);\\n --g-color-private-red-400-solid: rgb(171, 44, 75);\\n --g-color-private-red-450-solid: rgb(190, 46, 81);\\n --g-color-private-red-500-solid: rgb(210, 48, 87);\\n --g-color-private-red-550-solid: rgb(229, 50, 93);\\n --g-color-private-red-600-solid: rgb(232, 71, 109);\\n --g-color-private-red-650-solid: rgb(234, 91, 125);\\n --g-color-private-red-700-solid: rgb(237, 112, 142);\\n --g-color-private-red-750-solid: rgb(239, 132, 158);\\n --g-color-private-red-800-solid: rgb(242, 153, 174);\\n --g-color-private-red-850-solid: rgb(245, 173, 190);\\n --g-color-private-red-900-solid: rgb(247, 194, 206);\\n --g-color-private-red-950-solid: rgb(250, 214, 223);\\n --g-color-private-red-1000-solid: rgb(251, 224, 231);\\n --g-color-private-purple-50: rgba(143, 82, 204, 0.1);\\n --g-color-private-purple-100: rgba(143, 82, 204, 0.15);\\n --g-color-private-purple-150: rgba(143, 82, 204, 0.2);\\n --g-color-private-purple-200: rgba(143, 82, 204, 0.3);\\n --g-color-private-purple-250: rgba(143, 82, 204, 0.4);\\n --g-color-private-purple-300: rgba(143, 82, 204, 0.5);\\n --g-color-private-purple-350: rgba(143, 82, 204, 0.6);\\n --g-color-private-purple-400: rgba(143, 82, 204, 0.7);\\n --g-color-private-purple-450: rgba(143, 82, 204, 0.8);\\n --g-color-private-purple-500: rgba(143, 82, 204, 0.9);\\n --g-color-private-purple-50-solid: rgb(45, 34, 51);\\n --g-color-private-purple-100-solid: rgb(50, 37, 60);\\n --g-color-private-purple-150-solid: rgb(56, 40, 68);\\n --g-color-private-purple-200-solid: rgb(67, 45, 85);\\n --g-color-private-purple-250-solid: rgb(78, 50, 102);\\n --g-color-private-purple-300-solid: rgb(89, 56, 119);\\n --g-color-private-purple-350-solid: rgb(99, 61, 136);\\n --g-color-private-purple-400-solid: rgb(110, 66, 153);\\n --g-color-private-purple-450-solid: rgb(121, 71, 170);\\n --g-color-private-purple-500-solid: rgb(132, 77, 187);\\n --g-color-private-purple-550-solid: rgb(143, 82, 204);\\n --g-color-private-purple-600-solid: rgb(154, 99, 209);\\n --g-color-private-purple-650-solid: rgb(165, 117, 214);\\n --g-color-private-purple-700-solid: rgb(177, 134, 219);\\n --g-color-private-purple-750-solid: rgb(188, 151, 224);\\n --g-color-private-purple-800-solid: rgb(199, 169, 230);\\n --g-color-private-purple-850-solid: rgb(210, 186, 235);\\n --g-color-private-purple-900-solid: rgb(221, 203, 240);\\n --g-color-private-purple-950-solid: rgb(233, 220, 245);\\n --g-color-private-purple-1000-solid: rgb(238, 229, 247);\\n --g-color-private-cool-grey-50: rgba(96, 128, 156, 0.1);\\n --g-color-private-cool-grey-100: rgba(96, 128, 156, 0.15);\\n --g-color-private-cool-grey-150: rgba(96, 128, 156, 0.2);\\n --g-color-private-cool-grey-200: rgba(96, 128, 156, 0.3);\\n --g-color-private-cool-grey-250: rgba(96, 128, 156, 0.4);\\n --g-color-private-cool-grey-300: rgba(96, 128, 156, 0.5);\\n --g-color-private-cool-grey-350: rgba(96, 128, 156, 0.6);\\n --g-color-private-cool-grey-400: rgba(96, 128, 156, 0.7);\\n --g-color-private-cool-grey-450: rgba(96, 128, 156, 0.8);\\n --g-color-private-cool-grey-500: rgba(96, 128, 156, 0.9);\\n --g-color-private-cool-grey-50-solid: rgb(40, 39, 46);\\n --g-color-private-cool-grey-100-solid: rgb(43, 44, 52);\\n --g-color-private-cool-grey-150-solid: rgb(46, 49, 58);\\n --g-color-private-cool-grey-200-solid: rgb(53, 59, 71);\\n --g-color-private-cool-grey-250-solid: rgb(59, 69, 83);\\n --g-color-private-cool-grey-300-solid: rgb(65, 79, 95);\\n --g-color-private-cool-grey-350-solid: rgb(71, 88, 107);\\n --g-color-private-cool-grey-400-solid: rgb(77, 98, 119);\\n --g-color-private-cool-grey-450-solid: rgb(84, 108, 132);\\n --g-color-private-cool-grey-500-solid: rgb(90, 118, 144);\\n --g-color-private-cool-grey-550-solid: rgb(96, 128, 156);\\n --g-color-private-cool-grey-600-solid: rgb(112, 141, 166);\\n --g-color-private-cool-grey-650-solid: rgb(128, 153, 176);\\n --g-color-private-cool-grey-700-solid: rgb(144, 166, 186);\\n --g-color-private-cool-grey-750-solid: rgb(160, 179, 196);\\n --g-color-private-cool-grey-800-solid: rgb(176, 192, 206);\\n --g-color-private-cool-grey-850-solid: rgb(191, 204, 215);\\n --g-color-private-cool-grey-900-solid: rgb(207, 217, 225);\\n --g-color-private-cool-grey-950-solid: rgb(223, 230, 235);\\n --g-color-private-cool-grey-1000-solid: rgb(231, 236, 240);\\n --g-color-text-primary: var(--g-color-text-light-primary);\\n --g-color-text-complementary: var(--g-color-text-light-complementary);\\n --g-color-text-secondary: var(--g-color-text-light-secondary);\\n --g-color-text-hint: var(--g-color-text-light-hint);\\n --g-color-text-info: var(--g-color-private-blue-550-solid);\\n --g-color-text-positive: var(--g-color-private-green-550-solid);\\n --g-color-text-warning: var(--g-color-private-yellow-550-solid);\\n --g-color-text-danger: var(--g-color-private-red-550-solid);\\n --g-color-text-utility: var(--g-color-private-purple-600-solid);\\n --g-color-text-misc: var(--g-color-private-cool-grey-600-solid);\\n --g-color-text-info-heavy: var(--g-color-private-blue-600-solid);\\n --g-color-text-positive-heavy: var(--g-color-private-green-600-solid);\\n --g-color-text-warning-heavy: var(--g-color-private-yellow-600-solid);\\n --g-color-text-danger-heavy: var(--g-color-private-red-600-solid);\\n --g-color-text-utility-heavy: var(--g-color-private-purple-650-solid);\\n --g-color-text-misc-heavy: var(--g-color-private-cool-grey-650-solid);\\n --g-color-text-brand: var(--g-color-private-yellow-600-solid);\\n --g-color-text-brand-heavy: var(--g-color-private-yellow-700-solid);\\n --g-color-text-brand-contrast: var(--g-color-text-dark-primary);\\n --g-color-text-link: var(--g-color-private-yellow-550-solid);\\n --g-color-text-link-hover: var(--g-color-private-orange-550-solid);\\n --g-color-text-link-visited: var(--g-color-private-purple-600-solid);\\n --g-color-text-link-visited-hover: var(--g-color-private-purple-750-solid);\\n --g-color-text-dark-primary: var(--g-color-private-black-900);\\n --g-color-text-dark-complementary: var(--g-color-private-black-700);\\n --g-color-text-dark-secondary: var(--g-color-private-black-500);\\n --g-color-text-dark-hint: var(--g-color-private-black-300);\\n --g-color-text-light-primary: var(--g-color-private-white-850);\\n --g-color-text-light-complementary: var(--g-color-private-white-700);\\n --g-color-text-light-secondary: var(--g-color-private-white-500);\\n --g-color-text-light-hint: var(--g-color-private-white-300);\\n --g-color-text-inverted-primary: var(--g-color-text-dark-primary);\\n --g-color-text-inverted-complementary: var(--g-color-text-dark-complementary);\\n --g-color-text-inverted-secondary: var(--g-color-text-dark-secondary);\\n --g-color-text-inverted-hint: var(--g-color-text-dark-hint);\\n --g-color-base-background: rgb(34, 29, 34);\\n --g-color-base-generic: var(--g-color-private-white-100);\\n --g-color-base-generic-hover: var(--g-color-private-white-150);\\n --g-color-base-generic-medium: var(--g-color-private-white-250);\\n --g-color-base-generic-medium-hover: var(--g-color-private-white-300);\\n --g-color-base-generic-accent: var(--g-color-private-white-150);\\n --g-color-base-generic-accent-disabled: var(--g-color-private-white-70);\\n --g-color-base-generic-ultralight: var(--g-color-private-white-20-solid);\\n --g-color-base-simple-hover: var(--g-color-private-white-100);\\n --g-color-base-simple-hover-solid: var(--g-color-private-white-100-solid);\\n --g-color-base-brand: var(--g-color-private-yellow-550-solid);\\n --g-color-base-brand-hover: var(--g-color-private-yellow-650-solid);\\n --g-color-base-selection: var(--g-color-private-yellow-150);\\n --g-color-base-selection-hover: var(--g-color-private-yellow-200);\\n --g-color-base-info-light: var(--g-color-private-blue-150);\\n --g-color-base-info-light-hover: var(--g-color-private-blue-200);\\n --g-color-base-info-medium: var(--g-color-private-blue-300);\\n --g-color-base-info-medium-hover: var(--g-color-private-blue-400);\\n --g-color-base-info-heavy: var(--g-color-private-blue-600-solid);\\n --g-color-base-info-heavy-hover: var(--g-color-private-blue-700-solid);\\n --g-color-base-positive-light: var(--g-color-private-green-150);\\n --g-color-base-positive-light-hover: var(--g-color-private-green-200);\\n --g-color-base-positive-medium: var(--g-color-private-green-300);\\n --g-color-base-positive-medium-hover: var(--g-color-private-green-400);\\n --g-color-base-positive-heavy: var(--g-color-private-green-600-solid);\\n --g-color-base-positive-heavy-hover: var(--g-color-private-green-700-solid);\\n --g-color-base-warning-light: var(--g-color-private-yellow-150);\\n --g-color-base-warning-light-hover: var(--g-color-private-yellow-200);\\n --g-color-base-warning-medium: var(--g-color-private-yellow-300);\\n --g-color-base-warning-medium-hover: var(--g-color-private-yellow-400);\\n --g-color-base-warning-heavy: var(--g-color-private-yellow-600-solid);\\n --g-color-base-warning-heavy-hover: var(--g-color-private-yellow-700-solid);\\n --g-color-base-danger-light: var(--g-color-private-red-150);\\n --g-color-base-danger-light-hover: var(--g-color-private-red-200);\\n --g-color-base-danger-medium: var(--g-color-private-red-300);\\n --g-color-base-danger-medium-hover: var(--g-color-private-red-400);\\n --g-color-base-danger-heavy: var(--g-color-private-red-600-solid);\\n --g-color-base-danger-heavy-hover: var(--g-color-private-red-700-solid);\\n --g-color-base-utility-light: var(--g-color-private-purple-150);\\n --g-color-base-utility-light-hover: var(--g-color-private-purple-250);\\n --g-color-base-utility-medium: var(--g-color-private-purple-300);\\n --g-color-base-utility-medium-hover: var(--g-color-private-purple-400);\\n --g-color-base-utility-heavy: var(--g-color-private-purple-600-solid);\\n --g-color-base-utility-heavy-hover: var(--g-color-private-purple-700-solid);\\n --g-color-base-neutral-light: var(--g-color-private-white-100);\\n --g-color-base-neutral-light-hover: var(--g-color-private-white-150);\\n --g-color-base-neutral-medium: var(--g-color-private-white-250);\\n --g-color-base-neutral-medium-hover: var(--g-color-private-white-350);\\n --g-color-base-neutral-heavy: var(--g-color-private-white-550);\\n --g-color-base-neutral-heavy-hover: var(--g-color-private-white-650);\\n --g-color-base-misc-light: var(--g-color-private-cool-grey-150);\\n --g-color-base-misc-light-hover: var(--g-color-private-cool-grey-200);\\n --g-color-base-misc-medium: var(--g-color-private-cool-grey-300);\\n --g-color-base-misc-medium-hover: var(--g-color-private-cool-grey-400);\\n --g-color-base-misc-heavy: var(--g-color-private-cool-grey-600-solid);\\n --g-color-base-misc-heavy-hover: var(--g-color-private-cool-grey-700-solid);\\n --g-color-base-light: var(--g-color-private-white-850);\\n --g-color-base-light-hover: var(--g-color-private-white-700);\\n --g-color-base-light-simple-hover: var(--g-color-private-white-150);\\n --g-color-base-light-disabled: var(--g-color-private-white-150);\\n --g-color-base-light-accent-disabled: var(--g-color-private-white-300);\\n --g-color-base-float: var(--g-color-private-white-100-solid);\\n --g-color-base-float-hover: var(--g-color-private-white-150-solid);\\n --g-color-base-float-medium: var(--g-color-private-white-150-solid);\\n --g-color-base-float-heavy: var(--g-color-private-white-250-solid);\\n --g-color-base-float-accent: var(--g-color-private-white-150-solid);\\n --g-color-base-float-accent-hover: var(--g-color-private-white-200-solid);\\n --g-color-base-float-announcement: var(--g-color-private-white-150-solid);\\n --g-color-base-modal: var(--g-color-base-background);\\n --g-color-line-generic: var(--g-color-private-white-150);\\n --g-color-line-generic-hover: var(--g-color-private-white-250);\\n --g-color-line-generic-active: var(--g-color-private-white-300);\\n --g-color-line-generic-accent: var(--g-color-private-white-150);\\n --g-color-line-generic-accent-hover: var(--g-color-private-white-300);\\n --g-color-line-generic-solid: var(--g-color-private-white-150-solid);\\n --g-color-line-brand: var(--g-color-private-yellow-600-solid);\\n --g-color-line-focus: var(--g-color-private-cool-grey-450);\\n --g-color-line-light: var(--g-color-private-white-500);\\n --g-color-line-info: var(--g-color-private-blue-450);\\n --g-color-line-positive: var(--g-color-private-green-450);\\n --g-color-line-warning: var(--g-color-private-yellow-450);\\n --g-color-line-danger: var(--g-color-private-red-450);\\n --g-color-line-utility: var(--g-color-private-purple-450);\\n --g-color-line-misc: var(--g-color-private-cool-grey-450);\\n --g-color-sfx-veil: var(--g-color-private-black-600);\\n --g-color-sfx-shadow: var(--g-color-private-black-200);\\n --g-color-sfx-shadow-heavy: var(--g-color-private-black-500);\\n --g-color-sfx-shadow-light: var(--g-color-private-black-200);\\n --g-color-sfx-fade: var(--g-color-private-white-250);\\n --g-color-scroll-track: var(--g-color-base-background);\\n --g-color-scroll-handle: var(--g-color-private-white-150);\\n --g-color-scroll-handle-hover: var(--g-color-private-white-250);\\n --g-color-scroll-corner: var(--g-color-private-white-150);\\n --g-color-infographics-axis: var(--g-color-private-white-150-solid);\\n --g-color-infographics-tooltip-bg: var(--g-color-private-white-opaque-150);\\n}\\n.g-root_theme_light-hc {\\n --g-color-private-white-50: rgba(255, 255, 255, 0.05);\\n --g-color-private-white-70: rgba(255, 255, 255, 0.07);\\n --g-color-private-white-100: rgba(255, 255, 255, 0.1);\\n --g-color-private-white-150: rgba(255, 255, 255, 0.15);\\n --g-color-private-white-200: rgba(255, 255, 255, 0.2);\\n --g-color-private-white-250: rgba(255, 255, 255, 0.25);\\n --g-color-private-white-300: rgba(255, 255, 255, 0.3);\\n --g-color-private-white-350: rgba(255, 255, 255, 0.35);\\n --g-color-private-white-400: rgba(255, 255, 255, 0.4);\\n --g-color-private-white-450: rgba(255, 255, 255, 0.45);\\n --g-color-private-white-500: rgba(255, 255, 255, 0.5);\\n --g-color-private-white-550: rgba(255, 255, 255, 0.55);\\n --g-color-private-white-600: rgba(255, 255, 255, 0.6);\\n --g-color-private-white-650: rgba(255, 255, 255, 0.65);\\n --g-color-private-white-700: rgba(255, 255, 255, 0.7);\\n --g-color-private-white-750: rgba(255, 255, 255, 0.75);\\n --g-color-private-white-800: rgba(255, 255, 255, 0.8);\\n --g-color-private-white-850: rgba(255, 255, 255, 0.85);\\n --g-color-private-white-900: rgba(255, 255, 255, 0.9);\\n --g-color-private-white-950: rgba(255, 255, 255, 0.95);\\n --g-color-private-white-1000-solid: rgb(255, 255, 255);\\n --g-color-private-black-50: rgba(0, 0, 0, 0.05);\\n --g-color-private-black-100: rgba(0, 0, 0, 0.1);\\n --g-color-private-black-150: rgba(0, 0, 0, 0.15);\\n --g-color-private-black-200: rgba(0, 0, 0, 0.2);\\n --g-color-private-black-250: rgba(0, 0, 0, 0.25);\\n --g-color-private-black-300: rgba(0, 0, 0, 0.3);\\n --g-color-private-black-350: rgba(0, 0, 0, 0.35);\\n --g-color-private-black-400: rgba(0, 0, 0, 0.4);\\n --g-color-private-black-450: rgba(0, 0, 0, 0.45);\\n --g-color-private-black-500: rgba(0, 0, 0, 0.5);\\n --g-color-private-black-550: rgba(0, 0, 0, 0.55);\\n --g-color-private-black-600: rgba(0, 0, 0, 0.6);\\n --g-color-private-black-650: rgba(0, 0, 0, 0.65);\\n --g-color-private-black-700: rgba(0, 0, 0, 0.7);\\n --g-color-private-black-750: rgba(0, 0, 0, 0.75);\\n --g-color-private-black-800: rgba(0, 0, 0, 0.8);\\n --g-color-private-black-850: rgba(0, 0, 0, 0.85);\\n --g-color-private-black-900: rgba(0, 0, 0, 0.9);\\n --g-color-private-black-950: rgba(0, 0, 0, 0.95);\\n --g-color-private-black-50-solid: rgb(242, 242, 242);\\n --g-color-private-black-100-solid: rgb(229, 229, 229);\\n --g-color-private-black-150-solid: rgb(217, 217, 217);\\n --g-color-private-black-200-solid: rgb(204, 204, 204);\\n --g-color-private-black-250-solid: rgb(191, 191, 191);\\n --g-color-private-black-300-solid: rgb(179, 179, 179);\\n --g-color-private-black-350-solid: rgb(166, 166, 166);\\n --g-color-private-black-400-solid: rgb(153, 153, 153);\\n --g-color-private-black-450-solid: rgb(140, 140, 140);\\n --g-color-private-black-500-solid: rgb(128, 128, 128);\\n --g-color-private-black-550-solid: rgb(115, 115, 115);\\n --g-color-private-black-600-solid: rgb(102, 102, 102);\\n --g-color-private-black-650-solid: rgb(89, 89, 89);\\n --g-color-private-black-700-solid: rgb(76, 76, 76);\\n --g-color-private-black-750-solid: rgb(64, 64, 64);\\n --g-color-private-black-800-solid: rgb(51, 51, 51);\\n --g-color-private-black-850-solid: rgb(38, 38, 38);\\n --g-color-private-black-900-solid: rgb(26, 26, 26);\\n --g-color-private-black-950-solid: rgb(13, 13, 13);\\n --g-color-private-black-1000-solid: rgb(0, 0, 0);\\n --g-color-private-blue-50: rgba(54, 151, 241, 0.1);\\n --g-color-private-blue-100: rgba(54, 151, 241, 0.15);\\n --g-color-private-blue-150: rgba(54, 151, 241, 0.2);\\n --g-color-private-blue-200: rgba(54, 151, 241, 0.3);\\n --g-color-private-blue-250: rgba(54, 151, 241, 0.4);\\n --g-color-private-blue-300: rgba(54, 151, 241, 0.5);\\n --g-color-private-blue-350: rgba(54, 151, 241, 0.6);\\n --g-color-private-blue-400: rgba(54, 151, 241, 0.7);\\n --g-color-private-blue-450: rgba(54, 151, 241, 0.8);\\n --g-color-private-blue-500: rgba(54, 151, 241, 0.9);\\n --g-color-private-blue-50-solid: rgb(235, 245, 254);\\n --g-color-private-blue-100-solid: rgb(225, 239, 253);\\n --g-color-private-blue-150-solid: rgb(215, 234, 252);\\n --g-color-private-blue-200-solid: rgb(195, 224, 251);\\n --g-color-private-blue-250-solid: rgb(175, 213, 249);\\n --g-color-private-blue-300-solid: rgb(155, 203, 248);\\n --g-color-private-blue-350-solid: rgb(134, 193, 247);\\n --g-color-private-blue-400-solid: rgb(114, 182, 245);\\n --g-color-private-blue-450-solid: rgb(94, 172, 244);\\n --g-color-private-blue-500-solid: rgb(74, 161, 242);\\n --g-color-private-blue-550-solid: rgb(54, 151, 241);\\n --g-color-private-blue-600-solid: rgb(50, 138, 219);\\n --g-color-private-blue-650-solid: rgb(47, 124, 196);\\n --g-color-private-blue-700-solid: rgb(43, 111, 174);\\n --g-color-private-blue-750-solid: rgb(40, 97, 152);\\n --g-color-private-blue-800-solid: rgb(36, 84, 130);\\n --g-color-private-blue-850-solid: rgb(32, 71, 107);\\n --g-color-private-blue-900-solid: rgb(29, 57, 85);\\n --g-color-private-blue-950-solid: rgb(25, 44, 63);\\n --g-color-private-blue-1000-solid: rgb(23, 37, 51);\\n --g-color-private-green-50: rgba(50, 186, 118, 0.1);\\n --g-color-private-green-100: rgba(50, 186, 118, 0.15);\\n --g-color-private-green-150: rgba(50, 186, 118, 0.2);\\n --g-color-private-green-200: rgba(50, 186, 118, 0.3);\\n --g-color-private-green-250: rgba(50, 186, 118, 0.4);\\n --g-color-private-green-300: rgba(50, 186, 118, 0.5);\\n --g-color-private-green-350: rgba(50, 186, 118, 0.6);\\n --g-color-private-green-400: rgba(50, 186, 118, 0.7);\\n --g-color-private-green-450: rgba(50, 186, 118, 0.8);\\n --g-color-private-green-500: rgba(50, 186, 118, 0.9);\\n --g-color-private-green-50-solid: rgb(235, 248, 241);\\n --g-color-private-green-100-solid: rgb(224, 245, 234);\\n --g-color-private-green-150-solid: rgb(214, 241, 228);\\n --g-color-private-green-200-solid: rgb(194, 234, 214);\\n --g-color-private-green-250-solid: rgb(173, 227, 200);\\n --g-color-private-green-300-solid: rgb(153, 221, 187);\\n --g-color-private-green-350-solid: rgb(132, 214, 173);\\n --g-color-private-green-400-solid: rgb(112, 207, 159);\\n --g-color-private-green-450-solid: rgb(91, 200, 145);\\n --g-color-private-green-500-solid: rgb(71, 193, 132);\\n --g-color-private-green-550-solid: rgb(50, 186, 118);\\n --g-color-private-green-600-solid: rgb(47, 169, 108);\\n --g-color-private-green-650-solid: rgb(44, 152, 98);\\n --g-color-private-green-700-solid: rgb(40, 135, 88);\\n --g-color-private-green-750-solid: rgb(37, 118, 78);\\n --g-color-private-green-800-solid: rgb(34, 102, 68);\\n --g-color-private-green-850-solid: rgb(31, 85, 58);\\n --g-color-private-green-900-solid: rgb(28, 68, 48);\\n --g-color-private-green-950-solid: rgb(24, 51, 38);\\n --g-color-private-green-1000-solid: rgb(23, 42, 33);\\n --g-color-private-yellow-50: rgba(255, 190, 92, 0.1);\\n --g-color-private-yellow-100: rgba(255, 190, 92, 0.15);\\n --g-color-private-yellow-150: rgba(255, 190, 92, 0.2);\\n --g-color-private-yellow-200: rgba(255, 190, 92, 0.3);\\n --g-color-private-yellow-250: rgba(255, 190, 92, 0.4);\\n --g-color-private-yellow-300: rgba(255, 190, 92, 0.5);\\n --g-color-private-yellow-350: rgba(255, 190, 92, 0.6);\\n --g-color-private-yellow-400: rgba(255, 190, 92, 0.7);\\n --g-color-private-yellow-450: rgba(255, 190, 92, 0.8);\\n --g-color-private-yellow-500: rgba(255, 190, 92, 0.9);\\n --g-color-private-yellow-50-solid: rgb(255, 249, 239);\\n --g-color-private-yellow-100-solid: rgb(255, 245, 231);\\n --g-color-private-yellow-150-solid: rgb(255, 242, 222);\\n --g-color-private-yellow-200-solid: rgb(255, 236, 206);\\n --g-color-private-yellow-250-solid: rgb(255, 229, 190);\\n --g-color-private-yellow-300-solid: rgb(255, 223, 174);\\n --g-color-private-yellow-350-solid: rgb(255, 216, 157);\\n --g-color-private-yellow-400-solid: rgb(255, 210, 141);\\n --g-color-private-yellow-450-solid: rgb(255, 203, 125);\\n --g-color-private-yellow-500-solid: rgb(255, 197, 108);\\n --g-color-private-yellow-550-solid: rgb(255, 190, 92);\\n --g-color-private-yellow-600-solid: rgb(231, 173, 85);\\n --g-color-private-yellow-650-solid: rgb(208, 155, 77);\\n --g-color-private-yellow-700-solid: rgb(184, 138, 70);\\n --g-color-private-yellow-750-solid: rgb(160, 121, 62);\\n --g-color-private-yellow-800-solid: rgb(137, 104, 55);\\n --g-color-private-yellow-850-solid: rgb(113, 86, 48);\\n --g-color-private-yellow-900-solid: rgb(89, 69, 40);\\n --g-color-private-yellow-950-solid: rgb(65, 52, 33);\\n --g-color-private-yellow-1000-solid: rgb(54, 43, 29);\\n --g-color-private-orange-50: rgba(255, 119, 0, 0.1);\\n --g-color-private-orange-100: rgba(255, 119, 0, 0.15);\\n --g-color-private-orange-150: rgba(255, 119, 0, 0.2);\\n --g-color-private-orange-200: rgba(255, 119, 0, 0.3);\\n --g-color-private-orange-250: rgba(255, 119, 0, 0.4);\\n --g-color-private-orange-300: rgba(255, 119, 0, 0.5);\\n --g-color-private-orange-350: rgba(255, 119, 0, 0.6);\\n --g-color-private-orange-400: rgba(255, 119, 0, 0.7);\\n --g-color-private-orange-450: rgba(255, 119, 0, 0.8);\\n --g-color-private-orange-500: rgba(255, 119, 0, 0.9);\\n --g-color-private-orange-50-solid: rgb(255, 241, 230);\\n --g-color-private-orange-100-solid: rgb(255, 235, 217);\\n --g-color-private-orange-150-solid: rgb(255, 228, 204);\\n --g-color-private-orange-200-solid: rgb(255, 214, 179);\\n --g-color-private-orange-250-solid: rgb(255, 201, 153);\\n --g-color-private-orange-300-solid: rgb(255, 187, 128);\\n --g-color-private-orange-350-solid: rgb(255, 173, 102);\\n --g-color-private-orange-400-solid: rgb(255, 160, 77);\\n --g-color-private-orange-450-solid: rgb(255, 146, 51);\\n --g-color-private-orange-500-solid: rgb(255, 133, 25);\\n --g-color-private-orange-550-solid: rgb(255, 119, 0);\\n --g-color-private-orange-600-solid: rgb(231, 109, 2);\\n --g-color-private-orange-650-solid: rgb(208, 99, 4);\\n --g-color-private-orange-700-solid: rgb(184, 88, 5);\\n --g-color-private-orange-750-solid: rgb(160, 78, 7);\\n --g-color-private-orange-800-solid: rgb(137, 68, 9);\\n --g-color-private-orange-850-solid: rgb(113, 58, 11);\\n --g-color-private-orange-900-solid: rgb(89, 48, 13);\\n --g-color-private-orange-950-solid: rgb(65, 37, 14);\\n --g-color-private-orange-1000-solid: rgb(54, 32, 15);\\n --g-color-private-red-50: rgba(255, 0, 61, 0.1);\\n --g-color-private-red-100: rgba(255, 0, 61, 0.15);\\n --g-color-private-red-150: rgba(255, 0, 61, 0.2);\\n --g-color-private-red-200: rgba(255, 0, 61, 0.3);\\n --g-color-private-red-250: rgba(255, 0, 61, 0.4);\\n --g-color-private-red-300: rgba(255, 0, 61, 0.5);\\n --g-color-private-red-350: rgba(255, 0, 61, 0.6);\\n --g-color-private-red-400: rgba(255, 0, 61, 0.7);\\n --g-color-private-red-450: rgba(255, 0, 61, 0.8);\\n --g-color-private-red-500: rgba(255, 0, 61, 0.9);\\n --g-color-private-red-50-solid: rgb(255, 230, 236);\\n --g-color-private-red-100-solid: rgb(255, 217, 226);\\n --g-color-private-red-150-solid: rgb(255, 204, 216);\\n --g-color-private-red-200-solid: rgb(255, 179, 197);\\n --g-color-private-red-250-solid: rgb(255, 153, 177);\\n --g-color-private-red-300-solid: rgb(255, 128, 158);\\n --g-color-private-red-350-solid: rgb(255, 102, 139);\\n --g-color-private-red-400-solid: rgb(255, 77, 119);\\n --g-color-private-red-450-solid: rgb(255, 51, 100);\\n --g-color-private-red-500-solid: rgb(255, 25, 80);\\n --g-color-private-red-550-solid: rgb(255, 0, 61);\\n --g-color-private-red-600-solid: rgb(231, 2, 57);\\n --g-color-private-red-650-solid: rgb(208, 3, 52);\\n --g-color-private-red-700-solid: rgb(184, 5, 48);\\n --g-color-private-red-750-solid: rgb(160, 7, 44);\\n --g-color-private-red-800-solid: rgb(137, 9, 40);\\n --g-color-private-red-850-solid: rgb(113, 10, 35);\\n --g-color-private-red-900-solid: rgb(89, 12, 31);\\n --g-color-private-red-950-solid: rgb(65, 14, 27);\\n --g-color-private-red-1000-solid: rgb(54, 14, 24);\\n --g-color-private-purple-50: rgba(143, 82, 204, 0.1);\\n --g-color-private-purple-100: rgba(143, 82, 204, 0.15);\\n --g-color-private-purple-150: rgba(143, 82, 204, 0.2);\\n --g-color-private-purple-200: rgba(143, 82, 204, 0.3);\\n --g-color-private-purple-250: rgba(143, 82, 204, 0.4);\\n --g-color-private-purple-300: rgba(143, 82, 204, 0.5);\\n --g-color-private-purple-350: rgba(143, 82, 204, 0.6);\\n --g-color-private-purple-400: rgba(143, 82, 204, 0.7);\\n --g-color-private-purple-450: rgba(143, 82, 204, 0.8);\\n --g-color-private-purple-500: rgba(143, 82, 204, 0.9);\\n --g-color-private-purple-50-solid: rgb(244, 238, 250);\\n --g-color-private-purple-100-solid: rgb(238, 229, 247);\\n --g-color-private-purple-150-solid: rgb(233, 220, 245);\\n --g-color-private-purple-200-solid: rgb(221, 203, 240);\\n --g-color-private-purple-250-solid: rgb(210, 186, 235);\\n --g-color-private-purple-300-solid: rgb(199, 169, 230);\\n --g-color-private-purple-350-solid: rgb(188, 151, 224);\\n --g-color-private-purple-400-solid: rgb(177, 134, 219);\\n --g-color-private-purple-450-solid: rgb(165, 117, 214);\\n --g-color-private-purple-500-solid: rgb(154, 99, 209);\\n --g-color-private-purple-550-solid: rgb(143, 82, 204);\\n --g-color-private-purple-600-solid: rgb(131, 76, 185);\\n --g-color-private-purple-650-solid: rgb(118, 69, 167);\\n --g-color-private-purple-700-solid: rgb(106, 63, 148);\\n --g-color-private-purple-750-solid: rgb(93, 56, 130);\\n --g-color-private-purple-800-solid: rgb(81, 50, 111);\\n --g-color-private-purple-850-solid: rgb(68, 43, 92);\\n --g-color-private-purple-900-solid: rgb(56, 37, 74);\\n --g-color-private-purple-950-solid: rgb(43, 30, 55);\\n --g-color-private-purple-1000-solid: rgb(37, 27, 46);\\n --g-color-private-cool-grey-50: rgba(107, 132, 153, 0.1);\\n --g-color-private-cool-grey-100: rgba(107, 132, 153, 0.15);\\n --g-color-private-cool-grey-150: rgba(107, 132, 153, 0.2);\\n --g-color-private-cool-grey-200: rgba(107, 132, 153, 0.3);\\n --g-color-private-cool-grey-250: rgba(107, 132, 153, 0.4);\\n --g-color-private-cool-grey-300: rgba(107, 132, 153, 0.5);\\n --g-color-private-cool-grey-350: rgba(107, 132, 153, 0.6);\\n --g-color-private-cool-grey-400: rgba(107, 132, 153, 0.7);\\n --g-color-private-cool-grey-450: rgba(107, 132, 153, 0.8);\\n --g-color-private-cool-grey-500: rgba(107, 132, 153, 0.9);\\n --g-color-private-cool-grey-50-solid: rgb(240, 243, 245);\\n --g-color-private-cool-grey-100-solid: rgb(233, 237, 240);\\n --g-color-private-cool-grey-150-solid: rgb(225, 230, 235);\\n --g-color-private-cool-grey-200-solid: rgb(211, 218, 224);\\n --g-color-private-cool-grey-250-solid: rgb(196, 206, 214);\\n --g-color-private-cool-grey-300-solid: rgb(181, 194, 204);\\n --g-color-private-cool-grey-350-solid: rgb(166, 181, 194);\\n --g-color-private-cool-grey-400-solid: rgb(151, 169, 184);\\n --g-color-private-cool-grey-450-solid: rgb(137, 157, 173);\\n --g-color-private-cool-grey-500-solid: rgb(122, 144, 163);\\n --g-color-private-cool-grey-550-solid: rgb(107, 132, 153);\\n --g-color-private-cool-grey-600-solid: rgb(98, 121, 140);\\n --g-color-private-cool-grey-650-solid: rgb(89, 109, 126);\\n --g-color-private-cool-grey-700-solid: rgb(80, 98, 113);\\n --g-color-private-cool-grey-750-solid: rgb(71, 86, 99);\\n --g-color-private-cool-grey-800-solid: rgb(63, 75, 86);\\n --g-color-private-cool-grey-850-solid: rgb(54, 63, 72);\\n --g-color-private-cool-grey-900-solid: rgb(45, 52, 59);\\n --g-color-private-cool-grey-950-solid: rgb(36, 40, 45);\\n --g-color-private-cool-grey-1000-solid: rgb(31, 34, 38);\\n --g-color-text-primary: var(--g-color-text-dark-primary);\\n --g-color-text-complementary: var(--g-color-text-dark-complementary);\\n --g-color-text-secondary: var(--g-color-text-dark-secondary);\\n --g-color-text-hint: var(--g-color-text-dark-hint);\\n --g-color-text-info: var(--g-color-private-blue-650-solid);\\n --g-color-text-positive: var(--g-color-private-green-650-solid);\\n --g-color-text-warning: var(--g-color-private-yellow-700-solid);\\n --g-color-text-danger: var(--g-color-private-red-650-solid);\\n --g-color-text-utility: var(--g-color-private-purple-650-solid);\\n --g-color-text-misc: var(--g-color-private-cool-grey-650-solid);\\n --g-color-text-info-heavy: var(--g-color-private-blue-900-solid);\\n --g-color-text-positive-heavy: var(--g-color-private-green-900-solid);\\n --g-color-text-warning-heavy: var(--g-color-private-orange-900-solid);\\n --g-color-text-danger-heavy: var(--g-color-private-red-900-solid);\\n --g-color-text-utility-heavy: var(--g-color-private-purple-900-solid);\\n --g-color-text-misc-heavy: var(--g-color-private-cool-grey-900-solid);\\n --g-color-text-brand: var(--g-color-private-yellow-700-solid);\\n --g-color-text-brand-heavy: var(--g-color-private-orange-900-solid);\\n --g-color-text-brand-contrast: var(--g-color-text-dark-primary);\\n --g-color-text-link: var(--g-color-private-yellow-700-solid);\\n --g-color-text-link-hover: var(--g-color-private-orange-700-solid);\\n --g-color-text-link-visited: var(--g-color-private-purple-600-solid);\\n --g-color-text-link-visited-hover: var(--g-color-private-purple-850-solid);\\n --g-color-text-dark-primary: var(--g-color-private-black-1000-solid);\\n --g-color-text-dark-complementary: var(--g-color-private-black-850);\\n --g-color-text-dark-secondary: var(--g-color-private-black-700);\\n --g-color-text-dark-hint: var(--g-color-private-black-500);\\n --g-color-text-light-primary: var(--g-color-private-white-1000-solid);\\n --g-color-text-light-complementary: var(--g-color-private-white-850);\\n --g-color-text-light-secondary: var(--g-color-private-white-700);\\n --g-color-text-light-hint: var(--g-color-private-white-500);\\n --g-color-text-inverted-primary: var(--g-color-text-light-primary);\\n --g-color-text-inverted-complementary: var(--g-color-text-light-complementary);\\n --g-color-text-inverted-secondary: var(--g-color-text-light-secondary);\\n --g-color-text-inverted-hint: var(--g-color-text-light-hint);\\n --g-color-base-background: var(--g-color-private-white-1000-solid);\\n --g-color-base-generic: var(--g-color-private-black-150);\\n --g-color-base-generic-hover: var(--g-color-private-black-300);\\n --g-color-base-generic-medium: var(--g-color-private-black-250);\\n --g-color-base-generic-medium-hover: var(--g-color-private-black-350);\\n --g-color-base-generic-accent: var(--g-color-private-black-250);\\n --g-color-base-generic-accent-disabled: var(--g-color-private-black-150);\\n --g-color-base-generic-ultralight: var(--g-color-private-black-50-solid);\\n --g-color-base-simple-hover: var(--g-color-private-black-150);\\n --g-color-base-simple-hover-solid: var(--g-color-private-black-150-solid);\\n --g-color-base-brand: var(--g-color-private-yellow-550-solid);\\n --g-color-base-brand-hover: var(--g-color-private-yellow-650-solid);\\n --g-color-base-selection: var(--g-color-private-yellow-300);\\n --g-color-base-selection-hover: var(--g-color-private-yellow-400);\\n --g-color-base-info-light: var(--g-color-private-blue-250);\\n --g-color-base-info-light-hover: var(--g-color-private-blue-350);\\n --g-color-base-info-medium: var(--g-color-private-blue-400);\\n --g-color-base-info-medium-hover: var(--g-color-private-blue-500);\\n --g-color-base-info-heavy: var(--g-color-private-blue-700-solid);\\n --g-color-base-info-heavy-hover: var(--g-color-private-blue-850-solid);\\n --g-color-base-positive-light: var(--g-color-private-green-250);\\n --g-color-base-positive-light-hover: var(--g-color-private-green-350);\\n --g-color-base-positive-medium: var(--g-color-private-green-400);\\n --g-color-base-positive-medium-hover: var(--g-color-private-green-500);\\n --g-color-base-positive-heavy: var(--g-color-private-green-700-solid);\\n --g-color-base-positive-heavy-hover: var(--g-color-private-green-800-solid);\\n --g-color-base-warning-light: var(--g-color-private-yellow-300);\\n --g-color-base-warning-light-hover: var(--g-color-private-yellow-400);\\n --g-color-base-warning-medium: var(--g-color-private-yellow-400);\\n --g-color-base-warning-medium-hover: var(--g-color-private-yellow-550-solid);\\n --g-color-base-warning-heavy: var(--g-color-private-yellow-600-solid);\\n --g-color-base-warning-heavy-hover: var(--g-color-private-yellow-700-solid);\\n --g-color-base-danger-light: var(--g-color-private-red-250);\\n --g-color-base-danger-light-hover: var(--g-color-private-red-350);\\n --g-color-base-danger-medium: var(--g-color-private-red-400);\\n --g-color-base-danger-medium-hover: var(--g-color-private-red-500);\\n --g-color-base-danger-heavy: var(--g-color-private-red-700-solid);\\n --g-color-base-danger-heavy-hover: var(--g-color-private-red-800-solid);\\n --g-color-base-utility-light: var(--g-color-private-purple-250);\\n --g-color-base-utility-light-hover: var(--g-color-private-purple-350);\\n --g-color-base-utility-medium: var(--g-color-private-purple-400);\\n --g-color-base-utility-medium-hover: var(--g-color-private-purple-500);\\n --g-color-base-utility-heavy: var(--g-color-private-purple-700-solid);\\n --g-color-base-utility-heavy-hover: var(--g-color-private-purple-800-solid);\\n --g-color-base-neutral-light: var(--g-color-private-black-150);\\n --g-color-base-neutral-light-hover: var(--g-color-private-black-250);\\n --g-color-base-neutral-medium: var(--g-color-private-black-300);\\n --g-color-base-neutral-medium-hover: var(--g-color-private-black-400);\\n --g-color-base-neutral-heavy: var(--g-color-private-black-550);\\n --g-color-base-neutral-heavy-hover: var(--g-color-private-black-650);\\n --g-color-base-misc-light: var(--g-color-private-cool-grey-250);\\n --g-color-base-misc-light-hover: var(--g-color-private-cool-grey-350);\\n --g-color-base-misc-medium: var(--g-color-private-cool-grey-400);\\n --g-color-base-misc-medium-hover: var(--g-color-private-cool-grey-500);\\n --g-color-base-misc-heavy: var(--g-color-private-cool-grey-700-solid);\\n --g-color-base-misc-heavy-hover: var(--g-color-private-cool-grey-800-solid);\\n --g-color-base-light: var(--g-color-private-white-1000-solid);\\n --g-color-base-light-hover: var(--g-color-private-white-850);\\n --g-color-base-light-simple-hover: var(--g-color-private-white-300);\\n --g-color-base-light-disabled: var(--g-color-private-white-150);\\n --g-color-base-light-accent-disabled: var(--g-color-private-white-300);\\n --g-color-base-float: var(--g-color-private-white-1000-solid);\\n --g-color-base-float-hover: var(--g-color-private-black-150-solid);\\n --g-color-base-float-medium: var(--g-color-private-black-550-solid);\\n --g-color-base-float-heavy: var(--g-color-private-black-700-solid);\\n --g-color-base-float-accent: var(--g-color-private-white-1000-solid);\\n --g-color-base-float-accent-hover: var(--g-color-private-white-850);\\n --g-color-base-float-announcement: var(--g-color-private-cool-grey-150-solid);\\n --g-color-base-modal: var(--g-color-base-background);\\n --g-color-line-generic: var(--g-color-private-black-200);\\n --g-color-line-generic-hover: var(--g-color-private-black-400);\\n --g-color-line-generic-active: var(--g-color-private-black-700);\\n --g-color-line-generic-accent: var(--g-color-private-black-300);\\n --g-color-line-generic-accent-hover: var(--g-color-private-black-700);\\n --g-color-line-generic-solid: var(--g-color-private-black-200-solid);\\n --g-color-line-brand: var(--g-color-private-yellow-600-solid);\\n --g-color-line-focus: var(--g-color-private-cool-grey-450);\\n --g-color-line-light: var(--g-color-private-white-500);\\n --g-color-line-info: var(--g-color-private-blue-450);\\n --g-color-line-positive: var(--g-color-private-green-450);\\n --g-color-line-warning: var(--g-color-private-yellow-600-solid);\\n --g-color-line-danger: var(--g-color-private-red-450);\\n --g-color-line-utility: var(--g-color-private-purple-450);\\n --g-color-line-misc: var(--g-color-private-cool-grey-450);\\n --g-color-sfx-veil: var(--g-color-private-black-450);\\n --g-color-sfx-shadow: var(--g-color-private-black-300);\\n --g-color-sfx-shadow-heavy: var(--g-color-private-black-600);\\n --g-color-sfx-shadow-light: var(--g-color-private-black-100);\\n --g-color-sfx-fade: var(--g-color-private-white-300);\\n --g-color-scroll-track: var(--g-color-base-background);\\n --g-color-scroll-handle: var(--g-color-private-black-100);\\n --g-color-scroll-handle-hover: var(--g-color-private-black-150);\\n --g-color-scroll-corner: var(--g-color-private-black-100);\\n --g-color-infographics-axis: var(--g-color-private-black-150-solid);\\n --g-color-infographics-tooltip-bg: var(--g-color-private-white-950);\\n}\\n.g-root_theme_dark-hc {\\n --g-color-private-white-50: rgba(255, 255, 255, 0.05);\\n --g-color-private-white-70: rgba(255, 255, 255, 0.07);\\n --g-color-private-white-100: rgba(255, 255, 255, 0.1);\\n --g-color-private-white-150: rgba(255, 255, 255, 0.15);\\n --g-color-private-white-200: rgba(255, 255, 255, 0.2);\\n --g-color-private-white-250: rgba(255, 255, 255, 0.25);\\n --g-color-private-white-300: rgba(255, 255, 255, 0.3);\\n --g-color-private-white-350: rgba(255, 255, 255, 0.35);\\n --g-color-private-white-400: rgba(255, 255, 255, 0.4);\\n --g-color-private-white-450: rgba(255, 255, 255, 0.45);\\n --g-color-private-white-500: rgba(255, 255, 255, 0.5);\\n --g-color-private-white-550: rgba(255, 255, 255, 0.55);\\n --g-color-private-white-600: rgba(255, 255, 255, 0.6);\\n --g-color-private-white-650: rgba(255, 255, 255, 0.65);\\n --g-color-private-white-700: rgba(255, 255, 255, 0.7);\\n --g-color-private-white-750: rgba(255, 255, 255, 0.75);\\n --g-color-private-white-800: rgba(255, 255, 255, 0.8);\\n --g-color-private-white-850: rgba(255, 255, 255, 0.85);\\n --g-color-private-white-900: rgba(255, 255, 255, 0.9);\\n --g-color-private-white-950: rgba(255, 255, 255, 0.95);\\n --g-color-private-white-50-solid: rgb(30, 29, 30);\\n --g-color-private-white-70-solid: rgb(35, 34, 35);\\n --g-color-private-white-100-solid: rgb(42, 41, 42);\\n --g-color-private-white-150-solid: rgb(54, 53, 54);\\n --g-color-private-white-200-solid: rgb(65, 65, 65);\\n --g-color-private-white-250-solid: rgb(77, 77, 77);\\n --g-color-private-white-300-solid: rgb(89, 88, 89);\\n --g-color-private-white-350-solid: rgb(101, 100, 101);\\n --g-color-private-white-400-solid: rgb(113, 112, 113);\\n --g-color-private-white-450-solid: rgb(125, 124, 125);\\n --g-color-private-white-500-solid: rgb(136, 136, 136);\\n --g-color-private-white-550-solid: rgb(148, 148, 148);\\n --g-color-private-white-600-solid: rgb(160, 160, 160);\\n --g-color-private-white-650-solid: rgb(172, 172, 172);\\n --g-color-private-white-700-solid: rgb(184, 184, 184);\\n --g-color-private-white-750-solid: rgb(196, 195, 196);\\n --g-color-private-white-800-solid: rgb(208, 207, 208);\\n --g-color-private-white-850-solid: rgb(208, 207, 208);\\n --g-color-private-white-900-solid: rgb(231, 231, 231);\\n --g-color-private-white-950-solid: rgb(243, 243, 243);\\n --g-color-private-white-1000-solid: rgb(255, 255, 255);\\n /*————————— To review opaque —————————*/\\n --g-color-private-white-opaque-150: rgba(56, 57, 60, 0.97);\\n --g-color-private-black-20: rgba(0, 0, 0, 0.02);\\n --g-color-private-black-50: rgba(0, 0, 0, 0.05);\\n --g-color-private-black-100: rgba(0, 0, 0, 0.1);\\n --g-color-private-black-150: rgba(0, 0, 0, 0.15);\\n --g-color-private-black-200: rgba(0, 0, 0, 0.2);\\n --g-color-private-black-250: rgba(0, 0, 0, 0.25);\\n --g-color-private-black-300: rgba(0, 0, 0, 0.3);\\n --g-color-private-black-350: rgba(0, 0, 0, 0.35);\\n --g-color-private-black-400: rgba(0, 0, 0, 0.4);\\n --g-color-private-black-450: rgba(0, 0, 0, 0.45);\\n --g-color-private-black-500: rgba(0, 0, 0, 0.5);\\n --g-color-private-black-550: rgba(0, 0, 0, 0.55);\\n --g-color-private-black-600: rgba(0, 0, 0, 0.6);\\n --g-color-private-black-650: rgba(0, 0, 0, 0.65);\\n --g-color-private-black-700: rgba(0, 0, 0, 0.7);\\n --g-color-private-black-750: rgba(0, 0, 0, 0.75);\\n --g-color-private-black-800: rgba(0, 0, 0, 0.8);\\n --g-color-private-black-850: rgba(0, 0, 0, 0.85);\\n --g-color-private-black-900: rgba(0, 0, 0, 0.9);\\n --g-color-private-black-950: rgba(0, 0, 0, 0.95);\\n --g-color-private-black-1000-solid: rgb(0, 0, 0);\\n --g-color-private-blue-50: rgba(54, 151, 241, 0.1);\\n --g-color-private-blue-100: rgba(54, 151, 241, 0.15);\\n --g-color-private-blue-150: rgba(54, 151, 241, 0.2);\\n --g-color-private-blue-200: rgba(54, 151, 241, 0.3);\\n --g-color-private-blue-250: rgba(54, 151, 241, 0.4);\\n --g-color-private-blue-300: rgba(54, 151, 241, 0.5);\\n --g-color-private-blue-350: rgba(54, 151, 241, 0.6);\\n --g-color-private-blue-400: rgba(54, 151, 241, 0.7);\\n --g-color-private-blue-450: rgba(54, 151, 241, 0.8);\\n --g-color-private-blue-500: rgba(54, 151, 241, 0.9);\\n --g-color-private-blue-50-solid: rgb(22, 30, 40);\\n --g-color-private-blue-100-solid: rgb(23, 37, 51);\\n --g-color-private-blue-150-solid: rgb(25, 44, 63);\\n --g-color-private-blue-200-solid: rgb(29, 57, 85);\\n --g-color-private-blue-250-solid: rgb(32, 71, 107);\\n --g-color-private-blue-300-solid: rgb(36, 84, 130);\\n --g-color-private-blue-350-solid: rgb(40, 97, 152);\\n --g-color-private-blue-400-solid: rgb(43, 111, 174);\\n --g-color-private-blue-450-solid: rgb(47, 124, 196);\\n --g-color-private-blue-500-solid: rgb(50, 138, 219);\\n --g-color-private-blue-550-solid: rgb(54, 151, 241);\\n --g-color-private-blue-600-solid: rgb(74, 161, 242);\\n --g-color-private-blue-650-solid: rgb(94, 172, 244);\\n --g-color-private-blue-700-solid: rgb(114, 182, 245);\\n --g-color-private-blue-750-solid: rgb(134, 193, 247);\\n --g-color-private-blue-800-solid: rgb(155, 203, 248);\\n --g-color-private-blue-850-solid: rgb(175, 213, 249);\\n --g-color-private-blue-900-solid: rgb(195, 224, 251);\\n --g-color-private-blue-950-solid: rgb(215, 234, 252);\\n --g-color-private-blue-1000-solid: rgb(225, 239, 253);\\n --g-color-private-green-50: rgba(77, 176, 155, 0.1);\\n --g-color-private-green-100: rgba(77, 176, 155, 0.15);\\n --g-color-private-green-150: rgba(77, 176, 155, 0.2);\\n --g-color-private-green-200: rgba(77, 176, 155, 0.3);\\n --g-color-private-green-250: rgba(77, 176, 155, 0.4);\\n --g-color-private-green-300: rgba(77, 176, 155, 0.5);\\n --g-color-private-green-350: rgba(77, 176, 155, 0.6);\\n --g-color-private-green-400: rgba(77, 176, 155, 0.7);\\n --g-color-private-green-450: rgba(77, 176, 155, 0.8);\\n --g-color-private-green-500: rgba(77, 176, 155, 0.9);\\n --g-color-private-green-50-solid: rgb(24, 33, 32);\\n --g-color-private-green-100-solid: rgb(27, 41, 39);\\n --g-color-private-green-150-solid: rgb(30, 49, 45);\\n --g-color-private-green-200-solid: rgb(36, 65, 59);\\n --g-color-private-green-250-solid: rgb(42, 81, 73);\\n --g-color-private-green-300-solid: rgb(48, 97, 87);\\n --g-color-private-green-350-solid: rgb(53, 112, 100);\\n --g-color-private-green-400-solid: rgb(59, 128, 114);\\n --g-color-private-green-450-solid: rgb(65, 144, 128);\\n --g-color-private-green-500-solid: rgb(71, 160, 141);\\n --g-color-private-green-550-solid: rgb(77, 176, 155);\\n --g-color-private-green-600-solid: rgb(95, 184, 165);\\n --g-color-private-green-650-solid: rgb(113, 192, 175);\\n --g-color-private-green-700-solid: rgb(130, 200, 185);\\n --g-color-private-green-750-solid: rgb(148, 208, 195);\\n --g-color-private-green-800-solid: rgb(166, 216, 205);\\n --g-color-private-green-850-solid: rgb(184, 223, 215);\\n --g-color-private-green-900-solid: rgb(202, 231, 225);\\n --g-color-private-green-950-solid: rgb(219, 239, 235);\\n --g-color-private-green-1000-solid: rgb(228, 243, 240);\\n --g-color-private-yellow-50: rgba(255, 190, 92, 0.1);\\n --g-color-private-yellow-100: rgba(255, 190, 92, 0.15);\\n --g-color-private-yellow-150: rgba(255, 190, 92, 0.2);\\n --g-color-private-yellow-200: rgba(255, 190, 92, 0.3);\\n --g-color-private-yellow-250: rgba(255, 190, 92, 0.4);\\n --g-color-private-yellow-300: rgba(255, 190, 92, 0.5);\\n --g-color-private-yellow-350: rgba(255, 190, 92, 0.6);\\n --g-color-private-yellow-400: rgba(255, 190, 92, 0.7);\\n --g-color-private-yellow-450: rgba(255, 190, 92, 0.8);\\n --g-color-private-yellow-500: rgba(255, 190, 92, 0.9);\\n --g-color-private-yellow-50-solid: rgb(42, 34, 25);\\n --g-color-private-yellow-100-solid: rgb(54, 43, 29);\\n --g-color-private-yellow-150-solid: rgb(65, 52, 33);\\n --g-color-private-yellow-200-solid: rgb(89, 69, 40);\\n --g-color-private-yellow-250-solid: rgb(113, 86, 48);\\n --g-color-private-yellow-300-solid: rgb(137, 104, 55);\\n --g-color-private-yellow-350-solid: rgb(160, 121, 62);\\n --g-color-private-yellow-400-solid: rgb(184, 138, 70);\\n --g-color-private-yellow-450-solid: rgb(208, 155, 77);\\n --g-color-private-yellow-500-solid: rgb(231, 173, 85);\\n --g-color-private-yellow-550-solid: rgb(255, 190, 92);\\n --g-color-private-yellow-600-solid: rgb(255, 197, 108);\\n --g-color-private-yellow-650-solid: rgb(255, 203, 125);\\n --g-color-private-yellow-700-solid: rgb(255, 210, 141);\\n --g-color-private-yellow-750-solid: rgb(255, 216, 157);\\n --g-color-private-yellow-800-solid: rgb(255, 223, 174);\\n --g-color-private-yellow-850-solid: rgb(255, 229, 190);\\n --g-color-private-yellow-900-solid: rgb(255, 236, 206);\\n --g-color-private-yellow-950-solid: rgb(255, 242, 222);\\n --g-color-private-yellow-1000-solid: rgb(255, 245, 231);\\n --g-color-private-orange-50: rgba(200, 99, 12, 0.1);\\n --g-color-private-orange-100: rgba(200, 99, 12, 0.15);\\n --g-color-private-orange-150: rgba(200, 99, 12, 0.2);\\n --g-color-private-orange-200: rgba(200, 99, 12, 0.3);\\n --g-color-private-orange-250: rgba(200, 99, 12, 0.4);\\n --g-color-private-orange-300: rgba(200, 99, 12, 0.5);\\n --g-color-private-orange-350: rgba(200, 99, 12, 0.6);\\n --g-color-private-orange-400: rgba(200, 99, 12, 0.7);\\n --g-color-private-orange-450: rgba(200, 99, 12, 0.8);\\n --g-color-private-orange-500: rgba(200, 99, 12, 0.9);\\n --g-color-private-orange-50-solid: rgb(36, 25, 17);\\n --g-color-private-orange-100-solid: rgb(45, 29, 17);\\n --g-color-private-orange-150-solid: rgb(54, 33, 17);\\n --g-color-private-orange-200-solid: rgb(73, 42, 16);\\n --g-color-private-orange-250-solid: rgb(91, 50, 16);\\n --g-color-private-orange-300-solid: rgb(109, 58, 15);\\n --g-color-private-orange-350-solid: rgb(127, 66, 14);\\n --g-color-private-orange-400-solid: rgb(145, 74, 14);\\n --g-color-private-orange-450-solid: rgb(164, 83, 13);\\n --g-color-private-orange-500-solid: rgb(182, 91, 13);\\n --g-color-private-orange-550-solid: rgb(200, 99, 12);\\n --g-color-private-orange-600-solid: rgb(206, 115, 36);\\n --g-color-private-orange-650-solid: rgb(211, 130, 61);\\n --g-color-private-orange-700-solid: rgb(217, 146, 85);\\n --g-color-private-orange-750-solid: rgb(222, 161, 109);\\n --g-color-private-orange-800-solid: rgb(228, 177, 134);\\n --g-color-private-orange-850-solid: rgb(233, 193, 158);\\n --g-color-private-orange-900-solid: rgb(239, 208, 182);\\n --g-color-private-orange-950-solid: rgb(244, 224, 206);\\n --g-color-private-orange-1000-solid: rgb(247, 232, 219);\\n --g-color-private-red-50: rgba(229, 50, 93, 0.1);\\n --g-color-private-red-100: rgba(229, 50, 93, 0.15);\\n --g-color-private-red-150: rgba(229, 50, 93, 0.2);\\n --g-color-private-red-200: rgba(229, 50, 93, 0.3);\\n --g-color-private-red-250: rgba(229, 50, 93, 0.4);\\n --g-color-private-red-300: rgba(229, 50, 93, 0.5);\\n --g-color-private-red-350: rgba(229, 50, 93, 0.6);\\n --g-color-private-red-400: rgba(229, 50, 93, 0.7);\\n --g-color-private-red-450: rgba(229, 50, 93, 0.8);\\n --g-color-private-red-500: rgba(229, 50, 93, 0.9);\\n --g-color-private-red-50-solid: rgb(39, 20, 26);\\n --g-color-private-red-100-solid: rgb(50, 22, 29);\\n --g-color-private-red-150-solid: rgb(60, 24, 33);\\n --g-color-private-red-200-solid: rgb(81, 27, 41);\\n --g-color-private-red-250-solid: rgb(102, 30, 48);\\n --g-color-private-red-300-solid: rgb(124, 34, 56);\\n --g-color-private-red-350-solid: rgb(145, 37, 63);\\n --g-color-private-red-400-solid: rgb(166, 40, 71);\\n --g-color-private-red-450-solid: rgb(187, 43, 78);\\n --g-color-private-red-500-solid: rgb(208, 47, 86);\\n --g-color-private-red-550-solid: rgb(229, 50, 93);\\n --g-color-private-red-600-solid: rgb(232, 71, 109);\\n --g-color-private-red-650-solid: rgb(234, 91, 125);\\n --g-color-private-red-700-solid: rgb(237, 112, 142);\\n --g-color-private-red-750-solid: rgb(239, 132, 158);\\n --g-color-private-red-800-solid: rgb(242, 153, 174);\\n --g-color-private-red-850-solid: rgb(245, 173, 190);\\n --g-color-private-red-900-solid: rgb(247, 194, 206);\\n --g-color-private-red-950-solid: rgb(250, 214, 223);\\n --g-color-private-red-1000-solid: rgb(251, 224, 231);\\n --g-color-private-purple-50: rgba(143, 82, 204, 0.1);\\n --g-color-private-purple-100: rgba(143, 82, 204, 0.15);\\n --g-color-private-purple-150: rgba(143, 82, 204, 0.2);\\n --g-color-private-purple-200: rgba(143, 82, 204, 0.3);\\n --g-color-private-purple-250: rgba(143, 82, 204, 0.4);\\n --g-color-private-purple-300: rgba(143, 82, 204, 0.5);\\n --g-color-private-purple-350: rgba(143, 82, 204, 0.6);\\n --g-color-private-purple-400: rgba(143, 82, 204, 0.7);\\n --g-color-private-purple-450: rgba(143, 82, 204, 0.8);\\n --g-color-private-purple-500: rgba(143, 82, 204, 0.9);\\n --g-color-private-purple-50-solid: rgb(31, 24, 37);\\n --g-color-private-purple-100-solid: rgb(37, 27, 46);\\n --g-color-private-purple-150-solid: rgb(43, 30, 55);\\n --g-color-private-purple-200-solid: rgb(56, 37, 74);\\n --g-color-private-purple-250-solid: rgb(68, 43, 92);\\n --g-color-private-purple-300-solid: rgb(81, 50, 111);\\n --g-color-private-purple-350-solid: rgb(93, 56, 130);\\n --g-color-private-purple-400-solid: rgb(106, 63, 148);\\n --g-color-private-purple-450-solid: rgb(118, 69, 167);\\n --g-color-private-purple-500-solid: rgb(131, 76, 185);\\n --g-color-private-purple-550-solid: rgb(143, 82, 204);\\n --g-color-private-purple-600-solid: rgb(154, 99, 209);\\n --g-color-private-purple-650-solid: rgb(165, 117, 214);\\n --g-color-private-purple-700-solid: rgb(177, 134, 219);\\n --g-color-private-purple-750-solid: rgb(188, 151, 224);\\n --g-color-private-purple-800-solid: rgb(199, 169, 230);\\n --g-color-private-purple-850-solid: rgb(210, 186, 235);\\n --g-color-private-purple-900-solid: rgb(221, 203, 240);\\n --g-color-private-purple-950-solid: rgb(233, 220, 245);\\n --g-color-private-purple-1000-solid: rgb(238, 229, 247);\\n --g-color-private-cool-grey-50: rgba(96, 128, 156, 0.1);\\n --g-color-private-cool-grey-100: rgba(96, 128, 156, 0.15);\\n --g-color-private-cool-grey-150: rgba(96, 128, 156, 0.2);\\n --g-color-private-cool-grey-200: rgba(96, 128, 156, 0.3);\\n --g-color-private-cool-grey-250: rgba(96, 128, 156, 0.4);\\n --g-color-private-cool-grey-300: rgba(96, 128, 156, 0.5);\\n --g-color-private-cool-grey-350: rgba(96, 128, 156, 0.6);\\n --g-color-private-cool-grey-400: rgba(96, 128, 156, 0.7);\\n --g-color-private-cool-grey-450: rgba(96, 128, 156, 0.8);\\n --g-color-private-cool-grey-500: rgba(96, 128, 156, 0.9);\\n --g-color-private-cool-grey-50-solid: rgb(26, 28, 32);\\n --g-color-private-cool-grey-100-solid: rgb(30, 34, 39);\\n --g-color-private-cool-grey-150-solid: rgb(34, 39, 46);\\n --g-color-private-cool-grey-200-solid: rgb(41, 50, 59);\\n --g-color-private-cool-grey-250-solid: rgb(49, 61, 73);\\n --g-color-private-cool-grey-300-solid: rgb(57, 73, 87);\\n --g-color-private-cool-grey-350-solid: rgb(65, 84, 101);\\n --g-color-private-cool-grey-400-solid: rgb(73, 95, 115);\\n --g-color-private-cool-grey-450-solid: rgb(80, 106, 128);\\n --g-color-private-cool-grey-500-solid: rgb(88, 117, 142);\\n --g-color-private-cool-grey-550-solid: rgb(96, 128, 156);\\n --g-color-private-cool-grey-600-solid: rgb(112, 141, 166);\\n --g-color-private-cool-grey-650-solid: rgb(128, 153, 176);\\n --g-color-private-cool-grey-700-solid: rgb(144, 166, 186);\\n --g-color-private-cool-grey-750-solid: rgb(160, 179, 196);\\n --g-color-private-cool-grey-800-solid: rgb(176, 192, 206);\\n --g-color-private-cool-grey-850-solid: rgb(191, 204, 215);\\n --g-color-private-cool-grey-900-solid: rgb(207, 217, 225);\\n --g-color-private-cool-grey-950-solid: rgb(223, 230, 235);\\n --g-color-private-cool-grey-1000-solid: rgb(231, 236, 240);\\n --g-color-text-primary: var(--g-color-text-light-primary);\\n --g-color-text-complementary: var(--g-color-text-light-complementary);\\n --g-color-text-secondary: var(--g-color-text-light-secondary);\\n --g-color-text-hint: var(--g-color-text-light-hint);\\n --g-color-text-info: var(--g-color-private-blue-650-solid);\\n --g-color-text-positive: var(--g-color-private-green-650-solid);\\n --g-color-text-warning: var(--g-color-private-yellow-650-solid);\\n --g-color-text-danger: var(--g-color-private-red-650-solid);\\n --g-color-text-utility: var(--g-color-private-purple-650-solid);\\n --g-color-text-misc: var(--g-color-private-cool-grey-650-solid);\\n --g-color-text-info-heavy: var(--g-color-private-blue-850-solid);\\n --g-color-text-positive-heavy: var(--g-color-private-green-850-solid);\\n --g-color-text-warning-heavy: var(--g-color-private-yellow-850-solid);\\n --g-color-text-danger-heavy: var(--g-color-private-red-850-solid);\\n --g-color-text-utility-heavy: var(--g-color-private-purple-850-solid);\\n --g-color-text-misc-heavy: var(--g-color-private-cool-grey-850-solid);\\n --g-color-text-brand: var(--g-color-private-yellow-600-solid);\\n --g-color-text-brand-heavy: var(--g-color-private-yellow-700-solid);\\n --g-color-text-brand-contrast: var(--g-color-text-dark-primary);\\n --g-color-text-link: var(--g-color-private-yellow-550-solid);\\n --g-color-text-link-hover: var(--g-color-private-orange-550-solid);\\n --g-color-text-link-visited: var(--g-color-private-purple-650-solid);\\n --g-color-text-link-visited-hover: var(--g-color-private-purple-800-solid);\\n --g-color-text-dark-primary: var(--g-color-private-black-1000-solid);\\n --g-color-text-dark-complementary: var(--g-color-private-black-800);\\n --g-color-text-dark-secondary: var(--g-color-private-black-600);\\n --g-color-text-dark-hint: var(--g-color-private-black-400);\\n --g-color-text-light-primary: var(--g-color-private-white-1000-solid);\\n --g-color-text-light-complementary: var(--g-color-private-white-800);\\n --g-color-text-light-secondary: var(--g-color-private-white-600);\\n --g-color-text-light-hint: var(--g-color-private-white-400);\\n --g-color-text-inverted-primary: var(--g-color-text-dark-primary);\\n --g-color-text-inverted-complementary: var(--g-color-text-dark-complementary);\\n --g-color-text-inverted-secondary: var(--g-color-text-dark-secondary);\\n --g-color-text-inverted-hint: var(--g-color-text-dark-hint);\\n --g-color-base-background: rgb(18, 17, 18);\\n --g-color-base-generic: var(--g-color-private-white-100);\\n --g-color-base-generic-hover: var(--g-color-private-white-250);\\n --g-color-base-generic-medium: var(--g-color-private-white-250);\\n --g-color-base-generic-medium-hover: var(--g-color-private-white-400);\\n --g-color-base-generic-accent: var(--g-color-private-white-200);\\n --g-color-base-generic-accent-disabled: var(--g-color-private-white-150);\\n --g-color-base-generic-ultralight: var(--g-color-private-white-50);\\n --g-color-base-simple-hover: var(--g-color-private-white-250);\\n --g-color-base-simple-hover-solid: var(--g-color-private-white-250-solid);\\n --g-color-base-brand: var(--g-color-private-yellow-550-solid);\\n --g-color-base-brand-hover: var(--g-color-private-yellow-700-solid);\\n --g-color-base-selection: var(--g-color-private-yellow-250);\\n --g-color-base-selection-hover: var(--g-color-private-yellow-400);\\n --g-color-base-info-light: var(--g-color-private-blue-250);\\n --g-color-base-info-light-hover: var(--g-color-private-blue-400);\\n --g-color-base-info-medium: var(--g-color-private-blue-450);\\n --g-color-base-info-medium-hover: var(--g-color-private-blue-600-solid);\\n --g-color-base-info-heavy: var(--g-color-private-blue-700-solid);\\n --g-color-base-info-heavy-hover: var(--g-color-private-blue-850-solid);\\n --g-color-base-positive-light: var(--g-color-private-green-250);\\n --g-color-base-positive-light-hover: var(--g-color-private-green-400);\\n --g-color-base-positive-medium: var(--g-color-private-green-450);\\n --g-color-base-positive-medium-hover: var(--g-color-private-green-600-solid);\\n --g-color-base-positive-heavy: var(--g-color-private-green-700-solid);\\n --g-color-base-positive-heavy-hover: var(--g-color-private-green-850-solid);\\n --g-color-base-warning-light: var(--g-color-private-yellow-250);\\n --g-color-base-warning-light-hover: var(--g-color-private-yellow-400);\\n --g-color-base-warning-medium: var(--g-color-private-yellow-450);\\n --g-color-base-warning-medium-hover: var(--g-color-private-yellow-600-solid);\\n --g-color-base-warning-heavy: var(--g-color-private-yellow-700-solid);\\n --g-color-base-warning-heavy-hover: var(--g-color-private-yellow-850-solid);\\n --g-color-base-danger-light: var(--g-color-private-red-250);\\n --g-color-base-danger-light-hover: var(--g-color-private-red-400);\\n --g-color-base-danger-medium: var(--g-color-private-red-450);\\n --g-color-base-danger-medium-hover: var(--g-color-private-red-600-solid);\\n --g-color-base-danger-heavy: var(--g-color-private-red-700-solid);\\n --g-color-base-danger-heavy-hover: var(--g-color-private-red-850-solid);\\n --g-color-base-utility-light: var(--g-color-private-purple-250);\\n --g-color-base-utility-light-hover: var(--g-color-private-purple-400);\\n --g-color-base-utility-medium: var(--g-color-private-purple-450);\\n --g-color-base-utility-medium-hover: var(--g-color-private-purple-600-solid);\\n --g-color-base-utility-heavy: var(--g-color-private-purple-700-solid);\\n --g-color-base-utility-heavy-hover: var(--g-color-private-purple-850-solid);\\n --g-color-base-neutral-light: var(--g-color-private-white-200);\\n --g-color-base-neutral-light-hover: var(--g-color-private-white-350);\\n --g-color-base-neutral-medium: var(--g-color-private-white-400);\\n --g-color-base-neutral-medium-hover: var(--g-color-private-white-550);\\n --g-color-base-neutral-heavy: var(--g-color-private-white-650);\\n --g-color-base-neutral-heavy-hover: var(--g-color-private-white-750);\\n --g-color-base-misc-light: var(--g-color-private-cool-grey-250);\\n --g-color-base-misc-light-hover: var(--g-color-private-cool-grey-400);\\n --g-color-base-misc-medium: var(--g-color-private-cool-grey-450);\\n --g-color-base-misc-medium-hover: var(--g-color-private-cool-grey-600-solid);\\n --g-color-base-misc-heavy: var(--g-color-private-cool-grey-700-solid);\\n --g-color-base-misc-heavy-hover: var(--g-color-private-cool-grey-850-solid);\\n --g-color-base-light: var(--g-color-private-white-850);\\n --g-color-base-light-hover: var(--g-color-private-white-700);\\n --g-color-base-light-simple-hover: var(--g-color-private-white-150);\\n --g-color-base-light-disabled: var(--g-color-private-white-150);\\n --g-color-base-light-accent-disabled: var(--g-color-private-white-300);\\n --g-color-base-float: var(--g-color-private-white-100-solid);\\n --g-color-base-float-hover: var(--g-color-private-white-200-solid);\\n --g-color-base-float-medium: var(--g-color-private-white-200-solid);\\n --g-color-base-float-heavy: var(--g-color-private-white-300-solid);\\n --g-color-base-float-accent: var(--g-color-private-white-300-solid);\\n --g-color-base-float-accent-hover: var(--g-color-private-white-400-solid);\\n --g-color-base-float-announcement: var(--g-color-private-white-200-solid);\\n --g-color-base-modal: var(--g-color-base-background);\\n --g-color-line-generic: var(--g-color-private-white-150);\\n --g-color-line-generic-hover: var(--g-color-private-white-250);\\n --g-color-line-generic-active: var(--g-color-private-white-600);\\n --g-color-line-generic-accent: var(--g-color-private-white-350);\\n --g-color-line-generic-accent-hover: var(--g-color-private-white-800);\\n --g-color-line-generic-solid: var(--g-color-private-white-150-solid);\\n --g-color-line-brand: var(--g-color-private-yellow-600-solid);\\n --g-color-line-focus: var(--g-color-private-cool-grey-550-solid);\\n --g-color-line-light: var(--g-color-private-white-500);\\n --g-color-line-info: var(--g-color-private-blue-550-solid);\\n --g-color-line-positive: var(--g-color-private-green-550-solid);\\n --g-color-line-warning: var(--g-color-private-yellow-550-solid);\\n --g-color-line-danger: var(--g-color-private-red-550-solid);\\n --g-color-line-utility: var(--g-color-private-purple-550-solid);\\n --g-color-line-misc: var(--g-color-private-cool-grey-550-solid);\\n --g-color-sfx-veil: var(--g-color-private-black-700);\\n --g-color-sfx-shadow: var(--g-color-private-black-200);\\n --g-color-sfx-shadow-heavy: var(--g-color-private-black-400);\\n --g-color-sfx-shadow-light: var(--g-color-private-black-200);\\n --g-color-sfx-fade: var(--g-color-private-white-250);\\n --g-color-scroll-track: var(--g-color-base-background);\\n --g-color-scroll-handle: var(--g-color-private-white-150);\\n --g-color-scroll-handle-hover: var(--g-color-private-white-250);\\n --g-color-scroll-corner: var(--g-color-private-white-150);\\n --g-color-infographics-axis: var(--g-color-private-white-150-solid);\\n --g-color-infographics-tooltip-bg: var(--g-color-private-white-opaque-150);\\n}\\n\\n.g-root:not(.g-root_mobile):not(.g-root_native-scrollbar) {\\n scrollbar-width: var(--g-scrollbar-width);\\n scrollbar-color: var(--g-color-scroll-handle) var(--g-color-scroll-track);\\n}\\n.g-root:not(.g-root_mobile):not(.g-root_native-scrollbar)::-webkit-scrollbar,\\n.g-root:not(.g-root_mobile):not(.g-root_native-scrollbar) *::-webkit-scrollbar {\\n width: var(--g-scrollbar-width);\\n height: var(--g-scrollbar-width);\\n background: var(--g-color-scroll-track);\\n}\\n.g-root:not(.g-root_mobile):not(.g-root_native-scrollbar)::-webkit-scrollbar-track,\\n.g-root:not(.g-root_mobile):not(.g-root_native-scrollbar) *::-webkit-scrollbar-track {\\n background: var(--g-color-scroll-track);\\n}\\n.g-root:not(.g-root_mobile):not(.g-root_native-scrollbar)::-webkit-scrollbar-corner,\\n.g-root:not(.g-root_mobile):not(.g-root_native-scrollbar) *::-webkit-scrollbar-corner {\\n background: var(--g-color-scroll-corner);\\n}\\n.g-root:not(.g-root_mobile):not(.g-root_native-scrollbar)::-webkit-scrollbar-thumb,\\n.g-root:not(.g-root_mobile):not(.g-root_native-scrollbar) *::-webkit-scrollbar-thumb {\\n background: var(--g-color-scroll-handle);\\n}\\n.g-root:not(.g-root_mobile):not(.g-root_native-scrollbar)::-webkit-scrollbar-thumb:hover,\\n.g-root:not(.g-root_mobile):not(.g-root_native-scrollbar) *::-webkit-scrollbar-thumb:hover {\\n background: var(--g-color-scroll-handle-hover);\\n}\\n\\n@keyframes g-loading-animation {\\n from {\\n background-position: -12px 0;\\n }\\n to {\\n background-position: 0 0;\\n }\\n}\\n:root:has(body.g-root_theme_light),\\n:root:has(body.g-root_theme_light-hc) {\\n color-scheme: light;\\n}\\n\\n:root:has(body.g-root_theme_dark),\\n:root:has(body.g-root_theme_dark-hc) {\\n color-scheme: dark;\\n}',\"\"]);const i=o},7726:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,'.g-button{--_--text-color: var(--g-color-text-primary);--_--text-color-hover: var(--_--text-color);--_--background-color: transparent;--_--background-color-hover: var(--g-color-base-simple-hover);--_--border-width: 0;--_--border-color: currentColor;--_--focus-outline-color: var(--g-color-line-focus);--_--focus-outline-offset: 0;--_--font-size: var(--g-text-body-1-font-size);padding:0;font-family:var(--g-text-body-font-family);font-size:inherit;font-weight:var(--g-text-body-font-weight);color:inherit;background:none;border:none;outline:none;cursor:pointer;position:relative;overflow:visible;box-sizing:border-box;height:var(--g-button-height, var(--_--height));line-height:var(--g-button-height, var(--_--height));font-size:var(--g-button-font-size, var(--_--font-size));-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;white-space:nowrap;text-decoration:none;color:var(--g-button-text-color, var(--_--text-color));background:rgba(0,0,0,0);touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:transform .1s ease-out,color .15s linear;transform:scale(1);display:inline-flex;justify-content:center;padding:0 var(--g-button-padding, var(--_--padding));gap:var(--g-button-icon-offset, var(--_--icon-offset))}.g-button::before{content:\"\";position:absolute;z-index:-1;inset:0;background-color:var(--g-button-background-color, var(--_--background-color));border:var(--g-button-border-width, var(--_--border-width)) var(--g-button-border-style, solid) var(--g-button-border-color, var(--_--border-color));transition:background-color .15s linear}.g-button:hover{color:var(--g-button-text-color-hover, var(--_--text-color-hover))}.g-button:hover::before{background-color:var(--g-button-background-color-hover, var(--_--background-color-hover))}.g-button:focus-visible::before{outline:var(--g-button-focus-outline-color, var(--_--focus-outline-color)) var(--g-button-focus-outline-style, solid) var(--g-button-focus-outline-width, 2px);outline-offset:var(--g-button-focus-outline-offset, var(--_--focus-outline-offset))}.g-button::after{content:\"\";position:absolute;z-index:-1;inset:0;transform:scale(1);transition:none}.g-button:active{transition:none;transform:scale(0.96)}.g-button:active::after{transform:scale(1.042)}.g-button_size_xs{--_--height: 20px;--_--border-radius: var(--g-border-radius-xs);--_--padding: 6px;--_--icon-size: 12px;--_--icon-offset: 4px}.g-button_size_s{--_--height: 24px;--_--border-radius: var(--g-border-radius-s);--_--padding: 8px;--_--icon-size: 16px;--_--icon-offset: 4px}.g-button_size_m{--_--height: 28px;--_--border-radius: var(--g-border-radius-m);--_--padding: 12px;--_--icon-size: 16px;--_--icon-offset: 8px}.g-button_size_l{--_--height: 36px;--_--border-radius: var(--g-border-radius-l);--_--padding: 16px;--_--icon-size: 16px;--_--icon-offset: 8px}.g-button_size_xl{--_--height: 44px;--_--border-radius: var(--g-border-radius-xl);--_--padding: 24px;--_--icon-size: 20px;--_--icon-offset: 12px;--_--font-size: var(--g-text-body-2-font-size)}.g-button_view_normal{--_--background-color: var(--g-color-base-generic);--_--background-color-hover: var(--g-color-base-generic-hover)}.g-button_view_action{--_--text-color: var(--g-color-text-brand-contrast);--_--background-color: var(--g-color-base-brand);--_--background-color-hover: var(--g-color-base-brand-hover);--_--focus-outline-color: var(--g-color-base-brand);--_--focus-outline-offset: 1px}.g-button_view_outlined{--_--border-width: 1px;--_--border-color: var(--g-color-line-generic)}.g-button_view_outlined-info{--_--text-color: var(--g-color-text-info);--_--border-width: 1px;--_--border-color: var(--g-color-line-info)}.g-button_view_outlined-success{--_--text-color: var(--g-color-text-positive);--_--border-width: 1px;--_--border-color: var(--g-color-line-positive)}.g-button_view_outlined-warning{--_--text-color: var(--g-color-text-warning);--_--border-width: 1px;--_--border-color: var(--g-color-line-warning)}.g-button_view_outlined-danger{--_--text-color: var(--g-color-text-danger);--_--border-width: 1px;--_--border-color: var(--g-color-line-danger)}.g-button_view_outlined-utility{--_--text-color: var(--g-color-text-utility);--_--border-width: 1px;--_--border-color: var(--g-color-line-utility)}.g-button_view_outlined-action{--_--text-color: var(--g-color-text-brand);--_--border-width: 1px;--_--border-color: var(--g-color-line-brand)}.g-button_view_raised{--_--background-color-hover: var(--g-color-base-float-hover);background:var(--g-color-base-float)}.g-button_view_raised::before{box-shadow:0 3px 5px var(--g-color-sfx-shadow)}.g-button_view_raised:active::before{box-shadow:0 1px 2px var(--g-color-sfx-shadow)}.g-button_view_flat-secondary{--_--text-color: var(--g-color-text-secondary);--_--text-color-hover: var(--g-color-text-primary)}.g-button_view_flat-info{--_--text-color: var(--g-color-text-info)}.g-button_view_flat-success{--_--text-color: var(--g-color-text-positive)}.g-button_view_flat-warning{--_--text-color: var(--g-color-text-warning)}.g-button_view_flat-danger{--_--text-color: var(--g-color-text-danger)}.g-button_view_flat-utility{--_--text-color: var(--g-color-text-utility)}.g-button_view_flat-action{--_--text-color: var(--g-color-text-brand)}.g-button_view_normal-contrast{--_--text-color: var(--g-color-text-dark-primary);--_--background-color: var(--g-color-base-light);--_--background-color-hover: var(--g-color-base-light-hover);--_--focus-outline-color: var(--g-color-line-light)}.g-button_view_normal-contrast.g-button_loading{--_--background-color-hover: var(--g-color-base-simple-hover)}.g-button_view_outlined-contrast{--_--text-color: var(--g-color-text-light-primary);--_--background-color-hover: var(--g-color-base-light-simple-hover);--_--border-width: 1px;--_--border-color: var(--g-color-line-light);--_--focus-outline-color: var(--g-color-line-light)}.g-button_view_flat-contrast{--_--text-color: var(--g-color-text-light-primary);--_--background-color-hover: var(--g-color-base-light-simple-hover);--_--focus-outline-color: var(--g-color-line-light)}.g-button.g-button_pin_round-round.g-button{border-radius:var(--g-button-border-radius, var(--_--border-radius))}.g-button.g-button_pin_brick-brick.g-button{border-radius:0}.g-button.g-button_pin_clear-clear.g-button{border-radius:0;border-inline:0}.g-button.g-button_pin_circle-circle.g-button{border-radius:100px}.g-button.g-button_pin_round-brick.g-button{border-start-start-radius:var(--g-button-border-radius, var(--_--border-radius));border-start-end-radius:0;border-end-start-radius:var(--g-button-border-radius, var(--_--border-radius));border-end-end-radius:0}.g-button.g-button_pin_brick-round.g-button{border-start-start-radius:0;border-start-end-radius:var(--g-button-border-radius, var(--_--border-radius));border-end-start-radius:0;border-end-end-radius:var(--g-button-border-radius, var(--_--border-radius))}.g-button.g-button_pin_round-clear.g-button{border-start-start-radius:var(--g-button-border-radius, var(--_--border-radius));border-start-end-radius:0;border-end-start-radius:var(--g-button-border-radius, var(--_--border-radius));border-end-end-radius:0;border-inline-end:0}.g-button.g-button_pin_clear-round.g-button{border-start-start-radius:0;border-start-end-radius:var(--g-button-border-radius, var(--_--border-radius));border-end-start-radius:0;border-end-end-radius:var(--g-button-border-radius, var(--_--border-radius));border-inline-start:0}.g-button.g-button_pin_brick-clear.g-button{border-radius:0;border-inline-end:0}.g-button.g-button_pin_clear-brick.g-button{border-radius:0;border-inline-start:0}.g-button.g-button_pin_circle-brick.g-button{border-start-start-radius:100px;border-start-end-radius:0;border-end-start-radius:100px;border-end-end-radius:0}.g-button.g-button_pin_brick-circle.g-button{border-start-start-radius:0;border-start-end-radius:100px;border-end-start-radius:0;border-end-end-radius:100px}.g-button.g-button_pin_circle-clear.g-button{border-start-start-radius:100px;border-start-end-radius:0;border-end-start-radius:100px;border-end-end-radius:0;border-inline-end:0}.g-button.g-button_pin_clear-circle.g-button{border-start-start-radius:0;border-start-end-radius:100px;border-end-start-radius:0;border-end-end-radius:100px;border-inline-start:0}.g-button.g-button_pin_round-round::before{border-radius:var(--g-button-border-radius, var(--_--border-radius))}.g-button.g-button_pin_brick-brick::before{border-radius:0}.g-button.g-button_pin_clear-clear::before{border-radius:0;border-inline:0}.g-button.g-button_pin_circle-circle::before{border-radius:100px}.g-button.g-button_pin_round-brick::before{border-start-start-radius:var(--g-button-border-radius, var(--_--border-radius));border-start-end-radius:0;border-end-start-radius:var(--g-button-border-radius, var(--_--border-radius));border-end-end-radius:0}.g-button.g-button_pin_brick-round::before{border-start-start-radius:0;border-start-end-radius:var(--g-button-border-radius, var(--_--border-radius));border-end-start-radius:0;border-end-end-radius:var(--g-button-border-radius, var(--_--border-radius))}.g-button.g-button_pin_round-clear::before{border-start-start-radius:var(--g-button-border-radius, var(--_--border-radius));border-start-end-radius:0;border-end-start-radius:var(--g-button-border-radius, var(--_--border-radius));border-end-end-radius:0;border-inline-end:0}.g-button.g-button_pin_clear-round::before{border-start-start-radius:0;border-start-end-radius:var(--g-button-border-radius, var(--_--border-radius));border-end-start-radius:0;border-end-end-radius:var(--g-button-border-radius, var(--_--border-radius));border-inline-start:0}.g-button.g-button_pin_brick-clear::before{border-radius:0;border-inline-end:0}.g-button.g-button_pin_clear-brick::before{border-radius:0;border-inline-start:0}.g-button.g-button_pin_circle-brick::before{border-start-start-radius:100px;border-start-end-radius:0;border-end-start-radius:100px;border-end-end-radius:0}.g-button.g-button_pin_brick-circle::before{border-start-start-radius:0;border-start-end-radius:100px;border-end-start-radius:0;border-end-end-radius:100px}.g-button.g-button_pin_circle-clear::before{border-start-start-radius:100px;border-start-end-radius:0;border-end-start-radius:100px;border-end-end-radius:0;border-inline-end:0}.g-button.g-button_pin_clear-circle::before{border-start-start-radius:0;border-start-end-radius:100px;border-end-start-radius:0;border-end-end-radius:100px;border-inline-start:0}.g-button.g-button_pin_round-round::after{border-radius:var(--g-button-border-radius, var(--_--border-radius))}.g-button.g-button_pin_brick-brick::after{border-radius:0}.g-button.g-button_pin_clear-clear::after{border-radius:0;border-inline:0}.g-button.g-button_pin_circle-circle::after{border-radius:100px}.g-button.g-button_pin_round-brick::after{border-start-start-radius:var(--g-button-border-radius, var(--_--border-radius));border-start-end-radius:0;border-end-start-radius:var(--g-button-border-radius, var(--_--border-radius));border-end-end-radius:0}.g-button.g-button_pin_brick-round::after{border-start-start-radius:0;border-start-end-radius:var(--g-button-border-radius, var(--_--border-radius));border-end-start-radius:0;border-end-end-radius:var(--g-button-border-radius, var(--_--border-radius))}.g-button.g-button_pin_round-clear::after{border-start-start-radius:var(--g-button-border-radius, var(--_--border-radius));border-start-end-radius:0;border-end-start-radius:var(--g-button-border-radius, var(--_--border-radius));border-end-end-radius:0;border-inline-end:0}.g-button.g-button_pin_clear-round::after{border-start-start-radius:0;border-start-end-radius:var(--g-button-border-radius, var(--_--border-radius));border-end-start-radius:0;border-end-end-radius:var(--g-button-border-radius, var(--_--border-radius));border-inline-start:0}.g-button.g-button_pin_brick-clear::after{border-radius:0;border-inline-end:0}.g-button.g-button_pin_clear-brick::after{border-radius:0;border-inline-start:0}.g-button.g-button_pin_circle-brick::after{border-start-start-radius:100px;border-start-end-radius:0;border-end-start-radius:100px;border-end-end-radius:0}.g-button.g-button_pin_brick-circle::after{border-start-start-radius:0;border-start-end-radius:100px;border-end-start-radius:0;border-end-end-radius:100px}.g-button.g-button_pin_circle-clear::after{border-start-start-radius:100px;border-start-end-radius:0;border-end-start-radius:100px;border-end-end-radius:0;border-inline-end:0}.g-button.g-button_pin_clear-circle::after{border-start-start-radius:0;border-start-end-radius:100px;border-end-start-radius:0;border-end-end-radius:100px;border-inline-start:0}.g-button__text{display:inline-block;white-space:nowrap}.g-button__icon{display:inline-block;position:relative;margin:0 calc((var(--g-button-height, var(--_--height)) - var(--g-button-icon-size, var(--_--icon-size)))/2*-1);width:var(--g-button-height, var(--_--height));height:var(--g-button-height, var(--_--height))}.g-button__icon::after{content:\" \";visibility:hidden}.g-button__icon-inner{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.g-button__icon_side_start{order:-1}.g-button__icon_side_end{order:1}.g-button__icon:only-child{margin:0}.g-button:has(.g-button__icon:only-child){--_--padding: 0}.g-button:has(.g-button__icon:only-child):not(.g-button_width_max){width:var(--g-button-height, var(--_--height))}.g-button_disabled{cursor:default;pointer-events:none}.g-button_disabled:not(.g-button_loading){--_--text-color: var(--g-color-text-hint);--_--background-color: var(--g-color-base-generic-accent-disabled);--_--background-color-hover: var(--g-color-base-generic-accent-disabled);--_--border-width: 0}.g-button_disabled:not(.g-button_loading):is(.g-button_view_normal-contrast,.g-button_view_outlined-contrast){--_--text-color: var(--g-color-text-light-secondary);--_--background-color: var(--g-color-base-light-disabled);--_--background-color-hover: var(--g-color-base-light-disabled)}.g-button_disabled:not(.g-button_loading):is(.g-button_view_flat,.g-button_view_flat-secondary,.g-button_view_flat-info,.g-button_view_flat-success,.g-button_view_flat-warning,.g-button_view_flat-danger,.g-button_view_flat-utility,.g-button_view_flat-action,.g-button_view_flat-contrast){--_--text-color: var(--g-color-text-hint);--_--background-color: transparent;--_--background-color-hover: transparent}.g-button_disabled:not(.g-button_loading).g-button_view_flat-contrast{--_--text-color: var(--g-color-text-light-hint)}.g-button_disabled:active{transform:scale(1)}.g-button_selected:not(.g-button_view_outlined-contrast){--_--border-width: 0}.g-button_selected:not(.g-button_view_normal-contrast,.g-button_view_flat-contrast,.g-button_view_outlined-contrast){--_--text-color: var(--g-color-text-brand-heavy);--_--background-color: var(--g-color-base-selection);--_--background-color-hover: var(--g-color-base-selection-hover)}.g-button_selected.g-button_view_outlined-info,.g-button_selected.g-button_view_flat-info{--_--text-color: var(--g-color-text-info-heavy);--_--background-color: var(--g-color-base-info-light);--_--background-color-hover: var(--g-color-base-info-light-hover)}.g-button_selected.g-button_view_outlined-success,.g-button_selected.g-button_view_flat-success{--_--text-color: var(--g-color-text-positive-heavy);--_--background-color: var(--g-color-base-positive-light);--_--background-color-hover: var(--g-color-base-positive-light-hover)}.g-button_selected.g-button_view_outlined-warning,.g-button_selected.g-button_view_flat-warning{--_--text-color: var(--g-color-text-warning-heavy);--_--background-color: var(--g-color-base-warning-light);--_--background-color-hover: var(--g-color-base-warning-light-hover)}.g-button_selected.g-button_view_outlined-danger,.g-button_selected.g-button_view_flat-danger{--_--text-color: var(--g-color-text-danger-heavy);--_--background-color: var(--g-color-base-danger-light);--_--background-color-hover: var(--g-color-base-danger-light-hover)}.g-button_selected.g-button_view_outlined-utility,.g-button_selected.g-button_view_flat-utility{--_--text-color: var(--g-color-text-utility-heavy);--_--background-color: var(--g-color-base-utility-light);--_--background-color-hover: var(--g-color-base-utility-light-hover)}.g-button_loading::before{background-image:repeating-linear-gradient(-45deg, var(--g-button-background-color, var(--_--background-color)), var(--g-button-background-color, var(--_--background-color)) 4px, var(--g-button-background-color-hover, var(--_--background-color-hover)) 4px, var(--g-button-background-color-hover, var(--_--background-color-hover)) 8px);background-size:150%;background-clip:padding-box;animation:g-loading-animation .5s linear infinite}.g-button_width_auto{max-width:100%}.g-button_width_max{width:100%}.g-button_width_auto .g-button__text,.g-button_width_max .g-button__text{display:block;overflow:hidden;text-overflow:ellipsis}',\"\"]);const i=o},4329:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".g-icon{color:inherit;line-height:0;vertical-align:top}\",\"\"]);const i=o},1803:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".g-label{--_--bg-color: none;--_--bg-color-hover: none;--_--text-color: none;display:inline-flex;align-items:center;position:relative;height:var(--_--height);border-radius:var(--_--border-radius);color:var(--_--text-color);background-color:var(--_--bg-color);transition-property:opacity,color,background-color;transition-duration:.15s;transition-timing-function:ease-in-out;box-sizing:border-box;isolation:isolate}.g-label__text{font-family:var(--g-text-body-font-family);font-weight:var(--g-text-body-font-weight);font-size:var(--g-text-body-1-font-size);line-height:var(--g-text-body-1-line-height);display:flex;align-items:baseline;margin:0 var(--_--margin-inline);width:100%;line-height:var(--_--height);text-align:center;white-space:nowrap;overflow:hidden}.g-label__content,.g-label__key{text-overflow:ellipsis;overflow:hidden}.g-label__value{display:flex;opacity:.7;overflow:hidden}.g-label__separator{margin:0 4px}.g-label__main-button{padding:0;font-family:var(--g-text-body-font-family);font-size:inherit;font-weight:var(--g-text-body-font-weight);color:inherit;background:none;border:none;outline:none;cursor:pointer;border-radius:inherit;z-index:1}.g-label__main-button:empty{position:absolute;inset:0}.g-label__addon{display:flex;align-items:center;justify-content:center;width:var(--_--height);height:var(--_--height);border-radius:var(--_--border-radius)}.g-label__addon_side_start,.g-label__addon_side_end{position:absolute;inset-block-start:0}.g-label__addon_side_start{inset-inline-start:2px;border-start-end-radius:0;border-end-end-radius:0}.g-label__addon_side_end{inset-inline-end:0;border-start-start-radius:0;border-end-start-radius:0}.g-label__addon_type_button{padding:0;font-family:var(--g-text-body-font-family);font-size:inherit;font-weight:var(--g-text-body-font-weight);color:inherit;background:none;border:none;outline:none;cursor:pointer;z-index:2;cursor:pointer;color:var(--_--text-color);background-color:rgba(0,0,0,0);transition:color .15s ease-in-out,background-color .15s ease-in-out,transform .1s ease-out}.g-label__addon_type_button:active{transform:scale(0.96)}.g-label_size_xs{--_--height: 20px;--_--border-radius: var(--g-border-radius-xs);--_--margin-inline: 8px;--_--margin-addon-start: 24px;--_--margin-addon-end: 22px}.g-label_size_s{--_--height: 24px;--_--border-radius: var(--g-border-radius-s);--_--margin-inline: 10px;--_--margin-addon-start: 28px;--_--margin-addon-end: 26px}.g-label_size_m{--_--height: 28px;--_--border-radius: var(--g-border-radius-m);--_--margin-inline: 12px;--_--margin-addon-start: 32px;--_--margin-addon-end: 32px}.g-label_disabled{opacity:.7;pointer-events:none}.g-label_interactive{cursor:pointer}.g-label_theme_normal{--_--bg-color: var(--g-color-base-misc-light);--_--bg-color-hover: var(--g-color-base-misc-light-hover);--_--text-color: var(--g-color-text-misc-heavy)}.g-label_theme_success{--_--bg-color: var(--g-color-base-positive-light);--_--bg-color-hover: var(--g-color-base-positive-light-hover);--_--text-color: var(--g-color-text-positive-heavy)}.g-label_theme_info{--_--bg-color: var(--g-color-base-info-light);--_--bg-color-hover: var(--g-color-base-info-light-hover);--_--text-color: var(--g-color-text-info-heavy)}.g-label_theme_warning{--_--bg-color: var(--g-color-base-warning-light);--_--bg-color-hover: var(--g-color-base-warning-light-hover);--_--text-color: var(--g-color-text-warning-heavy)}.g-label_theme_danger{--_--bg-color: var(--g-color-base-danger-light);--_--bg-color-hover: var(--g-color-base-danger-light-hover);--_--text-color: var(--g-color-text-danger-heavy)}.g-label_theme_utility{--_--bg-color: var(--g-color-base-utility-light);--_--bg-color-hover: var(--g-color-base-utility-light-hover);--_--text-color: var(--g-color-text-utility-heavy)}.g-label_theme_unknown{--_--bg-color: var(--g-color-base-neutral-light);--_--bg-color-hover: var(--g-color-base-neutral-light-hover);--_--text-color: var(--g-color-text-complementary)}.g-label_theme_clear{--_--bg-color: transparent;--_--bg-color-hover: var(--g-color-base-simple-hover);--_--text-color: var(--g-color-text-complementary);box-shadow:inset 0 0 0 1px var(--g-color-line-generic)}.g-label:has(.g-label__addon_side_start) .g-label__text{margin-inline-start:var(--_--margin-addon-start)}.g-label:has(.g-label__addon_side_end) .g-label__text{margin-inline-end:var(--_--margin-addon-end)}.g-label_interactive:hover:not(:has(.g-label__addon_type_button:hover)),.g-label__addon_type_button:hover{background-color:var(--_--bg-color-hover)}.g-label__main-button:focus-visible,.g-label__addon_type_button:focus-visible{outline:2px solid var(--g-color-line-focus)}\",\"\"]);const i=o},3613:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".g-link{text-decoration:none;touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;border-radius:var(--g-focus-border-radius)}.g-link:focus-visible{outline:2px solid var(--g-color-line-focus)}.g-link_view_normal{color:var(--g-color-text-link)}.g-link_view_primary{color:var(--g-color-text-primary)}.g-link_view_secondary{color:var(--g-color-text-secondary)}.g-link_view_normal:hover,.g-link_view_primary:hover,.g-link_view_secondary:hover{color:var(--g-color-text-link-hover)}.g-link_visitable:visited{color:var(--g-color-text-link-visited)}.g-link_visitable:visited:hover{color:var(--g-color-text-link-visited-hover)}.g-link_underline{text-decoration:underline}\",\"\"]);const i=o},5457:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".g-modal{display:none;position:fixed;inset:0;z-index:1000;visibility:hidden;margin:-9999px 0 0 -9999px;background-color:var(--g-color-sfx-veil);overflow:auto;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:rgba(0,0,0,0)}.g-modal__content-aligner{min-width:100%;min-height:100%;display:inline-flex;align-items:center;justify-content:center}.g-modal__content-wrapper{margin:var(--g-modal-margin, 20px);border-radius:var(--g-modal-border-radius, 5px);overflow-x:hidden}.g-modal__content{background-color:var(--g-color-base-modal);border-radius:var(--g-modal-border-radius, 5px)}.g-modal__content_has-scroll{overflow-y:auto;max-height:calc(100vh - var(--g-modal-margin, 20px)*2)}.g-modal,.g-modal__content{animation-timing-function:ease-out;animation-fill-mode:forwards;outline:none}.g-modal_open,.g-modal_exit_active{display:block;visibility:visible;margin:0}.g-modal_enter_active,.g-modal_appear_active{animation-name:g-modal-open;animation-duration:150ms}.g-modal_enter_active .g-modal__content,.g-modal_appear_active .g-modal__content{animation-name:g-modal-content-open;animation-duration:150ms}.g-modal_exit_active{animation-name:g-modal;animation-duration:200ms}@keyframes g-modal{0%{opacity:1}100%{opacity:0}}@keyframes g-modal-open{0%{opacity:0}100%{opacity:1}}@keyframes g-modal-content-open{0%{transform:scale(0.75)}100%{transform:scale(1)}}\",\"\"]);const i=o},6662:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".g-popup{--_--background-color: var(--g-popup-background-color, var(--g-color-base-float));--_--border-color: var(--g-popup-border-color, var(--g-color-line-generic-solid));--_--border-width: var(--g-popup-border-width, 1px);z-index:1000;visibility:hidden}.g-popup_open,.g-popup_exit_active{visibility:visible}.g-popup_exit_active[data-popper-placement*=bottom] .g-popup__content{animation-name:g-popup-bottom}.g-popup_exit_active[data-popper-placement*=top] .g-popup__content{animation-name:g-popup-top}.g-popup_exit_active[data-popper-placement*=left] .g-popup__content{animation-name:g-popup-left}.g-popup_exit_active[data-popper-placement*=right] .g-popup__content{animation-name:g-popup-right}.g-popup_enter_active[data-popper-placement*=bottom] .g-popup__content,.g-popup_appear_active[data-popper-placement*=bottom] .g-popup__content{animation-name:g-popup-bottom-open}.g-popup_enter_active[data-popper-placement*=top] .g-popup__content,.g-popup_appear_active[data-popper-placement*=top] .g-popup__content{animation-name:g-popup-top-open}.g-popup_enter_active[data-popper-placement*=left] .g-popup__content,.g-popup_appear_active[data-popper-placement*=left] .g-popup__content{animation-name:g-popup-left-open}.g-popup_enter_active[data-popper-placement*=right] .g-popup__content,.g-popup_appear_active[data-popper-placement*=right] .g-popup__content{animation-name:g-popup-right-open}.g-popup[data-popper-placement*=bottom] .g-popup__arrow{inset-block-start:-9px}.g-popup[data-popper-placement*=top] .g-popup__arrow{inset-block-end:-9px}.g-popup[data-popper-placement*=top] .g-popup__arrow-content{transform:rotate(180deg)}.g-popup[data-popper-placement*=left] .g-popup__arrow{right:-9px}.g-popup[data-popper-placement*=left] .g-popup__arrow-content{transform:rotate(90deg)}.g-popup[data-popper-placement*=right] .g-popup__arrow{left:-9px}.g-popup[data-popper-placement*=right] .g-popup__arrow-content{transform:rotate(-90deg)}.g-popup__content{position:relative;animation-duration:.1s;animation-timing-function:ease-out;animation-fill-mode:forwards;border-radius:4px;background-color:var(--_--background-color);box-shadow:0 0 0 var(--_--border-width) var(--_--border-color),0 8px 20px var(--_--border-width) var(--g-color-sfx-shadow);outline:none}.g-popup__content>:first-child:not(.g-popup__arrow),.g-popup__content>.g-popup__arrow+*{border-start-start-radius:inherit;border-start-end-radius:inherit}.g-popup__content>:last-child{border-end-start-radius:inherit;border-end-end-radius:inherit}.g-popup__arrow-content{width:18px;height:18px;position:relative;overflow:hidden;display:flex}.g-popup__arrow-circle-wrapper{background-color:rgba(0,0,0,0);overflow:hidden;width:9px;height:9px;position:relative}.g-popup__arrow-circle{box-sizing:border-box;border-radius:50%;box-shadow:inset 0 0 0 calc(5px - var(--_--border-width)) var(--_--background-color),inset 0 0 0 5px var(--_--border-color);width:28px;height:30px;position:absolute}.g-popup__arrow-circle_left{inset-inline-end:-5px;inset-block-end:-4px}.g-popup__arrow-circle_right{inset-inline-start:-5px;inset-block-end:-4px}@keyframes g-popup-bottom{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(10px)}}@keyframes g-popup-bottom-open{0%{opacity:0;transform:translateY(10px)}100%{opacity:1;transform:translateY(0)}}@keyframes g-popup-top{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-10px)}}@keyframes g-popup-top-open{0%{opacity:0;transform:translateY(-10px)}100%{opacity:1;transform:translateY(0)}}@keyframes g-popup-left{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-10px)}}@keyframes g-popup-left-open{0%{opacity:0;transform:translateX(-10px)}100%{opacity:1;transform:translateX(0)}}@keyframes g-popup-right{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(10px)}}@keyframes g-popup-right-open{0%{opacity:0;transform:translateX(10px)}100%{opacity:1;transform:translateX(0)}}\",\"\"]);const i=o},5497:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".g-portal__theme-wrapper{display:contents}\",\"\"]);const i=o},3967:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".g-spin{display:inline-block;backface-visibility:hidden;animation:g-spin 1s linear infinite}.g-spin__inner{box-sizing:border-box;height:100%;width:50%;margin-inline-start:50%;border:2px solid var(--g-color-line-brand);border-inline-start:none;border-start-end-radius:25px;border-end-end-radius:25px}.g-spin_size_xs{width:16px;height:16px}.g-spin_size_s{width:24px;height:24px}.g-spin_size_m{width:28px;height:28px}.g-spin_size_l{width:32px;height:32px}.g-spin_size_xl{width:36px;height:36px}@keyframes g-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}\",\"\"]);const i=o},2073:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,'@font-face{font-family:\"swiper-icons\";src:url(\"data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA\") format(\"woff\");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:\"prev\"}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:\"next\"}.swiper-button-prev.swiper-button-white,.swiper-button-next.swiper-button-white{--swiper-navigation-color: #ffffff}.swiper-button-prev.swiper-button-black,.swiper-button-next.swiper-button-black{--swiper-navigation-color: #000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:300ms opacity;transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal>.swiper-pagination-bullets{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px, -50%, 0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:200ms transform,200ms top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar,.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color: #ffffff}.swiper-pagination-black{--swiper-pagination-color: #000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:rgba(0,0,0,0)}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-prev,.swiper-container-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:\"\";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}',\"\"]);const i=o},4683:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\"@media(min-width: 769px){.pc-banner-block.pc-AnimateBlock,.pc-AnimateBlock .pc-banner-block{position:relative;top:100px;opacity:0}.pc-banner-block.pc-AnimateBlock.animate,.pc-AnimateBlock .pc-banner-block.animate{top:0;opacity:1;transition:top .8s cubic-bezier(0.25, 0.46, 0.45, 0.94),opacity .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);transition-delay:0s}}\",\"\"]);const i=o},1029:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-card-layout-block__image_border_shadow{box-shadow:0px 4px 24px var(--pc-color-sfx-shadow),0px 2px 8px var(--pc-color-sfx-shadow)}.pc-card-layout-block__item{margin-top:24px}.pc-card-layout-block__content{position:relative}.pc-card-layout-block__content_with-background{padding:8px 32px 48px;margin-top:24px}.pc-card-layout-block__image{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:32px}.pc-card-layout-block__image img{-o-object-fit:cover;object-fit:cover;-o-object-position:left;object-position:left}.pc-card-layout-block__image_border_line{border:1px solid var(--g-color-line-generic)}@media(min-width: 769px){.pc-card-layout-block.pc-AnimateBlock .pc-card-layout-block__item,.pc-AnimateBlock .pc-card-layout-block .pc-card-layout-block__item{position:relative;top:100px;opacity:0}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item,.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item{top:0;opacity:1;transition:top .8s cubic-bezier(0.25, 0.46, 0.45, 0.94),opacity .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(0),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(0){transition-delay:0s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(1),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(1){transition-delay:.1s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(2),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(2){transition-delay:.2s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(3),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(3){transition-delay:.3s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(4),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(4){transition-delay:.4s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(5),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(5){transition-delay:.5s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(6),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(6){transition-delay:.6s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(7),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(7){transition-delay:.7s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(8),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(8){transition-delay:.8s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(9),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(9){transition-delay:.9s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(10),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(10){transition-delay:1s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(11),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(11){transition-delay:1.1s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(12),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(12){transition-delay:1.2s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(13),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(13){transition-delay:1.3s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(14),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(14){transition-delay:1.4s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(15),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(15){transition-delay:1.5s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(16),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(16){transition-delay:1.6s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(17),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(17){transition-delay:1.7s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(18),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(18){transition-delay:1.8s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(19),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(19){transition-delay:1.9s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(20),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(20){transition-delay:2s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(21),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(21){transition-delay:2.1s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(22),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(22){transition-delay:2.2s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(23),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(23){transition-delay:2.3s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(24),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(24){transition-delay:2.4s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(25),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(25){transition-delay:2.5s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(26),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(26){transition-delay:2.6s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(27),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(27){transition-delay:2.7s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(28),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(28){transition-delay:2.8s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(29),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(29){transition-delay:2.9s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(30),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(30){transition-delay:3s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(31),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(31){transition-delay:3.1s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(32),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(32){transition-delay:3.2s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(33),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(33){transition-delay:3.3s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(34),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(34){transition-delay:3.4s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(35),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(35){transition-delay:3.5s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(36),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(36){transition-delay:3.6s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(37),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(37){transition-delay:3.7s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(38),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(38){transition-delay:3.8s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(39),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(39){transition-delay:3.9s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(40),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(40){transition-delay:4s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(41),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(41){transition-delay:4.1s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(42),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(42){transition-delay:4.2s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(43),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(43){transition-delay:4.3s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(44),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(44){transition-delay:4.4s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(45),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(45){transition-delay:4.5s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(46),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(46){transition-delay:4.6s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(47),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(47){transition-delay:4.7s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(48),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(48){transition-delay:4.8s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(49),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(49){transition-delay:4.9s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(50),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(50){transition-delay:5s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(51),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(51){transition-delay:5.1s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(52),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(52){transition-delay:5.2s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(53),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(53){transition-delay:5.3s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(54),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(54){transition-delay:5.4s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(55),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(55){transition-delay:5.5s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(56),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(56){transition-delay:5.6s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(57),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(57){transition-delay:5.7s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(58),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(58){transition-delay:5.8s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(59),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(59){transition-delay:5.9s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(60),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(60){transition-delay:6s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(61),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(61){transition-delay:6.1s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(62),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(62){transition-delay:6.2s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(63),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(63){transition-delay:6.3s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(64),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(64){transition-delay:6.4s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(65),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(65){transition-delay:6.5s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(66),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(66){transition-delay:6.6s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(67),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(67){transition-delay:6.7s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(68),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(68){transition-delay:6.8s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(69),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(69){transition-delay:6.9s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(70),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(70){transition-delay:7s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(71),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(71){transition-delay:7.1s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(72),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(72){transition-delay:7.2s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(73),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(73){transition-delay:7.3s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(74),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(74){transition-delay:7.4s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(75),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(75){transition-delay:7.5s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(76),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(76){transition-delay:7.6s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(77),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(77){transition-delay:7.7s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(78),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(78){transition-delay:7.8s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(79),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(79){transition-delay:7.9s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(80),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(80){transition-delay:8s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(81),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(81){transition-delay:8.1s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(82),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(82){transition-delay:8.2s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(83),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(83){transition-delay:8.3s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(84),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(84){transition-delay:8.4s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(85),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(85){transition-delay:8.5s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(86),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(86){transition-delay:8.6s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(87),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(87){transition-delay:8.7s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(88),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(88){transition-delay:8.8s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(89),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(89){transition-delay:8.9s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(90),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(90){transition-delay:9s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(91),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(91){transition-delay:9.1s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(92),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(92){transition-delay:9.2s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(93),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(93){transition-delay:9.3s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(94),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(94){transition-delay:9.4s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(95),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(95){transition-delay:9.5s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(96),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(96){transition-delay:9.6s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(97),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(97){transition-delay:9.7s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(98),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(98){transition-delay:9.8s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(99),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(99){transition-delay:9.9s}}\",\"\"]);const i=o},4879:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-companies-block{text-align:center}.pc-companies-block__images{margin-top:32px}.pc-companies-block__image{max-width:100%}@media(min-width: 769px){.pc-companies-block.pc-AnimateBlock .pc-companies-block__images,.pc-AnimateBlock .pc-companies-block .pc-companies-block__images{opacity:0}.pc-companies-block.pc-AnimateBlock.animate .pc-companies-block__images,.pc-AnimateBlock .pc-companies-block.animate .pc-companies-block__images{opacity:1;transition:opacity .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);transition-delay:0s}}\",\"\"]);const i=o},8223:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-content-layout-block__files_size_l,.pc-content-layout-block__files_size_s{margin:0}.pc-content-layout-block{position:relative}.pc-content-layout-block__content,.pc-content-layout-block__files{z-index:10;position:relative}.pc-content-layout-block__files{margin-top:24px}.pc-content-layout-block__files_size_s{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.pc-content-layout-block__files_size_l{font-size:var(--g-text-body-3-font-size);line-height:var(--g-text-body-3-line-height)}.pc-content-layout-block__files_centered{margin-left:auto;margin-right:auto}.pc-content-layout-block__files a{text-decoration:none}.pc-content-layout-block__file{margin-bottom:12px}.pc-content-layout-block__file:last-child{margin-bottom:0}.pc-content-layout-block__background{position:absolute;top:0;left:0;width:100%;height:100%}.pc-content-layout-block__background-item{height:100%;border-radius:var(--pc-border-radius)}.pc-content-layout-block_background{padding:64px}.pc-content-layout-block_theme_dark{--g-color-line-focus: var(--pc-color-line-focus-dark)}@media(max-width: 577px){.pc-content-layout-block_background{padding:32px}}\",\"\"]);const i=o},279:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-ExtendedFeaturesBlock__item-title{margin:0}.pc-ExtendedFeaturesBlock__items{margin-top:-32px}.pc-ExtendedFeaturesBlock__header+.pc-ExtendedFeaturesBlock__items{margin-top:0}.pc-ExtendedFeaturesBlock__item{margin-top:32px}.pc-ExtendedFeaturesBlock__item.col{padding-right:32px}.pc-ExtendedFeaturesBlock__item-title{font-size:var(--g-text-header-1-font-size);line-height:var(--g-text-header-1-line-height);color:var(--pc-text-header-color);font-weight:var(--g-text-accent-font-weight);display:block;position:relative;margin-bottom:8px}.pc-ExtendedFeaturesBlock__item-title a{outline:none;color:var(--g-color-text-link);text-decoration:none;cursor:pointer}.utilityfocus .pc-ExtendedFeaturesBlock__item-title a:focus{outline:2px solid #ffdb4d}.pc-ExtendedFeaturesBlock__item-title a:hover,.pc-ExtendedFeaturesBlock__item-title a:active{--pc-text-header-color: var(--g-color-text-link-hover);color:var(--g-color-text-link-hover)}.pc-ExtendedFeaturesBlock__item-label{font-size:var(--g-text-caption-2-font-size);line-height:var(--g-text-caption-2-line-height);position:relative;top:-3px;height:16px;margin-left:8px;padding:1.5px 5px 2px;color:var(--g-color-base-background);background-color:var(--g-color-base-brand);border-radius:4px}.pc-ExtendedFeaturesBlock__item-text,.pc-ExtendedFeaturesBlock__item-link{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.pc-ExtendedFeaturesBlock__item-text a{outline:none;color:var(--g-color-text-link);text-decoration:none;cursor:pointer}.utilityfocus .pc-ExtendedFeaturesBlock__item-text a:focus{outline:2px solid #ffdb4d}.pc-ExtendedFeaturesBlock__item-text a:hover,.pc-ExtendedFeaturesBlock__item-text a:active{--pc-text-header-color: var(--g-color-text-link-hover);color:var(--g-color-text-link-hover)}.pc-ExtendedFeaturesBlock__item-link{margin-top:8px;color:var(--g-color-text-link)}.pc-ExtendedFeaturesBlock__icon{width:32px;height:32px;background-size:cover;display:block}.pc-ExtendedFeaturesBlock__icon-wrap{margin-bottom:12px}@media(max-width: 577px){.pc-ExtendedFeaturesBlock__item{margin-top:32px}.pc-ExtendedFeaturesBlock__item.col{padding-right:8px}}@media(min-width: 769px){.pc-ExtendedFeaturesBlock.pc-AnimateBlock .pc-ExtendedFeaturesBlock__item,.pc-AnimateBlock .pc-ExtendedFeaturesBlock .pc-ExtendedFeaturesBlock__item{position:relative;top:100px;opacity:0}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item,.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item{top:0;opacity:1;transition:top .8s cubic-bezier(0.25, 0.46, 0.45, 0.94),opacity .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(0),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(0){transition-delay:0s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(1),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(1){transition-delay:.1s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(2),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(2){transition-delay:.2s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(3),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(3){transition-delay:.3s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(4),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(4){transition-delay:.4s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(5),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(5){transition-delay:.5s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(6),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(6){transition-delay:.6s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(7),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(7){transition-delay:.7s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(8),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(8){transition-delay:.8s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(9),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(9){transition-delay:.9s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(10),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(10){transition-delay:1s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(11),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(11){transition-delay:1.1s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(12),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(12){transition-delay:1.2s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(13),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(13){transition-delay:1.3s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(14),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(14){transition-delay:1.4s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(15),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(15){transition-delay:1.5s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(16),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(16){transition-delay:1.6s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(17),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(17){transition-delay:1.7s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(18),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(18){transition-delay:1.8s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(19),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(19){transition-delay:1.9s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(20),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(20){transition-delay:2s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(21),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(21){transition-delay:2.1s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(22),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(22){transition-delay:2.2s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(23),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(23){transition-delay:2.3s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(24),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(24){transition-delay:2.4s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(25),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(25){transition-delay:2.5s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(26),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(26){transition-delay:2.6s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(27),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(27){transition-delay:2.7s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(28),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(28){transition-delay:2.8s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(29),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(29){transition-delay:2.9s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(30),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(30){transition-delay:3s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(31),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(31){transition-delay:3.1s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(32),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(32){transition-delay:3.2s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(33),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(33){transition-delay:3.3s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(34),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(34){transition-delay:3.4s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(35),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(35){transition-delay:3.5s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(36),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(36){transition-delay:3.6s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(37),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(37){transition-delay:3.7s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(38),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(38){transition-delay:3.8s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(39),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(39){transition-delay:3.9s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(40),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(40){transition-delay:4s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(41),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(41){transition-delay:4.1s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(42),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(42){transition-delay:4.2s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(43),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(43){transition-delay:4.3s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(44),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(44){transition-delay:4.4s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(45),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(45){transition-delay:4.5s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(46),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(46){transition-delay:4.6s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(47),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(47){transition-delay:4.7s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(48),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(48){transition-delay:4.8s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(49),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(49){transition-delay:4.9s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(50),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(50){transition-delay:5s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(51),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(51){transition-delay:5.1s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(52),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(52){transition-delay:5.2s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(53),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(53){transition-delay:5.3s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(54),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(54){transition-delay:5.4s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(55),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(55){transition-delay:5.5s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(56),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(56){transition-delay:5.6s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(57),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(57){transition-delay:5.7s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(58),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(58){transition-delay:5.8s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(59),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(59){transition-delay:5.9s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(60),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(60){transition-delay:6s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(61),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(61){transition-delay:6.1s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(62),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(62){transition-delay:6.2s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(63),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(63){transition-delay:6.3s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(64),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(64){transition-delay:6.4s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(65),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(65){transition-delay:6.5s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(66),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(66){transition-delay:6.6s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(67),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(67){transition-delay:6.7s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(68),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(68){transition-delay:6.8s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(69),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(69){transition-delay:6.9s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(70),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(70){transition-delay:7s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(71),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(71){transition-delay:7.1s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(72),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(72){transition-delay:7.2s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(73),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(73){transition-delay:7.3s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(74),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(74){transition-delay:7.4s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(75),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(75){transition-delay:7.5s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(76),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(76){transition-delay:7.6s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(77),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(77){transition-delay:7.7s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(78),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(78){transition-delay:7.8s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(79),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(79){transition-delay:7.9s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(80),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(80){transition-delay:8s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(81),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(81){transition-delay:8.1s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(82),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(82){transition-delay:8.2s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(83),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(83){transition-delay:8.3s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(84),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(84){transition-delay:8.4s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(85),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(85){transition-delay:8.5s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(86),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(86){transition-delay:8.6s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(87),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(87){transition-delay:8.7s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(88),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(88){transition-delay:8.8s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(89),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(89){transition-delay:8.9s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(90),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(90){transition-delay:9s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(91),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(91){transition-delay:9.1s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(92),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(92){transition-delay:9.2s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(93),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(93){transition-delay:9.3s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(94),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(94){transition-delay:9.4s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(95),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(95){transition-delay:9.5s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(96),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(96){transition-delay:9.6s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(97),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(97){transition-delay:9.7s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(98),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(98){transition-delay:9.8s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(99),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(99){transition-delay:9.9s}}\",\"\"]);const i=o},8897:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-filter-block{--pc-first-block-indent: 0;--pc-first-block-mobile-indent: 0}.pc-filter-block__title{margin-bottom:24px}.pc-filter-block__title_centered{text-align:center}.pc-filter-block__title_centered>*{margin:0 auto}.pc-filter-block__tabs{margin-bottom:0;display:flex;flex-wrap:wrap;justify-content:flex-start}.pc-filter-block__tabs_centered{justify-content:center}@media(max-width: 769px){.pc-filter-block__tabs{flex-wrap:nowrap;justify-content:flex-start;overflow:auto;margin-left:-48px;margin-right:-48px;padding-left:48px;padding-right:40px}}@media(max-width: 577px){.pc-filter-block__tabs{margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:16px}}.row .pc-filter-block__block-container.row{margin:0px}.pc-filter-block__cards-container{width:100%}\",\"\"]);const i=o},7928:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-form-block{border-radius:32px;position:relative}.pc-form-block__title{margin:0 0 24px 10px}.pc-form-block__title_mobile{margin-left:4px}.pc-form-block__full-form{background-color:var(--g-color-base-background);padding:48px 64px 48px calc(64px - 10px);border-radius:var(--pc-border-radius)}.pc-form-block__media{position:absolute;top:0;left:0;bottom:0;right:0;border-radius:32px}.pc-form-block__image{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.pc-form-block__row_direction_form-content{flex-direction:row-reverse}.pc-form-block__row_direction_center{flex-direction:column}.pc-form-block__row_direction_center .pc-form-block__content-wrapper{margin-bottom:32px}.pc-form-block:not(.pc-form-block_with-background) .pc-form-block__full-form{box-shadow:0 4px 24px var(--pc-color-sfx-shadow),0 2px 8px var(--pc-color-sfx-shadow)}.pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row_direction_form-content .pc-form-block__content-wrapper{padding:48px 0 64px 64px}.pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row_direction_content-form .pc-form-block__content-wrapper{padding:48px 64px 64px 0}.pc-form-block_with-background .pc-form-block__row_direction_form-content .pc-form-block__form-wrapper{padding:16px 0 24px 16px}.pc-form-block_with-background .pc-form-block__row_direction_content-form .pc-form-block__form-wrapper{padding:16px 16px 24px 0}.pc-form-block_with-background .pc-form-block__row_direction_form-content .pc-form-block__content-wrapper,.pc-form-block_with-background .pc-form-block__row_direction_content-form .pc-form-block__content-wrapper{padding:64px}.pc-form-block_with-background .pc-form-block__row_direction_center{padding-top:64px;padding-bottom:48px}@media(min-width: 1081px){.pc-form-block_form-type_yandex .pc-form-block__row_direction_form-content .pc-form-block__content-col,.pc-form-block_form-type_yandex .pc-form-block__row_direction_content-form .pc-form-block__content-col{flex:1 0 0}.pc-form-block_form-type_yandex .pc-form-block__row_direction_form-content .pc-form-block__form,.pc-form-block_form-type_yandex .pc-form-block__row_direction_content-form .pc-form-block__form,.pc-form-block_form-type_yandex .pc-form-block__row_direction_center .pc-form-block__form{min-width:475px}.pc-form-block_form-type_yandex .pc-form-block__row_direction_form-content .pc-form-block__form-col,.pc-form-block_form-type_yandex .pc-form-block__row_direction_content-form .pc-form-block__form-col,.pc-form-block_form-type_yandex .pc-form-block__row_direction_center .pc-form-block__form-col{max-width:initial;width:-moz-fit-content;width:fit-content}}@media(max-width: 1081px)and (min-width: 769px){.pc-form-block__row{flex-direction:column}.pc-form-block_with-background .pc-form-block__row .pc-form-block__form-wrapper,.pc-form-block_with-background .pc-form-block__row .pc-form-block__content-wrapper,.pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row .pc-form-block__form-wrapper,.pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row .pc-form-block__content-wrapper{max-width:609px}.pc-form-block_with-background .pc-form-block__row .pc-form-block__center,.pc-form-block_with-background .pc-form-block__row .pc-form-block__form-wrapper,.pc-form-block_with-background .pc-form-block__row .pc-form-block__content-wrapper,.pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row .pc-form-block__center,.pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row .pc-form-block__form-wrapper,.pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row .pc-form-block__content-wrapper{margin:0 auto;padding-right:0;padding-left:0}.pc-form-block_with-background .pc-form-block__row .pc-form-block__form-wrapper,.pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row .pc-form-block__form-wrapper{padding-top:0}.pc-form-block_with-background .pc-form-block__row .pc-form-block__content-wrapper,.pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row .pc-form-block__content-wrapper{text-align:center;padding-bottom:32px}.pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row .pc-form-block__content-wrapper{padding:0 0 32px 0}}@media(max-width: 769px){.pc-form-block__full-form{padding:32px}.pc-form-block_with-background .pc-form-block__row,.pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row{padding:0}.pc-form-block_with-background .pc-form-block__row .pc-form-block__form-wrapper,.pc-form-block_with-background .pc-form-block__row .pc-form-block__content-wrapper,.pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row .pc-form-block__form-wrapper,.pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row .pc-form-block__content-wrapper{padding:0}.pc-form-block_with-background .pc-form-block__row .pc-form-block__content-wrapper,.pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row .pc-form-block__content-wrapper{padding-bottom:32px;margin-bottom:0}.pc-form-block_with-background{padding:0 8px}.pc-form-block_with-background .pc-form-block__row{padding-top:32px;padding-bottom:32px}.pc-form-block_with-background .pc-form-block__row_direction_form-content .pc-form-block__content-wrapper,.pc-form-block_with-background .pc-form-block__row_direction_content-form .pc-form-block__content-wrapper,.pc-form-block_with-background .pc-form-block__row_direction_center .pc-form-block__content-wrapper{padding-right:16px;padding-left:16px}.pc-form-block_with-background .pc-form-block__row_direction_form-content,.pc-form-block_with-background .pc-form-block__row_direction_content-form{padding-top:32px}}\",\"\"]);const i=o},5509:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-header-block__title{margin:0}.pc-header-block{position:relative}.pc-header-block_full-width{--pc-border-radius: 0;padding:16px 0;margin:0 0 16px}.pc-header-block__content-wrapper{margin:0 8px;height:100%}.pc-header-block__content{position:relative;height:100%}.pc-header-block__content_theme_dark{--g-color-line-focus: var(--pc-color-line-focus-dark)}.pc-header-block__content_theme_dark .pc-header-block__title,.pc-header-block__content_theme_dark .pc-header-block__overtitle{color:var(--g-color-text-light-primary)}.pc-header-block__content_theme_dark .pc-header-block__description .yfm{color:var(--g-color-text-light-primary)}.pc-header-block__content_vertical-offset{margin:16px 0}.pc-header-block__content_vertical-offset_s{padding:64px 0}.pc-header-block__content_vertical-offset_m{padding:96px 0}.pc-header-block__content_vertical-offset_l{padding:128px 0}.pc-header-block__content_vertical-offset_xl{padding:160px 0}.pc-header-block__content_offset_large{padding:calc(128px - 16px) 0 16px}.pc-header-block__content-outer,.pc-header-block__content-inner{position:relative;z-index:10}.pc-header-block__title{font-size:var(--g-text-display-4-font-size);line-height:var(--g-text-display-4-line-height);color:var(--pc-text-header-color);font-weight:var(--g-text-accent-font-weight);position:relative}@media(max-width: 577px){.pc-header-block__title{font-size:var(--g-text-display-2-font-size);line-height:var(--g-text-display-2-line-height)}}.pc-header-block__title a{outline:none;color:var(--g-color-text-link);text-decoration:none;cursor:pointer}.utilityfocus .pc-header-block__title a:focus{outline:2px solid #ffdb4d}.pc-header-block__title a:hover,.pc-header-block__title a:active{--pc-text-header-color: var(--g-color-text-link-hover);color:var(--g-color-text-link-hover)}.pc-header-block__description{margin-top:16px}.pc-header-block__description .yfm{font-size:var(--g-text-body-3-font-size);line-height:var(--g-text-body-3-line-height);color:var(--g-color-text-primary)}.pc-header-block__buttons{margin-top:16px}.pc-header-block__button.pc-header-block__button{margin-top:16px;margin-right:16px}.pc-header-block__media{position:absolute;display:none;top:16px;right:0;width:50%;height:calc(100% - 2 * 16px);overflow:hidden;-o-object-fit:cover;object-fit:cover;border-radius:var(--pc-border-radius)}.pc-header-block__media_s{width:32%}.pc-header-block__video{height:100%}.pc-header-block__video>video{border-radius:var(--pc-border-radius);width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.pc-header-block__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:var(--pc-border-radius)}.pc-header-block__breadcrumbs{position:absolute;top:16px;z-index:11}.pc-header-block__background-media{height:100%}.pc-header-block__background-media>div{height:100%;width:100%}.pc-header-block__background-media>div:not(.pc-header-block__video){position:absolute}.pc-header-block__background,.pc-header-block__background.pc-header-block__background_media{position:absolute;top:0;overflow:hidden;z-index:5;width:1440px;max-width:100%;left:50%;transform:translateX(-50%);height:100%;border-radius:var(--pc-border-radius)}.pc-header-block__background.pc-header-block__background_full-width-media,.pc-header-block__background.pc-header-block__background_media.pc-header-block__background_full-width-media{width:100%}.pc-header-block__background.pc-header-block__background_full-width-media>div,.pc-header-block__background.pc-header-block__background_media.pc-header-block__background_full-width-media>div{max-width:none}.pc-header-block__background.pc-header-block__background_full-width-media video,.pc-header-block__background.pc-header-block__background_media.pc-header-block__background_full-width-media video{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.pc-header-block__background_full-width{left:0;transform:none;max-width:none;width:100%;background-color:var(--g-color-base-background)}.pc-header-block__overtitle{font-size:var(--g-text-body-3-font-size);line-height:var(--g-text-body-3-line-height);margin-bottom:8px}.pc-header-block__overtitle a{outline:none;color:var(--g-color-text-link);text-decoration:none;cursor:pointer}.utilityfocus .pc-header-block__overtitle a:focus{outline:2px solid #ffdb4d}.pc-header-block__overtitle a:hover,.pc-header-block__overtitle a:active{--pc-text-header-color: var(--g-color-text-link-hover);color:var(--g-color-text-link-hover)}.pc-header-block_media-view_fit .pc-header-block__video>video,.pc-header-block_media-view_fit .pc-header-block__image{-o-object-fit:contain;object-fit:contain;height:auto;width:auto;max-height:100%;max-width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}@media(max-width: 1440px){.pc-header-block__background,.pc-header-block__background.pc-header-block__background_media{left:0;transform:none}}@media(max-width: 769px){.pc-header-block_has-media .pc-header-block__content{padding-top:48px}.pc-header-block .pc-header-block__content_vertical-offset_s,.pc-header-block .pc-header-block__content_vertical-offset_m,.pc-header-block .pc-header-block__content_vertical-offset_l,.pc-header-block .pc-header-block__content_vertical-offset_xl{padding:calc(96px - 16px) 0}.pc-header-block .pc-header-block__content_offset_large{padding:calc(96px - 16px) 0 16px;margin-bottom:-32px}}@media(min-width: 769px){.pc-header-block__media{display:block}.pc-header-block_has-media .pc-header-block__content-inner{padding-right:48px}}\",\"\"]);const i=o},1650:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-header-slider-block__item{display:block;height:100%;overflow:hidden;transform:translateZ(0)}.pc-header-slider-block__item-content{height:inherit;overflow:hidden}.pc-header-slider-block__item-content.pc-header-slider-block__item-content{margin:0 0 16px}.pc-header-slider-block__item-content .pc-header-block__content{padding:115px 0;display:flex;align-items:center}.pc-header-slider-block__item-content .pc-Grid,.pc-header-slider-block__item-content .container-fluid,.pc-header-slider-block__item-content .container-fluid .row{height:inherit}.pc-header-slider-block__item-content .pc-header-block__media{padding-bottom:48px;padding-top:16px}@media(max-width: 1410px)and (min-width: 577px){.pc-header-slider-block__item-content .pc-header-block__content{padding-left:32px;padding-right:32px}}@media(max-width: 769px){.pc-header-slider-block.pc-SliderBlock{margin-left:-8px;padding-left:0;width:calc(100% + 8px)}}@media(max-width: 577px){.pc-header-slider-block__item-content .pc-header-block__content{padding-left:0;padding-right:0}.pc-header-slider-block__item-content .pc-header-block__container-fluid{padding-left:24px}.pc-header-slider-block .slick-track .slick-slide{max-width:100%}}\",\"\"]);const i=o},6025:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-icons-block{display:flex;flex-wrap:wrap;justify-content:center;font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.pc-icons-block_size_s .pc-icons-block__item{width:96px}.pc-icons-block_size_m .pc-icons-block__item{width:128px}.pc-icons-block_size_l .pc-icons-block__item{width:160px}.pc-icons-block__header{width:100%;padding-bottom:24px;text-align:center;display:flex;flex-direction:column;align-items:center;height:-moz-max-content;height:max-content}.pc-icons-block__text{margin:8px 0 0;text-align:center}.pc-icons-block__item{color:inherit;text-decoration:none;margin:0 8px 24px}.pc-icons-block a.pc-icons-block__item{border-radius:var(--g-focus-border-radius)}.pc-icons-block a.pc-icons-block__item:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-icons-block a.pc-icons-block__item:focus:not(:focus-visible){outline:0}.pc-icons-block__image{max-width:100%;margin:0 auto;display:block}@media(max-width: 576px){.pc-icons-block__item{max-width:calc(50% - 8px * 2)}}\",\"\"]);const i=o},7776:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-info-block__container{background-color:var(--g-color-base-brand);padding:96px 64px;border-radius:var(--pc-border-radius)}.pc-info-block__left,.pc-info-block__right{padding-right:96px;padding-bottom:16px}@media(max-width: 1081px){.pc-info-block__left,.pc-info-block__right{padding-bottom:0}.pc-info-block__container{padding:96px 64px}}@media(max-width: 769px){.pc-info-block__left{margin-bottom:48px}.pc-info-block__left,.pc-info-block__right{padding-right:0}}@media(max-width: 577px){.pc-info-block__container{padding:64px 32px}}\",\"\"]);const i=o},336:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-map-block_border_shadow{box-shadow:0 2px 8px var(--pc-color-sfx-shadow),0 4px 24px var(--pc-color-sfx-shadow);overflow-x:hidden;border-radius:var(--pc-border-radius)}.pc-map-block_border_line{border-radius:var(--pc-border-radius);border:1px solid var(--g-color-line-generic)}.pc-map-block_border_none{border-radius:var(--pc-border-radius)}\",\"\"]);const i=o},4377:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-media-block_border_shadow{box-shadow:0 2px 8px var(--pc-color-sfx-shadow),0 4px 24px var(--pc-color-sfx-shadow);overflow-x:hidden;border-radius:var(--pc-border-radius)}.pc-media-block_border_line{border-radius:var(--pc-border-radius);border:1px solid var(--g-color-line-generic)}.pc-media-block_border_none{border-radius:var(--pc-border-radius)}.pc-media-block__image{border-radius:var(--pc-border-radius)}\",\"\"]);const i=o},4367:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-PromoFeaturesBlock__card-title{margin:0}.pc-PromoFeaturesBlock__card-title{font-size:var(--g-text-header-1-font-size);line-height:var(--g-text-header-1-line-height);color:var(--pc-text-header-color);font-weight:var(--g-text-accent-font-weight)}.pc-PromoFeaturesBlock__card-container{display:flex}.pc-PromoFeaturesBlock__card-container-column+.pc-PromoFeaturesBlock__card-container-column{margin-left:calc(8px * 2)}.pc-PromoFeaturesBlock__header{margin-bottom:32px}.pc-PromoFeaturesBlock__background{background-color:inherit}.pc-PromoFeaturesBlock__background_grey{background-color:var(--g-color-base-misc-light)}.pc-PromoFeaturesBlock_grey{padding:64px 0}.pc-PromoFeaturesBlock__card{color:inherit;text-decoration:none;display:flex;flex-direction:column;justify-content:center;border-radius:var(--pc-border-radius);overflow:hidden}.pc-PromoFeaturesBlock__card-info{padding:32px 32px 0 32px}.pc-PromoFeaturesBlock__card-title{margin-bottom:8px}.pc-PromoFeaturesBlock__card-text{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.pc-PromoFeaturesBlock__card-media{margin-top:16px}.pc-PromoFeaturesBlock__card+.pc-PromoFeaturesBlock__card{margin-top:16px}.pc-PromoFeaturesBlock__card_no-media .pc-PromoFeaturesBlock__card-info{padding:32px}.pc-PromoFeaturesBlock__card_light{background-color:var(--g-color-base-background)}.pc-PromoFeaturesBlock__card_default{background-color:var(--g-color-base-misc-light)}.pc-PromoFeaturesBlock__card_accent{color:var(--g-color-text-light-primary);background-color:var(--g-color-base-brand)}.pc-PromoFeaturesBlock__card_accent .pc-PromoFeaturesBlock__card-title,.pc-PromoFeaturesBlock__card_accent .pc-PromoFeaturesBlock__card-text>.yfm *{color:var(--g-color-text-light-primary)}.pc-PromoFeaturesBlock__card_accent-light{background-color:var(--pc-color-base-copper)}.pc-PromoFeaturesBlock__card_primary{background-color:var(--pc-color-base-gold)}@media(min-width: 769px){.pc-PromoFeaturesBlock.pc-AnimateBlock .pc-PromoFeaturesBlock__card-container-column,.pc-AnimateBlock .pc-PromoFeaturesBlock .pc-PromoFeaturesBlock__card-container-column{position:relative;top:100px;opacity:0}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column,.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column{top:0;opacity:1;transition:top .8s cubic-bezier(0.25, 0.46, 0.45, 0.94),opacity .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(0),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(0){transition-delay:0s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(1),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(1){transition-delay:.1s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(2),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(2){transition-delay:.2s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(3),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(3){transition-delay:.3s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(4),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(4){transition-delay:.4s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(5),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(5){transition-delay:.5s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(6),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(6){transition-delay:.6s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(7),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(7){transition-delay:.7s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(8),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(8){transition-delay:.8s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(9),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(9){transition-delay:.9s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(10),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(10){transition-delay:1s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(11),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(11){transition-delay:1.1s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(12),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(12){transition-delay:1.2s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(13),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(13){transition-delay:1.3s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(14),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(14){transition-delay:1.4s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(15),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(15){transition-delay:1.5s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(16),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(16){transition-delay:1.6s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(17),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(17){transition-delay:1.7s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(18),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(18){transition-delay:1.8s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(19),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(19){transition-delay:1.9s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(20),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(20){transition-delay:2s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(21),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(21){transition-delay:2.1s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(22),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(22){transition-delay:2.2s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(23),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(23){transition-delay:2.3s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(24),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(24){transition-delay:2.4s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(25),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(25){transition-delay:2.5s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(26),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(26){transition-delay:2.6s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(27),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(27){transition-delay:2.7s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(28),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(28){transition-delay:2.8s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(29),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(29){transition-delay:2.9s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(30),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(30){transition-delay:3s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(31),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(31){transition-delay:3.1s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(32),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(32){transition-delay:3.2s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(33),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(33){transition-delay:3.3s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(34),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(34){transition-delay:3.4s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(35),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(35){transition-delay:3.5s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(36),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(36){transition-delay:3.6s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(37),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(37){transition-delay:3.7s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(38),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(38){transition-delay:3.8s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(39),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(39){transition-delay:3.9s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(40),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(40){transition-delay:4s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(41),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(41){transition-delay:4.1s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(42),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(42){transition-delay:4.2s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(43),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(43){transition-delay:4.3s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(44),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(44){transition-delay:4.4s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(45),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(45){transition-delay:4.5s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(46),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(46){transition-delay:4.6s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(47),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(47){transition-delay:4.7s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(48),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(48){transition-delay:4.8s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(49),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(49){transition-delay:4.9s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(50),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(50){transition-delay:5s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(51),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(51){transition-delay:5.1s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(52),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(52){transition-delay:5.2s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(53),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(53){transition-delay:5.3s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(54),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(54){transition-delay:5.4s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(55),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(55){transition-delay:5.5s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(56),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(56){transition-delay:5.6s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(57),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(57){transition-delay:5.7s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(58),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(58){transition-delay:5.8s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(59),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(59){transition-delay:5.9s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(60),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(60){transition-delay:6s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(61),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(61){transition-delay:6.1s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(62),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(62){transition-delay:6.2s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(63),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(63){transition-delay:6.3s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(64),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(64){transition-delay:6.4s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(65),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(65){transition-delay:6.5s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(66),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(66){transition-delay:6.6s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(67),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(67){transition-delay:6.7s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(68),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(68){transition-delay:6.8s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(69),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(69){transition-delay:6.9s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(70),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(70){transition-delay:7s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(71),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(71){transition-delay:7.1s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(72),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(72){transition-delay:7.2s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(73),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(73){transition-delay:7.3s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(74),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(74){transition-delay:7.4s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(75),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(75){transition-delay:7.5s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(76),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(76){transition-delay:7.6s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(77),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(77){transition-delay:7.7s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(78),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(78){transition-delay:7.8s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(79),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(79){transition-delay:7.9s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(80),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(80){transition-delay:8s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(81),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(81){transition-delay:8.1s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(82),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(82){transition-delay:8.2s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(83),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(83){transition-delay:8.3s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(84),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(84){transition-delay:8.4s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(85),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(85){transition-delay:8.5s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(86),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(86){transition-delay:8.6s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(87),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(87){transition-delay:8.7s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(88),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(88){transition-delay:8.8s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(89),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(89){transition-delay:8.9s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(90),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(90){transition-delay:9s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(91),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(91){transition-delay:9.1s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(92),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(92){transition-delay:9.2s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(93),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(93){transition-delay:9.3s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(94),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(94){transition-delay:9.4s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(95),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(95){transition-delay:9.5s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(96),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(96){transition-delay:9.6s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(97),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(97){transition-delay:9.7s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(98),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(98){transition-delay:9.8s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(99),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(99){transition-delay:9.9s}}\",\"\"]);const i=o},6959:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-QuestionsBlockItem__title{margin:0}.pc-QuestionsBlockItem{padding-bottom:32px;border-bottom:1px solid var(--g-color-line-generic)}.pc-QuestionsBlockItem+.pc-QuestionsBlockItem{padding-top:32px}.pc-QuestionsBlockItem__title{display:inline-block;margin:0;padding:0;font:inherit;border:none;outline:none;color:inherit;background:none;cursor:pointer;font-size:var(--g-text-header-1-font-size);line-height:var(--g-text-header-1-line-height);color:var(--pc-text-header-color);font-weight:var(--g-text-accent-font-weight);position:relative;display:block;width:100%;padding-right:24px;text-align:start;cursor:pointer;border-radius:var(--g-focus-border-radius)}.pc-QuestionsBlockItem__title:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-QuestionsBlockItem__title:focus:not(:focus-visible){outline:0}.pc-QuestionsBlockItem__title a{outline:none;color:var(--g-color-text-link);text-decoration:none;cursor:pointer}.utilityfocus .pc-QuestionsBlockItem__title a:focus{outline:2px solid #ffdb4d}.pc-QuestionsBlockItem__title a:hover,.pc-QuestionsBlockItem__title a:active{--pc-text-header-color: var(--g-color-text-link-hover);color:var(--g-color-text-link-hover)}.pc-QuestionsBlockItem__arrow{position:absolute;right:0;top:0;bottom:0;margin:auto;color:var(--g-color-text-primary)}.pc-QuestionsBlockItem__link{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.pc-QuestionsBlockItem__link.pc-QuestionsBlockItem__link a{outline-offset:-2px;border-radius:calc(var(--g-focus-border-radius) + 2px);display:inline-block}.pc-QuestionsBlockItem__text{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height);margin-top:12px}\",\"\"]);const i=o},1086:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-QuestionsBlock__title{top:calc(var(--header-height) + 32px);position:sticky;margin-bottom:32px;margin-right:64px}@media(max-width: 769px){.pc-QuestionsBlock__title{margin-right:0}}\",\"\"]);const i=o},1212:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-share-block__title{margin:0}.pc-share-block__title{font-size:var(--g-text-body-3-font-size);line-height:var(--g-text-body-3-line-height);color:var(--pc-text-header-color);font-weight:var(--g-text-accent-font-weight);text-align:center;font-weight:normal}.pc-share-block__items{display:flex;justify-content:center;margin-top:16px}.pc-share-block__item.pc-share-block__item{display:flex;justify-content:center;align-items:center;width:48px !important;height:48px;border-radius:100% !important}.pc-share-block__item.pc-share-block__item_type_vk{background-color:var(--pc-color-vk)}.pc-share-block__item.pc-share-block__item_type_facebook{background-color:var(--pc-color-facebook)}.pc-share-block__item.pc-share-block__item_type_twitter{background-color:var(--pc-color-twitter)}.pc-share-block__item.pc-share-block__item_type_telegram{background-color:var(--pc-color-telegram)}.pc-share-block__item.pc-share-block__item_type_telegram{background-color:var(--pc-color-telegram)}.pc-share-block__item.pc-share-block__item_type_linkedin{background-color:var(--pc-color-linkedin)}.pc-share-block__item.pc-share-block__item.pc-share-block__item.pc-share-block__item:before{border-radius:100%}.pc-share-block__item.pc-share-block__item:hover:before{background-color:var(--g-color-base-generic) !important;border-radius:100%}.pc-share-block__item.pc-share-block__item+.pc-share-block__item.pc-share-block__item{margin-left:12px}.pc-share-block__item.pc-share-block__item svg{color:var(--g-color-base-background)}@media(max-width: 577px){.pc-share-block__items{flex-wrap:wrap}}\",\"\"]);const i=o},6533:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-slider-block-arrow__button{box-shadow:0px 4px 24px var(--pc-color-sfx-shadow),0px 2px 8px var(--pc-color-sfx-shadow)}.pc-slider-block-arrow__button:hover{box-shadow:0px 4px 24px var(--g-color-sfx-shadow),0px 2px 8px var(--g-color-sfx-shadow);cursor:pointer}.pc-slider-block-arrow__icon-wrapper,.pc-slider-block-arrow__button,.pc-slider-block-arrow{display:flex;align-items:center;justify-content:center}.pc-slider-block-arrow{width:42px;height:42px;cursor:pointer}@media(max-width: 576px){.pc-slider-block-arrow{display:none}}.pc-slider-block-arrow_type_left{margin-right:16px}.pc-slider-block-arrow_type_left .pc-slider-block-arrow__icon-wrapper{transform:rotate(180deg)}.pc-slider-block-arrow__button{display:inline-block;margin:0;padding:0;font:inherit;border:none;outline:none;color:inherit;background:none;cursor:pointer;width:42px;height:42px;color:var(--g-color-text-secondary);border-radius:100%;background-color:var(--g-color-base-background);box-shadow:0 4px 24px var(--pc-color-sfx-shadow),0 2px 8px var(--pc-color-sfx-shadow);transition:box-shadow .3s cubic-bezier(0.22, 0.61, 0.36, 1),color 1s cubic-bezier(0.22, 0.61, 0.36, 1)}.pc-slider-block-arrow__button:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-slider-block-arrow__button:focus:not(:focus-visible){outline:0}.pc-slider-block-arrow:hover .pc-slider-block-arrow__button{color:var(--g-color-text-primary);box-shadow:0 2px 12px var(--pc-color-sfx-shadow),0 4px 24px var(--pc-color-sfx-shadow)}.pc-slider-block-arrow__icon{position:relative}\",\"\"]);const i=o},7859:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,'.pc-slick-origin.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pc-slick-origin.slick-slider .slick-track,.pc-slick-origin.slick-slider .slick-list{transform:translate3d(0, 0, 0)}.pc-slick-origin .slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.pc-slick-origin .slick-list:focus{outline:none}.pc-slick-origin .slick-list.dragging{cursor:hand}.pc-slick-origin .slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.pc-slick-origin .slick-track::before,.pc-slick-origin .slick-track::after{content:\"\";display:table}.pc-slick-origin .slick-track:after{clear:both}.slick-loading .pc-slick-origin .slick-track{visibility:hidden}.pc-slick-origin .slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .pc-slick-origin .slick-slide{float:right}.pc-slick-origin .slick-slide img{display:block}.pc-slick-origin .slick-slide.slick-loading img{display:none}.pc-slick-origin .slick-slide.dragging img{pointer-events:none}.slick-initialized .pc-slick-origin .slick-slide{display:block}.slick-loading .pc-slick-origin .slick-slide{visibility:hidden}.slick-vertical .pc-slick-origin .slick-slide{display:block;height:auto;border:1px solid rgba(0,0,0,0)}.pc-slick-origin.slick-initialized .slick-slide{display:block}.pc-slick-origin.slick-loading .slick-slide{visibility:hidden}.pc-slick-origin.slick-vertical .slick-slide{display:block;height:auto;border:1px solid rgba(0,0,0,0)}.pc-slick-origin .slick-arrow.slick-hidden{display:none}.pc-SliderBlock .slick-list{padding:24px 0 20px;margin:0 -8px}.pc-SliderBlock .slick-slide{padding:0 8px;box-sizing:border-box;flex-shrink:0}.pc-SliderBlock .slick-track{display:flex;min-width:100%}.pc-SliderBlock .slick-track .slick-slide{height:auto}.pc-SliderBlock .slick-track .slick-slide>div{display:flex;width:100%;height:100%}.pc-SliderBlock .slick-arrow{position:absolute;top:-42px;right:0;z-index:2}.pc-SliderBlock .slick-arrow.slick-prev{right:42px}.pc-SliderBlock__header_no-description{position:relative;top:-3px}.pc-SliderBlock__dots{display:flex;justify-content:center;width:100%}.pc-SliderBlock__dots-list{margin:0;padding:0;list-style:none;position:relative;display:inline-flex;justify-content:center}.pc-SliderBlock__dots-list li.pc-SliderBlock__bar,.pc-SliderBlock__dots-list li.pc-SliderBlock__accessible-bar,.pc-SliderBlock__dots-list li.pc-SliderBlock__dot{margin:calc(12px / 2) 8px;top:0}.pc-SliderBlock__dot{margin-top:12px;width:8px;height:8px;border-radius:100%;background-color:var(--g-color-line-generic-accent);cursor:pointer;transition:background-color 1s}.pc-SliderBlock__dot:hover{background-color:var(--g-color-line-generic-accent-hover)}.pc-SliderBlock__dot+.pc-SliderBlock__dot{margin-left:16px}.pc-SliderBlock__dot_active{background-color:var(--g-color-line-generic-active)}.pc-SliderBlock__bar,.pc-SliderBlock__accessible-bar{position:absolute;top:12px;left:0;width:24px;height:8px;border-radius:var(--pc-border-radius)}.pc-SliderBlock__bar{transition:left .3s;background-color:var(--pc-color-line-generic-active-solid)}.pc-SliderBlock_align-left .slick-track{width:inherit !important}.pc-SliderBlock_only-arrows{padding-top:42px}.pc-SliderBlock__footer{display:flex;position:relative}.pc-SliderBlock__footer .pc-SliderBlock__disclaimer{position:absolute;top:0;left:0;color:var(--g-color-text-secondary)}.pc-SliderBlock__footer .pc-SliderBlock__disclaimer_size_l{font-size:var(--g-text-header-1-font-size);line-height:var(--g-text-header-1-line-height)}.pc-SliderBlock__footer .pc-SliderBlock__disclaimer_size_m{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.pc-SliderBlock__footer .pc-SliderBlock__disclaimer_size_s{font-size:var(--g-text-body-1-font-size);line-height:var(--g-text-body-1-line-height)}@media(min-width: 769px){.pc-SliderBlock__animate-slides.pc-AnimateBlock .slick-slide,.pc-AnimateBlock .pc-SliderBlock__animate-slides .slick-slide{position:relative;top:100px;opacity:0}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide,.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide{top:0;opacity:1;transition:top .8s cubic-bezier(0.25, 0.46, 0.45, 0.94),opacity .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(0),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(0){transition-delay:0s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(1),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(1){transition-delay:.1s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(2),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(2){transition-delay:.2s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(3),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(3){transition-delay:.3s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(4),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(4){transition-delay:.4s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(5),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(5){transition-delay:.5s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(6),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(6){transition-delay:.6s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(7),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(7){transition-delay:.7s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(8),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(8){transition-delay:.8s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(9),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(9){transition-delay:.9s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(10),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(10){transition-delay:1s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(11),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(11){transition-delay:1.1s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(12),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(12){transition-delay:1.2s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(13),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(13){transition-delay:1.3s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(14),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(14){transition-delay:1.4s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(15),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(15){transition-delay:1.5s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(16),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(16){transition-delay:1.6s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(17),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(17){transition-delay:1.7s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(18),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(18){transition-delay:1.8s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(19),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(19){transition-delay:1.9s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(20),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(20){transition-delay:2s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(21),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(21){transition-delay:2.1s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(22),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(22){transition-delay:2.2s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(23),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(23){transition-delay:2.3s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(24),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(24){transition-delay:2.4s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(25),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(25){transition-delay:2.5s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(26),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(26){transition-delay:2.6s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(27),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(27){transition-delay:2.7s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(28),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(28){transition-delay:2.8s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(29),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(29){transition-delay:2.9s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(30),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(30){transition-delay:3s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(31),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(31){transition-delay:3.1s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(32),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(32){transition-delay:3.2s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(33),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(33){transition-delay:3.3s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(34),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(34){transition-delay:3.4s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(35),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(35){transition-delay:3.5s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(36),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(36){transition-delay:3.6s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(37),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(37){transition-delay:3.7s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(38),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(38){transition-delay:3.8s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(39),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(39){transition-delay:3.9s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(40),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(40){transition-delay:4s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(41),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(41){transition-delay:4.1s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(42),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(42){transition-delay:4.2s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(43),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(43){transition-delay:4.3s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(44),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(44){transition-delay:4.4s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(45),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(45){transition-delay:4.5s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(46),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(46){transition-delay:4.6s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(47),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(47){transition-delay:4.7s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(48),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(48){transition-delay:4.8s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(49),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(49){transition-delay:4.9s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(50),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(50){transition-delay:5s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(51),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(51){transition-delay:5.1s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(52),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(52){transition-delay:5.2s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(53),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(53){transition-delay:5.3s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(54),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(54){transition-delay:5.4s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(55),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(55){transition-delay:5.5s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(56),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(56){transition-delay:5.6s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(57),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(57){transition-delay:5.7s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(58),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(58){transition-delay:5.8s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(59),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(59){transition-delay:5.9s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(60),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(60){transition-delay:6s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(61),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(61){transition-delay:6.1s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(62),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(62){transition-delay:6.2s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(63),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(63){transition-delay:6.3s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(64),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(64){transition-delay:6.4s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(65),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(65){transition-delay:6.5s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(66),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(66){transition-delay:6.6s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(67),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(67){transition-delay:6.7s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(68),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(68){transition-delay:6.8s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(69),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(69){transition-delay:6.9s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(70),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(70){transition-delay:7s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(71),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(71){transition-delay:7.1s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(72),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(72){transition-delay:7.2s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(73),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(73){transition-delay:7.3s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(74),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(74){transition-delay:7.4s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(75),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(75){transition-delay:7.5s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(76),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(76){transition-delay:7.6s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(77),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(77){transition-delay:7.7s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(78),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(78){transition-delay:7.8s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(79),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(79){transition-delay:7.9s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(80),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(80){transition-delay:8s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(81),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(81){transition-delay:8.1s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(82),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(82){transition-delay:8.2s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(83),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(83){transition-delay:8.3s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(84),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(84){transition-delay:8.4s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(85),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(85){transition-delay:8.5s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(86),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(86){transition-delay:8.6s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(87),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(87){transition-delay:8.7s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(88),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(88){transition-delay:8.8s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(89),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(89){transition-delay:8.9s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(90),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(90){transition-delay:9s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(91),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(91){transition-delay:9.1s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(92),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(92){transition-delay:9.2s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(93),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(93){transition-delay:9.3s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(94),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(94){transition-delay:9.4s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(95),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(95){transition-delay:9.5s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(96),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(96){transition-delay:9.6s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(97),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(97){transition-delay:9.7s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(98),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(98){transition-delay:9.8s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(99),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(99){transition-delay:9.9s}}.pc-SliderBlock_type_media-card{padding:0}.pc-SliderBlock_type_media-card .slick-slide{width:100%}@media(max-width: 577px){.pc-SliderBlock_type_media-card:not(.pc-SliderBlock_type_media-card_one-slide){margin-left:0;padding-left:0;width:100%;overflow:inherit}.pc-SliderBlock_type_media-card:not(.pc-SliderBlock_type_media-card_one-slide) .slick-list{margin:0}.pc-SliderBlock_type_media-card:not(.pc-SliderBlock_type_media-card_one-slide) .slick-slide:last-child{padding-right:10px}}.pc-SliderBlock_type_media-card .pc-SliderBlock__dots{position:absolute;bottom:24px;left:0;width:100%}.pc-SliderBlock_type_media-card:hover .slick-arrow{display:flex}.pc-SliderBlock_type_media-card .slick-arrow{display:none;width:64px;top:50%;transform:translate(0, -50%)}.pc-SliderBlock_type_media-card .slick-prev{left:0}.pc-SliderBlock_type_media-card .slick-next{right:0}.pc-SliderBlock_type_media-card .slick-list{padding:0}@media(max-width: 769px){.pc-SliderBlock_type_media-card:hover .slick-arrow{display:none}}.pc-SliderBlock_type_header-card{padding-top:0}.pc-SliderBlock_type_header-card .slick-slide{width:100%}@media(max-width: 577px){.pc-SliderBlock_type_header-card:not(.pc-SliderBlock_type_header-card_one-slide){margin-left:0;padding-left:0;width:100%;overflow:inherit}.pc-SliderBlock_type_header-card:not(.pc-SliderBlock_type_header-card_one-slide) .slick-list{margin:0}.pc-SliderBlock_type_header-card:not(.pc-SliderBlock_type_header-card_one-slide) .slick-slide:last-child{padding-right:10px}}.pc-SliderBlock_type_header-card .pc-SliderBlock__wrapper{position:relative}.pc-SliderBlock_type_header-card .pc-SliderBlock__dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);z-index:100}.pc-SliderBlock_type_header-card .slick-arrow{top:50%;transform:translateY(-50%);right:16px}.pc-SliderBlock_type_header-card .slick-arrow.slick-prev{left:16px}.pc-SliderBlock_type_header-card .slick-arrow button{background-color:rgba(0,0,0,0);box-shadow:none}.pc-SliderBlock_type_header-card .slick-arrow button:hover{box-shadow:none}.pc-SliderBlock_type_header-card .slick-arrow:hover button{box-shadow:none}.pc-SliderBlock_type_header-card:has(.slick-active .pc-header-block_controls-view_light) .pc-slider-block-arrow__button{color:var(--g-color-text-dark-primary)}.pc-SliderBlock_type_header-card:has(.slick-active .pc-header-block_controls-view_light) .pc-SliderBlock__dot{background-color:var(--g-color-private-black-150)}.pc-SliderBlock_type_header-card:has(.slick-active .pc-header-block_controls-view_light) .pc-SliderBlock__dot_active{background-color:var(--g-color-private-black-300)}.pc-SliderBlock_type_header-card:has(.slick-active .pc-header-block_controls-view_dark) .pc-slider-block-arrow__button{color:var(--g-color-text-light-primary)}.pc-SliderBlock_type_header-card:has(.slick-active .pc-header-block_controls-view_dark) .pc-SliderBlock__dot{background-color:var(--g-color-private-white-150)}.pc-SliderBlock_type_header-card:has(.slick-active .pc-header-block_controls-view_dark) .pc-SliderBlock__dot_active{background-color:var(--g-color-private-white-300)}.pc-SliderBlock_type_header-card .slick-slide{padding:0}@keyframes safari-fix{from{transform:translateX(0.001px)}to{transform:translateX(0)}}.pc-SliderBlock_type_header-card .slick-slide[aria-hidden=true]{animation:safari-fix 1000ms}.pc-SliderBlock_type_header-card .slick-list{padding:0;margin:0}.pc-SliderBlock_type_header-card .slick-arrow{width:68px;height:68px;right:0}.pc-SliderBlock_type_header-card .slick-arrow.slick-prev{left:0}@media(max-width: 577px){.pc-SliderBlock_type_header-card .slick-arrow{display:none}.pc-SliderBlock_type_header-card.pc-SliderBlock:not(.pc-SliderBlock_type_header-card_one-slide) .slick-list{margin-left:0}.pc-SliderBlock_type_header-card.pc-SliderBlock:not(.pc-SliderBlock_type_header-card_one-slide) .slick-track{padding-left:0}.pc-SliderBlock_type_header-card.pc-SliderBlock:not(.pc-SliderBlock_type_header-card_one-slide) .slick-slide{padding-right:0 !important;padding-left:0 !important}.pc-SliderBlock_type_header-card.pc-SliderBlock:not(.pc-SliderBlock_type_header-card_one-slide) .slick-slide:last-child{padding-right:0}}@media(max-width: 769px){.pc-SliderBlock__footer{display:block}.pc-SliderBlock__footer .pc-SliderBlock__disclaimer{position:relative;width:100%;padding-bottom:20px}}@media(max-width: 577px){.pc-SliderBlock:not(.pc-SliderBlock_one-slide){margin-left:-24px;padding-left:24px;width:calc(100% + 48px);overflow-x:auto}.pc-SliderBlock:not(.pc-SliderBlock_one-slide) .slick-list{margin-left:-24px;margin-right:0}.pc-SliderBlock:not(.pc-SliderBlock_one-slide) .slick-track{padding-left:16px}.pc-SliderBlock:not(.pc-SliderBlock_one-slide) .slick-slide{padding:0 8px}}',\"\"]);const i=o},249:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-slider-new-block-arrow__button{box-shadow:0px 4px 24px var(--pc-color-sfx-shadow),0px 2px 8px var(--pc-color-sfx-shadow)}.pc-slider-new-block-arrow__button:hover{box-shadow:0px 4px 24px var(--g-color-sfx-shadow),0px 2px 8px var(--g-color-sfx-shadow);cursor:pointer}.pc-slider-new-block-arrow__icon-wrapper,.pc-slider-new-block-arrow__button,.pc-slider-new-block-arrow{display:flex;align-items:center;justify-content:center}.pc-slider-new-block-arrow{width:42px;height:42px;cursor:pointer}@media(max-width: 576px){.pc-slider-new-block-arrow{display:none}}.pc-slider-new-block-arrow_type_left .pc-slider-new-block-arrow__icon-wrapper{transform:rotate(180deg)}.pc-slider-new-block-arrow__button{display:inline-block;margin:0;padding:0;font:inherit;border:none;outline:none;color:inherit;background:none;cursor:pointer;width:42px;height:42px;color:var(--g-color-text-secondary);border-radius:100%;background-color:var(--g-color-base-background);box-shadow:0 4px 24px var(--pc-color-sfx-shadow),0 2px 8px var(--pc-color-sfx-shadow);transition:box-shadow .3s cubic-bezier(0.22, 0.61, 0.36, 1),color .3s cubic-bezier(0.22, 0.61, 0.36, 1)}.pc-slider-new-block-arrow__button:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-slider-new-block-arrow__button:focus:not(:focus-visible){outline:0}.pc-slider-new-block-arrow:hover .pc-slider-new-block-arrow__button{color:var(--g-color-text-primary);box-shadow:0 2px 12px var(--pc-color-sfx-shadow),0 4px 24px var(--pc-color-sfx-shadow)}.pc-slider-new-block-arrow__icon{position:relative}\",\"\"]);const i=o},8518:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-SliderNewBlock{position:relative}.pc-SliderNewBlock__slider.pc-SliderNewBlock__slider{padding:24px 0 48px;margin:0 -8px}.pc-SliderNewBlock_without-dots .pc-SliderNewBlock__slider{padding-bottom:20px}.pc-SliderNewBlock__slide.swiper-slide{padding:0 8px;box-sizing:border-box;height:auto}@keyframes safari-fix{from{transform:translateX(0.001px)}to{transform:translateX(0)}}.pc-SliderNewBlock__slide.swiper-slide.swiper-slide-visible{animation:safari-fix 300ms}.pc-SliderNewBlock .pc-SliderNewBlock__slide-item{width:100%;height:100%}.pc-SliderNewBlock__arrow{position:absolute;top:-2px;right:0;z-index:2}.pc-SliderNewBlock__arrow_prev{right:42px;margin-right:16px}.pc-SliderNewBlock__header_no-description{position:relative;top:-3px}.pc-SliderNewBlock__dot{width:8px;height:8px;border-radius:50%;background-color:var(--g-color-line-generic-accent);cursor:pointer;display:inline-block}.pc-SliderNewBlock__dot:hover{background-color:var(--g-color-line-generic-accent-hover)}.pc-SliderNewBlock__dot+.pc-SliderNewBlock__dot{margin-left:16px}.pc-SliderNewBlock__dot_active{opacity:1;background-color:var(--g-color-line-generic-active)}.pc-SliderNewBlock_only-arrows{padding-top:42px}.pc-SliderNewBlock__footer{display:flex;position:relative}.pc-SliderNewBlock__footer .pc-SliderNewBlock__disclaimer{position:absolute;top:0;left:0;color:var(--g-color-text-secondary)}.pc-SliderNewBlock__footer .pc-SliderNewBlock__disclaimer_size_l{font-size:var(--g-text-header-1-font-size);line-height:var(--g-text-header-1-line-height)}.pc-SliderNewBlock__footer .pc-SliderNewBlock__disclaimer_size_m{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.pc-SliderNewBlock__footer .pc-SliderNewBlock__disclaimer_size_s{font-size:var(--g-text-body-1-font-size);line-height:var(--g-text-body-1-line-height)}@media(min-width: 769px){.pc-SliderNewBlock__animate-slides.pc-AnimateBlock .pc-SliderNewBlock__slide,.pc-AnimateBlock .pc-SliderNewBlock__animate-slides .pc-SliderNewBlock__slide{position:relative;top:100px;opacity:0}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide,.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide{top:0;opacity:1;transition:top .8s cubic-bezier(0.25, 0.46, 0.45, 0.94),opacity .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(0),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(0){transition-delay:0s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(1),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(1){transition-delay:.1s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(2),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(2){transition-delay:.2s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(3),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(3){transition-delay:.3s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(4),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(4){transition-delay:.4s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(5),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(5){transition-delay:.5s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(6),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(6){transition-delay:.6s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(7),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(7){transition-delay:.7s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(8),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(8){transition-delay:.8s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(9),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(9){transition-delay:.9s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(10),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(10){transition-delay:1s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(11),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(11){transition-delay:1.1s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(12),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(12){transition-delay:1.2s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(13),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(13){transition-delay:1.3s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(14),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(14){transition-delay:1.4s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(15),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(15){transition-delay:1.5s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(16),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(16){transition-delay:1.6s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(17),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(17){transition-delay:1.7s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(18),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(18){transition-delay:1.8s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(19),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(19){transition-delay:1.9s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(20),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(20){transition-delay:2s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(21),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(21){transition-delay:2.1s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(22),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(22){transition-delay:2.2s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(23),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(23){transition-delay:2.3s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(24),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(24){transition-delay:2.4s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(25),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(25){transition-delay:2.5s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(26),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(26){transition-delay:2.6s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(27),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(27){transition-delay:2.7s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(28),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(28){transition-delay:2.8s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(29),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(29){transition-delay:2.9s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(30),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(30){transition-delay:3s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(31),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(31){transition-delay:3.1s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(32),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(32){transition-delay:3.2s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(33),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(33){transition-delay:3.3s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(34),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(34){transition-delay:3.4s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(35),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(35){transition-delay:3.5s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(36),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(36){transition-delay:3.6s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(37),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(37){transition-delay:3.7s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(38),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(38){transition-delay:3.8s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(39),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(39){transition-delay:3.9s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(40),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(40){transition-delay:4s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(41),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(41){transition-delay:4.1s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(42),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(42){transition-delay:4.2s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(43),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(43){transition-delay:4.3s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(44),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(44){transition-delay:4.4s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(45),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(45){transition-delay:4.5s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(46),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(46){transition-delay:4.6s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(47),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(47){transition-delay:4.7s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(48),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(48){transition-delay:4.8s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(49),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(49){transition-delay:4.9s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(50),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(50){transition-delay:5s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(51),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(51){transition-delay:5.1s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(52),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(52){transition-delay:5.2s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(53),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(53){transition-delay:5.3s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(54),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(54){transition-delay:5.4s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(55),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(55){transition-delay:5.5s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(56),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(56){transition-delay:5.6s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(57),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(57){transition-delay:5.7s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(58),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(58){transition-delay:5.8s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(59),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(59){transition-delay:5.9s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(60),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(60){transition-delay:6s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(61),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(61){transition-delay:6.1s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(62),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(62){transition-delay:6.2s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(63),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(63){transition-delay:6.3s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(64),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(64){transition-delay:6.4s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(65),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(65){transition-delay:6.5s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(66),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(66){transition-delay:6.6s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(67),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(67){transition-delay:6.7s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(68),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(68){transition-delay:6.8s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(69),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(69){transition-delay:6.9s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(70),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(70){transition-delay:7s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(71),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(71){transition-delay:7.1s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(72),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(72){transition-delay:7.2s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(73),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(73){transition-delay:7.3s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(74),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(74){transition-delay:7.4s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(75),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(75){transition-delay:7.5s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(76),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(76){transition-delay:7.6s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(77),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(77){transition-delay:7.7s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(78),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(78){transition-delay:7.8s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(79),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(79){transition-delay:7.9s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(80),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(80){transition-delay:8s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(81),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(81){transition-delay:8.1s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(82),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(82){transition-delay:8.2s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(83),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(83){transition-delay:8.3s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(84),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(84){transition-delay:8.4s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(85),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(85){transition-delay:8.5s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(86),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(86){transition-delay:8.6s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(87),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(87){transition-delay:8.7s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(88),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(88){transition-delay:8.8s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(89),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(89){transition-delay:8.9s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(90),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(90){transition-delay:9s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(91),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(91){transition-delay:9.1s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(92),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(92){transition-delay:9.2s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(93),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(93){transition-delay:9.3s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(94),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(94){transition-delay:9.4s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(95),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(95){transition-delay:9.5s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(96),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(96){transition-delay:9.6s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(97),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(97){transition-delay:9.7s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(98),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(98){transition-delay:9.8s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(99),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(99){transition-delay:9.9s}}@media(min-width: 769px){.pc-SliderNewBlock__animate-slides.pc-AnimateBlock .pc-SliderNewBlock__dot,.pc-AnimateBlock .pc-SliderNewBlock__animate-slides .pc-SliderNewBlock__dot{position:relative;top:100px;opacity:0}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot,.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot{top:0;opacity:1;transition:top .8s cubic-bezier(0.25, 0.46, 0.45, 0.94),opacity .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(0),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(0){transition-delay:0s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(1),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(1){transition-delay:.1s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(2),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(2){transition-delay:.2s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(3),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(3){transition-delay:.3s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(4),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(4){transition-delay:.4s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(5),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(5){transition-delay:.5s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(6),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(6){transition-delay:.6s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(7),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(7){transition-delay:.7s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(8),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(8){transition-delay:.8s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(9),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(9){transition-delay:.9s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(10),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(10){transition-delay:1s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(11),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(11){transition-delay:1.1s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(12),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(12){transition-delay:1.2s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(13),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(13){transition-delay:1.3s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(14),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(14){transition-delay:1.4s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(15),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(15){transition-delay:1.5s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(16),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(16){transition-delay:1.6s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(17),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(17){transition-delay:1.7s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(18),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(18){transition-delay:1.8s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(19),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(19){transition-delay:1.9s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(20),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(20){transition-delay:2s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(21),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(21){transition-delay:2.1s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(22),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(22){transition-delay:2.2s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(23),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(23){transition-delay:2.3s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(24),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(24){transition-delay:2.4s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(25),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(25){transition-delay:2.5s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(26),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(26){transition-delay:2.6s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(27),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(27){transition-delay:2.7s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(28),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(28){transition-delay:2.8s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(29),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(29){transition-delay:2.9s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(30),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(30){transition-delay:3s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(31),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(31){transition-delay:3.1s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(32),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(32){transition-delay:3.2s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(33),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(33){transition-delay:3.3s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(34),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(34){transition-delay:3.4s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(35),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(35){transition-delay:3.5s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(36),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(36){transition-delay:3.6s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(37),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(37){transition-delay:3.7s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(38),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(38){transition-delay:3.8s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(39),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(39){transition-delay:3.9s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(40),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(40){transition-delay:4s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(41),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(41){transition-delay:4.1s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(42),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(42){transition-delay:4.2s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(43),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(43){transition-delay:4.3s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(44),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(44){transition-delay:4.4s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(45),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(45){transition-delay:4.5s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(46),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(46){transition-delay:4.6s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(47),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(47){transition-delay:4.7s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(48),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(48){transition-delay:4.8s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(49),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(49){transition-delay:4.9s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(50),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(50){transition-delay:5s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(51),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(51){transition-delay:5.1s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(52),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(52){transition-delay:5.2s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(53),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(53){transition-delay:5.3s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(54),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(54){transition-delay:5.4s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(55),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(55){transition-delay:5.5s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(56),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(56){transition-delay:5.6s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(57),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(57){transition-delay:5.7s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(58),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(58){transition-delay:5.8s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(59),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(59){transition-delay:5.9s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(60),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(60){transition-delay:6s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(61),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(61){transition-delay:6.1s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(62),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(62){transition-delay:6.2s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(63),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(63){transition-delay:6.3s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(64),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(64){transition-delay:6.4s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(65),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(65){transition-delay:6.5s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(66),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(66){transition-delay:6.6s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(67),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(67){transition-delay:6.7s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(68),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(68){transition-delay:6.8s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(69),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(69){transition-delay:6.9s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(70),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(70){transition-delay:7s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(71),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(71){transition-delay:7.1s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(72),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(72){transition-delay:7.2s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(73),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(73){transition-delay:7.3s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(74),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(74){transition-delay:7.4s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(75),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(75){transition-delay:7.5s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(76),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(76){transition-delay:7.6s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(77),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(77){transition-delay:7.7s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(78),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(78){transition-delay:7.8s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(79),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(79){transition-delay:7.9s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(80),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(80){transition-delay:8s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(81),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(81){transition-delay:8.1s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(82),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(82){transition-delay:8.2s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(83),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(83){transition-delay:8.3s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(84),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(84){transition-delay:8.4s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(85),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(85){transition-delay:8.5s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(86),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(86){transition-delay:8.6s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(87),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(87){transition-delay:8.7s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(88),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(88){transition-delay:8.8s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(89),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(89){transition-delay:8.9s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(90),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(90){transition-delay:9s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(91),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(91){transition-delay:9.1s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(92),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(92){transition-delay:9.2s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(93),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(93){transition-delay:9.3s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(94),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(94){transition-delay:9.4s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(95),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(95){transition-delay:9.5s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(96),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(96){transition-delay:9.6s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(97),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(97){transition-delay:9.7s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(98),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(98){transition-delay:9.8s}.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(99),.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(99){transition-delay:9.9s}}.pc-SliderNewBlock_type_media-card{padding:0}@media(max-width: 577px){.pc-SliderNewBlock_type_media-card:not(.pc-SliderNewBlock_type_media-card_one-slide){margin-left:0;padding-left:0;width:100%;overflow:inherit}}.pc-SliderNewBlock_type_media-card .swiper-container-horizontal .swiper-pagination-bullets{bottom:24px}.pc-SliderNewBlock_type_media-card .pc-SliderNewBlock__slider{padding:0}.pc-SliderNewBlock_type_media-card:hover .pc-SliderNewBlock__arrow{display:flex}.pc-SliderNewBlock_type_media-card .pc-SliderNewBlock__arrow{display:none;width:64px;top:50%;transform:translate(0, -50%)}.pc-SliderNewBlock_type_media-card .pc-SliderNewBlock__arrow_prev{left:0;margin-right:0}@media(max-width: 769px){.pc-SliderNewBlock_type_media-card:hover .pc-SliderNewBlock__arrow{display:none}}.pc-SliderNewBlock_type_header-card{padding-top:0}@media(max-width: 577px){.pc-SliderNewBlock_type_header-card:not(.pc-SliderNewBlock_type_header-card_one-slide){margin-left:0;padding-left:0;width:100%;overflow:inherit}}.pc-SliderNewBlock_type_header-card .pc-SliderNewBlock__wrapper{position:relative}.pc-SliderNewBlock_type_header-card .swiper-container-horizontal .swiper-pagination-bullets{bottom:32px}.pc-SliderNewBlock_type_header-card .pc-SliderNewBlock__slider{padding:0;margin:0}.pc-SliderNewBlock_type_header-card .pc-SliderNewBlock__arrow{top:50%;transform:translateY(-50%);width:68px;height:68px;right:0}.pc-SliderNewBlock_type_header-card .pc-SliderNewBlock__arrow_prev{left:0;margin-right:0}.pc-SliderNewBlock_type_header-card .pc-SliderNewBlock__arrow button{background-color:rgba(0,0,0,0);box-shadow:none}.pc-SliderNewBlock_type_header-card .pc-SliderNewBlock__arrow button:hover{box-shadow:none}.pc-SliderNewBlock_type_header-card .pc-SliderNewBlock__arrow:hover button{box-shadow:none}.pc-SliderNewBlock_type_header-card .pc-SliderNewBlock__slide{padding:0}@media(max-width: 577px){.pc-SliderNewBlock_type_header-card .pc-SliderNewBlock__arrow{display:none}.pc-SliderNewBlock_type_header-card.pc-SliderNewBlock:not(.pc-SliderNewBlock_type_header-card_one-slide) .pc-SliderNewBlock__slider{margin-left:0}.pc-SliderNewBlock_type_header-card.pc-SliderNewBlock:not(.pc-SliderNewBlock_type_header-card_one-slide) .pc-SliderNewBlock__slide{padding-right:0;padding-left:0}.pc-SliderNewBlock_type_header-card.pc-SliderNewBlock:not(.pc-SliderNewBlock_type_header-card_one-slide) .pc-SliderNewBlock__slide:last-child{padding-right:0}}@media(max-width: 769px){.pc-SliderNewBlock__footer{display:block}.pc-SliderNewBlock__footer .pc-SliderNewBlock__disclaimer{position:relative;width:100%;padding-bottom:20px}}@media(max-width: 577px){.pc-SliderNewBlock:not(.pc-SliderNewBlock_one-slide){margin-left:-24px;padding-left:24px;width:calc(100% + 48px);overflow-x:auto}.pc-SliderNewBlock:not(.pc-SliderNewBlock_one-slide) .pc-SliderNewBlock__slider{padding:24px 24px 48px;margin:0 0 0 -24px}.pc-SliderNewBlock:not(.pc-SliderNewBlock_one-slide) .pc-SliderNewBlock__slide{padding:0 8px}}\",\"\"]);const i=o},6481:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-table-block__title{margin:0}.pc-table-block__title{font-size:var(--g-text-display-2-font-size);line-height:var(--g-text-display-2-line-height);color:var(--pc-text-header-color);font-weight:var(--g-text-accent-font-weight);top:calc(var(--header-height) + 0px);position:sticky;margin-right:32px}@media(max-width: 576px){.pc-table-block__title{font-size:var(--g-text-display-1-font-size);line-height:var(--g-text-display-1-line-height)}}.pc-table-block__table{margin-top:0}@media(max-width: 1081px){.pc-table-block__title{margin-right:0;padding-bottom:32px}}\",\"\"]);const i=o},9500:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-tabs-block__title{margin-bottom:24px}.pc-tabs-block__title_centered{text-align:center}.pc-tabs-block__title_centered>*{margin:0 auto}.pc-tabs-block__tabs{margin-bottom:20px;display:flex;flex-wrap:wrap;justify-content:flex-start}.pc-tabs-block__tabs_centered{justify-content:center}@media(max-width: 769px){.pc-tabs-block__tabs{flex-wrap:nowrap;justify-content:flex-start;overflow:auto;margin-left:-48px;margin-right:-48px;padding-left:48px;padding-right:40px}}@media(max-width: 577px){.pc-tabs-block__tabs{margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:16px}}.pc-tabs-block__row_reverse{flex-direction:row-reverse}.pc-tabs-block__image{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;display:block}.pc-tabs-block__image_border_shadow,.pc-tabs-block__media_border_shadow{box-shadow:0 2px 8px var(--pc-color-sfx-shadow),0 4px 24px var(--pc-color-sfx-shadow);overflow-x:hidden;border-radius:var(--pc-border-radius)}.pc-tabs-block__image_border_line,.pc-tabs-block__media_border_line{border-radius:var(--pc-border-radius);border:1px solid var(--g-color-line-generic)}.pc-tabs-block__image_border_none,.pc-tabs-block__media_border_none{border-radius:var(--pc-border-radius)}.pc-tabs-block__caption{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height);margin:12px 0 0}.pc-tabs-block__caption.pc-tabs-block__caption .yfm,.pc-tabs-block__caption.pc-tabs-block__caption .yfm>*{color:var(--g-color-text-secondary)}.pc-tabs-block__caption.pc-tabs-block__caption .yfm a{color:var(--g-color-text-secondary);text-decoration:underline}.pc-tabs-block__caption.pc-tabs-block__caption .yfm a:hover{color:var(--g-color-text-primary)}.pc-tabs-block__col_centered{margin:0 auto}@media(max-width: 769px){.pc-tabs-block__row_reverse{flex-direction:column-reverse}}@media(min-width: 769px){.pc-tabs-block.pc-AnimateBlock .pc-tabs-block__media,.pc-AnimateBlock .pc-tabs-block .pc-tabs-block__media{position:relative;top:100px;opacity:0}.pc-tabs-block.pc-AnimateBlock.animate .pc-tabs-block__media,.pc-AnimateBlock .pc-tabs-block.animate .pc-tabs-block__media{top:0;opacity:1;transition:top .8s cubic-bezier(0.25, 0.46, 0.45, 0.94),opacity .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);transition-delay:0s}}@media(min-width: 769px){.pc-tabs-block.pc-AnimateBlock .pc-tabs-block__image,.pc-AnimateBlock .pc-tabs-block .pc-tabs-block__image{position:relative;top:100px;opacity:0}.pc-tabs-block.pc-AnimateBlock.animate .pc-tabs-block__image,.pc-AnimateBlock .pc-tabs-block.animate .pc-tabs-block__image{top:0;opacity:1;transition:top .8s cubic-bezier(0.25, 0.46, 0.45, 0.94),opacity .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);transition-delay:0s}}\",\"\"]);const i=o},4805:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-tabs-block-text-content{display:flex;flex-direction:column}.pc-tabs-block-text-content_centered{margin:0 auto}.pc-tabs-block-text-content__wrapper{margin:24px 0 0 32px}.pc-tabs-block-text-content__wrapper_reverse{margin:24px 32px 0 0}.pc-tabs-block-text-content__wrapper_no-image{margin:0}@media(max-width: 769px){.pc-tabs-block-text-content__wrapper{margin:0 0 32px 0}.pc-tabs-block-text-content__wrapper_reverse{margin-top:32px;padding-bottom:0}}\",\"\"]);const i=o},2081:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-Anchor{display:block;position:relative;top:calc(-1 * var(--header-height) - var(--anchor-offset, 0px));visibility:hidden}\",\"\"]);const i=o},35:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-author{font-size:var(--g-text-body-3-font-size);line-height:var(--g-text-body-3-line-height);display:flex;flex-direction:column}.pc-author__avatar{width:80px;height:80px;display:flex;align-items:center;flex:0 0 auto;border-radius:16px;overflow:hidden}.pc-author__avatar img{width:80px;height:80px;-o-object-fit:cover;object-fit:cover;display:block}.pc-author__name{font-size:var(--g-text-body-3-font-size);line-height:var(--g-text-body-3-line-height)}.pc-author__description{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height);color:var(--g-color-text-secondary);padding-top:4px}.pc-author__label:not(:first-child){font-weight:400;margin-top:8px}.pc-author_type_column{z-index:1;position:relative}.pc-author_type_line{flex-flow:row nowrap;align-items:center;width:100%}.pc-author_type_line .pc-author__avatar{margin:0}.pc-author_type_line .pc-author__label{margin-top:0}.pc-author_type_line .pc-author__label:not(:first-child){margin-left:16px}.pc-author_theme_dark .pc-author__description{color:var(--g-color-text-light-secondary)}\",\"\"]);const i=o},4608:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-storage-background-image{position:relative;overflow:hidden}.pc-storage-background-image__img{left:0;top:0;pointer-events:none;position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.pc-storage-background-image__container{position:relative}\",\"\"]);const i=o},5109:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-BackgroundMedia{position:absolute;top:0;left:0;width:100%}.pc-BackgroundMedia__media{margin:0 auto;max-width:1440px;text-align:center;height:100%}.pc-BackgroundMedia__media_full-width-media{max-width:none}.pc-BackgroundMedia__media_full-width-media .pc-BackgroundMedia__video video{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.pc-BackgroundMedia__image{height:100%;width:100%}.pc-BackgroundMedia__video{position:relative;height:100%}.pc-BackgroundMedia__video video{position:absolute;top:0;left:50%;transform:translateX(-50%)}.pc-BackgroundMedia__video,.pc-BackgroundMedia video{width:auto}@media(max-width: 769px){.pc-BackgroundMedia__image{display:block}.pc-BackgroundMedia__video{display:none}}@media(min-width: 769px){.pc-BackgroundMedia.pc-AnimateBlock__image,.pc-AnimateBlock .pc-BackgroundMedia__image{position:relative;bottom:100px;opacity:0}.pc-BackgroundMedia.pc-AnimateBlock.animate .pc-BackgroundMedia__image,.pc-AnimateBlock .pc-BackgroundMedia.animate .pc-BackgroundMedia__image{bottom:0;opacity:1;transition:bottom 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)}}\",\"\"]);const i=o},9401:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-BalancedMasonry{position:relative}.pc-BalancedMasonry__hidden-container{position:absolute;visibility:hidden;overflow:hidden;height:100%;z-index:-1}\",\"\"]);const i=o},6876:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-block-base{--anchor-offset: 48px}.pc-block-base.pc-block-base{margin-top:48px;padding:0 0 48px}.pc-block-base.pc-block-base:first-child{margin-top:var(--pc-first-block-indent, 96px)}.pc-block-base.pc-block-base.pc-block-base.pc-block-base_indentTop_0{margin-top:0}.pc-block-base.pc-block-base.pc-block-base.pc-block-base_indentTop_xs{margin-top:16px}.pc-block-base.pc-block-base.pc-block-base.pc-block-base_indentTop_s{margin-top:24px}.pc-block-base.pc-block-base.pc-block-base.pc-block-base_indentTop_m{margin-top:32px}.pc-block-base.pc-block-base.pc-block-base.pc-block-base_indentTop_l{margin-top:48px}.pc-block-base.pc-block-base.pc-block-base.pc-block-base_indentTop_xl{margin-top:64px}.pc-block-base.pc-block-base.pc-block-base.pc-block-base_indentBottom_0{padding-bottom:0}.pc-block-base.pc-block-base.pc-block-base.pc-block-base_indentBottom_xs{padding-bottom:16px}.pc-block-base.pc-block-base.pc-block-base.pc-block-base_indentBottom_s{padding-bottom:24px}.pc-block-base.pc-block-base.pc-block-base.pc-block-base_indentBottom_m{padding-bottom:32px}.pc-block-base.pc-block-base.pc-block-base.pc-block-base_indentBottom_l{padding-bottom:48px}.pc-block-base.pc-block-base.pc-block-base.pc-block-base_indentBottom_xl{padding-bottom:64px}@media only screen and (max-width: 577px){.pc-block-base.pc-block-base{margin-top:32px;padding-bottom:32px}.pc-block-base.pc-block-base:first-child{margin-top:var(--pc-first-block-mobile-indent, 64px)}}.pc-block-base_reset-paddings.pc-block-base.pc-block-base_reset-paddings.pc-block-base{padding:0;margin:0}@media(max-width: 577px){.pc-block-base{--anchor-offset: 32px}}\",\"\"]);const i=o},9661:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,'.pc-brand-footer{font-family:var(--g-text-body-font-family);font-weight:var(--g-text-body-font-weight);font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height);position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:72px;margin-top:var(--header-height);box-sizing:content-box;border-top:1px solid;border-bottom:1px solid rgba(0,0,0,0);transition:color .5s ease-out,border-color .5s ease-out}.pc-brand-footer::after{position:absolute;top:-1px;right:0;left:0;height:1px;background:linear-gradient(270deg, rgb(228, 106, 68) 0%, rgb(242, 159, 85) 46.62%, rgb(255, 212, 102) 100%);opacity:0;transition:opacity .5s ease-out;content:\"\"}.pc-brand-footer_theme_light{color:var(--g-color-text-secondary);border-top-color:var(--g-color-private-black-200)}.pc-brand-footer_theme_light:hover{color:var(--g-color-text-primary);border-top-color:rgba(0,0,0,0)}.pc-brand-footer_theme_light:hover::after{opacity:1}.pc-brand-footer_theme_dark{color:var(--g-color-private-white-700);border-top-color:var(--g-color-private-white-100)}.pc-brand-footer_theme_dark:hover{color:var(--g-color-private-white-1000-solid);border-top-color:rgba(0,0,0,0)}.pc-brand-footer_theme_dark:hover::after{opacity:.6}.pc-brand-footer__content{display:flex;align-items:center;justify-content:center;gap:8px}.pc-brand-footer__brand-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.pc-brand-footer__brand-icon>svg{width:100%;height:100%}.pc-brand-footer__brand-name{display:flex;align-items:center;justify-content:center;width:90px;height:20px}.pc-brand-footer__brand-name>svg{width:100%;height:100%}@media(max-width: 769px){.pc-brand-footer{font-family:var(--g-text-body-font-family);font-weight:var(--g-text-body-font-weight);font-size:var(--g-text-body-1-font-size);line-height:var(--g-text-body-1-line-height);height:52px;border-bottom-width:0}.pc-brand-footer__brand-icon{width:20px;height:20px}.pc-brand-footer__brand-name{width:72px;height:16px}}',\"\"]);const i=o},5185:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-button-block{--g-button-focus-outline-color: var(--g-color-line-focus)}.pc-button-block__content{display:flex;align-items:center}.pc-button-block__image{width:18px;height:18px}.pc-button-block__image+.pc-button-block__text,.pc-button-block__text+.pc-button-block__image{margin-left:var(--btn-image-margin)}.pc-button-block_theme_github.pc-button-block_theme_github.pc-button-block_theme_github.pc-button-block_theme_github{--g-button-background-color: var(--pc-monochrome-button-background-color);--g-button-background-color-hover: var(--pc-monochrome-button-background-color-hover)}.pc-button-block_theme_github.pc-button-block_theme_github.pc-button-block_theme_github.pc-button-block_theme_github,.pc-button-block_theme_github.pc-button-block_theme_github.pc-button-block_theme_github.pc-button-block_theme_github:link,.pc-button-block_theme_github.pc-button-block_theme_github.pc-button-block_theme_github.pc-button-block_theme_github:visited,.pc-button-block_theme_github.pc-button-block_theme_github.pc-button-block_theme_github.pc-button-block_theme_github:active,.pc-button-block_theme_github.pc-button-block_theme_github.pc-button-block_theme_github.pc-button-block_theme_github:focus{color:var(--pc-monochrome-button-color)}.pc-button-block_theme_github.pc-button-block_theme_github.pc-button-block_theme_github.pc-button-block_theme_github:hover{color:var(--pc-monochrome-button-color)}.pc-button-block_theme_scale::before,.pc-button-block_theme_scale::after{border-radius:300px}.pc-button-block_theme_monochrome.pc-button-block_theme_monochrome{--g-button-background-color: var(--pc-monochrome-button-background-color);--g-button-background-color-hover: var(--pc-monochrome-button-background-color-hover)}.pc-button-block_theme_monochrome.pc-button-block_theme_monochrome,.pc-button-block_theme_monochrome.pc-button-block_theme_monochrome:link,.pc-button-block_theme_monochrome.pc-button-block_theme_monochrome:visited,.pc-button-block_theme_monochrome.pc-button-block_theme_monochrome:active,.pc-button-block_theme_monochrome.pc-button-block_theme_monochrome:focus{color:var(--pc-monochrome-button-color)}.pc-button-block_theme_monochrome.pc-button-block_theme_monochrome:hover{color:var(--pc-monochrome-button-color)}.pc-button-block_theme_normal-contrast:focus::before,.pc-button-block_theme_raised:focus::before{outline-offset:1px}.pc-button-block_size_s{--btn-image-margin: 10px}.pc-button-block_size_m{--btn-image-margin: 13px}.pc-button-block_size_l{--btn-image-margin: 18px}.pc-button-block_size_xl{--btn-image-margin: 25px}.pc-button-block_width_max .pc-button-block__text{width:100%}\",\"\"]);const i=o},8437:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-button-tabs__item.pc-button-tabs__item{margin-right:8px;margin-bottom:12px;--g-button-background-color: var(--pc-tab-item-background-color);--g-button-background-color-hover: var(--pc-tab-item-background-color-hover)}.pc-button-tabs__item.pc-button-tabs__item,.pc-button-tabs__item.pc-button-tabs__item:link,.pc-button-tabs__item.pc-button-tabs__item:visited,.pc-button-tabs__item.pc-button-tabs__item:active,.pc-button-tabs__item.pc-button-tabs__item:focus{color:var(--pc-tab-item-color)}.pc-button-tabs__item.pc-button-tabs__item:hover{color:var(--pc-tab-item-color)}.pc-button-tabs__item.pc-button-tabs__item_active{pointer-events:none;--g-button-background-color: var(--pc-selected-tab-item-background-color);--g-button-background-color-hover: var(--pc-selected-tab-item-background-color-hover)}.pc-button-tabs__item.pc-button-tabs__item_active,.pc-button-tabs__item.pc-button-tabs__item_active:link,.pc-button-tabs__item.pc-button-tabs__item_active:visited,.pc-button-tabs__item.pc-button-tabs__item_active:active,.pc-button-tabs__item.pc-button-tabs__item_active:focus{color:var(--pc-selected-tab-item-color)}.pc-button-tabs__item.pc-button-tabs__item_active:hover{color:var(--pc-selected-tab-item-color)}.pc-button-tabs__item.pc-button-tabs__item_active:focus::before{outline-offset:1px}\",\"\"]);const i=o},8695:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-buttons{display:flex;flex-wrap:wrap;-moz-column-gap:12px;column-gap:12px}.pc-buttons_size_s{row-gap:8px}.pc-buttons_size_l{row-gap:12px}\",\"\"]);const i=o},3376:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\"a.pc-card-base-block_border_shadow,.pc-card-base-block_border_shadow{box-shadow:0px 4px 24px var(--pc-color-sfx-shadow),0px 2px 8px var(--pc-color-sfx-shadow)}.pc-card-base-block__body,.pc-card-base-block{display:flex;flex-direction:column;justify-content:space-between}.pc-card-base-block{min-height:248px;height:100%;overflow-x:hidden;border-radius:var(--pc-border-radius);background-color:var(--g-color-base-float);transition:box-shadow .3s cubic-bezier(0.22, 0.61, 0.36, 1);display:flex}.pc-card-base-block_border_line{border:1px solid var(--g-color-line-generic)}@media(min-width: 577px){.slick-slide:not(.slick-active) .pc-card-base-block{box-shadow:none}.swiper-slide:not(.swiper-slide-visible) .pc-card-base-block{box-shadow:none}}.pc-card-base-block__header{position:relative;background-repeat:no-repeat;background-size:cover;background-position:center;margin:var(--pc-image-padding);border-radius:calc(var(--pc-border-radius) - var(--pc-image-padding))}.pc-card-base-block__header-content{padding:32px}.pc-card-base-block__body{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height);flex:1;padding:32px}.pc-card-base-block__header+.pc-card-base-block__body{padding:24px 32px 32px}.pc-card-base-block__content{flex:1}.pc-card-base-block__footer{margin-top:14px}@media(max-width: 577px){.pc-card-base-block{min-height:unset}}a.pc-card-base-block{color:inherit;text-decoration:none;min-height:248px;height:100%;overflow-x:hidden;border-radius:var(--pc-border-radius);background-color:var(--g-color-base-float);transition:box-shadow .3s cubic-bezier(0.22, 0.61, 0.36, 1)}a.pc-card-base-block:hover,a.pc-card-base-block:active{--pc-text-header-color: inherit;color:inherit}a.pc-card-base-block_border_line{border:1px solid var(--g-color-line-generic)}a.pc-card-base-block_border_line,a.pc-card-base-block_border_none{transition:transform .3s ease-out}a.pc-card-base-block_border_line:hover,a.pc-card-base-block_border_none:hover{transform:translateY(-8px)}a.pc-card-base-block_border_shadow{transition:transform .3s ease-out}a.pc-card-base-block_border_shadow:hover{transform:translateY(-8px)}a.pc-card-base-block_border_shadow:hover{background-color:var(--pc-color-base-float-hover)}\",\"\"]);const i=o},2404:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-content-list_size_l{max-width:480px}.pc-content-list_size_l .pc-content-list__title{font-size:var(--g-text-header-1-font-size);line-height:var(--g-text-header-1-line-height);margin:0 0 8px}.pc-content-list_size_l .pc-content-list__icon{width:22px;height:22px;margin-top:1px;margin-bottom:1px;margin-right:12px}.pc-content-list_size_l .pc-content-list__item:not(:last-child){margin-bottom:16px}.pc-content-list_size_l .pc-content-list__item_without-title:not(:last-child){margin-bottom:12px}.pc-content-list_size_l .pc-content-list__item_without-title .pc-content-list__icon{width:20px;height:20px;margin-top:2px;margin-bottom:2px;margin-right:8px}.pc-content-list_size_l .pc-content-list__item_without-title .pc-content-list__text{font-size:var(--g-text-subheader-3-font-size);line-height:var(--g-text-subheader-3-line-height)}.pc-content-list_size_s{max-width:440px}.pc-content-list_size_s .pc-content-list__title{font-size:var(--g-text-subheader-3-font-size);line-height:var(--g-text-subheader-3-line-height);margin:0 0 calc(8px / 2)}.pc-content-list_size_s .pc-content-list__icon{width:20px;height:20px;margin-top:2px;margin-bottom:2px;margin-right:8px}.pc-content-list_size_s .pc-content-list__text{font-size:var(--g-text-body-1-font-size);line-height:var(--g-text-body-1-line-height)}.pc-content-list_size_s .pc-content-list__item:not(:last-child){margin-bottom:12px}.pc-content-list_size_s .pc-content-list__item_without-title:not(:last-child){margin-bottom:8px}.pc-content-list_size_s .pc-content-list__item_without-title .pc-content-list__icon{width:18px;height:18px;margin-top:1px;margin-bottom:1px}.pc-content-list_size_s .pc-content-list__item_without-title .pc-content-list__text{font-size:var(--g-text-subheader-2-font-size);line-height:var(--g-text-subheader-2-line-height)}.pc-content-list_theme_light .pc-content-list__item *,.pc-content-list_theme_light .pc-content-list__item .yfm,.pc-content-list_theme_light .pc-content-list__item .yfm *{color:var(--g-color-text-dark-primary)}.pc-content-list_theme_light .pc-content-list__item .yfm a{color:var(--g-color-text-dark-primary);text-decoration:underline}.pc-content-list_theme_light .pc-content-list__item .yfm a:hover{color:var(--g-color-text-dark-secondary)}.pc-content-list_theme_dark .pc-content-list__item *,.pc-content-list_theme_dark .pc-content-list__item .yfm,.pc-content-list_theme_dark .pc-content-list__item .yfm *{color:var(--g-color-text-light-primary)}.pc-content-list_theme_dark .pc-content-list__item .yfm a{color:var(--g-color-text-light-primary);text-decoration:underline}.pc-content-list_theme_dark .pc-content-list__item .yfm a:hover{color:var(--g-color-text-light-secondary)}.pc-content-list__icon{display:block}.pc-content-list__item{display:flex}.pc-content-list .pc-content-list__title .yfm{font-size:inherit;line-height:inherit}\",\"\"]);const i=o},5875:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-control{display:flex;justify-content:center;align-items:center;border-radius:var(--g-focus-border-radius);transition:color .2s;display:inline-block;margin:0;padding:0;font:inherit;border:none;outline:none;color:inherit;background:none;cursor:pointer;outline:none}.pc-control .pc-control_theme_primary,.pc-control .pc-control_theme_secondary,.pc-control .pc-control_theme_link{transition:color .2s}.pc-control .pc-control_theme_accent{transition:opacity .2s}.utilityfocus .pc-control:focus{outline:2px solid #ffdb4d}.pc-control:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-control:focus:not(:focus-visible){outline:0}.pc-control_size_xs{width:24px;height:24px}.pc-control_size_s{width:28px;height:28px}.pc-control_size_m{width:32px;height:32px}.pc-control_size_l{width:36px;height:36px}.pc-control_theme_primary{color:var(--g-color-text-complementary)}.pc-control_theme_primary:hover{color:var(--g-color-text-primary)}.pc-control_theme_secondary{color:var(--g-color-text-secondary)}.pc-control_theme_secondary:hover{color:var(--g-color-text-complementary)}.pc-control_theme_link{color:var(--g-color-text-complementary)}.pc-control_theme_link:hover{color:var(--g-color-text-link-hover)}.pc-control_theme_accent{opacity:.7;color:var(--g-color-base-danger-heavy)}.pc-control_theme_accent:hover{opacity:1}.pc-control_disabled{cursor:default;color:var(--g-color-text-secondary)}.pc-control_disabled:hover{color:var(--g-color-text-secondary)}@media(max-width: 768px){.pc-control:hover{color:inherit}}\",\"\"]);const i=o},9141:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-default-video{width:100%;display:flex;align-items:center}\",\"\"]);const i=o},4774:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-ErrorWrapper{font-size:var(--g-text-body-1-font-size);line-height:var(--g-text-body-1-line-height);white-space:nowrap;color:var(--g-color-text-danger)}.pc-ErrorWrapper__text{margin-bottom:5px}\",\"\"]);const i=o},9469:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-file-link{align-items:baseline}.pc-file-link_type_horizontal{display:flex}.pc-file-link_type_horizontal .pc-file-link__file-label{margin-right:8px}.pc-file-link__file-label{display:flex;justify-content:center;text-transform:uppercase;width:52px}.pc-file-link__file-label .g-label__text{width:initial}.pc-file-link__link>a{color:var(--g-color-text-primary);border-radius:var(--g-focus-border-radius)}.pc-file-link__link>a:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-file-link__link>a:focus:not(:focus-visible){outline:0}.pc-file-link__link>a:hover{color:var(--g-color-text-secondary)}.pc-file-link_size_l .pc-file-link__file-label,.pc-file-link_size_m .pc-file-link__file-label{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.pc-file-link_size_xs .pc-file-link__file-label,.pc-file-link_size_s .pc-file-link__file-label{font-size:var(--g-text-body-1-font-size);line-height:var(--g-text-body-1-line-height)}.pc-file-link_theme_dark .pc-file-link__link>a{color:var(--g-color-text-light-primary)}.pc-file-link_theme_dark .pc-file-link__link>a:hover{color:var(--g-color-text-light-secondary)}.pc-file-link_theme_light .pc-file-link__link>a{color:var(--g-color-text-dark-primary)}.pc-file-link_theme_light .pc-file-link__link>a:hover{color:var(--g-color-text-dark-secondary)}\",\"\"]);const i=o},2794:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-foldable-block{height:0;overflow-y:hidden;transition:height 300ms,margin-bottom 300ms}.pc-foldable-block__content-container{overflow:auto}\",\"\"]);const i=o},8844:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-FullWidthBackground{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--g-color-base-background);z-index:0;pointer-events:none}.pc-FullWidthBackground_rounded{border-radius:var(--pc-border-radius)}\",\"\"]);const i=o},9711:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-fullscreen-image__image{cursor:pointer}.pc-fullscreen-image__image-wrapper{position:relative}.pc-fullscreen-image__image-wrapper:hover .pc-fullscreen-image__icon-wrapper{opacity:1}.pc-fullscreen-image__modal-content{position:relative;border-radius:var(--pc-border-radius)}.pc-fullscreen-image__modal-image{display:block;max-width:1232px;max-height:70vh;overflow:hidden}.pc-fullscreen-image__modal .g-modal__content,.pc-fullscreen-image__modal-image{border-radius:var(--pc-border-radius)}.pc-fullscreen-image__icon-wrapper{display:inline-block;margin:0;padding:0;font:inherit;border:none;outline:none;color:inherit;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;position:absolute;right:16px;top:16px;width:36px;height:36px;border-radius:8px;background-color:var(--g-color-base-simple-hover-solid);cursor:pointer;opacity:0;transition:.3s}.pc-fullscreen-image__icon-wrapper:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-fullscreen-image__icon-wrapper:focus:not(:focus-visible){outline:0}.pc-fullscreen-image__icon-wrapper:focus{opacity:1}.pc-fullscreen-image__icon{color:var(--g-color-text-hint)}.pc-fullscreen-image__icon_hover:hover{color:var(--g-color-text-secondary)}@media(max-width: 1185px){.pc-fullscreen-image__modal-image{width:100%}}@media(max-width: 1081px){.pc-fullscreen-image__image{pointer-events:none}.pc-fullscreen-image__icon-wrapper{display:none}.pc-fullscreen-image__modal{display:none !important}}\",\"\"]);const i=o},6519:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-full-screen-media__modal-media_type_youtube,.pc-full-screen-media__modal-media_type_video video,.pc-full-screen-media__modal-media_type_image{display:block;position:relative;width:100%;max-width:1232px;max-height:70vh}.pc-full-screen-media__media{cursor:pointer}.pc-full-screen-media__media-wrapper{cursor:pointer;position:relative}.pc-full-screen-media__modal-content{position:relative;border-radius:var(--pc-border-radius)}.pc-full-screen-media__inline-media{transform:translateZ(0)}.pc-full-screen-media__modal-media{border-radius:var(--pc-border-radius)}.pc-full-screen-media__modal-media_type_youtube{max-width:min(65vw, 1232px);width:100%;aspect-ratio:16/9;height:calc(\\n min(65vw, 1232px) * 9 / 16\\n ) !important}.pc-full-screen-media__modal .g-modal__content,.pc-full-screen-media__modal-image{border-radius:var(--pc-border-radius)}.pc-full-screen-media__icon-wrapper{display:flex;align-items:center;justify-content:center;position:absolute;right:16px;top:16px;width:36px;height:36px;border-radius:8px;background-color:var(--g-color-base-simple-hover-solid);cursor:pointer;z-index:10}.pc-full-screen-media__modal-content .pc-full-screen-media__icon-wrapper,.pc-full-screen-media__media-wrapper .pc-full-screen-media__icon-wrapper{opacity:0;transition:opacity .3s;pointer-events:none}.pc-full-screen-media__modal-content .pc-full-screen-media__icon-wrapper_visible,.pc-full-screen-media__modal-content .pc-full-screen-media__icon-wrapper:focus,.pc-full-screen-media__media-wrapper .pc-full-screen-media__icon-wrapper_visible,.pc-full-screen-media__media-wrapper .pc-full-screen-media__icon-wrapper:focus{opacity:1;pointer-events:inherit}.pc-full-screen-media__modal-content:hover .pc-full-screen-media__icon-wrapper,.pc-full-screen-media__media-wrapper:hover .pc-full-screen-media__icon-wrapper{opacity:1;pointer-events:inherit}.pc-full-screen-media__icon{color:var(--g-color-text-hint)}.pc-full-screen-media__icon_hover:hover{color:var(--g-color-text-secondary)}@media(max-width: 577px){.pc-full-screen-media__icon-wrapper{display:none}.pc-full-screen-media__modal{display:none !important}}\",\"\"]);const i=o},7543:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-header-breadcrumbs{z-index:11}.pc-header-breadcrumbs__list{margin:0;padding:0;list-style:none}.pc-header-breadcrumbs__item{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height);display:inline-block}.pc-header-breadcrumbs__text{outline:none;color:var(--g-color-text-link);text-decoration:none;cursor:pointer;color:var(--g-color-text-secondary)}.utilityfocus .pc-header-breadcrumbs__text:focus{outline:2px solid #ffdb4d}.pc-header-breadcrumbs__text:hover,.pc-header-breadcrumbs__text:active{--pc-text-header-color: var(--g-color-text-link-hover);color:var(--g-color-text-link-hover)}.pc-header-breadcrumbs__text:hover{color:var(--g-color-text-primary)}.pc-header-breadcrumbs__separator{margin:0 8px 0 6px;color:var(--g-color-text-secondary)}.pc-header-breadcrumbs_theme_dark .pc-header-breadcrumbs__text{color:var(--g-color-text-light-secondary)}.pc-header-breadcrumbs_theme_dark .pc-header-breadcrumbs__text:hover{color:var(--g-color-text-light-primary)}.pc-header-breadcrumbs_theme_dark .pc-header-breadcrumbs__separator{color:var(--g-color-text-light-secondary)}\",\"\"]);const i=o},6656:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-icon-wrapper{display:flex;flex-direction:column}.pc-icon-wrapper_icon-position_left{flex-direction:row}.pc-icon-wrapper__icon-container{flex-shrink:0}.pc-icon-wrapper__icon{max-width:100%;margin-bottom:12px;height:32px;-o-object-fit:contain;object-fit:contain;display:block}.pc-icon-wrapper__icon_icon-position_left{height:22px;width:22px;margin:1px 12px 1px 0px}.pc-icon-wrapper__content{display:flex;flex-direction:column;flex:1 0 auto}.pc-icon-wrapper__content_icon-position_left.pc-icon-wrapper__content_icon-position_left{flex:1 0 0}\",\"\"]);const i=o},2995:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-link-block{margin-top:16px}.pc-link-block__link{outline:none;color:var(--g-color-text-link);text-decoration:none;cursor:pointer;display:flex;align-items:center;border-radius:var(--g-focus-border-radius)}.utilityfocus .pc-link-block__link:focus{outline:2px solid #ffdb4d}.pc-link-block__link:hover,.pc-link-block__link:active{--pc-text-header-color: var(--g-color-text-link-hover);color:var(--g-color-text-link-hover)}.pc-link-block__link:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-link-block__link:focus:not(:focus-visible){outline:0}.pc-link-block__link_theme_dark{color:var(--g-color-text-light-primary)}.pc-link-block__link_theme_dark:hover{color:var(--g-color-text-light-secondary)}.pc-link-block__link_has-arrow{display:inherit;white-space:nowrap}.pc-link-block__link_has-arrow:hover,.pc-link-block__link_has-arrow:active{--pc-text-header-color: inherit;color:var(--g-color-text-link)}.pc-link-block__link_has-arrow .pc-link-block__content{white-space:normal}.pc-link-block__link:hover .pc-link-block__arrow{transform:translateX(5px)}.pc-link-block__link.pc-link-block__link_has-arrow.pc-link-block__link_theme_dark:hover{color:var(--g-color-text-light-primary)}.pc-link-block__arrow{position:relative;top:2px;transition:transform .3s cubic-bezier(0.22, 0.61, 0.36, 1)}.pc-link-block_size_l{font-size:var(--g-text-body-3-font-size);line-height:var(--g-text-body-3-line-height)}.pc-link-block_size_m{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.pc-link-block_size_m .pc-link-block__arrow{top:1px}.pc-link-block_size_s{font-size:var(--g-text-body-1-font-size);line-height:var(--g-text-body-1-line-height)}\",\"\"]);const i=o},6857:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-links{display:flex;flex-direction:column;align-items:baseline}.pc-links__link{margin-top:0px !important}.pc-links_size_s{gap:8px}.pc-links_size_l{gap:12px}\",\"\"]);const i=o},4374:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-map{width:100%;height:300px;border:0;overflow:hidden;display:flex}.pc-map_hidden{opacity:0}.pc-map__spinner{margin:0 auto;align-self:center;position:absolute}.pc-map__wrapper{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}\",\"\"]);const i=o},4381:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-media-component-data-lens__wrap{height:400px;overflow:hidden;margin:24px}.pc-media-component-data-lens__wrap .pc-media-component-data-lens__iframe{border-radius:0}.pc-media-component-data-lens__iframe{width:calc(100% + 4px);height:calc(100% + 4px);margin:-1px -2px 0}@media(max-width: 577px){.pc-media-component-data-lens__wrap{margin:24px 0}}\",\"\"]);const i=o},2862:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-media-component-iframe{overflow:hidden}.pc-media-component-iframe_margins{margin:24px}.pc-media-component-iframe_margins .pc-media-component-iframe__item{border-radius:0}.pc-media-component-iframe .pc-media-component-iframe__iframe{border-radius:0}.pc-media-component-iframe__item{width:100%;height:100%}\",\"\"]);const i=o},330:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-media-component-image__item{width:100%;display:flex;align-items:center}.pc-media-component-image__item_withVideo{display:none}\",\"\"]);const i=o},8485:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-Media{overflow:hidden}.pc-Media__youtube{border-radius:var(--pc-border-radius);overflow:hidden;display:flex;align-items:center}\",\"\"]);const i=o},6722:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-media-component-video__wrap{position:relative;overflow:hidden}.pc-media-component-video__react-player{display:flex;position:relative;justify-content:center;overflow:hidden}\",\"\"]);const i=o},6120:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-media-base__card img{width:100%}.pc-media-base__card img,.pc-media-base__card video,.pc-media-base__card iframe,.pc-media-base__card .pc-map{border-radius:var(--pc-border-radius)}.pc-media-base__card_shadow{box-shadow:0 2px 8px var(--pc-color-sfx-shadow),0 4px 24px var(--pc-color-sfx-shadow);overflow-x:hidden;border-radius:var(--pc-border-radius)}.pc-media-base__card_specialBorderRadius img,.pc-media-base__card_specialBorderRadius video,.pc-media-base__card_specialBorderRadius iframe,.pc-media-base__card_specialBorderRadius .pc-map{border-radius:calc(var(--pc-border-radius) - 1px)}.pc-media-base__row_reverse{flex-direction:row-reverse}.pc-media-base__row_reverse .pc-media-base__content>*{margin-right:0;margin-left:64px}.pc-media-base__header{margin-bottom:24px}@media(max-width: 769px){.pc-media-base__row_reverse{flex-direction:row}.pc-media-base__row_reverse .pc-media-base__content>*{margin-left:0}.pc-media-base__row_mobile-reverse{flex-direction:column-reverse}.pc-media-base__row_mobile-reverse .pc-media-base__content>*{margin-top:32px;padding-bottom:0}}@media(min-width: 769px){.pc-media-base.pc-AnimateBlock .pc-media-base__card,.pc-AnimateBlock .pc-media-base .pc-media-base__card{position:relative;top:100px;opacity:0}.pc-media-base.pc-AnimateBlock.animate .pc-media-base__card,.pc-AnimateBlock .pc-media-base.animate .pc-media-base__card{top:0;opacity:1;transition:top .8s cubic-bezier(0.25, 0.46, 0.45, 0.94),opacity .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);transition-delay:0s}}\",\"\"]);const i=o},3656:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-media-base-content{margin-right:64px;height:100%;align-items:center;display:flex}@media(max-width: 769px){.pc-media-base-content{margin-right:0;padding-bottom:32px}}\",\"\"]);const i=o},9615:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-meta-info{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height);display:flex;align-items:center}.pc-meta-info__item:not(:first-child){margin-left:16px}\",\"\"]);const i=o},6109:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-overflow-scroller{display:flex;align-items:center;position:relative;overflow-x:hidden}.pc-overflow-scroller__container{width:100%;position:relative}.pc-overflow-scroller__container_padding-left{padding-left:24px}.pc-overflow-scroller__container_padding-right{padding-right:24px}.pc-overflow-scroller__wrapper{position:relative;transition:left .6s}.pc-overflow-scroller__arrow{display:inline-block;margin:0;padding:0;font:inherit;border:none;outline:none;color:inherit;background:none;cursor:pointer;position:absolute;z-index:10;top:0;display:flex;justify-content:flex-end;align-items:center;width:32px;height:calc(100% - 1px);cursor:pointer;color:var(--g-color-text-secondary);border-radius:var(--g-focus-border-radius)}.pc-overflow-scroller__arrow:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-overflow-scroller__arrow:focus:not(:focus-visible){outline:0}.pc-overflow-scroller__arrow_type_left{left:0;transform:rotate(180deg)}.pc-overflow-scroller__arrow_type_right{right:0}\",\"\"]);const i=o},5434:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-CircleProgress{position:absolute}\",\"\"]);const i=o},1912:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-CustomBarControls__button_type_with-play-pause-button{box-shadow:0px 4px 24px var(--pc-color-sfx-shadow),0px 2px 8px var(--pc-color-sfx-shadow)}.pc-CustomBarControls__button_type_with-play-pause-button:hover{box-shadow:0px 4px 24px var(--g-color-sfx-shadow),0px 2px 8px var(--g-color-sfx-shadow);cursor:pointer}.pc-CustomBarControls__wrapper{position:absolute;bottom:0;opacity:0;transition:opacity 300ms ease 3s;z-index:1}.pc-CustomBarControls__wrapper_shown{opacity:1;transition:opacity 0s ease 0s}.pc-CustomBarControls__wrapper_type_with-play-pause-button{gap:8px;padding:8px}.pc-CustomBarControls__wrapper_positioning_left,.pc-CustomBarControls__wrapper_positioning_right,.pc-CustomBarControls__wrapper_positioning_center{display:flex;width:100%}.pc-CustomBarControls__wrapper_positioning_right{flex-direction:row-reverse}.pc-CustomBarControls__wrapper_positioning_center{justify-content:center}.pc-CustomBarControls__button{border:0;padding:0;cursor:pointer}.pc-CustomBarControls__button_type_with-mute-button{border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;width:64px;height:64px;background:var(--g-color-base-background);transition:background-color 300ms;margin:12px}.pc-CustomBarControls__button_type_with-mute-button:hover,.pc-CustomBarControls__button_type_with-mute-button:focus{background:#eff2f8}.pc-CustomBarControls__button_type_with-mute-button:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-CustomBarControls__button_type_with-mute-button:focus:not(:focus-visible){outline:0}.pc-CustomBarControls__button_type_with-play-pause-button{width:42px;height:42px;border-radius:50%;background:var(--g-color-base-background)}.pc-CustomBarControls__button_type_with-play-pause-button:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-CustomBarControls__button_type_with-play-pause-button:focus:not(:focus-visible){outline:0}.pc-CustomBarControls__play-icon_type_with-play-pause-button{height:16px;width:16px;color:var(--g-color-base-neutral-heavy)}.pc-CustomBarControls__mute-icon_type_with-mute-button{height:22px;width:32px}.pc-CustomBarControls__mute-icon_type_with-play-pause-button{height:16px;width:16px;color:var(--g-color-base-neutral-heavy)}\",\"\"]);const i=o},6388:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,'.pc-ReactPlayer video{background-color:var(--pc-color-video-player-bg, #000);-o-object-fit:cover;object-fit:cover}.pc-ReactPlayer__wrapper{position:relative;padding-top:56.25%}.pc-ReactPlayer__wrapper .pc-ReactPlayer__player{position:absolute;top:0;left:0}.pc-ReactPlayer__button{display:inline-block;margin:0;padding:0;font:inherit;border:none;outline:none;color:inherit;background:none;cursor:pointer;display:flex;justify-content:center;align-items:center;position:absolute;width:64px;height:64px;border-radius:166px}.pc-ReactPlayer__button:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-ReactPlayer__button:focus:not(:focus-visible){outline:0}.pc-ReactPlayer__button_theme_blue{color:var(--g-color-base-background);background-color:var(--g-color-base-brand)}.pc-ReactPlayer__button_theme_grey{color:var(--pc-text-header-color);background-color:#eff2f8}.pc-ReactPlayer__button_text{padding:16px 32px;font-weight:400;font-size:24px;line-height:32px;width:auto;height:auto}.pc-ReactPlayer__icon{margin-left:1px}.pc-ReactPlayer_controls_custom::before{display:none;position:absolute;width:100%;height:100%;content:\"\";background:linear-gradient(180deg, rgba(0, 0, 0, 0) 65.36%, rgba(0, 0, 0, 0.2) 100%);opacity:0;transition:opacity 300ms}.pc-ReactPlayer_contain video{-o-object-fit:contain;object-fit:contain}.pc-ReactPlayer_auto-ratio video{-o-object-fit:cover;object-fit:cover}@media only screen and (max-width: 577px){.pc-ReactPlayer__button_text{font-size:20px;line-height:24px}}',\"\"]);const i=o},9219:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-table{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.pc-table__table{width:100%;overflow-x:auto}.pc-table__row{display:flex}.pc-table__row:first-child{font-weight:var(--g-text-accent-font-weight)}.pc-table__row:first-child .pc-table__cell{border-bottom-color:var(--g-color-line-generic-active);align-items:flex-end;padding-top:0}.pc-table__cell{padding:12px 0;display:flex;flex:1;align-items:center;border-bottom:1px solid var(--g-color-line-generic)}.pc-table__cell:first-child{flex:2}.pc-table__cell_justify_center{justify-content:center;text-align:center}.pc-table__cell_justify_right{justify-content:flex-end;text-align:right}.pc-table__marker{display:inline-block}.pc-table__marker_type_disk{width:16px;height:16px;border-radius:100%;flex-shrink:0;box-sizing:border-box}.pc-table__marker_type_disk.pc-table__marker_index_0{background-color:var(--g-color-base-neutral-light)}.pc-table__marker_type_disk.pc-table__marker_index_1{background-color:var(--g-color-base-brand)}.pc-table__marker_type_disk.pc-table__marker_index_2{border:1px solid var(--g-color-text-hint)}.pc-table__marker_tick{color:var(--g-color-base-generic-medium)}.pc-table__marker_tick_check{color:var(--g-color-base-brand)}.pc-table__legend{display:flex;margin-top:20px;color:var(--g-color-text-secondary)}.pc-table__legend-item{display:flex;align-items:center}.pc-table__legend-item+.pc-table__legend-item{margin-left:32px}.pc-table__legent-item-text{margin-left:6px}@media(max-width: 577px){.pc-table__cell{min-width:120px}.pc-table__cell:first-child{min-width:230px}}\",\"\"]);const i=o},1233:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-title__description{margin-top:12px}.pc-title__description .yfm{font-size:var(--g-text-body-3-font-size);line-height:var(--g-text-body-3-line-height)}.pc-title__description_titleSize_s,.pc-title__description_titleSize_xs{margin-top:8px}.pc-title__description_titleSize_s .yfm,.pc-title__description_titleSize_xs .yfm{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}\",\"\"]);const i=o},6235:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-title-item_size_l,.pc-title-item_size_m,.pc-title-item_size_s,.pc-title-item_size_xs{margin:0}.pc-title-item_justify_center{text-align:center}.pc-title-item_justify_end{text-align:right}.pc-title-item_size_xs{font-size:var(--g-text-body-3-font-size);line-height:var(--g-text-body-3-line-height);color:var(--pc-text-header-color);font-weight:var(--g-text-accent-font-weight)}.pc-title-item_size_s{font-size:var(--g-text-header-1-font-size);line-height:var(--g-text-header-1-line-height);color:var(--pc-text-header-color);font-weight:var(--g-text-accent-font-weight);margin-top:32px}.pc-title-item_size_m{font-size:var(--g-text-display-2-font-size);line-height:var(--g-text-display-2-line-height);color:var(--pc-text-header-color);font-weight:var(--g-text-accent-font-weight);margin-top:48px}@media(max-width: 576px){.pc-title-item_size_m{font-size:var(--g-text-display-1-font-size);line-height:var(--g-text-display-1-line-height)}}.pc-title-item_size_l{font-size:var(--g-text-display-4-font-size);line-height:var(--g-text-display-4-line-height);color:var(--pc-text-header-color);font-weight:var(--g-text-accent-font-weight);margin-top:96px}@media(max-width: 577px){.pc-title-item_size_l{font-size:var(--g-text-display-2-font-size);line-height:var(--g-text-display-2-line-height)}}.pc-title-item__arrow{margin-top:9px}.pc-title-item__arrow_size_xs{margin-top:6px}.pc-title-item__arrow_size_s{margin-top:4px}.pc-title-item__link{display:inline-block;margin:0;padding:0;font:inherit;border:none;outline:none;color:inherit;background:none;cursor:pointer;color:inherit;text-decoration:none;padding-right:8px;border-radius:var(--g-focus-border-radius)}.pc-title-item__link:hover,.pc-title-item__link:active{--pc-text-header-color: inherit;color:inherit}.pc-title-item__link:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-title-item__link:focus:not(:focus-visible){outline:0}.pc-title-item__link:hover{cursor:pointer}.pc-title-item__link:hover .pc-title-item__arrow{margin-left:10px}.pc-title-item__link:hover .pc-title-item__arrow_size_xs{margin-left:6px}.pc-title-item__link:hover .pc-title-item__arrow_size_s{margin-left:8px}.pc-title-item__text{white-space:normal}.pc-title-item__text a{outline:none;color:var(--g-color-text-link);text-decoration:none;cursor:pointer}.utilityfocus .pc-title-item__text a:focus{outline:2px solid #ffdb4d}.pc-title-item__text a:hover,.pc-title-item__text a:active{--pc-text-header-color: var(--g-color-text-link-hover);color:var(--g-color-text-link-hover)}.pc-title-item__wrapper{white-space:nowrap}.pc-title-item_reset-margin{margin-top:0}@media(max-width: 577px){.pc-title-item_size_l:not(.pc-title-item_reset-margin){margin-top:48px}.pc-title-item__arrow_size_m,.pc-title-item__arrow_size_l{margin-top:9px}}\",\"\"]);const i=o},8514:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-ToggleArrow{transition:transform .15s;stroke-width:2px}.pc-ToggleArrow_type_horizontal{transition:margin-left .3s cubic-bezier(0.22, 0.61, 0.36, 1);transform:rotate(-90deg)}.pc-ToggleArrow_type_vertical{transform:rotate(0deg)}.pc-ToggleArrow_open.pc-ToggleArrow_type_horizontal{transform:rotate(0deg)}.pc-ToggleArrow_open.pc-ToggleArrow_type_vertical{transform:rotate(180deg)}.pc-ToggleArrow_thin{stroke-width:1px}.pc-ToggleArrow_slow{transition-duration:.3s}\",\"\"]);const i=o},4273:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-VideoBlock{position:relative}.pc-VideoBlock__preview{display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%}.pc-VideoBlock__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.pc-VideoBlock__image-wrapper{height:100%;width:100%}.pc-VideoBlock__button{display:inline-block;margin:0;padding:0;font:inherit;border:none;outline:none;color:inherit;background:none;cursor:pointer;display:flex;justify-content:center;align-items:center;position:absolute;width:64px;height:64px;color:var(--g-color-base-background);background-color:var(--g-color-base-brand);border-radius:50%}.pc-VideoBlock__button:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-VideoBlock__button:focus:not(:focus-visible){outline:0}.pc-VideoBlock__icon{margin-left:1px}\",\"\"]);const i=o},8166:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-loadable-block__loader{padding:20px;text-align:center}\",\"\"]);const i=o},2723:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>l});var n=r(3645),o=r.n(n),i=r(9686),a=o()((function(e){return e[1]}));a.i(i.Z),a.push([e.id,':root{--header-height: 64px}.g-root{--pc-color-telegram: #51a4db;--pc-color-facebook: #4968ad;--pc-color-twitter: #4aa0eb;--pc-color-vk: #436eab;--pc-color-youtube: #eb3323;--pc-color-github: #25292e;--pc-color-rss: #f29c39;--pc-color-linkedin: #0a66c2;--g-text-accent-font-weight: 500;--pc-transparent: rgba(255, 255, 255, 0);--pc-border-radius: 24px;--pc-image-padding: 4px;--pc-color-sfx-shadow: var(--g-color-base-simple-hover);--pc-color-line-generic-active-solid: #b3b3b3;--pc-color-base-float-hover: var(--g-color-base-float);--pc-monochrome-button-background-color: #262626;--pc-monochrome-button-background-color-hover: #393939;--pc-monochrome-button-color: var(--g-color-text-light-primary);--pc-text-header-color: var(--g-color-text-primary);--pc-media-card-meta-info-color: var(--g-color-text-secondary);--pc-tab-item-color: var(--g-color-text-primary);--pc-tab-item-background-color: var(--g-color-base-generic);--pc-tab-item-background-color-hover: var(--g-color-base-generic-hover);--pc-selected-tab-item-color: var(--pc-monochrome-button-color);--pc-selected-tab-item-background-color: var(--pc-monochrome-button-background-color);--pc-selected-tab-item-background-color-hover: var( --pc-monochrome-button-background-color-hover );--pc-color-line-focus-light: var(--g-color-text-brand);--pc-color-line-focus-dark: var(--g-color-text-light-primary)}.g-root_theme_light{--pc-color-base-silver: #eff2f8;--pc-color-base-gold: #ffdb4d;--pc-color-base-asphalt: #313538;--pc-color-base-copper: #ffe6c4;--g-color-line-focus: var(--pc-color-line-focus-light)}.g-root_theme_dark{--pc-color-base-silver: #bcc0c4;--pc-color-base-gold: #ffde5d;--pc-color-base-asphalt: #474d52;--pc-color-base-copper: #7f7262;--g-color-line-focus: var(--pc-color-line-focus-dark)}.g-root.g-root_theme_dark{--pc-color-sfx-shadow: var(--g-color-sfx-shadow);--pc-color-line-generic-active-solid: #6c6c70;--pc-color-base-float-hover: var(--g-color-base-float-hover);--pc-monochrome-button-background-color: #ffffff;--pc-monochrome-button-background-color-hover: #e9e9e9;--pc-monochrome-button-color: var(--g-color-text-dark-primary)}.yfm_constructor{font-family:var(--g-font-family-sans);color:var(--g-color-text-primary)}.yfm_constructor code,.yfm_constructor kbd,.yfm_constructor pre{font-family:var(--g-font-family-monospace);color:var(--g-color-text-primary)}.yfm_constructor.yfm_constructor h1,.yfm_constructor.yfm_constructor h2,.yfm_constructor.yfm_constructor h3,.yfm_constructor.yfm_constructor h4,.yfm_constructor.yfm_constructor h5,.yfm_constructor.yfm_constructor h6,.yfm_constructor.yfm_constructor span,.yfm_constructor.yfm_constructor p,.yfm_constructor.yfm_constructor li{color:var(--g-color-text-primary)}.yfm_constructor.yfm_constructor_notice li,.yfm_constructor.yfm_constructor_notice p{color:var(--g-color-text-secondary)}.yfm_constructor.yfm_constructor_meta_info p{color:var(--pc-media-card-meta-info-color);font-weight:var(--g-text-accent-font-weight)}.yfm_constructor.yfm_constructor ul,.yfm_constructor.yfm_constructor ol,.yfm_constructor.yfm_constructor li,.yfm_constructor.yfm_constructor p{margin:0 0 12px}.yfm_constructor.yfm_constructor p strong{font-weight:var(--g-text-accent-font-weight)}.yfm_constructor.yfm_constructor_size_s ul,.yfm_constructor.yfm_constructor_size_s ol,.yfm_constructor.yfm_constructor_size_s li,.yfm_constructor.yfm_constructor_size_s p{margin-bottom:8px}.yfm_constructor.yfm_constructor_theme_dark p{color:var(--g-color-text-light-primary)}.yfm_constructor_list_style ul{padding-left:20px}.yfm_constructor_list_style_dash ul{list-style-type:none;position:relative}.yfm_constructor_list_style_dash ul li:before{content:\"—\";position:absolute;margin-left:-20px}.yfm_constructor a{outline:none;color:var(--g-color-text-link);text-decoration:none;cursor:pointer;border-radius:var(--g-focus-border-radius)}.utilityfocus .yfm_constructor a:focus{outline:2px solid #ffdb4d}.yfm_constructor a:hover,.yfm_constructor a:active{--pc-text-header-color: var(--g-color-text-link-hover);color:var(--g-color-text-link-hover)}.yfm_constructor a:focus{box-shadow:0 0 0 2px var(--g-color-line-focus)}.yfm_constructor a:focus:not(:focus-visible){box-shadow:none}.yfm_constructor table{color:var(--g-color-text-primary);border:1px solid var(--g-color-line-generic);background:var(--g-color-base-background)}.yfm_constructor thead,.yfm_constructor table tr:nth-child(2n){background-color:var(--g-color-base-generic)}.yfm_constructor_table table{border:0;table-layout:fixed}.yfm_constructor_table thead,.yfm_constructor_table tr{background-color:rgba(0,0,0,0) !important}.yfm_constructor_table tbody tr{border-top:1px solid var(--g-color-line-generic)}.yfm_constructor_table td,.yfm_constructor_table th{min-width:120px;width:120px;box-sizing:content-box;white-space:inherit !important}.yfm_constructor_table td:first-child,.yfm_constructor_table th:first-child{min-width:172px;width:172px}.yfm_constructor_table th{text-align:left !important}.pc-page-constructor{font-feature-settings:\"liga\",\"kern\",\"pnum\" on,\"lnum\" on,\"ss03\" on;margin-top:0;background-color:var(--g-color-base-background);z-index:10}.pc-page-constructor__wrapper{position:relative}.pc-page-constructor__background.pc-page-constructor__background{top:calc(-1*var(--header-height))}',\"\"]);const l=a},6872:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-constructor-block.pc-constructor-block.pc-constructor-block.pc-constructor-block_indentTop_0{margin-top:0}.pc-constructor-block.pc-constructor-block.pc-constructor-block.pc-constructor-block_indentTop_xs{margin-top:16px}.pc-constructor-block.pc-constructor-block.pc-constructor-block.pc-constructor-block_indentTop_s{margin-top:24px}.pc-constructor-block.pc-constructor-block.pc-constructor-block.pc-constructor-block_indentTop_m{margin-top:32px}.pc-constructor-block.pc-constructor-block.pc-constructor-block.pc-constructor-block_indentTop_l{margin-top:48px}.pc-constructor-block.pc-constructor-block.pc-constructor-block.pc-constructor-block_indentTop_xl{margin-top:64px}.pc-constructor-block.pc-constructor-block.pc-constructor-block.pc-constructor-block_indentBottom_0{padding-bottom:0}.pc-constructor-block.pc-constructor-block.pc-constructor-block.pc-constructor-block_indentBottom_xs{padding-bottom:16px}.pc-constructor-block.pc-constructor-block.pc-constructor-block.pc-constructor-block_indentBottom_s{padding-bottom:24px}.pc-constructor-block.pc-constructor-block.pc-constructor-block.pc-constructor-block_indentBottom_m{padding-bottom:32px}.pc-constructor-block.pc-constructor-block.pc-constructor-block.pc-constructor-block_indentBottom_l{padding-bottom:48px}.pc-constructor-block.pc-constructor-block.pc-constructor-block.pc-constructor-block_indentBottom_xl{padding-bottom:64px}\",\"\"]);const i=o},9268:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-constructor-row:last-child{margin-bottom:-64px}@media(max-width: 577px){.pc-constructor-row:last-child{margin-bottom:-32px}}\",\"\"]);const i=o},55:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-Grid .container-fluid,.pc-Grid .container{max-width:calc(1232px + 8px * 2 + 40px * 2)}.pc-Grid .row{margin-right:0;margin-left:0}.pc-Grid .pc-Grid .container-fluid,.pc-Grid .pc-Grid .container{padding:0}.pc-Grid .row .row{margin:0 -8px}.pc-Grid_debug .container,.pc-Grid_debug .container-fluid,.pc-Grid_debug [class*=col-]{box-sizing:border-box;border:1px solid var(--g-color-line-generic)}@media only screen and (max-width: 577px){.pc-Grid .container,.pc-Grid .container-fluid{padding:0 16px}.pc-Grid .col,.pc-Grid .col-sm-auto,.pc-Grid .col-auto{padding:0 8px}.pc-Grid .col-sm-0,.pc-Grid .col-0{padding:0 8px}.pc-Grid .col-sm-1,.pc-Grid .col-1{padding:0 8px}.pc-Grid .col-sm-2,.pc-Grid .col-2{padding:0 8px}.pc-Grid .col-sm-3,.pc-Grid .col-3{padding:0 8px}.pc-Grid .col-sm-4,.pc-Grid .col-4{padding:0 8px}.pc-Grid .col-sm-5,.pc-Grid .col-5{padding:0 8px}.pc-Grid .col-sm-6,.pc-Grid .col-6{padding:0 8px}.pc-Grid .col-sm-7,.pc-Grid .col-7{padding:0 8px}.pc-Grid .col-sm-8,.pc-Grid .col-8{padding:0 8px}.pc-Grid .col-sm-9,.pc-Grid .col-9{padding:0 8px}.pc-Grid .col-sm-10,.pc-Grid .col-10{padding:0 8px}.pc-Grid .col-sm-11,.pc-Grid .col-11{padding:0 8px}.pc-Grid .col-sm-12,.pc-Grid .col-12{padding:0 8px}.pc-Grid .row .row{margin:0 -8px}}\",\"\"]);const i=o},1523:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\"/*!\\n * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)\\n * Copyright 2011-2018 The Bootstrap Authors\\n * Copyright 2011-2018 Twitter, Inc.\\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\\n */html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,*::before,*::after{box-sizing:inherit}.container{width:100%;padding-right:40px;padding-left:40px;margin-right:auto;margin-left:auto}@media(min-width: 577px){.container{max-width:577px}}@media(min-width: 769px){.container{max-width:769px}}@media(min-width: 1081px){.container{max-width:1081px}}@media(min-width: 1185px){.container{max-width:1185px}}.container-fluid{width:100%;padding-right:40px;padding-left:40px;margin-right:auto;margin-left:auto}.row{display:flex;flex-wrap:wrap;margin-right:-8px;margin-left:-8px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:8px;padding-left:8px}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:none}.col-1{flex:0 0 8.333333%;max-width:8.333333%}.col-2{flex:0 0 16.666667%;max-width:16.666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.333333%;max-width:33.333333%}.col-5{flex:0 0 41.666667%;max-width:41.666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.333333%;max-width:58.333333%}.col-8{flex:0 0 66.666667%;max-width:66.666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.333333%;max-width:83.333333%}.col-11{flex:0 0 91.666667%;max-width:91.666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media(min-width: 577px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:none}.col-sm-1{flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media(min-width: 769px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:none}.col-md-1{flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media(min-width: 1081px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:none}.col-lg-1{flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media(min-width: 1185px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:none}.col-xl-1{flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}@media(min-width: 577px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}}@media(min-width: 769px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}}@media(min-width: 1081px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}}@media(min-width: 1185px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-fill{flex:1 1 auto !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}@media(min-width: 577px){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}}@media(min-width: 769px){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}}@media(min-width: 1081px){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}}@media(min-width: 1185px){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}}.col-reset{padding-left:0 !important;padding-right:0 !important;margin:0}\",\"\"]);const i=o},6035:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-desktop-navigation__wrapper{display:flex;justify-content:space-between;align-items:center;height:var(--header-height)}@media(min-width: 769px){.pc-desktop-navigation__mobile-menu-button.pc-desktop-navigation__mobile-menu-button{display:none}}.pc-desktop-navigation__navigation,.pc-desktop-navigation__left,.pc-desktop-navigation__right{display:flex;align-items:center}.pc-desktop-navigation__navigation.pc-desktop-navigation__navigation{position:relative;flex:1 0 0;justify-content:flex-start}@media(max-width: 768px){.pc-desktop-navigation__navigation.pc-desktop-navigation__navigation{display:none}}.pc-desktop-navigation__mobile-navigation.pc-desktop-navigation__mobile-navigation{justify-content:flex-end}@media(min-width: 769px){.pc-desktop-navigation__mobile-navigation.pc-desktop-navigation__mobile-navigation{display:none}}.pc-desktop-navigation__mobile-navigation-container{padding-right:8px}.pc-desktop-navigation__mobile-navigation-container:has(.pc-overflow-scroller__arrow) .pc-desktop-navigation__mobile-navigation{justify-content:flex-start}.pc-desktop-navigation__mobile-navigation-container:has(.pc-overflow-scroller__arrow_type_right){padding-right:16px}.pc-desktop-navigation__right{justify-content:flex-end;font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}@media(max-width: 768px){.pc-desktop-navigation__right{flex:3 0 0;max-width:50%}}.pc-desktop-navigation__navigation-container,.pc-desktop-navigation__mobile-navigation-container{display:flex;overflow-x:hidden;flex:1 0 0;justify-content:space-between;align-items:center}.pc-desktop-navigation__navigation-container{margin-right:32px}.pc-desktop-navigation__button{margin-top:0}.pc-desktop-navigation__logo{margin:0 32px 0 0;cursor:pointer}.pc-desktop-navigation__links,.pc-desktop-navigation__buttons,.pc-desktop-navigation__mobile-buttons{display:flex;align-items:center;margin:0;padding:0;list-style:none}@media(max-width: 768px){.pc-desktop-navigation__buttons{display:none}}.pc-desktop-navigation__buttons>*:not(:last-child){margin-right:16px}@media(min-width: 769px){.pc-desktop-navigation__mobile-buttons{display:none}}.pc-desktop-navigation__mobile-buttons .pc-desktop-navigation__item:not(:last-child){margin-right:0}.pc-desktop-navigation__links{position:relative;font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.pc-desktop-navigation__item{position:relative}.pc-desktop-navigation__item:not(:last-child){margin-right:20px}@media(max-width: 768px){.pc-desktop-navigation__navigation-container{justify-content:flex-end}.pc-desktop-navigation__navigation-container,.pc-desktop-navigation__mobile-navigation-container{justify-content:flex-end}.pc-desktop-navigation__navigation-container{flex:0 0 0}.pc-desktop-navigation__left{flex:1 0 0}}@media(max-width: 576px){.pc-desktop-navigation__navigation-container{margin-right:12px}.pc-desktop-navigation__logo{margin-right:0}}\",\"\"]);const i=o},269:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-logo__text{margin:0}.pc-logo{display:flex;align-items:center;text-decoration:none}.pc-logo__icon{display:flex;margin-right:8px;-o-object-fit:contain;object-fit:contain}.pc-logo__text{font-size:var(--g-text-header-1-font-size);line-height:var(--g-text-header-1-line-height);color:var(--pc-text-header-color);font-weight:var(--g-text-accent-font-weight);white-space:nowrap}\",\"\"]);const i=o},7819:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\"@media(min-width: 769px){.pc-mobile-menu-button.pc-mobile-menu-button{display:none}}\",\"\"]);const i=o},7215:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-mobile-navigation{position:fixed;z-index:100;top:var(--header-height);left:0;width:100%;border-bottom-right-radius:var(--pc-border-radius);border-bottom-left-radius:var(--pc-border-radius);background-color:var(--g-color-base-background);box-shadow:0 3px 10px var(--g-color-sfx-shadow);max-height:calc(100vh - 2*var(--header-height));overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none;font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.pc-mobile-navigation::-webkit-scrollbar{display:none}@media(min-width: 769px){.pc-mobile-navigation{display:none}}.pc-mobile-navigation__wrapper{padding:32px 48px}.pc-mobile-navigation__button{margin-top:24px}.pc-mobile-navigation__rows{position:relative;display:flex;flex-direction:column;padding-bottom:24px;margin:0;padding:0;list-style:none;margin-bottom:24px}.pc-mobile-navigation__rows:last-child{margin-bottom:0}.pc-mobile-navigation__dropdown-item:not(:last-child){margin-bottom:16px}.pc-mobile-navigation__popup{z-index:101;display:flex;flex-direction:column;min-width:220px;padding:16px;border:1px solid var(--g-color-line-generic);border-top-width:0;border-radius:calc(var(--pc-border-radius) / 2);background:var(--g-color-base-float);box-shadow:0 3px 10px var(--g-color-sfx-shadow)}@media(min-width: 769px){.pc-mobile-navigation__popup{display:none}}@media(max-width: 576px){.pc-mobile-navigation__wrapper{padding-left:24px;padding-right:24px}}\",\"\"]);const i=o},7520:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-navigation{display:flex;justify-content:center;align-items:center;height:var(--header-height);background-color:var(--g-color-base-background)}.pc-navigation_with-border{box-shadow:inset 0 -1px 0 var(--g-color-line-generic)}\",\"\"]);const i=o},4709:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-navigation-item{cursor:pointer;outline:none;color:inherit;text-decoration:none}.pc-navigation-item:last-child{margin-bottom:0}.utilityfocus .pc-navigation-item:focus{outline:2px solid #ffdb4d}.pc-navigation-item__content:not(.pc-navigation-item__content_type_button):hover,.pc-navigation-item__content:not(.pc-navigation-item__content_type_button):active{color:var(--g-color-text-link)}.pc-navigation-item_menu-layout_desktop{height:var(--header-height);line-height:var(--header-height);margin-bottom:0}.pc-navigation-item_menu-layout_mobile{margin-bottom:24px}.pc-navigation-item_menu-layout_dropdown{margin-bottom:0}.pc-navigation-item_menu-layout_dropdown .pc-navigation-item__content_type_link{padding:8px 12px}\",\"\"]);const i=o},6928:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-content-wrapper__icon{display:flex;margin-right:6px;-o-object-fit:cover;object-fit:cover}\",\"\"]);const i=o},5828:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-github-button{position:relative;display:flex;align-items:center;white-space:nowrap;display:flex;align-items:center;height:100%}.pc-github-button span{display:flex;flex-direction:column;justify-content:center}\",\"\"]);const i=o},4594:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-navigation-button{display:inline-block}\",\"\"]);const i=o},8720:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-navigation-dropdown{position:relative;display:flex;align-items:center;white-space:nowrap;display:flex;align-items:center;height:100%;background:inherit;font:inherit;color:var(--g-color-text-primary);border:none}.pc-navigation-dropdown:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-navigation-dropdown:focus:not(:focus-visible){outline:0}.pc-navigation-dropdown__arrow{margin-left:7px;color:var(--g-color-text-secondary)}\",\"\"]);const i=o},4534:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-navigation-link{color:var(--g-color-text-primary);color:inherit;text-decoration:none;outline:none;position:relative;display:flex;align-items:center;white-space:nowrap}.utilityfocus .pc-navigation-link:focus{outline:2px solid #ffdb4d}.pc-navigation-link:hover,.pc-navigation-link_active{color:var(--g-color-text-link)}.pc-navigation-link:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-navigation-link:focus:not(:focus-visible){outline:0}.pc-navigation-link__arrow{position:relative;top:-2px;width:9px;height:9px;margin-left:5px}\",\"\"]);const i=o},3649:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-navigation-popup{margin-left:-16px;margin-top:-16px;z-index:101;display:flex;flex-direction:column;min-width:220px;padding:16px;border:1px solid var(--g-color-line-generic);border-top-width:0;border-radius:calc(var(--pc-border-radius) / 2);background:var(--g-color-base-float);box-shadow:0 3px 10px var(--g-color-sfx-shadow)}.pc-navigation-popup__list{margin:0;padding:0;list-style:none}.pc-navigation-popup__link{height:36px;line-height:20px;border-radius:8px}.pc-navigation-popup__link:hover{color:var(--g-color-text-primary);background-color:var(--g-color-base-simple-hover)}\",\"\"]);const i=o},4873:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-social-icon{display:flex;justify-content:center;align-items:center;width:40px;height:40px;margin-right:8px;color:var(--g-color-base-background);border-radius:50%;background-color:var(--g-color-base-generic)}.pc-social-icon:hover{background-color:var(--g-color-base-generic-hover)}.pc-social-icon__icon{width:16px;height:16px}\",\"\"]);const i=o},3465:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-layout{display:flex;flex-direction:column;min-height:100vh}.pc-layout__content{display:flex;flex-grow:1;flex-direction:column}.pc-layout__navigation{position:sticky;z-index:98;top:0}\",\"\"]);const i=o},4620:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-background-card{position:relative}.pc-background-card_theme_light{background-color:var(--pc-color-base-silver)}.pc-background-card_theme_dark{background-color:var(--pc-color-base-asphalt)}.pc-background-card_padding_s{padding-bottom:80px}.pc-background-card_padding_m{padding-bottom:160px}.pc-background-card_padding_l{padding-bottom:240px}.pc-background-card_padding_xl{padding-bottom:320px}.pc-background-card_border_none{box-shadow:none;cursor:default;border:none}.pc-background-card__content{display:flex}.pc-background-card__image{position:absolute;top:0;left:0;width:100%;height:100%}.pc-background-card__image img{-o-object-fit:cover;object-fit:cover;-o-object-position:left;object-position:left}a.pc-background-card_theme_light{background-color:var(--pc-color-base-silver)}a.pc-background-card_theme_dark{background-color:var(--pc-color-base-asphalt)}\",\"\"]);const i=o},9741:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-banner-card__subtitle p,.pc-banner-card__subtitle,.pc-banner-card__title{margin:0}.pc-banner-card_theme_dark{--g-color-line-focus: var(--pc-color-line-focus-dark)}.pc-banner-card_theme_dark.pc-banner-card_theme_dark .pc-banner-card__title,.pc-banner-card_theme_dark.pc-banner-card_theme_dark .pc-banner-card__subtitle{color:var(--g-color-text-light-primary)}.pc-banner-card_theme_dark.pc-banner-card_theme_dark .pc-banner-card__title p,.pc-banner-card_theme_dark.pc-banner-card_theme_dark .pc-banner-card__subtitle p{color:var(--g-color-text-light-primary)}.pc-banner-card__title{font-size:var(--g-text-display-2-font-size);line-height:var(--g-text-display-2-line-height);color:var(--pc-text-header-color);font-weight:var(--g-text-accent-font-weight)}@media(max-width: 576px){.pc-banner-card__title{font-size:var(--g-text-display-1-font-size);line-height:var(--g-text-display-1-line-height)}}.pc-banner-card__title a{outline:none;color:var(--g-color-text-link);text-decoration:none;cursor:pointer}.utilityfocus .pc-banner-card__title a:focus{outline:2px solid #ffdb4d}.pc-banner-card__title a:hover,.pc-banner-card__title a:active{--pc-text-header-color: var(--g-color-text-link-hover);color:var(--g-color-text-link-hover)}.pc-banner-card__content{width:100%;border-radius:var(--pc-border-radius);display:flex;min-height:320px}.pc-banner-card__info,.pc-banner-card__image{flex:1}.pc-banner-card__info{padding:32px;display:flex;justify-content:space-between;flex-direction:column;align-items:baseline}.pc-banner-card__subtitle{display:inline-block;margin-top:8px;font-size:var(--g-text-body-3-font-size);line-height:var(--g-text-body-3-line-height);color:var(--pc-text-header-color);font-weight:var(--g-text-accent-font-weight);font-weight:normal}.pc-banner-card__subtitle p{font-size:var(--g-text-body-3-font-size);line-height:var(--g-text-body-3-line-height);color:var(--pc-text-header-color);font-weight:var(--g-text-accent-font-weight);font-weight:normal}.pc-banner-card__button.pc-banner-card__button{margin-top:28px}.pc-banner-card__image{border-top-right-radius:var(--pc-border-radius);border-bottom-right-radius:var(--pc-border-radius);margin:var(--pc-image-padding);border-radius:calc(var(--pc-border-radius) - var(--pc-image-padding))}.pc-banner-card__image img{-o-object-fit:cover;object-fit:cover;-o-object-position:left;object-position:left}.pc-banner-card_media-view_fit .pc-banner-card__image img{-o-object-fit:contain;object-fit:contain}@media(max-width: 576px){.pc-banner-card__image{display:none}}\",\"\"]);const i=o},5693:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-basic-card.pc-basic-card{min-height:auto}.pc-basic-card__content{display:flex}.pc-basic-card__wrapper{flex:auto}\",\"\"]);const i=o},7505:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-content_size_l .pc-content__text .yfm,.pc-content_size_l .pc-content__notice .yfm{margin:0}.pc-content{--pc-monochrome-button-background-color: #262626;--pc-monochrome-button-background-color-hover: #393939;--pc-monochrome-button-color: var(--g-color-text-light-primary);display:flex;flex-direction:column}.pc-content__notice .yfm ol,.pc-content__notice .yfm ul,.pc-content__text .yfm ol,.pc-content__text .yfm ul{padding-left:1.4em}.pc-content__notice.pc-content__notice .yfm,.pc-content__notice.pc-content__notice .yfm>*{color:var(--g-color-text-secondary)}.pc-content__notice.pc-content__notice .yfm a{color:var(--g-color-text-secondary);text-decoration:underline}.pc-content__notice.pc-content__notice .yfm a:hover{color:var(--g-color-text-primary)}.pc-content__link{display:block}.pc-content_centered.pc-content_centered{margin:0 auto;text-align:center}.pc-content_centered .pc-content__buttons{justify-content:center}.pc-content_centered .pc-content__links{align-items:center}.pc-content_centered .pc-content__link a{justify-content:center}.pc-content_centered .pc-content__notice .yfm ul,.pc-content_centered .pc-content__notice .yfm ol,.pc-content_centered .pc-content__text .yfm ul,.pc-content_centered .pc-content__text .yfm ol{text-align:left}.pc-content_size_s .pc-content__text,.pc-content_size_s .pc-content__notice{margin-top:8px}.pc-content_size_s .pc-content__text_without-title{margin-top:0}.pc-content_size_s .pc-content__list,.pc-content_size_s .pc-content__links,.pc-content_size_s .pc-content__buttons{margin-top:16px}.pc-content_size_l .pc-content__text,.pc-content_size_l .pc-content__notice{margin-top:12px}.pc-content_size_l .pc-content__text_without-title{margin-top:0}.pc-content_size_l .pc-content__text .yfm,.pc-content_size_l .pc-content__notice .yfm{font-size:var(--g-text-body-3-font-size);line-height:var(--g-text-body-3-line-height)}.pc-content_size_l .pc-content__list,.pc-content_size_l .pc-content__links,.pc-content_size_l .pc-content__buttons{margin-top:24px}.pc-content_theme_dark{--g-color-line-focus: var(--pc-color-line-focus-dark)}.pc-content_theme_dark .pc-content__title *,.pc-content_theme_dark .pc-content__text .yfm,.pc-content_theme_dark .pc-content__text .yfm *,.pc-content_theme_dark .pc-content__links a{color:var(--g-color-text-light-primary)}.pc-content_theme_dark .pc-content__notice .yfm,.pc-content_theme_dark .pc-content__notice .yfm *{color:var(--g-color-text-light-secondary)}.pc-content_theme_dark .pc-content__notice .yfm a{color:var(--g-color-text-light-secondary);text-decoration:underline}.pc-content_theme_dark .pc-content__notice .yfm a:hover{color:var(--g-color-text-light-primary)}.pc-content_theme_dark .pc-content__text .yfm a{color:var(--g-color-text-light-primary);text-decoration:underline}.pc-content_theme_dark .pc-content__text .yfm a:hover{color:var(--g-color-text-light-secondary)}.pc-content_theme_dark .pc-content__title a{color:var(--g-color-text-light-primary);text-decoration:underline;text-decoration:none}.pc-content_theme_dark .pc-content__title a:hover{color:var(--g-color-text-light-secondary)}.pc-content_theme_light .pc-content__title *,.pc-content_theme_light .pc-content__text .yfm,.pc-content_theme_light .pc-content__text .yfm *,.pc-content_theme_light .pc-content__links a{color:var(--g-color-text-dark-primary)}.pc-content_theme_light .pc-content__notice .yfm,.pc-content_theme_light .pc-content__notice .yfm *{color:var(--g-color-text-dark-secondary)}.pc-content_theme_light .pc-content__notice .yfm a{color:var(--g-color-text-dark-secondary);text-decoration:underline}.pc-content_theme_light .pc-content__notice .yfm a:hover{color:var(--g-color-text-dark-primary)}.pc-content_theme_light .pc-content__text .yfm a{color:var(--g-color-text-dark-primary);text-decoration:underline}.pc-content_theme_light .pc-content__text .yfm a:hover{color:var(--g-color-text-dark-secondary)}.pc-content_theme_light .pc-content__title a{color:var(--g-color-text-dark-primary);text-decoration:underline;text-decoration:none}.pc-content_theme_light .pc-content__title a:hover{color:var(--g-color-text-dark-secondary)}.pc-content_control-position_bottom .pc-content__notice:has(+.pc-content__buttons),.pc-content_control-position_bottom .pc-content__notice:has(+.pc-content__links),.pc-content_control-position_bottom .pc-content__list:has(+.pc-content__buttons),.pc-content_control-position_bottom .pc-content__list:has(+.pc-content__links),.pc-content_control-position_bottom .pc-content__text:has(+.pc-content__buttons),.pc-content_control-position_bottom .pc-content__text:has(+.pc-content__links),.pc-content_control-position_bottom .pc-content__title:has(+.pc-content__buttons),.pc-content_control-position_bottom .pc-content__title:has(+.pc-content__links){margin-bottom:auto}\",\"\"]);const i=o},4858:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-divider-block_size_xxs{padding-top:12px}.pc-divider-block_size_xs{padding-top:16px}.pc-divider-block_size_s{padding-top:24px}.pc-divider-block_size_m{padding-top:32px}.pc-divider-block_size_l{padding-top:48px}.pc-divider-block_size_xl{padding-top:64px}.pc-divider-block_size_xxl{padding-top:96px}.pc-divider-block_size_xxxl{padding-top:128px}.pc-divider-block_border{border-top:1px solid var(--g-color-line-generic)}\",\"\"]);const i=o},2314:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,'.pc-hubspot-form{--g-color-line-focus: var(--pc-color-line-focus-light)}.pc-hubspot-form .submitted-message{padding-left:10px}.pc-hubspot-form .hs-form-field{margin-bottom:16px;padding-left:10px}.pc-hubspot-form .hs-form-field>label{color:var(--g-color-text-primary);font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height);display:flex;width:200px;max-width:100%;padding:5px 0 0;position:relative}.pc-hubspot-form .hs-form-field:only-child>label{width:100%}.pc-hubspot-form .hs-form-field .input{box-sizing:border-box;display:inline-block;position:relative;width:100%}.pc-hubspot-form .hs-form-field .input input[type=text],.pc-hubspot-form .hs-form-field .input input[type=number],.pc-hubspot-form .hs-form-field .input input[type=tel],.pc-hubspot-form .hs-form-field .input input[type=email],.pc-hubspot-form .hs-form-field .input textarea,.pc-hubspot-form .hs-form-field .input select{box-sizing:border-box;display:inline-block;vertical-align:top;position:relative;margin:0;padding:10px 13px;width:100%;height:36px;font-size:15px;line-height:16px;font-weight:normal;font-family:var(--g-text-body-font-family);color:var(--g-color-text-primary);background-color:rgba(0,0,0,0);border:1px solid var(--g-color-line-generic);border-radius:var(--g-border-radius-l)}.pc-hubspot-form .hs-form-field .input input[type=text]:hover,.pc-hubspot-form .hs-form-field .input input[type=number]:hover,.pc-hubspot-form .hs-form-field .input input[type=tel]:hover,.pc-hubspot-form .hs-form-field .input input[type=email]:hover,.pc-hubspot-form .hs-form-field .input textarea:hover,.pc-hubspot-form .hs-form-field .input select:hover{border:1px solid var(--g-color-line-generic-hover)}.pc-hubspot-form .hs-form-field .input input[type=text]::-moz-placeholder, .pc-hubspot-form .hs-form-field .input input[type=number]::-moz-placeholder, .pc-hubspot-form .hs-form-field .input input[type=tel]::-moz-placeholder, .pc-hubspot-form .hs-form-field .input input[type=email]::-moz-placeholder, .pc-hubspot-form .hs-form-field .input textarea::-moz-placeholder, .pc-hubspot-form .hs-form-field .input select::-moz-placeholder{color:var(--g-color-text-hint)}.pc-hubspot-form .hs-form-field .input input[type=text]::placeholder,.pc-hubspot-form .hs-form-field .input input[type=number]::placeholder,.pc-hubspot-form .hs-form-field .input input[type=tel]::placeholder,.pc-hubspot-form .hs-form-field .input input[type=email]::placeholder,.pc-hubspot-form .hs-form-field .input textarea::placeholder,.pc-hubspot-form .hs-form-field .input select::placeholder{color:var(--g-color-text-hint)}.pc-hubspot-form .hs-form-field .input input[type=text]:focus,.pc-hubspot-form .hs-form-field .input input[type=number]:focus,.pc-hubspot-form .hs-form-field .input input[type=tel]:focus,.pc-hubspot-form .hs-form-field .input input[type=email]:focus,.pc-hubspot-form .hs-form-field .input textarea:focus,.pc-hubspot-form .hs-form-field .input select:focus{outline:none}.pc-hubspot-form .hs-form-field .input input[type=text]:focus,.pc-hubspot-form .hs-form-field .input input[type=number]:focus,.pc-hubspot-form .hs-form-field .input input[type=tel]:focus,.pc-hubspot-form .hs-form-field .input input[type=email]:focus,.pc-hubspot-form .hs-form-field .input textarea:focus{border:2px solid var(--g-color-line-focus);outline:none}.pc-hubspot-form .hs-form-field .input textarea{margin:10px 0 0 0}.pc-hubspot-form .hs-form-field .input textarea{height:110px;min-width:100%;resize:none;padding-right:30px}.pc-hubspot-form .hs-form-field .input select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMTEgNiIgZmlsbD0ibm9uZSI+CiAgICA8cGF0aCBkPSJNMTAuMDggMEw1LjUgNC4zNi45MSAwIDAgLjg2bDUuNSA1LjI1TDExIC44NnoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPgo8L3N2Zz4K\");background-repeat:no-repeat;background-position:right 12px top 50%;padding-right:30px}.pc-hubspot-form .hs-form-field .input select:focus{border:1px solid var(--g-color-line-focus)}.pc-hubspot-form .hs-form-field .input .hs-fieldtype-intl-phone.hs-input .hs-input{float:none;width:100% !important}.pc-hubspot-form .hs-form-field .input .hs-fieldtype-intl-phone.hs-input .hs-input+.hs-input{margin-top:10px}.pc-hubspot-form .hs-form-field:not(.hs-fieldtype-textarea):not(.hs-fieldtype-booleancheckbox){display:flex;flex-wrap:wrap}.pc-hubspot-form .hs-form-field:not(.hs-fieldtype-textarea):not(.hs-fieldtype-booleancheckbox) .input{width:calc(100% - 200px)}.pc-hubspot-form .hs-form-field:not(.hs-fieldtype-textarea):not(.hs-fieldtype-booleancheckbox) .hs-error-msg,.pc-hubspot-form .hs-form-field:not(.hs-fieldtype-textarea):not(.hs-fieldtype-booleancheckbox) .hs-field-desc{margin-left:200px}.pc-hubspot-form .hs-form-field .hs-form-checkbox-display,.pc-hubspot-form .hs-form-field .hs-form-booleancheckbox-display,.pc-hubspot-form .hs-form-field .hs-form-radio-display{position:relative;display:flex;align-items:flex-start}.pc-hubspot-form .hs-form-field .hs-form-checkbox-display input,.pc-hubspot-form .hs-form-field .hs-form-booleancheckbox-display input,.pc-hubspot-form .hs-form-field .hs-form-radio-display input{width:17px;height:17px;margin:0;opacity:0;flex-shrink:0}.pc-hubspot-form .hs-form-field .hs-form-checkbox-display span:not(.hs-form-required),.pc-hubspot-form .hs-form-field .hs-form-booleancheckbox-display span:not(.hs-form-required),.pc-hubspot-form .hs-form-field .hs-form-radio-display span:not(.hs-form-required){color:var(--g-color-text-primary);font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height);padding-left:7px;margin:0;flex-grow:1}.pc-hubspot-form .hs-form-field .hs-form-checkbox-display .hs-form-required,.pc-hubspot-form .hs-form-field .hs-form-booleancheckbox-display .hs-form-required,.pc-hubspot-form .hs-form-field .hs-form-radio-display .hs-form-required{top:0}.pc-hubspot-form .hs-form-field .hs-form-booleancheckbox-display,.pc-hubspot-form .hs-form-field .hs-form-checkbox-display{position:relative}.pc-hubspot-form .hs-form-field .hs-form-booleancheckbox-display>span:not(.hs-form-required):before,.pc-hubspot-form .hs-form-field .hs-form-checkbox-display>span:not(.hs-form-required):before{content:\"\";position:absolute;top:0;left:0;height:17px;width:17px;background-color:rgba(0,0,0,0);border-radius:4px;border:1px solid var(--g-color-line-generic-accent);transition:background-color .1s linear}.pc-hubspot-form .hs-form-field .hs-form-booleancheckbox-display>span:not(.hs-form-required):after,.pc-hubspot-form .hs-form-field .hs-form-checkbox-display>span:not(.hs-form-required):after{content:\"\";position:absolute;top:-10px;left:2px;height:18px;width:18px;background-image:url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxwYXRoIGQ9Ik0xNS42MjMgMWwtOS4xNSAxMy4xNzQtNC4yODctNC42TDEgMTEuMDMgNi42MiAxNyAxNyAyLjI3IDE1LjYyMyAxeiIgZmlsbD0iIzAwMDAwMCIvPgo8L3N2Zz4K\");transition:top .1s linear,opacity .1s linear;opacity:0}.pc-hubspot-form .hs-form-field .hs-form-booleancheckbox-display input:checked~span:after,.pc-hubspot-form .hs-form-field .hs-form-checkbox-display input:checked~span:after{opacity:1;top:-5px}.pc-hubspot-form .hs-form-field .hs-form-booleancheckbox-display input:checked~span:before,.pc-hubspot-form .hs-form-field .hs-form-checkbox-display input:checked~span:before{background-color:#ffeba0}.pc-hubspot-form .hs-form-field .hs-form-booleancheckbox-display input[type=checkbox]:focus~span::before,.pc-hubspot-form .hs-form-field .hs-form-checkbox-display input[type=checkbox]:focus~span::before{outline:2px solid var(--g-color-line-focus)}.pc-hubspot-form .hs-form-field .hs-form-radio-display span:before{content:\"\";position:absolute;top:0;left:0;height:17px;width:17px;background-color:rgba(0,0,0,0);border-radius:50%;border:1px solid var(--g-color-line-generic-accent);transition:background-color .1s linear}.pc-hubspot-form .hs-form-field .hs-form-radio-display span:after{content:\"\";position:absolute;top:5px;left:5px;height:7px;width:7px;border-radius:50%;opacity:0;background:#000;transition:opacity .1s linear}.pc-hubspot-form .hs-form-field .hs-form-radio-display input:checked~span:after{opacity:1}.pc-hubspot-form .hs-form-field .hs-form-radio-display input:checked~span:before{background-color:#ffeba0}.pc-hubspot-form .hs-form-field .hs-form-checkbox:not(:last-child),.pc-hubspot-form .hs-form-field .hs-form-radio:not(:last-child){margin-bottom:5px}.pc-hubspot-form .hs-richtext{padding-left:10px}.pc-hubspot-form .hs-richtext p{color:var(--g-color-text-primary);font-family:var(--g-text-body-font-family);font-weight:var(--g-text-body-font-weight);font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height);margin:20px 0}.pc-hubspot-form .hs_error_rollup{padding-left:10px;font-family:var(--g-text-body-font-family);font-weight:var(--g-text-body-font-weight);font-size:var(--g-text-body-1-font-size);line-height:var(--g-text-body-1-line-height);color:var(--g-color-text-danger)}.pc-hubspot-form .legal-consent-container{padding-top:8px}.pc-hubspot-form .inputs-list{list-style:none;padding:0;margin:0}.pc-hubspot-form .hs-form-required{color:var(--g-color-text-hint);width:10px;order:1;position:absolute;left:-10px}.pc-hubspot-form .hs-field-desc{order:3;padding:0;margin:3px 0 0;font-size:var(--g-text-body-1-font-size);color:var(--g-color-text-complementary)}.pc-hubspot-form .hs-error-msgs{width:100%;margin:3px 0;order:4}.pc-hubspot-form .hs-error-msg{font-family:var(--g-text-body-font-family);font-weight:var(--g-text-body-font-weight);font-size:var(--g-text-body-1-font-size);line-height:var(--g-text-body-1-line-height);color:var(--g-color-text-danger);display:block}.pc-hubspot-form .actions{display:flex;justify-content:flex-end}.pc-hubspot-form .hs-button.primary{padding:0;font-family:var(--g-text-body-font-family);font-size:inherit;font-weight:var(--g-text-body-font-weight);color:inherit;background:none;border:none;outline:none;cursor:pointer;display:inline-block;position:relative;overflow:visible;box-sizing:border-box;height:44px;padding:0 20px;border-radius:var(--g-border-radius-xl);background-color:var(--g-color-base-brand);color:var(--g-color-text-brand-contrast);line-height:44px;font-size:var(--g-text-body-2-font-size);font-weight:normal;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;white-space:nowrap;-webkit-appearance:none;-moz-appearance:none;appearance:none}.pc-hubspot-form .hs-button.primary:focus{outline:2px solid var(--g-color-line-focus);outline-offset:1px}.pc-hubspot-form .hs-button.primary:focus:not(:focus-visible){outline:0}.pc-hubspot-form .hs-button.primary:hover{background-color:var(--g-color-base-brand-hover)}.pc-hubspot-form .hs-button.primary:focus{outline:2px solid var(--g-color-line-focus);outline-offset:1px}.pc-hubspot-form .hs-button.primary:focus:not(:focus-visible){outline:0}.pc-hubspot-form .grecaptcha-badge{box-shadow:none !important;border:1px solid var(--g-color-line-generic)}.pc-hubspot-form .hs_recaptcha div{font-family:var(--g-text-body-font-family);font-weight:var(--g-text-body-font-weight);font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.pc-hubspot-form_mobile .hs-richtext,.pc-hubspot-form_mobile .hs-form-field,.pc-hubspot-form_mobile .hs_error_rollup.actions,.pc-hubspot-form_mobile .submitted-message{padding:0 4px}.pc-hubspot-form_mobile .hs-form-field>label span{order:2}.pc-hubspot-form_mobile .hs-form-field>label span.hs-form-required{order:1}.pc-hubspot-form_mobile .hs-form-field:not(.hs-fieldtype-textarea):not(.hs-fieldtype-booleancheckbox){flex-direction:column}.pc-hubspot-form_mobile .hs-form-field:not(.hs-fieldtype-textarea):not(.hs-fieldtype-booleancheckbox) .input{width:100%}.pc-hubspot-form_mobile .hs-form-field:not(.hs-fieldtype-textarea):not(.hs-fieldtype-booleancheckbox) .input input[type=text],.pc-hubspot-form_mobile .hs-form-field:not(.hs-fieldtype-textarea):not(.hs-fieldtype-booleancheckbox) .input input[type=number],.pc-hubspot-form_mobile .hs-form-field:not(.hs-fieldtype-textarea):not(.hs-fieldtype-booleancheckbox) .input input[type=tel],.pc-hubspot-form_mobile .hs-form-field:not(.hs-fieldtype-textarea):not(.hs-fieldtype-booleancheckbox) .input input[type=email],.pc-hubspot-form_mobile .hs-form-field:not(.hs-fieldtype-textarea):not(.hs-fieldtype-booleancheckbox) .input select{margin:10px 0 0 0}.pc-hubspot-form_mobile .hs-form-field:not(.hs-fieldtype-textarea):not(.hs-fieldtype-booleancheckbox) .hs-error-msg,.pc-hubspot-form_mobile .hs-form-field:not(.hs-fieldtype-textarea):not(.hs-fieldtype-booleancheckbox) .hs-field-desc{margin-left:0}.pc-hubspot-form_mobile .hs-form-field .hs-form-checkbox:first-child,.pc-hubspot-form_mobile .hs-form-field .hs-form-radio:first-child{margin-top:10px}.pc-hubspot-form_mobile .hs-form-required{position:static}.pc-hubspot-form_mobile .actions{justify-content:center}.pc-hubspot-form_mobile .hs-button.primary{width:80%}.pc-hubspot-form a:focus{box-shadow:0 0 0 2px var(--g-color-line-focus)}.pc-hubspot-form a:focus:not(:focus-visible){box-shadow:none}.pc-hubspot-form a:focus{outline:0;border-radius:var(--g-focus-border-radius)}.pc-hubspot-form_theme_dark{--g-color-line-focus: var(--pc-color-line-focus-dark)}.pc-hubspot-form_theme_dark .hs-form-field .input select{background-image:url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMTEgNiIgZmlsbD0ibm9uZSI+CiAgICA8cGF0aCBkPSJNMTAuMDggMEw1LjUgNC4zNi45MSAwIDAgLjg2bDUuNSA1LjI1TDExIC44NnoiIGZpbGw9IiNmZmZmZmYiLz4KPC9zdmc+Cg==\")}',\"\"]);const i=o},2790:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\"a.pc-image-card_border_shadow,.pc-image-card_border_shadow{box-shadow:0px 4px 24px var(--pc-color-sfx-shadow),0px 2px 8px var(--pc-color-sfx-shadow)}.pc-image-card{min-height:248px;height:100%;overflow-x:hidden;border-radius:var(--pc-border-radius);background-color:var(--g-color-base-float);transition:box-shadow .3s cubic-bezier(0.22, 0.61, 0.36, 1);min-height:1px}.pc-image-card_border_line{border:1px solid var(--g-color-line-generic)}@media(min-width: 577px){.slick-slide:not(.slick-active) .pc-image-card{box-shadow:none}.swiper-slide:not(.swiper-slide-visible) .pc-image-card{box-shadow:none}}.pc-image-card .pc-image-card__content{display:flex;padding:32px;flex:auto}.pc-image-card .pc-image-card__image_inner{width:100%;display:block}.pc-image-card .pc-image-card__image_inner_radius{border-radius:var(--pc-border-radius)}.pc-image-card .pc-image-card__image_margins_s{padding:4px}.pc-image-card .pc-image-card__image_margins_s .pc-image-card__image_inner{border-radius:calc(var(--pc-border-radius) - var(--pc-image-padding))}.pc-image-card .pc-image-card__image_margins_m{padding:32px}.pc-image-card .pc-image-card__image_margins_m .pc-image-card__image_inner{border-radius:initial}.pc-image-card_with-content{display:flex;flex-direction:column}.pc-image-card_with-content.pc-image-card_direction_direct .pc-image-card__image{padding-bottom:0}.pc-image-card_with-content.pc-image-card_direction_direct .pc-image-card__content{padding-top:24px}.pc-image-card_with-content.pc-image-card_direction_reverse{flex-direction:column-reverse}.pc-image-card_with-content.pc-image-card_direction_reverse .pc-image-card__image{padding-top:0}.pc-image-card_with-content.pc-image-card_direction_reverse .pc-image-card__content{padding-bottom:24px}a.pc-image-card{color:inherit;text-decoration:none;min-height:248px;height:100%;overflow-x:hidden;border-radius:var(--pc-border-radius);background-color:var(--g-color-base-float);transition:box-shadow .3s cubic-bezier(0.22, 0.61, 0.36, 1)}a.pc-image-card:hover,a.pc-image-card:active{--pc-text-header-color: inherit;color:inherit}a.pc-image-card_border_line{border:1px solid var(--g-color-line-generic)}a.pc-image-card_border_line,a.pc-image-card_border_none{transition:transform .3s ease-out}a.pc-image-card_border_line:hover,a.pc-image-card_border_none:hover{transform:translateY(-8px)}a.pc-image-card_border_shadow{transition:transform .3s ease-out}a.pc-image-card_border_shadow:hover{transform:translateY(-8px)}a.pc-image-card_border_shadow:hover{background-color:var(--pc-color-base-float-hover)}\",\"\"]);const i=o},9766:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-layout-item{display:flex;flex-direction:column;height:100%}.pc-layout-item__media{width:100%;display:block;border-radius:var(--pc-border-radius)}.pc-layout-item__media_border{border:1px solid var(--g-color-line-generic)}.pc-layout-item__meta-info{margin:16px 0 -8px 0}.pc-layout-item__content{display:flex;flex:auto;margin-top:16px;margin-left:0;margin-bottom:0}.pc-layout-item__content_no-media{margin-top:0}.pc-layout-item__content_margin_m{margin-right:40px}.pc-layout-item__content_margin_l{margin-right:80px}.pc-layout-item__wrapper{flex:auto}@media(max-width: 576px){.pc-layout-item__content{margin-right:0}}\",\"\"]);const i=o},4606:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-MediaCard__body{padding:0}\",\"\"]);const i=o},6147:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-price-card{position:relative}.pc-price-card.pc-price-card{min-height:auto}.pc-price-card__background{position:absolute;top:0;left:0;width:100%;height:100%}.pc-price-card__content{height:100%;display:flex;flex-direction:column;position:relative}.pc-price-card__content_theme_dark{color:var(--g-color-text-light-primary);--g-color-line-focus: var(--pc-color-line-focus-dark)}.pc-price-card__content_theme_dark .pc-price-card__info .yfm,.pc-price-card__content_theme_dark .pc-price-card__info .yfm *{color:var(--g-color-text-light-primary)}.pc-price-card__content_theme_dark .pc-price-card__info a{text-decoration:underline}.pc-price-card__content_theme_dark .pc-price-card__info a:hover{color:var(--g-color-text-light-secondary)}.pc-price-card__content_theme_light{color:var(--g-color-text-dark-primary)}.pc-price-card__content_theme_light .pc-price-card__info .yfm,.pc-price-card__content_theme_light .pc-price-card__info .yfm *{color:var(--g-color-text-dark-primary)}.pc-price-card__content_theme_light .pc-price-card__info a{text-decoration:underline}.pc-price-card__content_theme_light .pc-price-card__info a:hover{color:var(--g-color-text-dark-secondary)}.pc-price-card__title{font-size:var(--g-text-subheader-3-font-size);line-height:var(--g-text-subheader-3-line-height);margin-bottom:24px}.pc-price-card__price{margin-bottom:24px}.pc-price-card__price-value{font-size:var(--g-text-display-1-font-size);line-height:var(--g-text-display-1-line-height);font-weight:var(--g-text-accent-font-weight)}.pc-price-card__price-period{margin-left:4px}.pc-price-card__price-details{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height);white-space:pre-wrap}.pc-price-card__main{flex:1;min-height:0;display:flex;flex-direction:column;position:relative}.pc-price-card__info{flex:1;min-height:0;display:flex;flex-direction:column}.pc-price-card__description:not(:last-child){margin-bottom:12px}.pc-price-card__links,.pc-price-card__buttons{margin-top:24px}.pc-price-card__footer{margin-top:0px}@media(max-width: 769px){.pc-price-card__title,.pc-price-card__price{margin-bottom:16px}.pc-price-card__links,.pc-price-card__buttons{margin-top:16px}}\",\"\"]);const i=o},6425:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-combined-price-detailed-block__row{margin:0 !important}.pc-combined-price-detailed-block__row .col{padding:0;margin:12px}.pc-combined-price-detailed-block__row>*{display:flex;width:100%}.pc-combined-price-detailed-block__row:not(:last-child){border-bottom:1px solid var(--g-color-line-generic);margin-bottom:12px !important;padding-bottom:12px}@media(min-width: 1081px){.pc-combined-price-detailed-block__description>*{padding-top:12px}.pc-combined-price-detailed-block__description_delimiter>*{border-top:1px solid var(--g-color-line-generic)}.pc-combined-price-detailed-block__empty-column{border-top:0}}@media(max-width: 1080px){.pc-combined-price-detailed-block__description>*{margin-top:0 !important}}\",\"\"]);const i=o},3408:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-price-description{margin-bottom:12px}.pc-price-description__title_size_l,.pc-price-description__description_size_l,.pc-price-description__detailed-title_size_l{font-size:var(--g-text-header-1-font-size);line-height:var(--g-text-header-1-line-height)}.pc-price-description__title_size_m,.pc-price-description__description_size_m,.pc-price-description__detailed-title_size_m{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.pc-price-description__title_size_s,.pc-price-description__description_size_s,.pc-price-description__detailed-title_size_s{font-size:var(--g-text-body-1-font-size);line-height:var(--g-text-body-1-line-height)}.pc-price-description__main-title{font-weight:var(--g-text-accent-font-weight)}.pc-price-description__main-title_color_cornflower{color:var(--g-color-base-brand)}.pc-price-description__main-title_color_black{color:var(--g-color-text-primary)}.pc-price-description__title{display:flex;padding:16px 0 12px 0;align-items:flex-end}.pc-price-description__description{font-weight:400}.pc-price-description__detailed-title{margin-left:4px}.pc-price-description__label_size_s{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.pc-price-description__label_size_xs{font-size:var(--g-text-body-1-font-size);line-height:var(--g-text-body-1-line-height)}@media(max-width: 577px){.pc-price-description{min-width:160px}}\",\"\"]);const i=o},6932:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,'.pc-marked-list__list-item{display:flex}.pc-marked-list__text{margin-left:8px}.pc-marked-list__img{margin-top:5px;height:-moz-fit-content;height:fit-content;content:url(\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xLjUgNCA1IDcuNSAxMS41IDEiIHN0cm9rZT0iIzUyODJGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==\")}',\"\"]);const i=o},2592:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-settings-list__title,.pc-settings-list__description{font-weight:400}.pc-settings-list__title_size_l,.pc-settings-list__description_size_l{font-size:var(--g-text-header-1-font-size);line-height:var(--g-text-header-1-line-height)}.pc-settings-list__title_size_m,.pc-settings-list__description_size_m{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.pc-settings-list__title_size_s,.pc-settings-list__description_size_s{font-size:var(--g-text-body-1-font-size);line-height:var(--g-text-body-1-line-height)}.pc-settings-list__title{color:var(--g-color-text-hint)}\",\"\"]);const i=o},3861:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\"@media(min-width: 1081px){.pc-price-details__non_foldable{display:block}.pc-price-details__foldable{display:none}}@media(max-width: 1080px){.pc-price-details__non_foldable{display:none}.pc-price-details__foldable{display:block}}.pc-price-details__delimiter-line{border-top:1px solid var(--g-color-line-generic)}.pc-price-details__arrow{margin:auto 10px}.pc-price-details__foldable_title{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height);display:inline-block;margin:0;padding:0;font:inherit;border:none;outline:none;color:inherit;background:none;cursor:pointer;cursor:pointer;display:flex;align-items:center;font-weight:400;border-radius:var(--g-focus-border-radius)}.pc-price-details__foldable_title:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-price-details__foldable_title:focus:not(:focus-visible){outline:0}.pc-price-details__foldable_title_color_cornflower{color:var(--g-color-text-link)}.pc-price-details__foldable_title_color_black{color:var(--g-color-text-primary)}.pc-price-details__foldable_block>*{padding-top:12px}.pc-price-details .pc-settings-list__title{margin-bottom:2px}\",\"\"]);const i=o},1085:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,\".pc-separate-price-detailed-block .pc-price-description{margin-bottom:0}.pc-separate-price-detailed-block .pc-price-details>*{padding-top:12px}.pc-separate-price-detailed-block .pc-price-details{margin-top:24px}\",\"\"]);const i=o},8994:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>i});var n=r(3645),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,'.pc-quote_border_shadow{box-shadow:0px 4px 24px var(--pc-color-sfx-shadow),0px 2px 8px var(--pc-color-sfx-shadow)}.pc-quote{min-height:248px;height:100%;overflow-x:hidden;border-radius:var(--pc-border-radius);background-color:var(--g-color-base-float);transition:box-shadow .3s cubic-bezier(0.22, 0.61, 0.36, 1);display:flex;min-height:400px;height:100%}.pc-quote_theme_dark{color:var(--g-color-text-light-primary)}.pc-quote_theme_dark h1,.pc-quote_theme_dark h2,.pc-quote_theme_dark h3,.pc-quote_theme_dark h4,.pc-quote_theme_dark h5,.pc-quote_theme_dark h6,.pc-quote_theme_dark .yfm{color:var(--g-color-text-light-primary)}.pc-quote_border_line{border:1px solid var(--g-color-line-generic)}@media(min-width: 577px){.slick-slide:not(.slick-active) .pc-quote{box-shadow:none}.swiper-slide:not(.swiper-slide-visible) .pc-quote{box-shadow:none}}.pc-quote__logo{height:48px}.pc-quote__content-wrapper{display:flex;flex-direction:column;justify-content:space-between;width:calc(50% + 5px * 2);margin-right:5px;padding:48px 32px 48px 48px}.pc-quote__image-wrapper{flex:1;margin-left:5px;overflow:hidden;margin:var(--pc-image-padding);border-radius:calc(var(--pc-border-radius) - var(--pc-image-padding))}.pc-quote__content{margin-top:24px;position:relative;font-size:var(--g-text-body-3-font-size);line-height:var(--g-text-body-3-line-height)}.pc-quote__content_quote-type_chevron::before{position:absolute;left:-10px;content:\"«\"}.pc-quote__content_quote-type_chevron .pc-quote__text::after{content:\"»\"}.pc-quote__content_quote-type_english-double::before{position:absolute;left:-8px;content:\"“\"}.pc-quote__content_quote-type_english-double .pc-quote__text::after{content:\"”\"}.pc-quote__content .yfm{font-size:var(--g-text-body-3-font-size);line-height:var(--g-text-body-3-line-height)}.pc-quote__content .yfm>*{display:inline}.pc-quote__content .yfm:after{position:relative;left:-5px}.pc-quote__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.pc-quote__author-wrapper{display:flex;justify-content:space-between;align-items:flex-end;margin-top:20px}.pc-quote__author{max-width:calc(60% - 20px);margin-right:20px}.pc-quote__link-button_theme_dark{color:var(--g-color-base-background) !important}.pc-quote__link-button_theme_dark:before{border-color:var(--g-color-base-background) !important}@media(max-width: 1081px){.pc-quote__author-wrapper{flex-direction:column}.pc-quote__author{margin-right:0;margin-bottom:32px;max-width:initial}.pc-quote__link-button{align-self:flex-start}}@media(max-width: 769px){.pc-quote__content-wrapper{width:calc(75% + 5px * 2)}}@media(max-width: 577px){.pc-quote__image-wrapper{display:none}.pc-quote__content-wrapper{padding:32px}.pc-quote__content-wrapper{width:100%}}',\"\"]);const i=o},3450:(e,t,r)=>{\"use strict\";r.d(t,{Z:()=>s});var n=r(3645),o=r.n(n),i=r(3766),a=r(707),l=r(9686),c=o()((function(e){return e[1]}));c.i(i.Z),c.i(a.Z),c.i(l.Z),c.push([e.id,'.yfm_constructor{font-family:var(--g-font-family-sans);color:var(--g-color-text-primary)}.yfm_constructor code,.yfm_constructor kbd,.yfm_constructor pre{font-family:var(--g-font-family-monospace);color:var(--g-color-text-primary)}.yfm_constructor.yfm_constructor h1,.yfm_constructor.yfm_constructor h2,.yfm_constructor.yfm_constructor h3,.yfm_constructor.yfm_constructor h4,.yfm_constructor.yfm_constructor h5,.yfm_constructor.yfm_constructor h6,.yfm_constructor.yfm_constructor span,.yfm_constructor.yfm_constructor p,.yfm_constructor.yfm_constructor li{color:var(--g-color-text-primary)}.yfm_constructor.yfm_constructor_notice li,.yfm_constructor.yfm_constructor_notice p{color:var(--g-color-text-secondary)}.yfm_constructor.yfm_constructor_meta_info p{color:var(--pc-media-card-meta-info-color);font-weight:var(--g-text-accent-font-weight)}.yfm_constructor.yfm_constructor ul,.yfm_constructor.yfm_constructor ol,.yfm_constructor.yfm_constructor li,.yfm_constructor.yfm_constructor p{margin:0 0 12px}.yfm_constructor.yfm_constructor p strong{font-weight:var(--g-text-accent-font-weight)}.yfm_constructor.yfm_constructor_size_s ul,.yfm_constructor.yfm_constructor_size_s ol,.yfm_constructor.yfm_constructor_size_s li,.yfm_constructor.yfm_constructor_size_s p{margin-bottom:8px}.yfm_constructor.yfm_constructor_theme_dark p{color:var(--g-color-text-light-primary)}.yfm_constructor_list_style ul{padding-left:20px}.yfm_constructor_list_style_dash ul{list-style-type:none;position:relative}.yfm_constructor_list_style_dash ul li:before{content:\"—\";position:absolute;margin-left:-20px}.yfm_constructor a{outline:none;color:var(--g-color-text-link);text-decoration:none;cursor:pointer;border-radius:var(--g-focus-border-radius)}.utilityfocus .yfm_constructor a:focus{outline:2px solid #ffdb4d}.yfm_constructor a:hover,.yfm_constructor a:active{--pc-text-header-color: var(--g-color-text-link-hover);color:var(--g-color-text-link-hover)}.yfm_constructor a:focus{box-shadow:0 0 0 2px var(--g-color-line-focus)}.yfm_constructor a:focus:not(:focus-visible){box-shadow:none}.yfm_constructor table{color:var(--g-color-text-primary);border:1px solid var(--g-color-line-generic);background:var(--g-color-base-background)}.yfm_constructor thead,.yfm_constructor table tr:nth-child(2n){background-color:var(--g-color-base-generic)}.yfm_constructor_table table{border:0;table-layout:fixed}.yfm_constructor_table thead,.yfm_constructor_table tr{background-color:rgba(0,0,0,0) !important}.yfm_constructor_table tbody tr{border-top:1px solid var(--g-color-line-generic)}.yfm_constructor_table td,.yfm_constructor_table th{min-width:120px;width:120px;box-sizing:content-box;white-space:inherit !important}.yfm_constructor_table td:first-child,.yfm_constructor_table th:first-child{min-width:172px;width:172px}.yfm_constructor_table th{text-align:left !important}',\"\"]);const s=c},3645:e=>{\"use strict\";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=e(t);return t[2]?\"@media \".concat(t[2],\" {\").concat(r,\"}\"):r})).join(\"\")},t.i=function(e,r,n){\"string\"==typeof e&&(e=[[null,e,\"\"]]);var o={};if(n)for(var i=0;i<this.length;i++){var a=this[i][0];null!=a&&(o[a]=!0)}for(var l=0;l<e.length;l++){var c=[].concat(e[l]);n&&o[c[0]]||(r&&(c[2]?c[2]=\"\".concat(r,\" and \").concat(c[2]):c[2]=r),t.push(c))}},t}},9996:e=>{\"use strict\";var t=function(e){return function(e){return!!e&&\"object\"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return\"[object RegExp]\"===t||\"[object Date]\"===t||function(e){return e.$$typeof===r}(e)}(e)};var r=\"function\"==typeof Symbol&&Symbol.for?Symbol.for(\"react.element\"):60103;function n(e,t){return!1!==t.clone&&t.isMergeableObject(e)?c((r=e,Array.isArray(r)?[]:{}),e,t):e;var r}function o(e,t,r){return e.concat(t).map((function(e){return n(e,r)}))}function i(e){return Object.keys(e).concat(function(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter((function(t){return Object.propertyIsEnumerable.call(e,t)})):[]}(e))}function a(e,t){try{return t in e}catch(e){return!1}}function l(e,t,r){var o={};return r.isMergeableObject(e)&&i(e).forEach((function(t){o[t]=n(e[t],r)})),i(t).forEach((function(i){(function(e,t){return a(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))})(e,i)||(a(e,i)&&r.isMergeableObject(t[i])?o[i]=function(e,t){if(!t.customMerge)return c;var r=t.customMerge(e);return\"function\"==typeof r?r:c}(i,r)(e[i],t[i],r):o[i]=n(t[i],r))})),o}function c(e,r,i){(i=i||{}).arrayMerge=i.arrayMerge||o,i.isMergeableObject=i.isMergeableObject||t,i.cloneUnlessOtherwiseSpecified=n;var a=Array.isArray(r);return a===Array.isArray(e)?a?i.arrayMerge(e,r,i):l(e,r,i):n(r,i)}c.all=function(e,t){if(!Array.isArray(e))throw new Error(\"first argument should be an array\");return e.reduce((function(e,r){return c(e,r,t)}),{})};var s=c;e.exports=s},2296:(e,t,r)=>{\"use strict\";var n=r(3628),o=r(3464),i=r(4453),a=r(7296);e.exports=function(e,t,r){if(!e||\"object\"!=typeof e&&\"function\"!=typeof e)throw new i(\"`obj` must be an object or a function`\");if(\"string\"!=typeof t&&\"symbol\"!=typeof t)throw new i(\"`property` must be a string or a symbol`\");if(arguments.length>3&&\"boolean\"!=typeof arguments[3]&&null!==arguments[3])throw new i(\"`nonEnumerable`, if provided, must be a boolean or null\");if(arguments.length>4&&\"boolean\"!=typeof arguments[4]&&null!==arguments[4])throw new i(\"`nonWritable`, if provided, must be a boolean or null\");if(arguments.length>5&&\"boolean\"!=typeof arguments[5]&&null!==arguments[5])throw new i(\"`nonConfigurable`, if provided, must be a boolean or null\");if(arguments.length>6&&\"boolean\"!=typeof arguments[6])throw new i(\"`loose`, if provided, must be a boolean\");var l=arguments.length>3?arguments[3]:null,c=arguments.length>4?arguments[4]:null,s=arguments.length>5?arguments[5]:null,d=arguments.length>6&&arguments[6],u=!!a&&a(e,t);if(n)n(e,t,{configurable:null===s&&u?u.configurable:!s,enumerable:null===l&&u?u.enumerable:!l,value:r,writable:null===c&&u?u.writable:!c});else{if(!d&&(l||c||s))throw new o(\"This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.\");e[t]=r}}},9960:(e,t)=>{\"use strict\";var r;Object.defineProperty(t,\"__esModule\",{value:!0}),t.Doctype=t.CDATA=t.Tag=t.Style=t.Script=t.Comment=t.Directive=t.Text=t.Root=t.isTag=t.ElementType=void 0,function(e){e.Root=\"root\",e.Text=\"text\",e.Directive=\"directive\",e.Comment=\"comment\",e.Script=\"script\",e.Style=\"style\",e.Tag=\"tag\",e.CDATA=\"cdata\",e.Doctype=\"doctype\"}(r=t.ElementType||(t.ElementType={})),t.isTag=function(e){return e.type===r.Tag||e.type===r.Script||e.type===r.Style},t.Root=r.Root,t.Text=r.Text,t.Directive=r.Directive,t.Comment=r.Comment,t.Script=r.Script,t.Style=r.Style,t.Tag=r.Tag,t.CDATA=r.CDATA,t.Doctype=r.Doctype},2988:(e,t,r)=>{var n=r(1755),o=r(6665).each;function i(e,t){this.query=e,this.isUnconditional=t,this.handlers=[],this.mql=window.matchMedia(e);var r=this;this.listener=function(e){r.mql=e.currentTarget||e,r.assess()},this.mql.addListener(this.listener)}i.prototype={constuctor:i,addHandler:function(e){var t=new n(e);this.handlers.push(t),this.matches()&&t.on()},removeHandler:function(e){var t=this.handlers;o(t,(function(r,n){if(r.equals(e))return r.destroy(),!t.splice(n,1)}))},matches:function(){return this.mql.matches||this.isUnconditional},clear:function(){o(this.handlers,(function(e){e.destroy()})),this.mql.removeListener(this.listener),this.handlers.length=0},assess:function(){var e=this.matches()?\"on\":\"off\";o(this.handlers,(function(t){t[e]()}))}},e.exports=i},8177:(e,t,r)=>{var n=r(2988),o=r(6665),i=o.each,a=o.isFunction,l=o.isArray;function c(){if(!window.matchMedia)throw new Error(\"matchMedia not present, legacy browsers require a polyfill\");this.queries={},this.browserIsIncapable=!window.matchMedia(\"only all\").matches}c.prototype={constructor:c,register:function(e,t,r){var o=this.queries,c=r&&this.browserIsIncapable;return o[e]||(o[e]=new n(e,c)),a(t)&&(t={match:t}),l(t)||(t=[t]),i(t,(function(t){a(t)&&(t={match:t}),o[e].addHandler(t)})),this},unregister:function(e,t){var r=this.queries[e];return r&&(t?r.removeHandler(t):(r.clear(),delete this.queries[e])),this}},e.exports=c},1755:e=>{function t(e){this.options=e,!e.deferSetup&&this.setup()}t.prototype={constructor:t,setup:function(){this.options.setup&&this.options.setup(),this.initialised=!0},on:function(){!this.initialised&&this.setup(),this.options.match&&this.options.match()},off:function(){this.options.unmatch&&this.options.unmatch()},destroy:function(){this.options.destroy?this.options.destroy():this.off()},equals:function(e){return this.options===e||this.options.match===e}},e.exports=t},6665:e=>{e.exports={isFunction:function(e){return\"function\"==typeof e},isArray:function(e){return\"[object Array]\"===Object.prototype.toString.apply(e)},each:function(e,t){for(var r=0,n=e.length;r<n&&!1!==t(e[r],r);r++);}}},4974:(e,t,r)=>{var n=r(8177);e.exports=new n},4076:function(e,t,r){\"use strict\";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,\"__esModule\",{value:!0}),t.decodeXML=t.decodeHTMLStrict=t.decodeHTML=t.determineBranch=t.BinTrieFlags=t.fromCodePoint=t.replaceCodePoint=t.decodeCodePoint=t.xmlDecodeTree=t.htmlDecodeTree=void 0;var o=n(r(3704));t.htmlDecodeTree=o.default;var i=n(r(2060));t.xmlDecodeTree=i.default;var a=n(r(26));t.decodeCodePoint=a.default;var l,c,s=r(26);function d(e){return function(t,r){for(var n=\"\",o=0,i=0;(i=t.indexOf(\"&\",i))>=0;)if(n+=t.slice(o,i),o=i,i+=1,t.charCodeAt(i)!==l.NUM){for(var s=0,d=1,p=0,f=e[p];i<t.length&&!((p=u(e,f,p+1,t.charCodeAt(i)))<0);i++,d++){var m=(f=e[p])&c.VALUE_LENGTH;if(m){var h;if(r&&t.charCodeAt(i)!==l.SEMI||(s=p,d=0),0===(h=(m>>14)-1))break;p+=h}}if(0!==s)n+=1===(h=(e[s]&c.VALUE_LENGTH)>>14)?String.fromCharCode(e[s]&~c.VALUE_LENGTH):2===h?String.fromCharCode(e[s+1]):String.fromCharCode(e[s+1],e[s+2]),o=i-d+1}else{var g=i+1,b=10,v=t.charCodeAt(g);(v|l.To_LOWER_BIT)===l.LOWER_X&&(b=16,i+=1,g+=1);do{v=t.charCodeAt(++i)}while(v>=l.ZERO&&v<=l.NINE||16===b&&(v|l.To_LOWER_BIT)>=l.LOWER_A&&(v|l.To_LOWER_BIT)<=l.LOWER_F);if(g!==i){var y=t.substring(g,i),_=parseInt(y,b);if(t.charCodeAt(i)===l.SEMI)i+=1;else if(r)continue;n+=(0,a.default)(_),o=i}}return n+t.slice(o)}}function u(e,t,r,n){var o=(t&c.BRANCH_LENGTH)>>7,i=t&c.JUMP_TABLE;if(0===o)return 0!==i&&n===i?r:-1;if(i){var a=n-i;return a<0||a>=o?-1:e[r+a]-1}for(var l=r,s=l+o-1;l<=s;){var d=l+s>>>1,u=e[d];if(u<n)l=d+1;else{if(!(u>n))return e[d+o];s=d-1}}return-1}Object.defineProperty(t,\"replaceCodePoint\",{enumerable:!0,get:function(){return s.replaceCodePoint}}),Object.defineProperty(t,\"fromCodePoint\",{enumerable:!0,get:function(){return s.fromCodePoint}}),function(e){e[e.NUM=35]=\"NUM\",e[e.SEMI=59]=\"SEMI\",e[e.ZERO=48]=\"ZERO\",e[e.NINE=57]=\"NINE\",e[e.LOWER_A=97]=\"LOWER_A\",e[e.LOWER_F=102]=\"LOWER_F\",e[e.LOWER_X=120]=\"LOWER_X\",e[e.To_LOWER_BIT=32]=\"To_LOWER_BIT\"}(l||(l={})),function(e){e[e.VALUE_LENGTH=49152]=\"VALUE_LENGTH\",e[e.BRANCH_LENGTH=16256]=\"BRANCH_LENGTH\",e[e.JUMP_TABLE=127]=\"JUMP_TABLE\"}(c=t.BinTrieFlags||(t.BinTrieFlags={})),t.determineBranch=u;var p=d(o.default),f=d(i.default);t.decodeHTML=function(e){return p(e,!1)},t.decodeHTMLStrict=function(e){return p(e,!0)},t.decodeXML=function(e){return f(e,!0)}},26:(e,t)=>{\"use strict\";var r;Object.defineProperty(t,\"__esModule\",{value:!0}),t.replaceCodePoint=t.fromCodePoint=void 0;var n=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]);function o(e){var t;return e>=55296&&e<=57343||e>1114111?65533:null!==(t=n.get(e))&&void 0!==t?t:e}t.fromCodePoint=null!==(r=String.fromCodePoint)&&void 0!==r?r:function(e){var t=\"\";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+=String.fromCharCode(e)},t.replaceCodePoint=o,t.default=function(e){return(0,t.fromCodePoint)(o(e))}},7322:function(e,t,r){\"use strict\";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,\"__esModule\",{value:!0}),t.encodeNonAsciiHTML=t.encodeHTML=void 0;var o=n(r(4021)),i=r(4625),a=/[\\t\\n!-,./:-@[-`\\f{-}$\\x80-\\uFFFF]/g;function l(e,t){for(var r,n=\"\",a=0;null!==(r=e.exec(t));){var l=r.index;n+=t.substring(a,l);var c=t.charCodeAt(l),s=o.default.get(c);if(\"object\"==typeof s){if(l+1<t.length){var d=t.charCodeAt(l+1),u=\"number\"==typeof s.n?s.n===d?s.o:void 0:s.n.get(d);if(void 0!==u){n+=u,a=e.lastIndex+=1;continue}}s=s.v}if(void 0!==s)n+=s,a=l+1;else{var p=(0,i.getCodePoint)(t,l);n+=\"&#x\".concat(p.toString(16),\";\"),a=e.lastIndex+=Number(p!==c)}}return n+t.substr(a)}t.encodeHTML=function(e){return l(a,e)},t.encodeNonAsciiHTML=function(e){return l(i.xmlReplacer,e)}},4625:(e,t)=>{\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.escapeText=t.escapeAttribute=t.escapeUTF8=t.escape=t.encodeXML=t.getCodePoint=t.xmlReplacer=void 0,t.xmlReplacer=/[\"&'<>$\\x80-\\uFFFF]/g;var r=new Map([[34,\"&quot;\"],[38,\"&amp;\"],[39,\"&apos;\"],[60,\"&lt;\"],[62,\"&gt;\"]]);function n(e){for(var n,o=\"\",i=0;null!==(n=t.xmlReplacer.exec(e));){var a=n.index,l=e.charCodeAt(a),c=r.get(l);void 0!==c?(o+=e.substring(i,a)+c,i=a+1):(o+=\"\".concat(e.substring(i,a),\"&#x\").concat((0,t.getCodePoint)(e,a).toString(16),\";\"),i=t.xmlReplacer.lastIndex+=Number(55296==(64512&l)))}return o+e.substr(i)}function o(e,t){return function(r){for(var n,o=0,i=\"\";n=e.exec(r);)o!==n.index&&(i+=r.substring(o,n.index)),i+=t.get(n[0].charCodeAt(0)),o=n.index+1;return i+r.substring(o)}}t.getCodePoint=null!=String.prototype.codePointAt?function(e,t){return e.codePointAt(t)}:function(e,t){return 55296==(64512&e.charCodeAt(t))?1024*(e.charCodeAt(t)-55296)+e.charCodeAt(t+1)-56320+65536:e.charCodeAt(t)},t.encodeXML=n,t.escape=n,t.escapeUTF8=o(/[&<>'\"]/g,r),t.escapeAttribute=o(/[\"&\\u00A0]/g,new Map([[34,\"&quot;\"],[38,\"&amp;\"],[160,\"&nbsp;\"]])),t.escapeText=o(/[&<>\\u00A0]/g,new Map([[38,\"&amp;\"],[60,\"&lt;\"],[62,\"&gt;\"],[160,\"&nbsp;\"]]))},3704:(e,t)=>{\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\\0\\0\\0\\0\\0\\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\\0\\0\\0͔͂\\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\\0\\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\\0\\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\\0ц\\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\\0\\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\\0\\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\\0ֿ\\0\\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\\0ࣃbleBracket;柦nǔࣈ\\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻\"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\\0စbleBracket;柧nǔည\\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\\0\\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉Dzኀ\\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\\0ጬጱ\\0\\0\\0\\0\\0ጸጽ፷ᎅ\\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\\0ᖰᖶᖿ\\0\\0\\0\\0ᗆᗛᗫᙟ᙭\\0ᚕ᚛ᚲᚹ\\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\\0\\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\\0\\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\\0ᠳƲᠯ\\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\\0᧨ᨑᨕᨲ\\0ᨷᩐ\\0\\0᪴\\0\\0᫁\\0\\0ᬡᬮ᭍᭒\\0᯽\\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\\0\\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\\0\\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\\0\\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\\0\\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\\0\\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\\0\\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\\0\\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\\0ᾞ\\0ᾡᾧ\\0\\0ῆῌ\\0ΐ\\0ῦῪ \\0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\\0\\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\\0⁐β•‥‧‪‬\\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\\0‶;慔;慖ʴ‾⁁\\0\\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\\0⊪\\0⊸⋅⋎\\0⋕⋳\\0\\0⋸⌢⍧⍢⍿\\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\\0⒪\\0⒱\\0\\0\\0\\0\\0⒵Ⓔ\\0ⓆⓈⓍ\\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\\0\\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0ⴭ\\0ⴸⵈⵠⵥ⵲ⶄᬇ\\0\\0ⶍⶫ\\0ⷈⷎ\\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\\0\\0⵼\\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\\0⹽\\0⺀⺝\\0⺢⺹\\0\\0⻋ຜ\\0⼓\\0\\0⼫⾼\\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\\0\\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\\0㍺㎤\\0\\0㏬㏰\\0㐨㑈㑚㒭㒱㓊㓱\\0㘖\\0\\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\\0\\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\\0㙾㛂\\0\\0\\0\\0\\0㛛㜃\\0㜉㝬\\0\\0\\0㞇ɲ㙖\\0\\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\\0\\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\\0\\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\\0㪋\\0㪐㪛\\0\\0㪝㪨㪫㪯\\0\\0㫃㫎\\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split(\"\").map((function(e){return e.charCodeAt(0)})))},2060:(e,t)=>{\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=new Uint16Array(\"Ȁaglq\\t\u0015\u0018\u001bɭ\u000f\\0\\0\u0012p;䀦os;䀧t;䀾t;䀼uot;䀢\".split(\"\").map((function(e){return e.charCodeAt(0)})))},4021:(e,t)=>{\"use strict\";function r(e){for(var t=1;t<e.length;t++)e[t][0]+=e[t-1][0]+1;return e}Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=new Map(r([[9,\"&Tab;\"],[0,\"&NewLine;\"],[22,\"&excl;\"],[0,\"&quot;\"],[0,\"&num;\"],[0,\"&dollar;\"],[0,\"&percnt;\"],[0,\"&amp;\"],[0,\"&apos;\"],[0,\"&lpar;\"],[0,\"&rpar;\"],[0,\"&ast;\"],[0,\"&plus;\"],[0,\"&comma;\"],[1,\"&period;\"],[0,\"&sol;\"],[10,\"&colon;\"],[0,\"&semi;\"],[0,{v:\"&lt;\",n:8402,o:\"&nvlt;\"}],[0,{v:\"&equals;\",n:8421,o:\"&bne;\"}],[0,{v:\"&gt;\",n:8402,o:\"&nvgt;\"}],[0,\"&quest;\"],[0,\"&commat;\"],[26,\"&lbrack;\"],[0,\"&bsol;\"],[0,\"&rbrack;\"],[0,\"&Hat;\"],[0,\"&lowbar;\"],[0,\"&DiacriticalGrave;\"],[5,{n:106,o:\"&fjlig;\"}],[20,\"&lbrace;\"],[0,\"&verbar;\"],[0,\"&rbrace;\"],[34,\"&nbsp;\"],[0,\"&iexcl;\"],[0,\"&cent;\"],[0,\"&pound;\"],[0,\"&curren;\"],[0,\"&yen;\"],[0,\"&brvbar;\"],[0,\"&sect;\"],[0,\"&die;\"],[0,\"&copy;\"],[0,\"&ordf;\"],[0,\"&laquo;\"],[0,\"&not;\"],[0,\"&shy;\"],[0,\"&circledR;\"],[0,\"&macr;\"],[0,\"&deg;\"],[0,\"&PlusMinus;\"],[0,\"&sup2;\"],[0,\"&sup3;\"],[0,\"&acute;\"],[0,\"&micro;\"],[0,\"&para;\"],[0,\"&centerdot;\"],[0,\"&cedil;\"],[0,\"&sup1;\"],[0,\"&ordm;\"],[0,\"&raquo;\"],[0,\"&frac14;\"],[0,\"&frac12;\"],[0,\"&frac34;\"],[0,\"&iquest;\"],[0,\"&Agrave;\"],[0,\"&Aacute;\"],[0,\"&Acirc;\"],[0,\"&Atilde;\"],[0,\"&Auml;\"],[0,\"&angst;\"],[0,\"&AElig;\"],[0,\"&Ccedil;\"],[0,\"&Egrave;\"],[0,\"&Eacute;\"],[0,\"&Ecirc;\"],[0,\"&Euml;\"],[0,\"&Igrave;\"],[0,\"&Iacute;\"],[0,\"&Icirc;\"],[0,\"&Iuml;\"],[0,\"&ETH;\"],[0,\"&Ntilde;\"],[0,\"&Ograve;\"],[0,\"&Oacute;\"],[0,\"&Ocirc;\"],[0,\"&Otilde;\"],[0,\"&Ouml;\"],[0,\"&times;\"],[0,\"&Oslash;\"],[0,\"&Ugrave;\"],[0,\"&Uacute;\"],[0,\"&Ucirc;\"],[0,\"&Uuml;\"],[0,\"&Yacute;\"],[0,\"&THORN;\"],[0,\"&szlig;\"],[0,\"&agrave;\"],[0,\"&aacute;\"],[0,\"&acirc;\"],[0,\"&atilde;\"],[0,\"&auml;\"],[0,\"&aring;\"],[0,\"&aelig;\"],[0,\"&ccedil;\"],[0,\"&egrave;\"],[0,\"&eacute;\"],[0,\"&ecirc;\"],[0,\"&euml;\"],[0,\"&igrave;\"],[0,\"&iacute;\"],[0,\"&icirc;\"],[0,\"&iuml;\"],[0,\"&eth;\"],[0,\"&ntilde;\"],[0,\"&ograve;\"],[0,\"&oacute;\"],[0,\"&ocirc;\"],[0,\"&otilde;\"],[0,\"&ouml;\"],[0,\"&div;\"],[0,\"&oslash;\"],[0,\"&ugrave;\"],[0,\"&uacute;\"],[0,\"&ucirc;\"],[0,\"&uuml;\"],[0,\"&yacute;\"],[0,\"&thorn;\"],[0,\"&yuml;\"],[0,\"&Amacr;\"],[0,\"&amacr;\"],[0,\"&Abreve;\"],[0,\"&abreve;\"],[0,\"&Aogon;\"],[0,\"&aogon;\"],[0,\"&Cacute;\"],[0,\"&cacute;\"],[0,\"&Ccirc;\"],[0,\"&ccirc;\"],[0,\"&Cdot;\"],[0,\"&cdot;\"],[0,\"&Ccaron;\"],[0,\"&ccaron;\"],[0,\"&Dcaron;\"],[0,\"&dcaron;\"],[0,\"&Dstrok;\"],[0,\"&dstrok;\"],[0,\"&Emacr;\"],[0,\"&emacr;\"],[2,\"&Edot;\"],[0,\"&edot;\"],[0,\"&Eogon;\"],[0,\"&eogon;\"],[0,\"&Ecaron;\"],[0,\"&ecaron;\"],[0,\"&Gcirc;\"],[0,\"&gcirc;\"],[0,\"&Gbreve;\"],[0,\"&gbreve;\"],[0,\"&Gdot;\"],[0,\"&gdot;\"],[0,\"&Gcedil;\"],[1,\"&Hcirc;\"],[0,\"&hcirc;\"],[0,\"&Hstrok;\"],[0,\"&hstrok;\"],[0,\"&Itilde;\"],[0,\"&itilde;\"],[0,\"&Imacr;\"],[0,\"&imacr;\"],[2,\"&Iogon;\"],[0,\"&iogon;\"],[0,\"&Idot;\"],[0,\"&imath;\"],[0,\"&IJlig;\"],[0,\"&ijlig;\"],[0,\"&Jcirc;\"],[0,\"&jcirc;\"],[0,\"&Kcedil;\"],[0,\"&kcedil;\"],[0,\"&kgreen;\"],[0,\"&Lacute;\"],[0,\"&lacute;\"],[0,\"&Lcedil;\"],[0,\"&lcedil;\"],[0,\"&Lcaron;\"],[0,\"&lcaron;\"],[0,\"&Lmidot;\"],[0,\"&lmidot;\"],[0,\"&Lstrok;\"],[0,\"&lstrok;\"],[0,\"&Nacute;\"],[0,\"&nacute;\"],[0,\"&Ncedil;\"],[0,\"&ncedil;\"],[0,\"&Ncaron;\"],[0,\"&ncaron;\"],[0,\"&napos;\"],[0,\"&ENG;\"],[0,\"&eng;\"],[0,\"&Omacr;\"],[0,\"&omacr;\"],[2,\"&Odblac;\"],[0,\"&odblac;\"],[0,\"&OElig;\"],[0,\"&oelig;\"],[0,\"&Racute;\"],[0,\"&racute;\"],[0,\"&Rcedil;\"],[0,\"&rcedil;\"],[0,\"&Rcaron;\"],[0,\"&rcaron;\"],[0,\"&Sacute;\"],[0,\"&sacute;\"],[0,\"&Scirc;\"],[0,\"&scirc;\"],[0,\"&Scedil;\"],[0,\"&scedil;\"],[0,\"&Scaron;\"],[0,\"&scaron;\"],[0,\"&Tcedil;\"],[0,\"&tcedil;\"],[0,\"&Tcaron;\"],[0,\"&tcaron;\"],[0,\"&Tstrok;\"],[0,\"&tstrok;\"],[0,\"&Utilde;\"],[0,\"&utilde;\"],[0,\"&Umacr;\"],[0,\"&umacr;\"],[0,\"&Ubreve;\"],[0,\"&ubreve;\"],[0,\"&Uring;\"],[0,\"&uring;\"],[0,\"&Udblac;\"],[0,\"&udblac;\"],[0,\"&Uogon;\"],[0,\"&uogon;\"],[0,\"&Wcirc;\"],[0,\"&wcirc;\"],[0,\"&Ycirc;\"],[0,\"&ycirc;\"],[0,\"&Yuml;\"],[0,\"&Zacute;\"],[0,\"&zacute;\"],[0,\"&Zdot;\"],[0,\"&zdot;\"],[0,\"&Zcaron;\"],[0,\"&zcaron;\"],[19,\"&fnof;\"],[34,\"&imped;\"],[63,\"&gacute;\"],[65,\"&jmath;\"],[142,\"&circ;\"],[0,\"&caron;\"],[16,\"&breve;\"],[0,\"&DiacriticalDot;\"],[0,\"&ring;\"],[0,\"&ogon;\"],[0,\"&DiacriticalTilde;\"],[0,\"&dblac;\"],[51,\"&DownBreve;\"],[127,\"&Alpha;\"],[0,\"&Beta;\"],[0,\"&Gamma;\"],[0,\"&Delta;\"],[0,\"&Epsilon;\"],[0,\"&Zeta;\"],[0,\"&Eta;\"],[0,\"&Theta;\"],[0,\"&Iota;\"],[0,\"&Kappa;\"],[0,\"&Lambda;\"],[0,\"&Mu;\"],[0,\"&Nu;\"],[0,\"&Xi;\"],[0,\"&Omicron;\"],[0,\"&Pi;\"],[0,\"&Rho;\"],[1,\"&Sigma;\"],[0,\"&Tau;\"],[0,\"&Upsilon;\"],[0,\"&Phi;\"],[0,\"&Chi;\"],[0,\"&Psi;\"],[0,\"&ohm;\"],[7,\"&alpha;\"],[0,\"&beta;\"],[0,\"&gamma;\"],[0,\"&delta;\"],[0,\"&epsi;\"],[0,\"&zeta;\"],[0,\"&eta;\"],[0,\"&theta;\"],[0,\"&iota;\"],[0,\"&kappa;\"],[0,\"&lambda;\"],[0,\"&mu;\"],[0,\"&nu;\"],[0,\"&xi;\"],[0,\"&omicron;\"],[0,\"&pi;\"],[0,\"&rho;\"],[0,\"&sigmaf;\"],[0,\"&sigma;\"],[0,\"&tau;\"],[0,\"&upsi;\"],[0,\"&phi;\"],[0,\"&chi;\"],[0,\"&psi;\"],[0,\"&omega;\"],[7,\"&thetasym;\"],[0,\"&Upsi;\"],[2,\"&phiv;\"],[0,\"&piv;\"],[5,\"&Gammad;\"],[0,\"&digamma;\"],[18,\"&kappav;\"],[0,\"&rhov;\"],[3,\"&epsiv;\"],[0,\"&backepsilon;\"],[10,\"&IOcy;\"],[0,\"&DJcy;\"],[0,\"&GJcy;\"],[0,\"&Jukcy;\"],[0,\"&DScy;\"],[0,\"&Iukcy;\"],[0,\"&YIcy;\"],[0,\"&Jsercy;\"],[0,\"&LJcy;\"],[0,\"&NJcy;\"],[0,\"&TSHcy;\"],[0,\"&KJcy;\"],[1,\"&Ubrcy;\"],[0,\"&DZcy;\"],[0,\"&Acy;\"],[0,\"&Bcy;\"],[0,\"&Vcy;\"],[0,\"&Gcy;\"],[0,\"&Dcy;\"],[0,\"&IEcy;\"],[0,\"&ZHcy;\"],[0,\"&Zcy;\"],[0,\"&Icy;\"],[0,\"&Jcy;\"],[0,\"&Kcy;\"],[0,\"&Lcy;\"],[0,\"&Mcy;\"],[0,\"&Ncy;\"],[0,\"&Ocy;\"],[0,\"&Pcy;\"],[0,\"&Rcy;\"],[0,\"&Scy;\"],[0,\"&Tcy;\"],[0,\"&Ucy;\"],[0,\"&Fcy;\"],[0,\"&KHcy;\"],[0,\"&TScy;\"],[0,\"&CHcy;\"],[0,\"&SHcy;\"],[0,\"&SHCHcy;\"],[0,\"&HARDcy;\"],[0,\"&Ycy;\"],[0,\"&SOFTcy;\"],[0,\"&Ecy;\"],[0,\"&YUcy;\"],[0,\"&YAcy;\"],[0,\"&acy;\"],[0,\"&bcy;\"],[0,\"&vcy;\"],[0,\"&gcy;\"],[0,\"&dcy;\"],[0,\"&iecy;\"],[0,\"&zhcy;\"],[0,\"&zcy;\"],[0,\"&icy;\"],[0,\"&jcy;\"],[0,\"&kcy;\"],[0,\"&lcy;\"],[0,\"&mcy;\"],[0,\"&ncy;\"],[0,\"&ocy;\"],[0,\"&pcy;\"],[0,\"&rcy;\"],[0,\"&scy;\"],[0,\"&tcy;\"],[0,\"&ucy;\"],[0,\"&fcy;\"],[0,\"&khcy;\"],[0,\"&tscy;\"],[0,\"&chcy;\"],[0,\"&shcy;\"],[0,\"&shchcy;\"],[0,\"&hardcy;\"],[0,\"&ycy;\"],[0,\"&softcy;\"],[0,\"&ecy;\"],[0,\"&yucy;\"],[0,\"&yacy;\"],[1,\"&iocy;\"],[0,\"&djcy;\"],[0,\"&gjcy;\"],[0,\"&jukcy;\"],[0,\"&dscy;\"],[0,\"&iukcy;\"],[0,\"&yicy;\"],[0,\"&jsercy;\"],[0,\"&ljcy;\"],[0,\"&njcy;\"],[0,\"&tshcy;\"],[0,\"&kjcy;\"],[1,\"&ubrcy;\"],[0,\"&dzcy;\"],[7074,\"&ensp;\"],[0,\"&emsp;\"],[0,\"&emsp13;\"],[0,\"&emsp14;\"],[1,\"&numsp;\"],[0,\"&puncsp;\"],[0,\"&ThinSpace;\"],[0,\"&hairsp;\"],[0,\"&NegativeMediumSpace;\"],[0,\"&zwnj;\"],[0,\"&zwj;\"],[0,\"&lrm;\"],[0,\"&rlm;\"],[0,\"&dash;\"],[2,\"&ndash;\"],[0,\"&mdash;\"],[0,\"&horbar;\"],[0,\"&Verbar;\"],[1,\"&lsquo;\"],[0,\"&CloseCurlyQuote;\"],[0,\"&lsquor;\"],[1,\"&ldquo;\"],[0,\"&CloseCurlyDoubleQuote;\"],[0,\"&bdquo;\"],[1,\"&dagger;\"],[0,\"&Dagger;\"],[0,\"&bull;\"],[2,\"&nldr;\"],[0,\"&hellip;\"],[9,\"&permil;\"],[0,\"&pertenk;\"],[0,\"&prime;\"],[0,\"&Prime;\"],[0,\"&tprime;\"],[0,\"&backprime;\"],[3,\"&lsaquo;\"],[0,\"&rsaquo;\"],[3,\"&oline;\"],[2,\"&caret;\"],[1,\"&hybull;\"],[0,\"&frasl;\"],[10,\"&bsemi;\"],[7,\"&qprime;\"],[7,{v:\"&MediumSpace;\",n:8202,o:\"&ThickSpace;\"}],[0,\"&NoBreak;\"],[0,\"&af;\"],[0,\"&InvisibleTimes;\"],[0,\"&ic;\"],[72,\"&euro;\"],[46,\"&tdot;\"],[0,\"&DotDot;\"],[37,\"&complexes;\"],[2,\"&incare;\"],[4,\"&gscr;\"],[0,\"&hamilt;\"],[0,\"&Hfr;\"],[0,\"&Hopf;\"],[0,\"&planckh;\"],[0,\"&hbar;\"],[0,\"&imagline;\"],[0,\"&Ifr;\"],[0,\"&lagran;\"],[0,\"&ell;\"],[1,\"&naturals;\"],[0,\"&numero;\"],[0,\"&copysr;\"],[0,\"&weierp;\"],[0,\"&Popf;\"],[0,\"&Qopf;\"],[0,\"&realine;\"],[0,\"&real;\"],[0,\"&reals;\"],[0,\"&rx;\"],[3,\"&trade;\"],[1,\"&integers;\"],[2,\"&mho;\"],[0,\"&zeetrf;\"],[0,\"&iiota;\"],[2,\"&bernou;\"],[0,\"&Cayleys;\"],[1,\"&escr;\"],[0,\"&Escr;\"],[0,\"&Fouriertrf;\"],[1,\"&Mellintrf;\"],[0,\"&order;\"],[0,\"&alefsym;\"],[0,\"&beth;\"],[0,\"&gimel;\"],[0,\"&daleth;\"],[12,\"&CapitalDifferentialD;\"],[0,\"&dd;\"],[0,\"&ee;\"],[0,\"&ii;\"],[10,\"&frac13;\"],[0,\"&frac23;\"],[0,\"&frac15;\"],[0,\"&frac25;\"],[0,\"&frac35;\"],[0,\"&frac45;\"],[0,\"&frac16;\"],[0,\"&frac56;\"],[0,\"&frac18;\"],[0,\"&frac38;\"],[0,\"&frac58;\"],[0,\"&frac78;\"],[49,\"&larr;\"],[0,\"&ShortUpArrow;\"],[0,\"&rarr;\"],[0,\"&darr;\"],[0,\"&harr;\"],[0,\"&updownarrow;\"],[0,\"&nwarr;\"],[0,\"&nearr;\"],[0,\"&LowerRightArrow;\"],[0,\"&LowerLeftArrow;\"],[0,\"&nlarr;\"],[0,\"&nrarr;\"],[1,{v:\"&rarrw;\",n:824,o:\"&nrarrw;\"}],[0,\"&Larr;\"],[0,\"&Uarr;\"],[0,\"&Rarr;\"],[0,\"&Darr;\"],[0,\"&larrtl;\"],[0,\"&rarrtl;\"],[0,\"&LeftTeeArrow;\"],[0,\"&mapstoup;\"],[0,\"&map;\"],[0,\"&DownTeeArrow;\"],[1,\"&hookleftarrow;\"],[0,\"&hookrightarrow;\"],[0,\"&larrlp;\"],[0,\"&looparrowright;\"],[0,\"&harrw;\"],[0,\"&nharr;\"],[1,\"&lsh;\"],[0,\"&rsh;\"],[0,\"&ldsh;\"],[0,\"&rdsh;\"],[1,\"&crarr;\"],[0,\"&cularr;\"],[0,\"&curarr;\"],[2,\"&circlearrowleft;\"],[0,\"&circlearrowright;\"],[0,\"&leftharpoonup;\"],[0,\"&DownLeftVector;\"],[0,\"&RightUpVector;\"],[0,\"&LeftUpVector;\"],[0,\"&rharu;\"],[0,\"&DownRightVector;\"],[0,\"&dharr;\"],[0,\"&dharl;\"],[0,\"&RightArrowLeftArrow;\"],[0,\"&udarr;\"],[0,\"&LeftArrowRightArrow;\"],[0,\"&leftleftarrows;\"],[0,\"&upuparrows;\"],[0,\"&rightrightarrows;\"],[0,\"&ddarr;\"],[0,\"&leftrightharpoons;\"],[0,\"&Equilibrium;\"],[0,\"&nlArr;\"],[0,\"&nhArr;\"],[0,\"&nrArr;\"],[0,\"&DoubleLeftArrow;\"],[0,\"&DoubleUpArrow;\"],[0,\"&DoubleRightArrow;\"],[0,\"&dArr;\"],[0,\"&DoubleLeftRightArrow;\"],[0,\"&DoubleUpDownArrow;\"],[0,\"&nwArr;\"],[0,\"&neArr;\"],[0,\"&seArr;\"],[0,\"&swArr;\"],[0,\"&lAarr;\"],[0,\"&rAarr;\"],[1,\"&zigrarr;\"],[6,\"&larrb;\"],[0,\"&rarrb;\"],[15,\"&DownArrowUpArrow;\"],[7,\"&loarr;\"],[0,\"&roarr;\"],[0,\"&hoarr;\"],[0,\"&forall;\"],[0,\"&comp;\"],[0,{v:\"&part;\",n:824,o:\"&npart;\"}],[0,\"&exist;\"],[0,\"&nexist;\"],[0,\"&empty;\"],[1,\"&Del;\"],[0,\"&Element;\"],[0,\"&NotElement;\"],[1,\"&ni;\"],[0,\"&notni;\"],[2,\"&prod;\"],[0,\"&coprod;\"],[0,\"&sum;\"],[0,\"&minus;\"],[0,\"&MinusPlus;\"],[0,\"&dotplus;\"],[1,\"&Backslash;\"],[0,\"&lowast;\"],[0,\"&compfn;\"],[1,\"&radic;\"],[2,\"&prop;\"],[0,\"&infin;\"],[0,\"&angrt;\"],[0,{v:\"&ang;\",n:8402,o:\"&nang;\"}],[0,\"&angmsd;\"],[0,\"&angsph;\"],[0,\"&mid;\"],[0,\"&nmid;\"],[0,\"&DoubleVerticalBar;\"],[0,\"&NotDoubleVerticalBar;\"],[0,\"&and;\"],[0,\"&or;\"],[0,{v:\"&cap;\",n:65024,o:\"&caps;\"}],[0,{v:\"&cup;\",n:65024,o:\"&cups;\"}],[0,\"&int;\"],[0,\"&Int;\"],[0,\"&iiint;\"],[0,\"&conint;\"],[0,\"&Conint;\"],[0,\"&Cconint;\"],[0,\"&cwint;\"],[0,\"&ClockwiseContourIntegral;\"],[0,\"&awconint;\"],[0,\"&there4;\"],[0,\"&becaus;\"],[0,\"&ratio;\"],[0,\"&Colon;\"],[0,\"&dotminus;\"],[1,\"&mDDot;\"],[0,\"&homtht;\"],[0,{v:\"&sim;\",n:8402,o:\"&nvsim;\"}],[0,{v:\"&backsim;\",n:817,o:\"&race;\"}],[0,{v:\"&ac;\",n:819,o:\"&acE;\"}],[0,\"&acd;\"],[0,\"&VerticalTilde;\"],[0,\"&NotTilde;\"],[0,{v:\"&eqsim;\",n:824,o:\"&nesim;\"}],[0,\"&sime;\"],[0,\"&NotTildeEqual;\"],[0,\"&cong;\"],[0,\"&simne;\"],[0,\"&ncong;\"],[0,\"&ap;\"],[0,\"&nap;\"],[0,\"&ape;\"],[0,{v:\"&apid;\",n:824,o:\"&napid;\"}],[0,\"&backcong;\"],[0,{v:\"&asympeq;\",n:8402,o:\"&nvap;\"}],[0,{v:\"&bump;\",n:824,o:\"&nbump;\"}],[0,{v:\"&bumpe;\",n:824,o:\"&nbumpe;\"}],[0,{v:\"&doteq;\",n:824,o:\"&nedot;\"}],[0,\"&doteqdot;\"],[0,\"&efDot;\"],[0,\"&erDot;\"],[0,\"&Assign;\"],[0,\"&ecolon;\"],[0,\"&ecir;\"],[0,\"&circeq;\"],[1,\"&wedgeq;\"],[0,\"&veeeq;\"],[1,\"&triangleq;\"],[2,\"&equest;\"],[0,\"&ne;\"],[0,{v:\"&Congruent;\",n:8421,o:\"&bnequiv;\"}],[0,\"&nequiv;\"],[1,{v:\"&le;\",n:8402,o:\"&nvle;\"}],[0,{v:\"&ge;\",n:8402,o:\"&nvge;\"}],[0,{v:\"&lE;\",n:824,o:\"&nlE;\"}],[0,{v:\"&gE;\",n:824,o:\"&ngE;\"}],[0,{v:\"&lnE;\",n:65024,o:\"&lvertneqq;\"}],[0,{v:\"&gnE;\",n:65024,o:\"&gvertneqq;\"}],[0,{v:\"&ll;\",n:new Map(r([[824,\"&nLtv;\"],[7577,\"&nLt;\"]]))}],[0,{v:\"&gg;\",n:new Map(r([[824,\"&nGtv;\"],[7577,\"&nGt;\"]]))}],[0,\"&between;\"],[0,\"&NotCupCap;\"],[0,\"&nless;\"],[0,\"&ngt;\"],[0,\"&nle;\"],[0,\"&nge;\"],[0,\"&lesssim;\"],[0,\"&GreaterTilde;\"],[0,\"&nlsim;\"],[0,\"&ngsim;\"],[0,\"&LessGreater;\"],[0,\"&gl;\"],[0,\"&NotLessGreater;\"],[0,\"&NotGreaterLess;\"],[0,\"&pr;\"],[0,\"&sc;\"],[0,\"&prcue;\"],[0,\"&sccue;\"],[0,\"&PrecedesTilde;\"],[0,{v:\"&scsim;\",n:824,o:\"&NotSucceedsTilde;\"}],[0,\"&NotPrecedes;\"],[0,\"&NotSucceeds;\"],[0,{v:\"&sub;\",n:8402,o:\"&NotSubset;\"}],[0,{v:\"&sup;\",n:8402,o:\"&NotSuperset;\"}],[0,\"&nsub;\"],[0,\"&nsup;\"],[0,\"&sube;\"],[0,\"&supe;\"],[0,\"&NotSubsetEqual;\"],[0,\"&NotSupersetEqual;\"],[0,{v:\"&subne;\",n:65024,o:\"&varsubsetneq;\"}],[0,{v:\"&supne;\",n:65024,o:\"&varsupsetneq;\"}],[1,\"&cupdot;\"],[0,\"&UnionPlus;\"],[0,{v:\"&sqsub;\",n:824,o:\"&NotSquareSubset;\"}],[0,{v:\"&sqsup;\",n:824,o:\"&NotSquareSuperset;\"}],[0,\"&sqsube;\"],[0,\"&sqsupe;\"],[0,{v:\"&sqcap;\",n:65024,o:\"&sqcaps;\"}],[0,{v:\"&sqcup;\",n:65024,o:\"&sqcups;\"}],[0,\"&CirclePlus;\"],[0,\"&CircleMinus;\"],[0,\"&CircleTimes;\"],[0,\"&osol;\"],[0,\"&CircleDot;\"],[0,\"&circledcirc;\"],[0,\"&circledast;\"],[1,\"&circleddash;\"],[0,\"&boxplus;\"],[0,\"&boxminus;\"],[0,\"&boxtimes;\"],[0,\"&dotsquare;\"],[0,\"&RightTee;\"],[0,\"&dashv;\"],[0,\"&DownTee;\"],[0,\"&bot;\"],[1,\"&models;\"],[0,\"&DoubleRightTee;\"],[0,\"&Vdash;\"],[0,\"&Vvdash;\"],[0,\"&VDash;\"],[0,\"&nvdash;\"],[0,\"&nvDash;\"],[0,\"&nVdash;\"],[0,\"&nVDash;\"],[0,\"&prurel;\"],[1,\"&LeftTriangle;\"],[0,\"&RightTriangle;\"],[0,{v:\"&LeftTriangleEqual;\",n:8402,o:\"&nvltrie;\"}],[0,{v:\"&RightTriangleEqual;\",n:8402,o:\"&nvrtrie;\"}],[0,\"&origof;\"],[0,\"&imof;\"],[0,\"&multimap;\"],[0,\"&hercon;\"],[0,\"&intcal;\"],[0,\"&veebar;\"],[1,\"&barvee;\"],[0,\"&angrtvb;\"],[0,\"&lrtri;\"],[0,\"&bigwedge;\"],[0,\"&bigvee;\"],[0,\"&bigcap;\"],[0,\"&bigcup;\"],[0,\"&diam;\"],[0,\"&sdot;\"],[0,\"&sstarf;\"],[0,\"&divideontimes;\"],[0,\"&bowtie;\"],[0,\"&ltimes;\"],[0,\"&rtimes;\"],[0,\"&leftthreetimes;\"],[0,\"&rightthreetimes;\"],[0,\"&backsimeq;\"],[0,\"&curlyvee;\"],[0,\"&curlywedge;\"],[0,\"&Sub;\"],[0,\"&Sup;\"],[0,\"&Cap;\"],[0,\"&Cup;\"],[0,\"&fork;\"],[0,\"&epar;\"],[0,\"&lessdot;\"],[0,\"&gtdot;\"],[0,{v:\"&Ll;\",n:824,o:\"&nLl;\"}],[0,{v:\"&Gg;\",n:824,o:\"&nGg;\"}],[0,{v:\"&leg;\",n:65024,o:\"&lesg;\"}],[0,{v:\"&gel;\",n:65024,o:\"&gesl;\"}],[2,\"&cuepr;\"],[0,\"&cuesc;\"],[0,\"&NotPrecedesSlantEqual;\"],[0,\"&NotSucceedsSlantEqual;\"],[0,\"&NotSquareSubsetEqual;\"],[0,\"&NotSquareSupersetEqual;\"],[2,\"&lnsim;\"],[0,\"&gnsim;\"],[0,\"&precnsim;\"],[0,\"&scnsim;\"],[0,\"&nltri;\"],[0,\"&NotRightTriangle;\"],[0,\"&nltrie;\"],[0,\"&NotRightTriangleEqual;\"],[0,\"&vellip;\"],[0,\"&ctdot;\"],[0,\"&utdot;\"],[0,\"&dtdot;\"],[0,\"&disin;\"],[0,\"&isinsv;\"],[0,\"&isins;\"],[0,{v:\"&isindot;\",n:824,o:\"&notindot;\"}],[0,\"&notinvc;\"],[0,\"&notinvb;\"],[1,{v:\"&isinE;\",n:824,o:\"&notinE;\"}],[0,\"&nisd;\"],[0,\"&xnis;\"],[0,\"&nis;\"],[0,\"&notnivc;\"],[0,\"&notnivb;\"],[6,\"&barwed;\"],[0,\"&Barwed;\"],[1,\"&lceil;\"],[0,\"&rceil;\"],[0,\"&LeftFloor;\"],[0,\"&rfloor;\"],[0,\"&drcrop;\"],[0,\"&dlcrop;\"],[0,\"&urcrop;\"],[0,\"&ulcrop;\"],[0,\"&bnot;\"],[1,\"&profline;\"],[0,\"&profsurf;\"],[1,\"&telrec;\"],[0,\"&target;\"],[5,\"&ulcorn;\"],[0,\"&urcorn;\"],[0,\"&dlcorn;\"],[0,\"&drcorn;\"],[2,\"&frown;\"],[0,\"&smile;\"],[9,\"&cylcty;\"],[0,\"&profalar;\"],[7,\"&topbot;\"],[6,\"&ovbar;\"],[1,\"&solbar;\"],[60,\"&angzarr;\"],[51,\"&lmoustache;\"],[0,\"&rmoustache;\"],[2,\"&OverBracket;\"],[0,\"&bbrk;\"],[0,\"&bbrktbrk;\"],[37,\"&OverParenthesis;\"],[0,\"&UnderParenthesis;\"],[0,\"&OverBrace;\"],[0,\"&UnderBrace;\"],[2,\"&trpezium;\"],[4,\"&elinters;\"],[59,\"&blank;\"],[164,\"&circledS;\"],[55,\"&boxh;\"],[1,\"&boxv;\"],[9,\"&boxdr;\"],[3,\"&boxdl;\"],[3,\"&boxur;\"],[3,\"&boxul;\"],[3,\"&boxvr;\"],[7,\"&boxvl;\"],[7,\"&boxhd;\"],[7,\"&boxhu;\"],[7,\"&boxvh;\"],[19,\"&boxH;\"],[0,\"&boxV;\"],[0,\"&boxdR;\"],[0,\"&boxDr;\"],[0,\"&boxDR;\"],[0,\"&boxdL;\"],[0,\"&boxDl;\"],[0,\"&boxDL;\"],[0,\"&boxuR;\"],[0,\"&boxUr;\"],[0,\"&boxUR;\"],[0,\"&boxuL;\"],[0,\"&boxUl;\"],[0,\"&boxUL;\"],[0,\"&boxvR;\"],[0,\"&boxVr;\"],[0,\"&boxVR;\"],[0,\"&boxvL;\"],[0,\"&boxVl;\"],[0,\"&boxVL;\"],[0,\"&boxHd;\"],[0,\"&boxhD;\"],[0,\"&boxHD;\"],[0,\"&boxHu;\"],[0,\"&boxhU;\"],[0,\"&boxHU;\"],[0,\"&boxvH;\"],[0,\"&boxVh;\"],[0,\"&boxVH;\"],[19,\"&uhblk;\"],[3,\"&lhblk;\"],[3,\"&block;\"],[8,\"&blk14;\"],[0,\"&blk12;\"],[0,\"&blk34;\"],[13,\"&square;\"],[8,\"&blacksquare;\"],[0,\"&EmptyVerySmallSquare;\"],[1,\"&rect;\"],[0,\"&marker;\"],[2,\"&fltns;\"],[1,\"&bigtriangleup;\"],[0,\"&blacktriangle;\"],[0,\"&triangle;\"],[2,\"&blacktriangleright;\"],[0,\"&rtri;\"],[3,\"&bigtriangledown;\"],[0,\"&blacktriangledown;\"],[0,\"&dtri;\"],[2,\"&blacktriangleleft;\"],[0,\"&ltri;\"],[6,\"&loz;\"],[0,\"&cir;\"],[32,\"&tridot;\"],[2,\"&bigcirc;\"],[8,\"&ultri;\"],[0,\"&urtri;\"],[0,\"&lltri;\"],[0,\"&EmptySmallSquare;\"],[0,\"&FilledSmallSquare;\"],[8,\"&bigstar;\"],[0,\"&star;\"],[7,\"&phone;\"],[49,\"&female;\"],[1,\"&male;\"],[29,\"&spades;\"],[2,\"&clubs;\"],[1,\"&hearts;\"],[0,\"&diamondsuit;\"],[3,\"&sung;\"],[2,\"&flat;\"],[0,\"&natural;\"],[0,\"&sharp;\"],[163,\"&check;\"],[3,\"&cross;\"],[8,\"&malt;\"],[21,\"&sext;\"],[33,\"&VerticalSeparator;\"],[25,\"&lbbrk;\"],[0,\"&rbbrk;\"],[84,\"&bsolhsub;\"],[0,\"&suphsol;\"],[28,\"&LeftDoubleBracket;\"],[0,\"&RightDoubleBracket;\"],[0,\"&lang;\"],[0,\"&rang;\"],[0,\"&Lang;\"],[0,\"&Rang;\"],[0,\"&loang;\"],[0,\"&roang;\"],[7,\"&longleftarrow;\"],[0,\"&longrightarrow;\"],[0,\"&longleftrightarrow;\"],[0,\"&DoubleLongLeftArrow;\"],[0,\"&DoubleLongRightArrow;\"],[0,\"&DoubleLongLeftRightArrow;\"],[1,\"&longmapsto;\"],[2,\"&dzigrarr;\"],[258,\"&nvlArr;\"],[0,\"&nvrArr;\"],[0,\"&nvHarr;\"],[0,\"&Map;\"],[6,\"&lbarr;\"],[0,\"&bkarow;\"],[0,\"&lBarr;\"],[0,\"&dbkarow;\"],[0,\"&drbkarow;\"],[0,\"&DDotrahd;\"],[0,\"&UpArrowBar;\"],[0,\"&DownArrowBar;\"],[2,\"&Rarrtl;\"],[2,\"&latail;\"],[0,\"&ratail;\"],[0,\"&lAtail;\"],[0,\"&rAtail;\"],[0,\"&larrfs;\"],[0,\"&rarrfs;\"],[0,\"&larrbfs;\"],[0,\"&rarrbfs;\"],[2,\"&nwarhk;\"],[0,\"&nearhk;\"],[0,\"&hksearow;\"],[0,\"&hkswarow;\"],[0,\"&nwnear;\"],[0,\"&nesear;\"],[0,\"&seswar;\"],[0,\"&swnwar;\"],[8,{v:\"&rarrc;\",n:824,o:\"&nrarrc;\"}],[1,\"&cudarrr;\"],[0,\"&ldca;\"],[0,\"&rdca;\"],[0,\"&cudarrl;\"],[0,\"&larrpl;\"],[2,\"&curarrm;\"],[0,\"&cularrp;\"],[7,\"&rarrpl;\"],[2,\"&harrcir;\"],[0,\"&Uarrocir;\"],[0,\"&lurdshar;\"],[0,\"&ldrushar;\"],[2,\"&LeftRightVector;\"],[0,\"&RightUpDownVector;\"],[0,\"&DownLeftRightVector;\"],[0,\"&LeftUpDownVector;\"],[0,\"&LeftVectorBar;\"],[0,\"&RightVectorBar;\"],[0,\"&RightUpVectorBar;\"],[0,\"&RightDownVectorBar;\"],[0,\"&DownLeftVectorBar;\"],[0,\"&DownRightVectorBar;\"],[0,\"&LeftUpVectorBar;\"],[0,\"&LeftDownVectorBar;\"],[0,\"&LeftTeeVector;\"],[0,\"&RightTeeVector;\"],[0,\"&RightUpTeeVector;\"],[0,\"&RightDownTeeVector;\"],[0,\"&DownLeftTeeVector;\"],[0,\"&DownRightTeeVector;\"],[0,\"&LeftUpTeeVector;\"],[0,\"&LeftDownTeeVector;\"],[0,\"&lHar;\"],[0,\"&uHar;\"],[0,\"&rHar;\"],[0,\"&dHar;\"],[0,\"&luruhar;\"],[0,\"&ldrdhar;\"],[0,\"&ruluhar;\"],[0,\"&rdldhar;\"],[0,\"&lharul;\"],[0,\"&llhard;\"],[0,\"&rharul;\"],[0,\"&lrhard;\"],[0,\"&udhar;\"],[0,\"&duhar;\"],[0,\"&RoundImplies;\"],[0,\"&erarr;\"],[0,\"&simrarr;\"],[0,\"&larrsim;\"],[0,\"&rarrsim;\"],[0,\"&rarrap;\"],[0,\"&ltlarr;\"],[1,\"&gtrarr;\"],[0,\"&subrarr;\"],[1,\"&suplarr;\"],[0,\"&lfisht;\"],[0,\"&rfisht;\"],[0,\"&ufisht;\"],[0,\"&dfisht;\"],[5,\"&lopar;\"],[0,\"&ropar;\"],[4,\"&lbrke;\"],[0,\"&rbrke;\"],[0,\"&lbrkslu;\"],[0,\"&rbrksld;\"],[0,\"&lbrksld;\"],[0,\"&rbrkslu;\"],[0,\"&langd;\"],[0,\"&rangd;\"],[0,\"&lparlt;\"],[0,\"&rpargt;\"],[0,\"&gtlPar;\"],[0,\"&ltrPar;\"],[3,\"&vzigzag;\"],[1,\"&vangrt;\"],[0,\"&angrtvbd;\"],[6,\"&ange;\"],[0,\"&range;\"],[0,\"&dwangle;\"],[0,\"&uwangle;\"],[0,\"&angmsdaa;\"],[0,\"&angmsdab;\"],[0,\"&angmsdac;\"],[0,\"&angmsdad;\"],[0,\"&angmsdae;\"],[0,\"&angmsdaf;\"],[0,\"&angmsdag;\"],[0,\"&angmsdah;\"],[0,\"&bemptyv;\"],[0,\"&demptyv;\"],[0,\"&cemptyv;\"],[0,\"&raemptyv;\"],[0,\"&laemptyv;\"],[0,\"&ohbar;\"],[0,\"&omid;\"],[0,\"&opar;\"],[1,\"&operp;\"],[1,\"&olcross;\"],[0,\"&odsold;\"],[1,\"&olcir;\"],[0,\"&ofcir;\"],[0,\"&olt;\"],[0,\"&ogt;\"],[0,\"&cirscir;\"],[0,\"&cirE;\"],[0,\"&solb;\"],[0,\"&bsolb;\"],[3,\"&boxbox;\"],[3,\"&trisb;\"],[0,\"&rtriltri;\"],[0,{v:\"&LeftTriangleBar;\",n:824,o:\"&NotLeftTriangleBar;\"}],[0,{v:\"&RightTriangleBar;\",n:824,o:\"&NotRightTriangleBar;\"}],[11,\"&iinfin;\"],[0,\"&infintie;\"],[0,\"&nvinfin;\"],[4,\"&eparsl;\"],[0,\"&smeparsl;\"],[0,\"&eqvparsl;\"],[5,\"&blacklozenge;\"],[8,\"&RuleDelayed;\"],[1,\"&dsol;\"],[9,\"&bigodot;\"],[0,\"&bigoplus;\"],[0,\"&bigotimes;\"],[1,\"&biguplus;\"],[1,\"&bigsqcup;\"],[5,\"&iiiint;\"],[0,\"&fpartint;\"],[2,\"&cirfnint;\"],[0,\"&awint;\"],[0,\"&rppolint;\"],[0,\"&scpolint;\"],[0,\"&npolint;\"],[0,\"&pointint;\"],[0,\"&quatint;\"],[0,\"&intlarhk;\"],[10,\"&pluscir;\"],[0,\"&plusacir;\"],[0,\"&simplus;\"],[0,\"&plusdu;\"],[0,\"&plussim;\"],[0,\"&plustwo;\"],[1,\"&mcomma;\"],[0,\"&minusdu;\"],[2,\"&loplus;\"],[0,\"&roplus;\"],[0,\"&Cross;\"],[0,\"&timesd;\"],[0,\"&timesbar;\"],[1,\"&smashp;\"],[0,\"&lotimes;\"],[0,\"&rotimes;\"],[0,\"&otimesas;\"],[0,\"&Otimes;\"],[0,\"&odiv;\"],[0,\"&triplus;\"],[0,\"&triminus;\"],[0,\"&tritime;\"],[0,\"&intprod;\"],[2,\"&amalg;\"],[0,\"&capdot;\"],[1,\"&ncup;\"],[0,\"&ncap;\"],[0,\"&capand;\"],[0,\"&cupor;\"],[0,\"&cupcap;\"],[0,\"&capcup;\"],[0,\"&cupbrcap;\"],[0,\"&capbrcup;\"],[0,\"&cupcup;\"],[0,\"&capcap;\"],[0,\"&ccups;\"],[0,\"&ccaps;\"],[2,\"&ccupssm;\"],[2,\"&And;\"],[0,\"&Or;\"],[0,\"&andand;\"],[0,\"&oror;\"],[0,\"&orslope;\"],[0,\"&andslope;\"],[1,\"&andv;\"],[0,\"&orv;\"],[0,\"&andd;\"],[0,\"&ord;\"],[1,\"&wedbar;\"],[6,\"&sdote;\"],[3,\"&simdot;\"],[2,{v:\"&congdot;\",n:824,o:\"&ncongdot;\"}],[0,\"&easter;\"],[0,\"&apacir;\"],[0,{v:\"&apE;\",n:824,o:\"&napE;\"}],[0,\"&eplus;\"],[0,\"&pluse;\"],[0,\"&Esim;\"],[0,\"&Colone;\"],[0,\"&Equal;\"],[1,\"&ddotseq;\"],[0,\"&equivDD;\"],[0,\"&ltcir;\"],[0,\"&gtcir;\"],[0,\"&ltquest;\"],[0,\"&gtquest;\"],[0,{v:\"&leqslant;\",n:824,o:\"&nleqslant;\"}],[0,{v:\"&geqslant;\",n:824,o:\"&ngeqslant;\"}],[0,\"&lesdot;\"],[0,\"&gesdot;\"],[0,\"&lesdoto;\"],[0,\"&gesdoto;\"],[0,\"&lesdotor;\"],[0,\"&gesdotol;\"],[0,\"&lap;\"],[0,\"&gap;\"],[0,\"&lne;\"],[0,\"&gne;\"],[0,\"&lnap;\"],[0,\"&gnap;\"],[0,\"&lEg;\"],[0,\"&gEl;\"],[0,\"&lsime;\"],[0,\"&gsime;\"],[0,\"&lsimg;\"],[0,\"&gsiml;\"],[0,\"&lgE;\"],[0,\"&glE;\"],[0,\"&lesges;\"],[0,\"&gesles;\"],[0,\"&els;\"],[0,\"&egs;\"],[0,\"&elsdot;\"],[0,\"&egsdot;\"],[0,\"&el;\"],[0,\"&eg;\"],[2,\"&siml;\"],[0,\"&simg;\"],[0,\"&simlE;\"],[0,\"&simgE;\"],[0,{v:\"&LessLess;\",n:824,o:\"&NotNestedLessLess;\"}],[0,{v:\"&GreaterGreater;\",n:824,o:\"&NotNestedGreaterGreater;\"}],[1,\"&glj;\"],[0,\"&gla;\"],[0,\"&ltcc;\"],[0,\"&gtcc;\"],[0,\"&lescc;\"],[0,\"&gescc;\"],[0,\"&smt;\"],[0,\"&lat;\"],[0,{v:\"&smte;\",n:65024,o:\"&smtes;\"}],[0,{v:\"&late;\",n:65024,o:\"&lates;\"}],[0,\"&bumpE;\"],[0,{v:\"&PrecedesEqual;\",n:824,o:\"&NotPrecedesEqual;\"}],[0,{v:\"&sce;\",n:824,o:\"&NotSucceedsEqual;\"}],[2,\"&prE;\"],[0,\"&scE;\"],[0,\"&precneqq;\"],[0,\"&scnE;\"],[0,\"&prap;\"],[0,\"&scap;\"],[0,\"&precnapprox;\"],[0,\"&scnap;\"],[0,\"&Pr;\"],[0,\"&Sc;\"],[0,\"&subdot;\"],[0,\"&supdot;\"],[0,\"&subplus;\"],[0,\"&supplus;\"],[0,\"&submult;\"],[0,\"&supmult;\"],[0,\"&subedot;\"],[0,\"&supedot;\"],[0,{v:\"&subE;\",n:824,o:\"&nsubE;\"}],[0,{v:\"&supE;\",n:824,o:\"&nsupE;\"}],[0,\"&subsim;\"],[0,\"&supsim;\"],[2,{v:\"&subnE;\",n:65024,o:\"&varsubsetneqq;\"}],[0,{v:\"&supnE;\",n:65024,o:\"&varsupsetneqq;\"}],[2,\"&csub;\"],[0,\"&csup;\"],[0,\"&csube;\"],[0,\"&csupe;\"],[0,\"&subsup;\"],[0,\"&supsub;\"],[0,\"&subsub;\"],[0,\"&supsup;\"],[0,\"&suphsub;\"],[0,\"&supdsub;\"],[0,\"&forkv;\"],[0,\"&topfork;\"],[0,\"&mlcp;\"],[8,\"&Dashv;\"],[1,\"&Vdashl;\"],[0,\"&Barv;\"],[0,\"&vBar;\"],[0,\"&vBarv;\"],[1,\"&Vbar;\"],[0,\"&Not;\"],[0,\"&bNot;\"],[0,\"&rnmid;\"],[0,\"&cirmid;\"],[0,\"&midcir;\"],[0,\"&topcir;\"],[0,\"&nhpar;\"],[0,\"&parsim;\"],[9,{v:\"&parsl;\",n:8421,o:\"&nparsl;\"}],[44343,{n:new Map(r([[56476,\"&Ascr;\"],[1,\"&Cscr;\"],[0,\"&Dscr;\"],[2,\"&Gscr;\"],[2,\"&Jscr;\"],[0,\"&Kscr;\"],[2,\"&Nscr;\"],[0,\"&Oscr;\"],[0,\"&Pscr;\"],[0,\"&Qscr;\"],[1,\"&Sscr;\"],[0,\"&Tscr;\"],[0,\"&Uscr;\"],[0,\"&Vscr;\"],[0,\"&Wscr;\"],[0,\"&Xscr;\"],[0,\"&Yscr;\"],[0,\"&Zscr;\"],[0,\"&ascr;\"],[0,\"&bscr;\"],[0,\"&cscr;\"],[0,\"&dscr;\"],[1,\"&fscr;\"],[1,\"&hscr;\"],[0,\"&iscr;\"],[0,\"&jscr;\"],[0,\"&kscr;\"],[0,\"&lscr;\"],[0,\"&mscr;\"],[0,\"&nscr;\"],[1,\"&pscr;\"],[0,\"&qscr;\"],[0,\"&rscr;\"],[0,\"&sscr;\"],[0,\"&tscr;\"],[0,\"&uscr;\"],[0,\"&vscr;\"],[0,\"&wscr;\"],[0,\"&xscr;\"],[0,\"&yscr;\"],[0,\"&zscr;\"],[52,\"&Afr;\"],[0,\"&Bfr;\"],[1,\"&Dfr;\"],[0,\"&Efr;\"],[0,\"&Ffr;\"],[0,\"&Gfr;\"],[2,\"&Jfr;\"],[0,\"&Kfr;\"],[0,\"&Lfr;\"],[0,\"&Mfr;\"],[0,\"&Nfr;\"],[0,\"&Ofr;\"],[0,\"&Pfr;\"],[0,\"&Qfr;\"],[1,\"&Sfr;\"],[0,\"&Tfr;\"],[0,\"&Ufr;\"],[0,\"&Vfr;\"],[0,\"&Wfr;\"],[0,\"&Xfr;\"],[0,\"&Yfr;\"],[1,\"&afr;\"],[0,\"&bfr;\"],[0,\"&cfr;\"],[0,\"&dfr;\"],[0,\"&efr;\"],[0,\"&ffr;\"],[0,\"&gfr;\"],[0,\"&hfr;\"],[0,\"&ifr;\"],[0,\"&jfr;\"],[0,\"&kfr;\"],[0,\"&lfr;\"],[0,\"&mfr;\"],[0,\"&nfr;\"],[0,\"&ofr;\"],[0,\"&pfr;\"],[0,\"&qfr;\"],[0,\"&rfr;\"],[0,\"&sfr;\"],[0,\"&tfr;\"],[0,\"&ufr;\"],[0,\"&vfr;\"],[0,\"&wfr;\"],[0,\"&xfr;\"],[0,\"&yfr;\"],[0,\"&zfr;\"],[0,\"&Aopf;\"],[0,\"&Bopf;\"],[1,\"&Dopf;\"],[0,\"&Eopf;\"],[0,\"&Fopf;\"],[0,\"&Gopf;\"],[1,\"&Iopf;\"],[0,\"&Jopf;\"],[0,\"&Kopf;\"],[0,\"&Lopf;\"],[0,\"&Mopf;\"],[1,\"&Oopf;\"],[3,\"&Sopf;\"],[0,\"&Topf;\"],[0,\"&Uopf;\"],[0,\"&Vopf;\"],[0,\"&Wopf;\"],[0,\"&Xopf;\"],[0,\"&Yopf;\"],[1,\"&aopf;\"],[0,\"&bopf;\"],[0,\"&copf;\"],[0,\"&dopf;\"],[0,\"&eopf;\"],[0,\"&fopf;\"],[0,\"&gopf;\"],[0,\"&hopf;\"],[0,\"&iopf;\"],[0,\"&jopf;\"],[0,\"&kopf;\"],[0,\"&lopf;\"],[0,\"&mopf;\"],[0,\"&nopf;\"],[0,\"&oopf;\"],[0,\"&popf;\"],[0,\"&qopf;\"],[0,\"&ropf;\"],[0,\"&sopf;\"],[0,\"&topf;\"],[0,\"&uopf;\"],[0,\"&vopf;\"],[0,\"&wopf;\"],[0,\"&xopf;\"],[0,\"&yopf;\"],[0,\"&zopf;\"]]))}],[8906,\"&fflig;\"],[0,\"&filig;\"],[0,\"&fllig;\"],[0,\"&ffilig;\"],[0,\"&ffllig;\"]]))},5863:(e,t,r)=>{\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.decodeXMLStrict=t.decodeHTML5Strict=t.decodeHTML4Strict=t.decodeHTML5=t.decodeHTML4=t.decodeHTMLStrict=t.decodeHTML=t.decodeXML=t.encodeHTML5=t.encodeHTML4=t.encodeNonAsciiHTML=t.encodeHTML=t.escapeText=t.escapeAttribute=t.escapeUTF8=t.escape=t.encodeXML=t.encode=t.decodeStrict=t.decode=t.EncodingMode=t.DecodingMode=t.EntityLevel=void 0;var n,o,i,a=r(4076),l=r(7322),c=r(4625);!function(e){e[e.XML=0]=\"XML\",e[e.HTML=1]=\"HTML\"}(n=t.EntityLevel||(t.EntityLevel={})),function(e){e[e.Legacy=0]=\"Legacy\",e[e.Strict=1]=\"Strict\"}(o=t.DecodingMode||(t.DecodingMode={})),function(e){e[e.UTF8=0]=\"UTF8\",e[e.ASCII=1]=\"ASCII\",e[e.Extensive=2]=\"Extensive\",e[e.Attribute=3]=\"Attribute\",e[e.Text=4]=\"Text\"}(i=t.EncodingMode||(t.EncodingMode={})),t.decode=function(e,t){void 0===t&&(t=n.XML);var r=\"number\"==typeof t?{level:t}:t;return r.level===n.HTML?r.mode===o.Strict?(0,a.decodeHTMLStrict)(e):(0,a.decodeHTML)(e):(0,a.decodeXML)(e)},t.decodeStrict=function(e,t){void 0===t&&(t=n.XML);var r=\"number\"==typeof t?{level:t}:t;return r.level===n.HTML?r.mode===o.Legacy?(0,a.decodeHTML)(e):(0,a.decodeHTMLStrict)(e):(0,a.decodeXML)(e)},t.encode=function(e,t){void 0===t&&(t=n.XML);var r=\"number\"==typeof t?{level:t}:t;return r.mode===i.UTF8?(0,c.escapeUTF8)(e):r.mode===i.Attribute?(0,c.escapeAttribute)(e):r.mode===i.Text?(0,c.escapeText)(e):r.level===n.HTML?r.mode===i.ASCII?(0,l.encodeNonAsciiHTML)(e):(0,l.encodeHTML)(e):(0,c.encodeXML)(e)};var s=r(4625);Object.defineProperty(t,\"encodeXML\",{enumerable:!0,get:function(){return s.encodeXML}}),Object.defineProperty(t,\"escape\",{enumerable:!0,get:function(){return s.escape}}),Object.defineProperty(t,\"escapeUTF8\",{enumerable:!0,get:function(){return s.escapeUTF8}}),Object.defineProperty(t,\"escapeAttribute\",{enumerable:!0,get:function(){return s.escapeAttribute}}),Object.defineProperty(t,\"escapeText\",{enumerable:!0,get:function(){return s.escapeText}});var d=r(7322);Object.defineProperty(t,\"encodeHTML\",{enumerable:!0,get:function(){return d.encodeHTML}}),Object.defineProperty(t,\"encodeNonAsciiHTML\",{enumerable:!0,get:function(){return d.encodeNonAsciiHTML}}),Object.defineProperty(t,\"encodeHTML4\",{enumerable:!0,get:function(){return d.encodeHTML}}),Object.defineProperty(t,\"encodeHTML5\",{enumerable:!0,get:function(){return d.encodeHTML}});var u=r(4076);Object.defineProperty(t,\"decodeXML\",{enumerable:!0,get:function(){return u.decodeXML}}),Object.defineProperty(t,\"decodeHTML\",{enumerable:!0,get:function(){return u.decodeHTML}}),Object.defineProperty(t,\"decodeHTMLStrict\",{enumerable:!0,get:function(){return u.decodeHTMLStrict}}),Object.defineProperty(t,\"decodeHTML4\",{enumerable:!0,get:function(){return u.decodeHTML}}),Object.defineProperty(t,\"decodeHTML5\",{enumerable:!0,get:function(){return u.decodeHTML}}),Object.defineProperty(t,\"decodeHTML4Strict\",{enumerable:!0,get:function(){return u.decodeHTMLStrict}}),Object.defineProperty(t,\"decodeHTML5Strict\",{enumerable:!0,get:function(){return u.decodeHTMLStrict}}),Object.defineProperty(t,\"decodeXMLStrict\",{enumerable:!0,get:function(){return u.decodeXML}})},3628:(e,t,r)=>{\"use strict\";var n=r(210)(\"%Object.defineProperty%\",!0)||!1;if(n)try{n({},\"a\",{value:1})}catch(e){n=!1}e.exports=n},3981:e=>{\"use strict\";e.exports=EvalError},1648:e=>{\"use strict\";e.exports=Error},4726:e=>{\"use strict\";e.exports=RangeError},6712:e=>{\"use strict\";e.exports=ReferenceError},3464:e=>{\"use strict\";e.exports=SyntaxError},4453:e=>{\"use strict\";e.exports=TypeError},3915:e=>{\"use strict\";e.exports=URIError},3150:e=>{\"use strict\";e.exports=e=>{if(\"string\"!=typeof e)throw new TypeError(\"Expected a string\");return e.replace(/[|\\\\{}()[\\]^$+*?.]/g,\"\\\\$&\").replace(/-/g,\"\\\\x2d\")}},7648:e=>{\"use strict\";var t=Object.prototype.toString,r=Math.max,n=function(e,t){for(var r=[],n=0;n<e.length;n+=1)r[n]=e[n];for(var o=0;o<t.length;o+=1)r[o+e.length]=t[o];return r};e.exports=function(e){var o=this;if(\"function\"!=typeof o||\"[object Function]\"!==t.apply(o))throw new TypeError(\"Function.prototype.bind called on incompatible \"+o);for(var i,a=function(e,t){for(var r=[],n=t||0,o=0;n<e.length;n+=1,o+=1)r[o]=e[n];return r}(arguments,1),l=r(0,o.length-a.length),c=[],s=0;s<l;s++)c[s]=\"$\"+s;if(i=Function(\"binder\",\"return function (\"+function(e,t){for(var r=\"\",n=0;n<e.length;n+=1)r+=e[n],n+1<e.length&&(r+=t);return r}(c,\",\")+\"){ return binder.apply(this,arguments); }\")((function(){if(this instanceof i){var t=o.apply(this,n(a,arguments));return Object(t)===t?t:this}return o.apply(e,n(a,arguments))})),o.prototype){var d=function(){};d.prototype=o.prototype,i.prototype=new d,d.prototype=null}return i}},2514:(e,t,r)=>{\"use strict\";var n=r(7648);e.exports=Function.prototype.bind||n},210:(e,t,r)=>{\"use strict\";var n,o=r(1648),i=r(3981),a=r(4726),l=r(6712),c=r(3464),s=r(4453),d=r(3915),u=Function,p=function(e){try{return u('\"use strict\"; return ('+e+\").constructor;\")()}catch(e){}},f=Object.getOwnPropertyDescriptor;if(f)try{f({},\"\")}catch(e){f=null}var m=function(){throw new s},h=f?function(){try{return m}catch(e){try{return f(arguments,\"callee\").get}catch(e){return m}}}():m,g=r(1405)(),b=r(8185)(),v=Object.getPrototypeOf||(b?function(e){return e.__proto__}:null),y={},_=\"undefined\"!=typeof Uint8Array&&v?v(Uint8Array):n,k={__proto__:null,\"%AggregateError%\":\"undefined\"==typeof AggregateError?n:AggregateError,\"%Array%\":Array,\"%ArrayBuffer%\":\"undefined\"==typeof ArrayBuffer?n:ArrayBuffer,\"%ArrayIteratorPrototype%\":g&&v?v([][Symbol.iterator]()):n,\"%AsyncFromSyncIteratorPrototype%\":n,\"%AsyncFunction%\":y,\"%AsyncGenerator%\":y,\"%AsyncGeneratorFunction%\":y,\"%AsyncIteratorPrototype%\":y,\"%Atomics%\":\"undefined\"==typeof Atomics?n:Atomics,\"%BigInt%\":\"undefined\"==typeof BigInt?n:BigInt,\"%BigInt64Array%\":\"undefined\"==typeof BigInt64Array?n:BigInt64Array,\"%BigUint64Array%\":\"undefined\"==typeof BigUint64Array?n:BigUint64Array,\"%Boolean%\":Boolean,\"%DataView%\":\"undefined\"==typeof DataView?n:DataView,\"%Date%\":Date,\"%decodeURI%\":decodeURI,\"%decodeURIComponent%\":decodeURIComponent,\"%encodeURI%\":encodeURI,\"%encodeURIComponent%\":encodeURIComponent,\"%Error%\":o,\"%eval%\":eval,\"%EvalError%\":i,\"%Float32Array%\":\"undefined\"==typeof Float32Array?n:Float32Array,\"%Float64Array%\":\"undefined\"==typeof Float64Array?n:Float64Array,\"%FinalizationRegistry%\":\"undefined\"==typeof FinalizationRegistry?n:FinalizationRegistry,\"%Function%\":u,\"%GeneratorFunction%\":y,\"%Int8Array%\":\"undefined\"==typeof Int8Array?n:Int8Array,\"%Int16Array%\":\"undefined\"==typeof Int16Array?n:Int16Array,\"%Int32Array%\":\"undefined\"==typeof Int32Array?n:Int32Array,\"%isFinite%\":isFinite,\"%isNaN%\":isNaN,\"%IteratorPrototype%\":g&&v?v(v([][Symbol.iterator]())):n,\"%JSON%\":\"object\"==typeof JSON?JSON:n,\"%Map%\":\"undefined\"==typeof Map?n:Map,\"%MapIteratorPrototype%\":\"undefined\"!=typeof Map&&g&&v?v((new Map)[Symbol.iterator]()):n,\"%Math%\":Math,\"%Number%\":Number,\"%Object%\":Object,\"%parseFloat%\":parseFloat,\"%parseInt%\":parseInt,\"%Promise%\":\"undefined\"==typeof Promise?n:Promise,\"%Proxy%\":\"undefined\"==typeof Proxy?n:Proxy,\"%RangeError%\":a,\"%ReferenceError%\":l,\"%Reflect%\":\"undefined\"==typeof Reflect?n:Reflect,\"%RegExp%\":RegExp,\"%Set%\":\"undefined\"==typeof Set?n:Set,\"%SetIteratorPrototype%\":\"undefined\"!=typeof Set&&g&&v?v((new Set)[Symbol.iterator]()):n,\"%SharedArrayBuffer%\":\"undefined\"==typeof SharedArrayBuffer?n:SharedArrayBuffer,\"%String%\":String,\"%StringIteratorPrototype%\":g&&v?v(\"\"[Symbol.iterator]()):n,\"%Symbol%\":g?Symbol:n,\"%SyntaxError%\":c,\"%ThrowTypeError%\":h,\"%TypedArray%\":_,\"%TypeError%\":s,\"%Uint8Array%\":\"undefined\"==typeof Uint8Array?n:Uint8Array,\"%Uint8ClampedArray%\":\"undefined\"==typeof Uint8ClampedArray?n:Uint8ClampedArray,\"%Uint16Array%\":\"undefined\"==typeof Uint16Array?n:Uint16Array,\"%Uint32Array%\":\"undefined\"==typeof Uint32Array?n:Uint32Array,\"%URIError%\":d,\"%WeakMap%\":\"undefined\"==typeof WeakMap?n:WeakMap,\"%WeakRef%\":\"undefined\"==typeof WeakRef?n:WeakRef,\"%WeakSet%\":\"undefined\"==typeof WeakSet?n:WeakSet};if(v)try{null.error}catch(e){var w=v(v(e));k[\"%Error.prototype%\"]=w}var x=function e(t){var r;if(\"%AsyncFunction%\"===t)r=p(\"async function () {}\");else if(\"%GeneratorFunction%\"===t)r=p(\"function* () {}\");else if(\"%AsyncGeneratorFunction%\"===t)r=p(\"async function* () {}\");else if(\"%AsyncGenerator%\"===t){var n=e(\"%AsyncGeneratorFunction%\");n&&(r=n.prototype)}else if(\"%AsyncIteratorPrototype%\"===t){var o=e(\"%AsyncGenerator%\");o&&v&&(r=v(o.prototype))}return k[t]=r,r},B={__proto__:null,\"%ArrayBufferPrototype%\":[\"ArrayBuffer\",\"prototype\"],\"%ArrayPrototype%\":[\"Array\",\"prototype\"],\"%ArrayProto_entries%\":[\"Array\",\"prototype\",\"entries\"],\"%ArrayProto_forEach%\":[\"Array\",\"prototype\",\"forEach\"],\"%ArrayProto_keys%\":[\"Array\",\"prototype\",\"keys\"],\"%ArrayProto_values%\":[\"Array\",\"prototype\",\"values\"],\"%AsyncFunctionPrototype%\":[\"AsyncFunction\",\"prototype\"],\"%AsyncGenerator%\":[\"AsyncGeneratorFunction\",\"prototype\"],\"%AsyncGeneratorPrototype%\":[\"AsyncGeneratorFunction\",\"prototype\",\"prototype\"],\"%BooleanPrototype%\":[\"Boolean\",\"prototype\"],\"%DataViewPrototype%\":[\"DataView\",\"prototype\"],\"%DatePrototype%\":[\"Date\",\"prototype\"],\"%ErrorPrototype%\":[\"Error\",\"prototype\"],\"%EvalErrorPrototype%\":[\"EvalError\",\"prototype\"],\"%Float32ArrayPrototype%\":[\"Float32Array\",\"prototype\"],\"%Float64ArrayPrototype%\":[\"Float64Array\",\"prototype\"],\"%FunctionPrototype%\":[\"Function\",\"prototype\"],\"%Generator%\":[\"GeneratorFunction\",\"prototype\"],\"%GeneratorPrototype%\":[\"GeneratorFunction\",\"prototype\",\"prototype\"],\"%Int8ArrayPrototype%\":[\"Int8Array\",\"prototype\"],\"%Int16ArrayPrototype%\":[\"Int16Array\",\"prototype\"],\"%Int32ArrayPrototype%\":[\"Int32Array\",\"prototype\"],\"%JSONParse%\":[\"JSON\",\"parse\"],\"%JSONStringify%\":[\"JSON\",\"stringify\"],\"%MapPrototype%\":[\"Map\",\"prototype\"],\"%NumberPrototype%\":[\"Number\",\"prototype\"],\"%ObjectPrototype%\":[\"Object\",\"prototype\"],\"%ObjProto_toString%\":[\"Object\",\"prototype\",\"toString\"],\"%ObjProto_valueOf%\":[\"Object\",\"prototype\",\"valueOf\"],\"%PromisePrototype%\":[\"Promise\",\"prototype\"],\"%PromiseProto_then%\":[\"Promise\",\"prototype\",\"then\"],\"%Promise_all%\":[\"Promise\",\"all\"],\"%Promise_reject%\":[\"Promise\",\"reject\"],\"%Promise_resolve%\":[\"Promise\",\"resolve\"],\"%RangeErrorPrototype%\":[\"RangeError\",\"prototype\"],\"%ReferenceErrorPrototype%\":[\"ReferenceError\",\"prototype\"],\"%RegExpPrototype%\":[\"RegExp\",\"prototype\"],\"%SetPrototype%\":[\"Set\",\"prototype\"],\"%SharedArrayBufferPrototype%\":[\"SharedArrayBuffer\",\"prototype\"],\"%StringPrototype%\":[\"String\",\"prototype\"],\"%SymbolPrototype%\":[\"Symbol\",\"prototype\"],\"%SyntaxErrorPrototype%\":[\"SyntaxError\",\"prototype\"],\"%TypedArrayPrototype%\":[\"TypedArray\",\"prototype\"],\"%TypeErrorPrototype%\":[\"TypeError\",\"prototype\"],\"%Uint8ArrayPrototype%\":[\"Uint8Array\",\"prototype\"],\"%Uint8ClampedArrayPrototype%\":[\"Uint8ClampedArray\",\"prototype\"],\"%Uint16ArrayPrototype%\":[\"Uint16Array\",\"prototype\"],\"%Uint32ArrayPrototype%\":[\"Uint32Array\",\"prototype\"],\"%URIErrorPrototype%\":[\"URIError\",\"prototype\"],\"%WeakMapPrototype%\":[\"WeakMap\",\"prototype\"],\"%WeakSetPrototype%\":[\"WeakSet\",\"prototype\"]},S=r(2514),E=r(8824),A=S.call(Function.call,Array.prototype.concat),C=S.call(Function.apply,Array.prototype.splice),N=S.call(Function.call,String.prototype.replace),P=S.call(Function.call,String.prototype.slice),O=S.call(Function.call,RegExp.prototype.exec),T=/[^%.[\\]]+|\\[(?:(-?\\d+(?:\\.\\d+)?)|([\"'])((?:(?!\\2)[^\\\\]|\\\\.)*?)\\2)\\]|(?=(?:\\.|\\[\\])(?:\\.|\\[\\]|%$))/g,j=/\\\\(\\\\)?/g,M=function(e,t){var r,n=e;if(E(B,n)&&(n=\"%\"+(r=B[n])[0]+\"%\"),E(k,n)){var o=k[n];if(o===y&&(o=x(n)),void 0===o&&!t)throw new s(\"intrinsic \"+e+\" exists, but is not available. Please file an issue!\");return{alias:r,name:n,value:o}}throw new c(\"intrinsic \"+e+\" does not exist!\")};e.exports=function(e,t){if(\"string\"!=typeof e||0===e.length)throw new s(\"intrinsic name must be a non-empty string\");if(arguments.length>1&&\"boolean\"!=typeof t)throw new s('\"allowMissing\" argument must be a boolean');if(null===O(/^%?[^%]*%?$/,e))throw new c(\"`%` may not be present anywhere but at the beginning and end of the intrinsic name\");var r=function(e){var t=P(e,0,1),r=P(e,-1);if(\"%\"===t&&\"%\"!==r)throw new c(\"invalid intrinsic syntax, expected closing `%`\");if(\"%\"===r&&\"%\"!==t)throw new c(\"invalid intrinsic syntax, expected opening `%`\");var n=[];return N(e,T,(function(e,t,r,o){n[n.length]=r?N(o,j,\"$1\"):t||e})),n}(e),n=r.length>0?r[0]:\"\",o=M(\"%\"+n+\"%\",t),i=o.name,a=o.value,l=!1,d=o.alias;d&&(n=d[0],C(r,A([0,1],d)));for(var u=1,p=!0;u<r.length;u+=1){var m=r[u],h=P(m,0,1),g=P(m,-1);if(('\"'===h||\"'\"===h||\"`\"===h||'\"'===g||\"'\"===g||\"`\"===g)&&h!==g)throw new c(\"property names with quotes must have matching quotes\");if(\"constructor\"!==m&&p||(l=!0),E(k,i=\"%\"+(n+=\".\"+m)+\"%\"))a=k[i];else if(null!=a){if(!(m in a)){if(!t)throw new s(\"base intrinsic for \"+e+\" exists, but the property is not available.\");return}if(f&&u+1>=r.length){var b=f(a,m);a=(p=!!b)&&\"get\"in b&&!(\"originalValue\"in b.get)?b.get:a[m]}else p=E(a,m),a=a[m];p&&!l&&(k[i]=a)}}return a}},9984:(e,t,r)=>{\"use strict\";r.r(t),r.d(t,{render:()=>N});var n=window.document,o=window.Math,i=window.HTMLElement,a=window.XMLHttpRequest,l=function(e,t){for(var r=0,n=e.length;r<n;r++)t(e[r])},c=function(e){return function(t,r,n){var o=e.createElement(t);if(null!=r)for(var i in r){var a=r[i];null!=a&&(null!=o[i]?o[i]=a:o.setAttribute(i,a))}return null!=n&&l(n,(function(t){o.appendChild(\"string\"==typeof t?e.createTextNode(t):t)})),o}},s=c(n),d=function(e,t){return{}.hasOwnProperty.call(e,t)},u=function(e){return(\"\"+e).toLowerCase()},p=\"github.com\",f=\"https://api.\"+p,m=a&&\"prototype\"in a&&\"withCredentials\"in a.prototype,h=m&&i&&\"attachShadow\"in i.prototype&&!(\"prototype\"in i.prototype.attachShadow),g=function(e,t,r){e.addEventListener?e.addEventListener(t,r,!1):e.attachEvent(\"on\"+t,r)},b=function(e,t,r){e.removeEventListener?e.removeEventListener(t,r,!1):e.detachEvent(\"on\"+t,r)},v={light:\".btn:focus-visible,.social-count:focus-visible{outline:2px solid #0969da;outline-offset:-2px}.btn{color:#24292f;background-color:#ebf0f4;border-color:#ccd1d5;border-color:rgba(27,31,36,.15);background-image:url(\\\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%23f6f8fa'/%3e%3cstop offset='90%25' stop-color='%23ebf0f4'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\\\");background-image:-moz-linear-gradient(top, #f6f8fa, #ebf0f4 90%);background-image:linear-gradient(180deg, #f6f8fa, #ebf0f4 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FFF6F8FA', endColorstr='#FFEAEFF3')}:root .btn{filter:none}.btn:hover,.btn:focus{background-color:#e9ebef;background-position:0 -0.5em;border-color:#caccd1;border-color:rgba(27,31,36,.15);background-image:url(\\\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%23f3f4f6'/%3e%3cstop offset='90%25' stop-color='%23e9ebef'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\\\");background-image:-moz-linear-gradient(top, #f3f4f6, #e9ebef 90%);background-image:linear-gradient(180deg, #f3f4f6, #e9ebef 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FFF3F4F6', endColorstr='#FFE8EAEE')}:root .btn:hover,:root .btn:focus{filter:none}.btn:active{background-color:#e5e9ed;border-color:#c7cbcf;border-color:rgba(27,31,36,.15);background-image:none;filter:none}.social-count{color:#24292f;background-color:#fff;border-color:#ddddde;border-color:rgba(27,31,36,.15)}.social-count:hover,.social-count:focus{color:#0969da}.octicon-heart{color:#bf3989}\",light_high_contrast:\".btn:focus-visible,.social-count:focus-visible{outline:2px solid #0349b4;outline-offset:-2px}.btn{color:#0e1116;background-color:#e7ecf0;border-color:#2f3237;border-color:rgba(1,4,9,.8);background-image:none;filter:none}.btn:hover,.btn:focus{background-color:#c4cdd5;background-position:0 -0.5em;border-color:#282c32;border-color:rgba(1,4,9,.8);background-image:none;filter:none}.btn:active{background-color:#d8dde1;border-color:#2c2f34;border-color:rgba(1,4,9,.8)}.social-count{color:#0e1116;background-color:#fff;border-color:#34363a;border-color:rgba(1,4,9,.8)}.social-count:hover,.social-count:focus{color:#0349b4}.octicon-heart{color:#971368}\",dark:\".btn:focus-visible,.social-count:focus-visible{outline:2px solid #58a6ff;outline-offset:-2px}.btn{color:#c9d1d9;background-color:#1a1e23;border-color:#2f3439;border-color:rgba(240,246,252,.1);background-image:url(\\\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%2321262d'/%3e%3cstop offset='90%25' stop-color='%231a1e23'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\\\");background-image:-moz-linear-gradient(top, #21262d, #1a1e23 90%);background-image:linear-gradient(180deg, #21262d, #1a1e23 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FF21262D', endColorstr='#FF191D22')}:root .btn{filter:none}.btn:hover,.btn:focus{background-color:#292e33;background-position:0 -0.5em;border-color:#8b949e;background-image:url(\\\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%2330363d'/%3e%3cstop offset='90%25' stop-color='%23292e33'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\\\");background-image:-moz-linear-gradient(top, #30363d, #292e33 90%);background-image:linear-gradient(180deg, #30363d, #292e33 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FF30363D', endColorstr='#FF282D32')}:root .btn:hover,:root .btn:focus{filter:none}.btn:active{background-color:#161719;border-color:#8b949e;background-image:none;filter:none}.social-count{color:#c9d1d9;background-color:#0d1117;border-color:#24282e;border-color:rgba(240,246,252,.1)}.social-count:hover,.social-count:focus{color:#58a6ff}.octicon-heart{color:#db61a2}\",dark_dimmed:\".btn:focus-visible,.social-count:focus-visible{outline:2px solid #539bf5;outline-offset:-2px}.btn{color:#adbac7;background-color:#30363d;border-color:#40464e;border-color:rgba(205,217,229,.1);background-image:url(\\\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%23373e47'/%3e%3cstop offset='90%25' stop-color='%2330363d'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\\\");background-image:-moz-linear-gradient(top, #373e47, #30363d 90%);background-image:linear-gradient(180deg, #373e47, #30363d 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FF373E47', endColorstr='#FF2F353C')}:root .btn{filter:none}.btn:hover,.btn:focus{background-color:#3c444d;background-position:0 -0.5em;border-color:#768390;background-image:url(\\\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%23444c56'/%3e%3cstop offset='90%25' stop-color='%233c444d'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\\\");background-image:-moz-linear-gradient(top, #444c56, #3c444d 90%);background-image:linear-gradient(180deg, #444c56, #3c444d 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FF444C56', endColorstr='#FF3B434C')}:root .btn:hover,:root .btn:focus{filter:none}.btn:active{background-color:#2e3031;border-color:#768390;background-image:none;filter:none}.social-count{color:#adbac7;background-color:#22272e;border-color:#333940;border-color:rgba(205,217,229,.1)}.social-count:hover,.social-count:focus{color:#539bf5}.octicon-heart{color:#c96198}\",dark_high_contrast:\".btn:focus-visible,.social-count:focus-visible{outline:2px solid #71b7ff;outline-offset:-2px}.btn{color:#f0f3f6;background-color:#272b33;border-color:#7a828e;background-image:none;filter:none}.btn:hover,.btn:focus{background-color:#4a515b;background-position:0 -0.5em;border-color:#bdc4cc;background-image:none;filter:none}.btn:active{background-color:#1d1d1f;border-color:#bdc4cc}.social-count{color:#f0f3f6;background-color:#0a0c10;border-color:#7a828e}.social-count:hover,.social-count:focus{color:#71b7ff}.octicon-heart{color:#ef6eb1}\"},y=function(e,t){return\"@media(prefers-color-scheme:\"+e+\"){\"+v[d(v,t)?t:e]+\"}\"},_=function(e){if(null==e)return v.light;if(d(v,e))return v[e];var t=function(e,t,r,n){null==t&&(t=\"&\"),null==r&&(r=\"=\"),null==n&&(n=window.decodeURIComponent);var o={};return l(e.split(t),(function(e){if(\"\"!==e){var t=e.split(r);o[n(t[0])]=null!=t[1]?n(t.slice(1).join(r)):void 0}})),o}(e,\";\",\":\",(function(e){return e.replace(/^[ \\t\\n\\f\\r]+|[ \\t\\n\\f\\r]+$/g,\"\")}));return v[d(v,t[\"no-preference\"])?t[\"no-preference\"]:\"light\"]+y(\"light\",t.light)+y(\"dark\",t.dark)},k={\"comment-discussion\":{heights:{16:{width:16,path:'<path d=\"M1.75 1h8.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 10.25 10H7.061l-2.574 2.573A1.458 1.458 0 0 1 2 11.543V10h-.25A1.75 1.75 0 0 1 0 8.25v-5.5C0 1.784.784 1 1.75 1ZM1.5 2.75v5.5c0 .138.112.25.25.25h1a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h3.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25h-8.5a.25.25 0 0 0-.25.25Zm13 2a.25.25 0 0 0-.25-.25h-.5a.75.75 0 0 1 0-1.5h.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 14.25 12H14v1.543a1.458 1.458 0 0 1-2.487 1.03L9.22 12.28a.749.749 0 0 1 .326-1.275.749.749 0 0 1 .734.215l2.22 2.22v-2.19a.75.75 0 0 1 .75-.75h1a.25.25 0 0 0 .25-.25Z\"></path>'}}},download:{heights:{16:{width:16,path:'<path d=\"M7.47 10.78 3.72 7.03a.751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018l2.47 2.47V1.75a.75.75 0 0 1 1.5 0v6.69l2.47-2.47a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-3.75 3.75a.75.75 0 0 1-1.06 0ZM3.75 13h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1 0-1.5Z\"></path>'}}},eye:{heights:{16:{width:16,path:'<path d=\"M8 2c1.981 0 3.671.992 4.933 2.078 1.27 1.091 2.187 2.345 2.637 3.023a1.62 1.62 0 0 1 0 1.798c-.45.678-1.367 1.932-2.637 3.023C11.67 13.008 9.981 14 8 14c-1.981 0-3.671-.992-4.933-2.078C1.797 10.83.88 9.576.43 8.898a1.62 1.62 0 0 1 0-1.798c.45-.677 1.367-1.931 2.637-3.022C4.33 2.992 6.019 2 8 2ZM1.679 7.932a.12.12 0 0 0 0 .136c.411.622 1.241 1.75 2.366 2.717C5.176 11.758 6.527 12.5 8 12.5c1.473 0 2.825-.742 3.955-1.715 1.124-.967 1.954-2.096 2.366-2.717a.12.12 0 0 0 0-.136c-.412-.621-1.242-1.75-2.366-2.717C10.824 4.242 9.473 3.5 8 3.5c-1.473 0-2.825.742-3.955 1.715-1.124.967-1.954 2.096-2.366 2.717ZM8 10a2 2 0 1 1-.001-3.999A2 2 0 0 1 8 10Z\"></path>'}}},heart:{heights:{16:{width:16,path:'<path d=\"m8 14.25.345.666a.75.75 0 0 1-.69 0l-.008-.004-.018-.01a7.152 7.152 0 0 1-.31-.17 22.055 22.055 0 0 1-3.434-2.414C2.045 10.731 0 8.35 0 5.5 0 2.836 2.086 1 4.25 1 5.797 1 7.153 1.802 8 3.02 8.847 1.802 10.203 1 11.75 1 13.914 1 16 2.836 16 5.5c0 2.85-2.045 5.231-3.885 6.818a22.066 22.066 0 0 1-3.744 2.584l-.018.01-.006.003h-.002ZM4.25 2.5c-1.336 0-2.75 1.164-2.75 3 0 2.15 1.58 4.144 3.365 5.682A20.58 20.58 0 0 0 8 13.393a20.58 20.58 0 0 0 3.135-2.211C12.92 9.644 14.5 7.65 14.5 5.5c0-1.836-1.414-3-2.75-3-1.373 0-2.609.986-3.029 2.456a.749.749 0 0 1-1.442 0C6.859 3.486 5.623 2.5 4.25 2.5Z\"></path>'}}},\"issue-opened\":{heights:{16:{width:16,path:'<path d=\"M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z\"></path><path d=\"M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0Z\"></path>'}}},\"mark-github\":{heights:{16:{width:16,path:'<path d=\"M8 0c4.42 0 8 3.58 8 8a8.013 8.013 0 0 1-5.45 7.59c-.4.08-.55-.17-.55-.38 0-.27.01-1.13.01-2.2 0-.75-.25-1.23-.54-1.48 1.78-.2 3.65-.88 3.65-3.95 0-.88-.31-1.59-.82-2.15.08-.2.36-1.02-.08-2.12 0 0-.67-.22-2.2.82-.64-.18-1.32-.27-2-.27-.68 0-1.36.09-2 .27-1.53-1.03-2.2-.82-2.2-.82-.44 1.1-.16 1.92-.08 2.12-.51.56-.82 1.28-.82 2.15 0 3.06 1.86 3.75 3.64 3.95-.23.2-.44.55-.51 1.07-.46.21-1.61.55-2.33-.66-.15-.24-.6-.83-1.23-.82-.67.01-.27.38.01.53.34.19.73.9.82 1.13.16.45.68 1.31 2.69.94 0 .67.01 1.3.01 1.49 0 .21-.15.45-.55.38A7.995 7.995 0 0 1 0 8c0-4.42 3.58-8 8-8Z\"></path>'}}},package:{heights:{16:{width:16,path:'<path d=\"m8.878.392 5.25 3.045c.54.314.872.89.872 1.514v6.098a1.75 1.75 0 0 1-.872 1.514l-5.25 3.045a1.75 1.75 0 0 1-1.756 0l-5.25-3.045A1.75 1.75 0 0 1 1 11.049V4.951c0-.624.332-1.201.872-1.514L7.122.392a1.75 1.75 0 0 1 1.756 0ZM7.875 1.69l-4.63 2.685L8 7.133l4.755-2.758-4.63-2.685a.248.248 0 0 0-.25 0ZM2.5 5.677v5.372c0 .09.047.171.125.216l4.625 2.683V8.432Zm6.25 8.271 4.625-2.683a.25.25 0 0 0 .125-.216V5.677L8.75 8.432Z\"></path>'}}},play:{heights:{16:{width:16,path:'<path d=\"M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0Zm4.879-2.773 4.264 2.559a.25.25 0 0 1 0 .428l-4.264 2.559A.25.25 0 0 1 6 10.559V5.442a.25.25 0 0 1 .379-.215Z\"></path>'}}},\"repo-forked\":{heights:{16:{width:16,path:'<path d=\"M5 5.372v.878c0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75v-.878a2.25 2.25 0 1 1 1.5 0v.878a2.25 2.25 0 0 1-2.25 2.25h-1.5v2.128a2.251 2.251 0 1 1-1.5 0V8.5h-1.5A2.25 2.25 0 0 1 3.5 6.25v-.878a2.25 2.25 0 1 1 1.5 0ZM5 3.25a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0Zm6.75.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm-3 8.75a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0Z\"></path>'}}},\"repo-template\":{heights:{16:{width:16,path:'<path d=\"M13.25 8a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h1.75v-2h-.75a.75.75 0 0 1 0-1.5h.75v-.25a.75.75 0 0 1 .75-.75ZM5 12.25a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.25a.25.25 0 0 1-.4.2l-1.45-1.087a.249.249 0 0 0-.3 0L5.4 15.7a.25.25 0 0 1-.4-.2ZM2.75 8a.75.75 0 0 1 .75.75v.268c.083-.012.166-.018.25-.018h.5a.75.75 0 0 1 0 1.5h-.5a.25.25 0 0 0-.25.25v.75c0 .28.114.532.3.714a.75.75 0 1 1-1.05 1.072A2.495 2.495 0 0 1 2 11.5V8.75A.75.75 0 0 1 2.75 8ZM11 .75a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0V1.5h-.75A.75.75 0 0 1 11 .75Zm-5 0A.75.75 0 0 1 6.75 0h2.5a.75.75 0 0 1 0 1.5h-2.5A.75.75 0 0 1 6 .75Zm0 9A.75.75 0 0 1 6.75 9h2.5a.75.75 0 0 1 0 1.5h-2.5A.75.75 0 0 1 6 9.75ZM4.992.662a.75.75 0 0 1-.636.848c-.436.063-.783.41-.846.846a.751.751 0 0 1-1.485-.212A2.501 2.501 0 0 1 4.144.025a.75.75 0 0 1 .848.637ZM2.75 4a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 2.75 4Zm10.5 0a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5a.75.75 0 0 1 .75-.75Z\"></path>'}}},star:{heights:{16:{width:16,path:'<path d=\"M8 .25a.75.75 0 0 1 .673.418l1.882 3.815 4.21.612a.75.75 0 0 1 .416 1.279l-3.046 2.97.719 4.192a.751.751 0 0 1-1.088.791L8 12.347l-3.766 1.98a.75.75 0 0 1-1.088-.79l.72-4.194L.818 6.374a.75.75 0 0 1 .416-1.28l4.21-.611L7.327.668A.75.75 0 0 1 8 .25Zm0 2.445L6.615 5.5a.75.75 0 0 1-.564.41l-3.097.45 2.24 2.184a.75.75 0 0 1 .216.664l-.528 3.084 2.769-1.456a.75.75 0 0 1 .698 0l2.77 1.456-.53-3.084a.75.75 0 0 1 .216-.664l2.24-2.183-3.096-.45a.75.75 0 0 1-.564-.41L8 2.694Z\"></path>'}}}},w=function(e,t){e=u(e).replace(/^octicon-/,\"\"),d(k,e)||(e=\"mark-github\");var r=t>=24&&24 in k[e].heights?24:16,n=k[e].heights[r];return'<svg viewBox=\"0 0 '+n.width+\" \"+r+'\" width=\"'+t*n.width/r+'\" height=\"'+t+'\" class=\"octicon octicon-'+e+'\" aria-hidden=\"true\">'+n.path+\"</svg>\"},x={},B=function(e,t){var r=x[e]||(x[e]=[]);if(!(r.push(t)>1)){var n=function(e){var t;return function(){t||(t=1,e.apply(this,arguments))}}((function(){for(delete x[e];t=r.shift();)t.apply(null,arguments)}));if(m){var o=new a;g(o,\"abort\",n),g(o,\"error\",n),g(o,\"load\",(function(){var e;try{e=JSON.parse(this.responseText)}catch(e){return void n(e)}n(200!==this.status,e)})),o.open(\"GET\",e),o.send()}else{var i=this||window;i._=function(e){i._=null,n(200!==e.meta.status,e.data)};var l=c(i.document)(\"script\",{async:!0,src:e+(-1!==e.indexOf(\"?\")?\"&\":\"?\")+\"callback=_\"}),s=function(){i._&&i._({meta:{}})};g(l,\"load\",s),g(l,\"error\",s),function(e,t,r){if(null!=e.readyState){var n=\"readystatechange\",o=function(){if(t.test(e.readyState))return b(e,n,o),r.apply(this,arguments)};g(e,n,o)}}(l,/de|m/,s),i.document.getElementsByTagName(\"head\")[0].appendChild(l)}}},S=function(e,t,r){var n=c(e.ownerDocument),o=e.appendChild(n(\"style\",{type:\"text/css\"})),i=\"body{margin:0}a{text-decoration:none;outline:0}.widget{display:inline-block;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:0;line-height:0;white-space:nowrap}.btn,.social-count{position:relative;display:inline-block;display:inline-flex;height:14px;padding:2px 5px;font-size:11px;font-weight:600;line-height:14px;vertical-align:bottom;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-repeat:repeat-x;background-position:-1px -1px;background-size:110% 110%;border:1px solid}.btn{border-radius:.25em}.btn:not(:last-child){border-radius:.25em 0 0 .25em}.social-count{border-left:0;border-radius:0 .25em .25em 0}.widget-lg .btn,.widget-lg .social-count{height:16px;padding:5px 10px;font-size:12px;line-height:16px}.octicon{display:inline-block;vertical-align:text-top;fill:currentColor;overflow:visible}\"+_(t[\"data-color-scheme\"]);o.styleSheet?o.styleSheet.cssText=i:o.appendChild(e.ownerDocument.createTextNode(i));var a=\"large\"===u(t[\"data-size\"]),l=n(\"a\",{className:\"btn\",href:t.href,rel:\"noopener\",target:\"_blank\",title:t.title||void 0,\"aria-label\":t[\"aria-label\"]||void 0,innerHTML:w(t[\"data-icon\"],a?16:14)+\"&nbsp;\"},[n(\"span\",{},[t[\"data-text\"]||\"\"])]),s=e.appendChild(n(\"div\",{className:\"widget\"+(a?\" widget-lg\":\"\")},[l])),d=l.hostname.replace(/\\.$/,\"\");if((\".\"+d).substring(d.length-10)!==\".\"+p)return l.removeAttribute(\"href\"),void r(s);var m=(\" /\"+l.pathname).split(/\\/+/);if(((d===p||d===\"gist.\"+p)&&\"archive\"===m[3]||d===p&&\"releases\"===m[3]&&(\"download\"===m[4]||\"latest\"===m[4]&&\"download\"===m[5])||d===\"codeload.\"+p)&&(l.target=\"_top\"),\"true\"===u(t[\"data-show-count\"])&&d===p&&\"marketplace\"!==m[1]&&\"sponsors\"!==m[1]&&\"orgs\"!==m[1]&&\"users\"!==m[1]&&\"-\"!==m[1]){var h,g;if(!m[2]&&m[1])g=\"followers\",h=\"?tab=followers\";else if(!m[3]&&m[2])g=\"stargazers_count\",h=\"/stargazers\";else if(m[4]||\"subscription\"!==m[3])if(m[4]||\"fork\"!==m[3]){if(\"issues\"!==m[3])return void r(s);g=\"open_issues_count\",h=\"/issues\"}else g=\"forks_count\",h=\"/network/members\";else g=\"subscribers_count\",h=\"/watchers\";var b=m[2]?\"/repos/\"+m[1]+\"/\"+m[2]:\"/users/\"+m[1];B.call(this,f+b,(function(e,t){if(!e){var o=t[g];s.appendChild(n(\"a\",{className:\"social-count\",href:t.html_url+h,rel:\"noopener\",target:\"_blank\",\"aria-label\":o+\" \"+g.replace(/_count$/,\"\").replace(\"_\",\" \").slice(0,o<2?-1:void 0)+\" on GitHub\"},[(\"\"+o).replace(/\\B(?=(\\d{3})+(?!\\d))/g,\",\")]))}r(s)}))}else r(s)},E=window.devicePixelRatio||1,A=function(e){return(E>1?o.ceil(o.round(e*E)/E*2)/2:o.ceil(e))||0},C=function(e,t){e.style.width=t[0]+\"px\",e.style.height=t[1]+\"px\"},N=function(e,t){if(null!=e&&null!=t)if(e.getAttribute&&(e=function(e){var t={href:e.href,title:e.title,\"aria-label\":e.getAttribute(\"aria-label\")};return l([\"icon\",\"color-scheme\",\"text\",\"size\",\"show-count\"],(function(r){var n=\"data-\"+r;t[n]=e.getAttribute(n)})),null==t[\"data-text\"]&&(t[\"data-text\"]=e.textContent||e.innerText),t}(e)),h){var r=s(\"span\");S(r.attachShadow({mode:\"closed\"}),e,(function(){t(r)}))}else{var i=s(\"iframe\",{src:\"javascript:0\",title:e.title||void 0,allowtransparency:!0,scrolling:\"no\",frameBorder:0});C(i,[0,0]),i.style.border=\"none\";var a=function(){var r,l=i.contentWindow;try{r=l.document.body}catch(e){return void n.body.appendChild(i.parentNode.removeChild(i))}b(i,\"load\",a),S.call(l,r,e,(function(r){var n=function(e){var t=e.offsetWidth,r=e.offsetHeight;if(e.getBoundingClientRect){var n=e.getBoundingClientRect();t=o.max(t,A(n.width)),r=o.max(r,A(n.height))}return[t,r]}(r);i.parentNode.removeChild(i),function(e,t,r){var n=function(){return b(e,t,n),r.apply(this,arguments)};g(e,t,n)}(i,\"load\",(function(){C(i,n)})),i.src=\"https://unpkg.com/github-buttons@2.23.0/dist/buttons.html#\"+(i.name=function(e,t,r,n){null==t&&(t=\"&\"),null==r&&(r=\"=\"),null==n&&(n=window.encodeURIComponent);var o=[];for(var i in e){var a=e[i];null!=a&&o.push(n(i)+r+n(a))}return o.join(t)}(e)),t(i)}))};g(i,\"load\",a),n.body.appendChild(i)}}},7296:(e,t,r)=>{\"use strict\";var n=r(210)(\"%Object.getOwnPropertyDescriptor%\",!0);if(n)try{n([],\"length\")}catch(e){n=null}e.exports=n},1044:(e,t,r)=>{\"use strict\";var n=r(3628),o=function(){return!!n};o.hasArrayLengthDefineBug=function(){if(!n)return null;try{return 1!==n([],\"length\",{value:1}).length}catch(e){return!0}},e.exports=o},8185:e=>{\"use strict\";var t={__proto__:null,foo:{}},r=Object;e.exports=function(){return{__proto__:t}.foo===t.foo&&!(t instanceof r)}},1405:(e,t,r)=>{\"use strict\";var n=\"undefined\"!=typeof Symbol&&Symbol,o=r(5419);e.exports=function(){return\"function\"==typeof n&&(\"function\"==typeof Symbol&&(\"symbol\"==typeof n(\"foo\")&&(\"symbol\"==typeof Symbol(\"bar\")&&o())))}},5419:e=>{\"use strict\";e.exports=function(){if(\"function\"!=typeof Symbol||\"function\"!=typeof Object.getOwnPropertySymbols)return!1;if(\"symbol\"==typeof Symbol.iterator)return!0;var e={},t=Symbol(\"test\"),r=Object(t);if(\"string\"==typeof t)return!1;if(\"[object Symbol]\"!==Object.prototype.toString.call(t))return!1;if(\"[object Symbol]\"!==Object.prototype.toString.call(r))return!1;for(t in e[t]=42,e)return!1;if(\"function\"==typeof Object.keys&&0!==Object.keys(e).length)return!1;if(\"function\"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var n=Object.getOwnPropertySymbols(e);if(1!==n.length||n[0]!==t)return!1;if(!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if(\"function\"==typeof Object.getOwnPropertyDescriptor){var o=Object.getOwnPropertyDescriptor(e,t);if(42!==o.value||!0!==o.enumerable)return!1}return!0}},8824:(e,t,r)=>{\"use strict\";var n=Function.prototype.call,o=Object.prototype.hasOwnProperty,i=r(2514);e.exports=i.call(n,o)},6057:(e,t)=>{\"use strict\";function r(e){return\"[object Object]\"===Object.prototype.toString.call(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.isPlainObject=function(e){var t,n;return!1!==r(e)&&(void 0===(t=e.constructor)||!1!==r(n=t.prototype)&&!1!==n.hasOwnProperty(\"isPrototypeOf\"))}},973:(e,t,r)=>{var n=r(1169),o=function(e){var t=\"\",r=Object.keys(e);return r.forEach((function(o,i){var a=e[o];(function(e){return/[height|width]$/.test(e)})(o=n(o))&&\"number\"==typeof a&&(a+=\"px\"),t+=!0===a?o:!1===a?\"not \"+o:\"(\"+o+\": \"+a+\")\",i<r.length-1&&(t+=\" and \")})),t};e.exports=function(e){var t=\"\";return\"string\"==typeof e?e:e instanceof Array?(e.forEach((function(r,n){t+=o(r),n<e.length-1&&(t+=\", \")})),t):o(e)}},9090:e=>{function t(e,t){e.onload=function(){this.onerror=this.onload=null,t(null,e)},e.onerror=function(){this.onerror=this.onload=null,t(new Error(\"Failed to load \"+this.src),e)}}function r(e,t){e.onreadystatechange=function(){\"complete\"!=this.readyState&&\"loaded\"!=this.readyState||(this.onreadystatechange=null,t(null,e))}}e.exports=function(e,n,o){var i=document.head||document.getElementsByTagName(\"head\")[0],a=document.createElement(\"script\");\"function\"==typeof n&&(o=n,n={}),n=n||{},o=o||function(){},a.type=n.type||\"text/javascript\",a.charset=n.charset||\"utf8\",a.async=!(\"async\"in n)||!!n.async,a.src=e,n.attrs&&function(e,t){for(var r in t)e.setAttribute(r,t[r])}(a,n.attrs),n.text&&(a.text=\"\"+n.text),(\"onload\"in a?t:r)(a,o),a.onload||t(a,o),i.appendChild(a)}},1296:(e,t,r)=>{var n=NaN,o=\"[object Symbol]\",i=/^\\s+|\\s+$/g,a=/^[-+]0x[0-9a-f]+$/i,l=/^0b[01]+$/i,c=/^0o[0-7]+$/i,s=parseInt,d=\"object\"==typeof r.g&&r.g&&r.g.Object===Object&&r.g,u=\"object\"==typeof self&&self&&self.Object===Object&&self,p=d||u||Function(\"return this\")(),f=Object.prototype.toString,m=Math.max,h=Math.min,g=function(){return p.Date.now()};function b(e){var t=typeof e;return!!e&&(\"object\"==t||\"function\"==t)}function v(e){if(\"number\"==typeof e)return e;if(function(e){return\"symbol\"==typeof e||function(e){return!!e&&\"object\"==typeof e}(e)&&f.call(e)==o}(e))return n;if(b(e)){var t=\"function\"==typeof e.valueOf?e.valueOf():e;e=b(t)?t+\"\":t}if(\"string\"!=typeof e)return 0===e?e:+e;e=e.replace(i,\"\");var r=l.test(e);return r||c.test(e)?s(e.slice(2),r?2:8):a.test(e)?n:+e}e.exports=function(e,t,r){var n,o,i,a,l,c,s=0,d=!1,u=!1,p=!0;if(\"function\"!=typeof e)throw new TypeError(\"Expected a function\");function f(t){var r=n,i=o;return n=o=void 0,s=t,a=e.apply(i,r)}function y(e){var r=e-c;return void 0===c||r>=t||r<0||u&&e-s>=i}function _(){var e=g();if(y(e))return k(e);l=setTimeout(_,function(e){var r=t-(e-c);return u?h(r,i-(e-s)):r}(e))}function k(e){return l=void 0,p&&n?f(e):(n=o=void 0,a)}function w(){var e=g(),r=y(e);if(n=arguments,o=this,c=e,r){if(void 0===l)return function(e){return s=e,l=setTimeout(_,t),d?f(e):a}(c);if(u)return l=setTimeout(_,t),f(c)}return void 0===l&&(l=setTimeout(_,t)),a}return t=v(t)||0,b(r)&&(d=!!r.leading,i=(u=\"maxWait\"in r)?m(v(r.maxWait)||0,t):i,p=\"trailing\"in r?!!r.trailing:p),w.cancel=function(){void 0!==l&&clearTimeout(l),s=0,n=c=o=l=void 0},w.flush=function(){return void 0===l?a:k(g())},w}},8552:(e,t,r)=>{var n=r(852)(r(5639),\"DataView\");e.exports=n},1989:(e,t,r)=>{var n=r(1789),o=r(401),i=r(7667),a=r(1327),l=r(1866);function c(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}c.prototype.clear=n,c.prototype.delete=o,c.prototype.get=i,c.prototype.has=a,c.prototype.set=l,e.exports=c},8407:(e,t,r)=>{var n=r(7040),o=r(4125),i=r(2117),a=r(7518),l=r(4705);function c(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}c.prototype.clear=n,c.prototype.delete=o,c.prototype.get=i,c.prototype.has=a,c.prototype.set=l,e.exports=c},7071:(e,t,r)=>{var n=r(852)(r(5639),\"Map\");e.exports=n},3369:(e,t,r)=>{var n=r(4785),o=r(1285),i=r(6e3),a=r(9916),l=r(5265);function c(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}c.prototype.clear=n,c.prototype.delete=o,c.prototype.get=i,c.prototype.has=a,c.prototype.set=l,e.exports=c},3818:(e,t,r)=>{var n=r(852)(r(5639),\"Promise\");e.exports=n},8525:(e,t,r)=>{var n=r(852)(r(5639),\"Set\");e.exports=n},8668:(e,t,r)=>{var n=r(3369),o=r(619),i=r(2385);function a(e){var t=-1,r=null==e?0:e.length;for(this.__data__=new n;++t<r;)this.add(e[t])}a.prototype.add=a.prototype.push=o,a.prototype.has=i,e.exports=a},6384:(e,t,r)=>{var n=r(8407),o=r(7465),i=r(3779),a=r(7599),l=r(4758),c=r(4309);function s(e){var t=this.__data__=new n(e);this.size=t.size}s.prototype.clear=o,s.prototype.delete=i,s.prototype.get=a,s.prototype.has=l,s.prototype.set=c,e.exports=s},2705:(e,t,r)=>{var n=r(5639).Symbol;e.exports=n},1149:(e,t,r)=>{var n=r(5639).Uint8Array;e.exports=n},577:(e,t,r)=>{var n=r(852)(r(5639),\"WeakMap\");e.exports=n},6874:e=>{e.exports=function(e,t,r){switch(r.length){case 0:return e.call(t);case 1:return e.call(t,r[0]);case 2:return e.call(t,r[0],r[1]);case 3:return e.call(t,r[0],r[1],r[2])}return e.apply(t,r)}},7412:e=>{e.exports=function(e,t){for(var r=-1,n=null==e?0:e.length;++r<n&&!1!==t(e[r],r,e););return e}},4963:e=>{e.exports=function(e,t){for(var r=-1,n=null==e?0:e.length,o=0,i=[];++r<n;){var a=e[r];t(a,r,e)&&(i[o++]=a)}return i}},4636:(e,t,r)=>{var n=r(2545),o=r(5694),i=r(1469),a=r(4144),l=r(5776),c=r(6719),s=Object.prototype.hasOwnProperty;e.exports=function(e,t){var r=i(e),d=!r&&o(e),u=!r&&!d&&a(e),p=!r&&!d&&!u&&c(e),f=r||d||u||p,m=f?n(e.length,String):[],h=m.length;for(var g in e)!t&&!s.call(e,g)||f&&(\"length\"==g||u&&(\"offset\"==g||\"parent\"==g)||p&&(\"buffer\"==g||\"byteLength\"==g||\"byteOffset\"==g)||l(g,h))||m.push(g);return m}},9932:e=>{e.exports=function(e,t){for(var r=-1,n=null==e?0:e.length,o=Array(n);++r<n;)o[r]=t(e[r],r,e);return o}},2488:e=>{e.exports=function(e,t){for(var r=-1,n=t.length,o=e.length;++r<n;)e[o+r]=t[r];return e}},2663:e=>{e.exports=function(e,t,r,n){var o=-1,i=null==e?0:e.length;for(n&&i&&(r=e[++o]);++o<i;)r=t(r,e[o],o,e);return r}},2908:e=>{e.exports=function(e,t){for(var r=-1,n=null==e?0:e.length;++r<n;)if(t(e[r],r,e))return!0;return!1}},4286:e=>{e.exports=function(e){return e.split(\"\")}},9029:e=>{var t=/[^\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\x7f]+/g;e.exports=function(e){return e.match(t)||[]}},6556:(e,t,r)=>{var n=r(540),o=r(7813);e.exports=function(e,t,r){(void 0!==r&&!o(e[t],r)||void 0===r&&!(t in e))&&n(e,t,r)}},4865:(e,t,r)=>{var n=r(540),o=r(7813),i=Object.prototype.hasOwnProperty;e.exports=function(e,t,r){var a=e[t];i.call(e,t)&&o(a,r)&&(void 0!==r||t in e)||n(e,t,r)}},8470:(e,t,r)=>{var n=r(7813);e.exports=function(e,t){for(var r=e.length;r--;)if(n(e[r][0],t))return r;return-1}},4037:(e,t,r)=>{var n=r(8363),o=r(3674);e.exports=function(e,t){return e&&n(t,o(t),e)}},3886:(e,t,r)=>{var n=r(8363),o=r(1704);e.exports=function(e,t){return e&&n(t,o(t),e)}},540:(e,t,r)=>{var n=r(8777);e.exports=function(e,t,r){\"__proto__\"==t&&n?n(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}},5990:(e,t,r)=>{var n=r(6384),o=r(7412),i=r(4865),a=r(4037),l=r(3886),c=r(4626),s=r(278),d=r(5341),u=r(1911),p=r(8234),f=r(6904),m=r(4160),h=r(3824),g=r(9148),b=r(7810),v=r(1469),y=r(4144),_=r(6688),k=r(3218),w=r(2928),x=r(3674),B=r(1704),S=\"[object Arguments]\",E=\"[object Function]\",A=\"[object Object]\",C={};C[S]=C[\"[object Array]\"]=C[\"[object ArrayBuffer]\"]=C[\"[object DataView]\"]=C[\"[object Boolean]\"]=C[\"[object Date]\"]=C[\"[object Float32Array]\"]=C[\"[object Float64Array]\"]=C[\"[object Int8Array]\"]=C[\"[object Int16Array]\"]=C[\"[object Int32Array]\"]=C[\"[object Map]\"]=C[\"[object Number]\"]=C[A]=C[\"[object RegExp]\"]=C[\"[object Set]\"]=C[\"[object String]\"]=C[\"[object Symbol]\"]=C[\"[object Uint8Array]\"]=C[\"[object Uint8ClampedArray]\"]=C[\"[object Uint16Array]\"]=C[\"[object Uint32Array]\"]=!0,C[\"[object Error]\"]=C[E]=C[\"[object WeakMap]\"]=!1,e.exports=function e(t,r,N,P,O,T){var j,M=1&r,L=2&r,I=4&r;if(N&&(j=O?N(t,P,O,T):N(t)),void 0!==j)return j;if(!k(t))return t;var F=v(t);if(F){if(j=h(t),!M)return s(t,j)}else{var z=m(t),D=z==E||\"[object GeneratorFunction]\"==z;if(y(t))return c(t,M);if(z==A||z==S||D&&!O){if(j=L||D?{}:b(t),!M)return L?u(t,l(j,t)):d(t,a(j,t))}else{if(!C[z])return O?t:{};j=g(t,z,M)}}T||(T=new n);var R=T.get(t);if(R)return R;T.set(t,j),w(t)?t.forEach((function(n){j.add(e(n,r,N,n,t,T))})):_(t)&&t.forEach((function(n,o){j.set(o,e(n,r,N,o,t,T))}));var H=F?void 0:(I?L?f:p:L?B:x)(t);return o(H||t,(function(n,o){H&&(n=t[o=n]),i(j,o,e(n,r,N,o,t,T))})),j}},3118:(e,t,r)=>{var n=r(3218),o=Object.create,i=function(){function e(){}return function(t){if(!n(t))return{};if(o)return o(t);e.prototype=t;var r=new e;return e.prototype=void 0,r}}();e.exports=i},6029:(e,t,r)=>{var n=r(3448);e.exports=function(e,t,r){for(var o=-1,i=e.length;++o<i;){var a=e[o],l=t(a);if(null!=l&&(void 0===c?l==l&&!n(l):r(l,c)))var c=l,s=a}return s}},1078:(e,t,r)=>{var n=r(2488),o=r(7285);e.exports=function e(t,r,i,a,l){var c=-1,s=t.length;for(i||(i=o),l||(l=[]);++c<s;){var d=t[c];r>0&&i(d)?r>1?e(d,r-1,i,a,l):n(l,d):a||(l[l.length]=d)}return l}},8483:(e,t,r)=>{var n=r(5063)();e.exports=n},7786:(e,t,r)=>{var n=r(1811),o=r(327);e.exports=function(e,t){for(var r=0,i=(t=n(t,e)).length;null!=e&&r<i;)e=e[o(t[r++])];return r&&r==i?e:void 0}},8866:(e,t,r)=>{var n=r(2488),o=r(1469);e.exports=function(e,t,r){var i=t(e);return o(e)?i:n(i,r(e))}},4239:(e,t,r)=>{var n=r(2705),o=r(9607),i=r(2333),a=n?n.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?\"[object Undefined]\":\"[object Null]\":a&&a in Object(e)?o(e):i(e)}},13:e=>{e.exports=function(e,t){return null!=e&&t in Object(e)}},9454:(e,t,r)=>{var n=r(4239),o=r(7005);e.exports=function(e){return o(e)&&\"[object Arguments]\"==n(e)}},939:(e,t,r)=>{var n=r(2492),o=r(7005);e.exports=function e(t,r,i,a,l){return t===r||(null==t||null==r||!o(t)&&!o(r)?t!=t&&r!=r:n(t,r,i,a,e,l))}},2492:(e,t,r)=>{var n=r(6384),o=r(7114),i=r(8351),a=r(6096),l=r(4160),c=r(1469),s=r(4144),d=r(6719),u=\"[object Arguments]\",p=\"[object Array]\",f=\"[object Object]\",m=Object.prototype.hasOwnProperty;e.exports=function(e,t,r,h,g,b){var v=c(e),y=c(t),_=v?p:l(e),k=y?p:l(t),w=(_=_==u?f:_)==f,x=(k=k==u?f:k)==f,B=_==k;if(B&&s(e)){if(!s(t))return!1;v=!0,w=!1}if(B&&!w)return b||(b=new n),v||d(e)?o(e,t,r,h,g,b):i(e,t,_,r,h,g,b);if(!(1&r)){var S=w&&m.call(e,\"__wrapped__\"),E=x&&m.call(t,\"__wrapped__\");if(S||E){var A=S?e.value():e,C=E?t.value():t;return b||(b=new n),g(A,C,r,h,b)}}return!!B&&(b||(b=new n),a(e,t,r,h,g,b))}},5588:(e,t,r)=>{var n=r(4160),o=r(7005);e.exports=function(e){return o(e)&&\"[object Map]\"==n(e)}},2958:(e,t,r)=>{var n=r(6384),o=r(939);e.exports=function(e,t,r,i){var a=r.length,l=a,c=!i;if(null==e)return!l;for(e=Object(e);a--;){var s=r[a];if(c&&s[2]?s[1]!==e[s[0]]:!(s[0]in e))return!1}for(;++a<l;){var d=(s=r[a])[0],u=e[d],p=s[1];if(c&&s[2]){if(void 0===u&&!(d in e))return!1}else{var f=new n;if(i)var m=i(u,p,d,e,t,f);if(!(void 0===m?o(p,u,3,i,f):m))return!1}}return!0}},8458:(e,t,r)=>{var n=r(3560),o=r(5346),i=r(3218),a=r(346),l=/^\\[object .+?Constructor\\]$/,c=Function.prototype,s=Object.prototype,d=c.toString,u=s.hasOwnProperty,p=RegExp(\"^\"+d.call(u).replace(/[\\\\^$.*+?()[\\]{}|]/g,\"\\\\$&\").replace(/hasOwnProperty|(function).*?(?=\\\\\\()| for .+?(?=\\\\\\])/g,\"$1.*?\")+\"$\");e.exports=function(e){return!(!i(e)||o(e))&&(n(e)?p:l).test(a(e))}},9221:(e,t,r)=>{var n=r(4160),o=r(7005);e.exports=function(e){return o(e)&&\"[object Set]\"==n(e)}},8749:(e,t,r)=>{var n=r(4239),o=r(1780),i=r(7005),a={};a[\"[object Float32Array]\"]=a[\"[object Float64Array]\"]=a[\"[object Int8Array]\"]=a[\"[object Int16Array]\"]=a[\"[object Int32Array]\"]=a[\"[object Uint8Array]\"]=a[\"[object Uint8ClampedArray]\"]=a[\"[object Uint16Array]\"]=a[\"[object Uint32Array]\"]=!0,a[\"[object Arguments]\"]=a[\"[object Array]\"]=a[\"[object ArrayBuffer]\"]=a[\"[object Boolean]\"]=a[\"[object DataView]\"]=a[\"[object Date]\"]=a[\"[object Error]\"]=a[\"[object Function]\"]=a[\"[object Map]\"]=a[\"[object Number]\"]=a[\"[object Object]\"]=a[\"[object RegExp]\"]=a[\"[object Set]\"]=a[\"[object String]\"]=a[\"[object WeakMap]\"]=!1,e.exports=function(e){return i(e)&&o(e.length)&&!!a[n(e)]}},7206:(e,t,r)=>{var n=r(1573),o=r(6432),i=r(6557),a=r(1469),l=r(9601);e.exports=function(e){return\"function\"==typeof e?e:null==e?i:\"object\"==typeof e?a(e)?o(e[0],e[1]):n(e):l(e)}},280:(e,t,r)=>{var n=r(5726),o=r(6916),i=Object.prototype.hasOwnProperty;e.exports=function(e){if(!n(e))return o(e);var t=[];for(var r in Object(e))i.call(e,r)&&\"constructor\"!=r&&t.push(r);return t}},313:(e,t,r)=>{var n=r(3218),o=r(5726),i=r(3498),a=Object.prototype.hasOwnProperty;e.exports=function(e){if(!n(e))return i(e);var t=o(e),r=[];for(var l in e)(\"constructor\"!=l||!t&&a.call(e,l))&&r.push(l);return r}},433:e=>{e.exports=function(e,t){return e<t}},1573:(e,t,r)=>{var n=r(2958),o=r(1499),i=r(2634);e.exports=function(e){var t=o(e);return 1==t.length&&t[0][2]?i(t[0][0],t[0][1]):function(r){return r===e||n(r,e,t)}}},6432:(e,t,r)=>{var n=r(939),o=r(7361),i=r(9095),a=r(5403),l=r(9162),c=r(2634),s=r(327);e.exports=function(e,t){return a(e)&&l(t)?c(s(e),t):function(r){var a=o(r,e);return void 0===a&&a===t?i(r,e):n(t,a,3)}}},2980:(e,t,r)=>{var n=r(6384),o=r(6556),i=r(8483),a=r(9783),l=r(3218),c=r(1704),s=r(6390);e.exports=function e(t,r,d,u,p){t!==r&&i(r,(function(i,c){if(p||(p=new n),l(i))a(t,r,c,d,e,u,p);else{var f=u?u(s(t,c),i,c+\"\",t,r,p):void 0;void 0===f&&(f=i),o(t,c,f)}}),c)}},9783:(e,t,r)=>{var n=r(6556),o=r(4626),i=r(7133),a=r(278),l=r(7810),c=r(5694),s=r(1469),d=r(9246),u=r(4144),p=r(3560),f=r(3218),m=r(8630),h=r(6719),g=r(6390),b=r(9881);e.exports=function(e,t,r,v,y,_,k){var w=g(e,r),x=g(t,r),B=k.get(x);if(B)n(e,r,B);else{var S=_?_(w,x,r+\"\",e,t,k):void 0,E=void 0===S;if(E){var A=s(x),C=!A&&u(x),N=!A&&!C&&h(x);S=x,A||C||N?s(w)?S=w:d(w)?S=a(w):C?(E=!1,S=o(x,!0)):N?(E=!1,S=i(x,!0)):S=[]:m(x)||c(x)?(S=w,c(w)?S=b(w):f(w)&&!p(w)||(S=l(x))):E=!1}E&&(k.set(x,S),y(S,x,v,_,k),k.delete(x)),n(e,r,S)}}},5970:(e,t,r)=>{var n=r(3012),o=r(9095);e.exports=function(e,t){return n(e,t,(function(t,r){return o(e,r)}))}},3012:(e,t,r)=>{var n=r(7786),o=r(611),i=r(1811);e.exports=function(e,t,r){for(var a=-1,l=t.length,c={};++a<l;){var s=t[a],d=n(e,s);r(d,s)&&o(c,i(s,e),d)}return c}},371:e=>{e.exports=function(e){return function(t){return null==t?void 0:t[e]}}},9152:(e,t,r)=>{var n=r(7786);e.exports=function(e){return function(t){return n(t,e)}}},8674:e=>{e.exports=function(e){return function(t){return null==e?void 0:e[t]}}},5976:(e,t,r)=>{var n=r(6557),o=r(5357),i=r(61);e.exports=function(e,t){return i(o(e,t,n),e+\"\")}},611:(e,t,r)=>{var n=r(4865),o=r(1811),i=r(5776),a=r(3218),l=r(327);e.exports=function(e,t,r,c){if(!a(e))return e;for(var s=-1,d=(t=o(t,e)).length,u=d-1,p=e;null!=p&&++s<d;){var f=l(t[s]),m=r;if(\"__proto__\"===f||\"constructor\"===f||\"prototype\"===f)return e;if(s!=u){var h=p[f];void 0===(m=c?c(h,f,p):void 0)&&(m=a(h)?h:i(t[s+1])?[]:{})}n(p,f,m),p=p[f]}return e}},6560:(e,t,r)=>{var n=r(5703),o=r(8777),i=r(6557),a=o?function(e,t){return o(e,\"toString\",{configurable:!0,enumerable:!1,value:n(t),writable:!0})}:i;e.exports=a},4259:e=>{e.exports=function(e,t,r){var n=-1,o=e.length;t<0&&(t=-t>o?0:o+t),(r=r>o?o:r)<0&&(r+=o),o=t>r?0:r-t>>>0,t>>>=0;for(var i=Array(o);++n<o;)i[n]=e[n+t];return i}},2545:e=>{e.exports=function(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}},531:(e,t,r)=>{var n=r(2705),o=r(9932),i=r(1469),a=r(3448),l=n?n.prototype:void 0,c=l?l.toString:void 0;e.exports=function e(t){if(\"string\"==typeof t)return t;if(i(t))return o(t,e)+\"\";if(a(t))return c?c.call(t):\"\";var r=t+\"\";return\"0\"==r&&1/t==-Infinity?\"-0\":r}},7561:(e,t,r)=>{var n=r(7990),o=/^\\s+/;e.exports=function(e){return e?e.slice(0,n(e)+1).replace(o,\"\"):e}},1717:e=>{e.exports=function(e){return function(t){return e(t)}}},7406:(e,t,r)=>{var n=r(1811),o=r(928),i=r(292),a=r(327);e.exports=function(e,t){return t=n(t,e),null==(e=i(e,t))||delete e[a(o(t))]}},4757:e=>{e.exports=function(e,t){return e.has(t)}},1811:(e,t,r)=>{var n=r(1469),o=r(5403),i=r(5514),a=r(9833);e.exports=function(e,t){return n(e)?e:o(e,t)?[e]:i(a(e))}},180:(e,t,r)=>{var n=r(4259);e.exports=function(e,t,r){var o=e.length;return r=void 0===r?o:r,!t&&r>=o?e:n(e,t,r)}},4318:(e,t,r)=>{var n=r(1149);e.exports=function(e){var t=new e.constructor(e.byteLength);return new n(t).set(new n(e)),t}},4626:(e,t,r)=>{e=r.nmd(e);var n=r(5639),o=t&&!t.nodeType&&t,i=o&&e&&!e.nodeType&&e,a=i&&i.exports===o?n.Buffer:void 0,l=a?a.allocUnsafe:void 0;e.exports=function(e,t){if(t)return e.slice();var r=e.length,n=l?l(r):new e.constructor(r);return e.copy(n),n}},7157:(e,t,r)=>{var n=r(4318);e.exports=function(e,t){var r=t?n(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.byteLength)}},3147:e=>{var t=/\\w*$/;e.exports=function(e){var r=new e.constructor(e.source,t.exec(e));return r.lastIndex=e.lastIndex,r}},419:(e,t,r)=>{var n=r(2705),o=n?n.prototype:void 0,i=o?o.valueOf:void 0;e.exports=function(e){return i?Object(i.call(e)):{}}},7133:(e,t,r)=>{var n=r(4318);e.exports=function(e,t){var r=t?n(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)}},278:e=>{e.exports=function(e,t){var r=-1,n=e.length;for(t||(t=Array(n));++r<n;)t[r]=e[r];return t}},8363:(e,t,r)=>{var n=r(4865),o=r(540);e.exports=function(e,t,r,i){var a=!r;r||(r={});for(var l=-1,c=t.length;++l<c;){var s=t[l],d=i?i(r[s],e[s],s,r,e):void 0;void 0===d&&(d=e[s]),a?o(r,s,d):n(r,s,d)}return r}},5341:(e,t,r)=>{var n=r(8363),o=r(9551);e.exports=function(e,t){return n(e,o(e),t)}},1911:(e,t,r)=>{var n=r(8363),o=r(1442);e.exports=function(e,t){return n(e,o(e),t)}},4429:(e,t,r)=>{var n=r(5639)[\"__core-js_shared__\"];e.exports=n},1463:(e,t,r)=>{var n=r(5976),o=r(6612);e.exports=function(e){return n((function(t,r){var n=-1,i=r.length,a=i>1?r[i-1]:void 0,l=i>2?r[2]:void 0;for(a=e.length>3&&\"function\"==typeof a?(i--,a):void 0,l&&o(r[0],r[1],l)&&(a=i<3?void 0:a,i=1),t=Object(t);++n<i;){var c=r[n];c&&e(t,c,n,a)}return t}))}},5063:e=>{e.exports=function(e){return function(t,r,n){for(var o=-1,i=Object(t),a=n(t),l=a.length;l--;){var c=a[e?l:++o];if(!1===r(i[c],c,i))break}return t}}},8805:(e,t,r)=>{var n=r(180),o=r(2689),i=r(3140),a=r(9833);e.exports=function(e){return function(t){t=a(t);var r=o(t)?i(t):void 0,l=r?r[0]:t.charAt(0),c=r?n(r,1).join(\"\"):t.slice(1);return l[e]()+c}}},5393:(e,t,r)=>{var n=r(2663),o=r(3816),i=r(8748),a=RegExp(\"['’]\",\"g\");e.exports=function(e){return function(t){return n(i(o(t).replace(a,\"\")),e,\"\")}}},696:(e,t,r)=>{var n=r(8630);e.exports=function(e){return n(e)?void 0:e}},9389:(e,t,r)=>{var n=r(8674)({À:\"A\",Á:\"A\",Â:\"A\",Ã:\"A\",Ä:\"A\",Å:\"A\",à:\"a\",á:\"a\",â:\"a\",ã:\"a\",ä:\"a\",å:\"a\",Ç:\"C\",ç:\"c\",Ð:\"D\",ð:\"d\",È:\"E\",É:\"E\",Ê:\"E\",Ë:\"E\",è:\"e\",é:\"e\",ê:\"e\",ë:\"e\",Ì:\"I\",Í:\"I\",Î:\"I\",Ï:\"I\",ì:\"i\",í:\"i\",î:\"i\",ï:\"i\",Ñ:\"N\",ñ:\"n\",Ò:\"O\",Ó:\"O\",Ô:\"O\",Õ:\"O\",Ö:\"O\",Ø:\"O\",ò:\"o\",ó:\"o\",ô:\"o\",õ:\"o\",ö:\"o\",ø:\"o\",Ù:\"U\",Ú:\"U\",Û:\"U\",Ü:\"U\",ù:\"u\",ú:\"u\",û:\"u\",ü:\"u\",Ý:\"Y\",ý:\"y\",ÿ:\"y\",Æ:\"Ae\",æ:\"ae\",Þ:\"Th\",þ:\"th\",ß:\"ss\",Ā:\"A\",Ă:\"A\",Ą:\"A\",ā:\"a\",ă:\"a\",ą:\"a\",Ć:\"C\",Ĉ:\"C\",Ċ:\"C\",Č:\"C\",ć:\"c\",ĉ:\"c\",ċ:\"c\",č:\"c\",Ď:\"D\",Đ:\"D\",ď:\"d\",đ:\"d\",Ē:\"E\",Ĕ:\"E\",Ė:\"E\",Ę:\"E\",Ě:\"E\",ē:\"e\",ĕ:\"e\",ė:\"e\",ę:\"e\",ě:\"e\",Ĝ:\"G\",Ğ:\"G\",Ġ:\"G\",Ģ:\"G\",ĝ:\"g\",ğ:\"g\",ġ:\"g\",ģ:\"g\",Ĥ:\"H\",Ħ:\"H\",ĥ:\"h\",ħ:\"h\",Ĩ:\"I\",Ī:\"I\",Ĭ:\"I\",Į:\"I\",İ:\"I\",ĩ:\"i\",ī:\"i\",ĭ:\"i\",į:\"i\",ı:\"i\",Ĵ:\"J\",ĵ:\"j\",Ķ:\"K\",ķ:\"k\",ĸ:\"k\",Ĺ:\"L\",Ļ:\"L\",Ľ:\"L\",Ŀ:\"L\",Ł:\"L\",ĺ:\"l\",ļ:\"l\",ľ:\"l\",ŀ:\"l\",ł:\"l\",Ń:\"N\",Ņ:\"N\",Ň:\"N\",Ŋ:\"N\",ń:\"n\",ņ:\"n\",ň:\"n\",ŋ:\"n\",Ō:\"O\",Ŏ:\"O\",Ő:\"O\",ō:\"o\",ŏ:\"o\",ő:\"o\",Ŕ:\"R\",Ŗ:\"R\",Ř:\"R\",ŕ:\"r\",ŗ:\"r\",ř:\"r\",Ś:\"S\",Ŝ:\"S\",Ş:\"S\",Š:\"S\",ś:\"s\",ŝ:\"s\",ş:\"s\",š:\"s\",Ţ:\"T\",Ť:\"T\",Ŧ:\"T\",ţ:\"t\",ť:\"t\",ŧ:\"t\",Ũ:\"U\",Ū:\"U\",Ŭ:\"U\",Ů:\"U\",Ű:\"U\",Ų:\"U\",ũ:\"u\",ū:\"u\",ŭ:\"u\",ů:\"u\",ű:\"u\",ų:\"u\",Ŵ:\"W\",ŵ:\"w\",Ŷ:\"Y\",ŷ:\"y\",Ÿ:\"Y\",Ź:\"Z\",Ż:\"Z\",Ž:\"Z\",ź:\"z\",ż:\"z\",ž:\"z\",IJ:\"IJ\",ij:\"ij\",Œ:\"Oe\",œ:\"oe\",ʼn:\"'n\",ſ:\"s\"});e.exports=n},8777:(e,t,r)=>{var n=r(852),o=function(){try{var e=n(Object,\"defineProperty\");return e({},\"\",{}),e}catch(e){}}();e.exports=o},7114:(e,t,r)=>{var n=r(8668),o=r(2908),i=r(4757);e.exports=function(e,t,r,a,l,c){var s=1&r,d=e.length,u=t.length;if(d!=u&&!(s&&u>d))return!1;var p=c.get(e),f=c.get(t);if(p&&f)return p==t&&f==e;var m=-1,h=!0,g=2&r?new n:void 0;for(c.set(e,t),c.set(t,e);++m<d;){var b=e[m],v=t[m];if(a)var y=s?a(v,b,m,t,e,c):a(b,v,m,e,t,c);if(void 0!==y){if(y)continue;h=!1;break}if(g){if(!o(t,(function(e,t){if(!i(g,t)&&(b===e||l(b,e,r,a,c)))return g.push(t)}))){h=!1;break}}else if(b!==v&&!l(b,v,r,a,c)){h=!1;break}}return c.delete(e),c.delete(t),h}},8351:(e,t,r)=>{var n=r(2705),o=r(1149),i=r(7813),a=r(7114),l=r(8776),c=r(1814),s=n?n.prototype:void 0,d=s?s.valueOf:void 0;e.exports=function(e,t,r,n,s,u,p){switch(r){case\"[object DataView]\":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case\"[object ArrayBuffer]\":return!(e.byteLength!=t.byteLength||!u(new o(e),new o(t)));case\"[object Boolean]\":case\"[object Date]\":case\"[object Number]\":return i(+e,+t);case\"[object Error]\":return e.name==t.name&&e.message==t.message;case\"[object RegExp]\":case\"[object String]\":return e==t+\"\";case\"[object Map]\":var f=l;case\"[object Set]\":var m=1&n;if(f||(f=c),e.size!=t.size&&!m)return!1;var h=p.get(e);if(h)return h==t;n|=2,p.set(e,t);var g=a(f(e),f(t),n,s,u,p);return p.delete(e),g;case\"[object Symbol]\":if(d)return d.call(e)==d.call(t)}return!1}},6096:(e,t,r)=>{var n=r(8234),o=Object.prototype.hasOwnProperty;e.exports=function(e,t,r,i,a,l){var c=1&r,s=n(e),d=s.length;if(d!=n(t).length&&!c)return!1;for(var u=d;u--;){var p=s[u];if(!(c?p in t:o.call(t,p)))return!1}var f=l.get(e),m=l.get(t);if(f&&m)return f==t&&m==e;var h=!0;l.set(e,t),l.set(t,e);for(var g=c;++u<d;){var b=e[p=s[u]],v=t[p];if(i)var y=c?i(v,b,p,t,e,l):i(b,v,p,e,t,l);if(!(void 0===y?b===v||a(b,v,r,i,l):y)){h=!1;break}g||(g=\"constructor\"==p)}if(h&&!g){var _=e.constructor,k=t.constructor;_==k||!(\"constructor\"in e)||!(\"constructor\"in t)||\"function\"==typeof _&&_ instanceof _&&\"function\"==typeof k&&k instanceof k||(h=!1)}return l.delete(e),l.delete(t),h}},9021:(e,t,r)=>{var n=r(5564),o=r(5357),i=r(61);e.exports=function(e){return i(o(e,void 0,n),e+\"\")}},1957:(e,t,r)=>{var n=\"object\"==typeof r.g&&r.g&&r.g.Object===Object&&r.g;e.exports=n},8234:(e,t,r)=>{var n=r(8866),o=r(9551),i=r(3674);e.exports=function(e){return n(e,i,o)}},6904:(e,t,r)=>{var n=r(8866),o=r(1442),i=r(1704);e.exports=function(e){return n(e,i,o)}},5050:(e,t,r)=>{var n=r(7019);e.exports=function(e,t){var r=e.__data__;return n(t)?r[\"string\"==typeof t?\"string\":\"hash\"]:r.map}},1499:(e,t,r)=>{var n=r(9162),o=r(3674);e.exports=function(e){for(var t=o(e),r=t.length;r--;){var i=t[r],a=e[i];t[r]=[i,a,n(a)]}return t}},852:(e,t,r)=>{var n=r(8458),o=r(7801);e.exports=function(e,t){var r=o(e,t);return n(r)?r:void 0}},5924:(e,t,r)=>{var n=r(5569)(Object.getPrototypeOf,Object);e.exports=n},9607:(e,t,r)=>{var n=r(2705),o=Object.prototype,i=o.hasOwnProperty,a=o.toString,l=n?n.toStringTag:void 0;e.exports=function(e){var t=i.call(e,l),r=e[l];try{e[l]=void 0;var n=!0}catch(e){}var o=a.call(e);return n&&(t?e[l]=r:delete e[l]),o}},9551:(e,t,r)=>{var n=r(4963),o=r(479),i=Object.prototype.propertyIsEnumerable,a=Object.getOwnPropertySymbols,l=a?function(e){return null==e?[]:(e=Object(e),n(a(e),(function(t){return i.call(e,t)})))}:o;e.exports=l},1442:(e,t,r)=>{var n=r(2488),o=r(5924),i=r(9551),a=r(479),l=Object.getOwnPropertySymbols?function(e){for(var t=[];e;)n(t,i(e)),e=o(e);return t}:a;e.exports=l},4160:(e,t,r)=>{var n=r(8552),o=r(7071),i=r(3818),a=r(8525),l=r(577),c=r(4239),s=r(346),d=\"[object Map]\",u=\"[object Promise]\",p=\"[object Set]\",f=\"[object WeakMap]\",m=\"[object DataView]\",h=s(n),g=s(o),b=s(i),v=s(a),y=s(l),_=c;(n&&_(new n(new ArrayBuffer(1)))!=m||o&&_(new o)!=d||i&&_(i.resolve())!=u||a&&_(new a)!=p||l&&_(new l)!=f)&&(_=function(e){var t=c(e),r=\"[object Object]\"==t?e.constructor:void 0,n=r?s(r):\"\";if(n)switch(n){case h:return m;case g:return d;case b:return u;case v:return p;case y:return f}return t}),e.exports=_},7801:e=>{e.exports=function(e,t){return null==e?void 0:e[t]}},222:(e,t,r)=>{var n=r(1811),o=r(5694),i=r(1469),a=r(5776),l=r(1780),c=r(327);e.exports=function(e,t,r){for(var s=-1,d=(t=n(t,e)).length,u=!1;++s<d;){var p=c(t[s]);if(!(u=null!=e&&r(e,p)))break;e=e[p]}return u||++s!=d?u:!!(d=null==e?0:e.length)&&l(d)&&a(p,d)&&(i(e)||o(e))}},2689:e=>{var t=RegExp(\"[\\\\u200d\\\\ud800-\\\\udfff\\\\u0300-\\\\u036f\\\\ufe20-\\\\ufe2f\\\\u20d0-\\\\u20ff\\\\ufe0e\\\\ufe0f]\");e.exports=function(e){return t.test(e)}},3157:e=>{var t=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;e.exports=function(e){return t.test(e)}},1789:(e,t,r)=>{var n=r(4536);e.exports=function(){this.__data__=n?n(null):{},this.size=0}},401:e=>{e.exports=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}},7667:(e,t,r)=>{var n=r(4536),o=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;if(n){var r=t[e];return\"__lodash_hash_undefined__\"===r?void 0:r}return o.call(t,e)?t[e]:void 0}},1327:(e,t,r)=>{var n=r(4536),o=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;return n?void 0!==t[e]:o.call(t,e)}},1866:(e,t,r)=>{var n=r(4536);e.exports=function(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=n&&void 0===t?\"__lodash_hash_undefined__\":t,this}},3824:e=>{var t=Object.prototype.hasOwnProperty;e.exports=function(e){var r=e.length,n=new e.constructor(r);return r&&\"string\"==typeof e[0]&&t.call(e,\"index\")&&(n.index=e.index,n.input=e.input),n}},9148:(e,t,r)=>{var n=r(4318),o=r(7157),i=r(3147),a=r(419),l=r(7133);e.exports=function(e,t,r){var c=e.constructor;switch(t){case\"[object ArrayBuffer]\":return n(e);case\"[object Boolean]\":case\"[object Date]\":return new c(+e);case\"[object DataView]\":return o(e,r);case\"[object Float32Array]\":case\"[object Float64Array]\":case\"[object Int8Array]\":case\"[object Int16Array]\":case\"[object Int32Array]\":case\"[object Uint8Array]\":case\"[object Uint8ClampedArray]\":case\"[object Uint16Array]\":case\"[object Uint32Array]\":return l(e,r);case\"[object Map]\":case\"[object Set]\":return new c;case\"[object Number]\":case\"[object String]\":return new c(e);case\"[object RegExp]\":return i(e);case\"[object Symbol]\":return a(e)}}},7810:(e,t,r)=>{var n=r(3118),o=r(5924),i=r(5726);e.exports=function(e){return\"function\"!=typeof e.constructor||i(e)?{}:n(o(e))}},7285:(e,t,r)=>{var n=r(2705),o=r(5694),i=r(1469),a=n?n.isConcatSpreadable:void 0;e.exports=function(e){return i(e)||o(e)||!!(a&&e&&e[a])}},5776:e=>{var t=/^(?:0|[1-9]\\d*)$/;e.exports=function(e,r){var n=typeof e;return!!(r=null==r?9007199254740991:r)&&(\"number\"==n||\"symbol\"!=n&&t.test(e))&&e>-1&&e%1==0&&e<r}},6612:(e,t,r)=>{var n=r(7813),o=r(8612),i=r(5776),a=r(3218);e.exports=function(e,t,r){if(!a(r))return!1;var l=typeof t;return!!(\"number\"==l?o(r)&&i(t,r.length):\"string\"==l&&t in r)&&n(r[t],e)}},5403:(e,t,r)=>{var n=r(1469),o=r(3448),i=/\\.|\\[(?:[^[\\]]*|([\"'])(?:(?!\\1)[^\\\\]|\\\\.)*?\\1)\\]/,a=/^\\w*$/;e.exports=function(e,t){if(n(e))return!1;var r=typeof e;return!(\"number\"!=r&&\"symbol\"!=r&&\"boolean\"!=r&&null!=e&&!o(e))||(a.test(e)||!i.test(e)||null!=t&&e in Object(t))}},7019:e=>{e.exports=function(e){var t=typeof e;return\"string\"==t||\"number\"==t||\"symbol\"==t||\"boolean\"==t?\"__proto__\"!==e:null===e}},5346:(e,t,r)=>{var n,o=r(4429),i=(n=/[^.]+$/.exec(o&&o.keys&&o.keys.IE_PROTO||\"\"))?\"Symbol(src)_1.\"+n:\"\";e.exports=function(e){return!!i&&i in e}},5726:e=>{var t=Object.prototype;e.exports=function(e){var r=e&&e.constructor;return e===(\"function\"==typeof r&&r.prototype||t)}},9162:(e,t,r)=>{var n=r(3218);e.exports=function(e){return e==e&&!n(e)}},7040:e=>{e.exports=function(){this.__data__=[],this.size=0}},4125:(e,t,r)=>{var n=r(8470),o=Array.prototype.splice;e.exports=function(e){var t=this.__data__,r=n(t,e);return!(r<0)&&(r==t.length-1?t.pop():o.call(t,r,1),--this.size,!0)}},2117:(e,t,r)=>{var n=r(8470);e.exports=function(e){var t=this.__data__,r=n(t,e);return r<0?void 0:t[r][1]}},7518:(e,t,r)=>{var n=r(8470);e.exports=function(e){return n(this.__data__,e)>-1}},4705:(e,t,r)=>{var n=r(8470);e.exports=function(e,t){var r=this.__data__,o=n(r,e);return o<0?(++this.size,r.push([e,t])):r[o][1]=t,this}},4785:(e,t,r)=>{var n=r(1989),o=r(8407),i=r(7071);e.exports=function(){this.size=0,this.__data__={hash:new n,map:new(i||o),string:new n}}},1285:(e,t,r)=>{var n=r(5050);e.exports=function(e){var t=n(this,e).delete(e);return this.size-=t?1:0,t}},6e3:(e,t,r)=>{var n=r(5050);e.exports=function(e){return n(this,e).get(e)}},9916:(e,t,r)=>{var n=r(5050);e.exports=function(e){return n(this,e).has(e)}},5265:(e,t,r)=>{var n=r(5050);e.exports=function(e,t){var r=n(this,e),o=r.size;return r.set(e,t),this.size+=r.size==o?0:1,this}},8776:e=>{e.exports=function(e){var t=-1,r=Array(e.size);return e.forEach((function(e,n){r[++t]=[n,e]})),r}},2634:e=>{e.exports=function(e,t){return function(r){return null!=r&&(r[e]===t&&(void 0!==t||e in Object(r)))}}},4523:(e,t,r)=>{var n=r(8306);e.exports=function(e){var t=n(e,(function(e){return 500===r.size&&r.clear(),e})),r=t.cache;return t}},4536:(e,t,r)=>{var n=r(852)(Object,\"create\");e.exports=n},6916:(e,t,r)=>{var n=r(5569)(Object.keys,Object);e.exports=n},3498:e=>{e.exports=function(e){var t=[];if(null!=e)for(var r in Object(e))t.push(r);return t}},1167:(e,t,r)=>{e=r.nmd(e);var n=r(1957),o=t&&!t.nodeType&&t,i=o&&e&&!e.nodeType&&e,a=i&&i.exports===o&&n.process,l=function(){try{var e=i&&i.require&&i.require(\"util\").types;return e||a&&a.binding&&a.binding(\"util\")}catch(e){}}();e.exports=l},2333:e=>{var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},5569:e=>{e.exports=function(e,t){return function(r){return e(t(r))}}},5357:(e,t,r)=>{var n=r(6874),o=Math.max;e.exports=function(e,t,r){return t=o(void 0===t?e.length-1:t,0),function(){for(var i=arguments,a=-1,l=o(i.length-t,0),c=Array(l);++a<l;)c[a]=i[t+a];a=-1;for(var s=Array(t+1);++a<t;)s[a]=i[a];return s[t]=r(c),n(e,this,s)}}},292:(e,t,r)=>{var n=r(7786),o=r(4259);e.exports=function(e,t){return t.length<2?e:n(e,o(t,0,-1))}},5639:(e,t,r)=>{var n=r(1957),o=\"object\"==typeof self&&self&&self.Object===Object&&self,i=n||o||Function(\"return this\")();e.exports=i},6390:e=>{e.exports=function(e,t){if((\"constructor\"!==t||\"function\"!=typeof e[t])&&\"__proto__\"!=t)return e[t]}},619:e=>{e.exports=function(e){return this.__data__.set(e,\"__lodash_hash_undefined__\"),this}},2385:e=>{e.exports=function(e){return this.__data__.has(e)}},1814:e=>{e.exports=function(e){var t=-1,r=Array(e.size);return e.forEach((function(e){r[++t]=e})),r}},61:(e,t,r)=>{var n=r(6560),o=r(1275)(n);e.exports=o},1275:e=>{var t=Date.now;e.exports=function(e){var r=0,n=0;return function(){var o=t(),i=16-(o-n);if(n=o,i>0){if(++r>=800)return arguments[0]}else r=0;return e.apply(void 0,arguments)}}},7465:(e,t,r)=>{var n=r(8407);e.exports=function(){this.__data__=new n,this.size=0}},3779:e=>{e.exports=function(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}},7599:e=>{e.exports=function(e){return this.__data__.get(e)}},4758:e=>{e.exports=function(e){return this.__data__.has(e)}},4309:(e,t,r)=>{var n=r(8407),o=r(7071),i=r(3369);e.exports=function(e,t){var r=this.__data__;if(r instanceof n){var a=r.__data__;if(!o||a.length<199)return a.push([e,t]),this.size=++r.size,this;r=this.__data__=new i(a)}return r.set(e,t),this.size=r.size,this}},3140:(e,t,r)=>{var n=r(4286),o=r(2689),i=r(676);e.exports=function(e){return o(e)?i(e):n(e)}},5514:(e,t,r)=>{var n=r(4523),o=/[^.[\\]]+|\\[(?:(-?\\d+(?:\\.\\d+)?)|([\"'])((?:(?!\\2)[^\\\\]|\\\\.)*?)\\2)\\]|(?=(?:\\.|\\[\\])(?:\\.|\\[\\]|$))/g,i=/\\\\(\\\\)?/g,a=n((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(\"\"),e.replace(o,(function(e,r,n,o){t.push(n?o.replace(i,\"$1\"):r||e)})),t}));e.exports=a},327:(e,t,r)=>{var n=r(3448);e.exports=function(e){if(\"string\"==typeof e||n(e))return e;var t=e+\"\";return\"0\"==t&&1/e==-Infinity?\"-0\":t}},346:e=>{var t=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return t.call(e)}catch(e){}try{return e+\"\"}catch(e){}}return\"\"}},7990:e=>{var t=/\\s/;e.exports=function(e){for(var r=e.length;r--&&t.test(e.charAt(r)););return r}},676:e=>{var t=\"\\\\ud800-\\\\udfff\",r=\"[\"+t+\"]\",n=\"[\\\\u0300-\\\\u036f\\\\ufe20-\\\\ufe2f\\\\u20d0-\\\\u20ff]\",o=\"\\\\ud83c[\\\\udffb-\\\\udfff]\",i=\"[^\"+t+\"]\",a=\"(?:\\\\ud83c[\\\\udde6-\\\\uddff]){2}\",l=\"[\\\\ud800-\\\\udbff][\\\\udc00-\\\\udfff]\",c=\"(?:\"+n+\"|\"+o+\")\"+\"?\",s=\"[\\\\ufe0e\\\\ufe0f]?\",d=s+c+(\"(?:\\\\u200d(?:\"+[i,a,l].join(\"|\")+\")\"+s+c+\")*\"),u=\"(?:\"+[i+n+\"?\",n,a,l,r].join(\"|\")+\")\",p=RegExp(o+\"(?=\"+o+\")|\"+u+d,\"g\");e.exports=function(e){return e.match(p)||[]}},2757:e=>{var t=\"\\\\ud800-\\\\udfff\",r=\"\\\\u2700-\\\\u27bf\",n=\"a-z\\\\xdf-\\\\xf6\\\\xf8-\\\\xff\",o=\"A-Z\\\\xc0-\\\\xd6\\\\xd8-\\\\xde\",i=\"\\\\xac\\\\xb1\\\\xd7\\\\xf7\\\\x00-\\\\x2f\\\\x3a-\\\\x40\\\\x5b-\\\\x60\\\\x7b-\\\\xbf\\\\u2000-\\\\u206f \\\\t\\\\x0b\\\\f\\\\xa0\\\\ufeff\\\\n\\\\r\\\\u2028\\\\u2029\\\\u1680\\\\u180e\\\\u2000\\\\u2001\\\\u2002\\\\u2003\\\\u2004\\\\u2005\\\\u2006\\\\u2007\\\\u2008\\\\u2009\\\\u200a\\\\u202f\\\\u205f\\\\u3000\",a=\"[\"+i+\"]\",l=\"\\\\d+\",c=\"[\"+r+\"]\",s=\"[\"+n+\"]\",d=\"[^\"+t+i+l+r+n+o+\"]\",u=\"(?:\\\\ud83c[\\\\udde6-\\\\uddff]){2}\",p=\"[\\\\ud800-\\\\udbff][\\\\udc00-\\\\udfff]\",f=\"[\"+o+\"]\",m=\"(?:\"+s+\"|\"+d+\")\",h=\"(?:\"+f+\"|\"+d+\")\",g=\"(?:['’](?:d|ll|m|re|s|t|ve))?\",b=\"(?:['’](?:D|LL|M|RE|S|T|VE))?\",v=\"(?:[\\\\u0300-\\\\u036f\\\\ufe20-\\\\ufe2f\\\\u20d0-\\\\u20ff]|\\\\ud83c[\\\\udffb-\\\\udfff])?\",y=\"[\\\\ufe0e\\\\ufe0f]?\",_=y+v+(\"(?:\\\\u200d(?:\"+[\"[^\"+t+\"]\",u,p].join(\"|\")+\")\"+y+v+\")*\"),k=\"(?:\"+[c,u,p].join(\"|\")+\")\"+_,w=RegExp([f+\"?\"+s+\"+\"+g+\"(?=\"+[a,f,\"$\"].join(\"|\")+\")\",h+\"+\"+b+\"(?=\"+[a,f+m,\"$\"].join(\"|\")+\")\",f+\"?\"+m+\"+\"+g,f+\"+\"+b,\"\\\\d*(?:1ST|2ND|3RD|(?![123])\\\\dTH)(?=\\\\b|[a-z_])\",\"\\\\d*(?:1st|2nd|3rd|(?![123])\\\\dth)(?=\\\\b|[A-Z_])\",l,k].join(\"|\"),\"g\");e.exports=function(e){return e.match(w)||[]}},8929:(e,t,r)=>{var n=r(8403),o=r(5393)((function(e,t,r){return t=t.toLowerCase(),e+(r?n(t):t)}));e.exports=o},8403:(e,t,r)=>{var n=r(9833),o=r(1700);e.exports=function(e){return o(n(e).toLowerCase())}},8400:(e,t,r)=>{var n=r(4259),o=r(6612),i=r(554),a=Math.ceil,l=Math.max;e.exports=function(e,t,r){t=(r?o(e,t,r):void 0===t)?1:l(i(t),0);var c=null==e?0:e.length;if(!c||t<1)return[];for(var s=0,d=0,u=Array(a(c/t));s<c;)u[d++]=n(e,s,s+=t);return u}},5703:e=>{e.exports=function(e){return function(){return e}}},3279:(e,t,r)=>{var n=r(3218),o=r(7771),i=r(4841),a=Math.max,l=Math.min;e.exports=function(e,t,r){var c,s,d,u,p,f,m=0,h=!1,g=!1,b=!0;if(\"function\"!=typeof e)throw new TypeError(\"Expected a function\");function v(t){var r=c,n=s;return c=s=void 0,m=t,u=e.apply(n,r)}function y(e){var r=e-f;return void 0===f||r>=t||r<0||g&&e-m>=d}function _(){var e=o();if(y(e))return k(e);p=setTimeout(_,function(e){var r=t-(e-f);return g?l(r,d-(e-m)):r}(e))}function k(e){return p=void 0,b&&c?v(e):(c=s=void 0,u)}function w(){var e=o(),r=y(e);if(c=arguments,s=this,f=e,r){if(void 0===p)return function(e){return m=e,p=setTimeout(_,t),h?v(e):u}(f);if(g)return clearTimeout(p),p=setTimeout(_,t),v(f)}return void 0===p&&(p=setTimeout(_,t)),u}return t=i(t)||0,n(r)&&(h=!!r.leading,d=(g=\"maxWait\"in r)?a(i(r.maxWait)||0,t):d,b=\"trailing\"in r?!!r.trailing:b),w.cancel=function(){void 0!==p&&clearTimeout(p),m=0,c=f=s=p=void 0},w.flush=function(){return void 0===p?u:k(o())},w}},3816:(e,t,r)=>{var n=r(9389),o=r(9833),i=/[\\xc0-\\xd6\\xd8-\\xf6\\xf8-\\xff\\u0100-\\u017f]/g,a=RegExp(\"[\\\\u0300-\\\\u036f\\\\ufe20-\\\\ufe2f\\\\u20d0-\\\\u20ff]\",\"g\");e.exports=function(e){return(e=o(e))&&e.replace(i,n).replace(a,\"\")}},7813:e=>{e.exports=function(e,t){return e===t||e!=e&&t!=t}},8804:(e,t,r)=>{e.exports=r(1175)},5564:(e,t,r)=>{var n=r(1078);e.exports=function(e){return(null==e?0:e.length)?n(e,1):[]}},7361:(e,t,r)=>{var n=r(7786);e.exports=function(e,t,r){var o=null==e?void 0:n(e,t);return void 0===o?r:o}},9095:(e,t,r)=>{var n=r(13),o=r(222);e.exports=function(e,t){return null!=e&&o(e,t,n)}},1175:e=>{e.exports=function(e){return e&&e.length?e[0]:void 0}},6557:e=>{e.exports=function(e){return e}},5694:(e,t,r)=>{var n=r(9454),o=r(7005),i=Object.prototype,a=i.hasOwnProperty,l=i.propertyIsEnumerable,c=n(function(){return arguments}())?n:function(e){return o(e)&&a.call(e,\"callee\")&&!l.call(e,\"callee\")};e.exports=c},1469:e=>{var t=Array.isArray;e.exports=t},8612:(e,t,r)=>{var n=r(3560),o=r(1780);e.exports=function(e){return null!=e&&o(e.length)&&!n(e)}},9246:(e,t,r)=>{var n=r(8612),o=r(7005);e.exports=function(e){return o(e)&&n(e)}},4144:(e,t,r)=>{e=r.nmd(e);var n=r(5639),o=r(5062),i=t&&!t.nodeType&&t,a=i&&e&&!e.nodeType&&e,l=a&&a.exports===i?n.Buffer:void 0,c=(l?l.isBuffer:void 0)||o;e.exports=c},1609:(e,t,r)=>{var n=r(280),o=r(4160),i=r(5694),a=r(1469),l=r(8612),c=r(4144),s=r(5726),d=r(6719),u=Object.prototype.hasOwnProperty;e.exports=function(e){if(null==e)return!0;if(l(e)&&(a(e)||\"string\"==typeof e||\"function\"==typeof e.splice||c(e)||d(e)||i(e)))return!e.length;var t=o(e);if(\"[object Map]\"==t||\"[object Set]\"==t)return!e.size;if(s(e))return!n(e).length;for(var r in e)if(u.call(e,r))return!1;return!0}},8446:(e,t,r)=>{var n=r(939);e.exports=function(e,t){return n(e,t)}},3560:(e,t,r)=>{var n=r(4239),o=r(3218);e.exports=function(e){if(!o(e))return!1;var t=n(e);return\"[object Function]\"==t||\"[object GeneratorFunction]\"==t||\"[object AsyncFunction]\"==t||\"[object Proxy]\"==t}},1780:e=>{e.exports=function(e){return\"number\"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},6688:(e,t,r)=>{var n=r(5588),o=r(1717),i=r(1167),a=i&&i.isMap,l=a?o(a):n;e.exports=l},3218:e=>{e.exports=function(e){var t=typeof e;return null!=e&&(\"object\"==t||\"function\"==t)}},7005:e=>{e.exports=function(e){return null!=e&&\"object\"==typeof e}},8630:(e,t,r)=>{var n=r(4239),o=r(5924),i=r(7005),a=Function.prototype,l=Object.prototype,c=a.toString,s=l.hasOwnProperty,d=c.call(Object);e.exports=function(e){if(!i(e)||\"[object Object]\"!=n(e))return!1;var t=o(e);if(null===t)return!0;var r=s.call(t,\"constructor\")&&t.constructor;return\"function\"==typeof r&&r instanceof r&&c.call(r)==d}},2928:(e,t,r)=>{var n=r(9221),o=r(1717),i=r(1167),a=i&&i.isSet,l=a?o(a):n;e.exports=l},3448:(e,t,r)=>{var n=r(4239),o=r(7005);e.exports=function(e){return\"symbol\"==typeof e||o(e)&&\"[object Symbol]\"==n(e)}},6719:(e,t,r)=>{var n=r(8749),o=r(1717),i=r(1167),a=i&&i.isTypedArray,l=a?o(a):n;e.exports=l},3674:(e,t,r)=>{var n=r(4636),o=r(280),i=r(8612);e.exports=function(e){return i(e)?n(e):o(e)}},1704:(e,t,r)=>{var n=r(4636),o=r(313),i=r(8612);e.exports=function(e){return i(e)?n(e,!0):o(e)}},928:e=>{e.exports=function(e){var t=null==e?0:e.length;return t?e[t-1]:void 0}},8306:(e,t,r)=>{var n=r(3369);function o(e,t){if(\"function\"!=typeof e||null!=t&&\"function\"!=typeof t)throw new TypeError(\"Expected a function\");var r=function(){var n=arguments,o=t?t.apply(this,n):n[0],i=r.cache;if(i.has(o))return i.get(o);var a=e.apply(this,n);return r.cache=i.set(o,a)||i,a};return r.cache=new(o.Cache||n),r}o.Cache=n,e.exports=o},3857:(e,t,r)=>{var n=r(2980),o=r(1463)((function(e,t,r){n(e,t,r)}));e.exports=o},2762:(e,t,r)=>{var n=r(6029),o=r(7206),i=r(433);e.exports=function(e,t){return e&&e.length?n(e,o(t,2),i):void 0}},308:e=>{e.exports=function(){}},7771:(e,t,r)=>{var n=r(5639);e.exports=function(){return n.Date.now()}},7557:(e,t,r)=>{var n=r(9932),o=r(5990),i=r(7406),a=r(1811),l=r(8363),c=r(696),s=r(9021),d=r(6904),u=s((function(e,t){var r={};if(null==e)return r;var s=!1;t=n(t,(function(t){return t=a(t,e),s||(s=t.length>1),t})),l(e,d(e),r),s&&(r=o(r,7,c));for(var u=t.length;u--;)i(r,t[u]);return r}));e.exports=u},8718:(e,t,r)=>{var n=r(5970),o=r(9021)((function(e,t){return null==e?{}:n(e,t)}));e.exports=o},5937:(e,t,r)=>{var n=r(9932),o=r(7206),i=r(3012),a=r(6904);e.exports=function(e,t){if(null==e)return{};var r=n(a(e),(function(e){return[e]}));return t=o(t),i(e,r,(function(e,r){return t(e,r[0])}))}},9601:(e,t,r)=>{var n=r(371),o=r(9152),i=r(5403),a=r(327);e.exports=function(e){return i(e)?n(a(e)):o(e)}},479:e=>{e.exports=function(){return[]}},5062:e=>{e.exports=function(){return!1}},8601:(e,t,r)=>{var n=r(4841),o=1/0;e.exports=function(e){return e?(e=n(e))===o||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}},554:(e,t,r)=>{var n=r(8601);e.exports=function(e){var t=n(e),r=t%1;return t==t?r?t-r:t:0}},4841:(e,t,r)=>{var n=r(7561),o=r(3218),i=r(3448),a=/^[-+]0x[0-9a-f]+$/i,l=/^0b[01]+$/i,c=/^0o[0-7]+$/i,s=parseInt;e.exports=function(e){if(\"number\"==typeof e)return e;if(i(e))return NaN;if(o(e)){var t=\"function\"==typeof e.valueOf?e.valueOf():e;e=o(t)?t+\"\":t}if(\"string\"!=typeof e)return 0===e?e:+e;e=n(e);var r=l.test(e);return r||c.test(e)?s(e.slice(2),r?2:8):a.test(e)?NaN:+e}},9881:(e,t,r)=>{var n=r(8363),o=r(1704);e.exports=function(e){return n(e,o(e))}},9833:(e,t,r)=>{var n=r(531);e.exports=function(e){return null==e?\"\":n(e)}},1700:(e,t,r)=>{var n=r(8805)(\"toUpperCase\");e.exports=n},8748:(e,t,r)=>{var n=r(9029),o=r(3157),i=r(9833),a=r(2757);e.exports=function(e,t,r){return e=i(e),void 0===(t=r?void 0:t)?o(e)?a(e):n(e):e.match(t)||[]}},6900:e=>{\"use strict\";const t=e=>\"object\"==typeof e&&null!==e,r=Symbol(\"skip\"),n=e=>t(e)&&!(e instanceof RegExp)&&!(e instanceof Error)&&!(e instanceof Date),o=(e,t,i,a=new WeakMap)=>{if(i={deep:!1,target:{},...i},a.has(e))return a.get(e);a.set(e,i.target);const{target:l}=i;delete i.target;const c=e=>e.map((e=>n(e)?o(e,t,i,a):e));if(Array.isArray(e))return c(e);for(const[s,d]of Object.entries(e)){const u=t(s,d,e);if(u===r)continue;let[p,f,{shouldRecurse:m=!0}={}]=u;\"__proto__\"!==p&&(i.deep&&m&&n(f)&&(f=Array.isArray(f)?c(f):o(f,t,i,a)),l[p]=f)}return l};e.exports=(e,r,n)=>{if(!t(e))throw new TypeError(`Expected an object, got \\`${e}\\` (${typeof e})`);return o(e,r,n)},e.exports.mapObjectSkip=r},845:(e,t,r)=>{\"use strict\";r.r(t),r.d(t,{default:()=>i});var n=Number.isNaN||function(e){return\"number\"==typeof e&&e!=e};function o(e,t){if(e.length!==t.length)return!1;for(var r=0;r<e.length;r++)if(o=e[r],i=t[r],!(o===i||n(o)&&n(i)))return!1;var o,i;return!0}const i=function(e,t){var r;void 0===t&&(t=o);var n,i=[],a=!1;return function(){for(var o=[],l=0;l<arguments.length;l++)o[l]=arguments[l];return a&&r===this&&t(o,i)||(n=e.apply(this,o),a=!0,r=this,i=o),n}}},631:(e,t,r)=>{var n=\"function\"==typeof Map&&Map.prototype,o=Object.getOwnPropertyDescriptor&&n?Object.getOwnPropertyDescriptor(Map.prototype,\"size\"):null,i=n&&o&&\"function\"==typeof o.get?o.get:null,a=n&&Map.prototype.forEach,l=\"function\"==typeof Set&&Set.prototype,c=Object.getOwnPropertyDescriptor&&l?Object.getOwnPropertyDescriptor(Set.prototype,\"size\"):null,s=l&&c&&\"function\"==typeof c.get?c.get:null,d=l&&Set.prototype.forEach,u=\"function\"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,p=\"function\"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,f=\"function\"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,m=Boolean.prototype.valueOf,h=Object.prototype.toString,g=Function.prototype.toString,b=String.prototype.match,v=String.prototype.slice,y=String.prototype.replace,_=String.prototype.toUpperCase,k=String.prototype.toLowerCase,w=RegExp.prototype.test,x=Array.prototype.concat,B=Array.prototype.join,S=Array.prototype.slice,E=Math.floor,A=\"function\"==typeof BigInt?BigInt.prototype.valueOf:null,C=Object.getOwnPropertySymbols,N=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?Symbol.prototype.toString:null,P=\"function\"==typeof Symbol&&\"object\"==typeof Symbol.iterator,O=\"function\"==typeof Symbol&&Symbol.toStringTag&&(typeof Symbol.toStringTag===P||\"symbol\")?Symbol.toStringTag:null,T=Object.prototype.propertyIsEnumerable,j=(\"function\"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function M(e,t){if(e===1/0||e===-1/0||e!=e||e&&e>-1e3&&e<1e3||w.call(/e/,t))return t;var r=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(\"number\"==typeof e){var n=e<0?-E(-e):E(e);if(n!==e){var o=String(n),i=v.call(t,o.length+1);return y.call(o,r,\"$&_\")+\".\"+y.call(y.call(i,/([0-9]{3})/g,\"$&_\"),/_$/,\"\")}}return y.call(t,r,\"$&_\")}var L=r(4654),I=L.custom,F=V(I)?I:null;function z(e,t,r){var n=\"double\"===(r.quoteStyle||t)?'\"':\"'\";return n+e+n}function D(e){return y.call(String(e),/\"/g,\"&quot;\")}function R(e){return!(\"[object Array]\"!==U(e)||O&&\"object\"==typeof e&&O in e)}function H(e){return!(\"[object RegExp]\"!==U(e)||O&&\"object\"==typeof e&&O in e)}function V(e){if(P)return e&&\"object\"==typeof e&&e instanceof Symbol;if(\"symbol\"==typeof e)return!0;if(!e||\"object\"!=typeof e||!N)return!1;try{return N.call(e),!0}catch(e){}return!1}e.exports=function e(t,n,o,l){var c=n||{};if(Z(c,\"quoteStyle\")&&\"single\"!==c.quoteStyle&&\"double\"!==c.quoteStyle)throw new TypeError('option \"quoteStyle\" must be \"single\" or \"double\"');if(Z(c,\"maxStringLength\")&&(\"number\"==typeof c.maxStringLength?c.maxStringLength<0&&c.maxStringLength!==1/0:null!==c.maxStringLength))throw new TypeError('option \"maxStringLength\", if provided, must be a positive integer, Infinity, or `null`');var h=!Z(c,\"customInspect\")||c.customInspect;if(\"boolean\"!=typeof h&&\"symbol\"!==h)throw new TypeError(\"option \\\"customInspect\\\", if provided, must be `true`, `false`, or `'symbol'`\");if(Z(c,\"indent\")&&null!==c.indent&&\"\\t\"!==c.indent&&!(parseInt(c.indent,10)===c.indent&&c.indent>0))throw new TypeError('option \"indent\" must be \"\\\\t\", an integer > 0, or `null`');if(Z(c,\"numericSeparator\")&&\"boolean\"!=typeof c.numericSeparator)throw new TypeError('option \"numericSeparator\", if provided, must be `true` or `false`');var _=c.numericSeparator;if(void 0===t)return\"undefined\";if(null===t)return\"null\";if(\"boolean\"==typeof t)return t?\"true\":\"false\";if(\"string\"==typeof t)return G(t,c);if(\"number\"==typeof t){if(0===t)return 1/0/t>0?\"0\":\"-0\";var w=String(t);return _?M(t,w):w}if(\"bigint\"==typeof t){var E=String(t)+\"n\";return _?M(t,E):E}var C=void 0===c.depth?5:c.depth;if(void 0===o&&(o=0),o>=C&&C>0&&\"object\"==typeof t)return R(t)?\"[Array]\":\"[Object]\";var I=function(e,t){var r;if(\"\\t\"===e.indent)r=\"\\t\";else{if(!(\"number\"==typeof e.indent&&e.indent>0))return null;r=B.call(Array(e.indent+1),\" \")}return{base:r,prev:B.call(Array(t+1),r)}}(c,o);if(void 0===l)l=[];else if(W(l,t)>=0)return\"[Circular]\";function q(t,r,n){if(r&&(l=S.call(l)).push(r),n){var i={depth:c.depth};return Z(c,\"quoteStyle\")&&(i.quoteStyle=c.quoteStyle),e(t,i,o+1,l)}return e(t,c,o+1,l)}if(\"function\"==typeof t&&!H(t)){var $=function(e){if(e.name)return e.name;var t=b.call(g.call(e),/^function\\s*([\\w$]+)/);if(t)return t[1];return null}(t),ee=J(t,q);return\"[Function\"+($?\": \"+$:\" (anonymous)\")+\"]\"+(ee.length>0?\" { \"+B.call(ee,\", \")+\" }\":\"\")}if(V(t)){var te=P?y.call(String(t),/^(Symbol\\(.*\\))_[^)]*$/,\"$1\"):N.call(t);return\"object\"!=typeof t||P?te:Y(te)}if(function(e){if(!e||\"object\"!=typeof e)return!1;if(\"undefined\"!=typeof HTMLElement&&e instanceof HTMLElement)return!0;return\"string\"==typeof e.nodeName&&\"function\"==typeof e.getAttribute}(t)){for(var re=\"<\"+k.call(String(t.nodeName)),ne=t.attributes||[],oe=0;oe<ne.length;oe++)re+=\" \"+ne[oe].name+\"=\"+z(D(ne[oe].value),\"double\",c);return re+=\">\",t.childNodes&&t.childNodes.length&&(re+=\"...\"),re+=\"</\"+k.call(String(t.nodeName))+\">\"}if(R(t)){if(0===t.length)return\"[]\";var ie=J(t,q);return I&&!function(e){for(var t=0;t<e.length;t++)if(W(e[t],\"\\n\")>=0)return!1;return!0}(ie)?\"[\"+X(ie,I)+\"]\":\"[ \"+B.call(ie,\", \")+\" ]\"}if(function(e){return!(\"[object Error]\"!==U(e)||O&&\"object\"==typeof e&&O in e)}(t)){var ae=J(t,q);return\"cause\"in Error.prototype||!(\"cause\"in t)||T.call(t,\"cause\")?0===ae.length?\"[\"+String(t)+\"]\":\"{ [\"+String(t)+\"] \"+B.call(ae,\", \")+\" }\":\"{ [\"+String(t)+\"] \"+B.call(x.call(\"[cause]: \"+q(t.cause),ae),\", \")+\" }\"}if(\"object\"==typeof t&&h){if(F&&\"function\"==typeof t[F]&&L)return L(t,{depth:C-o});if(\"symbol\"!==h&&\"function\"==typeof t.inspect)return t.inspect()}if(function(e){if(!i||!e||\"object\"!=typeof e)return!1;try{i.call(e);try{s.call(e)}catch(e){return!0}return e instanceof Map}catch(e){}return!1}(t)){var le=[];return a&&a.call(t,(function(e,r){le.push(q(r,t,!0)+\" => \"+q(e,t))})),K(\"Map\",i.call(t),le,I)}if(function(e){if(!s||!e||\"object\"!=typeof e)return!1;try{s.call(e);try{i.call(e)}catch(e){return!0}return e instanceof Set}catch(e){}return!1}(t)){var ce=[];return d&&d.call(t,(function(e){ce.push(q(e,t))})),K(\"Set\",s.call(t),ce,I)}if(function(e){if(!u||!e||\"object\"!=typeof e)return!1;try{u.call(e,u);try{p.call(e,p)}catch(e){return!0}return e instanceof WeakMap}catch(e){}return!1}(t))return Q(\"WeakMap\");if(function(e){if(!p||!e||\"object\"!=typeof e)return!1;try{p.call(e,p);try{u.call(e,u)}catch(e){return!0}return e instanceof WeakSet}catch(e){}return!1}(t))return Q(\"WeakSet\");if(function(e){if(!f||!e||\"object\"!=typeof e)return!1;try{return f.call(e),!0}catch(e){}return!1}(t))return Q(\"WeakRef\");if(function(e){return!(\"[object Number]\"!==U(e)||O&&\"object\"==typeof e&&O in e)}(t))return Y(q(Number(t)));if(function(e){if(!e||\"object\"!=typeof e||!A)return!1;try{return A.call(e),!0}catch(e){}return!1}(t))return Y(q(A.call(t)));if(function(e){return!(\"[object Boolean]\"!==U(e)||O&&\"object\"==typeof e&&O in e)}(t))return Y(m.call(t));if(function(e){return!(\"[object String]\"!==U(e)||O&&\"object\"==typeof e&&O in e)}(t))return Y(q(String(t)));if(\"undefined\"!=typeof window&&t===window)return\"{ [object Window] }\";if(\"undefined\"!=typeof globalThis&&t===globalThis||void 0!==r.g&&t===r.g)return\"{ [object globalThis] }\";if(!function(e){return!(\"[object Date]\"!==U(e)||O&&\"object\"==typeof e&&O in e)}(t)&&!H(t)){var se=J(t,q),de=j?j(t)===Object.prototype:t instanceof Object||t.constructor===Object,ue=t instanceof Object?\"\":\"null prototype\",pe=!de&&O&&Object(t)===t&&O in t?v.call(U(t),8,-1):ue?\"Object\":\"\",fe=(de||\"function\"!=typeof t.constructor?\"\":t.constructor.name?t.constructor.name+\" \":\"\")+(pe||ue?\"[\"+B.call(x.call([],pe||[],ue||[]),\": \")+\"] \":\"\");return 0===se.length?fe+\"{}\":I?fe+\"{\"+X(se,I)+\"}\":fe+\"{ \"+B.call(se,\", \")+\" }\"}return String(t)};var q=Object.prototype.hasOwnProperty||function(e){return e in this};function Z(e,t){return q.call(e,t)}function U(e){return h.call(e)}function W(e,t){if(e.indexOf)return e.indexOf(t);for(var r=0,n=e.length;r<n;r++)if(e[r]===t)return r;return-1}function G(e,t){if(e.length>t.maxStringLength){var r=e.length-t.maxStringLength,n=\"... \"+r+\" more character\"+(r>1?\"s\":\"\");return G(v.call(e,0,t.maxStringLength),t)+n}return z(y.call(y.call(e,/(['\\\\])/g,\"\\\\$1\"),/[\\x00-\\x1f]/g,$),\"single\",t)}function $(e){var t=e.charCodeAt(0),r={8:\"b\",9:\"t\",10:\"n\",12:\"f\",13:\"r\"}[t];return r?\"\\\\\"+r:\"\\\\x\"+(t<16?\"0\":\"\")+_.call(t.toString(16))}function Y(e){return\"Object(\"+e+\")\"}function Q(e){return e+\" { ? }\"}function K(e,t,r,n){return e+\" (\"+t+\") {\"+(n?X(r,n):B.call(r,\", \"))+\"}\"}function X(e,t){if(0===e.length)return\"\";var r=\"\\n\"+t.prev+t.base;return r+B.call(e,\",\"+r)+\"\\n\"+t.prev}function J(e,t){var r=R(e),n=[];if(r){n.length=e.length;for(var o=0;o<e.length;o++)n[o]=Z(e,o)?t(e[o],e):\"\"}var i,a=\"function\"==typeof C?C(e):[];if(P){i={};for(var l=0;l<a.length;l++)i[\"$\"+a[l]]=a[l]}for(var c in e)Z(e,c)&&(r&&String(Number(c))===c&&c<e.length||P&&i[\"$\"+c]instanceof Symbol||(w.call(/[^\\w$]/,c)?n.push(t(c,e)+\": \"+t(e[c],e)):n.push(c+\": \"+t(e[c],e))));if(\"function\"==typeof C)for(var s=0;s<a.length;s++)T.call(e,a[s])&&n.push(\"[\"+t(a[s])+\"]: \"+t(e[a[s]],e));return n}},9430:function(e,t){var r,n,o;n=[],void 0===(o=\"function\"==typeof(r=function(){return function(e){function t(e){return\" \"===e||\"\\t\"===e||\"\\n\"===e||\"\\f\"===e||\"\\r\"===e}function r(t){var r,n=t.exec(e.substring(h));if(n)return r=n[0],h+=r.length,r}for(var n,o,i,a,l,c=e.length,s=/^[ \\t\\n\\r\\u000c]+/,d=/^[, \\t\\n\\r\\u000c]+/,u=/^[^ \\t\\n\\r\\u000c]+/,p=/[,]+$/,f=/^\\d+$/,m=/^-?(?:[0-9]+|[0-9]*\\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/,h=0,g=[];;){if(r(d),h>=c)return g;n=r(u),o=[],\",\"===n.slice(-1)?(n=n.replace(p,\"\"),v()):b()}function b(){for(r(s),i=\"\",a=\"in descriptor\";;){if(l=e.charAt(h),\"in descriptor\"===a)if(t(l))i&&(o.push(i),i=\"\",a=\"after descriptor\");else{if(\",\"===l)return h+=1,i&&o.push(i),void v();if(\"(\"===l)i+=l,a=\"in parens\";else{if(\"\"===l)return i&&o.push(i),void v();i+=l}}else if(\"in parens\"===a)if(\")\"===l)i+=l,a=\"in descriptor\";else{if(\"\"===l)return o.push(i),void v();i+=l}else if(\"after descriptor\"===a)if(t(l));else{if(\"\"===l)return void v();a=\"in descriptor\",h-=1}h+=1}}function v(){var t,r,i,a,l,c,s,d,u,p=!1,h={};for(a=0;a<o.length;a++)c=(l=o[a])[l.length-1],s=l.substring(0,l.length-1),d=parseInt(s,10),u=parseFloat(s),f.test(s)&&\"w\"===c?((t||r)&&(p=!0),0===d?p=!0:t=d):m.test(s)&&\"x\"===c?((t||r||i)&&(p=!0),u<0?p=!0:r=u):f.test(s)&&\"h\"===c?((i||r)&&(p=!0),0===d?p=!0:i=d):p=!0;p?console&&console.log&&console.log(\"Invalid srcset descriptor found in '\"+e+\"' at '\"+l+\"'.\"):(h.url=n,t&&(h.w=t),r&&(h.d=r),i&&(h.h=i),g.push(h))}}})?r.apply(t,n):r)||(e.exports=o)},4241:e=>{var t=String,r=function(){return{isColorSupported:!1,reset:t,bold:t,dim:t,italic:t,underline:t,inverse:t,hidden:t,strikethrough:t,black:t,red:t,green:t,yellow:t,blue:t,magenta:t,cyan:t,white:t,gray:t,bgBlack:t,bgRed:t,bgGreen:t,bgYellow:t,bgBlue:t,bgMagenta:t,bgCyan:t,bgWhite:t}};e.exports=r(),e.exports.createColors=r},1353:(e,t,r)=>{\"use strict\";let n=r(1019);class o extends n{constructor(e){super(e),this.type=\"atrule\"}append(...e){return this.proxyOf.nodes||(this.nodes=[]),super.append(...e)}prepend(...e){return this.proxyOf.nodes||(this.nodes=[]),super.prepend(...e)}}e.exports=o,o.default=o,n.registerAtRule(o)},7923:(e,t,r)=>{\"use strict\";let n=r(5631);class o extends n{constructor(e){super(e),this.type=\"comment\"}}e.exports=o,o.default=o},1019:(e,t,r)=>{\"use strict\";let n,o,i,a,{isClean:l,my:c}=r(5513),s=r(4258),d=r(7923),u=r(5631);function p(e){return e.map((e=>(e.nodes&&(e.nodes=p(e.nodes)),delete e.source,e)))}function f(e){if(e[l]=!1,e.proxyOf.nodes)for(let t of e.proxyOf.nodes)f(t)}class m extends u{append(...e){for(let t of e){let e=this.normalize(t,this.last);for(let t of e)this.proxyOf.nodes.push(t)}return this.markDirty(),this}cleanRaws(e){if(super.cleanRaws(e),this.nodes)for(let t of this.nodes)t.cleanRaws(e)}each(e){if(!this.proxyOf.nodes)return;let t,r,n=this.getIterator();for(;this.indexes[n]<this.proxyOf.nodes.length&&(t=this.indexes[n],r=e(this.proxyOf.nodes[t],t),!1!==r);)this.indexes[n]+=1;return delete this.indexes[n],r}every(e){return this.nodes.every(e)}getIterator(){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach+=1;let e=this.lastEach;return this.indexes[e]=0,e}getProxyProcessor(){return{get:(e,t)=>\"proxyOf\"===t?e:e[t]?\"each\"===t||\"string\"==typeof t&&t.startsWith(\"walk\")?(...r)=>e[t](...r.map((e=>\"function\"==typeof e?(t,r)=>e(t.toProxy(),r):e))):\"every\"===t||\"some\"===t?r=>e[t](((e,...t)=>r(e.toProxy(),...t))):\"root\"===t?()=>e.root().toProxy():\"nodes\"===t?e.nodes.map((e=>e.toProxy())):\"first\"===t||\"last\"===t?e[t].toProxy():e[t]:e[t],set:(e,t,r)=>(e[t]===r||(e[t]=r,\"name\"!==t&&\"params\"!==t&&\"selector\"!==t||e.markDirty()),!0)}}index(e){return\"number\"==typeof e?e:(e.proxyOf&&(e=e.proxyOf),this.proxyOf.nodes.indexOf(e))}insertAfter(e,t){let r,n=this.index(e),o=this.normalize(t,this.proxyOf.nodes[n]).reverse();n=this.index(e);for(let e of o)this.proxyOf.nodes.splice(n+1,0,e);for(let e in this.indexes)r=this.indexes[e],n<r&&(this.indexes[e]=r+o.length);return this.markDirty(),this}insertBefore(e,t){let r,n=this.index(e),o=0===n&&\"prepend\",i=this.normalize(t,this.proxyOf.nodes[n],o).reverse();n=this.index(e);for(let e of i)this.proxyOf.nodes.splice(n,0,e);for(let e in this.indexes)r=this.indexes[e],n<=r&&(this.indexes[e]=r+i.length);return this.markDirty(),this}normalize(e,t){if(\"string\"==typeof e)e=p(n(e).nodes);else if(void 0===e)e=[];else if(Array.isArray(e)){e=e.slice(0);for(let t of e)t.parent&&t.parent.removeChild(t,\"ignore\")}else if(\"root\"===e.type&&\"document\"!==this.type){e=e.nodes.slice(0);for(let t of e)t.parent&&t.parent.removeChild(t,\"ignore\")}else if(e.type)e=[e];else if(e.prop){if(void 0===e.value)throw new Error(\"Value field is missed in node creation\");\"string\"!=typeof e.value&&(e.value=String(e.value)),e=[new s(e)]}else if(e.selector)e=[new o(e)];else if(e.name)e=[new i(e)];else{if(!e.text)throw new Error(\"Unknown node type in node creation\");e=[new d(e)]}return e.map((e=>(e[c]||m.rebuild(e),(e=e.proxyOf).parent&&e.parent.removeChild(e),e[l]&&f(e),void 0===e.raws.before&&t&&void 0!==t.raws.before&&(e.raws.before=t.raws.before.replace(/\\S/g,\"\")),e.parent=this.proxyOf,e)))}prepend(...e){e=e.reverse();for(let t of e){let e=this.normalize(t,this.first,\"prepend\").reverse();for(let t of e)this.proxyOf.nodes.unshift(t);for(let t in this.indexes)this.indexes[t]=this.indexes[t]+e.length}return this.markDirty(),this}push(e){return e.parent=this,this.proxyOf.nodes.push(e),this}removeAll(){for(let e of this.proxyOf.nodes)e.parent=void 0;return this.proxyOf.nodes=[],this.markDirty(),this}removeChild(e){let t;e=this.index(e),this.proxyOf.nodes[e].parent=void 0,this.proxyOf.nodes.splice(e,1);for(let r in this.indexes)t=this.indexes[r],t>=e&&(this.indexes[r]=t-1);return this.markDirty(),this}replaceValues(e,t,r){return r||(r=t,t={}),this.walkDecls((n=>{t.props&&!t.props.includes(n.prop)||t.fast&&!n.value.includes(t.fast)||(n.value=n.value.replace(e,r))})),this.markDirty(),this}some(e){return this.nodes.some(e)}walk(e){return this.each(((t,r)=>{let n;try{n=e(t,r)}catch(e){throw t.addToError(e)}return!1!==n&&t.walk&&(n=t.walk(e)),n}))}walkAtRules(e,t){return t?e instanceof RegExp?this.walk(((r,n)=>{if(\"atrule\"===r.type&&e.test(r.name))return t(r,n)})):this.walk(((r,n)=>{if(\"atrule\"===r.type&&r.name===e)return t(r,n)})):(t=e,this.walk(((e,r)=>{if(\"atrule\"===e.type)return t(e,r)})))}walkComments(e){return this.walk(((t,r)=>{if(\"comment\"===t.type)return e(t,r)}))}walkDecls(e,t){return t?e instanceof RegExp?this.walk(((r,n)=>{if(\"decl\"===r.type&&e.test(r.prop))return t(r,n)})):this.walk(((r,n)=>{if(\"decl\"===r.type&&r.prop===e)return t(r,n)})):(t=e,this.walk(((e,r)=>{if(\"decl\"===e.type)return t(e,r)})))}walkRules(e,t){return t?e instanceof RegExp?this.walk(((r,n)=>{if(\"rule\"===r.type&&e.test(r.selector))return t(r,n)})):this.walk(((r,n)=>{if(\"rule\"===r.type&&r.selector===e)return t(r,n)})):(t=e,this.walk(((e,r)=>{if(\"rule\"===e.type)return t(e,r)})))}get first(){if(this.proxyOf.nodes)return this.proxyOf.nodes[0]}get last(){if(this.proxyOf.nodes)return this.proxyOf.nodes[this.proxyOf.nodes.length-1]}}m.registerParse=e=>{n=e},m.registerRule=e=>{o=e},m.registerAtRule=e=>{i=e},m.registerRoot=e=>{a=e},e.exports=m,m.default=m,m.rebuild=e=>{\"atrule\"===e.type?Object.setPrototypeOf(e,i.prototype):\"rule\"===e.type?Object.setPrototypeOf(e,o.prototype):\"decl\"===e.type?Object.setPrototypeOf(e,s.prototype):\"comment\"===e.type?Object.setPrototypeOf(e,d.prototype):\"root\"===e.type&&Object.setPrototypeOf(e,a.prototype),e[c]=!0,e.nodes&&e.nodes.forEach((e=>{m.rebuild(e)}))}},2671:(e,t,r)=>{\"use strict\";let n=r(4241),o=r(2868);class i extends Error{constructor(e,t,r,n,o,a){super(e),this.name=\"CssSyntaxError\",this.reason=e,o&&(this.file=o),n&&(this.source=n),a&&(this.plugin=a),void 0!==t&&void 0!==r&&(\"number\"==typeof t?(this.line=t,this.column=r):(this.line=t.line,this.column=t.column,this.endLine=r.line,this.endColumn=r.column)),this.setMessage(),Error.captureStackTrace&&Error.captureStackTrace(this,i)}setMessage(){this.message=this.plugin?this.plugin+\": \":\"\",this.message+=this.file?this.file:\"<css input>\",void 0!==this.line&&(this.message+=\":\"+this.line+\":\"+this.column),this.message+=\": \"+this.reason}showSourceCode(e){if(!this.source)return\"\";let t=this.source;null==e&&(e=n.isColorSupported),o&&e&&(t=o(t));let r,i,a=t.split(/\\r?\\n/),l=Math.max(this.line-3,0),c=Math.min(this.line+2,a.length),s=String(c).length;if(e){let{bold:e,gray:t,red:o}=n.createColors(!0);r=t=>e(o(t)),i=e=>t(e)}else r=i=e=>e;return a.slice(l,c).map(((e,t)=>{let n=l+1+t,o=\" \"+(\" \"+n).slice(-s)+\" | \";if(n===this.line){let t=i(o.replace(/\\d/g,\" \"))+e.slice(0,this.column-1).replace(/[^\\t]/g,\" \");return r(\">\")+i(o)+e+\"\\n \"+t+r(\"^\")}return\" \"+i(o)+e})).join(\"\\n\")}toString(){let e=this.showSourceCode();return e&&(e=\"\\n\\n\"+e+\"\\n\"),this.name+\": \"+this.message+e}}e.exports=i,i.default=i},4258:(e,t,r)=>{\"use strict\";let n=r(5631);class o extends n{constructor(e){e&&void 0!==e.value&&\"string\"!=typeof e.value&&(e={...e,value:String(e.value)}),super(e),this.type=\"decl\"}get variable(){return this.prop.startsWith(\"--\")||\"$\"===this.prop[0]}}e.exports=o,o.default=o},6461:(e,t,r)=>{\"use strict\";let n,o,i=r(1019);class a extends i{constructor(e){super({type:\"document\",...e}),this.nodes||(this.nodes=[])}toResult(e={}){return new n(new o,this,e).stringify()}}a.registerLazyResult=e=>{n=e},a.registerProcessor=e=>{o=e},e.exports=a,a.default=a},250:(e,t,r)=>{\"use strict\";let n=r(4258),o=r(7981),i=r(7923),a=r(1353),l=r(5995),c=r(1025),s=r(1675);function d(e,t){if(Array.isArray(e))return e.map((e=>d(e)));let{inputs:r,...u}=e;if(r){t=[];for(let e of r){let r={...e,__proto__:l.prototype};r.map&&(r.map={...r.map,__proto__:o.prototype}),t.push(r)}}if(u.nodes&&(u.nodes=e.nodes.map((e=>d(e,t)))),u.source){let{inputId:e,...r}=u.source;u.source=r,null!=e&&(u.source.input=t[e])}if(\"root\"===u.type)return new c(u);if(\"decl\"===u.type)return new n(u);if(\"rule\"===u.type)return new s(u);if(\"comment\"===u.type)return new i(u);if(\"atrule\"===u.type)return new a(u);throw new Error(\"Unknown node type: \"+e.type)}e.exports=d,d.default=d},5995:(e,t,r)=>{\"use strict\";let{SourceMapConsumer:n,SourceMapGenerator:o}=r(209),{fileURLToPath:i,pathToFileURL:a}=r(7414),{isAbsolute:l,resolve:c}=r(9830),{nanoid:s}=r(2961),d=r(2868),u=r(2671),p=r(7981),f=Symbol(\"fromOffsetCache\"),m=Boolean(n&&o),h=Boolean(c&&l);class g{constructor(e,t={}){if(null==e||\"object\"==typeof e&&!e.toString)throw new Error(`PostCSS received ${e} instead of CSS string`);if(this.css=e.toString(),\"\\ufeff\"===this.css[0]||\"￾\"===this.css[0]?(this.hasBOM=!0,this.css=this.css.slice(1)):this.hasBOM=!1,t.from&&(!h||/^\\w+:\\/\\//.test(t.from)||l(t.from)?this.file=t.from:this.file=c(t.from)),h&&m){let e=new p(this.css,t);if(e.text){this.map=e;let t=e.consumer().file;!this.file&&t&&(this.file=this.mapResolve(t))}}this.file||(this.id=\"<input css \"+s(6)+\">\"),this.map&&(this.map.file=this.from)}error(e,t,r,n={}){let o,i,l;if(t&&\"object\"==typeof t){let e=t,n=r;if(\"number\"==typeof e.offset){let n=this.fromOffset(e.offset);t=n.line,r=n.col}else t=e.line,r=e.column;if(\"number\"==typeof n.offset){let e=this.fromOffset(n.offset);i=e.line,l=e.col}else i=n.line,l=n.column}else if(!r){let e=this.fromOffset(t);t=e.line,r=e.col}let c=this.origin(t,r,i,l);return o=c?new u(e,void 0===c.endLine?c.line:{column:c.column,line:c.line},void 0===c.endLine?c.column:{column:c.endColumn,line:c.endLine},c.source,c.file,n.plugin):new u(e,void 0===i?t:{column:r,line:t},void 0===i?r:{column:l,line:i},this.css,this.file,n.plugin),o.input={column:r,endColumn:l,endLine:i,line:t,source:this.css},this.file&&(a&&(o.input.url=a(this.file).toString()),o.input.file=this.file),o}fromOffset(e){let t,r;if(this[f])r=this[f];else{let e=this.css.split(\"\\n\");r=new Array(e.length);let t=0;for(let n=0,o=e.length;n<o;n++)r[n]=t,t+=e[n].length+1;this[f]=r}t=r[r.length-1];let n=0;if(e>=t)n=r.length-1;else{let t,o=r.length-2;for(;n<o;)if(t=n+(o-n>>1),e<r[t])o=t-1;else{if(!(e>=r[t+1])){n=t;break}n=t+1}}return{col:e-r[n]+1,line:n+1}}mapResolve(e){return/^\\w+:\\/\\//.test(e)?e:c(this.map.consumer().sourceRoot||this.map.root||\".\",e)}origin(e,t,r,n){if(!this.map)return!1;let o,c,s=this.map.consumer(),d=s.originalPositionFor({column:t,line:e});if(!d.source)return!1;\"number\"==typeof r&&(o=s.originalPositionFor({column:n,line:r})),c=l(d.source)?a(d.source):new URL(d.source,this.map.consumer().sourceRoot||a(this.map.mapFile));let u={column:d.column,endColumn:o&&o.column,endLine:o&&o.line,line:d.line,url:c.toString()};if(\"file:\"===c.protocol){if(!i)throw new Error(\"file: protocol is not available in this PostCSS build\");u.file=i(c)}let p=s.sourceContentFor(d.source);return p&&(u.source=p),u}toJSON(){let e={};for(let t of[\"hasBOM\",\"css\",\"file\",\"id\"])null!=this[t]&&(e[t]=this[t]);return this.map&&(e.map={...this.map},e.map.consumerCache&&(e.map.consumerCache=void 0)),e}get from(){return this.file||this.id}}e.exports=g,g.default=g,d&&d.registerInput&&d.registerInput(g)},1939:(e,t,r)=>{\"use strict\";let{isClean:n,my:o}=r(5513),i=r(8505),a=r(7088),l=r(1019),c=r(6461),s=(r(2448),r(3632)),d=r(6939),u=r(1025);const p={atrule:\"AtRule\",comment:\"Comment\",decl:\"Declaration\",document:\"Document\",root:\"Root\",rule:\"Rule\"},f={AtRule:!0,AtRuleExit:!0,Comment:!0,CommentExit:!0,Declaration:!0,DeclarationExit:!0,Document:!0,DocumentExit:!0,Once:!0,OnceExit:!0,postcssPlugin:!0,prepare:!0,Root:!0,RootExit:!0,Rule:!0,RuleExit:!0},m={Once:!0,postcssPlugin:!0,prepare:!0},h=0;function g(e){return\"object\"==typeof e&&\"function\"==typeof e.then}function b(e){let t=!1,r=p[e.type];return\"decl\"===e.type?t=e.prop.toLowerCase():\"atrule\"===e.type&&(t=e.name.toLowerCase()),t&&e.append?[r,r+\"-\"+t,h,r+\"Exit\",r+\"Exit-\"+t]:t?[r,r+\"-\"+t,r+\"Exit\",r+\"Exit-\"+t]:e.append?[r,h,r+\"Exit\"]:[r,r+\"Exit\"]}function v(e){let t;return t=\"document\"===e.type?[\"Document\",h,\"DocumentExit\"]:\"root\"===e.type?[\"Root\",h,\"RootExit\"]:b(e),{eventIndex:0,events:t,iterator:0,node:e,visitorIndex:0,visitors:[]}}function y(e){return e[n]=!1,e.nodes&&e.nodes.forEach((e=>y(e))),e}let _={};class k{constructor(e,t,r){let n;if(this.stringified=!1,this.processed=!1,\"object\"!=typeof t||null===t||\"root\"!==t.type&&\"document\"!==t.type)if(t instanceof k||t instanceof s)n=y(t.root),t.map&&(void 0===r.map&&(r.map={}),r.map.inline||(r.map.inline=!1),r.map.prev=t.map);else{let e=d;r.syntax&&(e=r.syntax.parse),r.parser&&(e=r.parser),e.parse&&(e=e.parse);try{n=e(t,r)}catch(e){this.processed=!0,this.error=e}n&&!n[o]&&l.rebuild(n)}else n=y(t);this.result=new s(e,n,r),this.helpers={..._,postcss:_,result:this.result},this.plugins=this.processor.plugins.map((e=>\"object\"==typeof e&&e.prepare?{...e,...e.prepare(this.result)}:e))}async(){return this.error?Promise.reject(this.error):this.processed?Promise.resolve(this.result):(this.processing||(this.processing=this.runAsync()),this.processing)}catch(e){return this.async().catch(e)}finally(e){return this.async().then(e,e)}getAsyncError(){throw new Error(\"Use process(css).then(cb) to work with async plugins\")}handleError(e,t){let r=this.result.lastPlugin;try{t&&t.addToError(e),this.error=e,\"CssSyntaxError\"!==e.name||e.plugin?r.postcssVersion:(e.plugin=r.postcssPlugin,e.setMessage())}catch(e){console&&console.error&&console.error(e)}return e}prepareVisitors(){this.listeners={};let e=(e,t,r)=>{this.listeners[t]||(this.listeners[t]=[]),this.listeners[t].push([e,r])};for(let t of this.plugins)if(\"object\"==typeof t)for(let r in t){if(!f[r]&&/^[A-Z]/.test(r))throw new Error(`Unknown event ${r} in ${t.postcssPlugin}. Try to update PostCSS (${this.processor.version} now).`);if(!m[r])if(\"object\"==typeof t[r])for(let n in t[r])e(t,\"*\"===n?r:r+\"-\"+n.toLowerCase(),t[r][n]);else\"function\"==typeof t[r]&&e(t,r,t[r])}this.hasListener=Object.keys(this.listeners).length>0}async runAsync(){this.plugin=0;for(let e=0;e<this.plugins.length;e++){let t=this.plugins[e],r=this.runOnRoot(t);if(g(r))try{await r}catch(e){throw this.handleError(e)}}if(this.prepareVisitors(),this.hasListener){let e=this.result.root;for(;!e[n];){e[n]=!0;let t=[v(e)];for(;t.length>0;){let e=this.visitTick(t);if(g(e))try{await e}catch(e){let r=t[t.length-1].node;throw this.handleError(e,r)}}}if(this.listeners.OnceExit)for(let[t,r]of this.listeners.OnceExit){this.result.lastPlugin=t;try{if(\"document\"===e.type){let t=e.nodes.map((e=>r(e,this.helpers)));await Promise.all(t)}else await r(e,this.helpers)}catch(e){throw this.handleError(e)}}}return this.processed=!0,this.stringify()}runOnRoot(e){this.result.lastPlugin=e;try{if(\"object\"==typeof e&&e.Once){if(\"document\"===this.result.root.type){let t=this.result.root.nodes.map((t=>e.Once(t,this.helpers)));return g(t[0])?Promise.all(t):t}return e.Once(this.result.root,this.helpers)}if(\"function\"==typeof e)return e(this.result.root,this.result)}catch(e){throw this.handleError(e)}}stringify(){if(this.error)throw this.error;if(this.stringified)return this.result;this.stringified=!0,this.sync();let e=this.result.opts,t=a;e.syntax&&(t=e.syntax.stringify),e.stringifier&&(t=e.stringifier),t.stringify&&(t=t.stringify);let r=new i(t,this.result.root,this.result.opts).generate();return this.result.css=r[0],this.result.map=r[1],this.result}sync(){if(this.error)throw this.error;if(this.processed)return this.result;if(this.processed=!0,this.processing)throw this.getAsyncError();for(let e of this.plugins){if(g(this.runOnRoot(e)))throw this.getAsyncError()}if(this.prepareVisitors(),this.hasListener){let e=this.result.root;for(;!e[n];)e[n]=!0,this.walkSync(e);if(this.listeners.OnceExit)if(\"document\"===e.type)for(let t of e.nodes)this.visitSync(this.listeners.OnceExit,t);else this.visitSync(this.listeners.OnceExit,e)}return this.result}then(e,t){return this.async().then(e,t)}toString(){return this.css}visitSync(e,t){for(let[r,n]of e){let e;this.result.lastPlugin=r;try{e=n(t,this.helpers)}catch(e){throw this.handleError(e,t.proxyOf)}if(\"root\"!==t.type&&\"document\"!==t.type&&!t.parent)return!0;if(g(e))throw this.getAsyncError()}}visitTick(e){let t=e[e.length-1],{node:r,visitors:o}=t;if(\"root\"!==r.type&&\"document\"!==r.type&&!r.parent)return void e.pop();if(o.length>0&&t.visitorIndex<o.length){let[e,n]=o[t.visitorIndex];t.visitorIndex+=1,t.visitorIndex===o.length&&(t.visitors=[],t.visitorIndex=0),this.result.lastPlugin=e;try{return n(r.toProxy(),this.helpers)}catch(e){throw this.handleError(e,r)}}if(0!==t.iterator){let o,i=t.iterator;for(;o=r.nodes[r.indexes[i]];)if(r.indexes[i]+=1,!o[n])return o[n]=!0,void e.push(v(o));t.iterator=0,delete r.indexes[i]}let i=t.events;for(;t.eventIndex<i.length;){let e=i[t.eventIndex];if(t.eventIndex+=1,e===h)return void(r.nodes&&r.nodes.length&&(r[n]=!0,t.iterator=r.getIterator()));if(this.listeners[e])return void(t.visitors=this.listeners[e])}e.pop()}walkSync(e){e[n]=!0;let t=b(e);for(let r of t)if(r===h)e.nodes&&e.each((e=>{e[n]||this.walkSync(e)}));else{let t=this.listeners[r];if(t&&this.visitSync(t,e.toProxy()))return}}warnings(){return this.sync().warnings()}get content(){return this.stringify().content}get css(){return this.stringify().css}get map(){return this.stringify().map}get messages(){return this.sync().messages}get opts(){return this.result.opts}get processor(){return this.result.processor}get root(){return this.sync().root}get[Symbol.toStringTag](){return\"LazyResult\"}}k.registerPostcss=e=>{_=e},e.exports=k,k.default=k,u.registerLazyResult(k),c.registerLazyResult(k)},4715:e=>{\"use strict\";let t={comma:e=>t.split(e,[\",\"],!0),space:e=>t.split(e,[\" \",\"\\n\",\"\\t\"]),split(e,t,r){let n=[],o=\"\",i=!1,a=0,l=!1,c=\"\",s=!1;for(let r of e)s?s=!1:\"\\\\\"===r?s=!0:l?r===c&&(l=!1):'\"'===r||\"'\"===r?(l=!0,c=r):\"(\"===r?a+=1:\")\"===r?a>0&&(a-=1):0===a&&t.includes(r)&&(i=!0),i?(\"\"!==o&&n.push(o.trim()),o=\"\",i=!1):o+=r;return(r||\"\"!==o)&&n.push(o.trim()),n}};e.exports=t,t.default=t},8505:(e,t,r)=>{\"use strict\";let{SourceMapConsumer:n,SourceMapGenerator:o}=r(209),{dirname:i,relative:a,resolve:l,sep:c}=r(9830),{pathToFileURL:s}=r(7414),d=r(5995),u=Boolean(n&&o),p=Boolean(i&&l&&a&&c);e.exports=class{constructor(e,t,r,n){this.stringify=e,this.mapOpts=r.map||{},this.root=t,this.opts=r,this.css=n,this.originalCSS=n,this.usesFileUrls=!this.mapOpts.from&&this.mapOpts.absolute,this.memoizedFileURLs=new Map,this.memoizedPaths=new Map,this.memoizedURLs=new Map}addAnnotation(){let e;e=this.isInline()?\"data:application/json;base64,\"+this.toBase64(this.map.toString()):\"string\"==typeof this.mapOpts.annotation?this.mapOpts.annotation:\"function\"==typeof this.mapOpts.annotation?this.mapOpts.annotation(this.opts.to,this.root):this.outputFile()+\".map\";let t=\"\\n\";this.css.includes(\"\\r\\n\")&&(t=\"\\r\\n\"),this.css+=t+\"/*# sourceMappingURL=\"+e+\" */\"}applyPrevMaps(){for(let e of this.previous()){let t,r=this.toUrl(this.path(e.file)),o=e.root||i(e.file);!1===this.mapOpts.sourcesContent?(t=new n(e.text),t.sourcesContent&&(t.sourcesContent=null)):t=e.consumer(),this.map.applySourceMap(t,r,this.toUrl(this.path(o)))}}clearAnnotation(){if(!1!==this.mapOpts.annotation)if(this.root){let e;for(let t=this.root.nodes.length-1;t>=0;t--)e=this.root.nodes[t],\"comment\"===e.type&&0===e.text.indexOf(\"# sourceMappingURL=\")&&this.root.removeChild(t)}else this.css&&(this.css=this.css.replace(/\\n*?\\/\\*#[\\S\\s]*?\\*\\/$/gm,\"\"))}generate(){if(this.clearAnnotation(),p&&u&&this.isMap())return this.generateMap();{let e=\"\";return this.stringify(this.root,(t=>{e+=t})),[e]}}generateMap(){if(this.root)this.generateString();else if(1===this.previous().length){let e=this.previous()[0].consumer();e.file=this.outputFile(),this.map=o.fromSourceMap(e,{ignoreInvalidMapping:!0})}else this.map=new o({file:this.outputFile(),ignoreInvalidMapping:!0}),this.map.addMapping({generated:{column:0,line:1},original:{column:0,line:1},source:this.opts.from?this.toUrl(this.path(this.opts.from)):\"<no source>\"});return this.isSourcesContent()&&this.setSourcesContent(),this.root&&this.previous().length>0&&this.applyPrevMaps(),this.isAnnotation()&&this.addAnnotation(),this.isInline()?[this.css]:[this.css,this.map]}generateString(){this.css=\"\",this.map=new o({file:this.outputFile(),ignoreInvalidMapping:!0});let e,t,r=1,n=1,i=\"<no source>\",a={generated:{column:0,line:0},original:{column:0,line:0},source:\"\"};this.stringify(this.root,((o,l,c)=>{if(this.css+=o,l&&\"end\"!==c&&(a.generated.line=r,a.generated.column=n-1,l.source&&l.source.start?(a.source=this.sourcePath(l),a.original.line=l.source.start.line,a.original.column=l.source.start.column-1,this.map.addMapping(a)):(a.source=i,a.original.line=1,a.original.column=0,this.map.addMapping(a))),e=o.match(/\\n/g),e?(r+=e.length,t=o.lastIndexOf(\"\\n\"),n=o.length-t):n+=o.length,l&&\"start\"!==c){let e=l.parent||{raws:{}};(\"decl\"===l.type||\"atrule\"===l.type&&!l.nodes)&&l===e.last&&!e.raws.semicolon||(l.source&&l.source.end?(a.source=this.sourcePath(l),a.original.line=l.source.end.line,a.original.column=l.source.end.column-1,a.generated.line=r,a.generated.column=n-2,this.map.addMapping(a)):(a.source=i,a.original.line=1,a.original.column=0,a.generated.line=r,a.generated.column=n-1,this.map.addMapping(a)))}}))}isAnnotation(){return!!this.isInline()||(void 0!==this.mapOpts.annotation?this.mapOpts.annotation:!this.previous().length||this.previous().some((e=>e.annotation)))}isInline(){if(void 0!==this.mapOpts.inline)return this.mapOpts.inline;let e=this.mapOpts.annotation;return(void 0===e||!0===e)&&(!this.previous().length||this.previous().some((e=>e.inline)))}isMap(){return void 0!==this.opts.map?!!this.opts.map:this.previous().length>0}isSourcesContent(){return void 0!==this.mapOpts.sourcesContent?this.mapOpts.sourcesContent:!this.previous().length||this.previous().some((e=>e.withContent()))}outputFile(){return this.opts.to?this.path(this.opts.to):this.opts.from?this.path(this.opts.from):\"to.css\"}path(e){if(this.mapOpts.absolute)return e;if(60===e.charCodeAt(0))return e;if(/^\\w+:\\/\\//.test(e))return e;let t=this.memoizedPaths.get(e);if(t)return t;let r=this.opts.to?i(this.opts.to):\".\";\"string\"==typeof this.mapOpts.annotation&&(r=i(l(r,this.mapOpts.annotation)));let n=a(r,e);return this.memoizedPaths.set(e,n),n}previous(){if(!this.previousMaps)if(this.previousMaps=[],this.root)this.root.walk((e=>{if(e.source&&e.source.input.map){let t=e.source.input.map;this.previousMaps.includes(t)||this.previousMaps.push(t)}}));else{let e=new d(this.originalCSS,this.opts);e.map&&this.previousMaps.push(e.map)}return this.previousMaps}setSourcesContent(){let e={};if(this.root)this.root.walk((t=>{if(t.source){let r=t.source.input.from;if(r&&!e[r]){e[r]=!0;let n=this.usesFileUrls?this.toFileUrl(r):this.toUrl(this.path(r));this.map.setSourceContent(n,t.source.input.css)}}}));else if(this.css){let e=this.opts.from?this.toUrl(this.path(this.opts.from)):\"<no source>\";this.map.setSourceContent(e,this.css)}}sourcePath(e){return this.mapOpts.from?this.toUrl(this.mapOpts.from):this.usesFileUrls?this.toFileUrl(e.source.input.from):this.toUrl(this.path(e.source.input.from))}toBase64(e){return Buffer?Buffer.from(e).toString(\"base64\"):window.btoa(unescape(encodeURIComponent(e)))}toFileUrl(e){let t=this.memoizedFileURLs.get(e);if(t)return t;if(s){let t=s(e).toString();return this.memoizedFileURLs.set(e,t),t}throw new Error(\"`map.absolute` option is not available in this PostCSS build\")}toUrl(e){let t=this.memoizedURLs.get(e);if(t)return t;\"\\\\\"===c&&(e=e.replace(/\\\\/g,\"/\"));let r=encodeURI(e).replace(/[#?]/g,encodeURIComponent);return this.memoizedURLs.set(e,r),r}}},7647:(e,t,r)=>{\"use strict\";let n=r(8505),o=r(7088),i=(r(2448),r(6939));const a=r(3632);class l{constructor(e,t,r){let i;t=t.toString(),this.stringified=!1,this._processor=e,this._css=t,this._opts=r,this._map=void 0;let l=o;this.result=new a(this._processor,i,this._opts),this.result.css=t;let c=this;Object.defineProperty(this.result,\"root\",{get:()=>c.root});let s=new n(l,i,this._opts,t);if(s.isMap()){let[e,t]=s.generate();e&&(this.result.css=e),t&&(this.result.map=t)}else s.clearAnnotation(),this.result.css=s.css}async(){return this.error?Promise.reject(this.error):Promise.resolve(this.result)}catch(e){return this.async().catch(e)}finally(e){return this.async().then(e,e)}sync(){if(this.error)throw this.error;return this.result}then(e,t){return this.async().then(e,t)}toString(){return this._css}warnings(){return[]}get content(){return this.result.css}get css(){return this.result.css}get map(){return this.result.map}get messages(){return[]}get opts(){return this.result.opts}get processor(){return this.result.processor}get root(){if(this._root)return this._root;let e,t=i;try{e=t(this._css,this._opts)}catch(e){this.error=e}if(this.error)throw this.error;return this._root=e,e}get[Symbol.toStringTag](){return\"NoWorkResult\"}}e.exports=l,l.default=l},5631:(e,t,r)=>{\"use strict\";let{isClean:n,my:o}=r(5513),i=r(2671),a=r(1062),l=r(7088);function c(e,t){let r=new e.constructor;for(let n in e){if(!Object.prototype.hasOwnProperty.call(e,n))continue;if(\"proxyCache\"===n)continue;let o=e[n],i=typeof o;\"parent\"===n&&\"object\"===i?t&&(r[n]=t):\"source\"===n?r[n]=o:Array.isArray(o)?r[n]=o.map((e=>c(e,r))):(\"object\"===i&&null!==o&&(o=c(o)),r[n]=o)}return r}class s{constructor(e={}){this.raws={},this[n]=!1,this[o]=!0;for(let t in e)if(\"nodes\"===t){this.nodes=[];for(let r of e[t])\"function\"==typeof r.clone?this.append(r.clone()):this.append(r)}else this[t]=e[t]}addToError(e){if(e.postcssNode=this,e.stack&&this.source&&/\\n\\s{4}at /.test(e.stack)){let t=this.source;e.stack=e.stack.replace(/\\n\\s{4}at /,`$&${t.input.from}:${t.start.line}:${t.start.column}$&`)}return e}after(e){return this.parent.insertAfter(this,e),this}assign(e={}){for(let t in e)this[t]=e[t];return this}before(e){return this.parent.insertBefore(this,e),this}cleanRaws(e){delete this.raws.before,delete this.raws.after,e||delete this.raws.between}clone(e={}){let t=c(this);for(let r in e)t[r]=e[r];return t}cloneAfter(e={}){let t=this.clone(e);return this.parent.insertAfter(this,t),t}cloneBefore(e={}){let t=this.clone(e);return this.parent.insertBefore(this,t),t}error(e,t={}){if(this.source){let{end:r,start:n}=this.rangeBy(t);return this.source.input.error(e,{column:n.column,line:n.line},{column:r.column,line:r.line},t)}return new i(e)}getProxyProcessor(){return{get:(e,t)=>\"proxyOf\"===t?e:\"root\"===t?()=>e.root().toProxy():e[t],set:(e,t,r)=>(e[t]===r||(e[t]=r,\"prop\"!==t&&\"value\"!==t&&\"name\"!==t&&\"params\"!==t&&\"important\"!==t&&\"text\"!==t||e.markDirty()),!0)}}markDirty(){if(this[n]){this[n]=!1;let e=this;for(;e=e.parent;)e[n]=!1}}next(){if(!this.parent)return;let e=this.parent.index(this);return this.parent.nodes[e+1]}positionBy(e,t){let r=this.source.start;if(e.index)r=this.positionInside(e.index,t);else if(e.word){let n=(t=this.toString()).indexOf(e.word);-1!==n&&(r=this.positionInside(n,t))}return r}positionInside(e,t){let r=t||this.toString(),n=this.source.start.column,o=this.source.start.line;for(let t=0;t<e;t++)\"\\n\"===r[t]?(n=1,o+=1):n+=1;return{column:n,line:o}}prev(){if(!this.parent)return;let e=this.parent.index(this);return this.parent.nodes[e-1]}rangeBy(e){let t={column:this.source.start.column,line:this.source.start.line},r=this.source.end?{column:this.source.end.column+1,line:this.source.end.line}:{column:t.column+1,line:t.line};if(e.word){let n=this.toString(),o=n.indexOf(e.word);-1!==o&&(t=this.positionInside(o,n),r=this.positionInside(o+e.word.length,n))}else e.start?t={column:e.start.column,line:e.start.line}:e.index&&(t=this.positionInside(e.index)),e.end?r={column:e.end.column,line:e.end.line}:\"number\"==typeof e.endIndex?r=this.positionInside(e.endIndex):e.index&&(r=this.positionInside(e.index+1));return(r.line<t.line||r.line===t.line&&r.column<=t.column)&&(r={column:t.column+1,line:t.line}),{end:r,start:t}}raw(e,t){return(new a).raw(this,e,t)}remove(){return this.parent&&this.parent.removeChild(this),this.parent=void 0,this}replaceWith(...e){if(this.parent){let t=this,r=!1;for(let n of e)n===this?r=!0:r?(this.parent.insertAfter(t,n),t=n):this.parent.insertBefore(t,n);r||this.remove()}return this}root(){let e=this;for(;e.parent&&\"document\"!==e.parent.type;)e=e.parent;return e}toJSON(e,t){let r={},n=null==t;t=t||new Map;let o=0;for(let e in this){if(!Object.prototype.hasOwnProperty.call(this,e))continue;if(\"parent\"===e||\"proxyCache\"===e)continue;let n=this[e];if(Array.isArray(n))r[e]=n.map((e=>\"object\"==typeof e&&e.toJSON?e.toJSON(null,t):e));else if(\"object\"==typeof n&&n.toJSON)r[e]=n.toJSON(null,t);else if(\"source\"===e){let i=t.get(n.input);null==i&&(i=o,t.set(n.input,o),o++),r[e]={end:n.end,inputId:i,start:n.start}}else r[e]=n}return n&&(r.inputs=[...t.keys()].map((e=>e.toJSON()))),r}toProxy(){return this.proxyCache||(this.proxyCache=new Proxy(this,this.getProxyProcessor())),this.proxyCache}toString(e=l){e.stringify&&(e=e.stringify);let t=\"\";return e(this,(e=>{t+=e})),t}warn(e,t,r){let n={node:this};for(let e in r)n[e]=r[e];return e.warn(t,n)}get proxyOf(){return this}}e.exports=s,s.default=s},6939:(e,t,r)=>{\"use strict\";let n=r(1019),o=r(8867),i=r(5995);function a(e,t){let r=new i(e,t),n=new o(r);try{n.parse()}catch(e){throw e}return n.root}e.exports=a,a.default=a,n.registerParse(a)},8867:(e,t,r)=>{\"use strict\";let n=r(4258),o=r(3852),i=r(7923),a=r(1353),l=r(1025),c=r(1675);const s={empty:!0,space:!0};e.exports=class{constructor(e){this.input=e,this.root=new l,this.current=this.root,this.spaces=\"\",this.semicolon=!1,this.createTokenizer(),this.root.source={input:e,start:{column:1,line:1,offset:0}}}atrule(e){let t,r,n,o=new a;o.name=e[1].slice(1),\"\"===o.name&&this.unnamedAtrule(o,e),this.init(o,e[2]);let i=!1,l=!1,c=[],s=[];for(;!this.tokenizer.endOfFile();){if(t=(e=this.tokenizer.nextToken())[0],\"(\"===t||\"[\"===t?s.push(\"(\"===t?\")\":\"]\"):\"{\"===t&&s.length>0?s.push(\"}\"):t===s[s.length-1]&&s.pop(),0===s.length){if(\";\"===t){o.source.end=this.getPosition(e[2]),o.source.end.offset++,this.semicolon=!0;break}if(\"{\"===t){l=!0;break}if(\"}\"===t){if(c.length>0){for(n=c.length-1,r=c[n];r&&\"space\"===r[0];)r=c[--n];r&&(o.source.end=this.getPosition(r[3]||r[2]),o.source.end.offset++)}this.end(e);break}c.push(e)}else c.push(e);if(this.tokenizer.endOfFile()){i=!0;break}}o.raws.between=this.spacesAndCommentsFromEnd(c),c.length?(o.raws.afterName=this.spacesAndCommentsFromStart(c),this.raw(o,\"params\",c),i&&(e=c[c.length-1],o.source.end=this.getPosition(e[3]||e[2]),o.source.end.offset++,this.spaces=o.raws.between,o.raws.between=\"\")):(o.raws.afterName=\"\",o.params=\"\"),l&&(o.nodes=[],this.current=o)}checkMissedSemicolon(e){let t=this.colon(e);if(!1===t)return;let r,n=0;for(let o=t-1;o>=0&&(r=e[o],\"space\"===r[0]||(n+=1,2!==n));o--);throw this.input.error(\"Missed semicolon\",\"word\"===r[0]?r[3]+1:r[2])}colon(e){let t,r,n,o=0;for(let[i,a]of e.entries()){if(t=a,r=t[0],\"(\"===r&&(o+=1),\")\"===r&&(o-=1),0===o&&\":\"===r){if(n){if(\"word\"===n[0]&&\"progid\"===n[1])continue;return i}this.doubleColon(t)}n=t}return!1}comment(e){let t=new i;this.init(t,e[2]),t.source.end=this.getPosition(e[3]||e[2]),t.source.end.offset++;let r=e[1].slice(2,-2);if(/^\\s*$/.test(r))t.text=\"\",t.raws.left=r,t.raws.right=\"\";else{let e=r.match(/^(\\s*)([^]*\\S)(\\s*)$/);t.text=e[2],t.raws.left=e[1],t.raws.right=e[3]}}createTokenizer(){this.tokenizer=o(this.input)}decl(e,t){let r=new n;this.init(r,e[0][2]);let o,i=e[e.length-1];for(\";\"===i[0]&&(this.semicolon=!0,e.pop()),r.source.end=this.getPosition(i[3]||i[2]||function(e){for(let t=e.length-1;t>=0;t--){let r=e[t],n=r[3]||r[2];if(n)return n}}(e)),r.source.end.offset++;\"word\"!==e[0][0];)1===e.length&&this.unknownWord(e),r.raws.before+=e.shift()[1];for(r.source.start=this.getPosition(e[0][2]),r.prop=\"\";e.length;){let t=e[0][0];if(\":\"===t||\"space\"===t||\"comment\"===t)break;r.prop+=e.shift()[1]}for(r.raws.between=\"\";e.length;){if(o=e.shift(),\":\"===o[0]){r.raws.between+=o[1];break}\"word\"===o[0]&&/\\w/.test(o[1])&&this.unknownWord([o]),r.raws.between+=o[1]}\"_\"!==r.prop[0]&&\"*\"!==r.prop[0]||(r.raws.before+=r.prop[0],r.prop=r.prop.slice(1));let a,l=[];for(;e.length&&(a=e[0][0],\"space\"===a||\"comment\"===a);)l.push(e.shift());this.precheckMissedSemicolon(e);for(let t=e.length-1;t>=0;t--){if(o=e[t],\"!important\"===o[1].toLowerCase()){r.important=!0;let n=this.stringFrom(e,t);n=this.spacesFromEnd(e)+n,\" !important\"!==n&&(r.raws.important=n);break}if(\"important\"===o[1].toLowerCase()){let n=e.slice(0),o=\"\";for(let e=t;e>0;e--){let t=n[e][0];if(0===o.trim().indexOf(\"!\")&&\"space\"!==t)break;o=n.pop()[1]+o}0===o.trim().indexOf(\"!\")&&(r.important=!0,r.raws.important=o,e=n)}if(\"space\"!==o[0]&&\"comment\"!==o[0])break}e.some((e=>\"space\"!==e[0]&&\"comment\"!==e[0]))&&(r.raws.between+=l.map((e=>e[1])).join(\"\"),l=[]),this.raw(r,\"value\",l.concat(e),t),r.value.includes(\":\")&&!t&&this.checkMissedSemicolon(e)}doubleColon(e){throw this.input.error(\"Double colon\",{offset:e[2]},{offset:e[2]+e[1].length})}emptyRule(e){let t=new c;this.init(t,e[2]),t.selector=\"\",t.raws.between=\"\",this.current=t}end(e){this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.semicolon=!1,this.current.raws.after=(this.current.raws.after||\"\")+this.spaces,this.spaces=\"\",this.current.parent?(this.current.source.end=this.getPosition(e[2]),this.current.source.end.offset++,this.current=this.current.parent):this.unexpectedClose(e)}endFile(){this.current.parent&&this.unclosedBlock(),this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.current.raws.after=(this.current.raws.after||\"\")+this.spaces,this.root.source.end=this.getPosition(this.tokenizer.position())}freeSemicolon(e){if(this.spaces+=e[1],this.current.nodes){let e=this.current.nodes[this.current.nodes.length-1];e&&\"rule\"===e.type&&!e.raws.ownSemicolon&&(e.raws.ownSemicolon=this.spaces,this.spaces=\"\")}}getPosition(e){let t=this.input.fromOffset(e);return{column:t.col,line:t.line,offset:e}}init(e,t){this.current.push(e),e.source={input:this.input,start:this.getPosition(t)},e.raws.before=this.spaces,this.spaces=\"\",\"comment\"!==e.type&&(this.semicolon=!1)}other(e){let t=!1,r=null,n=!1,o=null,i=[],a=e[1].startsWith(\"--\"),l=[],c=e;for(;c;){if(r=c[0],l.push(c),\"(\"===r||\"[\"===r)o||(o=c),i.push(\"(\"===r?\")\":\"]\");else if(a&&n&&\"{\"===r)o||(o=c),i.push(\"}\");else if(0===i.length){if(\";\"===r){if(n)return void this.decl(l,a);break}if(\"{\"===r)return void this.rule(l);if(\"}\"===r){this.tokenizer.back(l.pop()),t=!0;break}\":\"===r&&(n=!0)}else r===i[i.length-1]&&(i.pop(),0===i.length&&(o=null));c=this.tokenizer.nextToken()}if(this.tokenizer.endOfFile()&&(t=!0),i.length>0&&this.unclosedBracket(o),t&&n){if(!a)for(;l.length&&(c=l[l.length-1][0],\"space\"===c||\"comment\"===c);)this.tokenizer.back(l.pop());this.decl(l,a)}else this.unknownWord(l)}parse(){let e;for(;!this.tokenizer.endOfFile();)switch(e=this.tokenizer.nextToken(),e[0]){case\"space\":this.spaces+=e[1];break;case\";\":this.freeSemicolon(e);break;case\"}\":this.end(e);break;case\"comment\":this.comment(e);break;case\"at-word\":this.atrule(e);break;case\"{\":this.emptyRule(e);break;default:this.other(e)}this.endFile()}precheckMissedSemicolon(){}raw(e,t,r,n){let o,i,a,l,c=r.length,d=\"\",u=!0;for(let e=0;e<c;e+=1)o=r[e],i=o[0],\"space\"!==i||e!==c-1||n?\"comment\"===i?(l=r[e-1]?r[e-1][0]:\"empty\",a=r[e+1]?r[e+1][0]:\"empty\",s[l]||s[a]||\",\"===d.slice(-1)?u=!1:d+=o[1]):d+=o[1]:u=!1;if(!u){let n=r.reduce(((e,t)=>e+t[1]),\"\");e.raws[t]={raw:n,value:d}}e[t]=d}rule(e){e.pop();let t=new c;this.init(t,e[0][2]),t.raws.between=this.spacesAndCommentsFromEnd(e),this.raw(t,\"selector\",e),this.current=t}spacesAndCommentsFromEnd(e){let t,r=\"\";for(;e.length&&(t=e[e.length-1][0],\"space\"===t||\"comment\"===t);)r=e.pop()[1]+r;return r}spacesAndCommentsFromStart(e){let t,r=\"\";for(;e.length&&(t=e[0][0],\"space\"===t||\"comment\"===t);)r+=e.shift()[1];return r}spacesFromEnd(e){let t,r=\"\";for(;e.length&&(t=e[e.length-1][0],\"space\"===t);)r=e.pop()[1]+r;return r}stringFrom(e,t){let r=\"\";for(let n=t;n<e.length;n++)r+=e[n][1];return e.splice(t,e.length-t),r}unclosedBlock(){let e=this.current.source.start;throw this.input.error(\"Unclosed block\",e.line,e.column)}unclosedBracket(e){throw this.input.error(\"Unclosed bracket\",{offset:e[2]},{offset:e[2]+1})}unexpectedClose(e){throw this.input.error(\"Unexpected }\",{offset:e[2]},{offset:e[2]+1})}unknownWord(e){throw this.input.error(\"Unknown word\",{offset:e[0][2]},{offset:e[0][2]+e[0][1].length})}unnamedAtrule(e,t){throw this.input.error(\"At-rule without name\",{offset:t[2]},{offset:t[2]+t[1].length})}}},20:(e,t,r)=>{\"use strict\";let n=r(2671),o=r(4258),i=r(1939),a=r(1019),l=r(1723),c=r(7088),s=r(250),d=r(6461),u=r(1728),p=r(7923),f=r(1353),m=r(3632),h=r(5995),g=r(6939),b=r(4715),v=r(1675),y=r(1025),_=r(5631);function k(...e){return 1===e.length&&Array.isArray(e[0])&&(e=e[0]),new l(e)}k.plugin=function(e,t){let r,n=!1;function o(...r){console&&console.warn&&!n&&(n=!0,console.warn(e+\": postcss.plugin was deprecated. Migration guide:\\nhttps://evilmartians.com/chronicles/postcss-8-plugin-migration\"),process.env.LANG&&process.env.LANG.startsWith(\"cn\")&&console.warn(e+\": 里面 postcss.plugin 被弃用. 迁移指南:\\nhttps://www.w3ctech.com/topic/2226\"));let o=t(...r);return o.postcssPlugin=e,o.postcssVersion=(new l).version,o}return Object.defineProperty(o,\"postcss\",{get:()=>(r||(r=o()),r)}),o.process=function(e,t,r){return k([o(r)]).process(e,t)},o},k.stringify=c,k.parse=g,k.fromJSON=s,k.list=b,k.comment=e=>new p(e),k.atRule=e=>new f(e),k.decl=e=>new o(e),k.rule=e=>new v(e),k.root=e=>new y(e),k.document=e=>new d(e),k.CssSyntaxError=n,k.Declaration=o,k.Container=a,k.Processor=l,k.Document=d,k.Comment=p,k.Warning=u,k.AtRule=f,k.Result=m,k.Input=h,k.Rule=v,k.Root=y,k.Node=_,i.registerPostcss(k),e.exports=k,k.default=k},7981:(e,t,r)=>{\"use strict\";let{SourceMapConsumer:n,SourceMapGenerator:o}=r(209),{existsSync:i,readFileSync:a}=r(4777),{dirname:l,join:c}=r(9830);class s{constructor(e,t){if(!1===t.map)return;this.loadAnnotation(e),this.inline=this.startWith(this.annotation,\"data:\");let r=t.map?t.map.prev:void 0,n=this.loadMap(t.from,r);!this.mapFile&&t.from&&(this.mapFile=t.from),this.mapFile&&(this.root=l(this.mapFile)),n&&(this.text=n)}consumer(){return this.consumerCache||(this.consumerCache=new n(this.text)),this.consumerCache}decodeInline(e){if(/^data:application\\/json;charset=utf-?8,/.test(e)||/^data:application\\/json,/.test(e))return decodeURIComponent(e.substr(RegExp.lastMatch.length));if(/^data:application\\/json;charset=utf-?8;base64,/.test(e)||/^data:application\\/json;base64,/.test(e))return t=e.substr(RegExp.lastMatch.length),Buffer?Buffer.from(t,\"base64\").toString():window.atob(t);var t;let r=e.match(/data:application\\/json;([^,]+),/)[1];throw new Error(\"Unsupported source map encoding \"+r)}getAnnotationURL(e){return e.replace(/^\\/\\*\\s*# sourceMappingURL=/,\"\").trim()}isMap(e){return\"object\"==typeof e&&(\"string\"==typeof e.mappings||\"string\"==typeof e._mappings||Array.isArray(e.sections))}loadAnnotation(e){let t=e.match(/\\/\\*\\s*# sourceMappingURL=/gm);if(!t)return;let r=e.lastIndexOf(t.pop()),n=e.indexOf(\"*/\",r);r>-1&&n>-1&&(this.annotation=this.getAnnotationURL(e.substring(r,n)))}loadFile(e){if(this.root=l(e),i(e))return this.mapFile=e,a(e,\"utf-8\").toString().trim()}loadMap(e,t){if(!1===t)return!1;if(t){if(\"string\"==typeof t)return t;if(\"function\"!=typeof t){if(t instanceof n)return o.fromSourceMap(t).toString();if(t instanceof o)return t.toString();if(this.isMap(t))return JSON.stringify(t);throw new Error(\"Unsupported previous source map format: \"+t.toString())}{let r=t(e);if(r){let e=this.loadFile(r);if(!e)throw new Error(\"Unable to load previous source map: \"+r.toString());return e}}}else{if(this.inline)return this.decodeInline(this.annotation);if(this.annotation){let t=this.annotation;return e&&(t=c(l(e),t)),this.loadFile(t)}}}startWith(e,t){return!!e&&e.substr(0,t.length)===t}withContent(){return!!(this.consumer().sourcesContent&&this.consumer().sourcesContent.length>0)}}e.exports=s,s.default=s},1723:(e,t,r)=>{\"use strict\";let n=r(7647),o=r(1939),i=r(6461),a=r(1025);class l{constructor(e=[]){this.version=\"8.4.40\",this.plugins=this.normalize(e)}normalize(e){let t=[];for(let r of e)if(!0===r.postcss?r=r():r.postcss&&(r=r.postcss),\"object\"==typeof r&&Array.isArray(r.plugins))t=t.concat(r.plugins);else if(\"object\"==typeof r&&r.postcssPlugin)t.push(r);else if(\"function\"==typeof r)t.push(r);else{if(\"object\"!=typeof r||!r.parse&&!r.stringify)throw new Error(r+\" is not a PostCSS plugin\")}return t}process(e,t={}){return this.plugins.length||t.parser||t.stringifier||t.syntax?new o(this,e,t):new n(this,e,t)}use(e){return this.plugins=this.plugins.concat(this.normalize([e])),this}}e.exports=l,l.default=l,a.registerProcessor(l),i.registerProcessor(l)},3632:(e,t,r)=>{\"use strict\";let n=r(1728);class o{constructor(e,t,r){this.processor=e,this.messages=[],this.root=t,this.opts=r,this.css=void 0,this.map=void 0}toString(){return this.css}warn(e,t={}){t.plugin||this.lastPlugin&&this.lastPlugin.postcssPlugin&&(t.plugin=this.lastPlugin.postcssPlugin);let r=new n(e,t);return this.messages.push(r),r}warnings(){return this.messages.filter((e=>\"warning\"===e.type))}get content(){return this.css}}e.exports=o,o.default=o},1025:(e,t,r)=>{\"use strict\";let n,o,i=r(1019);class a extends i{constructor(e){super(e),this.type=\"root\",this.nodes||(this.nodes=[])}normalize(e,t,r){let n=super.normalize(e);if(t)if(\"prepend\"===r)this.nodes.length>1?t.raws.before=this.nodes[1].raws.before:delete t.raws.before;else if(this.first!==t)for(let e of n)e.raws.before=t.raws.before;return n}removeChild(e,t){let r=this.index(e);return!t&&0===r&&this.nodes.length>1&&(this.nodes[1].raws.before=this.nodes[r].raws.before),super.removeChild(e)}toResult(e={}){return new n(new o,this,e).stringify()}}a.registerLazyResult=e=>{n=e},a.registerProcessor=e=>{o=e},e.exports=a,a.default=a,i.registerRoot(a)},1675:(e,t,r)=>{\"use strict\";let n=r(1019),o=r(4715);class i extends n{constructor(e){super(e),this.type=\"rule\",this.nodes||(this.nodes=[])}get selectors(){return o.comma(this.selector)}set selectors(e){let t=this.selector?this.selector.match(/,\\s*/):null,r=t?t[0]:\",\"+this.raw(\"between\",\"beforeOpen\");this.selector=e.join(r)}}e.exports=i,i.default=i,n.registerRule(i)},1062:e=>{\"use strict\";const t={after:\"\\n\",beforeClose:\"\\n\",beforeComment:\"\\n\",beforeDecl:\"\\n\",beforeOpen:\" \",beforeRule:\"\\n\",colon:\": \",commentLeft:\" \",commentRight:\" \",emptyBody:\"\",indent:\" \",semicolon:!1};class r{constructor(e){this.builder=e}atrule(e,t){let r=\"@\"+e.name,n=e.params?this.rawValue(e,\"params\"):\"\";if(void 0!==e.raws.afterName?r+=e.raws.afterName:n&&(r+=\" \"),e.nodes)this.block(e,r+n);else{let o=(e.raws.between||\"\")+(t?\";\":\"\");this.builder(r+n+o,e)}}beforeAfter(e,t){let r;r=\"decl\"===e.type?this.raw(e,null,\"beforeDecl\"):\"comment\"===e.type?this.raw(e,null,\"beforeComment\"):\"before\"===t?this.raw(e,null,\"beforeRule\"):this.raw(e,null,\"beforeClose\");let n=e.parent,o=0;for(;n&&\"root\"!==n.type;)o+=1,n=n.parent;if(r.includes(\"\\n\")){let t=this.raw(e,null,\"indent\");if(t.length)for(let e=0;e<o;e++)r+=t}return r}block(e,t){let r,n=this.raw(e,\"between\",\"beforeOpen\");this.builder(t+n+\"{\",e,\"start\"),e.nodes&&e.nodes.length?(this.body(e),r=this.raw(e,\"after\")):r=this.raw(e,\"after\",\"emptyBody\"),r&&this.builder(r),this.builder(\"}\",e,\"end\")}body(e){let t=e.nodes.length-1;for(;t>0&&\"comment\"===e.nodes[t].type;)t-=1;let r=this.raw(e,\"semicolon\");for(let n=0;n<e.nodes.length;n++){let o=e.nodes[n],i=this.raw(o,\"before\");i&&this.builder(i),this.stringify(o,t!==n||r)}}comment(e){let t=this.raw(e,\"left\",\"commentLeft\"),r=this.raw(e,\"right\",\"commentRight\");this.builder(\"/*\"+t+e.text+r+\"*/\",e)}decl(e,t){let r=this.raw(e,\"between\",\"colon\"),n=e.prop+r+this.rawValue(e,\"value\");e.important&&(n+=e.raws.important||\" !important\"),t&&(n+=\";\"),this.builder(n,e)}document(e){this.body(e)}raw(e,r,n){let o;if(n||(n=r),r&&(o=e.raws[r],void 0!==o))return o;let i=e.parent;if(\"before\"===n){if(!i||\"root\"===i.type&&i.first===e)return\"\";if(i&&\"document\"===i.type)return\"\"}if(!i)return t[n];let a=e.root();if(a.rawCache||(a.rawCache={}),void 0!==a.rawCache[n])return a.rawCache[n];if(\"before\"===n||\"after\"===n)return this.beforeAfter(e,n);{let t=\"raw\"+((l=n)[0].toUpperCase()+l.slice(1));this[t]?o=this[t](a,e):a.walk((e=>{if(o=e.raws[r],void 0!==o)return!1}))}var l;return void 0===o&&(o=t[n]),a.rawCache[n]=o,o}rawBeforeClose(e){let t;return e.walk((e=>{if(e.nodes&&e.nodes.length>0&&void 0!==e.raws.after)return t=e.raws.after,t.includes(\"\\n\")&&(t=t.replace(/[^\\n]+$/,\"\")),!1})),t&&(t=t.replace(/\\S/g,\"\")),t}rawBeforeComment(e,t){let r;return e.walkComments((e=>{if(void 0!==e.raws.before)return r=e.raws.before,r.includes(\"\\n\")&&(r=r.replace(/[^\\n]+$/,\"\")),!1})),void 0===r?r=this.raw(t,null,\"beforeDecl\"):r&&(r=r.replace(/\\S/g,\"\")),r}rawBeforeDecl(e,t){let r;return e.walkDecls((e=>{if(void 0!==e.raws.before)return r=e.raws.before,r.includes(\"\\n\")&&(r=r.replace(/[^\\n]+$/,\"\")),!1})),void 0===r?r=this.raw(t,null,\"beforeRule\"):r&&(r=r.replace(/\\S/g,\"\")),r}rawBeforeOpen(e){let t;return e.walk((e=>{if(\"decl\"!==e.type&&(t=e.raws.between,void 0!==t))return!1})),t}rawBeforeRule(e){let t;return e.walk((r=>{if(r.nodes&&(r.parent!==e||e.first!==r)&&void 0!==r.raws.before)return t=r.raws.before,t.includes(\"\\n\")&&(t=t.replace(/[^\\n]+$/,\"\")),!1})),t&&(t=t.replace(/\\S/g,\"\")),t}rawColon(e){let t;return e.walkDecls((e=>{if(void 0!==e.raws.between)return t=e.raws.between.replace(/[^\\s:]/g,\"\"),!1})),t}rawEmptyBody(e){let t;return e.walk((e=>{if(e.nodes&&0===e.nodes.length&&(t=e.raws.after,void 0!==t))return!1})),t}rawIndent(e){if(e.raws.indent)return e.raws.indent;let t;return e.walk((r=>{let n=r.parent;if(n&&n!==e&&n.parent&&n.parent===e&&void 0!==r.raws.before){let e=r.raws.before.split(\"\\n\");return t=e[e.length-1],t=t.replace(/\\S/g,\"\"),!1}})),t}rawSemicolon(e){let t;return e.walk((e=>{if(e.nodes&&e.nodes.length&&\"decl\"===e.last.type&&(t=e.raws.semicolon,void 0!==t))return!1})),t}rawValue(e,t){let r=e[t],n=e.raws[t];return n&&n.value===r?n.raw:r}root(e){this.body(e),e.raws.after&&this.builder(e.raws.after)}rule(e){this.block(e,this.rawValue(e,\"selector\")),e.raws.ownSemicolon&&this.builder(e.raws.ownSemicolon,e,\"end\")}stringify(e,t){if(!this[e.type])throw new Error(\"Unknown AST node type \"+e.type+\". Maybe you need to change PostCSS stringifier.\");this[e.type](e,t)}}e.exports=r,r.default=r},7088:(e,t,r)=>{\"use strict\";let n=r(1062);function o(e,t){new n(t).stringify(e)}e.exports=o,o.default=o},5513:e=>{\"use strict\";e.exports.isClean=Symbol(\"isClean\"),e.exports.my=Symbol(\"my\")},3852:e=>{\"use strict\";const t=\"'\".charCodeAt(0),r='\"'.charCodeAt(0),n=\"\\\\\".charCodeAt(0),o=\"/\".charCodeAt(0),i=\"\\n\".charCodeAt(0),a=\" \".charCodeAt(0),l=\"\\f\".charCodeAt(0),c=\"\\t\".charCodeAt(0),s=\"\\r\".charCodeAt(0),d=\"[\".charCodeAt(0),u=\"]\".charCodeAt(0),p=\"(\".charCodeAt(0),f=\")\".charCodeAt(0),m=\"{\".charCodeAt(0),h=\"}\".charCodeAt(0),g=\";\".charCodeAt(0),b=\"*\".charCodeAt(0),v=\":\".charCodeAt(0),y=\"@\".charCodeAt(0),_=/[\\t\\n\\f\\r \"#'()/;[\\\\\\]{}]/g,k=/[\\t\\n\\f\\r !\"#'():;@[\\\\\\]{}]|\\/(?=\\*)/g,w=/.[\\r\\n\"'(/\\\\]/,x=/[\\da-f]/i;e.exports=function(e,B={}){let S,E,A,C,N,P,O,T,j,M,L=e.css.valueOf(),I=B.ignoreErrors,F=L.length,z=0,D=[],R=[];function H(t){throw e.error(\"Unclosed \"+t,z)}return{back:function(e){R.push(e)},endOfFile:function(){return 0===R.length&&z>=F},nextToken:function(e){if(R.length)return R.pop();if(z>=F)return;let B=!!e&&e.ignoreUnclosed;switch(S=L.charCodeAt(z),S){case i:case a:case c:case s:case l:E=z;do{E+=1,S=L.charCodeAt(E)}while(S===a||S===i||S===c||S===s||S===l);M=[\"space\",L.slice(z,E)],z=E-1;break;case d:case u:case m:case h:case v:case g:case f:{let e=String.fromCharCode(S);M=[e,e,z];break}case p:if(T=D.length?D.pop()[1]:\"\",j=L.charCodeAt(z+1),\"url\"===T&&j!==t&&j!==r&&j!==a&&j!==i&&j!==c&&j!==l&&j!==s){E=z;do{if(P=!1,E=L.indexOf(\")\",E+1),-1===E){if(I||B){E=z;break}H(\"bracket\")}for(O=E;L.charCodeAt(O-1)===n;)O-=1,P=!P}while(P);M=[\"brackets\",L.slice(z,E+1),z,E],z=E}else E=L.indexOf(\")\",z+1),C=L.slice(z,E+1),-1===E||w.test(C)?M=[\"(\",\"(\",z]:(M=[\"brackets\",C,z,E],z=E);break;case t:case r:A=S===t?\"'\":'\"',E=z;do{if(P=!1,E=L.indexOf(A,E+1),-1===E){if(I||B){E=z+1;break}H(\"string\")}for(O=E;L.charCodeAt(O-1)===n;)O-=1,P=!P}while(P);M=[\"string\",L.slice(z,E+1),z,E],z=E;break;case y:_.lastIndex=z+1,_.test(L),E=0===_.lastIndex?L.length-1:_.lastIndex-2,M=[\"at-word\",L.slice(z,E+1),z,E],z=E;break;case n:for(E=z,N=!0;L.charCodeAt(E+1)===n;)E+=1,N=!N;if(S=L.charCodeAt(E+1),N&&S!==o&&S!==a&&S!==i&&S!==c&&S!==s&&S!==l&&(E+=1,x.test(L.charAt(E)))){for(;x.test(L.charAt(E+1));)E+=1;L.charCodeAt(E+1)===a&&(E+=1)}M=[\"word\",L.slice(z,E+1),z,E],z=E;break;default:S===o&&L.charCodeAt(z+1)===b?(E=L.indexOf(\"*/\",z+2)+1,0===E&&(I||B?E=L.length:H(\"comment\")),M=[\"comment\",L.slice(z,E+1),z,E],z=E):(k.lastIndex=z+1,k.test(L),E=0===k.lastIndex?L.length-1:k.lastIndex-2,M=[\"word\",L.slice(z,E+1),z,E],D.push(M),z=E)}return z++,M},position:function(){return z}}}},2448:e=>{\"use strict\";let t={};e.exports=function(e){t[e]||(t[e]=!0,\"undefined\"!=typeof console&&console.warn&&console.warn(e))}},1728:e=>{\"use strict\";class t{constructor(e,t={}){if(this.type=\"warning\",this.text=e,t.node&&t.node.source){let e=t.node.rangeBy(t);this.line=e.start.line,this.column=e.start.column,this.endLine=e.end.line,this.endColumn=e.end.column}for(let e in t)this[e]=t[e]}toString(){return this.node?this.node.error(this.text,{index:this.index,plugin:this.plugin,word:this.word}).message:this.plugin?this.plugin+\": \"+this.text:this.text}}e.exports=t,t.default=t},2703:(e,t,r)=>{\"use strict\";var n=r(414);function o(){}function i(){}i.resetWarningCache=o,e.exports=function(){function e(e,t,r,o,i,a){if(a!==n){var l=new Error(\"Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types\");throw l.name=\"Invariant Violation\",l}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:o};return r.PropTypes=r,r}},5697:(e,t,r)=>{e.exports=r(2703)()},414:e=>{\"use strict\";e.exports=\"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED\"},4569:e=>{\"use strict\";var t=String.prototype.replace,r=/%20/g,n=\"RFC1738\",o=\"RFC3986\";e.exports={default:o,formatters:{RFC1738:function(e){return t.call(e,r,\"+\")},RFC3986:function(e){return String(e)}},RFC1738:n,RFC3986:o}},129:(e,t,r)=>{\"use strict\";var n=r(8261),o=r(5235),i=r(4569);e.exports={formats:i,parse:o,stringify:n}},5235:(e,t,r)=>{\"use strict\";var n=r(2769),o=Object.prototype.hasOwnProperty,i=Array.isArray,a={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:\"utf-8\",charsetSentinel:!1,comma:!1,decoder:n.decode,delimiter:\"&\",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},l=function(e){return e.replace(/&#(\\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},c=function(e,t){return e&&\"string\"==typeof e&&t.comma&&e.indexOf(\",\")>-1?e.split(\",\"):e},s=function(e,t,r,n){if(e){var i=r.allowDots?e.replace(/\\.([^.[]+)/g,\"[$1]\"):e,a=/(\\[[^[\\]]*])/g,l=r.depth>0&&/(\\[[^[\\]]*])/.exec(i),s=l?i.slice(0,l.index):i,d=[];if(s){if(!r.plainObjects&&o.call(Object.prototype,s)&&!r.allowPrototypes)return;d.push(s)}for(var u=0;r.depth>0&&null!==(l=a.exec(i))&&u<r.depth;){if(u+=1,!r.plainObjects&&o.call(Object.prototype,l[1].slice(1,-1))&&!r.allowPrototypes)return;d.push(l[1])}return l&&d.push(\"[\"+i.slice(l.index)+\"]\"),function(e,t,r,n){for(var o=n?t:c(t,r),i=e.length-1;i>=0;--i){var a,l=e[i];if(\"[]\"===l&&r.parseArrays)a=[].concat(o);else{a=r.plainObjects?Object.create(null):{};var s=\"[\"===l.charAt(0)&&\"]\"===l.charAt(l.length-1)?l.slice(1,-1):l,d=parseInt(s,10);r.parseArrays||\"\"!==s?!isNaN(d)&&l!==s&&String(d)===s&&d>=0&&r.parseArrays&&d<=r.arrayLimit?(a=[])[d]=o:\"__proto__\"!==s&&(a[s]=o):a={0:o}}o=a}return o}(d,t,r,n)}};e.exports=function(e,t){var r=function(e){if(!e)return a;if(null!==e.decoder&&void 0!==e.decoder&&\"function\"!=typeof e.decoder)throw new TypeError(\"Decoder has to be a function.\");if(void 0!==e.charset&&\"utf-8\"!==e.charset&&\"iso-8859-1\"!==e.charset)throw new TypeError(\"The charset option must be either utf-8, iso-8859-1, or undefined\");var t=void 0===e.charset?a.charset:e.charset;return{allowDots:void 0===e.allowDots?a.allowDots:!!e.allowDots,allowPrototypes:\"boolean\"==typeof e.allowPrototypes?e.allowPrototypes:a.allowPrototypes,allowSparse:\"boolean\"==typeof e.allowSparse?e.allowSparse:a.allowSparse,arrayLimit:\"number\"==typeof e.arrayLimit?e.arrayLimit:a.arrayLimit,charset:t,charsetSentinel:\"boolean\"==typeof e.charsetSentinel?e.charsetSentinel:a.charsetSentinel,comma:\"boolean\"==typeof e.comma?e.comma:a.comma,decoder:\"function\"==typeof e.decoder?e.decoder:a.decoder,delimiter:\"string\"==typeof e.delimiter||n.isRegExp(e.delimiter)?e.delimiter:a.delimiter,depth:\"number\"==typeof e.depth||!1===e.depth?+e.depth:a.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:\"boolean\"==typeof e.interpretNumericEntities?e.interpretNumericEntities:a.interpretNumericEntities,parameterLimit:\"number\"==typeof e.parameterLimit?e.parameterLimit:a.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:\"boolean\"==typeof e.plainObjects?e.plainObjects:a.plainObjects,strictNullHandling:\"boolean\"==typeof e.strictNullHandling?e.strictNullHandling:a.strictNullHandling}}(t);if(\"\"===e||null==e)return r.plainObjects?Object.create(null):{};for(var d=\"string\"==typeof e?function(e,t){var r,s={__proto__:null},d=t.ignoreQueryPrefix?e.replace(/^\\?/,\"\"):e,u=t.parameterLimit===1/0?void 0:t.parameterLimit,p=d.split(t.delimiter,u),f=-1,m=t.charset;if(t.charsetSentinel)for(r=0;r<p.length;++r)0===p[r].indexOf(\"utf8=\")&&(\"utf8=%E2%9C%93\"===p[r]?m=\"utf-8\":\"utf8=%26%2310003%3B\"===p[r]&&(m=\"iso-8859-1\"),f=r,r=p.length);for(r=0;r<p.length;++r)if(r!==f){var h,g,b=p[r],v=b.indexOf(\"]=\"),y=-1===v?b.indexOf(\"=\"):v+1;-1===y?(h=t.decoder(b,a.decoder,m,\"key\"),g=t.strictNullHandling?null:\"\"):(h=t.decoder(b.slice(0,y),a.decoder,m,\"key\"),g=n.maybeMap(c(b.slice(y+1),t),(function(e){return t.decoder(e,a.decoder,m,\"value\")}))),g&&t.interpretNumericEntities&&\"iso-8859-1\"===m&&(g=l(g)),b.indexOf(\"[]=\")>-1&&(g=i(g)?[g]:g),o.call(s,h)?s[h]=n.combine(s[h],g):s[h]=g}return s}(e,r):e,u=r.plainObjects?Object.create(null):{},p=Object.keys(d),f=0;f<p.length;++f){var m=p[f],h=s(m,d[m],r,\"string\"==typeof e);u=n.merge(u,h,r)}return!0===r.allowSparse?u:n.compact(u)}},8261:(e,t,r)=>{\"use strict\";var n=r(7478),o=r(2769),i=r(4569),a=Object.prototype.hasOwnProperty,l={brackets:function(e){return e+\"[]\"},comma:\"comma\",indices:function(e,t){return e+\"[\"+t+\"]\"},repeat:function(e){return e}},c=Array.isArray,s=Array.prototype.push,d=function(e,t){s.apply(e,c(t)?t:[t])},u=Date.prototype.toISOString,p=i.default,f={addQueryPrefix:!1,allowDots:!1,charset:\"utf-8\",charsetSentinel:!1,delimiter:\"&\",encode:!0,encoder:o.encode,encodeValuesOnly:!1,format:p,formatter:i.formatters[p],indices:!1,serializeDate:function(e){return u.call(e)},skipNulls:!1,strictNullHandling:!1},m={},h=function e(t,r,i,a,l,s,u,p,h,g,b,v,y,_,k,w){for(var x,B=t,S=w,E=0,A=!1;void 0!==(S=S.get(m))&&!A;){var C=S.get(t);if(E+=1,void 0!==C){if(C===E)throw new RangeError(\"Cyclic object value\");A=!0}void 0===S.get(m)&&(E=0)}if(\"function\"==typeof p?B=p(r,B):B instanceof Date?B=b(B):\"comma\"===i&&c(B)&&(B=o.maybeMap(B,(function(e){return e instanceof Date?b(e):e}))),null===B){if(l)return u&&!_?u(r,f.encoder,k,\"key\",v):r;B=\"\"}if(\"string\"==typeof(x=B)||\"number\"==typeof x||\"boolean\"==typeof x||\"symbol\"==typeof x||\"bigint\"==typeof x||o.isBuffer(B))return u?[y(_?r:u(r,f.encoder,k,\"key\",v))+\"=\"+y(u(B,f.encoder,k,\"value\",v))]:[y(r)+\"=\"+y(String(B))];var N,P=[];if(void 0===B)return P;if(\"comma\"===i&&c(B))_&&u&&(B=o.maybeMap(B,u)),N=[{value:B.length>0?B.join(\",\")||null:void 0}];else if(c(p))N=p;else{var O=Object.keys(B);N=h?O.sort(h):O}for(var T=a&&c(B)&&1===B.length?r+\"[]\":r,j=0;j<N.length;++j){var M=N[j],L=\"object\"==typeof M&&void 0!==M.value?M.value:B[M];if(!s||null!==L){var I=c(B)?\"function\"==typeof i?i(T,M):T:T+(g?\".\"+M:\"[\"+M+\"]\");w.set(t,E);var F=n();F.set(m,w),d(P,e(L,I,i,a,l,s,\"comma\"===i&&_&&c(B)?null:u,p,h,g,b,v,y,_,k,F))}}return P};e.exports=function(e,t){var r,o=e,s=function(e){if(!e)return f;if(null!==e.encoder&&void 0!==e.encoder&&\"function\"!=typeof e.encoder)throw new TypeError(\"Encoder has to be a function.\");var t=e.charset||f.charset;if(void 0!==e.charset&&\"utf-8\"!==e.charset&&\"iso-8859-1\"!==e.charset)throw new TypeError(\"The charset option must be either utf-8, iso-8859-1, or undefined\");var r=i.default;if(void 0!==e.format){if(!a.call(i.formatters,e.format))throw new TypeError(\"Unknown format option provided.\");r=e.format}var n=i.formatters[r],o=f.filter;return(\"function\"==typeof e.filter||c(e.filter))&&(o=e.filter),{addQueryPrefix:\"boolean\"==typeof e.addQueryPrefix?e.addQueryPrefix:f.addQueryPrefix,allowDots:void 0===e.allowDots?f.allowDots:!!e.allowDots,charset:t,charsetSentinel:\"boolean\"==typeof e.charsetSentinel?e.charsetSentinel:f.charsetSentinel,delimiter:void 0===e.delimiter?f.delimiter:e.delimiter,encode:\"boolean\"==typeof e.encode?e.encode:f.encode,encoder:\"function\"==typeof e.encoder?e.encoder:f.encoder,encodeValuesOnly:\"boolean\"==typeof e.encodeValuesOnly?e.encodeValuesOnly:f.encodeValuesOnly,filter:o,format:r,formatter:n,serializeDate:\"function\"==typeof e.serializeDate?e.serializeDate:f.serializeDate,skipNulls:\"boolean\"==typeof e.skipNulls?e.skipNulls:f.skipNulls,sort:\"function\"==typeof e.sort?e.sort:null,strictNullHandling:\"boolean\"==typeof e.strictNullHandling?e.strictNullHandling:f.strictNullHandling}}(t);\"function\"==typeof s.filter?o=(0,s.filter)(\"\",o):c(s.filter)&&(r=s.filter);var u,p=[];if(\"object\"!=typeof o||null===o)return\"\";u=t&&t.arrayFormat in l?t.arrayFormat:t&&\"indices\"in t?t.indices?\"indices\":\"repeat\":\"indices\";var m=l[u];if(t&&\"commaRoundTrip\"in t&&\"boolean\"!=typeof t.commaRoundTrip)throw new TypeError(\"`commaRoundTrip` must be a boolean, or absent\");var g=\"comma\"===m&&t&&t.commaRoundTrip;r||(r=Object.keys(o)),s.sort&&r.sort(s.sort);for(var b=n(),v=0;v<r.length;++v){var y=r[v];s.skipNulls&&null===o[y]||d(p,h(o[y],y,m,g,s.strictNullHandling,s.skipNulls,s.encode?s.encoder:null,s.filter,s.sort,s.allowDots,s.serializeDate,s.format,s.formatter,s.encodeValuesOnly,s.charset,b))}var _=p.join(s.delimiter),k=!0===s.addQueryPrefix?\"?\":\"\";return s.charsetSentinel&&(\"iso-8859-1\"===s.charset?k+=\"utf8=%26%2310003%3B&\":k+=\"utf8=%E2%9C%93&\"),_.length>0?k+_:\"\"}},2769:(e,t,r)=>{\"use strict\";var n=r(4569),o=Object.prototype.hasOwnProperty,i=Array.isArray,a=function(){for(var e=[],t=0;t<256;++t)e.push(\"%\"+((t<16?\"0\":\"\")+t.toString(16)).toUpperCase());return e}(),l=function(e,t){for(var r=t&&t.plainObjects?Object.create(null):{},n=0;n<e.length;++n)void 0!==e[n]&&(r[n]=e[n]);return r};e.exports={arrayToObject:l,assign:function(e,t){return Object.keys(t).reduce((function(e,r){return e[r]=t[r],e}),e)},combine:function(e,t){return[].concat(e,t)},compact:function(e){for(var t=[{obj:{o:e},prop:\"o\"}],r=[],n=0;n<t.length;++n)for(var o=t[n],a=o.obj[o.prop],l=Object.keys(a),c=0;c<l.length;++c){var s=l[c],d=a[s];\"object\"==typeof d&&null!==d&&-1===r.indexOf(d)&&(t.push({obj:a,prop:s}),r.push(d))}return function(e){for(;e.length>1;){var t=e.pop(),r=t.obj[t.prop];if(i(r)){for(var n=[],o=0;o<r.length;++o)void 0!==r[o]&&n.push(r[o]);t.obj[t.prop]=n}}}(t),e},decode:function(e,t,r){var n=e.replace(/\\+/g,\" \");if(\"iso-8859-1\"===r)return n.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(n)}catch(e){return n}},encode:function(e,t,r,o,i){if(0===e.length)return e;var l=e;if(\"symbol\"==typeof e?l=Symbol.prototype.toString.call(e):\"string\"!=typeof e&&(l=String(e)),\"iso-8859-1\"===r)return escape(l).replace(/%u[0-9a-f]{4}/gi,(function(e){return\"%26%23\"+parseInt(e.slice(2),16)+\"%3B\"}));for(var c=\"\",s=0;s<l.length;++s){var d=l.charCodeAt(s);45===d||46===d||95===d||126===d||d>=48&&d<=57||d>=65&&d<=90||d>=97&&d<=122||i===n.RFC1738&&(40===d||41===d)?c+=l.charAt(s):d<128?c+=a[d]:d<2048?c+=a[192|d>>6]+a[128|63&d]:d<55296||d>=57344?c+=a[224|d>>12]+a[128|d>>6&63]+a[128|63&d]:(s+=1,d=65536+((1023&d)<<10|1023&l.charCodeAt(s)),c+=a[240|d>>18]+a[128|d>>12&63]+a[128|d>>6&63]+a[128|63&d])}return c},isBuffer:function(e){return!(!e||\"object\"!=typeof e)&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isRegExp:function(e){return\"[object RegExp]\"===Object.prototype.toString.call(e)},maybeMap:function(e,t){if(i(e)){for(var r=[],n=0;n<e.length;n+=1)r.push(t(e[n]));return r}return t(e)},merge:function e(t,r,n){if(!r)return t;if(\"object\"!=typeof r){if(i(t))t.push(r);else{if(!t||\"object\"!=typeof t)return[t,r];(n&&(n.plainObjects||n.allowPrototypes)||!o.call(Object.prototype,r))&&(t[r]=!0)}return t}if(!t||\"object\"!=typeof t)return[t].concat(r);var a=t;return i(t)&&!i(r)&&(a=l(t,n)),i(t)&&i(r)?(r.forEach((function(r,i){if(o.call(t,i)){var a=t[i];a&&\"object\"==typeof a&&r&&\"object\"==typeof r?t[i]=e(a,r,n):t.push(r)}else t[i]=r})),t):Object.keys(r).reduce((function(t,i){var a=r[i];return o.call(t,i)?t[i]=e(t[i],a,n):t[i]=a,t}),a)}}},4300:(e,t,r)=>{\"use strict\";function n(e){return n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e},n(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.CopyToClipboard=void 0;var o=l(r(7294)),i=l(r(640)),a=[\"text\",\"onCopy\",\"options\",\"children\"];function l(e){return e&&e.__esModule?e:{default:e}}function c(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function s(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?c(Object(r),!0).forEach((function(t){g(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):c(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function d(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}function u(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function p(e,t){return p=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},p(e,t)}function f(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=h(e);if(t){var i=h(this).constructor;r=Reflect.construct(o,arguments,i)}else r=o.apply(this,arguments);return function(e,t){if(t&&(\"object\"===n(t)||\"function\"==typeof t))return t;if(void 0!==t)throw new TypeError(\"Derived constructors may only return object or undefined\");return m(e)}(this,r)}}function m(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function h(e){return h=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},h(e)}function g(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var b=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,\"prototype\",{writable:!1}),t&&p(e,t)}(c,e);var t,r,n,l=f(c);function c(){var e;!function(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}(this,c);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return g(m(e=l.call.apply(l,[this].concat(r))),\"onClick\",(function(t){var r=e.props,n=r.text,a=r.onCopy,l=r.children,c=r.options,s=o.default.Children.only(l),d=(0,i.default)(n,c);a&&a(n,d),s&&s.props&&\"function\"==typeof s.props.onClick&&s.props.onClick(t)})),e}return t=c,(r=[{key:\"render\",value:function(){var e=this.props,t=(e.text,e.onCopy,e.options,e.children),r=d(e,a),n=o.default.Children.only(t);return o.default.cloneElement(n,s(s({},r),{},{onClick:this.onClick}))}}])&&u(t.prototype,r),n&&u(t,n),Object.defineProperty(t,\"prototype\",{writable:!1}),c}(o.default.PureComponent);t.CopyToClipboard=b,g(b,\"defaultProps\",{onCopy:void 0,options:void 0})},4855:(e,t,r)=>{\"use strict\";var n=r(4300).CopyToClipboard;n.CopyToClipboard=n,e.exports=n},4448:(e,t,r)=>{\"use strict\";var n=r(7294),o=r(3840);function i(e){for(var t=\"https://reactjs.org/docs/error-decoder.html?invariant=\"+e,r=1;r<arguments.length;r++)t+=\"&args[]=\"+encodeURIComponent(arguments[r]);return\"Minified React error #\"+e+\"; visit \"+t+\" for the full message or use the non-minified dev environment for full errors and additional helpful warnings.\"}var a=new Set,l={};function c(e,t){s(e,t),s(e+\"Capture\",t)}function s(e,t){for(l[e]=t,e=0;e<t.length;e++)a.add(t[e])}var d=!(\"undefined\"==typeof window||void 0===window.document||void 0===window.document.createElement),u=Object.prototype.hasOwnProperty,p=/^[: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]*$/,f={},m={};function h(e,t,r,n,o,i,a){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=n,this.attributeNamespace=o,this.mustUseProperty=r,this.propertyName=e,this.type=t,this.sanitizeURL=i,this.removeEmptyString=a}var g={};\"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style\".split(\" \").forEach((function(e){g[e]=new h(e,0,!1,e,null,!1,!1)})),[[\"acceptCharset\",\"accept-charset\"],[\"className\",\"class\"],[\"htmlFor\",\"for\"],[\"httpEquiv\",\"http-equiv\"]].forEach((function(e){var t=e[0];g[t]=new h(t,1,!1,e[1],null,!1,!1)})),[\"contentEditable\",\"draggable\",\"spellCheck\",\"value\"].forEach((function(e){g[e]=new h(e,2,!1,e.toLowerCase(),null,!1,!1)})),[\"autoReverse\",\"externalResourcesRequired\",\"focusable\",\"preserveAlpha\"].forEach((function(e){g[e]=new h(e,2,!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\".split(\" \").forEach((function(e){g[e]=new h(e,3,!1,e.toLowerCase(),null,!1,!1)})),[\"checked\",\"multiple\",\"muted\",\"selected\"].forEach((function(e){g[e]=new h(e,3,!0,e,null,!1,!1)})),[\"capture\",\"download\"].forEach((function(e){g[e]=new h(e,4,!1,e,null,!1,!1)})),[\"cols\",\"rows\",\"size\",\"span\"].forEach((function(e){g[e]=new h(e,6,!1,e,null,!1,!1)})),[\"rowSpan\",\"start\"].forEach((function(e){g[e]=new h(e,5,!1,e.toLowerCase(),null,!1,!1)}));var b=/[\\-:]([a-z])/g;function v(e){return e[1].toUpperCase()}function y(e,t,r,n){var o=g.hasOwnProperty(t)?g[t]:null;(null!==o?0!==o.type:n||!(2<t.length)||\"o\"!==t[0]&&\"O\"!==t[0]||\"n\"!==t[1]&&\"N\"!==t[1])&&(function(e,t,r,n){if(null==t||function(e,t,r,n){if(null!==r&&0===r.type)return!1;switch(typeof t){case\"function\":case\"symbol\":return!0;case\"boolean\":return!n&&(null!==r?!r.acceptsBooleans:\"data-\"!==(e=e.toLowerCase().slice(0,5))&&\"aria-\"!==e);default:return!1}}(e,t,r,n))return!0;if(n)return!1;if(null!==r)switch(r.type){case 3:return!t;case 4:return!1===t;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}(t,r,o,n)&&(r=null),n||null===o?function(e){return!!u.call(m,e)||!u.call(f,e)&&(p.test(e)?m[e]=!0:(f[e]=!0,!1))}(t)&&(null===r?e.removeAttribute(t):e.setAttribute(t,\"\"+r)):o.mustUseProperty?e[o.propertyName]=null===r?3!==o.type&&\"\":r:(t=o.attributeName,n=o.attributeNamespace,null===r?e.removeAttribute(t):(r=3===(o=o.type)||4===o&&!0===r?\"\":\"\"+r,n?e.setAttributeNS(n,t,r):e.setAttribute(t,r))))}\"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(e){var t=e.replace(b,v);g[t]=new h(t,1,!1,e,null,!1,!1)})),\"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type\".split(\" \").forEach((function(e){var t=e.replace(b,v);g[t]=new h(t,1,!1,e,\"http://www.w3.org/1999/xlink\",!1,!1)})),[\"xml:base\",\"xml:lang\",\"xml:space\"].forEach((function(e){var t=e.replace(b,v);g[t]=new h(t,1,!1,e,\"http://www.w3.org/XML/1998/namespace\",!1,!1)})),[\"tabIndex\",\"crossOrigin\"].forEach((function(e){g[e]=new h(e,1,!1,e.toLowerCase(),null,!1,!1)})),g.xlinkHref=new h(\"xlinkHref\",1,!1,\"xlink:href\",\"http://www.w3.org/1999/xlink\",!0,!1),[\"src\",\"href\",\"action\",\"formAction\"].forEach((function(e){g[e]=new h(e,1,!1,e.toLowerCase(),null,!0,!0)}));var _=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,k=Symbol.for(\"react.element\"),w=Symbol.for(\"react.portal\"),x=Symbol.for(\"react.fragment\"),B=Symbol.for(\"react.strict_mode\"),S=Symbol.for(\"react.profiler\"),E=Symbol.for(\"react.provider\"),A=Symbol.for(\"react.context\"),C=Symbol.for(\"react.forward_ref\"),N=Symbol.for(\"react.suspense\"),P=Symbol.for(\"react.suspense_list\"),O=Symbol.for(\"react.memo\"),T=Symbol.for(\"react.lazy\");Symbol.for(\"react.scope\"),Symbol.for(\"react.debug_trace_mode\");var j=Symbol.for(\"react.offscreen\");Symbol.for(\"react.legacy_hidden\"),Symbol.for(\"react.cache\"),Symbol.for(\"react.tracing_marker\");var M=Symbol.iterator;function L(e){return null===e||\"object\"!=typeof e?null:\"function\"==typeof(e=M&&e[M]||e[\"@@iterator\"])?e:null}var I,F=Object.assign;function z(e){if(void 0===I)try{throw Error()}catch(e){var t=e.stack.trim().match(/\\n( *(at )?)/);I=t&&t[1]||\"\"}return\"\\n\"+I+e}var D=!1;function R(e,t){if(!e||D)return\"\";D=!0;var r=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(t)if(t=function(){throw Error()},Object.defineProperty(t.prototype,\"props\",{set:function(){throw Error()}}),\"object\"==typeof Reflect&&Reflect.construct){try{Reflect.construct(t,[])}catch(e){var n=e}Reflect.construct(e,[],t)}else{try{t.call()}catch(e){n=e}e.call(t.prototype)}else{try{throw Error()}catch(e){n=e}e()}}catch(t){if(t&&n&&\"string\"==typeof t.stack){for(var o=t.stack.split(\"\\n\"),i=n.stack.split(\"\\n\"),a=o.length-1,l=i.length-1;1<=a&&0<=l&&o[a]!==i[l];)l--;for(;1<=a&&0<=l;a--,l--)if(o[a]!==i[l]){if(1!==a||1!==l)do{if(a--,0>--l||o[a]!==i[l]){var c=\"\\n\"+o[a].replace(\" at new \",\" at \");return e.displayName&&c.includes(\"<anonymous>\")&&(c=c.replace(\"<anonymous>\",e.displayName)),c}}while(1<=a&&0<=l);break}}}finally{D=!1,Error.prepareStackTrace=r}return(e=e?e.displayName||e.name:\"\")?z(e):\"\"}function H(e){switch(e.tag){case 5:return z(e.type);case 16:return z(\"Lazy\");case 13:return z(\"Suspense\");case 19:return z(\"SuspenseList\");case 0:case 2:case 15:return e=R(e.type,!1);case 11:return e=R(e.type.render,!1);case 1:return e=R(e.type,!0);default:return\"\"}}function V(e){if(null==e)return null;if(\"function\"==typeof e)return e.displayName||e.name||null;if(\"string\"==typeof e)return e;switch(e){case x:return\"Fragment\";case w:return\"Portal\";case S:return\"Profiler\";case B:return\"StrictMode\";case N:return\"Suspense\";case P:return\"SuspenseList\"}if(\"object\"==typeof e)switch(e.$$typeof){case A:return(e.displayName||\"Context\")+\".Consumer\";case E:return(e._context.displayName||\"Context\")+\".Provider\";case C:var t=e.render;return(e=e.displayName)||(e=\"\"!==(e=t.displayName||t.name||\"\")?\"ForwardRef(\"+e+\")\":\"ForwardRef\"),e;case O:return null!==(t=e.displayName||null)?t:V(e.type)||\"Memo\";case T:t=e._payload,e=e._init;try{return V(e(t))}catch(e){}}return null}function q(e){var t=e.type;switch(e.tag){case 24:return\"Cache\";case 9:return(t.displayName||\"Context\")+\".Consumer\";case 10:return(t._context.displayName||\"Context\")+\".Provider\";case 18:return\"DehydratedFragment\";case 11:return e=(e=t.render).displayName||e.name||\"\",t.displayName||(\"\"!==e?\"ForwardRef(\"+e+\")\":\"ForwardRef\");case 7:return\"Fragment\";case 5:return t;case 4:return\"Portal\";case 3:return\"Root\";case 6:return\"Text\";case 16:return V(t);case 8:return t===B?\"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(\"function\"==typeof t)return t.displayName||t.name||null;if(\"string\"==typeof t)return t}return null}function Z(e){switch(typeof e){case\"boolean\":case\"number\":case\"string\":case\"undefined\":case\"object\":return e;default:return\"\"}}function U(e){var t=e.type;return(e=e.nodeName)&&\"input\"===e.toLowerCase()&&(\"checkbox\"===t||\"radio\"===t)}function W(e){e._valueTracker||(e._valueTracker=function(e){var t=U(e)?\"checked\":\"value\",r=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),n=\"\"+e[t];if(!e.hasOwnProperty(t)&&void 0!==r&&\"function\"==typeof r.get&&\"function\"==typeof r.set){var o=r.get,i=r.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return o.call(this)},set:function(e){n=\"\"+e,i.call(this,e)}}),Object.defineProperty(e,t,{enumerable:r.enumerable}),{getValue:function(){return n},setValue:function(e){n=\"\"+e},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}(e))}function G(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var r=t.getValue(),n=\"\";return e&&(n=U(e)?e.checked?\"true\":\"false\":e.value),(e=n)!==r&&(t.setValue(e),!0)}function $(e){if(void 0===(e=e||(\"undefined\"!=typeof document?document:void 0)))return null;try{return e.activeElement||e.body}catch(t){return e.body}}function Y(e,t){var r=t.checked;return F({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=r?r:e._wrapperState.initialChecked})}function Q(e,t){var r=null==t.defaultValue?\"\":t.defaultValue,n=null!=t.checked?t.checked:t.defaultChecked;r=Z(null!=t.value?t.value:r),e._wrapperState={initialChecked:n,initialValue:r,controlled:\"checkbox\"===t.type||\"radio\"===t.type?null!=t.checked:null!=t.value}}function K(e,t){null!=(t=t.checked)&&y(e,\"checked\",t,!1)}function X(e,t){K(e,t);var r=Z(t.value),n=t.type;if(null!=r)\"number\"===n?(0===r&&\"\"===e.value||e.value!=r)&&(e.value=\"\"+r):e.value!==\"\"+r&&(e.value=\"\"+r);else if(\"submit\"===n||\"reset\"===n)return void e.removeAttribute(\"value\");t.hasOwnProperty(\"value\")?ee(e,t.type,r):t.hasOwnProperty(\"defaultValue\")&&ee(e,t.type,Z(t.defaultValue)),null==t.checked&&null!=t.defaultChecked&&(e.defaultChecked=!!t.defaultChecked)}function J(e,t,r){if(t.hasOwnProperty(\"value\")||t.hasOwnProperty(\"defaultValue\")){var n=t.type;if(!(\"submit\"!==n&&\"reset\"!==n||void 0!==t.value&&null!==t.value))return;t=\"\"+e._wrapperState.initialValue,r||t===e.value||(e.value=t),e.defaultValue=t}\"\"!==(r=e.name)&&(e.name=\"\"),e.defaultChecked=!!e._wrapperState.initialChecked,\"\"!==r&&(e.name=r)}function ee(e,t,r){\"number\"===t&&$(e.ownerDocument)===e||(null==r?e.defaultValue=\"\"+e._wrapperState.initialValue:e.defaultValue!==\"\"+r&&(e.defaultValue=\"\"+r))}var te=Array.isArray;function re(e,t,r,n){if(e=e.options,t){t={};for(var o=0;o<r.length;o++)t[\"$\"+r[o]]=!0;for(r=0;r<e.length;r++)o=t.hasOwnProperty(\"$\"+e[r].value),e[r].selected!==o&&(e[r].selected=o),o&&n&&(e[r].defaultSelected=!0)}else{for(r=\"\"+Z(r),t=null,o=0;o<e.length;o++){if(e[o].value===r)return e[o].selected=!0,void(n&&(e[o].defaultSelected=!0));null!==t||e[o].disabled||(t=e[o])}null!==t&&(t.selected=!0)}}function ne(e,t){if(null!=t.dangerouslySetInnerHTML)throw Error(i(91));return F({},t,{value:void 0,defaultValue:void 0,children:\"\"+e._wrapperState.initialValue})}function oe(e,t){var r=t.value;if(null==r){if(r=t.children,t=t.defaultValue,null!=r){if(null!=t)throw Error(i(92));if(te(r)){if(1<r.length)throw Error(i(93));r=r[0]}t=r}null==t&&(t=\"\"),r=t}e._wrapperState={initialValue:Z(r)}}function ie(e,t){var r=Z(t.value),n=Z(t.defaultValue);null!=r&&((r=\"\"+r)!==e.value&&(e.value=r),null==t.defaultValue&&e.defaultValue!==r&&(e.defaultValue=r)),null!=n&&(e.defaultValue=\"\"+n)}function ae(e){var t=e.textContent;t===e._wrapperState.initialValue&&\"\"!==t&&null!==t&&(e.value=t)}function le(e){switch(e){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 ce(e,t){return null==e||\"http://www.w3.org/1999/xhtml\"===e?le(t):\"http://www.w3.org/2000/svg\"===e&&\"foreignObject\"===t?\"http://www.w3.org/1999/xhtml\":e}var se,de,ue=(de=function(e,t){if(\"http://www.w3.org/2000/svg\"!==e.namespaceURI||\"innerHTML\"in e)e.innerHTML=t;else{for((se=se||document.createElement(\"div\")).innerHTML=\"<svg>\"+t.valueOf().toString()+\"</svg>\",t=se.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}},\"undefined\"!=typeof MSApp&&MSApp.execUnsafeLocalFunction?function(e,t,r,n){MSApp.execUnsafeLocalFunction((function(){return de(e,t)}))}:de);function pe(e,t){if(t){var r=e.firstChild;if(r&&r===e.lastChild&&3===r.nodeType)return void(r.nodeValue=t)}e.textContent=t}var fe={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},me=[\"Webkit\",\"ms\",\"Moz\",\"O\"];function he(e,t,r){return null==t||\"boolean\"==typeof t||\"\"===t?\"\":r||\"number\"!=typeof t||0===t||fe.hasOwnProperty(e)&&fe[e]?(\"\"+t).trim():t+\"px\"}function ge(e,t){for(var r in e=e.style,t)if(t.hasOwnProperty(r)){var n=0===r.indexOf(\"--\"),o=he(r,t[r],n);\"float\"===r&&(r=\"cssFloat\"),n?e.setProperty(r,o):e[r]=o}}Object.keys(fe).forEach((function(e){me.forEach((function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),fe[t]=fe[e]}))}));var be=F({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 ve(e,t){if(t){if(be[e]&&(null!=t.children||null!=t.dangerouslySetInnerHTML))throw Error(i(137,e));if(null!=t.dangerouslySetInnerHTML){if(null!=t.children)throw Error(i(60));if(\"object\"!=typeof t.dangerouslySetInnerHTML||!(\"__html\"in t.dangerouslySetInnerHTML))throw Error(i(61))}if(null!=t.style&&\"object\"!=typeof t.style)throw Error(i(62))}}function ye(e,t){if(-1===e.indexOf(\"-\"))return\"string\"==typeof t.is;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 _e=null;function ke(e){return(e=e.target||e.srcElement||window).correspondingUseElement&&(e=e.correspondingUseElement),3===e.nodeType?e.parentNode:e}var we=null,xe=null,Be=null;function Se(e){if(e=_o(e)){if(\"function\"!=typeof we)throw Error(i(280));var t=e.stateNode;t&&(t=wo(t),we(e.stateNode,e.type,t))}}function Ee(e){xe?Be?Be.push(e):Be=[e]:xe=e}function Ae(){if(xe){var e=xe,t=Be;if(Be=xe=null,Se(e),t)for(e=0;e<t.length;e++)Se(t[e])}}function Ce(e,t){return e(t)}function Ne(){}var Pe=!1;function Oe(e,t,r){if(Pe)return e(t,r);Pe=!0;try{return Ce(e,t,r)}finally{Pe=!1,(null!==xe||null!==Be)&&(Ne(),Ae())}}function Te(e,t){var r=e.stateNode;if(null===r)return null;var n=wo(r);if(null===n)return null;r=n[t];e:switch(t){case\"onClick\":case\"onClickCapture\":case\"onDoubleClick\":case\"onDoubleClickCapture\":case\"onMouseDown\":case\"onMouseDownCapture\":case\"onMouseMove\":case\"onMouseMoveCapture\":case\"onMouseUp\":case\"onMouseUpCapture\":case\"onMouseEnter\":(n=!n.disabled)||(n=!(\"button\"===(e=e.type)||\"input\"===e||\"select\"===e||\"textarea\"===e)),e=!n;break e;default:e=!1}if(e)return null;if(r&&\"function\"!=typeof r)throw Error(i(231,t,typeof r));return r}var je=!1;if(d)try{var Me={};Object.defineProperty(Me,\"passive\",{get:function(){je=!0}}),window.addEventListener(\"test\",Me,Me),window.removeEventListener(\"test\",Me,Me)}catch(de){je=!1}function Le(e,t,r,n,o,i,a,l,c){var s=Array.prototype.slice.call(arguments,3);try{t.apply(r,s)}catch(e){this.onError(e)}}var Ie=!1,Fe=null,ze=!1,De=null,Re={onError:function(e){Ie=!0,Fe=e}};function He(e,t,r,n,o,i,a,l,c){Ie=!1,Fe=null,Le.apply(Re,arguments)}function Ve(e){var t=e,r=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do{0!=(4098&(t=e).flags)&&(r=t.return),e=t.return}while(e)}return 3===t.tag?r:null}function qe(e){if(13===e.tag){var t=e.memoizedState;if(null===t&&(null!==(e=e.alternate)&&(t=e.memoizedState)),null!==t)return t.dehydrated}return null}function Ze(e){if(Ve(e)!==e)throw Error(i(188))}function Ue(e){return null!==(e=function(e){var t=e.alternate;if(!t){if(null===(t=Ve(e)))throw Error(i(188));return t!==e?null:e}for(var r=e,n=t;;){var o=r.return;if(null===o)break;var a=o.alternate;if(null===a){if(null!==(n=o.return)){r=n;continue}break}if(o.child===a.child){for(a=o.child;a;){if(a===r)return Ze(o),e;if(a===n)return Ze(o),t;a=a.sibling}throw Error(i(188))}if(r.return!==n.return)r=o,n=a;else{for(var l=!1,c=o.child;c;){if(c===r){l=!0,r=o,n=a;break}if(c===n){l=!0,n=o,r=a;break}c=c.sibling}if(!l){for(c=a.child;c;){if(c===r){l=!0,r=a,n=o;break}if(c===n){l=!0,n=a,r=o;break}c=c.sibling}if(!l)throw Error(i(189))}}if(r.alternate!==n)throw Error(i(190))}if(3!==r.tag)throw Error(i(188));return r.stateNode.current===r?e:t}(e))?We(e):null}function We(e){if(5===e.tag||6===e.tag)return e;for(e=e.child;null!==e;){var t=We(e);if(null!==t)return t;e=e.sibling}return null}var Ge=o.unstable_scheduleCallback,$e=o.unstable_cancelCallback,Ye=o.unstable_shouldYield,Qe=o.unstable_requestPaint,Ke=o.unstable_now,Xe=o.unstable_getCurrentPriorityLevel,Je=o.unstable_ImmediatePriority,et=o.unstable_UserBlockingPriority,tt=o.unstable_NormalPriority,rt=o.unstable_LowPriority,nt=o.unstable_IdlePriority,ot=null,it=null;var at=Math.clz32?Math.clz32:function(e){return e>>>=0,0===e?32:31-(lt(e)/ct|0)|0},lt=Math.log,ct=Math.LN2;var st=64,dt=4194304;function ut(e){switch(e&-e){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 4194240&e;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return 130023424&e;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return e}}function pt(e,t){var r=e.pendingLanes;if(0===r)return 0;var n=0,o=e.suspendedLanes,i=e.pingedLanes,a=268435455&r;if(0!==a){var l=a&~o;0!==l?n=ut(l):0!==(i&=a)&&(n=ut(i))}else 0!==(a=r&~o)?n=ut(a):0!==i&&(n=ut(i));if(0===n)return 0;if(0!==t&&t!==n&&0==(t&o)&&((o=n&-n)>=(i=t&-t)||16===o&&0!=(4194240&i)))return t;if(0!=(4&n)&&(n|=16&r),0!==(t=e.entangledLanes))for(e=e.entanglements,t&=n;0<t;)o=1<<(r=31-at(t)),n|=e[r],t&=~o;return n}function ft(e,t){switch(e){case 1:case 2:case 4:return t+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 t+5e3;default:return-1}}function mt(e){return 0!==(e=-1073741825&e.pendingLanes)?e:1073741824&e?1073741824:0}function ht(){var e=st;return 0==(4194240&(st<<=1))&&(st=64),e}function gt(e){for(var t=[],r=0;31>r;r++)t.push(e);return t}function bt(e,t,r){e.pendingLanes|=t,536870912!==t&&(e.suspendedLanes=0,e.pingedLanes=0),(e=e.eventTimes)[t=31-at(t)]=r}function vt(e,t){var r=e.entangledLanes|=t;for(e=e.entanglements;r;){var n=31-at(r),o=1<<n;o&t|e[n]&t&&(e[n]|=t),r&=~o}}var yt=0;function _t(e){return 1<(e&=-e)?4<e?0!=(268435455&e)?16:536870912:4:1}var kt,wt,xt,Bt,St,Et=!1,At=[],Ct=null,Nt=null,Pt=null,Ot=new Map,Tt=new Map,jt=[],Mt=\"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 Lt(e,t){switch(e){case\"focusin\":case\"focusout\":Ct=null;break;case\"dragenter\":case\"dragleave\":Nt=null;break;case\"mouseover\":case\"mouseout\":Pt=null;break;case\"pointerover\":case\"pointerout\":Ot.delete(t.pointerId);break;case\"gotpointercapture\":case\"lostpointercapture\":Tt.delete(t.pointerId)}}function It(e,t,r,n,o,i){return null===e||e.nativeEvent!==i?(e={blockedOn:t,domEventName:r,eventSystemFlags:n,nativeEvent:i,targetContainers:[o]},null!==t&&(null!==(t=_o(t))&&wt(t)),e):(e.eventSystemFlags|=n,t=e.targetContainers,null!==o&&-1===t.indexOf(o)&&t.push(o),e)}function Ft(e){var t=yo(e.target);if(null!==t){var r=Ve(t);if(null!==r)if(13===(t=r.tag)){if(null!==(t=qe(r)))return e.blockedOn=t,void St(e.priority,(function(){xt(r)}))}else if(3===t&&r.stateNode.current.memoizedState.isDehydrated)return void(e.blockedOn=3===r.tag?r.stateNode.containerInfo:null)}e.blockedOn=null}function zt(e){if(null!==e.blockedOn)return!1;for(var t=e.targetContainers;0<t.length;){var r=Yt(e.domEventName,e.eventSystemFlags,t[0],e.nativeEvent);if(null!==r)return null!==(t=_o(r))&&wt(t),e.blockedOn=r,!1;var n=new(r=e.nativeEvent).constructor(r.type,r);_e=n,r.target.dispatchEvent(n),_e=null,t.shift()}return!0}function Dt(e,t,r){zt(e)&&r.delete(t)}function Rt(){Et=!1,null!==Ct&&zt(Ct)&&(Ct=null),null!==Nt&&zt(Nt)&&(Nt=null),null!==Pt&&zt(Pt)&&(Pt=null),Ot.forEach(Dt),Tt.forEach(Dt)}function Ht(e,t){e.blockedOn===t&&(e.blockedOn=null,Et||(Et=!0,o.unstable_scheduleCallback(o.unstable_NormalPriority,Rt)))}function Vt(e){function t(t){return Ht(t,e)}if(0<At.length){Ht(At[0],e);for(var r=1;r<At.length;r++){var n=At[r];n.blockedOn===e&&(n.blockedOn=null)}}for(null!==Ct&&Ht(Ct,e),null!==Nt&&Ht(Nt,e),null!==Pt&&Ht(Pt,e),Ot.forEach(t),Tt.forEach(t),r=0;r<jt.length;r++)(n=jt[r]).blockedOn===e&&(n.blockedOn=null);for(;0<jt.length&&null===(r=jt[0]).blockedOn;)Ft(r),null===r.blockedOn&&jt.shift()}var qt=_.ReactCurrentBatchConfig,Zt=!0;function Ut(e,t,r,n){var o=yt,i=qt.transition;qt.transition=null;try{yt=1,Gt(e,t,r,n)}finally{yt=o,qt.transition=i}}function Wt(e,t,r,n){var o=yt,i=qt.transition;qt.transition=null;try{yt=4,Gt(e,t,r,n)}finally{yt=o,qt.transition=i}}function Gt(e,t,r,n){if(Zt){var o=Yt(e,t,r,n);if(null===o)Zn(e,t,n,$t,r),Lt(e,n);else if(function(e,t,r,n,o){switch(t){case\"focusin\":return Ct=It(Ct,e,t,r,n,o),!0;case\"dragenter\":return Nt=It(Nt,e,t,r,n,o),!0;case\"mouseover\":return Pt=It(Pt,e,t,r,n,o),!0;case\"pointerover\":var i=o.pointerId;return Ot.set(i,It(Ot.get(i)||null,e,t,r,n,o)),!0;case\"gotpointercapture\":return i=o.pointerId,Tt.set(i,It(Tt.get(i)||null,e,t,r,n,o)),!0}return!1}(o,e,t,r,n))n.stopPropagation();else if(Lt(e,n),4&t&&-1<Mt.indexOf(e)){for(;null!==o;){var i=_o(o);if(null!==i&&kt(i),null===(i=Yt(e,t,r,n))&&Zn(e,t,n,$t,r),i===o)break;o=i}null!==o&&n.stopPropagation()}else Zn(e,t,n,null,r)}}var $t=null;function Yt(e,t,r,n){if($t=null,null!==(e=yo(e=ke(n))))if(null===(t=Ve(e)))e=null;else if(13===(r=t.tag)){if(null!==(e=qe(t)))return e;e=null}else if(3===r){if(t.stateNode.current.memoizedState.isDehydrated)return 3===t.tag?t.stateNode.containerInfo:null;e=null}else t!==e&&(e=null);return $t=e,null}function Qt(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 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(Xe()){case Je:return 1;case et:return 4;case tt:case rt:return 16;case nt:return 536870912;default:return 16}default:return 16}}var Kt=null,Xt=null,Jt=null;function er(){if(Jt)return Jt;var e,t,r=Xt,n=r.length,o=\"value\"in Kt?Kt.value:Kt.textContent,i=o.length;for(e=0;e<n&&r[e]===o[e];e++);var a=n-e;for(t=1;t<=a&&r[n-t]===o[i-t];t++);return Jt=o.slice(e,1<t?1-t:void 0)}function tr(e){var t=e.keyCode;return\"charCode\"in e?0===(e=e.charCode)&&13===t&&(e=13):e=t,10===e&&(e=13),32<=e||13===e?e:0}function rr(){return!0}function nr(){return!1}function or(e){function t(t,r,n,o,i){for(var a in this._reactName=t,this._targetInst=n,this.type=r,this.nativeEvent=o,this.target=i,this.currentTarget=null,e)e.hasOwnProperty(a)&&(t=e[a],this[a]=t?t(o):o[a]);return this.isDefaultPrevented=(null!=o.defaultPrevented?o.defaultPrevented:!1===o.returnValue)?rr:nr,this.isPropagationStopped=nr,this}return F(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var e=this.nativeEvent;e&&(e.preventDefault?e.preventDefault():\"unknown\"!=typeof e.returnValue&&(e.returnValue=!1),this.isDefaultPrevented=rr)},stopPropagation:function(){var e=this.nativeEvent;e&&(e.stopPropagation?e.stopPropagation():\"unknown\"!=typeof e.cancelBubble&&(e.cancelBubble=!0),this.isPropagationStopped=rr)},persist:function(){},isPersistent:rr}),t}var ir,ar,lr,cr={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},sr=or(cr),dr=F({},cr,{view:0,detail:0}),ur=or(dr),pr=F({},dr,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Br,button:0,buttons:0,relatedTarget:function(e){return void 0===e.relatedTarget?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return\"movementX\"in e?e.movementX:(e!==lr&&(lr&&\"mousemove\"===e.type?(ir=e.screenX-lr.screenX,ar=e.screenY-lr.screenY):ar=ir=0,lr=e),ir)},movementY:function(e){return\"movementY\"in e?e.movementY:ar}}),fr=or(pr),mr=or(F({},pr,{dataTransfer:0})),hr=or(F({},dr,{relatedTarget:0})),gr=or(F({},cr,{animationName:0,elapsedTime:0,pseudoElement:0})),br=F({},cr,{clipboardData:function(e){return\"clipboardData\"in e?e.clipboardData:window.clipboardData}}),vr=or(br),yr=or(F({},cr,{data:0})),_r={Esc:\"Escape\",Spacebar:\" \",Left:\"ArrowLeft\",Up:\"ArrowUp\",Right:\"ArrowRight\",Down:\"ArrowDown\",Del:\"Delete\",Win:\"OS\",Menu:\"ContextMenu\",Apps:\"ContextMenu\",Scroll:\"ScrollLock\",MozPrintableKey:\"Unidentified\"},kr={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\"},wr={Alt:\"altKey\",Control:\"ctrlKey\",Meta:\"metaKey\",Shift:\"shiftKey\"};function xr(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):!!(e=wr[e])&&!!t[e]}function Br(){return xr}var Sr=F({},dr,{key:function(e){if(e.key){var t=_r[e.key]||e.key;if(\"Unidentified\"!==t)return t}return\"keypress\"===e.type?13===(e=tr(e))?\"Enter\":String.fromCharCode(e):\"keydown\"===e.type||\"keyup\"===e.type?kr[e.keyCode]||\"Unidentified\":\"\"},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Br,charCode:function(e){return\"keypress\"===e.type?tr(e):0},keyCode:function(e){return\"keydown\"===e.type||\"keyup\"===e.type?e.keyCode:0},which:function(e){return\"keypress\"===e.type?tr(e):\"keydown\"===e.type||\"keyup\"===e.type?e.keyCode:0}}),Er=or(Sr),Ar=or(F({},pr,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0})),Cr=or(F({},dr,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Br})),Nr=or(F({},cr,{propertyName:0,elapsedTime:0,pseudoElement:0})),Pr=F({},pr,{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}),Or=or(Pr),Tr=[9,13,27,32],jr=d&&\"CompositionEvent\"in window,Mr=null;d&&\"documentMode\"in document&&(Mr=document.documentMode);var Lr=d&&\"TextEvent\"in window&&!Mr,Ir=d&&(!jr||Mr&&8<Mr&&11>=Mr),Fr=String.fromCharCode(32),zr=!1;function Dr(e,t){switch(e){case\"keyup\":return-1!==Tr.indexOf(t.keyCode);case\"keydown\":return 229!==t.keyCode;case\"keypress\":case\"mousedown\":case\"focusout\":return!0;default:return!1}}function Rr(e){return\"object\"==typeof(e=e.detail)&&\"data\"in e?e.data:null}var Hr=!1;var Vr={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 qr(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return\"input\"===t?!!Vr[e.type]:\"textarea\"===t}function Zr(e,t,r,n){Ee(n),0<(t=Wn(t,\"onChange\")).length&&(r=new sr(\"onChange\",\"change\",null,r,n),e.push({event:r,listeners:t}))}var Ur=null,Wr=null;function Gr(e){zn(e,0)}function $r(e){if(G(ko(e)))return e}function Yr(e,t){if(\"change\"===e)return t}var Qr=!1;if(d){var Kr;if(d){var Xr=\"oninput\"in document;if(!Xr){var Jr=document.createElement(\"div\");Jr.setAttribute(\"oninput\",\"return;\"),Xr=\"function\"==typeof Jr.oninput}Kr=Xr}else Kr=!1;Qr=Kr&&(!document.documentMode||9<document.documentMode)}function en(){Ur&&(Ur.detachEvent(\"onpropertychange\",tn),Wr=Ur=null)}function tn(e){if(\"value\"===e.propertyName&&$r(Wr)){var t=[];Zr(t,Wr,e,ke(e)),Oe(Gr,t)}}function rn(e,t,r){\"focusin\"===e?(en(),Wr=r,(Ur=t).attachEvent(\"onpropertychange\",tn)):\"focusout\"===e&&en()}function nn(e){if(\"selectionchange\"===e||\"keyup\"===e||\"keydown\"===e)return $r(Wr)}function on(e,t){if(\"click\"===e)return $r(t)}function an(e,t){if(\"input\"===e||\"change\"===e)return $r(t)}var ln=\"function\"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t};function cn(e,t){if(ln(e,t))return!0;if(\"object\"!=typeof e||null===e||\"object\"!=typeof t||null===t)return!1;var r=Object.keys(e),n=Object.keys(t);if(r.length!==n.length)return!1;for(n=0;n<r.length;n++){var o=r[n];if(!u.call(t,o)||!ln(e[o],t[o]))return!1}return!0}function sn(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function dn(e,t){var r,n=sn(e);for(e=0;n;){if(3===n.nodeType){if(r=e+n.textContent.length,e<=t&&r>=t)return{node:n,offset:t-e};e=r}e:{for(;n;){if(n.nextSibling){n=n.nextSibling;break e}n=n.parentNode}n=void 0}n=sn(n)}}function un(e,t){return!(!e||!t)&&(e===t||(!e||3!==e.nodeType)&&(t&&3===t.nodeType?un(e,t.parentNode):\"contains\"in e?e.contains(t):!!e.compareDocumentPosition&&!!(16&e.compareDocumentPosition(t))))}function pn(){for(var e=window,t=$();t instanceof e.HTMLIFrameElement;){try{var r=\"string\"==typeof t.contentWindow.location.href}catch(e){r=!1}if(!r)break;t=$((e=t.contentWindow).document)}return t}function fn(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&(\"input\"===t&&(\"text\"===e.type||\"search\"===e.type||\"tel\"===e.type||\"url\"===e.type||\"password\"===e.type)||\"textarea\"===t||\"true\"===e.contentEditable)}function mn(e){var t=pn(),r=e.focusedElem,n=e.selectionRange;if(t!==r&&r&&r.ownerDocument&&un(r.ownerDocument.documentElement,r)){if(null!==n&&fn(r))if(t=n.start,void 0===(e=n.end)&&(e=t),\"selectionStart\"in r)r.selectionStart=t,r.selectionEnd=Math.min(e,r.value.length);else if((e=(t=r.ownerDocument||document)&&t.defaultView||window).getSelection){e=e.getSelection();var o=r.textContent.length,i=Math.min(n.start,o);n=void 0===n.end?i:Math.min(n.end,o),!e.extend&&i>n&&(o=n,n=i,i=o),o=dn(r,i);var a=dn(r,n);o&&a&&(1!==e.rangeCount||e.anchorNode!==o.node||e.anchorOffset!==o.offset||e.focusNode!==a.node||e.focusOffset!==a.offset)&&((t=t.createRange()).setStart(o.node,o.offset),e.removeAllRanges(),i>n?(e.addRange(t),e.extend(a.node,a.offset)):(t.setEnd(a.node,a.offset),e.addRange(t)))}for(t=[],e=r;e=e.parentNode;)1===e.nodeType&&t.push({element:e,left:e.scrollLeft,top:e.scrollTop});for(\"function\"==typeof r.focus&&r.focus(),r=0;r<t.length;r++)(e=t[r]).element.scrollLeft=e.left,e.element.scrollTop=e.top}}var hn=d&&\"documentMode\"in document&&11>=document.documentMode,gn=null,bn=null,vn=null,yn=!1;function _n(e,t,r){var n=r.window===r?r.document:9===r.nodeType?r:r.ownerDocument;yn||null==gn||gn!==$(n)||(\"selectionStart\"in(n=gn)&&fn(n)?n={start:n.selectionStart,end:n.selectionEnd}:n={anchorNode:(n=(n.ownerDocument&&n.ownerDocument.defaultView||window).getSelection()).anchorNode,anchorOffset:n.anchorOffset,focusNode:n.focusNode,focusOffset:n.focusOffset},vn&&cn(vn,n)||(vn=n,0<(n=Wn(bn,\"onSelect\")).length&&(t=new sr(\"onSelect\",\"select\",null,t,r),e.push({event:t,listeners:n}),t.target=gn)))}function kn(e,t){var r={};return r[e.toLowerCase()]=t.toLowerCase(),r[\"Webkit\"+e]=\"webkit\"+t,r[\"Moz\"+e]=\"moz\"+t,r}var wn={animationend:kn(\"Animation\",\"AnimationEnd\"),animationiteration:kn(\"Animation\",\"AnimationIteration\"),animationstart:kn(\"Animation\",\"AnimationStart\"),transitionend:kn(\"Transition\",\"TransitionEnd\")},xn={},Bn={};function Sn(e){if(xn[e])return xn[e];if(!wn[e])return e;var t,r=wn[e];for(t in r)if(r.hasOwnProperty(t)&&t in Bn)return xn[e]=r[t];return e}d&&(Bn=document.createElement(\"div\").style,\"AnimationEvent\"in window||(delete wn.animationend.animation,delete wn.animationiteration.animation,delete wn.animationstart.animation),\"TransitionEvent\"in window||delete wn.transitionend.transition);var En=Sn(\"animationend\"),An=Sn(\"animationiteration\"),Cn=Sn(\"animationstart\"),Nn=Sn(\"transitionend\"),Pn=new Map,On=\"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 Tn(e,t){Pn.set(e,t),c(t,[e])}for(var jn=0;jn<On.length;jn++){var Mn=On[jn];Tn(Mn.toLowerCase(),\"on\"+(Mn[0].toUpperCase()+Mn.slice(1)))}Tn(En,\"onAnimationEnd\"),Tn(An,\"onAnimationIteration\"),Tn(Cn,\"onAnimationStart\"),Tn(\"dblclick\",\"onDoubleClick\"),Tn(\"focusin\",\"onFocus\"),Tn(\"focusout\",\"onBlur\"),Tn(Nn,\"onTransitionEnd\"),s(\"onMouseEnter\",[\"mouseout\",\"mouseover\"]),s(\"onMouseLeave\",[\"mouseout\",\"mouseover\"]),s(\"onPointerEnter\",[\"pointerout\",\"pointerover\"]),s(\"onPointerLeave\",[\"pointerout\",\"pointerover\"]),c(\"onChange\",\"change click focusin focusout input keydown keyup selectionchange\".split(\" \")),c(\"onSelect\",\"focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange\".split(\" \")),c(\"onBeforeInput\",[\"compositionend\",\"keypress\",\"textInput\",\"paste\"]),c(\"onCompositionEnd\",\"compositionend focusout keydown keypress keyup mousedown\".split(\" \")),c(\"onCompositionStart\",\"compositionstart focusout keydown keypress keyup mousedown\".split(\" \")),c(\"onCompositionUpdate\",\"compositionupdate focusout keydown keypress keyup mousedown\".split(\" \"));var Ln=\"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(\" \"),In=new Set(\"cancel close invalid load scroll toggle\".split(\" \").concat(Ln));function Fn(e,t,r){var n=e.type||\"unknown-event\";e.currentTarget=r,function(e,t,r,n,o,a,l,c,s){if(He.apply(this,arguments),Ie){if(!Ie)throw Error(i(198));var d=Fe;Ie=!1,Fe=null,ze||(ze=!0,De=d)}}(n,t,void 0,e),e.currentTarget=null}function zn(e,t){t=0!=(4&t);for(var r=0;r<e.length;r++){var n=e[r],o=n.event;n=n.listeners;e:{var i=void 0;if(t)for(var a=n.length-1;0<=a;a--){var l=n[a],c=l.instance,s=l.currentTarget;if(l=l.listener,c!==i&&o.isPropagationStopped())break e;Fn(o,l,s),i=c}else for(a=0;a<n.length;a++){if(c=(l=n[a]).instance,s=l.currentTarget,l=l.listener,c!==i&&o.isPropagationStopped())break e;Fn(o,l,s),i=c}}}if(ze)throw e=De,ze=!1,De=null,e}function Dn(e,t){var r=t[go];void 0===r&&(r=t[go]=new Set);var n=e+\"__bubble\";r.has(n)||(qn(t,e,2,!1),r.add(n))}function Rn(e,t,r){var n=0;t&&(n|=4),qn(r,e,n,t)}var Hn=\"_reactListening\"+Math.random().toString(36).slice(2);function Vn(e){if(!e[Hn]){e[Hn]=!0,a.forEach((function(t){\"selectionchange\"!==t&&(In.has(t)||Rn(t,!1,e),Rn(t,!0,e))}));var t=9===e.nodeType?e:e.ownerDocument;null===t||t[Hn]||(t[Hn]=!0,Rn(\"selectionchange\",!1,t))}}function qn(e,t,r,n){switch(Qt(t)){case 1:var o=Ut;break;case 4:o=Wt;break;default:o=Gt}r=o.bind(null,t,r,e),o=void 0,!je||\"touchstart\"!==t&&\"touchmove\"!==t&&\"wheel\"!==t||(o=!0),n?void 0!==o?e.addEventListener(t,r,{capture:!0,passive:o}):e.addEventListener(t,r,!0):void 0!==o?e.addEventListener(t,r,{passive:o}):e.addEventListener(t,r,!1)}function Zn(e,t,r,n,o){var i=n;if(0==(1&t)&&0==(2&t)&&null!==n)e:for(;;){if(null===n)return;var a=n.tag;if(3===a||4===a){var l=n.stateNode.containerInfo;if(l===o||8===l.nodeType&&l.parentNode===o)break;if(4===a)for(a=n.return;null!==a;){var c=a.tag;if((3===c||4===c)&&((c=a.stateNode.containerInfo)===o||8===c.nodeType&&c.parentNode===o))return;a=a.return}for(;null!==l;){if(null===(a=yo(l)))return;if(5===(c=a.tag)||6===c){n=i=a;continue e}l=l.parentNode}}n=n.return}Oe((function(){var n=i,o=ke(r),a=[];e:{var l=Pn.get(e);if(void 0!==l){var c=sr,s=e;switch(e){case\"keypress\":if(0===tr(r))break e;case\"keydown\":case\"keyup\":c=Er;break;case\"focusin\":s=\"focus\",c=hr;break;case\"focusout\":s=\"blur\",c=hr;break;case\"beforeblur\":case\"afterblur\":c=hr;break;case\"click\":if(2===r.button)break e;case\"auxclick\":case\"dblclick\":case\"mousedown\":case\"mousemove\":case\"mouseup\":case\"mouseout\":case\"mouseover\":case\"contextmenu\":c=fr;break;case\"drag\":case\"dragend\":case\"dragenter\":case\"dragexit\":case\"dragleave\":case\"dragover\":case\"dragstart\":case\"drop\":c=mr;break;case\"touchcancel\":case\"touchend\":case\"touchmove\":case\"touchstart\":c=Cr;break;case En:case An:case Cn:c=gr;break;case Nn:c=Nr;break;case\"scroll\":c=ur;break;case\"wheel\":c=Or;break;case\"copy\":case\"cut\":case\"paste\":c=vr;break;case\"gotpointercapture\":case\"lostpointercapture\":case\"pointercancel\":case\"pointerdown\":case\"pointermove\":case\"pointerout\":case\"pointerover\":case\"pointerup\":c=Ar}var d=0!=(4&t),u=!d&&\"scroll\"===e,p=d?null!==l?l+\"Capture\":null:l;d=[];for(var f,m=n;null!==m;){var h=(f=m).stateNode;if(5===f.tag&&null!==h&&(f=h,null!==p&&(null!=(h=Te(m,p))&&d.push(Un(m,h,f)))),u)break;m=m.return}0<d.length&&(l=new c(l,s,null,r,o),a.push({event:l,listeners:d}))}}if(0==(7&t)){if(c=\"mouseout\"===e||\"pointerout\"===e,(!(l=\"mouseover\"===e||\"pointerover\"===e)||r===_e||!(s=r.relatedTarget||r.fromElement)||!yo(s)&&!s[ho])&&(c||l)&&(l=o.window===o?o:(l=o.ownerDocument)?l.defaultView||l.parentWindow:window,c?(c=n,null!==(s=(s=r.relatedTarget||r.toElement)?yo(s):null)&&(s!==(u=Ve(s))||5!==s.tag&&6!==s.tag)&&(s=null)):(c=null,s=n),c!==s)){if(d=fr,h=\"onMouseLeave\",p=\"onMouseEnter\",m=\"mouse\",\"pointerout\"!==e&&\"pointerover\"!==e||(d=Ar,h=\"onPointerLeave\",p=\"onPointerEnter\",m=\"pointer\"),u=null==c?l:ko(c),f=null==s?l:ko(s),(l=new d(h,m+\"leave\",c,r,o)).target=u,l.relatedTarget=f,h=null,yo(o)===n&&((d=new d(p,m+\"enter\",s,r,o)).target=f,d.relatedTarget=u,h=d),u=h,c&&s)e:{for(p=s,m=0,f=d=c;f;f=Gn(f))m++;for(f=0,h=p;h;h=Gn(h))f++;for(;0<m-f;)d=Gn(d),m--;for(;0<f-m;)p=Gn(p),f--;for(;m--;){if(d===p||null!==p&&d===p.alternate)break e;d=Gn(d),p=Gn(p)}d=null}else d=null;null!==c&&$n(a,l,c,d,!1),null!==s&&null!==u&&$n(a,u,s,d,!0)}if(\"select\"===(c=(l=n?ko(n):window).nodeName&&l.nodeName.toLowerCase())||\"input\"===c&&\"file\"===l.type)var g=Yr;else if(qr(l))if(Qr)g=an;else{g=nn;var b=rn}else(c=l.nodeName)&&\"input\"===c.toLowerCase()&&(\"checkbox\"===l.type||\"radio\"===l.type)&&(g=on);switch(g&&(g=g(e,n))?Zr(a,g,r,o):(b&&b(e,l,n),\"focusout\"===e&&(b=l._wrapperState)&&b.controlled&&\"number\"===l.type&&ee(l,\"number\",l.value)),b=n?ko(n):window,e){case\"focusin\":(qr(b)||\"true\"===b.contentEditable)&&(gn=b,bn=n,vn=null);break;case\"focusout\":vn=bn=gn=null;break;case\"mousedown\":yn=!0;break;case\"contextmenu\":case\"mouseup\":case\"dragend\":yn=!1,_n(a,r,o);break;case\"selectionchange\":if(hn)break;case\"keydown\":case\"keyup\":_n(a,r,o)}var v;if(jr)e:{switch(e){case\"compositionstart\":var y=\"onCompositionStart\";break e;case\"compositionend\":y=\"onCompositionEnd\";break e;case\"compositionupdate\":y=\"onCompositionUpdate\";break e}y=void 0}else Hr?Dr(e,r)&&(y=\"onCompositionEnd\"):\"keydown\"===e&&229===r.keyCode&&(y=\"onCompositionStart\");y&&(Ir&&\"ko\"!==r.locale&&(Hr||\"onCompositionStart\"!==y?\"onCompositionEnd\"===y&&Hr&&(v=er()):(Xt=\"value\"in(Kt=o)?Kt.value:Kt.textContent,Hr=!0)),0<(b=Wn(n,y)).length&&(y=new yr(y,e,null,r,o),a.push({event:y,listeners:b}),v?y.data=v:null!==(v=Rr(r))&&(y.data=v))),(v=Lr?function(e,t){switch(e){case\"compositionend\":return Rr(t);case\"keypress\":return 32!==t.which?null:(zr=!0,Fr);case\"textInput\":return(e=t.data)===Fr&&zr?null:e;default:return null}}(e,r):function(e,t){if(Hr)return\"compositionend\"===e||!jr&&Dr(e,t)?(e=er(),Jt=Xt=Kt=null,Hr=!1,e):null;switch(e){case\"paste\":default:return null;case\"keypress\":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case\"compositionend\":return Ir&&\"ko\"!==t.locale?null:t.data}}(e,r))&&(0<(n=Wn(n,\"onBeforeInput\")).length&&(o=new yr(\"onBeforeInput\",\"beforeinput\",null,r,o),a.push({event:o,listeners:n}),o.data=v))}zn(a,t)}))}function Un(e,t,r){return{instance:e,listener:t,currentTarget:r}}function Wn(e,t){for(var r=t+\"Capture\",n=[];null!==e;){var o=e,i=o.stateNode;5===o.tag&&null!==i&&(o=i,null!=(i=Te(e,r))&&n.unshift(Un(e,i,o)),null!=(i=Te(e,t))&&n.push(Un(e,i,o))),e=e.return}return n}function Gn(e){if(null===e)return null;do{e=e.return}while(e&&5!==e.tag);return e||null}function $n(e,t,r,n,o){for(var i=t._reactName,a=[];null!==r&&r!==n;){var l=r,c=l.alternate,s=l.stateNode;if(null!==c&&c===n)break;5===l.tag&&null!==s&&(l=s,o?null!=(c=Te(r,i))&&a.unshift(Un(r,c,l)):o||null!=(c=Te(r,i))&&a.push(Un(r,c,l))),r=r.return}0!==a.length&&e.push({event:t,listeners:a})}var Yn=/\\r\\n?/g,Qn=/\\u0000|\\uFFFD/g;function Kn(e){return(\"string\"==typeof e?e:\"\"+e).replace(Yn,\"\\n\").replace(Qn,\"\")}function Xn(e,t,r){if(t=Kn(t),Kn(e)!==t&&r)throw Error(i(425))}function Jn(){}var eo=null,to=null;function ro(e,t){return\"textarea\"===e||\"noscript\"===e||\"string\"==typeof t.children||\"number\"==typeof t.children||\"object\"==typeof t.dangerouslySetInnerHTML&&null!==t.dangerouslySetInnerHTML&&null!=t.dangerouslySetInnerHTML.__html}var no=\"function\"==typeof setTimeout?setTimeout:void 0,oo=\"function\"==typeof clearTimeout?clearTimeout:void 0,io=\"function\"==typeof Promise?Promise:void 0,ao=\"function\"==typeof queueMicrotask?queueMicrotask:void 0!==io?function(e){return io.resolve(null).then(e).catch(lo)}:no;function lo(e){setTimeout((function(){throw e}))}function co(e,t){var r=t,n=0;do{var o=r.nextSibling;if(e.removeChild(r),o&&8===o.nodeType)if(\"/$\"===(r=o.data)){if(0===n)return e.removeChild(o),void Vt(t);n--}else\"$\"!==r&&\"$?\"!==r&&\"$!\"!==r||n++;r=o}while(r);Vt(t)}function so(e){for(;null!=e;e=e.nextSibling){var t=e.nodeType;if(1===t||3===t)break;if(8===t){if(\"$\"===(t=e.data)||\"$!\"===t||\"$?\"===t)break;if(\"/$\"===t)return null}}return e}function uo(e){e=e.previousSibling;for(var t=0;e;){if(8===e.nodeType){var r=e.data;if(\"$\"===r||\"$!\"===r||\"$?\"===r){if(0===t)return e;t--}else\"/$\"===r&&t++}e=e.previousSibling}return null}var po=Math.random().toString(36).slice(2),fo=\"__reactFiber$\"+po,mo=\"__reactProps$\"+po,ho=\"__reactContainer$\"+po,go=\"__reactEvents$\"+po,bo=\"__reactListeners$\"+po,vo=\"__reactHandles$\"+po;function yo(e){var t=e[fo];if(t)return t;for(var r=e.parentNode;r;){if(t=r[ho]||r[fo]){if(r=t.alternate,null!==t.child||null!==r&&null!==r.child)for(e=uo(e);null!==e;){if(r=e[fo])return r;e=uo(e)}return t}r=(e=r).parentNode}return null}function _o(e){return!(e=e[fo]||e[ho])||5!==e.tag&&6!==e.tag&&13!==e.tag&&3!==e.tag?null:e}function ko(e){if(5===e.tag||6===e.tag)return e.stateNode;throw Error(i(33))}function wo(e){return e[mo]||null}var xo=[],Bo=-1;function So(e){return{current:e}}function Eo(e){0>Bo||(e.current=xo[Bo],xo[Bo]=null,Bo--)}function Ao(e,t){Bo++,xo[Bo]=e.current,e.current=t}var Co={},No=So(Co),Po=So(!1),Oo=Co;function To(e,t){var r=e.type.contextTypes;if(!r)return Co;var n=e.stateNode;if(n&&n.__reactInternalMemoizedUnmaskedChildContext===t)return n.__reactInternalMemoizedMaskedChildContext;var o,i={};for(o in r)i[o]=t[o];return n&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=i),i}function jo(e){return null!=(e=e.childContextTypes)}function Mo(){Eo(Po),Eo(No)}function Lo(e,t,r){if(No.current!==Co)throw Error(i(168));Ao(No,t),Ao(Po,r)}function Io(e,t,r){var n=e.stateNode;if(t=t.childContextTypes,\"function\"!=typeof n.getChildContext)return r;for(var o in n=n.getChildContext())if(!(o in t))throw Error(i(108,q(e)||\"Unknown\",o));return F({},r,n)}function Fo(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||Co,Oo=No.current,Ao(No,e),Ao(Po,Po.current),!0}function zo(e,t,r){var n=e.stateNode;if(!n)throw Error(i(169));r?(e=Io(e,t,Oo),n.__reactInternalMemoizedMergedChildContext=e,Eo(Po),Eo(No),Ao(No,e)):Eo(Po),Ao(Po,r)}var Do=null,Ro=!1,Ho=!1;function Vo(e){null===Do?Do=[e]:Do.push(e)}function qo(){if(!Ho&&null!==Do){Ho=!0;var e=0,t=yt;try{var r=Do;for(yt=1;e<r.length;e++){var n=r[e];do{n=n(!0)}while(null!==n)}Do=null,Ro=!1}catch(t){throw null!==Do&&(Do=Do.slice(e+1)),Ge(Je,qo),t}finally{yt=t,Ho=!1}}return null}var Zo=[],Uo=0,Wo=null,Go=0,$o=[],Yo=0,Qo=null,Ko=1,Xo=\"\";function Jo(e,t){Zo[Uo++]=Go,Zo[Uo++]=Wo,Wo=e,Go=t}function ei(e,t,r){$o[Yo++]=Ko,$o[Yo++]=Xo,$o[Yo++]=Qo,Qo=e;var n=Ko;e=Xo;var o=32-at(n)-1;n&=~(1<<o),r+=1;var i=32-at(t)+o;if(30<i){var a=o-o%5;i=(n&(1<<a)-1).toString(32),n>>=a,o-=a,Ko=1<<32-at(t)+o|r<<o|n,Xo=i+e}else Ko=1<<i|r<<o|n,Xo=e}function ti(e){null!==e.return&&(Jo(e,1),ei(e,1,0))}function ri(e){for(;e===Wo;)Wo=Zo[--Uo],Zo[Uo]=null,Go=Zo[--Uo],Zo[Uo]=null;for(;e===Qo;)Qo=$o[--Yo],$o[Yo]=null,Xo=$o[--Yo],$o[Yo]=null,Ko=$o[--Yo],$o[Yo]=null}var ni=null,oi=null,ii=!1,ai=null;function li(e,t){var r=Ts(5,null,null,0);r.elementType=\"DELETED\",r.stateNode=t,r.return=e,null===(t=e.deletions)?(e.deletions=[r],e.flags|=16):t.push(r)}function ci(e,t){switch(e.tag){case 5:var r=e.type;return null!==(t=1!==t.nodeType||r.toLowerCase()!==t.nodeName.toLowerCase()?null:t)&&(e.stateNode=t,ni=e,oi=so(t.firstChild),!0);case 6:return null!==(t=\"\"===e.pendingProps||3!==t.nodeType?null:t)&&(e.stateNode=t,ni=e,oi=null,!0);case 13:return null!==(t=8!==t.nodeType?null:t)&&(r=null!==Qo?{id:Ko,overflow:Xo}:null,e.memoizedState={dehydrated:t,treeContext:r,retryLane:1073741824},(r=Ts(18,null,null,0)).stateNode=t,r.return=e,e.child=r,ni=e,oi=null,!0);default:return!1}}function si(e){return 0!=(1&e.mode)&&0==(128&e.flags)}function di(e){if(ii){var t=oi;if(t){var r=t;if(!ci(e,t)){if(si(e))throw Error(i(418));t=so(r.nextSibling);var n=ni;t&&ci(e,t)?li(n,r):(e.flags=-4097&e.flags|2,ii=!1,ni=e)}}else{if(si(e))throw Error(i(418));e.flags=-4097&e.flags|2,ii=!1,ni=e}}}function ui(e){for(e=e.return;null!==e&&5!==e.tag&&3!==e.tag&&13!==e.tag;)e=e.return;ni=e}function pi(e){if(e!==ni)return!1;if(!ii)return ui(e),ii=!0,!1;var t;if((t=3!==e.tag)&&!(t=5!==e.tag)&&(t=\"head\"!==(t=e.type)&&\"body\"!==t&&!ro(e.type,e.memoizedProps)),t&&(t=oi)){if(si(e))throw fi(),Error(i(418));for(;t;)li(e,t),t=so(t.nextSibling)}if(ui(e),13===e.tag){if(!(e=null!==(e=e.memoizedState)?e.dehydrated:null))throw Error(i(317));e:{for(e=e.nextSibling,t=0;e;){if(8===e.nodeType){var r=e.data;if(\"/$\"===r){if(0===t){oi=so(e.nextSibling);break e}t--}else\"$\"!==r&&\"$!\"!==r&&\"$?\"!==r||t++}e=e.nextSibling}oi=null}}else oi=ni?so(e.stateNode.nextSibling):null;return!0}function fi(){for(var e=oi;e;)e=so(e.nextSibling)}function mi(){oi=ni=null,ii=!1}function hi(e){null===ai?ai=[e]:ai.push(e)}var gi=_.ReactCurrentBatchConfig;function bi(e,t){if(e&&e.defaultProps){for(var r in t=F({},t),e=e.defaultProps)void 0===t[r]&&(t[r]=e[r]);return t}return t}var vi=So(null),yi=null,_i=null,ki=null;function wi(){ki=_i=yi=null}function xi(e){var t=vi.current;Eo(vi),e._currentValue=t}function Bi(e,t,r){for(;null!==e;){var n=e.alternate;if((e.childLanes&t)!==t?(e.childLanes|=t,null!==n&&(n.childLanes|=t)):null!==n&&(n.childLanes&t)!==t&&(n.childLanes|=t),e===r)break;e=e.return}}function Si(e,t){yi=e,ki=_i=null,null!==(e=e.dependencies)&&null!==e.firstContext&&(0!=(e.lanes&t)&&(_l=!0),e.firstContext=null)}function Ei(e){var t=e._currentValue;if(ki!==e)if(e={context:e,memoizedValue:t,next:null},null===_i){if(null===yi)throw Error(i(308));_i=e,yi.dependencies={lanes:0,firstContext:e}}else _i=_i.next=e;return t}var Ai=null;function Ci(e){null===Ai?Ai=[e]:Ai.push(e)}function Ni(e,t,r,n){var o=t.interleaved;return null===o?(r.next=r,Ci(t)):(r.next=o.next,o.next=r),t.interleaved=r,Pi(e,n)}function Pi(e,t){e.lanes|=t;var r=e.alternate;for(null!==r&&(r.lanes|=t),r=e,e=e.return;null!==e;)e.childLanes|=t,null!==(r=e.alternate)&&(r.childLanes|=t),r=e,e=e.return;return 3===r.tag?r.stateNode:null}var Oi=!1;function Ti(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function ji(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,firstBaseUpdate:e.firstBaseUpdate,lastBaseUpdate:e.lastBaseUpdate,shared:e.shared,effects:e.effects})}function Mi(e,t){return{eventTime:e,lane:t,tag:0,payload:null,callback:null,next:null}}function Li(e,t,r){var n=e.updateQueue;if(null===n)return null;if(n=n.shared,0!=(2&Nc)){var o=n.pending;return null===o?t.next=t:(t.next=o.next,o.next=t),n.pending=t,Pi(e,r)}return null===(o=n.interleaved)?(t.next=t,Ci(n)):(t.next=o.next,o.next=t),n.interleaved=t,Pi(e,r)}function Ii(e,t,r){if(null!==(t=t.updateQueue)&&(t=t.shared,0!=(4194240&r))){var n=t.lanes;r|=n&=e.pendingLanes,t.lanes=r,vt(e,r)}}function Fi(e,t){var r=e.updateQueue,n=e.alternate;if(null!==n&&r===(n=n.updateQueue)){var o=null,i=null;if(null!==(r=r.firstBaseUpdate)){do{var a={eventTime:r.eventTime,lane:r.lane,tag:r.tag,payload:r.payload,callback:r.callback,next:null};null===i?o=i=a:i=i.next=a,r=r.next}while(null!==r);null===i?o=i=t:i=i.next=t}else o=i=t;return r={baseState:n.baseState,firstBaseUpdate:o,lastBaseUpdate:i,shared:n.shared,effects:n.effects},void(e.updateQueue=r)}null===(e=r.lastBaseUpdate)?r.firstBaseUpdate=t:e.next=t,r.lastBaseUpdate=t}function zi(e,t,r,n){var o=e.updateQueue;Oi=!1;var i=o.firstBaseUpdate,a=o.lastBaseUpdate,l=o.shared.pending;if(null!==l){o.shared.pending=null;var c=l,s=c.next;c.next=null,null===a?i=s:a.next=s,a=c;var d=e.alternate;null!==d&&((l=(d=d.updateQueue).lastBaseUpdate)!==a&&(null===l?d.firstBaseUpdate=s:l.next=s,d.lastBaseUpdate=c))}if(null!==i){var u=o.baseState;for(a=0,d=s=c=null,l=i;;){var p=l.lane,f=l.eventTime;if((n&p)===p){null!==d&&(d=d.next={eventTime:f,lane:0,tag:l.tag,payload:l.payload,callback:l.callback,next:null});e:{var m=e,h=l;switch(p=t,f=r,h.tag){case 1:if(\"function\"==typeof(m=h.payload)){u=m.call(f,u,p);break e}u=m;break e;case 3:m.flags=-65537&m.flags|128;case 0:if(null==(p=\"function\"==typeof(m=h.payload)?m.call(f,u,p):m))break e;u=F({},u,p);break e;case 2:Oi=!0}}null!==l.callback&&0!==l.lane&&(e.flags|=64,null===(p=o.effects)?o.effects=[l]:p.push(l))}else f={eventTime:f,lane:p,tag:l.tag,payload:l.payload,callback:l.callback,next:null},null===d?(s=d=f,c=u):d=d.next=f,a|=p;if(null===(l=l.next)){if(null===(l=o.shared.pending))break;l=(p=l).next,p.next=null,o.lastBaseUpdate=p,o.shared.pending=null}}if(null===d&&(c=u),o.baseState=c,o.firstBaseUpdate=s,o.lastBaseUpdate=d,null!==(t=o.shared.interleaved)){o=t;do{a|=o.lane,o=o.next}while(o!==t)}else null===i&&(o.shared.lanes=0);Fc|=a,e.lanes=a,e.memoizedState=u}}function Di(e,t,r){if(e=t.effects,t.effects=null,null!==e)for(t=0;t<e.length;t++){var n=e[t],o=n.callback;if(null!==o){if(n.callback=null,n=r,\"function\"!=typeof o)throw Error(i(191,o));o.call(n)}}}var Ri=(new n.Component).refs;function Hi(e,t,r,n){r=null==(r=r(n,t=e.memoizedState))?t:F({},t,r),e.memoizedState=r,0===e.lanes&&(e.updateQueue.baseState=r)}var Vi={isMounted:function(e){return!!(e=e._reactInternals)&&Ve(e)===e},enqueueSetState:function(e,t,r){e=e._reactInternals;var n=ts(),o=rs(e),i=Mi(n,o);i.payload=t,null!=r&&(i.callback=r),null!==(t=Li(e,i,o))&&(ns(t,e,o,n),Ii(t,e,o))},enqueueReplaceState:function(e,t,r){e=e._reactInternals;var n=ts(),o=rs(e),i=Mi(n,o);i.tag=1,i.payload=t,null!=r&&(i.callback=r),null!==(t=Li(e,i,o))&&(ns(t,e,o,n),Ii(t,e,o))},enqueueForceUpdate:function(e,t){e=e._reactInternals;var r=ts(),n=rs(e),o=Mi(r,n);o.tag=2,null!=t&&(o.callback=t),null!==(t=Li(e,o,n))&&(ns(t,e,n,r),Ii(t,e,n))}};function qi(e,t,r,n,o,i,a){return\"function\"==typeof(e=e.stateNode).shouldComponentUpdate?e.shouldComponentUpdate(n,i,a):!t.prototype||!t.prototype.isPureReactComponent||(!cn(r,n)||!cn(o,i))}function Zi(e,t,r){var n=!1,o=Co,i=t.contextType;return\"object\"==typeof i&&null!==i?i=Ei(i):(o=jo(t)?Oo:No.current,i=(n=null!=(n=t.contextTypes))?To(e,o):Co),t=new t(r,i),e.memoizedState=null!==t.state&&void 0!==t.state?t.state:null,t.updater=Vi,e.stateNode=t,t._reactInternals=e,n&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=o,e.__reactInternalMemoizedMaskedChildContext=i),t}function Ui(e,t,r,n){e=t.state,\"function\"==typeof t.componentWillReceiveProps&&t.componentWillReceiveProps(r,n),\"function\"==typeof t.UNSAFE_componentWillReceiveProps&&t.UNSAFE_componentWillReceiveProps(r,n),t.state!==e&&Vi.enqueueReplaceState(t,t.state,null)}function Wi(e,t,r,n){var o=e.stateNode;o.props=r,o.state=e.memoizedState,o.refs=Ri,Ti(e);var i=t.contextType;\"object\"==typeof i&&null!==i?o.context=Ei(i):(i=jo(t)?Oo:No.current,o.context=To(e,i)),o.state=e.memoizedState,\"function\"==typeof(i=t.getDerivedStateFromProps)&&(Hi(e,t,i,r),o.state=e.memoizedState),\"function\"==typeof t.getDerivedStateFromProps||\"function\"==typeof o.getSnapshotBeforeUpdate||\"function\"!=typeof o.UNSAFE_componentWillMount&&\"function\"!=typeof o.componentWillMount||(t=o.state,\"function\"==typeof o.componentWillMount&&o.componentWillMount(),\"function\"==typeof o.UNSAFE_componentWillMount&&o.UNSAFE_componentWillMount(),t!==o.state&&Vi.enqueueReplaceState(o,o.state,null),zi(e,r,o,n),o.state=e.memoizedState),\"function\"==typeof o.componentDidMount&&(e.flags|=4194308)}function Gi(e,t,r){if(null!==(e=r.ref)&&\"function\"!=typeof e&&\"object\"!=typeof e){if(r._owner){if(r=r._owner){if(1!==r.tag)throw Error(i(309));var n=r.stateNode}if(!n)throw Error(i(147,e));var o=n,a=\"\"+e;return null!==t&&null!==t.ref&&\"function\"==typeof t.ref&&t.ref._stringRef===a?t.ref:(t=function(e){var t=o.refs;t===Ri&&(t=o.refs={}),null===e?delete t[a]:t[a]=e},t._stringRef=a,t)}if(\"string\"!=typeof e)throw Error(i(284));if(!r._owner)throw Error(i(290,e))}return e}function $i(e,t){throw e=Object.prototype.toString.call(t),Error(i(31,\"[object Object]\"===e?\"object with keys {\"+Object.keys(t).join(\", \")+\"}\":e))}function Yi(e){return(0,e._init)(e._payload)}function Qi(e){function t(t,r){if(e){var n=t.deletions;null===n?(t.deletions=[r],t.flags|=16):n.push(r)}}function r(r,n){if(!e)return null;for(;null!==n;)t(r,n),n=n.sibling;return null}function n(e,t){for(e=new Map;null!==t;)null!==t.key?e.set(t.key,t):e.set(t.index,t),t=t.sibling;return e}function o(e,t){return(e=Ms(e,t)).index=0,e.sibling=null,e}function a(t,r,n){return t.index=n,e?null!==(n=t.alternate)?(n=n.index)<r?(t.flags|=2,r):n:(t.flags|=2,r):(t.flags|=1048576,r)}function l(t){return e&&null===t.alternate&&(t.flags|=2),t}function c(e,t,r,n){return null===t||6!==t.tag?((t=zs(r,e.mode,n)).return=e,t):((t=o(t,r)).return=e,t)}function s(e,t,r,n){var i=r.type;return i===x?u(e,t,r.props.children,n,r.key):null!==t&&(t.elementType===i||\"object\"==typeof i&&null!==i&&i.$$typeof===T&&Yi(i)===t.type)?((n=o(t,r.props)).ref=Gi(e,t,r),n.return=e,n):((n=Ls(r.type,r.key,r.props,null,e.mode,n)).ref=Gi(e,t,r),n.return=e,n)}function d(e,t,r,n){return null===t||4!==t.tag||t.stateNode.containerInfo!==r.containerInfo||t.stateNode.implementation!==r.implementation?((t=Ds(r,e.mode,n)).return=e,t):((t=o(t,r.children||[])).return=e,t)}function u(e,t,r,n,i){return null===t||7!==t.tag?((t=Is(r,e.mode,n,i)).return=e,t):((t=o(t,r)).return=e,t)}function p(e,t,r){if(\"string\"==typeof t&&\"\"!==t||\"number\"==typeof t)return(t=zs(\"\"+t,e.mode,r)).return=e,t;if(\"object\"==typeof t&&null!==t){switch(t.$$typeof){case k:return(r=Ls(t.type,t.key,t.props,null,e.mode,r)).ref=Gi(e,null,t),r.return=e,r;case w:return(t=Ds(t,e.mode,r)).return=e,t;case T:return p(e,(0,t._init)(t._payload),r)}if(te(t)||L(t))return(t=Is(t,e.mode,r,null)).return=e,t;$i(e,t)}return null}function f(e,t,r,n){var o=null!==t?t.key:null;if(\"string\"==typeof r&&\"\"!==r||\"number\"==typeof r)return null!==o?null:c(e,t,\"\"+r,n);if(\"object\"==typeof r&&null!==r){switch(r.$$typeof){case k:return r.key===o?s(e,t,r,n):null;case w:return r.key===o?d(e,t,r,n):null;case T:return f(e,t,(o=r._init)(r._payload),n)}if(te(r)||L(r))return null!==o?null:u(e,t,r,n,null);$i(e,r)}return null}function m(e,t,r,n,o){if(\"string\"==typeof n&&\"\"!==n||\"number\"==typeof n)return c(t,e=e.get(r)||null,\"\"+n,o);if(\"object\"==typeof n&&null!==n){switch(n.$$typeof){case k:return s(t,e=e.get(null===n.key?r:n.key)||null,n,o);case w:return d(t,e=e.get(null===n.key?r:n.key)||null,n,o);case T:return m(e,t,r,(0,n._init)(n._payload),o)}if(te(n)||L(n))return u(t,e=e.get(r)||null,n,o,null);$i(t,n)}return null}function h(o,i,l,c){for(var s=null,d=null,u=i,h=i=0,g=null;null!==u&&h<l.length;h++){u.index>h?(g=u,u=null):g=u.sibling;var b=f(o,u,l[h],c);if(null===b){null===u&&(u=g);break}e&&u&&null===b.alternate&&t(o,u),i=a(b,i,h),null===d?s=b:d.sibling=b,d=b,u=g}if(h===l.length)return r(o,u),ii&&Jo(o,h),s;if(null===u){for(;h<l.length;h++)null!==(u=p(o,l[h],c))&&(i=a(u,i,h),null===d?s=u:d.sibling=u,d=u);return ii&&Jo(o,h),s}for(u=n(o,u);h<l.length;h++)null!==(g=m(u,o,h,l[h],c))&&(e&&null!==g.alternate&&u.delete(null===g.key?h:g.key),i=a(g,i,h),null===d?s=g:d.sibling=g,d=g);return e&&u.forEach((function(e){return t(o,e)})),ii&&Jo(o,h),s}function g(o,l,c,s){var d=L(c);if(\"function\"!=typeof d)throw Error(i(150));if(null==(c=d.call(c)))throw Error(i(151));for(var u=d=null,h=l,g=l=0,b=null,v=c.next();null!==h&&!v.done;g++,v=c.next()){h.index>g?(b=h,h=null):b=h.sibling;var y=f(o,h,v.value,s);if(null===y){null===h&&(h=b);break}e&&h&&null===y.alternate&&t(o,h),l=a(y,l,g),null===u?d=y:u.sibling=y,u=y,h=b}if(v.done)return r(o,h),ii&&Jo(o,g),d;if(null===h){for(;!v.done;g++,v=c.next())null!==(v=p(o,v.value,s))&&(l=a(v,l,g),null===u?d=v:u.sibling=v,u=v);return ii&&Jo(o,g),d}for(h=n(o,h);!v.done;g++,v=c.next())null!==(v=m(h,o,g,v.value,s))&&(e&&null!==v.alternate&&h.delete(null===v.key?g:v.key),l=a(v,l,g),null===u?d=v:u.sibling=v,u=v);return e&&h.forEach((function(e){return t(o,e)})),ii&&Jo(o,g),d}return function e(n,i,a,c){if(\"object\"==typeof a&&null!==a&&a.type===x&&null===a.key&&(a=a.props.children),\"object\"==typeof a&&null!==a){switch(a.$$typeof){case k:e:{for(var s=a.key,d=i;null!==d;){if(d.key===s){if((s=a.type)===x){if(7===d.tag){r(n,d.sibling),(i=o(d,a.props.children)).return=n,n=i;break e}}else if(d.elementType===s||\"object\"==typeof s&&null!==s&&s.$$typeof===T&&Yi(s)===d.type){r(n,d.sibling),(i=o(d,a.props)).ref=Gi(n,d,a),i.return=n,n=i;break e}r(n,d);break}t(n,d),d=d.sibling}a.type===x?((i=Is(a.props.children,n.mode,c,a.key)).return=n,n=i):((c=Ls(a.type,a.key,a.props,null,n.mode,c)).ref=Gi(n,i,a),c.return=n,n=c)}return l(n);case w:e:{for(d=a.key;null!==i;){if(i.key===d){if(4===i.tag&&i.stateNode.containerInfo===a.containerInfo&&i.stateNode.implementation===a.implementation){r(n,i.sibling),(i=o(i,a.children||[])).return=n,n=i;break e}r(n,i);break}t(n,i),i=i.sibling}(i=Ds(a,n.mode,c)).return=n,n=i}return l(n);case T:return e(n,i,(d=a._init)(a._payload),c)}if(te(a))return h(n,i,a,c);if(L(a))return g(n,i,a,c);$i(n,a)}return\"string\"==typeof a&&\"\"!==a||\"number\"==typeof a?(a=\"\"+a,null!==i&&6===i.tag?(r(n,i.sibling),(i=o(i,a)).return=n,n=i):(r(n,i),(i=zs(a,n.mode,c)).return=n,n=i),l(n)):r(n,i)}}var Ki=Qi(!0),Xi=Qi(!1),Ji={},ea=So(Ji),ta=So(Ji),ra=So(Ji);function na(e){if(e===Ji)throw Error(i(174));return e}function oa(e,t){switch(Ao(ra,t),Ao(ta,e),Ao(ea,Ji),e=t.nodeType){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:ce(null,\"\");break;default:t=ce(t=(e=8===e?t.parentNode:t).namespaceURI||null,e=e.tagName)}Eo(ea),Ao(ea,t)}function ia(){Eo(ea),Eo(ta),Eo(ra)}function aa(e){na(ra.current);var t=na(ea.current),r=ce(t,e.type);t!==r&&(Ao(ta,e),Ao(ea,r))}function la(e){ta.current===e&&(Eo(ea),Eo(ta))}var ca=So(0);function sa(e){for(var t=e;null!==t;){if(13===t.tag){var r=t.memoizedState;if(null!==r&&(null===(r=r.dehydrated)||\"$?\"===r.data||\"$!\"===r.data))return t}else if(19===t.tag&&void 0!==t.memoizedProps.revealOrder){if(0!=(128&t.flags))return t}else if(null!==t.child){t.child.return=t,t=t.child;continue}if(t===e)break;for(;null===t.sibling;){if(null===t.return||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var da=[];function ua(){for(var e=0;e<da.length;e++)da[e]._workInProgressVersionPrimary=null;da.length=0}var pa=_.ReactCurrentDispatcher,fa=_.ReactCurrentBatchConfig,ma=0,ha=null,ga=null,ba=null,va=!1,ya=!1,_a=0,ka=0;function wa(){throw Error(i(321))}function xa(e,t){if(null===t)return!1;for(var r=0;r<t.length&&r<e.length;r++)if(!ln(e[r],t[r]))return!1;return!0}function Ba(e,t,r,n,o,a){if(ma=a,ha=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,pa.current=null===e||null===e.memoizedState?ll:cl,e=r(n,o),ya){a=0;do{if(ya=!1,_a=0,25<=a)throw Error(i(301));a+=1,ba=ga=null,t.updateQueue=null,pa.current=sl,e=r(n,o)}while(ya)}if(pa.current=al,t=null!==ga&&null!==ga.next,ma=0,ba=ga=ha=null,va=!1,t)throw Error(i(300));return e}function Sa(){var e=0!==_a;return _a=0,e}function Ea(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return null===ba?ha.memoizedState=ba=e:ba=ba.next=e,ba}function Aa(){if(null===ga){var e=ha.alternate;e=null!==e?e.memoizedState:null}else e=ga.next;var t=null===ba?ha.memoizedState:ba.next;if(null!==t)ba=t,ga=e;else{if(null===e)throw Error(i(310));e={memoizedState:(ga=e).memoizedState,baseState:ga.baseState,baseQueue:ga.baseQueue,queue:ga.queue,next:null},null===ba?ha.memoizedState=ba=e:ba=ba.next=e}return ba}function Ca(e,t){return\"function\"==typeof t?t(e):t}function Na(e){var t=Aa(),r=t.queue;if(null===r)throw Error(i(311));r.lastRenderedReducer=e;var n=ga,o=n.baseQueue,a=r.pending;if(null!==a){if(null!==o){var l=o.next;o.next=a.next,a.next=l}n.baseQueue=o=a,r.pending=null}if(null!==o){a=o.next,n=n.baseState;var c=l=null,s=null,d=a;do{var u=d.lane;if((ma&u)===u)null!==s&&(s=s.next={lane:0,action:d.action,hasEagerState:d.hasEagerState,eagerState:d.eagerState,next:null}),n=d.hasEagerState?d.eagerState:e(n,d.action);else{var p={lane:u,action:d.action,hasEagerState:d.hasEagerState,eagerState:d.eagerState,next:null};null===s?(c=s=p,l=n):s=s.next=p,ha.lanes|=u,Fc|=u}d=d.next}while(null!==d&&d!==a);null===s?l=n:s.next=c,ln(n,t.memoizedState)||(_l=!0),t.memoizedState=n,t.baseState=l,t.baseQueue=s,r.lastRenderedState=n}if(null!==(e=r.interleaved)){o=e;do{a=o.lane,ha.lanes|=a,Fc|=a,o=o.next}while(o!==e)}else null===o&&(r.lanes=0);return[t.memoizedState,r.dispatch]}function Pa(e){var t=Aa(),r=t.queue;if(null===r)throw Error(i(311));r.lastRenderedReducer=e;var n=r.dispatch,o=r.pending,a=t.memoizedState;if(null!==o){r.pending=null;var l=o=o.next;do{a=e(a,l.action),l=l.next}while(l!==o);ln(a,t.memoizedState)||(_l=!0),t.memoizedState=a,null===t.baseQueue&&(t.baseState=a),r.lastRenderedState=a}return[a,n]}function Oa(){}function Ta(e,t){var r=ha,n=Aa(),o=t(),a=!ln(n.memoizedState,o);if(a&&(n.memoizedState=o,_l=!0),n=n.queue,Za(La.bind(null,r,n,e),[e]),n.getSnapshot!==t||a||null!==ba&&1&ba.memoizedState.tag){if(r.flags|=2048,Da(9,Ma.bind(null,r,n,o,t),void 0,null),null===Pc)throw Error(i(349));0!=(30&ma)||ja(r,t,o)}return o}function ja(e,t,r){e.flags|=16384,e={getSnapshot:t,value:r},null===(t=ha.updateQueue)?(t={lastEffect:null,stores:null},ha.updateQueue=t,t.stores=[e]):null===(r=t.stores)?t.stores=[e]:r.push(e)}function Ma(e,t,r,n){t.value=r,t.getSnapshot=n,Ia(t)&&Fa(e)}function La(e,t,r){return r((function(){Ia(t)&&Fa(e)}))}function Ia(e){var t=e.getSnapshot;e=e.value;try{var r=t();return!ln(e,r)}catch(e){return!0}}function Fa(e){var t=Pi(e,1);null!==t&&ns(t,e,1,-1)}function za(e){var t=Ea();return\"function\"==typeof e&&(e=e()),t.memoizedState=t.baseState=e,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:Ca,lastRenderedState:e},t.queue=e,e=e.dispatch=rl.bind(null,ha,e),[t.memoizedState,e]}function Da(e,t,r,n){return e={tag:e,create:t,destroy:r,deps:n,next:null},null===(t=ha.updateQueue)?(t={lastEffect:null,stores:null},ha.updateQueue=t,t.lastEffect=e.next=e):null===(r=t.lastEffect)?t.lastEffect=e.next=e:(n=r.next,r.next=e,e.next=n,t.lastEffect=e),e}function Ra(){return Aa().memoizedState}function Ha(e,t,r,n){var o=Ea();ha.flags|=e,o.memoizedState=Da(1|t,r,void 0,void 0===n?null:n)}function Va(e,t,r,n){var o=Aa();n=void 0===n?null:n;var i=void 0;if(null!==ga){var a=ga.memoizedState;if(i=a.destroy,null!==n&&xa(n,a.deps))return void(o.memoizedState=Da(t,r,i,n))}ha.flags|=e,o.memoizedState=Da(1|t,r,i,n)}function qa(e,t){return Ha(8390656,8,e,t)}function Za(e,t){return Va(2048,8,e,t)}function Ua(e,t){return Va(4,2,e,t)}function Wa(e,t){return Va(4,4,e,t)}function Ga(e,t){return\"function\"==typeof t?(e=e(),t(e),function(){t(null)}):null!=t?(e=e(),t.current=e,function(){t.current=null}):void 0}function $a(e,t,r){return r=null!=r?r.concat([e]):null,Va(4,4,Ga.bind(null,t,e),r)}function Ya(){}function Qa(e,t){var r=Aa();t=void 0===t?null:t;var n=r.memoizedState;return null!==n&&null!==t&&xa(t,n[1])?n[0]:(r.memoizedState=[e,t],e)}function Ka(e,t){var r=Aa();t=void 0===t?null:t;var n=r.memoizedState;return null!==n&&null!==t&&xa(t,n[1])?n[0]:(e=e(),r.memoizedState=[e,t],e)}function Xa(e,t,r){return 0==(21&ma)?(e.baseState&&(e.baseState=!1,_l=!0),e.memoizedState=r):(ln(r,t)||(r=ht(),ha.lanes|=r,Fc|=r,e.baseState=!0),t)}function Ja(e,t){var r=yt;yt=0!==r&&4>r?r:4,e(!0);var n=fa.transition;fa.transition={};try{e(!1),t()}finally{yt=r,fa.transition=n}}function el(){return Aa().memoizedState}function tl(e,t,r){var n=rs(e);if(r={lane:n,action:r,hasEagerState:!1,eagerState:null,next:null},nl(e))ol(t,r);else if(null!==(r=Ni(e,t,r,n))){ns(r,e,n,ts()),il(r,t,n)}}function rl(e,t,r){var n=rs(e),o={lane:n,action:r,hasEagerState:!1,eagerState:null,next:null};if(nl(e))ol(t,o);else{var i=e.alternate;if(0===e.lanes&&(null===i||0===i.lanes)&&null!==(i=t.lastRenderedReducer))try{var a=t.lastRenderedState,l=i(a,r);if(o.hasEagerState=!0,o.eagerState=l,ln(l,a)){var c=t.interleaved;return null===c?(o.next=o,Ci(t)):(o.next=c.next,c.next=o),void(t.interleaved=o)}}catch(e){}null!==(r=Ni(e,t,o,n))&&(ns(r,e,n,o=ts()),il(r,t,n))}}function nl(e){var t=e.alternate;return e===ha||null!==t&&t===ha}function ol(e,t){ya=va=!0;var r=e.pending;null===r?t.next=t:(t.next=r.next,r.next=t),e.pending=t}function il(e,t,r){if(0!=(4194240&r)){var n=t.lanes;r|=n&=e.pendingLanes,t.lanes=r,vt(e,r)}}var al={readContext:Ei,useCallback:wa,useContext:wa,useEffect:wa,useImperativeHandle:wa,useInsertionEffect:wa,useLayoutEffect:wa,useMemo:wa,useReducer:wa,useRef:wa,useState:wa,useDebugValue:wa,useDeferredValue:wa,useTransition:wa,useMutableSource:wa,useSyncExternalStore:wa,useId:wa,unstable_isNewReconciler:!1},ll={readContext:Ei,useCallback:function(e,t){return Ea().memoizedState=[e,void 0===t?null:t],e},useContext:Ei,useEffect:qa,useImperativeHandle:function(e,t,r){return r=null!=r?r.concat([e]):null,Ha(4194308,4,Ga.bind(null,t,e),r)},useLayoutEffect:function(e,t){return Ha(4194308,4,e,t)},useInsertionEffect:function(e,t){return Ha(4,2,e,t)},useMemo:function(e,t){var r=Ea();return t=void 0===t?null:t,e=e(),r.memoizedState=[e,t],e},useReducer:function(e,t,r){var n=Ea();return t=void 0!==r?r(t):t,n.memoizedState=n.baseState=t,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:t},n.queue=e,e=e.dispatch=tl.bind(null,ha,e),[n.memoizedState,e]},useRef:function(e){return e={current:e},Ea().memoizedState=e},useState:za,useDebugValue:Ya,useDeferredValue:function(e){return Ea().memoizedState=e},useTransition:function(){var e=za(!1),t=e[0];return e=Ja.bind(null,e[1]),Ea().memoizedState=e,[t,e]},useMutableSource:function(){},useSyncExternalStore:function(e,t,r){var n=ha,o=Ea();if(ii){if(void 0===r)throw Error(i(407));r=r()}else{if(r=t(),null===Pc)throw Error(i(349));0!=(30&ma)||ja(n,t,r)}o.memoizedState=r;var a={value:r,getSnapshot:t};return o.queue=a,qa(La.bind(null,n,a,e),[e]),n.flags|=2048,Da(9,Ma.bind(null,n,a,r,t),void 0,null),r},useId:function(){var e=Ea(),t=Pc.identifierPrefix;if(ii){var r=Xo;t=\":\"+t+\"R\"+(r=(Ko&~(1<<32-at(Ko)-1)).toString(32)+r),0<(r=_a++)&&(t+=\"H\"+r.toString(32)),t+=\":\"}else t=\":\"+t+\"r\"+(r=ka++).toString(32)+\":\";return e.memoizedState=t},unstable_isNewReconciler:!1},cl={readContext:Ei,useCallback:Qa,useContext:Ei,useEffect:Za,useImperativeHandle:$a,useInsertionEffect:Ua,useLayoutEffect:Wa,useMemo:Ka,useReducer:Na,useRef:Ra,useState:function(){return Na(Ca)},useDebugValue:Ya,useDeferredValue:function(e){return Xa(Aa(),ga.memoizedState,e)},useTransition:function(){return[Na(Ca)[0],Aa().memoizedState]},useMutableSource:Oa,useSyncExternalStore:Ta,useId:el,unstable_isNewReconciler:!1},sl={readContext:Ei,useCallback:Qa,useContext:Ei,useEffect:Za,useImperativeHandle:$a,useInsertionEffect:Ua,useLayoutEffect:Wa,useMemo:Ka,useReducer:Pa,useRef:Ra,useState:function(){return Pa(Ca)},useDebugValue:Ya,useDeferredValue:function(e){var t=Aa();return null===ga?t.memoizedState=e:Xa(t,ga.memoizedState,e)},useTransition:function(){return[Pa(Ca)[0],Aa().memoizedState]},useMutableSource:Oa,useSyncExternalStore:Ta,useId:el,unstable_isNewReconciler:!1};function dl(e,t){try{var r=\"\",n=t;do{r+=H(n),n=n.return}while(n);var o=r}catch(e){o=\"\\nError generating stack: \"+e.message+\"\\n\"+e.stack}return{value:e,source:t,stack:o,digest:null}}function ul(e,t,r){return{value:e,source:null,stack:null!=r?r:null,digest:null!=t?t:null}}function pl(e,t){try{console.error(t.value)}catch(e){setTimeout((function(){throw e}))}}var fl=\"function\"==typeof WeakMap?WeakMap:Map;function ml(e,t,r){(r=Mi(-1,r)).tag=3,r.payload={element:null};var n=t.value;return r.callback=function(){Uc||(Uc=!0,Wc=n),pl(0,t)},r}function hl(e,t,r){(r=Mi(-1,r)).tag=3;var n=e.type.getDerivedStateFromError;if(\"function\"==typeof n){var o=t.value;r.payload=function(){return n(o)},r.callback=function(){pl(0,t)}}var i=e.stateNode;return null!==i&&\"function\"==typeof i.componentDidCatch&&(r.callback=function(){pl(0,t),\"function\"!=typeof n&&(null===Gc?Gc=new Set([this]):Gc.add(this));var e=t.stack;this.componentDidCatch(t.value,{componentStack:null!==e?e:\"\"})}),r}function gl(e,t,r){var n=e.pingCache;if(null===n){n=e.pingCache=new fl;var o=new Set;n.set(t,o)}else void 0===(o=n.get(t))&&(o=new Set,n.set(t,o));o.has(r)||(o.add(r),e=Es.bind(null,e,t,r),t.then(e,e))}function bl(e){do{var t;if((t=13===e.tag)&&(t=null===(t=e.memoizedState)||null!==t.dehydrated),t)return e;e=e.return}while(null!==e);return null}function vl(e,t,r,n,o){return 0==(1&e.mode)?(e===t?e.flags|=65536:(e.flags|=128,r.flags|=131072,r.flags&=-52805,1===r.tag&&(null===r.alternate?r.tag=17:((t=Mi(-1,1)).tag=2,Li(r,t,1))),r.lanes|=1),e):(e.flags|=65536,e.lanes=o,e)}var yl=_.ReactCurrentOwner,_l=!1;function kl(e,t,r,n){t.child=null===e?Xi(t,null,r,n):Ki(t,e.child,r,n)}function wl(e,t,r,n,o){r=r.render;var i=t.ref;return Si(t,o),n=Ba(e,t,r,n,i,o),r=Sa(),null===e||_l?(ii&&r&&ti(t),t.flags|=1,kl(e,t,n,o),t.child):(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~o,Ul(e,t,o))}function xl(e,t,r,n,o){if(null===e){var i=r.type;return\"function\"!=typeof i||js(i)||void 0!==i.defaultProps||null!==r.compare||void 0!==r.defaultProps?((e=Ls(r.type,null,n,t,t.mode,o)).ref=t.ref,e.return=t,t.child=e):(t.tag=15,t.type=i,Bl(e,t,i,n,o))}if(i=e.child,0==(e.lanes&o)){var a=i.memoizedProps;if((r=null!==(r=r.compare)?r:cn)(a,n)&&e.ref===t.ref)return Ul(e,t,o)}return t.flags|=1,(e=Ms(i,n)).ref=t.ref,e.return=t,t.child=e}function Bl(e,t,r,n,o){if(null!==e){var i=e.memoizedProps;if(cn(i,n)&&e.ref===t.ref){if(_l=!1,t.pendingProps=n=i,0==(e.lanes&o))return t.lanes=e.lanes,Ul(e,t,o);0!=(131072&e.flags)&&(_l=!0)}}return Al(e,t,r,n,o)}function Sl(e,t,r){var n=t.pendingProps,o=n.children,i=null!==e?e.memoizedState:null;if(\"hidden\"===n.mode)if(0==(1&t.mode))t.memoizedState={baseLanes:0,cachePool:null,transitions:null},Ao(Mc,jc),jc|=r;else{if(0==(1073741824&r))return e=null!==i?i.baseLanes|r:r,t.lanes=t.childLanes=1073741824,t.memoizedState={baseLanes:e,cachePool:null,transitions:null},t.updateQueue=null,Ao(Mc,jc),jc|=e,null;t.memoizedState={baseLanes:0,cachePool:null,transitions:null},n=null!==i?i.baseLanes:r,Ao(Mc,jc),jc|=n}else null!==i?(n=i.baseLanes|r,t.memoizedState=null):n=r,Ao(Mc,jc),jc|=n;return kl(e,t,o,r),t.child}function El(e,t){var r=t.ref;(null===e&&null!==r||null!==e&&e.ref!==r)&&(t.flags|=512,t.flags|=2097152)}function Al(e,t,r,n,o){var i=jo(r)?Oo:No.current;return i=To(t,i),Si(t,o),r=Ba(e,t,r,n,i,o),n=Sa(),null===e||_l?(ii&&n&&ti(t),t.flags|=1,kl(e,t,r,o),t.child):(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~o,Ul(e,t,o))}function Cl(e,t,r,n,o){if(jo(r)){var i=!0;Fo(t)}else i=!1;if(Si(t,o),null===t.stateNode)Zl(e,t),Zi(t,r,n),Wi(t,r,n,o),n=!0;else if(null===e){var a=t.stateNode,l=t.memoizedProps;a.props=l;var c=a.context,s=r.contextType;\"object\"==typeof s&&null!==s?s=Ei(s):s=To(t,s=jo(r)?Oo:No.current);var d=r.getDerivedStateFromProps,u=\"function\"==typeof d||\"function\"==typeof a.getSnapshotBeforeUpdate;u||\"function\"!=typeof a.UNSAFE_componentWillReceiveProps&&\"function\"!=typeof a.componentWillReceiveProps||(l!==n||c!==s)&&Ui(t,a,n,s),Oi=!1;var p=t.memoizedState;a.state=p,zi(t,n,a,o),c=t.memoizedState,l!==n||p!==c||Po.current||Oi?(\"function\"==typeof d&&(Hi(t,r,d,n),c=t.memoizedState),(l=Oi||qi(t,r,l,n,p,c,s))?(u||\"function\"!=typeof a.UNSAFE_componentWillMount&&\"function\"!=typeof a.componentWillMount||(\"function\"==typeof a.componentWillMount&&a.componentWillMount(),\"function\"==typeof a.UNSAFE_componentWillMount&&a.UNSAFE_componentWillMount()),\"function\"==typeof a.componentDidMount&&(t.flags|=4194308)):(\"function\"==typeof a.componentDidMount&&(t.flags|=4194308),t.memoizedProps=n,t.memoizedState=c),a.props=n,a.state=c,a.context=s,n=l):(\"function\"==typeof a.componentDidMount&&(t.flags|=4194308),n=!1)}else{a=t.stateNode,ji(e,t),l=t.memoizedProps,s=t.type===t.elementType?l:bi(t.type,l),a.props=s,u=t.pendingProps,p=a.context,\"object\"==typeof(c=r.contextType)&&null!==c?c=Ei(c):c=To(t,c=jo(r)?Oo:No.current);var f=r.getDerivedStateFromProps;(d=\"function\"==typeof f||\"function\"==typeof a.getSnapshotBeforeUpdate)||\"function\"!=typeof a.UNSAFE_componentWillReceiveProps&&\"function\"!=typeof a.componentWillReceiveProps||(l!==u||p!==c)&&Ui(t,a,n,c),Oi=!1,p=t.memoizedState,a.state=p,zi(t,n,a,o);var m=t.memoizedState;l!==u||p!==m||Po.current||Oi?(\"function\"==typeof f&&(Hi(t,r,f,n),m=t.memoizedState),(s=Oi||qi(t,r,s,n,p,m,c)||!1)?(d||\"function\"!=typeof a.UNSAFE_componentWillUpdate&&\"function\"!=typeof a.componentWillUpdate||(\"function\"==typeof a.componentWillUpdate&&a.componentWillUpdate(n,m,c),\"function\"==typeof a.UNSAFE_componentWillUpdate&&a.UNSAFE_componentWillUpdate(n,m,c)),\"function\"==typeof a.componentDidUpdate&&(t.flags|=4),\"function\"==typeof a.getSnapshotBeforeUpdate&&(t.flags|=1024)):(\"function\"!=typeof a.componentDidUpdate||l===e.memoizedProps&&p===e.memoizedState||(t.flags|=4),\"function\"!=typeof a.getSnapshotBeforeUpdate||l===e.memoizedProps&&p===e.memoizedState||(t.flags|=1024),t.memoizedProps=n,t.memoizedState=m),a.props=n,a.state=m,a.context=c,n=s):(\"function\"!=typeof a.componentDidUpdate||l===e.memoizedProps&&p===e.memoizedState||(t.flags|=4),\"function\"!=typeof a.getSnapshotBeforeUpdate||l===e.memoizedProps&&p===e.memoizedState||(t.flags|=1024),n=!1)}return Nl(e,t,r,n,i,o)}function Nl(e,t,r,n,o,i){El(e,t);var a=0!=(128&t.flags);if(!n&&!a)return o&&zo(t,r,!1),Ul(e,t,i);n=t.stateNode,yl.current=t;var l=a&&\"function\"!=typeof r.getDerivedStateFromError?null:n.render();return t.flags|=1,null!==e&&a?(t.child=Ki(t,e.child,null,i),t.child=Ki(t,null,l,i)):kl(e,t,l,i),t.memoizedState=n.state,o&&zo(t,r,!0),t.child}function Pl(e){var t=e.stateNode;t.pendingContext?Lo(0,t.pendingContext,t.pendingContext!==t.context):t.context&&Lo(0,t.context,!1),oa(e,t.containerInfo)}function Ol(e,t,r,n,o){return mi(),hi(o),t.flags|=256,kl(e,t,r,n),t.child}var Tl,jl,Ml,Ll,Il={dehydrated:null,treeContext:null,retryLane:0};function Fl(e){return{baseLanes:e,cachePool:null,transitions:null}}function zl(e,t,r){var n,o=t.pendingProps,a=ca.current,l=!1,c=0!=(128&t.flags);if((n=c)||(n=(null===e||null!==e.memoizedState)&&0!=(2&a)),n?(l=!0,t.flags&=-129):null!==e&&null===e.memoizedState||(a|=1),Ao(ca,1&a),null===e)return di(t),null!==(e=t.memoizedState)&&null!==(e=e.dehydrated)?(0==(1&t.mode)?t.lanes=1:\"$!\"===e.data?t.lanes=8:t.lanes=1073741824,null):(c=o.children,e=o.fallback,l?(o=t.mode,l=t.child,c={mode:\"hidden\",children:c},0==(1&o)&&null!==l?(l.childLanes=0,l.pendingProps=c):l=Fs(c,o,0,null),e=Is(e,o,r,null),l.return=t,e.return=t,l.sibling=e,t.child=l,t.child.memoizedState=Fl(r),t.memoizedState=Il,e):Dl(t,c));if(null!==(a=e.memoizedState)&&null!==(n=a.dehydrated))return function(e,t,r,n,o,a,l){if(r)return 256&t.flags?(t.flags&=-257,Rl(e,t,l,n=ul(Error(i(422))))):null!==t.memoizedState?(t.child=e.child,t.flags|=128,null):(a=n.fallback,o=t.mode,n=Fs({mode:\"visible\",children:n.children},o,0,null),(a=Is(a,o,l,null)).flags|=2,n.return=t,a.return=t,n.sibling=a,t.child=n,0!=(1&t.mode)&&Ki(t,e.child,null,l),t.child.memoizedState=Fl(l),t.memoizedState=Il,a);if(0==(1&t.mode))return Rl(e,t,l,null);if(\"$!\"===o.data){if(n=o.nextSibling&&o.nextSibling.dataset)var c=n.dgst;return n=c,Rl(e,t,l,n=ul(a=Error(i(419)),n,void 0))}if(c=0!=(l&e.childLanes),_l||c){if(null!==(n=Pc)){switch(l&-l){case 4:o=2;break;case 16:o=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:o=32;break;case 536870912:o=268435456;break;default:o=0}0!==(o=0!=(o&(n.suspendedLanes|l))?0:o)&&o!==a.retryLane&&(a.retryLane=o,Pi(e,o),ns(n,e,o,-1))}return gs(),Rl(e,t,l,n=ul(Error(i(421))))}return\"$?\"===o.data?(t.flags|=128,t.child=e.child,t=Cs.bind(null,e),o._reactRetry=t,null):(e=a.treeContext,oi=so(o.nextSibling),ni=t,ii=!0,ai=null,null!==e&&($o[Yo++]=Ko,$o[Yo++]=Xo,$o[Yo++]=Qo,Ko=e.id,Xo=e.overflow,Qo=t),t=Dl(t,n.children),t.flags|=4096,t)}(e,t,c,o,n,a,r);if(l){l=o.fallback,c=t.mode,n=(a=e.child).sibling;var s={mode:\"hidden\",children:o.children};return 0==(1&c)&&t.child!==a?((o=t.child).childLanes=0,o.pendingProps=s,t.deletions=null):(o=Ms(a,s)).subtreeFlags=14680064&a.subtreeFlags,null!==n?l=Ms(n,l):(l=Is(l,c,r,null)).flags|=2,l.return=t,o.return=t,o.sibling=l,t.child=o,o=l,l=t.child,c=null===(c=e.child.memoizedState)?Fl(r):{baseLanes:c.baseLanes|r,cachePool:null,transitions:c.transitions},l.memoizedState=c,l.childLanes=e.childLanes&~r,t.memoizedState=Il,o}return e=(l=e.child).sibling,o=Ms(l,{mode:\"visible\",children:o.children}),0==(1&t.mode)&&(o.lanes=r),o.return=t,o.sibling=null,null!==e&&(null===(r=t.deletions)?(t.deletions=[e],t.flags|=16):r.push(e)),t.child=o,t.memoizedState=null,o}function Dl(e,t){return(t=Fs({mode:\"visible\",children:t},e.mode,0,null)).return=e,e.child=t}function Rl(e,t,r,n){return null!==n&&hi(n),Ki(t,e.child,null,r),(e=Dl(t,t.pendingProps.children)).flags|=2,t.memoizedState=null,e}function Hl(e,t,r){e.lanes|=t;var n=e.alternate;null!==n&&(n.lanes|=t),Bi(e.return,t,r)}function Vl(e,t,r,n,o){var i=e.memoizedState;null===i?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:n,tail:r,tailMode:o}:(i.isBackwards=t,i.rendering=null,i.renderingStartTime=0,i.last=n,i.tail=r,i.tailMode=o)}function ql(e,t,r){var n=t.pendingProps,o=n.revealOrder,i=n.tail;if(kl(e,t,n.children,r),0!=(2&(n=ca.current)))n=1&n|2,t.flags|=128;else{if(null!==e&&0!=(128&e.flags))e:for(e=t.child;null!==e;){if(13===e.tag)null!==e.memoizedState&&Hl(e,r,t);else if(19===e.tag)Hl(e,r,t);else if(null!==e.child){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;null===e.sibling;){if(null===e.return||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}n&=1}if(Ao(ca,n),0==(1&t.mode))t.memoizedState=null;else switch(o){case\"forwards\":for(r=t.child,o=null;null!==r;)null!==(e=r.alternate)&&null===sa(e)&&(o=r),r=r.sibling;null===(r=o)?(o=t.child,t.child=null):(o=r.sibling,r.sibling=null),Vl(t,!1,o,r,i);break;case\"backwards\":for(r=null,o=t.child,t.child=null;null!==o;){if(null!==(e=o.alternate)&&null===sa(e)){t.child=o;break}e=o.sibling,o.sibling=r,r=o,o=e}Vl(t,!0,r,null,i);break;case\"together\":Vl(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function Zl(e,t){0==(1&t.mode)&&null!==e&&(e.alternate=null,t.alternate=null,t.flags|=2)}function Ul(e,t,r){if(null!==e&&(t.dependencies=e.dependencies),Fc|=t.lanes,0==(r&t.childLanes))return null;if(null!==e&&t.child!==e.child)throw Error(i(153));if(null!==t.child){for(r=Ms(e=t.child,e.pendingProps),t.child=r,r.return=t;null!==e.sibling;)e=e.sibling,(r=r.sibling=Ms(e,e.pendingProps)).return=t;r.sibling=null}return t.child}function Wl(e,t){if(!ii)switch(e.tailMode){case\"hidden\":t=e.tail;for(var r=null;null!==t;)null!==t.alternate&&(r=t),t=t.sibling;null===r?e.tail=null:r.sibling=null;break;case\"collapsed\":r=e.tail;for(var n=null;null!==r;)null!==r.alternate&&(n=r),r=r.sibling;null===n?t||null===e.tail?e.tail=null:e.tail.sibling=null:n.sibling=null}}function Gl(e){var t=null!==e.alternate&&e.alternate.child===e.child,r=0,n=0;if(t)for(var o=e.child;null!==o;)r|=o.lanes|o.childLanes,n|=14680064&o.subtreeFlags,n|=14680064&o.flags,o.return=e,o=o.sibling;else for(o=e.child;null!==o;)r|=o.lanes|o.childLanes,n|=o.subtreeFlags,n|=o.flags,o.return=e,o=o.sibling;return e.subtreeFlags|=n,e.childLanes=r,t}function $l(e,t,r){var n=t.pendingProps;switch(ri(t),t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Gl(t),null;case 1:case 17:return jo(t.type)&&Mo(),Gl(t),null;case 3:return n=t.stateNode,ia(),Eo(Po),Eo(No),ua(),n.pendingContext&&(n.context=n.pendingContext,n.pendingContext=null),null!==e&&null!==e.child||(pi(t)?t.flags|=4:null===e||e.memoizedState.isDehydrated&&0==(256&t.flags)||(t.flags|=1024,null!==ai&&(ls(ai),ai=null))),jl(e,t),Gl(t),null;case 5:la(t);var o=na(ra.current);if(r=t.type,null!==e&&null!=t.stateNode)Ml(e,t,r,n,o),e.ref!==t.ref&&(t.flags|=512,t.flags|=2097152);else{if(!n){if(null===t.stateNode)throw Error(i(166));return Gl(t),null}if(e=na(ea.current),pi(t)){n=t.stateNode,r=t.type;var a=t.memoizedProps;switch(n[fo]=t,n[mo]=a,e=0!=(1&t.mode),r){case\"dialog\":Dn(\"cancel\",n),Dn(\"close\",n);break;case\"iframe\":case\"object\":case\"embed\":Dn(\"load\",n);break;case\"video\":case\"audio\":for(o=0;o<Ln.length;o++)Dn(Ln[o],n);break;case\"source\":Dn(\"error\",n);break;case\"img\":case\"image\":case\"link\":Dn(\"error\",n),Dn(\"load\",n);break;case\"details\":Dn(\"toggle\",n);break;case\"input\":Q(n,a),Dn(\"invalid\",n);break;case\"select\":n._wrapperState={wasMultiple:!!a.multiple},Dn(\"invalid\",n);break;case\"textarea\":oe(n,a),Dn(\"invalid\",n)}for(var c in ve(r,a),o=null,a)if(a.hasOwnProperty(c)){var s=a[c];\"children\"===c?\"string\"==typeof s?n.textContent!==s&&(!0!==a.suppressHydrationWarning&&Xn(n.textContent,s,e),o=[\"children\",s]):\"number\"==typeof s&&n.textContent!==\"\"+s&&(!0!==a.suppressHydrationWarning&&Xn(n.textContent,s,e),o=[\"children\",\"\"+s]):l.hasOwnProperty(c)&&null!=s&&\"onScroll\"===c&&Dn(\"scroll\",n)}switch(r){case\"input\":W(n),J(n,a,!0);break;case\"textarea\":W(n),ae(n);break;case\"select\":case\"option\":break;default:\"function\"==typeof a.onClick&&(n.onclick=Jn)}n=o,t.updateQueue=n,null!==n&&(t.flags|=4)}else{c=9===o.nodeType?o:o.ownerDocument,\"http://www.w3.org/1999/xhtml\"===e&&(e=le(r)),\"http://www.w3.org/1999/xhtml\"===e?\"script\"===r?((e=c.createElement(\"div\")).innerHTML=\"<script><\\/script>\",e=e.removeChild(e.firstChild)):\"string\"==typeof n.is?e=c.createElement(r,{is:n.is}):(e=c.createElement(r),\"select\"===r&&(c=e,n.multiple?c.multiple=!0:n.size&&(c.size=n.size))):e=c.createElementNS(e,r),e[fo]=t,e[mo]=n,Tl(e,t,!1,!1),t.stateNode=e;e:{switch(c=ye(r,n),r){case\"dialog\":Dn(\"cancel\",e),Dn(\"close\",e),o=n;break;case\"iframe\":case\"object\":case\"embed\":Dn(\"load\",e),o=n;break;case\"video\":case\"audio\":for(o=0;o<Ln.length;o++)Dn(Ln[o],e);o=n;break;case\"source\":Dn(\"error\",e),o=n;break;case\"img\":case\"image\":case\"link\":Dn(\"error\",e),Dn(\"load\",e),o=n;break;case\"details\":Dn(\"toggle\",e),o=n;break;case\"input\":Q(e,n),o=Y(e,n),Dn(\"invalid\",e);break;case\"option\":default:o=n;break;case\"select\":e._wrapperState={wasMultiple:!!n.multiple},o=F({},n,{value:void 0}),Dn(\"invalid\",e);break;case\"textarea\":oe(e,n),o=ne(e,n),Dn(\"invalid\",e)}for(a in ve(r,o),s=o)if(s.hasOwnProperty(a)){var d=s[a];\"style\"===a?ge(e,d):\"dangerouslySetInnerHTML\"===a?null!=(d=d?d.__html:void 0)&&ue(e,d):\"children\"===a?\"string\"==typeof d?(\"textarea\"!==r||\"\"!==d)&&pe(e,d):\"number\"==typeof d&&pe(e,\"\"+d):\"suppressContentEditableWarning\"!==a&&\"suppressHydrationWarning\"!==a&&\"autoFocus\"!==a&&(l.hasOwnProperty(a)?null!=d&&\"onScroll\"===a&&Dn(\"scroll\",e):null!=d&&y(e,a,d,c))}switch(r){case\"input\":W(e),J(e,n,!1);break;case\"textarea\":W(e),ae(e);break;case\"option\":null!=n.value&&e.setAttribute(\"value\",\"\"+Z(n.value));break;case\"select\":e.multiple=!!n.multiple,null!=(a=n.value)?re(e,!!n.multiple,a,!1):null!=n.defaultValue&&re(e,!!n.multiple,n.defaultValue,!0);break;default:\"function\"==typeof o.onClick&&(e.onclick=Jn)}switch(r){case\"button\":case\"input\":case\"select\":case\"textarea\":n=!!n.autoFocus;break e;case\"img\":n=!0;break e;default:n=!1}}n&&(t.flags|=4)}null!==t.ref&&(t.flags|=512,t.flags|=2097152)}return Gl(t),null;case 6:if(e&&null!=t.stateNode)Ll(e,t,e.memoizedProps,n);else{if(\"string\"!=typeof n&&null===t.stateNode)throw Error(i(166));if(r=na(ra.current),na(ea.current),pi(t)){if(n=t.stateNode,r=t.memoizedProps,n[fo]=t,(a=n.nodeValue!==r)&&null!==(e=ni))switch(e.tag){case 3:Xn(n.nodeValue,r,0!=(1&e.mode));break;case 5:!0!==e.memoizedProps.suppressHydrationWarning&&Xn(n.nodeValue,r,0!=(1&e.mode))}a&&(t.flags|=4)}else(n=(9===r.nodeType?r:r.ownerDocument).createTextNode(n))[fo]=t,t.stateNode=n}return Gl(t),null;case 13:if(Eo(ca),n=t.memoizedState,null===e||null!==e.memoizedState&&null!==e.memoizedState.dehydrated){if(ii&&null!==oi&&0!=(1&t.mode)&&0==(128&t.flags))fi(),mi(),t.flags|=98560,a=!1;else if(a=pi(t),null!==n&&null!==n.dehydrated){if(null===e){if(!a)throw Error(i(318));if(!(a=null!==(a=t.memoizedState)?a.dehydrated:null))throw Error(i(317));a[fo]=t}else mi(),0==(128&t.flags)&&(t.memoizedState=null),t.flags|=4;Gl(t),a=!1}else null!==ai&&(ls(ai),ai=null),a=!0;if(!a)return 65536&t.flags?t:null}return 0!=(128&t.flags)?(t.lanes=r,t):((n=null!==n)!==(null!==e&&null!==e.memoizedState)&&n&&(t.child.flags|=8192,0!=(1&t.mode)&&(null===e||0!=(1&ca.current)?0===Lc&&(Lc=3):gs())),null!==t.updateQueue&&(t.flags|=4),Gl(t),null);case 4:return ia(),jl(e,t),null===e&&Vn(t.stateNode.containerInfo),Gl(t),null;case 10:return xi(t.type._context),Gl(t),null;case 19:if(Eo(ca),null===(a=t.memoizedState))return Gl(t),null;if(n=0!=(128&t.flags),null===(c=a.rendering))if(n)Wl(a,!1);else{if(0!==Lc||null!==e&&0!=(128&e.flags))for(e=t.child;null!==e;){if(null!==(c=sa(e))){for(t.flags|=128,Wl(a,!1),null!==(n=c.updateQueue)&&(t.updateQueue=n,t.flags|=4),t.subtreeFlags=0,n=r,r=t.child;null!==r;)e=n,(a=r).flags&=14680066,null===(c=a.alternate)?(a.childLanes=0,a.lanes=e,a.child=null,a.subtreeFlags=0,a.memoizedProps=null,a.memoizedState=null,a.updateQueue=null,a.dependencies=null,a.stateNode=null):(a.childLanes=c.childLanes,a.lanes=c.lanes,a.child=c.child,a.subtreeFlags=0,a.deletions=null,a.memoizedProps=c.memoizedProps,a.memoizedState=c.memoizedState,a.updateQueue=c.updateQueue,a.type=c.type,e=c.dependencies,a.dependencies=null===e?null:{lanes:e.lanes,firstContext:e.firstContext}),r=r.sibling;return Ao(ca,1&ca.current|2),t.child}e=e.sibling}null!==a.tail&&Ke()>qc&&(t.flags|=128,n=!0,Wl(a,!1),t.lanes=4194304)}else{if(!n)if(null!==(e=sa(c))){if(t.flags|=128,n=!0,null!==(r=e.updateQueue)&&(t.updateQueue=r,t.flags|=4),Wl(a,!0),null===a.tail&&\"hidden\"===a.tailMode&&!c.alternate&&!ii)return Gl(t),null}else 2*Ke()-a.renderingStartTime>qc&&1073741824!==r&&(t.flags|=128,n=!0,Wl(a,!1),t.lanes=4194304);a.isBackwards?(c.sibling=t.child,t.child=c):(null!==(r=a.last)?r.sibling=c:t.child=c,a.last=c)}return null!==a.tail?(t=a.tail,a.rendering=t,a.tail=t.sibling,a.renderingStartTime=Ke(),t.sibling=null,r=ca.current,Ao(ca,n?1&r|2:1&r),t):(Gl(t),null);case 22:case 23:return ps(),n=null!==t.memoizedState,null!==e&&null!==e.memoizedState!==n&&(t.flags|=8192),n&&0!=(1&t.mode)?0!=(1073741824&jc)&&(Gl(t),6&t.subtreeFlags&&(t.flags|=8192)):Gl(t),null;case 24:case 25:return null}throw Error(i(156,t.tag))}function Yl(e,t){switch(ri(t),t.tag){case 1:return jo(t.type)&&Mo(),65536&(e=t.flags)?(t.flags=-65537&e|128,t):null;case 3:return ia(),Eo(Po),Eo(No),ua(),0!=(65536&(e=t.flags))&&0==(128&e)?(t.flags=-65537&e|128,t):null;case 5:return la(t),null;case 13:if(Eo(ca),null!==(e=t.memoizedState)&&null!==e.dehydrated){if(null===t.alternate)throw Error(i(340));mi()}return 65536&(e=t.flags)?(t.flags=-65537&e|128,t):null;case 19:return Eo(ca),null;case 4:return ia(),null;case 10:return xi(t.type._context),null;case 22:case 23:return ps(),null;default:return null}}Tl=function(e,t){for(var r=t.child;null!==r;){if(5===r.tag||6===r.tag)e.appendChild(r.stateNode);else if(4!==r.tag&&null!==r.child){r.child.return=r,r=r.child;continue}if(r===t)break;for(;null===r.sibling;){if(null===r.return||r.return===t)return;r=r.return}r.sibling.return=r.return,r=r.sibling}},jl=function(){},Ml=function(e,t,r,n){var o=e.memoizedProps;if(o!==n){e=t.stateNode,na(ea.current);var i,a=null;switch(r){case\"input\":o=Y(e,o),n=Y(e,n),a=[];break;case\"select\":o=F({},o,{value:void 0}),n=F({},n,{value:void 0}),a=[];break;case\"textarea\":o=ne(e,o),n=ne(e,n),a=[];break;default:\"function\"!=typeof o.onClick&&\"function\"==typeof n.onClick&&(e.onclick=Jn)}for(d in ve(r,n),r=null,o)if(!n.hasOwnProperty(d)&&o.hasOwnProperty(d)&&null!=o[d])if(\"style\"===d){var c=o[d];for(i in c)c.hasOwnProperty(i)&&(r||(r={}),r[i]=\"\")}else\"dangerouslySetInnerHTML\"!==d&&\"children\"!==d&&\"suppressContentEditableWarning\"!==d&&\"suppressHydrationWarning\"!==d&&\"autoFocus\"!==d&&(l.hasOwnProperty(d)?a||(a=[]):(a=a||[]).push(d,null));for(d in n){var s=n[d];if(c=null!=o?o[d]:void 0,n.hasOwnProperty(d)&&s!==c&&(null!=s||null!=c))if(\"style\"===d)if(c){for(i in c)!c.hasOwnProperty(i)||s&&s.hasOwnProperty(i)||(r||(r={}),r[i]=\"\");for(i in s)s.hasOwnProperty(i)&&c[i]!==s[i]&&(r||(r={}),r[i]=s[i])}else r||(a||(a=[]),a.push(d,r)),r=s;else\"dangerouslySetInnerHTML\"===d?(s=s?s.__html:void 0,c=c?c.__html:void 0,null!=s&&c!==s&&(a=a||[]).push(d,s)):\"children\"===d?\"string\"!=typeof s&&\"number\"!=typeof s||(a=a||[]).push(d,\"\"+s):\"suppressContentEditableWarning\"!==d&&\"suppressHydrationWarning\"!==d&&(l.hasOwnProperty(d)?(null!=s&&\"onScroll\"===d&&Dn(\"scroll\",e),a||c===s||(a=[])):(a=a||[]).push(d,s))}r&&(a=a||[]).push(\"style\",r);var d=a;(t.updateQueue=d)&&(t.flags|=4)}},Ll=function(e,t,r,n){r!==n&&(t.flags|=4)};var Ql=!1,Kl=!1,Xl=\"function\"==typeof WeakSet?WeakSet:Set,Jl=null;function ec(e,t){var r=e.ref;if(null!==r)if(\"function\"==typeof r)try{r(null)}catch(r){Ss(e,t,r)}else r.current=null}function tc(e,t,r){try{r()}catch(r){Ss(e,t,r)}}var rc=!1;function nc(e,t,r){var n=t.updateQueue;if(null!==(n=null!==n?n.lastEffect:null)){var o=n=n.next;do{if((o.tag&e)===e){var i=o.destroy;o.destroy=void 0,void 0!==i&&tc(t,r,i)}o=o.next}while(o!==n)}}function oc(e,t){if(null!==(t=null!==(t=t.updateQueue)?t.lastEffect:null)){var r=t=t.next;do{if((r.tag&e)===e){var n=r.create;r.destroy=n()}r=r.next}while(r!==t)}}function ic(e){var t=e.ref;if(null!==t){var r=e.stateNode;e.tag,e=r,\"function\"==typeof t?t(e):t.current=e}}function ac(e){var t=e.alternate;null!==t&&(e.alternate=null,ac(t)),e.child=null,e.deletions=null,e.sibling=null,5===e.tag&&(null!==(t=e.stateNode)&&(delete t[fo],delete t[mo],delete t[go],delete t[bo],delete t[vo])),e.stateNode=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}function lc(e){return 5===e.tag||3===e.tag||4===e.tag}function cc(e){e:for(;;){for(;null===e.sibling;){if(null===e.return||lc(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;5!==e.tag&&6!==e.tag&&18!==e.tag;){if(2&e.flags)continue e;if(null===e.child||4===e.tag)continue e;e.child.return=e,e=e.child}if(!(2&e.flags))return e.stateNode}}function sc(e,t,r){var n=e.tag;if(5===n||6===n)e=e.stateNode,t?8===r.nodeType?r.parentNode.insertBefore(e,t):r.insertBefore(e,t):(8===r.nodeType?(t=r.parentNode).insertBefore(e,r):(t=r).appendChild(e),null!=(r=r._reactRootContainer)||null!==t.onclick||(t.onclick=Jn));else if(4!==n&&null!==(e=e.child))for(sc(e,t,r),e=e.sibling;null!==e;)sc(e,t,r),e=e.sibling}function dc(e,t,r){var n=e.tag;if(5===n||6===n)e=e.stateNode,t?r.insertBefore(e,t):r.appendChild(e);else if(4!==n&&null!==(e=e.child))for(dc(e,t,r),e=e.sibling;null!==e;)dc(e,t,r),e=e.sibling}var uc=null,pc=!1;function fc(e,t,r){for(r=r.child;null!==r;)mc(e,t,r),r=r.sibling}function mc(e,t,r){if(it&&\"function\"==typeof it.onCommitFiberUnmount)try{it.onCommitFiberUnmount(ot,r)}catch(e){}switch(r.tag){case 5:Kl||ec(r,t);case 6:var n=uc,o=pc;uc=null,fc(e,t,r),pc=o,null!==(uc=n)&&(pc?(e=uc,r=r.stateNode,8===e.nodeType?e.parentNode.removeChild(r):e.removeChild(r)):uc.removeChild(r.stateNode));break;case 18:null!==uc&&(pc?(e=uc,r=r.stateNode,8===e.nodeType?co(e.parentNode,r):1===e.nodeType&&co(e,r),Vt(e)):co(uc,r.stateNode));break;case 4:n=uc,o=pc,uc=r.stateNode.containerInfo,pc=!0,fc(e,t,r),uc=n,pc=o;break;case 0:case 11:case 14:case 15:if(!Kl&&(null!==(n=r.updateQueue)&&null!==(n=n.lastEffect))){o=n=n.next;do{var i=o,a=i.destroy;i=i.tag,void 0!==a&&(0!=(2&i)||0!=(4&i))&&tc(r,t,a),o=o.next}while(o!==n)}fc(e,t,r);break;case 1:if(!Kl&&(ec(r,t),\"function\"==typeof(n=r.stateNode).componentWillUnmount))try{n.props=r.memoizedProps,n.state=r.memoizedState,n.componentWillUnmount()}catch(e){Ss(r,t,e)}fc(e,t,r);break;case 21:fc(e,t,r);break;case 22:1&r.mode?(Kl=(n=Kl)||null!==r.memoizedState,fc(e,t,r),Kl=n):fc(e,t,r);break;default:fc(e,t,r)}}function hc(e){var t=e.updateQueue;if(null!==t){e.updateQueue=null;var r=e.stateNode;null===r&&(r=e.stateNode=new Xl),t.forEach((function(t){var n=Ns.bind(null,e,t);r.has(t)||(r.add(t),t.then(n,n))}))}}function gc(e,t){var r=t.deletions;if(null!==r)for(var n=0;n<r.length;n++){var o=r[n];try{var a=e,l=t,c=l;e:for(;null!==c;){switch(c.tag){case 5:uc=c.stateNode,pc=!1;break e;case 3:case 4:uc=c.stateNode.containerInfo,pc=!0;break e}c=c.return}if(null===uc)throw Error(i(160));mc(a,l,o),uc=null,pc=!1;var s=o.alternate;null!==s&&(s.return=null),o.return=null}catch(e){Ss(o,t,e)}}if(12854&t.subtreeFlags)for(t=t.child;null!==t;)bc(t,e),t=t.sibling}function bc(e,t){var r=e.alternate,n=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:if(gc(t,e),vc(e),4&n){try{nc(3,e,e.return),oc(3,e)}catch(t){Ss(e,e.return,t)}try{nc(5,e,e.return)}catch(t){Ss(e,e.return,t)}}break;case 1:gc(t,e),vc(e),512&n&&null!==r&&ec(r,r.return);break;case 5:if(gc(t,e),vc(e),512&n&&null!==r&&ec(r,r.return),32&e.flags){var o=e.stateNode;try{pe(o,\"\")}catch(t){Ss(e,e.return,t)}}if(4&n&&null!=(o=e.stateNode)){var a=e.memoizedProps,l=null!==r?r.memoizedProps:a,c=e.type,s=e.updateQueue;if(e.updateQueue=null,null!==s)try{\"input\"===c&&\"radio\"===a.type&&null!=a.name&&K(o,a),ye(c,l);var d=ye(c,a);for(l=0;l<s.length;l+=2){var u=s[l],p=s[l+1];\"style\"===u?ge(o,p):\"dangerouslySetInnerHTML\"===u?ue(o,p):\"children\"===u?pe(o,p):y(o,u,p,d)}switch(c){case\"input\":X(o,a);break;case\"textarea\":ie(o,a);break;case\"select\":var f=o._wrapperState.wasMultiple;o._wrapperState.wasMultiple=!!a.multiple;var m=a.value;null!=m?re(o,!!a.multiple,m,!1):f!==!!a.multiple&&(null!=a.defaultValue?re(o,!!a.multiple,a.defaultValue,!0):re(o,!!a.multiple,a.multiple?[]:\"\",!1))}o[mo]=a}catch(t){Ss(e,e.return,t)}}break;case 6:if(gc(t,e),vc(e),4&n){if(null===e.stateNode)throw Error(i(162));o=e.stateNode,a=e.memoizedProps;try{o.nodeValue=a}catch(t){Ss(e,e.return,t)}}break;case 3:if(gc(t,e),vc(e),4&n&&null!==r&&r.memoizedState.isDehydrated)try{Vt(t.containerInfo)}catch(t){Ss(e,e.return,t)}break;case 4:default:gc(t,e),vc(e);break;case 13:gc(t,e),vc(e),8192&(o=e.child).flags&&(a=null!==o.memoizedState,o.stateNode.isHidden=a,!a||null!==o.alternate&&null!==o.alternate.memoizedState||(Vc=Ke())),4&n&&hc(e);break;case 22:if(u=null!==r&&null!==r.memoizedState,1&e.mode?(Kl=(d=Kl)||u,gc(t,e),Kl=d):gc(t,e),vc(e),8192&n){if(d=null!==e.memoizedState,(e.stateNode.isHidden=d)&&!u&&0!=(1&e.mode))for(Jl=e,u=e.child;null!==u;){for(p=Jl=u;null!==Jl;){switch(m=(f=Jl).child,f.tag){case 0:case 11:case 14:case 15:nc(4,f,f.return);break;case 1:ec(f,f.return);var h=f.stateNode;if(\"function\"==typeof h.componentWillUnmount){n=f,r=f.return;try{t=n,h.props=t.memoizedProps,h.state=t.memoizedState,h.componentWillUnmount()}catch(e){Ss(n,r,e)}}break;case 5:ec(f,f.return);break;case 22:if(null!==f.memoizedState){wc(p);continue}}null!==m?(m.return=f,Jl=m):wc(p)}u=u.sibling}e:for(u=null,p=e;;){if(5===p.tag){if(null===u){u=p;try{o=p.stateNode,d?\"function\"==typeof(a=o.style).setProperty?a.setProperty(\"display\",\"none\",\"important\"):a.display=\"none\":(c=p.stateNode,l=null!=(s=p.memoizedProps.style)&&s.hasOwnProperty(\"display\")?s.display:null,c.style.display=he(\"display\",l))}catch(t){Ss(e,e.return,t)}}}else if(6===p.tag){if(null===u)try{p.stateNode.nodeValue=d?\"\":p.memoizedProps}catch(t){Ss(e,e.return,t)}}else if((22!==p.tag&&23!==p.tag||null===p.memoizedState||p===e)&&null!==p.child){p.child.return=p,p=p.child;continue}if(p===e)break e;for(;null===p.sibling;){if(null===p.return||p.return===e)break e;u===p&&(u=null),p=p.return}u===p&&(u=null),p.sibling.return=p.return,p=p.sibling}}break;case 19:gc(t,e),vc(e),4&n&&hc(e);case 21:}}function vc(e){var t=e.flags;if(2&t){try{e:{for(var r=e.return;null!==r;){if(lc(r)){var n=r;break e}r=r.return}throw Error(i(160))}switch(n.tag){case 5:var o=n.stateNode;32&n.flags&&(pe(o,\"\"),n.flags&=-33),dc(e,cc(e),o);break;case 3:case 4:var a=n.stateNode.containerInfo;sc(e,cc(e),a);break;default:throw Error(i(161))}}catch(t){Ss(e,e.return,t)}e.flags&=-3}4096&t&&(e.flags&=-4097)}function yc(e,t,r){Jl=e,_c(e,t,r)}function _c(e,t,r){for(var n=0!=(1&e.mode);null!==Jl;){var o=Jl,i=o.child;if(22===o.tag&&n){var a=null!==o.memoizedState||Ql;if(!a){var l=o.alternate,c=null!==l&&null!==l.memoizedState||Kl;l=Ql;var s=Kl;if(Ql=a,(Kl=c)&&!s)for(Jl=o;null!==Jl;)c=(a=Jl).child,22===a.tag&&null!==a.memoizedState?xc(o):null!==c?(c.return=a,Jl=c):xc(o);for(;null!==i;)Jl=i,_c(i,t,r),i=i.sibling;Jl=o,Ql=l,Kl=s}kc(e)}else 0!=(8772&o.subtreeFlags)&&null!==i?(i.return=o,Jl=i):kc(e)}}function kc(e){for(;null!==Jl;){var t=Jl;if(0!=(8772&t.flags)){var r=t.alternate;try{if(0!=(8772&t.flags))switch(t.tag){case 0:case 11:case 15:Kl||oc(5,t);break;case 1:var n=t.stateNode;if(4&t.flags&&!Kl)if(null===r)n.componentDidMount();else{var o=t.elementType===t.type?r.memoizedProps:bi(t.type,r.memoizedProps);n.componentDidUpdate(o,r.memoizedState,n.__reactInternalSnapshotBeforeUpdate)}var a=t.updateQueue;null!==a&&Di(t,a,n);break;case 3:var l=t.updateQueue;if(null!==l){if(r=null,null!==t.child)switch(t.child.tag){case 5:case 1:r=t.child.stateNode}Di(t,l,r)}break;case 5:var c=t.stateNode;if(null===r&&4&t.flags){r=c;var s=t.memoizedProps;switch(t.type){case\"button\":case\"input\":case\"select\":case\"textarea\":s.autoFocus&&r.focus();break;case\"img\":s.src&&(r.src=s.src)}}break;case 6:case 4:case 12:case 19:case 17:case 21:case 22:case 23:case 25:break;case 13:if(null===t.memoizedState){var d=t.alternate;if(null!==d){var u=d.memoizedState;if(null!==u){var p=u.dehydrated;null!==p&&Vt(p)}}}break;default:throw Error(i(163))}Kl||512&t.flags&&ic(t)}catch(e){Ss(t,t.return,e)}}if(t===e){Jl=null;break}if(null!==(r=t.sibling)){r.return=t.return,Jl=r;break}Jl=t.return}}function wc(e){for(;null!==Jl;){var t=Jl;if(t===e){Jl=null;break}var r=t.sibling;if(null!==r){r.return=t.return,Jl=r;break}Jl=t.return}}function xc(e){for(;null!==Jl;){var t=Jl;try{switch(t.tag){case 0:case 11:case 15:var r=t.return;try{oc(4,t)}catch(e){Ss(t,r,e)}break;case 1:var n=t.stateNode;if(\"function\"==typeof n.componentDidMount){var o=t.return;try{n.componentDidMount()}catch(e){Ss(t,o,e)}}var i=t.return;try{ic(t)}catch(e){Ss(t,i,e)}break;case 5:var a=t.return;try{ic(t)}catch(e){Ss(t,a,e)}}}catch(e){Ss(t,t.return,e)}if(t===e){Jl=null;break}var l=t.sibling;if(null!==l){l.return=t.return,Jl=l;break}Jl=t.return}}var Bc,Sc=Math.ceil,Ec=_.ReactCurrentDispatcher,Ac=_.ReactCurrentOwner,Cc=_.ReactCurrentBatchConfig,Nc=0,Pc=null,Oc=null,Tc=0,jc=0,Mc=So(0),Lc=0,Ic=null,Fc=0,zc=0,Dc=0,Rc=null,Hc=null,Vc=0,qc=1/0,Zc=null,Uc=!1,Wc=null,Gc=null,$c=!1,Yc=null,Qc=0,Kc=0,Xc=null,Jc=-1,es=0;function ts(){return 0!=(6&Nc)?Ke():-1!==Jc?Jc:Jc=Ke()}function rs(e){return 0==(1&e.mode)?1:0!=(2&Nc)&&0!==Tc?Tc&-Tc:null!==gi.transition?(0===es&&(es=ht()),es):0!==(e=yt)?e:e=void 0===(e=window.event)?16:Qt(e.type)}function ns(e,t,r,n){if(50<Kc)throw Kc=0,Xc=null,Error(i(185));bt(e,r,n),0!=(2&Nc)&&e===Pc||(e===Pc&&(0==(2&Nc)&&(zc|=r),4===Lc&&cs(e,Tc)),os(e,n),1===r&&0===Nc&&0==(1&t.mode)&&(qc=Ke()+500,Ro&&qo()))}function os(e,t){var r=e.callbackNode;!function(e,t){for(var r=e.suspendedLanes,n=e.pingedLanes,o=e.expirationTimes,i=e.pendingLanes;0<i;){var a=31-at(i),l=1<<a,c=o[a];-1===c?0!=(l&r)&&0==(l&n)||(o[a]=ft(l,t)):c<=t&&(e.expiredLanes|=l),i&=~l}}(e,t);var n=pt(e,e===Pc?Tc:0);if(0===n)null!==r&&$e(r),e.callbackNode=null,e.callbackPriority=0;else if(t=n&-n,e.callbackPriority!==t){if(null!=r&&$e(r),1===t)0===e.tag?function(e){Ro=!0,Vo(e)}(ss.bind(null,e)):Vo(ss.bind(null,e)),ao((function(){0==(6&Nc)&&qo()})),r=null;else{switch(_t(n)){case 1:r=Je;break;case 4:r=et;break;case 16:default:r=tt;break;case 536870912:r=nt}r=Ps(r,is.bind(null,e))}e.callbackPriority=t,e.callbackNode=r}}function is(e,t){if(Jc=-1,es=0,0!=(6&Nc))throw Error(i(327));var r=e.callbackNode;if(xs()&&e.callbackNode!==r)return null;var n=pt(e,e===Pc?Tc:0);if(0===n)return null;if(0!=(30&n)||0!=(n&e.expiredLanes)||t)t=bs(e,n);else{t=n;var o=Nc;Nc|=2;var a=hs();for(Pc===e&&Tc===t||(Zc=null,qc=Ke()+500,fs(e,t));;)try{ys();break}catch(t){ms(e,t)}wi(),Ec.current=a,Nc=o,null!==Oc?t=0:(Pc=null,Tc=0,t=Lc)}if(0!==t){if(2===t&&(0!==(o=mt(e))&&(n=o,t=as(e,o))),1===t)throw r=Ic,fs(e,0),cs(e,n),os(e,Ke()),r;if(6===t)cs(e,n);else{if(o=e.current.alternate,0==(30&n)&&!function(e){for(var t=e;;){if(16384&t.flags){var r=t.updateQueue;if(null!==r&&null!==(r=r.stores))for(var n=0;n<r.length;n++){var o=r[n],i=o.getSnapshot;o=o.value;try{if(!ln(i(),o))return!1}catch(e){return!1}}}if(r=t.child,16384&t.subtreeFlags&&null!==r)r.return=t,t=r;else{if(t===e)break;for(;null===t.sibling;){if(null===t.return||t.return===e)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}}return!0}(o)&&(2===(t=bs(e,n))&&(0!==(a=mt(e))&&(n=a,t=as(e,a))),1===t))throw r=Ic,fs(e,0),cs(e,n),os(e,Ke()),r;switch(e.finishedWork=o,e.finishedLanes=n,t){case 0:case 1:throw Error(i(345));case 2:case 5:ws(e,Hc,Zc);break;case 3:if(cs(e,n),(130023424&n)===n&&10<(t=Vc+500-Ke())){if(0!==pt(e,0))break;if(((o=e.suspendedLanes)&n)!==n){ts(),e.pingedLanes|=e.suspendedLanes&o;break}e.timeoutHandle=no(ws.bind(null,e,Hc,Zc),t);break}ws(e,Hc,Zc);break;case 4:if(cs(e,n),(4194240&n)===n)break;for(t=e.eventTimes,o=-1;0<n;){var l=31-at(n);a=1<<l,(l=t[l])>o&&(o=l),n&=~a}if(n=o,10<(n=(120>(n=Ke()-n)?120:480>n?480:1080>n?1080:1920>n?1920:3e3>n?3e3:4320>n?4320:1960*Sc(n/1960))-n)){e.timeoutHandle=no(ws.bind(null,e,Hc,Zc),n);break}ws(e,Hc,Zc);break;default:throw Error(i(329))}}}return os(e,Ke()),e.callbackNode===r?is.bind(null,e):null}function as(e,t){var r=Rc;return e.current.memoizedState.isDehydrated&&(fs(e,t).flags|=256),2!==(e=bs(e,t))&&(t=Hc,Hc=r,null!==t&&ls(t)),e}function ls(e){null===Hc?Hc=e:Hc.push.apply(Hc,e)}function cs(e,t){for(t&=~Dc,t&=~zc,e.suspendedLanes|=t,e.pingedLanes&=~t,e=e.expirationTimes;0<t;){var r=31-at(t),n=1<<r;e[r]=-1,t&=~n}}function ss(e){if(0!=(6&Nc))throw Error(i(327));xs();var t=pt(e,0);if(0==(1&t))return os(e,Ke()),null;var r=bs(e,t);if(0!==e.tag&&2===r){var n=mt(e);0!==n&&(t=n,r=as(e,n))}if(1===r)throw r=Ic,fs(e,0),cs(e,t),os(e,Ke()),r;if(6===r)throw Error(i(345));return e.finishedWork=e.current.alternate,e.finishedLanes=t,ws(e,Hc,Zc),os(e,Ke()),null}function ds(e,t){var r=Nc;Nc|=1;try{return e(t)}finally{0===(Nc=r)&&(qc=Ke()+500,Ro&&qo())}}function us(e){null!==Yc&&0===Yc.tag&&0==(6&Nc)&&xs();var t=Nc;Nc|=1;var r=Cc.transition,n=yt;try{if(Cc.transition=null,yt=1,e)return e()}finally{yt=n,Cc.transition=r,0==(6&(Nc=t))&&qo()}}function ps(){jc=Mc.current,Eo(Mc)}function fs(e,t){e.finishedWork=null,e.finishedLanes=0;var r=e.timeoutHandle;if(-1!==r&&(e.timeoutHandle=-1,oo(r)),null!==Oc)for(r=Oc.return;null!==r;){var n=r;switch(ri(n),n.tag){case 1:null!=(n=n.type.childContextTypes)&&Mo();break;case 3:ia(),Eo(Po),Eo(No),ua();break;case 5:la(n);break;case 4:ia();break;case 13:case 19:Eo(ca);break;case 10:xi(n.type._context);break;case 22:case 23:ps()}r=r.return}if(Pc=e,Oc=e=Ms(e.current,null),Tc=jc=t,Lc=0,Ic=null,Dc=zc=Fc=0,Hc=Rc=null,null!==Ai){for(t=0;t<Ai.length;t++)if(null!==(n=(r=Ai[t]).interleaved)){r.interleaved=null;var o=n.next,i=r.pending;if(null!==i){var a=i.next;i.next=o,n.next=a}r.pending=n}Ai=null}return e}function ms(e,t){for(;;){var r=Oc;try{if(wi(),pa.current=al,va){for(var n=ha.memoizedState;null!==n;){var o=n.queue;null!==o&&(o.pending=null),n=n.next}va=!1}if(ma=0,ba=ga=ha=null,ya=!1,_a=0,Ac.current=null,null===r||null===r.return){Lc=1,Ic=t,Oc=null;break}e:{var a=e,l=r.return,c=r,s=t;if(t=Tc,c.flags|=32768,null!==s&&\"object\"==typeof s&&\"function\"==typeof s.then){var d=s,u=c,p=u.tag;if(0==(1&u.mode)&&(0===p||11===p||15===p)){var f=u.alternate;f?(u.updateQueue=f.updateQueue,u.memoizedState=f.memoizedState,u.lanes=f.lanes):(u.updateQueue=null,u.memoizedState=null)}var m=bl(l);if(null!==m){m.flags&=-257,vl(m,l,c,0,t),1&m.mode&&gl(a,d,t),s=d;var h=(t=m).updateQueue;if(null===h){var g=new Set;g.add(s),t.updateQueue=g}else h.add(s);break e}if(0==(1&t)){gl(a,d,t),gs();break e}s=Error(i(426))}else if(ii&&1&c.mode){var b=bl(l);if(null!==b){0==(65536&b.flags)&&(b.flags|=256),vl(b,l,c,0,t),hi(dl(s,c));break e}}a=s=dl(s,c),4!==Lc&&(Lc=2),null===Rc?Rc=[a]:Rc.push(a),a=l;do{switch(a.tag){case 3:a.flags|=65536,t&=-t,a.lanes|=t,Fi(a,ml(0,s,t));break e;case 1:c=s;var v=a.type,y=a.stateNode;if(0==(128&a.flags)&&(\"function\"==typeof v.getDerivedStateFromError||null!==y&&\"function\"==typeof y.componentDidCatch&&(null===Gc||!Gc.has(y)))){a.flags|=65536,t&=-t,a.lanes|=t,Fi(a,hl(a,c,t));break e}}a=a.return}while(null!==a)}ks(r)}catch(e){t=e,Oc===r&&null!==r&&(Oc=r=r.return);continue}break}}function hs(){var e=Ec.current;return Ec.current=al,null===e?al:e}function gs(){0!==Lc&&3!==Lc&&2!==Lc||(Lc=4),null===Pc||0==(268435455&Fc)&&0==(268435455&zc)||cs(Pc,Tc)}function bs(e,t){var r=Nc;Nc|=2;var n=hs();for(Pc===e&&Tc===t||(Zc=null,fs(e,t));;)try{vs();break}catch(t){ms(e,t)}if(wi(),Nc=r,Ec.current=n,null!==Oc)throw Error(i(261));return Pc=null,Tc=0,Lc}function vs(){for(;null!==Oc;)_s(Oc)}function ys(){for(;null!==Oc&&!Ye();)_s(Oc)}function _s(e){var t=Bc(e.alternate,e,jc);e.memoizedProps=e.pendingProps,null===t?ks(e):Oc=t,Ac.current=null}function ks(e){var t=e;do{var r=t.alternate;if(e=t.return,0==(32768&t.flags)){if(null!==(r=$l(r,t,jc)))return void(Oc=r)}else{if(null!==(r=Yl(r,t)))return r.flags&=32767,void(Oc=r);if(null===e)return Lc=6,void(Oc=null);e.flags|=32768,e.subtreeFlags=0,e.deletions=null}if(null!==(t=t.sibling))return void(Oc=t);Oc=t=e}while(null!==t);0===Lc&&(Lc=5)}function ws(e,t,r){var n=yt,o=Cc.transition;try{Cc.transition=null,yt=1,function(e,t,r,n){do{xs()}while(null!==Yc);if(0!=(6&Nc))throw Error(i(327));r=e.finishedWork;var o=e.finishedLanes;if(null===r)return null;if(e.finishedWork=null,e.finishedLanes=0,r===e.current)throw Error(i(177));e.callbackNode=null,e.callbackPriority=0;var a=r.lanes|r.childLanes;if(function(e,t){var r=e.pendingLanes&~t;e.pendingLanes=t,e.suspendedLanes=0,e.pingedLanes=0,e.expiredLanes&=t,e.mutableReadLanes&=t,e.entangledLanes&=t,t=e.entanglements;var n=e.eventTimes;for(e=e.expirationTimes;0<r;){var o=31-at(r),i=1<<o;t[o]=0,n[o]=-1,e[o]=-1,r&=~i}}(e,a),e===Pc&&(Oc=Pc=null,Tc=0),0==(2064&r.subtreeFlags)&&0==(2064&r.flags)||$c||($c=!0,Ps(tt,(function(){return xs(),null}))),a=0!=(15990&r.flags),0!=(15990&r.subtreeFlags)||a){a=Cc.transition,Cc.transition=null;var l=yt;yt=1;var c=Nc;Nc|=4,Ac.current=null,function(e,t){if(eo=Zt,fn(e=pn())){if(\"selectionStart\"in e)var r={start:e.selectionStart,end:e.selectionEnd};else e:{var n=(r=(r=e.ownerDocument)&&r.defaultView||window).getSelection&&r.getSelection();if(n&&0!==n.rangeCount){r=n.anchorNode;var o=n.anchorOffset,a=n.focusNode;n=n.focusOffset;try{r.nodeType,a.nodeType}catch(e){r=null;break e}var l=0,c=-1,s=-1,d=0,u=0,p=e,f=null;t:for(;;){for(var m;p!==r||0!==o&&3!==p.nodeType||(c=l+o),p!==a||0!==n&&3!==p.nodeType||(s=l+n),3===p.nodeType&&(l+=p.nodeValue.length),null!==(m=p.firstChild);)f=p,p=m;for(;;){if(p===e)break t;if(f===r&&++d===o&&(c=l),f===a&&++u===n&&(s=l),null!==(m=p.nextSibling))break;f=(p=f).parentNode}p=m}r=-1===c||-1===s?null:{start:c,end:s}}else r=null}r=r||{start:0,end:0}}else r=null;for(to={focusedElem:e,selectionRange:r},Zt=!1,Jl=t;null!==Jl;)if(e=(t=Jl).child,0!=(1028&t.subtreeFlags)&&null!==e)e.return=t,Jl=e;else for(;null!==Jl;){t=Jl;try{var h=t.alternate;if(0!=(1024&t.flags))switch(t.tag){case 0:case 11:case 15:case 5:case 6:case 4:case 17:break;case 1:if(null!==h){var g=h.memoizedProps,b=h.memoizedState,v=t.stateNode,y=v.getSnapshotBeforeUpdate(t.elementType===t.type?g:bi(t.type,g),b);v.__reactInternalSnapshotBeforeUpdate=y}break;case 3:var _=t.stateNode.containerInfo;1===_.nodeType?_.textContent=\"\":9===_.nodeType&&_.documentElement&&_.removeChild(_.documentElement);break;default:throw Error(i(163))}}catch(e){Ss(t,t.return,e)}if(null!==(e=t.sibling)){e.return=t.return,Jl=e;break}Jl=t.return}h=rc,rc=!1}(e,r),bc(r,e),mn(to),Zt=!!eo,to=eo=null,e.current=r,yc(r,e,o),Qe(),Nc=c,yt=l,Cc.transition=a}else e.current=r;if($c&&($c=!1,Yc=e,Qc=o),a=e.pendingLanes,0===a&&(Gc=null),function(e){if(it&&\"function\"==typeof it.onCommitFiberRoot)try{it.onCommitFiberRoot(ot,e,void 0,128==(128&e.current.flags))}catch(e){}}(r.stateNode),os(e,Ke()),null!==t)for(n=e.onRecoverableError,r=0;r<t.length;r++)o=t[r],n(o.value,{componentStack:o.stack,digest:o.digest});if(Uc)throw Uc=!1,e=Wc,Wc=null,e;0!=(1&Qc)&&0!==e.tag&&xs(),a=e.pendingLanes,0!=(1&a)?e===Xc?Kc++:(Kc=0,Xc=e):Kc=0,qo()}(e,t,r,n)}finally{Cc.transition=o,yt=n}return null}function xs(){if(null!==Yc){var e=_t(Qc),t=Cc.transition,r=yt;try{if(Cc.transition=null,yt=16>e?16:e,null===Yc)var n=!1;else{if(e=Yc,Yc=null,Qc=0,0!=(6&Nc))throw Error(i(331));var o=Nc;for(Nc|=4,Jl=e.current;null!==Jl;){var a=Jl,l=a.child;if(0!=(16&Jl.flags)){var c=a.deletions;if(null!==c){for(var s=0;s<c.length;s++){var d=c[s];for(Jl=d;null!==Jl;){var u=Jl;switch(u.tag){case 0:case 11:case 15:nc(8,u,a)}var p=u.child;if(null!==p)p.return=u,Jl=p;else for(;null!==Jl;){var f=(u=Jl).sibling,m=u.return;if(ac(u),u===d){Jl=null;break}if(null!==f){f.return=m,Jl=f;break}Jl=m}}}var h=a.alternate;if(null!==h){var g=h.child;if(null!==g){h.child=null;do{var b=g.sibling;g.sibling=null,g=b}while(null!==g)}}Jl=a}}if(0!=(2064&a.subtreeFlags)&&null!==l)l.return=a,Jl=l;else e:for(;null!==Jl;){if(0!=(2048&(a=Jl).flags))switch(a.tag){case 0:case 11:case 15:nc(9,a,a.return)}var v=a.sibling;if(null!==v){v.return=a.return,Jl=v;break e}Jl=a.return}}var y=e.current;for(Jl=y;null!==Jl;){var _=(l=Jl).child;if(0!=(2064&l.subtreeFlags)&&null!==_)_.return=l,Jl=_;else e:for(l=y;null!==Jl;){if(0!=(2048&(c=Jl).flags))try{switch(c.tag){case 0:case 11:case 15:oc(9,c)}}catch(e){Ss(c,c.return,e)}if(c===l){Jl=null;break e}var k=c.sibling;if(null!==k){k.return=c.return,Jl=k;break e}Jl=c.return}}if(Nc=o,qo(),it&&\"function\"==typeof it.onPostCommitFiberRoot)try{it.onPostCommitFiberRoot(ot,e)}catch(e){}n=!0}return n}finally{yt=r,Cc.transition=t}}return!1}function Bs(e,t,r){e=Li(e,t=ml(0,t=dl(r,t),1),1),t=ts(),null!==e&&(bt(e,1,t),os(e,t))}function Ss(e,t,r){if(3===e.tag)Bs(e,e,r);else for(;null!==t;){if(3===t.tag){Bs(t,e,r);break}if(1===t.tag){var n=t.stateNode;if(\"function\"==typeof t.type.getDerivedStateFromError||\"function\"==typeof n.componentDidCatch&&(null===Gc||!Gc.has(n))){t=Li(t,e=hl(t,e=dl(r,e),1),1),e=ts(),null!==t&&(bt(t,1,e),os(t,e));break}}t=t.return}}function Es(e,t,r){var n=e.pingCache;null!==n&&n.delete(t),t=ts(),e.pingedLanes|=e.suspendedLanes&r,Pc===e&&(Tc&r)===r&&(4===Lc||3===Lc&&(130023424&Tc)===Tc&&500>Ke()-Vc?fs(e,0):Dc|=r),os(e,t)}function As(e,t){0===t&&(0==(1&e.mode)?t=1:(t=dt,0==(130023424&(dt<<=1))&&(dt=4194304)));var r=ts();null!==(e=Pi(e,t))&&(bt(e,t,r),os(e,r))}function Cs(e){var t=e.memoizedState,r=0;null!==t&&(r=t.retryLane),As(e,r)}function Ns(e,t){var r=0;switch(e.tag){case 13:var n=e.stateNode,o=e.memoizedState;null!==o&&(r=o.retryLane);break;case 19:n=e.stateNode;break;default:throw Error(i(314))}null!==n&&n.delete(t),As(e,r)}function Ps(e,t){return Ge(e,t)}function Os(e,t,r,n){this.tag=e,this.key=r,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=n,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Ts(e,t,r,n){return new Os(e,t,r,n)}function js(e){return!(!(e=e.prototype)||!e.isReactComponent)}function Ms(e,t){var r=e.alternate;return null===r?((r=Ts(e.tag,t,e.key,e.mode)).elementType=e.elementType,r.type=e.type,r.stateNode=e.stateNode,r.alternate=e,e.alternate=r):(r.pendingProps=t,r.type=e.type,r.flags=0,r.subtreeFlags=0,r.deletions=null),r.flags=14680064&e.flags,r.childLanes=e.childLanes,r.lanes=e.lanes,r.child=e.child,r.memoizedProps=e.memoizedProps,r.memoizedState=e.memoizedState,r.updateQueue=e.updateQueue,t=e.dependencies,r.dependencies=null===t?null:{lanes:t.lanes,firstContext:t.firstContext},r.sibling=e.sibling,r.index=e.index,r.ref=e.ref,r}function Ls(e,t,r,n,o,a){var l=2;if(n=e,\"function\"==typeof e)js(e)&&(l=1);else if(\"string\"==typeof e)l=5;else e:switch(e){case x:return Is(r.children,o,a,t);case B:l=8,o|=8;break;case S:return(e=Ts(12,r,t,2|o)).elementType=S,e.lanes=a,e;case N:return(e=Ts(13,r,t,o)).elementType=N,e.lanes=a,e;case P:return(e=Ts(19,r,t,o)).elementType=P,e.lanes=a,e;case j:return Fs(r,o,a,t);default:if(\"object\"==typeof e&&null!==e)switch(e.$$typeof){case E:l=10;break e;case A:l=9;break e;case C:l=11;break e;case O:l=14;break e;case T:l=16,n=null;break e}throw Error(i(130,null==e?e:typeof e,\"\"))}return(t=Ts(l,r,t,o)).elementType=e,t.type=n,t.lanes=a,t}function Is(e,t,r,n){return(e=Ts(7,e,n,t)).lanes=r,e}function Fs(e,t,r,n){return(e=Ts(22,e,n,t)).elementType=j,e.lanes=r,e.stateNode={isHidden:!1},e}function zs(e,t,r){return(e=Ts(6,e,null,t)).lanes=r,e}function Ds(e,t,r){return(t=Ts(4,null!==e.children?e.children:[],e.key,t)).lanes=r,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function Rs(e,t,r,n,o){this.tag=t,this.containerInfo=e,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=gt(0),this.expirationTimes=gt(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=gt(0),this.identifierPrefix=n,this.onRecoverableError=o,this.mutableSourceEagerHydrationData=null}function Hs(e,t,r,n,o,i,a,l,c){return e=new Rs(e,t,r,l,c),1===t?(t=1,!0===i&&(t|=8)):t=0,i=Ts(3,null,null,t),e.current=i,i.stateNode=e,i.memoizedState={element:n,isDehydrated:r,cache:null,transitions:null,pendingSuspenseBoundaries:null},Ti(i),e}function Vs(e){if(!e)return Co;e:{if(Ve(e=e._reactInternals)!==e||1!==e.tag)throw Error(i(170));var t=e;do{switch(t.tag){case 3:t=t.stateNode.context;break e;case 1:if(jo(t.type)){t=t.stateNode.__reactInternalMemoizedMergedChildContext;break e}}t=t.return}while(null!==t);throw Error(i(171))}if(1===e.tag){var r=e.type;if(jo(r))return Io(e,r,t)}return t}function qs(e,t,r,n,o,i,a,l,c){return(e=Hs(r,n,!0,e,0,i,0,l,c)).context=Vs(null),r=e.current,(i=Mi(n=ts(),o=rs(r))).callback=null!=t?t:null,Li(r,i,o),e.current.lanes=o,bt(e,o,n),os(e,n),e}function Zs(e,t,r,n){var o=t.current,i=ts(),a=rs(o);return r=Vs(r),null===t.context?t.context=r:t.pendingContext=r,(t=Mi(i,a)).payload={element:e},null!==(n=void 0===n?null:n)&&(t.callback=n),null!==(e=Li(o,t,a))&&(ns(e,o,a,i),Ii(e,o,a)),a}function Us(e){return(e=e.current).child?(e.child.tag,e.child.stateNode):null}function Ws(e,t){if(null!==(e=e.memoizedState)&&null!==e.dehydrated){var r=e.retryLane;e.retryLane=0!==r&&r<t?r:t}}function Gs(e,t){Ws(e,t),(e=e.alternate)&&Ws(e,t)}Bc=function(e,t,r){if(null!==e)if(e.memoizedProps!==t.pendingProps||Po.current)_l=!0;else{if(0==(e.lanes&r)&&0==(128&t.flags))return _l=!1,function(e,t,r){switch(t.tag){case 3:Pl(t),mi();break;case 5:aa(t);break;case 1:jo(t.type)&&Fo(t);break;case 4:oa(t,t.stateNode.containerInfo);break;case 10:var n=t.type._context,o=t.memoizedProps.value;Ao(vi,n._currentValue),n._currentValue=o;break;case 13:if(null!==(n=t.memoizedState))return null!==n.dehydrated?(Ao(ca,1&ca.current),t.flags|=128,null):0!=(r&t.child.childLanes)?zl(e,t,r):(Ao(ca,1&ca.current),null!==(e=Ul(e,t,r))?e.sibling:null);Ao(ca,1&ca.current);break;case 19:if(n=0!=(r&t.childLanes),0!=(128&e.flags)){if(n)return ql(e,t,r);t.flags|=128}if(null!==(o=t.memoizedState)&&(o.rendering=null,o.tail=null,o.lastEffect=null),Ao(ca,ca.current),n)break;return null;case 22:case 23:return t.lanes=0,Sl(e,t,r)}return Ul(e,t,r)}(e,t,r);_l=0!=(131072&e.flags)}else _l=!1,ii&&0!=(1048576&t.flags)&&ei(t,Go,t.index);switch(t.lanes=0,t.tag){case 2:var n=t.type;Zl(e,t),e=t.pendingProps;var o=To(t,No.current);Si(t,r),o=Ba(null,t,n,e,o,r);var a=Sa();return t.flags|=1,\"object\"==typeof o&&null!==o&&\"function\"==typeof o.render&&void 0===o.$$typeof?(t.tag=1,t.memoizedState=null,t.updateQueue=null,jo(n)?(a=!0,Fo(t)):a=!1,t.memoizedState=null!==o.state&&void 0!==o.state?o.state:null,Ti(t),o.updater=Vi,t.stateNode=o,o._reactInternals=t,Wi(t,n,e,r),t=Nl(null,t,n,!0,a,r)):(t.tag=0,ii&&a&&ti(t),kl(null,t,o,r),t=t.child),t;case 16:n=t.elementType;e:{switch(Zl(e,t),e=t.pendingProps,n=(o=n._init)(n._payload),t.type=n,o=t.tag=function(e){if(\"function\"==typeof e)return js(e)?1:0;if(null!=e){if((e=e.$$typeof)===C)return 11;if(e===O)return 14}return 2}(n),e=bi(n,e),o){case 0:t=Al(null,t,n,e,r);break e;case 1:t=Cl(null,t,n,e,r);break e;case 11:t=wl(null,t,n,e,r);break e;case 14:t=xl(null,t,n,bi(n.type,e),r);break e}throw Error(i(306,n,\"\"))}return t;case 0:return n=t.type,o=t.pendingProps,Al(e,t,n,o=t.elementType===n?o:bi(n,o),r);case 1:return n=t.type,o=t.pendingProps,Cl(e,t,n,o=t.elementType===n?o:bi(n,o),r);case 3:e:{if(Pl(t),null===e)throw Error(i(387));n=t.pendingProps,o=(a=t.memoizedState).element,ji(e,t),zi(t,n,null,r);var l=t.memoizedState;if(n=l.element,a.isDehydrated){if(a={element:n,isDehydrated:!1,cache:l.cache,pendingSuspenseBoundaries:l.pendingSuspenseBoundaries,transitions:l.transitions},t.updateQueue.baseState=a,t.memoizedState=a,256&t.flags){t=Ol(e,t,n,r,o=dl(Error(i(423)),t));break e}if(n!==o){t=Ol(e,t,n,r,o=dl(Error(i(424)),t));break e}for(oi=so(t.stateNode.containerInfo.firstChild),ni=t,ii=!0,ai=null,r=Xi(t,null,n,r),t.child=r;r;)r.flags=-3&r.flags|4096,r=r.sibling}else{if(mi(),n===o){t=Ul(e,t,r);break e}kl(e,t,n,r)}t=t.child}return t;case 5:return aa(t),null===e&&di(t),n=t.type,o=t.pendingProps,a=null!==e?e.memoizedProps:null,l=o.children,ro(n,o)?l=null:null!==a&&ro(n,a)&&(t.flags|=32),El(e,t),kl(e,t,l,r),t.child;case 6:return null===e&&di(t),null;case 13:return zl(e,t,r);case 4:return oa(t,t.stateNode.containerInfo),n=t.pendingProps,null===e?t.child=Ki(t,null,n,r):kl(e,t,n,r),t.child;case 11:return n=t.type,o=t.pendingProps,wl(e,t,n,o=t.elementType===n?o:bi(n,o),r);case 7:return kl(e,t,t.pendingProps,r),t.child;case 8:case 12:return kl(e,t,t.pendingProps.children,r),t.child;case 10:e:{if(n=t.type._context,o=t.pendingProps,a=t.memoizedProps,l=o.value,Ao(vi,n._currentValue),n._currentValue=l,null!==a)if(ln(a.value,l)){if(a.children===o.children&&!Po.current){t=Ul(e,t,r);break e}}else for(null!==(a=t.child)&&(a.return=t);null!==a;){var c=a.dependencies;if(null!==c){l=a.child;for(var s=c.firstContext;null!==s;){if(s.context===n){if(1===a.tag){(s=Mi(-1,r&-r)).tag=2;var d=a.updateQueue;if(null!==d){var u=(d=d.shared).pending;null===u?s.next=s:(s.next=u.next,u.next=s),d.pending=s}}a.lanes|=r,null!==(s=a.alternate)&&(s.lanes|=r),Bi(a.return,r,t),c.lanes|=r;break}s=s.next}}else if(10===a.tag)l=a.type===t.type?null:a.child;else if(18===a.tag){if(null===(l=a.return))throw Error(i(341));l.lanes|=r,null!==(c=l.alternate)&&(c.lanes|=r),Bi(l,r,t),l=a.sibling}else l=a.child;if(null!==l)l.return=a;else for(l=a;null!==l;){if(l===t){l=null;break}if(null!==(a=l.sibling)){a.return=l.return,l=a;break}l=l.return}a=l}kl(e,t,o.children,r),t=t.child}return t;case 9:return o=t.type,n=t.pendingProps.children,Si(t,r),n=n(o=Ei(o)),t.flags|=1,kl(e,t,n,r),t.child;case 14:return o=bi(n=t.type,t.pendingProps),xl(e,t,n,o=bi(n.type,o),r);case 15:return Bl(e,t,t.type,t.pendingProps,r);case 17:return n=t.type,o=t.pendingProps,o=t.elementType===n?o:bi(n,o),Zl(e,t),t.tag=1,jo(n)?(e=!0,Fo(t)):e=!1,Si(t,r),Zi(t,n,o),Wi(t,n,o,r),Nl(null,t,n,!0,e,r);case 19:return ql(e,t,r);case 22:return Sl(e,t,r)}throw Error(i(156,t.tag))};var $s=\"function\"==typeof reportError?reportError:function(e){console.error(e)};function Ys(e){this._internalRoot=e}function Qs(e){this._internalRoot=e}function Ks(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType)}function Xs(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType&&(8!==e.nodeType||\" react-mount-point-unstable \"!==e.nodeValue))}function Js(){}function ed(e,t,r,n,o){var i=r._reactRootContainer;if(i){var a=i;if(\"function\"==typeof o){var l=o;o=function(){var e=Us(a);l.call(e)}}Zs(t,a,e,o)}else a=function(e,t,r,n,o){if(o){if(\"function\"==typeof n){var i=n;n=function(){var e=Us(a);i.call(e)}}var a=qs(t,n,e,0,null,!1,0,\"\",Js);return e._reactRootContainer=a,e[ho]=a.current,Vn(8===e.nodeType?e.parentNode:e),us(),a}for(;o=e.lastChild;)e.removeChild(o);if(\"function\"==typeof n){var l=n;n=function(){var e=Us(c);l.call(e)}}var c=Hs(e,0,!1,null,0,!1,0,\"\",Js);return e._reactRootContainer=c,e[ho]=c.current,Vn(8===e.nodeType?e.parentNode:e),us((function(){Zs(t,c,r,n)})),c}(r,t,e,o,n);return Us(a)}Qs.prototype.render=Ys.prototype.render=function(e){var t=this._internalRoot;if(null===t)throw Error(i(409));Zs(e,t,null,null)},Qs.prototype.unmount=Ys.prototype.unmount=function(){var e=this._internalRoot;if(null!==e){this._internalRoot=null;var t=e.containerInfo;us((function(){Zs(null,e,null,null)})),t[ho]=null}},Qs.prototype.unstable_scheduleHydration=function(e){if(e){var t=Bt();e={blockedOn:null,target:e,priority:t};for(var r=0;r<jt.length&&0!==t&&t<jt[r].priority;r++);jt.splice(r,0,e),0===r&&Ft(e)}},kt=function(e){switch(e.tag){case 3:var t=e.stateNode;if(t.current.memoizedState.isDehydrated){var r=ut(t.pendingLanes);0!==r&&(vt(t,1|r),os(t,Ke()),0==(6&Nc)&&(qc=Ke()+500,qo()))}break;case 13:us((function(){var t=Pi(e,1);if(null!==t){var r=ts();ns(t,e,1,r)}})),Gs(e,1)}},wt=function(e){if(13===e.tag){var t=Pi(e,134217728);if(null!==t)ns(t,e,134217728,ts());Gs(e,134217728)}},xt=function(e){if(13===e.tag){var t=rs(e),r=Pi(e,t);if(null!==r)ns(r,e,t,ts());Gs(e,t)}},Bt=function(){return yt},St=function(e,t){var r=yt;try{return yt=e,t()}finally{yt=r}},we=function(e,t,r){switch(t){case\"input\":if(X(e,r),t=r.name,\"radio\"===r.type&&null!=t){for(r=e;r.parentNode;)r=r.parentNode;for(r=r.querySelectorAll(\"input[name=\"+JSON.stringify(\"\"+t)+'][type=\"radio\"]'),t=0;t<r.length;t++){var n=r[t];if(n!==e&&n.form===e.form){var o=wo(n);if(!o)throw Error(i(90));G(n),X(n,o)}}}break;case\"textarea\":ie(e,r);break;case\"select\":null!=(t=r.value)&&re(e,!!r.multiple,t,!1)}},Ce=ds,Ne=us;var td={usingClientEntryPoint:!1,Events:[_o,ko,wo,Ee,Ae,ds]},rd={findFiberByHostInstance:yo,bundleType:0,version:\"18.2.0\",rendererPackageName:\"react-dom\"},nd={bundleType:rd.bundleType,version:rd.version,rendererPackageName:rd.rendererPackageName,rendererConfig:rd.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:_.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return null===(e=Ue(e))?null:e.stateNode},findFiberByHostInstance:rd.findFiberByHostInstance||function(){return null},findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:\"18.2.0-next-9e3b772b8-20220608\"};if(\"undefined\"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__){var od=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!od.isDisabled&&od.supportsFiber)try{ot=od.inject(nd),it=od}catch(de){}}t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=td,t.createPortal=function(e,t){var r=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;if(!Ks(t))throw Error(i(200));return function(e,t,r){var n=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:w,key:null==n?null:\"\"+n,children:e,containerInfo:t,implementation:r}}(e,t,null,r)},t.createRoot=function(e,t){if(!Ks(e))throw Error(i(299));var r=!1,n=\"\",o=$s;return null!=t&&(!0===t.unstable_strictMode&&(r=!0),void 0!==t.identifierPrefix&&(n=t.identifierPrefix),void 0!==t.onRecoverableError&&(o=t.onRecoverableError)),t=Hs(e,1,!1,null,0,r,0,n,o),e[ho]=t.current,Vn(8===e.nodeType?e.parentNode:e),new Ys(t)},t.findDOMNode=function(e){if(null==e)return null;if(1===e.nodeType)return e;var t=e._reactInternals;if(void 0===t){if(\"function\"==typeof e.render)throw Error(i(188));throw e=Object.keys(e).join(\",\"),Error(i(268,e))}return e=null===(e=Ue(t))?null:e.stateNode},t.flushSync=function(e){return us(e)},t.hydrate=function(e,t,r){if(!Xs(t))throw Error(i(200));return ed(null,e,t,!0,r)},t.hydrateRoot=function(e,t,r){if(!Ks(e))throw Error(i(405));var n=null!=r&&r.hydratedSources||null,o=!1,a=\"\",l=$s;if(null!=r&&(!0===r.unstable_strictMode&&(o=!0),void 0!==r.identifierPrefix&&(a=r.identifierPrefix),void 0!==r.onRecoverableError&&(l=r.onRecoverableError)),t=qs(t,null,e,1,null!=r?r:null,o,0,a,l),e[ho]=t.current,Vn(e),n)for(e=0;e<n.length;e++)o=(o=(r=n[e])._getVersion)(r._source),null==t.mutableSourceEagerHydrationData?t.mutableSourceEagerHydrationData=[r,o]:t.mutableSourceEagerHydrationData.push(r,o);return new Qs(t)},t.render=function(e,t,r){if(!Xs(t))throw Error(i(200));return ed(null,e,t,!1,r)},t.unmountComponentAtNode=function(e){if(!Xs(e))throw Error(i(40));return!!e._reactRootContainer&&(us((function(){ed(null,null,e,!1,(function(){e._reactRootContainer=null,e[ho]=null}))})),!0)},t.unstable_batchedUpdates=ds,t.unstable_renderSubtreeIntoContainer=function(e,t,r,n){if(!Xs(r))throw Error(i(200));if(null==e||void 0===e._reactInternals)throw Error(i(38));return ed(e,t,r,!1,n)},t.version=\"18.2.0-next-9e3b772b8-20220608\"},3935:(e,t,r)=>{\"use strict\";!function e(){if(\"undefined\"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&\"function\"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE)try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(e){console.error(e)}}(),e.exports=r(4448)},9590:e=>{var t=\"undefined\"!=typeof Element,r=\"function\"==typeof Map,n=\"function\"==typeof Set,o=\"function\"==typeof ArrayBuffer&&!!ArrayBuffer.isView;function i(e,a){if(e===a)return!0;if(e&&a&&\"object\"==typeof e&&\"object\"==typeof a){if(e.constructor!==a.constructor)return!1;var l,c,s,d;if(Array.isArray(e)){if((l=e.length)!=a.length)return!1;for(c=l;0!=c--;)if(!i(e[c],a[c]))return!1;return!0}if(r&&e instanceof Map&&a instanceof Map){if(e.size!==a.size)return!1;for(d=e.entries();!(c=d.next()).done;)if(!a.has(c.value[0]))return!1;for(d=e.entries();!(c=d.next()).done;)if(!i(c.value[1],a.get(c.value[0])))return!1;return!0}if(n&&e instanceof Set&&a instanceof Set){if(e.size!==a.size)return!1;for(d=e.entries();!(c=d.next()).done;)if(!a.has(c.value[0]))return!1;return!0}if(o&&ArrayBuffer.isView(e)&&ArrayBuffer.isView(a)){if((l=e.length)!=a.length)return!1;for(c=l;0!=c--;)if(e[c]!==a[c])return!1;return!0}if(e.constructor===RegExp)return e.source===a.source&&e.flags===a.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===a.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===a.toString();if((l=(s=Object.keys(e)).length)!==Object.keys(a).length)return!1;for(c=l;0!=c--;)if(!Object.prototype.hasOwnProperty.call(a,s[c]))return!1;if(t&&e instanceof Element)return!1;for(c=l;0!=c--;)if((\"_owner\"!==s[c]&&\"__v\"!==s[c]&&\"__o\"!==s[c]||!e.$$typeof)&&!i(e[s[c]],a[s[c]]))return!1;return!0}return e!=e&&a!=a}e.exports=function(e,t){try{return i(e,t)}catch(e){if((e.message||\"\").match(/stack|recursion/i))return console.warn(\"react-fast-compare cannot handle circular refs\"),!1;throw e}}},722:(e,t,r)=>{\"use strict\";function n(e){return n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e},n(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var o,i=function(e){if(e&&e.__esModule)return e;if(null===e||\"object\"!==n(e)&&\"function\"!=typeof e)return{default:e};var t=c();if(t&&t.has(e))return t.get(e);var r={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var a=o?Object.getOwnPropertyDescriptor(e,i):null;a&&(a.get||a.set)?Object.defineProperty(r,i,a):r[i]=e[i]}r.default=e,t&&t.set(e,r);return r}(r(7294)),a=(o=r(9590))&&o.__esModule?o:{default:o},l=r(5741);function c(){if(\"function\"!=typeof WeakMap)return null;var e=new WeakMap;return c=function(){return e},e}function s(){return s=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},s.apply(this,arguments)}function d(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function u(e,t){return u=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},u(e,t)}function p(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=m(e);if(t){var i=m(this).constructor;r=Reflect.construct(o,arguments,i)}else r=o.apply(this,arguments);return function(e,t){if(t&&(\"object\"===n(t)||\"function\"==typeof t))return t;return f(e)}(this,r)}}function f(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function m(e){return m=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},m(e)}function h(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var g=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&u(e,t)}(l,e);var t,r,n,o=p(l);function l(){var e;!function(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}(this,l);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return h(f(e=o.call.apply(o,[this].concat(r))),\"mounted\",!1),h(f(e),\"isReady\",!1),h(f(e),\"isPlaying\",!1),h(f(e),\"isLoading\",!0),h(f(e),\"loadOnReady\",null),h(f(e),\"startOnPlay\",!0),h(f(e),\"seekOnPlay\",null),h(f(e),\"onDurationCalled\",!1),h(f(e),\"handlePlayerMount\",(function(t){e.player=t,e.player.load(e.props.url),e.progress()})),h(f(e),\"getInternalPlayer\",(function(t){return e.player?e.player[t]:null})),h(f(e),\"progress\",(function(){if(e.props.url&&e.player&&e.isReady){var t=e.getCurrentTime()||0,r=e.getSecondsLoaded(),n=e.getDuration();if(n){var o={playedSeconds:t,played:t/n};null!==r&&(o.loadedSeconds=r,o.loaded=r/n),o.playedSeconds===e.prevPlayed&&o.loadedSeconds===e.prevLoaded||e.props.onProgress(o),e.prevPlayed=o.playedSeconds,e.prevLoaded=o.loadedSeconds}}e.progressTimeout=setTimeout(e.progress,e.props.progressFrequency||e.props.progressInterval)})),h(f(e),\"handleReady\",(function(){if(e.mounted){e.isReady=!0,e.isLoading=!1;var t=e.props,r=t.onReady,n=t.playing,o=t.volume,i=t.muted;r(),i||null===o||e.player.setVolume(o),e.loadOnReady?(e.player.load(e.loadOnReady,!0),e.loadOnReady=null):n&&e.player.play(),e.handleDurationCheck()}})),h(f(e),\"handlePlay\",(function(){e.isPlaying=!0,e.isLoading=!1;var t=e.props,r=t.onStart,n=t.onPlay,o=t.playbackRate;e.startOnPlay&&(e.player.setPlaybackRate&&1!==o&&e.player.setPlaybackRate(o),r(),e.startOnPlay=!1),n(),e.seekOnPlay&&(e.seekTo(e.seekOnPlay),e.seekOnPlay=null),e.handleDurationCheck()})),h(f(e),\"handlePause\",(function(t){e.isPlaying=!1,e.isLoading||e.props.onPause(t)})),h(f(e),\"handleEnded\",(function(){var t=e.props,r=t.activePlayer,n=t.loop,o=t.onEnded;r.loopOnEnded&&n&&e.seekTo(0),n||(e.isPlaying=!1,o())})),h(f(e),\"handleError\",(function(){var t;e.isLoading=!1,(t=e.props).onError.apply(t,arguments)})),h(f(e),\"handleDurationCheck\",(function(){clearTimeout(e.durationCheckTimeout);var t=e.getDuration();t?e.onDurationCalled||(e.props.onDuration(t),e.onDurationCalled=!0):e.durationCheckTimeout=setTimeout(e.handleDurationCheck,100)})),h(f(e),\"handleLoaded\",(function(){e.isLoading=!1})),e}return t=l,r=[{key:\"componentDidMount\",value:function(){this.mounted=!0}},{key:\"componentWillUnmount\",value:function(){clearTimeout(this.progressTimeout),clearTimeout(this.durationCheckTimeout),this.isReady&&this.props.stopOnUnmount&&(this.player.stop(),this.player.disablePIP&&this.player.disablePIP()),this.mounted=!1}},{key:\"componentDidUpdate\",value:function(e){var t=this;if(this.player){var r=this.props,n=r.url,o=r.playing,i=r.volume,l=r.muted,c=r.playbackRate,s=r.pip,d=r.loop,u=r.activePlayer;if(!(0,a.default)(e.url,n)){if(this.isLoading&&!u.forceLoad)return console.warn(\"ReactPlayer: the attempt to load \".concat(n,\" is being deferred until the player has loaded\")),void(this.loadOnReady=n);this.isLoading=!0,this.startOnPlay=!0,this.onDurationCalled=!1,this.player.load(n,this.isReady)}e.playing||!o||this.isPlaying||this.player.play(),e.playing&&!o&&this.isPlaying&&this.player.pause(),!e.pip&&s&&this.player.enablePIP&&this.player.enablePIP(),e.pip&&!s&&this.player.disablePIP&&this.player.disablePIP(),e.volume!==i&&null!==i&&this.player.setVolume(i),e.muted!==l&&(l?this.player.mute():(this.player.unmute(),null!==i&&setTimeout((function(){return t.player.setVolume(i)})))),e.playbackRate!==c&&this.player.setPlaybackRate&&this.player.setPlaybackRate(c),e.loop!==d&&this.player.setLoop&&this.player.setLoop(d)}}},{key:\"getDuration\",value:function(){return this.isReady?this.player.getDuration():null}},{key:\"getCurrentTime\",value:function(){return this.isReady?this.player.getCurrentTime():null}},{key:\"getSecondsLoaded\",value:function(){return this.isReady?this.player.getSecondsLoaded():null}},{key:\"seekTo\",value:function(e,t){var r=this;if(!this.isReady&&0!==e)return this.seekOnPlay=e,void setTimeout((function(){r.seekOnPlay=null}),5e3);if(t?\"fraction\"===t:e>0&&e<1){var n=this.player.getDuration();return n?void this.player.seekTo(n*e):void console.warn(\"ReactPlayer: could not seek using fraction – duration not yet available\")}this.player.seekTo(e)}},{key:\"render\",value:function(){var e=this.props.activePlayer;return e?i.default.createElement(e,s({},this.props,{onMount:this.handlePlayerMount,onReady:this.handleReady,onPlay:this.handlePlay,onPause:this.handlePause,onEnded:this.handleEnded,onLoaded:this.handleLoaded,onError:this.handleError})):null}}],r&&d(t.prototype,r),n&&d(t,n),l}(i.Component);t.default=g,h(g,\"displayName\",\"Player\"),h(g,\"propTypes\",l.propTypes),h(g,\"defaultProps\",l.defaultProps)},3855:(e,t,r)=>{\"use strict\";function n(e){return n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e},n(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var o=function(e){if(e&&e.__esModule)return e;if(null===e||\"object\"!==n(e)&&\"function\"!=typeof e)return{default:e};var t=i();if(t&&t.has(e))return t.get(e);var r={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var l=o?Object.getOwnPropertyDescriptor(e,a):null;l&&(l.get||l.set)?Object.defineProperty(r,a,l):r[a]=e[a]}r.default=e,t&&t.set(e,r);return r}(r(7294));function i(){if(\"function\"!=typeof WeakMap)return null;var e=new WeakMap;return i=function(){return e},e}function a(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function l(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?a(Object(r),!0).forEach((function(t){f(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):a(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function c(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function s(e,t){return s=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},s(e,t)}function d(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=p(e);if(t){var i=p(this).constructor;r=Reflect.construct(o,arguments,i)}else r=o.apply(this,arguments);return function(e,t){if(t&&(\"object\"===n(t)||\"function\"==typeof t))return t;return u(e)}(this,r)}}function u(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function p(e){return p=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},p(e)}function f(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var m=\"64px\",h={},g=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&s(e,t)}(a,e);var t,r,n,i=d(a);function a(){var e;!function(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}(this,a);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return f(u(e=i.call.apply(i,[this].concat(r))),\"mounted\",!1),f(u(e),\"state\",{image:null}),f(u(e),\"handleKeyPress\",(function(t){\"Enter\"!==t.key&&\" \"!==t.key||e.props.onClick()})),e}return t=a,(r=[{key:\"componentDidMount\",value:function(){this.mounted=!0,this.fetchImage(this.props)}},{key:\"componentDidUpdate\",value:function(e){var t=this.props,r=t.url,n=t.light;e.url===r&&e.light===n||this.fetchImage(this.props)}},{key:\"componentWillUnmount\",value:function(){this.mounted=!1}},{key:\"fetchImage\",value:function(e){var t=this,r=e.url,n=e.light;if(\"string\"!=typeof n){if(!h[r])return this.setState({image:null}),window.fetch(\"https://noembed.com/embed?url=\".concat(r)).then((function(e){return e.json()})).then((function(e){if(e.thumbnail_url&&t.mounted){var n=e.thumbnail_url.replace(\"height=100\",\"height=480\");t.setState({image:n}),h[r]=n}}));this.setState({image:h[r]})}else this.setState({image:n})}},{key:\"render\",value:function(){var e=this.props,t=e.onClick,r=e.playIcon,n=e.previewTabIndex,i=this.state.image,a={display:\"flex\",alignItems:\"center\",justifyContent:\"center\"},c={preview:l({width:\"100%\",height:\"100%\",backgroundImage:i?\"url(\".concat(i,\")\"):void 0,backgroundSize:\"cover\",backgroundPosition:\"center\",cursor:\"pointer\"},a),shadow:l({background:\"radial-gradient(rgb(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 60%)\",borderRadius:m,width:m,height:m},a),playIcon:{borderStyle:\"solid\",borderWidth:\"16px 0 16px 26px\",borderColor:\"transparent transparent transparent white\",marginLeft:\"7px\"}},s=o.default.createElement(\"div\",{style:c.shadow,className:\"react-player__shadow\"},o.default.createElement(\"div\",{style:c.playIcon,className:\"react-player__play-icon\"}));return o.default.createElement(\"div\",{style:c.preview,className:\"react-player__preview\",onClick:t,tabIndex:n,onKeyPress:this.handleKeyPress},r||s)}}])&&c(t.prototype,r),n&&c(t,n),a}(o.Component);t.default=g},390:(e,t,r)=>{\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.createReactPlayer=void 0;var n=B(r(7294)),o=d(r(9996)),i=d(r(845)),a=d(r(9590)),l=r(5741),c=r(8045),s=d(r(722));function d(e){return e&&e.__esModule?e:{default:e}}function u(e){return u=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e},u(e)}function p(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function f(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?p(Object(r),!0).forEach((function(t){w(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):p(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function m(){return m=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},m.apply(this,arguments)}function h(e){return function(e){if(Array.isArray(e))return g(e)}(e)||function(e){if(\"undefined\"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if(\"string\"==typeof e)return g(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);\"Object\"===r&&e.constructor&&(r=e.constructor.name);if(\"Map\"===r||\"Set\"===r)return Array.from(e);if(\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return g(e,t)}(e)||function(){throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}()}function g(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function b(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function v(e,t){return v=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},v(e,t)}function y(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=k(e);if(t){var o=k(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return function(e,t){if(t&&(\"object\"===u(t)||\"function\"==typeof t))return t;return _(e)}(this,r)}}function _(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function k(e){return k=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},k(e)}function w(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function x(){if(\"function\"!=typeof WeakMap)return null;var e=new WeakMap;return x=function(){return e},e}function B(e){if(e&&e.__esModule)return e;if(null===e||\"object\"!==u(e)&&\"function\"!=typeof e)return{default:e};var t=x();if(t&&t.has(e))return t.get(e);var r={},n=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var o in e)if(Object.prototype.hasOwnProperty.call(e,o)){var i=n?Object.getOwnPropertyDescriptor(e,o):null;i&&(i.get||i.set)?Object.defineProperty(r,o,i):r[o]=e[o]}return r.default=e,t&&t.set(e,r),r}var S=(0,n.lazy)((function(){return Promise.resolve().then((function(){return B(r(3855))}))})),E=\"undefined\"!=typeof window&&window.document,A=void 0!==r.g&&r.g.window&&r.g.window.document,C=Object.keys(l.propTypes),N=E||A?n.Suspense:function(){return null},P=[];t.createReactPlayer=function(e,t){var r,d;return d=r=function(r){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&v(e,t)}(k,r);var d,u,p,g=y(k);function k(){var r;!function(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}(this,k);for(var a=arguments.length,d=new Array(a),u=0;u<a;u++)d[u]=arguments[u];return w(_(r=g.call.apply(g,[this].concat(d))),\"state\",{showPreview:!!r.props.light}),w(_(r),\"references\",{wrapper:function(e){r.wrapper=e},player:function(e){r.player=e}}),w(_(r),\"handleClickPreview\",(function(e){r.setState({showPreview:!1}),r.props.onClickPreview(e)})),w(_(r),\"showPreview\",(function(){r.setState({showPreview:!0})})),w(_(r),\"getDuration\",(function(){return r.player?r.player.getDuration():null})),w(_(r),\"getCurrentTime\",(function(){return r.player?r.player.getCurrentTime():null})),w(_(r),\"getSecondsLoaded\",(function(){return r.player?r.player.getSecondsLoaded():null})),w(_(r),\"getInternalPlayer\",(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:\"player\";return r.player?r.player.getInternalPlayer(e):null})),w(_(r),\"seekTo\",(function(e,t){if(!r.player)return null;r.player.seekTo(e,t)})),w(_(r),\"handleReady\",(function(){r.props.onReady(_(r))})),w(_(r),\"getActivePlayer\",(0,i.default)((function(r){for(var n=0,o=[].concat(P,h(e));n<o.length;n++){var i=o[n];if(i.canPlay(r))return i}return t||null}))),w(_(r),\"getConfig\",(0,i.default)((function(e,t){var n=r.props.config;return o.default.all([l.defaultProps.config,l.defaultProps.config[t]||{},n,n[t]||{}])}))),w(_(r),\"getAttributes\",(0,i.default)((function(e){return(0,c.omit)(r.props,C)}))),w(_(r),\"renderActivePlayer\",(function(e){if(!e)return null;var t=r.getActivePlayer(e);if(!t)return null;var o=r.getConfig(e,t.key);return n.default.createElement(s.default,m({},r.props,{key:t.key,ref:r.references.player,config:o,activePlayer:t.lazyPlayer||t,onReady:r.handleReady}))})),r}return d=k,u=[{key:\"shouldComponentUpdate\",value:function(e,t){return!(0,a.default)(this.props,e)||!(0,a.default)(this.state,t)}},{key:\"componentDidUpdate\",value:function(e){var t=this.props.light;!e.light&&t&&this.setState({showPreview:!0}),e.light&&!t&&this.setState({showPreview:!1})}},{key:\"renderPreview\",value:function(e){if(!e)return null;var t=this.props,r=t.light,o=t.playIcon,i=t.previewTabIndex;return n.default.createElement(S,{url:e,light:r,playIcon:o,previewTabIndex:i,onClick:this.handleClickPreview})}},{key:\"render\",value:function(){var e=this.props,t=e.url,r=e.style,o=e.width,i=e.height,a=e.fallback,l=e.wrapper,c=this.state.showPreview,s=this.getAttributes(t);return n.default.createElement(l,m({ref:this.references.wrapper,style:f(f({},r),{},{width:o,height:i})},s),n.default.createElement(N,{fallback:a},c?this.renderPreview(t):this.renderActivePlayer(t)))}}],u&&b(d.prototype,u),p&&b(d,p),k}(n.Component),w(r,\"displayName\",\"ReactPlayer\"),w(r,\"propTypes\",l.propTypes),w(r,\"defaultProps\",l.defaultProps),w(r,\"addCustomPlayer\",(function(e){P.push(e)})),w(r,\"removeCustomPlayers\",(function(){P.length=0})),w(r,\"canPlay\",(function(t){for(var r=0,n=[].concat(P,h(e));r<n.length;r++){if(n[r].canPlay(t))return!0}return!1})),w(r,\"canEnablePIP\",(function(t){for(var r=0,n=[].concat(P,h(e));r<n.length;r++){var o=n[r];if(o.canEnablePIP&&o.canEnablePIP(t))return!0}return!1})),d}},2004:(e,t,r)=>{\"use strict\";t.Z=void 0;var n,o=(n=r(6497))&&n.__esModule?n:{default:n},i=r(390);var a=o.default[o.default.length-1],l=(0,i.createReactPlayer)(o.default,a);t.Z=l},1776:(e,t,r)=>{\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.canPlay=t.FLV_EXTENSIONS=t.DASH_EXTENSIONS=t.HLS_EXTENSIONS=t.VIDEO_EXTENSIONS=t.AUDIO_EXTENSIONS=t.MATCH_URL_KALTURA=t.MATCH_URL_VIDYARD=t.MATCH_URL_MIXCLOUD=t.MATCH_URL_DAILYMOTION=t.MATCH_URL_TWITCH_CHANNEL=t.MATCH_URL_TWITCH_VIDEO=t.MATCH_URL_WISTIA=t.MATCH_URL_STREAMABLE=t.MATCH_URL_FACEBOOK_WATCH=t.MATCH_URL_FACEBOOK=t.MATCH_URL_VIMEO=t.MATCH_URL_SOUNDCLOUD=t.MATCH_URL_YOUTUBE=void 0;var n=r(8045);function o(e,t){var r;if(\"undefined\"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(r=function(e,t){if(!e)return;if(\"string\"==typeof e)return i(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);\"Object\"===r&&e.constructor&&(r=e.constructor.name);if(\"Map\"===r||\"Set\"===r)return Array.from(e);if(\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return i(e,t)}(e))||t&&e&&\"number\"==typeof e.length){r&&(e=r);var n=0,o=function(){};return{s:o,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:o}}throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}var a,l=!0,c=!1;return{s:function(){r=e[Symbol.iterator]()},n:function(){var e=r.next();return l=e.done,e},e:function(e){c=!0,a=e},f:function(){try{l||null==r.return||r.return()}finally{if(c)throw a}}}}function i(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var a=/(?:youtu\\.be\\/|youtube(?:-nocookie)?\\.com\\/(?:embed\\/|v\\/|watch\\/|watch\\?v=|watch\\?.+&v=))((\\w|-){11})|youtube\\.com\\/playlist\\?list=|youtube\\.com\\/user\\//;t.MATCH_URL_YOUTUBE=a;var l=/(?:soundcloud\\.com|snd\\.sc)\\/[^.]+$/;t.MATCH_URL_SOUNDCLOUD=l;var c=/vimeo\\.com\\/.+/;t.MATCH_URL_VIMEO=c;var s=/^https?:\\/\\/(www\\.)?facebook\\.com.*\\/(video(s)?|watch|story)(\\.php?|\\/).+$/;t.MATCH_URL_FACEBOOK=s;var d=/^https?:\\/\\/fb\\.watch\\/.+$/;t.MATCH_URL_FACEBOOK_WATCH=d;var u=/streamable\\.com\\/([a-z0-9]+)$/;t.MATCH_URL_STREAMABLE=u;var p=/(?:wistia\\.(?:com|net)|wi\\.st)\\/(?:medias|embed)\\/(?:iframe\\/)?(.*)$/;t.MATCH_URL_WISTIA=p;var f=/(?:www\\.|go\\.)?twitch\\.tv\\/videos\\/(\\d+)($|\\?)/;t.MATCH_URL_TWITCH_VIDEO=f;var m=/(?:www\\.|go\\.)?twitch\\.tv\\/([a-zA-Z0-9_]+)($|\\?)/;t.MATCH_URL_TWITCH_CHANNEL=m;var h=/^(?:(?:https?):)?(?:\\/\\/)?(?:www\\.)?(?:(?:dailymotion\\.com(?:\\/embed)?\\/video)|dai\\.ly)\\/([a-zA-Z0-9]+)(?:_[\\w_-]+)?$/;t.MATCH_URL_DAILYMOTION=h;var g=/mixcloud\\.com\\/([^/]+\\/[^/]+)/;t.MATCH_URL_MIXCLOUD=g;var b=/vidyard.com\\/(?:watch\\/)?([a-zA-Z0-9-]+)/;t.MATCH_URL_VIDYARD=b;var v=/^https?:\\/\\/[a-zA-Z]+\\.kaltura.(com|org)\\/p\\/([0-9]+)\\/sp\\/([0-9]+)00\\/embedIframeJs\\/uiconf_id\\/([0-9]+)\\/partner_id\\/([0-9]+)(.*)entry_id.([a-zA-Z0-9-_]+)$/;t.MATCH_URL_KALTURA=v;var y=/\\.(m4a|mp4a|mpga|mp2|mp2a|mp3|m2a|m3a|wav|weba|aac|oga|spx)($|\\?)/i;t.AUDIO_EXTENSIONS=y;var _=/\\.(mp4|og[gv]|webm|mov|m4v)($|\\?)/i;t.VIDEO_EXTENSIONS=_;var k=/\\.(m3u8)($|\\?)/i;t.HLS_EXTENSIONS=k;var w=/\\.(mpd)($|\\?)/i;t.DASH_EXTENSIONS=w;var x=/\\.(flv)($|\\?)/i;t.FLV_EXTENSIONS=x;var B={youtube:function(e){return e instanceof Array?e.every((function(e){return a.test(e)})):a.test(e)},soundcloud:function(e){return l.test(e)&&!y.test(e)},vimeo:function(e){return c.test(e)&&!_.test(e)&&!k.test(e)},facebook:function(e){return s.test(e)||d.test(e)},streamable:function(e){return u.test(e)},wistia:function(e){return p.test(e)},twitch:function(e){return f.test(e)||m.test(e)},dailymotion:function(e){return h.test(e)},mixcloud:function(e){return g.test(e)},vidyard:function(e){return b.test(e)},kaltura:function(e){return v.test(e)},file:function e(t){if(t instanceof Array){var r,i=o(t);try{for(i.s();!(r=i.n()).done;){var a=r.value;if(\"string\"==typeof a&&e(a))return!0;if(e(a.src))return!0}}catch(e){i.e(e)}finally{i.f()}return!1}return!(!(0,n.isMediaStream)(t)&&!(0,n.isBlobUrl)(t))||(y.test(t)||_.test(t)||k.test(t)||w.test(t)||x.test(t))}};t.canPlay=B},6807:(e,t,r)=>{\"use strict\";function n(e){return n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e},n(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var o=function(e){if(e&&e.__esModule)return e;if(null===e||\"object\"!==n(e)&&\"function\"!=typeof e)return{default:e};var t=l();if(t&&t.has(e))return t.get(e);var r={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var a=o?Object.getOwnPropertyDescriptor(e,i):null;a&&(a.get||a.set)?Object.defineProperty(r,i,a):r[i]=e[i]}r.default=e,t&&t.set(e,r);return r}(r(7294)),i=r(8045),a=r(1776);function l(){if(\"function\"!=typeof WeakMap)return null;var e=new WeakMap;return l=function(){return e},e}function c(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function s(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?c(Object(r),!0).forEach((function(t){b(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):c(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function d(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if(\"undefined\"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var r=[],n=!0,o=!1,i=void 0;try{for(var a,l=e[Symbol.iterator]();!(n=(a=l.next()).done)&&(r.push(a.value),!t||r.length!==t);n=!0);}catch(e){o=!0,i=e}finally{try{n||null==l.return||l.return()}finally{if(o)throw i}}return r}(e,t)||function(e,t){if(!e)return;if(\"string\"==typeof e)return u(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);\"Object\"===r&&e.constructor&&(r=e.constructor.name);if(\"Map\"===r||\"Set\"===r)return Array.from(e);if(\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return u(e,t)}(e,t)||function(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}()}function u(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function p(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function f(e,t){return f=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},f(e,t)}function m(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=g(e);if(t){var i=g(this).constructor;r=Reflect.construct(o,arguments,i)}else r=o.apply(this,arguments);return function(e,t){if(t&&(\"object\"===n(t)||\"function\"==typeof t))return t;return h(e)}(this,r)}}function h(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function g(e){return g=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},g(e)}function b(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var v=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&f(e,t)}(c,e);var t,r,n,l=m(c);function c(){var e;!function(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}(this,c);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return b(h(e=l.call.apply(l,[this].concat(r))),\"callPlayer\",i.callPlayer),b(h(e),\"onDurationChange\",(function(){var t=e.getDuration();e.props.onDuration(t)})),b(h(e),\"mute\",(function(){e.callPlayer(\"setMuted\",!0)})),b(h(e),\"unmute\",(function(){e.callPlayer(\"setMuted\",!1)})),b(h(e),\"ref\",(function(t){e.container=t})),e}return t=c,(r=[{key:\"componentDidMount\",value:function(){this.props.onMount&&this.props.onMount(this)}},{key:\"load\",value:function(e){var t=this,r=this.props,n=r.controls,o=r.config,l=r.onError,c=r.playing,u=d(e.match(a.MATCH_URL_DAILYMOTION),2)[1];this.player?this.player.load(u,{start:(0,i.parseStartTime)(e),autoplay:c}):(0,i.getSDK)(\"https://api.dmcdn.net/all.js\",\"DM\",\"dmAsyncInit\",(function(e){return e.player})).then((function(r){if(t.container){var a=r.player;t.player=new a(t.container,{width:\"100%\",height:\"100%\",video:u,params:s({controls:n,autoplay:t.props.playing,mute:t.props.muted,start:(0,i.parseStartTime)(e),origin:window.location.origin},o.params),events:{apiready:t.props.onReady,seeked:function(){return t.props.onSeek(t.player.currentTime)},video_end:t.props.onEnded,durationchange:t.onDurationChange,pause:t.props.onPause,playing:t.props.onPlay,waiting:t.props.onBuffer,error:function(e){return l(e)}}})}}),l)}},{key:\"play\",value:function(){this.callPlayer(\"play\")}},{key:\"pause\",value:function(){this.callPlayer(\"pause\")}},{key:\"stop\",value:function(){}},{key:\"seekTo\",value:function(e){this.callPlayer(\"seek\",e)}},{key:\"setVolume\",value:function(e){this.callPlayer(\"setVolume\",e)}},{key:\"getDuration\",value:function(){return this.player.duration||null}},{key:\"getCurrentTime\",value:function(){return this.player.currentTime}},{key:\"getSecondsLoaded\",value:function(){return this.player.bufferedTime}},{key:\"render\",value:function(){var e={width:\"100%\",height:\"100%\",display:this.props.display};return o.default.createElement(\"div\",{style:e},o.default.createElement(\"div\",{ref:this.ref}))}}])&&p(t.prototype,r),n&&p(t,n),c}(o.Component);t.default=v,b(v,\"displayName\",\"DailyMotion\"),b(v,\"canPlay\",a.canPlay.dailymotion),b(v,\"loopOnEnded\",!0)},1972:(e,t,r)=>{\"use strict\";function n(e){return n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e},n(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var o=function(e){if(e&&e.__esModule)return e;if(null===e||\"object\"!==n(e)&&\"function\"!=typeof e)return{default:e};var t=l();if(t&&t.has(e))return t.get(e);var r={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var a=o?Object.getOwnPropertyDescriptor(e,i):null;a&&(a.get||a.set)?Object.defineProperty(r,i,a):r[i]=e[i]}r.default=e,t&&t.set(e,r);return r}(r(7294)),i=r(8045),a=r(1776);function l(){if(\"function\"!=typeof WeakMap)return null;var e=new WeakMap;return l=function(){return e},e}function c(){return c=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},c.apply(this,arguments)}function s(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function d(e,t){return d=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},d(e,t)}function u(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=f(e);if(t){var i=f(this).constructor;r=Reflect.construct(o,arguments,i)}else r=o.apply(this,arguments);return function(e,t){if(t&&(\"object\"===n(t)||\"function\"==typeof t))return t;return p(e)}(this,r)}}function p(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function f(e){return f=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},f(e)}function m(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var h=\"https://connect.facebook.net/en_US/sdk.js\",g=\"fbAsyncInit\",b=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&d(e,t)}(l,e);var t,r,n,a=u(l);function l(){var e;!function(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}(this,l);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return m(p(e=a.call.apply(a,[this].concat(r))),\"callPlayer\",i.callPlayer),m(p(e),\"playerID\",e.props.config.playerId||\"\".concat(\"facebook-player-\").concat((0,i.randomString)())),m(p(e),\"mute\",(function(){e.callPlayer(\"mute\")})),m(p(e),\"unmute\",(function(){e.callPlayer(\"unmute\")})),e}return t=l,(r=[{key:\"componentDidMount\",value:function(){this.props.onMount&&this.props.onMount(this)}},{key:\"load\",value:function(e,t){var r=this;t?(0,i.getSDK)(h,\"FB\",g).then((function(e){return e.XFBML.parse()})):(0,i.getSDK)(h,\"FB\",g).then((function(e){e.init({appId:r.props.config.appId,xfbml:!0,version:r.props.config.version}),e.Event.subscribe(\"xfbml.render\",(function(e){r.props.onLoaded()})),e.Event.subscribe(\"xfbml.ready\",(function(e){\"video\"===e.type&&e.id===r.playerID&&(r.player=e.instance,r.player.subscribe(\"startedPlaying\",r.props.onPlay),r.player.subscribe(\"paused\",r.props.onPause),r.player.subscribe(\"finishedPlaying\",r.props.onEnded),r.player.subscribe(\"startedBuffering\",r.props.onBuffer),r.player.subscribe(\"finishedBuffering\",r.props.onBufferEnd),r.player.subscribe(\"error\",r.props.onError),r.props.muted?r.callPlayer(\"mute\"):r.callPlayer(\"unmute\"),r.props.onReady(),document.getElementById(r.playerID).querySelector(\"iframe\").style.visibility=\"visible\")}))}))}},{key:\"play\",value:function(){this.callPlayer(\"play\")}},{key:\"pause\",value:function(){this.callPlayer(\"pause\")}},{key:\"stop\",value:function(){}},{key:\"seekTo\",value:function(e){this.callPlayer(\"seek\",e)}},{key:\"setVolume\",value:function(e){this.callPlayer(\"setVolume\",e)}},{key:\"getDuration\",value:function(){return this.callPlayer(\"getDuration\")}},{key:\"getCurrentTime\",value:function(){return this.callPlayer(\"getCurrentPosition\")}},{key:\"getSecondsLoaded\",value:function(){return null}},{key:\"render\",value:function(){var e=this.props.config.attributes;return o.default.createElement(\"div\",c({style:{width:\"100%\",height:\"100%\"},id:this.playerID,className:\"fb-video\",\"data-href\":this.props.url,\"data-autoplay\":this.props.playing?\"true\":\"false\",\"data-allowfullscreen\":\"true\",\"data-controls\":this.props.controls?\"true\":\"false\"},e))}}])&&s(t.prototype,r),n&&s(t,n),l}(o.Component);t.default=b,m(b,\"displayName\",\"Facebook\"),m(b,\"canPlay\",a.canPlay.facebook),m(b,\"loopOnEnded\",!0)},4926:(e,t,r)=>{\"use strict\";function n(e){return n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e},n(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var o=function(e){if(e&&e.__esModule)return e;if(null===e||\"object\"!==n(e)&&\"function\"!=typeof e)return{default:e};var t=l();if(t&&t.has(e))return t.get(e);var r={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var a=o?Object.getOwnPropertyDescriptor(e,i):null;a&&(a.get||a.set)?Object.defineProperty(r,i,a):r[i]=e[i]}r.default=e,t&&t.set(e,r);return r}(r(7294)),i=r(8045),a=r(1776);function l(){if(\"function\"!=typeof WeakMap)return null;var e=new WeakMap;return l=function(){return e},e}function c(){return c=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},c.apply(this,arguments)}function s(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function d(e,t){return d=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},d(e,t)}function u(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=f(e);if(t){var i=f(this).constructor;r=Reflect.construct(o,arguments,i)}else r=o.apply(this,arguments);return function(e,t){if(t&&(\"object\"===n(t)||\"function\"==typeof t))return t;return p(e)}(this,r)}}function p(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function f(e){return f=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},f(e)}function m(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var h=\"undefined\"!=typeof navigator,g=h&&\"MacIntel\"===navigator.platform&&navigator.maxTouchPoints>1,b=h&&(/iPad|iPhone|iPod/.test(navigator.userAgent)||g)&&!window.MSStream,v=/www\\.dropbox\\.com\\/.+/,y=/https:\\/\\/watch\\.cloudflarestream\\.com\\/([a-z0-9]+)/,_=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&d(e,t)}(f,e);var t,r,n,l=u(f);function f(){var e;!function(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}(this,f);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return m(p(e=l.call.apply(l,[this].concat(r))),\"onReady\",(function(){var t;return(t=e.props).onReady.apply(t,arguments)})),m(p(e),\"onPlay\",(function(){var t;return(t=e.props).onPlay.apply(t,arguments)})),m(p(e),\"onBuffer\",(function(){var t;return(t=e.props).onBuffer.apply(t,arguments)})),m(p(e),\"onBufferEnd\",(function(){var t;return(t=e.props).onBufferEnd.apply(t,arguments)})),m(p(e),\"onPause\",(function(){var t;return(t=e.props).onPause.apply(t,arguments)})),m(p(e),\"onEnded\",(function(){var t;return(t=e.props).onEnded.apply(t,arguments)})),m(p(e),\"onError\",(function(){var t;return(t=e.props).onError.apply(t,arguments)})),m(p(e),\"onEnablePIP\",(function(){var t;return(t=e.props).onEnablePIP.apply(t,arguments)})),m(p(e),\"onDisablePIP\",(function(t){var r=e.props,n=r.onDisablePIP,o=r.playing;n(t),o&&e.play()})),m(p(e),\"onPresentationModeChange\",(function(t){if(e.player&&(0,i.supportsWebKitPresentationMode)(e.player)){var r=e.player.webkitPresentationMode;\"picture-in-picture\"===r?e.onEnablePIP(t):\"inline\"===r&&e.onDisablePIP(t)}})),m(p(e),\"onSeek\",(function(t){e.props.onSeek(t.target.currentTime)})),m(p(e),\"mute\",(function(){e.player.muted=!0})),m(p(e),\"unmute\",(function(){e.player.muted=!1})),m(p(e),\"renderSourceElement\",(function(e,t){return\"string\"==typeof e?o.default.createElement(\"source\",{key:t,src:e}):o.default.createElement(\"source\",c({key:t},e))})),m(p(e),\"renderTrack\",(function(e,t){return o.default.createElement(\"track\",c({key:t},e))})),m(p(e),\"ref\",(function(t){e.player&&(e.prevPlayer=e.player),e.player=t})),e}return t=f,(r=[{key:\"componentDidMount\",value:function(){this.props.onMount&&this.props.onMount(this),this.addListeners(this.player),b&&this.player.load()}},{key:\"componentDidUpdate\",value:function(e){this.shouldUseAudio(this.props)!==this.shouldUseAudio(e)&&(this.removeListeners(this.prevPlayer,e.url),this.addListeners(this.player)),this.props.url===e.url||(0,i.isMediaStream)(this.props.url)||(this.player.srcObject=null)}},{key:\"componentWillUnmount\",value:function(){this.removeListeners(this.player),this.hls&&this.hls.destroy()}},{key:\"addListeners\",value:function(e){var t=this.props,r=t.url,n=t.playsinline;e.addEventListener(\"play\",this.onPlay),e.addEventListener(\"waiting\",this.onBuffer),e.addEventListener(\"playing\",this.onBufferEnd),e.addEventListener(\"pause\",this.onPause),e.addEventListener(\"seeked\",this.onSeek),e.addEventListener(\"ended\",this.onEnded),e.addEventListener(\"error\",this.onError),e.addEventListener(\"enterpictureinpicture\",this.onEnablePIP),e.addEventListener(\"leavepictureinpicture\",this.onDisablePIP),e.addEventListener(\"webkitpresentationmodechanged\",this.onPresentationModeChange),this.shouldUseHLS(r)||e.addEventListener(\"canplay\",this.onReady),n&&(e.setAttribute(\"playsinline\",\"\"),e.setAttribute(\"webkit-playsinline\",\"\"),e.setAttribute(\"x5-playsinline\",\"\"))}},{key:\"removeListeners\",value:function(e,t){e.removeEventListener(\"canplay\",this.onReady),e.removeEventListener(\"play\",this.onPlay),e.removeEventListener(\"waiting\",this.onBuffer),e.removeEventListener(\"playing\",this.onBufferEnd),e.removeEventListener(\"pause\",this.onPause),e.removeEventListener(\"seeked\",this.onSeek),e.removeEventListener(\"ended\",this.onEnded),e.removeEventListener(\"error\",this.onError),e.removeEventListener(\"enterpictureinpicture\",this.onEnablePIP),e.removeEventListener(\"leavepictureinpicture\",this.onDisablePIP),e.removeEventListener(\"webkitpresentationmodechanged\",this.onPresentationModeChange),this.shouldUseHLS(t)||e.removeEventListener(\"canplay\",this.onReady)}},{key:\"shouldUseAudio\",value:function(e){return!e.config.forceVideo&&!e.config.attributes.poster&&(a.AUDIO_EXTENSIONS.test(e.url)||e.config.forceAudio)}},{key:\"shouldUseHLS\",value:function(e){return!!this.props.config.forceHLS||!b&&(a.HLS_EXTENSIONS.test(e)||y.test(e))}},{key:\"shouldUseDASH\",value:function(e){return a.DASH_EXTENSIONS.test(e)||this.props.config.forceDASH}},{key:\"shouldUseFLV\",value:function(e){return a.FLV_EXTENSIONS.test(e)||this.props.config.forceFLV}},{key:\"load\",value:function(e){var t=this,r=this.props.config,n=r.hlsVersion,o=r.hlsOptions,a=r.dashVersion,l=r.flvVersion;if(this.hls&&this.hls.destroy(),this.dash&&this.dash.reset(),this.shouldUseHLS(e)&&(0,i.getSDK)(\"https://cdn.jsdelivr.net/npm/hls.js@VERSION/dist/hls.min.js\".replace(\"VERSION\",n),\"Hls\").then((function(r){if(t.hls=new r(o),t.hls.on(r.Events.MANIFEST_PARSED,(function(){t.props.onReady()})),t.hls.on(r.Events.ERROR,(function(e,n){t.props.onError(e,n,t.hls,r)})),y.test(e)){var n=e.match(y)[1];t.hls.loadSource(\"https://videodelivery.net/{id}/manifest/video.m3u8\".replace(\"{id}\",n))}else t.hls.loadSource(e);t.hls.attachMedia(t.player),t.props.onLoaded()})),this.shouldUseDASH(e)&&(0,i.getSDK)(\"https://cdnjs.cloudflare.com/ajax/libs/dashjs/VERSION/dash.all.min.js\".replace(\"VERSION\",a),\"dashjs\").then((function(r){t.dash=r.MediaPlayer().create(),t.dash.initialize(t.player,e,t.props.playing),t.dash.on(\"error\",t.props.onError),parseInt(a)<3?t.dash.getDebug().setLogToBrowserConsole(!1):t.dash.updateSettings({debug:{logLevel:r.Debug.LOG_LEVEL_NONE}}),t.props.onLoaded()})),this.shouldUseFLV(e)&&(0,i.getSDK)(\"https://cdn.jsdelivr.net/npm/flv.js@VERSION/dist/flv.min.js\".replace(\"VERSION\",l),\"flvjs\").then((function(r){t.flv=r.createPlayer({type:\"flv\",url:e}),t.flv.attachMediaElement(t.player),t.flv.load(),t.props.onLoaded()})),e instanceof Array)this.player.load();else if((0,i.isMediaStream)(e))try{this.player.srcObject=e}catch(t){this.player.src=window.URL.createObjectURL(e)}}},{key:\"play\",value:function(){var e=this.player.play();e&&e.catch(this.props.onError)}},{key:\"pause\",value:function(){this.player.pause()}},{key:\"stop\",value:function(){this.player.removeAttribute(\"src\"),this.dash&&this.dash.reset()}},{key:\"seekTo\",value:function(e){this.player.currentTime=e}},{key:\"setVolume\",value:function(e){this.player.volume=e}},{key:\"enablePIP\",value:function(){this.player.requestPictureInPicture&&document.pictureInPictureElement!==this.player?this.player.requestPictureInPicture():(0,i.supportsWebKitPresentationMode)(this.player)&&\"picture-in-picture\"!==this.player.webkitPresentationMode&&this.player.webkitSetPresentationMode(\"picture-in-picture\")}},{key:\"disablePIP\",value:function(){document.exitPictureInPicture&&document.pictureInPictureElement===this.player?document.exitPictureInPicture():(0,i.supportsWebKitPresentationMode)(this.player)&&\"inline\"!==this.player.webkitPresentationMode&&this.player.webkitSetPresentationMode(\"inline\")}},{key:\"setPlaybackRate\",value:function(e){this.player.playbackRate=e}},{key:\"getDuration\",value:function(){if(!this.player)return null;var e=this.player,t=e.duration,r=e.seekable;return t===1/0&&r.length>0?r.end(r.length-1):t}},{key:\"getCurrentTime\",value:function(){return this.player?this.player.currentTime:null}},{key:\"getSecondsLoaded\",value:function(){if(!this.player)return null;var e=this.player.buffered;if(0===e.length)return 0;var t=e.end(e.length-1),r=this.getDuration();return t>r?r:t}},{key:\"getSource\",value:function(e){var t=this.shouldUseHLS(e),r=this.shouldUseDASH(e),n=this.shouldUseFLV(e);if(!(e instanceof Array||(0,i.isMediaStream)(e)||t||r||n))return v.test(e)?e.replace(\"www.dropbox.com\",\"dl.dropboxusercontent.com\"):e}},{key:\"render\",value:function(){var e=this.props,t=e.url,r=e.playing,n=e.loop,i=e.controls,a=e.muted,l=e.config,s=e.width,d=e.height,u=this.shouldUseAudio(this.props)?\"audio\":\"video\",p={width:\"auto\"===s?s:\"100%\",height:\"auto\"===d?d:\"100%\"};return o.default.createElement(u,c({ref:this.ref,src:this.getSource(t),style:p,preload:\"auto\",autoPlay:r||void 0,controls:i,muted:a,loop:n},l.attributes),t instanceof Array&&t.map(this.renderSourceElement),l.tracks.map(this.renderTrack))}}])&&s(t.prototype,r),n&&s(t,n),f}(o.Component);t.default=_,m(_,\"displayName\",\"FilePlayer\"),m(_,\"canPlay\",a.canPlay.file)},3911:(e,t,r)=>{\"use strict\";function n(e){return n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e},n(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var o=function(e){if(e&&e.__esModule)return e;if(null===e||\"object\"!==n(e)&&\"function\"!=typeof e)return{default:e};var t=l();if(t&&t.has(e))return t.get(e);var r={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var a=o?Object.getOwnPropertyDescriptor(e,i):null;a&&(a.get||a.set)?Object.defineProperty(r,i,a):r[i]=e[i]}r.default=e,t&&t.set(e,r);return r}(r(7294)),i=r(8045),a=r(1776);function l(){if(\"function\"!=typeof WeakMap)return null;var e=new WeakMap;return l=function(){return e},e}function c(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function s(e,t){return s=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},s(e,t)}function d(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=p(e);if(t){var i=p(this).constructor;r=Reflect.construct(o,arguments,i)}else r=o.apply(this,arguments);return function(e,t){if(t&&(\"object\"===n(t)||\"function\"==typeof t))return t;return u(e)}(this,r)}}function u(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function p(e){return p=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},p(e)}function f(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var m=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&s(e,t)}(l,e);var t,r,n,a=d(l);function l(){var e;!function(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}(this,l);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return f(u(e=a.call.apply(a,[this].concat(r))),\"callPlayer\",i.callPlayer),f(u(e),\"duration\",null),f(u(e),\"currentTime\",null),f(u(e),\"secondsLoaded\",null),f(u(e),\"mute\",(function(){e.callPlayer(\"mute\")})),f(u(e),\"unmute\",(function(){e.callPlayer(\"unmute\")})),f(u(e),\"ref\",(function(t){e.iframe=t})),e}return t=l,(r=[{key:\"componentDidMount\",value:function(){this.props.onMount&&this.props.onMount(this)}},{key:\"load\",value:function(e){var t=this;(0,i.getSDK)(\"https://cdn.embed.ly/player-0.1.0.min.js\",\"playerjs\").then((function(e){t.iframe&&(t.player=new e.Player(t.iframe),t.player.on(\"ready\",(function(){t.player.isReady=!0,t.player.on(\"play\",t.props.onPlay),t.player.on(\"pause\",t.props.onPause),t.player.on(\"seeked\",t.props.onSeek),t.player.on(\"ended\",t.props.onEnded),t.player.on(\"error\",t.props.onError),t.player.on(\"timeupdate\",(function(e){var r=e.duration,n=e.seconds;t.duration=r,t.currentTime=n})),t.player.on(\"buffered\",(function(e){var r=e.percent;t.duration&&(t.secondsLoaded=t.duration*r)})),t.player.setLoop(t.props.loop),t.props.muted&&t.player.mute(),setTimeout((function(){t.props.onReady()}))})))}),this.props.onError)}},{key:\"play\",value:function(){this.callPlayer(\"play\")}},{key:\"pause\",value:function(){this.callPlayer(\"pause\")}},{key:\"stop\",value:function(){}},{key:\"seekTo\",value:function(e){this.callPlayer(\"setCurrentTime\",e)}},{key:\"setVolume\",value:function(e){this.callPlayer(\"setVolume\",e)}},{key:\"setLoop\",value:function(e){this.callPlayer(\"setLoop\",e)}},{key:\"getDuration\",value:function(){return this.duration}},{key:\"getCurrentTime\",value:function(){return this.currentTime}},{key:\"getSecondsLoaded\",value:function(){return this.secondsLoaded}},{key:\"render\",value:function(){return o.default.createElement(\"iframe\",{ref:this.ref,src:this.props.url,frameBorder:\"0\",scrolling:\"no\",style:{width:\"100%\",height:\"100%\"},allowFullScreen:!0,allow:\"encrypted-media\",referrerPolicy:\"no-referrer-when-downgrade\"})}}])&&c(t.prototype,r),n&&c(t,n),l}(o.Component);t.default=m,f(m,\"displayName\",\"Kaltura\"),f(m,\"canPlay\",a.canPlay.kaltura)},143:(e,t,r)=>{\"use strict\";function n(e){return n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e},n(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var o=function(e){if(e&&e.__esModule)return e;if(null===e||\"object\"!==n(e)&&\"function\"!=typeof e)return{default:e};var t=l();if(t&&t.has(e))return t.get(e);var r={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var a=o?Object.getOwnPropertyDescriptor(e,i):null;a&&(a.get||a.set)?Object.defineProperty(r,i,a):r[i]=e[i]}r.default=e,t&&t.set(e,r);return r}(r(7294)),i=r(8045),a=r(1776);function l(){if(\"function\"!=typeof WeakMap)return null;var e=new WeakMap;return l=function(){return e},e}function c(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function s(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?c(Object(r),!0).forEach((function(t){h(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):c(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function d(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function u(e,t){return u=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},u(e,t)}function p(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=m(e);if(t){var i=m(this).constructor;r=Reflect.construct(o,arguments,i)}else r=o.apply(this,arguments);return function(e,t){if(t&&(\"object\"===n(t)||\"function\"==typeof t))return t;return f(e)}(this,r)}}function f(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function m(e){return m=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},m(e)}function h(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var g=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&u(e,t)}(c,e);var t,r,n,l=p(c);function c(){var e;!function(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}(this,c);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return h(f(e=l.call.apply(l,[this].concat(r))),\"callPlayer\",i.callPlayer),h(f(e),\"duration\",null),h(f(e),\"currentTime\",null),h(f(e),\"secondsLoaded\",null),h(f(e),\"mute\",(function(){})),h(f(e),\"unmute\",(function(){})),h(f(e),\"ref\",(function(t){e.iframe=t})),e}return t=c,r=[{key:\"componentDidMount\",value:function(){this.props.onMount&&this.props.onMount(this)}},{key:\"load\",value:function(e){var t=this;(0,i.getSDK)(\"https://widget.mixcloud.com/media/js/widgetApi.js\",\"Mixcloud\").then((function(e){t.player=e.PlayerWidget(t.iframe),t.player.ready.then((function(){t.player.events.play.on(t.props.onPlay),t.player.events.pause.on(t.props.onPause),t.player.events.ended.on(t.props.onEnded),t.player.events.error.on(t.props.error),t.player.events.progress.on((function(e,r){t.currentTime=e,t.duration=r})),t.props.onReady()}))}),this.props.onError)}},{key:\"play\",value:function(){this.callPlayer(\"play\")}},{key:\"pause\",value:function(){this.callPlayer(\"pause\")}},{key:\"stop\",value:function(){}},{key:\"seekTo\",value:function(e){this.callPlayer(\"seek\",e)}},{key:\"setVolume\",value:function(e){}},{key:\"getDuration\",value:function(){return this.duration}},{key:\"getCurrentTime\",value:function(){return this.currentTime}},{key:\"getSecondsLoaded\",value:function(){return null}},{key:\"render\",value:function(){var e=this.props,t=e.url,r=e.config,n=t.match(a.MATCH_URL_MIXCLOUD)[1],l=(0,i.queryString)(s(s({},r.options),{},{feed:\"/\".concat(n,\"/\")}));return o.default.createElement(\"iframe\",{key:n,ref:this.ref,style:{width:\"100%\",height:\"100%\"},src:\"https://www.mixcloud.com/widget/iframe/?\".concat(l),frameBorder:\"0\"})}}],r&&d(t.prototype,r),n&&d(t,n),c}(o.Component);t.default=g,h(g,\"displayName\",\"Mixcloud\"),h(g,\"canPlay\",a.canPlay.mixcloud),h(g,\"loopOnEnded\",!0)},2648:(e,t,r)=>{\"use strict\";function n(e){return n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e},n(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var o=function(e){if(e&&e.__esModule)return e;if(null===e||\"object\"!==n(e)&&\"function\"!=typeof e)return{default:e};var t=l();if(t&&t.has(e))return t.get(e);var r={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var a=o?Object.getOwnPropertyDescriptor(e,i):null;a&&(a.get||a.set)?Object.defineProperty(r,i,a):r[i]=e[i]}r.default=e,t&&t.set(e,r);return r}(r(7294)),i=r(8045),a=r(1776);function l(){if(\"function\"!=typeof WeakMap)return null;var e=new WeakMap;return l=function(){return e},e}function c(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function s(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?c(Object(r),!0).forEach((function(t){h(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):c(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function d(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function u(e,t){return u=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},u(e,t)}function p(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=m(e);if(t){var i=m(this).constructor;r=Reflect.construct(o,arguments,i)}else r=o.apply(this,arguments);return function(e,t){if(t&&(\"object\"===n(t)||\"function\"==typeof t))return t;return f(e)}(this,r)}}function f(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function m(e){return m=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},m(e)}function h(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var g=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&u(e,t)}(l,e);var t,r,n,a=p(l);function l(){var e;!function(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}(this,l);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return h(f(e=a.call.apply(a,[this].concat(r))),\"callPlayer\",i.callPlayer),h(f(e),\"duration\",null),h(f(e),\"currentTime\",null),h(f(e),\"fractionLoaded\",null),h(f(e),\"mute\",(function(){e.setVolume(0)})),h(f(e),\"unmute\",(function(){null!==e.props.volume&&e.setVolume(e.props.volume)})),h(f(e),\"ref\",(function(t){e.iframe=t})),e}return t=l,(r=[{key:\"componentDidMount\",value:function(){this.props.onMount&&this.props.onMount(this)}},{key:\"load\",value:function(e,t){var r=this;(0,i.getSDK)(\"https://w.soundcloud.com/player/api.js\",\"SC\").then((function(n){if(r.iframe){var o=n.Widget.Events,i=o.PLAY,a=o.PLAY_PROGRESS,l=o.PAUSE,c=o.FINISH,d=o.ERROR;t||(r.player=n.Widget(r.iframe),r.player.bind(i,r.props.onPlay),r.player.bind(l,(function(){r.duration-r.currentTime<.05||r.props.onPause()})),r.player.bind(a,(function(e){r.currentTime=e.currentPosition/1e3,r.fractionLoaded=e.loadedProgress})),r.player.bind(c,(function(){return r.props.onEnded()})),r.player.bind(d,(function(e){return r.props.onError(e)}))),r.player.load(e,s(s({},r.props.config.options),{},{callback:function(){r.player.getDuration((function(e){r.duration=e/1e3,r.props.onReady()}))}}))}}))}},{key:\"play\",value:function(){this.callPlayer(\"play\")}},{key:\"pause\",value:function(){this.callPlayer(\"pause\")}},{key:\"stop\",value:function(){}},{key:\"seekTo\",value:function(e){this.callPlayer(\"seekTo\",1e3*e)}},{key:\"setVolume\",value:function(e){this.callPlayer(\"setVolume\",100*e)}},{key:\"getDuration\",value:function(){return this.duration}},{key:\"getCurrentTime\",value:function(){return this.currentTime}},{key:\"getSecondsLoaded\",value:function(){return this.fractionLoaded*this.duration}},{key:\"render\",value:function(){var e={width:\"100%\",height:\"100%\",display:this.props.display};return o.default.createElement(\"iframe\",{ref:this.ref,src:\"https://w.soundcloud.com/player/?url=\".concat(encodeURIComponent(this.props.url)),style:e,frameBorder:0,allow:\"autoplay\"})}}])&&d(t.prototype,r),n&&d(t,n),l}(o.Component);t.default=g,h(g,\"displayName\",\"SoundCloud\"),h(g,\"canPlay\",a.canPlay.soundcloud),h(g,\"loopOnEnded\",!0)},993:(e,t,r)=>{\"use strict\";function n(e){return n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e},n(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var o=function(e){if(e&&e.__esModule)return e;if(null===e||\"object\"!==n(e)&&\"function\"!=typeof e)return{default:e};var t=l();if(t&&t.has(e))return t.get(e);var r={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var a=o?Object.getOwnPropertyDescriptor(e,i):null;a&&(a.get||a.set)?Object.defineProperty(r,i,a):r[i]=e[i]}r.default=e,t&&t.set(e,r);return r}(r(7294)),i=r(8045),a=r(1776);function l(){if(\"function\"!=typeof WeakMap)return null;var e=new WeakMap;return l=function(){return e},e}function c(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function s(e,t){return s=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},s(e,t)}function d(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=p(e);if(t){var i=p(this).constructor;r=Reflect.construct(o,arguments,i)}else r=o.apply(this,arguments);return function(e,t){if(t&&(\"object\"===n(t)||\"function\"==typeof t))return t;return u(e)}(this,r)}}function u(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function p(e){return p=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},p(e)}function f(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var m=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&s(e,t)}(p,e);var t,r,n,l=d(p);function p(){var e;!function(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}(this,p);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return f(u(e=l.call.apply(l,[this].concat(r))),\"callPlayer\",i.callPlayer),f(u(e),\"duration\",null),f(u(e),\"currentTime\",null),f(u(e),\"secondsLoaded\",null),f(u(e),\"mute\",(function(){e.callPlayer(\"mute\")})),f(u(e),\"unmute\",(function(){e.callPlayer(\"unmute\")})),f(u(e),\"ref\",(function(t){e.iframe=t})),e}return t=p,(r=[{key:\"componentDidMount\",value:function(){this.props.onMount&&this.props.onMount(this)}},{key:\"load\",value:function(e){var t=this;(0,i.getSDK)(\"https://cdn.embed.ly/player-0.1.0.min.js\",\"playerjs\").then((function(e){t.iframe&&(t.player=new e.Player(t.iframe),t.player.setLoop(t.props.loop),t.player.on(\"ready\",t.props.onReady),t.player.on(\"play\",t.props.onPlay),t.player.on(\"pause\",t.props.onPause),t.player.on(\"seeked\",t.props.onSeek),t.player.on(\"ended\",t.props.onEnded),t.player.on(\"error\",t.props.onError),t.player.on(\"timeupdate\",(function(e){var r=e.duration,n=e.seconds;t.duration=r,t.currentTime=n})),t.player.on(\"buffered\",(function(e){var r=e.percent;t.duration&&(t.secondsLoaded=t.duration*r)})),t.props.muted&&t.player.mute())}),this.props.onError)}},{key:\"play\",value:function(){this.callPlayer(\"play\")}},{key:\"pause\",value:function(){this.callPlayer(\"pause\")}},{key:\"stop\",value:function(){}},{key:\"seekTo\",value:function(e){this.callPlayer(\"setCurrentTime\",e)}},{key:\"setVolume\",value:function(e){this.callPlayer(\"setVolume\",100*e)}},{key:\"setLoop\",value:function(e){this.callPlayer(\"setLoop\",e)}},{key:\"getDuration\",value:function(){return this.duration}},{key:\"getCurrentTime\",value:function(){return this.currentTime}},{key:\"getSecondsLoaded\",value:function(){return this.secondsLoaded}},{key:\"render\",value:function(){var e=this.props.url.match(a.MATCH_URL_STREAMABLE)[1];return o.default.createElement(\"iframe\",{ref:this.ref,src:\"https://streamable.com/o/\".concat(e),frameBorder:\"0\",scrolling:\"no\",style:{width:\"100%\",height:\"100%\"},allowFullScreen:!0})}}])&&c(t.prototype,r),n&&c(t,n),p}(o.Component);t.default=m,f(m,\"displayName\",\"Streamable\"),f(m,\"canPlay\",a.canPlay.streamable)},9482:(e,t,r)=>{\"use strict\";function n(e){return n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e},n(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var o=function(e){if(e&&e.__esModule)return e;if(null===e||\"object\"!==n(e)&&\"function\"!=typeof e)return{default:e};var t=l();if(t&&t.has(e))return t.get(e);var r={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var a=o?Object.getOwnPropertyDescriptor(e,i):null;a&&(a.get||a.set)?Object.defineProperty(r,i,a):r[i]=e[i]}r.default=e,t&&t.set(e,r);return r}(r(7294)),i=r(8045),a=r(1776);function l(){if(\"function\"!=typeof WeakMap)return null;var e=new WeakMap;return l=function(){return e},e}function c(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function s(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function d(e,t){return d=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},d(e,t)}function u(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=f(e);if(t){var i=f(this).constructor;r=Reflect.construct(o,arguments,i)}else r=o.apply(this,arguments);return function(e,t){if(t&&(\"object\"===n(t)||\"function\"==typeof t))return t;return p(e)}(this,r)}}function p(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function f(e){return f=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},f(e)}function m(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var h=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&d(e,t)}(f,e);var t,r,n,l=u(f);function f(){var e;!function(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}(this,f);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return m(p(e=l.call.apply(l,[this].concat(r))),\"callPlayer\",i.callPlayer),m(p(e),\"playerID\",e.props.config.playerId||\"\".concat(\"twitch-player-\").concat((0,i.randomString)())),m(p(e),\"mute\",(function(){e.callPlayer(\"setMuted\",!0)})),m(p(e),\"unmute\",(function(){e.callPlayer(\"setMuted\",!1)})),e}return t=f,r=[{key:\"componentDidMount\",value:function(){this.props.onMount&&this.props.onMount(this)}},{key:\"load\",value:function(e,t){var r=this,n=this.props,o=n.playsinline,l=n.onError,s=n.config,d=n.controls,u=a.MATCH_URL_TWITCH_CHANNEL.test(e),p=u?e.match(a.MATCH_URL_TWITCH_CHANNEL)[1]:e.match(a.MATCH_URL_TWITCH_VIDEO)[1];t?u?this.player.setChannel(p):this.player.setVideo(\"v\"+p):(0,i.getSDK)(\"https://player.twitch.tv/js/embed/v1.js\",\"Twitch\").then((function(t){r.player=new t.Player(r.playerID,function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?c(Object(r),!0).forEach((function(t){m(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):c(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({video:u?\"\":p,channel:u?p:\"\",height:\"100%\",width:\"100%\",playsinline:o,autoplay:r.props.playing,muted:r.props.muted,controls:!!u||d,time:(0,i.parseStartTime)(e)},s.options));var n=t.Player,a=n.READY,l=n.PLAYING,f=n.PAUSE,h=n.ENDED,g=n.ONLINE,b=n.OFFLINE;r.player.addEventListener(a,r.props.onReady),r.player.addEventListener(l,r.props.onPlay),r.player.addEventListener(f,r.props.onPause),r.player.addEventListener(h,r.props.onEnded),r.player.addEventListener(g,r.props.onLoaded),r.player.addEventListener(b,r.props.onLoaded)}),l)}},{key:\"play\",value:function(){this.callPlayer(\"play\")}},{key:\"pause\",value:function(){this.callPlayer(\"pause\")}},{key:\"stop\",value:function(){this.callPlayer(\"pause\")}},{key:\"seekTo\",value:function(e){this.callPlayer(\"seek\",e)}},{key:\"setVolume\",value:function(e){this.callPlayer(\"setVolume\",e)}},{key:\"getDuration\",value:function(){return this.callPlayer(\"getDuration\")}},{key:\"getCurrentTime\",value:function(){return this.callPlayer(\"getCurrentTime\")}},{key:\"getSecondsLoaded\",value:function(){return null}},{key:\"render\",value:function(){return o.default.createElement(\"div\",{style:{width:\"100%\",height:\"100%\"},id:this.playerID})}}],r&&s(t.prototype,r),n&&s(t,n),f}(o.Component);t.default=h,m(h,\"displayName\",\"Twitch\"),m(h,\"canPlay\",a.canPlay.twitch),m(h,\"loopOnEnded\",!0)},6596:(e,t,r)=>{\"use strict\";function n(e){return n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e},n(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var o=function(e){if(e&&e.__esModule)return e;if(null===e||\"object\"!==n(e)&&\"function\"!=typeof e)return{default:e};var t=l();if(t&&t.has(e))return t.get(e);var r={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var a=o?Object.getOwnPropertyDescriptor(e,i):null;a&&(a.get||a.set)?Object.defineProperty(r,i,a):r[i]=e[i]}r.default=e,t&&t.set(e,r);return r}(r(7294)),i=r(8045),a=r(1776);function l(){if(\"function\"!=typeof WeakMap)return null;var e=new WeakMap;return l=function(){return e},e}function c(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function s(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function d(e,t){return d=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},d(e,t)}function u(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=f(e);if(t){var i=f(this).constructor;r=Reflect.construct(o,arguments,i)}else r=o.apply(this,arguments);return function(e,t){if(t&&(\"object\"===n(t)||\"function\"==typeof t))return t;return p(e)}(this,r)}}function p(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function f(e){return f=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},f(e)}function m(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var h=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&d(e,t)}(f,e);var t,r,n,l=u(f);function f(){var e;!function(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}(this,f);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return m(p(e=l.call.apply(l,[this].concat(r))),\"callPlayer\",i.callPlayer),m(p(e),\"mute\",(function(){e.setVolume(0)})),m(p(e),\"unmute\",(function(){null!==e.props.volume&&e.setVolume(e.props.volume)})),m(p(e),\"ref\",(function(t){e.container=t})),e}return t=f,r=[{key:\"componentDidMount\",value:function(){this.props.onMount&&this.props.onMount(this)}},{key:\"load\",value:function(e){var t=this,r=this.props,n=r.playing,o=r.config,l=r.onError,s=r.onDuration,d=e&&e.match(a.MATCH_URL_VIDYARD)[1];this.player&&this.stop(),(0,i.getSDK)(\"https://play.vidyard.com/embed/v4.js\",\"VidyardV4\",\"onVidyardAPI\").then((function(e){t.container&&(e.api.addReadyListener((function(e,r){t.player=r,t.player.on(\"ready\",t.props.onReady),t.player.on(\"play\",t.props.onPlay),t.player.on(\"pause\",t.props.onPause),t.player.on(\"seek\",t.props.onSeek),t.player.on(\"playerComplete\",t.props.onEnded)}),d),e.api.renderPlayer(function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?c(Object(r),!0).forEach((function(t){m(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):c(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({uuid:d,container:t.container,autoplay:n?1:0},o.options)),e.api.getPlayerMetadata(d).then((function(e){t.duration=e.length_in_seconds,s(e.length_in_seconds)})))}),l)}},{key:\"play\",value:function(){this.callPlayer(\"play\")}},{key:\"pause\",value:function(){this.callPlayer(\"pause\")}},{key:\"stop\",value:function(){window.VidyardV4.api.destroyPlayer(this.player)}},{key:\"seekTo\",value:function(e){this.callPlayer(\"seek\",e)}},{key:\"setVolume\",value:function(e){this.callPlayer(\"setVolume\",e)}},{key:\"setPlaybackRate\",value:function(e){this.callPlayer(\"setPlaybackSpeed\",e)}},{key:\"getDuration\",value:function(){return this.duration}},{key:\"getCurrentTime\",value:function(){return this.callPlayer(\"currentTime\")}},{key:\"getSecondsLoaded\",value:function(){return null}},{key:\"render\",value:function(){var e={width:\"100%\",height:\"100%\",display:this.props.display};return o.default.createElement(\"div\",{style:e},o.default.createElement(\"div\",{ref:this.ref}))}}],r&&s(t.prototype,r),n&&s(t,n),f}(o.Component);t.default=h,m(h,\"displayName\",\"Vidyard\"),m(h,\"canPlay\",a.canPlay.vidyard)},868:(e,t,r)=>{\"use strict\";function n(e){return n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e},n(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var o=function(e){if(e&&e.__esModule)return e;if(null===e||\"object\"!==n(e)&&\"function\"!=typeof e)return{default:e};var t=l();if(t&&t.has(e))return t.get(e);var r={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var a=o?Object.getOwnPropertyDescriptor(e,i):null;a&&(a.get||a.set)?Object.defineProperty(r,i,a):r[i]=e[i]}r.default=e,t&&t.set(e,r);return r}(r(7294)),i=r(8045),a=r(1776);function l(){if(\"function\"!=typeof WeakMap)return null;var e=new WeakMap;return l=function(){return e},e}function c(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function s(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function d(e,t){return d=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},d(e,t)}function u(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=f(e);if(t){var i=f(this).constructor;r=Reflect.construct(o,arguments,i)}else r=o.apply(this,arguments);return function(e,t){if(t&&(\"object\"===n(t)||\"function\"==typeof t))return t;return p(e)}(this,r)}}function p(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function f(e){return f=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},f(e)}function m(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var h=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&d(e,t)}(l,e);var t,r,n,a=u(l);function l(){var e;!function(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}(this,l);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return m(p(e=a.call.apply(a,[this].concat(r))),\"callPlayer\",i.callPlayer),m(p(e),\"duration\",null),m(p(e),\"currentTime\",null),m(p(e),\"secondsLoaded\",null),m(p(e),\"mute\",(function(){e.setVolume(0)})),m(p(e),\"unmute\",(function(){null!==e.props.volume&&e.setVolume(e.props.volume)})),m(p(e),\"ref\",(function(t){e.container=t})),e}return t=l,r=[{key:\"componentDidMount\",value:function(){this.props.onMount&&this.props.onMount(this)}},{key:\"load\",value:function(e){var t=this;this.duration=null,(0,i.getSDK)(\"https://player.vimeo.com/api/player.js\",\"Vimeo\").then((function(r){t.container&&(t.player=new r.Player(t.container,function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?c(Object(r),!0).forEach((function(t){m(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):c(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({url:e,autoplay:t.props.playing,muted:t.props.muted,loop:t.props.loop,playsinline:t.props.playsinline,controls:t.props.controls},t.props.config.playerOptions)),t.player.ready().then((function(){var e=t.container.querySelector(\"iframe\");e.style.width=\"100%\",e.style.height=\"100%\"})).catch(t.props.onError),t.player.on(\"loaded\",(function(){t.props.onReady(),t.refreshDuration()})),t.player.on(\"play\",(function(){t.props.onPlay(),t.refreshDuration()})),t.player.on(\"pause\",t.props.onPause),t.player.on(\"seeked\",(function(e){return t.props.onSeek(e.seconds)})),t.player.on(\"ended\",t.props.onEnded),t.player.on(\"error\",t.props.onError),t.player.on(\"timeupdate\",(function(e){var r=e.seconds;t.currentTime=r})),t.player.on(\"progress\",(function(e){var r=e.seconds;t.secondsLoaded=r})),t.player.on(\"bufferstart\",t.props.onBuffer),t.player.on(\"bufferend\",t.props.onBufferEnd))}),this.props.onError)}},{key:\"refreshDuration\",value:function(){var e=this;this.player.getDuration().then((function(t){e.duration=t}))}},{key:\"play\",value:function(){var e=this.callPlayer(\"play\");e&&e.catch(this.props.onError)}},{key:\"pause\",value:function(){this.callPlayer(\"pause\")}},{key:\"stop\",value:function(){this.callPlayer(\"unload\")}},{key:\"seekTo\",value:function(e){this.callPlayer(\"setCurrentTime\",e)}},{key:\"setVolume\",value:function(e){this.callPlayer(\"setVolume\",e)}},{key:\"setLoop\",value:function(e){this.callPlayer(\"setLoop\",e)}},{key:\"setPlaybackRate\",value:function(e){this.callPlayer(\"setPlaybackRate\",e)}},{key:\"getDuration\",value:function(){return this.duration}},{key:\"getCurrentTime\",value:function(){return this.currentTime}},{key:\"getSecondsLoaded\",value:function(){return this.secondsLoaded}},{key:\"render\",value:function(){var e={width:\"100%\",height:\"100%\",overflow:\"hidden\",display:this.props.display};return o.default.createElement(\"div\",{key:this.props.url,ref:this.ref,style:e})}}],r&&s(t.prototype,r),n&&s(t,n),l}(o.Component);t.default=h,m(h,\"displayName\",\"Vimeo\"),m(h,\"canPlay\",a.canPlay.vimeo),m(h,\"forceLoad\",!0)},8018:(e,t,r)=>{\"use strict\";function n(e){return n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e},n(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var o=function(e){if(e&&e.__esModule)return e;if(null===e||\"object\"!==n(e)&&\"function\"!=typeof e)return{default:e};var t=l();if(t&&t.has(e))return t.get(e);var r={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var a=o?Object.getOwnPropertyDescriptor(e,i):null;a&&(a.get||a.set)?Object.defineProperty(r,i,a):r[i]=e[i]}r.default=e,t&&t.set(e,r);return r}(r(7294)),i=r(8045),a=r(1776);function l(){if(\"function\"!=typeof WeakMap)return null;var e=new WeakMap;return l=function(){return e},e}function c(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function s(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?c(Object(r),!0).forEach((function(t){h(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):c(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function d(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function u(e,t){return u=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},u(e,t)}function p(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=m(e);if(t){var i=m(this).constructor;r=Reflect.construct(o,arguments,i)}else r=o.apply(this,arguments);return function(e,t){if(t&&(\"object\"===n(t)||\"function\"==typeof t))return t;return f(e)}(this,r)}}function f(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function m(e){return m=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},m(e)}function h(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var g=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&u(e,t)}(c,e);var t,r,n,l=p(c);function c(){var e;!function(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}(this,c);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return h(f(e=l.call.apply(l,[this].concat(r))),\"callPlayer\",i.callPlayer),h(f(e),\"playerID\",e.props.config.playerId||\"\".concat(\"wistia-player-\").concat((0,i.randomString)())),h(f(e),\"onPlay\",(function(){var t;return(t=e.props).onPlay.apply(t,arguments)})),h(f(e),\"onPause\",(function(){var t;return(t=e.props).onPause.apply(t,arguments)})),h(f(e),\"onSeek\",(function(){var t;return(t=e.props).onSeek.apply(t,arguments)})),h(f(e),\"onEnded\",(function(){var t;return(t=e.props).onEnded.apply(t,arguments)})),h(f(e),\"mute\",(function(){e.callPlayer(\"mute\")})),h(f(e),\"unmute\",(function(){e.callPlayer(\"unmute\")})),e}return t=c,r=[{key:\"componentDidMount\",value:function(){this.props.onMount&&this.props.onMount(this)}},{key:\"load\",value:function(e){var t=this,r=this.props,n=r.playing,o=r.muted,a=r.controls,l=r.onReady,c=r.config,d=r.onError;(0,i.getSDK)(\"https://fast.wistia.com/assets/external/E-v1.js\",\"Wistia\").then((function(e){c.customControls&&c.customControls.forEach((function(t){return e.defineControl(t)})),window._wq=window._wq||[],window._wq.push({id:t.playerID,options:s({autoPlay:n,silentAutoPlay:\"allow\",muted:o,controlsVisibleOnLoad:a,fullscreenButton:a,playbar:a,playbackRateControl:a,qualityControl:a,volumeControl:a,settingsControl:a,smallPlayButton:a},c.options),onReady:function(e){t.player=e,t.unbind(),t.player.bind(\"play\",t.onPlay),t.player.bind(\"pause\",t.onPause),t.player.bind(\"seek\",t.onSeek),t.player.bind(\"end\",t.onEnded),l()}})}),d)}},{key:\"unbind\",value:function(){this.player.unbind(\"play\",this.onPlay),this.player.unbind(\"pause\",this.onPause),this.player.unbind(\"seek\",this.onSeek),this.player.unbind(\"end\",this.onEnded)}},{key:\"play\",value:function(){this.callPlayer(\"play\")}},{key:\"pause\",value:function(){this.callPlayer(\"pause\")}},{key:\"stop\",value:function(){this.unbind(),this.callPlayer(\"remove\")}},{key:\"seekTo\",value:function(e){this.callPlayer(\"time\",e)}},{key:\"setVolume\",value:function(e){this.callPlayer(\"volume\",e)}},{key:\"setPlaybackRate\",value:function(e){this.callPlayer(\"playbackRate\",e)}},{key:\"getDuration\",value:function(){return this.callPlayer(\"duration\")}},{key:\"getCurrentTime\",value:function(){return this.callPlayer(\"time\")}},{key:\"getSecondsLoaded\",value:function(){return null}},{key:\"render\",value:function(){var e=this.props.url,t=e&&e.match(a.MATCH_URL_WISTIA)[1],r=\"wistia_embed wistia_async_\".concat(t);return o.default.createElement(\"div\",{id:this.playerID,key:t,className:r,style:{width:\"100%\",height:\"100%\"}})}}],r&&d(t.prototype,r),n&&d(t,n),c}(o.Component);t.default=g,h(g,\"displayName\",\"Wistia\"),h(g,\"canPlay\",a.canPlay.wistia),h(g,\"loopOnEnded\",!0)},356:(e,t,r)=>{\"use strict\";function n(e){return n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e},n(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var o=function(e){if(e&&e.__esModule)return e;if(null===e||\"object\"!==n(e)&&\"function\"!=typeof e)return{default:e};var t=l();if(t&&t.has(e))return t.get(e);var r={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var a=o?Object.getOwnPropertyDescriptor(e,i):null;a&&(a.get||a.set)?Object.defineProperty(r,i,a):r[i]=e[i]}r.default=e,t&&t.set(e,r);return r}(r(7294)),i=r(8045),a=r(1776);function l(){if(\"function\"!=typeof WeakMap)return null;var e=new WeakMap;return l=function(){return e},e}function c(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function s(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?c(Object(r),!0).forEach((function(t){b(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):c(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function d(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if(\"undefined\"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var r=[],n=!0,o=!1,i=void 0;try{for(var a,l=e[Symbol.iterator]();!(n=(a=l.next()).done)&&(r.push(a.value),!t||r.length!==t);n=!0);}catch(e){o=!0,i=e}finally{try{n||null==l.return||l.return()}finally{if(o)throw i}}return r}(e,t)||function(e,t){if(!e)return;if(\"string\"==typeof e)return u(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);\"Object\"===r&&e.constructor&&(r=e.constructor.name);if(\"Map\"===r||\"Set\"===r)return Array.from(e);if(\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return u(e,t)}(e,t)||function(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}()}function u(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function p(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function f(e,t){return f=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},f(e,t)}function m(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=g(e);if(t){var i=g(this).constructor;r=Reflect.construct(o,arguments,i)}else r=o.apply(this,arguments);return function(e,t){if(t&&(\"object\"===n(t)||\"function\"==typeof t))return t;return h(e)}(this,r)}}function h(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function g(e){return g=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},g(e)}function b(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var v=/[?&](?:list|channel)=([a-zA-Z0-9_-]+)/,y=/user\\/([a-zA-Z0-9_-]+)\\/?/,_=/youtube-nocookie\\.com/,k=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&f(e,t)}(c,e);var t,r,n,l=m(c);function c(){var e;!function(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}(this,c);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return b(h(e=l.call.apply(l,[this].concat(r))),\"callPlayer\",i.callPlayer),b(h(e),\"parsePlaylist\",(function(t){return t instanceof Array?{listType:\"playlist\",playlist:t.map(e.getID).join(\",\")}:v.test(t)?{listType:\"playlist\",list:d(t.match(v),2)[1].replace(/^UC/,\"UU\")}:y.test(t)?{listType:\"user_uploads\",list:d(t.match(y),2)[1]}:{}})),b(h(e),\"onStateChange\",(function(t){var r=t.data,n=e.props,o=n.onPlay,i=n.onPause,a=n.onBuffer,l=n.onBufferEnd,c=n.onEnded,s=n.onReady,d=n.loop,u=n.config,p=u.playerVars,f=u.onUnstarted,m=window.YT.PlayerState,h=m.UNSTARTED,g=m.PLAYING,b=m.PAUSED,v=m.BUFFERING,y=m.ENDED,_=m.CUED;if(r===h&&f(),r===g&&(o(),l()),r===b&&i(),r===v&&a(),r===y){var k=!!e.callPlayer(\"getPlaylist\");d&&!k&&(p.start?e.seekTo(p.start):e.play()),c()}r===_&&s()})),b(h(e),\"mute\",(function(){e.callPlayer(\"mute\")})),b(h(e),\"unmute\",(function(){e.callPlayer(\"unMute\")})),b(h(e),\"ref\",(function(t){e.container=t})),e}return t=c,(r=[{key:\"componentDidMount\",value:function(){this.props.onMount&&this.props.onMount(this)}},{key:\"getID\",value:function(e){return!e||e instanceof Array||v.test(e)?null:e.match(a.MATCH_URL_YOUTUBE)[1]}},{key:\"load\",value:function(e,t){var r=this,n=this.props,o=n.playing,a=n.muted,l=n.playsinline,c=n.controls,d=n.loop,u=n.config,p=n.onError,f=u.playerVars,m=u.embedOptions,h=this.getID(e);if(t)return v.test(e)||y.test(e)||e instanceof Array?void this.player.loadPlaylist(this.parsePlaylist(e)):void this.player.cueVideoById({videoId:h,startSeconds:(0,i.parseStartTime)(e)||f.start,endSeconds:(0,i.parseEndTime)(e)||f.end});(0,i.getSDK)(\"https://www.youtube.com/iframe_api\",\"YT\",\"onYouTubeIframeAPIReady\",(function(e){return e.loaded})).then((function(t){r.container&&(r.player=new t.Player(r.container,s({width:\"100%\",height:\"100%\",videoId:h,playerVars:s(s({autoplay:o?1:0,mute:a?1:0,controls:c?1:0,start:(0,i.parseStartTime)(e),end:(0,i.parseEndTime)(e),origin:window.location.origin,playsinline:l?1:0},r.parsePlaylist(e)),f),events:{onReady:function(){d&&r.player.setLoop(!0),r.props.onReady()},onStateChange:r.onStateChange,onError:function(e){return p(e.data)}},host:_.test(e)?\"https://www.youtube-nocookie.com\":void 0},m)))}),p),m.events&&console.warn(\"Using `embedOptions.events` will likely break things. Use ReactPlayer’s callback props instead, eg onReady, onPlay, onPause\")}},{key:\"play\",value:function(){this.callPlayer(\"playVideo\")}},{key:\"pause\",value:function(){this.callPlayer(\"pauseVideo\")}},{key:\"stop\",value:function(){document.body.contains(this.callPlayer(\"getIframe\"))&&this.callPlayer(\"stopVideo\")}},{key:\"seekTo\",value:function(e){this.callPlayer(\"seekTo\",e),this.props.playing||this.pause()}},{key:\"setVolume\",value:function(e){this.callPlayer(\"setVolume\",100*e)}},{key:\"setPlaybackRate\",value:function(e){this.callPlayer(\"setPlaybackRate\",e)}},{key:\"setLoop\",value:function(e){this.callPlayer(\"setLoop\",e)}},{key:\"getDuration\",value:function(){return this.callPlayer(\"getDuration\")}},{key:\"getCurrentTime\",value:function(){return this.callPlayer(\"getCurrentTime\")}},{key:\"getSecondsLoaded\",value:function(){return this.callPlayer(\"getVideoLoadedFraction\")*this.getDuration()}},{key:\"render\",value:function(){var e={width:\"100%\",height:\"100%\",display:this.props.display};return o.default.createElement(\"div\",{style:e},o.default.createElement(\"div\",{ref:this.ref}))}}])&&p(t.prototype,r),n&&p(t,n),c}(o.Component);t.default=k,b(k,\"displayName\",\"YouTube\"),b(k,\"canPlay\",a.canPlay.youtube)},6497:(e,t,r)=>{\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var n=r(7294),o=r(8045),i=r(1776);function a(e){return a=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e},a(e)}function l(){if(\"function\"!=typeof WeakMap)return null;var e=new WeakMap;return l=function(){return e},e}function c(e){if(e&&e.__esModule)return e;if(null===e||\"object\"!==a(e)&&\"function\"!=typeof e)return{default:e};var t=l();if(t&&t.has(e))return t.get(e);var r={},n=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var o in e)if(Object.prototype.hasOwnProperty.call(e,o)){var i=n?Object.getOwnPropertyDescriptor(e,o):null;i&&(i.get||i.set)?Object.defineProperty(r,o,i):r[o]=e[o]}return r.default=e,t&&t.set(e,r),r}var s=[{key:\"youtube\",name:\"YouTube\",canPlay:i.canPlay.youtube,lazyPlayer:(0,n.lazy)((function(){return Promise.resolve().then((function(){return c(r(356))}))}))},{key:\"soundcloud\",name:\"SoundCloud\",canPlay:i.canPlay.soundcloud,lazyPlayer:(0,n.lazy)((function(){return Promise.resolve().then((function(){return c(r(2648))}))}))},{key:\"vimeo\",name:\"Vimeo\",canPlay:i.canPlay.vimeo,lazyPlayer:(0,n.lazy)((function(){return Promise.resolve().then((function(){return c(r(868))}))}))},{key:\"facebook\",name:\"Facebook\",canPlay:i.canPlay.facebook,lazyPlayer:(0,n.lazy)((function(){return Promise.resolve().then((function(){return c(r(1972))}))}))},{key:\"streamable\",name:\"Streamable\",canPlay:i.canPlay.streamable,lazyPlayer:(0,n.lazy)((function(){return Promise.resolve().then((function(){return c(r(993))}))}))},{key:\"wistia\",name:\"Wistia\",canPlay:i.canPlay.wistia,lazyPlayer:(0,n.lazy)((function(){return Promise.resolve().then((function(){return c(r(8018))}))}))},{key:\"twitch\",name:\"Twitch\",canPlay:i.canPlay.twitch,lazyPlayer:(0,n.lazy)((function(){return Promise.resolve().then((function(){return c(r(9482))}))}))},{key:\"dailymotion\",name:\"DailyMotion\",canPlay:i.canPlay.dailymotion,lazyPlayer:(0,n.lazy)((function(){return Promise.resolve().then((function(){return c(r(6807))}))}))},{key:\"mixcloud\",name:\"Mixcloud\",canPlay:i.canPlay.mixcloud,lazyPlayer:(0,n.lazy)((function(){return Promise.resolve().then((function(){return c(r(143))}))}))},{key:\"vidyard\",name:\"Vidyard\",canPlay:i.canPlay.vidyard,lazyPlayer:(0,n.lazy)((function(){return Promise.resolve().then((function(){return c(r(6596))}))}))},{key:\"kaltura\",name:\"Kaltura\",canPlay:i.canPlay.kaltura,lazyPlayer:(0,n.lazy)((function(){return Promise.resolve().then((function(){return c(r(3911))}))}))},{key:\"file\",name:\"FilePlayer\",canPlay:i.canPlay.file,canEnablePIP:function(e){return i.canPlay.file(e)&&(document.pictureInPictureEnabled||(0,o.supportsWebKitPresentationMode)())&&!i.AUDIO_EXTENSIONS.test(e)},lazyPlayer:(0,n.lazy)((function(){return Promise.resolve().then((function(){return c(r(4926))}))}))}];t.default=s},5741:(e,t,r)=>{\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.defaultProps=t.propTypes=void 0;var n,o=(n=r(5697))&&n.__esModule?n:{default:n};var i=o.default.string,a=o.default.bool,l=o.default.number,c=o.default.array,s=o.default.oneOfType,d=o.default.shape,u=o.default.object,p=o.default.func,f=o.default.node,m={url:s([i,c,u]),playing:a,loop:a,controls:a,volume:l,muted:a,playbackRate:l,width:s([i,l]),height:s([i,l]),style:u,progressInterval:l,playsinline:a,pip:a,stopOnUnmount:a,light:s([a,i]),playIcon:f,previewTabIndex:l,fallback:f,wrapper:s([i,p,d({render:p.isRequired})]),config:d({soundcloud:d({options:u}),youtube:d({playerVars:u,embedOptions:u,onUnstarted:p}),facebook:d({appId:i,version:i,playerId:i,attributes:u}),dailymotion:d({params:u}),vimeo:d({playerOptions:u}),file:d({attributes:u,tracks:c,forceVideo:a,forceAudio:a,forceHLS:a,forceDASH:a,forceFLV:a,hlsOptions:u,hlsVersion:i,dashVersion:i,flvVersion:i}),wistia:d({options:u,playerId:i,customControls:c}),mixcloud:d({options:u}),twitch:d({options:u,playerId:i}),vidyard:d({options:u})}),onReady:p,onStart:p,onPlay:p,onPause:p,onBuffer:p,onBufferEnd:p,onEnded:p,onError:p,onDuration:p,onSeek:p,onProgress:p,onClickPreview:p,onEnablePIP:p,onDisablePIP:p};t.propTypes=m;var h=function(){},g={playing:!1,loop:!1,controls:!1,volume:null,muted:!1,playbackRate:1,width:\"640px\",height:\"360px\",style:{},progressInterval:1e3,playsinline:!1,pip:!1,stopOnUnmount:!0,light:!1,fallback:null,wrapper:\"div\",previewTabIndex:0,config:{soundcloud:{options:{visual:!0,buying:!1,liking:!1,download:!1,sharing:!1,show_comments:!1,show_playcount:!1}},youtube:{playerVars:{playsinline:1,showinfo:0,rel:0,iv_load_policy:3,modestbranding:1},embedOptions:{},onUnstarted:h},facebook:{appId:\"1309697205772819\",version:\"v3.3\",playerId:null,attributes:{}},dailymotion:{params:{api:1,\"endscreen-enable\":!1}},vimeo:{playerOptions:{autopause:!1,byline:!1,portrait:!1,title:!1}},file:{attributes:{},tracks:[],forceVideo:!1,forceAudio:!1,forceHLS:!1,forceDASH:!1,forceFLV:!1,hlsOptions:{},hlsVersion:\"0.14.16\",dashVersion:\"3.1.3\",flvVersion:\"1.5.0\"},wistia:{options:{},playerId:null,customControls:null},mixcloud:{options:{hide_cover:1}},twitch:{options:{},playerId:null},vidyard:{options:{}}},onReady:h,onStart:h,onPlay:h,onPause:h,onBuffer:h,onBufferEnd:h,onEnded:h,onError:h,onDuration:h,onSeek:h,onProgress:h,onClickPreview:h,onEnablePIP:h,onDisablePIP:h};t.defaultProps=g},8045:(e,t,r)=>{\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.parseStartTime=function(e){return p(e,c)},t.parseEndTime=function(e){return p(e,s)},t.randomString=function(){return Math.random().toString(36).substr(2,5)},t.queryString=function(e){return Object.keys(e).map((function(t){return\"\".concat(t,\"=\").concat(e[t])})).join(\"&\")},t.getSDK=function(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:function(){return!0},i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:n.default,a=f(t);if(a&&o(a))return Promise.resolve(a);return new Promise((function(n,o){if(m[e])m[e].push({resolve:n,reject:o});else{m[e]=[{resolve:n,reject:o}];var a=function(t){m[e].forEach((function(e){return e.resolve(t)}))};if(r){var l=window[r];window[r]=function(){l&&l(),a(f(t))}}i(e,(function(n){n?(m[e].forEach((function(e){return e.reject(n)})),m[e]=null):r||a(f(t))}))}}))},t.getConfig=function(e,t){return(0,o.default)(t.config,e.config)},t.omit=function(e){for(var t,r=arguments.length,n=new Array(r>1?r-1:0),o=1;o<r;o++)n[o-1]=arguments[o];for(var i=(t=[]).concat.apply(t,n),a={},l=Object.keys(e),c=0,s=l;c<s.length;c++){var d=s[c];-1===i.indexOf(d)&&(a[d]=e[d])}return a},t.callPlayer=function(e){var t;if(!this.player||!this.player[e]){var r=\"ReactPlayer: \".concat(this.constructor.displayName,\" player could not call %c\").concat(e,\"%c – \");return this.player?this.player[e]||(r+=\"The method was not available\"):r+=\"The player was not available\",console.warn(r,\"font-weight: bold\",\"\"),null}for(var n=arguments.length,o=new Array(n>1?n-1:0),i=1;i<n;i++)o[i-1]=arguments[i];return(t=this.player)[e].apply(t,o)},t.isMediaStream=function(e){return\"undefined\"!=typeof window&&void 0!==window.MediaStream&&e instanceof window.MediaStream},t.isBlobUrl=function(e){return/^blob:/.test(e)},t.supportsWebKitPresentationMode=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:document.createElement(\"video\"),t=!1===/iPhone|iPod/.test(navigator.userAgent);return e.webkitSupportsPresentationMode&&\"function\"==typeof e.webkitSetPresentationMode&&t};var n=i(r(9090)),o=i(r(9996));function i(e){return e&&e.__esModule?e:{default:e}}function a(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if(\"undefined\"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var r=[],n=!0,o=!1,i=void 0;try{for(var a,l=e[Symbol.iterator]();!(n=(a=l.next()).done)&&(r.push(a.value),!t||r.length!==t);n=!0);}catch(e){o=!0,i=e}finally{try{n||null==l.return||l.return()}finally{if(o)throw i}}return r}(e,t)||function(e,t){if(!e)return;if(\"string\"==typeof e)return l(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);\"Object\"===r&&e.constructor&&(r=e.constructor.name);if(\"Map\"===r||\"Set\"===r)return Array.from(e);if(\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return l(e,t)}(e,t)||function(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}()}function l(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var c=/[?&#](?:start|t)=([0-9hms]+)/,s=/[?&#]end=([0-9hms]+)/,d=/(\\d+)(h|m|s)/g,u=/^\\d+$/;function p(e,t){if(!(e instanceof Array)){var r=e.match(t);if(r){var n=r[1];if(n.match(d))return function(e){var t=0,r=d.exec(e);for(;null!==r;){var n=a(r,3),o=n[1],i=n[2];\"h\"===i&&(t+=60*parseInt(o,10)*60),\"m\"===i&&(t+=60*parseInt(o,10)),\"s\"===i&&(t+=parseInt(o,10)),r=d.exec(e)}return t}(n);if(u.test(n))return parseInt(n)}}}function f(e){return window[e]?window[e]:window.exports&&window.exports[e]?window.exports[e]:window.module&&window.module.exports&&window.module.exports[e]?window.module.exports[e]:null}var m={}},8205:(e,t,r)=>{\"use strict\";function n(e){return n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e},n(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.PrevArrow=t.NextArrow=void 0;var o=l(r(7294)),i=l(r(4184)),a=r(5518);function l(e){return e&&e.__esModule?e:{default:e}}function c(){return c=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},c.apply(this,arguments)}function s(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function d(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?s(Object(r),!0).forEach((function(t){u(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):s(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function u(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function p(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function f(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function m(e,t,r){return t&&f(e.prototype,t),r&&f(e,r),Object.defineProperty(e,\"prototype\",{writable:!1}),e}function h(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,\"prototype\",{writable:!1}),t&&g(e,t)}function g(e,t){return g=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},g(e,t)}function b(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=v(e);if(t){var i=v(this).constructor;r=Reflect.construct(o,arguments,i)}else r=o.apply(this,arguments);return function(e,t){if(t&&(\"object\"===n(t)||\"function\"==typeof t))return t;if(void 0!==t)throw new TypeError(\"Derived constructors may only return object or undefined\");return function(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}(e)}(this,r)}}function v(e){return v=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},v(e)}var y=function(e){h(r,e);var t=b(r);function r(){return p(this,r),t.apply(this,arguments)}return m(r,[{key:\"clickHandler\",value:function(e,t){t&&t.preventDefault(),this.props.clickHandler(e,t)}},{key:\"render\",value:function(){var e={\"slick-arrow\":!0,\"slick-prev\":!0},t=this.clickHandler.bind(this,{message:\"previous\"});!this.props.infinite&&(0===this.props.currentSlide||this.props.slideCount<=this.props.slidesToShow)&&(e[\"slick-disabled\"]=!0,t=null);var r={key:\"0\",\"data-role\":\"none\",className:(0,i.default)(e),style:{display:\"block\"},onClick:t},n={currentSlide:this.props.currentSlide,slideCount:this.props.slideCount};return this.props.prevArrow?o.default.cloneElement(this.props.prevArrow,d(d({},r),n)):o.default.createElement(\"button\",c({key:\"0\",type:\"button\"},r),\" \",\"Previous\")}}]),r}(o.default.PureComponent);t.PrevArrow=y;var _=function(e){h(r,e);var t=b(r);function r(){return p(this,r),t.apply(this,arguments)}return m(r,[{key:\"clickHandler\",value:function(e,t){t&&t.preventDefault(),this.props.clickHandler(e,t)}},{key:\"render\",value:function(){var e={\"slick-arrow\":!0,\"slick-next\":!0},t=this.clickHandler.bind(this,{message:\"next\"});(0,a.canGoNext)(this.props)||(e[\"slick-disabled\"]=!0,t=null);var r={key:\"1\",\"data-role\":\"none\",className:(0,i.default)(e),style:{display:\"block\"},onClick:t},n={currentSlide:this.props.currentSlide,slideCount:this.props.slideCount};return this.props.nextArrow?o.default.cloneElement(this.props.nextArrow,d(d({},r),n)):o.default.createElement(\"button\",c({key:\"1\",type:\"button\"},r),\" \",\"Next\")}}]),r}(o.default.PureComponent);t.NextArrow=_},3492:(e,t,r)=>{\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var n,o=(n=r(7294))&&n.__esModule?n:{default:n};var i={accessibility:!0,adaptiveHeight:!1,afterChange:null,appendDots:function(e){return o.default.createElement(\"ul\",{style:{display:\"block\"}},e)},arrows:!0,autoplay:!1,autoplaySpeed:3e3,beforeChange:null,centerMode:!1,centerPadding:\"50px\",className:\"\",cssEase:\"ease\",customPaging:function(e){return o.default.createElement(\"button\",null,e+1)},dots:!1,dotsClass:\"slick-dots\",draggable:!0,easing:\"linear\",edgeFriction:.35,fade:!1,focusOnSelect:!1,infinite:!0,initialSlide:0,lazyLoad:null,nextArrow:null,onEdge:null,onInit:null,onLazyLoadError:null,onReInit:null,pauseOnDotsHover:!1,pauseOnFocus:!1,pauseOnHover:!0,prevArrow:null,responsive:null,rows:1,rtl:!1,slide:\"div\",slidesPerRow:1,slidesToScroll:1,slidesToShow:1,speed:500,swipe:!0,swipeEvent:null,swipeToSlide:!1,touchMove:!0,touchThreshold:5,useCSS:!0,useTransform:!0,variableWidth:!1,vertical:!1,waitForAnimate:!0};t.default=i},6329:(e,t,r)=>{\"use strict\";function n(e){return n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e},n(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.Dots=void 0;var o=l(r(7294)),i=l(r(4184)),a=r(5518);function l(e){return e&&e.__esModule?e:{default:e}}function c(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function s(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function d(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function u(e,t){return u=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},u(e,t)}function p(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=f(e);if(t){var i=f(this).constructor;r=Reflect.construct(o,arguments,i)}else r=o.apply(this,arguments);return function(e,t){if(t&&(\"object\"===n(t)||\"function\"==typeof t))return t;if(void 0!==t)throw new TypeError(\"Derived constructors may only return object or undefined\");return function(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}(e)}(this,r)}}function f(e){return f=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},f(e)}var m=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,\"prototype\",{writable:!1}),t&&u(e,t)}(f,e);var t,r,n,l=p(f);function f(){return function(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}(this,f),l.apply(this,arguments)}return t=f,r=[{key:\"clickHandler\",value:function(e,t){t.preventDefault(),this.props.clickHandler(e)}},{key:\"render\",value:function(){for(var e,t=this.props,r=t.onMouseEnter,n=t.onMouseOver,l=t.onMouseLeave,d=t.infinite,u=t.slidesToScroll,p=t.slidesToShow,f=t.slideCount,m=t.currentSlide,h=(e={slideCount:f,slidesToScroll:u,slidesToShow:p,infinite:d}).infinite?Math.ceil(e.slideCount/e.slidesToScroll):Math.ceil((e.slideCount-e.slidesToShow)/e.slidesToScroll)+1,g={onMouseEnter:r,onMouseOver:n,onMouseLeave:l},b=[],v=0;v<h;v++){var y=(v+1)*u-1,_=d?y:(0,a.clamp)(y,0,f-1),k=_-(u-1),w=d?k:(0,a.clamp)(k,0,f-1),x=(0,i.default)({\"slick-active\":d?m>=w&&m<=_:m===w}),B={message:\"dots\",index:v,slidesToScroll:u,currentSlide:m},S=this.clickHandler.bind(this,B);b=b.concat(o.default.createElement(\"li\",{key:v,className:x},o.default.cloneElement(this.props.customPaging(v),{onClick:S})))}return o.default.cloneElement(this.props.appendDots(b),function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?c(Object(r),!0).forEach((function(t){s(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):c(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({className:this.props.dotsClass},g))}}],r&&d(t.prototype,r),n&&d(t,n),Object.defineProperty(t,\"prototype\",{writable:!1}),f}(o.default.PureComponent);t.Dots=m},6066:(e,t,r)=>{\"use strict\";var n;t.Z=void 0;var o=((n=r(5798))&&n.__esModule?n:{default:n}).default;t.Z=o},6948:(e,t)=>{\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var r={animating:!1,autoplaying:null,currentDirection:0,currentLeft:null,currentSlide:0,direction:1,dragging:!1,edgeDragged:!1,initialized:!1,lazyLoadedList:[],listHeight:null,listWidth:null,scrolling:!1,slideCount:null,slideHeight:null,slideWidth:null,swipeLeft:null,swiped:!1,swiping:!1,touchObject:{startX:0,startY:0,curX:0,curY:0},trackStyle:{},trackWidth:0,targetSlide:0};t.default=r},8517:(e,t,r)=>{\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.InnerSlider=void 0;var n=p(r(7294)),o=p(r(6948)),i=p(r(1296)),a=p(r(4184)),l=r(5518),c=r(4740),s=r(6329),d=r(8205),u=p(r(1033));function p(e){return e&&e.__esModule?e:{default:e}}function f(e){return f=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e},f(e)}function m(){return m=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},m.apply(this,arguments)}function h(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}function g(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function b(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?g(Object(r),!0).forEach((function(t){x(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):g(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function v(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function y(e,t){return y=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},y(e,t)}function _(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=w(e);if(t){var o=w(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return function(e,t){if(t&&(\"object\"===f(t)||\"function\"==typeof t))return t;if(void 0!==t)throw new TypeError(\"Derived constructors may only return object or undefined\");return k(e)}(this,r)}}function k(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function w(e){return w=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},w(e)}function x(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var B=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,\"prototype\",{writable:!1}),t&&y(e,t)}(w,e);var t,r,p,g=_(w);function w(e){var t;!function(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}(this,w),x(k(t=g.call(this,e)),\"listRefHandler\",(function(e){return t.list=e})),x(k(t),\"trackRefHandler\",(function(e){return t.track=e})),x(k(t),\"adaptHeight\",(function(){if(t.props.adaptiveHeight&&t.list){var e=t.list.querySelector('[data-index=\"'.concat(t.state.currentSlide,'\"]'));t.list.style.height=(0,l.getHeight)(e)+\"px\"}})),x(k(t),\"componentDidMount\",(function(){if(t.props.onInit&&t.props.onInit(),t.props.lazyLoad){var e=(0,l.getOnDemandLazySlides)(b(b({},t.props),t.state));e.length>0&&(t.setState((function(t){return{lazyLoadedList:t.lazyLoadedList.concat(e)}})),t.props.onLazyLoad&&t.props.onLazyLoad(e))}var r=b({listRef:t.list,trackRef:t.track},t.props);t.updateState(r,!0,(function(){t.adaptHeight(),t.props.autoplay&&t.autoPlay(\"update\")})),\"progressive\"===t.props.lazyLoad&&(t.lazyLoadTimer=setInterval(t.progressiveLazyLoad,1e3)),t.ro=new u.default((function(){t.state.animating?(t.onWindowResized(!1),t.callbackTimers.push(setTimeout((function(){return t.onWindowResized()}),t.props.speed))):t.onWindowResized()})),t.ro.observe(t.list),document.querySelectorAll&&Array.prototype.forEach.call(document.querySelectorAll(\".slick-slide\"),(function(e){e.onfocus=t.props.pauseOnFocus?t.onSlideFocus:null,e.onblur=t.props.pauseOnFocus?t.onSlideBlur:null})),window.addEventListener?window.addEventListener(\"resize\",t.onWindowResized):window.attachEvent(\"onresize\",t.onWindowResized)})),x(k(t),\"componentWillUnmount\",(function(){t.animationEndCallback&&clearTimeout(t.animationEndCallback),t.lazyLoadTimer&&clearInterval(t.lazyLoadTimer),t.callbackTimers.length&&(t.callbackTimers.forEach((function(e){return clearTimeout(e)})),t.callbackTimers=[]),window.addEventListener?window.removeEventListener(\"resize\",t.onWindowResized):window.detachEvent(\"onresize\",t.onWindowResized),t.autoplayTimer&&clearInterval(t.autoplayTimer),t.ro.disconnect()})),x(k(t),\"componentDidUpdate\",(function(e){if(t.checkImagesLoad(),t.props.onReInit&&t.props.onReInit(),t.props.lazyLoad){var r=(0,l.getOnDemandLazySlides)(b(b({},t.props),t.state));r.length>0&&(t.setState((function(e){return{lazyLoadedList:e.lazyLoadedList.concat(r)}})),t.props.onLazyLoad&&t.props.onLazyLoad(r))}t.adaptHeight();var o=b(b({listRef:t.list,trackRef:t.track},t.props),t.state),i=t.didPropsChange(e);i&&t.updateState(o,i,(function(){t.state.currentSlide>=n.default.Children.count(t.props.children)&&t.changeSlide({message:\"index\",index:n.default.Children.count(t.props.children)-t.props.slidesToShow,currentSlide:t.state.currentSlide}),t.props.autoplay?t.autoPlay(\"update\"):t.pause(\"paused\")}))})),x(k(t),\"onWindowResized\",(function(e){t.debouncedResize&&t.debouncedResize.cancel(),t.debouncedResize=(0,i.default)((function(){return t.resizeWindow(e)}),50),t.debouncedResize()})),x(k(t),\"resizeWindow\",(function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];if(Boolean(t.track&&t.track.node)){var r=b(b({listRef:t.list,trackRef:t.track},t.props),t.state);t.updateState(r,e,(function(){t.props.autoplay?t.autoPlay(\"update\"):t.pause(\"paused\")})),t.setState({animating:!1}),clearTimeout(t.animationEndCallback),delete t.animationEndCallback}})),x(k(t),\"updateState\",(function(e,r,o){var i=(0,l.initializedState)(e);e=b(b(b({},e),i),{},{slideIndex:i.currentSlide});var a=(0,l.getTrackLeft)(e);e=b(b({},e),{},{left:a});var c=(0,l.getTrackCSS)(e);(r||n.default.Children.count(t.props.children)!==n.default.Children.count(e.children))&&(i.trackStyle=c),t.setState(i,o)})),x(k(t),\"ssrInit\",(function(){if(t.props.variableWidth){var e=0,r=0,o=[],i=(0,l.getPreClones)(b(b(b({},t.props),t.state),{},{slideCount:t.props.children.length})),a=(0,l.getPostClones)(b(b(b({},t.props),t.state),{},{slideCount:t.props.children.length}));t.props.children.forEach((function(t){o.push(t.props.style.width),e+=t.props.style.width}));for(var c=0;c<i;c++)r+=o[o.length-1-c],e+=o[o.length-1-c];for(var s=0;s<a;s++)e+=o[s];for(var d=0;d<t.state.currentSlide;d++)r+=o[d];var u={width:e+\"px\",left:-r+\"px\"};if(t.props.centerMode){var p=\"\".concat(o[t.state.currentSlide],\"px\");u.left=\"calc(\".concat(u.left,\" + (100% - \").concat(p,\") / 2 ) \")}return{trackStyle:u}}var f=n.default.Children.count(t.props.children),m=b(b(b({},t.props),t.state),{},{slideCount:f}),h=(0,l.getPreClones)(m)+(0,l.getPostClones)(m)+f,g=100/t.props.slidesToShow*h,v=100/h,y=-v*((0,l.getPreClones)(m)+t.state.currentSlide)*g/100;return t.props.centerMode&&(y+=(100-v*g/100)/2),{slideWidth:v+\"%\",trackStyle:{width:g+\"%\",left:y+\"%\"}}})),x(k(t),\"checkImagesLoad\",(function(){var e=t.list&&t.list.querySelectorAll&&t.list.querySelectorAll(\".slick-slide img\")||[],r=e.length,n=0;Array.prototype.forEach.call(e,(function(e){var o=function(){return++n&&n>=r&&t.onWindowResized()};if(e.onclick){var i=e.onclick;e.onclick=function(){i(),e.parentNode.focus()}}else e.onclick=function(){return e.parentNode.focus()};e.onload||(t.props.lazyLoad?e.onload=function(){t.adaptHeight(),t.callbackTimers.push(setTimeout(t.onWindowResized,t.props.speed))}:(e.onload=o,e.onerror=function(){o(),t.props.onLazyLoadError&&t.props.onLazyLoadError()}))}))})),x(k(t),\"progressiveLazyLoad\",(function(){for(var e=[],r=b(b({},t.props),t.state),n=t.state.currentSlide;n<t.state.slideCount+(0,l.getPostClones)(r);n++)if(t.state.lazyLoadedList.indexOf(n)<0){e.push(n);break}for(var o=t.state.currentSlide-1;o>=-(0,l.getPreClones)(r);o--)if(t.state.lazyLoadedList.indexOf(o)<0){e.push(o);break}e.length>0?(t.setState((function(t){return{lazyLoadedList:t.lazyLoadedList.concat(e)}})),t.props.onLazyLoad&&t.props.onLazyLoad(e)):t.lazyLoadTimer&&(clearInterval(t.lazyLoadTimer),delete t.lazyLoadTimer)})),x(k(t),\"slideHandler\",(function(e){var r=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=t.props,o=n.asNavFor,i=n.beforeChange,a=n.onLazyLoad,c=n.speed,s=n.afterChange,d=t.state.currentSlide,u=(0,l.slideHandler)(b(b(b({index:e},t.props),t.state),{},{trackRef:t.track,useCSS:t.props.useCSS&&!r})),p=u.state,f=u.nextState;if(p){i&&i(d,p.currentSlide);var m=p.lazyLoadedList.filter((function(e){return t.state.lazyLoadedList.indexOf(e)<0}));a&&m.length>0&&a(m),!t.props.waitForAnimate&&t.animationEndCallback&&(clearTimeout(t.animationEndCallback),s&&s(d),delete t.animationEndCallback),t.setState(p,(function(){o&&t.asNavForIndex!==e&&(t.asNavForIndex=e,o.innerSlider.slideHandler(e)),f&&(t.animationEndCallback=setTimeout((function(){var e=f.animating,r=h(f,[\"animating\"]);t.setState(r,(function(){t.callbackTimers.push(setTimeout((function(){return t.setState({animating:e})}),10)),s&&s(p.currentSlide),delete t.animationEndCallback}))}),c))}))}})),x(k(t),\"changeSlide\",(function(e){var r=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=b(b({},t.props),t.state),o=(0,l.changeSlide)(n,e);if((0===o||o)&&(!0===r?t.slideHandler(o,r):t.slideHandler(o),t.props.autoplay&&t.autoPlay(\"update\"),t.props.focusOnSelect)){var i=t.list.querySelectorAll(\".slick-current\");i[0]&&i[0].focus()}})),x(k(t),\"clickHandler\",(function(e){!1===t.clickable&&(e.stopPropagation(),e.preventDefault()),t.clickable=!0})),x(k(t),\"keyHandler\",(function(e){var r=(0,l.keyHandler)(e,t.props.accessibility,t.props.rtl);\"\"!==r&&t.changeSlide({message:r})})),x(k(t),\"selectHandler\",(function(e){t.changeSlide(e)})),x(k(t),\"disableBodyScroll\",(function(){window.ontouchmove=function(e){(e=e||window.event).preventDefault&&e.preventDefault(),e.returnValue=!1}})),x(k(t),\"enableBodyScroll\",(function(){window.ontouchmove=null})),x(k(t),\"swipeStart\",(function(e){t.props.verticalSwiping&&t.disableBodyScroll();var r=(0,l.swipeStart)(e,t.props.swipe,t.props.draggable);\"\"!==r&&t.setState(r)})),x(k(t),\"swipeMove\",(function(e){var r=(0,l.swipeMove)(e,b(b(b({},t.props),t.state),{},{trackRef:t.track,listRef:t.list,slideIndex:t.state.currentSlide}));r&&(r.swiping&&(t.clickable=!1),t.setState(r))})),x(k(t),\"swipeEnd\",(function(e){var r=(0,l.swipeEnd)(e,b(b(b({},t.props),t.state),{},{trackRef:t.track,listRef:t.list,slideIndex:t.state.currentSlide}));if(r){var n=r.triggerSlideHandler;delete r.triggerSlideHandler,t.setState(r),void 0!==n&&(t.slideHandler(n),t.props.verticalSwiping&&t.enableBodyScroll())}})),x(k(t),\"touchEnd\",(function(e){t.swipeEnd(e),t.clickable=!0})),x(k(t),\"slickPrev\",(function(){t.callbackTimers.push(setTimeout((function(){return t.changeSlide({message:\"previous\"})}),0))})),x(k(t),\"slickNext\",(function(){t.callbackTimers.push(setTimeout((function(){return t.changeSlide({message:\"next\"})}),0))})),x(k(t),\"slickGoTo\",(function(e){var r=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(e=Number(e),isNaN(e))return\"\";t.callbackTimers.push(setTimeout((function(){return t.changeSlide({message:\"index\",index:e,currentSlide:t.state.currentSlide},r)}),0))})),x(k(t),\"play\",(function(){var e;if(t.props.rtl)e=t.state.currentSlide-t.props.slidesToScroll;else{if(!(0,l.canGoNext)(b(b({},t.props),t.state)))return!1;e=t.state.currentSlide+t.props.slidesToScroll}t.slideHandler(e)})),x(k(t),\"autoPlay\",(function(e){t.autoplayTimer&&clearInterval(t.autoplayTimer);var r=t.state.autoplaying;if(\"update\"===e){if(\"hovered\"===r||\"focused\"===r||\"paused\"===r)return}else if(\"leave\"===e){if(\"paused\"===r||\"focused\"===r)return}else if(\"blur\"===e&&(\"paused\"===r||\"hovered\"===r))return;t.autoplayTimer=setInterval(t.play,t.props.autoplaySpeed+50),t.setState({autoplaying:\"playing\"})})),x(k(t),\"pause\",(function(e){t.autoplayTimer&&(clearInterval(t.autoplayTimer),t.autoplayTimer=null);var r=t.state.autoplaying;\"paused\"===e?t.setState({autoplaying:\"paused\"}):\"focused\"===e?\"hovered\"!==r&&\"playing\"!==r||t.setState({autoplaying:\"focused\"}):\"playing\"===r&&t.setState({autoplaying:\"hovered\"})})),x(k(t),\"onDotsOver\",(function(){return t.props.autoplay&&t.pause(\"hovered\")})),x(k(t),\"onDotsLeave\",(function(){return t.props.autoplay&&\"hovered\"===t.state.autoplaying&&t.autoPlay(\"leave\")})),x(k(t),\"onTrackOver\",(function(){return t.props.autoplay&&t.pause(\"hovered\")})),x(k(t),\"onTrackLeave\",(function(){return t.props.autoplay&&\"hovered\"===t.state.autoplaying&&t.autoPlay(\"leave\")})),x(k(t),\"onSlideFocus\",(function(){return t.props.autoplay&&t.pause(\"focused\")})),x(k(t),\"onSlideBlur\",(function(){return t.props.autoplay&&\"focused\"===t.state.autoplaying&&t.autoPlay(\"blur\")})),x(k(t),\"render\",(function(){var e,r,o,i=(0,a.default)(\"slick-slider\",t.props.className,{\"slick-vertical\":t.props.vertical,\"slick-initialized\":!0}),u=b(b({},t.props),t.state),p=(0,l.extractObject)(u,[\"fade\",\"cssEase\",\"speed\",\"infinite\",\"centerMode\",\"focusOnSelect\",\"currentSlide\",\"lazyLoad\",\"lazyLoadedList\",\"rtl\",\"slideWidth\",\"slideHeight\",\"listHeight\",\"vertical\",\"slidesToShow\",\"slidesToScroll\",\"slideCount\",\"trackStyle\",\"variableWidth\",\"unslick\",\"centerPadding\",\"targetSlide\",\"useCSS\"]),f=t.props.pauseOnHover;if(p=b(b({},p),{},{onMouseEnter:f?t.onTrackOver:null,onMouseLeave:f?t.onTrackLeave:null,onMouseOver:f?t.onTrackOver:null,focusOnSelect:t.props.focusOnSelect&&t.clickable?t.selectHandler:null}),!0===t.props.dots&&t.state.slideCount>=t.props.slidesToShow){var h=(0,l.extractObject)(u,[\"dotsClass\",\"slideCount\",\"slidesToShow\",\"currentSlide\",\"slidesToScroll\",\"clickHandler\",\"children\",\"customPaging\",\"infinite\",\"appendDots\"]),g=t.props.pauseOnDotsHover;h=b(b({},h),{},{clickHandler:t.changeSlide,onMouseEnter:g?t.onDotsLeave:null,onMouseOver:g?t.onDotsOver:null,onMouseLeave:g?t.onDotsLeave:null}),e=n.default.createElement(s.Dots,h)}var v=(0,l.extractObject)(u,[\"infinite\",\"centerMode\",\"currentSlide\",\"slideCount\",\"slidesToShow\",\"prevArrow\",\"nextArrow\"]);v.clickHandler=t.changeSlide,t.props.arrows&&(r=n.default.createElement(d.PrevArrow,v),o=n.default.createElement(d.NextArrow,v));var y=null;t.props.vertical&&(y={height:t.state.listHeight});var _=null;!1===t.props.vertical?!0===t.props.centerMode&&(_={padding:\"0px \"+t.props.centerPadding}):!0===t.props.centerMode&&(_={padding:t.props.centerPadding+\" 0px\"});var k=b(b({},y),_),w=t.props.touchMove,x={className:\"slick-list\",style:k,onClick:t.clickHandler,onMouseDown:w?t.swipeStart:null,onMouseMove:t.state.dragging&&w?t.swipeMove:null,onMouseUp:w?t.swipeEnd:null,onMouseLeave:t.state.dragging&&w?t.swipeEnd:null,onTouchStart:w?t.swipeStart:null,onTouchMove:t.state.dragging&&w?t.swipeMove:null,onTouchEnd:w?t.touchEnd:null,onTouchCancel:t.state.dragging&&w?t.swipeEnd:null,onKeyDown:t.props.accessibility?t.keyHandler:null},B={className:i,dir:\"ltr\",style:t.props.style};return t.props.unslick&&(x={className:\"slick-list\"},B={className:i}),n.default.createElement(\"div\",B,t.props.unslick?\"\":r,n.default.createElement(\"div\",m({ref:t.listRefHandler},x),n.default.createElement(c.Track,m({ref:t.trackRefHandler},p),t.props.children)),t.props.unslick?\"\":o,t.props.unslick?\"\":e)})),t.list=null,t.track=null,t.state=b(b({},o.default),{},{currentSlide:t.props.initialSlide,slideCount:n.default.Children.count(t.props.children)}),t.callbackTimers=[],t.clickable=!0,t.debouncedResize=null;var r=t.ssrInit();return t.state=b(b({},t.state),r),t}return t=w,(r=[{key:\"didPropsChange\",value:function(e){for(var t=!1,r=0,o=Object.keys(this.props);r<o.length;r++){var i=o[r];if(!e.hasOwnProperty(i)){t=!0;break}if(\"object\"!==f(e[i])&&\"function\"!=typeof e[i]&&e[i]!==this.props[i]){t=!0;break}}return t||n.default.Children.count(this.props.children)!==n.default.Children.count(e.children)}}])&&v(t.prototype,r),p&&v(t,p),Object.defineProperty(t,\"prototype\",{writable:!1}),w}(n.default.Component);t.InnerSlider=B},5798:(e,t,r)=>{\"use strict\";function n(e){return n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e},n(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var o=s(r(7294)),i=r(8517),a=s(r(973)),l=s(r(3492)),c=r(5518);function s(e){return e&&e.__esModule?e:{default:e}}function d(){return d=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},d.apply(this,arguments)}function u(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function p(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?u(Object(r),!0).forEach((function(t){v(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):u(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function f(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function m(e,t){return m=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},m(e,t)}function h(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=b(e);if(t){var i=b(this).constructor;r=Reflect.construct(o,arguments,i)}else r=o.apply(this,arguments);return function(e,t){if(t&&(\"object\"===n(t)||\"function\"==typeof t))return t;if(void 0!==t)throw new TypeError(\"Derived constructors may only return object or undefined\");return g(e)}(this,r)}}function g(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function b(e){return b=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},b(e)}function v(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var y=(0,c.canUseDOM)()&&r(4974),_=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,\"prototype\",{writable:!1}),t&&m(e,t)}(u,e);var t,r,n,s=h(u);function u(e){var t;return function(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}(this,u),v(g(t=s.call(this,e)),\"innerSliderRefHandler\",(function(e){return t.innerSlider=e})),v(g(t),\"slickPrev\",(function(){return t.innerSlider.slickPrev()})),v(g(t),\"slickNext\",(function(){return t.innerSlider.slickNext()})),v(g(t),\"slickGoTo\",(function(e){var r=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return t.innerSlider.slickGoTo(e,r)})),v(g(t),\"slickPause\",(function(){return t.innerSlider.pause(\"paused\")})),v(g(t),\"slickPlay\",(function(){return t.innerSlider.autoPlay(\"play\")})),t.state={breakpoint:null},t._responsiveMediaHandlers=[],t}return t=u,(r=[{key:\"media\",value:function(e,t){y.register(e,t),this._responsiveMediaHandlers.push({query:e,handler:t})}},{key:\"componentDidMount\",value:function(){var e=this;if(this.props.responsive){var t=this.props.responsive.map((function(e){return e.breakpoint}));t.sort((function(e,t){return e-t})),t.forEach((function(r,n){var o;o=0===n?(0,a.default)({minWidth:0,maxWidth:r}):(0,a.default)({minWidth:t[n-1]+1,maxWidth:r}),(0,c.canUseDOM)()&&e.media(o,(function(){e.setState({breakpoint:r})}))}));var r=(0,a.default)({minWidth:t.slice(-1)[0]});(0,c.canUseDOM)()&&this.media(r,(function(){e.setState({breakpoint:null})}))}}},{key:\"componentWillUnmount\",value:function(){this._responsiveMediaHandlers.forEach((function(e){y.unregister(e.query,e.handler)}))}},{key:\"render\",value:function(){var e,t,r=this;(e=this.state.breakpoint?\"unslick\"===(t=this.props.responsive.filter((function(e){return e.breakpoint===r.state.breakpoint})))[0].settings?\"unslick\":p(p(p({},l.default),this.props),t[0].settings):p(p({},l.default),this.props)).centerMode&&(e.slidesToScroll,e.slidesToScroll=1),e.fade&&(e.slidesToShow,e.slidesToScroll,e.slidesToShow=1,e.slidesToScroll=1);var n=o.default.Children.toArray(this.props.children);n=n.filter((function(e){return\"string\"==typeof e?!!e.trim():!!e})),e.variableWidth&&(e.rows>1||e.slidesPerRow>1)&&(console.warn(\"variableWidth is not supported in case of rows > 1 or slidesPerRow > 1\"),e.variableWidth=!1);for(var a=[],c=null,s=0;s<n.length;s+=e.rows*e.slidesPerRow){for(var u=[],f=s;f<s+e.rows*e.slidesPerRow;f+=e.slidesPerRow){for(var m=[],h=f;h<f+e.slidesPerRow&&(e.variableWidth&&n[h].props.style&&(c=n[h].props.style.width),!(h>=n.length));h+=1)m.push(o.default.cloneElement(n[h],{key:100*s+10*f+h,tabIndex:-1,style:{width:\"\".concat(100/e.slidesPerRow,\"%\"),display:\"inline-block\"}}));u.push(o.default.createElement(\"div\",{key:10*s+f},m))}e.variableWidth?a.push(o.default.createElement(\"div\",{key:s,style:{width:c}},u)):a.push(o.default.createElement(\"div\",{key:s},u))}if(\"unslick\"===e){var g=\"regular slider \"+(this.props.className||\"\");return o.default.createElement(\"div\",{className:g},n)}return a.length<=e.slidesToShow&&(e.unslick=!0),o.default.createElement(i.InnerSlider,d({style:this.props.style,ref:this.innerSliderRefHandler},e),a)}}])&&f(t.prototype,r),n&&f(t,n),Object.defineProperty(t,\"prototype\",{writable:!1}),u}(o.default.Component);t.default=_},4740:(e,t,r)=>{\"use strict\";function n(e){return n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e},n(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.Track=void 0;var o=l(r(7294)),i=l(r(4184)),a=r(5518);function l(e){return e&&e.__esModule?e:{default:e}}function c(){return c=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},c.apply(this,arguments)}function s(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function d(e,t){return d=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},d(e,t)}function u(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,o=f(e);if(t){var i=f(this).constructor;r=Reflect.construct(o,arguments,i)}else r=o.apply(this,arguments);return function(e,t){if(t&&(\"object\"===n(t)||\"function\"==typeof t))return t;if(void 0!==t)throw new TypeError(\"Derived constructors may only return object or undefined\");return p(e)}(this,r)}}function p(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function f(e){return f=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},f(e)}function m(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function h(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?m(Object(r),!0).forEach((function(t){g(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):m(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function g(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var b=function(e){var t,r,n,o,i;return n=(i=e.rtl?e.slideCount-1-e.index:e.index)<0||i>=e.slideCount,e.centerMode?(o=Math.floor(e.slidesToShow/2),r=(i-e.currentSlide)%e.slideCount==0,i>e.currentSlide-o-1&&i<=e.currentSlide+o&&(t=!0)):t=e.currentSlide<=i&&i<e.currentSlide+e.slidesToShow,{\"slick-slide\":!0,\"slick-active\":t,\"slick-center\":r,\"slick-cloned\":n,\"slick-current\":i===(e.targetSlide<0?e.targetSlide+e.slideCount:e.targetSlide>=e.slideCount?e.targetSlide-e.slideCount:e.targetSlide)}},v=function(e,t){return e.key||t},y=function(e){var t,r=[],n=[],l=[],c=o.default.Children.count(e.children),s=(0,a.lazyStartIndex)(e),d=(0,a.lazyEndIndex)(e);return o.default.Children.forEach(e.children,(function(u,p){var f,m={message:\"children\",index:p,slidesToScroll:e.slidesToScroll,currentSlide:e.currentSlide};f=!e.lazyLoad||e.lazyLoad&&e.lazyLoadedList.indexOf(p)>=0?u:o.default.createElement(\"div\",null);var g=function(e){var t={};return void 0!==e.variableWidth&&!1!==e.variableWidth||(t.width=e.slideWidth),e.fade&&(t.position=\"relative\",e.vertical?t.top=-e.index*parseInt(e.slideHeight):t.left=-e.index*parseInt(e.slideWidth),t.opacity=e.currentSlide===e.index?1:0,e.useCSS&&(t.transition=\"opacity \"+e.speed+\"ms \"+e.cssEase+\", visibility \"+e.speed+\"ms \"+e.cssEase)),t}(h(h({},e),{},{index:p})),y=f.props.className||\"\",_=b(h(h({},e),{},{index:p}));if(r.push(o.default.cloneElement(f,{key:\"original\"+v(f,p),\"data-index\":p,className:(0,i.default)(_,y),tabIndex:\"-1\",\"aria-hidden\":!_[\"slick-active\"],style:h(h({outline:\"none\"},f.props.style||{}),g),onClick:function(t){f.props&&f.props.onClick&&f.props.onClick(t),e.focusOnSelect&&e.focusOnSelect(m)}})),e.infinite&&!1===e.fade){var k=c-p;k<=(0,a.getPreClones)(e)&&c!==e.slidesToShow&&((t=-k)>=s&&(f=u),_=b(h(h({},e),{},{index:t})),n.push(o.default.cloneElement(f,{key:\"precloned\"+v(f,t),\"data-index\":t,tabIndex:\"-1\",className:(0,i.default)(_,y),\"aria-hidden\":!_[\"slick-active\"],style:h(h({},f.props.style||{}),g),onClick:function(t){f.props&&f.props.onClick&&f.props.onClick(t),e.focusOnSelect&&e.focusOnSelect(m)}}))),c!==e.slidesToShow&&((t=c+p)<d&&(f=u),_=b(h(h({},e),{},{index:t})),l.push(o.default.cloneElement(f,{key:\"postcloned\"+v(f,t),\"data-index\":t,tabIndex:\"-1\",className:(0,i.default)(_,y),\"aria-hidden\":!_[\"slick-active\"],style:h(h({},f.props.style||{}),g),onClick:function(t){f.props&&f.props.onClick&&f.props.onClick(t),e.focusOnSelect&&e.focusOnSelect(m)}})))}})),e.rtl?n.concat(r,l).reverse():n.concat(r,l)},_=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,\"prototype\",{writable:!1}),t&&d(e,t)}(a,e);var t,r,n,i=u(a);function a(){var e;!function(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}(this,a);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return g(p(e=i.call.apply(i,[this].concat(r))),\"node\",null),g(p(e),\"handleRef\",(function(t){e.node=t})),e}return t=a,(r=[{key:\"render\",value:function(){var e=y(this.props),t=this.props,r={onMouseEnter:t.onMouseEnter,onMouseOver:t.onMouseOver,onMouseLeave:t.onMouseLeave};return o.default.createElement(\"div\",c({ref:this.handleRef,className:\"slick-track\",style:this.props.trackStyle},r),e)}}])&&s(t.prototype,r),n&&s(t,n),Object.defineProperty(t,\"prototype\",{writable:!1}),a}(o.default.PureComponent);t.Track=_},5518:(e,t,r)=>{\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.checkSpecKeys=t.checkNavigable=t.changeSlide=t.canUseDOM=t.canGoNext=void 0,t.clamp=c,t.swipeStart=t.swipeMove=t.swipeEnd=t.slidesOnRight=t.slidesOnLeft=t.slideHandler=t.siblingDirection=t.safePreventDefault=t.lazyStartIndex=t.lazySlidesOnRight=t.lazySlidesOnLeft=t.lazyEndIndex=t.keyHandler=t.initializedState=t.getWidth=t.getTrackLeft=t.getTrackCSS=t.getTrackAnimateCSS=t.getTotalSlides=t.getSwipeDirection=t.getSlideCount=t.getRequiredLazySlides=t.getPreClones=t.getPostClones=t.getOnDemandLazySlides=t.getNavigableIndexes=t.getHeight=t.extractObject=void 0;var n,o=(n=r(7294))&&n.__esModule?n:{default:n};function i(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function a(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?i(Object(r),!0).forEach((function(t){l(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):i(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function l(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function c(e,t,r){return Math.max(t,Math.min(e,r))}var s=function(e){[\"onTouchStart\",\"onTouchMove\",\"onWheel\"].includes(e._reactName)||e.preventDefault()};t.safePreventDefault=s;var d=function(e){for(var t=[],r=u(e),n=p(e),o=r;o<n;o++)e.lazyLoadedList.indexOf(o)<0&&t.push(o);return t};t.getOnDemandLazySlides=d;t.getRequiredLazySlides=function(e){for(var t=[],r=u(e),n=p(e),o=r;o<n;o++)t.push(o);return t};var u=function(e){return e.currentSlide-f(e)};t.lazyStartIndex=u;var p=function(e){return e.currentSlide+m(e)};t.lazyEndIndex=p;var f=function(e){return e.centerMode?Math.floor(e.slidesToShow/2)+(parseInt(e.centerPadding)>0?1:0):0};t.lazySlidesOnLeft=f;var m=function(e){return e.centerMode?Math.floor((e.slidesToShow-1)/2)+1+(parseInt(e.centerPadding)>0?1:0):e.slidesToShow};t.lazySlidesOnRight=m;var h=function(e){return e&&e.offsetWidth||0};t.getWidth=h;var g=function(e){return e&&e.offsetHeight||0};t.getHeight=g;var b=function(e){var t,r,n,o,i=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return t=e.startX-e.curX,r=e.startY-e.curY,n=Math.atan2(r,t),(o=Math.round(180*n/Math.PI))<0&&(o=360-Math.abs(o)),o<=45&&o>=0||o<=360&&o>=315?\"left\":o>=135&&o<=225?\"right\":!0===i?o>=35&&o<=135?\"up\":\"down\":\"vertical\"};t.getSwipeDirection=b;var v=function(e){var t=!0;return e.infinite||(e.centerMode&&e.currentSlide>=e.slideCount-1||e.slideCount<=e.slidesToShow||e.currentSlide>=e.slideCount-e.slidesToShow)&&(t=!1),t};t.canGoNext=v;t.extractObject=function(e,t){var r={};return t.forEach((function(t){return r[t]=e[t]})),r};t.initializedState=function(e){var t,r=o.default.Children.count(e.children),n=e.listRef,i=Math.ceil(h(n)),l=e.trackRef&&e.trackRef.node,c=Math.ceil(h(l));if(e.vertical)t=i;else{var s=e.centerMode&&2*parseInt(e.centerPadding);\"string\"==typeof e.centerPadding&&\"%\"===e.centerPadding.slice(-1)&&(s*=i/100),t=Math.ceil((i-s)/e.slidesToShow)}var u=n&&g(n.querySelector('[data-index=\"0\"]')),p=u*e.slidesToShow,f=void 0===e.currentSlide?e.initialSlide:e.currentSlide;e.rtl&&void 0===e.currentSlide&&(f=r-1-e.initialSlide);var m=e.lazyLoadedList||[],b=d(a(a({},e),{},{currentSlide:f,lazyLoadedList:m})),v={slideCount:r,slideWidth:t,listWidth:i,trackWidth:c,currentSlide:f,slideHeight:u,listHeight:p,lazyLoadedList:m=m.concat(b)};return null===e.autoplaying&&e.autoplay&&(v.autoplaying=\"playing\"),v};t.slideHandler=function(e){var t=e.waitForAnimate,r=e.animating,n=e.fade,o=e.infinite,i=e.index,l=e.slideCount,s=e.lazyLoad,u=e.currentSlide,p=e.centerMode,f=e.slidesToScroll,m=e.slidesToShow,h=e.useCSS,g=e.lazyLoadedList;if(t&&r)return{};var b,y,_,k=i,w={},E={},A=o?i:c(i,0,l-1);if(n){if(!o&&(i<0||i>=l))return{};i<0?k=i+l:i>=l&&(k=i-l),s&&g.indexOf(k)<0&&(g=g.concat(k)),w={animating:!0,currentSlide:k,lazyLoadedList:g,targetSlide:k},E={animating:!1,targetSlide:k}}else b=k,k<0?(b=k+l,o?l%f!=0&&(b=l-l%f):b=0):!v(e)&&k>u?k=b=u:p&&k>=l?(k=o?l:l-1,b=o?0:l-1):k>=l&&(b=k-l,o?l%f!=0&&(b=0):b=l-m),!o&&k+m>=l&&(b=l-m),y=S(a(a({},e),{},{slideIndex:k})),_=S(a(a({},e),{},{slideIndex:b})),o||(y===_&&(k=b),y=_),s&&(g=g.concat(d(a(a({},e),{},{currentSlide:k})))),h?(w={animating:!0,currentSlide:b,trackStyle:B(a(a({},e),{},{left:y})),lazyLoadedList:g,targetSlide:A},E={animating:!1,currentSlide:b,trackStyle:x(a(a({},e),{},{left:_})),swipeLeft:null,targetSlide:A}):w={currentSlide:b,trackStyle:x(a(a({},e),{},{left:_})),lazyLoadedList:g,targetSlide:A};return{state:w,nextState:E}};t.changeSlide=function(e,t){var r,n,o,i,l=e.slidesToScroll,c=e.slidesToShow,s=e.slideCount,d=e.currentSlide,u=e.targetSlide,p=e.lazyLoad,f=e.infinite;if(r=s%l!=0?0:(s-d)%l,\"previous\"===t.message)i=d-(o=0===r?l:c-r),p&&!f&&(i=-1===(n=d-o)?s-1:n),f||(i=u-l);else if(\"next\"===t.message)i=d+(o=0===r?l:r),p&&!f&&(i=(d+l)%s+r),f||(i=u+l);else if(\"dots\"===t.message)i=t.index*t.slidesToScroll;else if(\"children\"===t.message){if(i=t.index,f){var m=N(a(a({},e),{},{targetSlide:i}));i>t.currentSlide&&\"left\"===m?i-=s:i<t.currentSlide&&\"right\"===m&&(i+=s)}}else\"index\"===t.message&&(i=Number(t.index));return i};t.keyHandler=function(e,t,r){return e.target.tagName.match(\"TEXTAREA|INPUT|SELECT\")||!t?\"\":37===e.keyCode?r?\"next\":\"previous\":39===e.keyCode?r?\"previous\":\"next\":\"\"};t.swipeStart=function(e,t,r){return\"IMG\"===e.target.tagName&&s(e),!t||!r&&-1!==e.type.indexOf(\"mouse\")?\"\":{dragging:!0,touchObject:{startX:e.touches?e.touches[0].pageX:e.clientX,startY:e.touches?e.touches[0].pageY:e.clientY,curX:e.touches?e.touches[0].pageX:e.clientX,curY:e.touches?e.touches[0].pageY:e.clientY}}};t.swipeMove=function(e,t){var r=t.scrolling,n=t.animating,o=t.vertical,i=t.swipeToSlide,l=t.verticalSwiping,c=t.rtl,d=t.currentSlide,u=t.edgeFriction,p=t.edgeDragged,f=t.onEdge,m=t.swiped,h=t.swiping,g=t.slideCount,y=t.slidesToScroll,_=t.infinite,k=t.touchObject,w=t.swipeEvent,B=t.listHeight,E=t.listWidth;if(!r){if(n)return s(e);o&&i&&l&&s(e);var A,C={},N=S(t);k.curX=e.touches?e.touches[0].pageX:e.clientX,k.curY=e.touches?e.touches[0].pageY:e.clientY,k.swipeLength=Math.round(Math.sqrt(Math.pow(k.curX-k.startX,2)));var P=Math.round(Math.sqrt(Math.pow(k.curY-k.startY,2)));if(!l&&!h&&P>10)return{scrolling:!0};l&&(k.swipeLength=P);var O=(c?-1:1)*(k.curX>k.startX?1:-1);l&&(O=k.curY>k.startY?1:-1);var T=Math.ceil(g/y),j=b(t.touchObject,l),M=k.swipeLength;return _||(0===d&&(\"right\"===j||\"down\"===j)||d+1>=T&&(\"left\"===j||\"up\"===j)||!v(t)&&(\"left\"===j||\"up\"===j))&&(M=k.swipeLength*u,!1===p&&f&&(f(j),C.edgeDragged=!0)),!m&&w&&(w(j),C.swiped=!0),A=o?N+M*(B/E)*O:c?N-M*O:N+M*O,l&&(A=N+M*O),C=a(a({},C),{},{touchObject:k,swipeLeft:A,trackStyle:x(a(a({},t),{},{left:A}))}),Math.abs(k.curX-k.startX)<.8*Math.abs(k.curY-k.startY)?C:(k.swipeLength>10&&(C.swiping=!0,s(e)),C)}};t.swipeEnd=function(e,t){var r=t.dragging,n=t.swipe,o=t.touchObject,i=t.listWidth,l=t.touchThreshold,c=t.verticalSwiping,d=t.listHeight,u=t.swipeToSlide,p=t.scrolling,f=t.onSwipe,m=t.targetSlide,h=t.currentSlide,g=t.infinite;if(!r)return n&&s(e),{};var v=c?d/l:i/l,y=b(o,c),w={dragging:!1,edgeDragged:!1,scrolling:!1,swiping:!1,swiped:!1,swipeLeft:null,touchObject:{}};if(p)return w;if(!o.swipeLength)return w;if(o.swipeLength>v){var x,E;s(e),f&&f(y);var A=g?h:m;switch(y){case\"left\":case\"up\":E=A+k(t),x=u?_(t,E):E,w.currentDirection=0;break;case\"right\":case\"down\":E=A-k(t),x=u?_(t,E):E,w.currentDirection=1;break;default:x=A}w.triggerSlideHandler=x}else{var C=S(t);w.trackStyle=B(a(a({},t),{},{left:C}))}return w};var y=function(e){for(var t=e.infinite?2*e.slideCount:e.slideCount,r=e.infinite?-1*e.slidesToShow:0,n=e.infinite?-1*e.slidesToShow:0,o=[];r<t;)o.push(r),r=n+e.slidesToScroll,n+=Math.min(e.slidesToScroll,e.slidesToShow);return o};t.getNavigableIndexes=y;var _=function(e,t){var r=y(e),n=0;if(t>r[r.length-1])t=r[r.length-1];else for(var o in r){if(t<r[o]){t=n;break}n=r[o]}return t};t.checkNavigable=_;var k=function(e){var t=e.centerMode?e.slideWidth*Math.floor(e.slidesToShow/2):0;if(e.swipeToSlide){var r,n=e.listRef,o=n.querySelectorAll&&n.querySelectorAll(\".slick-slide\")||[];if(Array.from(o).every((function(n){if(e.vertical){if(n.offsetTop+g(n)/2>-1*e.swipeLeft)return r=n,!1}else if(n.offsetLeft-t+h(n)/2>-1*e.swipeLeft)return r=n,!1;return!0})),!r)return 0;var i=!0===e.rtl?e.slideCount-e.currentSlide:e.currentSlide;return Math.abs(r.dataset.index-i)||1}return e.slidesToScroll};t.getSlideCount=k;var w=function(e,t){return t.reduce((function(t,r){return t&&e.hasOwnProperty(r)}),!0)?null:console.error(\"Keys Missing:\",e)};t.checkSpecKeys=w;var x=function(e){var t,r;w(e,[\"left\",\"variableWidth\",\"slideCount\",\"slidesToShow\",\"slideWidth\"]);var n=e.slideCount+2*e.slidesToShow;e.vertical?r=n*e.slideHeight:t=C(e)*e.slideWidth;var o={opacity:1,transition:\"\",WebkitTransition:\"\"};if(e.useTransform){var i=e.vertical?\"translate3d(0px, \"+e.left+\"px, 0px)\":\"translate3d(\"+e.left+\"px, 0px, 0px)\",l=e.vertical?\"translate3d(0px, \"+e.left+\"px, 0px)\":\"translate3d(\"+e.left+\"px, 0px, 0px)\",c=e.vertical?\"translateY(\"+e.left+\"px)\":\"translateX(\"+e.left+\"px)\";o=a(a({},o),{},{WebkitTransform:i,transform:l,msTransform:c})}else e.vertical?o.top=e.left:o.left=e.left;return e.fade&&(o={opacity:1}),t&&(o.width=t),r&&(o.height=r),window&&!window.addEventListener&&window.attachEvent&&(e.vertical?o.marginTop=e.left+\"px\":o.marginLeft=e.left+\"px\"),o};t.getTrackCSS=x;var B=function(e){w(e,[\"left\",\"variableWidth\",\"slideCount\",\"slidesToShow\",\"slideWidth\",\"speed\",\"cssEase\"]);var t=x(e);return e.useTransform?(t.WebkitTransition=\"-webkit-transform \"+e.speed+\"ms \"+e.cssEase,t.transition=\"transform \"+e.speed+\"ms \"+e.cssEase):e.vertical?t.transition=\"top \"+e.speed+\"ms \"+e.cssEase:t.transition=\"left \"+e.speed+\"ms \"+e.cssEase,t};t.getTrackAnimateCSS=B;var S=function(e){if(e.unslick)return 0;w(e,[\"slideIndex\",\"trackRef\",\"infinite\",\"centerMode\",\"slideCount\",\"slidesToShow\",\"slidesToScroll\",\"slideWidth\",\"listWidth\",\"variableWidth\",\"slideHeight\"]);var t,r,n=e.slideIndex,o=e.trackRef,i=e.infinite,a=e.centerMode,l=e.slideCount,c=e.slidesToShow,s=e.slidesToScroll,d=e.slideWidth,u=e.listWidth,p=e.variableWidth,f=e.slideHeight,m=e.fade,h=e.vertical;if(m||1===e.slideCount)return 0;var g=0;if(i?(g=-E(e),l%s!=0&&n+s>l&&(g=-(n>l?c-(n-l):l%s)),a&&(g+=parseInt(c/2))):(l%s!=0&&n+s>l&&(g=c-l%s),a&&(g=parseInt(c/2))),t=h?n*f*-1+g*f:n*d*-1+g*d,!0===p){var b,v=o&&o.node;if(b=n+E(e),t=(r=v&&v.childNodes[b])?-1*r.offsetLeft:0,!0===a){b=i?n+E(e):n,r=v&&v.children[b],t=0;for(var y=0;y<b;y++)t-=v&&v.children[y]&&v.children[y].offsetWidth;t-=parseInt(e.centerPadding),t+=r&&(u-r.offsetWidth)/2}}return t};t.getTrackLeft=S;var E=function(e){return e.unslick||!e.infinite?0:e.variableWidth?e.slideCount:e.slidesToShow+(e.centerMode?1:0)};t.getPreClones=E;var A=function(e){return e.unslick||!e.infinite?0:e.slideCount};t.getPostClones=A;var C=function(e){return 1===e.slideCount?1:E(e)+e.slideCount+A(e)};t.getTotalSlides=C;var N=function(e){return e.targetSlide>e.currentSlide?e.targetSlide>e.currentSlide+P(e)?\"left\":\"right\":e.targetSlide<e.currentSlide-O(e)?\"right\":\"left\"};t.siblingDirection=N;var P=function(e){var t=e.slidesToShow,r=e.centerMode,n=e.rtl,o=e.centerPadding;if(r){var i=(t-1)/2+1;return parseInt(o)>0&&(i+=1),n&&t%2==0&&(i+=1),i}return n?0:t-1};t.slidesOnRight=P;var O=function(e){var t=e.slidesToShow,r=e.centerMode,n=e.rtl,o=e.centerPadding;if(r){var i=(t-1)/2+1;return parseInt(o)>0&&(i+=1),n||t%2!=0||(i+=1),i}return n?t-1:0};t.slidesOnLeft=O;t.canUseDOM=function(){return!(\"undefined\"==typeof window||!window.document||!window.document.createElement)}},5058:(e,t)=>{\"use strict\";var r,n=Symbol.for(\"react.element\"),o=Symbol.for(\"react.portal\"),i=Symbol.for(\"react.fragment\"),a=Symbol.for(\"react.strict_mode\"),l=Symbol.for(\"react.profiler\"),c=Symbol.for(\"react.provider\"),s=Symbol.for(\"react.context\"),d=Symbol.for(\"react.server_context\"),u=Symbol.for(\"react.forward_ref\"),p=Symbol.for(\"react.suspense\"),f=Symbol.for(\"react.suspense_list\"),m=Symbol.for(\"react.memo\"),h=Symbol.for(\"react.lazy\"),g=Symbol.for(\"react.offscreen\");function b(e){if(\"object\"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case i:case l:case a:case p:case f:return e;default:switch(e=e&&e.$$typeof){case d:case s:case u:case h:case m:case c:return e;default:return t}}case o:return t}}}r=Symbol.for(\"react.module.reference\"),t.isForwardRef=function(e){return b(e)===u}},5834:(e,t,r)=>{\"use strict\";e.exports=r(5058)},2408:(e,t)=>{\"use strict\";var r=Symbol.for(\"react.element\"),n=Symbol.for(\"react.portal\"),o=Symbol.for(\"react.fragment\"),i=Symbol.for(\"react.strict_mode\"),a=Symbol.for(\"react.profiler\"),l=Symbol.for(\"react.provider\"),c=Symbol.for(\"react.context\"),s=Symbol.for(\"react.forward_ref\"),d=Symbol.for(\"react.suspense\"),u=Symbol.for(\"react.memo\"),p=Symbol.for(\"react.lazy\"),f=Symbol.iterator;var m={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},h=Object.assign,g={};function b(e,t,r){this.props=e,this.context=t,this.refs=g,this.updater=r||m}function v(){}function y(e,t,r){this.props=e,this.context=t,this.refs=g,this.updater=r||m}b.prototype.isReactComponent={},b.prototype.setState=function(e,t){if(\"object\"!=typeof e&&\"function\"!=typeof e&&null!=e)throw Error(\"setState(...): takes an object of state variables to update or a function which returns an object of state variables.\");this.updater.enqueueSetState(this,e,t,\"setState\")},b.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,\"forceUpdate\")},v.prototype=b.prototype;var _=y.prototype=new v;_.constructor=y,h(_,b.prototype),_.isPureReactComponent=!0;var k=Array.isArray,w=Object.prototype.hasOwnProperty,x={current:null},B={key:!0,ref:!0,__self:!0,__source:!0};function S(e,t,n){var o,i={},a=null,l=null;if(null!=t)for(o in void 0!==t.ref&&(l=t.ref),void 0!==t.key&&(a=\"\"+t.key),t)w.call(t,o)&&!B.hasOwnProperty(o)&&(i[o]=t[o]);var c=arguments.length-2;if(1===c)i.children=n;else if(1<c){for(var s=Array(c),d=0;d<c;d++)s[d]=arguments[d+2];i.children=s}if(e&&e.defaultProps)for(o in c=e.defaultProps)void 0===i[o]&&(i[o]=c[o]);return{$$typeof:r,type:e,key:a,ref:l,props:i,_owner:x.current}}function E(e){return\"object\"==typeof e&&null!==e&&e.$$typeof===r}var A=/\\/+/g;function C(e,t){return\"object\"==typeof e&&null!==e&&null!=e.key?function(e){var t={\"=\":\"=0\",\":\":\"=2\"};return\"$\"+e.replace(/[=:]/g,(function(e){return t[e]}))}(\"\"+e.key):t.toString(36)}function N(e,t,o,i,a){var l=typeof e;\"undefined\"!==l&&\"boolean\"!==l||(e=null);var c=!1;if(null===e)c=!0;else switch(l){case\"string\":case\"number\":c=!0;break;case\"object\":switch(e.$$typeof){case r:case n:c=!0}}if(c)return a=a(c=e),e=\"\"===i?\".\"+C(c,0):i,k(a)?(o=\"\",null!=e&&(o=e.replace(A,\"$&/\")+\"/\"),N(a,t,o,\"\",(function(e){return e}))):null!=a&&(E(a)&&(a=function(e,t){return{$$typeof:r,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(a,o+(!a.key||c&&c.key===a.key?\"\":(\"\"+a.key).replace(A,\"$&/\")+\"/\")+e)),t.push(a)),1;if(c=0,i=\"\"===i?\".\":i+\":\",k(e))for(var s=0;s<e.length;s++){var d=i+C(l=e[s],s);c+=N(l,t,o,d,a)}else if(d=function(e){return null===e||\"object\"!=typeof e?null:\"function\"==typeof(e=f&&e[f]||e[\"@@iterator\"])?e:null}(e),\"function\"==typeof d)for(e=d.call(e),s=0;!(l=e.next()).done;)c+=N(l=l.value,t,o,d=i+C(l,s++),a);else if(\"object\"===l)throw t=String(e),Error(\"Objects are not valid as a React child (found: \"+(\"[object Object]\"===t?\"object with keys {\"+Object.keys(e).join(\", \")+\"}\":t)+\"). If you meant to render a collection of children, use an array instead.\");return c}function P(e,t,r){if(null==e)return e;var n=[],o=0;return N(e,n,\"\",\"\",(function(e){return t.call(r,e,o++)})),n}function O(e){if(-1===e._status){var t=e._result;(t=t()).then((function(t){0!==e._status&&-1!==e._status||(e._status=1,e._result=t)}),(function(t){0!==e._status&&-1!==e._status||(e._status=2,e._result=t)})),-1===e._status&&(e._status=0,e._result=t)}if(1===e._status)return e._result.default;throw e._result}var T={current:null},j={transition:null},M={ReactCurrentDispatcher:T,ReactCurrentBatchConfig:j,ReactCurrentOwner:x};t.Children={map:P,forEach:function(e,t,r){P(e,(function(){t.apply(this,arguments)}),r)},count:function(e){var t=0;return P(e,(function(){t++})),t},toArray:function(e){return P(e,(function(e){return e}))||[]},only:function(e){if(!E(e))throw Error(\"React.Children.only expected to receive a single React element child.\");return e}},t.Component=b,t.Fragment=o,t.Profiler=a,t.PureComponent=y,t.StrictMode=i,t.Suspense=d,t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=M,t.cloneElement=function(e,t,n){if(null==e)throw Error(\"React.cloneElement(...): The argument must be a React element, but you passed \"+e+\".\");var o=h({},e.props),i=e.key,a=e.ref,l=e._owner;if(null!=t){if(void 0!==t.ref&&(a=t.ref,l=x.current),void 0!==t.key&&(i=\"\"+t.key),e.type&&e.type.defaultProps)var c=e.type.defaultProps;for(s in t)w.call(t,s)&&!B.hasOwnProperty(s)&&(o[s]=void 0===t[s]&&void 0!==c?c[s]:t[s])}var s=arguments.length-2;if(1===s)o.children=n;else if(1<s){c=Array(s);for(var d=0;d<s;d++)c[d]=arguments[d+2];o.children=c}return{$$typeof:r,type:e.type,key:i,ref:a,props:o,_owner:l}},t.createContext=function(e){return(e={$$typeof:c,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null}).Provider={$$typeof:l,_context:e},e.Consumer=e},t.createElement=S,t.createFactory=function(e){var t=S.bind(null,e);return t.type=e,t},t.createRef=function(){return{current:null}},t.forwardRef=function(e){return{$$typeof:s,render:e}},t.isValidElement=E,t.lazy=function(e){return{$$typeof:p,_payload:{_status:-1,_result:e},_init:O}},t.memo=function(e,t){return{$$typeof:u,type:e,compare:void 0===t?null:t}},t.startTransition=function(e){var t=j.transition;j.transition={};try{e()}finally{j.transition=t}},t.unstable_act=function(){throw Error(\"act(...) is not supported in production builds of React.\")},t.useCallback=function(e,t){return T.current.useCallback(e,t)},t.useContext=function(e){return T.current.useContext(e)},t.useDebugValue=function(){},t.useDeferredValue=function(e){return T.current.useDeferredValue(e)},t.useEffect=function(e,t){return T.current.useEffect(e,t)},t.useId=function(){return T.current.useId()},t.useImperativeHandle=function(e,t,r){return T.current.useImperativeHandle(e,t,r)},t.useInsertionEffect=function(e,t){return T.current.useInsertionEffect(e,t)},t.useLayoutEffect=function(e,t){return T.current.useLayoutEffect(e,t)},t.useMemo=function(e,t){return T.current.useMemo(e,t)},t.useReducer=function(e,t,r){return T.current.useReducer(e,t,r)},t.useRef=function(e){return T.current.useRef(e)},t.useState=function(e){return T.current.useState(e)},t.useSyncExternalStore=function(e,t,r){return T.current.useSyncExternalStore(e,t,r)},t.useTransition=function(){return T.current.useTransition()},t.version=\"18.2.0\"},7294:(e,t,r)=>{\"use strict\";e.exports=r(2408)},1033:(e,t,r)=>{\"use strict\";r.r(t),r.d(t,{default:()=>B});var n=function(){if(\"undefined\"!=typeof Map)return Map;function e(e,t){var r=-1;return e.some((function(e,n){return e[0]===t&&(r=n,!0)})),r}return function(){function t(){this.__entries__=[]}return Object.defineProperty(t.prototype,\"size\",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),t.prototype.get=function(t){var r=e(this.__entries__,t),n=this.__entries__[r];return n&&n[1]},t.prototype.set=function(t,r){var n=e(this.__entries__,t);~n?this.__entries__[n][1]=r:this.__entries__.push([t,r])},t.prototype.delete=function(t){var r=this.__entries__,n=e(r,t);~n&&r.splice(n,1)},t.prototype.has=function(t){return!!~e(this.__entries__,t)},t.prototype.clear=function(){this.__entries__.splice(0)},t.prototype.forEach=function(e,t){void 0===t&&(t=null);for(var r=0,n=this.__entries__;r<n.length;r++){var o=n[r];e.call(t,o[1],o[0])}},t}()}(),o=\"undefined\"!=typeof window&&\"undefined\"!=typeof document&&window.document===document,i=void 0!==r.g&&r.g.Math===Math?r.g:\"undefined\"!=typeof self&&self.Math===Math?self:\"undefined\"!=typeof window&&window.Math===Math?window:Function(\"return this\")(),a=\"function\"==typeof requestAnimationFrame?requestAnimationFrame.bind(i):function(e){return setTimeout((function(){return e(Date.now())}),1e3/60)};var l=[\"top\",\"right\",\"bottom\",\"left\",\"width\",\"height\",\"size\",\"weight\"],c=\"undefined\"!=typeof MutationObserver,s=function(){function e(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=function(e,t){var r=!1,n=!1,o=0;function i(){r&&(r=!1,e()),n&&c()}function l(){a(i)}function c(){var e=Date.now();if(r){if(e-o<2)return;n=!0}else r=!0,n=!1,setTimeout(l,t);o=e}return c}(this.refresh.bind(this),20)}return e.prototype.addObserver=function(e){~this.observers_.indexOf(e)||this.observers_.push(e),this.connected_||this.connect_()},e.prototype.removeObserver=function(e){var t=this.observers_,r=t.indexOf(e);~r&&t.splice(r,1),!t.length&&this.connected_&&this.disconnect_()},e.prototype.refresh=function(){this.updateObservers_()&&this.refresh()},e.prototype.updateObservers_=function(){var e=this.observers_.filter((function(e){return e.gatherActive(),e.hasActive()}));return e.forEach((function(e){return e.broadcastActive()})),e.length>0},e.prototype.connect_=function(){o&&!this.connected_&&(document.addEventListener(\"transitionend\",this.onTransitionEnd_),window.addEventListener(\"resize\",this.refresh),c?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener(\"DOMSubtreeModified\",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){o&&this.connected_&&(document.removeEventListener(\"transitionend\",this.onTransitionEnd_),window.removeEventListener(\"resize\",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener(\"DOMSubtreeModified\",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(e){var t=e.propertyName,r=void 0===t?\"\":t;l.some((function(e){return!!~r.indexOf(e)}))&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),d=function(e,t){for(var r=0,n=Object.keys(t);r<n.length;r++){var o=n[r];Object.defineProperty(e,o,{value:t[o],enumerable:!1,writable:!1,configurable:!0})}return e},u=function(e){return e&&e.ownerDocument&&e.ownerDocument.defaultView||i},p=v(0,0,0,0);function f(e){return parseFloat(e)||0}function m(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];return t.reduce((function(t,r){return t+f(e[\"border-\"+r+\"-width\"])}),0)}function h(e){var t=e.clientWidth,r=e.clientHeight;if(!t&&!r)return p;var n=u(e).getComputedStyle(e),o=function(e){for(var t={},r=0,n=[\"top\",\"right\",\"bottom\",\"left\"];r<n.length;r++){var o=n[r],i=e[\"padding-\"+o];t[o]=f(i)}return t}(n),i=o.left+o.right,a=o.top+o.bottom,l=f(n.width),c=f(n.height);if(\"border-box\"===n.boxSizing&&(Math.round(l+i)!==t&&(l-=m(n,\"left\",\"right\")+i),Math.round(c+a)!==r&&(c-=m(n,\"top\",\"bottom\")+a)),!function(e){return e===u(e).document.documentElement}(e)){var s=Math.round(l+i)-t,d=Math.round(c+a)-r;1!==Math.abs(s)&&(l-=s),1!==Math.abs(d)&&(c-=d)}return v(o.left,o.top,l,c)}var g=\"undefined\"!=typeof SVGGraphicsElement?function(e){return e instanceof u(e).SVGGraphicsElement}:function(e){return e instanceof u(e).SVGElement&&\"function\"==typeof e.getBBox};function b(e){return o?g(e)?function(e){var t=e.getBBox();return v(0,0,t.width,t.height)}(e):h(e):p}function v(e,t,r,n){return{x:e,y:t,width:r,height:n}}var y=function(){function e(e){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=v(0,0,0,0),this.target=e}return e.prototype.isActive=function(){var e=b(this.target);return this.contentRect_=e,e.width!==this.broadcastWidth||e.height!==this.broadcastHeight},e.prototype.broadcastRect=function(){var e=this.contentRect_;return this.broadcastWidth=e.width,this.broadcastHeight=e.height,e},e}(),_=function(e,t){var r,n,o,i,a,l,c,s=(n=(r=t).x,o=r.y,i=r.width,a=r.height,l=\"undefined\"!=typeof DOMRectReadOnly?DOMRectReadOnly:Object,c=Object.create(l.prototype),d(c,{x:n,y:o,width:i,height:a,top:o,right:n+i,bottom:a+o,left:n}),c);d(this,{target:e,contentRect:s})},k=function(){function e(e,t,r){if(this.activeObservations_=[],this.observations_=new n,\"function\"!=typeof e)throw new TypeError(\"The callback provided as parameter 1 is not a function.\");this.callback_=e,this.controller_=t,this.callbackCtx_=r}return e.prototype.observe=function(e){if(!arguments.length)throw new TypeError(\"1 argument required, but only 0 present.\");if(\"undefined\"!=typeof Element&&Element instanceof Object){if(!(e instanceof u(e).Element))throw new TypeError('parameter 1 is not of type \"Element\".');var t=this.observations_;t.has(e)||(t.set(e,new y(e)),this.controller_.addObserver(this),this.controller_.refresh())}},e.prototype.unobserve=function(e){if(!arguments.length)throw new TypeError(\"1 argument required, but only 0 present.\");if(\"undefined\"!=typeof Element&&Element instanceof Object){if(!(e instanceof u(e).Element))throw new TypeError('parameter 1 is not of type \"Element\".');var t=this.observations_;t.has(e)&&(t.delete(e),t.size||this.controller_.removeObserver(this))}},e.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},e.prototype.gatherActive=function(){var e=this;this.clearActive(),this.observations_.forEach((function(t){t.isActive()&&e.activeObservations_.push(t)}))},e.prototype.broadcastActive=function(){if(this.hasActive()){var e=this.callbackCtx_,t=this.activeObservations_.map((function(e){return new _(e.target,e.broadcastRect())}));this.callback_.call(e,t,e),this.clearActive()}},e.prototype.clearActive=function(){this.activeObservations_.splice(0)},e.prototype.hasActive=function(){return this.activeObservations_.length>0},e}(),w=\"undefined\"!=typeof WeakMap?new WeakMap:new n,x=function e(t){if(!(this instanceof e))throw new TypeError(\"Cannot call a class as a function.\");if(!arguments.length)throw new TypeError(\"1 argument required, but only 0 present.\");var r=s.getInstance(),n=new k(t,r,this);w.set(this,n)};[\"observe\",\"unobserve\",\"disconnect\"].forEach((function(e){x.prototype[e]=function(){var t;return(t=w.get(this))[e].apply(t,arguments)}}));const B=void 0!==i.ResizeObserver?i.ResizeObserver:x},1036:(e,t,r)=>{const n=r(5106),o=r(3150),{isPlainObject:i}=r(6057),a=r(9996),l=r(9430),{parse:c}=r(20),s=[\"img\",\"audio\",\"video\",\"picture\",\"svg\",\"object\",\"map\",\"iframe\",\"embed\"],d=[\"script\",\"style\"];function u(e,t){e&&Object.keys(e).forEach((function(r){t(e[r],r)}))}function p(e,t){return{}.hasOwnProperty.call(e,t)}function f(e,t){const r=[];return u(e,(function(e){t(e)&&r.push(e)})),r}e.exports=h;const m=/^[^\\0\\t\\n\\f\\r /<=>]+$/;function h(e,t,r){if(null==e)return\"\";\"number\"==typeof e&&(e=e.toString());let b=\"\",v=\"\";function y(e,t){const r=this;this.tag=e,this.attribs=t||{},this.tagPosition=b.length,this.text=\"\",this.mediaChildren=[],this.updateParentNodeText=function(){if(P.length){P[P.length-1].text+=r.text}},this.updateParentNodeMediaChildren=function(){if(P.length&&s.includes(this.tag)){P[P.length-1].mediaChildren.push(this.tag)}}}(t=Object.assign({},h.defaults,t)).parser=Object.assign({},g,t.parser);const _=function(e){return!1===t.allowedTags||(t.allowedTags||[]).indexOf(e)>-1};d.forEach((function(e){_(e)&&!t.allowVulnerableTags&&console.warn(`\\n\\n⚠️ Your \\`allowedTags\\` option includes, \\`${e}\\`, which is inherently\\nvulnerable to XSS attacks. Please remove it from \\`allowedTags\\`.\\nOr, to disable this warning, add the \\`allowVulnerableTags\\` option\\nand ensure you are accounting for this risk.\\n\\n`)}));const k=t.nonTextTags||[\"script\",\"style\",\"textarea\",\"option\"];let w,x;t.allowedAttributes&&(w={},x={},u(t.allowedAttributes,(function(e,t){w[t]=[];const r=[];e.forEach((function(e){\"string\"==typeof e&&e.indexOf(\"*\")>=0?r.push(o(e).replace(/\\\\\\*/g,\".*\")):w[t].push(e)})),r.length&&(x[t]=new RegExp(\"^(\"+r.join(\"|\")+\")$\"))})));const B={},S={},E={};u(t.allowedClasses,(function(e,t){if(w&&(p(w,t)||(w[t]=[]),w[t].push(\"class\")),B[t]=e,Array.isArray(e)){const r=[];B[t]=[],E[t]=[],e.forEach((function(e){\"string\"==typeof e&&e.indexOf(\"*\")>=0?r.push(o(e).replace(/\\\\\\*/g,\".*\")):e instanceof RegExp?E[t].push(e):B[t].push(e)})),r.length&&(S[t]=new RegExp(\"^(\"+r.join(\"|\")+\")$\"))}}));const A={};let C,N,P,O,T,j,M;u(t.transformTags,(function(e,t){let r;\"function\"==typeof e?r=e:\"string\"==typeof e&&(r=h.simpleTransform(e)),\"*\"===t?C=r:A[t]=r}));let L=!1;F();const I=new n.Parser({onopentag:function(e,r){if(t.enforceHtmlBoundary&&\"html\"===e&&F(),j)return void M++;const n=new y(e,r);P.push(n);let o=!1;const s=!!n.text;let d;if(p(A,e)&&(d=A[e](e,r),n.attribs=r=d.attribs,void 0!==d.text&&(n.innerText=d.text),e!==d.tagName&&(n.name=e=d.tagName,T[N]=d.tagName)),C&&(d=C(e,r),n.attribs=r=d.attribs,e!==d.tagName&&(n.name=e=d.tagName,T[N]=d.tagName)),(!_(e)||\"recursiveEscape\"===t.disallowedTagsMode&&!function(e){for(const t in e)if(p(e,t))return!1;return!0}(O)||null!=t.nestingLimit&&N>=t.nestingLimit)&&(o=!0,O[N]=!0,\"discard\"===t.disallowedTagsMode&&-1!==k.indexOf(e)&&(j=!0,M=1),O[N]=!0),N++,o){if(\"discard\"===t.disallowedTagsMode)return;v=b,b=\"\"}b+=\"<\"+e,\"script\"===e&&(t.allowedScriptHostnames||t.allowedScriptDomains)&&(n.innerText=\"\"),(!w||p(w,e)||w[\"*\"])&&u(r,(function(r,o){if(!m.test(o))return void delete n.attribs[o];if(\"\"===r&&!t.allowedEmptyAttributes.includes(o)&&(t.nonBooleanAttributes.includes(o)||t.nonBooleanAttributes.includes(\"*\")))return void delete n.attribs[o];let s=!1;if(!w||p(w,e)&&-1!==w[e].indexOf(o)||w[\"*\"]&&-1!==w[\"*\"].indexOf(o)||p(x,e)&&x[e].test(o)||x[\"*\"]&&x[\"*\"].test(o))s=!0;else if(w&&w[e])for(const t of w[e])if(i(t)&&t.name&&t.name===o){s=!0;let e=\"\";if(!0===t.multiple){const n=r.split(\" \");for(const r of n)-1!==t.values.indexOf(r)&&(\"\"===e?e=r:e+=\" \"+r)}else t.values.indexOf(r)>=0&&(e=r);r=e}if(s){if(-1!==t.allowedSchemesAppliedToAttributes.indexOf(o)&&D(e,r))return void delete n.attribs[o];if(\"script\"===e&&\"src\"===o){let e=!0;try{const n=R(r);if(t.allowedScriptHostnames||t.allowedScriptDomains){const r=(t.allowedScriptHostnames||[]).find((function(e){return e===n.url.hostname})),o=(t.allowedScriptDomains||[]).find((function(e){return n.url.hostname===e||n.url.hostname.endsWith(`.${e}`)}));e=r||o}}catch(t){e=!1}if(!e)return void delete n.attribs[o]}if(\"iframe\"===e&&\"src\"===o){let e=!0;try{const n=R(r);if(n.isRelativeUrl)e=p(t,\"allowIframeRelativeUrls\")?t.allowIframeRelativeUrls:!t.allowedIframeHostnames&&!t.allowedIframeDomains;else if(t.allowedIframeHostnames||t.allowedIframeDomains){const r=(t.allowedIframeHostnames||[]).find((function(e){return e===n.url.hostname})),o=(t.allowedIframeDomains||[]).find((function(e){return n.url.hostname===e||n.url.hostname.endsWith(`.${e}`)}));e=r||o}}catch(t){e=!1}if(!e)return void delete n.attribs[o]}if(\"srcset\"===o)try{let e=l(r);if(e.forEach((function(e){D(\"srcset\",e.url)&&(e.evil=!0)})),e=f(e,(function(e){return!e.evil})),!e.length)return void delete n.attribs[o];r=f(e,(function(e){return!e.evil})).map((function(e){if(!e.url)throw new Error(\"URL missing\");return e.url+(e.w?` ${e.w}w`:\"\")+(e.h?` ${e.h}h`:\"\")+(e.d?` ${e.d}x`:\"\")})).join(\", \"),n.attribs[o]=r}catch(e){return void delete n.attribs[o]}if(\"class\"===o){const t=B[e],i=B[\"*\"],l=S[e],c=E[e],s=[l,S[\"*\"]].concat(c).filter((function(e){return e}));if(!(r=H(r,t&&i?a(t,i):t||i,s)).length)return void delete n.attribs[o]}if(\"style\"===o)if(t.parseStyleAttributes)try{const i=function(e,t){if(!t)return e;const r=e.nodes[0];let n;n=t[r.selector]&&t[\"*\"]?a(t[r.selector],t[\"*\"]):t[r.selector]||t[\"*\"];n&&(e.nodes[0].nodes=r.nodes.reduce(function(e){return function(t,r){if(p(e,r.prop)){e[r.prop].some((function(e){return e.test(r.value)}))&&t.push(r)}return t}}(n),[]));return e}(c(e+\" {\"+r+\"}\",{map:!1}),t.allowedStyles);if(r=function(e){return e.nodes[0].nodes.reduce((function(e,t){return e.push(`${t.prop}:${t.value}${t.important?\" !important\":\"\"}`),e}),[]).join(\";\")}(i),0===r.length)return void delete n.attribs[o]}catch(t){return\"undefined\"!=typeof window&&console.warn('Failed to parse \"'+e+\" {\"+r+\"}\\\", If you're running this in a browser, we recommend to disable style parsing: options.parseStyleAttributes: false, since this only works in a node environment due to a postcss dependency, More info: https://github.com/apostrophecms/sanitize-html/issues/547\"),void delete n.attribs[o]}else if(t.allowedStyles)throw new Error(\"allowedStyles option cannot be used together with parseStyleAttributes: false.\");b+=\" \"+o,r&&r.length?b+='=\"'+z(r,!0)+'\"':t.allowedEmptyAttributes.includes(o)&&(b+='=\"\"')}else delete n.attribs[o]})),-1!==t.selfClosing.indexOf(e)?b+=\" />\":(b+=\">\",!n.innerText||s||t.textFilter||(b+=z(n.innerText),L=!0)),o&&(b=v+z(b),v=\"\")},ontext:function(e){if(j)return;const r=P[P.length-1];let n;if(r&&(n=r.tag,e=void 0!==r.innerText?r.innerText:e),\"discard\"!==t.disallowedTagsMode||\"script\"!==n&&\"style\"!==n){const r=z(e,!1);t.textFilter&&!L?b+=t.textFilter(r,n):L||(b+=r)}else b+=e;if(P.length){P[P.length-1].text+=e}},onclosetag:function(e,r){if(j){if(M--,M)return;j=!1}const n=P.pop();if(!n)return;if(n.tag!==e)return void P.push(n);j=!!t.enforceHtmlBoundary&&\"html\"===e,N--;const o=O[N];if(o){if(delete O[N],\"discard\"===t.disallowedTagsMode)return void n.updateParentNodeText();v=b,b=\"\"}T[N]&&(e=T[N],delete T[N]),t.exclusiveFilter&&t.exclusiveFilter(n)?b=b.substr(0,n.tagPosition):(n.updateParentNodeMediaChildren(),n.updateParentNodeText(),-1!==t.selfClosing.indexOf(e)||r&&!_(e)&&[\"escape\",\"recursiveEscape\"].indexOf(t.disallowedTagsMode)>=0?o&&(b=v,v=\"\"):(b+=\"</\"+e+\">\",o&&(b=v+z(b),v=\"\"),L=!1))}},t.parser);return I.write(e),I.end(),b;function F(){b=\"\",N=0,P=[],O={},T={},j=!1,M=0}function z(e,r){return\"string\"!=typeof e&&(e+=\"\"),t.parser.decodeEntities&&(e=e.replace(/&/g,\"&amp;\").replace(/</g,\"&lt;\").replace(/>/g,\"&gt;\"),r&&(e=e.replace(/\"/g,\"&quot;\"))),e=e.replace(/&(?![a-zA-Z0-9#]{1,20};)/g,\"&amp;\").replace(/</g,\"&lt;\").replace(/>/g,\"&gt;\"),r&&(e=e.replace(/\"/g,\"&quot;\")),e}function D(e,r){for(r=r.replace(/[\\x00-\\x20]+/g,\"\");;){const e=r.indexOf(\"\\x3c!--\");if(-1===e)break;const t=r.indexOf(\"--\\x3e\",e+4);if(-1===t)break;r=r.substring(0,e)+r.substring(t+3)}const n=r.match(/^([a-zA-Z][a-zA-Z0-9.\\-+]*):/);if(!n)return!!r.match(/^[/\\\\]{2}/)&&!t.allowProtocolRelative;const o=n[1].toLowerCase();return p(t.allowedSchemesByTag,e)?-1===t.allowedSchemesByTag[e].indexOf(o):!t.allowedSchemes||-1===t.allowedSchemes.indexOf(o)}function R(e){if((e=e.replace(/^(\\w+:)?\\s*[\\\\/]\\s*[\\\\/]/,\"$1//\")).startsWith(\"relative:\"))throw new Error(\"relative: exploit attempt\");let t=\"relative://relative-site\";for(let e=0;e<100;e++)t+=`/${e}`;const r=new URL(e,t);return{isRelativeUrl:r&&\"relative-site\"===r.hostname&&\"relative:\"===r.protocol,url:r}}function H(e,t,r){return t?(e=e.split(/\\s+/)).filter((function(e){return-1!==t.indexOf(e)||r.some((function(t){return t.test(e)}))})).join(\" \"):e}}const g={decodeEntities:!0};h.defaults={allowedTags:[\"address\",\"article\",\"aside\",\"footer\",\"header\",\"h1\",\"h2\",\"h3\",\"h4\",\"h5\",\"h6\",\"hgroup\",\"main\",\"nav\",\"section\",\"blockquote\",\"dd\",\"div\",\"dl\",\"dt\",\"figcaption\",\"figure\",\"hr\",\"li\",\"main\",\"ol\",\"p\",\"pre\",\"ul\",\"a\",\"abbr\",\"b\",\"bdi\",\"bdo\",\"br\",\"cite\",\"code\",\"data\",\"dfn\",\"em\",\"i\",\"kbd\",\"mark\",\"q\",\"rb\",\"rp\",\"rt\",\"rtc\",\"ruby\",\"s\",\"samp\",\"small\",\"span\",\"strong\",\"sub\",\"sup\",\"time\",\"u\",\"var\",\"wbr\",\"caption\",\"col\",\"colgroup\",\"table\",\"tbody\",\"td\",\"tfoot\",\"th\",\"thead\",\"tr\"],nonBooleanAttributes:[\"abbr\",\"accept\",\"accept-charset\",\"accesskey\",\"action\",\"allow\",\"alt\",\"as\",\"autocapitalize\",\"autocomplete\",\"blocking\",\"charset\",\"cite\",\"class\",\"color\",\"cols\",\"colspan\",\"content\",\"contenteditable\",\"coords\",\"crossorigin\",\"data\",\"datetime\",\"decoding\",\"dir\",\"dirname\",\"download\",\"draggable\",\"enctype\",\"enterkeyhint\",\"fetchpriority\",\"for\",\"form\",\"formaction\",\"formenctype\",\"formmethod\",\"formtarget\",\"headers\",\"height\",\"hidden\",\"high\",\"href\",\"hreflang\",\"http-equiv\",\"id\",\"imagesizes\",\"imagesrcset\",\"inputmode\",\"integrity\",\"is\",\"itemid\",\"itemprop\",\"itemref\",\"itemtype\",\"kind\",\"label\",\"lang\",\"list\",\"loading\",\"low\",\"max\",\"maxlength\",\"media\",\"method\",\"min\",\"minlength\",\"name\",\"nonce\",\"optimum\",\"pattern\",\"ping\",\"placeholder\",\"popover\",\"popovertarget\",\"popovertargetaction\",\"poster\",\"preload\",\"referrerpolicy\",\"rel\",\"rows\",\"rowspan\",\"sandbox\",\"scope\",\"shape\",\"size\",\"sizes\",\"slot\",\"span\",\"spellcheck\",\"src\",\"srcdoc\",\"srclang\",\"srcset\",\"start\",\"step\",\"style\",\"tabindex\",\"target\",\"title\",\"translate\",\"type\",\"usemap\",\"value\",\"width\",\"wrap\",\"onauxclick\",\"onafterprint\",\"onbeforematch\",\"onbeforeprint\",\"onbeforeunload\",\"onbeforetoggle\",\"onblur\",\"oncancel\",\"oncanplay\",\"oncanplaythrough\",\"onchange\",\"onclick\",\"onclose\",\"oncontextlost\",\"oncontextmenu\",\"oncontextrestored\",\"oncopy\",\"oncuechange\",\"oncut\",\"ondblclick\",\"ondrag\",\"ondragend\",\"ondragenter\",\"ondragleave\",\"ondragover\",\"ondragstart\",\"ondrop\",\"ondurationchange\",\"onemptied\",\"onended\",\"onerror\",\"onfocus\",\"onformdata\",\"onhashchange\",\"oninput\",\"oninvalid\",\"onkeydown\",\"onkeypress\",\"onkeyup\",\"onlanguagechange\",\"onload\",\"onloadeddata\",\"onloadedmetadata\",\"onloadstart\",\"onmessage\",\"onmessageerror\",\"onmousedown\",\"onmouseenter\",\"onmouseleave\",\"onmousemove\",\"onmouseout\",\"onmouseover\",\"onmouseup\",\"onoffline\",\"ononline\",\"onpagehide\",\"onpageshow\",\"onpaste\",\"onpause\",\"onplay\",\"onplaying\",\"onpopstate\",\"onprogress\",\"onratechange\",\"onreset\",\"onresize\",\"onrejectionhandled\",\"onscroll\",\"onscrollend\",\"onsecuritypolicyviolation\",\"onseeked\",\"onseeking\",\"onselect\",\"onslotchange\",\"onstalled\",\"onstorage\",\"onsubmit\",\"onsuspend\",\"ontimeupdate\",\"ontoggle\",\"onunhandledrejection\",\"onunload\",\"onvolumechange\",\"onwaiting\",\"onwheel\"],disallowedTagsMode:\"discard\",allowedAttributes:{a:[\"href\",\"name\",\"target\"],img:[\"src\",\"srcset\",\"alt\",\"title\",\"width\",\"height\",\"loading\"]},allowedEmptyAttributes:[\"alt\"],selfClosing:[\"img\",\"br\",\"hr\",\"area\",\"base\",\"basefont\",\"input\",\"link\",\"meta\"],allowedSchemes:[\"http\",\"https\",\"ftp\",\"mailto\",\"tel\"],allowedSchemesByTag:{},allowedSchemesAppliedToAttributes:[\"href\",\"src\",\"cite\"],allowProtocolRelative:!0,enforceHtmlBoundary:!1,parseStyleAttributes:!0},h.simpleTransform=function(e,t,r){return r=void 0===r||r,t=t||{},function(n,o){let i;if(r)for(i in t)o[i]=t[i];else o=t;return{tagName:e,attribs:o}}}},2734:(e,t)=>{\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.attributeNames=t.elementNames=void 0,t.elementNames=new Map([\"altGlyph\",\"altGlyphDef\",\"altGlyphItem\",\"animateColor\",\"animateMotion\",\"animateTransform\",\"clipPath\",\"feBlend\",\"feColorMatrix\",\"feComponentTransfer\",\"feComposite\",\"feConvolveMatrix\",\"feDiffuseLighting\",\"feDisplacementMap\",\"feDistantLight\",\"feDropShadow\",\"feFlood\",\"feFuncA\",\"feFuncB\",\"feFuncG\",\"feFuncR\",\"feGaussianBlur\",\"feImage\",\"feMerge\",\"feMergeNode\",\"feMorphology\",\"feOffset\",\"fePointLight\",\"feSpecularLighting\",\"feSpotLight\",\"feTile\",\"feTurbulence\",\"foreignObject\",\"glyphRef\",\"linearGradient\",\"radialGradient\",\"textPath\"].map((function(e){return[e.toLowerCase(),e]}))),t.attributeNames=new Map([\"definitionURL\",\"attributeName\",\"attributeType\",\"baseFrequency\",\"baseProfile\",\"calcMode\",\"clipPathUnits\",\"diffuseConstant\",\"edgeMode\",\"filterUnits\",\"glyphRef\",\"gradientTransform\",\"gradientUnits\",\"kernelMatrix\",\"kernelUnitLength\",\"keyPoints\",\"keySplines\",\"keyTimes\",\"lengthAdjust\",\"limitingConeAngle\",\"markerHeight\",\"markerUnits\",\"markerWidth\",\"maskContentUnits\",\"maskUnits\",\"numOctaves\",\"pathLength\",\"patternContentUnits\",\"patternTransform\",\"patternUnits\",\"pointsAtX\",\"pointsAtY\",\"pointsAtZ\",\"preserveAlpha\",\"preserveAspectRatio\",\"primitiveUnits\",\"refX\",\"refY\",\"repeatCount\",\"repeatDur\",\"requiredExtensions\",\"requiredFeatures\",\"specularConstant\",\"specularExponent\",\"spreadMethod\",\"startOffset\",\"stdDeviation\",\"stitchTiles\",\"surfaceScale\",\"systemLanguage\",\"tableValues\",\"targetX\",\"targetY\",\"textLength\",\"viewBox\",\"viewTarget\",\"xChannelSelector\",\"yChannelSelector\",\"zoomAndPan\"].map((function(e){return[e.toLowerCase(),e]})))},8427:function(e,t,r){\"use strict\";var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)\"default\"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&o(t,e,r);return i(t,e),t};Object.defineProperty(t,\"__esModule\",{value:!0}),t.render=void 0;var l=a(r(9960)),c=r(5863),s=r(2734),d=new Set([\"style\",\"script\",\"xmp\",\"iframe\",\"noembed\",\"noframes\",\"plaintext\",\"noscript\"]);function u(e){return e.replace(/\"/g,\"&quot;\")}var p=new Set([\"area\",\"base\",\"basefont\",\"br\",\"col\",\"command\",\"embed\",\"frame\",\"hr\",\"img\",\"input\",\"isindex\",\"keygen\",\"link\",\"meta\",\"param\",\"source\",\"track\",\"wbr\"]);function f(e,t){void 0===t&&(t={});for(var r=(\"length\"in e?e:[e]),n=\"\",o=0;o<r.length;o++)n+=m(r[o],t);return n}function m(e,t){switch(e.type){case l.Root:return f(e.children,t);case l.Doctype:case l.Directive:return\"<\".concat(e.data,\">\");case l.Comment:return function(e){return\"\\x3c!--\".concat(e.data,\"--\\x3e\")}(e);case l.CDATA:return function(e){return\"<![CDATA[\".concat(e.children[0].data,\"]]>\")}(e);case l.Script:case l.Style:case l.Tag:return function(e,t){var r;\"foreign\"===t.xmlMode&&(e.name=null!==(r=s.elementNames.get(e.name))&&void 0!==r?r:e.name,e.parent&&h.has(e.parent.name)&&(t=n(n({},t),{xmlMode:!1})));!t.xmlMode&&g.has(e.name)&&(t=n(n({},t),{xmlMode:\"foreign\"}));var o=\"<\".concat(e.name),i=function(e,t){var r;if(e){var n=!1===(null!==(r=t.encodeEntities)&&void 0!==r?r:t.decodeEntities)?u:t.xmlMode||\"utf8\"!==t.encodeEntities?c.encodeXML:c.escapeAttribute;return Object.keys(e).map((function(r){var o,i,a=null!==(o=e[r])&&void 0!==o?o:\"\";return\"foreign\"===t.xmlMode&&(r=null!==(i=s.attributeNames.get(r))&&void 0!==i?i:r),t.emptyAttrs||t.xmlMode||\"\"!==a?\"\".concat(r,'=\"').concat(n(a),'\"'):r})).join(\" \")}}(e.attribs,t);i&&(o+=\" \".concat(i));0===e.children.length&&(t.xmlMode?!1!==t.selfClosingTags:t.selfClosingTags&&p.has(e.name))?(t.xmlMode||(o+=\" \"),o+=\"/>\"):(o+=\">\",e.children.length>0&&(o+=f(e.children,t)),!t.xmlMode&&p.has(e.name)||(o+=\"</\".concat(e.name,\">\")));return o}(e,t);case l.Text:return function(e,t){var r,n=e.data||\"\";!1===(null!==(r=t.encodeEntities)&&void 0!==r?r:t.decodeEntities)||!t.xmlMode&&e.parent&&d.has(e.parent.name)||(n=t.xmlMode||\"utf8\"!==t.encodeEntities?(0,c.encodeXML)(n):(0,c.escapeText)(n));return n}(e,t)}}t.render=f,t.default=f;var h=new Set([\"mi\",\"mo\",\"mn\",\"ms\",\"mtext\",\"annotation-xml\",\"foreignObject\",\"desc\",\"title\"]),g=new Set([\"svg\",\"math\"])},1142:function(e,t,r){\"use strict\";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)\"default\"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,\"__esModule\",{value:!0}),t.DomHandler=void 0;var i=r(9960),a=r(6218);o(r(6218),t);var l={withStartIndices:!1,withEndIndices:!1,xmlMode:!1},c=function(){function e(e,t,r){this.dom=[],this.root=new a.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null,\"function\"==typeof t&&(r=t,t=l),\"object\"==typeof e&&(t=e,e=void 0),this.callback=null!=e?e:null,this.options=null!=t?t:l,this.elementCB=null!=r?r:null}return e.prototype.onparserinit=function(e){this.parser=e},e.prototype.onreset=function(){this.dom=[],this.root=new a.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null},e.prototype.onend=function(){this.done||(this.done=!0,this.parser=null,this.handleCallback(null))},e.prototype.onerror=function(e){this.handleCallback(e)},e.prototype.onclosetag=function(){this.lastNode=null;var e=this.tagStack.pop();this.options.withEndIndices&&(e.endIndex=this.parser.endIndex),this.elementCB&&this.elementCB(e)},e.prototype.onopentag=function(e,t){var r=this.options.xmlMode?i.ElementType.Tag:void 0,n=new a.Element(e,t,void 0,r);this.addNode(n),this.tagStack.push(n)},e.prototype.ontext=function(e){var t=this.lastNode;if(t&&t.type===i.ElementType.Text)t.data+=e,this.options.withEndIndices&&(t.endIndex=this.parser.endIndex);else{var r=new a.Text(e);this.addNode(r),this.lastNode=r}},e.prototype.oncomment=function(e){if(this.lastNode&&this.lastNode.type===i.ElementType.Comment)this.lastNode.data+=e;else{var t=new a.Comment(e);this.addNode(t),this.lastNode=t}},e.prototype.oncommentend=function(){this.lastNode=null},e.prototype.oncdatastart=function(){var e=new a.Text(\"\"),t=new a.CDATA([e]);this.addNode(t),e.parent=t,this.lastNode=e},e.prototype.oncdataend=function(){this.lastNode=null},e.prototype.onprocessinginstruction=function(e,t){var r=new a.ProcessingInstruction(e,t);this.addNode(r)},e.prototype.handleCallback=function(e){if(\"function\"==typeof this.callback)this.callback(e,this.dom);else if(e)throw e},e.prototype.addNode=function(e){var t=this.tagStack[this.tagStack.length-1],r=t.children[t.children.length-1];this.options.withStartIndices&&(e.startIndex=this.parser.startIndex),this.options.withEndIndices&&(e.endIndex=this.parser.endIndex),t.children.push(e),r&&(e.prev=r,r.next=e),e.parent=t,this.lastNode=null},e}();t.DomHandler=c,t.default=c},6218:function(e,t,r){\"use strict\";var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)};Object.defineProperty(t,\"__esModule\",{value:!0}),t.cloneNode=t.hasChildren=t.isDocument=t.isDirective=t.isComment=t.isText=t.isCDATA=t.isTag=t.Element=t.Document=t.CDATA=t.NodeWithChildren=t.ProcessingInstruction=t.Comment=t.Text=t.DataNode=t.Node=void 0;var a=r(9960),l=function(){function e(){this.parent=null,this.prev=null,this.next=null,this.startIndex=null,this.endIndex=null}return Object.defineProperty(e.prototype,\"parentNode\",{get:function(){return this.parent},set:function(e){this.parent=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,\"previousSibling\",{get:function(){return this.prev},set:function(e){this.prev=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,\"nextSibling\",{get:function(){return this.next},set:function(e){this.next=e},enumerable:!1,configurable:!0}),e.prototype.cloneNode=function(e){return void 0===e&&(e=!1),w(this,e)},e}();t.Node=l;var c=function(e){function t(t){var r=e.call(this)||this;return r.data=t,r}return o(t,e),Object.defineProperty(t.prototype,\"nodeValue\",{get:function(){return this.data},set:function(e){this.data=e},enumerable:!1,configurable:!0}),t}(l);t.DataNode=c;var s=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type=a.ElementType.Text,t}return o(t,e),Object.defineProperty(t.prototype,\"nodeType\",{get:function(){return 3},enumerable:!1,configurable:!0}),t}(c);t.Text=s;var d=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type=a.ElementType.Comment,t}return o(t,e),Object.defineProperty(t.prototype,\"nodeType\",{get:function(){return 8},enumerable:!1,configurable:!0}),t}(c);t.Comment=d;var u=function(e){function t(t,r){var n=e.call(this,r)||this;return n.name=t,n.type=a.ElementType.Directive,n}return o(t,e),Object.defineProperty(t.prototype,\"nodeType\",{get:function(){return 1},enumerable:!1,configurable:!0}),t}(c);t.ProcessingInstruction=u;var p=function(e){function t(t){var r=e.call(this)||this;return r.children=t,r}return o(t,e),Object.defineProperty(t.prototype,\"firstChild\",{get:function(){var e;return null!==(e=this.children[0])&&void 0!==e?e:null},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,\"lastChild\",{get:function(){return this.children.length>0?this.children[this.children.length-1]:null},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,\"childNodes\",{get:function(){return this.children},set:function(e){this.children=e},enumerable:!1,configurable:!0}),t}(l);t.NodeWithChildren=p;var f=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type=a.ElementType.CDATA,t}return o(t,e),Object.defineProperty(t.prototype,\"nodeType\",{get:function(){return 4},enumerable:!1,configurable:!0}),t}(p);t.CDATA=f;var m=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type=a.ElementType.Root,t}return o(t,e),Object.defineProperty(t.prototype,\"nodeType\",{get:function(){return 9},enumerable:!1,configurable:!0}),t}(p);t.Document=m;var h=function(e){function t(t,r,n,o){void 0===n&&(n=[]),void 0===o&&(o=\"script\"===t?a.ElementType.Script:\"style\"===t?a.ElementType.Style:a.ElementType.Tag);var i=e.call(this,n)||this;return i.name=t,i.attribs=r,i.type=o,i}return o(t,e),Object.defineProperty(t.prototype,\"nodeType\",{get:function(){return 1},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,\"tagName\",{get:function(){return this.name},set:function(e){this.name=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,\"attributes\",{get:function(){var e=this;return Object.keys(this.attribs).map((function(t){var r,n;return{name:t,value:e.attribs[t],namespace:null===(r=e[\"x-attribsNamespace\"])||void 0===r?void 0:r[t],prefix:null===(n=e[\"x-attribsPrefix\"])||void 0===n?void 0:n[t]}}))},enumerable:!1,configurable:!0}),t}(p);function g(e){return(0,a.isTag)(e)}function b(e){return e.type===a.ElementType.CDATA}function v(e){return e.type===a.ElementType.Text}function y(e){return e.type===a.ElementType.Comment}function _(e){return e.type===a.ElementType.Directive}function k(e){return e.type===a.ElementType.Root}function w(e,t){var r;if(void 0===t&&(t=!1),v(e))r=new s(e.data);else if(y(e))r=new d(e.data);else if(g(e)){var n=t?x(e.children):[],o=new h(e.name,i({},e.attribs),n);n.forEach((function(e){return e.parent=o})),null!=e.namespace&&(o.namespace=e.namespace),e[\"x-attribsNamespace\"]&&(o[\"x-attribsNamespace\"]=i({},e[\"x-attribsNamespace\"])),e[\"x-attribsPrefix\"]&&(o[\"x-attribsPrefix\"]=i({},e[\"x-attribsPrefix\"])),r=o}else if(b(e)){n=t?x(e.children):[];var a=new f(n);n.forEach((function(e){return e.parent=a})),r=a}else if(k(e)){n=t?x(e.children):[];var l=new m(n);n.forEach((function(e){return e.parent=l})),e[\"x-mode\"]&&(l[\"x-mode\"]=e[\"x-mode\"]),r=l}else{if(!_(e))throw new Error(\"Not implemented yet: \".concat(e.type));var c=new u(e.name,e.data);null!=e[\"x-name\"]&&(c[\"x-name\"]=e[\"x-name\"],c[\"x-publicId\"]=e[\"x-publicId\"],c[\"x-systemId\"]=e[\"x-systemId\"]),r=c}return r.startIndex=e.startIndex,r.endIndex=e.endIndex,null!=e.sourceCodeLocation&&(r.sourceCodeLocation=e.sourceCodeLocation),r}function x(e){for(var t=e.map((function(e){return w(e,!0)})),r=1;r<t.length;r++)t[r].prev=t[r-1],t[r-1].next=t[r];return t}t.Element=h,t.isTag=g,t.isCDATA=b,t.isText=v,t.isComment=y,t.isDirective=_,t.isDocument=k,t.hasChildren=function(e){return Object.prototype.hasOwnProperty.call(e,\"children\")},t.cloneNode=w},2903:(e,t,r)=>{\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.getFeed=void 0;var n=r(5283),o=r(9473);t.getFeed=function(e){var t=c(u,e);return t?\"feed\"===t.name?function(e){var t,r=e.children,n={type:\"atom\",items:(0,o.getElementsByTagName)(\"entry\",r).map((function(e){var t,r=e.children,n={media:l(r)};d(n,\"id\",\"id\",r),d(n,\"title\",\"title\",r);var o=null===(t=c(\"link\",r))||void 0===t?void 0:t.attribs.href;o&&(n.link=o);var i=s(\"summary\",r)||s(\"content\",r);i&&(n.description=i);var a=s(\"updated\",r);return a&&(n.pubDate=new Date(a)),n}))};d(n,\"id\",\"id\",r),d(n,\"title\",\"title\",r);var i=null===(t=c(\"link\",r))||void 0===t?void 0:t.attribs.href;i&&(n.link=i);d(n,\"description\",\"subtitle\",r);var a=s(\"updated\",r);a&&(n.updated=new Date(a));return d(n,\"author\",\"email\",r,!0),n}(t):function(e){var t,r,n=null!==(r=null===(t=c(\"channel\",e.children))||void 0===t?void 0:t.children)&&void 0!==r?r:[],i={type:e.name.substr(0,3),id:\"\",items:(0,o.getElementsByTagName)(\"item\",e.children).map((function(e){var t=e.children,r={media:l(t)};d(r,\"id\",\"guid\",t),d(r,\"title\",\"title\",t),d(r,\"link\",\"link\",t),d(r,\"description\",\"description\",t);var n=s(\"pubDate\",t)||s(\"dc:date\",t);return n&&(r.pubDate=new Date(n)),r}))};d(i,\"title\",\"title\",n),d(i,\"link\",\"link\",n),d(i,\"description\",\"description\",n);var a=s(\"lastBuildDate\",n);a&&(i.updated=new Date(a));return d(i,\"author\",\"managingEditor\",n,!0),i}(t):null};var i=[\"url\",\"type\",\"lang\"],a=[\"fileSize\",\"bitrate\",\"framerate\",\"samplingrate\",\"channels\",\"duration\",\"height\",\"width\"];function l(e){return(0,o.getElementsByTagName)(\"media:content\",e).map((function(e){for(var t=e.attribs,r={medium:t.medium,isDefault:!!t.isDefault},n=0,o=i;n<o.length;n++){t[s=o[n]]&&(r[s]=t[s])}for(var l=0,c=a;l<c.length;l++){var s;t[s=c[l]]&&(r[s]=parseInt(t[s],10))}return t.expression&&(r.expression=t.expression),r}))}function c(e,t){return(0,o.getElementsByTagName)(e,t,!0,1)[0]}function s(e,t,r){return void 0===r&&(r=!1),(0,n.textContent)((0,o.getElementsByTagName)(e,t,r,1)).trim()}function d(e,t,r,n,o){void 0===o&&(o=!1);var i=s(r,n,o);i&&(e[t]=i)}function u(e){return\"rss\"===e||\"feed\"===e||\"rdf:RDF\"===e}},7701:(e,t,r)=>{\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.uniqueSort=t.compareDocumentPosition=t.DocumentPosition=t.removeSubsets=void 0;var n,o=r(1142);function i(e,t){var r=[],i=[];if(e===t)return 0;for(var a=(0,o.hasChildren)(e)?e:e.parent;a;)r.unshift(a),a=a.parent;for(a=(0,o.hasChildren)(t)?t:t.parent;a;)i.unshift(a),a=a.parent;for(var l=Math.min(r.length,i.length),c=0;c<l&&r[c]===i[c];)c++;if(0===c)return n.DISCONNECTED;var s=r[c-1],d=s.children,u=r[c],p=i[c];return d.indexOf(u)>d.indexOf(p)?s===t?n.FOLLOWING|n.CONTAINED_BY:n.FOLLOWING:s===e?n.PRECEDING|n.CONTAINS:n.PRECEDING}t.removeSubsets=function(e){for(var t=e.length;--t>=0;){var r=e[t];if(t>0&&e.lastIndexOf(r,t-1)>=0)e.splice(t,1);else for(var n=r.parent;n;n=n.parent)if(e.includes(n)){e.splice(t,1);break}}return e},function(e){e[e.DISCONNECTED=1]=\"DISCONNECTED\",e[e.PRECEDING=2]=\"PRECEDING\",e[e.FOLLOWING=4]=\"FOLLOWING\",e[e.CONTAINS=8]=\"CONTAINS\",e[e.CONTAINED_BY=16]=\"CONTAINED_BY\"}(n=t.DocumentPosition||(t.DocumentPosition={})),t.compareDocumentPosition=i,t.uniqueSort=function(e){return(e=e.filter((function(e,t,r){return!r.includes(e,t+1)}))).sort((function(e,t){var r=i(e,t);return r&n.PRECEDING?-1:r&n.FOLLOWING?1:0})),e}},7241:function(e,t,r){\"use strict\";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)\"default\"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,\"__esModule\",{value:!0}),t.hasChildren=t.isDocument=t.isComment=t.isText=t.isCDATA=t.isTag=void 0,o(r(5283),t),o(r(7972),t),o(r(4541),t),o(r(2764),t),o(r(9473),t),o(r(7701),t),o(r(2903),t);var i=r(1142);Object.defineProperty(t,\"isTag\",{enumerable:!0,get:function(){return i.isTag}}),Object.defineProperty(t,\"isCDATA\",{enumerable:!0,get:function(){return i.isCDATA}}),Object.defineProperty(t,\"isText\",{enumerable:!0,get:function(){return i.isText}}),Object.defineProperty(t,\"isComment\",{enumerable:!0,get:function(){return i.isComment}}),Object.defineProperty(t,\"isDocument\",{enumerable:!0,get:function(){return i.isDocument}}),Object.defineProperty(t,\"hasChildren\",{enumerable:!0,get:function(){return i.hasChildren}})},9473:(e,t,r)=>{\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.getElementsByTagType=t.getElementsByTagName=t.getElementById=t.getElements=t.testElement=void 0;var n=r(1142),o=r(2764),i={tag_name:function(e){return\"function\"==typeof e?function(t){return(0,n.isTag)(t)&&e(t.name)}:\"*\"===e?n.isTag:function(t){return(0,n.isTag)(t)&&t.name===e}},tag_type:function(e){return\"function\"==typeof e?function(t){return e(t.type)}:function(t){return t.type===e}},tag_contains:function(e){return\"function\"==typeof e?function(t){return(0,n.isText)(t)&&e(t.data)}:function(t){return(0,n.isText)(t)&&t.data===e}}};function a(e,t){return\"function\"==typeof t?function(r){return(0,n.isTag)(r)&&t(r.attribs[e])}:function(r){return(0,n.isTag)(r)&&r.attribs[e]===t}}function l(e,t){return function(r){return e(r)||t(r)}}function c(e){var t=Object.keys(e).map((function(t){var r=e[t];return Object.prototype.hasOwnProperty.call(i,t)?i[t](r):a(t,r)}));return 0===t.length?null:t.reduce(l)}t.testElement=function(e,t){var r=c(e);return!r||r(t)},t.getElements=function(e,t,r,n){void 0===n&&(n=1/0);var i=c(e);return i?(0,o.filter)(i,t,r,n):[]},t.getElementById=function(e,t,r){return void 0===r&&(r=!0),Array.isArray(t)||(t=[t]),(0,o.findOne)(a(\"id\",e),t,r)},t.getElementsByTagName=function(e,t,r,n){return void 0===r&&(r=!0),void 0===n&&(n=1/0),(0,o.filter)(i.tag_name(e),t,r,n)},t.getElementsByTagType=function(e,t,r,n){return void 0===r&&(r=!0),void 0===n&&(n=1/0),(0,o.filter)(i.tag_type(e),t,r,n)}},4541:(e,t)=>{\"use strict\";function r(e){if(e.prev&&(e.prev.next=e.next),e.next&&(e.next.prev=e.prev),e.parent){var t=e.parent.children,r=t.lastIndexOf(e);r>=0&&t.splice(r,1)}e.next=null,e.prev=null,e.parent=null}Object.defineProperty(t,\"__esModule\",{value:!0}),t.prepend=t.prependChild=t.append=t.appendChild=t.replaceElement=t.removeElement=void 0,t.removeElement=r,t.replaceElement=function(e,t){var r=t.prev=e.prev;r&&(r.next=t);var n=t.next=e.next;n&&(n.prev=t);var o=t.parent=e.parent;if(o){var i=o.children;i[i.lastIndexOf(e)]=t,e.parent=null}},t.appendChild=function(e,t){if(r(t),t.next=null,t.parent=e,e.children.push(t)>1){var n=e.children[e.children.length-2];n.next=t,t.prev=n}else t.prev=null},t.append=function(e,t){r(t);var n=e.parent,o=e.next;if(t.next=o,t.prev=e,e.next=t,t.parent=n,o){if(o.prev=t,n){var i=n.children;i.splice(i.lastIndexOf(o),0,t)}}else n&&n.children.push(t)},t.prependChild=function(e,t){if(r(t),t.parent=e,t.prev=null,1!==e.children.unshift(t)){var n=e.children[1];n.prev=t,t.next=n}else t.next=null},t.prepend=function(e,t){r(t);var n=e.parent;if(n){var o=n.children;o.splice(o.indexOf(e),0,t)}e.prev&&(e.prev.next=t),t.parent=n,t.prev=e.prev,t.next=e,e.prev=t}},2764:(e,t,r)=>{\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.findAll=t.existsOne=t.findOne=t.findOneChild=t.find=t.filter=void 0;var n=r(1142);function o(e,t,r,o){for(var i=[],a=[t],l=[0];;)if(l[0]>=a[0].length){if(1===l.length)return i;a.shift(),l.shift()}else{var c=a[0][l[0]++];if(e(c)&&(i.push(c),--o<=0))return i;r&&(0,n.hasChildren)(c)&&c.children.length>0&&(l.unshift(0),a.unshift(c.children))}}t.filter=function(e,t,r,n){return void 0===r&&(r=!0),void 0===n&&(n=1/0),o(e,Array.isArray(t)?t:[t],r,n)},t.find=o,t.findOneChild=function(e,t){return t.find(e)},t.findOne=function e(t,r,o){void 0===o&&(o=!0);for(var i=null,a=0;a<r.length&&!i;a++){var l=r[a];(0,n.isTag)(l)&&(t(l)?i=l:o&&l.children.length>0&&(i=e(t,l.children,!0)))}return i},t.existsOne=function e(t,r){return r.some((function(r){return(0,n.isTag)(r)&&(t(r)||e(t,r.children))}))},t.findAll=function(e,t){for(var r=[],o=[t],i=[0];;)if(i[0]>=o[0].length){if(1===o.length)return r;o.shift(),i.shift()}else{var a=o[0][i[0]++];(0,n.isTag)(a)&&(e(a)&&r.push(a),a.children.length>0&&(i.unshift(0),o.unshift(a.children)))}}},5283:function(e,t,r){\"use strict\";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,\"__esModule\",{value:!0}),t.innerText=t.textContent=t.getText=t.getInnerHTML=t.getOuterHTML=void 0;var o=r(1142),i=n(r(8427)),a=r(9960);function l(e,t){return(0,i.default)(e,t)}t.getOuterHTML=l,t.getInnerHTML=function(e,t){return(0,o.hasChildren)(e)?e.children.map((function(e){return l(e,t)})).join(\"\"):\"\"},t.getText=function e(t){return Array.isArray(t)?t.map(e).join(\"\"):(0,o.isTag)(t)?\"br\"===t.name?\"\\n\":e(t.children):(0,o.isCDATA)(t)?e(t.children):(0,o.isText)(t)?t.data:\"\"},t.textContent=function e(t){return Array.isArray(t)?t.map(e).join(\"\"):(0,o.hasChildren)(t)&&!(0,o.isComment)(t)?e(t.children):(0,o.isText)(t)?t.data:\"\"},t.innerText=function e(t){return Array.isArray(t)?t.map(e).join(\"\"):(0,o.hasChildren)(t)&&(t.type===a.ElementType.Tag||(0,o.isCDATA)(t))?e(t.children):(0,o.isText)(t)?t.data:\"\"}},7972:(e,t,r)=>{\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.prevElementSibling=t.nextElementSibling=t.getName=t.hasAttrib=t.getAttributeValue=t.getSiblings=t.getParent=t.getChildren=void 0;var n=r(1142);function o(e){return(0,n.hasChildren)(e)?e.children:[]}function i(e){return e.parent||null}t.getChildren=o,t.getParent=i,t.getSiblings=function(e){var t=i(e);if(null!=t)return o(t);for(var r=[e],n=e.prev,a=e.next;null!=n;)r.unshift(n),n=n.prev;for(;null!=a;)r.push(a),a=a.next;return r},t.getAttributeValue=function(e,t){var r;return null===(r=e.attribs)||void 0===r?void 0:r[t]},t.hasAttrib=function(e,t){return null!=e.attribs&&Object.prototype.hasOwnProperty.call(e.attribs,t)&&null!=e.attribs[t]},t.getName=function(e){return e.name},t.nextElementSibling=function(e){for(var t=e.next;null!==t&&!(0,n.isTag)(t);)t=t.next;return t},t.prevElementSibling=function(e){for(var t=e.prev;null!==t&&!(0,n.isTag)(t);)t=t.prev;return t}},6666:function(e,t,r){\"use strict\";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:!0,value:t})}:function(e,t){e.default=t}),i=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)\"default\"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return o(t,e),t};Object.defineProperty(t,\"__esModule\",{value:!0}),t.Parser=void 0;var a=i(r(34)),l=r(4076),c=new Set([\"input\",\"option\",\"optgroup\",\"select\",\"button\",\"datalist\",\"textarea\"]),s=new Set([\"p\"]),d=new Set([\"thead\",\"tbody\"]),u=new Set([\"dd\",\"dt\"]),p=new Set([\"rt\",\"rp\"]),f=new Map([[\"tr\",new Set([\"tr\",\"th\",\"td\"])],[\"th\",new Set([\"th\"])],[\"td\",new Set([\"thead\",\"th\",\"td\"])],[\"body\",new Set([\"head\",\"link\",\"script\"])],[\"li\",new Set([\"li\"])],[\"p\",s],[\"h1\",s],[\"h2\",s],[\"h3\",s],[\"h4\",s],[\"h5\",s],[\"h6\",s],[\"select\",c],[\"input\",c],[\"output\",c],[\"button\",c],[\"datalist\",c],[\"textarea\",c],[\"option\",new Set([\"option\"])],[\"optgroup\",new Set([\"optgroup\",\"option\"])],[\"dd\",u],[\"dt\",u],[\"address\",s],[\"article\",s],[\"aside\",s],[\"blockquote\",s],[\"details\",s],[\"div\",s],[\"dl\",s],[\"fieldset\",s],[\"figcaption\",s],[\"figure\",s],[\"footer\",s],[\"form\",s],[\"header\",s],[\"hr\",s],[\"main\",s],[\"nav\",s],[\"ol\",s],[\"pre\",s],[\"section\",s],[\"table\",s],[\"ul\",s],[\"rt\",p],[\"rp\",p],[\"tbody\",d],[\"tfoot\",d]]),m=new Set([\"area\",\"base\",\"basefont\",\"br\",\"col\",\"command\",\"embed\",\"frame\",\"hr\",\"img\",\"input\",\"isindex\",\"keygen\",\"link\",\"meta\",\"param\",\"source\",\"track\",\"wbr\"]),h=new Set([\"math\",\"svg\"]),g=new Set([\"mi\",\"mo\",\"mn\",\"ms\",\"mtext\",\"annotation-xml\",\"foreignobject\",\"desc\",\"title\"]),b=/\\s|\\//,v=function(){function e(e,t){var r,n,o,i,l;void 0===t&&(t={}),this.options=t,this.startIndex=0,this.endIndex=0,this.openTagStart=0,this.tagname=\"\",this.attribname=\"\",this.attribvalue=\"\",this.attribs=null,this.stack=[],this.foreignContext=[],this.buffers=[],this.bufferOffset=0,this.writeIndex=0,this.ended=!1,this.cbs=null!=e?e:{},this.lowerCaseTagNames=null!==(r=t.lowerCaseTags)&&void 0!==r?r:!t.xmlMode,this.lowerCaseAttributeNames=null!==(n=t.lowerCaseAttributeNames)&&void 0!==n?n:!t.xmlMode,this.tokenizer=new(null!==(o=t.Tokenizer)&&void 0!==o?o:a.default)(this.options,this),null===(l=(i=this.cbs).onparserinit)||void 0===l||l.call(i,this)}return e.prototype.ontext=function(e,t){var r,n,o=this.getSlice(e,t);this.endIndex=t-1,null===(n=(r=this.cbs).ontext)||void 0===n||n.call(r,o),this.startIndex=t},e.prototype.ontextentity=function(e){var t,r,n=this.tokenizer.getSectionStart();this.endIndex=n-1,null===(r=(t=this.cbs).ontext)||void 0===r||r.call(t,(0,l.fromCodePoint)(e)),this.startIndex=n},e.prototype.isVoidElement=function(e){return!this.options.xmlMode&&m.has(e)},e.prototype.onopentagname=function(e,t){this.endIndex=t;var r=this.getSlice(e,t);this.lowerCaseTagNames&&(r=r.toLowerCase()),this.emitOpenTag(r)},e.prototype.emitOpenTag=function(e){var t,r,n,o;this.openTagStart=this.startIndex,this.tagname=e;var i=!this.options.xmlMode&&f.get(e);if(i)for(;this.stack.length>0&&i.has(this.stack[this.stack.length-1]);){var a=this.stack.pop();null===(r=(t=this.cbs).onclosetag)||void 0===r||r.call(t,a,!0)}this.isVoidElement(e)||(this.stack.push(e),h.has(e)?this.foreignContext.push(!0):g.has(e)&&this.foreignContext.push(!1)),null===(o=(n=this.cbs).onopentagname)||void 0===o||o.call(n,e),this.cbs.onopentag&&(this.attribs={})},e.prototype.endOpenTag=function(e){var t,r;this.startIndex=this.openTagStart,this.attribs&&(null===(r=(t=this.cbs).onopentag)||void 0===r||r.call(t,this.tagname,this.attribs,e),this.attribs=null),this.cbs.onclosetag&&this.isVoidElement(this.tagname)&&this.cbs.onclosetag(this.tagname,!0),this.tagname=\"\"},e.prototype.onopentagend=function(e){this.endIndex=e,this.endOpenTag(!1),this.startIndex=e+1},e.prototype.onclosetag=function(e,t){var r,n,o,i,a,l;this.endIndex=t;var c=this.getSlice(e,t);if(this.lowerCaseTagNames&&(c=c.toLowerCase()),(h.has(c)||g.has(c))&&this.foreignContext.pop(),this.isVoidElement(c))this.options.xmlMode||\"br\"!==c||(null===(n=(r=this.cbs).onopentagname)||void 0===n||n.call(r,\"br\"),null===(i=(o=this.cbs).onopentag)||void 0===i||i.call(o,\"br\",{},!0),null===(l=(a=this.cbs).onclosetag)||void 0===l||l.call(a,\"br\",!1));else{var s=this.stack.lastIndexOf(c);if(-1!==s)if(this.cbs.onclosetag)for(var d=this.stack.length-s;d--;)this.cbs.onclosetag(this.stack.pop(),0!==d);else this.stack.length=s;else this.options.xmlMode||\"p\"!==c||(this.emitOpenTag(\"p\"),this.closeCurrentTag(!0))}this.startIndex=t+1},e.prototype.onselfclosingtag=function(e){this.endIndex=e,this.options.xmlMode||this.options.recognizeSelfClosing||this.foreignContext[this.foreignContext.length-1]?(this.closeCurrentTag(!1),this.startIndex=e+1):this.onopentagend(e)},e.prototype.closeCurrentTag=function(e){var t,r,n=this.tagname;this.endOpenTag(e),this.stack[this.stack.length-1]===n&&(null===(r=(t=this.cbs).onclosetag)||void 0===r||r.call(t,n,!e),this.stack.pop())},e.prototype.onattribname=function(e,t){this.startIndex=e;var r=this.getSlice(e,t);this.attribname=this.lowerCaseAttributeNames?r.toLowerCase():r},e.prototype.onattribdata=function(e,t){this.attribvalue+=this.getSlice(e,t)},e.prototype.onattribentity=function(e){this.attribvalue+=(0,l.fromCodePoint)(e)},e.prototype.onattribend=function(e,t){var r,n;this.endIndex=t,null===(n=(r=this.cbs).onattribute)||void 0===n||n.call(r,this.attribname,this.attribvalue,e===a.QuoteType.Double?'\"':e===a.QuoteType.Single?\"'\":e===a.QuoteType.NoValue?void 0:null),this.attribs&&!Object.prototype.hasOwnProperty.call(this.attribs,this.attribname)&&(this.attribs[this.attribname]=this.attribvalue),this.attribvalue=\"\"},e.prototype.getInstructionName=function(e){var t=e.search(b),r=t<0?e:e.substr(0,t);return this.lowerCaseTagNames&&(r=r.toLowerCase()),r},e.prototype.ondeclaration=function(e,t){this.endIndex=t;var r=this.getSlice(e,t);if(this.cbs.onprocessinginstruction){var n=this.getInstructionName(r);this.cbs.onprocessinginstruction(\"!\".concat(n),\"!\".concat(r))}this.startIndex=t+1},e.prototype.onprocessinginstruction=function(e,t){this.endIndex=t;var r=this.getSlice(e,t);if(this.cbs.onprocessinginstruction){var n=this.getInstructionName(r);this.cbs.onprocessinginstruction(\"?\".concat(n),\"?\".concat(r))}this.startIndex=t+1},e.prototype.oncomment=function(e,t,r){var n,o,i,a;this.endIndex=t,null===(o=(n=this.cbs).oncomment)||void 0===o||o.call(n,this.getSlice(e,t-r)),null===(a=(i=this.cbs).oncommentend)||void 0===a||a.call(i),this.startIndex=t+1},e.prototype.oncdata=function(e,t,r){var n,o,i,a,l,c,s,d,u,p;this.endIndex=t;var f=this.getSlice(e,t-r);this.options.xmlMode||this.options.recognizeCDATA?(null===(o=(n=this.cbs).oncdatastart)||void 0===o||o.call(n),null===(a=(i=this.cbs).ontext)||void 0===a||a.call(i,f),null===(c=(l=this.cbs).oncdataend)||void 0===c||c.call(l)):(null===(d=(s=this.cbs).oncomment)||void 0===d||d.call(s,\"[CDATA[\".concat(f,\"]]\")),null===(p=(u=this.cbs).oncommentend)||void 0===p||p.call(u)),this.startIndex=t+1},e.prototype.onend=function(){var e,t;if(this.cbs.onclosetag){this.endIndex=this.startIndex;for(var r=this.stack.length;r>0;this.cbs.onclosetag(this.stack[--r],!0));}null===(t=(e=this.cbs).onend)||void 0===t||t.call(e)},e.prototype.reset=function(){var e,t,r,n;null===(t=(e=this.cbs).onreset)||void 0===t||t.call(e),this.tokenizer.reset(),this.tagname=\"\",this.attribname=\"\",this.attribs=null,this.stack.length=0,this.startIndex=0,this.endIndex=0,null===(n=(r=this.cbs).onparserinit)||void 0===n||n.call(r,this),this.buffers.length=0,this.bufferOffset=0,this.writeIndex=0,this.ended=!1},e.prototype.parseComplete=function(e){this.reset(),this.end(e)},e.prototype.getSlice=function(e,t){for(;e-this.bufferOffset>=this.buffers[0].length;)this.shiftBuffer();for(var r=this.buffers[0].slice(e-this.bufferOffset,t-this.bufferOffset);t-this.bufferOffset>this.buffers[0].length;)this.shiftBuffer(),r+=this.buffers[0].slice(0,t-this.bufferOffset);return r},e.prototype.shiftBuffer=function(){this.bufferOffset+=this.buffers[0].length,this.writeIndex--,this.buffers.shift()},e.prototype.write=function(e){var t,r;this.ended?null===(r=(t=this.cbs).onerror)||void 0===r||r.call(t,new Error(\".write() after done!\")):(this.buffers.push(e),this.tokenizer.running&&(this.tokenizer.write(e),this.writeIndex++))},e.prototype.end=function(e){var t,r;this.ended?null===(r=(t=this.cbs).onerror)||void 0===r||r.call(t,new Error(\".end() after done!\")):(e&&this.write(e),this.ended=!0,this.tokenizer.end())},e.prototype.pause=function(){this.tokenizer.pause()},e.prototype.resume=function(){for(this.tokenizer.resume();this.tokenizer.running&&this.writeIndex<this.buffers.length;)this.tokenizer.write(this.buffers[this.writeIndex++]);this.ended&&this.tokenizer.end()},e.prototype.parseChunk=function(e){this.write(e)},e.prototype.done=function(e){this.end(e)},e}();t.Parser=v},34:(e,t,r)=>{\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.QuoteType=void 0;var n,o,i,a=r(4076);function l(e){return e===n.Space||e===n.NewLine||e===n.Tab||e===n.FormFeed||e===n.CarriageReturn}function c(e){return e===n.Slash||e===n.Gt||l(e)}function s(e){return e>=n.Zero&&e<=n.Nine}!function(e){e[e.Tab=9]=\"Tab\",e[e.NewLine=10]=\"NewLine\",e[e.FormFeed=12]=\"FormFeed\",e[e.CarriageReturn=13]=\"CarriageReturn\",e[e.Space=32]=\"Space\",e[e.ExclamationMark=33]=\"ExclamationMark\",e[e.Number=35]=\"Number\",e[e.Amp=38]=\"Amp\",e[e.SingleQuote=39]=\"SingleQuote\",e[e.DoubleQuote=34]=\"DoubleQuote\",e[e.Dash=45]=\"Dash\",e[e.Slash=47]=\"Slash\",e[e.Zero=48]=\"Zero\",e[e.Nine=57]=\"Nine\",e[e.Semi=59]=\"Semi\",e[e.Lt=60]=\"Lt\",e[e.Eq=61]=\"Eq\",e[e.Gt=62]=\"Gt\",e[e.Questionmark=63]=\"Questionmark\",e[e.UpperA=65]=\"UpperA\",e[e.LowerA=97]=\"LowerA\",e[e.UpperF=70]=\"UpperF\",e[e.LowerF=102]=\"LowerF\",e[e.UpperZ=90]=\"UpperZ\",e[e.LowerZ=122]=\"LowerZ\",e[e.LowerX=120]=\"LowerX\",e[e.OpeningSquareBracket=91]=\"OpeningSquareBracket\"}(n||(n={})),function(e){e[e.Text=1]=\"Text\",e[e.BeforeTagName=2]=\"BeforeTagName\",e[e.InTagName=3]=\"InTagName\",e[e.InSelfClosingTag=4]=\"InSelfClosingTag\",e[e.BeforeClosingTagName=5]=\"BeforeClosingTagName\",e[e.InClosingTagName=6]=\"InClosingTagName\",e[e.AfterClosingTagName=7]=\"AfterClosingTagName\",e[e.BeforeAttributeName=8]=\"BeforeAttributeName\",e[e.InAttributeName=9]=\"InAttributeName\",e[e.AfterAttributeName=10]=\"AfterAttributeName\",e[e.BeforeAttributeValue=11]=\"BeforeAttributeValue\",e[e.InAttributeValueDq=12]=\"InAttributeValueDq\",e[e.InAttributeValueSq=13]=\"InAttributeValueSq\",e[e.InAttributeValueNq=14]=\"InAttributeValueNq\",e[e.BeforeDeclaration=15]=\"BeforeDeclaration\",e[e.InDeclaration=16]=\"InDeclaration\",e[e.InProcessingInstruction=17]=\"InProcessingInstruction\",e[e.BeforeComment=18]=\"BeforeComment\",e[e.CDATASequence=19]=\"CDATASequence\",e[e.InSpecialComment=20]=\"InSpecialComment\",e[e.InCommentLike=21]=\"InCommentLike\",e[e.BeforeSpecialS=22]=\"BeforeSpecialS\",e[e.SpecialStartSequence=23]=\"SpecialStartSequence\",e[e.InSpecialTag=24]=\"InSpecialTag\",e[e.BeforeEntity=25]=\"BeforeEntity\",e[e.BeforeNumericEntity=26]=\"BeforeNumericEntity\",e[e.InNamedEntity=27]=\"InNamedEntity\",e[e.InNumericEntity=28]=\"InNumericEntity\",e[e.InHexEntity=29]=\"InHexEntity\"}(o||(o={})),function(e){e[e.NoValue=0]=\"NoValue\",e[e.Unquoted=1]=\"Unquoted\",e[e.Single=2]=\"Single\",e[e.Double=3]=\"Double\"}(i=t.QuoteType||(t.QuoteType={}));var d={Cdata:new Uint8Array([67,68,65,84,65,91]),CdataEnd:new Uint8Array([93,93,62]),CommentEnd:new Uint8Array([45,45,62]),ScriptEnd:new Uint8Array([60,47,115,99,114,105,112,116]),StyleEnd:new Uint8Array([60,47,115,116,121,108,101]),TitleEnd:new Uint8Array([60,47,116,105,116,108,101])},u=function(){function e(e,t){var r=e.xmlMode,n=void 0!==r&&r,i=e.decodeEntities,l=void 0===i||i;this.cbs=t,this.state=o.Text,this.buffer=\"\",this.sectionStart=0,this.index=0,this.baseState=o.Text,this.isSpecial=!1,this.running=!0,this.offset=0,this.currentSequence=void 0,this.sequenceIndex=0,this.trieIndex=0,this.trieCurrent=0,this.entityResult=0,this.entityExcess=0,this.xmlMode=n,this.decodeEntities=l,this.entityTrie=n?a.xmlDecodeTree:a.htmlDecodeTree}return e.prototype.reset=function(){this.state=o.Text,this.buffer=\"\",this.sectionStart=0,this.index=0,this.baseState=o.Text,this.currentSequence=void 0,this.running=!0,this.offset=0},e.prototype.write=function(e){this.offset+=this.buffer.length,this.buffer=e,this.parse()},e.prototype.end=function(){this.running&&this.finish()},e.prototype.pause=function(){this.running=!1},e.prototype.resume=function(){this.running=!0,this.index<this.buffer.length+this.offset&&this.parse()},e.prototype.getIndex=function(){return this.index},e.prototype.getSectionStart=function(){return this.sectionStart},e.prototype.stateText=function(e){e===n.Lt||!this.decodeEntities&&this.fastForwardTo(n.Lt)?(this.index>this.sectionStart&&this.cbs.ontext(this.sectionStart,this.index),this.state=o.BeforeTagName,this.sectionStart=this.index):this.decodeEntities&&e===n.Amp&&(this.state=o.BeforeEntity)},e.prototype.stateSpecialStartSequence=function(e){var t=this.sequenceIndex===this.currentSequence.length;if(t?c(e):(32|e)===this.currentSequence[this.sequenceIndex]){if(!t)return void this.sequenceIndex++}else this.isSpecial=!1;this.sequenceIndex=0,this.state=o.InTagName,this.stateInTagName(e)},e.prototype.stateInSpecialTag=function(e){if(this.sequenceIndex===this.currentSequence.length){if(e===n.Gt||l(e)){var t=this.index-this.currentSequence.length;if(this.sectionStart<t){var r=this.index;this.index=t,this.cbs.ontext(this.sectionStart,t),this.index=r}return this.isSpecial=!1,this.sectionStart=t+2,void this.stateInClosingTagName(e)}this.sequenceIndex=0}(32|e)===this.currentSequence[this.sequenceIndex]?this.sequenceIndex+=1:0===this.sequenceIndex?this.currentSequence===d.TitleEnd?this.decodeEntities&&e===n.Amp&&(this.state=o.BeforeEntity):this.fastForwardTo(n.Lt)&&(this.sequenceIndex=1):this.sequenceIndex=Number(e===n.Lt)},e.prototype.stateCDATASequence=function(e){e===d.Cdata[this.sequenceIndex]?++this.sequenceIndex===d.Cdata.length&&(this.state=o.InCommentLike,this.currentSequence=d.CdataEnd,this.sequenceIndex=0,this.sectionStart=this.index+1):(this.sequenceIndex=0,this.state=o.InDeclaration,this.stateInDeclaration(e))},e.prototype.fastForwardTo=function(e){for(;++this.index<this.buffer.length+this.offset;)if(this.buffer.charCodeAt(this.index-this.offset)===e)return!0;return this.index=this.buffer.length+this.offset-1,!1},e.prototype.stateInCommentLike=function(e){e===this.currentSequence[this.sequenceIndex]?++this.sequenceIndex===this.currentSequence.length&&(this.currentSequence===d.CdataEnd?this.cbs.oncdata(this.sectionStart,this.index,2):this.cbs.oncomment(this.sectionStart,this.index,2),this.sequenceIndex=0,this.sectionStart=this.index+1,this.state=o.Text):0===this.sequenceIndex?this.fastForwardTo(this.currentSequence[0])&&(this.sequenceIndex=1):e!==this.currentSequence[this.sequenceIndex-1]&&(this.sequenceIndex=0)},e.prototype.isTagStartChar=function(e){return this.xmlMode?!c(e):function(e){return e>=n.LowerA&&e<=n.LowerZ||e>=n.UpperA&&e<=n.UpperZ}(e)},e.prototype.startSpecial=function(e,t){this.isSpecial=!0,this.currentSequence=e,this.sequenceIndex=t,this.state=o.SpecialStartSequence},e.prototype.stateBeforeTagName=function(e){if(e===n.ExclamationMark)this.state=o.BeforeDeclaration,this.sectionStart=this.index+1;else if(e===n.Questionmark)this.state=o.InProcessingInstruction,this.sectionStart=this.index+1;else if(this.isTagStartChar(e)){var t=32|e;this.sectionStart=this.index,this.xmlMode||t!==d.TitleEnd[2]?this.state=this.xmlMode||t!==d.ScriptEnd[2]?o.InTagName:o.BeforeSpecialS:this.startSpecial(d.TitleEnd,3)}else e===n.Slash?this.state=o.BeforeClosingTagName:(this.state=o.Text,this.stateText(e))},e.prototype.stateInTagName=function(e){c(e)&&(this.cbs.onopentagname(this.sectionStart,this.index),this.sectionStart=-1,this.state=o.BeforeAttributeName,this.stateBeforeAttributeName(e))},e.prototype.stateBeforeClosingTagName=function(e){l(e)||(e===n.Gt?this.state=o.Text:(this.state=this.isTagStartChar(e)?o.InClosingTagName:o.InSpecialComment,this.sectionStart=this.index))},e.prototype.stateInClosingTagName=function(e){(e===n.Gt||l(e))&&(this.cbs.onclosetag(this.sectionStart,this.index),this.sectionStart=-1,this.state=o.AfterClosingTagName,this.stateAfterClosingTagName(e))},e.prototype.stateAfterClosingTagName=function(e){(e===n.Gt||this.fastForwardTo(n.Gt))&&(this.state=o.Text,this.baseState=o.Text,this.sectionStart=this.index+1)},e.prototype.stateBeforeAttributeName=function(e){e===n.Gt?(this.cbs.onopentagend(this.index),this.isSpecial?(this.state=o.InSpecialTag,this.sequenceIndex=0):this.state=o.Text,this.baseState=this.state,this.sectionStart=this.index+1):e===n.Slash?this.state=o.InSelfClosingTag:l(e)||(this.state=o.InAttributeName,this.sectionStart=this.index)},e.prototype.stateInSelfClosingTag=function(e){e===n.Gt?(this.cbs.onselfclosingtag(this.index),this.state=o.Text,this.baseState=o.Text,this.sectionStart=this.index+1,this.isSpecial=!1):l(e)||(this.state=o.BeforeAttributeName,this.stateBeforeAttributeName(e))},e.prototype.stateInAttributeName=function(e){(e===n.Eq||c(e))&&(this.cbs.onattribname(this.sectionStart,this.index),this.sectionStart=-1,this.state=o.AfterAttributeName,this.stateAfterAttributeName(e))},e.prototype.stateAfterAttributeName=function(e){e===n.Eq?this.state=o.BeforeAttributeValue:e===n.Slash||e===n.Gt?(this.cbs.onattribend(i.NoValue,this.index),this.state=o.BeforeAttributeName,this.stateBeforeAttributeName(e)):l(e)||(this.cbs.onattribend(i.NoValue,this.index),this.state=o.InAttributeName,this.sectionStart=this.index)},e.prototype.stateBeforeAttributeValue=function(e){e===n.DoubleQuote?(this.state=o.InAttributeValueDq,this.sectionStart=this.index+1):e===n.SingleQuote?(this.state=o.InAttributeValueSq,this.sectionStart=this.index+1):l(e)||(this.sectionStart=this.index,this.state=o.InAttributeValueNq,this.stateInAttributeValueNoQuotes(e))},e.prototype.handleInAttributeValue=function(e,t){e===t||!this.decodeEntities&&this.fastForwardTo(t)?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(t===n.DoubleQuote?i.Double:i.Single,this.index),this.state=o.BeforeAttributeName):this.decodeEntities&&e===n.Amp&&(this.baseState=this.state,this.state=o.BeforeEntity)},e.prototype.stateInAttributeValueDoubleQuotes=function(e){this.handleInAttributeValue(e,n.DoubleQuote)},e.prototype.stateInAttributeValueSingleQuotes=function(e){this.handleInAttributeValue(e,n.SingleQuote)},e.prototype.stateInAttributeValueNoQuotes=function(e){l(e)||e===n.Gt?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(i.Unquoted,this.index),this.state=o.BeforeAttributeName,this.stateBeforeAttributeName(e)):this.decodeEntities&&e===n.Amp&&(this.baseState=this.state,this.state=o.BeforeEntity)},e.prototype.stateBeforeDeclaration=function(e){e===n.OpeningSquareBracket?(this.state=o.CDATASequence,this.sequenceIndex=0):this.state=e===n.Dash?o.BeforeComment:o.InDeclaration},e.prototype.stateInDeclaration=function(e){(e===n.Gt||this.fastForwardTo(n.Gt))&&(this.cbs.ondeclaration(this.sectionStart,this.index),this.state=o.Text,this.sectionStart=this.index+1)},e.prototype.stateInProcessingInstruction=function(e){(e===n.Gt||this.fastForwardTo(n.Gt))&&(this.cbs.onprocessinginstruction(this.sectionStart,this.index),this.state=o.Text,this.sectionStart=this.index+1)},e.prototype.stateBeforeComment=function(e){e===n.Dash?(this.state=o.InCommentLike,this.currentSequence=d.CommentEnd,this.sequenceIndex=2,this.sectionStart=this.index+1):this.state=o.InDeclaration},e.prototype.stateInSpecialComment=function(e){(e===n.Gt||this.fastForwardTo(n.Gt))&&(this.cbs.oncomment(this.sectionStart,this.index,0),this.state=o.Text,this.sectionStart=this.index+1)},e.prototype.stateBeforeSpecialS=function(e){var t=32|e;t===d.ScriptEnd[3]?this.startSpecial(d.ScriptEnd,4):t===d.StyleEnd[3]?this.startSpecial(d.StyleEnd,4):(this.state=o.InTagName,this.stateInTagName(e))},e.prototype.stateBeforeEntity=function(e){this.entityExcess=1,this.entityResult=0,e===n.Number?this.state=o.BeforeNumericEntity:e===n.Amp||(this.trieIndex=0,this.trieCurrent=this.entityTrie[0],this.state=o.InNamedEntity,this.stateInNamedEntity(e))},e.prototype.stateInNamedEntity=function(e){if(this.entityExcess+=1,this.trieIndex=(0,a.determineBranch)(this.entityTrie,this.trieCurrent,this.trieIndex+1,e),this.trieIndex<0)return this.emitNamedEntity(),void this.index--;this.trieCurrent=this.entityTrie[this.trieIndex];var t=this.trieCurrent&a.BinTrieFlags.VALUE_LENGTH;if(t){var r=(t>>14)-1;if(this.allowLegacyEntity()||e===n.Semi){var o=this.index-this.entityExcess+1;o>this.sectionStart&&this.emitPartial(this.sectionStart,o),this.entityResult=this.trieIndex,this.trieIndex+=r,this.entityExcess=0,this.sectionStart=this.index+1,0===r&&this.emitNamedEntity()}else this.trieIndex+=r}},e.prototype.emitNamedEntity=function(){if(this.state=this.baseState,0!==this.entityResult)switch((this.entityTrie[this.entityResult]&a.BinTrieFlags.VALUE_LENGTH)>>14){case 1:this.emitCodePoint(this.entityTrie[this.entityResult]&~a.BinTrieFlags.VALUE_LENGTH);break;case 2:this.emitCodePoint(this.entityTrie[this.entityResult+1]);break;case 3:this.emitCodePoint(this.entityTrie[this.entityResult+1]),this.emitCodePoint(this.entityTrie[this.entityResult+2])}},e.prototype.stateBeforeNumericEntity=function(e){(32|e)===n.LowerX?(this.entityExcess++,this.state=o.InHexEntity):(this.state=o.InNumericEntity,this.stateInNumericEntity(e))},e.prototype.emitNumericEntity=function(e){var t=this.index-this.entityExcess-1;t+2+Number(this.state===o.InHexEntity)!==this.index&&(t>this.sectionStart&&this.emitPartial(this.sectionStart,t),this.sectionStart=this.index+Number(e),this.emitCodePoint((0,a.replaceCodePoint)(this.entityResult))),this.state=this.baseState},e.prototype.stateInNumericEntity=function(e){e===n.Semi?this.emitNumericEntity(!0):s(e)?(this.entityResult=10*this.entityResult+(e-n.Zero),this.entityExcess++):(this.allowLegacyEntity()?this.emitNumericEntity(!1):this.state=this.baseState,this.index--)},e.prototype.stateInHexEntity=function(e){e===n.Semi?this.emitNumericEntity(!0):s(e)?(this.entityResult=16*this.entityResult+(e-n.Zero),this.entityExcess++):!function(e){return e>=n.UpperA&&e<=n.UpperF||e>=n.LowerA&&e<=n.LowerF}(e)?(this.allowLegacyEntity()?this.emitNumericEntity(!1):this.state=this.baseState,this.index--):(this.entityResult=16*this.entityResult+((32|e)-n.LowerA+10),this.entityExcess++)},e.prototype.allowLegacyEntity=function(){return!this.xmlMode&&(this.baseState===o.Text||this.baseState===o.InSpecialTag)},e.prototype.cleanup=function(){this.running&&this.sectionStart!==this.index&&(this.state===o.Text||this.state===o.InSpecialTag&&0===this.sequenceIndex?(this.cbs.ontext(this.sectionStart,this.index),this.sectionStart=this.index):this.state!==o.InAttributeValueDq&&this.state!==o.InAttributeValueSq&&this.state!==o.InAttributeValueNq||(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=this.index))},e.prototype.shouldContinue=function(){return this.index<this.buffer.length+this.offset&&this.running},e.prototype.parse=function(){for(;this.shouldContinue();){var e=this.buffer.charCodeAt(this.index-this.offset);switch(this.state){case o.Text:this.stateText(e);break;case o.SpecialStartSequence:this.stateSpecialStartSequence(e);break;case o.InSpecialTag:this.stateInSpecialTag(e);break;case o.CDATASequence:this.stateCDATASequence(e);break;case o.InAttributeValueDq:this.stateInAttributeValueDoubleQuotes(e);break;case o.InAttributeName:this.stateInAttributeName(e);break;case o.InCommentLike:this.stateInCommentLike(e);break;case o.InSpecialComment:this.stateInSpecialComment(e);break;case o.BeforeAttributeName:this.stateBeforeAttributeName(e);break;case o.InTagName:this.stateInTagName(e);break;case o.InClosingTagName:this.stateInClosingTagName(e);break;case o.BeforeTagName:this.stateBeforeTagName(e);break;case o.AfterAttributeName:this.stateAfterAttributeName(e);break;case o.InAttributeValueSq:this.stateInAttributeValueSingleQuotes(e);break;case o.BeforeAttributeValue:this.stateBeforeAttributeValue(e);break;case o.BeforeClosingTagName:this.stateBeforeClosingTagName(e);break;case o.AfterClosingTagName:this.stateAfterClosingTagName(e);break;case o.BeforeSpecialS:this.stateBeforeSpecialS(e);break;case o.InAttributeValueNq:this.stateInAttributeValueNoQuotes(e);break;case o.InSelfClosingTag:this.stateInSelfClosingTag(e);break;case o.InDeclaration:this.stateInDeclaration(e);break;case o.BeforeDeclaration:this.stateBeforeDeclaration(e);break;case o.BeforeComment:this.stateBeforeComment(e);break;case o.InProcessingInstruction:this.stateInProcessingInstruction(e);break;case o.InNamedEntity:this.stateInNamedEntity(e);break;case o.BeforeEntity:this.stateBeforeEntity(e);break;case o.InHexEntity:this.stateInHexEntity(e);break;case o.InNumericEntity:this.stateInNumericEntity(e);break;default:this.stateBeforeNumericEntity(e)}this.index++}this.cleanup()},e.prototype.finish=function(){this.state===o.InNamedEntity&&this.emitNamedEntity(),this.sectionStart<this.index&&this.handleTrailingData(),this.cbs.onend()},e.prototype.handleTrailingData=function(){var e=this.buffer.length+this.offset;this.state===o.InCommentLike?this.currentSequence===d.CdataEnd?this.cbs.oncdata(this.sectionStart,e,0):this.cbs.oncomment(this.sectionStart,e,0):this.state===o.InNumericEntity&&this.allowLegacyEntity()||this.state===o.InHexEntity&&this.allowLegacyEntity()?this.emitNumericEntity(!1):this.state===o.InTagName||this.state===o.BeforeAttributeName||this.state===o.BeforeAttributeValue||this.state===o.AfterAttributeName||this.state===o.InAttributeName||this.state===o.InAttributeValueSq||this.state===o.InAttributeValueDq||this.state===o.InAttributeValueNq||this.state===o.InClosingTagName||this.cbs.ontext(this.sectionStart,e)},e.prototype.emitPartial=function(e,t){this.baseState!==o.Text&&this.baseState!==o.InSpecialTag?this.cbs.onattribdata(e,t):this.cbs.ontext(e,t)},e.prototype.emitCodePoint=function(e){this.baseState!==o.Text&&this.baseState!==o.InSpecialTag?this.cbs.onattribentity(e):this.cbs.ontextentity(e)},e}();t.default=u},5106:function(e,t,r){\"use strict\";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:!0,value:t})}:function(e,t){e.default=t}),i=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)\"default\"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return o(t,e),t},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,\"__esModule\",{value:!0}),t.DomUtils=t.parseFeed=t.getFeed=t.ElementType=t.Tokenizer=t.createDomStream=t.parseDOM=t.parseDocument=t.DefaultHandler=t.DomHandler=t.Parser=void 0;var l=r(6666),c=r(6666);Object.defineProperty(t,\"Parser\",{enumerable:!0,get:function(){return c.Parser}});var s=r(1142),d=r(1142);function u(e,t){var r=new s.DomHandler(void 0,t);return new l.Parser(r,t).end(e),r.root}function p(e,t){return u(e,t).children}Object.defineProperty(t,\"DomHandler\",{enumerable:!0,get:function(){return d.DomHandler}}),Object.defineProperty(t,\"DefaultHandler\",{enumerable:!0,get:function(){return d.DomHandler}}),t.parseDocument=u,t.parseDOM=p,t.createDomStream=function(e,t,r){var n=new s.DomHandler(e,t,r);return new l.Parser(n,t)};var f=r(34);Object.defineProperty(t,\"Tokenizer\",{enumerable:!0,get:function(){return a(f).default}}),t.ElementType=i(r(9960));var m=r(7241),h=r(7241);Object.defineProperty(t,\"getFeed\",{enumerable:!0,get:function(){return h.getFeed}});var g={xmlMode:!0};t.parseFeed=function(e,t){return void 0===t&&(t=g),(0,m.getFeed)(p(e,t))},t.DomUtils=i(r(7241))},53:(e,t)=>{\"use strict\";function r(e,t){var r=e.length;e.push(t);e:for(;0<r;){var n=r-1>>>1,o=e[n];if(!(0<i(o,t)))break e;e[n]=t,e[r]=o,r=n}}function n(e){return 0===e.length?null:e[0]}function o(e){if(0===e.length)return null;var t=e[0],r=e.pop();if(r!==t){e[0]=r;e:for(var n=0,o=e.length,a=o>>>1;n<a;){var l=2*(n+1)-1,c=e[l],s=l+1,d=e[s];if(0>i(c,r))s<o&&0>i(d,c)?(e[n]=d,e[s]=r,n=s):(e[n]=c,e[l]=r,n=l);else{if(!(s<o&&0>i(d,r)))break e;e[n]=d,e[s]=r,n=s}}}return t}function i(e,t){var r=e.sortIndex-t.sortIndex;return 0!==r?r:e.id-t.id}if(\"object\"==typeof performance&&\"function\"==typeof performance.now){var a=performance;t.unstable_now=function(){return a.now()}}else{var l=Date,c=l.now();t.unstable_now=function(){return l.now()-c}}var s=[],d=[],u=1,p=null,f=3,m=!1,h=!1,g=!1,b=\"function\"==typeof setTimeout?setTimeout:null,v=\"function\"==typeof clearTimeout?clearTimeout:null,y=\"undefined\"!=typeof setImmediate?setImmediate:null;function _(e){for(var t=n(d);null!==t;){if(null===t.callback)o(d);else{if(!(t.startTime<=e))break;o(d),t.sortIndex=t.expirationTime,r(s,t)}t=n(d)}}function k(e){if(g=!1,_(e),!h)if(null!==n(s))h=!0,j(w);else{var t=n(d);null!==t&&M(k,t.startTime-e)}}function w(e,r){h=!1,g&&(g=!1,v(E),E=-1),m=!0;var i=f;try{for(_(r),p=n(s);null!==p&&(!(p.expirationTime>r)||e&&!N());){var a=p.callback;if(\"function\"==typeof a){p.callback=null,f=p.priorityLevel;var l=a(p.expirationTime<=r);r=t.unstable_now(),\"function\"==typeof l?p.callback=l:p===n(s)&&o(s),_(r)}else o(s);p=n(s)}if(null!==p)var c=!0;else{var u=n(d);null!==u&&M(k,u.startTime-r),c=!1}return c}finally{p=null,f=i,m=!1}}\"undefined\"!=typeof navigator&&void 0!==navigator.scheduling&&void 0!==navigator.scheduling.isInputPending&&navigator.scheduling.isInputPending.bind(navigator.scheduling);var x,B=!1,S=null,E=-1,A=5,C=-1;function N(){return!(t.unstable_now()-C<A)}function P(){if(null!==S){var e=t.unstable_now();C=e;var r=!0;try{r=S(!0,e)}finally{r?x():(B=!1,S=null)}}else B=!1}if(\"function\"==typeof y)x=function(){y(P)};else if(\"undefined\"!=typeof MessageChannel){var O=new MessageChannel,T=O.port2;O.port1.onmessage=P,x=function(){T.postMessage(null)}}else x=function(){b(P,0)};function j(e){S=e,B||(B=!0,x())}function M(e,r){E=b((function(){e(t.unstable_now())}),r)}t.unstable_IdlePriority=5,t.unstable_ImmediatePriority=1,t.unstable_LowPriority=4,t.unstable_NormalPriority=3,t.unstable_Profiling=null,t.unstable_UserBlockingPriority=2,t.unstable_cancelCallback=function(e){e.callback=null},t.unstable_continueExecution=function(){h||m||(h=!0,j(w))},t.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\"):A=0<e?Math.floor(1e3/e):5},t.unstable_getCurrentPriorityLevel=function(){return f},t.unstable_getFirstCallbackNode=function(){return n(s)},t.unstable_next=function(e){switch(f){case 1:case 2:case 3:var t=3;break;default:t=f}var r=f;f=t;try{return e()}finally{f=r}},t.unstable_pauseExecution=function(){},t.unstable_requestPaint=function(){},t.unstable_runWithPriority=function(e,t){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var r=f;f=e;try{return t()}finally{f=r}},t.unstable_scheduleCallback=function(e,o,i){var a=t.unstable_now();switch(\"object\"==typeof i&&null!==i?i=\"number\"==typeof(i=i.delay)&&0<i?a+i:a:i=a,e){case 1:var l=-1;break;case 2:l=250;break;case 5:l=1073741823;break;case 4:l=1e4;break;default:l=5e3}return e={id:u++,callback:o,priorityLevel:e,startTime:i,expirationTime:l=i+l,sortIndex:-1},i>a?(e.sortIndex=i,r(d,e),null===n(s)&&e===n(d)&&(g?(v(E),E=-1):g=!0,M(k,i-a))):(e.sortIndex=l,r(s,e),h||m||(h=!0,j(w))),e},t.unstable_shouldYield=N,t.unstable_wrapCallback=function(e){var t=f;return function(){var r=f;f=t;try{return e.apply(this,arguments)}finally{f=r}}}},3840:(e,t,r)=>{\"use strict\";e.exports=r(53)},2490:(e,t,r)=>{\"use strict\";var n=r(210),o=r(2296),i=r(1044)(),a=r(7296),l=r(4453),c=n(\"%Math.floor%\");e.exports=function(e,t){if(\"function\"!=typeof e)throw new l(\"`fn` is not a function\");if(\"number\"!=typeof t||t<0||t>4294967295||c(t)!==t)throw new l(\"`length` must be a positive 32-bit integer\");var r=arguments.length>2&&!!arguments[2],n=!0,s=!0;if(\"length\"in e&&a){var d=a(e,\"length\");d&&!d.configurable&&(n=!1),d&&!d.writable&&(s=!1)}return(n||s||!r)&&(i?o(e,\"length\",t,!0,!0):o(e,\"length\",t)),e}},7478:(e,t,r)=>{\"use strict\";var n=r(210),o=r(1924),i=r(631),a=r(4453),l=n(\"%WeakMap%\",!0),c=n(\"%Map%\",!0),s=o(\"WeakMap.prototype.get\",!0),d=o(\"WeakMap.prototype.set\",!0),u=o(\"WeakMap.prototype.has\",!0),p=o(\"Map.prototype.get\",!0),f=o(\"Map.prototype.set\",!0),m=o(\"Map.prototype.has\",!0),h=function(e,t){for(var r,n=e;null!==(r=n.next);n=r)if(r.key===t)return n.next=r.next,r.next=e.next,e.next=r,r};e.exports=function(){var e,t,r,n={assert:function(e){if(!n.has(e))throw new a(\"Side channel does not contain \"+i(e))},get:function(n){if(l&&n&&(\"object\"==typeof n||\"function\"==typeof n)){if(e)return s(e,n)}else if(c){if(t)return p(t,n)}else if(r)return function(e,t){var r=h(e,t);return r&&r.value}(r,n)},has:function(n){if(l&&n&&(\"object\"==typeof n||\"function\"==typeof n)){if(e)return u(e,n)}else if(c){if(t)return m(t,n)}else if(r)return function(e,t){return!!h(e,t)}(r,n);return!1},set:function(n,o){l&&n&&(\"object\"==typeof n||\"function\"==typeof n)?(e||(e=new l),d(e,n,o)):c?(t||(t=new c),f(t,n,o)):(r||(r={key:{},next:null}),function(e,t,r){var n=h(e,t);n?n.value=r:e.next={key:t,next:e.next,value:r}}(r,n,o))}};return n}},4053:(e,t,r)=>{\"use strict\";r.r(t),r.d(t,{snakeCase:()=>s});var n=r(7582);function o(e){return e.toLowerCase()}var i=[/([a-z0-9])([A-Z])/g,/([A-Z])([A-Z][a-z])/g],a=/[^A-Z0-9]+/gi;function l(e,t,r){return t instanceof RegExp?e.replace(t,r):t.reduce((function(e,t){return e.replace(t,r)}),e)}function c(e,t){return void 0===t&&(t={}),function(e,t){void 0===t&&(t={});for(var r=t.splitRegexp,n=void 0===r?i:r,c=t.stripRegexp,s=void 0===c?a:c,d=t.transform,u=void 0===d?o:d,p=t.delimiter,f=void 0===p?\" \":p,m=l(l(e,n,\"$1\\0$2\"),s,\"\\0\"),h=0,g=m.length;\"\\0\"===m.charAt(h);)h++;for(;\"\\0\"===m.charAt(g-1);)g--;return m.slice(h,g).split(\"\\0\").map(u).join(f)}(e,(0,n.pi)({delimiter:\".\"},t))}function s(e,t){return void 0===t&&(t={}),c(e,(0,n.pi)({delimiter:\"_\"},t))}},7118:(e,t,r)=>{\"use strict\";const n=r(6900),{snakeCase:o}=r(4053);e.exports=function(e,t){return t=Object.assign({deep:!0,exclude:[],parsingOptions:{}},t),n(e,(function(e,r){return[(n=t.exclude,i=e,n.some((function(e){return\"string\"==typeof e?e===i:e.test(i)}))?e:o(e,t.parsingOptions)),r];var n,i}),t)}},1169:e=>{e.exports=function(e){return e.replace(/[A-Z]/g,(function(e){return\"-\"+e.toLowerCase()})).toLowerCase()}},3379:(e,t,r)=>{\"use strict\";var n,o=function(){return void 0===n&&(n=Boolean(window&&document&&document.all&&!window.atob)),n},i=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),a=[];function l(e){for(var t=-1,r=0;r<a.length;r++)if(a[r].identifier===e){t=r;break}return t}function c(e,t){for(var r={},n=[],o=0;o<e.length;o++){var i=e[o],c=t.base?i[0]+t.base:i[0],s=r[c]||0,d=\"\".concat(c,\" \").concat(s);r[c]=s+1;var u=l(d),p={css:i[1],media:i[2],sourceMap:i[3]};-1!==u?(a[u].references++,a[u].updater(p)):a.push({identifier:d,updater:g(p,t),references:1}),n.push(d)}return n}function s(e){var t=document.createElement(\"style\"),n=e.attributes||{};if(void 0===n.nonce){var o=r.nc;o&&(n.nonce=o)}if(Object.keys(n).forEach((function(e){t.setAttribute(e,n[e])})),\"function\"==typeof e.insert)e.insert(t);else{var a=i(e.insert||\"head\");if(!a)throw new Error(\"Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.\");a.appendChild(t)}return t}var d,u=(d=[],function(e,t){return d[e]=t,d.filter(Boolean).join(\"\\n\")});function p(e,t,r,n){var o=r?\"\":n.media?\"@media \".concat(n.media,\" {\").concat(n.css,\"}\"):n.css;if(e.styleSheet)e.styleSheet.cssText=u(t,o);else{var i=document.createTextNode(o),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(i,a[t]):e.appendChild(i)}}function f(e,t,r){var n=r.css,o=r.media,i=r.sourceMap;if(o?e.setAttribute(\"media\",o):e.removeAttribute(\"media\"),i&&\"undefined\"!=typeof btoa&&(n+=\"\\n/*# sourceMappingURL=data:application/json;base64,\".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i)))),\" */\")),e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}var m=null,h=0;function g(e,t){var r,n,o;if(t.singleton){var i=h++;r=m||(m=s(t)),n=p.bind(null,r,i,!1),o=p.bind(null,r,i,!0)}else r=s(t),n=f.bind(null,r,t),o=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(r)};return n(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;n(e=t)}else o()}}e.exports=function(e,t){(t=t||{}).singleton||\"boolean\"==typeof t.singleton||(t.singleton=o());var r=c(e=e||[],t);return function(e){if(e=e||[],\"[object Array]\"===Object.prototype.toString.call(e)){for(var n=0;n<r.length;n++){var o=l(r[n]);a[o].references--}for(var i=c(e,t),s=0;s<r.length;s++){var d=l(r[s]);0===a[d].references&&(a[d].updater(),a.splice(d,1))}r=i}}}},1742:e=>{e.exports=function(){var e=document.getSelection();if(!e.rangeCount)return function(){};for(var t=document.activeElement,r=[],n=0;n<e.rangeCount;n++)r.push(e.getRangeAt(n));switch(t.tagName.toUpperCase()){case\"INPUT\":case\"TEXTAREA\":t.blur();break;default:t=null}return e.removeAllRanges(),function(){\"Caret\"===e.type&&e.removeAllRanges(),e.rangeCount||r.forEach((function(t){e.addRange(t)})),t&&t.focus()}}},2511:function(e,t,r){var n;e=r.nmd(e),function(o){t&&t.nodeType,e&&e.nodeType;var i=\"object\"==typeof r.g&&r.g;i.global!==i&&i.window!==i&&i.self;var a,l=2147483647,c=36,s=1,d=26,u=38,p=700,f=72,m=128,h=\"-\",g=/^xn--/,b=/[^\\x20-\\x7E]/,v=/[\\x2E\\u3002\\uFF0E\\uFF61]/g,y={overflow:\"Overflow: input needs wider integers to process\",\"not-basic\":\"Illegal input >= 0x80 (not a basic code point)\",\"invalid-input\":\"Invalid input\"},_=c-s,k=Math.floor,w=String.fromCharCode;function x(e){throw new RangeError(y[e])}function B(e,t){for(var r=e.length,n=[];r--;)n[r]=t(e[r]);return n}function S(e,t){var r=e.split(\"@\"),n=\"\";return r.length>1&&(n=r[0]+\"@\",e=r[1]),n+B((e=e.replace(v,\".\")).split(\".\"),t).join(\".\")}function E(e){for(var t,r,n=[],o=0,i=e.length;o<i;)(t=e.charCodeAt(o++))>=55296&&t<=56319&&o<i?56320==(64512&(r=e.charCodeAt(o++)))?n.push(((1023&t)<<10)+(1023&r)+65536):(n.push(t),o--):n.push(t);return n}function A(e){return B(e,(function(e){var t=\"\";return e>65535&&(t+=w((e-=65536)>>>10&1023|55296),e=56320|1023&e),t+=w(e)})).join(\"\")}function C(e,t){return e+22+75*(e<26)-((0!=t)<<5)}function N(e,t,r){var n=0;for(e=r?k(e/p):e>>1,e+=k(e/t);e>_*d>>1;n+=c)e=k(e/_);return k(n+(_+1)*e/(e+u))}function P(e){var t,r,n,o,i,a,u,p,g,b,v,y=[],_=e.length,w=0,B=m,S=f;for((r=e.lastIndexOf(h))<0&&(r=0),n=0;n<r;++n)e.charCodeAt(n)>=128&&x(\"not-basic\"),y.push(e.charCodeAt(n));for(o=r>0?r+1:0;o<_;){for(i=w,a=1,u=c;o>=_&&x(\"invalid-input\"),((p=(v=e.charCodeAt(o++))-48<10?v-22:v-65<26?v-65:v-97<26?v-97:c)>=c||p>k((l-w)/a))&&x(\"overflow\"),w+=p*a,!(p<(g=u<=S?s:u>=S+d?d:u-S));u+=c)a>k(l/(b=c-g))&&x(\"overflow\"),a*=b;S=N(w-i,t=y.length+1,0==i),k(w/t)>l-B&&x(\"overflow\"),B+=k(w/t),w%=t,y.splice(w++,0,B)}return A(y)}function O(e){var t,r,n,o,i,a,u,p,g,b,v,y,_,B,S,A=[];for(y=(e=E(e)).length,t=m,r=0,i=f,a=0;a<y;++a)(v=e[a])<128&&A.push(w(v));for(n=o=A.length,o&&A.push(h);n<y;){for(u=l,a=0;a<y;++a)(v=e[a])>=t&&v<u&&(u=v);for(u-t>k((l-r)/(_=n+1))&&x(\"overflow\"),r+=(u-t)*_,t=u,a=0;a<y;++a)if((v=e[a])<t&&++r>l&&x(\"overflow\"),v==t){for(p=r,g=c;!(p<(b=g<=i?s:g>=i+d?d:g-i));g+=c)S=p-b,B=c-b,A.push(w(C(b+S%B,0))),p=k(S/B);A.push(w(C(p,0))),i=N(r,_,n==o),r=0,++n}++r,++t}return A.join(\"\")}a={version:\"1.4.1\",ucs2:{decode:E,encode:A},decode:P,encode:O,toASCII:function(e){return S(e,(function(e){return b.test(e)?\"xn--\"+O(e):e}))},toUnicode:function(e){return S(e,(function(e){return g.test(e)?P(e.slice(4).toLowerCase()):e}))}},void 0===(n=function(){return a}.call(t,r,t,e))||(e.exports=n)}()},8575:(e,t,r)=>{\"use strict\";var n=r(2511);function o(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}var i=/^([a-z0-9.+-]+:)/i,a=/:[0-9]*$/,l=/^(\\/\\/?(?!\\/)[^?\\s]*)(\\?[^\\s]*)?$/,c=[\"{\",\"}\",\"|\",\"\\\\\",\"^\",\"`\"].concat([\"<\",\">\",'\"',\"`\",\" \",\"\\r\",\"\\n\",\"\\t\"]),s=[\"'\"].concat(c),d=[\"%\",\"/\",\"?\",\";\",\"#\"].concat(s),u=[\"/\",\"?\",\"#\"],p=/^[+a-z0-9A-Z_-]{0,63}$/,f=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,m={javascript:!0,\"javascript:\":!0},h={javascript:!0,\"javascript:\":!0},g={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,\"http:\":!0,\"https:\":!0,\"ftp:\":!0,\"gopher:\":!0,\"file:\":!0},b=r(129);function v(e,t,r){if(e&&\"object\"==typeof e&&e instanceof o)return e;var n=new o;return n.parse(e,t,r),n}o.prototype.parse=function(e,t,r){if(\"string\"!=typeof e)throw new TypeError(\"Parameter 'url' must be a string, not \"+typeof e);var o=e.indexOf(\"?\"),a=-1!==o&&o<e.indexOf(\"#\")?\"?\":\"#\",c=e.split(a);c[0]=c[0].replace(/\\\\/g,\"/\");var v=e=c.join(a);if(v=v.trim(),!r&&1===e.split(\"#\").length){var y=l.exec(v);if(y)return this.path=v,this.href=v,this.pathname=y[1],y[2]?(this.search=y[2],this.query=t?b.parse(this.search.substr(1)):this.search.substr(1)):t&&(this.search=\"\",this.query={}),this}var _=i.exec(v);if(_){var k=(_=_[0]).toLowerCase();this.protocol=k,v=v.substr(_.length)}if(r||_||v.match(/^\\/\\/[^@/]+@[^@/]+/)){var w=\"//\"===v.substr(0,2);!w||_&&h[_]||(v=v.substr(2),this.slashes=!0)}if(!h[_]&&(w||_&&!g[_])){for(var x,B,S=-1,E=0;E<u.length;E++){-1!==(A=v.indexOf(u[E]))&&(-1===S||A<S)&&(S=A)}-1!==(B=-1===S?v.lastIndexOf(\"@\"):v.lastIndexOf(\"@\",S))&&(x=v.slice(0,B),v=v.slice(B+1),this.auth=decodeURIComponent(x)),S=-1;for(E=0;E<d.length;E++){var A;-1!==(A=v.indexOf(d[E]))&&(-1===S||A<S)&&(S=A)}-1===S&&(S=v.length),this.host=v.slice(0,S),v=v.slice(S),this.parseHost(),this.hostname=this.hostname||\"\";var C=\"[\"===this.hostname[0]&&\"]\"===this.hostname[this.hostname.length-1];if(!C)for(var N=this.hostname.split(/\\./),P=(E=0,N.length);E<P;E++){var O=N[E];if(O&&!O.match(p)){for(var T=\"\",j=0,M=O.length;j<M;j++)O.charCodeAt(j)>127?T+=\"x\":T+=O[j];if(!T.match(p)){var L=N.slice(0,E),I=N.slice(E+1),F=O.match(f);F&&(L.push(F[1]),I.unshift(F[2])),I.length&&(v=\"/\"+I.join(\".\")+v),this.hostname=L.join(\".\");break}}}this.hostname.length>255?this.hostname=\"\":this.hostname=this.hostname.toLowerCase(),C||(this.hostname=n.toASCII(this.hostname));var z=this.port?\":\"+this.port:\"\",D=this.hostname||\"\";this.host=D+z,this.href+=this.host,C&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),\"/\"!==v[0]&&(v=\"/\"+v))}if(!m[k])for(E=0,P=s.length;E<P;E++){var R=s[E];if(-1!==v.indexOf(R)){var H=encodeURIComponent(R);H===R&&(H=escape(R)),v=v.split(R).join(H)}}var V=v.indexOf(\"#\");-1!==V&&(this.hash=v.substr(V),v=v.slice(0,V));var q=v.indexOf(\"?\");if(-1!==q?(this.search=v.substr(q),this.query=v.substr(q+1),t&&(this.query=b.parse(this.query)),v=v.slice(0,q)):t&&(this.search=\"\",this.query={}),v&&(this.pathname=v),g[k]&&this.hostname&&!this.pathname&&(this.pathname=\"/\"),this.pathname||this.search){z=this.pathname||\"\";var Z=this.search||\"\";this.path=z+Z}return this.href=this.format(),this},o.prototype.format=function(){var e=this.auth||\"\";e&&(e=(e=encodeURIComponent(e)).replace(/%3A/i,\":\"),e+=\"@\");var t=this.protocol||\"\",r=this.pathname||\"\",n=this.hash||\"\",o=!1,i=\"\";this.host?o=e+this.host:this.hostname&&(o=e+(-1===this.hostname.indexOf(\":\")?this.hostname:\"[\"+this.hostname+\"]\"),this.port&&(o+=\":\"+this.port)),this.query&&\"object\"==typeof this.query&&Object.keys(this.query).length&&(i=b.stringify(this.query,{arrayFormat:\"repeat\",addQueryPrefix:!1}));var a=this.search||i&&\"?\"+i||\"\";return t&&\":\"!==t.substr(-1)&&(t+=\":\"),this.slashes||(!t||g[t])&&!1!==o?(o=\"//\"+(o||\"\"),r&&\"/\"!==r.charAt(0)&&(r=\"/\"+r)):o||(o=\"\"),n&&\"#\"!==n.charAt(0)&&(n=\"#\"+n),a&&\"?\"!==a.charAt(0)&&(a=\"?\"+a),t+o+(r=r.replace(/[?#]/g,(function(e){return encodeURIComponent(e)})))+(a=a.replace(\"#\",\"%23\"))+n},o.prototype.resolve=function(e){return this.resolveObject(v(e,!1,!0)).format()},o.prototype.resolveObject=function(e){if(\"string\"==typeof e){var t=new o;t.parse(e,!1,!0),e=t}for(var r=new o,n=Object.keys(this),i=0;i<n.length;i++){var a=n[i];r[a]=this[a]}if(r.hash=e.hash,\"\"===e.href)return r.href=r.format(),r;if(e.slashes&&!e.protocol){for(var l=Object.keys(e),c=0;c<l.length;c++){var s=l[c];\"protocol\"!==s&&(r[s]=e[s])}return g[r.protocol]&&r.hostname&&!r.pathname&&(r.pathname=\"/\",r.path=r.pathname),r.href=r.format(),r}if(e.protocol&&e.protocol!==r.protocol){if(!g[e.protocol]){for(var d=Object.keys(e),u=0;u<d.length;u++){var p=d[u];r[p]=e[p]}return r.href=r.format(),r}if(r.protocol=e.protocol,e.host||h[e.protocol])r.pathname=e.pathname;else{for(var f=(e.pathname||\"\").split(\"/\");f.length&&!(e.host=f.shift()););e.host||(e.host=\"\"),e.hostname||(e.hostname=\"\"),\"\"!==f[0]&&f.unshift(\"\"),f.length<2&&f.unshift(\"\"),r.pathname=f.join(\"/\")}if(r.search=e.search,r.query=e.query,r.host=e.host||\"\",r.auth=e.auth,r.hostname=e.hostname||e.host,r.port=e.port,r.pathname||r.search){var m=r.pathname||\"\",b=r.search||\"\";r.path=m+b}return r.slashes=r.slashes||e.slashes,r.href=r.format(),r}var v=r.pathname&&\"/\"===r.pathname.charAt(0),y=e.host||e.pathname&&\"/\"===e.pathname.charAt(0),_=y||v||r.host&&e.pathname,k=_,w=r.pathname&&r.pathname.split(\"/\")||[],x=(f=e.pathname&&e.pathname.split(\"/\")||[],r.protocol&&!g[r.protocol]);if(x&&(r.hostname=\"\",r.port=null,r.host&&(\"\"===w[0]?w[0]=r.host:w.unshift(r.host)),r.host=\"\",e.protocol&&(e.hostname=null,e.port=null,e.host&&(\"\"===f[0]?f[0]=e.host:f.unshift(e.host)),e.host=null),_=_&&(\"\"===f[0]||\"\"===w[0])),y)r.host=e.host||\"\"===e.host?e.host:r.host,r.hostname=e.hostname||\"\"===e.hostname?e.hostname:r.hostname,r.search=e.search,r.query=e.query,w=f;else if(f.length)w||(w=[]),w.pop(),w=w.concat(f),r.search=e.search,r.query=e.query;else if(null!=e.search){if(x)r.host=w.shift(),r.hostname=r.host,(C=!!(r.host&&r.host.indexOf(\"@\")>0)&&r.host.split(\"@\"))&&(r.auth=C.shift(),r.hostname=C.shift(),r.host=r.hostname);return r.search=e.search,r.query=e.query,null===r.pathname&&null===r.search||(r.path=(r.pathname?r.pathname:\"\")+(r.search?r.search:\"\")),r.href=r.format(),r}if(!w.length)return r.pathname=null,r.search?r.path=\"/\"+r.search:r.path=null,r.href=r.format(),r;for(var B=w.slice(-1)[0],S=(r.host||e.host||w.length>1)&&(\".\"===B||\"..\"===B)||\"\"===B,E=0,A=w.length;A>=0;A--)\".\"===(B=w[A])?w.splice(A,1):\"..\"===B?(w.splice(A,1),E++):E&&(w.splice(A,1),E--);if(!_&&!k)for(;E--;E)w.unshift(\"..\");!_||\"\"===w[0]||w[0]&&\"/\"===w[0].charAt(0)||w.unshift(\"\"),S&&\"/\"!==w.join(\"/\").substr(-1)&&w.push(\"\");var C,N=\"\"===w[0]||w[0]&&\"/\"===w[0].charAt(0);x&&(r.hostname=N?\"\":w.length?w.shift():\"\",r.host=r.hostname,(C=!!(r.host&&r.host.indexOf(\"@\")>0)&&r.host.split(\"@\"))&&(r.auth=C.shift(),r.hostname=C.shift(),r.host=r.hostname));return(_=_||r.host&&w.length)&&!N&&w.unshift(\"\"),w.length>0?r.pathname=w.join(\"/\"):(r.pathname=null,r.path=null),null===r.pathname&&null===r.search||(r.path=(r.pathname?r.pathname:\"\")+(r.search?r.search:\"\")),r.auth=e.auth||r.auth,r.slashes=r.slashes||e.slashes,r.href=r.format(),r},o.prototype.parseHost=function(){var e=this.host,t=a.exec(e);t&&(\":\"!==(t=t[0])&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)},t.Qc=v,t.WU=function(e){return\"string\"==typeof e&&(e=v(e)),e instanceof o?e.format():o.prototype.format.call(e)}},4654:()=>{},2868:()=>{},4777:()=>{},9830:()=>{},209:()=>{},7414:()=>{},2961:e=>{e.exports={nanoid:(e=21)=>{let t=\"\",r=e;for(;r--;)t+=\"useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict\"[64*Math.random()|0];return t},customAlphabet:(e,t=21)=>(r=t)=>{let n=\"\",o=r;for(;o--;)n+=e[Math.random()*e.length|0];return n}}},7582:(e,t,r)=>{\"use strict\";r.d(t,{_T:()=>o,pi:()=>n});var n=function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};function o(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}Object.create;Object.create;\"function\"==typeof SuppressedError&&SuppressedError}},t={};function r(n){var o=t[n];if(void 0!==o)return o.exports;var i=t[n]={id:n,loaded:!1,exports:{}};return e[n].call(i.exports,i,i.exports,r),i.loaded=!0,i.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.g=function(){if(\"object\"==typeof globalThis)return globalThis;try{return this||new Function(\"return this\")()}catch(e){if(\"object\"==typeof window)return window}}(),r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{\"undefined\"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:\"Module\"}),Object.defineProperty(e,\"__esModule\",{value:!0})},r.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),r.nc=void 0,(()=>{\"use strict\";var e=r(7294),t=r(3935),n=r(3379),o=r.n(n),i=r(3450),a={insert:\"head\",singleton:!1};o()(i.Z,a);i.Z.locals;let l=function(e){return e.Light=\"light\",e.Dark=\"dark\",e}({});l.Light,l.Dark;let c=function(e){return e.Default=\"default-event\",e.Play=\"play\",e.Stop=\"stop\",e}({}),s=function(e){return e.ShareButton=\"share-button-click\",e.Button=\"button-click\",e.CardBase=\"card-base-click\",e.Link=\"link-click\",e.ReactPlayerControls=\"react-player-controls-click\",e.YandexFormSubmit=\"yandex-form-submit\",e.HubspotFormSubmit=\"hubspot-form-submit\",e.QuoteButton=\"quote-button-click\",e.BackLink=\"back-link-click\",e.Breadcrumb=\"breadcrumb-click\",e.VideoPreview=\"video-preview-click\",e}({});const d=l.Light,u=64,p=e.createContext({}),f={},m=e.createContext(f),h=e.createContext({});var g;!function(e){e.Ru=\"ru\",e.En=\"en\"}(g||(g={}));let b=[];const v={lang:g.En},y=e.createContext({lang:g.Ru,tld:\".ru\"}),_=e.createContext({});let k=function(e){return e.Yandex=\"yandex\",e.Google=\"google\",e}({});const w={ru:\"ru_RU\",en:\"en_US\"},x={apiKey:\"\",scriptSrc:\"\",type:k.Yandex},B=e.createContext(x),S=e.createContext(!1),E=e.createContext({}),A=e.createContext({}),C={theme:d},N=e.createContext(C),P=t=>{const{isMobile:r,mapsContext:n=x,locale:o={},location:i={},analytics:a={},ssrConfig:l={},projectSettings:c={},theme:s=d,children:u,image:g={},forms:b=f}=t,v=[e.createElement(N.Provider,{value:{theme:s}}),e.createElement(E.Provider,{value:c}),e.createElement(y.Provider,{value:o}),e.createElement(h.Provider,{value:g}),e.createElement(_.Provider,{value:i}),e.createElement(S.Provider,{value:Boolean(r)}),e.createElement(B.Provider,{value:n}),e.createElement(p.Provider,{value:a}),e.createElement(m.Provider,{value:b}),e.createElement(A.Provider,{value:{isServer:l?.isServer}})].reduceRight(((t,r)=>e.cloneElement(r,{},t)),u);return e.createElement(e.Fragment,null,v)};r(8648);var O=r(1504);const T=\"pc-\",j=(0,O.withNaming)({e:\"__\",m:\"_\"}),M=(0,O.withNaming)({n:T,e:\"__\",m:\"_\"}),L=j(\"g-root\");var I=r(8929),F=r.n(I),z=r(5564),D=r.n(z);let R=function(e){return e.PromoFeaturesBlock=\"promo-features-block\",e.ExtendedFeaturesBlock=\"extended-features-block\",e.SliderBlock=\"slider-block\",e.QuestionsBlock=\"questions-block\",e.BannerBlock=\"banner-block\",e.CompaniesBlock=\"companies-block\",e.MediaBlock=\"media-block\",e.InfoBlock=\"info-block\",e.TableBlock=\"table-block\",e.TabsBlock=\"tabs-block\",e.HeaderSliderBlock=\"header-slider-block\",e.HeaderBlock=\"header-block\",e.IconsBlock=\"icons-block\",e.CardLayoutBlock=\"card-layout-block\",e.ContentLayoutBlock=\"content-layout-block\",e.ShareBlock=\"share-block\",e.MapBlock=\"map-block\",e.FilterBlock=\"filter-block\",e.FormBlock=\"form-block\",e.SliderNewBlock=\"slider-new-block\",e}({});const H=Object.values(R),V=[R.HeaderBlock,R.HeaderSliderBlock];let q=function(e){return e.MediaCard=\"media-card\",e.HeaderCard=\"header-card\",e}({}),Z=function(e){return e.Vk=\"vk\",e.Telegram=\"telegram\",e.Twitter=\"twitter\",e.Facebook=\"facebook\",e.LinkedIn=\"linkedin\",e}({}),U=function(e){return e.YANDEX=\"yandex\",e.HUBSPOT=\"hubspot\",e}({}),W=function(e){return e.FormContent=\"form-content\",e.ContentForm=\"content-form\",e.Center=\"center\",e}({});const G=`<(${[\"div\",\"p\",\"h[1-6]\",\"address\",\"article\",\"aside\",\"blockquote\",\"canvas\",\"dd\",\"dl\",\"dt\",\"fieldset\",\"figcaption\",\"footer\",\"header\",\"hr\",\"main\",\"nav\",\"section\",\"video\",\"pre\",\"figure\",\"form\",\"pre\",\"ol\",\"ul\",\"li\",\"table\",\"thead\",\"tbody\",\"tfoot\",\"tr\",\"th\",\"td\"].join(\"|\")})[^>]*>`,$=[\"container\",\"content\",\"wrapper\",\"image\",\"button\",\"animate\"];function Y(e,t){return`${e.type}-${t}`}const Q=(e,t={})=>e.reduce(((e,r)=>Object.assign(e,t[r]||{})),{}),K=(e,t={})=>e.reduce(((e,r)=>e.concat(Object.keys(t[r]||{}))),[]),X=(e,t={})=>{const r=new URL(e);return Object.entries(t).forEach((([e,t])=>{t&&r.searchParams.set(e,t)})),r.toString()},J=(e,...t)=>{const r={};if(e){$.concat(D()(t)).forEach((t=>{r[F()(t)]=`${e}-${t}`})),r.default=e}return r};function ee(e,t){return ee=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},ee(e,t)}function te(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,ee(e,t)}var re=!(\"undefined\"==typeof window||!window.document||!window.document.createElement);var ne=void 0;function oe(){return void 0===ne&&(ne=function(){if(!re)return!1;if(!window.addEventListener||!window.removeEventListener||!Object.defineProperty)return!1;var e=!1;try{var t=Object.defineProperty({},\"passive\",{get:function(){e=!0}}),r=function(){};window.addEventListener(\"testPassiveEventSupport\",r,t),window.removeEventListener(\"testPassiveEventSupport\",r,t)}catch(e){}return e}()),ne}function ie(e){e.handlers===e.nextHandlers&&(e.nextHandlers=e.handlers.slice())}function ae(e){this.target=e,this.events={}}ae.prototype.getEventHandlers=function(e,t){var r,n=String(e)+\" \"+String((r=t)?!0===r?100:(r.capture<<0)+(r.passive<<1)+(r.once<<2):0);return this.events[n]||(this.events[n]={handlers:[],handleEvent:void 0},this.events[n].nextHandlers=this.events[n].handlers),this.events[n]},ae.prototype.handleEvent=function(e,t,r){var n=this.getEventHandlers(e,t);n.handlers=n.nextHandlers,n.handlers.forEach((function(e){e&&e(r)}))},ae.prototype.add=function(e,t,r){var n=this,o=this.getEventHandlers(e,r);ie(o),0===o.nextHandlers.length&&(o.handleEvent=this.handleEvent.bind(this,e,r),this.target.addEventListener(e,o.handleEvent,r)),o.nextHandlers.push(t);var i=!0,a=function(){if(i){i=!1,ie(o);var a=o.nextHandlers.indexOf(t);o.nextHandlers.splice(a,1),0===o.nextHandlers.length&&(n.target&&n.target.removeEventListener(e,o.handleEvent,r),o.handleEvent=void 0)}};return a};var le=\"__consolidated_events_handlers__\";function ce(e,t,r,n){e[le]||(e[le]=new ae(e));var o=function(e){if(e)return oe()?e:!!e.capture}(n);return e[le].add(t,r,o)}var se=r(5834);function de(e,t){var r,n=(r=e,!isNaN(parseFloat(r))&&isFinite(r)?parseFloat(r):\"px\"===r.slice(-2)?parseFloat(r.slice(0,-2)):void 0);if(\"number\"==typeof n)return n;var o=function(e){if(\"%\"===e.slice(-1))return parseFloat(e.slice(0,-1))/100}(e);return\"number\"==typeof o?o*t:void 0}var ue=\"above\",pe=\"inside\",fe=\"below\",me=\"invisible\";function he(e){return\"string\"==typeof e.type}var ge;var be=[];function ve(e){be.push(e),ge||(ge=setTimeout((function(){var e;for(ge=null;e=be.shift();)e()}),0));var t=!0;return function(){if(t){t=!1;var r=be.indexOf(e);-1!==r&&(be.splice(r,1),!be.length&&ge&&(clearTimeout(ge),ge=null))}}}var ye=\"undefined\"!=typeof window,_e={debug:!1,scrollableAncestor:void 0,children:void 0,topOffset:\"0px\",bottomOffset:\"0px\",horizontal:!1,onEnter:function(){},onLeave:function(){},onPositionChange:function(){},fireOnRapidScroll:!0},ke=function(t){function n(e){var r;return(r=t.call(this,e)||this).refElement=function(e){r._ref=e},r}te(n,t);var o=n.prototype;return o.componentDidMount=function(){var e=this;ye&&(this.cancelOnNextTick=ve((function(){e.cancelOnNextTick=null;var t=e.props,r=t.children;t.debug;!function(e,t){if(e&&!he(e)&&!t)throw new Error(\"<Waypoint> needs a DOM element to compute boundaries. The child you passed is neither a DOM element (e.g. <div>) nor does it use the innerRef prop.\\n\\nSee https://goo.gl/LrBNgw for more info.\")}(r,e._ref),e._handleScroll=e._handleScroll.bind(e),e.scrollableAncestor=e._findScrollableAncestor(),e.scrollEventListenerUnsubscribe=ce(e.scrollableAncestor,\"scroll\",e._handleScroll,{passive:!0}),e.resizeEventListenerUnsubscribe=ce(window,\"resize\",e._handleScroll,{passive:!0}),e._handleScroll(null)})))},o.componentDidUpdate=function(){var e=this;ye&&this.scrollableAncestor&&(this.cancelOnNextTick||(this.cancelOnNextTick=ve((function(){e.cancelOnNextTick=null,e._handleScroll(null)}))))},o.componentWillUnmount=function(){ye&&(this.scrollEventListenerUnsubscribe&&this.scrollEventListenerUnsubscribe(),this.resizeEventListenerUnsubscribe&&this.resizeEventListenerUnsubscribe(),this.cancelOnNextTick&&this.cancelOnNextTick())},o._findScrollableAncestor=function(){var e=this.props,t=e.horizontal,n=e.scrollableAncestor;if(n)return function(e){return\"window\"===e?r.g.window:e}(n);for(var o=this._ref;o.parentNode;){if((o=o.parentNode)===document.body)return window;var i=window.getComputedStyle(o),a=(t?i.getPropertyValue(\"overflow-x\"):i.getPropertyValue(\"overflow-y\"))||i.getPropertyValue(\"overflow\");if(\"auto\"===a||\"scroll\"===a||\"overlay\"===a)return o}return window},o._handleScroll=function(e){if(this._ref){var t=this._getBounds(),r=function(e){return e.viewportBottom-e.viewportTop==0?me:e.viewportTop<=e.waypointTop&&e.waypointTop<=e.viewportBottom||e.viewportTop<=e.waypointBottom&&e.waypointBottom<=e.viewportBottom||e.waypointTop<=e.viewportTop&&e.viewportBottom<=e.waypointBottom?pe:e.viewportBottom<e.waypointTop?fe:e.waypointTop<e.viewportTop?ue:me}(t),n=this._previousPosition,o=this.props,i=(o.debug,o.onPositionChange),a=o.onEnter,l=o.onLeave,c=o.fireOnRapidScroll;if(this._previousPosition=r,n!==r){var s={currentPosition:r,previousPosition:n,event:e,waypointTop:t.waypointTop,waypointBottom:t.waypointBottom,viewportTop:t.viewportTop,viewportBottom:t.viewportBottom};i.call(this,s),r===pe?a.call(this,s):n===pe&&l.call(this,s),c&&(n===fe&&r===ue||n===ue&&r===fe)&&(a.call(this,{currentPosition:pe,previousPosition:n,event:e,waypointTop:t.waypointTop,waypointBottom:t.waypointBottom,viewportTop:t.viewportTop,viewportBottom:t.viewportBottom}),l.call(this,{currentPosition:r,previousPosition:pe,event:e,waypointTop:t.waypointTop,waypointBottom:t.waypointBottom,viewportTop:t.viewportTop,viewportBottom:t.viewportBottom}))}}},o._getBounds=function(){var e,t,r=this.props,n=r.horizontal,o=(r.debug,this._ref.getBoundingClientRect()),i=o.left,a=o.top,l=o.right,c=o.bottom,s=n?i:a,d=n?l:c;this.scrollableAncestor===window?(e=n?window.innerWidth:window.innerHeight,t=0):(e=n?this.scrollableAncestor.offsetWidth:this.scrollableAncestor.offsetHeight,t=n?this.scrollableAncestor.getBoundingClientRect().left:this.scrollableAncestor.getBoundingClientRect().top);var u=this.props,p=u.bottomOffset;return{waypointTop:s,waypointBottom:d,viewportTop:t+de(u.topOffset,e),viewportBottom:t+e-de(p,e)}},o.render=function(){var t=this,r=this.props.children;if(!r)return e.createElement(\"span\",{ref:this.refElement,style:{fontSize:0}});if(he(r)||(0,se.isForwardRef)(r)){return e.cloneElement(r,{ref:function(e){t.refElement(e),r.ref&&(\"function\"==typeof r.ref?r.ref(e):r.ref.current=e)}})}return e.cloneElement(r,{innerRef:this.refElement})},n}(e.PureComponent);ke.above=ue,ke.below=fe,ke.inside=pe,ke.invisible=me,ke.defaultProps=_e,ke.displayName=\"Waypoint\";const we=e.createContext({animated:!0}),xe=M(\"AnimateBlock\"),Be=t=>{const{animated:r}=(0,e.useContext)(we),{children:n,className:o,offset:i=100,onScroll:a,style:l,animate:c=r,qa:s}=t,[d,u]=(0,e.useState)(!1),p=c?xe(null,`${d&&\"animate\"} ${o}`):o;return e.createElement(\"div\",{className:p,style:l,\"data-qa\":s},e.createElement(ke,{topOffset:\"-100000%\",bottomOffset:i,onEnter:async()=>{u(!0),a&&a()}}),n)},Se=e.createContext({blockTypes:[],subBlockTypes:[],headerBlockTypes:[],navigationBlockTypes:[],itemMap:{},navItemMap:{},microdata:{}});var Ee=r(1036),Ae=r.n(Ee);const Ce=(e={},t={})=>({...e,videoMicrodata:{...t,...e.videoMicrodata||{}}});function Ne(e){return e&&Ae()(e,{allowedTags:[],allowedAttributes:{}})}const Pe=t=>e.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",width:16,height:16,fill:\"none\",viewBox:\"0 0 16 16\"},t),e.createElement(\"g\",{clipPath:\"url(#a)\"},e.createElement(\"path\",{fill:\"currentColor\",fillRule:\"evenodd\",d:\"M14.756 10.164c1.665-.962 1.665-3.366 0-4.329L6.251.918C4.585-.045 2.5 1.158 2.5 3.083v9.834c0 1.925 2.085 3.128 3.751 2.164l8.505-4.917Z\",clipRule:\"evenodd\"})),e.createElement(\"defs\",null,e.createElement(\"clipPath\",{id:\"a\"},e.createElement(\"path\",{fill:\"currentColor\",d:\"M0 0h16v16H0z\"})))),Oe=\"g-\",Te=((0,O.withNaming)({e:\"__\",m:\"_\"}),(0,O.withNaming)({n:Oe,e:\"__\",m:\"_\"}));function je(e){return e.split(/\\s(.*)/)[1]}const Me={\"aria-hidden\":!0};function Le(e){return\"object\"==typeof e}function Ie(e){return\"string\"==typeof e}var Fe=r(4329),ze={insert:\"head\",singleton:!1};o()(Fe.Z,ze);Fe.Z.locals;const De=Te(\"icon\"),Re=e.forwardRef((({data:t,width:r,height:n,size:o,className:i,fill:a=\"currentColor\",stroke:l=\"none\",qa:c},s)=>{let d,u,p;if(o&&(d=o,u=o),r&&(d=r),n&&(u=n),Le(t))({viewBox:p}=t);else if(Ie(t))p=function(e){const t=e.match(/viewBox=([\"']?)([\\d\\s,-]+)\\1/);return t?t[2]:void 0}(t);else if(function(e){return(\"object\"==typeof e||\"function\"==typeof e)&&\"defaultProps\"in e}(t))({viewBox:p}=t.defaultProps);else if(function(e){return!(\"function\"!=typeof e||e.prototype&&e.prototype.render)}(t)){const e=t({});e&&({viewBox:p}=e.props)}if(p&&(!d||!u)){const e=p.split(/\\s+|\\s*,\\s*/);d||(d=e[2]),u||(u=e[3])}const f=Object.assign({xmlns:\"http://www.w3.org/2000/svg\",xmlnsXlink:\"http://www.w3.org/1999/xlink\",width:d,height:u,className:De(null,i),fill:a,stroke:l,\"data-qa\":c},Me);if(Ie(t)){const r=function(e){return e.replace(/<svg[^>]*>/,(e=>e.replace(/(width|height)=([\"']?)\\d+\\2/g,\"\").replace(/(\\s){2,}\\b/g,\"$1\").replace(/(\\s)+>/g,\">\")))}(t);return e.createElement(\"svg\",Object.assign({},f,{ref:s,dangerouslySetInnerHTML:{__html:r}}))}if(Le(t)){const r=Re.prefix+(t.url||`#${t.id}`);return e.createElement(\"svg\",Object.assign({},f,{viewBox:p,ref:s}),e.createElement(\"use\",{href:r,xlinkHref:r}))}const m=t;return m.defaultProps&&(m.defaultProps.width=m.defaultProps.height=void 0),e.createElement(\"svg\",Object.assign({},f,{ref:s}),e.createElement(m,{width:void 0,height:void 0}))}));function He(t){return function(r){if(!e.isValidElement(r))return!1;const{type:n}=r;if(n===t)return!0;if(\"string\"==typeof t||\"string\"==typeof n)return!1;const o=n.displayName;return Boolean(o&&o===t.displayName)}}Re.displayName=\"Icon\",Re.prefix=\"\";let Ve=1;const qe=He(\"svg\"),Ze=He(Re);const Ue=\"function\"==typeof e.useId?function(){return`${Oe}${e.useId()}`}:function(){const t=e.useRef();return void 0===t.current&&(t.current=`${Oe}uniq-${Ve++}`),t.current},We={BACKSPACE:\"Backspace\",ENTER:\"Enter\",TAB:\"Tab\",SPACEBAR:\" \",SPACEBAR_OLD:\"Spacebar\",ESCAPE:\"Escape\",ARROW_UP:\"ArrowUp\",ARROW_DOWN:\"ArrowDown\",ARROW_LEFT:\"ArrowLeft\",ARROW_RIGHT:\"ArrowRight\"};function Ge(t){const r=e.useMemo((()=>function(e){return t=>{e&&[We.ENTER,We.SPACEBAR,We.SPACEBAR_OLD].includes(t.key)&&(t.preventDefault(),e(t))}}(t)),[t]);return{onKeyDown:r}}var $e=r(3279),Ye=r.n($e);const Qe={randomUUID:\"undefined\"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};let Ke;const Xe=new Uint8Array(16);function Je(){if(!Ke&&(Ke=\"undefined\"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Ke))throw new Error(\"crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported\");return Ke(Xe)}const et=[];for(let e=0;e<256;++e)et.push((e+256).toString(16).slice(1));function tt(e,t=0){return(et[e[t+0]]+et[e[t+1]]+et[e[t+2]]+et[e[t+3]]+\"-\"+et[e[t+4]]+et[e[t+5]]+\"-\"+et[e[t+6]]+et[e[t+7]]+\"-\"+et[e[t+8]]+et[e[t+9]]+\"-\"+et[e[t+10]]+et[e[t+11]]+et[e[t+12]]+et[e[t+13]]+et[e[t+14]]+et[e[t+15]]).toLowerCase()}const rt=function(e,t,r){if(Qe.randomUUID&&!t&&!e)return Qe.randomUUID();const n=(e=e||{}).random||(e.rng||Je)();if(n[6]=15&n[6]|64,n[8]=63&n[8]|128,t){r=r||0;for(let e=0;e<16;++e)t[r+e]=n[e];return t}return tt(n)},nt=e.createContext(\"\"),ot=(t=\"\",r)=>{const{sendEvents:n,autoEvents:o}=(0,e.useContext)(p),i=(0,e.useContext)(nt),a=(0,e.useMemo)((()=>t?{name:t,context:i,type:c.Default,target:r}:void 0),[i,t,r]);if(!n)return()=>{};const l=a&&o?[a]:[];return(e,t)=>{let r=l;if(e&&(r=Array.isArray(e)?[...r,...e]:[...r,e]),!r)return;const o=t?r.map((e=>({...e,...t}))):r;n(o)}};var it=r(8575);const at=\"https://example.org\",lt={target:\"_blank\",rel:\"noopener noreferrer\"};function ct(e,t,r){let n={target:r};return function(e,t){return function(e){const t=new URL(e,at);return t.origin!==at||\"string\"==typeof e&&e.startsWith(at)}(e)&&st(new URL(e).hostname)!==st(t??\"\")}(e,t)&&(n={...n,...lt}),n}function st(e){return e.replace(/\\.(ru|com)$/,\"\")}function dt(e,t=\"ru\"){return\"string\"==typeof e?e?.replace(/\\${tld}/g,t):e}const ut={xs:0,sm:577,md:769,lg:1081,xl:1185};let pt=function(e){return e.PNG=\"png\",e.JPG=\"jpg\",e.JPEG=\"jpeg\",e}({});function ft(){return ft=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ft.apply(null,arguments)}const mt=({fetchPriority:t,alt:r,...n})=>{const{Image:o}=e.useContext(h);return o?e.createElement(o,ft({fetchPriority:t,alt:r},n)):e.createElement(\"img\",ft({fetchpriority:t,alt:r},n))},ht=e=>e.endsWith(\".webp\")?e:e+\".webp\",gt=({disableWebp:t,src:r,breakpoint:n,qa:o})=>e.createElement(e.Fragment,null,!t&&e.createElement(\"source\",{srcSet:ht(r),type:\"image/webp\",media:`(max-width: ${n}px)`,\"data-qa\":`${o}-compressed`}),e.createElement(\"source\",{srcSet:r,media:`(max-width: ${n}px)`,\"data-qa\":o})),bt=t=>{const r=(0,e.useContext)(E),{src:n,alt:o,disableCompress:i,tablet:a,desktop:l,mobile:c,style:s,className:d,onClick:u,onLoad:p,containerClassName:f,qa:m,fetchPriority:h,loading:g}=t,[b,v]=(0,e.useState)(!1),y=n||l;if(!y)return null;const _=J(m,\"mobile-webp-source\",\"mobile-source\",\"tablet-webp-source\",\"tablet-source\",\"desktop-source-compressed\"),k=r.disableCompress||i||(w=y,!Object.values(pt).some((e=>w.toLowerCase().endsWith(`.${e}`))))||b;var w;return e.createElement(\"picture\",{className:f,\"data-qa\":m},c&&e.createElement(gt,{src:c,disableWebp:k,breakpoint:ut.sm,qa:_.mobileSource}),a&&e.createElement(gt,{src:a,disableWebp:k,breakpoint:ut.md,qa:_.tabletSource}),y&&!k&&e.createElement(\"source\",{srcSet:ht(y),type:\"image/webp\",\"data-qa\":_.desktopSourceCompressed}),e.createElement(mt,{className:d,alt:o,src:y,style:s,fetchPriority:h,loading:g,onClick:u,onError:()=>v(!0),onLoad:p}))},vt=/{{(.*?)}}/g;const yt={EmptyKeyset:\"EMPTY_KEYSET\",EmptyLanguageData:\"EMPTY_LANGUAGE_DATA\",KeysetNotFound:\"KEYSET_NOT_FOUND\",MissingKey:\"MISSING_KEY\",MissingKeyFor0:\"MISSING_KEY_FOR_0\",MissingKeyParamsCount:\"MISSING_KEY_PARAMS_COUNT\",MissingKeyPlurals:\"MISSING_KEY_PLURALS\",NoLanguageData:\"NO_LANGUAGE_DATA\"};Object.values(yt);function _t(e){const{code:t,fallbackLang:r,lang:n}=e;let o=`Using language ${n}. `;switch(t){case yt.EmptyKeyset:o+=\"Keyset is empty.\";break;case yt.EmptyLanguageData:o+=\"Language data is empty.\";break;case yt.KeysetNotFound:o+=\"Keyset not found.\";break;case yt.MissingKey:o+=\"Missing key.\";break;case yt.MissingKeyFor0:return o+=\"Missing key for 0\",o;case yt.MissingKeyParamsCount:o+=\"Missing params.count for key.\";break;case yt.MissingKeyPlurals:o+=\"Missing required plurals.\";break;case yt.NoLanguageData:o=`Language \"${n}\" is not defined, make sure you call setLang for the same language you called registerKeysets for!`}return r&&(o+=` Trying to use fallback language \"${r}\"...`),o}var kt;function wt(e,t){return 0===e?t.None:1===e||-1===e?t.One:t.Many}function xt(e,t){const r=Math.abs(e%10),n=Math.abs(e%100);return 0===e?t.None:1===r&&11!==n?t.One:r>1&&r<5&&(n<10||n>20)?t.Few:t.Many}!function(e){e[e.One=0]=\"One\",e[e.Few=1]=\"Few\",e[e.Many=2]=\"Many\",e[e.None=3]=\"None\"}(kt||(kt={}));const Bt=v.lang,St=new class{constructor(e={}){this.data={},this.pluralizers={en:wt,ru:xt},this.logger=null;const{data:t,fallbackLang:r,lang:n,logger:o=null}=e;this.fallbackLang=r,this.lang=n,this.logger=o,t&&Object.entries(t).forEach((([e,t])=>{this.registerKeysets(e,t)}))}setLang(e){this.lang=e}setFallbackLang(e){this.fallbackLang=e}configurePluralization(e){this.pluralizers=Object.assign({},this.pluralizers,e)}registerKeyset(e,t,r={}){const n=this.data[e]&&Object.prototype.hasOwnProperty.call(this.data[e],t);if(n)throw new Error(`Keyset '${t}' is already registered, aborting!`);n&&this.warn(`Keyset '${t}' is already registered.`),this.data[e]=Object.assign({},this.data[e],{[t]:r})}registerKeysets(e,t){Object.keys(t).forEach((r=>{this.registerKeyset(e,r,t[r])}))}has(e,t,r){var n;const o=this.getLanguageData(r);return Boolean(o&&o[e]&&(null===(n=o[e])||void 0===n?void 0:n[t]))}i18n(e,t,r){if(!this.lang&&!this.fallbackLang)throw new Error('Language is not specified. You should set at least one of these: \"lang\", \"fallbackLang\"');let n,o;if(this.lang){if(({text:n,details:o}=this.getTranslationData({keysetName:e,key:t,params:r,lang:this.lang})),o){const e=_t({code:o.code,lang:this.lang,fallbackLang:this.fallbackLang===this.lang?void 0:this.fallbackLang});this.warn(e,o.keysetName,o.key)}}else this.warn(\"Target language is not specified.\");if(void 0===n&&this.fallbackLang&&this.fallbackLang!==this.lang&&(({text:n,details:o}=this.getTranslationData({keysetName:e,key:t,params:r,lang:this.fallbackLang})),o)){const e=_t({code:o.code,lang:this.fallbackLang});this.warn(e,o.keysetName,o.key)}return null!=n?n:t}keyset(e){return(t,r)=>this.i18n(e,t,r)}warn(e,t,r){var n;let o=\"\";t?(o+=t,r&&(o+=`.${r}`)):o=\"languageData\",null===(n=this.logger)||void 0===n||n.log(`I18n: ${e}`,{level:\"info\",logger:o,extra:{type:\"i18n\"}})}getLanguageData(e){const t=e||this.lang;return t?this.data[t]:void 0}getLanguagePluralizer(e){const t=e?this.pluralizers[e]:void 0;return t||this.warn(`Pluralization is not configured for language '${e}', falling back to the english ruleset`),t||wt}getTranslationData(e){const{lang:t,key:r,keysetName:n,params:o}=e,i=this.getLanguageData(t);if(void 0===i)return{details:{code:yt.NoLanguageData}};if(0===Object.keys(i).length)return{details:{code:yt.EmptyLanguageData}};const a=i[n];if(!a)return{details:{code:yt.KeysetNotFound,keysetName:n}};if(0===Object.keys(a).length)return{details:{code:yt.EmptyKeyset,keysetName:n}};const l=a&&a[r],c={};if(void 0===l)return{details:{code:yt.MissingKey,keysetName:n,key:r}};if(Array.isArray(l)){if(l.length<3)return{details:{code:yt.MissingKeyPlurals,keysetName:n,key:r}};const e=Number(null==o?void 0:o.count);if(Number.isNaN(e))return{details:{code:yt.MissingKeyParamsCount,keysetName:n,key:r}};const i=this.getLanguagePluralizer(t);if(c.text=l[i(e,kt)]||l[kt.Many],void 0===c.text)return{details:{code:yt.MissingKeyPlurals,keysetName:n,key:r}};void 0===l[kt.None]&&(c.details={code:yt.MissingKeyFor0,keysetName:n,key:r})}else c.text=l;return o&&(c.text=function(e,t){let r,n=\"\",o=vt.lastIndex=0;for(;r=vt.exec(e);){o!==r.index&&(n+=e.slice(o,r.index)),o=vt.lastIndex;const[i,a]=r;a&&Object.prototype.hasOwnProperty.call(t,a)?n+=t[a]:n+=i}return o<e.length&&(n+=e.slice(o)),n}(c.text,o)),c}}({lang:Bt,fallbackLang:Bt});var Et;function At(e,t){return Object.entries(e).forEach((([e,r])=>St.registerKeyset(e,t,r))),St.keyset(t)}Et=e=>{St.setLang(e.lang)},b.push(Et);const Ct=At({en:JSON.parse('{\"iframe-title\":\"Video frame\"}'),ru:JSON.parse('{\"iframe-title\":\"Фрейм видеоблока\"}')},`${T}VideoBlock`);var Nt=r(4273),Pt={insert:\"head\",singleton:!1};o()(Nt.Z,Pt);Nt.Z.locals;const Ot=/[0-9A-Za-z_-]{11}/,Tt=/[0-9A-Za-z_-]{23,25}/,jt={autoplay:1,mute:1},Mt={autoplay:0},Lt=M(\"VideoBlock\");function It(e){return e/16*9}const Ft=t=>{const{stream:r,record:n,videoIframe:o,attributes:i,className:a,id:l,previewImg:c,playButton:d,playButtonId:u,height:p,fullscreen:f,analyticsEvents:m,autoplay:h,onImageLoad:g}=t,b=ot(s.VideoPreview),v=o||function(e,t){if(!e&&!t)return null;const[r,n,o]=e?[e,\"https://www.youtube.com/embed/live_stream?channel=\",Tt]:[t,\"https://www.youtube.com/embed/\",Ot],i=r?.match(o);let a;return i&&i.length&&(a=n+i[0]),a}(r,n),y=(0,e.useRef)(null),[_,k]=(0,e.useState)(!1),[w,x]=(0,e.useState)(p||void 0),B=(0,e.useMemo)((()=>l||rt()),[l]),S=Ue(),[E,A]=(0,e.useState)(!c),C=(0,e.useMemo)((()=>{if(v&&E)try{const e=new URL(v),t=((e={})=>{const t=new URLSearchParams;return Object.entries(e).forEach((([e,r])=>{t.set(e,String(r))})),t})({...i||{},...c||h?jt:Mt});return t.forEach(((t,r)=>{e.searchParams.set(r,t)})),e.href}catch(e){return v}}),[i,h,E,c,v]),N=(0,e.useCallback)((()=>{b(m),A(!0),setTimeout((()=>k(!0)),300)}),[b,m]),{onKeyDown:P}=Ge(N);(0,e.useEffect)((()=>{const e=Ye()((()=>{x(y.current?Math.round(It(y.current.offsetWidth)):void 0)}),100);return e(),window.addEventListener(\"resize\",e,{passive:!0}),()=>{window.removeEventListener(\"resize\",e)}}),[p]);const O=(0,e.useMemo)((()=>e.createElement(\"iframe\",{id:B,src:C,width:\"100%\",height:\"100%\",title:Ct(\"iframe-title\"),frameBorder:\"0\",allowFullScreen:!0,allow:\"autoplay; fullscreen; encrypted-media; accelerometer; gyroscope; picture-in-picture; clipboard-write; web-share; screen-wake-lock\",loading:\"lazy\"})),[B,C]);return(0,e.useEffect)((()=>{k(!1)}),[v]),v?e.createElement(\"div\",{className:Lt(null,a),style:{height:w},ref:y},O,c&&!_&&!f&&e.createElement(\"div\",{className:Lt(\"preview\"),onClick:N,onKeyDown:P,role:\"button\",tabIndex:0,\"aria-labelledby\":d?u:S},e.createElement(bt,{src:c,className:Lt(\"image\"),containerClassName:Lt(\"image-wrapper\"),onLoad:g}),d||e.createElement(\"button\",{title:\"Play\",id:S,className:Lt(\"button\")},e.createElement(Re,{className:Lt(\"icon\"),data:Pe,size:24})))):null},zt=At({en:JSON.parse('{\"iframe-title\":\"Datalens frame\"}'),ru:JSON.parse('{\"iframe-title\":\"Фрейм данных\"}')},`${T}DataLens`);var Dt=r(4381),Rt={insert:\"head\",singleton:!1};o()(Dt.Z,Rt);Dt.Z.locals;const Ht=M(\"media-component-data-lens\"),Vt=t=>{const{dataLens:r}=t,n=function(e){return\"string\"==typeof e?{id:e,theme:\"light\"}:e}(r),o=(0,e.useContext)(y);return r?e.createElement(\"div\",{className:Ht(\"wrap\")},e.createElement(\"iframe\",{src:`https://datalens.yandex/${n.id}?_embedded=1&_theme=${n.theme}&_lang=${o.lang}`,className:Ht(\"iframe\"),loading:\"lazy\",title:zt(\"iframe-title\"),frameBorder:0})):null},qt=t=>e.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",width:16,height:16,fill:\"none\",viewBox:\"0 0 16 16\"},t),e.createElement(\"path\",{fill:\"currentColor\",fillRule:\"evenodd\",d:\"M7.754 2.004a.75.75 0 0 0 0 1.5h4.75v4.742a.75.75 0 0 0 1.5 0V2.754a.75.75 0 0 0-.75-.75h-5.5Zm.492 11.992a.75.75 0 0 0 0-1.5h-4.75V7.754a.75.75 0 0 0-1.5 0v5.492a.75.75 0 0 0 .75.75h5.5Z\",clipRule:\"evenodd\"})),Zt=t=>e.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",width:16,height:16,fill:\"none\",viewBox:\"0 0 16 16\"},t),e.createElement(\"path\",{fill:\"currentColor\",fillRule:\"evenodd\",d:\"M3.47 3.47a.75.75 0 0 1 1.06 0L8 6.94l3.47-3.47a.75.75 0 1 1 1.06 1.06L9.06 8l3.47 3.47a.75.75 0 1 1-1.06 1.06L8 9.06l-3.47 3.47a.75.75 0 0 1-1.06-1.06L6.94 8 3.47 4.53a.75.75 0 0 1 0-1.06Z\",clipRule:\"evenodd\"}));var Ut=r(7582);const Wt=new class{constructor(e){this.subscriptions=[],this.componentPrefix=e}subscribe(e){this.subscriptions.push(e)}unsubscribe(e){const t=this.subscriptions.indexOf(e);t>-1&&this.subscriptions.splice(t,1)}publish(e){var{componentId:t}=e,r=(0,Ut._T)(e,[\"componentId\"]);this.subscriptions.forEach((e=>e(Object.assign(Object.assign({},r),{componentId:this.componentPrefix?`${this.componentPrefix}${t}`:t}))))}withEventPublisher(e,t){return r=>{this.publish(Object.assign(Object.assign({},r),{componentId:e,qa:t}))}}}(Oe),Gt=new Map;const $t=Te(\"button\");function Yt(){var e;!(e='[Button.Icon] Physical values (left, right) of \"side\" property are deprecated. Use logical values (start, end) instead.')||Gt.has(e)}const Qt=({side:t,className:r,children:n})=>e.createElement(\"span\",{className:$t(\"icon\",{side:Kt(t)},r)},e.createElement(\"span\",{className:$t(\"icon-inner\")},n));function Kt(e){let t=e;return\"left\"===t&&(Yt(),t=\"start\"),\"right\"===t&&(Yt(),t=\"end\"),t}Qt.displayName=\"Button.Icon\";var Xt=r(7726),Jt={insert:\"head\",singleton:!1};o()(Xt.Z,Jt);Xt.Z.locals;const er=Te(\"button\"),tr=e.forwardRef((function({view:t=\"normal\",size:r=\"m\",pin:n=\"round-round\",selected:o,disabled:i=!1,loading:a=!1,width:l,title:c,tabIndex:s,type:d=\"button\",component:u,href:p,target:f,rel:m,extraProps:h,onClick:g,onMouseEnter:b,onMouseLeave:v,onFocus:y,onBlur:_,children:k,id:w,style:x,className:B,qa:S},E){const A={title:c,tabIndex:s,onClick:g,onClickCapture:e.useCallback((e=>{Wt.publish({componentId:\"Button\",eventId:\"click\",domEvent:e,meta:{content:e.currentTarget.textContent,view:t}})}),[t]),onMouseEnter:b,onMouseLeave:v,onFocus:y,onBlur:_,id:w,style:x,className:er({view:t,size:r,pin:n,selected:o,disabled:i||a,loading:a,width:l},B),\"data-qa\":S};if(\"string\"==typeof p||u){const t={href:p,target:f,rel:\"_blank\"!==f||m?m:\"noopener noreferrer\"};return e.createElement(u||\"a\",Object.assign(Object.assign(Object.assign(Object.assign({},h),A),u?{}:t),{ref:E,\"aria-disabled\":i||a}),ar(k))}return e.createElement(\"button\",Object.assign({},h,A,{ref:E,type:d,disabled:i||a,\"aria-pressed\":o}),ar(k))}));tr.displayName=\"Button\";const rr=Object.assign(tr,{Icon:Qt}),nr=He(Qt),or=He(\"span\"),ir=RegExp(`^${er(\"icon\")}($|\\\\s+\\\\w)`);function ar(t){const r=e.Children.toArray(t);if(1===r.length){const t=r[0];return nr(t)||or(t)&&ir.test(t.props.className||\"\")?t:Ze(t)||qe(t)?e.createElement(rr.Icon,{key:\"icon\"},t):e.createElement(\"span\",{key:\"text\",className:er(\"text\")},t)}{let t,n,o;const i=[];for(const o of r){const r=Ze(o)||qe(o),a=nr(o),l=or(o)&&ir.test(o.props.className||\"\");if(r||a||l)if(t||0!==i.length){if(!n&&0!==i.length){const t=\"icon-end\",i=\"end\";n=r?e.createElement(rr.Icon,{key:t,side:i},o):a?e.cloneElement(o,{side:i}):e.cloneElement(o,{className:er(\"icon\",{side:Kt(i)},o.props.className)})}}else{const n=\"icon-start\",i=\"start\";t=r?e.createElement(rr.Icon,{key:n,side:i},o):a?e.cloneElement(o,{side:i}):e.cloneElement(o,{className:er(\"icon\",{side:Kt(i)},o.props.className)})}else i.push(o)}return i.length>0&&(o=e.createElement(\"span\",{key:\"text\",className:er(\"text\")},i)),[t,n,o]}}function lr(){return lr=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},lr.apply(this,arguments)}function cr(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}function sr(e,t){return e.replace(new RegExp(\"(^|\\\\s)\"+t+\"(?:\\\\s|$)\",\"g\"),\"$1\").replace(/\\s+/g,\" \").replace(/^\\s*|\\s*$/g,\"\")}const dr=!1,ur=e.createContext(null);var pr=function(e){return e.scrollTop},fr=\"unmounted\",mr=\"exited\",hr=\"entering\",gr=\"entered\",br=\"exiting\",vr=function(r){function n(e,t){var n;n=r.call(this,e,t)||this;var o,i=t&&!t.isMounting?e.enter:e.appear;return n.appearStatus=null,e.in?i?(o=mr,n.appearStatus=hr):o=gr:o=e.unmountOnExit||e.mountOnEnter?fr:mr,n.state={status:o},n.nextCallback=null,n}te(n,r),n.getDerivedStateFromProps=function(e,t){return e.in&&t.status===fr?{status:mr}:null};var o=n.prototype;return o.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},o.componentDidUpdate=function(e){var t=null;if(e!==this.props){var r=this.state.status;this.props.in?r!==hr&&r!==gr&&(t=hr):r!==hr&&r!==gr||(t=br)}this.updateStatus(!1,t)},o.componentWillUnmount=function(){this.cancelNextCallback()},o.getTimeouts=function(){var e,t,r,n=this.props.timeout;return e=t=r=n,null!=n&&\"number\"!=typeof n&&(e=n.exit,t=n.enter,r=void 0!==n.appear?n.appear:t),{exit:e,enter:t,appear:r}},o.updateStatus=function(e,r){if(void 0===e&&(e=!1),null!==r)if(this.cancelNextCallback(),r===hr){if(this.props.unmountOnExit||this.props.mountOnEnter){var n=this.props.nodeRef?this.props.nodeRef.current:t.findDOMNode(this);n&&pr(n)}this.performEnter(e)}else this.performExit();else this.props.unmountOnExit&&this.state.status===mr&&this.setState({status:fr})},o.performEnter=function(e){var r=this,n=this.props.enter,o=this.context?this.context.isMounting:e,i=this.props.nodeRef?[o]:[t.findDOMNode(this),o],a=i[0],l=i[1],c=this.getTimeouts(),s=o?c.appear:c.enter;!e&&!n||dr?this.safeSetState({status:gr},(function(){r.props.onEntered(a)})):(this.props.onEnter(a,l),this.safeSetState({status:hr},(function(){r.props.onEntering(a,l),r.onTransitionEnd(s,(function(){r.safeSetState({status:gr},(function(){r.props.onEntered(a,l)}))}))})))},o.performExit=function(){var e=this,r=this.props.exit,n=this.getTimeouts(),o=this.props.nodeRef?void 0:t.findDOMNode(this);r&&!dr?(this.props.onExit(o),this.safeSetState({status:br},(function(){e.props.onExiting(o),e.onTransitionEnd(n.exit,(function(){e.safeSetState({status:mr},(function(){e.props.onExited(o)}))}))}))):this.safeSetState({status:mr},(function(){e.props.onExited(o)}))},o.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},o.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},o.setNextCallback=function(e){var t=this,r=!0;return this.nextCallback=function(n){r&&(r=!1,t.nextCallback=null,e(n))},this.nextCallback.cancel=function(){r=!1},this.nextCallback},o.onTransitionEnd=function(e,r){this.setNextCallback(r);var n=this.props.nodeRef?this.props.nodeRef.current:t.findDOMNode(this),o=null==e&&!this.props.addEndListener;if(n&&!o){if(this.props.addEndListener){var i=this.props.nodeRef?[this.nextCallback]:[n,this.nextCallback],a=i[0],l=i[1];this.props.addEndListener(a,l)}null!=e&&setTimeout(this.nextCallback,e)}else setTimeout(this.nextCallback,0)},o.render=function(){var t=this.state.status;if(t===fr)return null;var r=this.props,n=r.children,o=(r.in,r.mountOnEnter,r.unmountOnExit,r.appear,r.enter,r.exit,r.timeout,r.addEndListener,r.onEnter,r.onEntering,r.onEntered,r.onExit,r.onExiting,r.onExited,r.nodeRef,cr(r,[\"children\",\"in\",\"mountOnEnter\",\"unmountOnExit\",\"appear\",\"enter\",\"exit\",\"timeout\",\"addEndListener\",\"onEnter\",\"onEntering\",\"onEntered\",\"onExit\",\"onExiting\",\"onExited\",\"nodeRef\"]));return e.createElement(ur.Provider,{value:null},\"function\"==typeof n?n(t,o):e.cloneElement(e.Children.only(n),o))},n}(e.Component);function yr(){}vr.contextType=ur,vr.propTypes={},vr.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:yr,onEntering:yr,onEntered:yr,onExit:yr,onExiting:yr,onExited:yr},vr.UNMOUNTED=fr,vr.EXITED=mr,vr.ENTERING=hr,vr.ENTERED=gr,vr.EXITING=br;const _r=vr;var kr=function(e,t){return e&&t&&t.split(\" \").forEach((function(t){return n=t,void((r=e).classList?r.classList.remove(n):\"string\"==typeof r.className?r.className=sr(r.className,n):r.setAttribute(\"class\",sr(r.className&&r.className.baseVal||\"\",n)));var r,n}))},wr=function(t){function r(){for(var e,r=arguments.length,n=new Array(r),o=0;o<r;o++)n[o]=arguments[o];return(e=t.call.apply(t,[this].concat(n))||this).appliedClasses={appear:{},enter:{},exit:{}},e.onEnter=function(t,r){var n=e.resolveArguments(t,r),o=n[0],i=n[1];e.removeClasses(o,\"exit\"),e.addClass(o,i?\"appear\":\"enter\",\"base\"),e.props.onEnter&&e.props.onEnter(t,r)},e.onEntering=function(t,r){var n=e.resolveArguments(t,r),o=n[0],i=n[1]?\"appear\":\"enter\";e.addClass(o,i,\"active\"),e.props.onEntering&&e.props.onEntering(t,r)},e.onEntered=function(t,r){var n=e.resolveArguments(t,r),o=n[0],i=n[1]?\"appear\":\"enter\";e.removeClasses(o,i),e.addClass(o,i,\"done\"),e.props.onEntered&&e.props.onEntered(t,r)},e.onExit=function(t){var r=e.resolveArguments(t)[0];e.removeClasses(r,\"appear\"),e.removeClasses(r,\"enter\"),e.addClass(r,\"exit\",\"base\"),e.props.onExit&&e.props.onExit(t)},e.onExiting=function(t){var r=e.resolveArguments(t)[0];e.addClass(r,\"exit\",\"active\"),e.props.onExiting&&e.props.onExiting(t)},e.onExited=function(t){var r=e.resolveArguments(t)[0];e.removeClasses(r,\"exit\"),e.addClass(r,\"exit\",\"done\"),e.props.onExited&&e.props.onExited(t)},e.resolveArguments=function(t,r){return e.props.nodeRef?[e.props.nodeRef.current,t]:[t,r]},e.getClassNames=function(t){var r=e.props.classNames,n=\"string\"==typeof r,o=n?\"\"+(n&&r?r+\"-\":\"\")+t:r[t];return{baseClassName:o,activeClassName:n?o+\"-active\":r[t+\"Active\"],doneClassName:n?o+\"-done\":r[t+\"Done\"]}},e}te(r,t);var n=r.prototype;return n.addClass=function(e,t,r){var n=this.getClassNames(t)[r+\"ClassName\"],o=this.getClassNames(\"enter\").doneClassName;\"appear\"===t&&\"done\"===r&&o&&(n+=\" \"+o),\"active\"===r&&e&&pr(e),n&&(this.appliedClasses[t][r]=n,function(e,t){e&&t&&t.split(\" \").forEach((function(t){return n=t,void((r=e).classList?r.classList.add(n):function(e,t){return e.classList?!!t&&e.classList.contains(t):-1!==(\" \"+(e.className.baseVal||e.className)+\" \").indexOf(\" \"+t+\" \")}(r,n)||(\"string\"==typeof r.className?r.className=r.className+\" \"+n:r.setAttribute(\"class\",(r.className&&r.className.baseVal||\"\")+\" \"+n)));var r,n}))}(e,n))},n.removeClasses=function(e,t){var r=this.appliedClasses[t],n=r.base,o=r.active,i=r.done;this.appliedClasses[t]={},n&&kr(e,n),o&&kr(e,o),i&&kr(e,i)},n.render=function(){var t=this.props,r=(t.classNames,cr(t,[\"classNames\"]));return e.createElement(_r,lr({},r,{onEnter:this.onEnter,onEntered:this.onEntered,onEntering:this.onEntering,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited}))},r}(e.Component);wr.defaultProps={classNames:\"\"},wr.propTypes={};const xr=wr;let Br,Sr=0;function Er({enabled:t}){e.useLayoutEffect((()=>{if(t)return Sr++,1===Sr&&function(){const e=window.innerWidth-document.documentElement.clientWidth,t=window.innerHeight-document.documentElement.clientHeight,r=function(){const e=window.getComputedStyle(document.body);return{top:Number.parseFloat(e.paddingTop),right:Number.parseFloat(e.paddingRight),bottom:Number.parseFloat(e.paddingBottom),left:Number.parseFloat(e.paddingLeft)}}();Br=document.body.style.cssText,document.body.style.overflow=\"hidden\",e&&(document.body.style.paddingRight=`${r.right+e}px`);t&&(document.body.style.paddingBottom=`${r.bottom+t}px`)}(),()=>{Sr--,0===Sr&&(Br?document.body.style.cssText=Br:document.body.removeAttribute(\"style\"))}}),[t])}var Ar=[\"input:not([inert])\",\"select:not([inert])\",\"textarea:not([inert])\",\"a[href]:not([inert])\",\"button:not([inert])\",\"[tabindex]:not(slot):not([inert])\",\"audio[controls]:not([inert])\",\"video[controls]:not([inert])\",'[contenteditable]:not([contenteditable=\"false\"]):not([inert])',\"details>summary:first-of-type:not([inert])\",\"details:not([inert])\"],Cr=Ar.join(\",\"),Nr=\"undefined\"==typeof Element,Pr=Nr?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,Or=!Nr&&Element.prototype.getRootNode?function(e){var t;return null==e||null===(t=e.getRootNode)||void 0===t?void 0:t.call(e)}:function(e){return null==e?void 0:e.ownerDocument},Tr=function e(t,r){var n;void 0===r&&(r=!0);var o=null==t||null===(n=t.getAttribute)||void 0===n?void 0:n.call(t,\"inert\");return\"\"===o||\"true\"===o||r&&t&&e(t.parentNode)},jr=function(e,t,r){if(Tr(e))return[];var n=Array.prototype.slice.apply(e.querySelectorAll(Cr));return t&&Pr.call(e,Cr)&&n.unshift(e),n=n.filter(r)},Mr=function e(t,r,n){for(var o=[],i=Array.from(t);i.length;){var a=i.shift();if(!Tr(a,!1))if(\"SLOT\"===a.tagName){var l=a.assignedElements(),c=e(l.length?l:a.children,!0,n);n.flatten?o.push.apply(o,c):o.push({scopeParent:a,candidates:c})}else{Pr.call(a,Cr)&&n.filter(a)&&(r||!t.includes(a))&&o.push(a);var s=a.shadowRoot||\"function\"==typeof n.getShadowRoot&&n.getShadowRoot(a),d=!Tr(s,!1)&&(!n.shadowRootFilter||n.shadowRootFilter(a));if(s&&d){var u=e(!0===s?a.children:s.children,!0,n);n.flatten?o.push.apply(o,u):o.push({scopeParent:a,candidates:u})}else i.unshift.apply(i,a.children)}}return o},Lr=function(e){return!isNaN(parseInt(e.getAttribute(\"tabindex\"),10))},Ir=function(e){if(!e)throw new Error(\"No node provided\");return e.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(e.tagName)||function(e){var t,r=null==e||null===(t=e.getAttribute)||void 0===t?void 0:t.call(e,\"contenteditable\");return\"\"===r||\"true\"===r}(e))&&!Lr(e)?0:e.tabIndex},Fr=function(e,t){return e.tabIndex===t.tabIndex?e.documentOrder-t.documentOrder:e.tabIndex-t.tabIndex},zr=function(e){return\"INPUT\"===e.tagName},Dr=function(e){return function(e){return zr(e)&&\"radio\"===e.type}(e)&&!function(e){if(!e.name)return!0;var t,r=e.form||Or(e),n=function(e){return r.querySelectorAll('input[type=\"radio\"][name=\"'+e+'\"]')};if(\"undefined\"!=typeof window&&void 0!==window.CSS&&\"function\"==typeof window.CSS.escape)t=n(window.CSS.escape(e.name));else try{t=n(e.name)}catch(e){return console.error(\"Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s\",e.message),!1}var o=function(e,t){for(var r=0;r<e.length;r++)if(e[r].checked&&e[r].form===t)return e[r]}(t,e.form);return!o||o===e}(e)},Rr=function(e){var t=e.getBoundingClientRect(),r=t.width,n=t.height;return 0===r&&0===n},Hr=function(e,t){var r=t.displayCheck,n=t.getShadowRoot;if(\"hidden\"===getComputedStyle(e).visibility)return!0;var o=Pr.call(e,\"details>summary:first-of-type\")?e.parentElement:e;if(Pr.call(o,\"details:not([open]) *\"))return!0;if(r&&\"full\"!==r&&\"legacy-full\"!==r){if(\"non-zero-area\"===r)return Rr(e)}else{if(\"function\"==typeof n){for(var i=e;e;){var a=e.parentElement,l=Or(e);if(a&&!a.shadowRoot&&!0===n(a))return Rr(e);e=e.assignedSlot?e.assignedSlot:a||l===e.ownerDocument?a:l.host}e=i}if(function(e){var t,r,n,o,i=e&&Or(e),a=null===(t=i)||void 0===t?void 0:t.host,l=!1;if(i&&i!==e)for(l=!!(null!==(r=a)&&void 0!==r&&null!==(n=r.ownerDocument)&&void 0!==n&&n.contains(a)||null!=e&&null!==(o=e.ownerDocument)&&void 0!==o&&o.contains(e));!l&&a;){var c,s,d;l=!(null===(s=a=null===(c=i=Or(a))||void 0===c?void 0:c.host)||void 0===s||null===(d=s.ownerDocument)||void 0===d||!d.contains(a))}return l}(e))return!e.getClientRects().length;if(\"legacy-full\"!==r)return!0}return!1},Vr=function(e,t){return!(t.disabled||Tr(t)||function(e){return zr(e)&&\"hidden\"===e.type}(t)||Hr(t,e)||function(e){return\"DETAILS\"===e.tagName&&Array.prototype.slice.apply(e.children).some((function(e){return\"SUMMARY\"===e.tagName}))}(t)||function(e){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(e.tagName))for(var t=e.parentElement;t;){if(\"FIELDSET\"===t.tagName&&t.disabled){for(var r=0;r<t.children.length;r++){var n=t.children.item(r);if(\"LEGEND\"===n.tagName)return!!Pr.call(t,\"fieldset[disabled] *\")||!n.contains(e)}return!0}t=t.parentElement}return!1}(t))},qr=function(e,t){return!(Dr(t)||Ir(t)<0||!Vr(e,t))},Zr=function(e){var t=parseInt(e.getAttribute(\"tabindex\"),10);return!!(isNaN(t)||t>=0)},Ur=function e(t){var r=[],n=[];return t.forEach((function(t,o){var i=!!t.scopeParent,a=i?t.scopeParent:t,l=function(e,t){var r=Ir(e);return r<0&&t&&!Lr(e)?0:r}(a,i),c=i?e(t.candidates):a;0===l?i?r.push.apply(r,c):r.push(a):n.push({documentOrder:o,tabIndex:l,item:t,isScope:i,content:c})})),n.sort(Fr).reduce((function(e,t){return t.isScope?e.push.apply(e,t.content):e.push(t.content),e}),[]).concat(r)},Wr=function(e,t){if(t=t||{},!e)throw new Error(\"No node provided\");return!1!==Pr.call(e,Cr)&&qr(t,e)},Gr=Ar.concat(\"iframe\").join(\",\"),$r=function(e,t){if(t=t||{},!e)throw new Error(\"No node provided\");return!1!==Pr.call(e,Gr)&&Vr(t,e)};function Yr({enabled:t,restoreFocusRef:r,focusTrapped:n}){const o=e.useRef(null),i=e.useRef(null),a=e.useRef(null);return e.useEffect((()=>{if(!t)return;const e=e=>{const t=e.target;!n&&t instanceof HTMLElement&&Wr(t)&&(a.current=t)},r=e=>{const t=e.target;t instanceof HTMLElement&&Wr(t)?a.current=t:a.current=null};return window.addEventListener(\"focusin\",e),window.addEventListener(\"mousedown\",r),window.addEventListener(\"touchstart\",r),()=>{window.removeEventListener(\"focusin\",e),window.removeEventListener(\"mousedown\",r),window.removeEventListener(\"touchstart\",r)}}),[t,n]),e.useEffect((()=>{var e;o.current=t&&null!==(e=(null==r?void 0:r.current)||i.current)&&void 0!==e?e:null})),e.useEffect((()=>{if(t)return()=>{let e=o.current;const t=a.current;t&&document.contains(t)&&Wr(t)&&(e=t),e&&\"function\"==typeof e.focus&&document.contains(e)&&$r(e)&&(e!==document.activeElement&&setTimeout((()=>{null==e||e.focus()}),0),i.current=null,a.current=null)}}),[t]),{onFocus:e=>{var n;t&&null===i.current&&(i.current=e.relatedTarget,a.current=i.current,o.current=null!==(n=(null==r?void 0:r.current)||i.current)&&void 0!==n?n:null)}}}const Qr=e.createContext({current:null});Qr.displayName=\"PortalContext\";const Kr=e.createContext({theme:{breakpoints:{s:576,m:768,l:1080,xl:1200,xxl:1400,xxxl:1920},spaceBaseSize:4,components:{container:{gutters:\"3\",media:{l:{gutters:\"5\"}}}}},activeMediaQuery:\"s\"}),Xr={media:\"\",matches:!1,onchange:()=>{},addListener:()=>{},removeListener:()=>{},addEventListener:()=>{},removeEventListener:()=>{},dispatchEvent:e=>!0},Jr=e=>\"undefined\"==typeof window||\"function\"!=typeof window.matchMedia?Xr:window.matchMedia(e);class en{constructor(e){this.queryListsDecl=[];const t={s:`(max-width: ${(r=e).m-1}px)`,m:`(min-width: ${r.m}px) and (max-width: ${r.l-1}px)`,l:`(min-width: ${r.l}px) and (max-width: ${r.xl-1}px)`,xl:`(min-width: ${r.xl}px) and (max-width: ${r.xxl-1}px)`,xxl:`(min-width: ${r.xxl}px) and (max-width: ${r.xxxl-1}px)`,xxxl:`(min-width: ${r.xxxl}px)`};var r;this.queryListsDecl=[[\"s\",Jr(t.s)],[\"m\",Jr(t.m)],[\"l\",Jr(t.l)],[\"xl\",Jr(t.xl)],[\"xxl\",Jr(t.xxl)],[\"xxxl\",Jr(t.xxxl)]]}getCurrentActiveMedia(){const e=this.queryListsDecl.find((([e,t])=>t.matches));return e?e[0]:\"s\"}addListeners(e){this.queryListsDecl.forEach((([t,r])=>r.addEventListener(\"change\",e)))}removeListeners(e){this.queryListsDecl.forEach((([t,r])=>r.removeEventListener(\"change\",e)))}}const tn=(t,r=\"s\")=>{const[n,o]=e.useState(r);return e.useLayoutEffect((()=>{const e=new en(t),r=()=>{o(e.getCurrentActiveMedia())};return e.addListeners(r),r(),()=>{e.removeListeners(r)}}),[t]),n};var rn=r(3857),nn=r.n(rn);function on({children:t,config:r,initialMediaQuery:n}){const o=e.useContext(Kr),i=e.useMemo((()=>function({theme:e,override:t}){return nn()(e,t)}({theme:o.theme,override:r})),[r,o.theme]),a=tn(i.breakpoints,n),l=e.useMemo((()=>({activeMediaQuery:a,theme:i})),[a,i]);return e.createElement(Kr.Provider,{value:l},t)}const an=e.createContext(void 0);an.displayName=\"ThemeContext\";const ln=e.createContext(void 0);ln.displayName=\"ThemeSettingsContext\";const cn=\"system\",sn=\"light\",dn=\"dark\",un=\"root\",pn=\"ltr\",fn=Te(un),mn=fn();function hn({theme:e,nativeScrollbar:t=!1,className:r,prevClassName:n}){const o=document.body;if(o.classList.contains(mn)||o.classList.add(mn),n){n.split(\" \").forEach((e=>{e&&o.classList.remove(e)}))}if(r){r.split(\" \").forEach((e=>{e&&!o.classList.contains(e)&&o.classList.add(e)}))}[...o.classList].forEach((e=>{e.startsWith(je(fn({theme:!0})))&&o.classList.remove(e)})),o.classList.add(je(fn({theme:e})));const i={\"native-scrollbar\":t};for(const[e,t]of Object.entries(i))o.classList.toggle(je(fn({[e]:!0})),t)}const gn=\"undefined\"!=typeof window&&\"function\"==typeof window.matchMedia,bn=()=>window.matchMedia(\"(prefers-color-scheme: dark)\");function vn(){const[t,r]=e.useState(gn&&bn().matches?\"dark\":\"light\");return e.useEffect((()=>{if(!gn)return;const e=function(e,t){const r=\"function\"!=typeof e.addEventListener;return r?e.addListener(t):e.addEventListener(\"change\",t),()=>{r?e.removeListener(t):e.removeEventListener(\"change\",t)}}(bn(),(function(e){r(e.matches?\"dark\":\"light\")}));return()=>e()}),[]),t}const yn=Te(un);function _n({theme:t,systemLightTheme:r,systemDarkTheme:n,direction:o,nativeScrollbar:i,scoped:a=!1,rootClassName:l=\"\",children:c,layout:s}){var d,u,p,f;const m=e.useContext(an),h=e.useContext(ln),g=void 0!==m||a,b=null!==(d=null==m?void 0:m.theme)&&void 0!==d?d:cn,v=null!=t?t:b,y=null!==(u=null!=r?r:null==h?void 0:h.systemLightTheme)&&void 0!==u?u:sn,_=null!==(p=null!=n?n:null==h?void 0:h.systemDarkTheme)&&void 0!==p?p:dn,k=null!==(f=null==m?void 0:m.direction)&&void 0!==f?f:pn,w=null!=o?o:k,x=\"light\"===vn()?y:_,B=\"system\"===v?x:v,S=e.useRef(\"\");e.useLayoutEffect((()=>{g||(hn({theme:B,nativeScrollbar:i,className:l,prevClassName:S.current}),function(e){const t=document.body;e===pn?t.removeAttribute(\"dir\"):t.setAttribute(\"dir\",e)}(w),S.current=l)}),[g,B,w,i,l]);const E=e.useMemo((()=>({theme:v,themeValue:B,direction:w,scoped:g})),[v,B,w,g]),A=e.useMemo((()=>({systemLightTheme:y,systemDarkTheme:_})),[y,_]);return e.createElement(on,Object.assign({},s),e.createElement(an.Provider,{value:E},e.createElement(ln.Provider,{value:A},g?e.createElement(\"div\",{className:yn({theme:B,\"native-scrollbar\":!1!==i},l),dir:w},c):c)))}function kn(){const t=e.useContext(an);if(void 0===t)throw new Error(\"useTheme* hooks must be used within ThemeProvider\");return t}_n.displayName=\"ThemeProvider\";var wn=r(5497),xn={insert:\"head\",singleton:!1};o()(wn.Z,xn);wn.Z.locals;const Bn=Te(\"portal\");function Sn({container:r,children:n,disablePortal:o}){const i=function(){var t;const r=e.useContext(Qr);let n=null;return\"object\"==typeof window&&(n=window.document.body),null!==(t=r.current)&&void 0!==t?t:n}(),{scoped:a}=kn(),l=null!=r?r:i;return o?e.createElement(e.Fragment,null,n):l?t.createPortal(a?e.createElement(_n,{rootClassName:Bn(\"theme-wrapper\"),scoped:!0},n):n,l):null}function En(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function An(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?En(Object(r),!0).forEach((function(t){Cn(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):En(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function Cn(e,t,r){return(t=function(e){var t=function(e,t){if(\"object\"!=typeof e||null===e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||\"default\");if(\"object\"!=typeof n)return n;throw new TypeError(\"@@toPrimitive must return a primitive value.\")}return(\"string\"===t?String:Number)(e)}(e,\"string\");return\"symbol\"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var Nn=function(e,t){if(e.length>0){var r=e[e.length-1];r!==t&&r.pause()}var n=e.indexOf(t);-1===n||e.splice(n,1),e.push(t)},Pn=function(e,t){var r=e.indexOf(t);-1!==r&&e.splice(r,1),e.length>0&&e[e.length-1].unpause()},On=function(e){return\"Tab\"===(null==e?void 0:e.key)||9===(null==e?void 0:e.keyCode)},Tn=function(e){return On(e)&&!e.shiftKey},jn=function(e){return On(e)&&e.shiftKey},Mn=function(e){return setTimeout(e,0)},Ln=function(e,t){var r=-1;return e.every((function(e,n){return!t(e)||(r=n,!1)})),r},In=function(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];return\"function\"==typeof e?e.apply(void 0,r):e},Fn=function(e){return e.target.shadowRoot&&\"function\"==typeof e.composedPath?e.composedPath()[0]:e.target},zn=[],Dn=function(e,t){var r,n=(null==t?void 0:t.document)||document,o=(null==t?void 0:t.trapStack)||zn,i=An({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0,isKeyForward:Tn,isKeyBackward:jn},t),a={containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,delayInitialFocusTimer:void 0,recentNavEvent:void 0},l=function(e,t,r){return e&&void 0!==e[t]?e[t]:i[r||t]},c=function(e,t){var r=\"function\"==typeof(null==t?void 0:t.composedPath)?t.composedPath():void 0;return a.containerGroups.findIndex((function(t){var n=t.container,o=t.tabbableNodes;return n.contains(e)||(null==r?void 0:r.includes(n))||o.find((function(t){return t===e}))}))},s=function(e){var t=i[e];if(\"function\"==typeof t){for(var r=arguments.length,o=new Array(r>1?r-1:0),a=1;a<r;a++)o[a-1]=arguments[a];t=t.apply(void 0,o)}if(!0===t&&(t=void 0),!t){if(void 0===t||!1===t)return t;throw new Error(\"`\".concat(e,\"` was specified but was not a node, or did not return a node\"))}var l=t;if(\"string\"==typeof t&&!(l=n.querySelector(t)))throw new Error(\"`\".concat(e,\"` as selector refers to no known node\"));return l},d=function(){var e=s(\"initialFocus\");if(!1===e)return!1;if(void 0===e||!$r(e,i.tabbableOptions))if(c(n.activeElement)>=0)e=n.activeElement;else{var t=a.tabbableGroups[0];e=t&&t.firstTabbableNode||s(\"fallbackFocus\")}if(!e)throw new Error(\"Your focus-trap needs to have at least one focusable element\");return e},u=function(){if(a.containerGroups=a.containers.map((function(e){var t=function(e,t){var r;return r=(t=t||{}).getShadowRoot?Mr([e],t.includeContainer,{filter:qr.bind(null,t),flatten:!1,getShadowRoot:t.getShadowRoot,shadowRootFilter:Zr}):jr(e,t.includeContainer,qr.bind(null,t)),Ur(r)}(e,i.tabbableOptions),r=function(e,t){return(t=t||{}).getShadowRoot?Mr([e],t.includeContainer,{filter:Vr.bind(null,t),flatten:!0,getShadowRoot:t.getShadowRoot}):jr(e,t.includeContainer,Vr.bind(null,t))}(e,i.tabbableOptions),n=t.length>0?t[0]:void 0,o=t.length>0?t[t.length-1]:void 0,a=r.find((function(e){return Wr(e)})),l=r.slice().reverse().find((function(e){return Wr(e)})),c=!!t.find((function(e){return Ir(e)>0}));return{container:e,tabbableNodes:t,focusableNodes:r,posTabIndexesFound:c,firstTabbableNode:n,lastTabbableNode:o,firstDomTabbableNode:a,lastDomTabbableNode:l,nextTabbableNode:function(e){var n=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],o=t.indexOf(e);return o<0?n?r.slice(r.indexOf(e)+1).find((function(e){return Wr(e)})):r.slice(0,r.indexOf(e)).reverse().find((function(e){return Wr(e)})):t[o+(n?1:-1)]}}})),a.tabbableGroups=a.containerGroups.filter((function(e){return e.tabbableNodes.length>0})),a.tabbableGroups.length<=0&&!s(\"fallbackFocus\"))throw new Error(\"Your focus-trap must have at least one container with at least one tabbable node in it at all times\");if(a.containerGroups.find((function(e){return e.posTabIndexesFound}))&&a.containerGroups.length>1)throw new Error(\"At least one node with a positive tabindex was found in one of your focus-trap's multiple containers. Positive tabindexes are only supported in single-container focus-traps.\")},p=function e(t){var r=t.activeElement;if(r)return r.shadowRoot&&null!==r.shadowRoot.activeElement?e(r.shadowRoot):r},f=function e(t){!1!==t&&t!==p(document)&&(t&&t.focus?(t.focus({preventScroll:!!i.preventScroll}),a.mostRecentlyFocusedNode=t,function(e){return e.tagName&&\"input\"===e.tagName.toLowerCase()&&\"function\"==typeof e.select}(t)&&t.select()):e(d()))},m=function(e){var t=s(\"setReturnFocus\",e);return t||!1!==t&&e},h=function(e){var t=e.target,r=e.event,n=e.isBackward,o=void 0!==n&&n;t=t||Fn(r),u();var l=null;if(a.tabbableGroups.length>0){var d=c(t,r),p=d>=0?a.containerGroups[d]:void 0;if(d<0)l=o?a.tabbableGroups[a.tabbableGroups.length-1].lastTabbableNode:a.tabbableGroups[0].firstTabbableNode;else if(o){var f=Ln(a.tabbableGroups,(function(e){var r=e.firstTabbableNode;return t===r}));if(f<0&&(p.container===t||$r(t,i.tabbableOptions)&&!Wr(t,i.tabbableOptions)&&!p.nextTabbableNode(t,!1))&&(f=d),f>=0){var m=0===f?a.tabbableGroups.length-1:f-1,h=a.tabbableGroups[m];l=Ir(t)>=0?h.lastTabbableNode:h.lastDomTabbableNode}else On(r)||(l=p.nextTabbableNode(t,!1))}else{var g=Ln(a.tabbableGroups,(function(e){var r=e.lastTabbableNode;return t===r}));if(g<0&&(p.container===t||$r(t,i.tabbableOptions)&&!Wr(t,i.tabbableOptions)&&!p.nextTabbableNode(t))&&(g=d),g>=0){var b=g===a.tabbableGroups.length-1?0:g+1,v=a.tabbableGroups[b];l=Ir(t)>=0?v.firstTabbableNode:v.firstDomTabbableNode}else On(r)||(l=p.nextTabbableNode(t))}}else l=s(\"fallbackFocus\");return l},g=function(e){var t=Fn(e);c(t,e)>=0||(In(i.clickOutsideDeactivates,e)?r.deactivate({returnFocus:i.returnFocusOnDeactivate}):In(i.allowOutsideClick,e)||e.preventDefault())},b=function(e){var t=Fn(e),r=c(t,e)>=0;if(r||t instanceof Document)r&&(a.mostRecentlyFocusedNode=t);else{var n;e.stopImmediatePropagation();var o=!0;if(a.mostRecentlyFocusedNode)if(Ir(a.mostRecentlyFocusedNode)>0){var l=c(a.mostRecentlyFocusedNode),s=a.containerGroups[l].tabbableNodes;if(s.length>0){var u=s.findIndex((function(e){return e===a.mostRecentlyFocusedNode}));u>=0&&(i.isKeyForward(a.recentNavEvent)?u+1<s.length&&(n=s[u+1],o=!1):u-1>=0&&(n=s[u-1],o=!1))}}else a.containerGroups.some((function(e){return e.tabbableNodes.some((function(e){return Ir(e)>0}))}))||(o=!1);else o=!1;o&&(n=h({target:a.mostRecentlyFocusedNode,isBackward:i.isKeyBackward(a.recentNavEvent)})),f(n||(a.mostRecentlyFocusedNode||d()))}a.recentNavEvent=void 0},v=function(e){if(!(t=e,\"Escape\"!==(null==t?void 0:t.key)&&\"Esc\"!==(null==t?void 0:t.key)&&27!==(null==t?void 0:t.keyCode)||!1===In(i.escapeDeactivates,e)))return e.preventDefault(),void r.deactivate();var t;(i.isKeyForward(e)||i.isKeyBackward(e))&&function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];a.recentNavEvent=e;var r=h({event:e,isBackward:t});r&&(On(e)&&e.preventDefault(),f(r))}(e,i.isKeyBackward(e))},y=function(e){var t=Fn(e);c(t,e)>=0||In(i.clickOutsideDeactivates,e)||In(i.allowOutsideClick,e)||(e.preventDefault(),e.stopImmediatePropagation())},_=function(){if(a.active)return Nn(o,r),a.delayInitialFocusTimer=i.delayInitialFocus?Mn((function(){f(d())})):f(d()),n.addEventListener(\"focusin\",b,!0),n.addEventListener(\"mousedown\",g,{capture:!0,passive:!1}),n.addEventListener(\"touchstart\",g,{capture:!0,passive:!1}),n.addEventListener(\"click\",y,{capture:!0,passive:!1}),n.addEventListener(\"keydown\",v,{capture:!0,passive:!1}),r},k=function(){if(a.active)return n.removeEventListener(\"focusin\",b,!0),n.removeEventListener(\"mousedown\",g,!0),n.removeEventListener(\"touchstart\",g,!0),n.removeEventListener(\"click\",y,!0),n.removeEventListener(\"keydown\",v,!0),r},w=\"undefined\"!=typeof window&&\"MutationObserver\"in window?new MutationObserver((function(e){e.some((function(e){return Array.from(e.removedNodes).some((function(e){return e===a.mostRecentlyFocusedNode}))}))&&f(d())})):void 0,x=function(){w&&(w.disconnect(),a.active&&!a.paused&&a.containers.map((function(e){w.observe(e,{subtree:!0,childList:!0})})))};return r={get active(){return a.active},get paused(){return a.paused},activate:function(e){if(a.active)return this;var t=l(e,\"onActivate\"),r=l(e,\"onPostActivate\"),o=l(e,\"checkCanFocusTrap\");o||u(),a.active=!0,a.paused=!1,a.nodeFocusedBeforeActivation=n.activeElement,null==t||t();var i=function(){o&&u(),_(),x(),null==r||r()};return o?(o(a.containers.concat()).then(i,i),this):(i(),this)},deactivate:function(e){if(!a.active)return this;var t=An({onDeactivate:i.onDeactivate,onPostDeactivate:i.onPostDeactivate,checkCanReturnFocus:i.checkCanReturnFocus},e);clearTimeout(a.delayInitialFocusTimer),a.delayInitialFocusTimer=void 0,k(),a.active=!1,a.paused=!1,x(),Pn(o,r);var n=l(t,\"onDeactivate\"),c=l(t,\"onPostDeactivate\"),s=l(t,\"checkCanReturnFocus\"),d=l(t,\"returnFocus\",\"returnFocusOnDeactivate\");null==n||n();var u=function(){Mn((function(){d&&f(m(a.nodeFocusedBeforeActivation)),null==c||c()}))};return d&&s?(s(m(a.nodeFocusedBeforeActivation)).then(u,u),this):(u(),this)},pause:function(e){if(a.paused||!a.active)return this;var t=l(e,\"onPause\"),r=l(e,\"onPostPause\");return a.paused=!0,null==t||t(),k(),x(),null==r||r(),this},unpause:function(e){if(!a.paused||!a.active)return this;var t=l(e,\"onUnpause\"),r=l(e,\"onPostUnpause\");return a.paused=!1,null==t||t(),u(),_(),x(),null==r||r(),this},updateContainerElements:function(e){var t=[].concat(e).filter(Boolean);return a.containers=t.map((function(e){return\"string\"==typeof e?n.querySelector(e):e})),a.active&&u(),x(),this}},r.updateContainerElements(e),r};function Rn(e,t){\"function\"==typeof e?e(t):e&&(e.current=t)}function Hn(...t){return e.useMemo((()=>t.every((e=>null==e))?null:e=>{for(const r of t)Rn(r,e)}),t)}const Vn=e.createContext(void 0);function qn({children:t,enabled:r=!0,disableAutoFocus:n,autoFocus:o=!0}){const i=e.useRef(null),a=e.useRef(!n&&o);e.useEffect((()=>{a.current=!n&&o}));const l=e.useRef(),c=e.useRef({}),s=e.useCallback((()=>{var e;null===(e=l.current)||void 0===e||e.updateContainerElements([i.current,...Object.values(c.current)])}),[]),d=e.useMemo((()=>({addNode(e,t){var r;c.current[e]===t||(null===(r=i.current)||void 0===r?void 0:r.contains(t))||(c.current[e]=t,s())},removeNode(e){c.current[e]&&(delete c.current[e],s())}})),[s]),u=e.useCallback((e=>{var t;r&&e?(i.current=e,l.current||(l.current=Dn([],{initialFocus:()=>a.current&&function(e){if(!(document.activeElement instanceof HTMLElement&&e.contains(document.activeElement)))return e.hasAttribute(\"tabIndex\")||e.setAttribute(\"tabIndex\",\"-1\"),e;return document.activeElement}(e),fallbackFocus:()=>e,returnFocusOnDeactivate:!1,escapeDeactivates:!1,clickOutsideDeactivates:!1,allowOutsideClick:!0})),s(),l.current.activate()):(null===(t=l.current)||void 0===t||t.deactivate(),i.current=null)}),[r,s]),p=e.Children.only(t);if(!e.isValidElement(p))throw new Error(\"Children must contain only one valid element\");const f=Hn(u,p.ref);return e.createElement(Vn.Provider,{value:d},e.cloneElement(p,{ref:f}))}const Zn=new class{constructor(){this.stack=[],this.handleDocumentKeyDown=e=>{var t,r,n;if(e.code===We.ESCAPE){const n=this.getTopLayer();n.disableEscapeKeyDown||(null===(t=n.onEscapeKeyDown)||void 0===t||t.call(n,e),null===(r=n.onClose)||void 0===r||r.call(n,e,\"escapeKeyDown\"))}if(\"Enter\"===e.code){const t=this.getTopLayer();null===(n=t.onEnterKeyDown)||void 0===n||n.call(t,e)}},this.handleDocumentClick=e=>{var t,r;if(this.isToastClick(e))return;let n,o=null;if(this.mouseDownLayerTarget){if(n=this.mouseDownLayerTarget.layer,o=this.mouseDownLayerTarget.target,this.mouseDownLayerTarget=void 0,!this.stack.includes(n))return}else n=this.getTopLayer();!n.disableOutsideClick&&this.isOutsideClick(n,e,o)&&(null===(t=n.onOutsideClick)||void 0===t||t.call(n,e),null===(r=n.onClose)||void 0===r||r.call(n,e,\"outsideClick\"))},this.handleDocumentMouseDown=e=>{const t=this.getTopLayer();t&&(this.mouseDownLayerTarget={layer:t,target:e.target})}}add(e){this.stack.push(e),1===this.stack.length&&this.addListeners(),this.notifyLayersChange()}remove(e){const t=this.stack.indexOf(e);this.stack.splice(t,1),0===this.stack.length&&this.removeListeners(),this.notifyLayersChange()}getLayersCount(){return this.stack.length}getLayers(){return this.stack.map((({type:e})=>({type:e})))}addListeners(){document.addEventListener(\"keydown\",this.handleDocumentKeyDown),document.addEventListener(\"click\",this.handleDocumentClick,!0),document.addEventListener(\"mousedown\",this.handleDocumentMouseDown,!0)}removeListeners(){document.removeEventListener(\"keydown\",this.handleDocumentKeyDown),document.removeEventListener(\"click\",this.handleDocumentClick,!0),document.removeEventListener(\"mousedown\",this.handleDocumentMouseDown,!0)}notifyLayersChange(){Wt.publish({componentId:\"LayerManager\",eventId:\"layerschange\",meta:{layersCount:this.getLayersCount(),layers:this.getLayers()}})}getTopLayer(){return this.stack[this.stack.length-1]}isOutsideClick(e,t,r=null){const n=e.contentRefs||[],{target:o}=t,i=\"function\"==typeof t.composedPath?t.composedPath():[];if(n.length>0){return!n.some((e=>{var t,n,a,l;return(null===(n=null===(t=null==e?void 0:e.current)||void 0===t?void 0:t.contains)||void 0===n?void 0:n.call(t,o))||(null===(l=null===(a=null==e?void 0:e.current)||void 0===a?void 0:a.contains)||void 0===l?void 0:l.call(a,r))||i.includes(null==e?void 0:e.current)}))}return!1}isToastClick(e){return(\"function\"==typeof e.composedPath?e.composedPath():[]).some((e=>{var t;return Boolean(null===(t=null==e?void 0:e.dataset)||void 0===t?void 0:t.toast)}))}};function Un({open:t,disableEscapeKeyDown:r,disableOutsideClick:n,onEscapeKeyDown:o,onEnterKeyDown:i,onOutsideClick:a,onClose:l,contentRefs:c,enabled:s=!0,type:d}){const u=e.useRef({disableEscapeKeyDown:r,disableOutsideClick:n,onEscapeKeyDown:o,onEnterKeyDown:i,onOutsideClick:a,onClose:l,contentRefs:c,type:d});e.useEffect((()=>{Object.assign(u.current,{disableEscapeKeyDown:r,disableOutsideClick:n,onEscapeKeyDown:o,onEnterKeyDown:i,onOutsideClick:a,onClose:l,contentRefs:c,enabled:s})}),[r,n,o,i,a,l,c,s]),e.useEffect((()=>{if(t&&s){const e=u.current;return Zn.add(e),()=>{Zn.remove(e)}}}),[t,s])}function Wn(e){return{appear:je(e({appear:!0})),appearActive:je(e({appear:\"active\"})),appearDone:je(e({appear:\"done\"})),enter:je(e({enter:!0})),enterActive:je(e({enter:\"active\"})),enterDone:je(e({enter:\"done\"})),exit:je(e({exit:!0})),exitActive:je(e({exit:\"active\"})),exitDone:je(e({exit:\"done\"}))}}var Gn=r(5457),$n={insert:\"head\",singleton:!1};o()(Gn.Z,$n);Gn.Z.locals;const Yn=Te(\"modal\");function Qn({open:t=!1,keepMounted:r=!1,disableBodyScrollLock:n=!1,disableEscapeKeyDown:o,disableOutsideClick:i,disableFocusTrap:a,disableAutoFocus:l,focusTrap:c=!0,autoFocus:s=!0,restoreFocusRef:d,onEscapeKeyDown:u,onEnterKeyDown:p,onOutsideClick:f,onClose:m,onTransitionEnter:h,onTransitionEntered:g,onTransitionExit:b,onTransitionExited:v,children:y,style:_,contentOverflow:k=\"visible\",className:w,contentClassName:x,\"aria-labelledby\":B,\"aria-label\":S,container:E,qa:A}){const C=e.useRef(null),N=e.useRef(null),[P,O]=e.useState(!1);Er({enabled:!n&&(t||P)});const T=Yr({enabled:t||P,restoreFocusRef:d,focusTrapped:!0});return Un({open:t,disableEscapeKeyDown:o,disableOutsideClick:i,onEscapeKeyDown:u,onEnterKeyDown:p,onOutsideClick:f,onClose:m,contentRefs:[N],type:\"modal\"}),e.createElement(xr,{nodeRef:C,in:t,addEndListener:e=>{var t;return null===(t=C.current)||void 0===t?void 0:t.addEventListener(\"animationend\",e)},classNames:Wn(Yn),mountOnEnter:!r,unmountOnExit:!r,appear:!0,onEnter:()=>{O(!0),null==h||h()},onExit:()=>{O(!0),null==b||b()},onEntered:()=>{O(!1),null==g||g()},onExited:()=>{O(!1),null==v||v()}},e.createElement(Sn,{container:E},e.createElement(\"div\",{ref:C,style:_,className:Yn({open:t},w),\"data-qa\":A},e.createElement(\"div\",{className:Yn(\"content-aligner\")},e.createElement(\"div\",{className:Yn(\"content-wrapper\")},e.createElement(qn,{enabled:!a&&c&&t&&!P,autoFocus:!l&&s},e.createElement(\"div\",Object.assign({ref:N,tabIndex:-1,role:\"dialog\",\"aria-modal\":t,\"aria-label\":S,\"aria-labelledby\":B,className:Yn(\"content\",{\"has-scroll\":\"auto\"===k},x)},T),y)))))))}var Kn=r(6519),Xn={insert:\"head\",singleton:!1};o()(Kn.Z,Xn);Kn.Z.locals;const Jn=M(\"full-screen-media\"),eo=e=>Jn(\"modal-media\",{type:e}),to=({children:t,showFullscreenIcon:r=!0})=>{const[n,o]=(0,e.useState)(!1),i=e=>{e.stopPropagation(),o(!0)},a=()=>o(!1);return(0,e.useContext)(S)?t():e.createElement(\"div\",{className:Jn()},e.createElement(\"div\",{className:Jn(\"media-wrapper\"),onClickCapture:i},t({className:Jn(\"inline-media\")}),r&&e.createElement(rr,{className:Jn(\"icon-wrapper\"),extraProps:{onClickCapture:i},size:\"l\"},e.createElement(Re,{data:qt,width:18,height:18,className:Jn(\"icon\")}))),n&&e.createElement(Qn,{open:n,onClose:a,className:Jn(\"modal\"),contentClassName:Jn(\"modal-content\")},e.createElement(rr,{className:Jn(\"icon-wrapper\",{visible:!0}),onClick:a,size:\"l\"},e.createElement(Re,{data:Zt,width:24,height:24,className:Jn(\"icon\",{hover:!0})})),t({imageClassName:eo(\"image\"),videoClassName:eo(\"video\"),youtubeClassName:eo(\"youtube\"),fullscreen:!0,previewImg:void 0,autoplay:!0})))};let ro=function(e){return e.Column=\"column\",e.Line=\"line\",e}({}),no=function(e){return e.MARKED_LIST=\"marked-list\",e.SETTINGS=\"settings\",e}({}),oo=function(e){return e.BLUE=\"blue\",e.GREEN=\"green\",e.YELLOW=\"yellow\",e.PURPLE=\"purple\",e.RED=\"red\",e}({}),io=function(e){return e.Default=\"default\",e.Text=\"text\",e}({}),ao=function(e){return e.Blue=\"blue\",e.Grey=\"grey\",e}({}),lo=function(e){return e.WithMuteButton=\"with-mute-button\",e.WithPlayPauseButton=\"with-play-pause-button\",e}({}),co=function(e){return e.Left=\"left\",e.Right=\"right\",e.Center=\"center\",e}({}),so=function(e){return e.Default=\"default\",e.Player=\"player\",e}({}),uo=function(e){return e.Default=\"default\",e.Custom=\"custom\",e}({}),po=function(e){return e.Chevron=\"chevron\",e.EnglishDouble=\"english-double\",e}({}),fo=function(e){return e.Mp4=\"mp4\",e.Webm=\"webm\",e.Ogg=\"ogg\",e.Ogv=\"ogv\",e}({}),mo=function(e){return e.Mp4=\"video/mp4\",e.Webm=\"video/webm\",e.Ogg=\"video/ogg\",e}({});const ho={[mo.Webm]:1,[mo.Ogg]:2,[mo.Mp4]:3};function go(e){const[t]=e.split(\"?\");switch(t.split(\".\").pop()){case fo.Mp4:return mo.Mp4;case fo.Webm:return mo.Webm;case fo.Ogg:case fo.Ogv:return mo.Ogg;default:return}}const bo=t=>e.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",width:16,height:16,fill:\"none\",viewBox:\"0 0 16 16\"},t),e.createElement(\"g\",{clipPath:\"url(#a)\"},e.createElement(\"path\",{fill:\"currentColor\",fillRule:\"evenodd\",d:\"M14.005 7.134 5.5 2.217a1 1 0 0 0-1.5.866v9.834a1 1 0 0 0 1.5.866l8.505-4.917a1 1 0 0 0 0-1.732Zm.751 3.03c1.665-.962 1.665-3.366 0-4.329L6.251.918C4.585-.045 2.5 1.158 2.5 3.083v9.834c0 1.925 2.085 3.128 3.751 2.164l8.505-4.917Z\",clipRule:\"evenodd\"})),e.createElement(\"defs\",null,e.createElement(\"clipPath\",{id:\"a\"},e.createElement(\"path\",{fill:\"currentColor\",d:\"M0 0h16v16H0z\"})))),vo=t=>e.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",width:16,height:16,fill:\"none\",viewBox:\"0 0 16 16\"},t),e.createElement(\"path\",{fill:\"currentColor\",fillRule:\"evenodd\",d:\"M3.5 3h1.75a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5H3.5a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5Zm-2 .5a2 2 0 0 1 2-2h1.75a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H3.5a2 2 0 0 1-2-2v-9Zm9.25-.5h1.75a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-1.75a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5Zm-2 .5a2 2 0 0 1 2-2h1.75a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-1.75a2 2 0 0 1-2-2v-9Z\",clipRule:\"evenodd\"})),yo=t=>e.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",width:16,height:16,fill:\"none\",viewBox:\"0 0 16 16\"},t),e.createElement(\"g\",{clipPath:\"url(#a)\"},e.createElement(\"path\",{fill:\"currentColor\",fillRule:\"evenodd\",d:\"M2 5h2l2.482-2.482A1.768 1.768 0 0 1 9.5 3.768v8.464a1.768 1.768 0 0 1-3.018 1.25L4 11H2a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2Zm12.162 8.103c-.265.319-.743.316-1.036.024-.292-.293-.288-.766-.031-1.09A6.473 6.473 0 0 0 14.5 8a6.473 6.473 0 0 0-1.405-4.037c-.257-.324-.261-.797.031-1.09.293-.292.771-.294 1.036.024A7.967 7.967 0 0 1 16 8c0 1.94-.69 3.718-1.838 5.103Zm-2.138-2.135c-.246.333-.726.33-1.019.037-.293-.293-.284-.764-.06-1.113A3.484 3.484 0 0 0 11.5 8c0-.697-.204-1.347-.555-1.892-.224-.348-.233-.82.06-1.113.293-.293.773-.296 1.02.037C12.637 5.862 13 6.89 13 8a4.977 4.977 0 0 1-.976 2.968Z\",clipRule:\"evenodd\"})),e.createElement(\"defs\",null,e.createElement(\"clipPath\",{id:\"a\"},e.createElement(\"path\",{fill:\"currentColor\",d:\"M0 0h16v16H0z\"})))),_o=t=>e.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",width:16,height:16,fill:\"none\",viewBox:\"0 0 16 16\"},t),e.createElement(\"path\",{fill:\"currentColor\",fillRule:\"evenodd\",d:\"M5.06 9.94A1.5 1.5 0 0 0 4 9.5H2a.5.5 0 0 1-.5-.5V7a.5.5 0 0 1 .5-.5h2a1.5 1.5 0 0 0 1.06-.44l2.483-2.482a.268.268 0 0 1 .457.19v8.464a.268.268 0 0 1-.457.19L5.06 9.939ZM2 5h2l2.482-2.482A1.768 1.768 0 0 1 9.5 3.768v8.464a1.768 1.768 0 0 1-3.018 1.25L4 11H2a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2Zm10.024 5.968c-.246.333-.726.33-1.019.037-.293-.293-.284-.764-.06-1.113A3.484 3.484 0 0 0 11.5 8c0-.697-.204-1.347-.555-1.892-.224-.348-.233-.82.06-1.113.293-.293.773-.296 1.02.037C12.637 5.862 13 6.89 13 8a4.977 4.977 0 0 1-.976 2.968Z\",clipRule:\"evenodd\"})),ko=t=>e.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",width:16,height:16,fill:\"none\",viewBox:\"0 0 16 16\"},t),e.createElement(\"path\",{fill:\"currentColor\",fillRule:\"evenodd\",d:\"M5.06 9.94A1.5 1.5 0 0 0 4 9.5H2a.5.5 0 0 1-.5-.5V7a.5.5 0 0 1 .5-.5h2a1.5 1.5 0 0 0 1.06-.44l2.483-2.482a.268.268 0 0 1 .457.19v8.464a.268.268 0 0 1-.457.19L5.06 9.939ZM2 5h2l2.482-2.482A1.768 1.768 0 0 1 9.5 3.768v8.464a1.768 1.768 0 0 1-3.018 1.25L4 11H2a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2Zm10.28.72a.75.75 0 1 0-1.06 1.06L12.44 8l-1.22 1.22a.75.75 0 1 0 1.06 1.06l1.22-1.22 1.22 1.22a.75.75 0 1 0 1.06-1.06L14.56 8l1.22-1.22a.75.75 0 0 0-1.06-1.06L13.5 6.94l-1.22-1.22Z\",clipRule:\"evenodd\"}));var wo=r(5434),xo={insert:\"head\",singleton:!1};o()(wo.Z,xo);wo.Z.locals;const Bo=M(\"CircleProgress\"),So=t=>{const{baseColor:r,elapsedTime:n,circleColor:o=\"#262626\",strokeWidth:i=10,radius:a=50,className:l}=t,c=(0,e.useMemo)((()=>2*Math.PI*a),[a]),s=(0,e.useMemo)((()=>r?e.createElement(\"circle\",{cx:\"60\",cy:\"60\",r:a,fill:\"none\",stroke:r,strokeWidth:i}):null),[r,a,i]);return e.createElement(\"svg\",{className:Bo(null,l),xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 120 120\"},s,e.createElement(\"circle\",{cx:\"60\",cy:\"60\",r:a,transform:\"rotate(-90 60 60)\",fill:\"none\",strokeDashoffset:c-n*c,strokeDasharray:c,stroke:o,strokeWidth:i}))},Eo=At({en:JSON.parse('{\"play\":\"Play\",\"pause\":\"Pause\",\"mute\":\"Mute\",\"unmute\":\"Unmute\"}'),ru:JSON.parse('{\"play\":\"Воспроизвести\",\"pause\":\"Остановить\",\"mute\":\"Отключить звук\",\"unmute\":\"Включить звук\"}')},`${T}ReactPlayer`);var Ao=r(1912),Co={insert:\"head\",singleton:!1};o()(Ao.Z,Co);Ao.Z.locals;const No=M(\"CustomBarControls\"),Po={[lo.WithMuteButton]:null,[lo.WithPlayPauseButton]:bo},Oo={[lo.WithMuteButton]:null,[lo.WithPlayPauseButton]:vo},To={[lo.WithMuteButton]:yo,[lo.WithPlayPauseButton]:_o},jo={[lo.WithMuteButton]:ko,[lo.WithPlayPauseButton]:ko},Mo=t=>{const{mute:r,elapsedTimePercent:n=0,className:o,type:i=lo.WithMuteButton,isPaused:a,onPlayClick:l,muteButtonShown:c=!0,shown:s,positioning:d}=t,u=To[i],p=jo[i],f=Po[i],m=Oo[i],h=(0,e.useMemo)((()=>{if(!r||!c)return null;const{isMuted:t,changeMute:o}=r;return e.createElement(\"button\",{className:No(\"button\",{type:i}),onClick:o,\"aria-label\":Eo(t?\"unmute\":\"mute\")},e.createElement(Re,{data:t?p:u,className:No(\"mute-icon\",{type:i})}),i===lo.WithMuteButton&&!t&&e.createElement(So,{elapsedTime:n,strokeWidth:5}))}),[n,c,r,u,i,p]),g=(0,e.useMemo)((()=>{const t=a?f:m;return i!==lo.WithMuteButton&&t?e.createElement(\"button\",{onClick:l,className:No(\"button\",{type:i}),\"aria-label\":Eo(a?\"play\":\"pause\")},e.createElement(Re,{data:t,className:No(\"play-icon\",{type:i})})):null}),[a,l,i,f,m]);return e.createElement(\"div\",{className:No(\"wrapper\",{type:i,shown:s,positioning:d},o)},g,h)};var Lo=r(9141),Io={insert:\"head\",singleton:!1};o()(Lo.Z,Io);Lo.Z.locals;const Fo=M(\"default-video\"),zo=e.forwardRef(((t,r)=>{const{video:n,qa:o,customBarControlsClassName:i}=t,{controls:a,customControlsOptions:l,muted:c=!0}=n,{muteButtonShown:s,positioning:d,type:u}=l||{},[p,f]=(0,e.useState)(!1),[m,h]=(0,e.useState)(c),g=(0,e.useRef)(null);(0,e.useImperativeHandle)(r,(()=>{if(g?.current)return g.current}),[g]);const b=(0,e.useCallback)((()=>{f((e=>(e?g?.current?.play():g?.current?.pause(),!e)))}),[g]),v=(0,e.useCallback)((()=>{h((e=>!e))}),[]),y=(0,e.useCallback)((()=>{u===lo.WithPlayPauseButton&&b()}),[b,u]);return e.createElement(e.Fragment,null,e.createElement(\"video\",{disablePictureInPicture:!0,playsInline:!0,pip:\"false\",className:Fo(),ref:g,preload:\"metadata\",muted:m,\"aria-label\":n.ariaLabel,onClick:y},(_=n.src,_.map((e=>({src:e,type:go(e)}))).sort((({type:e},{type:t})=>void 0===e?1:void 0===t?-1:ho[e]-ho[t]))).map((({src:t,type:r},n)=>e.createElement(\"source\",{key:n,src:t,type:r,\"data-qa\":o}))),e.createElement(\"track\",{default:!0,kind:\"captions\"})),a===uo.Custom&&e.createElement(Mo,{className:i,type:u,isPaused:p,onPlayClick:b,muteButtonShown:s,shown:!0,positioning:d,mute:{isMuted:Boolean(m),changeMute:v}}));var _}));zo.displayName=\"DefaultVideo\";var Do=r(2004);const Ro=e.createContext({setProps:()=>{}});function Ho(t){(0,e.useEffect)(t,[])}const Vo=/(?:youtu\\.be\\/live\\/|youtube(?:-nocookie)?\\.com\\/(?:live\\/))((\\w|-){11})/,qo=e=>{if(Vo.test(e)){const t=e.match(Vo)?.[1];return t?`https://www.youtube.com/watch?v=${t}`:e}return e};var Zo=r(6388),Uo={insert:\"head\",singleton:!1};o()(Zo.Z,Uo);Zo.Z.locals;const Wo=M(\"ReactPlayer\"),Go=e.forwardRef(((t,r)=>{const n=(0,e.useContext)(S),{src:o,previewImgUrl:i,loop:a=!1,controls:l=uo.Default,customControlsOptions:d={},muted:u=!1,elapsedTime:p,playButton:f,className:m,customBarControlsClassName:h,showPreview:g,onClickPreview:b,analyticsEvents:v,height:y,ariaLabel:_,ratio:k,autoRatio:w,contain:x=!0}=t,{type:B=io.Default,theme:E=ao.Blue,text:A,className:C}=f||{},{type:N=lo.WithMuteButton,muteButtonShown:P,positioning:O=co.Center}=d,T=Boolean(!n&&!i&&t.autoplay),j=u||T,{playingVideoRef:M,setProps:L}=(0,e.useContext)(Ro),I=(0,e.useRef)(null),F=(0,e.useRef)(null),[z,D]=(0,e.useState)(),[R,H]=(0,e.useState)(T),[V,q]=(0,e.useState)(0),[Z,U]=(0,e.useState)(y),[W,G]=(0,e.useState)(0),[$,Y]=(0,e.useState)(),[Q,K]=(0,e.useState)(j),[X,J]=(0,e.useState)(T),[ee,te]=(0,e.useState)(!1),[re,ne]=(0,e.useState)(!1),[oe,ie]=(0,e.useState)(n);Ho((()=>ne(!0)));const ae=(0,e.useMemo)((()=>(e=>Array.isArray(e)?e.map((e=>qo(e))):qo(e))(o)),[o]),le=(0,e.useMemo)((()=>v?Array.isArray(v)?v:[v]:[]),[v]),ce=ot(s.ReactPlayerControls);(0,e.useImperativeHandle)(r,(()=>{if(!z)return;let e,t,r;const n=z.getInternalPlayer();var o;return o=n,Boolean(o.pauseVideo&&o.playVideo)?({pauseVideo:t,playVideo:e,addEventListener:r}=n):({play:e,pause:t,addEventListener:r}=n),{play:e.bind(n),pause:t.bind(n),addEventListener:r.bind(n)}}),[z]),(0,e.useEffect)((()=>{I.current&&!M?.contains(I.current)&&K(!0)}),[M]),(0,e.useEffect)((()=>{g&&z?.showPreview()}),[g,z]),(0,e.useEffect)((()=>{z&&!X&&H(T)}),[T,z,X]),(0,e.useEffect)((()=>K(j)),[j]),(0,e.useEffect)((()=>{!X&&R&&J(!0)}),[R,X]),(0,e.useEffect)((()=>{X&&!Number.isNaN(Number(p))&&z?.seekTo(p??0,\"seconds\")}),[p,z,X]),(0,e.useEffect)((()=>{const e=Ye()((()=>{if(I.current){const e=$o(I.current),{paddingLeft:t,paddingRight:r}=getComputedStyle(e),n=e.offsetWidth-parseFloat(t)-parseFloat(r);G(n),U(Math.floor(function(e,t=9/16){return e*t}(n,k??(w?$:void 0))))}}),200);return e(),window.addEventListener(\"resize\",e,{passive:!0}),()=>{window.removeEventListener(\"resize\",e)}}),[$,w,k]);const se=(0,e.useMemo)((()=>le?.filter((e=>e.type===c.Play))),[le]),de=(0,e.useMemo)((()=>le?.filter((e=>e.type===c.Stop))),[le]),ue=(0,e.useMemo)((()=>{let t;switch(B){case io.Text:t=A;break;case io.Default:default:t=e.createElement(Re,{className:Wo(\"icon\"),data:Pe,size:24})}return e.createElement(\"button\",{className:Wo(\"button\",{theme:E,text:Boolean(A)},C),\"aria-label\":Eo(\"play\"),ref:F},t)}),[B,E,A,C]),pe=(0,e.useCallback)((e=>{e&&z&&l===uo.Custom&&N===lo.WithMuteButton&&(z.seekTo(0),q(0));ce(e?se:de),e&&L({playingVideoRef:I.current}),setTimeout((()=>K(!e)),0)}),[z,N,se,de,ce,L,l]),fe=(0,e.useCallback)((()=>{H(!0),b?.(),ce(se)}),[b,ce,se]),me=(0,e.useCallback)((()=>{l===uo.Custom&&N===lo.WithMuteButton||H(!1)}),[l,N]),he=(0,e.useCallback)((()=>{T||u||K(!1)}),[T,u]),ge=(0,e.useCallback)((()=>{H(!0),l===uo.Custom&&N===lo.WithMuteButton&&(ee?pe(!1):R||pe(Q),te(!1))}),[pe,l,N,ee,R,Q]),be=(0,e.useCallback)((e=>{D(e);const t=e.getInternalPlayer(),r=t.videoWidth,n=t.videoHeight;r&&n&&Y(n/r)}),[]),ve=(0,e.useCallback)((e=>{q(e.played),1===e.played&&K(!0)}),[]),ye=(0,e.useCallback)((()=>{a&&(q(0),H(!0),z?.seekTo(0)),te(!0)}),[a,z]),_e=(0,e.useCallback)((()=>{R?me():ge()}),[R,ge,me]),ke=(0,e.useCallback)((()=>{F.current?.click(),l===uo.Custom&&(N===lo.WithMuteButton?pe(Q):_e())}),[l,N,pe,Q,_e]),we=(0,e.useCallback)((e=>{\"enter\"===e.key.toLowerCase()&&F.current?.click()}),[]),xe=(0,e.useCallback)((()=>ie(!0)),[]),Be=(0,e.useCallback)((()=>ie(!1)),[]);return e.createElement(\"div\",{className:Wo({wrapper:!Z,controls:l,contain:x,\"auto-ratio\":w},m),ref:I,onClick:ke,onMouseEnter:xe,onMouseLeave:Be,onFocus:xe,onBlur:Be,onKeyDown:we,role:\"button\",tabIndex:0},re?e.createElement(e.Fragment,null,e.createElement(Do.Z,{className:Wo(\"player\"),url:ae,muted:Q,controls:l===uo.Default,height:Z||\"100%\",width:W||\"100%\",light:i,playing:R,playIcon:ue,progressInterval:60,onClickPreview:fe,onStart:he,onReady:be,onPlay:ge,onPause:T&&N!==lo.WithMuteButton?void 0:me,onProgress:ve,onEnded:ye,\"aria-label\":_,previewTabIndex:-1,config:{file:{attributes:{pip:n?\"false\":void 0,playsinline:n?\"\":void 0,disablepictureinpicture:n?\"\":void 0}}}}),l===uo.Custom&&e.createElement(Mo,{className:h,mute:{isMuted:Q,changeMute:e=>{e.stopPropagation(),pe(Q)}},elapsedTimePercent:V,type:N,isPaused:!R,onPlayClick:_e,muteButtonShown:P,shown:oe&&(!X&&!i||X),positioning:O})):null)}));function $o(e){const t=e.parentElement;return t?t.offsetWidth?t:$o(t):e}const Yo=Go;var Qo=r(6722),Ko={insert:\"head\",singleton:!1};o()(Qo.Z,Ko);Qo.Z.locals;const Xo=M(\"media-component-video\"),Jo=t=>{const{video:r,height:n,analyticsEvents:o,previewImg:i,playButton:a,customBarControlsClassName:l,videoClassName:c,playVideo:s,setHasVideoFallback:d,hasVideoFallback:u,qa:p,ratio:f}=t,m=J(p,\"source\"),h=(0,e.useRef)(null);(0,e.useEffect)((()=>{if(h&&h.current){const{loop:e}=r;if(e&&\"boolean\"!=typeof e){const{start:t=0,end:r}=e;h.current.addEventListener(\"timeupdate\",(()=>{const e=h.current,n=r||e&&e.duration;e&&e.currentTime===n&&(e.currentTime=t,e.play().catch((()=>d(!0))))}),{passive:!0})}s&&h.current.play().catch((()=>d(!0)))}}),[s,r,d]);const g=(0,e.useMemo)((()=>{const{src:t,loop:d,controls:u,muted:p,autoplay:m=!0,elapsedTime:g,playButton:b,ariaLabel:v,customControlsOptions:y,contain:_}=r;return e.createElement(Yo,{ref:h,className:Xo(\"react-player\",c),src:t,previewImgUrl:i,loop:Boolean(d),controls:u,muted:p,autoplay:m&&s,elapsedTime:g,playButton:b||a,customBarControlsClassName:l,analyticsEvents:o,height:n,ariaLabel:v,customControlsOptions:y,ratio:\"auto\"===f?void 0:f,autoRatio:\"auto\"===f,contain:_})}),[r,n,c,i,s,a,l,o,f]),b=(0,e.useMemo)((()=>r.src.length&&!u?e.createElement(\"div\",{className:Xo(\"wrap\",c),style:{height:n},\"data-qa\":m.default},e.createElement(zo,{ref:h,video:r,qa:m.source})):null),[r,u,c,n,m.default,m.source]);switch(r.type){case so.Player:return g;case so.Default:default:return b}};function ei(){return ei=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ei.apply(null,arguments)}const ti=t=>e.createElement(to,null,(r=>e.createElement(Jo,ei({},t,r)))),ri=At({en:JSON.parse('{\"iframe-title\":\"Datalens frame\"}'),ru:JSON.parse('{\"iframe-title\":\"Фрейм данных\"}')},`${T}Iframe`);var ni=r(2862),oi={insert:\"head\",singleton:!1};o()(ni.Z,oi);ni.Z.locals;const ii=M(\"media-component-iframe\"),ai=t=>{const{iframe:r,margins:n=!0}=t,{height:o=400,src:i,width:a,name:l,title:c}=r;return r?e.createElement(\"div\",{className:ii({margins:n}),style:{height:o}},e.createElement(\"iframe\",{className:ii(\"item\"),loading:\"lazy\",title:c||ri(\"iframe-title\"),frameBorder:0,src:i,width:a,height:o,name:l})):null};var li=Object.defineProperty,ci={};((e,t)=>{for(var r in t)li(e,r,{get:t[r],enumerable:!0})})(ci,{assign:()=>Hi,colors:()=>zi,createStringInterpolator:()=>Mi,skipAnimation:()=>Di,to:()=>Li,willAdvance:()=>Ri});var si=Si(),di=e=>ki(e,si),ui=Si();di.write=e=>ki(e,ui);var pi=Si();di.onStart=e=>ki(e,pi);var fi=Si();di.onFrame=e=>ki(e,fi);var mi=Si();di.onFinish=e=>ki(e,mi);var hi=[];di.setTimeout=(e,t)=>{const r=di.now()+t,n=()=>{const e=hi.findIndex((e=>e.cancel==n));~e&&hi.splice(e,1),yi-=~e?1:0},o={time:r,handler:e,cancel:n};return hi.splice(gi(r),0,o),yi+=1,wi(),o};var gi=e=>~(~hi.findIndex((t=>t.time>e))||~hi.length);di.cancel=e=>{pi.delete(e),fi.delete(e),mi.delete(e),si.delete(e),ui.delete(e)},di.sync=e=>{_i=!0,di.batchedUpdates(e),_i=!1},di.throttle=e=>{let t;function r(){try{e(...t)}finally{t=null}}function n(...e){t=e,di.onStart(r)}return n.handler=e,n.cancel=()=>{pi.delete(r),t=null},n};var bi=\"undefined\"!=typeof window?window.requestAnimationFrame:()=>{};di.use=e=>bi=e,di.now=\"undefined\"!=typeof performance?()=>performance.now():Date.now,di.batchedUpdates=e=>e(),di.catch=console.error,di.frameLoop=\"always\",di.advance=()=>{\"demand\"!==di.frameLoop?console.warn(\"Cannot call the manual advancement of rafz whilst frameLoop is not set as demand\"):Bi()};var vi=-1,yi=0,_i=!1;function ki(e,t){_i?(t.delete(e),e(0)):(t.add(e),wi())}function wi(){vi<0&&(vi=0,\"demand\"!==di.frameLoop&&bi(xi))}function xi(){~vi&&(bi(xi),di.batchedUpdates(Bi))}function Bi(){const e=vi;vi=di.now();const t=gi(vi);t&&(Ei(hi.splice(0,t),(e=>e.handler())),yi-=t),yi?(pi.flush(),si.flush(e?Math.min(64,vi-e):16.667),fi.flush(),ui.flush(),mi.flush()):vi=-1}function Si(){let e=new Set,t=e;return{add(r){yi+=t!=e||e.has(r)?0:1,e.add(r)},delete:r=>(yi-=t==e&&e.has(r)?1:0,e.delete(r)),flush(r){t.size&&(e=new Set,yi-=t.size,Ei(t,(t=>t(r)&&e.add(t))),yi+=e.size,t=e)}}}function Ei(e,t){e.forEach((e=>{try{t(e)}catch(e){di.catch(e)}}))}function Ai(){}var Ci={arr:Array.isArray,obj:e=>!!e&&\"Object\"===e.constructor.name,fun:e=>\"function\"==typeof e,str:e=>\"string\"==typeof e,num:e=>\"number\"==typeof e,und:e=>void 0===e};function Ni(e,t){if(Ci.arr(e)){if(!Ci.arr(t)||e.length!==t.length)return!1;for(let r=0;r<e.length;r++)if(e[r]!==t[r])return!1;return!0}return e===t}var Pi=(e,t)=>e.forEach(t);function Oi(e,t,r){if(Ci.arr(e))for(let n=0;n<e.length;n++)t.call(r,e[n],`${n}`);else for(const n in e)e.hasOwnProperty(n)&&t.call(r,e[n],n)}var Ti=e=>Ci.und(e)?[]:Ci.arr(e)?e:[e];function ji(e,t){if(e.size){const r=Array.from(e);e.clear(),Pi(r,t)}}var Mi,Li,Ii=(e,...t)=>ji(e,(e=>e(...t))),Fi=()=>\"undefined\"==typeof window||!window.navigator||/ServerSideRendering|^Deno\\//.test(window.navigator.userAgent),zi=null,Di=!1,Ri=Ai,Hi=e=>{e.to&&(Li=e.to),e.now&&(di.now=e.now),void 0!==e.colors&&(zi=e.colors),null!=e.skipAnimation&&(Di=e.skipAnimation),e.createStringInterpolator&&(Mi=e.createStringInterpolator),e.requestAnimationFrame&&di.use(e.requestAnimationFrame),e.batchedUpdates&&(di.batchedUpdates=e.batchedUpdates),e.willAdvance&&(Ri=e.willAdvance),e.frameLoop&&(di.frameLoop=e.frameLoop)},Vi=new Set,qi=[],Zi=[],Ui=0,Wi={get idle(){return!Vi.size&&!qi.length},start(e){Ui>e.priority?(Vi.add(e),di.onStart(Gi)):($i(e),di(Qi))},advance:Qi,sort(e){if(Ui)di.onFrame((()=>Wi.sort(e)));else{const t=qi.indexOf(e);~t&&(qi.splice(t,1),Yi(e))}},clear(){qi=[],Vi.clear()}};function Gi(){Vi.forEach($i),Vi.clear(),di(Qi)}function $i(e){qi.includes(e)||Yi(e)}function Yi(e){qi.splice(function(e,t){const r=e.findIndex(t);return r<0?e.length:r}(qi,(t=>t.priority>e.priority)),0,e)}function Qi(e){const t=Zi;for(let r=0;r<qi.length;r++){const n=qi[r];Ui=n.priority,n.idle||(Ri(n),n.advance(e),n.idle||t.push(n))}return Ui=0,(Zi=qi).length=0,(qi=t).length>0}var Ki=\"[-+]?\\\\d*\\\\.?\\\\d+\",Xi=Ki+\"%\";function Ji(...e){return\"\\\\(\\\\s*(\"+e.join(\")\\\\s*,\\\\s*(\")+\")\\\\s*\\\\)\"}var ea=new RegExp(\"rgb\"+Ji(Ki,Ki,Ki)),ta=new RegExp(\"rgba\"+Ji(Ki,Ki,Ki,Ki)),ra=new RegExp(\"hsl\"+Ji(Ki,Xi,Xi)),na=new RegExp(\"hsla\"+Ji(Ki,Xi,Xi,Ki)),oa=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,ia=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,aa=/^#([0-9a-fA-F]{6})$/,la=/^#([0-9a-fA-F]{8})$/;function ca(e,t,r){return r<0&&(r+=1),r>1&&(r-=1),r<1/6?e+6*(t-e)*r:r<.5?t:r<2/3?e+(t-e)*(2/3-r)*6:e}function sa(e,t,r){const n=r<.5?r*(1+t):r+t-r*t,o=2*r-n,i=ca(o,n,e+1/3),a=ca(o,n,e),l=ca(o,n,e-1/3);return Math.round(255*i)<<24|Math.round(255*a)<<16|Math.round(255*l)<<8}function da(e){const t=parseInt(e,10);return t<0?0:t>255?255:t}function ua(e){return(parseFloat(e)%360+360)%360/360}function pa(e){const t=parseFloat(e);return t<0?0:t>1?255:Math.round(255*t)}function fa(e){const t=parseFloat(e);return t<0?0:t>100?1:t/100}function ma(e){let t=function(e){let t;return\"number\"==typeof e?e>>>0===e&&e>=0&&e<=4294967295?e:null:(t=aa.exec(e))?parseInt(t[1]+\"ff\",16)>>>0:zi&&void 0!==zi[e]?zi[e]:(t=ea.exec(e))?(da(t[1])<<24|da(t[2])<<16|da(t[3])<<8|255)>>>0:(t=ta.exec(e))?(da(t[1])<<24|da(t[2])<<16|da(t[3])<<8|pa(t[4]))>>>0:(t=oa.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+\"ff\",16)>>>0:(t=la.exec(e))?parseInt(t[1],16)>>>0:(t=ia.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+t[4]+t[4],16)>>>0:(t=ra.exec(e))?(255|sa(ua(t[1]),fa(t[2]),fa(t[3])))>>>0:(t=na.exec(e))?(sa(ua(t[1]),fa(t[2]),fa(t[3]))|pa(t[4]))>>>0:null}(e);if(null===t)return e;t=t||0;return`rgba(${(4278190080&t)>>>24}, ${(16711680&t)>>>16}, ${(65280&t)>>>8}, ${(255&t)/255})`}var ha=(e,t,r)=>{if(Ci.fun(e))return e;if(Ci.arr(e))return ha({range:e,output:t,extrapolate:r});if(Ci.str(e.output[0]))return Mi(e);const n=e,o=n.output,i=n.range||[0,1],a=n.extrapolateLeft||n.extrapolate||\"extend\",l=n.extrapolateRight||n.extrapolate||\"extend\",c=n.easing||(e=>e);return e=>{const t=function(e,t){for(var r=1;r<t.length-1&&!(t[r]>=e);++r);return r-1}(e,i);return function(e,t,r,n,o,i,a,l,c){let s=c?c(e):e;if(s<t){if(\"identity\"===a)return s;\"clamp\"===a&&(s=t)}if(s>r){if(\"identity\"===l)return s;\"clamp\"===l&&(s=r)}if(n===o)return n;if(t===r)return e<=t?n:o;t===-1/0?s=-s:r===1/0?s-=t:s=(s-t)/(r-t);s=i(s),n===-1/0?s=-s:o===1/0?s+=n:s=s*(o-n)+n;return s}(e,i[t],i[t+1],o[t],o[t+1],c,a,l,n.map)}};var ga=1.70158,ba=1.525*ga,va=ga+1,ya=2*Math.PI/3,_a=2*Math.PI/4.5,ka=e=>{const t=7.5625,r=2.75;return e<1/r?t*e*e:e<2/r?t*(e-=1.5/r)*e+.75:e<2.5/r?t*(e-=2.25/r)*e+.9375:t*(e-=2.625/r)*e+.984375},wa={linear:e=>e,easeInQuad:e=>e*e,easeOutQuad:e=>1-(1-e)*(1-e),easeInOutQuad:e=>e<.5?2*e*e:1-Math.pow(-2*e+2,2)/2,easeInCubic:e=>e*e*e,easeOutCubic:e=>1-Math.pow(1-e,3),easeInOutCubic:e=>e<.5?4*e*e*e:1-Math.pow(-2*e+2,3)/2,easeInQuart:e=>e*e*e*e,easeOutQuart:e=>1-Math.pow(1-e,4),easeInOutQuart:e=>e<.5?8*e*e*e*e:1-Math.pow(-2*e+2,4)/2,easeInQuint:e=>e*e*e*e*e,easeOutQuint:e=>1-Math.pow(1-e,5),easeInOutQuint:e=>e<.5?16*e*e*e*e*e:1-Math.pow(-2*e+2,5)/2,easeInSine:e=>1-Math.cos(e*Math.PI/2),easeOutSine:e=>Math.sin(e*Math.PI/2),easeInOutSine:e=>-(Math.cos(Math.PI*e)-1)/2,easeInExpo:e=>0===e?0:Math.pow(2,10*e-10),easeOutExpo:e=>1===e?1:1-Math.pow(2,-10*e),easeInOutExpo:e=>0===e?0:1===e?1:e<.5?Math.pow(2,20*e-10)/2:(2-Math.pow(2,-20*e+10))/2,easeInCirc:e=>1-Math.sqrt(1-Math.pow(e,2)),easeOutCirc:e=>Math.sqrt(1-Math.pow(e-1,2)),easeInOutCirc:e=>e<.5?(1-Math.sqrt(1-Math.pow(2*e,2)))/2:(Math.sqrt(1-Math.pow(-2*e+2,2))+1)/2,easeInBack:e=>va*e*e*e-ga*e*e,easeOutBack:e=>1+va*Math.pow(e-1,3)+ga*Math.pow(e-1,2),easeInOutBack:e=>e<.5?Math.pow(2*e,2)*(7.189819*e-ba)/2:(Math.pow(2*e-2,2)*((ba+1)*(2*e-2)+ba)+2)/2,easeInElastic:e=>0===e?0:1===e?1:-Math.pow(2,10*e-10)*Math.sin((10*e-10.75)*ya),easeOutElastic:e=>0===e?0:1===e?1:Math.pow(2,-10*e)*Math.sin((10*e-.75)*ya)+1,easeInOutElastic:e=>0===e?0:1===e?1:e<.5?-Math.pow(2,20*e-10)*Math.sin((20*e-11.125)*_a)/2:Math.pow(2,-20*e+10)*Math.sin((20*e-11.125)*_a)/2+1,easeInBounce:e=>1-ka(1-e),easeOutBounce:ka,easeInOutBounce:e=>e<.5?(1-ka(1-2*e))/2:(1+ka(2*e-1))/2,steps:(e,t=\"end\")=>r=>{const n=(r=\"end\"===t?Math.min(r,.999):Math.max(r,.001))*e,o=\"end\"===t?Math.floor(n):Math.ceil(n);return i=0,a=1,l=o/e,Math.min(Math.max(l,i),a);var i,a,l}},xa=Symbol.for(\"FluidValue.get\"),Ba=Symbol.for(\"FluidValue.observers\"),Sa=e=>Boolean(e&&e[xa]),Ea=e=>e&&e[xa]?e[xa]():e,Aa=e=>e[Ba]||null;function Ca(e,t){const r=e[Ba];r&&r.forEach((e=>{!function(e,t){e.eventObserved?e.eventObserved(t):e(t)}(e,t)}))}var Na=class{constructor(e){if(!e&&!(e=this.get))throw Error(\"Unknown getter\");Pa(this,e)}},Pa=(e,t)=>Ma(e,xa,t);function Oa(e,t){if(e[xa]){let r=e[Ba];r||Ma(e,Ba,r=new Set),r.has(t)||(r.add(t),e.observerAdded&&e.observerAdded(r.size,t))}return t}function Ta(e,t){const r=e[Ba];if(r&&r.has(t)){const n=r.size-1;n?r.delete(t):e[Ba]=null,e.observerRemoved&&e.observerRemoved(n,t)}}var ja,Ma=(e,t,r)=>Object.defineProperty(e,t,{value:r,writable:!0,configurable:!0}),La=/[+\\-]?(?:0|[1-9]\\d*)(?:\\.\\d*)?(?:[eE][+\\-]?\\d+)?/g,Ia=/(#(?:[0-9a-f]{2}){2,4}|(#[0-9a-f]{3})|(rgb|hsl)a?\\((-?\\d+%?[,\\s]+){2,3}\\s*[\\d\\.]+%?\\))/gi,Fa=new RegExp(`(${La.source})(%|[a-z]+)`,\"i\"),za=/rgba\\(([0-9\\.-]+), ([0-9\\.-]+), ([0-9\\.-]+), ([0-9\\.-]+)\\)/gi,Da=/var\\((--[a-zA-Z0-9-_]+),? ?([a-zA-Z0-9 ()%#.,-]+)?\\)/,Ra=e=>{const[t,r]=Ha(e);if(!t||Fi())return e;const n=window.getComputedStyle(document.documentElement).getPropertyValue(t);if(n)return n.trim();if(r&&r.startsWith(\"--\")){const t=window.getComputedStyle(document.documentElement).getPropertyValue(r);return t||e}return r&&Da.test(r)?Ra(r):r||e},Ha=e=>{const t=Da.exec(e);if(!t)return[,];const[,r,n]=t;return[r,n]},Va=(e,t,r,n,o)=>`rgba(${Math.round(t)}, ${Math.round(r)}, ${Math.round(n)}, ${o})`,qa=e=>{ja||(ja=zi?new RegExp(`(${Object.keys(zi).join(\"|\")})(?!\\\\w)`,\"g\"):/^\\b$/);const t=e.output.map((e=>Ea(e).replace(Da,Ra).replace(Ia,ma).replace(ja,ma))),r=t.map((e=>e.match(La).map(Number))),n=r[0].map(((e,t)=>r.map((e=>{if(!(t in e))throw Error('The arity of each \"output\" value must be equal');return e[t]})))).map((t=>ha({...e,output:t})));return e=>{const r=!Fa.test(t[0])&&t.find((e=>Fa.test(e)))?.replace(La,\"\");let o=0;return t[0].replace(La,(()=>`${n[o++](e)}${r||\"\"}`)).replace(za,Va)}},Za=\"react-spring: \",Ua=e=>{const t=e;let r=!1;if(\"function\"!=typeof t)throw new TypeError(`${Za}once requires a function parameter`);return(...e)=>{r||(t(...e),r=!0)}},Wa=Ua(console.warn);var Ga=Ua(console.warn);function $a(e){return Ci.str(e)&&(\"#\"==e[0]||/\\d/.test(e)||!Fi()&&Da.test(e)||e in(zi||{}))}var Ya=Fi()?e.useEffect:e.useLayoutEffect,Qa=()=>{const t=(0,e.useRef)(!1);return Ya((()=>(t.current=!0,()=>{t.current=!1})),[]),t};function Ka(){const t=(0,e.useState)()[1],r=Qa();return()=>{r.current&&t(Math.random())}}var Xa=t=>(0,e.useEffect)(t,Ja),Ja=[];function el(t){const r=(0,e.useRef)();return(0,e.useEffect)((()=>{r.current=t})),r.current}var tl=Symbol.for(\"Animated:node\"),rl=e=>e&&e[tl],nl=(e,t)=>((e,t,r)=>Object.defineProperty(e,t,{value:r,writable:!0,configurable:!0}))(e,tl,t),ol=e=>e&&e[tl]&&e[tl].getPayload(),il=class{constructor(){nl(this,this)}getPayload(){return this.payload||[]}},al=class extends il{constructor(e){super(),this._value=e,this.done=!0,this.durationProgress=0,Ci.num(this._value)&&(this.lastPosition=this._value)}static create(e){return new al(e)}getPayload(){return[this]}getValue(){return this._value}setValue(e,t){return Ci.num(e)&&(this.lastPosition=e,t&&(e=Math.round(e/t)*t,this.done&&(this.lastPosition=e))),this._value!==e&&(this._value=e,!0)}reset(){const{done:e}=this;this.done=!1,Ci.num(this._value)&&(this.elapsedTime=0,this.durationProgress=0,this.lastPosition=this._value,e&&(this.lastVelocity=null),this.v0=null)}},ll=class extends al{constructor(e){super(0),this._string=null,this._toString=ha({output:[e,e]})}static create(e){return new ll(e)}getValue(){const e=this._string;return null==e?this._string=this._toString(this._value):e}setValue(e){if(Ci.str(e)){if(e==this._string)return!1;this._string=e,this._value=1}else{if(!super.setValue(e))return!1;this._string=null}return!0}reset(e){e&&(this._toString=ha({output:[this.getValue(),e]})),this._value=0,super.reset()}},cl={dependencies:null},sl=class extends il{constructor(e){super(),this.source=e,this.setValue(e)}getValue(e){const t={};return Oi(this.source,((r,n)=>{(e=>!!e&&e[tl]===e)(r)?t[n]=r.getValue(e):Sa(r)?t[n]=Ea(r):e||(t[n]=r)})),t}setValue(e){this.source=e,this.payload=this._makePayload(e)}reset(){this.payload&&Pi(this.payload,(e=>e.reset()))}_makePayload(e){if(e){const t=new Set;return Oi(e,this._addToPayload,t),Array.from(t)}}_addToPayload(e){cl.dependencies&&Sa(e)&&cl.dependencies.add(e);const t=ol(e);t&&Pi(t,(e=>this.add(e)))}},dl=class extends sl{constructor(e){super(e)}static create(e){return new dl(e)}getValue(){return this.source.map((e=>e.getValue()))}setValue(e){const t=this.getPayload();return e.length==t.length?t.map(((t,r)=>t.setValue(e[r]))).some(Boolean):(super.setValue(e.map(ul)),!0)}};function ul(e){return($a(e)?ll:al).create(e)}function pl(e){const t=rl(e);return t?t.constructor:Ci.arr(e)?dl:$a(e)?ll:al}var fl=(t,r)=>{const n=!Ci.fun(t)||t.prototype&&t.prototype.isReactComponent;return(0,e.forwardRef)(((o,i)=>{const a=(0,e.useRef)(null),l=n&&(0,e.useCallback)((e=>{a.current=function(e,t){e&&(Ci.fun(e)?e(t):e.current=t);return t}(i,e)}),[i]),[c,s]=function(e,t){const r=new Set;cl.dependencies=r,e.style&&(e={...e,style:t.createAnimatedStyle(e.style)});return e=new sl(e),cl.dependencies=null,[e,r]}(o,r),d=Ka(),u=()=>{const e=a.current;if(n&&!e)return;!1===(!!e&&r.applyAnimatedValues(e,c.getValue(!0)))&&d()},p=new ml(u,s),f=(0,e.useRef)();Ya((()=>(f.current=p,Pi(s,(e=>Oa(e,p))),()=>{f.current&&(Pi(f.current.deps,(e=>Ta(e,f.current))),di.cancel(f.current.update))}))),(0,e.useEffect)(u,[]),Xa((()=>()=>{const e=f.current;Pi(e.deps,(t=>Ta(t,e)))}));const m=r.getComponentProps(c.getValue());return e.createElement(t,{...m,ref:l})}))},ml=class{constructor(e,t){this.update=e,this.deps=t}eventObserved(e){\"change\"==e.type&&di.write(this.update)}};var hl=Symbol.for(\"AnimatedComponent\"),gl=e=>Ci.str(e)?e:e&&Ci.str(e.displayName)?e.displayName:Ci.fun(e)&&e.name||null;function bl(e,...t){return Ci.fun(e)?e(...t):e}var vl=(e,t)=>!0===e||!!(t&&e&&(Ci.fun(e)?e(t):Ti(e).includes(t))),yl=(e,t)=>Ci.obj(e)?t&&e[t]:e,_l=(e,t)=>!0===e.default?e[t]:e.default?e.default[t]:void 0,kl=e=>e,wl=(e,t=kl)=>{let r=xl;e.default&&!0!==e.default&&(e=e.default,r=Object.keys(e));const n={};for(const o of r){const r=t(e[o],o);Ci.und(r)||(n[o]=r)}return n},xl=[\"config\",\"onProps\",\"onStart\",\"onChange\",\"onPause\",\"onResume\",\"onRest\"],Bl={config:1,from:1,to:1,ref:1,loop:1,reset:1,pause:1,cancel:1,reverse:1,immediate:1,default:1,delay:1,onProps:1,onStart:1,onChange:1,onPause:1,onResume:1,onRest:1,onResolve:1,items:1,trail:1,sort:1,expires:1,initial:1,enter:1,update:1,leave:1,children:1,onDestroyed:1,keys:1,callId:1,parentId:1};function Sl(e){const t=function(e){const t={};let r=0;if(Oi(e,((e,n)=>{Bl[n]||(t[n]=e,r++)})),r)return t}(e);if(t){const r={to:t};return Oi(e,((e,n)=>n in t||(r[n]=e))),r}return{...e}}function El(e){return e=Ea(e),Ci.arr(e)?e.map(El):$a(e)?ci.createStringInterpolator({range:[0,1],output:[e,e]})(1):e}function Al(e){for(const t in e)return!0;return!1}function Cl(e){return Ci.fun(e)||Ci.arr(e)&&Ci.obj(e[0])}function Nl(e,t){e.ref?.delete(e),t?.delete(e)}function Pl(e,t){t&&e.ref!==t&&(e.ref?.delete(e),t.add(e),e.ref=t)}var Ol={default:{tension:170,friction:26},gentle:{tension:120,friction:14},wobbly:{tension:180,friction:12},stiff:{tension:210,friction:20},slow:{tension:280,friction:60},molasses:{tension:280,friction:120}},Tl={...Ol.default,mass:1,damping:1,easing:wa.linear,clamp:!1};function jl(e,t){if(Ci.und(t.decay)){const r=!Ci.und(t.tension)||!Ci.und(t.friction);!r&&Ci.und(t.frequency)&&Ci.und(t.damping)&&Ci.und(t.mass)||(e.duration=void 0,e.decay=void 0),r&&(e.frequency=void 0)}else e.duration=void 0}var Ml=[];function Ll(e,{key:t,props:r,defaultProps:n,state:o,actions:i}){return new Promise(((a,l)=>{let c,s,d=vl(r.cancel??n?.cancel,t);if(d)f();else{Ci.und(r.pause)||(o.paused=vl(r.pause,t));let e=n?.pause;!0!==e&&(e=o.paused||vl(e,t)),c=bl(r.delay||0,t),e?(o.resumeQueue.add(p),i.pause()):(i.resume(),p())}function u(){o.resumeQueue.add(p),o.timeouts.delete(s),s.cancel(),c=s.time-di.now()}function p(){c>0&&!ci.skipAnimation?(o.delayed=!0,s=di.setTimeout(f,c),o.pauseQueue.add(u),o.timeouts.add(s)):f()}function f(){o.delayed&&(o.delayed=!1),o.pauseQueue.delete(u),o.timeouts.delete(s),e<=(o.cancelId||0)&&(d=!0);try{i.start({...r,callId:e,cancel:d},a)}catch(e){l(e)}}}))}var Il=(e,t)=>1==t.length?t[0]:t.some((e=>e.cancelled))?Dl(e.get()):t.every((e=>e.noop))?Fl(e.get()):zl(e.get(),t.every((e=>e.finished))),Fl=e=>({value:e,noop:!0,finished:!0,cancelled:!1}),zl=(e,t,r=!1)=>({value:e,finished:t,cancelled:r}),Dl=e=>({value:e,cancelled:!0,finished:!1});function Rl(e,t,r,n){const{callId:o,parentId:i,onRest:a}=t,{asyncTo:l,promise:c}=r;return i||e!==l||t.reset?r.promise=(async()=>{r.asyncId=o,r.asyncTo=e;const s=wl(t,((e,t)=>\"onRest\"===t?void 0:e));let d,u;const p=new Promise(((e,t)=>(d=e,u=t))),f=e=>{const t=o<=(r.cancelId||0)&&Dl(n)||o!==r.asyncId&&zl(n,!1);if(t)throw e.result=t,u(e),e},m=(e,t)=>{const i=new Vl,a=new ql;return(async()=>{if(ci.skipAnimation)throw Hl(r),a.result=zl(n,!1),u(a),a;f(i);const l=Ci.obj(e)?{...e}:{...t,to:e};l.parentId=o,Oi(s,((e,t)=>{Ci.und(l[t])&&(l[t]=e)}));const c=await n.start(l);return f(i),r.paused&&await new Promise((e=>{r.resumeQueue.add(e)})),c})()};let h;if(ci.skipAnimation)return Hl(r),zl(n,!1);try{let t;t=Ci.arr(e)?(async e=>{for(const t of e)await m(t)})(e):Promise.resolve(e(m,n.stop.bind(n))),await Promise.all([t.then(d),p]),h=zl(n.get(),!0,!1)}catch(e){if(e instanceof Vl)h=e.result;else{if(!(e instanceof ql))throw e;h=e.result}}finally{o==r.asyncId&&(r.asyncId=i,r.asyncTo=i?l:void 0,r.promise=i?c:void 0)}return Ci.fun(a)&&di.batchedUpdates((()=>{a(h,n,n.item)})),h})():c}function Hl(e,t){ji(e.timeouts,(e=>e.cancel())),e.pauseQueue.clear(),e.resumeQueue.clear(),e.asyncId=e.asyncTo=e.promise=void 0,t&&(e.cancelId=t)}var Vl=class extends Error{constructor(){super(\"An async animation has been interrupted. You see this error because you forgot to use `await` or `.catch(...)` on its returned promise.\")}},ql=class extends Error{constructor(){super(\"SkipAnimationSignal\")}},Zl=e=>e instanceof Wl,Ul=1,Wl=class extends Na{constructor(){super(...arguments),this.id=Ul++,this._priority=0}get priority(){return this._priority}set priority(e){this._priority!=e&&(this._priority=e,this._onPriorityChange(e))}get(){const e=rl(this);return e&&e.getValue()}to(...e){return ci.to(this,e)}interpolate(...e){return Wa(`${Za}The \"interpolate\" function is deprecated in v9 (use \"to\" instead)`),ci.to(this,e)}toJSON(){return this.get()}observerAdded(e){1==e&&this._attach()}observerRemoved(e){0==e&&this._detach()}_attach(){}_detach(){}_onChange(e,t=!1){Ca(this,{type:\"change\",parent:this,value:e,idle:t})}_onPriorityChange(e){this.idle||Wi.sort(this),Ca(this,{type:\"priority\",parent:this,priority:e})}},Gl=Symbol.for(\"SpringPhase\"),$l=e=>(1&e[Gl])>0,Yl=e=>(2&e[Gl])>0,Ql=e=>(4&e[Gl])>0,Kl=(e,t)=>t?e[Gl]|=3:e[Gl]&=-3,Xl=(e,t)=>t?e[Gl]|=4:e[Gl]&=-5,Jl=class extends Wl{constructor(e,t){if(super(),this.animation=new class{constructor(){this.changed=!1,this.values=Ml,this.toValues=null,this.fromValues=Ml,this.config=new class{constructor(){this.velocity=0,Object.assign(this,Tl)}},this.immediate=!1}},this.defaultProps={},this._state={paused:!1,delayed:!1,pauseQueue:new Set,resumeQueue:new Set,timeouts:new Set},this._pendingCalls=new Set,this._lastCallId=0,this._lastToId=0,this._memoizedDuration=0,!Ci.und(e)||!Ci.und(t)){const r=Ci.obj(e)?{...e}:{...t,from:e};Ci.und(r.default)&&(r.default=!0),this.start(r)}}get idle(){return!(Yl(this)||this._state.asyncTo)||Ql(this)}get goal(){return Ea(this.animation.to)}get velocity(){const e=rl(this);return e instanceof al?e.lastVelocity||0:e.getPayload().map((e=>e.lastVelocity||0))}get hasAnimated(){return $l(this)}get isAnimating(){return Yl(this)}get isPaused(){return Ql(this)}get isDelayed(){return this._state.delayed}advance(e){let t=!0,r=!1;const n=this.animation;let{toValues:o}=n;const{config:i}=n,a=ol(n.to);!a&&Sa(n.to)&&(o=Ti(Ea(n.to))),n.values.forEach(((l,c)=>{if(l.done)return;const s=l.constructor==ll?1:a?a[c].lastPosition:o[c];let d=n.immediate,u=s;if(!d){if(u=l.lastPosition,i.tension<=0)return void(l.done=!0);let t=l.elapsedTime+=e;const r=n.fromValues[c],o=null!=l.v0?l.v0:l.v0=Ci.arr(i.velocity)?i.velocity[c]:i.velocity;let a;const p=i.precision||(r==s?.005:Math.min(1,.001*Math.abs(s-r)));if(Ci.und(i.duration))if(i.decay){const e=!0===i.decay?.998:i.decay,n=Math.exp(-(1-e)*t);u=r+o/(1-e)*(1-n),d=Math.abs(l.lastPosition-u)<=p,a=o*n}else{a=null==l.lastVelocity?o:l.lastVelocity;const t=i.restVelocity||p/10,n=i.clamp?0:i.bounce,c=!Ci.und(n),f=r==s?l.v0>0:r<s;let m,h=!1;const g=1,b=Math.ceil(e/g);for(let e=0;e<b&&(m=Math.abs(a)>t,m||(d=Math.abs(s-u)<=p,!d));++e){c&&(h=u==s||u>s==f,h&&(a=-a*n,u=s));a+=(1e-6*-i.tension*(u-s)+.001*-i.friction*a)/i.mass*g,u+=a*g}}else{let n=1;i.duration>0&&(this._memoizedDuration!==i.duration&&(this._memoizedDuration=i.duration,l.durationProgress>0&&(l.elapsedTime=i.duration*l.durationProgress,t=l.elapsedTime+=e)),n=(i.progress||0)+t/this._memoizedDuration,n=n>1?1:n<0?0:n,l.durationProgress=n),u=r+i.easing(n)*(s-r),a=(u-l.lastPosition)/e,d=1==n}l.lastVelocity=a,Number.isNaN(u)&&(console.warn(\"Got NaN while animating:\",this),d=!0)}a&&!a[c].done&&(d=!1),d?l.done=!0:t=!1,l.setValue(u,i.round)&&(r=!0)}));const l=rl(this),c=l.getValue();if(t){const e=Ea(n.to);c===e&&!r||i.decay?r&&i.decay&&this._onChange(c):(l.setValue(e),this._onChange(e)),this._stop()}else r&&this._onChange(c)}set(e){return di.batchedUpdates((()=>{this._stop(),this._focus(e),this._set(e)})),this}pause(){this._update({pause:!0})}resume(){this._update({pause:!1})}finish(){if(Yl(this)){const{to:e,config:t}=this.animation;di.batchedUpdates((()=>{this._onStart(),t.decay||this._set(e,!1),this._stop()}))}return this}update(e){return(this.queue||(this.queue=[])).push(e),this}start(e,t){let r;return Ci.und(e)?(r=this.queue||[],this.queue=[]):r=[Ci.obj(e)?e:{...t,to:e}],Promise.all(r.map((e=>this._update(e)))).then((e=>Il(this,e)))}stop(e){const{to:t}=this.animation;return this._focus(this.get()),Hl(this._state,e&&this._lastCallId),di.batchedUpdates((()=>this._stop(t,e))),this}reset(){this._update({reset:!0})}eventObserved(e){\"change\"==e.type?this._start():\"priority\"==e.type&&(this.priority=e.priority+1)}_prepareNode(e){const t=this.key||\"\";let{to:r,from:n}=e;r=Ci.obj(r)?r[t]:r,(null==r||Cl(r))&&(r=void 0),n=Ci.obj(n)?n[t]:n,null==n&&(n=void 0);const o={to:r,from:n};return $l(this)||(e.reverse&&([r,n]=[n,r]),n=Ea(n),Ci.und(n)?rl(this)||this._set(r):this._set(n)),o}_update({...e},t){const{key:r,defaultProps:n}=this;e.default&&Object.assign(n,wl(e,((e,t)=>/^on/.test(t)?yl(e,r):e))),ac(this,e,\"onProps\"),lc(this,\"onProps\",e,this);const o=this._prepareNode(e);if(Object.isFrozen(this))throw Error(\"Cannot animate a `SpringValue` object that is frozen. Did you forget to pass your component to `animated(...)` before animating its props?\");const i=this._state;return Ll(++this._lastCallId,{key:r,props:e,defaultProps:n,state:i,actions:{pause:()=>{Ql(this)||(Xl(this,!0),Ii(i.pauseQueue),lc(this,\"onPause\",zl(this,ec(this,this.animation.to)),this))},resume:()=>{Ql(this)&&(Xl(this,!1),Yl(this)&&this._resume(),Ii(i.resumeQueue),lc(this,\"onResume\",zl(this,ec(this,this.animation.to)),this))},start:this._merge.bind(this,o)}}).then((r=>{if(e.loop&&r.finished&&(!t||!r.noop)){const t=tc(e);if(t)return this._update(t,!0)}return r}))}_merge(e,t,r){if(t.cancel)return this.stop(!0),r(Dl(this));const n=!Ci.und(e.to),o=!Ci.und(e.from);if(n||o){if(!(t.callId>this._lastToId))return r(Dl(this));this._lastToId=t.callId}const{key:i,defaultProps:a,animation:l}=this,{to:c,from:s}=l;let{to:d=c,from:u=s}=e;!o||n||t.default&&!Ci.und(d)||(d=u),t.reverse&&([d,u]=[u,d]);const p=!Ni(u,s);p&&(l.from=u),u=Ea(u);const f=!Ni(d,c);f&&this._focus(d);const m=Cl(t.to),{config:h}=l,{decay:g,velocity:b}=h;(n||o)&&(h.velocity=0),t.config&&!m&&function(e,t,r){r&&(jl(r={...r},t),t={...r,...t}),jl(e,t),Object.assign(e,t);for(const t in Tl)null==e[t]&&(e[t]=Tl[t]);let{frequency:n,damping:o}=e;const{mass:i}=e;Ci.und(n)||(n<.01&&(n=.01),o<0&&(o=0),e.tension=Math.pow(2*Math.PI/n,2)*i,e.friction=4*Math.PI*o*i/n)}(h,bl(t.config,i),t.config!==a.config?bl(a.config,i):void 0);let v=rl(this);if(!v||Ci.und(d))return r(zl(this,!0));const y=Ci.und(t.reset)?o&&!t.default:!Ci.und(u)&&vl(t.reset,i),_=y?u:this.get(),k=El(d),w=Ci.num(k)||Ci.arr(k)||$a(k),x=!m&&(!w||vl(a.immediate||t.immediate,i));if(f){const e=pl(d);if(e!==v.constructor){if(!x)throw Error(`Cannot animate between ${v.constructor.name} and ${e.name}, as the \"to\" prop suggests`);v=this._set(k)}}const B=v.constructor;let S=Sa(d),E=!1;if(!S){const e=y||!$l(this)&&p;(f||e)&&(E=Ni(El(_),k),S=!E),(Ni(l.immediate,x)||x)&&Ni(h.decay,g)&&Ni(h.velocity,b)||(S=!0)}if(E&&Yl(this)&&(l.changed&&!y?S=!0:S||this._stop(c)),!m&&((S||Sa(c))&&(l.values=v.getPayload(),l.toValues=Sa(d)?null:B==ll?[1]:Ti(k)),l.immediate!=x&&(l.immediate=x,x||y||this._set(c)),S)){const{onRest:e}=l;Pi(ic,(e=>ac(this,t,e)));const n=zl(this,ec(this,c));Ii(this._pendingCalls,n),this._pendingCalls.add(r),l.changed&&di.batchedUpdates((()=>{l.changed=!y,e?.(n,this),y?bl(a.onRest,n):l.onStart?.(n,this)}))}y&&this._set(_),m?r(Rl(t.to,t,this._state,this)):S?this._start():Yl(this)&&!f?this._pendingCalls.add(r):r(Fl(_))}_focus(e){const t=this.animation;e!==t.to&&(Aa(this)&&this._detach(),t.to=e,Aa(this)&&this._attach())}_attach(){let e=0;const{to:t}=this.animation;Sa(t)&&(Oa(t,this),Zl(t)&&(e=t.priority+1)),this.priority=e}_detach(){const{to:e}=this.animation;Sa(e)&&Ta(e,this)}_set(e,t=!0){const r=Ea(e);if(!Ci.und(r)){const e=rl(this);if(!e||!Ni(r,e.getValue())){const n=pl(r);e&&e.constructor==n?e.setValue(r):nl(this,n.create(r)),e&&di.batchedUpdates((()=>{this._onChange(r,t)}))}}return rl(this)}_onStart(){const e=this.animation;e.changed||(e.changed=!0,lc(this,\"onStart\",zl(this,ec(this,e.to)),this))}_onChange(e,t){t||(this._onStart(),bl(this.animation.onChange,e,this)),bl(this.defaultProps.onChange,e,this),super._onChange(e,t)}_start(){const e=this.animation;rl(this).reset(Ea(e.to)),e.immediate||(e.fromValues=e.values.map((e=>e.lastPosition))),Yl(this)||(Kl(this,!0),Ql(this)||this._resume())}_resume(){ci.skipAnimation?this.finish():Wi.start(this)}_stop(e,t){if(Yl(this)){Kl(this,!1);const r=this.animation;Pi(r.values,(e=>{e.done=!0})),r.toValues&&(r.onChange=r.onPause=r.onResume=void 0),Ca(this,{type:\"idle\",parent:this});const n=t?Dl(this.get()):zl(this.get(),ec(this,e??r.to));Ii(this._pendingCalls,n),r.changed&&(r.changed=!1,lc(this,\"onRest\",n,this))}}};function ec(e,t){const r=El(t);return Ni(El(e.get()),r)}function tc(e,t=e.loop,r=e.to){const n=bl(t);if(n){const o=!0!==n&&Sl(n),i=(o||e).reverse,a=!o||o.reset;return rc({...e,loop:t,default:!1,pause:void 0,to:!i||Cl(r)?r:void 0,from:a?e.from:void 0,reset:a,...o})}}function rc(e){const{to:t,from:r}=e=Sl(e),n=new Set;return Ci.obj(t)&&oc(t,n),Ci.obj(r)&&oc(r,n),e.keys=n.size?Array.from(n):null,e}function nc(e){const t=rc(e);return Ci.und(t.default)&&(t.default=wl(t)),t}function oc(e,t){Oi(e,((e,r)=>null!=e&&t.add(r)))}var ic=[\"onStart\",\"onRest\",\"onChange\",\"onPause\",\"onResume\"];function ac(e,t,r){e.animation[r]=t[r]!==_l(t,r)?yl(t[r],e.key):void 0}function lc(e,t,...r){e.animation[t]?.(...r),e.defaultProps[t]?.(...r)}var cc=[\"onStart\",\"onChange\",\"onRest\"],sc=1,dc=class{constructor(e,t){this.id=sc++,this.springs={},this.queue=[],this._lastAsyncId=0,this._active=new Set,this._changed=new Set,this._started=!1,this._state={paused:!1,pauseQueue:new Set,resumeQueue:new Set,timeouts:new Set},this._events={onStart:new Map,onChange:new Map,onRest:new Map},this._onFrame=this._onFrame.bind(this),t&&(this._flush=t),e&&this.start({default:!0,...e})}get idle(){return!this._state.asyncTo&&Object.values(this.springs).every((e=>e.idle&&!e.isDelayed&&!e.isPaused))}get item(){return this._item}set item(e){this._item=e}get(){const e={};return this.each(((t,r)=>e[r]=t.get())),e}set(e){for(const t in e){const r=e[t];Ci.und(r)||this.springs[t].set(r)}}update(e){return e&&this.queue.push(rc(e)),this}start(e){let{queue:t}=this;return e?t=Ti(e).map(rc):this.queue=[],this._flush?this._flush(this,t):(bc(this,t),uc(this,t))}stop(e,t){if(e!==!!e&&(t=e),t){const r=this.springs;Pi(Ti(t),(t=>r[t].stop(!!e)))}else Hl(this._state,this._lastAsyncId),this.each((t=>t.stop(!!e)));return this}pause(e){if(Ci.und(e))this.start({pause:!0});else{const t=this.springs;Pi(Ti(e),(e=>t[e].pause()))}return this}resume(e){if(Ci.und(e))this.start({pause:!1});else{const t=this.springs;Pi(Ti(e),(e=>t[e].resume()))}return this}each(e){Oi(this.springs,e)}_onFrame(){const{onStart:e,onChange:t,onRest:r}=this._events,n=this._active.size>0,o=this._changed.size>0;(n&&!this._started||o&&!this._started)&&(this._started=!0,ji(e,(([e,t])=>{t.value=this.get(),e(t,this,this._item)})));const i=!n&&this._started,a=o||i&&r.size?this.get():null;o&&t.size&&ji(t,(([e,t])=>{t.value=a,e(t,this,this._item)})),i&&(this._started=!1,ji(r,(([e,t])=>{t.value=a,e(t,this,this._item)})))}eventObserved(e){if(\"change\"==e.type)this._changed.add(e.parent),e.idle||this._active.add(e.parent);else{if(\"idle\"!=e.type)return;this._active.delete(e.parent)}di.onFrame(this._onFrame)}};function uc(e,t){return Promise.all(t.map((t=>pc(e,t)))).then((t=>Il(e,t)))}async function pc(e,t,r){const{keys:n,to:o,from:i,loop:a,onRest:l,onResolve:c}=t,s=Ci.obj(t.default)&&t.default;a&&(t.loop=!1),!1===o&&(t.to=null),!1===i&&(t.from=null);const d=Ci.arr(o)||Ci.fun(o)?o:void 0;d?(t.to=void 0,t.onRest=void 0,s&&(s.onRest=void 0)):Pi(cc,(r=>{const n=t[r];if(Ci.fun(n)){const o=e._events[r];t[r]=({finished:e,cancelled:t})=>{const r=o.get(n);r?(e||(r.finished=!1),t&&(r.cancelled=!0)):o.set(n,{value:null,finished:e||!1,cancelled:t||!1})},s&&(s[r]=t[r])}}));const u=e._state;t.pause===!u.paused?(u.paused=t.pause,Ii(t.pause?u.pauseQueue:u.resumeQueue)):u.paused&&(t.pause=!0);const p=(n||Object.keys(e.springs)).map((r=>e.springs[r].start(t))),f=!0===t.cancel||!0===_l(t,\"cancel\");(d||f&&u.asyncId)&&p.push(Ll(++e._lastAsyncId,{props:t,state:u,actions:{pause:Ai,resume:Ai,start(t,r){f?(Hl(u,e._lastAsyncId),r(Dl(e))):(t.onRest=l,r(Rl(d,t,u,e)))}}})),u.paused&&await new Promise((e=>{u.resumeQueue.add(e)}));const m=Il(e,await Promise.all(p));if(a&&m.finished&&(!r||!m.noop)){const r=tc(t,a,o);if(r)return bc(e,[r]),pc(e,r,!0)}return c&&di.batchedUpdates((()=>c(m,e,e.item))),m}function fc(e,t){const r={...e.springs};return t&&Pi(Ti(t),(e=>{Ci.und(e.keys)&&(e=rc(e)),Ci.obj(e.to)||(e={...e,to:void 0}),gc(r,e,(e=>hc(e)))})),mc(e,r),r}function mc(e,t){Oi(t,((t,r)=>{e.springs[r]||(e.springs[r]=t,Oa(t,e))}))}function hc(e,t){const r=new Jl;return r.key=e,t&&Oa(r,t),r}function gc(e,t,r){t.keys&&Pi(t.keys,(n=>{(e[n]||(e[n]=r(n)))._prepareNode(t)}))}function bc(e,t){Pi(t,(t=>{gc(e.springs,t,(t=>hc(t,e)))}))}var vc,yc,_c=({children:t,...r})=>{const n=(0,e.useContext)(kc),o=r.pause||!!n.pause,i=r.immediate||!!n.immediate;r=function(t,r){const[n]=(0,e.useState)((()=>({inputs:r,result:t()}))),o=(0,e.useRef)(),i=o.current;let a=i;if(a){const e=Boolean(r&&a.inputs&&function(e,t){if(e.length!==t.length)return!1;for(let r=0;r<e.length;r++)if(e[r]!==t[r])return!1;return!0}(r,a.inputs));e||(a={inputs:r,result:t()})}else a=n;return(0,e.useEffect)((()=>{o.current=a,i==n&&(n.inputs=n.result=void 0)}),[a]),a.result}((()=>({pause:o,immediate:i})),[o,i]);const{Provider:a}=kc;return e.createElement(a,{value:r},t)},kc=(vc=_c,yc={},Object.assign(vc,e.createContext(yc)),vc.Provider._context=vc,vc.Consumer._context=vc,vc);_c.Provider=kc.Provider,_c.Consumer=kc.Consumer;var wc=()=>{const e=[],t=function(t){Ga(`${Za}Directly calling start instead of using the api object is deprecated in v9 (use \".start\" instead), this will be removed in later 0.X.0 versions`);const n=[];return Pi(e,((e,o)=>{if(Ci.und(t))n.push(e.start());else{const i=r(t,e,o);i&&n.push(e.start(i))}})),n};t.current=e,t.add=function(t){e.includes(t)||e.push(t)},t.delete=function(t){const r=e.indexOf(t);~r&&e.splice(r,1)},t.pause=function(){return Pi(e,(e=>e.pause(...arguments))),this},t.resume=function(){return Pi(e,(e=>e.resume(...arguments))),this},t.set=function(t){Pi(e,((e,r)=>{const n=Ci.fun(t)?t(r,e):t;n&&e.set(n)}))},t.start=function(t){const r=[];return Pi(e,((e,n)=>{if(Ci.und(t))r.push(e.start());else{const o=this._getProps(t,e,n);o&&r.push(e.start(o))}})),r},t.stop=function(){return Pi(e,(e=>e.stop(...arguments))),this},t.update=function(t){return Pi(e,((e,r)=>e.update(this._getProps(t,e,r)))),this};const r=function(e,t,r){return Ci.fun(e)?e(r,t):e};return t._getProps=r,t};function xc(t,r,n){const o=Ci.fun(r)&&r;o&&!n&&(n=[]);const i=(0,e.useMemo)((()=>o||3==arguments.length?wc():void 0),[]),a=(0,e.useRef)(0),l=Ka(),c=(0,e.useMemo)((()=>({ctrls:[],queue:[],flush(e,t){const r=fc(e,t);return a.current>0&&!c.queue.length&&!Object.keys(r).some((t=>!e.springs[t]))?uc(e,t):new Promise((n=>{mc(e,r),c.queue.push((()=>{n(uc(e,t))})),l()}))}})),[]),s=(0,e.useRef)([...c.ctrls]),d=[],u=el(t)||0;function p(e,t){for(let n=e;n<t;n++){const e=s.current[n]||(s.current[n]=new dc(null,c.flush)),t=o?o(n,e):r[n];t&&(d[n]=nc(t))}}(0,e.useMemo)((()=>{Pi(s.current.slice(t,u),(e=>{Nl(e,i),e.stop(!0)})),s.current.length=t,p(u,t)}),[t]),(0,e.useMemo)((()=>{p(0,Math.min(u,t))}),n);const f=s.current.map(((e,t)=>fc(e,d[t]))),m=(0,e.useContext)(_c),h=el(m),g=m!==h&&Al(m);Ya((()=>{a.current++,c.ctrls=s.current;const{queue:e}=c;e.length&&(c.queue=[],Pi(e,(e=>e()))),Pi(s.current,((e,t)=>{i?.add(e),g&&e.start({default:m});const r=d[t];r&&(Pl(e,r.ref),e.ref?e.queue.push(r):e.start(r))}))})),Xa((()=>()=>{Pi(c.ctrls,(e=>e.stop(!0)))}));const b=f.map((e=>({...e})));return i?[b,i]:b}function Bc(e,t){const r=Ci.fun(e),[[n],o]=xc(1,r?e:[e],r?t||[]:t);return r||2==arguments.length?[n,o]:n}var Sc=class extends Wl{constructor(e,t){super(),this.source=e,this.idle=!0,this._active=new Set,this.calc=ha(...t);const r=this._get(),n=pl(r);nl(this,n.create(r))}advance(e){const t=this._get();Ni(t,this.get())||(rl(this).setValue(t),this._onChange(t,this.idle)),!this.idle&&Ac(this._active)&&Cc(this)}_get(){const e=Ci.arr(this.source)?this.source.map(Ea):Ti(Ea(this.source));return this.calc(...e)}_start(){this.idle&&!Ac(this._active)&&(this.idle=!1,Pi(ol(this),(e=>{e.done=!1})),ci.skipAnimation?(di.batchedUpdates((()=>this.advance())),Cc(this)):Wi.start(this))}_attach(){let e=1;Pi(Ti(this.source),(t=>{Sa(t)&&Oa(t,this),Zl(t)&&(t.idle||this._active.add(t),e=Math.max(e,t.priority+1))})),this.priority=e,this._start()}_detach(){Pi(Ti(this.source),(e=>{Sa(e)&&Ta(e,this)})),this._active.clear(),Cc(this)}eventObserved(e){\"change\"==e.type?e.idle?this.advance():(this._active.add(e.parent),this._start()):\"idle\"==e.type?this._active.delete(e.parent):\"priority\"==e.type&&(this.priority=Ti(this.source).reduce(((e,t)=>Math.max(e,(Zl(t)?t.priority:0)+1)),0))}};function Ec(e){return!1!==e.idle}function Ac(e){return!e.size||Array.from(e).every(Ec)}function Cc(e){e.idle||(e.idle=!0,Pi(ol(e),(e=>{e.done=!0})),Ca(e,{type:\"idle\",parent:e}))}ci.assign({createStringInterpolator:qa,to:(e,t)=>new Sc(e,t)});Wi.advance;var Nc=/^--/;function Pc(e,t){return null==t||\"boolean\"==typeof t||\"\"===t?\"\":\"number\"!=typeof t||0===t||Nc.test(e)||Tc.hasOwnProperty(e)&&Tc[e]?(\"\"+t).trim():t+\"px\"}var Oc={};var Tc={animationIterationCount:!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,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},jc=[\"Webkit\",\"Ms\",\"Moz\",\"O\"];Tc=Object.keys(Tc).reduce(((e,t)=>(jc.forEach((r=>e[((e,t)=>e+t.charAt(0).toUpperCase()+t.substring(1))(r,t)]=e[t])),e)),Tc);var Mc=/^(matrix|translate|scale|rotate|skew)/,Lc=/^(translate)/,Ic=/^(rotate|skew)/,Fc=(e,t)=>Ci.num(e)&&0!==e?e+t:e,zc=(e,t)=>Ci.arr(e)?e.every((e=>zc(e,t))):Ci.num(e)?e===t:parseFloat(e)===t,Dc=class extends sl{constructor({x:e,y:t,z:r,...n}){const o=[],i=[];(e||t||r)&&(o.push([e||0,t||0,r||0]),i.push((e=>[`translate3d(${e.map((e=>Fc(e,\"px\"))).join(\",\")})`,zc(e,0)]))),Oi(n,((e,t)=>{if(\"transform\"===t)o.push([e||\"\"]),i.push((e=>[e,\"\"===e]));else if(Mc.test(t)){if(delete n[t],Ci.und(e))return;const r=Lc.test(t)?\"px\":Ic.test(t)?\"deg\":\"\";o.push(Ti(e)),i.push(\"rotate3d\"===t?([e,t,n,o])=>[`rotate3d(${e},${t},${n},${Fc(o,r)})`,zc(o,0)]:e=>[`${t}(${e.map((e=>Fc(e,r))).join(\",\")})`,zc(e,t.startsWith(\"scale\")?1:0)])}})),o.length&&(n.transform=new Rc(o,i)),super(n)}},Rc=class extends Na{constructor(e,t){super(),this.inputs=e,this.transforms=t,this._value=null}get(){return this._value||(this._value=this._get())}_get(){let e=\"\",t=!0;return Pi(this.inputs,((r,n)=>{const o=Ea(r[0]),[i,a]=this.transforms[n](Ci.arr(o)?o:r.map(Ea));e+=\" \"+i,t=t&&a})),t?\"none\":e}observerAdded(e){1==e&&Pi(this.inputs,(e=>Pi(e,(e=>Sa(e)&&Oa(e,this)))))}observerRemoved(e){0==e&&Pi(this.inputs,(e=>Pi(e,(e=>Sa(e)&&Ta(e,this)))))}eventObserved(e){\"change\"==e.type&&(this._value=null),Ca(this,e)}};ci.assign({batchedUpdates:t.unstable_batchedUpdates,createStringInterpolator:qa,colors:{transparent:0,aliceblue:4042850303,antiquewhite:4209760255,aqua:16777215,aquamarine:2147472639,azure:4043309055,beige:4126530815,bisque:4293182719,black:255,blanchedalmond:4293643775,blue:65535,blueviolet:2318131967,brown:2771004159,burlywood:3736635391,burntsienna:3934150143,cadetblue:1604231423,chartreuse:2147418367,chocolate:3530104575,coral:4286533887,cornflowerblue:1687547391,cornsilk:4294499583,crimson:3692313855,cyan:16777215,darkblue:35839,darkcyan:9145343,darkgoldenrod:3095792639,darkgray:2846468607,darkgreen:6553855,darkgrey:2846468607,darkkhaki:3182914559,darkmagenta:2332068863,darkolivegreen:1433087999,darkorange:4287365375,darkorchid:2570243327,darkred:2332033279,darksalmon:3918953215,darkseagreen:2411499519,darkslateblue:1211993087,darkslategray:793726975,darkslategrey:793726975,darkturquoise:13554175,darkviolet:2483082239,deeppink:4279538687,deepskyblue:12582911,dimgray:1768516095,dimgrey:1768516095,dodgerblue:512819199,firebrick:2988581631,floralwhite:4294635775,forestgreen:579543807,fuchsia:4278255615,gainsboro:3705462015,ghostwhite:4177068031,gold:4292280575,goldenrod:3668254975,gray:2155905279,green:8388863,greenyellow:2919182335,grey:2155905279,honeydew:4043305215,hotpink:4285117695,indianred:3445382399,indigo:1258324735,ivory:4294963455,khaki:4041641215,lavender:3873897215,lavenderblush:4293981695,lawngreen:2096890111,lemonchiffon:4294626815,lightblue:2916673279,lightcoral:4034953471,lightcyan:3774873599,lightgoldenrodyellow:4210742015,lightgray:3553874943,lightgreen:2431553791,lightgrey:3553874943,lightpink:4290167295,lightsalmon:4288707327,lightseagreen:548580095,lightskyblue:2278488831,lightslategray:2005441023,lightslategrey:2005441023,lightsteelblue:2965692159,lightyellow:4294959359,lime:16711935,limegreen:852308735,linen:4210091775,magenta:4278255615,maroon:2147483903,mediumaquamarine:1724754687,mediumblue:52735,mediumorchid:3126187007,mediumpurple:2473647103,mediumseagreen:1018393087,mediumslateblue:2070474495,mediumspringgreen:16423679,mediumturquoise:1221709055,mediumvioletred:3340076543,midnightblue:421097727,mintcream:4127193855,mistyrose:4293190143,moccasin:4293178879,navajowhite:4292783615,navy:33023,oldlace:4260751103,olive:2155872511,olivedrab:1804477439,orange:4289003775,orangered:4282712319,orchid:3664828159,palegoldenrod:4008225535,palegreen:2566625535,paleturquoise:2951671551,palevioletred:3681588223,papayawhip:4293907967,peachpuff:4292524543,peru:3448061951,pink:4290825215,plum:3718307327,powderblue:2967529215,purple:2147516671,rebeccapurple:1714657791,red:4278190335,rosybrown:3163525119,royalblue:1097458175,saddlebrown:2336560127,salmon:4202722047,sandybrown:4104413439,seagreen:780883967,seashell:4294307583,sienna:2689740287,silver:3233857791,skyblue:2278484991,slateblue:1784335871,slategray:1887473919,slategrey:1887473919,snow:4294638335,springgreen:16744447,steelblue:1182971135,tan:3535047935,teal:8421631,thistle:3636451583,tomato:4284696575,turquoise:1088475391,violet:4001558271,wheat:4125012991,white:4294967295,whitesmoke:4126537215,yellow:4294902015,yellowgreen:2597139199}});var Hc=((e,{applyAnimatedValues:t=(()=>!1),createAnimatedStyle:r=(e=>new sl(e)),getComponentProps:n=(e=>e)}={})=>{const o={applyAnimatedValues:t,createAnimatedStyle:r,getComponentProps:n},i=e=>{const t=gl(e)||\"Anonymous\";return(e=Ci.str(e)?i[e]||(i[e]=fl(e,o)):e[hl]||(e[hl]=fl(e,o))).displayName=`Animated(${t})`,e};return Oi(e,((t,r)=>{Ci.arr(e)&&(r=gl(t)),i[r]=i(t)})),{animated:i}})([\"a\",\"abbr\",\"address\",\"area\",\"article\",\"aside\",\"audio\",\"b\",\"base\",\"bdi\",\"bdo\",\"big\",\"blockquote\",\"body\",\"br\",\"button\",\"canvas\",\"caption\",\"cite\",\"code\",\"col\",\"colgroup\",\"data\",\"datalist\",\"dd\",\"del\",\"details\",\"dfn\",\"dialog\",\"div\",\"dl\",\"dt\",\"em\",\"embed\",\"fieldset\",\"figcaption\",\"figure\",\"footer\",\"form\",\"h1\",\"h2\",\"h3\",\"h4\",\"h5\",\"h6\",\"head\",\"header\",\"hgroup\",\"hr\",\"html\",\"i\",\"iframe\",\"img\",\"input\",\"ins\",\"kbd\",\"keygen\",\"label\",\"legend\",\"li\",\"link\",\"main\",\"map\",\"mark\",\"menu\",\"menuitem\",\"meta\",\"meter\",\"nav\",\"noscript\",\"object\",\"ol\",\"optgroup\",\"option\",\"output\",\"p\",\"param\",\"picture\",\"pre\",\"progress\",\"q\",\"rp\",\"rt\",\"ruby\",\"s\",\"samp\",\"script\",\"section\",\"select\",\"small\",\"source\",\"span\",\"strong\",\"style\",\"sub\",\"summary\",\"sup\",\"table\",\"tbody\",\"td\",\"textarea\",\"tfoot\",\"th\",\"thead\",\"time\",\"title\",\"tr\",\"track\",\"u\",\"ul\",\"var\",\"video\",\"wbr\",\"circle\",\"clipPath\",\"defs\",\"ellipse\",\"foreignObject\",\"g\",\"image\",\"line\",\"linearGradient\",\"mask\",\"path\",\"pattern\",\"polygon\",\"polyline\",\"radialGradient\",\"rect\",\"stop\",\"svg\",\"text\",\"tspan\"],{applyAnimatedValues:function(e,t){if(!e.nodeType||!e.setAttribute)return!1;const r=\"filter\"===e.nodeName||e.parentNode&&\"filter\"===e.parentNode.nodeName,{style:n,children:o,scrollTop:i,scrollLeft:a,viewBox:l,...c}=t,s=Object.values(c),d=Object.keys(c).map((t=>r||e.hasAttribute(t)?t:Oc[t]||(Oc[t]=t.replace(/([A-Z])/g,(e=>\"-\"+e.toLowerCase())))));void 0!==o&&(e.textContent=o);for(const t in n)if(n.hasOwnProperty(t)){const r=Pc(t,n[t]);Nc.test(t)?e.style.setProperty(t,r):e.style[t]=r}d.forEach(((t,r)=>{e.setAttribute(t,s[r])})),void 0!==i&&(e.scrollTop=i),void 0!==a&&(e.scrollLeft=a),void 0!==l&&e.setAttribute(\"viewBox\",l)},createAnimatedStyle:e=>new Dc(e),getComponentProps:({scrollTop:e,scrollLeft:t,...r})=>r}),Vc=Hc.animated,qc=r(7361),Zc=r.n(qc),Uc=r(308),Wc=r.n(Uc),Gc=r(6066),$c=r(2081),Yc={insert:\"head\",singleton:!1};o()($c.Z,Yc);$c.Z.locals;const Qc=M(\"Anchor\"),Kc=({id:t,className:r,qa:n})=>e.createElement(\"div\",{id:t,className:Qc(null,r),\"data-qa\":n||\"qa-anchor\"});class Xc extends e.Component{ref=(0,e.createRef)();componentDidMount(){document.addEventListener(\"click\",this.handleOutsideClick,{passive:!0})}componentWillUnmount(){document.removeEventListener(\"click\",this.handleOutsideClick)}render(){const{children:t,className:r,onClick:n}=this.props;return e.createElement(\"div\",{className:r,ref:this.ref,onClick:n,onKeyDown:Wc(),role:n?\"button\":\"group\",tabIndex:n?0:-1},t)}handleOutsideClick=e=>{e.target&&this.ref&&this.ref.current&&!this.ref.current.contains(e.target)&&this.props.onOutsideClick()}}let Jc=function(e){return e.Start=\"justify-content-start\",e.Center=\"justify-content-center\",e.End=\"justify-content-end\",e.Around=\"justify-content-around\",e.Between=\"justify-content-between\",e}({}),es=function(e){return e.Start=\"align-items-start\",e.Center=\"align-items-center\",e.End=\"align-items-end\",e}({}),ts=function(e){return e.Sm=\"sm\",e.Md=\"md\",e.Lg=\"lg\",e.Xl=\"xl\",e.All=\"all\",e}({}),rs=function(e){return e.Col=\"col\",e.Offset=\"offset\",e.Order=\"order\",e}({}),ns=function(e){return e.None=\"none\",e.Block=\"block\",e}({}),os=function(e){return e.First=\"first\",e.Last=\"last\",e}({});function is(e,t){return`d${t?`-${t}`:\"\"}-${e}`}function as(e,t){return Object.keys(e).reduce(((r,n)=>{const o=n===ts.All?\"\":`-${n}`,i=e[n],a=i||t!==rs.Col?`-${i}`:\"\";return r+` ${t}${o}${a}`}),\"\")}function ls(e){return as(e,rs.Offset)}function cs(e){return as(e,rs.Order)}function ss(e,t){const[r,n]=t===ns.None?[ns.None,ns.Block]:[ns.Block,ns.None];return`${is(n)} ${is(r,e)}`}function ds(e){return\"number\"==typeof e?`${rs.Col}-${e.toString()}`:as(e,rs.Col)}function us(e){return`d-flex ${e}`}function ps(e){const{className:t=\"\",sizes:r,offsets:n,orders:o,hidden:i,visible:a,alignSelf:l,justifyContent:c,reset:s}=e;return[rs.Col,l,c&&us(c),r&&ds(r),n&&ls(n),o&&cs(o),i&&ss(i,ns.None),a&&ss(a,ns.Block),s&&\"col-reset\",t].filter(Boolean).join(\" \")}const fs=(0,e.forwardRef)(((t,r)=>{const{children:n,style:o,qa:i,role:a,...l}=t;return e.createElement(\"div\",{ref:r,className:ps(l),style:o,\"data-qa\":i,role:a},n)}));fs.displayName=\"Col\";var ms=r(7118),hs=r.n(ms);const gs=({children:t,block:r=!1,className:n,itemProp:o,id:i,qa:a})=>{return t?e.createElement(r||(l=t,new RegExp(G,\"g\").test(l))?\"div\":\"span\",{dangerouslySetInnerHTML:{__html:t},className:n,itemProp:o,id:i,\"data-qa\":a}):null;var l},bs=j(\"yfm\"),vs=({content:t,modifiers:r,className:n,itemProp:o,id:i,qa:a})=>e.createElement(gs,{className:bs(r?hs()(r):{},n),itemProp:o,id:i,qa:a},t),ys={\"aria-hidden\":!0};function _s(){return _s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},_s.apply(null,arguments)}const ks=t=>e.createElement(\"svg\",_s({xmlns:\"http://www.w3.org/2000/svg\",width:\"12\",height:\"12\",viewBox:\"0 0 12 12\",fill:\"currentColor\"},ys,t),e.createElement(\"path\",{fillRule:\"evenodd\",clipRule:\"evenodd\",d:\"M1 3L6 8L11 3L12 4L5.99997 10L-4.37114e-08 4L1 3Z\"}));function ws(){return ws=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ws.apply(null,arguments)}const xs=t=>e.createElement(\"svg\",ws({xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 16 16\",width:\"16\",height:\"16\",stroke:\"currentColor\"},ys,t),e.createElement(\"path\",{fill:\"none\",d:\"M3 6l5 5 5-5\"}));var Bs=r(8514),Ss={insert:\"head\",singleton:!1};o()(Bs.Z,Ss);Bs.Z.locals;const Es=M(\"ToggleArrow\"),As=({type:t=\"horizontal\",iconType:r=\"default\",open:n=!1,size:o=16,thin:i=!1,slow:a=!1,className:l})=>e.createElement(Re,{className:Es({type:t,open:n,thin:i,slow:a},l),data:\"navigation\"===r?ks:xs,size:o});var Cs=r(6235),Ns={insert:\"head\",singleton:!1};o()(Cs.Z,Ns);Cs.Z.locals;function Ps(){return Ps=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ps.apply(null,arguments)}const Os=M(\"title-item\");function Ts(e,t){switch(e){case\"xs\":return 13;case\"s\":return 16;case\"m\":return t?22:24;case\"l\":return t?26:38;default:return 20}}const js=t=>{const r=(0,e.useContext)(S),{textSize:n=\"m\",text:o,anchor:i,justify:a,url:l,onClick:c,custom:s,className:d,qa:u,resetMargin:p=!0,urlTitle:f}=t,{hostname:m}=(0,e.useContext)(_),h=e.createElement(e.Fragment,null,e.createElement(gs,{className:Os(\"text\")},o),s&&e.createElement(e.Fragment,null,\" \",e.createElement(\"span\",{className:Os(\"custom\")},s)));let g;const b=e.createElement(\"span\",{className:Os(\"wrapper\")},h,\" \",e.createElement(As,{className:Os(\"arrow\",{size:n}),size:Ts(n,r),type:\"horizontal\",iconType:\"navigation\",open:!1}));return l||c?l?g=e.createElement(\"a\",Ps({className:Os(\"link\"),href:l},ct(l,m),{onClick:c,title:f}),b):c&&(g=e.createElement(\"button\",{className:Os(\"link\"),onClick:c,title:f},b)):g=h,e.createElement(e.Fragment,null,i&&e.createElement(Kc,{id:i,className:Os(\"anchor\")}),e.createElement(function(e){switch(e){case\"l\":return\"h1\";case\"s\":return\"h3\";case\"xs\":return\"h4\";default:return\"h2\"}}(n),{className:Os({size:n,justify:a,\"reset-margin\":p},d),\"data-qa\":`${u}-header`},g))};var Ms=r(1233),Ls={insert:\"head\",singleton:!1};o()(Ms.Z,Ls);Ms.Z.locals;function Is(){return Is=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Is.apply(null,arguments)}const Fs=M(\"title\"),zs=({title:t,subtitle:r,className:n,colSizes:o={all:12,sm:8},id:i})=>{if(!t&&!r)return null;const{text:a,...l}=t&&\"string\"!=typeof t?t:{text:t};return e.createElement(\"div\",{className:Fs(null,n),id:i},a&&e.createElement(fs,{reset:!0,sizes:o},e.createElement(js,Is({text:a},l))),r&&e.createElement(fs,{reset:!0,sizes:o},e.createElement(\"div\",{className:Fs(\"description\",{titleSize:l?.textSize})},e.createElement(vs,{content:r,modifiers:{constructor:!0}}))))},Ds=e.createContext({setStyles:()=>{}});const Rs=At({en:JSON.parse('{\"arrow-right\":\"Next\",\"arrow-left\":\"Previous\",\"dot-label\":\"Page {{index}} of {{count}}\",\"pagination-label\":\"Pages\"}'),ru:JSON.parse('{\"arrow-right\":\"Дальше\",\"arrow-left\":\"Назад\",\"dot-label\":\"Страница {{index}} из {{count}}\",\"pagination-label\":\"Страницы\"}')},`${T}SliderBlock`);var Hs=r(6533),Vs={insert:\"head\",singleton:!1};o()(Hs.Z,Vs);Hs.Z.locals;const qs=M(\"slider-block-arrow\"),Zs=({type:t,handleClick:r,className:n,size:o=16})=>e.createElement(\"div\",{className:qs({type:t},n)},e.createElement(\"button\",{className:qs(\"button\"),onClick:()=>r&&r(t),\"aria-label\":Rs(`arrow-${t}`)},e.createElement(\"span\",{className:qs(\"icon-wrapper\")},e.createElement(As,{size:o,type:\"horizontal\",iconType:\"navigation\",className:qs(\"icon\")}))));var Us=r(5937),Ws=r.n(Us);let Gs=function(e){return e.Sm=\"sm\",e.Md=\"md\",e.Lg=\"lg\",e.Xl=\"xl\",e}({});const $s={[Gs.Xl]:3,[Gs.Lg]:2,[Gs.Md]:2,[Gs.Sm]:1.15},Ys=Object.entries(ut).reduce(((e,[t,r])=>({...e,[r]:t})),{}),Qs=e=>{if(!(e instanceof HTMLElement))return!1;const t=e.getAttribute(\"tabindex\"),r=null!==t,n=Number(t);if(\"true\"===e.ariaHidden||r&&n<0)return!1;if(r&&n>=0)return!0;let o;switch(!0){case e instanceof HTMLAnchorElement:return o=e,Boolean(o.href);case e instanceof HTMLInputElement:return o=e,\"hidden\"!==o.type&&!o.disabled;case e instanceof HTMLSelectElement:case e instanceof HTMLTextAreaElement:case e instanceof HTMLButtonElement:return o=e,!o.disabled;default:return!1}};function Ks(e){return Object.entries(e).map((([e,t])=>({breakpoint:ut[e],settings:{slidesToShow:t}})))}const Xs=(e,t)=>`${e}-roving-tabindex-item-${t}`;function Js(t){const{itemCount:r,activeIndex:n,firstIndex:o=0,uniqId:i}=t,[a,l]=(0,e.useState)(o),c=(0,e.useRef)(!1),s=r+o-1;(0,e.useEffect)((()=>{c.current&&document.getElementById(Xs(i,a))?.focus()}),[n,a,i]);const d={onKeyDown:e=>{const t=e.key.toLowerCase();switch(\"tab\"!==t&&\"enter\"!==t&&e.preventDefault(),t){case\"arrowleft\":case\"arrowup\":return void l((e=>e<=o?s:e-1));case\"arrowright\":case\"arrowdown\":return void l((e=>e>=s?o:e+1))}},onBlur:()=>{c.current=!1}};return{getRovingItemProps:e=>({id:Xs(i,e),tabIndex:e===n?0:-1,onFocus:()=>{l(e),c.current=!0}}),rovingListProps:d}}var ed=r(7859),td={insert:\"head\",singleton:!1};o()(ed.Z,td);ed.Z.locals;function rd(){return rd=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rd.apply(null,arguments)}const nd=M(\"SliderBlock\"),od=M(\"slick-origin\");function id(e,t){return`slider-${e}-child-${t}`}const ad=t=>{const{animated:r,title:n,description:o,type:i,anchorId:a,arrows:l=!0,adaptive:c,autoplay:s,dots:d=!0,dotsClassName:u,disclaimer:p,children:f,className:m,blockClassName:h,lazyLoad:g,arrowSize:b,onAfterChange:v,onBeforeChange:y}=t,{isServer:_}=(0,e.useContext)(A),k=(0,e.useContext)(S),[w,x]=(0,e.useState)(ut.xl),B=Ue(),E=(0,e.useMemo)((()=>function(t,r){if(!t)return[];let n=0;const o=t=>{const o=id(r,n++);return e.createElement(\"div\",{key:o,id:o},t)};return e.Children.map(t,(t=>{if(t){const r=t.props.data?.items;if(r)return r.map((r=>o(e.cloneElement(t,{data:{...t.props.data,items:[r]}}))))}return t&&o(t)})).filter(Boolean)}(f,B)),[f,B]),C=E.length,N=void 0!==s&&s>0,P=(0,e.useRef)(!1),[O]=(0,e.useState)(function({contentLength:e,breakpoints:t,mobileFullscreen:r}){let n;return n=\"number\"==typeof t?Object.keys($s).reduce(((e,r)=>({...e,[r]:t})),{}):t||$s,{...$s,...Ws()(n,(e=>!isNaN(e))),sm:!r&&e>1?$s.sm:1}}({contentLength:C,breakpoints:t.slidesToShow,mobileFullscreen:Boolean(t.type&&Object.values(q).includes(t.type))})),T=function(e){return Math.floor(Math.max(...Object.values(e)))}(O),j=function(e,t){const r=Ys[e];return Math.floor(t[r])}(w,O),[M,L]=(0,e.useState)(0),[I,F]=(0,e.useState)({}),[z,D]=(0,e.useState)(),R=(0,e.useRef)(0),H=(0,e.useRef)(),{hasFocus:V,unsetFocus:Z}=function(t){const r=(0,e.useContext)(S),[n,o]=(0,e.useState)(!1),i=(0,e.useCallback)((()=>o(!0)),[]),a=(0,e.useCallback)((()=>o(!1)),[]);return(0,e.useEffect)((()=>t?(r?t.addEventListener(\"pointerdown\",i,{passive:!0}):(t.addEventListener(\"mouseenter\",i,{passive:!0}),t.addEventListener(\"mouseleave\",a,{passive:!0})),()=>{r?t.removeEventListener(\"pointerdown\",i):(t.removeEventListener(\"mouseenter\",i),t.removeEventListener(\"mouseleave\",a))}):Wc()),[t,r,i,a]),{hasFocus:n,setFocus:i,unsetFocus:a}}(z?.innerSlider?.list),U=e=>(...t)=>(P.current=!0,e(...t)),W=(0,e.useCallback)(Ye()((()=>{if(!z)return;const e=Zc()(z,\"state.breakpoint\")||ut.xl;e!==w&&(x(e),L(0),z.slickGoTo(0))}),100),[z,w]),G=(0,e.useCallback)((e=>{N&&C-T===e&&(H.current=setTimeout((()=>{z&&(z.slickGoTo(0,!1),z.slickPause()),setTimeout((()=>{z&&z.slickPlay()}),500)}),s))}),[s,C,N,z,T]);(0,e.useEffect)((()=>{V&&H.current?clearTimeout(H.current):G(M)}),[M,V,G]),(0,e.useEffect)((()=>(W(),window.addEventListener(\"resize\",W,{passive:!0}),()=>window.removeEventListener(\"resize\",W))),[W]);const $=e=>{let t;t=\"right\"===e?M===C-j?0:M+1:0===M?C-j:M-1,z&&z.slickGoTo(t)},Y=(0,e.useCallback)(((e,t)=>{y&&y(e,t),R.current=e,L(Math.ceil(t))}),[y]),Q=(0,e.useCallback)((e=>{if(v&&v(e),H.current&&clearTimeout(H.current),V||G(e),P.current){const t=R.current>=e?e:Math.max(e,R.current+j),r=document.getElementById(id(B,t));if(r){const e=Array.from(r.querySelectorAll(\"*\")).find(Qs);e?.focus()}}P.current=!1}),[v,V,G,B,j]),K=C-j+1,X=24*M,J=8+24*(j-1),{getRovingItemProps:ee,rovingListProps:te}=Js({itemCount:K,activeIndex:M+1,firstIndex:1,uniqId:B}),re=t=>{const r=(e=>{const t=e-M;return j>0&&0<=t&&t<j})(t),n=(e=>{const t=e-M;let r;return r=0<=t&&t<j?M+1:t>=j?e-j+2:e+1,r})(t),o=r?void 0:ee(n);return e.createElement(\"li\",rd({key:t,className:nd(\"dot\",{active:t===M}),onClick:U((()=>(e=>{const t=e>M?e+1-j:e;z&&z.slickGoTo(t)})(t))),onKeyDown:e=>{const t=e.key.toLowerCase();\"space\"!==t&&\"enter\"!==t||e.currentTarget.click()},role:\"menuitemradio\",\"aria-checked\":!1,tabIndex:-1,\"aria-hidden\":r,\"aria-label\":Rs(\"dot-label\",{index:n,count:K})},o))},ne=()=>{if(C<=j||!d||1===C)return null;const t=Array(C).fill(null).map(((e,t)=>re(t)));return t.splice(M,0,(t=>e.createElement(e.Fragment,{key:`${t}-accessible-bar`},j>0&&e.createElement(\"li\",rd({className:nd(\"accessible-bar\"),role:\"menuitemradio\",\"aria-checked\":!0,\"aria-label\":Rs(\"dot-label\",{index:M+1,count:K}),style:{left:X,width:J}},ee(M+1)))))(M)),e.createElement(\"div\",{className:nd(\"dots\",u)},e.createElement(\"ul\",rd({className:nd(\"dots-list\"),role:\"menu\",\"aria-label\":Rs(\"pagination-label\")},te),j>1&&e.createElement(\"li\",{className:nd(\"bar\"),style:{left:X,width:J}}),t))};return e.createElement(Ds.Provider,{value:{...I,setStyles:F}},e.createElement(\"div\",{className:nd({\"align-left\":C<j,\"one-slide\":1===C,\"only-arrows\":!n?.text&&!o&&l,mobile:k,type:i},h)},a&&e.createElement(Kc,{id:a}),e.createElement(zs,{title:n,subtitle:o,className:nd(\"header\",{\"no-description\":!o})}),e.createElement(Be,{className:nd(\"animate-slides\"),animate:r},(()=>{const t=_&&k,r={ref:e=>D(e),className:od(null,m),arrows:l,variableWidth:t,infinite:!1,speed:1e3,adaptiveHeight:c,autoplay:N,autoplaySpeed:s,slidesToShow:T,slidesToScroll:1,responsive:Ks(O),beforeChange:Y,afterChange:Q,initialSlide:0,nextArrow:e.createElement(Zs,{type:\"right\",handleClick:U($),size:b}),prevArrow:e.createElement(Zs,{type:\"left\",handleClick:U($),size:b}),lazyLoad:g,accessibility:!1};return e.createElement(Xc,{onOutsideClick:k?Z:Wc()},e.createElement(Gc.Z,r,E),e.createElement(\"div\",{className:nd(\"footer\")},p?e.createElement(\"div\",{className:nd(\"disclaimer\",{size:p.size||\"m\"})},p.text):null,ne()))})())))};var ld=r(4608),cd={insert:\"head\",singleton:!1};o()(ld.Z,cd);ld.Z.locals;function sd(){return sd=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sd.apply(null,arguments)}const dd=\"background-image\",ud=M(\"storage-background-image\"),pd=t=>{const{children:r,src:n,desktop:o,className:i,imageClassName:a,style:l,hide:c,qa:s}=t,d=J(s||dd);return e.createElement(\"div\",{className:ud(null,i),style:l,\"data-qa\":s||dd},(n||o)&&!c&&e.createElement(bt,sd({},t,{className:ud(\"img\",a),qa:d.image})),r&&e.createElement(\"div\",{className:ud(\"container\")},r))},fd=At({en:JSON.parse('{\"img-alt\":\"Full screen image\",\"close\":\"Close\"}'),ru:JSON.parse('{\"img-alt\":\"Полноэкранное изображение\",\"close\":\"Закрыть\"}')},`${T}FullscreenImage`);var md=r(9711),hd={insert:\"head\",singleton:!1};o()(md.Z,hd);md.Z.locals;function gd(){return gd=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gd.apply(null,arguments)}const bd=M(\"fullscreen-image\"),vd=t=>{const{imageClassName:r,modalImageClass:n,imageStyle:o,alt:i=fd(\"img-alt\"),extraProps:a}=t,[l,c]=(0,e.useState)(!1),s=()=>c(!0),d=()=>c(!1);return e.createElement(\"div\",gd({className:bd()},a),e.createElement(\"div\",{className:bd(\"image-wrapper\")},e.createElement(bt,gd({},t,{alt:i,className:bd(\"image\",r),onClick:s,style:o})),e.createElement(\"button\",{className:bd(\"icon-wrapper\"),onClick:s},e.createElement(Re,{data:qt,width:18,height:18,className:bd(\"icon\")}))),l&&e.createElement(Qn,{open:l,onClose:d,className:bd(\"modal\"),contentClassName:bd(\"modal-content\")},e.createElement(\"button\",{className:bd(\"icon-wrapper\",{visible:!0}),onClick:d,\"aria-label\":fd(\"close\")},e.createElement(Re,{data:Zt,width:24,height:24,className:bd(\"icon\",{hover:!0})})),e.createElement(bt,gd({},t,{className:bd(\"modal-image\",n)}))))};function yd(e){return\"string\"==typeof e?{src:e}:e}var _d=r(330),kd={insert:\"head\",singleton:!1};o()(_d.Z,kd);_d.Z.locals;function wd(){return wd=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},wd.apply(null,arguments)}const xd=M(\"media-component-image\"),Bd=t=>{const{parallax:r,height:n,imageClassName:o,isBackground:i,hasVideoFallback:a,video:l,fullscreen:c,disableImageSliderForArrayInput:s,qa:d,onLoad:u}=t,p=Array.isArray(t.image)&&s?t.image[0]:t.image,f=J(d,\"fullscreen-image\",\"animate\",\"background-image\",\"image-view\",\"slider-block\"),[m,h]=(0,e.useState)(0),[{springScrollY:g},b]=Bc((()=>({springScrollY:0,config:Ol.molasses})));let v=\"\";if((0,e.useEffect)((()=>{if(r){const e=()=>h(window.scrollY),t=Ye()(e,5);return window.addEventListener(\"scroll\",t,{passive:!0}),()=>window.removeEventListener(\"scroll\",t)}return()=>{}})),r){const e=2;b.start({springScrollY:n&&m>n?n:m}),v=g.to((t=>`translateY(-${Number(t)/e}px)`))}const y=xd(\"item\",{withVideo:Boolean(l)&&!a},o),_=t=>{const r=yd(t);return e.createElement(vd,wd({key:r.alt},r,{imageClassName:y,imageStyle:{height:n},qa:f.fullscreenImage}))},k=t=>{const r=yd(t);return e.createElement(bt,wd({},r,{className:y,style:{height:n},qa:f.imageView,onLoad:u}))};return Array.isArray(p)?(t=>{const r=void 0===c||c;return e.createElement(ad,{slidesToShow:1,type:q.MediaCard},t.map(((t,n)=>e.createElement(e.Fragment,{key:n},r?_(t):k(t)))))})(p):c?_(p):i?(t=>{const r=yd(t);return e.createElement(Vc.div,{style:{transform:v},\"data-qa\":f.animate},e.createElement(pd,wd({},r,{className:y,style:{height:n},qa:f.backgroundImage})))})(p):k(p)};var Sd=r(8485),Ed={insert:\"head\",singleton:!1};o()(Sd.Z,Ed);Sd.Z.locals;function Ad(){return Ad=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ad.apply(null,arguments)}const Cd=M(\"Media\"),Nd=t=>{const{image:r,video:n,youtube:o,videoIframe:i,dataLens:a,color:l,height:c,previewImg:s,parallax:d=!1,fullscreen:u,analyticsEvents:p,className:f,imageClassName:m,videoClassName:h,youtubeClassName:g,disableImageSliderForArrayInput:b,playVideo:v=!0,isBackground:y,playButton:_,customBarControlsClassName:k,qa:w,ratio:x,autoplay:B,onImageLoad:S,iframe:E,margins:A,videoMicrodata:C}=t,[N,P]=(0,e.useState)(!1),{microdata:O}=(0,e.useContext)(Se),T=J(w,\"video\"),j=(0,e.useMemo)((()=>{let t=[];if(r&&t.push(e.createElement(Bd,{key:\"image\",parallax:d,image:r,disableImageSliderForArrayInput:b,height:c,imageClassName:m,isBackground:y,video:n,hasVideoFallback:N,fullscreen:u,qa:T.image,onLoad:S})),n){const r={key:\"video\",video:n,videoClassName:h,height:c,analyticsEvents:p,playVideo:v,previewImg:s,playButton:_,customBarControlsClassName:k,hasVideoFallback:N,setHasVideoFallback:P,ratio:x};u?t.push(e.createElement(ti,Ad({},r,{qa:T.video}))):t.push(e.createElement(Jo,Ad({},r,{qa:T.video})))}return(o||i)&&(t=e.createElement(Ft,{className:Cd(\"youtube\",g),record:o,videoIframe:i,attributes:{color:\"white\",rel:\"0\"},previewImg:s,height:c,fullscreen:u,analyticsEvents:p,autoplay:B,onImageLoad:S})),a&&(t=e.createElement(Vt,{dataLens:a})),E&&(t=e.createElement(ai,{iframe:E,margins:A})),t}),[r,n,i,o,a,E,d,b,c,m,y,N,u,T.image,T.video,S,h,p,v,s,_,k,x,g,B,A]),M=(0,e.useMemo)((()=>{const{name:t,description:r}=C||{},a=JSON.stringify({\"@context\":\"http://schema.org/\",\"@type\":\"VideoObject\",uploadDate:O?.contentUpdatedDate,contentUrl:n?.src?.[0]||i||o,thumbnailUrl:s,...C||{},name:t?Ne(t):t,description:r?Ne(r):r});return n||o||i?e.createElement(\"script\",{type:\"application/ld+json\",dangerouslySetInnerHTML:{__html:a}}):null}),[O?.contentUpdatedDate,s,n,i,C,o]);return e.createElement(\"div\",{className:Cd(null,f),style:{backgroundColor:l},\"data-qa\":w},M,j)};var Pd=r(5109),Od={insert:\"head\",singleton:!1};o()(Pd.Z,Od);Pd.Z.locals;function Td(){return Td=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Td.apply(null,arguments)}const jd=M(\"BackgroundMedia\"),Md=({className:t,color:r,animated:n,parallax:o=!0,video:i,mediaClassName:a,fullWidthMedia:l,qa:c,...s})=>{const d=(0,e.useContext)(S),u=J(c,\"media\");return e.createElement(Be,{className:jd(null,t),style:{backgroundColor:r},animate:n,qa:u.animate},e.createElement(Nd,Td({className:jd(\"media\",{\"full-width-media\":l},a),imageClassName:jd(\"image\"),videoClassName:jd(\"video\"),isBackground:!0,qa:u.media,height:720,color:r,parallax:o,video:d?void 0:i},s)))};var Ld=r(3613),Id={insert:\"head\",singleton:!1};o()(Ld.Z,Id);Ld.Z.locals;const Fd=Te(\"link\"),zd=e.forwardRef((function({view:t=\"normal\",visitable:r,underline:n,href:o,target:i,rel:a,title:l,children:c,extraProps:s,onClick:d,onFocus:u,onBlur:p,id:f,style:m,className:h,qa:g},b){const v={title:l,onClick:d,onClickCapture:e.useCallback((e=>{Wt.publish({componentId:\"Link\",eventId:\"click\",domEvent:e})}),[]),onFocus:u,onBlur:p,id:f,style:m,className:Fd({view:t,visitable:r,underline:n},h),\"data-qa\":g},y=\"_blank\"!==i||a?a:\"noopener noreferrer\";return e.createElement(\"a\",Object.assign({},s,v,{ref:b,href:o,target:i,rel:y}),c)}));function Dd(){const{theme:t}=e.useContext(N);return t}function Rd(){return Rd=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Rd.apply(null,arguments)}const Hd=t=>e.createElement(\"svg\",Rd({xmlns:\"http://www.w3.org/2000/svg\",width:\"24\",height:\"24\",viewBox:\"0 0 24 24\",fill:\"none\"},ys,t),e.createElement(\"path\",{fillRule:\"evenodd\",clipRule:\"evenodd\",d:\"M19.8424 19.8433C24.3958 15.2896 24.3958 7.90683 19.8424 3.35327L16.5682 6.6277C19.244 9.40598 19.2329 13.8068 16.5192 16.5207C13.8055 19.2345 9.4048 19.2457 6.62664 16.5697L3.35327 19.8433C7.90663 24.3967 15.2891 24.3967 19.8424 19.8433Z\",fill:\"url(#paint0_radial_6_104)\"}),e.createElement(\"mask\",{id:\"mask0_6_104\",style:{maskType:\"alpha\"},maskUnits:\"userSpaceOnUse\",x:\"0\",y:\"0\",width:\"24\",height:\"24\"},e.createElement(\"path\",{fillRule:\"evenodd\",clipRule:\"evenodd\",d:\"M3.41502 3.41517C-0.555167 7.38553 -1.06365 13.5068 1.88957 18.0282L1.88935 18.0284C2.09935 18.3619 2.20437 18.5286 2.26492 18.6847C2.40503 19.0457 2.42515 19.3437 2.33483 19.7203C2.2958 19.883 2.19607 20.1022 1.9966 20.5404C1.33086 22.003 1.18697 23.0905 1.69269 23.5962C3.11985 25.0235 7.69004 22.767 15.2286 15.2282C22.7671 7.68935 25.0235 3.11896 23.5962 1.69173C23.0906 1.18604 22.0033 1.32985 20.5409 1.99546C20.1008 2.19578 19.8807 2.29593 19.7171 2.33502C19.3426 2.42443 19.0465 2.40464 18.6872 2.26616C18.532 2.20637 18.3665 2.10288 18.039 1.8973C13.5168 -1.06457 7.38862 -0.558613 3.41502 3.41517ZM13.0738 13.0737C15.8196 10.3278 17.6712 7.72746 16.3976 6.45378C13.6259 3.68193 9.15304 3.66091 6.40726 6.4068C3.66149 9.1527 3.68251 13.6257 6.45424 16.3976C7.72786 17.6712 10.3281 15.8196 13.0738 13.0737Z\",fill:\"#FF3377\"})),e.createElement(\"g\",{mask:\"url(#mask0_6_104)\"},e.createElement(\"path\",{fillRule:\"evenodd\",clipRule:\"evenodd\",d:\"M3.41502 3.41517C-0.555167 7.38553 -1.06365 13.5068 1.88957 18.0282L1.88935 18.0284C2.09935 18.3619 2.20437 18.5286 2.26492 18.6847C2.40503 19.0457 2.42515 19.3437 2.33483 19.7203C2.2958 19.883 2.19607 20.1022 1.9966 20.5404C1.33086 22.003 1.18697 23.0905 1.69269 23.5962C3.11985 25.0235 7.69004 22.767 15.2286 15.2282C22.7671 7.68935 25.0235 3.11896 23.5962 1.69173C23.0906 1.18604 22.0033 1.32985 20.5409 1.99546C20.1008 2.19578 19.8807 2.29593 19.7171 2.33502C19.3426 2.42443 19.0465 2.40464 18.6872 2.26616C18.532 2.20637 18.3665 2.10288 18.039 1.8973C13.5168 -1.06457 7.38862 -0.558613 3.41502 3.41517ZM13.0738 13.0737C15.8196 10.3278 17.6712 7.72746 16.3976 6.45378C13.6259 3.68193 9.15304 3.66091 6.40726 6.4068C3.66149 9.1527 3.68251 13.6257 6.45424 16.3976C7.72786 17.6712 10.3281 15.8196 13.0738 13.0737Z\",fill:\"#FF3377\"}),e.createElement(\"g\",{filter:\"url(#filter0_f_6_104)\"},e.createElement(\"path\",{d:\"M3.66425 16.9431C1.23717 13.223 1.65507 8.18643 4.91797 4.91963C8.18443 1.64924 13.2224 1.2335 16.9393 3.67239C17.2067 3.84045 17.3423 3.92521 17.4693 3.97423C17.7646 4.08818 18.008 4.10447 18.3158 4.03088C18.4503 3.99874 18.6311 3.91633 18.9928 3.75149C20.1947 3.20385 21.8808 2.02762 22.4725 2.62002C23.3813 3.52987 20.6464 8.26011 14.4508 14.4631C8.25521 20.666 3.53061 23.5804 2.62184 22.6706C2.03011 22.0781 3.20502 20.2137 3.75214 19.0102C3.91609 18.6497 3.99806 18.4693 4.03013 18.3355C4.10438 18.0256 4.08784 17.7804 3.97268 17.4833C3.92291 17.355 3.83661 17.2178 3.66402 16.9433L3.66425 16.9431Z\",fill:\"#FFFF00\"}))),e.createElement(\"defs\",null,e.createElement(\"filter\",{id:\"filter0_f_6_104\",x:\"-1.54024\",y:\"-1.54195\",width:\"27.8346\",height:\"28.0273\",filterUnits:\"userSpaceOnUse\",colorInterpolationFilters:\"sRGB\"},e.createElement(\"feFlood\",{floodOpacity:\"0\",result:\"BackgroundImageFix\"}),e.createElement(\"feBlend\",{mode:\"normal\",in:\"SourceGraphic\",in2:\"BackgroundImageFix\",result:\"shape\"}),e.createElement(\"feGaussianBlur\",{stdDeviation:\"1.82578\",result:\"effect1_foregroundBlur_6_104\"})),e.createElement(\"radialGradient\",{id:\"paint0_radial_6_104\",cx:\"0\",cy:\"0\",r:\"1\",gradientUnits:\"userSpaceOnUse\",gradientTransform:\"translate(11.5717 11.7474) rotate(45.0013) scale(11.5058)\"},e.createElement(\"stop\",{offset:\"0.646153\",stopColor:\"#FFFF00\"}),e.createElement(\"stop\",{offset:\"1\",stopColor:\"#FF3377\"}))));function Vd(){return Vd=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Vd.apply(null,arguments)}const qd=t=>e.createElement(\"svg\",Vd({xmlns:\"http://www.w3.org/2000/svg\",width:\"24\",height:\"24\",viewBox:\"0 0 24 24\",fill:\"none\"},ys,t),e.createElement(\"path\",{fillRule:\"evenodd\",clipRule:\"evenodd\",d:\"M19.7891 19.7868C24.3297 15.2461 24.3297 7.88434 19.7891 3.34375L16.524 6.60884C19.1924 9.37921 19.1813 13.7675 16.4752 16.4736C13.7691 19.1797 9.38075 19.1909 6.61038 16.5225L3.34619 19.7868C7.88678 24.3272 15.2485 24.3272 19.7891 19.7868Z\",fill:\"url(#paint0_radial_1904_306060)\"}),e.createElement(\"mask\",{id:\"mask0_1904_306060\",style:{maskType:\"alpha\"},maskUnits:\"userSpaceOnUse\",x:\"0\",y:\"0\",width:\"24\",height:\"24\"},e.createElement(\"path\",{fillRule:\"evenodd\",clipRule:\"evenodd\",d:\"M3.40641 3.40544C-0.552633 7.36448 -1.05969 13.4683 1.88525 17.9768L1.88503 17.977C2.09444 18.3096 2.19916 18.4758 2.25954 18.6314C2.39926 18.9914 2.41932 19.2886 2.32926 19.6642C2.29034 19.8264 2.19088 20.0449 1.99197 20.4819C1.3281 21.9403 1.18462 23.0247 1.68892 23.5289C3.11208 24.9522 7.66944 22.7022 15.1868 15.1848C22.7042 7.66744 24.9542 3.11007 23.531 1.68691C23.0268 1.18266 21.9425 1.32606 20.4843 1.98977C20.0454 2.18953 19.8259 2.28939 19.6627 2.32836C19.2893 2.41753 18.994 2.39779 18.6357 2.2597C18.481 2.20009 18.3159 2.09689 17.9894 1.89189C13.4798 -1.06154 7.36887 -0.557021 3.40641 3.40544ZM13.0381 13.0364C15.7762 10.2983 17.6226 7.70544 16.3526 6.4354C13.5886 3.67144 9.12834 3.65047 6.39026 6.38855C3.65219 9.12662 3.67316 13.5869 6.43711 16.3509C7.70715 17.6209 10.3001 15.7745 13.0381 13.0364Z\",fill:\"#FF3377\"})),e.createElement(\"g\",{mask:\"url(#mask0_1904_306060)\"},e.createElement(\"path\",{fillRule:\"evenodd\",clipRule:\"evenodd\",d:\"M3.40641 3.40544C-0.552633 7.36448 -1.05969 13.4683 1.88525 17.9768L1.88503 17.977C2.09444 18.3096 2.19916 18.4758 2.25954 18.6314C2.39926 18.9914 2.41932 19.2886 2.32926 19.6642C2.29034 19.8264 2.19088 20.0449 1.99197 20.4819C1.3281 21.9403 1.18462 23.0247 1.68892 23.5289C3.11208 24.9522 7.66944 22.7022 15.1868 15.1848C22.7042 7.66744 24.9542 3.11007 23.531 1.68691C23.0268 1.18266 21.9425 1.32606 20.4843 1.98977C20.0454 2.18953 19.8259 2.28939 19.6627 2.32836C19.2893 2.41753 18.994 2.39779 18.6357 2.2597C18.481 2.20009 18.3159 2.09689 17.9894 1.89189C13.4798 -1.06154 7.36887 -0.557021 3.40641 3.40544ZM13.0381 13.0364C15.7762 10.2983 17.6226 7.70544 16.3526 6.4354C13.5886 3.67144 9.12834 3.65047 6.39026 6.38855C3.65219 9.12662 3.67316 13.5869 6.43711 16.3509C7.70715 17.6209 10.3001 15.7745 13.0381 13.0364Z\",fill:\"#FF3377\"}),e.createElement(\"g\",{filter:\"url(#filter0_f_1904_306060)\"},e.createElement(\"path\",{d:\"M3.65471 16.8928C1.23443 13.1833 1.65116 8.16106 4.90491 4.90356C8.16221 1.6425 13.1861 1.22794 16.8925 3.65988C17.1591 3.82746 17.2943 3.91198 17.4211 3.96086C17.7155 4.07449 17.9582 4.09073 18.2651 4.01735C18.3993 3.9853 18.5796 3.90313 18.9403 3.73876C20.1388 3.19267 21.8201 2.0198 22.4102 2.61051C23.3164 3.51777 20.5892 8.23453 14.411 14.4198C8.23279 20.6051 3.52144 23.5112 2.61522 22.604C2.02515 22.0132 3.19677 20.1541 3.74235 18.954C3.90584 18.5945 3.98758 18.4147 4.01956 18.2812C4.0936 17.9722 4.07711 17.7277 3.96227 17.4315C3.91264 17.3035 3.82681 17.1664 3.65471 16.8928Z\",fill:\"#FFFF00\"}))),e.createElement(\"defs\",null,e.createElement(\"filter\",{id:\"filter0_f_1904_306060\",x:\"-7.02277\",y:\"-7.02734\",width:\"38.7317\",height:\"38.9219\",filterUnits:\"userSpaceOnUse\",colorInterpolationFilters:\"sRGB\"},e.createElement(\"feFlood\",{floodOpacity:\"0\",result:\"BackgroundImageFix\"}),e.createElement(\"feBlend\",{mode:\"normal\",in:\"SourceGraphic\",in2:\"BackgroundImageFix\",result:\"shape\"}),e.createElement(\"feGaussianBlur\",{stdDeviation:\"4.56445\",result:\"effect1_foregroundBlur_1904_306060\"})),e.createElement(\"radialGradient\",{id:\"paint0_radial_1904_306060\",cx:\"0\",cy:\"0\",r:\"1\",gradientUnits:\"userSpaceOnUse\",gradientTransform:\"translate(11.5415 11.714) rotate(45) scale(11.4732)\"},e.createElement(\"stop\",{offset:\"0.646153\",stopColor:\"#FFFF00\"}),e.createElement(\"stop\",{offset:\"1\",stopColor:\"#FF3377\"}))));function Zd(){return Zd=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Zd.apply(null,arguments)}const Ud=t=>e.createElement(\"svg\",Zd({xmlns:\"http://www.w3.org/2000/svg\",width:\"72\",height:\"16\",viewBox:\"0 0 72 16\",fill:\"none\"},ys,t),e.createElement(\"path\",{d:\"M44.5735 4.8708V10.0416C44.5735 10.8586 44.8356 11.1333 45.6361 11.1333H47.1703V12.443H45.5499C43.8471 12.443 43.117 11.6006 43.117 10.0416V4.8708H42.1166V3.69447H43.117V2.91773C43.117 2.63676 43.117 2.49628 43.1413 2.37965C43.235 1.9302 43.5862 1.57903 44.0355 1.48527C44.1521 1.46094 44.2926 1.46094 44.5735 1.46094V3.69447H47.1703V4.8708H44.5735Z\",fill:\"currentColor\"}),e.createElement(\"path\",{d:\"M39.7865 2.07806C39.4913 2.07806 39.2415 1.97751 39.0371 1.77641C38.8328 1.5753 38.7306 1.32951 38.7306 1.03903C38.7306 0.748549 38.8328 0.502757 39.0371 0.301654C39.2415 0.100551 39.4913 0 39.7865 0C40.0703 0 40.3088 0.100551 40.5018 0.301654C40.7062 0.502757 40.8083 0.748549 40.8083 1.03903C40.8083 1.32951 40.7062 1.5753 40.5018 1.77641C40.3088 1.97751 40.0703 2.07806 39.7865 2.07806Z\",fill:\"currentColor\"}),e.createElement(\"path\",{d:\"M40.4687 3.69531V12.4681H39.0121V3.69531H40.4687Z\",fill:\"currentColor\"}),e.createElement(\"path\",{d:\"M33.3053 10.8155L36.0264 3.69531H37.579L34.1377 12.4681H32.441L28.9996 3.69531H30.5683L33.3053 10.8155Z\",fill:\"currentColor\"}),e.createElement(\"path\",{d:\"M0 6.90674C0 3.78236 2.53196 1.25 5.65735 1.25C7.89546 1.25 9.83088 2.55273 10.7467 4.44036H9.00843C8.24879 3.41155 7.0294 2.74186 5.65589 2.74186C3.3594 2.74186 1.49164 4.6099 1.49164 6.90674C1.49164 9.20358 3.3594 11.0716 5.65589 11.0716C7.67558 11.0716 9.36205 9.62632 9.74061 7.71703L9.75337 7.65267H5.3328V6.44507H11.2924C11.3051 6.59728 11.3118 6.75107 11.3118 6.90674C11.3118 10.0311 8.77982 12.5635 5.65589 12.5635C2.53197 12.5635 0 10.0311 0 6.90674Z\",fill:\"currentColor\"}),e.createElement(\"path\",{fillRule:\"evenodd\",clipRule:\"evenodd\",d:\"M59.7007 8.0199V1.30469H61.1628V7.86597C61.1628 9.6411 61.74 11.1178 63.9139 11.1178C66.0878 11.1178 66.665 9.5142 66.665 7.71204V1.30469H68.1271V7.86597C68.1271 9.40341 67.6979 10.6037 66.899 11.4213C66.1003 12.2385 65.023 12.5801 63.9139 12.5801C62.8056 12.5801 61.7334 12.2393 60.9366 11.4484C60.1364 10.6539 59.7007 9.4915 59.7007 8.0199Z\",fill:\"currentColor\"}),e.createElement(\"path\",{fillRule:\"evenodd\",clipRule:\"evenodd\",d:\"M72 1.30469V12.4646H70.5378V1.30469H72Z\",fill:\"currentColor\"}),e.createElement(\"path\",{fillRule:\"evenodd\",clipRule:\"evenodd\",d:\"M51.8192 12.0142L47.8882 3.69531H49.5053L52.6061 10.2569L55.5448 3.69531H57.1468L52.2483 14.6339C51.9515 15.2967 51.8032 15.628 51.5168 15.8136C51.2304 15.9992 50.8674 15.9992 50.1413 15.9992H50.0121L51.8192 12.0142Z\",fill:\"currentColor\"}),e.createElement(\"path\",{fillRule:\"evenodd\",clipRule:\"evenodd\",d:\"M19.9062 8.08001C19.9062 6.35326 21.3058 4.95346 23.0323 4.95346C24.7588 4.95346 26.1584 6.35326 26.1584 8.08001C26.1584 9.80676 24.7588 11.2066 23.0323 11.2066C21.3058 11.2066 19.9062 9.80676 19.9062 8.08001ZM23.0323 3.53906C20.5248 3.53906 18.4921 5.57211 18.4921 8.08001C18.4921 10.5879 20.5248 12.621 23.0323 12.621C24.3932 12.621 25.4536 12.0874 26.1643 11.2298V12.4676H27.6264V3.69352L26.1643 3.69352V4.93026C25.4536 4.07263 24.3932 3.53906 23.0323 3.53906Z\",fill:\"currentColor\"}),e.createElement(\"path\",{d:\"M14.5617 4.88814C15.2983 3.77122 16.4374 3.61719 17.7993 3.61719V4.96808H17.0304C15.3977 4.96808 14.5814 5.93086 14.5814 7.7025L14.5617 12.4671H13.1051V3.69426H14.5617V4.88814Z\",fill:\"currentColor\"})),Wd=At({en:JSON.parse('{\"created-on\":\"Created on\"}'),ru:JSON.parse('{\"created-on\":\"Создано на\"}')},`${T}BrandFooter`);var Gd=r(9661),$d={insert:\"head\",singleton:!1};o()(Gd.Z,$d);Gd.Z.locals;const Yd=M(\"brand-footer\"),Qd=({className:t})=>{const r=Dd();return e.createElement(zd,{className:Yd({theme:r},t),href:\"https://gravity-ui.com\"},e.createElement(\"div\",{className:Yd(\"content\")},e.createElement(\"span\",null,Wd(\"created-on\")),e.createElement(\"div\",{className:Yd(\"brand-icon\")},r===l.Light?e.createElement(qd,null):e.createElement(Hd,null)),e.createElement(\"div\",{className:Yd(\"brand-name\")},e.createElement(Ud,null))))},Kd=({className:t,children:r})=>{const n=Dd();return e.createElement(\"div\",{className:L({theme:n},t)},r)},Xd=(0,e.forwardRef)(((t,r)=>{const{className:n,justifyContent:o,alignItems:i,noGutter:a,style:l,children:c}=t,s=(0,e.useCallback)((()=>[\"row\",n,o,i,a&&\"no-gutter\"].filter(Boolean).join(\" \")),[n,o,i,a]);return e.createElement(\"div\",{ref:r,className:s(),style:l},c)}));function Jd(e,t=d){return function(e){return\"object\"==typeof e&&null!==e&&d in e}(e)?e[t]||e[d]:e}function eu(){return eu=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},eu.apply(null,arguments)}Xd.displayName=\"Row\";const tu=({icon:t,className:r,qa:n})=>{const o=Jd(t,Dd());if(function(e){return\"function\"==typeof e}(o)){const t=o;return e.createElement(\"div\",null,e.createElement(t,{className:r}))}const i=yd(o);return e.createElement(bt,eu({},i,{className:r,qa:n}))};var ru=r(2404),nu={insert:\"head\",singleton:!1};o()(ru.Z,nu);ru.Z.locals;const ou=M(\"content-list\");const iu=({list:t,size:r=\"l\",qa:n,theme:o})=>{const i=J(n,[\"image\",\"title\",\"text\"]);return e.createElement(\"div\",{className:ou({size:r,theme:o}),\"data-qa\":n},t?.map((t=>{const{icon:n,title:o,text:a}=t;return e.createElement(\"div\",{className:ou(\"item\",{\"without-title\":!o}),key:rt()},e.createElement(tu,{icon:n,className:ou(\"icon\"),qa:i.image}),e.createElement(\"div\",null,o&&e.createElement(function(e){return\"s\"===e?\"h4\":\"h3\"}(r),{className:ou(\"title\"),\"data-qa\":i.title},e.createElement(vs,{content:o,modifiers:{constructor:!0}})),a&&e.createElement(vs,{className:ou(\"text\"),content:a,modifiers:{constructor:!0},qa:i.text})))})))},au=t=>e.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",width:16,height:16,fill:\"none\",viewBox:\"0 0 16 16\"},t),e.createElement(\"path\",{fill:\"currentColor\",fillRule:\"evenodd\",d:\"M5.47 13.03a.75.75 0 0 1 0-1.06L9.44 8 5.47 4.03a.75.75 0 0 1 1.06-1.06l4.5 4.5a.75.75 0 0 1 0 1.06l-4.5 4.5a.75.75 0 0 1-1.06 0Z\",clipRule:\"evenodd\"})),lu=t=>e.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",width:16,height:16,fill:\"none\",viewBox:\"0 0 16 16\"},t),e.createElement(\"path\",{fill:\"currentColor\",fillRule:\"evenodd\",d:\"M14.75 8a.75.75 0 0 1-.75.75H3.81l2.72 2.72a.75.75 0 1 1-1.06 1.06l-4-4a.75.75 0 0 1 0-1.06l4-4a.75.75 0 0 1 1.06 1.06L3.81 7.25H14a.75.75 0 0 1 .75.75Z\",clipRule:\"evenodd\"}));function cu(t){const{history:r}=(0,e.useContext)(_),{url:n,title:o,theme:i=\"default\",size:a=\"l\",className:l,shouldHandleBackAction:c=!1,onClick:d,tabIndex:u,extraProps:p}=t,f=ot(s.ShareButton,n),m=(0,e.useCallback)((async()=>{f(),r&&(d&&d(),r.length>1?r.goBack():r.push({pathname:n}))}),[f,r,d,n]);return e.createElement(rr,{className:l,view:\"special\"===i?\"flat-contrast\":\"flat-secondary\",size:a,href:c?void 0:n,onClick:c?m:void 0,tabIndex:u,extraProps:p},e.createElement(Re,{data:lu,size:20}),e.createElement(\"span\",null,o))}const su=t=>e.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",width:16,height:16,fill:\"none\",viewBox:\"0 0 16 16\"},t),e.createElement(\"path\",{fill:\"currentColor\",fillRule:\"evenodd\",d:\"M9.5 12c0 .414-.168.79-.44 1.06A1.49 1.49 0 0 1 8 13.5H4a1.49 1.49 0 0 1-1.06-.44A1.496 1.496 0 0 1 2.5 12V8c0-.414.168-.79.44-1.06A1.49 1.49 0 0 1 4 6.5h4c.414 0 .79.168 1.06.44.272.27.44.646.44 1.06v4Zm-1.47-1.03s.001 0 0 0L7.06 10l.97-.97a.75.75 0 0 0-1.06-1.06L6 8.94l-.97-.97a.75.75 0 0 0-1.06 1.06l.97.97-.97.97a.75.75 0 0 0 1.06 1.06c0 .001 0 0 0 0l.97-.97.97.97a.75.75 0 0 0 1.06-1.06ZM6.5 5H8a3 3 0 0 1 3 3v1.5h1A1.498 1.498 0 0 0 13.5 8V4A1.5 1.5 0 0 0 12 2.5H8A1.5 1.5 0 0 0 6.5 4v1ZM5 4a3 3 0 0 1 3-3h4a3 3 0 0 1 3 3v4a3 3 0 0 1-3 3h-1v1a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3h1V4Z\",clipRule:\"evenodd\"})),du=t=>e.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",width:16,height:16,fill:\"none\",viewBox:\"0 0 16 16\"},t),e.createElement(\"g\",{fill:\"currentColor\"},e.createElement(\"path\",{d:\"m8 9.076.085-.107a.751.751 0 1 0-1.171-.937L5.438 9.877 5.03 9.47a.747.747 0 0 0-1.06 0 .75.75 0 0 0 0 1.06l.407.408.593.592a.75.75 0 0 0 1.116-.061l.522-.654h.001L8 9.074Z\"}),e.createElement(\"path\",{fillRule:\"evenodd\",d:\"M12 11a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3H8a3 3 0 0 0-3 3v1H4a3 3 0 0 0-3 3v4a3 3 0 0 0 3 3h4a3 3 0 0 0 3-3v-1h1ZM4 6.5A1.5 1.5 0 0 0 2.5 8v4A1.5 1.5 0 0 0 4 13.5h4A1.5 1.5 0 0 0 9.5 12V8A1.498 1.498 0 0 0 8 6.5H4ZM13.5 4A1.5 1.5 0 0 0 12 2.5H8A1.5 1.5 0 0 0 6.5 4v1H8a3 3 0 0 1 3 3v1.5h1A1.498 1.498 0 0 0 13.5 8V4Z\",clipRule:\"evenodd\"}))),uu=t=>e.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",width:16,height:16,fill:\"none\",viewBox:\"0 0 16 16\"},t),e.createElement(\"path\",{fill:\"currentColor\",fillRule:\"evenodd\",d:\"M12 2.5H8A1.5 1.5 0 0 0 6.5 4v1H8a3 3 0 0 1 3 3v1.5h1A1.5 1.5 0 0 0 13.5 8V4A1.5 1.5 0 0 0 12 2.5ZM11 11h1a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3H8a3 3 0 0 0-3 3v1H4a3 3 0 0 0-3 3v4a3 3 0 0 0 3 3h4a3 3 0 0 0 3-3v-1ZM4 6.5h4A1.5 1.5 0 0 1 9.5 8v4A1.5 1.5 0 0 1 8 13.5H4A1.5 1.5 0 0 1 2.5 12V8A1.5 1.5 0 0 1 4 6.5Z\",clipRule:\"evenodd\"}));function pu(t){var{status:r}=t,n=(0,Ut._T)(t,[\"status\"]);return\"error\"===r?e.createElement(Re,Object.assign({data:su},n)):\"success\"===r?e.createElement(Re,Object.assign({data:du},n)):e.createElement(Re,Object.assign({data:uu},n))}var fu=r(4855),mu=r.n(fu);const hu=\"pending\";function gu(t){const{children:r,text:n,options:o,timeout:i,onCopy:a}=t,[l,c]=e.useState(hu),s=e.useRef(),d=e.useMemo((()=>r(l)),[r,l]),u=e.useCallback(((e,t)=>{c(t?\"success\":\"error\"),window.clearTimeout(s.current),s.current=window.setTimeout((()=>c(hu)),i),null==a||a(e,t)}),[a,i]);if(e.useEffect((()=>()=>window.clearTimeout(s.current)),[]),!e.isValidElement(d))throw new Error(\"Content must be a valid react element\");return e.createElement(mu(),{text:n,onCopy:u,options:o},d)}var bu=r(1803),vu={insert:\"head\",singleton:!1};o()(bu.Z,vu);bu.Z.locals;const yu=Te(\"label\"),_u={xs:{copyIconSize:12,closeIconSize:12},s:{copyIconSize:14,closeIconSize:14},m:{copyIconSize:16,closeIconSize:16}},ku=e.forwardRef((function(t,r){const{type:n=\"default\",theme:o=\"normal\",size:i=\"xs\",icon:a,children:l,onCloseClick:c,className:s,disabled:d,copyText:u,closeButtonLabel:p,copyButtonLabel:f,interactive:m=!1,value:h,onCopy:g,onClick:b,qa:v}=t,y=Boolean(\"\"!==l&&e.Children.count(l)>0),_=\"close\"===n&&y,k=\"copy\"===n&&y,w=\"function\"==typeof b,x=Boolean(k&&u),B=(w||x||m)&&!d,{copyIconSize:S,closeIconSize:E}=_u[i],A=a&&e.createElement(\"div\",{className:yu(\"addon\",{side:y?\"start\":void 0,type:\"icon\"})},a),C=y&&e.createElement(\"div\",{className:yu(\"text\")},e.createElement(\"div\",{className:yu(\"content\")},l),Boolean(h)&&e.createElement(\"div\",{className:yu(\"value\")},e.createElement(\"div\",{className:yu(\"separator\")},\":\"),e.createElement(\"div\",{className:yu(\"key\")},h))),N=t=>{let n;return k?n=e.createElement(\"button\",{type:\"button\",\"aria-label\":f||void 0,onClick:w?b:void 0,disabled:d,className:yu(\"addon\",{side:\"end\",type:\"button\"})},e.createElement(pu,{status:t||\"pending\",size:S})):_&&(n=e.createElement(\"button\",{type:\"button\",onClick:c,\"aria-label\":p||void 0,disabled:d,className:yu(\"addon\",{side:\"end\",type:\"button\"})},e.createElement(Re,{size:E,data:Zt}))),e.createElement(\"div\",{ref:r,className:yu({theme:o,size:i,interactive:B,disabled:d},s),\"data-qa\":v},A,w?e.createElement(\"button\",{disabled:d,type:\"button\",onClick:b,className:yu(\"main-button\")},C):C,n)};return x&&u&&!w?e.createElement(gu,{text:u,onCopy:g,timeout:1e3},(e=>N(e))):N()}));var wu=r(9469),xu={insert:\"head\",singleton:!1};o()(wu.Z,xu);wu.Z.locals;function Bu(){return Bu=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Bu.apply(null,arguments)}const Su=M(\"file-link\");let Eu=function(e){return e.PDF=\"pdf\",e.DOC=\"doc\",e.XLS=\"xls\",e.PPT=\"ppt\",e.FIG=\"fig\",e.ZIP=\"zip\",e}({});const Au={[Eu.PDF]:\"danger\",[Eu.DOC]:\"info\",[Eu.XLS]:\"success\",[Eu.PPT]:\"warning\",[Eu.FIG]:\"normal\",[Eu.ZIP]:\"unknown\"},Cu={l:\"s\",m:\"s\",s:\"xs\",xs:\"xs\"},Nu=t=>{const{hostname:r}=(0,e.useContext)(_),{href:n,text:o,type:i=\"vertical\",textSize:a=\"m\",className:l,theme:c=\"default\",onClick:s,tabIndex:d,urlTitle:u,extraProps:p}=t,f=(m=n,m?.includes(\"https://www.figma.com\")?Eu.FIG:m&&m.split(\".\").pop().toLowerCase());var m;const h=Au[f]||\"unknown\",g=Cu[a];return e.createElement(\"div\",{className:Su({ext:f,type:i,size:a,theme:c},l)},e.createElement(ku,{className:Su(\"file-label\"),size:g,theme:h},f),e.createElement(\"div\",{className:Su(\"link\")},e.createElement(\"a\",Bu({href:n,onClick:s,tabIndex:d,title:u},ct(n,r),p),o)))};var Pu=r(2995),Ou={insert:\"head\",singleton:!1};o()(Pu.Z,Ou);Pu.Z.locals;function Tu(){return Tu=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Tu.apply(null,arguments)}const ju=M(\"link-block\");function Mu(e){switch(e){case\"l\":return 20;case\"m\":return 18;default:return 14}}const Lu=t=>{const{text:r,url:n,arrow:o,analyticsEvents:i,theme:a=\"file-link\",colorTheme:l=\"light\",textSize:c=\"m\",className:d,target:u,children:p,tabIndex:f,qa:m,urlTitle:h,extraProps:g}=t,b=J(m,[\"normal\"]),v=ot(s.Link,n),{hostname:k}=(0,e.useContext)(_),{tld:w}=(0,e.useContext)(y),x=dt(t.url,w),B=\"back\"===a?\"l\":\"m\",S=()=>{v(i)};return e.createElement(\"div\",{className:ju({size:c||B},d)},(()=>{switch(a){case\"back\":return e.createElement(cu,{title:p||r,url:x,onClick:S,tabIndex:f,extraProps:g});case\"file-link\":case\"underline\":return e.createElement(Nu,{text:p||r,href:x,type:\"horizontal\",textSize:c,onClick:S,tabIndex:f,extraProps:g});case\"normal\":{const t=ct(n,k,u),i=p||r;return e.createElement(\"a\",Tu({className:ju(\"link\",{theme:l,\"has-arrow\":o}),href:x,onClick:S,tabIndex:f,title:h},t,{\"data-qa\":b.normal},g),o?e.createElement(e.Fragment,null,e.createElement(\"span\",{className:ju(\"content\")},i),\"​\",e.createElement(Re,{className:ju(\"arrow\"),data:au,size:Mu(c)})):i)}default:return null}})())};var Iu=r(6857),Fu={insert:\"head\",singleton:!1};o()(Iu.Z,Fu);Iu.Z.locals;function zu(){return zu=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zu.apply(null,arguments)}const Du=M(\"links\");function Ru(e){return\"s\"===e?\"m\":\"l\"}const Hu=({className:t,titleId:r,links:n,size:o=\"s\",qa:i,linkQa:a})=>n?e.createElement(\"div\",{className:Du({size:o},t),\"data-qa\":i},n?.map((t=>e.createElement(Lu,zu({className:Du(\"link\")},t,{textSize:Ru(o),key:t.url,qa:a,extraProps:{\"aria-describedby\":t.urlTitle?void 0:r,...t.extraProps}}))))):null,Vu={\"aria-hidden\":!0},qu=(0,O.withNaming)({e:\"__\",m:\"_\",v:\"_\"});(0,O.withNaming)({n:\"gc-\",e:\"__\",m:\"_\",v:\"_\"});var Zu=function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};const Uu=qu(\"store-badge\"),Wu=\"android\",Gu={ios:{ru:t=>e.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",width:\"119\",height:\"40\",viewBox:\"0 0 119 40\",fill:\"none\"},Vu,t),e.createElement(\"rect\",{x:\".5\",y:\".5\",width:\"118\",height:\"39\",rx:\"5.5\",fill:\"#000\"}),e.createElement(\"path\",{fillRule:\"evenodd\",clipRule:\"evenodd\",d:\"M23.15 8.72c.1 1.26-.3 2.52-1.11 3.5a4.1 4.1 0 01-3.24 1.52 4.63 4.63 0 011.14-3.36 4.96 4.96 0 013.21-1.66zm2.26 9.2a4.78 4.78 0 002.27 6.78c-.33 1.1-.84 2.15-1.51 3.1-.9 1.33-1.83 2.64-3.32 2.66-.7.02-1.19-.19-1.68-.4a4.41 4.41 0 00-3.92.02c-.47.2-.93.39-1.57.41-1.42.06-2.5-1.42-3.43-2.75-1.85-2.7-3.3-7.63-1.36-10.97a5.31 5.31 0 014.47-2.73c.8-.02 1.58.3 2.25.56.52.21.98.4 1.36.4.33 0 .78-.18 1.3-.39.83-.33 1.84-.73 2.86-.62a5.07 5.07 0 014 2.16 4.95 4.95 0 00-1.72 1.77zM37.54 11.25h-.8v.81h.82c.83 0 1.3.37 1.3.96 0 .58-.5 1-1.27 1s-1.3-.37-1.35-.94h-.9a1.98 1.98 0 002.25 1.76 2 2 0 002.23-1.77 1.39 1.39 0 00-1.33-1.44v-.07a1.39 1.39 0 001.09-1.37c0-.95-.83-1.6-2-1.6a1.87 1.87 0 00-2.12 1.74h.88a1.06 1.06 0 011.2-.93c.7 0 1.12.35 1.12.9a1 1 0 01-1.12.95zm4.96.83c-1.07.07-1.67.53-1.67 1.34a1.36 1.36 0 001.5 1.35 1.52 1.52 0 001.35-.7h.07v.63h.86v-3.08c0-.95-.64-1.51-1.77-1.51-1.02 0-1.75.5-1.84 1.27h.86c.1-.32.45-.5.94-.5.61 0 .92.27.92.74v.39l-1.22.07zm1.22.58v.38a1.06 1.06 0 01-.74.94c-.14.04-.28.06-.42.04-.49 0-.84-.23-.84-.64 0-.4.28-.6.9-.65l1.1-.07zm3.25-1.72v3.76h-.9v-4.5h2.97v.74h-2.07zm5.6 3.83c1.14 0 1.86-.9 1.86-2.33 0-1.43-.72-2.32-1.87-2.32a1.56 1.56 0 00-1.41.82h-.07v-.75h-.86v6h.9v-2.17h.06a1.47 1.47 0 001.39.75zm-.26-3.85c.76 0 1.2.57 1.2 1.52 0 .96-.44 1.53-1.2 1.53-.75 0-1.21-.58-1.21-1.52 0-.94.46-1.53 1.21-1.53zm3.3 5.4v-.77l.3.01a.77.77 0 00.8-.63l.07-.22-1.63-4.52h.97l1.13 3.58h.07l1.13-3.58h.94l-1.68 4.7c-.38 1.09-.81 1.44-1.73 1.44-.07 0-.28 0-.37-.02zm5.36-2.9h-.89c.08.91.88 1.36 1.87 1.36 1.1 0 1.84-.57 1.84-1.42a1.01 1.01 0 00-.88-1.02v-.07a.93.93 0 00.7-.92c0-.76-.6-1.24-1.68-1.24a1.58 1.58 0 00-1.77 1.32h.86c.05-.36.42-.57.91-.57.55 0 .81.25.81.58 0 .38-.27.59-.8.59h-.67v.69h.68c.62 0 .95.2.95.64 0 .4-.36.66-.95.66-.53 0-.9-.2-.98-.6zm4.1 1.28v-4.5h.88v3.1h.07l2.07-3.1h.88v4.5h-.88v-3.12h-.06l-2.08 3.12h-.88zm7.34-3.76h1.42v-.75H70.1v.75h1.42v3.76h.89v-3.76zm6.2 2.54a1.83 1.83 0 01-1.95 1.3 2.05 2.05 0 01-2.08-2.32 2.08 2.08 0 012.08-2.35c1.25 0 2 .85 2 2.27v.3H75.5v.06a1.19 1.19 0 001.2 1.29 1.08 1.08 0 001.07-.55h.85zm-3.12-1.45h2.27a1.08 1.08 0 00-1.1-1.17 1.15 1.15 0 00-1.17 1.17zm8.92-1.84h-2.03v4.5h2.05c.99 0 1.58-.5 1.58-1.3a1.03 1.03 0 00-.96-1.03v-.07a.97.97 0 00.76-.95c0-.7-.52-1.15-1.4-1.15zm-1.15 1.85v-1.16h.98c.47 0 .7.22.7.58 0 .38-.26.58-.8.58h-.88zm0 1.98V12.7h.94c.6 0 .92.2.92.66 0 .42-.28.66-.8.66h-1.06zM74.68 29.08c-1.64 0-2.83-.81-2.97-2.04h-1.9c.12 2.24 1.98 3.66 4.73 3.66 2.94 0 4.8-1.45 4.8-3.78 0-1.81-1.06-2.84-3.61-3.44l-1.37-.33c-1.6-.4-2.25-.92-2.25-1.8 0-1.1 1.02-1.85 2.52-1.85s2.52.75 2.63 1.99h1.88c-.06-2.15-1.86-3.62-4.49-3.62-2.65 0-4.51 1.47-4.51 3.62 0 1.73 1.05 2.8 3.33 3.34l1.61.4c1.61.39 2.3.96 2.3 1.93 0 1.1-1.13 1.92-2.7 1.92zm-37.11-1.94h4.73l1.14 3.36h2.04l-4.49-12.42h-2.08L34.43 30.5h2l1.14-3.36zm4.24-1.55h-3.75l1.85-5.45h.05l1.85 5.45zm9.57 5c2.27 0 3.78-1.8 3.78-4.62 0-2.8-1.51-4.62-3.81-4.62a3.21 3.21 0 00-2.89 1.6h-.03v-1.5h-1.8v12.04h1.86v-4.48h.04a3.07 3.07 0 002.85 1.58zm-.52-7.66c1.44 0 2.39 1.2 2.39 3.04 0 1.85-.95 3.05-2.4 3.05-1.41 0-2.37-1.23-2.37-3.05 0-1.8.96-3.04 2.38-3.04zm14.26 3.04c0 2.81-1.5 4.62-3.77 4.62a3.07 3.07 0 01-2.85-1.58h-.05v4.48H56.6V21.44h1.8v1.5h.03a3.21 3.21 0 012.88-1.6c2.3 0 3.81 1.82 3.81 4.63zm-1.9 0c0-1.83-.95-3.04-2.4-3.04-1.42 0-2.37 1.23-2.37 3.04 0 1.82.95 3.05 2.37 3.05 1.45 0 2.4-1.2 2.4-3.05zm20.13-6.67v2.14h1.72v1.47h-1.72v5c0 .77.34 1.13 1.1 1.13.2 0 .4-.02.6-.04v1.46c-.33.07-.68.1-1.02.09-1.84 0-2.55-.7-2.55-2.45v-5.19h-1.32v-1.47h1.32V19.3h1.87zm7 2.03c-2.6 0-4.28 1.8-4.28 4.64 0 2.86 1.66 4.64 4.29 4.64s4.3-1.78 4.3-4.64c0-2.85-1.68-4.64-4.3-4.64zm0 1.53c1.52 0 2.41 1.16 2.41 3.11 0 1.96-.9 3.1-2.4 3.1s-2.4-1.14-2.4-3.1c0-1.95.9-3.1 2.4-3.1zm5.84-1.42h1.77v1.54H98a2.16 2.16 0 012.18-1.63c.21 0 .43.02.64.07v1.74a2.6 2.6 0 00-.84-.12 1.87 1.87 0 00-1.94 2.09v5.37H96.2v-9.06zm9.3 9.17c2.04 0 3.65-1.13 3.9-2.77h-1.77a2.05 2.05 0 01-2.1 1.27 2.36 2.36 0 01-2.43-2.56v-.12h6.4v-.63c0-2.75-1.58-4.47-4.08-4.47-2.55 0-4.2 1.84-4.2 4.68 0 2.83 1.64 4.6 4.28 4.6zm2.14-5.48h-4.53a2.32 2.32 0 01.68-1.62 2.3 2.3 0 011.63-.67 2.18 2.18 0 012.22 2.3z\",fill:\"#fff\"}),e.createElement(\"rect\",{x:\".5\",y:\".5\",width:\"118\",height:\"39\",rx:\"5.5\",stroke:\"#4C4B51\"})),en:t=>e.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",width:\"119\",height:\"40\",viewBox:\"0 0 119 40\",fill:\"none\"},Vu,t),e.createElement(\"path\",{d:\"M113 .5H6A5.5 5.5 0 00.5 6v28A5.5 5.5 0 006 39.5h107a5.5 5.5 0 005.5-5.5V6A5.5 5.5 0 00113 .5z\",fill:\"#000\"}),e.createElement(\"path\",{fillRule:\"evenodd\",clipRule:\"evenodd\",d:\"M23.15 8.72c.1 1.26-.3 2.52-1.11 3.5a4.1 4.1 0 01-3.24 1.52 4.63 4.63 0 011.14-3.36 4.96 4.96 0 013.21-1.66zm2.26 9.2a4.78 4.78 0 002.27 6.78c-.33 1.1-.84 2.15-1.51 3.1-.9 1.33-1.83 2.64-3.32 2.66-.7.02-1.19-.19-1.68-.4-.52-.22-1.06-.45-1.91-.45-.9 0-1.47.24-2.01.47-.47.2-.93.39-1.57.41-1.42.06-2.5-1.42-3.43-2.75-1.85-2.7-3.3-7.63-1.36-10.97a5.31 5.31 0 014.47-2.73c.8-.02 1.58.3 2.25.56.52.21.98.4 1.36.4.33 0 .78-.18 1.3-.39.83-.33 1.84-.73 2.86-.62a5.06 5.06 0 014 2.16 4.95 4.95 0 00-1.72 1.77zM74.68 29.08c-1.64 0-2.83-.81-2.97-2.04h-1.9c.12 2.24 1.98 3.66 4.73 3.66 2.94 0 4.8-1.45 4.8-3.78 0-1.81-1.06-2.84-3.61-3.44l-1.37-.33c-1.6-.4-2.25-.92-2.25-1.8 0-1.1 1.02-1.85 2.52-1.85s2.52.75 2.63 1.99h1.88c-.06-2.15-1.86-3.62-4.49-3.62-2.65 0-4.51 1.47-4.51 3.62 0 1.73 1.05 2.8 3.33 3.34l1.61.4c1.61.39 2.3.96 2.3 1.93 0 1.1-1.13 1.92-2.7 1.92zm-37.11-1.94h4.73l1.14 3.36h2.04l-4.49-12.42h-2.08L34.43 30.5h2l1.14-3.36zm4.24-1.55h-3.75l1.85-5.45h.05l1.85 5.45zm9.57 5c2.27 0 3.78-1.8 3.78-4.62 0-2.8-1.51-4.62-3.81-4.62a3.21 3.21 0 00-2.89 1.6h-.03v-1.5h-1.8v12.04h1.86v-4.48h.04a3.07 3.07 0 002.85 1.58zm-.52-7.66c1.44 0 2.39 1.2 2.39 3.04 0 1.85-.95 3.05-2.4 3.05-1.41 0-2.37-1.23-2.37-3.05 0-1.8.96-3.04 2.38-3.04zm14.26 3.04c0 2.81-1.5 4.62-3.77 4.62a3.07 3.07 0 01-2.85-1.58h-.05v4.48H56.6V21.44h1.8v1.5h.03a3.21 3.21 0 012.88-1.6c2.3 0 3.81 1.82 3.81 4.63zm-1.9 0c0-1.83-.95-3.04-2.4-3.04-1.42 0-2.37 1.23-2.37 3.04 0 1.82.95 3.05 2.37 3.05 1.45 0 2.4-1.2 2.4-3.05zm20.13-6.67v2.14h1.72v1.47h-1.72v5c0 .77.34 1.13 1.1 1.13.2 0 .4-.02.6-.04v1.46c-.33.07-.68.1-1.02.09-1.84 0-2.55-.7-2.55-2.45v-5.19h-1.32v-1.47h1.32V19.3h1.87zm7 2.03c-2.6 0-4.28 1.8-4.28 4.64 0 2.86 1.66 4.64 4.29 4.64s4.3-1.78 4.3-4.64c0-2.85-1.68-4.64-4.3-4.64zm0 1.53c1.52 0 2.41 1.16 2.41 3.11 0 1.96-.9 3.1-2.4 3.1s-2.4-1.14-2.4-3.1c0-1.95.9-3.1 2.4-3.1zm5.84-1.42h1.77v1.54H98a2.16 2.16 0 012.18-1.63c.21 0 .43.02.64.07v1.74a2.6 2.6 0 00-.84-.12 1.87 1.87 0 00-1.94 2.09v5.37H96.2v-9.06zm9.3 9.17c2.04 0 3.65-1.13 3.9-2.77h-1.77a2.05 2.05 0 01-2.1 1.27 2.36 2.36 0 01-2.43-2.56v-.12h6.4v-.63c0-2.75-1.58-4.47-4.08-4.47-2.55 0-4.2 1.84-4.2 4.68 0 2.83 1.64 4.6 4.28 4.6zm2.14-5.48h-4.53a2.32 2.32 0 01.68-1.62 2.3 2.3 0 011.63-.67 2.18 2.18 0 012.22 2.3zM59.98 8.44h-.89v6.26h.9V8.44zm-22.15.3a2.64 2.64 0 012.8 2.96c0 1.9-1.03 3-2.8 3h-2.16V8.73h2.16zm-1.23 5.11h1.12a1.88 1.88 0 001.97-2.14 1.88 1.88 0 00-1.97-2.14H36.6v4.28zm5.08-1.4a2.13 2.13 0 114.25 0 2.13 2.13 0 11-4.25 0zm3.33 0c0-.98-.43-1.55-1.2-1.55-.78 0-1.21.57-1.21 1.54 0 .99.43 1.55 1.2 1.55.78 0 1.21-.57 1.21-1.55zm5.64 2.25h.92l1.24-4.5h-.89l-.8 3.43h-.07l-.93-3.44h-.85l-.93 3.44h-.06l-.8-3.44h-.91l1.24 4.5h.91l.93-3.3h.07l.93 3.3zm3.2-4.5h.86v.71h.07a1.35 1.35 0 011.34-.8 1.47 1.47 0 011.56 1.67v2.92h-.9V12c0-.72-.3-1.08-.96-1.08a1.03 1.03 0 00-1.08 1.14v2.64h-.89v-4.5zm7.37 2.24a2.13 2.13 0 114.25 0 2.13 2.13 0 11-4.25 0zm3.33 0c0-.97-.44-1.54-1.2-1.54-.78 0-1.21.57-1.21 1.54 0 .99.43 1.55 1.2 1.55s1.21-.57 1.21-1.55zm3.53-.36c-1.08.07-1.68.53-1.68 1.34a1.36 1.36 0 001.5 1.35 1.52 1.52 0 001.35-.7h.07v.63h.86v-3.08c0-.95-.64-1.51-1.77-1.51-1.02 0-1.74.5-1.84 1.27h.87c.1-.32.44-.5.93-.5.61 0 .93.27.93.74v.39l-1.22.07zm1.22.58v.38a1.06 1.06 0 01-1.17.98c-.48 0-.84-.23-.84-.64 0-.4.29-.6.9-.65l1.1-.07zm2.05-.22c0-1.42.73-2.32 1.87-2.32a1.48 1.48 0 011.38.79h.06V8.44h.9v6.26h-.86v-.71h-.07a1.56 1.56 0 01-1.41.78c-1.15 0-1.87-.9-1.87-2.33zm.92 0c0 .96.45 1.53 1.2 1.53s1.21-.58 1.21-1.52c0-.94-.47-1.53-1.21-1.53-.75 0-1.2.58-1.2 1.52zm7.06-.87c-.1.28-.13.58-.1.87a2.13 2.13 0 104.25 0 2.13 2.13 0 00-4.15-.87zm2.03-.67c.76 0 1.2.57 1.2 1.54 0 .98-.44 1.55-1.2 1.55-.78 0-1.21-.56-1.21-1.55 0-.97.43-1.54 1.2-1.54zm3.3-.7h.86v.71h.07a1.35 1.35 0 011.35-.8 1.47 1.47 0 011.55 1.67v2.92h-.88V12c0-.72-.32-1.08-.98-1.08a1.03 1.03 0 00-1.07 1.14v2.64h-.9v-4.5zm8.86.02V9.07h-.9v1.15h-.7v.74h.7v2.55c0 .87.4 1.21 1.39 1.21.16 0 .32-.01.48-.04v-.74l-.34.02c-.44 0-.63-.2-.63-.68v-2.32h.97v-.74h-.97zm2.18-1.78h.89v2.48h.07a1.38 1.38 0 011.37-.8 1.49 1.49 0 011.55 1.67v2.9h-.89v-2.68c0-.72-.33-1.08-.96-1.08a1.05 1.05 0 00-1.14 1.14v2.63h-.89V8.44zm8.32 6.05c.36-.24.62-.6.74-1h-.85a1.08 1.08 0 01-1.08.54 1.19 1.19 0 01-1.2-1.3v-.04h3.19v-.31c0-1.42-.76-2.27-2.01-2.27a2.08 2.08 0 00-2.08 2.35 2.03 2.03 0 001.22 2.16c.27.12.56.17.86.16.43.05.86-.05 1.21-.3zm-.11-2.46h-2.27a1.15 1.15 0 011.16-1.17 1.08 1.08 0 011.11 1.17z\",fill:\"#fff\"}),e.createElement(\"path\",{d:\"M113 .5H6A5.5 5.5 0 00.5 6v28A5.5 5.5 0 006 39.5h107a5.5 5.5 0 005.5-5.5V6A5.5 5.5 0 00113 .5z\",stroke:\"#4C4B51\"}))},[Wu]:{ru:t=>e.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",width:\"135\",height:\"40\",viewBox:\"0 0 135 40\",fill:\"none\"},Vu,t),e.createElement(\"g\",{clipPath:\"url(#clip0_1_98)\"},e.createElement(\"path\",{d:\"M130 0H5C2.23858 0 0 2.23858 0 5V35C0 37.7614 2.23858 40 5 40H130C132.761 40 135 37.7614 135 35V5C135 2.23858 132.761 0 130 0Z\",fill:\"black\"}),e.createElement(\"path\",{d:\"M130 0.8C132.32 0.8 134.2 2.68 134.2 5V35C134.2 37.32 132.32 39.2 130 39.2H5C2.68 39.2 0.8 37.32 0.8 35V5C0.8 2.68 2.68 0.8 5 0.8H130ZM130 0H5C2.25 0 0 2.25 0 5V35C0 37.75 2.25 40 5 40H130C132.75 40 135 37.75 135 35V5C135 2.25 132.75 0 130 0Z\",fill:\"#A6A6A6\"}),e.createElement(\"path\",{d:\"M68.14 21.75C65.79 21.75 63.87 23.54 63.87 26C63.87 28.46 65.79 30.25 68.14 30.25C70.49 30.25 72.41 28.45 72.41 26C72.41 23.55 70.49 21.75 68.14 21.75ZM68.14 28.58C66.85 28.58 65.74 27.52 65.74 26C65.74 24.48 66.85 23.42 68.14 23.42C69.43 23.42 70.54 24.47 70.54 26C70.54 27.53 69.43 28.58 68.14 28.58ZM58.83 21.75C56.48 21.75 54.56 23.54 54.56 26C54.56 28.46 56.48 30.25 58.83 30.25C61.18 30.25 63.1 28.45 63.1 26C63.1 23.55 61.18 21.75 58.83 21.75ZM58.83 28.58C57.54 28.58 56.43 27.52 56.43 26C56.43 24.48 57.54 23.42 58.83 23.42C60.12 23.42 61.23 24.47 61.23 26C61.23 27.53 60.12 28.58 58.83 28.58ZM47.75 23.05V24.85H52.07C51.94 25.86 51.6 26.61 51.09 27.12C50.46 27.75 49.48 28.44 47.76 28.44C45.1 28.44 43.02 26.3 43.02 23.64C43.02 20.98 45.1 18.84 47.76 18.84C49.19 18.84 50.24 19.4 51.01 20.13L52.28 18.86C51.2 17.83 49.77 17.04 47.75 17.04C44.11 17.04 41.05 20 41.05 23.65C41.05 27.3 44.11 30.26 47.75 30.26C49.72 30.26 51.2 29.62 52.36 28.41C53.55 27.22 53.92 25.54 53.92 24.19C53.92 23.77 53.89 23.38 53.82 23.06H47.75V23.05ZM93.06 24.45C92.71 23.5 91.63 21.74 89.42 21.74C87.21 21.74 85.41 23.46 85.41 25.99C85.41 28.37 87.21 30.24 89.63 30.24C91.58 30.24 92.71 29.05 93.17 28.36L91.72 27.39C91.24 28.1 90.58 28.57 89.63 28.57C88.68 28.57 88 28.14 87.57 27.28L93.26 24.93L93.07 24.45H93.06ZM87.26 25.87C87.21 24.23 88.53 23.39 89.48 23.39C90.22 23.39 90.85 23.76 91.06 24.29L87.26 25.87ZM82.64 29.99H84.51V17.49H82.64V29.99ZM79.58 22.69H79.52C79.1 22.19 78.3 21.74 77.28 21.74C75.15 21.74 73.2 23.61 73.2 26.01C73.2 28.41 75.15 30.25 77.28 30.25C78.29 30.25 79.1 29.8 79.52 29.28H79.58V29.89C79.58 31.52 78.71 32.39 77.31 32.39C76.17 32.39 75.46 31.57 75.17 30.88L73.54 31.56C74.01 32.69 75.25 34.07 77.31 34.07C79.5 34.07 81.35 32.78 81.35 29.64V22H79.58V22.69ZM77.44 28.57C76.15 28.57 75.07 27.49 75.07 26.01C75.07 24.53 76.15 23.42 77.44 23.42C78.73 23.42 79.71 24.52 79.71 26.01C79.71 27.5 78.71 28.57 77.44 28.57ZM101.82 17.49H97.35V29.99H99.22V25.25H101.83C103.9 25.25 105.93 23.75 105.93 21.37C105.93 18.99 103.9 17.49 101.83 17.49H101.82ZM101.87 23.52H99.22V19.23H101.87C103.27 19.23 104.06 20.39 104.06 21.37C104.06 22.35 103.27 23.51 101.87 23.51V23.52ZM113.4 21.72C112.05 21.72 110.65 22.32 110.07 23.63L111.73 24.32C112.08 23.63 112.74 23.4 113.43 23.4C114.39 23.4 115.38 23.98 115.39 25.01V25.14C115.05 24.95 114.33 24.66 113.44 24.66C111.65 24.66 109.84 25.64 109.84 27.47C109.84 29.14 111.3 30.22 112.94 30.22C114.19 30.22 114.89 29.66 115.32 29H115.38V29.96H117.18V25.17C117.18 22.95 115.52 21.71 113.38 21.71L113.4 21.72ZM113.17 28.57C112.56 28.57 111.71 28.26 111.71 27.51C111.71 26.55 112.77 26.18 113.69 26.18C114.51 26.18 114.9 26.36 115.39 26.6C115.25 27.76 114.25 28.58 113.17 28.58V28.57ZM123.75 21.99L121.61 27.41H121.55L119.33 21.99H117.32L120.65 29.57L118.75 33.78H120.7L125.83 21.99H123.76H123.75ZM106.94 29.99H108.81V17.49H106.94V29.99Z\",fill:\"white\"}),e.createElement(\"path\",{d:\"M20.72 19.42L10.07 30.72C10.4 31.95 11.52 32.86 12.85 32.86C13.38 32.86 13.88 32.72 14.31 32.46L14.34 32.44L26.32 25.53L20.71 19.42H20.72Z\",fill:\"#EA4335\"}),e.createElement(\"path\",{d:\"M31.49 17.5H31.48L26.31 14.49L20.48 19.68L26.33 25.53L31.48 22.56C32.38 22.07 32.99 21.12 32.99 20.03C32.99 18.94 32.39 17.99 31.49 17.51V17.5Z\",fill:\"#FBBC04\"}),e.createElement(\"path\",{d:\"M10.07 9.28C10.01 9.52 9.97 9.76 9.97 10.02V29.98C9.97 30.24 10 30.48 10.07 30.72L21.08 19.71L10.07 9.28Z\",fill:\"#4285F4\"}),e.createElement(\"path\",{d:\"M20.8 20L26.31 14.49L14.34 7.55C13.91 7.29 13.4 7.14 12.85 7.14C11.52 7.14 10.4 8.05 10.07 9.27L20.8 20Z\",fill:\"#34A853\"}),e.createElement(\"path\",{d:\"M43.5866 13.0005C43.0854 12.7129 42.6899 12.3174 42.4023 11.8119C42.1147 11.3064 41.9708 10.7502 41.9708 10.139C41.9708 9.52779 42.1147 8.97156 42.4023 8.46609C42.6899 7.96062 43.0854 7.56513 43.5866 7.2775C44.0879 6.98987 44.6441 6.84605 45.2553 6.84605C46.2007 6.84605 46.979 7.18867 47.5881 7.87603L46.9113 8.53589C46.6935 8.27786 46.4524 8.08329 46.1859 7.95428C45.9194 7.82527 45.6128 7.7597 45.2659 7.7597C44.8366 7.7597 44.4474 7.85699 44.0942 8.05368C43.7432 8.25037 43.464 8.52954 43.2567 8.89119C43.0516 9.25285 42.9479 9.66737 42.9479 10.1369C42.9479 10.6064 43.0516 11.0209 43.2567 11.3826C43.4619 11.7442 43.741 12.0234 44.0942 12.218C44.4453 12.4147 44.8366 12.5141 45.2659 12.5141C45.9829 12.5141 46.5835 12.218 47.0699 11.6237L47.7658 12.292C47.4612 12.6494 47.0932 12.9286 46.666 13.1295C46.2367 13.3283 45.7671 13.4298 45.2574 13.4298C44.6462 13.4298 44.09 13.286 43.5888 12.9984L43.5866 13.0005Z\",fill:\"white\"}),e.createElement(\"path\",{d:\"M48.8465 6.98775H49.8151V10.0438H49.868L52.3784 6.98775H53.5945V7.04062L50.936 10.1919L53.7362 13.2374V13.2902H52.4672L49.8701 10.4013H49.8172V13.2902H48.8486V6.98563L48.8465 6.98775Z\",fill:\"white\"}),e.createElement(\"path\",{d:\"M56.7183 6.98775H57.818L60.2037 13.2924H59.1377L58.5561 11.6723H55.9844L55.4028 13.2924H54.3369L56.714 6.98775H56.7183ZM58.241 10.7735L57.5367 8.84044L57.2999 8.11924H57.247L57.0101 8.84044L56.3059 10.7735H58.2431H58.241Z\",fill:\"white\"}),e.createElement(\"path\",{d:\"M63.8498 10.4837C63.4564 10.8306 62.9721 11.004 62.3969 11.004C62.0162 11.004 61.6714 10.9258 61.3627 10.7714C61.0539 10.617 60.8128 10.3907 60.6372 10.0988C60.4617 9.80484 60.3729 9.46011 60.3729 9.06039V6.99198H61.35V8.89331C61.35 9.27399 61.4621 9.57008 61.6841 9.77735C61.9062 9.98673 62.2065 10.0904 62.583 10.0904C63.0927 10.0904 63.5157 9.89155 63.8519 9.49183V6.99198H64.8121V13.2966H63.8519V10.488L63.8498 10.4837Z\",fill:\"white\"}),e.createElement(\"path\",{d:\"M68.0395 6.98775H69.1393L71.5249 13.2924H70.459L69.8774 11.6723H67.3056L66.724 13.2924H65.6581L68.0353 6.98775H68.0395ZM69.5622 10.7735L68.858 8.84044L68.6211 8.11924H68.5682L68.3314 8.84044L67.6271 10.7735H69.5644H69.5622Z\",fill:\"white\"}),e.createElement(\"path\",{d:\"M73.164 7.90352H71.3938V6.98775H75.8923V7.90352H74.1305V13.2924H73.1619V7.90352H73.164Z\",fill:\"white\"}),e.createElement(\"path\",{d:\"M76.8969 6.98775H77.8655V9.23381H79.2042C79.5976 9.23381 79.9614 9.31418 80.2955 9.47703C80.6297 9.63777 80.8962 9.87252 81.0971 10.1813C81.2959 10.4901 81.3953 10.8496 81.3953 11.2599C81.3953 11.6702 81.2959 12.0298 81.0971 12.3385C80.8983 12.6473 80.6297 12.8821 80.2955 13.047C79.9614 13.212 79.5976 13.2945 79.2042 13.2945H76.8969V6.98987V6.98775ZM79.274 12.3851C79.5024 12.3851 79.7055 12.3322 79.881 12.2264C80.0566 12.1207 80.1919 11.9811 80.285 11.8077C80.378 11.6343 80.4267 11.4503 80.4267 11.2578C80.4267 11.0653 80.3801 10.8813 80.285 10.7079C80.1919 10.5345 80.0566 10.3949 79.881 10.2849C79.7055 10.1771 79.5024 10.1221 79.274 10.1221H77.8655V12.3851H79.274Z\",fill:\"white\"}),e.createElement(\"path\",{d:\"M84.5148 6.98775H85.475V10.4753L85.4221 11.6914H85.475L88.3005 6.98987H89.4003V13.2945H88.4401V9.72025L88.493 8.50416H88.4401L85.5702 13.2945H84.5127V6.98987L84.5148 6.98775Z\",fill:\"white\"}),e.createElement(\"path\",{d:\"M91.2974 13.028C90.9019 12.7573 90.6291 12.3597 90.4832 11.8309L91.3714 11.4778C91.4476 11.8056 91.5956 12.0657 91.8156 12.2518C92.0355 12.44 92.2957 12.5331 92.5939 12.5331C92.9174 12.5331 93.1924 12.4316 93.4208 12.2286C93.6492 12.0255 93.7634 11.776 93.7634 11.4756C93.7634 11.2811 93.7084 11.1055 93.5963 10.9427C93.4842 10.7819 93.332 10.6529 93.1395 10.5599C92.9449 10.4668 92.7356 10.4182 92.505 10.4182H91.9848V9.5722H92.4522C92.7694 9.5722 93.0338 9.48549 93.2453 9.31206C93.4568 9.13864 93.5625 8.906 93.5625 8.61202C93.5625 8.354 93.4652 8.14039 93.2685 7.96908C93.0718 7.79989 92.8265 7.71317 92.5325 7.71317C92.2682 7.71317 92.0461 7.79354 91.8642 7.95005C91.6823 8.10867 91.5554 8.2969 91.4856 8.51262L90.6312 8.15942C90.7539 7.81258 90.9781 7.50591 91.3059 7.23943C91.6316 6.97295 92.044 6.83971 92.5431 6.83971C92.9238 6.83971 93.2643 6.91373 93.5604 7.06389C93.8565 7.21405 94.0891 7.4192 94.2562 7.67933C94.4233 7.94159 94.5079 8.23556 94.5079 8.56338C94.5079 9.17459 94.2414 9.62507 93.7063 9.91905V9.97192C94.0066 10.1073 94.2499 10.304 94.4381 10.562C94.6263 10.82 94.7194 11.1351 94.7194 11.5052C94.7194 11.8754 94.6263 12.1884 94.4423 12.4823C94.2583 12.7763 94.0024 13.0069 93.6809 13.1739C93.3574 13.341 92.9978 13.4256 92.5981 13.4256C92.1286 13.4256 91.695 13.2903 91.2995 13.0195L91.2974 13.028Z\",fill:\"white\"})),e.createElement(\"defs\",null,e.createElement(\"clipPath\",{id:\"clip0_1_98\"},e.createElement(\"rect\",{width:\"135\",height:\"40\",fill:\"white\"})))),en:t=>e.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",width:\"135\",height:\"40\",viewBox:\"0 0 135 40\",fill:\"none\"},Vu,t),e.createElement(\"g\",{clipPath:\"url(#clip0_1_48)\"},e.createElement(\"path\",{d:\"M130 0H5C2.23858 0 0 2.23858 0 5V35C0 37.7614 2.23858 40 5 40H130C132.761 40 135 37.7614 135 35V5C135 2.23858 132.761 0 130 0Z\",fill:\"black\"}),e.createElement(\"path\",{d:\"M130 0.8C132.32 0.8 134.2 2.68 134.2 5V35C134.2 37.32 132.32 39.2 130 39.2H5C2.68 39.2 0.8 37.32 0.8 35V5C0.8 2.68 2.68 0.8 5 0.8H130ZM130 0H5C2.25 0 0 2.25 0 5V35C0 37.75 2.25 40 5 40H130C132.75 40 135 37.75 135 35V5C135 2.25 132.75 0 130 0Z\",fill:\"#A6A6A6\"}),e.createElement(\"path\",{d:\"M68.14 21.75C65.79 21.75 63.87 23.54 63.87 26C63.87 28.46 65.79 30.25 68.14 30.25C70.49 30.25 72.41 28.45 72.41 26C72.41 23.55 70.49 21.75 68.14 21.75ZM68.14 28.58C66.85 28.58 65.74 27.52 65.74 26C65.74 24.48 66.85 23.42 68.14 23.42C69.43 23.42 70.54 24.47 70.54 26C70.54 27.53 69.43 28.58 68.14 28.58ZM58.83 21.75C56.48 21.75 54.56 23.54 54.56 26C54.56 28.46 56.48 30.25 58.83 30.25C61.18 30.25 63.1 28.45 63.1 26C63.1 23.55 61.18 21.75 58.83 21.75ZM58.83 28.58C57.54 28.58 56.43 27.52 56.43 26C56.43 24.48 57.54 23.42 58.83 23.42C60.12 23.42 61.23 24.47 61.23 26C61.23 27.53 60.12 28.58 58.83 28.58ZM47.75 23.05V24.85H52.07C51.94 25.86 51.6 26.61 51.09 27.12C50.46 27.75 49.48 28.44 47.76 28.44C45.1 28.44 43.02 26.3 43.02 23.64C43.02 20.98 45.1 18.84 47.76 18.84C49.19 18.84 50.24 19.4 51.01 20.13L52.28 18.86C51.2 17.83 49.77 17.04 47.75 17.04C44.11 17.04 41.05 20 41.05 23.65C41.05 27.3 44.11 30.26 47.75 30.26C49.72 30.26 51.2 29.62 52.36 28.41C53.55 27.22 53.92 25.54 53.92 24.19C53.92 23.77 53.89 23.38 53.82 23.06H47.75V23.05ZM93.06 24.45C92.71 23.5 91.63 21.74 89.42 21.74C87.21 21.74 85.41 23.46 85.41 25.99C85.41 28.37 87.21 30.24 89.63 30.24C91.58 30.24 92.71 29.05 93.17 28.36L91.72 27.39C91.24 28.1 90.58 28.57 89.63 28.57C88.68 28.57 88 28.14 87.57 27.28L93.26 24.93L93.07 24.45H93.06ZM87.26 25.87C87.21 24.23 88.53 23.39 89.48 23.39C90.22 23.39 90.85 23.76 91.06 24.29L87.26 25.87ZM82.64 29.99H84.51V17.49H82.64V29.99ZM79.58 22.69H79.52C79.1 22.19 78.3 21.74 77.28 21.74C75.15 21.74 73.2 23.61 73.2 26.01C73.2 28.41 75.15 30.25 77.28 30.25C78.29 30.25 79.1 29.8 79.52 29.28H79.58V29.89C79.58 31.52 78.71 32.39 77.31 32.39C76.17 32.39 75.46 31.57 75.17 30.88L73.54 31.56C74.01 32.69 75.25 34.07 77.31 34.07C79.5 34.07 81.35 32.78 81.35 29.64V22H79.58V22.69ZM77.44 28.57C76.15 28.57 75.07 27.49 75.07 26.01C75.07 24.53 76.15 23.42 77.44 23.42C78.73 23.42 79.71 24.52 79.71 26.01C79.71 27.5 78.71 28.57 77.44 28.57ZM101.82 17.49H97.35V29.99H99.22V25.25H101.83C103.9 25.25 105.93 23.75 105.93 21.37C105.93 18.99 103.9 17.49 101.83 17.49H101.82ZM101.87 23.52H99.22V19.23H101.87C103.27 19.23 104.06 20.39 104.06 21.37C104.06 22.35 103.27 23.51 101.87 23.51V23.52ZM113.4 21.72C112.05 21.72 110.65 22.32 110.07 23.63L111.73 24.32C112.08 23.63 112.74 23.4 113.43 23.4C114.39 23.4 115.38 23.98 115.39 25.01V25.14C115.05 24.95 114.33 24.66 113.44 24.66C111.65 24.66 109.84 25.64 109.84 27.47C109.84 29.14 111.3 30.22 112.94 30.22C114.19 30.22 114.89 29.66 115.32 29H115.38V29.96H117.18V25.17C117.18 22.95 115.52 21.71 113.38 21.71L113.4 21.72ZM113.17 28.57C112.56 28.57 111.71 28.26 111.71 27.51C111.71 26.55 112.77 26.18 113.69 26.18C114.51 26.18 114.9 26.36 115.39 26.6C115.25 27.76 114.25 28.58 113.17 28.58V28.57ZM123.75 21.99L121.61 27.41H121.55L119.33 21.99H117.32L120.65 29.57L118.75 33.78H120.7L125.83 21.99H123.76H123.75ZM106.94 29.99H108.81V17.49H106.94V29.99Z\",fill:\"white\"}),e.createElement(\"path\",{d:\"M20.72 19.42L10.07 30.72C10.4 31.95 11.52 32.86 12.85 32.86C13.38 32.86 13.88 32.72 14.31 32.46L14.34 32.44L26.32 25.53L20.71 19.42H20.72Z\",fill:\"#EA4335\"}),e.createElement(\"path\",{d:\"M31.49 17.5H31.48L26.31 14.49L20.48 19.68L26.33 25.53L31.48 22.56C32.38 22.07 32.99 21.12 32.99 20.03C32.99 18.94 32.39 17.99 31.49 17.51V17.5Z\",fill:\"#FBBC04\"}),e.createElement(\"path\",{d:\"M10.07 9.28C10.01 9.52 9.97 9.76 9.97 10.02V29.98C9.97 30.24 10 30.48 10.07 30.72L21.08 19.71L10.07 9.28Z\",fill:\"#4285F4\"}),e.createElement(\"path\",{d:\"M20.8 20L26.31 14.49L14.34 7.55C13.91 7.29 13.4 7.14 12.85 7.14C11.52 7.14 10.4 8.05 10.07 9.27L20.8 20Z\",fill:\"#34A853\"}),e.createElement(\"path\",{fillRule:\"evenodd\",clipRule:\"evenodd\",d:\"M47.6398 9.71567H44.5024V10.6265H46.7289C46.6277 11.1325 46.5265 11.4362 46.2229 11.7398C45.7683 12.1184 45.1953 12.3258 44.6036 12.3258C44.0119 12.3258 43.439 12.1184 42.9843 11.7398C42.5795 11.3349 42.2759 10.7277 42.2759 10.0193C42.2759 9.31085 42.5795 8.80483 43.0855 8.40001C43.4904 7.99519 44.0976 7.79278 44.7048 7.79278C45.4132 7.79278 45.9193 7.99519 46.3241 8.50121L46.4253 8.60242L46.9313 7.79278C46.7289 7.48916 46.3241 7.28676 45.9193 7.08435C45.5144 6.88194 45.1096 6.78073 44.6036 6.78073C43.6928 6.78073 42.9843 7.08435 42.2759 7.69157C41.6687 8.2988 41.3651 9.10844 41.3651 10.0193C41.3651 10.9301 41.6687 11.7398 42.2759 12.347C42.8831 12.9542 43.6928 13.2578 44.6036 13.2578C45.5144 13.2578 46.3241 12.9542 46.9313 12.347C47.4373 11.841 47.741 11.1325 47.741 10.3229L47.6398 9.71567ZM48.6518 13.1566H52.3964V12.2458H49.6638V10.5253H52.0928V9.61447H49.6638V7.89398H52.3964V6.88194H48.6518V13.1566ZM54.7241 7.89398H53.0036V6.88194H57.3554V7.89398H55.6349V13.1566H54.7241V7.89398ZM61.2012 6.88194H60.1891V13.1566H61.2012V6.88194ZM63.6301 7.89398H61.9096V6.88194H66.3626V7.89398H64.6422V13.1566H63.6301V7.89398ZM71.9289 6.78073C71.0181 6.78073 70.2084 7.08435 69.6012 7.69157C68.994 8.2988 68.6903 9.10844 68.6903 10.0193C68.6903 10.9301 68.994 11.7398 69.6012 12.347C70.2084 12.9542 71.0181 13.2578 71.9289 13.2578C72.8397 13.2578 73.6494 12.9542 74.2566 12.347C74.8638 11.7398 75.1675 10.9301 75.1675 10.0193C75.1675 9.10844 74.8638 8.2988 74.2566 7.69157C73.5482 7.08435 72.8397 6.78073 71.9289 6.78073ZM71.9289 12.347C71.3217 12.347 70.8157 12.1446 70.3096 11.7398C69.9048 11.3349 69.7024 10.7277 69.7024 10.0193C69.7024 9.31085 69.9048 8.80483 70.3096 8.2988C70.7144 7.89398 71.2205 7.69157 71.9289 7.69157C72.5361 7.69157 73.0422 7.89398 73.5482 8.2988C73.953 8.70362 74.1554 9.31085 74.1554 10.0193C74.1554 10.7277 73.953 11.2337 73.5482 11.7398C73.0422 12.1446 72.5361 12.347 71.9289 12.347ZM79.9241 10.5253V6.88194H80.9361V13.1566H79.9241L76.9891 8.50121V13.1566H75.9771V6.88194H77.0903L79.9241 11.4362V10.5253Z\",fill:\"white\"})),e.createElement(\"defs\",null,e.createElement(\"clipPath\",{id:\"clip0_1_48\"},\"\\\\\",e.createElement(\"rect\",{width:\"135\",height:\"40\",fill:\"white\"}))))}},$u={ios:{ru:\"Скачать в App Store\",en:\"Download on the App Store\"},[Wu]:{ru:\"Скачать из Google Play\",en:\"Get it on Google Play\"}},Yu=t=>{var{platform:r,className:n,onClick:o,href:i,lang:a=g.En}=t,l=Zu(t,[\"platform\",\"className\",\"onClick\",\"href\",\"lang\"]);const c=null==Gu?void 0:Gu[r][a],s=null==$u?void 0:$u[r][a];return c?i?e.createElement(zd,Object.assign({className:Uu(null,n),onClick:o,href:i,target:\"_blank\",rel:\"noopener\"},l,{extraProps:Object.assign({\"aria-label\":s},l.extraProps)}),e.createElement(Re,{data:c})):e.createElement(\"div\",{role:\"button\",onClick:o,\"aria-label\":s},e.createElement(Re,{className:Uu(null,n),data:c})):null};var Qu;!function(e){e.IOS=\"ios\",e.ANDROID=\"android\",e.BROWSER=\"browser\"}(Qu||(Qu={}));Te(\"root\")({mobile:!0}).split(/\\s+/)[1];function Ku(){return Ku=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ku.apply(null,arguments)}const Xu=t=>e.createElement(\"svg\",Ku({xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 32 32\",width:\"32\",height:\"32\",fill:\"currentColor\"},ys,t),e.createElement(\"path\",{d:\"M25.524 10.479a10.952 10.952 0 0 0-4.003-4.004C19.836 5.492 17.996 5 16 5s-3.836.492-5.521 1.475a10.95 10.95 0 0 0-4.004 4.004C5.492 12.164 5 14.004 5 15.998c0 2.397.7 4.553 2.098 6.467 1.4 1.915 3.206 3.24 5.421 3.975.258.048.45.014.573-.1a.56.56 0 0 0 .186-.43l-.007-.773a128.35 128.35 0 0 1-.007-1.275l-.33.057c-.21.039-.474.055-.794.05a6.048 6.048 0 0 1-.996-.1 2.224 2.224 0 0 1-.96-.43 1.817 1.817 0 0 1-.63-.88l-.143-.33a3.58 3.58 0 0 0-.45-.73c-.206-.267-.414-.449-.624-.544l-.1-.072a1.05 1.05 0 0 1-.186-.172.785.785 0 0 1-.13-.2c-.028-.067-.004-.122.072-.166.077-.043.215-.064.416-.064l.286.043c.191.039.427.153.71.344.28.19.512.44.694.744.22.392.484.69.795.896.31.205.623.308.938.308.315 0 .587-.024.816-.072.23-.048.444-.12.645-.215.086-.64.32-1.131.701-1.475a9.8 9.8 0 0 1-1.468-.258 5.846 5.846 0 0 1-1.346-.559 3.855 3.855 0 0 1-1.153-.96c-.306-.381-.556-.883-.752-1.503-.196-.62-.293-1.337-.293-2.148 0-1.156.377-2.14 1.131-2.951-.353-.869-.32-1.843.1-2.922.277-.086.688-.021 1.232.193.544.215.943.4 1.196.552.253.153.456.282.609.387a10.17 10.17 0 0 1 2.75-.373c.945 0 1.862.124 2.75.373l.544-.344c.372-.23.812-.44 1.318-.63.506-.191.893-.244 1.16-.158.43 1.08.468 2.053.115 2.922.754.812 1.131 1.795 1.131 2.95 0 .812-.098 1.53-.293 2.156-.196.626-.449 1.127-.76 1.504-.31.377-.696.695-1.16.952a5.855 5.855 0 0 1-1.346.559 9.84 9.84 0 0 1-1.468.258c.496.43.745 1.108.745 2.034v3.022c0 .171.06.315.179.43.12.114.308.147.566.1 2.215-.736 4.022-2.06 5.42-3.975 1.4-1.915 2.099-4.07 2.099-6.467 0-1.995-.492-3.835-1.476-5.52z\"})),Ju=At({en:JSON.parse('{\"image-alt\":\"Button image\"}'),ru:JSON.parse('{\"image-alt\":\"Иконка кнопки\"}')},`${T}Button`),ep={normal:\"normal\",action:\"action\",flat:\"flat\",light:\"flat-secondary\",clear:\"flat-secondary\",raised:\"raised\",pseudo:\"outlined\",link:\"outlined-info\",accent:\"action\",websearch:\"action\",\"flat-special\":\"flat-contrast\",\"normal-special\":\"normal-contrast\",\"normal-dark\":\"outlined-contrast\",\"pseudo-special\":\"outlined-contrast\"},tp={xs:\"s\",ns:\"s\",s:\"m\",m:\"l\",l:\"l\",n:\"l\",head:\"l\",promo:\"xl\"},rp=e=>ep[e]??e,np=e=>tp[e]??e;var op=r(5185),ip={insert:\"head\",singleton:!1};o()(op.Z,ip);op.Z.locals;function ap(){return ap=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ap.apply(null,arguments)}const lp=M(\"button-block\"),cp=t=>{const{tld:r}=(0,e.useContext)(y),{className:n,analyticsEvents:o,size:i=\"l\",theme:a=\"normal\",url:l,urlTitle:c,img:d,onClick:u,text:p,width:f,...m}=t,h=\"left\",g=ot(s.Button,l),b=(0,e.useCallback)((e=>{g(o),u&&u(e)}),[g,o,u]),v={size:i,theme:a,width:f},_=d instanceof Object?{url:d.url,position:d.position||h,alt:d.alt}:{url:d,position:h},k=lp(d?{position:_.position,...v}:{...v},n),w={...m,onClick:b};if(\"app-store\"===a||\"google-play\"===a){const t=\"app-store\"===a?Qu.IOS:Qu.ANDROID;return e.createElement(Yu,{className:k,platform:t,href:l})}let x,B=d&&e.createElement(\"img\",{className:lp(\"image\"),src:_.url,alt:_.alt||Ju(\"image-alt\")});\"github\"===a&&(x=e.createElement(Re,{className:lp(\"icon\"),data:Xu,size:24,qa:\"button-icon\"}),B=void 0);const S=\"scale\"===a?\"accent\":a;return e.createElement(rr,ap({className:k,view:rp(S),size:np(i),href:l?dt(l,r):void 0,title:c,width:f},w),x&&\"left\"===_.position?x:null,e.createElement(\"span\",{className:lp(\"content\")},B&&\"left\"===_.position?B:null,e.createElement(\"span\",{className:lp(\"text\")},p),B&&\"right\"===_.position?B:null),x&&\"right\"===_.position?x:null)};var sp=r(8695),dp={insert:\"head\",singleton:!1};o()(sp.Z,dp);sp.Z.locals;function up(){return up=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},up.apply(null,arguments)}const pp=M(\"buttons\");function fp(e){return\"s\"===e?\"m\":\"xl\"}const mp=({className:t,titleId:r,buttons:n,size:o=\"s\",qa:i,buttonQa:a})=>n?e.createElement(\"div\",{className:pp({size:o},t),\"data-qa\":i},n.map((t=>e.createElement(cp,up({className:pp(\"button\")},t,{key:t.url,size:fp(o),qa:a,extraProps:{\"aria-describedby\":t.urlTitle?void 0:r,...t.extraProps}}))))):null;var hp=r(7505),gp={insert:\"head\",singleton:!1};o()(hp.Z,gp);hp.Z.locals;const bp=M(\"content\");function vp(e){return\"s\"===e?\"s\":\"m\"}const yp=t=>{const{title:r,titleId:n,text:o,textId:i,additionalInfo:a,size:l=\"l\",links:c,buttons:s,colSizes:d={all:12,sm:8},centered:u,theme:p,className:f,list:m,qa:h,controlPosition:g}=t,b=J(h,[\"links\",\"link\",\"buttons\",\"button\",\"list\"]),v=r&&\"string\"!=typeof r?r:{text:r,textSize:vp(l)},y=Boolean(r),_=Ue(),k=n||_;return e.createElement(fs,{className:bp({size:l,centered:u,theme:p,\"control-position\":g},f),reset:!0,sizes:d,qa:b.container},r&&e.createElement(zs,{className:bp(\"title\"),title:v,colSizes:{all:12},id:k}),o&&e.createElement(\"div\",{className:bp(\"text\",{\"without-title\":!y})},e.createElement(vs,{content:o,modifiers:{constructor:!0,[`constructor-size-${l}`]:!0},id:i})),m?.length?e.createElement(\"div\",{className:bp(\"list\")},e.createElement(iu,{list:m,size:l,qa:b.list,theme:p})):null,a&&e.createElement(\"div\",{className:bp(\"notice\")},e.createElement(vs,{content:a,modifiers:{constructor:!0,\"constructor-notice\":!0,[`constructor-size-${l}`]:!0}})),c&&e.createElement(Hu,{className:bp(\"links\",{size:l}),size:l,links:c,titleId:k,qa:b.links,linkQa:b.link}),s&&e.createElement(mp,{className:bp(\"buttons\",{size:l}),size:l,buttons:s,titleId:k,qa:b.buttons,buttonQa:b.button}))};var _p=r(279),kp={insert:\"head\",singleton:!1};o()(_p.Z,kp);_p.Z.locals;function wp(){return wp=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},wp.apply(null,arguments)}const xp=M(\"ExtendedFeaturesBlock\"),Bp={all:12,sm:6,md:4},Sp=({title:t,description:r,items:n,colSizes:o=Bp,animated:i})=>{const a=Dd(),l=t?\"h3\":\"h2\";return e.createElement(Be,{className:xp(),animate:i},e.createElement(zs,{title:t,subtitle:r,className:xp(\"header\")}),e.createElement(\"div\",{className:xp(\"items\")},e.createElement(Xd,null,n.map((({title:t,text:r,list:n,link:i,links:c,label:s,icon:d,buttons:u,additionalInfo:p})=>{const f=c||[],m=d&&Jd(d,a),h=m&&yd(m);return i&&f.push(i),e.createElement(fs,{className:xp(\"item\"),key:r||t,sizes:o},h&&e.createElement(\"div\",{className:xp(\"icon-wrap\"),\"aria-hidden\":!0},e.createElement(bt,wp({},h,{className:xp(\"icon\")}))),e.createElement(\"div\",{className:xp(\"container\")},t&&e.createElement(l,{className:xp(\"item-title\")},e.createElement(e.Fragment,null,e.createElement(gs,null,t),s&&e.createElement(\"span\",{className:xp(\"item-label\")},s))),e.createElement(yp,{text:r,links:f,size:\"s\",list:n,colSizes:{all:12,md:12},buttons:u,additionalInfo:p})))})))))};var Ep=r(8804),Ap=r.n(Ep),Cp=r(2762),Np=r.n(Cp),Pp=r(9401),Op={insert:\"head\",singleton:!1};o()(Pp.Z,Op);Pp.Z.locals;const Tp=M(\"BalancedMasonry\"),jp=t=>{const{className:r,columnClassName:n,children:o=[],breakpointCols:i,qa:a}=t,l=J(a,\"column\"),{isServer:c}=(0,e.useContext)(A),s=(0,e.useCallback)((()=>{const e=Object.entries(i).sort((([e],[t])=>Number(t)-Number(e)));let[,t]=Ap()(e);if(c)return t;for(const[r,n]of e){const e=Number(r);document?.body.clientWidth<=e&&(t=n)}return t}),[i,c]),[d,u]=(0,e.useState)(s()),[p,f]=(0,e.useState)([]),m=(0,e.useRef)(null),h=(0,e.useCallback)(Ye()((()=>{if(!m.current)return;const e=[],t=[];for(let r=0;r<d;r++)t.push({id:r,height:0}),e.push([]);for(let r=0;r<m.current.children.length;r++){const n=m.current.children.item(r);if(!n)continue;const i=Np()(t,\"height\")||{id:0,height:0},{id:a}=i;e[a].push(o[r]),i.height+=n.offsetHeight}f(e)}),300),[o,d]);return(0,e.useEffect)((()=>{h()}),[h,o,d]),(0,e.useEffect)((()=>{const e=()=>u(s());return window.addEventListener(\"resize\",e,{passive:!0}),()=>window.removeEventListener(\"resize\",e)}),[u,p,s]),(0,e.useEffect)((()=>{const e=m.current,t=\"ResizeObserver\"in window;if(!e||!t)return()=>{};const r=new ResizeObserver(h);for(let t=0;t<e.children.length;t++){const n=e.children.item(t);n&&r.observe(n)}return()=>r.disconnect()}),[h,o]),e.createElement(\"div\",{className:Tp(null,r),\"data-qa\":a},e.createElement(\"div\",{className:Tp(\"hidden-container\"),style:{width:100/d+\"%\"}},e.createElement(\"div\",{ref:m,className:Tp(\"hidden-list\")},o)),p.map(((t,r)=>e.createElement(\"div\",{key:r,className:n,style:{width:100/d+\"%\"},\"data-qa\":l.column},t))))};var Mp=r(8844),Lp={insert:\"head\",singleton:!1};o()(Mp.Z,Lp);Mp.Z.locals;const Ip=M(\"FullWidthBackground\");class Fp extends e.Component{ref=(0,e.createRef)();setBg=Ye()((()=>{if(this.ref&&this.ref.current){const e=this.ref.current,t=document.documentElement.clientWidth||document.body.clientWidth,r=\"rounded\"===this.props.theme?function(e){return e>ut.sm?16:8}(t):0,{left:n}=e.parentElement?.getBoundingClientRect()??{left:0};e.style.width=t-2*r+\"px\",e.style.left=`-${n-r}px`}}),100);componentDidMount(){this?.ref?.current?.parentElement&&(this.ref.current.parentElement.style.position=\"relative\",this.setBg(),window.addEventListener(\"resize\",this.setBg,{passive:!0}))}componentWillUnmount(){window.removeEventListener(\"resize\",this.setBg)}render(){const{children:t,className:r,style:n,theme:o=\"default\"}=this.props;return e.createElement(\"div\",{className:Ip({[o]:!0},r),ref:this.ref,style:n},t)}}var zp=r(4367),Dp={insert:\"head\",singleton:!1};o()(zp.Z,Dp);zp.Z.locals;function Rp(){return Rp=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Rp.apply(null,arguments)}const Hp=M(\"PromoFeaturesBlock\"),Vp={[ut.lg]:3,[ut.md]:2,[ut.sm]:1},qp=t=>{const{items:r,title:n,description:o,theme:i,animated:a=!0}=t,l=i||\"default\",c=Dd();return e.createElement(Be,{className:Hp({[l]:!0}),animate:a},e.createElement(Fp,{className:Hp(\"background\",{[l]:!0})}),e.createElement(zs,{title:n,subtitle:o,className:Hp(\"header\")}),e.createElement(jp,{breakpointCols:Vp,className:Hp(\"card-container\"),columnClassName:Hp(\"card-container-column\")},r.map((({title:t,text:r,media:n,theme:o},i)=>{const a=o||(\"default\"===l?\"default\":\"light\")||\"\",s=Jd(n,c),d=Ce(s,{name:t,description:r});return e.createElement(\"div\",{key:i,className:Hp(\"card\",{\"no-media\":!n,[a]:Boolean(a)})},e.createElement(\"div\",{className:Hp(\"card-info\")},e.createElement(\"h3\",{className:Hp(\"card-title\")},t),e.createElement(\"div\",{className:Hp(\"card-text\")},e.createElement(vs,{content:r,modifiers:{constructor:!0}}))),n&&e.createElement(Nd,Rp({className:Hp(\"card-media\")},d)))}))))},Zp={recalculateOnResizeDelay:1e3},Up=(t,r=Zp)=>{const n=r.recalculateOnResizeDelay,[o,i]=(0,e.useState)(void 0),a=(0,e.useCallback)((()=>{t.current&&t.current.offsetHeight!==o&&i(t.current.offsetHeight)}),[t,o,i]);return(0,e.useEffect)((()=>{const e=Ye()(a,n);return e(),window.addEventListener(\"resize\",e,{passive:!0}),()=>{window.removeEventListener(\"resize\",e)}}),[a,n]),o};var Wp=r(2794),Gp={insert:\"head\",singleton:!1};o()(Wp.Z,Gp);Wp.Z.locals;const $p=M(\"foldable-block\"),Yp=({isOpened:t,children:r,className:n,qa:o})=>{const i=J(o),a=(0,e.useRef)(null),l=(0,e.useRef)(null),c=Up(l);return(0,e.useEffect)((()=>{a&&a.current&&(a.current.style.height=t&&c?`${c}px`:\"0\")}),[t,c]),e.createElement(\"div\",{ref:a,className:$p({open:t},n),\"data-qa\":i.default},e.createElement(\"div\",{ref:l,className:$p(\"content-container\"),\"data-qa\":i.container},r))},Qp=\"https://schema.org/FAQPage\",Kp=\"/faq\",Xp=\"https://schema.org/Question\",Jp=\"mainEntity\",ef=\"name\",tf=\"text\",rf=\"https://schema.org/Answer\",nf=\"acceptedAnswer\";var of=r(6959),af={insert:\"head\",singleton:!1};o()(of.Z,af);of.Z.locals;function lf(){return lf=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},lf.apply(null,arguments)}const cf=M(\"QuestionsBlockItem\"),sf=({title:t,text:r,link:n,listStyle:o=\"dash\",isOpened:i,onClick:a})=>{const{onKeyDown:l}=Ge(a);return e.createElement(\"div\",{className:cf(),itemScope:!0,itemProp:Jp,itemType:Xp,role:\"listitem\"},e.createElement(\"button\",{className:cf(\"title\"),onClick:a,\"aria-expanded\":i,onKeyDown:l},e.createElement(gs,{itemProp:ef},t),e.createElement(As,{open:i,size:16,type:\"vertical\",iconType:\"navigation\",className:cf(\"arrow\")})),e.createElement(Yp,{isOpened:i},e.createElement(\"div\",{className:cf(\"text\"),itemScope:!0,itemProp:nf,itemType:rf,\"aria-hidden\":!i},e.createElement(vs,{content:r,modifiers:{constructor:!0,constructorListStyle:!0,constructorListStyleDash:\"dash\"===o},itemProp:tf}),n&&e.createElement(Lu,lf({},n,{tabIndex:i?0:-1,className:cf(\"link\")})))))};var df=r(1086),uf={insert:\"head\",singleton:!1};o()(df.Z,uf);df.Z.locals;const pf=M(\"QuestionsBlock\"),ff=t=>{const{title:r,text:n,additionalInfo:o,links:i,buttons:a,items:l,list:c}=t,[s,d]=(0,e.useState)([0]);return e.createElement(\"div\",{className:pf(),itemScope:!0,itemType:Qp,itemID:Kp},e.createElement(Xd,null,e.createElement(fs,{sizes:{all:12,md:4}},e.createElement(\"div\",{className:pf(\"title\")},e.createElement(yp,{title:r,text:n,additionalInfo:o,links:i,list:c,buttons:a,colSizes:{all:12,md:12}}))),e.createElement(fs,{sizes:{all:12,md:8},role:\"list\"},l.map((({title:t,text:r,link:n,listStyle:o=\"dash\"},i)=>{const a=s.includes(i);return e.createElement(sf,{key:t,title:t,text:r,link:n,listStyle:o,isOpened:a,onClick:()=>(e=>{let t;t=s.includes(e)?s.filter((t=>t!==e)):[...s,e],d(t)})(i)})})))))},mf=({href:t,children:r})=>{const{Link:n}=(0,e.useContext)(_);return n?e.createElement(n,{href:t},r):e.createElement(e.Fragment,null,r)};var hf=r(9741),gf={insert:\"head\",singleton:!1};o()(hf.Z,gf);hf.Z.locals;const bf=M(\"banner-card\"),vf=t=>{const{title:r,subtitle:n,button:{url:o,text:i,target:a,theme:l=\"raised\"}={},color:c,theme:s=\"light\",image:d,disableCompress:u,mediaView:p=\"full\"}=t,f=Dd(),m={};return c&&(m.backgroundColor=Jd(c,f)),e.createElement(\"div\",{className:bf({theme:s,\"media-view\":p})},e.createElement(\"div\",{className:bf(\"content\"),style:m},e.createElement(\"div\",{className:bf(\"info\")},e.createElement(\"div\",{className:bf(\"text\")},e.createElement(\"h2\",{className:bf(\"title\")},e.createElement(gs,null,r)),n&&e.createElement(vs,{className:bf(\"subtitle\"),content:n,modifiers:{constructor:!0}})),o&&e.createElement(mf,{href:o},e.createElement(cp,{className:bf(\"button\"),theme:l,size:\"xl\",text:i??\"\",url:o,target:a}))),e.createElement(pd,{className:bf(\"image\"),src:Jd(d,f),disableCompress:u})))};var yf=r(4683),_f={insert:\"head\",singleton:!1};o()(yf.Z,_f);yf.Z.locals;const kf=M(\"banner-block\"),wf=t=>{const{animated:r,className:n,...o}=t;return e.createElement(Be,{className:kf(null,n),animate:r},e.createElement(vf,o))};var xf=r(4879),Bf={insert:\"head\",singleton:!1};o()(xf.Z,Bf);xf.Z.locals;function Sf(){return Sf=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Sf.apply(null,arguments)}const Ef=M(\"companies-block\"),Af=({title:t,description:r,images:n,animated:o})=>{const i=Jd(n,Dd())||{};return e.createElement(Be,{className:Ef(),offset:150,animate:o},e.createElement(\"div\",{className:Ef(\"content\")},e.createElement(zs,{title:t,subtitle:r,colSizes:{all:12,sm:12}}),e.createElement(\"div\",{className:Ef(\"images\")},e.createElement(bt,Sf({},i,{className:Ef(\"image\")})))))};var Cf=r(1523),Nf={insert:\"head\",singleton:!1};o()(Cf.Z,Nf);Cf.Z.locals;var Pf=r(55),Of={insert:\"head\",singleton:!1};o()(Pf.Z,Of);Pf.Z.locals;const Tf=M(\"Grid\"),jf=({debug:t,children:r,className:n,style:o,containerClass:i=\"\"})=>e.createElement(\"div\",{style:o,className:Tf({debug:t},n)},e.createElement(\"div\",{className:`container-fluid ${i}`},r));var Mf=r(3656),Lf={insert:\"head\",singleton:!1};o()(Mf.Z,Lf);Mf.Z.locals;const If=M(\"media-base-content\"),Ff=t=>{const{title:r,description:n,button:o,links:i,buttons:a=[],additionalInfo:l,size:c=\"l\",list:s}=t,d=o?[{...o,size:\"xl\"},...a]:a;return e.createElement(\"div\",{className:If()},e.createElement(yp,{title:r,text:n,links:i,theme:\"default\",buttons:d,list:s,additionalInfo:l,size:c,colSizes:{all:12,md:12}}))};var zf=r(6120),Df={insert:\"head\",singleton:!1};o()(zf.Z,Df);zf.Z.locals;const Rf=M(\"media-base\"),Hf=()=>null,Vf=t=>{const{children:r,largeMedia:n,direction:o=\"content-media\",mobileDirection:i=\"content-media\",animated:a,mediaOnly:l,onScroll:c,mediaOnlyColSizes:s={all:12,md:8},...d}=t,{title:u,description:p}=d,f=(0,e.useMemo)((()=>l?{[ts.All]:12}:{[ts.Md]:n?8:6,[ts.All]:12}),[l,n]),m=(0,e.useMemo)((()=>({[ts.Md]:n?4:6,[ts.All]:12})),[n]),h=!l&&e.createElement(Ff,d),g=r.type===Hf?r?.props.children:null;return e.createElement(Be,{className:Rf(),onScroll:c,animate:a},l&&e.createElement(zs,{className:Rf(\"header\"),title:u,subtitle:p,colSizes:s}),e.createElement(jf,null,e.createElement(Xd,{className:Rf(\"row\",{reverse:\"media-content\"===o,\"mobile-reverse\":\"media-content\"===i})},e.createElement(fs,{className:Rf(\"content\"),sizes:m},h),g?e.createElement(fs,{sizes:f},e.createElement(\"div\",{className:Rf(\"card\")},g)):null)))};Vf.Card=Hf;const qf=Vf,Zf=({border:e,disableShadow:t})=>e||(t?\"none\":\"shadow\");var Uf=r(4377),Wf={insert:\"head\",singleton:!1};o()(Uf.Z,Wf);Uf.Z.locals;function Gf(){return Gf=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Gf.apply(null,arguments)}const $f=M(\"media-block\"),Yf=t=>{const{media:r,border:n,disableShadow:o,title:i,description:a}=t,l=Zf({border:n,disableShadow:o}),[c,s]=(0,e.useState)(!1),d=Jd(r,Dd()),u=Ce(d,{name:i,description:a});return e.createElement(qf,Gf({},t,{onScroll:()=>s(!0)}),e.createElement(qf.Card,null,e.createElement(Nd,Gf({imageClassName:$f(\"image\")},u,{playVideo:c,className:$f({border:l})}))))};var Qf=r(7776),Kf={insert:\"head\",singleton:!1};o()(Qf.Z,Kf);Qf.Z.locals;function Xf(){return Xf=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Xf.apply(null,arguments)}const Jf=M(\"info-block\"),em={md:6,all:12},tm=t=>{const{backgroundColor:r,theme:n=\"dark\",buttons:o=[],title:i,sectionsTitle:a,links:l=[],rightContent:c={},leftContent:s={}}=t,d=Dd(),u=\"dark\"===n?\"dark\":\"default\",p=[...c?.links||[],...l.map((e=>({...e,arrow:!0,theme:\"normal\"})))],f=[...o,...s?.buttons||[]],m={colSizes:{all:12,md:12},className:Jf(\"content\"),theme:u};return e.createElement(\"div\",{className:Jf()},e.createElement(\"div\",{className:Jf(\"container\"),style:{backgroundColor:Jd(r,d)}},e.createElement(jf,null,e.createElement(Xd,null,e.createElement(fs,{sizes:em,className:Jf(\"left\")},e.createElement(yp,Xf({title:i||s?.title,text:s?.text,links:s?.links,list:s?.list,buttons:f,additionalInfo:s?.additionalInfo},m))),e.createElement(fs,{sizes:em,className:Jf(\"right\")},e.createElement(yp,Xf({title:a||c?.title,text:c?.text,links:p,list:c?.list,buttons:c?.buttons,additionalInfo:c?.additionalInfo},m)))))))},rm=t=>e.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",width:16,height:16,fill:\"none\",viewBox:\"0 0 16 16\"},t),e.createElement(\"path\",{fill:\"currentColor\",fillRule:\"evenodd\",d:\"M13.488 3.43a.75.75 0 0 1 .081 1.058l-6 7a.75.75 0 0 1-1.1.042l-3.5-3.5A.75.75 0 0 1 4.03 6.97l2.928 2.927 5.473-6.385a.75.75 0 0 1 1.057-.081Z\",clipRule:\"evenodd\"})),nm=t=>e.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",width:16,height:16,fill:\"none\",viewBox:\"0 0 16 16\"},t),e.createElement(\"path\",{fill:\"currentColor\",fillRule:\"evenodd\",d:\"M1.75 8a.75.75 0 0 1 .75-.75h11a.75.75 0 0 1 0 1.5h-11A.75.75 0 0 1 1.75 8Z\",clipRule:\"evenodd\"}));var om=r(9219),im={insert:\"head\",singleton:!1};o()(om.Z,im);om.Z.locals;function am(e){if(!isNaN(e))return`marker-${e}`}const lm=M(\"table\");class cm extends e.Component{render(){const{content:t,legend:r,hideLegend:n,marker:o=\"disk\",className:i,caption:a}=this.props;return t&&t.length&&t[0].length?e.createElement(\"div\",{className:lm(null,i),role:\"table\",\"aria-label\":a},this.renderTable(t,o,r),r&&!n&&this.renderLegend(r,o)):null}renderTable(t,r,n){const o=this.getDefaultJustify(t,this.props.justify);return e.createElement(\"div\",{className:lm(\"table\"),role:\"rowgroup\"},t.map(((t,i)=>e.createElement(\"div\",{key:i,className:lm(\"row\"),role:\"row\"},t.map(((t,a)=>e.createElement(\"div\",{key:a,className:lm(\"cell\",{justify:o[a]}),role:\"cell\"},n&&i&&a?this.renderMarker(r,t):e.createElement(gs,null,t))))))))}renderMarker(t,r){return e.createElement(\"div\",{\"aria-labelledby\":am(Number(r)),className:lm(\"marker\",{type:t,index:String(r)})},\"tick\"===t?e.createElement(Re,{size:20,className:lm(\"marker_tick\",{check:1===Number(r)}),data:1===Number(r)?rm:nm}):null)}renderLegend(t,r){return e.createElement(\"div\",{className:lm(\"legend\")},t.map(((t,n)=>e.createElement(\"div\",{key:t,className:lm(\"legend-item\")},this.renderMarker(r,String(n)),e.createElement(vs,{className:lm(\"legent-item-text\"),content:t,modifiers:{constructor:!0},id:am(n)})))))}getDefaultJustify(e,t){return t||new Array(e[0].length).fill(\"center\")}}var sm=r(6481),dm={insert:\"head\",singleton:!1};o()(sm.Z,dm);sm.Z.locals;function um(){return um=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},um.apply(null,arguments)}const pm=M(\"table-block\"),fm=t=>{const{title:r,table:n}=t;return e.createElement(\"div\",{className:pm()},e.createElement(jf,{className:pm(\"content\")},e.createElement(Xd,{className:pm(\"row\")},e.createElement(fs,{sizes:{[ts.Md]:4,[ts.All]:12}},e.createElement(\"h2\",{className:pm(\"title\")},r)),e.createElement(fs,{sizes:{[ts.Md]:8,[ts.All]:12}},e.createElement(cm,um({className:pm(\"table\")},n))))))};var mm=r(8437),hm={insert:\"head\",singleton:!1};o()(mm.Z,hm);mm.Z.locals;const gm=M(\"button-tabs\"),bm=({className:t,items:r,activeTab:n,onSelectTab:o,tabSize:i=\"l\",qa:a})=>{const l=(0,e.useMemo)((()=>n||r[0].id),[n,r]),c=(0,e.useCallback)((e=>t=>{o&&o(e,t)}),[o]);return e.createElement(\"div\",{className:gm(null,t),role:\"tablist\",\"data-qa\":a},r.map((({id:t,title:r})=>{const n=t===l;return e.createElement(cp,{text:r,className:gm(\"item\",{active:n}),key:r,size:i,onClick:c(t),extraProps:{role:\"tab\",\"aria-selected\":n}})})))};var vm=r(4805),ym={insert:\"head\",singleton:!1};o()(vm.Z,ym);vm.Z.locals;const _m=M(\"tabs-block-text-content\"),km=({centered:t,contentSize:r=\"s\",showMedia:n,data:o,imageProps:i,isReverse:a})=>{if(!o)return null;const{media:l,title:c,text:s,additionalInfo:d,link:u,links:p,buttons:f,list:m}=o;return e.createElement(fs,{sizes:{all:12,md:n?4:8},className:_m({centered:t})},e.createElement(\"div\",{className:_m(\"wrapper\",{reverse:a,\"no-image\":!(l||i)})},e.createElement(yp,{title:c,text:s,additionalInfo:d,size:r,list:m,links:[...u?[u]:[],...p||[]],buttons:f,colSizes:{all:12}})))};var wm=r(9500),xm={insert:\"head\",singleton:!1};o()(wm.Z,xm);wm.Z.locals;function Bm(){return Bm=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Bm.apply(null,arguments)}const Sm=M(\"tabs-block\"),Em=({items:t,title:r,description:n,animated:o,tabsColSizes:i,centered:a,direction:l=\"media-content\",contentSize:c=\"s\"})=>{const[s,d]=(0,e.useState)(t[0].tabName),[u,p]=(0,e.useState)(!1),f=Dd(),m=t.map((({tabName:e})=>({title:e,id:e}))),h=t.find((({tabName:e})=>e===s)),g=\"content-media\"===l,b=(0,e.useRef)(null),v=b?.current?.offsetWidth,y=Ue(),_=Jd(h?.media,f),k=!_?.image&&!h?.image&&v&&It(v),[w,x]=(0,e.useState)(b?.current?.offsetHeight);let B;const S=(0,e.useCallback)((()=>{w!==b?.current?.offsetHeight&&x(b?.current?.offsetHeight)}),[w]),E=(0,e.useCallback)(((e,t)=>{d(e),t.currentTarget.scrollIntoView({inline:\"center\",behavior:\"smooth\",block:\"nearest\"})}),[]);if((0,e.useEffect)((()=>{S()}),[s,S]),h){const e=Jd(h?.image,f);B=e&&yd(e),h.caption&&B&&Object.assign(B,{\"aria-describedby\":y})}const A=Boolean(h?.media||B),C=Boolean(h?.text),N=h?.border||\"shadow\",P=C&&e.createElement(km,{showMedia:A,data:h,imageProps:B||void 0,isReverse:g,contentSize:c,centered:a}),O=A&&e.createElement(fs,{sizes:{all:12,md:8},orders:{all:os.Last,md:os.First},className:Sm(\"col\",{centered:a})},h?.media&&e.createElement(\"div\",{style:{minHeight:k||w}},e.createElement(\"div\",{ref:b},e.createElement(Nd,Bm({},Ce(Jd(h.media,f),{name:h.tabName,description:h.caption?h.caption:void 0}),{key:s,className:Sm(\"media\",{border:N}),playVideo:u,height:k||void 0,onImageLoad:S})))),B&&e.createElement(e.Fragment,null,e.createElement(vd,Bm({},B,{imageClassName:Sm(\"image\",{border:N})}))),h?.caption&&e.createElement(\"p\",{className:Sm(\"caption\"),id:y},e.createElement(vs,{content:h.caption,modifiers:{constructor:!0},id:y})));return e.createElement(Be,{className:Sm(),onScroll:()=>p(!0),animate:o},e.createElement(zs,{title:r,subtitle:n,className:Sm(\"title\",{centered:a})}),e.createElement(Xd,{justifyContent:a?Jc.Center:void 0},e.createElement(fs,{sizes:i},e.createElement(bm,{items:m,onSelectTab:E,activeTab:s,className:Sm(\"tabs\",{centered:a})}))),h&&e.createElement(Xd,{className:Sm(\"row\",{reverse:g})},O,P))},Am=At({en:JSON.parse('{\"label\":\"You are here:\"}'),ru:JSON.parse('{\"label\":\"Вы здесь:\"}')},`${T}HeaderBreadcrumbs`);var Cm=r(7543),Nm={insert:\"head\",singleton:!1};o()(Cm.Z,Nm);Cm.Z.locals;const Pm=M(\"header-breadcrumbs\");function Om(t){const{items:r,theme:n=\"light\",className:o,analyticsEvents:i}=t,a=ot(s.Breadcrumb),l=(0,e.useCallback)((()=>{a(i)}),[i,a]);return e.createElement(\"nav\",{className:Pm({theme:n},o),\"aria-label\":Am(\"label\")},e.createElement(\"ol\",{className:Pm(\"list\")},r?.map((({url:t,text:r})=>e.createElement(\"li\",{className:Pm(\"item\"),key:t},e.createElement(\"a\",{href:t,className:Pm(\"text\"),onClick:l},r),e.createElement(\"span\",{className:Pm(\"separator\"),\"aria-hidden\":!0},\"/\"))))))}var Tm=r(5509),jm={insert:\"head\",singleton:!1};o()(Tm.Z,jm);Tm.Z.locals;function Mm(){return Mm=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Mm.apply(null,arguments)}const Lm=M(\"header-block\"),Im=({background:t,isMobile:r})=>{const{url:n,image:o,fullWidthMedia:i,video:a,color:l}=t,c=n?yd(n):o,s=!r||\"object\"==typeof o&&\"mobile\"in o;return e.createElement(\"div\",{className:Lm(\"background\",{media:!0,\"full-width-media\":i}),style:{backgroundColor:l}},s&&e.createElement(Nd,Mm({},t,{className:Lm(\"background-media\"),imageClassName:Lm(\"image\"),videoClassName:Lm(\"video\"),isBackground:!0,parallax:!1,video:r?void 0:a,image:c})))},Fm=({background:t})=>e.createElement(\"div\",{className:Lm(\"background\",{\"full-width\":!0}),style:{backgroundColor:t?.color}}),zm=t=>{const{title:r,overtitle:n,description:o,buttons:i,image:a,video:l,width:c=\"m\",imageSize:s,offset:d=\"default\",background:u,theme:p=\"light\",verticalOffset:f=\"m\",className:m,breadcrumbs:h,status:g,renderTitle:b,children:v,mediaView:y=\"full\"}=t,_=(0,e.useContext)(S),k=Dd(),w=Boolean(a||l),x=s||function(e){return\"m\"===e?\"s\":\"m\"}(c),B=w?function(e){switch(e){case\"s\":return{md:8,all:12};case\"m\":return{md:6,all:12};default:return{all:12}}}(x):function(e){switch(e){case\"s\":return{lg:6,sm:12,md:8,all:12};case\"m\":return{lg:8,md:8,sm:12,all:12};default:return{all:12}}}(c);let E=f;w&&!f&&(E=\"m\");const A=u&&Jd(u,k),C=a&&Jd(a,k),N=l&&Jd(l,k),P=A?.fullWidth||A?.fullWidthMedia,O=Ue();return e.createElement(\"header\",{className:Lm({\"has-media\":w,\"full-width\":P,\"media-view\":y,\"controls-view\":p},m)},A&&P&&e.createElement(Fm,{background:A}),A&&e.createElement(Im,{background:A,isMobile:_}),e.createElement(jf,{containerClass:Lm(\"container-fluid\")},h&&e.createElement(Xd,{className:Lm(\"breadcrumbs\")},e.createElement(fs,null,e.createElement(Om,Mm({},h,{theme:p})))),e.createElement(Xd,null,e.createElement(fs,{reset:!0,className:Lm(\"content-wrapper\")},e.createElement(Xd,null,e.createElement(fs,{className:Lm(\"content\",{offset:d,theme:p,\"vertical-offset\":E})},e.createElement(fs,{sizes:B,className:Lm(\"content-inner\")},n&&e.createElement(\"div\",{className:Lm(\"overtitle\")},e.createElement(gs,null,n)),e.createElement(\"h1\",{className:Lm(\"title\"),id:O},g,b?b(r):e.createElement(gs,null,r)),o&&e.createElement(\"div\",{className:Lm(\"description\",{theme:p})},e.createElement(vs,{content:o,modifiers:{constructor:!0,constructorTheme:p}})),i&&e.createElement(\"div\",{className:Lm(\"buttons\"),\"data-qa\":\"header-buttons\"},i.map(((t,r)=>e.createElement(mf,{href:t.url,key:r},e.createElement(cp,Mm({key:r,className:Lm(\"button\"),size:\"xl\",extraProps:{\"aria-describedby\":O,...t.extraProps}},t)))))),v))),w&&e.createElement(Nd,{className:Lm(\"media\",{[x]:!0}),videoClassName:Lm(\"video\"),imageClassName:Lm(\"image\"),video:N,image:C})))))};var Dm=r(6025),Rm={insert:\"head\",singleton:!1};o()(Dm.Z,Rm);Dm.Z.locals;function Hm(){return Hm=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Hm.apply(null,arguments)}const Vm=M(\"icons-block\"),qm=({title:t,description:r,size:n=\"s\",colSizes:o={all:12},items:i})=>{const{hostname:a}=(0,e.useContext)(_),l=ot(),c=Dd(),s=(0,e.useCallback)((({analyticsEvents:e,url:t})=>{l(e,{url:t})}),[l]);return e.createElement(\"div\",{className:Vm({size:n})},(t||r)&&e.createElement(zs,{className:Vm(\"header\"),title:t,subtitle:r,colSizes:o}),i.map((t=>{const r=Jd(t.src,c),n=(t=>e.createElement(e.Fragment,null,e.createElement(bt,{className:Vm(\"image\"),src:t.src}),e.createElement(\"p\",{className:Vm(\"text\")},t.text)))({...t,src:r}),{url:o,text:i}=t;return o?e.createElement(\"a\",Hm({className:Vm(\"item\"),key:o,href:o,\"aria-label\":i,title:i},ct(o,a),{onClick:()=>s(t)}),n):e.createElement(\"div\",{className:Vm(\"item\"),key:i},n)})))};var Zm=r(1650),Um={insert:\"head\",singleton:!1};o()(Zm.Z,Um);Zm.Z.locals;function Wm(){return Wm=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Wm.apply(null,arguments)}const Gm=M(\"header-slider-block\"),$m=({items:t,arrows:r,...n})=>{const o=!(0,e.useContext)(S)&&r;return e.createElement(\"div\",{className:Gm(\"wrapper\"),\"data-qa\":\"header-slider\"},e.createElement(ad,Wm({},n,{arrows:o,slidesToShow:1,type:q.HeaderCard,animated:!1,blockClassName:Gm(),arrowSize:20}),t.map(((t,r)=>e.createElement(\"div\",{key:r,className:Gm(\"item\"),\"data-qa\":`header-slider-item-${r+1}`},e.createElement(zm,Wm({},t,{className:Gm(\"item-content\")})))))))};var Ym=r(1609),Qm=r.n(Ym),Km=r(1029),Xm={insert:\"head\",singleton:!1};o()(Km.Z,Xm);Km.Z.locals;function Jm(){return Jm=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Jm.apply(null,arguments)}const eh={all:12,sm:6,md:4},th=M(\"card-layout-block\"),rh=({title:t,description:r,animated:n,colSizes:o=eh,children:i,className:a,titleClassName:l,background:c})=>{const s=Dd(),{border:d,...u}=Jd(c||{},s);return e.createElement(Be,{className:th(null,a),animate:n},(t||r)&&e.createElement(zs,{title:t,subtitle:r,className:l}),e.createElement(\"div\",{className:th(\"content\",{\"with-background\":!Qm()(c)})},e.createElement(pd,Jm({className:th(\"image\",{border:d})},u)),e.createElement(Xd,null,e.Children.map(i,((t,r)=>e.createElement(fs,{key:r,sizes:o,className:th(\"item\")},t))))))};var nh=r(8223),oh={insert:\"head\",singleton:!1};o()(nh.Z,oh);nh.Z.locals;function ih(){return ih=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ih.apply(null,arguments)}const ah=M(\"content-layout-block\");function lh(e){return\"s\"===e?\"s\":\"l\"}const ch=t=>{const r=(0,e.useContext)(S),{textContent:n,fileContent:o,size:i=\"l\",background:a,centered:l,theme:c=\"default\",textWidth:s=\"m\"}=t,d=(0,e.useMemo)((()=>function(e){switch(e){case\"s\":return{all:12,md:6};case\"l\":return{all:12,md:12};default:return{all:12,md:8}}}(s)),[s]),u=Jd(a,Dd());return e.createElement(\"div\",{className:ah({size:i,theme:c,background:Boolean(a)})},e.createElement(yp,ih({className:ah(\"content\")},n,{size:i,centered:l,colSizes:d,theme:c})),o&&e.createElement(fs,{className:ah(\"files\",{size:i,centered:l}),reset:!0,sizes:d},o.map((t=>e.createElement(Nu,ih({className:ah(\"file\")},t,{key:t.href,type:\"horizontal\",textSize:lh(i),theme:c}))))),a&&e.createElement(\"div\",{className:ah(\"background\")},e.createElement(pd,ih({className:ah(\"background-item\")},u,{hide:r}))))};function sh(){return sh=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sh.apply(null,arguments)}function dh(){return dh=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},dh.apply(null,arguments)}function uh(){return uh=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},uh.apply(null,arguments)}function ph(){return ph=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ph.apply(null,arguments)}function fh(){return fh=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fh.apply(null,arguments)}const mh=At({en:JSON.parse('{\"constructor-share\":\"Share\",\"facebook-title\":\"Opens in a new tab\",\"twitter-title\":\"Opens in a new tab\",\"linkedin-title\":\"Opens in a new tab\",\"vk-title\":\"Opens in a new tab\",\"telegram-title\":\"Opens in a new tab\",\"facebook-label\":\"Facebook logo\",\"twitter-label\":\"Twitter logo\",\"linkedin-label\":\"LinkedIn logo\",\"vk-label\":\"VK logo\",\"telegram-label\":\"Telegram logo\"}'),ru:JSON.parse('{\"constructor-share\":\"Поделиться\",\"facebook-title\":\"Откроется в новой вкладке\",\"twitter-title\":\"Откроется в новой вкладке\",\"linkedin-title\":\"Откроется в новой вкладке\",\"vk-title\":\"Откроется в новой вкладке\",\"telegram-title\":\"Откроется в новой вкладке\",\"facebook-label\":\"Facebook лого\",\"twitter-label\":\"Twitter лого\",\"linkedin-label\":\"LinkedIn лого\",\"vk-label\":\"VK лого\",\"telegram-label\":\"Telegram лого\"}')},`${T}Share`);var hh=r(1212),gh={insert:\"head\",singleton:!1};o()(hh.Z,gh);hh.Z.locals;const bh={facebook:t=>e.createElement(\"svg\",sh({xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 24 24\",width:\"24\",height:\"24\",fill:\"currentColor\"},ys,t),e.createElement(\"path\",{d:\"M13.79 22H9.93v-9.501H8V9.225h1.93V7.26C9.93 4.589 11.017 3 14.113 3h2.577v3.275h-1.61c-1.206 0-1.285.457-1.285 1.311l-.006 1.639h2.918l-.341 3.274H13.79V22z\"})),twitter:t=>e.createElement(\"svg\",ph({xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 24 24\",width:\"24\",height:\"24\",fill:\"currentColor\"},ys,t),e.createElement(\"path\",{d:\"M19.644 6.675a4.247 4.247 0 0 0 1.803-2.362c-.793.49-1.67.844-2.606 1.036A4.016 4.016 0 0 0 15.846 4c-2.265 0-4.101 1.913-4.101 4.272 0 .335.034.66.104.973C8.44 9.066 5.417 7.367 3.392 4.78a4.397 4.397 0 0 0-.555 2.149c0 1.481.724 2.789 1.825 3.556a3.994 3.994 0 0 1-1.859-.534v.053c0 2.07 1.413 3.797 3.293 4.188-.345.1-.707.15-1.083.15-.264 0-.522-.025-.77-.075.52 1.696 2.036 2.933 3.832 2.966A8.028 8.028 0 0 1 2 19.004a11.29 11.29 0 0 0 6.29 1.92c7.548 0 11.673-6.51 11.673-12.156 0-.186-.002-.37-.01-.553A8.508 8.508 0 0 0 22 6.003c-.736.34-1.527.57-2.356.672z\"})),linkedin:t=>e.createElement(\"svg\",dh({xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 24 24\",width:\"24\",height:\"24\",fill:\"currentColor\"},ys,t),e.createElement(\"path\",{d:\"M21.3779 19.3506H17.7796V13.7149C17.7796 12.371 17.7556 10.641 15.908 10.641C14.0339 10.641 13.7471 12.1053 13.7471 13.6171V19.3503H10.1487V7.76094H13.6032V9.34475H13.6515C13.9972 8.7536 14.4968 8.2673 15.097 7.93763C15.6972 7.60796 16.3756 7.44726 17.0599 7.47266C20.707 7.47266 21.3794 9.8718 21.3794 12.9929L21.3779 19.3506ZM6.08857 6.17675C5.67556 6.17682 5.2718 6.05442 4.92836 5.82501C4.58492 5.5956 4.31722 5.26949 4.1591 4.88792C4.00097 4.50633 3.95956 4.08644 4.04005 3.68132C4.12055 3.2762 4.31936 2.90406 4.61135 2.61194C4.90333 2.31983 5.27537 2.12085 5.68043 2.0402C6.08549 1.95954 6.50536 2.00084 6.88696 2.15883C7.26854 2.31683 7.59472 2.58444 7.82423 2.92782C8.05375 3.27122 8.1763 3.67496 8.17637 4.088C8.17642 4.36226 8.12246 4.63383 8.01757 4.88721C7.91267 5.14061 7.75889 5.37086 7.56502 5.56482C7.37114 5.75877 7.14098 5.91264 6.88765 6.01764C6.63431 6.12264 6.36278 6.1767 6.08857 6.17675ZM7.88774 19.3506H4.28561V7.76094H7.88774V19.3506Z\"})),vk:t=>e.createElement(\"svg\",fh({xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 24 24\",width:\"24\",height:\"24\",fill:\"currentColor\"},ys,t),e.createElement(\"path\",{d:\"M19.934 13.916c.73.713 1.5 1.383 2.155 2.167.289.349.563.708.772 1.113.297.575.028 1.208-.488 1.242l-3.205-.001c-.826.068-1.486-.265-2.04-.83-.444-.452-.855-.933-1.282-1.4a3.04 3.04 0 0 0-.576-.513c-.438-.284-.818-.197-1.068.26-.254.464-.312.978-.337 1.495-.034.754-.263.953-1.02.987-1.62.077-3.158-.168-4.587-.985-1.26-.721-2.236-1.738-3.086-2.89-1.655-2.242-2.922-4.706-4.06-7.239-.257-.57-.07-.877.56-.888a87.013 87.013 0 0 1 3.138-.001c.425.006.706.25.87.651.566 1.391 1.258 2.715 2.127 3.941.231.327.467.653.803.883.372.255.655.17.83-.244.11-.262.16-.545.184-.826.083-.967.094-1.933-.051-2.897-.09-.602-.428-.991-1.029-1.105-.306-.058-.26-.172-.112-.347.257-.302.5-.49.983-.49h3.622c.57.113.697.37.775.943l.003 4.024c-.006.222.11.881.51 1.028.321.105.532-.152.724-.355.868-.92 1.487-2.008 2.04-3.134.245-.495.456-1.01.66-1.524.152-.381.39-.569.82-.56l3.485.003c.104 0 .208.001.309.018.587.1.748.353.566.927-.285.9-.842 1.65-1.385 2.403-.582.805-1.204 1.582-1.78 2.39-.53.74-.488 1.112.17 1.754z\"})),telegram:t=>e.createElement(\"svg\",uh({xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 24 24\",width:\"24\",height:\"24\",fill:\"currentColor\"},ys,t),e.createElement(\"path\",{d:\"M2.336 11.932l4.378 1.634 1.694 5.45a.515.515 0 0 0 .819.246l2.44-1.99a.728.728 0 0 1 .888-.024l4.401 3.196c.303.22.732.054.808-.312l3.225-15.51a.516.516 0 0 0-.691-.587L2.33 10.968a.516.516 0 0 0 .006.965zm5.799.764l8.556-5.27c.154-.094.312.114.18.237L9.81 14.226c-.248.231-.408.54-.454.876l-.24 1.783c-.032.238-.367.261-.432.031l-.925-3.25a.862.862 0 0 1 .376-.97z\"}))},vh=M(\"share-block\"),yh=({items:t,title:r})=>{const{pathname:n,hostname:o}=(0,e.useContext)(_),i=ot(s.ShareButton),a=(0,e.useCallback)((()=>i()),[i]);return e.createElement(\"div\",{className:vh()},e.createElement(\"h5\",{className:vh(\"title\")},r||mh(\"constructor-share\")),e.createElement(\"div\",{className:vh(\"items\")},t.map((t=>{const r=function(e,t,r){if(!t)return r??\"\";const n=(0,it.Qc)(r||\"\");return(0,it.WU)({...n,protocol:n.protocol||\"https\",hostname:n.hostname||e,pathname:n.pathname||t})}(o,n),i=((e,t,r,n)=>{switch(t){case Z.Telegram:return X(\"https://t.me/share/url\",{url:e,text:r});case Z.Facebook:return X(\"https://facebook.com/sharer.php\",{u:e});case Z.Twitter:return X(\"https://twitter.com/intent/tweet\",{url:e,text:r});case Z.Vk:return X(\"https://vk.com/share.php\",{url:e,title:r,comment:n});case Z.LinkedIn:return X(\"https://www.linkedin.com/sharing/share-offsite/\",{url:e});default:return void console.error(`Unknown share type: ${t}`)}})(r,t),l=bh[t],c=mh(`${t}-title`),s=mh(`${t}-label`);return e.createElement(rr,{key:t,view:\"flat\",size:\"l\",target:\"_blank\",href:i,className:vh(\"item\",{type:t.toLowerCase()}),onClick:a,title:c,extraProps:{\"aria-label\":s}},l&&e.createElement(Re,{data:l,size:24,className:vh(\"icon\",{type:t})}))}))))};function _h(e,t){return t?e/4*3:e/16*9}const kh=M(\"map\");const wh=t=>{const{address:r,zoom:n,className:o}=t,{apiKey:i,scriptSrc:a}=(0,e.useContext)(B),{lang:l=g.Ru}=(0,e.useContext)(y),c=(0,e.useContext)(S),[s,d]=(0,e.useState)(void 0),u=(0,e.useRef)(null),p=(0,e.useMemo)((()=>function(e){const{apiKey:t,scriptSrc:r,address:n,lang:o,zoom:i}=e;return`${r}?key=${t}&language=${o}${i?\"&zoom=\"+i:\"\"}&q=${encodeURI(n)}`}({apiKey:i,scriptSrc:a,address:r,lang:l,zoom:n})),[i,a,r,l,n]);return(0,e.useEffect)((()=>{const e=Ye()((()=>{u.current&&d(Math.round(_h(u.current.offsetWidth,c)))}),100);return e(),window.addEventListener(\"resize\",e,{passive:!0}),()=>{window.removeEventListener(\"resize\",e)}}),[c]),i&&r?e.createElement(\"iframe\",{className:kh(null,o),ref:u,style:{height:s},title:\"Google Map\",loading:\"lazy\",allowFullScreen:!0,referrerPolicy:\"no-referrer-when-downgrade\",src:p}):null};var xh=r(3967),Bh={insert:\"head\",singleton:!1};o()(xh.Z,Bh);xh.Z.locals;const Sh=Te(\"spin\"),Eh=e.forwardRef((function(t,r){const{size:n=\"m\",style:o,className:i,qa:a}=t;return e.createElement(\"div\",{ref:r,style:o,className:Sh({size:n},i),\"data-qa\":a},e.createElement(\"div\",{className:Sh(\"inner\")}))}));var Ah=r(4774),Ch={insert:\"head\",singleton:!1};o()(Ah.Z,Ch);Ah.Z.locals;const Nh=M(\"ErrorWrapper\"),Ph=({text:t,buttonText:r,className:n,handler:o,isError:i,children:a})=>i?e.createElement(\"div\",{className:Nh(null,n)},e.createElement(\"div\",{className:Nh(\"text\")},t),o&&e.createElement(rr,{size:\"s\",onClick:o},r)):e.createElement(e.Fragment,null,a);var Oh=function(e){return e.Properties=\"properties\",e.Options=\"options\",e}(Oh||{});const Th=\"islands#dotIcon\",jh={iconCaption:Oh.Properties,iconContent:Oh.Properties,iconColor:Oh.Options,preset:Oh.Options};class Mh{coords=[];constructor(e,t){this.ymap=e,this.mapRef=t}async showPlacemarks(e){this.clearOldPlacemarks();for(const t of e.markers)t.address?await this.findAddress(t):t.coordinate&&this.findCoordinate(t);this.recalcZoomAndCenter(e)}async findAddress(e){try{const t=(await window.ymaps.geocode(e.address,{results:1})).geoObjects.get(0),r=t.geometry.getCoordinates();this.coords.push(r),this.drawPlaceMarkStyle(t,e),this.ymap.geoObjects.add(t)}catch{}}findCoordinate(e){const t=new window.ymaps.Placemark(e.coordinate,{});this.coords.push(e.coordinate),this.drawPlaceMarkStyle(t,e),this.ymap.geoObjects.add(t)}drawPlaceMarkStyle(e,t){const{iconColor:r,preset:n=Th}=t.label||{};let o=r;n.includes(\"Stretchy\")||r||(o=\"#dc534b\"),Object.entries({...t.label,iconColor:o,preset:n}).forEach((([t,r])=>{const n=jh[t];r&&n&&e[n].set(t,r)}))}recalcZoomAndCenter(e){const t=this.coords.length,{zoom:r=0}=e;if(!t)return;let n=[1/0,1/0],o=[-1/0,-1/0];this.coords.forEach((e=>{n=[Math.min(n[0],e[0]),Math.min(n[1],e[1])],o=[Math.max(o[0],e[0]),Math.max(o[1],e[1])]}));let i={zoom:r,center:[]};r?i.center=window.ymaps.util.bounds.getCenter([n,o]):i=window.ymaps.util.bounds.getCenterAndZoom([n,o],[this.mapRef?.clientWidth,this.mapRef?.clientHeight],void 0,{margin:30}),this.ymap.setCenter(i.center),t>1&&!r&&this.ymap.setZoom(i.zoom)}clearOldPlacemarks(){0!==this.coords.length&&(this.ymap.geoObjects.removeAll(),this.coords=[])}}let Lh=function(e){return e.NotStarted=\"not_started\",e.Loading=\"loading\",e.Loaded=\"loaded\",e.Error=\"error\",e}({});class Ih{static status=Lh.NotStarted;static async loadApi(e,t,r,n){if(Ih.status===Lh.Loaded)return Promise.resolve();if(Ih.status===Lh.Loading)return await Ih.loader,Promise.resolve();Ih.status=Lh.Loading;const o=`${t}?apikey=${e}&lang=${w[r]}&${n?`csp[style_nonce]=${n}`:\"csp=true\"}`;return Ih.loader=async function(e,{id:t,defer:r=!1,async:n=!0}){return new Promise(((o,i)=>{const a=document.createElement(\"script\");a.src=e,a.id=t,a.defer=r,a.async=n,a.onload=e=>{o(e)},a.onerror=e=>{const r=document.getElementById(t);r?.parentNode?.removeChild(r),i(e)},document.head.appendChild(a)}))}(o,{id:\"ymaps-script\"}).then((()=>{Ih.status=Lh.Loaded})).catch((()=>{Ih.status=Lh.Error})),this.loader}}const Fh=At({en:JSON.parse('{\"map-load-error\":\"Error occured while loading the map\",\"map-try-again\":\"Try again\"}'),ru:JSON.parse('{\"map-load-error\":\"При загрузке карты произошла ошибка\",\"map-try-again\":\"Повторить\"}')},`${T}Map`),zh=M(\"map\"),Dh=[0,0],Rh=t=>{const{markers:r,zoom:n,id:o,className:i}=t,{apiKey:a,scriptSrc:l,nonce:c}=(0,e.useContext)(B),s=(0,e.useContext)(S),{lang:d=\"ru\"}=(0,e.useContext)(y),u=`ymap-${o}`,[p,f]=(0,e.useState)(null),[m,h]=(0,e.useState)(void 0),g=(0,e.useRef)(null),[b,v]=(0,e.useState)(!1),[_,k]=(0,e.useState)(!1),[w,x]=(0,e.useState)(0),E=(0,e.useCallback)((()=>{x(w+1)}),[w]);return(0,e.useEffect)((()=>{!async function(){v(!0),await Ih.loadApi(a,l,d,c),window.ymaps?.ready((()=>{f(new Mh(new window.ymaps.Map(u,{center:Dh,zoom:n||9},{autoFitToViewport:\"always\"}),g.current))})),v(!1)}()}),[a,d,l,u,n,c,w,v]),(0,e.useEffect)((()=>{const e=Ye()((()=>{g.current&&h(Math.round(_h(g.current.offsetWidth,s)))}),100);return e(),window.addEventListener(\"resize\",e,{passive:!0}),()=>{window.removeEventListener(\"resize\",e)}}),[r,p,f,s]),(0,e.useEffect)((()=>{if(p){(async()=>{await p.showPlacemarks({markers:r,zoom:n}),k(!0)})()}})),r?e.createElement(Ph,{isError:Ih.status===Lh.Error,text:Fh(\"map-load-error\"),buttonText:Fh(\"map-try-again\"),handler:E,className:zh(\"wrapper\")},e.createElement(\"div\",{className:zh(\"wrapper\")},e.createElement(\"div\",{id:u,className:zh({hidden:!_},i),ref:g,style:{height:m}}),b?e.createElement(Eh,{size:\"xl\",className:zh(\"spinner\")}):null)):null};var Hh=r(4374),Vh={insert:\"head\",singleton:!1};o()(Hh.Z,Vh);Hh.Z.locals;const qh=t=>{const{type:r}=(0,e.useContext)(B);switch(r){case k.Yandex:return e.createElement(Rh,t);case k.Google:return e.createElement(wh,t);default:return null}};var Zh=r(336),Uh={insert:\"head\",singleton:!1};o()(Zh.Z,Uh);Zh.Z.locals;function Wh(){return Wh=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Wh.apply(null,arguments)}const Gh=M(\"map-block\"),$h=({map:t,border:r,disableShadow:n,...o})=>{const i=Zf({border:r,disableShadow:n});return e.createElement(qf,o,e.createElement(qf.Card,null,e.createElement(qh,Wh({},t,{className:Gh({border:i})}))))},Yh=({children:t,...r})=>{const n=(0,e.useContext)(Se).customization?.decorators?.block,o=n?n.reduce(((e,t)=>t({children:e,...r})),t):t;return e.createElement(e.Fragment,null,o)},Qh=({data:t,blockKey:r,children:n})=>{const{itemMap:o}=(0,e.useContext)(Se),{type:i,...a}=t,l=o[i];return e.createElement(nt.Provider,{value:r},e.createElement(l,a,n))},Kh=({data:t,blockKey:r})=>e.createElement(Yh,{type:t.type},e.createElement(Qh,{data:t,key:t.type,blockKey:r})),Xh=At({en:JSON.parse('{\"label-all-tag\":\"All\"}'),ru:JSON.parse('{\"label-all-tag\":\"Все\"}')},`${T}FilterBlock`);var Jh=r(8897),eg={insert:\"head\",singleton:!1};o()(Jh.Z,eg);Jh.Z.locals;const tg=M(\"filter-block\"),rg=({title:t,description:r,tags:n,tagButtonSize:o,allTag:i,items:a,colSizes:l,centered:c,animated:s})=>{const d=(0,e.useMemo)((()=>{const e=i?{id:null,title:\"boolean\"==typeof i?Xh(\"label-all-tag\"):i}:void 0,t=n&&n.map((e=>({id:e.id,title:e.label})));return[...e?[e]:[],...t||[]]}),[i,n]),[u,p]=(0,e.useState)(d.length?d[0].id:null),f=(0,e.useMemo)((()=>d.length&&!d.find((e=>e.id===u))?d[0].id:u),[d,u]),m=(0,e.useMemo)((()=>(f?a.filter((e=>e.tags.includes(f))):a).map((e=>e.card))),[f,a]);return e.createElement(Be,{className:tg(),animate:s},t&&e.createElement(zs,{className:tg(\"title\",{centered:c}),title:t,subtitle:r}),d.length&&e.createElement(Xd,null,e.createElement(fs,null,e.createElement(bm,{className:tg(\"tabs\",{centered:c}),items:d,activeTab:u,onSelectTab:p,tabSize:o}))),e.createElement(Xd,{className:tg(\"block-container\")},e.createElement(rh,{title:\"\",colSizes:l,className:tg(\"cards-container\")},m.map(((t,r)=>{const n=Y(t,r);return e.createElement(Qh,{data:t,blockKey:n,key:n})})))))},ng=\"pc-yandex-form-container\",og=M(\"yandex-form\"),ig=t=>{const{onLoad:r,id:n,params:o,className:i,theme:a,containerId:l=ng,headerHeight:c=u,onSubmit:d,analyticsEvents:p,customFormOrigin:f,customFormSection:m}=t,h=(0,e.useRef)(null),g=(0,e.useRef)(),b=f||\"https://forms.yandex.ru\",v=m||\"surveys\",_=ot(s.YandexFormSubmit),k=(0,e.useContext)(S),w=(0,e.useContext)(y),x=(0,e.useCallback)((e=>{const t=new URLSearchParams(location.search),r=location.origin+location.pathname;t.set(\"url\",r),t.set(\"iframe\",\"1\"),w?.lang&&t.set(\"lang\",w.lang),t.set(\"theme\",a||\"cloud-www\"),k&&t.set(\"media-type\",\"mobile\"),o&&Object.keys(o).forEach((e=>{t.set(e,o[e])}));const i=`${b}/${v}/${n}/?${t}`;g.current?g.current.src=i:(g.current=document.createElement(\"iframe\"),g.current.src=i,g.current.id=l,g.current.name=`form${n}`,g.current.setAttribute(\"loading\",\"lazy\"),g.current.frameBorder=\"0\",g.current.scrolling=\"no\",g.current.width=\"100%\",e.appendChild(g.current))}),[w.lang,a,k,b,v,n,l,o]),B=(0,e.useCallback)((()=>{if(h&&h.current){const{top:e}=h.current.getBoundingClientRect();window.scrollBy(0,e-c)}_(p),d&&d()}),[_,p,d,c]),E=(0,e.useCallback)((({origin:e,data:t})=>{if(e===b)try{const e=JSON.parse(t),o=e[\"iframe-height\"],{message:i,name:a,redirectUrl:l}=e;if(a!==`form${n}`)return;g.current&&o&&!i&&(g.current.height=`${o}px`,r?.()),(\"sent\"===i||l)&&B()}catch(e){return}}),[b,n,r,B]),A=(0,e.useCallback)((()=>{const e=h.current;e&&(x(e),window.addEventListener(\"message\",E,{passive:!0}))}),[x,E]);return(0,e.useEffect)((()=>(A(),setTimeout((()=>r?.()),1e3),()=>window.removeEventListener(\"message\",E))),[n,A,E,r]),e.createElement(\"div\",{ref:h,className:og(null,i)})};function ag(e){return Boolean(e.yandex)}function lg(e){return Boolean(e.hubspot)}function cg(e){return\"object\"==typeof e&&null!==e&&\"type\"in e&&\"hsFormCallback\"===e.type}function sg(t,r){(0,e.useEffect)((()=>{const e=function(e,t){return({data:r})=>{if(cg(r)&&r.id===t)switch(r.eventName){case\"onBeforeFormInit\":e.onBeforeLoad?.(r);break;case\"onFormReady\":e.onLoad?.(r);break;case\"onFormSubmit\":e.onBeforeSubmit?.(r);break;case\"onFormSubmitted\":e.onSubmit?.(r);break;case\"onFormError\":e.onSubmitError?.(r)}}}(t,r);return window.addEventListener(\"message\",e,{passive:!0}),()=>{window.removeEventListener(\"message\",e)}}),[t,r])}let dg;const ug=async()=>dg||(dg=new Promise(((e,t)=>{const r=document.createElement(\"script\");r.src=\"//js-eu1.hsforms.net/forms/v2.js\",r.onload=t=>{e(t)},r.onerror=e=>{r?.parentNode?.removeChild(r),t(e)},document.head.appendChild(r)})),dg),pg=(0,e.forwardRef)(((t,r)=>{const{className:n,formId:o,formInstanceId:i,portalId:a,region:l,formClassName:c,createDOMElement:s}=t,d=(0,e.useRef)(null),u=(0,e.useRef)();(0,e.useImperativeHandle)(r,(()=>d.current));const p=i?`hubspot-form-${o}-${i}`:`hubspot-form-${o}`;return Ho((()=>((async()=>{window.hbspt||await ug(),d.current&&!u.current&&s&&(u.current=document.createElement(\"div\"),d.current.id=\"\",u.current.id=p,d.current.appendChild(u.current)),s&&!u.current||window.hbspt&&window.hbspt.forms.create({region:l,portalId:a,formId:o,target:`#${p}`,cssClass:c,formInstanceId:i})})(),()=>{s&&d.current&&d.current.lastChild&&d.current.removeChild(d.current.lastChild)}))),e.createElement(\"div\",{className:n,id:p,ref:d})}));pg.displayName=\"HubspotFormContainer\";const fg=pg;var mg=r(2314),hg={insert:\"head\",singleton:!1};o()(mg.Z,hg);mg.Z.locals;const gg=M(\"hubspot-form\"),bg=(0,e.forwardRef)(((t,r)=>{const{className:n,theme:o,isMobile:i,formId:a,formInstanceId:l,portalId:c,region:d,formClassName:u,analyticsEvents:p,onBeforeSubmit:f,onSubmit:m,onBeforeLoad:h,onLoad:g,createDOMElement:b,onSubmitError:v}=t,y=Dd(),_=ot(s.HubspotFormSubmit),k=(0,e.useContext)(S),w=o??y,x=i??k;return sg((0,e.useMemo)((()=>({onBeforeLoad:h,onBeforeSubmit:f,onLoad:g,onSubmitError:v,onSubmit:e=>{_(p),m?.(e)}})),[h,f,g,_,p,m,v]),a),e.createElement(fg,{createDOMElement:b,key:[u,a,l,c,d].join(),className:gg({theme:w,mobile:x},n),formClassName:u,formId:a,portalId:c,formInstanceId:l,region:d,ref:r})}));bg.displayName=\"HubspotForm\";const vg=bg;function yg(){return yg=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},yg.apply(null,arguments)}const _g=t=>{const{formData:r,onContentLoad:n,className:o}=t,i=(0,e.useContext)(m),a=Dd();if((0,e.useEffect)((()=>{lg(r)&&n()}),[n,r]),ag(r)){const{onLoad:t,...l}=Jd(r.yandex,a);return e.createElement(\"div\",{className:o},e.createElement(ig,yg({},i.yandex,l,{onLoad:()=>{n(),t?.()}})))}if(lg(r)){const t=Jd(r.hubspot,a);return e.createElement(vg,yg({createDOMElement:!0},i.hubspot,t))}return null};var kg=r(7928),wg={insert:\"head\",singleton:!1};o()(kg.Z,wg);kg.Z.locals;function xg(){return xg=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},xg.apply(null,arguments)}const Bg=M(\"form-block\"),Sg={[ts.Lg]:6,[ts.All]:12},Eg=t=>{const{formData:r,title:n,textContent:o,direction:i=W.Center,background:a}=t,[l,c]=(0,e.useState)(!1),s=(0,e.useContext)(S),d=Jd(a,Dd())||void 0,u=Boolean(d&&(d.src||d.desktop||d.style?.backgroundColor)),p=(0,e.useCallback)((()=>{c(!0)}),[]);if(!r)return null;let f;return ag(r)?f=U.YANDEX:lg(r)&&(f=U.HUBSPOT),e.createElement(\"div\",{className:Bg({\"with-background\":u,\"form-type\":f})},d&&e.createElement(pd,xg({},d,{className:Bg(\"media\"),imageClassName:Bg(\"image\")})),e.createElement(jf,null,e.createElement(Xd,{alignItems:i===W.Center?es.Center:es.Start,className:Bg(\"row\",{direction:i})},e.createElement(fs,{sizes:Sg,className:Bg(\"content-col\")},o&&e.createElement(\"div\",{className:Bg(\"content-wrapper\")},e.createElement(yp,xg({theme:\"default\"},o,{centered:i===W.Center,colSizes:{all:12},className:Bg(\"content\")})))),e.createElement(fs,{sizes:Sg,className:Bg(\"form-col\")},e.createElement(\"div\",{className:Bg(\"form-wrapper\")},e.createElement(\"div\",{className:Bg(\"full-form\",{hidden:!l})},n&&e.createElement(zs,{title:{text:n,textSize:\"s\"},className:Bg(\"title\",{mobile:s}),colSizes:{all:12}}),e.createElement(_g,{className:Bg(\"form\"),formData:r,onContentLoad:p})))))))};function Ag(e){return null!==e&&\"object\"==typeof e&&\"constructor\"in e&&e.constructor===Object}function Cg(e,t){void 0===e&&(e={}),void 0===t&&(t={}),Object.keys(t).forEach((function(r){void 0===e[r]?e[r]=t[r]:Ag(t[r])&&Ag(e[r])&&Object.keys(t[r]).length>0&&Cg(e[r],t[r])}))}var Ng={body:{},addEventListener:function(){},removeEventListener:function(){},activeElement:{blur:function(){},nodeName:\"\"},querySelector:function(){return null},querySelectorAll:function(){return[]},getElementById:function(){return null},createEvent:function(){return{initEvent:function(){}}},createElement:function(){return{children:[],childNodes:[],style:{},setAttribute:function(){},getElementsByTagName:function(){return[]}}},createElementNS:function(){return{}},importNode:function(){return null},location:{hash:\"\",host:\"\",hostname:\"\",href:\"\",origin:\"\",pathname:\"\",protocol:\"\",search:\"\"}};function Pg(){var e=\"undefined\"!=typeof document?document:{};return Cg(e,Ng),e}var Og={document:Ng,navigator:{userAgent:\"\"},location:{hash:\"\",host:\"\",hostname:\"\",href:\"\",origin:\"\",pathname:\"\",protocol:\"\",search:\"\"},history:{replaceState:function(){},pushState:function(){},go:function(){},back:function(){}},CustomEvent:function(){return this},addEventListener:function(){},removeEventListener:function(){},getComputedStyle:function(){return{getPropertyValue:function(){return\"\"}}},Image:function(){},Date:function(){},screen:{},setTimeout:function(){},clearTimeout:function(){},matchMedia:function(){return{}},requestAnimationFrame:function(e){return\"undefined\"==typeof setTimeout?(e(),null):setTimeout(e,0)},cancelAnimationFrame:function(e){\"undefined\"!=typeof setTimeout&&clearTimeout(e)}};function Tg(){var e=\"undefined\"!=typeof window?window:{};return Cg(e,Og),e}function jg(e){return jg=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},jg(e)}function Mg(e,t){return Mg=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},Mg(e,t)}function Lg(e,t,r){return Lg=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}()?Reflect.construct:function(e,t,r){var n=[null];n.push.apply(n,t);var o=new(Function.bind.apply(e,n));return r&&Mg(o,r.prototype),o},Lg.apply(null,arguments)}function Ig(e){var t=\"function\"==typeof Map?new Map:void 0;return Ig=function(e){if(null===e||(r=e,-1===Function.toString.call(r).indexOf(\"[native code]\")))return e;var r;if(\"function\"!=typeof e)throw new TypeError(\"Super expression must either be null or a function\");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,n)}function n(){return Lg(e,arguments,jg(this).constructor)}return n.prototype=Object.create(e.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),Mg(n,e)},Ig(e)}var Fg=function(e){var t,r;function n(t){var r,n,o;return r=e.call.apply(e,[this].concat(t))||this,n=function(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}(r),o=n.__proto__,Object.defineProperty(n,\"__proto__\",{get:function(){return o},set:function(e){o.__proto__=e}}),r}return r=e,(t=n).prototype=Object.create(r.prototype),t.prototype.constructor=t,t.__proto__=r,n}(Ig(Array));function zg(e){void 0===e&&(e=[]);var t=[];return e.forEach((function(e){Array.isArray(e)?t.push.apply(t,zg(e)):t.push(e)})),t}function Dg(e,t){return Array.prototype.filter.call(e,t)}function Rg(e,t){var r=Tg(),n=Pg(),o=[];if(!t&&e instanceof Fg)return e;if(!e)return new Fg(o);if(\"string\"==typeof e){var i=e.trim();if(i.indexOf(\"<\")>=0&&i.indexOf(\">\")>=0){var a=\"div\";0===i.indexOf(\"<li\")&&(a=\"ul\"),0===i.indexOf(\"<tr\")&&(a=\"tbody\"),0!==i.indexOf(\"<td\")&&0!==i.indexOf(\"<th\")||(a=\"tr\"),0===i.indexOf(\"<tbody\")&&(a=\"table\"),0===i.indexOf(\"<option\")&&(a=\"select\");var l=n.createElement(a);l.innerHTML=i;for(var c=0;c<l.childNodes.length;c+=1)o.push(l.childNodes[c])}else o=function(e,t){if(\"string\"!=typeof e)return[e];for(var r=[],n=t.querySelectorAll(e),o=0;o<n.length;o+=1)r.push(n[o]);return r}(e.trim(),t||n)}else if(e.nodeType||e===r||e===n)o.push(e);else if(Array.isArray(e)){if(e instanceof Fg)return e;o=e}return new Fg(function(e){for(var t=[],r=0;r<e.length;r+=1)-1===t.indexOf(e[r])&&t.push(e[r]);return t}(o))}Rg.fn=Fg.prototype;var Hg=\"resize scroll\".split(\" \");function Vg(e){return function(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];if(void 0===r[0]){for(var o=0;o<this.length;o+=1)Hg.indexOf(e)<0&&(e in this[o]?this[o][e]():Rg(this[o]).trigger(e));return this}return this.on.apply(this,[e].concat(r))}}Vg(\"click\"),Vg(\"blur\"),Vg(\"focus\"),Vg(\"focusin\"),Vg(\"focusout\"),Vg(\"keyup\"),Vg(\"keydown\"),Vg(\"keypress\"),Vg(\"submit\"),Vg(\"change\"),Vg(\"mousedown\"),Vg(\"mousemove\"),Vg(\"mouseup\"),Vg(\"mouseenter\"),Vg(\"mouseleave\"),Vg(\"mouseout\"),Vg(\"mouseover\"),Vg(\"touchstart\"),Vg(\"touchend\"),Vg(\"touchmove\"),Vg(\"resize\"),Vg(\"scroll\");var qg={addClass:function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var n=zg(t.map((function(e){return e.split(\" \")})));return this.forEach((function(e){var t;(t=e.classList).add.apply(t,n)})),this},removeClass:function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var n=zg(t.map((function(e){return e.split(\" \")})));return this.forEach((function(e){var t;(t=e.classList).remove.apply(t,n)})),this},hasClass:function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var n=zg(t.map((function(e){return e.split(\" \")})));return Dg(this,(function(e){return n.filter((function(t){return e.classList.contains(t)})).length>0})).length>0},toggleClass:function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var n=zg(t.map((function(e){return e.split(\" \")})));this.forEach((function(e){n.forEach((function(t){e.classList.toggle(t)}))}))},attr:function(e,t){if(1===arguments.length&&\"string\"==typeof e)return this[0]?this[0].getAttribute(e):void 0;for(var r=0;r<this.length;r+=1)if(2===arguments.length)this[r].setAttribute(e,t);else for(var n in e)this[r][n]=e[n],this[r].setAttribute(n,e[n]);return this},removeAttr:function(e){for(var t=0;t<this.length;t+=1)this[t].removeAttribute(e);return this},transform:function(e){for(var t=0;t<this.length;t+=1)this[t].style.transform=e;return this},transition:function(e){for(var t=0;t<this.length;t+=1)this[t].style.transitionDuration=\"string\"!=typeof e?e+\"ms\":e;return this},on:function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var n=t[0],o=t[1],i=t[2],a=t[3];function l(e){var t=e.target;if(t){var r=e.target.dom7EventData||[];if(r.indexOf(e)<0&&r.unshift(e),Rg(t).is(o))i.apply(t,r);else for(var n=Rg(t).parents(),a=0;a<n.length;a+=1)Rg(n[a]).is(o)&&i.apply(n[a],r)}}function c(e){var t=e&&e.target&&e.target.dom7EventData||[];t.indexOf(e)<0&&t.unshift(e),i.apply(this,t)}\"function\"==typeof t[1]&&(n=t[0],i=t[1],a=t[2],o=void 0),a||(a=!1);for(var s,d=n.split(\" \"),u=0;u<this.length;u+=1){var p=this[u];if(o)for(s=0;s<d.length;s+=1){var f=d[s];p.dom7LiveListeners||(p.dom7LiveListeners={}),p.dom7LiveListeners[f]||(p.dom7LiveListeners[f]=[]),p.dom7LiveListeners[f].push({listener:i,proxyListener:l}),p.addEventListener(f,l,a)}else for(s=0;s<d.length;s+=1){var m=d[s];p.dom7Listeners||(p.dom7Listeners={}),p.dom7Listeners[m]||(p.dom7Listeners[m]=[]),p.dom7Listeners[m].push({listener:i,proxyListener:c}),p.addEventListener(m,c,a)}}return this},off:function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var n=t[0],o=t[1],i=t[2],a=t[3];\"function\"==typeof t[1]&&(n=t[0],i=t[1],a=t[2],o=void 0),a||(a=!1);for(var l=n.split(\" \"),c=0;c<l.length;c+=1)for(var s=l[c],d=0;d<this.length;d+=1){var u=this[d],p=void 0;if(!o&&u.dom7Listeners?p=u.dom7Listeners[s]:o&&u.dom7LiveListeners&&(p=u.dom7LiveListeners[s]),p&&p.length)for(var f=p.length-1;f>=0;f-=1){var m=p[f];i&&m.listener===i||i&&m.listener&&m.listener.dom7proxy&&m.listener.dom7proxy===i?(u.removeEventListener(s,m.proxyListener,a),p.splice(f,1)):i||(u.removeEventListener(s,m.proxyListener,a),p.splice(f,1))}}return this},trigger:function(){for(var e=Tg(),t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];for(var o=r[0].split(\" \"),i=r[1],a=0;a<o.length;a+=1)for(var l=o[a],c=0;c<this.length;c+=1){var s=this[c];if(e.CustomEvent){var d=new e.CustomEvent(l,{detail:i,bubbles:!0,cancelable:!0});s.dom7EventData=r.filter((function(e,t){return t>0})),s.dispatchEvent(d),s.dom7EventData=[],delete s.dom7EventData}}return this},transitionEnd:function(e){var t=this;return e&&t.on(\"transitionend\",(function r(n){n.target===this&&(e.call(this,n),t.off(\"transitionend\",r))})),this},outerWidth:function(e){if(this.length>0){if(e){var t=this.styles();return this[0].offsetWidth+parseFloat(t.getPropertyValue(\"margin-right\"))+parseFloat(t.getPropertyValue(\"margin-left\"))}return this[0].offsetWidth}return null},outerHeight:function(e){if(this.length>0){if(e){var t=this.styles();return this[0].offsetHeight+parseFloat(t.getPropertyValue(\"margin-top\"))+parseFloat(t.getPropertyValue(\"margin-bottom\"))}return this[0].offsetHeight}return null},styles:function(){var e=Tg();return this[0]?e.getComputedStyle(this[0],null):{}},offset:function(){if(this.length>0){var e=Tg(),t=Pg(),r=this[0],n=r.getBoundingClientRect(),o=t.body,i=r.clientTop||o.clientTop||0,a=r.clientLeft||o.clientLeft||0,l=r===e?e.scrollY:r.scrollTop,c=r===e?e.scrollX:r.scrollLeft;return{top:n.top+l-i,left:n.left+c-a}}return null},css:function(e,t){var r,n=Tg();if(1===arguments.length){if(\"string\"!=typeof e){for(r=0;r<this.length;r+=1)for(var o in e)this[r].style[o]=e[o];return this}if(this[0])return n.getComputedStyle(this[0],null).getPropertyValue(e)}if(2===arguments.length&&\"string\"==typeof e){for(r=0;r<this.length;r+=1)this[r].style[e]=t;return this}return this},each:function(e){return e?(this.forEach((function(t,r){e.apply(t,[t,r])})),this):this},html:function(e){if(void 0===e)return this[0]?this[0].innerHTML:null;for(var t=0;t<this.length;t+=1)this[t].innerHTML=e;return this},text:function(e){if(void 0===e)return this[0]?this[0].textContent.trim():null;for(var t=0;t<this.length;t+=1)this[t].textContent=e;return this},is:function(e){var t,r,n=Tg(),o=Pg(),i=this[0];if(!i||void 0===e)return!1;if(\"string\"==typeof e){if(i.matches)return i.matches(e);if(i.webkitMatchesSelector)return i.webkitMatchesSelector(e);if(i.msMatchesSelector)return i.msMatchesSelector(e);for(t=Rg(e),r=0;r<t.length;r+=1)if(t[r]===i)return!0;return!1}if(e===o)return i===o;if(e===n)return i===n;if(e.nodeType||e instanceof Fg){for(t=e.nodeType?[e]:e,r=0;r<t.length;r+=1)if(t[r]===i)return!0;return!1}return!1},index:function(){var e,t=this[0];if(t){for(e=0;null!==(t=t.previousSibling);)1===t.nodeType&&(e+=1);return e}},eq:function(e){if(void 0===e)return this;var t=this.length;if(e>t-1)return Rg([]);if(e<0){var r=t+e;return Rg(r<0?[]:[this[r]])}return Rg([this[e]])},append:function(){for(var e,t=Pg(),r=0;r<arguments.length;r+=1){e=r<0||arguments.length<=r?void 0:arguments[r];for(var n=0;n<this.length;n+=1)if(\"string\"==typeof e){var o=t.createElement(\"div\");for(o.innerHTML=e;o.firstChild;)this[n].appendChild(o.firstChild)}else if(e instanceof Fg)for(var i=0;i<e.length;i+=1)this[n].appendChild(e[i]);else this[n].appendChild(e)}return this},prepend:function(e){var t,r,n=Pg();for(t=0;t<this.length;t+=1)if(\"string\"==typeof e){var o=n.createElement(\"div\");for(o.innerHTML=e,r=o.childNodes.length-1;r>=0;r-=1)this[t].insertBefore(o.childNodes[r],this[t].childNodes[0])}else if(e instanceof Fg)for(r=0;r<e.length;r+=1)this[t].insertBefore(e[r],this[t].childNodes[0]);else this[t].insertBefore(e,this[t].childNodes[0]);return this},next:function(e){return this.length>0?e?this[0].nextElementSibling&&Rg(this[0].nextElementSibling).is(e)?Rg([this[0].nextElementSibling]):Rg([]):this[0].nextElementSibling?Rg([this[0].nextElementSibling]):Rg([]):Rg([])},nextAll:function(e){var t=[],r=this[0];if(!r)return Rg([]);for(;r.nextElementSibling;){var n=r.nextElementSibling;e?Rg(n).is(e)&&t.push(n):t.push(n),r=n}return Rg(t)},prev:function(e){if(this.length>0){var t=this[0];return e?t.previousElementSibling&&Rg(t.previousElementSibling).is(e)?Rg([t.previousElementSibling]):Rg([]):t.previousElementSibling?Rg([t.previousElementSibling]):Rg([])}return Rg([])},prevAll:function(e){var t=[],r=this[0];if(!r)return Rg([]);for(;r.previousElementSibling;){var n=r.previousElementSibling;e?Rg(n).is(e)&&t.push(n):t.push(n),r=n}return Rg(t)},parent:function(e){for(var t=[],r=0;r<this.length;r+=1)null!==this[r].parentNode&&(e?Rg(this[r].parentNode).is(e)&&t.push(this[r].parentNode):t.push(this[r].parentNode));return Rg(t)},parents:function(e){for(var t=[],r=0;r<this.length;r+=1)for(var n=this[r].parentNode;n;)e?Rg(n).is(e)&&t.push(n):t.push(n),n=n.parentNode;return Rg(t)},closest:function(e){var t=this;return void 0===e?Rg([]):(t.is(e)||(t=t.parents(e).eq(0)),t)},find:function(e){for(var t=[],r=0;r<this.length;r+=1)for(var n=this[r].querySelectorAll(e),o=0;o<n.length;o+=1)t.push(n[o]);return Rg(t)},children:function(e){for(var t=[],r=0;r<this.length;r+=1)for(var n=this[r].children,o=0;o<n.length;o+=1)e&&!Rg(n[o]).is(e)||t.push(n[o]);return Rg(t)},filter:function(e){return Rg(Dg(this,e))},remove:function(){for(var e=0;e<this.length;e+=1)this[e].parentNode&&this[e].parentNode.removeChild(this[e]);return this}};Object.keys(qg).forEach((function(e){Object.defineProperty(Rg.fn,e,{value:qg[e],writable:!0})}));const Zg=Rg;function Ug(e,t){return void 0===t&&(t=0),setTimeout(e,t)}function Wg(){return Date.now()}function Gg(e,t){void 0===t&&(t=\"x\");var r,n,o,i=Tg(),a=function(e){var t,r=Tg();return r.getComputedStyle&&(t=r.getComputedStyle(e,null)),!t&&e.currentStyle&&(t=e.currentStyle),t||(t=e.style),t}(e);return i.WebKitCSSMatrix?((n=a.transform||a.webkitTransform).split(\",\").length>6&&(n=n.split(\", \").map((function(e){return e.replace(\",\",\".\")})).join(\", \")),o=new i.WebKitCSSMatrix(\"none\"===n?\"\":n)):r=(o=a.MozTransform||a.OTransform||a.MsTransform||a.msTransform||a.transform||a.getPropertyValue(\"transform\").replace(\"translate(\",\"matrix(1, 0, 0, 1,\")).toString().split(\",\"),\"x\"===t&&(n=i.WebKitCSSMatrix?o.m41:16===r.length?parseFloat(r[12]):parseFloat(r[4])),\"y\"===t&&(n=i.WebKitCSSMatrix?o.m42:16===r.length?parseFloat(r[13]):parseFloat(r[5])),n||0}function $g(e){return\"object\"==typeof e&&null!==e&&e.constructor&&\"Object\"===Object.prototype.toString.call(e).slice(8,-1)}function Yg(){for(var e,t=Object(arguments.length<=0?void 0:arguments[0]),r=[\"__proto__\",\"constructor\",\"prototype\"],n=1;n<arguments.length;n+=1){var o=n<0||arguments.length<=n?void 0:arguments[n];if(null!=o&&(e=o,!(\"undefined\"!=typeof window&&void 0!==window.HTMLElement?e instanceof HTMLElement:e&&(1===e.nodeType||11===e.nodeType))))for(var i=Object.keys(Object(o)).filter((function(e){return r.indexOf(e)<0})),a=0,l=i.length;a<l;a+=1){var c=i[a],s=Object.getOwnPropertyDescriptor(o,c);void 0!==s&&s.enumerable&&($g(t[c])&&$g(o[c])?o[c].__swiper__?t[c]=o[c]:Yg(t[c],o[c]):!$g(t[c])&&$g(o[c])?(t[c]={},o[c].__swiper__?t[c]=o[c]:Yg(t[c],o[c])):t[c]=o[c])}}return t}function Qg(e,t){Object.keys(t).forEach((function(r){$g(t[r])&&Object.keys(t[r]).forEach((function(n){\"function\"==typeof t[r][n]&&(t[r][n]=t[r][n].bind(e))})),e[r]=t[r]}))}function Kg(e){return void 0===e&&(e=\"\"),\".\"+e.trim().replace(/([\\.:!\\/])/g,\"\\\\$1\").replace(/ /g,\".\")}var Xg,Jg,eb;function tb(){return Xg||(Xg=function(){var e=Tg(),t=Pg();return{touch:!!(\"ontouchstart\"in e||e.DocumentTouch&&t instanceof e.DocumentTouch),pointerEvents:!!e.PointerEvent&&\"maxTouchPoints\"in e.navigator&&e.navigator.maxTouchPoints>=0,observer:\"MutationObserver\"in e||\"WebkitMutationObserver\"in e,passiveListener:function(){var t=!1;try{var r=Object.defineProperty({},\"passive\",{get:function(){t=!0}});e.addEventListener(\"testPassiveListener\",null,r)}catch(e){}return t}(),gestures:\"ongesturestart\"in e}}()),Xg}function rb(e){return void 0===e&&(e={}),Jg||(Jg=function(e){var t=(void 0===e?{}:e).userAgent,r=tb(),n=Tg(),o=n.navigator.platform,i=t||n.navigator.userAgent,a={ios:!1,android:!1},l=n.screen.width,c=n.screen.height,s=i.match(/(Android);?[\\s\\/]+([\\d.]+)?/),d=i.match(/(iPad).*OS\\s([\\d_]+)/),u=i.match(/(iPod)(.*OS\\s([\\d_]+))?/),p=!d&&i.match(/(iPhone\\sOS|iOS)\\s([\\d_]+)/),f=\"Win32\"===o,m=\"MacIntel\"===o;return!d&&m&&r.touch&&[\"1024x1366\",\"1366x1024\",\"834x1194\",\"1194x834\",\"834x1112\",\"1112x834\",\"768x1024\",\"1024x768\",\"820x1180\",\"1180x820\",\"810x1080\",\"1080x810\"].indexOf(l+\"x\"+c)>=0&&((d=i.match(/(Version)\\/([\\d.]+)/))||(d=[0,1,\"13_0_0\"]),m=!1),s&&!f&&(a.os=\"android\",a.android=!0),(d||p||u)&&(a.os=\"ios\",a.ios=!0),a}(e)),Jg}function nb(){return eb||(eb=function(){var e,t=Tg();return{isEdge:!!t.navigator.userAgent.match(/Edge/g),isSafari:(e=t.navigator.userAgent.toLowerCase(),e.indexOf(\"safari\")>=0&&e.indexOf(\"chrome\")<0&&e.indexOf(\"android\")<0),isWebView:/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(t.navigator.userAgent)}}()),eb}const ob={name:\"resize\",create:function(){var e=this;Yg(e,{resize:{observer:null,createObserver:function(){e&&!e.destroyed&&e.initialized&&(e.resize.observer=new ResizeObserver((function(t){var r=e.width,n=e.height,o=r,i=n;t.forEach((function(t){var r=t.contentBoxSize,n=t.contentRect,a=t.target;a&&a!==e.el||(o=n?n.width:(r[0]||r).inlineSize,i=n?n.height:(r[0]||r).blockSize)})),o===r&&i===n||e.resize.resizeHandler()})),e.resize.observer.observe(e.el))},removeObserver:function(){e.resize.observer&&e.resize.observer.unobserve&&e.el&&(e.resize.observer.unobserve(e.el),e.resize.observer=null)},resizeHandler:function(){e&&!e.destroyed&&e.initialized&&(e.emit(\"beforeResize\"),e.emit(\"resize\"))},orientationChangeHandler:function(){e&&!e.destroyed&&e.initialized&&e.emit(\"orientationchange\")}}})},on:{init:function(e){var t=Tg();e.params.resizeObserver&&void 0!==Tg().ResizeObserver?e.resize.createObserver():(t.addEventListener(\"resize\",e.resize.resizeHandler),t.addEventListener(\"orientationchange\",e.resize.orientationChangeHandler))},destroy:function(e){var t=Tg();e.resize.removeObserver(),t.removeEventListener(\"resize\",e.resize.resizeHandler),t.removeEventListener(\"orientationchange\",e.resize.orientationChangeHandler)}}};function ib(){return ib=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ib.apply(this,arguments)}var ab={attach:function(e,t){void 0===t&&(t={});var r=Tg(),n=this,o=new(r.MutationObserver||r.WebkitMutationObserver)((function(e){if(1!==e.length){var t=function(){n.emit(\"observerUpdate\",e[0])};r.requestAnimationFrame?r.requestAnimationFrame(t):r.setTimeout(t,0)}else n.emit(\"observerUpdate\",e[0])}));o.observe(e,{attributes:void 0===t.attributes||t.attributes,childList:void 0===t.childList||t.childList,characterData:void 0===t.characterData||t.characterData}),n.observer.observers.push(o)},init:function(){var e=this;if(e.support.observer&&e.params.observer){if(e.params.observeParents)for(var t=e.$el.parents(),r=0;r<t.length;r+=1)e.observer.attach(t[r]);e.observer.attach(e.$el[0],{childList:e.params.observeSlideChildren}),e.observer.attach(e.$wrapperEl[0],{attributes:!1})}},destroy:function(){this.observer.observers.forEach((function(e){e.disconnect()})),this.observer.observers=[]}};const lb={name:\"observer\",params:{observer:!1,observeParents:!1,observeSlideChildren:!1},create:function(){Qg(this,{observer:ib({},ab,{observers:[]})})},on:{init:function(e){e.observer.init()},destroy:function(e){e.observer.destroy()}}},cb={on:function(e,t,r){var n=this;if(\"function\"!=typeof t)return n;var o=r?\"unshift\":\"push\";return e.split(\" \").forEach((function(e){n.eventsListeners[e]||(n.eventsListeners[e]=[]),n.eventsListeners[e][o](t)})),n},once:function(e,t,r){var n=this;if(\"function\"!=typeof t)return n;function o(){n.off(e,o),o.__emitterProxy&&delete o.__emitterProxy;for(var r=arguments.length,i=new Array(r),a=0;a<r;a++)i[a]=arguments[a];t.apply(n,i)}return o.__emitterProxy=t,n.on(e,o,r)},onAny:function(e,t){var r=this;if(\"function\"!=typeof e)return r;var n=t?\"unshift\":\"push\";return r.eventsAnyListeners.indexOf(e)<0&&r.eventsAnyListeners[n](e),r},offAny:function(e){var t=this;if(!t.eventsAnyListeners)return t;var r=t.eventsAnyListeners.indexOf(e);return r>=0&&t.eventsAnyListeners.splice(r,1),t},off:function(e,t){var r=this;return r.eventsListeners?(e.split(\" \").forEach((function(e){void 0===t?r.eventsListeners[e]=[]:r.eventsListeners[e]&&r.eventsListeners[e].forEach((function(n,o){(n===t||n.__emitterProxy&&n.__emitterProxy===t)&&r.eventsListeners[e].splice(o,1)}))})),r):r},emit:function(){var e,t,r,n=this;if(!n.eventsListeners)return n;for(var o=arguments.length,i=new Array(o),a=0;a<o;a++)i[a]=arguments[a];return\"string\"==typeof i[0]||Array.isArray(i[0])?(e=i[0],t=i.slice(1,i.length),r=n):(e=i[0].events,t=i[0].data,r=i[0].context||n),t.unshift(r),(Array.isArray(e)?e:e.split(\" \")).forEach((function(e){n.eventsAnyListeners&&n.eventsAnyListeners.length&&n.eventsAnyListeners.forEach((function(n){n.apply(r,[e].concat(t))})),n.eventsListeners&&n.eventsListeners[e]&&n.eventsListeners[e].forEach((function(e){e.apply(r,t)}))})),n}};const sb={updateSize:function(){var e,t,r=this,n=r.$el;e=void 0!==r.params.width&&null!==r.params.width?r.params.width:n[0].clientWidth,t=void 0!==r.params.height&&null!==r.params.height?r.params.height:n[0].clientHeight,0===e&&r.isHorizontal()||0===t&&r.isVertical()||(e=e-parseInt(n.css(\"padding-left\")||0,10)-parseInt(n.css(\"padding-right\")||0,10),t=t-parseInt(n.css(\"padding-top\")||0,10)-parseInt(n.css(\"padding-bottom\")||0,10),Number.isNaN(e)&&(e=0),Number.isNaN(t)&&(t=0),Yg(r,{width:e,height:t,size:r.isHorizontal()?e:t}))},updateSlides:function(){var e=this;function t(t){return e.isHorizontal()?t:{width:\"height\",\"margin-top\":\"margin-left\",\"margin-bottom \":\"margin-right\",\"margin-left\":\"margin-top\",\"margin-right\":\"margin-bottom\",\"padding-left\":\"padding-top\",\"padding-right\":\"padding-bottom\",marginRight:\"marginBottom\"}[t]}function r(e,r){return parseFloat(e.getPropertyValue(t(r))||0)}var n=e.params,o=e.$wrapperEl,i=e.size,a=e.rtlTranslate,l=e.wrongRTL,c=e.virtual&&n.virtual.enabled,s=c?e.virtual.slides.length:e.slides.length,d=o.children(\".\"+e.params.slideClass),u=c?e.virtual.slides.length:d.length,p=[],f=[],m=[],h=n.slidesOffsetBefore;\"function\"==typeof h&&(h=n.slidesOffsetBefore.call(e));var g=n.slidesOffsetAfter;\"function\"==typeof g&&(g=n.slidesOffsetAfter.call(e));var b=e.snapGrid.length,v=e.slidesGrid.length,y=n.spaceBetween,_=-h,k=0,w=0;if(void 0!==i){var x,B;\"string\"==typeof y&&y.indexOf(\"%\")>=0&&(y=parseFloat(y.replace(\"%\",\"\"))/100*i),e.virtualSize=-y,a?d.css({marginLeft:\"\",marginBottom:\"\",marginTop:\"\"}):d.css({marginRight:\"\",marginBottom:\"\",marginTop:\"\"}),n.slidesPerColumn>1&&(x=Math.floor(u/n.slidesPerColumn)===u/e.params.slidesPerColumn?u:Math.ceil(u/n.slidesPerColumn)*n.slidesPerColumn,\"auto\"!==n.slidesPerView&&\"row\"===n.slidesPerColumnFill&&(x=Math.max(x,n.slidesPerView*n.slidesPerColumn)));for(var S,E,A,C=n.slidesPerColumn,N=x/C,P=Math.floor(u/n.slidesPerColumn),O=0;O<u;O+=1){B=0;var T=d.eq(O);if(n.slidesPerColumn>1){var j=void 0,M=void 0,L=void 0;if(\"row\"===n.slidesPerColumnFill&&n.slidesPerGroup>1){var I=Math.floor(O/(n.slidesPerGroup*n.slidesPerColumn)),F=O-n.slidesPerColumn*n.slidesPerGroup*I,z=0===I?n.slidesPerGroup:Math.min(Math.ceil((u-I*C*n.slidesPerGroup)/C),n.slidesPerGroup);j=(M=F-(L=Math.floor(F/z))*z+I*n.slidesPerGroup)+L*x/C,T.css({\"-webkit-box-ordinal-group\":j,\"-moz-box-ordinal-group\":j,\"-ms-flex-order\":j,\"-webkit-order\":j,order:j})}else\"column\"===n.slidesPerColumnFill?(L=O-(M=Math.floor(O/C))*C,(M>P||M===P&&L===C-1)&&(L+=1)>=C&&(L=0,M+=1)):M=O-(L=Math.floor(O/N))*N;T.css(t(\"margin-top\"),0!==L?n.spaceBetween&&n.spaceBetween+\"px\":\"\")}if(\"none\"!==T.css(\"display\")){if(\"auto\"===n.slidesPerView){var D=getComputedStyle(T[0]),R=T[0].style.transform,H=T[0].style.webkitTransform;if(R&&(T[0].style.transform=\"none\"),H&&(T[0].style.webkitTransform=\"none\"),n.roundLengths)B=e.isHorizontal()?T.outerWidth(!0):T.outerHeight(!0);else{var V=r(D,\"width\"),q=r(D,\"padding-left\"),Z=r(D,\"padding-right\"),U=r(D,\"margin-left\"),W=r(D,\"margin-right\"),G=D.getPropertyValue(\"box-sizing\");if(G&&\"border-box\"===G)B=V+U+W;else{var $=T[0],Y=$.clientWidth;B=V+q+Z+U+W+($.offsetWidth-Y)}}R&&(T[0].style.transform=R),H&&(T[0].style.webkitTransform=H),n.roundLengths&&(B=Math.floor(B))}else B=(i-(n.slidesPerView-1)*y)/n.slidesPerView,n.roundLengths&&(B=Math.floor(B)),d[O]&&(d[O].style[t(\"width\")]=B+\"px\");d[O]&&(d[O].swiperSlideSize=B),m.push(B),n.centeredSlides?(_=_+B/2+k/2+y,0===k&&0!==O&&(_=_-i/2-y),0===O&&(_=_-i/2-y),Math.abs(_)<.001&&(_=0),n.roundLengths&&(_=Math.floor(_)),w%n.slidesPerGroup==0&&p.push(_),f.push(_)):(n.roundLengths&&(_=Math.floor(_)),(w-Math.min(e.params.slidesPerGroupSkip,w))%e.params.slidesPerGroup==0&&p.push(_),f.push(_),_=_+B+y),e.virtualSize+=B+y,k=B,w+=1}}if(e.virtualSize=Math.max(e.virtualSize,i)+g,a&&l&&(\"slide\"===n.effect||\"coverflow\"===n.effect)&&o.css({width:e.virtualSize+n.spaceBetween+\"px\"}),n.setWrapperSize)o.css(((E={})[t(\"width\")]=e.virtualSize+n.spaceBetween+\"px\",E));if(n.slidesPerColumn>1)if(e.virtualSize=(B+n.spaceBetween)*x,e.virtualSize=Math.ceil(e.virtualSize/n.slidesPerColumn)-n.spaceBetween,o.css(((A={})[t(\"width\")]=e.virtualSize+n.spaceBetween+\"px\",A)),n.centeredSlides){S=[];for(var Q=0;Q<p.length;Q+=1){var K=p[Q];n.roundLengths&&(K=Math.floor(K)),p[Q]<e.virtualSize+p[0]&&S.push(K)}p=S}if(!n.centeredSlides){S=[];for(var X=0;X<p.length;X+=1){var J=p[X];n.roundLengths&&(J=Math.floor(J)),p[X]<=e.virtualSize-i&&S.push(J)}p=S,Math.floor(e.virtualSize-i)-Math.floor(p[p.length-1])>1&&p.push(e.virtualSize-i)}if(0===p.length&&(p=[0]),0!==n.spaceBetween){var ee,te=e.isHorizontal()&&a?\"marginLeft\":t(\"marginRight\");d.filter((function(e,t){return!n.cssMode||t!==d.length-1})).css(((ee={})[te]=y+\"px\",ee))}if(n.centeredSlides&&n.centeredSlidesBounds){var re=0;m.forEach((function(e){re+=e+(n.spaceBetween?n.spaceBetween:0)}));var ne=(re-=n.spaceBetween)-i;p=p.map((function(e){return e<0?-h:e>ne?ne+g:e}))}if(n.centerInsufficientSlides){var oe=0;if(m.forEach((function(e){oe+=e+(n.spaceBetween?n.spaceBetween:0)})),(oe-=n.spaceBetween)<i){var ie=(i-oe)/2;p.forEach((function(e,t){p[t]=e-ie})),f.forEach((function(e,t){f[t]=e+ie}))}}Yg(e,{slides:d,snapGrid:p,slidesGrid:f,slidesSizesGrid:m}),u!==s&&e.emit(\"slidesLengthChange\"),p.length!==b&&(e.params.watchOverflow&&e.checkOverflow(),e.emit(\"snapGridLengthChange\")),f.length!==v&&e.emit(\"slidesGridLengthChange\"),(n.watchSlidesProgress||n.watchSlidesVisibility)&&e.updateSlidesOffset()}},updateAutoHeight:function(e){var t,r=this,n=[],o=r.virtual&&r.params.virtual.enabled,i=0;\"number\"==typeof e?r.setTransition(e):!0===e&&r.setTransition(r.params.speed);var a=function(e){return o?r.slides.filter((function(t){return parseInt(t.getAttribute(\"data-swiper-slide-index\"),10)===e}))[0]:r.slides.eq(e)[0]};if(\"auto\"!==r.params.slidesPerView&&r.params.slidesPerView>1)if(r.params.centeredSlides)r.visibleSlides.each((function(e){n.push(e)}));else for(t=0;t<Math.ceil(r.params.slidesPerView);t+=1){var l=r.activeIndex+t;if(l>r.slides.length&&!o)break;n.push(a(l))}else n.push(a(r.activeIndex));for(t=0;t<n.length;t+=1)if(void 0!==n[t]){var c=n[t].offsetHeight;i=c>i?c:i}i&&r.$wrapperEl.css(\"height\",i+\"px\")},updateSlidesOffset:function(){for(var e=this.slides,t=0;t<e.length;t+=1)e[t].swiperSlideOffset=this.isHorizontal()?e[t].offsetLeft:e[t].offsetTop},updateSlidesProgress:function(e){void 0===e&&(e=this&&this.translate||0);var t=this,r=t.params,n=t.slides,o=t.rtlTranslate;if(0!==n.length){void 0===n[0].swiperSlideOffset&&t.updateSlidesOffset();var i=-e;o&&(i=e),n.removeClass(r.slideVisibleClass),t.visibleSlidesIndexes=[],t.visibleSlides=[];for(var a=0;a<n.length;a+=1){var l=n[a],c=(i+(r.centeredSlides?t.minTranslate():0)-l.swiperSlideOffset)/(l.swiperSlideSize+r.spaceBetween);if(r.watchSlidesVisibility||r.centeredSlides&&r.autoHeight){var s=-(i-l.swiperSlideOffset),d=s+t.slidesSizesGrid[a];(s>=0&&s<t.size-1||d>1&&d<=t.size||s<=0&&d>=t.size)&&(t.visibleSlides.push(l),t.visibleSlidesIndexes.push(a),n.eq(a).addClass(r.slideVisibleClass))}l.progress=o?-c:c}t.visibleSlides=Zg(t.visibleSlides)}},updateProgress:function(e){var t=this;if(void 0===e){var r=t.rtlTranslate?-1:1;e=t&&t.translate&&t.translate*r||0}var n=t.params,o=t.maxTranslate()-t.minTranslate(),i=t.progress,a=t.isBeginning,l=t.isEnd,c=a,s=l;0===o?(i=0,a=!0,l=!0):(a=(i=(e-t.minTranslate())/o)<=0,l=i>=1),Yg(t,{progress:i,isBeginning:a,isEnd:l}),(n.watchSlidesProgress||n.watchSlidesVisibility||n.centeredSlides&&n.autoHeight)&&t.updateSlidesProgress(e),a&&!c&&t.emit(\"reachBeginning toEdge\"),l&&!s&&t.emit(\"reachEnd toEdge\"),(c&&!a||s&&!l)&&t.emit(\"fromEdge\"),t.emit(\"progress\",i)},updateSlidesClasses:function(){var e,t=this,r=t.slides,n=t.params,o=t.$wrapperEl,i=t.activeIndex,a=t.realIndex,l=t.virtual&&n.virtual.enabled;r.removeClass(n.slideActiveClass+\" \"+n.slideNextClass+\" \"+n.slidePrevClass+\" \"+n.slideDuplicateActiveClass+\" \"+n.slideDuplicateNextClass+\" \"+n.slideDuplicatePrevClass),(e=l?t.$wrapperEl.find(\".\"+n.slideClass+'[data-swiper-slide-index=\"'+i+'\"]'):r.eq(i)).addClass(n.slideActiveClass),n.loop&&(e.hasClass(n.slideDuplicateClass)?o.children(\".\"+n.slideClass+\":not(.\"+n.slideDuplicateClass+')[data-swiper-slide-index=\"'+a+'\"]').addClass(n.slideDuplicateActiveClass):o.children(\".\"+n.slideClass+\".\"+n.slideDuplicateClass+'[data-swiper-slide-index=\"'+a+'\"]').addClass(n.slideDuplicateActiveClass));var c=e.nextAll(\".\"+n.slideClass).eq(0).addClass(n.slideNextClass);n.loop&&0===c.length&&(c=r.eq(0)).addClass(n.slideNextClass);var s=e.prevAll(\".\"+n.slideClass).eq(0).addClass(n.slidePrevClass);n.loop&&0===s.length&&(s=r.eq(-1)).addClass(n.slidePrevClass),n.loop&&(c.hasClass(n.slideDuplicateClass)?o.children(\".\"+n.slideClass+\":not(.\"+n.slideDuplicateClass+')[data-swiper-slide-index=\"'+c.attr(\"data-swiper-slide-index\")+'\"]').addClass(n.slideDuplicateNextClass):o.children(\".\"+n.slideClass+\".\"+n.slideDuplicateClass+'[data-swiper-slide-index=\"'+c.attr(\"data-swiper-slide-index\")+'\"]').addClass(n.slideDuplicateNextClass),s.hasClass(n.slideDuplicateClass)?o.children(\".\"+n.slideClass+\":not(.\"+n.slideDuplicateClass+')[data-swiper-slide-index=\"'+s.attr(\"data-swiper-slide-index\")+'\"]').addClass(n.slideDuplicatePrevClass):o.children(\".\"+n.slideClass+\".\"+n.slideDuplicateClass+'[data-swiper-slide-index=\"'+s.attr(\"data-swiper-slide-index\")+'\"]').addClass(n.slideDuplicatePrevClass)),t.emitSlidesClasses()},updateActiveIndex:function(e){var t,r=this,n=r.rtlTranslate?r.translate:-r.translate,o=r.slidesGrid,i=r.snapGrid,a=r.params,l=r.activeIndex,c=r.realIndex,s=r.snapIndex,d=e;if(void 0===d){for(var u=0;u<o.length;u+=1)void 0!==o[u+1]?n>=o[u]&&n<o[u+1]-(o[u+1]-o[u])/2?d=u:n>=o[u]&&n<o[u+1]&&(d=u+1):n>=o[u]&&(d=u);a.normalizeSlideIndex&&(d<0||void 0===d)&&(d=0)}if(i.indexOf(n)>=0)t=i.indexOf(n);else{var p=Math.min(a.slidesPerGroupSkip,d);t=p+Math.floor((d-p)/a.slidesPerGroup)}if(t>=i.length&&(t=i.length-1),d!==l){var f=parseInt(r.slides.eq(d).attr(\"data-swiper-slide-index\")||d,10);Yg(r,{snapIndex:t,realIndex:f,previousIndex:l,activeIndex:d}),r.emit(\"activeIndexChange\"),r.emit(\"snapIndexChange\"),c!==f&&r.emit(\"realIndexChange\"),(r.initialized||r.params.runCallbacksOnInit)&&r.emit(\"slideChange\")}else t!==s&&(r.snapIndex=t,r.emit(\"snapIndexChange\"))},updateClickedSlide:function(e){var t,r=this,n=r.params,o=Zg(e.target).closest(\".\"+n.slideClass)[0],i=!1;if(o)for(var a=0;a<r.slides.length;a+=1)if(r.slides[a]===o){i=!0,t=a;break}if(!o||!i)return r.clickedSlide=void 0,void(r.clickedIndex=void 0);r.clickedSlide=o,r.virtual&&r.params.virtual.enabled?r.clickedIndex=parseInt(Zg(o).attr(\"data-swiper-slide-index\"),10):r.clickedIndex=t,n.slideToClickedSlide&&void 0!==r.clickedIndex&&r.clickedIndex!==r.activeIndex&&r.slideToClickedSlide()}};const db={getTranslate:function(e){void 0===e&&(e=this.isHorizontal()?\"x\":\"y\");var t=this,r=t.params,n=t.rtlTranslate,o=t.translate,i=t.$wrapperEl;if(r.virtualTranslate)return n?-o:o;if(r.cssMode)return o;var a=Gg(i[0],e);return n&&(a=-a),a||0},setTranslate:function(e,t){var r=this,n=r.rtlTranslate,o=r.params,i=r.$wrapperEl,a=r.wrapperEl,l=r.progress,c=0,s=0;r.isHorizontal()?c=n?-e:e:s=e,o.roundLengths&&(c=Math.floor(c),s=Math.floor(s)),o.cssMode?a[r.isHorizontal()?\"scrollLeft\":\"scrollTop\"]=r.isHorizontal()?-c:-s:o.virtualTranslate||i.transform(\"translate3d(\"+c+\"px, \"+s+\"px, 0px)\"),r.previousTranslate=r.translate,r.translate=r.isHorizontal()?c:s;var d=r.maxTranslate()-r.minTranslate();(0===d?0:(e-r.minTranslate())/d)!==l&&r.updateProgress(e),r.emit(\"setTranslate\",r.translate,t)},minTranslate:function(){return-this.snapGrid[0]},maxTranslate:function(){return-this.snapGrid[this.snapGrid.length-1]},translateTo:function(e,t,r,n,o){void 0===e&&(e=0),void 0===t&&(t=this.params.speed),void 0===r&&(r=!0),void 0===n&&(n=!0);var i=this,a=i.params,l=i.wrapperEl;if(i.animating&&a.preventInteractionOnTransition)return!1;var c,s=i.minTranslate(),d=i.maxTranslate();if(c=n&&e>s?s:n&&e<d?d:e,i.updateProgress(c),a.cssMode){var u,p=i.isHorizontal();if(0===t)l[p?\"scrollLeft\":\"scrollTop\"]=-c;else if(l.scrollTo)l.scrollTo(((u={})[p?\"left\":\"top\"]=-c,u.behavior=\"smooth\",u));else l[p?\"scrollLeft\":\"scrollTop\"]=-c;return!0}return 0===t?(i.setTransition(0),i.setTranslate(c),r&&(i.emit(\"beforeTransitionStart\",t,o),i.emit(\"transitionEnd\"))):(i.setTransition(t),i.setTranslate(c),r&&(i.emit(\"beforeTransitionStart\",t,o),i.emit(\"transitionStart\")),i.animating||(i.animating=!0,i.onTranslateToWrapperTransitionEnd||(i.onTranslateToWrapperTransitionEnd=function(e){i&&!i.destroyed&&e.target===this&&(i.$wrapperEl[0].removeEventListener(\"transitionend\",i.onTranslateToWrapperTransitionEnd),i.$wrapperEl[0].removeEventListener(\"webkitTransitionEnd\",i.onTranslateToWrapperTransitionEnd),i.onTranslateToWrapperTransitionEnd=null,delete i.onTranslateToWrapperTransitionEnd,r&&i.emit(\"transitionEnd\"))}),i.$wrapperEl[0].addEventListener(\"transitionend\",i.onTranslateToWrapperTransitionEnd),i.$wrapperEl[0].addEventListener(\"webkitTransitionEnd\",i.onTranslateToWrapperTransitionEnd))),!0}};const ub={slideTo:function(e,t,r,n,o){if(void 0===e&&(e=0),void 0===t&&(t=this.params.speed),void 0===r&&(r=!0),\"number\"!=typeof e&&\"string\"!=typeof e)throw new Error(\"The 'index' argument cannot have type other than 'number' or 'string'. [\"+typeof e+\"] given.\");if(\"string\"==typeof e){var i=parseInt(e,10);if(!isFinite(i))throw new Error(\"The passed-in 'index' (string) couldn't be converted to 'number'. [\"+e+\"] given.\");e=i}var a=this,l=e;l<0&&(l=0);var c=a.params,s=a.snapGrid,d=a.slidesGrid,u=a.previousIndex,p=a.activeIndex,f=a.rtlTranslate,m=a.wrapperEl,h=a.enabled;if(a.animating&&c.preventInteractionOnTransition||!h&&!n&&!o)return!1;var g=Math.min(a.params.slidesPerGroupSkip,l),b=g+Math.floor((l-g)/a.params.slidesPerGroup);b>=s.length&&(b=s.length-1),(p||c.initialSlide||0)===(u||0)&&r&&a.emit(\"beforeSlideChangeStart\");var v,y=-s[b];if(a.updateProgress(y),c.normalizeSlideIndex)for(var _=0;_<d.length;_+=1){var k=-Math.floor(100*y),w=Math.floor(100*d[_]),x=Math.floor(100*d[_+1]);void 0!==d[_+1]?k>=w&&k<x-(x-w)/2?l=_:k>=w&&k<x&&(l=_+1):k>=w&&(l=_)}if(a.initialized&&l!==p){if(!a.allowSlideNext&&y<a.translate&&y<a.minTranslate())return!1;if(!a.allowSlidePrev&&y>a.translate&&y>a.maxTranslate()&&(p||0)!==l)return!1}if(v=l>p?\"next\":l<p?\"prev\":\"reset\",f&&-y===a.translate||!f&&y===a.translate)return a.updateActiveIndex(l),c.autoHeight&&a.updateAutoHeight(),a.updateSlidesClasses(),\"slide\"!==c.effect&&a.setTranslate(y),\"reset\"!==v&&(a.transitionStart(r,v),a.transitionEnd(r,v)),!1;if(c.cssMode){var B,S=a.isHorizontal(),E=-y;if(f&&(E=m.scrollWidth-m.offsetWidth-E),0===t)m[S?\"scrollLeft\":\"scrollTop\"]=E;else if(m.scrollTo)m.scrollTo(((B={})[S?\"left\":\"top\"]=E,B.behavior=\"smooth\",B));else m[S?\"scrollLeft\":\"scrollTop\"]=E;return!0}return 0===t?(a.setTransition(0),a.setTranslate(y),a.updateActiveIndex(l),a.updateSlidesClasses(),a.emit(\"beforeTransitionStart\",t,n),a.transitionStart(r,v),a.transitionEnd(r,v)):(a.setTransition(t),a.setTranslate(y),a.updateActiveIndex(l),a.updateSlidesClasses(),a.emit(\"beforeTransitionStart\",t,n),a.transitionStart(r,v),a.animating||(a.animating=!0,a.onSlideToWrapperTransitionEnd||(a.onSlideToWrapperTransitionEnd=function(e){a&&!a.destroyed&&e.target===this&&(a.$wrapperEl[0].removeEventListener(\"transitionend\",a.onSlideToWrapperTransitionEnd),a.$wrapperEl[0].removeEventListener(\"webkitTransitionEnd\",a.onSlideToWrapperTransitionEnd),a.onSlideToWrapperTransitionEnd=null,delete a.onSlideToWrapperTransitionEnd,a.transitionEnd(r,v))}),a.$wrapperEl[0].addEventListener(\"transitionend\",a.onSlideToWrapperTransitionEnd),a.$wrapperEl[0].addEventListener(\"webkitTransitionEnd\",a.onSlideToWrapperTransitionEnd))),!0},slideToLoop:function(e,t,r,n){void 0===e&&(e=0),void 0===t&&(t=this.params.speed),void 0===r&&(r=!0);var o=this,i=e;return o.params.loop&&(i+=o.loopedSlides),o.slideTo(i,t,r,n)},slideNext:function(e,t,r){void 0===e&&(e=this.params.speed),void 0===t&&(t=!0);var n=this,o=n.params,i=n.animating;if(!n.enabled)return n;var a=n.activeIndex<o.slidesPerGroupSkip?1:o.slidesPerGroup;if(o.loop){if(i&&o.loopPreventsSlide)return!1;n.loopFix(),n._clientLeft=n.$wrapperEl[0].clientLeft}return n.slideTo(n.activeIndex+a,e,t,r)},slidePrev:function(e,t,r){void 0===e&&(e=this.params.speed),void 0===t&&(t=!0);var n=this,o=n.params,i=n.animating,a=n.snapGrid,l=n.slidesGrid,c=n.rtlTranslate;if(!n.enabled)return n;if(o.loop){if(i&&o.loopPreventsSlide)return!1;n.loopFix(),n._clientLeft=n.$wrapperEl[0].clientLeft}function s(e){return e<0?-Math.floor(Math.abs(e)):Math.floor(e)}var d,u=s(c?n.translate:-n.translate),p=a.map((function(e){return s(e)})),f=a[p.indexOf(u)-1];return void 0===f&&o.cssMode&&a.forEach((function(e){!f&&u>=e&&(f=e)})),void 0!==f&&(d=l.indexOf(f))<0&&(d=n.activeIndex-1),n.slideTo(d,e,t,r)},slideReset:function(e,t,r){return void 0===e&&(e=this.params.speed),void 0===t&&(t=!0),this.slideTo(this.activeIndex,e,t,r)},slideToClosest:function(e,t,r,n){void 0===e&&(e=this.params.speed),void 0===t&&(t=!0),void 0===n&&(n=.5);var o=this,i=o.activeIndex,a=Math.min(o.params.slidesPerGroupSkip,i),l=a+Math.floor((i-a)/o.params.slidesPerGroup),c=o.rtlTranslate?o.translate:-o.translate;if(c>=o.snapGrid[l]){var s=o.snapGrid[l];c-s>(o.snapGrid[l+1]-s)*n&&(i+=o.params.slidesPerGroup)}else{var d=o.snapGrid[l-1];c-d<=(o.snapGrid[l]-d)*n&&(i-=o.params.slidesPerGroup)}return i=Math.max(i,0),i=Math.min(i,o.slidesGrid.length-1),o.slideTo(i,e,t,r)},slideToClickedSlide:function(){var e,t=this,r=t.params,n=t.$wrapperEl,o=\"auto\"===r.slidesPerView?t.slidesPerViewDynamic():r.slidesPerView,i=t.clickedIndex;if(r.loop){if(t.animating)return;e=parseInt(Zg(t.clickedSlide).attr(\"data-swiper-slide-index\"),10),r.centeredSlides?i<t.loopedSlides-o/2||i>t.slides.length-t.loopedSlides+o/2?(t.loopFix(),i=n.children(\".\"+r.slideClass+'[data-swiper-slide-index=\"'+e+'\"]:not(.'+r.slideDuplicateClass+\")\").eq(0).index(),Ug((function(){t.slideTo(i)}))):t.slideTo(i):i>t.slides.length-o?(t.loopFix(),i=n.children(\".\"+r.slideClass+'[data-swiper-slide-index=\"'+e+'\"]:not(.'+r.slideDuplicateClass+\")\").eq(0).index(),Ug((function(){t.slideTo(i)}))):t.slideTo(i)}else t.slideTo(i)}};const pb={loopCreate:function(){var e=this,t=Pg(),r=e.params,n=e.$wrapperEl;n.children(\".\"+r.slideClass+\".\"+r.slideDuplicateClass).remove();var o=n.children(\".\"+r.slideClass);if(r.loopFillGroupWithBlank){var i=r.slidesPerGroup-o.length%r.slidesPerGroup;if(i!==r.slidesPerGroup){for(var a=0;a<i;a+=1){var l=Zg(t.createElement(\"div\")).addClass(r.slideClass+\" \"+r.slideBlankClass);n.append(l)}o=n.children(\".\"+r.slideClass)}}\"auto\"!==r.slidesPerView||r.loopedSlides||(r.loopedSlides=o.length),e.loopedSlides=Math.ceil(parseFloat(r.loopedSlides||r.slidesPerView,10)),e.loopedSlides+=r.loopAdditionalSlides,e.loopedSlides>o.length&&(e.loopedSlides=o.length);var c=[],s=[];o.each((function(t,r){var n=Zg(t);r<e.loopedSlides&&s.push(t),r<o.length&&r>=o.length-e.loopedSlides&&c.push(t),n.attr(\"data-swiper-slide-index\",r)}));for(var d=0;d<s.length;d+=1)n.append(Zg(s[d].cloneNode(!0)).addClass(r.slideDuplicateClass));for(var u=c.length-1;u>=0;u-=1)n.prepend(Zg(c[u].cloneNode(!0)).addClass(r.slideDuplicateClass))},loopFix:function(){var e=this;e.emit(\"beforeLoopFix\");var t,r=e.activeIndex,n=e.slides,o=e.loopedSlides,i=e.allowSlidePrev,a=e.allowSlideNext,l=e.snapGrid,c=e.rtlTranslate;e.allowSlidePrev=!0,e.allowSlideNext=!0;var s=-l[r]-e.getTranslate();if(r<o)t=n.length-3*o+r,t+=o,e.slideTo(t,0,!1,!0)&&0!==s&&e.setTranslate((c?-e.translate:e.translate)-s);else if(r>=n.length-o){t=-n.length+r+o,t+=o,e.slideTo(t,0,!1,!0)&&0!==s&&e.setTranslate((c?-e.translate:e.translate)-s)}e.allowSlidePrev=i,e.allowSlideNext=a,e.emit(\"loopFix\")},loopDestroy:function(){var e=this,t=e.$wrapperEl,r=e.params,n=e.slides;t.children(\".\"+r.slideClass+\".\"+r.slideDuplicateClass+\",.\"+r.slideClass+\".\"+r.slideBlankClass).remove(),n.removeAttr(\"data-swiper-slide-index\")}};const fb={appendSlide:function(e){var t=this,r=t.$wrapperEl,n=t.params;if(n.loop&&t.loopDestroy(),\"object\"==typeof e&&\"length\"in e)for(var o=0;o<e.length;o+=1)e[o]&&r.append(e[o]);else r.append(e);n.loop&&t.loopCreate(),n.observer&&t.support.observer||t.update()},prependSlide:function(e){var t=this,r=t.params,n=t.$wrapperEl,o=t.activeIndex;r.loop&&t.loopDestroy();var i=o+1;if(\"object\"==typeof e&&\"length\"in e){for(var a=0;a<e.length;a+=1)e[a]&&n.prepend(e[a]);i=o+e.length}else n.prepend(e);r.loop&&t.loopCreate(),r.observer&&t.support.observer||t.update(),t.slideTo(i,0,!1)},addSlide:function(e,t){var r=this,n=r.$wrapperEl,o=r.params,i=r.activeIndex;o.loop&&(i-=r.loopedSlides,r.loopDestroy(),r.slides=n.children(\".\"+o.slideClass));var a=r.slides.length;if(e<=0)r.prependSlide(t);else if(e>=a)r.appendSlide(t);else{for(var l=i>e?i+1:i,c=[],s=a-1;s>=e;s-=1){var d=r.slides.eq(s);d.remove(),c.unshift(d)}if(\"object\"==typeof t&&\"length\"in t){for(var u=0;u<t.length;u+=1)t[u]&&n.append(t[u]);l=i>e?i+t.length:i}else n.append(t);for(var p=0;p<c.length;p+=1)n.append(c[p]);o.loop&&r.loopCreate(),o.observer&&r.support.observer||r.update(),o.loop?r.slideTo(l+r.loopedSlides,0,!1):r.slideTo(l,0,!1)}},removeSlide:function(e){var t=this,r=t.params,n=t.$wrapperEl,o=t.activeIndex;r.loop&&(o-=t.loopedSlides,t.loopDestroy(),t.slides=n.children(\".\"+r.slideClass));var i,a=o;if(\"object\"==typeof e&&\"length\"in e){for(var l=0;l<e.length;l+=1)i=e[l],t.slides[i]&&t.slides.eq(i).remove(),i<a&&(a-=1);a=Math.max(a,0)}else i=e,t.slides[i]&&t.slides.eq(i).remove(),i<a&&(a-=1),a=Math.max(a,0);r.loop&&t.loopCreate(),r.observer&&t.support.observer||t.update(),r.loop?t.slideTo(a+t.loopedSlides,0,!1):t.slideTo(a,0,!1)},removeAllSlides:function(){for(var e=[],t=0;t<this.slides.length;t+=1)e.push(t);this.removeSlide(e)}};function mb(e){var t=this,r=Pg(),n=Tg(),o=t.touchEventsData,i=t.params,a=t.touches;if(t.enabled&&(!t.animating||!i.preventInteractionOnTransition)){var l=e;l.originalEvent&&(l=l.originalEvent);var c=Zg(l.target);if((\"wrapper\"!==i.touchEventsTarget||c.closest(t.wrapperEl).length)&&(o.isTouchEvent=\"touchstart\"===l.type,(o.isTouchEvent||!(\"which\"in l)||3!==l.which)&&!(!o.isTouchEvent&&\"button\"in l&&l.button>0||o.isTouched&&o.isMoved))){!!i.noSwipingClass&&\"\"!==i.noSwipingClass&&l.target&&l.target.shadowRoot&&e.path&&e.path[0]&&(c=Zg(e.path[0]));var s=i.noSwipingSelector?i.noSwipingSelector:\".\"+i.noSwipingClass,d=!(!l.target||!l.target.shadowRoot);if(i.noSwiping&&(d?function(e,t){return void 0===t&&(t=this),function t(r){return r&&r!==Pg()&&r!==Tg()?(r.assignedSlot&&(r=r.assignedSlot),r.closest(e)||t(r.getRootNode().host)):null}(t)}(s,l.target):c.closest(s)[0]))t.allowClick=!0;else if(!i.swipeHandler||c.closest(i.swipeHandler)[0]){a.currentX=\"touchstart\"===l.type?l.targetTouches[0].pageX:l.pageX,a.currentY=\"touchstart\"===l.type?l.targetTouches[0].pageY:l.pageY;var u=a.currentX,p=a.currentY,f=i.edgeSwipeDetection||i.iOSEdgeSwipeDetection,m=i.edgeSwipeThreshold||i.iOSEdgeSwipeThreshold;if(f&&(u<=m||u>=n.innerWidth-m)){if(\"prevent\"!==f)return;e.preventDefault()}if(Yg(o,{isTouched:!0,isMoved:!1,allowTouchCallbacks:!0,isScrolling:void 0,startMoving:void 0}),a.startX=u,a.startY=p,o.touchStartTime=Wg(),t.allowClick=!0,t.updateSize(),t.swipeDirection=void 0,i.threshold>0&&(o.allowThresholdMove=!1),\"touchstart\"!==l.type){var h=!0;c.is(o.focusableElements)&&(h=!1),r.activeElement&&Zg(r.activeElement).is(o.focusableElements)&&r.activeElement!==c[0]&&r.activeElement.blur();var g=h&&t.allowTouchMove&&i.touchStartPreventDefault;!i.touchStartForcePreventDefault&&!g||c[0].isContentEditable||l.preventDefault()}t.emit(\"touchStart\",l)}}}}function hb(e){var t=Pg(),r=this,n=r.touchEventsData,o=r.params,i=r.touches,a=r.rtlTranslate;if(r.enabled){var l=e;if(l.originalEvent&&(l=l.originalEvent),n.isTouched){if(!n.isTouchEvent||\"touchmove\"===l.type){var c=\"touchmove\"===l.type&&l.targetTouches&&(l.targetTouches[0]||l.changedTouches[0]),s=\"touchmove\"===l.type?c.pageX:l.pageX,d=\"touchmove\"===l.type?c.pageY:l.pageY;if(l.preventedByNestedSwiper)return i.startX=s,void(i.startY=d);if(!r.allowTouchMove)return r.allowClick=!1,void(n.isTouched&&(Yg(i,{startX:s,startY:d,currentX:s,currentY:d}),n.touchStartTime=Wg()));if(n.isTouchEvent&&o.touchReleaseOnEdges&&!o.loop)if(r.isVertical()){if(d<i.startY&&r.translate<=r.maxTranslate()||d>i.startY&&r.translate>=r.minTranslate())return n.isTouched=!1,void(n.isMoved=!1)}else if(s<i.startX&&r.translate<=r.maxTranslate()||s>i.startX&&r.translate>=r.minTranslate())return;if(n.isTouchEvent&&t.activeElement&&l.target===t.activeElement&&Zg(l.target).is(n.focusableElements))return n.isMoved=!0,void(r.allowClick=!1);if(n.allowTouchCallbacks&&r.emit(\"touchMove\",l),!(l.targetTouches&&l.targetTouches.length>1)){i.currentX=s,i.currentY=d;var u=i.currentX-i.startX,p=i.currentY-i.startY;if(!(r.params.threshold&&Math.sqrt(Math.pow(u,2)+Math.pow(p,2))<r.params.threshold)){var f;if(void 0===n.isScrolling)r.isHorizontal()&&i.currentY===i.startY||r.isVertical()&&i.currentX===i.startX?n.isScrolling=!1:u*u+p*p>=25&&(f=180*Math.atan2(Math.abs(p),Math.abs(u))/Math.PI,n.isScrolling=r.isHorizontal()?f>o.touchAngle:90-f>o.touchAngle);if(n.isScrolling&&r.emit(\"touchMoveOpposite\",l),void 0===n.startMoving&&(i.currentX===i.startX&&i.currentY===i.startY||(n.startMoving=!0)),n.isScrolling)n.isTouched=!1;else if(n.startMoving){r.allowClick=!1,!o.cssMode&&l.cancelable&&l.preventDefault(),o.touchMoveStopPropagation&&!o.nested&&l.stopPropagation(),n.isMoved||(o.loop&&r.loopFix(),n.startTranslate=r.getTranslate(),r.setTransition(0),r.animating&&r.$wrapperEl.trigger(\"webkitTransitionEnd transitionend\"),n.allowMomentumBounce=!1,!o.grabCursor||!0!==r.allowSlideNext&&!0!==r.allowSlidePrev||r.setGrabCursor(!0),r.emit(\"sliderFirstMove\",l)),r.emit(\"sliderMove\",l),n.isMoved=!0;var m=r.isHorizontal()?u:p;i.diff=m,m*=o.touchRatio,a&&(m=-m),r.swipeDirection=m>0?\"prev\":\"next\",n.currentTranslate=m+n.startTranslate;var h=!0,g=o.resistanceRatio;if(o.touchReleaseOnEdges&&(g=0),m>0&&n.currentTranslate>r.minTranslate()?(h=!1,o.resistance&&(n.currentTranslate=r.minTranslate()-1+Math.pow(-r.minTranslate()+n.startTranslate+m,g))):m<0&&n.currentTranslate<r.maxTranslate()&&(h=!1,o.resistance&&(n.currentTranslate=r.maxTranslate()+1-Math.pow(r.maxTranslate()-n.startTranslate-m,g))),h&&(l.preventedByNestedSwiper=!0),!r.allowSlideNext&&\"next\"===r.swipeDirection&&n.currentTranslate<n.startTranslate&&(n.currentTranslate=n.startTranslate),!r.allowSlidePrev&&\"prev\"===r.swipeDirection&&n.currentTranslate>n.startTranslate&&(n.currentTranslate=n.startTranslate),r.allowSlidePrev||r.allowSlideNext||(n.currentTranslate=n.startTranslate),o.threshold>0){if(!(Math.abs(m)>o.threshold||n.allowThresholdMove))return void(n.currentTranslate=n.startTranslate);if(!n.allowThresholdMove)return n.allowThresholdMove=!0,i.startX=i.currentX,i.startY=i.currentY,n.currentTranslate=n.startTranslate,void(i.diff=r.isHorizontal()?i.currentX-i.startX:i.currentY-i.startY)}o.followFinger&&!o.cssMode&&((o.freeMode||o.watchSlidesProgress||o.watchSlidesVisibility)&&(r.updateActiveIndex(),r.updateSlidesClasses()),o.freeMode&&(0===n.velocities.length&&n.velocities.push({position:i[r.isHorizontal()?\"startX\":\"startY\"],time:n.touchStartTime}),n.velocities.push({position:i[r.isHorizontal()?\"currentX\":\"currentY\"],time:Wg()})),r.updateProgress(n.currentTranslate),r.setTranslate(n.currentTranslate))}}}}}else n.startMoving&&n.isScrolling&&r.emit(\"touchMoveOpposite\",l)}}function gb(e){var t=this,r=t.touchEventsData,n=t.params,o=t.touches,i=t.rtlTranslate,a=t.$wrapperEl,l=t.slidesGrid,c=t.snapGrid;if(t.enabled){var s=e;if(s.originalEvent&&(s=s.originalEvent),r.allowTouchCallbacks&&t.emit(\"touchEnd\",s),r.allowTouchCallbacks=!1,!r.isTouched)return r.isMoved&&n.grabCursor&&t.setGrabCursor(!1),r.isMoved=!1,void(r.startMoving=!1);n.grabCursor&&r.isMoved&&r.isTouched&&(!0===t.allowSlideNext||!0===t.allowSlidePrev)&&t.setGrabCursor(!1);var d,u=Wg(),p=u-r.touchStartTime;if(t.allowClick&&(t.updateClickedSlide(s),t.emit(\"tap click\",s),p<300&&u-r.lastClickTime<300&&t.emit(\"doubleTap doubleClick\",s)),r.lastClickTime=Wg(),Ug((function(){t.destroyed||(t.allowClick=!0)})),!r.isTouched||!r.isMoved||!t.swipeDirection||0===o.diff||r.currentTranslate===r.startTranslate)return r.isTouched=!1,r.isMoved=!1,void(r.startMoving=!1);if(r.isTouched=!1,r.isMoved=!1,r.startMoving=!1,d=n.followFinger?i?t.translate:-t.translate:-r.currentTranslate,!n.cssMode)if(n.freeMode){if(d<-t.minTranslate())return void t.slideTo(t.activeIndex);if(d>-t.maxTranslate())return void(t.slides.length<c.length?t.slideTo(c.length-1):t.slideTo(t.slides.length-1));if(n.freeModeMomentum){if(r.velocities.length>1){var f=r.velocities.pop(),m=r.velocities.pop(),h=f.position-m.position,g=f.time-m.time;t.velocity=h/g,t.velocity/=2,Math.abs(t.velocity)<n.freeModeMinimumVelocity&&(t.velocity=0),(g>150||Wg()-f.time>300)&&(t.velocity=0)}else t.velocity=0;t.velocity*=n.freeModeMomentumVelocityRatio,r.velocities.length=0;var b=1e3*n.freeModeMomentumRatio,v=t.velocity*b,y=t.translate+v;i&&(y=-y);var _,k,w=!1,x=20*Math.abs(t.velocity)*n.freeModeMomentumBounceRatio;if(y<t.maxTranslate())n.freeModeMomentumBounce?(y+t.maxTranslate()<-x&&(y=t.maxTranslate()-x),_=t.maxTranslate(),w=!0,r.allowMomentumBounce=!0):y=t.maxTranslate(),n.loop&&n.centeredSlides&&(k=!0);else if(y>t.minTranslate())n.freeModeMomentumBounce?(y-t.minTranslate()>x&&(y=t.minTranslate()+x),_=t.minTranslate(),w=!0,r.allowMomentumBounce=!0):y=t.minTranslate(),n.loop&&n.centeredSlides&&(k=!0);else if(n.freeModeSticky){for(var B,S=0;S<c.length;S+=1)if(c[S]>-y){B=S;break}y=-(y=Math.abs(c[B]-y)<Math.abs(c[B-1]-y)||\"next\"===t.swipeDirection?c[B]:c[B-1])}if(k&&t.once(\"transitionEnd\",(function(){t.loopFix()})),0!==t.velocity){if(b=i?Math.abs((-y-t.translate)/t.velocity):Math.abs((y-t.translate)/t.velocity),n.freeModeSticky){var E=Math.abs((i?-y:y)-t.translate),A=t.slidesSizesGrid[t.activeIndex];b=E<A?n.speed:E<2*A?1.5*n.speed:2.5*n.speed}}else if(n.freeModeSticky)return void t.slideToClosest();n.freeModeMomentumBounce&&w?(t.updateProgress(_),t.setTransition(b),t.setTranslate(y),t.transitionStart(!0,t.swipeDirection),t.animating=!0,a.transitionEnd((function(){t&&!t.destroyed&&r.allowMomentumBounce&&(t.emit(\"momentumBounce\"),t.setTransition(n.speed),setTimeout((function(){t.setTranslate(_),a.transitionEnd((function(){t&&!t.destroyed&&t.transitionEnd()}))}),0))}))):t.velocity?(t.updateProgress(y),t.setTransition(b),t.setTranslate(y),t.transitionStart(!0,t.swipeDirection),t.animating||(t.animating=!0,a.transitionEnd((function(){t&&!t.destroyed&&t.transitionEnd()})))):(t.emit(\"_freeModeNoMomentumRelease\"),t.updateProgress(y)),t.updateActiveIndex(),t.updateSlidesClasses()}else{if(n.freeModeSticky)return void t.slideToClosest();n.freeMode&&t.emit(\"_freeModeNoMomentumRelease\")}(!n.freeModeMomentum||p>=n.longSwipesMs)&&(t.updateProgress(),t.updateActiveIndex(),t.updateSlidesClasses())}else{for(var C=0,N=t.slidesSizesGrid[0],P=0;P<l.length;P+=P<n.slidesPerGroupSkip?1:n.slidesPerGroup){var O=P<n.slidesPerGroupSkip-1?1:n.slidesPerGroup;void 0!==l[P+O]?d>=l[P]&&d<l[P+O]&&(C=P,N=l[P+O]-l[P]):d>=l[P]&&(C=P,N=l[l.length-1]-l[l.length-2])}var T=(d-l[C])/N,j=C<n.slidesPerGroupSkip-1?1:n.slidesPerGroup;if(p>n.longSwipesMs){if(!n.longSwipes)return void t.slideTo(t.activeIndex);\"next\"===t.swipeDirection&&(T>=n.longSwipesRatio?t.slideTo(C+j):t.slideTo(C)),\"prev\"===t.swipeDirection&&(T>1-n.longSwipesRatio?t.slideTo(C+j):t.slideTo(C))}else{if(!n.shortSwipes)return void t.slideTo(t.activeIndex);t.navigation&&(s.target===t.navigation.nextEl||s.target===t.navigation.prevEl)?s.target===t.navigation.nextEl?t.slideTo(C+j):t.slideTo(C):(\"next\"===t.swipeDirection&&t.slideTo(C+j),\"prev\"===t.swipeDirection&&t.slideTo(C))}}}}function bb(){var e=this,t=e.params,r=e.el;if(!r||0!==r.offsetWidth){t.breakpoints&&e.setBreakpoint();var n=e.allowSlideNext,o=e.allowSlidePrev,i=e.snapGrid;e.allowSlideNext=!0,e.allowSlidePrev=!0,e.updateSize(),e.updateSlides(),e.updateSlidesClasses(),(\"auto\"===t.slidesPerView||t.slidesPerView>1)&&e.isEnd&&!e.isBeginning&&!e.params.centeredSlides?e.slideTo(e.slides.length-1,0,!1,!0):e.slideTo(e.activeIndex,0,!1,!0),e.autoplay&&e.autoplay.running&&e.autoplay.paused&&e.autoplay.run(),e.allowSlidePrev=o,e.allowSlideNext=n,e.params.watchOverflow&&i!==e.snapGrid&&e.checkOverflow()}}function vb(e){var t=this;t.enabled&&(t.allowClick||(t.params.preventClicks&&e.preventDefault(),t.params.preventClicksPropagation&&t.animating&&(e.stopPropagation(),e.stopImmediatePropagation())))}function yb(){var e=this,t=e.wrapperEl,r=e.rtlTranslate;if(e.enabled){e.previousTranslate=e.translate,e.isHorizontal()?e.translate=r?t.scrollWidth-t.offsetWidth-t.scrollLeft:-t.scrollLeft:e.translate=-t.scrollTop,-0===e.translate&&(e.translate=0),e.updateActiveIndex(),e.updateSlidesClasses();var n=e.maxTranslate()-e.minTranslate();(0===n?0:(e.translate-e.minTranslate())/n)!==e.progress&&e.updateProgress(r?-e.translate:e.translate),e.emit(\"setTranslate\",e.translate,!1)}}var _b=!1;function kb(){}const wb={attachEvents:function(){var e=this,t=Pg(),r=e.params,n=e.touchEvents,o=e.el,i=e.wrapperEl,a=e.device,l=e.support;e.onTouchStart=mb.bind(e),e.onTouchMove=hb.bind(e),e.onTouchEnd=gb.bind(e),r.cssMode&&(e.onScroll=yb.bind(e)),e.onClick=vb.bind(e);var c=!!r.nested;if(!l.touch&&l.pointerEvents)o.addEventListener(n.start,e.onTouchStart,!1),t.addEventListener(n.move,e.onTouchMove,c),t.addEventListener(n.end,e.onTouchEnd,!1);else{if(l.touch){var s=!(\"touchstart\"!==n.start||!l.passiveListener||!r.passiveListeners)&&{passive:!0,capture:!1};o.addEventListener(n.start,e.onTouchStart,s),o.addEventListener(n.move,e.onTouchMove,l.passiveListener?{passive:!1,capture:c}:c),o.addEventListener(n.end,e.onTouchEnd,s),n.cancel&&o.addEventListener(n.cancel,e.onTouchEnd,s),_b||(t.addEventListener(\"touchstart\",kb),_b=!0)}(r.simulateTouch&&!a.ios&&!a.android||r.simulateTouch&&!l.touch&&a.ios)&&(o.addEventListener(\"mousedown\",e.onTouchStart,!1),t.addEventListener(\"mousemove\",e.onTouchMove,c),t.addEventListener(\"mouseup\",e.onTouchEnd,!1))}(r.preventClicks||r.preventClicksPropagation)&&o.addEventListener(\"click\",e.onClick,!0),r.cssMode&&i.addEventListener(\"scroll\",e.onScroll),r.updateOnWindowResize?e.on(a.ios||a.android?\"resize orientationchange observerUpdate\":\"resize observerUpdate\",bb,!0):e.on(\"observerUpdate\",bb,!0)},detachEvents:function(){var e=this,t=Pg(),r=e.params,n=e.touchEvents,o=e.el,i=e.wrapperEl,a=e.device,l=e.support,c=!!r.nested;if(!l.touch&&l.pointerEvents)o.removeEventListener(n.start,e.onTouchStart,!1),t.removeEventListener(n.move,e.onTouchMove,c),t.removeEventListener(n.end,e.onTouchEnd,!1);else{if(l.touch){var s=!(\"onTouchStart\"!==n.start||!l.passiveListener||!r.passiveListeners)&&{passive:!0,capture:!1};o.removeEventListener(n.start,e.onTouchStart,s),o.removeEventListener(n.move,e.onTouchMove,c),o.removeEventListener(n.end,e.onTouchEnd,s),n.cancel&&o.removeEventListener(n.cancel,e.onTouchEnd,s)}(r.simulateTouch&&!a.ios&&!a.android||r.simulateTouch&&!l.touch&&a.ios)&&(o.removeEventListener(\"mousedown\",e.onTouchStart,!1),t.removeEventListener(\"mousemove\",e.onTouchMove,c),t.removeEventListener(\"mouseup\",e.onTouchEnd,!1))}(r.preventClicks||r.preventClicksPropagation)&&o.removeEventListener(\"click\",e.onClick,!0),r.cssMode&&i.removeEventListener(\"scroll\",e.onScroll),e.off(a.ios||a.android?\"resize orientationchange observerUpdate\":\"resize observerUpdate\",bb)}};const xb={setBreakpoint:function(){var e=this,t=e.activeIndex,r=e.initialized,n=e.loopedSlides,o=void 0===n?0:n,i=e.params,a=e.$el,l=i.breakpoints;if(l&&(!l||0!==Object.keys(l).length)){var c=e.getBreakpoint(l,e.params.breakpointsBase,e.el);if(c&&e.currentBreakpoint!==c){var s=c in l?l[c]:void 0;s&&[\"slidesPerView\",\"spaceBetween\",\"slidesPerGroup\",\"slidesPerGroupSkip\",\"slidesPerColumn\"].forEach((function(e){var t=s[e];void 0!==t&&(s[e]=\"slidesPerView\"!==e||\"AUTO\"!==t&&\"auto\"!==t?\"slidesPerView\"===e?parseFloat(t):parseInt(t,10):\"auto\")}));var d=s||e.originalParams,u=i.slidesPerColumn>1,p=d.slidesPerColumn>1,f=i.enabled;u&&!p?(a.removeClass(i.containerModifierClass+\"multirow \"+i.containerModifierClass+\"multirow-column\"),e.emitContainerClasses()):!u&&p&&(a.addClass(i.containerModifierClass+\"multirow\"),(d.slidesPerColumnFill&&\"column\"===d.slidesPerColumnFill||!d.slidesPerColumnFill&&\"column\"===i.slidesPerColumnFill)&&a.addClass(i.containerModifierClass+\"multirow-column\"),e.emitContainerClasses());var m=d.direction&&d.direction!==i.direction,h=i.loop&&(d.slidesPerView!==i.slidesPerView||m);m&&r&&e.changeDirection(),Yg(e.params,d);var g=e.params.enabled;Yg(e,{allowTouchMove:e.params.allowTouchMove,allowSlideNext:e.params.allowSlideNext,allowSlidePrev:e.params.allowSlidePrev}),f&&!g?e.disable():!f&&g&&e.enable(),e.currentBreakpoint=c,e.emit(\"_beforeBreakpoint\",d),h&&r&&(e.loopDestroy(),e.loopCreate(),e.updateSlides(),e.slideTo(t-o+e.loopedSlides,0,!1)),e.emit(\"breakpoint\",d)}}},getBreakpoint:function(e,t,r){if(void 0===t&&(t=\"window\"),e&&(\"container\"!==t||r)){var n=!1,o=Tg(),i=\"window\"===t?o.innerHeight:r.clientHeight,a=Object.keys(e).map((function(e){if(\"string\"==typeof e&&0===e.indexOf(\"@\")){var t=parseFloat(e.substr(1));return{value:i*t,point:e}}return{value:e,point:e}}));a.sort((function(e,t){return parseInt(e.value,10)-parseInt(t.value,10)}));for(var l=0;l<a.length;l+=1){var c=a[l],s=c.point,d=c.value;\"window\"===t?o.matchMedia(\"(min-width: \"+d+\"px)\").matches&&(n=s):d<=r.clientWidth&&(n=s)}return n||\"max\"}}};const Bb={addClasses:function(){var e=this,t=e.classNames,r=e.params,n=e.rtl,o=e.$el,i=e.device,a=e.support,l=function(e,t){var r=[];return e.forEach((function(e){\"object\"==typeof e?Object.keys(e).forEach((function(n){e[n]&&r.push(t+n)})):\"string\"==typeof e&&r.push(t+e)})),r}([\"initialized\",r.direction,{\"pointer-events\":a.pointerEvents&&!a.touch},{\"free-mode\":r.freeMode},{autoheight:r.autoHeight},{rtl:n},{multirow:r.slidesPerColumn>1},{\"multirow-column\":r.slidesPerColumn>1&&\"column\"===r.slidesPerColumnFill},{android:i.android},{ios:i.ios},{\"css-mode\":r.cssMode}],r.containerModifierClass);t.push.apply(t,l),o.addClass([].concat(t).join(\" \")),e.emitContainerClasses()},removeClasses:function(){var e=this,t=e.$el,r=e.classNames;t.removeClass(r.join(\" \")),e.emitContainerClasses()}};const Sb={loadImage:function(e,t,r,n,o,i){var a,l=Tg();function c(){i&&i()}Zg(e).parent(\"picture\")[0]||e.complete&&o?c():t?((a=new l.Image).onload=c,a.onerror=c,n&&(a.sizes=n),r&&(a.srcset=r),t&&(a.src=t)):c()},preloadImages:function(){var e=this;function t(){null!=e&&e&&!e.destroyed&&(void 0!==e.imagesLoaded&&(e.imagesLoaded+=1),e.imagesLoaded===e.imagesToLoad.length&&(e.params.updateOnImagesReady&&e.update(),e.emit(\"imagesReady\")))}e.imagesToLoad=e.$el.find(\"img\");for(var r=0;r<e.imagesToLoad.length;r+=1){var n=e.imagesToLoad[r];e.loadImage(n,n.currentSrc||n.getAttribute(\"src\"),n.srcset||n.getAttribute(\"srcset\"),n.sizes||n.getAttribute(\"sizes\"),!0,t)}}};const Eb={init:!0,direction:\"horizontal\",touchEventsTarget:\"container\",initialSlide:0,speed:300,cssMode:!1,updateOnWindowResize:!0,resizeObserver:!1,nested:!1,createElements:!1,enabled:!0,focusableElements:\"input, select, option, textarea, button, video, label\",width:null,height:null,preventInteractionOnTransition:!1,userAgent:null,url:null,edgeSwipeDetection:!1,edgeSwipeThreshold:20,freeMode:!1,freeModeMomentum:!0,freeModeMomentumRatio:1,freeModeMomentumBounce:!0,freeModeMomentumBounceRatio:1,freeModeMomentumVelocityRatio:1,freeModeSticky:!1,freeModeMinimumVelocity:.02,autoHeight:!1,setWrapperSize:!1,virtualTranslate:!1,effect:\"slide\",breakpoints:void 0,breakpointsBase:\"window\",spaceBetween:0,slidesPerView:1,slidesPerColumn:1,slidesPerColumnFill:\"column\",slidesPerGroup:1,slidesPerGroupSkip:0,centeredSlides:!1,centeredSlidesBounds:!1,slidesOffsetBefore:0,slidesOffsetAfter:0,normalizeSlideIndex:!0,centerInsufficientSlides:!1,watchOverflow:!1,roundLengths:!1,touchRatio:1,touchAngle:45,simulateTouch:!0,shortSwipes:!0,longSwipes:!0,longSwipesRatio:.5,longSwipesMs:300,followFinger:!0,allowTouchMove:!0,threshold:0,touchMoveStopPropagation:!1,touchStartPreventDefault:!0,touchStartForcePreventDefault:!1,touchReleaseOnEdges:!1,uniqueNavElements:!0,resistance:!0,resistanceRatio:.85,watchSlidesProgress:!1,watchSlidesVisibility:!1,grabCursor:!1,preventClicks:!0,preventClicksPropagation:!0,slideToClickedSlide:!1,preloadImages:!0,updateOnImagesReady:!0,loop:!1,loopAdditionalSlides:0,loopedSlides:null,loopFillGroupWithBlank:!1,loopPreventsSlide:!0,allowSlidePrev:!0,allowSlideNext:!0,swipeHandler:null,noSwiping:!0,noSwipingClass:\"swiper-no-swiping\",noSwipingSelector:null,passiveListeners:!0,containerModifierClass:\"swiper-container-\",slideClass:\"swiper-slide\",slideBlankClass:\"swiper-slide-invisible-blank\",slideActiveClass:\"swiper-slide-active\",slideDuplicateActiveClass:\"swiper-slide-duplicate-active\",slideVisibleClass:\"swiper-slide-visible\",slideDuplicateClass:\"swiper-slide-duplicate\",slideNextClass:\"swiper-slide-next\",slideDuplicateNextClass:\"swiper-slide-duplicate-next\",slidePrevClass:\"swiper-slide-prev\",slideDuplicatePrevClass:\"swiper-slide-duplicate-prev\",wrapperClass:\"swiper-wrapper\",runCallbacksOnInit:!0,_emitClasses:!1};function Ab(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}var Cb={modular:{useParams:function(e){var t=this;t.modules&&Object.keys(t.modules).forEach((function(r){var n=t.modules[r];n.params&&Yg(e,n.params)}))},useModules:function(e){void 0===e&&(e={});var t=this;t.modules&&Object.keys(t.modules).forEach((function(r){var n=t.modules[r],o=e[r]||{};n.on&&t.on&&Object.keys(n.on).forEach((function(e){t.on(e,n.on[e])})),n.create&&n.create.bind(t)(o)}))}},eventsEmitter:cb,update:sb,translate:db,transition:{setTransition:function(e,t){var r=this;r.params.cssMode||r.$wrapperEl.transition(e),r.emit(\"setTransition\",e,t)},transitionStart:function(e,t){void 0===e&&(e=!0);var r=this,n=r.activeIndex,o=r.params,i=r.previousIndex;if(!o.cssMode){o.autoHeight&&r.updateAutoHeight();var a=t;if(a||(a=n>i?\"next\":n<i?\"prev\":\"reset\"),r.emit(\"transitionStart\"),e&&n!==i){if(\"reset\"===a)return void r.emit(\"slideResetTransitionStart\");r.emit(\"slideChangeTransitionStart\"),\"next\"===a?r.emit(\"slideNextTransitionStart\"):r.emit(\"slidePrevTransitionStart\")}}},transitionEnd:function(e,t){void 0===e&&(e=!0);var r=this,n=r.activeIndex,o=r.previousIndex,i=r.params;if(r.animating=!1,!i.cssMode){r.setTransition(0);var a=t;if(a||(a=n>o?\"next\":n<o?\"prev\":\"reset\"),r.emit(\"transitionEnd\"),e&&n!==o){if(\"reset\"===a)return void r.emit(\"slideResetTransitionEnd\");r.emit(\"slideChangeTransitionEnd\"),\"next\"===a?r.emit(\"slideNextTransitionEnd\"):r.emit(\"slidePrevTransitionEnd\")}}}},slide:ub,loop:pb,grabCursor:{setGrabCursor:function(e){var t=this;if(!(t.support.touch||!t.params.simulateTouch||t.params.watchOverflow&&t.isLocked||t.params.cssMode)){var r=t.el;r.style.cursor=\"move\",r.style.cursor=e?\"-webkit-grabbing\":\"-webkit-grab\",r.style.cursor=e?\"-moz-grabbin\":\"-moz-grab\",r.style.cursor=e?\"grabbing\":\"grab\"}},unsetGrabCursor:function(){var e=this;e.support.touch||e.params.watchOverflow&&e.isLocked||e.params.cssMode||(e.el.style.cursor=\"\")}},manipulation:fb,events:wb,breakpoints:xb,checkOverflow:{checkOverflow:function(){var e=this,t=e.params,r=e.isLocked,n=e.slides.length>0&&t.slidesOffsetBefore+t.spaceBetween*(e.slides.length-1)+e.slides[0].offsetWidth*e.slides.length;t.slidesOffsetBefore&&t.slidesOffsetAfter&&n?e.isLocked=n<=e.size:e.isLocked=1===e.snapGrid.length,e.allowSlideNext=!e.isLocked,e.allowSlidePrev=!e.isLocked,r!==e.isLocked&&e.emit(e.isLocked?\"lock\":\"unlock\"),r&&r!==e.isLocked&&(e.isEnd=!1,e.navigation&&e.navigation.update())}},classes:Bb,images:Sb},Nb={},Pb=function(){function e(){for(var t,r,n=arguments.length,o=new Array(n),i=0;i<n;i++)o[i]=arguments[i];if(1===o.length&&o[0].constructor&&\"Object\"===Object.prototype.toString.call(o[0]).slice(8,-1)?r=o[0]:(t=o[0],r=o[1]),r||(r={}),r=Yg({},r),t&&!r.el&&(r.el=t),r.el&&Zg(r.el).length>1){var a=[];return Zg(r.el).each((function(t){var n=Yg({},r,{el:t});a.push(new e(n))})),a}var l=this;l.__swiper__=!0,l.support=tb(),l.device=rb({userAgent:r.userAgent}),l.browser=nb(),l.eventsListeners={},l.eventsAnyListeners=[],void 0===l.modules&&(l.modules={}),Object.keys(l.modules).forEach((function(e){var t=l.modules[e];if(t.params){var n=Object.keys(t.params)[0],o=t.params[n];if(\"object\"!=typeof o||null===o)return;if([\"navigation\",\"pagination\",\"scrollbar\"].indexOf(n)>=0&&!0===r[n]&&(r[n]={auto:!0}),!(n in r)||!(\"enabled\"in o))return;!0===r[n]&&(r[n]={enabled:!0}),\"object\"!=typeof r[n]||\"enabled\"in r[n]||(r[n].enabled=!0),r[n]||(r[n]={enabled:!1})}}));var c,s,d=Yg({},Eb);return l.useParams(d),l.params=Yg({},d,Nb,r),l.originalParams=Yg({},l.params),l.passedParams=Yg({},r),l.params&&l.params.on&&Object.keys(l.params.on).forEach((function(e){l.on(e,l.params.on[e])})),l.params&&l.params.onAny&&l.onAny(l.params.onAny),l.$=Zg,Yg(l,{enabled:l.params.enabled,el:t,classNames:[],slides:Zg(),slidesGrid:[],snapGrid:[],slidesSizesGrid:[],isHorizontal:function(){return\"horizontal\"===l.params.direction},isVertical:function(){return\"vertical\"===l.params.direction},activeIndex:0,realIndex:0,isBeginning:!0,isEnd:!1,translate:0,previousTranslate:0,progress:0,velocity:0,animating:!1,allowSlideNext:l.params.allowSlideNext,allowSlidePrev:l.params.allowSlidePrev,touchEvents:(c=[\"touchstart\",\"touchmove\",\"touchend\",\"touchcancel\"],s=[\"mousedown\",\"mousemove\",\"mouseup\"],l.support.pointerEvents&&(s=[\"pointerdown\",\"pointermove\",\"pointerup\"]),l.touchEventsTouch={start:c[0],move:c[1],end:c[2],cancel:c[3]},l.touchEventsDesktop={start:s[0],move:s[1],end:s[2]},l.support.touch||!l.params.simulateTouch?l.touchEventsTouch:l.touchEventsDesktop),touchEventsData:{isTouched:void 0,isMoved:void 0,allowTouchCallbacks:void 0,touchStartTime:void 0,isScrolling:void 0,currentTranslate:void 0,startTranslate:void 0,allowThresholdMove:void 0,focusableElements:l.params.focusableElements,lastClickTime:Wg(),clickTimeout:void 0,velocities:[],allowMomentumBounce:void 0,isTouchEvent:void 0,startMoving:void 0},allowClick:!0,allowTouchMove:l.params.allowTouchMove,touches:{startX:0,startY:0,currentX:0,currentY:0,diff:0},imagesToLoad:[],imagesLoaded:0}),l.useModules(),l.emit(\"_swiper\"),l.params.init&&l.init(),l}var t=e.prototype;return t.enable=function(){var e=this;e.enabled||(e.enabled=!0,e.params.grabCursor&&e.setGrabCursor(),e.emit(\"enable\"))},t.disable=function(){var e=this;e.enabled&&(e.enabled=!1,e.params.grabCursor&&e.unsetGrabCursor(),e.emit(\"disable\"))},t.setProgress=function(e,t){var r=this;e=Math.min(Math.max(e,0),1);var n=r.minTranslate(),o=(r.maxTranslate()-n)*e+n;r.translateTo(o,void 0===t?0:t),r.updateActiveIndex(),r.updateSlidesClasses()},t.emitContainerClasses=function(){var e=this;if(e.params._emitClasses&&e.el){var t=e.el.className.split(\" \").filter((function(t){return 0===t.indexOf(\"swiper-container\")||0===t.indexOf(e.params.containerModifierClass)}));e.emit(\"_containerClasses\",t.join(\" \"))}},t.getSlideClasses=function(e){var t=this;return e.className.split(\" \").filter((function(e){return 0===e.indexOf(\"swiper-slide\")||0===e.indexOf(t.params.slideClass)})).join(\" \")},t.emitSlidesClasses=function(){var e=this;if(e.params._emitClasses&&e.el){var t=[];e.slides.each((function(r){var n=e.getSlideClasses(r);t.push({slideEl:r,classNames:n}),e.emit(\"_slideClass\",r,n)})),e.emit(\"_slideClasses\",t)}},t.slidesPerViewDynamic=function(){var e=this,t=e.params,r=e.slides,n=e.slidesGrid,o=e.size,i=e.activeIndex,a=1;if(t.centeredSlides){for(var l,c=r[i].swiperSlideSize,s=i+1;s<r.length;s+=1)r[s]&&!l&&(a+=1,(c+=r[s].swiperSlideSize)>o&&(l=!0));for(var d=i-1;d>=0;d-=1)r[d]&&!l&&(a+=1,(c+=r[d].swiperSlideSize)>o&&(l=!0))}else for(var u=i+1;u<r.length;u+=1)n[u]-n[i]<o&&(a+=1);return a},t.update=function(){var e=this;if(e&&!e.destroyed){var t=e.snapGrid,r=e.params;r.breakpoints&&e.setBreakpoint(),e.updateSize(),e.updateSlides(),e.updateProgress(),e.updateSlidesClasses(),e.params.freeMode?(n(),e.params.autoHeight&&e.updateAutoHeight()):((\"auto\"===e.params.slidesPerView||e.params.slidesPerView>1)&&e.isEnd&&!e.params.centeredSlides?e.slideTo(e.slides.length-1,0,!1,!0):e.slideTo(e.activeIndex,0,!1,!0))||n(),r.watchOverflow&&t!==e.snapGrid&&e.checkOverflow(),e.emit(\"update\")}function n(){var t=e.rtlTranslate?-1*e.translate:e.translate,r=Math.min(Math.max(t,e.maxTranslate()),e.minTranslate());e.setTranslate(r),e.updateActiveIndex(),e.updateSlidesClasses()}},t.changeDirection=function(e,t){void 0===t&&(t=!0);var r=this,n=r.params.direction;return e||(e=\"horizontal\"===n?\"vertical\":\"horizontal\"),e===n||\"horizontal\"!==e&&\"vertical\"!==e||(r.$el.removeClass(\"\"+r.params.containerModifierClass+n).addClass(\"\"+r.params.containerModifierClass+e),r.emitContainerClasses(),r.params.direction=e,r.slides.each((function(t){\"vertical\"===e?t.style.width=\"\":t.style.height=\"\"})),r.emit(\"changeDirection\"),t&&r.update()),r},t.mount=function(e){var t=this;if(t.mounted)return!0;var r=Zg(e||t.params.el);if(!(e=r[0]))return!1;e.swiper=t;var n=function(){return\".\"+(t.params.wrapperClass||\"\").trim().split(\" \").join(\".\")},o=function(){if(e&&e.shadowRoot&&e.shadowRoot.querySelector){var t=Zg(e.shadowRoot.querySelector(n()));return t.children=function(e){return r.children(e)},t}return r.children(n())}();if(0===o.length&&t.params.createElements){var i=Pg().createElement(\"div\");o=Zg(i),i.className=t.params.wrapperClass,r.append(i),r.children(\".\"+t.params.slideClass).each((function(e){o.append(e)}))}return Yg(t,{$el:r,el:e,$wrapperEl:o,wrapperEl:o[0],mounted:!0,rtl:\"rtl\"===e.dir.toLowerCase()||\"rtl\"===r.css(\"direction\"),rtlTranslate:\"horizontal\"===t.params.direction&&(\"rtl\"===e.dir.toLowerCase()||\"rtl\"===r.css(\"direction\")),wrongRTL:\"-webkit-box\"===o.css(\"display\")}),!0},t.init=function(e){var t=this;return t.initialized||!1===t.mount(e)||(t.emit(\"beforeInit\"),t.params.breakpoints&&t.setBreakpoint(),t.addClasses(),t.params.loop&&t.loopCreate(),t.updateSize(),t.updateSlides(),t.params.watchOverflow&&t.checkOverflow(),t.params.grabCursor&&t.enabled&&t.setGrabCursor(),t.params.preloadImages&&t.preloadImages(),t.params.loop?t.slideTo(t.params.initialSlide+t.loopedSlides,0,t.params.runCallbacksOnInit,!1,!0):t.slideTo(t.params.initialSlide,0,t.params.runCallbacksOnInit,!1,!0),t.attachEvents(),t.initialized=!0,t.emit(\"init\"),t.emit(\"afterInit\")),t},t.destroy=function(e,t){void 0===e&&(e=!0),void 0===t&&(t=!0);var r,n=this,o=n.params,i=n.$el,a=n.$wrapperEl,l=n.slides;return void 0===n.params||n.destroyed||(n.emit(\"beforeDestroy\"),n.initialized=!1,n.detachEvents(),o.loop&&n.loopDestroy(),t&&(n.removeClasses(),i.removeAttr(\"style\"),a.removeAttr(\"style\"),l&&l.length&&l.removeClass([o.slideVisibleClass,o.slideActiveClass,o.slideNextClass,o.slidePrevClass].join(\" \")).removeAttr(\"style\").removeAttr(\"data-swiper-slide-index\")),n.emit(\"destroy\"),Object.keys(n.eventsListeners).forEach((function(e){n.off(e)})),!1!==e&&(n.$el[0].swiper=null,r=n,Object.keys(r).forEach((function(e){try{r[e]=null}catch(e){}try{delete r[e]}catch(e){}}))),n.destroyed=!0),null},e.extendDefaults=function(e){Yg(Nb,e)},e.installModule=function(t){e.prototype.modules||(e.prototype.modules={});var r=t.name||Object.keys(e.prototype.modules).length+\"_\"+Wg();e.prototype.modules[r]=t},e.use=function(t){return Array.isArray(t)?(t.forEach((function(t){return e.installModule(t)})),e):(e.installModule(t),e)},function(e,t,r){t&&Ab(e.prototype,t),r&&Ab(e,r)}(e,null,[{key:\"extendedDefaults\",get:function(){return Nb}},{key:\"defaults\",get:function(){return Eb}}]),e}();Object.keys(Cb).forEach((function(e){Object.keys(Cb[e]).forEach((function(t){Pb.prototype[t]=Cb[e][t]}))})),Pb.use([ob,lb]);const Ob=Pb;function Tb(){return Tb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Tb.apply(this,arguments)}var jb={run:function(){var e=this,t=e.slides.eq(e.activeIndex),r=e.params.autoplay.delay;t.attr(\"data-swiper-autoplay\")&&(r=t.attr(\"data-swiper-autoplay\")||e.params.autoplay.delay),clearTimeout(e.autoplay.timeout),e.autoplay.timeout=Ug((function(){var t;e.params.autoplay.reverseDirection?e.params.loop?(e.loopFix(),t=e.slidePrev(e.params.speed,!0,!0),e.emit(\"autoplay\")):e.isBeginning?e.params.autoplay.stopOnLastSlide?e.autoplay.stop():(t=e.slideTo(e.slides.length-1,e.params.speed,!0,!0),e.emit(\"autoplay\")):(t=e.slidePrev(e.params.speed,!0,!0),e.emit(\"autoplay\")):e.params.loop?(e.loopFix(),t=e.slideNext(e.params.speed,!0,!0),e.emit(\"autoplay\")):e.isEnd?e.params.autoplay.stopOnLastSlide?e.autoplay.stop():(t=e.slideTo(0,e.params.speed,!0,!0),e.emit(\"autoplay\")):(t=e.slideNext(e.params.speed,!0,!0),e.emit(\"autoplay\")),(e.params.cssMode&&e.autoplay.running||!1===t)&&e.autoplay.run()}),r)},start:function(){var e=this;return void 0===e.autoplay.timeout&&(!e.autoplay.running&&(e.autoplay.running=!0,e.emit(\"autoplayStart\"),e.autoplay.run(),!0))},stop:function(){var e=this;return!!e.autoplay.running&&(void 0!==e.autoplay.timeout&&(e.autoplay.timeout&&(clearTimeout(e.autoplay.timeout),e.autoplay.timeout=void 0),e.autoplay.running=!1,e.emit(\"autoplayStop\"),!0))},pause:function(e){var t=this;t.autoplay.running&&(t.autoplay.paused||(t.autoplay.timeout&&clearTimeout(t.autoplay.timeout),t.autoplay.paused=!0,0!==e&&t.params.autoplay.waitForTransition?[\"transitionend\",\"webkitTransitionEnd\"].forEach((function(e){t.$wrapperEl[0].addEventListener(e,t.autoplay.onTransitionEnd)})):(t.autoplay.paused=!1,t.autoplay.run())))},onVisibilityChange:function(){var e=this,t=Pg();\"hidden\"===t.visibilityState&&e.autoplay.running&&e.autoplay.pause(),\"visible\"===t.visibilityState&&e.autoplay.paused&&(e.autoplay.run(),e.autoplay.paused=!1)},onTransitionEnd:function(e){var t=this;t&&!t.destroyed&&t.$wrapperEl&&e.target===t.$wrapperEl[0]&&([\"transitionend\",\"webkitTransitionEnd\"].forEach((function(e){t.$wrapperEl[0].removeEventListener(e,t.autoplay.onTransitionEnd)})),t.autoplay.paused=!1,t.autoplay.running?t.autoplay.run():t.autoplay.stop())},onMouseEnter:function(){var e=this;e.params.autoplay.disableOnInteraction?e.autoplay.stop():e.autoplay.pause(),[\"transitionend\",\"webkitTransitionEnd\"].forEach((function(t){e.$wrapperEl[0].removeEventListener(t,e.autoplay.onTransitionEnd)}))},onMouseLeave:function(){var e=this;e.params.autoplay.disableOnInteraction||(e.autoplay.paused=!1,e.autoplay.run())},attachMouseEvents:function(){var e=this;e.params.autoplay.pauseOnMouseEnter&&(e.$el.on(\"mouseenter\",e.autoplay.onMouseEnter),e.$el.on(\"mouseleave\",e.autoplay.onMouseLeave))},detachMouseEvents:function(){var e=this;e.$el.off(\"mouseenter\",e.autoplay.onMouseEnter),e.$el.off(\"mouseleave\",e.autoplay.onMouseLeave)}};const Mb={name:\"autoplay\",params:{autoplay:{enabled:!1,delay:3e3,waitForTransition:!0,disableOnInteraction:!0,stopOnLastSlide:!1,reverseDirection:!1,pauseOnMouseEnter:!1}},create:function(){Qg(this,{autoplay:Tb({},jb,{running:!1,paused:!1})})},on:{init:function(e){e.params.autoplay.enabled&&(e.autoplay.start(),Pg().addEventListener(\"visibilitychange\",e.autoplay.onVisibilityChange),e.autoplay.attachMouseEvents())},beforeTransitionStart:function(e,t,r){e.autoplay.running&&(r||!e.params.autoplay.disableOnInteraction?e.autoplay.pause(t):e.autoplay.stop())},sliderFirstMove:function(e){e.autoplay.running&&(e.params.autoplay.disableOnInteraction?e.autoplay.stop():e.autoplay.pause())},touchEnd:function(e){e.params.cssMode&&e.autoplay.paused&&!e.params.autoplay.disableOnInteraction&&e.autoplay.run()},destroy:function(e){e.autoplay.detachMouseEvents(),e.autoplay.running&&e.autoplay.stop(),Pg().removeEventListener(\"visibilitychange\",e.autoplay.onVisibilityChange)}}};function Lb(){return Lb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Lb.apply(this,arguments)}var Ib={getRandomNumber:function(e){void 0===e&&(e=16);return\"x\".repeat(e).replace(/x/g,(function(){return Math.round(16*Math.random()).toString(16)}))},makeElFocusable:function(e){return e.attr(\"tabIndex\",\"0\"),e},makeElNotFocusable:function(e){return e.attr(\"tabIndex\",\"-1\"),e},addElRole:function(e,t){return e.attr(\"role\",t),e},addElRoleDescription:function(e,t){return e.attr(\"aria-roledescription\",t),e},addElControls:function(e,t){return e.attr(\"aria-controls\",t),e},addElLabel:function(e,t){return e.attr(\"aria-label\",t),e},addElId:function(e,t){return e.attr(\"id\",t),e},addElLive:function(e,t){return e.attr(\"aria-live\",t),e},disableEl:function(e){return e.attr(\"aria-disabled\",!0),e},enableEl:function(e){return e.attr(\"aria-disabled\",!1),e},onEnterOrSpaceKey:function(e){if(13===e.keyCode||32===e.keyCode){var t=this,r=t.params.a11y,n=Zg(e.target);t.navigation&&t.navigation.$nextEl&&n.is(t.navigation.$nextEl)&&(t.isEnd&&!t.params.loop||t.slideNext(),t.isEnd?t.a11y.notify(r.lastSlideMessage):t.a11y.notify(r.nextSlideMessage)),t.navigation&&t.navigation.$prevEl&&n.is(t.navigation.$prevEl)&&(t.isBeginning&&!t.params.loop||t.slidePrev(),t.isBeginning?t.a11y.notify(r.firstSlideMessage):t.a11y.notify(r.prevSlideMessage)),t.pagination&&n.is(Kg(t.params.pagination.bulletClass))&&n[0].click()}},notify:function(e){var t=this.a11y.liveRegion;0!==t.length&&(t.html(\"\"),t.html(e))},updateNavigation:function(){var e=this;if(!e.params.loop&&e.navigation){var t=e.navigation,r=t.$nextEl,n=t.$prevEl;n&&n.length>0&&(e.isBeginning?(e.a11y.disableEl(n),e.a11y.makeElNotFocusable(n)):(e.a11y.enableEl(n),e.a11y.makeElFocusable(n))),r&&r.length>0&&(e.isEnd?(e.a11y.disableEl(r),e.a11y.makeElNotFocusable(r)):(e.a11y.enableEl(r),e.a11y.makeElFocusable(r)))}},updatePagination:function(){var e=this,t=e.params.a11y;e.pagination&&e.params.pagination.clickable&&e.pagination.bullets&&e.pagination.bullets.length&&e.pagination.bullets.each((function(r){var n=Zg(r);e.a11y.makeElFocusable(n),e.params.pagination.renderBullet||(e.a11y.addElRole(n,\"button\"),e.a11y.addElLabel(n,t.paginationBulletMessage.replace(/\\{\\{index\\}\\}/,n.index()+1)))}))},init:function(){var e=this,t=e.params.a11y;e.$el.append(e.a11y.liveRegion);var r=e.$el;t.containerRoleDescriptionMessage&&e.a11y.addElRoleDescription(r,t.containerRoleDescriptionMessage),t.containerMessage&&e.a11y.addElLabel(r,t.containerMessage);var n=e.$wrapperEl,o=n.attr(\"id\")||\"swiper-wrapper-\"+e.a11y.getRandomNumber(16),i=e.params.autoplay&&e.params.autoplay.enabled?\"off\":\"polite\";e.a11y.addElId(n,o),e.a11y.addElLive(n,i),t.itemRoleDescriptionMessage&&e.a11y.addElRoleDescription(Zg(e.slides),t.itemRoleDescriptionMessage),e.a11y.addElRole(Zg(e.slides),t.slideRole);var a,l,c=e.params.loop?e.slides.filter((function(t){return!t.classList.contains(e.params.slideDuplicateClass)})).length:e.slides.length;e.slides.each((function(r,n){var o=Zg(r),i=e.params.loop?parseInt(o.attr(\"data-swiper-slide-index\"),10):n,a=t.slideLabelMessage.replace(/\\{\\{index\\}\\}/,i+1).replace(/\\{\\{slidesLength\\}\\}/,c);e.a11y.addElLabel(o,a)})),e.navigation&&e.navigation.$nextEl&&(a=e.navigation.$nextEl),e.navigation&&e.navigation.$prevEl&&(l=e.navigation.$prevEl),a&&a.length&&(e.a11y.makeElFocusable(a),\"BUTTON\"!==a[0].tagName&&(e.a11y.addElRole(a,\"button\"),a.on(\"keydown\",e.a11y.onEnterOrSpaceKey)),e.a11y.addElLabel(a,t.nextSlideMessage),e.a11y.addElControls(a,o)),l&&l.length&&(e.a11y.makeElFocusable(l),\"BUTTON\"!==l[0].tagName&&(e.a11y.addElRole(l,\"button\"),l.on(\"keydown\",e.a11y.onEnterOrSpaceKey)),e.a11y.addElLabel(l,t.prevSlideMessage),e.a11y.addElControls(l,o)),e.pagination&&e.params.pagination.clickable&&e.pagination.bullets&&e.pagination.bullets.length&&e.pagination.$el.on(\"keydown\",Kg(e.params.pagination.bulletClass),e.a11y.onEnterOrSpaceKey)},destroy:function(){var e,t,r=this;r.a11y.liveRegion&&r.a11y.liveRegion.length>0&&r.a11y.liveRegion.remove(),r.navigation&&r.navigation.$nextEl&&(e=r.navigation.$nextEl),r.navigation&&r.navigation.$prevEl&&(t=r.navigation.$prevEl),e&&e.off(\"keydown\",r.a11y.onEnterOrSpaceKey),t&&t.off(\"keydown\",r.a11y.onEnterOrSpaceKey),r.pagination&&r.params.pagination.clickable&&r.pagination.bullets&&r.pagination.bullets.length&&r.pagination.$el.off(\"keydown\",Kg(r.params.pagination.bulletClass),r.a11y.onEnterOrSpaceKey)}};const Fb={name:\"a11y\",params:{a11y:{enabled:!0,notificationClass:\"swiper-notification\",prevSlideMessage:\"Previous slide\",nextSlideMessage:\"Next slide\",firstSlideMessage:\"This is the first slide\",lastSlideMessage:\"This is the last slide\",paginationBulletMessage:\"Go to slide {{index}}\",slideLabelMessage:\"{{index}} / {{slidesLength}}\",containerMessage:null,containerRoleDescriptionMessage:null,itemRoleDescriptionMessage:null,slideRole:\"group\"}},create:function(){Qg(this,{a11y:Lb({},Ib,{liveRegion:Zg('<span class=\"'+this.params.a11y.notificationClass+'\" aria-live=\"assertive\" aria-atomic=\"true\"></span>')})})},on:{afterInit:function(e){e.params.a11y.enabled&&(e.a11y.init(),e.a11y.updateNavigation())},toEdge:function(e){e.params.a11y.enabled&&e.a11y.updateNavigation()},fromEdge:function(e){e.params.a11y.enabled&&e.a11y.updateNavigation()},paginationUpdate:function(e){e.params.a11y.enabled&&e.a11y.updatePagination()},destroy:function(e){e.params.a11y.enabled&&e.a11y.destroy()}}};function zb(){return zb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zb.apply(this,arguments)}var Db={update:function(){var e=this,t=e.rtl,r=e.params.pagination;if(r.el&&e.pagination.el&&e.pagination.$el&&0!==e.pagination.$el.length){var n,o=e.virtual&&e.params.virtual.enabled?e.virtual.slides.length:e.slides.length,i=e.pagination.$el,a=e.params.loop?Math.ceil((o-2*e.loopedSlides)/e.params.slidesPerGroup):e.snapGrid.length;if(e.params.loop?((n=Math.ceil((e.activeIndex-e.loopedSlides)/e.params.slidesPerGroup))>o-1-2*e.loopedSlides&&(n-=o-2*e.loopedSlides),n>a-1&&(n-=a),n<0&&\"bullets\"!==e.params.paginationType&&(n=a+n)):n=void 0!==e.snapIndex?e.snapIndex:e.activeIndex||0,\"bullets\"===r.type&&e.pagination.bullets&&e.pagination.bullets.length>0){var l,c,s,d=e.pagination.bullets;if(r.dynamicBullets&&(e.pagination.bulletSize=d.eq(0)[e.isHorizontal()?\"outerWidth\":\"outerHeight\"](!0),i.css(e.isHorizontal()?\"width\":\"height\",e.pagination.bulletSize*(r.dynamicMainBullets+4)+\"px\"),r.dynamicMainBullets>1&&void 0!==e.previousIndex&&(e.pagination.dynamicBulletIndex+=n-e.previousIndex,e.pagination.dynamicBulletIndex>r.dynamicMainBullets-1?e.pagination.dynamicBulletIndex=r.dynamicMainBullets-1:e.pagination.dynamicBulletIndex<0&&(e.pagination.dynamicBulletIndex=0)),l=n-e.pagination.dynamicBulletIndex,s=((c=l+(Math.min(d.length,r.dynamicMainBullets)-1))+l)/2),d.removeClass(r.bulletActiveClass+\" \"+r.bulletActiveClass+\"-next \"+r.bulletActiveClass+\"-next-next \"+r.bulletActiveClass+\"-prev \"+r.bulletActiveClass+\"-prev-prev \"+r.bulletActiveClass+\"-main\"),i.length>1)d.each((function(e){var t=Zg(e),o=t.index();o===n&&t.addClass(r.bulletActiveClass),r.dynamicBullets&&(o>=l&&o<=c&&t.addClass(r.bulletActiveClass+\"-main\"),o===l&&t.prev().addClass(r.bulletActiveClass+\"-prev\").prev().addClass(r.bulletActiveClass+\"-prev-prev\"),o===c&&t.next().addClass(r.bulletActiveClass+\"-next\").next().addClass(r.bulletActiveClass+\"-next-next\"))}));else{var u=d.eq(n),p=u.index();if(u.addClass(r.bulletActiveClass),r.dynamicBullets){for(var f=d.eq(l),m=d.eq(c),h=l;h<=c;h+=1)d.eq(h).addClass(r.bulletActiveClass+\"-main\");if(e.params.loop)if(p>=d.length-r.dynamicMainBullets){for(var g=r.dynamicMainBullets;g>=0;g-=1)d.eq(d.length-g).addClass(r.bulletActiveClass+\"-main\");d.eq(d.length-r.dynamicMainBullets-1).addClass(r.bulletActiveClass+\"-prev\")}else f.prev().addClass(r.bulletActiveClass+\"-prev\").prev().addClass(r.bulletActiveClass+\"-prev-prev\"),m.next().addClass(r.bulletActiveClass+\"-next\").next().addClass(r.bulletActiveClass+\"-next-next\");else f.prev().addClass(r.bulletActiveClass+\"-prev\").prev().addClass(r.bulletActiveClass+\"-prev-prev\"),m.next().addClass(r.bulletActiveClass+\"-next\").next().addClass(r.bulletActiveClass+\"-next-next\")}}if(r.dynamicBullets){var b=Math.min(d.length,r.dynamicMainBullets+4),v=(e.pagination.bulletSize*b-e.pagination.bulletSize)/2-s*e.pagination.bulletSize,y=t?\"right\":\"left\";d.css(e.isHorizontal()?y:\"top\",v+\"px\")}}if(\"fraction\"===r.type&&(i.find(Kg(r.currentClass)).text(r.formatFractionCurrent(n+1)),i.find(Kg(r.totalClass)).text(r.formatFractionTotal(a))),\"progressbar\"===r.type){var _;_=r.progressbarOpposite?e.isHorizontal()?\"vertical\":\"horizontal\":e.isHorizontal()?\"horizontal\":\"vertical\";var k=(n+1)/a,w=1,x=1;\"horizontal\"===_?w=k:x=k,i.find(Kg(r.progressbarFillClass)).transform(\"translate3d(0,0,0) scaleX(\"+w+\") scaleY(\"+x+\")\").transition(e.params.speed)}\"custom\"===r.type&&r.renderCustom?(i.html(r.renderCustom(e,n+1,a)),e.emit(\"paginationRender\",i[0])):e.emit(\"paginationUpdate\",i[0]),e.params.watchOverflow&&e.enabled&&i[e.isLocked?\"addClass\":\"removeClass\"](r.lockClass)}},render:function(){var e=this,t=e.params.pagination;if(t.el&&e.pagination.el&&e.pagination.$el&&0!==e.pagination.$el.length){var r=e.virtual&&e.params.virtual.enabled?e.virtual.slides.length:e.slides.length,n=e.pagination.$el,o=\"\";if(\"bullets\"===t.type){var i=e.params.loop?Math.ceil((r-2*e.loopedSlides)/e.params.slidesPerGroup):e.snapGrid.length;e.params.freeMode&&!e.params.loop&&i>r&&(i=r);for(var a=0;a<i;a+=1)t.renderBullet?o+=t.renderBullet.call(e,a,t.bulletClass):o+=\"<\"+t.bulletElement+' class=\"'+t.bulletClass+'\"></'+t.bulletElement+\">\";n.html(o),e.pagination.bullets=n.find(Kg(t.bulletClass))}\"fraction\"===t.type&&(o=t.renderFraction?t.renderFraction.call(e,t.currentClass,t.totalClass):'<span class=\"'+t.currentClass+'\"></span> / <span class=\"'+t.totalClass+'\"></span>',n.html(o)),\"progressbar\"===t.type&&(o=t.renderProgressbar?t.renderProgressbar.call(e,t.progressbarFillClass):'<span class=\"'+t.progressbarFillClass+'\"></span>',n.html(o)),\"custom\"!==t.type&&e.emit(\"paginationRender\",e.pagination.$el[0])}},init:function(){var e=this;e.params.pagination=function(e,t,r,n){var o=Pg();return r&&Object.keys(n).forEach((function(r){if(!t[r]&&!0===t.auto){var i=o.createElement(\"div\");i.className=n[r],e.append(i),t[r]=i}})),t}(e.$el,e.params.pagination,e.params.createElements,{el:\"swiper-pagination\"});var t=e.params.pagination;if(t.el){var r=Zg(t.el);0!==r.length&&(e.params.uniqueNavElements&&\"string\"==typeof t.el&&r.length>1&&(r=e.$el.find(t.el)),\"bullets\"===t.type&&t.clickable&&r.addClass(t.clickableClass),r.addClass(t.modifierClass+t.type),\"bullets\"===t.type&&t.dynamicBullets&&(r.addClass(\"\"+t.modifierClass+t.type+\"-dynamic\"),e.pagination.dynamicBulletIndex=0,t.dynamicMainBullets<1&&(t.dynamicMainBullets=1)),\"progressbar\"===t.type&&t.progressbarOpposite&&r.addClass(t.progressbarOppositeClass),t.clickable&&r.on(\"click\",Kg(t.bulletClass),(function(t){t.preventDefault();var r=Zg(this).index()*e.params.slidesPerGroup;e.params.loop&&(r+=e.loopedSlides),e.slideTo(r)})),Yg(e.pagination,{$el:r,el:r[0]}),e.enabled||r.addClass(t.lockClass))}},destroy:function(){var e=this,t=e.params.pagination;if(t.el&&e.pagination.el&&e.pagination.$el&&0!==e.pagination.$el.length){var r=e.pagination.$el;r.removeClass(t.hiddenClass),r.removeClass(t.modifierClass+t.type),e.pagination.bullets&&e.pagination.bullets.removeClass(t.bulletActiveClass),t.clickable&&r.off(\"click\",Kg(t.bulletClass))}}};const Rb={name:\"pagination\",params:{pagination:{el:null,bulletElement:\"span\",clickable:!1,hideOnClick:!1,renderBullet:null,renderProgressbar:null,renderFraction:null,renderCustom:null,progressbarOpposite:!1,type:\"bullets\",dynamicBullets:!1,dynamicMainBullets:1,formatFractionCurrent:function(e){return e},formatFractionTotal:function(e){return e},bulletClass:\"swiper-pagination-bullet\",bulletActiveClass:\"swiper-pagination-bullet-active\",modifierClass:\"swiper-pagination-\",currentClass:\"swiper-pagination-current\",totalClass:\"swiper-pagination-total\",hiddenClass:\"swiper-pagination-hidden\",progressbarFillClass:\"swiper-pagination-progressbar-fill\",progressbarOppositeClass:\"swiper-pagination-progressbar-opposite\",clickableClass:\"swiper-pagination-clickable\",lockClass:\"swiper-pagination-lock\"}},create:function(){Qg(this,{pagination:zb({dynamicBulletIndex:0},Db)})},on:{init:function(e){e.pagination.init(),e.pagination.render(),e.pagination.update()},activeIndexChange:function(e){(e.params.loop||void 0===e.snapIndex)&&e.pagination.update()},snapIndexChange:function(e){e.params.loop||e.pagination.update()},slidesLengthChange:function(e){e.params.loop&&(e.pagination.render(),e.pagination.update())},snapGridLengthChange:function(e){e.params.loop||(e.pagination.render(),e.pagination.update())},destroy:function(e){e.pagination.destroy()},\"enable disable\":function(e){var t=e.pagination.$el;t&&t[e.enabled?\"removeClass\":\"addClass\"](e.params.pagination.lockClass)},click:function(e,t){var r=t.target;if(e.params.pagination.el&&e.params.pagination.hideOnClick&&e.pagination.$el.length>0&&!Zg(r).hasClass(e.params.pagination.bulletClass)){if(e.navigation&&(e.navigation.nextEl&&r===e.navigation.nextEl||e.navigation.prevEl&&r===e.navigation.prevEl))return;!0===e.pagination.$el.hasClass(e.params.pagination.hiddenClass)?e.emit(\"paginationShow\"):e.emit(\"paginationHide\"),e.pagination.$el.toggleClass(e.params.pagination.hiddenClass)}}}};function Hb(e){return\"object\"==typeof e&&null!==e&&e.constructor&&\"Object\"===Object.prototype.toString.call(e).slice(8,-1)}function Vb(e,t){var r=[\"__proto__\",\"constructor\",\"prototype\"];Object.keys(t).filter((function(e){return r.indexOf(e)<0})).forEach((function(r){void 0===e[r]?e[r]=t[r]:Hb(t[r])&&Hb(e[r])&&Object.keys(t[r]).length>0?t[r].__swiper__?e[r]=t[r]:Vb(e[r],t[r]):e[r]=t[r]}))}function qb(e){return void 0===e&&(e={}),e.navigation&&void 0===e.navigation.nextEl&&void 0===e.navigation.prevEl}function Zb(e){return void 0===e&&(e={}),e.pagination&&void 0===e.pagination.el}function Ub(e){return void 0===e&&(e={}),e.scrollbar&&void 0===e.scrollbar.el}function Wb(e){void 0===e&&(e=\"\");var t=e.split(\" \").map((function(e){return e.trim()})).filter((function(e){return!!e})),r=[];return t.forEach((function(e){r.indexOf(e)<0&&r.push(e)})),r.join(\" \")}var Gb=[\"init\",\"_direction\",\"touchEventsTarget\",\"initialSlide\",\"_speed\",\"cssMode\",\"updateOnWindowResize\",\"resizeObserver\",\"nested\",\"focusableElements\",\"_enabled\",\"_width\",\"_height\",\"preventInteractionOnTransition\",\"userAgent\",\"url\",\"_edgeSwipeDetection\",\"_edgeSwipeThreshold\",\"_freeMode\",\"_freeModeMomentum\",\"_freeModeMomentumRatio\",\"_freeModeMomentumBounce\",\"_freeModeMomentumBounceRatio\",\"_freeModeMomentumVelocityRatio\",\"_freeModeSticky\",\"_freeModeMinimumVelocity\",\"_autoHeight\",\"setWrapperSize\",\"virtualTranslate\",\"_effect\",\"breakpoints\",\"_spaceBetween\",\"_slidesPerView\",\"_slidesPerColumn\",\"_slidesPerColumnFill\",\"_slidesPerGroup\",\"_slidesPerGroupSkip\",\"_centeredSlides\",\"_centeredSlidesBounds\",\"_slidesOffsetBefore\",\"_slidesOffsetAfter\",\"normalizeSlideIndex\",\"_centerInsufficientSlides\",\"_watchOverflow\",\"roundLengths\",\"touchRatio\",\"touchAngle\",\"simulateTouch\",\"_shortSwipes\",\"_longSwipes\",\"longSwipesRatio\",\"longSwipesMs\",\"_followFinger\",\"allowTouchMove\",\"_threshold\",\"touchMoveStopPropagation\",\"touchStartPreventDefault\",\"touchStartForcePreventDefault\",\"touchReleaseOnEdges\",\"uniqueNavElements\",\"_resistance\",\"_resistanceRatio\",\"_watchSlidesProgress\",\"_watchSlidesVisibility\",\"_grabCursor\",\"preventClicks\",\"preventClicksPropagation\",\"_slideToClickedSlide\",\"_preloadImages\",\"updateOnImagesReady\",\"_loop\",\"_loopAdditionalSlides\",\"_loopedSlides\",\"_loopFillGroupWithBlank\",\"loopPreventsSlide\",\"_allowSlidePrev\",\"_allowSlideNext\",\"_swipeHandler\",\"_noSwiping\",\"noSwipingClass\",\"noSwipingSelector\",\"passiveListeners\",\"containerModifierClass\",\"slideClass\",\"slideBlankClass\",\"slideActiveClass\",\"slideDuplicateActiveClass\",\"slideVisibleClass\",\"slideDuplicateClass\",\"slideNextClass\",\"slideDuplicateNextClass\",\"slidePrevClass\",\"slideDuplicatePrevClass\",\"wrapperClass\",\"runCallbacksOnInit\",\"observer\",\"observeParents\",\"observeSlideChildren\",\"a11y\",\"autoplay\",\"_controller\",\"coverflowEffect\",\"cubeEffect\",\"fadeEffect\",\"flipEffect\",\"hashNavigation\",\"history\",\"keyboard\",\"lazy\",\"mousewheel\",\"_navigation\",\"_pagination\",\"parallax\",\"_scrollbar\",\"_thumbs\",\"virtual\",\"zoom\"];function $b(e,t){var r=t.slidesPerView;if(t.breakpoints){var n=Ob.prototype.getBreakpoint(t.breakpoints),o=n in t.breakpoints?t.breakpoints[n]:void 0;o&&o.slidesPerView&&(r=o.slidesPerView)}var i=Math.ceil(parseFloat(t.loopedSlides||r,10));return(i+=t.loopAdditionalSlides)>e.length&&(i=e.length),i}function Yb(t){var r=[];return e.Children.toArray(t).forEach((function(e){e.type&&\"SwiperSlide\"===e.type.displayName?r.push(e):e.props&&e.props.children&&Yb(e.props.children).forEach((function(e){return r.push(e)}))})),r}function Qb(t){var r=[],n={\"container-start\":[],\"container-end\":[],\"wrapper-start\":[],\"wrapper-end\":[]};return e.Children.toArray(t).forEach((function(e){if(e.type&&\"SwiperSlide\"===e.type.displayName)r.push(e);else if(e.props&&e.props.slot&&n[e.props.slot])n[e.props.slot].push(e);else if(e.props&&e.props.children){var t=Yb(e.props.children);t.length>0?t.forEach((function(e){return r.push(e)})):n[\"container-end\"].push(e)}else n[\"container-end\"].push(e)})),{slides:r,slots:n}}function Kb(e){var t,r,n,o,i,a=e.swiper,l=e.slides,c=e.passedParams,s=e.changedParams,d=e.nextEl,u=e.prevEl,p=e.scrollbarEl,f=e.paginationEl,m=s.filter((function(e){return\"children\"!==e&&\"direction\"!==e})),h=a.params,g=a.pagination,b=a.navigation,v=a.scrollbar,y=a.virtual,_=a.thumbs;s.includes(\"thumbs\")&&c.thumbs&&c.thumbs.swiper&&h.thumbs&&!h.thumbs.swiper&&(t=!0),s.includes(\"controller\")&&c.controller&&c.controller.control&&h.controller&&!h.controller.control&&(r=!0),s.includes(\"pagination\")&&c.pagination&&(c.pagination.el||f)&&(h.pagination||!1===h.pagination)&&g&&!g.el&&(n=!0),s.includes(\"scrollbar\")&&c.scrollbar&&(c.scrollbar.el||p)&&(h.scrollbar||!1===h.scrollbar)&&v&&!v.el&&(o=!0),s.includes(\"navigation\")&&c.navigation&&(c.navigation.prevEl||u)&&(c.navigation.nextEl||d)&&(h.navigation||!1===h.navigation)&&b&&!b.prevEl&&!b.nextEl&&(i=!0);(m.forEach((function(e){if(Hb(h[e])&&Hb(c[e]))Vb(h[e],c[e]);else{var t=c[e];!0!==t&&!1!==t||\"navigation\"!==e&&\"pagination\"!==e&&\"scrollbar\"!==e?h[e]=c[e]:!1===t&&a[r=e]&&(a[r].destroy(),\"navigation\"===r?(h[r].prevEl=void 0,h[r].nextEl=void 0,a[r].prevEl=void 0,a[r].nextEl=void 0):(h[r].el=void 0,a[r].el=void 0))}var r})),s.includes(\"children\")&&y&&h.virtual.enabled?(y.slides=l,y.update(!0)):s.includes(\"children\")&&a.lazy&&a.params.lazy.enabled&&a.lazy.load(),t)&&(_.init()&&_.update(!0));r&&(a.controller.control=h.controller.control),n&&(f&&(h.pagination.el=f),g.init(),g.render(),g.update()),o&&(p&&(h.scrollbar.el=p),v.init(),v.updateSize(),v.setTranslate()),i&&(d&&(h.navigation.nextEl=d),u&&(h.navigation.prevEl=u),b.init(),b.update()),s.includes(\"allowSlideNext\")&&(a.allowSlideNext=c.allowSlideNext),s.includes(\"allowSlidePrev\")&&(a.allowSlidePrev=c.allowSlidePrev),s.includes(\"direction\")&&a.changeDirection(c.direction,!1),a.update()}function Xb(t,r){return\"undefined\"==typeof window?(0,e.useEffect)(t,r):(0,e.useLayoutEffect)(t,r)}var Jb=[\"className\",\"tag\",\"wrapperTag\",\"children\",\"onSwiper\"];function ev(){return ev=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ev.apply(this,arguments)}var tv=(0,e.forwardRef)((function(t,r){var n=void 0===t?{}:t,o=n.className,i=n.tag,a=void 0===i?\"div\":i,l=n.wrapperTag,c=void 0===l?\"div\":l,s=n.children,d=n.onSwiper,u=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(n,Jb),p=!1,f=(0,e.useState)(\"swiper-container\"),m=f[0],h=f[1],g=(0,e.useState)(null),b=g[0],v=g[1],y=(0,e.useState)(!1),_=y[0],k=y[1],w=(0,e.useRef)(!1),x=(0,e.useRef)(null),B=(0,e.useRef)(null),S=(0,e.useRef)(null),E=(0,e.useRef)(null),A=(0,e.useRef)(null),C=(0,e.useRef)(null),N=(0,e.useRef)(null),P=(0,e.useRef)(null),O=function(e){void 0===e&&(e={});var t={on:{}},r={},n={};Vb(t,Ob.defaults),Vb(t,Ob.extendedDefaults),t._emitClasses=!0,t.init=!1;var o={},i=Gb.map((function(e){return e.replace(/_/,\"\")}));return Object.keys(e).forEach((function(a){i.indexOf(a)>=0?Hb(e[a])?(t[a]={},n[a]={},Vb(t[a],e[a]),Vb(n[a],e[a])):(t[a]=e[a],n[a]=e[a]):0===a.search(/on[A-Z]/)&&\"function\"==typeof e[a]?r[\"\"+a[2].toLowerCase()+a.substr(3)]=e[a]:o[a]=e[a]})),[\"navigation\",\"pagination\",\"scrollbar\"].forEach((function(e){!0===t[e]&&(t[e]={}),!1===t[e]&&delete t[e]})),{params:t,passedParams:n,rest:o,events:r}}(u),T=O.params,j=O.passedParams,M=O.rest,L=O.events,I=Qb(s),F=I.slides,z=I.slots,D=function(){k(!_)};if(Object.assign(T.on,{_containerClasses:function(e,t){h(t)}}),!x.current&&(Object.assign(T.on,L),p=!0,B.current=function(e){return new Ob(e)}(T),B.current.loopCreate=function(){},B.current.loopDestroy=function(){},T.loop&&(B.current.loopedSlides=$b(F,T)),B.current.virtual&&B.current.params.virtual.enabled)){B.current.virtual.slides=F;var R={cache:!1,renderExternal:v,renderExternalUpdate:!1};Vb(B.current.params.virtual,R),Vb(B.current.originalParams.virtual,R)}B.current&&B.current.on(\"_beforeBreakpoint\",D);return(0,e.useEffect)((function(){return function(){B.current&&B.current.off(\"_beforeBreakpoint\",D)}})),(0,e.useEffect)((function(){!w.current&&B.current&&(B.current.emitSlidesClasses(),w.current=!0)})),Xb((function(){if(r&&(r.current=x.current),x.current)return function(e,t){var r=e.el,n=e.nextEl,o=e.prevEl,i=e.paginationEl,a=e.scrollbarEl,l=e.swiper;qb(t)&&n&&o&&(l.params.navigation.nextEl=n,l.originalParams.navigation.nextEl=n,l.params.navigation.prevEl=o,l.originalParams.navigation.prevEl=o),Zb(t)&&i&&(l.params.pagination.el=i,l.originalParams.pagination.el=i),Ub(t)&&a&&(l.params.scrollbar.el=a,l.originalParams.scrollbar.el=a),l.init(r)}({el:x.current,nextEl:A.current,prevEl:C.current,paginationEl:N.current,scrollbarEl:P.current,swiper:B.current},T),d&&d(B.current),function(){B.current&&!B.current.destroyed&&B.current.destroy(!0,!1)}}),[]),Xb((function(){!p&&L&&B.current&&Object.keys(L).forEach((function(e){B.current.on(e,L[e])}));var e=function(e,t,r,n){var o=[];if(!t)return o;var i=function(e){o.indexOf(e)<0&&o.push(e)},a=n.map((function(e){return e.key})),l=r.map((function(e){return e.key}));return a.join(\"\")!==l.join(\"\")&&i(\"children\"),n.length!==r.length&&i(\"children\"),Gb.filter((function(e){return\"_\"===e[0]})).map((function(e){return e.replace(/_/,\"\")})).forEach((function(r){if(r in e&&r in t)if(Hb(e[r])&&Hb(t[r])){var n=Object.keys(e[r]),o=Object.keys(t[r]);n.length!==o.length?i(r):(n.forEach((function(n){e[r][n]!==t[r][n]&&i(r)})),o.forEach((function(n){e[r][n]!==t[r][n]&&i(r)})))}else e[r]!==t[r]&&i(r)})),o}(j,S.current,F,E.current);return S.current=j,E.current=F,e.length&&B.current&&!B.current.destroyed&&Kb({swiper:B.current,slides:F,passedParams:j,changedParams:e,nextEl:A.current,prevEl:C.current,scrollbarEl:P.current,paginationEl:N.current}),function(){L&&B.current&&Object.keys(L).forEach((function(e){B.current.off(e,L[e])}))}})),Xb((function(){var e;!(e=B.current)||e.destroyed||!e.params.virtual||e.params.virtual&&!e.params.virtual.enabled||(e.updateSlides(),e.updateProgress(),e.updateSlidesClasses(),e.lazy&&e.params.lazy.enabled&&e.lazy.load(),e.parallax&&e.params.parallax&&e.params.parallax.enabled&&e.parallax.setTranslate())}),[b]),e.createElement(a,ev({ref:x,className:Wb(m+(o?\" \"+o:\"\"))},M),z[\"container-start\"],qb(T)&&e.createElement(e.Fragment,null,e.createElement(\"div\",{ref:C,className:\"swiper-button-prev\"}),e.createElement(\"div\",{ref:A,className:\"swiper-button-next\"})),Ub(T)&&e.createElement(\"div\",{ref:P,className:\"swiper-scrollbar\"}),Zb(T)&&e.createElement(\"div\",{ref:N,className:\"swiper-pagination\"}),e.createElement(c,{className:\"swiper-wrapper\"},z[\"wrapper-start\"],T.virtual?function(t,r,n){var o;if(!n)return null;var i=t.isHorizontal()?((o={})[t.rtlTranslate?\"right\":\"left\"]=n.offset+\"px\",o):{top:n.offset+\"px\"};return r.filter((function(e,t){return t>=n.from&&t<=n.to})).map((function(r){return e.cloneElement(r,{swiper:t,style:i})}))}(B.current,F,b):!T.loop||B.current&&B.current.destroyed?F.map((function(t){return e.cloneElement(t,{swiper:B.current})})):function(t,r,n){var o=r.map((function(r,n){return e.cloneElement(r,{swiper:t,\"data-swiper-slide-index\":n})}));function i(t,r,o){return e.cloneElement(t,{key:t.key+\"-duplicate-\"+r+\"-\"+o,className:(t.props.className||\"\")+\" \"+n.slideDuplicateClass})}if(n.loopFillGroupWithBlank){var a=n.slidesPerGroup-o.length%n.slidesPerGroup;if(a!==n.slidesPerGroup)for(var l=0;l<a;l+=1){var c=e.createElement(\"div\",{className:n.slideClass+\" \"+n.slideBlankClass});o.push(c)}}\"auto\"!==n.slidesPerView||n.loopedSlides||(n.loopedSlides=o.length);var s=$b(o,n),d=[],u=[];return o.forEach((function(e,t){t<s&&u.push(i(e,t,\"prepend\")),t<o.length&&t>=o.length-s&&d.push(i(e,t,\"append\"))})),t&&(t.loopedSlides=s),[].concat(d,o,u)}(B.current,F,T),z[\"wrapper-end\"]),z[\"container-end\"])}));tv.displayName=\"Swiper\";var rv=[\"tag\",\"children\",\"className\",\"swiper\",\"zoom\",\"virtualIndex\"];function nv(){return nv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},nv.apply(this,arguments)}var ov=(0,e.forwardRef)((function(t,r){var n,o=void 0===t?{}:t,i=o.tag,a=void 0===i?\"div\":i,l=o.children,c=o.className,s=void 0===c?\"\":c,d=o.swiper,u=o.zoom,p=o.virtualIndex,f=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(o,rv),m=(0,e.useRef)(null),h=(0,e.useState)(\"swiper-slide\"),g=h[0],b=h[1];function v(e,t,r){t===m.current&&b(r)}Xb((function(){if(r&&(r.current=m.current),m.current&&d){if(!d.destroyed)return d.on(\"_slideClass\",v),function(){d&&d.off(\"_slideClass\",v)};\"swiper-slide\"!==g&&b(\"swiper-slide\")}})),Xb((function(){d&&m.current&&b(d.getSlideClasses(m.current))}),[d]),\"function\"==typeof l&&(n={isActive:g.indexOf(\"swiper-slide-active\")>=0||g.indexOf(\"swiper-slide-duplicate-active\")>=0,isVisible:g.indexOf(\"swiper-slide-visible\")>=0,isDuplicate:g.indexOf(\"swiper-slide-duplicate\")>=0,isPrev:g.indexOf(\"swiper-slide-prev\")>=0||g.indexOf(\"swiper-slide-duplicate-prev\")>=0,isNext:g.indexOf(\"swiper-slide-next\")>=0||g.indexOf(\"swiper-slide-duplicate-next\")>=0});var y=function(){return\"function\"==typeof l?l(n):l};return e.createElement(a,nv({ref:m,className:Wb(g+(s?\" \"+s:\"\")),\"data-swiper-slide-index\":p},f),u?e.createElement(\"div\",{className:\"swiper-zoom-container\",\"data-swiper-zoom\":\"number\"==typeof u?u:void 0},y()):y())}));ov.displayName=\"SwiperSlide\";const iv=At({en:JSON.parse('{\"arrow-right\":\"Next\",\"arrow-left\":\"Previous\",\"dot-label\":\"Page {{index}}\",\"pagination-label\":\"Pages\"}'),ru:JSON.parse('{\"arrow-right\":\"Дальше\",\"arrow-left\":\"Назад\",\"dot-label\":\"Страница {{index}}\",\"pagination-label\":\"Страницы\"}')},`${T}SliderNewBlock`);var av=r(249),lv={insert:\"head\",singleton:!1};o()(av.Z,lv);av.Z.locals;function cv(){return cv=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},cv.apply(null,arguments)}const sv=M(\"slider-new-block-arrow\"),dv=({type:t,onClick:r,className:n,size:o=16,extraProps:i})=>e.createElement(\"div\",{className:sv({type:t},n)},e.createElement(\"button\",cv({className:sv(\"button\"),onClick:r,\"aria-label\":iv(`arrow-${t}`)},i),e.createElement(\"span\",{className:sv(\"icon-wrapper\")},e.createElement(As,{size:o,type:\"horizontal\",iconType:\"navigation\",className:sv(\"icon\")}))));var uv=r(8446),pv=r.n(uv);let fv=function(e){return e.Xs=\"xs\",e.Sm=\"sm\",e.Md=\"md\",e.Lg=\"lg\",e}({});const mv={[fv.Lg]:3,[fv.Md]:2,[fv.Sm]:2,[fv.Xs]:1.15};const hv=(e,t)=>Object.entries(t).forEach((([t,r])=>e.setAttribute(t,String(r)))),gv=({children:t,autoplayMs:r,type:n,...o})=>{const[i,a]=(0,e.useState)(),[l,c]=(0,e.useState)(!1),s=(t=>{const[r,n]=(0,e.useState)(t);return(0,e.useEffect)((()=>{n((e=>t&&\"object\"==typeof t&&pv()(e,t)?e:t))}),[t]),r})(o.slidesToShow),d=e.Children.count(t),u=void 0!==r&&r>0,p=(0,e.useMemo)((()=>function({contentLength:e,slidesToShow:t,mobileFullscreen:r}){let n;n=\"number\"==typeof t?Object.keys(mv).reduce(((e,r)=>({...e,[r]:t})),{}):t||mv;const o={...mv,...Ws()(n,(e=>!isNaN(e))),xs:!r&&e>1?mv.xs:1};return Object.entries(o).reduce(((e,[t,r])=>(e[ut[t]+1]={slidesPerView:r},e)),{})}({contentLength:d,slidesToShow:s,mobileFullscreen:Boolean(n&&Object.values(q).includes(n))})),[s,n,d]);return(0,e.useEffect)((()=>{i&&(u?i.autoplay.start():i.autoplay.stop())}),[i,u]),{slider:i,onSwiper:a,onNext:()=>{i&&(i.isEnd?i.slideTo(0):i.slideNext())},onPrev:()=>{i&&(i.isBeginning?i.slideTo(d-1):i.slidePrev())},breakpoints:p,childrenCount:d,isLocked:l,setIsLocked:c,autoplay:u&&{delay:r,disableOnInteraction:!1}}};var bv=r(8518),vv={insert:\"head\",singleton:!1};o()(bv.Z,vv);bv.Z.locals;var yv=r(2073),_v={insert:\"head\",singleton:!1};o()(yv.Z,_v);yv.Z.locals;function kv(){return kv=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},kv.apply(null,arguments)}const wv=M(\"SliderNewBlock\");Ob.use([Mb,Fb,Rb]);const xv=({animated:t,title:r,description:n,type:o,anchorId:i,arrows:a=!0,adaptive:l,autoplay:c,dots:s=!0,className:d,dotsClassName:u,disclaimer:p,children:f,blockClassName:m,arrowSize:h,slidesToShow:g,onSlideChange:b,onSlideChangeTransitionStart:v,onSlideChangeTransitionEnd:y,onActiveIndexChange:_,onBreakpoint:k})=>{const{autoplay:w,isLocked:x,childrenCount:B,breakpoints:S,onSwiper:E,onPrev:A,onNext:C,setIsLocked:N}=gv({slidesToShow:g,children:f,type:o,autoplayMs:c}),P=Boolean(w),O=P?-1:0,T=(e=>{if(!e.enabled)return;const{isA11yControlHidden:t,controlTabIndex:r,bulletClass:n,bulletActiveClass:o,paginationLabel:i}=e;return{pagination:{clickable:!0,bulletClass:n,bulletActiveClass:o},onPaginationUpdate:e=>{const a=e.pagination.el;hv(a,{role:\"menu\",\"aria-hidden\":t,\"aria-label\":i}),a.querySelectorAll(`.${n}`).forEach((e=>{const n=e.classList.contains(o);hv(e,{role:\"menuitemradio\",\"aria-hidden\":t,\"aria-checked\":n,tabindex:r})}))}}})({enabled:s,isA11yControlHidden:P,controlTabIndex:O,bulletClass:wv(\"dot\",u),bulletActiveClass:wv(\"dot_active\"),paginationLabel:iv(\"pagination-label\")});return e.createElement(\"div\",{className:wv({\"one-slide\":1===B,\"only-arrows\":!r?.text&&!n&&a,\"without-dots\":!s||x,type:o},m)},i&&e.createElement(Kc,{id:i}),e.createElement(zs,{title:r,subtitle:n,className:wv(\"header\",{\"no-description\":!n})}),e.createElement(Be,{className:wv(\"animate-slides\"),animate:t},e.createElement(tv,kv({className:wv(\"slider\",d),onSwiper:E,speed:1e3,autoplay:w,autoHeight:l,initialSlide:0,noSwiping:!1,breakpoints:S,onSlideChange:b,onSlideChangeTransitionStart:v,onSlideChangeTransitionEnd:y,onActiveIndexChange:_,onBreakpoint:k,onLock:()=>N(!0),onUnlock:()=>N(!1),watchSlidesVisibility:!0,watchOverflow:!0,a11y:{slideLabelMessage:\"\",paginationBulletMessage:iv(\"dot-label\",{index:\"{{index}}\"})}},T),e.Children.map(f,((t,r)=>e.createElement(ov,{className:wv(\"slide\"),key:r},(({isVisible:r})=>e.createElement(\"div\",{className:wv(\"slide-item\"),\"aria-hidden\":!P&&!r},t)))))),a&&!x&&e.createElement(e.Fragment,null,e.createElement(\"div\",{\"aria-hidden\":P},e.createElement(dv,{className:wv(\"arrow\",{prev:!0}),type:\"left\",onClick:A,size:h,extraProps:{tabIndex:O}}),e.createElement(dv,{className:wv(\"arrow\",{next:!0}),type:\"right\",onClick:C,size:h,extraProps:{tabIndex:O}}))),e.createElement(\"div\",{className:wv(\"footer\")},p?e.createElement(\"div\",{className:wv(\"disclaimer\",{size:p?.size||\"m\"})},p?.text):null)))};let Bv=function(e){return e.Divider=\"divider\",e.Quote=\"quote\",e.PriceDetailed=\"price-detailed\",e.MediaCard=\"media-card\",e.BannerCard=\"banner-card\",e.LayoutItem=\"layout-item\",e.BackgroundCard=\"background-card\",e.BasicCard=\"basic-card\",e.Content=\"content\",e.HubspotForm=\"hubspot-form\",e.Card=\"card\",e.PriceCard=\"price-card\",e.ImageCard=\"image-card\",e}({}),Sv=function(e){return e.Top=\"top\",e.Left=\"left\",e}({}),Ev=function(e){return e.Direct=\"direct\",e.Reverse=\"reverse\",e}({});const Av=Object.values(Bv);let Cv=function(e){return e.Link=\"link\",e.Dropdown=\"dropdown\",e.Button=\"button\",e.Social=\"social\",e.GithubButton=\"github-button\",e}({});const Nv=Object.values(Cv);let Pv=function(e){return e.heart=\"octicon-heart\",e.eye=\"octicon-eye\",e.star=\"octicon-star\",e.fork=\"octicon-repo-forked\",e.issue=\"octicon-issue-opened\",e.comment=\"octicon-comment-discussion\",e.download=\"octicon-download\",e.package=\"octicon-package\",e.template=\"octicon-repo-template\",e.play=\"octicon-play\",e}({});var Ov=r(4594),Tv={insert:\"head\",singleton:!1};o()(Ov.Z,Tv);Ov.Z.locals;function jv(){return jv=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jv.apply(null,arguments)}const Mv=M(\"navigation-button\");function Lv(e){if(null==e)return window;if(\"[object Window]\"!==e.toString()){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function Iv(e){return e instanceof Lv(e).Element||e instanceof Element}function Fv(e){return e instanceof Lv(e).HTMLElement||e instanceof HTMLElement}function zv(e){return\"undefined\"!=typeof ShadowRoot&&(e instanceof Lv(e).ShadowRoot||e instanceof ShadowRoot)}var Dv=Math.max,Rv=Math.min,Hv=Math.round;function Vv(){var e=navigator.userAgentData;return null!=e&&e.brands&&Array.isArray(e.brands)?e.brands.map((function(e){return e.brand+\"/\"+e.version})).join(\" \"):navigator.userAgent}function qv(){return!/^((?!chrome|android).)*safari/i.test(Vv())}function Zv(e,t,r){void 0===t&&(t=!1),void 0===r&&(r=!1);var n=e.getBoundingClientRect(),o=1,i=1;t&&Fv(e)&&(o=e.offsetWidth>0&&Hv(n.width)/e.offsetWidth||1,i=e.offsetHeight>0&&Hv(n.height)/e.offsetHeight||1);var a=(Iv(e)?Lv(e):window).visualViewport,l=!qv()&&r,c=(n.left+(l&&a?a.offsetLeft:0))/o,s=(n.top+(l&&a?a.offsetTop:0))/i,d=n.width/o,u=n.height/i;return{width:d,height:u,top:s,right:c+d,bottom:s+u,left:c,x:c,y:s}}function Uv(e){var t=Lv(e);return{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function Wv(e){return e?(e.nodeName||\"\").toLowerCase():null}function Gv(e){return((Iv(e)?e.ownerDocument:e.document)||window.document).documentElement}function $v(e){return Zv(Gv(e)).left+Uv(e).scrollLeft}function Yv(e){return Lv(e).getComputedStyle(e)}function Qv(e){var t=Yv(e),r=t.overflow,n=t.overflowX,o=t.overflowY;return/auto|scroll|overlay|hidden/.test(r+o+n)}function Kv(e,t,r){void 0===r&&(r=!1);var n,o,i=Fv(t),a=Fv(t)&&function(e){var t=e.getBoundingClientRect(),r=Hv(t.width)/e.offsetWidth||1,n=Hv(t.height)/e.offsetHeight||1;return 1!==r||1!==n}(t),l=Gv(t),c=Zv(e,a,r),s={scrollLeft:0,scrollTop:0},d={x:0,y:0};return(i||!i&&!r)&&((\"body\"!==Wv(t)||Qv(l))&&(s=(n=t)!==Lv(n)&&Fv(n)?{scrollLeft:(o=n).scrollLeft,scrollTop:o.scrollTop}:Uv(n)),Fv(t)?((d=Zv(t,!0)).x+=t.clientLeft,d.y+=t.clientTop):l&&(d.x=$v(l))),{x:c.left+s.scrollLeft-d.x,y:c.top+s.scrollTop-d.y,width:c.width,height:c.height}}function Xv(e){var t=Zv(e),r=e.offsetWidth,n=e.offsetHeight;return Math.abs(t.width-r)<=1&&(r=t.width),Math.abs(t.height-n)<=1&&(n=t.height),{x:e.offsetLeft,y:e.offsetTop,width:r,height:n}}function Jv(e){return\"html\"===Wv(e)?e:e.assignedSlot||e.parentNode||(zv(e)?e.host:null)||Gv(e)}function ey(e){return[\"html\",\"body\",\"#document\"].indexOf(Wv(e))>=0?e.ownerDocument.body:Fv(e)&&Qv(e)?e:ey(Jv(e))}function ty(e,t){var r;void 0===t&&(t=[]);var n=ey(e),o=n===(null==(r=e.ownerDocument)?void 0:r.body),i=Lv(n),a=o?[i].concat(i.visualViewport||[],Qv(n)?n:[]):n,l=t.concat(a);return o?l:l.concat(ty(Jv(a)))}function ry(e){return[\"table\",\"td\",\"th\"].indexOf(Wv(e))>=0}function ny(e){return Fv(e)&&\"fixed\"!==Yv(e).position?e.offsetParent:null}function oy(e){for(var t=Lv(e),r=ny(e);r&&ry(r)&&\"static\"===Yv(r).position;)r=ny(r);return r&&(\"html\"===Wv(r)||\"body\"===Wv(r)&&\"static\"===Yv(r).position)?t:r||function(e){var t=/firefox/i.test(Vv());if(/Trident/i.test(Vv())&&Fv(e)&&\"fixed\"===Yv(e).position)return null;var r=Jv(e);for(zv(r)&&(r=r.host);Fv(r)&&[\"html\",\"body\"].indexOf(Wv(r))<0;){var n=Yv(r);if(\"none\"!==n.transform||\"none\"!==n.perspective||\"paint\"===n.contain||-1!==[\"transform\",\"perspective\"].indexOf(n.willChange)||t&&\"filter\"===n.willChange||t&&n.filter&&\"none\"!==n.filter)return r;r=r.parentNode}return null}(e)||t}var iy=\"top\",ay=\"bottom\",ly=\"right\",cy=\"left\",sy=\"auto\",dy=[iy,ay,ly,cy],uy=\"start\",py=\"end\",fy=\"clippingParents\",my=\"viewport\",hy=\"popper\",gy=\"reference\",by=dy.reduce((function(e,t){return e.concat([t+\"-\"+uy,t+\"-\"+py])}),[]),vy=[].concat(dy,[sy]).reduce((function(e,t){return e.concat([t,t+\"-\"+uy,t+\"-\"+py])}),[]),yy=[\"beforeRead\",\"read\",\"afterRead\",\"beforeMain\",\"main\",\"afterMain\",\"beforeWrite\",\"write\",\"afterWrite\"];function _y(e){var t=new Map,r=new Set,n=[];function o(e){r.add(e.name),[].concat(e.requires||[],e.requiresIfExists||[]).forEach((function(e){if(!r.has(e)){var n=t.get(e);n&&o(n)}})),n.push(e)}return e.forEach((function(e){t.set(e.name,e)})),e.forEach((function(e){r.has(e.name)||o(e)})),n}var ky={placement:\"bottom\",modifiers:[],strategy:\"absolute\"};function wy(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return!t.some((function(e){return!(e&&\"function\"==typeof e.getBoundingClientRect)}))}function xy(e){void 0===e&&(e={});var t=e,r=t.defaultModifiers,n=void 0===r?[]:r,o=t.defaultOptions,i=void 0===o?ky:o;return function(e,t,r){void 0===r&&(r=i);var o,a,l={placement:\"bottom\",orderedModifiers:[],options:Object.assign({},ky,i),modifiersData:{},elements:{reference:e,popper:t},attributes:{},styles:{}},c=[],s=!1,d={state:l,setOptions:function(r){var o=\"function\"==typeof r?r(l.options):r;u(),l.options=Object.assign({},i,l.options,o),l.scrollParents={reference:Iv(e)?ty(e):e.contextElement?ty(e.contextElement):[],popper:ty(t)};var a,s,p=function(e){var t=_y(e);return yy.reduce((function(e,r){return e.concat(t.filter((function(e){return e.phase===r})))}),[])}((a=[].concat(n,l.options.modifiers),s=a.reduce((function(e,t){var r=e[t.name];return e[t.name]=r?Object.assign({},r,t,{options:Object.assign({},r.options,t.options),data:Object.assign({},r.data,t.data)}):t,e}),{}),Object.keys(s).map((function(e){return s[e]}))));return l.orderedModifiers=p.filter((function(e){return e.enabled})),l.orderedModifiers.forEach((function(e){var t=e.name,r=e.options,n=void 0===r?{}:r,o=e.effect;if(\"function\"==typeof o){var i=o({state:l,name:t,instance:d,options:n}),a=function(){};c.push(i||a)}})),d.update()},forceUpdate:function(){if(!s){var e=l.elements,t=e.reference,r=e.popper;if(wy(t,r)){l.rects={reference:Kv(t,oy(r),\"fixed\"===l.options.strategy),popper:Xv(r)},l.reset=!1,l.placement=l.options.placement,l.orderedModifiers.forEach((function(e){return l.modifiersData[e.name]=Object.assign({},e.data)}));for(var n=0;n<l.orderedModifiers.length;n++)if(!0!==l.reset){var o=l.orderedModifiers[n],i=o.fn,a=o.options,c=void 0===a?{}:a,u=o.name;\"function\"==typeof i&&(l=i({state:l,options:c,name:u,instance:d})||l)}else l.reset=!1,n=-1}}},update:(o=function(){return new Promise((function(e){d.forceUpdate(),e(l)}))},function(){return a||(a=new Promise((function(e){Promise.resolve().then((function(){a=void 0,e(o())}))}))),a}),destroy:function(){u(),s=!0}};if(!wy(e,t))return d;function u(){c.forEach((function(e){return e()})),c=[]}return d.setOptions(r).then((function(e){!s&&r.onFirstUpdate&&r.onFirstUpdate(e)})),d}}var By={passive:!0};const Sy={name:\"eventListeners\",enabled:!0,phase:\"write\",fn:function(){},effect:function(e){var t=e.state,r=e.instance,n=e.options,o=n.scroll,i=void 0===o||o,a=n.resize,l=void 0===a||a,c=Lv(t.elements.popper),s=[].concat(t.scrollParents.reference,t.scrollParents.popper);return i&&s.forEach((function(e){e.addEventListener(\"scroll\",r.update,By)})),l&&c.addEventListener(\"resize\",r.update,By),function(){i&&s.forEach((function(e){e.removeEventListener(\"scroll\",r.update,By)})),l&&c.removeEventListener(\"resize\",r.update,By)}},data:{}};function Ey(e){return e.split(\"-\")[0]}function Ay(e){return e.split(\"-\")[1]}function Cy(e){return[\"top\",\"bottom\"].indexOf(e)>=0?\"x\":\"y\"}function Ny(e){var t,r=e.reference,n=e.element,o=e.placement,i=o?Ey(o):null,a=o?Ay(o):null,l=r.x+r.width/2-n.width/2,c=r.y+r.height/2-n.height/2;switch(i){case iy:t={x:l,y:r.y-n.height};break;case ay:t={x:l,y:r.y+r.height};break;case ly:t={x:r.x+r.width,y:c};break;case cy:t={x:r.x-n.width,y:c};break;default:t={x:r.x,y:r.y}}var s=i?Cy(i):null;if(null!=s){var d=\"y\"===s?\"height\":\"width\";switch(a){case uy:t[s]=t[s]-(r[d]/2-n[d]/2);break;case py:t[s]=t[s]+(r[d]/2-n[d]/2)}}return t}var Py={top:\"auto\",right:\"auto\",bottom:\"auto\",left:\"auto\"};function Oy(e){var t,r=e.popper,n=e.popperRect,o=e.placement,i=e.variation,a=e.offsets,l=e.position,c=e.gpuAcceleration,s=e.adaptive,d=e.roundOffsets,u=e.isFixed,p=a.x,f=void 0===p?0:p,m=a.y,h=void 0===m?0:m,g=\"function\"==typeof d?d({x:f,y:h}):{x:f,y:h};f=g.x,h=g.y;var b=a.hasOwnProperty(\"x\"),v=a.hasOwnProperty(\"y\"),y=cy,_=iy,k=window;if(s){var w=oy(r),x=\"clientHeight\",B=\"clientWidth\";if(w===Lv(r)&&\"static\"!==Yv(w=Gv(r)).position&&\"absolute\"===l&&(x=\"scrollHeight\",B=\"scrollWidth\"),o===iy||(o===cy||o===ly)&&i===py)_=ay,h-=(u&&w===k&&k.visualViewport?k.visualViewport.height:w[x])-n.height,h*=c?1:-1;if(o===cy||(o===iy||o===ay)&&i===py)y=ly,f-=(u&&w===k&&k.visualViewport?k.visualViewport.width:w[B])-n.width,f*=c?1:-1}var S,E=Object.assign({position:l},s&&Py),A=!0===d?function(e,t){var r=e.x,n=e.y,o=t.devicePixelRatio||1;return{x:Hv(r*o)/o||0,y:Hv(n*o)/o||0}}({x:f,y:h},Lv(r)):{x:f,y:h};return f=A.x,h=A.y,c?Object.assign({},E,((S={})[_]=v?\"0\":\"\",S[y]=b?\"0\":\"\",S.transform=(k.devicePixelRatio||1)<=1?\"translate(\"+f+\"px, \"+h+\"px)\":\"translate3d(\"+f+\"px, \"+h+\"px, 0)\",S)):Object.assign({},E,((t={})[_]=v?h+\"px\":\"\",t[y]=b?f+\"px\":\"\",t.transform=\"\",t))}const Ty={name:\"computeStyles\",enabled:!0,phase:\"beforeWrite\",fn:function(e){var t=e.state,r=e.options,n=r.gpuAcceleration,o=void 0===n||n,i=r.adaptive,a=void 0===i||i,l=r.roundOffsets,c=void 0===l||l,s={placement:Ey(t.placement),variation:Ay(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:o,isFixed:\"fixed\"===t.options.strategy};null!=t.modifiersData.popperOffsets&&(t.styles.popper=Object.assign({},t.styles.popper,Oy(Object.assign({},s,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:a,roundOffsets:c})))),null!=t.modifiersData.arrow&&(t.styles.arrow=Object.assign({},t.styles.arrow,Oy(Object.assign({},s,{offsets:t.modifiersData.arrow,position:\"absolute\",adaptive:!1,roundOffsets:c})))),t.attributes.popper=Object.assign({},t.attributes.popper,{\"data-popper-placement\":t.placement})},data:{}};const jy={name:\"applyStyles\",enabled:!0,phase:\"write\",fn:function(e){var t=e.state;Object.keys(t.elements).forEach((function(e){var r=t.styles[e]||{},n=t.attributes[e]||{},o=t.elements[e];Fv(o)&&Wv(o)&&(Object.assign(o.style,r),Object.keys(n).forEach((function(e){var t=n[e];!1===t?o.removeAttribute(e):o.setAttribute(e,!0===t?\"\":t)})))}))},effect:function(e){var t=e.state,r={popper:{position:t.options.strategy,left:\"0\",top:\"0\",margin:\"0\"},arrow:{position:\"absolute\"},reference:{}};return Object.assign(t.elements.popper.style,r.popper),t.styles=r,t.elements.arrow&&Object.assign(t.elements.arrow.style,r.arrow),function(){Object.keys(t.elements).forEach((function(e){var n=t.elements[e],o=t.attributes[e]||{},i=Object.keys(t.styles.hasOwnProperty(e)?t.styles[e]:r[e]).reduce((function(e,t){return e[t]=\"\",e}),{});Fv(n)&&Wv(n)&&(Object.assign(n.style,i),Object.keys(o).forEach((function(e){n.removeAttribute(e)})))}))}},requires:[\"computeStyles\"]};const My={name:\"offset\",enabled:!0,phase:\"main\",requires:[\"popperOffsets\"],fn:function(e){var t=e.state,r=e.options,n=e.name,o=r.offset,i=void 0===o?[0,0]:o,a=vy.reduce((function(e,r){return e[r]=function(e,t,r){var n=Ey(e),o=[cy,iy].indexOf(n)>=0?-1:1,i=\"function\"==typeof r?r(Object.assign({},t,{placement:e})):r,a=i[0],l=i[1];return a=a||0,l=(l||0)*o,[cy,ly].indexOf(n)>=0?{x:l,y:a}:{x:a,y:l}}(r,t.rects,i),e}),{}),l=a[t.placement],c=l.x,s=l.y;null!=t.modifiersData.popperOffsets&&(t.modifiersData.popperOffsets.x+=c,t.modifiersData.popperOffsets.y+=s),t.modifiersData[n]=a}};var Ly={left:\"right\",right:\"left\",bottom:\"top\",top:\"bottom\"};function Iy(e){return e.replace(/left|right|bottom|top/g,(function(e){return Ly[e]}))}var Fy={start:\"end\",end:\"start\"};function zy(e){return e.replace(/start|end/g,(function(e){return Fy[e]}))}function Dy(e,t){var r=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(r&&zv(r)){var n=t;do{if(n&&e.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}function Ry(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function Hy(e,t,r){return t===my?Ry(function(e,t){var r=Lv(e),n=Gv(e),o=r.visualViewport,i=n.clientWidth,a=n.clientHeight,l=0,c=0;if(o){i=o.width,a=o.height;var s=qv();(s||!s&&\"fixed\"===t)&&(l=o.offsetLeft,c=o.offsetTop)}return{width:i,height:a,x:l+$v(e),y:c}}(e,r)):Iv(t)?function(e,t){var r=Zv(e,!1,\"fixed\"===t);return r.top=r.top+e.clientTop,r.left=r.left+e.clientLeft,r.bottom=r.top+e.clientHeight,r.right=r.left+e.clientWidth,r.width=e.clientWidth,r.height=e.clientHeight,r.x=r.left,r.y=r.top,r}(t,r):Ry(function(e){var t,r=Gv(e),n=Uv(e),o=null==(t=e.ownerDocument)?void 0:t.body,i=Dv(r.scrollWidth,r.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),a=Dv(r.scrollHeight,r.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),l=-n.scrollLeft+$v(e),c=-n.scrollTop;return\"rtl\"===Yv(o||r).direction&&(l+=Dv(r.clientWidth,o?o.clientWidth:0)-i),{width:i,height:a,x:l,y:c}}(Gv(e)))}function Vy(e,t,r,n){var o=\"clippingParents\"===t?function(e){var t=ty(Jv(e)),r=[\"absolute\",\"fixed\"].indexOf(Yv(e).position)>=0&&Fv(e)?oy(e):e;return Iv(r)?t.filter((function(e){return Iv(e)&&Dy(e,r)&&\"body\"!==Wv(e)})):[]}(e):[].concat(t),i=[].concat(o,[r]),a=i[0],l=i.reduce((function(t,r){var o=Hy(e,r,n);return t.top=Dv(o.top,t.top),t.right=Rv(o.right,t.right),t.bottom=Rv(o.bottom,t.bottom),t.left=Dv(o.left,t.left),t}),Hy(e,a,n));return l.width=l.right-l.left,l.height=l.bottom-l.top,l.x=l.left,l.y=l.top,l}function qy(e){return Object.assign({},{top:0,right:0,bottom:0,left:0},e)}function Zy(e,t){return t.reduce((function(t,r){return t[r]=e,t}),{})}function Uy(e,t){void 0===t&&(t={});var r=t,n=r.placement,o=void 0===n?e.placement:n,i=r.strategy,a=void 0===i?e.strategy:i,l=r.boundary,c=void 0===l?fy:l,s=r.rootBoundary,d=void 0===s?my:s,u=r.elementContext,p=void 0===u?hy:u,f=r.altBoundary,m=void 0!==f&&f,h=r.padding,g=void 0===h?0:h,b=qy(\"number\"!=typeof g?g:Zy(g,dy)),v=p===hy?gy:hy,y=e.rects.popper,_=e.elements[m?v:p],k=Vy(Iv(_)?_:_.contextElement||Gv(e.elements.popper),c,d,a),w=Zv(e.elements.reference),x=Ny({reference:w,element:y,strategy:\"absolute\",placement:o}),B=Ry(Object.assign({},y,x)),S=p===hy?B:w,E={top:k.top-S.top+b.top,bottom:S.bottom-k.bottom+b.bottom,left:k.left-S.left+b.left,right:S.right-k.right+b.right},A=e.modifiersData.offset;if(p===hy&&A){var C=A[o];Object.keys(E).forEach((function(e){var t=[ly,ay].indexOf(e)>=0?1:-1,r=[iy,ay].indexOf(e)>=0?\"y\":\"x\";E[e]+=C[r]*t}))}return E}const Wy={name:\"flip\",enabled:!0,phase:\"main\",fn:function(e){var t=e.state,r=e.options,n=e.name;if(!t.modifiersData[n]._skip){for(var o=r.mainAxis,i=void 0===o||o,a=r.altAxis,l=void 0===a||a,c=r.fallbackPlacements,s=r.padding,d=r.boundary,u=r.rootBoundary,p=r.altBoundary,f=r.flipVariations,m=void 0===f||f,h=r.allowedAutoPlacements,g=t.options.placement,b=Ey(g),v=c||(b===g||!m?[Iy(g)]:function(e){if(Ey(e)===sy)return[];var t=Iy(e);return[zy(e),t,zy(t)]}(g)),y=[g].concat(v).reduce((function(e,r){return e.concat(Ey(r)===sy?function(e,t){void 0===t&&(t={});var r=t,n=r.placement,o=r.boundary,i=r.rootBoundary,a=r.padding,l=r.flipVariations,c=r.allowedAutoPlacements,s=void 0===c?vy:c,d=Ay(n),u=d?l?by:by.filter((function(e){return Ay(e)===d})):dy,p=u.filter((function(e){return s.indexOf(e)>=0}));0===p.length&&(p=u);var f=p.reduce((function(t,r){return t[r]=Uy(e,{placement:r,boundary:o,rootBoundary:i,padding:a})[Ey(r)],t}),{});return Object.keys(f).sort((function(e,t){return f[e]-f[t]}))}(t,{placement:r,boundary:d,rootBoundary:u,padding:s,flipVariations:m,allowedAutoPlacements:h}):r)}),[]),_=t.rects.reference,k=t.rects.popper,w=new Map,x=!0,B=y[0],S=0;S<y.length;S++){var E=y[S],A=Ey(E),C=Ay(E)===uy,N=[iy,ay].indexOf(A)>=0,P=N?\"width\":\"height\",O=Uy(t,{placement:E,boundary:d,rootBoundary:u,altBoundary:p,padding:s}),T=N?C?ly:cy:C?ay:iy;_[P]>k[P]&&(T=Iy(T));var j=Iy(T),M=[];if(i&&M.push(O[A]<=0),l&&M.push(O[T]<=0,O[j]<=0),M.every((function(e){return e}))){B=E,x=!1;break}w.set(E,M)}if(x)for(var L=function(e){var t=y.find((function(t){var r=w.get(t);if(r)return r.slice(0,e).every((function(e){return e}))}));if(t)return B=t,\"break\"},I=m?3:1;I>0;I--){if(\"break\"===L(I))break}t.placement!==B&&(t.modifiersData[n]._skip=!0,t.placement=B,t.reset=!0)}},requiresIfExists:[\"offset\"],data:{_skip:!1}};function Gy(e,t,r){return Dv(e,Rv(t,r))}const $y={name:\"preventOverflow\",enabled:!0,phase:\"main\",fn:function(e){var t=e.state,r=e.options,n=e.name,o=r.mainAxis,i=void 0===o||o,a=r.altAxis,l=void 0!==a&&a,c=r.boundary,s=r.rootBoundary,d=r.altBoundary,u=r.padding,p=r.tether,f=void 0===p||p,m=r.tetherOffset,h=void 0===m?0:m,g=Uy(t,{boundary:c,rootBoundary:s,padding:u,altBoundary:d}),b=Ey(t.placement),v=Ay(t.placement),y=!v,_=Cy(b),k=\"x\"===_?\"y\":\"x\",w=t.modifiersData.popperOffsets,x=t.rects.reference,B=t.rects.popper,S=\"function\"==typeof h?h(Object.assign({},t.rects,{placement:t.placement})):h,E=\"number\"==typeof S?{mainAxis:S,altAxis:S}:Object.assign({mainAxis:0,altAxis:0},S),A=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,C={x:0,y:0};if(w){if(i){var N,P=\"y\"===_?iy:cy,O=\"y\"===_?ay:ly,T=\"y\"===_?\"height\":\"width\",j=w[_],M=j+g[P],L=j-g[O],I=f?-B[T]/2:0,F=v===uy?x[T]:B[T],z=v===uy?-B[T]:-x[T],D=t.elements.arrow,R=f&&D?Xv(D):{width:0,height:0},H=t.modifiersData[\"arrow#persistent\"]?t.modifiersData[\"arrow#persistent\"].padding:{top:0,right:0,bottom:0,left:0},V=H[P],q=H[O],Z=Gy(0,x[T],R[T]),U=y?x[T]/2-I-Z-V-E.mainAxis:F-Z-V-E.mainAxis,W=y?-x[T]/2+I+Z+q+E.mainAxis:z+Z+q+E.mainAxis,G=t.elements.arrow&&oy(t.elements.arrow),$=G?\"y\"===_?G.clientTop||0:G.clientLeft||0:0,Y=null!=(N=null==A?void 0:A[_])?N:0,Q=j+W-Y,K=Gy(f?Rv(M,j+U-Y-$):M,j,f?Dv(L,Q):L);w[_]=K,C[_]=K-j}if(l){var X,J=\"x\"===_?iy:cy,ee=\"x\"===_?ay:ly,te=w[k],re=\"y\"===k?\"height\":\"width\",ne=te+g[J],oe=te-g[ee],ie=-1!==[iy,cy].indexOf(b),ae=null!=(X=null==A?void 0:A[k])?X:0,le=ie?ne:te-x[re]-B[re]-ae+E.altAxis,ce=ie?te+x[re]+B[re]-ae-E.altAxis:oe,se=f&&ie?function(e,t,r){var n=Gy(e,t,r);return n>r?r:n}(le,te,ce):Gy(f?le:ne,te,f?ce:oe);w[k]=se,C[k]=se-te}t.modifiersData[n]=C}},requiresIfExists:[\"offset\"]};const Yy={name:\"arrow\",enabled:!0,phase:\"main\",fn:function(e){var t,r=e.state,n=e.name,o=e.options,i=r.elements.arrow,a=r.modifiersData.popperOffsets,l=Ey(r.placement),c=Cy(l),s=[cy,ly].indexOf(l)>=0?\"height\":\"width\";if(i&&a){var d=function(e,t){return qy(\"number\"!=typeof(e=\"function\"==typeof e?e(Object.assign({},t.rects,{placement:t.placement})):e)?e:Zy(e,dy))}(o.padding,r),u=Xv(i),p=\"y\"===c?iy:cy,f=\"y\"===c?ay:ly,m=r.rects.reference[s]+r.rects.reference[c]-a[c]-r.rects.popper[s],h=a[c]-r.rects.reference[c],g=oy(i),b=g?\"y\"===c?g.clientHeight||0:g.clientWidth||0:0,v=m/2-h/2,y=d[p],_=b-u[s]-d[f],k=b/2-u[s]/2+v,w=Gy(y,k,_),x=c;r.modifiersData[n]=((t={})[x]=w,t.centerOffset=w-k,t)}},effect:function(e){var t=e.state,r=e.options.element,n=void 0===r?\"[data-popper-arrow]\":r;null!=n&&(\"string\"!=typeof n||(n=t.elements.popper.querySelector(n)))&&Dy(t.elements.popper,n)&&(t.elements.arrow=n)},requires:[\"popperOffsets\"],requiresIfExists:[\"preventOverflow\"]};function Qy(e,t,r){return void 0===r&&(r={x:0,y:0}),{top:e.top-t.height-r.y,right:e.right-t.width+r.x,bottom:e.bottom-t.height+r.y,left:e.left-t.width-r.x}}function Ky(e){return[iy,ly,ay,cy].some((function(t){return e[t]>=0}))}var Xy=xy({defaultModifiers:[Sy,{name:\"popperOffsets\",enabled:!0,phase:\"read\",fn:function(e){var t=e.state,r=e.name;t.modifiersData[r]=Ny({reference:t.rects.reference,element:t.rects.popper,strategy:\"absolute\",placement:t.placement})},data:{}},Ty,jy,My,Wy,$y,Yy,{name:\"hide\",enabled:!0,phase:\"main\",requiresIfExists:[\"preventOverflow\"],fn:function(e){var t=e.state,r=e.name,n=t.rects.reference,o=t.rects.popper,i=t.modifiersData.preventOverflow,a=Uy(t,{elementContext:\"reference\"}),l=Uy(t,{altBoundary:!0}),c=Qy(a,n),s=Qy(l,o,i),d=Ky(c),u=Ky(s);t.modifiersData[r]={referenceClippingOffsets:c,popperEscapeOffsets:s,isReferenceHidden:d,hasPopperEscaped:u},t.attributes.popper=Object.assign({},t.attributes.popper,{\"data-popper-reference-hidden\":d,\"data-popper-escaped\":u})}}]}),Jy=r(9590),e_=r.n(Jy),t_=function(e){return e.reduce((function(e,t){var r=t[0],n=t[1];return e[r]=n,e}),{})},r_=\"undefined\"!=typeof window&&window.document&&window.document.createElement?e.useLayoutEffect:e.useEffect,n_=[],o_=function(r,n,o){void 0===o&&(o={});var i=e.useRef(null),a={onFirstUpdate:o.onFirstUpdate,placement:o.placement||\"bottom\",strategy:o.strategy||\"absolute\",modifiers:o.modifiers||n_},l=e.useState({styles:{popper:{position:a.strategy,left:\"0\",top:\"0\"},arrow:{position:\"absolute\"}},attributes:{}}),c=l[0],s=l[1],d=e.useMemo((function(){return{name:\"updateState\",enabled:!0,phase:\"write\",fn:function(e){var r=e.state,n=Object.keys(r.elements);t.flushSync((function(){s({styles:t_(n.map((function(e){return[e,r.styles[e]||{}]}))),attributes:t_(n.map((function(e){return[e,r.attributes[e]]})))})}))},requires:[\"computeStyles\"]}}),[]),u=e.useMemo((function(){var e={onFirstUpdate:a.onFirstUpdate,placement:a.placement,strategy:a.strategy,modifiers:[].concat(a.modifiers,[d,{name:\"applyStyles\",enabled:!1}])};return e_()(i.current,e)?i.current||e:(i.current=e,e)}),[a.onFirstUpdate,a.placement,a.strategy,a.modifiers,d]),p=e.useRef();return r_((function(){p.current&&p.current.setOptions(u)}),[u]),r_((function(){if(null!=r&&null!=n){var e=(o.createPopper||Xy)(r,n,u);return p.current=e,function(){e.destroy(),p.current=null}}}),[r,n,o.createPopper]),{state:p.current?p.current.state:null,styles:c.styles,attributes:c.attributes,update:p.current?p.current.update:null,forceUpdate:p.current?p.current.forceUpdate:null}};const i_=[\"bottom-start\",\"bottom\",\"bottom-end\",\"top-start\",\"top\",\"top-end\",\"right-start\",\"right\",\"right-end\",\"left-start\",\"left\",\"left-end\"],a_={name:\"rtlOffsetFix\",enabled:!0,phase:\"main\",requires:[\"offset\"],fn({state:e}){var t;if(!e.placement.startsWith(\"top\")&&!e.placement.startsWith(\"bottom\"))return;const r=null===(t=e.modifiersData.offset)||void 0===t?void 0:t[e.placement];r&&(e.modifiersData.popperOffsets.x-=2*r.x)}};function l_({anchorRef:t,placement:r=i_,offset:n,modifiers:o=[],strategy:i,altBoundary:a}){const[l,c]=e.useState(null),[s,d]=e.useState(null),u=kn().direction,p=e.useMemo((()=>{let e=Array.isArray(r)?r:[r];return\"rtl\"===u&&(e=e.map((e=>e.replace(/(top|bottom)-(start|end)/g,((e,t,r)=>\"start\"===r?t+\"-end\":\"end\"===r?t+\"-start\":e))))),e}),[r,u]),{attributes:f,styles:m}=o_(null==t?void 0:t.current,l,{strategy:i,modifiers:[{name:\"arrow\",options:{element:s}},{name:\"offset\",options:{offset:n,altBoundary:a}},{name:\"flip\",options:{fallbackPlacements:p.slice(1),altBoundary:a}},...\"rtl\"===u?[a_]:[],...o],placement:p[0]});return{attributes:f,styles:m,setPopperRef:c,setArrowRef:d}}var c_=r(6662),s_={insert:\"head\",singleton:!1};o()(c_.Z,s_);c_.Z.locals;const d_=Te(\"popup\");function u_({styles:t,attributes:r,setArrowRef:n}){return e.createElement(\"div\",Object.assign({\"data-popper-arrow\":!0,ref:n,className:d_(\"arrow\"),style:t},r),e.createElement(\"div\",{className:d_(\"arrow-content\")},e.createElement(\"div\",{className:d_(\"arrow-circle-wrapper\")},e.createElement(\"div\",{className:d_(\"arrow-circle\",{left:!0})})),e.createElement(\"div\",{className:d_(\"arrow-circle-wrapper\")},e.createElement(\"div\",{className:d_(\"arrow-circle\",{right:!0})}))))}const p_=Te(\"popup\");function f_({keepMounted:t=!1,hasArrow:r=!1,offset:n=[0,4],open:o,placement:i,anchorRef:a,disableEscapeKeyDown:l,disableOutsideClick:c,disableLayer:s,style:d,className:u,contentClassName:p,modifiers:f=[],children:m,onEscapeKeyDown:h,onOutsideClick:g,onClose:b,onClick:v,onMouseEnter:y,onMouseLeave:_,onFocus:k,onBlur:w,onTransitionEnter:x,onTransitionEntered:B,onTransitionExit:S,onTransitionExited:E,disablePortal:A,container:C,strategy:N,qa:P,restoreFocus:O,restoreFocusRef:T,\"aria-label\":j,\"aria-labelledby\":M,role:L,id:I,focusTrap:F=!1,autoFocus:z=!1}){const D=e.useRef(null);Un({open:o,disableEscapeKeyDown:l,disableOutsideClick:c,onEscapeKeyDown:h,onOutsideClick:g,onClose:b,contentRefs:[a,D],enabled:!s,type:\"popup\"});const{attributes:R,styles:H,setPopperRef:V,setArrowRef:q}=l_({anchorRef:a,placement:i,offset:r?[n[0],n[1]+8]:n,strategy:N,altBoundary:A,modifiers:[{name:\"arrow\",options:{enabled:r,padding:4}},{name:\"preventOverflow\",options:{padding:1,altBoundary:A}},...f]}),Z=Hn(V,D,function(){const t=e.useContext(Vn),r=Ue();return e.useMemo((()=>{if(t)return e=>{e?t.addNode(r,e):t.removeNode(r)}}),[t,r])}()),U=Yr({enabled:Boolean(O&&o),restoreFocusRef:T});return e.createElement(xr,{nodeRef:D,in:o,addEndListener:e=>{var t;return null===(t=D.current)||void 0===t?void 0:t.addEventListener(\"animationend\",e)},classNames:Wn(p_),mountOnEnter:!t,unmountOnExit:!t,appear:!0,onEnter:()=>{null==x||x()},onEntered:()=>{null==B||B()},onExit:()=>{null==S||S()},onExited:()=>{null==E||E()}},e.createElement(Sn,{container:C,disablePortal:A},e.createElement(\"div\",Object.assign({ref:Z,style:H.popper},R.popper,U,{className:p_({open:o},u),\"data-qa\":P,id:I,role:L,\"aria-label\":j,\"aria-labelledby\":M}),e.createElement(qn,{enabled:F&&o,disableAutoFocus:!z},e.createElement(\"div\",{onClick:v,onMouseEnter:y,onMouseLeave:_,onFocus:k,onBlur:w,className:p_(\"content\",p),style:d,tabIndex:-1},r&&e.createElement(u_,{styles:H.arrow,attributes:R.arrow,setArrowRef:q}),m)))))}let m_=function(e){return e.Left=\"left\",e.Right=\"right\",e.Top=\"top\",e.Bottom=\"bottom\",e}({}),h_=function(e){return e.Desktop=\"desktop\",e.Mobile=\"mobile\",e.Dropdown=\"dropdown\",e}({});var g_=r(7557),b_=r.n(g_);var v_=r(4709),y_={insert:\"head\",singleton:!1};o()(v_.Z,y_);v_.Z.locals;function __(){return __=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},__.apply(null,arguments)}const k_=M(\"navigation-item\"),w_=Nv.filter((e=>e!==Cv.Dropdown)),x_=({data:t,className:r,menuLayout:n,...o})=>{const{type:i=Cv.Link}=t,a=(()=>{const{navItemMap:t}=(0,e.useContext)(Se);return Qm()(t)?Vw:t})()[i],l=(0,e.useMemo)((()=>{const e={...t,...o};return w_.includes(i)?b_()(e,\"hidePopup\",\"isActive\"):Nv.includes(i)?e:{...e,menuLayout:n}}),[t,o,i,n]);return e.createElement(nt.Provider,{value:\"navigation\"},e.createElement(\"li\",{className:k_({\"menu-layout\":n},r)},e.createElement(a,__({},l,{className:k_(\"content\",{type:i})}))))},B_=x_;var S_=r(3649),E_={insert:\"head\",singleton:!1};o()(S_.Z,E_);S_.Z.locals;const A_=M(\"navigation-popup\"),C_=[0,0],N_=({anchorRef:t,items:r,onClose:n,className:o,open:i})=>e.createElement(f_,{anchorRef:i?t:void 0,contentClassName:A_(null,o),open:i,onClose:n,onOutsideClick:n,keepMounted:!0,disablePortal:!0,strategy:\"fixed\",placement:\"bottom-start\",offset:C_},e.createElement(\"ul\",{className:A_(\"list\")},r.map((t=>e.createElement(B_,{key:t.text,className:A_(\"link\"),data:t,menuLayout:h_.Dropdown})))));var P_=r(6928),O_={insert:\"head\",singleton:!1};o()(P_.Z,O_);P_.Z.locals;function T_(){return T_=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},T_.apply(null,arguments)}const j_=M(\"content-wrapper\"),M_=({text:t,icon:r,iconSize:n})=>{const o=(0,e.useMemo)((()=>n?{height:`${n}px`,width:`${n}px`}:{}),[n]);return e.createElement(e.Fragment,null,r&&\"string\"!=typeof r&&e.createElement(bt,T_({className:j_(\"icon\")},r,{style:o})),e.createElement(\"span\",{className:j_(\"text\")},t))};var L_=r(8720),I_={insert:\"head\",singleton:!1};o()(L_.Z,I_);L_.Z.locals;function F_(){return F_=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},F_.apply(null,arguments)}const z_=M(\"navigation-dropdown\");function D_(){return D_=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},D_.apply(null,arguments)}const R_=t=>e.createElement(\"svg\",D_({xmlns:\"http://www.w3.org/2000/svg\",width:\"9\",height:\"9\",fill:\"none\",viewBox:\"0 0 9 9\"},ys,t),e.createElement(\"path\",{d:\"M3 1H8M8 1V6M8 1L1 8\",stroke:\"currentColor\",strokeOpacity:\"0.7\",strokeWidth:\"1.2\",strokeLinecap:\"square\"}));var H_=r(4534),V_={insert:\"head\",singleton:!1};o()(H_.Z,V_);H_.Z.locals;function q_(){return q_=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},q_.apply(null,arguments)}const Z_=M(\"navigation-link\");var U_=r(5828),W_={insert:\"head\",singleton:!1};o()(U_.Z,W_);U_.Z.locals;function G_(){return G_=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},G_.apply(null,arguments)}const $_=M(\"github-button\");var Y_=r(4873),Q_={insert:\"head\",singleton:!1};o()(Y_.Z,Q_);Y_.Z.locals;function K_(){return K_=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},K_.apply(null,arguments)}const X_=M(\"social-icon\"),J_=({icon:t,url:r,className:n,urlTitle:o})=>{const i=yd(t),{alt:a}=i;return e.createElement(\"a\",{href:r,\"aria-label\":a,title:o||a,target:\"_blank\",rel:\"noopener noreferrer\",className:X_(null,n)},e.createElement(bt,K_({className:X_(\"icon\")},i)))};var ek=r(4858),tk={insert:\"head\",singleton:!1};o()(ek.Z,tk);ek.Z.locals;const rk=M(\"divider-block\"),nk=({size:t=\"m\",border:r})=>e.createElement(\"div\",{className:rk({size:t,border:r})});var ok=r(8400),ik=r.n(ok),ak=r(3376),lk={insert:\"head\",singleton:!1};o()(ak.Z,lk);ak.Z.locals;function ck(){return ck=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ck.apply(null,arguments)}const sk=M(\"card-base-block\"),dk=()=>null,uk=()=>null,pk=()=>null,fk=t=>{const{className:r,bodyClassName:n,analyticsEvents:o,contentClassName:i,children:a,url:l,target:c,border:d=\"shadow\",urlTitle:u,qa:p,extraProps:f={}}=t,m=ot(s.CardBase,l);let h,g,b,v,y,_;const k=J(p,\"header\",\"footer\",\"body\",\"content\");e.Children.toArray(a).forEach((t=>{(0,e.isValidElement)(t)&&function(e){switch(e.type){case dk:h=e.props.children,v=e.props.image,y=e.props.className;break;case uk:g=e.props.children;break;case pk:b=e.props.children,_=e.props.className}}(t)}));const w=e.createElement(e.Fragment,null,(h||v)&&e.createElement(pd,ck({className:sk(\"header\",y)},\"string\"==typeof v?{src:v}:v,{qa:k.header}),e.createElement(\"div\",{className:sk(\"header-content\")},h)),e.createElement(\"div\",{className:sk(\"body\",n),\"data-qa\":k.body},e.createElement(\"div\",{className:sk(\"content\",i),\"data-qa\":k.content},g),b&&e.createElement(\"div\",{className:sk(\"footer\",_),\"data-qa\":k.footer},b))),x=sk({border:d},r);return l?e.createElement(mf,{href:l},e.createElement(zd,{href:l,target:c,rel:\"_blank\"===c?\"noopener noreferrer\":void 0,className:x,onClick:()=>{m(o)},title:u,extraProps:{draggable:!1,onDragStart:e=>e.preventDefault(),...f},qa:p},w)):e.createElement(\"div\",ck({className:x,\"data-qa\":p},f),w)};fk.Header=dk,fk.Content=uk,fk.Footer=pk;const mk=fk;var hk=r(6425),gk={insert:\"head\",singleton:!1};o()(hk.Z,gk);hk.Z.locals;const bk=M(\"combined-price-detailed-block\"),vk={[ts.Sm]:1,[ts.Md]:2,[ts.Lg]:3},yk=t=>{const{items:r,numberGroupItems:n,border:o,useMixedView:i,getDescriptionComponent:a,getDetailsComponent:l,analyticsEvents:c}=t,[s,d]=(0,e.useState)(n),u=(0,e.useCallback)((e=>{d(e>=ut.lg?n:ut.lg>e&&e>=ut.md?vk[ts.Lg]:ut.md>e&&e>=ut.sm?vk[ts.Md]:vk[ts.Sm])}),[n]);(0,e.useEffect)((()=>{function e(){u(window.innerWidth)}return e(),window.addEventListener(\"resize\",e,{passive:!0}),()=>window.removeEventListener(\"resize\",e)}),[u]);const p=ik()(r,s);return e.createElement(mk,{className:bk(),border:o,analyticsEvents:c},e.createElement(mk.Content,null,e.createElement(jf,null,p.map(((t,r)=>e.createElement(Xd,{key:r,className:bk(\"row\")},(t=>{const r=Array(s),n=Array(s);for(let o=0;o<s;o++){const i=t[o];r[o]=e.createElement(fs,{key:`card_${o}`},i&&a(i)),n[o]=e.createElement(fs,{key:`details_${o}`,className:i?\"\":bk(\"empty-column\")},i&&l(i.items))}return e.createElement(e.Fragment,null,e.createElement(\"div\",null,r),e.createElement(\"div\",{className:bk(\"description\",{delimiter:i})},n))})(t)))))))};var _k=r(3408),kk={insert:\"head\",singleton:!1};o()(_k.Z,kk);_k.Z.locals;const wk=M(\"price-description\"),xk={[oo.BLUE]:\"info\",[oo.GREEN]:\"success\",[oo.YELLOW]:\"warning\",[oo.PURPLE]:\"normal\",[oo.RED]:\"dnager\"},Bk={l:\"s\",m:\"s\",s:\"xs\",xs:\"xs\"},Sk=t=>{const{title:r,detailedTitle:n=\"\",description:o,titleSize:i=\"l\",descriptionSize:a=\"m\",colorTitle:l=\"cornflower\",label:c,labelsDefaultText:s,className:d}=t,u=e.useRef(null),{pricesDetailedDescriptionHeight:p,setStyles:f}=(0,e.useContext)(Ds),m=(0,e.useCallback)((()=>{if(!u||!u.current)return;const e=u.current?.children;if(!e)return;const t=[...e].reduce(((e,t)=>e+t.clientHeight),0);void 0===p||Number(p)<t?f({pricesDetailedDescriptionHeight:t.toString()}):t<Number(p)&&(u.current.style.height=`${p}px`)}),[p,f]);(0,e.useEffect)((()=>(m(),window.addEventListener(\"resize\",m,{passive:!0}),()=>window.removeEventListener(\"resize\",m))),[m]);const h=(0,e.useMemo)((()=>{if(!c)return null;const t=c.text||s&&s[c.color],r=xk[c.color]||\"unknown\",n=Bk[c.size||a];return e.createElement(ku,{className:wk(\"label\",{size:n}),theme:r,size:n},t)}),[a,c,s]),g=(0,e.useMemo)((()=>e.createElement(\"div\",{className:wk(\"title\",{size:i})},e.createElement(\"div\",{className:wk(\"main-title\",{color:l})},r),e.createElement(\"div\",{className:wk(\"detailed-title\",{size:a})},n))),[l,a,n,r,i]);return e.createElement(\"div\",{className:wk(null,d),ref:u},h,g,e.createElement(\"div\",{className:wk(\"description\",{size:a})},e.createElement(vs,{content:o,modifiers:{constructor:!0}})))};var Ek=r(6932),Ak={insert:\"head\",singleton:!1};o()(Ek.Z,Ak);Ek.Z.locals;const Ck=M(\"marked-list\"),Nk=t=>{const{items:r=[],titleSize:n=\"s\"}=t;return e.createElement(e.Fragment,null,r.map(((t,r)=>e.createElement(\"div\",{key:r,className:Ck(\"list-item\")},e.createElement(\"img\",{className:Ck(\"img\"),alt:\"\"}),e.createElement(\"div\",{className:Ck(\"text\",{size:n})},e.createElement(vs,{content:t.text,modifiers:{constructor:!0}}))))))};var Pk=r(2592),Ok={insert:\"head\",singleton:!1};o()(Pk.Z,Ok);Pk.Z.locals;const Tk=M(\"settings-list\"),jk=t=>{const{items:r=[],titleSize:n=\"s\",descriptionSize:o=\"m\"}=t;return e.createElement(e.Fragment,null,r.map(((t,r)=>e.createElement(\"div\",{key:r},e.createElement(\"div\",{className:Tk(\"title\",{size:n})},t.title),e.createElement(\"div\",{className:Tk(\"description\",{size:o})},e.createElement(vs,{content:t.description,modifiers:{constructor:!0}}))))))};var Mk=r(3861),Lk={insert:\"head\",singleton:!1};o()(Mk.Z,Lk);Mk.Z.locals;const Ik=M(\"price-details\"),Fk=t=>{const[r,n]=(0,e.useState)(!1),o=(0,e.useCallback)((()=>{n(!r)}),[r]),{items:i=[],type:a=no.SETTINGS,titleSize:l=\"s\",descriptionSize:c=\"m\",foldable:s,useMixedView:d,className:u}=t,{title:p,size:f=c,titleColor:m=\"cornflower\"}=s||{},h=()=>e.createElement(\"div\",{className:Ik(\"foldable_block\")},(()=>{switch(a){case no.MARKED_LIST:return e.createElement(Nk,{items:i,titleSize:l});case no.SETTINGS:default:return e.createElement(jk,{items:i,titleSize:l,descriptionSize:c})}})()),g=(t=\"\")=>e.createElement(\"div\",{className:t},e.createElement(\"button\",{className:Ik(\"foldable_title\",{color:m,size:f}),onClick:o,\"aria-expanded\":r},p,e.createElement(As,{open:r,size:14,type:\"vertical\",className:Ik(\"arrow\")})),e.createElement(Yp,{isOpened:r},h())),b=(t=\"\")=>e.createElement(\"div\",{className:t},h());return e.createElement(\"div\",{className:Ik(null,u)},d?s?e.createElement(e.Fragment,null,g(Ik(\"foldable\")),b(Ik(\"non_foldable\"))):b(Ik(\"delimiter-line\")):s?g():b(Ik(\"delimiter-line\")))};var zk=r(1085),Dk={insert:\"head\",singleton:!1};o()(zk.Z,Dk);zk.Z.locals;const Rk=M(\"separate-price-detailed-block\"),Hk=t=>{const{items:r,border:n,getDescriptionComponent:o,getDetailsComponent:i}=t;return e.createElement(e.Fragment,null,r.map((({analyticsEvents:t,...r},a)=>e.createElement(mk,{key:a,className:Rk(),border:n,analyticsEvents:t},e.createElement(mk.Content,null,o(r),i(r.items))))))};function Vk(){return Vk=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Vk.apply(null,arguments)}const qk=t=>{const{priceType:r=no.SETTINGS,items:n,numberGroupItems:o=1,description:i,details:a,foldable:l,labelsDefaultText:c,isCombined:s=!1,useMixedView:d=!1,border:u}=t,{titleSize:p=\"l\",descriptionSize:f=\"m\",titleColor:m=\"cornflower\"}=i||{},{titleSize:h=\"s\",descriptionSize:g=\"m\"}=a||{},b=t=>e.createElement(Sk,Vk({},t,{titleSize:p,descriptionSize:f,colorTitle:m,labelsDefaultText:c})),v=t=>e.createElement(Fk,{items:t,type:r,foldable:l,titleSize:h,descriptionSize:g,useMixedView:d});return e.createElement(e.Fragment,null,s?e.createElement(yk,{items:n,numberGroupItems:o,border:u,useMixedView:d,getDescriptionComponent:b,getDetailsComponent:v}):e.createElement(Hk,{items:n,border:u,getDescriptionComponent:b,getDetailsComponent:v}))};var Zk=r(4606),Uk={insert:\"head\",singleton:!1};o()(Zk.Z,Uk);Zk.Z.locals;const Wk=M(\"MediaCard\"),Gk=({border:t,analyticsEvents:r,...n})=>e.createElement(mk,{className:Wk(),bodyClassName:Wk(\"body\"),border:t,analyticsEvents:r},e.createElement(mk.Content,null,e.createElement(Nd,n)));var $k=r(9615),Yk={insert:\"head\",singleton:!1};o()($k.Z,Yk);$k.Z.locals;const Qk=M(\"meta-info\"),Kk=({items:t,className:r})=>e.createElement(\"h4\",{className:Qk(null,r)},t.map((t=>e.createElement(vs,{content:t,key:t,className:Qk(\"item\"),modifiers:{constructor:!0,constructorMetaInfo:!0}}))));var Xk=r(6656),Jk={insert:\"head\",singleton:!1};o()(Xk.Z,Jk);Xk.Z.locals;function ew(){return ew=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ew.apply(null,arguments)}const tw=M(\"icon-wrapper\"),rw=t=>{const{icon:r,children:n,className:o}=t;if(!r)return e.createElement(e.Fragment,null,n);const i=yd(r.value),a=r?.position;return e.createElement(\"div\",{className:tw({\"icon-position\":a},o)},i&&e.createElement(bt,ew({},i,{containerClassName:tw(\"icon-container\"),className:tw(\"icon\",{\"icon-position\":a})})),e.createElement(\"div\",{className:tw(\"content\",{\"icon-position\":a})},n))},nw=({youtube:e,videoIframe:t})=>!(e||t);var ow=r(9766),iw={insert:\"head\",singleton:!1};o()(ow.Z,iw);ow.Z.locals;function aw(){return aw=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},aw.apply(null,arguments)}const lw=M(\"layout-item\"),cw=({content:{links:t,...r},contentMargin:n=\"m\",metaInfo:o,media:i,border:a,fullscreen:l,icon:c,className:s,analyticsEvents:d,controlPosition:u=\"content\"})=>{const p=(0,e.useMemo)((()=>(e=>e?.map((e=>({theme:\"normal\",...e}))))(t)),[t]),f=\"footer\"===u,m=Dd(),h=Jd(c,m),g={controlPosition:f?\"bottom\":\"default\",...r,links:p,size:\"s\",colSizes:{all:12,md:12}},b=Ue();return e.createElement(\"div\",{className:lw(null,s)},(()=>{if(!i)return null;const t=Jd(i,m),{title:n}=r,o=Ce(t,{name:\"string\"==typeof n?n:n?.text,description:r.text});return l&&(({dataLens:e,image:t})=>!(e||Array.isArray(t)))(t)?e.createElement(to,{showFullscreenIcon:nw(t)},(({className:t,fullscreen:r,...n}={})=>e.createElement(Nd,aw({},o,n,{className:lw(\"media\",{border:a},t),analyticsEvents:d})))):e.createElement(Nd,aw({},t,{className:lw(\"media\",{border:a}),analyticsEvents:d}))})(),o&&e.createElement(Kk,{items:o,className:lw(\"meta-info\")}),e.createElement(\"div\",{className:lw(\"content\",{\"no-media\":!i,margin:n})},e.createElement(rw,{icon:h,className:lw(\"wrapper\")},e.createElement(yp,aw({},g,{titleId:b})))))};var sw=r(4620),dw={insert:\"head\",singleton:!1};o()(sw.Z,dw);sw.Z.locals;function uw(){return uw=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},uw.apply(null,arguments)}const pw=M(\"background-card\"),fw=t=>{const{url:r,title:n,text:o,border:i,background:a,paddingBottom:l,backgroundColor:c,additionalInfo:s,theme:d=\"default\",links:u,buttons:p,analyticsEvents:f,urlTitle:m,controlPosition:h=\"content\",list:g}=t,b=Ue(),v=Dd(),y=c||\"default\"!==d?\"none\":i,_=!l&&\"footer\"===h;return e.createElement(mk,{className:pw({padding:l,theme:d}),contentClassName:pw(\"content\"),url:r,border:y,analyticsEvents:f,urlTitle:m},e.createElement(mk.Content,null,e.createElement(pd,uw({className:pw(\"image\")},Jd(a,v),{style:{backgroundColor:c}})),e.createElement(yp,{titleId:b,title:n,text:o,additionalInfo:s,size:\"s\",theme:d,links:u,buttons:p,list:g,colSizes:{all:12,md:12},controlPosition:_?\"bottom\":\"default\"})))};var mw=r(5693),hw={insert:\"head\",singleton:!1};o()(mw.Z,hw);mw.Z.locals;function gw(){return gw=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gw.apply(null,arguments)}const bw=M(\"basic-card\"),vw=t=>{const{title:r,text:n,icon:o,additionalInfo:i,links:a,list:l,buttons:c,iconPosition:s=Sv.Top,controlPosition:d=\"content\",...u}=t,p=Ue(),f=Ue(),m=\"footer\"===d,h=Jd(o,Dd());return e.createElement(mk,gw({className:bw(),contentClassName:bw(\"content\")},u,{extraProps:{\"aria-describedby\":f,\"aria-labelledby\":p}}),e.createElement(mk.Content,null,e.createElement(rw,{icon:h?{value:h,position:s}:void 0,className:bw(\"wrapper\")},e.createElement(yp,{title:r,titleId:p,text:n,textId:f,additionalInfo:i,links:a,list:l,buttons:c,size:\"s\",colSizes:{all:12,md:12},controlPosition:m?\"bottom\":\"default\"}))))};var yw=r(35),_w={insert:\"head\",singleton:!1};o()(yw.Z,_w);yw.Z.locals;const kw=M(\"author\"),ww=t=>{const{author:r,className:n,authorContainerClassName:o,type:i=ro.Column,qa:a,theme:l}=t,{firstName:c,secondName:s,description:d,avatar:u}=r,p=s?`${c} ${s}`:c,f=e.isValidElement(u);let m={};return!f&&u&&(m=yd(u)),e.createElement(\"div\",{className:kw({type:i,theme:l},n),\"data-qa\":a},u&&e.createElement(\"div\",{className:kw(\"avatar\",o)},f?u:e.createElement(bt,m)),e.createElement(\"div\",{className:kw(\"label\")},e.createElement(\"div\",{className:kw(\"name\")},p),d&&e.createElement(\"div\",{className:kw(\"description\")},d)))};var xw=r(8994),Bw={insert:\"head\",singleton:!1};o()(xw.Z,Bw);xw.Z.locals;function Sw(){return Sw=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Sw.apply(null,arguments)}const Ew=M(\"quote\"),Aw=t=>{const{theme:r=\"light\",color:n,image:o,border:i=\"shadow\",text:a,yfmText:l,logo:c,author:d,url:u,urlTitle:p,buttonText:f,quoteType:m=po.Chevron,button:h}=t,g=Dd(),b=yd(Jd(o,g)),v=ot(s.QuoteButton,u),y=(0,e.useCallback)((()=>v()),[v]),_=d?{...d,avatar:Jd(d.avatar,g)}:d,k=Boolean(d||u)&&e.createElement(\"div\",{className:Ew(\"author-wrapper\")},_&&e.createElement(ww,{className:Ew(\"author\",{theme:r}),author:_,type:ro.Line,theme:r}),u&&f&&!h&&e.createElement(cp,{theme:\"outlined\",size:\"xl\",url:u,className:Ew(\"link-button\",{theme:r}),onClick:y,urlTitle:p,text:f}),h&&e.createElement(cp,Sw({size:\"xl\"},h))),w=yd(Jd(c,g));return e.createElement(\"div\",{className:Ew({theme:r,border:i}),style:n?{backgroundColor:n}:{}},e.createElement(\"div\",{key:a,className:Ew(\"content-wrapper\")},e.createElement(\"div\",null,e.createElement(bt,Sw({className:Ew(\"logo\")},w)),e.createElement(\"div\",{className:Ew(\"content\",{\"quote-type\":m})},a&&e.createElement(\"span\",{className:Ew(\"text\")},e.createElement(gs,null,a)),l&&e.createElement(vs,{className:Ew(\"text\"),content:l,modifiers:{constructor:!0}}))),k),e.createElement(\"div\",{className:Ew(\"image-wrapper\")},e.createElement(bt,Sw({},b,{className:Ew(\"image\")}))))};var Cw=r(2586),Nw=r.n(Cw),Pw=r(6147),Ow={insert:\"head\",singleton:!1};o()(Pw.Z,Ow);Pw.Z.locals;const Tw=M(\"price-card\"),jw=t=>{const{border:r,title:n,price:o,pricePeriod:i,priceDetails:a,theme:l,description:c,list:s,buttons:d,links:u,backgroundColor:p}=t;return e.createElement(mk,{className:Tw({theme:l}),border:r},e.createElement(mk.Content,{key:\"content\"},e.createElement(pd,{className:Tw(\"background\"),style:{backgroundColor:p}}),e.createElement(\"div\",{className:Tw(\"content\",{theme:l})},e.createElement(\"div\",{className:Tw(\"info\")},e.createElement(gs,{className:Tw(\"title\")},n),e.createElement(\"div\",{className:Tw(\"price\")},e.createElement(\"div\",null,e.createElement(\"span\",{className:Tw(\"price-value\")},o),i&&e.createElement(\"span\",{className:Tw(\"price-period\")},\"/ \",i)),a&&e.createElement(\"div\",{className:Tw(\"price-details\")},a)),c&&e.createElement(\"div\",{className:Tw(\"description\")},c),s?.length?e.createElement(\"div\",{className:Tw(\"list\")},e.createElement(iu,{list:s.map((e=>({icon:Nw(),text:e}))),size:\"s\"})):null),e.createElement(mp,{className:Tw(\"buttons\"),buttons:d,size:\"s\"}),e.createElement(Hu,{className:Tw(\"links\"),links:u,size:\"s\"}))))};var Mw=r(2790),Lw={insert:\"head\",singleton:!1};o()(Mw.Z,Lw);Mw.Z.locals;function Iw(){return Iw=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Iw.apply(null,arguments)}const Fw=M(\"image-card\"),zw={all:12,md:12},Dw=t=>{const{border:r=\"shadow\",title:n,text:o,image:i,enableImageBorderRadius:a=!1,direction:l=Ev.Direct,margins:c,backgroundColor:s,url:d,target:u,urlTitle:p,additionalInfo:f,links:m,buttons:h,list:g,theme:b=\"default\",size:v=\"s\",controlPosition:y=\"content\"}=t,_=Dd(),k=\"footer\"===y,w=Boolean(o||n||h||m||g),x=yd(Jd(i,_)),B=Ue(),S=e.createElement(e.Fragment,null,e.createElement(\"div\",{className:Fw(\"image\",{margins:c})},e.createElement(bt,Iw({className:Fw(\"image_inner\",{radius:a})},x))),w&&e.createElement(\"div\",{className:Fw(\"content\")},e.createElement(yp,{titleId:B,title:n,text:o,links:m,buttons:h,list:g,theme:b,additionalInfo:f,size:v,colSizes:zw,controlPosition:k?\"bottom\":\"default\"})));return d?e.createElement(zd,{href:d,target:u,rel:\"_blank\"===u?\"noopener noreferrer\":void 0,className:Fw({border:r,\"with-content\":w,direction:l}),title:p,style:{backgroundColor:s},extraProps:{draggable:!1,onDragStart:e=>e.preventDefault()}},S):e.createElement(\"div\",{className:Fw({border:r,\"with-content\":w,direction:l}),style:{backgroundColor:s}},S)},Rw={[R.SliderBlock]:ad,[R.ExtendedFeaturesBlock]:Sp,[R.PromoFeaturesBlock]:qp,[R.QuestionsBlock]:ff,[R.BannerBlock]:wf,[R.CompaniesBlock]:Af,[R.MediaBlock]:Yf,[R.InfoBlock]:tm,[R.TableBlock]:fm,[R.TabsBlock]:Em,[R.HeaderBlock]:zm,[R.IconsBlock]:qm,[R.HeaderSliderBlock]:$m,[R.CardLayoutBlock]:rh,[R.ContentLayoutBlock]:ch,[R.ShareBlock]:yh,[R.MapBlock]:$h,[R.FilterBlock]:rg,[R.FormBlock]:Eg,[R.SliderNewBlock]:xv},Hw={[Bv.Divider]:nk,[Bv.PriceDetailed]:qk,[Bv.MediaCard]:Gk,[Bv.BannerCard]:vf,[Bv.LayoutItem]:cw,[Bv.BackgroundCard]:fw,[Bv.BasicCard]:vw,[Bv.Content]:yp,[Bv.Quote]:Aw,[Bv.PriceCard]:jw,[Bv.ImageCard]:Dw},Vw={[Cv.Button]:t=>{const{url:r,target:n,className:o}=t,i=Mv(null,o);return e.createElement(nt.Provider,{value:\"navigation\"},n?e.createElement(cp,jv({className:i},t,{url:r})):e.createElement(mf,{href:r},e.createElement(cp,jv({},t,{className:i,url:r}))))},[Cv.Social]:J_,[Cv.Dropdown]:({text:t,icon:r,className:n,iconSize:o,hidePopup:i,items:a,isActive:l,...c})=>{const s=r&&yd(r),d=(0,e.useRef)(null);return e.createElement(e.Fragment,null,e.createElement(\"button\",F_({ref:d},c,{type:\"button\",className:z_(null,n),\"aria-expanded\":l}),e.createElement(M_,{text:t,icon:s,iconSize:o,\"aria-expanded\":l}),e.createElement(As,{className:z_(\"arrow\"),size:12,type:\"vertical\",iconType:\"navigation\",open:l})),e.createElement(N_,{open:l,onClose:i,items:a,anchorRef:d}))},[Cv.Link]:t=>{const{hostname:r,Link:n}=(0,e.useContext)(_),{url:o,text:i,icon:a,arrow:l,target:c,className:s,iconSize:d,urlTitle:u,...p}=t,f=ct(o,r,c),m=a&&yd(a),h=Z_(null,s),g=e.createElement(e.Fragment,null,e.createElement(M_,{text:i,icon:m,iconSize:d}),l&&e.createElement(R_,{className:Z_(\"arrow\")}));return f?.target||!n?e.createElement(\"a\",q_({href:o,title:u||i,className:h},p,f),g):e.createElement(mf,{href:o,passHref:!0},e.createElement(\"a\",q_({title:u||i},p,{className:h}),g))},[Cv.GithubButton]:({text:t,url:n,className:o,label:i,size:a,icon:l,urlTitle:c})=>{const s=(0,e.useRef)(null),d=(0,e.useRef)(null);return(0,e.useEffect)((()=>((()=>{if(s.current){const e=s.current.appendChild(document.createElement(\"span\"));Promise.resolve().then(r.bind(r,9984)).then((({render:t})=>{null!==d.current&&t(e.appendChild(d.current),(t=>{try{e.parentNode&&e.parentNode.replaceChild(t,e)}catch(e){}}))}))}})(),()=>{s?.current?.lastChild&&d.current&&s.current.replaceChild(d.current,s.current.lastChild)})),[]),e.createElement(\"div\",{className:$_(null,o)},e.createElement(\"span\",{ref:s},e.createElement(\"a\",G_({href:n,ref:d,title:c,\"data-show-count\":\"true\",\"aria-label\":i||\"Stars on GitHub\"},l&&{\"data-icon\":Pv[l]},a&&{\"data-size\":a}),t)))}},qw=(t,r)=>{const[n,o]=(0,e.useState)(t);return(0,e.useEffect)((()=>{if(!r)return()=>{};const e=Ye()((()=>{t||o(window.scrollY>0)}),20);return window.addEventListener(\"scroll\",e,{passive:!0}),()=>window.removeEventListener(\"scroll\",e)})),[n]};function Zw(e=20){const t=r=>{const n={...r};return\"items\"in n&&(e=>e.type===Cv.Dropdown)(n)&&(n.items=n.items.map(t)),\"iconSize\"in n||(e=>e.type===Cv.Button)(n)||(n.iconSize=e),n};return t}const Uw=(t,r,n)=>{const[o,i]=(0,e.useState)(void 0),a=Zw(t);return{activeItemId:o,leftItemsWithIconSize:(0,e.useMemo)((()=>r.map(a)),[a,r]),rightItemsWithIconSize:(0,e.useMemo)((()=>n?.map(a)),[a,n]),onActiveItemChange:e=>{i(e)}}},Ww=At({en:JSON.parse('{\"left\":\"Previous\",\"right\":\"Next\"}'),ru:JSON.parse('{\"left\":\"Предыдущий\",\"right\":\"Следующий\"}')},`${T}OverflowScroller`);var Gw=r(6109),$w={insert:\"head\",singleton:!1};o()(Gw.Z,$w);Gw.Z.locals;const Yw=M(\"overflow-scroller\"),Qw=18;class Kw extends e.Component{state={arrows:[],scrollValue:0};containerRef=(0,e.createRef)();wrapperRef=(0,e.createRef)();componentDidMount(){this.checkOverflow(),window.addEventListener(\"resize\",this.checkOverflow,{passive:!0})}componentDidUpdate(e,{scrollValue:t}){const{onScrollEnd:r}=this.props;t!==this.state.scrollValue&&r&&setTimeout(r,400)}componentWillUnmount(){window.removeEventListener(\"resize\",this.checkOverflow)}render(){const{className:t,arrowClassName:r,children:n,arrowSize:o=Qw}=this.props,{arrows:i,scrollValue:a}=this.state,l=i.length?{left:-a}:{left:0},c=i.includes(\"left\"),s=i.includes(\"right\");return e.createElement(\"div\",{className:Yw(\"container\",{\"padding-left\":c,\"padding-right\":s})},e.createElement(\"div\",{className:Yw(null,t),ref:this.containerRef},e.createElement(\"div\",{className:Yw(\"wrapper\"),style:l,ref:this.wrapperRef},n)),i.map((t=>e.createElement(\"button\",{key:t,className:Yw(\"arrow\",{type:t},r),onClick:e=>this.handleScrollClick(e,t),\"aria-label\":Ww(t)},e.createElement(As,{size:o,type:\"horizontal\",iconType:\"navigation\"})))))}checkOverflow=Ye()((()=>{if(this.containerRef&&this.containerRef.current&&this.wrapperRef&&this.wrapperRef.current){const e=this.containerRef.current.offsetWidth,t=0,r=this.wrapperRef.current.offsetWidth<e?[]:[\"right\"];this.setState({scrollValue:t,arrows:r})}}),100);handleScrollClick=(e,t)=>{const{scrollValue:r,arrows:n}=this.state,{onScrollStart:o}=this.props;if(this.containerRef&&this.containerRef.current&&this.wrapperRef&&this.wrapperRef.current){const i=this.containerRef.current.offsetWidth,a=this.wrapperRef.current.offsetWidth,l=\"right\"===t?a-(i+r):r,c=n.length>1&&l+24>i?24:0,s=i>l?l:i,d=\"right\"===t?r+s+c:r-s-c;let u=[\"left\",\"right\"];d+i>=a?u=[\"left\"]:d||(u=[\"right\"]),this.setState({arrows:u,scrollValue:d}),o&&o(),e.stopPropagation()}}}const Xw=At({en:JSON.parse('{\"image-alt\":\"Logo icon\"}'),ru:JSON.parse('{\"image-alt\":\"Иконка лого\"}')},`${T}Logo`);var Jw=r(269),ex={insert:\"head\",singleton:!1};o()(Jw.Z,ex);Jw.Z.locals;function tx(){return tx=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},tx.apply(null,arguments)}const rx=M(\"logo\"),nx=({alt:t=Xw(\"image-alt\"),...r})=>{const n={...r,alt:t},{hostname:o,Link:i}=(0,e.useContext)(_),a=Jd(n,Dd())||n,l=yd(a.icon||n.icon);l.alt=t;const c=a.text||n.text,s=a.url||n.url||\"/\",d=a.urlTitle||n.urlTitle||c,u=ct(s,o),p=e.createElement(e.Fragment,null,l&&e.createElement(bt,tx({className:rx(\"icon\")},l)),e.createElement(\"span\",{className:rx(\"text\")},c));return e.createElement(mf,{href:s,passHref:!0},i?e.createElement(\"span\",{className:rx(null,n.className)},p):e.createElement(\"a\",tx({className:rx(null,n.className),href:s,title:d},u),p))},ox=t=>e.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",width:16,height:16,fill:\"none\",viewBox:\"0 0 16 16\"},t),e.createElement(\"path\",{fill:\"currentColor\",fillRule:\"evenodd\",d:\"M1.25 3.25A.75.75 0 0 1 2 2.5h12A.75.75 0 0 1 14 4H2a.75.75 0 0 1-.75-.75Zm0 4.75A.75.75 0 0 1 2 7.25h12a.75.75 0 0 1 0 1.5H2A.75.75 0 0 1 1.25 8ZM2 12a.75.75 0 0 0 0 1.5h12a.75.75 0 0 0 0-1.5H2Z\",clipRule:\"evenodd\"})),ix=At({en:JSON.parse('{\"aria-label\":\"Button label\"}'),ru:JSON.parse('{\"aria-label\":\"Лейбл кнопки\"}')},`${T}Control`);var ax=r(5875),lx={insert:\"head\",singleton:!1};o()(ax.Z,lx);ax.Z.locals;const cx=M(\"control\"),sx=t=>{const{icon:r,theme:n=\"primary\",size:o=\"s\",iconSize:i=16,disabled:a=!1,onClick:l,className:c,qa:s}=t;return e.createElement(\"button\",{type:\"button\",\"aria-label\":ix(\"aria-label\"),className:cx({size:o,theme:n,disabled:a},c),onClick:a?void 0:l,disabled:a,\"data-qa\":s},e.createElement(Re,{data:r,size:i,qa:\"icon-test-id\"}))};var dx=r(7819),ux={insert:\"head\",singleton:!1};o()(dx.Z,ux);dx.Z.locals;const px=M(\"mobile-menu-button\"),fx=({isSidebarOpened:t,onSidebarOpenedChange:r})=>e.createElement(sx,{className:px(),onClick:e=>{e.stopPropagation(),e.nativeEvent.stopImmediatePropagation(),r(!t)},size:\"l\",icon:t?Zt:ox,iconSize:24});function mx(){return mx=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},mx.apply(null,arguments)}const hx=({column:t,index:r,activeItemId:n,onActiveItemChange:o,...i})=>{const a=`${t}-${r}`===n,l=(({column:e,index:t,onActiveItemChange:r,activeItemId:n})=>o=>{const i=`${e}-${t}`;o&&o.stopPropagation(),r(i===n?void 0:`${e}-${t}`)})({column:t,index:r,activeItemId:n,onActiveItemChange:o});return e.createElement(B_,mx({isActive:a,onClick:l,hidePopup:o},i))};function gx(){return gx=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gx.apply(null,arguments)}const bx=({className:t,itemClassName:r,items:n,...o})=>e.createElement(\"ul\",{className:t},n.map(((t,n)=>e.createElement(hx,gx({key:n,index:n,data:t,className:r},o)))));var vx=r(6035),yx={insert:\"head\",singleton:!1};o()(vx.Z,yx);vx.Z.locals;function _x(){return _x=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},_x.apply(null,arguments)}const kx=M(\"desktop-navigation\"),wx=({logo:t,leftItemsWithIconSize:r,rightItemsWithIconSize:n,customMobileHeaderItems:o,isSidebarOpened:i,onSidebarOpenedChange:a,onActiveItemChange:l,activeItemId:c})=>e.createElement(\"div\",{className:kx(\"wrapper\")},t&&e.createElement(\"div\",{className:kx(\"left\")},e.createElement(nx,_x({},t,{className:kx(\"logo\")}))),e.createElement(\"div\",{className:kx(\"navigation-container\")},e.createElement(Kw,{className:kx(\"navigation\"),onScrollStart:l},e.createElement(bx,{items:r,onActiveItemChange:l,className:kx(\"links\"),itemClassName:kx(\"item\"),column:m_.Left,activeItemId:c,menuLayout:h_.Desktop}))),e.createElement(\"div\",{className:kx(\"right\")},o&&e.createElement(\"div\",{className:kx(\"mobile-navigation-container\")},e.createElement(Kw,{className:kx(\"mobile-navigation\"),onScrollStart:l,arrowSize:18},e.createElement(bx,{items:o,onActiveItemChange:l,className:kx(\"mobile-buttons\"),itemClassName:kx(\"item\"),column:m_.Left,activeItemId:c,menuLayout:h_.Dropdown}))),e.createElement(fx,{isSidebarOpened:i,onSidebarOpenedChange:a}),n&&e.createElement(bx,{onActiveItemChange:l,column:m_.Right,items:n,activeItemId:c,className:kx(\"buttons\"),itemClassName:kx(\"item\"),menuLayout:h_.Desktop})));var xx=r(7215),Bx={insert:\"head\",singleton:!1};o()(xx.Z,Bx);xx.Z.locals;function Sx(){return Sx=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Sx.apply(null,arguments)}const Ex=M(\"mobile-navigation\"),Ax=({isOpened:t,topItems:r,bottomItems:n,...o})=>{const[i,a]=e.useState(!1);return Ho((()=>a(!0))),i?e.createElement(Sn,null,e.createElement(Yp,{key:r?.length,className:Ex(),isOpened:Boolean(t)},e.createElement(\"div\",{className:Ex(\"wrapper\")},r&&e.createElement(bx,Sx({className:Ex(\"rows\"),items:r,column:m_.Top,menuLayout:h_.Mobile},o)),n&&e.createElement(bx,Sx({className:Ex(\"rows\"),items:n,column:m_.Bottom,menuLayout:h_.Mobile},o))))):null};var Cx=r(7520),Nx={insert:\"head\",singleton:!1};o()(Cx.Z,Nx);Cx.Z.locals;const Px=M(\"navigation\"),Ox=({data:t,logo:r,className:n})=>{const{leftItems:o,rightItems:i,customMobileHeaderItems:a,iconSize:l=20,withBorder:c=!1,withBorderOnScroll:s=!0}=t,[d,u]=(0,e.useState)(!1),[p]=qw(c,s),{activeItemId:f,leftItemsWithIconSize:m,rightItemsWithIconSize:h,onActiveItemChange:g}=Uw(l,o,i),b=e=>u(e);return e.createElement(jf,{className:Px({\"with-border\":p},n)},e.createElement(Xd,null,e.createElement(fs,null,e.createElement(\"nav\",null,e.createElement(wx,{logo:r,activeItemId:f,onActiveItemChange:g,leftItemsWithIconSize:m,rightItemsWithIconSize:h,customMobileHeaderItems:a,isSidebarOpened:d,onSidebarOpenedChange:b}),e.createElement(Xc,{onOutsideClick:()=>b(!1)},e.createElement(Ax,{topItems:m,bottomItems:h,isOpened:d,activeItemId:f,onActiveItemChange:g}))))))};var Tx=r(3465),jx={insert:\"head\",singleton:!1};o()(Tx.Z,jx);Tx.Z.locals;const Mx=M(\"layout\"),Lx=({children:t,navigation:r})=>e.createElement(\"div\",{className:Mx()},r&&(r.renderNavigation?r.renderNavigation():e.createElement(Ox,{data:r.header,logo:r.logo,className:Mx(\"navigation\")})),e.createElement(\"main\",{className:Mx(\"content\")},t));var Ix=r(8718),Fx=r.n(Ix),zx=r(6876),Dx={insert:\"head\",singleton:!1};o()(zx.Z,Dx);zx.Z.locals;const Rx=M(\"block-base\"),Hx=t=>{const{anchor:r,indent:n,visible:o,children:i,className:a,resetPaddings:l,qa:c}=t,{top:s,bottom:d}=n||(l?{top:\"0\",bottom:\"0\"}:{top:\"l\",bottom:\"l\"});return e.createElement(fs,{className:Rx({\"reset-paddings\":l,indentTop:s,indentBottom:d},a),visible:o,reset:!0,qa:c},r&&e.createElement(Kc,{id:r.url,className:Rx(\"anchor\")}),i)};var Vx=r(6872),qx={insert:\"head\",singleton:!1};o()(Vx.Z,qx);Vx.Z.locals;function Zx(){return Zx=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Zx.apply(null,arguments)}const Ux=M(\"constructor-block\"),Wx=({index:t=0,data:r,children:n})=>{const{type:o}=r,i=(0,e.useMemo)((()=>Fx()(r,[\"anchor\",\"visible\",\"resetPaddings\",\"indent\"])),[r]);return e.createElement(Yh,Zx({type:o,index:t},i),e.createElement(Hx,Zx({className:Ux({type:o})},i),n))},Gx=At({en:JSON.parse('{\"loadable-load-error\":\"Error occured\",\"loadable-try-again\":\"Try again\"}'),ru:JSON.parse('{\"loadable-load-error\":\"Произошла ошибка\",\"loadable-try-again\":\"Повторить\"}')},`${T}Loadable`);var $x=r(8166),Yx={insert:\"head\",singleton:!1};o()($x.Z,Yx);$x.Z.locals;function Qx(){return Qx=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Qx.apply(null,arguments)}const Kx=M(\"loadable-block\"),Xx={loading:!1,error:!1},Jx=t=>{const{Component:r,ChildComponent:n,fetch:o,block:i,blockKey:a,serviceId:l,params:c}=t,[s,d]=(0,e.useState)(Xx),[u,p]=(0,e.useState)(0),f=(0,e.useCallback)((()=>{p(u+1)}),[u]);(0,e.useEffect)((()=>{!async function(){let e,t;d({loading:!0,error:!1});try{e=await o({blockKey:a,serviceId:l,...c??{}}),t=!1,d({data:e,loading:!1,error:t})}catch(e){t=!0,d({loading:!1,error:t})}}()}),[u,o,a,l,c]);const{error:m,loading:h,data:g}=s;return h?e.createElement(\"div\",{className:Kx(\"loader\")},e.createElement(Eh,{size:\"xl\"})):e.createElement(Ph,{isError:m,text:Gx(\"loadable-load-error\"),buttonText:Gx(\"loadable-try-again\"),handler:f},e.createElement(r,i,g&&(Array.isArray(g)?g.map(((t,r)=>e.createElement(n,Qx({key:t.id||r},t)))):e.createElement(n,g))))},eB=t=>{const{itemMap:r}=(0,e.useContext)(Se),{block:n,blockKey:o,config:i,serviceId:a,params:l}=t,{type:c}=n,{fetch:s,component:d}=i,u=r[c];return e.createElement(nt.Provider,{value:o,key:o},e.createElement(Jx,{key:o,block:n,blockKey:o,Component:u,ChildComponent:d,fetch:s,serviceId:a,params:l}))},tB=({items:t})=>{const{blockTypes:r,loadables:n,itemMap:o,shouldRenderBlock:i}=(0,e.useContext)(Se),a=(t=\"\",l,c)=>{if(!o[l.type])return t?null:e.createElement(Yh,{type:l.type,index:c},null);let s;const d=Y(l,c),u=t?`${t}_${d}`:d;if(i&&!i(l,u))return null;if(\"loadable\"in l&&l.loadable){const{source:t,serviceId:r,params:o}=l.loadable,i=Zc()(n,t);if(!i)return null;s=e.createElement(eB,{block:l,key:u,blockKey:u,config:i,serviceId:r,params:o})}else{let t;\"children\"in l&&l.children&&(t=l.children.map(a.bind(null,u))),s=e.createElement(Qh,{data:l,key:u,blockKey:u},t)}return r.includes(l.type)?e.createElement(Wx,{data:l,key:u,index:c},s):s};return e.createElement(e.Fragment,null,t.map(a.bind(null,\"\")))};var rB=r(9268),nB={insert:\"head\",singleton:!1};o()(rB.Z,nB);rB.Z.locals;const oB=M(\"constructor-row\"),iB=({children:t})=>t?e.createElement(Xd,{className:oB()},e.createElement(fs,null,t)):null;var aB=r(2723),lB={insert:\"head\",singleton:!1};o()(aB.Z,lB);aB.Z.locals;function cB(){return cB=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},cB.apply(null,arguments)}const sB=M(\"page-constructor\"),dB=t=>{const{content:{blocks:r=[],background:n}={},renderMenu:o,shouldRenderBlock:i,navigation:a,custom:l,isBranded:c,microdata:s}=t,{context:d}=(0,e.useMemo)((()=>({context:{blockTypes:[...H,...K([\"blocks\",\"headers\"],l)],subBlockTypes:[...Av,...K([\"subBlocks\"],l)],headerBlockTypes:[...V,...K([\"headers\"],l)],navigationBlockTypes:[...Nv,...K([\"navigation\"],l)],itemMap:{...Rw,...Hw,...Q([\"blocks\",\"headers\",\"subBlocks\"],l)},navItemMap:{...Vw,...Q([\"navigation\"],l)},loadables:l?.loadable,shouldRenderBlock:i,customization:{decorators:l?.decorators},microdata:s}})),[l,i,s]),u=Dd(),p=((e,t=[])=>e.find((({type:e})=>t.includes(e))))(r,d.headerBlockTypes),f=((e,t=[])=>e.filter((({type:e})=>!t.includes(e))))(r,d.headerBlockTypes),m=Jd(n,u);return e.createElement(Se.Provider,{value:d},e.createElement(Kd,{className:sB()},e.createElement(\"div\",{className:sB(\"wrapper\")},m&&e.createElement(Md,cB({},m,{className:sB(\"background\")})),e.createElement(Lx,{navigation:a},o&&o(),p&&e.createElement(Kh,{data:p,blockKey:R.HeaderBlock}),e.createElement(jf,null,f&&e.createElement(iB,null,e.createElement(tB,{items:f})))),c&&e.createElement(Qd,null))))},uB=t=>{const{isAnimationEnabled:r=!0}=(0,e.useContext)(E),{content:{animated:n=r}={},...o}=t;return e.createElement(we.Provider,{value:{animated:n}},e.createElement(dB,cB({content:t.content},o)))},pB=\"PC_EDITOR_DEVICE\",fB={Ready:`${pB}_MESSAGE_READY`,Update:`${pB}_MESSAGE_UPDATE`},mB=document.createElement(\"div\");document.body.appendChild(mB),window.addEventListener(\"message\",(function(r){if(r.data?.type===fB.Update){const{data:{constructorProps:n,providerProps:o}}=r.data;t.render(e.createElement(P,o,e.createElement(uB,n)),mB)}})),window.parent?.postMessage({type:fB.Ready},window.parent.origin)})()})();";